<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title> - Articles</title>
    <description>:thumbsup:</description>
    <link>
    https://mapsam.com</link>
    
      
      <item>
        <title>Imposter scrolling on LinkedIn</title>
        
          <description>&lt;p&gt;&lt;img src=&quot;/images/posts/doomscroll-goliath-keyboard.webp&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

</description>
        
        <pubDate>Sat, 23 Nov 2024 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/linkedin</link>
        <guid isPermaLink="true">https://mapsam.com/posts/linkedin</guid>
      </item>
      
    
      
      <item>
        <title>Subdomains with GitHub Pages</title>
        
          <description>&lt;p&gt;Hey, it’s possible to use subdomains with GitHub Pages.&lt;/p&gt;

</description>
        
        <pubDate>Sun, 10 Nov 2024 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/github-subdomains</link>
        <guid isPermaLink="true">https://mapsam.com/posts/github-subdomains</guid>
      </item>
      
    
      
      <item>
        <title>Read and ride 🚲</title>
        
          <description>&lt;p&gt;After nearly &lt;a href=&quot;http://localhost:4000/posts/mapbox&quot;&gt;9 years at Mapbox&lt;/a&gt;, I decided to step away from my role as technical lead on the Maps API team to seek out a new challenge. I’m excited to join &lt;a href=&quot;https://read.ai&quot;&gt;Read AI&lt;/a&gt; as a senior engineer on the backend team!&lt;/p&gt;

</description>
        
        <pubDate>Fri, 08 Nov 2024 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/read-bike</link>
        <guid isPermaLink="true">https://mapsam.com/posts/read-bike</guid>
      </item>
      
    
      
      <item>
        <title>Node.js on Windows</title>
        
          <description>&lt;p&gt;I’m not much of a Windows user, but recently I needed to make a change to one of my personal GitHub repositories without access to my personal or work computers (both Macbook Pros). Instead I used my gaming computer and figured I’d give Windows PowerShell a try.&lt;/p&gt;

</description>
        
        <pubDate>Tue, 24 Sep 2024 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/node-on-windows</link>
        <guid isPermaLink="true">https://mapsam.com/posts/node-on-windows</guid>
      </item>
      
    
      
      <item>
        <title>Native SQLite in Node.js v22.5.0</title>
        
          <description>&lt;p&gt;Node.js v22.5.0 introduces an experimental &lt;a href=&quot;https://nodejs.org/api/sqlite.html&quot;&gt;native &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;sqlite&lt;/code&gt; module&lt;/a&gt; as part of the core language. Until now, sqlite access in Javascript has largely been by way of the &lt;a href=&quot;https://github.com/TryGhost/node-sqlite3&quot;&gt;node-sqlite3&lt;/a&gt; and &lt;a href=&quot;https://github.com/WiseLibs/better-sqlite3&quot;&gt;better-sqlite3&lt;/a&gt; modules. These libraries both rely on prebuilt native C++ binaries to ship alongside the NPM package, which can introduce some issues across different architectures and Node versions especially if there are no binaries available and users must compile from source.&lt;/p&gt;

</description>
        
        <pubDate>Wed, 04 Sep 2024 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/node-sqlite-native</link>
        <guid isPermaLink="true">https://mapsam.com/posts/node-sqlite-native</guid>
      </item>
      
    
      
      <item>
        <title>Building a wedding website</title>
        
          <description>&lt;p&gt;First and foremost, I’m very excited to be married. Second, I have a fundamental aversion to the wedding industry and the &lt;a href=&quot;https://theweek.com/articles/463257/wedding-industrial-complex&quot;&gt;wedding industrial complex&lt;/a&gt; due to the profiteering and gouging that comes with planning an hours-long party. Because of this, I’ve been living two parallel truths while planning our wedding:&lt;/p&gt;

</description>
        
        <pubDate>Tue, 18 Jul 2023 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/building-a-wedding-website</link>
        <guid isPermaLink="true">https://mapsam.com/posts/building-a-wedding-website</guid>
      </item>
      
    
      
      <item>
        <title>Re-using an old grey fence</title>
        
          <description>&lt;p&gt;In 2020 I replaced a portion of our fence with new cedar planks. The former fence was cedar, but very weathered. It still stood, but didn’t prevent Jasper (dog) from jumping over. Practically, we needed to go higher. I still didn’t like that we had to remove a bunch of wood that was still technically doing its job. I decided to keep all of the scrap around for future projects…&lt;/p&gt;

</description>
        
        <pubDate>Mon, 15 Aug 2022 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/old-grey-fence</link>
        <guid isPermaLink="true">https://mapsam.com/posts/old-grey-fence</guid>
      </item>
      
    
      
      <item>
        <title>Imagery - Big Island, HI</title>
        
          <description>&lt;p&gt;I was in Hilo, HI recently and took a helicopter tour of &lt;a href=&quot;https://www.usgs.gov/volcanoes/kilauea&quot;&gt;Kilauea&lt;/a&gt;, &lt;em&gt;the youngest and southeastern most volcano of the Island of Hawai’i&lt;/em&gt;.&lt;/p&gt;

</description>
        
        <pubDate>Wed, 26 Jan 2022 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/big-island-imagery</link>
        <guid isPermaLink="true">https://mapsam.com/posts/big-island-imagery</guid>
      </item>
      
    
      
      <item>
        <title>Earth &amp; Three.js</title>
        
          <description>&lt;p&gt;Just a small experiment with three.js and a globe. Learned a lot from &lt;a href=&quot;https://blog.mastermaps.com/2013/09/creating-webgl-earth-with-threejs.html&quot;&gt;this blog post&lt;/a&gt;.&lt;/p&gt;

</description>
        
        <pubDate>Tue, 04 Jan 2022 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/earth-threejs</link>
        <guid isPermaLink="true">https://mapsam.com/posts/earth-threejs</guid>
      </item>
      
    
      
      <item>
        <title>Environments with Next.js and Vercel</title>
        
          <description>&lt;p&gt;I learned about &lt;a href=&quot;https://vercel.com&quot;&gt;Vercel&lt;/a&gt; + &lt;a href=&quot;https://nextjs.org&quot;&gt;Next.js&lt;/a&gt; when building &lt;a href=&quot;https://github.com/mapsam/beepboop/&quot;&gt;Beepboop&lt;/a&gt;, a small journal app. This was a small foray into building apps with React’s latest “hook” architecture. Deploying react apps was relatively new to me, as a backend engineer. I found Next.js and Vercel to fit pretty seamlessly into my preferred workflow:&lt;/p&gt;

</description>
        
        <pubDate>Mon, 20 Sep 2021 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/envercel</link>
        <guid isPermaLink="true">https://mapsam.com/posts/envercel</guid>
      </item>
      
    
      
      <item>
        <title>Why is it named ... ?</title>
        
          <description>&lt;h3 id=&quot;why-is-it-named-bash&quot;&gt;Why is it named &lt;em&gt;Bash&lt;/em&gt;?&lt;/h3&gt;

</description>
        
        <pubDate>Fri, 02 Jul 2021 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/why-is-it-called</link>
        <guid isPermaLink="true">https://mapsam.com/posts/why-is-it-called</guid>
      </item>
      
    
      
      <item>
        <title>Tears We Cannot Stop - reading list</title>
        
          <description>&lt;p&gt;Collection of books recommended by Michael Eric Dyson in his book, “Tears We Cannot Stop: A Sermon to White America”. Here’s a New York Times &lt;a href=&quot;https://www.nytimes.com/2017/01/12/books/review/tears-we-cannot-stop-michael-eric-dyson.html&quot;&gt;book review&lt;/a&gt;.&lt;/p&gt;

</description>
        
        <pubDate>Wed, 28 Mar 2018 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/tears-we-cannot-stop-reading-list</link>
        <guid isPermaLink="true">https://mapsam.com/posts/tears-we-cannot-stop-reading-list</guid>
      </item>
      
    
      
      <item>
        <title>Sending emails with Node.js, Gmail, and IFTTT</title>
        
          <description>&lt;p&gt;I recently had to set up an email confirmation system for the Atlas of Design in preparation for the next call for participation. The submissions platform is written in Node.js using Express and uses AWS for the data storage and map uploads. The last bit of the puzzle was just a simple email to send folks after they submitted their map. This proved a bit harder than anticipated.&lt;/p&gt;

</description>
        
        <pubDate>Fri, 01 Sep 2017 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/node-email-gmail-ifttt</link>
        <guid isPermaLink="true">https://mapsam.com/posts/node-email-gmail-ifttt</guid>
      </item>
      
    
      
      <item>
        <title>Perspectives in the apocalypse</title>
        
          <description>&lt;p&gt;&lt;em&gt;An ongoing series of perspectives in an undefined apocalypse. This is my attempt to write regularly without worrying about the consequences.&lt;/em&gt;&lt;/p&gt;

</description>
        
        <pubDate>Fri, 28 Jul 2017 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/apocalyptic-perspectives</link>
        <guid isPermaLink="true">https://mapsam.com/posts/apocalyptic-perspectives</guid>
      </item>
      
    
      
      <item>
        <title>Making things out of wood</title>
        
          <description>&lt;p&gt;Recently I’ve been exploring wood working in my spare time. Not the kind where I find the nicest cut of Old Oak or make the perfect lap joint, more the kind where I try to make 2x4’s look good, which has been a remarkably enjoyable challenge.&lt;/p&gt;

</description>
        
        <pubDate>Tue, 25 Jul 2017 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/wood</link>
        <guid isPermaLink="true">https://mapsam.com/posts/wood</guid>
      </item>
      
    
      
      <item>
        <title>Creating an RSS JSON API - a Google Feed API alternative</title>
        
          <description>&lt;p&gt;Last month (December 2016) the Google Feed API was discontinued. The CUGOS website (cugos.org) used the Google Feed API to list out the recent posts in our &lt;a href=&quot;https://groups.google.com/forum/#!aboutgroup/cugos&quot;&gt;Google Group&lt;/a&gt;, which has a less-than-stellar user interface. The JavaScript console on cugos.org looked like this:&lt;/p&gt;

</description>
        
        <pubDate>Wed, 11 Jan 2017 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/rss-json</link>
        <guid isPermaLink="true">https://mapsam.com/posts/rss-json</guid>
      </item>
      
    
      
      <item>
        <title>Object.assign()</title>
        
          <description>&lt;p&gt;I came across the JavaScript &lt;a href=&quot;https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign&quot;&gt;Object.assign()&lt;/a&gt; method recently, which is used to copy properties from one or more objects into a new or target object. Here’s how it’s used:&lt;/p&gt;

</description>
        
        <pubDate>Wed, 28 Dec 2016 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/object-assign</link>
        <guid isPermaLink="true">https://mapsam.com/posts/object-assign</guid>
      </item>
      
    
      
      <item>
        <title>Making maps in 2016</title>
        
          <description>&lt;style&gt;
aside {
  text-align: left;
}
aside img {
  width: 100px;
  margin: 0;
}
&lt;/style&gt;

</description>
        
        <pubDate>Fri, 16 Dec 2016 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/making-maps</link>
        <guid isPermaLink="true">https://mapsam.com/posts/making-maps</guid>
      </item>
      
    
      
      <item>
        <title>Making a book - The Atlas of Design</title>
        
          <description>&lt;p&gt;I’ve been an assitant editor and editor for the Atlas of Design for nearly 4 years. I was extremely lucky to have piggy-backed on the work of Daniel Huffman and Tim Wallace for Volume 1. The foundation they laid set a bar higher than most expected. They gathered the interest, had a budget approved, and sold 1600 books over the course of two years.&lt;/p&gt;

</description>
        
        <pubDate>Tue, 29 Nov 2016 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/aod</link>
        <guid isPermaLink="true">https://mapsam.com/posts/aod</guid>
      </item>
      
    
      
      <item>
        <title>A breathing forest</title>
        
          <description>&lt;svg version=&quot;1.1&quot; id=&quot;downtown-portland&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; x=&quot;0px&quot; y=&quot;0px&quot; viewBox=&quot;0 0 430.7 66.6&quot; style=&quot;enable-background:new 0 0 430.7 66.6;&quot; xml:space=&quot;preserve&quot;&gt;
