<?xml version="1.0" encoding="utf-8"?>
<?xml-model href="rfc7991bis.rnc"?>

<rfc
  xmlns:xi="http://www.w3.org/2001/XInclude"
  category="info"
  docName="draft-chang-ipplusplus-00"
  ipr="trust200902"
  obsoletes=""
  updates=""
  submissionType="IETF"
  xml:lang="en"
  version="3">

  <front>
    <title abbrev="IP++">IP plus plus</title>
    <seriesInfo name="Internet-Draft" value="draft-chang-ipplusplus-00"/>
    <author fullname="Qing Chang" initials="Q." surname="Chang">
      <organization>Beijing IpPlusPlus Network Technology Co., Ltd.</organization>
      <address>
        <postal> 
          <street>No. 3 of Minzhuang Road, Haidian District</street>
          <city>Beijing</city>
          <code>100195</code>
          <country>CN</country>
        </postal>
        <phone>+86 166 01385691</phone>
        <email>cq@ippp.xyz</email>
        <uri>http://www.ippp.xyz</uri>
      </address>
    </author>
    <date year="2026"/>
    <area>Internetworking Area</area>
    <workgroup>Internet Engineering Task Force</workgroup>

    <keyword>internet protocol</keyword>
    <keyword>IP++</keyword>

    <abstract>
      <t>
      This memo proposes an extension scheme for IPv4. It can resolve the exhaustion of IPv4 addresses at an extremely low cost and enable external access to internal networks as convenient as internal access to external networks. IPv4 adopts 32-bit fixed-length addresses, the problem of insufficient address space has long been prominent. As a temporary solution, Network Address Translation (NAT) alleviates address scarcity to a certain extent, yet it breaks the end-to-end communication principle of the Internet. It only allows intranet devices to actively access the extranet and fails to support direct access from the extranet to the intranet. Although various solutions have been proposed in the industry, they all have inherent limitations. This paper presents an innovative scheme named IP++ based on multi-level variable-length addresses, which fundamentally solves the above problems and restores the IP protocol to the basic end-to-end principle. The multi-level variable-length address structure of IP++ is highly compatible with the natural hierarchical topology of the Internet, featuring strong backward compatibility, convenient deployment and excellent usability.
      </t>
    </abstract>
  </front>

  <middle>

    <section>
      <name>Introduction</name>
      <t>The network technology system has evolved gradually rather than being fully designed at one time <xref target="xie2021computer"/> <xref target="fall2016tcp"/>. Traditional IPv4 uses 32-bit addresses <xref target="RFC791"/>. With the continuous expansion of the Internet scale, the shortage of address resources has become increasingly severe. To address this issue, Network Address Translation (NAT) was introduced <xref target="RFC2663"/>. Essentially, NAT enables multiple intranet devices to share a limited number of public network addresses via address sharing. However, NAT breaks the end-to-end principle, making it impossible for the extranet to directly access intranet devices and creating obstacles for remote interconnection.
      </t>
      <t>A variety of technical solutions have been developed to tackle remote interconnection, but none can achieve perfect adaptation across all scenarios. The core features and limitations of mainstream solutions are analyzed as follows.</t>
      <section>
        <name>Server Relay</name>
        <t>Server relay is the most widely adopted solution for remote interconnection. Leveraging the global reachability of public network servers, devices on different intranets establish indirect communication links through a shared relay server for data exchange. In practical deployment, developers can build custom relay services or utilize mature middleware, such as reverse proxy tools represented by frp and the MQTT framework. Reverse proxies create tunnel mappings between relay servers and intranet devices. When external users access a specified port on the relay server, traffic is forwarded to the target intranet device to realize indirect extranet access. The MQTT framework simplifies deployment and reduces development costs with ready-made components.
        </t>
        <t>Nevertheless, server relay has obvious drawbacks. The detoured communication path increases network latency and brings a series of challenges in development, operation, maintenance and network security.</t>
      </section>
      <section>
        <name>Port Mapping</name>
        <t>Port mapping works by configuring rules on gateways to establish one-to-one mappings between public gateway ports and ports of intranet devices. When external users access a designated gateway port, data packets are automatically forwarded to the corresponding port of the target intranet device, enabling extranet-to-intranet access.
        </t>
        <t>There are fundamental differences between IP addresses and ports in functional positioning: an IP address is a network-layer identifier for locating terminal nodes in the network, while a port is a transport-layer identifier for distinguishing different application processes on a single terminal. Relying on port mapping for remote access causes functional dislocation between the network layer and the transport layer, resulting in management chaos. For instance, ports are generally owned by terminal users, whereas port mapping rules are configured by gateway administrators. The separation of rights and responsibilities easily leads to configuration conflicts. In addition, similar applications usually use the same default port across different nodes. Using ports to distinguish nodes goes against user habits and increases operational complexity. Accordingly, port mapping is only applicable to simple specific scenarios and cannot serve as a universal solution for remote interconnection.</t>
      </section>
      <section>
        <name>VPN</name>
        <t>VPN builds encrypted tunnels between different intranets to simulate a unified local area network environment, realizing interconnection of cross-regional intranet resources. It is widely applied in enterprise branch interconnection and remote office scenarios. This solution features high security and reuses existing intranet resources, but it has notable limitations in application scenarios. It requires all interconnected networks to belong to a unified administrative domain, such as the same enterprise or organization. Therefore, VPN is only a dedicated technology for specific scenarios and cannot act as a universal fundamental solution for remote interconnection.</t>
      </section>
      <section>
        <name>IPv6</name>
        <t>Since the root cause of remote interconnection issues lies in design defects of the IP protocol, the industry turned to the research and development of the next-generation IP protocol, namely IPv6 <xref target="RFC8200"/><xref target="RFC4291"/><xref target="RFC4213"/>. Adopting 128-bit long addresses, IPv6 effectively resolves the problem of address resource shortage. However, its flat address structure fundamentally conflicts with the inherent hierarchical structure of the Internet, leading to two critical flaws. First, it suffers from poor backward compatibility. Seamless interworking with IPv4 is unachievable, and upgrading massive existing IPv4 devices and network facilities incurs extremely high costs, hindering large-scale deployment. Second, long addresses bring great difficulties in configuration, management and memorization compared with IPv4, making IPv6 user-unfriendly. These drawbacks also make it inapplicable in certain scenarios such as internal networks. For the above reasons, IPv6 is unlikely to completely replace IPv4 or become a unified IP protocol.</t>
      </section>
    </section>
    <section>
      <name>IP++ Scheme Based on Variable-Length Addresses</name>
      <t>As analyzed above, a new solution is urgently required to address remote interconnection problems. Drawing lessons from IPv6, the new scheme must ensure excellent backward compatibility. On one hand, the massive legacy network facilities make smooth transition an inevitable requirement. On the other hand, the existing TCP/IP network system operates well and meets most practical demands. Hence, the new solution should be an extension of the current system rather than a complete overhaul.
      </t>
      <t>Hierarchical variable-length identifiers are widely used in real life, including postal addresses, telephone numbers, file paths and domain names. This common practice is not coincidental but stems from inherent rationality. All the above objects feature hierarchical aggregation, for which multi-level variable-length identification is the most natural and efficient approach. Network nodes also present typical hierarchical aggregation characteristics, so the addressing of Internet nodes should adopt a multi-level variable-length structure as well. Fixed-length addresses were only a temporary choice in the early stage when the number of network nodes was small and the network structure was simple. Although the "public address + private address" mode of IPv4 reflects partial ideas of multi-level variable-length addressing, it fails to form a systematic architecture.</t>
      <t>The core idea of IP++ is to fully introduce multi-level variable-length addresses into the network layer protocol and build an addressing system matching the hierarchical network topology, so as to fundamentally solve remote interconnection problems <xref target="ipppwebsite"/>.</t>
      <t>It is worth noting that the industry has long explored variable-length addresses since the emergence of the TCP/IP protocol suite. Adopting a full variable-length address architecture has always been the ultimate goal of IP protocol designers, while all commercial IP protocols in history are compromises between theoretical ideals and engineering realities. Variable-length address schemes were already taken into consideration in the initial design of TCP/IP, yet they were not implemented due to the limited hardware performance at that time <xref target="clark2018designing"/>. Internet pioneers including David D. Clark, Vinton Cerf, J. Noel Chiappa and Christian Huitema have devoted themselves to theoretical research and technical practice of variable-length addresses for decades <xref target="clark1991towards"/><xref target="chiappa1994why"/>. The standardization of IPv6 was a critical opportunity to adopt variable-length addresses, and intense debates on this topic took place in the industry <xref target="RFC1621"/><xref target="RFC1622"/>. Unfortunately, after multiple rounds of negotiation and compromise, IPv6 only adopted variable-length prefixes partially instead of a full variable-length address architecture.</t>
      <t>As large-scale deployment of IPv6 encounters practical bottlenecks, researchers including Christian Huitema <xref target="huitema2021flexibleip"/>, Huawei 2012 Labs <xref target="chen2020newip"/>, Mao Decao, Qian Hualin and Wang Tao  et al. <xref target="Turanyi2002"/><xref target="Chimiak2014"/> have continuously proposed to adopt variable-length addresses to break the deadlock. IP++ provides a systematic and engineerable implementation scheme for variable-length address theories.</t>
      <section>
        <name>Division of Unitnets</name>
        <t>Under the IP++ framework, the Internet is divided into multiple levels. Networks at different levels and subnets at the same level all adopt independent address spaces, which are defined as unitnets. Each unitnet owns an address space equivalent to that of IPv4.</t>
        <figure>
          <name>Example of a Network Topology</name>
          <artwork type="svg">
            <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" preserveAspectRatio="none" width="400px" height="300px" viewBox="0 0 400 300">

            <defs>

            <g id="Layer0_0_STROKES_1_FILL">

            <path fill="#000000" stroke="#000000" d=" M 188.55 243.25 Q 188.4 243.1 188.2 243.1 188 243.1 187.85 243.25 187.7 243.4 187.7 243.6 187.7 243.8 187.85 243.95 188 244.1 188.2 244.1 188.4 244.1 188.55 243.95 188.7 243.8 188.7 243.6 188.7 243.4 188.55 243.25 M 184.55 243.25 Q 184.4 243.1 184.2 243.1 184 243.1 183.85 243.25 183.7 243.4 183.7 243.6 183.7 243.8 183.85 243.95 184 244.1 184.2 244.1 184.4 244.1 184.55 243.95 184.7 243.8 184.7 243.6 184.7 243.4 184.55 243.25 M 180.55 243.25 Q 180.4 243.1 180.2 243.1 180 243.1 179.85 243.25 179.7 243.4 179.7 243.6 179.7 243.8 179.85 243.95 180 244.1 180.2 244.1 180.4 244.1 180.55 243.95 180.7 243.8 180.7 243.6 180.7 243.4 180.55 243.25 M 69.35 159.1 Q 69.35 159.3 69.5 159.45 69.65 159.6 69.85 159.6 70.05 159.6 70.2 159.45 70.35 159.3 70.35 159.1 70.35 158.9 70.2 158.75 70.05 158.6 69.85 158.6 69.65 158.6 69.5 158.75 69.35 158.9 69.35 159.1 M 65.35 159.1 Q 65.35 159.3 65.5 159.45 65.65 159.6 65.85 159.6 66.05 159.6 66.2 159.45 66.35 159.3 66.35 159.1 66.35 158.9 66.2 158.75 66.05 158.6 65.85 158.6 65.65 158.6 65.5 158.75 65.35 158.9 65.35 159.1 M 74.2 158.75 Q 74.05 158.6 73.85 158.6 73.65 158.6 73.5 158.75 73.35 158.9 73.35 159.1 73.35 159.3 73.5 159.45 73.65 159.6 73.85 159.6 74.05 159.6 74.2 159.45 74.35 159.3 74.35 159.1 74.35 158.9 74.2 158.75 M 108.55 83.45 Q 108.4 83.3 108.2 83.3 108 83.3 107.85 83.45 107.7 83.6 107.7 83.8 107.7 84 107.85 84.15 108 84.3 108.2 84.3 108.4 84.3 108.55 84.15 108.7 84 108.7 83.8 108.7 83.6 108.55 83.45 M 104.55 83.45 Q 104.4 83.3 104.2 83.3 104 83.3 103.85 83.45 103.7 83.6 103.7 83.8 103.7 84 103.85 84.15 104 84.3 104.2 84.3 104.4 84.3 104.55 84.15 104.7 84 104.7 83.8 104.7 83.6 104.55 83.45 M 112.55 83.45 Q 112.4 83.3 112.2 83.3 112 83.3 111.85 83.45 111.7 83.6 111.7 83.8 111.7 84 111.85 84.15 112 84.3 112.2 84.3 112.4 84.3 112.55 84.15 112.7 84 112.7 83.8 112.7 83.6 112.55 83.45 M 115.15 14.2 Q 115 14.05 114.8 14.05 114.6 14.05 114.45 14.2 114.3 14.35 114.3 14.55 114.3 14.75 114.45 14.9 114.6 15.05 114.8 15.05 115 15.05 115.15 14.9 115.3 14.75 115.3 14.55 115.3 14.35 115.15 14.2 M 107.15 14.2 Q 107 14.05 106.8 14.05 106.6 14.05 106.45 14.2 106.3 14.35 106.3 14.55 106.3 14.75 106.45 14.9 106.6 15.05 106.8 15.05 107 15.05 107.15 14.9 107.3 14.75 107.3 14.55 107.3 14.35 107.15 14.2 M 110.8 15.05 Q 111 15.05 111.15 14.9 111.3 14.75 111.3 14.55 111.3 14.35 111.15 14.2 111 14.05 110.8 14.05 110.6 14.05 110.45 14.2 110.3 14.35 110.3 14.55 110.3 14.75 110.45 14.9 110.6 15.05 110.8 15.05 M 218.55 158.35 Q 218.4 158.5 218.4 158.7 218.4 158.9 218.55 159.05 218.7 159.2 218.9 159.2 219.1 159.2 219.25 159.05 219.4 158.9 219.4 158.7 219.4 158.5 219.25 158.35 219.1 158.2 218.9 158.2 218.7 158.2 218.55 158.35 M 226.4 158.7 Q 226.4 158.9 226.55 159.05 226.7 159.2 226.9 159.2 227.1 159.2 227.25 159.05 227.4 158.9 227.4 158.7 227.4 158.5 227.25 158.35 227.1 158.2 226.9 158.2 226.7 158.2 226.55 158.35 226.4 158.5 226.4 158.7 M 223.4 158.7 Q 223.4 158.5 223.25 158.35 223.1 158.2 222.9 158.2 222.7 158.2 222.55 158.35 222.4 158.5 222.4 158.7 222.4 158.9 222.55 159.05 222.7 159.2 222.9 159.2 223.1 159.2 223.25 159.05 223.4 158.9 223.4 158.7 M 188.95 158.75 Q 188.8 158.6 188.6 158.6 188.4 158.6 188.25 158.75 188.1 158.9 188.1 159.1 188.1 159.3 188.25 159.45 188.4 159.6 188.6 159.6 188.8 159.6 188.95 159.45 189.1 159.3 189.1 159.1 189.1 158.9 188.95 158.75 M 184.95 158.75 Q 184.8 158.6 184.6 158.6 184.4 158.6 184.25 158.75 184.1 158.9 184.1 159.1 184.1 159.3 184.25 159.45 184.4 159.6 184.6 159.6 184.8 159.6 184.95 159.45 185.1 159.3 185.1 159.1 185.1 158.9 184.95 158.75 M 192.95 158.75 Q 192.8 158.6 192.6 158.6 192.4 158.6 192.25 158.75 192.1 158.9 192.1 159.1 192.1 159.3 192.25 159.45 192.4 159.6 192.6 159.6 192.8 159.6 192.95 159.45 193.1 159.3 193.1 159.1 193.1 158.9 192.95 158.75 M 319.25 14.9 Q 319.4 14.75 319.4 14.55 319.4 14.35 319.25 14.2 319.1 14.05 318.9 14.05 318.7 14.05 318.55 14.2 318.4 14.35 318.4 14.55 318.4 14.75 318.55 14.9 318.7 15.05 318.9 15.05 319.1 15.05 319.25 14.9 M 323.4 14.55 Q 323.4 14.35 323.25 14.2 323.1 14.05 322.9 14.05 322.7 14.05 322.55 14.2 322.4 14.35 322.4 14.55 322.4 14.75 322.55 14.9 322.7 15.05 322.9 15.05 323.1 15.05 323.25 14.9 323.4 14.75 323.4 14.55 M 346.9 243.25 Q 346.75 243.1 346.55 243.1 346.35 243.1 346.2 243.25 346.05 243.4 346.05 243.6 346.05 243.8 346.2 243.95 346.35 244.1 346.55 244.1 346.75 244.1 346.9 243.95 347.05 243.8 347.05 243.6 347.05 243.4 346.9 243.25 M 342.9 243.25 Q 342.75 243.1 342.55 243.1 342.35 243.1 342.2 243.25 342.05 243.4 342.05 243.6 342.05 243.8 342.2 243.95 342.35 244.1 342.55 244.1 342.75 244.1 342.9 243.95 343.05 243.8 343.05 243.6 343.05 243.4 342.9 243.25 M 338.9 243.25 Q 338.75 243.1 338.55 243.1 338.35 243.1 338.2 243.25 338.05 243.4 338.05 243.6 338.05 243.8 338.2 243.95 338.35 244.1 338.55 244.1 338.75 244.1 338.9 243.95 339.05 243.8 339.05 243.6 339.05 243.4 338.9 243.25 M 353.75 158.7 Q 353.75 158.5 353.6 158.35 353.45 158.2 353.25 158.2 353.05 158.2 352.9 158.35 352.75 158.5 352.75 158.7 352.75 158.9 352.9 159.05 353.05 159.2 353.25 159.2 353.45 159.2 353.6 159.05 353.75 158.9 353.75 158.7 M 349.25 158.2 Q 349.05 158.2 348.9 158.35 348.75 158.5 348.75 158.7 348.75 158.9 348.9 159.05 349.05 159.2 349.25 159.2 349.45 159.2 349.6 159.05 349.75 158.9 349.75 158.7 349.75 158.5 349.6 158.35 349.45 158.2 349.25 158.2 M 345.6 158.35 Q 345.45 158.2 345.25 158.2 345.05 158.2 344.9 158.35 344.75 158.5 344.75 158.7 344.75 158.9 344.9 159.05 345.05 159.2 345.25 159.2 345.45 159.2 345.6 159.05 345.75 158.9 345.75 158.7 345.75 158.5 345.6 158.35 M 353.15 83.45 Q 353 83.3 352.8 83.3 352.6 83.3 352.45 83.45 352.3 83.6 352.3 83.8 352.3 84 352.45 84.15 352.6 84.3 352.8 84.3 353 84.3 353.15 84.15 353.3 84 353.3 83.8 353.3 83.6 353.15 83.45 M 345.15 83.45 Q 345 83.3 344.8 83.3 344.6 83.3 344.45 83.45 344.3 83.6 344.3 83.8 344.3 84 344.45 84.15 344.6 84.3 344.8 84.3 345 84.3 345.15 84.15 345.3 84 345.3 83.8 345.3 83.6 345.15 83.45 M 349.15 83.45 Q 349 83.3 348.8 83.3 348.6 83.3 348.45 83.45 348.3 83.6 348.3 83.8 348.3 84 348.45 84.15 348.6 84.3 348.8 84.3 349 84.3 349.15 84.15 349.3 84 349.3 83.8 349.3 83.6 349.15 83.45 M 327.25 14.2 Q 327.1 14.05 326.9 14.05 326.7 14.05 326.55 14.2 326.4 14.35 326.4 14.55 326.4 14.75 326.55 14.9 326.7 15.05 326.9 15.05 327.1 15.05 327.25 14.9 327.4 14.75 327.4 14.55 327.4 14.35 327.25 14.2 Z"/>

            </g>



            <path id="Layer0_0_1_STROKES" stroke="#000000" stroke-width="1" stroke-linejoin="round" stroke-linecap="round" fill="none" d=" M 337.3 83.75 L 309.8 83.75 309.8 102.85 351.15 102.85 351.15 141.95 309.75 141.95 309.75 158.85 336.1 158.85 M 190.95 34.4 L 190.95 14.55 121.6 14.55 M 191.8 65.15 L 156 65.15 156 35.05 227.1 35.05 227.1 65.15 191.8 65.15 191.8 83.75 309.8 83.75 M 191.8 83.75 L 132.95 83.75 132.95 102.85 173.8 102.85 173.8 141.95 132.4 141.95 132.4 159.1 177.8 159.1 M 309.75 141.95 L 270.5 141.95 270.5 102.85 309.8 102.85 M 309.75 158.85 L 278.65 158.85 278.65 180.8 319.15 180.8 319.15 227.6 281.1 227.6 281.1 243.8 330.35 243.8 M 281.1 227.6 L 237.95 227.6 237.95 180.8 278.65 180.8 M 190.95 14.55 L 312.2 14.55 M 234.1 158.85 L 278.65 158.85 M 119.8 83.75 L 132.95 83.75 M 132.4 141.95 L 93.15 141.95 93.15 102.85 132.95 102.85 M 81.8 159.1 L 123.45 159.1 132.4 159.1 M 123.45 159.1 L 123.45 180.8 163.75 180.8 163.75 209.25 83.65 209.25 83.65 180.8 123.45 180.8 M 281.1 243.8 L 238.45 243.8 238.45 266.2 277.85 266.2 277.85 294.65 197.75 294.65 197.75 266.2 238.45 266.2 M 195.85 243.8 L 238.45 243.8"/>

            </defs>



            <g transform="matrix( 1, 0, 0, 1, 0,0) ">

            <use xlink:href="#Layer0_0_1_STROKES"/>



            <use xlink:href="#Layer0_0_STROKES_1_FILL"/>

            </g>



            <g transform="matrix( 1, 0, 0, 1, 176.8,36.4) ">



            <text><tspan x="0" y="6.9" font-family="sans-serif" font-size="8" fill="#000000" xml:space="preserve">1.1.1.1</tspan></text>

            </g>



            <g transform="matrix( 1, 0, 0, 1, 161.7,55.1) ">



            <text><tspan x="0" y="6.9" font-family="sans-serif" font-size="8" fill="#000000" xml:space="preserve">1.1.1.1-1.1.1.1</tspan></text>

            </g>



            <g transform="matrix( 1, 0, 0, 1, 102.3,105.55) ">



            <text><tspan x="0" y="6.9" font-family="sans-serif" font-size="8" fill="#000000" xml:space="preserve">1.1.1.1-1.1.1.2</tspan></text>

            </g>



            <g transform="matrix( 1, 0, 0, 1, 279.65,105.55) ">



            <text><tspan x="0" y="6.9" font-family="sans-serif" font-size="8" fill="#000000" xml:space="preserve">1.1.1.1-1.1.1.3</tspan></text>

            </g>



            <g transform="matrix( 1, 0, 0, 1, 102.3,121.85) ">



            <text><tspan x="0" y="6.9" font-family="sans-serif" font-size="8" fill="#000000" xml:space="preserve">1.1.1.1-1.1.1.2</tspan><tspan x="0" y="16.95" font-family="sans-serif" font-size="8" fill="#000000" xml:space="preserve">-1.1.1.1</tspan></text>

            </g>



            <g transform="matrix( 1, 0, 0, 1, 94.3,185.65) ">



            <text><tspan x="0" y="6.9" font-family="sans-serif" font-size="8" fill="#000000" xml:space="preserve">1.1.1.1-1.1.1.2</tspan><tspan x="0" y="16.95" font-family="sans-serif" font-size="8" fill="#000000" xml:space="preserve">-1.1.1.2</tspan></text>

            </g>



            <g transform="matrix( 1, 0, 0, 1, 279.65,121.85) ">



            <text><tspan x="0" y="6.9" font-family="sans-serif" font-size="8" fill="#000000" xml:space="preserve">1.1.1.1-1.1.1.3</tspan><tspan x="0" y="16.95" font-family="sans-serif" font-size="8" fill="#000000" xml:space="preserve">-1.1.1.1</tspan></text>

            </g>



            <g transform="matrix( 1, 0, 0, 1, 249,182.8) ">



            <text><tspan x="0" y="6.9" font-family="sans-serif" font-size="8" fill="#000000" xml:space="preserve">1.1.1.1-1.1.1.3</tspan><tspan x="0" y="16.95" font-family="sans-serif" font-size="8" fill="#000000" xml:space="preserve">-1.1.1.2</tspan></text>

            </g>



            <g transform="matrix( 1, 0, 0, 1, 249,207.5) ">



            <text><tspan x="0" y="6.9" font-family="sans-serif" font-size="8" fill="#000000" xml:space="preserve">1.1.1.1-1.1.1.3</tspan><tspan x="0" y="16.95" font-family="sans-serif" font-size="8" fill="#000000" xml:space="preserve">-1.1.1.2-1.1.1.1</tspan></text>

            </g>



            <g transform="matrix( 1, 0, 0, 1, 205.5,271.15) ">



            <text><tspan x="0" y="6.9" font-family="sans-serif" font-size="8" fill="#000000" xml:space="preserve">1.1.1.1-1.1.1.3</tspan><tspan x="0" y="16.95" font-family="sans-serif" font-size="8" fill="#000000" xml:space="preserve">-1.1.1.2-1.1.1.2</tspan></text>

            </g>



            <g transform="matrix( 1, 0, 0, 1, 68.6,11.5) ">



            <text><tspan x="0" y="6.9" font-family="sans-serif" font-size="8" fill="#000000" xml:space="preserve">/0</tspan></text>

            </g>



            <g transform="matrix( 1, 0, 0, 1, 66.9,77.75) ">



            <text><tspan x="0" y="6.9" font-family="sans-serif" font-size="8" fill="#000000" xml:space="preserve">/1</tspan></text>

            </g>



            <g transform="matrix( 1, 0, 0, 1, 46.55,154.85) ">



            <text><tspan x="0" y="6.9" font-family="sans-serif" font-size="8" fill="#000000" xml:space="preserve">/2</tspan></text>

            </g>



            <g transform="matrix( 1, 0, 0, 1, 206.9,154.85) ">



            <text><tspan x="0" y="6.9" font-family="sans-serif" font-size="8" fill="#000000" xml:space="preserve">/2</tspan></text>

            </g>



            <g transform="matrix( 1, 0, 0, 1, 163.6,239.5) ">



            <text><tspan x="0" y="6.9" font-family="sans-serif" font-size="8" fill="#000000" xml:space="preserve">/3</tspan></text>

            </g>

            </svg>
          </artwork>
        </figure>
        <t>The Internet presents a tree topology. The top-level network is the public network, defined as the root node of the tree. Sub-unitnets are connected hierarchically below the public network to form a complete tree structure.</t>
        <t>Both unitnets and connected terminals have clear level attributes, which can be expressed in two ways: absolute level and relative level. The absolute level is prefixed with "/", represented by a non-negative integer. The public network is defined as level /0, followed by level /1, /2 and so on downwards. The relative level is prefixed with ".", represented by an integer. The current unitnet is level .0, its parent unitnet is level .-1, the grandparent unitnet is level .-2, and so on upwards.</t>
      </section>
      <section>
        <name>Address Representation</name>
        <t>An IP++ complete address is formed by concatenating addresses of all corresponding levels, which follows the same logic as hierarchical identifiers such as postal addresses and file paths.</t>
        <t>A complete IP++ address must be preceded by the starting level, for example, /1#192.168.1.10. IP++ also supports relative addresses, which can be understood by analogy with relative paths in file systems. For example:</t>
        <t>.0#192.168.1.10 refers to the address 192.168.1.10 within the current unitnet.</t>
        <t>.-1#10.66.7.250 refers to the address 10.66.7.250 in the parent unitnet of the current unitnet.</t>
      </section>
      <section>
        <name>Header Format Design</name>
        <t>The implementation of the IP++ protocol requires defining the corresponding packet header format. The IP++ packet header is divided into two parts: a basic header and an extension header, which balances core function support and extensibility.</t>
        <figure>
          <name>Header Format</name>
          <artwork type="ascii-art">
            <![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|  Hlen |ExH| | |Type of Service|          Total Length         |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|  Time to Live |    Protocol   |    DstPar     |    SrcPar     |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                                                               |
|                                                               |
|                                                               |
|              Destination Address, Source Address              |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
            ]]>
          </artwork>
        </figure>
        <t>The basic header carries core information for packet transmission, such as type of service and time-to-live. It adopts a variable-length design, with its actual length specified by the "header length" field. The calculation formula is: Basic header length = 8 + 8*2^n bytes. For example, if the "header length" field is set to 0, the actual header length is 16 bytes.</t>
        <t>IP++ addresses consist of multiple fields due to their hierarchical features. Taking the destination address /#1.1.1.2-1.1.1.28 as an example:</t>
        <t>The "destination address type" field is set to 0 to indicate an absolute address.</t>
        <t>The "destination address parameter" field records the starting level and address depth: the first 4 bits represent the starting level (0 in this case), and the last 4 bits represent the hierarchical depth (1 level in this case), corresponding to an 8-byte address.</t>
        <t>The 8-byte destination address is stored at the beginning of the combined "destination/source address" field, followed by the source address data starting from the 9th byte. The total length of this combined field is determined by the "header length" field.</t>
        <t>IPv4 implements differentiated functionality through the "Options" field, but due to constraints such as length limitations and complex parsing, the actual application rate is extremely low. IP++ replaces the "options" field with "extension headers" to carry extended functions such as route optimization, security authentication and traffic control. "Extension headers" are optional and can be added on demand. New types of extension headers can be defined flexibly for diverse service requirements without modifying the basic header structure. Detailed specifications of "extension headers" are documented in relevant technical manuals.</t>
      </section>
    </section>
    <section>
      <name>Compatibility Design</name>
      <t>Superior backward compatibility is one of the core advantages of IP++. Networks with IP++ devices and pure IPv4 devices can operate normally in a mixed deployment scenario. Terminals can run IP++ sockets and IPv4 sockets simultaneously. As an extension of IPv4 rather than a disruptive replacement, IP++ maintains strong continuity in address format and protocol logic.</t>
      <t>Public network and private networks can be divided into independent unitnets, and each unitnet follows rules similar to IPv4. IP++ addresses are a superset of IPv4 addresses (IPv4 addresses can be regarded as IP++ /0-level addresses), so legacy IPv4 networks can be upgraded to IP++ without re-addressing. New and old networks can seamlessly connect,  The network upgrade can be implemented gradually by stages and regions, maximizing the value of existing devices and network investments. In addition, technical staff do not need to reconstruct their knowledge system, and learning costs are extremely low.</t>
      <t>IP++ realizes backward compatibility mainly through three strategies: encapsulation, translation and dual stack.</t>
      <section>
        <name>Encapsulation</name>
        <t>When an IP++ packet is transmitted to a pure IPv4 device directly, it will fail to be processed. To solve this problem, the IP++ packet can be encapsulated into an IPv4 packet by adding an IPv4 header. The source and destination addresses in the IPv4 header are extracted from the current segment of the IP++ address or the gateway address of the upper-level unitnet. When the encapsulated packet reaches an IP++ device again, decapsulation will be performed to restore the original IP++ packet.</t>
        <t>The encapsulation mechanism of IP++ is essentially different from traditional encapsulation. Since there is an inherent mapping relationship between IP++ and IPv4 addresses, encapsulation and decapsulation can be completed automatically without manual configuration.</t>
        <t>Encapsulation and decapsulation always work in pairs within a single unitnet. Packets must be in the decapsulated state when crossing the boundary between different unitnets.</t>
      </section>
      <section>
        <name>Translation</name>
        <t>Translation refers to direct conversion between IP++ packets and IPv4 packets. The prerequisite for this translation is address length matching, when the source address and destination address are within the same unitnet, IP++ can utilize a short address format (such as.#x.x.x.x), which facilitates direct conversion. If the source and destination addresses belong to different unitnets with mismatched address lengths, translation needs to work with the NAT mechanism.</t>
        <t>Traditional NAT's core purpose is to address IPv4 address scarcity. Under IP++, addresses are no longer scarce, so standalone NAT is typically of little significance.</t>
        <t>In IP++, NAT is typically used with translation to achieve cross-unitnet protocol conversion. The working principle of NAT in IP++ is similar to the traditional version. When a packet enters the target terminal unitnet, the gateway router replaces the original source address with the gateway address of the target unitnet and records the address mapping. When the response packet is returned, the gateway address is converted back to the original source address to realize bidirectional communication.</t>
        <t>Different from traditional NAT which only supports intranet-to-extranet access, NAT in IP++ supports two scenarios for packets entering a terminal unitnet: transmission from a lower-level unitnet to an upper-level unitnet, and transmission from an upper-level unitnet to a lower-level unitnet. The former is similar to traditional NAT, while the latter is a new application scenario. A large number of legacy IPv4 devices and embedded terminals prefer short addresses, so the reverse NAT function has strong practical value for interconnection with existing devices.</t>
        <figure>
          <name>Example of NAT and translation</name>
          <artwork type="svg">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="none" width="480px" height="330px" viewBox="0 0 480 330">
    <defs>
        <g id="router">
            <rect fill="#ffffff" width="100%" height="100%" x="0" y="0"/><g><rect x="1" y="1" width="78" height="53" fill="none" stroke="#ffffff"/><path d="M 79 16.51 C 79 24.54 61.49 31.52 40.27 31.52 C 18.51 31.52 1 24.54 1 16.51 C 1 38.47 1 38.47 1 38.47 C 1 47.03 18.51 54 40.27 54 C 61.49 54 79 47.03 79 38.47 Z M 40.27 31.52 C 61.49 31.52 79 24.54 79 16.51 C 79 7.95 61.49 1 40.27 1 C 18.51 1 1 7.95 1 16.51 C 1 24.54 18.51 31.52 40.27 31.52 Z" fill="#000000" stroke="#ffffff" stroke-width="2" stroke-linejoin="round" stroke-miterlimit="10"/><path d="M 31.24 10.09 L 34.43 14.91 L 22.22 18.12 L 24.88 15.98 L 5.78 12.77 L 10.55 9.03 L 29.13 12.24 Z M 48.23 21.88 L 46.1 17.06 L 57.24 14.91 L 55.12 16.51 L 73.7 19.73 L 68.92 23.48 L 50.87 19.73 Z M 42.39 7.42 L 54.6 4.21 L 54.6 9.56 L 51.41 9.03 L 45.57 13.85 L 39.73 13.3 L 46.1 8.48 Z M 37.09 26.7 L 25.4 28.83 L 24.88 23.48 L 28.06 24.01 L 34.43 18.67 L 40.27 19.73 L 33.36 25.62 Z" fill="#ffffff" stroke="#000000"/><rect x="1" y="1" width="0" height="0" fill="none" stroke="#ffffff" stroke-width="2"/></g>
        </g>
        <g id="host">
            <g><rect x="0" y="0" width="50" height="40" fill="none" stroke="#ffffff" /><path d="M 45.04 0 L 4.96 0 C 2.23 0 0 2.07 0 4.61 L 0 26.52 C 0 29.06 2.23 31.13 4.96 31.13 L 20.55 31.13 L 20.55 35.7 L 13.1 35.7 C 11.83 35.68 10.78 36.63 10.76 37.81 C 10.75 39 11.76 39.97 13.04 39.98 L 36.67 39.98 C 37.94 40 38.99 39.05 39 37.87 C 39.02 36.68 38 35.71 36.73 35.7 L 30.24 35.7 L 30.24 31.13 L 45.04 31.13 C 47.77 31.13 50 29.06 50 26.52 L 50 4.61 C 50 2.07 47.77 0 45.04 0 Z" fill="black" stroke="#000000"/><path d="M 45.04 2 L 4.96 2 C 3.38 2 2.15 3.15 2.15 4.61 L 2.15 26.52 C 2.15 27.98 3.38 29.13 4.96 29.13 L 45.04 29.13 C 46.62 29.13 47.85 27.98 47.85 26.52 L 47.85 4.61 C 47.85 3.15 46.62 2 45.04 2 L 45.04 2 Z M 43.84 26.23 L 5.85 26.23 L 5.85 4.65 L 43.84 4.65 L 43.84 26.23 Z" fill="white" stroke="#000000"/></g>
        </g>
    </defs>
    <use xlink:href="#host" x="310" y="6" />
    <use xlink:href="#router" x="196" y="126"/>
   <use xlink:href="#host" x="183" y="275" />
<defs>
<g id="Layer1_0_STROKES_1_FILL">
<path fill="#000000" stroke="#000000" d="
M 217.25 265.45
Q 217.2482421875 265.2447265625 217.1 265.1 216.9552734375 264.9517578125 216.75 264.95 216.5447265625 264.9517578125 216.4 265.1 216.2517578125 265.2447265625 216.25 265.45
L 216.25 271.45
Q 216.2517578125 271.6552734375 216.4 271.8 216.5447265625 271.9482421875 216.75 271.95 216.9552734375 271.9482421875 217.1 271.8 217.2482421875 271.6552734375 217.25 271.45
L 217.25 265.45
M 216.4 253.1
Q 216.2517578125 253.2447265625 216.25 253.45
L 216.25 259.45
Q 216.2517578125 259.6552734375 216.4 259.8 216.5447265625 259.9482421875 216.75 259.95 216.9552734375 259.9482421875 217.1 259.8 217.2482421875 259.6552734375 217.25 259.45
L 217.25 253.45
Q 217.2482421875 253.2447265625 217.1 253.1 216.9552734375 252.9517578125 216.75 252.95 216.5447265625 252.9517578125 216.4 253.1
M 200.5 273.9
Q 200.3552734375 273.7517578125 200.15 273.75 199.9447265625 273.7517578125 199.8 273.9 199.6517578125 274.0447265625 199.65 274.25
L 199.65 275.95
Q 199.6517578125 276.1552734375 199.8 276.3 199.9447265625 276.4482421875 200.15 276.45 200.3552734375 276.4482421875 200.5 276.3 200.6482421875 276.1552734375 200.65 275.95
L 200.65 274.25
Q 200.6482421875 274.0447265625 200.5 273.9
M 200.65 262.25
Q 200.6482421875 262.0447265625 200.5 261.9 200.3552734375 261.7517578125 200.15 261.75 199.9447265625 261.7517578125 199.8 261.9 199.6517578125 262.0447265625 199.65 262.25
L 199.65 268.25
Q 199.6517578125 268.4552734375 199.8 268.6 199.9447265625 268.7482421875 200.15 268.75 200.3552734375 268.7482421875 200.5 268.6 200.6482421875 268.4552734375 200.65 268.25
L 200.65 262.25
M 200.65 250.25
Q 200.6482421875 250.0447265625 200.5 249.9 200.3552734375 249.7517578125 200.15 249.75 199.9447265625 249.7517578125 199.8 249.9 199.6517578125 250.0447265625 199.65 250.25
L 199.65 256.25
Q 199.6517578125 256.4552734375 199.8 256.6 199.9447265625 256.7482421875 200.15 256.75 200.3552734375 256.7482421875 200.5 256.6 200.6482421875 256.4552734375 200.65 256.25
L 200.65 250.25
M 200.65 238.25
Q 200.6482421875 238.0447265625 200.5 237.9 200.3552734375 237.7517578125 200.15 237.75 199.9447265625 237.7517578125 199.8 237.9 199.6517578125 238.0447265625 199.65 238.25
L 199.65 244.25
Q 199.6517578125 244.4552734375 199.8 244.6 199.9447265625 244.7482421875 200.15 244.75 200.3552734375 244.7482421875 200.5 244.6 200.6482421875 244.4552734375 200.65 244.25
L 200.65 238.25
M 200.65 226.25
Q 200.6482421875 226.0447265625 200.5 225.9 200.3552734375 225.7517578125 200.15 225.75 199.9447265625 225.7517578125 199.8 225.9 199.6517578125 226.0447265625 199.65 226.25
L 199.65 232.25
Q 199.6517578125 232.4552734375 199.8 232.6 199.9447265625 232.7482421875 200.15 232.75 200.3552734375 232.7482421875 200.5 232.6 200.6482421875 232.4552734375 200.65 232.25
L 200.65 226.25
M 225.9 233.5
Q 225.6947265625 233.5017578125 225.55 233.65 225.4017578125 233.7947265625 225.4 234 225.4017578125 234.2052734375 225.55 234.35 225.6947265625 234.4982421875 225.9 234.5
L 231.9 234.5
Q 232.1052734375 234.4982421875 232.25 234.35 232.3982421875 234.2052734375 232.4 234 232.3982421875 233.7947265625 232.25 233.65 232.1052734375 233.5017578125 231.9 233.5
L 225.9 233.5
M 216.4 241.1
Q 216.2517578125 241.2447265625 216.25 241.45
L 216.25 247.45
Q 216.2517578125 247.6552734375 216.4 247.8 216.5447265625 247.9482421875 216.75 247.95 216.9552734375 247.9482421875 217.1 247.8 217.2482421875 247.6552734375 217.25 247.45
L 217.25 241.45
Q 217.2482421875 241.2447265625 217.1 241.1 216.9552734375 240.9517578125 216.75 240.95 216.5447265625 240.9517578125 216.4 241.1
M 209.3 217.75
Q 209.0947265625 217.7517578125 208.95 217.9 208.8017578125 218.0447265625 208.8 218.25 208.8017578125 218.4552734375 208.95 218.6 209.0947265625 218.7482421875 209.3 218.75
L 215.3 218.75
Q 215.5052734375 218.7482421875 215.65 218.6 215.7982421875 218.4552734375 215.8 218.25 215.7982421875 218.0447265625 215.65 217.9 215.5052734375 217.7517578125 215.3 217.75
L 209.3 217.75
M 227.5 203.75
Q 227.2947265625 203.7517578125 227.15 203.9 227.0017578125 204.0447265625 227 204.25
L 227 210.25
Q 227.0017578125 210.4552734375 227.15 210.6 227.2947265625 210.7482421875 227.5 210.75 227.7052734375 210.7482421875 227.85 210.6 227.9982421875 210.4552734375 228 210.25
L 228 204.25
Q 227.9982421875 204.0447265625 227.85 203.9 227.7052734375 203.7517578125 227.5 203.75
M 244.8 220.45
Q 244.6517578125 220.5947265625 244.65 220.8
L 244.65 226.8
Q 244.6517578125 227.0052734375 244.8 227.15 244.9447265625 227.2982421875 245.15 227.3 245.3552734375 227.2982421875 245.5 227.15 245.6482421875 227.0052734375 245.65 226.8
L 245.65 220.8
Q 245.6482421875 220.5947265625 245.5 220.45 245.3552734375 220.3017578125 245.15 220.3 244.9447265625 220.3017578125 244.8 220.45
M 245.65 208.8
Q 245.6482421875 208.5947265625 245.5 208.45 245.3552734375 208.3017578125 245.15 208.3 244.9447265625 208.3017578125 244.8 208.45 244.6517578125 208.5947265625 244.65 208.8
L 244.65 214.8
Q 244.6517578125 215.0052734375 244.8 215.15 244.9447265625 215.2982421875 245.15 215.3 245.3552734375 215.2982421875 245.5 215.15 245.6482421875 215.0052734375 245.65 214.8
L 245.65 208.8
M 244.8 196.45
Q 244.6517578125 196.5947265625 244.65 196.8
L 244.65 202.8
Q 244.6517578125 203.0052734375 244.8 203.15 244.9447265625 203.2982421875 245.15 203.3 245.3552734375 203.2982421875 245.5 203.15 245.6482421875 203.0052734375 245.65 202.8
L 245.65 196.8
Q 245.6482421875 196.5947265625 245.5 196.45 245.3552734375 196.3017578125 245.15 196.3 244.9447265625 196.3017578125 244.8 196.45
M 244.8 184.45
Q 244.6517578125 184.5947265625 244.65 184.8
L 244.65 190.8
Q 244.6517578125 191.0052734375 244.8 191.15 244.9447265625 191.2982421875 245.15 191.3 245.3552734375 191.2982421875 245.5 191.15 245.6482421875 191.0052734375 245.65 190.8
L 245.65 184.8
Q 245.6482421875 184.5947265625 245.5 184.45 245.3552734375 184.3017578125 245.15 184.3 244.9447265625 184.3017578125 244.8 184.45
M 227.15 191.9
Q 227.0017578125 192.0447265625 227 192.25
L 227 198.25
Q 227.0017578125 198.4552734375 227.15 198.6 227.2947265625 198.7482421875 227.5 198.75 227.7052734375 198.7482421875 227.85 198.6 227.9982421875 198.4552734375 228 198.25
L 228 192.25
Q 227.9982421875 192.0447265625 227.85 191.9 227.7052734375 191.7517578125 227.5 191.75 227.2947265625 191.7517578125 227.15 191.9
M 227.15 180.6
Q 227.0017578125 180.7447265625 227 180.95
L 227 186.25
Q 227.0017578125 186.4552734375 227.15 186.6 227.2947265625 186.7482421875 227.5 186.75 227.7052734375 186.7482421875 227.85 186.6 227.9982421875 186.4552734375 228 186.25
L 228 180.95
Q 227.9982421875 180.7447265625 227.85 180.6 227.7052734375 180.4517578125 227.5 180.45 227.2947265625 180.4517578125 227.15 180.6
M 226.15 125.9
L 226.15 125.95
Q 226.1517578125 126.1552734375 226.3 126.3 226.4447265625 126.4482421875 226.65 126.45 226.8552734375 126.4482421875 227 126.3 227.1482421875 126.1552734375 227.15 125.95
L 227.15 125.9
Q 227.1482421875 125.6947265625 227 125.55 226.8552734375 125.4017578125 226.65 125.4 226.4447265625 125.4017578125 226.3 125.55 226.1517578125 125.6947265625 226.15 125.9
M 242.9 116.4
Q 242.8982421875 116.1947265625 242.75 116.05 242.6052734375 115.9017578125 242.4 115.9 242.1947265625 115.9017578125 242.05 116.05 241.9017578125 116.1947265625 241.9 116.4
L 241.9 122.4
Q 241.9017578125 122.6052734375 242.05 122.75 242.1947265625 122.8982421875 242.4 122.9 242.6052734375 122.8982421875 242.75 122.75 242.8982421875 122.6052734375 242.9 122.4
L 242.9 116.4
M 227.15 113.9
Q 227.1482421875 113.6947265625 227 113.55 226.8552734375 113.4017578125 226.65 113.4 226.4447265625 113.4017578125 226.3 113.55 226.1517578125 113.6947265625 226.15 113.9
L 226.15 119.9
Q 226.1517578125 120.1052734375 226.3 120.25 226.4447265625 120.3982421875 226.65 120.4 226.8552734375 120.3982421875 227 120.25 227.1482421875 120.1052734375 227.15 119.9
L 227.15 113.9
M 227.15 101.9
Q 227.1482421875 101.6947265625 227 101.55 226.8552734375 101.4017578125 226.65 101.4 226.4447265625 101.4017578125 226.3 101.55 226.1517578125 101.6947265625 226.15 101.9
L 226.15 107.9
Q 226.1517578125 108.1052734375 226.3 108.25 226.4447265625 108.3982421875 226.65 108.4 226.8552734375 108.3982421875 227 108.25 227.1482421875 108.1052734375 227.15 107.9
L 227.15 101.9
M 242.9 104.4
Q 242.8982421875 104.1947265625 242.75 104.05 242.6052734375 103.9017578125 242.4 103.9 242.1947265625 103.9017578125 242.05 104.05 241.9017578125 104.1947265625 241.9 104.4
L 241.9 110.4
Q 241.9017578125 110.6052734375 242.05 110.75 242.1947265625 110.8982421875 242.4 110.9 242.6052734375 110.8982421875 242.75 110.75 242.8982421875 110.6052734375 242.9 110.4
L 242.9 104.4
M 242.05 92.05
Q 241.9017578125 92.1947265625 241.9 92.4
L 241.9 98.4
Q 241.9017578125 98.6052734375 242.05 98.75 242.1947265625 98.8982421875 242.4 98.9 242.6052734375 98.8982421875 242.75 98.75 242.8982421875 98.6052734375 242.9 98.4
L 242.9 92.4
Q 242.8982421875 92.1947265625 242.75 92.05 242.6052734375 91.9017578125 242.4 91.9 242.1947265625 91.9017578125 242.05 92.05
M 227.15 89.9
Q 227.1482421875 89.6947265625 227 89.55 226.8552734375 89.4017578125 226.65 89.4 226.4447265625 89.4017578125 226.3 89.55 226.1517578125 89.6947265625 226.15 89.9
L 226.15 95.9
Q 226.1517578125 96.1052734375 226.3 96.25 226.4447265625 96.3982421875 226.65 96.4 226.8552734375 96.3982421875 227 96.25 227.1482421875 96.1052734375 227.15 95.9
L 227.15 89.9
M 226.3 77.55
Q 226.1517578125 77.6947265625 226.15 77.9
L 226.15 83.9
Q 226.1517578125 84.1052734375 226.3 84.25 226.4447265625 84.3982421875 226.65 84.4 226.8552734375 84.3982421875 227 84.25 227.1482421875 84.1052734375 227.15 83.9
L 227.15 77.9
Q 227.1482421875 77.6947265625 227 77.55 226.8552734375 77.4017578125 226.65 77.4 226.4447265625 77.4017578125 226.3 77.55
M 235.8 69.4
Q 235.5947265625 69.4017578125 235.45 69.55 235.3017578125 69.6947265625 235.3 69.9 235.3017578125 70.1052734375 235.45 70.25 235.5947265625 70.3982421875 235.8 70.4
L 241.8 70.4
Q 242.0052734375 70.3982421875 242.15 70.25 242.2982421875 70.1052734375 242.3 69.9 242.2982421875 69.6947265625 242.15 69.55 242.0052734375 69.4017578125 241.8 69.4
L 235.8 69.4
M 317.9 84.05
Q 317.7552734375 83.9017578125 317.55 83.9
L 311.55 83.9
Q 311.3447265625 83.9017578125 311.2 84.05 311.0517578125 84.1947265625 311.05 84.4 311.0517578125 84.6052734375 311.2 84.75 311.3447265625 84.8982421875 311.55 84.9
L 317.55 84.9
Q 317.7552734375 84.8982421875 317.9 84.75 318.0482421875 84.6052734375 318.05 84.4 318.0482421875 84.1947265625 317.9 84.05
M 294.05 84.4
Q 294.0482421875 84.1947265625 293.9 84.05 293.7552734375 83.9017578125 293.55 83.9
L 287.55 83.9
Q 287.3447265625 83.9017578125 287.2 84.05 287.0517578125 84.1947265625 287.05 84.4 287.0517578125 84.6052734375 287.2 84.75 287.3447265625 84.8982421875 287.55 84.9
L 293.55 84.9
Q 293.7552734375 84.8982421875 293.9 84.75 294.0482421875 84.6052734375 294.05 84.4
M 299.2 84.75
Q 299.3447265625 84.8982421875 299.55 84.9
L 305.55 84.9
Q 305.7552734375 84.8982421875 305.9 84.75 306.0482421875 84.6052734375 306.05 84.4 306.0482421875 84.1947265625 305.9 84.05 305.7552734375 83.9017578125 305.55 83.9
L 299.55 83.9
Q 299.3447265625 83.9017578125 299.2 84.05 299.0517578125 84.1947265625 299.05 84.4 299.0517578125 84.6052734375 299.2 84.75
M 295.3 69.9
Q 295.3017578125 70.1052734375 295.45 70.25 295.5947265625 70.3982421875 295.8 70.4
L 301.8 70.4
Q 302.0052734375 70.3982421875 302.15 70.25 302.2982421875 70.1052734375 302.3 69.9 302.2982421875 69.6947265625 302.15 69.55 302.0052734375 69.4017578125 301.8 69.4
L 295.8 69.4
Q 295.5947265625 69.4017578125 295.45 69.55 295.3017578125 69.6947265625 295.3 69.9
M 313.8 69.4
L 307.8 69.4
Q 307.5947265625 69.4017578125 307.45 69.55 307.3017578125 69.6947265625 307.3 69.9 307.3017578125 70.1052734375 307.45 70.25 307.5947265625 70.3982421875 307.8 70.4
L 313.8 70.4
Q 314.0052734375 70.3982421875 314.15 70.25 314.2982421875 70.1052734375 314.3 69.9 314.2982421875 69.6947265625 314.15 69.55 314.0052734375 69.4017578125 313.8 69.4
M 275.2 84.75
Q 275.3447265625 84.8982421875 275.55 84.9
L 281.55 84.9
Q 281.7552734375 84.8982421875 281.9 84.75 282.0482421875 84.6052734375 282.05 84.4 282.0482421875 84.1947265625 281.9 84.05 281.7552734375 83.9017578125 281.55 83.9
L 275.55 83.9
Q 275.3447265625 83.9017578125 275.2 84.05 275.0517578125 84.1947265625 275.05 84.4 275.0517578125 84.6052734375 275.2 84.75
M 257.9 84.05
Q 257.7552734375 83.9017578125 257.55 83.9
L 251.55 83.9
Q 251.3447265625 83.9017578125 251.2 84.05 251.0517578125 84.1947265625 251.05 84.4 251.0517578125 84.6052734375 251.2 84.75 251.3447265625 84.8982421875 251.55 84.9
L 257.55 84.9
Q 257.7552734375 84.8982421875 257.9 84.75 258.0482421875 84.6052734375 258.05 84.4 258.0482421875 84.1947265625 257.9 84.05
M 263.05 84.4
Q 263.0517578125 84.6052734375 263.2 84.75 263.3447265625 84.8982421875 263.55 84.9
L 269.55 84.9
Q 269.7552734375 84.8982421875 269.9 84.75 270.0482421875 84.6052734375 270.05 84.4 270.0482421875 84.1947265625 269.9 84.05 269.7552734375 83.9017578125 269.55 83.9
L 263.55 83.9
Q 263.3447265625 83.9017578125 263.2 84.05 263.0517578125 84.1947265625 263.05 84.4
M 247.8 69.4
Q 247.5947265625 69.4017578125 247.45 69.55 247.3017578125 69.6947265625 247.3 69.9 247.3017578125 70.1052734375 247.45 70.25 247.5947265625 70.3982421875 247.8 70.4
L 253.8 70.4
Q 254.0052734375 70.3982421875 254.15 70.25 254.2982421875 70.1052734375 254.3 69.9 254.2982421875 69.6947265625 254.15 69.55 254.0052734375 69.4017578125 253.8 69.4
L 247.8 69.4
M 283.3 69.9
Q 283.3017578125 70.1052734375 283.45 70.25 283.5947265625 70.3982421875 283.8 70.4
L 289.8 70.4
Q 290.0052734375 70.3982421875 290.15 70.25 290.2982421875 70.1052734375 290.3 69.9 290.2982421875 69.6947265625 290.15 69.55 290.0052734375 69.4017578125 289.8 69.4
L 283.8 69.4
Q 283.5947265625 69.4017578125 283.45 69.55 283.3017578125 69.6947265625 283.3 69.9
M 266.3 69.9
Q 266.2982421875 69.6947265625 266.15 69.55 266.0052734375 69.4017578125 265.8 69.4
L 259.8 69.4
Q 259.5947265625 69.4017578125 259.45 69.55 259.3017578125 69.6947265625 259.3 69.9 259.3017578125 70.1052734375 259.45 70.25 259.5947265625 70.3982421875 259.8 70.4
L 265.8 70.4
Q 266.0052734375 70.3982421875 266.15 70.25 266.2982421875 70.1052734375 266.3 69.9
M 271.8 69.4
Q 271.5947265625 69.4017578125 271.45 69.55 271.3017578125 69.6947265625 271.3 69.9 271.3017578125 70.1052734375 271.45 70.25 271.5947265625 70.3982421875 271.8 70.4
L 277.8 70.4
Q 278.0052734375 70.3982421875 278.15 70.25 278.2982421875 70.1052734375 278.3 69.9 278.2982421875 69.6947265625 278.15 69.55 278.0052734375 69.4017578125 277.8 69.4
L 271.8 69.4
M 329.9 84.05
Q 329.7552734375 83.9017578125 329.55 83.9
L 323.55 83.9
Q 323.3447265625 83.9017578125 323.2 84.05 323.0517578125 84.1947265625 323.05 84.4 323.0517578125 84.6052734375 323.2 84.75 323.3447265625 84.8982421875 323.55 84.9
L 329.55 84.9
Q 329.7552734375 84.8982421875 329.9 84.75 330.0482421875 84.6052734375 330.05 84.4 330.0482421875 84.1947265625 329.9 84.05
M 342.7 70.05
Q 342.5517578125 70.1947265625 342.55 70.4
L 342.55 76.4
Q 342.5517578125 76.6052734375 342.7 76.75 342.8447265625 76.8982421875 343.05 76.9 343.2552734375 76.8982421875 343.4 76.75 343.5482421875 76.6052734375 343.55 76.4
L 343.55 70.4
Q 343.5482421875 70.1947265625 343.4 70.05 343.2552734375 69.9017578125 343.05 69.9 342.8447265625 69.9017578125 342.7 70.05
M 326.05 55.55
Q 325.9017578125 55.6947265625 325.9 55.9
L 325.9 61.9
Q 325.9017578125 62.1052734375 326.05 62.25 326.1947265625 62.3982421875 326.4 62.4 326.6052734375 62.3982421875 326.75 62.25 326.8982421875 62.1052734375 326.9 61.9
L 326.9 55.9
Q 326.8982421875 55.6947265625 326.75 55.55 326.6052734375 55.4017578125 326.4 55.4 326.1947265625 55.4017578125 326.05 55.55
M 343.55 58.4
Q 343.5482421875 58.1947265625 343.4 58.05 343.2552734375 57.9017578125 343.05 57.9 342.8447265625 57.9017578125 342.7 58.05 342.5517578125 58.1947265625 342.55 58.4
L 342.55 64.4
Q 342.5517578125 64.6052734375 342.7 64.75 342.8447265625 64.8982421875 343.05 64.9 343.2552734375 64.8982421875 343.4 64.75 343.5482421875 64.6052734375 343.55 64.4
L 343.55 58.4
M 326.05 46.1
Q 325.9017578125 46.2447265625 325.9 46.45
L 325.9 49.9
Q 325.9017578125 50.1052734375 326.05 50.25 326.1947265625 50.3982421875 326.4 50.4 326.6052734375 50.3982421875 326.75 50.25 326.8982421875 50.1052734375 326.9 49.9
L 326.9 46.45
Q 326.8982421875 46.2447265625 326.75 46.1 326.6052734375 45.9517578125 326.4 45.95 326.1947265625 45.9517578125 326.05 46.1
M 342.7 46.05
Q 342.5517578125 46.1947265625 342.55 46.4
L 342.55 52.4
Q 342.5517578125 52.6052734375 342.7 52.75 342.8447265625 52.8982421875 343.05 52.9 343.2552734375 52.8982421875 343.4 52.75 343.5482421875 52.6052734375 343.55 52.4
L 343.55 46.4
Q 343.5482421875 46.1947265625 343.4 46.05 343.2552734375 45.9017578125 343.05 45.9 342.8447265625 45.9017578125 342.7 46.05 Z"/>
</g>

<g id="Layer1_12_FILL">
<path fill="#000000" stroke="#000000" d="
M 226.25 29.25
L 226.25 34.8 233.1 32 226.25 29.25 Z"/>
</g>

<g id="Layer1_13_FILL">
<path fill="#000000" stroke="#000000" d="
M 169.1 29.25
L 169.1 34.8 176 32 169.1 29.25 Z"/>
</g>

<g id="Layer1_14_STROKES_1_FILL">
<path fill="#000000" stroke="#000000" d="
M 82.9 54.45
Q 82.9783203125 54.2767578125 82.85 54.1 82.7716796875 53.923828125 82.55 53.85 82.3763671875 53.8212890625 82.2 53.9 82.0240234375 54.0279296875 81.95 54.2 81.7552734375 55.085546875 81.75 56 81.7517578125 56.2052734375 81.9 56.35 82.0447265625 56.4982421875 82.25 56.5 82.4552734375 56.4982421875 82.6 56.35 82.7482421875 56.2052734375 82.75 56 82.7447265625 55.2142578125 82.9 54.45
M 91.75 47.65
Q 91.6052734375 47.5017578125 91.4 47.5 88.0427734375 47.51015625 85.5 49.25 85.3466796875 49.3572265625 85.3 49.55 85.272265625 49.7533203125 85.4 49.9 85.5072265625 50.10390625 85.7 50.15 85.9025390625 50.177734375 86.05 50.05 88.3572265625 48.48984375 91.4 48.5 91.6052734375 48.4982421875 91.75 48.35 91.8982421875 48.2052734375 91.9 48 91.8982421875 47.7947265625 91.75 47.65 Z"/>
</g>

<g id="Layer1_15_FILL">
<path fill="#000000" stroke="#000000" d="
M 169.1 29.25
L 169.1 34.8 176 32 169.1 29.25 Z"/>
</g>

<g id="Layer1_16_STROKES_1_FILL">
<path fill="#000000" stroke="#000000" d="
M 82.9 54.45
Q 82.9783203125 54.2767578125 82.85 54.1 82.7716796875 53.923828125 82.55 53.85 82.3763671875 53.8212890625 82.2 53.9 82.0240234375 54.0279296875 81.95 54.2 81.7552734375 55.085546875 81.75 56 81.7517578125 56.2052734375 81.9 56.35 82.0447265625 56.4982421875 82.25 56.5 82.4552734375 56.4982421875 82.6 56.35 82.7482421875 56.2052734375 82.75 56 82.7447265625 55.2142578125 82.9 54.45
M 91.75 47.65
Q 91.6052734375 47.5017578125 91.4 47.5 88.0427734375 47.51015625 85.5 49.25 85.3466796875 49.3572265625 85.3 49.55 85.272265625 49.7533203125 85.4 49.9 85.5072265625 50.10390625 85.7 50.15 85.9025390625 50.177734375 86.05 50.05 88.3572265625 48.48984375 91.4 48.5 91.6052734375 48.4982421875 91.75 48.35 91.8982421875 48.2052734375 91.9 48 91.8982421875 47.7947265625 91.75 47.65 Z"/>
</g>

<g id="Layer1_17_STROKES_1_FILL">
<path fill="#000000" stroke="#000000" d="
M 82.9 54.45
Q 82.9783203125 54.2767578125 82.85 54.1 82.7716796875 53.923828125 82.55 53.85 82.3763671875 53.8212890625 82.2 53.9 82.0240234375 54.0279296875 81.95 54.2 81.7552734375 55.085546875 81.75 56 81.7517578125 56.2052734375 81.9 56.35 82.0447265625 56.4982421875 82.25 56.5 82.4552734375 56.4982421875 82.6 56.35 82.7482421875 56.2052734375 82.75 56 82.7447265625 55.2142578125 82.9 54.45
M 91.75 47.65
Q 91.6052734375 47.5017578125 91.4 47.5 88.0427734375 47.51015625 85.5 49.25 85.3466796875 49.3572265625 85.3 49.55 85.272265625 49.7533203125 85.4 49.9 85.5072265625 50.10390625 85.7 50.15 85.9025390625 50.177734375 86.05 50.05 88.3572265625 48.48984375 91.4 48.5 91.6052734375 48.4982421875 91.75 48.35 91.8982421875 48.2052734375 91.9 48 91.8982421875 47.7947265625 91.75 47.65 Z"/>
</g>

<g id="Layer1_18_STROKES_1_FILL">
<path fill="#000000" stroke="#000000" d="
M 82.9 54.45
Q 82.9783203125 54.2767578125 82.85 54.1 82.7716796875 53.923828125 82.55 53.85 82.3763671875 53.8212890625 82.2 53.9 82.0240234375 54.0279296875 81.95 54.2 81.7552734375 55.085546875 81.75 56 81.7517578125 56.2052734375 81.9 56.35 82.0447265625 56.4982421875 82.25 56.5 82.4552734375 56.4982421875 82.6 56.35 82.7482421875 56.2052734375 82.75 56 82.7447265625 55.2142578125 82.9 54.45
M 91.75 47.65
Q 91.6052734375 47.5017578125 91.4 47.5 88.0427734375 47.51015625 85.5 49.25 85.3466796875 49.3572265625 85.3 49.55 85.272265625 49.7533203125 85.4 49.9 85.5072265625 50.10390625 85.7 50.15 85.9025390625 50.177734375 86.05 50.05 88.3572265625 48.48984375 91.4 48.5 91.6052734375 48.4982421875 91.75 48.35 91.8982421875 48.2052734375 91.9 48 91.8982421875 47.7947265625 91.75 47.65 Z"/>
</g>

<g id="Layer1_19_FILL">
<path fill="#000000" stroke="#000000" d="
M 226.25 29.25
L 226.25 34.8 233.1 32 226.25 29.25 Z"/>
</g>

<g id="Layer1_20_FILL">
<path fill="#000000" stroke="#000000" d="
M 169.1 29.25
L 169.1 34.8 176 32 169.1 29.25 Z"/>
</g>

<g id="Layer1_21_FILL">
<path fill="#000000" stroke="#000000" d="
M 169.1 29.25
L 169.1 34.8 176 32 169.1 29.25 Z"/>
</g>

<g id="Layer1_22_STROKES_1_FILL">
<path fill="#000000" stroke="#000000" d="
M 82.9 54.45
Q 82.9783203125 54.2767578125 82.85 54.1 82.7716796875 53.923828125 82.55 53.85 82.3763671875 53.8212890625 82.2 53.9 82.0240234375 54.0279296875 81.95 54.2 81.7552734375 55.085546875 81.75 56 81.7517578125 56.2052734375 81.9 56.35 82.0447265625 56.4982421875 82.25 56.5 82.4552734375 56.4982421875 82.6 56.35 82.7482421875 56.2052734375 82.75 56 82.7447265625 55.2142578125 82.9 54.45
M 91.75 47.65
Q 91.6052734375 47.5017578125 91.4 47.5 88.0427734375 47.51015625 85.5 49.25 85.3466796875 49.3572265625 85.3 49.55 85.272265625 49.7533203125 85.4 49.9 85.5072265625 50.10390625 85.7 50.15 85.9025390625 50.177734375 86.05 50.05 88.3572265625 48.48984375 91.4 48.5 91.6052734375 48.4982421875 91.75 48.35 91.8982421875 48.2052734375 91.9 48 91.8982421875 47.7947265625 91.75 47.65 Z"/>
</g>

<g id="Layer1_23_STROKES_1_FILL">
<path fill="#000000" stroke="#000000" d="
M 82.9 54.45
Q 82.9783203125 54.2767578125 82.85 54.1 82.7716796875 53.923828125 82.55 53.85 82.3763671875 53.8212890625 82.2 53.9 82.0240234375 54.0279296875 81.95 54.2 81.7552734375 55.085546875 81.75 56 81.7517578125 56.2052734375 81.9 56.35 82.0447265625 56.4982421875 82.25 56.5 82.4552734375 56.4982421875 82.6 56.35 82.7482421875 56.2052734375 82.75 56 82.7447265625 55.2142578125 82.9 54.45
M 91.75 47.65
Q 91.6052734375 47.5017578125 91.4 47.5 88.0427734375 47.51015625 85.5 49.25 85.3466796875 49.3572265625 85.3 49.55 85.272265625 49.7533203125 85.4 49.9 85.5072265625 50.10390625 85.7 50.15 85.9025390625 50.177734375 86.05 50.05 88.3572265625 48.48984375 91.4 48.5 91.6052734375 48.4982421875 91.75 48.35 91.8982421875 48.2052734375 91.9 48 91.8982421875 47.7947265625 91.75 47.65 Z"/>
</g>

<g id="Layer1_24_FILL">
<path fill="#000000" stroke="#000000" d="
M 226.25 29.25
L 226.25 34.8 233.1 32 226.25 29.25 Z"/>
</g>

<g id="Layer1_25_FILL">
<path fill="#000000" stroke="#000000" d="
M 169.1 29.25
L 169.1 34.8 176 32 169.1 29.25 Z"/>
</g>

<g id="Layer1_26_FILL">
<path fill="#000000" stroke="#000000" d="
M 226.25 29.25
L 226.25 34.8 233.1 32 226.25 29.25 Z"/>
</g>

<g id="Layer1_27_STROKES_1_FILL">
<path fill="#000000" stroke="#000000" d="
M 82.9 54.45
Q 82.9783203125 54.2767578125 82.85 54.1 82.7716796875 53.923828125 82.55 53.85 82.3763671875 53.8212890625 82.2 53.9 82.0240234375 54.0279296875 81.95 54.2 81.7552734375 55.085546875 81.75 56 81.7517578125 56.2052734375 81.9 56.35 82.0447265625 56.4982421875 82.25 56.5 82.4552734375 56.4982421875 82.6 56.35 82.7482421875 56.2052734375 82.75 56 82.7447265625 55.2142578125 82.9 54.45
M 91.75 47.65
Q 91.6052734375 47.5017578125 91.4 47.5 88.0427734375 47.51015625 85.5 49.25 85.3466796875 49.3572265625 85.3 49.55 85.272265625 49.7533203125 85.4 49.9 85.5072265625 50.10390625 85.7 50.15 85.9025390625 50.177734375 86.05 50.05 88.3572265625 48.48984375 91.4 48.5 91.6052734375 48.4982421875 91.75 48.35 91.8982421875 48.2052734375 91.9 48 91.8982421875 47.7947265625 91.75 47.65 Z"/>
</g>

<g id="Layer1_28_STROKES_1_FILL">
<path fill="#000000" stroke="#000000" d="
M 82.9 54.45
Q 82.9783203125 54.2767578125 82.85 54.1 82.7716796875 53.923828125 82.55 53.85 82.3763671875 53.8212890625 82.2 53.9 82.0240234375 54.0279296875 81.95 54.2 81.7552734375 55.085546875 81.75 56 81.7517578125 56.2052734375 81.9 56.35 82.0447265625 56.4982421875 82.25 56.5 82.4552734375 56.4982421875 82.6 56.35 82.7482421875 56.2052734375 82.75 56 82.7447265625 55.2142578125 82.9 54.45
M 91.75 47.65
Q 91.6052734375 47.5017578125 91.4 47.5 88.0427734375 47.51015625 85.5 49.25 85.3466796875 49.3572265625 85.3 49.55 85.272265625 49.7533203125 85.4 49.9 85.5072265625 50.10390625 85.7 50.15 85.9025390625 50.177734375 86.05 50.05 88.3572265625 48.48984375 91.4 48.5 91.6052734375 48.4982421875 91.75 48.35 91.8982421875 48.2052734375 91.9 48 91.8982421875 47.7947265625 91.75 47.65 Z"/>
</g>

<g id="Layer1_29_FILL">
<path fill="#000000" stroke="#000000" d="
M 226.25 29.25
L 226.25 34.8 233.1 32 226.25 29.25 Z"/>
</g>

<g id="Layer1_30_FILL">
<path fill="#000000" stroke="#000000" d="
M 226.25 29.25
L 226.25 34.8 233.1 32 226.25 29.25 Z"/>
</g>

<g id="Layer1_31_FILL">
<path fill="#000000" stroke="#000000" d="
M 169.1 29.25
L 169.1 34.8 176 32 169.1 29.25 Z"/>
</g>

<g id="Layer1_36_STROKES_1_FILL">
<path fill="#000000" stroke="#000000" d="
M 3.7 133.3
Q 3.730859375 133.2423828125 3.7 133.2 3.6576171875 133.169140625 3.6 133.15 3.5423828125 133.169140625 3.5 133.2 3.469140625 133.2423828125 3.45 133.3
L 3.45 139.3
Q 3.469140625 139.3576171875 3.5 139.4 3.5423828125 139.430859375 3.6 139.4 3.6576171875 139.430859375 3.7 139.4 3.730859375 139.3576171875 3.7 139.3
L 3.7 133.3
M 3.6 121.15
Q 3.5423828125 121.169140625 3.5 121.2 3.469140625 121.2423828125 3.45 121.3
L 3.45 127.3
Q 3.469140625 127.3576171875 3.5 127.4 3.5423828125 127.430859375 3.6 127.4 3.6576171875 127.430859375 3.7 127.4 3.730859375 127.3576171875 3.7 127.3
L 3.7 121.3
Q 3.730859375 121.2423828125 3.7 121.2 3.6576171875 121.169140625 3.6 121.15
M 3.7 110.5
Q 3.730859375 110.4423828125 3.7 110.4 3.6576171875 110.369140625 3.6 110.35 3.5423828125 110.369140625 3.5 110.4 3.469140625 110.4423828125 3.45 110.5
L 3.45 115.3
Q 3.469140625 115.3576171875 3.5 115.4 3.5423828125 115.430859375 3.6 115.4 3.6576171875 115.430859375 3.7 115.4 3.730859375 115.3576171875 3.7 115.3
L 3.7 110.5
M 199.45 134.4
Q 199.419140625 134.4423828125 199.4 134.5
L 199.4 139.3
Q 199.419140625 139.3576171875 199.45 139.4 199.4923828125 139.430859375 199.55 139.4 199.6076171875 139.430859375 199.65 139.4 199.680859375 139.3576171875 199.65 139.3
L 199.65 134.5
Q 199.680859375 134.4423828125 199.65 134.4 199.6076171875 134.369140625 199.55 134.35 199.4923828125 134.369140625 199.45 134.4
M 199.65 122.5
Q 199.680859375 122.4423828125 199.65 122.4 199.6076171875 122.369140625 199.55 122.35 199.4923828125 122.369140625 199.45 122.4 199.419140625 122.4423828125 199.4 122.5
L 199.4 128.5
Q 199.419140625 128.5576171875 199.45 128.6 199.4923828125 128.630859375 199.55 128.6 199.6076171875 128.630859375 199.65 128.6 199.680859375 128.5576171875 199.65 128.5
L 199.65 122.5
M 199.45 110.4
Q 199.419140625 110.4423828125 199.4 110.5
L 199.4 116.5
Q 199.419140625 116.5576171875 199.45 116.6 199.4923828125 116.630859375 199.55 116.6 199.6076171875 116.630859375 199.65 116.6 199.680859375 116.5576171875 199.65 116.5
L 199.65 110.5
Q 199.680859375 110.4423828125 199.65 110.4 199.6076171875 110.369140625 199.55 110.35 199.4923828125 110.369140625 199.45 110.4 Z"/>
</g>

<g id="Layer1_36_STROKES_2_FILL">
<path fill="#000000" stroke="#000000" d="
M 117.7 139.2
Q 117.6576171875 139.169140625 117.6 139.15
L 111.6 139.15
Q 111.5423828125 139.169140625 111.5 139.2 111.469140625 139.2423828125 111.45 139.3 111.469140625 139.3576171875 111.5 139.4 111.5423828125 139.430859375 111.6 139.4
L 117.6 139.4
Q 117.6576171875 139.430859375 117.7 139.4 117.730859375 139.3576171875 117.7 139.3 117.730859375 139.2423828125 117.7 139.2
M 99.6 139.15
Q 99.5423828125 139.169140625 99.5 139.2 99.469140625 139.2423828125 99.45 139.3 99.469140625 139.3576171875 99.5 139.4 99.5423828125 139.430859375 99.6 139.4
L 105.6 139.4
Q 105.6576171875 139.430859375 105.7 139.4 105.730859375 139.3576171875 105.7 139.3 105.730859375 139.2423828125 105.7 139.2 105.6576171875 139.169140625 105.6 139.15
L 99.6 139.15
M 87.6 139.15
Q 87.5423828125 139.169140625 87.5 139.2 87.469140625 139.2423828125 87.45 139.3 87.469140625 139.3576171875 87.5 139.4 87.5423828125 139.430859375 87.6 139.4
L 93.6 139.4
Q 93.6576171875 139.430859375 93.7 139.4 93.730859375 139.3576171875 93.7 139.3 93.730859375 139.2423828125 93.7 139.2 93.6576171875 139.169140625 93.6 139.15
L 87.6 139.15
M 93.7 110.4
Q 93.6576171875 110.369140625 93.6 110.35
L 87.6 110.35
Q 87.5423828125 110.369140625 87.5 110.4 87.469140625 110.4423828125 87.45 110.5 87.469140625 110.5576171875 87.5 110.6 87.5423828125 110.630859375 87.6 110.6
L 93.6 110.6
Q 93.6576171875 110.630859375 93.7 110.6 93.730859375 110.5576171875 93.7 110.5 93.730859375 110.4423828125 93.7 110.4
M 105.7 110.5
Q 105.730859375 110.4423828125 105.7 110.4 105.6576171875 110.369140625 105.6 110.35
L 99.6 110.35
Q 99.5423828125 110.369140625 99.5 110.4 99.469140625 110.4423828125 99.45 110.5 99.469140625 110.5576171875 99.5 110.6 99.5423828125 110.630859375 99.6 110.6
L 105.6 110.6
Q 105.6576171875 110.630859375 105.7 110.6 105.730859375 110.5576171875 105.7 110.5
M 111.5 110.6
Q 111.5423828125 110.630859375 111.6 110.6
L 117.6 110.6
Q 117.6576171875 110.630859375 117.7 110.6 117.730859375 110.5576171875 117.7 110.5 117.730859375 110.4423828125 117.7 110.4 117.6576171875 110.369140625 117.6 110.35
L 111.6 110.35
Q 111.5423828125 110.369140625 111.5 110.4 111.469140625 110.4423828125 111.45 110.5 111.469140625 110.5576171875 111.5 110.6
M 147.5 139.4
Q 147.5423828125 139.430859375 147.6 139.4
L 153.6 139.4
Q 153.6576171875 139.430859375 153.7 139.4 153.730859375 139.3576171875 153.7 139.3 153.730859375 139.2423828125 153.7 139.2 153.6576171875 139.169140625 153.6 139.15
L 147.6 139.15
Q 147.5423828125 139.169140625 147.5 139.2 147.469140625 139.2423828125 147.45 139.3 147.469140625 139.3576171875 147.5 139.4
M 141.7 139.2
Q 141.6576171875 139.169140625 141.6 139.15
L 135.6 139.15
Q 135.5423828125 139.169140625 135.5 139.2 135.469140625 139.2423828125 135.45 139.3 135.469140625 139.3576171875 135.5 139.4 135.5423828125 139.430859375 135.6 139.4
L 141.6 139.4
Q 141.6576171875 139.430859375 141.7 139.4 141.730859375 139.3576171875 141.7 139.3 141.730859375 139.2423828125 141.7 139.2
M 129.7 139.3
Q 129.730859375 139.2423828125 129.7 139.2 129.6576171875 139.169140625 129.6 139.15
L 123.6 139.15
Q 123.5423828125 139.169140625 123.5 139.2 123.469140625 139.2423828125 123.45 139.3 123.469140625 139.3576171875 123.5 139.4 123.5423828125 139.430859375 123.6 139.4
L 129.6 139.4
Q 129.6576171875 139.430859375 129.7 139.4 129.730859375 139.3576171875 129.7 139.3
M 123.5 110.6
Q 123.5423828125 110.630859375 123.6 110.6
L 129.6 110.6
Q 129.6576171875 110.630859375 129.7 110.6 129.730859375 110.5576171875 129.7 110.5 129.730859375 110.4423828125 129.7 110.4 129.6576171875 110.369140625 129.6 110.35
L 123.6 110.35
Q 123.5423828125 110.369140625 123.5 110.4 123.469140625 110.4423828125 123.45 110.5 123.469140625 110.5576171875 123.5 110.6
M 135.5 110.6
Q 135.5423828125 110.630859375 135.6 110.6
L 141.6 110.6
Q 141.6576171875 110.630859375 141.7 110.6 141.730859375 110.5576171875 141.7 110.5 141.730859375 110.4423828125 141.7 110.4 141.6576171875 110.369140625 141.6 110.35
L 135.6 110.35
Q 135.5423828125 110.369140625 135.5 110.4 135.469140625 110.4423828125 135.45 110.5 135.469140625 110.5576171875 135.5 110.6
M 153.6 110.6
Q 153.6576171875 110.630859375 153.7 110.6 153.730859375 110.5576171875 153.7 110.5 153.730859375 110.4423828125 153.7 110.4 153.6576171875 110.369140625 153.6 110.35
L 147.6 110.35
Q 147.5423828125 110.369140625 147.5 110.4 147.469140625 110.4423828125 147.45 110.5 147.469140625 110.5576171875 147.5 110.6 147.5423828125 110.630859375 147.6 110.6
L 153.6 110.6
M 27.5 139.4
Q 27.5423828125 139.430859375 27.6 139.4
L 33.6 139.4
Q 33.6576171875 139.430859375 33.7 139.4 33.730859375 139.3576171875 33.7 139.3 33.730859375 139.2423828125 33.7 139.2 33.6576171875 139.169140625 33.6 139.15
L 27.6 139.15
Q 27.5423828125 139.169140625 27.5 139.2 27.469140625 139.2423828125 27.45 139.3 27.469140625 139.3576171875 27.5 139.4
M 15.6 139.15
Q 15.5423828125 139.169140625 15.5 139.2 15.469140625 139.2423828125 15.45 139.3 15.469140625 139.3576171875 15.5 139.4 15.5423828125 139.430859375 15.6 139.4
L 21.6 139.4
Q 21.6576171875 139.430859375 21.7 139.4 21.730859375 139.3576171875 21.7 139.3 21.730859375 139.2423828125 21.7 139.2 21.6576171875 139.169140625 21.6 139.15
L 15.6 139.15
M 9.7 139.3
Q 9.730859375 139.2423828125 9.7 139.2 9.6576171875 139.169140625 9.6 139.15
L 3.6 139.15
Q 3.5423828125 139.169140625 3.5 139.2 3.469140625 139.2423828125 3.45 139.3 3.469140625 139.3576171875 3.5 139.4 3.5423828125 139.430859375 3.6 139.4
L 9.6 139.4
Q 9.6576171875 139.430859375 9.7 139.4 9.730859375 139.3576171875 9.7 139.3
M 3.6 110.35
Q 3.5423828125 110.369140625 3.5 110.4 3.469140625 110.4423828125 3.45 110.5 3.469140625 110.5576171875 3.5 110.6 3.5423828125 110.630859375 3.6 110.6
L 9.6 110.6
Q 9.6576171875 110.630859375 9.7 110.6 9.730859375 110.5576171875 9.7 110.5 9.730859375 110.4423828125 9.7 110.4 9.6576171875 110.369140625 9.6 110.35
L 3.6 110.35
M 21.7 110.5
Q 21.730859375 110.4423828125 21.7 110.4 21.6576171875 110.369140625 21.6 110.35
L 15.6 110.35
Q 15.5423828125 110.369140625 15.5 110.4 15.469140625 110.4423828125 15.45 110.5 15.469140625 110.5576171875 15.5 110.6 15.5423828125 110.630859375 15.6 110.6
L 21.6 110.6
Q 21.6576171875 110.630859375 21.7 110.6 21.730859375 110.5576171875 21.7 110.5
M 33.6 110.6
Q 33.6576171875 110.630859375 33.7 110.6 33.730859375 110.5576171875 33.7 110.5 33.730859375 110.4423828125 33.7 110.4 33.6576171875 110.369140625 33.6 110.35
L 27.6 110.35
Q 27.5423828125 110.369140625 27.5 110.4 27.469140625 110.4423828125 27.45 110.5 27.469140625 110.5576171875 27.5 110.6 27.5423828125 110.630859375 27.6 110.6
L 33.6 110.6
M 75.5 139.4
Q 75.5423828125 139.430859375 75.6 139.4
L 81.6 139.4
Q 81.6576171875 139.430859375 81.7 139.4 81.730859375 139.3576171875 81.7 139.3 81.730859375 139.2423828125 81.7 139.2 81.6576171875 139.169140625 81.6 139.15
L 75.6 139.15
Q 75.5423828125 139.169140625 75.5 139.2 75.469140625 139.2423828125 75.45 139.3 75.469140625 139.3576171875 75.5 139.4
M 69.7 139.2
Q 69.6576171875 139.169140625 69.6 139.15
L 63.6 139.15
Q 63.5423828125 139.169140625 63.5 139.2 63.469140625 139.2423828125 63.45 139.3 63.469140625 139.3576171875 63.5 139.4 63.5423828125 139.430859375 63.6 139.4
L 69.6 139.4
Q 69.6576171875 139.430859375 69.7 139.4 69.730859375 139.3576171875 69.7 139.3 69.730859375 139.2423828125 69.7 139.2
M 57.7 139.3
Q 57.730859375 139.2423828125 57.7 139.2 57.6576171875 139.169140625 57.6 139.15
L 51.6 139.15
Q 51.5423828125 139.169140625 51.5 139.2 51.469140625 139.2423828125 51.45 139.3 51.469140625 139.3576171875 51.5 139.4 51.5423828125 139.430859375 51.6 139.4
L 57.6 139.4
Q 57.6576171875 139.430859375 57.7 139.4 57.730859375 139.3576171875 57.7 139.3
M 45.6 139.4
Q 45.6576171875 139.430859375 45.7 139.4 45.730859375 139.3576171875 45.7 139.3 45.730859375 139.2423828125 45.7 139.2 45.6576171875 139.169140625 45.6 139.15
L 39.6 139.15
Q 39.5423828125 139.169140625 39.5 139.2 39.469140625 139.2423828125 39.45 139.3 39.469140625 139.3576171875 39.5 139.4 39.5423828125 139.430859375 39.6 139.4
L 45.6 139.4
M 45.6 110.6
Q 45.6576171875 110.630859375 45.7 110.6 45.730859375 110.5576171875 45.7 110.5 45.730859375 110.4423828125 45.7 110.4 45.6576171875 110.369140625 45.6 110.35
L 39.6 110.35
Q 39.5423828125 110.369140625 39.5 110.4 39.469140625 110.4423828125 39.45 110.5 39.469140625 110.5576171875 39.5 110.6 39.5423828125 110.630859375 39.6 110.6
L 45.6 110.6
M 51.6 110.35
Q 51.5423828125 110.369140625 51.5 110.4 51.469140625 110.4423828125 51.45 110.5 51.469140625 110.5576171875 51.5 110.6 51.5423828125 110.630859375 51.6 110.6
L 57.6 110.6
Q 57.6576171875 110.630859375 57.7 110.6 57.730859375 110.5576171875 57.7 110.5 57.730859375 110.4423828125 57.7 110.4 57.6576171875 110.369140625 57.6 110.35
L 51.6 110.35
M 63.5 110.6
Q 63.5423828125 110.630859375 63.6 110.6
L 69.6 110.6
Q 69.6576171875 110.630859375 69.7 110.6 69.730859375 110.5576171875 69.7 110.5 69.730859375 110.4423828125 69.7 110.4 69.6576171875 110.369140625 69.6 110.35
L 63.6 110.35
Q 63.5423828125 110.369140625 63.5 110.4 63.469140625 110.4423828125 63.45 110.5 63.469140625 110.5576171875 63.5 110.6
M 75.5 110.6
Q 75.5423828125 110.630859375 75.6 110.6
L 81.6 110.6
Q 81.6576171875 110.630859375 81.7 110.6 81.730859375 110.5576171875 81.7 110.5 81.730859375 110.4423828125 81.7 110.4 81.6576171875 110.369140625 81.6 110.35
L 75.6 110.35
Q 75.5423828125 110.369140625 75.5 110.4 75.469140625 110.4423828125 75.45 110.5 75.469140625 110.5576171875 75.5 110.6
M 199.65 139.2
Q 199.6076171875 139.169140625 199.55 139.15
L 195.6 139.15
Q 195.5423828125 139.169140625 195.5 139.2 195.469140625 139.2423828125 195.45 139.3 195.469140625 139.3576171875 195.5 139.4 195.5423828125 139.430859375 195.6 139.4
L 199.55 139.4
Q 199.6076171875 139.430859375 199.65 139.4 199.680859375 139.3576171875 199.65 139.3 199.680859375 139.2423828125 199.65 139.2
M 189.7 139.2
Q 189.6576171875 139.169140625 189.6 139.15
L 183.6 139.15
Q 183.5423828125 139.169140625 183.5 139.2 183.469140625 139.2423828125 183.45 139.3 183.469140625 139.3576171875 183.5 139.4 183.5423828125 139.430859375 183.6 139.4
L 189.6 139.4
Q 189.6576171875 139.430859375 189.7 139.4 189.730859375 139.3576171875 189.7 139.3 189.730859375 139.2423828125 189.7 139.2
M 165.6 139.4
Q 165.6576171875 139.430859375 165.7 139.4 165.730859375 139.3576171875 165.7 139.3 165.730859375 139.2423828125 165.7 139.2 165.6576171875 139.169140625 165.6 139.15
L 159.6 139.15
Q 159.5423828125 139.169140625 159.5 139.2 159.469140625 139.2423828125 159.45 139.3 159.469140625 139.3576171875 159.5 139.4 159.5423828125 139.430859375 159.6 139.4
L 165.6 139.4
M 171.6 139.15
Q 171.5423828125 139.169140625 171.5 139.2 171.469140625 139.2423828125 171.45 139.3 171.469140625 139.3576171875 171.5 139.4 171.5423828125 139.430859375 171.6 139.4
L 177.6 139.4
Q 177.6576171875 139.430859375 177.7 139.4 177.730859375 139.3576171875 177.7 139.3 177.730859375 139.2423828125 177.7 139.2 177.6576171875 139.169140625 177.6 139.15
L 171.6 139.15
M 165.6 110.6
Q 165.6576171875 110.630859375 165.7 110.6 165.730859375 110.5576171875 165.7 110.5 165.730859375 110.4423828125 165.7 110.4 165.6576171875 110.369140625 165.6 110.35
L 159.6 110.35
Q 159.5423828125 110.369140625 159.5 110.4 159.469140625 110.4423828125 159.45 110.5 159.469140625 110.5576171875 159.5 110.6 159.5423828125 110.630859375 159.6 110.6
L 165.6 110.6
M 177.7 110.4
Q 177.6576171875 110.369140625 177.6 110.35
L 171.6 110.35
Q 171.5423828125 110.369140625 171.5 110.4 171.469140625 110.4423828125 171.45 110.5 171.469140625 110.5576171875 171.5 110.6 171.5423828125 110.630859375 171.6 110.6
L 177.6 110.6
Q 177.6576171875 110.630859375 177.7 110.6 177.730859375 110.5576171875 177.7 110.5 177.730859375 110.4423828125 177.7 110.4
M 183.5 110.6
Q 183.5423828125 110.630859375 183.6 110.6
L 189.6 110.6
Q 189.6576171875 110.630859375 189.7 110.6 189.730859375 110.5576171875 189.7 110.5 189.730859375 110.4423828125 189.7 110.4 189.6576171875 110.369140625 189.6 110.35
L 183.6 110.35
Q 183.5423828125 110.369140625 183.5 110.4 183.469140625 110.4423828125 183.45 110.5 183.469140625 110.5576171875 183.5 110.6
M 195.6 110.35
Q 195.5423828125 110.369140625 195.5 110.4 195.469140625 110.4423828125 195.45 110.5 195.469140625 110.5576171875 195.5 110.6 195.5423828125 110.630859375 195.6 110.6
L 199.55 110.6
Q 199.6076171875 110.630859375 199.65 110.6 199.680859375 110.5576171875 199.65 110.5 199.680859375 110.4423828125 199.65 110.4 199.6076171875 110.369140625 199.55 110.35
L 195.6 110.35 Z"/>
</g>

<g id="Layer1_37_STROKES_1_FILL">
<path fill="#000000" stroke="#000000" d="
M 271.25 169.65
Q 271.219140625 169.6923828125 271.2 169.75
L 271.2 175.75
Q 271.219140625 175.8076171875 271.25 175.85 271.2923828125 175.880859375 271.35 175.85 271.4076171875 175.880859375 271.45 175.85 271.480859375 175.8076171875 271.45 175.75
L 271.45 169.75
Q 271.480859375 169.6923828125 271.45 169.65 271.4076171875 169.619140625 271.35 169.6 271.2923828125 169.619140625 271.25 169.65
M 271.45 157.75
Q 271.480859375 157.6923828125 271.45 157.65 271.4076171875 157.619140625 271.35 157.6 271.2923828125 157.619140625 271.25 157.65 271.219140625 157.6923828125 271.2 157.75
L 271.2 163.75
Q 271.219140625 163.8076171875 271.25 163.85 271.2923828125 163.880859375 271.35 163.85 271.4076171875 163.880859375 271.45 163.85 271.480859375 163.8076171875 271.45 163.75
L 271.45 157.75
M 271.25 146.5
Q 271.219140625 146.5423828125 271.2 146.6
L 271.2 151.75
Q 271.219140625 151.8076171875 271.25 151.85 271.2923828125 151.880859375 271.35 151.85 271.4076171875 151.880859375 271.45 151.85 271.480859375 151.8076171875 271.45 151.75
L 271.45 146.6
Q 271.480859375 146.5423828125 271.45 146.5 271.4076171875 146.469140625 271.35 146.45 271.2923828125 146.469140625 271.25 146.5
M 467.75 170.6
Q 467.780859375 170.5423828125 467.75 170.5 467.7076171875 170.469140625 467.65 170.45 467.5923828125 170.469140625 467.55 170.5 467.519140625 170.5423828125 467.5 170.6
L 467.5 175.75
Q 467.519140625 175.8076171875 467.55 175.85 467.5923828125 175.880859375 467.65 175.85 467.7076171875 175.880859375 467.75 175.85 467.780859375 175.8076171875 467.75 175.75
L 467.75 170.6
M 467.55 158.5
Q 467.519140625 158.5423828125 467.5 158.6
L 467.5 164.6
Q 467.519140625 164.6576171875 467.55 164.7 467.5923828125 164.730859375 467.65 164.7 467.7076171875 164.730859375 467.75 164.7 467.780859375 164.6576171875 467.75 164.6
L 467.75 158.6
Q 467.780859375 158.5423828125 467.75 158.5 467.7076171875 158.469140625 467.65 158.45 467.5923828125 158.469140625 467.55 158.5
M 467.55 146.5
Q 467.519140625 146.5423828125 467.5 146.6
L 467.5 152.6
Q 467.519140625 152.6576171875 467.55 152.7 467.5923828125 152.730859375 467.65 152.7 467.7076171875 152.730859375 467.75 152.7 467.780859375 152.6576171875 467.75 152.6
L 467.75 146.6
Q 467.780859375 146.5423828125 467.75 146.5 467.7076171875 146.469140625 467.65 146.45 467.5923828125 146.469140625 467.55 146.5 Z"/>
</g>

<g id="Layer1_37_STROKES_2_FILL">
<path fill="#000000" stroke="#000000" d="
M 313.45 175.65
Q 313.4076171875 175.619140625 313.35 175.6
L 307.35 175.6
Q 307.2923828125 175.619140625 307.25 175.65 307.219140625 175.6923828125 307.2 175.75 307.219140625 175.8076171875 307.25 175.85 307.2923828125 175.880859375 307.35 175.85
L 313.35 175.85
Q 313.4076171875 175.880859375 313.45 175.85 313.480859375 175.8076171875 313.45 175.75 313.480859375 175.6923828125 313.45 175.65
M 301.45 175.65
Q 301.4076171875 175.619140625 301.35 175.6
L 295.35 175.6
Q 295.2923828125 175.619140625 295.25 175.65 295.219140625 175.6923828125 295.2 175.75 295.219140625 175.8076171875 295.25 175.85 295.2923828125 175.880859375 295.35 175.85
L 301.35 175.85
Q 301.4076171875 175.880859375 301.45 175.85 301.480859375 175.8076171875 301.45 175.75 301.480859375 175.6923828125 301.45 175.65
M 283.25 175.85
Q 283.2923828125 175.880859375 283.35 175.85
L 289.35 175.85
Q 289.4076171875 175.880859375 289.45 175.85 289.480859375 175.8076171875 289.45 175.75 289.480859375 175.6923828125 289.45 175.65 289.4076171875 175.619140625 289.35 175.6
L 283.35 175.6
Q 283.2923828125 175.619140625 283.25 175.65 283.219140625 175.6923828125 283.2 175.75 283.219140625 175.8076171875 283.25 175.85
M 277.45 175.65
Q 277.4076171875 175.619140625 277.35 175.6
L 271.35 175.6
Q 271.2923828125 175.619140625 271.25 175.65 271.219140625 175.6923828125 271.2 175.75 271.219140625 175.8076171875 271.25 175.85 271.2923828125 175.880859375 271.35 175.85
L 277.35 175.85
Q 277.4076171875 175.880859375 277.45 175.85 277.480859375 175.8076171875 277.45 175.75 277.480859375 175.6923828125 277.45 175.65
M 271.25 146.7
Q 271.2923828125 146.730859375 271.35 146.7
L 277.35 146.7
Q 277.4076171875 146.730859375 277.45 146.7 277.480859375 146.6576171875 277.45 146.6 277.480859375 146.5423828125 277.45 146.5 277.4076171875 146.469140625 277.35 146.45
L 271.35 146.45
Q 271.2923828125 146.469140625 271.25 146.5 271.219140625 146.5423828125 271.2 146.6 271.219140625 146.6576171875 271.25 146.7
M 307.35 146.45
Q 307.2923828125 146.469140625 307.25 146.5 307.219140625 146.5423828125 307.2 146.6 307.219140625 146.6576171875 307.25 146.7 307.2923828125 146.730859375 307.35 146.7
L 313.35 146.7
Q 313.4076171875 146.730859375 313.45 146.7 313.480859375 146.6576171875 313.45 146.6 313.480859375 146.5423828125 313.45 146.5 313.4076171875 146.469140625 313.35 146.45
L 307.35 146.45
M 295.35 146.45
Q 295.2923828125 146.469140625 295.25 146.5 295.219140625 146.5423828125 295.2 146.6 295.219140625 146.6576171875 295.25 146.7 295.2923828125 146.730859375 295.35 146.7
L 301.35 146.7
Q 301.4076171875 146.730859375 301.45 146.7 301.480859375 146.6576171875 301.45 146.6 301.480859375 146.5423828125 301.45 146.5 301.4076171875 146.469140625 301.35 146.45
L 295.35 146.45
M 289.45 146.5
Q 289.4076171875 146.469140625 289.35 146.45
L 283.35 146.45
Q 283.2923828125 146.469140625 283.25 146.5 283.219140625 146.5423828125 283.2 146.6 283.219140625 146.6576171875 283.25 146.7 283.2923828125 146.730859375 283.35 146.7
L 289.35 146.7
Q 289.4076171875 146.730859375 289.45 146.7 289.480859375 146.6576171875 289.45 146.6 289.480859375 146.5423828125 289.45 146.5
M 463.35 175.6
Q 463.2923828125 175.619140625 463.25 175.65 463.219140625 175.6923828125 463.2 175.75 463.219140625 175.8076171875 463.25 175.85 463.2923828125 175.880859375 463.35 175.85
L 467.65 175.85
Q 467.7076171875 175.880859375 467.75 175.85 467.780859375 175.8076171875 467.75 175.75 467.780859375 175.6923828125 467.75 175.65 467.7076171875 175.619140625 467.65 175.6
L 463.35 175.6
M 457.45 175.65
Q 457.4076171875 175.619140625 457.35 175.6
L 451.35 175.6
Q 451.2923828125 175.619140625 451.25 175.65 451.219140625 175.6923828125 451.2 175.75 451.219140625 175.8076171875 451.25 175.85 451.2923828125 175.880859375 451.35 175.85
L 457.35 175.85
Q 457.4076171875 175.880859375 457.45 175.85 457.480859375 175.8076171875 457.45 175.75 457.480859375 175.6923828125 457.45 175.65
M 433.45 175.75
Q 433.480859375 175.6923828125 433.45 175.65 433.4076171875 175.619140625 433.35 175.6
L 427.35 175.6
Q 427.2923828125 175.619140625 427.25 175.65 427.219140625 175.6923828125 427.2 175.75 427.219140625 175.8076171875 427.25 175.85 427.2923828125 175.880859375 427.35 175.85
L 433.35 175.85
Q 433.4076171875 175.880859375 433.45 175.85 433.480859375 175.8076171875 433.45 175.75
M 445.45 175.75
Q 445.480859375 175.6923828125 445.45 175.65 445.4076171875 175.619140625 445.35 175.6
L 439.35 175.6
Q 439.2923828125 175.619140625 439.25 175.65 439.219140625 175.6923828125 439.2 175.75 439.219140625 175.8076171875 439.25 175.85 439.2923828125 175.880859375 439.35 175.85
L 445.35 175.85
Q 445.4076171875 175.880859375 445.45 175.85 445.480859375 175.8076171875 445.45 175.75
M 421.45 175.65
Q 421.4076171875 175.619140625 421.35 175.6
L 415.35 175.6
Q 415.2923828125 175.619140625 415.25 175.65 415.219140625 175.6923828125 415.2 175.75 415.219140625 175.8076171875 415.25 175.85 415.2923828125 175.880859375 415.35 175.85
L 421.35 175.85
Q 421.4076171875 175.880859375 421.45 175.85 421.480859375 175.8076171875 421.45 175.75 421.480859375 175.6923828125 421.45 175.65
M 439.35 146.45
Q 439.2923828125 146.469140625 439.25 146.5 439.219140625 146.5423828125 439.2 146.6 439.219140625 146.6576171875 439.25 146.7 439.2923828125 146.730859375 439.35 146.7
L 445.35 146.7
Q 445.4076171875 146.730859375 445.45 146.7 445.480859375 146.6576171875 445.45 146.6 445.480859375 146.5423828125 445.45 146.5 445.4076171875 146.469140625 445.35 146.45
L 439.35 146.45
M 427.35 146.45
Q 427.2923828125 146.469140625 427.25 146.5 427.219140625 146.5423828125 427.2 146.6 427.219140625 146.6576171875 427.25 146.7 427.2923828125 146.730859375 427.35 146.7
L 433.35 146.7
Q 433.4076171875 146.730859375 433.45 146.7 433.480859375 146.6576171875 433.45 146.6 433.480859375 146.5423828125 433.45 146.5 433.4076171875 146.469140625 433.35 146.45
L 427.35 146.45
M 415.35 146.45
Q 415.2923828125 146.469140625 415.25 146.5 415.219140625 146.5423828125 415.2 146.6 415.219140625 146.6576171875 415.25 146.7 415.2923828125 146.730859375 415.35 146.7
L 421.35 146.7
Q 421.4076171875 146.730859375 421.45 146.7 421.480859375 146.6576171875 421.45 146.6 421.480859375 146.5423828125 421.45 146.5 421.4076171875 146.469140625 421.35 146.45
L 415.35 146.45
M 463.35 146.45
Q 463.2923828125 146.469140625 463.25 146.5 463.219140625 146.5423828125 463.2 146.6 463.219140625 146.6576171875 463.25 146.7 463.2923828125 146.730859375 463.35 146.7
L 467.65 146.7
Q 467.7076171875 146.730859375 467.75 146.7 467.780859375 146.6576171875 467.75 146.6 467.780859375 146.5423828125 467.75 146.5 467.7076171875 146.469140625 467.65 146.45
L 463.35 146.45
M 451.25 146.7
Q 451.2923828125 146.730859375 451.35 146.7
L 457.35 146.7
Q 457.4076171875 146.730859375 457.45 146.7 457.480859375 146.6576171875 457.45 146.6 457.480859375 146.5423828125 457.45 146.5 457.4076171875 146.469140625 457.35 146.45
L 451.35 146.45
Q 451.2923828125 146.469140625 451.25 146.5 451.219140625 146.5423828125 451.2 146.6 451.219140625 146.6576171875 451.25 146.7
M 397.45 175.65
Q 397.4076171875 175.619140625 397.35 175.6
L 391.35 175.6
Q 391.2923828125 175.619140625 391.25 175.65 391.219140625 175.6923828125 391.2 175.75 391.219140625 175.8076171875 391.25 175.85 391.2923828125 175.880859375 391.35 175.85
L 397.35 175.85
Q 397.4076171875 175.880859375 397.45 175.85 397.480859375 175.8076171875 397.45 175.75 397.480859375 175.6923828125 397.45 175.65
M 403.35 175.6
Q 403.2923828125 175.619140625 403.25 175.65 403.219140625 175.6923828125 403.2 175.75 403.219140625 175.8076171875 403.25 175.85 403.2923828125 175.880859375 403.35 175.85
L 409.35 175.85
Q 409.4076171875 175.880859375 409.45 175.85 409.480859375 175.8076171875 409.45 175.75 409.480859375 175.6923828125 409.45 175.65 409.4076171875 175.619140625 409.35 175.6
L 403.35 175.6
M 373.45 175.65
Q 373.4076171875 175.619140625 373.35 175.6
L 367.35 175.6
Q 367.2923828125 175.619140625 367.25 175.65 367.219140625 175.6923828125 367.2 175.75 367.219140625 175.8076171875 367.25 175.85 367.2923828125 175.880859375 367.35 175.85
L 373.35 175.85
Q 373.4076171875 175.880859375 373.45 175.85 373.480859375 175.8076171875 373.45 175.75 373.480859375 175.6923828125 373.45 175.65
M 379.35 175.6
Q 379.2923828125 175.619140625 379.25 175.65 379.219140625 175.6923828125 379.2 175.75 379.219140625 175.8076171875 379.25 175.85 379.2923828125 175.880859375 379.35 175.85
L 385.35 175.85
Q 385.4076171875 175.880859375 385.45 175.85 385.480859375 175.8076171875 385.45 175.75 385.480859375 175.6923828125 385.45 175.65 385.4076171875 175.619140625 385.35 175.6
L 379.35 175.6
M 361.45 175.65
Q 361.4076171875 175.619140625 361.35 175.6
L 355.35 175.6
Q 355.2923828125 175.619140625 355.25 175.65 355.219140625 175.6923828125 355.2 175.75 355.219140625 175.8076171875 355.25 175.85 355.2923828125 175.880859375 355.35 175.85
L 361.35 175.85
Q 361.4076171875 175.880859375 361.45 175.85 361.480859375 175.8076171875 361.45 175.75 361.480859375 175.6923828125 361.45 175.65
M 325.45 175.65
Q 325.4076171875 175.619140625 325.35 175.6
L 319.35 175.6
Q 319.2923828125 175.619140625 319.25 175.65 319.219140625 175.6923828125 319.2 175.75 319.219140625 175.8076171875 319.25 175.85 319.2923828125 175.880859375 319.35 175.85
L 325.35 175.85
Q 325.4076171875 175.880859375 325.45 175.85 325.480859375 175.8076171875 325.45 175.75 325.480859375 175.6923828125 325.45 175.65
M 343.35 175.6
Q 343.2923828125 175.619140625 343.25 175.65 343.219140625 175.6923828125 343.2 175.75 343.219140625 175.8076171875 343.25 175.85 343.2923828125 175.880859375 343.35 175.85
L 349.35 175.85
Q 349.4076171875 175.880859375 349.45 175.85 349.480859375 175.8076171875 349.45 175.75 349.480859375 175.6923828125 349.45 175.65 349.4076171875 175.619140625 349.35 175.6
L 343.35 175.6
M 337.45 175.65
Q 337.4076171875 175.619140625 337.35 175.6
L 331.35 175.6
Q 331.2923828125 175.619140625 331.25 175.65 331.219140625 175.6923828125 331.2 175.75 331.219140625 175.8076171875 331.25 175.85 331.2923828125 175.880859375 331.35 175.85
L 337.35 175.85
Q 337.4076171875 175.880859375 337.45 175.85 337.480859375 175.8076171875 337.45 175.75 337.480859375 175.6923828125 337.45 175.65
M 355.35 146.45
Q 355.2923828125 146.469140625 355.25 146.5 355.219140625 146.5423828125 355.2 146.6 355.219140625 146.6576171875 355.25 146.7 355.2923828125 146.730859375 355.35 146.7
L 361.35 146.7
Q 361.4076171875 146.730859375 361.45 146.7 361.480859375 146.6576171875 361.45 146.6 361.480859375 146.5423828125 361.45 146.5 361.4076171875 146.469140625 361.35 146.45
L 355.35 146.45
M 343.35 146.45
Q 343.2923828125 146.469140625 343.25 146.5 343.219140625 146.5423828125 343.2 146.6 343.219140625 146.6576171875 343.25 146.7 343.2923828125 146.730859375 343.35 146.7
L 349.35 146.7
Q 349.4076171875 146.730859375 349.45 146.7 349.480859375 146.6576171875 349.45 146.6 349.480859375 146.5423828125 349.45 146.5 349.4076171875 146.469140625 349.35 146.45
L 343.35 146.45
M 331.25 146.7
Q 331.2923828125 146.730859375 331.35 146.7
L 337.35 146.7
Q 337.4076171875 146.730859375 337.45 146.7 337.480859375 146.6576171875 337.45 146.6 337.480859375 146.5423828125 337.45 146.5 337.4076171875 146.469140625 337.35 146.45
L 331.35 146.45
Q 331.2923828125 146.469140625 331.25 146.5 331.219140625 146.5423828125 331.2 146.6 331.219140625 146.6576171875 331.25 146.7
M 325.45 146.5
Q 325.4076171875 146.469140625 325.35 146.45
L 319.35 146.45
Q 319.2923828125 146.469140625 319.25 146.5 319.219140625 146.5423828125 319.2 146.6 319.219140625 146.6576171875 319.25 146.7 319.2923828125 146.730859375 319.35 146.7
L 325.35 146.7
Q 325.4076171875 146.730859375 325.45 146.7 325.480859375 146.6576171875 325.45 146.6 325.480859375 146.5423828125 325.45 146.5
M 403.25 146.7
Q 403.2923828125 146.730859375 403.35 146.7
L 409.35 146.7
Q 409.4076171875 146.730859375 409.45 146.7 409.480859375 146.6576171875 409.45 146.6 409.480859375 146.5423828125 409.45 146.5 409.4076171875 146.469140625 409.35 146.45
L 403.35 146.45
Q 403.2923828125 146.469140625 403.25 146.5 403.219140625 146.5423828125 403.2 146.6 403.219140625 146.6576171875 403.25 146.7
M 391.25 146.7
Q 391.2923828125 146.730859375 391.35 146.7
L 397.35 146.7
Q 397.4076171875 146.730859375 397.45 146.7 397.480859375 146.6576171875 397.45 146.6 397.480859375 146.5423828125 397.45 146.5 397.4076171875 146.469140625 397.35 146.45
L 391.35 146.45
Q 391.2923828125 146.469140625 391.25 146.5 391.219140625 146.5423828125 391.2 146.6 391.219140625 146.6576171875 391.25 146.7
M 379.35 146.45
Q 379.2923828125 146.469140625 379.25 146.5 379.219140625 146.5423828125 379.2 146.6 379.219140625 146.6576171875 379.25 146.7 379.2923828125 146.730859375 379.35 146.7
L 385.35 146.7
Q 385.4076171875 146.730859375 385.45 146.7 385.480859375 146.6576171875 385.45 146.6 385.480859375 146.5423828125 385.45 146.5 385.4076171875 146.469140625 385.35 146.45
L 379.35 146.45
M 367.35 146.45
Q 367.2923828125 146.469140625 367.25 146.5 367.219140625 146.5423828125 367.2 146.6 367.219140625 146.6576171875 367.25 146.7 367.2923828125 146.730859375 367.35 146.7
L 373.35 146.7
Q 373.4076171875 146.730859375 373.45 146.7 373.480859375 146.6576171875 373.45 146.6 373.480859375 146.5423828125 373.45 146.5 373.4076171875 146.469140625 373.35 146.45
L 367.35 146.45 Z"/>
</g>

<path id="Layer1_0_1_STROKES" stroke="#000000" stroke-width="1" stroke-linejoin="round" stroke-linecap="round" fill="none" d="
M 181.7 77.9
L 226.65 77.9 235.15 77.9 335.1 77.9 335.1 46
M 335.1 77.9
L 429.85 77.9
M 200.15 226.8
L 208.4 226.8 236.5 226.8 236.5 180.95
M 169.4 226.8
L 200.15 226.8
M 208.4 275.65
L 208.4 226.8
M 236.5 226.8
L 245.15 226.8 339.15 226.8"/>

<path id="Layer1_0_2_STROKES" stroke="#000000" stroke-width="0.05" stroke-linejoin="miter" stroke-linecap="butt" stroke-miterlimit="4" fill="none" d="
M 175.85 124.3
L 195.55 144
M 294.8 155.6
L 276.3 146.3
M 304.2 84.4
L 323.65 103.85"/>

<path id="Layer1_0_3_STROKES" stroke="#000000" stroke-width="1" stroke-linejoin="miter" stroke-linecap="butt" stroke-miterlimit="4" fill="none" d="
M 235.15 77.9
L 235.15 126.35"/>

<path id="Layer1_0_4_STROKES" stroke="#000000" stroke-width="0.05" stroke-linejoin="round" stroke-linecap="round" fill="none" d="
M 185.95 45.05
L 245.8 69.9
M 236 234
L 306.55 248.55
M 222.3 217.5
L 202.2 198.85"/>

<path id="Layer1_32_1_STROKES" stroke="#000000" stroke-width="0.05" stroke-linejoin="miter" stroke-linecap="butt" stroke-miterlimit="4" fill="none" d="
M 248.3 275.35
L 390.2 275.35 390.2 304.5 248.3 304.5 248.3 275.35 Z"/>

<path id="Layer1_33_1_STROKES" stroke="#000000" stroke-width="0.05" stroke-linejoin="miter" stroke-linecap="butt" stroke-miterlimit="4" fill="none" d="
M 115.9 45.45
L 241.55 45.45 241.55 75.05 115.9 75.05 115.9 45.45 Z"/>

<path id="Layer1_34_1_STROKES" stroke="#000000" stroke-width="0.05" stroke-linejoin="miter" stroke-linecap="butt" stroke-miterlimit="4" fill="none" d="
M 22.5 171.25
L 164.4 171.25 164.4 200.4 22.5 200.4 22.5 171.25 Z"/>

<path id="Layer1_35_1_STROKES" stroke="#000000" stroke-width="0.05" stroke-linejoin="miter" stroke-linecap="butt" stroke-miterlimit="4" fill="none" d="
M 323.65 102.65
L 449.3 102.65 449.3 132.25 323.65 132.25 323.65 102.65 Z"/>
</defs>

<g transform="matrix( 1, 0, 0, 1, 0,0) ">
<use xlink:href="#Layer1_0_1_STROKES"/>

<use xlink:href="#Layer1_0_2_STROKES"/>

<use xlink:href="#Layer1_0_3_STROKES"/>

<use xlink:href="#Layer1_0_4_STROKES"/>

<use xlink:href="#Layer1_0_STROKES_1_FILL"/>
</g>

<g transform="matrix( 1, 0, 0, 1, 238.5,289.9) ">

<text><tspan x="0" y="13.75" font-family="sans-serif" font-size="16" fill="#000000" xml:space="preserve">1.1.1.102</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, 365.15,17.5) ">

