Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • specifications/tr/tr-0025
1 result
Show changes
Commits on Source (2)
Showing
with 4939 additions and 0 deletions
![oneM2M logo](media/logo.png)
**oneM2M Technical Report**
| | |
|-|-|
|Document Number |TR-0025 V2.0.3 |
|Document Name: |Application Developer Guide |
|Date: |2019-June-06 |
|Abstract: |Provides a use case for guiding application developers to develop applications using functionalities provided by a oneM2M service platform. |
|Template Version:23 February 2015 (Dot not modify) |Template Version:23 February 2015 (Dot not modify) |
This Specification is provided for future development work within oneM2M only. The Partners accept no liability for any use of this Specification.
The present document has not been subject to any approval process by the oneM2M Partners Type 1. Published oneM2M specifications and reports for implementation should be obtained via the oneM2M Partners' Publications Offices.
About oneM2M
The purpose and goal of oneM2M is to develop technical specifications which address the need for a common M2M Service Layer that can be readily embedded within various hardware and software, and relied upon to connect the myriad of devices in the field with M2M application servers worldwide.
More information about oneM2M may be found at: http//www.oneM2M.org
Copyright Notification
(c) 2018, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC).
All rights reserved.
The copyright and the foregoing restriction extend to reproduction in all media.
Notice of Disclaimer & Limitation of Liability
The information provided in this document is directed solely to professionals who have the appropriate degree of experience to understand and interpret its contents in accordance with generally accepted engineering or other professional standards and applicable regulations. No recommendation as to products or vendors is made or should be implied.
NO REPRESENTATION OR WARRANTY IS MADE THAT THE INFORMATION IS TECHNICALLY ACCURATE OR SUFFICIENT OR CONFORMS TO ANY STATUTE, GOVERNMENTAL RULE OR REGULATION, AND FURTHER, NO REPRESENTATION OR WARRANTY IS MADE OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR AGAINST INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS. NO oneM2M PARTNER TYPE 1 SHALL BE LIABLE, BEYOND THE AMOUNT OF ANY SUM RECEIVED IN PAYMENT BY THAT PARTNER FOR THIS DOCUMENT, WITH RESPECT TO ANY CLAIM, AND IN NO EVENT SHALL oneM2M BE LIABLE FOR LOST PROFITS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES. oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PROVIDED IN THIS DOCUMENT IS AT THE RISK OF THE USER.
# Contents
# 1 Scope
The present document provides a guide for application developers to develop applications using functionalities provided by any oneM2M compliant service platform with the scope of as follows:
- Objective of the use case,
- The architecture of the use case mapped into an oneM2M service platform,
- The execution procedures for implementation of the use case, and
- Implementation details of the use case.
# 2 References
## 2.1 Normative references
References are either specific (identified by date of publication and/or edition number or version number) or nonspecific. For specific references, only the cited version applies. For non-specific references, the latest version of the reference document (including any amendments) applies.
The following referenced documents are necessary for the application of the present document.
<mark>Not applicable.</mark>
## 2.2 Informative references
The following referenced documents are not necessary for the application of the present document but they assist the user with regard to a particular subject area.
- <a name="_ref_i.1">[i.1]</a> oneM2M Drafting Rules
> NOTE: Available at http://www.onem2m.org/images/files/oneM2M-Drafting-Rules.pdf
- <a name="_ref_i.2">[i.2]</a> oneM2M TS-0001 (V12.12.1): "Functional Architecture".
- <a name="_ref_i.3">[i.3]</a> oneM2M TS-0004 (V2.9.0): "Service Layer Core protocol Specification".
- <a name="_ref_i.4">[i.4]</a> oneM2M TS-0009 (V2.8.0): "HTTP Protocol Binding".
- <a name="_ref_i.5">[i.5]</a> oneM2M TS-0011: "Common Terminology".
# 3 Definitions and abbreviations
## 3.1 Definitions
For the purposes of the present document, the terms and definitions given in oneM2M TS-0011 <a href="#_ref_i.5">[i.5]</a> and the following apply.
NOTE: A term defined in the present document takes precedence over the definition of the same term, if any, in oneM2M TS-0011 <a href="#_ref_i.5">[i.5]</a>.
**M2M service provider domain:** part of the M2M System that is associated with a specific M2M Service Provider
**registrar CSE:** CSE where an Application or another CSE has registered
**resource:** uniquely addressable entity in oneM2M architecture
## 3.2 Abbreviations
For the purposes of the present document, the following abbreviations apply:
`ACP Access Control Policy`
`ADN Application Dedicated Node`
`ADN-AE AE which resides in the Application Dedicated Node`
`AE Application Entity`
`CoAP Constrained Application Protocol`
`CSE Common Services Entity`
`CSE-ID Common Service Entity Identifier`
`DNS Domain Name System`
`FQDN Fully Qualified Domain Name`
`HTTP HyperText Transfer Protocol`
`IN Infrastructure Node`
`IN-AE Application Entity that is registered with the CSE in the Infrastructure Node`
`IN-CSE CSE which resides in the Infrastructure Node`
`IP Internet Protocol`
`JSON JavaScript Object Notation`
`M2M Machine to Machine`
`Mca Reference Point for M2M Communication with AE`
`Mcc Reference Point for M2M Communication with CSE`
`MN Middle Node`
`MN-AE Application Entity that is registered with the CSE in Middle Node`
`MN-CSE CSE which resides in the Middle Node`
`PoA Point of Access`
`SP Service Provider`
`URI Uniform Resource Identifier`
`XML eXtensible Markup Language`
# 4 Conventions
The key words "Shall", "Shall not", "May", "Need not", "Should", "Should not" in this document are to be interpreted as described in the oneM2M Drafting Rules <a href="#_ref_i.1">[i.1]</a>.
# 5 Use case
This guide is based on a home lighting use case involving lights in a home that can be remotely controlled by a user's smartphone leveraging the capabilities of oneM2M. An overview of the use case is shown in figure 5-1. The main components are introduced as follows:
- The lights are deployed in a home and are attached to a home gateway.
- The home gateway communicates with a cloud service platform allowing the lights to be controlled remotely by the smartphone.
- The cloud service platform supports a set of services to enable the smartphone to more easily control the lights in the home. Some examples of services include registration, discovery, data management, group management, subscription/notification etc
- The smartphone hosts an application used to remotely control the lights in the home and supports the following capabilities:
- Discovery of lights deployed in the home.
- Sending commands to change light states i.e. ON and OFF.
- Retrieval of light states.
![Overview of remote lights control use case](media/RemoteLightsControlUseCase.svg)
**Figure 5-1: Overview of remote lights control use case**
# 6 Architecture
This clause describes how the different components of this use case can be represented by corresponding oneM2M architectural entities as shown in figure 6-1.
![oneM2M functional architecture of remote lights control use case](media/FunctionalArchitectureOfRemoteLightsControlUseCase.svg)
**Figure 6-1: oneM2M functional architecture of remote lights control use case**
In the oneM2M functional architecture two basic types of entities are defined. One is an AE (short for Application Entity) and the other is a CSE (short for Common Services Entity). In this use case, the lights and smartphone each host an AE. Also an IN-CSE (short for Infrastructure Node CSE) is hosted in the cloud by the oneM2M Service Provider and a MN-CSE (short for Middle Node CSE) is hosted on the Home Gateway.
The oneM2M defined Mca reference point is used to interface an AE and CSE. The oneM2M defined Mcc reference point is used to interface CSEs. In this use case, the reference point used between a Light AE and home gateway MN-CSE or Smartphone AE and IN-CSE is Mca while reference point used between the home gateway MN-CSE and oneM2M service platform IN-CSE is Mcc
In summary, applications used in the current use case are classified as follows:
- ADN-AE1: an application embedded in _Light#1_ with capabilities to control _Light#1_ and interact with the home gateway MN-CSE through _M_ _ca_ reference point;
- ADN-AE2: an application embedded in _Light#_ _2_ with capabilities to control _Light#_ _2_ and interact with the home gateway MN-CSE through _M_ _ca_ reference point;
- IN-AE: a smartphone application embedded in the smartphone device with capabilities to interact directly with the oneM2M service platform IN-CSE through _M_ _cc_ reference point and thereby remotely control _Light#1_ and _Light#_ _2_ ;
- MN-AE: a gateway application embedded into the home gateway that interacts with the MN-CSE through _M_ _ca_ reference point.
# 7 Procedures
## 7.1 Introduction
<mark>Editor note: Most request are missing the RVI request attribute</mark>
The deployment of the oneM2M standard in the present use case requires procedures that are classified as follows:
- **Registration** : The current procedure contains light application registration, gateway application registration, and accessControlPolicy resource creation for selective access to data storage resources.
- **Initial resource creation** : The current procedure contains group resource creation, container resources creation with specific access control policies, content instance resources creation with initial light states, subscription resources creation for notifications.
- **Discovery** **of container resource** : all containers with a specific filter criteria are discovered by the gateway application and then configured as members of a group resource.
- **Discovery and retrieval lights states** : all containers with a specific filter criteria are discovered and retrieved using resource identities through a smartphone application which gains access to oneM2M service platform so content information can be retrieved.
- **Single light switch on/off:** Any light that is discovered by and connected to the smartphone application is able to be switched on and off via a smartphone application.
- **Multiple lights switch on/off:** Multiple lights that are discovered are able to be switched on and off together via a smartphone application.
## 7.2 Call Flows
### 7.2.1 Application registration and Access control policy creation
Call flows regarding the registration phase depicted in figure 7.2.1-1 are ordered as follows:
1. Gateway (MN-CSE) registers with the oneM2M service platform (IN-CSE).
2. Gateway application (MN-AE) registers with the gateway (MN-CSE).
3. Light applications (ADN-AE1 and ADN-AE2) register with the gateway (MN-CSE).
4. Smartphone application (IN-AE) registers with the oneM2M service platform (IN-CSE).
5. Gateway application (MN-AE) discovers the smartphone application (IN-AE) from gateway (MN-CSE) with specific filter criteria. The discovered IN-AE is granted access to the remote light control service containers.
6. Gateway application (MN-AE) creates an accessControlPolicy resource granting all the entities playing roles in the current use case including ADN-AE1, ADN-AE2, MN-AE and IN-AE access to the created container and content instance resources.
![Registration phase call flows](media/RegistrationPhaseCallFlows.svg)
**Figure 7.2.1-1: Registration phase call flows**
### 7.2.2 Initial resource creation
Call flows regarding the initial resource creation phase depicted in figure 7.2.2-1 are ordered as follows:
1. Gateway application (MN-AE) creates a group resource on gateway (MN-CSE), for updating and retrieving group light state named as _containers \_group_ . The group members are added from the list of discovered container resources that the MN-AE discovers. The group resource is created with a link to the same access control policy.
2. Two container resources are created in the gateway (MN-CSE) to store the light states under the registered light application ADN-AE1 and ADN-AE2, respectively. The containers are created with a link to the same access control policy.
3. Content Instance resources are created by light applications (ADN-AE1 and ADN-AE2) under each created container and represent the controlled light states.
4. Subscription resources are created under the containers in the gateway (MN-CSE) so that subscribers, i.e. light applications, can be notified whenever there is a new contentInstance resource created by the IN-AE.
![Initial resource creation phase call flows](media/InitialResourceCreationPhaseCallFlows.svg)
**Figure 7.2.2-1: Initial resource creation phase call flows**
### 7.2.3 Discovery of group resources
Call flows regarding the discovery and update of group resources are depicted in figure 7.2.3-1 and ordered as follows:
1. Gateway application (MN-AE) periodically sends a RETRIEVE request including the parameter _filterUsage_ and specific filter criteria condition(s) as a query string for discovery of container resources stored in the MN-CSE of gateway. The filter criteria conditions for the discovery operation include _createdBefore, createdAfter, modifiedSince, unmodifiedSInce, label, creator, expireAfter, resourceType_ etc.
2. Gateway (MN-CSE) responds with URIs of the discovered container resources, if any, to the gateway application (MN-AE) according to the filter criteria(s).
3. Gateway application (MN-AE) sends a update request to update the list of group members within the previously created group resource with identifiers of the discovered containers.
![Discovery and group light state update phase call flows](media/DiscoveryAndGroupLightStateUpdatePhaseCallFlows.svg)
**Figure 7.2.3-1: Discovery and group light state update phase call flows**
### 7.2.4 Discovery and retrieval of contentInstance resources
Call flows regarding the discovery and retrieval of contentInstance resources depicted in figure 7.2.4-1 and 7.2.4-2 are ordered as follows:
1. The smartphone application (IN-AE) periodically sends a RETRIEVE request including the parameter _filterUsage_ and specific filter criteria condition(s) as a query string for discovery of container resources stored in the MN-CSE of gateway.
2. The IN-AE also sends a Discovery request to the MN-CSE for the discovery of the group resources located in the MN-CSE.
3. The gateway (MN-CSE) responds to the IN-AE with URIs of the discovered container resources under ADN-AE1 and ADN-AE2, if any.
For the case where the IN-AE sends a Discovery request for the discovery of group resources, the MN-CSE responds to the IN-AE with the URIs of the discovered group resources located in the MN-CSE, if any.
4. The IN-AE sends GET requests for retrieval of the latest contentInstance resources from each discovered light container resource.
In the case of retrieval of the latest contentInstance resources of the group of containers, the IN-AE sends a retrieve request to the _fanOutPoint_ of the discovered group resource.
5. The MN-CSE responds to the IN-AE with the latest light state(s).
![Discovery and single light retrieval phase call flows](media/DiscoveryAndSingleLightRetrievalPhaseCallFlows.svg)
**Figure 7.2.4-1: Discovery and single light retrieval phase call flows**
![Discovery and a group of lights retrieval phase call flows](media/DiscoveryAndAGroupFfLightsRetrievalPhaseCallFlows.svg)
**Figure 7.2.4-2 Discovery and a group of lights retrieval phase call flows**
## 7.3 Remote control scenarios
### 7.3.1 Introduction
Lights are able to be controlled remotely through the smartphone application accessing the oneM2M service platform. Two scenarios are introduced in clauses 7.3.2 and 7.3.3.
### 7.3.2 Single light control
_Light#1_ and _Light#2_ are controlled remotely by a human user through a smartphone application (IN-AE). A call flow for single light control is depicted in figure 7.3.2-1 and the steps are ordered as follows:
1. When the user updates the light state on her/his smartphone, the IN-AE creates a new contentInstance representing a new light state under the targeted container of a Light ADN-AE stored in the MN-CSE.
2. If the contentInstance is created sucessfully_,_ the MN-CSE sends a notification to the corresponsding Light ADN-AE to notify it that a new contentInstance resource was created.
![Single light remote control phase call flows](media/SingleLightRemoteControlPhaseCallFlows.svg)
**Figure 7.3.2-1: Single light remote control phase call flows**
### 7.3.3 Multiple light control
Users can also remotely control multiple lights through the smartphone application (IN-AE) by sending a single light control command to the group resource. A call flow for multiple lights control is depicted in figure 7.3.3-1 and the steps are ordered as follows:
1. When the user updates the state of a group of lights on her/his smartphone, the IN-AE sends a contentInstance create request targeting the group resource on the MN-CSE. The MN-CSE then fans out the request to the individual Light container member resources on the MN-CSE..
2. For each contentInstances created sucessfully_,_ the MN-CSE sends a notification to the corresponsding Light ADN-AE.
![Multiple lights remote control phase call flows](media/MultipleLightsRemoteControlPhaseCallFlows.png.svg)
**Figure 7.3.3-1: Multiple lights remote control phase call flows**
# 8 Implementation
## 8.1 Introduction
Clause 8 presents necessary procedures required for the implementation of the remote lights control use case, including conditions that are met for the correct implementation of the current use case, and resource tree etc.
## 8.2 Assumptions
Assumptions are presented as below in order to ensure the remote lights control use case can be correctly implemented.
- All the applications are server capable;
- Devices and application entites are independently addressable with host names resolved by DNS network services;
- Host port number 8080 is reserved for oneM2M services;
- Security is not considered in the current use case;
- HTTP binding of oneM2M primitives is used in the current use case;
- Both XML and JSON serializations of oneM2M primitives are used in the current use case;
- All mandatory HTTP headers are presented in the HTTP requests while optional headers are selectively used in the current use case;
- All mandatory resource attributes for resources presented in the current use case are presented in the HTTP requests while optional resource attributes are selectively used in the current use case;
- The IN-CSE and MN-CSE in the current use case are deployed within the same oneM2M Service Provider domain;
- All AEs in the current use case are initially registered with CSEs and the identifier of the AEs are assigned by the Registrar CSE of the AE accordinlgy, starting with a character of 'C';
- All resources created in the current use case are addressable with the oneM2M Resource Identifier form of _Hierarchical address_ ;
- Short names for the representation of the resources and attributes are used in the current use case;
- Default access control policy has already been created under IN-CSE and it is used for MN-CSE registration with IN-CSE;
- All request originators send _Blocking Requests_ for accessing resources located in CSEs.
## 8.3 Addressing for Entities
Each oneM2M entity including AE and CSE are addressable with correct host address that can be IP addresses or FQDN addresses resolved to IP addresses by DNS network services according to addressing rules specified in oneM2M standards.
The IN-CSE and MN-CSE entities presented in this use case are addressable with the following identifiers.
- IN-CSE:
- CSE-ID: `in-cse`
- resourceName of IN-CSE's CSEBase resource: `server`
- MN-CSE:
- CSE-ID: `mn-cse`
- resourceName of MN-CSE's CSEBase resource: `home_gateway`
## 8.4 Modelling for Light State Data
The light state _ON_ or _OFF_ stored as the content of content instance resource is modelled as string in XML representation and can be represented as `< con >ON</ con >` or `<con>OFF</ con>` , <mark>while represented as _{ ... "con" : "ON" ...}_ or _{..."con" : "OFF" ...}_ , respectively</mark>.
## 8.5 Resource Structure
### 8.5.0 Introduction
The development of an oneM2M application includes the design of the resource trees of service capability layers i.e. IN-CSE and MN-CSE in the current use case. The resource tree is constructed with child resources created according to the high level procedures presented in oneM2M application developer guide clause 7. All the child resources shown in the resource trees are mandatorily required in order to correctly implement the remote lights control use case.
### 8.5.1 Resource Structure of IN-CSE
The resource tree of IN-CSE starts with a CSEBase named _server_ depicted in figure 8.5.1-1.
The root CSEBase has two direct child resources, a remoteCSE named _home\_gateway_ and an AE named _smartphone\_ae_ .
![IN-CSE resource structure](media/IN-CSEResourceStructure.svg)
**Figure 8.5.1-1: IN-CSE resource structure**
### 8.5.2 Resource Structure of MN-CSE
The resource tree of MN-CSE starts with a CSEBase named _home\_gateway_ depicted in figure 8.5.2-1.
The resource tree of MN-CSE is constructed with child resources as follows:
- an accessControlPolicy named _gateway\_acp_ ,
- an ADN-AE named _light\_ae1_ which contains sub-resources of a container named _light_ and multiple contentInstances,
- an ADN-AE named _light\_ae2_ which contains sub-resources of a container named _light_ and multiple contentInstances,
- <mark>light\_state\_sub1 and light\_state\_sub2</mark> subscription resources that are child resources of the two _light_ containers, and
- a MN-AE named _gateway\_ae_ which contains a group child <mark>resource,</mark>
- A group resource named _containers\_group_ whose members are the _light_ containers of each AND-AEs. Smartphone application users with proper access control privileges can send a _fanOutPoint_ request to this group to create and retrieve content instances in the two_light_ containers.
![MN-CSE resource tree](media/MN-CSEResourceTree.svg)
**Figure 8.5.2-1: MN-CSE resource tree**
## 8.6 Role of Entities
### 8.6.1 oneM2M service platform (IN-CSE)
The oneM2M service platform is modelled as an IN-CSE and is responsible for
- handling the registration requests from _the_ smartphone AE and home gateway MN-CSE
### 8.6.2 Home gateway application (MN-AE)
The home gateway application is modelled as a MN-AE and is responsible for
- initializing the home gateway device,
- creating an access control policy resource gateway\_acpin the MN-CSE,
- registering the home gateway application with the MN-CSE,
- creating the group resource with access control policy gateway\_acp in the MN-CSE,
- discovering device applications registered with the MN-CSE, <mark>and</mark>
### 8.6.3 Light applications (ADN-AE1 and ADN-AE2)
Each of the light applications are modelled as an ADN-AE and are responsible for
- initializing the light control device,
- registering the light devices with the MN-CSE,
- creating container resources named "_light_ " with access control policy gateway\_acp in the MN-CSE, respectively,
- creating subscription resources lightstate\_sub1 and lightstate\_sub2 under the two _light_ containers, and
- creating content instance resources under containers light1 and light2 with initial light state, respectively.
### 8.6.4 Smartphone application (IN-AE)
The smartphone application is modelled as a IN-AE, which directly communicates with the oneM2M service platform IN-CSE and is responsible for
- initializing the smartphone light control application,
- registering the smartphone application with the IN-CSE,
- discovering the two _light_ containers,
- displaying the discovered light states,
- accepting the light state modification commands from the smartphone application user,
- executing the light state modification commands for single and multiple lights.
## 8.7 Implementation Procedures
### 8.7.1 Introduction
The implementation procedures in the current use case are mapped into HTTP bindings with both XML and JSON serializations of oneM2M primitives according to the standard APIs describing the reference points Mca and Mcc, as defined in oneM2M TS-0001 <a href="#_ref_i.2">[i.2]</a>, oneM2M TS-0004 <a href="#_ref_i.3">[i.3]</a>, the HTTP binding TS-0009 <a href="#_ref_i.4">[i.4]</a>.
In addition, _short names_ for the representation of the resources and attributes are used in the implementation procedures.
### 8.7.2 MN-CSE registration
The implementation starts with the registration of MN-CSE with IN-CSE as shown in the following procedure.
The following example shows the MN-CSE registration request and response using XML serialization.
**HTTP Request**:
``` http
POST /~/in-cse/server?rcn=0 HTTP/1.1
Host: in.provider.com:8080
X-M2M-Origin: /mn-cse
Content-Type: application/xml;ty=16
X-M2M-RI: incse-88643
<?xml version="1.0" encoding="UTF-8"?>
<m2m:csr xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="home_gateway">
<csi>mn-cse&lt;/csi>
<cb>mn.provider.com/mn-cse</cb>
<rr>true</rr>
<poa>http://mn.provider.com:8080</poa>
<cst>2</cst>
<acpi>/in-cse/acp-666957710</acpi>
</m2m:csr>
```
**HTTP Response**:
``` http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: incse-88643
Content-Location: /in-cse/csr-299409504
```
The following example shows the MN-CSE registration request and response using HTTP with JSON serialization:
**HTTP Request**:
``` http
POST /~/in-cse/server?rcn=0 HTTP/1.1
Host: in.provider.com:8080
X-M2M-Origin: /mn-cse
Content-Type: application/json;ty=16
X-M2M-RI: incse-88643
{
"m2m:csr": {
"rn": "home_gateway",
"csi": "mn-cse",
"cb": "mn.provider.com/mn-cse",
"rr": true,
"poa": [
"http://mn.provider.com:8080"
],
"cst": 2,
"acpi": [
"/in-cse/acp-666957710"
]
}
}
```
**HTTP Response**:
``` http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: incse-88643
Content-Location: /in-cse/csr-299409504
```
### 8.7.3 Access control policy creation
When an access control policy resource is created, a list of one or more allowed request originators is specified in the _acor_ field and the allowed operations in the _acop_ field.
The value of _acop_ is set to 63 which indicates that the specified originator is granted privileges to conduct _CREATE, RETRIEVE, UPDATE, DELETE, DISCOVERY,_ and _NOTIFY_ operations.
The creation of access control policy resource _gateway\_acp_ in MN-CSE is implemented in the following procedure.
The following example shows an access control policy create request and response using HTTP with XML serialization.
**HTTP Request**:
```http
POST /~/mn-cse/home_gateway?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: Cgateway_ae
Content-Type: application/xml;ty=1
X-M2M-RI: mncse-62948
<m2m:acp xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="gateway_acp">
<pv>
<acr>
<acor>Cgateway_ae Clight_ae1 Clight_ae2 /in-cse/Csmartphone_ae</acor>
<acop>63</acop>
</acr>
</pv>
<pvs>
<acr>
<acor>Cgateway_ae</acor>
<acop>51</acop>
</acr>
</pvs>
</m2m:acp>
```
**HTTP Response**:
```http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-62948
Content-Location: /mn-cse/acp-805496226
```
The following example shows an access control policy create request and response using HTTP with <mark>XML</mark> serialization.
**HTTP Request**:
``` http
POST /~/mn-cse/home_gateway?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: Cgateway_ae
Content-Type: application/json;ty=1
X-M2M-RI: mncse-62948
{
"m2m:acp": {
"rn": "gateway\_acp",
"pv": {
"acr": [
{
"acor": [
"Cgateway_ae",
"Clight_ae1",
"Clight_ae2",
"/in-cse/Csmartphone_ae"
],
"acop": 63
}
]
},
"pvs": {
"acr": [
{
"acor": [
"Cgateway_ae"
],
"acop": 51
}
]
}
}
}
```
**HTTP Response**:
``` http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-62948
Content-Location: /mn-cse/acp-805496226
```
The access control policy resource is used to grant applications the access rights to conduct specific operations and access to specific resources. The list of applications could be obtained with a discovery procedure using filter criteria conditions. For more details about the discovery procedure, please go to clause 8.7.9. Here it is required that the list of applications has been discovered before creating the access control policy resource.
### 8.7.4 Application entities registration
#### 8.7.4.1 Light application ADN-AE1
The registration of ADN-AE1 with MN-CSE is shown in the following procedure. Note that the access control policy identifier (unstructured SP-relative resourceID) which is assigned to ADN-AE1 is `/mn-cse/acp-805496226`.
The following example shows an ADN-AE registration request and response using HTTP with XML serialization.
**HTTP Request**:
``` http
POST /home_gateway?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: C
Content-Type: application/xml;ty=2
X-M2M-RI: mncse-92345
<xml version="1.0" encoding="UTF-8"?>
<m2m:ae xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="light_ae1">
<api>A01.com.company.lightApp1</api>
<rr>true</rr>
<poa>http://192.168.0.10:9090</poa>
<acpi>/mn-cse/acp-805496226</acpi>
</m2m:ae>
```
**HTTP Response**:
``` http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-92345
Content-Location: /mn-cse/ae-CAE340304071
```
The following example shows an ADN-AE registration request and response using HTTP with JSON serialization.
**HTTP Request**:
``` http
POST /home_gateway?rcn=0 HTTP/1.1
Host: mn.provider.com:8080#
X-M2M-Origin: C
Content-Type: application/json;ty=2
X-M2M-RI: mncse-92345
{
"m2m:ae": {
"rn": "light_ae1",
"api": "A01.com.company.lightApp1",
"rr": true,
"poa": [
"http://192.168.0.10:9090"
],
"acpi": [
"/mn-cse/acp-805496226"
]
}
}
```
**HTTP Response**:
``` http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-92345
Content-Location: /mn-cse/ae-CAE340304071
```
#### 8.7.4.2 Light application ADN-AE2
The registration of ADN-AE2 with MN-CSE is shown in the following procedure. Note that the access control policy identifier (unstructured SP-relative resourceID) which is assigned to ADN-AE2 is `/mn-cse/acp-805496226`.
The following example shows an ADN-AE registration request and response using HTTP with XML serialization.
**HTTP Request**:
``` http
POST /home_gateway?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: C
Content-Type: application/xml;ty=2
X-M2M-RI: mncse-18346
<?xml version="1.0" encoding="UTF-8"?>
<m2m:ae xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="light_ae2">
<api>A01.com.company.lightApp2</api>
<rr>true</rr>
<poa>http://192.168.0.20:9090</poa>
<acpi>/mn-cse/acp-805496226</acpi>
</m2m:ae>
```
**HTTP Response**:
``` http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-18346
Content-Location: /mn-cse/ae-CAE340304042
```
The following example shows an ADN-AE registration request and response using HTTP with JSON serialization.
**HTTP Request**:
``` http
POST /home_gateway?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: C
Content-Type: application/json;ty=2
X-M2M-RI: mncse-18346
{
"m2m:ae": {
"rn": "light_ae2",
"api": "A01.com.company.lightApp2",
"rr": true,
"poa": [
"http://192.168.0.20:9090"
],
"acpi": [
"/mn-cse/acp-805496226"
]
}
}
```
**HTTP Response**:
``` http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-18346
Content-Location: /mn-cse/ae-CAE340304042
```
#### 8.7.4.3 Home gateway application MN-AE
The registration of MN-AE with MN-CSE is shown in the following procedure. Note that the access control policy identifier (unstructured SP-relative resourceID) which is assigned to MN-AE is `/mn-cse/acp-805496226`.
The following example shows an MN-AE registration request and response using HTTP with XML serialization.
**HTTP Request**:
``` http
POST /home_gateway?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: C
Content-Type: application/xml;ty=2
X-M2M-RI: mncse-19347
<?xml version="1.0" encoding="UTF-8"?>
<m2m:ae xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="gateway_ae">
<api>A01.com.company.gatewayApp</api>
<rr>false</rr>
<acpi>/mn-cse/acp-805496226</acpi>
</m2m:ae>
```
**HTTP Response**:
```http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-19347
Content-Location: /mn-cse/ae-CAE340303271
```
The following example shows an MN-AE registration request and response using HTTP with JSON serialization.
**HTTP Request**:
``` http
POST /home_gateway?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: C
Content-Type: application/json;ty=2
X-M2M-RI: mncse-19347
{
"m2m:ae": {
"rn": "gateway_ae",
"api": "A01.com.company.gatewayApp",
"rr": false,
"acpi": [
"/mn-cse/acp-805496226"
]
}
}
```
**HTTP Response**:
``` http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-19347
Content-Location: /mn-cse/ae-CAE340303271
```
#### 8.7.4.4 Smartphone application IN-AE
The registration of IN-AE with IN-CSE is shown in the following procedure. Note that the access control policy identifier (unstructured SP-relative resourceID) which is assigned to IN-AE is `/in-cse/acp-666957710`.
The following example shows an IN-AE registration request and response using HTTP with XML serialization.
**HTTP Request**:
``` http
POST /server?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: C
Content-Type: application/xml;ty=2
X-M2M-RI: incse-16346
<?xml version="1.0" encoding="UTF-8"?>
<m2m:ae xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="smartphone_ae">
<api>A01.com.company.lightControlApp</api>
<rr>false</rr>
<acpi>/in-cse/acp-666957710</acpi>
</m2m:ae>
```
**HTTP Response**:
``` http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: incse-16346
Content-Location: /in-cse/ae-CAE340304178
```
The following example shows an IN-AE registration request and response using HTTP with JSON serialization.
**HTTP Request**:
```http
POST /server?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: C
Content-Type: application/json;ty=2
X-M2M-RI: incse-16346
{
"m2m:ae": {
"rn": "smartphone_ae",
"api": "A01.com.company.lightControlApp",
"rr": false,
"acpi": [
"/in-cse/acp-666957710"
]
}
}
```
**HTTP Response**:
``` http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: incse-16346
Content-Location: /in-cse/ae-CAE340304178
```
### 8.7.5 Containers creation
#### 8.7.5.1 Create a container of ADN-AE1
The creation of a container resource for ADN-AE1 is shown in the following procedure.
The following example shows a container create request and response using HTTP with XML serialization.
<mark>Editor note: \<?xml version="1.0" encoding="UTF-8"?> header is missing</mark>
**HTTP Request**:
```http
POST /home_gateway/light\_ae1?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: Clight_ae1
Content-Type: application/xml;ty=3
X-M2M-RI: mncse/13345
<m2m:cnt xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="light">
</m2m:cnt>
```
**HTTP Response**:
``` http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-13345
Content-Location: /mn-cse/cnt-582759912
```
The following example shows a container create request and response using HTTP with JSON serialization.
**HTTP Request**:
``` http
POST /home\_gateway/light_ae1?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: Clight_ae1
Content-Type: application/json;ty=3
X-M2M-RI: mncse-13345
{
"m2m:cnt": {
"rn": "light"
}
}
```
**HTTP Response**:
``` http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-13345
Content-Location: /mn-cse/cnt-582759912
```
#### 8.7.5.2 Create a container of ADN-AE2
The creation of a container resource for ADN-AE2 is shown in the following procedure.
The following example shows a container create request and response using HTTP with XML serialization.
<mark>Editor note: \<?xml version="1.0" encoding="UTF-8"?> header is missing</mark>
**HTTP Request**:
``` http
POST /home_gateway/light_ae2?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: Clight_ae2
Content-Type: application/xml;ty=3
X-M2M-RI: mncse-62345
<m2m:cnt xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="light">
</m2m:cnt>
```
**HTTP Response**:
``` http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-62345
Content-Location: /mn-cse/cnt-582769893
```
The following example shows a container create request and response using HTTP with JSON serialization.
**HTTP Request**:
``` http
POST /home_gateway/light_ae2?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: Clight_ae2
Content-Type: application/json;ty=3
X-M2M-RI: mncse-62345
{
"m2m:cnt": {
"rn": "light"
}
}
```
**HTTP Response**:
``` http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-62345
Content-Location: /mn-cse/cnt-582769893
```
### 8.7.6 ContentInstances creation
#### 8.7.6.1 Create a content instance of ADN-AE1
The creation of a content instance resource under the light container of ADN-AE1 with initial content OFF is shown in the following procedure.
The following example shows a contentInstance create request and response using HTTP with XML serialization.
<mark>Editor note: \<?xml version="1.0" encoding="UTF-8"?> header is missing</mark>
**HTTP Request**:
```http
POST /home_gateway/light_ae1/light?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: Clight_ae1
Content-Type: application/xml;ty=4
X-M2M-RI: mncse-24345
<m2m:cin xmlns:m2m="http://www.onem2m.org/xml/protocols">
<cnf>text/plain:0&lt;/cnf>
<con>OFF</con>
</m2m:cin>
```
**HTTP Response**:
```http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-24345
Content-Location: /mn-cse/cin-394798749
Content-Type: application/xml
```
The following example shows a contentInstance create request and response using HTTP with JSON serialization.
**HTTP Request**:
``` http
POST /home_gateway/light_ae1/light?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: Clight_ae1
Content-Type: application/json;ty=4
X-M2M-RI: mncse-24345
{
"m2m:cin": {
"cnf": "text/plains:0",
"con": "OFF"
}
}
```
**HTTP Response**:
``` http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-24345
Content-Location: /mn-cse/cin-394798749
Content-Type: application/json
```
#### 8.7.6.2 Create a content instance of ADN-AE2
The creation of a content instance resource under the light container of ADN-AE2 with initial content OFF is shown in the following procedure.
The following example shows a contentInstance create request and response using HTTP with XML serialization.
<mark>Editor note: \<?xml version="1.0" encoding="UTF-8"?> header is missing</mark>
**HTTP Request**:
``` http
POST /home_gateway/light_ae2/light?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: Clight_ae1
Content-Type: application/xml;ty=4
X-M2M-RI: mncse-22345
<m2m:cin xmlns:m2m="http://www.onem2m.org/xml/protocols">
<cnf>text/plain:0/cnf>
<con>OFF</con>
</m2m:cin>
```
**HTTP Response**:
``` http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-22345
Content-Location: /mn-cse/cin-256599578
```
The following example shows a contentInstance create request and response using HTTP with JSON serialization.
**HTTP Request**:
``` http
POST /home_gateway/light_ae2/light?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: Clight_ae1
Content-Type: application/json;ty=4
X-M2M-RI: mncse-22345
{
"m2m:cin": {
"cnf": "text/plains:0",
"con": "OFF"
}
}
```
**HTTP Response**:
``` http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-22345
Content-Location: /mn-cse/cin-256599578
```
### 8.7.7 Group creation
The creation of a group resource by the MN-AE is shown in the following procedure. The group resource is created with two initial member ids of the light container resources..
The following example shows a group create request and response using HTTP with XML serialization.
**HTTP Request**:
```http
POST /home_gateway/gateway_ae?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: Cgateway_ae
Content-Type: application/xml;ty=9
X-M2M-RI: mncse-76905
<?xml version="1.0" encoding="UTF-8"?>
<m2m:grp xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="containers_grp">
<mt>3</mt>
<mid>/mn-cse/cnt-582759912 /mn-cse/cnt-582769893</mid>
<mnm>10&lt;/mnm>
</m2m:grp>
```
**HTTP Response**:
```http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-76905
Content-Location: /mn-cse/grp-977978327
```
The following example shows a group create request and response using HTTP with JSON serialization.
**HTTP Request**:
```http
POST /home_gateway/gateway_ae?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: Cgateway_ae
Content-Type: application/json;ty=9
X-M2M-RI: mncse-76905
{
"m2m:grp": {
"rn":"containers_grp",
"mt": 3,
"mid": [
"/mn-cse/cnt-582759912",
"/mn-cse/cnt-582769893"
],
"mnm": 10
}
}
```
**HTTP Response**:
```http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-76905
Content-Location: /mn-cse/grp-977978327
```
### 8.7.8 Subscriptions creation
#### 8.7.8.1 Subscription to the content instance of ADN-AE1
When a subscription resource is created, the _notification content type_ (short for _nct_ ) parameter is set to a value 1 to indicate that all attributes of the subscribed resource will be notified to the subscriber.
ADN-AE1 creates a subscription resource including the notification URI set to the resource identifier of ADN-AE1 so that the ADN-AE1 will get notified whenever a content instance child resource is created in the container . The corresponding subscription create request is shown in the following procedure.
The following example shows a subscription create request and response using HTTP with XML serialization.
**HTTP Request**:
```http
POST /home_gateway/light_ae1/light?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: Clight_ae1
Content-Type: application/xml;ty=23
X-M2M-RI: mncse-67891
<?xml version="1.0" encoding="UTF-8"?>
<m2m:sub xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="lightstate_sub1">
<enc>
<net>3</net>
</enc>
<nu>Clight_ae1</nu>
<nct>1</nct>
</m2m:sub>
```
**HTTP Response**:
```http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-67891
Content-Location: /mn-cse/sub-856593979
```
The following example shows a subscription create request and response using HTTP with JSON serialization.
**HTTP Request**:
```http
POST /home_gateway/light_ae1/light?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: Clight_ae1
Content-Type: application/json;ty=23
X-M2M-RI: mncse-67891
{
"m2m:sub": {
"rn": "lightstate_sub1",
"enc": {
"net":<a href="#_ref_3">[
3
]</a>
},
"nu": ["Clight_ae1"
],
"nct": 1
}
}
```
**HTTP Response**:
```http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-67891
Content-Location: /mn-cse/sub-856593979
```
#### 8.7.8.2 Subscription to the content instance of ADN-AE2
When a subscription resource is created, <mark>the _notification content type_ (short for _nct_ )</mark> parameter is set to a value 1 to indicate that all attributes of the subscribed resource will be notified to the subscriber.
ADN-AE1 creates a subscription resource including the notification URI set to the resource identifier of ADN-AE1 so that the ADN-AE1 will get notified whenever a content instance child resource is created in the container. The corresponding subscription create request is shown in the following procedure.
When a subscription resource is created, <mark>the _notification content type_ (short for _nct_ ) </mark>parameter is set to value 1 to indicate that all attributes of the subscribed resource will be notified to the subscriber.
ADN-AE2 creates a subscription resource including the notification URI set to the resource identifier of ADN-AE2 so that the ADN-AE2 will get notified whenever a content instance child resource is created in the container. The corresponding subscription create request is shown in the following procedures.
The following example shows a subscription create request and response using HTTP with XML serialization.
**HTTP Request**:
```http
POST /home_gateway/light_ae2/light?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: Clight_ae2
Content-Type: application/xml;ty=23
X-M2M-RI: mncse-29387
<?xml version="1.0" encoding="UTF-8"?>
<m2m:sub xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="lightstate_sub2">
<enc>
<net>3</net>
</enc>
<nu>Clight_ae2</nu>
<nct>1</nct>
</m2m:sub>
```
**HTTP Response**:
```http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-29387
Content-Location: /mn-cse/sub-856463728
```
The following example shows a subscription create request and response using HTTP with JSON serialization.
**HTTP Request**:
```http
POST /home_gateway/light_ae2/light?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: Clight_ae2
Content-Type: application/json;ty=23
X-M2M-RI: mncse-29387
{
"m2m:sub": {
"rn": "lightstate_sub2",
"enc": {
"net":<a href="#_ref_3">[
3
]</a>
},
"nu": ["Clight_ae2"
],
"nct": 1
}
}
```
**HTTP Response**:
```http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-29387
Content-Location: /mn-cse/sub-856463728
```
### 8.7.9 Discovery
#### 8.7.9.1 Introduction
The discovery functionality in oneM2M is implemented using a RETRIEVE operation along with one or multiple filter criteria parameters.
In order to enable the retrieve operation for resource discovery, <mark>parameter _filterUsage_ (short for _fu)_ </mark> is included in the RETRIEVE request as a query string.
In addition, <mark>parameter _resource type_ (short for _rty)_</mark> is used as a _filterCriteria_ condition for the discovery of single light and group light members. The <mark>parameter _discovery result type_ (short for _drt_ )</mark> is set to 2 to indicate that the format of elements of URIList is unstructured. The detailed discovery procedures are presented in clauses 8.7.9.2 and 8.7.9.3.
#### 8.7.9.2 Discovery of single light registered with MN-CSE
The discovery of containers for each light registered with the MN-CSE by the smartphone AE is shown in the following procedure.
If the discovery response is preferred to be returned with a XML representation, the HTTP request message is sent as following example.
**HTTP Request**:
```http
GET /~/mn-cse/home_gateway?fu=1&rty=3&drt=2 HTTP/1.1
Host: in.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
X-M2M-RI: mncse-99882
Accept: application/xml
```
**HTTP Response**:
```http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-99882
X-M2M-CNST: 2
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<m2m:uril xmlns:m2m="http://www.onem2m.org/xml/protocols">
/mn-cse/cnt-582759912
/mn-cse/cnt-582769893
</m2m:uril>
```
If the discovery response is preferred to be returned with a JSON representation, the HTTP request message is sent as following example.
**HTTP Request**:
```http
GET /~/mn-cse/home_gateway?fu=1&rty=3&drt=2 HTTP/1.1
Host: in.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
X-M2M-RI: mncse-99882
Accept: application/json
```
**HTTP Response**:
```http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-99882
X-M2M-CNST: 2
Content-Type: application/json
{
"m2m:uril": [
"/mn-cse/cnt-582759912",
"/mn-cse/cnt-582769893"
]
}
```
The smartphone application retrieves a list of URIs representing containers registered with MN-CSE from the response message, e.g. /mn-cse/cnt-582759912 which is the URI of container created in ADN-AE1. The retrieved URIs of the discovered containers are then used for the group member update operation.
#### 8.7.9.3 Discovery of groups located in MN-CSE
The discovery of groups located in MN-CSE by the smartphone AE is shown in the following procedures.
If the discovery response is preferred to be returned with a XML representation, the HTTP request message is sent as following example:
**HTTP Request**:
```http
GET /~/mn-cse/home_gateway?fu=1&rty=9&drt=2 HTTP/1.1
Host: in.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
X-M2M-RI: mncse-15001
Accept: application/xml
````
**HTTP Response**:
```http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-15001
X-M2M-CNST: 2
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<m2m:uril xmlns:m2m="http://www.onem2m.org/xml/protocols">
/mn-cse/grp-977978327
</m2m:uril>
``````
If the discovery response is preferred to be returned with a JSON representation, the HTTP request message is sent as following example.
**HTTP Request**:
```http
GET /~/mn-cse/home_gateway?fu=1&rty=9&drt=2 HTTP/1.1
Host: in.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
X-M2M-RI: mncse-15001
Accept: application/json
```
**HTTP Response**:
```http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-15001
X-M2M-CNST: 2Content-Type: application/json
{
"m2m:uril": [
"/mn-cse/grp-977978327"
]
}
```
The smartphone application retrieves a list of URIs representing group resources located in MN-CSE from the response message, e.g. `/mn-cse/grp-977978327` which is the URI of the group resource. The retrieved URIs of the discovered group resource are then used for the group member update operation.
### 8.7.10 Latest content instances retrieval
#### 8.7.10.1 Introduction
The smartphone application can retrieve the latest light states via sending a RETRIEVE request targeting a <mark>container's _la_ (short for _latest_ )</mark> virtual resource.
The smartphone application can also retrieve a group of latest light states via sending a RETRIEVE request targeting the group _fanOutPoint_ virtual resource.
#### 8.7.10.2 Retrieve the latest content instance of ADN-AE1
The latest content instance of the _light_ container resource for ADN-AE1 can be retrieved by the following procedure.
If the response is preferred to be returned with a XML representation, the following is a HTTP request message example.
**HTTP Request**:
```http
GET /~/mn-cse/home_gateway/light_ae1/light/la HTTP/1.1
Host: in.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
X-M2M-RI: mncse-11223
Accept: application/xml
```
**HTTP Response**:
```http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-11223
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<m2m:cin xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="cin-394798749">
<ty>4</ty>
<ri>cin-394798749</ri>
<pi>cnt-181049109</pi>
<ct>20150925T045938</ct>
<lt>20150925T045938</lt>
<et>20151107T154802</et>
<st>0</st>
<cnf>text/plain:0</cnf>
<cs>3</cs>
<con>OFF</con>
</m2m:cin>
```
If the response is preferred to be returned with a JSON representation, the following is a HTTP request message example.
<mark>Editor note: correct the "lat" typo below.</mark>
```http
GET /~/mn-cse/home_gateway/light_ae1/light/lat HTTP/1.1
Host: in.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
X-M2M-RI: mncse-11223
Accept: application/json
```
**HTTP Response**:
```http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-11223
Content-Type: application/json
{
"m2m:cin": {
"ty": 4,
"ri": "cin-394798749",
"pi": "cnt-181049109",
"ct": "20150925T045938",
"lt": "20150925T045938",
"et": "20151107T154802",
"st": 0,
"cnf": "text/plain:0",
"cs": 3,
"con": "OFF"
}
}
```
#### 8.7.10.3 Retrieve the latest content instance of ADN-AE2
The latest content instance of the _light_ container resource for ADN-AE2 can be retrieved by the following procedures.
If the response is preferred to be represented in XML, the following is a HTTP request message example.
**HTTP Request**:
```http
GET /~/mn-cse/home_gateway/light_ae2/light/la HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
X-M2M-RI: mncse-22336
Accept: application/xml
```
**HTTP Response**:
```http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-22336
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<m2m:cin xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="cin-256599578">
<ty>4</ty>
<ri>cin-256599578</ri>
<pi>cnt-790965889</pi>
<ct>20150925T050515</ct>
<lt>20150925T050515</lt>
<et>20151107T154802</et>
<st>0</st>
<cnf>text/plain:0</cnf>
<cs>3</cs>
<con>OFF</con>
</m2m:cin>
```
If the response is preferred be returned in representation of JSON, the following is a HTTP request message example.
**HTTP Request**:
```http
GET /~/mn-HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
X-M2M-RI: mncse-22336
Accept: application/json
```
**HTTP Response**:
```http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-22336
Content-Type: application/json
{
"m2m:cin": {
"ty": 4,
"ri": "cin-256599578",
"pi": "cnt-790965889",
"ct": "20150925T050515",
"lt": "20150925T050515",
"et": "20151107T154802",
"st": 0,
"cnf": "text/plain:0",
"cs": 3,
"con": "OFF"
}
}
```
#### 8.7.10.4 Retrieve a group of latest content instances for all light states
A group of latest content instances can be retrieved via sending a RETRIEVE request targeting the group _fanOutPoint_ virtual resource and appending _latest_ as shown in the following procedures.
If the response is preferred to be returned with a XML representation, the following is a HTTP request message example.
**HTTP Request**:
```http
GET /~/mn-cse/home_gateway/containers_grp/fopt/la HTTP/1.1
Host: in.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
X-M2M-RI: mncse-55667
Accept: application/xml
```
**HTTP Response**:
```http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-55667
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<m2m:agr xmlns:m2m="http://www.onem2m.org/xml/protocols">
<m2m:rsp>
<rsc>2000</rsc>
<rqi>mncse-55667</rqi>
<pc>
<m2m:cin rn="cin-394798749">
<ty>4</ty>
<ri>cin-394798749</ri>
<pi>cnt-181049109</pi>
<ct>20150925T045938</ct>
<lt>20150925T045938</lt>
<et>20151107T154802</et>
<st>0</st>
<cnf>text/plain:0</cnf>
<cs>3</cs>
<con>OFF</con>
</m2m:cin>
</pc>
<to>/in-cse/Csmartphone_ae</to>
<fr>/mn-cse/cnt-582759912/la</fr>
</m2m:rsp>
<m2m:rsp>
<rsc>2000</rsc>
<rqi>mncse-55667</rqi>
<pc>
<m2m:cin rn="cin-256599578">
<ty>4</ty>
<ri>cin-256599578</ri>
<pi>cnt-790965889</pi>
<ct>20150925T050515</ct>
<lt>20150925T050515</lt>
<et>20151107T154802</et>
<st>0</st>
<cnf>text/plain:0</cnf>
<cs>3</cs>
<con>OFF</con>
</m2m:cin>
</pc>
<to>/in-cse/Csmartphone_ae</to>
<fr>/mn-cse/cnt-582769893/la</fr>
</m2m:rsp>
</m2m:agr>
```
If the response is preferred to be returned with a JSON representation, the following is a HTTP request message example.
**HTTP Request**:
```http
GET /~/mn-cse/home_gateway/containers_grp/fopt/la HTTP/1.1
Host: in.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
X-M2M-RI: mncse-55667
Accept: application/json
```
**HTTP Response**:
```http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-55667
Content-Type: application/json
{
"m2m:agr": {
"m2m:rsp": [
{
"rsc": 2000,
"rqi": "mncse-55667",
"pc": {
"m2m:cin": {
"ty": 4,
"ri": "cin-394798749",
"pi": "cnt-181049109",
"ct": "20150925T045938",
"lt": "20150925T045938",
"et": "20151107T154802",
"st": 0,
"cnf": "text/plain:0",
"cs": 3,
"con": "OFF"
}
},
"to": "/in-cse/Csmartphone_ae",
"fr": "/mn-cse/cnt-582759912/la"
},
{
"rsc": 2000,
"rqi": "mncse-55667",
"pc": {
"m2m:cin": {
"ty": 4,
"ri": "cin-256599578",
"pi": "cnt-790965889",
"ct": "20150925T050515",
"lt": "20150925T050515",
"et": "20151107T154802",
"st": 0,
"cnf": "text/plain:0",
"cs": 3,
"con": "OFF"
}
},
"to": "/in-cse/Csmartphone_ae",
"fr": "/mn-cse/cnt-582769893/la"
}
]
}
}
```
### 8.7.11 Light state modification
#### 8.7.11.1 Introduction
Once the smartphone application is registered with the IN-CSE, it can be granted access to resources including containers located in the MN-CSE so that smartphone application users can send light control commands for modifying the light states.
When the user makes a change to the light state via the smartphone user interface, the smartphone application performs a new content instance creation procedure carrying the new state.
The modification of a single light state is implemented by creating a new content instance resource for the specific container with access control policy acp1 (_gateway_acp_ ) while the modification of all light states is implemented by creating a new content instance resource for each member of group (_containers_grp_ ) with access control policy acp1 (_gateway_acp_ ). The implementation of the latter case is to target the &lt;fopt> virtual resource of _containers_grp_ resource with a content instance create request so that the content of all members of the group is updated together.
#### 8.7.11.2 Create a content instance under container of ADN-AE1
If the contentInstance create request body is represented in XML, the following is a HTTP request message example.
**HTTP Request**:
<mark>Editor note: \<?xml version="1.0" encoding="UTF-8"?> header is missing</mark>
```http
POST /~/mn-cse/home_gateway/light_ae1/light?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
Content-Type: application/xml;ty=4
X-M2M-RI: mncse-11123
<m2m:cin xmlns:m2m="http://www.onem2m.org/xml/protocols">
<cnf>text/plain:0</cnf>
<con>ON</con>
</m2m:cin>
```
**HTTP Response**:
```http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-11123
Content-Location: /mn-cse/cin-789356234
```
If the contentInstance create request body is represented in JSON, the following is a HTTP request message example.
**HTTP Request**:
```http
POST /~/mn-cse/home_gateway/light_ae1/light?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
Content-Type: application/json;ty=4
X-M2M-RI: mncse-11123
{
"m2m:cin": {
"cnf": "text/plains:0",
"con": "ON"
}
}
```
**HTTP Response**:
```http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-11123
Content-Location: /mn-cse/cin-789356234
```
#### 8.7.11.3 Create a content instance under container of ADN-AE2
If the contentInstance create request body is represented in XML, the following is an HTTP request message the example.
<mark>Editor note: \<?xml version="1.0" encoding="UTF-8"?> header is missing</mark>
**HTTP Request**:
```http
POST /~/mn-cse/home_gateway/light_ae2/light?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
Content-Type: application/xml;ty=4
X-M2M-RI: mncse-12222
<m2m:cin xmlns:m2m="http://www.onem2m.org/xml/protocols">
<cnf>text/plain:0</cnf>
<con>ON</con>
</m2m:cin>
```
**HTTP Response**:
```http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-12222
Content-Location: /mn-cse/cin-237896783
```
If the contentInstance create request body is represented in JSON, the following is a HTTP request message example.
**HTTP Request**:
```http
POST /~/mn-cse/home_HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
Content-Type: application/json;ty=4
X-M2M-RI: mncse-12222
{
"m2m:cin": {
"cnf": "text/plains:0",
"con": "ON"
}
}
```
**HTTP Response**:
```http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-12222
Content-Location: /mn-cse/cin-237896783
```
#### 8.7.11.4 Update the state of all lights using group fanout
If the fanOutPoint request body is represented in XML, the following is a HTTP request message example:.
**HTTP Request**:
```http
POST /~/mn-cse/home_gateway/gateway_ae/containers_grp/fopt HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
Content-Type: application/xml;ty=4
X-M2M-RI: mncse-33344
<xml version="1.0" encoding="UTF-8"?>
<m2m:cin xmlns:m2m="http://www.onem2m.org/xml/protocols">
<cnf>text/plain:0</cnf>
<con>ON</con>
</m2m:cin>
```
**HTTP Response**:
```http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-33344
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<m2m:agr xmlns:m2m="http://www.onem2m.org/xml/protocols">
<m2m:rsp>
<rsc>2001</rsc>
<rqi>mncse-33344</rqi>
<pc>
<m2m:cin rn="cin-479874939">
<ty>4</ty>
<ri>cin-479874939</ri>
<pi>cnt-181049109</pi>
<ct>20151025T045938</ct>
<lt>20151025T045938</lt>
<et>20151207T154802</et>
<st>0</st>
<cs>2</cs>
</m2m:cin>
</pc>
<to>/in-cse/Csmartphone_ae</to>
<fr>/mn-cse/cnt-582759912</fr>
</m2m:rsp>
<m2m:rsp>
<rsc>2001</rsc>
<rqi>mncse-33344</rqi>
<pc>
<m2m:cin rn="cin-659957825">
<ty>4</ty>
<ri>cin-659957825</ri>
<pi>cnt-790965889</pi>
<ct>20151025T045938</ct>
<lt>20151025T045938</lt>
<et>20151207T154802</et>
<st>0</st>
<cs>2</cs>
</m2m:cin>
</pc>
<to>/in-cse/Csmartphone_ae</to>
<fr>/mn-cse/cnt-582769893</fr>
</m2m:rsp>
</m2m:agr>
```
If the fanOutPoint request body is represented in JSON, the following is a HTTP request message example.
**HTTP Request**:
```http
POST /~/mn-cse/home_gateway/gateway_ae/containers_grp/fopt HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
Content-Type: application/json;ty=4
X-M2M-RI: mncse-33344
{
"m2m:cin": {
"cnf": "text/plains:0",
"con": "ON"
}
}
```
**HTTP Response**:
```http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-33344
Content-Type: application/json
{
"m2m:agr": {
"m2m:rsp": [
{
"rsc": 2001,
"rqi": "mncse-33344",
"pc": {
"m2m:cin": {
"ty": 4,
"ri": "cin-479874939",
"pi": "cnt-181049109",
"ct": "20151025T045938",
"lt": "20151025T045938",
"et": "20151207T154802",
"st": 0,
"cs": 2
}
},
"to": "/in-cse/Csmartphone_ae",
"fr": "/mn-cse/cnt-582759912"
},
{
"rsc": 2001,
"rqi": "mncse-33344",
"pc": {
"m2m:cin": {
"ty": 4,
"ri": "cin-659957825",
"pi": "cnt-790965889",
"ct": "20151025T045938",
"lt": "20151025T045938",
"et": "20151207T154802",
"st": 0,
"cs": 2
}
},
"to": "/in-cse/Csmartphone_ae",
"fr": "/mn-cse/cnt-582769893"
}
]
}
}
```
### 8.7.12 Notifications
#### 8.7.12.1 Introduction
Each time a content instance is created under a container of an ADN-AE, then a notification containing the whole created content instance is posted to the targeted subscriber i.e. ADN-AE1 or ADN-AE2, that can actuate the light with the new state received in the notification.
#### 8.7.12.2 Post a notification to ADN-AE1
If the notification request body is represented in XML, the following is a HTTP request message example.
**HTTP Request**:
```http
POST / HTTP/1.1
Host: 192.168.0.10:9090
X-M2M-Origin: /mn-cse
X-M2M-RI: notif-12345
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<m2m:sgn xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="cin-394798749">
<nev>
<rep>
<m2m:cin>
<ty>4</ty>
<ri>cin-394798749</ri>
<pi>cnt-790965889</pi>
<ct>20150925T050534</ct>
<lt>20150925T050534</lt>
<et>20151107T154802</et>
<st>0</st>
<cnf>text/plain:0</cnf>
<cs>3</cs>
<con>ON</con>
</m2m:cin>
</rep>
<net>3</net>
</nev>
<sur>/mn-cse/sub-856593979</sur>
</m2m:sgn>
```
**HTTP Response**:
```http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: notif-12345
```
If the notification request body is represented in JSON, the following is a HTTP request message example.
**HTTP Request**:
```http
POST / HTTP/1.1
Host: 192.168.0.10:9090
X-M2M-Origin: /mn-cse
X-M2M-RI: notif-12345
Content-Type: application/json
{
"m2m:sgn": {
"nev": {
"rep": {
"m2m:cin": {
"ty": 4,
"ri": "cin-394798749",
"pi": "cnt-790965889",
"ct": "20150925T050534",
"lt": "20150925T050534",
"et": "20151107T154802",
"st": 0,
"cnf": "text/plain:0",
"cs": 3,
"con": "ON"
}
},
"net": 3
},
"sur": "/mn-cse/sub-856593979"
}
}
```
**HTTP Response**:
```http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: notif-12345
```
#### 8.7.12.3 Post a notification to ADN-AE2
If the notification request body is represented in XML, the following is a HTTP request message example.
**HTTP Request**:
```http
POST / HTTP/1.1
Host: 192.168.0.20:9090
X-M2M-Origin: /mn-cse
X-M2M-RI: notif-12346
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<m2m:sgn xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="cin-256599578">
<nev>
<rep>
<m2m:cin>
<ty>4</ty>
<ri>cin-256599578</ri>
<pi>cnt-790965889</pi>
<ct>20150925T050623</ct>
<lt>20150925T050623</lt>
<et>20151107T154802</et>
<st>0</st>
<cnf>text/plain:0</cnf>
<cs>3</cs>
<con>ON</con>
</m2m:cin>
</rep>
<net>3</net>
</nev>
<sur>/mn-cse/sub-856463728</sur>
</m2m:sgn>
```
**HTTP Response**:
```http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: notif-12346
```
If the notification request body is represented in JSON, the following is a HTTP request message example.
**HTTP Request**:
```http
POST / HTTP/1.1
Host: 192.168.0.20:9090
X-M2M-Origin: /mn-cse
X-M2M-RI: notif-12346
Content-Type: application/json
{
"m2m:sgn": {
"nev": {
"rep": {
"m2m:cin": {
"ty": 4,
"ri": "cin-256599578",
"pi": "cnt-790965889",
"ct": "20150925T050623",
"lt": "20150925T050623",
"et": "20151107T154802",
"st": 0,
"cnf": "text/plain:0",
"cs": 3,
"con": "ON"
}
},
"net": 3
},
"sur": "/mn-cse/sub-856463728"
}
}
```
**HTTP Response**:
```http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: notif-12346
```
# Annex A: Reading Resources
## Annex A.1 Introduction
The information of resources created during each call flow of current use case can be retrieved via smartphone application IN-AE initiates a RETRIEVE request to the target resources as following.
## Annex A.2 CSE resources
### Annex A.2.1 IN-CSE
**HTTP Request**:
``` http
GET /~/in-cse/server HTTP/1.1
Host: in.provider.com:8080
X-M2M-Origin: /mn-cse/Cgateway_ae
X-M2M-RI: incse-12345
Accept: application/xml
```
**HTTP Response**:
```http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: incse-12345
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<m2m:cb xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="server">
<ty>5</ty>
<ri>/in-cse</ri>
<ct>20150925T045938</ct>
<lt>20150925T045938</lt>
<acpi>/in-cse/acp-666957710</acpi>
<cst>1</cst>
<lt;csi>in-cse</csi>
<srt>1 2 3 4 5 9 14 15 16 17 23</srt>
<poa>http://in.provider.com:8080/</poa>
</m2m:cb>
```
### Annex A.2.2 MN-CSE
**HTTP Request**:
``` http
GET /~/in-cse/server/home_gateway HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
X-M2M-RI: incse-12346
Accept: application/xml
```
**HTTP Response**:
``` http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: incse-12346
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<m2m:csr xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="home_gateway">
<ty>16</ty>
<ri>csr-299409504</ri>
<pi>/in-cse</pi>
<ct>20150925T045938</ct>
<lt>20150925T045938</lt>
<et>20171005T105550</et>
<acpi>/in-cse/acp-666957710</acpi>
<poa>http://mn.provider.com:8080/</poa>
<cb>mn.provider.com/mn-cse</cb>
<csi>/mn-cse</csi>
<rr>true</rr>
</m2m:csr>
```
## Annex A.3 Gateway device application MN-AE
**HTTP Request**:
``` http
GET /~/mn-cse/home_gateway/gateway_ae HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
X-M2M-RI: mncse-12347
Accept: application/xml
```
**HTTP Response**:
``` http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-12347
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<m2m:ae xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="gateway_ae">
<ty>2</ty>
<ri>ae-CAE340303271</ri>
<pi>/mn-cse</pi>
<ct>20150925T052438</ct>
<lt>20150925T052438</lt>
<et>20171005T105550</et>
<acpi>/mn-cse/acp-805496226</acpi>
<api>A01.com.company.gatewayApp</api>
<aei>CAE340303271</aei>
<rr>false</rr>
</m2m:ae>
```
## Annex A.4. Light device applications
### Annex A.4.1 ADN-AE1
**HTTP Request**:
``` http
GET /~/mn-cse/home_gateway/light_ae1 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
X-M2M-RI: mncse-12348
Accept: application/xml
```
**HTTP Response**:
``` http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-12348
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<m2m:ae xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="light_ae1">
<ty>2</ty>
<ri>ae-CAE340304071</ri>
<pi>/mn-cse</pi>
<ct>20150925T052455</ct>
<lt>20150925T052455</lt>
<et>20171005T105550</et>
<acpi>/mn-cse/acp-805496226</acpi>
<api>A01.com.company.lightApp1</api>
<aei>CAE340304071</aei>
<rr>true</rr>
</m2m:ae>
```
### Annex A.4.2 ADN-AE2
**HTTP Request**:
``` http
GET /~/mn-cse/home_gateway/light_ae2 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /mn-cse/Cgateway_ae
X-M2M-RI: mncse-12348
Accept: application/xml
````
**HTTP Response**:
``` http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-12348
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<m2m:ae xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="light_ae2">
<ty>2</ty>
<ri>ae-CAE340304042</ri>
<pi>/mn-cse</pi>
<ct>20150925T052542</ct>
<lt>20150925T052542</lt>
<et>20171005T105550</et>
<acpi>/mn-cse/acp-805496226</acpi>
<api>A01.com.company.lightApp2</api>
<aei>CAE340304042</aei>
<rr>true</rr>
</m2m:ae>
```
## Annex A.5 Smartphone application IN-AE
**HTTP Request**:
``` http
GET /~/in-cse/server/smartphone_ae HTTP/1.1
Host: in.provider.com:8080
X-M2M-Origin: /mn-cse/Cgateway_ae
X-M2M-RI: incse-12349
Accept: application/xml
```
<mark>Editor note: The response format here is different from the others examples</mark>
**Resonse status**:
200 OK
X-M2M-RSC: 2000
X-M2M-RI: incse-12349
Content-Type: application/xml
**Resonse message*:
```xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<m2m:ae xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="smartphone_ae">
<ty>2</ty>
<ri>ae-CAE340304178</ri>
<pi>/in-cse</pi>
<ct>20150925T052622</ct>
<lt>20150925T052622</lt>
<et>20171005T105550</et>
<acpi>/in-cse/acp-666957710</acpi>
<api>A01.com.company.lightControlApp</api>
<aei>CAE340304178</aei>
<rr>false</rr>
</m2m:ae>
```
## Annex A.6 Access control policy
**HTTP Request**:
``` http
GET /~/mn-cse/home_gateway/gateway_acp HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /mn-cse/Cgateway_ae
X-M2M-RI: mncse-12350
Accept: application/xml
```
**HTTP Response**:
``` http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-12350
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<m2m:acp xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="gateway_acp">
<ty>1</ty>
<ri>acp-805496226</ri>
<pi>/mn-cse</pi>
<ct>20150925T050238</ct>
<lt>20150925T050238</lt>
<et>20171005T105550</et>
<pv>
<acr>
<acor>/in-cse/home_gateway /mn-cse/Cgateway_ae /mn-cse/Clight_ae1 /mn-cse/Clight_ae2 /in-cse/Csmartphone_ae</acor>
<acop>63</acop>
</acr>
</pv>
<pvs>
<acr>
<acor>/in-cse/home_gateway /mn-cse/Cgateway_ae /mn-cse/Clight_ae1 /mn-cse/Clight_ae2 /in-cse/Csmartphone_ae</acor>
<acop>51</acop>
</acr>
</pvs>
</m2m:acp>
```
## Annex A.7 Containers
### Annex A.7.1 Container under ADN-AE1
**HTTP Request**:
``` http
GET /~/mn-cse/home_gateway/light_ae1/light HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /mn-cse/Cgateway_ae
X-M2M-RI: mncse-12351
Accept: application/xml
```
**HTTP Response**:
``` http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-12351
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<m2m:cnt xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="light">
<ty>3</ty>
<ri>cnt-582759912</ri>
<pi>/mn-cse/ae-CAE340304071</pi>
<ct>20150925T052955</ct>
<lt>20150925T052955</lt>
<et>20171005T105550</et>
<acpi>/mn-cse/acp-805496226</acpi>
<st>0</st>
<cni>1</cni>
<cbs>3</cbs>
</m2m:cnt>
```
### Annex A.7.2 Container under ADN-AE2
**HTTP Request**:
``` http
GET /~/mn-cse/home_gateway/light_ae2/light HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /mn-cse/Cgateway_ae
X-M2M-RI: mncse-12352
Accept: application/xml
```
**HTTP Response**:
``` http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-12352
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<m2m:cnt xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="light">
<ty>3</ty>
<ri>cnt-582769893</ri>
<pi>/mn-cse/ae-CAE340304042</pi>
<ct>20150925T053135</ct>
<lt>20150925T053135</lt>
<et>20171005T105550</et>
<acpi>/mn-cse/acp-805496226</acpi>
<st>0</st>
<cni>1</cni>
<cbs>3</cbs>
</m2m:cnt>
```
## Annex A.8 ContentInstances
### Annex A.8.1 Latest contentInstance in ADN-AE1
**HTTP Request**:
``` http
GET /~/mn-cse/home_gateway/light_ae1/light/la HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /mn-cse/Cgateway_ae
X-M2M-RI: mncse-12353
Accept: application/xml
```
**HTTP Response**:
``` http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-12353
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<m2m:cin xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="cin-394798749">
<ty>4</ty>
<ri>cin-394798749</ri>
<pi>/mn-cse/cnt-582759912</pi>
<ct>20150925T053225</ct>
<lt>20150925T053225</lt>
<et>20171005T105550</et>
<st>0</st>
<cnf>text/plain:0</cnf>
<cs>2</cs>
<con>ON</con>
</m2m:cin>
```
### Annex A.8.2 Latest contentInstance in ADN-AE2
**HTTP Request**:
``` http
GET /~/mn-cse/home_gateway/light_ae2/light/la HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /mn-cse/Cgateway_ae
X-M2M-RI: mncse-12354
Accept: application/xml
```
**HTTP Response**:
``` http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-12354
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<m2m:cin xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="cin-256599578">
<ty>4</ty>
<ri>cin-256599578</ri>
<pi>/mn-cse/cnt-582769893</pi>
<ct>20150925T053425</ct>
<lt>20150925T053425</lt>
<et>20171005T105550</et>
<st>0</st>
<cnf>text/plain:0</cnf>
<cs>2</cs>
<con>ON</con>
</m2m:cin>
```
## Annex A.9 Subscriptions
### Annex A.9.1 Subscription to container in ADN-AE1
**HTTP Request**:
``` http
GET /~/mn-cse/home_gateway/light_ae1/light/lightstate_sub1 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /mn-cse/Cgateway_ae
X-M2M-RI: mncse-12355
Accept: application/xml
```
**HTTP Response**:
``` http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-12355
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<m2m:sub xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="lightstate_sub1">
<ty>23</ty>
<ri>sub-856593979</ri>
<pi>/mn-cse/cnt-582759912</pi>
<ct>20150926T052955</ct>
<lt>20150926T052955</lt>
<et>20171005T105550</et>
<acpi>/mn-cse/acp-805496226</acpi>
<enc>
<net>3</net>
</enc>
<nu>/mn-cse/ae-CAE340304071</nu>
<nct>1</nct>
</m2m:sub>
```
### Annex A.9.2 Subscription to container in ADN-AE2
**HTTP Request**:
``` http
GET /~/mn-cse/home_gateway/light_ae2/light/lightstate_sub2 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /mn-cse/Cgateway_ae
X-M2M-RI: mncse-12356
Accept: application/xml
```
**HTTP Response**:
``` http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-12356
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<m2m:sub xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="lightstate_sub2">
<ty>23</ty>
<ri>sub-856463728</ri>
<pi>/mn-cse/cnt-582759912</pi>
<ct>20150926T053055</ct>
<lt>20150926T053055</lt>
<et>20171005T105550</et>
<acpi>/mn-cse/acp-805496226</acpi>
<enc>
<net>3</net>
</enc>
<nu>/mn-cse/ae-CAE340304042</nu>
<nct>1</nct>
</m2m:sub>
```
## Annex A.10 Groups
### Annex A.10.1 Group1
**HTTP Request**:
``` http
GET /~/mn-cse/home_gateway/gateway_ae/containers_grp HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
X-M2M-RI: mncse-12357
Accept: application/xml
```
**HTTP Response**:
``` http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-12357
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<m2m:grp xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="containers_grp">
<ty>9</ty>
<ri>grp-977978327</ri>
<pi>/mn-cse/ae-CAE340303271</pi>
<ct>20151004T045954</ct>
<lt>20151004T045954</lt>
<et>20171005T105550</et>
<acpi>/mn-cse/acp-805496226 /mn-cse/acp-805496226</acpi>
<mt>3</mt>
<cnm>2</cnm>
<mnm>10</mnm>
<mid>/mn-cse/cnt-582759912 /mn-cse/cnt-582769893</mid>
<mtv>true</mtv>
<csy>1</csy>
<fopt>/mn-cse/grp-977978327/fopt</fopt>
</m2m:grp>
```
# History
|**Publication** **history** |**Publication** **history** |**Publication** **history** |
|-|-|-|
| | | |
| | | |
| | | |
|**Draft history** (to be removed on publication) |**Draft history** (to be removed on publication) |**Draft history** (to be removed on publication) |
|-|-|-|
|V2.0.0 | Fev 2017 |Initial release 2 version based on TR-0025 V1.2.0<br />Implemented the agreed contribution from TST#27<br />- TST-2017-0052-TR-0025\_update |
|V2.0.1 |24 June 2017 |Implemented the agreed contributions from TST#29<br />- TST-2017-0117R01-CR-TR-0025\_HTTP\_Host\_Header\_correction\_Rel\_2<br />- TST-2017-0128-CR-TR-0025\_Notification\_correction\_Rel\_2 |
|V2.0.2 |23 March 2018 |Implemented the agreed contributions from TST#34<br />- TST-2018-0043R01-TR-0025\_subscription\_error\_correction |
|V2.0.3 |06 June 2019 |Implemented the agreed contributions from TDE#40<br />- TDE-2019-0076-Missing\_resource\_types\_in\_Content-Type\_header\_fields |
media/DiscoveryAndAGroupFfLightsRetrievalPhaseCallFlows.png

43.6 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by Pixelmator Pro 3.5.6 -->
<svg width="633" height="399" viewBox="0 0 633 399" xmlns="http://www.w3.org/2000/svg">
<clipPath id="clipPath1">
<path d="M -53.204723 -23.280334 L 664.867725 -23.280334 L 664.867725 410.685028 L -53.204723 410.685028 L -53.204723 -23.280334 Z"/>
<path clip-rule="evenodd" d="M -53.204723 -23.280334 L 664.905506 -23.280334 L 664.905506 410.722839 L -53.204723 410.722839 Z"/>
</clipPath>
<g id="Group" clip-path="url(#clipPath1)">
<path id="Path" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 24.57795 15.988953 L 85.428345 15.988953 L 85.428345 46.414185 L 24.57795 46.414185 L 24.57795 15.988953 Z"/>
<path id="path1" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 24.57795 46.414185 L 85.428345 46.414185 L 85.428345 15.988953 L 24.57795 15.988953 L 24.57795 46.414185 Z"/>
<path id="path2" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 55.003143 11.75592 L 55.003143 11.75592 L 55.003143 11.75592 L 55.003143 11.75592 L 55.003143 11.75592 L 55.003143 11.75592 Z"/>
<path id="path3" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 55.003143 46.678711 L 55.003143 375.762207"/>
<path id="path4" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 54.70079 46.716553 L 55.305511 46.716553 L 55.305511 46.414185 L 55.267715 46.300781 L 55.229919 46.187378 L 55.116531 46.149597 L 55.003143 46.111816 L 54.889771 46.149597 L 54.814178 46.187378 L 54.738586 46.300781 L 54.70079 46.414185 L 54.70079 46.716553 Z"/>
<path id="path5" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 55.305511 375.686615 L 54.70079 375.686615 L 54.70079 375.988983 L 54.738586 376.102356 L 54.814178 376.215759 L 54.889771 376.291351 L 55.003143 376.291351 L 55.116531 376.291351 L 55.229919 376.215759 L 55.267715 376.102356 L 55.305511 375.988983 L 55.305511 375.686615 Z"/>
<path id="path6" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 14.448822 15.988953 L 95.55748 15.988953 L 95.55748 46.414185 L 14.448822 46.414185 L 14.448822 15.988953 Z"/>
<path id="path7" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 14.448822 46.414185 L 95.55748 46.414185 L 95.55748 15.988953 L 14.448822 15.988953 L 14.448822 46.414185 Z"/>
<text id="ADN" xml:space="preserve" x="27" y="37" font-family="Calibri" font-size="14.324409" fill="#ffffff">ADN</text>
<text id="-" xml:space="preserve" x="54" y="37" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
<text id="AE" xml:space="preserve" x="58" y="37" font-family="Calibri" font-size="14.324409" fill="#ffffff">AE</text>
<text id="1" xml:space="preserve" x="74" y="37" font-family="Calibri" font-size="14.324409" fill="#ffffff">1</text>
<path id="path8" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 115.135437 15.988953 L 175.948029 15.988953 L 175.948029 46.414185 L 115.135437 46.414185 L 115.135437 15.988953 Z"/>
<path id="path9" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 115.135437 46.414185 L 175.948029 46.414185 L 175.948029 15.988953 L 115.135437 15.988953 L 115.135437 46.414185 Z"/>
<text id="AND" xml:space="preserve" x="125" y="36" font-family="Calibri" font-size="10.733858" fill="#ffffff">AND</text>
<text id="text1" xml:space="preserve" x="144" y="36" font-family="Calibri" font-size="10.733858" fill="#ffffff">-</text>
<text id="text2" xml:space="preserve" x="148" y="36" font-family="Calibri" font-size="10.733858" fill="#ffffff">AE</text>
<text id="2" xml:space="preserve" x="159" y="36" font-family="Calibri" font-size="10.733858" fill="#ffffff">2</text>
<path id="path10" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 145.560623 11.75592 L 145.560623 11.75592 L 145.560623 11.75592 L 145.560623 11.75592 L 145.560623 11.75592 L 145.560623 11.75592 Z"/>
<path id="path11" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 145.560623 46.678711 L 145.560623 375.762207"/>
<path id="path12" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 145.25827 46.716553 L 145.862991 46.716553 L 145.862991 46.414185 L 145.825195 46.300781 L 145.749603 46.187378 L 145.674011 46.149597 L 145.560623 46.111816 L 145.44725 46.149597 L 145.333862 46.187378 L 145.25827 46.300781 L 145.25827 46.414185 L 145.25827 46.716553 Z"/>
<path id="path13" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 145.862991 375.686615 L 145.25827 375.686615 L 145.25827 375.988983 L 145.25827 376.102356 L 145.333862 376.215759 L 145.44725 376.291351 L 145.560623 376.291351 L 145.674011 376.291351 L 145.749603 376.215759 L 145.825195 376.102356 L 145.862991 375.988983 L 145.862991 375.686615 Z"/>
<path id="path14" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 105.006302 15.988953 L 186.11496 15.988953 L 186.11496 46.414185 L 105.006302 46.414185 L 105.006302 15.988953 Z"/>
<path id="path15" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 105.006302 46.414185 L 186.11496 46.414185 L 186.11496 15.988953 L 105.006302 15.988953 L 105.006302 46.414185 Z"/>
<text id="text3" xml:space="preserve" x="117" y="37" font-family="Calibri" font-size="14.324409" fill="#ffffff">ADN</text>
<text id="text4" xml:space="preserve" x="144" y="37" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
<text id="text5" xml:space="preserve" x="149" y="37" font-family="Calibri" font-size="14.324409" fill="#ffffff">AE</text>
<text id="text6" xml:space="preserve" x="164" y="37" font-family="Calibri" font-size="14.324409" fill="#ffffff">2</text>
<path id="path16" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 210.379517 15.988953 L 271.229919 15.988953 L 271.229919 46.414185 L 210.379517 46.414185 L 210.379517 15.988953 Z"/>
<path id="path17" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 210.379517 46.414185 L 271.229919 46.414185 L 271.229919 15.988953 L 210.379517 15.988953 L 210.379517 46.414185 Z"/>
<path id="path18" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 240.804718 11.75592 L 240.804718 11.75592 L 240.804718 11.75592 L 240.804718 11.75592 L 240.804718 11.75592 L 240.804718 11.75592 Z"/>
<path id="path19" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 240.804718 46.678711 L 240.804718 375.762207"/>
<path id="path20" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 240.50235 46.716553 L 241.107086 46.716553 L 241.107086 46.414185 L 241.069305 46.300781 L 241.031494 46.187378 L 240.918121 46.149597 L 240.804718 46.111816 L 240.691345 46.149597 L 240.577942 46.187378 L 240.540161 46.300781 L 240.50235 46.414185 L 240.50235 46.716553 Z"/>
<path id="path21" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 241.107086 375.686615 L 240.50235 375.686615 L 240.50235 375.988983 L 240.540161 376.102356 L 240.577942 376.215759 L 240.691345 376.291351 L 240.804718 376.291351 L 240.918121 376.291351 L 241.031494 376.215759 L 241.069305 376.102356 L 241.107086 375.988983 L 241.107086 375.686615 Z"/>
<path id="path22" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 200.250397 15.988953 L 281.35907 15.988953 L 281.35907 46.414185 L 200.250397 46.414185 L 200.250397 15.988953 Z"/>
<path id="path23" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 200.250397 46.414185 L 281.35907 46.414185 L 281.35907 15.988953 L 200.250397 15.988953 L 200.250397 46.414185 Z"/>
<text id="MN" xml:space="preserve" x="219" y="37" font-family="Calibri" font-size="14.324409" fill="#ffffff">MN</text>
<text id="text7" xml:space="preserve" x="241" y="37" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
<text id="text8" xml:space="preserve" x="245" y="37" font-family="Calibri" font-size="14.324409" fill="#ffffff">AE</text>
<path id="path24" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 300.937012 17.689758 L 361.749603 17.689758 L 361.749603 48.11499 L 300.937012 48.11499 L 300.937012 17.689758 Z"/>
<path id="path25" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 300.937012 48.11499 L 361.749603 48.11499 L 361.749603 17.689758 L 300.937012 17.689758 L 300.937012 48.11499 Z"/>
<path id="path26" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 331.324402 13.456665 L 331.324402 13.456665 L 331.324402 13.456665 L 331.324402 13.456665 L 331.324402 13.456665 L 331.324402 13.456665 Z"/>
<path id="path27" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 331.324402 48.379517 L 331.324402 385.399994"/>
<path id="path28" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 331.059845 48.417297 L 331.62677 48.417297 L 331.62677 48.11499 L 331.62677 48.001587 L 331.551178 47.888184 L 331.437805 47.812622 L 331.324402 47.812622 L 331.211029 47.812622 L 331.135437 47.888184 L 331.059845 48.001587 L 331.059845 48.11499 L 331.059845 48.417297 Z"/>
<path id="path29" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 331.62677 385.362213 L 331.059845 385.362213 L 331.059845 385.664581 L 331.059845 385.777954 L 331.135437 385.891327 L 331.211029 385.929138 L 331.324402 385.966919 L 331.437805 385.929138 L 331.551178 385.891327 L 331.62677 385.777954 L 331.62677 385.664581 L 331.62677 385.362213 Z"/>
<path id="path30" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 290.770081 17.689758 L 371.916534 17.689758 L 371.916534 48.11499 L 290.770081 48.11499 L 290.770081 17.689758 Z"/>
<path id="path31" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 290.770081 48.11499 L 371.916534 48.11499 L 371.916534 17.689758 L 290.770081 17.689758 L 290.770081 48.11499 Z"/>
<text id="text9" xml:space="preserve" x="307" y="39" font-family="Calibri" font-size="14.324409" fill="#ffffff">MN</text>
<text id="text10" xml:space="preserve" x="328" y="39" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
<text id="CSE" xml:space="preserve" x="333" y="39" font-family="Calibri" font-size="14.324409" fill="#ffffff">CSE</text>
<path id="path32" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 402.908661 17.689758 L 463.759033 17.689758 L 463.759033 48.11499 L 402.908661 48.11499 L 402.908661 17.689758 Z"/>
<path id="path33" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 402.908661 48.11499 L 463.759033 48.11499 L 463.759033 17.689758 L 402.908661 17.689758 L 402.908661 48.11499 Z"/>
<path id="path34" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 433.333862 13.456665 L 433.333862 13.456665 L 433.333862 13.456665 L 433.333862 13.456665 L 433.333862 13.456665 L 433.333862 13.456665 Z"/>
<path id="path35" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 433.333862 48.379517 L 433.333862 381.733856"/>
<path id="path36" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 433.031494 48.417297 L 433.63623 48.417297 L 433.63623 48.11499 L 433.59845 48.001587 L 433.560608 47.888184 L 433.447266 47.812622 L 433.333862 47.812622 L 433.220459 47.812622 L 433.144897 47.888184 L 433.069275 48.001587 L 433.031494 48.11499 L 433.031494 48.417297 Z"/>
<path id="path37" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 433.63623 381.696075 L 433.031494 381.696075 L 433.031494 381.998413 L 433.069275 382.111816 L 433.144897 382.225189 L 433.220459 382.263 L 433.333862 382.300781 L 433.447266 382.263 L 433.560608 382.225189 L 433.59845 382.111816 L 433.63623 381.998413 L 433.63623 381.696075 Z"/>
<path id="path38" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 392.779541 17.689758 L 473.888184 17.689758 L 473.888184 48.11499 L 392.779541 48.11499 L 392.779541 17.689758 Z"/>
<path id="path39" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 392.779541 48.11499 L 473.888184 48.11499 L 473.888184 17.689758 L 392.779541 17.689758 L 392.779541 48.11499 Z"/>
<text id="IN" xml:space="preserve" x="413" y="39" font-family="Calibri" font-size="14.324409" fill="#ffffff">IN</text>
<text id="text11" xml:space="preserve" x="426" y="39" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
<text id="text12" xml:space="preserve" x="430" y="39" font-family="Calibri" font-size="14.324409" fill="#ffffff">CSE</text>
<path id="path40" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 546.568481 17.689758 L 607.381104 17.689758 L 607.381104 48.11499 L 546.568481 48.11499 L 546.568481 17.689758 Z"/>
<path id="path41" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 546.568481 48.11499 L 607.381104 48.11499 L 607.381104 17.689758 L 546.568481 17.689758 L 546.568481 48.11499 Z"/>
<path id="path42" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 576.993713 13.456665 L 576.993713 13.456665 L 576.993713 13.456665 L 576.993713 13.456665 L 576.993713 13.456665 L 576.993713 13.456665 Z"/>
<path id="path43" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 576.993713 48.379517 L 576.993713 384.077179"/>
<path id="path44" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 576.691345 48.417297 L 577.25824 48.417297 L 577.25824 48.11499 L 577.25824 48.001587 L 577.182678 47.888184 L 577.107117 47.812622 L 576.993713 47.812622 L 576.88031 47.812622 L 576.766907 47.888184 L 576.691345 48.001587 L 576.691345 48.11499 L 576.691345 48.417297 Z"/>
<path id="path45" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 577.25824 384.039368 L 576.691345 384.039368 L 576.691345 384.341736 L 576.691345 384.455109 L 576.766907 384.530701 L 576.88031 384.606293 L 576.993713 384.644104 L 577.107117 384.606293 L 577.182678 384.530701 L 577.25824 384.455109 L 577.25824 384.341736 L 577.25824 384.039368 Z"/>
<path id="path46" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 536.439392 17.689758 L 617.548035 17.689758 L 617.548035 48.11499 L 536.439392 48.11499 L 536.439392 17.689758 Z"/>
<path id="path47" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 536.439392 48.11499 L 617.548035 48.11499 L 617.548035 17.689758 L 536.439392 17.689758 L 536.439392 48.11499 Z"/>
<text id="text13" xml:space="preserve" x="559" y="39" font-family="Calibri" font-size="14.324409" fill="#ffffff">IN</text>
<text id="text14" xml:space="preserve" x="573" y="39" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
<text id="text15" xml:space="preserve" x="577" y="39" font-family="Calibri" font-size="14.324409" fill="#ffffff">AE</text>
<path id="path48" fill="none" stroke="#7c9530" stroke-width="1.776378" stroke-linejoin="round" d="M 576.200012 107 L 443.992126 107"/>
<path id="path49" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 576.086609 106.092896 L 576.086609 107.869263 L 576.993713 107.869263 L 577.333862 107.831482 L 577.59845 107.642517 L 577.787415 107.340149 L 577.862976 107 L 577.787415 106.659851 L 577.59845 106.357483 L 577.333862 106.168518 L 576.993713 106.092896 L 576.086609 106.092896 Z"/>
<path id="path50" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 444.143311 107.869263 L 444.143311 106.092896 L 443.236206 106.092896 L 442.896057 106.168518 L 442.593689 106.357483 L 442.404724 106.659851 L 442.329163 107 L 442.404724 107.340149 L 442.593689 107.642517 L 442.896057 107.831482 L 443.236206 107.869263 L 444.143311 107.869263 Z"/>
<path id="path51" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 444.634644 112.63147 L 433.333862 107 L 444.634644 101.330688 L 444.634644 112.63147 L 444.634644 112.63147 Z"/>
<path id="path52" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 498.87085 101.255127 L 511.456665 101.255127 L 511.456665 112.707092 L 498.87085 112.707092 L 498.87085 101.255127 Z"/>
<text id="text16" xml:space="preserve" x="498" y="112" font-family="Calibri" font-size="9.524409" fill="#607423">1</text>
<text id="text17" xml:space="preserve" x="503" y="112" font-family="Calibri" font-size="9.524409" fill="#607423">-</text>
<text id="text18" xml:space="preserve" x="506" y="112" font-family="Calibri" font-size="9.524409" fill="#607423">1</text>
<path id="path53" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 421.428345 53.179504 L 584.36377 53.179504 L 584.36377 96.908691 L 421.428345 96.908691 L 421.428345 53.179504 Z"/>
<path id="path54" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 421.428345 96.908691 L 584.36377 96.908691 L 584.36377 53.179504 L 421.428345 53.179504 L 421.428345 96.908691 Z"/>
<text id="Discovery-group-resources-with" xml:space="preserve" x="426" y="73" font-family="Calibri" font-size="11.943307" fill="#406fc5">Discovery group resources with</text>
<text id="filter-criterias" xml:space="preserve" x="469" y="88" font-family="Calibri" font-size="11.943307" fill="#406fc5">filter criterias</text>
<path id="path55" fill="#73ae42" fill-rule="evenodd" stroke="none" d="M 326.259857 108.965332 L 336.426758 108.965332 L 336.426758 183.346436 L 326.259857 183.346436 L 326.259857 108.965332 Z"/>
<path id="path56" fill="none" stroke="#6ca43e" stroke-width="0.604724" stroke-linejoin="round" d="M 336.426758 183.346436 L 336.426758 108.965332 L 326.259857 108.965332 L 326.259857 183.346436 L 336.426758 183.346436 Z"/>
<path id="path57" fill="none" stroke="#fd9759" stroke-width="1.776378" stroke-linejoin="round" d="M 332.118103 183.346436 L 422.675598 183.346436"/>
<path id="path58" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 332.231506 184.25354 L 332.231506 182.439392 L 331.324402 182.439392 L 330.984253 182.514954 L 330.719696 182.703918 L 330.530701 183.006287 L 330.455109 183.346436 L 330.530701 183.686584 L 330.719696 183.988953 L 330.984253 184.177979 L 331.324402 184.25354 L 332.231506 184.25354 Z"/>
<path id="path59" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 422.562195 182.439392 L 422.562195 184.25354 L 423.469299 184.25354 L 423.809448 184.177979 L 424.074036 183.988953 L 424.263 183.686584 L 424.338562 183.346436 L 424.263 183.006287 L 424.074036 182.703918 L 423.809448 182.514954 L 423.469299 182.439392 L 422.562195 182.439392 Z"/>
<path id="path60" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 422.033081 177.714966 L 433.333862 183.346436 L 422.033081 189.015747 L 422.033081 177.714966 L 422.033081 177.714966 Z"/>
<path id="path61" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 376.036224 177.639343 L 388.62204 177.639343 L 388.62204 189.091309 L 376.036224 189.091309 L 376.036224 177.639343 Z"/>
<text id="text19" xml:space="preserve" x="375" y="188" font-family="Calibri" font-size="9.524409" fill="#607423">2</text>
<text id="text20" xml:space="preserve" x="380" y="188" font-family="Calibri" font-size="9.524409" fill="#607423">-</text>
<text id="text21" xml:space="preserve" x="383" y="188" font-family="Calibri" font-size="9.524409" fill="#607423">1</text>
<path id="path62" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 421.428345 117.431519 L 582.13385 117.431519 L 582.13385 178.28186 L 421.428345 178.28186 L 421.428345 117.431519 Z"/>
<path id="path63" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 421.428345 178.28186 L 582.13385 178.28186 L 582.13385 117.431519 L 421.428345 117.431519 L 421.428345 178.28186 Z"/>
<text id="Respond-with-URIs-of" xml:space="preserve" x="449" y="146" font-family="Calibri" font-size="11.943307" fill="#406fc5">Respond with URIs of</text>
<text id="discovered-group-resources-" xml:space="preserve" x="434" y="161" font-family="Calibri" font-size="11.943307" fill="#406fc5">discovered group resources</text>
<path id="path64" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 195.52597 88.480286 L 296.930695 88.480286 L 296.930695 174.842529 L 195.52597 174.842529 L 195.52597 88.480286 Z"/>
<path id="path65" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 195.52597 174.842529 L 296.930695 174.842529 L 296.930695 88.480286 L 195.52597 88.480286 L 195.52597 174.842529 Z"/>
<text id="text22" xml:space="preserve" x="201" y="123" font-family="Calibri" font-size="11.943307" fill="#406fc5">IN</text>
<text id="text23" xml:space="preserve" x="212" y="123" font-family="Calibri" font-size="11.943307" fill="#406fc5">-</text>
<text id="AE-discovery-of-" xml:space="preserve" x="215" y="123" font-family="Calibri" font-size="11.943307" fill="#406fc5">AE discovery of</text>
<text id="group-resources-" xml:space="preserve" x="206" y="137" font-family="Calibri" font-size="11.943307" fill="#406fc5">group resources</text>
<text id="stored-in-MN" xml:space="preserve" x="203" y="152" font-family="Calibri" font-size="11.943307" fill="#406fc5">stored in MN</text>
<text id="text24" xml:space="preserve" x="266" y="152" font-family="Calibri" font-size="11.943307" fill="#406fc5">-</text>
<text id="text25" xml:space="preserve" x="270" y="152" font-family="Calibri" font-size="11.943307" fill="#406fc5">CSE</text>
<path id="path66" fill="none" stroke="#7c9530" stroke-width="1.776378" stroke-linejoin="round" d="M 576.200012 292.083466 L 443.992126 292.083466"/>
<path id="path67" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 576.086609 291.176392 L 576.086609 292.99054 L 576.993713 292.99054 L 577.333862 292.914948 L 577.59845 292.725983 L 577.787415 292.423615 L 577.862976 292.083466 L 577.787415 291.743317 L 577.59845 291.440948 L 577.333862 291.251984 L 576.993713 291.176392 L 576.086609 291.176392 Z"/>
<path id="path68" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 444.143311 292.99054 L 444.143311 291.176392 L 443.236206 291.176392 L 442.896057 291.251984 L 442.593689 291.440948 L 442.404724 291.743317 L 442.329163 292.083466 L 442.404724 292.423615 L 442.593689 292.725983 L 442.896057 292.914948 L 443.236206 292.99054 L 444.143311 292.99054 Z"/>
<path id="path69" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 444.634644 297.752747 L 433.333862 292.083466 L 444.634644 286.451965 L 444.634644 297.752747 L 444.634644 297.752747 Z"/>
<path id="path70" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 498.87085 286.376373 L 511.456665 286.376373 L 511.456665 297.828339 L 498.87085 297.828339 L 498.87085 286.376373 Z"/>
<text id="3" xml:space="preserve" x="498" y="297" font-family="Calibri" font-size="9.524409" fill="#607423">3</text>
<text id="text26" xml:space="preserve" x="503" y="297" font-family="Calibri" font-size="9.524409" fill="#607423">-</text>
<text id="text27" xml:space="preserve" x="506" y="297" font-family="Calibri" font-size="9.524409" fill="#607423">1</text>
<path id="path71" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 419.160645 198.615723 L 582.13385 198.615723 L 582.13385 284.940155 L 419.160645 284.940155 L 419.160645 198.615723 Z"/>
<path id="path72" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 419.160645 284.940155 L 582.13385 284.940155 L 582.13385 198.615723 L 419.160645 198.615723 L 419.160645 284.940155 Z"/>
<text id="Send-a-fanOutPoint-request" xml:space="preserve" x="426" y="233" font-family="Calibri" font-size="11.943307" fill="#406fc5">Send a fanOutPoint request to</text>
<text id="the-group-for-retrieval" xml:space="preserve" x="431" y="247" font-family="Calibri" font-size="11.943307" fill="#406fc5">the group for retrieval latest</text>
<text id="content" xml:space="preserve" x="458" y="262" font-family="Calibri" font-size="11.943307" fill="#406fc5">content</text>
<text id="I" xml:space="preserve" x="496" y="262" font-family="Calibri" font-size="11.943307" fill="#406fc5">I</text>
<text id="nstances" xml:space="preserve" x="499" y="262" font-family="Calibri" font-size="11.943307" fill="#406fc5">nstances</text>
<path id="path73" fill="#73ae42" fill-rule="evenodd" stroke="none" d="M 326.259857 284.788971 L 336.426758 284.788971 L 336.426758 366.540161 L 326.259857 366.540161 L 326.259857 284.788971 Z"/>
<path id="path74" fill="none" stroke="#6ca43e" stroke-width="0.604724" stroke-linejoin="round" d="M 336.426758 366.540161 L 336.426758 284.788971 L 326.259857 284.788971 L 326.259857 366.540161 L 336.426758 366.540161 Z"/>
<path id="path75" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 421.428345 300.020477 L 582.13385 300.020477 L 582.13385 360.87088 L 421.428345 360.87088 L 421.428345 300.020477 Z"/>
<path id="path76" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 421.428345 360.87088 L 582.13385 360.87088 L 582.13385 300.020477 L 421.428345 300.020477 L 421.428345 360.87088 Z"/>
<text id="Respond-with-" xml:space="preserve" x="453" y="329" font-family="Calibri" font-size="11.943307" fill="#406fc5">Respond with</text>
<text id="latest-" xml:space="preserve" x="522" y="329" font-family="Calibri" font-size="11.943307" fill="#406fc5">latest</text>
<text id="contentInstances" xml:space="preserve" x="459" y="343" font-family="Calibri" font-size="11.943307" fill="#406fc5">contentInstances</text>
<path id="path77" fill="none" stroke="#fd9759" stroke-width="1.776378" stroke-linejoin="round" d="M 332.118103 369.299225 L 422.675598 369.299225"/>
<path id="path78" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 332.231506 370.206299 L 332.231506 368.429932 L 331.324402 368.429932 L 330.984253 368.505524 L 330.719696 368.694489 L 330.530701 368.959045 L 330.455109 369.299225 L 330.530701 369.677155 L 330.719696 369.941742 L 330.984253 370.130707 L 331.324402 370.206299 L 332.231506 370.206299 Z"/>
<path id="path79" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 422.562195 368.429932 L 422.562195 370.206299 L 423.469299 370.206299 L 423.809448 370.130707 L 424.074036 369.941742 L 424.263 369.677155 L 424.338562 369.299225 L 424.263 368.959045 L 424.074036 368.694489 L 423.809448 368.505524 L 423.469299 368.429932 L 422.562195 368.429932 Z"/>
<path id="path80" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 422.033081 363.667725 L 433.333862 369.299225 L 422.033081 374.968506 L 422.033081 363.667725 L 422.033081 363.667725 Z"/>
<path id="path81" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 376.036224 363.592133 L 388.62204 363.592133 L 388.62204 375.044098 L 376.036224 375.044098 L 376.036224 363.592133 Z"/>
<text id="4" xml:space="preserve" x="375" y="374" font-family="Calibri" font-size="9.524409" fill="#607423">4</text>
<text id="text28" xml:space="preserve" x="380" y="374" font-family="Calibri" font-size="9.524409" fill="#607423">-</text>
<text id="text29" xml:space="preserve" x="383" y="374" font-family="Calibri" font-size="9.524409" fill="#607423">1</text>
<path id="path82" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 195.52597 265.664581 L 296.930695 265.664581 L 296.930695 351.988983 L 195.52597 351.988983 L 195.52597 265.664581 Z"/>
<path id="path83" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 195.52597 351.988983 L 296.930695 351.988983 L 296.930695 265.664581 L 195.52597 265.664581 L 195.52597 351.988983 Z"/>
<text id="text30" xml:space="preserve" x="205" y="286" font-family="Calibri" font-size="11.943307" fill="#406fc5">I</text>
<text id="N" xml:space="preserve" x="208" y="286" font-family="Calibri" font-size="11.943307" fill="#406fc5">N</text>
<text id="text31" xml:space="preserve" x="215" y="286" font-family="Calibri" font-size="11.943307" fill="#406fc5">-</text>
<text id="text32" xml:space="preserve" x="219" y="286" font-family="Calibri" font-size="11.943307" fill="#406fc5">AE</text>
<text id="retrieves-" xml:space="preserve" x="234" y="286" font-family="Calibri" font-size="11.943307" fill="#406fc5">retrieves</text>
<text id="a-" xml:space="preserve" x="280" y="286" font-family="Calibri" font-size="11.943307" fill="#406fc5">a</text>
<text id="group-of" xml:space="preserve" x="210" y="300" font-family="Calibri" font-size="11.943307" fill="#406fc5">group of</text>
<text id="latest" xml:space="preserve" x="254" y="300" font-family="Calibri" font-size="11.943307" fill="#406fc5">latest</text>
<text id="content-instances-" xml:space="preserve" x="202" y="314" font-family="Calibri" font-size="11.943307" fill="#406fc5">content instances</text>
<text id="having" xml:space="preserve" x="200" y="329" font-family="Calibri" font-size="11.943307" fill="#406fc5">having</text>
<text id="the-state-of-" xml:space="preserve" x="235" y="329" font-family="Calibri" font-size="11.943307" fill="#406fc5">the state of</text>
<text id="all" xml:space="preserve" x="225" y="343" font-family="Calibri" font-size="11.943307" fill="#406fc5">all</text>
<text id="lights" xml:space="preserve" x="239" y="343" font-family="Calibri" font-size="11.943307" fill="#406fc5">lights</text>
<path id="path84" fill="none" stroke="#7c9530" stroke-width="1.776378" stroke-linejoin="round" d="M 432.577942 107 L 347.085052 107"/>
<path id="path85" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 432.464539 106.092896 L 432.464539 107.869263 L 433.333862 107.869263 L 433.674011 107.831482 L 433.976379 107.642517 L 434.165344 107.340149 L 434.240967 107 L 434.165344 106.659851 L 433.976379 106.357483 L 433.674011 106.168518 L 433.333862 106.092896 L 432.464539 106.092896 Z"/>
<path id="path86" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 347.198425 107.869263 L 347.198425 106.092896 L 346.291351 106.092896 L 345.951172 106.168518 L 345.686615 106.357483 L 345.459839 106.659851 L 345.422058 107 L 345.459839 107.340149 L 345.686615 107.642517 L 345.951172 107.831482 L 346.291351 107.869263 L 347.198425 107.869263 Z"/>
<path id="path87" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 347.72757 112.63147 L 336.426758 107 L 347.72757 101.330688 L 347.72757 112.63147 L 347.72757 112.63147 Z"/>
<path id="path88" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 378.568512 101.255127 L 391.154327 101.255127 L 391.154327 112.707092 L 378.568512 112.707092 L 378.568512 101.255127 Z"/>
<text id="text33" xml:space="preserve" x="378" y="112" font-family="Calibri" font-size="9.524409" fill="#607423">1</text>
<text id="text34" xml:space="preserve" x="382" y="112" font-family="Calibri" font-size="9.524409" fill="#607423">-</text>
<text id="text35" xml:space="preserve" x="385" y="112" font-family="Calibri" font-size="9.524409" fill="#607423">2</text>
<path id="path89" fill="none" stroke="#fd9759" stroke-width="1.776378" stroke-linejoin="round" d="M 434.127563 183.346436 L 566.297607 183.346436"/>
<path id="path90" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 434.240967 184.25354 L 434.240967 182.439392 L 433.333862 182.439392 L 432.993713 182.514954 L 432.691345 182.703918 L 432.50238 183.006287 L 432.464539 183.346436 L 432.50238 183.686584 L 432.691345 183.988953 L 432.993713 184.177979 L 433.333862 184.25354 L 434.240967 184.25354 Z"/>
<path id="path91" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 566.184265 182.439392 L 566.184265 184.25354 L 567.091309 184.25354 L 567.431519 184.177979 L 567.733887 183.988953 L 567.922852 183.686584 L 567.998413 183.346436 L 567.922852 183.006287 L 567.733887 182.703918 L 567.431519 182.514954 L 567.091309 182.439392 L 566.184265 182.439392 Z"/>
<path id="path92" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 565.692932 177.714966 L 576.993713 183.346436 L 565.692932 189.015747 L 565.692932 177.714966 L 565.692932 177.714966 Z"/>
<path id="path93" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 498.87085 177.639343 L 511.456665 177.639343 L 511.456665 189.091309 L 498.87085 189.091309 L 498.87085 177.639343 Z"/>
<text id="text36" xml:space="preserve" x="498" y="188" font-family="Calibri" font-size="9.524409" fill="#607423">2</text>
<text id="text37" xml:space="preserve" x="503" y="188" font-family="Calibri" font-size="9.524409" fill="#607423">-</text>
<text id="text38" xml:space="preserve" x="506" y="188" font-family="Calibri" font-size="9.524409" fill="#607423">2</text>
<path id="path94" fill="none" stroke="#fd9759" stroke-width="1.776378" stroke-linejoin="round" d="M 434.127563 369.299225 L 566.297607 369.299225"/>
<path id="path95" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 434.240967 370.206299 L 434.240967 368.429932 L 433.333862 368.429932 L 432.993713 368.505524 L 432.691345 368.694489 L 432.50238 368.959045 L 432.464539 369.299225 L 432.50238 369.677155 L 432.691345 369.941742 L 432.993713 370.130707 L 433.333862 370.206299 L 434.240967 370.206299 Z"/>
<path id="path96" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 566.184265 368.429932 L 566.184265 370.206299 L 567.091309 370.206299 L 567.431519 370.130707 L 567.733887 369.941742 L 567.922852 369.677155 L 567.998413 369.299225 L 567.922852 368.959045 L 567.733887 368.694489 L 567.431519 368.505524 L 567.091309 368.429932 L 566.184265 368.429932 Z"/>
<path id="path97" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 565.692932 363.667725 L 576.993713 369.299225 L 565.692932 374.968506 L 565.692932 363.667725 L 565.692932 363.667725 Z"/>
<path id="path98" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 498.87085 363.592133 L 511.456665 363.592133 L 511.456665 375.044098 L 498.87085 375.044098 L 498.87085 363.592133 Z"/>
<text id="text39" xml:space="preserve" x="498" y="374" font-family="Calibri" font-size="9.524409" fill="#607423">4</text>
<text id="text40" xml:space="preserve" x="503" y="374" font-family="Calibri" font-size="9.524409" fill="#607423">-</text>
<text id="text41" xml:space="preserve" x="506" y="374" font-family="Calibri" font-size="9.524409" fill="#607423">2</text>
<path id="path99" fill="none" stroke="#7c9530" stroke-width="1.776378" stroke-linejoin="round" d="M 432.577942 292.083466 L 342.020477 292.083466"/>
<path id="path100" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 432.464539 291.176392 L 432.464539 292.99054 L 433.333862 292.99054 L 433.674011 292.914948 L 433.976379 292.725983 L 434.165344 292.423615 L 434.240967 292.083466 L 434.165344 291.743317 L 433.976379 291.440948 L 433.674011 291.251984 L 433.333862 291.176392 L 432.464539 291.176392 Z"/>
<path id="path101" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 342.13385 292.99054 L 342.13385 291.176392 L 341.226776 291.176392 L 340.886627 291.251984 L 340.584259 291.440948 L 340.395264 291.743317 L 340.319672 292.083466 L 340.395264 292.423615 L 340.584259 292.725983 L 340.886627 292.914948 L 341.226776 292.99054 L 342.13385 292.99054 Z"/>
<path id="path102" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 342.662994 297.752747 L 331.324402 292.083466 L 342.662994 286.451965 L 342.662994 297.752747 L 342.662994 297.752747 Z"/>
<path id="path103" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 376.036224 286.376373 L 388.62204 286.376373 L 388.62204 297.828339 L 376.036224 297.828339 L 376.036224 286.376373 Z"/>
<text id="text42" xml:space="preserve" x="375" y="297" font-family="Calibri" font-size="9.524409" fill="#607423">3</text>
<text id="text43" xml:space="preserve" x="380" y="297" font-family="Calibri" font-size="9.524409" fill="#607423">-</text>
<text id="text44" xml:space="preserve" x="383" y="297" font-family="Calibri" font-size="9.524409" fill="#607423">2</text>
<path id="path104" fill="none" stroke="#000000" stroke-width="0.907087" stroke-linejoin="round" d="M 240.804718 87.384277 L 240.804718 88.102356"/>
<path id="path105" fill="#000000" fill-rule="evenodd" stroke="none" d="M 240.351196 87.422058 L 241.25827 87.422058 L 241.25827 87.006287 L 241.220459 86.817322 L 241.107086 86.666138 L 240.955902 86.590576 L 240.804718 86.552734 L 240.615753 86.590576 L 240.50235 86.666138 L 240.388977 86.817322 L 240.351196 87.006287 L 240.351196 87.422058 Z"/>
<path id="path106" fill="#000000" fill-rule="evenodd" stroke="none" d="M 241.25827 88.064575 L 240.351196 88.064575 L 240.351196 88.480286 L 240.388977 88.669312 L 240.50235 88.820496 L 240.615753 88.896057 L 240.804718 88.933838 L 240.955902 88.896057 L 241.107086 88.820496 L 241.220459 88.669312 L 241.25827 88.480286 L 241.25827 88.064575 Z"/>
</g>
</svg>
media/DiscoveryAndGroupLightStateUpdatePhaseCallFlows.png

41.3 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by Pixelmator Pro 3.5.6 -->
<svg width="680" height="560" viewBox="0 0 680 560" xmlns="http://www.w3.org/2000/svg">
<clipPath id="clipPath1">
<path d="M -14.204723 -16.664581 L 703.867725 -16.664581 L 703.867725 570.069305 L -14.204723 570.069305 L -14.204723 -16.664581 Z"/>
</clipPath>
<g id="Group" clip-path="url(#clipPath1)">
<path id="Path" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 30.809448 30.125977 L 91.659836 30.125977 L 91.659836 60.551208 L 30.809448 60.551208 L 30.809448 30.125977 Z"/>
<path id="path1" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 30.809448 60.551208 L 91.659836 60.551208 L 91.659836 30.125977 L 30.809448 30.125977 L 30.809448 60.551208 Z"/>
<path id="path2" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 61.234642 18.333862 L 61.234642 18.333862 L 61.234642 18.333862 L 61.234642 18.333862 L 61.234642 18.333862 L 61.234642 18.333862 Z"/>
<path id="path3" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 61.234642 68.412598 L 61.234642 527.398438"/>
<path id="path4" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 60.932281 68.450378 L 61.53701 68.450378 L 61.53701 68.14801 L 61.499214 68.034668 L 61.461418 67.921265 L 61.34803 67.883484 L 61.234642 67.845642 L 61.121262 67.883484 L 61.007874 67.921265 L 60.970078 68.034668 L 60.932281 68.14801 L 60.932281 68.450378 Z"/>
<path id="path5" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 61.53701 527.360596 L 60.932281 527.360596 L 60.932281 527.662964 L 60.970078 527.776367 L 61.007874 527.889771 L 61.121262 527.965332 L 61.234642 527.965332 L 61.34803 527.965332 L 61.461418 527.889771 L 61.499214 527.776367 L 61.53701 527.662964 L 61.53701 527.360596 Z"/>
<path id="path6" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 17.656693 22.566956 L 104.812592 22.566956 L 104.812592 68.14801 L 17.656693 68.14801 L 17.656693 22.566956 Z"/>
<path id="path7" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 17.656693 68.14801 L 104.812592 68.14801 L 104.812592 22.566956 L 17.656693 22.566956 L 17.656693 68.14801 Z"/>
<text id="ADN" xml:space="preserve" x="33" y="52" font-family="Calibri" font-size="14.324409" fill="#ffffff">ADN</text>
<text id="-" xml:space="preserve" x="60" y="52" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
<text id="AE" xml:space="preserve" x="65" y="52" font-family="Calibri" font-size="14.324409" fill="#ffffff">AE</text>
<text id="1" xml:space="preserve" x="80" y="52" font-family="Calibri" font-size="14.324409" fill="#ffffff">1</text>
<path id="path8" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 120.686615 31.411011 L 181.499207 31.411011 L 181.499207 61.836243 L 120.686615 61.836243 L 120.686615 31.411011 Z"/>
<path id="path9" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 120.686615 61.836243 L 181.499207 61.836243 L 181.499207 31.411011 L 120.686615 31.411011 L 120.686615 61.836243 Z"/>
<text id="AND" xml:space="preserve" x="130" y="52" font-family="Calibri" font-size="10.733858" fill="#ffffff">AND</text>
<text id="text1" xml:space="preserve" x="150" y="52" font-family="Calibri" font-size="10.733858" fill="#ffffff">-</text>
<text id="text2" xml:space="preserve" x="153" y="52" font-family="Calibri" font-size="10.733858" fill="#ffffff">AE</text>
<text id="2" xml:space="preserve" x="165" y="52" font-family="Calibri" font-size="10.733858" fill="#ffffff">2</text>
<path id="path10" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 151.07402 19.581116 L 151.07402 19.581116 L 151.07402 19.581116 L 151.07402 19.581116 L 151.07402 19.581116 L 151.07402 19.581116 Z"/>
<path id="path11" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 151.07402 69.659851 L 151.07402 536.280273"/>
<path id="path12" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 150.809448 69.697632 L 151.376373 69.697632 L 151.376373 69.395264 L 151.376373 69.28186 L 151.300781 69.206299 L 151.187408 69.130737 L 151.07402 69.092896 L 150.960632 69.130737 L 150.88504 69.206299 L 150.809448 69.28186 L 150.809448 69.395264 L 150.809448 69.697632 Z"/>
<path id="path13" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 151.376373 536.242554 L 150.809448 536.242554 L 150.809448 536.544922 L 150.809448 536.658264 L 150.88504 536.771667 L 150.960632 536.847229 L 151.07402 536.847229 L 151.187408 536.847229 L 151.300781 536.771667 L 151.376373 536.658264 L 151.376373 536.544922 L 151.376373 536.242554 Z"/>
<path id="path14" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 107.533859 23.814148 L 194.651962 23.814148 L 194.651962 69.395264 L 107.533859 69.395264 L 107.533859 23.814148 Z"/>
<path id="path15" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 107.533859 69.395264 L 194.651962 69.395264 L 194.651962 23.814148 L 107.533859 23.814148 L 107.533859 69.395264 Z"/>
<text id="text3" xml:space="preserve" x="123" y="53" font-family="Calibri" font-size="14.324409" fill="#ffffff">ADN</text>
<text id="text4" xml:space="preserve" x="150" y="53" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
<text id="text5" xml:space="preserve" x="154" y="53" font-family="Calibri" font-size="14.324409" fill="#ffffff">AE</text>
<text id="text6" xml:space="preserve" x="170" y="53" font-family="Calibri" font-size="14.324409" fill="#ffffff">2</text>
<path id="path16" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 250.173218 32.658264 L 310.98584 32.658264 L 310.98584 63.083435 L 250.173218 63.083435 L 250.173218 32.658264 Z"/>
<path id="path17" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 250.173218 63.083435 L 310.98584 63.083435 L 310.98584 32.658264 L 250.173218 32.658264 L 250.173218 63.083435 Z"/>
<path id="path18" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 280.598419 20.86615 L 280.598419 20.86615 L 280.598419 20.86615 L 280.598419 20.86615 L 280.598419 20.86615 L 280.598419 20.86615 Z"/>
<path id="path19" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 280.598419 70.944885 L 280.598419 532.122803"/>
<path id="path20" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 280.296051 70.982666 L 280.863007 70.982666 L 280.863007 70.680298 L 280.863007 70.566956 L 280.787415 70.453552 L 280.711823 70.415771 L 280.598419 70.37793 L 280.485046 70.415771 L 280.371643 70.453552 L 280.296051 70.566956 L 280.296051 70.680298 L 280.296051 70.982666 Z"/>
<path id="path21" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 280.863007 532.085083 L 280.296051 532.085083 L 280.296051 532.38739 L 280.296051 532.500793 L 280.371643 532.576416 L 280.485046 532.651978 L 280.598419 532.689758 L 280.711823 532.651978 L 280.787415 532.576416 L 280.863007 532.500793 L 280.863007 532.38739 L 280.863007 532.085083 Z"/>
<path id="path22" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 237.020477 25.099182 L 324.13858 25.099182 L 324.13858 70.680298 L 237.020477 70.680298 L 237.020477 25.099182 Z"/>
<path id="path23" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 237.020477 70.680298 L 324.13858 70.680298 L 324.13858 25.099182 L 237.020477 25.099182 L 237.020477 70.680298 Z"/>
<text id="MN" xml:space="preserve" x="259" y="54" font-family="Calibri" font-size="14.324409" fill="#ffffff">MN</text>
<text id="text7" xml:space="preserve" x="281" y="54" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
<text id="text8" xml:space="preserve" x="285" y="54" font-family="Calibri" font-size="14.324409" fill="#ffffff">AE</text>
<path id="path24" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 445.839355 31.411011 L 506.651978 31.411011 L 506.651978 61.836243 L 445.839355 61.836243 L 445.839355 31.411011 Z"/>
<path id="path25" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 445.839355 61.836243 L 506.651978 61.836243 L 506.651978 31.411011 L 445.839355 31.411011 L 445.839355 61.836243 Z"/>
<path id="path26" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 476.226746 18.333862 L 476.226746 18.333862 L 476.226746 18.333862 L 476.226746 18.333862 L 476.226746 18.333862 L 476.226746 18.333862 Z"/>
<path id="path27" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 476.226746 70.944885 L 476.226746 536.280273"/>
<path id="path28" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 475.924438 70.982666 L 476.529114 70.982666 L 476.529114 70.680298 L 476.529114 70.566956 L 476.453552 70.453552 L 476.340149 70.415771 L 476.226746 70.37793 L 476.113403 70.415771 L 476.037781 70.453552 L 475.962219 70.566956 L 475.924438 70.680298 L 475.924438 70.982666 Z"/>
<path id="path29" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 476.529114 536.242554 L 475.924438 536.242554 L 475.924438 536.544922 L 475.962219 536.658264 L 476.037781 536.771667 L 476.113403 536.847229 L 476.226746 536.847229 L 476.340149 536.847229 L 476.453552 536.771667 L 476.529114 536.658264 L 476.529114 536.544922 L 476.529114 536.242554 Z"/>
<path id="path30" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 432.648804 22.566956 L 519.804749 22.566956 L 519.804749 70.680298 L 432.648804 70.680298 L 432.648804 22.566956 Z"/>
<path id="path31" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 432.648804 70.680298 L 519.804749 70.680298 L 519.804749 22.566956 L 432.648804 22.566956 L 432.648804 70.680298 Z"/>
<text id="text9" xml:space="preserve" x="451" y="53" font-family="Calibri" font-size="14.324409" fill="#ffffff">MN</text>
<text id="text10" xml:space="preserve" x="473" y="53" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
<text id="CSE" xml:space="preserve" x="478" y="53" font-family="Calibri" font-size="14.324409" fill="#ffffff">CSE</text>
<path id="path32" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 530.803162 32.658264 L 591.615723 32.658264 L 591.615723 63.083435 L 530.803162 63.083435 L 530.803162 32.658264 Z"/>
<path id="path33" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 530.803162 63.083435 L 591.615723 63.083435 L 591.615723 32.658264 L 530.803162 32.658264 L 530.803162 63.083435 Z"/>
<path id="path34" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 561.190552 20.86615 L 561.190552 20.86615 L 561.190552 20.86615 L 561.190552 20.86615 L 561.190552 20.86615 L 561.190552 20.86615 Z"/>
<path id="path35" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 561.190552 70.944885 L 561.190552 536.280273"/>
<path id="path36" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 560.925964 70.982666 L 561.49292 70.982666 L 561.49292 70.680298 L 561.49292 70.566956 L 561.417297 70.453552 L 561.303955 70.415771 L 561.190552 70.37793 L 561.077148 70.415771 L 561.001587 70.453552 L 560.925964 70.566956 L 560.925964 70.680298 L 560.925964 70.982666 Z"/>
<path id="path37" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 561.49292 536.242554 L 560.925964 536.242554 L 560.925964 536.544922 L 560.925964 536.658264 L 561.001587 536.771667 L 561.077148 536.847229 L 561.190552 536.847229 L 561.303955 536.847229 L 561.417297 536.771667 L 561.49292 536.658264 L 561.49292 536.544922 L 561.49292 536.242554 Z"/>
<path id="path38" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 529.518127 25.099182 L 592.900818 25.099182 L 592.900818 70.680298 L 529.518127 70.680298 L 529.518127 25.099182 Z"/>
<path id="path39" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 529.518127 70.680298 L 592.900818 70.680298 L 592.900818 25.099182 L 529.518127 25.099182 L 529.518127 70.680298 Z"/>
<text id="IN" xml:space="preserve" x="541" y="54" font-family="Calibri" font-size="14.324409" fill="#ffffff">IN</text>
<text id="text11" xml:space="preserve" x="554" y="54" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
<text id="text12" xml:space="preserve" x="558" y="54" font-family="Calibri" font-size="14.324409" fill="#ffffff">CSE</text>
<path id="path40" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 600.49762 32.658264 L 661.348022 32.658264 L 661.348022 63.083435 L 600.49762 63.083435 L 600.49762 32.658264 Z"/>
<path id="path41" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 600.49762 63.083435 L 661.348022 63.083435 L 661.348022 32.658264 L 600.49762 32.658264 L 600.49762 63.083435 Z"/>
<text id="text13" xml:space="preserve" x="619" y="53" font-family="Calibri" font-size="9.524409" fill="#ffffff">IN</text>
<text id="text14" xml:space="preserve" x="628" y="53" font-family="Calibri" font-size="9.524409" fill="#ffffff">-</text>
<text id="text15" xml:space="preserve" x="631" y="53" font-family="Calibri" font-size="9.524409" fill="#ffffff">AE</text>
<path id="path42" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 630.922852 20.86615 L 630.922852 20.86615 L 630.922852 20.86615 L 630.922852 20.86615 L 630.922852 20.86615 L 630.922852 20.86615 Z"/>
<path id="path43" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 630.922852 70.944885 L 630.922852 536.280273"/>
<path id="path44" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 630.620483 70.982666 L 631.22522 70.982666 L 631.22522 70.680298 L 631.187378 70.566956 L 631.149597 70.453552 L 631.036194 70.415771 L 630.922852 70.37793 L 630.809448 70.415771 L 630.733887 70.453552 L 630.658264 70.566956 L 630.620483 70.680298 L 630.620483 70.982666 Z"/>
<path id="path45" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 631.22522 536.242554 L 630.620483 536.242554 L 630.620483 536.544922 L 630.658264 536.658264 L 630.733887 536.771667 L 630.809448 536.847229 L 630.922852 536.847229 L 631.036194 536.847229 L 631.149597 536.771667 L 631.187378 536.658264 L 631.22522 536.544922 L 631.22522 536.242554 Z"/>
<path id="path46" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 599.212585 25.099182 L 662.633057 25.099182 L 662.633057 70.680298 L 599.212585 70.680298 L 599.212585 25.099182 Z"/>
<path id="path47" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 599.212585 70.680298 L 662.633057 70.680298 L 662.633057 25.099182 L 599.212585 25.099182 L 599.212585 70.680298 Z"/>
<text id="text16" xml:space="preserve" x="613" y="54" font-family="Calibri" font-size="14.324409" fill="#ffffff">IN</text>
<text id="text17" xml:space="preserve" x="627" y="54" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
<text id="text18" xml:space="preserve" x="631" y="54" font-family="Calibri" font-size="14.324409" fill="#ffffff">AE</text>
<path id="path48" fill="none" stroke="#7c9530" stroke-width="1.776378" stroke-linejoin="round" d="M 281.35434 154.623596 L 465.568481 154.623596"/>
<path id="path49" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 281.467712 155.530701 L 281.467712 153.754333 L 280.598419 153.754333 L 280.25827 153.829895 L 279.955902 154.018921 L 279.766937 154.283447 L 279.691345 154.623596 L 279.766937 155.001587 L 279.955902 155.266113 L 280.25827 155.455139 L 280.598419 155.530701 L 281.467712 155.530701 Z"/>
<path id="path50" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 465.455139 153.754333 L 465.455139 155.530701 L 466.362183 155.530701 L 466.702393 155.455139 L 466.966919 155.266113 L 467.193726 155.001587 L 467.231506 154.623596 L 467.193726 154.283447 L 466.966919 154.018921 L 466.702393 153.829895 L 466.362183 153.754333 L 465.455139 153.754333 Z"/>
<path id="path51" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 464.925964 148.992126 L 476.226746 154.623596 L 464.925964 160.292908 L 464.925964 148.992126 L 464.925964 148.992126 Z"/>
<path id="path52" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 375.993713 148.916565 L 380.831482 148.916565 L 380.831482 160.36853 L 375.993713 160.36853 L 375.993713 148.916565 Z"/>
<text id="text19" xml:space="preserve" x="375" y="159" font-family="Calibri" font-size="9.524409" fill="#607423">1</text>
<path id="path53" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 296.925995 89.048828 L 464.812622 89.048828 L 464.812622 142.226746 L 296.925995 142.226746 L 296.925995 89.048828 Z"/>
<path id="path54" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 296.925995 142.226746 L 464.812622 142.226746 L 464.812622 89.048828 L 296.925995 89.048828 L 296.925995 142.226746 Z"/>
<text id="Discovery-" xml:space="preserve" x="317" y="108" font-family="Calibri" font-size="11.943307" fill="#406fc5">Discovery</text>
<text id="text20" xml:space="preserve" x="366" y="108" font-family="Calibri" font-size="11.943307" fill="#406fc5">(</text>
<text id="GET" xml:space="preserve" x="370" y="108" font-family="Calibri" font-size="11.943307" fill="#406fc5">GET</text>
<text id="text21" xml:space="preserve" x="389" y="108" font-family="Calibri" font-size="11.943307" fill="#406fc5">)</text>
<text id="with-filter-" xml:space="preserve" x="396" y="108" font-family="Calibri" font-size="11.943307" fill="#406fc5">with filter</text>
<text id="criteria" xml:space="preserve" x="357" y="131" font-family="Calibri" font-size="11.943307" fill="#406fc5">criteria</text>
<text id="text22" xml:space="preserve" x="391" y="131" font-family="Calibri" font-size="11.943307" fill="#406fc5">(</text>
<text id="s" xml:space="preserve" x="395" y="131" font-family="Calibri" font-size="11.943307" fill="#406fc5">s</text>
<text id="text23" xml:space="preserve" x="399" y="131" font-family="Calibri" font-size="11.943307" fill="#406fc5">)</text>
<path id="path55" fill="none" stroke="#fd9759" stroke-width="1.776378" stroke-linejoin="round" d="M 475.470886 277.38269 L 291.256683 277.38269"/>
<path id="path56" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 475.357483 276.475586 L 475.357483 278.251953 L 476.226746 278.251953 L 476.566956 278.214172 L 476.869263 277.987427 L 477.058289 277.722839 L 477.13385 277.38269 L 477.058289 277.042542 L 476.869263 276.740173 L 476.566956 276.551208 L 476.226746 276.475586 L 475.357483 276.475586 Z"/>
<path id="path57" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 291.370087 278.251953 L 291.370087 276.475586 L 290.462982 276.475586 L 290.122833 276.551208 L 289.820465 276.740173 L 289.6315 277.042542 L 289.593689 277.38269 L 289.6315 277.722839 L 289.820465 277.987427 L 290.122833 278.214172 L 290.462982 278.251953 L 291.370087 278.251953 Z"/>
<path id="path58" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 291.8992 283.01416 L 280.598419 277.38269 L 291.8992 271.713379 L 291.8992 283.01416 L 291.8992 283.01416 Z"/>
<path id="path59" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 375.993713 271.637817 L 380.831482 271.637817 L 380.831482 283.089783 L 375.993713 283.089783 L 375.993713 271.637817 Z"/>
<text id="text24" xml:space="preserve" x="375" y="282" font-family="Calibri" font-size="9.524409" fill="#607423">2</text>
<path id="path60" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 294.847229 180.24884 L 464.812622 180.24884 L 464.812622 257.653564 L 294.847229 257.653564 L 294.847229 180.24884 Z"/>
<path id="path61" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 294.847229 257.653564 L 464.812622 257.653564 L 464.812622 180.24884 L 294.847229 180.24884 L 294.847229 257.653564 Z"/>
<text id="IDs-of-discovered-" xml:space="preserve" x="313" y="217" font-family="Calibri" font-size="11.943307" fill="#406fc5">IDs of discovered</text>
<text id="container" xml:space="preserve" x="399" y="217" font-family="Calibri" font-size="11.943307" fill="#406fc5">container</text>
<text id="resources" xml:space="preserve" x="355" y="232" font-family="Calibri" font-size="11.943307" fill="#406fc5">resources</text>
<path id="path62" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 159.955902 85.38269 L 268.881897 85.38269 L 268.881897 248.318115 L 159.955902 248.318115 L 159.955902 85.38269 Z"/>
<path id="path63" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 159.955902 248.318115 L 268.881897 248.318115 L 268.881897 85.38269 L 159.955902 85.38269 L 159.955902 248.318115 Z"/>
<text id="text25" xml:space="preserve" x="171" y="137" font-family="Calibri" font-size="11.943307" fill="#406fc5">MN</text>
<text id="text26" xml:space="preserve" x="189" y="137" font-family="Calibri" font-size="11.943307" fill="#406fc5">-</text>
<text id="text27" xml:space="preserve" x="193" y="137" font-family="Calibri" font-size="11.943307" fill="#406fc5">AE</text>
<text id="discovers-" xml:space="preserve" x="211" y="137" font-family="Calibri" font-size="11.943307" fill="#406fc5">discovers</text>
<text id="the-container-" xml:space="preserve" x="181" y="151" font-family="Calibri" font-size="11.943307" fill="#406fc5">the container</text>
<text id="resources-stored-in-" xml:space="preserve" x="167" y="165" font-family="Calibri" font-size="11.943307" fill="#406fc5">resources stored in</text>
<text id="text28" xml:space="preserve" x="182" y="180" font-family="Calibri" font-size="11.943307" fill="#406fc5">MN</text>
<text id="text29" xml:space="preserve" x="200" y="180" font-family="Calibri" font-size="11.943307" fill="#406fc5">-</text>
<text id="CSE-with-" xml:space="preserve" x="203" y="180" font-family="Calibri" font-size="11.943307" fill="#406fc5">CSE with</text>
<text id="specific-filter-" xml:space="preserve" x="182" y="194" font-family="Calibri" font-size="11.943307" fill="#406fc5">specific filter</text>
<text id="text30" xml:space="preserve" x="190" y="208" font-family="Calibri" font-size="11.943307" fill="#406fc5">criteria</text>
<text id="text31" xml:space="preserve" x="225" y="208" font-family="Calibri" font-size="11.943307" fill="#406fc5">(</text>
<text id="text32" xml:space="preserve" x="228" y="208" font-family="Calibri" font-size="11.943307" fill="#406fc5">s</text>
<text id="text33" xml:space="preserve" x="233" y="208" font-family="Calibri" font-size="11.943307" fill="#406fc5">)</text>
<path id="path64" fill="none" stroke="#7c9530" stroke-width="1.776378" stroke-linejoin="round" d="M 281.35434 467.266144 L 465.568481 467.266144"/>
<path id="path65" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 281.467712 468.173218 L 281.467712 466.396851 L 280.598419 466.396851 L 280.25827 466.472443 L 279.955902 466.661407 L 279.766937 466.925995 L 279.691345 467.266144 L 279.766937 467.606293 L 279.955902 467.908661 L 280.25827 468.097626 L 280.598419 468.173218 L 281.467712 468.173218 Z"/>
<path id="path66" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 465.455139 466.396851 L 465.455139 468.173218 L 466.362183 468.173218 L 466.702393 468.097626 L 466.966919 467.908661 L 467.193726 467.606293 L 467.231506 467.266144 L 467.193726 466.925995 L 466.966919 466.661407 L 466.702393 466.472443 L 466.362183 466.396851 L 465.455139 466.396851 Z"/>
<path id="path67" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 464.925964 461.634644 L 476.226746 467.266144 L 464.925964 472.935425 L 464.925964 461.634644 L 464.925964 461.634644 Z"/>
<path id="path68" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 375.993713 461.559052 L 380.831482 461.559052 L 380.831482 473.011017 L 375.993713 473.011017 L 375.993713 461.559052 Z"/>
<text id="3" xml:space="preserve" x="375" y="472" font-family="Calibri" font-size="9.524409" fill="#607423">3</text>
<path id="path69" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 159.955902 320.204712 L 268.881897 320.204712 L 268.881897 483.140167 L 159.955902 483.140167 L 159.955902 320.204712 Z"/>
<path id="path70" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 159.955902 483.140167 L 268.881897 483.140167 L 268.881897 320.204712 L 159.955902 320.204712 L 159.955902 483.140167 Z"/>
<text id="text34" xml:space="preserve" x="166" y="371" font-family="Calibri" font-size="11.943307" fill="#406fc5">MN</text>
<text id="text35" xml:space="preserve" x="184" y="371" font-family="Calibri" font-size="11.943307" fill="#406fc5">-</text>
<text id="AE-update" xml:space="preserve" x="187" y="371" font-family="Calibri" font-size="11.943307" fill="#406fc5">AE update</text>
<text id="text36" xml:space="preserve" x="237" y="371" font-family="Calibri" font-size="11.943307" fill="#406fc5">s</text>
<text id="the-" xml:space="preserve" x="245" y="371" font-family="Calibri" font-size="11.943307" fill="#406fc5">the</text>
<text id="group-resource-with-" xml:space="preserve" x="164" y="386" font-family="Calibri" font-size="11.943307" fill="#406fc5">group resource with</text>
<text id="the-IDs-of-the" xml:space="preserve" x="181" y="400" font-family="Calibri" font-size="11.943307" fill="#406fc5">the IDs of the</text>
<text id="discovered-" xml:space="preserve" x="187" y="414" font-family="Calibri" font-size="11.943307" fill="#406fc5">discovered</text>
<text id="container-resources" xml:space="preserve" x="165" y="429" font-family="Calibri" font-size="11.943307" fill="#406fc5">container resources</text>
<path id="path71" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 294.847229 329.577942 L 466.891357 329.577942 L 466.891357 435.933868 L 294.847229 435.933868 L 294.847229 329.577942 Z"/>
<path id="path72" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 294.847229 435.933868 L 466.891357 435.933868 L 466.891357 329.577942 L 294.847229 329.577942 L 294.847229 435.933868 Z"/>
<text id="Update-group-resource-members" xml:space="preserve" x="299" y="374" font-family="Calibri" font-size="11.943307" fill="#406fc5">Update group resource members</text>
<text id="with-IDs-of-discovered" xml:space="preserve" x="302" y="388" font-family="Calibri" font-size="11.943307" fill="#406fc5">with IDs of discovered container</text>
<text id="text37" xml:space="preserve" x="356" y="403" font-family="Calibri" font-size="11.943307" fill="#406fc5">resources</text>
<path id="path73" fill="#73ae42" fill-rule="evenodd" stroke="none" d="M 471.162231 175.524414 L 481.329163 175.524414 L 481.329163 277.38269 L 471.162231 277.38269 L 471.162231 175.524414 Z"/>
<path id="path74" fill="none" stroke="#6ca43e" stroke-width="0.604724" stroke-linejoin="round" d="M 481.329163 277.38269 L 481.329163 175.524414 L 471.162231 175.524414 L 471.162231 277.38269 L 481.329163 277.38269 Z"/>
</g>
</svg>
media/DiscoveryAndSingleLightRetrievalPhaseCallFlows.png

64.4 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by Pixelmator Pro 3.5.6 -->
<svg width="750" height="601" viewBox="0 0 750 601" xmlns="http://www.w3.org/2000/svg">
<g id="id3">
<path id="Path" fill="none" stroke="none" d="M 13.795277 14.713379 L 731.905518 14.713379 L 731.905518 600.766968 L 13.795277 600.766968 Z"/>
<path id="path1" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 25.587402 20.571655 L 86.51339 20.571655 L 86.51339 51.072449 L 25.587402 51.072449 L 25.587402 20.571655 Z"/>
<path id="path2" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 25.587402 51.072449 L 86.51339 51.072449 L 86.51339 20.571655 L 25.587402 20.571655 L 25.587402 51.072449 Z"/>
<path id="path3" fill="none" stroke="#5692c9" stroke-width="0.907087" stroke-linejoin="round" d="M 56.050392 51.450378 L 56.050392 572.231506"/>
<path id="path4" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 55.596848 51.526001 L 56.503937 51.526001 L 56.503937 51.072449 L 56.466141 50.883484 L 56.352753 50.770081 L 56.201576 50.656677 L 56.050392 50.618896 L 55.86142 50.656677 L 55.710236 50.770081 L 55.634644 50.883484 L 55.596848 51.072449 L 55.596848 51.526001 Z"/>
<path id="path5" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 56.503937 572.155884 L 55.596848 572.155884 L 55.596848 572.609436 L 55.634644 572.798462 L 55.710236 572.911804 L 55.86142 573.025208 L 56.050392 573.062988 L 56.201576 573.025208 L 56.352753 572.911804 L 56.466141 572.798462 L 56.503937 572.609436 L 56.503937 572.155884 Z"/>
<path id="path6" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 15.420471 20.571655 L 96.642517 20.571655 L 96.642517 51.072449 L 15.420471 51.072449 L 15.420471 20.571655 Z"/>
<path id="path7" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 15.420471 51.072449 L 96.642517 51.072449 L 96.642517 20.571655 L 15.420471 20.571655 L 15.420471 51.072449 Z"/>
<text id="ADN" xml:space="preserve" x="28" y="42" font-family="Calibri" font-size="14.324409" fill="#ffffff">ADN</text>
<text id="-" xml:space="preserve" x="55" y="42" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
<text id="AE" xml:space="preserve" x="59" y="42" font-family="Calibri" font-size="14.324409" fill="#ffffff">AE</text>
<text id="1" xml:space="preserve" x="75" y="42" font-family="Calibri" font-size="14.324409" fill="#ffffff">1</text>
<path id="path8" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 171.099213 20.571655 L 232.025208 20.571655 L 232.025208 51.072449 L 171.099213 51.072449 L 171.099213 20.571655 Z"/>
<path id="path9" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 171.099213 51.072449 L 232.025208 51.072449 L 232.025208 20.571655 L 171.099213 20.571655 L 171.099213 51.072449 Z"/>
<text id="AND" xml:space="preserve" x="181" y="41" font-family="Calibri" font-size="10.733858" fill="#ffffff">AND</text>
<text id="text1" xml:space="preserve" x="200" y="41" font-family="Calibri" font-size="10.733858" fill="#ffffff">-</text>
<text id="text2" xml:space="preserve" x="204" y="41" font-family="Calibri" font-size="10.733858" fill="#ffffff">AE</text>
<text id="2" xml:space="preserve" x="215" y="41" font-family="Calibri" font-size="10.733858" fill="#ffffff">2</text>
<path id="path10" fill="none" stroke="#5692c9" stroke-width="0.907087" stroke-linejoin="round" d="M 201.56221 51.450378 L 201.56221 578.996826"/>
<path id="path11" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 201.108658 51.526001 L 202.015747 51.526001 L 202.015747 51.072449 L 201.977951 50.883484 L 201.864563 50.770081 L 201.713379 50.656677 L 201.56221 50.618896 L 201.37323 50.656677 L 201.259842 50.770081 L 201.146454 50.883484 L 201.108658 51.072449 L 201.108658 51.526001 Z"/>
<path id="path12" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 202.015747 578.921265 L 201.108658 578.921265 L 201.108658 579.374817 L 201.146454 579.563782 L 201.259842 579.714966 L 201.37323 579.790527 L 201.56221 579.828369 L 201.713379 579.790527 L 201.864563 579.714966 L 201.977951 579.563782 L 202.015747 579.374817 L 202.015747 578.921265 Z"/>
<path id="path13" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 160.932281 20.571655 L 242.154327 20.571655 L 242.154327 51.072449 L 160.932281 51.072449 L 160.932281 20.571655 Z"/>
<path id="path14" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 160.932281 51.072449 L 242.154327 51.072449 L 242.154327 20.571655 L 160.932281 20.571655 L 160.932281 51.072449 Z"/>
<text id="text3" xml:space="preserve" x="173" y="42" font-family="Calibri" font-size="14.324409" fill="#ffffff">ADN</text>
<text id="text4" xml:space="preserve" x="200" y="42" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
<text id="text5" xml:space="preserve" x="205" y="42" font-family="Calibri" font-size="14.324409" fill="#ffffff">AE</text>
<text id="text6" xml:space="preserve" x="221" y="42" font-family="Calibri" font-size="14.324409" fill="#ffffff">2</text>
<path id="path15" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 292.913391 20.571655 L 353.839355 20.571655 L 353.839355 51.072449 L 292.913391 51.072449 L 292.913391 20.571655 Z"/>
<path id="path16" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 292.913391 51.072449 L 353.839355 51.072449 L 353.839355 20.571655 L 292.913391 20.571655 L 292.913391 51.072449 Z"/>
<path id="path17" fill="none" stroke="#5692c9" stroke-width="0.907087" stroke-linejoin="round" d="M 323.376373 51.450378 L 323.376373 578.996826"/>
<path id="path18" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 322.922821 51.526001 L 323.829926 51.526001 L 323.829926 51.072449 L 323.792114 50.883484 L 323.716522 50.770081 L 323.565369 50.656677 L 323.376373 50.618896 L 323.225189 50.656677 L 323.074005 50.770081 L 322.960632 50.883484 L 322.922821 51.072449 L 322.922821 51.526001 Z"/>
<path id="path19" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 323.829926 578.921265 L 322.922821 578.921265 L 322.922821 579.374817 L 322.960632 579.563782 L 323.074005 579.714966 L 323.225189 579.790527 L 323.376373 579.828369 L 323.565369 579.790527 L 323.716522 579.714966 L 323.792114 579.563782 L 323.829926 579.374817 L 323.829926 578.921265 Z"/>
<path id="path20" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 282.784241 20.571655 L 364.006287 20.571655 L 364.006287 51.072449 L 282.784241 51.072449 L 282.784241 20.571655 Z"/>
<path id="path21" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 282.784241 51.072449 L 364.006287 51.072449 L 364.006287 20.571655 L 282.784241 20.571655 L 282.784241 51.072449 Z"/>
<text id="MN" xml:space="preserve" x="301" y="42" font-family="Calibri" font-size="14.324409" fill="#ffffff">MN</text>
<text id="text7" xml:space="preserve" x="323" y="42" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
<text id="text8" xml:space="preserve" x="328" y="42" font-family="Calibri" font-size="14.324409" fill="#ffffff">AE</text>
<path id="path22" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 394.469299 22.272461 L 455.357483 22.272461 L 455.357483 52.773254 L 394.469299 52.773254 L 394.469299 22.272461 Z"/>
<path id="path23" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 394.469299 52.773254 L 455.357483 52.773254 L 455.357483 22.272461 L 394.469299 22.272461 L 394.469299 52.773254 Z"/>
<path id="path24" fill="none" stroke="#5692c9" stroke-width="0.907087" stroke-linejoin="round" d="M 424.894501 53.151184 L 424.894501 578.996826"/>
<path id="path25" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 424.440948 53.226746 L 425.348022 53.226746 L 425.348022 52.773254 L 425.310242 52.584229 L 425.23465 52.433044 L 425.083466 52.357483 L 424.894501 52.319702 L 424.743317 52.357483 L 424.592133 52.433044 L 424.478729 52.584229 L 424.440948 52.773254 L 424.440948 53.226746 Z"/>
<path id="path26" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 425.348022 578.921265 L 424.440948 578.921265 L 424.440948 579.374817 L 424.478729 579.563782 L 424.592133 579.714966 L 424.743317 579.790527 L 424.894501 579.828369 L 425.083466 579.790527 L 425.23465 579.714966 L 425.310242 579.563782 L 425.348022 579.374817 L 425.348022 578.921265 Z"/>
<path id="path27" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 384.302368 22.272461 L 465.524414 22.272461 L 465.524414 52.773254 L 384.302368 52.773254 L 384.302368 22.272461 Z"/>
<path id="path28" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 384.302368 52.773254 L 465.524414 52.773254 L 465.524414 22.272461 L 384.302368 22.272461 L 384.302368 52.773254 Z"/>
<text id="text9" xml:space="preserve" x="400" y="44" font-family="Calibri" font-size="14.324409" fill="#ffffff">MN</text>
<text id="text10" xml:space="preserve" x="422" y="44" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
<text id="CSE" xml:space="preserve" x="426" y="44" font-family="Calibri" font-size="14.324409" fill="#ffffff">CSE</text>
<path id="path29" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 516.283447 22.272461 L 577.171631 22.272461 L 577.171631 52.773254 L 516.283447 52.773254 L 516.283447 22.272461 Z"/>
<path id="path30" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 516.283447 52.773254 L 577.171631 52.773254 L 577.171631 22.272461 L 516.283447 22.272461 L 516.283447 52.773254 Z"/>
<path id="path31" fill="none" stroke="#5692c9" stroke-width="0.907087" stroke-linejoin="round" d="M 546.74646 53.151184 L 546.74646 578.996826"/>
<path id="path32" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 546.292908 53.226746 L 547.200012 53.226746 L 547.200012 52.773254 L 547.162231 52.584229 L 547.048828 52.433044 L 546.897644 52.357483 L 546.74646 52.319702 L 546.557495 52.357483 L 546.406311 52.433044 L 546.330688 52.584229 L 546.292908 52.773254 L 546.292908 53.226746 Z"/>
<path id="path33" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 547.200012 578.921265 L 546.292908 578.921265 L 546.292908 579.374817 L 546.330688 579.563782 L 546.406311 579.714966 L 546.557495 579.790527 L 546.74646 579.828369 L 546.897644 579.790527 L 547.048828 579.714966 L 547.162231 579.563782 L 547.200012 579.374817 L 547.200012 578.921265 Z"/>
<path id="path34" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 506.116516 22.272461 L 587.338562 22.272461 L 587.338562 52.773254 L 506.116516 52.773254 L 506.116516 22.272461 Z"/>
<path id="path35" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 506.116516 52.773254 L 587.338562 52.773254 L 587.338562 22.272461 L 506.116516 22.272461 L 506.116516 52.773254 Z"/>
<text id="IN" xml:space="preserve" x="526" y="44" font-family="Calibri" font-size="14.324409" fill="#ffffff">IN</text>
<text id="text11" xml:space="preserve" x="540" y="44" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
<text id="text12" xml:space="preserve" x="544" y="44" font-family="Calibri" font-size="14.324409" fill="#ffffff">CSE</text>
<path id="path36" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 660.094482 22.272461 L 721.020447 22.272461 L 721.020447 52.773254 L 660.094482 52.773254 L 660.094482 22.272461 Z"/>
<path id="path37" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 660.094482 52.773254 L 721.020447 52.773254 L 721.020447 22.272461 L 660.094482 22.272461 L 660.094482 52.773254 Z"/>
<path id="path38" fill="none" stroke="#5692c9" stroke-width="0.907087" stroke-linejoin="round" d="M 690.557495 53.151184 L 690.557495 578.996826"/>
<path id="path39" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 690.103943 53.226746 L 691.011047 53.226746 L 691.011047 52.773254 L 690.973206 52.584229 L 690.859863 52.433044 L 690.708679 52.357483 L 690.557495 52.319702 L 690.36853 52.357483 L 690.255127 52.433044 L 690.141724 52.584229 L 690.103943 52.773254 L 690.103943 53.226746 Z"/>
<path id="path40" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 691.011047 578.921265 L 690.103943 578.921265 L 690.103943 579.374817 L 690.141724 579.563782 L 690.255127 579.714966 L 690.36853 579.790527 L 690.557495 579.828369 L 690.708679 579.790527 L 690.859863 579.714966 L 690.973206 579.563782 L 691.011047 579.374817 L 691.011047 578.921265 Z"/>
<path id="path41" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 649.965332 22.272461 L 731.149597 22.272461 L 731.149597 52.773254 L 649.965332 52.773254 L 649.965332 22.272461 Z"/>
<path id="path42" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 649.965332 52.773254 L 731.149597 52.773254 L 731.149597 22.272461 L 649.965332 22.272461 L 649.965332 52.773254 Z"/>
<text id="text13" xml:space="preserve" x="673" y="44" font-family="Calibri" font-size="14.324409" fill="#ffffff">IN</text>
<text id="text14" xml:space="preserve" x="686" y="44" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
<text id="text15" xml:space="preserve" x="691" y="44" font-family="Calibri" font-size="14.324409" fill="#ffffff">AE</text>
<path id="path43" fill="none" stroke="#7c9530" stroke-width="1.776378" stroke-linejoin="round" d="M 689.763794 111.544861 L 557.404724 113.548035"/>
<path id="path44" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 689.650391 110.675598 L 689.688171 112.451965 L 690.557495 112.451965 L 690.897644 112.376404 L 691.200012 112.187378 L 691.388977 111.88501 L 691.464539 111.544861 L 691.388977 111.204712 L 691.162231 110.902344 L 690.897644 110.713379 L 690.557495 110.637817 L 689.650391 110.675598 Z"/>
<path id="path45" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 557.555908 114.455139 L 557.518127 112.678711 L 556.611023 112.678711 L 556.270874 112.754333 L 556.006287 112.943298 L 555.817322 113.245667 L 555.74176 113.585815 L 555.817322 113.925964 L 556.006287 114.228333 L 556.308655 114.417297 L 556.648804 114.455139 L 557.555908 114.455139 Z"/>
<path id="path46" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 558.122864 119.217346 L 546.74646 113.737 L 557.97168 107.878723 L 558.122864 119.217346 L 558.122864 119.217346 Z"/>
<path id="path47" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 612.35907 106.896057 L 624.944885 106.896057 L 624.944885 118.385803 L 612.35907 118.385803 L 612.35907 106.896057 Z"/>
<text id="text16" xml:space="preserve" x="611" y="117" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
<text id="text17" xml:space="preserve" x="616" y="117" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text18" xml:space="preserve" x="619" y="117" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
<path id="path48" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 563.338562 59.727539 L 676.686584 59.727539 L 676.686584 102.927551 L 563.338562 102.927551 L 563.338562 59.727539 Z"/>
<path id="path49" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 563.338562 102.927551 L 676.686584 102.927551 L 676.686584 59.727539 L 563.338562 59.727539 L 563.338562 102.927551 Z"/>
<text id="Discovery-single-light-" xml:space="preserve" x="568" y="73" font-family="Calibri" font-size="11.640945" fill="#406fc5">Discovery single light</text>
<text id="container-with-filter-" xml:space="preserve" x="571" y="87" font-family="Calibri" font-size="11.640945" fill="#406fc5">container with filter</text>
<text id="criterias" xml:space="preserve" x="599" y="101" font-family="Calibri" font-size="11.640945" fill="#406fc5">criterias</text>
<path id="path50" fill="#73ae42" fill-rule="evenodd" stroke="none" d="M 429.996857 188.231506 L 429.996857 113.737 L 419.829926 113.737 L 419.829926 188.231506 L 429.996857 188.231506 L 429.996857 188.231506 Z"/>
<path id="path51" fill="none" stroke="#6ca43e" stroke-width="0.907087" stroke-linejoin="round" d="M 429.996857 188.231506 L 429.996857 113.737 L 419.829926 113.737 L 419.829926 188.231506 L 429.996857 188.231506 Z"/>
<path id="path52" fill="none" stroke="#fd9759" stroke-width="1.776378" stroke-linejoin="round" d="M 425.688202 188.231506 L 536.050415 188.231506"/>
<path id="path53" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 425.801575 189.138611 L 425.801575 187.324402 L 424.894501 187.324402 L 424.554321 187.400024 L 424.289764 187.588989 L 424.062988 187.891357 L 424.025208 188.231506 L 424.062988 188.571655 L 424.289764 188.874023 L 424.554321 189.062988 L 424.894501 189.138611 L 425.801575 189.138611 Z"/>
<path id="path54" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 535.937012 187.324402 L 535.937012 189.138611 L 536.844116 189.138611 L 537.184265 189.062988 L 537.448792 188.874023 L 537.675598 188.571655 L 537.713379 188.231506 L 537.675598 187.891357 L 537.448792 187.588989 L 537.184265 187.400024 L 536.844116 187.324402 L 535.937012 187.324402 Z"/>
<path id="path55" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 535.407898 182.562195 L 546.74646 188.231506 L 535.407898 193.900818 L 535.407898 182.562195 L 535.407898 182.562195 Z"/>
<path id="path56" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 479.508667 182.486633 L 492.132263 182.486633 L 492.132263 193.976379 L 479.508667 193.976379 L 479.508667 182.486633 Z"/>
<text id="text19" xml:space="preserve" x="479" y="193" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
<text id="text20" xml:space="preserve" x="483" y="193" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text21" xml:space="preserve" x="486" y="193" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
<path id="path57" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 563.64093 122.203125 L 676.686584 122.203125 L 676.686584 183.166931 L 563.64093 183.166931 L 563.64093 122.203125 Z"/>
<path id="path58" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 563.64093 183.166931 L 676.686584 183.166931 L 676.686584 122.203125 L 563.64093 122.203125 L 563.64093 183.166931 Z"/>
<text id="URIs-of-discovered-" xml:space="preserve" x="574" y="144" font-family="Calibri" font-size="11.640945" fill="#406fc5">URIs of discovered</text>
<text id="container-" xml:space="preserve" x="571" y="158" font-family="Calibri" font-size="11.640945" fill="#406fc5">container</text>
<text id="resources-" xml:space="preserve" x="620" y="158" font-family="Calibri" font-size="11.640945" fill="#406fc5">resources</text>
<text id="are-responded" xml:space="preserve" x="584" y="173" font-family="Calibri" font-size="11.640945" fill="#406fc5">are responded</text>
<path id="path59" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 272.314972 110.033081 L 385.662994 110.033081 L 385.662994 188.722839 L 272.314972 188.722839 L 272.314972 110.033081 Z"/>
<path id="path60" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 272.314972 188.722839 L 385.662994 188.722839 L 385.662994 110.033081 L 272.314972 110.033081 L 272.314972 188.722839 Z"/>
<text id="text22" xml:space="preserve" x="278" y="141" font-family="Calibri" font-size="11.640945" fill="#406fc5">IN</text>
<text id="text23" xml:space="preserve" x="288" y="141" font-family="Calibri" font-size="11.640945" fill="#406fc5">-</text>
<text id="text24" xml:space="preserve" x="292" y="141" font-family="Calibri" font-size="11.640945" fill="#406fc5">AE</text>
<text id="discovers-" xml:space="preserve" x="307" y="141" font-family="Calibri" font-size="11.640945" fill="#406fc5">discovers</text>
<text id="each-" xml:space="preserve" x="355" y="141" font-family="Calibri" font-size="11.640945" fill="#406fc5">each</text>
<text id="single" xml:space="preserve" x="277" y="155" font-family="Calibri" font-size="11.640945" fill="#406fc5">single</text>
<text id="light-container-" xml:space="preserve" x="308" y="155" font-family="Calibri" font-size="11.640945" fill="#406fc5">light container</text>
<text id="located" xml:space="preserve" x="283" y="169" font-family="Calibri" font-size="11.640945" fill="#406fc5">located</text>
<text id="in-MN" xml:space="preserve" x="322" y="169" font-family="Calibri" font-size="11.640945" fill="#406fc5">in MN</text>
<text id="text25" xml:space="preserve" x="352" y="169" font-family="Calibri" font-size="11.640945" fill="#406fc5">-</text>
<text id="text26" xml:space="preserve" x="355" y="169" font-family="Calibri" font-size="11.640945" fill="#406fc5">CSE</text>
<path id="path61" fill="none" stroke="#7c9530" stroke-width="1.776378" stroke-linejoin="round" d="M 689.763794 289.825195 L 557.404724 289.825195"/>
<path id="path62" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 689.650391 288.918091 L 689.650391 290.7323 L 690.557495 290.7323 L 690.897644 290.656677 L 691.200012 290.467712 L 691.388977 290.165344 L 691.464539 289.825195 L 691.388977 289.485046 L 691.200012 289.182678 L 690.897644 288.993713 L 690.557495 288.918091 L 689.650391 288.918091 Z"/>
<path id="path63" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 557.518127 290.7323 L 557.518127 288.918091 L 556.648804 288.918091 L 556.308655 288.993713 L 556.006287 289.182678 L 555.817322 289.485046 L 555.74176 289.825195 L 555.817322 290.165344 L 556.006287 290.467712 L 556.308655 290.656677 L 556.648804 290.7323 L 557.518127 290.7323 Z"/>
<path id="path64" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 558.047241 295.494507 L 546.74646 289.825195 L 558.047241 284.155884 L 558.047241 295.494507 L 558.047241 295.494507 Z"/>
<path id="path65" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 608.466125 284.080322 L 628.837769 284.080322 L 628.837769 295.570068 L 608.466125 295.570068 L 608.466125 284.080322 Z"/>
<text id="3" xml:space="preserve" x="607" y="295" font-family="Calibri" font-size="9.864567" fill="#607423">3</text>
<text id="text27" xml:space="preserve" x="612" y="295" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text28" xml:space="preserve" x="615" y="295" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
<text id="text29" xml:space="preserve" x="620" y="295" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text30" xml:space="preserve" x="623" y="295" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
<path id="path66" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 563.64093 201.951172 L 676.686584 201.951172 L 676.686584 280.678711 L 563.64093 280.678711 L 563.64093 201.951172 Z"/>
<path id="path67" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 563.64093 280.678711 L 676.686584 280.678711 L 676.686584 201.951172 L 563.64093 201.951172 L 563.64093 280.678711 Z"/>
<text id="retrieval-of-" xml:space="preserve" x="568" y="225" font-family="Calibri" font-size="11.640945" fill="#406fc5">retrieval of</text>
<text id="the-latest-" xml:space="preserve" x="624" y="225" font-family="Calibri" font-size="11.640945" fill="#406fc5">the latest</text>
<text id="content-instance-" xml:space="preserve" x="579" y="240" font-family="Calibri" font-size="11.640945" fill="#406fc5">content instance</text>
<text id="from-discovered-light-" xml:space="preserve" x="568" y="254" font-family="Calibri" font-size="11.640945" fill="#406fc5">from discovered light</text>
<text id="container-light" xml:space="preserve" x="581" y="268" font-family="Calibri" font-size="11.640945" fill="#406fc5">container light</text>
<text id="text31" xml:space="preserve" x="651" y="268" font-family="Calibri" font-size="11.640945" fill="#406fc5">1</text>
<path id="path68" fill="#73ae42" fill-rule="evenodd" stroke="none" d="M 429.996857 374.486603 L 429.996857 289.825195 L 419.829926 289.825195 L 419.829926 374.486603 L 429.996857 374.486603 L 429.996857 374.486603 Z"/>
<path id="path69" fill="none" stroke="#6ca43e" stroke-width="0.907087" stroke-linejoin="round" d="M 429.996857 374.486603 L 429.996857 289.825195 L 419.829926 289.825195 L 419.829926 374.486603 L 429.996857 374.486603 Z"/>
<path id="path70" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 563.64093 305.056702 L 676.686584 305.056702 L 676.686584 366.020477 L 563.64093 366.020477 L 563.64093 305.056702 Z"/>
<path id="path71" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 563.64093 366.020477 L 676.686584 366.020477 L 676.686584 305.056702 L 563.64093 305.056702 L 563.64093 366.020477 Z"/>
<text id="the-latest-content-" xml:space="preserve" x="576" y="327" font-family="Calibri" font-size="11.640945" fill="#406fc5">the latest content</text>
<text id="instance-of-container-" xml:space="preserve" x="568" y="341" font-family="Calibri" font-size="11.640945" fill="#406fc5">instance of container</text>
<text id="light" xml:space="preserve" x="573" y="355" font-family="Calibri" font-size="11.640945" fill="#406fc5">light</text>
<text id="1-" xml:space="preserve" x="594" y="355" font-family="Calibri" font-size="11.640945" fill="#406fc5">1</text>
<text id="i" xml:space="preserve" x="603" y="355" font-family="Calibri" font-size="11.640945" fill="#406fc5">i</text>
<text id="s-responded" xml:space="preserve" x="606" y="355" font-family="Calibri" font-size="11.640945" fill="#406fc5">s responded</text>
<path id="path72" fill="none" stroke="#fd9759" stroke-width="1.776378" stroke-linejoin="round" d="M 425.688202 374.486603 L 536.050415 374.486603"/>
<path id="path73" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 425.801575 375.393707 L 425.801575 373.579529 L 424.894501 373.579529 L 424.554321 373.655121 L 424.289764 373.844086 L 424.062988 374.146454 L 424.025208 374.486603 L 424.062988 374.826782 L 424.289764 375.12912 L 424.554321 375.318115 L 424.894501 375.393707 L 425.801575 375.393707 Z"/>
<path id="path74" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 535.937012 373.579529 L 535.937012 375.393707 L 536.844116 375.393707 L 537.184265 375.318115 L 537.448792 375.12912 L 537.675598 374.826782 L 537.713379 374.486603 L 537.675598 374.146454 L 537.448792 373.844086 L 537.184265 373.655121 L 536.844116 373.579529 L 535.937012 373.579529 Z"/>
<path id="path75" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 535.407898 368.817322 L 546.74646 374.486603 L 535.407898 380.155914 L 535.407898 368.817322 L 535.407898 368.817322 Z"/>
<path id="path76" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 475.653534 368.74173 L 495.987427 368.74173 L 495.987427 380.231506 L 475.653534 380.231506 L 475.653534 368.74173 Z"/>
<text id="4" xml:space="preserve" x="475" y="379" font-family="Calibri" font-size="9.864567" fill="#607423">4</text>
<text id="text32" xml:space="preserve" x="479" y="379" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text33" xml:space="preserve" x="482" y="379" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
<text id="text34" xml:space="preserve" x="487" y="379" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text35" xml:space="preserve" x="490" y="379" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
<path id="path77" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 272.61731 288.313416 L 385.662994 288.313416 L 385.662994 384.237793 L 272.61731 384.237793 L 272.61731 288.313416 Z"/>
<path id="path78" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 272.61731 384.237793 L 385.662994 384.237793 L 385.662994 288.313416 L 272.61731 288.313416 L 272.61731 384.237793 Z"/>
<text id="text36" xml:space="preserve" x="277" y="313" font-family="Calibri" font-size="11.640945" fill="#406fc5">retrieval of</text>
<text id="text37" xml:space="preserve" x="333" y="313" font-family="Calibri" font-size="11.640945" fill="#406fc5">the latest</text>
<text id="text38" xml:space="preserve" x="288" y="328" font-family="Calibri" font-size="11.640945" fill="#406fc5">content instance</text>
<text id="from-each-" xml:space="preserve" x="303" y="342" font-family="Calibri" font-size="11.640945" fill="#406fc5">from each</text>
<text id="discovered-single-" xml:space="preserve" x="286" y="356" font-family="Calibri" font-size="11.640945" fill="#406fc5">discovered single</text>
<text id="light-container" xml:space="preserve" x="293" y="371" font-family="Calibri" font-size="11.640945" fill="#406fc5">light container</text>
<path id="path79" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 563.64093 393.11969 L 676.686584 393.11969 L 676.686584 454.083466 L 563.64093 454.083466 L 563.64093 393.11969 Z"/>
<path id="path80" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 563.64093 454.083466 L 676.686584 454.083466 L 676.686584 393.11969 L 563.64093 393.11969 L 563.64093 454.083466 Z"/>
<text id="text39" xml:space="preserve" x="568" y="408" font-family="Calibri" font-size="11.640945" fill="#406fc5">retrieval of</text>
<text id="text40" xml:space="preserve" x="624" y="408" font-family="Calibri" font-size="11.640945" fill="#406fc5">the latest</text>
<text id="text41" xml:space="preserve" x="579" y="422" font-family="Calibri" font-size="11.640945" fill="#406fc5">content instance</text>
<text id="text42" xml:space="preserve" x="568" y="436" font-family="Calibri" font-size="11.640945" fill="#406fc5">from discovered light</text>
<text id="text43" xml:space="preserve" x="581" y="451" font-family="Calibri" font-size="11.640945" fill="#406fc5">container light</text>
<text id="text44" xml:space="preserve" x="651" y="451" font-family="Calibri" font-size="11.640945" fill="#406fc5">2</text>
<path id="path81" fill="#73ae42" fill-rule="evenodd" stroke="none" d="M 429.996857 547.21106 L 429.996857 462.549591 L 419.829926 462.549591 L 419.829926 547.21106 L 429.996857 547.21106 L 429.996857 547.21106 Z"/>
<path id="path82" fill="none" stroke="#6ca43e" stroke-width="0.907087" stroke-linejoin="round" d="M 429.996857 547.21106 L 429.996857 462.549591 L 419.829926 462.549591 L 419.829926 547.21106 L 429.996857 547.21106 Z"/>
<path id="path83" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 563.64093 481.182678 L 676.686584 481.182678 L 676.686584 542.146484 L 563.64093 542.146484 L 563.64093 481.182678 Z"/>
<path id="path84" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 563.64093 542.146484 L 676.686584 542.146484 L 676.686584 481.182678 L 563.64093 481.182678 L 563.64093 542.146484 Z"/>
<text id="text45" xml:space="preserve" x="576" y="503" font-family="Calibri" font-size="11.640945" fill="#406fc5">the latest content</text>
<text id="text46" xml:space="preserve" x="568" y="517" font-family="Calibri" font-size="11.640945" fill="#406fc5">instance of container</text>
<text id="text47" xml:space="preserve" x="573" y="532" font-family="Calibri" font-size="11.640945" fill="#406fc5">light</text>
<text id="2-" xml:space="preserve" x="594" y="532" font-family="Calibri" font-size="11.640945" fill="#406fc5">2</text>
<text id="text48" xml:space="preserve" x="603" y="532" font-family="Calibri" font-size="11.640945" fill="#406fc5">i</text>
<text id="text49" xml:space="preserve" x="606" y="532" font-family="Calibri" font-size="11.640945" fill="#406fc5">s responded</text>
<path id="path85" fill="none" stroke="#7c9530" stroke-width="1.776378" stroke-linejoin="round" d="M 545.952759 113.737 L 440.655121 113.737"/>
<path id="path86" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 545.839355 112.829895 L 545.839355 114.606323 L 546.74646 114.606323 L 547.086609 114.568481 L 547.351196 114.341736 L 547.577942 114.077148 L 547.615723 113.737 L 547.577942 113.396851 L 547.351196 113.094482 L 547.086609 112.905518 L 546.74646 112.829895 L 545.839355 112.829895 Z"/>
<path id="path87" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 440.768494 114.606323 L 440.768494 112.829895 L 439.8992 112.829895 L 439.559052 112.905518 L 439.256683 113.094482 L 439.067719 113.396851 L 438.992126 113.737 L 439.067719 114.077148 L 439.256683 114.341736 L 439.559052 114.568481 L 439.8992 114.606323 L 440.768494 114.606323 Z"/>
<path id="path88" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 441.297638 119.36853 L 429.996857 113.737 L 441.297638 108.067688 L 441.297638 119.36853 L 441.297638 119.36853 Z"/>
<path id="path89" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 482.040955 107.992126 L 494.664551 107.992126 L 494.664551 119.444092 L 482.040955 119.444092 L 482.040955 107.992126 Z"/>
<text id="text50" xml:space="preserve" x="481" y="119" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
<text id="text51" xml:space="preserve" x="486" y="119" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text52" xml:space="preserve" x="489" y="119" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
<path id="path90" fill="none" stroke="#fd9759" stroke-width="1.776378" stroke-linejoin="round" d="M 547.50238 188.231506 L 679.861389 188.231506"/>
<path id="path91" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 547.615723 189.138611 L 547.615723 187.324402 L 546.74646 187.324402 L 546.406311 187.400024 L 546.103943 187.588989 L 545.914978 187.891357 L 545.839355 188.231506 L 545.914978 188.571655 L 546.103943 188.874023 L 546.406311 189.062988 L 546.74646 189.138611 L 547.615723 189.138611 Z"/>
<path id="path92" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 679.748047 187.324402 L 679.748047 189.138611 L 680.65509 189.138611 L 680.9953 189.062988 L 681.297607 188.874023 L 681.486633 188.571655 L 681.562195 188.231506 L 681.486633 187.891357 L 681.297607 187.588989 L 680.9953 187.400024 L 680.65509 187.324402 L 679.748047 187.324402 Z"/>
<path id="path93" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 679.256714 182.562195 L 690.557495 188.231506 L 679.256714 193.900818 L 679.256714 182.562195 L 679.256714 182.562195 Z"/>
<path id="path94" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 612.35907 182.486633 L 624.944885 182.486633 L 624.944885 193.976379 L 612.35907 193.976379 L 612.35907 182.486633 Z"/>
<text id="text53" xml:space="preserve" x="611" y="193" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
<text id="text54" xml:space="preserve" x="616" y="193" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text55" xml:space="preserve" x="619" y="193" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
<path id="path95" fill="none" stroke="#7c9530" stroke-width="1.776378" stroke-linejoin="round" d="M 545.952759 289.825195 L 435.590546 289.825195"/>
<path id="path96" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 545.839355 288.918091 L 545.839355 290.7323 L 546.74646 290.7323 L 547.086609 290.656677 L 547.351196 290.467712 L 547.577942 290.165344 L 547.615723 289.825195 L 547.577942 289.485046 L 547.351196 289.182678 L 547.086609 288.993713 L 546.74646 288.918091 L 545.839355 288.918091 Z"/>
<path id="path97" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 435.703949 290.7323 L 435.703949 288.918091 L 434.796844 288.918091 L 434.456696 288.993713 L 434.192139 289.182678 L 433.965363 289.485046 L 433.927551 289.825195 L 433.965363 290.165344 L 434.192139 290.467712 L 434.456696 290.656677 L 434.796844 290.7323 L 435.703949 290.7323 Z"/>
<path id="path98" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 436.233063 295.494507 L 424.894501 289.825195 L 436.233063 284.155884 L 436.233063 295.494507 L 436.233063 295.494507 Z"/>
<path id="path99" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 475.653534 284.080322 L 495.987427 284.080322 L 495.987427 295.570068 L 475.653534 295.570068 L 475.653534 284.080322 Z"/>
<text id="text56" xml:space="preserve" x="475" y="295" font-family="Calibri" font-size="9.864567" fill="#607423">3</text>
<text id="text57" xml:space="preserve" x="479" y="295" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text58" xml:space="preserve" x="482" y="295" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
<text id="text59" xml:space="preserve" x="487" y="295" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text60" xml:space="preserve" x="490" y="295" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
<path id="path100" fill="none" stroke="#fd9759" stroke-width="1.776378" stroke-linejoin="round" d="M 547.50238 374.486603 L 679.861389 374.486603"/>
<path id="path101" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 547.615723 375.393707 L 547.615723 373.579529 L 546.74646 373.579529 L 546.406311 373.655121 L 546.103943 373.844086 L 545.914978 374.146454 L 545.839355 374.486603 L 545.914978 374.826782 L 546.103943 375.12912 L 546.406311 375.318115 L 546.74646 375.393707 L 547.615723 375.393707 Z"/>
<path id="path102" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 679.748047 373.579529 L 679.748047 375.393707 L 680.65509 375.393707 L 680.9953 375.318115 L 681.297607 375.12912 L 681.486633 374.826782 L 681.562195 374.486603 L 681.486633 374.146454 L 681.297607 373.844086 L 680.9953 373.655121 L 680.65509 373.579529 L 679.748047 373.579529 Z"/>
<path id="path103" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 679.256714 368.817322 L 690.557495 374.486603 L 679.256714 380.155914 L 679.256714 368.817322 L 679.256714 368.817322 Z"/>
<path id="path104" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 608.466125 368.74173 L 628.837769 368.74173 L 628.837769 380.231506 L 608.466125 380.231506 L 608.466125 368.74173 Z"/>
<text id="text61" xml:space="preserve" x="607" y="379" font-family="Calibri" font-size="9.864567" fill="#607423">4</text>
<text id="text62" xml:space="preserve" x="612" y="379" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text63" xml:space="preserve" x="615" y="379" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
<text id="text64" xml:space="preserve" x="620" y="379" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text65" xml:space="preserve" x="623" y="379" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
<path id="path105" fill="none" stroke="#7c9530" stroke-width="1.776378" stroke-linejoin="round" d="M 689.99054 466.6315 L 557.593689 466.6315"/>
<path id="path106" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 689.839355 465.724396 L 689.839355 467.500793 L 690.74646 467.500793 L 691.086609 467.462982 L 691.388977 467.236206 L 691.577942 466.971649 L 691.653564 466.6315 L 691.577942 466.291351 L 691.388977 465.988983 L 691.086609 465.799988 L 690.74646 465.724396 L 689.839355 465.724396 Z"/>
<path id="path107" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 557.707092 467.500793 L 557.707092 465.724396 L 556.837769 465.724396 L 556.49762 465.799988 L 556.195251 465.988983 L 556.006287 466.291351 L 555.930725 466.6315 L 556.006287 466.971649 L 556.195251 467.236206 L 556.49762 467.462982 L 556.837769 467.500793 L 557.707092 467.500793 Z"/>
<path id="path108" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 558.236206 472.263 L 546.935425 466.6315 L 558.236206 460.962219 L 558.236206 472.263 L 558.236206 472.263 Z"/>
<path id="path109" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 608.65509 460.886627 L 629.026794 460.886627 L 629.026794 472.338593 L 608.65509 472.338593 L 608.65509 460.886627 Z"/>
<text id="text66" xml:space="preserve" x="608" y="471" font-family="Calibri" font-size="9.864567" fill="#607423">3</text>
<text id="text67" xml:space="preserve" x="612" y="471" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text68" xml:space="preserve" x="615" y="471" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
<text id="text69" xml:space="preserve" x="620" y="471" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text70" xml:space="preserve" x="623" y="471" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
<path id="path110" fill="none" stroke="#7c9530" stroke-width="1.776378" stroke-linejoin="round" d="M 546.141724 466.6315 L 435.779541 466.6315"/>
<path id="path111" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 546.02832 465.724396 L 546.02832 467.500793 L 546.935425 467.500793 L 547.275574 467.462982 L 547.577942 467.236206 L 547.766907 466.971649 L 547.804749 466.6315 L 547.766907 466.291351 L 547.577942 465.988983 L 547.275574 465.799988 L 546.935425 465.724396 L 546.02832 465.724396 Z"/>
<path id="path112" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 435.892914 467.500793 L 435.892914 465.724396 L 434.98584 465.724396 L 434.64566 465.799988 L 434.381104 465.988983 L 434.192139 466.291351 L 434.116547 466.6315 L 434.192139 466.971649 L 434.381104 467.236206 L 434.64566 467.462982 L 434.98584 467.500793 L 435.892914 467.500793 Z"/>
<path id="path113" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 436.422058 472.263 L 425.083466 466.6315 L 436.422058 460.962219 L 436.422058 472.263 L 436.422058 472.263 Z"/>
<path id="path114" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 475.842529 460.886627 L 496.214172 460.886627 L 496.214172 472.338593 L 475.842529 472.338593 L 475.842529 460.886627 Z"/>
<text id="text71" xml:space="preserve" x="475" y="471" font-family="Calibri" font-size="9.864567" fill="#607423">3</text>
<text id="text72" xml:space="preserve" x="480" y="471" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text73" xml:space="preserve" x="483" y="471" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
<text id="text74" xml:space="preserve" x="487" y="471" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text75" xml:space="preserve" x="490" y="471" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
<path id="path115" fill="none" stroke="#fd9759" stroke-width="1.776378" stroke-linejoin="round" d="M 425.877167 550.234619 L 536.23938 550.234619"/>
<path id="path116" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 425.99054 551.141724 L 425.99054 549.365356 L 425.083466 549.365356 L 424.743317 549.440918 L 424.478729 549.629883 L 424.289764 549.894531 L 424.214172 550.234619 L 424.289764 550.61261 L 424.478729 550.877197 L 424.743317 551.066162 L 425.083466 551.141724 L 425.99054 551.141724 Z"/>
<path id="path117" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 536.125977 549.365356 L 536.125977 551.141724 L 537.033081 551.141724 L 537.37323 551.066162 L 537.675598 550.877197 L 537.864563 550.61261 L 537.902344 550.234619 L 537.864563 549.894531 L 537.675598 549.629883 L 537.37323 549.440918 L 537.033081 549.365356 L 536.125977 549.365356 Z"/>
<path id="path118" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 535.596863 544.603149 L 546.935425 550.234619 L 535.596863 555.903931 L 535.596863 544.603149 L 535.596863 544.603149 Z"/>
<path id="path119" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 475.842529 544.527588 L 496.214172 544.527588 L 496.214172 555.979492 L 475.842529 555.979492 L 475.842529 544.527588 Z"/>
<text id="text76" xml:space="preserve" x="475" y="555" font-family="Calibri" font-size="9.864567" fill="#607423">4</text>
<text id="text77" xml:space="preserve" x="480" y="555" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text78" xml:space="preserve" x="483" y="555" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
<text id="text79" xml:space="preserve" x="487" y="555" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text80" xml:space="preserve" x="490" y="555" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
<path id="path120" fill="none" stroke="#fd9759" stroke-width="1.776378" stroke-linejoin="round" d="M 547.691345 550.234619 L 680.088196 550.234619"/>
<path id="path121" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 547.804749 551.141724 L 547.804749 549.365356 L 546.935425 549.365356 L 546.595276 549.440918 L 546.292908 549.629883 L 546.103943 549.894531 L 546.02832 550.234619 L 546.103943 550.61261 L 546.292908 550.877197 L 546.595276 551.066162 L 546.935425 551.141724 L 547.804749 551.141724 Z"/>
<path id="path122" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 679.937012 549.365356 L 679.937012 551.141724 L 680.844116 551.141724 L 681.184265 551.066162 L 681.486633 550.877197 L 681.675598 550.61261 L 681.75116 550.234619 L 681.675598 549.894531 L 681.486633 549.629883 L 681.184265 549.440918 L 680.844116 549.365356 L 679.937012 549.365356 Z"/>
<path id="path123" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 679.445679 544.603149 L 690.74646 550.234619 L 679.445679 555.903931 L 679.445679 544.603149 L 679.445679 544.603149 Z"/>
<path id="path124" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 608.65509 544.527588 L 629.026794 544.527588 L 629.026794 555.979492 L 608.65509 555.979492 L 608.65509 544.527588 Z"/>
<text id="text81" xml:space="preserve" x="608" y="555" font-family="Calibri" font-size="9.864567" fill="#607423">4</text>
<text id="text82" xml:space="preserve" x="612" y="555" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text83" xml:space="preserve" x="615" y="555" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
<text id="text84" xml:space="preserve" x="620" y="555" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text85" xml:space="preserve" x="623" y="555" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
</g>
</svg>
media/FunctionalArchitectureOfRemoteLightsControlUseCase.png

76.1 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by Pixelmator Pro 3.5.6 -->
<svg width="758" height="435" viewBox="0 0 758 435" xmlns="http://www.w3.org/2000/svg">
<g id="id3">
<path id="Path" fill="none" stroke="none" d="M 17.795277 -56.651978 L 735.905518 -56.651978 L 735.905518 418.132294 L 17.795277 418.132294 Z"/>
<clipPath id="clipPath1">
<path d="M 17.795277 -56.651978 L 735.867725 -56.651978 L 735.867725 418.094482 L 17.795277 418.094482 L 17.795277 -56.651978 Z"/>
</clipPath>
<g id="Group" clip-path="url(#clipPath1)"/>
<clipPath id="clipPath2">
<path d="M 202.311813 409.36377 L 202.311813 306.182678 L 290.299225 163.127563 L 366.116547 200.280334 L 365.927551 314.459839 L 316.453552 343.335419 L 316.453552 233.275604 L 265.581116 262.188965 L 265.581116 372.929138 L 202.311813 409.36377 L 202.311813 409.36377 Z"/>
</clipPath>
<g id="g1" clip-path="url(#clipPath2)"/>
<clipPath id="clipPath3">
<path d="M 202.311813 409.36377 L 202.311813 306.182678 L 290.299225 163.127563 L 366.116547 200.280334 L 365.927551 314.459839 L 316.453552 343.335419 L 316.453552 233.275604 L 265.581116 262.188965 L 265.581116 372.929138 L 202.311813 409.36377 L 202.311813 409.36377 Z"/>
</clipPath>
<g id="g2" clip-path="url(#clipPath3)">
<path id="path1" fill="#b6a06d" fill-rule="evenodd" stroke="none" d="M 601.354309 162.220459 C 601.354309 223.789001 590.544861 284.299225 569.984253 337.628357 C 549.385803 390.957489 519.829895 435.25354 484.188965 466.056702 C 448.585815 496.859863 408.182678 513.074036 367.061432 513.074036 C 325.940155 513.074036 285.537018 496.859863 249.896057 466.056702 C 214.292908 435.25354 184.699219 390.957489 164.13858 337.628357 C 143.577957 284.299225 132.768509 223.789001 132.768509 162.220459 C 132.768509 100.614197 143.577957 40.103943 164.13858 -13.22522 C 184.699219 -66.554321 214.292908 -110.850403 249.896057 -141.653564 C 285.537018 -172.456665 325.940155 -188.670837 367.061432 -188.670837 C 408.182678 -188.670837 448.585815 -172.456665 484.188965 -141.653564 C 519.829895 -110.850403 549.385803 -66.554321 569.984253 -13.22522 C 590.544861 40.103943 601.354309 100.614197 601.354309 162.220459 L 601.354309 162.220459 Z"/>
<path id="path2" fill="#b6a06d" fill-rule="evenodd" stroke="none" d="M 483.017334 162.220459 C 483.017334 192.683472 477.688202 222.65509 467.483459 249.036224 C 457.316528 275.455109 442.689758 297.376373 425.039368 312.60788 C 407.426758 327.839355 387.395264 335.889771 367.061432 335.889771 C 346.689758 335.889771 326.696075 327.839355 309.083466 312.60788 C 291.433075 297.376373 276.806305 275.455109 266.639374 249.036224 C 256.434631 222.65509 251.067719 192.683472 251.067719 162.220459 C 251.067719 131.719666 256.434631 101.785828 266.639374 75.366943 C 276.806305 48.98584 291.433075 27.064575 309.083466 11.795288 C 326.696075 -3.436218 346.689758 -11.448792 367.061432 -11.448792 C 387.395264 -11.448792 407.426758 -3.436218 425.039368 11.795288 C 442.689758 27.064575 457.316528 48.98584 467.483459 75.366943 C 477.688202 101.785828 483.017334 131.719666 483.017334 162.220459 L 483.017334 162.220459 Z"/>
<path id="path3" fill="#b7a16e" fill-rule="evenodd" stroke="none" d="M 482.034637 162.220459 C 482.034637 192.418884 476.705505 222.125977 466.614166 248.280304 C 456.522827 274.472443 442.00946 296.204712 424.548035 311.322845 C 407.048828 326.403137 387.24408 334.37796 367.061432 334.37796 C 346.878754 334.37796 327.036224 326.403137 309.574799 311.322845 C 292.075592 296.204712 277.562195 274.472443 267.470856 248.280304 C 257.379517 222.125977 252.088196 192.418884 252.088196 162.220459 C 252.088196 131.984253 257.379517 102.277161 267.470856 76.122864 C 277.562195 49.930725 292.075592 28.198425 309.574799 13.118103 C 327.036224 -2 346.878754 -9.974792 367.061432 -9.974792 C 387.24408 -9.974792 407.048828 -2 424.548035 13.118103 C 442.00946 28.198425 456.522827 49.930725 466.614166 76.122864 C 476.705505 102.277161 482.034637 131.984253 482.034637 162.220459 L 482.034637 162.220459 Z"/>
<path id="path4" fill="#b7a270" fill-rule="evenodd" stroke="none" d="M 481.01416 162.220459 C 481.01416 192.154358 475.76062 221.596863 465.744873 247.524414 C 455.766937 273.489777 441.366943 295.033081 424.056702 310 C 406.708649 325.00473 387.055115 332.86615 367.061432 332.86615 C 347.067719 332.86615 327.414185 325.00473 310.066132 310 C 292.75592 295.033081 278.355896 273.489777 268.340149 247.524414 C 258.362213 221.596863 253.070862 192.154358 253.070862 162.220459 C 253.070862 132.24884 258.362213 102.806274 268.340149 76.878723 C 278.355896 50.913391 292.75592 29.370056 310.066132 14.403137 C 327.414185 -0.563782 347.067719 -8.463013 367.061432 -8.463013 C 387.055115 -8.463013 406.708649 -0.563782 424.056702 14.403137 C 441.366943 29.370056 455.766937 50.913391 465.744873 76.878723 C 475.76062 102.806274 481.01416 132.24884 481.01416 162.220459 L 481.01416 162.220459 Z"/>
<path id="path5" fill="#b8a271" fill-rule="evenodd" stroke="none" d="M 480.031494 162.220459 C 480.031494 191.889771 474.815735 221.067688 464.913391 246.806305 C 454.973236 272.50708 440.724396 293.86142 423.527557 308.714966 C 406.3685 323.568512 386.903931 331.39212 367.061432 331.39212 C 347.218903 331.39212 327.754333 323.568512 310.557495 308.714966 C 293.398438 293.86142 279.149597 272.50708 269.209442 246.806305 C 259.307098 221.067688 254.091339 191.889771 254.091339 162.220459 C 254.091339 132.513367 259.307098 103.335449 269.209442 77.634644 C 279.149597 51.896057 293.398438 30.541748 310.557495 15.688171 C 327.754333 0.834656 347.218903 -6.951172 367.061432 -6.951172 C 386.903931 -6.951172 406.3685 0.834656 423.527557 15.688171 C 440.724396 30.541748 454.973236 51.896057 464.913391 77.634644 C 474.815735 103.335449 480.031494 132.513367 480.031494 162.220459 L 480.031494 162.220459 Z"/>
<path id="path6" fill="#b9a372" fill-rule="evenodd" stroke="none" d="M 479.048828 162.220459 C 479.048828 191.625183 473.87088 220.538574 464.044098 246.050385 C 454.217316 271.524414 440.081879 292.689758 423.036224 307.429932 C 406.028351 322.132294 386.714966 329.88031 367.061432 329.88031 C 347.407867 329.88031 328.094482 322.132294 311.086609 307.429932 C 294.040955 292.689758 279.905518 271.524414 270.078735 246.050385 C 260.251984 220.538574 255.074005 191.625183 255.074005 162.220459 C 255.074005 132.777954 260.251984 103.864563 270.078735 78.352783 C 279.905518 52.878723 294.040955 31.713379 311.086609 16.973206 C 328.094482 2.270874 347.407867 -5.477173 367.061432 -5.477173 C 386.714966 -5.477173 406.028351 2.270874 423.036224 16.973206 C 440.081879 31.713379 454.217316 52.878723 464.044098 78.352783 C 473.87088 103.864563 479.048828 132.777954 479.048828 162.220459 L 479.048828 162.220459 Z"/>
<path id="path7" fill="#b9a473" fill-rule="evenodd" stroke="none" d="M 478.028351 162.220459 C 478.028351 191.360657 472.888184 220.047241 463.174805 245.294495 C 453.423615 270.541718 439.401581 291.555908 422.544891 306.107086 C 405.688202 320.696075 386.52597 328.3685 367.061432 328.3685 C 347.559052 328.3685 328.434631 320.696075 311.577942 306.107086 C 294.683472 291.555908 280.699219 270.541718 270.948029 245.294495 C 261.196838 220.047241 256.094482 191.360657 256.094482 162.220459 C 256.094482 133.042542 261.196838 104.393677 270.948029 79.108643 C 280.699219 53.861389 294.683472 32.88501 311.577942 18.296082 C 328.434631 3.707092 347.559052 -3.965332 367.061432 -3.965332 C 386.52597 -3.965332 405.688202 3.707092 422.544891 18.296082 C 439.401581 32.88501 453.423615 53.861389 463.174805 79.108643 C 472.888184 104.393677 478.028351 133.042542 478.028351 162.220459 L 478.028351 162.220459 Z"/>
<path id="path8" fill="#baa575" fill-rule="evenodd" stroke="none" d="M 477.045654 162.220459 C 477.045654 191.096069 471.943298 219.518127 462.305511 244.538574 C 452.629913 269.596863 438.759064 290.384247 422.053558 304.822052 C 405.310242 319.297638 386.374817 326.894501 367.061432 326.894501 C 347.748016 326.894501 328.774811 319.297638 312.069305 304.822052 C 295.36377 290.384247 281.455109 269.596863 271.817322 244.538574 C 262.179535 219.518127 257.077179 191.096069 257.077179 162.220459 C 257.077179 133.307068 262.179535 104.88501 271.817322 79.864563 C 281.455109 54.844116 295.36377 34.056702 312.069305 19.581116 C 328.774811 5.143311 347.748016 -2.491333 367.061432 -2.491333 C 386.374817 -2.491333 405.310242 5.143311 422.053558 19.581116 C 438.759064 34.056702 452.629913 54.844116 462.305511 79.864563 C 471.943298 104.88501 477.045654 133.307068 477.045654 162.220459 L 477.045654 162.220459 Z"/>
<path id="path9" fill="#baa676" fill-rule="evenodd" stroke="none" d="M 476.025208 162.220459 C 476.025208 190.869263 470.998413 218.988953 461.436218 243.782684 C 451.874023 268.614166 438.116547 289.212585 421.562195 303.537018 C 404.970093 317.86142 386.185822 325.38269 367.061432 325.38269 C 347.937012 325.38269 329.152771 317.86142 312.560638 303.537018 C 296.006287 289.212585 282.24881 268.614166 272.686615 243.782684 C 263.12442 218.988953 258.097626 190.869263 258.097626 162.220459 C 258.097626 133.571655 263.12442 105.414185 272.686615 80.620483 C 282.24881 55.789001 296.006287 35.190552 312.560638 20.86615 C 329.152771 6.541748 347.937012 -0.979553 367.061432 -0.979553 C 386.185822 -0.979553 404.970093 6.541748 421.562195 20.86615 C 438.116547 35.190552 451.874023 55.789001 461.436218 80.620483 C 470.998413 105.414185 476.025208 133.571655 476.025208 162.220459 L 476.025208 162.220459 Z"/>
<path id="path10" fill="#bba777" fill-rule="evenodd" stroke="none" d="M 475.042511 162.220459 C 475.042511 190.604736 470.053558 218.459839 460.566925 243.064575 C 451.080322 267.6315 437.47403 288.040955 421.033081 302.251984 C 404.629913 316.425201 385.996857 323.908661 367.061432 323.908661 C 348.088196 323.908661 329.49292 316.425201 313.051971 302.251984 C 296.648804 288.040955 283.042511 267.6315 273.555908 243.064575 C 264.069305 218.459839 259.080322 190.604736 259.080322 162.220459 C 259.080322 133.836243 264.069305 105.943298 273.555908 81.376404 C 283.042511 56.771667 296.648804 36.362183 313.051971 22.188965 C 329.49292 7.977966 348.088196 0.532288 367.061432 0.532288 C 385.996857 0.532288 404.629913 7.977966 421.033081 22.188965 C 437.47403 36.362183 451.080322 56.771667 460.566925 81.376404 C 470.053558 105.943298 475.042511 133.836243 475.042511 162.220459 L 475.042511 162.220459 Z"/>
<path id="path11" fill="#bca778" fill-rule="evenodd" stroke="none" d="M 474.022034 162.220459 C 474.022034 190.340149 469.070862 217.930725 459.697632 242.308655 C 450.324402 266.648804 436.793701 286.869293 420.541718 300.929138 C 404.289764 314.988983 385.845673 322.396851 367.061432 322.396851 C 348.277161 322.396851 329.833069 314.988983 313.581116 300.929138 C 297.291351 286.869293 283.798431 266.648804 274.425201 242.308655 C 265.01416 217.930725 260.062988 190.340149 260.062988 162.220459 C 260.062988 134.100769 265.01416 106.472412 274.425201 82.094482 C 283.798431 57.754333 297.291351 37.533875 313.581116 23.473999 C 329.833069 9.414185 348.277161 2.006287 367.061432 2.006287 C 385.845673 2.006287 404.289764 9.414185 420.541718 23.473999 C 436.793701 37.533875 450.324402 57.754333 459.697632 82.094482 C 469.070862 106.472412 474.022034 134.100769 474.022034 162.220459 L 474.022034 162.220459 Z"/>
<path id="path12" fill="#bca87a" fill-rule="evenodd" stroke="none" d="M 473.039368 162.220459 C 473.039368 190.075562 468.125977 217.439392 458.828339 241.552765 C 449.530701 265.666138 436.151184 285.697632 420.050385 299.644104 C 403.949615 313.552765 385.656708 320.88504 367.061432 320.88504 C 348.466156 320.88504 330.173218 313.552765 314.072449 299.644104 C 297.971649 285.697632 284.592133 265.666138 275.294495 241.552765 C 265.996857 217.439392 261.083466 190.075562 261.083466 162.220459 C 261.083466 134.365356 265.996857 106.963806 275.294495 82.850403 C 284.592133 58.737 297.971649 38.705505 314.072449 24.759033 C 330.173218 10.850403 348.466156 3.518127 367.061432 3.518127 C 385.656708 3.518127 403.949615 10.850403 420.050385 24.759033 C 436.151184 38.705505 449.530701 58.737 458.828339 82.850403 C 468.125977 106.963806 473.039368 134.365356 473.039368 162.220459 L 473.039368 162.220459 Z"/>
<path id="path13" fill="#bda97b" fill-rule="evenodd" stroke="none" d="M 472.01889 162.220459 C 472.01889 189.811035 467.181091 216.910217 457.959045 240.796844 C 448.737 264.683472 435.508667 284.563782 419.559052 298.35907 C 403.571655 312.154327 385.467712 319.411011 367.061432 319.411011 C 348.61731 319.411011 330.513397 312.154327 314.563782 298.35907 C 298.614166 284.563782 285.348022 264.683472 276.163788 240.796844 C 266.941742 216.910217 262.066132 189.811035 262.066132 162.220459 C 262.066132 134.629944 266.941742 107.49292 276.163788 83.606323 C 285.348022 59.719666 298.614166 39.877136 314.563782 26.081909 C 330.513397 12.286621 348.61731 4.992126 367.061432 4.992126 C 385.467712 4.992126 403.571655 12.286621 419.559052 26.081909 C 435.508667 39.877136 448.737 59.719666 457.959045 83.606323 C 467.181091 107.49292 472.01889 134.629944 472.01889 162.220459 L 472.01889 162.220459 Z"/>
<path id="path14" fill="#beaa7c" fill-rule="evenodd" stroke="none" d="M 471.036224 162.220459 C 471.036224 189.546448 466.236206 216.381104 457.089752 240.040955 C 447.98111 263.738586 434.86615 283.39212 419.029907 297.036224 C 403.231506 310.718109 385.316528 317.8992 367.061432 317.8992 C 348.806305 317.8992 330.891327 310.718109 315.055115 297.036224 C 299.256683 283.39212 286.141724 263.738586 276.99527 240.040955 C 267.886627 216.381104 263.086609 189.546448 263.086609 162.220459 C 263.086609 134.856689 267.886627 108.022034 276.99527 84.362183 C 286.141724 60.702393 299.256683 41.011047 315.055115 27.366943 C 330.891327 13.685059 348.806305 6.503967 367.061432 6.503967 C 385.316528 6.503967 403.231506 13.685059 419.029907 27.366943 C 434.86615 41.011047 447.98111 60.702393 457.089752 84.362183 C 466.236206 108.022034 471.036224 134.856689 471.036224 162.220459 L 471.036224 162.220459 Z"/>
<path id="path15" fill="#beab7d" fill-rule="evenodd" stroke="none" d="M 470.015747 162.220459 C 470.015747 189.28186 465.291351 215.85199 456.220459 239.322845 C 447.187408 262.75592 434.185822 282.220459 418.538574 295.75119 C 402.891327 309.281891 385.127563 316.425201 367.061432 316.425201 C 348.99527 316.425201 331.231506 309.281891 315.584259 295.75119 C 299.8992 282.220459 286.897644 262.75592 277.864563 239.322845 C 268.831482 215.85199 264.069305 189.28186 264.069305 162.220459 C 264.069305 135.121277 268.831482 108.551208 277.864563 85.118103 C 286.897644 61.647217 299.8992 42.182678 315.584259 28.651978 C 331.231506 15.121277 348.99527 8.015747 367.061432 8.015747 C 385.127563 8.015747 402.891327 15.121277 418.538574 28.651978 C 434.185822 42.182678 447.187408 61.647217 456.220459 85.118103 C 465.291351 108.551208 470.015747 135.121277 470.015747 162.220459 L 470.015747 162.220459 Z"/>
<path id="path16" fill="#bfab7f" fill-rule="evenodd" stroke="none" d="M 469.033081 162.220459 C 469.033081 189.017334 464.308655 215.360657 455.388977 238.566925 C 446.431488 261.773224 433.543304 281.048828 418.047241 294.466156 C 402.551178 307.845673 384.938568 314.913391 367.061432 314.913391 C 349.146454 314.913391 331.571655 307.845673 316.075592 294.466156 C 300.579529 281.048828 287.691345 261.773224 278.733856 238.566925 C 269.776367 215.360657 265.089752 189.017334 265.089752 162.220459 C 265.089752 135.385803 269.776367 109.080322 278.733856 85.836243 C 287.691345 62.629944 300.579529 43.354309 316.075592 29.974792 C 331.571655 16.557495 349.146454 9.489746 367.061432 9.489746 C 384.938568 9.489746 402.551178 16.557495 418.047241 29.974792 C 433.543304 43.354309 446.431488 62.629944 455.388977 85.836243 C 464.308655 109.080322 469.033081 135.385803 469.033081 162.220459 L 469.033081 162.220459 Z"/>
<path id="path17" fill="#bfac80" fill-rule="evenodd" stroke="none" d="M 468.050385 162.220459 C 468.050385 188.752747 463.36377 214.831482 454.519684 237.811035 C 445.637787 260.790558 432.900787 279.877167 417.555908 293.143311 C 402.211029 306.447235 384.787415 313.401581 367.061432 313.401581 C 349.335419 313.401581 331.911804 306.447235 316.566925 293.143311 C 301.222046 279.877167 288.485046 260.790558 279.603149 237.811035 C 270.759064 214.831482 266.072449 188.752747 266.072449 162.220459 C 266.072449 135.650391 270.759064 109.571655 279.603149 86.592102 C 288.485046 63.61261 301.222046 44.526001 316.566925 31.259827 C 331.911804 17.993713 349.335419 11.001587 367.061432 11.001587 C 384.787415 11.001587 402.211029 17.993713 417.555908 31.259827 C 432.900787 44.526001 445.637787 63.61261 454.519684 86.592102 C 463.36377 109.571655 468.050385 135.650391 468.050385 162.220459 L 468.050385 162.220459 Z"/>
<path id="path18" fill="#c0ad81" fill-rule="evenodd" stroke="none" d="M 467.029907 162.220459 C 467.029907 188.488159 462.418884 214.302368 453.650391 237.055115 C 444.881897 259.807861 432.25827 278.705505 417.026764 291.858276 C 401.833069 305.011017 384.598419 311.927551 367.061432 311.927551 C 349.524414 311.927551 332.251984 305.011017 317.058258 291.858276 C 301.864563 278.705505 289.240936 259.807861 280.472443 237.055115 C 271.703949 214.302368 267.092926 188.488159 267.092926 162.220459 C 267.092926 135.914978 271.703949 110.100769 280.472443 87.348022 C 289.240936 64.595276 301.864563 45.697632 317.058258 32.544861 C 332.251984 19.392151 349.524414 12.475586 367.061432 12.475586 C 384.598419 12.475586 401.833069 19.392151 417.026764 32.544861 C 432.25827 45.697632 444.881897 64.595276 453.650391 87.348022 C 462.418884 110.100769 467.029907 135.914978 467.029907 162.220459 L 467.029907 162.220459 Z"/>
<path id="path19" fill="#c1ae82" fill-rule="evenodd" stroke="none" d="M 466.047241 162.220459 C 466.047241 188.223633 461.47403 213.773254 452.781097 236.299225 C 444.088196 258.863007 431.577942 277.571655 416.535431 290.573242 C 401.49292 303.574799 384.447235 310.415741 367.061432 310.415741 C 349.675598 310.415741 332.629913 303.574799 317.549591 290.573242 C 302.50708 277.571655 290.034637 258.863007 281.341736 236.299225 C 272.648804 213.773254 268.075592 188.223633 268.075592 162.220459 C 268.075592 136.179504 272.648804 110.629944 281.341736 88.103943 C 290.034637 65.577942 302.50708 46.869263 317.549591 33.829895 C 332.629913 20.828369 349.675598 13.987427 367.061432 13.987427 C 384.447235 13.987427 401.49292 20.828369 416.535431 33.829895 C 431.577942 46.869263 444.088196 65.577942 452.781097 88.103943 C 461.47403 110.629944 466.047241 136.179504 466.047241 162.220459 L 466.047241 162.220459 Z"/>
<path id="path20" fill="#c1af84" fill-rule="evenodd" stroke="none" d="M 465.026764 162.220459 C 465.026764 187.959045 460.491333 213.24408 451.911804 235.581116 C 443.294495 257.88031 430.935425 276.399994 416.044098 289.250397 C 401.152771 302.13858 384.25827 308.941742 367.061432 308.941742 C 349.864563 308.941742 332.970093 302.13858 318.078735 289.250397 C 303.187408 276.399994 290.790558 257.88031 282.211029 235.581116 C 273.593689 213.24408 269.096069 187.959045 269.096069 162.220459 C 269.096069 136.444092 273.593689 111.159058 282.211029 88.859863 C 290.790558 66.560608 303.187408 48.003174 318.078735 35.152771 C 332.970093 22.264587 349.864563 15.499207 367.061432 15.499207 C 384.25827 15.499207 401.152771 22.264587 416.044098 35.152771 C 430.935425 48.003174 443.294495 66.560608 451.911804 88.859863 C 460.491333 111.159058 465.026764 136.444092 465.026764 162.220459 L 465.026764 162.220459 Z"/>
<path id="path21" fill="#c2b085" fill-rule="evenodd" stroke="none" d="M 464.044098 162.220459 C 464.044098 187.694458 459.546448 212.752747 451.042511 234.825195 C 442.538574 256.897644 430.292908 275.228333 415.552765 287.965363 C 400.812592 300.702362 384.069305 307.429932 367.061432 307.429932 C 350.015747 307.429932 333.310242 300.702362 318.570068 287.965363 C 303.829926 275.228333 291.584259 256.897644 283.080322 234.825195 C 274.576385 212.752747 270.078735 187.694458 270.078735 162.220459 C 270.078735 136.708679 274.576385 111.688171 283.080322 89.577942 C 291.584259 67.505493 303.829926 49.174805 318.570068 36.437805 C 333.310242 23.700806 350.015747 16.973206 367.061432 16.973206 C 384.069305 16.973206 400.812592 23.700806 415.552765 36.437805 C 430.292908 49.174805 442.538574 67.505493 451.042511 89.577942 C 459.546448 111.688171 464.044098 136.708679 464.044098 162.220459 L 464.044098 162.220459 Z"/>
<path id="path22" fill="#c3b086" fill-rule="evenodd" stroke="none" d="M 463.023621 162.220459 C 463.023621 187.429932 458.601563 212.223633 450.173218 234.069305 C 441.744873 255.914948 429.650391 274.056702 415.061432 286.680328 C 400.472443 299.303925 383.918121 305.918121 367.061432 305.918121 C 350.204712 305.918121 333.650391 299.303925 319.061432 286.680328 C 304.472443 274.056702 292.37796 255.914948 283.949615 234.069305 C 275.521271 212.223633 271.061432 187.429932 271.061432 162.220459 C 271.061432 136.973206 275.521271 112.179504 283.949615 90.333862 C 292.37796 68.488159 304.472443 50.346436 319.061432 37.722839 C 333.650391 25.137024 350.204712 18.485046 367.061432 18.485046 C 383.918121 18.485046 400.472443 25.137024 415.061432 37.722839 C 429.650391 50.346436 441.744873 68.488159 450.173218 90.333862 C 458.601563 112.179504 463.023621 136.973206 463.023621 162.220459 L 463.023621 162.220459 Z"/>
<path id="path23" fill="#c3b187" fill-rule="evenodd" stroke="none" d="M 462.040955 162.220459 C 462.040955 187.165344 457.656708 211.694458 449.303925 233.313385 C 440.988983 254.932281 428.970093 272.88504 414.532288 285.395264 C 400.094482 297.867706 383.729126 304.444092 367.061432 304.444092 C 350.393707 304.444092 333.99054 297.867706 319.552765 285.395264 C 305.11496 272.88504 293.13385 254.932281 284.818909 233.313385 C 276.466156 211.694458 272.081879 187.165344 272.081879 162.220459 C 272.081879 137.237793 276.466156 112.708679 284.818909 91.089783 C 293.13385 69.470886 305.11496 51.518127 319.552765 39.045654 C 333.99054 26.535461 350.393707 19.996826 367.061432 19.996826 C 383.729126 19.996826 400.094482 26.535461 414.532288 39.045654 C 428.970093 51.518127 440.988983 69.470886 449.303925 91.089783 C 457.656708 112.708679 462.040955 137.237793 462.040955 162.220459 L 462.040955 162.220459 Z"/>
<path id="path24" fill="#c4b289" fill-rule="evenodd" stroke="none" d="M 461.020477 162.220459 C 461.020477 186.900818 456.674011 211.165344 448.434631 232.557495 C 440.195282 253.949615 428.327545 271.713379 414.040955 284.072449 C 399.754333 296.431488 383.540161 302.932281 367.061432 302.932281 C 350.544891 302.932281 334.3685 296.431488 320.081879 284.072449 C 305.795288 271.713379 293.927551 253.949615 285.650391 232.557495 C 277.411011 211.165344 273.064575 186.900818 273.064575 162.220459 C 273.064575 137.50238 277.411011 113.237793 285.650391 91.845642 C 293.927551 70.453552 305.795288 52.689758 320.081879 40.330688 C 334.3685 27.97168 350.544891 21.470886 367.061432 21.470886 C 383.540161 21.470886 399.754333 27.97168 414.040955 40.330688 C 428.327545 52.689758 440.195282 70.453552 448.434631 91.845642 C 456.674011 113.237793 461.020477 137.50238 461.020477 162.220459 L 461.020477 162.220459 Z"/>
<path id="path25" fill="#c4b38a" fill-rule="evenodd" stroke="none" d="M 460.037781 162.220459 C 460.037781 186.63623 455.729126 210.674011 447.565369 231.839355 C 439.401581 253.00473 427.685028 270.579529 413.549591 282.787415 C 399.414185 294.99527 383.388977 301.420471 367.061432 301.420471 C 350.733856 301.420471 334.708649 294.99527 320.573242 282.787415 C 306.437805 270.579529 294.683472 253.00473 286.519684 231.839355 C 278.355896 210.674011 274.085052 186.63623 274.085052 162.220459 C 274.085052 137.766907 278.355896 113.766907 286.519684 92.601563 C 294.683472 71.436218 306.437805 53.861389 320.573242 41.615723 C 334.708649 29.407898 350.733856 22.982666 367.061432 22.982666 C 383.388977 22.982666 399.414185 29.407898 413.549591 41.615723 C 427.685028 53.861389 439.401581 71.436218 447.565369 92.601563 C 455.729126 113.766907 460.037781 137.766907 460.037781 162.220459 L 460.037781 162.220459 Z"/>
<path id="path26" fill="#c5b48b" fill-rule="evenodd" stroke="none" d="M 459.017334 162.220459 C 459.017334 186.371643 454.784241 210.144897 446.696075 231.083466 C 438.64566 252.022034 427.042511 269.407867 413.058258 281.50235 C 399.074005 293.559052 383.200012 299.946442 367.061432 299.946442 C 350.922821 299.946442 335.048828 293.559052 321.064575 281.50235 C 307.080322 269.407867 295.477173 252.022034 287.388977 231.083466 C 279.338593 210.144897 275.067719 186.371643 275.067719 162.220459 C 275.067719 138.031494 279.338593 114.25824 287.388977 93.319702 C 295.477173 72.381104 307.080322 54.9953 321.064575 42.938599 C 335.048828 30.844116 350.922821 24.456665 367.061432 24.456665 C 383.200012 24.456665 399.074005 30.844116 413.058258 42.938599 C 427.042511 54.9953 438.64566 72.381104 446.696075 93.319702 C 454.784241 114.25824 459.017334 138.031494 459.017334 162.220459 L 459.017334 162.220459 Z"/>
<path id="path27" fill="#c6b48c" fill-rule="evenodd" stroke="none" d="M 458.034637 162.220459 C 458.034637 186.107117 453.839355 209.615723 445.864563 230.327545 C 437.851959 251.039368 426.362213 268.236206 412.529144 280.179535 C 398.733856 292.160645 383.011017 298.434631 367.061432 298.434631 C 351.074005 298.434631 335.388977 292.160645 321.555908 280.179535 C 307.722839 268.236206 296.233063 251.039368 288.25827 230.327545 C 280.283478 209.615723 276.088196 186.107117 276.088196 162.220459 C 276.088196 138.296082 280.283478 114.787415 288.25827 94.075562 C 296.233063 73.36377 307.722839 56.166931 321.555908 44.223633 C 335.388977 32.280334 351.074005 25.968506 367.061432 25.968506 C 383.011017 25.968506 398.733856 32.280334 412.529144 44.223633 C 426.362213 56.166931 437.851959 73.36377 445.864563 94.075562 C 453.839355 114.787415 458.034637 138.296082 458.034637 162.220459 L 458.034637 162.220459 Z"/>
<path id="path28" fill="#c6b58e" fill-rule="evenodd" stroke="none" d="M 457.051971 162.220459 C 457.051971 185.842529 452.894501 209.086609 444.99527 229.571655 C 437.096069 250.056702 425.719696 267.064575 412.037781 278.894501 C 398.355896 290.724396 382.859833 296.960632 367.061432 296.960632 C 351.263 296.960632 335.729126 290.724396 322.085052 278.894501 C 308.403137 267.064575 297.026764 250.056702 289.127563 229.571655 C 281.228333 209.086609 277.070862 185.842529 277.070862 162.220459 C 277.070862 138.560608 281.228333 115.316528 289.127563 94.831482 C 297.026764 74.346436 308.403137 57.338562 322.085052 45.508667 C 335.729126 33.678711 351.263 27.480286 367.061432 27.480286 C 382.859833 27.480286 398.355896 33.678711 412.037781 45.508667 C 425.719696 57.338562 437.096069 74.346436 444.99527 94.831482 C 452.894501 115.316528 457.051971 138.560608 457.051971 162.220459 L 457.051971 162.220459 Z"/>
<path id="path29" fill="#c7b68f" fill-rule="evenodd" stroke="none" d="M 456.031494 162.220459 C 456.031494 185.577942 451.911804 208.557495 444.125977 228.815735 C 436.302368 249.074005 425.077179 265.892914 411.546448 277.609436 C 398.015747 289.288177 382.670868 295.448822 367.061432 295.448822 C 351.451965 295.448822 336.107086 289.288177 322.576385 277.609436 C 309.045654 265.892914 297.820465 249.074005 289.996857 228.815735 C 282.173218 208.557495 278.091339 185.577942 278.091339 162.220459 C 278.091339 138.825195 282.173218 115.845642 289.996857 95.587402 C 297.820465 75.329163 309.045654 58.510254 322.576385 46.793701 C 336.107086 35.11499 351.451965 28.954346 367.061432 28.954346 C 382.670868 28.954346 398.015747 35.11499 411.546448 46.793701 C 425.077179 58.510254 436.302368 75.329163 444.125977 95.587402 C 451.911804 115.845642 456.031494 138.825195 456.031494 162.220459 L 456.031494 162.220459 Z"/>
<path id="path30" fill="#c8b790" fill-rule="evenodd" stroke="none" d="M 455.048828 162.220459 C 455.048828 185.313416 450.966919 208.066162 443.256683 228.097656 C 435.508667 248.091339 424.434631 264.721252 411.055115 276.286621 C 397.675598 287.851959 382.481903 293.937012 367.061432 293.937012 C 351.603149 293.937012 336.447235 287.851959 323.067719 276.286621 C 309.688202 264.721252 298.576385 248.091339 290.86615 228.097656 C 283.155914 208.066162 279.074005 185.313416 279.074005 162.220459 C 279.074005 139.089783 283.155914 116.374817 290.86615 96.343323 C 298.576385 76.311829 309.688202 59.681885 323.067719 48.116516 C 336.447235 36.551208 351.603149 30.466125 367.061432 30.466125 C 382.481903 30.466125 397.675598 36.551208 411.055115 48.116516 C 424.434631 59.681885 435.508667 76.311829 443.256683 96.343323 C 450.966919 116.374817 455.048828 139.089783 455.048828 162.220459 L 455.048828 162.220459 Z"/>
<path id="path31" fill="#c8b892" fill-rule="evenodd" stroke="none" d="M 454.028351 162.220459 C 454.028351 185.086609 450.022034 207.536987 442.38739 227.341736 C 434.752747 247.146454 423.754333 263.587402 410.563782 275.001587 C 397.335419 286.453552 382.330719 292.462982 367.061432 292.462982 C 351.792114 292.462982 336.787415 286.453552 323.559052 275.001587 C 310.330719 263.587402 299.370087 247.146454 291.735443 227.341736 C 284.1008 207.536987 280.094482 185.086609 280.094482 162.220459 C 280.094482 139.354309 284.1008 116.86615 291.735443 97.099182 C 299.370087 77.294495 310.330719 60.853516 323.559052 49.40155 C 336.787415 37.987427 351.792114 31.940186 367.061432 31.940186 C 382.330719 31.940186 397.335419 37.987427 410.563782 49.40155 C 423.754333 60.853516 434.752747 77.294495 442.38739 97.099182 C 450.022034 116.86615 454.028351 139.354309 454.028351 162.220459 L 454.028351 162.220459 Z"/>
<path id="path32" fill="#c9b993" fill-rule="evenodd" stroke="none" d="M 453.045654 162.220459 C 453.045654 184.822021 449.077179 207.007874 441.518097 226.585815 C 433.959045 246.163788 423.111816 262.415741 410.034637 273.716522 C 396.957489 285.017334 382.141724 290.951172 367.061432 290.951172 C 351.98111 290.951172 337.127563 285.017334 324.050385 273.716522 C 311.011017 262.415741 300.125977 246.163788 292.604736 226.585815 C 285.045654 207.007874 281.077179 184.822021 281.077179 162.220459 C 281.077179 139.618896 285.045654 117.395264 292.604736 97.817322 C 300.125977 78.23938 311.011017 61.987427 324.050385 50.686584 C 337.127563 39.385803 351.98111 33.451965 367.061432 33.451965 C 382.141724 33.451965 396.957489 39.385803 410.034637 50.686584 C 423.111816 61.987427 433.959045 78.23938 441.518097 97.817322 C 449.077179 117.395264 453.045654 139.618896 453.045654 162.220459 L 453.045654 162.220459 Z"/>
<path id="path33" fill="#cab994" fill-rule="evenodd" stroke="none" d="M 452.025208 162.220459 C 452.025208 184.557495 448.094482 206.47876 440.648804 225.829895 C 433.203156 245.181091 422.469299 261.24408 409.543304 272.393707 C 396.61731 283.581116 381.99054 289.477173 367.061432 289.477173 C 352.132294 289.477173 337.467712 283.581116 324.579529 272.393707 C 311.653534 261.24408 300.919678 245.181091 293.47403 225.829895 C 285.99054 206.47876 282.059845 184.557495 282.059845 162.220459 C 282.059845 139.883484 285.99054 117.924438 293.47403 98.573242 C 300.919678 79.222046 311.653534 63.159058 324.579529 52.00946 C 337.467712 40.822021 352.132294 34.963806 367.061432 34.963806 C 381.99054 34.963806 396.61731 40.822021 409.543304 52.00946 C 422.469299 63.159058 433.203156 79.222046 440.648804 98.573242 C 448.094482 117.924438 452.025208 139.883484 452.025208 162.220459 L 452.025208 162.220459 Z"/>
<path id="path34" fill="#caba95" fill-rule="evenodd" stroke="none" d="M 451.042511 162.220459 C 451.042511 184.292908 447.149597 205.949585 439.779541 225.074036 C 432.409454 244.198425 421.826782 260.072449 409.051971 271.108673 C 396.277161 282.144867 381.801575 287.965363 367.061432 287.965363 C 352.321259 287.965363 337.845673 282.144867 325.070862 271.108673 C 312.296051 260.072449 301.713379 244.198425 294.343292 225.074036 C 286.973236 205.949585 283.080322 184.292908 283.080322 162.220459 C 283.080322 140.14801 286.973236 118.453552 294.343292 99.329163 C 301.713379 80.204712 312.296051 64.330688 325.070862 53.294495 C 337.845673 42.25824 352.321259 36.437805 367.061432 36.437805 C 381.801575 36.437805 396.277161 42.25824 409.051971 53.294495 C 421.826782 64.330688 432.409454 80.204712 439.779541 99.329163 C 447.149597 118.453552 451.042511 140.14801 451.042511 162.220459 L 451.042511 162.220459 Z"/>
<path id="path35" fill="#cbbb97" fill-rule="evenodd" stroke="none" d="M 450.022034 162.220459 C 450.022034 184.02832 446.204712 205.458252 438.910248 224.318115 C 431.653534 243.215759 421.146454 258.900787 408.560638 269.823608 C 395.937012 280.708649 381.61261 286.453552 367.061432 286.453552 C 352.472443 286.453552 338.185822 280.708649 325.562195 269.823608 C 312.938568 258.900787 302.469299 243.215759 295.174805 224.318115 C 287.918121 205.458252 284.062988 184.02832 284.062988 162.220459 C 284.062988 140.374817 287.918121 118.982666 295.174805 100.085022 C 302.469299 81.187378 312.938568 65.50238 325.562195 54.579529 C 338.185822 43.694458 352.472443 37.949585 367.061432 37.949585 C 381.61261 37.949585 395.937012 43.694458 408.560638 54.579529 C 421.146454 65.50238 431.653534 81.187378 438.910248 100.085022 C 446.204712 118.982666 450.022034 140.374817 450.022034 162.220459 L 450.022034 162.220459 Z"/>
<path id="path36" fill="#cbbc98" fill-rule="evenodd" stroke="none" d="M 449.039368 162.220459 C 449.039368 183.763794 445.259857 204.929138 438.040955 223.599976 C 430.859833 242.233063 420.503937 257.729126 408.031494 268.538574 C 395.596863 279.310242 381.461426 284.979523 367.061432 284.979523 C 352.661407 284.979523 338.52597 279.310242 326.053558 268.538574 C 313.618896 257.729126 303.263 242.233063 296.044098 223.599976 C 288.863007 204.929138 285.083466 183.763794 285.083466 162.220459 C 285.083466 140.639343 288.863007 119.473999 296.044098 100.840942 C 303.263 82.170105 313.618896 66.674011 326.053558 55.902344 C 338.52597 45.130737 352.661407 39.423645 367.061432 39.423645 C 381.461426 39.423645 395.596863 45.130737 408.031494 55.902344 C 420.503937 66.674011 430.859833 82.170105 438.040955 100.840942 C 445.259857 119.473999 449.039368 140.639343 449.039368 162.220459 L 449.039368 162.220459 Z"/>
<path id="path37" fill="#ccbd99" fill-rule="evenodd" stroke="none" d="M 448.01889 162.220459 C 448.01889 183.499207 444.277161 204.400024 437.171661 222.844116 C 430.066132 241.288177 419.86142 256.595276 407.540161 267.215759 C 395.218903 277.874023 381.27243 283.467712 367.061432 283.467712 C 352.850403 283.467712 338.86615 277.874023 326.582672 267.215759 C 314.261414 256.595276 304.01889 241.288177 296.913391 222.844116 C 289.807861 204.400024 286.066132 183.499207 286.066132 162.220459 C 286.066132 140.903931 289.807861 120.003174 296.913391 101.559082 C 304.01889 83.152771 314.261414 67.845642 326.582672 57.187378 C 338.86615 46.529114 352.850403 40.935425 367.061432 40.935425 C 381.27243 40.935425 395.218903 46.529114 407.540161 57.187378 C 419.86142 67.845642 430.066132 83.152771 437.171661 101.559082 C 444.277161 120.003174 448.01889 140.903931 448.01889 162.220459 L 448.01889 162.220459 Z"/>
<path id="path38" fill="#cdbd9a" fill-rule="evenodd" stroke="none" d="M 447.036224 162.220459 C 447.036224 183.234619 443.332275 203.87085 436.340149 222.088196 C 429.310242 240.305511 419.218903 255.423615 407.048828 265.930695 C 394.878754 276.437805 381.083466 281.993713 367.061432 281.993713 C 353.001587 281.993713 339.206299 276.437805 327.074005 265.930695 C 314.903931 255.423615 304.812592 240.305511 297.782684 222.088196 C 290.752747 203.87085 287.086609 183.234619 287.086609 162.220459 C 287.086609 141.168518 290.752747 120.532288 297.782684 102.314941 C 304.812592 84.097656 314.903931 68.979553 327.074005 58.472412 C 339.206299 47.965332 353.001587 42.447266 367.061432 42.447266 C 381.083466 42.447266 394.878754 47.965332 407.048828 58.472412 C 419.218903 68.979553 429.310242 84.097656 436.340149 102.314941 C 443.332275 120.532288 447.036224 141.168518 447.036224 162.220459 L 447.036224 162.220459 Z"/>
<path id="path39" fill="#cdbe9c" fill-rule="evenodd" stroke="none" d="M 446.053558 162.220459 C 446.053558 182.970093 442.38739 203.379517 435.470856 221.332275 C 428.516541 239.322845 418.538574 254.251984 406.557495 264.64566 C 394.538574 275.001587 380.932281 280.481903 367.061432 280.481903 C 353.190552 280.481903 339.584259 275.001587 327.565369 264.64566 C 315.546448 254.251984 305.606293 239.322845 298.651978 221.332275 C 291.735443 203.379517 288.069305 182.970093 288.069305 162.220459 C 288.069305 141.433044 291.735443 121.061401 298.651978 103.070862 C 305.606293 85.080322 315.546448 70.151184 327.565369 59.795288 C 339.584259 49.40155 353.190552 43.921265 367.061432 43.921265 C 380.932281 43.921265 394.538574 49.40155 406.557495 59.795288 C 418.538574 70.151184 428.516541 85.080322 435.470856 103.070862 C 442.38739 121.061401 446.053558 141.433044 446.053558 162.220459 L 446.053558 162.220459 Z"/>
<path id="path40" fill="#cebf9d" fill-rule="evenodd" stroke="none" d="M 445.033081 162.220459 C 445.033081 182.705505 441.442505 202.850403 434.601563 220.576355 C 427.76062 238.340149 417.896057 253.080322 406.066132 263.322845 C 394.198425 273.603149 380.743317 278.970093 367.061432 278.970093 C 353.379517 278.970093 339.924408 273.603149 328.056702 263.322845 C 316.226776 253.080322 306.362213 238.340149 299.521271 220.576355 C 292.680328 202.850403 289.089752 182.705505 289.089752 162.220459 C 289.089752 141.697632 292.680328 121.552734 299.521271 103.826782 C 306.362213 86.062988 316.226776 71.322815 328.056702 61.080322 C 339.924408 50.837769 353.379517 45.433044 367.061432 45.433044 C 380.743317 45.433044 394.198425 50.837769 406.066132 61.080322 C 417.896057 71.322815 427.76062 86.062988 434.601563 103.826782 C 441.442505 121.552734 445.033081 141.697632 445.033081 162.220459 L 445.033081 162.220459 Z"/>
<path id="path41" fill="#cfc09e" fill-rule="evenodd" stroke="none" d="M 444.050385 162.220459 C 444.050385 182.440918 440.49765 202.321289 433.732269 219.858276 C 426.966919 237.357483 417.25354 251.908661 405.537018 262.037781 C 393.858276 272.166931 380.554321 277.496063 367.061432 277.496063 C 353.530701 277.496063 340.264557 272.166931 328.548035 262.037781 C 316.869293 251.908661 307.155914 237.357483 300.390564 219.858276 C 293.625183 202.321289 290.072449 182.440918 290.072449 162.220459 C 290.072449 141.962219 293.625183 122.081909 300.390564 104.582703 C 307.155914 87.045654 316.869293 72.494507 328.548035 62.365356 C 340.264557 52.236206 353.530701 46.944885 367.061432 46.944885 C 380.554321 46.944885 393.858276 52.236206 405.537018 62.365356 C 417.25354 72.494507 426.966919 87.045654 433.732269 104.582703 C 440.49765 122.081909 444.050385 141.962219 444.050385 162.220459 L 444.050385 162.220459 Z"/>
<path id="path42" fill="#cfc19f" fill-rule="evenodd" stroke="none" d="M 443.029907 162.220459 C 443.029907 182.176392 439.514954 201.792114 432.863007 219.102356 C 426.173218 236.374817 416.611023 250.774811 405.045654 260.752747 C 393.480316 270.730713 380.403137 275.984253 367.061432 275.984253 C 353.719696 275.984253 340.604736 270.730713 329.077179 260.752747 C 317.51181 250.774811 307.911804 236.374817 301.259857 219.102356 C 294.570068 201.792114 291.092926 182.176392 291.092926 162.220459 C 291.092926 142.226746 294.570068 122.611023 301.259857 105.300781 C 307.911804 88.02832 317.51181 73.666138 329.077179 63.650391 C 340.604736 53.672424 353.719696 48.418884 367.061432 48.418884 C 380.403137 48.418884 393.480316 53.672424 405.045654 63.650391 C 416.611023 73.666138 426.173218 88.02832 432.863007 105.300781 C 439.514954 122.611023 443.029907 142.226746 443.029907 162.220459 L 443.029907 162.220459 Z"/>
<path id="path43" fill="#d0c2a1" fill-rule="evenodd" stroke="none" d="M 442.047241 162.220459 C 442.047241 181.911804 438.570068 201.263 431.993713 218.346436 C 425.417328 235.429932 415.930695 249.603149 404.554321 259.429932 C 393.140167 269.294495 380.214172 274.472443 367.061432 274.472443 C 353.908661 274.472443 340.982666 269.294495 329.568512 259.429932 C 318.154327 249.603149 308.705505 235.429932 302.12912 218.346436 C 295.552765 201.263 292.075592 181.911804 292.075592 162.220459 C 292.075592 142.491333 295.552765 123.140137 302.12912 106.056702 C 308.705505 89.011047 318.154327 74.837769 329.568512 64.973206 C 340.982666 55.108643 353.908661 49.930725 367.061432 49.930725 C 380.214172 49.930725 393.140167 55.108643 404.554321 64.973206 C 415.930695 74.837769 425.417328 89.011047 431.993713 106.056702 C 438.570068 123.140137 442.047241 142.491333 442.047241 162.220459 L 442.047241 162.220459 Z"/>
<path id="path44" fill="#d0c2a2" fill-rule="evenodd" stroke="none" d="M 441.026764 162.220459 C 441.026764 181.647217 437.625183 200.771667 431.12442 217.590576 C 424.623627 234.447235 415.288177 248.431488 404.062988 258.144867 C 392.799988 267.858276 380.025208 272.998413 367.061432 272.998413 C 354.059845 272.998413 341.322845 267.858276 330.059845 258.144867 C 318.834656 248.431488 309.461426 234.447235 302.998413 217.590576 C 296.49765 200.771667 293.058258 181.647217 293.058258 162.220459 C 293.058258 142.75592 296.49765 123.669312 302.998413 106.812622 C 309.461426 89.955933 318.834656 75.97168 330.059845 66.25824 C 341.322845 56.544861 354.059845 51.404724 367.061432 51.404724 C 380.025208 51.404724 392.799988 56.544861 404.062988 66.25824 C 415.288177 75.97168 424.623627 89.955933 431.12442 106.812622 C 437.625183 123.669312 441.026764 142.75592 441.026764 162.220459 L 441.026764 162.220459 Z"/>
<path id="path45" fill="#d1c3a3" fill-rule="evenodd" stroke="none" d="M 440.044098 162.220459 C 440.044098 181.38269 436.680328 200.242493 430.255127 216.834656 C 423.867706 233.464569 414.64566 247.259857 403.533844 256.859833 C 392.459839 266.459839 379.874023 271.486603 367.061432 271.486603 C 354.24881 271.486603 341.662994 266.459839 330.551178 256.859833 C 319.477173 247.259857 310.255127 233.464569 303.867706 216.834656 C 297.442505 200.242493 294.078735 181.38269 294.078735 162.220459 C 294.078735 143.020447 297.442505 124.160645 303.867706 107.568481 C 310.255127 90.938599 319.477173 77.143311 330.551178 67.543335 C 341.662994 57.981079 354.24881 52.916565 367.061432 52.916565 C 379.874023 52.916565 392.459839 57.981079 403.533844 67.543335 C 414.64566 77.143311 423.867706 90.938599 430.255127 107.568481 C 436.680328 124.160645 440.044098 143.020447 440.044098 162.220459 L 440.044098 162.220459 Z"/>
<path id="path46" fill="#d2c4a4" fill-rule="evenodd" stroke="none" d="M 439.023621 162.220459 C 439.023621 181.118103 435.697632 199.713379 429.385834 216.116516 C 423.074005 232.481903 414.003143 246.088196 403.042511 255.574799 C 392.11969 265.023621 379.685028 270.012604 367.061432 270.012604 C 354.437805 270.012604 342.003143 265.023621 331.080322 255.574799 C 320.11969 246.088196 311.048828 232.481903 304.699219 216.116516 C 298.38739 199.713379 295.061432 181.118103 295.061432 162.220459 C 295.061432 143.285034 298.38739 124.689758 304.699219 108.324402 C 311.048828 91.921265 320.11969 78.314941 331.080322 68.86615 C 342.003143 59.379517 354.437805 54.428345 367.061432 54.428345 C 379.685028 54.428345 392.11969 59.379517 403.042511 68.86615 C 414.003143 78.314941 423.074005 91.921265 429.385834 108.324402 C 435.697632 124.689758 439.023621 143.285034 439.023621 162.220459 L 439.023621 162.220459 Z"/>
<path id="path47" fill="#d2c5a6" fill-rule="evenodd" stroke="none" d="M 438.040955 162.220459 C 438.040955 180.853516 434.752747 199.184265 428.516541 215.360657 C 422.318115 231.499207 413.322845 244.916534 402.551178 254.251984 C 391.74173 263.587402 379.533844 268.500793 367.061432 268.500793 C 354.588989 268.500793 342.343292 263.587402 331.571655 254.251984 C 320.762207 244.916534 311.804718 231.499207 305.568512 215.360657 C 299.370087 199.184265 296.081879 180.853516 296.081879 162.220459 C 296.081879 143.549622 299.370087 125.218872 305.568512 109.042542 C 311.804718 92.903931 320.762207 79.486633 331.571655 70.151184 C 342.343292 60.815735 354.588989 55.902344 367.061432 55.902344 C 379.533844 55.902344 391.74173 60.815735 402.551178 70.151184 C 413.322845 79.486633 422.318115 92.903931 428.516541 109.042542 C 434.752747 125.218872 438.040955 143.549622 438.040955 162.220459 L 438.040955 162.220459 Z"/>
<path id="path48" fill="#d3c6a7" fill-rule="evenodd" stroke="none" d="M 437.058258 162.220459 C 437.058258 180.588989 433.807861 198.65509 427.647247 214.604736 C 421.524414 230.554321 412.680328 243.782684 402.059845 252.966919 C 391.401581 262.151184 379.344879 266.988983 367.061432 266.988983 C 354.777954 266.988983 342.721252 262.151184 332.062988 252.966919 C 321.442505 243.782684 312.598419 230.554321 306.437805 214.604736 C 300.314972 198.65509 297.064575 180.588989 297.064575 162.220459 C 297.064575 143.814148 300.314972 125.748047 306.437805 109.798401 C 312.598419 93.886597 321.442505 80.658264 332.062988 71.436218 C 342.721252 62.251953 354.777954 57.414185 367.061432 57.414185 C 379.344879 57.414185 391.401581 62.251953 402.059845 71.436218 C 412.680328 80.658264 421.524414 93.886597 427.647247 109.798401 C 433.807861 125.748047 437.058258 143.814148 437.058258 162.220459 L 437.058258 162.220459 Z"/>
<path id="path49" fill="#d4c6a8" fill-rule="evenodd" stroke="none" d="M 436.037781 162.220459 C 436.037781 180.324402 432.863007 198.163757 426.815735 213.848816 C 420.730713 229.571655 412.037781 242.611023 401.530701 251.681885 C 391.061432 260.752747 379.155914 265.514954 367.061432 265.514954 C 354.929138 265.514954 343.061432 260.752747 332.554321 251.681885 C 322.085052 242.611023 313.35434 229.571655 307.307098 213.848816 C 301.259857 198.163757 298.085052 180.324402 298.085052 162.220459 C 298.085052 144.078735 301.259857 126.277161 307.307098 110.554321 C 313.35434 94.869263 322.085052 81.792114 332.554321 72.759033 C 343.061432 63.688171 354.929138 58.888184 367.061432 58.888184 C 379.155914 58.888184 391.061432 63.688171 401.530701 72.759033 C 412.037781 81.792114 420.730713 94.869263 426.815735 110.554321 C 432.863007 126.277161 436.037781 144.078735 436.037781 162.220459 L 436.037781 162.220459 Z"/>
<path id="path50" fill="#d4c7a9" fill-rule="evenodd" stroke="none" d="M 435.055115 162.220459 C 435.055115 180.059814 431.918121 197.634644 425.946442 213.092896 C 419.974792 228.588989 411.395264 241.439362 401.039368 250.35907 C 390.721252 259.316528 379.00473 264.003143 367.061432 264.003143 C 355.118103 264.003143 343.401581 259.316528 333.083466 250.35907 C 322.72757 241.439362 314.148041 228.588989 308.176392 213.092896 C 302.204712 197.634644 299.067719 180.059814 299.067719 162.220459 C 299.067719 144.343323 302.204712 126.768494 308.176392 111.310242 C 314.148041 95.814148 322.72757 82.963806 333.083466 74.044067 C 343.401581 65.086609 355.118103 60.400024 367.061432 60.400024 C 379.00473 60.400024 390.721252 65.086609 401.039368 74.044067 C 411.395264 82.963806 419.974792 95.814148 425.946442 111.310242 C 431.918121 126.768494 435.055115 144.343323 435.055115 162.220459 L 435.055115 162.220459 Z"/>
<path id="path51" fill="#d5c8ab" fill-rule="evenodd" stroke="none" d="M 434.034637 162.220459 C 434.034637 179.795288 430.935425 197.10553 425.077179 212.374817 C 419.181091 227.606323 410.714966 240.267731 400.548035 249.074005 C 390.381104 257.88031 378.815735 262.529144 367.061432 262.529144 C 355.307098 262.529144 343.74173 257.88031 333.574799 249.074005 C 323.370087 240.267731 314.941742 227.606323 309.045654 212.374817 C 303.149597 197.10553 300.088196 179.795288 300.088196 162.220459 C 300.088196 144.607849 303.149597 127.297607 309.045654 112.066162 C 314.941742 96.796875 323.370087 84.135437 333.574799 75.329163 C 343.74173 66.522827 355.307098 61.911804 367.061432 61.911804 C 378.815735 61.911804 390.381104 66.522827 400.548035 75.329163 C 410.714966 84.135437 419.181091 96.796875 425.077179 112.066162 C 430.935425 127.297607 434.034637 144.607849 434.034637 162.220459 L 434.034637 162.220459 Z"/>
<path id="path52" fill="#d5c9ac" fill-rule="evenodd" stroke="none" d="M 433.051971 162.220459 C 433.051971 179.568481 429.99054 196.576355 424.207886 211.618896 C 418.425201 226.623596 410.072449 239.096069 400.056702 247.788971 C 390.003143 256.444092 378.62677 261.017334 367.061432 261.017334 C 355.458282 261.017334 344.081879 256.444092 334.066132 247.788971 C 324.050385 239.096069 315.697632 226.623596 309.914948 211.618896 C 304.132294 196.576355 301.070862 179.568481 301.070862 162.220459 C 301.070862 144.872437 304.132294 127.826782 309.914948 112.784241 C 315.697632 97.779541 324.050385 85.307068 334.066132 76.651978 C 344.081879 67.959045 355.458282 63.385803 367.061432 63.385803 C 378.62677 63.385803 390.003143 67.959045 400.056702 76.651978 C 410.072449 85.307068 418.425201 97.779541 424.207886 112.784241 C 429.99054 127.826782 433.051971 144.872437 433.051971 162.220459 L 433.051971 162.220459 Z"/>
<path id="path53" fill="#d6caad" fill-rule="evenodd" stroke="none" d="M 432.031494 162.220459 C 432.031494 179.303955 429.045654 196.085022 423.338593 210.862976 C 417.6315 225.64093 409.429932 237.924408 399.565369 246.466156 C 389.662994 255.007874 378.475586 259.505524 367.061432 259.505524 C 355.647247 259.505524 344.459839 255.007874 334.557495 246.466156 C 324.692902 237.924408 316.491333 225.64093 310.784241 210.862976 C 305.077179 196.085022 302.053558 179.303955 302.053558 162.220459 C 302.053558 145.137024 305.077179 128.355896 310.784241 113.540161 C 316.491333 98.762207 324.692902 86.47876 334.557495 77.937012 C 344.459839 69.395264 355.647247 64.897644 367.061432 64.897644 C 378.475586 64.897644 389.662994 69.395264 399.565369 77.937012 C 409.429932 86.47876 417.6315 98.762207 423.338593 113.540161 C 429.045654 128.355896 432.031494 145.137024 432.031494 162.220459 L 432.031494 162.220459 Z"/>
<path id="path54" fill="#d7cbae" fill-rule="evenodd" stroke="none" d="M 431.048828 162.220459 C 431.048828 179.039368 428.1008 195.555908 422.469299 210.107117 C 416.837799 224.696045 408.787415 236.790558 399.036224 245.181091 C 389.322845 253.609436 378.286621 258.031494 367.061432 258.031494 C 355.836212 258.031494 344.799988 253.609436 335.048828 245.181091 C 325.335419 236.790558 317.247253 224.696045 311.653534 210.107117 C 306.022034 195.555908 303.074005 179.039368 303.074005 162.220459 C 303.074005 145.40155 306.022034 128.847229 311.653534 114.296082 C 317.247253 99.744873 325.335419 87.650391 335.048828 79.222046 C 344.799988 70.831482 355.836212 66.371643 367.061432 66.371643 C 378.286621 66.371643 389.322845 70.831482 399.036224 79.222046 C 408.787415 87.650391 416.837799 99.744873 422.469299 114.296082 C 428.1008 128.847229 431.048828 145.40155 431.048828 162.220459 L 431.048828 162.220459 Z"/>
<path id="path55" fill="#d7cbb0" fill-rule="evenodd" stroke="none" d="M 430.028351 162.220459 C 430.028351 178.77478 427.118103 195.026794 421.600006 209.351196 C 416.081879 223.713379 408.107086 235.618896 398.544891 243.896057 C 388.982666 252.173218 378.097626 256.519684 367.061432 256.519684 C 355.987396 256.519684 345.140167 252.173218 335.577942 243.896057 C 325.977966 235.618896 318.040955 223.713379 312.522827 209.351196 C 306.966919 195.026794 304.056702 178.77478 304.056702 162.220459 C 304.056702 145.666138 306.966919 129.376404 312.522827 115.051941 C 318.040955 100.689758 325.977966 88.784241 335.577942 80.50708 C 345.140167 72.229919 355.987396 67.883484 367.061432 67.883484 C 378.097626 67.883484 388.982666 72.229919 398.544891 80.50708 C 408.107086 88.784241 416.081879 100.689758 421.600006 115.051941 C 427.118103 129.376404 430.028351 145.666138 430.028351 162.220459 L 430.028351 162.220459 Z"/>
<path id="path56" fill="#d8ccb1" fill-rule="evenodd" stroke="none" d="M 429.045654 162.220459 C 429.045654 178.510254 426.173218 194.49762 420.730713 208.633057 C 415.288177 222.730713 407.464569 234.447235 398.053558 242.573242 C 388.642517 250.737 377.946442 255.045654 367.061432 255.045654 C 356.176392 255.045654 345.480316 250.737 336.069305 242.573242 C 326.658264 234.447235 318.834656 222.730713 313.39212 208.633057 C 307.949615 194.49762 305.077179 178.510254 305.077179 162.220459 C 305.077179 145.930725 307.949615 129.905518 313.39212 115.807861 C 318.834656 101.672424 326.658264 89.955933 336.069305 81.829895 C 345.480316 73.666138 356.176392 69.395264 367.061432 69.395264 C 377.946442 69.395264 388.642517 73.666138 398.053558 81.829895 C 407.464569 89.955933 415.288177 101.672424 420.730713 115.807861 C 426.173218 129.905518 429.045654 145.930725 429.045654 162.220459 L 429.045654 162.220459 Z"/>
<path id="path57" fill="#d9cdb2" fill-rule="evenodd" stroke="none" d="M 428.025208 162.220459 C 428.025208 178.245667 425.228333 193.968506 419.86142 207.877136 C 414.532288 221.748047 406.822052 233.275604 397.562195 241.288177 C 388.264557 249.300781 377.757477 253.533844 367.061432 253.533844 C 356.365356 253.533844 345.820465 249.300781 336.560638 241.288177 C 327.300781 233.275604 319.590546 221.748047 314.223633 207.877136 C 308.894501 193.968506 306.059845 178.245667 306.059845 162.220459 C 306.059845 146.157471 308.894501 130.434631 314.223633 116.526001 C 319.590546 102.65509 327.300781 91.127563 336.560638 83.11499 C 345.820465 75.102356 356.365356 70.869263 367.061432 70.869263 C 377.757477 70.869263 388.264557 75.102356 397.562195 83.11499 C 406.822052 91.127563 414.532288 102.65509 419.86142 116.526001 C 425.228333 130.434631 428.025208 146.157471 428.025208 162.220459 L 428.025208 162.220459 Z"/>
<path id="path58" fill="#d9ceb3" fill-rule="evenodd" stroke="none" d="M 427.042511 162.220459 C 427.042511 177.981079 424.283478 193.477173 418.992126 207.121277 C 413.738586 220.765381 406.179535 232.103943 397.033081 240.003143 C 387.924408 247.864563 377.568512 252.022034 367.061432 252.022034 C 356.516541 252.022034 346.198425 247.864563 337.051971 240.003143 C 327.943298 232.103943 320.384247 220.765381 315.092926 207.121277 C 309.839355 193.477173 307.080322 177.981079 307.080322 162.220459 C 307.080322 146.422058 309.839355 130.963806 315.092926 117.28186 C 320.384247 103.637817 327.943298 92.299194 337.051971 84.400024 C 346.198425 76.538574 356.516541 72.381104 367.061432 72.381104 C 377.568512 72.381104 387.924408 76.538574 397.033081 84.400024 C 406.179535 92.299194 413.738586 103.637817 418.992126 117.28186 C 424.283478 130.963806 427.042511 146.422058 427.042511 162.220459 L 427.042511 162.220459 Z"/>
<path id="path59" fill="#dacfb5" fill-rule="evenodd" stroke="none" d="M 426.059845 162.220459 C 426.059845 177.716553 423.300781 192.948059 418.122833 206.365356 C 412.944885 219.782654 405.499207 230.932281 396.541718 238.718109 C 387.584259 246.466156 377.417328 250.548035 367.061432 250.548035 C 356.705505 250.548035 346.538574 246.466156 337.581116 238.718109 C 328.585815 230.932281 321.140167 219.782654 315.962219 206.365356 C 310.784241 192.948059 308.062988 177.716553 308.062988 162.220459 C 308.062988 146.686584 310.784241 131.455139 315.962219 118.037781 C 321.140167 104.620483 328.585815 93.470886 337.581116 85.722839 C 346.538574 77.974792 356.705505 73.892883 367.061432 73.892883 C 377.417328 73.892883 387.584259 77.974792 396.541718 85.722839 C 405.499207 93.470886 412.944885 104.620483 418.122833 118.037781 C 423.300781 131.455139 426.059845 146.686584 426.059845 162.220459 L 426.059845 162.220459 Z"/>
<path id="path60" fill="#dbd0b6" fill-rule="evenodd" stroke="none" d="M 425.039368 162.220459 C 425.039368 177.451965 422.355896 192.418884 417.291351 205.609436 C 412.188965 218.837769 404.856689 229.798401 396.050385 237.395264 C 387.24408 245.029907 377.228333 249.036224 367.061432 249.036224 C 356.894501 249.036224 346.878754 245.029907 338.072449 237.395264 C 329.266144 229.798401 321.933868 218.837769 316.831482 205.609436 C 311.766937 192.418884 309.083466 177.451965 309.083466 162.220459 C 309.083466 146.951172 311.766937 131.984253 316.831482 118.793701 C 321.933868 105.603149 329.266144 94.642517 338.072449 87.007874 C 346.878754 79.37323 356.894501 75.366943 367.061432 75.366943 C 377.228333 75.366943 387.24408 79.37323 396.050385 87.007874 C 404.856689 94.642517 412.188965 105.603149 417.291351 118.793701 C 422.355896 131.984253 425.039368 146.951172 425.039368 162.220459 L 425.039368 162.220459 Z"/>
<path id="path61" fill="#dbd0b7" fill-rule="evenodd" stroke="none" d="M 424.056702 162.220459 C 424.056702 177.187378 421.411011 191.889771 416.422058 204.891357 C 411.395264 217.855103 404.214172 228.62677 395.559052 236.110229 C 386.903931 243.593689 377.077179 247.524414 367.061432 247.524414 C 357.045654 247.524414 347.218903 243.593689 338.563782 236.110229 C 329.908661 228.62677 322.689758 217.855103 317.700775 204.891357 C 312.711823 191.889771 310.066132 177.187378 310.066132 162.220459 C 310.066132 147.215759 312.711823 132.513367 317.700775 119.549622 C 322.689758 106.548035 329.908661 95.776367 338.563782 88.292908 C 347.218903 80.809448 357.045654 76.878723 367.061432 76.878723 C 377.077179 76.878723 386.903931 80.809448 395.559052 88.292908 C 404.214172 95.776367 411.395264 106.548035 416.422058 119.549622 C 421.411011 132.513367 424.056702 147.215759 424.056702 162.220459 L 424.056702 162.220459 Z"/>
<path id="path62" fill="#dcd1b9" fill-rule="evenodd" stroke="none" d="M 423.036224 162.220459 C 423.036224 176.922852 420.466156 191.398438 415.552765 204.135437 C 410.639374 216.872437 403.571655 227.455139 395.067719 234.825195 C 386.52597 242.157471 376.888184 246.050385 367.061432 246.050385 C 357.23465 246.050385 347.559052 242.157471 339.055115 234.825195 C 330.551178 227.455139 323.483459 216.872437 318.570068 204.135437 C 313.656708 191.398438 311.086609 176.922852 311.086609 162.220459 C 311.086609 147.480286 313.656708 133.042542 318.570068 120.2677 C 323.483459 107.530701 330.551178 96.948059 339.055115 89.615723 C 347.559052 82.245667 357.23465 78.352783 367.061432 78.352783 C 376.888184 78.352783 386.52597 82.245667 395.067719 89.615723 C 403.571655 96.948059 410.639374 107.530701 415.552765 120.2677 C 420.466156 133.042542 423.036224 147.480286 423.036224 162.220459 L 423.036224 162.220459 Z"/>
<path id="path63" fill="#dcd2ba" fill-rule="evenodd" stroke="none" d="M 422.053558 162.220459 C 422.053558 176.658264 419.521271 190.869263 414.683472 203.379517 C 409.845673 215.889771 402.891327 226.283447 394.538574 233.50235 C 386.185822 240.759064 376.699219 244.538574 367.061432 244.538574 C 357.385834 244.538574 347.937012 240.759064 339.546448 233.50235 C 331.193695 226.283447 324.277161 215.889771 319.439362 203.379517 C 314.601563 190.869263 312.069305 176.658264 312.069305 162.220459 C 312.069305 147.744873 314.601563 133.533875 319.439362 121.023621 C 324.277161 108.513367 331.193695 98.11969 339.546448 90.900818 C 347.937012 83.681885 357.385834 79.864563 367.061432 79.864563 C 376.699219 79.864563 386.185822 83.681885 394.538574 90.900818 C 402.891327 98.11969 409.845673 108.513367 414.683472 121.023621 C 419.521271 133.533875 422.053558 147.744873 422.053558 162.220459 L 422.053558 162.220459 Z"/>
<path id="path64" fill="#ddd3bb" fill-rule="evenodd" stroke="none" d="M 421.033081 162.220459 C 421.033081 176.393677 418.538574 190.340149 413.814178 202.623596 C 409.089752 214.907104 402.24881 225.111816 394.047241 232.217316 C 385.845673 239.322845 376.548035 243.064575 367.061432 243.064575 C 357.574799 243.064575 348.277161 239.322845 340.075592 232.217316 C 331.874023 225.111816 325.033081 214.907104 320.308655 202.623596 C 315.546448 190.340149 313.051971 176.393677 313.051971 162.220459 C 313.051971 148.00946 315.546448 134.062988 320.308655 121.779541 C 325.033081 109.496033 331.874023 99.291321 340.075592 92.185852 C 348.277161 85.080322 357.574799 81.376404 367.061432 81.376404 C 376.548035 81.376404 385.845673 85.080322 394.047241 92.185852 C 402.24881 99.291321 409.089752 109.496033 413.814178 121.779541 C 418.538574 134.062988 421.033081 148.00946 421.033081 162.220459 L 421.033081 162.220459 Z"/>
<path id="path65" fill="#ded4bc" fill-rule="evenodd" stroke="none" d="M 420.050385 162.220459 C 420.050385 176.12915 417.593689 189.811035 412.944885 201.867737 C 408.296051 213.924438 401.606293 223.940186 393.555908 230.932281 C 385.505524 237.886627 376.35907 241.552765 367.061432 241.552765 C 357.763794 241.552765 348.61731 237.886627 340.566925 230.932281 C 332.516541 223.940186 325.826782 213.924438 321.177948 201.867737 C 316.529144 189.811035 314.072449 176.12915 314.072449 162.220459 C 314.072449 148.273987 316.529144 134.592102 321.177948 122.535461 C 325.826782 110.47876 332.516541 100.463013 340.566925 93.470886 C 348.61731 86.516541 357.763794 82.850403 367.061432 82.850403 C 376.35907 82.850403 385.505524 86.516541 393.555908 93.470886 C 401.606293 100.463013 408.296051 110.47876 412.944885 122.535461 C 417.593689 134.592102 420.050385 148.273987 420.050385 162.220459 L 420.050385 162.220459 Z"/>
<path id="path66" fill="#ded4be" fill-rule="evenodd" stroke="none" d="M 419.029907 162.220459 C 419.029907 175.864563 416.648804 189.28186 412.075592 201.149597 C 407.50235 212.979553 400.963776 222.806274 393.064575 229.609436 C 385.165344 236.450409 376.170074 240.040955 367.061432 240.040955 C 357.914948 240.040955 348.957489 236.450409 341.058258 229.609436 C 333.159058 222.806274 326.582672 212.979553 322.047241 201.149597 C 317.47403 189.28186 315.055115 175.864563 315.055115 162.220459 C 315.055115 148.538574 317.47403 135.121277 322.047241 123.291321 C 326.582672 111.461426 333.159058 101.634644 341.058258 94.793701 C 348.957489 87.952759 357.914948 84.362183 367.061432 84.362183 C 376.170074 84.362183 385.165344 87.952759 393.064575 94.793701 C 400.963776 101.634644 407.50235 111.461426 412.075592 123.291321 C 416.648804 135.121277 419.029907 148.538574 419.029907 162.220459 L 419.029907 162.220459 Z"/>
<path id="path67" fill="#dfd5bf" fill-rule="evenodd" stroke="none" d="M 418.047241 162.220459 C 418.047241 175.599976 415.703949 188.790527 411.206299 200.393677 C 406.74646 211.996826 400.283478 221.634644 392.535431 228.324402 C 384.787415 235.01416 376.01889 238.566925 367.061432 238.566925 C 358.103943 238.566925 349.297638 235.01416 341.549591 228.324402 C 333.801575 221.634644 327.376373 211.996826 322.916534 200.393677 C 318.418884 188.790527 316.075592 175.599976 316.075592 162.220459 C 316.075592 148.803162 318.418884 135.650391 322.916534 124.047241 C 327.376373 112.406311 333.801575 102.768494 341.549591 96.078735 C 349.297638 89.388977 358.103943 85.836243 367.061432 85.836243 C 376.01889 85.836243 384.787415 89.388977 392.535431 96.078735 C 400.283478 102.768494 406.74646 112.406311 411.206299 124.047241 C 415.703949 135.650391 418.047241 148.803162 418.047241 162.220459 L 418.047241 162.220459 Z"/>
<path id="path68" fill="#e0d6c0" fill-rule="evenodd" stroke="none" d="M 417.026764 162.220459 C 417.026764 175.335449 414.721252 188.261414 410.337006 199.637817 C 405.952759 211.01416 399.64093 220.463013 392.044098 227.039368 C 384.447235 233.615753 375.829926 237.055115 367.061432 237.055115 C 358.292908 237.055115 349.675598 233.615753 342.078735 227.039368 C 334.481903 220.463013 328.170074 211.01416 323.748016 199.637817 C 319.36377 188.261414 317.058258 175.335449 317.058258 162.220459 C 317.058258 149.067688 319.36377 136.141724 323.748016 124.765381 C 328.170074 113.388977 334.481903 103.940186 342.078735 97.36377 C 349.675598 90.825195 358.292908 87.348022 367.061432 87.348022 C 375.829926 87.348022 384.447235 90.825195 392.044098 97.36377 C 399.64093 103.940186 405.952759 113.388977 410.337006 124.765381 C 414.721252 136.141724 417.026764 149.067688 417.026764 162.220459 L 417.026764 162.220459 Z"/>
<path id="path69" fill="#e0d7c1" fill-rule="evenodd" stroke="none" d="M 416.044098 162.220459 C 416.044098 175.070862 413.776367 187.7323 409.467712 198.881897 C 405.196838 210.031494 398.998413 219.291321 391.552765 225.754333 C 384.107086 232.179535 375.64093 235.581116 367.061432 235.581116 C 358.444092 235.581116 350.015747 232.179535 342.570068 225.754333 C 335.12442 219.291321 328.925995 210.031494 324.61731 198.881897 C 320.346466 187.7323 318.078735 175.070862 318.078735 162.220459 C 318.078735 149.332275 320.346466 136.670837 324.61731 125.52124 C 328.925995 114.371643 335.12442 105.111816 342.570068 98.686584 C 350.015747 92.223633 358.444092 88.859863 367.061432 88.859863 C 375.64093 88.859863 384.107086 92.223633 391.552765 98.686584 C 398.998413 105.111816 405.196838 114.371643 409.467712 125.52124 C 413.776367 136.670837 416.044098 149.332275 416.044098 162.220459 L 416.044098 162.220459 Z"/>
<path id="path70" fill="#e1d8c3" fill-rule="evenodd" stroke="none" d="M 415.061432 162.220459 C 415.061432 174.806274 412.831482 187.203125 408.598419 198.125977 C 404.403137 209.048828 398.355896 218.11969 391.061432 224.431519 C 383.766937 230.743317 375.489777 234.069305 367.061432 234.069305 C 358.633057 234.069305 350.355896 230.743317 343.061432 224.431519 C 335.766937 218.11969 329.719696 209.048828 325.486603 198.125977 C 321.291351 187.203125 319.061432 174.806274 319.061432 162.220459 C 319.061432 149.596863 321.291351 137.200012 325.486603 126.277161 C 329.719696 115.354309 335.766937 106.283447 343.061432 99.97168 C 350.355896 93.659851 358.633057 90.333862 367.061432 90.333862 C 375.489777 90.333862 383.766937 93.659851 391.061432 99.97168 C 398.355896 106.283447 404.403137 115.354309 408.598419 126.277161 C 412.831482 137.200012 415.061432 149.596863 415.061432 162.220459 L 415.061432 162.220459 Z"/>
<path id="path71" fill="#e1d9c4" fill-rule="evenodd" stroke="none" d="M 414.040955 162.220459 C 414.040955 174.541748 411.886627 186.674011 407.766937 197.370056 C 403.609436 208.066162 397.675598 216.98584 390.532288 223.146484 C 383.426758 229.307068 375.300781 232.557495 367.061432 232.557495 C 358.822052 232.557495 350.696075 229.307068 343.552765 223.146484 C 336.409454 216.98584 330.475586 208.066162 326.355896 197.370056 C 322.236206 186.674011 320.081879 174.541748 320.081879 162.220459 C 320.081879 149.861389 322.236206 137.729126 326.355896 127.033081 C 330.475586 116.337036 336.409454 107.455139 343.552765 101.256714 C 350.696075 95.096069 358.822052 91.845642 367.061432 91.845642 C 375.300781 91.845642 383.426758 95.096069 390.532288 101.256714 C 397.675598 107.455139 403.609436 116.337036 407.766937 127.033081 C 411.886627 137.729126 414.040955 149.861389 414.040955 162.220459 L 414.040955 162.220459 Z"/>
<path id="path72" fill="#e2d9c5" fill-rule="evenodd" stroke="none" d="M 413.058258 162.220459 C 413.058258 174.277161 410.903931 186.182678 406.897644 196.651978 C 402.853546 207.121277 397.033081 215.814148 390.040955 221.861389 C 383.048828 227.908691 375.111816 231.083466 367.061432 231.083466 C 358.973236 231.083466 351.036224 227.908691 344.044098 221.861389 C 337.051971 215.814148 331.269287 207.121277 327.225189 196.651978 C 323.181091 186.182678 321.064575 174.277161 321.064575 162.220459 C 321.064575 150.125977 323.181091 138.25824 327.225189 127.789001 C 331.269287 117.319702 337.051971 108.62677 344.044098 102.579529 C 351.036224 96.532288 358.973236 93.319702 367.061432 93.319702 C 375.111816 93.319702 383.048828 96.532288 390.040955 102.579529 C 397.033081 108.62677 402.853546 117.319702 406.897644 127.789001 C 410.903931 138.25824 413.058258 150.125977 413.058258 162.220459 L 413.058258 162.220459 Z"/>
<path id="path73" fill="#e3dac6" fill-rule="evenodd" stroke="none" d="M 412.037781 162.220459 C 412.037781 174.050415 409.959045 185.653564 406.028351 195.896057 C 402.059845 206.138611 396.390564 214.642517 389.549591 220.538574 C 382.708649 226.472412 374.960632 229.571655 367.061432 229.571655 C 359.162201 229.571655 351.414185 226.472412 344.573242 220.538574 C 337.732269 214.642517 332.025208 206.138611 328.094482 195.896057 C 324.163788 185.653564 322.085052 174.050415 322.085052 162.220459 C 322.085052 150.390564 324.163788 138.749634 328.094482 128.50708 C 332.025208 118.264587 337.732269 109.76062 344.573242 103.864563 C 351.414185 97.930725 359.162201 94.831482 367.061432 94.831482 C 374.960632 94.831482 382.708649 97.930725 389.549591 103.864563 C 396.390564 109.76062 402.059845 118.264587 406.028351 128.50708 C 409.959045 138.749634 412.037781 150.390564 412.037781 162.220459 L 412.037781 162.220459 Z"/>
<path id="path74" fill="#e3dbc8" fill-rule="evenodd" stroke="none" d="M 411.055115 162.220459 C 411.055115 173.785828 409.01416 185.12439 405.159058 195.140137 C 401.303925 205.155884 395.748016 213.470886 389.058258 219.25354 C 382.3685 225.036194 374.771667 228.097656 367.061432 228.097656 C 359.351196 228.097656 351.754333 225.036194 345.064575 219.25354 C 338.374817 213.470886 332.818909 205.155884 328.963776 195.140137 C 325.108673 185.12439 323.067719 173.785828 323.067719 162.220459 C 323.067719 150.65509 325.108673 139.278748 328.963776 129.263 C 332.818909 119.247253 338.374817 110.932312 345.064575 105.149597 C 351.754333 99.366943 359.351196 96.343323 367.061432 96.343323 C 374.771667 96.343323 382.3685 99.366943 389.058258 105.149597 C 395.748016 110.932312 401.303925 119.247253 405.159058 129.263 C 409.01416 139.278748 411.055115 150.65509 411.055115 162.220459 L 411.055115 162.220459 Z"/>
<path id="path75" fill="#e4dcc9" fill-rule="evenodd" stroke="none" d="M 410.034637 162.220459 C 410.034637 173.52124 408.069305 184.595276 404.289764 194.384277 C 400.510223 204.173218 395.105499 212.299194 388.566925 217.968506 C 382.028351 223.599976 374.620483 226.585815 367.061432 226.585815 C 359.50235 226.585815 352.094482 223.599976 345.555908 217.968506 C 339.017334 212.299194 333.61261 204.173218 329.833069 194.384277 C 326.053558 184.595276 324.050385 173.52124 324.050385 162.220459 C 324.050385 150.919678 326.053558 139.807861 329.833069 130.018921 C 333.61261 120.229919 339.017334 112.103943 345.555908 106.472412 C 352.094482 100.803162 359.50235 97.817322 367.061432 97.817322 C 374.620483 97.817322 382.028351 100.803162 388.566925 106.472412 C 395.105499 112.103943 400.510223 120.229919 404.289764 130.018921 C 408.069305 139.807861 410.034637 150.919678 410.034637 162.220459 L 410.034637 162.220459 Z"/>
<path id="path76" fill="#e5ddca" fill-rule="evenodd" stroke="none" d="M 409.051971 162.220459 C 409.051971 173.256714 407.12442 184.103943 403.420471 193.628357 C 399.754333 203.190552 394.425201 211.127563 388.037781 216.645691 C 381.650391 222.163757 374.431488 225.074036 367.061432 225.074036 C 359.691345 225.074036 352.434631 222.163757 346.047241 216.645691 C 339.659851 211.127563 334.3685 203.190552 330.702362 193.628357 C 326.998413 184.103943 325.070862 173.256714 325.070862 162.220459 C 325.070862 151.184265 326.998413 140.337036 330.702362 130.77478 C 334.3685 121.212585 339.659851 113.275574 346.047241 107.757507 C 352.434631 102.23938 359.691345 99.329163 367.061432 99.329163 C 374.431488 99.329163 381.650391 102.23938 388.037781 107.757507 C 394.425201 113.275574 399.754333 121.212585 403.420471 130.77478 C 407.12442 140.337036 409.051971 151.184265 409.051971 162.220459 L 409.051971 162.220459 Z"/>
<path id="path77" fill="#e5ddcb" fill-rule="evenodd" stroke="none" d="M 408.031494 162.220459 C 408.031494 172.992126 406.141724 183.574829 402.551178 192.910217 C 398.960632 202.245667 393.782684 209.993713 387.546448 215.360657 C 381.310242 220.765381 374.242523 223.599976 367.061432 223.599976 C 359.842529 223.599976 352.774811 220.765381 346.576385 215.360657 C 340.340149 209.993713 335.162201 202.245667 331.571655 192.910217 C 327.943298 183.574829 326.053558 172.992126 326.053558 162.220459 C 326.053558 151.448792 327.943298 140.828369 331.571655 131.530701 C 335.162201 122.195251 340.340149 114.447266 346.576385 109.042542 C 352.774811 103.675598 359.842529 100.840942 367.061432 100.840942 C 374.242523 100.840942 381.310242 103.675598 387.546448 109.042542 C 393.782684 114.447266 398.960632 122.195251 402.551178 131.530701 C 406.141724 140.828369 408.031494 151.448792 408.031494 162.220459 L 408.031494 162.220459 Z"/>
<path id="path78" fill="#e6decd" fill-rule="evenodd" stroke="none" d="M 407.048828 162.220459 C 407.048828 172.727539 405.196838 183.045654 401.681885 192.154358 C 398.166931 201.263 393.140167 208.822021 387.055115 214.075562 C 380.970093 219.329163 374.091339 222.088196 367.061432 222.088196 C 360.031494 222.088196 353.152771 219.329163 347.067719 214.075562 C 340.982666 208.822021 335.918121 201.263 332.440948 192.154358 C 328.925995 183.045654 327.074005 172.727539 327.074005 162.220459 C 327.074005 151.675598 328.925995 141.357483 332.440948 132.24884 C 335.918121 123.177979 340.982666 115.581116 347.067719 110.327576 C 353.152771 105.074036 360.031494 102.314941 367.061432 102.314941 C 374.091339 102.314941 380.970093 105.074036 387.055115 110.327576 C 393.140167 115.581116 398.166931 123.177979 401.681885 132.24884 C 405.196838 141.357483 407.048828 151.675598 407.048828 162.220459 L 407.048828 162.220459 Z"/>
<path id="path79" fill="#e6dfce" fill-rule="evenodd" stroke="none" d="M 406.066132 162.220459 C 406.066132 172.463013 404.251984 182.516541 400.812592 191.398438 C 397.411011 200.280334 392.49765 207.650391 386.563782 212.752747 C 380.629913 217.892883 373.902374 220.576355 367.061432 220.576355 C 360.220459 220.576355 353.49292 217.892883 347.559052 212.752747 C 341.625183 207.650391 336.711823 200.280334 333.27243 191.398438 C 329.87088 182.516541 328.056702 172.463013 328.056702 162.220459 C 328.056702 151.940186 329.87088 141.886597 333.27243 133.0047 C 336.711823 124.122864 341.625183 116.752747 347.559052 111.650391 C 353.49292 106.510254 360.220459 103.826782 367.061432 103.826782 C 373.902374 103.826782 380.629913 106.510254 386.563782 111.650391 C 392.49765 116.752747 397.411011 124.122864 400.812592 133.0047 C 404.251984 141.886597 406.066132 151.940186 406.066132 162.220459 L 406.066132 162.220459 Z"/>
<path id="path80" fill="#e7e0cf" fill-rule="evenodd" stroke="none" d="M 405.045654 162.220459 C 405.045654 172.198425 403.307098 181.987427 399.943298 190.642517 C 396.61731 199.297607 391.817322 206.47876 386.034637 211.467712 C 380.289764 216.456665 373.713379 219.102356 367.061432 219.102356 C 360.371643 219.102356 353.833069 216.456665 348.050385 211.467712 C 342.267731 206.47876 337.505524 199.297607 334.141724 190.642517 C 330.815735 181.987427 329.077179 172.198425 329.077179 162.220459 C 329.077179 152.204712 330.815735 142.415771 334.141724 133.76062 C 337.505524 125.10553 342.267731 117.924438 348.050385 112.935425 C 353.833069 107.946472 360.371643 105.300781 367.061432 105.300781 C 373.713379 105.300781 380.289764 107.946472 386.034637 112.935425 C 391.817322 117.924438 396.61731 125.10553 399.943298 133.76062 C 403.307098 142.415771 405.045654 152.204712 405.045654 162.220459 L 405.045654 162.220459 Z"/>
<path id="path81" fill="#e8e1d0" fill-rule="evenodd" stroke="none" d="M 404.062988 162.220459 C 404.062988 171.933838 402.324402 181.496033 399.074005 189.886597 C 395.86142 198.314941 391.174805 205.307068 385.543304 210.182678 C 379.911804 215.058289 373.562195 217.590576 367.061432 217.590576 C 360.560638 217.590576 354.173218 215.058289 348.579529 210.182678 C 342.948029 205.307068 338.261414 198.314941 335.011017 189.886597 C 331.76062 181.496033 330.059845 171.933838 330.059845 162.220459 C 330.059845 152.469299 331.76062 142.944885 335.011017 134.516541 C 338.261414 126.088196 342.948029 119.096069 348.579529 114.220459 C 354.173218 109.38269 360.560638 106.812622 367.061432 106.812622 C 373.562195 106.812622 379.911804 109.38269 385.543304 114.220459 C 391.174805 119.096069 395.86142 126.088196 399.074005 134.516541 C 402.324402 142.944885 404.062988 152.469299 404.062988 162.220459 L 404.062988 162.220459 Z"/>
<path id="path82" fill="#e8e2d2" fill-rule="evenodd" stroke="none" d="M 403.042511 162.220459 C 403.042511 171.669312 401.379517 180.966919 398.242523 189.168518 C 395.067719 197.332275 390.532288 204.135437 385.051971 208.897644 C 379.571655 213.62207 373.37323 216.116516 367.061432 216.116516 C 360.749603 216.116516 354.513397 213.62207 349.070862 208.897644 C 343.590546 204.135437 339.055115 197.332275 335.88031 189.168518 C 332.743317 180.966919 331.080322 171.669312 331.080322 162.220459 C 331.080322 152.733887 332.743317 143.436218 335.88031 135.272461 C 339.055115 127.070862 343.590546 120.2677 349.070862 115.543335 C 354.513397 110.781128 360.749603 108.324402 367.061432 108.324402 C 373.37323 108.324402 379.571655 110.781128 385.051971 115.543335 C 390.532288 120.2677 395.067719 127.070862 398.242523 135.272461 C 401.379517 143.436218 403.042511 152.733887 403.042511 162.220459 L 403.042511 162.220459 Z"/>
<path id="path83" fill="#e9e2d3" fill-rule="evenodd" stroke="none" d="M 402.059845 162.220459 C 402.059845 171.404724 400.434631 180.437805 397.37323 188.412598 C 394.274017 196.38739 389.889771 203.001587 384.560638 207.574829 C 379.231506 212.185852 373.184265 214.604736 367.061432 214.604736 C 360.900787 214.604736 354.891327 212.185852 349.562195 207.574829 C 344.233063 203.001587 339.811035 196.38739 336.749603 188.412598 C 333.688202 180.437805 332.062988 171.404724 332.062988 162.220459 C 332.062988 152.998413 333.688202 143.965332 336.749603 135.99054 C 339.811035 128.053528 344.233063 121.439392 349.562195 116.828369 C 354.891327 112.217346 360.900787 109.798401 367.061432 109.798401 C 373.184265 109.798401 379.231506 112.217346 384.560638 116.828369 C 389.889771 121.439392 394.274017 128.053528 397.37323 135.99054 C 400.434631 143.965332 402.059845 152.998413 402.059845 162.220459 L 402.059845 162.220459 Z"/>
<path id="path84" fill="#eae3d4" fill-rule="evenodd" stroke="none" d="M 401.039368 162.220459 C 401.039368 171.140137 399.489777 179.908691 396.503937 187.656677 C 393.518097 195.404724 389.209442 201.829895 384.069305 206.289734 C 378.891327 210.749634 373.033081 213.092896 367.061432 213.092896 C 361.089752 213.092896 355.231506 210.749634 350.053558 206.289734 C 344.87558 201.829895 340.604736 195.404724 337.618896 187.656677 C 334.633057 179.908691 333.083466 171.140137 333.083466 162.220459 C 333.083466 153.263 334.633057 144.494507 337.618896 136.74646 C 340.604736 128.998413 344.87558 122.573242 350.053558 118.113403 C 355.231506 113.653564 361.089752 111.310242 367.061432 111.310242 C 373.033081 111.310242 378.891327 113.653564 384.069305 118.113403 C 389.209442 122.573242 393.518097 128.998413 396.503937 136.74646 C 399.489777 144.494507 401.039368 153.263 401.039368 162.220459 L 401.039368 162.220459 Z"/>
<path id="path85" fill="#eae4d5" fill-rule="evenodd" stroke="none" d="M 400.056702 162.220459 C 400.056702 170.87561 398.50708 179.379517 395.634644 186.900818 C 392.724396 194.422058 388.566925 200.658264 383.540161 205.0047 C 378.551178 209.313416 372.844086 211.618896 367.061432 211.618896 C 361.278748 211.618896 355.571655 209.313416 350.544891 205.0047 C 345.555908 200.658264 341.398438 194.422058 338.48819 186.900818 C 335.577942 179.379517 334.066132 170.87561 334.066132 162.220459 C 334.066132 153.527588 335.577942 145.023621 338.48819 137.50238 C 341.398438 129.981079 345.555908 123.744873 350.544891 119.436218 C 355.571655 115.089783 361.278748 112.784241 367.061432 112.784241 C 372.844086 112.784241 378.551178 115.089783 383.540161 119.436218 C 388.566925 123.744873 392.724396 129.981079 395.634644 137.50238 C 398.50708 145.023621 400.056702 153.527588 400.056702 162.220459 L 400.056702 162.220459 Z"/>
<path id="path86" fill="#ebe5d7" fill-rule="evenodd" stroke="none" d="M 399.036224 162.220459 C 399.036224 170.611023 397.562195 178.888184 394.76535 186.144897 C 391.968506 193.439392 387.924408 199.486633 383.048828 203.681885 C 378.173218 207.914978 372.655121 210.107117 367.061432 210.107117 C 361.429932 210.107117 355.911804 207.914978 351.074005 203.681885 C 346.198425 199.486633 342.154327 193.439392 339.357483 186.144897 C 336.560638 178.888184 335.048828 170.611023 335.048828 162.220459 C 335.048828 153.792114 336.560638 145.552734 339.357483 138.25824 C 342.154327 130.963806 346.198425 124.916565 351.074005 120.721252 C 355.911804 116.526001 361.429932 114.296082 367.061432 114.296082 C 372.655121 114.296082 378.173218 116.526001 383.048828 120.721252 C 387.924408 124.916565 391.968506 130.963806 394.76535 138.25824 C 397.562195 145.552734 399.036224 153.792114 399.036224 162.220459 L 399.036224 162.220459 Z"/>
<path id="path87" fill="#ebe6d8" fill-rule="evenodd" stroke="none" d="M 398.053558 162.220459 C 398.053558 170.346436 396.61731 178.35907 393.896057 185.426758 C 391.174805 192.456665 387.281891 198.314941 382.557495 202.396851 C 377.833069 206.47876 372.503937 208.633057 367.061432 208.633057 C 361.618896 208.633057 356.289764 206.47876 351.565369 202.396851 C 346.840942 198.314941 342.948029 192.456665 340.226776 185.426758 C 337.505524 178.35907 336.069305 170.346436 336.069305 162.220459 C 336.069305 154.056702 337.505524 146.044067 340.226776 139.01416 C 342.948029 131.946472 346.840942 126.088196 351.565369 122.006287 C 356.289764 117.924438 361.618896 115.807861 367.061432 115.807861 C 372.503937 115.807861 377.833069 117.924438 382.557495 122.006287 C 387.281891 126.088196 391.174805 131.946472 393.896057 139.01416 C 396.61731 146.044067 398.053558 154.056702 398.053558 162.220459 L 398.053558 162.220459 Z"/>
<path id="path88" fill="#ece6d9" fill-rule="evenodd" stroke="none" d="M 397.033081 162.220459 C 397.033081 170.081909 395.672455 177.829895 393.026764 184.670837 C 390.381104 191.473999 386.601563 197.143311 382.066132 201.111816 C 377.49292 205.042542 372.314972 207.121277 367.061432 207.121277 C 361.807861 207.121277 356.629913 205.042542 352.056702 201.111816 C 347.483459 197.143311 343.703949 191.473999 341.096069 184.670837 C 338.450409 177.829895 337.051971 170.081909 337.051971 162.220459 C 337.051971 154.321289 338.450409 146.573242 341.096069 139.7323 C 343.703949 132.929138 347.483459 127.259827 352.056702 123.291321 C 356.629913 119.360657 361.807861 117.28186 367.061432 117.28186 C 372.314972 117.28186 377.49292 119.360657 382.066132 123.291321 C 386.601563 127.259827 390.381104 132.929138 393.026764 139.7323 C 395.672455 146.573242 397.033081 154.321289 397.033081 162.220459 L 397.033081 162.220459 Z"/>
<path id="path89" fill="#ede7da" fill-rule="evenodd" stroke="none" d="M 396.050385 162.220459 C 396.050385 169.817322 394.72757 177.300781 392.157471 183.914978 C 389.625183 190.529114 385.959045 196.00946 381.537018 199.789001 C 377.152771 203.606323 372.163788 205.609436 367.061432 205.609436 C 361.959045 205.609436 356.970093 203.606323 352.548035 199.789001 C 348.163788 196.00946 344.49765 190.529114 341.965363 183.914978 C 339.395264 177.300781 338.072449 169.817322 338.072449 162.220459 C 338.072449 154.585815 339.395264 147.102356 341.965363 140.488159 C 344.49765 133.911804 348.163788 128.431519 352.548035 124.614197 C 356.970093 120.796875 361.959045 118.793701 367.061432 118.793701 C 372.163788 118.793701 377.152771 120.796875 381.537018 124.614197 C 385.959045 128.431519 389.625183 133.911804 392.157471 140.488159 C 394.72757 147.102356 396.050385 154.585815 396.050385 162.220459 L 396.050385 162.220459 Z"/>
<path id="path90" fill="#ede8dc" fill-rule="evenodd" stroke="none" d="M 395.067719 162.220459 C 395.067719 169.552734 393.744873 176.809448 391.288177 183.159058 C 388.831482 189.546448 385.316528 194.837769 381.045654 198.503967 C 376.812592 202.170105 371.974792 204.135437 367.061432 204.135437 C 362.148041 204.135437 357.310242 202.170105 353.077179 198.503967 C 348.806305 194.837769 345.25354 189.546448 342.796844 183.159058 C 340.340149 176.809448 339.055115 169.552734 339.055115 162.220459 C 339.055115 154.850403 340.340149 147.63147 342.796844 141.24408 C 345.25354 134.856689 348.806305 129.565369 353.077179 125.899231 C 357.310242 122.233093 362.148041 120.2677 367.061432 120.2677 C 371.974792 120.2677 376.812592 122.233093 381.045654 125.899231 C 385.316528 129.565369 388.831482 134.856689 391.288177 141.24408 C 393.744873 147.63147 395.067719 154.850403 395.067719 162.220459 L 395.067719 162.220459 Z"/>
<path id="path91" fill="#eee9dd" fill-rule="evenodd" stroke="none" d="M 394.047241 162.220459 C 394.047241 169.288208 392.799988 176.280334 390.418884 182.403137 C 388.075592 188.563782 384.674011 193.666138 380.554321 197.218872 C 376.434631 200.771667 371.785828 202.623596 367.061432 202.623596 C 362.337006 202.623596 357.650391 200.771667 353.568512 197.218872 C 349.448822 193.666138 346.047241 188.563782 343.666138 182.403137 C 341.322845 176.280334 340.075592 169.288208 340.075592 162.220459 C 340.075592 155.11499 341.322845 148.122864 343.666138 142 C 346.047241 135.839355 349.448822 130.737 353.568512 127.184265 C 357.650391 123.669312 362.337006 121.779541 367.061432 121.779541 C 371.785828 121.779541 376.434631 123.669312 380.554321 127.184265 C 384.674011 130.737 388.075592 135.839355 390.418884 142 C 392.799988 148.122864 394.047241 155.11499 394.047241 162.220459 L 394.047241 162.220459 Z"/>
<path id="path92" fill="#efeade" fill-rule="evenodd" stroke="none" d="M 393.064575 162.220459 C 393.064575 169.023621 391.855133 175.75116 389.549591 181.685059 C 387.281891 187.581116 383.993713 192.494507 380.062988 195.933838 C 376.094482 199.335449 371.634644 201.149597 367.061432 201.149597 C 362.48819 201.149597 358.028351 199.335449 354.059845 195.933838 C 350.091339 192.494507 346.840942 187.581116 344.535431 181.685059 C 342.267731 175.75116 341.058258 169.023621 341.058258 162.220459 C 341.058258 155.379517 342.267731 148.651978 344.535431 142.75592 C 346.840942 136.822021 350.091339 131.908691 354.059845 128.50708 C 358.028351 125.067688 362.48819 123.291321 367.061432 123.291321 C 371.634644 123.291321 376.094482 125.067688 380.062988 128.50708 C 383.993713 131.908691 387.281891 136.822021 389.549591 142.75592 C 391.855133 148.651978 393.064575 155.379517 393.064575 162.220459 L 393.064575 162.220459 Z"/>
<path id="path93" fill="#efebe0" fill-rule="evenodd" stroke="none" d="M 392.044098 162.220459 C 392.044098 168.759033 390.910248 175.222046 388.718109 180.929138 C 386.52597 186.59845 383.351196 191.322815 379.571655 194.611023 C 375.754333 197.899231 371.445679 199.637817 367.061432 199.637817 C 362.677155 199.637817 358.3685 197.899231 354.551178 194.611023 C 350.771667 191.322815 347.596863 186.59845 345.404724 180.929138 C 343.212585 175.222046 342.078735 168.759033 342.078735 162.220459 C 342.078735 155.644104 343.212585 149.181091 345.404724 143.473999 C 347.596863 137.804749 350.771667 133.080322 354.551178 129.792114 C 358.3685 126.503967 362.677155 124.765381 367.061432 124.765381 C 371.445679 124.765381 375.754333 126.503967 379.571655 129.792114 C 383.351196 133.080322 386.52597 137.804749 388.718109 143.473999 C 390.910248 149.181091 392.044098 155.644104 392.044098 162.220459 L 392.044098 162.220459 Z"/>
<path id="path94" fill="#f0ebe1" fill-rule="evenodd" stroke="none" d="M 391.061432 162.220459 C 391.061432 168.494507 389.927551 174.692932 387.848816 180.173218 C 385.732269 185.615723 382.708649 190.151184 379.042511 193.325989 C 375.414185 196.463013 371.256683 198.125977 367.061432 198.125977 C 362.828339 198.125977 358.708649 196.463013 355.042511 193.325989 C 351.414185 190.151184 348.390564 185.615723 346.274017 180.173218 C 344.157471 174.692932 343.061432 168.494507 343.061432 162.220459 C 343.061432 155.908691 344.157471 149.710266 346.274017 144.229919 C 348.390564 138.787415 351.414185 134.251953 355.042511 131.077148 C 358.708649 127.940186 362.828339 126.277161 367.061432 126.277161 C 371.256683 126.277161 375.414185 127.940186 379.042511 131.077148 C 382.708649 134.251953 385.732269 138.787415 387.848816 144.229919 C 389.927551 149.710266 391.061432 155.908691 391.061432 162.220459 L 391.061432 162.220459 Z"/>
<path id="path95" fill="#f1ece2" fill-rule="evenodd" stroke="none" d="M 390.040955 162.220459 C 390.040955 168.2677 388.982666 174.201599 386.979523 179.417297 C 384.938568 184.670837 382.066132 189.017334 378.551178 192.040955 C 375.074005 195.064575 371.105499 196.651978 367.061432 196.651978 C 363.017334 196.651978 359.048828 195.064575 355.571655 192.040955 C 352.056702 189.017334 349.146454 184.670837 347.143311 179.417297 C 345.140167 174.201599 344.044098 168.2677 344.044098 162.220459 C 344.044098 156.173218 345.140167 150.23938 347.143311 144.98584 C 349.146454 139.770081 352.056702 135.423645 355.571655 132.400024 C 359.048828 129.376404 363.017334 127.789001 367.061432 127.789001 C 371.105499 127.789001 375.074005 129.376404 378.551178 132.400024 C 382.066132 135.423645 384.938568 139.770081 386.979523 144.98584 C 388.982666 150.23938 390.040955 156.173218 390.040955 162.220459 L 390.040955 162.220459 Z"/>
<path id="path96" fill="#f1ede3" fill-rule="evenodd" stroke="none" d="M 389.058258 162.220459 C 389.058258 168.003174 388.037781 173.672424 386.110229 178.661438 C 384.182678 183.688171 381.385834 187.845642 378.059845 190.71814 C 374.696075 193.628357 370.916534 195.140137 367.061432 195.140137 C 363.206299 195.140137 359.388977 193.628357 356.062988 190.71814 C 352.699219 187.845642 349.940155 183.688171 348.012604 178.661438 C 346.085052 173.672424 345.064575 168.003174 345.064575 162.220459 C 345.064575 156.437805 346.085052 150.730713 348.012604 145.74176 C 349.940155 140.714966 352.699219 136.557495 356.062988 133.685059 C 359.388977 130.77478 363.206299 129.263 367.061432 129.263 C 370.916534 129.263 374.696075 130.77478 378.059845 133.685059 C 381.385834 136.557495 384.182678 140.714966 386.110229 145.74176 C 388.037781 150.730713 389.058258 156.437805 389.058258 162.220459 L 389.058258 162.220459 Z"/>
<path id="path97" fill="#f2eee5" fill-rule="evenodd" stroke="none" d="M 388.037781 162.220459 C 388.037781 167.738586 387.092926 173.143311 385.240936 177.943298 C 383.388977 182.705505 380.743317 186.674011 377.568512 189.433044 C 374.355896 192.192139 370.72757 193.628357 367.061432 193.628357 C 363.357483 193.628357 359.766937 192.192139 356.554321 189.433044 C 353.379517 186.674011 350.733856 182.705505 348.881897 177.943298 C 347.029907 173.143311 346.047241 167.738586 346.047241 162.220459 C 346.047241 156.702393 347.029907 151.259827 348.881897 146.49762 C 350.733856 141.697632 353.379517 137.729126 356.554321 134.970093 C 359.766937 132.210999 363.357483 130.77478 367.061432 130.77478 C 370.72757 130.77478 374.355896 132.210999 377.568512 134.970093 C 380.743317 137.729126 383.388977 141.697632 385.240936 146.49762 C 387.092926 151.259827 388.037781 156.702393 388.037781 162.220459 L 388.037781 162.220459 Z"/>
<path id="path98" fill="#f2efe6" fill-rule="evenodd" stroke="none" d="M 387.055115 162.220459 C 387.055115 167.473999 386.110229 172.614197 384.371643 177.187378 C 382.633057 181.722839 380.1008 185.50238 377.039368 188.14801 C 374.015747 190.75592 370.576385 192.154358 367.061432 192.154358 C 363.546448 192.154358 360.107086 190.75592 357.045654 188.14801 C 354.022034 185.50238 351.489777 181.722839 349.75119 177.187378 C 347.974792 172.614197 347.067719 167.473999 347.067719 162.220459 C 347.067719 156.966919 347.974792 151.789001 349.75119 147.215759 C 351.489777 142.680298 354.022034 138.900818 357.045654 136.292908 C 360.107086 133.647217 363.546448 132.24884 367.061432 132.24884 C 370.576385 132.24884 374.015747 133.647217 377.039368 136.292908 C 380.1008 138.900818 382.633057 142.680298 384.371643 147.215759 C 386.110229 151.789001 387.055115 156.966919 387.055115 162.220459 L 387.055115 162.220459 Z"/>
<path id="path99" fill="#f3efe7" fill-rule="evenodd" stroke="none" d="M 386.034637 162.220459 C 386.034637 167.209473 385.165344 172.122864 383.50235 176.431519 C 381.839355 180.740173 379.458282 184.330688 376.548035 186.825195 C 373.675598 189.319702 370.38739 190.642517 367.061432 190.642517 C 363.735443 190.642517 360.447235 189.319702 357.574799 186.825195 C 354.664581 184.330688 352.283478 180.740173 350.620483 176.431519 C 348.957489 172.122864 348.050385 167.209473 348.050385 162.220459 C 348.050385 157.193726 348.957489 152.318115 350.620483 147.97168 C 352.283478 143.662964 354.664581 140.072449 357.574799 137.577942 C 360.447235 135.083435 363.735443 133.76062 367.061432 133.76062 C 370.38739 133.76062 373.675598 135.083435 376.548035 137.577942 C 379.458282 140.072449 381.839355 143.662964 383.50235 147.97168 C 385.165344 152.318115 386.034637 157.193726 386.034637 162.220459 L 386.034637 162.220459 Z"/>
<path id="path100" fill="#f4f0e8" fill-rule="evenodd" stroke="none" d="M 385.051971 162.220459 C 385.051971 166.944885 384.220459 171.593689 382.633057 175.675598 C 381.045654 179.795288 378.777954 183.196838 376.056702 185.540161 C 373.335419 187.921265 370.198425 189.168518 367.061432 189.168518 C 363.886627 189.168518 360.787415 187.921265 358.066132 185.540161 C 355.307098 183.196838 353.039368 179.795288 351.489777 175.675598 C 349.902374 171.593689 349.070862 166.944885 349.070862 162.220459 C 349.070862 157.458252 349.902374 152.809448 351.489777 148.727539 C 353.039368 144.645691 355.307098 141.24408 358.066132 138.862976 C 360.787415 136.519714 363.886627 135.272461 367.061432 135.272461 C 370.198425 135.272461 373.335419 136.519714 376.056702 138.862976 C 378.777954 141.24408 381.045654 144.645691 382.633057 148.727539 C 384.220459 152.809448 385.051971 157.458252 385.051971 162.220459 L 385.051971 162.220459 Z"/>
<path id="path101" fill="#f4f1ea" fill-rule="evenodd" stroke="none" d="M 384.069305 162.220459 C 384.069305 166.680298 383.275604 171.064575 381.763794 174.919678 C 380.289764 178.812622 378.135437 182.025208 375.565369 184.255127 C 372.957489 186.485046 370.047241 187.656677 367.061432 187.656677 C 364.075592 187.656677 361.127563 186.485046 358.557495 184.255127 C 355.987396 182.025208 353.833069 178.812622 352.321259 174.919678 C 350.847229 171.064575 350.053558 166.680298 350.053558 162.220459 C 350.053558 157.722839 350.847229 153.338562 352.321259 149.483459 C 353.833069 145.628357 355.987396 142.415771 358.557495 140.14801 C 361.127563 137.918091 364.075592 136.74646 367.061432 136.74646 C 370.047241 136.74646 372.957489 137.918091 375.565369 140.14801 C 378.135437 142.415771 380.289764 145.628357 381.763794 149.483459 C 383.275604 153.338562 384.069305 157.722839 384.069305 162.220459 L 384.069305 162.220459 Z"/>
<path id="path102" fill="#f5f2eb" fill-rule="evenodd" stroke="none" d="M 383.048828 162.220459 C 383.048828 166.415771 382.330719 170.535461 380.894501 174.163757 C 379.496063 177.829895 377.49292 180.853516 375.036224 182.932312 C 372.61731 185.048828 369.858276 186.144897 367.061432 186.144897 C 364.264557 186.144897 361.505524 185.048828 359.048828 182.932312 C 356.629913 180.853516 354.588989 177.829895 353.190552 174.163757 C 351.792114 170.535461 351.074005 166.415771 351.074005 162.220459 C 351.074005 157.987427 351.792114 153.867737 353.190552 150.23938 C 354.588989 146.573242 356.629913 143.549622 359.048828 141.470886 C 361.505524 139.354309 364.264557 138.25824 367.061432 138.25824 C 369.858276 138.25824 372.61731 139.354309 375.036224 141.470886 C 377.49292 143.549622 379.496063 146.573242 380.894501 150.23938 C 382.330719 153.867737 383.048828 157.987427 383.048828 162.220459 L 383.048828 162.220459 Z"/>
<path id="path103" fill="#f6f3ec" fill-rule="evenodd" stroke="none" d="M 382.066132 162.220459 C 382.066132 166.151184 381.348022 170.006287 380.025208 173.445679 C 378.740143 176.847229 376.850403 179.681885 374.544891 181.647217 C 372.277161 183.61261 369.707092 184.670837 367.061432 184.670837 C 364.415741 184.670837 361.845673 183.61261 359.540161 181.647217 C 357.27243 179.681885 355.38269 176.847229 354.059845 173.445679 C 352.737 170.006287 352.056702 166.151184 352.056702 162.220459 C 352.056702 158.251953 352.737 154.396851 354.059845 150.9953 C 355.38269 147.555908 357.27243 144.721252 359.540161 142.75592 C 361.845673 140.790527 364.415741 139.7323 367.061432 139.7323 C 369.707092 139.7323 372.277161 140.790527 374.544891 142.75592 C 376.850403 144.721252 378.740143 147.555908 380.025208 150.9953 C 381.348022 154.396851 382.066132 158.251953 382.066132 162.220459 L 382.066132 162.220459 Z"/>
<path id="path104" fill="#f6f4ed" fill-rule="evenodd" stroke="none" d="M 381.045654 162.220459 C 381.045654 165.886597 380.403137 169.514954 379.193695 172.689758 C 377.946442 175.864563 376.170074 178.510254 374.053558 180.362183 C 371.937012 182.214172 369.518097 183.159058 367.061432 183.159058 C 364.604736 183.159058 362.185822 182.214172 360.069305 180.362183 C 357.914948 178.510254 356.176392 175.864563 354.929138 172.689758 C 353.719696 169.514954 353.077179 165.886597 353.077179 162.220459 C 353.077179 158.516541 353.719696 154.925964 354.929138 151.713379 C 356.176392 148.538574 357.914948 145.892883 360.069305 144.040955 C 362.185822 142.226746 364.604736 141.24408 367.061432 141.24408 C 369.518097 141.24408 371.937012 142.226746 374.053558 144.040955 C 376.170074 145.892883 377.946442 148.538574 379.193695 151.713379 C 380.403137 154.925964 381.045654 158.516541 381.045654 162.220459 L 381.045654 162.220459 Z"/>
<path id="path105" fill="#f7f4ef" fill-rule="evenodd" stroke="none" d="M 380.062988 162.220459 C 380.062988 165.62207 379.458282 168.98584 378.324402 171.933838 C 377.152771 174.881897 375.527557 177.338562 373.562195 179.077148 C 371.596863 180.777954 369.329132 181.685059 367.061432 181.685059 C 364.793701 181.685059 362.52597 180.777954 360.560638 179.077148 C 358.595276 177.338562 356.932281 174.881897 355.798431 171.933838 C 354.664581 168.98584 354.059845 165.62207 354.059845 162.220459 C 354.059845 158.781128 354.664581 155.417297 355.798431 152.469299 C 356.932281 149.52124 358.595276 147.064575 360.560638 145.36377 C 362.52597 143.625183 364.793701 142.75592 367.061432 142.75592 C 369.329132 142.75592 371.596863 143.625183 373.562195 145.36377 C 375.527557 147.064575 377.152771 149.52124 378.324402 152.469299 C 379.458282 155.417297 380.062988 158.781128 380.062988 162.220459 L 380.062988 162.220459 Z"/>
<path id="path106" fill="#f7f5f0" fill-rule="evenodd" stroke="none" d="M 379.042511 162.220459 C 379.042511 165.357483 378.513397 168.456665 377.455109 171.177979 C 376.396851 173.937012 374.88504 176.204712 373.070862 177.754333 C 371.218903 179.341736 369.177948 180.173218 367.061432 180.173218 C 364.944885 180.173218 362.86615 179.341736 361.051971 177.754333 C 359.237793 176.204712 357.725983 173.937012 356.667725 171.177979 C 355.609436 168.456665 355.042511 165.357483 355.042511 162.220459 C 355.042511 159.045654 355.609436 155.946472 356.667725 153.22522 C 357.725983 150.503967 359.237793 148.236206 361.051971 146.648804 C 362.86615 145.061401 364.944885 144.229919 367.061432 144.229919 C 369.177948 144.229919 371.218903 145.061401 373.070862 146.648804 C 374.88504 148.236206 376.396851 150.503967 377.455109 153.22522 C 378.513397 155.946472 379.042511 159.045654 379.042511 162.220459 L 379.042511 162.220459 Z"/>
<path id="path107" fill="#f8f6f1" fill-rule="evenodd" stroke="none" d="M 378.059845 162.220459 C 378.059845 165.092896 377.530701 167.927551 376.585815 170.422058 C 375.603149 172.954346 374.242523 175.033081 372.541718 176.469299 C 370.878754 177.905518 368.988983 178.661438 367.061432 178.661438 C 365.13385 178.661438 363.24408 177.905518 361.543304 176.469299 C 359.88031 175.033081 358.481903 172.954346 357.537018 170.422058 C 356.554321 167.927551 356.062988 165.092896 356.062988 162.220459 C 356.062988 159.310242 356.554321 156.475586 357.537018 153.981079 C 358.481903 151.486633 359.88031 149.370056 361.543304 147.933838 C 363.24408 146.49762 365.13385 145.74176 367.061432 145.74176 C 368.988983 145.74176 370.878754 146.49762 372.541718 147.933838 C 374.242523 149.370056 375.603149 151.486633 376.585815 153.981079 C 377.530701 156.475586 378.059845 159.310242 378.059845 162.220459 L 378.059845 162.220459 Z"/>
<path id="path108" fill="#f9f7f2" fill-rule="evenodd" stroke="none" d="M 377.039368 162.220459 C 377.039368 164.828369 376.585815 167.398438 375.716522 169.703918 C 374.847229 171.97168 373.562195 173.861389 372.050385 175.184265 C 370.538574 176.469299 368.799988 177.187378 367.061432 177.187378 C 365.285034 177.187378 363.584259 176.469299 362.072449 175.184265 C 360.522827 173.861389 359.275604 171.97168 358.406311 169.703918 C 357.537018 167.398438 357.045654 164.828369 357.045654 162.220459 C 357.045654 159.574829 357.537018 157.0047 358.406311 154.737 C 359.275604 152.431519 360.522827 150.541748 362.072449 149.256714 C 363.584259 147.933838 365.285034 147.215759 367.061432 147.215759 C 368.799988 147.215759 370.538574 147.933838 372.050385 149.256714 C 373.562195 150.541748 374.847229 152.431519 375.716522 154.737 C 376.585815 157.0047 377.039368 159.574829 377.039368 162.220459 L 377.039368 162.220459 Z"/>
<path id="path109" fill="#f9f8f4" fill-rule="evenodd" stroke="none" d="M 376.056702 162.220459 C 376.056702 164.563782 375.64093 166.907104 374.847229 168.948059 C 374.053558 170.988953 372.919678 172.689758 371.559052 173.861389 C 370.198425 175.070862 368.648804 175.675598 367.061432 175.675598 C 365.47403 175.675598 363.924408 175.070862 362.563782 173.861389 C 361.203156 172.689758 360.069305 170.988953 359.275604 168.948059 C 358.481903 166.907104 358.066132 164.563782 358.066132 162.220459 C 358.066132 159.839355 358.481903 157.533875 359.275604 155.455139 C 360.069305 153.414185 361.203156 151.713379 362.563782 150.541748 C 363.924408 149.370056 365.47403 148.727539 367.061432 148.727539 C 368.648804 148.727539 370.198425 149.370056 371.559052 150.541748 C 372.919678 151.713379 374.053558 153.414185 374.847229 155.455139 C 375.64093 157.533875 376.056702 159.839355 376.056702 162.220459 L 376.056702 162.220459 Z"/>
<path id="path110" fill="#faf8f5" fill-rule="evenodd" stroke="none" d="M 375.036224 162.220459 C 375.036224 164.299194 374.696075 166.37793 373.977966 168.192139 C 373.297638 170.006287 372.277161 171.518127 371.067719 172.576355 C 369.858276 173.634644 368.459839 174.163757 367.061432 174.163757 C 365.662994 174.163757 364.264557 173.634644 363.055115 172.576355 C 361.845673 171.518127 360.825195 170.006287 360.144867 168.192139 C 359.426758 166.37793 359.048828 164.299194 359.048828 162.220459 C 359.048828 160.103943 359.426758 158.025208 360.144867 156.210999 C 360.825195 154.396851 361.845673 152.88501 363.055115 151.826782 C 364.264557 150.768494 365.662994 150.23938 367.061432 150.23938 C 368.459839 150.23938 369.858276 150.768494 371.067719 151.826782 C 372.277161 152.88501 373.297638 154.396851 373.977966 156.210999 C 374.696075 158.025208 375.036224 160.103943 375.036224 162.220459 L 375.036224 162.220459 Z"/>
<path id="path111" fill="#fbf9f6" fill-rule="evenodd" stroke="none" d="M 374.053558 162.220459 C 374.053558 164.034668 373.713379 165.848816 373.108673 167.436218 C 372.503937 169.023621 371.634644 170.346436 370.538574 171.291321 C 369.480316 172.198425 368.270874 172.689758 367.061432 172.689758 C 365.814178 172.689758 364.604736 172.198425 363.546448 171.291321 C 362.48819 170.346436 361.618896 169.023621 361.01416 167.436218 C 360.371643 165.848816 360.069305 164.034668 360.069305 162.220459 C 360.069305 160.36853 360.371643 158.554321 361.01416 156.966919 C 361.618896 155.379517 362.48819 154.056702 363.546448 153.111816 C 364.604736 152.204712 365.814178 151.713379 367.061432 151.713379 C 368.270874 151.713379 369.480316 152.204712 370.538574 153.111816 C 371.634644 154.056702 372.503937 155.379517 373.108673 156.966919 C 373.713379 158.554321 374.053558 160.36853 374.053558 162.220459 L 374.053558 162.220459 Z"/>
<path id="path112" fill="#fbfaf7" fill-rule="evenodd" stroke="none" d="M 373.070862 162.220459 C 373.070862 163.770081 372.768494 165.319702 372.23938 166.680298 C 371.710236 168.078735 370.954346 169.212585 370.047241 169.968506 C 369.140167 170.762207 368.11969 171.177979 367.061432 171.177979 C 366.003143 171.177979 364.982666 170.762207 364.075592 169.968506 C 363.130707 169.212585 362.374817 168.078735 361.845673 166.680298 C 361.316528 165.319702 361.051971 163.770081 361.051971 162.220459 C 361.051971 160.633057 361.316528 159.083435 361.845673 157.722839 C 362.374817 156.362183 363.130707 155.228333 364.075592 154.434631 C 364.982666 153.64093 366.003143 153.22522 367.061432 153.22522 C 368.11969 153.22522 369.140167 153.64093 370.047241 154.434631 C 370.954346 155.228333 371.710236 156.362183 372.23938 157.722839 C 372.768494 159.083435 373.070862 160.633057 373.070862 162.220459 L 373.070862 162.220459 Z"/>
<path id="path113" fill="#fcfbf9" fill-rule="evenodd" stroke="none" d="M 372.050385 162.220459 C 372.050385 163.505493 371.823608 164.828369 371.370087 165.962219 C 370.954346 167.096069 370.311798 168.040955 369.555908 168.683472 C 368.799988 169.36377 367.930695 169.703918 367.061432 169.703918 C 366.192139 169.703918 365.322845 169.36377 364.566925 168.683472 C 363.811035 168.040955 363.168518 167.096069 362.714966 165.962219 C 362.299225 164.828369 362.072449 163.505493 362.072449 162.220459 C 362.072449 160.897644 362.299225 159.61261 362.714966 158.47876 C 363.168518 157.307068 363.811035 156.362183 364.566925 155.719666 C 365.322845 155.077148 366.192139 154.737 367.061432 154.737 C 367.930695 154.737 368.799988 155.077148 369.555908 155.719666 C 370.311798 156.362183 370.954346 157.307068 371.370087 158.47876 C 371.823608 159.61261 372.050385 160.897644 372.050385 162.220459 L 372.050385 162.220459 Z"/>
<path id="path114" fill="#fcfcfa" fill-rule="evenodd" stroke="none" d="M 371.067719 162.220459 C 371.067719 163.240967 370.878754 164.299194 370.538574 165.206299 C 370.160645 166.113403 369.669281 166.869263 369.064575 167.398438 C 368.459839 167.927551 367.74173 168.192139 367.061432 168.192139 C 366.343292 168.192139 365.662994 167.927551 365.058258 167.398438 C 364.453552 166.869263 363.962219 166.113403 363.584259 165.206299 C 363.24408 164.299194 363.055115 163.240967 363.055115 162.220459 C 363.055115 161.162231 363.24408 160.103943 363.584259 159.196838 C 363.962219 158.289734 364.453552 157.533875 365.058258 157.0047 C 365.662994 156.475586 366.343292 156.210999 367.061432 156.210999 C 367.74173 156.210999 368.459839 156.475586 369.064575 157.0047 C 369.669281 157.533875 370.160645 158.289734 370.538574 159.196838 C 370.878754 160.103943 371.067719 161.162231 371.067719 162.220459 L 371.067719 162.220459 Z"/>
<path id="path115" fill="#fdfdfb" fill-rule="evenodd" stroke="none" d="M 370.047241 162.220459 C 370.047241 162.976379 369.933868 163.770081 369.669281 164.450378 C 369.404724 165.130737 369.026764 165.697632 368.573242 166.113403 C 368.081879 166.491333 367.590546 166.680298 367.061432 166.680298 C 366.532288 166.680298 366.003143 166.491333 365.549591 166.113403 C 365.096069 165.697632 364.718109 165.130737 364.453552 164.450378 C 364.188965 163.770081 364.075592 162.976379 364.075592 162.220459 C 364.075592 161.426758 364.188965 160.633057 364.453552 159.952759 C 364.718109 159.272461 365.096069 158.705505 365.549591 158.327576 C 366.003143 157.911804 366.532288 157.722839 367.061432 157.722839 C 367.590546 157.722839 368.081879 157.911804 368.573242 158.327576 C 369.026764 158.705505 369.404724 159.272461 369.669281 159.952759 C 369.933868 160.633057 370.047241 161.426758 370.047241 162.220459 L 370.047241 162.220459 Z"/>
<path id="path116" fill="#fefdfc" fill-rule="evenodd" stroke="none" d="M 369.064575 162.220459 C 369.064575 162.749634 368.951172 163.240967 368.799988 163.694458 C 368.611023 164.14801 368.346466 164.526001 368.044098 164.790527 C 367.74173 165.055115 367.401581 165.206299 367.061432 165.206299 C 366.721252 165.206299 366.343292 165.055115 366.040955 164.790527 C 365.738586 164.526001 365.51181 164.14801 365.322845 163.694458 C 365.13385 163.240967 365.058258 162.749634 365.058258 162.220459 C 365.058258 161.691345 365.13385 161.162231 365.322845 160.708679 C 365.51181 160.255127 365.738586 159.877136 366.040955 159.61261 C 366.343292 159.348022 366.721252 159.196838 367.061432 159.196838 C 367.401581 159.196838 367.74173 159.348022 368.044098 159.61261 C 368.346466 159.877136 368.611023 160.255127 368.799988 160.708679 C 368.951172 161.162231 369.064575 161.691345 369.064575 162.220459 L 369.064575 162.220459 Z"/>
<path id="path117" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 368.044098 162.220459 C 368.044098 162.485046 368.006287 162.711792 367.930695 162.938599 C 367.817322 163.165344 367.703949 163.354309 367.552765 163.505493 C 367.401581 163.618896 367.250397 163.694458 367.061432 163.694458 C 366.872437 163.694458 366.721252 163.618896 366.570068 163.505493 C 366.418884 163.354309 366.267731 163.165344 366.192139 162.938599 C 366.116547 162.711792 366.040955 162.485046 366.040955 162.220459 C 366.040955 161.955933 366.116547 161.691345 366.192139 161.464539 C 366.267731 161.237793 366.418884 161.048828 366.570068 160.897644 C 366.721252 160.784241 366.872437 160.708679 367.061432 160.708679 C 367.250397 160.708679 367.401581 160.784241 367.552765 160.897644 C 367.703949 161.048828 367.817322 161.237793 367.930695 161.464539 C 368.006287 161.691345 368.044098 161.955933 368.044098 162.220459 L 368.044098 162.220459 Z"/>
</g>
<clipPath id="clipPath4">
<path d="M 202.311813 409.36377 L 202.311813 306.182678 L 290.299225 163.127563 L 366.116547 200.280334 L 365.927551 314.459839 L 316.453552 343.335419 L 316.453552 233.275604 L 265.581116 262.188965 L 265.581116 372.929138 L 202.311813 409.36377 L 202.311813 409.36377 Z"/>
</clipPath>
<g id="g3" clip-path="url(#clipPath4)"/>
<clipPath id="clipPath5">
<path d="M 17.795277 -56.651978 L 735.867725 -56.651978 L 735.867725 418.094482 L 17.795277 418.094482 L 17.795277 -56.651978 Z"/>
</clipPath>
<g id="g4" clip-path="url(#clipPath5)">
<path id="path118" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 202.311813 409.36377 L 202.311813 306.182678 L 290.299225 163.127563 L 366.116547 200.280334 L 365.927551 314.459839 L 316.453552 343.335419 L 316.453552 233.275604 L 265.581116 262.188965 L 265.581116 372.929138 L 202.311813 409.36377 Z"/>
</g>
<clipPath id="clipPath6">
<path d="M 211.420471 94.340149 L 179.256699 75.782654 L 211.420471 57.22522 L 243.546448 75.782654 L 211.420471 94.340149 L 211.420471 94.340149 Z"/>
</clipPath>
<g id="g5" clip-path="url(#clipPath6)"/>
<clipPath id="clipPath7">
<path d="M 211.420471 94.340149 L 179.256699 75.782654 L 211.420471 57.22522 L 243.546448 75.782654 L 211.420471 94.340149 L 211.420471 94.340149 Z"/>
</clipPath>
<g id="g6" clip-path="url(#clipPath7)">
<path id="path119" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 178.311813 95.889771 L 178.311813 93.811035 L 244.491333 93.811035 L 244.491333 95.889771 L 178.311813 95.889771 Z"/>
<path id="path120" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 178.311813 94.982666 L 178.311813 92.941711 L 244.491333 92.941711 L 244.491333 94.982666 L 178.311813 94.982666 Z"/>
<path id="path121" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 178.311813 94.113403 L 178.311813 92.034668 L 244.491333 92.034668 L 244.491333 94.113403 L 178.311813 94.113403 Z"/>
<path id="path122" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 178.311813 93.206299 L 178.311813 91.165344 L 244.491333 91.165344 L 244.491333 93.206299 L 178.311813 93.206299 Z"/>
<path id="path123" fill="#fcfcfc" fill-rule="evenodd" stroke="none" d="M 178.311813 92.337036 L 178.311813 90.25824 L 244.491333 90.25824 L 244.491333 92.337036 L 178.311813 92.337036 Z"/>
<path id="path124" fill="#fbfbfb" fill-rule="evenodd" stroke="none" d="M 178.311813 91.429932 L 178.311813 89.388977 L 244.491333 89.388977 L 244.491333 91.429932 L 178.311813 91.429932 Z"/>
<path id="path125" fill="#fbfbfb" fill-rule="evenodd" stroke="none" d="M 178.311813 90.560608 L 178.311813 88.481873 L 244.491333 88.481873 L 244.491333 90.560608 L 178.311813 90.560608 Z"/>
<path id="path126" fill="#fafafa" fill-rule="evenodd" stroke="none" d="M 178.311813 89.691345 L 178.311813 87.61261 L 244.491333 87.61261 L 244.491333 89.691345 L 178.311813 89.691345 Z"/>
<path id="path127" fill="#f9f9f9" fill-rule="evenodd" stroke="none" d="M 178.311813 88.784241 L 178.311813 86.705505 L 244.491333 86.705505 L 244.491333 88.784241 L 178.311813 88.784241 Z"/>
<path id="path128" fill="#f8f8f8" fill-rule="evenodd" stroke="none" d="M 178.311813 87.914978 L 178.311813 85.836243 L 244.491333 85.836243 L 244.491333 87.914978 L 178.311813 87.914978 Z"/>
<path id="path129" fill="#f8f8f8" fill-rule="evenodd" stroke="none" d="M 178.311813 87.007874 L 178.311813 84.966919 L 244.491333 84.966919 L 244.491333 87.007874 L 178.311813 87.007874 Z"/>
<path id="path130" fill="#f7f7f7" fill-rule="evenodd" stroke="none" d="M 178.311813 86.138611 L 178.311813 84.059814 L 244.491333 84.059814 L 244.491333 86.138611 L 178.311813 86.138611 Z"/>
<path id="path131" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 178.311813 85.231506 L 178.311813 83.190552 L 244.491333 83.190552 L 244.491333 85.231506 L 178.311813 85.231506 Z"/>
<path id="path132" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 178.311813 84.362183 L 178.311813 82.283447 L 244.491333 82.283447 L 244.491333 84.362183 L 178.311813 84.362183 Z"/>
<path id="path133" fill="#f5f5f5" fill-rule="evenodd" stroke="none" d="M 178.311813 83.455139 L 178.311813 81.414185 L 244.491333 81.414185 L 244.491333 83.455139 L 178.311813 83.455139 Z"/>
<path id="path134" fill="#f4f4f4" fill-rule="evenodd" stroke="none" d="M 178.311813 82.585815 L 178.311813 80.50708 L 244.491333 80.50708 L 244.491333 82.585815 L 178.311813 82.585815 Z"/>
<path id="path135" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 178.311813 81.678711 L 178.311813 79.637817 L 244.491333 79.637817 L 244.491333 81.678711 L 178.311813 81.678711 Z"/>
<path id="path136" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 178.311813 80.809448 L 178.311813 78.730713 L 244.491333 78.730713 L 244.491333 80.809448 L 178.311813 80.809448 Z"/>
<path id="path137" fill="#f2f2f2" fill-rule="evenodd" stroke="none" d="M 178.311813 79.940186 L 178.311813 77.861389 L 244.491333 77.861389 L 244.491333 79.940186 L 178.311813 79.940186 Z"/>
<path id="path138" fill="#f1f1f1" fill-rule="evenodd" stroke="none" d="M 178.311813 79.033081 L 178.311813 76.954346 L 244.491333 76.954346 L 244.491333 79.033081 L 178.311813 79.033081 Z"/>
<path id="path139" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 178.311813 78.163757 L 178.311813 76.085022 L 244.491333 76.085022 L 244.491333 78.163757 L 178.311813 78.163757 Z"/>
<path id="path140" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 178.311813 77.256714 L 178.311813 75.215759 L 244.491333 75.215759 L 244.491333 77.256714 L 178.311813 77.256714 Z"/>
<path id="path141" fill="#efefef" fill-rule="evenodd" stroke="none" d="M 178.311813 76.38739 L 178.311813 74.308655 L 244.491333 74.308655 L 244.491333 76.38739 L 178.311813 76.38739 Z"/>
<path id="path142" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 178.311813 75.480286 L 178.311813 73.439392 L 244.491333 73.439392 L 244.491333 75.480286 L 178.311813 75.480286 Z"/>
<path id="path143" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 178.311813 74.611023 L 178.311813 72.532288 L 244.491333 72.532288 L 244.491333 74.611023 L 178.311813 74.611023 Z"/>
<path id="path144" fill="#ededed" fill-rule="evenodd" stroke="none" d="M 178.311813 73.703918 L 178.311813 71.662964 L 244.491333 71.662964 L 244.491333 73.703918 L 178.311813 73.703918 Z"/>
<path id="path145" fill="#ececec" fill-rule="evenodd" stroke="none" d="M 178.311813 72.834656 L 178.311813 70.75592 L 244.491333 70.75592 L 244.491333 72.834656 L 178.311813 72.834656 Z"/>
<path id="path146" fill="#ebebeb" fill-rule="evenodd" stroke="none" d="M 178.311813 71.927551 L 178.311813 69.886597 L 244.491333 69.886597 L 244.491333 71.927551 L 178.311813 71.927551 Z"/>
<path id="path147" fill="#ebebeb" fill-rule="evenodd" stroke="none" d="M 178.311813 71.058289 L 178.311813 68.979553 L 244.491333 68.979553 L 244.491333 71.058289 L 178.311813 71.058289 Z"/>
<path id="path148" fill="#eaeaea" fill-rule="evenodd" stroke="none" d="M 178.311813 70.188965 L 178.311813 68.110229 L 244.491333 68.110229 L 244.491333 70.188965 L 178.311813 70.188965 Z"/>
<path id="path149" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 178.311813 69.28186 L 178.311813 67.203125 L 244.491333 67.203125 L 244.491333 69.28186 L 178.311813 69.28186 Z"/>
<path id="path150" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 178.311813 68.412598 L 178.311813 66.333862 L 244.491333 66.333862 L 244.491333 68.412598 L 178.311813 68.412598 Z"/>
<path id="path151" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 178.311813 67.505493 L 178.311813 65.464539 L 244.491333 65.464539 L 244.491333 67.505493 L 178.311813 67.505493 Z"/>
<path id="path152" fill="#e7e7e7" fill-rule="evenodd" stroke="none" d="M 178.311813 66.63623 L 178.311813 64.557495 L 244.491333 64.557495 L 244.491333 66.63623 L 178.311813 66.63623 Z"/>
<path id="path153" fill="#e6e6e6" fill-rule="evenodd" stroke="none" d="M 178.311813 65.729126 L 178.311813 63.688171 L 244.491333 63.688171 L 244.491333 65.729126 L 178.311813 65.729126 Z"/>
<path id="path154" fill="#e6e6e6" fill-rule="evenodd" stroke="none" d="M 178.311813 64.859863 L 178.311813 62.781128 L 244.491333 62.781128 L 244.491333 64.859863 L 178.311813 64.859863 Z"/>
<path id="path155" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 178.311813 63.952759 L 178.311813 61.911804 L 244.491333 61.911804 L 244.491333 63.952759 L 178.311813 63.952759 Z"/>
<path id="path156" fill="#e4e4e4" fill-rule="evenodd" stroke="none" d="M 178.311813 63.083435 L 178.311813 61.0047 L 244.491333 61.0047 L 244.491333 63.083435 L 178.311813 63.083435 Z"/>
<path id="path157" fill="#e3e3e3" fill-rule="evenodd" stroke="none" d="M 178.311813 62.176392 L 178.311813 60.135437 L 244.491333 60.135437 L 244.491333 62.176392 L 178.311813 62.176392 Z"/>
<path id="path158" fill="#e3e3e3" fill-rule="evenodd" stroke="none" d="M 178.311813 61.307068 L 178.311813 59.228333 L 244.491333 59.228333 L 244.491333 61.307068 L 178.311813 61.307068 Z"/>
<path id="path159" fill="#e2e2e2" fill-rule="evenodd" stroke="none" d="M 178.311813 60.437805 L 178.311813 58.35907 L 244.491333 58.35907 L 244.491333 60.437805 L 178.311813 60.437805 Z"/>
<path id="path160" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 178.311813 59.530701 L 178.311813 57.451965 L 244.491333 57.451965 L 244.491333 59.530701 L 178.311813 59.530701 Z"/>
<path id="path161" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 178.311813 58.661438 L 178.311813 56.582703 L 244.491333 56.582703 L 244.491333 58.661438 L 178.311813 58.661438 Z"/>
<path id="path162" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 178.311813 57.754333 L 178.311813 55.713379 L 244.491333 55.713379 L 244.491333 57.754333 L 178.311813 57.754333 Z"/>
<path id="path163" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 178.311813 56.88501 L 178.311813 54.806274 L 244.491333 54.806274 L 244.491333 56.88501 L 178.311813 56.88501 Z"/>
<path id="path164" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 178.311813 55.977966 L 178.311813 53.937012 L 244.491333 53.937012 L 244.491333 55.977966 L 178.311813 55.977966 Z"/>
<path id="path165" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 178.311813 55.108643 L 178.311813 53.029907 L 244.491333 53.029907 L 244.491333 55.108643 L 178.311813 55.108643 Z"/>
<path id="path166" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 178.311813 54.201599 L 178.311813 52.160645 L 244.491333 52.160645 L 244.491333 54.201599 L 178.311813 54.201599 Z"/>
<path id="path167" fill="#fcfcfc" fill-rule="evenodd" stroke="none" d="M 178.311813 53.332275 L 178.311813 51.25354 L 244.491333 51.25354 L 244.491333 53.332275 L 178.311813 53.332275 Z"/>
<path id="path168" fill="#fbfbfb" fill-rule="evenodd" stroke="none" d="M 178.311813 52.425171 L 178.311813 50.384277 L 244.491333 50.384277 L 244.491333 52.425171 L 178.311813 52.425171 Z"/>
<path id="path169" fill="#fbfbfb" fill-rule="evenodd" stroke="none" d="M 178.311813 51.555908 L 178.311813 49.477173 L 244.491333 49.477173 L 244.491333 51.555908 L 178.311813 51.555908 Z"/>
<path id="path170" fill="#fafafa" fill-rule="evenodd" stroke="none" d="M 178.311813 50.686584 L 178.311813 48.607849 L 244.491333 48.607849 L 244.491333 50.686584 L 178.311813 50.686584 Z"/>
<path id="path171" fill="#f9f9f9" fill-rule="evenodd" stroke="none" d="M 178.311813 49.779541 L 178.311813 47.700806 L 244.491333 47.700806 L 244.491333 49.779541 L 178.311813 49.779541 Z"/>
<path id="path172" fill="#f8f8f8" fill-rule="evenodd" stroke="none" d="M 178.311813 48.910217 L 178.311813 46.831482 L 244.491333 46.831482 L 244.491333 48.910217 L 178.311813 48.910217 Z"/>
<path id="path173" fill="#f8f8f8" fill-rule="evenodd" stroke="none" d="M 178.311813 48.003174 L 178.311813 45.962219 L 244.491333 45.962219 L 244.491333 48.003174 L 178.311813 48.003174 Z"/>
<path id="path174" fill="#f7f7f7" fill-rule="evenodd" stroke="none" d="M 178.311813 47.13385 L 178.311813 45.055115 L 244.491333 45.055115 L 244.491333 47.13385 L 178.311813 47.13385 Z"/>
<path id="path175" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 178.311813 46.226746 L 178.311813 44.185852 L 244.491333 44.185852 L 244.491333 46.226746 L 178.311813 46.226746 Z"/>
<path id="path176" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 178.311813 45.357483 L 178.311813 43.278748 L 244.491333 43.278748 L 244.491333 45.357483 L 178.311813 45.357483 Z"/>
<path id="path177" fill="#f5f5f5" fill-rule="evenodd" stroke="none" d="M 178.311813 44.450378 L 178.311813 42.409424 L 244.491333 42.409424 L 244.491333 44.450378 L 178.311813 44.450378 Z"/>
<path id="path178" fill="#f4f4f4" fill-rule="evenodd" stroke="none" d="M 178.311813 43.581116 L 178.311813 41.50238 L 244.491333 41.50238 L 244.491333 43.581116 L 178.311813 43.581116 Z"/>
<path id="path179" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 178.311813 42.674011 L 178.311813 40.633057 L 244.491333 40.633057 L 244.491333 42.674011 L 178.311813 42.674011 Z"/>
<path id="path180" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 178.311813 41.804749 L 178.311813 39.726013 L 244.491333 39.726013 L 244.491333 41.804749 L 178.311813 41.804749 Z"/>
<path id="path181" fill="#f2f2f2" fill-rule="evenodd" stroke="none" d="M 178.311813 40.935425 L 178.311813 38.856689 L 244.491333 38.856689 L 244.491333 40.935425 L 178.311813 40.935425 Z"/>
<path id="path182" fill="#f1f1f1" fill-rule="evenodd" stroke="none" d="M 178.311813 40.02832 L 178.311813 37.949585 L 244.491333 37.949585 L 244.491333 40.02832 L 178.311813 40.02832 Z"/>
<path id="path183" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 178.311813 39.159058 L 178.311813 37.080322 L 244.491333 37.080322 L 244.491333 39.159058 L 178.311813 39.159058 Z"/>
<path id="path184" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 178.311813 38.251953 L 178.311813 36.210999 L 244.491333 36.210999 L 244.491333 38.251953 L 178.311813 38.251953 Z"/>
<path id="path185" fill="#efefef" fill-rule="evenodd" stroke="none" d="M 178.311813 37.38269 L 178.311813 35.303955 L 244.491333 35.303955 L 244.491333 37.38269 L 178.311813 37.38269 Z"/>
<path id="path186" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 178.311813 36.475586 L 178.311813 34.434631 L 244.491333 34.434631 L 244.491333 36.475586 L 178.311813 36.475586 Z"/>
<path id="path187" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 178.311813 35.606323 L 178.311813 33.527588 L 244.491333 33.527588 L 244.491333 35.606323 L 178.311813 35.606323 Z"/>
<path id="path188" fill="#ededed" fill-rule="evenodd" stroke="none" d="M 178.311813 34.699219 L 178.311813 32.658264 L 244.491333 32.658264 L 244.491333 34.699219 L 178.311813 34.699219 Z"/>
<path id="path189" fill="#ececec" fill-rule="evenodd" stroke="none" d="M 178.311813 33.829895 L 178.311813 31.75116 L 244.491333 31.75116 L 244.491333 33.829895 L 178.311813 33.829895 Z"/>
<path id="path190" fill="#ebebeb" fill-rule="evenodd" stroke="none" d="M 178.311813 32.922852 L 178.311813 30.881897 L 244.491333 30.881897 L 244.491333 32.922852 L 178.311813 32.922852 Z"/>
<path id="path191" fill="#ebebeb" fill-rule="evenodd" stroke="none" d="M 178.311813 32.053528 L 178.311813 29.974792 L 244.491333 29.974792 L 244.491333 32.053528 L 178.311813 32.053528 Z"/>
<path id="path192" fill="#eaeaea" fill-rule="evenodd" stroke="none" d="M 178.311813 31.184265 L 178.311813 29.10553 L 244.491333 29.10553 L 244.491333 31.184265 L 178.311813 31.184265 Z"/>
<path id="path193" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 178.311813 30.277161 L 178.311813 28.198425 L 244.491333 28.198425 L 244.491333 30.277161 L 178.311813 30.277161 Z"/>
<path id="path194" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 178.311813 29.407898 L 178.311813 27.329163 L 244.491333 27.329163 L 244.491333 29.407898 L 178.311813 29.407898 Z"/>
<path id="path195" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 178.311813 28.500793 L 178.311813 26.459839 L 244.491333 26.459839 L 244.491333 28.500793 L 178.311813 28.500793 Z"/>
<path id="path196" fill="#e7e7e7" fill-rule="evenodd" stroke="none" d="M 178.311813 27.63147 L 178.311813 25.552734 L 244.491333 25.552734 L 244.491333 27.63147 L 178.311813 27.63147 Z"/>
<path id="path197" fill="#e6e6e6" fill-rule="evenodd" stroke="none" d="M 178.311813 26.724426 L 178.311813 24.683472 L 244.491333 24.683472 L 244.491333 26.724426 L 178.311813 26.724426 Z"/>
<path id="path198" fill="#e6e6e6" fill-rule="evenodd" stroke="none" d="M 178.311813 25.855103 L 178.311813 23.776367 L 244.491333 23.776367 L 244.491333 25.855103 L 178.311813 25.855103 Z"/>
<path id="path199" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 178.311813 24.948059 L 178.311813 22.907104 L 244.491333 22.907104 L 244.491333 24.948059 L 178.311813 24.948059 Z"/>
<path id="path200" fill="#e4e4e4" fill-rule="evenodd" stroke="none" d="M 178.311813 24.078735 L 178.311813 22 L 244.491333 22 L 244.491333 24.078735 L 178.311813 24.078735 Z"/>
<path id="path201" fill="#e3e3e3" fill-rule="evenodd" stroke="none" d="M 178.311813 23.171631 L 178.311813 21.130737 L 244.491333 21.130737 L 244.491333 23.171631 L 178.311813 23.171631 Z"/>
<path id="path202" fill="#e3e3e3" fill-rule="evenodd" stroke="none" d="M 178.311813 22.302368 L 178.311813 20.223633 L 244.491333 20.223633 L 244.491333 22.302368 L 178.311813 22.302368 Z"/>
<path id="path203" fill="#e2e2e2" fill-rule="evenodd" stroke="none" d="M 178.311813 21.433044 L 178.311813 19.354309 L 244.491333 19.354309 L 244.491333 21.433044 L 178.311813 21.433044 Z"/>
<path id="path204" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 178.311813 20.526001 L 178.311813 18.447266 L 244.491333 18.447266 L 244.491333 20.526001 L 178.311813 20.526001 Z"/>
<path id="path205" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 178.311813 19.656677 L 178.311813 17.577942 L 244.491333 17.577942 L 244.491333 19.656677 L 178.311813 19.656677 Z"/>
<path id="path206" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 178.311813 18.749634 L 178.311813 16.708679 L 244.491333 16.708679 L 244.491333 18.749634 L 178.311813 18.749634 Z"/>
</g>
<clipPath id="clipPath8">
<path d="M 211.420471 94.340149 L 179.256699 75.782654 L 211.420471 57.22522 L 243.546448 75.782654 L 211.420471 94.340149 L 211.420471 94.340149 Z"/>
</clipPath>
<g id="g7" clip-path="url(#clipPath8)"/>
<clipPath id="clipPath9">
<path d="M 17.795277 -56.651978 L 735.867725 -56.651978 L 735.867725 418.094482 L 17.795277 418.094482 L 17.795277 -56.651978 Z"/>
</clipPath>
<g id="g8" clip-path="url(#clipPath9)">
<path id="path207" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 211.420471 94.340149 L 179.256699 75.782654 L 211.420471 57.22522 L 243.546448 75.782654 L 211.420471 94.340149 Z"/>
</g>
<clipPath id="clipPath10">
<path d="M 306.815735 337.855133 L 316.453552 343.335419 L 316.453552 233.275604 L 306.815735 238.793701 L 306.815735 337.855133 L 306.815735 337.855133 Z"/>
</clipPath>
<g id="g9" clip-path="url(#clipPath10)"/>
<clipPath id="clipPath11">
<path d="M 306.815735 337.855133 L 306.815735 337.855133 L 306.815735 238.793701 L 316.453552 233.275604 L 316.453552 343.335419 L 306.815735 337.855133 Z"/>
</clipPath>
<g id="g10" clip-path="url(#clipPath11)">
<path id="path208" fill="#c9ba96" fill-rule="evenodd" stroke="none" d="M 333.61261 232.3685 C 333.61261 260.148041 332.856689 287.436218 331.458282 311.51181 C 330.022034 335.549591 327.98111 355.543304 325.486603 369.414185 C 323.029907 383.322845 320.233063 390.61731 317.360626 390.61731 C 314.52597 390.61731 311.729126 383.322845 309.23465 369.414185 C 306.777954 355.543304 304.737 335.549591 303.300781 311.51181 C 301.864563 287.436218 301.108673 260.148041 301.108673 232.3685 C 301.108673 204.588989 301.864563 177.300781 303.300781 153.22522 C 304.737 129.149597 306.777954 109.193726 309.23465 95.285034 C 311.729126 81.414185 314.52597 74.081909 317.360626 74.081909 C 320.233063 74.081909 323.029907 81.414185 325.486603 95.285034 C 327.98111 109.193726 330.022034 129.149597 331.458282 153.22522 C 332.856689 177.300781 333.61261 204.588989 333.61261 232.3685 L 333.61261 232.3685 Z"/>
<path id="path209" fill="#c9ba96" fill-rule="evenodd" stroke="none" d="M 325.411011 232.3685 C 325.411011 246.125977 325.033081 259.618896 324.352753 271.524414 C 323.634644 283.429932 322.614166 293.332275 321.404724 300.211029 C 320.157471 307.089752 318.796844 310.680328 317.360626 310.680328 C 315.962219 310.680328 314.563782 307.089752 313.35434 300.211029 C 312.144867 293.332275 311.12442 283.429932 310.406311 271.524414 C 309.688202 259.618896 309.310242 246.125977 309.310242 232.3685 C 309.310242 218.611023 309.688202 205.118103 310.406311 193.174805 C 311.12442 181.269287 312.144867 171.404724 313.35434 164.526001 C 314.563782 157.647217 315.962219 154.018921 317.360626 154.018921 C 318.796844 154.018921 320.157471 157.647217 321.404724 164.526001 C 322.614166 171.404724 323.634644 181.269287 324.352753 193.174805 C 325.033081 205.118103 325.411011 218.611023 325.411011 232.3685 L 325.411011 232.3685 Z"/>
<path id="path210" fill="#cabb98" fill-rule="evenodd" stroke="none" d="M 325.259857 232.3685 C 325.259857 245.86142 324.881897 259.089752 324.201569 270.768494 C 323.521271 282.447235 322.500793 292.160645 321.329132 298.888184 C 320.11969 305.653534 318.759064 309.206299 317.360626 309.206299 C 316 309.206299 314.639374 305.653534 313.429932 298.888184 C 312.220459 292.160645 311.237793 282.447235 310.557495 270.768494 C 309.839355 259.089752 309.499207 245.86142 309.499207 232.3685 C 309.499207 218.87561 309.839355 205.609436 310.557495 193.930725 C 311.237793 182.251953 312.220459 172.576355 313.429932 165.811035 C 314.639374 159.083435 316 155.530701 317.360626 155.530701 C 318.759064 155.530701 320.11969 159.083435 321.329132 165.811035 C 322.500793 172.576355 323.521271 182.251953 324.201569 193.930725 C 324.881897 205.609436 325.259857 218.87561 325.259857 232.3685 L 325.259857 232.3685 Z"/>
<path id="path211" fill="#cbbd9a" fill-rule="evenodd" stroke="none" d="M 325.108673 232.3685 C 325.108673 245.596863 324.730713 258.560638 324.050385 270.012604 C 323.370087 281.464569 322.425201 290.988983 321.25354 297.603149 C 320.044098 304.217316 318.721252 307.694489 317.360626 307.694489 C 316 307.694489 314.677155 304.217316 313.505524 297.603149 C 312.333862 290.988983 311.351196 281.464569 310.670868 270.012604 C 309.99054 258.560638 309.650391 245.596863 309.650391 232.3685 C 309.650391 219.140137 309.99054 206.138611 310.670868 194.686584 C 311.351196 183.234619 312.333862 173.748047 313.505524 167.13385 C 314.677155 160.519714 316 157.042542 317.360626 157.042542 C 318.721252 157.042542 320.044098 160.519714 321.25354 167.13385 C 322.425201 173.748047 323.370087 183.234619 324.050385 194.686584 C 324.730713 206.138611 325.108673 219.140137 325.108673 232.3685 L 325.108673 232.3685 Z"/>
<path id="path212" fill="#ccbe9c" fill-rule="evenodd" stroke="none" d="M 324.957489 232.3685 C 324.957489 245.332275 324.579529 258.031494 323.937012 269.256683 C 323.256683 280.481903 322.311798 289.817322 321.140167 296.280304 C 320.006287 302.781097 318.683472 306.182678 317.360626 306.182678 C 316.037781 306.182678 314.714966 302.781097 313.581116 296.280304 C 312.447235 289.817322 311.464569 280.481903 310.822052 269.256683 C 310.141724 258.031494 309.801575 245.332275 309.801575 232.3685 C 309.801575 219.404724 310.141724 206.667725 310.822052 195.442505 C 311.464569 184.217346 312.447235 174.919678 313.581116 168.418884 C 314.714966 161.955933 316.037781 158.554321 317.360626 158.554321 C 318.683472 158.554321 320.006287 161.955933 321.140167 168.418884 C 322.311798 174.919678 323.256683 184.217346 323.937012 195.442505 C 324.579529 206.667725 324.957489 219.404724 324.957489 232.3685 L 324.957489 232.3685 Z"/>
<path id="path213" fill="#cdbf9e" fill-rule="evenodd" stroke="none" d="M 324.806305 232.3685 C 324.806305 245.067719 324.466156 257.540161 323.785828 268.500793 C 323.143311 279.499207 322.198425 288.64566 321.064575 294.99527 C 319.968506 301.344879 318.683472 304.670868 317.360626 304.670868 C 316.075592 304.670868 314.790558 301.344879 313.656708 294.99527 C 312.522827 288.64566 311.577942 279.499207 310.935425 268.500793 C 310.292908 257.540161 309.952759 245.067719 309.952759 232.3685 C 309.952759 219.669312 310.292908 207.196838 310.935425 196.198425 C 311.577942 185.200012 312.522827 176.091309 313.656708 169.74176 C 314.790558 163.392151 316.075592 160.066162 317.360626 160.066162 C 318.683472 160.066162 319.968506 163.392151 321.064575 169.74176 C 322.198425 176.091309 323.143311 185.200012 323.785828 196.198425 C 324.466156 207.196838 324.806305 219.669312 324.806305 232.3685 L 324.806305 232.3685 Z"/>
<path id="path214" fill="#cec1a0" fill-rule="evenodd" stroke="none" d="M 324.655121 232.3685 C 324.655121 244.803162 324.314972 257.011017 323.672455 267.782684 C 323.029907 278.516541 322.122833 287.47403 320.988983 293.672455 C 319.892914 299.908661 318.64566 303.159058 317.360626 303.159058 C 316.075592 303.159058 314.828339 299.908661 313.732269 293.672455 C 312.63623 287.47403 311.729126 278.516541 311.086609 267.782684 C 310.444092 257.011017 310.103943 244.803162 310.103943 232.3685 C 310.103943 219.933838 310.444092 207.726013 311.086609 196.954346 C 311.729126 186.182678 312.63623 177.263 313.732269 171.026794 C 314.828339 164.828369 316.075592 161.540161 317.360626 161.540161 C 318.64566 161.540161 319.892914 164.828369 320.988983 171.026794 C 322.122833 177.263 323.029907 186.182678 323.672455 196.954346 C 324.314972 207.726013 324.655121 219.933838 324.655121 232.3685 L 324.655121 232.3685 Z"/>
<path id="path215" fill="#cfc2a2" fill-rule="evenodd" stroke="none" d="M 324.466156 232.3685 C 324.466156 244.538574 324.163788 256.481903 323.521271 267.026764 C 322.916534 277.533844 322.00946 286.302368 320.913391 292.38739 C 319.855133 298.472443 318.60788 301.647247 317.360626 301.647247 C 316.113373 301.647247 314.903931 298.472443 313.807861 292.38739 C 312.749603 286.302368 311.842529 277.533844 311.200012 267.026764 C 310.595276 256.481903 310.255127 244.538574 310.255127 232.3685 C 310.255127 220.198425 310.595276 208.255127 311.200012 197.710266 C 311.842529 187.165344 312.749603 178.434631 313.807861 172.349609 C 314.903931 166.264587 316.113373 163.051941 317.360626 163.051941 C 318.60788 163.051941 319.855133 166.264587 320.913391 172.349609 C 322.00946 178.434631 322.916534 187.165344 323.521271 197.710266 C 324.163788 208.255127 324.466156 220.198425 324.466156 232.3685 L 324.466156 232.3685 Z"/>
<path id="path216" fill="#d0c3a4" fill-rule="evenodd" stroke="none" d="M 324.314972 232.3685 C 324.314972 244.274017 324.012604 255.952759 323.407867 266.270874 C 322.803162 276.551178 321.896057 285.130707 320.837799 291.064575 C 319.779541 297.036224 318.60788 300.135437 317.360626 300.135437 C 316.151184 300.135437 314.941742 297.036224 313.883453 291.064575 C 312.825195 285.130707 311.955902 276.551178 311.351196 266.270874 C 310.74646 255.952759 310.406311 244.274017 310.406311 232.3685 C 310.406311 220.463013 310.74646 208.784241 311.351196 198.466125 C 311.955902 188.14801 312.825195 179.606323 313.883453 173.634644 C 314.941742 167.700806 316.151184 164.563782 317.360626 164.563782 C 318.60788 164.563782 319.779541 167.700806 320.837799 173.634644 C 321.896057 179.606323 322.803162 188.14801 323.407867 198.466125 C 324.012604 208.784241 324.314972 220.463013 324.314972 232.3685 L 324.314972 232.3685 Z"/>
<path id="path217" fill="#d1c5a6" fill-rule="evenodd" stroke="none" d="M 324.163788 232.3685 C 324.163788 244.00946 323.86142 255.423615 323.256683 265.514954 C 322.651978 275.568512 321.820465 283.959045 320.762207 289.779541 C 319.74173 295.600006 318.570068 298.661407 317.360626 298.661407 C 316.188965 298.661407 315.017334 295.600006 313.959045 289.779541 C 312.938568 283.959045 312.069305 275.568512 311.464569 265.514954 C 310.897644 255.423615 310.557495 244.00946 310.557495 232.3685 C 310.557495 220.727539 310.897644 209.313416 311.464569 199.222046 C 312.069305 189.130737 312.938568 180.777954 313.959045 174.957458 C 315.017334 169.137024 316.188965 166.075562 317.360626 166.075562 C 318.570068 166.075562 319.74173 169.137024 320.762207 174.957458 C 321.820465 180.777954 322.651978 189.130737 323.256683 199.222046 C 323.86142 209.313416 324.163788 220.727539 324.163788 232.3685 L 324.163788 232.3685 Z"/>
<path id="path218" fill="#d2c6a8" fill-rule="evenodd" stroke="none" d="M 324.012604 232.3685 C 324.012604 243.744873 323.710236 254.894501 323.143311 264.759064 C 322.538574 274.585815 321.707092 282.787415 320.686615 288.456696 C 319.666138 294.163788 318.532288 297.149597 317.360626 297.149597 C 316.188965 297.149597 315.055115 294.163788 314.034637 288.456696 C 313.051971 282.787415 312.182678 274.585815 311.615753 264.759064 C 311.011017 254.894501 310.708649 243.744873 310.708649 232.3685 C 310.708649 220.992126 311.011017 209.804749 311.615753 199.977966 C 312.182678 190.113403 313.051971 181.949585 314.034637 176.242493 C 315.055115 170.573242 316.188965 167.587402 317.360626 167.587402 C 318.532288 167.587402 319.666138 170.573242 320.686615 176.242493 C 321.707092 181.949585 322.538574 190.113403 323.143311 199.977966 C 323.710236 209.804749 324.012604 220.992126 324.012604 232.3685 L 324.012604 232.3685 Z"/>
<path id="path219" fill="#d3c7aa" fill-rule="evenodd" stroke="none" d="M 323.86142 232.3685 C 323.86142 243.480316 323.559052 254.365356 322.992126 264.003143 C 322.425201 273.603149 321.593689 281.615753 320.611023 287.171661 C 319.628357 292.72757 318.494476 295.637787 317.360626 295.637787 C 316.226776 295.637787 315.092926 292.72757 314.110229 287.171661 C 313.127563 281.615753 312.333862 273.603149 311.729126 264.003143 C 311.162201 254.365356 310.859833 243.480316 310.859833 232.3685 C 310.859833 221.256714 311.162201 210.333862 311.729126 200.733887 C 312.333862 191.096069 313.127563 183.121277 314.110229 177.565369 C 315.092926 172.00946 316.226776 169.099182 317.360626 169.099182 C 318.494476 169.099182 319.628357 172.00946 320.611023 177.565369 C 321.593689 183.121277 322.425201 191.096069 322.992126 200.733887 C 323.559052 210.333862 323.86142 221.256714 323.86142 232.3685 L 323.86142 232.3685 Z"/>
<path id="path220" fill="#d4c9ac" fill-rule="evenodd" stroke="none" d="M 323.710236 232.3685 C 323.710236 243.215759 323.407867 253.836212 322.878754 263.247253 C 322.311798 272.620483 321.518097 280.444092 320.535431 285.848816 C 319.590546 291.291351 318.494476 294.125977 317.360626 294.125977 C 316.264557 294.125977 315.168518 291.291351 314.185822 285.848816 C 313.240936 280.444092 312.447235 272.620483 311.88031 263.247253 C 311.313385 253.836212 311.011017 243.215759 311.011017 232.3685 C 311.011017 221.52124 311.313385 210.862976 311.88031 201.489746 C 312.447235 192.078735 313.240936 184.292908 314.185822 178.888184 C 315.168518 173.445679 316.264557 170.611023 317.360626 170.611023 C 318.494476 170.611023 319.590546 173.445679 320.535431 178.888184 C 321.518097 184.292908 322.311798 192.078735 322.878754 201.489746 C 323.407867 210.862976 323.710236 221.52124 323.710236 232.3685 L 323.710236 232.3685 Z"/>
<path id="path221" fill="#d5caae" fill-rule="evenodd" stroke="none" d="M 323.559052 232.3685 C 323.559052 242.951172 323.256683 253.344879 322.72757 262.491333 C 322.198425 271.637787 321.404724 279.27243 320.459839 284.563782 C 319.514954 289.855133 318.456696 292.614166 317.360626 292.614166 C 316.302368 292.614166 315.206299 289.855133 314.261414 284.563782 C 313.35434 279.27243 312.560638 271.637787 312.031494 262.491333 C 311.464569 253.344879 311.200012 242.951172 311.200012 232.3685 C 311.200012 221.785828 311.464569 211.392151 312.031494 202.245667 C 312.560638 193.061401 313.35434 185.464539 314.261414 180.173218 C 315.206299 174.881897 316.302368 172.085022 317.360626 172.085022 C 318.456696 172.085022 319.514954 174.881897 320.459839 180.173218 C 321.404724 185.464539 322.198425 193.061401 322.72757 202.245667 C 323.256683 211.392151 323.559052 221.785828 323.559052 232.3685 L 323.559052 232.3685 Z"/>
<path id="path222" fill="#d7cbb0" fill-rule="evenodd" stroke="none" d="M 323.407867 232.3685 C 323.407867 242.686615 323.105499 252.815735 322.576385 261.735443 C 322.047241 270.655121 321.291351 278.1008 320.384247 283.240936 C 319.477173 288.381104 318.418884 291.102356 317.360626 291.102356 C 316.302368 291.102356 315.281891 288.381104 314.337006 283.240936 C 313.429932 278.1008 312.674011 270.655121 312.144867 261.735443 C 311.615753 252.815735 311.351196 242.686615 311.351196 232.3685 C 311.351196 222.050415 311.615753 211.921265 312.144867 203.001587 C 312.674011 194.044067 313.429932 186.63623 314.337006 181.496033 C 315.281891 176.318115 316.302368 173.596863 317.360626 173.596863 C 318.418884 173.596863 319.477173 176.318115 320.384247 181.496033 C 321.291351 186.63623 322.047241 194.044067 322.576385 203.001587 C 323.105499 211.921265 323.407867 222.050415 323.407867 232.3685 L 323.407867 232.3685 Z"/>
<path id="path223" fill="#d8cdb2" fill-rule="evenodd" stroke="none" d="M 323.256683 232.3685 C 323.256683 242.422058 322.992126 252.286621 322.462982 260.979523 C 321.933868 269.672455 321.215759 276.929138 320.308655 281.955902 C 319.401581 286.944885 318.418884 289.590546 317.360626 289.590546 C 316.340149 289.590546 315.319672 286.944885 314.450409 281.955902 C 313.543304 276.929138 312.787415 269.672455 312.296051 260.979523 C 311.766937 252.286621 311.50235 242.422058 311.50235 232.3685 C 311.50235 222.314941 311.766937 212.450378 312.296051 203.719666 C 312.787415 195.026794 313.543304 187.807861 314.450409 182.781128 C 315.319672 177.754333 316.340149 175.108643 317.360626 175.108643 C 318.418884 175.108643 319.401581 177.754333 320.308655 182.781128 C 321.215759 187.807861 321.933868 195.026794 322.462982 203.719666 C 322.992126 212.450378 323.256683 222.314941 323.256683 232.3685 L 323.256683 232.3685 Z"/>
<path id="path224" fill="#d9ceb4" fill-rule="evenodd" stroke="none" d="M 323.105499 232.3685 C 323.105499 242.157471 322.840942 251.757477 322.311798 260.223633 C 321.820465 268.689758 321.102356 275.757477 320.233063 280.633057 C 319.36377 285.508667 318.381104 288.116547 317.360626 288.116547 C 316.37796 288.116547 315.395264 285.508667 314.52597 280.633057 C 313.656708 275.757477 312.900787 268.689758 312.409454 260.223633 C 311.918121 251.757477 311.653534 242.157471 311.653534 232.3685 C 311.653534 222.579529 311.918121 212.979553 312.409454 204.475586 C 312.900787 196.00946 313.656708 188.979553 314.52597 184.103943 C 315.395264 179.190552 316.37796 176.620483 317.360626 176.620483 C 318.381104 176.620483 319.36377 179.190552 320.233063 184.103943 C 321.102356 188.979553 321.820465 196.00946 322.311798 204.475586 C 322.840942 212.979553 323.105499 222.579529 323.105499 232.3685 L 323.105499 232.3685 Z"/>
<path id="path225" fill="#dacfb6" fill-rule="evenodd" stroke="none" d="M 322.954346 232.3685 C 322.954346 241.892914 322.689758 251.228333 322.198425 259.467712 C 321.707092 267.707092 320.988983 274.585815 320.157471 279.310242 C 319.325989 284.072449 318.343292 286.604736 317.360626 286.604736 C 316.37796 286.604736 315.433075 284.072449 314.601563 279.310242 C 313.732269 274.585815 313.051971 267.707092 312.560638 259.467712 C 312.069305 251.228333 311.804718 241.892914 311.804718 232.3685 C 311.804718 222.844116 312.069305 213.470886 312.560638 205.231506 C 313.051971 196.992126 313.732269 190.151184 314.601563 185.388977 C 315.433075 180.62677 316.37796 178.132263 317.360626 178.132263 C 318.343292 178.132263 319.325989 180.62677 320.157471 185.388977 C 320.988983 190.151184 321.707092 196.992126 322.198425 205.231506 C 322.689758 213.470886 322.954346 222.844116 322.954346 232.3685 L 322.954346 232.3685 Z"/>
<path id="path226" fill="#dbd1b8" fill-rule="evenodd" stroke="none" d="M 322.76535 232.3685 C 322.76535 241.628357 322.538574 250.699219 322.047241 258.711823 C 321.593689 266.724396 320.913391 273.414185 320.081879 278.025208 C 319.250397 282.63623 318.305511 285.092926 317.360626 285.092926 C 316.415741 285.092926 315.470856 282.63623 314.677155 278.025208 C 313.845673 273.414185 313.165344 266.724396 312.674011 258.711823 C 312.220459 250.699219 311.955902 241.628357 311.955902 232.3685 C 311.955902 223.108643 312.220459 214 312.674011 205.987427 C 313.165344 197.974792 313.845673 191.322815 314.677155 186.711792 C 315.470856 182.062988 316.415741 179.644104 317.360626 179.644104 C 318.305511 179.644104 319.250397 182.062988 320.081879 186.711792 C 320.913391 191.322815 321.593689 197.974792 322.047241 205.987427 C 322.538574 214 322.76535 223.108643 322.76535 232.3685 L 322.76535 232.3685 Z"/>
<path id="path227" fill="#dcd2ba" fill-rule="evenodd" stroke="none" d="M 322.614166 232.3685 C 322.614166 241.36377 322.38739 250.170074 321.933868 257.955902 C 321.480316 265.74173 320.799988 272.242523 320.006287 276.702362 C 319.212585 281.200012 318.305511 283.581116 317.360626 283.581116 C 316.453552 283.581116 315.546448 281.200012 314.752747 276.702362 C 313.959045 272.242523 313.278748 265.74173 312.825195 257.955902 C 312.371643 250.170074 312.107086 241.36377 312.107086 232.3685 C 312.107086 223.37323 312.371643 214.529114 312.825195 206.743286 C 313.278748 198.957458 313.959045 192.494507 314.752747 187.996826 C 315.546448 183.499207 316.453552 181.155884 317.360626 181.155884 C 318.305511 181.155884 319.212585 183.499207 320.006287 187.996826 C 320.799988 192.494507 321.480316 198.957458 321.933868 206.743286 C 322.38739 214.529114 322.614166 223.37323 322.614166 232.3685 L 322.614166 232.3685 Z"/>
<path id="path228" fill="#ddd3bc" fill-rule="evenodd" stroke="none" d="M 322.462982 232.3685 C 322.462982 241.099213 322.236206 249.678741 321.782684 257.200012 C 321.329132 264.759064 320.686615 271.033081 319.930695 275.417328 C 319.136993 279.763794 318.267731 282.069305 317.360626 282.069305 C 316.491333 282.069305 315.584259 279.763794 314.828339 275.417328 C 314.034637 271.033081 313.39212 264.759064 312.938568 257.200012 C 312.485046 249.678741 312.25827 241.099213 312.25827 232.3685 C 312.25827 223.637817 312.485046 215.058289 312.938568 207.499207 C 313.39212 199.940186 314.034637 193.666138 314.828339 189.319702 C 315.584259 184.935425 316.491333 182.629944 317.360626 182.629944 C 318.267731 182.629944 319.136993 184.935425 319.930695 189.319702 C 320.686615 193.666138 321.329132 199.940186 321.782684 207.499207 C 322.236206 215.058289 322.462982 223.637817 322.462982 232.3685 L 322.462982 232.3685 Z"/>
<path id="path229" fill="#ded5be" fill-rule="evenodd" stroke="none" d="M 322.311798 232.3685 C 322.311798 240.834656 322.085052 249.149597 321.669281 256.481903 C 321.215759 263.776367 320.611023 269.86142 319.855133 274.094482 C 319.099213 278.327545 318.229919 280.557495 317.360626 280.557495 C 316.491333 280.557495 315.659851 278.327545 314.903931 274.094482 C 314.148041 269.86142 313.505524 263.776367 313.089752 256.481903 C 312.63623 249.149597 312.409454 240.834656 312.409454 232.3685 C 312.409454 223.902344 312.63623 215.587402 313.089752 208.255127 C 313.505524 200.922852 314.148041 194.837769 314.903931 190.604736 C 315.659851 186.371643 316.491333 184.141724 317.360626 184.141724 C 318.229919 184.141724 319.099213 186.371643 319.855133 190.604736 C 320.611023 194.837769 321.215759 200.922852 321.669281 208.255127 C 322.085052 215.587402 322.311798 223.902344 322.311798 232.3685 L 322.311798 232.3685 Z"/>
<path id="path230" fill="#dfd6c0" fill-rule="evenodd" stroke="none" d="M 322.160645 232.3685 C 322.160645 240.570068 321.933868 248.620483 321.518097 255.725983 C 321.102356 262.793701 320.49765 268.689758 319.779541 272.809448 C 319.023621 276.891327 318.229919 279.045654 317.360626 279.045654 C 316.529144 279.045654 315.697632 276.891327 314.979523 272.809448 C 314.261414 268.689758 313.656708 262.793701 313.203156 255.725983 C 312.787415 248.620483 312.560638 240.570068 312.560638 232.3685 C 312.560638 224.166931 312.787415 216.116516 313.203156 209.011047 C 313.656708 201.905518 314.261414 196.00946 314.979523 191.927551 C 315.697632 187.807861 316.529144 185.653564 317.360626 185.653564 C 318.229919 185.653564 319.023621 187.807861 319.779541 191.927551 C 320.49765 196.00946 321.102356 201.905518 321.518097 209.011047 C 321.933868 216.116516 322.160645 224.166931 322.160645 232.3685 L 322.160645 232.3685 Z"/>
<path id="path231" fill="#e0d7c2" fill-rule="evenodd" stroke="none" d="M 322.00946 232.3685 C 322.00946 240.305511 321.782684 248.091339 321.404724 254.970093 C 320.988983 261.811035 320.384247 267.518097 319.703949 271.486603 C 318.98584 275.455109 318.192139 277.571655 317.360626 277.571655 C 316.566925 277.571655 315.773224 275.455109 315.055115 271.486603 C 314.337006 267.518097 313.770081 261.811035 313.35434 254.970093 C 312.938568 248.091339 312.749603 240.305511 312.749603 232.3685 C 312.749603 224.431519 312.938568 216.645691 313.35434 209.766907 C 313.770081 202.888184 314.337006 197.181091 315.055115 193.212585 C 315.773224 189.24408 316.566925 187.165344 317.360626 187.165344 C 318.192139 187.165344 318.98584 189.24408 319.703949 193.212585 C 320.384247 197.181091 320.988983 202.888184 321.404724 209.766907 C 321.782684 216.645691 322.00946 224.431519 322.00946 232.3685 L 322.00946 232.3685 Z"/>
<path id="path232" fill="#e1d9c4" fill-rule="evenodd" stroke="none" d="M 321.858276 232.3685 C 321.858276 240.040955 321.6315 247.562195 321.25354 254.214172 C 320.87558 260.828339 320.308655 266.346466 319.628357 270.201569 C 318.948029 274.01889 318.154327 276.059845 317.360626 276.059845 C 316.566925 276.059845 315.811035 274.01889 315.130707 270.201569 C 314.450409 266.346466 313.883453 260.828339 313.467712 254.214172 C 313.089752 247.562195 312.900787 240.040955 312.900787 232.3685 C 312.900787 224.696045 313.089752 217.174805 313.467712 210.522827 C 313.883453 203.87085 314.450409 198.352783 315.130707 194.535461 C 315.811035 190.680298 316.566925 188.677185 317.360626 188.677185 C 318.154327 188.677185 318.948029 190.680298 319.628357 194.535461 C 320.308655 198.352783 320.87558 203.87085 321.25354 210.522827 C 321.6315 217.174805 321.858276 224.696045 321.858276 232.3685 L 321.858276 232.3685 Z"/>
<path id="path233" fill="#e2dac6" fill-rule="evenodd" stroke="none" d="M 321.707092 232.3685 C 321.707092 239.776367 321.518097 247.033081 321.102356 253.458282 C 320.724396 259.845673 320.195282 265.174805 319.552765 268.878754 C 318.872437 272.582672 318.116547 274.548035 317.360626 274.548035 C 316.604736 274.548035 315.848816 272.582672 315.206299 268.878754 C 314.563782 265.174805 313.996857 259.845673 313.618896 253.458282 C 313.240936 247.033081 313.051971 239.776367 313.051971 232.3685 C 313.051971 224.960632 313.240936 217.666138 313.618896 211.278748 C 313.996857 204.853516 314.563782 199.524414 315.206299 195.820496 C 315.848816 192.116516 316.604736 190.188965 317.360626 190.188965 C 318.116547 190.188965 318.872437 192.116516 319.552765 195.820496 C 320.195282 199.524414 320.724396 204.853516 321.102356 211.278748 C 321.518097 217.666138 321.707092 224.960632 321.707092 232.3685 L 321.707092 232.3685 Z"/>
<path id="path234" fill="#e3dbc8" fill-rule="evenodd" stroke="none" d="M 321.555908 232.3685 C 321.555908 239.51181 321.366943 246.503937 320.988983 252.702362 C 320.611023 258.900787 320.081879 264.003143 319.439362 267.593689 C 318.834656 271.146454 318.116547 273.036224 317.360626 273.036224 C 316.642517 273.036224 315.924408 271.146454 315.281891 267.593689 C 314.639374 264.003143 314.110229 258.900787 313.770081 252.702362 C 313.39212 246.503937 313.203156 239.51181 313.203156 232.3685 C 313.203156 225.22522 313.39212 218.195251 313.770081 212.034668 C 314.110229 205.836243 314.639374 200.696045 315.281891 197.143311 C 315.924408 193.552734 316.642517 191.700806 317.360626 191.700806 C 318.116547 191.700806 318.834656 193.552734 319.439362 197.143311 C 320.081879 200.696045 320.611023 205.836243 320.988983 212.034668 C 321.366943 218.195251 321.555908 225.22522 321.555908 232.3685 L 321.555908 232.3685 Z"/>
<path id="path235" fill="#e4dccb" fill-rule="evenodd" stroke="none" d="M 321.404724 232.3685 C 321.404724 239.247253 321.215759 245.974792 320.837799 251.946442 C 320.49765 257.918121 320.006287 262.831482 319.36377 266.270874 C 318.759064 269.710236 318.078735 271.524414 317.360626 271.524414 C 316.680328 271.524414 315.962219 269.710236 315.357483 266.270874 C 314.752747 262.831482 314.223633 257.918121 313.883453 251.946442 C 313.543304 245.974792 313.35434 239.247253 313.35434 232.3685 C 313.35434 225.489746 313.543304 218.724426 313.883453 212.790527 C 314.223633 206.818909 314.752747 201.867737 315.357483 198.428345 C 315.962219 194.988953 316.680328 193.174805 317.360626 193.174805 C 318.078735 193.174805 318.759064 194.988953 319.36377 198.428345 C 320.006287 201.867737 320.49765 206.818909 320.837799 212.790527 C 321.215759 218.724426 321.404724 225.489746 321.404724 232.3685 L 321.404724 232.3685 Z"/>
<path id="path236" fill="#e5decd" fill-rule="evenodd" stroke="none" d="M 321.25354 232.3685 C 321.25354 238.982666 321.064575 245.483459 320.724396 251.190552 C 320.384247 256.935425 319.892914 261.659851 319.288177 264.98584 C 318.721252 268.274017 318.040955 270.012604 317.360626 270.012604 C 316.680328 270.012604 316.037781 268.274017 315.433075 264.98584 C 314.86615 261.659851 314.374817 256.935425 314.034637 251.190552 C 313.694489 245.483459 313.505524 238.982666 313.505524 232.3685 C 313.505524 225.754333 313.694489 219.25354 314.034637 213.546448 C 314.374817 207.801575 314.86615 203.039368 315.433075 199.75116 C 316.037781 196.425171 316.680328 194.686584 317.360626 194.686584 C 318.040955 194.686584 318.721252 196.425171 319.288177 199.75116 C 319.892914 203.039368 320.384247 207.801575 320.724396 213.546448 C 321.064575 219.25354 321.25354 225.754333 321.25354 232.3685 L 321.25354 232.3685 Z"/>
<path id="path237" fill="#e6dfcf" fill-rule="evenodd" stroke="none" d="M 321.064575 232.3685 C 321.064575 238.718109 320.913391 244.954346 320.573242 250.434631 C 320.270874 255.952759 319.779541 260.48819 319.212585 263.662994 C 318.64566 266.837799 318.003143 268.500793 317.360626 268.500793 C 316.718109 268.500793 316.075592 266.837799 315.508667 263.662994 C 314.941742 260.48819 314.48819 255.952759 314.148041 250.434631 C 313.845673 244.954346 313.656708 238.718109 313.656708 232.3685 C 313.656708 226.018921 313.845673 219.782654 314.148041 214.264587 C 314.48819 208.784241 314.941742 204.210999 315.508667 201.036194 C 316.075592 197.861389 316.718109 196.198425 317.360626 196.198425 C 318.003143 196.198425 318.64566 197.861389 319.212585 201.036194 C 319.779541 204.210999 320.270874 208.784241 320.573242 214.264587 C 320.913391 219.782654 321.064575 226.018921 321.064575 232.3685 L 321.064575 232.3685 Z"/>
<path id="path238" fill="#e7e0d1" fill-rule="evenodd" stroke="none" d="M 320.913391 232.3685 C 320.913391 238.453552 320.762207 244.425201 320.459839 249.678741 C 320.11969 254.970093 319.703949 259.316528 319.136993 262.37796 C 318.60788 265.401581 318.003143 267.026764 317.360626 267.026764 C 316.75592 267.026764 316.151184 265.401581 315.584259 262.37796 C 315.055115 259.316528 314.601563 254.970093 314.299225 249.678741 C 313.959045 244.425201 313.807861 238.453552 313.807861 232.3685 C 313.807861 226.283447 313.959045 220.311829 314.299225 215.020447 C 314.601563 209.766907 315.055115 205.38269 315.584259 202.35907 C 316.151184 199.297607 316.75592 197.710266 317.360626 197.710266 C 318.003143 197.710266 318.60788 199.297607 319.136993 202.35907 C 319.703949 205.38269 320.11969 209.766907 320.459839 215.020447 C 320.762207 220.311829 320.913391 226.283447 320.913391 232.3685 L 320.913391 232.3685 Z"/>
<path id="path239" fill="#e8e2d3" fill-rule="evenodd" stroke="none" d="M 320.762207 232.3685 C 320.762207 238.188965 320.611023 243.896057 320.308655 248.922821 C 320.006287 253.987396 319.590546 258.144867 319.061432 261.055115 C 318.570068 263.965363 317.965363 265.514954 317.360626 265.514954 C 316.75592 265.514954 316.188965 263.965363 315.659851 261.055115 C 315.168518 258.144867 314.714966 253.987396 314.412598 248.922821 C 314.110229 243.896057 313.959045 238.188965 313.959045 232.3685 C 313.959045 226.548035 314.110229 220.840942 314.412598 215.776367 C 314.714966 210.749634 315.168518 206.554321 315.659851 203.644104 C 316.188965 200.733887 316.75592 199.222046 317.360626 199.222046 C 317.965363 199.222046 318.570068 200.733887 319.061432 203.644104 C 319.590546 206.554321 320.006287 210.749634 320.308655 215.776367 C 320.611023 220.840942 320.762207 226.548035 320.762207 232.3685 L 320.762207 232.3685 Z"/>
<path id="path240" fill="#e9e3d5" fill-rule="evenodd" stroke="none" d="M 320.611023 232.3685 C 320.611023 237.924408 320.459839 243.366943 320.195282 248.166931 C 319.892914 253.00473 319.477173 256.973236 318.98584 259.770081 C 318.494476 262.529144 317.927551 264.003143 317.360626 264.003143 C 316.793701 264.003143 316.226776 262.529144 315.735443 259.770081 C 315.24408 256.973236 314.828339 253.00473 314.563782 248.166931 C 314.261414 243.366943 314.110229 237.924408 314.110229 232.3685 C 314.110229 226.812622 314.261414 221.370056 314.563782 216.532288 C 314.828339 211.7323 315.24408 207.726013 315.735443 204.966919 C 316.226776 202.170105 316.793701 200.733887 317.360626 200.733887 C 317.927551 200.733887 318.494476 202.170105 318.98584 204.966919 C 319.477173 207.726013 319.892914 211.7323 320.195282 216.532288 C 320.459839 221.370056 320.611023 226.812622 320.611023 232.3685 L 320.611023 232.3685 Z"/>
<path id="path241" fill="#eae4d7" fill-rule="evenodd" stroke="none" d="M 320.459839 232.3685 C 320.459839 237.659851 320.308655 242.837799 320.044098 247.411011 C 319.779541 252.022034 319.401581 255.801575 318.910248 258.447235 C 318.456696 261.092926 317.927551 262.491333 317.360626 262.491333 C 316.831482 262.491333 316.302368 261.092926 315.811035 258.447235 C 315.357483 255.801575 314.979523 252.022034 314.677155 247.411011 C 314.412598 242.837799 314.261414 237.659851 314.261414 232.3685 C 314.261414 227.077148 314.412598 221.861389 314.677155 217.288208 C 314.979523 212.714966 315.357483 208.897644 315.811035 206.251953 C 316.302368 203.606323 316.831482 202.245667 317.360626 202.245667 C 317.927551 202.245667 318.456696 203.606323 318.910248 206.251953 C 319.401581 208.897644 319.779541 212.714966 320.044098 217.288208 C 320.308655 221.861389 320.459839 227.077148 320.459839 232.3685 L 320.459839 232.3685 Z"/>
<path id="path242" fill="#ebe6d9" fill-rule="evenodd" stroke="none" d="M 320.308655 232.3685 C 320.308655 237.395264 320.157471 242.308655 319.930695 246.655121 C 319.666138 251.039368 319.288177 254.629913 318.834656 257.162201 C 318.381104 259.656708 317.889771 260.979523 317.360626 260.979523 C 316.869293 260.979523 316.340149 259.656708 315.886627 257.162201 C 315.470856 254.629913 315.092926 251.039368 314.828339 246.655121 C 314.563782 242.308655 314.450409 237.395264 314.450409 232.3685 C 314.450409 227.341736 314.563782 222.390564 314.828339 218.044067 C 315.092926 213.697632 315.470856 210.069275 315.886627 207.574829 C 316.340149 205.042542 316.869293 203.719666 317.360626 203.719666 C 317.889771 203.719666 318.381104 205.042542 318.834656 207.574829 C 319.288177 210.069275 319.666138 213.697632 319.930695 218.044067 C 320.157471 222.390564 320.308655 227.341736 320.308655 232.3685 L 320.308655 232.3685 Z"/>
<path id="path243" fill="#ece7db" fill-rule="evenodd" stroke="none" d="M 320.157471 232.3685 C 320.157471 237.130707 320.006287 241.779541 319.779541 245.937012 C 319.552765 250.056702 319.174805 253.458282 318.759064 255.839355 C 318.343292 258.220459 317.851959 259.467712 317.360626 259.467712 C 316.869293 259.467712 316.415741 258.220459 315.962219 255.839355 C 315.546448 253.458282 315.206299 250.056702 314.941742 245.937012 C 314.714966 241.779541 314.601563 237.130707 314.601563 232.3685 C 314.601563 227.606323 314.714966 222.919678 314.941742 218.799988 C 315.206299 214.680298 315.546448 211.240967 315.962219 208.859863 C 316.415741 206.47876 316.869293 205.231506 317.360626 205.231506 C 317.851959 205.231506 318.343292 206.47876 318.759064 208.859863 C 319.174805 211.240967 319.552765 214.680298 319.779541 218.799988 C 320.006287 222.919678 320.157471 227.606323 320.157471 232.3685 L 320.157471 232.3685 Z"/>
<path id="path244" fill="#ede8dd" fill-rule="evenodd" stroke="none" d="M 320.006287 232.3685 C 320.006287 236.86615 319.892914 241.288177 319.628357 245.181091 C 319.401581 249.074005 319.099213 252.286621 318.683472 254.554321 C 318.267731 256.784241 317.814178 257.955902 317.360626 257.955902 C 316.907074 257.955902 316.453552 256.784241 316.037781 254.554321 C 315.659851 252.286621 315.319672 249.074005 315.092926 245.181091 C 314.86615 241.288177 314.752747 236.86615 314.752747 232.3685 C 314.752747 227.87085 314.86615 223.448792 315.092926 219.555908 C 315.319672 215.662964 315.659851 212.412598 316.037781 210.182678 C 316.453552 207.952759 316.907074 206.743286 317.360626 206.743286 C 317.814178 206.743286 318.267731 207.952759 318.683472 210.182678 C 319.099213 212.412598 319.401581 215.662964 319.628357 219.555908 C 319.892914 223.448792 320.006287 227.87085 320.006287 232.3685 L 320.006287 232.3685 Z"/>
<path id="path245" fill="#eeeadf" fill-rule="evenodd" stroke="none" d="M 319.855133 232.3685 C 319.855133 236.601563 319.74173 240.759064 319.514954 244.425201 C 319.288177 248.091339 318.98584 251.11496 318.60788 253.231506 C 318.229919 255.348022 317.814178 256.481903 317.360626 256.481903 C 316.944885 256.481903 316.491333 255.348022 316.151184 253.231506 C 315.773224 251.11496 315.433075 248.091339 315.24408 244.425201 C 315.017334 240.759064 314.903931 236.601563 314.903931 232.3685 C 314.903931 228.135437 315.017334 223.977966 315.24408 220.311829 C 315.433075 216.645691 315.773224 213.584229 316.151184 211.467712 C 316.491333 209.388977 316.944885 208.255127 317.360626 208.255127 C 317.814178 208.255127 318.229919 209.388977 318.60788 211.467712 C 318.98584 213.584229 319.288177 216.645691 319.514954 220.311829 C 319.74173 223.977966 319.855133 228.135437 319.855133 232.3685 L 319.855133 232.3685 Z"/>
<path id="path246" fill="#efebe1" fill-rule="evenodd" stroke="none" d="M 319.703949 232.3685 C 319.703949 236.337006 319.590546 240.229919 319.36377 243.669281 C 319.174805 247.108673 318.872437 249.943298 318.532288 251.946442 C 318.192139 253.911804 317.776367 254.970093 317.360626 254.970093 C 316.944885 254.970093 316.566925 253.911804 316.226776 251.946442 C 315.848816 249.943298 315.546448 247.108673 315.357483 243.669281 C 315.168518 240.229919 315.055115 236.337006 315.055115 232.3685 C 315.055115 228.400024 315.168518 224.50708 315.357483 221.067688 C 315.546448 217.628357 315.848816 214.75592 316.226776 212.790527 C 316.566925 210.825195 316.944885 209.766907 317.360626 209.766907 C 317.776367 209.766907 318.192139 210.825195 318.532288 212.790527 C 318.872437 214.75592 319.174805 217.628357 319.36377 221.067688 C 319.590546 224.50708 319.703949 228.400024 319.703949 232.3685 L 319.703949 232.3685 Z"/>
<path id="path247" fill="#f0ece3" fill-rule="evenodd" stroke="none" d="M 319.552765 232.3685 C 319.552765 236.072449 319.439362 239.700775 319.250397 242.913391 C 319.061432 246.125977 318.796844 248.771667 318.456696 250.623627 C 318.116547 252.475586 317.738586 253.458282 317.360626 253.458282 C 316.982666 253.458282 316.604736 252.475586 316.302368 250.623627 C 315.962219 248.771667 315.697632 246.125977 315.508667 242.913391 C 315.319672 239.700775 315.206299 236.072449 315.206299 232.3685 C 315.206299 228.664551 315.319672 225.036194 315.508667 221.823608 C 315.697632 218.611023 315.962219 215.965332 316.302368 214.113403 C 316.604736 212.261414 316.982666 211.278748 317.360626 211.278748 C 317.738586 211.278748 318.116547 212.261414 318.456696 214.113403 C 318.796844 215.965332 319.061432 218.611023 319.250397 221.823608 C 319.439362 225.036194 319.552765 228.664551 319.552765 232.3685 L 319.552765 232.3685 Z"/>
<path id="path248" fill="#f2eee5" fill-rule="evenodd" stroke="none" d="M 319.36377 232.3685 C 319.36377 235.807861 319.288177 239.171661 319.099213 242.157471 C 318.948029 245.143311 318.683472 247.600006 318.381104 249.338593 C 318.078735 251.039368 317.738586 251.946442 317.360626 251.946442 C 317.020477 251.946442 316.680328 251.039368 316.37796 249.338593 C 316.075592 247.600006 315.811035 245.143311 315.62204 242.157471 C 315.470856 239.171661 315.357483 235.807861 315.357483 232.3685 C 315.357483 228.929138 315.470856 225.527588 315.62204 222.579529 C 315.811035 219.593689 316.075592 217.137024 316.37796 215.398438 C 316.680328 213.697632 317.020477 212.790527 317.360626 212.790527 C 317.738586 212.790527 318.078735 213.697632 318.381104 215.398438 C 318.683472 217.137024 318.948029 219.593689 319.099213 222.579529 C 319.288177 225.527588 319.36377 228.929138 319.36377 232.3685 L 319.36377 232.3685 Z"/>
<path id="path249" fill="#f3efe7" fill-rule="evenodd" stroke="none" d="M 319.212585 232.3685 C 319.212585 235.543304 319.136993 238.642517 318.98584 241.401581 C 318.796844 244.160645 318.570068 246.428345 318.305511 248.015747 C 318.003143 249.603149 317.700775 250.434631 317.360626 250.434631 C 317.058258 250.434631 316.718109 249.603149 316.453552 248.015747 C 316.151184 246.428345 315.924408 244.160645 315.773224 241.401581 C 315.584259 238.642517 315.508667 235.543304 315.508667 232.3685 C 315.508667 229.193726 315.584259 226.056702 315.773224 223.335449 C 315.924408 220.576355 316.151184 218.308655 316.453552 216.721252 C 316.718109 215.13385 317.058258 214.264587 317.360626 214.264587 C 317.700775 214.264587 318.003143 215.13385 318.305511 216.721252 C 318.570068 218.308655 318.796844 220.576355 318.98584 223.335449 C 319.136993 226.056702 319.212585 229.193726 319.212585 232.3685 L 319.212585 232.3685 Z"/>
<path id="path250" fill="#f4f0e9" fill-rule="evenodd" stroke="none" d="M 319.061432 232.3685 C 319.061432 235.278748 318.98584 238.113373 318.834656 240.64566 C 318.683472 243.177948 318.494476 245.256683 318.229919 246.730713 C 317.965363 248.166931 317.662994 248.922821 317.360626 248.922821 C 317.058258 248.922821 316.793701 248.166931 316.529144 246.730713 C 316.264557 245.256683 316.037781 243.177948 315.886627 240.64566 C 315.735443 238.113373 315.659851 235.278748 315.659851 232.3685 C 315.659851 229.458252 315.735443 226.585815 315.886627 224.091309 C 316.037781 221.559082 316.264557 219.480286 316.529144 218.006287 C 316.793701 216.570068 317.058258 215.776367 317.360626 215.776367 C 317.662994 215.776367 317.965363 216.570068 318.229919 218.006287 C 318.494476 219.480286 318.683472 221.559082 318.834656 224.091309 C 318.98584 226.585815 319.061432 229.458252 319.061432 232.3685 L 319.061432 232.3685 Z"/>
<path id="path251" fill="#f5f2eb" fill-rule="evenodd" stroke="none" d="M 318.910248 232.3685 C 318.910248 235.01416 318.834656 237.62204 318.721252 239.889771 C 318.570068 242.195282 318.381104 244.085052 318.154327 245.407867 C 317.889771 246.730713 317.625183 247.411011 317.360626 247.411011 C 317.096069 247.411011 316.831482 246.730713 316.604736 245.407867 C 316.37796 244.085052 316.151184 242.195282 316.037781 239.889771 C 315.886627 237.62204 315.811035 235.01416 315.811035 232.3685 C 315.811035 229.722839 315.886627 227.11499 316.037781 224.847229 C 316.151184 222.541748 316.37796 220.651978 316.604736 219.329163 C 316.831482 218.006287 317.096069 217.288208 317.360626 217.288208 C 317.625183 217.288208 317.889771 218.006287 318.154327 219.329163 C 318.381104 220.651978 318.570068 222.541748 318.721252 224.847229 C 318.834656 227.11499 318.910248 229.722839 318.910248 232.3685 L 318.910248 232.3685 Z"/>
<path id="path252" fill="#f6f3ed" fill-rule="evenodd" stroke="none" d="M 318.759064 232.3685 C 318.759064 234.749603 318.683472 237.092926 318.570068 239.13385 C 318.456696 241.212585 318.267731 242.913391 318.078735 244.085052 C 317.851959 245.294495 317.625183 245.937012 317.360626 245.937012 C 317.13385 245.937012 316.869293 245.294495 316.680328 244.085052 C 316.453552 242.913391 316.302368 241.212585 316.151184 239.13385 C 316.037781 237.092926 315.962219 234.749603 315.962219 232.3685 C 315.962219 229.987427 316.037781 227.644104 316.151184 225.565369 C 316.302368 223.524414 316.453552 221.823608 316.680328 220.614197 C 316.869293 219.442505 317.13385 218.799988 317.360626 218.799988 C 317.625183 218.799988 317.851959 219.442505 318.078735 220.614197 C 318.267731 221.823608 318.456696 223.524414 318.570068 225.565369 C 318.683472 227.644104 318.759064 229.987427 318.759064 232.3685 L 318.759064 232.3685 Z"/>
<path id="path253" fill="#f7f4ef" fill-rule="evenodd" stroke="none" d="M 318.60788 232.3685 C 318.60788 234.485046 318.532288 236.563782 318.456696 238.37796 C 318.343292 240.229919 318.192139 241.74173 318.003143 242.799988 C 317.814178 243.858276 317.587402 244.425201 317.360626 244.425201 C 317.171661 244.425201 316.944885 243.858276 316.75592 242.799988 C 316.566925 241.74173 316.415741 240.229919 316.302368 238.37796 C 316.188965 236.563782 316.151184 234.485046 316.151184 232.3685 C 316.151184 230.251984 316.188965 228.173218 316.302368 226.321289 C 316.415741 224.50708 316.566925 222.9953 316.75592 221.937012 C 316.944885 220.878723 317.171661 220.311829 317.360626 220.311829 C 317.587402 220.311829 317.814178 220.878723 318.003143 221.937012 C 318.192139 222.9953 318.343292 224.50708 318.456696 226.321289 C 318.532288 228.173218 318.60788 230.251984 318.60788 232.3685 L 318.60788 232.3685 Z"/>
<path id="path254" fill="#f8f6f1" fill-rule="evenodd" stroke="none" d="M 318.456696 232.3685 C 318.456696 234.220459 318.418884 236.034637 318.305511 237.62204 C 318.229919 239.247253 318.078735 240.570068 317.927551 241.477173 C 317.738586 242.422058 317.549591 242.913391 317.360626 242.913391 C 317.171661 242.913391 316.982666 242.422058 316.831482 241.477173 C 316.680328 240.570068 316.529144 239.247253 316.415741 237.62204 C 316.340149 236.034637 316.302368 234.220459 316.302368 232.3685 C 316.302368 230.516541 316.340149 228.702393 316.415741 227.077148 C 316.529144 225.489746 316.680328 224.166931 316.831482 223.222046 C 316.982666 222.314941 317.171661 221.823608 317.360626 221.823608 C 317.549591 221.823608 317.738586 222.314941 317.927551 223.222046 C 318.078735 224.166931 318.229919 225.489746 318.305511 227.077148 C 318.418884 228.702393 318.456696 230.516541 318.456696 232.3685 L 318.456696 232.3685 Z"/>
<path id="path255" fill="#f9f7f3" fill-rule="evenodd" stroke="none" d="M 318.305511 232.3685 C 318.305511 233.955902 318.267731 235.505524 318.192139 236.86615 C 318.078735 238.264557 317.965363 239.398438 317.851959 240.192139 C 317.700775 240.98584 317.549591 241.401581 317.360626 241.401581 C 317.209442 241.401581 317.058258 240.98584 316.907074 240.192139 C 316.75592 239.398438 316.642517 238.264557 316.566925 236.86615 C 316.491333 235.505524 316.453552 233.955902 316.453552 232.3685 C 316.453552 230.781097 316.491333 229.231506 316.566925 227.833069 C 316.642517 226.472412 316.75592 225.338562 316.907074 224.544861 C 317.058258 223.75116 317.209442 223.335449 317.360626 223.335449 C 317.549591 223.335449 317.700775 223.75116 317.851959 224.544861 C 317.965363 225.338562 318.078735 226.472412 318.192139 227.833069 C 318.267731 229.231506 318.305511 230.781097 318.305511 232.3685 L 318.305511 232.3685 Z"/>
<path id="path256" fill="#faf8f5" fill-rule="evenodd" stroke="none" d="M 318.154327 232.3685 C 318.154327 233.691345 318.116547 234.976379 318.040955 236.110229 C 317.965363 237.281891 317.889771 238.226776 317.738586 238.869293 C 317.625183 239.549591 317.51181 239.889771 317.360626 239.889771 C 317.247253 239.889771 317.096069 239.549591 316.982666 238.869293 C 316.869293 238.226776 316.75592 237.281891 316.718109 236.110229 C 316.642517 234.976379 316.604736 233.691345 316.604736 232.3685 C 316.604736 231.045654 316.642517 229.722839 316.718109 228.588989 C 316.75592 227.455139 316.869293 226.510254 316.982666 225.829895 C 317.096069 225.187378 317.247253 224.847229 317.360626 224.847229 C 317.51181 224.847229 317.625183 225.187378 317.738586 225.829895 C 317.889771 226.510254 317.965363 227.455139 318.040955 228.588989 C 318.116547 229.722839 318.154327 231.045654 318.154327 232.3685 L 318.154327 232.3685 Z"/>
<path id="path257" fill="#fbfaf7" fill-rule="evenodd" stroke="none" d="M 318.003143 232.3685 C 318.003143 233.426758 317.965363 234.447235 317.889771 235.39212 C 317.851959 236.299225 317.776367 237.055115 317.662994 237.584259 C 317.587402 238.113373 317.47403 238.37796 317.360626 238.37796 C 317.247253 238.37796 317.171661 238.113373 317.058258 237.584259 C 316.982666 237.055115 316.907074 236.299225 316.831482 235.39212 C 316.793701 234.447235 316.75592 233.426758 316.75592 232.3685 C 316.75592 231.310242 316.793701 230.251984 316.831482 229.34491 C 316.907074 228.437805 316.982666 227.681885 317.058258 227.152771 C 317.171661 226.623596 317.247253 226.321289 317.360626 226.321289 C 317.47403 226.321289 317.587402 226.623596 317.662994 227.152771 C 317.776367 227.681885 317.851959 228.437805 317.889771 229.34491 C 317.965363 230.251984 318.003143 231.310242 318.003143 232.3685 L 318.003143 232.3685 Z"/>
<path id="path258" fill="#fcfbf9" fill-rule="evenodd" stroke="none" d="M 317.851959 232.3685 C 317.851959 233.162201 317.814178 233.918121 317.776367 234.63623 C 317.738586 235.316528 317.662994 235.883453 317.587402 236.261414 C 317.549591 236.677155 317.436218 236.86615 317.360626 236.86615 C 317.285034 236.86615 317.209442 236.677155 317.13385 236.261414 C 317.058258 235.883453 317.020477 235.316528 316.982666 234.63623 C 316.944885 233.918121 316.907074 233.162201 316.907074 232.3685 C 316.907074 231.574799 316.944885 230.781097 316.982666 230.1008 C 317.020477 229.420471 317.058258 228.853516 317.13385 228.437805 C 317.209442 228.059814 317.285034 227.833069 317.360626 227.833069 C 317.436218 227.833069 317.549591 228.059814 317.587402 228.437805 C 317.662994 228.853516 317.738586 229.420471 317.776367 230.1008 C 317.814178 230.781097 317.851959 231.574799 317.851959 232.3685 L 317.851959 232.3685 Z"/>
<path id="path259" fill="#fdfcfb" fill-rule="evenodd" stroke="none" d="M 317.662994 232.3685 C 317.662994 232.897644 317.662994 233.426758 317.625183 233.88031 C 317.625183 234.333862 317.587402 234.711823 317.51181 234.976379 C 317.47403 235.240936 317.436218 235.39212 317.360626 235.39212 C 317.322845 235.39212 317.247253 235.240936 317.209442 234.976379 C 317.171661 234.711823 317.13385 234.333862 317.096069 233.88031 C 317.058258 233.426758 317.058258 232.897644 317.058258 232.3685 C 317.058258 231.839355 317.058258 231.310242 317.096069 230.856689 C 317.13385 230.403137 317.171661 230.025208 317.209442 229.76062 C 317.247253 229.496033 317.322845 229.34491 317.360626 229.34491 C 317.436218 229.34491 317.47403 229.496033 317.51181 229.76062 C 317.587402 230.025208 317.625183 230.403137 317.625183 230.856689 C 317.662994 231.310242 317.662994 231.839355 317.662994 232.3685 L 317.662994 232.3685 Z"/>
<path id="path260" fill="#fefefd" fill-rule="evenodd" stroke="none" d="M 317.51181 232.3685 C 317.51181 232.633057 317.51181 232.897644 317.51181 233.12442 C 317.47403 233.351196 317.47403 233.540161 317.436218 233.653534 C 317.436218 233.804718 317.398438 233.88031 317.360626 233.88031 C 317.360626 233.88031 317.322845 233.804718 317.285034 233.653534 C 317.285034 233.540161 317.247253 233.351196 317.247253 233.12442 C 317.209442 232.897644 317.209442 232.633057 317.209442 232.3685 C 317.209442 232.103943 317.209442 231.839355 317.247253 231.61261 C 317.247253 231.385834 317.285034 231.196838 317.285034 231.045654 C 317.322845 230.932281 317.360626 230.856689 317.360626 230.856689 C 317.398438 230.856689 317.436218 230.932281 317.436218 231.045654 C 317.47403 231.196838 317.47403 231.385834 317.51181 231.61261 C 317.51181 231.839355 317.51181 232.103943 317.51181 232.3685 L 317.51181 232.3685 Z"/>
</g>
<clipPath id="clipPath12">
<path d="M 306.815735 337.855133 L 316.453552 343.335419 L 316.453552 233.275604 L 306.815735 238.793701 L 306.815735 337.855133 L 306.815735 337.855133 Z"/>
</clipPath>
<g id="g11" clip-path="url(#clipPath12)"/>
<clipPath id="clipPath13">
<path d="M 17.795277 -56.651978 L 735.867725 -56.651978 L 735.867725 418.094482 L 17.795277 418.094482 L 17.795277 -56.651978 Z"/>
</clipPath>
<g id="g12" clip-path="url(#clipPath13)">
<path id="path261" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 306.815735 337.855133 L 316.453552 343.335419 L 316.453552 233.275604 L 306.815735 238.793701 L 306.815735 337.855133 Z"/>
</g>
<clipPath id="clipPath14">
<path d="M 290.299225 163.127563 L 114.286621 61.34491 L 202.311813 102.61731 L 378.324402 204.400024 L 290.299225 163.127563 L 290.299225 163.127563 Z"/>
</clipPath>
<g id="g13" clip-path="url(#clipPath14)"/>
<clipPath id="clipPath15">
<path d="M 290.299225 163.127563 L 114.286621 61.34491 L 202.311813 102.61731 L 378.324402 204.400024 L 290.299225 163.127563 L 290.299225 163.127563 Z"/>
</clipPath>
<g id="g14" clip-path="url(#clipPath15)">
<path id="path262" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 113.341736 205.874023 L 113.341736 202.170105 L 379.269287 202.170105 L 379.269287 205.874023 L 113.341736 205.874023 Z"/>
<path id="path263" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 113.341736 203.228333 L 113.341736 199.524414 L 379.269287 199.524414 L 379.269287 203.228333 L 113.341736 203.228333 Z"/>
<path id="path264" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 113.341736 200.620483 L 113.341736 196.878723 L 379.269287 196.878723 L 379.269287 200.620483 L 113.341736 200.620483 Z"/>
<path id="path265" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 113.341736 197.974792 L 113.341736 194.233093 L 379.269287 194.233093 L 379.269287 197.974792 L 113.341736 197.974792 Z"/>
<path id="path266" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 113.341736 195.329163 L 113.341736 191.625183 L 379.269287 191.625183 L 379.269287 195.329163 L 113.341736 195.329163 Z"/>
<path id="path267" fill="#fcfcfc" fill-rule="evenodd" stroke="none" d="M 113.341736 192.721252 L 113.341736 188.979553 L 379.269287 188.979553 L 379.269287 192.721252 L 113.341736 192.721252 Z"/>
<path id="path268" fill="#fcfcfc" fill-rule="evenodd" stroke="none" d="M 113.341736 190.075562 L 113.341736 186.333862 L 379.269287 186.333862 L 379.269287 190.075562 L 113.341736 190.075562 Z"/>
<path id="path269" fill="#fbfbfb" fill-rule="evenodd" stroke="none" d="M 113.341736 187.429932 L 113.341736 183.726013 L 379.269287 183.726013 L 379.269287 187.429932 L 113.341736 187.429932 Z"/>
<path id="path270" fill="#fafafa" fill-rule="evenodd" stroke="none" d="M 113.341736 184.784241 L 113.341736 181.080322 L 379.269287 181.080322 L 379.269287 184.784241 L 113.341736 184.784241 Z"/>
<path id="path271" fill="#fafafa" fill-rule="evenodd" stroke="none" d="M 113.341736 182.176392 L 113.341736 178.434631 L 379.269287 178.434631 L 379.269287 182.176392 L 113.341736 182.176392 Z"/>
<path id="path272" fill="#f9f9f9" fill-rule="evenodd" stroke="none" d="M 113.341736 179.530701 L 113.341736 175.789001 L 379.269287 175.789001 L 379.269287 179.530701 L 113.341736 179.530701 Z"/>
<path id="path273" fill="#f9f9f9" fill-rule="evenodd" stroke="none" d="M 113.341736 176.88501 L 113.341736 173.181091 L 379.269287 173.181091 L 379.269287 176.88501 L 113.341736 176.88501 Z"/>
<path id="path274" fill="#f8f8f8" fill-rule="evenodd" stroke="none" d="M 113.341736 174.277161 L 113.341736 170.535461 L 379.269287 170.535461 L 379.269287 174.277161 L 113.341736 174.277161 Z"/>
<path id="path275" fill="#f7f7f7" fill-rule="evenodd" stroke="none" d="M 113.341736 171.63147 L 113.341736 167.889771 L 379.269287 167.889771 L 379.269287 171.63147 L 113.341736 171.63147 Z"/>
<path id="path276" fill="#f7f7f7" fill-rule="evenodd" stroke="none" d="M 113.341736 168.98584 L 113.341736 165.28186 L 379.269287 165.28186 L 379.269287 168.98584 L 113.341736 168.98584 Z"/>
<path id="path277" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 113.341736 166.340149 L 113.341736 162.63623 L 379.269287 162.63623 L 379.269287 166.340149 L 113.341736 166.340149 Z"/>
<path id="path278" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 113.341736 163.7323 L 113.341736 159.99054 L 379.269287 159.99054 L 379.269287 163.7323 L 113.341736 163.7323 Z"/>
<path id="path279" fill="#f5f5f5" fill-rule="evenodd" stroke="none" d="M 113.341736 161.086609 L 113.341736 157.34491 L 379.269287 157.34491 L 379.269287 161.086609 L 113.341736 161.086609 Z"/>
<path id="path280" fill="#f5f5f5" fill-rule="evenodd" stroke="none" d="M 113.341736 158.440918 L 113.341736 154.737 L 379.269287 154.737 L 379.269287 158.440918 L 113.341736 158.440918 Z"/>
<path id="path281" fill="#f4f4f4" fill-rule="evenodd" stroke="none" d="M 113.341736 155.833069 L 113.341736 152.091309 L 379.269287 152.091309 L 379.269287 155.833069 L 113.341736 155.833069 Z"/>
<path id="path282" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 113.341736 153.187378 L 113.341736 149.445679 L 379.269287 149.445679 L 379.269287 153.187378 L 113.341736 153.187378 Z"/>
<path id="path283" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 113.341736 150.541748 L 113.341736 146.837769 L 379.269287 146.837769 L 379.269287 150.541748 L 113.341736 150.541748 Z"/>
<path id="path284" fill="#f2f2f2" fill-rule="evenodd" stroke="none" d="M 113.341736 147.896057 L 113.341736 144.192139 L 379.269287 144.192139 L 379.269287 147.896057 L 113.341736 147.896057 Z"/>
<path id="path285" fill="#f2f2f2" fill-rule="evenodd" stroke="none" d="M 113.341736 145.288208 L 113.341736 141.546448 L 379.269287 141.546448 L 379.269287 145.288208 L 113.341736 145.288208 Z"/>
<path id="path286" fill="#f1f1f1" fill-rule="evenodd" stroke="none" d="M 113.341736 142.642517 L 113.341736 138.900818 L 379.269287 138.900818 L 379.269287 142.642517 L 113.341736 142.642517 Z"/>
<path id="path287" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 113.341736 139.996826 L 113.341736 136.292908 L 379.269287 136.292908 L 379.269287 139.996826 L 113.341736 139.996826 Z"/>
<path id="path288" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 113.341736 137.388977 L 113.341736 133.647217 L 379.269287 133.647217 L 379.269287 137.388977 L 113.341736 137.388977 Z"/>
<path id="path289" fill="#efefef" fill-rule="evenodd" stroke="none" d="M 113.341736 134.743286 L 113.341736 131.001587 L 379.269287 131.001587 L 379.269287 134.743286 L 113.341736 134.743286 Z"/>
<path id="path290" fill="#efefef" fill-rule="evenodd" stroke="none" d="M 113.341736 132.097656 L 113.341736 128.393677 L 379.269287 128.393677 L 379.269287 132.097656 L 113.341736 132.097656 Z"/>
<path id="path291" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 113.341736 129.451965 L 113.341736 125.748047 L 379.269287 125.748047 L 379.269287 129.451965 L 113.341736 129.451965 Z"/>
<path id="path292" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 113.341736 126.844116 L 113.341736 123.102356 L 379.269287 123.102356 L 379.269287 126.844116 L 113.341736 126.844116 Z"/>
<path id="path293" fill="#ededed" fill-rule="evenodd" stroke="none" d="M 113.341736 124.198425 L 113.341736 120.456665 L 379.269287 120.456665 L 379.269287 124.198425 L 113.341736 124.198425 Z"/>
<path id="path294" fill="#ececec" fill-rule="evenodd" stroke="none" d="M 113.341736 121.552734 L 113.341736 117.848816 L 379.269287 117.848816 L 379.269287 121.552734 L 113.341736 121.552734 Z"/>
<path id="path295" fill="#ececec" fill-rule="evenodd" stroke="none" d="M 113.341736 118.944885 L 113.341736 115.203125 L 379.269287 115.203125 L 379.269287 118.944885 L 113.341736 118.944885 Z"/>
<path id="path296" fill="#ebebeb" fill-rule="evenodd" stroke="none" d="M 113.341736 116.299194 L 113.341736 112.557495 L 379.269287 112.557495 L 379.269287 116.299194 L 113.341736 116.299194 Z"/>
<path id="path297" fill="#ebebeb" fill-rule="evenodd" stroke="none" d="M 113.341736 113.653564 L 113.341736 109.949585 L 379.269287 109.949585 L 379.269287 113.653564 L 113.341736 113.653564 Z"/>
<path id="path298" fill="#eaeaea" fill-rule="evenodd" stroke="none" d="M 113.341736 111.007874 L 113.341736 107.303955 L 379.269287 107.303955 L 379.269287 111.007874 L 113.341736 111.007874 Z"/>
<path id="path299" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 113.341736 108.400024 L 113.341736 104.658264 L 379.269287 104.658264 L 379.269287 108.400024 L 113.341736 108.400024 Z"/>
<path id="path300" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 113.341736 105.754333 L 113.341736 102.012573 L 379.269287 102.012573 L 379.269287 105.754333 L 113.341736 105.754333 Z"/>
<path id="path301" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 113.341736 103.108643 L 113.341736 99.404724 L 379.269287 99.404724 L 379.269287 103.108643 L 113.341736 103.108643 Z"/>
<path id="path302" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 113.341736 100.463013 L 113.341736 96.759033 L 379.269287 96.759033 L 379.269287 100.463013 L 113.341736 100.463013 Z"/>
<path id="path303" fill="#e7e7e7" fill-rule="evenodd" stroke="none" d="M 113.341736 97.855103 L 113.341736 94.113403 L 379.269287 94.113403 L 379.269287 97.855103 L 113.341736 97.855103 Z"/>
<path id="path304" fill="#e7e7e7" fill-rule="evenodd" stroke="none" d="M 113.341736 95.209473 L 113.341736 91.467712 L 379.269287 91.467712 L 379.269287 95.209473 L 113.341736 95.209473 Z"/>
<path id="path305" fill="#e6e6e6" fill-rule="evenodd" stroke="none" d="M 113.341736 92.563782 L 113.341736 88.859863 L 379.269287 88.859863 L 379.269287 92.563782 L 113.341736 92.563782 Z"/>
<path id="path306" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 113.341736 89.955933 L 113.341736 86.214172 L 379.269287 86.214172 L 379.269287 89.955933 L 113.341736 89.955933 Z"/>
<path id="path307" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 113.341736 87.310242 L 113.341736 83.568481 L 379.269287 83.568481 L 379.269287 87.310242 L 113.341736 87.310242 Z"/>
<path id="path308" fill="#e4e4e4" fill-rule="evenodd" stroke="none" d="M 113.341736 84.664551 L 113.341736 80.960632 L 379.269287 80.960632 L 379.269287 84.664551 L 113.341736 84.664551 Z"/>
<path id="path309" fill="#e4e4e4" fill-rule="evenodd" stroke="none" d="M 113.341736 82.018921 L 113.341736 78.314941 L 379.269287 78.314941 L 379.269287 82.018921 L 113.341736 82.018921 Z"/>
<path id="path310" fill="#e3e3e3" fill-rule="evenodd" stroke="none" d="M 113.341736 79.411011 L 113.341736 75.669312 L 379.269287 75.669312 L 379.269287 79.411011 L 113.341736 79.411011 Z"/>
<path id="path311" fill="#e2e2e2" fill-rule="evenodd" stroke="none" d="M 113.341736 76.765381 L 113.341736 73.023621 L 379.269287 73.023621 L 379.269287 76.765381 L 113.341736 76.765381 Z"/>
<path id="path312" fill="#e2e2e2" fill-rule="evenodd" stroke="none" d="M 113.341736 74.11969 L 113.341736 70.415771 L 379.269287 70.415771 L 379.269287 74.11969 L 113.341736 74.11969 Z"/>
<path id="path313" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 113.341736 71.511841 L 113.341736 67.770081 L 379.269287 67.770081 L 379.269287 71.511841 L 113.341736 71.511841 Z"/>
<path id="path314" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 113.341736 68.86615 L 113.341736 65.12439 L 379.269287 65.12439 L 379.269287 68.86615 L 113.341736 68.86615 Z"/>
<path id="path315" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 113.341736 66.220459 L 113.341736 62.516541 L 379.269287 62.516541 L 379.269287 66.220459 L 113.341736 66.220459 Z"/>
<path id="path316" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 113.341736 63.574829 L 113.341736 59.87085 L 379.269287 59.87085 L 379.269287 63.574829 L 113.341736 63.574829 Z"/>
</g>
<clipPath id="clipPath16">
<path d="M 290.299225 163.127563 L 114.286621 61.34491 L 202.311813 102.61731 L 378.324402 204.400024 L 290.299225 163.127563 L 290.299225 163.127563 Z"/>
</clipPath>
<g id="g15" clip-path="url(#clipPath16)"/>
<clipPath id="clipPath17">
<path d="M 17.795277 -56.651978 L 735.867725 -56.651978 L 735.867725 418.094482 L 17.795277 418.094482 L 17.795277 -56.651978 Z"/>
</clipPath>
<g id="g16" clip-path="url(#clipPath17)">
<path id="path317" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 290.299225 163.127563 L 114.286621 61.34491 L 202.311813 102.61731 L 378.324402 204.400024 L 290.299225 163.127563 Z"/>
<path id="path318" fill="none" stroke="#ff00ff" stroke-width="0.907087" stroke-linejoin="round" d="M 243.206299 125.823608 L 211.760635 111.083435"/>
<path id="path319" fill="#ff00ff" fill-rule="evenodd" stroke="none" d="M 243.357483 125.407898 L 242.979523 126.201599 L 243.357483 126.390564 L 243.546448 126.428345 L 243.697632 126.428345 L 243.848816 126.314941 L 243.962219 126.201599 L 244 126.012573 L 244 125.861389 L 243.886627 125.710266 L 243.735443 125.596863 L 243.357483 125.407898 Z"/>
<path id="path320" fill="#ff00ff" fill-rule="evenodd" stroke="none" d="M 211.609451 111.499207 L 211.987396 110.705505 L 211.609451 110.516541 L 211.420471 110.47876 L 211.269287 110.516541 L 211.118103 110.592102 L 211.00473 110.743286 L 210.966934 110.89447 L 211.00473 111.083435 L 211.080322 111.234619 L 211.231491 111.310242 L 211.609451 111.499207 Z"/>
</g>
<clipPath id="clipPath18">
<path d="M 211.420471 110.932312 L 179.256699 91.807861 L 179.256699 75.782654 L 211.420471 94.340149 L 211.420471 110.932312 L 211.420471 110.932312 Z"/>
</clipPath>
<g id="g17" clip-path="url(#clipPath18)"/>
<clipPath id="clipPath19">
<path d="M 211.420471 110.932312 L 179.256699 91.807861 L 179.256699 75.782654 L 211.420471 94.340149 L 211.420471 110.932312 L 211.420471 110.932312 Z"/>
</clipPath>
<g id="g18" clip-path="url(#clipPath19)">
<path id="path321" fill="#ff0000" fill-rule="evenodd" stroke="none" d="M 226.425201 74.837769 C 226.425201 84.022034 224.195282 93.055115 220 101.029907 C 215.766922 108.966919 209.681885 115.581116 202.387405 120.154358 C 195.055115 124.765381 186.777954 127.184265 178.311813 127.184265 C 169.883469 127.184265 161.606293 124.765381 154.274017 120.154358 C 146.979523 115.581116 140.894485 108.966919 136.661423 101.029907 C 132.466141 93.055115 130.236221 84.022034 130.236221 74.837769 C 130.236221 65.653564 132.466141 56.658264 136.661423 48.683472 C 140.894485 40.74646 146.979523 34.132263 154.274017 29.559082 C 161.606293 24.948059 169.883469 22.529114 178.311813 22.529114 C 186.777954 22.529114 195.055115 24.948059 202.387405 29.559082 C 209.681885 34.132263 215.766922 40.74646 220 48.683472 C 224.195282 56.658264 226.425201 65.653564 226.425201 74.837769 L 226.425201 74.837769 Z"/>
<path id="path322" fill="#ff0000" fill-rule="evenodd" stroke="none" d="M 202.122833 74.837769 C 202.122833 79.411011 201.026779 83.87085 198.948029 87.801575 C 196.869293 91.7323 193.845673 95.020447 190.217316 97.288208 C 186.62677 99.555908 182.50708 100.765381 178.311813 100.765381 C 174.154327 100.765381 170.034653 99.555908 166.406296 97.288208 C 162.81575 95.020447 159.79213 91.7323 157.713379 87.801575 C 155.634644 83.87085 154.500793 79.411011 154.500793 74.837769 C 154.500793 70.302368 155.634644 65.842529 157.713379 61.911804 C 159.79213 57.981079 162.81575 54.692932 166.406296 52.425171 C 170.034653 50.157471 174.154327 48.948059 178.311813 48.948059 C 182.50708 48.948059 186.62677 50.157471 190.217316 52.425171 C 193.845673 54.692932 196.869293 57.981079 198.948029 61.911804 C 201.026779 65.842529 202.122833 70.302368 202.122833 74.837769 L 202.122833 74.837769 Z"/>
<path id="path323" fill="#ff0f0f" fill-rule="evenodd" stroke="none" d="M 200.724411 74.837769 C 200.724411 79.146484 199.703934 83.341736 197.738586 87.045654 C 195.773224 90.749634 192.938583 93.811035 189.537003 95.965332 C 186.135437 98.11969 182.280319 99.215759 178.311813 99.215759 C 174.381104 99.215759 170.525986 98.11969 167.124405 95.965332 C 163.722839 93.811035 160.888184 90.749634 158.922836 87.045654 C 156.957474 83.341736 155.937012 79.146484 155.937012 74.837769 C 155.937012 70.566956 156.957474 66.371643 158.922836 62.667725 C 160.888184 58.963806 163.722839 55.902344 167.124405 53.748047 C 170.525986 51.593689 174.381104 50.49762 178.311813 50.49762 C 182.280319 50.49762 186.135437 51.593689 189.537003 53.748047 C 192.938583 55.902344 195.773224 58.963806 197.738586 62.667725 C 199.703934 66.371643 200.724411 70.566956 200.724411 74.837769 L 200.724411 74.837769 Z"/>
<path id="path324" fill="#ff1e1e" fill-rule="evenodd" stroke="none" d="M 199.325989 74.837769 C 199.325989 78.881897 198.381104 82.812622 196.529129 86.289734 C 194.67717 89.766907 192.031494 92.639343 188.818893 94.642517 C 185.644089 96.645691 182.015747 97.703918 178.311813 97.703918 C 174.645676 97.703918 171.017319 96.645691 167.842514 94.642517 C 164.629929 92.639343 161.984253 89.766907 160.132278 86.289734 C 158.280319 82.812622 157.335434 78.881897 157.335434 74.837769 C 157.335434 70.831482 158.280319 66.900818 160.132278 63.423645 C 161.984253 59.946472 164.629929 57.074036 167.842514 55.070862 C 171.017319 53.067688 174.645676 52.00946 178.311813 52.00946 C 182.015747 52.00946 185.644089 53.067688 188.818893 55.070862 C 192.031494 57.074036 194.67717 59.946472 196.529129 63.423645 C 198.381104 66.900818 199.325989 70.831482 199.325989 74.837769 L 199.325989 74.837769 Z"/>
<path id="path325" fill="#ff2d2d" fill-rule="evenodd" stroke="none" d="M 197.927567 74.837769 C 197.927567 78.61731 197.020477 82.283447 195.319687 85.533875 C 193.5811 88.74646 191.124405 91.467712 188.13858 93.319702 C 185.152756 95.209473 181.788971 96.192139 178.311813 96.192139 C 174.872437 96.192139 171.508667 95.209473 168.522827 93.319702 C 165.537003 91.467712 163.080322 88.74646 161.341736 85.533875 C 159.640945 82.283447 158.733856 78.61731 158.733856 74.837769 C 158.733856 71.096069 159.640945 67.429932 161.341736 64.179504 C 163.080322 60.966919 165.537003 58.245667 168.522827 56.393677 C 171.508667 54.503967 174.872437 53.52124 178.311813 53.52124 C 181.788971 53.52124 185.152756 54.503967 188.13858 56.393677 C 191.124405 58.245667 193.5811 60.966919 195.319687 64.179504 C 197.020477 67.429932 197.927567 71.096069 197.927567 74.837769 L 197.927567 74.837769 Z"/>
<path id="path326" fill="#ff3c3c" fill-rule="evenodd" stroke="none" d="M 196.529129 74.837769 C 196.529129 78.314941 195.697632 81.754333 194.110229 84.740173 C 192.485046 87.763794 190.217316 90.25824 187.420471 91.996826 C 184.661423 93.735413 181.524414 94.642517 178.311813 94.642517 C 175.137009 94.642517 172 93.735413 169.240952 91.996826 C 166.444092 90.25824 164.176376 87.763794 162.551178 84.740173 C 160.963776 81.754333 160.132278 78.314941 160.132278 74.837769 C 160.132278 71.360657 160.963776 67.959045 162.551178 64.935425 C 164.176376 61.949585 166.444092 59.455139 169.240952 57.716553 C 172 55.977966 175.137009 55.033081 178.311813 55.033081 C 181.524414 55.033081 184.661423 55.977966 187.420471 57.716553 C 190.217316 59.455139 192.485046 61.949585 194.110229 64.935425 C 195.697632 67.959045 196.529129 71.360657 196.529129 74.837769 L 196.529129 74.837769 Z"/>
<path id="path327" fill="#ff4b4b" fill-rule="evenodd" stroke="none" d="M 195.130707 74.837769 C 195.130707 78.050415 194.374802 81.22522 192.900787 83.984253 C 191.426773 86.781128 189.272446 89.086609 186.740158 90.674011 C 184.170074 92.299194 181.259842 93.130737 178.311813 93.130737 C 175.363785 93.130737 172.491333 92.299194 169.921265 90.674011 C 167.351181 89.086609 165.23465 86.781128 163.760635 83.984253 C 162.286621 81.22522 161.530716 78.050415 161.530716 74.837769 C 161.530716 71.662964 162.286621 68.488159 163.760635 65.729126 C 165.23465 62.932312 167.351181 60.62677 169.921265 59.039368 C 172.491333 57.414185 175.363785 56.582703 178.311813 56.582703 C 181.259842 56.582703 184.170074 57.414185 186.740158 59.039368 C 189.272446 60.62677 191.426773 62.932312 192.900787 65.729126 C 194.374802 68.488159 195.130707 71.662964 195.130707 74.837769 L 195.130707 74.837769 Z"/>
<path id="path328" fill="#ff5a5a" fill-rule="evenodd" stroke="none" d="M 193.732285 74.837769 C 193.732285 77.785828 193.014175 80.696045 191.653549 83.228333 C 190.330704 85.798401 188.365356 87.914978 186.022049 89.351196 C 183.678741 90.825195 181.033066 91.618896 178.311813 91.618896 C 175.628342 91.618896 172.982681 90.825195 170.639374 89.351196 C 168.296066 87.914978 166.330704 85.798401 164.970078 83.228333 C 163.647247 80.696045 162.929138 77.785828 162.929138 74.837769 C 162.929138 71.927551 163.647247 69.017334 164.970078 66.485046 C 166.330704 63.914978 168.296066 61.798401 170.639374 60.324402 C 172.982681 58.888184 175.628342 58.094482 178.311813 58.094482 C 181.033066 58.094482 183.678741 58.888184 186.022049 60.324402 C 188.365356 61.798401 190.330704 63.914978 191.653549 66.485046 C 193.014175 69.017334 193.732285 71.927551 193.732285 74.837769 L 193.732285 74.837769 Z"/>
<path id="path329" fill="#ff6969" fill-rule="evenodd" stroke="none" d="M 192.333862 74.837769 C 192.333862 77.52124 191.691345 80.166931 190.444092 82.472412 C 189.23465 84.777954 187.458267 86.705505 185.341736 88.066162 C 183.187408 89.388977 180.768509 90.107117 178.311813 90.107117 C 175.855118 90.107117 173.436218 89.388977 171.319687 88.066162 C 169.203156 86.705505 167.426773 84.777954 166.217316 82.472412 C 164.970078 80.166931 164.32756 77.52124 164.32756 74.837769 C 164.32756 72.192139 164.970078 69.546448 166.217316 67.240967 C 167.426773 64.935425 169.203156 63.007874 171.319687 61.647217 C 173.436218 60.324402 175.855118 59.606323 178.311813 59.606323 C 180.768509 59.606323 183.187408 60.324402 185.341736 61.647217 C 187.458267 63.007874 189.23465 64.935425 190.444092 67.240967 C 191.691345 69.546448 192.333862 72.192139 192.333862 74.837769 L 192.333862 74.837769 Z"/>
<path id="path330" fill="#ff7878" fill-rule="evenodd" stroke="none" d="M 190.93544 74.837769 C 190.93544 77.256714 190.3685 79.637817 189.23465 81.716553 C 188.13858 83.795288 186.551178 85.533875 184.623627 86.743286 C 182.69606 87.914978 180.541733 88.557495 178.311813 88.557495 C 176.11969 88.557495 173.927567 87.914978 172.037796 86.743286 C 170.110229 85.533875 168.522827 83.795288 167.426773 81.716553 C 166.292908 79.637817 165.725983 77.256714 165.725983 74.837769 C 165.725983 72.456665 166.292908 70.075562 167.426773 67.996826 C 168.522827 65.918091 170.110229 64.179504 172.037796 62.970093 C 173.927567 61.76062 176.11969 61.155884 178.311813 61.155884 C 180.541733 61.155884 182.69606 61.76062 184.623627 62.970093 C 186.551178 64.179504 188.13858 65.918091 189.23465 67.996826 C 190.3685 70.075562 190.93544 72.456665 190.93544 74.837769 L 190.93544 74.837769 Z"/>
<path id="path331" fill="#ff8787" fill-rule="evenodd" stroke="none" d="M 189.537003 74.837769 C 189.537003 76.992126 189.007874 79.108643 188.025192 80.960632 C 187.042526 82.812622 185.644089 84.324402 183.943314 85.420471 C 182.242523 86.47876 180.277161 87.045654 178.311813 87.045654 C 176.346451 87.045654 174.4189 86.47876 172.718109 85.420471 C 171.017319 84.324402 169.618896 82.812622 168.636215 80.960632 C 167.653549 79.108643 167.124405 76.992126 167.124405 74.837769 C 167.124405 72.721252 167.653549 70.604736 168.636215 68.752747 C 169.618896 66.900818 171.017319 65.388977 172.718109 64.292908 C 174.4189 63.234619 176.346451 62.667725 178.311813 62.667725 C 180.277161 62.667725 182.242523 63.234619 183.943314 64.292908 C 185.644089 65.388977 187.042526 66.900818 188.025192 68.752747 C 189.007874 70.604736 189.537003 72.721252 189.537003 74.837769 L 189.537003 74.837769 Z"/>
<path id="path332" fill="#ff9696" fill-rule="evenodd" stroke="none" d="M 188.13858 74.837769 C 188.13858 76.727539 187.685043 78.579529 186.81575 80.204712 C 185.946457 81.792114 184.737015 83.152771 183.225204 84.097656 C 181.751175 85.042542 180.0504 85.533875 178.311813 85.533875 C 176.611023 85.533875 174.910233 85.042542 173.436218 84.097656 C 171.924408 83.152771 170.714966 81.792114 169.845673 80.204712 C 168.976379 78.579529 168.522827 76.727539 168.522827 74.837769 C 168.522827 72.98584 168.976379 71.13385 169.845673 69.508667 C 170.714966 67.883484 171.924408 66.560608 173.436218 65.615723 C 174.910233 64.670837 176.611023 64.179504 178.311813 64.179504 C 180.0504 64.179504 181.751175 64.670837 183.225204 65.615723 C 184.737015 66.560608 185.946457 67.883484 186.81575 69.508667 C 187.685043 71.13385 188.13858 72.98584 188.13858 74.837769 L 188.13858 74.837769 Z"/>
<path id="path333" fill="#ffa5a5" fill-rule="evenodd" stroke="none" d="M 186.740158 74.837769 C 186.740158 76.463013 186.362198 78.050415 185.606293 79.411011 C 184.850388 80.809448 183.79213 81.981079 182.544876 82.77478 C 181.259842 83.568481 179.785828 83.984253 178.311813 83.984253 C 176.837799 83.984253 175.401581 83.568481 174.116531 82.77478 C 172.831497 81.981079 171.773224 80.809448 171.055115 79.411011 C 170.29921 78.050415 169.921265 76.463013 169.921265 74.837769 C 169.921265 73.250366 170.29921 71.662964 171.055115 70.302368 C 171.773224 68.903931 172.831497 67.7323 174.116531 66.938599 C 175.401581 66.144897 176.837799 65.729126 178.311813 65.729126 C 179.785828 65.729126 181.259842 66.144897 182.544876 66.938599 C 183.79213 67.7323 184.850388 68.903931 185.606293 70.302368 C 186.362198 71.662964 186.740158 73.250366 186.740158 74.837769 L 186.740158 74.837769 Z"/>
<path id="path334" fill="#ffb4b4" fill-rule="evenodd" stroke="none" d="M 185.341736 74.837769 C 185.341736 76.198425 185.001572 77.52124 184.396851 78.65509 C 183.79213 79.826782 182.88504 80.771667 181.826767 81.451965 C 180.768509 82.132263 179.559052 82.472412 178.311813 82.472412 C 177.102356 82.472412 175.892914 82.132263 174.834641 81.451965 C 173.776382 80.771667 172.869293 79.826782 172.264572 78.65509 C 171.659836 77.52124 171.319687 76.198425 171.319687 74.837769 C 171.319687 73.514954 171.659836 72.192139 172.264572 71.058289 C 172.869293 69.886597 173.776382 68.941711 174.834641 68.261414 C 175.892914 67.581116 177.102356 67.240967 178.311813 67.240967 C 179.559052 67.240967 180.768509 67.581116 181.826767 68.261414 C 182.88504 68.941711 183.79213 69.886597 184.396851 71.058289 C 185.001572 72.192139 185.341736 73.514954 185.341736 74.837769 L 185.341736 74.837769 Z"/>
<path id="path335" fill="#ffc3c3" fill-rule="evenodd" stroke="none" d="M 183.943314 74.837769 C 183.943314 75.933838 183.678741 76.992126 183.187408 77.899231 C 182.69606 78.844116 181.977951 79.599976 181.146454 80.12915 C 180.277161 80.658264 179.294495 80.960632 178.311813 80.960632 C 177.329132 80.960632 176.384247 80.658264 175.514954 80.12915 C 174.683472 79.599976 173.965347 78.844116 173.474014 77.899231 C 172.982681 76.992126 172.718109 75.933838 172.718109 74.837769 C 172.718109 73.779541 172.982681 72.721252 173.474014 71.814148 C 173.965347 70.869263 174.683472 70.113403 175.514954 69.584229 C 176.384247 69.055115 177.329132 68.752747 178.311813 68.752747 C 179.294495 68.752747 180.277161 69.055115 181.146454 69.584229 C 181.977951 70.113403 182.69606 70.869263 183.187408 71.814148 C 183.678741 72.721252 183.943314 73.779541 183.943314 74.837769 L 183.943314 74.837769 Z"/>
<path id="path336" fill="#ffd2d2" fill-rule="evenodd" stroke="none" d="M 182.544876 74.837769 C 182.544876 75.669312 182.318115 76.463013 181.977951 77.143311 C 181.600006 77.823608 181.070862 78.428345 180.428345 78.806274 C 179.785828 79.222046 179.067719 79.411011 178.311813 79.411011 C 177.593704 79.411011 176.875595 79.222046 176.233078 78.806274 C 175.590546 78.428345 175.061417 77.823608 174.683472 77.143311 C 174.305511 76.463013 174.116531 75.669312 174.116531 74.837769 C 174.116531 74.044067 174.305511 73.250366 174.683472 72.570068 C 175.061417 71.889771 175.590546 71.285034 176.233078 70.907104 C 176.875595 70.491333 177.593704 70.302368 178.311813 70.302368 C 179.067719 70.302368 179.785828 70.491333 180.428345 70.907104 C 181.070862 71.285034 181.600006 71.889771 181.977951 72.570068 C 182.318115 73.250366 182.544876 74.044067 182.544876 74.837769 L 182.544876 74.837769 Z"/>
<path id="path337" fill="#ffe1e1" fill-rule="evenodd" stroke="none" d="M 181.146454 74.837769 C 181.146454 75.404724 180.99527 75.933838 180.768509 76.38739 C 180.503937 76.840942 180.163773 77.218872 179.710236 77.483459 C 179.294495 77.748047 178.803146 77.899231 178.311813 77.899231 C 177.820465 77.899231 177.366928 77.748047 176.913391 77.483459 C 176.497635 77.218872 176.157486 76.840942 175.892914 76.38739 C 175.666138 75.933838 175.514954 75.404724 175.514954 74.837769 C 175.514954 74.308655 175.666138 73.779541 175.892914 73.325989 C 176.157486 72.872437 176.497635 72.494507 176.913391 72.229919 C 177.366928 71.965332 177.820465 71.814148 178.311813 71.814148 C 178.803146 71.814148 179.294495 71.965332 179.710236 72.229919 C 180.163773 72.494507 180.503937 72.872437 180.768509 73.325989 C 180.99527 73.779541 181.146454 74.308655 181.146454 74.837769 L 181.146454 74.837769 Z"/>
<path id="path338" fill="#fff0f0" fill-rule="evenodd" stroke="none" d="M 179.710236 74.837769 C 179.710236 75.140137 179.67244 75.366943 179.559052 75.63147 C 179.407867 75.858276 179.256699 76.047241 179.029922 76.160645 C 178.803146 76.311829 178.576385 76.38739 178.311813 76.38739 C 178.085037 76.38739 177.858261 76.311829 177.6315 76.160645 C 177.404724 76.047241 177.25354 75.858276 177.102356 75.63147 C 176.988983 75.366943 176.913391 75.140137 176.913391 74.837769 C 176.913391 74.573242 176.988983 74.308655 177.102356 74.081909 C 177.25354 73.855103 177.404724 73.666138 177.6315 73.552734 C 177.858261 73.40155 178.085037 73.325989 178.311813 73.325989 C 178.576385 73.325989 178.803146 73.40155 179.029922 73.552734 C 179.256699 73.666138 179.407867 73.855103 179.559052 74.081909 C 179.67244 74.308655 179.710236 74.573242 179.710236 74.837769 L 179.710236 74.837769 Z"/>
</g>
<clipPath id="clipPath20">
<path d="M 211.420471 110.932312 L 179.256699 91.807861 L 179.256699 75.782654 L 211.420471 94.340149 L 211.420471 110.932312 L 211.420471 110.932312 Z"/>
</clipPath>
<g id="g19" clip-path="url(#clipPath20)"/>
<clipPath id="clipPath21">
<path d="M 17.795277 -56.651978 L 735.867725 -56.651978 L 735.867725 418.094482 L 17.795277 418.094482 L 17.795277 -56.651978 Z"/>
</clipPath>
<g id="g20" clip-path="url(#clipPath21)">
<path id="path339" fill="none" stroke="#000000" stroke-width="0.907087" stroke-linejoin="round" d="M 211.420471 110.932312 L 179.256699 91.807861 L 179.256699 75.782654 L 211.420471 94.340149 L 211.420471 110.932312 Z"/>
</g>
<clipPath id="clipPath22">
<path d="M 211.420471 110.932312 L 211.420471 94.340149 L 243.546448 75.782654 L 243.546448 126.012573 L 211.420471 110.932312 L 211.420471 110.932312 Z"/>
</clipPath>
<g id="g21" clip-path="url(#clipPath22)"/>
<clipPath id="clipPath23">
<path d="M 211.420471 110.932312 L 211.420471 94.340149 L 243.546448 75.782654 L 243.546448 126.012573 L 211.420471 110.932312 L 211.420471 110.932312 Z"/>
</clipPath>
<g id="g22" clip-path="url(#clipPath23)">
<path id="path340" fill="#ff0000" fill-rule="evenodd" stroke="none" d="M 258.588989 74.837769 C 258.588989 87.763794 256.35907 100.463013 252.125977 111.688171 C 247.930695 122.87561 241.845673 132.173218 234.513382 138.63623 C 227.218903 145.099182 218.941727 148.500793 210.475586 148.500793 C 202.047241 148.500793 193.732285 145.099182 186.43779 138.63623 C 179.105515 132.173218 173.058273 122.87561 168.825195 111.688171 C 164.592133 100.463013 162.362198 87.763794 162.362198 74.837769 C 162.362198 61.911804 164.592133 49.212585 168.825195 38.025208 C 173.058273 26.837769 179.105515 17.540161 186.43779 11.077148 C 193.732285 4.614197 202.047241 1.212585 210.475586 1.212585 C 218.941727 1.212585 227.218903 4.614197 234.513382 11.077148 C 241.845673 17.540161 247.930695 26.837769 252.125977 38.025208 C 256.35907 49.212585 258.588989 61.911804 258.588989 74.837769 L 258.588989 74.837769 Z"/>
<path id="path341" fill="#ff0000" fill-rule="evenodd" stroke="none" d="M 234.286621 74.837769 C 234.286621 81.263 233.190552 87.536987 231.111816 93.092896 C 228.99527 98.611023 226.009445 103.222046 222.381104 106.434631 C 218.752762 109.609436 214.670868 111.310242 210.475586 111.310242 C 206.318115 111.310242 202.198425 109.609436 198.570084 106.434631 C 194.941727 103.222046 191.955902 98.611023 189.877167 93.092896 C 187.760635 87.536987 186.664566 81.263 186.664566 74.837769 C 186.664566 68.450378 187.760635 62.176392 189.877167 56.620483 C 191.955902 51.102356 194.941727 46.491333 198.570084 43.278748 C 202.198425 40.103943 206.318115 38.403137 210.475586 38.403137 C 214.670868 38.403137 218.752762 40.103943 222.381104 43.278748 C 226.009445 46.491333 228.99527 51.102356 231.111816 56.620483 C 233.190552 62.176392 234.286621 68.450378 234.286621 74.837769 L 234.286621 74.837769 Z"/>
<path id="path342" fill="#ff0b0b" fill-rule="evenodd" stroke="none" d="M 233.30394 74.837769 C 233.30394 80.998413 232.245667 87.007874 230.242523 92.337036 C 228.239365 97.628357 225.366928 102.050415 221.889771 105.111816 C 218.412598 108.173218 214.481888 109.798401 210.475586 109.798401 C 206.469284 109.798401 202.538589 108.173218 199.061417 105.111816 C 195.584259 102.050415 192.711807 97.628357 190.708664 92.337036 C 188.705505 87.007874 187.647247 80.998413 187.647247 74.837769 C 187.647247 68.714966 188.705505 62.705505 190.708664 57.376404 C 192.711807 52.085022 195.584259 47.662964 199.061417 44.601563 C 202.538589 41.540161 206.469284 39.914978 210.475586 39.914978 C 214.481888 39.914978 218.412598 41.540161 221.889771 44.601563 C 225.366928 47.662964 228.239365 52.085022 230.242523 57.376404 C 232.245667 62.705505 233.30394 68.714966 233.30394 74.837769 L 233.30394 74.837769 Z"/>
<path id="path343" fill="#ff1515" fill-rule="evenodd" stroke="none" d="M 232.321259 74.837769 C 232.321259 80.733887 231.300781 86.47876 229.37323 91.543335 C 227.483459 96.645691 224.724411 100.840942 221.398422 103.789001 C 218.072433 106.737 214.292908 108.286621 210.475586 108.286621 C 206.658264 108.286621 202.878738 106.737 199.55275 103.789001 C 196.264572 100.840942 193.505508 96.645691 191.577957 91.543335 C 189.650391 86.47876 188.667709 80.733887 188.667709 74.837769 C 188.667709 68.979553 189.650391 63.234619 191.577957 58.132263 C 193.505508 53.067688 196.264572 48.834656 199.55275 45.924438 C 202.878738 42.976379 206.658264 41.426758 210.475586 41.426758 C 214.292908 41.426758 218.072433 42.976379 221.398422 45.924438 C 224.724411 48.834656 227.483459 53.067688 229.37323 58.132263 C 231.300781 63.234619 232.321259 68.979553 232.321259 74.837769 L 232.321259 74.837769 Z"/>
<path id="path344" fill="#ff2020" fill-rule="evenodd" stroke="none" d="M 231.300781 74.837769 C 231.300781 80.469299 230.355911 85.949585 228.503937 90.787415 C 226.689758 95.662964 224.081894 99.669312 220.907089 102.466125 C 217.732285 105.263 214.141739 106.737 210.475586 106.737 C 206.809448 106.737 203.218903 105.263 200.081894 102.466125 C 196.907089 99.669312 194.261414 95.662964 192.44725 90.787415 C 190.595276 85.949585 189.650391 80.469299 189.650391 74.837769 C 189.650391 69.24408 190.595276 63.763794 192.44725 58.925964 C 194.261414 54.050415 196.907089 50.044067 200.081894 47.247253 C 203.218903 44.450378 206.809448 42.976379 210.475586 42.976379 C 214.141739 42.976379 217.732285 44.450378 220.907089 47.247253 C 224.081894 50.044067 226.689758 54.050415 228.503937 58.925964 C 230.355911 63.763794 231.300781 69.24408 231.300781 74.837769 L 231.300781 74.837769 Z"/>
<path id="path345" fill="#ff2b2b" fill-rule="evenodd" stroke="none" d="M 230.318115 74.837769 C 230.318115 80.204712 229.411026 85.420471 227.67244 90.031494 C 225.933853 94.642517 223.401581 98.49762 220.415741 101.143311 C 217.39212 103.826782 213.952759 105.22522 210.475586 105.22522 C 206.998428 105.22522 203.559052 103.826782 200.573227 101.143311 C 197.549606 98.49762 195.055115 94.642517 193.278748 90.031494 C 191.540161 85.420471 190.633072 80.204712 190.633072 74.837769 C 190.633072 69.508667 191.540161 64.292908 193.278748 59.681885 C 195.055115 55.033081 197.549606 51.215759 200.573227 48.532288 C 203.559052 45.886597 206.998428 44.488159 210.475586 44.488159 C 213.952759 44.488159 217.39212 45.886597 220.415741 48.532288 C 223.401581 51.215759 225.933853 55.033081 227.67244 59.681885 C 229.411026 64.292908 230.318115 69.508667 230.318115 74.837769 L 230.318115 74.837769 Z"/>
<path id="path346" fill="#ff3535" fill-rule="evenodd" stroke="none" d="M 229.335434 74.837769 C 229.335434 79.902344 228.466141 84.891357 226.803146 89.275574 C 225.140152 93.659851 222.759048 97.325989 219.886612 99.858276 C 217.051971 102.390564 213.801575 103.713379 210.475586 103.713379 C 207.187408 103.713379 203.937012 102.390564 201.06456 99.858276 C 198.192123 97.325989 195.81102 93.659851 194.148026 89.275574 C 192.485046 84.891357 191.615753 79.902344 191.615753 74.837769 C 191.615753 69.773254 192.485046 64.822021 194.148026 60.437805 C 195.81102 56.053528 198.192123 52.38739 201.06456 49.855103 C 203.937012 47.322815 207.187408 46 210.475586 46 C 213.801575 46 217.051971 47.322815 219.886612 49.855103 C 222.759048 52.38739 225.140152 56.053528 226.803146 60.437805 C 228.466141 64.822021 229.335434 69.773254 229.335434 74.837769 L 229.335434 74.837769 Z"/>
<path id="path347" fill="#ff4040" fill-rule="evenodd" stroke="none" d="M 228.352753 74.837769 C 228.352753 79.637817 227.521255 84.362183 225.933853 88.519714 C 224.384247 92.677185 222.116531 96.116516 219.395279 98.535461 C 216.711807 100.916565 213.612595 102.201599 210.475586 102.201599 C 207.338577 102.201599 204.277161 100.916565 201.555908 98.535461 C 198.834641 96.116516 196.566925 92.677185 195.017319 88.519714 C 193.429916 84.362183 192.636215 79.637817 192.636215 74.837769 C 192.636215 70.037781 193.429916 65.351196 195.017319 61.193726 C 196.566925 57.036194 198.834641 53.596863 201.555908 51.177979 C 204.277161 48.796875 207.338577 47.511841 210.475586 47.511841 C 213.612595 47.511841 216.711807 48.796875 219.395279 51.177979 C 222.116531 53.596863 224.384247 57.036194 225.933853 61.193726 C 227.521255 65.351196 228.352753 70.037781 228.352753 74.837769 L 228.352753 74.837769 Z"/>
<path id="path348" fill="#ff4a4a" fill-rule="evenodd" stroke="none" d="M 227.332291 74.837769 C 227.332291 79.37323 226.576385 83.833069 225.102356 87.763794 C 223.590546 91.694458 221.474014 94.944885 218.903931 97.212585 C 216.333862 99.480286 213.423615 100.689758 210.475586 100.689758 C 207.527557 100.689758 204.617325 99.480286 202.047241 97.212585 C 199.477173 94.944885 197.360626 91.694458 195.886612 87.763794 C 194.412598 83.833069 193.618896 79.37323 193.618896 74.837769 C 193.618896 70.340149 194.412598 65.88031 195.886612 61.949585 C 197.360626 58.018921 199.477173 54.768494 202.047241 52.500793 C 204.617325 50.233093 207.527557 49.023621 210.475586 49.023621 C 213.423615 49.023621 216.333862 50.233093 218.903931 52.500793 C 221.474014 54.768494 223.590546 58.018921 225.102356 61.949585 C 226.576385 65.88031 227.332291 70.340149 227.332291 74.837769 L 227.332291 74.837769 Z"/>
<path id="path349" fill="#ff5555" fill-rule="evenodd" stroke="none" d="M 226.349609 74.837769 C 226.349609 79.108643 225.6315 83.303955 224.233078 87.007874 C 222.834641 90.711792 220.831497 93.773254 218.412598 95.889771 C 215.993698 98.044067 213.272446 99.140137 210.475586 99.140137 C 207.678741 99.140137 204.957474 98.044067 202.538589 95.889771 C 200.11969 93.773254 198.116531 90.711792 196.718109 87.007874 C 195.357483 83.303955 194.601578 79.108643 194.601578 74.837769 C 194.601578 70.604736 195.357483 66.409424 196.718109 62.705505 C 198.116531 59.001587 200.11969 55.940186 202.538589 53.823608 C 204.957474 51.669312 207.678741 50.573242 210.475586 50.573242 C 213.272446 50.573242 215.993698 51.669312 218.412598 53.823608 C 220.831497 55.940186 222.834641 59.001587 224.233078 62.705505 C 225.6315 66.409424 226.349609 70.604736 226.349609 74.837769 L 226.349609 74.837769 Z"/>
<path id="path350" fill="#ff6060" fill-rule="evenodd" stroke="none" d="M 225.366928 74.837769 C 225.366928 78.844116 224.686615 82.77478 223.363785 86.251953 C 222.078735 89.691345 220.18898 92.601563 217.921265 94.566956 C 215.653549 96.570068 213.083466 97.628357 210.475586 97.628357 C 207.867722 97.628357 205.297638 96.570068 203.029922 94.566956 C 200.762207 92.601563 198.910233 89.691345 197.587402 86.251953 C 196.302368 82.77478 195.584259 78.844116 195.584259 74.837769 C 195.584259 70.869263 196.302368 66.938599 197.587402 63.461426 C 198.910233 59.984253 200.762207 57.111816 203.029922 55.108643 C 205.297638 53.143311 207.867722 52.085022 210.475586 52.085022 C 213.083466 52.085022 215.653549 53.143311 217.921265 55.108643 C 220.18898 57.111816 222.078735 59.984253 223.363785 63.461426 C 224.686615 66.938599 225.366928 70.869263 225.366928 74.837769 L 225.366928 74.837769 Z"/>
<path id="path351" fill="#ff6a6a" fill-rule="evenodd" stroke="none" d="M 224.384247 74.837769 C 224.384247 78.579529 223.74173 82.245667 222.494492 85.496033 C 221.285034 88.708679 219.546463 91.392151 217.429916 93.28186 C 215.313385 95.13385 212.932281 96.116516 210.475586 96.116516 C 208.056686 96.116516 205.637802 95.13385 203.521255 93.28186 C 201.44252 91.392151 199.666138 88.708679 198.456696 85.496033 C 197.247238 82.245667 196.604721 78.579529 196.604721 74.837769 C 196.604721 71.13385 197.247238 67.467712 198.456696 64.217346 C 199.666138 61.0047 201.44252 58.321289 203.521255 56.431519 C 205.637802 54.579529 208.056686 53.596863 210.475586 53.596863 C 212.932281 53.596863 215.313385 54.579529 217.429916 56.431519 C 219.546463 58.321289 221.285034 61.0047 222.494492 64.217346 C 223.74173 67.467712 224.384247 71.13385 224.384247 74.837769 L 224.384247 74.837769 Z"/>
<path id="path352" fill="#ff7575" fill-rule="evenodd" stroke="none" d="M 223.363785 74.837769 C 223.363785 78.314941 222.796844 81.716553 221.662994 84.740173 C 220.529129 87.726013 218.903931 90.220459 216.938583 91.959045 C 214.973221 93.697632 212.743301 94.604736 210.475586 94.604736 C 208.20787 94.604736 205.977951 93.697632 204.012604 91.959045 C 202.085037 90.220459 200.459839 87.726013 199.325989 84.740173 C 198.192123 81.716553 197.587402 78.314941 197.587402 74.837769 C 197.587402 71.398438 198.192123 67.996826 199.325989 64.973206 C 200.459839 61.987427 202.085037 59.49292 204.012604 57.754333 C 205.977951 56.015747 208.20787 55.108643 210.475586 55.108643 C 212.743301 55.108643 214.973221 56.015747 216.938583 57.754333 C 218.903931 59.49292 220.529129 61.987427 221.662994 64.973206 C 222.796844 67.996826 223.363785 71.398438 223.363785 74.837769 L 223.363785 74.837769 Z"/>
<path id="path353" fill="#ff8080" fill-rule="evenodd" stroke="none" d="M 222.381104 74.837769 C 222.381104 78.050415 221.851974 81.187378 220.793701 83.984253 C 219.735428 86.743286 218.223618 89.048828 216.44725 90.63623 C 214.633072 92.223633 212.554337 93.092896 210.475586 93.092896 C 208.396851 93.092896 206.355911 92.223633 204.541733 90.63623 C 202.727554 89.048828 201.215744 86.743286 200.157486 83.984253 C 199.137009 81.187378 198.570084 78.050415 198.570084 74.837769 C 198.570084 71.662964 199.137009 68.526001 200.157486 65.729126 C 201.215744 62.970093 202.727554 60.664551 204.541733 59.077148 C 206.355911 57.489746 208.396851 56.620483 210.475586 56.620483 C 212.554337 56.620483 214.633072 57.489746 216.44725 59.077148 C 218.223618 60.664551 219.735428 62.970093 220.793701 65.729126 C 221.851974 68.526001 222.381104 71.662964 222.381104 74.837769 L 222.381104 74.837769 Z"/>
<path id="path354" fill="#ff8a8a" fill-rule="evenodd" stroke="none" d="M 221.398422 74.837769 C 221.398422 77.785828 220.907089 80.658264 219.924408 83.190552 C 218.979523 85.76062 217.5811 87.839355 215.918106 89.313416 C 214.292908 90.787415 212.403152 91.543335 210.475586 91.543335 C 208.548035 91.543335 206.69606 90.787415 205.033066 89.313416 C 203.370071 87.839355 201.971649 85.76062 201.026779 83.190552 C 200.081894 80.658264 199.55275 77.785828 199.55275 74.837769 C 199.55275 71.927551 200.081894 69.055115 201.026779 66.485046 C 201.971649 63.952759 203.370071 61.836243 205.033066 60.400024 C 206.69606 58.925964 208.548035 58.132263 210.475586 58.132263 C 212.403152 58.132263 214.292908 58.925964 215.918106 60.400024 C 217.5811 61.836243 218.979523 63.952759 219.924408 66.485046 C 220.907089 69.055115 221.398422 71.927551 221.398422 74.837769 L 221.398422 74.837769 Z"/>
<path id="path355" fill="#ff9595" fill-rule="evenodd" stroke="none" d="M 220.415741 74.837769 C 220.415741 77.52124 219.924408 80.12915 219.055115 82.434631 C 218.185822 84.740173 216.938583 86.667725 215.426773 87.99054 C 213.914963 89.351196 212.214172 90.031494 210.475586 90.031494 C 208.737015 90.031494 207.036224 89.351196 205.524414 87.99054 C 204.012604 86.667725 202.76535 84.740173 201.896057 82.434631 C 201.026779 80.12915 200.573227 77.52124 200.573227 74.837769 C 200.573227 72.192139 201.026779 69.584229 201.896057 67.278748 C 202.76535 64.935425 204.012604 63.045654 205.524414 61.685059 C 207.036224 60.362183 208.737015 59.681885 210.475586 59.681885 C 212.214172 59.681885 213.914963 60.362183 215.426773 61.685059 C 216.938583 63.045654 218.185822 64.935425 219.055115 67.278748 C 219.924408 69.584229 220.415741 72.192139 220.415741 74.837769 L 220.415741 74.837769 Z"/>
<path id="path356" fill="#ff9f9f" fill-rule="evenodd" stroke="none" d="M 219.395279 74.837769 C 219.395279 77.256714 218.979523 79.599976 218.223618 81.678711 C 217.429916 83.757507 216.296066 85.496033 214.93544 86.705505 C 213.574799 87.877136 212.062988 88.519714 210.475586 88.519714 C 208.92598 88.519714 207.376373 87.877136 206.015747 86.705505 C 204.655121 85.496033 203.521255 83.757507 202.76535 81.678711 C 201.971649 79.599976 201.555908 77.256714 201.555908 74.837769 C 201.555908 72.456665 201.971649 70.113403 202.76535 68.034668 C 203.521255 65.955933 204.655121 64.217346 206.015747 63.007874 C 207.376373 61.836243 208.92598 61.193726 210.475586 61.193726 C 212.062988 61.193726 213.574799 61.836243 214.93544 63.007874 C 216.296066 64.217346 217.429916 65.955933 218.223618 68.034668 C 218.979523 70.113403 219.395279 72.456665 219.395279 74.837769 L 219.395279 74.837769 Z"/>
<path id="path357" fill="#ffaaaa" fill-rule="evenodd" stroke="none" d="M 218.412598 74.837769 C 218.412598 76.992126 218.034653 79.070862 217.354324 80.922852 C 216.674011 82.77478 215.653549 84.324402 214.444092 85.38269 C 213.23465 86.440918 211.874008 87.007874 210.475586 87.007874 C 209.077164 87.007874 207.716537 86.440918 206.50708 85.38269 C 205.297638 84.324402 204.314957 82.77478 203.596848 80.922852 C 202.916534 79.070862 202.538589 76.992126 202.538589 74.837769 C 202.538589 72.721252 202.916534 70.642517 203.596848 68.790527 C 204.314957 66.938599 205.297638 65.388977 206.50708 64.330688 C 207.716537 63.272461 209.077164 62.705505 210.475586 62.705505 C 211.874008 62.705505 213.23465 63.272461 214.444092 64.330688 C 215.653549 65.388977 216.674011 66.938599 217.354324 68.790527 C 218.034653 70.642517 218.412598 72.721252 218.412598 74.837769 L 218.412598 74.837769 Z"/>
<path id="path358" fill="#ffb5b5" fill-rule="evenodd" stroke="none" d="M 217.429916 74.837769 C 217.429916 76.727539 217.089767 78.541748 216.485046 80.166931 C 215.88031 81.792114 215.011017 83.11499 213.952759 84.059814 C 212.894485 85.0047 211.685043 85.496033 210.475586 85.496033 C 209.266144 85.496033 208.056686 85.0047 206.998428 84.059814 C 205.940155 83.11499 205.070862 81.792114 204.466141 80.166931 C 203.86142 78.541748 203.521255 76.727539 203.521255 74.837769 C 203.521255 72.98584 203.86142 71.171631 204.466141 69.546448 C 205.070862 67.921265 205.940155 66.59845 206.998428 65.653564 C 208.056686 64.708679 209.266144 64.217346 210.475586 64.217346 C 211.685043 64.217346 212.894485 64.708679 213.952759 65.653564 C 215.011017 66.59845 215.88031 67.921265 216.485046 69.546448 C 217.089767 71.171631 217.429916 72.98584 217.429916 74.837769 L 217.429916 74.837769 Z"/>
<path id="path359" fill="#ffbfbf" fill-rule="evenodd" stroke="none" d="M 216.44725 74.837769 C 216.44725 76.463013 216.144882 78.012573 215.653549 79.411011 C 215.124405 80.809448 214.3685 81.943298 213.461411 82.737 C 212.554337 83.530701 211.533859 83.984253 210.475586 83.984253 C 209.417328 83.984253 208.396851 83.530701 207.489761 82.737 C 206.582672 81.943298 205.864563 80.809448 205.335434 79.411011 C 204.806305 78.012573 204.541733 76.463013 204.541733 74.837769 C 204.541733 73.250366 204.806305 71.700806 205.335434 70.302368 C 205.864563 68.903931 206.582672 67.770081 207.489761 66.976379 C 208.396851 66.144897 209.417328 65.729126 210.475586 65.729126 C 211.533859 65.729126 212.554337 66.144897 213.461411 66.976379 C 214.3685 67.770081 215.124405 68.903931 215.653549 70.302368 C 216.144882 71.700806 216.44725 73.250366 216.44725 74.837769 L 216.44725 74.837769 Z"/>
<path id="path360" fill="#ffcaca" fill-rule="evenodd" stroke="none" d="M 215.426773 74.837769 C 215.426773 76.198425 215.199997 77.483459 214.784256 78.65509 C 214.330704 79.789001 213.725983 80.771667 212.970078 81.414185 C 212.214172 82.094482 211.344879 82.434631 210.475586 82.434631 C 209.606293 82.434631 208.737015 82.094482 207.98111 81.414185 C 207.262985 80.771667 206.620468 79.789001 206.166931 78.65509 C 205.751175 77.483459 205.524414 76.198425 205.524414 74.837769 C 205.524414 73.514954 205.751175 72.229919 206.166931 71.058289 C 206.620468 69.886597 207.262985 68.941711 207.98111 68.261414 C 208.737015 67.618896 209.606293 67.278748 210.475586 67.278748 C 211.344879 67.278748 212.214172 67.618896 212.970078 68.261414 C 213.725983 68.941711 214.330704 69.886597 214.784256 71.058289 C 215.199997 72.229919 215.426773 73.514954 215.426773 74.837769 L 215.426773 74.837769 Z"/>
<path id="path361" fill="#ffd4d4" fill-rule="evenodd" stroke="none" d="M 214.444092 74.837769 C 214.444092 75.933838 214.255112 76.954346 213.914963 77.899231 C 213.574799 78.806274 213.083466 79.599976 212.478745 80.12915 C 211.874008 80.658264 211.193695 80.922852 210.475586 80.922852 C 209.795273 80.922852 209.11496 80.658264 208.510239 80.12915 C 207.905518 79.599976 207.376373 78.806274 207.036224 77.899231 C 206.69606 76.954346 206.50708 75.933838 206.50708 74.837769 C 206.50708 73.779541 206.69606 72.759033 207.036224 71.814148 C 207.376373 70.907104 207.905518 70.113403 208.510239 69.584229 C 209.11496 69.055115 209.795273 68.790527 210.475586 68.790527 C 211.193695 68.790527 211.874008 69.055115 212.478745 69.584229 C 213.083466 70.113403 213.574799 70.907104 213.914963 71.814148 C 214.255112 72.759033 214.444092 73.779541 214.444092 74.837769 L 214.444092 74.837769 Z"/>
<path id="path362" fill="#ffdfdf" fill-rule="evenodd" stroke="none" d="M 213.461411 74.837769 C 213.461411 75.669312 213.310242 76.425171 213.04567 77.143311 C 212.781097 77.823608 212.403152 78.390564 211.9496 78.806274 C 211.533859 79.184265 211.00473 79.411011 210.475586 79.411011 C 209.946457 79.411011 209.455124 79.184265 209.001572 78.806274 C 208.548035 78.390564 208.170074 77.823608 207.905518 77.143311 C 207.640945 76.425171 207.489761 75.669312 207.489761 74.837769 C 207.489761 74.044067 207.640945 73.288208 207.905518 72.570068 C 208.170074 71.889771 208.548035 71.322815 209.001572 70.907104 C 209.455124 70.491333 209.946457 70.302368 210.475586 70.302368 C 211.00473 70.302368 211.533859 70.491333 211.9496 70.907104 C 212.403152 71.322815 212.781097 71.889771 213.04567 72.570068 C 213.310242 73.288208 213.461411 74.044067 213.461411 74.837769 L 213.461411 74.837769 Z"/>
<path id="path363" fill="#ffeaea" fill-rule="evenodd" stroke="none" d="M 212.478745 74.837769 C 212.478745 75.404724 212.365356 75.896057 212.214172 76.38739 C 212.025192 76.840942 211.760635 77.218872 211.458267 77.483459 C 211.155899 77.748047 210.81575 77.899231 210.475586 77.899231 C 210.135437 77.899231 209.795273 77.748047 209.49292 77.483459 C 209.190552 77.218872 208.92598 76.840942 208.774796 76.38739 C 208.585831 75.896057 208.510239 75.404724 208.510239 74.837769 C 208.510239 74.308655 208.585831 73.779541 208.774796 73.325989 C 208.92598 72.872437 209.190552 72.494507 209.49292 72.229919 C 209.795273 71.965332 210.135437 71.814148 210.475586 71.814148 C 210.81575 71.814148 211.155899 71.965332 211.458267 72.229919 C 211.760635 72.494507 212.025192 72.872437 212.214172 73.325989 C 212.365356 73.779541 212.478745 74.308655 212.478745 74.837769 L 212.478745 74.837769 Z"/>
<path id="path364" fill="#fff4f4" fill-rule="evenodd" stroke="none" d="M 211.458267 74.837769 C 211.458267 75.140137 211.420471 75.366943 211.344879 75.63147 C 211.269287 75.858276 211.118103 76.047241 210.966934 76.160645 C 210.81575 76.311829 210.664566 76.38739 210.475586 76.38739 C 210.324402 76.38739 210.135437 76.311829 209.984253 76.160645 C 209.833069 76.047241 209.719681 75.858276 209.606293 75.63147 C 209.530716 75.366943 209.49292 75.140137 209.49292 74.837769 C 209.49292 74.573242 209.530716 74.308655 209.606293 74.081909 C 209.719681 73.855103 209.833069 73.666138 209.984253 73.552734 C 210.135437 73.40155 210.324402 73.325989 210.475586 73.325989 C 210.664566 73.325989 210.81575 73.40155 210.966934 73.552734 C 211.118103 73.666138 211.269287 73.855103 211.344879 74.081909 C 211.420471 74.308655 211.458267 74.573242 211.458267 74.837769 L 211.458267 74.837769 Z"/>
</g>
<clipPath id="clipPath24">
<path d="M 211.420471 110.932312 L 211.420471 94.340149 L 243.546448 75.782654 L 243.546448 126.012573 L 211.420471 110.932312 L 211.420471 110.932312 Z"/>
</clipPath>
<g id="g23" clip-path="url(#clipPath24)"/>
<clipPath id="clipPath25">
<path d="M 17.795277 -56.651978 L 735.867725 -56.651978 L 735.867725 418.094482 L 17.795277 418.094482 L 17.795277 -56.651978 Z"/>
</clipPath>
<g id="g24" clip-path="url(#clipPath25)">
<path id="path365" fill="none" stroke="#000000" stroke-width="0.907087" stroke-linejoin="round" d="M 211.420471 110.932312 L 211.420471 94.340149 L 243.546448 75.782654 L 243.546448 126.012573 L 211.420471 110.932312 Z"/>
</g>
<clipPath id="clipPath26">
<path d="M 202.311806 409.36377 L 45.574806 318.579529 L 45.574806 215.398438 L 202.311806 306.182678 L 202.311806 409.36377 L 202.311806 409.36377 Z"/>
</clipPath>
<g id="g25" clip-path="url(#clipPath26)"/>
<clipPath id="clipPath27">
<path d="M 202.311806 409.36377 L 45.574806 318.579529 L 45.574806 215.398438 L 202.311806 306.182678 L 202.311806 409.36377 L 202.311806 409.36377 Z"/>
</clipPath>
<g id="g26" clip-path="url(#clipPath27)">
<path id="path366" fill="#c9ba96" fill-rule="evenodd" stroke="none" d="M 268.944885 214.491333 C 268.944885 263.096069 258.588989 310.831482 238.897644 352.935425 C 219.206299 395.039368 190.897644 430 156.768509 454.302368 C 122.67717 478.604736 84.012596 491.417328 44.629921 491.417328 C 5.247244 491.417328 -33.417324 478.604736 -67.546455 454.302368 C -101.637794 430 -129.946457 395.039368 -149.637802 352.935425 C -169.329132 310.831482 -179.685043 263.096069 -179.685043 214.491333 C -179.685043 165.848816 -169.329132 118.113403 -149.637802 76.00946 C -129.946457 33.905518 -101.637794 -1.055115 -67.546455 -25.357483 C -33.417324 -49.659851 5.247244 -62.472412 44.629921 -62.472412 C 84.012596 -62.472412 122.67717 -49.659851 156.768509 -25.357483 C 190.897644 -1.055115 219.206299 33.905518 238.897644 76.00946 C 258.588989 118.113403 268.944885 165.848816 268.944885 214.491333 L 268.944885 214.491333 Z"/>
<path id="path367" fill="#c9ba96" fill-rule="evenodd" stroke="none" d="M 155.67244 214.491333 C 155.67244 238.529144 150.532288 262.188965 140.781097 283.01416 C 131.029922 303.839355 117.007874 321.149597 100.151184 333.206299 C 83.256691 345.225189 64.132286 351.537018 44.629921 351.537018 C 25.12756 351.537018 6.003149 345.225189 -10.891338 333.206299 C -27.748032 321.149597 -41.770077 303.839355 -51.521259 283.01416 C -61.272442 262.188965 -66.412598 238.529144 -66.412598 214.491333 C -66.412598 190.415771 -61.272442 166.793701 -51.521259 145.930725 C -41.770077 125.10553 -27.748032 107.795288 -10.891338 95.776367 C 6.003149 83.719666 25.12756 77.407898 44.629921 77.407898 C 64.132286 77.407898 83.256691 83.719666 100.151184 95.776367 C 117.007874 107.795288 131.029922 125.10553 140.781097 145.930725 C 150.532288 166.793701 155.67244 190.415771 155.67244 214.491333 L 155.67244 214.491333 Z"/>
<path id="path368" fill="#cabb97" fill-rule="evenodd" stroke="none" d="M 154.425201 214.491333 C 154.425201 238.264557 149.360626 261.659851 139.722839 282.25827 C 130.085037 302.856689 116.214172 319.977966 99.546455 331.883453 C 82.840942 343.788971 63.90551 350.062988 44.629921 350.062988 C 25.354332 350.062988 6.418898 343.788971 -10.286614 331.883453 C -26.95433 319.977966 -40.825195 302.856689 -50.46299 282.25827 C -60.100788 261.659851 -65.165352 238.264557 -65.165352 214.491333 C -65.165352 190.680298 -60.100788 167.285034 -50.46299 146.686584 C -40.825195 126.088196 -26.95433 108.966919 -10.286614 97.061401 C 6.418898 85.155884 25.354332 78.919678 44.629921 78.919678 C 63.90551 78.919678 82.840942 85.155884 99.546455 97.061401 C 116.214172 108.966919 130.085037 126.088196 139.722839 146.686584 C 149.360626 167.285034 154.425201 190.680298 154.425201 214.491333 L 154.425201 214.491333 Z"/>
<path id="path369" fill="#cabc98" fill-rule="evenodd" stroke="none" d="M 153.215744 214.491333 C 153.215744 238 148.18898 261.130707 138.664566 281.50235 C 129.140152 301.874023 115.420471 318.806305 98.941734 330.598419 C 82.425194 342.352753 63.678741 348.551178 44.629921 348.551178 C 25.5811 348.551178 6.834646 342.352753 -9.68189 330.598419 C -26.160629 318.806305 -39.880318 301.874023 -49.404724 281.50235 C -58.929134 261.130707 -63.955906 238 -63.955906 214.491333 C -63.955906 190.944885 -58.929134 167.814148 -49.404724 147.442505 C -39.880318 127.070862 -26.160629 110.138611 -9.68189 98.384277 C 6.834646 86.592102 25.5811 80.431519 44.629921 80.431519 C 63.678741 80.431519 82.425194 86.592102 98.941734 98.384277 C 115.420471 110.138611 129.140152 127.070862 138.664566 147.442505 C 148.18898 167.814148 153.215744 190.944885 153.215744 214.491333 L 153.215744 214.491333 Z"/>
<path id="path370" fill="#cbbc99" fill-rule="evenodd" stroke="none" d="M 152.006302 214.491333 C 152.006302 237.735443 147.055115 260.601563 137.606293 280.74646 C 128.195282 300.891327 114.62677 317.634644 98.29921 329.275604 C 82.009445 340.916534 63.489761 347.039368 44.629921 347.039368 C 25.770081 347.039368 7.250393 340.916534 -9.039371 329.275604 C -25.366928 317.634644 -38.935432 300.891327 -48.346455 280.74646 C -57.795277 260.601563 -62.746456 237.735443 -62.746456 214.491333 C -62.746456 191.209473 -57.795277 168.343323 -48.346455 148.198425 C -38.935432 128.053528 -25.366928 111.310242 -9.039371 99.669312 C 7.250393 88.02832 25.770081 81.905518 44.629921 81.905518 C 63.489761 81.905518 82.009445 88.02832 98.29921 99.669312 C 114.62677 111.310242 128.195282 128.053528 137.606293 148.198425 C 147.055115 168.343323 152.006302 191.209473 152.006302 214.491333 L 152.006302 214.491333 Z"/>
<path id="path371" fill="#cbbd9b" fill-rule="evenodd" stroke="none" d="M 150.796844 214.491333 C 150.796844 237.470856 145.883469 260.072449 136.548035 279.99054 C 127.250397 299.908661 113.833069 316.462982 97.694489 327.952759 C 81.555908 339.480316 63.262993 345.527557 44.629921 345.527557 C 25.996849 345.527557 7.703938 339.480316 -8.434646 327.952759 C -24.573229 316.462982 -37.990551 299.908661 -47.288189 279.99054 C -56.623623 260.072449 -61.537006 237.470856 -61.537006 214.491333 C -61.537006 191.473999 -56.623623 168.872437 -47.288189 148.954346 C -37.990551 129.036194 -24.573229 112.481873 -8.434646 100.992126 C 7.703938 89.464539 25.996849 83.417297 44.629921 83.417297 C 63.262993 83.417297 81.555908 89.464539 97.694489 100.992126 C 113.833069 112.481873 127.250397 129.036194 136.548035 148.954346 C 145.883469 168.872437 150.796844 191.473999 150.796844 214.491333 L 150.796844 214.491333 Z"/>
<path id="path372" fill="#ccbe9c" fill-rule="evenodd" stroke="none" d="M 149.549606 214.491333 C 149.549606 237.206299 144.711807 259.543304 135.489761 279.23465 C 126.305511 298.925995 113.039368 315.291351 97.089767 326.667725 C 81.14016 338.044098 63.036217 344.015747 44.629921 344.015747 C 26.223621 344.015747 8.119684 338.044098 -7.829922 326.667725 C -23.779528 315.291351 -37.04567 298.925995 -46.229919 279.23465 C -55.451969 259.543304 -60.289764 237.206299 -60.289764 214.491333 C -60.289764 191.738586 -55.451969 169.40155 -46.229919 149.710266 C -37.04567 130.018921 -23.779528 113.653564 -7.829922 102.277161 C 8.119684 90.938599 26.223621 84.929138 44.629921 84.929138 C 63.036217 84.929138 81.14016 90.938599 97.089767 102.277161 C 113.039368 113.653564 126.305511 130.018921 135.489761 149.710266 C 144.711807 169.40155 149.549606 191.738586 149.549606 214.491333 L 149.549606 214.491333 Z"/>
<path id="path373" fill="#cdbf9d" fill-rule="evenodd" stroke="none" d="M 148.340164 214.491333 C 148.340164 236.941742 143.540161 259.051971 134.431503 278.478729 C 125.360626 297.943298 112.245667 314.11969 96.485039 325.344879 C 80.724411 336.60788 62.847244 342.503937 44.629921 342.503937 C 26.412598 342.503937 8.535433 336.60788 -7.225197 325.344879 C -22.985826 314.11969 -36.100788 297.943298 -45.171654 278.478729 C -54.280315 259.051971 -59.080315 236.941742 -59.080315 214.491333 C -59.080315 192.003174 -54.280315 169.930725 -45.171654 150.466125 C -36.100788 131.001587 -22.985826 114.825195 -7.225197 103.599976 C 8.535433 92.374817 26.412598 86.440918 44.629921 86.440918 C 62.847244 86.440918 80.724411 92.374817 96.485039 103.599976 C 112.245667 114.825195 125.360626 131.001587 134.431503 150.466125 C 143.540161 169.930725 148.340164 192.003174 148.340164 214.491333 L 148.340164 214.491333 Z"/>
<path id="path374" fill="#cdbf9e" fill-rule="evenodd" stroke="none" d="M 147.130707 214.491333 C 147.130707 236.677155 142.3685 258.522827 133.37323 277.76062 C 124.37796 296.960632 111.451965 312.948029 95.880318 324.059845 C 80.308662 335.171661 62.620476 340.992126 44.629921 340.992126 C 26.63937 340.992126 8.951181 335.171661 -6.620473 324.059845 C -22.192125 312.948029 -35.118111 296.960632 -44.113384 277.76062 C -53.108662 258.522827 -57.870865 236.677155 -57.870865 214.491333 C -57.870865 192.2677 -53.108662 170.459839 -44.113384 151.222046 C -35.118111 131.984253 -22.192125 115.996826 -6.620473 104.88501 C 8.951181 93.811035 26.63937 87.952759 44.629921 87.952759 C 62.620476 87.952759 80.308662 93.811035 95.880318 104.88501 C 111.451965 115.996826 124.37796 131.984253 133.37323 151.222046 C 142.3685 170.459839 147.130707 192.2677 147.130707 214.491333 L 147.130707 214.491333 Z"/>
<path id="path375" fill="#cec09f" fill-rule="evenodd" stroke="none" d="M 145.883469 214.491333 C 145.883469 236.412598 141.23465 257.993713 132.314957 277.00473 C 123.433075 296.015747 110.658264 311.776367 95.275589 322.737 C 79.855118 333.735443 62.3937 339.518097 44.629921 339.518097 C 26.866142 339.518097 9.404724 333.735443 -6.015748 322.737 C -21.398426 311.776367 -34.173229 296.015747 -43.055119 277.00473 C -51.974804 257.993713 -56.623623 236.412598 -56.623623 214.491333 C -56.623623 192.532288 -51.974804 170.988953 -43.055119 151.977966 C -34.173229 132.966919 -21.398426 117.168518 -6.015748 106.207886 C 9.404724 95.247253 26.866142 89.464539 44.629921 89.464539 C 62.3937 89.464539 79.855118 95.247253 95.275589 106.207886 C 110.658264 117.168518 123.433075 132.966919 132.314957 151.977966 C 141.23465 170.988953 145.883469 192.532288 145.883469 214.491333 L 145.883469 214.491333 Z"/>
<path id="path376" fill="#cec1a0" fill-rule="evenodd" stroke="none" d="M 144.674011 214.491333 C 144.674011 236.148041 140.062988 257.464569 131.256699 276.24881 C 122.48819 295.033081 109.864563 310.604736 94.670868 321.451965 C 79.439369 332.299225 62.204727 338.006287 44.629921 338.006287 C 27.055119 338.006287 9.820473 332.299225 -5.411024 321.451965 C -20.604725 310.604736 -33.228348 295.033081 -42.034645 276.24881 C -50.80315 257.464569 -55.414173 236.148041 -55.414173 214.491333 C -55.414173 192.796875 -50.80315 171.480286 -42.034645 152.733887 C -33.228348 133.949585 -20.604725 118.340149 -5.411024 107.49292 C 9.820473 96.683472 27.055119 90.976379 44.629921 90.976379 C 62.204727 90.976379 79.439369 96.683472 94.670868 107.49292 C 109.864563 118.340149 122.48819 133.949585 131.256699 152.733887 C 140.062988 171.480286 144.674011 192.796875 144.674011 214.491333 L 144.674011 214.491333 Z"/>
<path id="path377" fill="#cfc2a2" fill-rule="evenodd" stroke="none" d="M 143.464569 214.491333 C 143.464569 235.883453 138.891342 256.935425 130.236221 275.49292 C 121.543304 294.050385 109.070862 309.433075 94.028343 320.12912 C 79.023621 330.863007 61.977951 336.494476 44.629921 336.494476 C 27.281891 336.494476 10.236221 330.863007 -4.768504 320.12912 C -19.811024 309.433075 -32.283466 294.050385 -40.976379 275.49292 C -49.631496 256.935425 -54.204723 235.883453 -54.204723 214.491333 C -54.204723 193.061401 -49.631496 172.00946 -40.976379 153.489746 C -32.283466 134.932312 -19.811024 119.511841 -4.768504 108.815735 C 10.236221 98.11969 27.281891 92.450378 44.629921 92.450378 C 61.977951 92.450378 79.023621 98.11969 94.028343 108.815735 C 109.070862 119.511841 121.543304 134.932312 130.236221 153.489746 C 138.891342 172.00946 143.464569 193.061401 143.464569 214.491333 L 143.464569 214.491333 Z"/>
<path id="path378" fill="#d0c2a3" fill-rule="evenodd" stroke="none" d="M 142.255112 214.491333 C 142.255112 235.618896 137.719681 256.406311 129.177948 274.737 C 120.598419 293.067719 108.277161 308.261414 93.423622 318.844086 C 78.607872 329.426758 61.751183 334.982666 44.629921 334.982666 C 27.508663 334.982666 10.651968 329.426758 -4.163779 318.844086 C -19.017323 308.261414 -31.338583 293.067719 -39.91811 274.737 C -48.459843 256.406311 -52.995277 235.618896 -52.995277 214.491333 C -52.995277 193.325989 -48.459843 172.538574 -39.91811 154.207886 C -31.338583 135.914978 -19.017323 120.683472 -4.163779 110.100769 C 10.651968 99.555908 27.508663 93.962219 44.629921 93.962219 C 61.751183 93.962219 78.607872 99.555908 93.423622 110.100769 C 108.277161 120.683472 120.598419 135.914978 129.177948 154.207886 C 137.719681 172.538574 142.255112 193.325989 142.255112 214.491333 L 142.255112 214.491333 Z"/>
<path id="path379" fill="#d0c3a4" fill-rule="evenodd" stroke="none" d="M 141.007874 214.491333 C 141.007874 235.35434 136.548035 255.877167 128.11969 273.98111 C 119.653549 292.085052 107.483467 307.089752 92.818901 317.521271 C 78.154327 327.99054 61.562202 333.470856 44.629921 333.470856 C 27.697639 333.470856 11.105513 327.99054 -3.559055 317.521271 C -18.223621 307.089752 -30.3937 292.085052 -38.85984 273.98111 C -47.288189 255.877167 -51.748032 235.35434 -51.748032 214.491333 C -51.748032 193.590576 -47.288189 173.067688 -38.85984 154.963806 C -30.3937 136.897644 -18.223621 121.855103 -3.559055 111.423645 C 11.105513 100.992126 27.697639 95.473999 44.629921 95.473999 C 61.562202 95.473999 78.154327 100.992126 92.818901 111.423645 C 107.483467 121.855103 119.653549 136.897644 128.11969 154.963806 C 136.548035 173.067688 141.007874 193.590576 141.007874 214.491333 L 141.007874 214.491333 Z"/>
<path id="path380" fill="#d1c4a5" fill-rule="evenodd" stroke="none" d="M 139.798431 214.491333 C 139.798431 235.089752 135.414169 255.348022 127.061417 273.225189 C 118.708664 291.102356 106.689766 305.918121 92.214172 316.236206 C 77.738586 326.554321 61.335434 331.959045 44.629921 331.959045 C 27.924408 331.959045 11.521259 326.554321 -2.95433 316.236206 C -17.429922 305.918121 -29.44882 291.102356 -37.801575 273.225189 C -46.154331 255.348022 -50.538582 235.089752 -50.538582 214.491333 C -50.538582 193.855103 -46.154331 173.596863 -37.801575 155.719666 C -29.44882 137.88031 -17.429922 123.026794 -2.95433 112.708679 C 11.521259 102.428345 27.924408 96.98584 44.629921 96.98584 C 61.335434 96.98584 77.738586 102.428345 92.214172 112.708679 C 106.689766 123.026794 118.708664 137.88031 127.061417 155.719666 C 135.414169 173.596863 139.798431 193.855103 139.798431 214.491333 L 139.798431 214.491333 Z"/>
<path id="path381" fill="#d1c5a6" fill-rule="evenodd" stroke="none" d="M 138.588974 214.491333 C 138.588974 234.825195 134.242523 254.856689 126.003143 272.469299 C 117.763779 290.11969 105.896065 304.74646 91.609451 314.913391 C 77.322838 325.118103 61.108658 330.447235 44.629921 330.447235 C 28.15118 330.447235 11.937008 325.118103 -2.349606 314.913391 C -16.636221 304.74646 -28.503937 290.11969 -36.743309 272.469299 C -44.982677 254.856689 -49.329136 234.825195 -49.329136 214.491333 C -49.329136 194.11969 -44.982677 174.125977 -36.743309 156.475586 C -28.503937 138.862976 -16.636221 124.198425 -2.349606 114.031494 C 11.937008 103.864563 28.15118 98.49762 44.629921 98.49762 C 61.108658 98.49762 77.322838 103.864563 91.609451 114.031494 C 105.896065 124.198425 117.763779 138.862976 126.003143 156.475586 C 134.242523 174.125977 138.588974 194.11969 138.588974 214.491333 L 138.588974 214.491333 Z"/>
<path id="path382" fill="#d2c5a7" fill-rule="evenodd" stroke="none" d="M 137.341736 214.491333 C 137.341736 234.560638 133.070862 254.327545 124.944885 271.713379 C 116.781097 289.136993 105.102364 303.574799 91.004723 313.628357 C 76.907089 323.681885 60.919685 328.973236 44.629921 328.973236 C 28.340157 328.973236 12.352757 323.681885 -1.744883 313.628357 C -15.84252 303.574799 -27.521259 289.136993 -35.68504 271.713379 C -43.811024 254.327545 -48.08189 234.560638 -48.08189 214.491333 C -48.08189 194.384277 -43.811024 174.65509 -35.68504 157.231506 C -27.521259 139.845642 -15.84252 125.370056 -1.744883 115.316528 C 12.352757 105.300781 28.340157 100.00946 44.629921 100.00946 C 60.919685 100.00946 76.907089 105.300781 91.004723 115.316528 C 105.102364 125.370056 116.781097 139.845642 124.944885 157.231506 C 133.070862 174.65509 137.341736 194.384277 137.341736 214.491333 L 137.341736 214.491333 Z"/>
<path id="path383" fill="#d2c6a8" fill-rule="evenodd" stroke="none" d="M 136.132278 214.491333 C 136.132278 234.296051 131.899216 253.798431 123.886612 270.957489 C 115.836227 288.154327 104.308662 302.403137 90.400002 312.305511 C 76.453545 322.245667 60.692917 327.461426 44.629921 327.461426 C 28.566929 327.461426 12.768505 322.245667 -1.140158 312.305511 C -15.04882 302.403137 -26.576378 288.154327 -34.626774 270.957489 C -42.63937 253.798431 -46.87244 234.296051 -46.87244 214.491333 C -46.87244 194.648804 -42.63937 175.146484 -34.626774 157.987427 C -26.576378 140.828369 -15.04882 126.541748 -1.140158 116.639343 C 12.768505 106.737 28.566929 101.52124 44.629921 101.52124 C 60.692917 101.52124 76.453545 106.737 90.400002 116.639343 C 104.308662 126.541748 115.836227 140.828369 123.886612 157.987427 C 131.899216 175.146484 136.132278 194.648804 136.132278 214.491333 L 136.132278 214.491333 Z"/>
<path id="path384" fill="#d3c7aa" fill-rule="evenodd" stroke="none" d="M 134.922836 214.491333 C 134.922836 234.031494 130.727554 253.269287 122.828354 270.201569 C 114.891342 287.171661 103.514961 301.231506 89.757477 311.020477 C 76.037796 320.809448 60.466141 325.949615 44.629921 325.949615 C 28.793701 325.949615 13.222046 320.809448 -0.497639 311.020477 C -14.255117 301.231506 -25.631496 287.171661 -33.568504 270.201569 C -41.505512 253.269287 -45.662991 234.031494 -45.662991 214.491333 C -45.662991 194.913391 -41.505512 175.675598 -33.568504 158.743286 C -25.631496 141.811035 -14.255117 127.713379 -0.497639 117.962219 C 13.222046 108.173218 28.793701 102.9953 44.629921 102.9953 C 60.466141 102.9953 76.037796 108.173218 89.757477 117.962219 C 103.514961 127.713379 114.891342 141.811035 122.828354 158.743286 C 130.727554 175.675598 134.922836 194.913391 134.922836 214.491333 L 134.922836 214.491333 Z"/>
<path id="path385" fill="#d4c8ab" fill-rule="evenodd" stroke="none" d="M 133.713379 214.491333 C 133.713379 233.766937 129.593704 252.740143 121.770081 269.445679 C 113.946457 286.188965 102.72126 300.059845 89.152756 309.697632 C 75.622047 319.37323 60.277168 324.437805 44.629921 324.437805 C 28.982677 324.437805 13.637794 319.37323 0.107086 309.697632 C -13.461417 300.059845 -24.686613 286.188965 -32.510235 269.445679 C -40.333858 252.740143 -44.453541 233.766937 -44.453541 214.491333 C -44.453541 195.177979 -40.333858 176.204712 -32.510235 159.499207 C -24.686613 142.793701 -13.461417 128.88501 0.107086 119.247253 C 13.637794 109.609436 28.982677 104.50708 44.629921 104.50708 C 60.277168 104.50708 75.622047 109.609436 89.152756 119.247253 C 102.72126 128.88501 113.946457 142.793701 121.770081 159.499207 C 129.593704 176.204712 133.713379 195.177979 133.713379 214.491333 L 133.713379 214.491333 Z"/>
<path id="path386" fill="#d4c8ac" fill-rule="evenodd" stroke="none" d="M 132.466141 214.491333 C 132.466141 233.50235 128.422043 252.211029 120.711807 268.689758 C 113.001572 285.206299 101.889763 298.888184 88.548035 308.412598 C 75.206299 317.937012 60.050392 322.925995 44.629921 322.925995 C 29.20945 322.925995 14.053543 317.937012 0.711811 308.412598 C -12.667716 298.888184 -23.741732 285.206299 -31.451967 268.689758 C -39.162205 252.211029 -43.206299 233.50235 -43.206299 214.491333 C -43.206299 195.442505 -39.162205 176.733887 -31.451967 160.255127 C -23.741732 143.776367 -12.667716 130.056702 0.711811 120.570068 C 14.053543 111.045654 29.20945 106.018921 44.629921 106.018921 C 60.050392 106.018921 75.206299 111.045654 88.548035 120.570068 C 101.889763 130.056702 113.001572 143.776367 120.711807 160.255127 C 128.422043 176.733887 132.466141 195.442505 132.466141 214.491333 L 132.466141 214.491333 Z"/>
<path id="path387" fill="#d5c9ad" fill-rule="evenodd" stroke="none" d="M 131.256699 214.491333 C 131.256699 233.237793 127.250397 251.681885 119.653549 267.971649 C 112.056686 284.223633 101.096062 297.716522 87.943306 307.089752 C 74.79055 316.500793 59.823624 321.414185 44.629921 321.414185 C 29.436222 321.414185 14.469292 316.500793 1.316536 307.089752 C -11.836221 297.716522 -22.79685 284.223633 -30.3937 267.971649 C -37.990551 251.681885 -41.996849 233.237793 -41.996849 214.491333 C -41.996849 195.707092 -37.990551 177.263 -30.3937 161.011047 C -22.79685 144.759033 -11.836221 131.228333 1.316536 121.855103 C 14.469292 112.481873 29.436222 107.530701 44.629921 107.530701 C 59.823624 107.530701 74.79055 112.481873 87.943306 121.855103 C 101.096062 131.228333 112.056686 144.759033 119.653549 161.011047 C 127.250397 177.263 131.256699 195.707092 131.256699 214.491333 L 131.256699 214.491333 Z"/>
<path id="path388" fill="#d5caae" fill-rule="evenodd" stroke="none" d="M 130.047241 214.491333 C 130.047241 232.973236 126.078735 251.152771 118.595276 267.215759 C 111.111816 283.240936 100.302361 296.544891 87.338585 305.804718 C 74.337006 315.064575 59.634644 319.940155 44.629921 319.940155 C 29.625198 319.940155 14.922836 315.064575 1.921259 305.804718 C -11.04252 296.544891 -21.851969 283.240936 -29.335432 267.215759 C -36.818897 251.152771 -40.787399 232.973236 -40.787399 214.491333 C -40.787399 195.97168 -36.818897 177.792114 -29.335432 161.766907 C -21.851969 145.74176 -11.04252 132.400024 1.921259 123.177979 C 14.922836 113.918091 29.625198 109.042542 44.629921 109.042542 C 59.634644 109.042542 74.337006 113.918091 87.338585 123.177979 C 100.302361 132.400024 111.111816 145.74176 118.595276 161.766907 C 126.078735 177.792114 130.047241 195.97168 130.047241 214.491333 L 130.047241 214.491333 Z"/>
<path id="path389" fill="#d6cbaf" fill-rule="evenodd" stroke="none" d="M 128.800003 214.491333 C 128.800003 232.708649 124.944885 250.661407 117.537003 266.459839 C 110.166931 282.25827 99.508659 295.37323 86.733856 304.481903 C 73.921257 313.628357 59.407875 318.428345 44.629921 318.428345 C 29.851967 318.428345 15.338581 313.628357 2.525984 304.481903 C -10.248819 295.37323 -20.907087 282.25827 -28.277166 266.459839 C -35.68504 250.661407 -39.540157 232.708649 -39.540157 214.491333 C -39.540157 196.236206 -35.68504 178.321289 -28.277166 162.522827 C -20.907087 146.724426 -10.248819 133.571655 2.525984 124.463013 C 15.338581 115.354309 29.851967 110.554321 44.629921 110.554321 C 59.407875 110.554321 73.921257 115.354309 86.733856 124.463013 C 99.508659 133.571655 110.166931 146.724426 117.537003 162.522827 C 124.944885 178.321289 128.800003 196.236206 128.800003 214.491333 L 128.800003 214.491333 Z"/>
<path id="path390" fill="#d7cbb1" fill-rule="evenodd" stroke="none" d="M 127.590546 214.491333 C 127.590546 232.444092 123.773224 250.132294 116.478745 265.703949 C 109.18425 281.275604 98.714958 294.201569 86.129135 303.196838 C 73.505508 312.192139 59.181099 316.916534 44.629921 316.916534 C 30.078739 316.916534 15.75433 312.192139 3.130709 303.196838 C -9.455118 294.201569 -19.92441 281.275604 -27.218897 265.703949 C -34.513386 250.132294 -38.330708 232.444092 -38.330708 214.491333 C -38.330708 196.500793 -34.513386 178.850403 -27.218897 163.278748 C -19.92441 147.707092 -9.455118 134.743286 3.130709 125.785828 C 15.75433 116.790527 30.078739 112.066162 44.629921 112.066162 C 59.181099 112.066162 73.505508 116.790527 86.129135 125.785828 C 98.714958 134.743286 109.18425 147.707092 116.478745 163.278748 C 123.773224 178.850403 127.590546 196.500793 127.590546 214.491333 L 127.590546 214.491333 Z"/>
<path id="path391" fill="#d7ccb2" fill-rule="evenodd" stroke="none" d="M 126.381104 214.491333 C 126.381104 232.179535 122.601578 249.603149 115.420471 264.948029 C 108.239365 280.292908 97.921257 293.029907 85.48661 301.874023 C 73.089767 310.75592 58.992126 315.404724 44.629921 315.404724 C 30.267715 315.404724 16.170078 310.75592 3.773228 301.874023 C -8.661417 293.029907 -18.979528 280.292908 -26.160629 264.948029 C -33.341732 249.603149 -37.121258 232.179535 -37.121258 214.491333 C -37.121258 196.765381 -33.341732 179.341736 -26.160629 164.034668 C -18.979528 148.689758 -8.661417 135.914978 3.773228 127.070862 C 16.170078 118.226746 30.267715 113.540161 44.629921 113.540161 C 58.992126 113.540161 73.089767 118.226746 85.48661 127.070862 C 97.921257 135.914978 108.239365 148.689758 115.420471 164.034668 C 122.601578 179.341736 126.381104 196.765381 126.381104 214.491333 L 126.381104 214.491333 Z"/>
<path id="path392" fill="#d8cdb3" fill-rule="evenodd" stroke="none" d="M 125.171646 214.491333 C 125.171646 231.914948 121.429916 249.074005 114.362198 264.192139 C 107.294487 279.310242 97.127556 291.858276 84.881889 300.588989 C 72.636223 309.319672 58.765358 313.892914 44.629921 313.892914 C 30.494488 313.892914 16.623623 309.319672 4.377953 300.588989 C -7.867717 291.858276 -18.034645 279.310242 -25.102362 264.192139 C -32.170078 249.074005 -35.911812 231.914948 -35.911812 214.491333 C -35.911812 197.029907 -32.170078 179.87085 -25.102362 164.752747 C -18.034645 149.672424 -7.867717 137.12439 4.377953 128.393677 C 16.623623 119.662964 30.494488 115.051941 44.629921 115.051941 C 58.765358 115.051941 72.636223 119.662964 84.881889 128.393677 C 97.127556 137.12439 107.294487 149.672424 114.362198 164.752747 C 121.429916 179.87085 125.171646 197.029907 125.171646 214.491333 L 125.171646 214.491333 Z"/>
<path id="path393" fill="#d8ceb4" fill-rule="evenodd" stroke="none" d="M 123.924408 214.491333 C 123.924408 231.650391 120.25827 248.544891 113.30394 263.436218 C 106.349609 278.327545 96.333855 290.686615 84.277168 299.266144 C 72.220474 307.883453 58.538582 312.381104 44.629921 312.381104 C 30.72126 312.381104 17.039371 307.883453 4.982677 299.266144 C -7.074016 290.686615 -17.089764 278.327545 -24.044094 263.436218 C -30.998425 248.544891 -34.664566 231.650391 -34.664566 214.491333 C -34.664566 197.294495 -30.998425 180.400024 -24.044094 165.508667 C -17.089764 150.65509 -7.074016 138.296082 4.982677 129.678711 C 17.039371 121.099182 30.72126 116.563782 44.629921 116.563782 C 58.538582 116.563782 72.220474 121.099182 84.277168 129.678711 C 96.333855 138.296082 106.349609 150.65509 113.30394 165.508667 C 120.25827 180.400024 123.924408 197.294495 123.924408 214.491333 L 123.924408 214.491333 Z"/>
<path id="path394" fill="#d9ceb5" fill-rule="evenodd" stroke="none" d="M 122.714966 214.491333 C 122.714966 231.385834 119.124405 248.015747 112.245667 262.680328 C 105.404724 277.344879 95.540161 289.514954 83.67244 297.98111 C 71.804726 306.447235 58.349609 310.869293 44.629921 310.869293 C 30.910236 310.869293 17.455116 306.447235 5.587402 297.98111 C -6.280315 289.514954 -16.144882 277.344879 -22.985826 262.680328 C -29.864567 248.015747 -33.455116 231.385834 -33.455116 214.491333 C -33.455116 197.559082 -29.864567 180.929138 -22.985826 166.264587 C -16.144882 151.637817 -6.280315 139.467712 5.587402 131.001587 C 17.455116 122.535461 30.910236 118.075562 44.629921 118.075562 C 58.349609 118.075562 71.804726 122.535461 83.67244 131.001587 C 95.540161 139.467712 105.404724 151.637817 112.245667 166.264587 C 119.124405 180.929138 122.714966 197.559082 122.714966 214.491333 L 122.714966 214.491333 Z"/>
<path id="path395" fill="#dacfb6" fill-rule="evenodd" stroke="none" d="M 121.505508 214.491333 C 121.505508 231.121246 117.952759 247.486603 111.187408 261.924408 C 104.459839 276.362213 94.74646 288.343292 83.067719 296.658264 C 71.388977 305.011017 58.122833 309.395264 44.629921 309.395264 C 31.137009 309.395264 17.870865 305.011017 6.192125 296.658264 C -5.486614 288.343292 -15.2 276.362213 -21.927559 261.924408 C -28.692913 247.486603 -32.24567 231.121246 -32.24567 214.491333 C -32.24567 197.823608 -28.692913 181.458252 -21.927559 167.020447 C -15.2 152.620483 -5.486614 140.639343 6.192125 132.286621 C 17.870865 123.97168 31.137009 119.587402 44.629921 119.587402 C 58.122833 119.587402 71.388977 123.97168 83.067719 132.286621 C 94.74646 140.639343 104.459839 152.620483 111.187408 167.020447 C 117.952759 181.458252 121.505508 197.823608 121.505508 214.491333 L 121.505508 214.491333 Z"/>
<path id="path396" fill="#dad0b7" fill-rule="evenodd" stroke="none" d="M 120.25827 214.491333 C 120.25827 230.856689 116.781097 246.99527 110.129135 261.168518 C 103.514961 275.379517 93.952759 287.171661 82.46299 295.37323 C 70.935432 303.537018 57.896065 307.883453 44.629921 307.883453 C 31.363781 307.883453 18.286613 303.537018 6.79685 295.37323 C -4.692913 287.171661 -14.255117 275.379517 -20.869291 261.168518 C -27.521259 246.99527 -31.036221 230.856689 -31.036221 214.491333 C -31.036221 198.088196 -27.521259 181.987427 -20.869291 167.776367 C -14.255117 153.603149 -4.692913 141.811035 6.79685 133.609436 C 18.286613 125.407898 31.363781 121.099182 44.629921 121.099182 C 57.896065 121.099182 70.935432 125.407898 82.46299 133.609436 C 93.952759 141.811035 103.514961 153.603149 110.129135 167.776367 C 116.781097 181.987427 120.25827 198.088196 120.25827 214.491333 L 120.25827 214.491333 Z"/>
<path id="path397" fill="#dbd1b9" fill-rule="evenodd" stroke="none" d="M 119.048813 214.491333 C 119.048813 230.592133 115.609451 246.466156 109.070862 260.412598 C 102.570076 274.396851 93.159058 286 81.858269 294.050385 C 70.519684 302.1008 57.707085 306.371643 44.629921 306.371643 C 31.552757 306.371643 18.740158 302.1008 7.401575 294.050385 C -3.899212 286 -13.310236 274.396851 -19.811024 260.412598 C -26.349606 246.466156 -29.788977 230.592133 -29.788977 214.491333 C -29.788977 198.352783 -26.349606 182.516541 -19.811024 168.532288 C -13.310236 154.548035 -3.899212 142.982666 7.401575 134.89447 C 18.740158 126.844116 31.552757 122.611023 44.629921 122.611023 C 57.707085 122.611023 70.519684 126.844116 81.858269 134.89447 C 93.159058 142.982666 102.570076 154.548035 109.070862 168.532288 C 115.609451 182.516541 119.048813 198.352783 119.048813 214.491333 L 119.048813 214.491333 Z"/>
<path id="path398" fill="#dbd2ba" fill-rule="evenodd" stroke="none" d="M 117.839371 214.491333 C 117.839371 230.327545 114.43779 245.937012 108.012604 259.656708 C 101.587402 273.414185 92.365356 284.828339 81.215752 292.76535 C 70.103935 300.664581 57.480316 304.859833 44.629921 304.859833 C 31.779526 304.859833 19.155907 300.664581 8.044094 292.76535 C -3.105513 284.828339 -12.327559 273.414185 -18.752756 259.656708 C -25.177952 245.937012 -28.579527 230.327545 -28.579527 214.491333 C -28.579527 198.61731 -25.177952 183.045654 -18.752756 169.288208 C -12.327559 155.530701 -3.105513 144.154358 8.044094 136.217346 C 19.155907 128.280334 31.779526 124.085022 44.629921 124.085022 C 57.480316 124.085022 70.103935 128.280334 81.215752 136.217346 C 92.365356 144.154358 101.587402 155.530701 108.012604 169.288208 C 114.43779 183.045654 117.839371 198.61731 117.839371 214.491333 L 117.839371 214.491333 Z"/>
<path id="path399" fill="#dcd2bb" fill-rule="evenodd" stroke="none" d="M 116.629929 214.491333 C 116.629929 230.062988 113.30394 245.407867 106.95433 258.900787 C 100.642517 272.431488 91.571655 283.656708 80.611023 291.442505 C 69.688187 299.228333 57.25354 303.348022 44.629921 303.348022 C 32.006298 303.348022 19.571655 299.228333 8.648819 291.442505 C -2.311811 283.656708 -11.382677 272.431488 -17.694489 258.900787 C -24.044094 245.407867 -27.370079 230.062988 -27.370079 214.491333 C -27.370079 198.881897 -24.044094 183.536987 -17.694489 170.044067 C -11.382677 156.513367 -2.311811 145.325989 8.648819 137.50238 C 19.571655 129.716553 32.006298 125.596863 44.629921 125.596863 C 57.25354 125.596863 69.688187 129.716553 80.611023 137.50238 C 91.571655 145.325989 100.642517 156.513367 106.95433 170.044067 C 113.30394 183.536987 116.629929 198.881897 116.629929 214.491333 L 116.629929 214.491333 Z"/>
<path id="path400" fill="#ddd3bc" fill-rule="evenodd" stroke="none" d="M 115.382675 214.491333 C 115.382675 229.798401 112.132278 244.878754 105.896065 258.144867 C 99.697639 271.448822 90.777954 282.485046 80.006302 290.157471 C 69.272438 297.792114 57.064568 301.836212 44.629921 301.836212 C 32.195274 301.836212 19.9874 297.792114 9.253544 290.157471 C -1.51811 282.485046 -10.437796 271.448822 -16.674015 258.144867 C -22.87244 244.878754 -26.122835 229.798401 -26.122835 214.491333 C -26.122835 199.146484 -22.87244 184.066162 -16.674015 170.799988 C -10.437796 157.496033 -1.51811 146.49762 9.253544 138.825195 C 19.9874 131.152771 32.195274 127.108643 44.629921 127.108643 C 57.064568 127.108643 69.272438 131.152771 80.006302 138.825195 C 90.777954 146.49762 99.697639 157.496033 105.896065 170.799988 C 112.132278 184.066162 115.382675 199.146484 115.382675 214.491333 L 115.382675 214.491333 Z"/>
<path id="path401" fill="#ddd4bd" fill-rule="evenodd" stroke="none" d="M 114.173233 214.491333 C 114.173233 229.533875 110.960632 244.349609 104.875587 257.426758 C 98.752754 270.466156 89.984253 281.313385 79.401573 288.834656 C 68.818901 296.355896 56.837799 300.324402 44.629921 300.324402 C 32.422047 300.324402 20.440945 296.355896 9.858267 288.834656 C -0.724409 281.313385 -9.492913 270.466156 -15.615747 257.426758 C -21.700787 244.349609 -24.913385 229.533875 -24.913385 214.491333 C -24.913385 199.411011 -21.700787 184.595276 -15.615747 171.555908 C -9.492913 158.47876 -0.724409 147.669312 9.858267 140.110229 C 20.440945 132.588989 32.422047 128.620483 44.629921 128.620483 C 56.837799 128.620483 68.818901 132.588989 79.401573 140.110229 C 89.984253 147.669312 98.752754 158.47876 104.875587 171.555908 C 110.960632 184.595276 114.173233 199.411011 114.173233 214.491333 L 114.173233 214.491333 Z"/>
<path id="path402" fill="#ded5be" fill-rule="evenodd" stroke="none" d="M 112.963776 214.491333 C 112.963776 229.269287 109.788971 243.820465 103.817322 256.670868 C 97.807877 269.483459 89.190552 280.141724 78.796852 287.549591 C 68.403152 294.919678 56.611023 298.850403 44.629921 298.850403 C 32.648819 298.850403 20.856693 294.919678 10.462992 287.549591 C 0.069292 280.141724 -8.548032 269.483459 -14.55748 256.670868 C -20.529135 243.820465 -23.703938 229.269287 -23.703938 214.491333 C -23.703938 199.675598 -20.529135 185.12439 -14.55748 172.311829 C -8.548032 159.461426 0.069292 148.840942 10.462992 141.433044 C 20.856693 134.025208 32.648819 130.132263 44.629921 130.132263 C 56.611023 130.132263 68.403152 134.025208 78.796852 141.433044 C 89.190552 148.840942 97.807877 159.461426 103.817322 172.311829 C 109.788971 185.12439 112.963776 199.675598 112.963776 214.491333 L 112.963776 214.491333 Z"/>
<path id="path403" fill="#ded5c0" fill-rule="evenodd" stroke="none" d="M 111.716537 214.491333 C 111.716537 229.0047 108.617325 243.291351 102.759056 255.914948 C 96.862991 268.500793 88.396851 278.970093 78.192123 286.226776 C 67.987404 293.483459 56.42205 297.338593 44.629921 297.338593 C 32.837795 297.338593 21.272442 293.483459 11.067717 286.226776 C 0.862991 278.970093 -7.603149 268.500793 -13.499212 255.914948 C -19.357481 243.291351 -22.494488 229.0047 -22.494488 214.491333 C -22.494488 199.940186 -19.357481 185.653564 -13.499212 173.067688 C -7.603149 160.444092 0.862991 150.012573 11.067717 142.71814 C 21.272442 135.461426 32.837795 131.644104 44.629921 131.644104 C 56.42205 131.644104 67.987404 135.461426 78.192123 142.71814 C 88.396851 150.012573 96.862991 160.444092 102.759056 173.067688 C 108.617325 185.653564 111.716537 199.940186 111.716537 214.491333 L 111.716537 214.491333 Z"/>
<path id="path404" fill="#dfd6c1" fill-rule="evenodd" stroke="none" d="M 110.50708 214.491333 C 110.50708 228.740173 107.483467 242.799988 101.70079 255.159058 C 95.918114 267.518097 87.603149 277.798431 77.587402 284.903931 C 67.571655 292.047241 56.195274 295.826782 44.629921 295.826782 C 33.064568 295.826782 21.68819 292.047241 11.672441 284.903931 C 1.656693 277.798431 -6.658268 267.518097 -12.440945 255.159058 C -18.223621 242.799988 -21.247244 228.740173 -21.247244 214.491333 C -21.247244 200.204712 -18.223621 186.182678 -12.440945 173.823608 C -6.658268 161.426758 1.656693 151.184265 11.672441 144.040955 C 21.68819 136.897644 33.064568 133.118103 44.629921 133.118103 C 56.195274 133.118103 67.571655 136.897644 77.587402 144.040955 C 87.603149 151.184265 95.918114 161.426758 101.70079 173.823608 C 107.483467 186.182678 110.50708 200.204712 110.50708 214.491333 L 110.50708 214.491333 Z"/>
<path id="path405" fill="#e0d7c2" fill-rule="evenodd" stroke="none" d="M 109.297638 214.491333 C 109.297638 228.475586 106.311813 242.270874 100.642517 254.403137 C 94.973228 266.535431 86.809448 276.62677 76.944885 283.618896 C 67.118111 290.611023 55.968506 294.314972 44.629921 294.314972 C 33.29134 294.314972 22.141731 290.611023 12.31496 283.618896 C 2.450394 276.62677 -5.713386 266.535431 -11.382677 254.403137 C -17.05197 242.270874 -20.037796 228.475586 -20.037796 214.491333 C -20.037796 200.469299 -17.05197 186.711792 -11.382677 174.541748 C -5.713386 162.409424 2.450394 152.355896 12.31496 145.325989 C 22.141731 138.333862 33.29134 134.629944 44.629921 134.629944 C 55.968506 134.629944 67.118111 138.333862 76.944885 145.325989 C 86.809448 152.355896 94.973228 162.409424 100.642517 174.541748 C 106.311813 186.711792 109.297638 200.469299 109.297638 214.491333 L 109.297638 214.491333 Z"/>
<path id="path406" fill="#e0d8c3" fill-rule="evenodd" stroke="none" d="M 108.088196 214.491333 C 108.088196 228.210999 105.14016 241.74173 99.584251 253.647247 C 93.990555 265.552765 86.015747 275.455109 76.340157 282.296051 C 66.702362 289.174805 55.779526 292.803162 44.629921 292.803162 C 33.480316 292.803162 22.55748 289.174805 12.919685 282.296051 C 3.244095 275.455109 -4.730709 265.552765 -10.324409 253.647247 C -15.880315 241.74173 -18.828346 228.210999 -18.828346 214.491333 C -18.828346 200.733887 -15.880315 187.203125 -10.324409 175.297607 C -4.730709 163.392151 3.244095 153.527588 12.919685 146.648804 C 22.55748 139.770081 33.480316 136.141724 44.629921 136.141724 C 55.779526 136.141724 66.702362 139.770081 76.340157 146.648804 C 86.015747 153.527588 93.990555 163.392151 99.584251 175.297607 C 105.14016 187.203125 108.088196 200.733887 108.088196 214.491333 L 108.088196 214.491333 Z"/>
<path id="path407" fill="#e1d8c4" fill-rule="evenodd" stroke="none" d="M 106.840942 214.491333 C 106.840942 227.946472 103.968506 241.212585 98.525986 252.891327 C 93.04567 264.570068 85.18425 274.283478 75.735435 281.011017 C 66.286613 287.738586 55.552757 291.291351 44.629921 291.291351 C 33.707088 291.291351 22.973228 287.738586 13.52441 281.011017 C 4.07559 274.283478 -3.785828 264.570068 -9.266142 252.891327 C -14.708661 241.212585 -17.581102 227.946472 -17.581102 214.491333 C -17.581102 200.998413 -14.708661 187.7323 -9.266142 176.053528 C -3.785828 164.374817 4.07559 154.699219 13.52441 147.933838 C 22.973228 141.206299 33.707088 137.653564 44.629921 137.653564 C 55.552757 137.653564 66.286613 141.206299 75.735435 147.933838 C 85.18425 154.699219 93.04567 164.374817 98.525986 176.053528 C 103.968506 187.7323 106.840942 200.998413 106.840942 214.491333 L 106.840942 214.491333 Z"/>
<path id="path408" fill="#e1d9c5" fill-rule="evenodd" stroke="none" d="M 105.631493 214.491333 C 105.631493 227.681885 102.834648 240.683472 97.46772 252.135437 C 92.100784 263.587402 84.390549 273.111816 75.130707 279.688202 C 65.870865 286.302368 55.325981 289.779541 44.629921 289.779541 C 33.933857 289.779541 23.388977 286.302368 14.129135 279.688202 C 4.869291 273.111816 -2.840944 263.587402 -8.207874 252.135437 C -13.574803 240.683472 -16.371653 227.681885 -16.371653 214.491333 C -16.371653 201.263 -13.574803 188.261414 -8.207874 176.809448 C -2.840944 165.357483 4.869291 155.87085 14.129135 149.256714 C 23.388977 142.642517 33.933857 139.165344 44.629921 139.165344 C 55.325981 139.165344 65.870865 142.642517 75.130707 149.256714 C 84.390549 155.87085 92.100784 165.357483 97.46772 176.809448 C 102.834648 188.261414 105.631493 201.263 105.631493 214.491333 L 105.631493 214.491333 Z"/>
<path id="path409" fill="#e2dac6" fill-rule="evenodd" stroke="none" d="M 104.42205 214.491333 C 104.42205 227.417297 101.662994 240.154327 96.409447 251.379517 C 91.155907 262.604736 83.596848 271.940155 74.525986 278.403137 C 65.41732 284.86615 55.137009 288.305511 44.629921 288.305511 C 34.122833 288.305511 23.842518 284.86615 14.73386 278.403137 C 5.662992 271.940155 -1.896063 262.604736 -7.149607 251.379517 C -12.40315 240.154327 -15.162205 227.417297 -15.162205 214.491333 C -15.162205 201.527588 -12.40315 188.790527 -7.149607 177.565369 C -1.896063 166.340149 5.662992 157.042542 14.73386 150.541748 C 23.842518 144.078735 34.122833 140.677185 44.629921 140.677185 C 55.137009 140.677185 65.41732 144.078735 74.525986 150.541748 C 83.596848 157.042542 91.155907 166.340149 96.409447 177.565369 C 101.662994 188.790527 104.42205 201.527588 104.42205 214.491333 L 104.42205 214.491333 Z"/>
<path id="path410" fill="#e3dbc8" fill-rule="evenodd" stroke="none" d="M 103.212601 214.491333 C 103.212601 227.152771 100.491341 239.625183 95.351181 250.623627 C 90.211021 261.62204 82.803146 270.730713 73.921257 277.080322 C 65.001572 283.429932 54.910233 286.793701 44.629921 286.793701 C 34.349606 286.793701 24.258266 283.429932 15.338581 277.080322 C 6.456694 270.730713 -0.951181 261.62204 -6.091338 250.623627 C -11.231496 239.625183 -13.952756 227.152771 -13.952756 214.491333 C -13.952756 201.792114 -11.231496 189.319702 -6.091338 178.321289 C -0.951181 167.322815 6.456694 158.214172 15.338581 151.864563 C 24.258266 145.514954 34.349606 142.188965 44.629921 142.188965 C 54.910233 142.188965 65.001572 145.514954 73.921257 151.864563 C 82.803146 158.214172 90.211021 167.322815 95.351181 178.321289 C 100.491341 189.319702 103.212601 201.792114 103.212601 214.491333 L 103.212601 214.491333 Z"/>
<path id="path411" fill="#e3dbc9" fill-rule="evenodd" stroke="none" d="M 101.965355 214.491333 C 101.965355 226.888184 99.319687 239.096069 94.292915 249.867706 C 89.266144 260.639374 82.009445 269.559052 73.316536 275.795288 C 64.585823 281.993713 54.683464 285.281891 44.629921 285.281891 C 34.576378 285.281891 24.674015 281.993713 15.943306 275.795288 C 7.250393 269.559052 -0.0063 260.639374 -5.033071 249.867706 C -10.059842 239.096069 -12.705512 226.888184 -12.705512 214.491333 C -12.705512 202.056702 -10.059842 189.848816 -5.033071 179.077148 C -0.0063 168.305542 7.250393 159.385803 15.943306 153.149597 C 24.674015 146.951172 34.576378 143.662964 44.629921 143.662964 C 54.683464 143.662964 64.585823 146.951172 73.316536 153.149597 C 82.009445 159.385803 89.266144 168.305542 94.292915 179.077148 C 99.319687 189.848816 101.965355 202.056702 101.965355 214.491333 L 101.965355 214.491333 Z"/>
<path id="path412" fill="#e4dcca" fill-rule="evenodd" stroke="none" d="M 100.755905 214.491333 C 100.755905 226.623596 98.148033 238.604736 93.234642 249.111816 C 88.321259 259.656708 81.215752 268.38739 72.674019 274.472443 C 64.170082 280.557495 54.494492 283.770081 44.629921 283.770081 C 34.765354 283.770081 25.089764 280.557495 16.548031 274.472443 C 8.044094 268.38739 0.938583 259.656708 -3.974804 249.111816 C -8.888189 238.604736 -11.496063 226.623596 -11.496063 214.491333 C -11.496063 202.321289 -8.888189 190.37793 -3.974804 179.833069 C 0.938583 169.288208 8.044094 160.557495 16.548031 154.472412 C 25.089764 148.38739 34.765354 145.174805 44.629921 145.174805 C 54.494492 145.174805 64.170082 148.38739 72.674019 154.472412 C 81.215752 160.557495 88.321259 169.288208 93.234642 179.833069 C 98.148033 190.37793 100.755905 202.321289 100.755905 214.491333 L 100.755905 214.491333 Z"/>
<path id="path413" fill="#e4ddcb" fill-rule="evenodd" stroke="none" d="M 99.546455 214.491333 C 99.546455 226.35907 97.014175 238.075592 92.176376 248.355896 C 87.376381 258.674011 80.42205 267.215759 72.06929 273.187408 C 63.716537 279.121246 54.267715 282.25827 44.629921 282.25827 C 34.992126 282.25827 25.505512 279.121246 17.190552 273.187408 C 8.837795 267.215759 1.883465 258.674011 -2.916536 248.355896 C -7.754331 238.075592 -10.286614 226.35907 -10.286614 214.491333 C -10.286614 202.585815 -7.754331 190.907104 -2.916536 180.588989 C 1.883465 170.270874 8.837795 161.729126 17.190552 155.757507 C 25.505512 149.823608 34.992126 146.686584 44.629921 146.686584 C 54.267715 146.686584 63.716537 149.823608 72.06929 155.757507 C 80.42205 161.729126 87.376381 170.270874 92.176376 180.588989 C 97.014175 190.907104 99.546455 202.585815 99.546455 214.491333 L 99.546455 214.491333 Z"/>
<path id="path414" fill="#e5decc" fill-rule="evenodd" stroke="none" d="M 98.29921 214.491333 C 98.29921 226.094482 95.842522 237.546448 91.118111 247.600006 C 86.3937 257.691345 79.628349 266.044098 71.464569 271.864563 C 63.300789 277.685028 54.040947 280.74646 44.629921 280.74646 C 35.218899 280.74646 25.959057 277.685028 17.795277 271.864563 C 9.631496 266.044098 2.866142 257.691345 -1.858267 247.600006 C -6.582677 237.546448 -9.039371 226.094482 -9.039371 214.491333 C -9.039371 202.850403 -6.582677 191.398438 -1.858267 181.34491 C 2.866142 171.25354 9.631496 162.900818 17.795277 157.080322 C 25.959057 151.259827 35.218899 148.198425 44.629921 148.198425 C 54.040947 148.198425 63.300789 151.259827 71.464569 157.080322 C 79.628349 162.900818 86.3937 171.25354 91.118111 181.34491 C 95.842522 191.398438 98.29921 202.850403 98.29921 214.491333 L 98.29921 214.491333 Z"/>
<path id="path415" fill="#e5decd" fill-rule="evenodd" stroke="none" d="M 97.089767 214.491333 C 97.089767 225.829895 94.670868 237.017334 90.059845 246.881897 C 85.448822 256.708649 78.834648 264.872437 70.85984 270.579529 C 62.88504 276.24881 53.851967 279.23465 44.629921 279.23465 C 35.407875 279.23465 26.374802 276.24881 18.400002 270.579529 C 10.425198 264.872437 3.811024 256.708649 -0.799999 246.881897 C -5.411024 237.017334 -7.829922 225.829895 -7.829922 214.491333 C -7.829922 203.11499 -5.411024 191.927551 -0.799999 182.100769 C 3.811024 172.236206 10.425198 164.072449 18.400002 158.365356 C 26.374802 152.696045 35.407875 149.710266 44.629921 149.710266 C 53.851967 149.710266 62.88504 152.696045 70.85984 158.365356 C 78.834648 164.072449 85.448822 172.236206 90.059845 182.100769 C 94.670868 191.927551 97.089767 203.11499 97.089767 214.491333 L 97.089767 214.491333 Z"/>
<path id="path416" fill="#e6dfcf" fill-rule="evenodd" stroke="none" d="M 95.880318 214.491333 C 95.880318 225.565369 93.499214 236.48819 89.001572 246.125977 C 84.503937 255.725983 78.040947 263.700775 70.255119 269.256683 C 62.469292 274.812592 53.625198 277.76062 44.629921 277.76062 C 35.634647 277.76062 26.79055 274.812592 19.004723 269.256683 C 11.218897 263.700775 4.755905 255.725983 0.258268 246.125977 C -4.23937 236.48819 -6.620473 225.565369 -6.620473 214.491333 C -6.620473 203.379517 -4.23937 192.456665 0.258268 182.856689 C 4.755905 173.218872 11.218897 165.24408 19.004723 159.688171 C 26.79055 154.132263 35.634647 151.222046 44.629921 151.222046 C 53.625198 151.222046 62.469292 154.132263 70.255119 159.688171 C 78.040947 165.24408 84.503937 173.218872 89.001572 182.856689 C 93.499214 192.456665 95.880318 203.379517 95.880318 214.491333 L 95.880318 214.491333 Z"/>
<path id="path417" fill="#e7e0d0" fill-rule="evenodd" stroke="none" d="M 94.670868 214.491333 C 94.670868 225.300781 92.32756 235.959045 87.943306 245.370087 C 83.559052 254.743317 77.247246 262.529144 69.650391 267.971649 C 62.053543 273.376373 53.398422 276.24881 44.629921 276.24881 C 35.861416 276.24881 27.206299 273.376373 19.609447 267.971649 C 12.0126 262.529144 5.700787 254.743317 1.316536 245.370087 C -3.067717 235.959045 -5.411024 225.300781 -5.411024 214.491333 C -5.411024 203.644104 -3.067717 192.98584 1.316536 183.61261 C 5.700787 174.201599 12.0126 166.415771 19.609447 161.011047 C 27.206299 155.568481 35.861416 152.733887 44.629921 152.733887 C 53.398422 152.733887 62.053543 155.568481 69.650391 161.011047 C 77.247246 166.415771 83.559052 174.201599 87.943306 183.61261 C 92.32756 192.98584 94.670868 203.644104 94.670868 214.491333 L 94.670868 214.491333 Z"/>
<path id="path418" fill="#e7e1d1" fill-rule="evenodd" stroke="none" d="M 93.423622 214.491333 C 93.423622 225.036194 91.193703 235.429932 86.88504 244.614166 C 82.614174 253.76062 76.453545 261.357483 69.04567 266.648804 C 61.599998 271.940155 53.20945 274.737 44.629921 274.737 C 36.050392 274.737 27.659843 271.940155 20.214172 266.648804 C 12.806301 261.357483 6.64567 253.76062 2.374804 244.614166 C -1.933859 235.429932 -4.163779 225.036194 -4.163779 214.491333 C -4.163779 203.908691 -1.933859 193.514954 2.374804 184.36853 C 6.64567 175.184265 12.806301 167.587402 20.214172 162.296082 C 27.659843 157.0047 36.050392 154.207886 44.629921 154.207886 C 53.20945 154.207886 61.599998 157.0047 69.04567 162.296082 C 76.453545 167.587402 82.614174 175.184265 86.88504 184.36853 C 91.193703 193.514954 93.423622 203.908691 93.423622 214.491333 L 93.423622 214.491333 Z"/>
<path id="path419" fill="#e8e1d2" fill-rule="evenodd" stroke="none" d="M 92.214172 214.491333 C 92.214172 224.771667 90.022049 234.938568 85.826775 243.858276 C 81.669289 252.777954 75.659843 260.185822 68.403152 265.36377 C 61.18425 270.503937 52.982674 273.225189 44.629921 273.225189 C 36.277164 273.225189 28.075592 270.503937 20.818897 265.36377 C 13.599998 260.185822 7.590551 252.777954 3.433071 243.858276 C -0.762205 234.938568 -2.95433 224.771667 -2.95433 214.491333 C -2.95433 204.173218 -0.762205 194.044067 3.433071 185.086609 C 7.590551 176.166931 13.599998 168.759033 20.818897 163.618896 C 28.075592 158.440918 36.277164 155.719666 44.629921 155.719666 C 52.982674 155.719666 61.18425 158.440918 68.403152 163.618896 C 75.659843 168.759033 81.669289 176.166931 85.826775 185.086609 C 90.022049 194.044067 92.214172 204.173218 92.214172 214.491333 L 92.214172 214.491333 Z"/>
<path id="path420" fill="#e8e2d3" fill-rule="evenodd" stroke="none" d="M 91.004723 214.491333 C 91.004723 224.544861 88.850395 234.409454 84.768501 243.102356 C 80.724411 251.795288 74.866142 259.01416 67.798424 264.040955 C 60.768501 269.067719 52.755905 271.713379 44.629921 271.713379 C 36.503937 271.713379 28.491337 269.067719 21.461418 264.040955 C 14.3937 259.01416 8.535433 251.795288 4.491339 243.102356 C 0.409449 234.409454 -1.744883 224.544861 -1.744883 214.491333 C -1.744883 204.437805 0.409449 194.573242 4.491339 185.842529 C 8.535433 177.149597 14.3937 169.930725 21.461418 164.903931 C 28.491337 159.877136 36.503937 157.231506 44.629921 157.231506 C 52.755905 157.231506 60.768501 159.877136 67.798424 164.903931 C 74.866142 169.930725 80.724411 177.149597 84.768501 185.842529 C 88.850395 194.573242 91.004723 204.437805 91.004723 214.491333 L 91.004723 214.491333 Z"/>
<path id="path421" fill="#e9e3d4" fill-rule="evenodd" stroke="none" d="M 89.757477 214.491333 C 89.757477 224.280334 87.678741 233.88031 83.710236 242.346466 C 79.779526 250.812592 74.072441 257.842529 67.193703 262.75592 C 60.352753 267.6315 52.566933 270.201569 44.629921 270.201569 C 36.692913 270.201569 28.907085 267.6315 22.066143 262.75592 C 15.187401 257.842529 9.480314 250.812592 5.549606 242.346466 C 1.581102 233.88031 -0.497639 224.280334 -0.497639 214.491333 C -0.497639 204.702393 1.581102 195.102356 5.549606 186.59845 C 9.480314 178.132263 15.187401 171.102356 22.066143 166.226746 C 28.907085 161.313416 36.692913 158.743286 44.629921 158.743286 C 52.566933 158.743286 60.352753 161.313416 67.193703 166.226746 C 74.072441 171.102356 79.779526 178.132263 83.710236 186.59845 C 87.678741 195.102356 89.757477 204.702393 89.757477 214.491333 L 89.757477 214.491333 Z"/>
<path id="path422" fill="#eae4d5" fill-rule="evenodd" stroke="none" d="M 88.548035 214.491333 C 88.548035 224.015747 86.507088 233.351196 82.65197 241.590546 C 78.796852 249.829926 73.27874 256.670868 66.588974 261.433075 C 59.899216 266.195282 52.340157 268.689758 44.629921 268.689758 C 36.919685 268.689758 29.36063 266.195282 22.670868 261.433075 C 15.981102 256.670868 10.462992 249.829926 6.607874 241.590546 C 2.752756 233.351196 0.711811 224.015747 0.711811 214.491333 C 0.711811 204.966919 2.752756 195.593689 6.607874 187.354309 C 10.462992 179.11499 15.981102 172.273987 22.670868 167.511841 C 29.36063 162.749634 36.919685 160.255127 44.629921 160.255127 C 52.340157 160.255127 59.899216 162.749634 66.588974 167.511841 C 73.27874 172.273987 78.796852 179.11499 82.65197 187.354309 C 86.507088 195.593689 88.548035 204.966919 88.548035 214.491333 L 88.548035 214.491333 Z"/>
<path id="path423" fill="#eae4d7" fill-rule="evenodd" stroke="none" d="M 87.338585 214.491333 C 87.338585 223.75116 85.37323 232.822052 81.593704 240.834656 C 77.851967 248.847229 72.485039 255.499207 65.984253 260.148041 C 59.483467 264.759064 52.113388 267.215759 44.629921 267.215759 C 37.146458 267.215759 29.776379 264.759064 23.275589 260.148041 C 16.774803 255.499207 11.407873 248.847229 7.628347 240.834656 C 3.886614 232.822052 1.921259 223.75116 1.921259 214.491333 C 1.921259 205.231506 3.886614 196.122864 7.628347 188.110229 C 11.407873 180.097656 16.774803 173.445679 23.275589 168.834656 C 29.776379 164.185852 37.146458 161.766907 44.629921 161.766907 C 52.113388 161.766907 59.483467 164.185852 65.984253 168.834656 C 72.485039 173.445679 77.851967 180.097656 81.593704 188.110229 C 85.37323 196.122864 87.338585 205.231506 87.338585 214.491333 L 87.338585 214.491333 Z"/>
<path id="path424" fill="#ebe5d8" fill-rule="evenodd" stroke="none" d="M 86.129135 214.491333 C 86.129135 223.486633 84.201576 232.292908 80.573227 240.078735 C 76.907089 247.864563 71.691338 254.327545 65.379524 258.825195 C 59.067719 263.322845 51.924408 265.703949 44.629921 265.703949 C 37.335434 265.703949 30.192127 263.322845 23.880314 258.825195 C 17.568504 254.327545 12.352757 247.864563 8.686615 240.078735 C 5.058268 232.292908 3.130709 223.486633 3.130709 214.491333 C 3.130709 205.496033 5.058268 196.651978 8.686615 188.86615 C 12.352757 181.080322 17.568504 174.61731 23.880314 170.11969 C 30.192127 165.62207 37.335434 163.278748 44.629921 163.278748 C 51.924408 163.278748 59.067719 165.62207 65.379524 170.11969 C 71.691338 174.61731 76.907089 181.080322 80.573227 188.86615 C 84.201576 196.651978 86.129135 205.496033 86.129135 214.491333 L 86.129135 214.491333 Z"/>
<path id="path425" fill="#ebe6d9" fill-rule="evenodd" stroke="none" d="M 84.881889 214.491333 C 84.881889 223.222046 83.029922 231.763794 79.514961 239.322845 C 75.962204 246.881897 70.897636 253.155914 64.774803 257.540161 C 58.65197 261.886627 51.697639 264.192139 44.629921 264.192139 C 37.562206 264.192139 30.607876 261.886627 24.485039 257.540161 C 18.362206 253.155914 13.297638 246.881897 9.744883 239.322845 C 6.229921 231.763794 4.377953 223.222046 4.377953 214.491333 C 4.377953 205.76062 6.229921 197.181091 9.744883 189.62207 C 13.297638 182.062988 18.362206 175.789001 24.485039 171.442505 C 30.607876 167.058289 37.562206 164.752747 44.629921 164.752747 C 51.697639 164.752747 58.65197 167.058289 64.774803 171.442505 C 70.897636 175.789001 75.962204 182.062988 79.514961 189.62207 C 83.029922 197.181091 84.881889 205.76062 84.881889 214.491333 L 84.881889 214.491333 Z"/>
<path id="path426" fill="#ece7da" fill-rule="evenodd" stroke="none" d="M 83.67244 214.491333 C 83.67244 222.957458 81.858269 231.23465 78.456696 238.566925 C 75.017326 245.8992 70.103935 251.984253 64.132286 256.217316 C 58.198425 260.450409 51.470863 262.680328 44.629921 262.680328 C 37.788975 262.680328 31.061417 260.450409 25.089764 256.217316 C 19.155907 251.984253 14.242519 245.8992 10.80315 238.566925 C 7.401575 231.23465 5.587402 222.957458 5.587402 214.491333 C 5.587402 206.025208 7.401575 197.710266 10.80315 190.37793 C 14.242519 183.045654 19.155907 176.960632 25.089764 172.727539 C 31.061417 168.494507 37.788975 166.264587 44.629921 166.264587 C 51.470863 166.264587 58.198425 168.494507 64.132286 172.727539 C 70.103935 176.960632 75.017326 183.045654 78.456696 190.37793 C 81.858269 197.710266 83.67244 206.025208 83.67244 214.491333 L 83.67244 214.491333 Z"/>
<path id="path427" fill="#ede7db" fill-rule="evenodd" stroke="none" d="M 82.46299 214.491333 C 82.46299 222.692932 80.686615 230.743317 77.398422 237.811035 C 74.072441 244.916534 69.272438 250.812592 63.527557 254.932281 C 57.782677 259.01416 51.281891 261.168518 44.629921 261.168518 C 37.977951 261.168518 31.477165 259.01416 25.732285 254.932281 C 19.949608 250.812592 15.187401 244.916534 11.861418 237.811035 C 8.535433 230.743317 6.79685 222.692932 6.79685 214.491333 C 6.79685 206.289734 8.535433 198.23938 11.861418 191.13385 C 15.187401 184.02832 19.949608 178.132263 25.732285 174.050415 C 31.477165 169.930725 37.977951 167.776367 44.629921 167.776367 C 51.281891 167.776367 57.782677 169.930725 63.527557 174.050415 C 69.272438 178.132263 74.072441 184.02832 77.398422 191.13385 C 80.686615 198.23938 82.46299 206.289734 82.46299 214.491333 L 82.46299 214.491333 Z"/>
<path id="path428" fill="#ede8dc" fill-rule="evenodd" stroke="none" d="M 81.215752 214.491333 C 81.215752 222.428345 79.552757 230.214172 76.340157 237.055115 C 73.127556 243.933868 68.478737 249.64093 62.922836 253.609436 C 57.366928 257.577942 51.055115 259.656708 44.629921 259.656708 C 38.204723 259.656708 31.892914 257.577942 26.337009 253.609436 C 20.781101 249.64093 16.132282 243.933868 12.919685 237.055115 C 9.707087 230.214172 8.044094 222.428345 8.044094 214.491333 C 8.044094 206.554321 9.707087 198.768494 12.919685 191.889771 C 16.132282 185.011047 20.781101 179.303955 26.337009 175.335449 C 31.892914 171.366943 38.204723 169.288208 44.629921 169.288208 C 51.055115 169.288208 57.366928 171.366943 62.922836 175.335449 C 68.478737 179.303955 73.127556 185.011047 76.340157 191.889771 C 79.552757 198.768494 81.215752 206.554321 81.215752 214.491333 L 81.215752 214.491333 Z"/>
<path id="path429" fill="#eee9de" fill-rule="evenodd" stroke="none" d="M 80.006302 214.491333 C 80.006302 222.163757 78.381104 229.685059 75.281891 236.337006 C 72.182678 242.951172 67.685036 248.469299 62.318108 252.324402 C 56.95118 256.141724 50.828346 258.144867 44.629921 258.144867 C 38.431496 258.144867 32.308662 256.141724 26.94173 252.324402 C 21.574802 248.469299 17.077164 242.951172 13.977951 236.337006 C 10.87874 229.685059 9.253544 222.163757 9.253544 214.491333 C 9.253544 206.818909 10.87874 199.259827 13.977951 192.645691 C 17.077164 185.993713 21.574802 180.475586 26.94173 176.658264 C 32.308662 172.803162 38.431496 170.799988 44.629921 170.799988 C 50.828346 170.799988 56.95118 172.803162 62.318108 176.658264 C 67.685036 180.475586 72.182678 185.993713 75.281891 192.645691 C 78.381104 199.259827 80.006302 206.818909 80.006302 214.491333 L 80.006302 214.491333 Z"/>
<path id="path430" fill="#eeeadf" fill-rule="evenodd" stroke="none" d="M 78.796852 214.491333 C 78.796852 221.899231 77.20945 229.155884 74.223625 235.581116 C 71.199997 241.968506 66.891342 247.297638 61.713387 251.001587 C 56.535431 254.705505 50.639374 256.670868 44.629921 256.670868 C 38.620472 256.670868 32.724411 254.705505 27.546455 251.001587 C 22.368504 247.297638 18.059841 241.968506 15.036221 235.581116 C 12.050392 229.155884 10.462992 221.899231 10.462992 214.491333 C 10.462992 207.083435 12.050392 199.789001 15.036221 193.40155 C 18.059841 186.976379 22.368504 181.647217 27.546455 177.943298 C 32.724411 174.23938 38.620472 172.311829 44.629921 172.311829 C 50.639374 172.311829 56.535431 174.23938 61.713387 177.943298 C 66.891342 181.647217 71.199997 186.976379 74.223625 193.40155 C 77.20945 199.789001 78.796852 207.083435 78.796852 214.491333 L 78.796852 214.491333 Z"/>
<path id="path431" fill="#efebe0" fill-rule="evenodd" stroke="none" d="M 77.587402 214.491333 C 77.587402 221.634644 76.037796 228.62677 73.165352 234.825195 C 70.255119 240.98584 66.097641 246.125977 61.108658 249.716522 C 56.081886 253.269287 50.412598 255.159058 44.629921 255.159058 C 38.847244 255.159058 33.177952 253.269287 28.15118 249.716522 C 23.162205 246.125977 19.004723 240.98584 16.09449 234.825195 C 13.222046 228.62677 11.672441 221.634644 11.672441 214.491333 C 11.672441 207.348022 13.222046 200.318115 16.09449 194.157471 C 19.004723 187.959045 23.162205 182.818909 28.15118 179.266113 C 33.177952 175.675598 38.847244 173.823608 44.629921 173.823608 C 50.412598 173.823608 56.081886 175.675598 61.108658 179.266113 C 66.097641 182.818909 70.255119 187.959045 73.165352 194.157471 C 76.037796 200.318115 77.587402 207.348022 77.587402 214.491333 L 77.587402 214.491333 Z"/>
<path id="path432" fill="#f0ebe1" fill-rule="evenodd" stroke="none" d="M 76.340157 214.491333 C 76.340157 221.370056 74.903938 228.097656 72.107086 234.069305 C 69.310234 240.003143 65.30394 244.954346 60.503937 248.393707 C 55.666145 251.833069 50.185829 253.647247 44.629921 253.647247 C 39.074017 253.647247 33.5937 251.833069 28.755905 248.393707 C 23.955906 244.954346 19.949608 240.003143 17.152756 234.069305 C 14.355904 228.097656 12.919685 221.370056 12.919685 214.491333 C 12.919685 207.61261 14.355904 200.847229 17.152756 194.913391 C 19.949608 188.941711 23.955906 183.99054 28.755905 180.551208 C 33.5937 177.111816 39.074017 175.297607 44.629921 175.297607 C 50.185829 175.297607 55.666145 177.111816 60.503937 180.551208 C 65.30394 183.99054 69.310234 188.941711 72.107086 194.913391 C 74.903938 200.847229 76.340157 207.61261 76.340157 214.491333 L 76.340157 214.491333 Z"/>
<path id="path433" fill="#f0ece2" fill-rule="evenodd" stroke="none" d="M 75.130707 214.491333 C 75.130707 221.10553 73.732285 227.568481 71.04882 233.313385 C 68.365356 239.020477 64.510239 243.782684 59.899216 247.108673 C 55.250397 250.396851 49.996849 252.135437 44.629921 252.135437 C 39.262993 252.135437 34.009449 250.396851 29.36063 247.108673 C 24.749607 243.782684 20.894489 239.020477 18.211025 233.313385 C 15.527557 227.568481 14.129135 221.10553 14.129135 214.491333 C 14.129135 207.877136 15.527557 201.376404 18.211025 195.63147 C 20.894489 189.924438 24.749607 185.162231 29.36063 181.874023 C 34.009449 178.548035 39.262993 176.809448 44.629921 176.809448 C 49.996849 176.809448 55.250397 178.548035 59.899216 181.874023 C 64.510239 185.162231 68.365356 189.924438 71.04882 195.63147 C 73.732285 201.376404 75.130707 207.877136 75.130707 214.491333 L 75.130707 214.491333 Z"/>
<path id="path434" fill="#f1ede3" fill-rule="evenodd" stroke="none" d="M 73.921257 214.491333 C 73.921257 220.840942 72.560631 227.077148 69.990555 232.557495 C 67.420471 238.037781 63.716537 242.611023 59.256691 245.785828 C 54.834648 248.960632 49.770081 250.623627 44.629921 250.623627 C 39.489765 250.623627 34.425198 248.960632 30.003151 245.785828 C 25.543308 242.611023 21.839371 238.037781 19.269291 232.557495 C 16.699211 227.077148 15.338581 220.840942 15.338581 214.491333 C 15.338581 208.141724 16.699211 201.905518 19.269291 196.38739 C 21.839371 190.907104 25.543308 186.333862 30.003151 183.159058 C 34.425198 179.984253 39.489765 178.321289 44.629921 178.321289 C 49.770081 178.321289 54.834648 179.984253 59.256691 183.159058 C 63.716537 186.333862 67.420471 190.907104 69.990555 196.38739 C 72.560631 201.905518 73.921257 208.141724 73.921257 214.491333 L 73.921257 214.491333 Z"/>
<path id="path435" fill="#f1eee4" fill-rule="evenodd" stroke="none" d="M 72.674019 214.491333 C 72.674019 220.576355 71.388977 226.548035 68.932281 231.801575 C 66.475594 237.055115 62.922836 241.439362 58.65197 244.500793 C 54.381104 247.524414 49.543304 249.111816 44.629921 249.111816 C 39.716534 249.111816 34.878738 247.524414 30.607876 244.500793 C 26.337009 241.439362 22.784252 237.055115 20.32756 231.801575 C 17.870865 226.548035 16.548031 220.576355 16.548031 214.491333 C 16.548031 208.406311 17.870865 202.434631 20.32756 197.143311 C 22.784252 191.889771 26.337009 187.505493 30.607876 184.481873 C 34.878738 181.420471 39.716534 179.833069 44.629921 179.833069 C 49.543304 179.833069 54.381104 181.420471 58.65197 184.481873 C 62.922836 187.505493 66.475594 191.889771 68.932281 197.143311 C 71.388977 202.434631 72.674019 208.406311 72.674019 214.491333 L 72.674019 214.491333 Z"/>
<path id="path436" fill="#f2eee6" fill-rule="evenodd" stroke="none" d="M 71.464569 214.491333 C 71.464569 220.311829 70.217323 226.018921 67.874016 231.045654 C 65.530708 236.072449 62.129135 240.267731 58.047241 243.177948 C 53.965355 246.088196 49.354332 247.600006 44.629921 247.600006 C 39.90551 247.600006 35.294487 246.088196 31.212597 243.177948 C 27.130707 240.267731 23.729134 236.072449 21.385826 231.045654 C 19.042519 226.018921 17.795277 220.311829 17.795277 214.491333 C 17.795277 208.670837 19.042519 202.963806 21.385826 197.899231 C 23.729134 192.872437 27.130707 188.677185 31.212597 185.766907 C 35.294487 182.856689 39.90551 181.34491 44.629921 181.34491 C 49.354332 181.34491 53.965355 182.856689 58.047241 185.766907 C 62.129135 188.677185 65.530708 192.872437 67.874016 197.899231 C 70.217323 202.963806 71.464569 208.670837 71.464569 214.491333 L 71.464569 214.491333 Z"/>
<path id="path437" fill="#f3efe7" fill-rule="evenodd" stroke="none" d="M 70.255119 214.491333 C 70.255119 220.047241 69.083466 225.489746 66.81575 230.289764 C 64.585823 235.089752 61.335434 239.096069 57.44252 241.855133 C 53.549606 244.651978 49.127556 246.125977 44.629921 246.125977 C 40.132282 246.125977 35.710236 244.651978 31.817322 241.855133 C 27.924408 239.096069 24.674015 235.089752 22.444096 230.289764 C 20.176376 225.489746 19.004723 220.047241 19.004723 214.491333 C 19.004723 208.935425 20.176376 203.455139 22.444096 198.65509 C 24.674015 193.855103 27.924408 189.848816 31.817322 187.089783 C 35.710236 184.292908 40.132282 182.856689 44.629921 182.856689 C 49.127556 182.856689 53.549606 184.292908 57.44252 187.089783 C 61.335434 189.848816 64.585823 193.855103 66.81575 198.65509 C 69.083466 203.455139 70.255119 208.935425 70.255119 214.491333 L 70.255119 214.491333 Z"/>
<path id="path438" fill="#f3f0e8" fill-rule="evenodd" stroke="none" d="M 69.04567 214.491333 C 69.04567 219.782654 67.911812 224.960632 65.757477 229.533875 C 63.603149 234.107086 60.541733 237.924408 56.837799 240.570068 C 53.133858 243.215759 48.900787 244.614166 44.629921 244.614166 C 40.359055 244.614166 36.125984 243.215759 32.422047 240.570068 C 28.718109 237.924408 25.656693 234.107086 23.502361 229.533875 C 21.34803 224.960632 20.214172 219.782654 20.214172 214.491333 C 20.214172 209.200012 21.34803 203.984253 23.502361 199.411011 C 25.656693 194.837769 28.718109 191.020447 32.422047 188.374817 C 36.125984 185.729126 40.359055 184.36853 44.629921 184.36853 C 48.900787 184.36853 53.133858 185.729126 56.837799 188.374817 C 60.541733 191.020447 63.603149 194.837769 65.757477 199.411011 C 67.911812 203.984253 69.04567 209.200012 69.04567 214.491333 L 69.04567 214.491333 Z"/>
<path id="path439" fill="#f4f1e9" fill-rule="evenodd" stroke="none" d="M 67.798424 214.491333 C 67.798424 219.518127 66.740158 224.431519 64.699211 228.777954 C 62.658264 233.12442 59.748032 236.752747 56.23307 239.247253 C 52.680313 241.779541 48.711807 243.102356 44.629921 243.102356 C 40.548031 243.102356 36.579529 241.779541 33.026772 239.247253 C 29.51181 236.752747 26.601574 233.12442 24.560631 228.777954 C 22.519684 224.431519 21.461418 219.518127 21.461418 214.491333 C 21.461418 209.464539 22.519684 204.513367 24.560631 200.166931 C 26.601574 195.820496 29.51181 192.192139 33.026772 189.697632 C 36.579529 187.165344 40.548031 185.842529 44.629921 185.842529 C 48.711807 185.842529 52.680313 187.165344 56.23307 189.697632 C 59.748032 192.192139 62.658264 195.820496 64.699211 200.166931 C 66.740158 204.513367 67.798424 209.464539 67.798424 214.491333 L 67.798424 214.491333 Z"/>
<path id="path440" fill="#f4f1ea" fill-rule="evenodd" stroke="none" d="M 66.588974 214.491333 C 66.588974 219.25354 65.568504 223.902344 63.640945 228.022034 C 61.713387 232.141724 58.95433 235.581116 55.628349 237.962219 C 52.264565 240.343292 48.485039 241.590546 44.629921 241.590546 C 40.774803 241.590546 36.995277 240.343292 33.631496 237.962219 C 30.305511 235.581116 27.546455 232.141724 25.618896 228.022034 C 23.691338 223.902344 22.670868 219.25354 22.670868 214.491333 C 22.670868 209.729126 23.691338 205.042542 25.618896 200.922852 C 27.546455 196.803162 30.305511 193.36377 33.631496 190.982666 C 36.995277 188.601563 40.774803 187.354309 44.629921 187.354309 C 48.485039 187.354309 52.264565 188.601563 55.628349 190.982666 C 58.95433 193.36377 61.713387 196.803162 63.640945 200.922852 C 65.568504 205.042542 66.588974 209.729126 66.588974 214.491333 L 66.588974 214.491333 Z"/>
<path id="path441" fill="#f5f2eb" fill-rule="evenodd" stroke="none" d="M 65.379524 214.491333 C 65.379524 218.988953 64.396851 223.37323 62.58268 227.266113 C 60.768501 231.159058 58.160629 234.409454 54.985825 236.639374 C 51.848816 238.907074 48.25827 240.078735 44.629921 240.078735 C 41.001575 240.078735 37.411022 238.907074 34.274017 236.639374 C 31.099213 234.409454 28.491337 231.159058 26.677166 227.266113 C 24.862991 223.37323 23.880314 218.988953 23.880314 214.491333 C 23.880314 209.993713 24.862991 205.571655 26.677166 201.678711 C 28.491337 197.785828 31.099213 194.535461 34.274017 192.305542 C 37.411022 190.037781 41.001575 188.86615 44.629921 188.86615 C 48.25827 188.86615 51.848816 190.037781 54.985825 192.305542 C 58.160629 194.535461 60.768501 197.785828 62.58268 201.678711 C 64.396851 205.571655 65.379524 209.993713 65.379524 214.491333 L 65.379524 214.491333 Z"/>
<path id="path442" fill="#f6f3ed" fill-rule="evenodd" stroke="none" d="M 64.132286 214.491333 C 64.132286 218.724426 63.262993 222.881897 61.524406 226.510254 C 59.823624 230.176392 57.366928 233.237793 54.381104 235.35434 C 51.433067 237.470856 48.06929 238.566925 44.629921 238.566925 C 41.190552 238.566925 37.826771 237.470856 34.878738 235.35434 C 31.892914 233.237793 29.436222 230.176392 27.735432 226.510254 C 25.996849 222.881897 25.089764 218.724426 25.089764 214.491333 C 25.089764 210.25824 25.996849 206.100769 27.735432 202.434631 C 29.436222 198.768494 31.892914 195.707092 34.878738 193.590576 C 37.826771 191.473999 41.190552 190.37793 44.629921 190.37793 C 48.06929 190.37793 51.433067 191.473999 54.381104 193.590576 C 57.366928 195.707092 59.823624 198.768494 61.524406 202.434631 C 63.262993 206.100769 64.132286 210.25824 64.132286 214.491333 L 64.132286 214.491333 Z"/>
<path id="path443" fill="#f6f4ee" fill-rule="evenodd" stroke="none" d="M 62.922836 214.491333 C 62.922836 218.459839 62.091339 222.352783 60.466141 225.792114 C 58.878738 229.193726 56.573227 232.066132 53.776375 234.031494 C 50.97953 236.034637 47.842522 237.055115 44.629921 237.055115 C 41.417324 237.055115 38.242519 236.034637 35.483463 234.031494 C 32.686615 232.066132 30.381104 229.193726 28.793701 225.792114 C 27.168503 222.352783 26.337009 218.459839 26.337009 214.491333 C 26.337009 210.522827 27.168503 206.629944 28.793701 203.190552 C 30.381104 199.75116 32.686615 196.878723 35.483463 194.913391 C 38.242519 192.910217 41.417324 191.889771 44.629921 191.889771 C 47.842522 191.889771 50.97953 192.910217 53.776375 194.913391 C 56.573227 196.878723 58.878738 199.75116 60.466141 203.190552 C 62.091339 206.629944 62.922836 210.522827 62.922836 214.491333 L 62.922836 214.491333 Z"/>
<path id="path444" fill="#f7f4ef" fill-rule="evenodd" stroke="none" d="M 61.713387 214.491333 C 61.713387 218.195251 60.919685 221.823608 59.407875 225.036194 C 57.933861 228.210999 55.779526 230.894501 53.171654 232.74646 C 50.563782 234.598419 47.615746 235.581116 44.629921 235.581116 C 41.644096 235.581116 38.696064 234.598419 36.088188 232.74646 C 33.480316 230.894501 31.325985 228.210999 29.851967 225.036194 C 28.340157 221.823608 27.546455 218.195251 27.546455 214.491333 C 27.546455 210.787415 28.340157 207.121277 29.851967 203.946472 C 31.325985 200.733887 33.480316 198.050415 36.088188 196.198425 C 38.696064 194.346436 41.644096 193.40155 44.629921 193.40155 C 47.615746 193.40155 50.563782 194.346436 53.171654 196.198425 C 55.779526 198.050415 57.933861 200.733887 59.407875 203.946472 C 60.919685 207.121277 61.713387 210.787415 61.713387 214.491333 L 61.713387 214.491333 Z"/>
<path id="path445" fill="#f7f5f0" fill-rule="evenodd" stroke="none" d="M 60.503937 214.491333 C 60.503937 217.930725 59.748032 221.294495 58.349609 224.280334 C 56.988976 227.228333 54.985825 229.722839 52.566933 231.423615 C 50.148033 233.162201 47.426773 234.069305 44.629921 234.069305 C 41.833073 234.069305 39.111813 233.162201 36.692913 231.423615 C 34.274017 229.722839 32.270866 227.228333 30.910236 224.280334 C 29.51181 221.294495 28.755905 217.930725 28.755905 214.491333 C 28.755905 211.051941 29.51181 207.650391 30.910236 204.702393 C 32.270866 201.716553 34.274017 199.222046 36.692913 197.52124 C 39.111813 195.782654 41.833073 194.913391 44.629921 194.913391 C 47.426773 194.913391 50.148033 195.782654 52.566933 197.52124 C 54.985825 199.222046 56.988976 201.716553 58.349609 204.702393 C 59.748032 207.650391 60.503937 211.051941 60.503937 214.491333 L 60.503937 214.491333 Z"/>
<path id="path446" fill="#f8f6f1" fill-rule="evenodd" stroke="none" d="M 59.256691 214.491333 C 59.256691 217.666138 58.576378 220.765381 57.291336 223.524414 C 56.006302 226.245667 54.192123 228.551208 51.962204 230.13858 C 49.732285 231.725983 47.199997 232.557495 44.629921 232.557495 C 42.059841 232.557495 39.527557 231.725983 37.297638 230.13858 C 35.067715 228.551208 33.215748 226.245667 31.93071 223.524414 C 30.645668 220.765381 30.003151 217.666138 30.003151 214.491333 C 30.003151 211.316528 30.645668 208.179504 31.93071 205.458252 C 33.215748 202.699219 35.067715 200.393677 37.297638 198.806274 C 39.527557 197.218872 42.059841 196.38739 44.629921 196.38739 C 47.199997 196.38739 49.732285 197.218872 51.962204 198.806274 C 54.192123 200.393677 56.006302 202.699219 57.291336 205.458252 C 58.576378 208.179504 59.256691 211.316528 59.256691 214.491333 L 59.256691 214.491333 Z"/>
<path id="path447" fill="#f8f7f2" fill-rule="evenodd" stroke="none" d="M 58.047241 214.491333 C 58.047241 217.40155 57.44252 220.236206 56.270866 222.768494 C 55.061417 225.300781 53.398422 227.379517 51.357483 228.815735 C 49.316536 230.289764 46.973228 231.045654 44.629921 231.045654 C 42.286613 231.045654 39.943306 230.289764 37.902363 228.815735 C 35.861416 227.379517 34.198425 225.300781 32.988976 222.768494 C 31.817322 220.236206 31.212597 217.40155 31.212597 214.491333 C 31.212597 211.581116 31.817322 208.708679 32.988976 206.176392 C 34.198425 203.681885 35.861416 201.565369 37.902363 200.12915 C 39.943306 198.692932 42.286613 197.899231 44.629921 197.899231 C 46.973228 197.899231 49.316536 198.692932 51.357483 200.12915 C 53.398422 201.565369 55.061417 203.681885 56.270866 206.176392 C 57.44252 208.708679 58.047241 211.581116 58.047241 214.491333 L 58.047241 214.491333 Z"/>
<path id="path448" fill="#f9f7f3" fill-rule="evenodd" stroke="none" d="M 56.837799 214.491333 C 56.837799 217.137024 56.270866 219.707092 55.212601 222.012573 C 54.116539 224.318115 52.566933 226.207886 50.714958 227.530701 C 48.862991 228.853516 46.784248 229.533875 44.629921 229.533875 C 42.47559 229.533875 40.396851 228.853516 38.544884 227.530701 C 36.655117 226.207886 35.143307 224.318115 34.047245 222.012573 C 32.988976 219.707092 32.422047 217.137024 32.422047 214.491333 C 32.422047 211.845642 32.988976 209.237793 34.047245 206.932312 C 35.143307 204.664551 36.655117 202.737 38.544884 201.451965 C 40.396851 200.12915 42.47559 199.411011 44.629921 199.411011 C 46.784248 199.411011 48.862991 200.12915 50.714958 201.451965 C 52.566933 202.737 54.116539 204.664551 55.212601 206.932312 C 56.270866 209.237793 56.837799 211.845642 56.837799 214.491333 L 56.837799 214.491333 Z"/>
<path id="path449" fill="#faf8f5" fill-rule="evenodd" stroke="none" d="M 55.628349 214.491333 C 55.628349 216.872437 55.099213 219.177979 54.154327 221.256714 C 53.171654 223.335449 51.773232 225.036194 50.110237 226.207886 C 48.447243 227.417297 46.55748 228.022034 44.629921 228.022034 C 42.702362 228.022034 40.812599 227.417297 39.149605 226.207886 C 37.486614 225.036194 36.088188 223.335449 35.105511 221.256714 C 34.160629 219.177979 33.631496 216.872437 33.631496 214.491333 C 33.631496 212.110229 34.160629 209.766907 35.105511 207.688171 C 36.088188 205.647217 37.486614 203.908691 39.149605 202.737 C 40.812599 201.565369 42.702362 200.922852 44.629921 200.922852 C 46.55748 200.922852 48.447243 201.565369 50.110237 202.737 C 51.773232 203.908691 53.171654 205.647217 54.154327 207.688171 C 55.099213 209.766907 55.628349 212.110229 55.628349 214.491333 L 55.628349 214.491333 Z"/>
<path id="path450" fill="#faf9f6" fill-rule="evenodd" stroke="none" d="M 54.381104 214.491333 C 54.381104 216.607849 53.927559 218.686584 53.096062 220.500793 C 52.226768 222.352783 50.97953 223.864563 49.505508 224.922852 C 48.031494 225.981079 46.330711 226.510254 44.629921 226.510254 C 42.929134 226.510254 41.228348 225.981079 39.75433 224.922852 C 38.280315 223.864563 37.03307 222.352783 36.16378 220.500793 C 35.332283 218.686584 34.878738 216.607849 34.878738 214.491333 C 34.878738 212.374817 35.332283 210.296082 36.16378 208.444092 C 37.03307 206.629944 38.280315 205.118103 39.75433 204.059814 C 41.228348 203.001587 42.929134 202.434631 44.629921 202.434631 C 46.330711 202.434631 48.031494 203.001587 49.505508 204.059814 C 50.97953 205.118103 52.226768 206.629944 53.096062 208.444092 C 53.927559 210.296082 54.381104 212.374817 54.381104 214.491333 L 54.381104 214.491333 Z"/>
<path id="path451" fill="#fbfaf7" fill-rule="evenodd" stroke="none" d="M 53.171654 214.491333 C 53.171654 216.343323 52.793701 218.157471 52.037796 219.744873 C 51.281891 221.370056 50.185829 222.692932 48.900787 223.599976 C 47.615746 224.544861 46.141731 225.036194 44.629921 225.036194 C 43.118111 225.036194 41.644096 224.544861 40.359055 223.599976 C 39.074017 222.692932 37.977951 221.370056 37.222046 219.744873 C 36.466141 218.157471 36.088188 216.343323 36.088188 214.491333 C 36.088188 212.639343 36.466141 210.825195 37.222046 209.200012 C 37.977951 207.61261 39.074017 206.289734 40.359055 205.34491 C 41.644096 204.437805 43.118111 203.946472 44.629921 203.946472 C 46.141731 203.946472 47.615746 204.437805 48.900787 205.34491 C 50.185829 206.289734 51.281891 207.61261 52.037796 209.200012 C 52.793701 210.825195 53.171654 212.639343 53.171654 214.491333 L 53.171654 214.491333 Z"/>
<path id="path452" fill="#fbfaf8" fill-rule="evenodd" stroke="none" d="M 51.962204 214.491333 C 51.962204 216.078735 51.622047 217.628357 50.97953 218.988953 C 50.337006 220.38739 49.392128 221.52124 48.296066 222.314941 C 47.162201 223.108643 45.914963 223.524414 44.629921 223.524414 C 43.344883 223.524414 42.097637 223.108643 40.963779 222.314941 C 39.867718 221.52124 38.922836 220.38739 38.280315 218.988953 C 37.637794 217.628357 37.297638 216.078735 37.297638 214.491333 C 37.297638 212.903931 37.637794 211.316528 38.280315 209.955933 C 38.922836 208.595276 39.867718 207.461426 40.963779 206.667725 C 42.097637 205.874023 43.344883 205.458252 44.629921 205.458252 C 45.914963 205.458252 47.162201 205.874023 48.296066 206.667725 C 49.392128 207.461426 50.337006 208.595276 50.97953 209.955933 C 51.622047 211.316528 51.962204 212.903931 51.962204 214.491333 L 51.962204 214.491333 Z"/>
<path id="path453" fill="#fcfbf9" fill-rule="evenodd" stroke="none" d="M 50.714958 214.491333 C 50.714958 215.814148 50.450394 217.099182 49.921257 218.233093 C 49.392128 219.404724 48.598427 220.349609 47.691338 220.992126 C 46.74646 221.672424 45.688187 222.012573 44.629921 222.012573 C 43.571655 222.012573 42.513386 221.672424 41.568504 220.992126 C 40.661419 220.349609 39.867718 219.404724 39.338581 218.233093 C 38.809448 217.099182 38.544884 215.814148 38.544884 214.491333 C 38.544884 213.168518 38.809448 211.845642 39.338581 210.711792 C 39.867718 209.577942 40.661419 208.633057 41.568504 207.952759 C 42.513386 207.310242 43.571655 206.932312 44.629921 206.932312 C 45.688187 206.932312 46.74646 207.310242 47.691338 207.952759 C 48.598427 208.633057 49.392128 209.577942 49.921257 210.711792 C 50.450394 211.845642 50.714958 213.168518 50.714958 214.491333 L 50.714958 214.491333 Z"/>
<path id="path454" fill="#fdfcfa" fill-rule="evenodd" stroke="none" d="M 49.505508 214.491333 C 49.505508 215.549622 49.27874 216.570068 48.862991 217.477173 C 48.409447 218.422058 47.804726 219.177979 47.086617 219.707092 C 46.330711 220.236206 45.499214 220.500793 44.629921 220.500793 C 43.760632 220.500793 42.929134 220.236206 42.173229 219.707092 C 41.455116 219.177979 40.812599 218.422058 40.396851 217.477173 C 39.981102 216.570068 39.75433 215.549622 39.75433 214.491333 C 39.75433 213.433044 39.981102 212.374817 40.396851 211.467712 C 40.812599 210.560608 41.455116 209.804749 42.173229 209.275574 C 42.929134 208.74646 43.760632 208.444092 44.629921 208.444092 C 45.499214 208.444092 46.330711 208.74646 47.086617 209.275574 C 47.804726 209.804749 48.409447 210.560608 48.862991 211.467712 C 49.27874 212.374817 49.505508 213.433044 49.505508 214.491333 L 49.505508 214.491333 Z"/>
<path id="path455" fill="#fdfdfc" fill-rule="evenodd" stroke="none" d="M 48.296066 214.491333 C 48.296066 215.285034 48.107086 216.040955 47.804726 216.721252 C 47.464569 217.439392 47.011024 218.006287 46.444092 218.384277 C 45.914963 218.799988 45.272438 218.988953 44.629921 218.988953 C 43.9874 218.988953 43.344883 218.799988 42.815746 218.384277 C 42.248817 218.006287 41.795277 217.439392 41.455116 216.721252 C 41.152756 216.040955 40.963779 215.285034 40.963779 214.491333 C 40.963779 213.697632 41.152756 212.903931 41.455116 212.223633 C 41.795277 211.543335 42.248817 210.976379 42.815746 210.560608 C 43.344883 210.182678 43.9874 209.955933 44.629921 209.955933 C 45.272438 209.955933 45.914963 210.182678 46.444092 210.560608 C 47.011024 210.976379 47.464569 211.543335 47.804726 212.223633 C 48.107086 212.903931 48.296066 213.697632 48.296066 214.491333 L 48.296066 214.491333 Z"/>
<path id="path456" fill="#fefdfd" fill-rule="evenodd" stroke="none" d="M 47.086617 214.491333 C 47.086617 215.020447 46.973228 215.511841 46.74646 216.003174 C 46.519684 216.456665 46.217323 216.834656 45.839371 217.099182 C 45.461418 217.36377 45.04567 217.477173 44.629921 217.477173 C 44.214172 217.477173 43.798424 217.36377 43.420471 217.099182 C 43.042519 216.834656 42.740158 216.456665 42.513386 216.003174 C 42.286613 215.511841 42.173229 215.020447 42.173229 214.491333 C 42.173229 213.962219 42.286613 213.433044 42.513386 212.979553 C 42.740158 212.526001 43.042519 212.14801 43.420471 211.883484 C 43.798424 211.618896 44.214172 211.467712 44.629921 211.467712 C 45.04567 211.467712 45.461418 211.618896 45.839371 211.883484 C 46.217323 212.14801 46.519684 212.526001 46.74646 212.979553 C 46.973228 213.433044 47.086617 213.962219 47.086617 214.491333 L 47.086617 214.491333 Z"/>
<path id="path457" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 45.839371 214.491333 C 45.839371 214.75592 45.801575 215.020447 45.688187 215.247253 C 45.574806 215.473999 45.423622 215.662964 45.234642 215.776367 C 45.04567 215.927551 44.856689 216.003174 44.629921 216.003174 C 44.403152 216.003174 44.214172 215.927551 44.0252 215.776367 C 43.83622 215.662964 43.68504 215.473999 43.571655 215.247253 C 43.458267 215.020447 43.420471 214.75592 43.420471 214.491333 C 43.420471 214.226746 43.458267 213.962219 43.571655 213.735413 C 43.68504 213.508667 43.83622 213.319702 44.0252 213.168518 C 44.214172 213.055115 44.403152 212.979553 44.629921 212.979553 C 44.856689 212.979553 45.04567 213.055115 45.234642 213.168518 C 45.423622 213.319702 45.574806 213.508667 45.688187 213.735413 C 45.801575 213.962219 45.839371 214.226746 45.839371 214.491333 L 45.839371 214.491333 Z"/>
</g>
<clipPath id="clipPath28">
<path d="M 202.311806 409.36377 L 45.574806 318.579529 L 45.574806 215.398438 L 202.311806 306.182678 L 202.311806 409.36377 L 202.311806 409.36377 Z"/>
</clipPath>
<g id="g27" clip-path="url(#clipPath28)"/>
<clipPath id="clipPath29">
<path d="M 17.795277 -56.651978 L 735.867725 -56.651978 L 735.867725 418.094482 L 17.795277 418.094482 L 17.795277 -56.651978 Z"/>
</clipPath>
<g id="g28" clip-path="url(#clipPath29)">
<path id="path458" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 202.311813 409.36377 L 45.574806 318.579529 L 45.574806 215.398438 L 202.311813 306.182678 L 202.311813 409.36377 Z"/>
</g>
<clipPath id="clipPath30">
<path d="M 306.815735 337.855133 L 265.581116 362.611023 L 265.581116 262.188965 L 306.815735 238.793701 L 306.815735 337.855133 L 306.815735 337.855133 Z"/>
</clipPath>
<g id="g29" clip-path="url(#clipPath30)"/>
<clipPath id="clipPath31">
<path d="M 306.815735 337.855133 L 265.581116 362.611023 L 265.581116 262.188965 L 306.815735 238.793701 L 306.815735 337.855133 L 306.815735 337.855133 Z"/>
</clipPath>
<g id="g30" clip-path="url(#clipPath31)">
<path id="path459" fill="#c0c0c0" fill-rule="evenodd" stroke="none" d="M 325.600006 237.848816 C 325.600006 269.067719 322.803162 299.719696 317.436218 326.705505 C 312.069305 353.729126 304.396851 376.179535 295.099213 391.788971 C 285.839355 407.360626 275.332275 415.600006 264.63623 415.600006 C 253.940155 415.600006 243.433075 407.360626 234.135437 391.788971 C 224.875595 376.179535 217.165359 353.729126 211.836227 326.705505 C 206.469284 299.719696 203.67244 269.067719 203.67244 237.848816 C 203.67244 206.667725 206.469284 176.015747 211.836227 148.992126 C 217.165359 121.968506 224.875595 99.555908 234.135437 83.946472 C 243.433075 68.337036 253.940155 60.135437 264.63623 60.135437 C 275.332275 60.135437 285.839355 68.337036 295.099213 83.946472 C 304.396851 99.555908 312.069305 121.968506 317.436218 148.992126 C 322.803162 176.015747 325.600006 206.667725 325.600006 237.848816 L 325.600006 237.848816 Z"/>
<path id="path460" fill="#c0c0c0" fill-rule="evenodd" stroke="none" d="M 294.796844 237.848816 C 294.796844 253.307098 293.398438 268.462982 290.752747 281.842529 C 288.107086 295.222046 284.327545 306.333862 279.716522 314.044098 C 275.143311 321.754333 269.927551 325.836212 264.63623 325.836212 C 259.344879 325.836212 254.12912 321.754333 249.555908 314.044098 C 244.944885 306.333862 241.127563 295.222046 238.481903 281.842529 C 235.836227 268.462982 234.43779 253.307098 234.43779 237.848816 C 234.43779 222.428345 235.836227 207.234619 238.481903 193.892883 C 241.127563 180.513367 244.944885 169.40155 249.555908 161.691345 C 254.12912 153.943298 259.344879 149.899231 264.63623 149.899231 C 269.927551 149.899231 275.143311 153.943298 279.716522 161.691345 C 284.327545 169.40155 288.107086 180.513367 290.752747 193.892883 C 293.398438 207.234619 294.796844 222.428345 294.796844 237.848816 L 294.796844 237.848816 Z"/>
<path id="path461" fill="#c1c1c1" fill-rule="evenodd" stroke="none" d="M 294.305511 237.848816 C 294.305511 253.042511 292.944885 267.971649 290.337006 281.086609 C 287.729126 294.23938 283.987396 305.162201 279.451965 312.759064 C 274.954346 320.355896 269.851959 324.324402 264.63623 324.324402 C 259.420471 324.324402 254.318115 320.355896 249.782684 312.759064 C 245.285034 305.162201 241.543304 294.23938 238.935425 281.086609 C 236.327545 267.971649 234.966934 253.042511 234.966934 237.848816 C 234.966934 222.692932 236.327545 207.763794 238.935425 194.611023 C 241.543304 181.496033 245.285034 170.573242 249.782684 162.976379 C 254.318115 155.379517 259.420471 151.37323 264.63623 151.37323 C 269.851959 151.37323 274.954346 155.379517 279.451965 162.976379 C 283.987396 170.573242 287.729126 181.496033 290.337006 194.611023 C 292.944885 207.763794 294.305511 222.692932 294.305511 237.848816 L 294.305511 237.848816 Z"/>
<path id="path462" fill="#c2c2c2" fill-rule="evenodd" stroke="none" d="M 293.776367 237.848816 C 293.776367 252.777954 292.453552 267.442505 289.883453 280.3685 C 287.313385 293.256683 283.647247 303.99054 279.225189 311.47403 C 274.76535 318.919678 269.738586 322.850403 264.63623 322.850403 C 259.496063 322.850403 254.469299 318.919678 250.047241 311.47403 C 245.625183 303.99054 241.959045 293.256683 239.388977 280.3685 C 236.818909 267.442505 235.458267 252.777954 235.458267 237.848816 C 235.458267 222.957458 236.818909 208.292908 239.388977 195.366943 C 241.959045 182.440918 245.625183 171.707092 250.047241 164.261414 C 254.469299 156.815735 259.496063 152.88501 264.63623 152.88501 C 269.738586 152.88501 274.76535 156.815735 279.225189 164.261414 C 283.647247 171.707092 287.313385 182.440918 289.883453 195.366943 C 292.453552 208.292908 293.776367 222.957458 293.776367 237.848816 L 293.776367 237.848816 Z"/>
<path id="path463" fill="#c3c3c3" fill-rule="evenodd" stroke="none" d="M 293.285034 237.848816 C 293.285034 252.513397 291.962219 266.913391 289.429932 279.61261 C 286.935425 292.311798 283.307098 302.856689 278.960632 310.188965 C 274.614166 317.483459 269.662994 321.376373 264.63623 321.376373 C 259.609436 321.376373 254.658264 317.483459 250.311798 310.188965 C 245.965363 302.856689 242.337006 292.311798 239.842529 279.61261 C 237.310242 266.913391 235.987396 252.513397 235.987396 237.848816 C 235.987396 223.222046 237.310242 208.822021 239.842529 196.122864 C 242.337006 183.423645 245.965363 172.878723 250.311798 165.546448 C 254.658264 158.214172 259.609436 154.35907 264.63623 154.35907 C 269.662994 154.35907 274.614166 158.214172 278.960632 165.546448 C 283.307098 172.878723 286.935425 183.423645 289.429932 196.122864 C 291.962219 208.822021 293.285034 223.222046 293.285034 237.848816 L 293.285034 237.848816 Z"/>
<path id="path464" fill="#c4c4c4" fill-rule="evenodd" stroke="none" d="M 292.75592 237.848816 C 292.75592 252.24881 291.470856 266.384247 289.01416 278.856689 C 286.519684 291.329132 282.966919 301.685028 278.696075 308.86615 C 274.425201 316.085052 269.587402 319.864563 264.63623 319.864563 C 259.685028 319.864563 254.847229 316.085052 250.576385 308.86615 C 246.305511 301.685028 242.752747 291.329132 240.25827 278.856689 C 237.801575 266.384247 236.516541 252.24881 236.516541 237.848816 C 236.516541 223.486633 237.801575 209.313416 240.25827 196.878723 C 242.752747 184.406311 246.305511 174.050415 250.576385 166.831482 C 254.847229 159.650391 259.685028 155.87085 264.63623 155.87085 C 269.587402 155.87085 274.425201 159.650391 278.696075 166.831482 C 282.966919 174.050415 286.519684 184.406311 289.01416 196.878723 C 291.470856 209.313416 292.75592 223.486633 292.75592 237.848816 L 292.75592 237.848816 Z"/>
<path id="path465" fill="#c5c5c5" fill-rule="evenodd" stroke="none" d="M 292.264557 237.848816 C 292.264557 251.984253 290.979523 265.892914 288.560638 278.1008 C 286.141724 290.346466 282.62677 300.513397 278.431488 307.581116 C 274.236206 314.648804 269.47403 318.390564 264.63623 318.390564 C 259.798431 318.390564 255.036224 314.648804 250.803162 307.581116 C 246.60788 300.513397 243.130707 290.346466 240.711823 278.1008 C 238.292908 265.892914 237.007874 251.984253 237.007874 237.848816 C 237.007874 223.713379 238.292908 209.842529 240.711823 197.596863 C 243.130707 185.351196 246.60788 175.222046 250.803162 168.154358 C 255.036224 161.086609 259.798431 157.34491 264.63623 157.34491 C 269.47403 157.34491 274.236206 161.086609 278.431488 168.154358 C 282.62677 175.222046 286.141724 185.351196 288.560638 197.596863 C 290.979523 209.842529 292.264557 223.713379 292.264557 237.848816 L 292.264557 237.848816 Z"/>
<path id="path466" fill="#c6c6c6" fill-rule="evenodd" stroke="none" d="M 291.735443 237.848816 C 291.735443 251.719696 290.48819 265.36377 288.107086 277.38269 C 285.725983 289.401581 282.324402 299.379517 278.204712 306.296051 C 274.047241 313.250397 269.398438 316.878754 264.63623 316.878754 C 259.874023 316.878754 255.187408 313.250397 251.067719 306.296051 C 246.948029 299.379517 243.546448 289.401581 241.165344 277.38269 C 238.784241 265.36377 237.537018 251.719696 237.537018 237.848816 C 237.537018 223.977966 238.784241 210.371643 241.165344 198.352783 C 243.546448 186.333862 246.948029 176.355896 251.067719 169.439392 C 255.187408 162.485046 259.874023 158.856689 264.63623 158.856689 C 269.398438 158.856689 274.047241 162.485046 278.204712 169.439392 C 282.324402 176.355896 285.725983 186.333862 288.107086 198.352783 C 290.48819 210.371643 291.735443 223.977966 291.735443 237.848816 L 291.735443 237.848816 Z"/>
<path id="path467" fill="#c7c7c7" fill-rule="evenodd" stroke="none" d="M 291.24408 237.848816 C 291.24408 251.455109 289.996857 264.834656 287.653534 276.62677 C 285.348022 288.418884 281.984253 298.207886 277.940155 305.011017 C 273.896057 311.814178 269.285034 315.404724 264.63623 315.404724 C 259.949615 315.404724 255.376373 311.814178 251.332275 305.011017 C 247.288177 298.207886 243.924408 288.418884 241.581116 276.62677 C 239.275604 264.834656 238.028351 251.455109 238.028351 237.848816 C 238.028351 224.242493 239.275604 210.900818 241.581116 199.108643 C 243.924408 187.316528 247.288177 177.527588 251.332275 170.724426 C 255.376373 163.921265 259.949615 160.330688 264.63623 160.330688 C 269.285034 160.330688 273.896057 163.921265 277.940155 170.724426 C 281.984253 177.527588 285.348022 187.316528 287.653534 199.108643 C 289.996857 210.900818 291.24408 224.242493 291.24408 237.848816 L 291.24408 237.848816 Z"/>
<path id="path468" fill="#c9c9c9" fill-rule="evenodd" stroke="none" d="M 290.714966 237.848816 C 290.714966 251.228333 289.505524 264.305511 287.237793 275.87088 C 284.932281 287.436218 281.644104 297.036224 277.675598 303.725983 C 273.707092 310.37796 269.209442 313.892914 264.63623 313.892914 C 260.062988 313.892914 255.565369 310.37796 251.596863 303.725983 C 247.628357 297.036224 244.340149 287.436218 242.034637 275.87088 C 239.766937 264.305511 238.557495 251.228333 238.557495 237.848816 C 238.557495 224.50708 239.766937 211.392151 242.034637 199.826782 C 244.340149 188.299194 247.628357 178.699219 251.596863 172.00946 C 255.565369 165.319702 260.062988 161.842529 264.63623 161.842529 C 269.209442 161.842529 273.707092 165.319702 277.675598 172.00946 C 281.644104 178.699219 284.932281 188.299194 287.237793 199.826782 C 289.505524 211.392151 290.714966 224.50708 290.714966 237.848816 L 290.714966 237.848816 Z"/>
<path id="path469" fill="#cacaca" fill-rule="evenodd" stroke="none" d="M 290.223633 237.848816 C 290.223633 250.963776 289.01416 263.814178 286.784241 275.152771 C 284.554321 286.453552 281.303925 295.864563 277.411011 302.440948 C 273.518097 308.979523 269.13385 312.418884 264.63623 312.418884 C 260.13858 312.418884 255.716522 308.979523 251.86142 302.440948 C 247.968506 295.864563 244.718109 286.453552 242.48819 275.152771 C 240.220459 263.814178 239.048828 250.963776 239.048828 237.848816 C 239.048828 224.771667 240.220459 211.921265 242.48819 200.582703 C 244.718109 189.24408 247.968506 179.833069 251.86142 173.294495 C 255.716522 166.75592 260.13858 163.316528 264.63623 163.316528 C 269.13385 163.316528 273.518097 166.75592 277.411011 173.294495 C 281.303925 179.833069 284.554321 189.24408 286.784241 200.582703 C 289.01416 211.921265 290.223633 224.771667 290.223633 237.848816 L 290.223633 237.848816 Z"/>
<path id="path470" fill="#cbcbcb" fill-rule="evenodd" stroke="none" d="M 289.694489 237.848816 C 289.694489 250.699219 288.522827 263.285034 286.330719 274.396851 C 284.13858 285.508667 280.963776 294.730713 277.146454 301.118103 C 273.366943 307.543304 269.020477 310.907074 264.63623 310.907074 C 260.214172 310.907074 255.905518 307.543304 252.088196 301.118103 C 248.270874 294.730713 245.13385 285.508667 242.941742 274.396851 C 240.711823 263.285034 239.577942 250.699219 239.577942 237.848816 C 239.577942 225.036194 240.711823 212.450378 242.941742 201.338562 C 245.13385 190.226746 248.270874 181.0047 252.088196 174.579529 C 255.905518 168.192139 260.214172 164.790527 264.63623 164.790527 C 269.020477 164.790527 273.366943 168.192139 277.146454 174.579529 C 280.963776 181.0047 284.13858 190.226746 286.330719 201.338562 C 288.522827 212.450378 289.694489 225.036194 289.694489 237.848816 L 289.694489 237.848816 Z"/>
<path id="path471" fill="#cccccc" fill-rule="evenodd" stroke="none" d="M 289.203156 237.848816 C 289.203156 250.434631 288.031494 262.75592 285.877167 273.64093 C 283.722839 284.52597 280.623627 293.559052 276.919678 299.833069 C 273.177948 306.107086 268.944885 309.433075 264.63623 309.433075 C 260.327545 309.433075 256.094482 306.107086 252.352753 299.833069 C 248.611023 293.559052 245.51181 284.52597 243.357483 273.64093 C 241.203156 262.75592 240.069305 250.434631 240.069305 237.848816 C 240.069305 225.300781 241.203156 212.941711 243.357483 202.094482 C 245.51181 191.209473 248.611023 182.176392 252.352753 175.902344 C 256.094482 169.590576 260.327545 166.302368 264.63623 166.302368 C 268.944885 166.302368 273.177948 169.590576 276.919678 175.902344 C 280.623627 182.176392 283.722839 191.209473 285.877167 202.094482 C 288.031494 212.941711 289.203156 225.300781 289.203156 237.848816 L 289.203156 237.848816 Z"/>
<path id="path472" fill="#cdcdcd" fill-rule="evenodd" stroke="none" d="M 288.674011 237.848816 C 288.674011 250.170074 287.577942 262.264557 285.461426 272.88504 C 283.344879 283.543304 280.321259 292.38739 276.655121 298.548035 C 272.988983 304.708649 268.869293 307.921265 264.63623 307.921265 C 260.403137 307.921265 256.283478 304.708649 252.61731 298.548035 C 248.951172 292.38739 245.927551 283.543304 243.811035 272.88504 C 241.694489 262.264557 240.598419 250.170074 240.598419 237.848816 C 240.598419 225.565369 241.694489 213.470886 243.811035 202.812622 C 245.927551 192.154358 248.951172 183.310242 252.61731 177.187378 C 256.283478 171.026794 260.403137 167.776367 264.63623 167.776367 C 268.869293 167.776367 272.988983 171.026794 276.655121 177.187378 C 280.321259 183.310242 283.344879 192.154358 285.461426 202.812622 C 287.577942 213.470886 288.674011 225.565369 288.674011 237.848816 L 288.674011 237.848816 Z"/>
<path id="path473" fill="#cecece" fill-rule="evenodd" stroke="none" d="M 288.144867 237.848816 C 288.144867 249.905518 287.086609 261.735443 285.007874 272.166931 C 282.929138 282.598419 279.98111 291.25354 276.390564 297.263 C 272.837799 303.27243 268.75592 306.447235 264.63623 306.447235 C 260.516541 306.447235 256.434631 303.27243 252.881897 297.263 C 249.291351 291.25354 246.305511 282.598419 244.264557 272.166931 C 242.185822 261.735443 241.089752 249.905518 241.089752 237.848816 C 241.089752 225.829895 242.185822 214 244.264557 203.568481 C 246.305511 193.137024 249.291351 184.481873 252.881897 178.472412 C 256.434631 172.463013 260.516541 169.288208 264.63623 169.288208 C 268.75592 169.288208 272.837799 172.463013 276.390564 178.472412 C 279.98111 184.481873 282.929138 193.137024 285.007874 203.568481 C 287.086609 214 288.144867 225.829895 288.144867 237.848816 L 288.144867 237.848816 Z"/>
<path id="path474" fill="#cfcfcf" fill-rule="evenodd" stroke="none" d="M 287.653534 237.848816 C 287.653534 249.64093 286.595276 261.206299 284.554321 271.411011 C 282.551178 281.615753 279.64093 290.081879 276.125977 295.977966 C 272.648804 301.874023 268.680328 304.973236 264.63623 304.973236 C 260.592133 304.973236 256.623627 301.874023 253.108673 295.977966 C 249.6315 290.081879 246.721252 281.615753 244.680328 271.411011 C 242.677155 261.206299 241.618896 249.64093 241.618896 237.848816 C 241.618896 226.094482 242.677155 214.529114 244.680328 204.324402 C 246.721252 194.11969 249.6315 185.653564 253.108673 179.757507 C 256.623627 173.861389 260.592133 170.762207 264.63623 170.762207 C 268.680328 170.762207 272.648804 173.861389 276.125977 179.757507 C 279.64093 185.653564 282.551178 194.11969 284.554321 204.324402 C 286.595276 214.529114 287.653534 226.094482 287.653534 237.848816 L 287.653534 237.848816 Z"/>
<path id="path475" fill="#d0d0d0" fill-rule="evenodd" stroke="none" d="M 287.12442 237.848816 C 287.12442 249.376373 286.103943 260.677155 284.13858 270.655121 C 282.135437 280.633057 279.300781 288.910248 275.8992 294.692902 C 272.459839 300.437805 268.566925 303.461426 264.63623 303.461426 C 260.667725 303.461426 256.812592 300.437805 253.37323 294.692902 C 249.971649 288.910248 247.099213 280.633057 245.13385 270.655121 C 243.168518 260.677155 242.110229 249.376373 242.110229 237.848816 C 242.110229 226.35907 243.168518 215.020447 245.13385 205.080322 C 247.099213 195.102356 249.971649 186.825195 253.37323 181.042542 C 256.812592 175.297607 260.667725 172.273987 264.63623 172.273987 C 268.566925 172.273987 272.459839 175.297607 275.8992 181.042542 C 279.300781 186.825195 282.135437 195.102356 284.13858 205.080322 C 286.103943 215.020447 287.12442 226.35907 287.12442 237.848816 L 287.12442 237.848816 Z"/>
<path id="path476" fill="#d1d1d1" fill-rule="evenodd" stroke="none" d="M 286.633057 237.848816 C 286.633057 249.111816 285.61261 260.185822 283.685028 269.937012 C 281.757477 279.650391 278.960632 287.776367 275.634644 293.370087 C 272.270874 299.001587 268.491333 301.987396 264.63623 301.987396 C 260.781097 301.987396 256.963776 299.001587 253.637787 293.370087 C 250.274017 287.776367 247.514954 279.650391 245.587402 269.937012 C 243.659851 260.185822 242.639374 249.111816 242.639374 237.848816 C 242.639374 226.623596 243.659851 215.549622 245.587402 205.798401 C 247.514954 196.047241 250.274017 187.959045 253.637787 182.327576 C 256.963776 176.696045 260.781097 173.748047 264.63623 173.748047 C 268.491333 173.748047 272.270874 176.696045 275.634644 182.327576 C 278.960632 187.959045 281.757477 196.047241 283.685028 205.798401 C 285.61261 215.549622 286.633057 226.623596 286.633057 237.848816 L 286.633057 237.848816 Z"/>
<path id="path477" fill="#d2d2d2" fill-rule="evenodd" stroke="none" d="M 286.103943 237.848816 C 286.103943 248.847229 285.121246 259.656708 283.231506 269.181091 C 281.341736 278.705505 278.658264 286.604736 275.370087 292.085052 C 272.11969 297.603149 268.415741 300.475586 264.63623 300.475586 C 260.856689 300.475586 257.152771 297.603149 253.902374 292.085052 C 250.614166 286.604736 247.930695 278.705505 246.040955 269.181091 C 244.151184 259.656708 243.130707 248.847229 243.130707 237.848816 C 243.130707 226.888184 244.151184 216.078735 246.040955 206.554321 C 247.930695 197.029907 250.614166 189.130737 253.902374 183.650391 C 257.152771 178.132263 260.856689 175.259827 264.63623 175.259827 C 268.415741 175.259827 272.11969 178.132263 275.370087 183.650391 C 278.658264 189.130737 281.341736 197.029907 283.231506 206.554321 C 285.121246 216.078735 286.103943 226.888184 286.103943 237.848816 L 286.103943 237.848816 Z"/>
<path id="path478" fill="#d3d3d3" fill-rule="evenodd" stroke="none" d="M 285.61261 237.848816 C 285.61261 248.582672 284.629913 259.127563 282.777954 268.425201 C 280.963776 277.722839 278.318115 285.433075 275.105499 290.799988 C 271.930695 296.166931 268.302368 299.001587 264.63623 299.001587 C 260.932281 299.001587 257.341736 296.166931 254.12912 290.799988 C 250.954346 285.433075 248.308655 277.722839 246.456696 268.425201 C 244.642517 259.127563 243.659851 248.582672 243.659851 237.848816 C 243.659851 227.11499 244.642517 216.607849 246.456696 207.310242 C 248.308655 198.012573 250.954346 190.302368 254.12912 184.935425 C 257.341736 179.568481 260.932281 176.733887 264.63623 176.733887 C 268.302368 176.733887 271.930695 179.568481 275.105499 184.935425 C 278.318115 190.302368 280.963776 198.012573 282.777954 207.310242 C 284.629913 216.607849 285.61261 227.11499 285.61261 237.848816 L 285.61261 237.848816 Z"/>
<path id="path479" fill="#d4d4d4" fill-rule="evenodd" stroke="none" d="M 285.083466 237.848816 C 285.083466 248.318115 284.13858 258.598419 282.362213 267.669281 C 280.548035 276.740143 277.977966 284.261414 274.878754 289.514954 C 271.74173 294.730713 268.226776 297.489777 264.63623 297.489777 C 261.045654 297.489777 257.530701 294.730713 254.393707 289.514954 C 251.294495 284.261414 248.724396 276.740143 246.910248 267.669281 C 245.13385 258.598419 244.188965 248.318115 244.188965 237.848816 C 244.188965 227.379517 245.13385 217.099182 246.910248 208.02832 C 248.724396 198.9953 251.294495 191.436218 254.393707 186.220459 C 257.530701 180.966919 261.045654 178.207886 264.63623 178.207886 C 268.226776 178.207886 271.74173 180.966919 274.878754 186.220459 C 277.977966 191.436218 280.548035 198.9953 282.362213 208.02832 C 284.13858 217.099182 285.083466 227.379517 285.083466 237.848816 L 285.083466 237.848816 Z"/>
<path id="path480" fill="#d5d5d5" fill-rule="evenodd" stroke="none" d="M 284.592133 237.848816 C 284.592133 248.053558 283.647247 258.107086 281.908661 266.951172 C 280.170074 275.795288 277.637787 283.127563 274.614166 288.229919 C 271.590546 293.332275 268.151184 296.015747 264.63623 296.015747 C 261.121246 296.015747 257.681885 293.332275 254.658264 288.229919 C 251.634644 283.127563 249.102356 275.795288 247.36377 266.951172 C 245.587402 258.107086 244.680328 248.053558 244.680328 237.848816 C 244.680328 227.644104 245.587402 217.628357 247.36377 208.784241 C 249.102356 199.940186 251.634644 192.607849 254.658264 187.505493 C 257.681885 182.403137 261.121246 179.719666 264.63623 179.719666 C 268.151184 179.719666 271.590546 182.403137 274.614166 187.505493 C 277.637787 192.607849 280.170074 199.940186 281.908661 208.784241 C 283.647247 217.628357 284.592133 227.644104 284.592133 237.848816 L 284.592133 237.848816 Z"/>
<path id="path481" fill="#d6d6d6" fill-rule="evenodd" stroke="none" d="M 284.062988 237.848816 C 284.062988 247.826782 283.155914 257.577942 281.455109 266.195282 C 279.754333 274.812592 277.297638 281.955902 274.349609 286.944885 C 271.401581 291.896057 268.037781 294.503937 264.63623 294.503937 C 261.23465 294.503937 257.87088 291.896057 254.922821 286.944885 C 251.974792 281.955902 249.518097 274.812592 247.817322 266.195282 C 246.078735 257.577942 245.209442 247.826782 245.209442 237.848816 C 245.209442 227.908691 246.078735 218.157471 247.817322 209.540161 C 249.518097 200.922852 251.974792 193.779541 254.922821 188.790527 C 257.87088 183.839355 261.23465 181.193726 264.63623 181.193726 C 268.037781 181.193726 271.401581 183.839355 274.349609 188.790527 C 277.297638 193.779541 279.754333 200.922852 281.455109 209.540161 C 283.155914 218.157471 284.062988 227.908691 284.062988 237.848816 L 284.062988 237.848816 Z"/>
<path id="path482" fill="#d7d7d7" fill-rule="evenodd" stroke="none" d="M 283.571655 237.848816 C 283.571655 247.562195 282.664581 257.048828 281.039368 265.439362 C 279.376373 273.829926 276.957489 280.784241 274.085052 285.62204 C 271.212585 290.49765 267.962219 293.029907 264.63623 293.029907 C 261.310242 293.029907 258.059845 290.49765 255.187408 285.62204 C 252.277161 280.784241 249.896057 273.829926 248.233063 265.439362 C 246.570068 257.048828 245.700775 247.562195 245.700775 237.848816 C 245.700775 228.173218 246.570068 218.648804 248.233063 210.296082 C 249.896057 201.905518 252.277161 194.913391 255.187408 190.075562 C 258.059845 185.237793 261.310242 182.705505 264.63623 182.705505 C 267.962219 182.705505 271.212585 185.237793 274.085052 190.075562 C 276.957489 194.913391 279.376373 201.905518 281.039368 210.296082 C 282.664581 218.648804 283.571655 228.173218 283.571655 237.848816 L 283.571655 237.848816 Z"/>
<path id="path483" fill="#d9d9d9" fill-rule="evenodd" stroke="none" d="M 283.042511 237.848816 C 283.042511 247.297638 282.211029 256.557495 280.585815 264.683472 C 278.960632 272.847229 276.655121 279.650391 273.820465 284.337006 C 271.023621 289.061432 267.848816 291.555908 264.63623 291.555908 C 261.385834 291.555908 258.211029 289.061432 255.414185 284.337006 C 252.61731 279.650391 250.311798 272.847229 248.686615 264.683472 C 247.061432 256.557495 246.229919 247.297638 246.229919 237.848816 C 246.229919 228.437805 247.061432 219.177979 248.686615 211.01416 C 250.311798 202.850403 252.61731 196.085022 255.414185 191.398438 C 258.211029 186.674011 261.385834 184.179504 264.63623 184.179504 C 267.848816 184.179504 271.023621 186.674011 273.820465 191.398438 C 276.655121 196.085022 278.960632 202.850403 280.585815 211.01416 C 282.211029 219.177979 283.042511 228.437805 283.042511 237.848816 L 283.042511 237.848816 Z"/>
<path id="path484" fill="#dadada" fill-rule="evenodd" stroke="none" d="M 282.551178 237.848816 C 282.551178 247.033081 281.719696 256.028351 280.132294 263.965363 C 278.582672 271.902374 276.314972 278.478729 273.593689 283.051971 C 270.872437 287.625183 267.773224 290.044098 264.63623 290.044098 C 261.499207 290.044098 258.399994 287.625183 255.678741 283.051971 C 252.957489 278.478729 250.689758 271.902374 249.140167 263.965363 C 247.552765 256.028351 246.721252 247.033081 246.721252 237.848816 C 246.721252 228.702393 247.552765 219.707092 249.140167 211.770081 C 250.689758 203.833069 252.957489 197.256714 255.678741 192.683472 C 258.399994 188.072449 261.499207 185.691345 264.63623 185.691345 C 267.773224 185.691345 270.872437 188.072449 273.593689 192.683472 C 276.314972 197.256714 278.582672 203.833069 280.132294 211.770081 C 281.719696 219.707092 282.551178 228.702393 282.551178 237.848816 L 282.551178 237.848816 Z"/>
<path id="path485" fill="#dbdbdb" fill-rule="evenodd" stroke="none" d="M 282.022034 237.848816 C 282.022034 246.768494 281.228333 255.499207 279.678741 263.209442 C 278.166931 270.919678 275.974792 277.307098 273.329132 281.766937 C 270.683472 286.226776 267.697632 288.570068 264.63623 288.570068 C 261.574799 288.570068 258.588989 286.226776 255.943298 281.766937 C 253.297638 277.307098 251.105499 270.919678 249.555908 263.209442 C 248.044098 255.499207 247.250397 246.768494 247.250397 237.848816 C 247.250397 228.966919 248.044098 220.236206 249.555908 212.526001 C 251.105499 204.815735 253.297638 198.428345 255.943298 193.968506 C 258.588989 189.508667 261.574799 187.165344 264.63623 187.165344 C 267.697632 187.165344 270.683472 189.508667 273.329132 193.968506 C 275.974792 198.428345 278.166931 204.815735 279.678741 212.526001 C 281.228333 220.236206 282.022034 228.966919 282.022034 237.848816 L 282.022034 237.848816 Z"/>
<path id="path486" fill="#dcdcdc" fill-rule="evenodd" stroke="none" d="M 281.49292 237.848816 C 281.49292 246.503937 280.737 254.970093 279.263 262.453552 C 277.75119 269.937012 275.634644 276.173218 273.064575 280.481903 C 270.494476 284.790558 267.584259 287.058258 264.63623 287.058258 C 261.650391 287.058258 258.740143 284.790558 256.207886 280.481903 C 253.637787 276.173218 251.483459 269.937012 250.00946 262.453552 C 248.535431 254.970093 247.74173 246.503937 247.74173 237.848816 C 247.74173 229.231506 248.535431 220.727539 250.00946 213.24408 C 251.483459 205.798401 253.637787 199.562195 256.207886 195.25354 C 258.740143 190.944885 261.650391 188.677185 264.63623 188.677185 C 267.584259 188.677185 270.494476 190.944885 273.064575 195.25354 C 275.634644 199.562195 277.75119 205.798401 279.263 213.24408 C 280.737 220.727539 281.49292 229.231506 281.49292 237.848816 L 281.49292 237.848816 Z"/>
<path id="path487" fill="#dddddd" fill-rule="evenodd" stroke="none" d="M 281.001587 237.848816 C 281.001587 246.23938 280.245667 254.478729 278.809448 261.735443 C 277.37323 268.954346 275.294495 275.001587 272.799988 279.196838 C 270.343292 283.35434 267.508667 285.584259 264.63623 285.584259 C 261.763794 285.584259 258.929138 283.35434 256.434631 279.196838 C 253.977966 275.001587 251.8992 268.954346 250.462982 261.735443 C 249.026764 254.478729 248.270874 246.23938 248.270874 237.848816 C 248.270874 229.496033 249.026764 221.256714 250.462982 214 C 251.8992 206.743286 253.977966 200.733887 256.434631 196.538574 C 258.929138 192.343323 261.763794 190.151184 264.63623 190.151184 C 267.508667 190.151184 270.343292 192.343323 272.799988 196.538574 C 275.294495 200.733887 277.37323 206.743286 278.809448 214 C 280.245667 221.256714 281.001587 229.496033 281.001587 237.848816 L 281.001587 237.848816 Z"/>
<path id="path488" fill="#dedede" fill-rule="evenodd" stroke="none" d="M 280.472443 237.848816 C 280.472443 245.974792 279.754333 253.949615 278.355896 260.979523 C 276.957489 268.00946 274.954346 273.829926 272.573242 277.874023 C 270.154327 281.955902 267.433075 284.072449 264.63623 284.072449 C 261.839355 284.072449 259.118103 281.955902 256.699219 277.874023 C 254.280304 273.829926 252.277161 268.00946 250.916534 260.979523 C 249.518097 253.949615 248.762207 245.974792 248.762207 237.848816 C 248.762207 229.76062 249.518097 221.785828 250.916534 214.75592 C 252.277161 207.726013 254.280304 201.905518 256.699219 197.823608 C 259.118103 193.779541 261.839355 191.625183 264.63623 191.625183 C 267.433075 191.625183 270.154327 193.779541 272.573242 197.823608 C 274.954346 201.905518 276.957489 207.726013 278.355896 214.75592 C 279.754333 221.785828 280.472443 229.76062 280.472443 237.848816 L 280.472443 237.848816 Z"/>
<path id="path489" fill="#dfdfdf" fill-rule="evenodd" stroke="none" d="M 279.98111 237.848816 C 279.98111 245.710236 279.263 253.420471 277.940155 260.223633 C 276.579529 267.026764 274.651978 272.658264 272.308655 276.588989 C 269.965363 280.519684 267.319672 282.598419 264.63623 282.598419 C 261.952759 282.598419 259.307098 280.519684 256.963776 276.588989 C 254.620483 272.658264 252.692902 267.026764 251.332275 260.223633 C 250.00946 253.420471 249.291351 245.710236 249.291351 237.848816 C 249.291351 230.025208 250.00946 222.314941 251.332275 215.511841 C 252.692902 208.708679 254.620483 203.039368 256.963776 199.108643 C 259.307098 195.215759 261.952759 193.137024 264.63623 193.137024 C 267.319672 193.137024 269.965363 195.215759 272.308655 199.108643 C 274.651978 203.039368 276.579529 208.708679 277.940155 215.511841 C 279.263 222.314941 279.98111 230.025208 279.98111 237.848816 L 279.98111 237.848816 Z"/>
<path id="path490" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 279.451965 237.848816 C 279.451965 245.445679 278.771667 252.891327 277.486603 259.467712 C 276.163788 266.044098 274.311798 271.524414 272.044098 275.303925 C 269.776367 279.121246 267.24408 281.086609 264.63623 281.086609 C 262.028351 281.086609 259.458282 279.121246 257.228333 275.303925 C 254.960632 271.524414 253.070862 266.044098 251.785828 259.467712 C 250.500793 252.891327 249.782684 245.445679 249.782684 237.848816 C 249.782684 230.289764 250.500793 222.806274 251.785828 216.229919 C 253.070862 209.653564 254.960632 204.210999 257.228333 200.431519 C 259.458282 196.614197 262.028351 194.611023 264.63623 194.611023 C 267.24408 194.611023 269.776367 196.614197 272.044098 200.431519 C 274.311798 204.210999 276.163788 209.653564 277.486603 216.229919 C 278.771667 222.806274 279.451965 230.289764 279.451965 237.848816 L 279.451965 237.848816 Z"/>
<path id="path491" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 278.960632 237.848816 C 278.960632 245.181091 278.280304 252.399994 277.033081 258.749603 C 275.785828 265.099213 273.971649 270.352753 271.779541 274.01889 C 269.625183 277.685028 267.130707 279.61261 264.63623 279.61261 C 262.103943 279.61261 259.647247 277.685028 257.455109 274.01889 C 255.300781 270.352753 253.486603 265.099213 252.23938 258.749603 C 250.954346 252.399994 250.311798 245.181091 250.311798 237.848816 C 250.311798 230.516541 250.954346 223.335449 252.23938 216.98584 C 253.486603 210.63623 255.300781 205.38269 257.455109 201.716553 C 259.647247 198.050415 262.103943 196.122864 264.63623 196.122864 C 267.130707 196.122864 269.625183 198.050415 271.779541 201.716553 C 273.971649 205.38269 275.785828 210.63623 277.033081 216.98584 C 278.280304 223.335449 278.960632 230.516541 278.960632 237.848816 L 278.960632 237.848816 Z"/>
<path id="path492" fill="#e2e2e2" fill-rule="evenodd" stroke="none" d="M 278.431488 237.848816 C 278.431488 244.916534 277.788971 251.87088 276.579529 257.993713 C 275.370087 264.116547 273.6315 269.181091 271.552765 272.733856 C 269.436218 276.24881 267.055115 278.1008 264.63623 278.1008 C 262.217316 278.1008 259.836212 276.24881 257.719696 272.733856 C 255.64093 269.181091 253.864563 264.116547 252.655121 257.993713 C 251.445679 251.87088 250.803162 244.916534 250.803162 237.848816 C 250.803162 230.781097 251.445679 223.864563 252.655121 217.74176 C 253.864563 211.618896 255.64093 206.516541 257.719696 203.001587 C 259.836212 199.448792 262.217316 197.596863 264.63623 197.596863 C 267.055115 197.596863 269.436218 199.448792 271.552765 203.001587 C 273.6315 206.516541 275.370087 211.618896 276.579529 217.74176 C 277.788971 223.864563 278.431488 230.781097 278.431488 237.848816 L 278.431488 237.848816 Z"/>
<path id="path493" fill="#e3e3e3" fill-rule="evenodd" stroke="none" d="M 277.940155 237.848816 C 277.940155 244.651978 277.335419 251.341736 276.163788 257.237793 C 274.992126 263.13385 273.291351 268.047241 271.288177 271.448822 C 269.247253 274.850403 266.979523 276.62677 264.63623 276.62677 C 262.292908 276.62677 259.987396 274.850403 257.984253 271.448822 C 255.943298 268.047241 254.280304 263.13385 253.108673 257.237793 C 251.937012 251.341736 251.332275 244.651978 251.332275 237.848816 C 251.332275 231.045654 251.937012 224.355896 253.108673 218.49762 C 254.280304 212.601563 255.943298 207.688171 257.984253 204.286621 C 259.987396 200.88501 262.292908 199.108643 264.63623 199.108643 C 266.979523 199.108643 269.247253 200.88501 271.288177 204.286621 C 273.291351 207.688171 274.992126 212.601563 276.163788 218.49762 C 277.335419 224.355896 277.940155 231.045654 277.940155 237.848816 L 277.940155 237.848816 Z"/>
<path id="path494" fill="#e4e4e4" fill-rule="evenodd" stroke="none" d="M 277.411011 237.848816 C 277.411011 244.425201 276.844086 250.850403 275.710236 256.481903 C 274.576385 262.151184 272.951172 266.87558 271.023621 270.125977 C 269.096069 273.414185 266.86615 275.152771 264.63623 275.152771 C 262.3685 275.152771 260.176392 273.414185 258.24881 270.125977 C 256.283478 266.87558 254.696075 262.151184 253.562195 256.481903 C 252.428345 250.850403 251.86142 244.425201 251.86142 237.848816 C 251.86142 231.310242 252.428345 224.88501 253.562195 219.215759 C 254.696075 213.546448 256.283478 208.859863 258.24881 205.571655 C 260.176392 202.321289 262.3685 200.582703 264.63623 200.582703 C 266.86615 200.582703 269.096069 202.321289 271.023621 205.571655 C 272.951172 208.859863 274.576385 213.546448 275.710236 219.215759 C 276.844086 224.88501 277.411011 231.310242 277.411011 237.848816 L 277.411011 237.848816 Z"/>
<path id="path495" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 276.919678 237.848816 C 276.919678 244.160645 276.352753 250.321259 275.256683 255.763794 C 274.198425 261.206299 272.648804 265.703949 270.759064 268.840942 C 268.907074 271.977966 266.790558 273.64093 264.63623 273.64093 C 262.481903 273.64093 260.365356 271.977966 258.475586 268.840942 C 256.623627 265.703949 255.074005 261.206299 254.015747 255.763794 C 252.919678 250.321259 252.352753 244.160645 252.352753 237.848816 C 252.352753 231.574799 252.919678 225.414185 254.015747 219.97168 C 255.074005 214.529114 256.623627 210.031494 258.475586 206.856689 C 260.365356 203.719666 262.481903 202.094482 264.63623 202.094482 C 266.790558 202.094482 268.907074 203.719666 270.759064 206.856689 C 272.648804 210.031494 274.198425 214.529114 275.256683 219.97168 C 276.352753 225.414185 276.919678 231.574799 276.919678 237.848816 L 276.919678 237.848816 Z"/>
<path id="path496" fill="#e6e6e6" fill-rule="evenodd" stroke="none" d="M 276.390564 237.848816 C 276.390564 243.896057 275.86142 249.792114 274.803162 255.007874 C 273.782684 260.223633 272.308655 264.570068 270.532288 267.555908 C 268.718109 270.579529 266.714966 272.166931 264.63623 272.166931 C 262.557495 272.166931 260.554321 270.579529 258.740143 267.555908 C 256.963776 264.570068 255.489777 260.223633 254.431488 255.007874 C 253.411011 249.792114 252.881897 243.896057 252.881897 237.848816 C 252.881897 231.839355 253.411011 225.943298 254.431488 220.727539 C 255.489777 215.511841 256.963776 211.165344 258.740143 208.179504 C 260.554321 205.155884 262.557495 203.568481 264.63623 203.568481 C 266.714966 203.568481 268.718109 205.155884 270.532288 208.179504 C 272.308655 211.165344 273.782684 215.511841 274.803162 220.727539 C 275.86142 225.943298 276.390564 231.839355 276.390564 237.848816 L 276.390564 237.848816 Z"/>
<path id="path497" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 275.8992 237.848816 C 275.8992 243.6315 275.370087 249.263 274.38739 254.251984 C 273.404724 259.240936 271.968506 263.398438 270.267731 266.270874 C 268.529144 269.143311 266.601563 270.655121 264.63623 270.655121 C 262.670868 270.655121 260.705505 269.143311 259.00473 266.270874 C 257.303925 263.398438 255.867706 259.240936 254.88504 254.251984 C 253.902374 249.263 253.37323 243.6315 253.37323 237.848816 C 253.37323 232.103943 253.902374 226.434631 254.88504 221.445679 C 255.867706 216.494507 257.303925 212.337036 259.00473 209.464539 C 260.705505 206.592102 262.670868 205.080322 264.63623 205.080322 C 266.601563 205.080322 268.529144 206.592102 270.267731 209.464539 C 271.968506 212.337036 273.404724 216.494507 274.38739 221.445679 C 275.370087 226.434631 275.8992 232.103943 275.8992 237.848816 L 275.8992 237.848816 Z"/>
<path id="path498" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 275.370087 237.848816 C 275.370087 243.366943 274.878754 248.771667 273.933868 253.533844 C 272.988983 258.296051 271.628357 262.226776 270.003143 264.98584 C 268.37796 267.744873 266.52597 269.181091 264.63623 269.181091 C 262.74646 269.181091 260.894501 267.744873 259.269287 264.98584 C 257.644104 262.226776 256.283478 258.296051 255.338593 253.533844 C 254.393707 248.771667 253.902374 243.366943 253.902374 237.848816 C 253.902374 232.3685 254.393707 226.963806 255.338593 222.201599 C 256.283478 217.439392 257.644104 213.508667 259.269287 210.749634 C 260.894501 207.99054 262.74646 206.554321 264.63623 206.554321 C 266.52597 206.554321 268.37796 207.99054 270.003143 210.749634 C 271.628357 213.508667 272.988983 217.439392 273.933868 222.201599 C 274.878754 226.963806 275.370087 232.3685 275.370087 237.848816 L 275.370087 237.848816 Z"/>
<path id="path499" fill="#eaeaea" fill-rule="evenodd" stroke="none" d="M 274.878754 237.848816 C 274.878754 243.102356 274.38739 248.242523 273.480316 252.777954 C 272.611023 257.313385 271.288177 261.055115 269.738586 263.700775 C 268.188965 266.308655 266.412598 267.669281 264.63623 267.669281 C 262.822052 267.669281 261.083466 266.308655 259.533844 263.700775 C 257.946442 261.055115 256.661407 257.313385 255.754333 252.777954 C 254.88504 248.242523 254.393707 243.102356 254.393707 237.848816 C 254.393707 232.633057 254.88504 227.49292 255.754333 222.957458 C 256.661407 218.422058 257.946442 214.642517 259.533844 212.034668 C 261.083466 209.426758 262.822052 208.02832 264.63623 208.02832 C 266.412598 208.02832 268.188965 209.426758 269.738586 212.034668 C 271.288177 214.642517 272.611023 218.422058 273.480316 222.957458 C 274.38739 227.49292 274.878754 232.633057 274.878754 237.848816 L 274.878754 237.848816 Z"/>
<path id="path500" fill="#ebebeb" fill-rule="evenodd" stroke="none" d="M 274.349609 237.848816 C 274.349609 242.837799 273.896057 247.713379 273.064575 252.022034 C 272.195282 256.330719 270.98584 259.921265 269.47403 262.37796 C 268 264.872437 266.337006 266.195282 264.63623 266.195282 C 262.935425 266.195282 261.23465 264.872437 259.76062 262.37796 C 258.286621 259.921265 257.077179 256.330719 256.207886 252.022034 C 255.376373 247.713379 254.922821 242.837799 254.922821 237.848816 C 254.922821 232.897644 255.376373 228.022034 256.207886 223.713379 C 257.077179 219.404724 258.286621 215.814148 259.76062 213.319702 C 261.23465 210.825195 262.935425 209.540161 264.63623 209.540161 C 266.337006 209.540161 268 210.825195 269.47403 213.319702 C 270.98584 215.814148 272.195282 219.404724 273.064575 223.713379 C 273.896057 228.022034 274.349609 232.897644 274.349609 237.848816 L 274.349609 237.848816 Z"/>
<path id="path501" fill="#ececec" fill-rule="evenodd" stroke="none" d="M 273.820465 237.848816 C 273.820465 242.573242 273.404724 247.184265 272.611023 251.266144 C 271.779541 255.348022 270.64566 258.749603 269.247253 261.092926 C 267.848816 263.47403 266.261414 264.683472 264.63623 264.683472 C 263.011017 264.683472 261.423615 263.47403 260.025208 261.092926 C 258.62677 258.749603 257.455109 255.348022 256.661407 251.266144 C 255.867706 247.184265 255.414185 242.573242 255.414185 237.848816 C 255.414185 233.162201 255.867706 228.513367 256.661407 224.431519 C 257.455109 220.349609 258.62677 216.98584 260.025208 214.604736 C 261.423615 212.261414 263.011017 211.01416 264.63623 211.01416 C 266.261414 211.01416 267.848816 212.261414 269.247253 214.604736 C 270.64566 216.98584 271.779541 220.349609 272.611023 224.431519 C 273.404724 228.513367 273.820465 233.162201 273.820465 237.848816 L 273.820465 237.848816 Z"/>
<path id="path502" fill="#ededed" fill-rule="evenodd" stroke="none" d="M 273.329132 237.848816 C 273.329132 242.308655 272.913391 246.692902 272.157471 250.548035 C 271.401581 254.403137 270.305511 257.577942 268.982666 259.807861 C 267.659851 262.037781 266.148041 263.209442 264.63623 263.209442 C 263.086609 263.209442 261.61261 262.037781 260.289764 259.807861 C 258.966919 257.577942 257.87088 254.403137 257.11496 250.548035 C 256.321259 246.692902 255.943298 242.308655 255.943298 237.848816 C 255.943298 233.426758 256.321259 229.042542 257.11496 225.187378 C 257.87088 221.332275 258.966919 218.11969 260.289764 215.927551 C 261.61261 213.697632 263.086609 212.526001 264.63623 212.526001 C 266.148041 212.526001 267.659851 213.697632 268.982666 215.927551 C 270.305511 218.11969 271.401581 221.332275 272.157471 225.187378 C 272.913391 229.042542 273.329132 233.426758 273.329132 237.848816 L 273.329132 237.848816 Z"/>
<path id="path503" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 272.799988 237.848816 C 272.799988 242.044098 272.422058 246.163788 271.703949 249.792114 C 270.98584 253.420471 269.965363 256.444092 268.718109 258.522827 C 267.470856 260.601563 266.072449 261.735443 264.63623 261.735443 C 263.200012 261.735443 261.801575 260.601563 260.554321 258.522827 C 259.307098 256.444092 258.24881 253.420471 257.530701 249.792114 C 256.812592 246.163788 256.434631 242.044098 256.434631 237.848816 C 256.434631 233.691345 256.812592 229.571655 257.530701 225.943298 C 258.24881 222.314941 259.307098 219.291321 260.554321 217.212585 C 261.801575 215.096069 263.200012 214 264.63623 214 C 266.072449 214 267.470856 215.096069 268.718109 217.212585 C 269.965363 219.291321 270.98584 222.314941 271.703949 225.943298 C 272.422058 229.571655 272.799988 233.691345 272.799988 237.848816 L 272.799988 237.848816 Z"/>
<path id="path504" fill="#efefef" fill-rule="evenodd" stroke="none" d="M 272.308655 237.848816 C 272.308655 241.779541 271.968506 245.634644 271.288177 249.036224 C 270.60788 252.437805 269.625183 255.27243 268.453552 257.237793 C 267.319672 259.203156 265.996857 260.223633 264.63623 260.223633 C 263.275604 260.223633 261.952759 259.203156 260.781097 257.237793 C 259.647247 255.27243 258.664581 252.437805 257.984253 249.036224 C 257.303925 245.634644 256.963776 241.779541 256.963776 237.848816 C 256.963776 233.955902 257.303925 230.062988 257.984253 226.699219 C 258.664581 223.297607 259.647247 220.463013 260.781097 218.49762 C 261.952759 216.532288 263.275604 215.511841 264.63623 215.511841 C 265.996857 215.511841 267.319672 216.532288 268.453552 218.49762 C 269.625183 220.463013 270.60788 223.297607 271.288177 226.699219 C 271.968506 230.062988 272.308655 233.955902 272.308655 237.848816 L 272.308655 237.848816 Z"/>
<path id="path505" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 271.779541 237.848816 C 271.779541 241.514954 271.477173 245.143311 270.834656 248.318115 C 270.192139 251.455109 269.285034 254.1008 268.226776 255.952759 C 267.130707 257.766937 265.883453 258.749603 264.63623 258.749603 C 263.388977 258.749603 262.141724 257.766937 261.045654 255.952759 C 259.949615 254.1008 259.042511 251.455109 258.437805 248.318115 C 257.795288 245.143311 257.455109 241.514954 257.455109 237.848816 C 257.455109 234.182678 257.795288 230.592133 258.437805 227.417297 C 259.042511 224.242493 259.949615 221.634644 261.045654 219.782654 C 262.141724 217.968506 263.388977 216.98584 264.63623 216.98584 C 265.883453 216.98584 267.130707 217.968506 268.226776 219.782654 C 269.285034 221.634644 270.192139 224.242493 270.834656 227.417297 C 271.477173 230.592133 271.779541 234.182678 271.779541 237.848816 L 271.779541 237.848816 Z"/>
<path id="path506" fill="#f1f1f1" fill-rule="evenodd" stroke="none" d="M 271.288177 237.848816 C 271.288177 241.250397 270.98584 244.614166 270.381104 247.562195 C 269.814178 250.510223 268.982666 252.966919 267.962219 254.667725 C 266.941742 256.3685 265.807861 257.237793 264.63623 257.237793 C 263.464569 257.237793 262.330719 256.3685 261.310242 254.667725 C 260.289764 252.966919 259.458282 250.510223 258.891327 247.562195 C 258.286621 244.614166 257.984253 241.250397 257.984253 237.848816 C 257.984253 234.447235 258.286621 231.121246 258.891327 228.173218 C 259.458282 225.22522 260.289764 222.768494 261.310242 221.067688 C 262.330719 219.366943 263.464569 218.49762 264.63623 218.49762 C 265.807861 218.49762 266.941742 219.366943 267.962219 221.067688 C 268.982666 222.768494 269.814178 225.22522 270.381104 228.173218 C 270.98584 231.121246 271.288177 234.447235 271.288177 237.848816 L 271.288177 237.848816 Z"/>
<path id="path507" fill="#f2f2f2" fill-rule="evenodd" stroke="none" d="M 270.759064 237.848816 C 270.759064 240.98584 270.494476 244.085052 269.965363 246.806305 C 269.398438 249.527557 268.642517 251.795288 267.697632 253.344879 C 266.752747 254.932281 265.694489 255.763794 264.63623 255.763794 C 263.540161 255.763794 262.481903 254.932281 261.574799 253.344879 C 260.629913 251.795288 259.836212 249.527557 259.307098 246.806305 C 258.777954 244.085052 258.475586 240.98584 258.475586 237.848816 C 258.475586 234.711823 258.777954 231.650391 259.307098 228.929138 C 259.836212 226.207886 260.629913 223.940186 261.574799 222.352783 C 262.481903 220.803162 263.540161 219.97168 264.63623 219.97168 C 265.694489 219.97168 266.752747 220.803162 267.697632 222.352783 C 268.642517 223.940186 269.398438 226.207886 269.965363 228.929138 C 270.494476 231.650391 270.759064 234.711823 270.759064 237.848816 L 270.759064 237.848816 Z"/>
<path id="path508" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 270.267731 237.848816 C 270.267731 240.759064 270.003143 243.555908 269.51181 246.050385 C 269.020477 248.544891 268.302368 250.623627 267.433075 252.059845 C 266.601563 253.496063 265.618896 254.251984 264.63623 254.251984 C 263.653534 254.251984 262.670868 253.496063 261.801575 252.059845 C 260.970093 250.623627 260.251984 248.544891 259.76062 246.050385 C 259.269287 243.555908 259.00473 240.759064 259.00473 237.848816 C 259.00473 234.976379 259.269287 232.141724 259.76062 229.647217 C 260.251984 227.152771 260.970093 225.111816 261.801575 223.675598 C 262.670868 222.23938 263.653534 221.445679 264.63623 221.445679 C 265.618896 221.445679 266.601563 222.23938 267.433075 223.675598 C 268.302368 225.111816 269.020477 227.152771 269.51181 229.647217 C 270.003143 232.141724 270.267731 234.976379 270.267731 237.848816 L 270.267731 237.848816 Z"/>
<path id="path509" fill="#f4f4f4" fill-rule="evenodd" stroke="none" d="M 269.738586 237.848816 C 269.738586 240.494476 269.51181 243.064575 269.058258 245.332275 C 268.604736 247.600006 267.962219 249.451965 267.206299 250.774811 C 266.412598 252.097626 265.543304 252.777954 264.63623 252.777954 C 263.729126 252.777954 262.859833 252.097626 262.066132 250.774811 C 261.310242 249.451965 260.667725 247.600006 260.214172 245.332275 C 259.76062 243.064575 259.533844 240.494476 259.533844 237.848816 C 259.533844 235.240936 259.76062 232.670868 260.214172 230.403137 C 260.667725 228.135437 261.310242 226.245667 262.066132 224.960632 C 262.859833 223.637817 263.729126 222.957458 264.63623 222.957458 C 265.543304 222.957458 266.412598 223.637817 267.206299 224.960632 C 267.962219 226.245667 268.604736 228.135437 269.058258 230.403137 C 269.51181 232.670868 269.738586 235.240936 269.738586 237.848816 L 269.738586 237.848816 Z"/>
<path id="path510" fill="#f5f5f5" fill-rule="evenodd" stroke="none" d="M 269.247253 237.848816 C 269.247253 240.229919 269.020477 242.535431 268.604736 244.576385 C 268.226776 246.61731 267.62204 248.318115 266.941742 249.489777 C 266.223633 250.661407 265.429932 251.266144 264.63623 251.266144 C 263.842529 251.266144 263.011017 250.661407 262.330719 249.489777 C 261.61261 248.318115 261.045654 246.61731 260.629913 244.576385 C 260.251984 242.535431 260.025208 240.229919 260.025208 237.848816 C 260.025208 235.505524 260.251984 233.200012 260.629913 231.159058 C 261.045654 229.118103 261.61261 227.417297 262.330719 226.245667 C 263.011017 225.074036 263.842529 224.431519 264.63623 224.431519 C 265.429932 224.431519 266.223633 225.074036 266.941742 226.245667 C 267.62204 227.417297 268.226776 229.118103 268.604736 231.159058 C 269.020477 233.200012 269.247253 235.505524 269.247253 237.848816 L 269.247253 237.848816 Z"/>
<path id="path511" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 268.718109 237.848816 C 268.718109 239.965363 268.529144 242.006287 268.188965 243.820465 C 267.811035 245.634644 267.281891 247.146454 266.677155 248.204712 C 266.072449 249.225189 265.35434 249.792114 264.63623 249.792114 C 263.918121 249.792114 263.200012 249.225189 262.595276 248.204712 C 261.952759 247.146454 261.461426 245.634644 261.083466 243.820465 C 260.743317 242.006287 260.554321 239.965363 260.554321 237.848816 C 260.554321 235.770081 260.743317 233.729126 261.083466 231.914948 C 261.461426 230.1008 261.952759 228.588989 262.595276 227.530701 C 263.200012 226.472412 263.918121 225.943298 264.63623 225.943298 C 265.35434 225.943298 266.072449 226.472412 266.677155 227.530701 C 267.281891 228.588989 267.811035 230.1008 268.188965 231.914948 C 268.529144 233.729126 268.718109 235.770081 268.718109 237.848816 L 268.718109 237.848816 Z"/>
<path id="path512" fill="#f8f8f8" fill-rule="evenodd" stroke="none" d="M 268.226776 237.848816 C 268.226776 239.700775 268.037781 241.477173 267.735443 243.064575 C 267.433075 244.651978 266.979523 245.974792 266.412598 246.919678 C 265.883453 247.826782 265.278748 248.318115 264.63623 248.318115 C 263.993713 248.318115 263.388977 247.826782 262.859833 246.919678 C 262.292908 245.974792 261.839355 244.651978 261.537018 243.064575 C 261.23465 241.477173 261.045654 239.700775 261.045654 237.848816 C 261.045654 236.034637 261.23465 234.220459 261.537018 232.633057 C 261.839355 231.045654 262.292908 229.722839 262.859833 228.815735 C 263.388977 227.908691 263.993713 227.417297 264.63623 227.417297 C 265.278748 227.417297 265.883453 227.908691 266.412598 228.815735 C 266.979523 229.722839 267.433075 231.045654 267.735443 232.633057 C 268.037781 234.220459 268.226776 236.034637 268.226776 237.848816 L 268.226776 237.848816 Z"/>
<path id="path513" fill="#f9f9f9" fill-rule="evenodd" stroke="none" d="M 267.697632 237.848816 C 267.697632 239.436218 267.546448 240.98584 267.281891 242.346466 C 267.017334 243.707092 266.639374 244.840942 266.148041 245.596863 C 265.694489 246.390564 265.165344 246.806305 264.63623 246.806305 C 264.107086 246.806305 263.577942 246.390564 263.086609 245.596863 C 262.633057 244.840942 262.255127 243.707092 261.99054 242.346466 C 261.688202 240.98584 261.574799 239.436218 261.574799 237.848816 C 261.574799 236.299225 261.688202 234.749603 261.99054 233.388977 C 262.255127 232.028351 262.633057 230.894501 263.086609 230.1008 C 263.577942 229.34491 264.107086 228.929138 264.63623 228.929138 C 265.165344 228.929138 265.694489 229.34491 266.148041 230.1008 C 266.639374 230.894501 267.017334 232.028351 267.281891 233.388977 C 267.546448 234.749603 267.697632 236.299225 267.697632 237.848816 L 267.697632 237.848816 Z"/>
<path id="path514" fill="#fafafa" fill-rule="evenodd" stroke="none" d="M 267.206299 237.848816 C 267.206299 239.171661 267.055115 240.456696 266.828339 241.590546 C 266.639374 242.724396 266.299225 243.669281 265.921265 244.311798 C 265.505524 244.992126 265.089752 245.332275 264.63623 245.332275 C 264.182678 245.332275 263.729126 244.992126 263.351196 244.311798 C 262.973236 243.669281 262.633057 242.724396 262.406311 241.590546 C 262.179535 240.456696 262.066132 239.171661 262.066132 237.848816 C 262.066132 236.563782 262.179535 235.278748 262.406311 234.144867 C 262.633057 233.011017 262.973236 232.066132 263.351196 231.423615 C 263.729126 230.743317 264.182678 230.403137 264.63623 230.403137 C 265.089752 230.403137 265.505524 230.743317 265.921265 231.423615 C 266.299225 232.066132 266.639374 233.011017 266.828339 234.144867 C 267.055115 235.278748 267.206299 236.563782 267.206299 237.848816 L 267.206299 237.848816 Z"/>
<path id="path515" fill="#fbfbfb" fill-rule="evenodd" stroke="none" d="M 266.677155 237.848816 C 266.677155 238.907074 266.601563 239.927551 266.412598 240.834656 C 266.223633 241.74173 265.959045 242.49765 265.656708 243.026764 C 265.35434 243.555908 264.976379 243.820465 264.63623 243.820465 C 264.25827 243.820465 263.918121 243.555908 263.615753 243.026764 C 263.313385 242.49765 263.048828 241.74173 262.859833 240.834656 C 262.670868 239.927551 262.595276 238.907074 262.595276 237.848816 C 262.595276 236.828339 262.670868 235.770081 262.859833 234.863007 C 263.048828 233.993713 263.313385 233.237793 263.615753 232.708649 C 263.918121 232.179535 264.25827 231.914948 264.63623 231.914948 C 264.976379 231.914948 265.35434 232.179535 265.656708 232.708649 C 265.959045 233.237793 266.223633 233.993713 266.412598 234.863007 C 266.601563 235.770081 266.677155 236.828339 266.677155 237.848816 L 266.677155 237.848816 Z"/>
<path id="path516" fill="#fcfcfc" fill-rule="evenodd" stroke="none" d="M 266.148041 237.848816 C 266.148041 238.642517 266.110229 239.436218 265.959045 240.116547 C 265.807861 240.796844 265.618896 241.325989 265.39212 241.74173 C 265.165344 242.11969 264.900787 242.346466 264.63623 242.346466 C 264.371643 242.346466 264.107086 242.11969 263.88031 241.74173 C 263.615753 241.325989 263.426758 240.796844 263.313385 240.116547 C 263.162201 239.436218 263.086609 238.642517 263.086609 237.848816 C 263.086609 237.092926 263.162201 236.299225 263.313385 235.618896 C 263.426758 234.938568 263.615753 234.371643 263.88031 233.993713 C 264.107086 233.615753 264.371643 233.388977 264.63623 233.388977 C 264.900787 233.388977 265.165344 233.615753 265.39212 233.993713 C 265.618896 234.371643 265.807861 234.938568 265.959045 235.618896 C 266.110229 236.299225 266.148041 237.092926 266.148041 237.848816 L 266.148041 237.848816 Z"/>
<path id="path517" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 265.656708 237.848816 C 265.656708 238.37796 265.618896 238.907074 265.505524 239.360626 C 265.429932 239.814178 265.316528 240.192139 265.127563 240.456696 C 264.976379 240.721252 264.825195 240.834656 264.63623 240.834656 C 264.447235 240.834656 264.25827 240.721252 264.107086 240.456696 C 263.955902 240.192139 263.842529 239.814178 263.729126 239.360626 C 263.653534 238.907074 263.615753 238.37796 263.615753 237.848816 C 263.615753 237.357483 263.653534 236.828339 263.729126 236.374817 C 263.842529 235.921265 263.955902 235.543304 264.107086 235.278748 C 264.25827 235.01416 264.447235 234.863007 264.63623 234.863007 C 264.825195 234.863007 264.976379 235.01416 265.127563 235.278748 C 265.316528 235.543304 265.429932 235.921265 265.505524 236.374817 C 265.618896 236.828339 265.656708 237.357483 265.656708 237.848816 L 265.656708 237.848816 Z"/>
<path id="path518" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 265.127563 237.848816 C 265.127563 238.113373 265.127563 238.37796 265.089752 238.604736 C 265.01416 238.831482 264.976379 239.020477 264.900787 239.171661 C 264.825195 239.285034 264.711823 239.360626 264.63623 239.360626 C 264.560638 239.360626 264.447235 239.285034 264.371643 239.171661 C 264.296051 239.020477 264.220459 238.831482 264.182678 238.604736 C 264.144867 238.37796 264.107086 238.113373 264.107086 237.848816 C 264.107086 237.584259 264.144867 237.357483 264.182678 237.130707 C 264.220459 236.903931 264.296051 236.714966 264.371643 236.563782 C 264.447235 236.450409 264.560638 236.374817 264.63623 236.374817 C 264.711823 236.374817 264.825195 236.450409 264.900787 236.563782 C 264.976379 236.714966 265.01416 236.903931 265.089752 237.130707 C 265.127563 237.357483 265.127563 237.584259 265.127563 237.848816 L 265.127563 237.848816 Z"/>
</g>
<clipPath id="clipPath32">
<path d="M 306.815735 337.855133 L 265.581116 362.611023 L 265.581116 262.188965 L 306.815735 238.793701 L 306.815735 337.855133 L 306.815735 337.855133 Z"/>
</clipPath>
<g id="g31" clip-path="url(#clipPath32)"/>
<clipPath id="clipPath33">
<path d="M 17.795277 -56.651978 L 735.867725 -56.651978 L 735.867725 418.094482 L 17.795277 418.094482 L 17.795277 -56.651978 Z"/>
</clipPath>
<g id="g32" clip-path="url(#clipPath33)">
<path id="path519" fill="none" stroke="#000000" stroke-width="0.907087" stroke-linejoin="round" d="M 306.815735 337.855133 L 265.581116 362.611023 L 265.581116 262.188965 L 306.815735 238.793701 L 306.815735 337.855133 Z"/>
</g>
<clipPath id="clipPath34">
<path d="M 202.311817 306.182678 L 26.299213 204.400024 L 114.286625 61.34491 L 290.299213 163.127563 L 202.311817 306.182678 L 202.311817 306.182678 Z"/>
</clipPath>
<g id="g33" clip-path="url(#clipPath34)"/>
<clipPath id="clipPath35">
<path d="M 202.311817 306.182678 L 26.299213 204.400024 L 114.286625 61.34491 L 290.299213 163.127563 L 202.311817 306.182678 L 202.311817 306.182678 Z"/>
</clipPath>
<g id="g34" clip-path="url(#clipPath35)">
<path id="path520" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 25.354332 308.072449 L 25.354332 301.722839 L 291.281891 301.722839 L 291.281891 308.072449 L 25.354332 308.072449 Z"/>
<path id="path521" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 25.354332 303.574799 L 25.354332 297.225189 L 291.281891 297.225189 L 291.281891 303.574799 L 25.354332 303.574799 Z"/>
<path id="path522" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 25.354332 299.077179 L 25.354332 292.72757 L 291.281891 292.72757 L 291.281891 299.077179 L 25.354332 299.077179 Z"/>
<path id="path523" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 25.354332 294.61731 L 25.354332 288.267731 L 291.281891 288.267731 L 291.281891 294.61731 L 25.354332 294.61731 Z"/>
<path id="path524" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 25.354332 290.11969 L 25.354332 283.770081 L 291.281891 283.770081 L 291.281891 290.11969 L 25.354332 290.11969 Z"/>
<path id="path525" fill="#fcfcfc" fill-rule="evenodd" stroke="none" d="M 25.354332 285.62204 L 25.354332 279.27243 L 291.281891 279.27243 L 291.281891 285.62204 L 25.354332 285.62204 Z"/>
<path id="path526" fill="#fcfcfc" fill-rule="evenodd" stroke="none" d="M 25.354332 281.162201 L 25.354332 274.812592 L 291.281891 274.812592 L 291.281891 281.162201 L 25.354332 281.162201 Z"/>
<path id="path527" fill="#fbfbfb" fill-rule="evenodd" stroke="none" d="M 25.354332 276.664581 L 25.354332 270.314972 L 291.281891 270.314972 L 291.281891 276.664581 L 25.354332 276.664581 Z"/>
<path id="path528" fill="#fafafa" fill-rule="evenodd" stroke="none" d="M 25.354332 272.166931 L 25.354332 265.817322 L 291.281891 265.817322 L 291.281891 272.166931 L 25.354332 272.166931 Z"/>
<path id="path529" fill="#fafafa" fill-rule="evenodd" stroke="none" d="M 25.354332 267.669281 L 25.354332 261.357483 L 291.281891 261.357483 L 291.281891 267.669281 L 25.354332 267.669281 Z"/>
<path id="path530" fill="#f9f9f9" fill-rule="evenodd" stroke="none" d="M 25.354332 263.209442 L 25.354332 256.859833 L 291.281891 256.859833 L 291.281891 263.209442 L 25.354332 263.209442 Z"/>
<path id="path531" fill="#f9f9f9" fill-rule="evenodd" stroke="none" d="M 25.354332 258.711823 L 25.354332 252.362213 L 291.281891 252.362213 L 291.281891 258.711823 L 25.354332 258.711823 Z"/>
<path id="path532" fill="#f8f8f8" fill-rule="evenodd" stroke="none" d="M 25.354332 254.214172 L 25.354332 247.902374 L 291.281891 247.902374 L 291.281891 254.214172 L 25.354332 254.214172 Z"/>
<path id="path533" fill="#f7f7f7" fill-rule="evenodd" stroke="none" d="M 25.354332 249.754333 L 25.354332 243.404724 L 291.281891 243.404724 L 291.281891 249.754333 L 25.354332 249.754333 Z"/>
<path id="path534" fill="#f7f7f7" fill-rule="evenodd" stroke="none" d="M 25.354332 245.256683 L 25.354332 238.907074 L 291.281891 238.907074 L 291.281891 245.256683 L 25.354332 245.256683 Z"/>
<path id="path535" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 25.354332 240.759064 L 25.354332 234.447235 L 291.281891 234.447235 L 291.281891 240.759064 L 25.354332 240.759064 Z"/>
<path id="path536" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 25.354332 236.299225 L 25.354332 229.949585 L 291.281891 229.949585 L 291.281891 236.299225 L 25.354332 236.299225 Z"/>
<path id="path537" fill="#f5f5f5" fill-rule="evenodd" stroke="none" d="M 25.354332 231.801575 L 25.354332 225.451965 L 291.281891 225.451965 L 291.281891 231.801575 L 25.354332 231.801575 Z"/>
<path id="path538" fill="#f5f5f5" fill-rule="evenodd" stroke="none" d="M 25.354332 227.303955 L 25.354332 220.954346 L 291.281891 220.954346 L 291.281891 227.303955 L 25.354332 227.303955 Z"/>
<path id="path539" fill="#f4f4f4" fill-rule="evenodd" stroke="none" d="M 25.354332 222.844116 L 25.354332 216.494507 L 291.281891 216.494507 L 291.281891 222.844116 L 25.354332 222.844116 Z"/>
<path id="path540" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 25.354332 218.346436 L 25.354332 211.996826 L 291.281891 211.996826 L 291.281891 218.346436 L 25.354332 218.346436 Z"/>
<path id="path541" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 25.354332 213.848816 L 25.354332 207.499207 L 291.281891 207.499207 L 291.281891 213.848816 L 25.354332 213.848816 Z"/>
<path id="path542" fill="#f2f2f2" fill-rule="evenodd" stroke="none" d="M 25.354332 209.388977 L 25.354332 203.039368 L 291.281891 203.039368 L 291.281891 209.388977 L 25.354332 209.388977 Z"/>
<path id="path543" fill="#f2f2f2" fill-rule="evenodd" stroke="none" d="M 25.354332 204.891357 L 25.354332 198.541748 L 291.281891 198.541748 L 291.281891 204.891357 L 25.354332 204.891357 Z"/>
<path id="path544" fill="#f1f1f1" fill-rule="evenodd" stroke="none" d="M 25.354332 200.393677 L 25.354332 194.044067 L 291.281891 194.044067 L 291.281891 200.393677 L 25.354332 200.393677 Z"/>
<path id="path545" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 25.354332 195.896057 L 25.354332 189.584229 L 291.281891 189.584229 L 291.281891 195.896057 L 25.354332 195.896057 Z"/>
<path id="path546" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 25.354332 191.436218 L 25.354332 185.086609 L 291.281891 185.086609 L 291.281891 191.436218 L 25.354332 191.436218 Z"/>
<path id="path547" fill="#efefef" fill-rule="evenodd" stroke="none" d="M 25.354332 186.938599 L 25.354332 180.588989 L 291.281891 180.588989 L 291.281891 186.938599 L 25.354332 186.938599 Z"/>
<path id="path548" fill="#efefef" fill-rule="evenodd" stroke="none" d="M 25.354332 182.440918 L 25.354332 176.12915 L 291.281891 176.12915 L 291.281891 182.440918 L 25.354332 182.440918 Z"/>
<path id="path549" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 25.354332 177.981079 L 25.354332 171.63147 L 291.281891 171.63147 L 291.281891 177.981079 L 25.354332 177.981079 Z"/>
<path id="path550" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 25.354332 173.483459 L 25.354332 167.13385 L 291.281891 167.13385 L 291.281891 173.483459 L 25.354332 173.483459 Z"/>
<path id="path551" fill="#ededed" fill-rule="evenodd" stroke="none" d="M 25.354332 168.98584 L 25.354332 162.674011 L 291.281891 162.674011 L 291.281891 168.98584 L 25.354332 168.98584 Z"/>
<path id="path552" fill="#ececec" fill-rule="evenodd" stroke="none" d="M 25.354332 164.526001 L 25.354332 158.176392 L 291.281891 158.176392 L 291.281891 164.526001 L 25.354332 164.526001 Z"/>
<path id="path553" fill="#ececec" fill-rule="evenodd" stroke="none" d="M 25.354332 160.02832 L 25.354332 153.678711 L 291.281891 153.678711 L 291.281891 160.02832 L 25.354332 160.02832 Z"/>
<path id="path554" fill="#ebebeb" fill-rule="evenodd" stroke="none" d="M 25.354332 155.530701 L 25.354332 149.181091 L 291.281891 149.181091 L 291.281891 155.530701 L 25.354332 155.530701 Z"/>
<path id="path555" fill="#ebebeb" fill-rule="evenodd" stroke="none" d="M 25.354332 151.070862 L 25.354332 144.721252 L 291.281891 144.721252 L 291.281891 151.070862 L 25.354332 151.070862 Z"/>
<path id="path556" fill="#eaeaea" fill-rule="evenodd" stroke="none" d="M 25.354332 146.573242 L 25.354332 140.223633 L 291.281891 140.223633 L 291.281891 146.573242 L 25.354332 146.573242 Z"/>
<path id="path557" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 25.354332 142.075562 L 25.354332 135.726013 L 291.281891 135.726013 L 291.281891 142.075562 L 25.354332 142.075562 Z"/>
<path id="path558" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 25.354332 137.615723 L 25.354332 131.266113 L 291.281891 131.266113 L 291.281891 137.615723 L 25.354332 137.615723 Z"/>
<path id="path559" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 25.354332 133.118103 L 25.354332 126.768494 L 291.281891 126.768494 L 291.281891 133.118103 L 25.354332 133.118103 Z"/>
<path id="path560" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 25.354332 128.620483 L 25.354332 122.270874 L 291.281891 122.270874 L 291.281891 128.620483 L 25.354332 128.620483 Z"/>
<path id="path561" fill="#e7e7e7" fill-rule="evenodd" stroke="none" d="M 25.354332 124.122864 L 25.354332 117.811035 L 291.281891 117.811035 L 291.281891 124.122864 L 25.354332 124.122864 Z"/>
<path id="path562" fill="#e7e7e7" fill-rule="evenodd" stroke="none" d="M 25.354332 119.662964 L 25.354332 113.313416 L 291.281891 113.313416 L 291.281891 119.662964 L 25.354332 119.662964 Z"/>
<path id="path563" fill="#e6e6e6" fill-rule="evenodd" stroke="none" d="M 25.354332 115.165344 L 25.354332 108.815735 L 291.281891 108.815735 L 291.281891 115.165344 L 25.354332 115.165344 Z"/>
<path id="path564" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 25.354332 110.667725 L 25.354332 104.355896 L 291.281891 104.355896 L 291.281891 110.667725 L 25.354332 110.667725 Z"/>
<path id="path565" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 25.354332 106.207886 L 25.354332 99.858276 L 291.281891 99.858276 L 291.281891 106.207886 L 25.354332 106.207886 Z"/>
<path id="path566" fill="#e4e4e4" fill-rule="evenodd" stroke="none" d="M 25.354332 101.710266 L 25.354332 95.360657 L 291.281891 95.360657 L 291.281891 101.710266 L 25.354332 101.710266 Z"/>
<path id="path567" fill="#e4e4e4" fill-rule="evenodd" stroke="none" d="M 25.354332 97.212585 L 25.354332 90.900818 L 291.281891 90.900818 L 291.281891 97.212585 L 25.354332 97.212585 Z"/>
<path id="path568" fill="#e3e3e3" fill-rule="evenodd" stroke="none" d="M 25.354332 92.752747 L 25.354332 86.403137 L 291.281891 86.403137 L 291.281891 92.752747 L 25.354332 92.752747 Z"/>
<path id="path569" fill="#e2e2e2" fill-rule="evenodd" stroke="none" d="M 25.354332 88.255127 L 25.354332 81.905518 L 291.281891 81.905518 L 291.281891 88.255127 L 25.354332 88.255127 Z"/>
<path id="path570" fill="#e2e2e2" fill-rule="evenodd" stroke="none" d="M 25.354332 83.757507 L 25.354332 77.407898 L 291.281891 77.407898 L 291.281891 83.757507 L 25.354332 83.757507 Z"/>
<path id="path571" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 25.354332 79.297607 L 25.354332 72.948059 L 291.281891 72.948059 L 291.281891 79.297607 L 25.354332 79.297607 Z"/>
<path id="path572" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 25.354332 74.799988 L 25.354332 68.450378 L 291.281891 68.450378 L 291.281891 74.799988 L 25.354332 74.799988 Z"/>
<path id="path573" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 25.354332 70.302368 L 25.354332 63.952759 L 291.281891 63.952759 L 291.281891 70.302368 L 25.354332 70.302368 Z"/>
<path id="path574" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 25.354332 65.842529 L 25.354332 59.49292 L 291.281891 59.49292 L 291.281891 65.842529 L 25.354332 65.842529 Z"/>
</g>
<clipPath id="clipPath36">
<path d="M 202.311817 306.182678 L 26.299213 204.400024 L 114.286625 61.34491 L 290.299213 163.127563 L 202.311817 306.182678 L 202.311817 306.182678 Z"/>
</clipPath>
<g id="g35" clip-path="url(#clipPath36)"/>
<clipPath id="clipPath37">
<path d="M 17.795277 -56.651978 L 735.867725 -56.651978 L 735.867725 418.094482 L 17.795277 418.094482 L 17.795277 -56.651978 Z"/>
</clipPath>
<g id="g36" clip-path="url(#clipPath37)">
<path id="path575" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 202.311813 306.182678 L 26.299213 204.400024 L 114.286621 61.34491 L 290.299225 163.127563 L 202.311813 306.182678 Z"/>
<path id="path576" fill="none" stroke="#000000" stroke-width="1.247244" stroke-linejoin="round" d="M 45.574806 318.050385 L 45.574806 215.398438 L 26.299213 204.400024 L 114.286621 61.34491 L 179.256699 91.807861 L 179.256699 75.782654 L 211.420471 57.22522 L 243.546448 75.782654 L 243.546448 126.012573 L 378.324402 204.400024 L 366.60788 200.242493 L 365.927551 314.459839 L 316.453552 343.335419 L 306.815735 337.855133 L 265.581116 362.611023 L 265.581116 372.929138 L 202.311813 409.36377 L 46.028343 318.844086"/>
<path id="path577" fill="#000000" fill-rule="evenodd" stroke="none" d="M 46.179527 317.974792 L 44.932281 317.974792 L 44.932281 318.579529 L 44.970078 318.806305 L 45.121262 319.033081 L 45.310234 319.146454 L 45.574806 319.184265 L 45.801575 319.146454 L 45.990555 319.033081 L 46.141731 318.806305 L 46.179527 318.579529 L 46.179527 317.974792 Z"/>
<path id="path578" fill="#000000" fill-rule="evenodd" stroke="none" d="M 45.801575 319.411011 L 46.406296 318.352753 L 45.877167 318.050385 L 45.650391 317.974792 L 45.385826 317.974792 L 45.196854 318.088196 L 45.007874 318.277161 L 44.932281 318.503937 L 44.970078 318.730713 L 45.083466 318.957489 L 45.234642 319.108673 L 45.801575 319.411011 Z"/>
<path id="path579" fill="#ddd6e5" fill-rule="evenodd" stroke="none" d="M 581.171631 71.020447 C 579.924438 57.376404 570.097656 46.71814 558.040955 46.71814 C 554.601563 46.71814 551.388977 47.625183 548.440918 49.137024 C 542.771667 35.757507 531.017334 25.930725 508.944885 26.724426 C 480.25827 27.782654 446.318115 44.034668 439.514954 72.910217 C 431.313385 74.87561 426.059845 80.469299 422.922821 87.914978 C 421.675598 87.726013 420.352753 87.650391 419.029907 87.650391 C 400.170074 87.650391 385.656708 104.998413 384.825195 126.390564 C 383.766937 154.094482 400.170074 165.168518 419.029907 165.168518 C 421.75119 165.168518 424.35907 164.790527 426.853546 164.110229 C 430.784241 167.322815 435.924408 169.325989 441.518097 169.325989 C 446.696075 169.325989 451.458282 167.625183 455.275604 164.790527 C 462.532288 180.400024 477.461426 191.360657 494.696045 190.075562 C 512.837769 188.752747 523.685059 183.877136 530.110229 176.355896 C 530.526001 176.280334 530.903931 176.280334 531.319702 176.242493 C 551.577942 172.954346 560.49762 166.340149 563.370056 155.417297 C 563.899231 155.455139 564.428345 155.455139 564.9953 155.455139 C 591.263 155.455139 612.579529 145.779541 612.579529 111.877136 C 612.579529 93.017334 599.426758 77.10553 581.171631 71.020447 L 581.171631 71.020447 Z"/>
<path id="path580" fill="none" stroke="#000000" stroke-width="0.944882" stroke-linejoin="round" d="M 581.171631 71.020447 C 579.924438 57.376404 570.097656 46.71814 558.040955 46.71814 C 554.601563 46.71814 551.388977 47.625183 548.440918 49.137024 C 542.771667 35.757507 531.017334 25.930725 508.944885 26.724426 C 480.25827 27.782654 446.318115 44.034668 439.514954 72.910217 C 431.313385 74.87561 426.059845 80.469299 422.922821 87.914978 C 421.675598 87.726013 420.352753 87.650391 419.029907 87.650391 C 400.170074 87.650391 385.656708 104.998413 384.825195 126.390564 C 383.766937 154.094482 400.170074 165.168518 419.029907 165.168518 C 421.75119 165.168518 424.35907 164.790527 426.853546 164.110229 C 430.784241 167.322815 435.924408 169.325989 441.518097 169.325989 C 446.696075 169.325989 451.458282 167.625183 455.275604 164.790527 C 462.532288 180.400024 477.461426 191.360657 494.696045 190.075562 C 512.837769 188.752747 523.685059 183.877136 530.110229 176.355896 C 530.526001 176.280334 530.903931 176.280334 531.319702 176.242493 C 551.577942 172.954346 560.49762 166.340149 563.370056 155.417297 C 563.899231 155.455139 564.428345 155.455139 564.9953 155.455139 C 591.263 155.455139 612.579529 145.779541 612.579529 111.877136 C 612.579529 93.017334 599.426758 77.10553 581.171631 71.020447 Z"/>
<text id="Cloud" xml:space="preserve" x="466" y="209" font-family="Helvetica" font-size="14.891339" fill="#000000">Cloud</text>
<text id="Service-" xml:space="preserve" x="504" y="209" font-family="Helvetica" font-size="14.891339" fill="#000000">Service</text>
<text id="Platform" xml:space="preserve" x="480" y="227" font-family="Helvetica" font-size="14.891339" fill="#000000">Platform</text>
<text id="Smartphone-" xml:space="preserve" x="638" y="218" font-family="Helvetica" font-size="14.891339" fill="#000000">Smartphone</text>
<text id="With-embedded-" xml:space="preserve" x="626" y="236" font-family="Helvetica" font-size="14.891339" fill="#000000">With embedded</text>
<text id="application-" xml:space="preserve" x="642" y="254" font-family="Helvetica" font-size="14.891339" fill="#000000">application</text>
<text id="acting-as-a-" xml:space="preserve" x="643" y="272" font-family="Helvetica" font-size="14.891339" fill="#000000">acting as a</text>
<text id="remote-light-" xml:space="preserve" x="638" y="290" font-family="Helvetica" font-size="14.891339" fill="#000000">remote light</text>
<text id="controller" xml:space="preserve" x="645" y="308" font-family="Helvetica" font-size="14.891339" fill="#000000">controller</text>
<path id="path581" fill="#c4d6a0" fill-rule="evenodd" stroke="none" d="M 301.713379 164.412598 C 300.050385 146.346436 286.74646 132.210999 270.381104 132.210999 C 265.694489 132.210999 261.348022 133.38269 257.341736 135.423645 C 249.669281 117.659851 233.719681 104.658264 203.785828 105.678711 C 164.932281 107.077148 118.93544 128.658264 109.675598 166.944885 C 98.563782 169.552734 91.458267 176.960632 87.187401 186.825195 C 85.48661 186.63623 83.710236 186.485046 81.933861 186.485046 C 56.346458 186.485046 36.692913 209.540161 35.559055 237.924408 C 34.085041 274.623627 56.346458 289.325989 81.933861 289.325989 C 85.599998 289.325989 89.11496 288.834656 92.554329 287.927551 C 97.845673 292.198425 104.800003 294.844086 112.396851 294.844086 C 119.426773 294.844086 125.889771 292.576385 131.029922 288.834656 C 140.856689 309.546448 161.152756 324.097626 184.472443 322.396851 C 209.077164 320.620483 223.817322 314.157471 232.510239 304.179535 C 233.077164 304.103943 233.568497 304.103943 234.135437 304.028351 C 261.61261 299.681885 273.707092 290.87558 277.600006 276.437805 C 278.318115 276.437805 279.036224 276.475586 279.792114 276.475586 C 315.433075 276.475586 344.308655 263.625183 344.308655 218.611023 C 344.308655 193.628357 326.50708 172.500793 301.713379 164.412598 L 301.713379 164.412598 Z"/>
<path id="path582" fill="none" stroke="#000000" stroke-width="0.944882" stroke-linejoin="round" d="M 301.713379 164.412598 C 300.050385 146.346436 286.74646 132.210999 270.381104 132.210999 C 265.694489 132.210999 261.348022 133.38269 257.341736 135.423645 C 249.669281 117.659851 233.719681 104.658264 203.785828 105.678711 C 164.932281 107.077148 118.93544 128.658264 109.675598 166.944885 C 98.563782 169.552734 91.458267 176.960632 87.187401 186.825195 C 85.48661 186.63623 83.710236 186.485046 81.933861 186.485046 C 56.346458 186.485046 36.692913 209.540161 35.559055 237.924408 C 34.085041 274.623627 56.346458 289.325989 81.933861 289.325989 C 85.599998 289.325989 89.11496 288.834656 92.554329 287.927551 C 97.845673 292.198425 104.800003 294.844086 112.396851 294.844086 C 119.426773 294.844086 125.889771 292.576385 131.029922 288.834656 C 140.856689 309.546448 161.152756 324.097626 184.472443 322.396851 C 209.077164 320.620483 223.817322 314.157471 232.510239 304.179535 C 233.077164 304.103943 233.568497 304.103943 234.135437 304.028351 C 261.61261 299.681885 273.707092 290.87558 277.600006 276.437805 C 278.318115 276.437805 279.036224 276.475586 279.792114 276.475586 C 315.433075 276.475586 344.308655 263.625183 344.308655 218.611023 C 344.308655 193.628357 326.50708 172.500793 301.713379 164.412598 Z"/>
<path id="path583" fill="#dde2cd" fill-rule="evenodd" stroke="none" d="M 442.236206 89.011047 L 558.381104 89.011047 L 558.381104 146.49762 L 442.236206 146.49762 L 442.236206 89.011047 Z"/>
<path id="path584" fill="none" stroke="#000000" stroke-width="0.302362" stroke-linejoin="round" d="M 442.236206 146.49762 L 558.381104 146.49762 L 558.381104 89.011047 L 442.236206 89.011047 L 442.236206 146.49762 Z"/>
<path id="path585" fill="#fbd7bb" fill-rule="evenodd" stroke="none" d="M 450.853546 99.480286 L 550.557495 99.480286 L 550.557495 135.650391 L 450.853546 135.650391 L 450.853546 99.480286 Z"/>
<path id="path586" fill="none" stroke="#000000" stroke-width="0.302362" stroke-linejoin="round" d="M 450.853546 135.650391 L 550.557495 135.650391 L 550.557495 99.480286 L 450.853546 99.480286 L 450.853546 135.650391 Z"/>
<text id="IN" xml:space="preserve" x="483" y="123" font-family="Helvetica" font-size="12.434646" fill="#000000">IN</text>
<text id="-" xml:space="preserve" x="494" y="123" font-family="Helvetica" font-size="12.434646" fill="#000000">-</text>
<text id="CSE" xml:space="preserve" x="498" y="123" font-family="Helvetica" font-size="12.434646" fill="#000000">CSE</text>
<text id="M" xml:space="preserve" x="341" y="110" font-family="Helvetica" font-size="14.891339" fill="#f59d56">M</text>
<text id="cc" xml:space="preserve" x="353" y="110" font-family="Helvetica" font-size="14.891339" fill="#f59d56">cc</text>
<path id="path587" fill="#dde2cd" fill-rule="evenodd" stroke="none" d="M 634.765381 150.466125 L 717.461426 150.466125 L 717.461426 198.277161 L 634.765381 198.277161 L 634.765381 150.466125 Z"/>
<path id="path588" fill="none" stroke="#000000" stroke-width="0.302362" stroke-linejoin="round" d="M 634.765381 198.277161 L 717.461426 198.277161 L 717.461426 150.466125 L 634.765381 150.466125 L 634.765381 198.277161 Z"/>
<path id="path589" fill="#e5b9b5" fill-rule="evenodd" stroke="none" d="M 641.039368 156.664551 L 712.056702 156.664551 L 712.056702 192.078735 L 641.039368 192.078735 L 641.039368 156.664551 Z"/>
<path id="path590" fill="none" stroke="#000000" stroke-width="0.302362" stroke-linejoin="round" d="M 641.039368 192.078735 L 712.056702 192.078735 L 712.056702 156.664551 L 641.039368 156.664551 L 641.039368 192.078735 Z"/>
<text id="text1" xml:space="preserve" x="661" y="180" font-family="Helvetica" font-size="12.434646" fill="#000000">IN</text>
<text id="text2" xml:space="preserve" x="673" y="180" font-family="Helvetica" font-size="12.434646" fill="#000000">-</text>
<text id="AE" xml:space="preserve" x="676" y="180" font-family="Helvetica" font-size="12.434646" fill="#000000">AE</text>
<text id="text3" xml:space="preserve" x="601" y="166" font-family="Helvetica" font-size="14.891339" fill="#4bacc6">M</text>
<text id="ca" xml:space="preserve" x="614" y="166" font-family="Helvetica" font-size="14.891339" fill="#4bacc6">ca</text>
<text id="Light" xml:space="preserve" x="130" y="207" font-family="Helvetica" font-size="14.891339" fill="#000000">Light</text>
<text id="text4" xml:space="preserve" x="160" y="207" font-family="Helvetica" font-size="14.891339" fill="#000000">#</text>
<text id="1" xml:space="preserve" x="167" y="207" font-family="Helvetica" font-size="14.891339" fill="#000000">1</text>
<text id="text5" xml:space="preserve" x="130" y="262" font-family="Helvetica" font-size="14.891339" fill="#000000">Light</text>
<text id="text6" xml:space="preserve" x="160" y="262" font-family="Helvetica" font-size="14.891339" fill="#000000">#</text>
<text id="2" xml:space="preserve" x="167" y="262" font-family="Helvetica" font-size="14.891339" fill="#000000">2</text>
<text id="Home-Gateway" xml:space="preserve" x="230" y="264" font-family="Helvetica" font-size="14.891339" fill="#000000">Home Gateway</text>
<path id="path591" fill="none" stroke="#923931" stroke-width="1.247244" stroke-dasharray="4.988976 2.494488" stroke-dashoffset="0" d="M 214.822052 209.766907 L 202.160629 209.766907 L 202.160629 174.466125 L 180.692917 174.466125"/>
<path id="path592" fill="#923931" fill-rule="evenodd" stroke="none" d="M 214.74646 209.12439 L 214.74646 210.371643 L 215.388977 210.371643 L 215.615753 210.333862 L 215.804718 210.182678 L 215.955902 209.993713 L 215.993698 209.766907 L 215.955902 209.50238 L 215.804718 209.313416 L 215.615753 209.162231 L 215.388977 209.12439 L 214.74646 209.12439 Z"/>
<path id="path593" fill="#923931" fill-rule="evenodd" stroke="none" d="M 180.806305 175.070862 L 180.806305 173.823608 L 180.163773 173.823608 L 179.937012 173.861389 L 179.748032 174.012573 L 179.596848 174.201599 L 179.559052 174.466125 L 179.596848 174.692932 L 179.748032 174.881897 L 179.937012 175.033081 L 180.163773 175.070862 L 180.806305 175.070862 Z"/>
<path id="path594" fill="#dde2cd" fill-rule="evenodd" stroke="none" d="M 215.388977 170.459839 L 298.085052 170.459839 L 298.085052 249.036224 L 215.388977 249.036224 L 215.388977 170.459839 Z"/>
<path id="path595" fill="none" stroke="#000000" stroke-width="0.302362" stroke-linejoin="round" d="M 215.388977 249.036224 L 298.085052 249.036224 L 298.085052 170.459839 L 215.388977 170.459839 L 215.388977 249.036224 Z"/>
<path id="path596" fill="#e5b9b5" fill-rule="evenodd" stroke="none" d="M 221.549606 175.637817 L 292.529144 175.637817 L 292.529144 201.376404 L 221.549606 201.376404 L 221.549606 175.637817 Z"/>
<path id="path597" fill="none" stroke="#000000" stroke-width="0.302362" stroke-linejoin="round" d="M 221.549606 201.376404 L 292.529144 201.376404 L 292.529144 175.637817 L 221.549606 175.637817 L 221.549606 201.376404 Z"/>
<text id="MN" xml:space="preserve" x="238" y="194" font-family="Helvetica" font-size="12.434646" fill="#000000">MN</text>
<text id="text7" xml:space="preserve" x="257" y="194" font-family="Helvetica" font-size="12.434646" fill="#000000">-</text>
<text id="text8" xml:space="preserve" x="261" y="194" font-family="Helvetica" font-size="12.434646" fill="#000000">AE</text>
<path id="path598" fill="#dde2cd" fill-rule="evenodd" stroke="none" d="M 115.00473 155.644104 L 180.163773 155.644104 L 180.163773 193.288208 L 115.00473 193.288208 L 115.00473 155.644104 Z"/>
<path id="path599" fill="none" stroke="#000000" stroke-width="0.302362" stroke-linejoin="round" d="M 115.00473 193.288208 L 180.163773 193.288208 L 180.163773 155.644104 L 115.00473 155.644104 L 115.00473 193.288208 Z"/>
<path id="path600" fill="#e5b9b5" fill-rule="evenodd" stroke="none" d="M 119.993698 160.481873 L 175.892914 160.481873 L 175.892914 188.412598 L 119.993698 188.412598 L 119.993698 160.481873 Z"/>
<path id="path601" fill="none" stroke="#000000" stroke-width="0.302362" stroke-linejoin="round" d="M 119.993698 188.412598 L 175.892914 188.412598 L 175.892914 160.481873 L 119.993698 160.481873 L 119.993698 188.412598 Z"/>
<text id="ADN" xml:space="preserve" x="124" y="180" font-family="Helvetica" font-size="11.187402" fill="#000000">ADN</text>
<text id="text9" xml:space="preserve" x="145" y="180" font-family="Helvetica" font-size="11.187402" fill="#000000">-</text>
<text id="text10" xml:space="preserve" x="149" y="180" font-family="Helvetica" font-size="11.187402" fill="#000000">AE</text>
<text id="text11" xml:space="preserve" x="161" y="180" font-family="Helvetica" font-size="11.187402" fill="#000000">-</text>
<text id="text12" xml:space="preserve" x="164" y="180" font-family="Helvetica" font-size="11.187402" fill="#000000">1</text>
<path id="path602" fill="#fbd7bb" fill-rule="evenodd" stroke="none" d="M 221.549606 215.587402 L 292.529144 215.587402 L 292.529144 241.325989 L 221.549606 241.325989 L 221.549606 215.587402 Z"/>
<path id="path603" fill="none" stroke="#000000" stroke-width="0.302362" stroke-linejoin="round" d="M 221.549606 241.325989 L 292.529144 241.325989 L 292.529144 215.587402 L 221.549606 215.587402 L 221.549606 241.325989 Z"/>
<text id="text13" xml:space="preserve" x="235" y="234" font-family="Helvetica" font-size="12.434646" fill="#000000">MN</text>
<text id="text14" xml:space="preserve" x="254" y="234" font-family="Helvetica" font-size="12.434646" fill="#000000">-</text>
<text id="text15" xml:space="preserve" x="258" y="234" font-family="Helvetica" font-size="12.434646" fill="#000000">CSE</text>
<path id="path604" fill="none" stroke="#000000" stroke-width="0.944882" stroke-linejoin="round" d="M 257.039368 201.792114 L 257.039368 215.171631"/>
<path id="path605" fill="#000000" fill-rule="evenodd" stroke="none" d="M 256.548035 201.867737 L 257.49292 201.867737 L 257.49292 201.376404 L 257.455109 201.22522 L 257.341736 201.074036 L 257.190552 200.960632 L 257.039368 200.922852 L 256.850403 200.960632 L 256.699219 201.074036 L 256.585815 201.22522 L 256.548035 201.376404 L 256.548035 201.867737 Z"/>
<path id="path606" fill="#000000" fill-rule="evenodd" stroke="none" d="M 257.49292 215.096069 L 256.548035 215.096069 L 256.548035 215.587402 L 256.585815 215.738586 L 256.699219 215.889771 L 256.850403 216.003174 L 257.039368 216.040955 L 257.190552 216.003174 L 257.341736 215.889771 L 257.455109 215.738586 L 257.49292 215.587402 L 257.49292 215.096069 Z"/>
<text id="text16" xml:space="preserve" x="183" y="241" font-family="Helvetica" font-size="14.891339" fill="#4bacc6">M</text>
<text id="text17" xml:space="preserve" x="195" y="241" font-family="Helvetica" font-size="14.891339" fill="#4bacc6">ca</text>
<text id="text18" xml:space="preserve" x="187" y="165" font-family="Helvetica" font-size="14.891339" fill="#4bacc6">M</text>
<text id="text19" xml:space="preserve" x="199" y="165" font-family="Helvetica" font-size="14.891339" fill="#4bacc6">ca</text>
<text id="Home-" xml:space="preserve" x="146" y="303" font-family="Helvetica" font-size="14.891339" fill="#4bacc6">Home</text>
<text id="Domain" xml:space="preserve" x="186" y="303" font-family="Helvetica" font-size="14.891339" fill="#4bacc6">Domain</text>
<path id="path607" fill="#dde2cd" fill-rule="evenodd" stroke="none" d="M 114.777954 207.877136 L 179.937012 207.877136 L 179.937012 245.521271 L 114.777954 245.521271 L 114.777954 207.877136 Z"/>
<path id="path608" fill="none" stroke="#000000" stroke-width="0.302362" stroke-linejoin="round" d="M 114.777954 245.521271 L 179.937012 245.521271 L 179.937012 207.877136 L 114.777954 207.877136 L 114.777954 245.521271 Z"/>
<path id="path609" fill="#e5b9b5" fill-rule="evenodd" stroke="none" d="M 119.729141 212.752747 L 175.666138 212.752747 L 175.666138 240.64566 L 119.729141 240.64566 L 119.729141 212.752747 Z"/>
<path id="path610" fill="none" stroke="#000000" stroke-width="0.302362" stroke-linejoin="round" d="M 119.729141 240.64566 L 175.666138 240.64566 L 175.666138 212.752747 L 119.729141 212.752747 L 119.729141 240.64566 Z"/>
<text id="text20" xml:space="preserve" x="124" y="232" font-family="Helvetica" font-size="11.187402" fill="#000000">ADN</text>
<text id="text21" xml:space="preserve" x="145" y="232" font-family="Helvetica" font-size="11.187402" fill="#000000">-</text>
<text id="text22" xml:space="preserve" x="148" y="232" font-family="Helvetica" font-size="11.187402" fill="#000000">AE</text>
<text id="text23" xml:space="preserve" x="161" y="232" font-family="Helvetica" font-size="11.187402" fill="#000000">-</text>
<text id="text24" xml:space="preserve" x="164" y="232" font-family="Helvetica" font-size="11.187402" fill="#000000">2</text>
<path id="path611" fill="none" stroke="#923931" stroke-width="1.247244" stroke-dasharray="4.988976 2.494488" stroke-dashoffset="0" d="M 180.466141 226.699219 L 181.600006 226.699219 L 181.600006 209.766907 L 214.822052 209.766907"/>
<path id="path612" fill="#923931" fill-rule="evenodd" stroke="none" d="M 180.541733 227.303955 L 180.541733 226.056702 L 179.937012 226.056702 L 179.710236 226.132263 L 179.483459 226.245667 L 179.370071 226.472412 L 179.332291 226.699219 L 179.370071 226.925964 L 179.483459 227.152771 L 179.710236 227.266113 L 179.937012 227.303955 L 180.541733 227.303955 Z"/>
<path id="path613" fill="#923931" fill-rule="evenodd" stroke="none" d="M 214.74646 209.12439 L 214.74646 210.371643 L 215.388977 210.371643 L 215.615753 210.333862 L 215.804718 210.182678 L 215.955902 209.993713 L 215.993698 209.766907 L 215.955902 209.50238 L 215.804718 209.313416 L 215.615753 209.162231 L 215.388977 209.12439 L 214.74646 209.12439 Z"/>
<path id="path614" fill="none" stroke="#ea700d" stroke-width="1.851969" stroke-dasharray="7.407874 3.703937" stroke-dashoffset="0" d="M 441.404724 117.735413 L 325.486603 117.735413 L 325.486603 209.766907 L 298.916534 209.766907"/>
<path id="path615" fill="#ea700d" fill-rule="evenodd" stroke="none" d="M 441.291351 116.828369 L 441.291351 118.680298 L 442.236206 118.680298 L 442.576385 118.604736 L 442.878754 118.415771 L 443.067719 118.113403 L 443.143311 117.735413 L 443.067719 117.395264 L 442.878754 117.092896 L 442.576385 116.86615 L 442.236206 116.828369 L 441.291351 116.828369 Z"/>
<path id="path616" fill="#ea700d" fill-rule="evenodd" stroke="none" d="M 299.029907 210.674011 L 299.029907 208.822021 L 298.085052 208.822021 L 297.744873 208.897644 L 297.442505 209.086609 L 297.215759 209.388977 L 297.177948 209.766907 L 297.215759 210.107117 L 297.442505 210.409424 L 297.744873 210.59845 L 298.085052 210.674011 L 299.029907 210.674011 Z"/>
<path id="path617" fill="none" stroke="#ea700d" stroke-width="1.851969" stroke-dasharray="7.407874 3.703937" stroke-dashoffset="0" d="M 633.933838 174.390564 L 580.907104 174.390564 L 580.907104 117.735413 L 559.174805 117.735413"/>
<path id="path618" fill="#ea700d" fill-rule="evenodd" stroke="none" d="M 633.820496 173.445679 L 633.820496 175.297607 L 634.765381 175.297607 L 635.10553 175.222046 L 635.407898 175.033081 L 635.634644 174.730713 L 635.672424 174.390564 L 635.634644 174.012573 L 635.407898 173.710266 L 635.10553 173.52124 L 634.765381 173.445679 L 633.820496 173.445679 Z"/>
<path id="path619" fill="#ea700d" fill-rule="evenodd" stroke="none" d="M 559.325989 118.680298 L 559.325989 116.828369 L 558.381104 116.828369 L 558.040955 116.86615 L 557.738586 117.092896 L 557.511841 117.395264 L 557.436218 117.735413 L 557.511841 118.113403 L 557.738586 118.415771 L 558.040955 118.604736 L 558.381104 118.680298 L 559.325989 118.680298 Z"/>
</g>
</g>
</svg>
media/IN-CSEResourceStructure.png

8.29 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by Pixelmator Pro 3.5.6 -->
<svg width="328" height="212" viewBox="0 0 328 212" xmlns="http://www.w3.org/2000/svg">
<clipPath id="clipPath1">
<path d="M -16.108658 15.269287 L 315.771652 15.269287 L 315.771652 206.173218 L -16.108658 206.173218 L -16.108658 15.269287 Z"/>
<path clip-rule="evenodd" d="M -16.108658 15.269287 L 315.809433 15.269287 L 315.809433 206.211029 L -16.108658 206.211029 Z"/>
</clipPath>
<g id="Group" clip-path="url(#clipPath1)">
<path id="Path" fill="none" stroke="#000000" stroke-width="0.415748" stroke-linejoin="round" d="M 134.316528 131.22522 L 298.385803 131.22522 L 298.385803 95.886597 L 134.127563 95.886597 L 134.127563 131.074036"/>
<path id="path1" fill="#000000" fill-rule="evenodd" stroke="none" d="M 134.35434 131.451965 L 134.35434 131.036194 L 134.127563 131.036194 L 134.051971 131.036194 L 133.976379 131.074036 L 133.938568 131.149597 L 133.900787 131.22522 L 133.938568 131.338562 L 133.976379 131.376404 L 134.051971 131.451965 L 134.127563 131.451965 L 134.35434 131.451965 Z"/>
<path id="path2" fill="#000000" fill-rule="evenodd" stroke="none" d="M 134.35434 131.036194 L 133.900787 131.036194 L 133.900787 131.22522 L 133.938568 131.338562 L 133.976379 131.376404 L 134.051971 131.451965 L 134.127563 131.451965 L 134.203156 131.451965 L 134.278748 131.376404 L 134.316528 131.338562 L 134.35434 131.22522 L 134.35434 131.036194 Z"/>
<text id="home" xml:space="preserve" x="148" y="122" font-family="Times New Roman" font-size="21.316535" font-weight="700" fill="#000000">home</text>
<text id="text1" xml:space="preserve" x="197" y="122" font-family="Times New Roman" font-size="21.316535" font-weight="700" fill="#000000">_</text>
<text id="gateway" xml:space="preserve" x="208" y="122" font-family="Times New Roman" font-size="21.316535" font-weight="700" fill="#000000">gateway</text>
<path id="path3" fill="none" stroke="#000000" stroke-width="0.415748" stroke-linejoin="round" d="M 21.308655 79.10553 L 185.37796 79.10553 L 185.37796 27.212585 L 21.11969 27.212585 L 21.11969 78.916565"/>
<path id="path4" fill="#000000" fill-rule="evenodd" stroke="none" d="M 21.346466 79.294495 L 21.346466 78.878723 L 21.11969 78.878723 L 21.044098 78.878723 L 20.968506 78.954346 L 20.930695 78.992126 L 20.892914 79.10553 L 20.930695 79.181091 L 20.968506 79.256714 L 21.044098 79.294495 L 21.11969 79.294495 L 21.346466 79.294495 Z"/>
<path id="path5" fill="#000000" fill-rule="evenodd" stroke="none" d="M 21.346466 78.878723 L 20.892914 78.878723 L 20.892914 79.10553 L 20.930695 79.181091 L 20.968506 79.256714 L 21.044098 79.294495 L 21.11969 79.294495 L 21.195282 79.294495 L 21.270874 79.256714 L 21.308655 79.181091 L 21.346466 79.10553 L 21.346466 78.878723 Z"/>
<text id="server" xml:space="preserve" x="69" y="63" font-family="Times New Roman" font-size="24.907087" font-weight="700" fill="#000000">server</text>
<path id="path6" fill="none" stroke="#000000" stroke-width="0.415748" stroke-linejoin="round" d="M 133.938568 113.574829 L 103.24881 113.574829 L 103.24881 79.294495"/>
<path id="path7" fill="#000000" fill-rule="evenodd" stroke="none" d="M 133.900787 113.348022 L 133.900787 113.763794 L 134.127563 113.763794 L 134.203156 113.763794 L 134.278748 113.726013 L 134.316528 113.650391 L 134.35434 113.574829 L 134.316528 113.499207 L 134.278748 113.423645 L 134.203156 113.385803 L 134.127563 113.348022 L 133.900787 113.348022 Z"/>
<path id="path8" fill="#000000" fill-rule="evenodd" stroke="none" d="M 103.022034 79.294495 L 103.475586 79.294495 L 103.475586 79.10553 L 103.437805 78.992126 L 103.399994 78.954346 L 103.324402 78.878723 L 103.24881 78.878723 L 103.173218 78.878723 L 103.097626 78.954346 L 103.059845 78.992126 L 103.022034 79.10553 L 103.022034 79.294495 Z"/>
<path id="path9" fill="none" stroke="#000000" stroke-width="0.415748" stroke-linejoin="round" d="M 134.316528 188.863007 L 298.385803 188.863007 L 298.385803 154.50708 L 134.127563 154.50708 L 134.127563 188.674011"/>
<path id="path10" fill="#000000" fill-rule="evenodd" stroke="none" d="M 134.35434 189.089752 L 134.35434 188.63623 L 134.127563 188.63623 L 134.051971 188.674011 L 133.976379 188.711823 L 133.938568 188.787415 L 133.900787 188.863007 L 133.938568 188.938568 L 133.976379 189.01416 L 134.051971 189.051971 L 134.127563 189.089752 L 134.35434 189.089752 Z"/>
<path id="path11" fill="#000000" fill-rule="evenodd" stroke="none" d="M 134.35434 188.63623 L 133.900787 188.63623 L 133.900787 188.863007 L 133.938568 188.938568 L 133.976379 189.01416 L 134.051971 189.051971 L 134.127563 189.089752 L 134.203156 189.051971 L 134.278748 189.01416 L 134.316528 188.938568 L 134.35434 188.863007 L 134.35434 188.63623 Z"/>
<text id="smartphone" xml:space="preserve" x="145" y="180" font-family="Times New Roman" font-size="21.316535" font-weight="700" fill="#000000">smartphone</text>
<text id="text2" xml:space="preserve" x="254" y="180" font-family="Times New Roman" font-size="21.316535" font-weight="700" fill="#000000">_</text>
<text id="ae" xml:space="preserve" x="265" y="180" font-family="Times New Roman" font-size="21.316535" font-weight="700" fill="#000000">ae</text>
<path id="path12" fill="none" stroke="#000000" stroke-width="0.415748" stroke-linejoin="round" d="M 133.938568 171.703949 L 103.24881 171.703949 L 103.24881 79.294495"/>
<path id="path13" fill="#000000" fill-rule="evenodd" stroke="none" d="M 133.900787 171.477173 L 133.900787 171.892914 L 134.127563 171.892914 L 134.203156 171.892914 L 134.278748 171.855133 L 134.316528 171.779541 L 134.35434 171.703949 L 134.316528 171.590546 L 134.278748 171.552765 L 134.203156 171.477173 L 134.127563 171.477173 L 133.900787 171.477173 Z"/>
<path id="path14" fill="#000000" fill-rule="evenodd" stroke="none" d="M 103.022034 79.294495 L 103.475586 79.294495 L 103.475586 79.10553 L 103.437805 78.992126 L 103.399994 78.954346 L 103.324402 78.878723 L 103.24881 78.878723 L 103.173218 78.878723 L 103.097626 78.954346 L 103.059845 78.992126 L 103.022034 79.10553 L 103.022034 79.294495 Z"/>
</g>
</svg>
media/InitialResourceCreationPhaseCallFlows.png

76.7 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by Pixelmator Pro 3.5.6 -->
<svg width="754" height="640" viewBox="0 0 754 640" xmlns="http://www.w3.org/2000/svg">
<clipPath id="clipPath1">
<path d="M 14.795277 13.173203 L 732.867725 13.173203 L 732.867725 638.231491 L 14.795277 638.231491 L 14.795277 13.173203 Z"/>
</clipPath>
<g id="Group" clip-path="url(#clipPath1)">
<path id="Path" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 25.755905 20.240967 L 82.411026 20.240967 L 82.411026 48.587402 L 25.755905 48.587402 L 25.755905 20.240967 Z"/>
<path id="path1" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 25.755905 48.587402 L 82.411026 48.587402 L 82.411026 20.240967 L 25.755905 20.240967 L 25.755905 48.587402 Z"/>
<path id="path2" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 54.102364 16.688171 L 54.102364 16.688171 L 54.102364 16.688171 L 54.102364 16.688171 L 54.102364 16.688171 L 54.102364 16.688171 Z"/>
<path id="path3" fill="none" stroke="#5692c9" stroke-width="0.566929" stroke-linejoin="round" d="M 54.102364 48.436218 L 54.102364 607.163818"/>
<path id="path4" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 53.800003 48.473999 L 54.366928 48.473999 L 54.366928 48.171631 L 54.329132 48.058289 L 54.291336 47.982666 L 54.177956 47.907104 L 54.102364 47.907104 L 53.988976 47.907104 L 53.875587 47.982666 L 53.837799 48.058289 L 53.800003 48.171631 L 53.800003 48.473999 Z"/>
<path id="path5" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 54.366928 607.125977 L 53.800003 607.125977 L 53.800003 607.390564 L 53.837799 607.503906 L 53.875587 607.61731 L 53.988976 607.655151 L 54.102364 607.692871 L 54.177956 607.655151 L 54.291336 607.61731 L 54.329132 607.503906 L 54.366928 607.390564 L 54.366928 607.125977 Z"/>
<path id="path6" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 16.307087 20.618896 L 91.85984 20.618896 L 91.85984 48.171631 L 16.307087 48.171631 L 16.307087 20.618896 Z"/>
<path id="path7" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 16.307087 48.171631 L 91.85984 48.171631 L 91.85984 20.618896 L 16.307087 20.618896 L 16.307087 48.171631 Z"/>
<text id="ADN" xml:space="preserve" x="28" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">ADN</text>
<text id="-" xml:space="preserve" x="53" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">-</text>
<text id="AE" xml:space="preserve" x="57" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">AE</text>
<text id="1" xml:space="preserve" x="72" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">1</text>
<path id="path8" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 161.743301 19.825195 L 218.360626 19.825195 L 218.360626 48.171631 L 161.743301 48.171631 L 161.743301 19.825195 Z"/>
<path id="path9" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 161.743301 48.171631 L 218.360626 48.171631 L 218.360626 19.825195 L 161.743301 19.825195 L 161.743301 48.171631 Z"/>
<text id="AND" xml:space="preserve" x="170" y="39" font-family="Calibri" font-size="9.977953" fill="#ffffff">AND</text>
<text id="text1" xml:space="preserve" x="189" y="39" font-family="Calibri" font-size="9.977953" fill="#ffffff">-</text>
<text id="text2" xml:space="preserve" x="192" y="39" font-family="Calibri" font-size="9.977953" fill="#ffffff">AE</text>
<text id="2" xml:space="preserve" x="203" y="39" font-family="Calibri" font-size="9.977953" fill="#ffffff">2</text>
<path id="path10" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 190.051971 16.272461 L 190.051971 16.272461 L 190.051971 16.272461 L 190.051971 16.272461 L 190.051971 16.272461 L 190.051971 16.272461 Z"/>
<path id="path11" fill="none" stroke="#5692c9" stroke-width="0.566929" stroke-linejoin="round" d="M 190.051971 47.982666 L 190.051971 616.61261"/>
<path id="path12" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 189.787399 48.020447 L 190.316528 48.020447 L 190.316528 47.75592 L 190.316528 47.642517 L 190.240952 47.566956 L 190.165359 47.491333 L 190.051971 47.491333 L 189.938583 47.491333 L 189.862991 47.566956 L 189.787399 47.642517 L 189.787399 47.75592 L 189.787399 48.020447 Z"/>
<path id="path13" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 190.316528 616.574829 L 189.787399 616.574829 L 189.787399 616.839355 L 189.787399 616.952759 L 189.862991 617.066162 L 189.938583 617.103943 L 190.051971 617.141724 L 190.165359 617.103943 L 190.240952 617.066162 L 190.316528 616.952759 L 190.316528 616.839355 L 190.316528 616.574829 Z"/>
<path id="path14" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 152.294495 20.203125 L 227.809448 20.203125 L 227.809448 47.75592 L 152.294495 47.75592 L 152.294495 20.203125 Z"/>
<path id="path15" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 152.294495 47.75592 L 227.809448 47.75592 L 227.809448 20.203125 L 152.294495 20.203125 L 152.294495 47.75592 Z"/>
<text id="text3" xml:space="preserve" x="164" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">ADN</text>
<text id="text4" xml:space="preserve" x="189" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">-</text>
<text id="text5" xml:space="preserve" x="193" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">AE</text>
<text id="text6" xml:space="preserve" x="208" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">2</text>
<path id="path16" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 297.692902 20.203125 L 354.348022 20.203125 L 354.348022 48.549622 L 297.692902 48.549622 L 297.692902 20.203125 Z"/>
<path id="path17" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 297.692902 48.549622 L 354.348022 48.549622 L 354.348022 20.203125 L 297.692902 20.203125 L 297.692902 48.549622 Z"/>
<path id="path18" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 326.039368 15.47876 L 326.039368 15.47876 L 326.039368 15.47876 L 326.039368 15.47876 L 326.039368 15.47876 L 326.039368 15.47876 Z"/>
<path id="path19" fill="none" stroke="#5692c9" stroke-width="0.566929" stroke-linejoin="round" d="M 326.039368 49.570068 L 326.039368 616.61261"/>
<path id="path20" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 325.737 49.607849 L 326.303925 49.607849 L 326.303925 49.343323 L 326.266144 49.229919 L 326.228333 49.154358 L 326.11496 49.078735 L 326.039368 49.040955 L 325.925995 49.078735 L 325.812592 49.154358 L 325.774811 49.229919 L 325.737 49.343323 L 325.737 49.607849 Z"/>
<path id="path21" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 326.303925 616.574829 L 325.737 616.574829 L 325.737 616.839355 L 325.774811 616.952759 L 325.812592 617.066162 L 325.925995 617.103943 L 326.039368 617.141724 L 326.11496 617.103943 L 326.228333 617.066162 L 326.266144 616.952759 L 326.303925 616.839355 L 326.303925 616.574829 Z"/>
<path id="path22" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 288.24408 19.409424 L 363.796844 19.409424 L 363.796844 49.343323 L 288.24408 49.343323 L 288.24408 19.409424 Z"/>
<path id="path23" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 288.24408 49.343323 L 363.796844 49.343323 L 363.796844 19.409424 L 288.24408 19.409424 L 288.24408 49.343323 Z"/>
<text id="MN" xml:space="preserve" x="305" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">MN</text>
<text id="text7" xml:space="preserve" x="326" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">-</text>
<text id="text8" xml:space="preserve" x="330" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">AE</text>
<path id="path24" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 452.842529 19.409424 L 509.49762 19.409424 L 509.49762 47.75592 L 452.842529 47.75592 L 452.842529 19.409424 Z"/>
<path id="path25" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 452.842529 47.75592 L 509.49762 47.75592 L 509.49762 19.409424 L 452.842529 19.409424 L 452.842529 47.75592 Z"/>
<path id="path26" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 481.151184 14.685059 L 481.151184 14.685059 L 481.151184 14.685059 L 481.151184 14.685059 L 481.151184 14.685059 L 481.151184 14.685059 Z"/>
<path id="path27" fill="none" stroke="#5692c9" stroke-width="0.566929" stroke-linejoin="round" d="M 481.151184 48.776367 L 481.151184 616.61261"/>
<path id="path28" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 480.886627 48.814148 L 481.453552 48.814148 L 481.453552 48.549622 L 481.415741 48.436218 L 481.340149 48.360657 L 481.264557 48.285034 L 481.151184 48.285034 L 481.037781 48.285034 L 480.962219 48.360657 L 480.886627 48.436218 L 480.886627 48.549622 L 480.886627 48.814148 Z"/>
<path id="path29" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 481.453552 616.574829 L 480.886627 616.574829 L 480.886627 616.839355 L 480.886627 616.952759 L 480.962219 617.066162 L 481.037781 617.103943 L 481.151184 617.141724 L 481.264557 617.103943 L 481.340149 617.066162 L 481.415741 616.952759 L 481.453552 616.839355 L 481.453552 616.574829 Z"/>
<path id="path30" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 443.393707 18.653564 L 518.908691 18.653564 L 518.908691 48.549622 L 443.393707 48.549622 L 443.393707 18.653564 Z"/>
<path id="path31" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 443.393707 48.549622 L 518.908691 48.549622 L 518.908691 18.653564 L 443.393707 18.653564 L 443.393707 48.549622 Z"/>
<text id="text9" xml:space="preserve" x="458" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">MN</text>
<text id="text10" xml:space="preserve" x="478" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">-</text>
<text id="CSE" xml:space="preserve" x="482" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">CSE</text>
<path id="path32" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 583.122864 19.409424 L 639.777954 19.409424 L 639.777954 47.75592 L 583.122864 47.75592 L 583.122864 19.409424 Z"/>
<path id="path33" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 583.122864 47.75592 L 639.777954 47.75592 L 639.777954 19.409424 L 583.122864 19.409424 L 583.122864 47.75592 Z"/>
<path id="path34" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 611.431519 15.47876 L 611.431519 15.47876 L 611.431519 15.47876 L 611.431519 15.47876 L 611.431519 15.47876 L 611.431519 15.47876 Z"/>
<path id="path35" fill="none" stroke="#5692c9" stroke-width="0.566929" stroke-linejoin="round" d="M 611.431519 47.982666 L 611.431519 616.61261"/>
<path id="path36" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 611.166931 48.020447 L 611.696045 48.020447 L 611.696045 47.75592 L 611.696045 47.642517 L 611.620483 47.566956 L 611.544861 47.491333 L 611.431519 47.491333 L 611.318115 47.491333 L 611.242493 47.566956 L 611.166931 47.642517 L 611.166931 47.75592 L 611.166931 48.020447 Z"/>
<path id="path37" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 611.696045 616.574829 L 611.166931 616.574829 L 611.166931 616.839355 L 611.166931 616.952759 L 611.242493 617.066162 L 611.318115 617.103943 L 611.431519 617.141724 L 611.544861 617.103943 L 611.620483 617.066162 L 611.696045 616.952759 L 611.696045 616.839355 L 611.696045 616.574829 Z"/>
<path id="path38" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 573.674011 19.409424 L 649.188965 19.409424 L 649.188965 47.75592 L 573.674011 47.75592 L 573.674011 19.409424 Z"/>
<path id="path39" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 573.674011 47.75592 L 649.188965 47.75592 L 649.188965 19.409424 L 573.674011 19.409424 L 573.674011 47.75592 Z"/>
<text id="IN" xml:space="preserve" x="592" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">IN</text>
<text id="text11" xml:space="preserve" x="605" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">-</text>
<text id="text12" xml:space="preserve" x="609" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">CSE</text>
<path id="path40" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 665.251953 19.409424 L 721.907104 19.409424 L 721.907104 47.75592 L 665.251953 47.75592 L 665.251953 19.409424 Z"/>
<path id="path41" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 665.251953 47.75592 L 721.907104 47.75592 L 721.907104 19.409424 L 665.251953 19.409424 L 665.251953 47.75592 Z"/>
<path id="path42" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 693.59845 15.47876 L 693.59845 15.47876 L 693.59845 15.47876 L 693.59845 15.47876 L 693.59845 15.47876 L 693.59845 15.47876 Z"/>
<path id="path43" fill="none" stroke="#5692c9" stroke-width="0.566929" stroke-linejoin="round" d="M 693.59845 47.982666 L 693.59845 616.61261"/>
<path id="path44" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 693.296082 48.020447 L 693.862976 48.020447 L 693.862976 47.75592 L 693.825195 47.642517 L 693.787415 47.566956 L 693.674011 47.491333 L 693.59845 47.491333 L 693.485046 47.491333 L 693.371643 47.566956 L 693.333862 47.642517 L 693.296082 47.75592 L 693.296082 48.020447 Z"/>
<path id="path45" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 693.862976 616.574829 L 693.296082 616.574829 L 693.296082 616.839355 L 693.333862 616.952759 L 693.371643 617.066162 L 693.485046 617.103943 L 693.59845 617.141724 L 693.674011 617.103943 L 693.787415 617.066162 L 693.825195 616.952759 L 693.862976 616.839355 L 693.862976 616.574829 Z"/>
<path id="path46" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 655.803162 19.409424 L 731.355896 19.409424 L 731.355896 47.75592 L 655.803162 47.75592 L 655.803162 19.409424 Z"/>
<path id="path47" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 655.803162 47.75592 L 731.355896 47.75592 L 731.355896 19.409424 L 655.803162 19.409424 L 655.803162 47.75592 Z"/>
<text id="text13" xml:space="preserve" x="677" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">IN</text>
<text id="text14" xml:space="preserve" x="689" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">-</text>
<text id="text15" xml:space="preserve" x="694" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">AE</text>
<path id="path48" fill="none" stroke="#7c9530" stroke-width="1.662992" stroke-linejoin="round" d="M 326.757477 164.694458 L 471.211029 163.976379"/>
<path id="path49" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 326.87088 165.526001 L 326.87088 163.862976 L 326.001587 163.862976 L 325.699219 163.938599 L 325.434631 164.127563 L 325.245667 164.392151 L 325.207886 164.694458 L 325.245667 165.034668 L 325.434631 165.299194 L 325.699219 165.488159 L 326.039368 165.526001 L 326.87088 165.526001 Z"/>
<path id="path50" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 471.097626 163.144897 L 471.135437 164.807861 L 471.966919 164.807861 L 472.269287 164.7323 L 472.533844 164.543335 L 472.722839 164.278748 L 472.798431 163.976379 L 472.722839 163.63623 L 472.533844 163.371643 L 472.269287 163.182678 L 471.929138 163.144897 L 471.097626 163.144897 Z"/>
<path id="path51" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 470.606293 158.722839 L 481.151184 163.900818 L 470.644104 169.229919 L 470.606293 158.722839 L 470.606293 158.722839 Z"/>
<path id="path52" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 397.737 158.987427 L 409.453552 158.987427 L 409.453552 169.645691 L 397.737 169.645691 L 397.737 158.987427 Z"/>
<text id="text16" xml:space="preserve" x="397" y="169" font-family="Calibri" font-size="8.88189" fill="#607423">1</text>
<text id="text17" xml:space="preserve" x="401" y="169" font-family="Calibri" font-size="8.88189" fill="#607423">-</text>
<text id="text18" xml:space="preserve" x="404" y="169" font-family="Calibri" font-size="8.88189" fill="#607423">1</text>
<path id="path53" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 341.11969 57.922852 L 465.730713 57.922852 L 465.730713 133.210999 L 341.11969 133.210999 L 341.11969 57.922852 Z"/>
<path id="path54" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 341.11969 133.210999 L 465.730713 133.210999 L 465.730713 57.922852 L 341.11969 57.922852 L 341.11969 133.210999 Z"/>
<text id="Group-resource-creation-" xml:space="preserve" x="345" y="78" font-family="Calibri" font-size="11.111811" fill="#406fc5">Group resource creation</text>
<text id="for" xml:space="preserve" x="345" y="92" font-family="Calibri" font-size="11.111811" fill="#406fc5">for</text>
<text id="u" xml:space="preserve" x="360" y="92" font-family="Calibri" font-size="11.111811" fill="#406fc5">u</text>
<text id="pdating-and-retrieval-" xml:space="preserve" x="366" y="92" font-family="Calibri" font-size="11.111811" fill="#406fc5">pdating and retrieval</text>
<text id="of-the-state-of" xml:space="preserve" x="345" y="105" font-family="Calibri" font-size="11.111811" fill="#406fc5">of the state of a group of</text>
<text id="lights" xml:space="preserve" x="345" y="122" font-family="Calibri" font-size="11.111811" fill="#406fc5">lights</text>
<text id="text19" xml:space="preserve" x="369" y="122" font-family="Calibri" font-size="11.111811" fill="#406fc5">.</text>
<path id="path55" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 493.094482 139.522827 L 598.240967 139.522827 L 598.240967 227.661438 L 493.094482 227.661438 L 493.094482 139.522827 Z"/>
<path id="path56" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 493.094482 227.661438 L 598.240967 227.661438 L 598.240967 139.522827 L 493.094482 139.522827 L 493.094482 227.661438 Z"/>
<text id="Group-resource-is-" xml:space="preserve" x="505" y="162" font-family="Calibri" font-size="11.111811" fill="#406fc5">Group resource is</text>
<text id="created-with-a-" xml:space="preserve" x="512" y="176" font-family="Calibri" font-size="11.111811" fill="#406fc5">created with a</text>
<text id="specific-access-" xml:space="preserve" x="512" y="189" font-family="Calibri" font-size="11.111811" fill="#406fc5">specific access</text>
<text id="control-policy-under-" xml:space="preserve" x="499" y="202" font-family="Calibri" font-size="11.111811" fill="#406fc5">control policy under</text>
<text id="text20" xml:space="preserve" x="526" y="216" font-family="Calibri" font-size="11.111811" fill="#406fc5">MN</text>
<text id="text21" xml:space="preserve" x="543" y="216" font-family="Calibri" font-size="11.111811" fill="#406fc5">-</text>
<text id="text22" xml:space="preserve" x="546" y="216" font-family="Calibri" font-size="11.111811" fill="#406fc5">CSE</text>
<path id="path57" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 69.371651 222.483459 L 174.782684 222.483459 L 174.782684 261.110229 L 69.371651 261.110229 L 69.371651 222.483459 Z"/>
<path id="path58" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 69.371651 261.110229 L 174.782684 261.110229 L 174.782684 222.483459 L 69.371651 222.483459 L 69.371651 261.110229 Z"/>
<text id="container-resource-" xml:space="preserve" x="73" y="238" font-family="Calibri" font-size="11.111811" fill="#406fc5">container resource</text>
<text id="creation" xml:space="preserve" x="73" y="255" font-family="Calibri" font-size="11.111811" fill="#406fc5">creation</text>
<text id="for-light" xml:space="preserve" x="113" y="255" font-family="Calibri" font-size="11.111811" fill="#406fc5">for light</text>
<text id="text23" xml:space="preserve" x="148" y="255" font-family="Calibri" font-size="11.111811" fill="#406fc5">#</text>
<text id="text24" xml:space="preserve" x="154" y="255" font-family="Calibri" font-size="11.111811" fill="#406fc5">1</text>
<path id="path59" fill="none" stroke="#595959" stroke-width="1.662992" stroke-linejoin="round" d="M 54.820473 269.727539 L 471.211029 270.10553"/>
<path id="path60" fill="#595959" fill-rule="evenodd" stroke="none" d="M 54.933861 270.559082 L 54.933861 268.896057 L 54.102364 268.896057 L 53.762207 268.97168 L 53.497635 269.122864 L 53.308662 269.425171 L 53.270866 269.727539 L 53.308662 270.029907 L 53.497635 270.332275 L 53.762207 270.483459 L 54.102364 270.559082 L 54.933861 270.559082 Z"/>
<path id="path61" fill="#595959" fill-rule="evenodd" stroke="none" d="M 471.135437 269.236206 L 471.097626 270.937012 L 471.966919 270.937012 L 472.269287 270.861389 L 472.533844 270.672424 L 472.722839 270.407898 L 472.798431 270.10553 L 472.722839 269.765381 L 472.533844 269.500793 L 472.269287 269.311829 L 471.966919 269.236206 L 471.135437 269.236206 Z"/>
<path id="path62" fill="#595959" fill-rule="evenodd" stroke="none" d="M 470.644104 264.814148 L 481.151184 270.10553 L 470.644104 275.35907 L 470.644104 264.814148 L 470.644104 264.814148 Z"/>
<path id="path63" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 261.749603 264.587402 L 273.466156 264.587402 L 273.466156 275.245667 L 261.749603 275.245667 L 261.749603 264.587402 Z"/>
<text id="text25" xml:space="preserve" x="261" y="275" font-family="Calibri" font-size="8.88189" fill="#607423">2</text>
<text id="text26" xml:space="preserve" x="265" y="275" font-family="Calibri" font-size="8.88189" fill="#607423">-</text>
<text id="text27" xml:space="preserve" x="268" y="275" font-family="Calibri" font-size="8.88189" fill="#607423">1</text>
<path id="path64" fill="none" stroke="#595959" stroke-width="1.662992" stroke-linejoin="round" d="M 190.770081 331.144897 L 471.211029 331.900818"/>
<path id="path65" fill="#595959" fill-rule="evenodd" stroke="none" d="M 190.883469 331.976379 L 190.883469 330.313416 L 190.051971 330.275574 L 189.749603 330.351196 L 189.485046 330.540161 L 189.296066 330.804749 L 189.220474 331.107117 L 189.296066 331.447266 L 189.44725 331.711792 L 189.749603 331.900818 L 190.051971 331.976379 L 190.883469 331.976379 Z"/>
<path id="path66" fill="#595959" fill-rule="evenodd" stroke="none" d="M 471.135437 331.069275 L 471.097626 332.7323 L 471.929138 332.7323 L 472.269287 332.656677 L 472.533844 332.467712 L 472.722839 332.203125 L 472.798431 331.900818 L 472.722839 331.560608 L 472.533844 331.296082 L 472.269287 331.107117 L 471.966919 331.069275 L 471.135437 331.069275 Z"/>
<path id="path67" fill="#595959" fill-rule="evenodd" stroke="none" d="M 470.644104 326.609436 L 481.151184 331.900818 L 470.606293 337.154358 L 470.644104 326.609436 L 470.644104 326.609436 Z"/>
<path id="path68" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 329.743317 326.193726 L 341.459839 326.193726 L 341.459839 336.85199 L 329.743317 336.85199 L 329.743317 326.193726 Z"/>
<text id="text28" xml:space="preserve" x="329" y="336" font-family="Calibri" font-size="8.88189" fill="#607423">2</text>
<text id="text29" xml:space="preserve" x="333" y="336" font-family="Calibri" font-size="8.88189" fill="#607423">-</text>
<text id="text30" xml:space="preserve" x="336" y="336" font-family="Calibri" font-size="8.88189" fill="#607423">2</text>
<path id="path69" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 209.743301 281.897644 L 315.154327 281.897644 L 315.154327 320.524414 L 209.743301 320.524414 L 209.743301 281.897644 Z"/>
<path id="path70" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 209.743301 320.524414 L 315.154327 320.524414 L 315.154327 281.897644 L 209.743301 281.897644 L 209.743301 320.524414 Z"/>
<text id="text31" xml:space="preserve" x="213" y="297" font-family="Calibri" font-size="11.111811" fill="#406fc5">container resource</text>
<text id="creation-for-light" xml:space="preserve" x="213" y="315" font-family="Calibri" font-size="11.111811" fill="#406fc5">creation for light</text>
<text id="text32" xml:space="preserve" x="289" y="315" font-family="Calibri" font-size="11.111811" fill="#406fc5">#</text>
<text id="text33" xml:space="preserve" x="294" y="315" font-family="Calibri" font-size="11.111811" fill="#406fc5">2</text>
<path id="path71" fill="none" stroke="#007f7f" stroke-width="1.662992" stroke-linejoin="round" d="M 55.46299 396.455109 L 471.853546 396.833069"/>
<path id="path72" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 55.576378 397.286621 L 55.576378 395.623627 L 54.744881 395.623627 L 54.404724 395.699219 L 54.14016 395.850403 L 53.95118 396.152771 L 53.913383 396.455109 L 53.95118 396.757477 L 54.14016 397.059845 L 54.404724 397.211029 L 54.744881 397.286621 L 55.576378 397.286621 Z"/>
<path id="path73" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 471.777954 395.963776 L 471.777954 397.664581 L 472.609436 397.664581 L 472.911804 397.588989 L 473.176392 397.399994 L 473.365356 397.135437 L 473.440948 396.833069 L 473.365356 396.49292 L 473.176392 396.228333 L 472.911804 396.039368 L 472.609436 395.963776 L 471.777954 395.963776 Z"/>
<path id="path74" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 471.286621 391.541718 L 481.793701 396.833069 L 471.286621 402.086609 L 471.286621 391.541718 L 471.286621 391.541718 Z"/>
<path id="path75" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 262.39212 391.314972 L 274.146454 391.314972 L 274.146454 401.973236 L 262.39212 401.973236 L 262.39212 391.314972 Z"/>
<text id="3" xml:space="preserve" x="261" y="401" font-family="Calibri" font-size="8.88189" fill="#607423">3</text>
<text id="text34" xml:space="preserve" x="266" y="401" font-family="Calibri" font-size="8.88189" fill="#607423">-</text>
<text id="text35" xml:space="preserve" x="269" y="401" font-family="Calibri" font-size="8.88189" fill="#607423">1</text>
<path id="path76" fill="none" stroke="#007f7f" stroke-width="1.662992" stroke-linejoin="round" d="M 190.770081 466.527557 L 471.211029 467.283478"/>
<path id="path77" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 190.883469 467.35907 L 190.883469 465.696075 L 190.051971 465.696075 L 189.749603 465.733856 L 189.485046 465.922821 L 189.296066 466.187408 L 189.220474 466.527557 L 189.296066 466.829926 L 189.44725 467.094482 L 189.749603 467.283478 L 190.051971 467.35907 L 190.883469 467.35907 Z"/>
<path id="path78" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 471.135437 466.451965 L 471.097626 468.11496 L 471.929138 468.11496 L 472.269287 468.039368 L 472.533844 467.850403 L 472.722839 467.585815 L 472.798431 467.283478 L 472.722839 466.943298 L 472.533844 466.678741 L 472.269287 466.489777 L 471.966919 466.451965 L 471.135437 466.451965 Z"/>
<path id="path79" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 470.644104 461.992126 L 481.151184 467.283478 L 470.606293 472.537018 L 470.644104 461.992126 L 470.644104 461.992126 Z"/>
<path id="path80" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 329.743317 461.576385 L 341.459839 461.576385 L 341.459839 472.23465 L 329.743317 472.23465 L 329.743317 461.576385 Z"/>
<text id="text36" xml:space="preserve" x="329" y="472" font-family="Calibri" font-size="8.88189" fill="#607423">3</text>
<text id="text37" xml:space="preserve" x="333" y="472" font-family="Calibri" font-size="8.88189" fill="#607423">-</text>
<text id="text38" xml:space="preserve" x="336" y="472" font-family="Calibri" font-size="8.88189" fill="#607423">2</text>
<path id="path81" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 69.371651 333.488159 L 174.782684 333.488159 L 174.782684 390.143311 L 69.371651 390.143311 L 69.371651 333.488159 Z"/>
<path id="path82" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 69.371651 390.143311 L 174.782684 390.143311 L 174.782684 333.488159 L 69.371651 333.488159 L 69.371651 390.143311 Z"/>
<text id="contentInstance-" xml:space="preserve" x="73" y="344" font-family="Calibri" font-size="11.111811" fill="#406fc5">contentInstance</text>
<text id="resource-creation-" xml:space="preserve" x="73" y="358" font-family="Calibri" font-size="11.111811" fill="#406fc5">resource creation</text>
<text id="under-container-of-" xml:space="preserve" x="73" y="371" font-family="Calibri" font-size="11.111811" fill="#406fc5">under container of</text>
<text id="light" xml:space="preserve" x="73" y="388" font-family="Calibri" font-size="11.111811" fill="#406fc5">light</text>
<text id="text39" xml:space="preserve" x="93" y="388" font-family="Calibri" font-size="11.111811" fill="#406fc5">#</text>
<text id="text40" xml:space="preserve" x="98" y="388" font-family="Calibri" font-size="11.111811" fill="#406fc5">1</text>
<path id="path83" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 207.324402 402.766937 L 312.470856 402.766937 L 312.470856 459.422058 L 207.324402 459.422058 L 207.324402 402.766937 Z"/>
<path id="path84" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 207.324402 459.422058 L 312.470856 459.422058 L 312.470856 402.766937 L 207.324402 402.766937 L 207.324402 459.422058 Z"/>
<text id="text41" xml:space="preserve" x="211" y="414" font-family="Calibri" font-size="11.111811" fill="#406fc5">contentInstance</text>
<text id="text42" xml:space="preserve" x="211" y="427" font-family="Calibri" font-size="11.111811" fill="#406fc5">resource creation</text>
<text id="text43" xml:space="preserve" x="211" y="440" font-family="Calibri" font-size="11.111811" fill="#406fc5">under container of</text>
<text id="text44" xml:space="preserve" x="211" y="458" font-family="Calibri" font-size="11.111811" fill="#406fc5">light</text>
<text id="text45" xml:space="preserve" x="231" y="458" font-family="Calibri" font-size="11.111811" fill="#406fc5">#</text>
<text id="text46" xml:space="preserve" x="236" y="458" font-family="Calibri" font-size="11.111811" fill="#406fc5">2</text>
<path id="path85" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 493.094482 254.0047 L 598.240967 254.0047 L 598.240967 342.143311 L 493.094482 342.143311 L 493.094482 254.0047 Z"/>
<path id="path86" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 493.094482 342.143311 L 598.240967 342.143311 L 598.240967 254.0047 L 493.094482 254.0047 L 493.094482 342.143311 Z"/>
<text id="Container-resources-" xml:space="preserve" x="499" y="277" font-family="Calibri" font-size="11.111811" fill="#406fc5">Container resources</text>
<text id="are-created-with-a" xml:space="preserve" x="504" y="290" font-family="Calibri" font-size="11.111811" fill="#406fc5">are created with a</text>
<text id="text47" xml:space="preserve" x="512" y="303" font-family="Calibri" font-size="11.111811" fill="#406fc5">specific access</text>
<text id="text48" xml:space="preserve" x="499" y="317" font-family="Calibri" font-size="11.111811" fill="#406fc5">control policy under</text>
<text id="text49" xml:space="preserve" x="526" y="330" font-family="Calibri" font-size="11.111811" fill="#406fc5">MN</text>
<text id="text50" xml:space="preserve" x="543" y="330" font-family="Calibri" font-size="11.111811" fill="#406fc5">-</text>
<text id="text51" xml:space="preserve" x="546" y="330" font-family="Calibri" font-size="11.111811" fill="#406fc5">CSE</text>
<path id="path87" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 493.094482 385.759064 L 598.240967 385.759064 L 598.240967 473.897644 L 493.094482 473.897644 L 493.094482 385.759064 Z"/>
<path id="path88" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 493.094482 473.897644 L 598.240967 473.897644 L 598.240967 385.759064 L 493.094482 385.759064 L 493.094482 473.897644 Z"/>
<text id="ContentInstance-" xml:space="preserve" x="507" y="409" font-family="Calibri" font-size="11.111811" fill="#406fc5">ContentInstance</text>
<text id="resources-are-" xml:space="preserve" x="514" y="422" font-family="Calibri" font-size="11.111811" fill="#406fc5">resources are</text>
<text id="created-under-" xml:space="preserve" x="513" y="435" font-family="Calibri" font-size="11.111811" fill="#406fc5">created under</text>
<text id="created-containers-in-" xml:space="preserve" x="497" y="448" font-family="Calibri" font-size="11.111811" fill="#406fc5">created containers in</text>
<text id="text52" xml:space="preserve" x="526" y="462" font-family="Calibri" font-size="11.111811" fill="#406fc5">MN</text>
<text id="text53" xml:space="preserve" x="543" y="462" font-family="Calibri" font-size="11.111811" fill="#406fc5">-</text>
<text id="text54" xml:space="preserve" x="546" y="462" font-family="Calibri" font-size="11.111811" fill="#406fc5">CSE</text>
<path id="path89" fill="none" stroke="#007f7f" stroke-width="1.662992" stroke-linejoin="round" d="M 54.820473 537.771667 L 471.211029 538.149597"/>
<path id="path90" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 54.933861 538.603149 L 54.933861 536.940186 L 54.102364 536.940186 L 53.762207 537.015747 L 53.497635 537.166931 L 53.308662 537.469299 L 53.270866 537.771667 L 53.308662 538.111816 L 53.497635 538.376343 L 53.762207 538.527588 L 54.102364 538.603149 L 54.933861 538.603149 Z"/>
<path id="path91" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 471.135437 537.280273 L 471.097626 538.981079 L 471.966919 538.981079 L 472.269287 538.905518 L 472.533844 538.716553 L 472.722839 538.451965 L 472.798431 538.149597 L 472.722839 537.809448 L 472.533844 537.544922 L 472.269287 537.355896 L 471.966919 537.318115 L 471.135437 537.280273 Z"/>
<path id="path92" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 470.644104 532.858276 L 481.151184 538.149597 L 470.644104 543.403137 L 470.644104 532.858276 L 470.644104 532.858276 Z"/>
<path id="path93" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 261.749603 532.63147 L 273.466156 532.63147 L 273.466156 543.289795 L 261.749603 543.289795 L 261.749603 532.63147 Z"/>
<text id="4" xml:space="preserve" x="261" y="543" font-family="Calibri" font-size="8.88189" fill="#607423">4</text>
<text id="text55" xml:space="preserve" x="265" y="543" font-family="Calibri" font-size="8.88189" fill="#607423">-</text>
<text id="text56" xml:space="preserve" x="268" y="543" font-family="Calibri" font-size="8.88189" fill="#607423">1</text>
<path id="path94" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 69.371651 475.182678 L 174.782684 475.182678 L 174.782684 531.837769 L 69.371651 531.837769 L 69.371651 475.182678 Z"/>
<path id="path95" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 69.371651 531.837769 L 174.782684 531.837769 L 174.782684 475.182678 L 69.371651 475.182678 L 69.371651 531.837769 Z"/>
<text id="subscription" xml:space="preserve" x="73" y="493" font-family="Calibri" font-size="11.111811" fill="#406fc5">subscription</text>
<text id="resource-creation-to-" xml:space="preserve" x="73" y="506" font-family="Calibri" font-size="11.111811" fill="#406fc5">resource creation to</text>
<text id="container-of" xml:space="preserve" x="73" y="524" font-family="Calibri" font-size="11.111811" fill="#406fc5">container of</text>
<text id="text57" xml:space="preserve" x="130" y="524" font-family="Calibri" font-size="11.111811" fill="#406fc5">light</text>
<text id="text58" xml:space="preserve" x="150" y="524" font-family="Calibri" font-size="11.111811" fill="#406fc5">#</text>
<text id="text59" xml:space="preserve" x="156" y="524" font-family="Calibri" font-size="11.111811" fill="#406fc5">1</text>
<path id="path96" fill="none" stroke="#007f7f" stroke-width="1.662992" stroke-linejoin="round" d="M 190.770081 608.184265 L 471.211029 608.940186"/>
<path id="path97" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 190.883469 609.015747 L 190.883469 607.352783 L 190.051971 607.352783 L 189.749603 607.428345 L 189.485046 607.61731 L 189.296066 607.881897 L 189.220474 608.184265 L 189.296066 608.524414 L 189.44725 608.78894 L 189.749603 608.977966 L 190.051971 609.015747 L 190.883469 609.015747 Z"/>
<path id="path98" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 471.135437 608.108643 L 471.097626 609.771667 L 471.929138 609.771667 L 472.269287 609.733887 L 472.533844 609.544922 L 472.722839 609.280273 L 472.798431 608.977966 L 472.722839 608.637817 L 472.533844 608.37323 L 472.269287 608.184265 L 471.966919 608.108643 L 471.135437 608.108643 Z"/>
<path id="path99" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 470.644104 603.686646 L 481.151184 608.977966 L 470.606293 614.231506 L 470.644104 603.686646 L 470.644104 603.686646 Z"/>
<path id="path100" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 329.743317 603.270874 L 341.459839 603.270874 L 341.459839 613.929138 L 329.743317 613.929138 L 329.743317 603.270874 Z"/>
<text id="text60" xml:space="preserve" x="329" y="613" font-family="Calibri" font-size="8.88189" fill="#607423">4</text>
<text id="text61" xml:space="preserve" x="333" y="613" font-family="Calibri" font-size="8.88189" fill="#607423">-</text>
<text id="text62" xml:space="preserve" x="336" y="613" font-family="Calibri" font-size="8.88189" fill="#607423">2</text>
<path id="path101" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 209.743301 541.664551 L 315.154327 541.664551 L 315.154327 598.319702 L 209.743301 598.319702 L 209.743301 541.664551 Z"/>
<path id="path102" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 209.743301 598.319702 L 315.154327 598.319702 L 315.154327 541.664551 L 209.743301 541.664551 L 209.743301 598.319702 Z"/>
<text id="text63" xml:space="preserve" x="213" y="559" font-family="Calibri" font-size="11.111811" fill="#406fc5">subscription</text>
<text id="text64" xml:space="preserve" x="213" y="573" font-family="Calibri" font-size="11.111811" fill="#406fc5">resource creation to</text>
<text id="container-of-light" xml:space="preserve" x="213" y="590" font-family="Calibri" font-size="11.111811" fill="#406fc5">container of light</text>
<text id="text65" xml:space="preserve" x="290" y="590" font-family="Calibri" font-size="11.111811" fill="#406fc5">#</text>
<text id="text66" xml:space="preserve" x="296" y="590" font-family="Calibri" font-size="11.111811" fill="#406fc5">2</text>
<path id="path103" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 493.094482 487.503937 L 598.240967 487.503937 L 598.240967 616.839355 L 493.094482 616.839355 L 493.094482 487.503937 Z"/>
<path id="path104" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 493.094482 616.839355 L 598.240967 616.839355 L 598.240967 487.503937 L 493.094482 487.503937 L 493.094482 616.839355 Z"/>
<text id="subscription-" xml:space="preserve" x="517" y="518" font-family="Calibri" font-size="11.111811" fill="#406fc5">subscription</text>
<text id="resources-" xml:space="preserve" x="517" y="531" font-family="Calibri" font-size="11.111811" fill="#406fc5">resources</text>
<text id="to" xml:space="preserve" x="563" y="531" font-family="Calibri" font-size="11.111811" fill="#406fc5">to</text>
<text id="containers-in-MN" xml:space="preserve" x="504" y="544" font-family="Calibri" font-size="11.111811" fill="#406fc5">containers in MN</text>
<text id="text67" xml:space="preserve" x="582" y="544" font-family="Calibri" font-size="11.111811" fill="#406fc5">-</text>
<text id="text68" xml:space="preserve" x="502" y="557" font-family="Calibri" font-size="11.111811" fill="#406fc5">CSE</text>
<text id="are-created" xml:space="preserve" x="520" y="557" font-family="Calibri" font-size="11.111811" fill="#406fc5">are created</text>
<text id="for-" xml:space="preserve" x="575" y="557" font-family="Calibri" font-size="11.111811" fill="#406fc5">for</text>
<text id="monitoring-" xml:space="preserve" x="520" y="571" font-family="Calibri" font-size="11.111811" fill="#406fc5">monitoring</text>
<text id="text69" xml:space="preserve" x="508" y="584" font-family="Calibri" font-size="11.111811" fill="#406fc5">contentInstance</text>
<text id="update" xml:space="preserve" x="529" y="597" font-family="Calibri" font-size="11.111811" fill="#406fc5">update</text>
</g>
</svg>
media/MN-CSEResourceTree.png

34.7 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by Pixelmator Pro 3.5.6 -->
<svg width="445" height="1034" viewBox="0 0 445 1034" xmlns="http://www.w3.org/2000/svg">
<clipPath id="clipPath1">
<path d="M -7.32283 -6.724308 L 452.948044 -6.724308 L 452.948044 1040.166927 L -7.32283 1040.166927 L -7.32283 -6.724308 Z"/>
<path clip-rule="evenodd" d="M -7.32283 -6.724354 L 452.985825 -6.724354 L 452.985825 1040.204723 L -7.32283 1040.204723 Z"/>
</clipPath>
<g id="Group" clip-path="url(#clipPath1)">
<path id="Path" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 21.968506 66.447266 L 215.291351 66.447266 L 215.291351 22.415771 L 21.817322 22.415771 L 21.817322 66.296082"/>
<path id="path1" fill="#000000" fill-rule="evenodd" stroke="none" d="M 22.006302 66.63623 L 22.006302 66.25824 L 21.817322 66.25824 L 21.74173 66.296082 L 21.703934 66.333862 L 21.666138 66.371643 L 21.628342 66.447266 L 21.666138 66.522827 L 21.703934 66.59845 L 21.74173 66.63623 L 21.817322 66.63623 L 22.006302 66.63623 Z"/>
<path id="path2" fill="#000000" fill-rule="evenodd" stroke="none" d="M 22.006302 66.25824 L 21.628342 66.25824 L 21.628342 66.447266 L 21.666138 66.522827 L 21.703934 66.59845 L 21.74173 66.63623 L 21.817322 66.63623 L 21.892914 66.63623 L 21.93071 66.59845 L 22.006302 66.522827 L 22.006302 66.447266 L 22.006302 66.25824 Z"/>
<text id="home" xml:space="preserve" x="35" y="55" font-family="Times New Roman" font-size="27.288189" fill="#000000">home</text>
<text id="text1" xml:space="preserve" x="96" y="55" font-family="Times New Roman" font-size="27.288189" fill="#000000">_</text>
<text id="gateway" xml:space="preserve" x="109" y="55" font-family="Times New Roman" font-size="27.288189" fill="#000000">gateway</text>
<path id="path3" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 157.426758 549.130737 L 118.535431 549.130737 L 118.535431 66.59845"/>
<path id="path4" fill="#000000" fill-rule="evenodd" stroke="none" d="M 157.426758 548.941711 L 157.426758 549.319702 L 157.615753 549.319702 L 157.653534 549.28186 L 157.729126 549.24408 L 157.766937 549.206299 L 157.766937 549.130737 L 157.766937 549.055115 L 157.729126 548.979553 L 157.653534 548.941711 L 157.615753 548.941711 L 157.426758 548.941711 Z"/>
<path id="path5" fill="#000000" fill-rule="evenodd" stroke="none" d="M 118.384247 66.63623 L 118.724396 66.63623 L 118.724396 66.447266 L 118.724396 66.371643 L 118.686615 66.333862 L 118.611023 66.296082 L 118.535431 66.25824 L 118.49765 66.296082 L 118.422058 66.333862 L 118.384247 66.371643 L 118.384247 66.447266 L 118.384247 66.63623 Z"/>
<path id="path6" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 150.510223 944.922852 L 378.188965 944.922852 L 378.188965 900.891357 L 150.35907 900.891357 L 150.35907 944.771667"/>
<path id="path7" fill="#000000" fill-rule="evenodd" stroke="none" d="M 150.548035 945.111816 L 150.548035 944.733887 L 150.35907 944.733887 L 150.283478 944.771667 L 150.207886 944.809448 L 150.170074 944.847229 L 150.170074 944.922852 L 150.170074 944.998413 L 150.207886 945.036255 L 150.283478 945.074036 L 150.35907 945.111816 L 150.548035 945.111816 Z"/>
<path id="path8" fill="#000000" fill-rule="evenodd" stroke="none" d="M 150.548035 944.733887 L 150.170074 944.733887 L 150.170074 944.922852 L 150.170074 944.998413 L 150.207886 945.036255 L 150.283478 945.074036 L 150.35907 945.111816 L 150.434631 945.074036 L 150.472443 945.036255 L 150.510223 944.998413 L 150.548035 944.922852 L 150.548035 944.733887 Z"/>
<text id="text2" xml:space="preserve" x="213" y="931" font-family="Times New Roman" font-size="21.20315" fill="#000000">gateway</text>
<text id="text3" xml:space="preserve" x="284" y="931" font-family="Times New Roman" font-size="21.20315" fill="#000000">_</text>
<text id="ae" xml:space="preserve" x="294" y="931" font-family="Times New Roman" font-size="21.20315" fill="#000000">ae</text>
<path id="path9" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 157.766937 571.127563 L 378.188965 571.127563 L 378.188965 527.096069 L 157.615753 527.096069 L 157.615753 570.976379"/>
<path id="path10" fill="#000000" fill-rule="evenodd" stroke="none" d="M 157.766937 571.316528 L 157.766937 570.938599 L 157.615753 570.938599 L 157.540161 570.976379 L 157.464569 571.01416 L 157.426758 571.052002 L 157.426758 571.127563 L 157.426758 571.203125 L 157.464569 571.278748 L 157.540161 571.316528 L 157.615753 571.316528 L 157.766937 571.316528 Z"/>
<path id="path11" fill="#000000" fill-rule="evenodd" stroke="none" d="M 157.766937 570.938599 L 157.426758 570.938599 L 157.426758 571.127563 L 157.426758 571.203125 L 157.464569 571.278748 L 157.540161 571.316528 L 157.615753 571.316528 L 157.653534 571.316528 L 157.729126 571.278748 L 157.766937 571.203125 L 157.766937 571.127563 L 157.766937 570.938599 Z"/>
<text id="light" xml:space="preserve" x="227" y="557" font-family="Times New Roman" font-size="21.20315" fill="#000000">light</text>
<text id="text4" xml:space="preserve" x="266" y="557" font-family="Times New Roman" font-size="21.20315" fill="#000000">_</text>
<text id="text5" xml:space="preserve" x="277" y="557" font-family="Times New Roman" font-size="21.20315" fill="#000000">ae</text>
<text id="2" xml:space="preserve" x="296" y="557" font-family="Times New Roman" font-size="21.20315" fill="#000000">2</text>
<path id="path12" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 209.281891 629.596863 L 378.188965 629.596863 L 378.188965 585.565369 L 209.130707 585.565369 L 209.130707 629.445679"/>
<path id="path13" fill="#000000" fill-rule="evenodd" stroke="none" d="M 209.319672 629.785828 L 209.319672 629.407837 L 209.130707 629.407837 L 209.055115 629.407837 L 209.017334 629.445679 L 208.979523 629.52124 L 208.941742 629.596863 L 208.979523 629.672485 L 209.017334 629.710205 L 209.055115 629.748047 L 209.130707 629.785828 L 209.319672 629.785828 Z"/>
<path id="path14" fill="#000000" fill-rule="evenodd" stroke="none" d="M 209.319672 629.407837 L 208.941742 629.407837 L 208.941742 629.596863 L 208.979523 629.672485 L 209.017334 629.710205 L 209.055115 629.748047 L 209.130707 629.785828 L 209.206299 629.748047 L 209.24408 629.710205 L 209.281891 629.672485 L 209.319672 629.596863 L 209.319672 629.407837 Z"/>
<text id="text6" xml:space="preserve" x="273" y="616" font-family="Times New Roman" font-size="21.20315" fill="#000000">light</text>
<path id="path15" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 208.979523 607.562195 L 189.514954 607.562195 L 189.514954 571.278748"/>
<path id="path16" fill="#000000" fill-rule="evenodd" stroke="none" d="M 208.941742 607.411011 L 208.941742 607.751221 L 209.130707 607.751221 L 209.206299 607.751221 L 209.24408 607.713379 L 209.281891 607.637817 L 209.319672 607.562195 L 209.281891 607.524414 L 209.24408 607.448853 L 209.206299 607.411011 L 209.130707 607.411011 L 208.941742 607.411011 Z"/>
<path id="path17" fill="#000000" fill-rule="evenodd" stroke="none" d="M 189.325989 571.316528 L 189.703949 571.316528 L 189.703949 571.127563 L 189.703949 571.052002 L 189.666138 571.01416 L 189.590546 570.976379 L 189.514954 570.938599 L 189.439362 570.976379 L 189.401581 571.01416 L 189.36377 571.052002 L 189.325989 571.127563 L 189.325989 571.316528 Z"/>
<path id="path18" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 277.50235 695.322876 L 378.188965 695.322876 L 378.188965 651.291382 L 277.313385 651.291382 L 277.313385 695.171631"/>
<path id="path19" fill="#000000" fill-rule="evenodd" stroke="none" d="M 277.50235 695.511841 L 277.50235 695.13385 L 277.313385 695.13385 L 277.275604 695.13385 L 277.200012 695.171631 L 277.162201 695.247253 L 277.162201 695.322876 L 277.162201 695.398438 L 277.200012 695.436218 L 277.275604 695.473999 L 277.313385 695.511841 L 277.50235 695.511841 Z"/>
<path id="path20" fill="#000000" fill-rule="evenodd" stroke="none" d="M 277.50235 695.13385 L 277.162201 695.13385 L 277.162201 695.322876 L 277.162201 695.398438 L 277.200012 695.436218 L 277.275604 695.473999 L 277.313385 695.511841 L 277.388977 695.473999 L 277.464569 695.436218 L 277.50235 695.398438 L 277.50235 695.322876 L 277.50235 695.13385 Z"/>
<text id="CI" xml:space="preserve" x="313" y="681" font-family="Times New Roman" font-size="18.179528" fill="#000000">CI</text>
<text id="1" xml:space="preserve" x="331" y="681" font-family="Times New Roman" font-size="18.179528" fill="#000000">1</text>
<path id="path21" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 277.162201 673.325989 L 234.302368 673.325989 L 234.302368 645.659851"/>
<path id="path22" fill="#000000" fill-rule="evenodd" stroke="none" d="M 277.162201 673.136963 L 277.162201 673.477173 L 277.313385 673.477173 L 277.388977 673.477173 L 277.464569 673.439331 L 277.50235 673.36377 L 277.50235 673.325989 L 277.50235 673.250366 L 277.464569 673.174805 L 277.388977 673.136963 L 277.313385 673.136963 L 277.162201 673.136963 Z"/>
<path id="path23" fill="#000000" fill-rule="evenodd" stroke="none" d="M 234.113373 645.659851 L 234.453552 645.659851 L 234.453552 645.508667 L 234.453552 645.433105 L 234.415741 645.357483 L 234.37796 645.319702 L 234.302368 645.319702 L 234.226776 645.319702 L 234.151184 645.357483 L 234.113373 645.433105 L 234.113373 645.508667 L 234.113373 645.659851 Z"/>
<path id="path24" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 277.50235 760.292908 L 378.188965 760.292908 L 378.188965 716.299194 L 277.313385 716.299194 L 277.313385 760.141724"/>
<path id="path25" fill="#000000" fill-rule="evenodd" stroke="none" d="M 277.50235 760.481934 L 277.50235 760.141724 L 277.313385 760.141724 L 277.275604 760.141724 L 277.200012 760.179565 L 277.162201 760.217285 L 277.162201 760.292908 L 277.162201 760.36853 L 277.200012 760.444092 L 277.275604 760.481934 L 277.313385 760.481934 L 277.50235 760.481934 Z"/>
<path id="path26" fill="#000000" fill-rule="evenodd" stroke="none" d="M 277.50235 760.141724 L 277.162201 760.141724 L 277.162201 760.292908 L 277.162201 760.36853 L 277.200012 760.444092 L 277.275604 760.481934 L 277.313385 760.481934 L 277.388977 760.481934 L 277.464569 760.444092 L 277.50235 760.36853 L 277.50235 760.292908 L 277.50235 760.141724 Z"/>
<text id="text7" xml:space="preserve" x="313" y="746" font-family="Times New Roman" font-size="18.179528" fill="#000000">CI</text>
<text id="text8" xml:space="preserve" x="331" y="746" font-family="Times New Roman" font-size="18.179528" fill="#000000">2</text>
<path id="path27" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 277.162201 738.296021 L 234.302368 738.296021 L 234.302368 629.748047"/>
<path id="path28" fill="#000000" fill-rule="evenodd" stroke="none" d="M 277.162201 738.107056 L 277.162201 738.485046 L 277.313385 738.485046 L 277.388977 738.447266 L 277.464569 738.409424 L 277.50235 738.371643 L 277.50235 738.296021 L 277.50235 738.220459 L 277.464569 738.182678 L 277.388977 738.144897 L 277.313385 738.107056 L 277.162201 738.107056 Z"/>
<path id="path29" fill="#000000" fill-rule="evenodd" stroke="none" d="M 234.113373 629.785828 L 234.453552 629.785828 L 234.453552 629.596863 L 234.453552 629.52124 L 234.415741 629.445679 L 234.37796 629.407837 L 234.302368 629.407837 L 234.226776 629.407837 L 234.151184 629.445679 L 234.113373 629.52124 L 234.113373 629.596863 L 234.113373 629.785828 Z"/>
<path id="path30" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 204.406311 1011.026794 L 397.011047 1011.026794 L 397.011047 961.968506 L 204.255127 961.968506 L 204.255127 1010.87561"/>
<path id="path31" fill="#000000" fill-rule="evenodd" stroke="none" d="M 204.444092 1011.177979 L 204.444092 1010.837769 L 204.255127 1010.837769 L 204.179535 1010.837769 L 204.141724 1010.87561 L 204.103943 1010.951172 L 204.066132 1011.026794 L 204.103943 1011.102356 L 204.141724 1011.140137 L 204.179535 1011.177979 L 204.255127 1011.177979 L 204.444092 1011.177979 Z"/>
<path id="path32" fill="#000000" fill-rule="evenodd" stroke="none" d="M 204.444092 1010.837769 L 204.066132 1010.837769 L 204.066132 1011.026794 L 204.103943 1011.102356 L 204.141724 1011.140137 L 204.179535 1011.177979 L 204.255127 1011.177979 L 204.330719 1011.177979 L 204.406311 1011.140137 L 204.444092 1011.102356 L 204.444092 1011.026794 L 204.444092 1010.837769 Z"/>
<text id="containers" xml:space="preserve" x="237" y="994" font-family="Times New Roman" font-size="18.179528" fill="#000000">containers</text>
<text id="text9" xml:space="preserve" x="311" y="994" font-family="Times New Roman" font-size="18.179528" fill="#000000">_</text>
<text id="group" xml:space="preserve" x="320" y="994" font-family="Times New Roman" font-size="18.179528" fill="#000000">group</text>
<path id="path33" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 204.103943 986.49762 L 183.165344 986.49762 L 183.165344 945.074036"/>
<path id="path34" fill="#000000" fill-rule="evenodd" stroke="none" d="M 204.066132 986.308655 L 204.066132 986.686646 L 204.255127 986.686646 L 204.330719 986.648804 L 204.406311 986.611023 L 204.444092 986.573242 L 204.444092 986.49762 L 204.444092 986.422058 L 204.406311 986.346436 L 204.330719 986.308655 L 204.255127 986.308655 L 204.066132 986.308655 Z"/>
<path id="path35" fill="#000000" fill-rule="evenodd" stroke="none" d="M 182.976379 945.111816 L 183.316528 945.111816 L 183.316528 944.922852 L 183.316528 944.847229 L 183.278748 944.809448 L 183.203156 944.771667 L 183.165344 944.733887 L 183.089752 944.771667 L 183.01416 944.809448 L 182.976379 944.847229 L 182.976379 944.922852 L 182.976379 945.111816 Z"/>
<path id="path36" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 277.50235 886.491333 L 423.807861 886.491333 L 423.807861 842.459839 L 277.313385 842.459839 L 277.313385 886.340149"/>
<path id="path37" fill="#000000" fill-rule="evenodd" stroke="none" d="M 277.50235 886.642517 L 277.50235 886.302368 L 277.313385 886.302368 L 277.275604 886.302368 L 277.200012 886.340149 L 277.162201 886.415771 L 277.162201 886.491333 L 277.162201 886.566895 L 277.200012 886.604736 L 277.275604 886.642517 L 277.313385 886.642517 L 277.50235 886.642517 Z"/>
<path id="path38" fill="#000000" fill-rule="evenodd" stroke="none" d="M 277.50235 886.302368 L 277.162201 886.302368 L 277.162201 886.491333 L 277.162201 886.566895 L 277.200012 886.604736 L 277.275604 886.642517 L 277.313385 886.642517 L 277.388977 886.642517 L 277.464569 886.604736 L 277.50235 886.566895 L 277.50235 886.491333 L 277.50235 886.302368 Z"/>
<text id="lightstate" xml:space="preserve" x="285" y="873" font-family="Times New Roman" font-size="21.20315" fill="#000000">lightstate</text>
<text id="text10" xml:space="preserve" x="363" y="873" font-family="Times New Roman" font-size="21.20315" fill="#000000">_</text>
<text id="sub" xml:space="preserve" x="374" y="873" font-family="Times New Roman" font-size="21.20315" fill="#000000">sub</text>
<text id="text11" xml:space="preserve" x="403" y="873" font-family="Times New Roman" font-size="21.20315" fill="#000000">2</text>
<path id="path39" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 234.302368 645.659851 L 234.302368 864.456665 L 277.162201 864.456665"/>
<path id="path40" fill="#000000" fill-rule="evenodd" stroke="none" d="M 234.113373 645.659851 L 234.453552 645.659851 L 234.453552 645.508667 L 234.453552 645.433105 L 234.415741 645.357483 L 234.37796 645.319702 L 234.302368 645.319702 L 234.226776 645.319702 L 234.151184 645.357483 L 234.113373 645.433105 L 234.113373 645.508667 L 234.113373 645.659851 Z"/>
<path id="path41" fill="#000000" fill-rule="evenodd" stroke="none" d="M 277.162201 864.305542 L 277.162201 864.645691 L 277.313385 864.645691 L 277.388977 864.645691 L 277.464569 864.60791 L 277.50235 864.532288 L 277.50235 864.456665 L 277.50235 864.381104 L 277.464569 864.343323 L 277.388977 864.305542 L 277.313385 864.305542 L 277.162201 864.305542 Z"/>
<path id="path42" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 151.341736 189.508667 L 371.763794 189.508667 L 371.763794 145.477173 L 151.152771 145.477173 L 151.152771 189.357483"/>
<path id="path43" fill="#000000" fill-rule="evenodd" stroke="none" d="M 151.341736 189.697632 L 151.341736 189.319702 L 151.152771 189.319702 L 151.11496 189.319702 L 151.039368 189.357483 L 151.001587 189.433044 L 151.001587 189.508667 L 151.001587 189.584229 L 151.039368 189.62207 L 151.11496 189.659851 L 151.152771 189.697632 L 151.341736 189.697632 Z"/>
<path id="path44" fill="#000000" fill-rule="evenodd" stroke="none" d="M 151.341736 189.319702 L 151.001587 189.319702 L 151.001587 189.508667 L 151.001587 189.584229 L 151.039368 189.62207 L 151.11496 189.659851 L 151.152771 189.697632 L 151.228333 189.659851 L 151.303925 189.62207 L 151.341736 189.584229 L 151.341736 189.508667 L 151.341736 189.319702 Z"/>
<text id="text12" xml:space="preserve" x="221" y="176" font-family="Times New Roman" font-size="21.20315" fill="#000000">light</text>
<text id="text13" xml:space="preserve" x="260" y="176" font-family="Times New Roman" font-size="21.20315" fill="#000000">_</text>
<text id="text14" xml:space="preserve" x="270" y="176" font-family="Times New Roman" font-size="21.20315" fill="#000000">ae</text>
<text id="text15" xml:space="preserve" x="289" y="176" font-family="Times New Roman" font-size="21.20315" fill="#000000">1</text>
<path id="path45" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 202.856689 252.62677 L 371.763794 252.62677 L 371.763794 208.595276 L 202.705505 208.595276 L 202.705505 252.475586"/>
<path id="path46" fill="#000000" fill-rule="evenodd" stroke="none" d="M 202.894501 252.815735 L 202.894501 252.437805 L 202.705505 252.437805 L 202.629913 252.475586 L 202.592133 252.513367 L 202.516541 252.551208 L 202.516541 252.62677 L 202.516541 252.702393 L 202.592133 252.777954 L 202.629913 252.815735 L 202.705505 252.815735 L 202.894501 252.815735 Z"/>
<path id="path47" fill="#000000" fill-rule="evenodd" stroke="none" d="M 202.894501 252.437805 L 202.516541 252.437805 L 202.516541 252.62677 L 202.516541 252.702393 L 202.592133 252.777954 L 202.629913 252.815735 L 202.705505 252.815735 L 202.781097 252.815735 L 202.818909 252.777954 L 202.856689 252.702393 L 202.894501 252.62677 L 202.894501 252.437805 Z"/>
<text id="text16" xml:space="preserve" x="267" y="239" font-family="Times New Roman" font-size="21.20315" fill="#000000">light</text>
<path id="path48" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 202.554321 230.629944 L 183.089752 230.629944 L 183.089752 189.659851"/>
<path id="path49" fill="#000000" fill-rule="evenodd" stroke="none" d="M 202.516541 230.440918 L 202.516541 230.818909 L 202.705505 230.818909 L 202.781097 230.781128 L 202.818909 230.743286 L 202.856689 230.705505 L 202.894501 230.629944 L 202.856689 230.554321 L 202.818909 230.47876 L 202.781097 230.440918 L 202.705505 230.440918 L 202.516541 230.440918 Z"/>
<path id="path50" fill="#000000" fill-rule="evenodd" stroke="none" d="M 182.900787 189.697632 L 183.278748 189.697632 L 183.278748 189.508667 L 183.278748 189.433044 L 183.240936 189.357483 L 183.165344 189.319702 L 183.089752 189.319702 L 183.01416 189.319702 L 182.976379 189.357483 L 182.938568 189.433044 L 182.900787 189.508667 L 182.900787 189.697632 Z"/>
<path id="path51" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 271.077179 318.352783 L 371.763794 318.352783 L 371.763794 274.35907 L 270.888184 274.35907 L 270.888184 318.201599"/>
<path id="path52" fill="#000000" fill-rule="evenodd" stroke="none" d="M 271.077179 318.541748 L 271.077179 318.163757 L 270.888184 318.163757 L 270.850403 318.201599 L 270.774811 318.23938 L 270.737 318.277161 L 270.737 318.352783 L 270.737 318.428345 L 270.774811 318.503967 L 270.850403 318.541748 L 270.888184 318.541748 L 271.077179 318.541748 Z"/>
<path id="path53" fill="#000000" fill-rule="evenodd" stroke="none" d="M 271.077179 318.163757 L 270.737 318.163757 L 270.737 318.352783 L 270.737 318.428345 L 270.774811 318.503967 L 270.850403 318.541748 L 270.888184 318.541748 L 270.963776 318.541748 L 271.039368 318.503967 L 271.077179 318.428345 L 271.077179 318.352783 L 271.077179 318.163757 Z"/>
<text id="text17" xml:space="preserve" x="307" y="304" font-family="Times New Roman" font-size="18.179528" fill="#000000">CI</text>
<text id="text18" xml:space="preserve" x="325" y="304" font-family="Times New Roman" font-size="18.179528" fill="#000000">1</text>
<path id="path54" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 270.737 296.355896 L 227.877167 296.355896 L 227.877167 268.689758"/>
<path id="path55" fill="#000000" fill-rule="evenodd" stroke="none" d="M 270.737 296.166931 L 270.737 296.544861 L 270.888184 296.544861 L 270.963776 296.50708 L 271.039368 296.469299 L 271.077179 296.431519 L 271.077179 296.355896 L 271.077179 296.280334 L 271.039368 296.204712 L 270.963776 296.166931 L 270.888184 296.166931 L 270.737 296.166931 Z"/>
<path id="path56" fill="#000000" fill-rule="evenodd" stroke="none" d="M 227.688202 268.727539 L 228.028351 268.727539 L 228.028351 268.538574 L 228.028351 268.463013 L 227.99054 268.425171 L 227.914948 268.349609 L 227.877167 268.349609 L 227.801575 268.349609 L 227.725983 268.425171 L 227.688202 268.463013 L 227.688202 268.538574 L 227.688202 268.727539 Z"/>
<path id="path57" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 271.077179 383.360657 L 371.763794 383.360657 L 371.763794 339.329163 L 270.888184 339.329163 L 270.888184 383.209473"/>
<path id="path58" fill="#000000" fill-rule="evenodd" stroke="none" d="M 271.077179 383.549622 L 271.077179 383.171631 L 270.888184 383.171631 L 270.850403 383.171631 L 270.774811 383.209473 L 270.737 383.285034 L 270.737 383.360657 L 270.737 383.436218 L 270.774811 383.473999 L 270.850403 383.511841 L 270.888184 383.549622 L 271.077179 383.549622 Z"/>
<path id="path59" fill="#000000" fill-rule="evenodd" stroke="none" d="M 271.077179 383.171631 L 270.737 383.171631 L 270.737 383.360657 L 270.737 383.436218 L 270.774811 383.473999 L 270.850403 383.511841 L 270.888184 383.549622 L 270.963776 383.511841 L 271.039368 383.473999 L 271.077179 383.436218 L 271.077179 383.360657 L 271.077179 383.171631 Z"/>
<text id="text19" xml:space="preserve" x="307" y="369" font-family="Times New Roman" font-size="18.179528" fill="#000000">CI</text>
<text id="text20" xml:space="preserve" x="325" y="369" font-family="Times New Roman" font-size="18.179528" fill="#000000">2</text>
<path id="path60" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 270.737 361.325989 L 227.877167 361.325989 L 227.877167 252.777954"/>
<path id="path61" fill="#000000" fill-rule="evenodd" stroke="none" d="M 270.737 361.174805 L 270.737 361.514954 L 270.888184 361.514954 L 270.963776 361.514954 L 271.039368 361.477173 L 271.077179 361.40155 L 271.077179 361.325989 L 271.077179 361.250366 L 271.039368 361.212585 L 270.963776 361.174805 L 270.888184 361.174805 L 270.737 361.174805 Z"/>
<path id="path62" fill="#000000" fill-rule="evenodd" stroke="none" d="M 227.688202 252.815735 L 228.028351 252.815735 L 228.028351 252.62677 L 228.028351 252.551208 L 227.99054 252.513367 L 227.914948 252.475586 L 227.877167 252.437805 L 227.801575 252.475586 L 227.725983 252.513367 L 227.688202 252.551208 L 227.688202 252.62677 L 227.688202 252.815735 Z"/>
<path id="path63" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 271.077179 509.596863 L 423.807861 509.596863 L 423.807861 465.603149 L 270.888184 465.603149 L 270.888184 509.445679"/>
<path id="path64" fill="#000000" fill-rule="evenodd" stroke="none" d="M 271.077179 509.785828 L 271.077179 509.445679 L 270.888184 509.445679 L 270.850403 509.445679 L 270.774811 509.483459 L 270.737 509.559082 L 270.737 509.596863 L 270.737 509.672424 L 270.774811 509.748047 L 270.850403 509.785828 L 270.888184 509.785828 L 271.077179 509.785828 Z"/>
<path id="path65" fill="#000000" fill-rule="evenodd" stroke="none" d="M 271.077179 509.445679 L 270.737 509.445679 L 270.737 509.596863 L 270.737 509.672424 L 270.774811 509.748047 L 270.850403 509.785828 L 270.888184 509.785828 L 270.963776 509.785828 L 271.039368 509.748047 L 271.077179 509.672424 L 271.077179 509.596863 L 271.077179 509.445679 Z"/>
<text id="text21" xml:space="preserve" x="282" y="496" font-family="Times New Roman" font-size="21.20315" fill="#000000">lightstate</text>
<text id="text22" xml:space="preserve" x="360" y="496" font-family="Times New Roman" font-size="21.20315" fill="#000000">_</text>
<text id="text23" xml:space="preserve" x="370" y="496" font-family="Times New Roman" font-size="21.20315" fill="#000000">sub</text>
<text id="text24" xml:space="preserve" x="400" y="496" font-family="Times New Roman" font-size="21.20315" fill="#000000">1</text>
<path id="path66" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 227.877167 268.689758 L 227.877167 487.599976 L 270.737 487.599976"/>
<path id="path67" fill="#000000" fill-rule="evenodd" stroke="none" d="M 227.688202 268.727539 L 228.028351 268.727539 L 228.028351 268.538574 L 228.028351 268.463013 L 227.99054 268.425171 L 227.914948 268.349609 L 227.877167 268.349609 L 227.801575 268.349609 L 227.725983 268.425171 L 227.688202 268.463013 L 227.688202 268.538574 L 227.688202 268.727539 Z"/>
<path id="path68" fill="#000000" fill-rule="evenodd" stroke="none" d="M 270.737 487.411011 L 270.737 487.789001 L 270.888184 487.789001 L 270.963776 487.75116 L 271.039368 487.713379 L 271.077179 487.675598 L 271.077179 487.599976 L 271.077179 487.524414 L 271.039368 487.486633 L 270.963776 487.448792 L 270.888184 487.411011 L 270.737 487.411011 Z"/>
<path id="path69" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 151.001587 167.473999 L 118.535431 167.473999 L 118.535431 66.59845"/>
<path id="path70" fill="#000000" fill-rule="evenodd" stroke="none" d="M 151.001587 167.322815 L 151.001587 167.662964 L 151.152771 167.662964 L 151.228333 167.662964 L 151.303925 167.625183 L 151.341736 167.549622 L 151.341736 167.473999 L 151.341736 167.436218 L 151.303925 167.360657 L 151.228333 167.322815 L 151.152771 167.322815 L 151.001587 167.322815 Z"/>
<path id="path71" fill="#000000" fill-rule="evenodd" stroke="none" d="M 118.384247 66.63623 L 118.724396 66.63623 L 118.724396 66.447266 L 118.724396 66.371643 L 118.686615 66.333862 L 118.611023 66.296082 L 118.535431 66.25824 L 118.49765 66.296082 L 118.422058 66.333862 L 118.384247 66.371643 L 118.384247 66.447266 L 118.384247 66.63623 Z"/>
<path id="path72" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 204.103943 986.49762 L 183.165344 986.49762 L 183.165344 978.900757"/>
<path id="path73" fill="#000000" fill-rule="evenodd" stroke="none" d="M 204.066132 986.308655 L 204.066132 986.686646 L 204.255127 986.686646 L 204.330719 986.648804 L 204.406311 986.611023 L 204.444092 986.573242 L 204.444092 986.49762 L 204.444092 986.422058 L 204.406311 986.346436 L 204.330719 986.308655 L 204.255127 986.308655 L 204.066132 986.308655 Z"/>
<path id="path74" fill="#000000" fill-rule="evenodd" stroke="none" d="M 182.976379 978.938599 L 183.316528 978.938599 L 183.316528 978.749634 L 183.316528 978.674011 L 183.278748 978.63623 L 183.203156 978.560608 L 183.165344 978.560608 L 183.089752 978.560608 L 183.01416 978.63623 L 182.976379 978.674011 L 182.976379 978.749634 L 182.976379 978.938599 Z"/>
<path id="path75" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 151.341736 127.977966 L 371.763794 127.977966 L 371.763794 83.946472 L 151.152771 83.946472 L 151.152771 127.826782"/>
<path id="path76" fill="#000000" fill-rule="evenodd" stroke="none" d="M 151.341736 128.166931 L 151.341736 127.789001 L 151.152771 127.789001 L 151.11496 127.826782 L 151.039368 127.864563 L 151.001587 127.902344 L 151.001587 127.977966 L 151.001587 128.053528 L 151.039368 128.091309 L 151.11496 128.12915 L 151.152771 128.166931 L 151.341736 128.166931 Z"/>
<path id="path77" fill="#000000" fill-rule="evenodd" stroke="none" d="M 151.341736 127.789001 L 151.001587 127.789001 L 151.001587 127.977966 L 151.001587 128.053528 L 151.039368 128.091309 L 151.11496 128.12915 L 151.152771 128.166931 L 151.228333 128.12915 L 151.303925 128.091309 L 151.341736 128.053528 L 151.341736 127.977966 L 151.341736 127.789001 Z"/>
<text id="text25" xml:space="preserve" x="205" y="114" font-family="Times New Roman" font-size="21.20315" fill="#000000">gateway</text>
<text id="text26" xml:space="preserve" x="276" y="114" font-family="Times New Roman" font-size="21.20315" fill="#000000">_</text>
<text id="acp" xml:space="preserve" x="286" y="114" font-family="Times New Roman" font-size="21.20315" fill="#000000">acp</text>
<path id="path78" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 118.535431 66.59845 L 118.535431 105.981079 L 151.001587 105.981079"/>
<path id="path79" fill="#000000" fill-rule="evenodd" stroke="none" d="M 118.384247 66.63623 L 118.724396 66.63623 L 118.724396 66.447266 L 118.724396 66.371643 L 118.686615 66.333862 L 118.611023 66.296082 L 118.535431 66.25824 L 118.49765 66.296082 L 118.422058 66.333862 L 118.384247 66.371643 L 118.384247 66.447266 L 118.384247 66.63623 Z"/>
<path id="path80" fill="#000000" fill-rule="evenodd" stroke="none" d="M 151.001587 105.792114 L 151.001587 106.132263 L 151.152771 106.132263 L 151.228333 106.132263 L 151.303925 106.094482 L 151.341736 106.018921 L 151.341736 105.981079 L 151.341736 105.905518 L 151.303925 105.829895 L 151.228333 105.792114 L 151.152771 105.792114 L 151.001587 105.792114 Z"/>
<path id="path81" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 118.535431 66.59845 L 118.535431 922.925964 L 150.207886 922.925964"/>
<path id="path82" fill="#000000" fill-rule="evenodd" stroke="none" d="M 118.384247 66.63623 L 118.724396 66.63623 L 118.724396 66.447266 L 118.724396 66.371643 L 118.686615 66.333862 L 118.611023 66.296082 L 118.535431 66.25824 L 118.49765 66.296082 L 118.422058 66.333862 L 118.384247 66.371643 L 118.384247 66.447266 L 118.384247 66.63623 Z"/>
<path id="path83" fill="#000000" fill-rule="evenodd" stroke="none" d="M 150.170074 922.737 L 150.170074 923.077148 L 150.35907 923.077148 L 150.434631 923.077148 L 150.472443 923.039368 L 150.510223 922.963745 L 150.548035 922.925964 L 150.510223 922.850403 L 150.472443 922.77478 L 150.434631 922.737 L 150.35907 922.737 L 150.170074 922.737 Z"/>
<path id="path84" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 271.077179 448.330688 L 371.763794 448.330688 L 371.763794 404.299194 L 270.888184 404.299194 L 270.888184 448.179504"/>
<path id="path85" fill="#000000" fill-rule="evenodd" stroke="none" d="M 271.077179 448.519714 L 271.077179 448.141724 L 270.888184 448.141724 L 270.850403 448.179504 L 270.774811 448.217346 L 270.737 448.255127 L 270.737 448.330688 L 270.737 448.406311 L 270.774811 448.481873 L 270.850403 448.519714 L 270.888184 448.519714 L 271.077179 448.519714 Z"/>
<path id="path86" fill="#000000" fill-rule="evenodd" stroke="none" d="M 271.077179 448.141724 L 270.737 448.141724 L 270.737 448.330688 L 270.737 448.406311 L 270.774811 448.481873 L 270.850403 448.519714 L 270.888184 448.519714 L 270.963776 448.519714 L 271.039368 448.481873 L 271.077179 448.406311 L 271.077179 448.330688 L 271.077179 448.141724 Z"/>
<text id="CIN" xml:space="preserve" x="305" y="434" font-family="Times New Roman" font-size="18.179528" fill="#000000">CIN</text>
<path id="path87" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 270.737 426.333862 L 227.877167 426.333862 L 227.877167 317.785828"/>
<path id="path88" fill="#000000" fill-rule="evenodd" stroke="none" d="M 270.737 426.144897 L 270.737 426.522827 L 270.888184 426.522827 L 270.963776 426.485046 L 271.039368 426.447266 L 271.077179 426.409424 L 271.077179 426.333862 L 271.077179 426.25824 L 271.039368 426.182678 L 270.963776 426.144897 L 270.888184 426.144897 L 270.737 426.144897 Z"/>
<path id="path89" fill="#000000" fill-rule="evenodd" stroke="none" d="M 227.688202 317.785828 L 228.028351 317.785828 L 228.028351 317.634644 L 228.028351 317.559082 L 227.99054 317.483459 L 227.914948 317.445679 L 227.877167 317.445679 L 227.801575 317.445679 L 227.725983 317.483459 L 227.688202 317.559082 L 227.688202 317.634644 L 227.688202 317.785828 Z"/>
<path id="path90" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 277.50235 825.300781 L 378.188965 825.300781 L 378.188965 781.269287 L 277.313385 781.269287 L 277.313385 825.149597"/>
<path id="path91" fill="#000000" fill-rule="evenodd" stroke="none" d="M 277.50235 825.489746 L 277.50235 825.111816 L 277.313385 825.111816 L 277.275604 825.111816 L 277.200012 825.149597 L 277.162201 825.22522 L 277.162201 825.300781 L 277.162201 825.376343 L 277.200012 825.414185 L 277.275604 825.451965 L 277.313385 825.489746 L 277.50235 825.489746 Z"/>
<path id="path92" fill="#000000" fill-rule="evenodd" stroke="none" d="M 277.50235 825.111816 L 277.162201 825.111816 L 277.162201 825.300781 L 277.162201 825.376343 L 277.200012 825.414185 L 277.275604 825.451965 L 277.313385 825.489746 L 277.388977 825.451965 L 277.464569 825.414185 L 277.50235 825.376343 L 277.50235 825.300781 L 277.50235 825.111816 Z"/>
<text id="text27" xml:space="preserve" x="311" y="811" font-family="Times New Roman" font-size="18.179528" fill="#000000">CIN</text>
<path id="path93" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 277.162201 803.266113 L 234.302368 803.266113 L 234.302368 694.71814"/>
<path id="path94" fill="#000000" fill-rule="evenodd" stroke="none" d="M 277.162201 803.11499 L 277.162201 803.455078 L 277.313385 803.455078 L 277.388977 803.455078 L 277.464569 803.417358 L 277.50235 803.341736 L 277.50235 803.266113 L 277.50235 803.228333 L 277.464569 803.152771 L 277.388977 803.11499 L 277.313385 803.11499 L 277.162201 803.11499 Z"/>
<path id="path95" fill="#000000" fill-rule="evenodd" stroke="none" d="M 234.113373 694.75592 L 234.453552 694.75592 L 234.453552 694.566895 L 234.453552 694.491333 L 234.415741 694.453552 L 234.37796 694.415771 L 234.302368 694.37793 L 234.226776 694.415771 L 234.151184 694.453552 L 234.113373 694.491333 L 234.113373 694.566895 L 234.113373 694.75592 Z"/>
</g>
</svg>
media/MultipleLightsRemoteControlPhaseCallFlows.png

30.6 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by Pixelmator Pro 3.5.6 -->
<svg width="670" height="268" viewBox="0 0 670 268" xmlns="http://www.w3.org/2000/svg">
<clipPath id="clipPath1">
<path clip-rule="evenodd" d="M -17.204723 -0.881897 L 700.905506 -0.881897 L 700.905506 286.362213 L -17.204723 286.362213 Z"/>
<path d="M -17.204723 -0.881897 L 700.867725 -0.881897 L 700.867725 286.324402 L -17.204723 286.324402 L -17.204723 -0.881897 Z"/>
</clipPath>
<g id="Group" clip-path="url(#clipPath1)">
<path id="Path" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 31.62677 22.362183 L 93.648819 22.362183 L 93.648819 53.392151 L 31.62677 53.392151 L 31.62677 22.362183 Z"/>
<path id="path1" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 31.62677 53.392151 L 93.648819 53.392151 L 93.648819 22.362183 L 31.62677 22.362183 L 31.62677 53.392151 Z"/>
<path id="path2" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 62.618896 18.053528 L 62.618896 18.053528 L 62.618896 18.053528 L 62.618896 18.053528 L 62.618896 18.053528 L 62.618896 18.053528 Z"/>
<path id="path3" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 62.618896 53.656677 L 62.618896 250.456696"/>
<path id="path4" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 62.316536 53.694458 L 62.921257 53.694458 L 62.921257 53.392151 L 62.921257 53.278748 L 62.845673 53.165344 L 62.770081 53.089783 L 62.618896 53.089783 L 62.505508 53.089783 L 62.429924 53.165344 L 62.354332 53.278748 L 62.316536 53.392151 L 62.316536 53.694458 Z"/>
<path id="path5" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 62.921257 250.418884 L 62.316536 250.418884 L 62.316536 250.721252 L 62.354332 250.834656 L 62.429924 250.910248 L 62.505508 250.98584 L 62.618896 251.023621 L 62.770081 250.98584 L 62.845673 250.910248 L 62.921257 250.834656 L 62.921257 250.721252 L 62.921257 250.418884 Z"/>
<path id="path6" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 21.308662 22.362183 L 103.966934 22.362183 L 103.966934 53.392151 L 21.308662 53.392151 L 21.308662 22.362183 Z"/>
<path id="path7" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 21.308662 53.392151 L 103.966934 53.392151 L 103.966934 22.362183 L 21.308662 22.362183 L 21.308662 53.392151 Z"/>
<text id="ADN" xml:space="preserve" x="34" y="44" font-family="Calibri" font-size="14.588976" fill="#ffffff">ADN</text>
<text id="-" xml:space="preserve" x="62" y="44" font-family="Calibri" font-size="14.588976" fill="#ffffff">-</text>
<text id="AE" xml:space="preserve" x="66" y="44" font-family="Calibri" font-size="14.588976" fill="#ffffff">AE</text>
<text id="1" xml:space="preserve" x="82" y="44" font-family="Calibri" font-size="14.588976" fill="#ffffff">1</text>
<path id="path8" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 124.867722 22.362183 L 186.889771 22.362183 L 186.889771 53.392151 L 124.867722 53.392151 L 124.867722 22.362183 Z"/>
<path id="path9" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 124.867722 53.392151 L 186.889771 53.392151 L 186.889771 22.362183 L 124.867722 22.362183 L 124.867722 53.392151 Z"/>
<text id="AND" xml:space="preserve" x="135" y="43" font-family="Calibri" font-size="10.922835" fill="#ffffff">AND</text>
<text id="text1" xml:space="preserve" x="155" y="43" font-family="Calibri" font-size="10.922835" fill="#ffffff">-</text>
<text id="text2" xml:space="preserve" x="158" y="43" font-family="Calibri" font-size="10.922835" fill="#ffffff">AE</text>
<text id="2" xml:space="preserve" x="170" y="43" font-family="Calibri" font-size="10.922835" fill="#ffffff">2</text>
<path id="path10" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 155.859848 18.053528 L 155.859848 18.053528 L 155.859848 18.053528 L 155.859848 18.053528 L 155.859848 18.053528 L 155.859848 18.053528 Z"/>
<path id="path11" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 155.859848 53.656677 L 155.859848 250.456696"/>
<path id="path12" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 155.55748 53.694458 L 156.162201 53.694458 L 156.162201 53.392151 L 156.162201 53.278748 L 156.086609 53.165344 L 155.973221 53.089783 L 155.859848 53.089783 L 155.74646 53.089783 L 155.670868 53.165344 L 155.595276 53.278748 L 155.55748 53.392151 L 155.55748 53.694458 Z"/>
<path id="path13" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 156.162201 250.418884 L 155.55748 250.418884 L 155.55748 250.721252 L 155.595276 250.834656 L 155.670868 250.910248 L 155.74646 250.98584 L 155.859848 251.023621 L 155.973221 250.98584 L 156.086609 250.910248 L 156.162201 250.834656 L 156.162201 250.721252 L 156.162201 250.418884 Z"/>
<path id="path14" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 114.549606 22.362183 L 197.20787 22.362183 L 197.20787 53.392151 L 114.549606 53.392151 L 114.549606 22.362183 Z"/>
<path id="path15" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 114.549606 53.392151 L 197.20787 53.392151 L 197.20787 22.362183 L 114.549606 22.362183 L 114.549606 53.392151 Z"/>
<text id="text3" xml:space="preserve" x="127" y="44" font-family="Calibri" font-size="14.588976" fill="#ffffff">ADN</text>
<text id="text4" xml:space="preserve" x="155" y="44" font-family="Calibri" font-size="14.588976" fill="#ffffff">-</text>
<text id="text5" xml:space="preserve" x="159" y="44" font-family="Calibri" font-size="14.588976" fill="#ffffff">AE</text>
<text id="text6" xml:space="preserve" x="175" y="44" font-family="Calibri" font-size="14.588976" fill="#ffffff">2</text>
<path id="path16" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 242.788971 22.362183 L 304.811035 22.362183 L 304.811035 53.392151 L 242.788971 53.392151 L 242.788971 22.362183 Z"/>
<path id="path17" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 242.788971 53.392151 L 304.811035 53.392151 L 304.811035 22.362183 L 242.788971 22.362183 L 242.788971 53.392151 Z"/>
<path id="path18" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 273.818909 18.053528 L 273.818909 18.053528 L 273.818909 18.053528 L 273.818909 18.053528 L 273.818909 18.053528 L 273.818909 18.053528 Z"/>
<path id="path19" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 273.818909 53.656677 L 273.818909 250.456696"/>
<path id="path20" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 273.516541 53.694458 L 274.121246 53.694458 L 274.121246 53.392151 L 274.083466 53.278748 L 274.007874 53.165344 L 273.932281 53.089783 L 273.818909 53.089783 L 273.705505 53.089783 L 273.592133 53.165344 L 273.516541 53.278748 L 273.516541 53.392151 L 273.516541 53.694458 Z"/>
<path id="path21" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 274.121246 250.418884 L 273.516541 250.418884 L 273.516541 250.721252 L 273.516541 250.834656 L 273.592133 250.910248 L 273.705505 250.98584 L 273.818909 251.023621 L 273.932281 250.98584 L 274.007874 250.910248 L 274.083466 250.834656 L 274.121246 250.721252 L 274.121246 250.418884 Z"/>
<path id="path22" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 232.470856 22.362183 L 315.12912 22.362183 L 315.12912 53.392151 L 232.470856 53.392151 L 232.470856 22.362183 Z"/>
<path id="path23" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 232.470856 53.392151 L 315.12912 53.392151 L 315.12912 22.362183 L 232.470856 22.362183 L 232.470856 53.392151 Z"/>
<text id="MN" xml:space="preserve" x="251" y="44" font-family="Calibri" font-size="14.588976" fill="#ffffff">MN</text>
<text id="text7" xml:space="preserve" x="274" y="44" font-family="Calibri" font-size="14.588976" fill="#ffffff">-</text>
<text id="text8" xml:space="preserve" x="278" y="44" font-family="Calibri" font-size="14.588976" fill="#ffffff">AE</text>
<path id="path24" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 356.477173 24.100769 L 418.461426 24.100769 L 418.461426 55.092896 L 356.477173 55.092896 L 356.477173 24.100769 Z"/>
<path id="path25" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 356.477173 55.092896 L 418.461426 55.092896 L 418.461426 24.100769 L 356.477173 24.100769 L 356.477173 55.092896 Z"/>
<path id="path26" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 387.469299 19.792114 L 387.469299 19.792114 L 387.469299 19.792114 L 387.469299 19.792114 L 387.469299 19.792114 L 387.469299 19.792114 Z"/>
<path id="path27" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 387.469299 55.357483 L 387.469299 250.456696"/>
<path id="path28" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 387.166931 55.395264 L 387.771667 55.395264 L 387.771667 55.092896 L 387.771667 54.979553 L 387.696075 54.903931 L 387.582672 54.828369 L 387.469299 54.790527 L 387.355896 54.828369 L 387.242523 54.903931 L 387.204712 54.979553 L 387.166931 55.092896 L 387.166931 55.395264 Z"/>
<path id="path29" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 387.771667 250.418884 L 387.166931 250.418884 L 387.166931 250.721252 L 387.204712 250.834656 L 387.242523 250.910248 L 387.355896 250.98584 L 387.469299 251.023621 L 387.582672 250.98584 L 387.696075 250.910248 L 387.771667 250.834656 L 387.771667 250.721252 L 387.771667 250.418884 Z"/>
<path id="path30" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 346.159058 24.100769 L 428.817322 24.100769 L 428.817322 55.092896 L 346.159058 55.092896 L 346.159058 24.100769 Z"/>
<path id="path31" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 346.159058 55.092896 L 428.817322 55.092896 L 428.817322 24.100769 L 346.159058 24.100769 L 346.159058 55.092896 Z"/>
<text id="text9" xml:space="preserve" x="362" y="46" font-family="Calibri" font-size="14.588976" fill="#ffffff">MN</text>
<text id="text10" xml:space="preserve" x="385" y="46" font-family="Calibri" font-size="14.588976" fill="#ffffff">-</text>
<text id="CSE" xml:space="preserve" x="389" y="46" font-family="Calibri" font-size="14.588976" fill="#ffffff">CSE</text>
<path id="path32" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 480.483459 24.100769 L 542.467712 24.100769 L 542.467712 55.092896 L 480.483459 55.092896 L 480.483459 24.100769 Z"/>
<path id="path33" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 480.483459 55.092896 L 542.467712 55.092896 L 542.467712 24.100769 L 480.483459 24.100769 L 480.483459 55.092896 Z"/>
<path id="path34" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 511.475586 19.792114 L 511.475586 19.792114 L 511.475586 19.792114 L 511.475586 19.792114 L 511.475586 19.792114 L 511.475586 19.792114 Z"/>
<path id="path35" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 511.475586 55.357483 L 511.475586 250.456696"/>
<path id="path36" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 511.173218 55.395264 L 511.777954 55.395264 L 511.777954 55.092896 L 511.777954 54.979553 L 511.702393 54.903931 L 511.588989 54.828369 L 511.475586 54.790527 L 511.362183 54.828369 L 511.24884 54.903931 L 511.210999 54.979553 L 511.173218 55.092896 L 511.173218 55.395264 Z"/>
<path id="path37" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 511.777954 250.418884 L 511.173218 250.418884 L 511.173218 250.721252 L 511.210999 250.834656 L 511.24884 250.910248 L 511.362183 250.98584 L 511.475586 251.023621 L 511.588989 250.98584 L 511.702393 250.910248 L 511.777954 250.834656 L 511.777954 250.721252 L 511.777954 250.418884 Z"/>
<path id="path38" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 470.127563 24.100769 L 552.823608 24.100769 L 552.823608 55.092896 L 470.127563 55.092896 L 470.127563 24.100769 Z"/>
<path id="path39" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 470.127563 55.092896 L 552.823608 55.092896 L 552.823608 24.100769 L 470.127563 24.100769 L 470.127563 55.092896 Z"/>
<text id="IN" xml:space="preserve" x="491" y="46" font-family="Calibri" font-size="14.588976" fill="#ffffff">IN</text>
<text id="text11" xml:space="preserve" x="504" y="46" font-family="Calibri" font-size="14.588976" fill="#ffffff">-</text>
<text id="text12" xml:space="preserve" x="509" y="46" font-family="Calibri" font-size="14.588976" fill="#ffffff">CSE</text>
<path id="path40" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 576.407898 24.100769 L 638.429932 24.100769 L 638.429932 55.092896 L 576.407898 55.092896 L 576.407898 24.100769 Z"/>
<path id="path41" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 576.407898 55.092896 L 638.429932 55.092896 L 638.429932 24.100769 L 576.407898 24.100769 L 576.407898 55.092896 Z"/>
<path id="path42" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 607.400024 19.792114 L 607.400024 19.792114 L 607.400024 19.792114 L 607.400024 19.792114 L 607.400024 19.792114 L 607.400024 19.792114 Z"/>
<path id="path43" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 607.400024 55.357483 L 607.400024 250.456696"/>
<path id="path44" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 607.097656 55.395264 L 607.702393 55.395264 L 607.702393 55.092896 L 607.702393 54.979553 L 607.62677 54.903931 L 607.551208 54.828369 L 607.400024 54.790527 L 607.286621 54.828369 L 607.210999 54.903931 L 607.135437 54.979553 L 607.097656 55.092896 L 607.097656 55.395264 Z"/>
<path id="path45" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 607.702393 250.418884 L 607.097656 250.418884 L 607.097656 250.721252 L 607.135437 250.834656 L 607.210999 250.910248 L 607.286621 250.98584 L 607.400024 251.023621 L 607.551208 250.98584 L 607.62677 250.910248 L 607.702393 250.834656 L 607.702393 250.721252 L 607.702393 250.418884 Z"/>
<path id="path46" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 566.089783 24.100769 L 648.748047 24.100769 L 648.748047 55.092896 L 566.089783 55.092896 L 566.089783 24.100769 Z"/>
<path id="path47" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 566.089783 55.092896 L 648.748047 55.092896 L 648.748047 24.100769 L 566.089783 24.100769 L 566.089783 55.092896 Z"/>
<text id="I" xml:space="preserve" x="589" y="46" font-family="Calibri" font-size="14.588976" fill="#ffffff">I</text>
<text id="N" xml:space="preserve" x="593" y="46" font-family="Calibri" font-size="14.588976" fill="#ffffff">N</text>
<text id="text13" xml:space="preserve" x="603" y="46" font-family="Calibri" font-size="14.588976" fill="#ffffff">-</text>
<text id="text14" xml:space="preserve" x="607" y="46" font-family="Calibri" font-size="14.588976" fill="#ffffff">AE</text>
<path id="path48" fill="none" stroke="#7c9530" stroke-width="1.814173" stroke-linejoin="round" d="M 606.644104 96.440918 L 522.360657 96.440918"/>
<path id="path49" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 606.49292 95.533875 L 606.49292 97.348022 L 607.400024 97.348022 L 607.777954 97.310242 L 608.080322 97.083435 L 608.269287 96.818909 L 608.34491 96.440918 L 608.269287 96.100769 L 608.080322 95.798401 L 607.777954 95.609436 L 607.400024 95.533875 L 606.49292 95.533875 Z"/>
<path id="path50" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 522.473999 97.348022 L 522.473999 95.533875 L 521.566956 95.533875 L 521.226746 95.609436 L 520.924438 95.798401 L 520.697632 96.100769 L 520.659851 96.440918 L 520.697632 96.818909 L 520.924438 97.083435 L 521.226746 97.310242 L 521.566956 97.348022 L 522.473999 97.348022 Z"/>
<path id="path51" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 523.003174 102.223633 L 511.475586 96.440918 L 523.003174 90.696045 L 523.003174 102.223633 L 523.003174 102.223633 Z"/>
<path id="path52" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 553.050415 90.620483 L 565.862976 90.620483 L 565.862976 102.299194 L 553.050415 102.299194 L 553.050415 90.620483 Z"/>
<text id="text15" xml:space="preserve" x="552" y="101" font-family="Calibri" font-size="9.713386" fill="#607423">1</text>
<text id="text16" xml:space="preserve" x="557" y="101" font-family="Calibri" font-size="9.713386" fill="#607423">-</text>
<text id="text17" xml:space="preserve" x="560" y="101" font-family="Calibri" font-size="9.713386" fill="#607423">1</text>
<path id="path53" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 457.050415 114.733887 L 572.439392 114.733887 L 572.439392 198.639374 L 457.050415 198.639374 L 457.050415 114.733887 Z"/>
<path id="path54" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 457.050415 198.639374 L 572.439392 198.639374 L 572.439392 114.733887 L 457.050415 114.733887 L 457.050415 198.639374 Z"/>
<text id="create-a-group-of" xml:space="preserve" x="471" y="126" font-family="Calibri" font-size="12.170079" fill="#406fc5">create a group of</text>
<text id="contentInstances-in-" xml:space="preserve" x="465" y="140" font-family="Calibri" font-size="12.170079" fill="#406fc5">contentInstances in</text>
<text id="text18" xml:space="preserve" x="465" y="155" font-family="Calibri" font-size="12.170079" fill="#406fc5">MN</text>
<text id="text19" xml:space="preserve" x="483" y="155" font-family="Calibri" font-size="12.170079" fill="#406fc5">-</text>
<text id="CSE-when-state-" xml:space="preserve" x="487" y="155" font-family="Calibri" font-size="12.170079" fill="#406fc5">CSE when state</text>
<text id="of-a-group-of" xml:space="preserve" x="462" y="170" font-family="Calibri" font-size="12.170079" fill="#406fc5">of a group of lights is</text>
<text id="updated-on-users-" xml:space="preserve" x="469" y="184" font-family="Calibri" font-size="12.170079" fill="#406fc5">updated on user’s</text>
<text id="smartphone-" xml:space="preserve" x="484" y="199" font-family="Calibri" font-size="12.170079" fill="#406fc5">smartphone</text>
<path id="path55" fill="#73ae42" fill-rule="evenodd" stroke="none" d="M 382.291351 96.440918 L 392.647247 96.440918 L 392.647247 192.932281 L 382.291351 192.932281 L 382.291351 96.440918 Z"/>
<path id="path56" fill="none" stroke="#6ca43e" stroke-width="0.604724" stroke-linejoin="round" d="M 392.647247 192.932281 L 392.647247 96.440918 L 382.291351 96.440918 L 382.291351 192.932281 L 392.647247 192.932281 Z"/>
<path id="path57" fill="none" stroke="#7c9530" stroke-width="1.814173" stroke-linejoin="round" d="M 386.675598 210.166931 L 166.744888 208.541718"/>
<path id="path58" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 386.562195 209.259857 L 386.562195 211.074005 L 387.469299 211.074005 L 387.809448 210.998413 L 388.111816 210.809448 L 388.300781 210.50708 L 388.376373 210.166931 L 388.338593 209.826782 L 388.111816 209.524414 L 387.847229 209.335419 L 387.469299 209.259857 L 386.562195 209.259857 Z"/>
<path id="path59" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 166.858261 209.448822 L 166.858261 207.596863 L 165.951187 207.596863 L 165.611023 207.672455 L 165.308655 207.86142 L 165.11969 208.163788 L 165.044098 208.503937 L 165.11969 208.844086 L 165.308655 209.146454 L 165.611023 209.37323 L 165.951187 209.448822 L 166.858261 209.448822 Z"/>
<path id="path60" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 167.349609 214.286621 L 155.859848 208.428345 L 167.425201 202.759064 L 167.349609 214.286621 L 167.349609 214.286621 Z"/>
<path id="path61" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 261.308655 203.477173 L 282.058258 203.477173 L 282.058258 215.155914 L 261.308655 215.155914 L 261.308655 203.477173 Z"/>
<text id="text20" xml:space="preserve" x="260" y="214" font-family="Calibri" font-size="9.713386" fill="#607423">2</text>
<text id="text21" xml:space="preserve" x="265" y="214" font-family="Calibri" font-size="9.713386" fill="#607423">-</text>
<text id="text22" xml:space="preserve" x="268" y="214" font-family="Calibri" font-size="9.713386" fill="#607423">1</text>
<text id="text23" xml:space="preserve" x="273" y="214" font-family="Calibri" font-size="9.713386" fill="#607423">-</text>
<text id="text24" xml:space="preserve" x="276" y="214" font-family="Calibri" font-size="9.713386" fill="#607423">1</text>
<path id="path62" fill="none" stroke="#7c9530" stroke-width="1.814173" stroke-linejoin="round" d="M 386.675598 227.401581 L 73.503937 225.738586"/>
<path id="path63" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 386.562195 226.494476 L 386.562195 228.308655 L 387.469299 228.308655 L 387.809448 228.233063 L 388.111816 228.044098 L 388.300781 227.74173 L 388.376373 227.401581 L 388.338593 227.061432 L 388.111816 226.759064 L 387.847229 226.570068 L 387.469299 226.494476 L 386.562195 226.494476 Z"/>
<path id="path64" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 73.617325 226.64566 L 73.617325 224.831482 L 72.710236 224.831482 L 72.370079 224.869293 L 72.067719 225.096069 L 71.878738 225.360626 L 71.803146 225.738586 L 71.878738 226.078735 L 72.067719 226.381104 L 72.370079 226.570068 L 72.710236 226.64566 L 73.617325 226.64566 Z"/>
<path id="path65" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 74.108658 231.483459 L 62.618896 225.662994 L 74.18425 219.955902 L 74.108658 231.483459 L 74.108658 231.483459 Z"/>
<path id="path66" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 214.707092 220.711823 L 235.418884 220.711823 L 235.418884 232.352753 L 214.707092 232.352753 L 214.707092 220.711823 Z"/>
<text id="text25" xml:space="preserve" x="214" y="231" font-family="Calibri" font-size="9.713386" fill="#607423">2</text>
<text id="text26" xml:space="preserve" x="219" y="231" font-family="Calibri" font-size="9.713386" fill="#607423">-</text>
<text id="text27" xml:space="preserve" x="222" y="231" font-family="Calibri" font-size="9.713386" fill="#607423">1</text>
<text id="text28" xml:space="preserve" x="227" y="231" font-family="Calibri" font-size="9.713386" fill="#607423">-</text>
<text id="text29" xml:space="preserve" x="230" y="231" font-family="Calibri" font-size="9.713386" fill="#607423">2</text>
<path id="path67" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 337.23938 117.11499 L 428.817322 117.11499 L 428.817322 179.137024 L 337.23938 179.137024 L 337.23938 117.11499 Z"/>
<path id="path68" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 337.23938 179.137024 L 428.817322 179.137024 L 428.817322 117.11499 L 337.23938 117.11499 L 337.23938 179.137024 Z"/>
<text id="processing-" xml:space="preserve" x="356" y="139" font-family="Calibri" font-size="12.170079" fill="#406fc5">processing</text>
<text id="contentInstance-" xml:space="preserve" x="342" y="154" font-family="Calibri" font-size="12.170079" fill="#406fc5">contentInstance</text>
<text id="creation" xml:space="preserve" x="362" y="168" font-family="Calibri" font-size="12.170079" fill="#406fc5">creation</text>
<path id="path69" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 206.656708 138.053528 L 322.045654 138.053528 L 322.045654 200.075592 L 206.656708 200.075592 L 206.656708 138.053528 Z"/>
<path id="path70" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 206.656708 200.075592 L 322.045654 200.075592 L 322.045654 138.053528 L 206.656708 138.053528 L 206.656708 200.075592 Z"/>
<text id="text30" xml:space="preserve" x="228" y="153" font-family="Calibri" font-size="12.170079" fill="#406fc5">MN</text>
<text id="text31" xml:space="preserve" x="246" y="153" font-family="Calibri" font-size="12.170079" fill="#406fc5">-</text>
<text id="CSE-sends-" xml:space="preserve" x="250" y="153" font-family="Calibri" font-size="12.170079" fill="#406fc5">CSE sends</text>
<text id="notifications-to-each-" xml:space="preserve" x="213" y="167" font-family="Calibri" font-size="12.170079" fill="#406fc5">notifications to each</text>
<text id="Light-AND" xml:space="preserve" x="224" y="182" font-family="Calibri" font-size="12.170079" fill="#406fc5">Light AND</text>
<text id="text32" xml:space="preserve" x="274" y="182" font-family="Calibri" font-size="12.170079" fill="#406fc5">-</text>
<text id="AE-in-" xml:space="preserve" x="277" y="182" font-family="Calibri" font-size="12.170079" fill="#406fc5">AE in</text>
<text id="group--" xml:space="preserve" x="249" y="197" font-family="Calibri" font-size="12.170079" fill="#406fc5">group</text>
<path id="path71" fill="none" stroke="#7c9530" stroke-width="1.814173" stroke-linejoin="round" d="M 510.681885 96.440918 L 403.494476 96.440918"/>
<path id="path72" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 510.568481 95.533875 L 510.568481 97.348022 L 511.475586 97.348022 L 511.815735 97.310242 L 512.118103 97.083435 L 512.307068 96.818909 L 512.38269 96.440918 L 512.307068 96.100769 L 512.118103 95.798401 L 511.815735 95.609436 L 511.475586 95.533875 L 510.568481 95.533875 Z"/>
<path id="path73" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 403.64566 97.348022 L 403.64566 95.533875 L 402.738586 95.533875 L 402.360626 95.609436 L 402.096069 95.798401 L 401.869293 96.100769 L 401.793701 96.440918 L 401.869293 96.818909 L 402.096069 97.083435 L 402.360626 97.310242 L 402.738586 97.348022 L 403.64566 97.348022 Z"/>
<path id="path74" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 404.174805 102.223633 L 392.647247 96.440918 L 404.174805 90.696045 L 404.174805 102.223633 L 404.174805 102.223633 Z"/>
<path id="path75" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 445.63623 90.620483 L 458.486633 90.620483 L 458.486633 102.299194 L 445.63623 102.299194 L 445.63623 90.620483 Z"/>
<text id="text33" xml:space="preserve" x="445" y="101" font-family="Calibri" font-size="9.713386" fill="#607423">1</text>
<text id="text34" xml:space="preserve" x="450" y="101" font-family="Calibri" font-size="9.713386" fill="#607423">-</text>
<text id="text35" xml:space="preserve" x="453" y="101" font-family="Calibri" font-size="9.713386" fill="#607423">2</text>
</g>
</svg>
media/RegistrationPhaseCallFlows.png

84.1 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by Pixelmator Pro 3.5.6 -->
<svg width="749" height="545" viewBox="0 0 749 545" xmlns="http://www.w3.org/2000/svg">
<g id="id3">
<path id="Path" fill="none" stroke="none" d="M 13.351645 12.135498 L 731.460876 10.91333 L 732.383972 553.312622 L 14.274743 554.534729 Z"/>
<path id="path1" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 23.947235 19.714355 L 78.674721 19.621216 L 78.721291 46.984924 L 23.993805 47.078064 L 23.947235 19.714355 Z"/>
<path id="path2" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 23.993805 47.078064 L 78.721291 46.984924 L 78.674721 19.621216 L 23.947235 19.714355 L 23.993805 47.078064 Z"/>
<path id="path3" fill="none" stroke="#5692c9" stroke-width="0.793701" stroke-linejoin="round" d="M 51.357479 46.993713 L 52.179138 529.789856"/>
<path id="path4" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 50.94186 47.070038 L 51.773354 47.068634 L 51.772648 46.652863 L 51.734592 46.50174 L 51.620956 46.350739 L 51.507439 46.275391 L 51.35619 46.237793 L 51.205078 46.275879 L 51.054024 46.351715 L 50.978691 46.503021 L 50.941151 46.654266 L 50.94186 47.070038 Z"/>
<path id="path5" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 52.594822 529.751343 L 51.763325 529.752808 L 51.763969 530.130737 L 51.802021 530.28186 L 51.877872 530.432861 L 52.029186 530.50824 L 52.180424 530.545776 L 52.331543 530.50769 L 52.444805 530.431946 L 52.557926 530.280518 L 52.595467 530.129333 L 52.594822 529.751343 Z"/>
<path id="path6" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 14.83923 20.107788 L 87.784004 19.983643 L 87.829292 46.591492 L 14.884513 46.715637 L 14.83923 20.107788 Z"/>
<path id="path7" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 14.884513 46.715637 L 87.829292 46.591492 L 87.784004 19.983643 L 14.83923 20.107788 L 14.884513 46.715637 Z"/>
<text id="ADN" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.058654 0.071529)" xml:space="preserve" x="26" y="40" font-family="Helvetica" font-size="12.888189" fill="#ffffff">ADN</text>
<text id="-" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.058634 0.094504)" xml:space="preserve" x="51" y="40" font-family="Helvetica" font-size="12.888189" fill="#ffffff">-</text>
<text id="AE" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.058619 0.112374)" xml:space="preserve" x="55" y="40" font-family="Helvetica" font-size="12.888189" fill="#ffffff">AE</text>
<text id="1" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.058606 0.127691)" xml:space="preserve" x="69" y="40" font-family="Helvetica" font-size="12.888189" fill="#ffffff">1</text>
<path id="path8" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 155.247131 19.075195 L 209.974594 18.982056 L 210.021164 46.345764 L 155.293701 46.438904 L 155.247131 19.075195 Z"/>
<path id="path9" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 155.293701 46.438904 L 210.021164 46.345764 L 209.974594 18.982056 L 155.247131 19.075195 L 155.293701 46.438904 Z"/>
<text id="AND" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.055055 0.300428)" xml:space="preserve" x="164" y="37" font-family="Helvetica" font-size="9.637795" fill="#ffffff">AND</text>
<text id="text1" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.055042 0.316596)" xml:space="preserve" x="182" y="37" font-family="Helvetica" font-size="9.637795" fill="#ffffff">-</text>
<text id="text2" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.055031 0.32936)" xml:space="preserve" x="185" y="37" font-family="Helvetica" font-size="9.637795" fill="#ffffff">AE</text>
<text id="2" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.055021 0.340423)" xml:space="preserve" x="195" y="37" font-family="Helvetica" font-size="9.637795" fill="#ffffff">2</text>
<path id="path10" fill="none" stroke="#5692c9" stroke-width="0.793701" stroke-linejoin="round" d="M 182.657379 46.354492 L 183.479752 529.566406"/>
<path id="path11" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 182.279541 46.430756 L 183.073242 46.429413 L 183.07254 46.013641 L 183.034485 45.862518 L 182.958694 45.749298 L 182.807327 45.636139 L 182.656097 45.598633 L 182.504974 45.636658 L 182.391769 45.750275 L 182.27858 45.8638 L 182.278839 46.014984 L 182.279541 46.430756 Z"/>
<path id="path12" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 183.895416 529.527893 L 183.101715 529.529236 L 183.102371 529.907227 L 183.102615 530.05835 L 183.216263 530.209351 L 183.329788 530.28479 L 183.481033 530.322327 L 183.632141 530.284241 L 183.783188 530.208374 L 183.858521 530.057068 L 183.896057 529.905884 L 183.895416 529.527893 Z"/>
<path id="path13" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 146.13913 19.468628 L 219.083893 19.344482 L 219.129166 45.952271 L 146.184402 46.076416 L 146.13913 19.468628 Z"/>
<path id="path14" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 146.184402 46.076416 L 219.129166 45.952271 L 219.083893 19.344482 L 146.13913 19.468628 L 146.184402 46.076416 Z"/>
<text id="text3" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.055059 0.296174)" xml:space="preserve" x="158" y="38" font-family="Helvetica" font-size="12.888189" fill="#ffffff">ADN</text>
<text id="text4" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.055041 0.317447)" xml:space="preserve" x="182" y="38" font-family="Helvetica" font-size="12.888189" fill="#ffffff">-</text>
<text id="text5" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.055026 0.335317)" xml:space="preserve" x="186" y="38" font-family="Helvetica" font-size="12.888189" fill="#ffffff">AE</text>
<text id="text6" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.055013 0.350634)" xml:space="preserve" x="200" y="38" font-family="Helvetica" font-size="12.888189" fill="#ffffff">2</text>
<path id="path15" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 244.744278 17.78894 L 299.471771 17.695801 L 299.518341 45.059601 L 244.790848 45.15274 L 244.744278 17.78894 Z"/>
<path id="path16" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 244.790848 45.15274 L 299.518341 45.059601 L 299.471771 17.695801 L 244.744278 17.78894 L 244.790848 45.15274 Z"/>
<path id="path17" fill="none" stroke="#5692c9" stroke-width="0.793701" stroke-linejoin="round" d="M 272.156433 46.202179 L 272.987305 534.403076"/>
<path id="path18" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 271.740814 46.278503 L 272.572327 46.277069 L 272.571625 45.861298 L 272.533569 45.710205 L 272.419983 45.597046 L 272.306396 45.483826 L 272.155151 45.44632 L 272.004059 45.484344 L 271.853058 45.598022 L 271.777679 45.711487 L 271.740112 45.862732 L 271.740814 46.278503 Z"/>
<path id="path19" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 273.403015 534.364563 L 272.571503 534.365967 L 272.572144 534.743896 L 272.61026 534.932861 L 272.686066 535.046082 L 272.837372 535.121399 L 272.988586 535.158997 L 273.139709 535.120911 L 273.252991 535.045105 L 273.36615 534.93158 L 273.403656 534.742493 L 273.403015 534.364563 Z"/>
<path id="path20" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 235.634354 17.048584 L 308.579102 16.924438 L 308.628235 45.799957 L 235.683502 45.924103 L 235.634354 17.048584 Z"/>
<path id="path21" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 235.683502 45.924103 L 308.628235 45.799957 L 308.579102 16.924438 L 235.634354 17.048584 L 235.683502 45.924103 Z"/>
<text id="MN" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.053225 0.451894)" xml:space="preserve" x="253" y="37" font-family="Helvetica" font-size="12.888189" fill="#ffffff">MN</text>
<text id="text7" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.053209 0.470615)" xml:space="preserve" x="272" y="37" font-family="Helvetica" font-size="12.888189" fill="#ffffff">-</text>
<text id="text8" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.053194 0.488484)" xml:space="preserve" x="276" y="37" font-family="Helvetica" font-size="12.888189" fill="#ffffff">AE</text>
<path id="path22" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 387.610229 17.545776 L 442.299896 17.452698 L 442.346466 44.816528 L 387.656799 44.909576 L 387.610229 17.545776 Z"/>
<path id="path23" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 387.656799 44.909576 L 442.346466 44.816528 L 442.299896 17.452698 L 387.610229 17.545776 L 387.656799 44.909576 Z"/>
<path id="path24" fill="none" stroke="#5692c9" stroke-width="0.793701" stroke-linejoin="round" d="M 414.984589 45.959106 L 415.81546 534.159973"/>
<path id="path25" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 414.606781 46.03537 L 415.400482 46.033997 L 415.39975 45.618225 L 415.361694 45.467102 L 415.28595 45.353912 L 415.134552 45.240753 L 414.983307 45.203247 L 414.832184 45.241272 L 414.718994 45.354858 L 414.605804 45.468414 L 414.606049 45.619598 L 414.606781 46.03537 Z"/>
<path id="path26" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 416.23114 534.121521 L 415.437439 534.122864 L 415.43808 534.500793 L 415.438416 534.689758 L 415.551971 534.802979 L 415.665497 534.878357 L 415.816742 534.915894 L 415.967865 534.877808 L 416.118927 534.802002 L 416.194275 534.688477 L 416.231781 534.499451 L 416.23114 534.121521 Z"/>
<path id="path27" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 378.462494 16.805481 L 451.407257 16.681335 L 451.456421 45.556885 L 378.511627 45.68103 L 378.462494 16.805481 Z"/>
<path id="path28" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 378.511627 45.68103 L 451.456421 45.556885 L 451.407257 16.681335 L 378.462494 16.805481 L 378.511627 45.68103 Z"/>
<text id="text9" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.053022 0.690157)" xml:space="preserve" x="393" y="37" font-family="Helvetica" font-size="12.888189" fill="#ffffff">MN</text>
<text id="text10" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.053005 0.710579)" xml:space="preserve" x="413" y="37" font-family="Helvetica" font-size="12.888189" fill="#ffffff">-</text>
<text id="CSE" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.052983 0.736108)" xml:space="preserve" x="417" y="37" font-family="Helvetica" font-size="12.888189" fill="#ffffff">CSE</text>
<path id="path29" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 530.439636 18.058655 L 585.129333 17.965576 L 585.175903 45.329285 L 530.486206 45.422363 L 530.439636 18.058655 Z"/>
<path id="path30" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 530.486206 45.422363 L 585.175903 45.329285 L 585.129333 17.965576 L 530.439636 18.058655 L 530.486206 45.422363 Z"/>
<path id="path31" fill="none" stroke="#5692c9" stroke-width="0.793701" stroke-linejoin="round" d="M 557.850525 45.715942 L 558.688477 538.07428"/>
<path id="path32" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 557.434937 45.792267 L 558.228638 45.790924 L 558.227905 45.375153 L 558.227661 45.223969 L 558.114075 45.11084 L 558.000488 44.99762 L 557.849243 44.960083 L 557.69812 44.998138 L 557.547119 45.111786 L 557.471741 45.22525 L 557.434204 45.376526 L 557.434937 45.792267 Z"/>
<path id="path33" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 559.066345 538.035889 L 558.272644 538.037231 L 558.273376 538.453003 L 558.311401 538.604126 L 558.387146 538.717346 L 558.538574 538.830505 L 558.689758 538.8302 L 558.840942 538.829956 L 558.954102 538.71637 L 559.067322 538.602783 L 559.067078 538.451599 L 559.066345 538.035889 Z"/>
<path id="path34" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 521.330994 18.074158 L 594.275757 17.950012 L 594.322327 45.313721 L 521.377563 45.437866 L 521.330994 18.074158 Z"/>
<path id="path35" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 521.377563 45.437866 L 594.322327 45.313721 L 594.275757 17.950012 L 521.330994 18.074158 L 521.377563 45.437866 Z"/>
<text id="IN" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.054517 0.933527)" xml:space="preserve" x="540" y="38" font-family="Helvetica" font-size="12.888189" fill="#ffffff">IN</text>
<text id="text11" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.054505 0.947142)" xml:space="preserve" x="552" y="38" font-family="Helvetica" font-size="12.888189" fill="#ffffff">-</text>
<text id="text12" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.054483 0.97267)" xml:space="preserve" x="556" y="38" font-family="Helvetica" font-size="12.888189" fill="#ffffff">CSE</text>
<path id="path36" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 667.220581 17.825867 L 721.910217 17.732788 L 721.956787 45.096527 L 667.267151 45.189575 L 667.220581 17.825867 Z"/>
<path id="path37" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 667.267151 45.189575 L 721.956787 45.096527 L 721.910217 17.732788 L 667.220581 17.825867 L 667.267151 45.189575 Z"/>
<path id="path38" fill="none" stroke="#5692c9" stroke-width="0.793701" stroke-linejoin="round" d="M 694.593689 45.483246 L 695.43158 537.841614"/>
<path id="path39" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 694.21582 45.559509 L 695.009521 45.558136 L 695.008789 45.142365 L 694.970764 44.991241 L 694.894958 44.878052 L 694.743652 44.764893 L 694.592346 44.727386 L 694.441284 44.765411 L 694.328064 44.878998 L 694.214844 44.992554 L 694.215088 45.143738 L 694.21582 45.559509 Z"/>
<path id="path40" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 695.847229 537.803101 L 695.053528 537.804443 L 695.05426 538.220215 L 695.054504 538.371399 L 695.168091 538.484558 L 695.281677 538.597778 L 695.432861 538.597534 L 695.584045 538.597229 L 695.734985 538.483582 L 695.810425 538.370117 L 695.847961 538.218811 L 695.847229 537.803101 Z"/>
<path id="path41" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 658.074097 17.841431 L 731.01886 17.717285 L 731.06543 45.081024 L 658.120667 45.20517 L 658.074097 17.841431 Z"/>
<path id="path42" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 658.120667 45.20517 L 731.06543 45.081024 L 731.01886 17.717285 L 658.074097 17.841431 L 658.120667 45.20517 Z"/>
<text id="text13" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.052614 1.170086)" xml:space="preserve" x="679" y="37" font-family="Helvetica" font-size="12.888189" fill="#ffffff">IN</text>
<text id="text14" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.052602 1.183701)" xml:space="preserve" x="691" y="37" font-family="Helvetica" font-size="12.888189" fill="#ffffff">-</text>
<text id="text15" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.052587 1.201571)" xml:space="preserve" x="695" y="37" font-family="Helvetica" font-size="12.888189" fill="#ffffff">AE</text>
<path id="path43" fill="none" stroke="#7c9530" stroke-width="1.625197" stroke-linejoin="round" d="M 415.831543 121.661743 L 548.379395 121.436157"/>
<path id="path44" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 415.946259 122.455261 L 415.943573 120.867859 L 415.112091 120.869263 L 414.809784 120.907562 L 414.545563 121.096985 L 414.394806 121.361816 L 414.319733 121.664307 L 414.395844 121.966553 L 414.547485 122.230835 L 414.812286 122.381561 L 415.114777 122.456665 L 415.946259 122.455261 Z"/>
<path id="path45" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 548.264648 120.642639 L 548.267334 122.230042 L 549.061035 122.228699 L 549.401062 122.152496 L 549.627625 122.000916 L 549.816101 121.736084 L 549.891174 121.433594 L 549.815063 121.131348 L 549.625671 120.867096 L 549.39856 120.678497 L 549.05835 120.641296 L 548.264648 120.642639 Z"/>
<path id="path46" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 547.803772 116.334778 L 557.97937 121.41983 L 547.821045 126.501678 L 547.803772 116.334778 L 547.803772 116.334778 Z"/>
<path id="path47" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 484.383301 116.404877 L 488.729797 116.397461 L 488.747284 126.677795 L 484.400818 126.685181 L 484.383301 116.404877 Z"/>
<text id="text16" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.206071 0.831543)" xml:space="preserve" x="484" y="126" font-family="Helvetica" font-size="8.844094" fill="#607423">1</text>
<path id="path48" fill="none" stroke="#595959" stroke-width="1.625197" stroke-linejoin="round" d="M 273.043243 167.523712 L 405.628876 167.298065"/>
<path id="path49" fill="#595959" fill-rule="evenodd" stroke="none" d="M 273.157959 168.31723 L 273.155273 166.729828 L 272.361572 166.731171 L 272.059296 166.76947 L 271.795013 166.958893 L 271.606506 167.223785 L 271.569214 167.526215 L 271.607544 167.828522 L 271.796967 168.092712 L 272.061859 168.281311 L 272.364258 168.318573 L 273.157959 168.31723 Z"/>
<path id="path50" fill="#595959" fill-rule="evenodd" stroke="none" d="M 405.51413 166.504547 L 405.516846 168.091949 L 406.310547 168.090607 L 406.612854 168.052307 L 406.877075 167.862823 L 407.065582 167.597992 L 407.102905 167.295563 L 407.064575 166.993256 L 406.875153 166.729004 L 406.61026 166.540466 L 406.307831 166.503204 L 405.51413 166.504547 Z"/>
<path id="path51" fill="#595959" fill-rule="evenodd" stroke="none" d="M 405.015472 162.196747 L 415.191071 167.281799 L 405.032776 172.363678 L 405.015472 162.196747 L 405.015472 162.196747 Z"/>
<path id="path52" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 341.595032 162.266846 L 345.941467 162.25943 L 345.958954 172.539764 L 341.612518 172.54715 L 341.595032 162.266846 Z"/>
<text id="text17" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.284564 0.588241)" xml:space="preserve" x="341" y="172" font-family="Helvetica" font-size="8.844094" fill="#607423">2</text>
<path id="path53" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 66.29174 161.034637 L 168.112076 160.861328 L 168.205215 215.588806 L 66.38488 215.762085 L 66.29174 161.034637 Z"/>
<path id="path54" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 66.38488 215.762085 L 168.205215 215.588806 L 168.112076 160.861328 L 66.29174 161.034637 L 66.38488 215.762085 Z"/>
<text id="Light-application-" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.287456 0.190004)" xml:space="preserve" x="70" y="174" font-family="Helvetica" font-size="10.469291" fill="#406fc5">Light application</text>
<text id="text18" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.311336 0.126204)" xml:space="preserve" x="70" y="188" font-family="Helvetica" font-size="10.469291" fill="#406fc5">(</text>
<text id="text19" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.309616 0.147476)" xml:space="preserve" x="73" y="187" font-family="Helvetica" font-size="10.469291" fill="#406fc5">ADN</text>
<text id="text20" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.309601 0.165346)" xml:space="preserve" x="93" y="187" font-family="Helvetica" font-size="10.469291" fill="#406fc5">-</text>
<text id="text21" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.30959 0.178961)" xml:space="preserve" x="96" y="187" font-family="Helvetica" font-size="10.469291" fill="#406fc5">AE</text>
<text id="text22" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.309579 0.190874)" xml:space="preserve" x="107" y="187" font-family="Helvetica" font-size="10.469291" fill="#406fc5">1</text>
<text id="text23" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.30957 0.201936)" xml:space="preserve" x="113" y="187" font-family="Helvetica" font-size="10.469291" fill="#406fc5">)</text>
<text id="registration-into-" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.331708 0.186638)" xml:space="preserve" x="70" y="200" font-family="Helvetica" font-size="10.469291" fill="#406fc5">registration into</text>
<text id="gateway-" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.352154 0.158574)" xml:space="preserve" x="70" y="212" font-family="Helvetica" font-size="10.469291" fill="#406fc5">gateway</text>
<text id="text24" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.352125 0.192612)" xml:space="preserve" x="109" y="212" font-family="Helvetica" font-size="10.469291" fill="#406fc5">(</text>
<text id="text25" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.352111 0.20878)" xml:space="preserve" x="112" y="212" font-family="Helvetica" font-size="10.469291" fill="#406fc5">MN</text>
<text id="text26" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.352097 0.224948)" xml:space="preserve" x="128" y="212" font-family="Helvetica" font-size="10.469291" fill="#406fc5">-</text>
<text id="text27" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.352079 0.247072)" xml:space="preserve" x="132" y="212" font-family="Helvetica" font-size="10.469291" fill="#406fc5">CSE</text>
<text id="text28" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.35207 0.257283)" xml:space="preserve" x="147" y="212" font-family="Helvetica" font-size="10.469291" fill="#406fc5">)</text>
<path id="path55" fill="none" stroke="#595959" stroke-width="1.625197" stroke-linejoin="round" d="M 52.332268 220.019104 L 405.716858 219.001923"/>
<path id="path56" fill="#595959" fill-rule="evenodd" stroke="none" d="M 52.446999 220.812622 L 52.444233 219.187378 L 51.650532 219.188721 L 51.348301 219.264862 L 51.084061 219.454254 L 50.895466 219.681396 L 50.85825 220.021606 L 50.896557 220.323914 L 51.085987 220.588104 L 51.350811 220.738861 L 51.653297 220.813965 L 52.446999 220.812622 Z"/>
<path id="path57" fill="#595959" fill-rule="evenodd" stroke="none" d="M 405.602142 218.208405 L 405.604828 219.795807 L 406.398529 219.794464 L 406.700836 219.756165 L 406.965088 219.566742 L 407.153595 219.301819 L 407.190887 218.99939 L 407.152557 218.697113 L 406.963135 218.432831 L 406.698273 218.244324 L 406.395844 218.207062 L 405.602142 218.208405 Z"/>
<path id="path58" fill="#595959" fill-rule="evenodd" stroke="none" d="M 405.103546 213.938385 L 415.279083 218.985626 L 405.15863 224.105225 L 405.103546 213.938385 L 405.103546 213.938385 Z"/>
<path id="path59" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 227.806351 214.353516 L 239.107117 214.33429 L 239.124603 224.614594 L 227.823837 224.63382 L 227.806351 214.353516 Z"/>
<text id="3" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.373227 0.394302)" xml:space="preserve" x="227" y="224" font-family="Helvetica" font-size="8.844094" fill="#607423">3</text>
<text id="text29" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.373222 0.399408)" xml:space="preserve" x="231" y="224" font-family="Helvetica" font-size="8.844094" fill="#607423">-</text>
<text id="text30" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.373217 0.406216)" xml:space="preserve" x="234" y="224" font-family="Helvetica" font-size="8.844094" fill="#607423">1</text>
<path id="path60" fill="none" stroke="#595959" stroke-width="1.625197" stroke-linejoin="round" d="M 183.80452 298.447449 L 405.85141 298.06955"/>
<path id="path61" fill="#595959" fill-rule="evenodd" stroke="none" d="M 183.881454 299.241028 L 183.878754 297.653625 L 183.085052 297.654968 L 182.782761 297.693237 L 182.518509 297.88269 L 182.367767 298.147522 L 182.292709 298.450012 L 182.368805 298.752197 L 182.520432 299.016541 L 182.785324 299.205017 L 183.087769 299.242371 L 183.881454 299.241028 Z"/>
<path id="path62" fill="#595959" fill-rule="evenodd" stroke="none" d="M 405.736694 297.276031 L 405.73941 298.863434 L 406.533112 298.862091 L 406.835419 298.82373 L 407.09964 298.634338 L 407.288147 298.369385 L 407.325439 298.067017 L 407.287109 297.76474 L 407.097717 297.500488 L 406.832825 297.311951 L 406.530396 297.274689 L 405.736694 297.276031 Z"/>
<path id="path63" fill="#595959" fill-rule="evenodd" stroke="none" d="M 405.238037 292.96817 L 415.413635 298.053284 L 405.255402 303.172913 L 405.238037 292.96817 L 405.238037 292.96817 Z"/>
<path id="path64" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 293.590881 293.120392 L 304.929474 293.101074 L 304.94696 303.381409 L 293.608368 303.400696 L 293.590881 293.120392 Z"/>
<text id="text31" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.50758 0.506741)" xml:space="preserve" x="293" y="303" font-family="Helvetica" font-size="8.844094" fill="#607423">3</text>
<text id="text32" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.507575 0.511846)" xml:space="preserve" x="297" y="303" font-family="Helvetica" font-size="8.844094" fill="#607423">-</text>
<text id="text33" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.507569 0.518654)" xml:space="preserve" x="300" y="303" font-family="Helvetica" font-size="8.844094" fill="#607423">2</text>
<path id="path65" fill="none" stroke="#595959" stroke-width="1.625197" stroke-linejoin="round" d="M 694.406311 335.184753 L 567.905701 335.400085"/>
<path id="path66" fill="#595959" fill-rule="evenodd" stroke="none" d="M 694.291626 334.391266 L 694.294373 335.978668 L 695.088074 335.977295 L 695.39032 335.939026 L 695.654541 335.749573 L 695.843079 335.48468 L 695.918152 335.18219 L 695.842041 334.879944 L 695.652649 334.615723 L 695.387695 334.427216 L 695.085327 334.389923 L 694.291626 334.391266 Z"/>
<path id="path67" fill="#595959" fill-rule="evenodd" stroke="none" d="M 568.020508 336.193573 L 568.017761 334.606171 L 567.22406 334.607544 L 566.921753 334.645844 L 566.657593 334.835266 L 566.468994 335.100159 L 566.431763 335.402588 L 566.470032 335.704895 L 566.659485 335.969116 L 566.924377 336.157654 L 567.226807 336.194916 L 568.020508 336.193573 Z"/>
<path id="path68" fill="#595959" fill-rule="evenodd" stroke="none" d="M 568.519165 340.501404 L 558.343567 335.416321 L 568.50177 330.296692 L 568.519165 340.501404 L 568.519165 340.501404 Z"/>
<path id="path69" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 621.037109 330.169495 L 632.375671 330.150208 L 632.393127 340.430481 L 621.054626 340.449768 L 621.037109 330.169495 Z"/>
<text id="4" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.570075 1.063308)" xml:space="preserve" x="620" y="340" font-family="Helvetica" font-size="8.844094" fill="#607423">4</text>
<text id="text34" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.570071 1.068414)" xml:space="preserve" x="624" y="340" font-family="Helvetica" font-size="8.844094" fill="#607423">-</text>
<text id="text35" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.570065 1.075221)" xml:space="preserve" x="627" y="340" font-family="Helvetica" font-size="8.844094" fill="#607423">1</text>
<path id="path70" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 431.521332 302.107727 L 533.077148 301.934875 L 533.170288 356.662354 L 431.614471 356.835205 L 431.521332 302.107727 Z"/>
<path id="path71" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 431.614471 356.835205 L 533.170288 356.662354 L 533.077148 301.934875 L 431.521332 302.107727 L 431.614471 356.835205 Z"/>
<text id="Announcement-of-" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.538801 0.816509)" xml:space="preserve" x="435" y="322" font-family="Helvetica" font-size="10.469291" fill="#406fc5">Announcement of</text>
<text id="text36" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.560979 0.753559)" xml:space="preserve" x="435" y="335" font-family="Helvetica" font-size="10.469291" fill="#406fc5">IN</text>
<text id="text37" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.560971 0.762919)" xml:space="preserve" x="444" y="335" font-family="Helvetica" font-size="10.469291" fill="#406fc5">-</text>
<text id="AE-to-MN" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.560935 0.804615)" xml:space="preserve" x="448" y="335" font-family="Helvetica" font-size="10.469291" fill="#406fc5">AE to MN</text>
<text id="text38" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.560906 0.839503)" xml:space="preserve" x="489" y="335" font-family="Helvetica" font-size="10.469291" fill="#406fc5">-</text>
<text id="CSE-by-" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.560874 0.876094)" xml:space="preserve" x="493" y="335" font-family="Helvetica" font-size="10.469291" fill="#406fc5">CSE by</text>
<text id="text39" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.583103 0.753577)" xml:space="preserve" x="435" y="348" font-family="Helvetica" font-size="10.469291" fill="#406fc5">IN</text>
<text id="text40" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.583095 0.762938)" xml:space="preserve" x="444" y="348" font-family="Helvetica" font-size="10.469291" fill="#406fc5">-</text>
<text id="text41" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.583076 0.785062)" xml:space="preserve" x="448" y="348" font-family="Helvetica" font-size="10.469291" fill="#406fc5">CSE</text>
<path id="path72" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 284.43338 108.95932 L 404.735535 108.754578 L 404.828674 163.482086 L 284.52652 163.686829 L 284.43338 108.95932 Z"/>
<path id="path73" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 284.52652 163.686829 L 404.828674 163.482086 L 404.735535 108.754578 L 284.43338 108.95932 L 284.52652 163.686829 Z"/>
<text id="Gateway-" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.198667 0.532006)" xml:space="preserve" x="288" y="122" font-family="Helvetica" font-size="10.469291" fill="#406fc5">Gateway</text>
<text id="application" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.220787 0.537131)" xml:space="preserve" x="288" y="135" font-family="Helvetica" font-size="10.469291" fill="#406fc5">application</text>
<text id="text42" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.220752 0.578827)" xml:space="preserve" x="336" y="135" font-family="Helvetica" font-size="10.469291" fill="#406fc5">(</text>
<text id="text43" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.220736 0.596696)" xml:space="preserve" x="340" y="135" font-family="Helvetica" font-size="10.469291" fill="#406fc5">MN</text>
<text id="text44" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.220723 0.612864)" xml:space="preserve" x="356" y="135" font-family="Helvetica" font-size="10.469291" fill="#406fc5">-</text>
<text id="text45" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.220711 0.626479)" xml:space="preserve" x="359" y="135" font-family="Helvetica" font-size="10.469291" fill="#406fc5">AE</text>
<text id="text46" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.2207 0.639243)" xml:space="preserve" x="370" y="135" font-family="Helvetica" font-size="10.469291" fill="#406fc5">)</text>
<text id="registration-into-gateway-" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.242864 0.593311)" xml:space="preserve" x="288" y="148" font-family="Helvetica" font-size="10.469291" fill="#406fc5">registration into gateway</text>
<text id="text47" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.26507 0.497174)" xml:space="preserve" x="288" y="161" font-family="Helvetica" font-size="10.469291" fill="#406fc5">(</text>
<text id="text48" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.265056 0.513342)" xml:space="preserve" x="291" y="161" font-family="Helvetica" font-size="10.469291" fill="#406fc5">MN</text>
<text id="text49" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.265042 0.52951)" xml:space="preserve" x="307" y="161" font-family="Helvetica" font-size="10.469291" fill="#406fc5">-</text>
<text id="text50" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.265024 0.551634)" xml:space="preserve" x="311" y="161" font-family="Helvetica" font-size="10.469291" fill="#406fc5">CSE</text>
<text id="text51" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.265015 0.561845)" xml:space="preserve" x="326" y="161" font-family="Helvetica" font-size="10.469291" fill="#406fc5">)</text>
<path id="path74" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 188.12178 236.87146 L 289.942078 236.698181 L 290.035217 291.425659 L 188.21492 291.598938 L 188.12178 236.87146 Z"/>
<path id="path75" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 188.21492 291.598938 L 290.035217 291.425659 L 289.942078 236.698181 L 188.12178 236.87146 L 188.21492 291.598938 Z"/>
<text id="text52" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.416623 0.396041)" xml:space="preserve" x="191" y="250" font-family="Helvetica" font-size="10.469291" fill="#406fc5">Light application</text>
<text id="text53" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.438802 0.33224)" xml:space="preserve" x="191" y="263" font-family="Helvetica" font-size="10.469291" fill="#406fc5">(</text>
<text id="text54" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.438782 0.355215)" xml:space="preserve" x="195" y="263" font-family="Helvetica" font-size="10.469291" fill="#406fc5">ADN</text>
<text id="text55" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.438769 0.371383)" xml:space="preserve" x="214" y="263" font-family="Helvetica" font-size="10.469291" fill="#406fc5">-</text>
<text id="text56" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.438756 0.3867)" xml:space="preserve" x="218" y="263" font-family="Helvetica" font-size="10.469291" fill="#406fc5">AE</text>
<text id="text57" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.438745 0.398613)" xml:space="preserve" x="229" y="263" font-family="Helvetica" font-size="10.469291" fill="#406fc5">2</text>
<text id="text58" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.438736 0.409675)" xml:space="preserve" x="235" y="263" font-family="Helvetica" font-size="10.469291" fill="#406fc5">)</text>
<text id="text59" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.460875 0.392675)" xml:space="preserve" x="191" y="276" font-family="Helvetica" font-size="10.469291" fill="#406fc5">registration into</text>
<text id="text60" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.481321 0.364612)" xml:space="preserve" x="191" y="288" font-family="Helvetica" font-size="10.469291" fill="#406fc5">gateway</text>
<text id="text61" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.481291 0.400351)" xml:space="preserve" x="231" y="288" font-family="Helvetica" font-size="10.469291" fill="#406fc5">(</text>
<text id="text62" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.481277 0.416519)" xml:space="preserve" x="234" y="288" font-family="Helvetica" font-size="10.469291" fill="#406fc5">MN</text>
<text id="text63" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.481263 0.432687)" xml:space="preserve" x="250" y="288" font-family="Helvetica" font-size="10.469291" fill="#406fc5">-</text>
<text id="text64" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.481246 0.453109)" xml:space="preserve" x="253" y="288" font-family="Helvetica" font-size="10.469291" fill="#406fc5">CSE</text>
<text id="text65" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.481236 0.465022)" xml:space="preserve" x="269" y="288" font-family="Helvetica" font-size="10.469291" fill="#406fc5">)</text>
<path id="path76" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 583.269104 257.402191 L 685.089478 257.228912 L 685.208435 327.150024 L 583.388123 327.323303 L 583.269104 257.402191 Z"/>
<path id="path77" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 583.388123 327.323303 L 685.208435 327.150024 L 685.089478 257.228912 L 583.269104 257.402191 L 583.388123 327.323303 Z"/>
<text id="smartphone-" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.453506 1.052998)" xml:space="preserve" x="587" y="272" font-family="Helvetica" font-size="10.469291" fill="#406fc5">smartphone</text>
<text id="application-" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.475634 1.047911)" xml:space="preserve" x="587" y="285" font-family="Helvetica" font-size="10.469291" fill="#406fc5">application</text>
<text id="text66" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.475597 1.091309)" xml:space="preserve" x="637" y="285" font-family="Helvetica" font-size="10.469291" fill="#406fc5">(</text>
<text id="I" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.475592 1.097265)" xml:space="preserve" x="641" y="285" font-family="Helvetica" font-size="10.469291" fill="#406fc5">I</text>
<text id="N" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.475586 1.104924)" xml:space="preserve" x="643" y="285" font-family="Helvetica" font-size="10.469291" fill="#406fc5">N</text>
<text id="text67" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.475579 1.113433)" xml:space="preserve" x="650" y="285" font-family="Helvetica" font-size="10.469291" fill="#406fc5">-</text>
<text id="text68" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.475565 1.12875)" xml:space="preserve" x="654" y="285" font-family="Helvetica" font-size="10.469291" fill="#406fc5">AE</text>
<text id="text69" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.473853 1.141513)" xml:space="preserve" x="665" y="284" font-family="Helvetica" font-size="10.469291" fill="#406fc5">)</text>
<text id="text70" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.497743 1.06665)" xml:space="preserve" x="587" y="298" font-family="Helvetica" font-size="10.469291" fill="#406fc5">registration into</text>
<text id="oneM" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.519902 1.025824)" xml:space="preserve" x="587" y="311" font-family="Helvetica" font-size="10.469291" fill="#406fc5">oneM</text>
<text id="text71" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.519881 1.050501)" xml:space="preserve" x="612" y="311" font-family="Helvetica" font-size="10.469291" fill="#406fc5">2</text>
<text id="M-service-" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.519842 1.096452)" xml:space="preserve" x="618" y="311" font-family="Helvetica" font-size="10.469291" fill="#406fc5">M service</text>
<text id="platform-" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.542016 1.037756)" xml:space="preserve" x="587" y="324" font-family="Helvetica" font-size="10.469291" fill="#406fc5">platform</text>
<text id="text72" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.541985 1.074347)" xml:space="preserve" x="627" y="324" font-family="Helvetica" font-size="10.469291" fill="#406fc5">(</text>
<text id="text73" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.541976 1.085409)" xml:space="preserve" x="630" y="324" font-family="Helvetica" font-size="10.469291" fill="#406fc5">IN</text>
<text id="text74" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.541966 1.096471)" xml:space="preserve" x="640" y="324" font-family="Helvetica" font-size="10.469291" fill="#406fc5">-</text>
<text id="text75" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.541949 1.116894)" xml:space="preserve" x="643" y="324" font-family="Helvetica" font-size="10.469291" fill="#406fc5">CSE</text>
<text id="text76" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.541939 1.128807)" xml:space="preserve" x="659" y="324" font-family="Helvetica" font-size="10.469291" fill="#406fc5">)</text>
<path id="path78" fill="#73ae42" fill-rule="evenodd" stroke="none" d="M 562.922729 361.109375 L 562.877625 334.614929 L 553.768982 334.630432 L 553.814026 361.124878 L 562.922729 361.109375 L 562.922729 361.109375 Z"/>
<path id="path79" fill="none" stroke="#6ca43e" stroke-width="0.793701" stroke-linejoin="round" d="M 562.922729 361.109375 L 562.877625 334.614929 L 553.768982 334.630432 L 553.814026 361.124878 L 562.922729 361.109375 Z"/>
<path id="path80" fill="none" stroke="#007f7f" stroke-width="1.625197" stroke-linejoin="round" d="M 557.673218 363.461609 L 425.125366 363.687195"/>
<path id="path81" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 557.558472 362.668091 L 557.561157 364.255493 L 558.392639 364.254089 L 558.694946 364.21582 L 558.959167 364.026367 L 559.109924 363.761536 L 559.184998 363.459045 L 559.108887 363.156799 L 558.957275 362.892517 L 558.692383 362.703979 L 558.389954 362.666687 L 557.558472 362.668091 Z"/>
<path id="path82" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 425.240082 364.480713 L 425.237366 362.893311 L 424.443665 362.894653 L 424.103607 362.933044 L 423.877136 363.122375 L 423.688599 363.387268 L 423.613556 363.689758 L 423.689636 363.992004 L 423.879059 364.256226 L 424.106171 364.444855 L 424.446381 364.482056 L 425.240082 364.480713 Z"/>
<path id="path83" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 425.700958 368.788574 L 415.52536 363.703552 L 425.683655 358.621643 L 425.700958 368.788574 L 425.700958 368.788574 Z"/>
<path id="path84" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 481.280273 358.451477 L 492.618835 358.432159 L 492.636322 368.712463 L 481.297791 368.731781 L 481.280273 358.451477 Z"/>
<text id="text77" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.617931 0.825086)" xml:space="preserve" x="480" y="368" font-family="Helvetica" font-size="8.844094" fill="#607423">4</text>
<text id="text78" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.617926 0.830192)" xml:space="preserve" x="484" y="368" font-family="Helvetica" font-size="8.844094" fill="#607423">-</text>
<text id="text79" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.617921 0.836999)" xml:space="preserve" x="487" y="368" font-family="Helvetica" font-size="8.844094" fill="#607423">2</text>
<path id="path85" fill="none" stroke="#595959" stroke-width="1.625197" stroke-linejoin="round" d="M 273.466736 416.367432 L 406.052368 416.141785"/>
<path id="path86" fill="#595959" fill-rule="evenodd" stroke="none" d="M 273.581482 417.16095 L 273.578766 415.573547 L 272.785065 415.57489 L 272.482788 415.61319 L 272.218536 415.802612 L 272.029999 416.067505 L 271.992706 416.369934 L 272.031036 416.672241 L 272.220459 416.936462 L 272.485352 417.125 L 272.787781 417.162292 L 273.581482 417.16095 Z"/>
<path id="path87" fill="#595959" fill-rule="evenodd" stroke="none" d="M 405.937653 415.348267 L 405.940338 416.935669 L 406.734039 416.934326 L 407.036346 416.895996 L 407.300598 416.706604 L 407.489105 416.441711 L 407.526398 416.139282 L 407.488068 415.836975 L 407.298645 415.572754 L 407.033783 415.384216 L 406.731354 415.346924 L 405.937653 415.348267 Z"/>
<path id="path88" fill="#595959" fill-rule="evenodd" stroke="none" d="M 405.438965 411.040466 L 415.614594 416.125519 L 405.45636 421.245178 L 405.438965 411.040466 L 405.438965 411.040466 Z"/>
<path id="path89" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 342.018524 411.110596 L 346.36496 411.10321 L 346.382446 421.383484 L 342.036041 421.390869 L 342.018524 411.110596 Z"/>
<text id="5" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.708332 0.588602)" xml:space="preserve" x="341" y="421" font-family="Helvetica" font-size="8.844094" fill="#607423">5</text>
<path id="path90" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 289.389984 356.434753 L 391.210297 356.261444 L 391.303497 411.026733 L 289.483185 411.200012 L 289.389984 356.434753 Z"/>
<path id="path91" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 289.483185 411.200012 L 391.303497 411.026733 L 391.210297 356.261444 L 289.389984 356.434753 L 289.483185 411.200012 Z"/>
<text id="Discovery-" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.630934 0.544287)" xml:space="preserve" x="293" y="376" font-family="Helvetica" font-size="10.469291" fill="#406fc5">Discovery</text>
<text id="text80" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.630903 0.580877)" xml:space="preserve" x="337" y="376" font-family="Helvetica" font-size="10.469291" fill="#406fc5">(</text>
<text id="GET" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.630885 0.6013)" xml:space="preserve" x="340" y="376" font-family="Helvetica" font-size="10.469291" fill="#406fc5">GET</text>
<text id="text81" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.63087 0.61917)" xml:space="preserve" x="358" y="376" font-family="Helvetica" font-size="10.469291" fill="#406fc5">)</text>
<text id="of-" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.630859 0.631934)" xml:space="preserve" x="363" y="376" font-family="Helvetica" font-size="10.469291" fill="#406fc5">of</text>
<text id="text82" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.653086 0.51197)" xml:space="preserve" x="293" y="389" font-family="Helvetica" font-size="10.469291" fill="#406fc5">IN</text>
<text id="text83" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.653078 0.521331)" xml:space="preserve" x="302" y="389" font-family="Helvetica" font-size="10.469291" fill="#406fc5">-</text>
<text id="text84" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.653066 0.534946)" xml:space="preserve" x="305" y="389" font-family="Helvetica" font-size="10.469291" fill="#406fc5">AE</text>
<text id="announced-to" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.65301 0.601319)" xml:space="preserve" x="319" y="389" font-family="Helvetica" font-size="10.469291" fill="#406fc5">announced to</text>
<text id="text85" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.675206 0.517095)" xml:space="preserve" x="293" y="402" font-family="Helvetica" font-size="10.469291" fill="#406fc5">MN</text>
<text id="text86" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.675192 0.533263)" xml:space="preserve" x="309" y="402" font-family="Helvetica" font-size="10.469291" fill="#406fc5">-</text>
<text id="text87" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.675175 0.553685)" xml:space="preserve" x="312" y="402" font-family="Helvetica" font-size="10.469291" fill="#406fc5">CSE</text>
<path id="path92" fill="none" stroke="#595959" stroke-width="1.625197" stroke-linejoin="round" d="M 273.650909 524.575134 L 406.236511 524.349487"/>
<path id="path93" fill="#595959" fill-rule="evenodd" stroke="none" d="M 273.765625 525.368652 L 273.762909 523.78125 L 272.969208 523.782593 L 272.666962 523.820923 L 272.402679 524.010315 L 272.214172 524.275269 L 272.17688 524.577637 L 272.21521 524.879944 L 272.404602 525.144226 L 272.669525 525.332703 L 272.971924 525.369995 L 273.765625 525.368652 Z"/>
<path id="path94" fill="#595959" fill-rule="evenodd" stroke="none" d="M 406.121796 523.555969 L 406.124512 525.143372 L 406.918213 525.142029 L 407.22052 525.10376 L 407.484741 524.914307 L 407.673248 524.649414 L 407.710541 524.346985 L 407.672211 524.044678 L 407.482819 523.780457 L 407.217926 523.591919 L 406.915497 523.554626 L 406.121796 523.555969 Z"/>
<path id="path95" fill="#595959" fill-rule="evenodd" stroke="none" d="M 405.623138 519.248169 L 415.798737 524.333191 L 405.640503 529.452881 L 405.623138 519.248169 L 405.623138 519.248169 Z"/>
<path id="path96" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 342.202698 519.318298 L 346.549133 519.310913 L 346.56662 529.591187 L 342.220184 529.598633 L 342.202698 519.318298 Z"/>
<text id="6" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.892134 0.588758)" xml:space="preserve" x="341" y="529" font-family="Helvetica" font-size="8.844094" fill="#607423">6</text>
<path id="path97" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 280.767792 420.210114 L 401.107758 420.00531 L 401.26889 514.682373 L 280.928925 514.887146 L 280.767792 420.210114 Z"/>
<path id="path98" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 280.928925 514.887146 L 401.26889 514.682373 L 401.107758 420.00531 L 280.767792 420.210114 L 280.928925 514.887146 Z"/>
<text id="Access-control-polic" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.739835 0.566504)" xml:space="preserve" x="284" y="440" font-family="Helvetica" font-size="10.469291" fill="#406fc5">Access control polic</text>
<text id="y" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.739774 0.638834)" xml:space="preserve" x="370" y="440" font-family="Helvetica" font-size="10.469291" fill="#406fc5">y</text>
<text id="creation" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.761999 0.519721)" xml:space="preserve" x="284" y="453" font-family="Helvetica" font-size="10.469291" fill="#406fc5">creation</text>
<text id="granting-ADN" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.761926 0.605666)" xml:space="preserve" x="322" y="453" font-family="Helvetica" font-size="10.469291" fill="#406fc5">granting ADN</text>
<text id="text88" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.761883 0.655872)" xml:space="preserve" x="381" y="453" font-family="Helvetica" font-size="10.469291" fill="#406fc5">-</text>
<text id="AEs" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.784137 0.504423)" xml:space="preserve" x="284" y="466" font-family="Helvetica" font-size="10.469291" fill="#406fc5">AEs</text>
<text id="text89" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.784125 0.518038)" xml:space="preserve" x="299" y="466" font-family="Helvetica" font-size="10.469291" fill="#406fc5">,</text>
<text id="text90" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.784109 0.53761)" xml:space="preserve" x="305" y="466" font-family="Helvetica" font-size="10.469291" fill="#406fc5">MN</text>
<text id="text91" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.784095 0.553778)" xml:space="preserve" x="321" y="466" font-family="Helvetica" font-size="10.469291" fill="#406fc5">-</text>
<text id="AE-and-IN" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.784059 0.596325)" xml:space="preserve" x="324" y="466" font-family="Helvetica" font-size="10.469291" fill="#406fc5">AE and IN</text>
<text id="text92" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.78403 0.630362)" xml:space="preserve" x="366" y="466" font-family="Helvetica" font-size="10.469291" fill="#406fc5">-</text>
<text id="AE--" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.784012 0.650785)" xml:space="preserve" x="370" y="466" font-family="Helvetica" font-size="10.469291" fill="#406fc5">AE</text>
<text id="can-access-to-remote" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.806201 0.57507)" xml:space="preserve" x="284" y="479" font-family="Helvetica" font-size="10.469291" fill="#406fc5">can access to remote</text>
<text id="light-control-service-" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.828333 0.566579)" xml:space="preserve" x="284" y="492" font-family="Helvetica" font-size="10.469291" fill="#406fc5">light control service</text>
<text id="containers" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.850489 0.529157)" xml:space="preserve" x="284" y="505" font-family="Helvetica" font-size="10.469291" fill="#406fc5">containers</text>
<path id="path99" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 421.703552 63.10675 L 542.043579 62.901947 L 542.136719 117.629456 L 421.796692 117.834259 L 421.703552 63.10675 Z"/>
<text id="text93" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.120182 0.765097)" xml:space="preserve" x="425" y="76" font-family="Helvetica" font-size="10.469291" fill="#406fc5">Gateway</text>
<text id="text94" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.120153 0.799985)" xml:space="preserve" x="466" y="76" font-family="Helvetica" font-size="10.469291" fill="#406fc5">(</text>
<text id="text95" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.120137 0.817855)" xml:space="preserve" x="470" y="76" font-family="Helvetica" font-size="10.469291" fill="#406fc5">MN</text>
<text id="text96" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.120124 0.834023)" xml:space="preserve" x="486" y="76" font-family="Helvetica" font-size="10.469291" fill="#406fc5">-</text>
<text id="text97" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.120106 0.854445)" xml:space="preserve" x="489" y="76" font-family="Helvetica" font-size="10.469291" fill="#406fc5">CSE</text>
<text id="text98" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.120094 0.868911)" xml:space="preserve" x="505" y="76" font-family="Helvetica" font-size="10.469291" fill="#406fc5">)</text>
<text id="text99" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.142285 0.790644)" xml:space="preserve" x="425" y="89" font-family="Helvetica" font-size="10.469291" fill="#406fc5">registration into</text>
<text id="text100" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.164444 0.749817)" xml:space="preserve" x="425" y="102" font-family="Helvetica" font-size="10.469291" fill="#406fc5">oneM</text>
<text id="text101" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.164422 0.776197)" xml:space="preserve" x="451" y="102" font-family="Helvetica" font-size="10.469291" fill="#406fc5">2</text>
<text id="text102" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.164383 0.822147)" xml:space="preserve" x="457" y="102" font-family="Helvetica" font-size="10.469291" fill="#406fc5">M service</text>
<text id="text103" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.186558 0.761749)" xml:space="preserve" x="425" y="115" font-family="Helvetica" font-size="10.469291" fill="#406fc5">platform</text>
<text id="text104" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.186526 0.800042)" xml:space="preserve" x="466" y="115" font-family="Helvetica" font-size="10.469291" fill="#406fc5">(</text>
<text id="text105" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.186516 0.811104)" xml:space="preserve" x="469" y="115" font-family="Helvetica" font-size="10.469291" fill="#406fc5">IN</text>
<text id="text106" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.186507 0.822166)" xml:space="preserve" x="479" y="115" font-family="Helvetica" font-size="10.469291" fill="#406fc5">-</text>
<text id="text107" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.18649 0.842589)" xml:space="preserve" x="482" y="115" font-family="Helvetica" font-size="10.469291" fill="#406fc5">CSE</text>
<text id="text108" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.18648 0.854502)" xml:space="preserve" x="498" y="115" font-family="Helvetica" font-size="10.469291" fill="#406fc5">)</text>
</g>
</svg>
media/RemoteLightsControlUseCase.png

74.4 KiB