&lt;style type=&quot;text/css&quot;&gt;
  .st0{fill:#827664;}
  .st1{fill:#9B9485;}
  .st2{fill:#B9B2A6;}
  .st3{fill:#DBD1BC;}
&lt;/style&gt;
&lt;path class=&quot;st0 tree tree1&quot; d=&quot;M368.6,35.2c-0.1,0.2,0.2,0.6,0.3,0.7c0.2,0.4,0.4,0.7,0.7,1.1c0.3,0.4,0.5,0.8,0.7,1.3
  c0.3,0.5,0.6,0.9,0.9,1.4c0.2,0.3,0.5,0.5,0.7,0.7c0.1,0.1,0.1,0.3,0.2,0.3c0.1,0.1,0.2,0.1,0.3,0.2c-0.3,0-0.6,0-0.8,0
  c-0.4,0-0.7-0.1-1.1-0.1c-0.1,0-0.2,0-0.3,0c-0.1,0-0.1-0.1-0.1-0.1c0.1,0.4,0.3,0.7,0.4,1c0.3,0.6,0.6,1.3,0.9,2
  c0.4,0.8,0.8,1.6,1.2,2.4c0.1,0.3,0.3,0.6,0.4,0.8c0.1,0.1,0.1,0.2,0.1,0.3c0,0.1,0,0.1,0.1,0.2c0.1,0,0.1,0.1,0.1,0.2
  c0,0.1,0.1,0.2,0.1,0.3c0,0.1,0.2,0.1,0.2,0.2c-0.2,0-0.5-0.2-0.7-0.3c-0.3-0.1-0.6-0.2-0.9-0.2c-0.2,0-0.4,0-0.5,0
  c-0.1,0-0.2-0.1-0.3,0c-0.1,0.3,0,0.8,0.1,1.2c0.1,0.7,0.1,1.4,0.2,2c0.1,1,0.2,1.9,0.3,2.9c0.1,0.6,0.2,1.2,0.4,1.7
  c0.1,0.3,0.2,0.6,0.3,0.8c0.1,0.1,0.1,0.2,0.2,0.3c0,0.1,0,0.2,0.1,0.2c-0.6-0.3-1.2-0.4-1.8-0.5c-0.2,0-0.5-0.1-0.7-0.1
  c-0.1,0-0.1,0-0.2-0.1c0,0.9,0,1.9,0,2.8c0,0.4,0.1,0.8,0.1,1.3c0,0.2,0,0.4,0.1,0.6c0,0.1,0,0.3,0.1,0.4c-0.1,0-0.3,0-0.4,0
  c-0.3,0-0.6,0-0.9,0c-0.2,0-0.4,0-0.6,0c-0.1,0-0.2,0-0.3,0c-0.1,0-0.1-0.1,0-0.2c0.1-0.1,0.2-0.2,0.3-0.4c0-0.1,0-0.2,0.1-0.3
  c0-0.1,0.1-0.1,0.1-0.2c0.1-0.2,0.1-0.3,0.2-0.5c0.2-0.4,0.2-0.9,0.2-1.3c0-0.2,0-0.4,0.1-0.5c0-0.2,0-0.5,0-0.7c0-0.4,0-0.7,0-1.1
  c0-0.1,0-0.1,0-0.1c-0.1-0.1-0.4,0.1-0.5,0.2c-0.1,0.1-0.3,0.2-0.5,0.3c0,0,0,0.1-0.1,0.1c-0.1,0.1-0.2,0.1-0.3,0.1
  c-0.1,0-0.2,0.1-0.3,0.1c0-0.2,0.1-0.4,0.1-0.6c0.1-0.3,0.2-0.7,0.4-1c0.3-0.7,0.6-1.4,0.9-2.2c0.2-0.4,0.3-0.8,0.4-1.2
  c0.2-0.5,0.2-1,0.3-1.5c0.1-0.4,0.2-0.9,0.2-1.3c-0.1,0-0.3,0.1-0.4,0.2c-0.1,0.1-0.2,0.2-0.4,0.2c-0.1,0-0.3,0-0.4,0
  c-0.3,0-0.2-0.1-0.1-0.4c0.3-0.8,0.5-1.5,0.7-2.3c0.1-0.4,0.2-0.7,0.3-1.1c0-0.3,0.1-0.6,0.1-0.8c0-0.3,0-0.5,0-0.8
  c0-0.2,0-0.5,0-0.7c0-0.1-0.1-0.2-0.1-0.3c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.2c0,0,0-0.1,0-0.1c-0.3-0.1-0.8,0-1.1,0.1
  c-0.6,0.1-1.3,0.2-1.9,0.3c-0.1,0-0.2,0-0.2,0c0,0,0,0,0-0.1c0-0.1,0-0.2,0-0.3c0-0.2,0-0.3,0.1-0.5c0.1-0.4,0.3-0.8,0.4-1.3
  c0.1-0.4,0.3-0.7,0.4-1.1c0.3-0.6,0.6-1.2,0.8-1.9c0.1-0.4,0.1-0.8,0.3-1.2c0-0.1,0.1-0.2,0.2-0.3c0-0.1,0-0.2,0-0.3
  c0.1-0.1,0.1-0.2,0.1-0.3C368.4,35.3,368.4,35.2,368.6,35.2z&quot; /&gt;
&lt;path class=&quot;st0 tree tree2&quot; d=&quot;M409.6,35.2c-0.1,0.2,0.2,0.6,0.3,0.7c0.2,0.4,0.4,0.7,0.7,1.1c0.3,0.4,0.5,0.8,0.7,1.3
  c0.3,0.5,0.6,0.9,0.9,1.4c0.2,0.3,0.5,0.5,0.7,0.7c0.1,0.1,0.1,0.3,0.2,0.3c0.1,0.1,0.2,0.1,0.3,0.2c-0.3,0-0.6,0-0.8,0
  c-0.4,0-0.7-0.1-1.1-0.1c-0.1,0-0.2,0-0.3,0c-0.1,0-0.1-0.1-0.1-0.1c0.1,0.4,0.3,0.7,0.4,1c0.3,0.6,0.6,1.3,0.9,2
  c0.4,0.8,0.8,1.6,1.2,2.4c0.1,0.3,0.3,0.6,0.4,0.8c0.1,0.1,0.1,0.2,0.1,0.3c0,0.1,0,0.1,0.1,0.2c0.1,0,0.1,0.1,0.1,0.2
  c0,0.1,0.1,0.2,0.1,0.3c0,0.1,0.2,0.1,0.2,0.2c-0.2,0-0.5-0.2-0.7-0.3c-0.3-0.1-0.6-0.2-0.9-0.2c-0.2,0-0.4,0-0.5,0
  c-0.1,0-0.2-0.1-0.3,0c-0.1,0.3,0,0.8,0.1,1.2c0.1,0.7,0.1,1.4,0.2,2c0.1,1,0.2,1.9,0.3,2.9c0.1,0.6,0.2,1.2,0.4,1.7
  c0.1,0.3,0.2,0.6,0.3,0.8c0.1,0.1,0.1,0.2,0.2,0.3c0,0.1,0,0.2,0.1,0.2c-0.6-0.3-1.2-0.4-1.8-0.5c-0.2,0-0.5-0.1-0.7-0.1
  c-0.1,0-0.1,0-0.2-0.1c0,0.9,0,1.9,0,2.8c0,0.4,0.1,0.8,0.1,1.3c0,0.2,0,0.4,0.1,0.6c0,0.1,0,0.3,0.1,0.4c-0.1,0-0.3,0-0.4,0
  c-0.3,0-0.6,0-0.9,0c-0.2,0-0.4,0-0.6,0c-0.1,0-0.2,0-0.3,0c-0.1,0-0.1-0.1,0-0.2c0.1-0.1,0.2-0.2,0.3-0.4c0-0.1,0-0.2,0.1-0.3
  c0-0.1,0.1-0.1,0.1-0.2c0.1-0.2,0.1-0.3,0.2-0.5c0.2-0.4,0.2-0.9,0.2-1.3c0-0.2,0-0.4,0.1-0.5c0-0.2,0-0.5,0-0.7c0-0.4,0-0.7,0-1.1
  c0-0.1,0-0.1,0-0.1c-0.1-0.1-0.4,0.1-0.5,0.2c-0.1,0.1-0.3,0.2-0.5,0.3c0,0,0,0.1-0.1,0.1c-0.1,0.1-0.2,0.1-0.3,0.1
  c-0.1,0-0.2,0.1-0.3,0.1c0-0.2,0.1-0.4,0.1-0.6c0.1-0.3,0.2-0.7,0.4-1c0.3-0.7,0.6-1.4,0.9-2.2c0.2-0.4,0.3-0.8,0.4-1.2
  c0.2-0.5,0.2-1,0.3-1.5c0.1-0.4,0.2-0.9,0.2-1.3c-0.1,0-0.3,0.1-0.4,0.2c-0.1,0.1-0.2,0.2-0.4,0.2c-0.1,0-0.3,0-0.4,0
  c-0.3,0-0.2-0.1-0.1-0.4c0.3-0.8,0.5-1.5,0.7-2.3c0.1-0.4,0.2-0.7,0.3-1.1c0-0.3,0.1-0.6,0.1-0.8c0-0.3,0-0.5,0-0.8
  c0-0.2,0-0.5,0-0.7c0-0.1-0.1-0.2-0.1-0.3c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.2c0,0,0-0.1,0-0.1c-0.3-0.1-0.8,0-1.1,0.1
  c-0.6,0.1-1.3,0.2-1.9,0.3c-0.1,0-0.2,0-0.2,0c0,0,0,0,0-0.1c0-0.1,0-0.2,0-0.3c0-0.2,0-0.3,0.1-0.5c0.1-0.4,0.3-0.8,0.4-1.3
  c0.1-0.4,0.3-0.7,0.4-1.1c0.3-0.6,0.6-1.2,0.8-1.9c0.1-0.4,0.1-0.8,0.3-1.2c0-0.1,0.1-0.2,0.2-0.3c0-0.1,0-0.2,0-0.3
  c0.1-0.1,0.1-0.2,0.1-0.3C409.4,35.3,409.4,35.2,409.6,35.2z&quot; /&gt;
&lt;path class=&quot;st0 tree tree1&quot; d=&quot;M219.2,35.2c-0.1,0.2,0.2,0.6,0.3,0.7c0.2,0.4,0.4,0.7,0.7,1.1c0.3,0.4,0.5,0.8,0.7,1.3
  c0.3,0.5,0.6,0.9,0.9,1.4c0.2,0.3,0.5,0.5,0.7,0.7c0.1,0.1,0.1,0.3,0.2,0.3c0.1,0.1,0.2,0.1,0.3,0.2c-0.3,0-0.6,0-0.8,0
  c-0.4,0-0.7-0.1-1.1-0.1c-0.1,0-0.2,0-0.3,0c-0.1,0-0.1-0.1-0.1-0.1c0.1,0.4,0.3,0.7,0.4,1c0.3,0.6,0.6,1.3,0.9,2
  c0.4,0.8,0.8,1.6,1.2,2.4c0.1,0.3,0.3,0.6,0.4,0.8c0.1,0.1,0.1,0.2,0.1,0.3c0,0.1,0,0.1,0.1,0.2c0.1,0,0.1,0.1,0.1,0.2
  c0,0.1,0.1,0.2,0.1,0.3c0,0.1,0.2,0.1,0.2,0.2c-0.2,0-0.5-0.2-0.7-0.3c-0.3-0.1-0.6-0.2-0.9-0.2c-0.2,0-0.4,0-0.5,0
  c-0.1,0-0.2-0.1-0.3,0c-0.1,0.3,0,0.8,0.1,1.2c0.1,0.7,0.1,1.4,0.2,2c0.1,1,0.2,1.9,0.3,2.9c0.1,0.6,0.2,1.2,0.4,1.7
  c0.1,0.3,0.2,0.6,0.3,0.8c0.1,0.1,0.1,0.2,0.2,0.3c0,0.1,0,0.2,0.1,0.2c-0.6-0.3-1.2-0.4-1.8-0.5c-0.2,0-0.5-0.1-0.7-0.1
  c-0.1,0-0.1,0-0.2-0.1c0,0.9,0,1.9,0,2.8c0,0.4,0.1,0.8,0.1,1.3c0,0.2,0,0.4,0.1,0.6c0,0.1,0,0.3,0.1,0.4c-0.1,0-0.3,0-0.4,0
  c-0.3,0-0.6,0-0.9,0c-0.2,0-0.4,0-0.6,0c-0.1,0-0.2,0-0.3,0c-0.1,0-0.1-0.1,0-0.2c0.1-0.1,0.2-0.2,0.3-0.4c0-0.1,0-0.2,0.1-0.3
  c0-0.1,0.1-0.1,0.1-0.2c0.1-0.2,0.1-0.3,0.2-0.5c0.2-0.4,0.2-0.9,0.2-1.3c0-0.2,0-0.4,0.1-0.5c0-0.2,0-0.5,0-0.7c0-0.4,0-0.7,0-1.1
  c0-0.1,0-0.1,0-0.1c-0.1-0.1-0.4,0.1-0.5,0.2c-0.1,0.1-0.3,0.2-0.5,0.3c0,0,0,0.1-0.1,0.1c-0.1,0.1-0.2,0.1-0.3,0.1
  c-0.1,0-0.2,0.1-0.3,0.1c0-0.2,0.1-0.4,0.1-0.6c0.1-0.3,0.2-0.7,0.4-1c0.3-0.7,0.6-1.4,0.9-2.2c0.2-0.4,0.3-0.8,0.4-1.2
  c0.2-0.5,0.2-1,0.3-1.5c0.1-0.4,0.2-0.9,0.2-1.3c-0.1,0-0.3,0.1-0.4,0.2c-0.1,0.1-0.2,0.2-0.4,0.2c-0.1,0-0.3,0-0.4,0
  c-0.3,0-0.2-0.1-0.1-0.4c0.3-0.8,0.5-1.5,0.7-2.3c0.1-0.4,0.2-0.7,0.3-1.1c0-0.3,0.1-0.6,0.1-0.8c0-0.3,0-0.5,0-0.8
  c0-0.2,0-0.5,0-0.7c0-0.1-0.1-0.2-0.1-0.3c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.2c0,0,0-0.1,0-0.1c-0.3-0.1-0.8,0-1.1,0.1
  c-0.6,0.1-1.3,0.2-1.9,0.3c-0.1,0-0.2,0-0.2,0c0,0,0,0,0-0.1c0-0.1,0-0.2,0-0.3c0-0.2,0-0.3,0.1-0.5c0.1-0.4,0.3-0.8,0.4-1.3
  c0.1-0.4,0.3-0.7,0.4-1.1c0.3-0.6,0.6-1.2,0.8-1.9c0.1-0.4,0.1-0.8,0.3-1.2c0-0.1,0.1-0.2,0.2-0.3c0-0.1,0-0.2,0-0.3
  c0.1-0.1,0.1-0.2,0.1-0.3C219,35.3,219,35.2,219.2,35.2z&quot; /&gt;
&lt;g id=&quot;d6svBZ_1_&quot;&gt;
  &lt;g&gt;
    &lt;path class=&quot;st1 tree tree2&quot; d=&quot;M14,61c0.7-1.2,1.3-2.4,1.5-3.7c0.2-1.3,0.3-2.6,0.5-4c-0.3,0.1-0.6,0.1-0.8,0.2c-0.2,0-0.5,0-0.7,0
      c-2.1-0.1-4-0.7-5.3-2.6c-0.1-0.1-0.2-0.2-0.4-0.2c-1.8-0.1-3.1-2.3-3.1-3.6c0-1.1,0.2-2.1,0.6-3.1c0.4-0.8,0.8-1.6,1.7-1.9
      c0.7-0.2,1-0.6,1.1-1.4c0.4-2.2,2.8-4.1,5.1-4.3c0.9-0.1,1.8,0,2.6,0.6c0.1,0.1,0.3,0,0.5,0c0.7-0.1,1.4-0.3,2-0.2
      C21,37,22.1,38,23.1,39c1.1,1.1,1.7,2.5,2.1,3.9c0.3,1.2,0.3,2.4-0.3,3.5c-0.4,0.7-0.8,1.4-0.9,2.3c-0.3,1.8-1.6,3-3.3,3.5
      c-0.9,0.3-1.9,0.4-3,0.2c0.1,3,0.1,5.9,1.6,8.6C17.5,61.3,15.8,61.2,14,61z&quot; /&gt;
  &lt;/g&gt;
&lt;/g&gt;
&lt;g id=&quot;d6svBZ_16_&quot;&gt;
  &lt;g&gt;
    &lt;path class=&quot;st2&quot; d=&quot;M14,61c0.5-0.8,0.9-1.7,1.1-2.6c0.1-0.9,0.2-1.8,0.4-2.8c-0.2,0-0.4,0.1-0.6,0.1c-0.2,0-0.3,0-0.5,0
      c-1.5-0.1-2.8-0.5-3.7-1.8c0-0.1-0.2-0.1-0.2-0.1c-1.2,0-2.2-1.6-2.2-2.5c0-0.8,0.2-1.5,0.5-2.1c0.2-0.6,0.6-1.1,1.2-1.3
      c0.5-0.2,0.7-0.4,0.8-1c0.3-1.5,2-2.9,3.6-3c0.7-0.1,1.3,0,1.8,0.4c0.1,0.1,0.2,0,0.3,0c0.5,0,1-0.2,1.4-0.1
      c1.1,0.1,1.9,0.8,2.6,1.5c0.8,0.7,1.2,1.7,1.5,2.7c0.2,0.8,0.2,1.7-0.2,2.5c-0.3,0.5-0.5,1-0.6,1.6c-0.2,1.3-1.1,2.1-2.3,2.5
      c-0.7,0.2-1.4,0.3-2.1,0.1c0.1,2.1,0.1,4.1,1.1,6C16.4,61.2,15.2,61.1,14,61z&quot; /&gt;
  &lt;/g&gt;
&lt;/g&gt;
&lt;g id=&quot;d6svBZ_27_&quot;&gt;
  &lt;g&gt;
    &lt;path class=&quot;st3 tree tree2&quot; d=&quot;M38.5,61c1-1.9,1-4,1.1-6c-0.8,0.2-1.5,0.1-2.1-0.1c-1.2-0.4-2.1-1.2-2.3-2.5c-0.1-0.6-0.3-1.1-0.6-1.6
      c-0.4-0.8-0.4-1.6-0.2-2.5c0.3-1,0.7-2,1.5-2.7c0.7-0.7,1.5-1.4,2.6-1.5c0.5-0.1,1,0.1,1.4,0.1c0.1,0,0.3,0.1,0.3,0
      c0.6-0.4,1.2-0.5,1.8-0.4c1.6,0.1,3.3,1.5,3.6,3c0.1,0.5,0.3,0.8,0.8,1c0.6,0.2,0.9,0.7,1.2,1.3c0.3,0.7,0.5,1.4,0.5,2.1
      c0,0.9-0.9,2.5-2.2,2.5c-0.1,0-0.2,0.1-0.2,0.1c-0.9,1.3-2.2,1.7-3.7,1.8c-0.2,0-0.3,0-0.5,0c-0.2,0-0.3-0.1-0.6-0.1
      c0.1,1,0.2,1.9,0.4,2.8c0.1,0.9,0.5,1.8,1.1,2.6C41,61.1,39.8,61.2,38.5,61z&quot; /&gt;
  &lt;/g&gt;
&lt;/g&gt;
&lt;g id=&quot;d6svBZ_28_&quot;&gt;
  &lt;g&gt;
    &lt;path class=&quot;st2 tree tree1&quot; d=&quot;M60.5,61c1-1.9,1-4,1.1-6c-0.8,0.2-1.5,0.1-2.1-0.1c-1.2-0.4-2.1-1.2-2.3-2.5c-0.1-0.6-0.3-1.1-0.6-1.6
      c-0.4-0.8-0.4-1.6-0.2-2.5c0.3-1,0.7-2,1.5-2.7c0.7-0.7,1.5-1.4,2.6-1.5c0.5-0.1,1,0.1,1.4,0.1c0.1,0,0.3,0.1,0.3,0
      c0.6-0.4,1.2-0.5,1.8-0.4c1.6,0.1,3.3,1.5,3.6,3c0.1,0.5,0.3,0.8,0.8,1c0.6,0.2,0.9,0.7,1.2,1.3c0.3,0.7,0.5,1.4,0.5,2.1
      c0,0.9-0.9,2.5-2.2,2.5c-0.1,0-0.2,0.1-0.2,0.1c-0.9,1.3-2.2,1.7-3.7,1.8c-0.2,0-0.3,0-0.5,0c-0.2,0-0.3-0.1-0.6-0.1
      c0.1,1,0.2,1.9,0.4,2.8c0.1,0.9,0.5,1.8,1.1,2.6C63,61.1,61.8,61.2,60.5,61z&quot; /&gt;
  &lt;/g&gt;
&lt;/g&gt;
&lt;g id=&quot;d6svBZ_29_&quot;&gt;
  &lt;g&gt;
    &lt;path class=&quot;st1&quot; d=&quot;M150.5,61c1-1.9,1-4,1.1-6c-0.8,0.2-1.5,0.1-2.1-0.1c-1.2-0.4-2.1-1.2-2.3-2.5c-0.1-0.6-0.3-1.1-0.6-1.6
      c-0.4-0.8-0.4-1.6-0.2-2.5c0.3-1,0.7-2,1.5-2.7c0.7-0.7,1.5-1.4,2.6-1.5c0.5-0.1,1,0.1,1.4,0.1c0.1,0,0.3,0.1,0.3,0
      c0.6-0.4,1.2-0.5,1.8-0.4c1.6,0.1,3.3,1.5,3.6,3c0.1,0.5,0.3,0.8,0.8,1c0.6,0.2,0.9,0.7,1.2,1.3c0.3,0.7,0.5,1.4,0.5,2.1
      c0,0.9-0.9,2.5-2.2,2.5c-0.1,0-0.2,0.1-0.2,0.1c-0.9,1.3-2.2,1.7-3.7,1.8c-0.2,0-0.3,0-0.5,0c-0.2,0-0.3-0.1-0.6-0.1
      c0.1,1,0.2,1.9,0.4,2.8c0.1,0.9,0.5,1.8,1.1,2.6C153,61.1,151.8,61.2,150.5,61z&quot; /&gt;
  &lt;/g&gt;
&lt;/g&gt;
&lt;g id=&quot;d6svBZ_30_&quot;&gt;
  &lt;g&gt;
    &lt;path class=&quot;st2 tree tree1&quot; d=&quot;M212.5,61c1-1.9,1-4,1.1-6c-0.8,0.2-1.5,0.1-2.1-0.1c-1.2-0.4-2.1-1.2-2.3-2.5c-0.1-0.6-0.3-1.1-0.6-1.6
      c-0.4-0.8-0.4-1.6-0.2-2.5c0.3-1,0.7-2,1.5-2.7c0.7-0.7,1.5-1.4,2.6-1.5c0.5-0.1,1,0.1,1.4,0.1c0.1,0,0.3,0.1,0.3,0
      c0.6-0.4,1.2-0.5,1.8-0.4c1.6,0.1,3.3,1.5,3.6,3c0.1,0.5,0.3,0.8,0.8,1c0.6,0.2,0.9,0.7,1.2,1.3c0.3,0.7,0.5,1.4,0.5,2.1
      c0,0.9-0.9,2.5-2.2,2.5c-0.1,0-0.2,0.1-0.2,0.1c-0.9,1.3-2.2,1.7-3.7,1.8c-0.2,0-0.3,0-0.5,0c-0.2,0-0.3-0.1-0.6-0.1
      c0.1,1,0.2,1.9,0.4,2.8c0.1,0.9,0.5,1.8,1.1,2.6C215,61.1,213.8,61.2,212.5,61z&quot; /&gt;
  &lt;/g&gt;
&lt;/g&gt;
&lt;g id=&quot;d6svBZ_31_&quot;&gt;
  &lt;g&gt;
    &lt;path class=&quot;st3 tree tree2&quot; d=&quot;M244.5,61c1-1.9,1-4,1.1-6c-0.8,0.2-1.5,0.1-2.1-0.1c-1.2-0.4-2.1-1.2-2.3-2.5c-0.1-0.6-0.3-1.1-0.6-1.6
      c-0.4-0.8-0.4-1.6-0.2-2.5c0.3-1,0.7-2,1.5-2.7c0.7-0.7,1.5-1.4,2.6-1.5c0.5-0.1,1,0.1,1.4,0.1c0.1,0,0.3,0.1,0.3,0
      c0.6-0.4,1.2-0.5,1.8-0.4c1.6,0.1,3.3,1.5,3.6,3c0.1,0.5,0.3,0.8,0.8,1c0.6,0.2,0.9,0.7,1.2,1.3c0.3,0.7,0.5,1.4,0.5,2.1
      c0,0.9-0.9,2.5-2.2,2.5c-0.1,0-0.2,0.1-0.2,0.1c-0.9,1.3-2.2,1.7-3.7,1.8c-0.2,0-0.3,0-0.5,0c-0.2,0-0.3-0.1-0.6-0.1
      c0.1,1,0.2,1.9,0.4,2.8c0.1,0.9,0.5,1.8,1.1,2.6C247,61.1,245.8,61.2,244.5,61z&quot; /&gt;
  &lt;/g&gt;
&lt;/g&gt;
&lt;g id=&quot;d6svBZ_32_&quot;&gt;
  &lt;g&gt;
    &lt;path class=&quot;st1&quot; d=&quot;M271.5,61c1-1.9,1-4,1.1-6c-0.8,0.2-1.5,0.1-2.1-0.1c-1.2-0.4-2.1-1.2-2.3-2.5c-0.1-0.6-0.3-1.1-0.6-1.6
      c-0.4-0.8-0.4-1.6-0.2-2.5c0.3-1,0.7-2,1.5-2.7c0.7-0.7,1.5-1.4,2.6-1.5c0.5-0.1,1,0.1,1.4,0.1c0.1,0,0.3,0.1,0.3,0
      c0.6-0.4,1.2-0.5,1.8-0.4c1.6,0.1,3.3,1.5,3.6,3c0.1,0.5,0.3,0.8,0.8,1c0.6,0.2,0.9,0.7,1.2,1.3c0.3,0.7,0.5,1.4,0.5,2.1
      c0,0.9-0.9,2.5-2.2,2.5c-0.1,0-0.2,0.1-0.2,0.1c-0.9,1.3-2.2,1.7-3.7,1.8c-0.2,0-0.3,0-0.5,0c-0.2,0-0.3-0.1-0.6-0.1
      c0.1,1,0.2,1.9,0.4,2.8c0.1,0.9,0.5,1.8,1.1,2.6C274,61.1,272.8,61.2,271.5,61z&quot; /&gt;
  &lt;/g&gt;
&lt;/g&gt;
&lt;g id=&quot;d6svBZ_33_&quot;&gt;
  &lt;g&gt;
    &lt;path class=&quot;st2 tree tree2&quot; d=&quot;M311.5,61c1-1.9,1-4,1.1-6c-0.8,0.2-1.5,0.1-2.1-0.1c-1.2-0.4-2.1-1.2-2.3-2.5c-0.1-0.6-0.3-1.1-0.6-1.6
      c-0.4-0.8-0.4-1.6-0.2-2.5c0.3-1,0.7-2,1.5-2.7c0.7-0.7,1.5-1.4,2.6-1.5c0.5-0.1,1,0.1,1.4,0.1c0.1,0,0.3,0.1,0.3,0
      c0.6-0.4,1.2-0.5,1.8-0.4c1.6,0.1,3.3,1.5,3.6,3c0.1,0.5,0.3,0.8,0.8,1c0.6,0.2,0.9,0.7,1.2,1.3c0.3,0.7,0.5,1.4,0.5,2.1
      c0,0.9-0.9,2.5-2.2,2.5c-0.1,0-0.2,0.1-0.2,0.1c-0.9,1.3-2.2,1.7-3.7,1.8c-0.2,0-0.3,0-0.5,0c-0.2,0-0.3-0.1-0.6-0.1
      c0.1,1,0.2,1.9,0.4,2.8c0.1,0.9,0.5,1.8,1.1,2.6C314,61.1,312.8,61.2,311.5,61z&quot; /&gt;
  &lt;/g&gt;
&lt;/g&gt;
&lt;g id=&quot;d6svBZ_34_&quot;&gt;
  &lt;g&gt;
    &lt;path class=&quot;st3 tree tree1&quot; d=&quot;M384.5,61c1-1.9,1-4,1.1-6c-0.8,0.2-1.5,0.1-2.1-0.1c-1.2-0.4-2.1-1.2-2.3-2.5c-0.1-0.6-0.3-1.1-0.6-1.6
      c-0.4-0.8-0.4-1.6-0.2-2.5c0.3-1,0.7-2,1.5-2.7c0.7-0.7,1.5-1.4,2.6-1.5c0.5-0.1,1,0.1,1.4,0.1c0.1,0,0.3,0.1,0.3,0
      c0.6-0.4,1.2-0.5,1.8-0.4c1.6,0.1,3.3,1.5,3.6,3c0.1,0.5,0.3,0.8,0.8,1c0.6,0.2,0.9,0.7,1.2,1.3c0.3,0.7,0.5,1.4,0.5,2.1
      c0,0.9-0.9,2.5-2.2,2.5c-0.1,0-0.2,0.1-0.2,0.1c-0.9,1.3-2.2,1.7-3.7,1.8c-0.2,0-0.3,0-0.5,0c-0.2,0-0.3-0.1-0.6-0.1
      c0.1,1,0.2,1.9,0.4,2.8c0.1,0.9,0.5,1.8,1.1,2.6C387,61.1,385.8,61.2,384.5,61z&quot; /&gt;
  &lt;/g&gt;
&lt;/g&gt;
&lt;path class=&quot;st0 tree tree2&quot; d=&quot;M210.7,35.2c0.1,0.2-0.2,0.6-0.3,0.7c-0.2,0.4-0.4,0.7-0.7,1.1c-0.3,0.4-0.5,0.8-0.7,1.3
  c-0.3,0.5-0.6,0.9-0.9,1.4c-0.2,0.3-0.5,0.5-0.7,0.7c-0.1,0.1-0.1,0.3-0.2,0.3c-0.1,0.1-0.2,0.1-0.3,0.2c0.3,0,0.6,0,0.8,0
  c0.4,0,0.7-0.1,1.1-0.1c0.1,0,0.2,0,0.3,0c0.1,0,0.1-0.1,0.1-0.1c-0.1,0.4-0.3,0.7-0.4,1c-0.3,0.6-0.6,1.3-0.9,2
  c-0.4,0.8-0.8,1.6-1.2,2.4c-0.1,0.3-0.3,0.6-0.4,0.8c-0.1,0.1-0.1,0.2-0.1,0.3c0,0.1,0,0.1-0.1,0.2c-0.1,0-0.1,0.1-0.1,0.2
  c0,0.1-0.1,0.2-0.1,0.3c0,0.1-0.2,0.1-0.2,0.2c0.2,0,0.5-0.2,0.7-0.3c0.3-0.1,0.6-0.2,0.9-0.2c0.2,0,0.4,0,0.5,0
  c0.1,0,0.2-0.1,0.3,0c0.1,0.3,0,0.8-0.1,1.2c-0.1,0.7-0.1,1.4-0.2,2c-0.1,1-0.2,1.9-0.3,2.9c-0.1,0.6-0.2,1.2-0.4,1.7
  c-0.1,0.3-0.2,0.6-0.3,0.8c-0.1,0.1-0.1,0.2-0.2,0.3c0,0.1,0,0.2-0.1,0.2c0.6-0.3,1.2-0.4,1.8-0.5c0.2,0,0.5-0.1,0.7-0.1
  c0.1,0,0.1,0,0.2-0.1c0,0.9,0,1.9,0,2.8c0,0.4-0.1,0.8-0.1,1.3c0,0.2,0,0.4-0.1,0.6c0,0.1,0,0.3-0.1,0.4c0.1,0,0.3,0,0.4,0
  c0.3,0,0.6,0,0.9,0c0.2,0,0.4,0,0.6,0c0.1,0,0.2,0,0.3,0c0.1,0,0.1-0.1,0-0.2c-0.1-0.1-0.2-0.2-0.3-0.4c0-0.1,0-0.2-0.1-0.3
  c0-0.1-0.1-0.1-0.1-0.2c-0.1-0.2-0.1-0.3-0.2-0.5c-0.2-0.4-0.2-0.9-0.2-1.3c0-0.2,0-0.4-0.1-0.5c0-0.2,0-0.5,0-0.7
  c0-0.4,0-0.7,0-1.1c0-0.1,0-0.1,0-0.1c0.1-0.1,0.4,0.1,0.5,0.2c0.1,0.1,0.3,0.2,0.5,0.3c0,0,0,0.1,0.1,0.1c0.1,0.1,0.2,0.1,0.3,0.1
  c0.1,0,0.2,0.1,0.3,0.1c0-0.2-0.1-0.4-0.1-0.6c-0.1-0.3-0.2-0.7-0.4-1c-0.3-0.7-0.6-1.4-0.9-2.2c-0.2-0.4-0.3-0.8-0.4-1.2
  c-0.2-0.5-0.2-1-0.3-1.5c-0.1-0.4-0.2-0.9-0.2-1.3c0.1,0,0.3,0.1,0.4,0.2c0.1,0.1,0.2,0.2,0.4,0.2c0.1,0,0.3,0,0.4,0
  c0.3,0,0.2-0.1,0.1-0.4c-0.3-0.8-0.5-1.5-0.7-2.3c-0.1-0.4-0.2-0.7-0.3-1.1c0-0.3-0.1-0.6-0.1-0.8c0-0.3,0-0.5,0-0.8
  c0-0.2,0-0.5,0-0.7c0-0.1,0.1-0.2,0.1-0.3c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.2c0,0,0-0.1,0-0.1c0.3-0.1,0.8,0,1.1,0.1
  c0.6,0.1,1.3,0.2,1.9,0.3c0.1,0,0.2,0,0.2,0c0,0,0,0,0-0.1c0-0.1,0-0.2,0-0.3c0-0.2,0-0.3-0.1-0.5c-0.1-0.4-0.3-0.8-0.4-1.3
  c-0.1-0.4-0.3-0.7-0.4-1.1c-0.3-0.6-0.6-1.2-0.8-1.9c-0.1-0.4-0.1-0.8-0.3-1.2c0-0.1-0.1-0.2-0.2-0.3c0-0.1,0-0.2,0-0.3
  c-0.1-0.1-0.1-0.2-0.1-0.3C210.9,35.3,210.8,35.2,210.7,35.2z&quot; /&gt;
&lt;path class=&quot;st0 tree tree1&quot; d=&quot;M237.7,35.2c0.1,0.2-0.2,0.6-0.3,0.7c-0.2,0.4-0.4,0.7-0.7,1.1c-0.3,0.4-0.5,0.8-0.7,1.3
  c-0.3,0.5-0.6,0.9-0.9,1.4c-0.2,0.3-0.5,0.5-0.7,0.7c-0.1,0.1-0.1,0.3-0.2,0.3c-0.1,0.1-0.2,0.1-0.3,0.2c0.3,0,0.6,0,0.8,0
  c0.4,0,0.7-0.1,1.1-0.1c0.1,0,0.2,0,0.3,0c0.1,0,0.1-0.1,0.1-0.1c-0.1,0.4-0.3,0.7-0.4,1c-0.3,0.6-0.6,1.3-0.9,2
  c-0.4,0.8-0.8,1.6-1.2,2.4c-0.1,0.3-0.3,0.6-0.4,0.8c-0.1,0.1-0.1,0.2-0.1,0.3c0,0.1,0,0.1-0.1,0.2c-0.1,0-0.1,0.1-0.1,0.2
  c0,0.1-0.1,0.2-0.1,0.3c0,0.1-0.2,0.1-0.2,0.2c0.2,0,0.5-0.2,0.7-0.3c0.3-0.1,0.6-0.2,0.9-0.2c0.2,0,0.4,0,0.5,0
  c0.1,0,0.2-0.1,0.3,0c0.1,0.3,0,0.8-0.1,1.2c-0.1,0.7-0.1,1.4-0.2,2c-0.1,1-0.2,1.9-0.3,2.9c-0.1,0.6-0.2,1.2-0.4,1.7
  c-0.1,0.3-0.2,0.6-0.3,0.8c-0.1,0.1-0.1,0.2-0.2,0.3c0,0.1,0,0.2-0.1,0.2c0.6-0.3,1.2-0.4,1.8-0.5c0.2,0,0.5-0.1,0.7-0.1
  c0.1,0,0.1,0,0.2-0.1c0,0.9,0,1.9,0,2.8c0,0.4-0.1,0.8-0.1,1.3c0,0.2,0,0.4-0.1,0.6c0,0.1,0,0.3-0.1,0.4c0.1,0,0.3,0,0.4,0
  c0.3,0,0.6,0,0.9,0c0.2,0,0.4,0,0.6,0c0.1,0,0.2,0,0.3,0c0.1,0,0.1-0.1,0-0.2c-0.1-0.1-0.2-0.2-0.3-0.4c0-0.1,0-0.2-0.1-0.3
  c0-0.1-0.1-0.1-0.1-0.2c-0.1-0.2-0.1-0.3-0.2-0.5c-0.2-0.4-0.2-0.9-0.2-1.3c0-0.2,0-0.4-0.1-0.5c0-0.2,0-0.5,0-0.7
  c0-0.4,0-0.7,0-1.1c0-0.1,0-0.1,0-0.1c0.1-0.1,0.4,0.1,0.5,0.2c0.1,0.1,0.3,0.2,0.5,0.3c0,0,0,0.1,0.1,0.1c0.1,0.1,0.2,0.1,0.3,0.1
  c0.1,0,0.2,0.1,0.3,0.1c0-0.2-0.1-0.4-0.1-0.6c-0.1-0.3-0.2-0.7-0.4-1c-0.3-0.7-0.6-1.4-0.9-2.2c-0.2-0.4-0.3-0.8-0.4-1.2
  c-0.2-0.5-0.2-1-0.3-1.5c-0.1-0.4-0.2-0.9-0.2-1.3c0.1,0,0.3,0.1,0.4,0.2c0.1,0.1,0.2,0.2,0.4,0.2c0.1,0,0.3,0,0.4,0
  c0.3,0,0.2-0.1,0.1-0.4c-0.3-0.8-0.5-1.5-0.7-2.3c-0.1-0.4-0.2-0.7-0.3-1.1c0-0.3-0.1-0.6-0.1-0.8c0-0.3,0-0.5,0-0.8
  c0-0.2,0-0.5,0-0.7c0-0.1,0.1-0.2,0.1-0.3c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.2c0,0,0-0.1,0-0.1c0.3-0.1,0.8,0,1.1,0.1
  c0.6,0.1,1.3,0.2,1.9,0.3c0.1,0,0.2,0,0.2,0c0,0,0,0,0-0.1c0-0.1,0-0.2,0-0.3c0-0.2,0-0.3-0.1-0.5c-0.1-0.4-0.3-0.8-0.4-1.3
  c-0.1-0.4-0.3-0.7-0.4-1.1c-0.3-0.6-0.6-1.2-0.8-1.9c-0.1-0.4-0.1-0.8-0.3-1.2c0-0.1-0.1-0.2-0.2-0.3c0-0.1,0-0.2,0-0.3
  c-0.1-0.1-0.1-0.2-0.1-0.3C237.9,35.3,237.8,35.2,237.7,35.2z&quot; /&gt;
&lt;path class=&quot;st0 tree tree2&quot; d=&quot;M78.7,35.2c0.1,0.2-0.2,0.6-0.3,0.7c-0.2,0.4-0.4,0.7-0.7,1.1c-0.3,0.4-0.5,0.8-0.7,1.3
  c-0.3,0.5-0.6,0.9-0.9,1.4c-0.2,0.3-0.5,0.5-0.7,0.7c-0.1,0.1-0.1,0.3-0.2,0.3c-0.1,0.1-0.2,0.1-0.3,0.2c0.3,0,0.6,0,0.8,0
  c0.4,0,0.7-0.1,1.1-0.1c0.1,0,0.2,0,0.3,0c0.1,0,0.1-0.1,0.1-0.1c-0.1,0.4-0.3,0.7-0.4,1c-0.3,0.6-0.6,1.3-0.9,2
  c-0.4,0.8-0.8,1.6-1.2,2.4c-0.1,0.3-0.3,0.6-0.4,0.8c-0.1,0.1-0.1,0.2-0.1,0.3c0,0.1,0,0.1-0.1,0.2c-0.1,0-0.1,0.1-0.1,0.2
  c0,0.1-0.1,0.2-0.1,0.3c0,0.1-0.2,0.1-0.2,0.2c0.2,0,0.5-0.2,0.7-0.3c0.3-0.1,0.6-0.2,0.9-0.2c0.2,0,0.4,0,0.5,0
  c0.1,0,0.2-0.1,0.3,0c0.1,0.3,0,0.8-0.1,1.2c-0.1,0.7-0.1,1.4-0.2,2c-0.1,1-0.2,1.9-0.3,2.9c-0.1,0.6-0.2,1.2-0.4,1.7
  c-0.1,0.3-0.2,0.6-0.3,0.8c-0.1,0.1-0.1,0.2-0.2,0.3c0,0.1,0,0.2-0.1,0.2c0.6-0.3,1.2-0.4,1.8-0.5c0.2,0,0.5-0.1,0.7-0.1
  c0.1,0,0.1,0,0.2-0.1c0,0.9,0,1.9,0,2.8c0,0.4-0.1,0.8-0.1,1.3c0,0.2,0,0.4-0.1,0.6c0,0.1,0,0.3-0.1,0.4c0.1,0,0.3,0,0.4,0
  c0.3,0,0.6,0,0.9,0c0.2,0,0.4,0,0.6,0c0.1,0,0.2,0,0.3,0c0.1,0,0.1-0.1,0-0.2c-0.1-0.1-0.2-0.2-0.3-0.4c0-0.1,0-0.2-0.1-0.3
  c0-0.1-0.1-0.1-0.1-0.2c-0.1-0.2-0.1-0.3-0.2-0.5c-0.2-0.4-0.2-0.9-0.2-1.3c0-0.2,0-0.4-0.1-0.5c0-0.2,0-0.5,0-0.7
  c0-0.4,0-0.7,0-1.1c0-0.1,0-0.1,0-0.1c0.1-0.1,0.4,0.1,0.5,0.2c0.1,0.1,0.3,0.2,0.5,0.3c0,0,0,0.1,0.1,0.1c0.1,0.1,0.2,0.1,0.3,0.1
  c0.1,0,0.2,0.1,0.3,0.1c0-0.2-0.1-0.4-0.1-0.6c-0.1-0.3-0.2-0.7-0.4-1c-0.3-0.7-0.6-1.4-0.9-2.2c-0.2-0.4-0.3-0.8-0.4-1.2
  c-0.2-0.5-0.2-1-0.3-1.5c-0.1-0.4-0.2-0.9-0.2-1.3c0.1,0,0.3,0.1,0.4,0.2c0.1,0.1,0.2,0.2,0.4,0.2c0.1,0,0.3,0,0.4,0
  c0.3,0,0.2-0.1,0.1-0.4c-0.3-0.8-0.5-1.5-0.7-2.3c-0.1-0.4-0.2-0.7-0.3-1.1c0-0.3-0.1-0.6-0.1-0.8c0-0.3,0-0.5,0-0.8
  c0-0.2,0-0.5,0-0.7c0-0.1,0.1-0.2,0.1-0.3c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.2c0,0,0-0.1,0-0.1c0.3-0.1,0.8,0,1.1,0.1
  c0.6,0.1,1.3,0.2,1.9,0.3c0.1,0,0.2,0,0.2,0c0,0,0,0,0-0.1c0-0.1,0-0.2,0-0.3c0-0.2,0-0.3-0.1-0.5c-0.1-0.4-0.3-0.8-0.4-1.3
  c-0.1-0.4-0.3-0.7-0.4-1.1c-0.3-0.6-0.6-1.2-0.8-1.9c-0.1-0.4-0.1-0.8-0.3-1.2c0-0.1-0.1-0.2-0.2-0.3c0-0.1,0-0.2,0-0.3
  c-0.1-0.1-0.1-0.2-0.1-0.3C78.9,35.3,78.8,35.2,78.7,35.2z&quot; /&gt;
&lt;path class=&quot;st1 tree tree3&quot; d=&quot;M70.2,35.2c-0.1,0.2,0.2,0.6,0.3,0.7c0.2,0.4,0.4,0.7,0.7,1.1c0.3,0.4,0.5,0.8,0.7,1.3c0.3,0.5,0.6,0.9,0.9,1.4
  c0.2,0.3,0.5,0.5,0.7,0.7c0.1,0.1,0.1,0.3,0.2,0.3c0.1,0.1,0.2,0.1,0.3,0.2c-0.3,0-0.6,0-0.8,0c-0.4,0-0.7-0.1-1.1-0.1
  c-0.1,0-0.2,0-0.3,0c-0.1,0-0.1-0.1-0.1-0.1c0.1,0.4,0.3,0.7,0.4,1c0.3,0.6,0.6,1.3,0.9,2c0.4,0.8,0.8,1.6,1.2,2.4
  c0.1,0.3,0.3,0.6,0.4,0.8c0.1,0.1,0.1,0.2,0.1,0.3c0,0.1,0,0.1,0.1,0.2c0.1,0,0.1,0.1,0.1,0.2c0,0.1,0.1,0.2,0.1,0.3
  c0,0.1,0.2,0.1,0.2,0.2c-0.2,0-0.5-0.2-0.7-0.3c-0.3-0.1-0.6-0.2-0.9-0.2c-0.2,0-0.4,0-0.5,0c-0.1,0-0.2-0.1-0.3,0
  c-0.1,0.3,0,0.8,0.1,1.2c0.1,0.7,0.1,1.4,0.2,2c0.1,1,0.2,1.9,0.3,2.9c0.1,0.6,0.2,1.2,0.4,1.7c0.1,0.3,0.2,0.6,0.3,0.8
  c0.1,0.1,0.1,0.2,0.2,0.3c0,0.1,0,0.2,0.1,0.2c-0.6-0.3-1.2-0.4-1.8-0.5c-0.2,0-0.5-0.1-0.7-0.1c-0.1,0-0.1,0-0.2-0.1
  c0,0.9,0,1.9,0,2.8c0,0.4,0.1,0.8,0.1,1.3c0,0.2,0,0.4,0.1,0.6c0,0.1,0,0.3,0.1,0.4c-0.1,0-0.3,0-0.4,0c-0.3,0-0.6,0-0.9,0
  c-0.2,0-0.4,0-0.6,0c-0.1,0-0.2,0-0.3,0c-0.1,0-0.1-0.1,0-0.2c0.1-0.1,0.2-0.2,0.3-0.4c0-0.1,0-0.2,0.1-0.3c0-0.1,0.1-0.1,0.1-0.2
  c0.1-0.2,0.1-0.3,0.2-0.5c0.2-0.4,0.2-0.9,0.2-1.3c0-0.2,0-0.4,0.1-0.5c0-0.2,0-0.5,0-0.7c0-0.4,0-0.7,0-1.1c0-0.1,0-0.1,0-0.1
  c-0.1-0.1-0.4,0.1-0.5,0.2c-0.1,0.1-0.3,0.2-0.5,0.3c0,0,0,0.1-0.1,0.1c-0.1,0.1-0.2,0.1-0.3,0.1c-0.1,0-0.2,0.1-0.3,0.1
  c0-0.2,0.1-0.4,0.1-0.6c0.1-0.3,0.2-0.7,0.4-1c0.3-0.7,0.6-1.4,0.9-2.2c0.2-0.4,0.3-0.8,0.4-1.2c0.2-0.5,0.2-1,0.3-1.5
  c0.1-0.4,0.2-0.9,0.2-1.3c-0.1,0-0.3,0.1-0.4,0.2c-0.1,0.1-0.2,0.2-0.4,0.2c-0.1,0-0.3,0-0.4,0c-0.3,0-0.2-0.1-0.1-0.4
  c0.3-0.8,0.5-1.5,0.7-2.3c0.1-0.4,0.2-0.7,0.3-1.1c0-0.3,0.1-0.6,0.1-0.8c0-0.3,0-0.5,0-0.8c0-0.2,0-0.5,0-0.7
  c0-0.1-0.1-0.2-0.1-0.3c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.2c0,0,0-0.1,0-0.1c-0.3-0.1-0.8,0-1.1,0.1c-0.6,0.1-1.3,0.2-1.9,0.3
  c-0.1,0-0.2,0-0.2,0c0,0,0,0,0-0.1c0-0.1,0-0.2,0-0.3c0-0.2,0-0.3,0.1-0.5c0.1-0.4,0.3-0.8,0.4-1.3c0.1-0.4,0.3-0.7,0.4-1.1
  c0.3-0.6,0.6-1.2,0.8-1.9c0.1-0.4,0.1-0.8,0.3-1.2c0-0.1,0.1-0.2,0.2-0.3c0-0.1,0-0.2,0-0.3c0.1-0.1,0.1-0.2,0.1-0.3
  C70,35.3,70,35.2,70.2,35.2z&quot; /&gt;
&lt;g id=&quot;d6svBZ_18_&quot;&gt;
  &lt;g&gt;
    &lt;path class=&quot;st3 tree tree3&quot; d=&quot;M54,61c0.5-0.8,0.9-1.7,1.1-2.6c0.1-0.9,0.2-1.8,0.4-2.8c-0.2,0-0.4,0.1-0.6,0.1c-0.2,0-0.3,0-0.5,0
      c-1.5-0.1-2.8-0.5-3.7-1.8c0-0.1-0.2-0.1-0.2-0.1c-1.2,0-2.2-1.6-2.2-2.5c0-0.8,0.2-1.5,0.5-2.1c0.2-0.6,0.6-1.1,1.2-1.3
      c0.5-0.2,0.7-0.4,0.8-1c0.3-1.5,2-2.9,3.6-3c0.7-0.1,1.3,0,1.8,0.4c0.1,0.1,0.2,0,0.3,0c0.5,0,1-0.2,1.4-0.1
      c1.1,0.1,1.9,0.8,2.6,1.5c0.8,0.7,1.2,1.7,1.5,2.7c0.2,0.8,0.2,1.7-0.2,2.5c-0.3,0.5-0.5,1-0.6,1.6c-0.2,1.3-1.1,2.1-2.3,2.5
      c-0.7,0.2-1.4,0.3-2.1,0.1c0.1,2.1,0.1,4.1,1.1,6C56.4,61.2,55.2,61.1,54,61z&quot; /&gt;
  &lt;/g&gt;
&lt;/g&gt;
&lt;g id=&quot;d6svBZ_19_&quot;&gt;
  &lt;g&gt;
    &lt;path class=&quot;st2 tree tree2&quot; d=&quot;M98,61c0.5-0.8,0.9-1.7,1.1-2.6c0.1-0.9,0.2-1.8,0.4-2.8c-0.2,0-0.4,0.1-0.6,0.1c-0.2,0-0.3,0-0.5,0
      c-1.5-0.1-2.8-0.5-3.7-1.8c0-0.1-0.2-0.1-0.2-0.1c-1.2,0-2.2-1.6-2.2-2.5c0-0.8,0.2-1.5,0.5-2.1c0.2-0.6,0.6-1.1,1.2-1.3
      c0.5-0.2,0.7-0.4,0.8-1c0.3-1.5,2-2.9,3.6-3c0.7-0.1,1.3,0,1.8,0.4c0.1,0.1,0.2,0,0.3,0c0.5,0,1-0.2,1.4-0.1
      c1.1,0.1,1.9,0.8,2.6,1.5c0.8,0.7,1.2,1.7,1.5,2.7c0.2,0.8,0.2,1.7-0.2,2.5c-0.3,0.5-0.5,1-0.6,1.6c-0.2,1.3-1.1,2.1-2.3,2.5
      c-0.7,0.2-1.4,0.3-2.1,0.1c0.1,2.1,0.1,4.1,1.1,6C100.4,61.2,99.2,61.1,98,61z&quot; /&gt;
  &lt;/g&gt;
&lt;/g&gt;
&lt;g id=&quot;d6svBZ_20_&quot;&gt;
  &lt;g&gt;
    &lt;path class=&quot;st1 tree tree3&quot; d=&quot;M128,61c0.5-0.8,0.9-1.7,1.1-2.6c0.1-0.9,0.2-1.8,0.4-2.8c-0.2,0-0.4,0.1-0.6,0.1c-0.2,0-0.3,0-0.5,0
      c-1.5-0.1-2.8-0.5-3.7-1.8c0-0.1-0.2-0.1-0.2-0.1c-1.2,0-2.2-1.6-2.2-2.5c0-0.8,0.2-1.5,0.5-2.1c0.2-0.6,0.6-1.1,1.2-1.3
      c0.5-0.2,0.7-0.4,0.8-1c0.3-1.5,2-2.9,3.6-3c0.7-0.1,1.3,0,1.8,0.4c0.1,0.1,0.2,0,0.3,0c0.5,0,1-0.2,1.4-0.1
      c1.1,0.1,1.9,0.8,2.6,1.5c0.8,0.7,1.2,1.7,1.5,2.7c0.2,0.8,0.2,1.7-0.2,2.5c-0.3,0.5-0.5,1-0.6,1.6c-0.2,1.3-1.1,2.1-2.3,2.5
      c-0.7,0.2-1.4,0.3-2.1,0.1c0.1,2.1,0.1,4.1,1.1,6C130.4,61.2,129.2,61.1,128,61z&quot; /&gt;
  &lt;/g&gt;
&lt;/g&gt;
&lt;g id=&quot;d6svBZ_21_&quot;&gt;
  &lt;g&gt;
    &lt;path class=&quot;st2 tree tree1&quot; d=&quot;M118,61c0.5-0.8,0.9-1.7,1.1-2.6c0.1-0.9,0.2-1.8,0.4-2.8c-0.2,0-0.4,0.1-0.6,0.1c-0.2,0-0.3,0-0.5,0
      c-1.5-0.1-2.8-0.5-3.7-1.8c0-0.1-0.2-0.1-0.2-0.1c-1.2,0-2.2-1.6-2.2-2.5c0-0.8,0.2-1.5,0.5-2.1c0.2-0.6,0.6-1.1,1.2-1.3
      c0.5-0.2,0.7-0.4,0.8-1c0.3-1.5,2-2.9,3.6-3c0.7-0.1,1.3,0,1.8,0.4c0.1,0.1,0.2,0,0.3,0c0.5,0,1-0.2,1.4-0.1
      c1.1,0.1,1.9,0.8,2.6,1.5c0.8,0.7,1.2,1.7,1.5,2.7c0.2,0.8,0.2,1.7-0.2,2.5c-0.3,0.5-0.5,1-0.6,1.6c-0.2,1.3-1.1,2.1-2.3,2.5
      c-0.7,0.2-1.4,0.3-2.1,0.1c0.1,2.1,0.1,4.1,1.1,6C120.4,61.2,119.2,61.1,118,61z&quot; /&gt;
  &lt;/g&gt;
&lt;/g&gt;
&lt;g id=&quot;d6svBZ_22_&quot;&gt;
  &lt;g&gt;
    &lt;path class=&quot;st2 tree tree1&quot; d=&quot;M178,61c0.5-0.8,0.9-1.7,1.1-2.6c0.1-0.9,0.2-1.8,0.4-2.8c-0.2,0-0.4,0.1-0.6,0.1c-0.2,0-0.3,0-0.5,0
      c-1.5-0.1-2.8-0.5-3.7-1.8c0-0.1-0.2-0.1-0.2-0.1c-1.2,0-2.2-1.6-2.2-2.5c0-0.8,0.2-1.5,0.5-2.1c0.2-0.6,0.6-1.1,1.2-1.3
      c0.5-0.2,0.7-0.4,0.8-1c0.3-1.5,2-2.9,3.6-3c0.7-0.1,1.3,0,1.8,0.4c0.1,0.1,0.2,0,0.3,0c0.5,0,1-0.2,1.4-0.1
      c1.1,0.1,1.9,0.8,2.6,1.5c0.8,0.7,1.2,1.7,1.5,2.7c0.2,0.8,0.2,1.7-0.2,2.5c-0.3,0.5-0.5,1-0.6,1.6c-0.2,1.3-1.1,2.1-2.3,2.5
      c-0.7,0.2-1.4,0.3-2.1,0.1c0.1,2.1,0.1,4.1,1.1,6C180.4,61.2,179.2,61.1,178,61z&quot; /&gt;
  &lt;/g&gt;
&lt;/g&gt;
&lt;g id=&quot;d6svBZ_23_&quot;&gt;
  &lt;g&gt;
    &lt;path class=&quot;st2 tree tree3&quot; d=&quot;M229,61c0.5-0.8,0.9-1.7,1.1-2.6c0.1-0.9,0.2-1.8,0.4-2.8c-0.2,0-0.4,0.1-0.6,0.1c-0.2,0-0.3,0-0.5,0
      c-1.5-0.1-2.8-0.5-3.7-1.8c0-0.1-0.2-0.1-0.2-0.1c-1.2,0-2.2-1.6-2.2-2.5c0-0.8,0.2-1.5,0.5-2.1c0.2-0.6,0.6-1.1,1.2-1.3
      c0.5-0.2,0.7-0.4,0.8-1c0.3-1.5,2-2.9,3.6-3c0.7-0.1,1.3,0,1.8,0.4c0.1,0.1,0.2,0,0.3,0c0.5,0,1-0.2,1.4-0.1
      c1.1,0.1,1.9,0.8,2.6,1.5c0.8,0.7,1.2,1.7,1.5,2.7c0.2,0.8,0.2,1.7-0.2,2.5c-0.3,0.5-0.5,1-0.6,1.6c-0.2,1.3-1.1,2.1-2.3,2.5
      c-0.7,0.2-1.4,0.3-2.1,0.1c0.1,2.1,0.1,4.1,1.1,6C231.4,61.2,230.2,61.1,229,61z&quot; /&gt;
  &lt;/g&gt;
&lt;/g&gt;
&lt;g id=&quot;d6svBZ_24_&quot;&gt;
  &lt;g&gt;
    &lt;path class=&quot;st1 tree tree1&quot; d=&quot;M299,61c0.5-0.8,0.9-1.7,1.1-2.6c0.1-0.9,0.2-1.8,0.4-2.8c-0.2,0-0.4,0.1-0.6,0.1c-0.2,0-0.3,0-0.5,0
      c-1.5-0.1-2.8-0.5-3.7-1.8c0-0.1-0.2-0.1-0.2-0.1c-1.2,0-2.2-1.6-2.2-2.5c0-0.8,0.2-1.5,0.5-2.1c0.2-0.6,0.6-1.1,1.2-1.3
      c0.5-0.2,0.7-0.4,0.8-1c0.3-1.5,2-2.9,3.6-3c0.7-0.1,1.3,0,1.8,0.4c0.1,0.1,0.2,0,0.3,0c0.5,0,1-0.2,1.4-0.1
      c1.1,0.1,1.9,0.8,2.6,1.5c0.8,0.7,1.2,1.7,1.5,2.7c0.2,0.8,0.2,1.7-0.2,2.5c-0.3,0.5-0.5,1-0.6,1.6c-0.2,1.3-1.1,2.1-2.3,2.5
      c-0.7,0.2-1.4,0.3-2.1,0.1c0.1,2.1,0.1,4.1,1.1,6C301.4,61.2,300.2,61.1,299,61z&quot; /&gt;
  &lt;/g&gt;
&lt;/g&gt;
&lt;g id=&quot;d6svBZ_25_&quot;&gt;
  &lt;g&gt;
    &lt;path class=&quot;st2 tree tree2&quot; d=&quot;M362,61c0.5-0.8,0.9-1.7,1.1-2.6c0.1-0.9,0.2-1.8,0.4-2.8c-0.2,0-0.4,0.1-0.6,0.1c-0.2,0-0.3,0-0.5,0
      c-1.5-0.1-2.8-0.5-3.7-1.8c0-0.1-0.2-0.1-0.2-0.1c-1.2,0-2.2-1.6-2.2-2.5c0-0.8,0.2-1.5,0.5-2.1c0.2-0.6,0.6-1.1,1.2-1.3
      c0.5-0.2,0.7-0.4,0.8-1c0.3-1.5,2-2.9,3.6-3c0.7-0.1,1.3,0,1.8,0.4c0.1,0.1,0.2,0,0.3,0c0.5,0,1-0.2,1.4-0.1
      c1.1,0.1,1.9,0.8,2.6,1.5c0.8,0.7,1.2,1.7,1.5,2.7c0.2,0.8,0.2,1.7-0.2,2.5c-0.3,0.5-0.5,1-0.6,1.6c-0.2,1.3-1.1,2.1-2.3,2.5
      c-0.7,0.2-1.4,0.3-2.1,0.1c0.1,2.1,0.1,4.1,1.1,6C364.4,61.2,363.2,61.1,362,61z&quot; /&gt;
  &lt;/g&gt;
&lt;/g&gt;
&lt;g id=&quot;d6svBZ_26_&quot;&gt;
  &lt;g&gt;
    &lt;path class=&quot;st1 tree tree3&quot; d=&quot;M402,61c0.5-0.8,0.9-1.7,1.1-2.6c0.1-0.9,0.2-1.8,0.4-2.8c-0.2,0-0.4,0.1-0.6,0.1c-0.2,0-0.3,0-0.5,0
      c-1.5-0.1-2.8-0.5-3.7-1.8c0-0.1-0.2-0.1-0.2-0.1c-1.2,0-2.2-1.6-2.2-2.5c0-0.8,0.2-1.5,0.5-2.1c0.2-0.6,0.6-1.1,1.2-1.3
      c0.5-0.2,0.7-0.4,0.8-1c0.3-1.5,2-2.9,3.6-3c0.7-0.1,1.3,0,1.8,0.4c0.1,0.1,0.2,0,0.3,0c0.5,0,1-0.2,1.4-0.1
      c1.1,0.1,1.9,0.8,2.6,1.5c0.8,0.7,1.2,1.7,1.5,2.7c0.2,0.8,0.2,1.7-0.2,2.5c-0.3,0.5-0.5,1-0.6,1.6c-0.2,1.3-1.1,2.1-2.3,2.5
      c-0.7,0.2-1.4,0.3-2.1,0.1c0.1,2.1,0.1,4.1,1.1,6C404.4,61.2,403.2,61.1,402,61z&quot; /&gt;
  &lt;/g&gt;
&lt;/g&gt;
&lt;g id=&quot;d6svBZ_9_&quot;&gt;
  &lt;g&gt;
    &lt;path class=&quot;st1 tree tree1&quot; d=&quot;M44,61c0.7-1.2,1.3-2.4,1.5-3.7c0.2-1.3,0.3-2.6,0.5-4c-0.3,0.1-0.6,0.1-0.8,0.2c-0.2,0-0.5,0-0.7,0
      c-2.1-0.1-4-0.7-5.3-2.6c-0.1-0.1-0.2-0.2-0.4-0.2c-1.8-0.1-3.1-2.3-3.1-3.6c0-1.1,0.2-2.1,0.6-3.1c0.4-0.8,0.8-1.6,1.7-1.9
      c0.7-0.2,1-0.6,1.1-1.4c0.4-2.2,2.8-4.1,5.1-4.3c0.9-0.1,1.8,0,2.6,0.6c0.1,0.1,0.3,0,0.5,0c0.7-0.1,1.4-0.3,2-0.2
      C51,37,52.1,38,53.1,39c1.1,1.1,1.7,2.5,2.1,3.9c0.3,1.2,0.3,2.4-0.3,3.5c-0.4,0.7-0.8,1.4-0.9,2.3c-0.3,1.8-1.6,3-3.3,3.5
      c-0.9,0.3-1.9,0.4-3,0.2c0.1,3,0.1,5.9,1.6,8.6C47.5,61.3,45.8,61.2,44,61z&quot; /&gt;
  &lt;/g&gt;
&lt;/g&gt;
&lt;g id=&quot;d6svBZ_10_&quot;&gt;
  &lt;g&gt;
    &lt;path class=&quot;st3 tree tree2&quot; d=&quot;M84,61c0.7-1.2,1.3-2.4,1.5-3.7c0.2-1.3,0.3-2.6,0.5-4c-0.3,0.1-0.6,0.1-0.8,0.2c-0.2,0-0.5,0-0.7,0
      c-2.1-0.1-4-0.7-5.3-2.6c-0.1-0.1-0.2-0.2-0.4-0.2c-1.8-0.1-3.1-2.3-3.1-3.6c0-1.1,0.2-2.1,0.6-3.1c0.4-0.8,0.8-1.6,1.7-1.9
      c0.7-0.2,1-0.6,1.1-1.4c0.4-2.2,2.8-4.1,5.1-4.3c0.9-0.1,1.8,0,2.6,0.6c0.1,0.1,0.3,0,0.5,0c0.7-0.1,1.4-0.3,2-0.2
      C91,37,92.1,38,93.1,39c1.1,1.1,1.7,2.5,2.1,3.9c0.3,1.2,0.3,2.4-0.3,3.5c-0.4,0.7-0.8,1.4-0.9,2.3c-0.3,1.8-1.6,3-3.3,3.5
      c-0.9,0.3-1.9,0.4-3,0.2c0.1,3,0.1,5.9,1.6,8.6C87.5,61.3,85.8,61.2,84,61z&quot; /&gt;
  &lt;/g&gt;
&lt;/g&gt;
&lt;g id=&quot;d6svBZ_11_&quot;&gt;
  &lt;g&gt;
    &lt;path class=&quot;st2 tree tree1&quot; d=&quot;M158,61c0.7-1.2,1.3-2.4,1.5-3.7c0.2-1.3,0.3-2.6,0.5-4c-0.3,0.1-0.6,0.1-0.8,0.2c-0.2,0-0.5,0-0.7,0
      c-2.1-0.1-4-0.7-5.3-2.6c-0.1-0.1-0.2-0.2-0.4-0.2c-1.8-0.1-3.1-2.3-3.1-3.6c0-1.1,0.2-2.1,0.6-3.1c0.4-0.8,0.8-1.6,1.7-1.9
      c0.7-0.2,1-0.6,1.1-1.4c0.4-2.2,2.8-4.1,5.1-4.3c0.9-0.1,1.8,0,2.6,0.6c0.1,0.1,0.3,0,0.5,0c0.7-0.1,1.4-0.3,2-0.2
      c1.5,0.2,2.6,1.2,3.7,2.2c1.1,1.1,1.7,2.5,2.1,3.9c0.3,1.2,0.3,2.4-0.3,3.5c-0.4,0.7-0.8,1.4-0.9,2.3c-0.3,1.8-1.6,3-3.3,3.5
      c-0.9,0.3-1.9,0.4-3,0.2c0.1,3,0.1,5.9,1.6,8.6C161.5,61.3,159.8,61.2,158,61z&quot; /&gt;
  &lt;/g&gt;
&lt;/g&gt;
&lt;g id=&quot;d6svBZ_12_&quot;&gt;
  &lt;g&gt;
    &lt;path class=&quot;st2 tree tree3&quot; d=&quot;M253,61c0.7-1.2,1.3-2.4,1.5-3.7c0.2-1.3,0.3-2.6,0.5-4c-0.3,0.1-0.6,0.1-0.8,0.2c-0.2,0-0.5,0-0.7,0
      c-2.1-0.1-4-0.7-5.3-2.6c-0.1-0.1-0.2-0.2-0.4-0.2c-1.8-0.1-3.1-2.3-3.1-3.6c0-1.1,0.2-2.1,0.6-3.1c0.4-0.8,0.8-1.6,1.7-1.9
      c0.7-0.2,1-0.6,1.1-1.4c0.4-2.2,2.8-4.1,5.1-4.3c0.9-0.1,1.8,0,2.6,0.6c0.1,0.1,0.3,0,0.5,0c0.7-0.1,1.4-0.3,2-0.2
      c1.5,0.2,2.6,1.2,3.7,2.2c1.1,1.1,1.7,2.5,2.1,3.9c0.3,1.2,0.3,2.4-0.3,3.5c-0.4,0.7-0.8,1.4-0.9,2.3c-0.3,1.8-1.6,3-3.3,3.5
      c-0.9,0.3-1.9,0.4-3,0.2c0.1,3,0.1,5.9,1.6,8.6C256.5,61.3,254.8,61.2,253,61z&quot; /&gt;
  &lt;/g&gt;
&lt;/g&gt;
&lt;g id=&quot;d6svBZ_13_&quot;&gt;
  &lt;g&gt;
    &lt;path class=&quot;st3 tree tree1&quot; d=&quot;M303,61c0.7-1.2,1.3-2.4,1.5-3.7c0.2-1.3,0.3-2.6,0.5-4c-0.3,0.1-0.6,0.1-0.8,0.2c-0.2,0-0.5,0-0.7,0
      c-2.1-0.1-4-0.7-5.3-2.6c-0.1-0.1-0.2-0.2-0.4-0.2c-1.8-0.1-3.1-2.3-3.1-3.6c0-1.1,0.2-2.1,0.6-3.1c0.4-0.8,0.8-1.6,1.7-1.9
      c0.7-0.2,1-0.6,1.1-1.4c0.4-2.2,2.8-4.1,5.1-4.3c0.9-0.1,1.8,0,2.6,0.6c0.1,0.1,0.3,0,0.5,0c0.7-0.1,1.4-0.3,2-0.2
      c1.5,0.2,2.6,1.2,3.7,2.2c1.1,1.1,1.7,2.5,2.1,3.9c0.3,1.2,0.3,2.4-0.3,3.5c-0.4,0.7-0.8,1.4-0.9,2.3c-0.3,1.8-1.6,3-3.3,3.5
      c-0.9,0.3-1.9,0.4-3,0.2c0.1,3,0.1,5.9,1.6,8.6C306.5,61.3,304.8,61.2,303,61z&quot; /&gt;
  &lt;/g&gt;
&lt;/g&gt;
&lt;g id=&quot;d6svBZ_14_&quot;&gt;
  &lt;g&gt;
    &lt;path class=&quot;st1 tree tree1&quot; d=&quot;M353,61c0.7-1.2,1.3-2.4,1.5-3.7c0.2-1.3,0.3-2.6,0.5-4c-0.3,0.1-0.6,0.1-0.8,0.2c-0.2,0-0.5,0-0.7,0
      c-2.1-0.1-4-0.7-5.3-2.6c-0.1-0.1-0.2-0.2-0.4-0.2c-1.8-0.1-3.1-2.3-3.1-3.6c0-1.1,0.2-2.1,0.6-3.1c0.4-0.8,0.8-1.6,1.7-1.9
      c0.7-0.2,1-0.6,1.1-1.4c0.4-2.2,2.8-4.1,5.1-4.3c0.9-0.1,1.8,0,2.6,0.6c0.1,0.1,0.3,0,0.5,0c0.7-0.1,1.4-0.3,2-0.2
      c1.5,0.2,2.6,1.2,3.7,2.2c1.1,1.1,1.7,2.5,2.1,3.9c0.3,1.2,0.3,2.4-0.3,3.5c-0.4,0.7-0.8,1.4-0.9,2.3c-0.3,1.8-1.6,3-3.3,3.5
      c-0.9,0.3-1.9,0.4-3,0.2c0.1,3,0.1,5.9,1.6,8.6C356.5,61.3,354.8,61.2,353,61z&quot; /&gt;
  &lt;/g&gt;
&lt;/g&gt;
&lt;g id=&quot;d6svBZ_15_&quot;&gt;
  &lt;g&gt;
    &lt;path class=&quot;st2 tree tree2&quot; d=&quot;M393,61c0.7-1.2,1.3-2.4,1.5-3.7c0.2-1.3,0.3-2.6,0.5-4c-0.3,0.1-0.6,0.1-0.8,0.2c-0.2,0-0.5,0-0.7,0
      c-2.1-0.1-4-0.7-5.3-2.6c-0.1-0.1-0.2-0.2-0.4-0.2c-1.8-0.1-3.1-2.3-3.1-3.6c0-1.1,0.2-2.1,0.6-3.1c0.4-0.8,0.8-1.6,1.7-1.9
      c0.7-0.2,1-0.6,1.1-1.4c0.4-2.2,2.8-4.1,5.1-4.3c0.9-0.1,1.8,0,2.6,0.6c0.1,0.1,0.3,0,0.5,0c0.7-0.1,1.4-0.3,2-0.2
      c1.5,0.2,2.6,1.2,3.7,2.2c1.1,1.1,1.7,2.5,2.1,3.9c0.3,1.2,0.3,2.4-0.3,3.5c-0.4,0.7-0.8,1.4-0.9,2.3c-0.3,1.8-1.6,3-3.3,3.5
      c-0.9,0.3-1.9,0.4-3,0.2c0.1,3,0.1,5.9,1.6,8.6C396.5,61.3,394.8,61.2,393,61z&quot; /&gt;
  &lt;/g&gt;
&lt;/g&gt;
&lt;g id=&quot;d6svBZ_2_&quot;&gt;
  &lt;g&gt;
    &lt;path class=&quot;st2 tree tree3&quot; d=&quot;M31.9,61.1c1.5-2.8,1.5-5.7,1.6-8.6c-1.1,0.2-2.1,0.1-3-0.2c-1.7-0.6-3-1.7-3.3-3.5c-0.1-0.9-0.5-1.6-0.9-2.3
      c-0.6-1.1-0.6-2.3-0.3-3.5c0.4-1.5,1-2.8,2.1-3.9c1-1,2.2-2,3.7-2.2c0.7-0.1,1.4,0.1,2,0.2c0.2,0,0.4,0.1,0.5,0
      c0.8-0.6,1.7-0.7,2.6-0.6c2.3,0.2,4.7,2.1,5.1,4.3c0.1,0.8,0.4,1.2,1.1,1.4c0.9,0.3,1.3,1.1,1.7,1.9c0.4,1,0.6,2,0.6,3.1
      c0,1.3-1.3,3.6-3.1,3.6c-0.1,0-0.3,0.1-0.4,0.2c-1.3,1.8-3.2,2.4-5.3,2.6c-0.2,0-0.5,0-0.7,0c-0.2,0-0.5-0.1-0.8-0.2
      c0.2,1.4,0.3,2.7,0.5,4c0.2,1.3,0.8,2.5,1.5,3.7C35.4,61.2,33.7,61.3,31.9,61.1z&quot; /&gt;
  &lt;/g&gt;
&lt;/g&gt;
&lt;g id=&quot;d6svBZ_3_&quot;&gt;
  &lt;g&gt;
    &lt;path class=&quot;st1 tree tree2&quot; d=&quot;M101.9,61.1c1.5-2.8,1.5-5.7,1.6-8.6c-1.1,0.2-2.1,0.1-3-0.2c-1.7-0.6-3-1.7-3.3-3.5
      c-0.1-0.9-0.5-1.6-0.9-2.3c-0.6-1.1-0.6-2.3-0.3-3.5c0.4-1.5,1-2.8,2.1-3.9c1-1,2.2-2,3.7-2.2c0.7-0.1,1.4,0.1,2,0.2
      c0.2,0,0.4,0.1,0.5,0c0.8-0.6,1.7-0.7,2.6-0.6c2.3,0.2,4.7,2.1,5.1,4.3c0.1,0.8,0.4,1.2,1.1,1.4c0.9,0.3,1.3,1.1,1.7,1.9
      c0.4,1,0.6,2,0.6,3.1c0,1.3-1.3,3.6-3.1,3.6c-0.1,0-0.3,0.1-0.4,0.2c-1.3,1.8-3.2,2.4-5.3,2.6c-0.2,0-0.5,0-0.7,0
      c-0.2,0-0.5-0.1-0.8-0.2c0.2,1.4,0.3,2.7,0.5,4c0.2,1.3,0.8,2.5,1.5,3.7C105.4,61.2,103.7,61.3,101.9,61.1z&quot; /&gt;
  &lt;/g&gt;
&lt;/g&gt;
&lt;g id=&quot;d6svBZ_4_&quot;&gt;
  &lt;g&gt;
    &lt;path class=&quot;st3 tree tree2&quot; d=&quot;M141.9,61.1c1.5-2.8,1.5-5.7,1.6-8.6c-1.1,0.2-2.1,0.1-3-0.2c-1.7-0.6-3-1.7-3.3-3.5
      c-0.1-0.9-0.5-1.6-0.9-2.3c-0.6-1.1-0.6-2.3-0.3-3.5c0.4-1.5,1-2.8,2.1-3.9c1-1,2.2-2,3.7-2.2c0.7-0.1,1.4,0.1,2,0.2
      c0.2,0,0.4,0.1,0.5,0c0.8-0.6,1.7-0.7,2.6-0.6c2.3,0.2,4.7,2.1,5.1,4.3c0.1,0.8,0.4,1.2,1.1,1.4c0.9,0.3,1.3,1.1,1.7,1.9
      c0.4,1,0.6,2,0.6,3.1c0,1.3-1.3,3.6-3.1,3.6c-0.1,0-0.3,0.1-0.4,0.2c-1.3,1.8-3.2,2.4-5.3,2.6c-0.2,0-0.5,0-0.7,0
      c-0.2,0-0.5-0.1-0.8-0.2c0.2,1.4,0.3,2.7,0.5,4c0.2,1.3,0.8,2.5,1.5,3.7C145.4,61.2,143.7,61.3,141.9,61.1z&quot; /&gt;
  &lt;/g&gt;
&lt;/g&gt;
&lt;g id=&quot;d6svBZ_5_&quot;&gt;
  &lt;g&gt;
    &lt;path class=&quot;st1 tree tree3&quot; d=&quot;M221.9,61.1c1.5-2.8,1.5-5.7,1.6-8.6c-1.1,0.2-2.1,0.1-3-0.2c-1.7-0.6-3-1.7-3.3-3.5
      c-0.1-0.9-0.5-1.6-0.9-2.3c-0.6-1.1-0.6-2.3-0.3-3.5c0.4-1.5,1-2.8,2.1-3.9c1-1,2.2-2,3.7-2.2c0.7-0.1,1.4,0.1,2,0.2
      c0.2,0,0.4,0.1,0.5,0c0.8-0.6,1.7-0.7,2.6-0.6c2.3,0.2,4.7,2.1,5.1,4.3c0.1,0.8,0.4,1.2,1.1,1.4c0.9,0.3,1.3,1.1,1.7,1.9
      c0.4,1,0.6,2,0.6,3.1c0,1.3-1.3,3.6-3.1,3.6c-0.1,0-0.3,0.1-0.4,0.2c-1.3,1.8-3.2,2.4-5.3,2.6c-0.2,0-0.5,0-0.7,0
      c-0.2,0-0.5-0.1-0.8-0.2c0.2,1.4,0.3,2.7,0.5,4c0.2,1.3,0.8,2.5,1.5,3.7C225.4,61.2,223.7,61.3,221.9,61.1z&quot; /&gt;
  &lt;/g&gt;
&lt;/g&gt;
&lt;g id=&quot;d6svBZ_35_&quot;&gt;
  &lt;g&gt;
    &lt;path class=&quot;st1 tree tree1&quot; d=&quot;M197.2,61.1c1.5-2.8,1.5-5.7,1.6-8.6c-1.1,0.2-2.1,0.1-3-0.2c-1.7-0.6-3-1.7-3.3-3.5
      c-0.1-0.9-0.5-1.6-0.9-2.3c-0.6-1.1-0.6-2.3-0.3-3.5c0.4-1.5,1-2.8,2.1-3.9c1-1,2.2-2,3.7-2.2c0.7-0.1,1.4,0.1,2,0.2
      c0.2,0,0.4,0.1,0.5,0c0.8-0.6,1.7-0.7,2.6-0.6c2.3,0.2,4.7,2.1,5.1,4.3c0.1,0.8,0.4,1.2,1.1,1.4c0.9,0.3,1.3,1.1,1.7,1.9
      c0.4,1,0.6,2,0.6,3.1c0,1.3-1.3,3.6-3.1,3.6c-0.1,0-0.3,0.1-0.4,0.2c-1.3,1.8-3.2,2.4-5.3,2.6c-0.2,0-0.5,0-0.7,0
      c-0.2,0-0.5-0.1-0.8-0.2c0.2,1.4,0.3,2.7,0.5,4c0.2,1.3,0.8,2.5,1.5,3.7C200.7,61.2,199,61.3,197.2,61.1z&quot; /&gt;
  &lt;/g&gt;
&lt;/g&gt;
&lt;g id=&quot;d6svBZ_6_&quot;&gt;
  &lt;g&gt;
    &lt;path class=&quot;st2 tree tree3&quot; d=&quot;M281.9,61.1c1.5-2.8,1.5-5.7,1.6-8.6c-1.1,0.2-2.1,0.1-3-0.2c-1.7-0.6-3-1.7-3.3-3.5
      c-0.1-0.9-0.5-1.6-0.9-2.3c-0.6-1.1-0.6-2.3-0.3-3.5c0.4-1.5,1-2.8,2.1-3.9c1-1,2.2-2,3.7-2.2c0.7-0.1,1.4,0.1,2,0.2
      c0.2,0,0.4,0.1,0.5,0c0.8-0.6,1.7-0.7,2.6-0.6c2.3,0.2,4.7,2.1,5.1,4.3c0.1,0.8,0.4,1.2,1.1,1.4c0.9,0.3,1.3,1.1,1.7,1.9
      c0.4,1,0.6,2,0.6,3.1c0,1.3-1.3,3.6-3.1,3.6c-0.1,0-0.3,0.1-0.4,0.2c-1.3,1.8-3.2,2.4-5.3,2.6c-0.2,0-0.5,0-0.7,0
      c-0.2,0-0.5-0.1-0.8-0.2c0.2,1.4,0.3,2.7,0.5,4c0.2,1.3,0.8,2.5,1.5,3.7C285.4,61.2,283.7,61.3,281.9,61.1z&quot; /&gt;
  &lt;/g&gt;
&lt;/g&gt;
&lt;g id=&quot;d6svBZ_7_&quot;&gt;
  &lt;g&gt;
    &lt;path class=&quot;st2 tree tree2&quot; d=&quot;M331.9,61.1c1.5-2.8,1.5-5.7,1.6-8.6c-1.1,0.2-2.1,0.1-3-0.2c-1.7-0.6-3-1.7-3.3-3.5
      c-0.1-0.9-0.5-1.6-0.9-2.3c-0.6-1.1-0.6-2.3-0.3-3.5c0.4-1.5,1-2.8,2.1-3.9c1-1,2.2-2,3.7-2.2c0.7-0.1,1.4,0.1,2,0.2
      c0.2,0,0.4,0.1,0.5,0c0.8-0.6,1.7-0.7,2.6-0.6c2.3,0.2,4.7,2.1,5.1,4.3c0.1,0.8,0.4,1.2,1.1,1.4c0.9,0.3,1.3,1.1,1.7,1.9
      c0.4,1,0.6,2,0.6,3.1c0,1.3-1.3,3.6-3.1,3.6c-0.1,0-0.3,0.1-0.4,0.2c-1.3,1.8-3.2,2.4-5.3,2.6c-0.2,0-0.5,0-0.7,0
      c-0.2,0-0.5-0.1-0.8-0.2c0.2,1.4,0.3,2.7,0.5,4c0.2,1.3,0.8,2.5,1.5,3.7C335.4,61.2,333.7,61.3,331.9,61.1z&quot; /&gt;
  &lt;/g&gt;
&lt;/g&gt;
&lt;g id=&quot;d6svBZ_8_&quot;&gt;
  &lt;g&gt;
    &lt;path class=&quot;st2 tree tree3&quot; d=&quot;M415.9,61.1c1.5-2.8,1.5-5.7,1.6-8.6c-1.1,0.2-2.1,0.1-3-0.2c-1.7-0.6-3-1.7-3.3-3.5
      c-0.1-0.9-0.5-1.6-0.9-2.3c-0.6-1.1-0.6-2.3-0.3-3.5c0.4-1.5,1-2.8,2.1-3.9c1-1,2.2-2,3.7-2.2c0.7-0.1,1.4,0.1,2,0.2
      c0.2,0,0.4,0.1,0.5,0c0.8-0.6,1.7-0.7,2.6-0.6c2.3,0.2,4.7,2.1,5.1,4.3c0.1,0.8,0.4,1.2,1.1,1.4c0.9,0.3,1.3,1.1,1.7,1.9
      c0.4,1,0.6,2,0.6,3.1c0,1.3-1.3,3.6-3.1,3.6c-0.1,0-0.3,0.1-0.4,0.2c-1.3,1.8-3.2,2.4-5.3,2.6c-0.2,0-0.5,0-0.7,0
      c-0.2,0-0.5-0.1-0.8-0.2c0.2,1.4,0.3,2.7,0.5,4c0.2,1.3,0.8,2.5,1.5,3.7C419.4,61.2,417.7,61.3,415.9,61.1z&quot; /&gt;
  &lt;/g&gt;
&lt;/g&gt;
&lt;path class=&quot;st0 tree tree1&quot; d=&quot;M68.7,35.2c0.1,0.2-0.2,0.6-0.3,0.7c-0.2,0.4-0.4,0.7-0.7,1.1c-0.3,0.4-0.5,0.8-0.7,1.3
  c-0.3,0.5-0.6,0.9-0.9,1.4c-0.2,0.3-0.5,0.5-0.7,0.7c-0.1,0.1-0.1,0.3-0.2,0.3c-0.1,0.1-0.2,0.1-0.3,0.2c0.3,0,0.6,0,0.8,0
  c0.4,0,0.7-0.1,1.1-0.1c0.1,0,0.2,0,0.3,0c0.1,0,0.1-0.1,0.1-0.1c-0.1,0.4-0.3,0.7-0.4,1c-0.3,0.6-0.6,1.3-0.9,2
  c-0.4,0.8-0.8,1.6-1.2,2.4c-0.1,0.3-0.3,0.6-0.4,0.8c-0.1,0.1-0.1,0.2-0.1,0.3c0,0.1,0,0.1-0.1,0.2c-0.1,0-0.1,0.1-0.1,0.2
  c0,0.1-0.1,0.2-0.1,0.3c0,0.1-0.2,0.1-0.2,0.2c0.2,0,0.5-0.2,0.7-0.3c0.3-0.1,0.6-0.2,0.9-0.2c0.2,0,0.4,0,0.5,0
  c0.1,0,0.2-0.1,0.3,0c0.1,0.3,0,0.8-0.1,1.2c-0.1,0.7-0.1,1.4-0.2,2c-0.1,1-0.2,1.9-0.3,2.9c-0.1,0.6-0.2,1.2-0.4,1.7
  c-0.1,0.3-0.2,0.6-0.3,0.8c-0.1,0.1-0.1,0.2-0.2,0.3c0,0.1,0,0.2-0.1,0.2c0.6-0.3,1.2-0.4,1.8-0.5c0.2,0,0.5-0.1,0.7-0.1
  c0.1,0,0.1,0,0.2-0.1c0,0.9,0,1.9,0,2.8c0,0.4-0.1,0.8-0.1,1.3c0,0.2,0,0.4-0.1,0.6c0,0.1,0,0.3-0.1,0.4c0.1,0,0.3,0,0.4,0
  c0.3,0,0.6,0,0.9,0c0.2,0,0.4,0,0.6,0c0.1,0,0.2,0,0.3,0c0.1,0,0.1-0.1,0-0.2c-0.1-0.1-0.2-0.2-0.3-0.4c0-0.1,0-0.2-0.1-0.3
  c0-0.1-0.1-0.1-0.1-0.2c-0.1-0.2-0.1-0.3-0.2-0.5c-0.2-0.4-0.2-0.9-0.2-1.3c0-0.2,0-0.4-0.1-0.5c0-0.2,0-0.5,0-0.7
  c0-0.4,0-0.7,0-1.1c0-0.1,0-0.1,0-0.1c0.1-0.1,0.4,0.1,0.5,0.2c0.1,0.1,0.3,0.2,0.5,0.3c0,0,0,0.1,0.1,0.1c0.1,0.1,0.2,0.1,0.3,0.1
  c0.1,0,0.2,0.1,0.3,0.1c0-0.2-0.1-0.4-0.1-0.6c-0.1-0.3-0.2-0.7-0.4-1c-0.3-0.7-0.6-1.4-0.9-2.2c-0.2-0.4-0.3-0.8-0.4-1.2
  c-0.2-0.5-0.2-1-0.3-1.5c-0.1-0.4-0.2-0.9-0.2-1.3c0.1,0,0.3,0.1,0.4,0.2c0.1,0.1,0.2,0.2,0.4,0.2c0.1,0,0.3,0,0.4,0
  c0.3,0,0.2-0.1,0.1-0.4c-0.3-0.8-0.5-1.5-0.7-2.3c-0.1-0.4-0.2-0.7-0.3-1.1c0-0.3-0.1-0.6-0.1-0.8c0-0.3,0-0.5,0-0.8
  c0-0.2,0-0.5,0-0.7c0-0.1,0.1-0.2,0.1-0.3c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.2c0,0,0-0.1,0-0.1c0.3-0.1,0.8,0,1.1,0.1
  c0.6,0.1,1.3,0.2,1.9,0.3c0.1,0,0.2,0,0.2,0c0,0,0,0,0-0.1c0-0.1,0-0.2,0-0.3c0-0.2,0-0.3-0.1-0.5c-0.1-0.4-0.3-0.8-0.4-1.3
  c-0.1-0.4-0.3-0.7-0.4-1.1c-0.3-0.6-0.6-1.2-0.8-1.9c-0.1-0.4-0.1-0.8-0.3-1.2c0-0.1-0.1-0.2-0.2-0.3c0-0.1,0-0.2,0-0.3
  c-0.1-0.1-0.1-0.2-0.1-0.3C68.9,35.3,68.8,35.2,68.7,35.2z&quot; /&gt;
&lt;path class=&quot;st0 tree tree3&quot; d=&quot;M94.7,35.2c0.1,0.2-0.2,0.6-0.3,0.7c-0.2,0.4-0.4,0.7-0.7,1.1c-0.3,0.4-0.5,0.8-0.7,1.3
  c-0.3,0.5-0.6,0.9-0.9,1.4c-0.2,0.3-0.5,0.5-0.7,0.7c-0.1,0.1-0.1,0.3-0.2,0.3c-0.1,0.1-0.2,0.1-0.3,0.2c0.3,0,0.6,0,0.8,0
  c0.4,0,0.7-0.1,1.1-0.1c0.1,0,0.2,0,0.3,0c0.1,0,0.1-0.1,0.1-0.1c-0.1,0.4-0.3,0.7-0.4,1c-0.3,0.6-0.6,1.3-0.9,2
  c-0.4,0.8-0.8,1.6-1.2,2.4c-0.1,0.3-0.3,0.6-0.4,0.8c-0.1,0.1-0.1,0.2-0.1,0.3c0,0.1,0,0.1-0.1,0.2c-0.1,0-0.1,0.1-0.1,0.2
  c0,0.1-0.1,0.2-0.1,0.3c0,0.1-0.2,0.1-0.2,0.2c0.2,0,0.5-0.2,0.7-0.3c0.3-0.1,0.6-0.2,0.9-0.2c0.2,0,0.4,0,0.5,0
  c0.1,0,0.2-0.1,0.3,0c0.1,0.3,0,0.8-0.1,1.2c-0.1,0.7-0.1,1.4-0.2,2c-0.1,1-0.2,1.9-0.3,2.9c-0.1,0.6-0.2,1.2-0.4,1.7
  c-0.1,0.3-0.2,0.6-0.3,0.8c-0.1,0.1-0.1,0.2-0.2,0.3c0,0.1,0,0.2-0.1,0.2c0.6-0.3,1.2-0.4,1.8-0.5c0.2,0,0.5-0.1,0.7-0.1
  c0.1,0,0.1,0,0.2-0.1c0,0.9,0,1.9,0,2.8c0,0.4-0.1,0.8-0.1,1.3c0,0.2,0,0.4-0.1,0.6c0,0.1,0,0.3-0.1,0.4c0.1,0,0.3,0,0.4,0
  c0.3,0,0.6,0,0.9,0c0.2,0,0.4,0,0.6,0c0.1,0,0.2,0,0.3,0c0.1,0,0.1-0.1,0-0.2c-0.1-0.1-0.2-0.2-0.3-0.4c0-0.1,0-0.2-0.1-0.3
  c0-0.1-0.1-0.1-0.1-0.2c-0.1-0.2-0.1-0.3-0.2-0.5c-0.2-0.4-0.2-0.9-0.2-1.3c0-0.2,0-0.4-0.1-0.5c0-0.2,0-0.5,0-0.7
  c0-0.4,0-0.7,0-1.1c0-0.1,0-0.1,0-0.1c0.1-0.1,0.4,0.1,0.5,0.2c0.1,0.1,0.3,0.2,0.5,0.3c0,0,0,0.1,0.1,0.1c0.1,0.1,0.2,0.1,0.3,0.1
  c0.1,0,0.2,0.1,0.3,0.1c0-0.2-0.1-0.4-0.1-0.6c-0.1-0.3-0.2-0.7-0.4-1c-0.3-0.7-0.6-1.4-0.9-2.2c-0.2-0.4-0.3-0.8-0.4-1.2
  c-0.2-0.5-0.2-1-0.3-1.5c-0.1-0.4-0.2-0.9-0.2-1.3c0.1,0,0.3,0.1,0.4,0.2c0.1,0.1,0.2,0.2,0.4,0.2c0.1,0,0.3,0,0.4,0
  c0.3,0,0.2-0.1,0.1-0.4c-0.3-0.8-0.5-1.5-0.7-2.3c-0.1-0.4-0.2-0.7-0.3-1.1c0-0.3-0.1-0.6-0.1-0.8c0-0.3,0-0.5,0-0.8
  c0-0.2,0-0.5,0-0.7c0-0.1,0.1-0.2,0.1-0.3c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.2c0,0,0-0.1,0-0.1c0.3-0.1,0.8,0,1.1,0.1
  c0.6,0.1,1.3,0.2,1.9,0.3c0.1,0,0.2,0,0.2,0c0,0,0,0,0-0.1c0-0.1,0-0.2,0-0.3c0-0.2,0-0.3-0.1-0.5c-0.1-0.4-0.3-0.8-0.4-1.3
  c-0.1-0.4-0.3-0.7-0.4-1.1c-0.3-0.6-0.6-1.2-0.8-1.9c-0.1-0.4-0.1-0.8-0.3-1.2c0-0.1-0.1-0.2-0.2-0.3c0-0.1,0-0.2,0-0.3
  c-0.1-0.1-0.1-0.2-0.1-0.3C94.9,35.3,94.8,35.2,94.7,35.2z&quot; /&gt;
&lt;path class=&quot;st0 tree tree1&quot; d=&quot;M170.7,35.2c0.1,0.2-0.2,0.6-0.3,0.7c-0.2,0.4-0.4,0.7-0.7,1.1c-0.3,0.4-0.5,0.8-0.7,1.3
  c-0.3,0.5-0.6,0.9-0.9,1.4c-0.2,0.3-0.5,0.5-0.7,0.7c-0.1,0.1-0.1,0.3-0.2,0.3c-0.1,0.1-0.2,0.1-0.3,0.2c0.3,0,0.6,0,0.8,0
  c0.4,0,0.7-0.1,1.1-0.1c0.1,0,0.2,0,0.3,0c0.1,0,0.1-0.1,0.1-0.1c-0.1,0.4-0.3,0.7-0.4,1c-0.3,0.6-0.6,1.3-0.9,2
  c-0.4,0.8-0.8,1.6-1.2,2.4c-0.1,0.3-0.3,0.6-0.4,0.8c-0.1,0.1-0.1,0.2-0.1,0.3c0,0.1,0,0.1-0.1,0.2c-0.1,0-0.1,0.1-0.1,0.2
  c0,0.1-0.1,0.2-0.1,0.3c0,0.1-0.2,0.1-0.2,0.2c0.2,0,0.5-0.2,0.7-0.3c0.3-0.1,0.6-0.2,0.9-0.2c0.2,0,0.4,0,0.5,0
  c0.1,0,0.2-0.1,0.3,0c0.1,0.3,0,0.8-0.1,1.2c-0.1,0.7-0.1,1.4-0.2,2c-0.1,1-0.2,1.9-0.3,2.9c-0.1,0.6-0.2,1.2-0.4,1.7
  c-0.1,0.3-0.2,0.6-0.3,0.8c-0.1,0.1-0.1,0.2-0.2,0.3c0,0.1,0,0.2-0.1,0.2c0.6-0.3,1.2-0.4,1.8-0.5c0.2,0,0.5-0.1,0.7-0.1
  c0.1,0,0.1,0,0.2-0.1c0,0.9,0,1.9,0,2.8c0,0.4-0.1,0.8-0.1,1.3c0,0.2,0,0.4-0.1,0.6c0,0.1,0,0.3-0.1,0.4c0.1,0,0.3,0,0.4,0
  c0.3,0,0.6,0,0.9,0c0.2,0,0.4,0,0.6,0c0.1,0,0.2,0,0.3,0c0.1,0,0.1-0.1,0-0.2c-0.1-0.1-0.2-0.2-0.3-0.4c0-0.1,0-0.2-0.1-0.3
  c0-0.1-0.1-0.1-0.1-0.2c-0.1-0.2-0.1-0.3-0.2-0.5c-0.2-0.4-0.2-0.9-0.2-1.3c0-0.2,0-0.4-0.1-0.5c0-0.2,0-0.5,0-0.7
  c0-0.4,0-0.7,0-1.1c0-0.1,0-0.1,0-0.1c0.1-0.1,0.4,0.1,0.5,0.2c0.1,0.1,0.3,0.2,0.5,0.3c0,0,0,0.1,0.1,0.1c0.1,0.1,0.2,0.1,0.3,0.1
  c0.1,0,0.2,0.1,0.3,0.1c0-0.2-0.1-0.4-0.1-0.6c-0.1-0.3-0.2-0.7-0.4-1c-0.3-0.7-0.6-1.4-0.9-2.2c-0.2-0.4-0.3-0.8-0.4-1.2
  c-0.2-0.5-0.2-1-0.3-1.5c-0.1-0.4-0.2-0.9-0.2-1.3c0.1,0,0.3,0.1,0.4,0.2c0.1,0.1,0.2,0.2,0.4,0.2c0.1,0,0.3,0,0.4,0
  c0.3,0,0.2-0.1,0.1-0.4c-0.3-0.8-0.5-1.5-0.7-2.3c-0.1-0.4-0.2-0.7-0.3-1.1c0-0.3-0.1-0.6-0.1-0.8c0-0.3,0-0.5,0-0.8
  c0-0.2,0-0.5,0-0.7c0-0.1,0.1-0.2,0.1-0.3c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.2c0,0,0-0.1,0-0.1c0.3-0.1,0.8,0,1.1,0.1
  c0.6,0.1,1.3,0.2,1.9,0.3c0.1,0,0.2,0,0.2,0c0,0,0,0,0-0.1c0-0.1,0-0.2,0-0.3c0-0.2,0-0.3-0.1-0.5c-0.1-0.4-0.3-0.8-0.4-1.3
  c-0.1-0.4-0.3-0.7-0.4-1.1c-0.3-0.6-0.6-1.2-0.8-1.9c-0.1-0.4-0.1-0.8-0.3-1.2c0-0.1-0.1-0.2-0.2-0.3c0-0.1,0-0.2,0-0.3
  c-0.1-0.1-0.1-0.2-0.1-0.3C170.9,35.3,170.8,35.2,170.7,35.2z&quot; /&gt;
&lt;path class=&quot;st0 tree tree2&quot; d=&quot;M190.7,35.2c0.1,0.2-0.2,0.6-0.3,0.7c-0.2,0.4-0.4,0.7-0.7,1.1c-0.3,0.4-0.5,0.8-0.7,1.3
  c-0.3,0.5-0.6,0.9-0.9,1.4c-0.2,0.3-0.5,0.5-0.7,0.7c-0.1,0.1-0.1,0.3-0.2,0.3c-0.1,0.1-0.2,0.1-0.3,0.2c0.3,0,0.6,0,0.8,0
  c0.4,0,0.7-0.1,1.1-0.1c0.1,0,0.2,0,0.3,0c0.1,0,0.1-0.1,0.1-0.1c-0.1,0.4-0.3,0.7-0.4,1c-0.3,0.6-0.6,1.3-0.9,2
  c-0.4,0.8-0.8,1.6-1.2,2.4c-0.1,0.3-0.3,0.6-0.4,0.8c-0.1,0.1-0.1,0.2-0.1,0.3c0,0.1,0,0.1-0.1,0.2c-0.1,0-0.1,0.1-0.1,0.2
  c0,0.1-0.1,0.2-0.1,0.3c0,0.1-0.2,0.1-0.2,0.2c0.2,0,0.5-0.2,0.7-0.3c0.3-0.1,0.6-0.2,0.9-0.2c0.2,0,0.4,0,0.5,0
  c0.1,0,0.2-0.1,0.3,0c0.1,0.3,0,0.8-0.1,1.2c-0.1,0.7-0.1,1.4-0.2,2c-0.1,1-0.2,1.9-0.3,2.9c-0.1,0.6-0.2,1.2-0.4,1.7
  c-0.1,0.3-0.2,0.6-0.3,0.8c-0.1,0.1-0.1,0.2-0.2,0.3c0,0.1,0,0.2-0.1,0.2c0.6-0.3,1.2-0.4,1.8-0.5c0.2,0,0.5-0.1,0.7-0.1
  c0.1,0,0.1,0,0.2-0.1c0,0.9,0,1.9,0,2.8c0,0.4-0.1,0.8-0.1,1.3c0,0.2,0,0.4-0.1,0.6c0,0.1,0,0.3-0.1,0.4c0.1,0,0.3,0,0.4,0
  c0.3,0,0.6,0,0.9,0c0.2,0,0.4,0,0.6,0c0.1,0,0.2,0,0.3,0c0.1,0,0.1-0.1,0-0.2c-0.1-0.1-0.2-0.2-0.3-0.4c0-0.1,0-0.2-0.1-0.3
  c0-0.1-0.1-0.1-0.1-0.2c-0.1-0.2-0.1-0.3-0.2-0.5c-0.2-0.4-0.2-0.9-0.2-1.3c0-0.2,0-0.4-0.1-0.5c0-0.2,0-0.5,0-0.7
  c0-0.4,0-0.7,0-1.1c0-0.1,0-0.1,0-0.1c0.1-0.1,0.4,0.1,0.5,0.2c0.1,0.1,0.3,0.2,0.5,0.3c0,0,0,0.1,0.1,0.1c0.1,0.1,0.2,0.1,0.3,0.1
  c0.1,0,0.2,0.1,0.3,0.1c0-0.2-0.1-0.4-0.1-0.6c-0.1-0.3-0.2-0.7-0.4-1c-0.3-0.7-0.6-1.4-0.9-2.2c-0.2-0.4-0.3-0.8-0.4-1.2
  c-0.2-0.5-0.2-1-0.3-1.5c-0.1-0.4-0.2-0.9-0.2-1.3c0.1,0,0.3,0.1,0.4,0.2c0.1,0.1,0.2,0.2,0.4,0.2c0.1,0,0.3,0,0.4,0
  c0.3,0,0.2-0.1,0.1-0.4c-0.3-0.8-0.5-1.5-0.7-2.3c-0.1-0.4-0.2-0.7-0.3-1.1c0-0.3-0.1-0.6-0.1-0.8c0-0.3,0-0.5,0-0.8
  c0-0.2,0-0.5,0-0.7c0-0.1,0.1-0.2,0.1-0.3c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.2c0,0,0-0.1,0-0.1c0.3-0.1,0.8,0,1.1,0.1
  c0.6,0.1,1.3,0.2,1.9,0.3c0.1,0,0.2,0,0.2,0c0,0,0,0,0-0.1c0-0.1,0-0.2,0-0.3c0-0.2,0-0.3-0.1-0.5c-0.1-0.4-0.3-0.8-0.4-1.3
  c-0.1-0.4-0.3-0.7-0.4-1.1c-0.3-0.6-0.6-1.2-0.8-1.9c-0.1-0.4-0.1-0.8-0.3-1.2c0-0.1-0.1-0.2-0.2-0.3c0-0.1,0-0.2,0-0.3
  c-0.1-0.1-0.1-0.2-0.1-0.3C190.9,35.3,190.8,35.2,190.7,35.2z&quot; /&gt;
&lt;path class=&quot;st0 tree tree3&quot; d=&quot;M51.2,35.2c-0.1,0.2,0.2,0.6,0.3,0.7c0.2,0.4,0.4,0.7,0.7,1.1c0.3,0.4,0.5,0.8,0.7,1.3c0.3,0.5,0.6,0.9,0.9,1.4
  c0.2,0.3,0.5,0.5,0.7,0.7c0.1,0.1,0.1,0.3,0.2,0.3c0.1,0.1,0.2,0.1,0.3,0.2c-0.3,0-0.6,0-0.8,0c-0.4,0-0.7-0.1-1.1-0.1
  c-0.1,0-0.2,0-0.3,0c-0.1,0-0.1-0.1-0.1-0.1c0.1,0.4,0.3,0.7,0.4,1c0.3,0.6,0.6,1.3,0.9,2c0.4,0.8,0.8,1.6,1.2,2.4
  c0.1,0.3,0.3,0.6,0.4,0.8c0.1,0.1,0.1,0.2,0.1,0.3c0,0.1,0,0.1,0.1,0.2c0.1,0,0.1,0.1,0.1,0.2c0,0.1,0.1,0.2,0.1,0.3
  c0,0.1,0.2,0.1,0.2,0.2c-0.2,0-0.5-0.2-0.7-0.3c-0.3-0.1-0.6-0.2-0.9-0.2c-0.2,0-0.4,0-0.5,0c-0.1,0-0.2-0.1-0.3,0
  c-0.1,0.3,0,0.8,0.1,1.2c0.1,0.7,0.1,1.4,0.2,2c0.1,1,0.2,1.9,0.3,2.9c0.1,0.6,0.2,1.2,0.4,1.7c0.1,0.3,0.2,0.6,0.3,0.8
  c0.1,0.1,0.1,0.2,0.2,0.3c0,0.1,0,0.2,0.1,0.2c-0.6-0.3-1.2-0.4-1.8-0.5c-0.2,0-0.5-0.1-0.7-0.1c-0.1,0-0.1,0-0.2-0.1
  c0,0.9,0,1.9,0,2.8c0,0.4,0.1,0.8,0.1,1.3c0,0.2,0,0.4,0.1,0.6c0,0.1,0,0.3,0.1,0.4c-0.1,0-0.3,0-0.4,0c-0.3,0-0.6,0-0.9,0
  c-0.2,0-0.4,0-0.6,0c-0.1,0-0.2,0-0.3,0c-0.1,0-0.1-0.1,0-0.2c0.1-0.1,0.2-0.2,0.3-0.4c0-0.1,0-0.2,0.1-0.3c0-0.1,0.1-0.1,0.1-0.2
  c0.1-0.2,0.1-0.3,0.2-0.5c0.2-0.4,0.2-0.9,0.2-1.3c0-0.2,0-0.4,0.1-0.5c0-0.2,0-0.5,0-0.7c0-0.4,0-0.7,0-1.1c0-0.1,0-0.1,0-0.1
  c-0.1-0.1-0.4,0.1-0.5,0.2c-0.1,0.1-0.3,0.2-0.5,0.3c0,0,0,0.1-0.1,0.1c-0.1,0.1-0.2,0.1-0.3,0.1c-0.1,0-0.2,0.1-0.3,0.1
  c0-0.2,0.1-0.4,0.1-0.6c0.1-0.3,0.2-0.7,0.4-1c0.3-0.7,0.6-1.4,0.9-2.2c0.2-0.4,0.3-0.8,0.4-1.2c0.2-0.5,0.2-1,0.3-1.5
  c0.1-0.4,0.2-0.9,0.2-1.3c-0.1,0-0.3,0.1-0.4,0.2c-0.1,0.1-0.2,0.2-0.4,0.2c-0.1,0-0.3,0-0.4,0c-0.3,0-0.2-0.1-0.1-0.4
  c0.3-0.8,0.5-1.5,0.7-2.3c0.1-0.4,0.2-0.7,0.3-1.1c0-0.3,0.1-0.6,0.1-0.8c0-0.3,0-0.5,0-0.8c0-0.2,0-0.5,0-0.7
  c0-0.1-0.1-0.2-0.1-0.3c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.2c0,0,0-0.1,0-0.1c-0.3-0.1-0.8,0-1.1,0.1c-0.6,0.1-1.3,0.2-1.9,0.3
  c-0.1,0-0.2,0-0.2,0c0,0,0,0,0-0.1c0-0.1,0-0.2,0-0.3c0-0.2,0-0.3,0.1-0.5c0.1-0.4,0.3-0.8,0.4-1.3c0.1-0.4,0.3-0.7,0.4-1.1
  c0.3-0.6,0.6-1.2,0.8-1.9c0.1-0.4,0.1-0.8,0.3-1.2c0-0.1,0.1-0.2,0.2-0.3c0-0.1,0-0.2,0-0.3c0.1-0.1,0.1-0.2,0.1-0.3
  C51,35.3,51,35.2,51.2,35.2z&quot; /&gt;
&lt;path class=&quot;st0 tree tree1&quot; d=&quot;M26.2,35.2c-0.1,0.2,0.2,0.6,0.3,0.7c0.2,0.4,0.4,0.7,0.7,1.1c0.3,0.4,0.5,0.8,0.7,1.3c0.3,0.5,0.6,0.9,0.9,1.4
  c0.2,0.3,0.5,0.5,0.7,0.7c0.1,0.1,0.1,0.3,0.2,0.3c0.1,0.1,0.2,0.1,0.3,0.2c-0.3,0-0.6,0-0.8,0c-0.4,0-0.7-0.1-1.1-0.1
  c-0.1,0-0.2,0-0.3,0c-0.1,0-0.1-0.1-0.1-0.1c0.1,0.4,0.3,0.7,0.4,1c0.3,0.6,0.6,1.3,0.9,2c0.4,0.8,0.8,1.6,1.2,2.4
  c0.1,0.3,0.3,0.6,0.4,0.8c0.1,0.1,0.1,0.2,0.1,0.3c0,0.1,0,0.1,0.1,0.2c0.1,0,0.1,0.1,0.1,0.2c0,0.1,0.1,0.2,0.1,0.3
  c0,0.1,0.2,0.1,0.2,0.2c-0.2,0-0.5-0.2-0.7-0.3c-0.3-0.1-0.6-0.2-0.9-0.2c-0.2,0-0.4,0-0.5,0c-0.1,0-0.2-0.1-0.3,0
  c-0.1,0.3,0,0.8,0.1,1.2c0.1,0.7,0.1,1.4,0.2,2c0.1,1,0.2,1.9,0.3,2.9c0.1,0.6,0.2,1.2,0.4,1.7c0.1,0.3,0.2,0.6,0.3,0.8
  c0.1,0.1,0.1,0.2,0.2,0.3c0,0.1,0,0.2,0.1,0.2c-0.6-0.3-1.2-0.4-1.8-0.5c-0.2,0-0.5-0.1-0.7-0.1c-0.1,0-0.1,0-0.2-0.1
  c0,0.9,0,1.9,0,2.8c0,0.4,0.1,0.8,0.1,1.3c0,0.2,0,0.4,0.1,0.6c0,0.1,0,0.3,0.1,0.4c-0.1,0-0.3,0-0.4,0c-0.3,0-0.6,0-0.9,0
  c-0.2,0-0.4,0-0.6,0c-0.1,0-0.2,0-0.3,0c-0.1,0-0.1-0.1,0-0.2c0.1-0.1,0.2-0.2,0.3-0.4c0-0.1,0-0.2,0.1-0.3c0-0.1,0.1-0.1,0.1-0.2
  c0.1-0.2,0.1-0.3,0.2-0.5c0.2-0.4,0.2-0.9,0.2-1.3c0-0.2,0-0.4,0.1-0.5c0-0.2,0-0.5,0-0.7c0-0.4,0-0.7,0-1.1c0-0.1,0-0.1,0-0.1
  c-0.1-0.1-0.4,0.1-0.5,0.2c-0.1,0.1-0.3,0.2-0.5,0.3c0,0,0,0.1-0.1,0.1c-0.1,0.1-0.2,0.1-0.3,0.1c-0.1,0-0.2,0.1-0.3,0.1
  c0-0.2,0.1-0.4,0.1-0.6c0.1-0.3,0.2-0.7,0.4-1c0.3-0.7,0.6-1.4,0.9-2.2c0.2-0.4,0.3-0.8,0.4-1.2c0.2-0.5,0.2-1,0.3-1.5
  c0.1-0.4,0.2-0.9,0.2-1.3c-0.1,0-0.3,0.1-0.4,0.2c-0.1,0.1-0.2,0.2-0.4,0.2c-0.1,0-0.3,0-0.4,0c-0.3,0-0.2-0.1-0.1-0.4
  c0.3-0.8,0.5-1.5,0.7-2.3c0.1-0.4,0.2-0.7,0.3-1.1c0-0.3,0.1-0.6,0.1-0.8c0-0.3,0-0.5,0-0.8c0-0.2,0-0.5,0-0.7
  c0-0.1-0.1-0.2-0.1-0.3c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.2c0,0,0-0.1,0-0.1c-0.3-0.1-0.8,0-1.1,0.1c-0.6,0.1-1.3,0.2-1.9,0.3
  c-0.1,0-0.2,0-0.2,0c0,0,0,0,0-0.1c0-0.1,0-0.2,0-0.3c0-0.2,0-0.3,0.1-0.5c0.1-0.4,0.3-0.8,0.4-1.3c0.1-0.4,0.3-0.7,0.4-1.1
  c0.3-0.6,0.6-1.2,0.8-1.9c0.1-0.4,0.1-0.8,0.3-1.2c0-0.1,0.1-0.2,0.2-0.3c0-0.1,0-0.2,0-0.3c0.1-0.1,0.1-0.2,0.1-0.3
  C26,35.3,26,35.2,26.2,35.2z&quot; /&gt;
&lt;path class=&quot;st0 tree tree1&quot; d=&quot;M134.2,35.2c-0.1,0.2,0.2,0.6,0.3,0.7c0.2,0.4,0.4,0.7,0.7,1.1c0.3,0.4,0.5,0.8,0.7,1.3
  c0.3,0.5,0.6,0.9,0.9,1.4c0.2,0.3,0.5,0.5,0.7,0.7c0.1,0.1,0.1,0.3,0.2,0.3c0.1,0.1,0.2,0.1,0.3,0.2c-0.3,0-0.6,0-0.8,0
  c-0.4,0-0.7-0.1-1.1-0.1c-0.1,0-0.2,0-0.3,0c-0.1,0-0.1-0.1-0.1-0.1c0.1,0.4,0.3,0.7,0.4,1c0.3,0.6,0.6,1.3,0.9,2
  c0.4,0.8,0.8,1.6,1.2,2.4c0.1,0.3,0.3,0.6,0.4,0.8c0.1,0.1,0.1,0.2,0.1,0.3c0,0.1,0,0.1,0.1,0.2c0.1,0,0.1,0.1,0.1,0.2
  c0,0.1,0.1,0.2,0.1,0.3c0,0.1,0.2,0.1,0.2,0.2c-0.2,0-0.5-0.2-0.7-0.3c-0.3-0.1-0.6-0.2-0.9-0.2c-0.2,0-0.4,0-0.5,0
  c-0.1,0-0.2-0.1-0.3,0c-0.1,0.3,0,0.8,0.1,1.2c0.1,0.7,0.1,1.4,0.2,2c0.1,1,0.2,1.9,0.3,2.9c0.1,0.6,0.2,1.2,0.4,1.7
  c0.1,0.3,0.2,0.6,0.3,0.8c0.1,0.1,0.1,0.2,0.2,0.3c0,0.1,0,0.2,0.1,0.2c-0.6-0.3-1.2-0.4-1.8-0.5c-0.2,0-0.5-0.1-0.7-0.1
  c-0.1,0-0.1,0-0.2-0.1c0,0.9,0,1.9,0,2.8c0,0.4,0.1,0.8,0.1,1.3c0,0.2,0,0.4,0.1,0.6c0,0.1,0,0.3,0.1,0.4c-0.1,0-0.3,0-0.4,0
  c-0.3,0-0.6,0-0.9,0c-0.2,0-0.4,0-0.6,0c-0.1,0-0.2,0-0.3,0c-0.1,0-0.1-0.1,0-0.2c0.1-0.1,0.2-0.2,0.3-0.4c0-0.1,0-0.2,0.1-0.3
  c0-0.1,0.1-0.1,0.1-0.2c0.1-0.2,0.1-0.3,0.2-0.5c0.2-0.4,0.2-0.9,0.2-1.3c0-0.2,0-0.4,0.1-0.5c0-0.2,0-0.5,0-0.7c0-0.4,0-0.7,0-1.1
  c0-0.1,0-0.1,0-0.1c-0.1-0.1-0.4,0.1-0.5,0.2c-0.1,0.1-0.3,0.2-0.5,0.3c0,0,0,0.1-0.1,0.1c-0.1,0.1-0.2,0.1-0.3,0.1
  c-0.1,0-0.2,0.1-0.3,0.1c0-0.2,0.1-0.4,0.1-0.6c0.1-0.3,0.2-0.7,0.4-1c0.3-0.7,0.6-1.4,0.9-2.2c0.2-0.4,0.3-0.8,0.4-1.2
  c0.2-0.5,0.2-1,0.3-1.5c0.1-0.4,0.2-0.9,0.2-1.3c-0.1,0-0.3,0.1-0.4,0.2c-0.1,0.1-0.2,0.2-0.4,0.2c-0.1,0-0.3,0-0.4,0
  c-0.3,0-0.2-0.1-0.1-0.4c0.3-0.8,0.5-1.5,0.7-2.3c0.1-0.4,0.2-0.7,0.3-1.1c0-0.3,0.1-0.6,0.1-0.8c0-0.3,0-0.5,0-0.8
  c0-0.2,0-0.5,0-0.7c0-0.1-0.1-0.2-0.1-0.3c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.2c0,0,0-0.1,0-0.1c-0.3-0.1-0.8,0-1.1,0.1
  c-0.6,0.1-1.3,0.2-1.9,0.3c-0.1,0-0.2,0-0.2,0c0,0,0,0,0-0.1c0-0.1,0-0.2,0-0.3c0-0.2,0-0.3,0.1-0.5c0.1-0.4,0.3-0.8,0.4-1.3
  c0.1-0.4,0.3-0.7,0.4-1.1c0.3-0.6,0.6-1.2,0.8-1.9c0.1-0.4,0.1-0.8,0.3-1.2c0-0.1,0.1-0.2,0.2-0.3c0-0.1,0-0.2,0-0.3
  c0.1-0.1,0.1-0.2,0.1-0.3C134,35.3,134,35.2,134.2,35.2z&quot; /&gt;
&lt;g id=&quot;d6svBZ_17_&quot;&gt;
  &lt;g&gt;
    &lt;path class=&quot;st3 tree tree2&quot; d=&quot;M22.5,61c1-1.9,1-4,1.1-6c-0.8,0.2-1.5,0.1-2.1-0.1c-1.2-0.4-2.1-1.2-2.3-2.5c-0.1-0.6-0.3-1.1-0.6-1.6
      c-0.4-0.8-0.4-1.6-0.2-2.5c0.3-1,0.7-2,1.5-2.7c0.7-0.7,1.5-1.4,2.6-1.5c0.5-0.1,1,0.1,1.4,0.1c0.1,0,0.3,0.1,0.3,0
      c0.6-0.4,1.2-0.5,1.8-0.4c1.6,0.1,3.3,1.5,3.6,3c0.1,0.5,0.3,0.8,0.8,1c0.6,0.2,0.9,0.7,1.2,1.3c0.3,0.7,0.5,1.4,0.5,2.1
      c0,0.9-0.9,2.5-2.2,2.5c-0.1,0-0.2,0.1-0.2,0.1c-0.9,1.3-2.2,1.7-3.7,1.8c-0.2,0-0.3,0-0.5,0c-0.2,0-0.3-0.1-0.6-0.1
      c0.1,1,0.2,1.9,0.4,2.8c0.1,0.9,0.5,1.8,1.1,2.6C25,61.1,23.8,61.2,22.5,61z&quot; /&gt;
  &lt;/g&gt;
&lt;/g&gt;
&lt;path class=&quot;st0 tree tree2&quot; d=&quot;M259.6,35.2c-0.1,0.2,0.2,0.6,0.3,0.7c0.2,0.4,0.4,0.7,0.7,1.1c0.3,0.4,0.5,0.8,0.7,1.3
  c0.3,0.5,0.6,0.9,0.9,1.4c0.2,0.3,0.5,0.5,0.7,0.7c0.1,0.1,0.1,0.3,0.2,0.3c0.1,0.1,0.2,0.1,0.3,0.2c-0.3,0-0.6,0-0.8,0
  c-0.4,0-0.7-0.1-1.1-0.1c-0.1,0-0.2,0-0.3,0c-0.1,0-0.1-0.1-0.1-0.1c0.1,0.4,0.3,0.7,0.4,1c0.3,0.6,0.6,1.3,0.9,2
  c0.4,0.8,0.8,1.6,1.2,2.4c0.1,0.3,0.3,0.6,0.4,0.8c0.1,0.1,0.1,0.2,0.1,0.3c0,0.1,0,0.1,0.1,0.2c0.1,0,0.1,0.1,0.1,0.2
  c0,0.1,0.1,0.2,0.1,0.3c0,0.1,0.2,0.1,0.2,0.2c-0.2,0-0.5-0.2-0.7-0.3c-0.3-0.1-0.6-0.2-0.9-0.2c-0.2,0-0.4,0-0.5,0
  c-0.1,0-0.2-0.1-0.3,0c-0.1,0.3,0,0.8,0.1,1.2c0.1,0.7,0.1,1.4,0.2,2c0.1,1,0.2,1.9,0.3,2.9c0.1,0.6,0.2,1.2,0.4,1.7
  c0.1,0.3,0.2,0.6,0.3,0.8c0.1,0.1,0.1,0.2,0.2,0.3c0,0.1,0,0.2,0.1,0.2c-0.6-0.3-1.2-0.4-1.8-0.5c-0.2,0-0.5-0.1-0.7-0.1
  c-0.1,0-0.1,0-0.2-0.1c0,0.9,0,1.9,0,2.8c0,0.4,0.1,0.8,0.1,1.3c0,0.2,0,0.4,0.1,0.6c0,0.1,0,0.3,0.1,0.4c-0.1,0-0.3,0-0.4,0
  c-0.3,0-0.6,0-0.9,0c-0.2,0-0.4,0-0.6,0c-0.1,0-0.2,0-0.3,0c-0.1,0-0.1-0.1,0-0.2c0.1-0.1,0.2-0.2,0.3-0.4c0-0.1,0-0.2,0.1-0.3
  c0-0.1,0.1-0.1,0.1-0.2c0.1-0.2,0.1-0.3,0.2-0.5c0.2-0.4,0.2-0.9,0.2-1.3c0-0.2,0-0.4,0.1-0.5c0-0.2,0-0.5,0-0.7c0-0.4,0-0.7,0-1.1
  c0-0.1,0-0.1,0-0.1c-0.1-0.1-0.4,0.1-0.5,0.2c-0.1,0.1-0.3,0.2-0.5,0.3c0,0,0,0.1-0.1,0.1c-0.1,0.1-0.2,0.1-0.3,0.1
  c-0.1,0-0.2,0.1-0.3,0.1c0-0.2,0.1-0.4,0.1-0.6c0.1-0.3,0.2-0.7,0.4-1c0.3-0.7,0.6-1.4,0.9-2.2c0.2-0.4,0.3-0.8,0.4-1.2
  c0.2-0.5,0.2-1,0.3-1.5c0.1-0.4,0.2-0.9,0.2-1.3c-0.1,0-0.3,0.1-0.4,0.2c-0.1,0.1-0.2,0.2-0.4,0.2c-0.1,0-0.3,0-0.4,0
  c-0.3,0-0.2-0.1-0.1-0.4c0.3-0.8,0.5-1.5,0.7-2.3c0.1-0.4,0.2-0.7,0.3-1.1c0-0.3,0.1-0.6,0.1-0.8c0-0.3,0-0.5,0-0.8
  c0-0.2,0-0.5,0-0.7c0-0.1-0.1-0.2-0.1-0.3c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.2c0,0,0-0.1,0-0.1c-0.3-0.1-0.8,0-1.1,0.1
  c-0.6,0.1-1.3,0.2-1.9,0.3c-0.1,0-0.2,0-0.2,0c0,0,0,0,0-0.1c0-0.1,0-0.2,0-0.3c0-0.2,0-0.3,0.1-0.5c0.1-0.4,0.3-0.8,0.4-1.3
  c0.1-0.4,0.3-0.7,0.4-1.1c0.3-0.6,0.6-1.2,0.8-1.9c0.1-0.4,0.1-0.8,0.3-1.2c0-0.1,0.1-0.2,0.2-0.3c0-0.1,0-0.2,0-0.3
  c0.1-0.1,0.1-0.2,0.1-0.3C259.4,35.3,259.4,35.2,259.6,35.2z&quot; /&gt;
&lt;path class=&quot;st0 tree tree3&quot; d=&quot;M295.6,35.2c-0.1,0.2,0.2,0.6,0.3,0.7c0.2,0.4,0.4,0.7,0.7,1.1c0.3,0.4,0.5,0.8,0.7,1.3
  c0.3,0.5,0.6,0.9,0.9,1.4c0.2,0.3,0.5,0.5,0.7,0.7c0.1,0.1,0.1,0.3,0.2,0.3c0.1,0.1,0.2,0.1,0.3,0.2c-0.3,0-0.6,0-0.8,0
  c-0.4,0-0.7-0.1-1.1-0.1c-0.1,0-0.2,0-0.3,0c-0.1,0-0.1-0.1-0.1-0.1c0.1,0.4,0.3,0.7,0.4,1c0.3,0.6,0.6,1.3,0.9,2
  c0.4,0.8,0.8,1.6,1.2,2.4c0.1,0.3,0.3,0.6,0.4,0.8c0.1,0.1,0.1,0.2,0.1,0.3c0,0.1,0,0.1,0.1,0.2c0.1,0,0.1,0.1,0.1,0.2
  c0,0.1,0.1,0.2,0.1,0.3c0,0.1,0.2,0.1,0.2,0.2c-0.2,0-0.5-0.2-0.7-0.3c-0.3-0.1-0.6-0.2-0.9-0.2c-0.2,0-0.4,0-0.5,0
  c-0.1,0-0.2-0.1-0.3,0c-0.1,0.3,0,0.8,0.1,1.2c0.1,0.7,0.1,1.4,0.2,2c0.1,1,0.2,1.9,0.3,2.9c0.1,0.6,0.2,1.2,0.4,1.7
  c0.1,0.3,0.2,0.6,0.3,0.8c0.1,0.1,0.1,0.2,0.2,0.3c0,0.1,0,0.2,0.1,0.2c-0.6-0.3-1.2-0.4-1.8-0.5c-0.2,0-0.5-0.1-0.7-0.1
  c-0.1,0-0.1,0-0.2-0.1c0,0.9,0,1.9,0,2.8c0,0.4,0.1,0.8,0.1,1.3c0,0.2,0,0.4,0.1,0.6c0,0.1,0,0.3,0.1,0.4c-0.1,0-0.3,0-0.4,0
  c-0.3,0-0.6,0-0.9,0c-0.2,0-0.4,0-0.6,0c-0.1,0-0.2,0-0.3,0c-0.1,0-0.1-0.1,0-0.2c0.1-0.1,0.2-0.2,0.3-0.4c0-0.1,0-0.2,0.1-0.3
  c0-0.1,0.1-0.1,0.1-0.2c0.1-0.2,0.1-0.3,0.2-0.5c0.2-0.4,0.2-0.9,0.2-1.3c0-0.2,0-0.4,0.1-0.5c0-0.2,0-0.5,0-0.7c0-0.4,0-0.7,0-1.1
  c0-0.1,0-0.1,0-0.1c-0.1-0.1-0.4,0.1-0.5,0.2c-0.1,0.1-0.3,0.2-0.5,0.3c0,0,0,0.1-0.1,0.1c-0.1,0.1-0.2,0.1-0.3,0.1
  c-0.1,0-0.2,0.1-0.3,0.1c0-0.2,0.1-0.4,0.1-0.6c0.1-0.3,0.2-0.7,0.4-1c0.3-0.7,0.6-1.4,0.9-2.2c0.2-0.4,0.3-0.8,0.4-1.2
  c0.2-0.5,0.2-1,0.3-1.5c0.1-0.4,0.2-0.9,0.2-1.3c-0.1,0-0.3,0.1-0.4,0.2c-0.1,0.1-0.2,0.2-0.4,0.2c-0.1,0-0.3,0-0.4,0
  c-0.3,0-0.2-0.1-0.1-0.4c0.3-0.8,0.5-1.5,0.7-2.3c0.1-0.4,0.2-0.7,0.3-1.1c0-0.3,0.1-0.6,0.1-0.8c0-0.3,0-0.5,0-0.8
  c0-0.2,0-0.5,0-0.7c0-0.1-0.1-0.2-0.1-0.3c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.2c0,0,0-0.1,0-0.1c-0.3-0.1-0.8,0-1.1,0.1
  c-0.6,0.1-1.3,0.2-1.9,0.3c-0.1,0-0.2,0-0.2,0c0,0,0,0,0-0.1c0-0.1,0-0.2,0-0.3c0-0.2,0-0.3,0.1-0.5c0.1-0.4,0.3-0.8,0.4-1.3
  c0.1-0.4,0.3-0.7,0.4-1.1c0.3-0.6,0.6-1.2,0.8-1.9c0.1-0.4,0.1-0.8,0.3-1.2c0-0.1,0.1-0.2,0.2-0.3c0-0.1,0-0.2,0-0.3
  c0.1-0.1,0.1-0.2,0.1-0.3C295.4,35.3,295.4,35.2,295.6,35.2z&quot; /&gt;
&lt;path class=&quot;st0 tree tree1&quot; d=&quot;M339.6,35.2c-0.1,0.2,0.2,0.6,0.3,0.7c0.2,0.4,0.4,0.7,0.7,1.1c0.3,0.4,0.5,0.8,0.7,1.3
  c0.3,0.5,0.6,0.9,0.9,1.4c0.2,0.3,0.5,0.5,0.7,0.7c0.1,0.1,0.1,0.3,0.2,0.3c0.1,0.1,0.2,0.1,0.3,0.2c-0.3,0-0.6,0-0.8,0
  c-0.4,0-0.7-0.1-1.1-0.1c-0.1,0-0.2,0-0.3,0c-0.1,0-0.1-0.1-0.1-0.1c0.1,0.4,0.3,0.7,0.4,1c0.3,0.6,0.6,1.3,0.9,2
  c0.4,0.8,0.8,1.6,1.2,2.4c0.1,0.3,0.3,0.6,0.4,0.8c0.1,0.1,0.1,0.2,0.1,0.3c0,0.1,0,0.1,0.1,0.2c0.1,0,0.1,0.1,0.1,0.2
  c0,0.1,0.1,0.2,0.1,0.3c0,0.1,0.2,0.1,0.2,0.2c-0.2,0-0.5-0.2-0.7-0.3c-0.3-0.1-0.6-0.2-0.9-0.2c-0.2,0-0.4,0-0.5,0
  c-0.1,0-0.2-0.1-0.3,0c-0.1,0.3,0,0.8,0.1,1.2c0.1,0.7,0.1,1.4,0.2,2c0.1,1,0.2,1.9,0.3,2.9c0.1,0.6,0.2,1.2,0.4,1.7
  c0.1,0.3,0.2,0.6,0.3,0.8c0.1,0.1,0.1,0.2,0.2,0.3c0,0.1,0,0.2,0.1,0.2c-0.6-0.3-1.2-0.4-1.8-0.5c-0.2,0-0.5-0.1-0.7-0.1
  c-0.1,0-0.1,0-0.2-0.1c0,0.9,0,1.9,0,2.8c0,0.4,0.1,0.8,0.1,1.3c0,0.2,0,0.4,0.1,0.6c0,0.1,0,0.3,0.1,0.4c-0.1,0-0.3,0-0.4,0
  c-0.3,0-0.6,0-0.9,0c-0.2,0-0.4,0-0.6,0c-0.1,0-0.2,0-0.3,0c-0.1,0-0.1-0.1,0-0.2c0.1-0.1,0.2-0.2,0.3-0.4c0-0.1,0-0.2,0.1-0.3
  c0-0.1,0.1-0.1,0.1-0.2c0.1-0.2,0.1-0.3,0.2-0.5c0.2-0.4,0.2-0.9,0.2-1.3c0-0.2,0-0.4,0.1-0.5c0-0.2,0-0.5,0-0.7c0-0.4,0-0.7,0-1.1
  c0-0.1,0-0.1,0-0.1c-0.1-0.1-0.4,0.1-0.5,0.2c-0.1,0.1-0.3,0.2-0.5,0.3c0,0,0,0.1-0.1,0.1c-0.1,0.1-0.2,0.1-0.3,0.1
  c-0.1,0-0.2,0.1-0.3,0.1c0-0.2,0.1-0.4,0.1-0.6c0.1-0.3,0.2-0.7,0.4-1c0.3-0.7,0.6-1.4,0.9-2.2c0.2-0.4,0.3-0.8,0.4-1.2
  c0.2-0.5,0.2-1,0.3-1.5c0.1-0.4,0.2-0.9,0.2-1.3c-0.1,0-0.3,0.1-0.4,0.2c-0.1,0.1-0.2,0.2-0.4,0.2c-0.1,0-0.3,0-0.4,0
  c-0.3,0-0.2-0.1-0.1-0.4c0.3-0.8,0.5-1.5,0.7-2.3c0.1-0.4,0.2-0.7,0.3-1.1c0-0.3,0.1-0.6,0.1-0.8c0-0.3,0-0.5,0-0.8
  c0-0.2,0-0.5,0-0.7c0-0.1-0.1-0.2-0.1-0.3c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.2c0,0,0-0.1,0-0.1c-0.3-0.1-0.8,0-1.1,0.1
  c-0.6,0.1-1.3,0.2-1.9,0.3c-0.1,0-0.2,0-0.2,0c0,0,0,0,0-0.1c0-0.1,0-0.2,0-0.3c0-0.2,0-0.3,0.1-0.5c0.1-0.4,0.3-0.8,0.4-1.3
  c0.1-0.4,0.3-0.7,0.4-1.1c0.3-0.6,0.6-1.2,0.8-1.9c0.1-0.4,0.1-0.8,0.3-1.2c0-0.1,0.1-0.2,0.2-0.3c0-0.1,0-0.2,0-0.3
  c0.1-0.1,0.1-0.2,0.1-0.3C339.4,35.3,339.4,35.2,339.6,35.2z&quot; /&gt;
&lt;path class=&quot;st0 tree tree1&quot; d=&quot;M379.6,35.2c-0.1,0.2,0.2,0.6,0.3,0.7c0.2,0.4,0.4,0.7,0.7,1.1c0.3,0.4,0.5,0.8,0.7,1.3
  c0.3,0.5,0.6,0.9,0.9,1.4c0.2,0.3,0.5,0.5,0.7,0.7c0.1,0.1,0.1,0.3,0.2,0.3c0.1,0.1,0.2,0.1,0.3,0.2c-0.3,0-0.6,0-0.8,0
  c-0.4,0-0.7-0.1-1.1-0.1c-0.1,0-0.2,0-0.3,0c-0.1,0-0.1-0.1-0.1-0.1c0.1,0.4,0.3,0.7,0.4,1c0.3,0.6,0.6,1.3,0.9,2
  c0.4,0.8,0.8,1.6,1.2,2.4c0.1,0.3,0.3,0.6,0.4,0.8c0.1,0.1,0.1,0.2,0.1,0.3c0,0.1,0,0.1,0.1,0.2c0.1,0,0.1,0.1,0.1,0.2
  c0,0.1,0.1,0.2,0.1,0.3c0,0.1,0.2,0.1,0.2,0.2c-0.2,0-0.5-0.2-0.7-0.3c-0.3-0.1-0.6-0.2-0.9-0.2c-0.2,0-0.4,0-0.5,0
  c-0.1,0-0.2-0.1-0.3,0c-0.1,0.3,0,0.8,0.1,1.2c0.1,0.7,0.1,1.4,0.2,2c0.1,1,0.2,1.9,0.3,2.9c0.1,0.6,0.2,1.2,0.4,1.7
  c0.1,0.3,0.2,0.6,0.3,0.8c0.1,0.1,0.1,0.2,0.2,0.3c0,0.1,0,0.2,0.1,0.2c-0.6-0.3-1.2-0.4-1.8-0.5c-0.2,0-0.5-0.1-0.7-0.1
  c-0.1,0-0.1,0-0.2-0.1c0,0.9,0,1.9,0,2.8c0,0.4,0.1,0.8,0.1,1.3c0,0.2,0,0.4,0.1,0.6c0,0.1,0,0.3,0.1,0.4c-0.1,0-0.3,0-0.4,0
  c-0.3,0-0.6,0-0.9,0c-0.2,0-0.4,0-0.6,0c-0.1,0-0.2,0-0.3,0c-0.1,0-0.1-0.1,0-0.2c0.1-0.1,0.2-0.2,0.3-0.4c0-0.1,0-0.2,0.1-0.3
  c0-0.1,0.1-0.1,0.1-0.2c0.1-0.2,0.1-0.3,0.2-0.5c0.2-0.4,0.2-0.9,0.2-1.3c0-0.2,0-0.4,0.1-0.5c0-0.2,0-0.5,0-0.7c0-0.4,0-0.7,0-1.1
  c0-0.1,0-0.1,0-0.1c-0.1-0.1-0.4,0.1-0.5,0.2c-0.1,0.1-0.3,0.2-0.5,0.3c0,0,0,0.1-0.1,0.1c-0.1,0.1-0.2,0.1-0.3,0.1
  c-0.1,0-0.2,0.1-0.3,0.1c0-0.2,0.1-0.4,0.1-0.6c0.1-0.3,0.2-0.7,0.4-1c0.3-0.7,0.6-1.4,0.9-2.2c0.2-0.4,0.3-0.8,0.4-1.2
  c0.2-0.5,0.2-1,0.3-1.5c0.1-0.4,0.2-0.9,0.2-1.3c-0.1,0-0.3,0.1-0.4,0.2c-0.1,0.1-0.2,0.2-0.4,0.2c-0.1,0-0.3,0-0.4,0
  c-0.3,0-0.2-0.1-0.1-0.4c0.3-0.8,0.5-1.5,0.7-2.3c0.1-0.4,0.2-0.7,0.3-1.1c0-0.3,0.1-0.6,0.1-0.8c0-0.3,0-0.5,0-0.8
  c0-0.2,0-0.5,0-0.7c0-0.1-0.1-0.2-0.1-0.3c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.2c0,0,0-0.1,0-0.1c-0.3-0.1-0.8,0-1.1,0.1
  c-0.6,0.1-1.3,0.2-1.9,0.3c-0.1,0-0.2,0-0.2,0c0,0,0,0,0-0.1c0-0.1,0-0.2,0-0.3c0-0.2,0-0.3,0.1-0.5c0.1-0.4,0.3-0.8,0.4-1.3
  c0.1-0.4,0.3-0.7,0.4-1.1c0.3-0.6,0.6-1.2,0.8-1.9c0.1-0.4,0.1-0.8,0.3-1.2c0-0.1,0.1-0.2,0.2-0.3c0-0.1,0-0.2,0-0.3
  c0.1-0.1,0.1-0.2,0.1-0.3C379.4,35.3,379.4,35.2,379.6,35.2z&quot; /&gt;
&lt;/svg&gt;

</description>
        
        <pubDate>Thu, 18 Aug 2016 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/breathing-forest</link>
        <guid isPermaLink="true">https://mapsam.com/posts/breathing-forest</guid>
      </item>
      
    
      
      <item>
        <title>Sketching and vectorizing</title>
        
          <description>&lt;p&gt;&lt;em&gt;Edit: Adobe Shape CC is now part of Adobe Capture CC&lt;/em&gt;&lt;/p&gt;

</description>
        
        <pubDate>Wed, 17 Aug 2016 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/sketch</link>
        <guid isPermaLink="true">https://mapsam.com/posts/sketch</guid>
      </item>
      
    
      
      <item>
        <title>Developing with NPM &amp; GitHub branches</title>
        
          <description>&lt;p&gt;Much of my recent work at Mapbox has been around developing and testing node modules lay the groundwork of our vector tile pipeline. All of our node modules that we use across tools, such as &lt;a href=&quot;https://www.npmjs.com/package/tilelive&quot;&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;tilelive&lt;/code&gt;&lt;/a&gt;, are published to NPM, which means we release semantically versioned updates.&lt;/p&gt;

</description>
        
        <pubDate>Mon, 25 Apr 2016 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/developing-with-npm</link>
        <guid isPermaLink="true">https://mapsam.com/posts/developing-with-npm</guid>
      </item>
      
    
      
      <item>
        <title>First month at Mapbox</title>
        
          <description>&lt;p&gt;Earlier this year I began working at &lt;a href=&quot;https://mapbox.com&quot;&gt;Mapbox&lt;/a&gt;! My first month on the job has revolved around ensuring geographic data is reliably created, stored, and shared. A ton of Mapbox’s tools and products rely on &lt;a href=&quot;http://mapnik.org/&quot;&gt;Mapnik&lt;/a&gt;, which refers to itself as &lt;em&gt;an open source toolkit for developing mapping applications&lt;/em&gt;. Mapnik does &lt;strong&gt;a lot&lt;/strong&gt;, but lately we’ve been pushing really hard on ensuring all of the vector tiles it produces are compliant with the &lt;a href=&quot;https://github.com/mapbox/vector-tile-spec&quot;&gt;Mapbox Vector Tile Specification&lt;/a&gt;.&lt;/p&gt;

</description>
        
        <pubDate>Thu, 25 Feb 2016 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/mapbox</link>
        <guid isPermaLink="true">https://mapsam.com/posts/mapbox</guid>
      </item>
      
    
      
      <item>
        <title>Writing a node module</title>
        
          <description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;UPDATE 2021-12-07: This post was written when I was learning about Node.js and NPM for the very first time. It’s not wrong but it’s definitely not representative of the modern Node.js development environment. I’m leaving the post here, as is, for posterity. Enjoy!&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
        
        <pubDate>Mon, 21 Dec 2015 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/write-a-node-module</link>
        <guid isPermaLink="true">https://mapsam.com/posts/write-a-node-module</guid>
      </item>
      
    
      
      <item>
        <title>Geocoding in the terminal with Mapbox</title>
        
          <description>&lt;p&gt;In need of geocoding a number of addresses in a CSV file for some mapping work, I created a module &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;mbgeocode&lt;/code&gt; that ingests a CSV and outputs a GeoJSON file of all successfull addresses geocoded. This project relies on the &lt;a href=&quot;https://www.mapbox.com/developers/api/geocoding/&quot;&gt;Mapbox geocoding API&lt;/a&gt;, which allows for requests sent via &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;HTTPS&lt;/code&gt; and returns geocoded information in the form of a &lt;a href=&quot;https://github.com/mapbox/carmen/blob/master/carmen-geojson.md&quot;&gt;Carmen GeoJSON&lt;/a&gt;.&lt;/p&gt;

</description>
        
        <pubDate>Sun, 20 Dec 2015 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/csv-geocoder</link>
        <guid isPermaLink="true">https://mapsam.com/posts/csv-geocoder</guid>
      </item>
      
    
      
      <item>
        <title>Richmond is for adventures.</title>
        
          <description>&lt;div id=&quot;adventure&quot;&gt;&lt;/div&gt;

</description>
        
        <pubDate>Mon, 10 Aug 2015 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/explore-richmond</link>
        <guid isPermaLink="true">https://mapsam.com/posts/explore-richmond</guid>
      </item>
      
    
      
      <item>
        <title>These aren&apos;t the maps you&apos;re looking for.</title>
        
          <description>&lt;p&gt;Last week I attended my first &lt;a href=&quot;http://stateofthemap.us/&quot;&gt;State of the Map US&lt;/a&gt; (SOTM), an annual conference for those within or interested in &lt;a href=&quot;http://www.openstreetmap.org/&quot;&gt;OpenStreetMap&lt;/a&gt; (OSM). The conference was held in New York City at the UN headquarters, which was a most excellent venue. Not having been to an OSM-specific conference before, I was interested to see how it stacked up to the other, more general mapping conferences such as FOSS4G. I expected something smaller and more focused, relating purely to OSM and it’s triumphs and failures thus far.&lt;/p&gt;

</description>
        
        <pubDate>Sat, 13 Jun 2015 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/sotm2015</link>
        <guid isPermaLink="true">https://mapsam.com/posts/sotm2015</guid>
      </item>
      
    
      
      <item>
        <title>Concerning users: your neighbor&apos;s birthday was last week.</title>
        
          <description>&lt;p&gt;Over the past month I’ve been &lt;a href=&quot;https://github.com/codeforamerica/rva-screening&quot;&gt;working on an application&lt;/a&gt; at Code for America and the city of Richmond, VA that aims to allow health clinics to share patient eligibility information with other health-related services (&lt;a href=&quot;http://rva.codeforamerica.org/april&quot;&gt;more about the screening process&lt;/a&gt;). Put simply, the goal is to remove redundancy in the referral process for patients and screeners.&lt;/p&gt;

</description>
        
        <pubDate>Fri, 29 May 2015 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/concerning-users</link>
        <guid isPermaLink="true">https://mapsam.com/posts/concerning-users</guid>
      </item>
      
    
      
      <item>
        <title>Known.</title>
        
          <description>&lt;p&gt;A crashing ocean appears in front of me. Treacherously beautiful and unsettlingly inviting. Behind me lies a forest enveloped in a warm evening sun. The comfort of &lt;em&gt;the known&lt;/em&gt;. Predictability and assurance of peace and rest. Looking forward presents the very absence of rest and an uncontrollable disobedience of the unknown.&lt;/p&gt;

</description>
        
        <pubDate>Sat, 24 Jan 2015 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/known</link>
        <guid isPermaLink="true">https://mapsam.com/posts/known</guid>
      </item>
      
    
      
      <item>
        <title>Code for Burritos. And America.</title>
        
          <description>&lt;p&gt;The new year has come with myriad changes. Having moved to the Bay Area recently for my year-long fellowship with Code for America I’ve found myself in a very new place professionaly and mentally. The one thing that has me incredibly jazzed about this year, though, is the community of people around me that have taken the plunge into civic technology.&lt;/p&gt;

</description>
        
        <pubDate>Sat, 17 Jan 2015 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/code-for-burritos-america</link>
        <guid isPermaLink="true">https://mapsam.com/posts/code-for-burritos-america</guid>
      </item>
      
    
      
      <item>
        <title>D3 Background Hash Patterns</title>
        
          <description>&lt;p&gt;D3 is one of my favorite mapping tools, largely because it makes me still feel like a cartographer in a land where markers and map tiles reign supreme (though you can find beautiful cartography in map tiles as well!). It reminds me of creating static maps in Illustrator and having control over the exact styles visible to the viewer. One important style to work with in any cartographic product is the concept of styling &lt;strong&gt;no data&lt;/strong&gt; - or, the absense of data from the map, which can be just as important as the data itself (&lt;em&gt;or themselves&lt;/em&gt;).&lt;/p&gt;

</description>
        
        <pubDate>Fri, 21 Nov 2014 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/d3-background-hash</link>
        <guid isPermaLink="true">https://mapsam.com/posts/d3-background-hash</guid>
      </item>
      
    
      
      <item>
        <title>Animating Page Scroll with Anchor Hash</title>
        
          <description>&lt;p&gt;When using in-page anchor links, you typically create the &lt;span&gt;a&lt;/span&gt; tag with the &lt;span&gt;id&lt;/span&gt; hash of the element you want to scroll to - &lt;span&gt;&amp;lt;a href=”#your-element”&amp;gt;&lt;/span&gt;. The default functionality is to jump the page to that anchor point instantly, without any animation. This can be somewhat confusing for a user, especially if you want your site to be notably vertical and in a specific order.&lt;/p&gt;

</description>
        
        <pubDate>Fri, 17 Oct 2014 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/animated-anchor-hash</link>
        <guid isPermaLink="true">https://mapsam.com/posts/animated-anchor-hash</guid>
      </item>
      
    
      
      <item>
        <title>Drawing SVG Paths</title>
        
          <description>&lt;p&gt;SVG is versatile and scalable. Let’s animate it.&lt;/p&gt;

</description>
        
        <pubDate>Fri, 10 Oct 2014 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/svg-path-draw</link>
        <guid isPermaLink="true">https://mapsam.com/posts/svg-path-draw</guid>
      </item>
      
    
      
      <item>
        <title>Responsive YouTube Embeds</title>
        
          <description>&lt;p&gt;The responsive nature of the modern web is making content integration tricky - especially in the age of video. Working with Youtube videos typically involves &lt;span&gt;&amp;lt;iframe&amp;gt;&lt;/span&gt; embeds, which don’t give you a ton of freedom due to Cross Origin Issues unless you use the Youtube API. The API can be a bit cumbersome for a simple, single video though.&lt;/p&gt;

</description>
        
        <pubDate>Wed, 23 Jul 2014 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/responsive-youtube-embeds</link>
        <guid isPermaLink="true">https://mapsam.com/posts/responsive-youtube-embeds</guid>
      </item>
      
    
      
      <item>
        <title>Retrieve site URL via JS</title>
        
          <description>&lt;p&gt;Working with multi-sites can be tricky, especially when you have specific scripts running that require specific information based on the differing site domains. I typically run into this issue when I need to grab, for instance, an instagram feed for a specific restaurant, but another feed for another restaurant and both are using the same javascript file. The following script can be used for any number of reasons, but my favorites are:&lt;/p&gt;

</description>
        
        <pubDate>Wed, 16 Jul 2014 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/url-via-javascript</link>
        <guid isPermaLink="true">https://mapsam.com/posts/url-via-javascript</guid>
      </item>
      
    
      
      <item>
        <title>Transparent Borders</title>
        
          <description>&lt;p&gt;Here’s a teeny, awesome little design touch I’ve been into lately. It fakes out a border with the CSS &lt;span&gt;box-shadow&lt;/span&gt; class but removes the spread and uses &lt;span&gt;rgba()&lt;/span&gt;.&lt;/p&gt;

</description>
        
        <pubDate>Mon, 30 Jun 2014 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/transparent-borders</link>
        <guid isPermaLink="true">https://mapsam.com/posts/transparent-borders</guid>
      </item>
      
    
      
      <item>
        <title>WordPress Helpers</title>
        
          <description>&lt;p&gt;The following are scripts and settings that I typically use when working in WordPress. They are here for me to reuse, but please feel free to use yourself!&lt;/p&gt;

</description>
        
        <pubDate>Thu, 05 Jun 2014 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/wordpress-helpers</link>
        <guid isPermaLink="true">https://mapsam.com/posts/wordpress-helpers</guid>
      </item>
      
    
      
      <item>
        <title>CSS :first-letter</title>
        
          <description>&lt;p&gt;I stumbled upon &lt;a href=&quot;http://www.vox.com/a/internet-maps&quot;&gt;an article&lt;/a&gt; the other day that caught my eye. In particular - the usage of a CSS technique I had never seen before… &lt;span&gt;::first-letter&lt;/span&gt;.&lt;/p&gt;

</description>
        
        <pubDate>Tue, 03 Jun 2014 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/first-letter-css</link>
        <guid isPermaLink="true">https://mapsam.com/posts/first-letter-css</guid>
      </item>
      
    
      
      <item>
        <title>Creating GeoJSON in client-side JS</title>
        
          <description>&lt;p&gt;Often times I find myself with spatial data in non-spatial formats. Equally as often, those data cannot be permanently changed into a spatial format since they are being continually updated in their original format by someone else. Rendering spatial data requires GeoJSON. GeoJSON is derived from JSON (JavaScript Object Notation) and adds a spatial key/value pair into the mix. The data type has a required format, which can be found at &lt;a href=&quot;http://geojson.org&quot;&gt;geojson.org&lt;/a&gt; and seen below:&lt;/p&gt;

</description>
        
        <pubDate>Tue, 27 May 2014 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/looping-geojson</link>
        <guid isPermaLink="true">https://mapsam.com/posts/looping-geojson</guid>
      </item>
      
    
      
      <item>
        <title>Design is a process</title>
        
          <description>&lt;p&gt;&lt;img src=&quot;/images/posts/20140508-realworld.png&quot; alt=&quot;The Real World&quot; /&gt;&lt;/p&gt;

</description>
        
        <pubDate>Wed, 08 May 2013 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/design-is-a-process</link>
        <guid isPermaLink="true">https://mapsam.com/posts/design-is-a-process</guid>
      </item>
      
    
      
      <item>
        <title>Cartography: Path or Profession?</title>
        
          <description>&lt;p&gt;I recently had a conversation with Sam Pepple (&lt;a href=&quot;https://twitter.com/DrSvalbard&quot;&gt;@drsvalbard&lt;/a&gt;) about cartography and its place as a profession and a practice. It was a quick and spontaneous chat but it made me think about cartography as a study. When I began cartography courses in school, I assumed I was learning how to become a cartographer. How to make maps and take that skill into the professional world as a map maker.&lt;/p&gt;

</description>
        
        <pubDate>Tue, 26 Mar 2013 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/cartography-path-or-profession</link>
        <guid isPermaLink="true">https://mapsam.com/posts/cartography-path-or-profession</guid>
      </item>
      
    
      
      <item>
        <title>A Collaborative Cartographic Age</title>
        
          <description>&lt;p&gt;I recently attended the annual conference for the North American Cartographic Information Society (&lt;a href=&quot;http://www.nacis.org/&quot;&gt;NACIS&lt;/a&gt;) down in Portland, Oregon. NACIS is a geographic community focused on the creation of maps, their beauty, and their influence on the greater informed world. The three days of meetings and discussion led to some high-quality, genuine connections that humbled my existence as a cartographer and curator of digital information.&lt;/p&gt;

</description>
        
        <pubDate>Tue, 23 Oct 2012 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/collaborative-cartography</link>
        <guid isPermaLink="true">https://mapsam.com/posts/collaborative-cartography</guid>
      </item>
      
    
      
      <item>
        <title>The Cartographer&apos;s Dilema</title>
        
          <description>&lt;p&gt;I was in an interview yesterday where I found myself answering questions about my resume. I’ve never had someone examine it so closely yet ask so many substantial questions. It was a good thing I knew what was on there and wasn’t lying about what I’ve done, otherwise I would have looked-a-cheat. The interviewer pointed out one thing that has stuck with me since: “Your objective on your resume is quite vague” - I quickly thought to myself about how absolutely correct he was, and how much that didn’t make sense considering people point out basically exactly what they want in a career in their “Objective” section. That’s why it’s an objective.&lt;/p&gt;

</description>
        
        <pubDate>Thu, 11 Oct 2012 00:00:00 +0000</pubDate>
        <link>
        https://mapsam.com/posts/cartographers-dilema</link>
        <guid isPermaLink="true">https://mapsam.com/posts/cartographers-dilema</guid>
      </item>
      
    
  </channel>
</rss>