<text><tspan x="0" y="13.75" font-family="sans-serif" font-size="16" fill="#000000" xml:space="preserve">1.1.1.1</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, 149.75,66.9) ">

<text><tspan x="0" y="13.75" font-family="sans-serif" font-size="16" fill="#000000" xml:space="preserve">un0</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, 143.2,218.8) ">

<text><tspan x="0" y="13.75" font-family="sans-serif" font-size="16" fill="#000000" xml:space="preserve">un1</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, 172,146) ">


<text><tspan x="0" y="13.75" font-family="sans-serif" font-size="16" fill="#000000" xml:space="preserve">r1</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, 161.7,289.9) ">


<text><tspan x="0" y="13.75" font-family="sans-serif" font-size="16" fill="#000000" xml:space="preserve">h2</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, 290.3,17.5) ">


<text><tspan x="0" y="13.75" font-family="sans-serif" font-size="16" fill="#000000" xml:space="preserve">h1</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, 108,66.9) ">


<text><tspan x="0" y="13.75" font-family="sans-serif" font-size="16" fill="#000000" xml:space="preserve">/0</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, 108,218.8) ">


<text><tspan x="0" y="13.75" font-family="sans-serif" font-size="16" fill="#000000" xml:space="preserve">/1</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, 249.95,102.6) ">

