
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Deploy Live</title>
    <link>https://deploy.live/</link>
    <description>Recent content on Deploy Live</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 02 May 2026 21:00:00 +0000</lastBuildDate>
    <atom:link href="https://deploy.live/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Building Runner Dock in Public With Paperclip</title>
      <link>https://deploy.live/blog/building-in-public-with-paperclip/</link>
      <pubDate>Sat, 02 May 2026 21:00:00 +0000</pubDate>
      <guid>https://deploy.live/blog/building-in-public-with-paperclip/</guid>
      <description>&lt;a class=&#34;image-zoom&#34; href=&#34;https://deploy.live/img/building-public-paperclip/hero.jpg&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;&#xA;  &lt;img class=&#34;narrow wide&#34; src=&#34;https://deploy.live/img/building-public-paperclip/hero.jpg&#34; alt=&#34;Art Deco illustration of a founder coordinating Paperclip agents and cloud runner infrastructure&#34; loading=&#34;lazy&#34; /&gt;&#xA;&lt;/a&gt;&#xA;&#xA;&lt;h2 id=&#34;tldr&#34;&gt;tl;dr;&lt;/h2&gt;&#xA;&lt;p&gt;I had an itch to run GitHub Actions on top of Google Cloud infrastructure with minimal overhead. I&amp;rsquo;ve decided to build a solution in public and document my journey. I plan to build this product exclusively through AI and document what is working and what doesn&amp;rsquo;t. I gave it access to my Cloudflare account with my credit card on file. So far it picked and bought me a domain &lt;a href=&#34;https://runnerdock.com/&#34;&gt;https://runnerdock.com/&lt;/a&gt;, created an interest form, and configured emails so people receive confirmation of their interest.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Running Local LLMs Offline on a Ten-Hour Flight</title>
      <link>https://deploy.live/blog/running-local-llms-offline-on-a-ten-hour-flight/</link>
      <pubDate>Wed, 22 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://deploy.live/blog/running-local-llms-offline-on-a-ten-hour-flight/</guid>
      <description>&lt;a class=&#34;image-zoom&#34; href=&#34;https://deploy.live/img/2026-04-22-local-llms-flight.jpg&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;&#xA;  &lt;img class=&#34;narrow&#34; src=&#34;https://deploy.live/img/2026-04-22-local-llms-flight.jpg&#34; alt=&#34;Running Local LLMs Offline on a Ten-Hour Flight&#34; loading=&#34;lazy&#34; /&gt;&#xA;&lt;/a&gt;&#xA;&#xA;&lt;h2 id=&#34;update-29-april-2026&#34;&gt;Update, 29 April 2026&lt;/h2&gt;&#xA;&lt;p&gt;This post was &lt;a href=&#34;https://news.ycombinator.com/item?id=47921064&#34;&gt;picked up on Hacker News&lt;/a&gt; and crossed 100 comments. I love that this sparks emotions. As always, there is a fair mix of reactions, which is exactly what you would expect from HN. Scroll to the bottom for extra responses to some of the comments.&lt;/p&gt;&#xA;&lt;p&gt;&amp;hellip;&lt;/p&gt;&#xA;&lt;br&gt;&#xA;&lt;p&gt;Cloud Next was intense. I wrote the first version of this post at 9am my time while dozing off, and I did not expect much interest in it. Given the attention it is now getting, I gave the post the attention it deserved: corrected the model details, added more context about the setup, and responded to the most common points.&lt;/p&gt;</description>
    </item>
    <item>
      <title>gcpiam.com: Instant Search for Google Cloud Permissions</title>
      <link>https://deploy.live/blog/gcpiam-com-instant-search-for-gcp-permissions/</link>
      <pubDate>Sat, 31 Jan 2026 15:00:00 +0000</pubDate>
      <guid>https://deploy.live/blog/gcpiam-com-instant-search-for-gcp-permissions/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://deploy.live/img/gcpiam-fastly-compute.jpg&#34; alt=&#34;Fastly - Platform for Developers&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;This post extends on the &lt;a href=&#34;https://deploy.live/blog/project-honeypots-work-kick-off/&#34;&gt;Project honeypots.work kick-off&lt;/a&gt; and describes the first utility site instrumented to feed the honeypot data pipeline.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-itch&#34;&gt;The Itch&lt;/h2&gt;&#xA;&lt;p&gt;Google Cloud Platform has thousands of IAM permissions. Finding the right one is tedious.&lt;/p&gt;&#xA;&lt;p&gt;Google&amp;rsquo;s documentation works, but it requires multiple clicks to navigate. They have a &lt;a href=&#34;https://cloud.google.com/iam/docs/permissions-reference&#34;&gt;permission reference&lt;/a&gt; with search, but it still feels slow when you need to quickly check which roles grant &lt;code&gt;compute.instances.setMetadata&lt;/code&gt; or find all permissions containing &lt;code&gt;bigquery.tables&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>One-shot CRC16 in Helm. Here&#39;s Why It Matters.</title>
      <link>https://deploy.live/blog/crc16-in-helm/</link>
      <pubDate>Wed, 28 Jan 2026 12:00:00 +0000</pubDate>
      <guid>https://deploy.live/blog/crc16-in-helm/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://deploy.live/img/2026-01-28-crc16-helm.jpg&#34; alt=&#34;CRC16 in Helm&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;I needed a CRC16 checksum implementation in Helm. This is not code I would have written before - it felt frivolous, not a good use of my time. But Claude Code gave me a working implementation with tests in one shot.&lt;/p&gt;&#xA;&lt;p&gt;You might think this is another waste of valuable compute on a frivolous activity. Far from it - this implementation is driven by necessity and it simplifies our stack.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Project honeypots.work: kick-off</title>
      <link>https://deploy.live/blog/project-honeypots-work-kick-off/</link>
      <pubDate>Tue, 06 Jan 2026 12:00:00 +0000</pubDate>
      <guid>https://deploy.live/blog/project-honeypots-work-kick-off/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://deploy.live/img/2026-01-06-honeypots.jpg&#34; alt=&#34;Project honeypots.work kick-off&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;As part of my day job, I look after a top 5000 website in the world. We serve hundreds of terabytes of content monthly - and unsurprisingly, that traffic attracts plenty of bad actors, scrapers, and bots. They make engineers&amp;rsquo; lives harder.&lt;/p&gt;&#xA;&lt;p&gt;There are commercial solutions for bots and scrapers. But I want to build my own - specifically, a system that ranks inbound requests by their probability of being malicious.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Run, 2025, Run: A Year in Review</title>
      <link>https://deploy.live/blog/run-2025-run-a-year-in-review/</link>
      <pubDate>Wed, 31 Dec 2025 12:00:00 +0000</pubDate>
      <guid>https://deploy.live/blog/run-2025-run-a-year-in-review/</guid>
      <description>&lt;p&gt;With 2025 wrapped up I&amp;rsquo;d like to look back and reflect on the year and more specifically, a set of personal goals I&amp;rsquo;ve set.&lt;/p&gt;&#xA;&lt;p&gt;2025 was fast-paced, really challenging at times, but overall, a really great year to reflect back on.&lt;/p&gt;&#xA;&lt;p&gt;Key takeaways:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;I am the fittest version of myself, both physically and mentally&lt;/li&gt;&#xA;&lt;li&gt;AI assisted coding has allowed me to make a lot of direct contributions across my teams, something that wouldn&amp;rsquo;t be feasible without AI given demands of the role&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1 id=&#34;2025-goals&#34;&gt;2025 Goals&lt;/h1&gt;&#xA;&lt;p&gt;At the start of the year, I&amp;rsquo;ve set myself a rather ambitious set of goals:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Claude in Chrome: First Wins</title>
      <link>https://deploy.live/blog/claude-in-chrome-first-win/</link>
      <pubDate>Tue, 23 Dec 2025 10:00:00 +0000</pubDate>
      <guid>https://deploy.live/blog/claude-in-chrome-first-win/</guid>
      <description>&lt;h2 id=&#34;tldr&#34;&gt;tl;dr;&lt;/h2&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Claude for Chrome saved me close to an hour. Three wins: Grafana panel overrides, ArgoCD finalizer patching, and Cloudflare Pages setup. Browser-integrated AI assistance is here and it works.&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;h2 id=&#34;the-trigger&#34;&gt;The Trigger&lt;/h2&gt;&#xA;&lt;p&gt;Just yesterday I read about &lt;a href=&#34;https://simonwillison.net/&#34;&gt;Simon Willison&amp;rsquo;s success with Claude for Chrome&lt;/a&gt;. He was stuck with Cloudflare UI and Claude did a great job navigating it. Coincidentally, I had my own troubles with Cloudflare UI on the same day - but solved them the old school way. Clicking the same pages and navigation bars repeatedly until I arrived at insights that helped me configure custom DNS for my Pages.&lt;/p&gt;</description>
    </item>
    <item>
      <title>GCP FinOps #003: Boring Predictability With BigQuery Slots</title>
      <link>https://deploy.live/blog/gcp-finops-003-boring-predictability-with-bigquery-slots/</link>
      <pubDate>Tue, 23 Feb 2021 08:14:33 +0000</pubDate>
      <guid>https://deploy.live/blog/gcp-finops-003-boring-predictability-with-bigquery-slots/</guid>
      <description>&lt;svg style=&#34;background:#2d2d2d;border-radius:8px&#34; version=&#34;1.1&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 988.015625 388.8329741379314&#34;&gt;&#xA;  &lt;!-- svg-source:excalidraw --&gt;&#xA;&#xA;  &lt;defs&gt;&#xA;    &lt;style&gt;&#xA;      @font-face {&#xA;        font-family: &#34;Virgil&#34;;&#xA;        src: url(&#34;https://excalidraw.com/FG_Virgil.woff2&#34;);&#xA;      }&#xA;      @font-face {&#xA;        font-family: &#34;Cascadia&#34;;&#xA;        src: url(&#34;https://excalidraw.com/Cascadia.woff2&#34;);&#xA;      }&#xA;    &lt;/style&gt;&#xA;  &lt;/defs&gt;&#xA;  &lt;rect x=&#34;0&#34; y=&#34;0&#34; width=&#34;988.015625&#34; height=&#34;388.8329741379314&#34; fill=&#34;#353b43&#34;&gt;&lt;/rect&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(195.875 12.071120689655345) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(129.375 145.6918103448278) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(153.125 99.88146551724162) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(171.625 56.50215517241395) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(107.625 189.88146551724162) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(41.125 323.50215517241395) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(64.875 277.6918103448279) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(83.375 234.31250000000023) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(228.75 12.976293103448484) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(162.25 146.59698275862092) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(186 100.78663793103476) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(204.5 57.40732758620709) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(140.5 190.78663793103476) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(74 324.407327586207) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(97.75 278.59698275862104) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(116.25 235.21767241379337) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(260.75 13.976293103448484) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(194.25 147.59698275862092) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(218 101.78663793103476) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(236.5 58.40732758620709) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(172.5 191.78663793103476) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(106 325.4073275862071) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(129.75 279.59698275862104) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(148.25 236.21767241379337) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(294.3125 13.023706896551857) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(227.8125 146.64439655172418) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(251.5625 100.83405172413813) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(270.0625 57.45474137931046) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(206.0625 190.83405172413813) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(139.5625 324.45474137931046) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(163.3125 278.6443965517244) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(181.8125 235.26508620689674) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(327.1875 13.92887931034511) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(260.6875 147.54956896551744) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(284.4375 101.73922413793116) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(302.9375 58.359913793103715) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(238.9375 191.73922413793116) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(172.4375 325.3599137931035) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(196.1875 279.54956896551766) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(214.6875 236.17025862068976) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(359.1875 14.92887931034511) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(292.6875 148.54956896551744) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(316.4375 102.73922413793116) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(334.9375 59.359913793103715) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(270.9375 192.73922413793116) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(204.4375 326.3599137931037) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(228.1875 280.54956896551766) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(246.6875 237.17025862068976) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(391.09375 12.547413793103715) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(324.59375 146.16810344827604) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(348.34375 100.35775862068976) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(366.84375 56.97844827586232) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(302.84375 190.35775862068976) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(236.34375 323.9784482758623) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(260.09375 278.16810344827627) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(278.59375 234.78879310344837) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(423.96875 13.45258620689674) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(357.46875 147.0732758620693) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(381.21875 101.26293103448302) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(399.71875 57.883620689655345) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(335.71875 191.26293103448302) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(269.21875 324.88362068965534) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(292.96875 279.0732758620693) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(311.46875 235.69396551724162) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(455.96875 14.45258620689674) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(389.46875 148.0732758620693) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(413.21875 102.26293103448302) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(431.71875 58.883620689655345) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(367.71875 192.26293103448302) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(301.21875 325.88362068965534) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(324.96875 280.0732758620693) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(343.46875 236.69396551724162) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(489.53125 13.5) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(423.03125 147.12068965517255) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(446.78125 101.3103448275865) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(465.28125 57.931034482758605) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(401.28125 191.3103448275865) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(334.78125 324.9310344827586) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(358.53125 279.12068965517255) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(377.03125 235.7413793103451) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(522.40625 14.40517241379348) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(455.90625 148.02586206896558) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(479.65625 102.21551724137953) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(498.15625 58.836206896552085) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(434.15625 192.21551724137953) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(367.65625 325.83620689655163) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(391.40625 280.02586206896603) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(409.90625 236.64655172413813) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(554.40625 15.40517241379348) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(487.90625 149.02586206896558) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(511.65625 103.21551724137953) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(530.15625 59.836206896552085) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(466.15625 193.21551724137953) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(399.65625 326.8362068965521) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(423.40625 281.02586206896603) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(441.90625 237.64655172413813) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(587.484375 13.30926724137953) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(520.984375 146.92995689655186) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(544.734375 101.11961206896558) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(563.234375 57.740301724138135) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(499.234375 191.11961206896558) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(432.734375 324.74030172413813) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(456.484375 278.9299568965521) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(474.984375 235.55064655172418) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(620.359375 14.214439655172555) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(553.859375 147.8351293103451) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(577.609375 102.02478448275883) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(596.109375 58.64547413793116) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(532.109375 192.02478448275883) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(465.609375 325.64547413793116) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(489.359375 279.8351293103451) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(507.859375 236.45581896551744) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(652.359375 15.214439655172555) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(585.859375 148.8351293103451) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(609.609375 103.02478448275883) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(628.109375 59.64547413793116) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(564.109375 193.02478448275883) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(497.609375 326.64547413793116) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(521.359375 280.8351293103451) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(539.859375 237.45581896551744) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(685.921875 14.261853448275815) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(619.421875 147.88254310344837) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(643.171875 102.07219827586232) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(661.671875 58.69288793103442) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(597.671875 192.07219827586232) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(531.171875 325.6928879310344) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(554.921875 279.88254310344837) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(573.421875 236.50323275862092) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(718.796875 15.167025862069295) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(652.296875 148.7877155172414) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(676.046875 102.97737068965534) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(694.546875 59.5980603448279) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(630.546875 192.97737068965534) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(564.046875 326.59806034482745) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(587.796875 280.78771551724185) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(606.296875 237.40840517241395) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(750.796875 16.167025862069295) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(684.296875 149.7877155172414) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(708.046875 103.97737068965534) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(726.546875 60.5980603448279) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(662.546875 193.97737068965534) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(596.046875 327.5980603448279) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(619.796875 281.78771551724185) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(638.296875 238.40840517241395) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(782.703125 13.7855603448279) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(716.203125 147.40625) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(739.953125 101.59590517241395) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(758.453125 58.216594827586505) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(694.453125 191.59590517241395) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(627.953125 325.2165948275865) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(651.703125 279.40625000000045) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(670.203125 236.02693965517255) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(815.578125 14.690732758620925) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(749.078125 148.31142241379348) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(772.828125 102.50107758620697) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(791.328125 59.12176724137953) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(727.328125 192.50107758620697) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(660.828125 326.12176724137953) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(684.578125 280.3114224137935) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(703.078125 236.93211206896558) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(847.578125 15.690732758620925) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(781.078125 149.31142241379348) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(804.828125 103.50107758620697) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(823.328125 60.12176724137953) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(759.328125 193.50107758620697) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(692.828125 327.12176724137953) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(716.578125 281.3114224137935) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(735.078125 237.93211206896558) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(881.140625 14.738146551724185) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(814.640625 148.35883620689674) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(838.390625 102.54849137931069) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(856.890625 59.16918103448279) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(792.890625 192.5484913793107) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(726.390625 326.1691810344828) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(750.140625 280.35883620689674) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(768.640625 236.9795258620693) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(914.015625 15.643318965517665) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(847.515625 149.26400862068976) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(871.265625 103.45366379310371) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(889.765625 60.07435344827627) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(825.765625 193.45366379310371) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(759.265625 327.0743534482758) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(783.015625 281.2640086206902) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(801.515625 237.88469827586232) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(946.015625 16.643318965517665) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(879.515625 150.26400862068976) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(902.265625 104.45366379310371) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(921.765625 61.07435344827627) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(857.765625 194.45366379310371) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(791.265625 328.07435344827627) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(815.015625 282.2640086206902) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(833.515625 238.88469827586232) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(34.3125 10) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(10.0625 54.431034482758605) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(66.3125 11) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(23.5625 98.81034482758605) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(42.0625 55.431034482758605) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(99.875 10.04741379310326) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(33.375 143.66810344827582) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(57.125 97.85775862068976) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(75.625 54.478448275861865) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(11.625 187.85775862068976) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(132.75 10.95258620689674) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(66.25 144.57327586206884) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(90 98.76293103448279) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(108.5 55.383620689655345) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(44.5 188.7629310344828) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(20.25 233.1939655172414) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(164.75 11.95258620689674) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(98.25 145.57327586206884) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(122 99.76293103448279) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(140.5 56.383620689655345) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(76.5 189.7629310344828) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(10 323.38362068965534) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(33.75 277.5732758620693) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(52.25 234.1939655172414) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(823.15625 326.6918103448279) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(856.71875 325.73922413793116) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(889.59375 326.6443965517242) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(921.59375 327.64439655172464) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(846.15625 283.6918103448279) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(879.71875 282.73922413793116) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(912.59375 283.6443965517242) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(944.59375 284.64439655172464) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(864.9375 239.73922413793116) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(897.8125 240.64439655172418) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(929.8125 241.64439655172418) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(889.375 195.1918103448279) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(921.375 196.1918103448279) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(910.375 150.6918103448279) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(942.375 147.6918103448279) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(934.375 105.6918103448279) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g transform=&#34;translate(154.375 30.590351458885948) rotate(0 335.130434782609 74.1153846153847)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;104.2307692307694&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;116.00668896321075px&#34; fill=&#34;#ffffff&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;GCP FinOps&lt;/text&gt;&lt;/g&gt;&lt;g transform=&#34;translate(184.375 214.4742322421214) rotate(0 304 39.386163522012566)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;55.77232704402513&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;62.204429860541474px&#34; fill=&#34;#ffffff&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;Boring Predictability&lt;/text&gt;&lt;/g&gt;&lt;g transform=&#34;translate(255.375 289.9408778640483) rotate(0 227 30.5)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;43&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;47.84105960264902px&#34; fill=&#34;#ffffff&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;with BigQuery Slots&lt;/text&gt;&lt;/g&gt;&lt;g transform=&#34;translate(707.375 18.071120689655345) rotate(0 55 23)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;32&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;36px&#34; fill=&#34;#ffffff&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;#003&lt;/text&gt;&lt;/g&gt;&lt;/svg&gt;&#xA;&#xA;&#xA;&lt;h2 id=&#34;tldr&#34;&gt;tl;dr;&lt;/h2&gt;&#xA;&lt;p&gt;BigQuery Slots offers predictable BigQuery analysis costs for those exceeding $2000 a month in on-demand queries.&lt;/p&gt;</description>
    </item>
    <item>
      <title>GCP FinOps #002: Chaos Engineer Your Way to a Lower Cost</title>
      <link>https://deploy.live/blog/gcp-finops-002-chaos-engineer-your-way-to-a-lower-cost/</link>
      <pubDate>Wed, 17 Feb 2021 09:16:06 +0000</pubDate>
      <guid>https://deploy.live/blog/gcp-finops-002-chaos-engineer-your-way-to-a-lower-cost/</guid>
      <description>&lt;svg style=&#34;background:#2d2d2d;border-radius:8px&#34; version=&#34;1.1&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 988.015625 393.01185344827616&#34; width=&#34;100%&#34; &gt;&#xA;  &lt;!-- svg-source:excalidraw --&gt;&#xA;&#xA;  &lt;defs&gt;&#xA;    &lt;style&gt;&#xA;      @font-face {&#xA;        font-family: &#34;Virgil&#34;;&#xA;        src: url(&#34;https://excalidraw.com/FG_Virgil.woff2&#34;);&#xA;      }&#xA;      @font-face {&#xA;        font-family: &#34;Cascadia&#34;;&#xA;        src: url(&#34;https://excalidraw.com/Cascadia.woff2&#34;);&#xA;      }&#xA;    &lt;/style&gt;&#xA;  &lt;/defs&gt;&#xA;  &lt;rect x=&#34;0&#34; y=&#34;0&#34; width=&#34;988.015625&#34; height=&#34;393.01185344827616&#34; fill=&#34;#353b43&#34;&gt;&lt;/rect&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(195.875 16.250000000000114) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(129.375 149.87068965517255) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(153.125 104.06034482758639) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(171.625 60.68103448275872) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(107.625 194.0603448275864) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(41.125 327.6810344827587) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(64.875 281.87068965517267) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(83.375 238.491379310345) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(228.75 17.155172413793252) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(162.25 150.7758620689657) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(186 104.96551724137953) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(204.5 61.58620689655186) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(140.5 194.96551724137953) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(74 328.58620689655174) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(97.75 282.7758620689658) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(116.25 239.39655172413813) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(260.75 18.155172413793252) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(194.25 151.7758620689657) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(218 105.96551724137953) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(236.5 62.58620689655186) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(172.5 195.96551724137953) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(106 329.58620689655186) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(129.75 283.7758620689658) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(148.25 240.39655172413813) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(294.3125 17.202586206896626) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(227.8125 150.82327586206895) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(251.5625 105.0129310344829) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(270.0625 61.63362068965523) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(206.0625 195.0129310344829) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(139.5625 328.63362068965523) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(163.3125 282.8232758620692) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(181.8125 239.4439655172415) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(327.1875 18.10775862068988) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(260.6875 151.7284482758622) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(284.4375 105.91810344827593) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(302.9375 62.538793103448484) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(238.9375 195.91810344827593) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(172.4375 329.53879310344826) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(196.1875 283.72844827586243) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(214.6875 240.34913793103453) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(359.1875 19.10775862068988) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(292.6875 152.7284482758622) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(316.4375 106.91810344827593) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(334.9375 63.538793103448484) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(270.9375 196.91810344827593) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(204.4375 330.5387931034485) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(228.1875 284.72844827586243) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(246.6875 241.34913793103453) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(391.09375 16.726293103448484) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(324.59375 150.3469827586208) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(348.34375 104.53663793103453) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(366.84375 61.15732758620709) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(302.84375 194.53663793103453) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(236.34375 328.1573275862071) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(260.09375 282.34698275862104) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(278.59375 238.96767241379314) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(423.96875 17.63146551724151) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(357.46875 151.25215517241406) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(381.21875 105.44181034482779) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(399.71875 62.062500000000114) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(335.71875 195.4418103448278) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(269.21875 329.0625000000001) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(292.96875 283.25215517241406) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(311.46875 239.8728448275864) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(455.96875 18.63146551724151) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(389.46875 152.25215517241406) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(413.21875 106.44181034482779) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(431.71875 63.062500000000114) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(367.71875 196.4418103448278) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(301.21875 330.0625000000001) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(324.96875 284.25215517241406) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(343.46875 240.8728448275864) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(489.53125 17.67887931034477) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(423.03125 151.29956896551732) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(446.78125 105.48922413793127) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(465.28125 62.109913793103374) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(401.28125 195.48922413793127) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(334.78125 329.1099137931034) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(358.53125 283.2995689655173) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(377.03125 239.92025862068988) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(522.40625 18.58405172413825) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(455.90625 152.20474137931035) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(479.65625 106.3943965517243) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(498.15625 63.015086206896854) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(434.15625 196.3943965517243) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(367.65625 330.0150862068964) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(391.40625 284.2047413793108) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(409.90625 240.8254310344829) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(554.40625 19.58405172413825) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(487.90625 153.20474137931035) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(511.65625 107.3943965517243) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(530.15625 64.01508620689685) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(466.15625 197.3943965517243) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(399.65625 331.01508620689685) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(423.40625 285.2047413793108) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(441.90625 241.8254310344829) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(587.484375 17.4881465517243) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(520.984375 151.10883620689663) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(544.734375 105.29849137931035) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(563.234375 61.919181034482904) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(499.234375 195.29849137931035) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(432.734375 328.9191810344829) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(456.484375 283.10883620689685) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(474.984375 239.72952586206895) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(620.359375 18.393318965517324) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(553.859375 152.01400862068988) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(577.609375 106.2036637931036) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(596.109375 62.82435344827593) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(532.109375 196.2036637931036) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(465.609375 329.82435344827593) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(489.359375 284.0140086206899) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(507.859375 240.6346982758622) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(652.359375 19.393318965517324) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(585.859375 153.01400862068988) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(609.609375 107.2036637931036) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(628.109375 63.82435344827593) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(564.109375 197.2036637931036) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(497.609375 330.82435344827593) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(521.359375 285.0140086206899) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(539.859375 241.6346982758622) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(685.921875 18.440732758620584) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(619.421875 152.06142241379314) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(643.171875 106.25107758620709) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(661.671875 62.87176724137919) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(597.671875 196.2510775862071) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(531.171875 329.8717672413792) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(554.921875 284.06142241379314) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(573.421875 240.6821120689657) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(718.796875 19.345905172414064) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(652.296875 152.96659482758616) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(676.046875 107.15625000000011) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(694.546875 63.77693965517267) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(630.546875 197.1562500000001) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(564.046875 330.7769396551722) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(587.796875 284.9665948275866) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(606.296875 241.58728448275872) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(750.796875 20.345905172414064) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(684.296875 153.96659482758616) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(708.046875 108.15625000000011) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(726.546875 64.77693965517267) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(662.546875 198.1562500000001) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(596.046875 331.77693965517267) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(619.796875 285.9665948275866) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(638.296875 242.58728448275872) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(782.703125 17.96443965517267) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(716.203125 151.58512931034477) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(739.953125 105.77478448275872) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(758.453125 62.395474137931274) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(694.453125 195.77478448275872) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(627.953125 329.3954741379313) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(651.703125 283.5851293103452) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(670.203125 240.20581896551732) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(815.578125 18.869612068965694) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(749.078125 152.49030172413825) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(772.828125 106.67995689655174) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(791.328125 63.3006465517243) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(727.328125 196.67995689655174) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(660.828125 330.3006465517243) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(684.578125 284.49030172413825) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(703.078125 241.11099137931035) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(847.578125 19.869612068965694) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(781.078125 153.49030172413825) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(804.828125 107.67995689655174) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(823.328125 64.3006465517243) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(759.328125 197.67995689655174) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(692.828125 331.3006465517243) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(716.578125 285.49030172413825) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(735.078125 242.11099137931035) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(881.140625 18.917025862068954) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(814.640625 152.5377155172415) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(838.390625 106.72737068965546) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(856.890625 63.34806034482756) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(792.890625 196.72737068965546) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(726.390625 330.34806034482756) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(750.140625 284.5377155172415) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(768.640625 241.15840517241406) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(914.015625 19.822198275862434) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(847.515625 153.44288793103453) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(871.265625 107.63254310344848) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(889.765625 64.25323275862104) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(825.765625 197.63254310344848) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(759.265625 331.2532327586206) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(783.015625 285.442887931035) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(801.515625 242.0635775862071) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(946.015625 20.822198275862434) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(879.515625 154.44288793103453) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(902.265625 108.63254310344848) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(921.765625 65.25323275862104) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(857.765625 198.63254310344848) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(791.265625 332.25323275862104) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(815.015625 286.442887931035) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(833.515625 243.0635775862071) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(34.3125 14.178879310344769) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(10.0625 58.609913793103374) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(66.3125 15.178879310344769) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(23.5625 102.98922413793082) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(42.0625 59.609913793103374) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(99.875 14.226293103448029) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(33.375 147.84698275862058) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(57.125 102.03663793103453) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(75.625 58.657327586206634) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(11.625 192.03663793103453) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(132.75 15.131465517241509) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(66.25 148.7521551724136) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(90 102.94181034482756) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(108.5 59.562500000000114) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(44.5 192.94181034482756) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(20.25 237.37284482758616) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(164.75 16.13146551724151) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(98.25 149.7521551724136) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(122 103.94181034482756) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(140.5 60.562500000000114) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(76.5 193.94181034482756) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(10 327.5625000000001) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(33.75 281.75215517241406) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(52.25 238.37284482758616) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(823.15625 330.87068965517267) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(856.71875 329.91810344827593) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(889.59375 330.82327586206895) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(921.59375 331.8232758620694) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(846.15625 287.87068965517267) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(879.71875 286.91810344827593) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(912.59375 287.82327586206895) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(944.59375 288.8232758620694) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(864.9375 243.91810344827593) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(897.8125 244.82327586206895) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(929.8125 245.82327586206895) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(889.375 199.37068965517267) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(921.375 200.37068965517267) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(910.375 154.87068965517267) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(942.375 151.87068965517267) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.4&#34; fill-opacity=&#34;0.4&#34; transform=&#34;translate(934.375 109.87068965517267) rotate(0 16 25.37931034482756)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;35.75862068965512&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;39.72413793103449px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g transform=&#34;translate(52.375 10) rotate(0 440.8695652173915 97.50000000000006)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;137.00000000000009&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;152.60869565217394px&#34; fill=&#34;#ffffff&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;GCP FinOps&lt;/text&gt;&lt;/g&gt;&lt;g transform=&#34;translate(184.375 202.4254385964913) rotate(0 321.9565217391305 51.96491228070175)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;73.92982456140354&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;81.3363844393593px&#34; fill=&#34;#ffffff&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;Chaos Engineer &lt;/text&gt;&lt;/g&gt;&lt;g transform=&#34;translate(190.375 293.11975717439304) rotate(0 301 30.565121412803535)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;43.13024282560707&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;47.84105960264902px&#34; fill=&#34;#ffffff&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;your way to a lower cost&lt;/text&gt;&lt;/g&gt;&lt;g transform=&#34;translate(839.375 25.250000000000114) rotate(0 55 23)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;32&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;36px&#34; fill=&#34;#ffffff&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;#002&lt;/text&gt;&lt;/g&gt;&lt;/svg&gt;&#xA;&#xA;&#xA;&lt;h2 id=&#34;tldr&#34;&gt;tl;dr;&lt;/h2&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Save money and build more reliable systems by running preemptible instances. Frequent failure generated by preemptible instances forces best practices around resilience.&lt;/p&gt;</description>
    </item>
    <item>
      <title>GCP FinOps #001: Google Cloud Storage - Location, Location, Location</title>
      <link>https://deploy.live/blog/gcp-finops-001-google-cloud-storage-location-location-location/</link>
      <pubDate>Thu, 11 Feb 2021 09:10:49 +0000</pubDate>
      <guid>https://deploy.live/blog/gcp-finops-001-google-cloud-storage-location-location-location/</guid>
      <description>&lt;svg version=&#34;1.1&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 334 335.2783749771854&#34; width=&#34;100%&#34; height=&#34;300&#34;&gt;&#xA;  &lt;!-- svg-source:excalidraw --&gt;&#xA;  &lt;rect x=&#34;0&#34; y=&#34;0&#34; width=&#34;100%&#34; height=&#34;100%&#34; fill=&#34;#2d2d2d&#34; rx=&#34;8&#34;/&gt;&#xA;  &lt;defs&gt;&#xA;    &lt;style&gt;&#xA;      @font-face {&#xA;        font-family: &#34;Virgil&#34;;&#xA;        src: url(&#34;https://excalidraw.com/FG_Virgil.woff2&#34;);&#xA;      }&#xA;      @font-face {&#xA;        font-family: &#34;Cascadia&#34;;&#xA;        src: url(&#34;https://excalidraw.com/Cascadia.woff2&#34;);&#xA;      }&#xA;    &lt;/style&gt;&#xA;  &lt;/defs&gt;&#xA;  &lt;g transform=&#34;translate(10 10) rotate(0 157 23)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;32&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;36px&#34; fill=&#34;#ffffff&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;GCP FinOps #001&lt;/text&gt;&lt;/g&gt;&lt;g stroke-opacity=&#34;0.3&#34; fill-opacity=&#34;0.3&#34; transform=&#34;translate(26 64.5) rotate(0 140 22)&#34;&gt;&lt;path d=&#34;M-0.12998775076216695 21.08721126576487 C-0.12998775076216695 21.08721126576487, -0.12998775076216695 21.08721126576487, -0.12998775076216695 21.08721126576487 M-0.12998775076216695 21.08721126576487 C-0.12998775076216695 21.08721126576487, -0.12998775076216695 21.08721126576487, -0.12998775076216695 21.08721126576487 M3.3761700512782955 25.690219924220944 C6.339207214311868 21.790513071721982, 7.002527652506365 17.123828888608163, 10.135470022962277 14.537781347681499 M2.102661864546808 24.776538208587226 C5.155866917814492 20.56872821958862, 8.214580967032733 16.900227358281814, 10.757731965792214 13.34402369155801 M3.8646088881682825 27.800963823081815 C6.750817911737272 22.784080604713733, 9.117236865693584 20.03878189085689, 15.607487313884686 14.203883883557383 M5.326032232333369 26.56721001598414 C8.065590279387546 23.152632260364275, 12.011877512665897 20.22463301609584, 15.237941157508086 14.241369428685967 M8.96808088017918 28.177138563351363 C11.837456762846086 25.5422413612418, 16.482935628918895 20.749577846436296, 23.77428197091605 11.94783394078055 M7.931797589234186 29.74640135757032 C12.373351306923688 24.07124952273181, 16.62048107137919 19.55936983723972, 22.318939552401858 13.113949842213481 M12.741452556082685 30.120758521702165 C15.826242332329002 27.77724522649371, 20.337455375793297 20.89152166545628, 27.54036114455768 13.73478327308706 M12.199331258402843 31.38359821807223 C17.151556258633004 25.053914362316128, 22.594399160361583 18.524818786074626, 28.925792695932174 11.901199671336627 M16.01370461833873 30.51950810346606 C22.83131078979614 26.070062108587997, 24.374715718661037 22.24028496084312, 35.6489407686986 10.98088067592764 M16.635622366231168 31.111116619406666 C21.45050307594221 25.30547274442598, 26.941995503166357 19.529836415163196, 36.78858413328454 10.70573260364765 M20.954522666863053 35.647078822459555 C25.833110023005165 27.19672053476299, 33.01518853075089 19.810959775765653, 44.81072206825457 7.325052038118802 M20.075548163025527 34.66880408124951 C25.62158424485666 28.45280200107061, 30.43594557384735 23.1057903447602, 42.206058302265326 7.600403971322439 M23.102160013542928 33.76889282683087 C30.79152670676379 27.296772500890096, 38.69041625485379 18.87617793843979, 50.699296893141316 8.099582623477072 M24.981342673563816 35.79507469510836 C31.18400877369561 27.259911287749098, 39.62261121272925 18.108635824173223, 48.854889328180896 6.702014419036896 M28.489583508294086 35.607860380396524 C35.23846059918575 29.382877070091926, 44.31396115990488 18.51045056282036, 55.66970674726509 5.512907490596206 M28.47499252315239 35.286416605659106 C35.04191318583215 30.107723398968048, 39.53181065845478 24.18822107568662, 54.41449005282812 6.947850323744149 M35.33120965502279 37.263041541750255 C41.77989590835642 26.39335403113178, 51.31161290293535 13.839591399875552, 61.82094278852266 6.587111492847168 M32.93122305358814 37.50980368985486 C40.70678749195875 29.227133788176793, 46.280835811153565 20.67279716122463, 59.5357620344944 6.626933794674539 M37.773286553644766 37.656565324708595 C43.02049870314511 30.13662642185448, 49.110581395510465 24.636403400457404, 64.74632777082027 4.604848438823716 M37.63413026517742 38.44336471737154 C47.86872064217546 27.2509671695191, 57.254637199596566 15.878943170145572, 66.4977274899766 6.4206918337811985 M44.2366890450378 40.69758179719699 C50.737930514605104 28.679300076665264, 57.14758960473125 21.0429736829827, 71.25207507306416 6.29213151211961 M42.02622596168863 39.43408544949395 C51.456414556780445 29.857404876682576, 58.47254227888387 19.25180227187179, 70.83233832357158 5.179496755517263 M48.57488745012713 38.012148303254705 C57.096375465679515 31.356750334260198, 61.717729000152616 20.910345611796785, 77.76372967017008 6.5105428515513495 M46.772656489437644 40.52144486112074 C56.076616016707526 30.514530409179386, 64.9193549790853 19.07651281401262, 76.63716709808571 6.2086257670586065 M53.072801743828485 42.35247198169829 C61.13920539645571 31.90648038760611, 71.58103320559964 16.943840639684527, 82.0129042490253 5.175895230267159 M51.66630691123081 41.440407659427834 C59.06496242186367 31.209885934853084, 67.77690728509155 22.75909673732626, 82.1683931507969 4.780672647412828 M54.82141961302914 42.02499060567593 C65.40039671348273 33.708257430853045, 71.20629752729371 23.320856093533326, 86.16342503454558 5.723989537083554 M55.908669064346036 40.6432551234228 C65.52997144137781 29.844584512847785, 76.18621071409096 18.838158198616632, 87.87319841951154 4.19505522875582 M60.84394228264483 43.356130064004155 C72.2697681393263 26.933659842493007, 87.47414627514836 10.842942117832, 94.46624499260864 1.7651477149259733 M62.14223738658967 41.35909258528152 C68.23497228423803 33.092174079533976, 76.62761677323243 24.97723177032748, 95.95093064549795 3.0262983348723935 M67.7825206315818 43.61096604027672 C75.00095605012305 33.9857546275978, 82.0230847324076 22.35461839396887, 99.13711742418722 1.5876468839475564 M66.04349503225859 41.10626110945715 C75.32927945537129 32.129991558192586, 83.70159816802241 21.03022793101384, 101.13702696761952 3.221217904275065 M72.30469616374634 41.685433593087375 C78.89855543248117 33.014583284862624, 89.34634477432472 21.28804962787751, 107.85239460314011 3.4916085766282166 M71.63560484314971 41.9782970729028 C83.37314136140009 28.26050724181801, 96.53303473449947 12.835241545458352, 106.10506256012565 2.026560225303122 M75.50984197905413 42.798536736252636 C86.84049557368758 31.80545133496325, 99.48322297139761 16.92796526803595, 111.00246525438303 3.3112711817844485 M75.60110031956933 43.92989174529436 C86.16134931346937 29.574640722535257, 97.55893432087369 18.167310318791948, 111.62643811082268 1.1050243801324342 M81.271957918383 44.65630053769793 C93.29455612646211 30.822601277739537, 105.51031540385732 14.450757644557179, 118.69060872783173 1.8242324632327964 M80.5309307652859 42.534593387916644 C93.98449617024737 30.644086303927875, 104.26111980965301 17.0314241580094, 117.475483995017 2.538254763438921 M86.74158027366762 44.93636692168535 C94.28753680483008 34.90941286098437, 103.07321969339202 25.729404846879437, 121.76367208537346 0.4248208191214573 M87.33262099762474 43.06315305589111 C100.16609003668923 27.546077183230018, 113.43325909175796 12.456458504385093, 122.36638736248648 2.0939623417301547 M91.9688720778048 43.67839886658583 C106.21670455248996 30.55091310168512, 117.14640798654739 15.347205099159918, 128.938215926924 1.589852763266947 M91.75961163737327 44.46767879594807 C98.64609759468405 35.05725742846376, 107.39796325469668 24.80985641104779, 128.9855879635375 2.2854321346820257 M97.68582795970077 42.99512830599316 C111.37162615697221 25.836983157567374, 124.58203359203836 10.898005521597433, 131.83119147739907 0.5520041844858099 M96.09971396382834 43.68643354754069 C111.3138237901946 27.56804982445813, 125.27503852463944 11.824184666859296, 133.92870523597648 1.6386444744704534 M101.02483317326177 44.25514654850109 C117.02272145787137 27.256680296801814, 130.46530533050185 11.406266349167474, 139.99061767368593 2.9731816059262286 M101.7999189437868 44.420375562622084 C109.4619643695839 36.54813978360811, 116.20113061653265 26.406956762794, 138.63746539208122 0.9593962651029955 M104.58116359739407 44.020404277703335 C119.44684183437441 28.668502135632057, 134.92651537433153 13.001460453782002, 144.02172699070033 -0.589720333595281 M106.43514723154559 45.66440840564536 C120.59151130454543 28.952509215960504, 134.253642550869 13.526970423714516, 145.43209724465814 1.392808463755543 M111.4754857360039 43.983711552193675 C123.54132390070669 31.56637766055122, 134.93391157509654 18.376883432737618, 150.61764252835803 2.9885523797378397 M111.67699916890153 45.238630953563664 C125.9033894726446 28.990724632795793, 138.78457043515925 12.698281530765016, 150.4482592940136 0.6904473401040292 M114.41635671799753 46.90623780556585 C124.9328043619017 33.47060212738834, 136.4689588548058 25.901203254832005, 154.93399606955575 1.8296939742965463 M116.26250478515152 46.31958739583011 C127.83738960365928 33.49956564094018, 137.01001562971229 22.971806631875783, 154.91790778593497 1.232155315878785 M123.4187833262717 45.80030226619083 C130.1153151370629 32.72378995412616, 140.32346156089775 22.611078340176523, 160.33931002219026 0.4987580534517946 M122.61893282608293 44.21680765417505 C135.5745808095597 28.504658030697566, 150.9281625302227 11.52258696416655, 160.82592865370964 2.066720125310141 M128.24248588175163 46.88571227810794 C142.71972642976942 27.773608726945827, 154.12183488241325 12.575282770662831, 163.5093203321868 0.20578633624292308 M127.20830463801161 45.92289570349717 C139.25444796205946 30.7640955795492, 152.646547079616 15.479981540058816, 164.91071043115346 2.707253555796811 M134.04681144632463 46.24429623946535 C140.41788184104948 34.252287410153635, 148.0806174232399 25.997583437765375, 172.08188968643267 1.4603415958181074 M133.08855737071548 44.36181251030403 C143.11088236530702 33.577626216383294, 152.39609537341175 22.260933199231168, 170.22530745554437 0.3794743863463452 M137.8608206199064 43.04037066407959 C151.3747016721119 29.052659190461963, 166.3690322531999 12.428564618325332, 174.47103528085304 0.046684301216643576 M138.2898807745009 44.20309309427152 C153.777682661318 27.26554470330141, 168.3792010204071 10.529856178896694, 174.85771763569815 1.590635029357415 M142.27002365640325 42.43940186054443 C155.92284355283985 32.06577774987491, 163.59660284100875 19.597518726377956, 181.52184202334473 1.67830555580953 M144.40770331616474 44.3742582073528 C154.20337675740444 33.179759974602064, 162.41540348160373 23.18073835785689, 181.49204565490226 1.3778044690603934 M147.16676240573085 45.05492509267637 C159.23690954404455 34.67168461337397, 166.7685895750152 21.302065681054867, 187.60478544680444 2.199555837967722 M148.25932412101335 44.10148349422374 C161.23575654766537 30.872687323069492, 172.3218421684581 18.417960096589763, 185.409075883944 1.1032470021856113 M155.4369464297765 45.86720625862362 C168.4212513074775 30.056483415298246, 179.44111971790335 15.113620378137156, 189.71005462215743 1.787273741730516 M154.47689908882464 43.42201117139192 C165.67944299178902 31.631068920646022, 178.14260400133912 18.565711275335765, 191.4868452941393 1.2498009786317397 M162.08619882845596 42.68899937220271 C168.9724635011141 31.353109029599267, 182.74261000493823 19.574450508908033, 195.10246536129097 1.60531891524613 M160.539836719905 44.24365750853325 C172.32005504126732 28.595356856269227, 184.8559306224419 15.23652396993273, 196.76180666026602 1.6691617399063716 M163.92659235567544 43.08420824200739 C178.51684863430586 30.217940494403674, 190.25797725881677 12.147004432780683, 200.47942895613977 2.534458282776626 M165.36778423105125 42.85722450760086 C173.6446367297197 35.98074580367613, 180.756642399238 27.850711780048407, 201.4930472996495 2.905517841130944 M171.9830903903412 45.06009605163139 C181.52258629110884 31.373737406610985, 190.5113944221027 25.13328310441453, 205.59404246859114 3.5627702424701937 M171.6333185265603 43.22245948304784 C179.934433423473 33.88583334719046, 185.67726866224467 25.33521834487136, 205.6916293620677 4.179705248813022 M177.899987907369 43.75949493989127 C189.84221728465337 29.7475105128341, 198.51801039229255 17.03550790441772, 210.3812345565418 2.2514021476978456 M177.07463716923849 43.25401464205014 C183.67096151014647 33.6002985576966, 191.33152999294396 25.367662369120207, 210.15298565580792 4.448714822182993 M181.6276475936461 44.3794676799352 C189.17184478251005 33.57794347835762, 195.3508030006494 27.110702328695105, 216.70814741591698 6.181489467498849 M182.08854449636374 42.3338587636153 C189.60968316364568 34.84319433416081, 197.4208558780347 26.11837517627714, 215.11355158968604 5.446361473639499 M185.89258664509774 45.39177474080249 C192.0812101070059 34.66023500399631, 199.8081507874658 25.86007444273677, 218.02904998360395 7.608688725021409 M187.10678841675193 44.12549426014199 C196.62324022748905 31.541521849033224, 206.39211020782255 19.127341298573693, 219.81192837597996 4.931567107190119 M194.50844899861116 44.442697645641346 C205.61705609706127 29.716349354082936, 218.17439951948188 16.834635783634273, 225.19936570552798 7.438354139304835 M192.8132826426809 43.067530535637815 C203.50951750982074 30.835810007736516, 214.32056300765814 19.328763338875397, 225.20916079850556 6.257287260233539 M198.8460921291021 41.5735060332683 C203.64170215610946 33.59310457898998, 211.1538760470379 27.148315588027437, 228.78664476857625 9.12536098349733 M197.520443486957 43.18790104727867 C206.97024295236346 34.160085206538945, 214.32456249174305 24.524230707848226, 230.20595944454067 6.864084461777338 M205.52032316547687 44.139119337277066 C209.66614534292376 34.22678581822134, 216.62377946160194 28.21937196512654, 232.88459186867414 6.649282226638164 M204.7621759788772 41.616274984517645 C212.50480729896316 33.1401410259615, 219.36103193310325 23.544465165772706, 234.36297847290126 7.849054874220158 M211.45239889063217 40.745606786038664 C218.01162683585233 32.57450187329093, 222.52337702603418 26.932021659095085, 237.42403844270876 10.414211891875581 M211.2626238642288 40.115307269085136 C220.37023570256054 29.21642498014424, 230.72212875142012 16.307398099925788, 238.1180378458651 8.459401651569621 M214.30828962549327 40.206525723592364 C224.5777608160331 27.658669528531227, 235.7703419015244 16.90158782506484, 243.98697043660542 11.22394169824885 M215.2806834893277 40.63072687587979 C221.47517973781677 34.00736579392105, 227.24717512862864 26.319435349569744, 243.5064010972481 9.66136158122437 M223.4975334029569 40.952164128309136 C226.43666446210105 33.297881115843346, 232.69589984144284 27.245256697666044, 245.4614415082609 10.936493999128942 M222.51510797496127 40.294329351631944 C230.80625455532723 29.03269482579416, 241.38629187456357 18.102021558891874, 247.72193853533767 11.388488022414748 M226.6114998519293 37.98587893378277 C236.2380947116694 31.186831706786407, 240.55433254769494 22.9783136824277, 250.4798369115814 11.420460103109633 M226.44902110042636 38.974065135794774 C232.686248850075 35.319591398051166, 237.26809457189142 28.73831420965817, 252.46164112693066 11.09173922709391 M233.14194922631674 40.066886448606965 C242.1709615703092 30.728825986374453, 246.4092634556509 22.69976792154045, 257.1374325254732 13.737790693784646 M232.97472633251988 40.050579980321345 C241.2690981540676 31.151934469156565, 248.82758404853197 21.970032489006183, 255.5504295263239 13.516018759714953 M238.23141434704445 39.15718151682107 C243.11607575385676 33.54166992901893, 249.3869329590998 29.92265321970075, 260.0548948538425 16.081295829747773 M238.05033876755766 40.457884110110385 C243.02118570439274 34.27917345935361, 247.703687027202 28.551077082739333, 260.90990407531433 14.231425497231044 M243.64023186297123 37.56665129590492 C246.9155113151978 34.37710866351356, 252.17869575222187 28.87564350533804, 263.4407810255956 13.712144944592723 M243.57306639228915 39.422216001001104 C249.80547622871984 31.51286478334454, 255.78441544383327 24.795297138967115, 265.5270948031988 16.164503629095265 M248.9681568160318 39.211218960120604 C256.4003461640708 33.53466084664012, 261.94619450919123 27.711936704391135, 268.1540387946388 16.897366846913243 M250.50707464903968 38.31393608311497 C256.5384083049186 31.250316527048994, 262.28225913240533 24.731231237839907, 269.42321142677423 17.12949265726074 M258.58957098912293 34.49382873783914 C262.01089535193967 29.797865713678828, 266.5120873864725 27.037381230486837, 273.4225655688687 18.092640140080363 M256.72494478359664 37.12226177818236 C261.2487444954631 31.48060361484762, 264.93263334105893 26.54163962560709, 273.2784523793279 17.604867815957874 M262.12356970316984 33.52491297309973 C267.7409083128287 31.933171039523508, 269.6599813054963 25.54903122054876, 275.9693542362297 18.40805070357885 M263.3840106422759 36.269484561101876 C268.70880760294705 29.234218857910044, 273.1736019808107 24.081456339754936, 276.4644006366948 18.79284755303081 M269.432187267772 35.18253236184245 C270.78288758269395 31.125156384439055, 275.1111399194327 28.280038286826425, 278.53652849589116 23.136485185719692 M268.98117240886864 33.74427823759032 C271.5487348983785 31.77081452196257, 273.69997452585 30.136436154504892, 279.23986391029894 22.840274063417354&#34; stroke=&#34;#40c057&#34; stroke-width=&#34;0.5&#34; fill=&#34;none&#34;&gt;&lt;/path&gt;&lt;path d=&#34;M198.94534400392234 1.3371190841230032 C215.4830225474204 2.2498208915948754, 232.35593511479135 5.893951465328293, 244.55941632951786 8.17891841297711 C256.76289754424437 10.463885360625927, 266.3083637569952 12.575784045528676, 272.1662312922814 15.046920770015902 C278.02409882756757 17.51805749450313, 280.6545619694293 20.222439939331714, 279.70662154123477 23.005738759900463 C278.7586811130402 25.789037580469213, 274.0266838832882 29.21552291594999, 266.4785887231142 31.74671369342839 C258.9304935629403 34.27790447090679, 247.851069778464 36.467330476883845, 234.41805058019105 38.192883424770876 C220.9850313819181 39.91843637265791, 202.95496676229422 41.028170963771736, 185.8804735334766 42.100031380750565 C168.80598030465896 43.171891797729394, 149.6944370774381 44.66905649746675, 131.9710912072853 44.624045926643845 C114.24774533713251 44.57903535582094, 95.70011938178448 43.07947289435836, 79.54039831255987 41.82996795581313 C63.38067724333527 40.5804630172679, 47.062577990705094 39.32781208400489, 35.01276479193771 37.12701629537246 C22.96295159317033 34.92622050674002, 13.147012517132794 31.242853073772853, 7.241519119955598 28.625193224018552 C1.3360257227784018 26.007533374264252, -1.4338648583015967 24.053410209871956, -0.4201955911254629 21.421057196846647 C0.5934736760506709 18.788704183821338, 5.482516880374952 15.634755001507992, 13.3235347230124 12.831075145866704 C21.16455256564985 10.027395290225416, 33.028018610643656 6.386237818429744, 46.62591146469923 4.5989780629989205 C60.2238043187548 2.811718307568097, 77.89241920127029 2.769956111158923, 94.91089184734585 2.1075166132817635 C111.92936449342142 1.445077115404604, 129.04019937425448 0.3672934887762107, 148.7367473411526 0.6243410757359626 C168.43329530805073 0.8813886626957146, 200.41507473916403 2.8106442878883704, 213.09017964873453 3.649802135040275 C225.76528455830504 4.48895998219218, 225.84786967672716 5.5374757077417085, 224.78737679857574 5.659288158647392 M181.45256549712298 2.2776910140416433 C198.13269709272683 2.6525199994336006, 214.8706823466091 2.3564075376831006, 228.77400490462423 4.194193733594744 C242.67732746263937 6.031979929506388, 256.2381021030255 10.795794203989564, 264.87250084521384 13.304408189511506 C273.5068995874022 15.813022175033447, 279.0559191582747 16.748280887887223, 280.58039735775424 19.245877646726395 C282.10487555723375 21.743474405565568, 279.85515598470124 25.38504606749133, 274.01937004209094 28.289988742546548 C268.18358409948064 31.194931417601765, 257.4326564185632 34.48237011784357, 245.56568170209232 36.6755336970577 C233.6987069856214 38.86869727627183, 218.48077928997944 40.264747636752794, 202.81752174326544 41.44897021783133 C187.15426419655145 42.63319279890987, 169.22151747879798 43.733750990082854, 151.58613642180836 43.78086918352891 C133.95075536481875 43.82798737697496, 114.117675078893 42.453876850305235, 97.0052354013277 41.731679378507636 C79.89279572376239 41.009481906710036, 62.298372954477784 41.27318172941333, 48.91149835641649 39.44768435274333 C35.52462375835519 37.62218697607333, 24.879811753065624 33.466478611511164, 16.683987812959913 30.778695118487615 C8.488163872854203 28.090911625464067, 1.3782290919857492 25.80070166616615, -0.2634452842177666 23.32098339460204 C-1.9051196604212823 20.84126512303793, 1.3978977323966904 18.533940963907167, 6.833941555738818 15.900385489102963 C12.269985379080946 13.266830014298757, 20.734977436138188 9.869786233436233, 32.352817655835 7.519650545776807 C43.970657875531806 5.169514858117381, 60.47447888042899 2.8954487550099035, 76.54098287391969 1.7995713631464092 C92.60748686741039 0.7036939712829147, 111.35485411329701 1.0483864385684403, 128.7518416167792 0.9443861945958396 C146.14882912026138 0.8403859506232388, 172.13822953549493 1.1096364091556616, 180.92290789481277 1.1755698993108048 C189.7075862541306 1.241503389465948, 182.15798173246975 1.166492173861771, 181.45991177268613 1.3399871355266981&#34; stroke=&#34;#ffffff&#34; stroke-width=&#34;1&#34; fill=&#34;none&#34;&gt;&lt;/path&gt;&lt;/g&gt;&lt;g&gt;&lt;g transform=&#34;translate(309 81.5) rotate(0 -18.903610328631544 110.77947039459833)&#34;&gt;&lt;path d=&#34;M-0.14026363156735888 -0.26575938798487186 C-6.06846801303327 36.78054287098348, -30.32776007913053 186.09322029016914, -36.47141741774976 223.00982780121268 M-1.673040767479688 -1.4508870120160282 C-7.721573738027365 35.214091681111604, -32.17345298962668 184.15073773073033, -37.666957025695595 221.4174126480706&#34; stroke=&#34;#ffffff&#34; stroke-width=&#34;1&#34; fill=&#34;none&#34;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/g&gt;&lt;g&gt;&lt;g transform=&#34;translate(28 80.5) rotate(0 21.325367398746266 114.15530112946408)&#34;&gt;&lt;path d=&#34;M-0.120262673869729 0.40046963430941096 C6.995166350031893 38.7082157228142, 34.89161286813517 191.0114244196564, 42.06971774958074 228.74549001194538 M-1.6425393069908023 -0.4348877530172468 C5.89796866564701 37.628792780153454, 36.99359075495352 189.02599902819844, 44.29327410448342 227.01429751943797&#34; stroke=&#34;#ffffff&#34; stroke-width=&#34;1&#34; fill=&#34;none&#34;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/g&gt;&lt;g&gt;&lt;g transform=&#34;translate(72 308.5) rotate(0 102.29509779332977 6.393060632524197)&#34;&gt;&lt;path d=&#34;M-0.6895566020160914 0.013264081254601434 C10.715748215342563 1.9821028007815282, 48.88996928992371 9.340927240625025, 69.47046624086798 11.875912937894464 C90.05096319181224 14.410898635163903, 104.29883221052587 15.862967627619705, 122.7934251036495 15.22317826487124 C141.28801799677314 14.583388902122776, 167.17701949737966 11.041491346930465, 180.43802359960972 8.03717676140368 C193.69902770183978 5.032862175876895, 198.52880768043298 -1.0244578188906115, 202.35944971702992 -2.802709248289466 C206.19009175362686 -4.580960677688321, 203.3632909979671 -2.4135704622914393, 203.42187581919134 -2.6323318149894477 M1.149287452585995 -1.0253762214258315 C12.25935601024578 1.043970574053625, 48.028584298181045 9.87599083017558, 68.24441555369646 12.823192481510342 C88.46024680921187 15.770394132845103, 103.75336340535432 17.268273191762468, 122.44427498567849 16.657833686582745 C141.13518656600266 16.04739418140302, 166.7619062327221 12.409093061996003, 180.3898850356415 9.160555450432003 C194.01786383856088 5.912017838868003, 200.71119560906044 -0.7267550441498556, 204.21214780319482 -2.833391982801259 C207.7130999973292 -4.940028921452662, 201.56393050897867 -3.553734424201151, 201.39559820044786 -3.4792661814764143&#34; stroke=&#34;#ffffff&#34; stroke-width=&#34;1&#34; fill=&#34;none&#34;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/g&gt;&lt;g transform=&#34;translate(58 133) rotate(0 109 13)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;18&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;20px&#34; fill=&#34;#ffffff&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;Google Cloud Storage&lt;/text&gt;&lt;/g&gt;&lt;g transform=&#34;translate(110 170.5) rotate(0 56 63)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;17.2&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;19.375000000000014px&#34; fill=&#34;#ffffff&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt; Location,&lt;/text&gt;&lt;text x=&#34;0&#34; y=&#34;42.4&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;19.375000000000014px&#34; fill=&#34;#ffffff&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;&lt;/text&gt;&lt;text x=&#34;0&#34; y=&#34;67.6&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;19.375000000000014px&#34; fill=&#34;#ffffff&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;   Location,&lt;/text&gt;&lt;text x=&#34;0&#34; y=&#34;92.8&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;19.375000000000014px&#34; fill=&#34;#ffffff&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;&lt;/text&gt;&lt;text x=&#34;0&#34; y=&#34;118&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;19.375000000000014px&#34; fill=&#34;#ffffff&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt; Location&lt;/text&gt;&lt;/g&gt;&lt;g transform=&#34;translate(58 73.5) rotate(0 8 13)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;18&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;20px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g transform=&#34;translate(110 73.5) rotate(0 8 13)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;18&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;20px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g transform=&#34;translate(162 70.5) rotate(0 8 13)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;18&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;20px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g transform=&#34;translate(209 72.5) rotate(0 8 13)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;18&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;20px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g transform=&#34;translate(245 75.5) rotate(0 8 13)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;18&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;20px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g transform=&#34;translate(190.46536077979772 71.63519813396238) rotate(321.3401917459099 4.780417831834825 7.768178976731633)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;10.536357953463266&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;11.951044579587126px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g transform=&#34;translate(140.21958216816506 82.73182102326842) rotate(321.3401917459099 4.780417831834825 7.768178976731633)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;10.536357953463266&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;11.951044579587126px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g transform=&#34;translate(94.21958216816506 73.73182102326842) rotate(321.3401917459099 4.780417831834825 7.768178976731633)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;10.536357953463266&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;11.951044579587126px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g transform=&#34;translate(273.21958216816506 77.73182102326842) rotate(321.3401917459099 4.780417831834825 7.768178976731633)&#34;&gt;&lt;text x=&#34;0&#34; y=&#34;10.536357953463266&#34; font-family=&#34;Virgil, Segoe UI Emoji&#34; font-size=&#34;11.951044579587126px&#34; fill=&#34;#2b8a3e&#34; text-anchor=&#34;start&#34; style=&#34;white-space: pre;&#34; direction=&#34;ltr&#34;&gt;$&lt;/text&gt;&lt;/g&gt;&lt;g transform=&#34;translate(27 65.5) rotate(0 140 22)&#34;&gt;&lt;path d=&#34;M191.72228572288344 2.1790825128343556 C208.3000728730077 2.7307657392356335, 224.78249060930133 4.078232292751664, 237.64373644730318 5.942749521728574 C250.50498228530503 7.807266750705485, 261.9020454548936 10.842095765246583, 268.8897607508945 13.366185886695817 C275.87747604689537 15.890276008145051, 279.2827128953254 18.4297041047292, 279.57002822330855 21.087290250423976 C279.8573435512917 23.74487639611875, 277.1881770189801 26.590294988536478, 270.6136527187933 29.311702760864463 C264.0391284186064 32.03311053319245, 252.85397971854582 35.20936357617619, 240.12288242218733 37.41573688439189 C227.39178512582885 39.62211019260759, 210.8352892122617 41.58370776549621, 194.2270689406424 42.54994261015869 C177.6188486690231 43.51617745482117, 158.20091597541358 43.342916100374616, 140.47356079247157 43.21314595236678 C122.74620560952955 43.083375804358944, 104.32680495859634 42.65616478208386, 87.8629378429903 41.771321722111686 C71.39907072738427 40.88647866213951, 54.436777765719654 39.703863043773715, 41.69035809883533 37.90408759253373 C28.94393843195101 36.10431214129374, 18.4102592232561 33.73748594036502, 11.384419841684377 30.97266901467176 C4.358580460112653 28.207852088978502, -0.27980388102935194 24.06292747725978, -0.46467819059500926 21.315186038374183 C-0.6495525001606666 18.567444599488585, 3.344478806330531 16.961061944577747, 10.275173984290433 14.486220381358175 C17.205869162250334 12.011378818138601, 28.447283035740533 8.568797703282248, 41.119492877164404 6.466136659056744 C53.791702718588276 4.3634756148312395, 69.89335975997821 3.0832788846557415, 86.30843303283368 1.870254116005146 C102.72350630568914 0.6572293473545507, 119.08093348930929 -0.8718277890940834, 139.60993251429716 -0.8120119528468273 C160.138931539285 -0.7521961165995711, 195.63698858193595 1.4227073464585094, 209.4824271827609 2.229149133488683 C223.32786578358582 3.0355909205188563, 223.82271795058602 3.658674845534099, 222.68256411924682 4.0266387693342125 M95.54103031964387 0.7438426630195245 C111.3577233537174 -0.6694971592812999, 133.8000640114587 -1.1258929926610441, 151.7390543132817 -0.7597879167795583 C169.67804461510474 -0.39368284089807243, 187.59569910633604 1.7712647002643662, 203.1749721305821 2.9404731183084394 C218.75424515482814 4.109681536352513, 233.32049057201127 4.278048413912799, 245.21469245875798 6.25546259148488 C257.1088943455047 8.232876769056961, 268.6984970293515 11.983826778777042, 274.5401834510624 14.804958183740927 C280.3818698727733 17.626089588704815, 281.6599409434979 20.10476847177955, 280.2648109890235 23.182251021268197 C278.8696810345491 26.259733570756843, 274.21966076210515 30.78696455777625, 266.1694037242159 33.269853480672815 C258.11914668632664 35.75274240356938, 245.90033888948042 36.443468544653626, 231.96326876168789 38.07958455864758 C218.02619863389535 39.71570057264154, 199.65253979791646 42.09523632160061, 182.54698295746073 43.08654956463657 C165.441426117005 44.07786280767253, 147.30049436064044 44.18535213659948, 129.32992771895348 44.02746401686336 C111.35936107726653 43.86957589712725, 90.6150460137558 43.34000942539047, 74.72358310733901 42.13922084621987 C58.83212020092222 40.93843226704927, 45.172154676075394 39.057852683645464, 33.981150280452724 36.82273254183976 C22.790145884830054 34.58761240003406, 13.188127255228114 31.320235052833127, 7.577556733602989 28.728499995385665 C1.9669862119778658 26.136764937938203, -0.9736995892247033 24.12703262800832, 0.3177271507019839 21.272322197155002 C1.609153890628671 18.417611766301686, 7.043698443186637 14.474033554894671, 15.326117173163112 11.600237410265766 C23.60853590313959 8.726441265636861, 36.666723561366396 5.783011097637521, 50.012239530560834 4.029545329381577 C63.35775549975527 2.2760795611256324, 87.39347623900397 1.254027455521138, 95.39921298832975 1.0794428007300993 C103.40494973765553 0.9048581459390608, 97.44070946444558 2.820277109523684, 98.0466600265155 2.9820374006353454&#34; stroke=&#34;#ffffff&#34; stroke-width=&#34;1&#34; fill=&#34;none&#34;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&#xA;&#xA;&#xA;&lt;p&gt;This post marks a start of a series about Google Cloud Platform and FinOps.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visual Guide to Node Selectors, Taints and Tolerations</title>
      <link>https://deploy.live/blog/visual-guide-to-node-selectors-taints-and-tolerations/</link>
      <pubDate>Mon, 28 Dec 2020 19:16:10 +0000</pubDate>
      <guid>https://deploy.live/blog/visual-guide-to-node-selectors-taints-and-tolerations/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://res.craft.do/user/preview/1042df48-5f53-6a1c-afe5-d6f680f65da7/doc/E76F6406-E025-46A8-8037-25C24E8A4B4F/598BBC20-5DF9-4F82-9747-70AC7E629C68_1&#34; alt=&#34;Image&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;By default, Kubernetes schedules workloads (pods) onto nodes mainly driven by resource constraints (memory, CPU, ephemeral storage). This works fine for the vast majority of users where neither nodes nor pods have anything custom about them.&lt;/p&gt;&#xA;&lt;p&gt;Now, imagine that subset of your nodes has a specific type of hardware, TPU, necessary for machine learning workloads. Only some of your workloads need access to TPU enabled nodes.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;how-can-we-schedule-pods-on-the-nodes-that-have-specialized-hardware&#34;&gt;How can we schedule pods on the nodes that have specialized hardware?&lt;/h2&gt;&#xA;&lt;p&gt;While one might make TPUs ubiquitous and have them available on every node in the cluster, it will likely be wasteful and inefficient as not all nodes may be running applications that require TPUs.&lt;/p&gt;</description>
    </item>
    <item>
      <title>CKS Certified Kubernetes Security Specialist Exam Preparation Guide</title>
      <link>https://deploy.live/blog/cks-certified-kubernetes-security-specialist-exam-preparation-guide/</link>
      <pubDate>Sun, 11 Oct 2020 20:52:09 +0100</pubDate>
      <guid>https://deploy.live/blog/cks-certified-kubernetes-security-specialist-exam-preparation-guide/</guid>
      <description>&lt;p&gt;Certified Kubernetes Security Specialist (CKS) Preparation based on &lt;a href=&#34;https://training.linuxfoundation.org/certification/certified-kubernetes-security-specialist/&#34;&gt;CNCF&lt;/a&gt; CKS curriculum.&lt;/p&gt;&#xA;&lt;h3 id=&#34;approach-to-this-preparation-guide&#34;&gt;Approach to this preparation guide&lt;/h3&gt;&#xA;&lt;p&gt;This guide is being authored before actual certification has went live. The best approach to be most prepared for this certification is to know all of the required domains and competences really well. I&amp;rsquo;ve based this preparation guide on the available curriculum. I do not aim to author 100% of the content for the CKS preparation, instead, I will aim to rely on existing resources where possible and only fill-in remaining gaps myself.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Serverless Compression of GCS Data With Streaming Golang Google Cloud Function</title>
      <link>https://deploy.live/blog/serverless-compression-of-gcs-data-with-streaming-golang-google-cloud-function/</link>
      <pubDate>Sat, 03 Oct 2020 21:26:56 +0100</pubDate>
      <guid>https://deploy.live/blog/serverless-compression-of-gcs-data-with-streaming-golang-google-cloud-function/</guid>
      <description>&lt;h2 id=&#34;tldr&#34;&gt;TL;DR&lt;/h2&gt;&#xA;&lt;p&gt;Compress data and use cold storage tiers to achieve absolute minimum cost for long-term logs archiving at as little as $1.20 per TB per year.&lt;/p&gt;&#xA;&lt;h2 id=&#34;problem&#34;&gt;Problem&lt;/h2&gt;&#xA;&lt;p&gt;Imagine you need to capture and store 1TiB of logs monthly and retain them for 10 years - what is the most cost-effective way of doing so (infrastructure cost and long-term maintenance overheads)? Google Cloud produces a lot of audit logging and it is stored in Cloud Logging for free. They give you generous &lt;a href=&#34;https://cloud.google.com/logging/docs/audit#audit_log_retention&#34;&gt;400 days retention for Admin Activity and System Event logging and 30 days for Data Access&lt;/a&gt;. As of recently, they also support &lt;a href=&#34;https://cloud.google.com/logging/docs/storage#custom-retention&#34;&gt;Custom retention&lt;/a&gt; which allows you to store logs upwards 10 years at a charge of $0.01 per GiB  per month (from March 31, 2021).&#xA;However, pricing stops being favourable when you ingest and retain regular, non-audit logs. Beyond the first 50GiB per project, the charge is &lt;a href=&#34;https://cloud.google.com/stackdriver/pricing&#34;&gt;hefty $0.50/GiB&lt;/a&gt;. We can use Cloud Logging &lt;a href=&#34;https://cloud.google.com/logging/docs/export#sink-terms&#34;&gt;export sinks&lt;/a&gt; to route logs directly into GCS, bypassing Cloud Logging&amp;rsquo;s $0.50 charge. GCS pricing can be found &lt;a href=&#34;https://cloud.google.com/storage/pricing#storage-pricing&#34;&gt;here&lt;/a&gt; where standard storage is twice as expensive as Cloud Logging retention, however, Coldline or colder storage classes provide price parity or even considerable savings.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google Cloud Professional Machine Learning Engineer Certification Preparation Guide</title>
      <link>https://deploy.live/blog/google-cloud-professional-machine-learning-engineer-certification-preparation-guide/</link>
      <pubDate>Sun, 16 Aug 2020 20:04:04 +0100</pubDate>
      <guid>https://deploy.live/blog/google-cloud-professional-machine-learning-engineer-certification-preparation-guide/</guid>
      <description>&lt;p&gt;&lt;em&gt;Last updated on 11th of October, 2020. Certification is expected to go into GA on 15th of October.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;authors&#34;&gt;Authors&lt;/h3&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.linkedin.com/in/lerko/&#34;&gt;Dmitri&lt;/a&gt; - knew GCP, didn&amp;rsquo;t know any of the ML stuff&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.linkedin.com/in/steven-macmanus-56384519b/&#34;&gt;Steven&lt;/a&gt; - knew ML, didn&amp;rsquo;t know any of the GCP stuff&lt;/p&gt;&#xA;&lt;p&gt;Perfect reason to collaborate!&lt;/p&gt;&#xA;&lt;h3 id=&#34;new-certification&#34;&gt;New certification&lt;/h3&gt;&#xA;&lt;p&gt;Google announced a new &lt;a href=&#34;https://cloud.google.com/certification/machine-learning-engineer&#34;&gt;Machine Learninng Engineer&lt;/a&gt; beta certification in July with certifications taking place from 15th of July to 21st of August. Dmitri has attempted it on 16th of August. Most of the material below was written before the attempt and are a true reflection of a study guide, not an exam dump. Dmitri is a strong advocate of fair certifications therefore this guide is to motivate a wider audience to learn more about ML and GCP. Steven&lt;/p&gt;</description>
    </item>
    <item>
      <title>Today I Learned: Adding labels to Prometheus queries</title>
      <link>https://deploy.live/blog/today-i-learned-adding-labels-to-prometheus-queries/</link>
      <pubDate>Sat, 16 May 2020 20:16:58 +0100</pubDate>
      <guid>https://deploy.live/blog/today-i-learned-adding-labels-to-prometheus-queries/</guid>
      <description>&lt;h2 id=&#34;problem&#34;&gt;Problem&lt;/h2&gt;&#xA;&lt;p&gt;Recently, I&amp;rsquo;ve faced an interesting challenge around labels and &lt;a href=&#34;https://deploy.live/blog/today-i-learned-prometheus-recording-rules/&#34;&gt;Prometheus Recording Rules&lt;/a&gt;. I was writing a new Recording Rules and felt that labels available in the metrics composing recording rules were insufficient for my purposes of simplifying SLI, SLO and Error budget management with Prometheus. I&amp;rsquo;ve decided to find a way to add arbitrary labels to the prometheus queries and&#xA;recording rules. I could not find any resource answering my question directly, so I hope my findings will be useful to others.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Monitoring Dataflow Memory</title>
      <link>https://deploy.live/blog/monitoring-dataflow-memory/</link>
      <pubDate>Fri, 17 Apr 2020 21:44:12 +0100</pubDate>
      <guid>https://deploy.live/blog/monitoring-dataflow-memory/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://deploy.live/monitoring-dataflow-memory/kibana-metricbeat.jpg&#34; alt=&#34;kibana metricbeat dashboard snippet&#34;&gt;&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Hey Dmitri, I have explored options of looking into memory monitoring of dataflow. The thing is that we create dataflow jobs using terraform, and that does not have the &amp;ndash;experiments option. Not sure what the option is there.&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;This is the message I&amp;rsquo;ve recently received from one of my colleagues who was looking into opportunities to scale down our Dataflow jobs. When you don&amp;rsquo;t know how much memory your Dataflow job is consuming, you will either overprovision and waste resources or underprovision and cause unnecessary job crashes. &lt;a href=&#34;https://cloud.google.com/dataflow/docs/guides/using-stackdriver-monitoring#receive_worker_vm_metrics_from_the_agent&#34;&gt;Dataflow documentation&lt;/a&gt; seems to avoid the topic of memory monitoring altogether, where the most relevant information is &lt;code&gt;--experiments=enable_stackdriver_agent_metrics&lt;/code&gt; flag which allows to &amp;ldquo;monitor persistent disk, CPU, network, and process metrics from your Dataflow worker VM instances&amp;rdquo;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Kubernetes Networking Problems Due to the Conntrack</title>
      <link>https://deploy.live/blog/kubernetes-networking-problems-due-to-the-conntrack/</link>
      <pubDate>Sat, 15 Feb 2020 20:27:39 +0000</pubDate>
      <guid>https://deploy.live/blog/kubernetes-networking-problems-due-to-the-conntrack/</guid>
      <description>&lt;img src=&#34;https://deploy.live/kubernetes-networking-problems-due-to-the-conntrack/kubernetes-networking-problems-due-to-the-conntrack.jpg&#34; width=&#34;100%&#34;&gt;&#xA;*Photo by Lianhao Qu on Unsplash*&#xA;&lt;h2 id=&#34;tldr&#34;&gt;TL;DR&lt;/h2&gt;&#xA;&lt;p&gt;Kubernetes nodes set &lt;strong&gt;conntrack_max&lt;/strong&gt; value proportionally to the size of the RAM on the node. High load applications (especially on small nodes) can easily exceed &lt;strong&gt;conntrack_max&lt;/strong&gt; and result in connection resets and timeouts. There is several options to deal with this issue.&lt;/p&gt;&#xA;&lt;h2 id=&#34;theory&#34;&gt;Theory&lt;/h2&gt;&#xA;&lt;p&gt;conntrack is a feature built on top of Netlifier framework. It is essential for performant complex networking of Kubernetes where nodes need to track connection information between thousands of pods and services.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google Container Registry (GCR) per image permissions</title>
      <link>https://deploy.live/blog/gcr-allow-access-to-a-selected-image/</link>
      <pubDate>Mon, 10 Feb 2020 21:13:51 +0000</pubDate>
      <guid>https://deploy.live/blog/gcr-allow-access-to-a-selected-image/</guid>
      <description>&lt;img src=&#34;https://deploy.live/gcr-per-image-permissions/gcr-per-image-permissions.jpg&#34; width=&#34;100%&#34;&gt;&#xA;*Photo by [Ricardo Gomez Angel](https://unsplash.com/@ripato) on Unsplash*&#xA;&lt;p&gt;As of now, Google Container Registry does not allow for granular access control to the images stored in the registry. &lt;a href=&#34;https://cloud.google.com/container-registry/docs/access-control&#34;&gt;By default&lt;/a&gt;, you can only grant access to users, groups of users for the entire registry. In addition, you only get one registry per project. Therefore creating more registries to provide unique access permissions is also rather time-consuming.&lt;/p&gt;&#xA;&lt;p&gt;For situations where you want to grant user or group an access to a specific docker image in GCR you can do the following:&lt;/p&gt;</description>
    </item>
    <item>
      <title>When GKE ran out of IP addresses</title>
      <link>https://deploy.live/blog/when-gke-ran-out-of-ip-addresses/</link>
      <pubDate>Mon, 03 Feb 2020 21:49:01 +0000</pubDate>
      <guid>https://deploy.live/blog/when-gke-ran-out-of-ip-addresses/</guid>
      <description>&lt;img src=&#34;https://deploy.live/when-gke-ran-out-of-ip-addresses/when-gke-ran-out-of-ip-addresses.jpg&#34; width=&#34;100%&#34;&gt;&#xA;*Photo by JOSHUA COLEMAN on Unsplash*&#xA;## Theory&#xA;[RFC 1918](https://tools.ietf.org/html/rfc1918) defines 3 core ranges of IPs for private networking usage: 10.0.0.0/8, 172.16.0.0/12 and 192.168.0.0/16 yielding 16&#39;777&#39;216, 1&#39;048&#39;576 and 65&#39;536 IPs each.&#xA;&lt;h2 id=&#34;setup&#34;&gt;Setup&lt;/h2&gt;&#xA;&lt;p&gt;In our GKE environments, we use &lt;a href=&#34;https://cloud.google.com/blog/products/gcp/introducing-shared-vpc-for-google-kubernetes-engine&#34;&gt;Shared VPC&lt;/a&gt; functionality to have a separation of concerns between networking and compute projects. This also allows for clearer networking architecture when common networking services need to be shared amongst a number of compute projects, for example, VPN tunnels, Network Peering and Cloud Interconnects. Additionally, GKE offers &lt;a href=&#34;https://cloud.google.com/blog/products/gcp/introducing-vpc-native-clusters-for-google-kubernetes-engine&#34;&gt;VPC-native&lt;/a&gt; clusters which come with several of scalability and security benefits. This feature allocates pod IPs from a subnet&amp;rsquo;s secondary range.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Today I Learned: Prometheus Recording Rules</title>
      <link>https://deploy.live/blog/today-i-learned-prometheus-recording-rules/</link>
      <pubDate>Sun, 14 Jul 2019 14:08:13 +0100</pubDate>
      <guid>https://deploy.live/blog/today-i-learned-prometheus-recording-rules/</guid>
      <description>&lt;img src=&#34;https://deploy.live/prometheus.jpg&#34; width=&#34;100%&#34;&gt;&#xA;Similarly to Reddit&#39;s [todayilearned](https://www.reddit.com/r/todayilearned/), I will be sharing my recent learnings about all things DevOps, cloud and distributed systems.&#xA;&lt;p&gt;I&amp;rsquo;ve been using Prometheus for about six months, and it has been an instant success. However, over a time, the number of metrics stored in Prometheus has grown, and the frequency of querying has also increased. With more dashboards being added to the Grafana, I&amp;rsquo;ve started to experience situations where Grafana would not render a graph on time and Prometheus query will timeout. This can be very annoying, and refresh of the dashboard is an optimistic fix which will work sporadically, if at all. I needed a better way to fix Prometheus query timeout, especially when aggregating a vast number of metrics over long durations.&lt;/p&gt;</description>
    </item>
    <item>
      <title>A Year With Gitops in Production</title>
      <link>https://deploy.live/blog/a-year-with-gitops-in-production/</link>
      <pubDate>Sat, 06 Jul 2019 14:33:45 +0100</pubDate>
      <guid>https://deploy.live/blog/a-year-with-gitops-in-production/</guid>
      <description>&lt;h2 id=&#34;do-you-know-what-is-running-in-your-production&#34;&gt;Do you know what is running in your production?&lt;/h2&gt;&#xA;&lt;p&gt;At this moment I know exactly what is running in my production, without even accessing it. Would you ask me the same question before the move to the GitOps - I&amp;rsquo;ll have to delete and reinstall all the VMs, redeploy application and finally answer with a similar level of confidence. This confidence would drift away with every lapsed minute as nearly all non-immutable, CIOps controlled environments are bound to deviate from the desired state. I attribute this drift between desired an actual state to the limitations of the Continuous Delivery tools of the past, where Continuous Integration tool is also a centre-piece to all the deployments. Changes are only captured within the CI tool. Your environment&amp;rsquo;s desired state of specific applications is expressed via button presses in the CI tool, but never actually verified as a whole. The entire environment is never checked against the desired state as the desired state is not defined in one single place. With these drawbacks of CIOps, I encourage you to move on to the CD tools made for the cloud-native era - GitOps.&lt;/p&gt;</description>
    </item>
    <item>
      <title>42 Reasons to Fall in Love With GCP</title>
      <link>https://deploy.live/blog/42-reasons-to-fall-in-love-with-gcp/</link>
      <pubDate>Sat, 20 Apr 2019 10:55:28 +0000</pubDate>
      <guid>https://deploy.live/blog/42-reasons-to-fall-in-love-with-gcp/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://upload.wikimedia.org/wikipedia/commons/0/01/FortyTwo.png&#34; alt=&#34;FortyTwo.png&#34; width=&#34;100%&#34;&gt;&lt;/a&gt;&lt;br&gt;By &lt;a href=&#34;//commons.wikimedia.org/wiki/User:Kleuske&#34; title=&#34;User:Kleuske&#34;&gt;Kleuske&lt;/a&gt; - &lt;span class=&#34;int-own-work&#34; lang=&#34;en&#34;&gt;Own work&lt;/span&gt;, &lt;a href=&#34;https://creativecommons.org/licenses/by-sa/4.0&#34; title=&#34;Creative Commons Attribution-Share Alike 4.0&#34;&gt;CC BY-SA 4.0&lt;/a&gt;, &lt;a href=&#34;https://commons.wikimedia.org/w/index.php?curid=69063083&#34;&gt;Link&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Last year was a year of GCP for me. I have maintained a list of its unique, productive and performant features and products. While it is easy to find or produce computational benchmarks (e.g. CPU benchmark points per instance type or network throughput between two VMs) - real performance of any cloud is not in compute, but productivity. Those seeking global maximums for CPU speeds, network latency or storage IOPs will probably find it in their datacentres. However productivity of individuals, teams and organisations as a whole is something much harder to quantify and significantly more critical and valuable. Hardware is a commodity, therefore in the long run most cloud vendors will offer no significant advantage in CPU performance or amount of available RAM between them. Storage and networking are more open to interpretation. Therefore vendors will differ more in these domains.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google Cloud Certified Professional Data Engineer - 2019 Updated exam</title>
      <link>https://deploy.live/blog/google-cloud-certified-professional-data-engineer/</link>
      <pubDate>Fri, 05 Apr 2019 21:10:59 +0100</pubDate>
      <guid>https://deploy.live/blog/google-cloud-certified-professional-data-engineer/</guid>
      <description>&lt;img src=&#34;https://deploy.live/google-cloud-certified-professional-data-engineer/data-engineer-certified.jpg&#34; width=&#34;300&#34;&gt;&#xA;&lt;p&gt;Starting 29th of March Google Cloud Professionals attempting &lt;a href=&#34;https://cloud.google.com/certification/data-engineer&#34;&gt;Data Engineer certification&lt;/a&gt; will be subject to the latest version of the certification exam. The most recognisable difference is the removal of case studies. I was &lt;em&gt;lucky&lt;/em&gt; enough to be challenged with and pass the updated version of the Data Engineer certification on the 2nd of April. In my preparation I&amp;rsquo;ve used materials and exam guide aimed at the v1 of the exam, hence being underprepared for the certification is an understatement. While Data Engineering is not something I&amp;rsquo;d consider to be a large part of my day-to-day toolkit, I do use BigQuery, Dataproc, Data Studio, GCS, PubSub, Datastore, Cloud SQL and related IAM. Therefore topics of Big Data and Machine Learning are fascinating, novel and challenging to me.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The shipwreck of GKE Cluster Upgrade</title>
      <link>https://deploy.live/blog/the-shipwreck-of-gke-cluster-upgrade/</link>
      <pubDate>Mon, 25 Mar 2019 22:02:20 +0000</pubDate>
      <guid>https://deploy.live/blog/the-shipwreck-of-gke-cluster-upgrade/</guid>
      <description>&lt;img src=&#34;https://deploy.live/The-shipwreck-of-GKE-Cluster-upgrade/container-ship-wreck.jpg&#34; width=&#34;100%&#34;&gt;&#xA;&lt;h1 id=&#34;gke-rocks&#34;&gt;GKE Rocks!&lt;/h1&gt;&#xA;&lt;p&gt;I am a huge fan of the Google Cloud Platform and especially GKE. It was fundamental in our migration of Loveholidays on-prem applications to Kubernetes. GKE&amp;rsquo;s rich integrations with other GCP products allowed us to shift a lot of configuration from Ansible into Kubernetes yaml definitions which are now managed by GitOps. We are running GKE in Prod for 6+ months and will struggle to imagine any other way to run and deploy our applications now. The story I am about to tell you is a precaution on things that may go wrong during cluster/node upgrades. Its aim is to save you stress and worry next time you are in the same situation.&lt;/p&gt;</description>
    </item>
    <item>
      <title>GKE Shared VPC - Add Node-Pool Subnet permissions</title>
      <link>https://deploy.live/blog/gke-shared-vpc-subnet-add-node-pool/</link>
      <pubDate>Fri, 22 Feb 2019 20:55:28 +0000</pubDate>
      <guid>https://deploy.live/blog/gke-shared-vpc-subnet-add-node-pool/</guid>
      <description>&lt;h3 id=&#34;problem&#34;&gt;Problem&lt;/h3&gt;&#xA;&lt;p&gt;Recently when creating a Node Pool for GKE cluster running on Service project of the &lt;a href=&#34;https://cloud.google.com/vpc/docs/shared-vpc&#34;&gt;Shared VPC&lt;/a&gt; I&amp;rsquo;ve encountered the following problem:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;gcloud container node-pools create new-node-pool &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;--cluster&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;shared-vpc-cluster &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;--disk-size&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;50GB &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;--enable-autorepair &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;--no-enable-autoupgrade &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;--image-type&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;COS &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;--enable-autoscaling  &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;--local-ssd-count&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;0&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;--machine-type&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;n1-standard-1 &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;--num-nodes&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;1&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;--min-nodes&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;0&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;--max-nodes&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;1&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;--region&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;europe-west2&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Creating node pool new-node-pool...done.&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;ERROR: &lt;span style=&#34;color:#f92672&#34;&gt;(&lt;/span&gt;gcloud.container.node-pools.create&lt;span style=&#34;color:#f92672&#34;&gt;)&lt;/span&gt; Operation &lt;span style=&#34;color:#f92672&#34;&gt;[&lt;/span&gt;&amp;lt;Operation&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; clusterConditions: &lt;span style=&#34;color:#f92672&#34;&gt;[]&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; detail: u&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;Google Compute Engine: Required &amp;#39;compute.subnetworks.use&amp;#39; permission for&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt; &amp;#39;projects/222222222222/regions/europe-west2/subnetworks/service-project-subnet&amp;#39;.&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; endTime: u&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;2019-02-22T16:23:15.489471514Z&amp;#39;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; name: u&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;operation-1550852586047-80520a63&amp;#39;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; nodepoolConditions: &lt;span style=&#34;color:#f92672&#34;&gt;[]&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; operationType: OperationTypeValueValuesEnum&lt;span style=&#34;color:#f92672&#34;&gt;(&lt;/span&gt;CREATE_NODE_POOL, 7&lt;span style=&#34;color:#f92672&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; selfLink: u&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;https://container.googleapis.com/v1/projects/222222222222/locations/europe-west2/operations/operation-222222222222-xxxxxxx&amp;#39;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; startTime: u&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;2019-02-22T16:23:06.047764319Z&amp;#39;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; status: StatusValueValuesEnum&lt;span style=&#34;color:#f92672&#34;&gt;(&lt;/span&gt;DONE, 3&lt;span style=&#34;color:#f92672&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; statusMessage: u&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;Google Compute Engine: Required &amp;#39;compute.subnetworks.use&amp;#39; permission for&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;  &amp;#39;projects/222222222222/regions/europe-west2/subnetworks/service-project-subnet&amp;#39;.&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; targetLink: u&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;https://container.googleapis.com/v1/projects/222222222222/locations/europe-west2/clusters/shared-vpc-cluster/nodePools/new-node-pool&amp;#39;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; zone: u&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;europe-west2&amp;#39;&lt;/span&gt;&amp;gt;&lt;span style=&#34;color:#f92672&#34;&gt;]&lt;/span&gt; finished with error: Google Compute Engine: Required&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;compute.subnetworks.use&amp;#39;&lt;/span&gt; permission &lt;span style=&#34;color:#66d9ef&#34;&gt;for&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;projects/222222222222/regions/europe-west2/subnetworks/service-project-subnet&amp;#39;&lt;/span&gt;.&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; _&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&#xA;&lt;p&gt;Core issue is with permissions on the Service-Account in the Service Project.&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;finished with error: Google Compute Engine: Required&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;compute.subnetworks.use&amp;#39;&lt;/span&gt; permission &lt;span style=&#34;color:#66d9ef&#34;&gt;for&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;projects/222222222222/regions/europe-west2/subnetworks/service-project-subnet&amp;#39;&lt;/span&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Redis Cluster Corrupted Cluster Config File</title>
      <link>https://deploy.live/blog/redis-cluster-corrupted-cluster-config-file/</link>
      <pubDate>Wed, 20 Feb 2019 22:41:45 +0000</pubDate>
      <guid>https://deploy.live/blog/redis-cluster-corrupted-cluster-config-file/</guid>
      <description>&lt;h3 id=&#34;problem&#34;&gt;Problem&lt;/h3&gt;&#xA;&lt;p&gt;Recently I&amp;rsquo;ve been setting up Redis Cluster to run in Kubernetes on GKE. During the setup, I&amp;rsquo;ve been experimenting with various configurations of Redis Nodes and clustering. Unfortunately, at some point, I&amp;rsquo;ve rendered my cluster unusable. Logs showed the following:&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;1:C &lt;span style=&#34;color:#ae81ff&#34;&gt;20&lt;/span&gt; Feb &lt;span style=&#34;color:#ae81ff&#34;&gt;2019&lt;/span&gt; 16:57:45.189 &lt;span style=&#34;color:#75715e&#34;&gt;# oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;1:C &lt;span style=&#34;color:#ae81ff&#34;&gt;20&lt;/span&gt; Feb &lt;span style=&#34;color:#ae81ff&#34;&gt;2019&lt;/span&gt; 16:57:45.189 &lt;span style=&#34;color:#75715e&#34;&gt;# Redis version=5.0.3, bits=64, commit=00000000, modified=0, pid=1, just started&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;1:C &lt;span style=&#34;color:#ae81ff&#34;&gt;20&lt;/span&gt; Feb &lt;span style=&#34;color:#ae81ff&#34;&gt;2019&lt;/span&gt; 16:57:45.189 &lt;span style=&#34;color:#75715e&#34;&gt;# Configuration loaded&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;1:M &lt;span style=&#34;color:#ae81ff&#34;&gt;20&lt;/span&gt; Feb &lt;span style=&#34;color:#ae81ff&#34;&gt;2019&lt;/span&gt; 16:57:45.192 &lt;span style=&#34;color:#75715e&#34;&gt;# Unrecoverable error: corrupted cluster config file.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google Professional Cloud Security Engineer Beta Exam walkthrough</title>
      <link>https://deploy.live/blog/google-professional-cloud-security-engineer-beta-exam/</link>
      <pubDate>Sat, 09 Feb 2019 19:15:39 +0000</pubDate>
      <guid>https://deploy.live/blog/google-professional-cloud-security-engineer-beta-exam/</guid>
      <description>&lt;p&gt;On Thursday 24th of January, I woke up to great news. Firstly, I&amp;rsquo;ve become GCP certified &amp;ldquo;Professional Cloud Developer&amp;rdquo; by passing my 3rd certification and 2nd beta exam. Secondly, Google announced two new beta certifications. On the same day I&amp;rsquo;ve registered for both Google Cloud Certified - Professional Cloud Network Engineer and Google Cloud Certified - Professional Cloud Security Engineer exams.&lt;/p&gt;&#xA;&lt;p&gt;I had an opportunity to sit &lt;a href=&#34;https://cloud.google.com/certification/cloud-security-engineer&#34;&gt;Professional Cloud Security Engineer BETA&lt;/a&gt; on 9th of February and here is an outline of my journey.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google Professional Cloud Network Engineer Beta Exam walkthrough</title>
      <link>https://deploy.live/blog/google-professional-cloud-network-engineer-beta-exam/</link>
      <pubDate>Wed, 30 Jan 2019 19:15:39 +0000</pubDate>
      <guid>https://deploy.live/blog/google-professional-cloud-network-engineer-beta-exam/</guid>
      <description>&lt;p&gt;&lt;em&gt;Edit: I&amp;rsquo;ve successfully passed this certification, landing #20 certification globally.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;On Thursday 24th of January, I woke up to great news. Firstly, I&amp;rsquo;ve become GCP certified &amp;ldquo;Professional Cloud Developer&amp;rdquo; by passing my 3rd certification and 2nd beta exam. Secondly, Google announced two new beta certifications. On the same day I&amp;rsquo;ve registered for both Google Cloud Certified - Professional Cloud Network Engineer and Google Cloud Certified - Professional Cloud Security Engineer exams.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Solving Sensu&#39;s No Keepalive Sent</title>
      <link>https://deploy.live/blog/sensu-no-keepalive-sent-from-client-for/</link>
      <pubDate>Sat, 01 Apr 2017 21:33:55 +0000</pubDate>
      <guid>https://deploy.live/blog/sensu-no-keepalive-sent-from-client-for/</guid>
      <description>&lt;h1 id=&#34;no-keepalive-sent-from-client-for-120-seconds&#34;&gt;No keepalive sent from client for 120 seconds&lt;/h1&gt;&#xA;&lt;p&gt;Those using Sensu for monitoring and alerting have seen this dreadful message many times. Almost always it indicates that node your are monitoring (sensu client) has failed to send keepalive for preconfigured duration of time. In other words - there is no communication between sensu client and sensu server. This could indicate network or host issues on the client side or problems with network route between client and the server.&lt;/p&gt;</description>
    </item>
    <item>
      <title>AWS S3 hosted blog using Jekyll and Ansible</title>
      <link>https://deploy.live/blog/aws-s3-hosted-blog-using-jekyll-and-ansible/</link>
      <pubDate>Sat, 25 Mar 2017 19:15:39 +0000</pubDate>
      <guid>https://deploy.live/blog/aws-s3-hosted-blog-using-jekyll-and-ansible/</guid>
      <description>&lt;img src=&#34;https://deploy.live/aws-s3-hosted-blog-using-Jekyll-and-Ansible/jekyll_ansible.png&#34; width=&#34;100%&#34;&gt;&#xA;&lt;p&gt;I have been running a Gradle &amp;amp; Groovy related blog for an about a year using Wordpress. Wordpress is a great platform, but comes with its own risks and drawbacks:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;More maintenance (needs a server to run)&lt;/li&gt;&#xA;&lt;li&gt;Prone to hacking&lt;/li&gt;&#xA;&lt;li&gt;Slower than static blog&lt;/li&gt;&#xA;&lt;li&gt;Higher operational costs&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve decided to host a simple, static blog using S3 static site feature. I&amp;rsquo;ve also have chosen to use Jekyll as an engine to help me keep my static website maintainable.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
