<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Spryker Documentation</title>
        <description>Spryker documentation center.</description>
        <link>https://docs.spryker.com/</link>
        <atom:link href="https://docs.spryker.com/feed.xml" rel="self" type="application/rss+xml"/>
        <lastBuildDate>Thu, 19 Feb 2026 09:02:26 +0000</lastBuildDate>
        <generator>Jekyll v4.2.2</generator>
        
        
        <item>
            <title>Eco modules</title>
            <description>&lt;div class=&quot;content_box&quot;&gt;
Spryker Commerce OS is known for its modular architecture, designed for flexibility and the ability to handle complex ecommerce requirements. While the core platform provides essential ecommerce functions, modern online businesses often need to connect with various specialized third-party services to create a complete solution. These external services can include payment gateways, Product Information Management systems, monitoring tools, analytics platforms, and more.
&lt;p&gt;Eco modules are the specific components within the Spryker ecosystem designed precisely for this purpose: integrating these third-party technologies.&lt;/p&gt;
&lt;/div&gt;
&lt;h2 id=&quot;overview-of-eco-modules&quot;&gt;Overview of Eco modules&lt;/h2&gt;
&lt;p&gt;Eco Modules are essential building blocks for extending the Spryker Commerce OS, enabling businesses to integrate seamlessly with external systems and services.&lt;/p&gt;
&lt;p&gt;At their core, Eco modules act as connectors or adapters. They bridge the functionality of Spryker Commerce OS with third-party systems and services, empowering your platform to handle tasks like payment processing, product information management, and system monitoring without needing to reinvent the wheel.&lt;/p&gt;
&lt;p&gt;For instance, instead of building a custom payment integration from scratch, you can leverage the Spryker Eco Module for Adyen to handle payments reliably and securely.&lt;/p&gt;
&lt;h2 id=&quot;location-of-eco-modules&quot;&gt;Location of Eco modules&lt;/h2&gt;
&lt;p&gt;Understanding where Eco modules live in your project directory is key to maintaining a clean and organized codebase. You’ll find them under the &lt;code&gt;vendor/spryker-eco/&lt;/code&gt; directory, which distinguishes them from:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Spryker Core Modules: Located under &lt;code&gt;vendor/spryker/&lt;/code&gt;, these are the essential building blocks of the Spryker OS.&lt;/li&gt;
&lt;li&gt;Project Specific Code: Usually found in &lt;code&gt;src/Pyz/&lt;/code&gt;, this is where your team implements customizations and business logic tailored to your project.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This clear separation helps developers navigate the project more efficiently and keeps external integrations modular and easy to manage.&lt;/p&gt;
&lt;h2 id=&quot;installation-of-eco-modules&quot;&gt;Installation of Eco modules&lt;/h2&gt;
&lt;p&gt;Eco Modules are installed using Composer, just like other dependencies in a PHP project. They follow a consistent naming convention, using the &lt;code&gt;spryker-eco/&lt;/code&gt; prefix in their package names. For example:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;spryker-eco/adyen&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;spryker-eco/akeneo-connector&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This naming standard makes it easy to identify Eco modules and differentiate them from core packages or other vendor dependencies.&lt;/p&gt;
&lt;h2 id=&quot;eco-module-examples&quot;&gt;Eco module examples&lt;/h2&gt;
&lt;p&gt;The functionality of Eco modules is diverse, enabling Spryker applications to harness the power of external partners and services. Common use cases include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Payment: Processing payments through providers like Adyen or CrefoPay.&lt;/li&gt;
&lt;li&gt;Product information management: Synchronizing product data with solutions like Akeneo.&lt;/li&gt;
&lt;li&gt;Monitoring: Sending performance data to services like New Relic for tracking and analysis.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;These modules simplify the integration of powerful external tools, saving development time and reducing the risk of errors that can come with custom implementations.&lt;/p&gt;
&lt;h2 id=&quot;relationship-to-spryker-core-code&quot;&gt;Relationship to Spryker core code&lt;/h2&gt;
&lt;p&gt;Although Eco modules are distributed separately from the Spryker core, they’re designed to integrate seamlessly. They leverage Spryker’s standardized extension mechanisms, including plugins and dependency providers, making them as extensible and customizable as the core modules themselves.&lt;/p&gt;
&lt;p&gt;This consistent approach means you can treat Eco modules like any other Spryker module, adapting or extending them to meet your project’s specific needs.&lt;/p&gt;
&lt;h2 id=&quot;using-eco-modules&quot;&gt;Using Eco modules&lt;/h2&gt;
&lt;p&gt;In essence, Eco modules provide a standardized and maintainable way to enhance Spryker by connecting it to the broader technology ecosystem. They empower businesses to build tailored, best of breed solutions that combine the strength of Spryker with the capabilities of leading third-party services.&lt;/p&gt;
&lt;p&gt;With Eco Modules, you’re not limited by what’s built into the Spryker core – you can tap into a world of possibilities, driving innovation and differentiation in your ecommerce platform.&lt;/p&gt;
&lt;section class=&apos;info-block &apos;&gt;&lt;i class=&apos;info-block__icon icon-info&apos;&gt;&lt;/i&gt;&lt;div class=&apos;info-block__content&apos;&gt;&lt;div class=&quot;info-block__title&quot;&gt;Disclaimer&lt;/div&gt;
&lt;p&gt;Eco modules that have been built are there as an example, they may not be fully up to date and may need work to integrate them in to your Spryker Project. Eco modules are not part of the paid Spryker Products or Services. Customers cannot claim maintenance of or updates for Eco Modules. Spryker cannot be held liable for any use of this kind of integration.&lt;/p&gt;
&lt;/div&gt;&lt;/section&gt;
</description>
            <pubDate>Thu, 19 Feb 2026 09:02:00 +0000</pubDate>
            <link>https://docs.spryker.com/docs/integrations/eco-modules.html</link>
            <guid isPermaLink="true">https://docs.spryker.com/docs/integrations/eco-modules.html</guid>
            
            
        </item>
        
        <item>
            <title>Community contributions</title>
            <description>&lt;div class=&quot;community-hero&quot;&gt;
  &lt;p class=&quot;header-title&quot;&gt;Connect, create, contribute.&lt;/p&gt;
  &lt;p&gt;Spryker thrives because of its powerful technology and the people who build on it. Discover how community driven innovation can accelerate your next project.&lt;/p&gt;
  &lt;p&gt;Explore developer driven tools and extensions that boost your Spryker project. Brought to you by the community, for the community.&lt;/p&gt;
  &lt;a class=&quot;hero-cta&quot; href=&quot;https://commercequest.space/community-tools/&quot;&gt;Browse community tools&lt;/a&gt;
&lt;/div&gt;
&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;
&lt;p&gt;Community contributions are open-source tools, extensions, and enhancements shared by developers, partners, and agencies across the Spryker ecosystem. They help you with the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Solve real world challenges&lt;/li&gt;
&lt;li&gt;Speed up development&lt;/li&gt;
&lt;li&gt;Improve platform capabilities&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Examples include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;CLI utilities for automation&lt;/li&gt;
&lt;li&gt;Monitoring and debugging tools&lt;/li&gt;
&lt;li&gt;Payment and service integrations&lt;/li&gt;
&lt;li&gt;Productivity boosters for dev teams&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;business-benefits&quot;&gt;Business benefits&lt;/h2&gt;
&lt;div class=&quot;grid_container&quot;&gt;
  &lt;div class=&quot;content_card&quot;&gt;
    &lt;div class=&quot;content_column&quot;&gt;
      &lt;div class=&quot;content_icon&quot;&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;content_column&quot;&gt;
      &lt;p class=&quot;content_title&quot;&gt;Faster time to market&lt;/p&gt;
      &lt;p class=&quot;content_text&quot;&gt;Use ready-made tools instead of building from scratch&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;
  &lt;div class=&quot;content_card&quot;&gt;
    &lt;div class=&quot;content_column&quot;&gt;
      &lt;div class=&quot;content_icon&quot;&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;content_column&quot;&gt;
      &lt;p class=&quot;content_title&quot;&gt;Lower engineering overhead&lt;/p&gt;
      &lt;p class=&quot;content_text&quot;&gt;Focus your team on core logic, not reinventing solutions&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;
  &lt;div class=&quot;content_card&quot;&gt;
    &lt;div class=&quot;content_column&quot;&gt;
      &lt;div class=&quot;content_icon&quot;&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;content_column&quot;&gt;
      &lt;p class=&quot;content_title&quot;&gt;Higher developer efficiency&lt;/p&gt;
      &lt;p class=&quot;content_text&quot;&gt;Improve workflows, speed up testing, and debug faster&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;
  &lt;div class=&quot;content_card&quot;&gt;
    &lt;div class=&quot;content_column&quot;&gt;
      &lt;div class=&quot;content_icon&quot;&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;content_column&quot;&gt;
      &lt;p class=&quot;content_title&quot;&gt;Battle-tested solutions&lt;/p&gt;
      &lt;p class=&quot;content_text&quot;&gt;Tools built by real Spryker practitioners for real projects&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;h2 id=&quot;discover-contributions&quot;&gt;Discover contributions&lt;/h2&gt;
&lt;p&gt;All contributions are owned and maintained by their creators—but we’ve curated and categorized them for easy discovery on &lt;a href=&quot;https://commercequest.space/community-tools/&quot;&gt;CommerceQuest&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Look for tools by the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Tags, such as &lt;code&gt;cli&lt;/code&gt;, &lt;code&gt;monitoring&lt;/code&gt;, &lt;code&gt;payment&lt;/code&gt;, or &lt;code&gt;ai&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Partner or agency name&lt;/li&gt;
&lt;li&gt;License type, mostly MIT&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Start exploring now →&lt;/strong&gt; &lt;a href=&quot;https://commercequest.space/community-tools/&quot;&gt;Community Tools on CommerceQuest&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&quot;contributing&quot;&gt;Contributing&lt;/h2&gt;
&lt;p&gt;Have you built something useful for Spryker?&lt;/p&gt;
&lt;p&gt;Share it with the community and help other teams go further, faster. Submit your tool via the &lt;a href=&quot;https://commercequest.space/&quot;&gt;Community Forum&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Every contribution strengthens the Spryker ecosystem.&lt;/p&gt;
</description>
            <pubDate>Thu, 19 Feb 2026 09:02:00 +0000</pubDate>
            <link>https://docs.spryker.com/docs/integrations/community-contributions.html</link>
            <guid isPermaLink="true">https://docs.spryker.com/docs/integrations/community-contributions.html</guid>
            
            
        </item>
        
        <item>
            <title>Spryker App Composition Platform</title>
            <description>&lt;div class=&quot;content_box&quot;&gt;
&lt;h2 id=&quot;what-is-the-app-composition-platform&quot;&gt;What is the App Composition Platform&lt;/h2&gt;
&lt;p&gt;As part of its Composable Commerce approach Spryker offers the App Composition Platform (ACP) to help the modern enterprise to build and deliver any digital business model at the lowest effort.&lt;/p&gt;
&lt;p&gt;ACP is designed to help businesses easily connect, configure, and use third party services, all without the need for complex custom development. Whether you’re looking to integrate payments, tax management, search functionality, or marketing tools, ACP makes it possible to do so with minimal effort and maximum flexibility.&lt;/p&gt;
&lt;p&gt;ACP enables a composable approach to digital commerce choosing the ‘best of breed’ services for each part of your business. With ACP, you can add new capabilities quickly and easily, accelerating your time to market and keeping your platform flexible and scalable.&lt;/p&gt;
&lt;/div&gt;
&lt;h2 id=&quot;how-does-acp-work&quot;&gt;How does ACP work&lt;/h2&gt;
&lt;p&gt;Getting started with ACP is straightforward.&lt;/p&gt;
&lt;p&gt;Ensure that your Spryker Commerce OS project is registered with ACP. Check directly with your customer service manager if you are unsure.  Then simply head to the Apps section in your Back Office. There, you’ll find a variety of applications designed to enhance your commerce platform. With just a few clicks, you can connect a new service—like adding Stripe for global payments or Algolia for advanced search.&lt;/p&gt;
&lt;p&gt;Here’s how it works:&lt;/p&gt;
&lt;div class=&quot;content_indent&quot;&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Ensure ACP is enabled to your project:&lt;/strong&gt; Talk to your CSM for any additional action this may need.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Browse the App Catalog:&lt;/strong&gt; Explore a range of third party services and integrations available in the ACP catalog. Each app comes with an easy to understand description, helping you decide which one is right for your business needs.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Order the ACP App:&lt;/strong&gt; contact your CSM for the required ordering process. You can also proceed with activating the service of the respective provider and receive your credentials.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Connect and Configure:&lt;/strong&gt; Once you’ve chosen an app and have your service credentials, simply click to connect. Spryker handles the technical setup, so you don’t need to worry about complex coding. We provide all the tools you need to configure the app to fit your specific requirements. Note: some applications may require the installation of specific modules. You can find those in the app information page.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Seamless Integration:&lt;/strong&gt; After connecting the app, ACP ensures smooth integration with your Spryker platform, handling everything from API configurations to data syncing. Our secure infrastructure guarantees that everything works seamlessly and reliably.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Automatic Updates:&lt;/strong&gt; All apps on the platform are managed and maintained by Spryker. This means you’ll always have the latest features, security updates, and improvements without any extra effort on your part.&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;h2 id=&quot;benefits-of-acp&quot;&gt;Benefits of ACP&lt;/h2&gt;
&lt;div class=&quot;grid_container&quot;&gt;
  &lt;div class=&quot;content_card&quot;&gt;
    &lt;div class=&quot;content_column&quot;&gt;
      &lt;div class=&quot;content_icon&quot;&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;content_column&quot;&gt;
      &lt;p class=&quot;content_title&quot;&gt;Speed and agility&lt;/p&gt;
      &lt;p class=&quot;content_text&quot;&gt;ACP empowers your business to respond to market changes quickly. You can roll out new features or scale your platform faster than ever before. Imagine the ability to activate a new payment provider or add advanced search in a fraction of the time it would traditionally take.&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;
  &lt;div class=&quot;content_card&quot;&gt;
    &lt;div class=&quot;content_column&quot;&gt;
      &lt;div class=&quot;content_icon&quot;&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;content_column&quot;&gt;
      &lt;p class=&quot;content_title&quot;&gt;Flexibility and scalability&lt;/p&gt;
      &lt;p class=&quot;content_text&quot;&gt;As your business grows, ACP scales with you. You can easily swap out existing apps, add new ones, or configure different services to meet your changing needs, all without disrupting your entire platform. This flexibility ensures you&apos;re always using the best tools for your business.&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;
  &lt;div class=&quot;content_card&quot;&gt;
    &lt;div class=&quot;content_column&quot;&gt;
      &lt;div class=&quot;content_icon&quot;&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;content_column&quot;&gt;
      &lt;p class=&quot;content_title&quot;&gt;Composable architecture&lt;/p&gt;
      &lt;p class=&quot;content_text&quot;&gt;ACP leverages Spryker&apos;s headless, API first architecture, which means you can integrate services with low code. This composable approach allows you to mix and match the best apps for each part of your business, giving you the freedom to create a solution that fits your unique needs.&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;
  &lt;div class=&quot;content_card&quot;&gt;
    &lt;div class=&quot;content_column&quot;&gt;
      &lt;div class=&quot;content_icon&quot;&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;content_column&quot;&gt;
      &lt;p class=&quot;content_title&quot;&gt;Security and compliance&lt;/p&gt;
      &lt;p class=&quot;content_text&quot;&gt;With Spryker managing the backend infrastructure, you can trust that every app in ACP is fully vetted, secure, and compliant. We take care of the technical details so you don&apos;t have to, from API security to compliance with the latest regulations.&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;h2 id=&quot;why-choose-acp&quot;&gt;Why choose ACP&lt;/h2&gt;