<text><tspan x="0" y="13.75" font-family="sans-serif" font-size="16" fill="#000000" xml:space="preserve">1.1.1.10</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, 253.55,188.6) ">

<text><tspan x="0" y="13.75" font-family="sans-serif" font-size="16" fill="#000000" xml:space="preserve">1.1.1.100</tspan></text>
</g>

<g transform="matrix( 0, -1, 1, 0, 311.05,288.15) ">
<use xlink:href="#Layer1_12_FILL"/>
</g>

<g transform="matrix( 1, 0, 0, 1, 120.65,52.4) ">
<use xlink:href="#Layer1_13_FILL"/>
</g>

<g transform="matrix( 1, 0, 0, 1, 160.15,36.4) ">
<use xlink:href="#Layer1_14_STROKES_1_FILL"/>
</g>

<g transform="matrix( 0, -1, 1, 0, 210.35,277.25) ">
<use xlink:href="#Layer1_15_FILL"/>
</g>

<g transform="matrix( -1, 0, 0, -1, 425.25,132.4) ">
<use xlink:href="#Layer1_16_STROKES_1_FILL"/>
</g>

<g transform="matrix( -1, 0, 0, -1, 327.4,282) ">
<use xlink:href="#Layer1_17_STROKES_1_FILL"/>
</g>

<g transform="matrix( 1, 0, 0, 1, 134.5,186) ">
<use xlink:href="#Layer1_18_STROKES_1_FILL"/>
</g>

<g transform="matrix( 0, -1, 1, 0, 213.15,438.25) ">
<use xlink:href="#Layer1_19_FILL"/>
</g>

<g transform="matrix( 1, 0, 0, 1, 58.4,202) ">
<use xlink:href="#Layer1_20_FILL"/>
</g>

<g transform="matrix( 0, -1, 1, 0, 184.75,427.3) ">
<use xlink:href="#Layer1_21_FILL"/>
</g>

<g transform="matrix( -1, 0, 0, -1, 408.65,117.9) ">
<use xlink:href="#Layer1_22_STROKES_1_FILL"/>
</g>

<g transform="matrix( 1, 0, 0, 1, 144.4,21.9) ">
<use xlink:href="#Layer1_23_STROKES_1_FILL"/>
</g>

<g transform="matrix( 0, 1, -1, 0, 358.45,-169.9) ">
<use xlink:href="#Layer1_24_FILL"/>
</g>

<g transform="matrix( -1, 0, 0, -1, 445.2,101.95) ">
<use xlink:href="#Layer1_25_FILL"/>
</g>

<g transform="matrix( 0, 1, -1, 0, 258.7,-135.15) ">
<use xlink:href="#Layer1_26_FILL"/>
</g>

<g transform="matrix( -1, 0, 0, -1, 309.75,266.25) ">
<use xlink:href="#Layer1_27_STROKES_1_FILL"/>
</g>

<g transform="matrix( 1, 0, 0, 1, 117.9,170.25) ">
<use xlink:href="#Layer1_28_STROKES_1_FILL"/>
</g>

<g transform="matrix( 0, 1, -1, 0, 259.55,-32.2) ">
<use xlink:href="#Layer1_29_FILL"/>
</g>

<g transform="matrix( 0, 1, -1, 0, 232.3,26.05) ">
<use xlink:href="#Layer1_30_FILL"/>
</g>

<g transform="matrix( -1, 0, 0, -1, 384.05,250.3) ">
<use xlink:href="#Layer1_31_FILL"/>
</g>

<g transform="matrix( 1, 0, 0, 1, 58.25,-41.35) ">
<use xlink:href="#Layer1_32_1_STROKES"/>
</g>

<g transform="matrix( 1, 0, 0, 1, 309.1,236) ">

<text><tspan x="0" y="10.3" font-family="sans-serif" font-size="12" fill="#000000" xml:space="preserve">dst=&quot;.-1#1.1.1.1:8000&quot;</tspan><tspan x="0" y="24.3" font-family="sans-serif" font-size="12" fill="#000000" xml:space="preserve">src=&quot;.0#1.1.1.102:9000&quot;</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, -55.6,-15.2) ">
<use xlink:href="#Layer1_33_1_STROKES"/>
</g>

<g transform="matrix( 1, 0, 0, 1, 63,33.7) ">

<text><tspan x="0" y="10.3" font-family="sans-serif" font-size="12" fill="#000000" xml:space="preserve">dst=&quot;1.1.1.10:10000&quot;</tspan><tspan x="0" y="24.3" font-family="sans-serif" font-size="12" fill="#000000" xml:space="preserve">src=&quot;1.1.1.1:8000&quot;</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, 37.8,12.6) ">
<use xlink:href="#Layer1_34_1_STROKES"/>
</g>

<g transform="matrix( 1, 0, 0, 1, 62.85,185.85) ">

<text><tspan x="0" y="10.3" font-family="sans-serif" font-size="12" fill="#000000" xml:space="preserve">dst=&quot;.0#1.1.1.102:9000&quot;</tspan><tspan x="0" y="24.3" font-family="sans-serif" font-size="12" fill="#000000" xml:space="preserve">src=&quot;.-1#1.1.1.1:8000&quot;</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, 0,-15) ">
<use xlink:href="#Layer1_35_1_STROKES"/>
</g>

<g transform="matrix( 1, 0, 0, 1, 326.35,91.1) ">

<text><tspan x="0" y="10.3" font-family="sans-serif" font-size="12" fill="#000000" xml:space="preserve">dst=&quot;1.1.1.1:8000&quot;</tspan><tspan x="0" y="24.3" font-family="sans-serif" font-size="12" fill="#000000" xml:space="preserve">src=&quot;1.1.1.10:10000&quot;</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, 0,-15) ">
<use xlink:href="#Layer1_36_STROKES_1_FILL"/>

<use xlink:href="#Layer1_36_STROKES_2_FILL"/>
</g>

<g transform="matrix( 1, 0, 0, 1, 6.15,97.5) ">

<text><tspan x="0" y="10.3" font-family="sans-serif" font-size="12" fill="#000000" xml:space="preserve">dst=&quot;.0#1.1.1.10-1.1.1.102:9000&quot;</tspan><tspan x="0" y="24.3" font-family="sans-serif" font-size="12" fill="#000000" xml:space="preserve">src=&quot;.0#1.1.1.1:8000&quot;</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, 8.1,9) ">
<use xlink:href="#Layer1_37_STROKES_1_FILL"/>

<use xlink:href="#Layer1_37_STROKES_2_FILL"/>
</g>

<g transform="matrix( 1, 0, 0, 1, 282,157.6) ">

<text><tspan x="0" y="10.3" font-family="sans-serif" font-size="12" fill="#000000" xml:space="preserve">dst=&quot;.0#1.1.1.1:8000&quot;</tspan><tspan x="0" y="24.3" font-family="sans-serif" font-size="12" fill="#000000" xml:space="preserve">src=&quot;.0#1.1.1.10-1.1.1.102:9000&quot;</tspan></text>
</g>
</svg>
          </artwork>
        </figure>
        <figure>
          <name>Example of reverse NAT and translation</name>
          <artwork type="svg">

<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="none" width="780px" height="330px" viewBox="0 0 780 330">
    <defs>
        <g id="router2">
            <rect fill="#ffffff" width="100%" height="100%" x="0" y="0"/><g><rect x="1" y="1" width="78" height="53" fill="none" stroke="#ffffff"/><path d="M 79 16.51 C 79 24.54 61.49 31.52 40.27 31.52 C 18.51 31.52 1 24.54 1 16.51 C 1 38.47 1 38.47 1 38.47 C 1 47.03 18.51 54 40.27 54 C 61.49 54 79 47.03 79 38.47 Z M 40.27 31.52 C 61.49 31.52 79 24.54 79 16.51 C 79 7.95 61.49 1 40.27 1 C 18.51 1 1 7.95 1 16.51 C 1 24.54 18.51 31.52 40.27 31.52 Z" fill="#000000" stroke="#ffffff" stroke-width="2" stroke-linejoin="round" stroke-miterlimit="10"/><path d="M 31.24 10.09 L 34.43 14.91 L 22.22 18.12 L 24.88 15.98 L 5.78 12.77 L 10.55 9.03 L 29.13 12.24 Z M 48.23 21.88 L 46.1 17.06 L 57.24 14.91 L 55.12 16.51 L 73.7 19.73 L 68.92 23.48 L 50.87 19.73 Z M 42.39 7.42 L 54.6 4.21 L 54.6 9.56 L 51.41 9.03 L 45.57 13.85 L 39.73 13.3 L 46.1 8.48 Z M 37.09 26.7 L 25.4 28.83 L 24.88 23.48 L 28.06 24.01 L 34.43 18.67 L 40.27 19.73 L 33.36 25.62 Z" fill="#ffffff" stroke="#000000"/><rect x="1" y="1" width="0" height="0" fill="none" stroke="#ffffff" stroke-width="2"/></g>
        </g>
        <g id="host2">
            <g><rect x="0" y="0" width="50" height="40" fill="none" stroke="#ffffff" /><path d="M 45.04 0 L 4.96 0 C 2.23 0 0 2.07 0 4.61 L 0 26.52 C 0 29.06 2.23 31.13 4.96 31.13 L 20.55 31.13 L 20.55 35.7 L 13.1 35.7 C 11.83 35.68 10.78 36.63 10.76 37.81 C 10.75 39 11.76 39.97 13.04 39.98 L 36.67 39.98 C 37.94 40 38.99 39.05 39 37.87 C 39.02 36.68 38 35.71 36.73 35.7 L 30.24 35.7 L 30.24 31.13 L 45.04 31.13 C 47.77 31.13 50 29.06 50 26.52 L 50 4.61 C 50 2.07 47.77 0 45.04 0 Z" fill="black" stroke="#000000"/><path d="M 45.04 2 L 4.96 2 C 3.38 2 2.15 3.15 2.15 4.61 L 2.15 26.52 C 2.15 27.98 3.38 29.13 4.96 29.13 L 45.04 29.13 C 46.62 29.13 47.85 27.98 47.85 26.52 L 47.85 4.61 C 47.85 3.15 46.62 2 45.04 2 L 45.04 2 Z M 43.84 26.23 L 5.85 26.23 L 5.85 4.65 L 43.84 4.65 L 43.84 26.23 Z" fill="white" stroke="#000000"/></g>
        </g>
    </defs>
    <use xlink:href="#router2" x="165" y="95"/>
    <use xlink:href="#router2" x="481" y="95"/>
    <use xlink:href="#host2" x="132" y="262" />
    <use xlink:href="#host2" x="469" y="262" />