&lt;p&gt;ACP is built to make your business more agile, secure, and scalable. By allowing you to connect to a growing catalog of third party services without the need for complex coding, ACP empowers you to innovate faster and stay ahead of the competition. Whether you’re a business user looking for simplicity or a developer needing flexibility, ACP makes it easier than ever to enhance your platform and scale your digital commerce strategy.&lt;/p&gt;
&lt;h2 id=&quot;acp-apps&quot;&gt;ACP Apps&lt;/h2&gt;
&lt;ul class=&quot;partners&quot; data-model=&quot;list&quot;&gt;
   &lt;li class=&quot;partnerCard boxShadow themeReset&quot; data-partner=&quot;Algolia&quot; data-category=&quot;121&quot; data-region=&quot;640&quot;&gt;
      &lt;a href=&quot;/docs/pbc/all/search/latest/base-shop/third-party-integrations/algolia/algolia.html&quot; class=&quot;partnerCard-link&quot;&gt;
         &lt;div class=&quot;logoWrapper&quot;&gt;
            &lt;!--?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?--&gt;
            &lt;!-- Generator: Adobe Illustrator 26.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --&gt;
            &lt;svg version=&quot;1.1&quot; id=&quot;Layer_1&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; x=&quot;0px&quot; y=&quot;0px&quot; viewBox=&quot;0 0 378 183&quot; style=&quot;enable-background:new 0 0 378 183;&quot; xml:space=&quot;preserve&quot;&gt;
               &lt;style type=&quot;text/css&quot;&gt;
                  .ch0{fill:#2A2A32;}
                  .ch1{opacity:0.1848;}
                  .ch2{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;filter:url(#Adobe_OpacityMaskFilter);stroke:#FFFFFF;}
                  .ch3{mask:url(#mask0_818_79785_00000074399989710897834070000016710875638110760839_);}
                  .ch4{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
                  .ch5{fill:none;stroke:#FFFFFF;}
                  .ch6{fill:none;stroke:#1EBEA0;}
               &lt;/style&gt;
               &lt;g&gt;
                  &lt;g&gt;
                     &lt;rect y=&quot;0.2&quot; class=&quot;ch0&quot; width=&quot;378&quot; height=&quot;185.2&quot;&gt;&lt;/rect&gt;
                     &lt;g&gt;
                        &lt;g class=&quot;ch1&quot;&gt;
                           &lt;defs&gt;
                              &lt;filter id=&quot;Adobe_OpacityMaskFilter&quot; filterUnits=&quot;userSpaceOnUse&quot; x=&quot;39&quot; y=&quot;0.6&quot; width=&quot;242&quot; height=&quot;131.1&quot;&gt;
                                 &lt;feColorMatrix type=&quot;matrix&quot; values=&quot;1 0 0 0 0  0 1 0 0 0  0 0 1 0 0  0 0 0 1 0&quot;&gt;&lt;/feColorMatrix&gt;
                              &lt;/filter&gt;
                           &lt;/defs&gt;
                           &lt;mask maskUnits=&quot;userSpaceOnUse&quot; x=&quot;39&quot; y=&quot;0.6&quot; width=&quot;242&quot; height=&quot;131.1&quot; id=&quot;mask0_818_79785_00000074399989710897834070000016710875638110760839_&quot;&gt;
                              &lt;path class=&quot;ch2&quot; d=&quot;M125.2-102.9c2.5-2.6,6-4.1,9.6-4.1h18.3c3.6,0,7.1,1.5,9.6,4.1L273,10c2.5,2.6,4,6.1,4,9.8v18.7
                                 c0,3.7-1.4,7.2-4,9.8L162.8,161.4c-2.5,2.6-6,4.1-9.6,4.1h-18.3c-3.6,0-7.1-1.5-9.6-4.1L15,48.5c-2.5-2.6-4-6.1-4-9.8V19.9
                                 c0-3.7,1.4-7.2,4-9.8L125.2-102.9z&quot;&gt;&lt;/path&gt;
                           &lt;/mask&gt;
                           &lt;g class=&quot;ch3&quot;&gt;
                              &lt;g&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M177.1,85.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C178,86.8,177.7,86,177.1,85.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M152.1,85.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C153,86.8,152.7,86,152.1,85.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M160.1,85.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C161,86.8,160.7,86,160.1,85.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M177.1,94.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C178,96,177.7,95.2,177.1,94.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M164.9,99c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C164,97.7,164.3,98.5,164.9,99z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M169.1,28.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C170,29.4,169.7,28.7,169.1,28.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M172.9,32.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C172,31.1,172.3,31.9,172.9,32.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M152.1,94.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C153,96,152.7,95.2,152.1,94.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M156.9,99c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C156,97.7,156.3,98.5,156.9,99z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M250.9,56c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C250,54.7,250.3,55.4,250.9,56z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M259.9,56c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C259,54.7,259.3,55.4,259.9,56z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M182.1,51.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C183,53,182.7,52.2,182.1,51.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M165.1,43.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C166,44.8,165.7,44,165.1,43.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M152.1,26.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C153,27.4,152.7,26.6,152.1,26.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M206.1,51.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C207,53,206.7,52.2,206.1,51.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M215.1,51.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C216,53,215.7,52.2,215.1,51.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M137.9,56c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C137,54.7,137.3,55.4,137.9,56z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M137.9,47.8c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C137,46.5,137.3,47.2,137.9,47.8z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M142.1,1.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9C137.3,2,137,2.8,137,3.6c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C143,2.8,142.7,2,142.1,1.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M157.1,1.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9C152.3,2,152,2.8,152,3.6c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C158,2.8,157.7,2,157.1,1.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M222.1,35.3c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C223,36.6,222.7,35.8,222.1,35.3z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M215.1,35.3c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C216,36.6,215.7,35.8,215.1,35.3z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M174.1,1.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9C169.3,2,169,2.8,169,3.6c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C175,2.8,174.7,2,174.1,1.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M271.1,35.3c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C272,36.6,271.7,35.8,271.1,35.3z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M264.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C265,11,264.7,10.2,264.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M264.1,35.3c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C265,36.6,264.7,35.8,264.1,35.3z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M169.9,47.8c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C169,46.5,169.3,47.2,169.9,47.8z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M185.9,47.8c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C185,46.5,185.3,47.2,185.9,47.8z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M271.1,43.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C272,44.8,271.7,44,271.1,43.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M264.1,43.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C265,44.8,264.7,44,264.1,43.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M206.1,43.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C207,44.8,206.7,44,206.1,43.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M239.1,43.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C240,44.8,239.7,44,239.1,43.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M247.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C248,11,247.7,10.2,247.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M226.9,14c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C226,12.7,226.3,13.4,226.9,14z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M157.1,35.3c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C158,36.6,157.7,35.8,157.1,35.3z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M222.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C223,11,222.7,10.2,222.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M256.1,2.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C257,3.8,256.7,3.1,256.1,2.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M239.1,2.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C240,3.8,239.7,3.1,239.1,2.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M199.1,2.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C200,3.8,199.7,3.1,199.1,2.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M199.1,11.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C200,13,199.7,12.3,199.1,11.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M179.1,11.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C180,13,179.7,12.3,179.1,11.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M185.1,1.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9C180.3,2,180,2.8,180,3.6c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C186,2.8,185.7,2,185.1,1.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M195.1,103.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2s0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C196,105.2,195.7,104.5,195.1,103.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M195.1,93.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C196,95,195.7,94.2,195.1,93.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M205.1,93.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C206,95,205.7,94.2,205.1,93.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M215.1,93.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C216,95,215.7,94.2,215.1,93.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M185.1,103.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2s0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C186,105.2,185.7,104.5,185.1,103.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M177.1,103.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2s0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C178,105.2,177.7,104.5,177.1,103.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M169.1,103.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2s0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C170,105.2,169.7,104.5,169.1,103.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M160.1,103.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2s0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C161,105.2,160.7,104.5,160.1,103.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M152.1,103.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2s0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C153,105.2,152.7,104.5,152.1,103.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M152.1,114.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C153,115.5,152.7,114.7,152.1,114.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M160.1,114.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C161,115.5,160.7,114.7,160.1,114.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M169.1,114.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C170,115.5,169.7,114.7,169.1,114.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M177.1,114.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C178,115.5,177.7,114.7,177.1,114.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M225.1,83.4c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C226,84.7,225.7,84,225.1,83.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M215.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C216,11,215.7,10.2,215.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M150.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C151,11,150.7,10.2,150.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M142.1,69.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C143,70.4,142.7,69.6,142.1,69.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M145.9,73.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C145,72.1,145.3,72.9,145.9,73.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M161.9,73.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C161,72.1,161.3,72.9,161.9,73.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M182.1,69.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C183,70.4,182.7,69.6,182.1,69.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M174.1,69.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C175,70.4,174.7,69.6,174.1,69.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M210.9,73.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C210,72.1,210.3,72.9,210.9,73.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M201.9,73.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C201,72.1,201.3,72.9,201.9,73.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M185.9,73.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C185,72.1,185.3,72.9,185.9,73.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M157.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C158,11,157.7,10.2,157.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M161.9,80.6c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C161,79.3,161.3,80,161.9,80.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M231.1,76.2c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C232,77.6,231.7,76.8,231.1,76.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M234.9,80.6c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C234,79.3,234.3,80,234.9,80.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M210.9,80.6c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C210,79.3,210.3,80,210.9,80.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M198.1,76.2c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C199,77.6,198.7,76.8,198.1,76.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M190.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C191,61.2,190.7,60.4,190.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M239.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C240,61.2,239.7,60.4,239.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M231.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C232,61.2,231.7,60.4,231.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M247.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C248,61.2,247.7,60.4,247.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M201.9,64.2c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C201,62.9,201.3,63.6,201.9,64.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M255.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C256,61.2,255.7,60.4,255.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M222.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C223,61.2,222.7,60.4,222.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M247.1,69.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C248,70.4,247.7,69.6,247.1,69.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M182.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C183,61.2,182.7,60.4,182.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M174.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C175,61.2,174.7,60.4,174.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M157.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C158,61.2,157.7,60.4,157.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M166.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C167,61.2,166.7,60.4,166.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M150.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C151,61.2,150.7,60.4,150.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M247.1,18.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C248,20.2,247.7,19.4,247.1,18.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M280.1,27.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C281,28.4,280.7,27.6,280.1,27.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M231.1,18.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C232,20.2,231.7,19.4,231.1,18.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M271.1,27.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C272,28.4,271.7,27.6,271.1,27.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M264.1,27.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C265,28.4,264.7,27.6,264.1,27.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M255.1,18.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C256,20.2,255.7,19.4,255.1,18.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M137.9,23.2c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C137,21.9,137.3,22.7,137.9,23.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M215.1,18.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C216,20.2,215.7,19.4,215.1,18.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M215.1,27.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C216,28.4,215.7,27.6,215.1,27.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M206.1,18.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C207,20.2,206.7,19.4,206.1,18.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M206.1,27.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C207,28.4,206.7,27.6,206.1,27.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M222.1,18.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C223,20.2,222.7,19.4,222.1,18.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M80.9,106.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    c0-0.8-0.3-1.6-0.9-2.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    C80,104.9,80.3,105.6,80.9,106.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M104.9,106.2c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C104,104.9,104.3,105.6,104.9,106.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M88.9,106.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    c0-0.8-0.3-1.6-0.9-2.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    C88,104.9,88.3,105.6,88.9,106.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M133.1,101.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C134,103.2,133.7,102.4,133.1,101.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M133.1,110c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C134,111.4,133.7,110.6,133.1,110z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M112.9,114.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C112,113.1,112.3,113.8,112.9,114.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M101.1,84.4c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C96.3,85,96,85.8,96,86.6
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C102,85.8,101.7,85,101.1,84.4
                                    z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M125.1,84.4c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C126,85.8,125.7,85,125.1,84.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M109.1,84.4c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C110,85.8,109.7,85,109.1,84.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M125.1,92.6c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C126,94,125.7,93.2,125.1,92.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M109.1,92.6c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C110,94,109.7,93.2,109.1,92.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M117.1,92.6c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C118,94,117.7,93.2,117.1,92.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M128.9,122.6c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C128,121.3,128.3,122,128.9,122.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M93.1,118.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    C94,119.6,93.7,118.8,93.1,118.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M125.1,126.4c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C126,127.8,125.7,127,125.1,126.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M109.1,126.4c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C110,127.8,109.7,127,109.1,126.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M117.1,126.4c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C118,127.8,117.7,127,117.1,126.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M120.9,56c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C120,54.7,120.3,55.4,120.9,56z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M128.9,56c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C128,54.7,128.3,55.4,128.9,56z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M71.9,56c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C71.3,52.2,71,53,71,53.8C71,54.7,71.3,55.4,71.9,56z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M80.9,56c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C80.3,52.2,80,53,80,53.8C80,54.7,80.3,55.4,80.9,56z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M53.1,51.7c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C48.3,52.2,48,53,48,53.8
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C54,53,53.7,52.2,53.1,51.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M96.9,56c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C96.3,52.2,96,53,96,53.8C96,54.7,96.3,55.4,96.9,56z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M71.9,14c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C71.3,10.2,71,11,71,11.8C71,12.7,71.3,13.4,71.9,14z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M93.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C88.3,10.2,88,11,88,11.8
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C94,11,93.7,10.2,93.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M96.9,14c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C96.3,10.2,96,11,96,11.8C96,12.7,96.3,13.4,96.9,14z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M120.9,5.8c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9C120.3,2,120,2.8,120,3.6C120,4.5,120.3,5.3,120.9,5.8z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M93.1,35.3c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C94,36.6,93.7,35.8,93.1,35.3z
                                    &quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M60.1,1.5c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C55.3,2,55,2.8,55,3.6c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9C60.7,5.3,61,4.5,61,3.6C61,2.8,60.7,2,60.1,1.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M125.1,35.3c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C126,36.6,125.7,35.8,125.1,35.3z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M93.1,1.5c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C88.3,2,88,2.8,88,3.6c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9C93.7,5.3,94,4.5,94,3.6C94,2.8,93.7,2,93.1,1.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M63.9,5.8c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9C68.7,5.3,69,4.5,69,3.6c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C63.3,2,63,2.8,63,3.6C63,4.5,63.3,5.3,63.9,5.8z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M128.9,39.6c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C128,38.3,128.3,39.1,128.9,39.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M71.9,39.6c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    c0-0.8-0.3-1.6-0.9-2.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    C71,38.3,71.3,39.1,71.9,39.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M53.1,43.5c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C48.3,44,48,44.8,48,45.6
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C54,44.8,53.7,44,53.1,43.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M101.1,43.5c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C96.3,44,96,44.8,96,45.6
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C102,44.8,101.7,44,101.1,43.5
                                    z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M117.1,43.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C118,44.8,117.7,44,117.1,43.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M120.9,47.8c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C120,46.5,120.3,47.2,120.9,47.8z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M117.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C118,11,117.7,10.2,117.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M53.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C48.3,10.2,48,11,48,11.8
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C54,11,53.7,10.2,53.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M39.9,73.4c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    c0-0.8-0.3-1.6-0.9-2.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    C39,72.1,39.3,72.9,39.9,73.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M63.9,73.4c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    c0-0.8-0.3-1.6-0.9-2.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    C63,72.1,63.3,72.9,63.9,73.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M85.1,69.1c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C86,70.4,85.7,69.6,85.1,69.1z
                                    &quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M117.1,69.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C118,70.4,117.7,69.6,117.1,69.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M109.1,69.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C110,70.4,109.7,69.6,109.1,69.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M120.9,73.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C120,72.1,120.3,72.9,120.9,73.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M88.9,73.4c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    c0-0.8-0.3-1.6-0.9-2.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    C88,72.1,88.3,72.9,88.9,73.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M60.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C55.3,10.2,55,11,55,11.8
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C61,11,60.7,10.2,60.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M55.9,80.6c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    c0-0.8-0.3-1.6-0.9-2.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C55,79.3,55.3,80,55.9,80.6
                                    z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M133.1,76.2c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C134,77.6,133.7,76.8,133.1,76.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M76.1,76.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C77,77.6,76.7,76.8,76.1,76.2z
                                    &quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M112.9,80.6c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C112,79.3,112.3,80,112.9,80.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M101.1,76.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    C102,77.6,101.7,76.8,101.1,76.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M120.9,64.2c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C120,62.9,120.3,63.6,120.9,64.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M53.1,59.9C52.6,59.3,51.8,59,51,59c-0.8,0-1.6,0.3-2.1,0.9C48.3,60.4,48,61.2,48,62
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C54,61.2,53.7,60.4,53.1,59.9z
                                    &quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M133.1,18.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C134,20.2,133.7,19.4,133.1,18.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M48.9,23.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    c0-0.8-0.3-1.6-0.9-2.2C52.6,18.3,51.8,18,51,18c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    C48,21.9,48.3,22.7,48.9,23.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M44.1,18.9C43.6,18.3,42.8,18,42,18c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C45,20.2,44.7,19.4,44.1,18.9z
                                    &quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M112.9,23.2c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C112,21.9,112.3,22.7,112.9,23.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M109.1,18.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C110,20.2,109.7,19.4,109.1,18.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M128.9,31.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C128,30.1,128.3,30.9,128.9,31.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M76.1,27.1c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C77,28.4,76.7,27.6,76.1,27.1z
                                    &quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M93.1,27.1c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C94,28.4,93.7,27.6,93.1,27.1z
                                    &quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M104.9,31.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C104,30.1,104.3,30.9,104.9,31.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M85.1,93.7c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C80.3,94.2,80,95,80,95.8
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C86,95,85.7,94.2,85.1,93.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M77.1,93.7c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C72.3,94.2,72,95,72,95.8
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C78,95,77.7,94.2,77.1,93.7z&quot;&gt;&lt;/path&gt;
                              &lt;/g&gt;
                           &lt;/g&gt;
                        &lt;/g&gt;
                        &lt;path class=&quot;ch5&quot; d=&quot;M246.5-96.6c1.4-1.4,3.4-2.2,5.4-2.2h10.3c2,0,4,0.8,5.4,2.2L330-34.4c1.4,1.4,2.2,3.4,2.2,5.4v10.3
                           c0,2-0.8,4-2.2,5.4l-62.3,62.2c-1.4,1.4-3.4,2.2-5.4,2.2H252c-2,0-4-0.8-5.4-2.2l-62.3-62.2c-1.4-1.4-2.2-3.4-2.2-5.4V-29
                           c0-2,0.8-4,2.2-5.4L246.5-96.6z&quot;&gt;&lt;/path&gt;
                        &lt;path class=&quot;ch6&quot; d=&quot;M273.1,137.3c1.3-1.3,3.2-2.1,5.1-2.1h9.7c1.9,0,3.7,0.8,5.1,2.1l58.1,58c1.3,1.3,2.1,3.2,2.1,5.1v9.6
                           c0,1.9-0.8,3.7-2.1,5.1l-58.1,58c-1.3,1.3-3.2,2.1-5.1,2.1h-9.7c-1.9,0-3.7-0.8-5.1-2.1L215,215c-1.3-1.3-2.1-3.2-2.1-5.1v-9.6
                           c0-1.9,0.8-3.7,2.1-5.1L273.1,137.3z&quot;&gt;&lt;/path&gt;
                     &lt;/g&gt;
                  &lt;/g&gt;
               &lt;/g&gt;
            &lt;/svg&gt;
            &lt;div class=&quot;logo&quot; style=&quot;width: 160px;&quot;&gt;
               &lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; id=&quot;Layer_1&quot; x=&quot;0&quot; y=&quot;0&quot; viewBox=&quot;0 0 2196.2 500&quot; style=&quot;enable-background:new 0 0 2196.2 500&quot; xml:space=&quot;preserve&quot;&gt;
                  &lt;style&gt;.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#003dff}&lt;/style&gt;
                  &lt;path class=&quot;st0&quot; d=&quot;M1070.4 275.3V5.9c0-3.6-3.2-6.4-6.8-5.8L1013.1 8c-2.9.4-5 2.9-5 5.8l.2 273.2c0 12.9 0 92.7 96 95.5 3.3.1 6.1-2.6 6.1-5.9v-40.8c0-3-2.2-5.5-5.1-5.8-34.9-4-34.9-47.5-34.9-54.7zm781.4-170.6h50.8c3.3 0 5.9 2.6 5.9 5.9v266.1c0 3.3-2.6 5.9-5.9 5.9h-50.8c-3.3 0-5.9-2.6-5.9-5.9V110.6c0-3.2 2.6-5.9 5.9-5.9zm0-33.3h50.8c3.3 0 5.9-2.6 5.9-5.9V5.9c0-3.6-3.2-6.4-6.8-5.8l-50.8 8c-2.9.4-5 2.9-5 5.8v51.6c0 3.2 2.6 5.9 5.9 5.9zM1764 275.3V5.9c0-3.6-3.2-6.4-6.8-5.8L1706.8 8c-2.9.4-5 2.9-5 5.8l.2 273.2c0 12.9 0 92.7 96 95.5 3.3.1 6.1-2.6 6.1-5.9v-40.8c0-3-2.2-5.5-5.1-5.8-35-4-35-47.5-35-54.7zm-132.1-132.6c-11.1-12.2-24.8-21.7-40.8-28.3-15.9-6.5-33.3-9.8-52.1-9.8-18.8 0-36.2 3.2-51.9 9.8-15.6 6.7-29.3 16.1-40.8 28.3-11.5 12.2-20.4 26.9-26.8 44-6.4 17.2-9.2 37.4-9.2 58.4s3.2 36.9 9.6 54.2c6.4 17.3 15.1 32.1 26.4 44.4 11.3 12.2 24.8 21.6 40.6 28.5 15.8 6.8 40.1 10.3 52.4 10.5 12.2 0 36.8-3.8 52.7-10.5 15.9-6.7 29.5-16.2 40.8-28.5 11.3-12.2 20.1-27 26.2-44.4 6.2-17.3 9.2-33.2 9.2-54.2s-3.3-41.2-10-58.4c-6.2-17.1-15-31.8-26.3-44zm-44.4 163.8c-11.5 15.8-27.6 23.7-48.1 23.7-20.6 0-36.6-7.8-48.1-23.7-11.5-15.8-17.2-34-17.2-61.2 0-26.9 5.6-49.1 17.1-64.9 11.4-15.8 27.5-23.5 48.1-23.5s36.6 7.8 48.1 23.5c11.5 15.6 17.4 38 17.4 64.9-.1 27.2-5.8 45.3-17.3 61.2zM894.4 104.7h-49.3c-48.4 0-90.9 25.5-115.8 64.1-14.5 22.6-23 49.6-23 78.7 0 44.9 20.1 84.9 51.6 111.1 2.9 2.6 6 5 9.3 7.1 12.9 8.5 28.1 13.5 44.5 13.5 1.2 0 2.5 0 3.7-.1.4 0 .7 0 1.1-.1.9 0 1.8-.1 2.6-.2.3 0 .7-.1 1-.1l2.7-.3c.2 0 .4-.1.6-.1 32.9-5.1 61.6-30.8 70.9-62.8v57.8c0 3.3 2.6 5.9 5.9 5.9h50.4c3.3 0 5.9-2.6 5.9-5.9V110.6c0-3.3-2.6-5.9-5.9-5.9h-56.2zm0 206.9c-12.2 10.2-28 14-44.8 15.1h-.5c-1.1.1-2.2.1-3.4.1-42.2 0-77.1-35.9-77.1-79.4 0-10.2 2-20 5.4-29 11.2-29.1 38.8-49.7 71.1-49.7h49.3v142.9zM2134 104.7h-49.3c-48.4 0-90.9 25.5-115.8 64.1-14.5 22.6-23 49.6-23 78.7 0 44.9 20.1 84.9 51.6 111.1 2.9 2.6 6.1 5 9.3 7.1 12.9 8.5 28.1 13.5 44.5 13.5 1.2 0 2.5 0 3.7-.1.4 0 .7 0 1.1-.1.9 0 1.8-.1 2.6-.2.3 0 .7-.1 1-.1l2.7-.3c.2 0 .4-.1.6-.1 32.9-5.1 61.6-30.8 70.9-62.8v57.8c0 3.3 2.6 5.9 5.9 5.9h50.4c3.3 0 5.9-2.6 5.9-5.9V110.6c0-3.3-2.6-5.9-5.9-5.9H2134zm0 206.9c-12.2 10.2-28 14-44.8 15.1h-.5c-1.1.1-2.2.1-3.4.1-42.2 0-77.1-35.9-77.1-79.4 0-10.2 2-20 5.4-29 11.2-29.1 38.8-49.7 71.1-49.7h49.3v142.9zm-819.9-206.9h-49.3c-48.4 0-90.9 25.5-115.8 64.1-11.8 18.3-19.6 39.6-22.1 62.6-.6 5.3-.9 10.7-.9 16.1s.3 11.1.9 16.6c4.3 38.1 23.1 71.6 50.7 94.5 2.9 2.6 6.1 5 9.3 7.1 12.9 8.5 28.1 13.5 44.5 13.5 18 0 34.6-5.9 48.2-16 16.3-11.6 28.9-28.5 34.5-47.8v50.3h-.1v11.1c0 21.8-5.7 38.3-17.3 49.4-11.6 11.1-31 16.6-58.2 16.6-11.1 0-28.8-.6-46.6-2.4-2.8-.3-5.5 1.5-6.3 4.2l-12.8 43.1c-1 3.5 1.3 7 4.8 7.5 21.5 3.1 42.5 4.7 54.7 4.7 48.9 0 85.2-10.8 108.9-32.2 21.5-19.4 33.2-48.9 35.2-88.5V110.6c0-3.3-2.6-5.9-5.9-5.9h-56.4zm0 64.1s.7 139.1 0 143.4c-12.1 9.8-27.1 13.6-43.5 14.7h-.5c-1.1.1-2.2.1-3.4.1-1.3 0-2.6 0-3.9-.1-40.4-2.1-74.5-37.3-74.5-79.4 0-10.2 2-20 5.4-29 11.2-29.1 38.8-49.7 71.1-49.7h49.3zM249.8 0C113.3 0 2 110.1 0 246.2c-2 138.2 110.1 252.7 248.3 253.5 42.7.2 83.8-10.2 120.3-30 3.6-1.9 4.1-6.8 1.1-9.5l-23.4-20.7c-4.8-4.2-11.5-5.4-17.4-2.9-25.5 10.8-53.2 16.4-81.7 16-111.7-1.4-201.9-94.3-200.1-206 1.8-110.3 92-199.4 202.7-199.4h202.7v360.3l-115-102.2c-3.7-3.3-9.4-2.7-12.4 1.3-18.5 24.4-48.5 39.6-81.9 37.3-46.3-3.2-83.9-40.5-87.3-86.8-4.1-55.2 39.6-101.5 94-101.5 49.2 0 89.7 37.9 93.9 85.9.4 4.3 2.3 8.3 5.5 11.1l30 26.5c3.4 3 8.8 1.2 9.6-3.3 2.2-11.5 2.9-23.6 2.1-35.9-4.8-70.3-61.8-126.9-132.2-131.3-80.7-5-148.1 58.1-150.3 137.2-2.1 77.1 61.1 143.6 138.2 145.3 32.2.7 62-9.4 86.1-27l150.3 133.2c6.4 5.7 16.6 1.1 16.6-7.5V9.5c0-5.2-4.3-9.5-9.5-9.5H249.8z&quot;&gt;&lt;/path&gt;
               &lt;/svg&gt;
            &lt;/div&gt;
         &lt;/div&gt;
      &lt;/a&gt;
   &lt;/li&gt;
   &lt;li class=&quot;partnerCard boxShadow themeReset&quot; data-partner=&quot;Bazaarvoice&quot; data-category=&quot;856&quot; data-region=&quot;640&quot;&gt;
      &lt;a href=&quot;/docs/pbc/all/ratings-reviews/latest/third-party-integrations/bazaarvoice.html&quot; class=&quot;partnerCard-link&quot;&gt;
         &lt;div class=&quot;logoWrapper&quot;&gt;
            &lt;!--?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?--&gt;
            &lt;!-- Generator: Adobe Illustrator 26.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --&gt;
            &lt;svg version=&quot;1.1&quot; id=&quot;Layer_1&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; x=&quot;0px&quot; y=&quot;0px&quot; viewBox=&quot;0 0 378 183&quot; style=&quot;enable-background:new 0 0 378 183;&quot; xml:space=&quot;preserve&quot;&gt;
               &lt;style type=&quot;text/css&quot;&gt;
                  .ch0{fill:#2A2A32;}
                  .ch1{opacity:0.1848;}
                  .ch2{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;filter:url(#Adobe_OpacityMaskFilter);stroke:#FFFFFF;}
                  .ch3{mask:url(#mask0_818_79785_00000074399989710897834070000016710875638110760839_);}
                  .ch4{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
                  .ch5{fill:none;stroke:#FFFFFF;}
                  .ch6{fill:none;stroke:#1EBEA0;}
               &lt;/style&gt;
               &lt;g&gt;
                  &lt;g&gt;
                     &lt;rect y=&quot;0.2&quot; class=&quot;ch0&quot; width=&quot;378&quot; height=&quot;185.2&quot;&gt;&lt;/rect&gt;
                     &lt;g&gt;
                        &lt;g class=&quot;ch1&quot;&gt;
                           &lt;defs&gt;
                              &lt;filter id=&quot;Adobe_OpacityMaskFilter&quot; filterUnits=&quot;userSpaceOnUse&quot; x=&quot;39&quot; y=&quot;0.6&quot; width=&quot;242&quot; height=&quot;131.1&quot;&gt;
                                 &lt;feColorMatrix type=&quot;matrix&quot; values=&quot;1 0 0 0 0  0 1 0 0 0  0 0 1 0 0  0 0 0 1 0&quot;&gt;&lt;/feColorMatrix&gt;
                              &lt;/filter&gt;
                           &lt;/defs&gt;
                           &lt;mask maskUnits=&quot;userSpaceOnUse&quot; x=&quot;39&quot; y=&quot;0.6&quot; width=&quot;242&quot; height=&quot;131.1&quot; id=&quot;mask0_818_79785_00000074399989710897834070000016710875638110760839_&quot;&gt;
                              &lt;path class=&quot;ch2&quot; d=&quot;M125.2-102.9c2.5-2.6,6-4.1,9.6-4.1h18.3c3.6,0,7.1,1.5,9.6,4.1L273,10c2.5,2.6,4,6.1,4,9.8v18.7
                                 c0,3.7-1.4,7.2-4,9.8L162.8,161.4c-2.5,2.6-6,4.1-9.6,4.1h-18.3c-3.6,0-7.1-1.5-9.6-4.1L15,48.5c-2.5-2.6-4-6.1-4-9.8V19.9
                                 c0-3.7,1.4-7.2,4-9.8L125.2-102.9z&quot;&gt;&lt;/path&gt;
                           &lt;/mask&gt;
                           &lt;g class=&quot;ch3&quot;&gt;
                              &lt;g&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M177.1,85.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C178,86.8,177.7,86,177.1,85.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M152.1,85.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C153,86.8,152.7,86,152.1,85.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M160.1,85.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C161,86.8,160.7,86,160.1,85.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M177.1,94.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C178,96,177.7,95.2,177.1,94.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M164.9,99c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C164,97.7,164.3,98.5,164.9,99z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M169.1,28.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C170,29.4,169.7,28.7,169.1,28.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M172.9,32.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C172,31.1,172.3,31.9,172.9,32.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M152.1,94.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C153,96,152.7,95.2,152.1,94.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M156.9,99c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C156,97.7,156.3,98.5,156.9,99z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M250.9,56c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C250,54.7,250.3,55.4,250.9,56z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M259.9,56c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C259,54.7,259.3,55.4,259.9,56z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M182.1,51.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C183,53,182.7,52.2,182.1,51.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M165.1,43.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C166,44.8,165.7,44,165.1,43.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M152.1,26.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C153,27.4,152.7,26.6,152.1,26.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M206.1,51.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C207,53,206.7,52.2,206.1,51.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M215.1,51.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C216,53,215.7,52.2,215.1,51.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M137.9,56c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C137,54.7,137.3,55.4,137.9,56z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M137.9,47.8c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C137,46.5,137.3,47.2,137.9,47.8z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M142.1,1.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9C137.3,2,137,2.8,137,3.6c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C143,2.8,142.7,2,142.1,1.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M157.1,1.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9C152.3,2,152,2.8,152,3.6c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C158,2.8,157.7,2,157.1,1.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M222.1,35.3c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C223,36.6,222.7,35.8,222.1,35.3z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M215.1,35.3c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C216,36.6,215.7,35.8,215.1,35.3z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M174.1,1.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9C169.3,2,169,2.8,169,3.6c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C175,2.8,174.7,2,174.1,1.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M271.1,35.3c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C272,36.6,271.7,35.8,271.1,35.3z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M264.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C265,11,264.7,10.2,264.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M264.1,35.3c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C265,36.6,264.7,35.8,264.1,35.3z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M169.9,47.8c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C169,46.5,169.3,47.2,169.9,47.8z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M185.9,47.8c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C185,46.5,185.3,47.2,185.9,47.8z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M271.1,43.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C272,44.8,271.7,44,271.1,43.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M264.1,43.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C265,44.8,264.7,44,264.1,43.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M206.1,43.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C207,44.8,206.7,44,206.1,43.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M239.1,43.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C240,44.8,239.7,44,239.1,43.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M247.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C248,11,247.7,10.2,247.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M226.9,14c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C226,12.7,226.3,13.4,226.9,14z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M157.1,35.3c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C158,36.6,157.7,35.8,157.1,35.3z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M222.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C223,11,222.7,10.2,222.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M256.1,2.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C257,3.8,256.7,3.1,256.1,2.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M239.1,2.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C240,3.8,239.7,3.1,239.1,2.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M199.1,2.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C200,3.8,199.7,3.1,199.1,2.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M199.1,11.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C200,13,199.7,12.3,199.1,11.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M179.1,11.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C180,13,179.7,12.3,179.1,11.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M185.1,1.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9C180.3,2,180,2.8,180,3.6c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C186,2.8,185.7,2,185.1,1.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M195.1,103.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2s0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C196,105.2,195.7,104.5,195.1,103.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M195.1,93.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C196,95,195.7,94.2,195.1,93.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M205.1,93.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C206,95,205.7,94.2,205.1,93.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M215.1,93.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C216,95,215.7,94.2,215.1,93.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M185.1,103.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2s0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C186,105.2,185.7,104.5,185.1,103.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M177.1,103.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2s0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C178,105.2,177.7,104.5,177.1,103.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M169.1,103.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2s0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C170,105.2,169.7,104.5,169.1,103.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M160.1,103.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2s0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C161,105.2,160.7,104.5,160.1,103.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M152.1,103.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2s0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C153,105.2,152.7,104.5,152.1,103.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M152.1,114.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C153,115.5,152.7,114.7,152.1,114.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M160.1,114.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C161,115.5,160.7,114.7,160.1,114.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M169.1,114.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C170,115.5,169.7,114.7,169.1,114.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M177.1,114.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C178,115.5,177.7,114.7,177.1,114.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M225.1,83.4c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C226,84.7,225.7,84,225.1,83.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M215.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C216,11,215.7,10.2,215.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M150.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C151,11,150.7,10.2,150.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M142.1,69.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C143,70.4,142.7,69.6,142.1,69.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M145.9,73.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C145,72.1,145.3,72.9,145.9,73.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M161.9,73.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C161,72.1,161.3,72.9,161.9,73.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M182.1,69.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C183,70.4,182.7,69.6,182.1,69.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M174.1,69.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C175,70.4,174.7,69.6,174.1,69.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M210.9,73.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C210,72.1,210.3,72.9,210.9,73.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M201.9,73.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C201,72.1,201.3,72.9,201.9,73.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M185.9,73.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C185,72.1,185.3,72.9,185.9,73.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M157.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C158,11,157.7,10.2,157.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M161.9,80.6c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C161,79.3,161.3,80,161.9,80.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M231.1,76.2c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C232,77.6,231.7,76.8,231.1,76.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M234.9,80.6c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C234,79.3,234.3,80,234.9,80.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M210.9,80.6c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C210,79.3,210.3,80,210.9,80.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M198.1,76.2c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C199,77.6,198.7,76.8,198.1,76.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M190.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C191,61.2,190.7,60.4,190.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M239.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C240,61.2,239.7,60.4,239.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M231.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C232,61.2,231.7,60.4,231.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M247.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C248,61.2,247.7,60.4,247.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M201.9,64.2c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C201,62.9,201.3,63.6,201.9,64.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M255.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C256,61.2,255.7,60.4,255.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M222.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C223,61.2,222.7,60.4,222.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M247.1,69.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C248,70.4,247.7,69.6,247.1,69.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M182.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C183,61.2,182.7,60.4,182.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M174.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C175,61.2,174.7,60.4,174.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M157.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C158,61.2,157.7,60.4,157.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M166.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C167,61.2,166.7,60.4,166.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M150.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C151,61.2,150.7,60.4,150.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M247.1,18.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C248,20.2,247.7,19.4,247.1,18.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M280.1,27.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C281,28.4,280.7,27.6,280.1,27.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M231.1,18.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C232,20.2,231.7,19.4,231.1,18.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M271.1,27.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C272,28.4,271.7,27.6,271.1,27.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M264.1,27.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C265,28.4,264.7,27.6,264.1,27.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M255.1,18.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C256,20.2,255.7,19.4,255.1,18.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M137.9,23.2c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C137,21.9,137.3,22.7,137.9,23.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M215.1,18.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C216,20.2,215.7,19.4,215.1,18.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M215.1,27.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C216,28.4,215.7,27.6,215.1,27.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M206.1,18.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C207,20.2,206.7,19.4,206.1,18.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M206.1,27.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C207,28.4,206.7,27.6,206.1,27.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M222.1,18.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C223,20.2,222.7,19.4,222.1,18.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M80.9,106.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    c0-0.8-0.3-1.6-0.9-2.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    C80,104.9,80.3,105.6,80.9,106.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M104.9,106.2c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C104,104.9,104.3,105.6,104.9,106.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M88.9,106.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    c0-0.8-0.3-1.6-0.9-2.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    C88,104.9,88.3,105.6,88.9,106.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M133.1,101.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C134,103.2,133.7,102.4,133.1,101.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M133.1,110c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C134,111.4,133.7,110.6,133.1,110z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M112.9,114.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C112,113.1,112.3,113.8,112.9,114.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M101.1,84.4c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C96.3,85,96,85.8,96,86.6
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C102,85.8,101.7,85,101.1,84.4
                                    z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M125.1,84.4c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C126,85.8,125.7,85,125.1,84.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M109.1,84.4c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C110,85.8,109.7,85,109.1,84.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M125.1,92.6c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C126,94,125.7,93.2,125.1,92.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M109.1,92.6c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C110,94,109.7,93.2,109.1,92.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M117.1,92.6c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C118,94,117.7,93.2,117.1,92.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M128.9,122.6c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C128,121.3,128.3,122,128.9,122.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M93.1,118.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    C94,119.6,93.7,118.8,93.1,118.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M125.1,126.4c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C126,127.8,125.7,127,125.1,126.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M109.1,126.4c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C110,127.8,109.7,127,109.1,126.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M117.1,126.4c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C118,127.8,117.7,127,117.1,126.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M120.9,56c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C120,54.7,120.3,55.4,120.9,56z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M128.9,56c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C128,54.7,128.3,55.4,128.9,56z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M71.9,56c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C71.3,52.2,71,53,71,53.8C71,54.7,71.3,55.4,71.9,56z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M80.9,56c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C80.3,52.2,80,53,80,53.8C80,54.7,80.3,55.4,80.9,56z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M53.1,51.7c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C48.3,52.2,48,53,48,53.8
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C54,53,53.7,52.2,53.1,51.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M96.9,56c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C96.3,52.2,96,53,96,53.8C96,54.7,96.3,55.4,96.9,56z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M71.9,14c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C71.3,10.2,71,11,71,11.8C71,12.7,71.3,13.4,71.9,14z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M93.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C88.3,10.2,88,11,88,11.8
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C94,11,93.7,10.2,93.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M96.9,14c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C96.3,10.2,96,11,96,11.8C96,12.7,96.3,13.4,96.9,14z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M120.9,5.8c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9C120.3,2,120,2.8,120,3.6C120,4.5,120.3,5.3,120.9,5.8z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M93.1,35.3c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C94,36.6,93.7,35.8,93.1,35.3z
                                    &quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M60.1,1.5c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C55.3,2,55,2.8,55,3.6c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9C60.7,5.3,61,4.5,61,3.6C61,2.8,60.7,2,60.1,1.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M125.1,35.3c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C126,36.6,125.7,35.8,125.1,35.3z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M93.1,1.5c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C88.3,2,88,2.8,88,3.6c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9C93.7,5.3,94,4.5,94,3.6C94,2.8,93.7,2,93.1,1.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M63.9,5.8c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9C68.7,5.3,69,4.5,69,3.6c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C63.3,2,63,2.8,63,3.6C63,4.5,63.3,5.3,63.9,5.8z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M128.9,39.6c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C128,38.3,128.3,39.1,128.9,39.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M71.9,39.6c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    c0-0.8-0.3-1.6-0.9-2.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    C71,38.3,71.3,39.1,71.9,39.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M53.1,43.5c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C48.3,44,48,44.8,48,45.6
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C54,44.8,53.7,44,53.1,43.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M101.1,43.5c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C96.3,44,96,44.8,96,45.6
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C102,44.8,101.7,44,101.1,43.5
                                    z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M117.1,43.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C118,44.8,117.7,44,117.1,43.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M120.9,47.8c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C120,46.5,120.3,47.2,120.9,47.8z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M117.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C118,11,117.7,10.2,117.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M53.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C48.3,10.2,48,11,48,11.8
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C54,11,53.7,10.2,53.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M39.9,73.4c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    c0-0.8-0.3-1.6-0.9-2.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    C39,72.1,39.3,72.9,39.9,73.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M63.9,73.4c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    c0-0.8-0.3-1.6-0.9-2.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    C63,72.1,63.3,72.9,63.9,73.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M85.1,69.1c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C86,70.4,85.7,69.6,85.1,69.1z
                                    &quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M117.1,69.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C118,70.4,117.7,69.6,117.1,69.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M109.1,69.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C110,70.4,109.7,69.6,109.1,69.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M120.9,73.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C120,72.1,120.3,72.9,120.9,73.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M88.9,73.4c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    c0-0.8-0.3-1.6-0.9-2.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    C88,72.1,88.3,72.9,88.9,73.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M60.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C55.3,10.2,55,11,55,11.8
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C61,11,60.7,10.2,60.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M55.9,80.6c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    c0-0.8-0.3-1.6-0.9-2.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C55,79.3,55.3,80,55.9,80.6
                                    z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M133.1,76.2c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C134,77.6,133.7,76.8,133.1,76.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M76.1,76.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C77,77.6,76.7,76.8,76.1,76.2z
                                    &quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M112.9,80.6c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C112,79.3,112.3,80,112.9,80.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M101.1,76.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    C102,77.6,101.7,76.8,101.1,76.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M120.9,64.2c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C120,62.9,120.3,63.6,120.9,64.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M53.1,59.9C52.6,59.3,51.8,59,51,59c-0.8,0-1.6,0.3-2.1,0.9C48.3,60.4,48,61.2,48,62
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C54,61.2,53.7,60.4,53.1,59.9z
                                    &quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M133.1,18.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C134,20.2,133.7,19.4,133.1,18.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M48.9,23.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    c0-0.8-0.3-1.6-0.9-2.2C52.6,18.3,51.8,18,51,18c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    C48,21.9,48.3,22.7,48.9,23.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M44.1,18.9C43.6,18.3,42.8,18,42,18c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C45,20.2,44.7,19.4,44.1,18.9z
                                    &quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M112.9,23.2c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C112,21.9,112.3,22.7,112.9,23.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M109.1,18.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C110,20.2,109.7,19.4,109.1,18.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M128.9,31.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C128,30.1,128.3,30.9,128.9,31.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M76.1,27.1c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C77,28.4,76.7,27.6,76.1,27.1z
                                    &quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M93.1,27.1c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C94,28.4,93.7,27.6,93.1,27.1z
                                    &quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M104.9,31.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C104,30.1,104.3,30.9,104.9,31.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M85.1,93.7c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C80.3,94.2,80,95,80,95.8
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C86,95,85.7,94.2,85.1,93.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M77.1,93.7c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C72.3,94.2,72,95,72,95.8
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C78,95,77.7,94.2,77.1,93.7z&quot;&gt;&lt;/path&gt;
                              &lt;/g&gt;
                           &lt;/g&gt;
                        &lt;/g&gt;
                        &lt;path class=&quot;ch5&quot; d=&quot;M246.5-96.6c1.4-1.4,3.4-2.2,5.4-2.2h10.3c2,0,4,0.8,5.4,2.2L330-34.4c1.4,1.4,2.2,3.4,2.2,5.4v10.3
                           c0,2-0.8,4-2.2,5.4l-62.3,62.2c-1.4,1.4-3.4,2.2-5.4,2.2H252c-2,0-4-0.8-5.4-2.2l-62.3-62.2c-1.4-1.4-2.2-3.4-2.2-5.4V-29
                           c0-2,0.8-4,2.2-5.4L246.5-96.6z&quot;&gt;&lt;/path&gt;
                        &lt;path class=&quot;ch6&quot; d=&quot;M273.1,137.3c1.3-1.3,3.2-2.1,5.1-2.1h9.7c1.9,0,3.7,0.8,5.1,2.1l58.1,58c1.3,1.3,2.1,3.2,2.1,5.1v9.6
                           c0,1.9-0.8,3.7-2.1,5.1l-58.1,58c-1.3,1.3-3.2,2.1-5.1,2.1h-9.7c-1.9,0-3.7-0.8-5.1-2.1L215,215c-1.3-1.3-2.1-3.2-2.1-5.1v-9.6
                           c0-1.9,0.8-3.7,2.1-5.1L273.1,137.3z&quot;&gt;&lt;/path&gt;
                     &lt;/g&gt;
                  &lt;/g&gt;
               &lt;/g&gt;
            &lt;/svg&gt;
            &lt;div class=&quot;logo&quot; style=&quot;width: 150px;&quot;&gt;
               &lt;svg viewBox=&quot;0 0 272.7 221.6&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;
                  &lt;path d=&quot;m168.5 83.8c0-44.4-36.1-80.5-80.7-80.5s-80.7 36-80.7 80.5v80.5h80.7c44.5 0 80.7-36.1 80.7-80.5zm-46.1-12.5c5.5 0 10 4.5 10 9.9 0 5.5-4.5 9.9-10 9.9s-10-4.5-10-9.9 4.4-9.9 10-9.9zm0 26.7c5.5 0 10 4.5 10 9.9 0 5.5-4.5 9.9-10 9.9s-10-4.5-10-9.9c0-5.5 4.4-9.9 10-9.9zm-76.8-3.5v-43.8h17.6v43.7c0 6.8 5.5 12.3 12.3 12.3s12.3-5.5 12.3-12.3-5.5-12.3-12.3-12.3h-5.3v-17.5h5.3c16.5 0 29.9 13.3 29.9 29.8 0 16.4-13.4 29.8-29.9 29.8-16.5.1-29.9-13.2-29.9-29.7zm134.8 99.2-8.6 22.6h-6.6l-8.6-22.6h6.4l5.5 15.8 5.5-15.8zm11.9-.6c-3.3 0-6.2 1.2-8.5 3.5s-3.5 5.1-3.5 8.5 1.2 6.2 3.5 8.5 5.1 3.5 8.5 3.5 6.2-1.2 8.5-3.5 3.5-5.1 3.5-8.5-1.2-6.2-3.5-8.5c-2.3-2.4-5.1-3.5-8.5-3.5zm4.4 16.4c-1.2 1.2-2.6 1.8-4.4 1.8-1.7 0-3.2-.6-4.4-1.8s-1.7-2.7-1.7-4.5.6-3.3 1.7-4.5c1.2-1.2 2.6-1.8 4.4-1.8 1.7 0 3.2.6 4.4 1.8s1.8 2.7 1.8 4.5-.6 3.3-1.8 4.5zm10.7-15.8h5.8v22.6h-5.8zm26.7 14.4 5.1 2.9c-1 1.8-2.4 3.2-4.2 4.3s-3.8 1.6-6 1.6c-3.4 0-6.2-1.1-8.5-3.4s-3.4-5.1-3.4-8.5 1.1-6.2 3.4-8.5 5.1-3.4 8.5-3.4c2.2 0 4.2.5 6 1.6s3.2 2.5 4.1 4.3l-5 2.9c-.5-.9-1.2-1.7-2.1-2.2s-2-.8-3.1-.8c-1.7 0-3.2.5-4.3 1.7s-1.7 2.7-1.7 4.5.6 3.2 1.7 4.4c1.1 1.1 2.6 1.7 4.3 1.7 1.1 0 2.2-.3 3.1-.8s1.6-1.3 2.1-2.3zm19-15c-3.5 0-6.4 1.1-8.6 3.4s-3.3 5.1-3.3 8.5 1.1 6.3 3.4 8.5 5.3 3.4 9 3.4c4.3 0 7.6-1.6 9.9-4.8l-4.7-2.7c-1.1 1.5-2.8 2.3-5.1 2.3-3.5 0-5.6-1.4-6.4-4.3h17c.2-.8.2-1.6.2-2.4 0-3.4-1.1-6.2-3.2-8.5-2.2-2.3-4.9-3.4-8.2-3.4zm-5.9 9.7c.3-1.4 1-2.5 2-3.3s2.3-1.2 3.9-1.2c1.3 0 2.5.4 3.5 1.1 1 .8 1.7 1.9 2.1 3.4zm-226.9-9.8c-3.2 0-5.6 1.1-7.3 3.3v-11.7h-5.8v31.7h5.8v-2.7c1.7 2.2 4.2 3.3 7.3 3.3 3 0 5.6-1.2 7.8-3.5s3.2-5.1 3.2-8.5-1.1-6.2-3.2-8.5c-2.2-2.2-4.8-3.4-7.8-3.4zm3.4 16.5c-1.2 1.2-2.7 1.8-4.5 1.8s-3.3-.6-4.5-1.8-1.8-2.7-1.8-4.6.6-3.4 1.8-4.6 2.7-1.8 4.5-1.8 3.3.6 4.5 1.8 1.8 2.7 1.8 4.6-.6 3.5-1.8 4.6zm29.6-13.2c-1.7-2.2-4.2-3.3-7.4-3.3-3 0-5.6 1.2-7.8 3.5s-3.2 5.1-3.2 8.5 1.1 6.2 3.2 8.5c2.2 2.3 4.7 3.5 7.8 3.5 3.2 0 5.6-1.1 7.4-3.3v2.7h5.8v-22.6h-5.8zm-1.8 13.2c-1.2 1.2-2.7 1.8-4.5 1.8s-3.3-.6-4.5-1.8-1.8-2.7-1.8-4.6.6-3.4 1.8-4.6 2.7-1.8 4.5-1.8 3.3.6 4.5 1.8 1.8 2.7 1.8 4.6-.6 3.5-1.8 4.6zm19.7 1.3h10v5.5h-17.8v-3.9l9.5-13.3h-9.1v-5.4h17v3.8zm31-14.5c-1.7-2.2-4.2-3.3-7.4-3.3-3 0-5.6 1.2-7.8 3.5s-3.2 5.1-3.2 8.5 1.1 6.2 3.2 8.5c2.2 2.3 4.7 3.5 7.8 3.5 3.2 0 5.6-1.1 7.4-3.3v2.7h5.8v-22.6h-5.8zm-1.8 13.2c-1.2 1.2-2.7 1.8-4.5 1.8s-3.3-.6-4.5-1.8-1.8-2.7-1.8-4.6.6-3.4 1.8-4.6 2.7-1.8 4.5-1.8 3.3.6 4.5 1.8 1.8 2.7 1.8 4.6-.6 3.5-1.8 4.6zm29.8-13.2c-1.7-2.2-4.2-3.3-7.4-3.3-3 0-5.6 1.2-7.8 3.5s-3.2 5.1-3.2 8.5 1.1 6.2 3.2 8.5c2.2 2.3 4.7 3.5 7.8 3.5 3.2 0 5.6-1.1 7.4-3.3v2.7h5.8v-22.6h-5.8zm-1.8 13.2c-1.2 1.2-2.7 1.8-4.5 1.8s-3.3-.6-4.5-1.8-1.8-2.7-1.8-4.6.6-3.4 1.8-4.6 2.7-1.8 4.5-1.8 3.3.6 4.5 1.8 1.8 2.7 1.8 4.6-.6 3.5-1.8 4.6zm141.6-15.1h-.6l-.1-2.4-.7 2.4h-.6l-.7-2.4-.1 2.4h-.6l.2-3.2h.8l.7 2.3.7-2.3h.8zm-6-3.2h2.3v.5h-.9v2.7h-.6v-2.7h-.8zm-114.8 3.1c1.3-.7 2.7-1.1 4.2-1.1v6.4c-1.8-.2-3.4.2-4.8 1.1-1.4 1-2.1 2.5-2.1 4.7v10.8h-5.8v-22.6h5.8v3.9c.5-1.4 1.4-2.5 2.7-3.2z&quot; fill=&quot;#002e6e&quot;&gt;&lt;/path&gt;
               &lt;/svg&gt;
            &lt;/div&gt;
         &lt;/div&gt;
      &lt;/a&gt;
   &lt;/li&gt;
   &lt;li class=&quot;partnerCard boxShadow themeReset&quot; data-partner=&quot;Stripe&quot; data-category=&quot;680&quot; data-region=&quot;641,638,755,640&quot;&gt;
      &lt;a href=&quot;/docs/pbc/all/payment-service-provider/latest/base-shop/third-party-integrations/stripe/stripe.html&quot; class=&quot;partnerCard-link&quot;&gt;
         &lt;div class=&quot;logoWrapper&quot;&gt;
            &lt;!--?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?--&gt;
            &lt;!-- Generator: Adobe Illustrator 26.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --&gt;
            &lt;svg version=&quot;1.1&quot; id=&quot;Layer_1&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; x=&quot;0px&quot; y=&quot;0px&quot; viewBox=&quot;0 0 378 183&quot; style=&quot;enable-background:new 0 0 378 183;&quot; xml:space=&quot;preserve&quot;&gt;
               &lt;style type=&quot;text/css&quot;&gt;
                  .ch0{fill:#2A2A32;}
                  .ch1{opacity:0.1848;}
                  .ch2{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;filter:url(#Adobe_OpacityMaskFilter);stroke:#FFFFFF;}
                  .ch3{mask:url(#mask0_818_79785_00000074399989710897834070000016710875638110760839_);}
                  .ch4{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
                  .ch5{fill:none;stroke:#FFFFFF;}
                  .ch6{fill:none;stroke:#1EBEA0;}
               &lt;/style&gt;
               &lt;g&gt;
                  &lt;g&gt;
                     &lt;rect y=&quot;0.2&quot; class=&quot;ch0&quot; width=&quot;378&quot; height=&quot;185.2&quot;&gt;&lt;/rect&gt;
                     &lt;g&gt;
                        &lt;g class=&quot;ch1&quot;&gt;
                           &lt;defs&gt;
                              &lt;filter id=&quot;Adobe_OpacityMaskFilter&quot; filterUnits=&quot;userSpaceOnUse&quot; x=&quot;39&quot; y=&quot;0.6&quot; width=&quot;242&quot; height=&quot;131.1&quot;&gt;
                                 &lt;feColorMatrix type=&quot;matrix&quot; values=&quot;1 0 0 0 0  0 1 0 0 0  0 0 1 0 0  0 0 0 1 0&quot;&gt;&lt;/feColorMatrix&gt;
                              &lt;/filter&gt;
                           &lt;/defs&gt;
                           &lt;mask maskUnits=&quot;userSpaceOnUse&quot; x=&quot;39&quot; y=&quot;0.6&quot; width=&quot;242&quot; height=&quot;131.1&quot; id=&quot;mask0_818_79785_00000074399989710897834070000016710875638110760839_&quot;&gt;
                              &lt;path class=&quot;ch2&quot; d=&quot;M125.2-102.9c2.5-2.6,6-4.1,9.6-4.1h18.3c3.6,0,7.1,1.5,9.6,4.1L273,10c2.5,2.6,4,6.1,4,9.8v18.7
                                 c0,3.7-1.4,7.2-4,9.8L162.8,161.4c-2.5,2.6-6,4.1-9.6,4.1h-18.3c-3.6,0-7.1-1.5-9.6-4.1L15,48.5c-2.5-2.6-4-6.1-4-9.8V19.9
                                 c0-3.7,1.4-7.2,4-9.8L125.2-102.9z&quot;&gt;&lt;/path&gt;
                           &lt;/mask&gt;
                           &lt;g class=&quot;ch3&quot;&gt;
                              &lt;g&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M177.1,85.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C178,86.8,177.7,86,177.1,85.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M152.1,85.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C153,86.8,152.7,86,152.1,85.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M160.1,85.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C161,86.8,160.7,86,160.1,85.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M177.1,94.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C178,96,177.7,95.2,177.1,94.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M164.9,99c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C164,97.7,164.3,98.5,164.9,99z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M169.1,28.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C170,29.4,169.7,28.7,169.1,28.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M172.9,32.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C172,31.1,172.3,31.9,172.9,32.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M152.1,94.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C153,96,152.7,95.2,152.1,94.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M156.9,99c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C156,97.7,156.3,98.5,156.9,99z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M250.9,56c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C250,54.7,250.3,55.4,250.9,56z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M259.9,56c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C259,54.7,259.3,55.4,259.9,56z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M182.1,51.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C183,53,182.7,52.2,182.1,51.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M165.1,43.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C166,44.8,165.7,44,165.1,43.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M152.1,26.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C153,27.4,152.7,26.6,152.1,26.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M206.1,51.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C207,53,206.7,52.2,206.1,51.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M215.1,51.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C216,53,215.7,52.2,215.1,51.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M137.9,56c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C137,54.7,137.3,55.4,137.9,56z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M137.9,47.8c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C137,46.5,137.3,47.2,137.9,47.8z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M142.1,1.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9C137.3,2,137,2.8,137,3.6c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C143,2.8,142.7,2,142.1,1.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M157.1,1.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9C152.3,2,152,2.8,152,3.6c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C158,2.8,157.7,2,157.1,1.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M222.1,35.3c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C223,36.6,222.7,35.8,222.1,35.3z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M215.1,35.3c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C216,36.6,215.7,35.8,215.1,35.3z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M174.1,1.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9C169.3,2,169,2.8,169,3.6c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C175,2.8,174.7,2,174.1,1.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M271.1,35.3c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C272,36.6,271.7,35.8,271.1,35.3z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M264.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C265,11,264.7,10.2,264.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M264.1,35.3c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C265,36.6,264.7,35.8,264.1,35.3z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M169.9,47.8c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C169,46.5,169.3,47.2,169.9,47.8z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M185.9,47.8c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C185,46.5,185.3,47.2,185.9,47.8z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M271.1,43.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C272,44.8,271.7,44,271.1,43.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M264.1,43.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C265,44.8,264.7,44,264.1,43.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M206.1,43.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C207,44.8,206.7,44,206.1,43.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M239.1,43.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C240,44.8,239.7,44,239.1,43.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M247.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C248,11,247.7,10.2,247.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M226.9,14c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C226,12.7,226.3,13.4,226.9,14z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M157.1,35.3c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C158,36.6,157.7,35.8,157.1,35.3z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M222.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C223,11,222.7,10.2,222.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M256.1,2.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C257,3.8,256.7,3.1,256.1,2.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M239.1,2.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C240,3.8,239.7,3.1,239.1,2.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M199.1,2.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C200,3.8,199.7,3.1,199.1,2.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M199.1,11.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C200,13,199.7,12.3,199.1,11.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M179.1,11.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C180,13,179.7,12.3,179.1,11.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M185.1,1.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9C180.3,2,180,2.8,180,3.6c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C186,2.8,185.7,2,185.1,1.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M195.1,103.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2s0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C196,105.2,195.7,104.5,195.1,103.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M195.1,93.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C196,95,195.7,94.2,195.1,93.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M205.1,93.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C206,95,205.7,94.2,205.1,93.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M215.1,93.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C216,95,215.7,94.2,215.1,93.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M185.1,103.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2s0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C186,105.2,185.7,104.5,185.1,103.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M177.1,103.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2s0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C178,105.2,177.7,104.5,177.1,103.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M169.1,103.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2s0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C170,105.2,169.7,104.5,169.1,103.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M160.1,103.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2s0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C161,105.2,160.7,104.5,160.1,103.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M152.1,103.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2s0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C153,105.2,152.7,104.5,152.1,103.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M152.1,114.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C153,115.5,152.7,114.7,152.1,114.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M160.1,114.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C161,115.5,160.7,114.7,160.1,114.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M169.1,114.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C170,115.5,169.7,114.7,169.1,114.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M177.1,114.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C178,115.5,177.7,114.7,177.1,114.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M225.1,83.4c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C226,84.7,225.7,84,225.1,83.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M215.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C216,11,215.7,10.2,215.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M150.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C151,11,150.7,10.2,150.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M142.1,69.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C143,70.4,142.7,69.6,142.1,69.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M145.9,73.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C145,72.1,145.3,72.9,145.9,73.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M161.9,73.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C161,72.1,161.3,72.9,161.9,73.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M182.1,69.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C183,70.4,182.7,69.6,182.1,69.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M174.1,69.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C175,70.4,174.7,69.6,174.1,69.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M210.9,73.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C210,72.1,210.3,72.9,210.9,73.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M201.9,73.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C201,72.1,201.3,72.9,201.9,73.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M185.9,73.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C185,72.1,185.3,72.9,185.9,73.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M157.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C158,11,157.7,10.2,157.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M161.9,80.6c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C161,79.3,161.3,80,161.9,80.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M231.1,76.2c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C232,77.6,231.7,76.8,231.1,76.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M234.9,80.6c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C234,79.3,234.3,80,234.9,80.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M210.9,80.6c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C210,79.3,210.3,80,210.9,80.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M198.1,76.2c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C199,77.6,198.7,76.8,198.1,76.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M190.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C191,61.2,190.7,60.4,190.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M239.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C240,61.2,239.7,60.4,239.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M231.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C232,61.2,231.7,60.4,231.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M247.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C248,61.2,247.7,60.4,247.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M201.9,64.2c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C201,62.9,201.3,63.6,201.9,64.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M255.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C256,61.2,255.7,60.4,255.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M222.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C223,61.2,222.7,60.4,222.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M247.1,69.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C248,70.4,247.7,69.6,247.1,69.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M182.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C183,61.2,182.7,60.4,182.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M174.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C175,61.2,174.7,60.4,174.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M157.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C158,61.2,157.7,60.4,157.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M166.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C167,61.2,166.7,60.4,166.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M150.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C151,61.2,150.7,60.4,150.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M247.1,18.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C248,20.2,247.7,19.4,247.1,18.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M280.1,27.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C281,28.4,280.7,27.6,280.1,27.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M231.1,18.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C232,20.2,231.7,19.4,231.1,18.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M271.1,27.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C272,28.4,271.7,27.6,271.1,27.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M264.1,27.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C265,28.4,264.7,27.6,264.1,27.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M255.1,18.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C256,20.2,255.7,19.4,255.1,18.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M137.9,23.2c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C137,21.9,137.3,22.7,137.9,23.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M215.1,18.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C216,20.2,215.7,19.4,215.1,18.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M215.1,27.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C216,28.4,215.7,27.6,215.1,27.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M206.1,18.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C207,20.2,206.7,19.4,206.1,18.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M206.1,27.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C207,28.4,206.7,27.6,206.1,27.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M222.1,18.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C223,20.2,222.7,19.4,222.1,18.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M80.9,106.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    c0-0.8-0.3-1.6-0.9-2.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    C80,104.9,80.3,105.6,80.9,106.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M104.9,106.2c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C104,104.9,104.3,105.6,104.9,106.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M88.9,106.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    c0-0.8-0.3-1.6-0.9-2.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    C88,104.9,88.3,105.6,88.9,106.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M133.1,101.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C134,103.2,133.7,102.4,133.1,101.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M133.1,110c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C134,111.4,133.7,110.6,133.1,110z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M112.9,114.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C112,113.1,112.3,113.8,112.9,114.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M101.1,84.4c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C96.3,85,96,85.8,96,86.6
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C102,85.8,101.7,85,101.1,84.4
                                    z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M125.1,84.4c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C126,85.8,125.7,85,125.1,84.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M109.1,84.4c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C110,85.8,109.7,85,109.1,84.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M125.1,92.6c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C126,94,125.7,93.2,125.1,92.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M109.1,92.6c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C110,94,109.7,93.2,109.1,92.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M117.1,92.6c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C118,94,117.7,93.2,117.1,92.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M128.9,122.6c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C128,121.3,128.3,122,128.9,122.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M93.1,118.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    C94,119.6,93.7,118.8,93.1,118.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M125.1,126.4c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C126,127.8,125.7,127,125.1,126.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M109.1,126.4c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C110,127.8,109.7,127,109.1,126.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M117.1,126.4c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C118,127.8,117.7,127,117.1,126.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M120.9,56c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C120,54.7,120.3,55.4,120.9,56z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M128.9,56c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C128,54.7,128.3,55.4,128.9,56z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M71.9,56c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C71.3,52.2,71,53,71,53.8C71,54.7,71.3,55.4,71.9,56z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M80.9,56c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C80.3,52.2,80,53,80,53.8C80,54.7,80.3,55.4,80.9,56z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M53.1,51.7c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C48.3,52.2,48,53,48,53.8
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C54,53,53.7,52.2,53.1,51.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M96.9,56c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C96.3,52.2,96,53,96,53.8C96,54.7,96.3,55.4,96.9,56z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M71.9,14c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C71.3,10.2,71,11,71,11.8C71,12.7,71.3,13.4,71.9,14z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M93.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C88.3,10.2,88,11,88,11.8
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C94,11,93.7,10.2,93.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M96.9,14c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C96.3,10.2,96,11,96,11.8C96,12.7,96.3,13.4,96.9,14z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M120.9,5.8c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9C120.3,2,120,2.8,120,3.6C120,4.5,120.3,5.3,120.9,5.8z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M93.1,35.3c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C94,36.6,93.7,35.8,93.1,35.3z
                                    &quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M60.1,1.5c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C55.3,2,55,2.8,55,3.6c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9C60.7,5.3,61,4.5,61,3.6C61,2.8,60.7,2,60.1,1.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M125.1,35.3c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C126,36.6,125.7,35.8,125.1,35.3z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M93.1,1.5c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C88.3,2,88,2.8,88,3.6c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9C93.7,5.3,94,4.5,94,3.6C94,2.8,93.7,2,93.1,1.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M63.9,5.8c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9C68.7,5.3,69,4.5,69,3.6c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C63.3,2,63,2.8,63,3.6C63,4.5,63.3,5.3,63.9,5.8z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M128.9,39.6c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C128,38.3,128.3,39.1,128.9,39.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M71.9,39.6c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    c0-0.8-0.3-1.6-0.9-2.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    C71,38.3,71.3,39.1,71.9,39.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M53.1,43.5c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C48.3,44,48,44.8,48,45.6
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C54,44.8,53.7,44,53.1,43.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M101.1,43.5c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C96.3,44,96,44.8,96,45.6
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C102,44.8,101.7,44,101.1,43.5
                                    z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M117.1,43.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C118,44.8,117.7,44,117.1,43.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M120.9,47.8c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C120,46.5,120.3,47.2,120.9,47.8z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M117.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C118,11,117.7,10.2,117.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M53.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C48.3,10.2,48,11,48,11.8
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C54,11,53.7,10.2,53.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M39.9,73.4c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    c0-0.8-0.3-1.6-0.9-2.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    C39,72.1,39.3,72.9,39.9,73.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M63.9,73.4c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    c0-0.8-0.3-1.6-0.9-2.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    C63,72.1,63.3,72.9,63.9,73.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M85.1,69.1c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C86,70.4,85.7,69.6,85.1,69.1z
                                    &quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M117.1,69.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C118,70.4,117.7,69.6,117.1,69.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M109.1,69.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C110,70.4,109.7,69.6,109.1,69.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M120.9,73.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C120,72.1,120.3,72.9,120.9,73.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M88.9,73.4c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    c0-0.8-0.3-1.6-0.9-2.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    C88,72.1,88.3,72.9,88.9,73.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M60.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C55.3,10.2,55,11,55,11.8
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C61,11,60.7,10.2,60.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M55.9,80.6c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    c0-0.8-0.3-1.6-0.9-2.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C55,79.3,55.3,80,55.9,80.6
                                    z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M133.1,76.2c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C134,77.6,133.7,76.8,133.1,76.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M76.1,76.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C77,77.6,76.7,76.8,76.1,76.2z
                                    &quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M112.9,80.6c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C112,79.3,112.3,80,112.9,80.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M101.1,76.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    C102,77.6,101.7,76.8,101.1,76.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M120.9,64.2c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C120,62.9,120.3,63.6,120.9,64.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M53.1,59.9C52.6,59.3,51.8,59,51,59c-0.8,0-1.6,0.3-2.1,0.9C48.3,60.4,48,61.2,48,62
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C54,61.2,53.7,60.4,53.1,59.9z
                                    &quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M133.1,18.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C134,20.2,133.7,19.4,133.1,18.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M48.9,23.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    c0-0.8-0.3-1.6-0.9-2.2C52.6,18.3,51.8,18,51,18c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    C48,21.9,48.3,22.7,48.9,23.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M44.1,18.9C43.6,18.3,42.8,18,42,18c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C45,20.2,44.7,19.4,44.1,18.9z
                                    &quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M112.9,23.2c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C112,21.9,112.3,22.7,112.9,23.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M109.1,18.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C110,20.2,109.7,19.4,109.1,18.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M128.9,31.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C128,30.1,128.3,30.9,128.9,31.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M76.1,27.1c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C77,28.4,76.7,27.6,76.1,27.1z
                                    &quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M93.1,27.1c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C94,28.4,93.7,27.6,93.1,27.1z
                                    &quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M104.9,31.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C104,30.1,104.3,30.9,104.9,31.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M85.1,93.7c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C80.3,94.2,80,95,80,95.8
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C86,95,85.7,94.2,85.1,93.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M77.1,93.7c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C72.3,94.2,72,95,72,95.8
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C78,95,77.7,94.2,77.1,93.7z&quot;&gt;&lt;/path&gt;
                              &lt;/g&gt;
                           &lt;/g&gt;
                        &lt;/g&gt;
                        &lt;path class=&quot;ch5&quot; d=&quot;M246.5-96.6c1.4-1.4,3.4-2.2,5.4-2.2h10.3c2,0,4,0.8,5.4,2.2L330-34.4c1.4,1.4,2.2,3.4,2.2,5.4v10.3
                           c0,2-0.8,4-2.2,5.4l-62.3,62.2c-1.4,1.4-3.4,2.2-5.4,2.2H252c-2,0-4-0.8-5.4-2.2l-62.3-62.2c-1.4-1.4-2.2-3.4-2.2-5.4V-29
                           c0-2,0.8-4,2.2-5.4L246.5-96.6z&quot;&gt;&lt;/path&gt;
                        &lt;path class=&quot;ch6&quot; d=&quot;M273.1,137.3c1.3-1.3,3.2-2.1,5.1-2.1h9.7c1.9,0,3.7,0.8,5.1,2.1l58.1,58c1.3,1.3,2.1,3.2,2.1,5.1v9.6
                           c0,1.9-0.8,3.7-2.1,5.1l-58.1,58c-1.3,1.3-3.2,2.1-5.1,2.1h-9.7c-1.9,0-3.7-0.8-5.1-2.1L215,215c-1.3-1.3-2.1-3.2-2.1-5.1v-9.6
                           c0-1.9,0.8-3.7,2.1-5.1L273.1,137.3z&quot;&gt;&lt;/path&gt;
                     &lt;/g&gt;
                  &lt;/g&gt;
               &lt;/g&gt;
            &lt;/svg&gt;
            &lt;div class=&quot;logo&quot; style=&quot;width: 160px;&quot;&gt;
               &lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; x=&quot;0px&quot; y=&quot;0px&quot; viewBox=&quot;0 0 360 149.8&quot; xml:space=&quot;preserve&quot;&gt;
                  &lt;path d=&quot;M360 77.4c0-25.6-12.4-45.8-36.1-45.8-23.8 0-38.2 20.2-38.2 45.6 0 30.1 17 45.3 41.4 45.3 11.9 0 20.9-2.7 27.7-6.5V96c-6.8 3.4-14.6 5.5-24.5 5.5-9.7 0-18.3-3.4-19.4-15.2h48.9c0-1.3.2-6.5.2-8.9zm-49.4-9.5c0-11.3 6.9-16 13.2-16 6.1 0 12.6 4.7 12.6 16h-25.8zm-63.5-36.3c-9.8 0-16.1 4.6-19.6 7.8l-1.3-6.2h-22v116.6l25-5.3.1-28.3c3.6 2.6 8.9 6.3 17.7 6.3 17.9 0 34.2-14.4 34.2-46.1-.1-29-16.6-44.8-34.1-44.8zm-6 68.9c-5.9 0-9.4-2.1-11.8-4.7l-.1-37.1c2.6-2.9 6.2-4.9 11.9-4.9 9.1 0 15.4 10.2 15.4 23.3 0 13.4-6.2 23.4-15.4 23.4zm-71.3-74.8 25.1-5.4V0l-25.1 5.3v20.4zm0 7.6h25.1v87.5h-25.1V33.3zm-26.9 7.4-1.6-7.4h-21.6v87.5h25V61.5c5.9-7.7 15.9-6.3 19-5.2v-23c-3.2-1.2-14.9-3.4-20.8 7.4zm-50-29.1-24.4 5.2-.1 80.1c0 14.8 11.1 25.7 25.9 25.7 8.2 0 14.2-1.5 17.5-3.3V99c-3.2 1.3-19 5.9-19-8.9V54.6h19V33.3h-19l.1-21.7zM25.3 58.7c0-3.9 3.2-5.4 8.5-5.4 7.6 0 17.2 2.3 24.8 6.4V36.2c-8.3-3.3-16.5-4.6-24.8-4.6C13.5 31.6 0 42.2 0 59.9 0 87.5 38 83.1 38 95c0 4.6-4 6.1-9.6 6.1-8.3 0-18.9-3.4-27.3-8v23.8c9.3 4 18.7 5.7 27.3 5.7 20.8 0 35.1-10.3 35.1-28.2-.1-29.8-38.2-24.5-38.2-35.7z&quot; fill-rule=&quot;evenodd&quot; clip-rule=&quot;evenodd&quot; fill=&quot;#000&quot;&gt;&lt;/path&gt;
               &lt;/svg&gt;
            &lt;/div&gt;
         &lt;/div&gt;
      &lt;/a&gt;
   &lt;/li&gt;
   &lt;li class=&quot;partnerCard boxShadow themeReset&quot; data-partner=&quot;Payone&quot; data-category=&quot;680&quot; data-region=&quot;638&quot;&gt;
      &lt;a href=&quot;/docs/pbc/all/payment-service-provider/latest/base-shop/third-party-integrations/payone/app-composition-platform-integration/payone-acp-app&quot; class=&quot;partnerCard-link&quot;&gt;
         &lt;div class=&quot;logoWrapper&quot;&gt;
            &lt;!--?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?--&gt;
            &lt;!-- Generator: Adobe Illustrator 26.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --&gt;
            &lt;svg version=&quot;1.1&quot; id=&quot;Layer_1&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; x=&quot;0px&quot; y=&quot;0px&quot; viewBox=&quot;0 0 378 183&quot; style=&quot;enable-background:new 0 0 378 183;&quot; xml:space=&quot;preserve&quot;&gt;
               &lt;style type=&quot;text/css&quot;&gt;
                  .ch0{fill:#2A2A32;}
                  .ch1{opacity:0.1848;}
                  .ch2{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;filter:url(#Adobe_OpacityMaskFilter);stroke:#FFFFFF;}
                  .ch3{mask:url(#mask0_818_79785_00000074399989710897834070000016710875638110760839_);}
                  .ch4{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
                  .ch5{fill:none;stroke:#FFFFFF;}
                  .ch6{fill:none;stroke:#1EBEA0;}
               &lt;/style&gt;
               &lt;g&gt;
                  &lt;g&gt;
                     &lt;rect y=&quot;0.2&quot; class=&quot;ch0&quot; width=&quot;378&quot; height=&quot;185.2&quot;&gt;&lt;/rect&gt;
                     &lt;g&gt;
                        &lt;g class=&quot;ch1&quot;&gt;
                           &lt;defs&gt;
                              &lt;filter id=&quot;Adobe_OpacityMaskFilter&quot; filterUnits=&quot;userSpaceOnUse&quot; x=&quot;39&quot; y=&quot;0.6&quot; width=&quot;242&quot; height=&quot;131.1&quot;&gt;
                                 &lt;feColorMatrix type=&quot;matrix&quot; values=&quot;1 0 0 0 0  0 1 0 0 0  0 0 1 0 0  0 0 0 1 0&quot;&gt;&lt;/feColorMatrix&gt;
                              &lt;/filter&gt;
                           &lt;/defs&gt;
                           &lt;mask maskUnits=&quot;userSpaceOnUse&quot; x=&quot;39&quot; y=&quot;0.6&quot; width=&quot;242&quot; height=&quot;131.1&quot; id=&quot;mask0_818_79785_00000074399989710897834070000016710875638110760839_&quot;&gt;
                              &lt;path class=&quot;ch2&quot; d=&quot;M125.2-102.9c2.5-2.6,6-4.1,9.6-4.1h18.3c3.6,0,7.1,1.5,9.6,4.1L273,10c2.5,2.6,4,6.1,4,9.8v18.7
                                 c0,3.7-1.4,7.2-4,9.8L162.8,161.4c-2.5,2.6-6,4.1-9.6,4.1h-18.3c-3.6,0-7.1-1.5-9.6-4.1L15,48.5c-2.5-2.6-4-6.1-4-9.8V19.9
                                 c0-3.7,1.4-7.2,4-9.8L125.2-102.9z&quot;&gt;&lt;/path&gt;
                           &lt;/mask&gt;
                           &lt;g class=&quot;ch3&quot;&gt;
                              &lt;g&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M177.1,85.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C178,86.8,177.7,86,177.1,85.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M152.1,85.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C153,86.8,152.7,86,152.1,85.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M160.1,85.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C161,86.8,160.7,86,160.1,85.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M177.1,94.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C178,96,177.7,95.2,177.1,94.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M164.9,99c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C164,97.7,164.3,98.5,164.9,99z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M169.1,28.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C170,29.4,169.7,28.7,169.1,28.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M172.9,32.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C172,31.1,172.3,31.9,172.9,32.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M152.1,94.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C153,96,152.7,95.2,152.1,94.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M156.9,99c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C156,97.7,156.3,98.5,156.9,99z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M250.9,56c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C250,54.7,250.3,55.4,250.9,56z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M259.9,56c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C259,54.7,259.3,55.4,259.9,56z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M182.1,51.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C183,53,182.7,52.2,182.1,51.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M165.1,43.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C166,44.8,165.7,44,165.1,43.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M152.1,26.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C153,27.4,152.7,26.6,152.1,26.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M206.1,51.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C207,53,206.7,52.2,206.1,51.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M215.1,51.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C216,53,215.7,52.2,215.1,51.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M137.9,56c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C137,54.7,137.3,55.4,137.9,56z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M137.9,47.8c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C137,46.5,137.3,47.2,137.9,47.8z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M142.1,1.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9C137.3,2,137,2.8,137,3.6c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C143,2.8,142.7,2,142.1,1.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M157.1,1.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9C152.3,2,152,2.8,152,3.6c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C158,2.8,157.7,2,157.1,1.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M222.1,35.3c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C223,36.6,222.7,35.8,222.1,35.3z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M215.1,35.3c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C216,36.6,215.7,35.8,215.1,35.3z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M174.1,1.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9C169.3,2,169,2.8,169,3.6c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C175,2.8,174.7,2,174.1,1.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M271.1,35.3c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C272,36.6,271.7,35.8,271.1,35.3z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M264.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C265,11,264.7,10.2,264.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M264.1,35.3c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C265,36.6,264.7,35.8,264.1,35.3z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M169.9,47.8c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C169,46.5,169.3,47.2,169.9,47.8z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M185.9,47.8c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C185,46.5,185.3,47.2,185.9,47.8z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M271.1,43.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C272,44.8,271.7,44,271.1,43.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M264.1,43.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C265,44.8,264.7,44,264.1,43.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M206.1,43.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C207,44.8,206.7,44,206.1,43.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M239.1,43.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C240,44.8,239.7,44,239.1,43.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M247.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C248,11,247.7,10.2,247.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M226.9,14c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C226,12.7,226.3,13.4,226.9,14z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M157.1,35.3c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C158,36.6,157.7,35.8,157.1,35.3z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M222.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C223,11,222.7,10.2,222.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M256.1,2.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C257,3.8,256.7,3.1,256.1,2.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M239.1,2.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C240,3.8,239.7,3.1,239.1,2.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M199.1,2.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C200,3.8,199.7,3.1,199.1,2.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M199.1,11.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C200,13,199.7,12.3,199.1,11.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M179.1,11.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C180,13,179.7,12.3,179.1,11.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M185.1,1.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9C180.3,2,180,2.8,180,3.6c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C186,2.8,185.7,2,185.1,1.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M195.1,103.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2s0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C196,105.2,195.7,104.5,195.1,103.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M195.1,93.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C196,95,195.7,94.2,195.1,93.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M205.1,93.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C206,95,205.7,94.2,205.1,93.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M215.1,93.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C216,95,215.7,94.2,215.1,93.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M185.1,103.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2s0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C186,105.2,185.7,104.5,185.1,103.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M177.1,103.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2s0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C178,105.2,177.7,104.5,177.1,103.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M169.1,103.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2s0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C170,105.2,169.7,104.5,169.1,103.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M160.1,103.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2s0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C161,105.2,160.7,104.5,160.1,103.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M152.1,103.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2s0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C153,105.2,152.7,104.5,152.1,103.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M152.1,114.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C153,115.5,152.7,114.7,152.1,114.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M160.1,114.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C161,115.5,160.7,114.7,160.1,114.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M169.1,114.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C170,115.5,169.7,114.7,169.1,114.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M177.1,114.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C178,115.5,177.7,114.7,177.1,114.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M225.1,83.4c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C226,84.7,225.7,84,225.1,83.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M215.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C216,11,215.7,10.2,215.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M150.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C151,11,150.7,10.2,150.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M142.1,69.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C143,70.4,142.7,69.6,142.1,69.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M145.9,73.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C145,72.1,145.3,72.9,145.9,73.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M161.9,73.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C161,72.1,161.3,72.9,161.9,73.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M182.1,69.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C183,70.4,182.7,69.6,182.1,69.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M174.1,69.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C175,70.4,174.7,69.6,174.1,69.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M210.9,73.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C210,72.1,210.3,72.9,210.9,73.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M201.9,73.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C201,72.1,201.3,72.9,201.9,73.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M185.9,73.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C185,72.1,185.3,72.9,185.9,73.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M157.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C158,11,157.7,10.2,157.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M161.9,80.6c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C161,79.3,161.3,80,161.9,80.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M231.1,76.2c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C232,77.6,231.7,76.8,231.1,76.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M234.9,80.6c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C234,79.3,234.3,80,234.9,80.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M210.9,80.6c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C210,79.3,210.3,80,210.9,80.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M198.1,76.2c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C199,77.6,198.7,76.8,198.1,76.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M190.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C191,61.2,190.7,60.4,190.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M239.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C240,61.2,239.7,60.4,239.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M231.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C232,61.2,231.7,60.4,231.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M247.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C248,61.2,247.7,60.4,247.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M201.9,64.2c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C201,62.9,201.3,63.6,201.9,64.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M255.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C256,61.2,255.7,60.4,255.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M222.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C223,61.2,222.7,60.4,222.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M247.1,69.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C248,70.4,247.7,69.6,247.1,69.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M182.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C183,61.2,182.7,60.4,182.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M174.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C175,61.2,174.7,60.4,174.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M157.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C158,61.2,157.7,60.4,157.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M166.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C167,61.2,166.7,60.4,166.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M150.1,59.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C151,61.2,150.7,60.4,150.1,59.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M247.1,18.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C248,20.2,247.7,19.4,247.1,18.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M280.1,27.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C281,28.4,280.7,27.6,280.1,27.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M231.1,18.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C232,20.2,231.7,19.4,231.1,18.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M271.1,27.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C272,28.4,271.7,27.6,271.1,27.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M264.1,27.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C265,28.4,264.7,27.6,264.1,27.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M255.1,18.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C256,20.2,255.7,19.4,255.1,18.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M137.9,23.2c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C137,21.9,137.3,22.7,137.9,23.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M215.1,18.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C216,20.2,215.7,19.4,215.1,18.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M215.1,27.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C216,28.4,215.7,27.6,215.1,27.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M206.1,18.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C207,20.2,206.7,19.4,206.1,18.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M206.1,27.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C207,28.4,206.7,27.6,206.1,27.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M222.1,18.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C223,20.2,222.7,19.4,222.1,18.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M80.9,106.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    c0-0.8-0.3-1.6-0.9-2.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    C80,104.9,80.3,105.6,80.9,106.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M104.9,106.2c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C104,104.9,104.3,105.6,104.9,106.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M88.9,106.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    c0-0.8-0.3-1.6-0.9-2.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    C88,104.9,88.3,105.6,88.9,106.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M133.1,101.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C134,103.2,133.7,102.4,133.1,101.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M133.1,110c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C134,111.4,133.7,110.6,133.1,110z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M112.9,114.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C112,113.1,112.3,113.8,112.9,114.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M101.1,84.4c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C96.3,85,96,85.8,96,86.6
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C102,85.8,101.7,85,101.1,84.4
                                    z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M125.1,84.4c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C126,85.8,125.7,85,125.1,84.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M109.1,84.4c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C110,85.8,109.7,85,109.1,84.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M125.1,92.6c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C126,94,125.7,93.2,125.1,92.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M109.1,92.6c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C110,94,109.7,93.2,109.1,92.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M117.1,92.6c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C118,94,117.7,93.2,117.1,92.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M128.9,122.6c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C128,121.3,128.3,122,128.9,122.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M93.1,118.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    C94,119.6,93.7,118.8,93.1,118.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M125.1,126.4c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C126,127.8,125.7,127,125.1,126.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M109.1,126.4c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C110,127.8,109.7,127,109.1,126.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M117.1,126.4c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C118,127.8,117.7,127,117.1,126.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M120.9,56c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C120,54.7,120.3,55.4,120.9,56z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M128.9,56c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C128,54.7,128.3,55.4,128.9,56z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M71.9,56c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C71.3,52.2,71,53,71,53.8C71,54.7,71.3,55.4,71.9,56z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M80.9,56c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C80.3,52.2,80,53,80,53.8C80,54.7,80.3,55.4,80.9,56z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M53.1,51.7c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C48.3,52.2,48,53,48,53.8
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C54,53,53.7,52.2,53.1,51.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M96.9,56c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C96.3,52.2,96,53,96,53.8C96,54.7,96.3,55.4,96.9,56z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M71.9,14c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C71.3,10.2,71,11,71,11.8C71,12.7,71.3,13.4,71.9,14z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M93.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C88.3,10.2,88,11,88,11.8
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C94,11,93.7,10.2,93.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M96.9,14c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C96.3,10.2,96,11,96,11.8C96,12.7,96.3,13.4,96.9,14z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M120.9,5.8c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9C120.3,2,120,2.8,120,3.6C120,4.5,120.3,5.3,120.9,5.8z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M93.1,35.3c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C94,36.6,93.7,35.8,93.1,35.3z
                                    &quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M60.1,1.5c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C55.3,2,55,2.8,55,3.6c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9C60.7,5.3,61,4.5,61,3.6C61,2.8,60.7,2,60.1,1.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M125.1,35.3c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C126,36.6,125.7,35.8,125.1,35.3z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M93.1,1.5c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C88.3,2,88,2.8,88,3.6c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9C93.7,5.3,94,4.5,94,3.6C94,2.8,93.7,2,93.1,1.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M63.9,5.8c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9C68.7,5.3,69,4.5,69,3.6c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C63.3,2,63,2.8,63,3.6C63,4.5,63.3,5.3,63.9,5.8z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M128.9,39.6c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C128,38.3,128.3,39.1,128.9,39.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M71.9,39.6c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    c0-0.8-0.3-1.6-0.9-2.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    C71,38.3,71.3,39.1,71.9,39.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M53.1,43.5c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C48.3,44,48,44.8,48,45.6
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C54,44.8,53.7,44,53.1,43.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M101.1,43.5c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C96.3,44,96,44.8,96,45.6
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C102,44.8,101.7,44,101.1,43.5
                                    z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M117.1,43.5c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C118,44.8,117.7,44,117.1,43.5z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M120.9,47.8c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C120,46.5,120.3,47.2,120.9,47.8z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M117.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C118,11,117.7,10.2,117.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M53.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C48.3,10.2,48,11,48,11.8
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C54,11,53.7,10.2,53.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M39.9,73.4c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    c0-0.8-0.3-1.6-0.9-2.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    C39,72.1,39.3,72.9,39.9,73.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M63.9,73.4c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    c0-0.8-0.3-1.6-0.9-2.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    C63,72.1,63.3,72.9,63.9,73.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M85.1,69.1c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C86,70.4,85.7,69.6,85.1,69.1z
                                    &quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M117.1,69.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C118,70.4,117.7,69.6,117.1,69.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M109.1,69.1c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C110,70.4,109.7,69.6,109.1,69.1z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M120.9,73.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C120,72.1,120.3,72.9,120.9,73.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M88.9,73.4c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    c0-0.8-0.3-1.6-0.9-2.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    C88,72.1,88.3,72.9,88.9,73.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M60.1,9.7c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C55.3,10.2,55,11,55,11.8
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C61,11,60.7,10.2,60.1,9.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M55.9,80.6c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    c0-0.8-0.3-1.6-0.9-2.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C55,79.3,55.3,80,55.9,80.6
                                    z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M133.1,76.2c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C134,77.6,133.7,76.8,133.1,76.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M76.1,76.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C77,77.6,76.7,76.8,76.1,76.2z
                                    &quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M112.9,80.6c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C112,79.3,112.3,80,112.9,80.6z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M101.1,76.2c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    C102,77.6,101.7,76.8,101.1,76.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M120.9,64.2c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C120,62.9,120.3,63.6,120.9,64.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M53.1,59.9C52.6,59.3,51.8,59,51,59c-0.8,0-1.6,0.3-2.1,0.9C48.3,60.4,48,61.2,48,62
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C54,61.2,53.7,60.4,53.1,59.9z
                                    &quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M133.1,18.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C134,20.2,133.7,19.4,133.1,18.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M48.9,23.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2
                                    c0-0.8-0.3-1.6-0.9-2.2C52.6,18.3,51.8,18,51,18c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    C48,21.9,48.3,22.7,48.9,23.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M44.1,18.9C43.6,18.3,42.8,18,42,18c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C45,20.2,44.7,19.4,44.1,18.9z
                                    &quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M112.9,23.2c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C112,21.9,112.3,22.7,112.9,23.2z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M109.1,18.9c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2c0,0.8,0.3,1.6,0.9,2.2
                                    c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C110,20.2,109.7,19.4,109.1,18.9z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M128.9,31.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C128,30.1,128.3,30.9,128.9,31.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M76.1,27.1c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C77,28.4,76.7,27.6,76.1,27.1z
                                    &quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M93.1,27.1c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C94,28.4,93.7,27.6,93.1,27.1z
                                    &quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M104.9,31.4c0.5,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2c0-0.8-0.3-1.6-0.9-2.2
                                    c-0.5-0.6-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.6-0.9,1.3-0.9,2.2C104,30.1,104.3,30.9,104.9,31.4z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M85.1,93.7c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C80.3,94.2,80,95,80,95.8
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C86,95,85.7,94.2,85.1,93.7z&quot;&gt;&lt;/path&gt;
                                 &lt;path class=&quot;ch4&quot; d=&quot;M77.1,93.7c-0.5-0.6-1.3-0.9-2.1-0.9c-0.8,0-1.6,0.3-2.1,0.9C72.3,94.2,72,95,72,95.8
                                    c0,0.8,0.3,1.6,0.9,2.2c0.5,0.6,1.3,0.9,2.1,0.9c0.8,0,1.6-0.3,2.1-0.9c0.5-0.6,0.9-1.3,0.9-2.2C78,95,77.7,94.2,77.1,93.7z&quot;&gt;&lt;/path&gt;
                              &lt;/g&gt;
                           &lt;/g&gt;
                        &lt;/g&gt;
                        &lt;path class=&quot;ch5&quot; d=&quot;M246.5-96.6c1.4-1.4,3.4-2.2,5.4-2.2h10.3c2,0,4,0.8,5.4,2.2L330-34.4c1.4,1.4,2.2,3.4,2.2,5.4v10.3
                           c0,2-0.8,4-2.2,5.4l-62.3,62.2c-1.4,1.4-3.4,2.2-5.4,2.2H252c-2,0-4-0.8-5.4-2.2l-62.3-62.2c-1.4-1.4-2.2-3.4-2.2-5.4V-29
                           c0-2,0.8-4,2.2-5.4L246.5-96.6z&quot;&gt;&lt;/path&gt;
                        &lt;path class=&quot;ch6&quot; d=&quot;M273.1,137.3c1.3-1.3,3.2-2.1,5.1-2.1h9.7c1.9,0,3.7,0.8,5.1,2.1l58.1,58c1.3,1.3,2.1,3.2,2.1,5.1v9.6
                           c0,1.9-0.8,3.7-2.1,5.1l-58.1,58c-1.3,1.3-3.2,2.1-5.1,2.1h-9.7c-1.9,0-3.7-0.8-5.1-2.1L215,215c-1.3-1.3-2.1-3.2-2.1-5.1v-9.6
                           c0-1.9,0.8-3.7,2.1-5.1L273.1,137.3z&quot;&gt;&lt;/path&gt;
                     &lt;/g&gt;
                  &lt;/g&gt;
               &lt;/g&gt;
            &lt;/svg&gt;
            &lt;div class=&quot;logo&quot; style=&quot;width: 160px;&quot;&gt;
               &lt;svg height=&quot;44&quot; viewBox=&quot;0 0 177 44&quot; width=&quot;177&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;
                  &lt;path d=&quot;m167.181 0c.075.03.146.07.224.088.88.218 1.793.347 2.636.664 4.228 1.588 6.169 5.752 6.199 9.497.062 7.903.033 15.808.008 23.71-.006 2.092-.527 4.075-1.773 5.792-2.11 2.908-5.105 4.225-8.59 4.227-51.884.03-103.768.02-155.653.02h-.176c-4.515-.025-8.048-2.583-9.44-6.874-.269-.826-.414-1.693-.616-2.54v-25.609c.035-.103.087-.203.103-.309.587-3.893 2.714-6.563 6.414-7.921.962-.353 2-.502 3-.745zm-156.76 3.713c-3.978.001-6.696 2.726-6.701 6.71-.012 7.743-.012 15.485.003 23.228.003 1.366.294 2.685 1.08 3.838 1.372 2.016 3.412 2.783 5.731 2.786 18.49.023 36.979.032 55.468 0 5.029-.008 8.57-2.61 10.584-7.018 2.999-6.56 5.706-13.253 8.546-19.886.979-2.286 1.83-4.64 3.294-6.682.731-1.018 1.552-1.972 2.352-2.979h-.307c-26.683 0-53.367-.002-80.05.003zm90.047.01c-.785 0-1.589.105-2.349.3-3.65.938-6.015 3.38-7.469 6.72-2.857 6.563-5.647 13.155-8.439 19.746l-.344.815c-1.378 3.258-2.809 6.488-5.724 8.984h89.657c4.027 0 6.737-2.686 6.741-6.706.008-7.744.008-15.487-.003-23.23-.002-1.185-.223-2.343-.809-3.388-1.32-2.355-3.499-3.238-6.045-3.24-21.739-.024-43.477-.017-65.215 0zm6.397 6.992c5.92.118 10.935 5.242 10.92 11.345-.041 6.453-5.379 11.332-11.554 11.223-5.903-.105-10.997-5.255-10.942-11.271.062-6.696 5.532-11.417 11.576-11.297zm20.763 1.376c.863 1.073 1.643 2.211 2.448 3.329 2.45 3.403 4.893 6.811 7.338 10.216.037-.005.074-.01.111-.017v-.506c0-3.96-.002-7.92.002-11.879.001-1.005.476-1.726 1.313-2.037.847-.313 1.912-.12 2.408.576.289.404.512.958.515 1.445.035 5.705.029 11.41.015 17.115-.002 1.051-.303 2.022-1.384 2.44-1.184.456-2.294.187-3.216-.676-.435-.407-.812-.888-1.166-1.371-2.862-3.919-5.714-7.845-8.57-11.77-.083-.115-.171-.224-.345-.45v.589c0 3.886.006 7.773-.003 11.659-.003 1.585-1.296 2.526-2.815 2.074-.834-.248-1.42-.976-1.422-1.86-.008-5.836-.011-11.673.002-17.51.003-1.13.602-1.958 1.542-2.286a2.916 2.916 0 0 1 3.227.919zm-83.762-1.053c1.398-.007 2.427.593 2.985 1.85 1.071 2.421 2.088 4.866 3.117 7.306 1.319 3.128 2.629 6.259 3.939 9.39.112.27.22.545.284.828.236 1.041-.03 1.841-.727 2.256-.771.459-2.018.4-2.677-.241-.408-.396-.727-.914-.984-1.427-.345-.692-.608-1.426-.873-2.154-.098-.268-.23-.344-.507-.341-1.556.013-3.112.006-4.668.006-1.527 0-3.053.011-4.58-.009-.337-.004-.482.107-.599.415a48.858 48.858 0 0 1 -1.05 2.555c-.367.822-.925 1.403-1.905 1.476-1.49.112-2.42-.865-2.082-2.32.168-.719.484-1.408.77-2.094 2.054-4.914 4.116-9.824 6.179-14.734.13-.31.279-.612.43-.913.607-1.211 1.568-1.842 2.948-1.849zm-26.15.14c2.303.019 4.615-.05 6.908.113 2.523.177 4.744 1.133 6.198 3.342 1.986 3.016 1.54 8.549-3.87 10.33-1.164.384-2.433.502-3.666.608-1.164.1-2.343.021-3.589.021 0 1.768.003 3.481-.001 5.193-.003 1.006-.476 1.726-1.316 2.026-1.544.553-2.93-.427-2.939-2.1-.013-2.447-.003-4.896-.003-7.343v-9.895c0-1.575.717-2.307 2.278-2.295zm41.078.429c.275.277.504.61.706.947 1.71 2.868 3.41 5.742 5.15 8.674 1.453-2.46 2.87-4.871 4.301-7.274.412-.691.84-1.375 1.31-2.027.45-.623 1.104-.91 1.875-.878 1.647.07 2.396 1.503 1.535 2.994-.938 1.623-1.927 3.217-2.893 4.823-1.3 2.16-2.603 4.316-3.892 6.482a1.36 1.36 0 0 0 -.179.654l-.012 4.839c-.01 1.102-.715 1.931-1.718 2.072-1.173.167-2.128-.37-2.431-1.393a3.022 3.022 0 0 1 -.102-.823c-.01-1.54.005-3.079-.015-4.619a1.622 1.622 0 0 0 -.214-.777c-2.128-3.574-4.274-7.139-6.407-10.711a4.282 4.282 0 0 1 -.456-.992c-.27-.94.07-1.817.827-2.251.844-.484 1.97-.39 2.615.26zm101.574-.43c1.275 0 2.057.763 2.054 2.003-.002 1.208-.783 1.954-2.051 1.955h-7.952v4.767h.479c2.04 0 4.082-.012 6.123.005 1.644.013 2.571 1.55 1.822 2.994-.378.73-1.02 1.017-1.813 1.019l-3.061.001h-3.578c0 1.585-.007 3.12.02 4.655 0 .084.281.231.433.232 2.423.015 4.846.01 7.269.012.204 0 .41.01.614.032 1.1.123 1.742.95 1.694 2.173a1.838 1.838 0 0 1 -1.86 1.794c-3.523.01-7.047.01-10.571 0-1.076-.003-1.843-.85-1.844-1.994-.002-3.622 0-7.244 0-10.866 0-2.243-.002-4.486 0-6.73 0-1.292.759-2.053 2.047-2.053h10.175zm-56.226 4.23c-3.159 1.275-4.945 4.966-4.064 8.395.747 2.905 3.206 5.077 5.93 5.237 3.987.234 7.238-2.902 7.31-6.994-.112-.662-.17-1.337-.342-1.983-1.056-3.971-5.173-6.13-8.834-4.654zm-60.386.623-3.493 8.688h6.99zm-24.063-1.144v6.844c1.62 0 3.224.114 4.804-.032 1.695-.155 2.824-1.529 2.896-3.19.072-1.663-.89-3.087-2.606-3.353-1.663-.26-3.377-.192-5.094-.27z&quot; fill=&quot;#0096d5&quot; fill-rule=&quot;evenodd&quot;&gt;&lt;/path&gt;
               &lt;/svg&gt;
            &lt;/div&gt;
         &lt;/div&gt;
      &lt;/a&gt;
   &lt;/li&gt;
&lt;/ul&gt;
</description>
            <pubDate>Thu, 19 Feb 2026 09:02:00 +0000</pubDate>
            <link>https://docs.spryker.com/docs/integrations/app-composition-platform-apps.html</link>
            <guid isPermaLink="true">https://docs.spryker.com/docs/integrations/app-composition-platform-apps.html</guid>
            
            
        </item>
        
        <item>
            <title>Run the docs locally</title>
            <description>This document describes how to run Spryker docs locally using Docker. You may want to run docs locally to preview your changes, but it&apos;s not required for contributing.

For instructions on contributing, see [Edit the docs locally](/docs/about/all/about-the-docs/contribute-to-the-docs/edit-the-docs-locally.html)


## Prerequisites

1. Create an account on [GitHub](https://github.com/).
2. Install [GitHub Desktop](https://desktop.github.com/).
3. Install [Docker Desktop](https://www.docker.com/products/docker-desktop/).
4. Clone the [Spryker docs repository](https://github.com/spryker/spryker-docs). For detailed instructions, see [Clone the Spryker docs repository](https://docs.spryker.com/docs/about/all/about-the-docs/contribute-to-the-docs/edit-the-docs-locally.html#clone-the-spryker-docs-repository).


## Run the docs

1. In Docker Desktop, click **&gt;_Terminal**.
2. In terminal, go to the `spryker-docs` directory. If you didn&apos;t change the default path when cloning the repository, the command to do it looks as follows:

```bash
cd Documents/GitHub/spryker-docs
```  

3. Run the docs:

```bash
docker compose up
```

The first launch can take up to 15 minutes. When the build is done, you should see a message that the server is running and its local address. You can access the local copy of Spryker docs by opening `http://localhost:4000` in your browser. If you update a file in the repository, it will be automatically refreshed so you can see it on your local website.

</description>
            <pubDate>Wed, 18 Feb 2026 14:58:02 +0000</pubDate>
            <link>https://docs.spryker.com/docs/about/all/about-the-docs/run-the-docs-locally.html</link>
            <guid isPermaLink="true">https://docs.spryker.com/docs/about/all/about-the-docs/run-the-docs-locally.html</guid>
            
            
        </item>
        
        <item>
            <title>B2C Suite</title>
            <description>&lt;p&gt;The Spryker B2С Suite is a collection of ready-to-use B2С-specific features. Of course, every B2С project has its own set of features that meet its business needs and B2B features can be used as well, but the most common features for B2C commerce are as follows.&lt;/p&gt;
&lt;details&gt;
&lt;summary&gt;B2C feature list&lt;/summary&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/product-information-management/latest/base-shop/feature-overviews/configurable-product-feature-overview/configurable-product-feature-overview.html&quot;&gt;Configurable Product&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/return-management/latest/marketplace/marketplace-return-management-feature-overview.html&quot;&gt;Return Management&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/product-information-management/latest/base-shop/feature-overviews/configurable-bundle-feature-overview.html&quot;&gt;Configurable Bundle&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/cart-and-checkout/latest/base-shop/feature-overviews/comments-feature-overview.html&quot;&gt;Comments&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/cart-and-checkout/latest/base-shop/feature-overviews/persistent-cart-sharing-feature-overview.html&quot;&gt;Persistent Cart Sharing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/price-management/latest/base-shop/scheduled-prices-feature-overview.html&quot;&gt;Scheduled Prices&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/warehouse-management-system/latest/base-shop/availability-notification-feature-overview.html&quot;&gt;Availability Notification&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/customer-relationship-management/latest/base-shop/customer-account-management-feature-overview/customer-account-management-feature-overview.html&quot;&gt;Customer Account Management&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/customer-relationship-management/latest/base-shop/customer-access-feature-overview.html&quot;&gt;Customer Access&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/order-management-system/latest/base-shop/order-management-feature-overview/order-management-feature-overview.html&quot;&gt;Order Management&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/order-management-system/latest/base-shop/refunds-feature-overview.html&quot;&gt;Refunds&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/order-management-system/latest/base-shop/reclamations-feature-overview.html&quot;&gt;Reclamations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/order-management-system/latest/base-shop/datapayload-conversion/state-machine/order-process-modelling-via-state-machines.html&quot;&gt;State Machine&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/warehouse-management-system/latest/base-shop/inventory-management-feature-overview.html&quot;&gt;Inventory Management&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/back-office/latest/base-shop/spryker-core-back-office-feature-overview.html&quot;&gt;Spryker Core Back Office&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;!---- [Development tools]()--&gt;
&lt;!---- [Deployment tools]()--&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/price-management/latest/base-shop/prices-feature-overview/prices-feature-overview.html&quot;&gt;Prices&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/tax-management/latest/base-shop/tax-feature-overview.html&quot;&gt;Tax&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/discount-management/latest/base-shop/promotions-discounts-feature-overview.html&quot;&gt;Promotions &amp;amp; Discounts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/shopping-list-and-wishlist/latest/base-shop/wishlist-feature-overview.html&quot;&gt;Wishlist&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/cart-and-checkout/latest/base-shop/feature-overviews/cart-feature-overview/cart-feature-overview.html&quot;&gt;Cart&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/customer-relationship-management/latest/base-shop/reorder-feature-overview.html&quot;&gt;Reorder&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/carrier-management/latest/base-shop/shipment-feature-overview.html&quot;&gt;Shipment&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/user-management/latest/base-shop/agent-assist-feature-overview.html&quot;&gt;Agent Assist&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/payment-service-provider/latest/base-shop/payments-feature-overview.html&quot;&gt;Payments&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;!---- [Invoice]()--&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/gift-cards/latest/gift-cards.html&quot;&gt;Gift cards&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/cart-and-checkout/latest/base-shop/feature-overviews/checkout-feature-overview/checkout-feature-overview.html&quot;&gt;Checkout&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/emails/latest/emails.html&quot;&gt;Mailing &amp;amp; Notifications&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/miscellaneous/latest/spryker-core-feature-overview/spryker-core-feature-overview.html&quot;&gt;Spryker Core&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/product-information-management/latest/base-shop/feature-overviews/product-feature-overview/product-feature-overview.html&quot;&gt;Product&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/product-information-management/latest/base-shop/feature-overviews/alternative-products-feature-overview.html&quot;&gt;Alternative Products&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/product-information-management/latest/base-shop/feature-overviews/product-groups-feature-overview.html&quot;&gt;Product Groups&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/product-relationship-management/latest/product-relationship-management.html&quot;&gt;Product Relations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/content-management-system/latest/base-shop/product-sets-feature-overview.html&quot;&gt;Product Sets&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/product-information-management/latest/base-shop/feature-overviews/product-options-feature-overview.html&quot;&gt;Product Options&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/product-information-management/latest/base-shop/feature-overviews/product-barcode-feature-overview.html&quot;&gt;Product Barcode&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/product-information-management/latest/base-shop/feature-overviews/product-bundles-feature-overview.html&quot;&gt;Product Bundles&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/ratings-reviews/latest/ratings-and-reviews.html&quot;&gt;Product Rating &amp;amp; Reviews&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/product-information-management/latest/base-shop/feature-overviews/product-labels-feature-overview.html&quot;&gt;Product Labels&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/product-information-management/latest/base-shop/feature-overviews/product-lists-feature-overview.html&quot;&gt;Product Lists&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/cart-and-checkout/latest/base-shop/feature-overviews/non-splittable-products-feature-overview.html&quot;&gt;Non-splittable Products&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/product-information-management/latest/base-shop/feature-overviews/catalog-feature-overview.html&quot;&gt;Catalog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/product-information-management/latest/base-shop/feature-overviews/category-management-feature-overview.html&quot;&gt;Category Management&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/content-management-system/latest/base-shop/navigation-feature-overview.html&quot;&gt;Navigation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/search/latest/base-shop/search-feature-overview/search-feature-overview.html&quot;&gt;Search&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/content-management-system/latest/base-shop/cms-feature-overview/cms-feature-overview.html&quot;&gt;CMS&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br&gt;
&lt;/details&gt;
&lt;h2 id=&quot;b2c-demo-shop&quot;&gt;B2C Demo Shop&lt;/h2&gt;
&lt;p&gt;To demonstrate the B2C features in a live implementation, we use a B2C Demo Shop. The B2C Demo Shop is a showcase that is preloaded with a combination of modules and functionalities best suited for B2C commerce. This Demo Shop is our recommended starting point for all standard B2C commerce projects. New features for the B2C Demo Shop are released every several months.&lt;/p&gt;
&lt;div class=&apos;post-content__video&apos;&gt;
      &lt;div class=&apos;post-content__video-wrapper&apos; style=&apos;padding-top: 75.00%&apos;&gt;
        &lt;iframe  class=&apos;post-content__video-iframe&apos; width=&apos;960&apos; height=&apos;720&apos; src=&apos;https://fast.wistia.net/embed/iframe/iqrkesbawu&apos; allowfullscreen title=&apos;video iframe&apos;&gt;&lt;/iframe&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;p&gt;To download the B2C Demo Shop, visit the following GitHub repository: &lt;a href=&quot;https://github.com/spryker-shop/b2c-demo-shop&quot;&gt;https://github.com/spryker-shop/b2c-demo-shop&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To install the B2C Demo Shop, follow the instructions in &lt;a href=&quot;/docs/dg/dev/set-up-spryker-locally/set-up-spryker-locally.html&quot;&gt;Installing Spryker with Docker&lt;/a&gt;.&lt;/p&gt;
</description>
            <pubDate>Wed, 18 Feb 2026 14:58:02 +0000</pubDate>
            <link>https://docs.spryker.com/docs/about/all/b2c-suite.html</link>
            <guid isPermaLink="true">https://docs.spryker.com/docs/about/all/b2c-suite.html</guid>
            
            
        </item>
        
        <item>
            <title>About Spryker docs</title>
            <description>&lt;p&gt;Spryker docs are your one-stop hub for all the information about Spryker Cloud Commerce OS.&lt;/p&gt;
&lt;h2 id=&quot;the-source-of-truth&quot;&gt;The source of truth&lt;/h2&gt;
&lt;p&gt;When it comes to knowledge sharing, we rely on the docs as the main source of truth. Both external and internal users refer to the docs when developing projects, designing &lt;a href=&quot;https://safari.spryker.com/&quot;&gt;Spryker Safari courses&lt;/a&gt;, creating new or customizing the existing functionality.&lt;/p&gt;
&lt;h2 id=&quot;owned-by-the-spryker-community&quot;&gt;Owned by the Spryker community&lt;/h2&gt;
&lt;p&gt;The expertise in Spryker is shared among the many engineers and entrepreneurs creating all sorts of projects based on Spryker. That’s why the docs are open to any type of contribution: from simple bug fixes to sharing how you managed to solve a complex problem or build around an interesting use case.&lt;/p&gt;
&lt;h2 id=&quot;whats-in-the-docs&quot;&gt;What’s in the docs&lt;/h2&gt;
&lt;p&gt;The docs are focused on covering all the functionality that comes with Spryker and how to build projects with that functionality. Because the docs are community-owned, the content adapts to the users’ demands. If you don’t find the information you are looking for, feel free to &lt;a href=&quot;https://github.com/spryker/spryker-docs/issues&quot;&gt;create an issue&lt;/a&gt; and we will look into covering the topic. Or ask the Spryker community at &lt;a href=&quot;https://commercequest.space/&quot;&gt;CommerceQuest&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&quot;next-step&quot;&gt;Next step&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;/docs/about/all/about-the-docs/contribute-to-the-docs/contribute-to-the-docs.html&quot;&gt;Contribute to the docs&lt;/a&gt;&lt;/p&gt;
</description>
            <pubDate>Wed, 18 Feb 2026 14:58:02 +0000</pubDate>
            <link>https://docs.spryker.com/docs/about/all/about-the-docs/about-spryker-docs.html</link>
            <guid isPermaLink="true">https://docs.spryker.com/docs/about/all/about-the-docs/about-spryker-docs.html</guid>
            
            
        </item>
        
        <item>
            <title>Install the Product Availability Display feature</title>
            <description>Use this guide to install the Product Availability Display feature.

## Prerequisites

Install the following required features:

| NAME | VERSION | INSTALLATION GUIDE |
|------|---------|-------------------|
| Spryker Core | {{site.version}} | [Install the Spryker Core feature](/docs/pbc/all/miscellaneous/{{site.version}}/install-and-upgrade/install-features/install-the-spryker-core-feature.html) |
| Product | {{site.version}} | [Install the Product feature](/docs/pbc/all/product-information-management/{{site.version}}/base-shop/install-and-upgrade/install-features/install-the-product-feature.html) |
| Cart | {{site.version}} | [Install the Cart feature](/docs/pbc/all/cart-and-checkout/{{site.version}}/base-shop/install-and-upgrade/install-features/install-the-cart-feature.html) |

## 1. Install the required modules

Install the required modules using Composer:

```bash
composer require spryker-feature/inventory-management:&quot;dev-master&quot; --update-with-dependencies
```

{% info_block warningBox &quot;Verification&quot; %}

Make sure the following modules have been installed:

| MODULE | EXPECTED DIRECTORY |
|--------|-------------------|
| AvailabilityWidget | vendor/spryker-shop/availability-widget |
| AvailabilityWidgetExtension | vendor/spryker-shop/availability-widget-extension |
| AvailabilityCartConnector | vendor/spryker/availability-cart-connector |
| AvailabilityStorage | vendor/spryker/availability-storage |

{% endinfo_block %}

## 2. Set up configuration

Add the following configuration to your project:

### Yves configuration

**src/Pyz/Yves/AvailabilityWidget/AvailabilityWidgetConfig.php**

```php
&lt;?php

namespace Pyz\Yves\AvailabilityWidget;

use SprykerShop\Yves\AvailabilityWidget\AvailabilityWidgetConfig as SprykerShopAvailabilityWidgetConfig;

class AvailabilityWidgetConfig extends SprykerShopAvailabilityWidgetConfig
{
    /**
     * @var bool
     */
    protected const bool STOCK_DISPLAY_ENABLED = true;

    /**
     * @return string
     */
    public function getStockDisplayMode(): string
    {
        return static::STOCK_DISPLAY_MODE_INDICATOR_AND_QUANTITY;
    }
}
```

{% info_block infoBox &quot;Configuration options&quot; %}

`STOCK_DISPLAY_ENABLED`: Enables or disables stock display. Default is `false`.

`getStockDisplayMode()`: Returns the display mode. Options:
- `STOCK_DISPLAY_MODE_INDICATOR_ONLY` - Shows &quot;Available&quot; or &quot;Out of stock&quot; without quantities.
- `STOCK_DISPLAY_MODE_INDICATOR_AND_QUANTITY` - Shows exact quantities, for example, &quot;12 in stock.&quot;

{% endinfo_block %}

### Zed configuration

**src/Pyz/Zed/AvailabilityCartConnector/AvailabilityCartConnectorConfig.php**

```php
&lt;?php

declare(strict_types = 1);

namespace Pyz\Zed\AvailabilityCartConnector;

use Spryker\Zed\AvailabilityCartConnector\AvailabilityCartConnectorConfig as SprykerAvailabilityCartConnectorConfig;

class AvailabilityCartConnectorConfig extends SprykerAvailabilityCartConnectorConfig
{
    /**
     * @return bool
     */
    public function isSellableItemsCacheEnabled(): bool
    {
        return false;
    }
}
```

{% info_block infoBox &quot;Configuration options&quot; %}

`isSellableItemsCacheEnabled()`: Controls whether the sellable items cache is enabled. Set to `false` to disable caching and ensure real-time availability checks. Default is `true`.

{% endinfo_block %}

## 3. Set up transfer objects

Generate the transfer objects:

```bash
console transfer:generate
```

{% info_block warningBox &quot;Verification&quot; %}

Make sure the following changes have been applied to the transfer objects:

| TRANSFER | TYPE | EVENT | PATH |
|----------|------|-------|------|
| ProductView | class | Extended | src/Generated/Shared/Transfer/ProductViewTransfer |
| Item | class | Extended | src/Generated/Shared/Transfer/ItemTransfer |

{% endinfo_block %}

## 4. Set up behavior

Register the following plugins:

**src/Pyz/Zed/Cart/CartDependencyProvider.php**

```php
&lt;?php

namespace Pyz\Zed\Cart;

use Spryker\Zed\AvailabilityCartConnector\Communication\Plugin\Cart\AvailabilityItemExpanderPlugin;
use Spryker\Zed\Cart\CartDependencyProvider as SprykerCartDependencyProvider;
use Spryker\Zed\Kernel\Container;

class CartDependencyProvider extends SprykerCartDependencyProvider
{
    /**
     * @param \Spryker\Zed\Kernel\Container $container
     *
     * @return array&lt;\Spryker\Zed\CartExtension\Dependency\Plugin\ItemExpanderPluginInterface&gt;
     */
    protected function getExpanderPlugins(Container $container): array
    {
        return [
            new AvailabilityItemExpanderPlugin(),
        ];
    }
}
```

{% info_block warningBox &quot;Verification&quot; %}

Make sure that `AvailabilityItemExpanderPlugin` is registered by adding a product to the cart and verifying that `ItemTransfer.stockQuantity` and `ItemTransfer.isNeverOutOfStock` are populated.

{% endinfo_block %}

**src/Pyz/Client/ProductStorage/ProductStorageDependencyProvider.php**

```php
&lt;?php

namespace Pyz\Client\ProductStorage;

use Spryker\Client\AvailabilityStorage\Plugin\ProductViewAvailabilityStorageExpanderPlugin;
use Spryker\Client\ProductStorage\ProductStorageDependencyProvider as SprykerProductStorageDependencyProvider;

class ProductStorageDependencyProvider extends SprykerProductStorageDependencyProvider
{
    /**
     * @return array&lt;\Spryker\Client\ProductStorageExtension\Dependency\Plugin\ProductViewExpanderPluginInterface&gt;
     */
    protected function getProductViewExpanderPlugins(): array
    {
        return [
            new ProductViewAvailabilityStorageExpanderPlugin(),
        ];
    }
}
```

{% info_block warningBox &quot;Verification&quot; %}

Make sure that `ProductViewAvailabilityStorageExpanderPlugin` is registered by viewing a product detail page and verifying that `ProductViewTransfer.stockQuantity` and `ProductViewTransfer.isNeverOutOfStock` are populated.

{% endinfo_block %}

**src/Pyz/Yves/ShopApplication/ShopApplicationDependencyProvider.php**

```php
&lt;?php

namespace Pyz\Yves\ShopApplication;

use SprykerShop\Yves\AvailabilityWidget\Widget\ProductAvailabilityWidget;
use SprykerShop\Yves\ShopApplication\ShopApplicationDependencyProvider as SprykerShopApplicationDependencyProvider;

class ShopApplicationDependencyProvider extends SprykerShopApplicationDependencyProvider
{
    /**
     * @return array&lt;string&gt;
     */
    protected function getGlobalWidgets(): array
    {
        return [
            ProductAvailabilityWidget::class,
        ];
    }
}
```

{% info_block warningBox &quot;Verification&quot; %}

Make sure that `ProductAvailabilityWidget` is registered by checking that the availability widget appears on product detail pages and in the shopping cart.

{% endinfo_block %}

## 5. Set up templates

Enable `ProductAvailabilityWidget` in the frontend templates.

### Product detail page template

Add the availability widget to the product detail page:

**src/Pyz/Yves/ProductDetailPage/Theme/default/components/molecules/product-configurator/product-configurator.twig**

```twig
{% raw %}
{% extends molecule(&apos;product-configurator&apos;, &apos;@SprykerShop:ProductDetailPage&apos;) %}

{% set isProductConcrete = data.product.idProductConcrete is not empty %}
{% set showProductAvailability = isProductConcrete %}

{% block body %}
    {# ... existing code ... #}

    {% set productAvailabilityWidget = findWidget(&apos;ProductAvailabilityWidget&apos;, [
        data.product
    ]) %}
    {% if showProductAvailability %}
        {% if productAvailabilityWidget is not empty %}
            {% widget productAvailabilityWidget only %}{% endwidget %}
        {% endif %}
    {% endif %}

    {# ... existing code ... #}

    {% widget &apos;AddToCartFormWidget&apos; args [config, data.product, isDisabled, options] with {
        data: {
            isService: sspServiceDetectorWidget and sspServiceDetectorWidget.isService,
        }
    } only %}
        {% block embeddedData %}
            {# ... existing code ... #}

            {# Remove the following block if it exists: #}
            {# {% if not data.product.available %} #}
            {#     &lt;p class=&quot;text-alert&quot;&gt;{{ &apos;product.detail.out_of_stock&apos; | trans }}&lt;/p&gt; #}
            {# {% endif %} #}
        {% endblock %}
    {% endwidget %}

    {# ... rest of the template ... #}
{% endblock %}
{% endraw %}
```

### Product catalog template

Add the availability widget to product cards in the catalog:

**src/Pyz/Yves/ShopUi/Theme/default/components/molecules/product-card-item/product-card-item.twig**

```twig
{% raw %}
{% extends model(&apos;component&apos;) %}

{% block body %}
    {# ... existing code ... #}

    {% block productInfo %}
        {# ... existing code ... #}
        {% block availability %}
            {% set productAvailabilityWidget = findWidget(&apos;ProductAvailabilityWidget&apos;, [
                listItem
            ]) %}
            {% if productAvailabilityWidget is not empty %}
                {% widget productAvailabilityWidget %}{% endwidget %}
            {% endif %}
        {% endblock %}
        {# ... rest of the template ... #}
    {% endblock %}
{% endblock %}
{% endraw %}
```

{% info_block warningBox &quot;Verification&quot; %}

Make sure the availability widget displays correctly:
- On product detail pages, the widget appears below the product title and shows stock information
- In product catalogs and search results, each product card displays availability information
- The display format matches your configuration (indicator only or indicator with quantity)

{% endinfo_block %}

## 6. Optional: Add measurement unit support

To display stock quantities with measurement units like &quot;250 kg in stock&quot;, install additional modules and register plugins.

### Install measurement unit modules

```bash
composer require spryker-feature/measurement-units:&quot;{{site.version}}&quot; --update-with-dependencies
```

{% info_block warningBox &quot;Verification&quot; %}

Make sure the following modules have been installed:

| MODULE | EXPECTED DIRECTORY |
|--------|-------------------|
| ProductMeasurementUnitWidget | vendor/spryker-shop/product-measurement-unit-widget |
| ProductMeasurementUnitStorage | vendor/spryker/product-measurement-unit-storage |

{% endinfo_block %}

### Register measurement unit plugins

**src/Pyz/Yves/AvailabilityWidget/AvailabilityWidgetDependencyProvider.php**

```php
&lt;?php

namespace Pyz\Yves\AvailabilityWidget;

use SprykerShop\Yves\AvailabilityWidget\AvailabilityWidgetDependencyProvider as SprykerShopAvailabilityWidgetDependencyProvider;
use SprykerShop\Yves\ProductMeasurementUnitWidget\Plugin\AvailabilityWidget\ProductMeasurementUnitQuantityFormatterStrategyPlugin;

class AvailabilityWidgetDependencyProvider extends SprykerShopAvailabilityWidgetDependencyProvider
{
    /**
     * @return array&lt;\SprykerShop\Yves\AvailabilityWidgetExtension\Dependency\Plugin\AvailabilityQuantityFormatterStrategyPluginInterface&gt;
     */
    protected function getAvailabilityQuantityFormatterStrategyPlugins(): array
    {
        return [
            new ProductMeasurementUnitQuantityFormatterStrategyPlugin(),
        ];
    }
}
```

Add `ProductViewMeasurementUnitExpanderPlugin` to the existing `ProductStorageDependencyProvider`:

**src/Pyz/Client/ProductStorage/ProductStorageDependencyProvider.php**

```php
&lt;?php

namespace Pyz\Client\ProductStorage;

use Spryker\Client\AvailabilityStorage\Plugin\ProductViewAvailabilityStorageExpanderPlugin;
use Spryker\Client\ProductMeasurementUnitStorage\Plugin\ProductStorage\ProductViewMeasurementUnitExpanderPlugin;
use Spryker\Client\ProductStorage\ProductStorageDependencyProvider as SprykerProductStorageDependencyProvider;

class ProductStorageDependencyProvider extends SprykerProductStorageDependencyProvider
{
    /**
     * @return array&lt;\Spryker\Client\ProductStorageExtension\Dependency\Plugin\ProductViewExpanderPluginInterface&gt;
     */
    protected function getProductViewExpanderPlugins(): array
    {
        return [
            new ProductViewAvailabilityStorageExpanderPlugin(),
            new ProductViewMeasurementUnitExpanderPlugin(), // Add this line
        ];
    }
}
```

{% info_block infoBox &quot;Info&quot; %}

`ProductViewMeasurementUnitExpanderPlugin` requires the `spryker/product-measurement-unit-storage` module from step 6.

{% endinfo_block %}

{% info_block warningBox &quot;Verification&quot; %}

Make sure that measurement units appear in availability displays by viewing a product that has a base measurement unit configured. The availability should display as &quot;[quantity] [unit] in stock&quot;, for example, &quot;250 kg in stock&quot;.

{% endinfo_block %}

## 7. Import glossary data

Import glossary keys for availability translations:

**data/import/common/common/glossary.csv**

```csv
product.availability.available,Available,en_US
product.availability.available,Verfügbar,de_DE
product.availability.in_stock,&quot;%number% in stock&quot;,en_US
product.availability.in_stock,&quot;%number% auf Lager&quot;,de_DE
product.availability.out_of_stock,&quot;Out of stock&quot;,en_US
product.availability.out_of_stock,&quot;Nicht auf Lager&quot;,de_DE
```

Run the data import:

```bash
console data:import glossary
```

{% info_block warningBox &quot;Verification&quot; %}

Make sure the glossary keys have been imported by checking the `spy_glossary_key` and `spy_glossary_translation` tables. Verify that the availability widget displays the correct translations on the storefront.

{% endinfo_block %}

## 8. Optional: Import measurement unit translations

If you enabled measurement unit support, import glossary keys for measurement unit names:

**data/import/common/common/glossary.csv**

```csv
measurement_units.item.name.short,pc,en_US
measurement_units.item.name.short,Stk,de_DE
measurement_units.standard.weight.kilo.name.short,kg,en_US
measurement_units.standard.weight.kilo.name.short,kg,de_DE
measurement_units.standard.weight.gram.name.short,g,en_US
measurement_units.standard.weight.gram.name.short,g,de_DE
measurement_units.standard.weight.tone.name.short,t,en_US
measurement_units.standard.weight.tone.name.short,t,de_DE
measurement_units.standard.weight.gbou.name.short,oz,en_US
measurement_units.standard.weight.gbou.name.short,oz,de_DE
measurement_units.standard.weight.usou.name.short,oz,en_US
measurement_units.standard.weight.usou.name.short,oz,de_DE
measurement_units.standard.weight.pund.name.short,lb,en_US
measurement_units.standard.weight.pund.name.short,lb,de_DE
measurement_units.standard.weight.huwg.name.short,GB cwt,en_US
measurement_units.standard.weight.huwg.name.short,GB cwt,de_DE
measurement_units.standard.weight.gbtn.name.short,GB ton,en_US
measurement_units.standard.weight.gbtn.name.short,GB ton,de_DE
measurement_units.standard.weight.ustn.name.short,US ton,en_US
measurement_units.standard.weight.ustn.name.short,US ton,de_DE
measurement_units.standard.weight.oztr.name.short,ozt,en_US
measurement_units.standard.weight.oztr.name.short,ozt,de_DE
measurement_units.standard.weight.ucwt.name.short,US cwt,en_US
measurement_units.standard.weight.ucwt.name.short,US cwt,de_DE
measurement_units.standard.length.metr.name.short,m,en_US
measurement_units.standard.length.metr.name.short,m,de_DE
measurement_units.standard.length.cmet.name.short,cm,en_US
measurement_units.standard.length.cmet.name.short,cm,de_DE
measurement_units.standard.length.mmet.name.short,mm,en_US
measurement_units.standard.length.mmet.name.short,mm,de_DE
measurement_units.standard.length.kmet.name.short,km,en_US
measurement_units.standard.length.kmet.name.short,km,de_DE
measurement_units.standard.length.inch.name.short,in,en_US
measurement_units.standard.length.inch.name.short,in,de_DE
measurement_units.standard.length.yard.name.short,yd,en_US
measurement_units.standard.length.yard.name.short,yd,de_DE
measurement_units.standard.length.foot.name.short,ft,en_US
measurement_units.standard.length.foot.name.short,ft,de_DE
measurement_units.standard.length.mile.name.short,mi,en_US
measurement_units.standard.length.mile.name.short,mi,de_DE
measurement_units.standard.area.smet.name.short,m²,en_US
measurement_units.standard.area.smet.name.short,m²,de_DE
measurement_units.standard.area.sqki.name.short,km²,en_US
measurement_units.standard.area.sqki.name.short,km²,de_DE
measurement_units.standard.area.smil.name.short,mm²,en_US
measurement_units.standard.area.smil.name.short,mm²,de_DE
measurement_units.standard.area.scmt.name.short,cm²,en_US
measurement_units.standard.area.scmt.name.short,cm²,de_DE
measurement_units.standard.area.sqin.name.short,in²,en_US
measurement_units.standard.area.sqin.name.short,in²,de_DE
measurement_units.standard.area.sqfo.name.short,ft²,en_US
measurement_units.standard.area.sqfo.name.short,ft²,de_DE
measurement_units.standard.area.sqmi.name.short,mi²,en_US
measurement_units.standard.area.sqmi.name.short,mi²,de_DE
measurement_units.standard.area.sqya.name.short,yd²,en_US
measurement_units.standard.area.sqya.name.short,yd²,de_DE
measurement_units.standard.area.acre.name.short,ac,en_US
measurement_units.standard.area.acre.name.short,ac,de_DE
measurement_units.standard.area.ares.name.short,a,en_US
measurement_units.standard.area.ares.name.short,a,de_DE
measurement_units.standard.area.hect.name.short,ha,en_US
measurement_units.standard.area.hect.name.short,ha,de_DE
measurement_units.standard.litr.name.short,L,en_US
measurement_units.standard.litr.name.short,L,de_DE
measurement_units.standard.celi.name.short,cL,en_US
measurement_units.standard.celi.name.short,cL,de_DE
measurement_units.standard.mili.name.short,mL,en_US
measurement_units.standard.mili.name.short,mL,de_DE
measurement_units.standard.gbga.name.short,GB gal,en_US
measurement_units.standard.gbga.name.short,GB gal,de_DE
measurement_units.standard.gbpi.name.short,GB pt,en_US
measurement_units.standard.gbpi.name.short,GB pt,de_DE
measurement_units.standard.uspi.name.short,US pt,en_US
measurement_units.standard.uspi.name.short,US pt,de_DE
measurement_units.standard.gbqa.name.short,GB qt,en_US
measurement_units.standard.gbqa.name.short,GB qt,de_DE
measurement_units.standard.usqa.name.short,US qt,en_US
measurement_units.standard.usqa.name.short,US qt,de_DE
measurement_units.standard.usga.name.short,US gal,en_US
measurement_units.standard.usga.name.short,US gal,de_DE
measurement_units.standard.barl.name.short,bbl,en_US
measurement_units.standard.barl.name.short,bbl,de_DE
measurement_units.standard.bcuf.name.short,BCF,en_US
measurement_units.standard.bcuf.name.short,BCF,de_DE
measurement_units.standard.bdft.name.short,BF,en_US
measurement_units.standard.bdft.name.short,BF,de_DE
measurement_units.standard.cbme.name.short,m³,en_US
measurement_units.standard.cbme.name.short,m³,de_DE
measurement_units.standard.miba.name.short,MMbbl,en_US
measurement_units.standard.miba.name.short,MMbbl,de_DE
measurement_units.standard.dgeu.name.short,DGE,en_US
measurement_units.standard.dgeu.name.short,DGE,de_DE
measurement_units.standard.ggeu.name.short,GGE,en_US
measurement_units.standard.ggeu.name.short,GGE,de_DE
measurement_units.standard.busl.name.short,bu,en_US
measurement_units.standard.busl.name.short,bu,de_DE
```

Run the data import:

```bash
console data:import glossary
```

## 9. Set up frontend

Build the frontend to include the new styles and assets:

```bash
console frontend:yves:build
```
</description>
            <pubDate>Wed, 18 Feb 2026 11:22:42 +0000</pubDate>
            <link>https://docs.spryker.com/docs/pbc/all/warehouse-management-system/latest/base-shop/install-and-upgrade/install-features/install-the-product-availability-display-feature.html</link>
            <guid isPermaLink="true">https://docs.spryker.com/docs/pbc/all/warehouse-management-system/latest/base-shop/install-and-upgrade/install-features/install-the-product-availability-display-feature.html</guid>
            
            
        </item>
        
        <item>
            <title>Install the Buy Box feature</title>
            <description>Use this guide to install the Buy Box feature for marketplace scenarios.

## Prerequisites

Install the following required features:

| NAME | VERSION | INSTALLATION GUIDE |
|------|---------|-------------------|
| Spryker Core | {{site.version}} | [Install the Spryker Core feature](/docs/pbc/all/miscellaneous/{{site.version}}/install-and-upgrade/install-features/install-the-spryker-core-feature.html) |
| Product | {{site.version}} | [Install the Product feature](/docs/pbc/all/product-information-management/{{site.version}}/base-shop/install-and-upgrade/install-features/install-the-product-feature.html) |
| Cart | {{site.version}} | [Install the Cart feature](/docs/pbc/all/cart-and-checkout/{{site.version}}/base-shop/install-and-upgrade/install-features/install-the-cart-feature.html) |
| Marketplace Product | {{site.version}} | [Install the Marketplace Product feature](/docs/pbc/all/product-information-management/{{site.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-feature.html) |
| Marketplace Product Offer | {{site.version}} | [Install the Marketplace Product Offer feature](/docs/pbc/all/offer-management/{{site.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-product-offer-feature.html) |
| Marketplace Inventory Management | {{site.version}} | [Install the Marketplace Inventory Management feature](/docs/pbc/all/warehouse-management-system/{{site.version}}/marketplace/install-features/install-the-marketplace-inventory-management-feature.html) |
| Marketplace Merchant | {{site.version}} | [Install the Marketplace Merchant feature](/docs/pbc/all/merchant-management/{{site.version}}/marketplace/install-and-upgrade/install-features/install-the-marketplace-merchant-feature.html) |

## 1. Install the required modules

Install the required modules by using Composer:

```bash
composer require spryker-feature/buy-box:&quot;dev-master&quot; --update-with-dependencies
```

{% info_block warningBox &quot;Verification&quot; %}

Make sure the following modules have been installed:

| MODULE | EXPECTED DIRECTORY |
|--------|-------------------|
| BuyBox | vendor/spryker-feature/buy-box |

{% endinfo_block %}

## 2. Set up configuration

Add the following configuration to your project:

**src/Pyz/Yves/BuyBox/BuyBoxConfig.php**

```php
&lt;?php

namespace Pyz\Yves\BuyBox;

use SprykerFeature\Yves\BuyBox\BuyBoxConfig as SprykerFeatureBuyBoxConfig;

class BuyBoxConfig extends SprykerFeatureBuyBoxConfig
{
    /**
     * @return string
     */
    public function getSortingStrategy(): string
    {
        return static::SORT_BY_PRICE;
    }
}
```

{% info_block infoBox &quot;Configuration options&quot; %}

`getSortingStrategy()`: Returns the sorting strategy for Buy Box offers. Options:
- `static::SORT_BY_PRICE` - Sorts by lowest to highest price (default).
- `static::SORT_BY_STOCK` - Sorts by highest to lowest stock (requires the Marketplace Inventory Management feature).

{% endinfo_block %}

## 3. Set up transfer objects

Generate the transfer objects:

```bash
console transfer:generate
```

{% info_block warningBox &quot;Verification&quot; %}

Make sure the following changes have been applied to the transfer objects:

| TRANSFER | TYPE | EVENT | PATH |
|----------|------|-------|------|
| BuyBoxProduct | class | Created | src/Generated/Shared/Transfer/BuyBoxProductTransfer |
| ProductOfferStorageCriteria | class | Created | src/Generated/Shared/Transfer/ProductOfferStorageCriteriaTransfer |
| ProductView | class | Extended | src/Generated/Shared/Transfer/ProductViewTransfer |
| MerchantStorageCriteria | class | Created | src/Generated/Shared/Transfer/MerchantStorageCriteriaTransfer |
| PriceProductFilter | class | Extended | src/Generated/Shared/Transfer/PriceProductFilterTransfer |
| MerchantStorage | class | Extended | src/Generated/Shared/Transfer/MerchantStorageTransfer |

{% endinfo_block %}

## 4. Set up behavior

Register the following plugin:

**src/Pyz/Yves/ShopApplication/ShopApplicationDependencyProvider.php**

```php
&lt;?php

namespace Pyz\Yves\ShopApplication;

use SprykerFeature\Yves\BuyBox\Widget\BuyBoxWidget;
use SprykerShop\Yves\ShopApplication\ShopApplicationDependencyProvider as SprykerShopApplicationDependencyProvider;

class ShopApplicationDependencyProvider extends SprykerShopApplicationDependencyProvider
{
    /**
     * @return array&lt;string&gt;
     */
    protected function getGlobalWidgets(): array
    {
        return [
            BuyBoxWidget::class,
        ];
    }
}
```

{% info_block warningBox &quot;Verification&quot; %}

Make sure that `BuyBoxWidget` is registered by checking that the buy box appears on product detail pages in marketplace mode with multiple merchant offers.

{% endinfo_block %}

## 5. Set up templates

Integrate the BuyBoxWidget into the product detail page template.

**src/Pyz/Yves/ProductDetailPage/Theme/default/components/molecules/product-configurator/product-configurator.twig**

```twig
{% raw %}
{% extends molecule(&apos;product-configurator&apos;, &apos;@SprykerShop:ProductDetailPage&apos;) %}

{% set isProductConcrete = data.product.idProductConcrete is not empty %}
{% set buyBoxWidget = findWidget(&apos;BuyBoxWidget&apos;, [data.product, app.request]) %}
{% set productOffersCount = buyBoxWidget.products | length %}
{% set showProductAvailability = isProductConcrete and productOffersCount == 0 %}
{% set isAvailable = isProductConcrete and (data.product.available or productOffersCount) %}

{% block body %}
    {# ... existing code ... #}

    {% widget &apos;AddToCartFormWidget&apos; args [config, data.product, isDisabled, options] with {
        data: {
            isService: sspServiceDetectorWidget and sspServiceDetectorWidget.isService,
        },
        embed: {
            showProductAvailability: showProductAvailability,
            buyBoxWidget: buyBoxWidget,
        },
    } only %}
        {% block embeddedData %}
            {# ... existing code ... #}

            {% if not shipmentTypeServicePointSelectorWidget or not shipmentTypeServicePointSelectorWidget.hasShipmentTypeWithRequiredLocation %}
                &lt;div class=&quot;spacing-bottom spacing-bottom--bigger&quot;&gt;
                    {% widget embed.buyBoxWidget %}
                        {% block content %}
                            {{ parent() }}
                        {% endblock %}
                    {% endwidget %}
                &lt;/div&gt;
            {% endif %}

            {# ... rest of the template ... #}
        {% endblock %}
    {% endwidget %}

    {# ... rest of the template ... #}
{% endblock %}
{% endraw %}
```

{% info_block infoBox &quot;Template change summary&quot; %}

This template change:
- Calculates `productOffersCount` by using the `BuyBoxWidget`.
- Sets `showProductAvailability` so availability displays only when no product offers exist.
- Passes `buyBoxWidget` through the embed context to render it within `AddToCartFormWidget`.
- Replaces the default merchant product widgets with the unified `BuyBoxWidget` display.

{% endinfo_block %}

{% info_block warningBox &quot;Verification&quot; %}

Make sure the Buy Box displays correctly on product detail pages:
- When multiple merchant offers exist, the Buy Box shows all available offers.
- Each offer displays merchant information and price.
- You can select different merchant offers.
- When no product offers exist, availability information displays instead.

{% endinfo_block %}

## 6. Import glossary data

Import glossary keys for buy box translations:

**data/import/common/common/glossary.csv**

```csv
buy_box.sold_by,&quot;Sold by&quot;,en_US
buy_box.sold_by,&quot;Verkauft von&quot;,de_DE
buy_box.view_merchant,&quot;View seller&quot;,en_US
buy_box.view_merchant,&quot;Händler ansehen&quot;,de_DE
```

Run the data import:

```bash
console data:import glossary
```

{% info_block warningBox &quot;Verification&quot; %}

Make sure the glossary keys have been imported by checking the `spy_glossary_key` and `spy_glossary_translation` tables. Verify that the buy box displays the correct translations on the storefront.

{% endinfo_block %}

## 7. Set up frontend

Build the frontend to include the new styles and assets:

```bash
console frontend:yves:build
```

## 8. Optional: Add stock-based sorting and availability per offer

To enable stock-based sorting and show availability per merchant offer, install the Product Availability Display feature and configure the integration.

### Install Product Availability Display feature

Follow the [Install the Product Availability Display feature](/docs/pbc/all/warehouse-management-system/latest/base-shop/install-and-upgrade/install-features/install-the-product-availability-display-feature.html) guide to install the availability modules.

### Add availability to product offers

Register the plugin that adds availability data to product offers:

**src/Pyz/Client/ProductOfferStorage/ProductOfferStorageDependencyProvider.php**

```php
&lt;?php

namespace Pyz\Client\ProductOfferStorage;

use Spryker\Client\ProductOfferAvailabilityStorage\Plugin\ProductOfferStorage\ProductOfferAvailabilityProductOfferStorageBulkExpanderPlugin;
use Spryker\Client\ProductOfferStorage\ProductOfferStorageDependencyProvider as SprykerProductOfferStorageDependencyProvider;

class ProductOfferStorageDependencyProvider extends SprykerProductOfferStorageDependencyProvider
{
    /**
     * @return array&lt;\Spryker\Client\ProductOfferStorageExtension\Dependency\Plugin\ProductOfferStorageBulkExpanderPluginInterface&gt;
     */
    protected function getProductOfferStorageBulkExpanderPlugins(): array
    {
        return [
            new ProductOfferAvailabilityProductOfferStorageBulkExpanderPlugin(),
        ];
    }
}
```

{% info_block warningBox &quot;Verification&quot; %}

Make sure that `ProductOfferAvailabilityProductOfferStorageBulkExpanderPlugin` is registered by viewing a product with multiple merchant offers and verifying that each offer displays its own availability information.

{% endinfo_block %}

### Configure stock-based sorting

To sort offers by stock instead of price, update your Buy Box configuration (from step 2) to use `SORT_BY_STOCK`:

**src/Pyz/Yves/BuyBox/BuyBoxConfig.php**

```php
public function getSortingStrategy(): string
{
    return static::SORT_BY_STOCK; // Sort by highest to lowest stock
}
```

This enables stock-aware Buy Box functionality with per-offer availability and stock-based sorting.
</description>
            <pubDate>Wed, 18 Feb 2026 11:22:42 +0000</pubDate>
            <link>https://docs.spryker.com/docs/pbc/all/offer-management/latest/marketplace/install-and-upgrade/install-features/install-the-buy-box-feature.html</link>
            <guid isPermaLink="true">https://docs.spryker.com/docs/pbc/all/offer-management/latest/marketplace/install-and-upgrade/install-features/install-the-buy-box-feature.html</guid>
            
            
        </item>
        
        <item>
            <title>Product Availability Display feature overview</title>
            <description>The Product Availability Display feature shows stock quantities on product detail pages, in shopping carts, and in the Buy Box in marketplace scenarios. When you enable the feature, availability displays in three states: in stock with quantity, available (for never-out-of-stock products), or out of stock.

## Display modes

The feature supports two display modes:

**Indicator only**: Shows the availability status without quantities. Products display as &quot;Available&quot; or &quot;Out of stock.&quot;

**Indicator with quantity**: Shows the availability status with exact quantities. Products display as &quot;19 in stock&quot; or &quot;Out of stock.&quot;

## Stock display on product detail page

Availability information appears on product detail pages for concrete products (specific product variants).

&lt;img src=&quot;https://spryker.s3.eu-central-1.amazonaws.com/docs/pbc/all/warehouse-management-system/product-availability-display/pdp-stock-quantity.png&quot; alt=&quot;Product detail page showing stock quantity&quot; width=&quot;600&quot;&gt;

When a product has available inventory, the system displays the quantity. The format is &quot;X in stock,&quot; for example, &quot;19 in stock.&quot;

### Never-out-of-stock products

Products marked as never out of stock display &quot;Available&quot; without showing a quantity. These products remain available regardless of inventory levels.

&lt;img src=&quot;https://spryker.s3.eu-central-1.amazonaws.com/docs/pbc/all/warehouse-management-system/product-availability-display/pdp-available.png&quot; alt=&quot;Product showing available status&quot; width=&quot;600&quot;&gt;

### Out of stock

When a product has zero available inventory and is not marked as never out of stock, the system displays &quot;Out of stock&quot;.

&lt;img src=&quot;https://spryker.s3.eu-central-1.amazonaws.com/docs/pbc/all/warehouse-management-system/product-availability-display/pdp-out-of-stock.png&quot; alt=&quot;Product showing out of stock&quot; width=&quot;600&quot;&gt;

### Dynamic updates with variant selection

When customers select different product variants, such as color or size, the availability display updates automatically to show stock for the selected variant.

## Stock display in shopping cart

Availability information appears for each line item in the shopping cart.

&lt;img src=&quot;https://spryker.s3.eu-central-1.amazonaws.com/docs/pbc/all/warehouse-management-system/product-availability-display/cart-availability.png&quot; alt=&quot;Shopping cart showing availability&quot; width=&quot;600&quot;&gt;

Each cart item displays its current availability status, for example &quot;19 in stock&quot; or &quot;Available&quot;. If stock levels change after a customer adds items to the cart and before checkout, the cart display reflects the current availability.

The system validates stock availability during checkout. If the requested quantity exceeds the available stock, checkout cannot be completed until the customer adjusts the order.

## Measurement unit support

When products have measurement units configured, availability displays with the unit.

&lt;img src=&quot;https://spryker.s3.eu-central-1.amazonaws.com/docs/pbc/all/warehouse-management-system/product-availability-display/availability-with-units.png&quot; alt=&quot;Product with measurement unit&quot; width=&quot;600&quot;&gt;

For example, &quot;225.5 m in stock&quot; instead of &quot;225.5 in stock.&quot; The measurement unit is appended to the quantity based on the product&apos;s configured base unit.

## Stock display in Buy Box

In marketplace scenarios, when combined with the Buy Box feature, availability information appears per merchant offer. Customers can see stock availability for each merchant selling the product.

For details about Buy Box integration, see [Buy Box feature overview](/docs/pbc/all/offer-management/latest/marketplace/buy-box-feature-overview.html).

## Configuration

You configure the Product Availability Display feature at the code level. The following configuration options are available:
- **Enable or disable stock display**: The feature is disabled by default.
- **Display mode**: Indicator only or indicator with quantity.
- **Decimal precision**: Number of decimal places for quantities (default: 2).

For configuration details, see [Install the Product Availability Display feature](/docs/pbc/all/warehouse-management-system/latest/base-shop/install-and-upgrade/install-features/install-the-product-availability-display-feature.html).

## Use cases

Use this feature when:
- Customers need to see stock quantities to plan purchases
- Customers need to verify availability before ordering
- Multiple merchants sell the same product and stock varies by merchant (marketplace scenarios)
- Products are sold in measurement units and quantities need to display with units

## Limitations

- Reserved or allocated stock is not shown separately.
- Backorder management and pre-orders are not supported.
- Per-warehouse availability is not displayed to customers.
- Restock notifications are not provided.
- Inventory forecasting and expected restock dates are not shown.

## Related documents

- [Install the Product Availability Display feature](/docs/pbc/all/warehouse-management-system/latest/base-shop/install-and-upgrade/install-features/install-the-product-availability-display-feature.html)
</description>
            <pubDate>Tue, 17 Feb 2026 17:23:54 +0000</pubDate>
            <link>https://docs.spryker.com/docs/pbc/all/warehouse-management-system/latest/base-shop/product-availability-display-feature-overview.html</link>
            <guid isPermaLink="true">https://docs.spryker.com/docs/pbc/all/warehouse-management-system/latest/base-shop/product-availability-display-feature-overview.html</guid>
            
            
        </item>
        
        <item>
            <title>Buy Box feature overview</title>
            <description>&lt;p&gt;The Buy Box feature displays multiple merchant offers for the same product on the product detail page in a marketplace environment. When multiple merchants sell the same product, the Buy Box shows all available offers. This lets you compare prices and availability and select the merchant you want to purchase from.&lt;/p&gt;
&lt;h2 id=&quot;buy-box-display&quot;&gt;Buy Box display&lt;/h2&gt;
&lt;p&gt;The Buy Box appears on the product detail page and presents merchant offers in a structured list.&lt;/p&gt;
&lt;img src=&quot;https://spryker.s3.eu-central-1.amazonaws.com/docs/pbc/all/offer-management/buy-box/buy-box-multiple-offers.png&quot; alt=&quot;Buy Box showing multiple merchant offers&quot; width=&quot;600&quot;&gt;
&lt;h3 id=&quot;merchant-offer-information&quot;&gt;Merchant offer information&lt;/h3&gt;
&lt;p&gt;Each offer in the Buy Box displays the following information:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Merchant name with a link to the merchant profile page&lt;/li&gt;
&lt;li&gt;Product price offered by the merchant&lt;/li&gt;
&lt;li&gt;Radio button for merchant selection&lt;/li&gt;
&lt;li&gt;Availability status (when the &lt;a href=&quot;/docs/pbc/all/warehouse-management-system/latest/base-shop/product-availability-display-feature-overview.html&quot;&gt;Product Availability Display feature&lt;/a&gt; is installed)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;merchant-selection&quot;&gt;Merchant selection&lt;/h3&gt;
&lt;p&gt;You select your preferred merchant using radio buttons. Only one merchant can be selected at a time. When you add the product to the cart, the selected merchant’s offer is added.&lt;/p&gt;
&lt;img src=&quot;https://spryker.s3.eu-central-1.amazonaws.com/docs/pbc/all/offer-management/buy-box/buy-box-selection.png&quot; alt=&quot;Merchant selection in Buy Box&quot; width=&quot;600&quot;&gt;
&lt;p&gt;The first offer in the list is selected by default. The default selection depends on the configured sorting strategy.&lt;/p&gt;
&lt;h3 id=&quot;url-based-merchant-selection&quot;&gt;URL-based merchant selection&lt;/h3&gt;
&lt;p&gt;The Buy Box supports URL parameters that let you preselect a specific merchant offer. When the URL contains a merchant selection parameter, the corresponding offer is selected instead of the default offer.&lt;/p&gt;
&lt;h2 id=&quot;sorting-strategies&quot;&gt;Sorting strategies&lt;/h2&gt;
&lt;p&gt;You can sort offers in the Buy Box by the following criteria:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Price&lt;/strong&gt;: Lowest to highest (default)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Stock availability&lt;/strong&gt;: Highest to lowest stock quantity (requires the &lt;a href=&quot;/docs/pbc/all/warehouse-management-system/latest/base-shop/product-availability-display-feature-overview.html&quot;&gt;Product Availability Display feature&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;When you sort by stock availability, merchants marked as never out of stock appear first, followed by merchants with the highest stock quantities.&lt;/p&gt;
&lt;p&gt;The sorting strategy determines which offer is pre-selected by default when customers first view the product page.&lt;/p&gt;
&lt;h2 id=&quot;integration-with-product-availability-display&quot;&gt;Integration with Product Availability Display&lt;/h2&gt;
&lt;p&gt;When the Product Availability Display feature is installed, the Buy Box shows availability information for each merchant offer. This lets you compare prices and stock availability across merchants.&lt;/p&gt;
&lt;img src=&quot;https://spryker.s3.eu-central-1.amazonaws.com/docs/pbc/all/offer-management/buy-box/buy-box-out-of-stock.png&quot; alt=&quot;Buy Box with availability per merchant&quot; width=&quot;600&quot;&gt;
&lt;p&gt;For details about availability display, see &lt;a href=&quot;/docs/pbc/all/warehouse-management-system/latest/base-shop/product-availability-display-feature-overview.html&quot;&gt;Product Availability Display feature overview&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&quot;configuration&quot;&gt;Configuration&lt;/h2&gt;
&lt;p&gt;You can configure the Buy Box feature at the code level. The following configuration option is available:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Sorting strategy: by price or by stock availability&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For configuration details, see &lt;a href=&quot;/docs/pbc/all/offer-management/latest/marketplace/install-and-upgrade/install-features/install-the-buy-box-feature.html&quot;&gt;Install the Buy Box feature&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&quot;use-cases&quot;&gt;Use cases&lt;/h2&gt;
&lt;p&gt;Use the Buy Box feature in the following scenarios:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Multiple merchants sell the same product in a marketplace&lt;/li&gt;
&lt;li&gt;Customers need to compare offers from different merchants&lt;/li&gt;
&lt;li&gt;Merchant selection should be visible and explicit on the product page&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;current-constraints&quot;&gt;Current constraints&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Merchant ratings or reviews are not displayed within the Buy Box. Links to merchant profiles are provided.&lt;/li&gt;
&lt;li&gt;Offers cannot be filtered based on shipping location, delivery time, or other criteria.&lt;/li&gt;
&lt;li&gt;Shipping costs per merchant are not shown.&lt;/li&gt;
&lt;li&gt;The feature does not provide offer recommendations based on customer preferences or purchase history.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;related-documents&quot;&gt;Related documents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;/docs/pbc/all/offer-management/latest/marketplace/install-and-upgrade/install-features/install-the-buy-box-feature.html&quot;&gt;Install the Buy Box feature&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
            <pubDate>Tue, 17 Feb 2026 17:23:54 +0000</pubDate>
            <link>https://docs.spryker.com/docs/pbc/all/offer-management/latest/marketplace/buy-box-feature-overview.html</link>
            <guid isPermaLink="true">https://docs.spryker.com/docs/pbc/all/offer-management/latest/marketplace/buy-box-feature-overview.html</guid>
            
            
        </item>
        
    </channel>
</rss>