<defs>
<g id="Layer2_0_STROKES_1_FILL">
<path fill="#000000" stroke="#000000" d="
M 167.7 250.3
Q 167.6982421875 250.0947265625 167.55 249.95 167.4052734375 249.8017578125 167.2 249.8 166.9947265625 249.8017578125 166.85 249.95 166.7017578125 250.0947265625 166.7 250.3
L 166.7 256.3
Q 166.7017578125 256.5052734375 166.85 256.65 166.9947265625 256.7982421875 167.2 256.8 167.4052734375 256.7982421875 167.55 256.65 167.6982421875 256.5052734375 167.7 256.3
L 167.7 250.3
M 167.7 238.3
Q 167.6982421875 238.0947265625 167.55 237.95 167.4052734375 237.8017578125 167.2 237.8 166.9947265625 237.8017578125 166.85 237.95 166.7017578125 238.0947265625 166.7 238.3
L 166.7 244.3
Q 166.7017578125 244.5052734375 166.85 244.65 166.9947265625 244.7982421875 167.2 244.8 167.4052734375 244.7982421875 167.55 244.65 167.6982421875 244.5052734375 167.7 244.3
L 167.7 238.3
M 167.7 226.3
Q 167.6982421875 226.0947265625 167.55 225.95 167.4052734375 225.8017578125 167.2 225.8 166.9947265625 225.8017578125 166.85 225.95 166.7017578125 226.0947265625 166.7 226.3
L 166.7 232.3
Q 166.7017578125 232.5052734375 166.85 232.65 166.9947265625 232.7982421875 167.2 232.8 167.4052734375 232.7982421875 167.55 232.65 167.6982421875 232.5052734375 167.7 232.3
L 167.7 226.3
M 175.6 201
Q 175.8052734375 200.9982421875 175.95 200.85 176.0982421875 200.7052734375 176.1 200.5 176.0982421875 200.2947265625 175.95 200.15 175.8052734375 200.0017578125 175.6 200
L 169.6 200
Q 169.3947265625 200.0017578125 169.25 200.15 169.1017578125 200.2947265625 169.1 200.5 169.1017578125 200.7052734375 169.25 200.85 169.3947265625 200.9982421875 169.6 201
L 175.6 201
M 182.7 217.95
Q 182.5552734375 217.8017578125 182.35 217.8
L 176.35 217.8
Q 176.1447265625 217.8017578125 176 217.95 175.8517578125 218.0947265625 175.85 218.3 175.8517578125 218.5052734375 176 218.65 176.1447265625 218.7982421875 176.35 218.8
L 182.35 218.8
Q 182.5552734375 218.7982421875 182.7 218.65 182.8482421875 218.5052734375 182.85 218.3 182.8482421875 218.0947265625 182.7 217.95
M 188.35 217.8
Q 188.1447265625 217.8017578125 188 217.95 187.8517578125 218.0947265625 187.85 218.3 187.8517578125 218.5052734375 188 218.65 188.1447265625 218.7982421875 188.35 218.8
L 194.35 218.8
Q 194.5552734375 218.7982421875 194.7 218.65 194.8482421875 218.5052734375 194.85 218.3 194.8482421875 218.0947265625 194.7 217.95 194.5552734375 217.8017578125 194.35 217.8
L 188.35 217.8
M 187.95 200.15
Q 187.8052734375 200.0017578125 187.6 200
L 181.6 200
Q 181.3947265625 200.0017578125 181.25 200.15 181.1017578125 200.2947265625 181.1 200.5 181.1017578125 200.7052734375 181.25 200.85 181.3947265625 200.9982421875 181.6 201
L 187.6 201
Q 187.8052734375 200.9982421875 187.95 200.85 188.0982421875 200.7052734375 188.1 200.5 188.0982421875 200.2947265625 187.95 200.15
M 206.7 217.95
Q 206.5552734375 217.8017578125 206.35 217.8
L 200.35 217.8
Q 200.1447265625 217.8017578125 200 217.95 199.8517578125 218.0947265625 199.85 218.3 199.8517578125 218.5052734375 200 218.65 200.1447265625 218.7982421875 200.35 218.8
L 206.35 218.8
Q 206.5552734375 218.7982421875 206.7 218.65 206.8482421875 218.5052734375 206.85 218.3 206.8482421875 218.0947265625 206.7 217.95
M 214.95 203.8
Q 214.7447265625 203.8017578125 214.6 203.95 214.4517578125 204.0947265625 214.45 204.3
L 214.45 210.3
Q 214.4517578125 210.5052734375 214.6 210.65 214.7447265625 210.7982421875 214.95 210.8 215.1552734375 210.7982421875 215.3 210.65 215.4482421875 210.5052734375 215.45 210.3
L 215.45 204.3
Q 215.4482421875 204.0947265625 215.3 203.95 215.1552734375 203.8017578125 214.95 203.8
M 148.1 256.35
Q 147.9517578125 256.4947265625 147.95 256.7
L 147.95 260.3
Q 147.9517578125 260.5052734375 148.1 260.65 148.2447265625 260.7982421875 148.45 260.8 148.6552734375 260.7982421875 148.8 260.65 148.9482421875 260.5052734375 148.95 260.3
L 148.95 256.7
Q 148.9482421875 256.4947265625 148.8 256.35 148.6552734375 256.2017578125 148.45 256.2 148.2447265625 256.2017578125 148.1 256.35
M 148.1 244.35
Q 147.9517578125 244.4947265625 147.95 244.7
L 147.95 250.7
Q 147.9517578125 250.9052734375 148.1 251.05 148.2447265625 251.1982421875 148.45 251.2 148.6552734375 251.1982421875 148.8 251.05 148.9482421875 250.9052734375 148.95 250.7
L 148.95 244.7
Q 148.9482421875 244.4947265625 148.8 244.35 148.6552734375 244.2017578125 148.45 244.2 148.2447265625 244.2017578125 148.1 244.35
M 148.1 232.35
Q 147.9517578125 232.4947265625 147.95 232.7
L 147.95 238.7
Q 147.9517578125 238.9052734375 148.1 239.05 148.2447265625 239.1982421875 148.45 239.2 148.6552734375 239.1982421875 148.8 239.05 148.9482421875 238.9052734375 148.95 238.7
L 148.95 232.7
Q 148.9482421875 232.4947265625 148.8 232.35 148.6552734375 232.2017578125 148.45 232.2 148.2447265625 232.2017578125 148.1 232.35
M 148.95 220.7
Q 148.9482421875 220.4947265625 148.8 220.35 148.6552734375 220.2017578125 148.45 220.2 148.2447265625 220.2017578125 148.1 220.35 147.9517578125 220.4947265625 147.95 220.7
L 147.95 226.7
Q 147.9517578125 226.9052734375 148.1 227.05 148.2447265625 227.1982421875 148.45 227.2 148.6552734375 227.1982421875 148.8 227.05 148.9482421875 226.9052734375 148.95 226.7
L 148.95 220.7
M 148.1 208.35
Q 147.9517578125 208.4947265625 147.95 208.7
L 147.95 214.7
Q 147.9517578125 214.9052734375 148.1 215.05 148.2447265625 215.1982421875 148.45 215.2 148.6552734375 215.1982421875 148.8 215.05 148.9482421875 214.9052734375 148.95 214.7
L 148.95 208.7
Q 148.9482421875 208.4947265625 148.8 208.35 148.6552734375 208.2017578125 148.45 208.2 148.2447265625 208.2017578125 148.1 208.35
M 157.25 200.85
Q 157.3947265625 200.9982421875 157.6 201
L 163.6 201
Q 163.8052734375 200.9982421875 163.95 200.85 164.0982421875 200.7052734375 164.1 200.5 164.0982421875 200.2947265625 163.95 200.15 163.8052734375 200.0017578125 163.6 200
L 157.6 200
Q 157.3947265625 200.0017578125 157.25 200.15 157.1017578125 200.2947265625 157.1 200.5 157.1017578125 200.7052734375 157.25 200.85
M 214.6 191.95
Q 214.4517578125 192.0947265625 214.45 192.3
L 214.45 198.3
Q 214.4517578125 198.5052734375 214.6 198.65 214.7447265625 198.7982421875 214.95 198.8 215.1552734375 198.7982421875 215.3 198.65 215.4482421875 198.5052734375 215.45 198.3
L 215.45 192.3
Q 215.4482421875 192.0947265625 215.3 191.95 215.1552734375 191.8017578125 214.95 191.8 214.7447265625 191.8017578125 214.6 191.95
M 215.45 180.3
Q 215.4482421875 180.0947265625 215.3 179.95 215.1552734375 179.8017578125 214.95 179.8 214.7447265625 179.8017578125 214.6 179.95 214.4517578125 180.0947265625 214.45 180.3
L 214.45 186.3
Q 214.4517578125 186.5052734375 214.6 186.65 214.7447265625 186.7982421875 214.95 186.8 215.1552734375 186.7982421875 215.3 186.65 215.4482421875 186.5052734375 215.45 186.3
L 215.45 180.3
M 214.95 167.8
Q 214.7447265625 167.8017578125 214.6 167.95 214.4517578125 168.0947265625 214.45 168.3
L 214.45 174.3
Q 214.4517578125 174.5052734375 214.6 174.65 214.7447265625 174.7982421875 214.95 174.8 215.1552734375 174.7982421875 215.3 174.65 215.4482421875 174.5052734375 215.45 174.3
L 215.45 168.3
Q 215.4482421875 168.0947265625 215.3 167.95 215.1552734375 167.8017578125 214.95 167.8
M 215.45 156.3
Q 215.4482421875 156.0947265625 215.3 155.95 215.1552734375 155.8017578125 214.95 155.8 214.7447265625 155.8017578125 214.6 155.95 214.4517578125 156.0947265625 214.45 156.3
L 214.45 162.3
Q 214.4517578125 162.5052734375 214.6 162.65 214.7447265625 162.7982421875 214.95 162.8 215.1552734375 162.7982421875 215.3 162.65 215.4482421875 162.5052734375 215.45 162.3
L 215.45 156.3
M 196.5 186.15
Q 196.3517578125 186.2947265625 196.35 186.5
L 196.35 192.5
Q 196.3517578125 192.7052734375 196.5 192.85 196.6447265625 192.9982421875 196.85 193 197.0552734375 192.9982421875 197.2 192.85 197.3482421875 192.7052734375 197.35 192.5
L 197.35 186.5
Q 197.3482421875 186.2947265625 197.2 186.15 197.0552734375 186.0017578125 196.85 186 196.6447265625 186.0017578125 196.5 186.15
M 196.85 174
Q 196.6447265625 174.0017578125 196.5 174.15 196.3517578125 174.2947265625 196.35 174.5
L 196.35 180.5
Q 196.3517578125 180.7052734375 196.5 180.85 196.6447265625 180.9982421875 196.85 181 197.0552734375 180.9982421875 197.2 180.85 197.3482421875 180.7052734375 197.35 180.5
L 197.35 174.5
Q 197.3482421875 174.2947265625 197.2 174.15 197.0552734375 174.0017578125 196.85 174
M 196.85 162
Q 196.6447265625 162.0017578125 196.5 162.15 196.3517578125 162.2947265625 196.35 162.5
L 196.35 168.5
Q 196.3517578125 168.7052734375 196.5 168.85 196.6447265625 168.9982421875 196.85 169 197.0552734375 168.9982421875 197.2 168.85 197.3482421875 168.7052734375 197.35 168.5
L 197.35 162.5
Q 197.3482421875 162.2947265625 197.2 162.15 197.0552734375 162.0017578125 196.85 162
M 196.5 150.15
Q 196.3517578125 150.2947265625 196.35 150.5
L 196.35 156.5
Q 196.3517578125 156.7052734375 196.5 156.85 196.6447265625 156.9982421875 196.85 157 197.0552734375 156.9982421875 197.2 156.85 197.3482421875 156.7052734375 197.35 156.5
L 197.35 150.5
Q 197.3482421875 150.2947265625 197.2 150.15 197.0552734375 150.0017578125 196.85 150 196.6447265625 150.0017578125 196.5 150.15
M 217.6 87.7
Q 217.5982421875 87.4947265625 217.45 87.35 217.3052734375 87.2017578125 217.1 87.2 216.8947265625 87.2017578125 216.75 87.35 216.6017578125 87.4947265625 216.6 87.7
L 216.6 93.7
Q 216.6017578125 93.9052734375 216.75 94.05 216.8947265625 94.1982421875 217.1 94.2 217.3052734375 94.1982421875 217.45 94.05 217.5982421875 93.9052734375 217.6 93.7
L 217.6 87.7
M 216.75 75.35
Q 216.6017578125 75.4947265625 216.6 75.7
L 216.6 81.7
Q 216.6017578125 81.9052734375 216.75 82.05 216.8947265625 82.1982421875 217.1 82.2 217.3052734375 82.1982421875 217.45 82.05 217.5982421875 81.9052734375 217.6 81.7
L 217.6 75.7
Q 217.5982421875 75.4947265625 217.45 75.35 217.3052734375 75.2017578125 217.1 75.2 216.8947265625 75.2017578125 216.75 75.35
M 232.75 67.7
Q 232.7482421875 67.4947265625 232.6 67.35 232.4552734375 67.2017578125 232.25 67.2
L 226.25 67.2
Q 226.0447265625 67.2017578125 225.9 67.35 225.7517578125 67.4947265625 225.75 67.7 225.7517578125 67.9052734375 225.9 68.05 226.0447265625 68.1982421875 226.25 68.2
L 232.25 68.2
Q 232.4552734375 68.1982421875 232.6 68.05 232.7482421875 67.9052734375 232.75 67.7
M 197.35 91.7
Q 197.3482421875 91.4947265625 197.2 91.35 197.0552734375 91.2017578125 196.85 91.2 196.6447265625 91.2017578125 196.5 91.35 196.3517578125 91.4947265625 196.35 91.7
L 196.35 95.4
Q 196.3517578125 95.6052734375 196.5 95.75 196.6447265625 95.8982421875 196.85 95.9 197.0552734375 95.8982421875 197.2 95.75 197.3482421875 95.6052734375 197.35 95.4
L 197.35 91.7
M 197.35 79.7
Q 197.3482421875 79.4947265625 197.2 79.35 197.0552734375 79.2017578125 196.85 79.2 196.6447265625 79.2017578125 196.5 79.35 196.3517578125 79.4947265625 196.35 79.7
L 196.35 85.7
Q 196.3517578125 85.9052734375 196.5 86.05 196.6447265625 86.1982421875 196.85 86.2 197.0552734375 86.1982421875 197.2 86.05 197.3482421875 85.9052734375 197.35 85.7
L 197.35 79.7
M 197.35 67.7
Q 197.3482421875 67.4947265625 197.2 67.35 197.0552734375 67.2017578125 196.85 67.2 196.6447265625 67.2017578125 196.5 67.35 196.3517578125 67.4947265625 196.35 67.7
L 196.35 73.7
Q 196.3517578125 73.9052734375 196.5 74.05 196.6447265625 74.1982421875 196.85 74.2 197.0552734375 74.1982421875 197.2 74.05 197.3482421875 73.9052734375 197.35 73.7
L 197.35 67.7
M 196.5 55.35
Q 196.3517578125 55.4947265625 196.35 55.7
L 196.35 61.7
Q 196.3517578125 61.9052734375 196.5 62.05 196.6447265625 62.1982421875 196.85 62.2 197.0552734375 62.1982421875 197.2 62.05 197.3482421875 61.9052734375 197.35 61.7
L 197.35 55.7
Q 197.3482421875 55.4947265625 197.2 55.35 197.0552734375 55.2017578125 196.85 55.2 196.6447265625 55.2017578125 196.5 55.35
M 229.65 48.05
Q 229.7947265625 48.1982421875 230 48.2
L 236 48.2
Q 236.2052734375 48.1982421875 236.35 48.05 236.4982421875 47.9052734375 236.5 47.7 236.4982421875 47.4947265625 236.35 47.35 236.2052734375 47.2017578125 236 47.2
L 230 47.2
Q 229.7947265625 47.2017578125 229.65 47.35 229.5017578125 47.4947265625 229.5 47.7 229.5017578125 47.9052734375 229.65 48.05
M 218 47.2
Q 217.7947265625 47.2017578125 217.65 47.35 217.5017578125 47.4947265625 217.5 47.7 217.5017578125 47.9052734375 217.65 48.05 217.7947265625 48.1982421875 218 48.2
L 224 48.2
Q 224.2052734375 48.1982421875 224.35 48.05 224.4982421875 47.9052734375 224.5 47.7 224.4982421875 47.4947265625 224.35 47.35 224.2052734375 47.2017578125 224 47.2
L 218 47.2
M 206 47.2
Q 205.7947265625 47.2017578125 205.65 47.35 205.5017578125 47.4947265625 205.5 47.7 205.5017578125 47.9052734375 205.65 48.05 205.7947265625 48.1982421875 206 48.2
L 212 48.2
Q 212.2052734375 48.1982421875 212.35 48.05 212.4982421875 47.9052734375 212.5 47.7 212.4982421875 47.4947265625 212.35 47.35 212.2052734375 47.2017578125 212 47.2
L 206 47.2
M 292.75 67.7
Q 292.7482421875 67.4947265625 292.6 67.35 292.4552734375 67.2017578125 292.25 67.2
L 286.25 67.2
Q 286.0447265625 67.2017578125 285.9 67.35 285.7517578125 67.4947265625 285.75 67.7 285.7517578125 67.9052734375 285.9 68.05 286.0447265625 68.1982421875 286.25 68.2
L 292.25 68.2
Q 292.4552734375 68.1982421875 292.6 68.05 292.7482421875 67.9052734375 292.75 67.7
M 304.75 67.7
Q 304.7482421875 67.4947265625 304.6 67.35 304.4552734375 67.2017578125 304.25 67.2
L 298.25 67.2
Q 298.0447265625 67.2017578125 297.9 67.35 297.7517578125 67.4947265625 297.75 67.7 297.7517578125 67.9052734375 297.9 68.05 298.0447265625 68.1982421875 298.25 68.2
L 304.25 68.2
Q 304.4552734375 68.1982421875 304.6 68.05 304.7482421875 67.9052734375 304.75 67.7
M 310.25 67.2
Q 310.0447265625 67.2017578125 309.9 67.35 309.7517578125 67.4947265625 309.75 67.7 309.7517578125 67.9052734375 309.9 68.05 310.0447265625 68.1982421875 310.25 68.2
L 316.25 68.2
Q 316.4552734375 68.1982421875 316.6 68.05 316.7482421875 67.9052734375 316.75 67.7 316.7482421875 67.4947265625 316.6 67.35 316.4552734375 67.2017578125 316.25 67.2
L 310.25 67.2
M 244.25 68.2
Q 244.4552734375 68.1982421875 244.6 68.05 244.7482421875 67.9052734375 244.75 67.7 244.7482421875 67.4947265625 244.6 67.35 244.4552734375 67.2017578125 244.25 67.2
L 238.25 67.2
Q 238.0447265625 67.2017578125 237.9 67.35 237.7517578125 67.4947265625 237.75 67.7 237.7517578125 67.9052734375 237.9 68.05 238.0447265625 68.1982421875 238.25 68.2
L 244.25 68.2
M 250.25 67.2
Q 250.0447265625 67.2017578125 249.9 67.35 249.7517578125 67.4947265625 249.75 67.7 249.7517578125 67.9052734375 249.9 68.05 250.0447265625 68.1982421875 250.25 68.2
L 256.25 68.2
Q 256.4552734375 68.1982421875 256.6 68.05 256.7482421875 67.9052734375 256.75 67.7 256.7482421875 67.4947265625 256.6 67.35 256.4552734375 67.2017578125 256.25 67.2
L 250.25 67.2
M 280.75 67.7
Q 280.7482421875 67.4947265625 280.6 67.35 280.4552734375 67.2017578125 280.25 67.2
L 274.25 67.2
Q 274.0447265625 67.2017578125 273.9 67.35 273.7517578125 67.4947265625 273.75 67.7 273.7517578125 67.9052734375 273.9 68.05 274.0447265625 68.1982421875 274.25 68.2
L 280.25 68.2
Q 280.4552734375 68.1982421875 280.6 68.05 280.7482421875 67.9052734375 280.75 67.7
M 268.75 67.7
Q 268.7482421875 67.4947265625 268.6 67.35 268.4552734375 67.2017578125 268.25 67.2
L 262.25 67.2
Q 262.0447265625 67.2017578125 261.9 67.35 261.7517578125 67.4947265625 261.75 67.7 261.7517578125 67.9052734375 261.9 68.05 262.0447265625 68.1982421875 262.25 68.2
L 268.25 68.2
Q 268.4552734375 68.1982421875 268.6 68.05 268.7482421875 67.9052734375 268.75 67.7
M 266 47.2
Q 265.7947265625 47.2017578125 265.65 47.35 265.5017578125 47.4947265625 265.5 47.7 265.5017578125 47.9052734375 265.65 48.05 265.7947265625 48.1982421875 266 48.2
L 272 48.2
Q 272.2052734375 48.1982421875 272.35 48.05 272.4982421875 47.9052734375 272.5 47.7 272.4982421875 47.4947265625 272.35 47.35 272.2052734375 47.2017578125 272 47.2
L 266 47.2
M 254 47.2
Q 253.7947265625 47.2017578125 253.65 47.35 253.5017578125 47.4947265625 253.5 47.7 253.5017578125 47.9052734375 253.65 48.05 253.7947265625 48.1982421875 254 48.2
L 260 48.2
Q 260.2052734375 48.1982421875 260.35 48.05 260.4982421875 47.9052734375 260.5 47.7 260.4982421875 47.4947265625 260.35 47.35 260.2052734375 47.2017578125 260 47.2
L 254 47.2
M 248.35 47.35
Q 248.2052734375 47.2017578125 248 47.2
L 242 47.2
Q 241.7947265625 47.2017578125 241.65 47.35 241.5017578125 47.4947265625 241.5 47.7 241.5017578125 47.9052734375 241.65 48.05 241.7947265625 48.1982421875 242 48.2
L 248 48.2
Q 248.2052734375 48.1982421875 248.35 48.05 248.4982421875 47.9052734375 248.5 47.7 248.4982421875 47.4947265625 248.35 47.35
M 313.5 47.7
Q 313.5017578125 47.9052734375 313.65 48.05 313.7947265625 48.1982421875 314 48.2
L 320 48.2
Q 320.2052734375 48.1982421875 320.35 48.05 320.4982421875 47.9052734375 320.5 47.7 320.4982421875 47.4947265625 320.35 47.35 320.2052734375 47.2017578125 320 47.2
L 314 47.2
Q 313.7947265625 47.2017578125 313.65 47.35 313.5017578125 47.4947265625 313.5 47.7
M 302 47.2
Q 301.7947265625 47.2017578125 301.65 47.35 301.5017578125 47.4947265625 301.5 47.7 301.5017578125 47.9052734375 301.65 48.05 301.7947265625 48.1982421875 302 48.2
L 308 48.2
Q 308.2052734375 48.1982421875 308.35 48.05 308.4982421875 47.9052734375 308.5 47.7 308.4982421875 47.4947265625 308.35 47.35 308.2052734375 47.2017578125 308 47.2
L 302 47.2
M 289.65 48.05
Q 289.7947265625 48.1982421875 290 48.2
L 296 48.2
Q 296.2052734375 48.1982421875 296.35 48.05 296.4982421875 47.9052734375 296.5 47.7 296.4982421875 47.4947265625 296.35 47.35 296.2052734375 47.2017578125 296 47.2
L 290 47.2
Q 289.7947265625 47.2017578125 289.65 47.35 289.5017578125 47.4947265625 289.5 47.7 289.5017578125 47.9052734375 289.65 48.05
M 284.35 47.35
Q 284.2052734375 47.2017578125 284 47.2
L 278 47.2
Q 277.7947265625 47.2017578125 277.65 47.35 277.5017578125 47.4947265625 277.5 47.7 277.5017578125 47.9052734375 277.65 48.05 277.7947265625 48.1982421875 278 48.2
L 284 48.2
Q 284.2052734375 48.1982421875 284.35 48.05 284.4982421875 47.9052734375 284.5 47.7 284.4982421875 47.4947265625 284.35 47.35
M 502.75 250.25
Q 502.7482421875 250.0447265625 502.6 249.9 502.4552734375 249.7517578125 502.25 249.75 502.0447265625 249.7517578125 501.9 249.9 501.7517578125 250.0447265625 501.75 250.25
L 501.75 256.25
Q 501.7517578125 256.4552734375 501.9 256.6 502.0447265625 256.7482421875 502.25 256.75 502.4552734375 256.7482421875 502.6 256.6 502.7482421875 256.4552734375 502.75 256.25
L 502.75 250.25
M 502.75 238.25
Q 502.7482421875 238.0447265625 502.6 237.9 502.4552734375 237.7517578125 502.25 237.75 502.0447265625 237.7517578125 501.9 237.9 501.7517578125 238.0447265625 501.75 238.25
L 501.75 244.25
Q 501.7517578125 244.4552734375 501.9 244.6 502.0447265625 244.7482421875 502.25 244.75 502.4552734375 244.7482421875 502.6 244.6 502.7482421875 244.4552734375 502.75 244.25
L 502.75 238.25
M 502.75 226.25
Q 502.7482421875 226.0447265625 502.6 225.9 502.4552734375 225.7517578125 502.25 225.75 502.0447265625 225.7517578125 501.9 225.9 501.7517578125 226.0447265625 501.75 226.25
L 501.75 232.25
Q 501.7517578125 232.4552734375 501.9 232.6 502.0447265625 232.7482421875 502.25 232.75 502.4552734375 232.7482421875 502.6 232.6 502.7482421875 232.4552734375 502.75 232.25
L 502.75 226.25
M 511.05 218.6
Q 511.1947265625 218.7482421875 511.4 218.75
L 517.4 218.75
Q 517.6052734375 218.7482421875 517.75 218.6 517.8982421875 218.4552734375 517.9 218.25 517.8982421875 218.0447265625 517.75 217.9 517.6052734375 217.7517578125 517.4 217.75
L 511.4 217.75
Q 511.1947265625 217.7517578125 511.05 217.9 510.9017578125 218.0447265625 510.9 218.25 510.9017578125 218.4552734375 511.05 218.6
M 529.8 203.8
Q 529.5947265625 203.8017578125 529.45 203.95 529.3017578125 204.0947265625 529.3 204.3
L 529.3 210.3
Q 529.3017578125 210.5052734375 529.45 210.65 529.5947265625 210.7982421875 529.8 210.8 530.0052734375 210.7982421875 530.15 210.65 530.2982421875 210.5052734375 530.3 210.3
L 530.3 204.3
Q 530.2982421875 204.0947265625 530.15 203.95 530.0052734375 203.8017578125 529.8 203.8
M 484.05 255.6
Q 483.9017578125 255.7447265625 483.9 255.95
L 483.9 260.3
Q 483.9017578125 260.5052734375 484.05 260.65 484.1947265625 260.7982421875 484.4 260.8 484.6052734375 260.7982421875 484.75 260.65 484.8982421875 260.5052734375 484.9 260.3
L 484.9 255.95
Q 484.8982421875 255.7447265625 484.75 255.6 484.6052734375 255.4517578125 484.4 255.45 484.1947265625 255.4517578125 484.05 255.6
M 484.05 243.6
Q 483.9017578125 243.7447265625 483.9 243.95
L 483.9 249.95
Q 483.9017578125 250.1552734375 484.05 250.3 484.1947265625 250.4482421875 484.4 250.45 484.6052734375 250.4482421875 484.75 250.3 484.8982421875 250.1552734375 484.9 249.95
L 484.9 243.95
Q 484.8982421875 243.7447265625 484.75 243.6 484.6052734375 243.4517578125 484.4 243.45 484.1947265625 243.4517578125 484.05 243.6
M 484.05 231.6
Q 483.9017578125 231.7447265625 483.9 231.95
L 483.9 237.95
Q 483.9017578125 238.1552734375 484.05 238.3 484.1947265625 238.4482421875 484.4 238.45 484.6052734375 238.4482421875 484.75 238.3 484.8982421875 238.1552734375 484.9 237.95
L 484.9 231.95
Q 484.8982421875 231.7447265625 484.75 231.6 484.6052734375 231.4517578125 484.4 231.45 484.1947265625 231.4517578125 484.05 231.6
M 484.9 219.95
Q 484.8982421875 219.7447265625 484.75 219.6 484.6052734375 219.4517578125 484.4 219.45 484.1947265625 219.4517578125 484.05 219.6 483.9017578125 219.7447265625 483.9 219.95
L 483.9 225.95
Q 483.9017578125 226.1552734375 484.05 226.3 484.1947265625 226.4482421875 484.4 226.45 484.6052734375 226.4482421875 484.75 226.3 484.8982421875 226.1552734375 484.9 225.95
L 484.9 219.95
M 484.05 207.6
Q 483.9017578125 207.7447265625 483.9 207.95
L 483.9 213.95
Q 483.9017578125 214.1552734375 484.05 214.3 484.1947265625 214.4482421875 484.4 214.45 484.6052734375 214.4482421875 484.75 214.3 484.8982421875 214.1552734375 484.9 213.95
L 484.9 207.95
Q 484.8982421875 207.7447265625 484.75 207.6 484.6052734375 207.4517578125 484.4 207.45 484.1947265625 207.4517578125 484.05 207.6
M 370.25 67.2
Q 370.0447265625 67.2017578125 369.9 67.35 369.7517578125 67.4947265625 369.75 67.7 369.7517578125 67.9052734375 369.9 68.05 370.0447265625 68.1982421875 370.25 68.2
L 376.25 68.2
Q 376.4552734375 68.1982421875 376.6 68.05 376.7482421875 67.9052734375 376.75 67.7 376.7482421875 67.4947265625 376.6 67.35 376.4552734375 67.2017578125 376.25 67.2
L 370.25 67.2
M 388.75 67.7
Q 388.7482421875 67.4947265625 388.6 67.35 388.4552734375 67.2017578125 388.25 67.2
L 382.25 67.2
Q 382.0447265625 67.2017578125 381.9 67.35 381.7517578125 67.4947265625 381.75 67.7 381.7517578125 67.9052734375 381.9 68.05 382.0447265625 68.1982421875 382.25 68.2
L 388.25 68.2
Q 388.4552734375 68.1982421875 388.6 68.05 388.7482421875 67.9052734375 388.75 67.7
M 394.25 67.2
Q 394.0447265625 67.2017578125 393.9 67.35 393.7517578125 67.4947265625 393.75 67.7 393.7517578125 67.9052734375 393.9 68.05 394.0447265625 68.1982421875 394.25 68.2
L 400.25 68.2
Q 400.4552734375 68.1982421875 400.6 68.05 400.7482421875 67.9052734375 400.75 67.7 400.7482421875 67.4947265625 400.6 67.35 400.4552734375 67.2017578125 400.25 67.2
L 394.25 67.2
M 328.25 68.2
Q 328.4552734375 68.1982421875 328.6 68.05 328.7482421875 67.9052734375 328.75 67.7 328.7482421875 67.4947265625 328.6 67.35 328.4552734375 67.2017578125 328.25 67.2
L 322.25 67.2
Q 322.0447265625 67.2017578125 321.9 67.35 321.7517578125 67.4947265625 321.75 67.7 321.7517578125 67.9052734375 321.9 68.05 322.0447265625 68.1982421875 322.25 68.2
L 328.25 68.2
M 333.9 67.35
Q 333.7517578125 67.4947265625 333.75 67.7 333.7517578125 67.9052734375 333.9 68.05 334.0447265625 68.1982421875 334.25 68.2
L 340.25 68.2
Q 340.4552734375 68.1982421875 340.6 68.05 340.7482421875 67.9052734375 340.75 67.7 340.7482421875 67.4947265625 340.6 67.35 340.4552734375 67.2017578125 340.25 67.2
L 334.25 67.2
Q 334.0447265625 67.2017578125 333.9 67.35
M 357.9 68.05
Q 358.0447265625 68.1982421875 358.25 68.2
L 364.25 68.2
Q 364.4552734375 68.1982421875 364.6 68.05 364.7482421875 67.9052734375 364.75 67.7 364.7482421875 67.4947265625 364.6 67.35 364.4552734375 67.2017578125 364.25 67.2
L 358.25 67.2
Q 358.0447265625 67.2017578125 357.9 67.35 357.7517578125 67.4947265625 357.75 67.7 357.7517578125 67.9052734375 357.9 68.05
M 352.75 67.7
Q 352.7482421875 67.4947265625 352.6 67.35 352.4552734375 67.2017578125 352.25 67.2
L 346.25 67.2
Q 346.0447265625 67.2017578125 345.9 67.35 345.7517578125 67.4947265625 345.75 67.7 345.7517578125 67.9052734375 345.9 68.05 346.0447265625 68.1982421875 346.25 68.2
L 352.25 68.2
Q 352.4552734375 68.1982421875 352.6 68.05 352.7482421875 67.9052734375 352.75 67.7
M 349.65 48.05
Q 349.7947265625 48.1982421875 350 48.2
L 356 48.2
Q 356.2052734375 48.1982421875 356.35 48.05 356.4982421875 47.9052734375 356.5 47.7 356.4982421875 47.4947265625 356.35 47.35 356.2052734375 47.2017578125 356 47.2
L 350 47.2
Q 349.7947265625 47.2017578125 349.65 47.35 349.5017578125 47.4947265625 349.5 47.7 349.5017578125 47.9052734375 349.65 48.05
M 344 47.2
L 338 47.2
Q 337.7947265625 47.2017578125 337.65 47.35 337.5017578125 47.4947265625 337.5 47.7 337.5017578125 47.9052734375 337.65 48.05 337.7947265625 48.1982421875 338 48.2
L 344 48.2
Q 344.2052734375 48.1982421875 344.35 48.05 344.4982421875 47.9052734375 344.5 47.7 344.4982421875 47.4947265625 344.35 47.35 344.2052734375 47.2017578125 344 47.2
M 326 47.2
Q 325.7947265625 47.2017578125 325.65 47.35 325.5017578125 47.4947265625 325.5 47.7 325.5017578125 47.9052734375 325.65 48.05 325.7947265625 48.1982421875 326 48.2
L 332 48.2
Q 332.2052734375 48.1982421875 332.35 48.05 332.4982421875 47.9052734375 332.5 47.7 332.4982421875 47.4947265625 332.35 47.35 332.2052734375 47.2017578125 332 47.2
L 326 47.2
M 398 47.2
Q 397.7947265625 47.2017578125 397.65 47.35 397.5017578125 47.4947265625 397.5 47.7 397.5017578125 47.9052734375 397.65 48.05 397.7947265625 48.1982421875 398 48.2
L 404 48.2
Q 404.2052734375 48.1982421875 404.35 48.05 404.4982421875 47.9052734375 404.5 47.7 404.4982421875 47.4947265625 404.35 47.35 404.2052734375 47.2017578125 404 47.2
L 398 47.2
M 386 47.2
Q 385.7947265625 47.2017578125 385.65 47.35 385.5017578125 47.4947265625 385.5 47.7 385.5017578125 47.9052734375 385.65 48.05 385.7947265625 48.1982421875 386 48.2
L 392 48.2
Q 392.2052734375 48.1982421875 392.35 48.05 392.4982421875 47.9052734375 392.5 47.7 392.4982421875 47.4947265625 392.35 47.35 392.2052734375 47.2017578125 392 47.2
L 386 47.2
M 373.65 48.05
Q 373.7947265625 48.1982421875 374 48.2
L 380 48.2
Q 380.2052734375 48.1982421875 380.35 48.05 380.4982421875 47.9052734375 380.5 47.7 380.4982421875 47.4947265625 380.35 47.35 380.2052734375 47.2017578125 380 47.2
L 374 47.2
Q 373.7947265625 47.2017578125 373.65 47.35 373.5017578125 47.4947265625 373.5 47.7 373.5017578125 47.9052734375 373.65 48.05
M 368.35 47.35
Q 368.2052734375 47.2017578125 368 47.2
L 362 47.2
Q 361.7947265625 47.2017578125 361.65 47.35 361.5017578125 47.4947265625 361.5 47.7 361.5017578125 47.9052734375 361.65 48.05 361.7947265625 48.1982421875 362 48.2
L 368 48.2
Q 368.2052734375 48.1982421875 368.35 48.05 368.4982421875 47.9052734375 368.5 47.7 368.4982421875 47.4947265625 368.35 47.35
M 454.25 67.2
Q 454.0447265625 67.2017578125 453.9 67.35 453.7517578125 67.4947265625 453.75 67.7 453.7517578125 67.9052734375 453.9 68.05 454.0447265625 68.1982421875 454.25 68.2
L 460.25 68.2
Q 460.4552734375 68.1982421875 460.6 68.05 460.7482421875 67.9052734375 460.75 67.7 460.7482421875 67.4947265625 460.6 67.35 460.4552734375 67.2017578125 460.25 67.2
L 454.25 67.2
M 484.6 67.35
Q 484.4552734375 67.2017578125 484.25 67.2
L 478.25 67.2
Q 478.0447265625 67.2017578125 477.9 67.35 477.7517578125 67.4947265625 477.75 67.7 477.7517578125 67.9052734375 477.9 68.05 478.0447265625 68.1982421875 478.25 68.2
L 484.25 68.2
Q 484.4552734375 68.1982421875 484.6 68.05 484.7482421875 67.9052734375 484.75 67.7 484.7482421875 67.4947265625 484.6 67.35
M 472.75 67.7
Q 472.7482421875 67.4947265625 472.6 67.35 472.4552734375 67.2017578125 472.25 67.2
L 466.25 67.2
Q 466.0447265625 67.2017578125 465.9 67.35 465.7517578125 67.4947265625 465.75 67.7 465.7517578125 67.9052734375 465.9 68.05 466.0447265625 68.1982421875 466.25 68.2
L 472.25 68.2
Q 472.4552734375 68.1982421875 472.6 68.05 472.7482421875 67.9052734375 472.75 67.7
M 424.6 67.35
Q 424.4552734375 67.2017578125 424.25 67.2
L 418.25 67.2
Q 418.0447265625 67.2017578125 417.9 67.35 417.7517578125 67.4947265625 417.75 67.7 417.7517578125 67.9052734375 417.9 68.05 418.0447265625 68.1982421875 418.25 68.2
L 424.25 68.2
Q 424.4552734375 68.1982421875 424.6 68.05 424.7482421875 67.9052734375 424.75 67.7 424.7482421875 67.4947265625 424.6 67.35
M 412.75 67.7
Q 412.7482421875 67.4947265625 412.6 67.35 412.4552734375 67.2017578125 412.25 67.2
L 406.25 67.2
Q 406.0447265625 67.2017578125 405.9 67.35 405.7517578125 67.4947265625 405.75 67.7 405.7517578125 67.9052734375 405.9 68.05 406.0447265625 68.1982421875 406.25 68.2
L 412.25 68.2
Q 412.4552734375 68.1982421875 412.6 68.05 412.7482421875 67.9052734375 412.75 67.7
M 441.9 68.05
Q 442.0447265625 68.1982421875 442.25 68.2
L 448.25 68.2
Q 448.4552734375 68.1982421875 448.6 68.05 448.7482421875 67.9052734375 448.75 67.7 448.7482421875 67.4947265625 448.6 67.35 448.4552734375 67.2017578125 448.25 67.2
L 442.25 67.2
Q 442.0447265625 67.2017578125 441.9 67.35 441.7517578125 67.4947265625 441.75 67.7 441.7517578125 67.9052734375 441.9 68.05
M 430.25 67.2
Q 430.0447265625 67.2017578125 429.9 67.35 429.7517578125 67.4947265625 429.75 67.7 429.7517578125 67.9052734375 429.9 68.05 430.0447265625 68.1982421875 430.25 68.2
L 436.25 68.2
Q 436.4552734375 68.1982421875 436.6 68.05 436.7482421875 67.9052734375 436.75 67.7 436.7482421875 67.4947265625 436.6 67.35 436.4552734375 67.2017578125 436.25 67.2
L 430.25 67.2
M 433.65 48.05
Q 433.7947265625 48.1982421875 434 48.2
L 440 48.2
Q 440.2052734375 48.1982421875 440.35 48.05 440.4982421875 47.9052734375 440.5 47.7 440.4982421875 47.4947265625 440.35 47.35 440.2052734375 47.2017578125 440 47.2
L 434 47.2
Q 433.7947265625 47.2017578125 433.65 47.35 433.5017578125 47.4947265625 433.5 47.7 433.5017578125 47.9052734375 433.65 48.05
M 422 47.2
Q 421.7947265625 47.2017578125 421.65 47.35 421.5017578125 47.4947265625 421.5 47.7 421.5017578125 47.9052734375 421.65 48.05 421.7947265625 48.1982421875 422 48.2
L 428 48.2
Q 428.2052734375 48.1982421875 428.35 48.05 428.4982421875 47.9052734375 428.5 47.7 428.4982421875 47.4947265625 428.35 47.35 428.2052734375 47.2017578125 428 47.2
L 422 47.2
M 409.65 48.05
Q 409.7947265625 48.1982421875 410 48.2
L 416 48.2
Q 416.2052734375 48.1982421875 416.35 48.05 416.4982421875 47.9052734375 416.5 47.7 416.4982421875 47.4947265625 416.35 47.35 416.2052734375 47.2017578125 416 47.2
L 410 47.2
Q 409.7947265625 47.2017578125 409.65 47.35 409.5017578125 47.4947265625 409.5 47.7 409.5017578125 47.9052734375 409.65 48.05
M 469.65 48.05
Q 469.7947265625 48.1982421875 470 48.2
L 476 48.2
Q 476.2052734375 48.1982421875 476.35 48.05 476.4982421875 47.9052734375 476.5 47.7 476.4982421875 47.4947265625 476.35 47.35 476.2052734375 47.2017578125 476 47.2
L 470 47.2
Q 469.7947265625 47.2017578125 469.65 47.35 469.5017578125 47.4947265625 469.5 47.7 469.5017578125 47.9052734375 469.65 48.05
M 458 47.2
Q 457.7947265625 47.2017578125 457.65 47.35 457.5017578125 47.4947265625 457.5 47.7 457.5017578125 47.9052734375 457.65 48.05 457.7947265625 48.1982421875 458 48.2
L 464 48.2
Q 464.2052734375 48.1982421875 464.35 48.05 464.4982421875 47.9052734375 464.5 47.7 464.4982421875 47.4947265625 464.35 47.35 464.2052734375 47.2017578125 464 47.2
L 458 47.2
M 446 47.2
Q 445.7947265625 47.2017578125 445.65 47.35 445.5017578125 47.4947265625 445.5 47.7 445.5017578125 47.9052734375 445.65 48.05 445.7947265625 48.1982421875 446 48.2
L 452 48.2
Q 452.2052734375 48.1982421875 452.35 48.05 452.4982421875 47.9052734375 452.5 47.7 452.4982421875 47.4947265625 452.35 47.35 452.2052734375 47.2017578125 452 47.2
L 446 47.2
M 529.45 191.95
Q 529.3017578125 192.0947265625 529.3 192.3
L 529.3 198.3
Q 529.3017578125 198.5052734375 529.45 198.65 529.5947265625 198.7982421875 529.8 198.8 530.0052734375 198.7982421875 530.15 198.65 530.2982421875 198.5052734375 530.3 198.3
L 530.3 192.3
Q 530.2982421875 192.0947265625 530.15 191.95 530.0052734375 191.8017578125 529.8 191.8 529.5947265625 191.8017578125 529.45 191.95
M 530.3 180.3
Q 530.2982421875 180.0947265625 530.15 179.95 530.0052734375 179.8017578125 529.8 179.8 529.5947265625 179.8017578125 529.45 179.95 529.3017578125 180.0947265625 529.3 180.3
L 529.3 186.3
Q 529.3017578125 186.5052734375 529.45 186.65 529.5947265625 186.7982421875 529.8 186.8 530.0052734375 186.7982421875 530.15 186.65 530.2982421875 186.5052734375 530.3 186.3
L 530.3 180.3
M 529.8 167.8
Q 529.5947265625 167.8017578125 529.45 167.95 529.3017578125 168.0947265625 529.3 168.3
L 529.3 174.3
Q 529.3017578125 174.5052734375 529.45 174.65 529.5947265625 174.7982421875 529.8 174.8 530.0052734375 174.7982421875 530.15 174.65 530.2982421875 174.5052734375 530.3 174.3
L 530.3 168.3
Q 530.2982421875 168.0947265625 530.15 167.95 530.0052734375 167.8017578125 529.8 167.8
M 530.3 156.3
Q 530.2982421875 156.0947265625 530.15 155.95 530.0052734375 155.8017578125 529.8 155.8 529.5947265625 155.8017578125 529.45 155.95 529.3017578125 156.0947265625 529.3 156.3
L 529.3 162.3
Q 529.3017578125 162.5052734375 529.45 162.65 529.5947265625 162.7982421875 529.8 162.8 530.0052734375 162.7982421875 530.15 162.65 530.2982421875 162.5052734375 530.3 162.3
L 530.3 156.3
M 511.75 185.6
Q 511.6052734375 185.4517578125 511.4 185.45 511.1947265625 185.4517578125 511.05 185.6 510.9017578125 185.7447265625 510.9 185.95
L 510.9 191.95
Q 510.9017578125 192.1552734375 511.05 192.3 511.1947265625 192.4482421875 511.4 192.45 511.6052734375 192.4482421875 511.75 192.3 511.8982421875 192.1552734375 511.9 191.95
L 511.9 185.95
Q 511.8982421875 185.7447265625 511.75 185.6
M 511.75 173.6
Q 511.6052734375 173.4517578125 511.4 173.45 511.1947265625 173.4517578125 511.05 173.6 510.9017578125 173.7447265625 510.9 173.95
L 510.9 179.95
Q 510.9017578125 180.1552734375 511.05 180.3 511.1947265625 180.4482421875 511.4 180.45 511.6052734375 180.4482421875 511.75 180.3 511.8982421875 180.1552734375 511.9 179.95
L 511.9 173.95
Q 511.8982421875 173.7447265625 511.75 173.6
M 511.75 161.6
Q 511.6052734375 161.4517578125 511.4 161.45 511.1947265625 161.4517578125 511.05 161.6 510.9017578125 161.7447265625 510.9 161.95
L 510.9 167.95
Q 510.9017578125 168.1552734375 511.05 168.3 511.1947265625 168.4482421875 511.4 168.45 511.6052734375 168.4482421875 511.75 168.3 511.8982421875 168.1552734375 511.9 167.95
L 511.9 161.95
Q 511.8982421875 161.7447265625 511.75 161.6
M 511.9 150.4
Q 511.8982421875 150.1947265625 511.75 150.05 511.6052734375 149.9017578125 511.4 149.9 511.1947265625 149.9017578125 511.05 150.05 510.9017578125 150.1947265625 510.9 150.4
L 510.9 155.95
Q 510.9017578125 156.1552734375 511.05 156.3 511.1947265625 156.4482421875 511.4 156.45 511.6052734375 156.4482421875 511.75 156.3 511.8982421875 156.1552734375 511.9 155.95
L 511.9 150.4
M 530.9 92.7
Q 530.7552734375 92.5517578125 530.55 92.55 530.3447265625 92.5517578125 530.2 92.7 530.0517578125 92.8447265625 530.05 93.05
L 530.05 95.4
Q 530.0517578125 95.6052734375 530.2 95.75 530.3447265625 95.8982421875 530.55 95.9 530.7552734375 95.8982421875 530.9 95.75 531.0482421875 95.6052734375 531.05 95.4
L 531.05 93.05
Q 531.0482421875 92.8447265625 530.9 92.7
M 530.2 80.7
Q 530.0517578125 80.8447265625 530.05 81.05
L 530.05 87.05
Q 530.0517578125 87.2552734375 530.2 87.4 530.3447265625 87.5482421875 530.55 87.55 530.7552734375 87.5482421875 530.9 87.4 531.0482421875 87.2552734375 531.05 87.05
L 531.05 81.05
Q 531.0482421875 80.8447265625 530.9 80.7 530.7552734375 80.5517578125 530.55 80.55 530.3447265625 80.5517578125 530.2 80.7
M 531.05 69.05
Q 531.0482421875 68.8447265625 530.9 68.7 530.7552734375 68.5517578125 530.55 68.55 530.3447265625 68.5517578125 530.2 68.7 530.0517578125 68.8447265625 530.05 69.05
L 530.05 75.05
Q 530.0517578125 75.2552734375 530.2 75.4 530.3447265625 75.5482421875 530.55 75.55 530.7552734375 75.5482421875 530.9 75.4 531.0482421875 75.2552734375 531.05 75.05
L 531.05 69.05
M 530.2 56.7
Q 530.0517578125 56.8447265625 530.05 57.05
L 530.05 63.05
Q 530.0517578125 63.2552734375 530.2 63.4 530.3447265625 63.5482421875 530.55 63.55 530.7552734375 63.5482421875 530.9 63.4 531.0482421875 63.2552734375 531.05 63.05
L 531.05 57.05
Q 531.0482421875 56.8447265625 530.9 56.7 530.7552734375 56.5517578125 530.55 56.55 530.3447265625 56.5517578125 530.2 56.7
M 511.9 88.9
Q 511.8982421875 88.6947265625 511.75 88.55 511.6052734375 88.4017578125 511.4 88.4 511.1947265625 88.4017578125 511.05 88.55 510.9017578125 88.6947265625 510.9 88.9
L 510.9 94.9
Q 510.9017578125 95.1052734375 511.05 95.25 511.1947265625 95.3982421875 511.4 95.4 511.6052734375 95.3982421875 511.75 95.25 511.8982421875 95.1052734375 511.9 94.9
L 511.9 88.9
M 511.75 76.55
Q 511.6052734375 76.4017578125 511.4 76.4 511.1947265625 76.4017578125 511.05 76.55 510.9017578125 76.6947265625 510.9 76.9
L 510.9 82.9
Q 510.9017578125 83.1052734375 511.05 83.25 511.1947265625 83.3982421875 511.4 83.4 511.6052734375 83.3982421875 511.75 83.25 511.8982421875 83.1052734375 511.9 82.9
L 511.9 76.9
Q 511.8982421875 76.6947265625 511.75 76.55
M 503.9 67.7
Q 503.8982421875 67.4947265625 503.75 67.35 503.6052734375 67.2017578125 503.4 67.2
L 502.25 67.2
Q 502.0447265625 67.2017578125 501.9 67.35 501.7517578125 67.4947265625 501.75 67.7 501.7517578125 67.9052734375 501.9 68.05 502.0447265625 68.1982421875 502.25 68.2
L 503.4 68.2
Q 503.6052734375 68.1982421875 503.75 68.05 503.8982421875 67.9052734375 503.9 67.7
M 490.25 67.2
Q 490.0447265625 67.2017578125 489.9 67.35 489.7517578125 67.4947265625 489.75 67.7 489.7517578125 67.9052734375 489.9 68.05 490.0447265625 68.1982421875 490.25 68.2
L 496.25 68.2
Q 496.4552734375 68.1982421875 496.6 68.05 496.7482421875 67.9052734375 496.75 67.7 496.7482421875 67.4947265625 496.6 67.35 496.4552734375 67.2017578125 496.25 67.2
L 490.25 67.2
M 518 47.2
Q 517.7947265625 47.2017578125 517.65 47.35 517.5017578125 47.4947265625 517.5 47.7 517.5017578125 47.9052734375 517.65 48.05 517.7947265625 48.1982421875 518 48.2
L 522.55 48.2
Q 522.7552734375 48.1982421875 522.9 48.05 523.0482421875 47.9052734375 523.05 47.7 523.0482421875 47.4947265625 522.9 47.35 522.7552734375 47.2017578125 522.55 47.2
L 518 47.2
M 506 47.2
Q 505.7947265625 47.2017578125 505.65 47.35 505.5017578125 47.4947265625 505.5 47.7 505.5017578125 47.9052734375 505.65 48.05 505.7947265625 48.1982421875 506 48.2
L 512 48.2
Q 512.2052734375 48.1982421875 512.35 48.05 512.4982421875 47.9052734375 512.5 47.7 512.4982421875 47.4947265625 512.35 47.35 512.2052734375 47.2017578125 512 47.2
L 506 47.2
M 493.65 48.05
Q 493.7947265625 48.1982421875 494 48.2
L 500 48.2
Q 500.2052734375 48.1982421875 500.35 48.05 500.4982421875 47.9052734375 500.5 47.7 500.4982421875 47.4947265625 500.35 47.35 500.2052734375 47.2017578125 500 47.2
L 494 47.2
Q 493.7947265625 47.2017578125 493.65 47.35 493.5017578125 47.4947265625 493.5 47.7 493.5017578125 47.9052734375 493.65 48.05
M 488.35 47.35
Q 488.2052734375 47.2017578125 488 47.2
L 482 47.2
Q 481.7947265625 47.2017578125 481.65 47.35 481.5017578125 47.4947265625 481.5 47.7 481.5017578125 47.9052734375 481.65 48.05 481.7947265625 48.1982421875 482 48.2
L 488 48.2
Q 488.2052734375 48.1982421875 488.35 48.05 488.4982421875 47.9052734375 488.5 47.7 488.4982421875 47.4947265625 488.35 47.35 Z"/>
</g>

<g id="Layer2_21_MEMBER_0_STROKES_1_FILL">
<path fill="#000000" stroke="#000000" d="
M 201.3 136.05
Q 201.330859375 135.9923828125 201.3 135.95 201.2576171875 135.919140625 201.2 135.9 201.1423828125 135.919140625 201.1 135.95 201.069140625 135.9923828125 201.05 136.05
L 201.05 142.05
Q 201.069140625 142.1076171875 201.1 142.15 201.1423828125 142.180859375 201.2 142.15 201.2576171875 142.180859375 201.3 142.15 201.330859375 142.1076171875 201.3 142.05
L 201.3 136.05
M 201.2 123.9
Q 201.1423828125 123.919140625 201.1 123.95 201.069140625 123.9923828125 201.05 124.05
L 201.05 130.05
Q 201.069140625 130.1076171875 201.1 130.15 201.1423828125 130.180859375 201.2 130.15 201.2576171875 130.180859375 201.3 130.15 201.330859375 130.1076171875 201.3 130.05
L 201.3 124.05
Q 201.330859375 123.9923828125 201.3 123.95 201.2576171875 123.919140625 201.2 123.9
M 201.2 112.75
Q 201.1423828125 112.769140625 201.1 112.8 201.069140625 112.8423828125 201.05 112.9
L 201.05 118.05
Q 201.069140625 118.1076171875 201.1 118.15 201.1423828125 118.180859375 201.2 118.15 201.2576171875 118.180859375 201.3 118.15 201.330859375 118.1076171875 201.3 118.05
L 201.3 112.9
Q 201.330859375 112.8423828125 201.3 112.8 201.2576171875 112.769140625 201.2 112.75
M 384.7 136.9
L 384.7 142.05
Q 384.719140625 142.1076171875 384.75 142.15 384.7923828125 142.180859375 384.85 142.15 384.9076171875 142.180859375 384.95 142.15 384.980859375 142.1076171875 384.95 142.05
L 384.95 136.9
Q 384.980859375 136.8423828125 384.95 136.8 384.9076171875 136.769140625 384.85 136.75 384.7923828125 136.769140625 384.75 136.8 384.719140625 136.8423828125 384.7 136.9
M 384.7 124.9
L 384.7 130.9
Q 384.719140625 130.9576171875 384.75 131 384.7923828125 131.030859375 384.85 131 384.9076171875 131.030859375 384.95 131 384.980859375 130.9576171875 384.95 130.9
L 384.95 124.9
Q 384.980859375 124.8423828125 384.95 124.8 384.9076171875 124.769140625 384.85 124.75 384.7923828125 124.769140625 384.75 124.8 384.719140625 124.8423828125 384.7 124.9
M 384.95 119
Q 384.980859375 118.9576171875 384.95 118.9
L 384.95 112.9
Q 384.980859375 112.8423828125 384.95 112.8 384.9076171875 112.769140625 384.85 112.75 384.7923828125 112.769140625 384.75 112.8 384.719140625 112.8423828125 384.7 112.9
L 384.7 118.9
Q 384.719140625 118.9576171875 384.75 119 384.7923828125 119.030859375 384.85 119 384.9076171875 119.030859375 384.95 119 Z"/>
</g>

<g id="Layer2_21_MEMBER_0_STROKES_2_FILL">
<path fill="#000000" stroke="#000000" d="
M 273.1 142.15
Q 273.1423828125 142.180859375 273.2 142.15
L 279.2 142.15
Q 279.2576171875 142.180859375 279.3 142.15 279.330859375 142.1076171875 279.3 142.05 279.330859375 141.9923828125 279.3 141.95 279.2576171875 141.919140625 279.2 141.9
L 273.2 141.9
Q 273.1423828125 141.919140625 273.1 141.95 273.069140625 141.9923828125 273.05 142.05 273.069140625 142.1076171875 273.1 142.15
M 261.2 141.9
Q 261.1423828125 141.919140625 261.1 141.95 261.069140625 141.9923828125 261.05 142.05 261.069140625 142.1076171875 261.1 142.15 261.1423828125 142.180859375 261.2 142.15
L 267.2 142.15
Q 267.2576171875 142.180859375 267.3 142.15 267.330859375 142.1076171875 267.3 142.05 267.330859375 141.9923828125 267.3 141.95 267.2576171875 141.919140625 267.2 141.9
L 261.2 141.9
M 249.2 141.9
Q 249.1423828125 141.919140625 249.1 141.95 249.069140625 141.9923828125 249.05 142.05 249.069140625 142.1076171875 249.1 142.15 249.1423828125 142.180859375 249.2 142.15
L 255.2 142.15
Q 255.2576171875 142.180859375 255.3 142.15 255.330859375 142.1076171875 255.3 142.05 255.330859375 141.9923828125 255.3 141.95 255.2576171875 141.919140625 255.2 141.9
L 249.2 141.9
M 249.1 113
Q 249.1423828125 113.030859375 249.2 113
L 255.2 113
Q 255.2576171875 113.030859375 255.3 113 255.330859375 112.9576171875 255.3 112.9 255.330859375 112.8423828125 255.3 112.8 255.2576171875 112.769140625 255.2 112.75
L 249.2 112.75
Q 249.1423828125 112.769140625 249.1 112.8 249.069140625 112.8423828125 249.05 112.9 249.069140625 112.9576171875 249.1 113
M 267.3 112.9
Q 267.330859375 112.8423828125 267.3 112.8 267.2576171875 112.769140625 267.2 112.75
L 261.2 112.75
Q 261.1423828125 112.769140625 261.1 112.8 261.069140625 112.8423828125 261.05 112.9 261.069140625 112.9576171875 261.1 113 261.1423828125 113.030859375 261.2 113
L 267.2 113
Q 267.2576171875 113.030859375 267.3 113 267.330859375 112.9576171875 267.3 112.9
M 273.2 112.75
Q 273.1423828125 112.769140625 273.1 112.8 273.069140625 112.8423828125 273.05 112.9 273.069140625 112.9576171875 273.1 113 273.1423828125 113.030859375 273.2 113
L 279.2 113
Q 279.2576171875 113.030859375 279.3 113 279.330859375 112.9576171875 279.3 112.9 279.330859375 112.8423828125 279.3 112.8 279.2576171875 112.769140625 279.2 112.75
L 273.2 112.75
M 309.1 142.15
Q 309.1423828125 142.180859375 309.2 142.15
L 315.2 142.15
Q 315.2576171875 142.180859375 315.3 142.15 315.330859375 142.1076171875 315.3 142.05 315.330859375 141.9923828125 315.3 141.95 315.2576171875 141.919140625 315.2 141.9
L 309.2 141.9
Q 309.1423828125 141.919140625 309.1 141.95 309.069140625 141.9923828125 309.05 142.05 309.069140625 142.1076171875 309.1 142.15
M 303.3 141.95
Q 303.2576171875 141.919140625 303.2 141.9
L 297.2 141.9
Q 297.1423828125 141.919140625 297.1 141.95 297.069140625 141.9923828125 297.05 142.05 297.069140625 142.1076171875 297.1 142.15 297.1423828125 142.180859375 297.2 142.15
L 303.2 142.15
Q 303.2576171875 142.180859375 303.3 142.15 303.330859375 142.1076171875 303.3 142.05 303.330859375 141.9923828125 303.3 141.95
M 291.3 142.05
Q 291.330859375 141.9923828125 291.3 141.95 291.2576171875 141.919140625 291.2 141.9
L 285.2 141.9
Q 285.1423828125 141.919140625 285.1 141.95 285.069140625 141.9923828125 285.05 142.05 285.069140625 142.1076171875 285.1 142.15 285.1423828125 142.180859375 285.2 142.15
L 291.2 142.15
Q 291.2576171875 142.180859375 291.3 142.15 291.330859375 142.1076171875 291.3 142.05
M 303.3 112.8
Q 303.2576171875 112.769140625 303.2 112.75
L 297.2 112.75
Q 297.1423828125 112.769140625 297.1 112.8 297.069140625 112.8423828125 297.05 112.9 297.069140625 112.9576171875 297.1 113 297.1423828125 113.030859375 297.2 113
L 303.2 113
Q 303.2576171875 113.030859375 303.3 113 303.330859375 112.9576171875 303.3 112.9 303.330859375 112.8423828125 303.3 112.8
M 291.3 112.8
Q 291.2576171875 112.769140625 291.2 112.75
L 285.2 112.75
Q 285.1423828125 112.769140625 285.1 112.8 285.069140625 112.8423828125 285.05 112.9 285.069140625 112.9576171875 285.1 113 285.1423828125 113.030859375 285.2 113
L 291.2 113
Q 291.2576171875 113.030859375 291.3 113 291.330859375 112.9576171875 291.3 112.9 291.330859375 112.8423828125 291.3 112.8
M 309.2 112.75
Q 309.1423828125 112.769140625 309.1 112.8 309.069140625 112.8423828125 309.05 112.9 309.069140625 112.9576171875 309.1 113 309.1423828125 113.030859375 309.2 113
L 315.2 113
Q 315.2576171875 113.030859375 315.3 113 315.330859375 112.9576171875 315.3 112.9 315.330859375 112.8423828125 315.3 112.8 315.2576171875 112.769140625 315.2 112.75
L 309.2 112.75
M 237.1 142.15
Q 237.1423828125 142.180859375 237.2 142.15
L 243.2 142.15
Q 243.2576171875 142.180859375 243.3 142.15 243.330859375 142.1076171875 243.3 142.05 243.330859375 141.9923828125 243.3 141.95 243.2576171875 141.919140625 243.2 141.9
L 237.2 141.9
Q 237.1423828125 141.919140625 237.1 141.95 237.069140625 141.9923828125 237.05 142.05 237.069140625 142.1076171875 237.1 142.15
M 231.3 141.95
Q 231.2576171875 141.919140625 231.2 141.9
L 225.2 141.9
Q 225.1423828125 141.919140625 225.1 141.95 225.069140625 141.9923828125 225.05 142.05 225.069140625 142.1076171875 225.1 142.15 225.1423828125 142.180859375 225.2 142.15
L 231.2 142.15
Q 231.2576171875 142.180859375 231.3 142.15 231.330859375 142.1076171875 231.3 142.05 231.330859375 141.9923828125 231.3 141.95
M 219.3 142.05
Q 219.330859375 141.9923828125 219.3 141.95 219.2576171875 141.919140625 219.2 141.9
L 213.2 141.9
Q 213.1423828125 141.919140625 213.1 141.95 213.069140625 141.9923828125 213.05 142.05 213.069140625 142.1076171875 213.1 142.15 213.1423828125 142.180859375 213.2 142.15
L 219.2 142.15
Q 219.2576171875 142.180859375 219.3 142.15 219.330859375 142.1076171875 219.3 142.05
M 207.2 142.15
Q 207.2576171875 142.180859375 207.3 142.15 207.330859375 142.1076171875 207.3 142.05 207.330859375 141.9923828125 207.3 141.95 207.2576171875 141.919140625 207.2 141.9
L 201.2 141.9
Q 201.1423828125 141.919140625 201.1 141.95 201.069140625 141.9923828125 201.05 142.05 201.069140625 142.1076171875 201.1 142.15 201.1423828125 142.180859375 201.2 142.15
L 207.2 142.15
M 219.3 112.8
Q 219.2576171875 112.769140625 219.2 112.75
L 213.2 112.75
Q 213.1423828125 112.769140625 213.1 112.8 213.069140625 112.8423828125 213.05 112.9 213.069140625 112.9576171875 213.1 113 213.1423828125 113.030859375 213.2 113
L 219.2 113
Q 219.2576171875 113.030859375 219.3 113 219.330859375 112.9576171875 219.3 112.9 219.330859375 112.8423828125 219.3 112.8
M 207.3 112.8
Q 207.2576171875 112.769140625 207.2 112.75
L 201.2 112.75
Q 201.1423828125 112.769140625 201.1 112.8 201.069140625 112.8423828125 201.05 112.9 201.069140625 112.9576171875 201.1 113 201.1423828125 113.030859375 201.2 113
L 207.2 113
Q 207.2576171875 113.030859375 207.3 113 207.330859375 112.9576171875 207.3 112.9 207.330859375 112.8423828125 207.3 112.8
M 237.1 113
Q 237.1423828125 113.030859375 237.2 113
L 243.2 113
Q 243.2576171875 113.030859375 243.3 113 243.330859375 112.9576171875 243.3 112.9 243.330859375 112.8423828125 243.3 112.8 243.2576171875 112.769140625 243.2 112.75
L 237.2 112.75
Q 237.1423828125 112.769140625 237.1 112.8 237.069140625 112.8423828125 237.05 112.9 237.069140625 112.9576171875 237.1 113
M 231.3 112.9
Q 231.330859375 112.8423828125 231.3 112.8 231.2576171875 112.769140625 231.2 112.75
L 225.2 112.75
Q 225.1423828125 112.769140625 225.1 112.8 225.069140625 112.8423828125 225.05 112.9 225.069140625 112.9576171875 225.1 113 225.1423828125 113.030859375 225.2 113
L 231.2 113
Q 231.2576171875 113.030859375 231.3 113 231.330859375 112.9576171875 231.3 112.9
M 363.3 141.95
Q 363.2576171875 141.919140625 363.2 141.9
L 357.2 141.9
Q 357.1423828125 141.919140625 357.1 141.95 357.069140625 141.9923828125 357.05 142.05 357.069140625 142.1076171875 357.1 142.15 357.1423828125 142.180859375 357.2 142.15
L 363.2 142.15
Q 363.2576171875 142.180859375 363.3 142.15 363.330859375 142.1076171875 363.3 142.05 363.330859375 141.9923828125 363.3 141.95
M 351.3 141.95
Q 351.2576171875 141.919140625 351.2 141.9
L 345.2 141.9
Q 345.1423828125 141.919140625 345.1 141.95 345.069140625 141.9923828125 345.05 142.05 345.069140625 142.1076171875 345.1 142.15 345.1423828125 142.180859375 345.2 142.15
L 351.2 142.15
Q 351.2576171875 142.180859375 351.3 142.15 351.330859375 142.1076171875 351.3 142.05 351.330859375 141.9923828125 351.3 141.95
M 327.2 142.15
Q 327.2576171875 142.180859375 327.3 142.15 327.330859375 142.1076171875 327.3 142.05 327.330859375 141.9923828125 327.3 141.95 327.2576171875 141.919140625 327.2 141.9
L 321.2 141.9
Q 321.1423828125 141.919140625 321.1 141.95 321.069140625 141.9923828125 321.05 142.05 321.069140625 142.1076171875 321.1 142.15 321.1423828125 142.180859375 321.2 142.15
L 327.2 142.15
M 333.2 141.9
Q 333.1423828125 141.919140625 333.1 141.95 333.069140625 141.9923828125 333.05 142.05 333.069140625 142.1076171875 333.1 142.15 333.1423828125 142.180859375 333.2 142.15
L 339.2 142.15
Q 339.2576171875 142.180859375 339.3 142.15 339.330859375 142.1076171875 339.3 142.05 339.330859375 141.9923828125 339.3 141.95 339.2576171875 141.919140625 339.2 141.9
L 333.2 141.9
M 333.1 113
Q 333.1423828125 113.030859375 333.2 113
L 339.2 113
Q 339.2576171875 113.030859375 339.3 113 339.330859375 112.9576171875 339.3 112.9 339.330859375 112.8423828125 339.3 112.8 339.2576171875 112.769140625 339.2 112.75
L 333.2 112.75
Q 333.1423828125 112.769140625 333.1 112.8 333.069140625 112.8423828125 333.05 112.9 333.069140625 112.9576171875 333.1 113
M 327.3 112.8
Q 327.2576171875 112.769140625 327.2 112.75
L 321.2 112.75
Q 321.1423828125 112.769140625 321.1 112.8 321.069140625 112.8423828125 321.05 112.9 321.069140625 112.9576171875 321.1 113 321.1423828125 113.030859375 321.2 113
L 327.2 113
Q 327.2576171875 113.030859375 327.3 113 327.330859375 112.9576171875 327.3 112.9 327.330859375 112.8423828125 327.3 112.8
M 363.3 112.8
Q 363.2576171875 112.769140625 363.2 112.75
L 357.2 112.75
Q 357.1423828125 112.769140625 357.1 112.8 357.069140625 112.8423828125 357.05 112.9 357.069140625 112.9576171875 357.1 113 357.1423828125 113.030859375 357.2 113
L 363.2 113
Q 363.2576171875 113.030859375 363.3 113 363.330859375 112.9576171875 363.3 112.9 363.330859375 112.8423828125 363.3 112.8
M 351.3 112.9
Q 351.330859375 112.8423828125 351.3 112.8 351.2576171875 112.769140625 351.2 112.75
L 345.2 112.75
Q 345.1423828125 112.769140625 345.1 112.8 345.069140625 112.8423828125 345.05 112.9 345.069140625 112.9576171875 345.1 113 345.1423828125 113.030859375 345.2 113
L 351.2 113
Q 351.2576171875 113.030859375 351.3 113 351.330859375 112.9576171875 351.3 112.9
M 381.1 142.15
Q 381.1423828125 142.180859375 381.2 142.15
L 384.85 142.15
Q 384.9076171875 142.180859375 384.95 142.15 384.980859375 142.1076171875 384.95 142.05 384.980859375 141.9923828125 384.95 141.95 384.9076171875 141.919140625 384.85 141.9
L 381.2 141.9
Q 381.1423828125 141.919140625 381.1 141.95 381.069140625 141.9923828125 381.05 142.05 381.069140625 142.1076171875 381.1 142.15
M 369.2 141.9
Q 369.1423828125 141.919140625 369.1 141.95 369.069140625 141.9923828125 369.05 142.05 369.069140625 142.1076171875 369.1 142.15 369.1423828125 142.180859375 369.2 142.15
L 375.2 142.15
Q 375.2576171875 142.180859375 375.3 142.15 375.330859375 142.1076171875 375.3 142.05 375.330859375 141.9923828125 375.3 141.95 375.2576171875 141.919140625 375.2 141.9
L 369.2 141.9
M 369.2 112.75
Q 369.1423828125 112.769140625 369.1 112.8 369.069140625 112.8423828125 369.05 112.9 369.069140625 112.9576171875 369.1 113 369.1423828125 113.030859375 369.2 113
L 375.2 113
Q 375.2576171875 113.030859375 375.3 113 375.330859375 112.9576171875 375.3 112.9 375.330859375 112.8423828125 375.3 112.8 375.2576171875 112.769140625 375.2 112.75
L 369.2 112.75
M 384.95 112.9
Q 384.980859375 112.8423828125 384.95 112.8 384.9076171875 112.769140625 384.85 112.75
L 381.2 112.75
Q 381.1423828125 112.769140625 381.1 112.8 381.069140625 112.8423828125 381.05 112.9 381.069140625 112.9576171875 381.1 113 381.1423828125 113.030859375 381.2 113
L 384.85 113
Q 384.9076171875 113.030859375 384.95 113 384.980859375 112.9576171875 384.95 112.9 Z"/>
</g>

<g id="Layer2_22_MEMBER_0_STROKES_1_FILL">
<path fill="#000000" stroke="#000000" d="
M 611.1 156.1
Q 611.1423828125 156.130859375 611.2 156.1
L 617.2 156.1
Q 617.2576171875 156.130859375 617.3 156.1 617.330859375 156.0576171875 617.3 156 617.330859375 155.9423828125 617.3 155.9 617.2576171875 155.869140625 617.2 155.85
L 611.2 155.85
Q 611.1423828125 155.869140625 611.1 155.9 611.069140625 155.9423828125 611.05 156 611.069140625 156.0576171875 611.1 156.1
M 629.2 156.1
Q 629.2576171875 156.130859375 629.3 156.1 629.330859375 156.0576171875 629.3 156 629.330859375 155.9423828125 629.3 155.9 629.2576171875 155.869140625 629.2 155.85
L 623.2 155.85
Q 623.1423828125 155.869140625 623.1 155.9 623.069140625 155.9423828125 623.05 156 623.069140625 156.0576171875 623.1 156.1 623.1423828125 156.130859375 623.2 156.1
L 629.2 156.1
M 641.3 155.9
Q 641.2576171875 155.869140625 641.2 155.85
L 635.2 155.85
Q 635.1423828125 155.869140625 635.1 155.9 635.069140625 155.9423828125 635.05 156 635.069140625 156.0576171875 635.1 156.1 635.1423828125 156.130859375 635.2 156.1
L 641.2 156.1
Q 641.2576171875 156.130859375 641.3 156.1 641.330859375 156.0576171875 641.3 156 641.330859375 155.9423828125 641.3 155.9
M 577.2 154.1
Q 577.230859375 154.0423828125 577.2 154 577.1576171875 153.969140625 577.1 153.95 577.0423828125 153.969140625 577 154 576.969140625 154.0423828125 576.95 154.1
L 576.95 156
Q 576.969140625 156.0576171875 577 156.1 577.0423828125 156.130859375 577.1 156.1
L 581.2 156.1
Q 581.2576171875 156.130859375 581.3 156.1 581.330859375 156.0576171875 581.3 156 581.330859375 155.9423828125 581.3 155.9 581.2576171875 155.869140625 581.2 155.85
L 577.2 155.85 577.2 154.1
M 593.2 156.1
Q 593.2576171875 156.130859375 593.3 156.1 593.330859375 156.0576171875 593.3 156 593.330859375 155.9423828125 593.3 155.9 593.2576171875 155.869140625 593.2 155.85
L 587.2 155.85
Q 587.1423828125 155.869140625 587.1 155.9 587.069140625 155.9423828125 587.05 156 587.069140625 156.0576171875 587.1 156.1 587.1423828125 156.130859375 587.2 156.1
L 593.2 156.1
M 599.1 156.1
Q 599.1423828125 156.130859375 599.2 156.1
L 605.2 156.1
Q 605.2576171875 156.130859375 605.3 156.1 605.330859375 156.0576171875 605.3 156 605.330859375 155.9423828125 605.3 155.9 605.2576171875 155.869140625 605.2 155.85
L 599.2 155.85
Q 599.1423828125 155.869140625 599.1 155.9 599.069140625 155.9423828125 599.05 156 599.069140625 156.0576171875 599.1 156.1
M 577 142
Q 576.969140625 142.0423828125 576.95 142.1
L 576.95 148.1
Q 576.969140625 148.1576171875 577 148.2 577.0423828125 148.230859375 577.1 148.2 577.1576171875 148.230859375 577.2 148.2 577.230859375 148.1576171875 577.2 148.1
L 577.2 142.1
Q 577.230859375 142.0423828125 577.2 142 577.1576171875 141.969140625 577.1 141.95 577.0423828125 141.969140625 577 142
M 577.2 136.1
L 577.2 130.1
Q 577.230859375 130.0423828125 577.2 130 577.1576171875 129.969140625 577.1 129.95 577.0423828125 129.969140625 577 130 576.969140625 130.0423828125 576.95 130.1
L 576.95 136.1
Q 576.969140625 136.1576171875 577 136.2 577.0423828125 136.230859375 577.1 136.2 577.1576171875 136.230859375 577.2 136.2 577.230859375 136.1576171875 577.2 136.1
M 583.9 112.75
Q 583.8576171875 112.719140625 583.8 112.7
L 577.8 112.7
Q 577.7423828125 112.719140625 577.7 112.75 577.669140625 112.7923828125 577.65 112.85 577.669140625 112.9076171875 577.7 112.95 577.7423828125 112.980859375 577.8 112.95
L 583.8 112.95
Q 583.8576171875 112.980859375 583.9 112.95 583.930859375 112.9076171875 583.9 112.85 583.930859375 112.7923828125 583.9 112.75
M 577 118
Q 576.969140625 118.0423828125 576.95 118.1
L 576.95 124.1
Q 576.969140625 124.1576171875 577 124.2 577.0423828125 124.230859375 577.1 124.2 577.1576171875 124.230859375 577.2 124.2 577.230859375 124.1576171875 577.2 124.1
L 577.2 118.1
Q 577.230859375 118.0423828125 577.2 118 577.1576171875 117.969140625 577.1 117.95 577.0423828125 117.969140625 577 118
M 595.9 112.85
Q 595.930859375 112.7923828125 595.9 112.75 595.8576171875 112.719140625 595.8 112.7
L 589.8 112.7
Q 589.7423828125 112.719140625 589.7 112.75 589.669140625 112.7923828125 589.65 112.85 589.669140625 112.9076171875 589.7 112.95 589.7423828125 112.980859375 589.8 112.95
L 595.8 112.95
Q 595.8576171875 112.980859375 595.9 112.95 595.930859375 112.9076171875 595.9 112.85
M 607.8 112.95
Q 607.8576171875 112.980859375 607.9 112.95 607.930859375 112.9076171875 607.9 112.85 607.930859375 112.7923828125 607.9 112.75 607.8576171875 112.719140625 607.8 112.7
L 601.8 112.7
Q 601.7423828125 112.719140625 601.7 112.75 601.669140625 112.7923828125 601.65 112.85 601.669140625 112.9076171875 601.7 112.95 601.7423828125 112.980859375 601.8 112.95
L 607.8 112.95
M 613.8 112.7
Q 613.7423828125 112.719140625 613.7 112.75 613.669140625 112.7923828125 613.65 112.85 613.669140625 112.9076171875 613.7 112.95 613.7423828125 112.980859375 613.8 112.95
L 619.8 112.95
Q 619.8576171875 112.980859375 619.9 112.95 619.930859375 112.9076171875 619.9 112.85 619.930859375 112.7923828125 619.9 112.75 619.8576171875 112.719140625 619.8 112.7
L 613.8 112.7
M 631.9 112.85
Q 631.930859375 112.7923828125 631.9 112.75 631.8576171875 112.719140625 631.8 112.7
L 625.8 112.7
Q 625.7423828125 112.719140625 625.7 112.75 625.669140625 112.7923828125 625.65 112.85 625.669140625 112.9076171875 625.7 112.95 625.7423828125 112.980859375 625.8 112.95
L 631.8 112.95
Q 631.8576171875 112.980859375 631.9 112.95 631.930859375 112.9076171875 631.9 112.85
M 637.8 112.7
Q 637.7423828125 112.719140625 637.7 112.75 637.669140625 112.7923828125 637.65 112.85 637.669140625 112.9076171875 637.7 112.95 637.7423828125 112.980859375 637.8 112.95
L 643.8 112.95
Q 643.8576171875 112.980859375 643.9 112.95 643.930859375 112.9076171875 643.9 112.85 643.930859375 112.7923828125 643.9 112.75 643.8576171875 112.719140625 643.8 112.7
L 637.8 112.7
M 730.15 148.85
Q 730.180859375 148.7923828125 730.15 148.75 730.1076171875 148.719140625 730.05 148.7 729.9923828125 148.719140625 729.95 148.75 729.919140625 148.7923828125 729.9 148.85
L 729.9 154.85
Q 729.919140625 154.9076171875 729.95 154.95 729.9923828125 154.980859375 730.05 154.95 730.1076171875 154.980859375 730.15 154.95 730.180859375 154.9076171875 730.15 154.85
L 730.15 148.85
M 730.15 136.85
Q 730.180859375 136.7923828125 730.15 136.75 730.1076171875 136.719140625 730.05 136.7 729.9923828125 136.719140625 729.95 136.75 729.919140625 136.7923828125 729.9 136.85
L 729.9 142.85
Q 729.919140625 142.9076171875 729.95 142.95 729.9923828125 142.980859375 730.05 142.95 730.1076171875 142.980859375 730.15 142.95 730.180859375 142.9076171875 730.15 142.85
L 730.15 136.85
M 730.15 124.85
Q 730.180859375 124.7923828125 730.15 124.75 730.1076171875 124.719140625 730.05 124.7 729.9923828125 124.719140625 729.95 124.75 729.919140625 124.7923828125 729.9 124.85
L 729.9 130.85
Q 729.919140625 130.9076171875 729.95 130.95 729.9923828125 130.980859375 730.05 130.95 730.1076171875 130.980859375 730.15 130.95 730.180859375 130.9076171875 730.15 130.85
L 730.15 124.85
M 730.15 112.85
Q 730.180859375 112.7923828125 730.15 112.75 730.1076171875 112.719140625 730.05 112.7 729.9923828125 112.719140625 729.95 112.75 729.919140625 112.7923828125 729.9 112.85
L 729.9 118.85
Q 729.919140625 118.9076171875 729.95 118.95 729.9923828125 118.980859375 730.05 118.95 730.1076171875 118.980859375 730.15 118.95 730.180859375 118.9076171875 730.15 118.85
L 730.15 112.85
M 701.3 155.9
Q 701.2576171875 155.869140625 701.2 155.85
L 695.2 155.85
Q 695.1423828125 155.869140625 695.1 155.9 695.069140625 155.9423828125 695.05 156 695.069140625 156.0576171875 695.1 156.1 695.1423828125 156.130859375 695.2 156.1
L 701.2 156.1
Q 701.2576171875 156.130859375 701.3 156.1 701.330859375 156.0576171875 701.3 156 701.330859375 155.9423828125 701.3 155.9
M 713.2 156.1
Q 713.2576171875 156.130859375 713.3 156.1 713.330859375 156.0576171875 713.3 156 713.330859375 155.9423828125 713.3 155.9 713.2576171875 155.869140625 713.2 155.85
L 707.2 155.85
Q 707.1423828125 155.869140625 707.1 155.9 707.069140625 155.9423828125 707.05 156 707.069140625 156.0576171875 707.1 156.1 707.1423828125 156.130859375 707.2 156.1
L 713.2 156.1
M 719.1 156.1
Q 719.1423828125 156.130859375 719.2 156.1
L 725.2 156.1
Q 725.2576171875 156.130859375 725.3 156.1 725.330859375 156.0576171875 725.3 156 725.330859375 155.9423828125 725.3 155.9 725.2576171875 155.869140625 725.2 155.85
L 719.2 155.85
Q 719.1423828125 155.869140625 719.1 155.9 719.069140625 155.9423828125 719.05 156 719.069140625 156.0576171875 719.1 156.1
M 653.3 155.9
Q 653.2576171875 155.869140625 653.2 155.85
L 647.2 155.85
Q 647.1423828125 155.869140625 647.1 155.9 647.069140625 155.9423828125 647.05 156 647.069140625 156.0576171875 647.1 156.1 647.1423828125 156.130859375 647.2 156.1
L 653.2 156.1
Q 653.2576171875 156.130859375 653.3 156.1 653.330859375 156.0576171875 653.3 156 653.330859375 155.9423828125 653.3 155.9
M 659.1 156.1
Q 659.1423828125 156.130859375 659.2 156.1
L 665.2 156.1
Q 665.2576171875 156.130859375 665.3 156.1 665.330859375 156.0576171875 665.3 156 665.330859375 155.9423828125 665.3 155.9 665.2576171875 155.869140625 665.2 155.85
L 659.2 155.85
Q 659.1423828125 155.869140625 659.1 155.9 659.069140625 155.9423828125 659.05 156 659.069140625 156.0576171875 659.1 156.1
M 671.1 156.1
Q 671.1423828125 156.130859375 671.2 156.1
L 677.2 156.1
Q 677.2576171875 156.130859375 677.3 156.1 677.330859375 156.0576171875 677.3 156 677.330859375 155.9423828125 677.3 155.9 677.2576171875 155.869140625 677.2 155.85
L 671.2 155.85
Q 671.1423828125 155.869140625 671.1 155.9 671.069140625 155.9423828125 671.05 156 671.069140625 156.0576171875 671.1 156.1
M 683.1 156.1
Q 683.1423828125 156.130859375 683.2 156.1
L 689.2 156.1
Q 689.2576171875 156.130859375 689.3 156.1 689.330859375 156.0576171875 689.3 156 689.330859375 155.9423828125 689.3 155.9 689.2576171875 155.869140625 689.2 155.85
L 683.2 155.85
Q 683.1423828125 155.869140625 683.1 155.9 683.069140625 155.9423828125 683.05 156 683.069140625 156.0576171875 683.1 156.1
M 667.9 112.75
Q 667.8576171875 112.719140625 667.8 112.7
L 661.8 112.7
Q 661.7423828125 112.719140625 661.7 112.75 661.669140625 112.7923828125 661.65 112.85 661.669140625 112.9076171875 661.7 112.95 661.7423828125 112.980859375 661.8 112.95
L 667.8 112.95
Q 667.8576171875 112.980859375 667.9 112.95 667.930859375 112.9076171875 667.9 112.85 667.930859375 112.7923828125 667.9 112.75
M 655.9 112.85
Q 655.930859375 112.7923828125 655.9 112.75 655.8576171875 112.719140625 655.8 112.7
L 649.8 112.7
Q 649.7423828125 112.719140625 649.7 112.75 649.669140625 112.7923828125 649.65 112.85 649.669140625 112.9076171875 649.7 112.95 649.7423828125 112.980859375 649.8 112.95
L 655.8 112.95
Q 655.8576171875 112.980859375 655.9 112.95 655.930859375 112.9076171875 655.9 112.85
M 673.8 112.7
Q 673.7423828125 112.719140625 673.7 112.75 673.669140625 112.7923828125 673.65 112.85 673.669140625 112.9076171875 673.7 112.95 673.7423828125 112.980859375 673.8 112.95
L 679.8 112.95
Q 679.8576171875 112.980859375 679.9 112.95 679.930859375 112.9076171875 679.9 112.85 679.930859375 112.7923828125 679.9 112.75 679.8576171875 112.719140625 679.8 112.7
L 673.8 112.7
M 691.8 112.95
Q 691.8576171875 112.980859375 691.9 112.95 691.930859375 112.9076171875 691.9 112.85 691.930859375 112.7923828125 691.9 112.75 691.8576171875 112.719140625 691.8 112.7
L 685.8 112.7
Q 685.7423828125 112.719140625 685.7 112.75 685.669140625 112.7923828125 685.65 112.85 685.669140625 112.9076171875 685.7 112.95 685.7423828125 112.980859375 685.8 112.95
L 691.8 112.95
M 697.8 112.7
Q 697.7423828125 112.719140625 697.7 112.75 697.669140625 112.7923828125 697.65 112.85 697.669140625 112.9076171875 697.7 112.95 697.7423828125 112.980859375 697.8 112.95
L 703.8 112.95
Q 703.8576171875 112.980859375 703.9 112.95 703.930859375 112.9076171875 703.9 112.85 703.930859375 112.7923828125 703.9 112.75 703.8576171875 112.719140625 703.8 112.7
L 697.8 112.7
M 727.9 112.75
Q 727.8576171875 112.719140625 727.8 112.7
L 721.8 112.7
Q 721.7423828125 112.719140625 721.7 112.75 721.669140625 112.7923828125 721.65 112.85 721.669140625 112.9076171875 721.7 112.95 721.7423828125 112.980859375 721.8 112.95
L 727.8 112.95
Q 727.8576171875 112.980859375 727.9 112.95 727.930859375 112.9076171875 727.9 112.85 727.930859375 112.7923828125 727.9 112.75
M 715.9 112.85
Q 715.930859375 112.7923828125 715.9 112.75 715.8576171875 112.719140625 715.8 112.7
L 709.8 112.7
Q 709.7423828125 112.719140625 709.7 112.75 709.669140625 112.7923828125 709.65 112.85 709.669140625 112.9076171875 709.7 112.95 709.7423828125 112.980859375 709.8 112.95
L 715.8 112.95
Q 715.8576171875 112.980859375 715.9 112.95 715.930859375 112.9076171875 715.9 112.85 Z"/>
</g>

<g id="Layer2_24_STROKES_1_FILL">
<path fill="#000000" stroke="#000000" d="
M 82.9 54.45
Q 82.9783203125 54.2767578125 82.85 54.1 82.7716796875 53.923828125 82.55 53.85 82.3763671875 53.8212890625 82.2 53.9 82.0240234375 54.0279296875 81.95 54.2 81.7552734375 55.085546875 81.75 56 81.7517578125 56.2052734375 81.9 56.35 82.0447265625 56.4982421875 82.25 56.5 82.4552734375 56.4982421875 82.6 56.35 82.7482421875 56.2052734375 82.75 56 82.7447265625 55.2142578125 82.9 54.45
M 91.75 47.65
Q 91.6052734375 47.5017578125 91.4 47.5 88.0427734375 47.51015625 85.5 49.25 85.3466796875 49.3572265625 85.3 49.55 85.272265625 49.7533203125 85.4 49.9 85.5072265625 50.10390625 85.7 50.15 85.9025390625 50.177734375 86.05 50.05 88.3572265625 48.48984375 91.4 48.5 91.6052734375 48.4982421875 91.75 48.35 91.8982421875 48.2052734375 91.9 48 91.8982421875 47.7947265625 91.75 47.65 Z"/>
</g>

<g id="Layer2_25_STROKES_1_FILL">
<path fill="#000000" stroke="#000000" d="
M 82.9 54.45
Q 82.9783203125 54.2767578125 82.85 54.1 82.7716796875 53.923828125 82.55 53.85 82.3763671875 53.8212890625 82.2 53.9 82.0240234375 54.0279296875 81.95 54.2 81.7552734375 55.085546875 81.75 56 81.7517578125 56.2052734375 81.9 56.35 82.0447265625 56.4982421875 82.25 56.5 82.4552734375 56.4982421875 82.6 56.35 82.7482421875 56.2052734375 82.75 56 82.7447265625 55.2142578125 82.9 54.45
M 91.75 47.65
Q 91.6052734375 47.5017578125 91.4 47.5 88.0427734375 47.51015625 85.5 49.25 85.3466796875 49.3572265625 85.3 49.55 85.272265625 49.7533203125 85.4 49.9 85.5072265625 50.10390625 85.7 50.15 85.9025390625 50.177734375 86.05 50.05 88.3572265625 48.48984375 91.4 48.5 91.6052734375 48.4982421875 91.75 48.35 91.8982421875 48.2052734375 91.9 48 91.8982421875 47.7947265625 91.75 47.65 Z"/>
</g>

<g id="Layer2_26_STROKES_1_FILL">
<path fill="#000000" stroke="#000000" d="
M 82.9 54.45
Q 82.9783203125 54.2767578125 82.85 54.1 82.7716796875 53.923828125 82.55 53.85 82.3763671875 53.8212890625 82.2 53.9 82.0240234375 54.0279296875 81.95 54.2 81.7552734375 55.085546875 81.75 56 81.7517578125 56.2052734375 81.9 56.35 82.0447265625 56.4982421875 82.25 56.5 82.4552734375 56.4982421875 82.6 56.35 82.7482421875 56.2052734375 82.75 56 82.7447265625 55.2142578125 82.9 54.45
M 91.75 47.65
Q 91.6052734375 47.5017578125 91.4 47.5 88.0427734375 47.51015625 85.5 49.25 85.3466796875 49.3572265625 85.3 49.55 85.272265625 49.7533203125 85.4 49.9 85.5072265625 50.10390625 85.7 50.15 85.9025390625 50.177734375 86.05 50.05 88.3572265625 48.48984375 91.4 48.5 91.6052734375 48.4982421875 91.75 48.35 91.8982421875 48.2052734375 91.9 48 91.8982421875 47.7947265625 91.75 47.65 Z"/>
</g>

<g id="Layer2_27_STROKES_1_FILL">
<path fill="#000000" stroke="#000000" d="
M 82.9 54.45
Q 82.9783203125 54.2767578125 82.85 54.1 82.7716796875 53.923828125 82.55 53.85 82.3763671875 53.8212890625 82.2 53.9 82.0240234375 54.0279296875 81.95 54.2 81.7552734375 55.085546875 81.75 56 81.7517578125 56.2052734375 81.9 56.35 82.0447265625 56.4982421875 82.25 56.5 82.4552734375 56.4982421875 82.6 56.35 82.7482421875 56.2052734375 82.75 56 82.7447265625 55.2142578125 82.9 54.45
M 91.75 47.65
Q 91.6052734375 47.5017578125 91.4 47.5 88.0427734375 47.51015625 85.5 49.25 85.3466796875 49.3572265625 85.3 49.55 85.272265625 49.7533203125 85.4 49.9 85.5072265625 50.10390625 85.7 50.15 85.9025390625 50.177734375 86.05 50.05 88.3572265625 48.48984375 91.4 48.5 91.6052734375 48.4982421875 91.75 48.35 91.8982421875 48.2052734375 91.9 48 91.8982421875 47.7947265625 91.75 47.65 Z"/>
</g>

<g id="Layer2_28_STROKES_1_FILL">
<path fill="#000000" stroke="#000000" d="
M 82.9 54.45
Q 82.9783203125 54.2767578125 82.85 54.1 82.7716796875 53.923828125 82.55 53.85 82.3763671875 53.8212890625 82.2 53.9 82.0240234375 54.0279296875 81.95 54.2 81.7552734375 55.085546875 81.75 56 81.7517578125 56.2052734375 81.9 56.35 82.0447265625 56.4982421875 82.25 56.5 82.4552734375 56.4982421875 82.6 56.35 82.7482421875 56.2052734375 82.75 56 82.7447265625 55.2142578125 82.9 54.45
M 91.75 47.65
Q 91.6052734375 47.5017578125 91.4 47.5 88.0427734375 47.51015625 85.5 49.25 85.3466796875 49.3572265625 85.3 49.55 85.272265625 49.7533203125 85.4 49.9 85.5072265625 50.10390625 85.7 50.15 85.9025390625 50.177734375 86.05 50.05 88.3572265625 48.48984375 91.4 48.5 91.6052734375 48.4982421875 91.75 48.35 91.8982421875 48.2052734375 91.9 48 91.8982421875 47.7947265625 91.75 47.65 Z"/>
</g>

<g id="Layer2_29_STROKES_1_FILL">
<path fill="#000000" stroke="#000000" d="
M 82.9 54.45
Q 82.9783203125 54.2767578125 82.85 54.1 82.7716796875 53.923828125 82.55 53.85 82.3763671875 53.8212890625 82.2 53.9 82.0240234375 54.0279296875 81.95 54.2 81.7552734375 55.085546875 81.75 56 81.7517578125 56.2052734375 81.9 56.35 82.0447265625 56.4982421875 82.25 56.5 82.4552734375 56.4982421875 82.6 56.35 82.7482421875 56.2052734375 82.75 56 82.7447265625 55.2142578125 82.9 54.45
M 91.75 47.65
Q 91.6052734375 47.5017578125 91.4 47.5 88.0427734375 47.51015625 85.5 49.25 85.3466796875 49.3572265625 85.3 49.55 85.272265625 49.7533203125 85.4 49.9 85.5072265625 50.10390625 85.7 50.15 85.9025390625 50.177734375 86.05 50.05 88.3572265625 48.48984375 91.4 48.5 91.6052734375 48.4982421875 91.75 48.35 91.8982421875 48.2052734375 91.9 48 91.8982421875 47.7947265625 91.75 47.65 Z"/>
</g>

<g id="Layer2_30_STROKES_1_FILL">
<path fill="#000000" stroke="#000000" d="
M 82.9 54.45
Q 82.9783203125 54.2767578125 82.85 54.1 82.7716796875 53.923828125 82.55 53.85 82.3763671875 53.8212890625 82.2 53.9 82.0240234375 54.0279296875 81.95 54.2 81.7552734375 55.085546875 81.75 56 81.7517578125 56.2052734375 81.9 56.35 82.0447265625 56.4982421875 82.25 56.5 82.4552734375 56.4982421875 82.6 56.35 82.7482421875 56.2052734375 82.75 56 82.7447265625 55.2142578125 82.9 54.45
M 91.75 47.65
Q 91.6052734375 47.5017578125 91.4 47.5 88.0427734375 47.51015625 85.5 49.25 85.3466796875 49.3572265625 85.3 49.55 85.272265625 49.7533203125 85.4 49.9 85.5072265625 50.10390625 85.7 50.15 85.9025390625 50.177734375 86.05 50.05 88.3572265625 48.48984375 91.4 48.5 91.6052734375 48.4982421875 91.75 48.35 91.8982421875 48.2052734375 91.9 48 91.8982421875 47.7947265625 91.75 47.65 Z"/>
</g>

<g id="Layer2_31_STROKES_1_FILL">
<path fill="#000000" stroke="#000000" d="
M 82.9 54.45
Q 82.9783203125 54.2767578125 82.85 54.1 82.7716796875 53.923828125 82.55 53.85 82.3763671875 53.8212890625 82.2 53.9 82.0240234375 54.0279296875 81.95 54.2 81.7552734375 55.085546875 81.75 56 81.7517578125 56.2052734375 81.9 56.35 82.0447265625 56.4982421875 82.25 56.5 82.4552734375 56.4982421875 82.6 56.35 82.7482421875 56.2052734375 82.75 56 82.7447265625 55.2142578125 82.9 54.45
M 91.75 47.65
Q 91.6052734375 47.5017578125 91.4 47.5 88.0427734375 47.51015625 85.5 49.25 85.3466796875 49.3572265625 85.3 49.55 85.272265625 49.7533203125 85.4 49.9 85.5072265625 50.10390625 85.7 50.15 85.9025390625 50.177734375 86.05 50.05 88.3572265625 48.48984375 91.4 48.5 91.6052734375 48.4982421875 91.75 48.35 91.8982421875 48.2052734375 91.9 48 91.8982421875 47.7947265625 91.75 47.65 Z"/>
</g>

<g id="Layer2_32_STROKES_1_FILL">
<path fill="#000000" stroke="#000000" d="
M 82.9 54.45
Q 82.9783203125 54.2767578125 82.85 54.1 82.7716796875 53.923828125 82.55 53.85 82.3763671875 53.8212890625 82.2 53.9 82.0240234375 54.0279296875 81.95 54.2 81.7552734375 55.085546875 81.75 56 81.7517578125 56.2052734375 81.9 56.35 82.0447265625 56.4982421875 82.25 56.5 82.4552734375 56.4982421875 82.6 56.35 82.7482421875 56.2052734375 82.75 56 82.7447265625 55.2142578125 82.9 54.45
M 91.75 47.65
Q 91.6052734375 47.5017578125 91.4 47.5 88.0427734375 47.51015625 85.5 49.25 85.3466796875 49.3572265625 85.3 49.55 85.272265625 49.7533203125 85.4 49.9 85.5072265625 50.10390625 85.7 50.15 85.9025390625 50.177734375 86.05 50.05 88.3572265625 48.48984375 91.4 48.5 91.6052734375 48.4982421875 91.75 48.35 91.8982421875 48.2052734375 91.9 48 91.8982421875 47.7947265625 91.75 47.65 Z"/>
</g>

<g id="Layer2_33_STROKES_1_FILL">
<path fill="#000000" stroke="#000000" d="
M 82.9 54.45
Q 82.9783203125 54.2767578125 82.85 54.1 82.7716796875 53.923828125 82.55 53.85 82.3763671875 53.8212890625 82.2 53.9 82.0240234375 54.0279296875 81.95 54.2 81.7552734375 55.085546875 81.75 56 81.7517578125 56.2052734375 81.9 56.35 82.0447265625 56.4982421875 82.25 56.5 82.4552734375 56.4982421875 82.6 56.35 82.7482421875 56.2052734375 82.75 56 82.7447265625 55.2142578125 82.9 54.45
M 91.75 47.65
Q 91.6052734375 47.5017578125 91.4 47.5 88.0427734375 47.51015625 85.5 49.25 85.3466796875 49.3572265625 85.3 49.55 85.272265625 49.7533203125 85.4 49.9 85.5072265625 50.10390625 85.7 50.15 85.9025390625 50.177734375 86.05 50.05 88.3572265625 48.48984375 91.4 48.5 91.6052734375 48.4982421875 91.75 48.35 91.8982421875 48.2052734375 91.9 48 91.8982421875 47.7947265625 91.75 47.65 Z"/>
</g>

<g id="Layer2_34_STROKES_1_FILL">
<path fill="#000000" stroke="#000000" d="
M 82.9 54.45
Q 82.9783203125 54.2767578125 82.85 54.1 82.7716796875 53.923828125 82.55 53.85 82.3763671875 53.8212890625 82.2 53.9 82.0240234375 54.0279296875 81.95 54.2 81.7552734375 55.085546875 81.75 56 81.7517578125 56.2052734375 81.9 56.35 82.0447265625 56.4982421875 82.25 56.5 82.4552734375 56.4982421875 82.6 56.35 82.7482421875 56.2052734375 82.75 56 82.7447265625 55.2142578125 82.9 54.45
M 91.75 47.65
Q 91.6052734375 47.5017578125 91.4 47.5 88.0427734375 47.51015625 85.5 49.25 85.3466796875 49.3572265625 85.3 49.55 85.272265625 49.7533203125 85.4 49.9 85.5072265625 50.10390625 85.7 50.15 85.9025390625 50.177734375 86.05 50.05 88.3572265625 48.48984375 91.4 48.5 91.6052734375 48.4982421875 91.75 48.35 91.8982421875 48.2052734375 91.9 48 91.8982421875 47.7947265625 91.75 47.65 Z"/>
</g>

<g id="Layer2_35_STROKES_1_FILL">
<path fill="#000000" stroke="#000000" d="
M 82.9 54.45
Q 82.9783203125 54.2767578125 82.85 54.1 82.7716796875 53.923828125 82.55 53.85 82.3763671875 53.8212890625 82.2 53.9 82.0240234375 54.0279296875 81.95 54.2 81.7552734375 55.085546875 81.75 56 81.7517578125 56.2052734375 81.9 56.35 82.0447265625 56.4982421875 82.25 56.5 82.4552734375 56.4982421875 82.6 56.35 82.7482421875 56.2052734375 82.75 56 82.7447265625 55.2142578125 82.9 54.45
M 91.75 47.65
Q 91.6052734375 47.5017578125 91.4 47.5 88.0427734375 47.51015625 85.5 49.25 85.3466796875 49.3572265625 85.3 49.55 85.272265625 49.7533203125 85.4 49.9 85.5072265625 50.10390625 85.7 50.15 85.9025390625 50.177734375 86.05 50.05 88.3572265625 48.48984375 91.4 48.5 91.6052734375 48.4982421875 91.75 48.35 91.8982421875 48.2052734375 91.9 48 91.8982421875 47.7947265625 91.75 47.65 Z"/>
</g>

<g id="Layer2_36_FILL">
<path fill="#000000" stroke="#000000" d="
M 169.1 34.8
L 176 32 169.1 29.25 169.1 34.8 Z"/>
</g>

<g id="Layer2_37_FILL">
<path fill="#000000" stroke="#000000" d="
M 169.1 34.8
L 176 32 169.1 29.25 169.1 34.8 Z"/>
</g>

<g id="Layer2_38_FILL">
<path fill="#000000" stroke="#000000" d="
M 226.25 34.8
L 233.1 32 226.25 29.25 226.25 34.8 Z"/>
</g>

<g id="Layer2_39_FILL">
<path fill="#000000" stroke="#000000" d="
M 226.25 34.8
L 233.1 32 226.25 29.25 226.25 34.8 Z"/>
</g>

<g id="Layer2_40_FILL">
<path fill="#000000" stroke="#000000" d="
M 169.1 34.8
L 176 32 169.1 29.25 169.1 34.8 Z"/>
</g>

<g id="Layer2_41_FILL">
<path fill="#000000" stroke="#000000" d="
M 226.25 34.8
L 233.1 32 226.25 29.25 226.25 34.8 Z"/>
</g>

<g id="Layer2_42_FILL">
<path fill="#000000" stroke="#000000" d="
M 226.25 34.8
L 233.1 32 226.25 29.25 226.25 34.8 Z"/>
</g>

<g id="Layer2_43_FILL">
<path fill="#000000" stroke="#000000" d="
M 226.25 34.8
L 233.1 32 226.25 29.25 226.25 34.8 Z"/>
</g>

<g id="Layer2_44_FILL">
<path fill="#000000" stroke="#000000" d="
M 169.1 34.8
L 176 32 169.1 29.25 169.1 34.8 Z"/>
</g>

<g id="Layer2_45_FILL">
<path fill="#000000" stroke="#000000" d="
M 169.1 34.8
L 176 32 169.1 29.25 169.1 34.8 Z"/>
</g>

<g id="Layer2_46_FILL">
<path fill="#000000" stroke="#000000" d="
M 169.1 34.8
L 176 32 169.1 29.25 169.1 34.8 Z"/>
</g>

<g id="Layer2_47_FILL">
<path fill="#000000" stroke="#000000" d="
M 169.1 34.8
L 176 32 169.1 29.25 169.1 34.8 Z"/>
</g>

<g id="Layer2_48_FILL">
<path fill="#000000" stroke="#000000" d="
M 226.25 34.8
L 233.1 32 226.25 29.25 226.25 34.8 Z"/>
</g>

<g id="Layer2_49_FILL">
<path fill="#000000" stroke="#000000" d="
M 226.25 34.8
L 233.1 32 226.25 29.25 226.25 34.8 Z"/>
</g>

<g id="Layer2_50_FILL">
<path fill="#000000" stroke="#000000" d="
M 169.1 34.8
L 176 32 169.1 29.25 169.1 34.8 Z"/>
</g>

<g id="Layer2_51_FILL">
<path fill="#000000" stroke="#000000" d="
M 226.25 34.8
L 233.1 32 226.25 29.25 226.25 34.8 Z"/>
</g>

<path id="Layer2_0_1_STROKES" stroke="#000000" stroke-width="1" stroke-linejoin="round" stroke-linecap="round" fill="none" d="
M 521.25 95.4
L 521.25 57.05 205.2 57.05 205.2 95.4
M 521.25 57.05
L 530.55 57.05 602.35 57.05
M 445.75 210.05
L 484.4 210.05
M 529.8 210.05
L 521.55 210.05 492.9 210.05 492.9 260.3
M 529.8 210.05
L 600.85 210.05
M 521.55 150.4
L 521.55 210.05
M 484.4 210.05
L 492.9 210.05
M 196.85 57.05
L 205.2 57.05
M 117.15 208.7
L 148.45 208.7 155.7 208.7 205.2 208.7 205.2 150.4
M 155.7 260.3
L 155.7 208.7
M 205.2 208.7
L 214.95 208.7 271.8 208.7
M 128.85 57.05
L 196.85 57.05"/>

<path id="Layer2_0_2_STROKES" stroke="#000000" stroke-width="0.05" stroke-linejoin="miter" stroke-linecap="butt" stroke-miterlimit="4" fill="none" d="
M 576.1 126.6
L 561.25 130.4
M 330.95 47.7
L 328.6 40.05
M 374.1 67.7
L 377.85 75.95
M 453.75 135.1
L 481.25 135.55
M 524.9 217.4
L 543.85 224.9
M 489.8 200.65
L 482.9 194.75
M 210.3 217.3
L 241 230.25
M 153.9 201.15
L 140.7 192.8"/>

<path id="Layer2_9_MEMBER_0_1_STROKES" stroke="#000000" stroke-width="0.05" stroke-linejoin="miter" stroke-linecap="butt" stroke-miterlimit="4" fill="none" d="
M 320.35 191.1
L 320.35 220.25
M 136.7 220.25
L 136.7 191.1"/>

<path id="Layer2_9_MEMBER_0_2_STROKES" stroke="#000000" stroke-width="0.05" stroke-linejoin="round" stroke-linecap="round" fill="none" d="
M 136.7 220.25
L 320.35 220.25
M 136.7 191.1
L 320.35 191.1"/>

<path id="Layer2_17_MEMBER_0_1_STROKES" stroke="#000000" stroke-width="0.05" stroke-linejoin="miter" stroke-linecap="butt" stroke-miterlimit="4" fill="none" d="
M 388.45 67.9
L 388.45 97.05
M 204.8 97.05
L 204.8 67.9"/>

<path id="Layer2_17_MEMBER_0_2_STROKES" stroke="#000000" stroke-width="0.05" stroke-linejoin="round" stroke-linecap="round" fill="none" d="
M 204.8 97.05
L 388.45 97.05
M 204.8 67.9
L 388.45 67.9"/>

<path id="Layer2_18_MEMBER_0_MEMBER_0_1_STROKES" stroke="#000000" stroke-width="0.05" stroke-linejoin="miter" stroke-linecap="butt" stroke-miterlimit="4" fill="none" d="
M 352.95 158.05
L 352.95 187.2
M 234.8 187.2
L 234.8 158.05"/>

<path id="Layer2_18_MEMBER_0_MEMBER_0_2_STROKES" stroke="#000000" stroke-width="0.05" stroke-linejoin="round" stroke-linecap="round" fill="none" d="
M 234.8 187.2
L 352.95 187.2
M 234.8 158.05
L 352.95 158.05"/>

<path id="Layer2_19_MEMBER_0_1_STROKES" stroke="#000000" stroke-width="0.05" stroke-linejoin="miter" stroke-linecap="butt" stroke-miterlimit="4" fill="none" d="
M 447 246.85
L 447 217.7
M 564.95 217.7
L 564.95 246.85"/>

<path id="Layer2_19_MEMBER_0_2_STROKES" stroke="#000000" stroke-width="0.05" stroke-linejoin="round" stroke-linecap="round" fill="none" d="
M 447 217.7
L 564.95 217.7
M 447 246.85
L 564.95 246.85"/>

<path id="Layer2_20_1_STROKES" stroke="#000000" stroke-width="0.05" stroke-linejoin="miter" stroke-linecap="butt" stroke-miterlimit="4" fill="none" d="
M 367.4 3.4
L 367.4 32.55
M 183.75 32.55
L 183.75 3.4"/>

<path id="Layer2_20_2_STROKES" stroke="#000000" stroke-width="0.05" stroke-linejoin="round" stroke-linecap="round" fill="none" d="
M 183.75 32.55
L 367.4 32.55
M 183.75 3.4
L 367.4 3.4"/>

<path id="Layer2_23_1_STROKES" stroke="#000000" stroke-width="0.05" stroke-linejoin="miter" stroke-linecap="butt" stroke-miterlimit="4" fill="none" d="
M 202.4 157.65
L 202.4 186.8
M 18.75 186.8
L 18.75 157.65"/>

<path id="Layer2_23_2_STROKES" stroke="#000000" stroke-width="0.05" stroke-linejoin="round" stroke-linecap="round" fill="none" d="
M 18.75 186.8
L 202.4 186.8
M 18.75 157.65
L 202.4 157.65"/>
</defs>

<g transform="matrix( 1, 0, 0, 1, 0,0) ">
<use xlink:href="#Layer2_0_1_STROKES"/>

<use xlink:href="#Layer2_0_2_STROKES"/>

<use xlink:href="#Layer2_0_STROKES_1_FILL"/>
</g>

<g transform="matrix( 1, 0, 0, 1, 220.3,77.4) ">

<text><tspan x="0" y="13.75" font-family="sans-serif" font-size="16" fill="#000000" xml:space="preserve">1.1.1.1</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, 102.2,49.7) ">

<text><tspan x="0" y="13.75" font-family="sans-serif" font-size="16" fill="#000000" xml:space="preserve">un0</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, 89.8,197.7) ">

<text><tspan x="0" y="13.75" font-family="sans-serif" font-size="16" fill="#000000" xml:space="preserve">un1</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, 147,116.65) ">

<text><tspan x="0" y="13.75" font-family="sans-serif" font-size="16" fill="#000000" xml:space="preserve">r1</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, 108.8,271.4) ">

<text><tspan x="0" y="13.75" font-family="sans-serif" font-size="16" fill="#000000" xml:space="preserve">h2</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, 447.6,271.4) ">

<text><tspan x="0" y="13.75" font-family="sans-serif" font-size="16" fill="#000000" xml:space="preserve">h1</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, 52.2,49.7) ">

<text><tspan x="0" y="13.75" font-family="sans-serif" font-size="16" fill="#000000" xml:space="preserve">/0</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, 48.6,198.15) ">

<text><tspan x="0" y="13.75" font-family="sans-serif" font-size="16" fill="#000000" xml:space="preserve">/1</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, 53,39.2) ">
<use xlink:href="#Layer2_9_MEMBER_0_1_STROKES"/>

<use xlink:href="#Layer2_9_MEMBER_0_2_STROKES"/>
</g>

<g transform="matrix( 1, 0, 0, 1, 192.25,232.3) ">

<text><tspan x="0" y="10.3" font-family="sans-serif" font-size="12" fill="#000000" xml:space="preserve">dst=&quot;.-1#1.1.1.2-1.1.1.2:8000&quot;</tspan><tspan x="0" y="24.3" font-family="sans-serif" font-size="12" fill="#000000" xml:space="preserve">src=&quot;.0#1.1.1.2:9000&quot;</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, 420.1,202.05) ">

<text><tspan x="0" y="13.75" font-family="sans-serif" font-size="16" fill="#000000" xml:space="preserve">un2</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, 460.2,116.65) ">

<text><tspan x="0" y="13.75" font-family="sans-serif" font-size="16" fill="#000000" xml:space="preserve">r2</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, 533.25,77.4) ">

<text><tspan x="0" y="13.75" font-family="sans-serif" font-size="16" fill="#000000" xml:space="preserve">1.1.1.2</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, 222.75,152.4) ">


<text><tspan x="0" y="13.75" font-family="sans-serif" font-size="16" fill="#000000" xml:space="preserve">1.1.1.1</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, 534.6,157.4) ">

<text><tspan x="0" y="13.75" font-family="sans-serif" font-size="16" fill="#000000" xml:space="preserve">1.1.1.1</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, 183.9,274.65) ">

<text><tspan x="0" y="13.75" font-family="sans-serif" font-size="16" fill="#000000" xml:space="preserve">1.1.1.2</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, 527.15,271.4) ">

<text><tspan x="0" y="13.75" font-family="sans-serif" font-size="16" fill="#000000" xml:space="preserve">1.1.1.2</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, 73.7,8.1) ">
<use xlink:href="#Layer2_17_MEMBER_0_1_STROKES"/>

<use xlink:href="#Layer2_17_MEMBER_0_2_STROKES"/>
</g>

<g transform="matrix( 1, 0, 0, 1, 281.05,78) ">

<text><tspan x="0" y="10.3" font-family="sans-serif" font-size="12" fill="#000000" xml:space="preserve">dst=&quot;.0#1.1.1.2-1.1.1.2:8000&quot;</tspan><tspan x="0" y="24.3" font-family="sans-serif" font-size="12" fill="#000000" xml:space="preserve">src=&quot;.0#1.1.1.1-1.1.1.2:9000&quot;</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, 151.4,7.5) ">
<use xlink:href="#Layer2_18_MEMBER_0_MEMBER_0_1_STROKES"/>

<use xlink:href="#Layer2_18_MEMBER_0_MEMBER_0_2_STROKES"/>
</g>

<g transform="matrix( 1, 0, 0, 1, 388.75,167.55) ">

<text><tspan x="0" y="10.3" font-family="sans-serif" font-size="12" fill="#000000" xml:space="preserve">dst=&quot;1.1.1.2:8000&quot;</tspan><tspan x="0" y="24.3" font-family="sans-serif" font-size="12" fill="#000000" xml:space="preserve">src=&quot;1.1.1.1:10000&quot;</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, 61.7,7.5) ">
<use xlink:href="#Layer2_19_MEMBER_0_1_STROKES"/>

<use xlink:href="#Layer2_19_MEMBER_0_2_STROKES"/>
</g>

<g transform="matrix( 1, 0, 0, 1, 511.25,227.2) ">

<text><tspan x="0" y="10.3" font-family="sans-serif" font-size="12" fill="#000000" xml:space="preserve">dst=&quot;1.1.1.1:10000&quot;</tspan><tspan x="0" y="24.3" font-family="sans-serif" font-size="12" fill="#000000" xml:space="preserve">src=&quot;1.1.1.2:8000&quot;</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, 61.7,7.5) ">
<use xlink:href="#Layer2_20_1_STROKES"/>

<use xlink:href="#Layer2_20_2_STROKES"/>
</g>

<g transform="matrix( 1, 0, 0, 1, 248,12.9) ">

<text><tspan x="0" y="10.3" font-family="sans-serif" font-size="12" fill="#000000" xml:space="preserve">dst=&quot;.0#1.1.1.1-1.1.1.2:9000&quot;</tspan><tspan x="0" y="24.3" font-family="sans-serif" font-size="12" fill="#000000" xml:space="preserve">src=&quot;.0#1.1.1.2-1.1.1.2:8000&quot;</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, 69,7.5) ">
<use xlink:href="#Layer2_21_MEMBER_0_STROKES_1_FILL"/>

<use xlink:href="#Layer2_21_MEMBER_0_STROKES_2_FILL"/>
</g>

<g transform="matrix( 1, 0, 0, 1, 273.05,122.4) ">

<text><tspan x="0" y="10.3" font-family="sans-serif" font-size="12" fill="#000000" xml:space="preserve">dst=&quot;.0#1.1.1.2:8000&quot;</tspan><tspan x="0" y="24.3" font-family="sans-serif" font-size="12" fill="#000000" xml:space="preserve">src=&quot;.-1#1.1.1.1-1.1.1.2:9000&quot;</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, 0,0) ">
<use xlink:href="#Layer2_22_MEMBER_0_STROKES_1_FILL"/>
</g>

<g transform="matrix( 1, 0, 0, 1, 579.1,114.85) ">

<text><tspan x="0" y="10.3" font-family="sans-serif" font-size="12" fill="#000000" xml:space="preserve">dst=&quot;.-1#1.1.1.1-1.1.1.2</tspan><tspan x="0" y="24.3" font-family="sans-serif" font-size="12" fill="#000000" xml:space="preserve">     :9000&quot;</tspan><tspan x="0" y="38.3" font-family="sans-serif" font-size="12" fill="#000000" xml:space="preserve">src=&quot;.0#1.1.1.2:8000&quot;</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, -13.8,6) ">
<use xlink:href="#Layer2_23_1_STROKES"/>

<use xlink:href="#Layer2_23_2_STROKES"/>
</g>

<g transform="matrix( 1, 0, 0, 1, 7.5,165.65) ">

<text><tspan x="0" y="10.3" font-family="sans-serif" font-size="12" fill="#000000" xml:space="preserve">dst=&quot;.0#1.1.1.2:9000&quot;</tspan><tspan x="0" y="24.3" font-family="sans-serif" font-size="12" fill="#000000" xml:space="preserve">src=&quot;.-1#1.1.1.2-1.1.1.2:8000&quot;</tspan></text>
</g>

<g transform="matrix( 1, 0, 0, 1, 84.95,170.3) ">
<use xlink:href="#Layer2_24_STROKES_1_FILL"/>
</g>

<g transform="matrix( -1, 0, 0, -1, 297.2,266.3) ">
<use xlink:href="#Layer2_25_STROKES_1_FILL"/>
</g>

<g transform="matrix( 1, 0, 0, 1, 134.85,19.7) ">
<use xlink:href="#Layer2_26_STROKES_1_FILL"/>
</g>

<g transform="matrix( 0, 1, -1, 0, 559.4,-14.5) ">
<use xlink:href="#Layer2_27_STROKES_1_FILL"/>
</g>

<g transform="matrix( -1, 0, 0, -1, 593.65,247.95) ">
<use xlink:href="#Layer2_28_STROKES_1_FILL"/>
</g>

<g transform="matrix( 1, 0, 0, 1, 402.15,151.95) ">
<use xlink:href="#Layer2_29_STROKES_1_FILL"/>
</g>

<g transform="matrix( 1, 0, 0, 1, 420,170.25) ">
<use xlink:href="#Layer2_30_STROKES_1_FILL"/>
</g>

<g transform="matrix( -1, 0, 0, -1, 612.05,266.3) ">
<use xlink:href="#Layer2_31_STROKES_1_FILL"/>
</g>

<g transform="matrix( 0, 1, -1, 0, 578.55,-34.35) ">
<use xlink:href="#Layer2_32_STROKES_1_FILL"/>
</g>

<g transform="matrix( 1, 0, 0, 1, 114.6,-0.3) ">
<use xlink:href="#Layer2_33_STROKES_1_FILL"/>
</g>

<g transform="matrix( -1, 0, 0, -1, 279.1,248.5) ">
<use xlink:href="#Layer2_34_STROKES_1_FILL"/>
</g>

<g transform="matrix( 1, 0, 0, 1, 66.2,152.5) ">
<use xlink:href="#Layer2_35_STROKES_1_FILL"/>
</g>

<g transform="matrix( 0, -1, 1, 0, 135.2,411.9) ">
<use xlink:href="#Layer2_36_FILL"/>
</g>

<g transform="matrix( 1, 0, 0, 1, 21.8,186.45) ">
<use xlink:href="#Layer2_37_FILL"/>
</g>

<g transform="matrix( 0, -1, 1, 0, 182.95,409.9) ">
<use xlink:href="#Layer2_38_FILL"/>
</g>

<g transform="matrix( 0, -1, 1, 0, 185.1,316.7) ">
<use xlink:href="#Layer2_39_FILL"/>
</g>

<g transform="matrix( 1, 0, 0, 1, 179.25,35.7) ">
<use xlink:href="#Layer2_40_FILL"/>
</g>

<g transform="matrix( 0, 1, -1, 0, 543.5,-149.05) ">
<use xlink:href="#Layer2_41_FILL"/>
</g>

<g transform="matrix( 0, 1, -1, 0, 543.5,-49.75) ">
<use xlink:href="#Layer2_42_FILL"/>
</g>

<g transform="matrix( 0, 1, -1, 0, 516.35,8.65) ">
<use xlink:href="#Layer2_43_FILL"/>
</g>

<g transform="matrix( 0, -1, 1, 0, 470.15,411.2) ">
<use xlink:href="#Layer2_44_FILL"/>
</g>

<g transform="matrix( 0, -1, 1, 0, 497.85,352.55) ">
<use xlink:href="#Layer2_45_FILL"/>
</g>

<g transform="matrix( 0, -1, 1, 0, 498.45,241.8) ">
<use xlink:href="#Layer2_46_FILL"/>
</g>

<g transform="matrix( -1, 0, 0, -1, 522.85,79.75) ">
<use xlink:href="#Layer2_47_FILL"/>
</g>

<g transform="matrix( 0, 1, -1, 0, 228.9,-155.95) ">
<use xlink:href="#Layer2_48_FILL"/>
</g>

<g transform="matrix( 0, 1, -1, 0, 228.9,-49.3) ">
<use xlink:href="#Layer2_49_FILL"/>
</g>

<g transform="matrix( -1, 0, 0, -1, 342.6,232.35) ">
<use xlink:href="#Layer2_50_FILL"/>
</g>

<g transform="matrix( 0, 1, -1, 0, 180.4,8.45) ">
<use xlink:href="#Layer2_51_FILL"/>
</g>
</svg>
          </artwork>
        </figure>
        <t>In summary, translation requires short addresses, which is only feasible when communication parties are in the same unitnet. For cross-unitnet communication, translation must cooperate with NAT. The combination of NAT and translation enables smooth interconnection between IP++ networks and massive legacy IPv4 devices such as public servers and embedded devices.</t>
      </section>
      <section>
        <name>Dual Stack</name>
        <t>This dual-stack is merely a transitional engineering implementation. In principle, IP++ and IPv4 can be deployed in single-stack form, and the final form will inevitably be single-stack, with IPv4 functionality as an adjunct to IP++ functionality.</t>
        <t>According to the IP++ specification, devices supporting IP++ must also support IPv4. Therefore, in the protocol stack of devices supporting IP++, IPv4 and IP++ processing programs exist side by side, which is known as dual stack. The two stacks are not completely independent, because IP++ addresses include IPv4 addresses, and data packets can be switched between the two stacks. For example, when an IPv4 packet is received by an IP++ application, the protocol stack will switch the packet to the IP++ stack before delivering it to the transport layer. The reverse switching is also supported for outbound packets, and the protocol stack will record relevant session states.</t>
        <t>For client-side packets, the protocol stack can transmit data via either stack by default without switching. Manual configuration only supports switching from IPv4 to IP++, while switching from IP++ to IPv4 is generally unnecessary.</t>
        <t>The dual-stack mechanism guarantees excellent compatibility during network upgrades. Legacy IPv4 applications can run normally on IP++ devices without modification. Developers only need to develop new applications based on IP++ sockets, and the protocol stack will automatically handle IPv4 compatibility issues.</t>
        <t>Dual-stack technology is of great significance for ensuring compatibility with IP++. When the operating system of the device is upgraded to IP++, it's common for applications to not be able to be updated in time. It would be unacceptable if applications could no longer be used due to this issue. Applications that only support IPv4 in existing IP++ devices can still function properly. When developing new applications, there's no need to worry about compatibility with IPv4; the protocol stack will handle all the necessary aspects automatically.</t>
      </section>
    </section>
    <section>
      <name>Typical Application Scenarios</name>
      <t>In the initial stage of ecosystem construction, IP++ will be firstly applied to scenarios with strong demands for remote interconnection. Typical scenarios are as follows.</t>
      <section>
        <name>Internet of Things</name>
        <t>The rapid development of IoT generates massive demands for remote interconnection, such as remote control of smart home devices, remote maintenance of industrial equipment and remote uploading of environmental monitoring data. The end-to-end communication capability of IP++ fully meets these requirements, greatly reducing the development, deployment and operation costs of IoT applications and providing an efficient and reliable underlying network support for the IoT ecosystem.</t>
      </section>
      <section>
        <name>Address Resource Expansion</name>
        <t>The scarcity of public IPv4 addresses restricts the deployment of many network applications. The multi-level variable-length address architecture of IP++ provides nearly unlimited address resources. Telecom operators no longer need to worry about address allocation, and enterprises can easily deploy globally accessible terminals at low cost.</t>
      </section>
      <section>
        <name>Data Center Networks</name>
        <t>Data center networks feature an obvious hierarchical topology, which is highly matched with the multi-level variable-length address structure of IP++. Deploying IP++ simplifies network configuration and management, and reduces construction and operation difficulties.</t>
      </section>
      <section>
        <name>Multipath TCP (MPTCP)</name>
        <t>MPTCP <xref target="RFC6824"/> improves communication reliability and bandwidth utilization via multi-path transmission. However, the flat address structure of traditional IP protocols cannot carry hierarchical network information. As a result, the multi-path capability of MPTCP is limited to multi-interface binding, failing to optimize paths based on network hierarchy. The hierarchical address of IP++ can reflect network topology details and support refined path control. With IP++, MPTCP can fully utilize multi-path resources based on network hierarchy, giving full play to its technical advantages and expanding application scope.</t>
      </section>
    </section>
    <section>
      <name>Conclusion</name>
      <t>The innovative multi-level variable-length address architecture of IP++ remedies the core defects of traditional IP protocols. It solves the problems of IPv4 address shortage and inconvenient remote interconnection, and avoids the shortcomings of IPv6 including poor compatibility and poor usability. IP++ restores the IP protocol to the end-to-end principle.
      </t>
      <t>As a fundamental network-layer technology, IP++ involves multiple aspects of network systems. This paper mainly elaborates its core ideas and key mechanisms, more technical details are presented in relevant official documents. Although IP++ still faces challenges in ecosystem building and standardization, the evolution of IP protocols towards multi-level variable-length addresses is an irresistible trend based on technical logic and practical demands. With the gradual improvement of the IP++ ecosystem, it is expected to drive the Internet towards a more complete, convenient and scalable future.</t>
    </section>

    <section anchor="IANA">
      <name>IANA Considerations</name>
      <t>
        This document requests the IEEE Registration Authority (IEEE RA) assign a unique EtherType value for the IP++ protocol, for use on IEEE 802.3/Ethernet media.
      </t>
      <t>
        After assignment by IEEE RA, IANA shall record the allocated EtherType within the "IEEE 802 Numbers" informational registry maintained at &lt;https://www.iana.org/assignments/ieee-802-numbers&gt;.
      </t>
    </section>

    <section anchor="Security">
      <name>Security Considerations</name>
      <t>IP++ delivers technical convenience for external hosts to reach internal network nodes. However, the cross-network reachability introduced by the protocol creates additional attack vectors and raises risks of improper, unauthorized, or malicious access to internal assets.</t>
      <t>To mitigate such threats, network administrators shall carefully formulate, deploy, and maintain strict access governance rules for IP++. Access permissions, reachable internal address scopes, connection lifetimes and authentication constraints need to be explicitly defined and periodically audited, preventing unregulated external penetration into private network domains.</t>
    </section>
  </middle>

  <back>
    <references>
      <name>Informative References</name>
      <!-- 1. Monograph Book Entries -->
      <reference anchor="xie2021computer" target="">
        <front>
          <title>Computer Networks</title>
          <author fullname="X. R. Xie" initials="X. R." surname="Xie" />
          <date year="2021"/>
        </front>
        <seriesInfo name="Book" value="Publishing House of Electronics Industry"/>
      </reference>

      <reference anchor="fall2016tcp">
        <front>
          <title>TCP/IP Illustrated</title>
          <author fullname="K. R. Fall" initials="K. R." surname="Fall"/>
          <author fullname="W. R. Stevens" initials="W. R." surname="Stevens"/>
          <author fullname="G. R. Wright" initials="G. R." surname="Wright"/>
          <date year="2016"/>
        </front>
        <seriesInfo name="Book" value="China Machine Press"/>
      </reference>
      <reference anchor="clark2018designing">
        <front>
          <title>Designing an Internet (Information Policy)</title>
          <author fullname="D. D. Clark" initials="D. D." surname="Clark"/>
          <date year="2018"/>
        </front>
        <seriesInfo name="Book" value="MIT Press"/>
      </reference>

      <!-- < 2. IETF RFC Standard Entries > -->
      <reference anchor="RFC791">
        <front>
          <title>Internet Protocol</title>
          <author fullname="J. Postel" initials="J." surname="Postel"/>
          <date year="1981"/>
        </front>
        <seriesInfo name="RFC" value="791"/>
      </reference>

      <reference anchor="RFC2663">
        <front>
          <title>RFC 2663: IP Network Address Translator (NAT) Terminology and Considerations</title>
          <author fullname="P. Srisuresh" initials="P." surname="Srisuresh"/>
          <author fullname="M. Holdrege" initials="M." surname="Holdrege"/>
          <date year="1999"/>
        </front>
        <seriesInfo name="RFC" value="2663"/>
      </reference>

      <reference anchor="RFC8200">
        <front>
          <title>RFC 8200: Internet Protocol, Version 6 (IPv6) Specification</title>
          <author fullname="S. Deering" initials="S." surname="Deering"/>
          <author fullname="R. Hinden" initials="R." surname="Hinden"/>
          <date year="2017"/>
        </front>
        <seriesInfo name="RFC" value="8200"/>
      </reference>

      <reference anchor="RFC4291">
        <front>
          <title>RFC 4291: IP Version 6 Addressing Architecture</title>
          <author fullname="R. Hinden" initials="R." surname="Hinden"/>
          <author fullname="S. Deering" initials="S." surname="Deering"/>
          <date year="2006"/>
        </front>
        <seriesInfo name="RFC" value="4291"/>
      </reference>

      <reference anchor="RFC4213">
        <front>
          <title>RFC 4213: Basic Transition Mechanisms for IPv6 Hosts and Routers</title>
          <author fullname="Y. Rekhter" initials="Y." surname="Rekhter"/>
          <author fullname="T. Li" initials="T." surname="Li"/>
          <author fullname="R. Hinden" initials="R." surname="Hinden"/>
          <date year="2005"/>
        </front>
        <seriesInfo name="RFC" value="4213"/>
      </reference>

      <reference anchor="RFC1621">
        <front>
          <title>RFC 1621: Pip Near-term Architecture</title>
          <author fullname="P. Francis" initials="P." surname="Francis"/>
          <date year="1994"/>
        </front>
        <seriesInfo name="RFC" value="1621"/>
      </reference>

      <reference anchor="RFC1622">
        <front>
          <title>RFC 1622: Pip Header Processing</title>
          <author fullname="P. Francis" initials="P." surname="Francis"/>
          <date year="1994"/>
        </front>
        <seriesInfo name="RFC" value="1622"/>
      </reference>

      <reference anchor="RFC6824">
        <front>
          <title>RFC 6824: TCP Extensions for Multipath Operation with Multiple Addresses (MPTCP)</title>
          <author fullname="A. Ford" initials="A." surname="Ford"/>
          <author fullname="C. Raiciu" initials="C." surname="Raiciu"/>
          <author fullname="M. Handley" initials="M." surname="Handley"/>
          <author fullname="Others"/>
          <date year="2013"/>
        </front>
        <seriesInfo name="RFC" value="6824"/>
      </reference>

      <!-- < 3. Technical Report Entries > -->
      <reference anchor="clark1991towards">
        <front>
          <title>Towards the future internet architecture</title>
          <author fullname="D. D. Clark" initials="D. D." surname="Clark"/>
          <author fullname="L. Chapin" initials="L." surname="Chapin"/>
          <author fullname="V. G. Cerf" initials="V. G." surname="Cerf"/>
          <author fullname="Others"/>
          <date year="1991"/>
        </front>
        <seriesInfo name="Technical Report" value="Internet Architecture Board"/>
      </reference>

      <reference anchor="chiappa1994why">
        <front>
          <title>Why Topologically Sensitive Names Are Inherently Variable Length</title>
          <author fullname="J. N. Chiappa" initials="J. N." surname="Chiappa"/>
          <date year="1994"/>
        </front>
        <seriesInfo name="Technical Report" value="Massachusetts Institute of Technology"/>
      </reference>

      <reference anchor="huitema2021flexibleip">
        <front>
          <title>Flexible IP: An Adaptable IP Address Structure</title>
          <author fullname="C. Huitema" initials="C." surname="Huitema"/>
          <date year="2021"/>
        </front>
        <seriesInfo name="Technical Report" value="IETF 109"/>
      </reference>

      <!-- <! 4. Conference & Journal Papers > -->
      <reference anchor="chen2020newip">
        <front>
          <title>NEW IP framework and protocol for future applications</title>
          <author fullname="Z. Chen" initials="Z." surname="Chen"/>
          <author fullname="C. Wang" initials="C." surname="Wang"/>
          <author fullname="G. W. Li" initials="G. W." surname="Li"/>
          <author fullname="Others"/>
          <date year="2020"/>
        </front>
        <seriesInfo name="Conference Proceedings" value="2020 IEEE/IFIP Network Operations and Management Symposium (NOMS)"/>
      </reference>


      <!-- <! 5. Online Resource / IETF Draft / Official Website > -->
      <reference anchor="ipppwebsite" target="http://www.ippp.xyz">
        <front>
          <title>IP++ Protocol Official Website</title>
          <author fullname="Beijing IpPlusPlus Network Technology Co., Ltd."/>
        </front>
        <seriesInfo name="Online Resource" value=""/>
      </reference>

      <reference anchor='Turanyi2002'>
        <front>
          <title> IPv4+4 </title>
          <author initials='Z.' surname='Turanyi'/>
          <author initials='A.' surname='Valko'/>
          <date year='2002'/>
        </front>
        <seriesInfo name='Proceedings' value='of the 10th IEEE
          International Conference on Network Protocols' />
      </reference>

      <reference anchor='Chimiak2014'>
        <front>
          <title> Enhanced IP: IPv4 with 64-Bit Addresses</title>
          <author initials='W.' surname='Chimiak'/>
          <author initials='S.' surname='Patton'/>
          <author initials='S.' surname='Janansky'/>
          <date month='February' year='2014'/>
        </front>
        <seriesInfo name='IEEE Comuter Magazine' value='Vol. 47, Issue 2, pp 62-69'/>
      </reference>
    </references>
  </back>
</rfc>