Update B version of home page for testing (#3542)

* New homepage proposal

* regen bundle

* Update artwork

* More work

* More updates to artwork

* Adjust bottom ctas

* responsive

* Update artwork

* Feedback
This commit is contained in:
Zack Chase
2023-10-27 10:08:11 -07:00
committed by GitHub
parent 5dff7a2808
commit 6def034b47
18 changed files with 3054 additions and 1100 deletions
+102 -75
View File
@@ -7415,9 +7415,36 @@ ul.glossary{
.home-page-hero{
position: relative;
width: 100%;
min-height:24rem
}
@media (min-width: 1024px){
.home-page-hero{
height: 24rem
}
}
.home-page-hero .home-page-hero-background{
height: 100%;
width: 100%;
overflow: hidden;
background-image:url("/images/home/hero-background.svg");
background-repeat:no-repeat;
background-size:cover
}
.home-page-hero .home-page-hero-background img{
width: 100%
}
.home-page-hero .home-page-hero-text h1{
margin-left: 0px;
margin-right: 0px;
line-height:3.5rem !important;
font-size:3rem !important
}
.home-page-hero .dot-overlay{
pointer-events: none;
position: absolute;
@@ -7429,6 +7456,81 @@ ul.glossary{
z-index:-1
}
.home-page-hero .home-hero-btn-primary{
position: relative;
z-index: auto;
cursor: pointer;
border-radius: 9999px;
border-width: 2px;
--tw-border-opacity: 1;
border-color: rgba(128, 90, 195, var(--tw-border-opacity));
--tw-bg-opacity: 1;
background-color: rgba(128, 90, 195, var(--tw-bg-opacity));
--tw-text-opacity: 1;
color: rgba(255, 255, 255, var(--tw-text-opacity));
padding-left: 3rem;
padding-right: 3rem;
padding-top: 1rem;
padding-bottom: 1rem;
font-size: 1.125rem;
line-height: 1.75rem
}
.home-page-hero .home-hero-btn-primary:hover{
text-decoration: none
}
.home-page-hero .home-hero-btn-primary:not(input){
--tw-border-opacity: 1;
--tw-bg-opacity: 1;
transition:all 120ms linear
}
.home-page-hero .home-hero-btn-primary:not(input)::before{
position: absolute;
border-radius: 9999px;
--tw-border-opacity: 1;
--tw-bg-opacity: 1;
background:linear-gradient(90deg, #be5188 0%, #805ac3 100%);
border-image-width:2px;
content:"";
top:-2px;
left:-2px;
width:calc(100% + 4px);
height:calc(100% + 4px);
z-index:-1
}
.home-page-hero .home-hero-btn-primary:not(input):hover{
--tw-border-opacity: 0;
--tw-bg-opacity: 0
}
.home-page-hero .home-hero-btn-primary:is(input){
--tw-border-opacity: 1;
border-color: rgba(249, 249, 250, var(--tw-border-opacity))
}
.home-page-hero .home-hero-btn-primary:is(input):hover{
background:linear-gradient(90deg, #be5188 0%, #805ac3 100%)
}
.home-page-hero .home-hero-btn-primary:focus{
--tw-border-opacity: 1;
border-color: rgba(77, 91, 217, var(--tw-border-opacity));
--tw-bg-opacity: 1;
background-color: rgba(77, 91, 217, var(--tw-bg-opacity))
}
.home-page-hero .home-hero-btn-secondary{
padding-left: 3rem;
padding-right: 3rem;
padding-top: 1rem;
padding-bottom: 1rem;
font-size: 1.125rem;
line-height: 1.75rem
}
.docs-list-main .docs-main-content-wrapper .docs-main-content section.cloud-overview .home-page-hero .home-page-hero-content{
display:flex;
flex-direction:row;
@@ -7481,81 +7583,6 @@ ul.glossary{
}
}
.home-page-hero .home-page-hero-content .home-hero-btn-primary{
position: relative;
z-index: auto;
cursor: pointer;
border-radius: 9999px;
border-width: 2px;
--tw-border-opacity: 1;
border-color: rgba(128, 90, 195, var(--tw-border-opacity));
--tw-bg-opacity: 1;
background-color: rgba(128, 90, 195, var(--tw-bg-opacity));
--tw-text-opacity: 1;
color: rgba(255, 255, 255, var(--tw-text-opacity));
padding-left: 3rem;
padding-right: 3rem;
padding-top: 1rem;
padding-bottom: 1rem;
font-size: 1.125rem;
line-height: 1.75rem
}
.home-page-hero .home-page-hero-content .home-hero-btn-primary:hover{
text-decoration: none
}
.home-page-hero .home-page-hero-content .home-hero-btn-primary:not(input){
--tw-border-opacity: 1;
--tw-bg-opacity: 1;
transition:all 120ms linear
}
.home-page-hero .home-page-hero-content .home-hero-btn-primary:not(input)::before{
position: absolute;
border-radius: 9999px;
--tw-border-opacity: 1;
--tw-bg-opacity: 1;
background:linear-gradient(90deg, #be5188 0%, #805ac3 100%);
border-image-width:2px;
content:"";
top:-2px;
left:-2px;
width:calc(100% + 4px);
height:calc(100% + 4px);
z-index:-1
}
.home-page-hero .home-page-hero-content .home-hero-btn-primary:not(input):hover{
--tw-border-opacity: 0;
--tw-bg-opacity: 0
}
.home-page-hero .home-page-hero-content .home-hero-btn-primary:is(input){
--tw-border-opacity: 1;
border-color: rgba(249, 249, 250, var(--tw-border-opacity))
}
.home-page-hero .home-page-hero-content .home-hero-btn-primary:is(input):hover{
background:linear-gradient(90deg, #be5188 0%, #805ac3 100%)
}
.home-page-hero .home-page-hero-content .home-hero-btn-primary:focus{
--tw-border-opacity: 1;
border-color: rgba(77, 91, 217, var(--tw-border-opacity));
--tw-bg-opacity: 1;
background-color: rgba(77, 91, 217, var(--tw-bg-opacity))
}
.home-page-hero .home-page-hero-content .home-hero-btn-secondary{
padding-left: 3rem;
padding-right: 3rem;
padding-top: 1rem;
padding-bottom: 1rem;
font-size: 1.125rem;
line-height: 1.75rem
}
.page-hero{
position: relative;
width: 100%
+92
View File
@@ -852,6 +852,98 @@ body .btn-secondary-home-action:focus{
}
}
.home-page-section p{
color:#000 !important
}
.home-page-build-section-background{
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
overflow: hidden;
--tw-bg-opacity: 1;
background-color: rgba(230, 222, 243, var(--tw-bg-opacity));
--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.home-page-build-section-background .home-page-build-section-image{
height: 100%;
width: 100%;
background-image:url("/images/home/hexagons.svg");
background-repeat:no-repeat;
background-size:cover;
opacity:.5
}
.home-page-manage-section-background{
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
overflow: hidden;
--tw-bg-opacity: 1;
background-color: rgba(253, 242, 212, var(--tw-bg-opacity));
--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.home-page-manage-section-background .home-page-manage-section-image{
height: 100%;
width: 100%;
background-image:url("/images/home/circuits.svg");
background-repeat:no-repeat;
background-size:cover;
opacity:.5
}
.home-page-cloud-section-background{
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
overflow: hidden;
--tw-bg-opacity: 1;
background-color: rgba(219, 222, 247, var(--tw-bg-opacity));
--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.home-page-cloud-section-background .home-page-cloud-section-image{
height: 100%;
width: 100%;
background-image:url("/images/home/ship-wheel.svg");
background-repeat:no-repeat;
background-size:cover;
opacity:.6
}
.home-page-science-section-background{
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
overflow: hidden;
--tw-bg-opacity: 1;
background-color: rgba(47, 48, 50, var(--tw-bg-opacity));
--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.home-page-science-section-background .home-page-science-section-image{
height: 100%;
width: 100%;
background-image:url("/images/home/science.svg");
background-repeat:no-repeat;
background-size:cover;
opacity:.2
}
@media (min-width: 640px) {
.sm\:container {
width: 100%;
File diff suppressed because one or more lines are too long
+141 -705
View File
@@ -8,761 +8,197 @@ type: page
layout: home-b
hero:
title: [ "Ship", "Infrastructure", "Faster" ]
title: [ "Open source", "Infrastructure as Code" ]
description: |
Deliver infrastructure with high velocity and scale through software engineering.
Build, manage, and scale your infrastructure,<br />secrets, and configurations in one place.
cta_text: Get Started
cta_link: /docs/get-started/
secondary_cta_text: Talk to a human
secondary_cta_link: /contact/?form=sales
overview:
title: [ "Universal", "Infrastructure as Code" ]
code_faster:
title: Build and ship faster with infrastructure as code
description: |
Every cloud, every language, every architecture, every builder.
logos:
languages:
- /logos/tech/typescript.svg
- /logos/tech/dotnet.svg
- /logos/tech/go.svg
- /logos/tech/java.svg
- /logos/tech/yaml.svg
- /logos/tech/python.svg
- /logos/tech/javascript.svg
- /logos/tech/fsharp.svg
clouds:
- /logos/tech/aws.svg
- /logos/tech/azure-logo.svg
- /logos/tech/gcp-logo.svg
- /logos/tech/kubernetes.svg
- /logos/tech/digitalocean.svg
- /logos/tech/alibaba.svg
identity:
- /logos/tech/github.svg
- /logos/tech/atlassian.svg
- /logos/tech/ci-cd/gitlab-ci.svg
- /logos/tech/ci-cd/circleci.svg
- /logos/tech/ci-cd/jenkins.svg
- /logos/tech/ci-cd/spinnaker.svg
- /logos/tech/ci-cd/teamcity.svg
- /logos/tech/ci-cd/travis-ci.svg
Author infrastructure code using programming languages you know and love. Write statements to define infrastructure using your IDE with autocomplete, type checking, and documentation.
templates:
title: Get started
description: Get started quickly with a project template that fits your use case.
links:
- label: Containers
url: /templates/container-service/
icon: tasks
- label: Kubernetes App
url: /templates/kubernetes-application/
icon: cubes
- label: Kubernetes Cluster
url: /templates/kubernetes/
icon: cloud
- label: Serverless
url: /templates/serverless-application/
icon: sitemap
- label: Static Website
url: /templates/static-website/
icon: folder
- label: Virtual Machine
url: /templates/virtual-machine/
icon: server
build:
title: Write infrastructure code faster
ai:
title: Code on demand with Pulumi AI
image: /images/home/ai-graphic.svg
alt: AI prompted to 'Give me an AWS static website behind a CloudFront CDN' and outputting Pulumi code
description: |
Pulumi speeds up your inner dev loop for Infrastructure as Code (IaC) by allowing you to use an IDE giving you statement completion, real-time type checking, and interactive documentation out of the box. In addition you can leverage all of the capabilities of the programming language of your choice so you can reduce the total number of lines of code you're writing.
Want help writing infrastructure code? Use Pulumi AI to generate code for your desired infrastructure all through natural language commands.
code:
- title: index.ts
language: typescript
code: |
import * as pulumi from "@pulumi/pulumi";
import * as awsx from "@pulumi/awsx";
import * as eks from "@pulumi/eks";
Ask Pulumi AI to iterate on your code to make changes and add new resources.
// Create a new VPC
const eksVpc = new awsx.ec2.Vpc("eks-vpc", {
enableDnsHostnames: true,
cidrBlock: "10.0.0.0/16",
});
// Create the EKS cluster
const eksCluster = new eks.Cluster("eks-cluster", {
vpcId: eksVpc.vpcId,
publicSubnetIds: eksVpc.publicSubnetIds,
privateSubnetIds: eksVpc.privateSubnetIds,
instanceType: "t2.medium",
desiredCapacity: 3,
minSize: 3,
maxSize: 6,
nodeAssociatePublicIpAddress: false,
});
// Export some values for use elsewhere
export const kubeconfig = eksCluster.kubeconfig;
export const vpcId = eksVpc.vpcId;
- title: __main__.py
language: python
code: |
import pulumi
import pulumi_awsx as awsx
import pulumi_eks as eks
# Create a VPC for the EKS cluster
eks_vpc = awsx.ec2.Vpc("eks-vpc",
enable_dns_hostnames=True,
cidr_block="10.0.0.0/16")
# Create the EKS cluster
eks_cluster = eks.Cluster("eks-cluster",
vpc_id=eks_vpc.vpc_id,
public_subnet_ids=eks_vpc.public_subnet_ids,
private_subnet_ids=eks_vpc.private_subnet_ids,
instance_type="t2.medium",
desired_capacity=3,
min_size=3,
max_size=6,
node_associate_public_ip_address=False)
# Export values to use elsewhere
pulumi.export("kubeconfig", eks_cluster.kubeconfig)
pulumi.export("vpcId", eks_vpc.vpc_id)
- title: main.go
language: go
code: |
package main
import (
"github.com/pulumi/pulumi-awsx/sdk/go/awsx/ec2"
"github.com/pulumi/pulumi-eks/sdk/go/eks"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi/config"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
// Create a new VPC, subnets, and associated infrastructure
vpcNetworkCidr := "10.0.0.0/16"
eksVpc, err := ec2.NewVpc(ctx, "eks-vpc", &ec2.VpcArgs{
EnableDnsHostnames: pulumi.Bool(true),
CidrBlock: &vpcNetworkCidr,
})
if err != nil {
return err
}
// Create a new EKS cluster
eksCluster, err := eks.NewCluster(ctx, "eks-cluster", &eks.ClusterArgs{
VpcId: eksVpc.VpcId,
PublicSubnetIds: eksVpc.PublicSubnetIds,
PrivateSubnetIds: eksVpc.PrivateSubnetIds,
InstanceType: pulumi.String("t2.medium"),
DesiredCapacity: pulumi.Int(3),
MinSize: pulumi.Int(3),
MaxSize: pulumi.Int(6),
NodeAssociatePublicIpAddress: pulumi.Bool(false),
})
if err != nil {
return err
}
// Export some values in case they are needed elsewhere
ctx.Export("kubeconfig", eksCluster.Kubeconfig)
ctx.Export("vpcId", eksVpc.VpcId)
return nil
})
}
- title: MyStack.cs
language: csharp
code: |
using Pulumi;
using Awsx = Pulumi.Awsx;
using Eks = Pulumi.Eks;
using System.Collections.Generic;
return await Deployment.RunAsync(() =>
{
// Create a new VPC
var eksVpc = new Awsx.Ec2.Vpc("eks-vpc", new()
{
EnableDnsHostnames = true,
CidrBlock = "10.0.0.0/16",
});
// Create the EKS cluster
var eksCluster = new Eks.Cluster("eks-cluster", new()
{
VpcId = eksVpc.VpcId,
PublicSubnetIds = eksVpc.PublicSubnetIds,
PrivateSubnetIds = eksVpc.PrivateSubnetIds,
InstanceType = "t2.medium",
DesiredCapacity = 3,
MinSize = 3,
MaxSize = 6,
NodeAssociatePublicIpAddress = false,
});
// Export some values for use elsewhere
return new Dictionary<string, object?>
{
["kubeconfig"] = eksCluster.Kubeconfig,
["vpcId"] = eksVpc.VpcId,
};
});
- title: App.Java
language: java
code: |
package my_eks_cluster;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.awsx.ec2.Vpc;
import com.pulumi.awsx.ec2.VpcArgs;
import com.pulumi.eks.Cluster;
import com.pulumi.eks.ClusterArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var eksVpc = new Vpc("eksVpc", VpcArgs.builder()
.enableDnsHostnames(true)
.cidrBlock("10.0.0.0/16")
.build());
var eksCluster = new Cluster("eksCluster", ClusterArgs.builder()
.vpcId(eksVpc.vpcId())
.publicSubnetIds(eksVpc.publicSubnetIds())
.privateSubnetIds(eksVpc.privateSubnetIds())
.instanceType("t2.medium")
.desiredCapacity(3)
.minSize(3)
.maxSize(6)
.nodeAssociatePublicIpAddress(false)
.build());
ctx.export("kubeconfig", eksCluster.kubeconfig());
ctx.export("vpcId", eksVpc.vpcId());
}
}
- title: Pulumi.yaml
language: yaml
code: |
name: pulumi-eks
description: A simple EKS cluster
runtime: yaml
resources:
# Create a VPC for the EKS cluster
eks-vpc:
type: awsx:ec2:Vpc
properties:
enableDnsHostnames: true
cidrBlock: "10.0.0.0/16"
# Create the EKS cluster
eks-cluster:
type: eks:Cluster
properties:
vpcId: ${eks-vpc.vpcId}
publicSubnetIds: ${eks-vpc.publicSubnetIds}
privateSubnetIds: ${eks-vpc.privateSubnetIds}
instanceType: "t2.medium"
desiredCapacity: 3
minSize: 3
maxSize: 6
nodeAssociatePublicIpAddress: false
outputs:
# Output the Kubeconfig for the cluster
kubeconfig: ${eks-cluster.kubeconfig}
vpcId: ${eks-vpc.vpcId}
deploy:
title: Ship applications faster
embed:
title: Build productive platforms for both developers and operators
image: /blog/developer-portal-platform-teams/platform-teams.png
alt: a flowchart with arrows going from Automation API program to Infrasctucture as Code programs to Pulumi Engine deploys stacks
description: |
Pulumi speeds up your outer dev loop by making CI/CD for your IaC seamless and the default experience. Pulumi has integrations with all the popular CI/CD platforms and testing frameworks, so you can validate every change with testing and built-in policies. You can also build Pulumi Packages to create best-practice abstractions available in all languages.
Internal developer portals (IDPs) enable your developers to quickly provision security-compliant infrastructure, boost productivity with pre-configured architectures and automate testing and deployments, adhering to organizational standards.
manage:
title: Deliver ideas faster
Pulumis infrastructure and policy as code engine fosters collaboration between your developers, security, and operation teams through common, popular programming languages.
secrets:
title: Manage configuration and secrets with modular Environments
image: /blog/environments-secrets-configurations-management/esc.gif
alt: a screenshot of Pulumi ESC
description: |
Pulumi gives you a faster dev loop across the entire organization by guaranteeing the infrastructure software supply chain. Standard software packaging allows sharing and reuse of code across the organization along with org-wide policy enforcements, full change visibility and auditing across your entire organization, and automatic encryption for secrets and state. Pulumi provides the industrys only automation workflow capability that allows software engineering to be applied to solve and manage cloud infrastructure at scale.
automation_api_examples:
- name: Provision resources over HTTP (Node.js/Express)
text: |
```typescript
import * as express from "express";
import * as aws from "@pulumi/aws";
import * as auto from "@pulumi/pulumi/automation";
const app = express();
app.post("/update", async (req, res) => {
// Create a new stack.
const stack = await auto.createStack({
stackName: req.body.stackName,
projectName: req.body.projectName,
program: () => {
return {
bucket: new aws.s3.Bucket("my-bucket");
};
},
});
// Update the stack.
await stack.up({ onOutput: console.info });
return res.send("Update complete.");
});
app.listen(3000);
```
- name: Create custom CLI tools (Go/Cobra)
text: |
```go
import (
"fmt"
"github.com/pulumi/pulumi/sdk/v3/go/auto"
"github.com/pulumi/pulumi/sdk/v3/go/auto/optup"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/ThorstenHans/stringer/pkg/stringer"
"github.com/spf13/cobra"
)
func pulumiProgram(ctx *pulumi.Context) error {
// Your Pulumi program.
}
var deployCmd = &cobra.Command{
Use: "deploy",
Short: "Deploy my infrastructure.",
Run: func(cmd *cobra.Command, args []string) error {
ctx := context.Background()
projectName := "example"
stackName := "dev"
s, err := auto.UpsertStackInlineSource(ctx, stackName, projectName, pulumiProgram)
if err != nil {
return err
}
w := s.Workspace()
// for inline source programs, we must manage plugins ourselves
err = w.InstallPlugin(ctx, "aws", "v4.0.0")
if err != nil {
fmt.Printf("Failed to install program plugins: %v\n", err)
os.Exit(1)
}
// set stack configuration specifying the AWS region to deploy
s.SetConfig(ctx, "aws:region", auto.ConfigValue{Value: "us-west-2"})
_, err = s.Refresh(ctx)
if err != nil {
return err
}
stdoutStreamer := optup.ProgressStreams(os.Stdout)
res, err := s.Up(ctx, stdoutStreamer)
if err != nil {
return err
}
return nil
},
}
func init() {
rootCmd.AddCommand(deployCmd)
}
```
- name: Run database migrations (Python/MySQL)
text: |
```python
import sys
import json
import pulumi
import pulumi_aws as aws
from pulumi import automation as auto
from mysql.connector import connect
# This is our pulumi program in "inline function" form
def pulumi_program():
default_vpc = aws.ec2.get_vpc(default=True)
public_subnet_ids = aws.ec2.get_subnet_ids(vpc_id=default_vpc.id)
subnet_group = aws.rds.SubnetGroup("db_subnet", subnet_ids=public_subnet_ids.ids)
# make a public security group for our cluster for the migration
security_group = aws.ec2.SecurityGroup("public_group",
ingress=[aws.ec2.SecurityGroupIngressArgs(
protocol="-1",
from_port=0,
to_port=0,
cidr_blocks=["0.0.0.0/0"]
)],
egress=[aws.ec2.SecurityGroupEgressArgs(
protocol="-1",
from_port=0,
to_port=0,
cidr_blocks=["0.0.0.0/0"]
)])
# example on, you should change this
db_name = "hellosql"
db_user = "hellosql"
db_pass = "hellosql"
# provision our db
cluster = aws.rds.Cluster("db",
engine=aws.rds.EngineType.AURORA_MYSQL,
engine_version="5.7.mysql_aurora.2.10.2",
database_name=db_name,
master_username=db_user,
master_password=db_pass,
skip_final_snapshot=True,
db_subnet_group_name=subnet_group.name,
vpc_security_group_ids=[security_group.id])
cluster_instance = aws.rds.ClusterInstance("db_instance",
cluster_identifier=cluster.cluster_identifier,
instance_class=aws.rds.InstanceType.T3_SMALL,
engine=aws.rds.EngineType.AURORA_MYSQL,
engine_version="5.7.mysql_aurora.2.10.2",
publicly_accessible=True,
db_subnet_group_name=subnet_group.name)
pulumi.export("host", cluster.endpoint)
pulumi.export("db_name", db_name)
pulumi.export("db_user", db_user)
pulumi.export("db_pass", db_pass)
# To destroy our program, we can run python main.py destroy
destroy = False
args = sys.argv[1:]
if len(args) > 0:
if args[0] == "destroy":
destroy = True
project_name = "database_migration"
stack_name = "dev"
# create (or select if one already exists) a stack that uses our inline program
stack = auto.create_or_select_stack(stack_name=stack_name,
project_name=project_name,
program=pulumi_program)
print("successfully initialized stack")
# for inline programs, we must manage plugins ourselves
print("installing plugins...")
stack.workspace.install_plugin("aws", "v4.0.0")
print("plugins installed")
# set stack configuration specifying the AWS region to deploy
print("setting up config")
stack.set_config("aws:region", auto.ConfigValue(value="us-west-2"))
print("config set")
print("refreshing stack...")
stack.refresh(on_output=print)
print("refresh complete")
if destroy:
print("destroying stack...")
stack.destroy(on_output=print)
print("stack destroy complete")
sys.exit()
print("updating stack...")
up_res = stack.up(on_output=print)
print(f"update summary: \n{json.dumps(up_res.summary.resource_changes, indent=4)}")
print(f"db host url: {up_res.outputs['host'].value}")
print("configuring db...")
with connect(
host=up_res.outputs['host'].value,
user=up_res.outputs['db_user'].value,
password=up_res.outputs['db_pass'].value,
database=up_res.outputs['db_name'].value) as connection:
print("db configured!")
# make sure the table exists
print("creating table...")
create_table_query = """CREATE TABLE IF NOT EXISTS hello_pulumi(
id int(9) NOT NULL PRIMARY KEY,
color varchar(14) NOT NULL);
"""
with connection.cursor() as cursor:
cursor.execute(create_table_query)
connection.commit()
# seed the table with some data to start
seed_table_query = """INSERT IGNORE INTO hello_pulumi (id, color)
VALUES
(1, 'Purple'),
(2, 'Violet'),
(3, 'Plum');
"""
with connection.cursor() as cursor:
cursor.execute(seed_table_query)
connection.commit()
print("rows inserted!")
print("querying to verify data...")
# read the data back
read_table_query = """SELECT COUNT(*) FROM hello_pulumi;"""
with connection.cursor() as cursor:
cursor.execute(read_table_query)
result = cursor.fetchone()
print(f"Result: {json.dumps(result)}")
print("database, table and rows successfully configured")
```
- name: See more example code
text: |
[View examples](https://github.com/pulumi/automation-api-examples)
Easy-to-use single source of truth for all configurations with guardrails. Seamlessly adopt short-lived dynamic secrets. Never have downtime over changed configurations because you can change once and have it updated everywhere. Enforce least-privileged access through role-based access controls.
customer_logos:
title: Leading engineering organizations are building with Pulumi
title: Trusted by your peers
logos:
- - name: mercedes-benz
link: /case-studies/mercedes-benz
- name: sans
link: /case-studies/sans-institute
- name: snowflake
link: /case-studies/snowflake
- - name: credijusto
link: /case-studies/credijusto
- name: skai
link: /blog/kenshoo-migrates-to-aws-with-pulumi
- name: lemonade
link: /case-studies/lemonade
- - name: panther-labs
link: /case-studies/panther-labs
- name: sourcegraph
link: /case-studies/sourcegraph
- name: whylabs
link: /case-studies/whylabs
- - name: webflow
- name: cockroach-labs
- name: washington-trust
- - name: qi
- name: univision
- name: petcolove
- - name: linktree
- name: materialize
- name: anitian
- - name: clearsale
- name: ware2go
- name: meta
- - name: angellist
- name: bluenile
- name: dutchie
- - name: gusto
- name: cisess
link: /blog/managing-multi-cloud-open-data-noaa
- name: altana
- name: mercedes-benz
link: /case-studies/mercedes-benz
- name: snowflake
link: /case-studies/snowflake
- name: lemonade
link: /case-studies/lemonade
- name: cockroach-labs
- name: meta
- name: webflow
- name: bluenile
- name: dutchie
link: https://youtu.be/X1qetq7PjjY
- name: panther-labs
link: /case-studies/panther-labs
- name: univision
- name: washington-trust
link: https://youtu.be/Q63ZaX340M4
- name: nubank
- name: docker
customer_quotes:
panther:
text: |
“Our developers needed a fast, modular, and testable platform for managing cloud infrastructure. <b>Nothing is better than having standard programming languages for building and managing infrastructure</b>”
author: Austin Byers, Principal Platform Engineer
logo: panther-labs
starburst:
text: |
“Pulumi let us build and <b>automate cloud infrastructure projects</b> at a scale that simply wasnt imaginable using prior-generation infrastructure as code technologies”
author: Matt Stephenson, Senior Principal Software Engineer
logo: starburst
snowflake:
text: |
“Pulumi helped our team to ship a new product faster. We needed <b>one tool to setup and manage multi-cloud, multi-region Kubernetes clusters</b> that infrastructure and applications teams could use collaboratively”
author: Justin Fitzhugh, VP of Cloud Platform Engineering
logo: snowflake
get_started:
tweets:
-
source: twitter
text: "@PulumiCorp is pretty awesome. Just nuked a couple of load balancers and recreated them, no big deal."
username: "@joepferguson@phpc.social"
avatar: https://pbs.twimg.com/profile_images/1593803782034423809/j53OblCR_400x400.jpg
link: https://twitter.com/JoePFerguson/status/1593289950597976066
-
text: "All in all, I''m very happy with making the transition to Pulumi! I became way more productive managing my infrastructure. At the same time I ended up enjoying the work of doing so a lot more - which is really important too. (click to read blog post)"
username: Erik Näslund
avatar: https://hashnode.com/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1616450184066%2F-uXss6aRN.jpeg%3Fw%3D500%26h%3D500%26fit%3Dcrop%26crop%3Dfaces%26auto%3Dcompress%2Cformat%26format%3Dwebp&w=3840&q=75
link: https://blog.ekik.org/my-experience-migrating-my-infrastructure-from-terraform-to-pulumi
source: blog
-
source: twitter
username: matticala
avatar: https://pbs.twimg.com/profile_images/1289826906024693766/LOdbjWdW_400x400.jpg
link: https://twitter.com/matticala/status/1369038327341531140
text: |
With @PulumiCorp I said goodbye to #YAML and JSON supersets. I went back to what I love: #code. Code. End to end. Functional, even. #Kubernetes is pleasant again.
-
avatar: https://pbs.twimg.com/profile_images/752334791782039552/BsVNGBaV_400x400.jpg
text: "There is no way around the fact that devops is complicated but \n@PulumiCorp\n is a game changer for me. Blows away CloudForamtion, TerraForm, CDK, etc."
username: "@BryanMigliorisi"
avatar: https://pbs.twimg.com/profile_images/752334791782039552/BsVNGBaV_400x400.jpg
link: https://twitter.com/BryanMigliorisi/status/1450123026901651460
source: twitter
- source: twitter
username: MartinDotNet
avatar: https://pbs.twimg.com/profile_images/1525576597109096450/oA9QTWOb_400x400.jpg
link: https://twitter.com/MartinDotNet/status/1367118630564020225
text: |
I'd like to congratulate @PulumiCorp on an AWESOME CLI experience... it's just beautiful
-
text: "Having used Pulumi the last 2 years after switching from Terraform I want to share some of my experience by comparing both infrastructure as code tools and explain why I prefer Pulumi in most situations. In general, I have successfully provisioned infrastructure with both tools, but from my experience Pulumi makes it easier for me. (click to read blog post)"
username: Matthias Müller
link: https://www.novatec-gmbh.de/en/blog/why-you-should-consider-pulumi-over-terraform-for-your-next-project-pt-1/
source: blog
There is no way around the fact that devops is complicated but @PulumiCorp is a game changer for me. Blows away CloudForamtion, TerraForm, CDK, etc.
-
source: twitter
username: monde_
avatar: https://pbs.twimg.com/profile_images/1478919095/converse_400x400.png
link: https://twitter.com/monde_/status/1355031516934332418?s=20
text: |
I'm actually learning more about TS/JS with Pulumi. It really has been a joy to use. Kudos to the team for making such an awesome tool!
-
text: Pulumi is better than Terraform. Hands down. It has all the features of Terraform, but written with the simplicity and power of a fully featured programming language.
username: Christopher Lenard
avatar: https://miro.medium.com/fit/c/176/176/1*kXxfMvZ4mXSvCQif2Iqpmg.png
link: https://medium.com/@christopherlenard/the-benefits-of-moving-from-terraform-to-pulumi-7e01a3ab8f43
source: blog
-
source: twitter
username: JanDamaschke
avatar: https://pbs.twimg.com/profile_images/1533370681093758976/8pU-VB_x_400x400.jpg
link: https://twitter.com/JanDamaschke/status/1354861632082636805
text: |
I just spent a few hours getting used to @PulumiCorp SDK and I am already asking myself why I ever used #Terraform 😂 Real Infrastructure as Code all the way 💪 😍
-
source: twitter
username: eliostruyf
avatar: https://pbs.twimg.com/profile_images/1598282380665561092/BDF74Mm5_400x400.jpg
link: https://twitter.com/eliostruyf/status/1379896780381372422?s=20
text: |
First, run of my new #dev environment. Love how easy it is with @PulumiCorp ❤️ 🚀 #InfrastructureAsCode
-
text: "Ok, Pulumi just got even more real. With “pulumi convert” and CrossCode support in YAML, it just overtook HCL and Terraform in position #1 for me. Sorry HashiCorp Pulumi is now in the lead."
username: Eric Hendrickson, CTO Provisions Group
avatar: https://media.licdn.com/dms/image/C5603AQHI5n0U3nsqXA/profile-displayphoto-shrink_800_800/0/1653244735916?e=1678924800&v=beta&t=p50cz6bH97VFWDf6MGzKFuNTp9-5dUGqjieUNi0AzfA
link: https://www.linkedin.com/feed/update/urn:li:activity:6993614249331765250?commentUrn=urn%3Ali%3Acomment%3A%28activity%3A6993614249331765250%2C6993718113632411648%29
source: linkedin
-
text: "Continuing on my thread about @PulumiCorp from a while ago: holy **** I am a convert. I needed to setup a staging environment that was mostly identical to prod, and once I trued up our Pulumi stack with AWS, it took minutes to do this. How have I lived without this until now?"
username: "@krangarajan\n"
username: "@krangarajan"
avatar: https://pbs.twimg.com/profile_images/837774934805925888/I51_kI-H_400x400.jpg
link: https://twitter.com/krangarajan/status/1580618068203479040
source: twitter
-
source: twitter
username: BrandonBloom
avatar: https://pbs.twimg.com/profile_images/1007413949925548032/8FmwYujD_400x400.jpg
link: https://twitter.com/BrandonBloom/status/1344398906617073664
text: |
Just Pulumi-ified a ton of random AWS resources & it feels so good.
-
text: "From PoC in a week, to reaching production with confidence the week after, were super impressed by Pulumis focus on the developer experience and general ease of use. We have since expanded our usage of Pulumi to manage our infrastructure and have a GitHub Actions-powered workflow with automatic PR previews that is a breeze to use. (click to read blog post)"
username: Tiago Sousa
avatar: https://uploads-ssl.webflow.com/6350808bc45bd01da7af10ea/6350808bc45bd04065af1258_tiago-sousa-min-p-500.jpeg
link: https://blog.amplemarket.com/using-pulumi-to-deal-with-growing-pains/
source: blog
Continuing on my thread about @PulumiCorp from a while ago: holy shit I am a convert. I needed to setup a staging environment that was mostly identical to prod, and once I trued up our Pulumi stack with AWS, it took *minutes* to do this. How have I lived without this until now?
-
source: twitter
username: sheeshee
avatar: https://pbs.twimg.com/profile_images/458182231433826304/JQafPBkU_400x400.png
link: https://twitter.com/sheeshee/status/1377562831948746756
text: |
I've been playing around with Pulumi a bit and I have to say this is really quite well done. The documentation is very polished and all tutorials I tried worked exactly copy paste out of the box.
-
source: twitter
username: TorstenVolk
avatar: https://pbs.twimg.com/profile_images/1575782906/110930-ENMA-115240-web_400x400.jpg
link: https://twitter.com/TorstenVolk/status/1381716012131876869
text: |
#Pulumi is the fast growing new kit on the block. Great convo with @PulumiCorp at what the (near) future holds in terms of platform capabilities. Very exciting. #cloudengineering #devops #gitops @ema_research
-
text: "I just want to say that I''m amazed at what Pulumi can provide. I make twitch videos of my side projects and I was playing with Pulumi in creating my lambda function. I wanted to use my Pulumi code to..."
username: "u/akali1987"
link: https://www.reddit.com/r/devops/comments/y8418w/amazed_with_pulumi/
source: reddit
-
source: twitter
username: Frassle
avatar: https://pbs.twimg.com/profile_images/1571260219/62070_434673459681_571169681_5323786_3642098_n_400x400.jpg
link: https://twitter.com/Frassle/status/1355296248992038912
text: |
Save yourselves from the yaml, use pulumi
-
text: "Without a doubt the most approachable tool in the IaaC space is \n@PulumiCorp\n.\n\nSomewhat enjoying provisioning a scheduled run of a Lambda."
username: "@Vetium"
avatar: https://pbs.twimg.com/profile_images/1197754531335016449/etr4hfpJ_400x400.jpg
link: https://twitter.com/Vetium/status/1589452885149900800
source: twitter
text: |
Without a doubt the most approachable tool in the IaaC space is
@PulumiCorp.
Somewhat enjoying provisioning a scheduled run of a Lambda.
-
text: "Why is \n@PulumiCorp\n so good, absolute minimum you can replicate everything you can do with other tools but that's just the start. If your #IaC is proper code you can use other sdks to fill gaps and it can be seamless. Used sdk to get secrets to pass to Pulumi, just worked 😍"
username: "@ShahidDev"
avatar: https://pbs.twimg.com/profile_images/1457067246241542145/YcmPSntF_400x400.jpg
link: https://twitter.com/ShahidDev/status/1582965131629428736
source: twitter
-
text: "The developer experience of Pulumi is just sublime. As a prior Terraform user, the grass is substantially greener on this side. I''m so glad I made the switch two years back. Using Terraform for my current use case would be a massive downgrade."
username: "@justedagain"
avatar: https://pbs.twimg.com/profile_images/1576905831626440706/wigR9_hF_400x400.jpg
link: https://twitter.com/justedagain/status/1583063827524251649
source: twitter
- username: ItemLevel1
avatar: https://pbs.twimg.com/profile_images/655703310545125376/7cI9yEyP_400x400.jpg
link: https://twitter.com/ItemLevel1/status/1354888953166487555
text: |
Congratulations Joe. Loved the idea of pulumi since I did a talk with one of the first releases. I genuinely think this model is the future inside DevOps and out
The developer experience of Pulumi is just sublime. As a prior Terraform user, the grass is substantially greener on this side. I'm so glad I made the switch two years back. Using Terraform for my current use case would be a massive downgrade.
-
source: twitter
username: hossambarakat_
username: "@hossambarakat_"
avatar: https://pbs.twimg.com/profile_images/1578466430739271681/FZnNwxcA_400x400.jpg
link: https://twitter.com/hossambarakat_/status/1357640859018162176
text: |
Give Pulumi a shot and you will never look back @PulumiCorp
-
source: twitter
username: samcogan
avatar: https://pbs.twimg.com/profile_images/970774602669412353/reTcugpM_400x400.jpg
link: https://twitter.com/samcogan/status/1350392939755802627
username: "@matticala"
avatar: https://pbs.twimg.com/profile_images/1289826906024693766/LOdbjWdW_400x400.jpg
link: https://twitter.com/matticala/status/1369038327341531140
text: |
Been using Pulumi to write C# IaC for a while now, very much prefer it to HCL.
With @PulumiCorp I said goodbye to #YAML and JSON supersets.
I went back to what I love: #code.
Code. End to end. Functional, even.
#Kubernetes is pleasant again.
-
source: twitter
username: omerlh
avatar: https://pbs.twimg.com/profile_images/1021467583193796608/9odUKQCb_400x400.jpg
link: https://twitter.com/omerlh/status/1369281453213769736
username: "@ddoomen"
avatar: https://pbs.twimg.com/profile_images/1591057460940480517/d0xy4n3b_400x400.jpg
link: https://twitter.com/ddoomen/status/1644343201459740673
text: |
Pulumi ❤️❤️❤️❤️
Deploying cloud resources using @PulumiCorp is just amazing. Why would anybody bother with JSON, YAML or some other DSL?
-
source: twitter
username: "@Meliora245"
avatar: https://pbs.twimg.com/profile_images/1536753333972525056/WN2SVAmq_400x400.jpg
link: https://twitter.com/Meliora245/status/1633110529420976130
text: |
Been using Pulumi with Typescript for a IaaC managing k8s and stateful databases. Don't see myself going back to using terraform after this.
-
source: twitter
username: "@rybavery"
avatar: https://pbs.twimg.com/profile_images/1146562967317520385/wuPwKFUZ_400x400.jpg
link: https://twitter.com/rybavery/status/1576987704189128704
text: |
our team at @devseed is now gravitating toward using https://pulumi.com/docs/concepts/vs/terraform/ instead of terraform because it's all in python so it is easier to onboard new people to the tool and makes it easier to manage the same infra definition in different test, staging, and deploy envs.
-
source: twitter
username: "@SparkyCodes"
avatar: https://pbs.twimg.com/profile_images/1564710917014802433/k0QzTysD_400x400.jpg
link: https://twitter.com/SparkyCodes/status/1572999315919978502
text: |
It wouldn't have been possible to build Sparky without @PulumiCorp. Shout out to the team and community for helping us get up and running!
-
source: twitter
username: "@0xksure"
avatar: https://pbs.twimg.com/profile_images/1560526743865360384/QBkajFhq_400x400.jpg
link: https://twitter.com/0xksure/status/1570769681434415104
text: |
ok so pulumi is awesome. almost no clicking, just scripting go and up
-
source: twitter
username: "@krangarajan"
avatar: https://pbs.twimg.com/profile_images/837774934805925888/I51_kI-H_400x400.jpg
link: https://twitter.com/krangarajan/status/1564712184717881344
text: |
New gig uses @PulumiCorp to manage AWS infra. Initially I was skeptical and was tempted to go back to Terraform, but after using pulumi imports and discovering the ability to write tests easily, I'm a convert. (1/4)
-
source: twitter
username: "@swarupdonepudi"
avatar: https://pbs.twimg.com/profile_images/1581098587034771457/9HrxXWw4_400x400.jpg
link: https://twitter.com/swarupdonepudi/status/1644820071167201280
text: |
I love @PulumiCorp so much because it is like 50% of the reason why we dared to build https://planton.cloud.
title: Get started today
description: Pulumi is open source and free to get started. Deploy your first stack today.
cta_text: Get Started
An equivalent of 50K lines of declarative infra code has been put behind APIs to support the features on the platform with https://www.pulumi.com/docs/using-pulumi/automation-api/
-
source: twitter
username: "@iamjmoa"
avatar: https://pbs.twimg.com/profile_images/1529025993893195777/Wo8EXvLO_400x400.jpg
link: https://twitter.com/iamjmoa/status/1624702662456352768
text: |
Today is a good day.
Finished no-code website builder.
Managed to automate deploying a website created with said builder with @PulumiCorp
title: Built by engineers for engineers. Open source.
description: "[Join us](/community) in the community, and lets build together."
---
+299 -301
View File
@@ -1,55 +1,23 @@
{{ define "hero" }}
<header class="home-page-hero">
<div class="dot-background-container pointer-events-none">
<div class="dot-background"></div>
</div>
<div class="dot-overlay"></div>
<div class="container mx-auto lg:flex mt-8 px-3">
<div class="w-full lg:w-1/2 lg:pr-12 xl:pr-0 md:pl-3 xl:pl-0">
<div class="home-page-hero-content">
<h1 class="relative text-left">
<span class="rainbow-text" data-text="{{ index (.Params.hero.title) 0 }}">{{ index (.Params.hero.title) 0 }}</span><br />
<span class="rainbow-text" data-text="{{ index (.Params.hero.title) 1 }}">{{ index (.Params.hero.title) 1 }}</span><br />
<span class="rainbow-text" data-text="{{ index (.Params.hero.title) 2 }}">{{ index (.Params.hero.title) 2 }}</span>
<header class="home-page-hero shadow">
<div class="home-page-hero-background">
<div class="flex">
<div class="w-full lg:w-1/2 p-6 home-page-hero-text">
<h1 class="flex flex-col items-center">
<span class="inline-block" data-text="{{ index (.Params.hero.title) 0 }}">{{ index (.Params.hero.title) 0 }}</span>
<span class="rainbow-text inline-block text-center" data-text="{{ index (.Params.hero.title) 1 }}">{{ index (.Params.hero.title) 1 }}</span>
</h1>
<p class="text-center lg:text-left leading-7">{{ .Params.hero.description | markdownify }}</p>
<div class="overlay-middle mt-8 flex text-center justify-center items-center flex-col mx-auto lg:mx-0 md:flex-row">
<a class="home-hero-btn-primary mr-0 md:mr-4 mb-3 md:mb-0" href="/docs/get-started/">{{ .Params.hero.cta_text }}</a>
<div class="btn-secondary px-12 py-2 rounded-full cursor-pointer">
<a href="/docs/install/">
Download<br /> Open Source
</a>
</div>
<p class="text-center leading-7">{{ .Params.hero.description | markdownify }}</p>
<div class="relative z-10 overlay-middle mt-8 flex text-center justify-center items-center flex-col mx-auto lg:mx-0 md:flex-row">
<a class="home-hero-btn-primary mr-0 md:mr-4 mb-3 md:mb-0" href="{{ .Params.hero.cta_link }}">{{ .Params.hero.cta_text }}</a>
<a class="btn-secondary home-hero-btn-secondary rounded-full cursor-pointer" href="{{ .Params.hero.secondary_cta_link }}">{{ .Params.hero.secondary_cta_text }}</a>
</div>
</div>
</div>
<div class="w-full lg:w-1/2 block lg:flex lg:justify-center p-6 md:pl-24 xl:pl-0">
<div>
<pulumi-chooser type="language" options="typescript,python,go,csharp,java,yaml">
<pulumi-choosable type="language" class="highlight" value="typescript">
<img class="mx-auto" src="/images/home/typescript.svg" alt="" />
</pulumi-choosable>
<pulumi-choosable type="language" class="highlight" value="python">
<img class="mx-auto" src="/images/home/python.svg" alt="" />
</pulumi-choosable>
<pulumi-choosable type="language" class="highlight" value="go">
<img class="mx-auto" src="/images/home/go.svg" alt="" />
</pulumi-choosable>
<pulumi-choosable type="language" class="highlight" value="csharp">
<img class="mx-auto" src="/images/home/c-sharp.svg" alt="" />
</pulumi-choosable>
<pulumi-choosable type="language" class="highlight" value="java">
<img class="mx-auto" src="/images/home/java.svg" alt="" />
</pulumi-choosable>
<pulumi-choosable type="language" class="highlight" value="yaml">
<img class="mx-auto" src="/images/home/yaml.svg" alt="" />
</pulumi-choosable>
</pulumi-chooser>
<div class="hidden lg:block lg:w-1/2 p-6 flex justify-center align-center">
<img src="/images/home/dancing-music.svg" />
</div>
</div>
</div>
@@ -59,102 +27,21 @@
{{ define "main" }}
{{ $pageContext := . }}
<section class="bg-violet-200">
<div class="container mx-auto py-6">
<div class="flex flex-wrap justify-center align-center">
<div class="w-full lg:w-1/2 text-center lg:text-left">
<h5>Infrastructure as Code for Engineers</h5>
<p>Every cloud, every language, every architecture, every engineer</p>
</div>
<div class="w-full lg:w-1/2 mt-2">
<home-slots
image-class="h-16 mx-auto"
left-items="{{ delimit .Params.overview.logos.clouds "," }}"
center-items="{{ delimit .Params.overview.logos.languages "," }}"
right-items="{{ delimit .Params.overview.logos.identity "," }}"
></home-slots>
</div>
</div>
</div>
</section>
<section class="container mx-auto mt-10 mb-16 text-center">
<h2 class="rainbow-text">Import <span class="font-bold">joy</span> into your cloud infrastructure</h2>
</section>
<section class="mb-8 mt-12 lg:mt-0 lg:mb-24 px-6 lg:px-0 relative">
<div class="shape-background home-build-section">
<div class="shape-container">
<div class="circle-left"></div>
<div class="circle-right"></div>
</div>
</div>
<div class="container mx-auto">
<div class="flex flex-col lg:flex-row">
<div class="w-full lg:w-1/2 lg:pr-32 z-10 px-8 rounded pt-8">
<h3>{{ .Params.build.title }}</h3>
<p class="text-lg">{{ .Params.build.description | markdownify }}</p>
{{ range $item := .Params.build.items }}
<h6>{{ $item.title }}</h6>
<p>{{ $item.description | markdownify }}</p>
{{ end }}
<h4 class="mt-16">{{ .Params.templates.title }}</h4>
<p class="text-lg">
{{ .Params.templates.description }}
</p>
<div class="tiles flex-wrap">
<!-- {{ partial "cta/primary-get-started" . }} -->
{{ range .Params.templates.links }}
<div class="md:w-1/2 p-3">
<a href="{{ .url }}" class="tile p-3">
<h6 class="m-0">
<i class="fas fa-{{ .icon }} text-blue-400 pr-2"></i>
{{ .label }}
</h6>
</a>
</div>
{{ end }}
</div>
</div>
<div class="w-full lg:w-1/2 mt-12 lg:mt-0">
<pulumi-chooser type="language" options="typescript,python,go,csharp,java,yaml">
{{ range $item := .Params.build.code }}
<pulumi-choosable type="language" class="highlight" value="{{ $item.language }}">
{{ partial "code" (dict "lang" $item.language "code" $item.code "mode" "dark") }}
</pulumi-choosable>
{{ end }}
</pulumi-chooser>
</div>
</div>
</div>
</section>
<!-- Logos -->
<section class="container mx-auto text-center overflow-hidden px-3 mt-24">
<h3 class="text-center mb-10">{{ .Params.customer_logos.title }}</h3>
<!-- Logos carousel -->
<section class="container mx-auto text-center overflow-hidden px-3 mt-6">
<h3 class="text-center mb-4">{{ .Params.customer_logos.title }}</h3>
<div class="w-full order-first pb-16 items-center justify-center hidden lg:block">
<pulumi-swiper slides="6" centered-slides="true" loop="true" autoplay="true" autoplay-delay="500" speed="2000">
{{ range $logos := .Params.customer_logos.logos }}
{{ range $logo := .Params.customer_logos.logos }}
<pulumi-swipeable>
<div class="w-full h-full">
{{ range $logo := $logos }}
<div class="p-6 flex flex-col flex-grow items-end h-24 justify-center">
{{ if $logo.link }}
<a class="w-full h-full" href="{{ $logo.link }}">
{{ partial "customer-logo.html" (dict "logo" $logo.name) }}
</a>
{{ else }}
{{ partial "customer-logo.html" (dict "logo" $logo.name) }}
{{ end }}
</div>
<div class="p-6 flex flex-col flex-grow items-end h-24 justify-center">
{{ if $logo.link }}
<a class="w-full h-full" href="{{ $logo.link }}" target="_blank">
{{ partial "customer-logo.html" (dict "logo" $logo.name) }}
</a>
{{ else }}
{{ partial "customer-logo.html" (dict "logo" $logo.name) }}
{{ end }}
</div>
</pulumi-swipeable>
@@ -162,21 +49,17 @@
</pulumi-swiper>
</div>
<div class="w-full order-first pb-16 items-center justify-center lg:hidden">
<div class="w-full order-first pb-16 items-center justify-center block lg:hidden">
<pulumi-swiper slides="3" centered-slides="true" loop="true" autoplay="true" autoplay-delay="500" speed="2000">
{{ range $logos := .Params.customer_logos.logos }}
{{ range $logo := .Params.customer_logos.logos }}
<pulumi-swipeable>
<div class="w-full h-full">
{{ range $logo := $logos }}
<div class="p-6 flex flex-col flex-grow items-end h-24 justify-center">
{{ if $logo.link }}
<a class="w-full h-full" href="{{ $logo.link }}">
{{ partial "customer-logo.html" (dict "logo" $logo.name) }}
</a>
{{ else }}
{{ partial "customer-logo.html" (dict "logo" $logo.name) }}
{{ end }}
</div>
<div class="p-6 flex flex-col flex-grow items-end h-24 justify-center">
{{ if $logo.link }}
<a class="w-full h-full" href="{{ $logo.link }}" target="_blank">
{{ partial "customer-logo.html" (dict "logo" $logo.name) }}
</a>
{{ else }}
{{ partial "customer-logo.html" (dict "logo" $logo.name) }}
{{ end }}
</div>
</pulumi-swipeable>
@@ -185,179 +68,294 @@
</div>
</section>
<section class="py-12 lg:my-12 px-6 lg:px-0 relative">
<div class="shape-background home-deploy-section">
<div class="shape-container">
<div class="dot-background-container">
<div class="dot-background-overlay"></div>
<div class="dot-background no-animate"></div>
</div>
<div class="circle-left"></div>
<div class="circle-right"></div>
</div>
<!-- Code and ship faster -->
<section class="mb-8 p-6 lg:px-0 relative home-page-section">
<div class="home-page-build-section-background">
<div class="home-page-build-section-image"></div>
</div>
<div class="container mx-auto flex flex-col lg:flex-row">
<div class="w-full lg:w-1/2 flex items-center justify-center mt-12 lg:mt-0">
<img class="rounded-xl shadow-2xl" src="/images/home/deploy-graphic.svg" alt="Pulumi Pipeline" />
</div>
<div class="w-full lg:w-1/2 order-first lg:order-last lg:ml-32 z-10 bg-white px-8 rounded">
<h3>{{ .Params.deploy.title }}</h3>
<p class="text-lg">{{ .Params.deploy.description | markdownify }}</p>
{{ range $item := .Params.deploy.items }}
<h6>{{ $item.title }}</h6>
<p>{{ $item.description | markdownify }}</p>
{{ end }}
<div class="mt-16">
{{ partial "cta/primary-get-started" . }}
</div>
</div>
</div>
</section>
<section class="my-12 lg:py-12 px-6 lg:px-0 relative">
<div class="shape-background home-manage-section">
<div class="shape-container">
<div class="dot-background-container">
<div class="dot-background-overlay"></div>
<div class="dot-background no-animate"></div>
</div>
<div class="circle-left"></div>
<div class="circle-right"></div>
</div>
</div>
<div class="container mx-auto flex flex-col lg:flex-row">
<div class="w-full lg:w-1/2 lg:mr-32 z-10 bg-white px-8 rounded">
<h3>{{ .Params.manage.title }}</h3>
<p class="text-lg">{{ .Params.manage.description | markdownify }}</p>
{{ range $item := .Params.manage.items }}
<h6>{{ $item.title }}</h6>
<p>{{ $item.description | markdownify }}</p>
{{ end }}
<h4 class="mt-16">{{ .Params.templates.title }}</h4>
<p class="text-lg">
{{ .Params.templates.description }}
</p>
<div class="tiles flex-wrap">
<!-- {{ partial "cta/primary-get-started" . }} -->
{{ range .Params.templates.links }}
<div class="md:w-1/2 p-3">
<a href="{{ .url }}" class="tile p-3">
<h6 class="m-0">
<i class="fas fa-{{ .icon }} text-blue-400 pr-2"></i>
{{ .label }}
</h6>
</a>
</div>
<div class="container mx-auto z-10 relative">
<div class="w-full lg:w-2/3 mx-auto">
<div class="text-center">
<h3>{{ .Params.code_faster.title }}</h3>
<p class="text-lg">{{ .Params.code_faster.description | markdownify }}</p>
{{ range $item := .Params.code_faster.items }}
<h6>{{ $item.title }}</h6>
<p>{{ $item.description | markdownify }}</p>
{{ end }}
</div>
</div>
<div class="card bg-white shadow-xl p-6 block">
<div>
<pulumi-chooser type="language" options="typescript,python,go,csharp,java,yaml">
<pulumi-choosable type="language" class="highlight" value="typescript">
<img
class="mx-auto w-full"
src="/images/home/typescript.svg"
alt="Pulumi code being written in TypeScript showing autocomplete for creating a new S3 bucket"
/>
</pulumi-choosable>
<div class="w-full lg:w-1/2 flex items-center justify-center mt-12 lg:mt-0">
<img class="rounded-xl shadow-2xl" src="/images/home/pulumi-console.svg" alt="Pulumi Service" />
</div>
</div>
</section>
<pulumi-choosable type="language" class="highlight" value="python">
<img class="mx-auto w-full" src="/images/home/python.svg" alt="Pulumi code being written in Python showing autocomplete for creating a new S3 bucket" />
</pulumi-choosable>
<section class="container mx-auto my-16 text-center px-3">
<div class="card bg-violet-200 p-6 rounded-2xl">
<h2 class="rainbow-text">Do more with less</h2>
<p class="text-xl max-w-3xl mx-auto">
Use Pulumi's Automation API to create tooling that helps you and your engineers manage <span class="font-bold">10x the amount of resources</span> versus traditional
tooling.
</p>
<pulumi-choosable type="language" class="highlight" value="go">
<img class="mx-auto w-full" src="/images/home/go.svg" alt="Pulumi code being written in GO showing autocomplete for creating a new S3 bucket" />
</pulumi-choosable>
<div class="flex flex-wrap text-left">
<div class="w-full lg:w-1/3 p-6 lg:mt-4">
<p class="text-lg">
What if IaC was a library and not just a CLI? Pulumi Automation API is the industry's first and only fully programmable infrastructure as code technology.
</p>
<p class="text-lg">
With Automation API, you can embed Pulumi right into your application code to drive complex deployment workflows programmatically. Build command-line tools,
desktop applications, self-service infrastructure portals, and more, all in your language of choice &mdash; without having to "shell out" to another CLI.
CLI tool to behind a HTTP API to a custom PaaS.
</p>
<p class="text-lg">Automation API enables you and your company to scale 10x the amount of infrastructure managed per engineer.</p>
</div>
<pulumi-choosable type="language" class="highlight" value="csharp">
<img class="mx-auto w-full" src="/images/home/c-sharp.svg" alt="Pulumi code being written in C# showing autocomplete for creating a new S3 bucket" />
</pulumi-choosable>
<div class="w-full lg:w-2/3 p-6">
<div class="card p-6 bg-white">
<h4 class="my-0">Examples</h4>
<ul class="list-none p-0">
{{ range $i, $e := .Params.automation_api_examples }}
<li class="accordion-item pb-3 border-b-2">
{{ if eq $i 0 }}
{{ partial "accordian-header" (dict "text" $e.name "checked" "true") }}
{{ else }}
{{ partial "accordian-header" (dict "text" $e.name) }}
{{ end }}
<pulumi-choosable type="language" class="highlight" value="java">
<img class="mx-auto w-full" src="/images/home/java.svg" alt="Pulumi code being written in Java showing autocomplete for creating a new S3 bucket" />
</pulumi-choosable>
<div class="accordion-item-body-no-animation text-sm">
{{ $e.text | markdownify }}
</div>
</li>
{{ end }}
</ul>
<pulumi-choosable type="language" class="highlight" value="yaml">
<img class="mx-auto w-full" src="/images/home/yaml.svg" alt="Pulumi code being written in YAML showing autocomplete for creating a new S3 bucket" />
</pulumi-choosable>
</pulumi-chooser>
</div>
</div>
</div>
</div>
</section>
<div class="my-16">
<h3 class="text-center">Atlassian reduced time spent on maintenance by 50%</h3>
<div class="max-w-2xl mx-auto text-center">
<div class="max-w-xs mx-auto">
{{ partial "customer-logo.html" (dict "logo" "atlassian") }}
<!-- Panther quote -->
<section class="w-full md:w-2/3 lg:w-1/2 mx-auto mt-16 px-6">
{{ partial "home/quote.html" (dict "quote" .Params.customer_quotes.panther) }}
</section>
<!-- Tame configuration and secrets sprawl -->
<section class="py-12 lg:my-12 px-6 lg:px-0 relative home-page-section">
<div class="home-page-manage-section-background">
<div class="home-page-manage-section-image"></div>
</div>
<div class="container mx-auto z-10 relative">
<div class="w-full lg:w-2/3 mx-auto">
<div class="z-10 px-8">
<h3>{{ .Params.secrets.title }}</h3>
<p class="text-lg">{{ .Params.secrets.description | markdownify }}</p>
<div class="mt-8">
<span class="text-lg">Learn more: </span>
<a href="/product/esc" class="underline text-lg">Pulumi ESC<i class="fa fa-arrow-right ml-2"></i></a>
</div>
</div>
<p class="mt-0">
"Using Pulumi and Python, our team quickly and easily built a repeatable pipeline that deploys development environments for more than 100 team members
worldwide. The benefits of working in languages we know cant be overstated. That just made moving to the Pulumi Cloud Engineering Platform an obvious choice
for the team."
</p>
<p>- Mike Corsaro, Senior Software Engineer at Bitbucket</p>
<div class="mt-12 flex flex-col sm:flex-row justify-center flex-grow">
<a class="btn-primary mb-6 sm:mr-2 sm:mb-0" href="/case-studies/atlassian/">Read Atlassian Case Study</a>
<a class="btn-secondary" href="/case-studies/">See more case studies</a>
<div class="flex items-center justify-center mt-8">
<img src="{{ .Params.secrets.image }}" alt="{{ .Params.secrets.alt }}" class="card shadow-xl" />
</div>
</div>
</div>
</section>
<!-- Video -->
<section class="container mx-auto mt-28 relative">
<div class="shape-background home-video-section">
<div class="shape-container">
<div class="circle-left"></div>
<div class="circle-right"></div>
</div>
<!-- Starburst quote -->
<section class="w-full md:w-2/3 lg:w-1/2 mx-auto mt-16 px-6">
{{ partial "home/quote.html" (dict "quote" .Params.customer_quotes.starburst) }}
</section>
<!-- Embed IaC Anywhere -->
<section class="py-12 lg:my-12 px-6 lg:px-0 relative home-page-section">
<div class="home-page-cloud-section-background">
<div class="home-page-cloud-section-image"></div>
</div>
<div class="rounded-xl shadow-2xl w-3/4 mx-auto" style="position: relative; padding-bottom: 40.25%; height: 0; overflow: hidden;">
<iframe
src="//www.youtube.com/embed/6f8KF6UGN7g?rel=0"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;"
allowfullscreen=""
title="Introduction to Pulumi: Universal Infrastructure as Code"
srcdoc="<style>*{padding:0;margin:0;overflow:hidden}html,body{height:100%}img{position:absolute;width:100%;top:0;bottom:0;margin:auto}</style><a href=https://www.youtube.com/embed/6f8KF6UGN7g?autoplay=1><img src='/images/home/youtube-preview.svg' alt='Introduction to Pulumi: Universal Infrastructure as Code'></a>"
></iframe>
<div class="container mx-auto z-10 relative">
<div class="w-full lg:w-2/3 mx-auto">
<div class="z-10 px-8">
<h3>{{ .Params.embed.title }}</h3>
<div class="text-lg text-black">{{ .Params.embed.description | markdownify }}</div>
<div class="mt-8">
<span class="text-lg">Learn more: </span>
<a href="/blog/developer-portal-platform-teams/" class="underline text-lg">Pulumi For Platfrom Teams<i class="fa fa-arrow-right ml-2"></i></a>
</div>
</div>
<div class="flex items-center justify-center mt-8 px-8">
<div class="card bg-white shadow-xl p-6">
<img src="{{ .Params.embed.image }}" alt="{{ .Params.embed.alt }}" />
</div>
</div>
</div>
</div>
</section>
<!-- Get Started -->
<section class="my-16 lg:my-32 relative overflow-hidden flex flex-col">
<div class="container mx-auto px-3">
<div class="w-full bg-violet-600 text-white rounded shadow p-16 text-center">
<h2 class="text-white">{{ .Params.get_started.title }}</h2>
<p class="text-white">{{ .Params.get_started.description }}</p>
<div class="mt-16">
<a class="btn-secondary" href="/docs/get-started/">{{ .Params.get_started.cta_text }}</a>
<!-- Snowflake quote -->
<section class="w-full md:w-2/3 lg:w-1/2 mx-auto mt-16 px-6">
{{ partial "home/quote.html" (dict "quote" .Params.customer_quotes.snowflake) }}
</section>
<!-- Boost productivity with AI -->
<section class="py-12 lg:my-12 px-6 lg:px-0 relative home-page-section">
<div class="home-page-science-section-background">
<div class="home-page-science-section-image"></div>
</div>
<div class="container mx-auto z-10 relative">
<div class="card bg-white shadow-xl p-6 w-full lg:w-2/3 mx-auto">
<div class="z-10 px-8">
<h3>{{ .Params.ai.title }}</h3>
<p class="text-lg">{{ .Params.ai.description | markdownify }}</p>
<div class="mt-8">
<span class="text-lg">Try it out: </span>
<a href="/ai/" class="underline text-lg">Pulumi AI<i class="fa fa-arrow-right ml-2"></i></a>
</div>
</div>
<div class="flex items-center justify-center mt-8 w-full">
<div class="w-full">
<pulumi-chooser type="language" options="typescript,python,go,csharp,java,yaml">
<pulumi-choosable type="language" class="highlight" value="typescript">
<img
class="mx-auto w-full"
src="/images/home/ai-ts.svg"
alt="AI prompted to 'Give me an AWS static website behind a CloudFront CDN' and outputting Pulumi code in TypeScript"
/>
</pulumi-choosable>
<pulumi-choosable type="language" class="highlight" value="python">
<img
class="mx-auto w-full"
src="/images/home/ai-python.svg"
alt="AI prompted to 'Give me an AWS static website behind a CloudFront CDN' and outputting Pulumi code in Python"
/>
</pulumi-choosable>
<pulumi-choosable type="language" class="highlight" value="go">
<img
class="mx-auto w-full"
src="/images/home/ai-go.svg"
alt="AI prompted to 'Give me an AWS static website behind a CloudFront CDN' and outputting Pulumi code in GO"
/>
</pulumi-choosable>
<pulumi-choosable type="language" class="highlight" value="csharp">
<img
class="mx-auto w-full"
src="/images/home/ai-csharp.svg"
alt="AI prompted to 'Give me an AWS static website behind a CloudFront CDN' and outputting Pulumi code in C#"
/>
</pulumi-choosable>
<pulumi-choosable type="language" class="highlight" value="java">
<img
class="mx-auto w-full"
src="/images/home/ai-java.svg"
alt="AI prompted to 'Give me an AWS static website behind a CloudFront CDN' and outputting Pulumi code in Java"
/>
</pulumi-choosable>
<pulumi-choosable type="language" class="highlight" value="yaml">
<img
class="mx-auto w-full"
src="/images/home/ai-yaml.svg"
alt="AI prompted to 'Give me an AWS static website behind a CloudFront CDN' and outputting Pulumi code in YAML"
/>
</pulumi-choosable>
</pulumi-chooser>
</div>
</div>
</div>
</div>
</section>
<!-- Built by engineers + tweets -->
<section class="mt-16 mb-36 relative flex flex-col">
<div class="container mx-auto px-3 overflow-hidden lg:overflow-visible">
<div class="w-full bg-violet-600 rounded-xl shadow p-16 lg:pb-56 align-top">
<h2 class="text-white text-center">Built by engineers for engineers. Open source.</h2>
<div class="flex flex-col lg:flex-row items-center justify-center mb-4">
<a class="text-white text-lg bold underline flex self-start lg:self-auto mt-4 lg:mt-0 mx-auto lg:mx-0 lg:pr-1" href="https://slack.pulumi.com/"
>Join our community,
</a>
<p class="text-white text-lg mx-auto my-0 lg:mx-0 lg:my-auto">and lets build together.</p>
</div>
</div>
<div class="w-full order-first lg:hidden">
<pulumi-swiper slides="1" centered-slides="true" initial-slide="3" loop="true" autoplay="true" autoplay-delay="5000" speed="1000">
{{ range $tweet := .Params.get_started.tweets }}
<pulumi-swipeable>
<div class="w-full px-4">
<div class="flex flex-col card p-6 bg-white">
<p class="text-left mt-0 overflow-hidden">{{ $tweet.text }}</p>
<div class="flex flex-grow items-end">
<div>
<img class="rounded-full w-12 h-12" src="{{ $tweet.avatar }}" />
</div>
<p class="ml-4 text-gray-600">{{ $tweet.username }}</p>
<div class="flex-grow flex justify-end my-4">
<img src="/logos/tech/twitter.svg" alt="Twitter" />
</div>
</div>
</div>
</div>
</pulumi-swipeable>
{{ end }}
</pulumi-swiper>
</div>
<div class="large-container mx-auto absolute -bottom-12 left-0 pt-12 hidden lg:block">
<pulumi-swiper slides="3" centered-slides="true" initial-slide="3" loop="true" autoplay="true" autoplay-delay="4000" speed="1000">
{{ range $tweet := .Params.get_started.tweets }}
<pulumi-swipeable>
<div class="w-full px-4 text-left">
<div class="flex flex-col card p-6 bg-white h-60">
<p class="flex-grow mt-0">{{ $tweet.text }}</p>
<div class="flex items-center w-full pb-1">
<a href="{{ $tweet.link }}" target="_blank" rel="noopener noreferrer">
<!-- If the browser fails to load the Twitter avatar, just hide it. -->
<div class="rounded-full border-none w-12 h-12 mr-4 overflow-hidden">
<img src="{{ $tweet.avatar }}" onerror="$(this).hide();" />
</div>
</a>
<a href="{{ $tweet.link }}" class="flex-grow text-gray-600 hover:text-gray-600 hover:underline" target="_blank" rel="noopener noreferrer">
{{ $tweet.username }}
</a>
{{ if eq $tweet.source "twitter" }}
<img class="w-8 h-8" src="/logos/tech/twitter.svg" alt="Twitter" />
{{ end }}
{{ if eq $tweet.source "reddit" }}
<img class="w-8 h-8" src="/logos/tech/reddit.svg" alt="Reddit" />
{{ end }}
{{ if eq $tweet.source "linkedin" }}
<img class="w-8 h-8" src="/logos/tech/linkedin.svg" alt="LinkedIn" />
{{ end }}
{{ if eq $tweet.source "blog" }}
<i class="fas fa-blog text-gray-500 text-2xl"></i>
{{ end }}
</div>
</div>
</div>
</pulumi-swipeable>
{{ end }}
</pulumi-swiper>
</div>
</div>
</section>
<!-- CTAs -->
<section class="container mx-auto my-24 px-6">
<div class="flex justify-center">
<div class="card ready-cta w-full rounded-xl p-1 gradient">
<div class="flex justify-center rounded-xl bg-purple-100">
<div class="p-8 md:p-16 lg:pt-28 lg:pb-28 inline-flex flex-col items-center">
<h2 class="mb-12 text-center">Ready to try Pulumi?</h2>
<div class="flex flex-col lg:flex-row self-stretch items-center lg:justify-between">
<div class="flex flex-col justify-center align-center text-center lg:ml-14 lg:mr-4 mb-14 lg:mb-0 z-0">
<a href="/docs/get-started/" class="btn-primary py-3">Get Started</a>
<p class="text-xs pt-1 my-0">Follow the step-by-step guide</p>
</div>
<div class="flex flex-col justify-center align-center text-center lg:mr-14 lg:ml-4">
<a href="docs/install/" class="btn-secondary py-3 px-6 whitespace-nowrap">Download Open Source</a>
<p class="text-xs pt-1 my-0">Download our open source SDK</p>
</div>
</div>
</div>
</div>
</div>
</div>
@@ -0,0 +1,516 @@
<svg width="1200" height="628" viewBox="0 0 1200 628" fill="none" xmlns="http://www.w3.org/2000/svg">
<g style="mix-blend-mode:soft-light" opacity="0.5" clip-path="url(#clip0_0_3913)">
<path d="M-186.294 -785H-180.547C-170.877 -771.08 -93.2877 -657.809 -51.3896 -596.909C-19.4628 -597.084 12.4634 -596.902 44.383 -597.015C80.459 -597.144 79.2591 -597.219 80.2654 -596.31C82.6375 -594.166 143.104 -533.362 162.546 -514.165C175.499 -514.295 188.452 -514.165 201.405 -514.226C202.734 -514.378 203.88 -513.664 204.943 -512.943C204.875 -494.569 204.708 -476.18 205.042 -457.805C223.803 -457.927 368.747 -457.944 384.356 -457.95C384.994 -456.978 385.791 -455.999 385.624 -454.746L385.616 -366.763C399.203 -358.871 560.686 -268.099 563.654 -265.706C563.72 -248.387 563.087 -206.723 563.555 -193.629C565.666 -192.324 567.885 -190.925 569.03 -188.603C571.212 -184.174 569.508 -178.239 565.081 -175.984C561.399 -173.805 556.547 -174.708 553.472 -177.525C548.927 -182.749 549.996 -190.9 558.013 -193.705L558.734 -194.023C558.726 -217.089 558.87 -240.179 558.604 -263.237C549.345 -269.04 385.637 -360.728 380.816 -364.347C380.992 -391.563 380.909 -452.247 380.854 -453.044C301.602 -453.001 216.589 -453.192 202.246 -452.945L201.32 -453.165C199.593 -454.909 200.237 -452.083 200.158 -509.532C154.366 -509.668 161.876 -508.436 157.382 -512.41C141.675 -528.155 81.9789 -587.803 77.5765 -592.269C69.5657 -592.291 -36.0495 -592.269 -52.2642 -592.284C-53.4939 -592.155 -54.527 -592.755 -55.1036 -593.825C-112.715 -677.815 -180.844 -777.183 -186.294 -785Z" fill="white"/>
<path d="M-82.9213 -785H-76.8321C-84.8879 -775.441 -92.7919 -765.745 -100.787 -756.141C-100.741 -753.119 -100.772 -750.104 -100.878 -747.083C-89.6872 -742.714 -92.7743 -730.768 -99.9366 -728.511C-105.464 -726.386 -112.153 -730.539 -112.631 -736.446C-113.335 -741.232 -109.773 -745.756 -105.297 -746.999C-104.871 -751.388 -106.967 -756.763 -103.535 -760.317C-96.6031 -768.494 -89.9215 -776.884 -82.9213 -785Z" fill="white"/>
<path d="M-38.3835 -785H-33.5319C-33.6758 -757.102 -32.4782 -763.202 -36.5388 -757.902C-39.1282 -755.146 -41.3376 -752.026 -44.1163 -749.467C-50.5399 -748.701 -57.1377 -749.323 -63.6293 -749.186C-64.7152 -746.901 -65.9528 -744.486 -68.2684 -743.218C-70.5537 -741.669 -73.4161 -742.034 -76.0207 -742.065C-80.4928 -743.895 -83.8943 -748.822 -82.4594 -753.727C-80.7757 -761.697 -68.4936 -765.307 -63.5765 -753.742C-57.8515 -753.917 -52.0355 -753.332 -46.3791 -754.023C-43.8468 -756.534 -39.4153 -761.8 -38.2706 -763.446C-38.2924 -770.627 -38.0338 -777.825 -38.3835 -785Z" fill="white"/>
<path d="M-26.6149 -785H-22.0213L-21.9982 -737.098C-21.6261 -734.957 -23.7372 -733.902 -25.0962 -732.74C-45.0165 -717.478 -39.9124 -718.864 -47.6459 -718.899C-52.9551 -718.923 -58.26 -718.868 -63.5674 -719.02C-67.5328 -708.787 -78.9505 -709.738 -82.4576 -718.284C-82.769 -720.547 -82.9814 -722.945 -81.9338 -725.057C-80.0279 -729.581 -74.425 -732.049 -69.8235 -730.227C-66.771 -729.24 -64.9185 -726.431 -63.6281 -723.667C-58.0397 -723.69 -52.4519 -723.705 -46.8635 -723.644C-42.2292 -723.901 -46.7093 -722.17 -26.7126 -737.508C-26.6227 -753.339 -26.7211 -769.17 -26.6149 -785Z" fill="white"/>
<path d="M-15.9625 -785H-11.3617C-11.3368 -713.367 -10.7438 -716.862 -12.4093 -715.589C-12.7146 -715.293 -38.0126 -691.419 -41.0791 -688.863C-48.5576 -688.423 -56.0823 -688.833 -63.576 -688.688C-66.2017 -683.361 -68.5483 -681.009 -75.466 -681.453C-78.9737 -682.675 -81.9187 -685.56 -82.6106 -689.319C-83.6801 -695.13 -78.6095 -701.011 -72.7249 -700.525C-68.3893 -700.518 -65.0412 -697.124 -63.6063 -693.274C-56.7651 -693.328 -49.9093 -693.335 -43.0609 -693.274C-34.3751 -701.399 -25.736 -709.583 -17.0411 -717.707C-16.2879 -718.411 -15.849 -719.339 -15.9856 -720.395C-16.0159 -741.927 -15.9474 -763.468 -15.9625 -785Z" fill="white"/>
<path d="M-3.02483 -785H1.50015C1.53354 -774.894 1.51898 -675.165 1.48499 -667.27C1.57603 -666.04 1.2422 -664.453 2.44159 -663.641C14.5896 -653.079 26.434 -642.154 38.6658 -631.699C40.8527 -632.716 43.2745 -633.718 45.7267 -633.065C48.7791 -632.61 51.1779 -630.4 52.7803 -627.879C56.6413 -618.488 46.6365 -609.9 37.6558 -616.187C34.5505 -619.307 33.6394 -623.985 35.3626 -628.038C-2.25034 -662.098 -3.49098 -661.315 -3.19235 -663.685C-3.19174 -663.775 -3.25851 -765.19 -3.02483 -785Z" fill="white"/>
<path d="M9.54083 -785H14.4227C14.4233 -784.914 14.4458 -682.64 14.4458 -682.561C22.4256 -675.72 30.3752 -668.849 38.3096 -661.947C50.338 -667.82 57.8353 -654.469 51.1185 -647.453C45.1993 -640.545 31.0817 -645.463 35.265 -658.265C26.7843 -665.918 17.7641 -672.994 9.50319 -680.883C9.63187 -715.581 9.6774 -750.294 9.54083 -785Z" fill="white"/>
<path d="M22.7521 -785H27.3457C27.3457 -784.893 27.4313 -714.671 27.2243 -705.217C31.2103 -700.988 35.1811 -696.736 39.3043 -692.636C42.5916 -694.101 46.5315 -694.119 49.5621 -692.037C54.2346 -688.825 55.0134 -681.316 50.7919 -677.413C46.9958 -673.23 39.5167 -673.776 36.3204 -678.408C33.8907 -681.544 34.0655 -685.917 35.7583 -689.349C31.3772 -693.806 27.2474 -698.506 22.7297 -702.825C22.6684 -730.219 22.7825 -757.606 22.7521 -785Z" fill="white"/>
<path d="M34.0728 -785H39.6837C46.9042 -773.877 54.004 -762.664 61.1099 -751.456C71.0406 -735.793 71.7203 -735.736 71.656 -732.604C71.0223 -701.807 71.7094 -671.005 71.6408 -640.21C75.4053 -636.193 161.787 -541.907 165.804 -537.436C188.756 -536.98 211.731 -537.482 234.691 -537.178C238.749 -529.941 262.413 -483.079 265.099 -478.078C280.397 -477.994 388.196 -478.021 403.535 -478.047C405.729 -474.358 404.036 -469.741 404.628 -465.664C404.468 -435.392 404.658 -405.113 404.559 -374.834C495.963 -325.246 653.517 -240.507 656.587 -238.327L656.618 -119.784H822.493C824.284 -120.156 825.818 -118.691 825.613 -116.868C825.644 -100.787 825.598 -84.6989 825.636 -68.6099C829.585 -67.1823 833.008 -63.5762 832.697 -59.1265C832.948 -54.8291 829.705 -51.2911 825.917 -49.7803C824.11 -49.7348 822.318 -49.6741 820.526 -49.6589C810.491 -54.0873 811.953 -65.5774 820.777 -68.5795C820.845 -84.0913 820.8 -99.6025 820.8 -115.107C644.879 -115.032 654.726 -114.645 652.047 -115.988C651.721 -155.423 652.039 -194.875 651.88 -234.311C652.169 -235.404 651.409 -236.102 650.506 -236.497C650.43 -236.539 401.567 -370.969 400.604 -371.676C399.739 -372.2 400.057 -373.385 399.944 -374.197C399.931 -382.632 399.924 -461.088 399.997 -473.325C393.713 -473.316 273.344 -473.325 263.566 -473.379C261.857 -473.136 261.387 -475.019 260.696 -476.15C257.917 -481.374 255.564 -486.901 252.428 -491.882C246.05 -505.647 238.67 -518.987 231.958 -532.608L165.645 -532.593C163.27 -532.288 163.592 -532.999 146.283 -551.756C134.323 -564.718 70.8821 -633.902 66.8348 -638.585C66.8609 -740.373 67.4096 -733.413 65.5899 -735.626C65.5353 -735.71 35.6558 -782.562 34.0728 -785Z" fill="white"/>
<path d="M50.0777 -785H55.5368C65.2399 -768.342 74.6765 -751.539 84.3583 -734.866C85.2311 -733.363 86.1125 -731.844 86.6211 -730.174C86.5453 -700.623 86.6515 -671.066 86.5677 -641.515C86.8251 -637.838 85.4047 -640.174 93.9855 -631.22C97.095 -627.975 161.95 -559.826 171.566 -549.979C186.038 -550.041 318.222 -550.11 323.653 -550.033C324.61 -550.139 325.408 -549.57 325.984 -548.856C326.417 -545.879 326.098 -542.85 326.144 -539.851C328.232 -538.864 330.487 -537.854 331.755 -535.804C334.921 -531.4 333.387 -524.468 328.513 -521.97C323.388 -518.987 315.985 -521.925 314.619 -527.771C313.054 -532.912 316.555 -538.257 321.482 -539.836L321.52 -545.341L321.315 -545.181C308.214 -545.437 182.371 -545.352 169.388 -545.326C164.97 -549.911 86.3996 -632.162 82.0281 -636.953C81.914 -667.324 81.2634 -697.711 82.0051 -728.071C82.0421 -729.593 82.538 -728.695 68.8016 -752.413C62.5212 -763.256 56.4175 -774.196 50.0777 -785Z" fill="white"/>
<path d="M64.6553 -785H70.0841C70.1642 -784.858 98.5165 -734.608 99.5435 -731.73C99.3311 -702.917 99.566 -674.102 99.4294 -645.289C99.2394 -643.967 99.8288 -642.789 100.751 -641.872C104.62 -638.024 168.887 -569.206 172.857 -564.83C182.223 -564.324 410.914 -564.653 420.11 -564.678C420.634 -563.798 421.317 -562.902 421.249 -561.809C421.249 -561.701 421.371 -383.457 421.264 -378.045C421.349 -378.003 670.763 -246.773 672.814 -244.841C672.632 -207.676 672.798 -170.502 672.73 -133.337C990.832 -133.263 972.422 -134.422 974.095 -131.879L1017.46 -79.4977C1029.95 -83.4733 1034.84 -69.6374 1028.17 -63.751C1024.34 -59.9094 1017.33 -60.4332 1014.12 -64.7913C1011.28 -68.109 1011.59 -72.9532 1013.77 -76.5295C999.332 -93.8787 985.013 -111.319 970.564 -128.653L671.249 -128.622C669.655 -128.365 667.727 -129.427 668.091 -131.257L668.06 -242.565C656.042 -248.841 561.466 -298.692 561.385 -298.735C408.026 -379.686 416.264 -374.342 416.572 -376.627C416.488 -396.27 416.542 -550.907 416.565 -559.92C416.487 -559.92 172.602 -559.884 171.339 -560.056C169.453 -561.263 94.7855 -641.43 94.723 -641.51C94.9051 -737.734 95.0847 -731.036 93.8271 -732.909C84.0317 -750.234 74.4731 -767.696 64.6553 -785Z" fill="white"/>
<path d="M83.7053 -785H88.5344C97.9267 -768.888 107.375 -752.808 116.414 -736.491C117.588 -734.373 117.294 -731.875 117.303 -729.544C117.406 -701.474 117.387 -673.404 117.227 -645.335C118.146 -644.372 170.292 -587.955 176.381 -581.261C460.769 -580.819 441.725 -582.247 444.703 -580.031C444.765 -543.495 444.742 -401.603 444.9 -387.384C446.856 -386.352 671.051 -267.805 689.479 -257.976C691.013 -257.377 690.855 -255.631 690.877 -254.271C691.414 -219.205 690.945 -184.123 690.793 -149.054L1002.61 -148.955C1003.87 -152.478 1006.75 -155.636 1010.62 -156.122C1016.23 -157.208 1022.08 -152.28 1021.65 -146.502C1021.82 -143.169 1019.7 -140.344 1017.17 -138.416C1013.96 -136.655 1009.81 -136.563 1006.77 -138.704C1004.68 -139.949 1003.64 -142.205 1002.65 -144.3L687.064 -144.384C685.657 -146.719 686.382 -138.33 686.176 -254.081L685.486 -254.719C675.216 -260.191 513.006 -345.92 442.159 -383.452C438.431 -384.986 440.655 -389.723 439.965 -392.791C440.115 -426.552 439.989 -565.137 440.064 -576.523C371.308 -576.543 205.718 -576.474 174.194 -576.562C168.886 -582.479 121.117 -634.211 115.67 -639.944C114.638 -641.417 112.703 -642.555 112.671 -644.507C111.111 -739.72 113.187 -733.033 111.555 -735.383C102.08 -751.791 92.7862 -768.297 83.2804 -784.681L83.7053 -785Z" fill="white"/>
<path d="M105.617 -785H111.016C119.375 -770.301 127.53 -755.473 135.851 -740.75C139.132 -736.65 137.933 -731.287 138.054 -726.469C138.694 -700.92 138.092 -675.356 138.015 -649.807C138.475 -649.289 184.009 -600.031 184.08 -599.954C184.778 -599.058 185.811 -598.655 186.942 -598.8C215.091 -598.887 384.216 -598.765 467.39 -598.884C468.733 -598.58 469.379 -597.252 469.197 -595.945C469.231 -503.683 469.152 -413.416 469.356 -398.644C500.66 -382.108 531.846 -365.365 563.102 -348.746C728.305 -260.908 717.25 -267.322 716.958 -264.969C716.966 -249.268 717.011 -233.559 716.927 -217.857C731.657 -205.193 746.493 -192.65 761.207 -179.971C768.899 -179.887 776.598 -180.153 784.289 -179.781C785.306 -181.983 786.46 -184.306 788.655 -185.566C792.094 -187.875 796.824 -187.381 800.058 -184.928C804.159 -181.398 804.591 -174.337 800.483 -170.662C797.188 -167.215 791.19 -167.033 787.659 -170.199C786.057 -171.467 785.192 -173.35 784.357 -175.141C757.866 -175.194 760.54 -174.32 756.948 -177.374C709.688 -217.546 711.913 -214.74 712.174 -217.835C712.197 -233.194 712.204 -248.562 712.174 -263.922C666.831 -288.171 467.189 -394.144 464.519 -396.253C464.344 -462.232 464.542 -528.219 464.526 -594.206L183.077 -594.198C176.663 -600.657 140.81 -640.067 133.316 -647.673C133.181 -740.5 133.536 -733.189 132.989 -736.028C123.916 -752.382 114.789 -768.706 105.617 -785Z" fill="white"/>
<path d="M120.074 -785H125.472C133.9 -769.883 142.249 -754.711 150.512 -739.506C152.334 -736.154 151.566 -741.642 151.742 -680.162C157.937 -680.162 164.133 -680.177 170.329 -680.147C172.989 -687.827 181.653 -690.281 187.518 -683.814C189.568 -680.99 190.016 -677.314 188.756 -674.065C186.501 -669.221 180.533 -666.996 175.651 -669.138C173.26 -670.626 171.422 -672.82 170.428 -675.447C163.2 -675.523 155.964 -675.424 148.736 -675.447C148.121 -676.017 147.506 -676.579 146.913 -677.163C147.035 -695.644 146.901 -714.124 147.005 -732.604C147.012 -734.009 146.951 -735.421 146.579 -736.772C137.749 -752.853 128.987 -768.972 120.074 -785Z" fill="white"/>
<path d="M134.105 -785H139.419C147.566 -769.04 155.668 -753.051 163.738 -737.045C164.012 -728.193 163.754 -719.317 163.868 -710.448C166.016 -710.448 168.173 -710.456 170.329 -710.464C174.686 -721.43 186.666 -718.794 188.969 -711.147C190.708 -706.47 187.891 -700.791 183.198 -699.189C180.738 -698.194 178.073 -698.68 175.621 -699.386C173.214 -700.897 171.392 -703.144 170.465 -705.832C167.117 -705.961 163.753 -705.657 160.42 -705.991C158.834 -707.009 159.156 -709.028 159.13 -710.623C159.002 -718.207 159.008 -725.795 159.198 -733.37C159.286 -736.88 156.868 -739.687 155.569 -742.778C148.363 -756.824 141.325 -770.961 134.105 -785Z" fill="white"/>
<path d="M151.203 -785H156.526C169.359 -760.163 180.054 -738.88 181.468 -736.635C190.685 -736.605 199.903 -736.643 209.128 -736.605C209.583 -735.306 210.04 -733.978 210.016 -732.581C209.721 -715.452 209.869 -689.436 210.267 -686.623C215.802 -685.249 218.646 -678.619 216.295 -673.48C214.159 -668.81 208.149 -666.442 203.533 -668.788C199.44 -670.603 197.36 -675.303 198.096 -679.623C199.106 -683.153 201.892 -685.788 205.332 -686.957C205.302 -701.961 205.347 -716.963 205.324 -731.966C196.896 -732.042 188.477 -732.047 180.056 -732.005C177.292 -731.991 176.912 -735.482 175.645 -737.304C167.489 -753.195 159.418 -769.139 151.203 -785Z" fill="white"/>
<path d="M190.464 -785H195.119V-752.078C207.047 -752.04 218.974 -752.132 230.903 -752.033C232.398 -752.215 233.545 -750.78 233.37 -749.352C233.423 -714.898 233.454 -680.435 233.4 -645.972C232.892 -645.6 232.39 -645.213 231.905 -644.818C226.909 -644.879 221.913 -644.894 216.917 -644.826C214.885 -638.217 207.273 -634.997 200.912 -640.202C197.798 -643.422 197.071 -648.632 199.56 -652.472C202.233 -656.594 208.124 -658.06 212.323 -655.524C214.714 -654.302 216.005 -651.849 217.113 -649.526C220.94 -649.579 224.767 -649.556 228.601 -649.549C228.556 -682.136 228.472 -714.731 228.692 -747.318C226.145 -747.527 195.274 -747.403 191.618 -747.394C190.041 -749.294 190.492 -747.688 190.464 -785Z" fill="white"/>
<path d="M212.005 -785H223.606C231.279 -778.408 226.173 -767.587 218.11 -767.78C209.846 -767.028 204.14 -778.199 212.005 -785Z" fill="white"/>
<path d="M241.995 -785H253.84C257.051 -782.441 258.669 -777.855 257.059 -773.96C256.019 -770.878 253.18 -768.987 250.355 -767.704C250.485 -757.318 250.355 -746.931 250.439 -736.544C281.928 -737.011 275.56 -735.594 279.291 -738.169C287.847 -745.526 296.534 -752.739 305.105 -760.089C305.067 -768.388 305.12 -776.694 305.082 -785H309.76C309.737 -775.904 309.798 -766.816 309.706 -757.72C278.961 -731.856 281.081 -733.056 278.637 -732.094C269.078 -731.813 259.504 -732.094 249.937 -731.958C248.57 -732.057 246.657 -731.639 245.966 -733.211C245.523 -735.161 245.766 -767.418 245.769 -767.727C237.319 -771.316 236.43 -779.119 241.995 -785Z" fill="white"/>
<path d="M272.335 -785H284.157C286.329 -783.094 288.006 -780.429 287.794 -777.43C288.234 -772.161 283.246 -767.31 278 -767.78C272.35 -767.636 267.711 -773.535 268.911 -779.01C269.26 -781.371 270.809 -783.261 272.335 -785Z" fill="white"/>
<path d="M318.133 -785H322.674C322.537 -773.474 322.939 -761.903 322.499 -750.401C319.444 -747.162 289.009 -719.362 286.108 -716.621C286.062 -694.322 286.138 -672.023 286.092 -649.731C292.926 -642.275 299.592 -634.675 306.425 -627.227C309.569 -628.48 313.145 -628.525 316.121 -626.771C318.657 -624.896 320.631 -622.003 320.457 -618.73C320.7 -615.595 318.938 -612.823 316.744 -610.759C314.876 -609.764 312.841 -608.853 310.67 -609.035C306.122 -609.012 302.067 -612.763 301.422 -617.212C300.921 -619.611 301.976 -621.92 302.911 -624.06C295.675 -632.032 288.34 -639.929 281.363 -648.121C281.447 -671.689 281.317 -695.256 281.454 -718.823C294.472 -730.774 310.107 -745.226 318.141 -752.565C318.118 -763.377 318.164 -774.188 318.133 -785Z" fill="white"/>
<path d="M335.946 -785H340.494L340.524 -750.818C340.691 -749.277 339.992 -747.91 338.983 -746.802C330.388 -736.264 321.999 -725.551 313.358 -715.05C313.351 -712.136 313.29 -661.233 313.35 -658.326C317.23 -656.936 320.661 -653.474 320.464 -649.101C320.852 -644.113 316.486 -639.413 311.505 -639.345C306.912 -638.897 302.563 -642.353 301.559 -646.823C300.558 -651.277 303.153 -656.033 307.329 -657.703C307.633 -657.863 308.248 -658.181 308.552 -658.348C308.749 -677.861 308.491 -697.382 308.696 -716.895C317.853 -727.965 326.706 -739.3 335.817 -750.423C336.121 -761.941 335.878 -773.474 335.946 -785Z" fill="white"/>
<path d="M351.966 -785H356.848C356.794 -773.133 356.962 -761.25 356.787 -749.391C355.336 -743.726 350.548 -732.394 344.897 -716.454C344.248 -713.706 344.467 -630.853 344.707 -628.35C352.923 -626.426 355.006 -613.489 344.669 -609.854C339.354 -608.51 333.85 -611.972 332.551 -617.234C331.663 -622.329 334.996 -627.203 339.833 -628.714C340.507 -722.655 338.46 -712.97 341.192 -720.273C344.564 -729.289 347.637 -738.421 351.244 -747.34C352.778 -751.133 351.973 -755.252 352.178 -759.207C352.027 -767.803 352.498 -776.428 351.966 -785Z" fill="white"/>
<path d="M360.409 -785H365.101C365.101 -774.12 365.195 -763.239 365.094 -752.359C365.078 -750.699 364.771 -750.869 371.547 -727.585C376.026 -706.313 374.253 -743.368 374.737 -628.661C376.921 -627.569 379.64 -626.74 381.593 -622.169C382.132 -619.337 382.064 -616.163 380.279 -613.764C378.996 -611.737 376.794 -610.674 374.691 -609.748C370.257 -608.936 365.352 -610.986 363.576 -615.283C361.138 -620.225 364.069 -626.452 369.141 -628.266L369.969 -628.706C370.166 -656.768 369.775 -684.84 370.083 -712.9C370.114 -715.747 369.161 -718.457 368.397 -721.161C361.492 -745.626 361.508 -746.062 360.402 -749.064L360.409 -785Z" fill="white"/>
<path d="M377.075 -785H381.759C381.734 -748.512 381.503 -750.787 382.618 -747.675C386.069 -738.038 389.17 -728.283 392.571 -718.626L392.594 -621.137C392.997 -621.099 393.809 -621.016 394.211 -620.97C423.823 -620.864 453.448 -621.031 483.06 -620.894C484.988 -621.001 485.633 -618.791 485.512 -617.235L485.656 -408.037C484.229 -406.951 482.726 -405.979 481.123 -405.197C480.373 -407.659 480.675 -393.755 480.675 -616.256C450.571 -616.264 420.466 -616.195 390.362 -616.279C388.593 -616.142 387.727 -617.988 387.895 -619.506C387.879 -651.653 388.703 -683.817 387.91 -715.954C387.856 -718.153 388.085 -717.329 381.957 -735.011C380.322 -739.731 378.852 -744.502 377.045 -749.149C377.083 -761.099 377.067 -773.049 377.075 -785Z" fill="white"/>
<path d="M390.293 -785H395.092C395.092 -775.631 395.348 -766.251 395.092 -756.885C395.041 -755.014 394.356 -756.626 405.783 -729.149C407.172 -724.981 409.655 -721.117 410.301 -716.728C410.384 -691.201 410.339 -665.668 410.339 -640.134C509.813 -640.134 502.032 -640.371 505.291 -639.686C506.25 -635.913 505.379 -647.397 506.043 -417.777C508.695 -416.112 585.78 -376.16 604.056 -366.482C604.04 -375.335 604.109 -384.18 604.025 -393.026C599.599 -393.83 595.506 -397.574 595.643 -402.296C595.308 -405.288 596.911 -407.96 598.893 -410.04C602.545 -412.956 608.309 -412.909 611.777 -409.631C614.781 -406.791 615.587 -402.084 613.797 -398.363C612.741 -396.168 610.661 -394.802 608.733 -393.474C608.877 -382.89 608.634 -372.305 608.87 -361.722C608.049 -361.038 607.229 -359.975 606.03 -360.226C604.265 -360.917 504.772 -412.82 501.086 -415.067L501.26 -635.32C496.738 -635.273 438.636 -635.267 407.249 -635.32C406.65 -635.776 406.057 -636.239 405.473 -636.695C405.61 -723.287 405.554 -716.765 405.002 -718.618C400.704 -728.769 396.593 -739.001 392.383 -749.193C389.375 -756.471 390.485 -750.437 390.293 -785Z" fill="white"/>
<path d="M409.032 -785H423.746C421.779 -783.429 419.616 -781.826 416.973 -781.834C413.929 -781.492 411.264 -783.14 409.032 -785Z" fill="white"/>
<path d="M440.314 -785H444.938V-725.687C448.488 -722.728 545.3 -650.833 547.468 -649.009C548.558 -648.092 548.289 -654.206 548.189 -563.236C554.202 -555.947 560.306 -548.742 566.395 -541.514C568.415 -542.091 570.518 -542.486 572.644 -542.25C576.736 -541.096 580.32 -537.421 580.138 -532.965C580.517 -527.961 576.182 -523.322 571.217 -523.186C566.35 -522.699 561.711 -526.594 561.103 -531.386C560.549 -533.868 561.703 -536.23 562.728 -538.409C559.047 -542.896 547.347 -556.806 544.491 -560.2C542.944 -562.039 543.636 -555.894 543.481 -646.004L543.033 -646.467C437.671 -725.615 439.74 -721.896 440.283 -724.981L440.314 -785Z" fill="white"/>
<path d="M456.349 -785H461.133L461.178 -739.581C469.842 -732.965 565.782 -659.619 567.724 -658.106C567.869 -631.357 567.671 -604.608 567.823 -577.867C569.502 -575.898 589.588 -556.036 605.232 -540.284C609.446 -542.691 614.821 -541.559 617.942 -537.923C619.999 -534.613 620.66 -530.194 618.329 -526.838C615.345 -521.811 607.563 -520.878 603.546 -525.152C600.259 -528.136 599.887 -533.147 601.876 -536.966C601.792 -537.05 569.819 -568.894 563.298 -575.78C562.861 -582.357 563.203 -632.747 563.002 -655.684C449.952 -742.252 457.545 -736.128 456.281 -738.116C456.372 -753.749 456.341 -769.375 456.349 -785Z" fill="white"/>
<path d="M472.901 -785H477.577C477.585 -779.192 477.547 -773.383 477.593 -767.575C487.744 -757.5 497.811 -747.341 507.97 -737.273C510.582 -738.472 513.662 -738.936 516.413 -737.911C518.507 -737.131 520.05 -735.428 521.455 -733.758C522.875 -730.22 522.844 -726.036 520.498 -722.893L520.217 -722.4C516.809 -719.165 511.19 -718.171 507.325 -721.17C503.339 -723.918 502.246 -729.613 504.599 -733.774C485.809 -753.067 474.039 -763.826 473.014 -766.065C472.734 -772.366 473.03 -778.691 472.901 -785Z" fill="white"/>
<path d="M484.586 -785H490.485C496.377 -779.26 502.094 -773.345 507.97 -767.59C510.18 -768.357 512.541 -769.154 514.91 -768.562C519.519 -767.712 523.026 -763.08 522.404 -758.388C522.35 -751.813 514.242 -747.47 508.593 -750.636C503.672 -752.974 502.002 -759.451 504.599 -764.112C486.625 -782.782 488.799 -779.086 484.586 -785Z" fill="white"/>
<path d="M504.205 -785H521.645C519.572 -782.077 516.398 -779.556 512.602 -779.883C509.019 -779.792 506.24 -782.335 504.205 -785Z" fill="white"/>
<path d="M549.631 -785H554.27L554.286 -760.696C553.89 -756.674 555.423 -760.081 544.704 -748.715C547.09 -742.537 546.01 -739.126 541.036 -735.147C534.546 -733.141 532.431 -734.548 528.342 -738.123C527.529 -739.991 526.663 -741.943 526.778 -744.023C526.747 -748.457 530.339 -752.45 534.651 -753.202C536.952 -753.832 539.214 -752.86 541.363 -752.124C544.074 -754.872 546.792 -757.629 549.578 -760.301C549.685 -768.532 549.616 -776.769 549.631 -785Z" fill="white"/>
<path d="M563.67 -785H568.279C568.263 -771.075 568.324 -757.15 568.279 -743.226C568.47 -741.504 568.352 -742.281 544.726 -718.436C545.167 -717.221 545.615 -716.006 546.024 -714.776C545.697 -702.226 533.197 -701.759 528.751 -707.685C526.542 -710.63 526.299 -714.602 527.726 -717.912C530.323 -722.734 536.617 -724.434 541.393 -721.846C542.621 -723.083 560.56 -741.047 563.677 -744.153C563.67 -757.766 563.7 -771.387 563.67 -785Z" fill="white"/>
<path d="M577.45 -785H582.219C582.211 -763.973 582.276 -594.644 582.196 -593.652C589.872 -585.975 597.563 -578.307 605.216 -570.608C607.616 -571.481 610.243 -572.43 612.794 -571.481C618.184 -570.16 621.404 -563.631 619.088 -558.559C617.122 -553.229 609.977 -551.02 605.247 -554.049C600.707 -556.592 599.416 -562.819 601.929 -567.237C594.268 -574.875 586.638 -582.544 578.969 -590.167C576.573 -592.016 577.697 -587.363 577.496 -693.995C577.438 -724.328 577.656 -754.668 577.45 -785Z" fill="white"/>
<path d="M591.854 -785H596.637C596.723 -600.013 596.579 -614.043 596.842 -606.939C599.462 -604.828 601.983 -602.588 604.571 -600.432C607.085 -601.624 609.947 -602.71 612.733 -601.73C618.534 -600.402 621.761 -593.006 618.633 -587.882C615.983 -582.552 608.125 -581.215 603.842 -585.346C600.532 -588.102 599.955 -592.885 601.458 -596.75C598.71 -599.339 595.642 -601.564 592.924 -604.175C591.451 -605.398 592.089 -607.531 591.922 -609.171C591.923 -616.928 592.082 -773.677 591.854 -785Z" fill="white"/>
<path d="M607.654 -785H612.27C612.33 -759.368 612.247 -733.727 612.376 -708.095C614.403 -707.168 616.537 -706.128 617.781 -704.169C622.364 -697.965 617.697 -687.53 607.296 -689.319C598.211 -692.442 597.586 -704.692 607.645 -708.209L607.654 -785Z" fill="white"/>
<path d="M634.372 -785H639.163C639.164 -784.907 639.317 -535.679 639.057 -531.005C636.9 -528.675 613.813 -509.097 607.426 -503.384L607.418 -442.484C617.938 -438.078 615.694 -427.88 610.167 -424.71C607.95 -423.221 605.179 -423.206 602.628 -423.48C600.38 -424.543 598.019 -425.788 596.88 -428.111C595.384 -430.472 595.544 -433.365 595.923 -436.007C597.214 -439.006 599.704 -441.322 602.81 -442.369C602.856 -463.447 602.856 -484.523 602.825 -505.593C610.548 -512.669 630.874 -529.867 634.509 -533.063C634.448 -572.549 634.56 -763.553 634.372 -785Z" fill="white"/>
<path d="M649.185 -785H653.703L653.741 -398.773C667.78 -389.312 827.419 -285.517 829.76 -283.594C830.678 -283.001 830.443 -281.817 830.541 -280.883C830.541 -280.791 830.564 -189.94 830.466 -179.431C887.858 -179.226 945.25 -179.431 1002.64 -179.332C1007.09 -191.206 1022.26 -186.803 1021.65 -176.834C1022.08 -167.536 1007.57 -162.068 1002.53 -174.708C990.889 -174.686 838.629 -174.588 827.208 -174.769C826.722 -175.133 826.244 -175.498 825.781 -175.855C825.789 -210.788 825.887 -245.722 825.72 -280.64C820.287 -284.596 655.247 -391.639 649.162 -396.145L649.185 -785Z" fill="white"/>
<path d="M664.735 -785H669.525L669.624 -404.035C674.347 -400.355 846.189 -289.421 846.266 -289.371C849.105 -288.567 852.11 -288.995 855.035 -288.954C866.332 -288.795 877.646 -288.711 888.936 -289.136C890.341 -294.679 897.098 -298.057 902.276 -295.362C907.219 -293.243 909.079 -286.942 906.854 -282.212C905.055 -279.281 901.942 -277.003 898.389 -277.155C893.871 -276.821 890.06 -280.329 888.739 -284.429C874.465 -284.459 860.183 -284.353 845.917 -284.474C843.38 -285.134 740.473 -352.462 670.043 -397.968C668.243 -399.494 664.827 -400.246 664.849 -403.055C664.99 -421.405 664.897 -773.092 664.735 -785Z" fill="white"/>
<path d="M696.259 -785H701.02C701.05 -768.615 701.101 -752.239 701.088 -735.853C701.027 -660.509 702.371 -666.975 699.174 -663.109C693.264 -655.96 687.399 -648.782 681.522 -641.607C681.249 -621.676 681.484 -601.73 681.416 -581.793C871.727 -402.406 856.232 -417.095 858.998 -414.71C882.505 -414.468 906.035 -414.741 929.549 -414.581C931.113 -414.71 932.168 -413.442 932.396 -412.007C932.207 -402.027 932.082 -213.381 932.389 -209.497C955.713 -209.604 979.045 -209.718 1002.36 -209.459C1003.91 -211.745 1005.03 -214.577 1007.78 -215.723C1013.45 -218.935 1021.47 -214.539 1021.63 -207.971C1022.32 -202.671 1017.63 -197.44 1012.27 -197.66C1007.82 -197.334 1004.05 -200.682 1002.72 -204.721L931.015 -204.736C929.618 -204.562 928.563 -205.488 927.447 -206.126C927.534 -226.362 927.523 -409.648 927.523 -409.774C905.132 -409.72 882.741 -409.603 860.351 -409.736C858.825 -409.745 857.11 -409.538 855.993 -410.776C665.766 -589.854 677.479 -578.652 676.801 -580.068C676.307 -582.55 676.636 -585.093 676.656 -587.599C677.127 -645.927 676.52 -642.562 677.507 -644.278C683.3 -651.195 688.958 -658.228 694.719 -665.173C695.573 -666.202 696.481 -667.352 696.26 -668.794C696.24 -677.336 696.266 -773.08 696.259 -785Z" fill="white"/>
<path d="M712.196 -785H716.971C716.971 -758.343 717.062 -677.113 716.896 -662.615C715.552 -658.796 712.325 -655.919 710.244 -652.472C705.75 -646.413 701.422 -640.233 696.927 -634.174C694.722 -630.801 695.495 -637.006 695.416 -593.592L696.061 -593.652C713.403 -593.538 730.744 -593.675 748.078 -593.576C750.06 -593.713 750.614 -591.451 750.478 -589.887C750.432 -576.774 750.508 -563.654 750.447 -550.534C787.826 -513.217 825.075 -475.77 862.536 -438.529C889.923 -438.65 917.31 -438.387 944.688 -438.597C945.873 -438.606 947.05 -438.301 948.211 -437.99C948.319 -434.933 948.252 -242.275 948.25 -239.504L1042 -239.497C1043.45 -242.891 1046.21 -246.164 1050.12 -246.536C1054.47 -247.34 1058.96 -244.64 1060.54 -240.522C1062.11 -236.461 1060.5 -231.715 1057.06 -229.202C1050.64 -225.31 1044.3 -228.581 1042.27 -234.622C1009.76 -235.101 977.216 -234.638 944.697 -234.858C943.976 -235.868 943.444 -237.03 943.589 -238.29L943.604 -433.882C939.025 -433.849 875.627 -433.867 861.862 -433.875C860.321 -433.723 859.296 -435.037 858.286 -435.948C820.771 -473.63 783.013 -511.069 745.589 -548.827C745.65 -562.197 745.596 -575.567 745.619 -588.931C728.445 -588.877 711.278 -588.938 694.112 -588.9C692.578 -588.741 690.407 -589.47 690.794 -591.383C690.816 -605.536 690.627 -619.703 690.862 -633.848C697.802 -643.437 704.674 -653.072 711.711 -662.593C712.334 -664.379 712.244 -657.066 712.196 -785Z" fill="white"/>
<path d="M725.02 -785H729.674C729.588 -755.588 729.886 -669.388 729.834 -651.181C725.491 -646.974 721.33 -642.578 716.979 -638.387C716.949 -633.581 716.994 -628.767 716.934 -623.954C719.386 -622.868 721.937 -621.463 723.122 -618.905C724.747 -615.974 724.39 -612.413 722.992 -609.467C717.68 -602.697 710.268 -603.932 706.41 -609.315C704.633 -612.542 704.497 -616.733 706.676 -619.808C707.905 -621.812 710.039 -622.913 712.135 -623.824C712.859 -646.072 708.318 -635.301 724.511 -652.615L724.944 -653.193L725.02 -785Z" fill="white"/>
<path d="M742.467 -785H747.16C747.16 -784.917 747.175 -626.072 747.646 -623.741C751.587 -622.291 754.798 -618.51 754.472 -614.144C754.532 -608.336 748.359 -603.591 742.772 -605.086C738.444 -605.975 735.414 -610.052 735.179 -614.357C735.278 -618.821 738.444 -622.579 742.605 -623.954C742.445 -675.672 742.766 -767.868 742.467 -785Z" fill="white"/>
<path d="M758.108 -785H762.77C762.797 -767.834 762.914 -571.743 762.755 -561.694L867.327 -457.122C868.649 -455.619 870.803 -456.282 872.559 -456.249C902.492 -455.685 932.457 -456.302 962.402 -456.4C962.85 -455.899 963.321 -455.398 963.814 -454.905C963.73 -426.395 963.769 -397.877 963.73 -369.367L1022.16 -369.382C1023.44 -369.534 1024.63 -369.04 1025.61 -368.213V-276.555C1030.56 -276.555 1037.15 -276.59 1043.53 -276.547C1048.34 -288.87 1063.23 -283.715 1062.63 -274.042C1062.87 -264.348 1047.96 -259.945 1043.7 -271.749C1036.44 -272.06 1029.18 -271.87 1021.93 -271.855C1020.44 -273.881 1020.92 -267.772 1020.92 -364.667C1000.72 -364.598 980.517 -364.796 960.321 -364.576C959.494 -365.616 958.742 -366.8 958.954 -368.174C959.015 -395.978 958.932 -423.782 958.954 -451.586C948.736 -451.46 867.883 -451.792 865.952 -451.814C752.129 -565.491 757.917 -559.193 758.123 -560.935C758.071 -578.783 758.068 -767.168 758.108 -785Z" fill="white"/>
<path d="M779.686 -785H784.34C784.34 -784.924 784.169 -571.397 784.736 -569.28C796.445 -557.713 835.839 -518.132 843.586 -510.559C843.548 -516.618 843.601 -522.684 843.548 -528.75C839.607 -530.193 836.206 -533.814 836.472 -538.241C836.115 -544.618 843.168 -549.38 849.075 -547.428C851.202 -546.509 852.955 -544.968 854.436 -543.207C855.894 -540.033 856.175 -536.077 854.162 -533.078C852.85 -530.833 850.572 -529.809 848.498 -528.667C848.301 -520.732 848.528 -512.791 848.392 -504.848C848.643 -502.661 845.598 -501.333 844.269 -503.14C822.661 -524.59 801.257 -546.251 779.634 -567.685L779.686 -785Z" fill="white"/>
<path d="M816.51 -785H821.126C821.135 -781.998 821.141 -682.205 821.141 -682.128L821.688 -681.817C825.432 -680.359 828.545 -676.836 828.301 -672.63C828.62 -668.34 825.34 -665.037 821.84 -663.169C819.213 -662.987 816.366 -662.714 814.027 -664.187C809.343 -666.647 807.665 -673.245 810.573 -677.663C811.886 -679.926 814.301 -681.118 816.541 -682.287C816.468 -705.906 816.544 -764.004 816.51 -785Z" fill="white"/>
<path d="M839.63 -785H844.306L844.352 -599.126C845.583 -597.906 880.117 -563.399 883.985 -559.492C884.957 -558.68 885.032 -557.382 885.261 -556.227C884.978 -551.756 885.165 -479.57 885.025 -475.807C912.913 -475.815 940.801 -475.868 968.695 -475.8C970.049 -474.427 1019.98 -424.464 1020.06 -424.383C1020.13 -417.337 1020.04 -410.292 1020.1 -403.253C1023.74 -401.94 1027.06 -398.872 1027.26 -394.788C1028.12 -389.245 1023.1 -383.847 1017.53 -384.219C1008.22 -384.045 1004.04 -397.147 1013.46 -402.403C1014.08 -402.661 1014.71 -402.905 1015.37 -403.14C1015.45 -409.495 1015.31 -415.857 1015.44 -422.212C1011.99 -425.805 967.303 -470.492 966.456 -471.275C960.729 -471.312 887.218 -471.516 881.601 -471.23L880.645 -472.073C880.584 -472.233 880.463 -472.544 880.409 -472.703C880.542 -487.15 880.439 -544.649 880.448 -556.328C880.37 -556.404 841.474 -594.876 839.751 -597.502C839.434 -612.167 839.63 -784.905 839.63 -785Z" fill="white"/>
<path d="M855.59 -785H860.251C860.262 -783.08 860.305 -636.817 860.229 -607.205C874.305 -593.06 888.427 -578.953 902.572 -564.868C918.844 -564.314 935.175 -564.762 951.468 -564.648C952.053 -564.253 952.638 -563.836 953.23 -563.403C953.344 -544.399 952.784 -525.39 953.237 -506.398C953.273 -504.878 953.04 -503.179 951.635 -502.313C940.565 -502.267 929.495 -502.351 918.425 -502.313C916.983 -498.365 913.399 -494.978 908.995 -495.146C903.483 -494.88 898.631 -500.195 899.368 -505.647C899.641 -509.701 902.792 -512.859 906.467 -514.226C912.121 -514.19 915.28 -513.917 918.373 -507.074C928.342 -506.968 938.318 -507.044 948.302 -507.036C948.257 -524.688 948.386 -542.349 948.151 -559.994C942.764 -559.813 901.031 -559.88 900.925 -559.88C897.674 -563.073 858.257 -602.32 855.825 -605.125C855.334 -609.861 855.588 -784.651 855.59 -785Z" fill="white"/>
<path d="M889.733 -785H894.608C894.616 -759.679 894.722 -734.35 894.593 -709.029C897.28 -706.272 899.998 -703.547 902.732 -700.829C912.929 -705.701 921.398 -694.723 915.313 -686.327C914.25 -685.446 913.172 -684.596 912.139 -683.692C903.873 -680.44 894.951 -687.232 899.277 -697.556C890.824 -706.009 889.771 -706.494 889.885 -708.284C889.711 -733.856 890.09 -759.436 889.733 -785Z" fill="white"/>
<path d="M920.893 -785H925.783C925.723 -784.043 925.688 -585.584 925.692 -585.474C1005.21 -585.474 999.949 -585.586 1001.59 -585.277C1004.21 -584.394 1003.95 -585.03 1003.02 -518.508C1002.93 -512.636 1004.26 -520.842 1003.11 -481.229C1003.07 -480.058 1004.28 -479.376 1004.94 -478.533C1008.22 -475.413 1011.52 -471.738 1014.76 -468.906C1051.91 -430.997 1053.2 -431.241 1053.94 -428.863C1053.88 -385.205 1053.84 -341.495 1053.95 -297.815C1063.6 -297.791 1073.25 -297.86 1082.9 -297.791C1084.33 -298.049 1085.8 -296.835 1085.63 -295.339C1085.74 -291.467 1085.58 -287.587 1085.65 -283.707C1087.96 -282.621 1090.45 -281.407 1091.64 -278.984C1094.24 -274.566 1092.58 -268.279 1088.02 -265.857C1083.53 -263.085 1077.08 -265.097 1074.8 -269.782C1073.31 -272.31 1073.89 -275.317 1074.23 -278.058C1075.81 -280.64 1078.15 -282.621 1080.98 -283.707C1080.96 -286.851 1080.95 -289.994 1080.95 -293.13C1071.2 -293.153 1061.46 -293.054 1051.71 -293.168C1050.16 -293.069 1048.88 -294.497 1049.19 -296.031L1049.17 -425.917C1049.38 -428.369 1046.73 -429.546 1045.41 -431.201C1022.72 -454.101 1002.25 -474.02 998.551 -478.389C998.157 -486.205 998.338 -580.519 998.338 -580.608L924.121 -580.616C922.223 -580.289 920.507 -581.793 920.909 -583.759L920.893 -785Z" fill="white"/>
<path d="M930.414 -785H935.304C935.347 -769.899 935.337 -614.513 935.282 -600.151C960.929 -599.885 986.599 -600.019 1012.25 -599.984C1014.4 -599.981 1014.68 -597.578 1014.65 -595.93C1014.27 -578.889 1014.86 -502.019 1014.38 -491.182C1014.53 -489.231 1013.78 -486.786 1015.53 -485.351C1018.71 -482.205 1063.39 -437.445 1066.61 -434.329L1066.62 -309.796C1082.72 -309.91 1098.83 -309.834 1114.94 -309.834C1116.19 -307.433 1115.95 -308.928 1115.85 -283.7C1116.3 -283.487 1117.21 -283.058 1117.66 -282.85C1122.03 -280.831 1124.4 -275.348 1122.55 -270.853C1120.73 -265.523 1113.69 -262.828 1108.86 -265.872C1103.78 -268.538 1102.34 -275.956 1106.15 -280.283C1107.41 -281.931 1109.36 -282.774 1111.17 -283.67C1111.17 -290.776 1111.18 -297.89 1111.17 -304.997L1065.35 -304.982C1063.75 -304.845 1061.64 -305.581 1061.96 -307.525C1061.84 -349.018 1062.06 -390.527 1061.83 -432.021C1060.29 -434.284 1015.62 -478.311 1010.69 -483.506C1009.5 -484.44 1009.78 -486.049 1009.71 -487.37C1009.74 -493.103 1009.71 -582.282 1009.79 -595.314C1000.76 -595.314 992.438 -595.485 983.397 -595.132C979.523 -595.476 941.578 -595.249 931.988 -595.39C931.433 -595.808 930.917 -596.24 930.431 -596.696C930.523 -607.616 930.626 -757.395 930.414 -785Z" fill="white"/>
<path d="M941.826 -785H946.7C946.701 -784.887 946.716 -614.212 946.716 -614.099C972.614 -614.03 998.52 -614.159 1024.41 -614.053C1025.99 -614.175 1026.86 -612.573 1026.73 -611.168C1026.91 -573.653 1026.59 -536.131 1026.84 -498.616C1028.47 -497.035 1075.64 -450.057 1079.83 -445.46C1080.32 -442.671 1079.83 -403.323 1080.06 -324.518C1080.16 -324.518 1149 -324.518 1164.02 -324.564C1168.14 -336.409 1183.25 -332.346 1183 -322.59C1183.45 -317.283 1178.49 -312.294 1173.17 -312.803C1168.84 -312.613 1165.3 -315.984 1164.05 -319.917C1135.23 -320.084 1106.4 -319.894 1077.58 -320.008C1075.74 -319.842 1075.16 -321.838 1075.34 -323.304C1075.36 -363.347 1075.42 -403.39 1075.12 -443.434C1070.51 -448.621 1028.22 -490.155 1021.93 -497.083C1022.06 -534.529 1021.9 -571.976 1021.96 -609.423C996.447 -609.354 970.929 -609.415 945.418 -609.384C943.998 -609.164 942.882 -609.999 941.933 -610.903C941.965 -622.824 942.126 -773.058 941.826 -785Z" fill="white"/>
<path d="M958.925 -785H963.609C963.852 -772.586 963.792 -636.666 963.784 -629.641C988.3 -629.725 1012.82 -629.649 1037.33 -629.679C1039.35 -630.074 1040.74 -628.259 1040.42 -626.361L1040.44 -511.691C1041.48 -510.338 1092.3 -459.964 1096.21 -455.574C1096.07 -414.376 1096.66 -364.214 1096.69 -354.882C1119.14 -355.011 1141.61 -354.7 1164.05 -355.033C1164.2 -355.314 1164.49 -355.884 1164.63 -356.165C1166.78 -362.208 1175.31 -364 1179.89 -359.672C1185.07 -355.382 1183.54 -345.915 1177.14 -343.645C1171.84 -341.268 1165.57 -344.783 1164.01 -350.167C1140.78 -350.281 1117.56 -350.144 1094.33 -350.235C1092.77 -350.045 1091.76 -351.541 1091.88 -352.946C1091.85 -356.234 1091.37 -453.415 1091.37 -453.813C1091.29 -453.886 1038.1 -506.509 1035.69 -509.975C1035.57 -548.28 1035.64 -586.592 1035.63 -624.897C1010.59 -625.109 985.553 -624.988 960.52 -624.957C959.958 -625.345 959.419 -625.747 958.91 -626.157C958.932 -679.099 959.031 -732.049 958.925 -785Z" fill="white"/>
<path d="M1017.3 -785H1022C1022 -768.038 1022.03 -751.076 1021.99 -734.122C1022.33 -732.031 1022.58 -732.258 989.044 -713.296C985.779 -711.449 982.537 -709.568 979.348 -707.609C979.295 -691.452 979.363 -675.295 979.325 -659.138C983.941 -659.153 988.565 -659.131 993.197 -659.146C994.7 -665.463 1002.88 -668.66 1008.12 -664.719C1013.57 -661.234 1013.48 -652.252 1007.96 -648.873C1002.98 -645.199 995.414 -648.038 993.5 -653.771L993.098 -654.522C987.282 -654.704 981.459 -654.636 975.643 -654.507C974.276 -656.617 974.61 -659.176 974.496 -661.56C974.777 -677.361 974.466 -693.176 974.656 -708.984C974.497 -711.247 974.102 -709.924 1017.27 -735.337L1017.3 -785Z" fill="white"/>
<path d="M1034.87 -785H1039.48C1039.48 -784.924 1039.59 -735.095 1039.74 -731.837C1028.21 -723.478 1016.06 -716.007 1004.46 -707.746C1004.47 -705.878 1004.48 -704.018 1004.48 -702.157L1004.81 -701.724C1017.17 -696.158 1011.23 -682.573 1002.44 -682.735C996.894 -682.371 991.937 -687.708 992.643 -693.206C992.87 -697.267 996.037 -700.456 999.757 -701.701C999.79 -708.583 999.2 -710.551 1001.4 -711.564C1012.54 -719.111 1023.76 -726.544 1034.86 -734.16C1034.72 -751.107 1034.8 -768.053 1034.87 -785Z" fill="white"/>
<path d="M1050.75 -785H1055.56C1054.99 -774.628 1056.23 -743.998 1055.28 -731.883C1052.97 -728.511 1049.9 -725.743 1047.14 -722.749C1043.63 -718.93 1040.16 -715.08 1036.55 -711.367C1033.75 -709.12 1034.99 -705.164 1034.92 -702.074C1035.86 -701.133 1037.15 -700.677 1038.3 -699.994C1046.28 -693.245 1040.42 -681.903 1031.87 -682.751C1026.66 -682.865 1022.25 -687.937 1022.95 -693.138C1023.04 -697.344 1026.42 -700.51 1030.18 -701.816L1030.19 -711.413C1036.96 -718.891 1043.92 -726.218 1050.75 -733.637C1050.79 -750.758 1050.83 -767.878 1050.75 -785Z" fill="white"/>
<path d="M1066.4 -785H1071.37C1071.39 -770.323 1071.49 -755.655 1071.52 -740.971C1071.54 -731.745 1073.29 -735.693 1066.15 -716.728C1064.35 -711.925 1065.17 -706.751 1065.12 -701.77C1067.22 -700.813 1069.35 -699.66 1070.68 -697.67C1072.58 -694.812 1072.64 -691.14 1071.45 -688.004C1063.8 -676.318 1049.76 -686.256 1053.67 -695.552C1054.57 -698.741 1057.57 -700.365 1060.22 -701.899C1060.67 -706.401 1060.09 -710.949 1060.52 -715.466C1062.13 -718.906 1063.13 -722.57 1064.35 -726.164C1067.76 -736.187 1067.74 -725.216 1066.71 -771.378C1066.61 -775.915 1067.13 -780.513 1066.4 -785Z" fill="white"/>
<path d="M1079.97 -785H1084.86C1084.87 -774.887 1084.95 -602.414 1084.78 -586.925C1082.06 -580.168 1080.03 -573.16 1077.76 -566.235C1076.8 -563.297 1075.37 -560.427 1075.38 -557.268C1075.4 -547.102 1075.58 -536.92 1075.2 -526.761C1078.29 -525.501 1080.97 -523.299 1082.22 -520.133C1084.69 -509.886 1073.58 -504.085 1066.6 -509.747C1062.32 -514.341 1062.16 -519.235 1066.5 -524.597C1067.84 -525.266 1069.21 -525.904 1070.57 -526.564C1070.68 -537.565 1070.38 -548.583 1070.68 -559.577C1072.68 -566.904 1075.47 -574.017 1077.69 -581.292C1081.37 -593.396 1080.56 -566.775 1080.14 -728.087C1080.09 -747.053 1080.37 -766.041 1079.97 -785Z" fill="white"/>
<path d="M1091.82 -785H1096.68C1096.88 -577.958 1096.44 -590.086 1097.16 -587.023C1099.79 -579.195 1102.25 -571.307 1104.97 -563.509C1107.05 -558.506 1105.79 -552.986 1106.27 -547.74C1106.01 -540.709 1106.27 -533.67 1106.11 -526.64C1107.37 -525.79 1108.64 -524.977 1109.88 -524.081C1113.7 -520.535 1113.64 -514.046 1109.97 -510.361C1106.42 -506.797 1100.19 -506.709 1096.55 -510.179C1092.79 -513.753 1092.58 -520.414 1096.38 -523.96C1097.74 -525.394 1099.65 -526.047 1101.44 -526.792C1101.32 -558.022 1101.64 -556.714 1101.06 -559.918C1098.7 -567.283 1096.18 -574.591 1093.8 -581.952C1090.55 -591.986 1092.08 -565.748 1091.82 -785Z" fill="white"/>
<path d="M1124.44 -785H1129.23C1129.36 -543.519 1128.83 -558.011 1129.94 -555.727C1129.99 -555.651 1155.02 -520.958 1158.37 -516.435C1158.44 -489.625 1158.16 -462.794 1158.37 -435.991C1163.61 -428.93 1169.47 -422.31 1174.87 -415.37C1176.01 -414.079 1175.86 -412.288 1175.87 -410.685C1175.9 -404.55 1175.88 -398.423 1175.81 -392.296C1179.54 -390.891 1183 -387.649 1182.97 -383.398C1183.64 -377.947 1178.62 -372.852 1173.2 -373.208C1163.81 -373.08 1158.96 -387.532 1171.15 -392.319C1171.16 -398.978 1171.08 -405.644 1171.19 -412.31C1165.88 -418.962 1160.49 -425.544 1155.1 -432.135C1152.54 -434.853 1154.04 -438.884 1153.56 -442.21C1153.65 -449.557 1153.73 -509.168 1153.5 -514.636C1147.83 -523.382 1129.09 -548.157 1124.48 -555.56L1124.44 -785Z" fill="white"/>
<path d="M1147.49 -785H1152.02C1152.74 -532.897 1149.66 -568.025 1155.5 -557.215C1156.17 -556.166 1178.24 -520.982 1180.58 -516.648C1180.51 -491.084 1180.51 -465.519 1180.52 -439.955L1181.12 -439.128C1186.39 -433.554 1191.72 -428.019 1197.18 -422.622C1202.18 -425.53 1209.15 -422.948 1210.99 -417.459C1213.24 -411.916 1208.89 -404.916 1202.87 -404.749C1195.75 -403.819 1189.58 -411.513 1193.69 -419.243C1176.2 -437.225 1175.73 -436.999 1175.96 -438.725C1175.87 -481.664 1175.97 -512.584 1175.71 -515.737C1173.99 -518.59 1149.79 -557.396 1147.67 -560.616C1147.29 -583.56 1147.6 -614.298 1147.49 -785Z" fill="white"/>
<path d="M1171.03 -785H1175.9L1175.92 -567.86C1176.05 -567.207 1176.3 -565.901 1176.42 -565.248C1176.47 -565.172 1202.37 -523.501 1204.23 -520.801C1204.92 -511.09 1203.69 -501.342 1204.44 -491.623C1204.03 -479.08 1204.29 -466.514 1204.26 -453.956C1215.11 -450.127 1212.72 -437.465 1204.65 -435.256C1198.72 -433.198 1191.73 -438.597 1192.43 -444.891C1192.3 -449.166 1195.73 -452.567 1199.53 -453.941C1199.41 -519.918 1199.6 -516.869 1199.26 -519.556C1197.82 -521.993 1196.23 -524.339 1194.74 -526.747C1171.91 -563.824 1171.49 -562.709 1171.09 -566.228C1171.13 -596.827 1171.21 -766.709 1171.03 -785Z" fill="white"/>
<path d="M1194.74 -785H1199.53C1199.53 -784.924 1199.57 -620.644 1199.61 -575.05C1199.61 -573.798 1199.34 -572.393 1200.23 -571.33C1200.28 -571.254 1231.21 -527.302 1233.36 -524.75C1233.47 -480.773 1233.33 -436.79 1233.37 -392.806C1237.13 -391.553 1240.35 -388.319 1240.54 -384.196C1241.22 -378.767 1236.37 -373.551 1230.93 -373.786C1220.94 -373.517 1216.87 -388.424 1228.51 -392.783C1228.53 -419.1 1228.28 -512.11 1228.51 -521.576C1228.56 -523.909 1226.59 -525.501 1225.48 -527.339C1197.76 -566.489 1197.99 -565.917 1195.01 -570.684C1194.57 -575.978 1194.92 -715.15 1194.74 -785Z" fill="white"/>
<path d="M1234.93 -785H1239.83C1239.83 -784.87 1239.84 -709.165 1239.84 -709.089C1250.64 -704.875 1248.46 -692.503 1240.08 -690.29C1237.96 -689.531 1235.72 -690.085 1233.66 -690.67C1226.69 -694.022 1225.23 -704.426 1234.28 -708.664L1235.01 -709.089C1235.01 -734.388 1235.25 -759.709 1234.93 -785Z" fill="white"/>
<path d="M1254.24 -785H1258.76C1258.79 -778.096 1258.88 -651.784 1258.64 -631.903C1250.42 -625.115 1231.75 -612.3 1225.87 -607.614C1226.51 -604.206 1226.58 -600.227 1223.9 -597.63C1221.31 -594.464 1216.94 -594.168 1213.2 -594.852C1210.96 -596.446 1208.48 -598.139 1207.71 -600.941C1205.01 -608.46 1212.99 -617.867 1223.15 -611.578C1230.2 -616.929 1251.98 -632.441 1254.12 -634.257L1254.24 -785Z" fill="white"/>
<path d="M1270.59 -785H1275.45L1275.54 -738.982C1275.78 -624.808 1276.37 -628.327 1274.68 -626.642C1272.85 -624.817 1274.46 -626.403 1255.59 -608.769C1260.46 -596.198 1245.76 -590.238 1239.69 -597.874C1236.3 -601.647 1236.77 -608.048 1240.69 -611.267C1243.81 -614.228 1248.66 -614.152 1252.32 -612.247C1258.47 -617.949 1264.6 -623.689 1270.77 -629.384C1270.7 -655.933 1270.9 -779.583 1270.59 -785Z" fill="white"/>
<path d="M1286.1 -785H1290.78C1290.87 -758.533 1290.88 -653.553 1290.74 -623.195C1288.68 -619.087 1286.22 -615.208 1284.05 -611.16C1285.26 -609.323 1286.72 -607.44 1286.83 -605.147C1287.39 -600.857 1284.65 -596.427 1280.61 -595.019C1278.53 -594.297 1276.29 -594.639 1274.15 -594.639C1272.32 -595.976 1270.16 -597.061 1269.04 -599.134C1266.35 -603.295 1267.77 -609.361 1271.93 -612.003C1274.21 -613.75 1277.2 -613.62 1279.94 -613.575C1281.81 -616.908 1283.67 -620.241 1285.59 -623.544C1286.3 -625.621 1286.15 -614.172 1286.1 -785Z" fill="white"/>
<path d="M1299.33 -785H1303.94L1304.01 -603.188C1290.65 -585.756 1277.58 -568.103 1264.21 -550.671C1263.44 -548.956 1263.56 -558.43 1263.66 -392.745C1264.22 -392.518 1265.35 -392.047 1265.91 -391.811C1271.53 -388.896 1272.58 -380.285 1267.67 -376.216C1263.23 -371.957 1255.09 -373.574 1252.61 -379.2C1249.89 -384.439 1253.19 -391.257 1258.83 -392.73C1258.98 -445.582 1258.75 -498.442 1258.88 -551.293C1307.57 -617.461 1298.33 -599.432 1299.17 -611.86C1298.82 -722.975 1299.38 -758.533 1299.33 -785Z" fill="white"/>
<path d="M1345 -785H1349.64L1349.59 -539.039C1343.53 -532.919 1337.43 -526.837 1331.33 -520.771C1336.38 -509.221 1323.86 -502.246 1317.01 -508.152C1308.6 -514.375 1315.45 -529.451 1328.01 -524.066C1333.64 -529.791 1339.38 -535.402 1345 -541.142C1344.95 -559.477 1344.98 -776.836 1345 -785Z" fill="white"/>
<path d="M1358.65 -785H1363.07C1363.38 -695.309 1363.07 -605.602 1363.21 -515.912C1352.95 -506.914 1342.03 -498.661 1331.58 -489.884C1335.59 -479.497 1325.48 -473.214 1318.49 -476.923C1314.07 -479.272 1312.24 -484.918 1314.12 -489.458C1317.57 -495.237 1322.8 -496.229 1328.33 -493.483C1334.22 -498.195 1357.5 -517.104 1358.54 -517.999C1358.71 -548.519 1358.6 -699.456 1358.65 -785Z" fill="white"/>
<path d="M1374.72 -785H1379.47C1379.49 -737.14 1379.03 -742.44 1377.57 -381.105C1376.73 -371.985 1382.6 -381.297 1350.64 -352.542C1354.89 -341.914 1342.41 -334.487 1335.23 -341.426C1331.53 -345 1331.34 -351.532 1335.15 -355.123C1338.31 -358.471 1343.69 -358.684 1347.49 -356.292C1355.99 -363.452 1364.38 -370.741 1372.81 -377.976C1372.63 -383.991 1374.91 -759.701 1374.72 -785Z" fill="white"/>
<path d="M1387.59 -785H1392.35C1392.45 -309.304 1392.21 -332.019 1392.57 -326.09C1397.97 -324.89 1401.18 -318.33 1398.88 -313.311C1396.95 -308.14 1390.12 -305.666 1385.38 -308.528C1380.03 -311.2 1378.9 -318.948 1382.84 -323.371C1384.13 -324.819 1385.95 -325.558 1387.66 -326.385C1387.67 -341.933 1387.68 -764.631 1387.59 -785Z" fill="white"/>
<path d="M1401.97 -785H1406.8C1407.11 -710.352 1405.49 -347.683 1406.46 -343.568C1410.12 -337.775 1413.67 -331.913 1417.36 -326.127C1420.95 -327.001 1425.06 -326.173 1427.48 -323.219C1431.57 -318.823 1430.02 -310.676 1424.41 -308.3C1415.98 -303.779 1405.77 -314.459 1413.21 -323.591C1403.46 -340.245 1401.09 -341.689 1401.33 -344.547C1401.34 -355.336 1402.31 -772.273 1401.97 -785Z" fill="white"/>
<path d="M1417.96 -785H1422.49L1422.5 -349.505C1436.14 -335.17 1439.41 -332.01 1445.67 -325.353C1449.79 -327.403 1455.18 -326.561 1458.1 -322.802C1461.54 -318.361 1460.24 -311.193 1455.22 -308.596C1450.34 -305.521 1443.22 -308.239 1441.49 -313.691C1440.23 -316.455 1441.04 -319.469 1442.28 -322.065C1434.13 -330.364 1426.25 -338.928 1418 -347.136L1417.96 -785Z" fill="white"/>
<path d="M1429.73 -785H1434.48L1434.52 -555.203C1441.61 -548.24 1448.56 -541.149 1455.62 -534.164C1467.12 -539 1473.54 -526.905 1468.42 -520.186C1465.14 -515.259 1457.21 -514.803 1453.41 -519.351C1450.52 -522.403 1450.51 -527.073 1452.21 -530.724C1429.78 -553.072 1429.51 -552.74 1429.73 -554.929C1429.67 -579.031 1429.73 -763.922 1429.73 -785Z" fill="white"/>
<path d="M1467.9 -785H1472.24C1472.22 -720.714 1473.73 -656.438 1472.46 -592.156C1472.2 -579.393 1474.55 -589.653 1465.91 -564.178C1469.07 -561.717 1471.1 -557.519 1469.87 -553.517C1468.53 -547.899 1461.6 -544.626 1456.45 -547.344C1450.95 -549.675 1449.25 -557.549 1453.12 -562.028C1455.07 -564.678 1458.39 -565.468 1461.48 -565.832C1463.12 -570.608 1464.76 -575.384 1466.37 -580.167C1468.14 -583.868 1467.9 -573.555 1467.9 -785Z" fill="white"/>
<path d="M1486.19 -785H1490.96C1491.16 -463.178 1490.81 -480.796 1491.28 -474.092L1543.73 -374.47C1545.21 -374.493 1546.71 -374.508 1548.22 -374.432C1553.89 -373.057 1557.29 -366.361 1554.75 -361.038C1552.55 -355.564 1544.93 -353.643 1540.34 -357.265C1536.76 -359.732 1535.63 -364.515 1536.95 -368.54C1537.71 -369.808 1538.59 -371.007 1539.5 -372.184C1521.81 -405.781 1504.25 -439.454 1486.37 -472.952C1486.15 -482.855 1486.42 -760.147 1486.19 -785Z" fill="white"/>
<path d="M1502.23 -785H1506.92C1506.9 -779.586 1506.96 -774.173 1506.88 -768.759C1513.23 -766.405 1515.73 -761.566 1513.49 -754.842C1509.51 -749.357 1507.37 -749.913 1502.56 -749.61C1496.89 -752.212 1494.1 -755.709 1495.57 -761.933C1496.31 -765.105 1499.07 -767.324 1502.04 -768.425C1502.46 -773.938 1502.13 -779.473 1502.23 -785Z" fill="white"/>
<path d="M1533.54 -785H1537.89C1537.9 -779.511 1537.85 -774.021 1537.9 -768.532C1540.38 -767.294 1542.89 -765.608 1543.87 -762.875C1545.31 -759.777 1544.57 -756.126 1542.73 -753.354C1540.32 -750.393 1536.47 -749.254 1532.77 -749.71C1528.41 -751.039 1524.94 -755.26 1525.55 -759.96C1525.59 -764.364 1529.33 -767.568 1533.24 -768.858C1533.39 -774.226 1532.78 -779.685 1533.54 -785Z" fill="white"/>
<path d="M1549.28 -785H1554.08C1554.06 -749.042 1554.18 -713.083 1554.06 -677.132C1547.94 -667.763 1541.76 -658.439 1535.57 -649.116C1536.93 -646.838 1538.35 -644.287 1537.93 -641.523C1537.47 -636.588 1532.76 -632.381 1527.74 -632.936C1523.32 -633.042 1519.83 -636.61 1518.79 -640.725C1518.35 -644.529 1519.9 -648.53 1523.23 -650.581C1525.66 -652.35 1528.79 -651.993 1531.61 -651.704C1537.44 -660.58 1543.36 -669.41 1549.16 -678.301C1549.69 -682.673 1549.32 -780.585 1549.28 -785Z" fill="white"/>
<path d="M1569.78 -785H1574.59C1574.57 -740.211 1574.67 -695.415 1574.56 -650.626C1570.51 -640.475 1567.07 -630.081 1563.32 -619.816C1564.98 -618.252 1566.64 -616.505 1567.17 -614.205C1568.21 -610.94 1566.86 -607.417 1564.72 -604.912C1561.42 -601.867 1556.25 -601.244 1552.48 -603.727C1544.98 -608.669 1547.71 -621.57 1558.8 -621.433C1561.55 -628.806 1564.22 -636.208 1566.82 -643.627C1568.35 -647.96 1570.68 -652.29 1569.82 -657.043C1569.85 -699.697 1570.04 -742.352 1569.78 -785Z" fill="white"/>
<path d="M1586.44 -785H1591.2C1591.25 -747.644 1591.43 -710.282 1591.3 -672.926C1591.07 -608.256 1592.33 -613.349 1590.12 -609.452C1587.92 -607.093 1559.09 -575.503 1557.85 -573.297C1557.77 -558.4 1557.73 -543.488 1557.89 -528.592C1561.21 -527.499 1564.16 -524.925 1564.87 -521.379C1566.37 -515.776 1561.62 -509.641 1555.84 -509.656C1549.76 -509.208 1544.45 -515.647 1546.17 -521.508C1546.95 -524.955 1549.79 -527.536 1553.11 -528.569C1553.36 -543.686 1553.14 -558.817 1553.22 -573.935C1553 -577.19 1554 -575.701 1586.11 -612.292C1586.88 -615.487 1586.44 -784.886 1586.44 -785Z" fill="white"/>
<path d="M1604.26 -785H1608.92C1609.54 -701.971 1608.69 -655.224 1609.47 -651.91C1614.82 -646.565 1620.01 -641.06 1625.38 -635.729C1629.45 -637.878 1634.97 -636.997 1637.73 -633.171C1639.36 -631.174 1639.66 -628.532 1639.8 -626.042C1637.71 -618.338 1631.1 -616.022 1625.51 -618.844C1620.65 -621.301 1619.21 -627.765 1621.85 -632.412C1616.09 -638.577 1609.82 -644.302 1604.42 -650.756C1604.08 -659.024 1604.48 -741.711 1604.26 -785Z" fill="white"/>
<path d="M1657.51 -785H1662.27L1662.35 -558.673C1657.89 -554.001 1596.16 -489.52 1589.95 -483.286C1581.93 -482.899 1573.86 -483.499 1565.84 -483.772C1564.43 -479.938 1560.94 -476.597 1556.63 -476.818C1551 -476.324 1546.01 -481.874 1546.9 -487.409C1547.47 -495.854 1560.99 -500.909 1566 -488.411C1573.3 -488.297 1580.6 -487.857 1587.91 -487.812L1657.52 -560.495C1657.45 -598.685 1657.54 -773.22 1657.51 -785Z" fill="white"/>
<path d="M1670.74 -785H1675.6C1675.64 -771.923 1675.63 -549.034 1675.63 -547.367C1675.78 -545.955 1674.94 -544.816 1674.02 -543.875C1646.69 -516.102 1619.83 -487.842 1592.74 -459.878C1591.66 -458.944 1591 -457.699 1591.23 -456.264L1591.24 -242.191C1591.1 -239.853 1591.93 -236.922 1589.54 -235.449C1581.39 -236.034 1573.17 -235.555 1565 -235.677C1563.58 -231.858 1560.22 -228.426 1555.9 -228.525C1549.95 -227.94 1544.68 -234.128 1546.1 -239.898C1547.49 -248.328 1560.54 -251.734 1564.99 -240.407C1572.92 -240.35 1580.74 -240.431 1586.56 -240.361C1586.84 -242.872 1586.87 -447.874 1586.59 -460.227L1586.95 -460.827C1587.03 -460.909 1668.87 -545.109 1670.86 -547.754C1670.87 -547.873 1671.04 -779.076 1670.74 -785Z" fill="white"/>
<path d="M1686.65 -785H1691.05C1691.37 -701.337 1691.12 -617.675 1691.27 -534.019C1663.94 -505.881 1636.75 -477.614 1609.57 -449.347C1609.16 -449.576 1609.39 -449.467 1607.14 -450.592C1606.9 -451.109 1606.4 -452.156 1606.15 -452.672C1638.57 -486.527 1683.72 -532.86 1686.6 -536.472L1686.65 -785Z" fill="white"/>
<path d="M1705.24 -785H1709.91C1709.9 -784.015 1710.1 -531.46 1710.1 -531.37C1710.07 -529.691 1710.03 -527.839 1708.84 -526.503C1697.47 -513.736 1686.68 -500.468 1675.59 -487.455C1675.67 -482.9 1675.57 -478.344 1675.66 -473.788C1687.49 -469.479 1683.21 -454.655 1673.61 -454.822C1668.3 -454.382 1663.27 -459.249 1663.76 -464.601C1663.57 -468.937 1666.93 -472.475 1670.87 -473.765C1671.09 -478.807 1670.69 -483.863 1671.05 -488.897C1672.02 -491.114 1673.89 -492.758 1675.43 -494.599C1685.08 -506.178 1694.93 -517.597 1704.8 -529.001C1705.4 -531.139 1705.24 -513.983 1705.24 -785Z" fill="white"/>
<path d="M1754.92 -785H1759.55C1759.43 -765.032 1759.8 -745.033 1759.38 -725.08C1756.34 -720.395 1752.07 -716.591 1748.6 -712.21C1752.71 -705.003 1748.27 -695.888 1737.94 -697.283C1735.37 -698.452 1732.81 -700.145 1731.77 -702.893C1728.7 -709.826 1734.86 -718.964 1745.01 -715.346C1748.16 -719.377 1752.3 -722.809 1754.83 -727.22C1755.02 -746.475 1754.86 -765.745 1754.92 -785Z" fill="white"/>
<path d="M1775.41 -785H1780.05C1780.07 -761.729 1780.01 -738.45 1780.09 -715.179C1779.7 -709.177 1783.6 -714.624 1760 -690.86C1755.13 -685.965 1726.54 -657.431 1724.59 -655.152L1724.57 -434.937C1724.77 -433.449 1723.83 -431.68 1722.15 -431.778C1709 -431.642 1695.85 -431.748 1682.7 -431.725C1681.87 -429.941 1681.04 -428.066 1679.48 -426.805C1675.77 -423.479 1669.43 -423.821 1666.2 -427.64C1661.79 -432.082 1663.5 -440.638 1669.42 -442.878C1674.69 -445.498 1681.15 -441.853 1682.7 -436.432C1689.63 -436.432 1717.38 -436.323 1719.75 -436.508L1719.76 -655.197C1719.39 -657.324 1719.89 -657.44 1733.41 -670.967C1758.35 -695.91 1758.28 -696.085 1773.36 -710.987C1774.2 -711.951 1775.52 -712.847 1775.4 -714.32L1775.41 -785Z" fill="white"/>
<path d="M1796.06 -785H1800.59C1800.23 -780.429 1799.99 -706.068 1799.98 -705.976C1790.9 -696.18 1750.79 -654.684 1742.84 -646.238C1743.13 -529.889 1742.66 -409.025 1743.12 -402.82C1740.66 -400.641 1737.26 -401.444 1734.3 -401.37C1717.06 -400.934 1699.81 -401.582 1682.58 -401.218C1681.71 -399.327 1680.75 -397.353 1678.98 -396.146C1675.1 -393.056 1669.03 -393.931 1665.87 -397.71C1662.01 -402.318 1663.62 -410.245 1669.26 -412.546C1674.53 -415.188 1681.11 -411.733 1682.69 -406.229C1701.24 -406.176 1719.78 -406.214 1738.33 -406.184C1738.33 -406.305 1738.28 -643.334 1738.36 -647.536C1738.26 -648.508 1739.05 -649.184 1739.63 -649.852C1743.55 -653.87 1789.51 -701.637 1795.08 -707.723C1795.76 -711.594 1795.16 -779.713 1796.06 -785Z" fill="white"/>
<path d="M1808.02 -785H1812.63L1812.64 -714.306C1817.18 -714.359 1821.73 -714.344 1826.29 -714.329C1830.88 -725.643 1843.28 -722.349 1845.1 -714.352C1846.76 -708.672 1841.9 -702.363 1836 -702.455C1831.54 -702.174 1827.73 -705.568 1826.38 -709.622C1811.93 -710.005 1809.55 -708.872 1808.16 -710.76C1807.91 -712.738 1808.07 -707.747 1808.02 -785Z" fill="white"/>
<path d="M1827.76 -785H1834.41C1848.28 -771.166 1862.26 -757.416 1875.94 -743.385C1875.78 -694.77 1875.85 -646.155 1875.98 -597.539L1876.78 -597.083C1882.26 -595.125 1884.52 -588.382 1881.94 -583.311C1878.36 -577.15 1867.22 -575.693 1863.91 -586.188C1863.01 -591.207 1866.36 -596.059 1871.14 -597.509C1871.21 -613.926 1870.62 -713.849 1871.21 -739.452C1871.24 -740.638 1871.07 -741.851 1870.06 -742.573C1856 -756.763 1841.77 -770.771 1827.76 -785Z" fill="white"/>
<path d="M1848.58 -785H1855.31C1865.66 -774.765 1875.93 -764.447 1886.23 -754.151C1918.55 -721.827 1918.09 -723.158 1917.83 -720.47L1917.89 -405.226C1909.8 -396.874 1901.48 -388.756 1893.29 -380.513C1821.34 -308.126 1825.2 -311.675 1823.22 -311.823C1804.59 -311.823 1785.95 -311.868 1767.33 -311.823L1766.98 -311.215C1762.46 -300.199 1747.76 -304.474 1748.23 -314.305C1747.79 -324.028 1762.82 -328.653 1767.22 -316.674C1785.76 -316.72 1804.31 -316.515 1822.85 -316.796C1824.18 -318.072 1904.71 -398.727 1913.08 -406.996C1913.08 -407.086 1913.11 -710.963 1913.15 -720.463C1904.31 -729.243 1861.12 -772.592 1848.58 -785Z" fill="white"/>
<path d="M1946.96 -785H1953.67C1949.62 -781.044 1945.66 -776.998 1941.65 -773.019L1912.92 -773.027C1913.01 -769.185 1912.83 -765.343 1913.03 -761.501C1913.3 -761.357 1913.85 -761.06 1914.12 -760.917C1920.8 -758.331 1923.38 -747.95 1914.06 -743.013C1911.26 -742.466 1908.18 -742.293 1905.65 -743.81C1901.32 -746.407 1899.58 -752.435 1902.18 -756.786C1903.38 -759.147 1905.76 -760.469 1908.11 -761.509C1908.25 -766.899 1908.23 -772.291 1908.04 -777.688C1918.57 -777.81 1929.1 -777.643 1939.63 -777.825C1941.71 -779.592 1944.5 -782.763 1946.96 -785Z" fill="white"/>
<path d="M1970.14 -785H1977.17C1975.44 -783.324 1980.71 -788.561 1949 -756.892C1949.37 -756.285 1949.77 -755.685 1950.2 -755.085C1952.04 -741.888 1938.09 -739.346 1933.17 -746.233C1928.51 -751.997 1932.1 -762.928 1943.41 -761.547C1944.08 -761.106 1944.78 -760.666 1945.52 -760.233C1953.74 -768.471 1962.06 -776.618 1970.14 -785Z" fill="white"/>
<path d="M1994.35 -785H2001.34C1992.37 -775.991 1937.3 -720.958 1937.22 -720.881C1936.65 -719.06 1936.38 -739.294 1936.85 -402.334C1929.75 -395.324 1848.86 -314.431 1847.68 -313.227C1847.68 -302.681 1847.73 -292.128 1847.64 -281.582C1820.92 -281.954 1794.18 -281.589 1767.45 -281.779C1766.17 -279.197 1764.62 -276.456 1761.8 -275.302C1758.97 -273.868 1755.65 -274.292 1752.9 -275.651C1748.25 -278.423 1746.68 -285.142 1749.96 -289.531C1752.9 -294.018 1759.79 -294.899 1763.84 -291.421C1765.5 -290.184 1766.35 -288.24 1767.24 -286.425C1792.52 -286.501 1817.81 -286.25 1843.09 -286.585C1842.95 -296.068 1842.91 -305.559 1843.07 -315.034C1847.39 -320.028 1911.33 -383.37 1932.11 -404.429C1932 -437.964 1932.06 -689.572 1932.07 -722.422C1933.59 -723.936 1990.48 -780.822 1994.35 -785Z" fill="white"/>
<path d="M2026.56 -785H2031.47C2030.03 -780.101 2009.98 -711.128 2008.77 -705.954C2008.51 -678.02 2009.07 -562.907 2008.85 -311.694C1968.02 -311.793 1927.19 -311.656 1886.36 -311.778C1886.51 -309.26 1886.38 -320.203 1886.3 -256.094C1888.44 -255.039 1890.78 -253.938 1891.98 -251.721C1893.55 -249.481 1893.42 -246.672 1893.31 -244.068C1892.23 -241.752 1890.85 -239.383 1888.46 -238.229C1884.02 -235.64 1877.7 -237.447 1875.39 -242.063C1872.78 -246.558 1874.72 -253.073 1879.57 -255.138C1881.2 -255.99 1880.76 -255.755 1881.46 -256.14C1881.6 -276.313 1881.44 -296.502 1881.5 -316.683L2003.86 -316.721L2004.07 -317.199C2004.07 -755.066 2002.66 -701.916 2006.07 -714.534C2012.44 -738.153 2019.61 -761.547 2026.56 -785Z" fill="white"/>
<path d="M2038.27 -785H2043.41C2036.3 -757.751 2028.93 -730.554 2022 -703.266C2021.76 -700.116 2021.64 -727.511 2021.64 -295.537C2015.02 -289.26 1935.48 -209.354 1931.18 -205.246C1861.83 -205.421 1792.46 -205.277 1723.09 -205.315C1723.02 -386.535 1723.06 -370.699 1723.12 -373.711C1771.9 -373.711 1806.9 -373.656 1811.21 -373.946C1810.89 -394.719 1811.33 -415.5 1810.98 -436.274C1818.14 -436.442 1860.2 -436.27 1868.84 -436.19C1868.42 -442.399 1868.83 -510.767 1868.71 -542.926C1860.42 -542.926 1852.11 -543.23 1843.85 -542.774C1843.04 -539.168 1840.36 -536.275 1836.89 -535.076C1832.73 -534.104 1828.39 -535.896 1826 -539.373C1821.6 -547.678 1829.1 -557.055 1838.81 -553.063C1840.92 -551.726 1842.41 -549.692 1843.72 -547.588C1853.63 -547.718 1863.56 -547.664 1873.48 -547.649L1873.47 -431.49C1865.11 -431.443 1821.75 -431.656 1815.84 -431.687C1815.85 -410.724 1815.87 -389.753 1815.82 -368.783C1786.5 -369.079 1757.18 -369.011 1727.86 -369.095C1727.69 -340.817 1727.74 -216.099 1727.82 -209.992L1929.28 -210.046C1930.87 -211.698 2015.12 -295.912 2016.94 -297.694C2016.94 -303.154 2016.42 -701.931 2017.66 -706.069C2018.11 -707.599 2037.43 -780.223 2038.27 -785Z" fill="white"/>
<path d="M2050.24 -785H2055.1C2049.58 -759.17 2044.25 -733.302 2038.82 -707.457C2036.82 -700.114 2038.14 -726.315 2037.72 -289.797C2004.08 -256.364 1938.63 -190.454 1936.34 -188.793C1914.44 -188.715 1727.48 -188.716 1705.22 -188.808L1705.23 -384.712L1790.9 -384.72C1790.77 -388.246 1790.93 -417.257 1790.79 -434.732C1807.02 -458.043 1805.4 -453.875 1805.45 -458.482C1805.51 -464.616 1805.46 -470.744 1805.41 -476.878C1803.68 -477.729 1801.84 -478.518 1800.62 -480.052C1795.24 -485.917 1799.48 -497.149 1809.98 -495.837C1819.29 -493.062 1820.67 -480.808 1810.31 -476.803C1809.79 -469.248 1810.61 -461.663 1810.14 -454.116C1809.16 -452.317 1800.82 -440.765 1796.04 -433.882C1795.29 -431.794 1795.55 -429.547 1795.54 -427.367C1795.44 -381.952 1795.3 -383.357 1795.89 -380.111C1790.27 -380.179 1715.17 -380.55 1709.85 -379.929C1710.22 -370.44 1709.86 -204.764 1710.07 -193.387L1933.23 -193.372C1935.23 -193.151 1931.17 -190.644 2010.45 -269.457C2010.53 -269.533 2032.02 -290.976 2032.49 -291.529C2033.98 -294.187 2032.52 -599.749 2032.97 -704.496C2034.68 -710.353 2048.38 -776.096 2050.24 -785Z" fill="white"/>
<path d="M2063.26 -785H2068.33C2064.54 -767.264 2061.03 -749.465 2057.23 -731.73C2050.09 -698.397 2051.14 -702.98 2051.15 -695.392L2051.21 -281.543C2044.78 -275.4 1995.94 -226.392 1991.94 -222.344C1941.28 -171.108 1942.93 -172.045 1940.07 -172.377L1688.11 -172.423C1688.08 -264.259 1688.16 -380.161 1687.99 -396.7C1771.61 -396.804 1770.25 -396.549 1775.04 -396.89L1775.41 -396.822C1774.94 -484.384 1775.62 -472.965 1775.16 -476.923C1770.48 -478.336 1767.13 -483.263 1768.24 -488.16C1769.25 -494.576 1777.61 -498.205 1782.92 -494.333C1787.64 -491.455 1788.5 -484.66 1785.35 -480.31C1783.87 -478.966 1782.27 -477.735 1780.36 -477.128C1779.96 -471.26 1780.11 -397.839 1780.14 -392.039C1751 -391.948 1721.86 -392.16 1692.74 -391.948C1692.91 -320.296 1692.75 -248.645 1692.8 -176.994C1700.7 -177.438 1873.43 -177.075 1939.79 -177.062C1939.87 -177.142 2044.54 -281.651 2046.44 -283.898C2046.43 -293.053 2046.8 -690.146 2046.29 -703.076C2047.7 -709.496 2062.6 -779.949 2063.26 -785Z" fill="white"/>
<path d="M2079.96 -785H2084.84C2081.01 -764.207 2071.54 -711.253 2070.89 -707.951C2069.92 -702.961 2070.41 -253.386 2070.41 -253.285C2057.53 -240.403 1981.18 -164.169 1965.33 -148.241C1985.29 -128.394 2005.17 -108.471 2025.06 -88.5403C2029.67 -91.1066 2036.12 -89.5959 2038.54 -84.7516C2041.41 -79.7635 2038.61 -73.0134 2033.31 -71.0778C2024.57 -69.1755 2019.62 -75.4261 2020.67 -82.1781C2020.97 -83.1881 2021.32 -84.175 2021.72 -85.1541C2000.72 -106.269 1979.59 -127.255 1958.6 -148.378C1962.13 -151.734 2059.32 -249.073 2065.55 -255.137C2065.66 -273.532 2065.06 -660.38 2065.59 -683.776C2066.42 -720.683 2059.77 -671.432 2079.96 -785Z" fill="white"/>
<path d="M2089.57 -785H2094.55C2091.29 -758.972 2087.75 -732.975 2084.94 -706.895C2084.35 -701.447 2084.71 -229.787 2084.58 -208.67C2097.32 -208.561 2156.83 -208.632 2163.84 -208.617C2169.35 -202.907 2175.21 -197.516 2180.55 -191.663C2180.49 -176.174 2180.52 -160.677 2180.53 -145.189C2189.14 -136.583 2202.54 -123.104 2213.78 -111.941C2218.4 -114.689 2224.79 -112.822 2227.25 -108.016C2229.59 -103.438 2227.64 -97.6291 2223.27 -95.1083C2214.54 -91.1357 2205.79 -99.5605 2210.36 -108.615C2200.2 -118.9 2182.4 -136.414 2175.98 -143.207C2175.52 -158.833 2176.15 -174.519 2175.65 -190.153C2170.86 -194.61 2166.57 -199.628 2161.6 -203.849C2134.4 -204.055 2107.18 -203.804 2079.98 -203.941C2080.05 -214.539 2079.53 -671.113 2080.05 -704.564C2080.15 -711.045 2086.79 -757.892 2089.57 -785Z" fill="white"/>
<path d="M2099.34 -785H2104.39C2091.41 -687.402 2094.16 -708.064 2094.03 -687.041C2093.97 -677.189 2094.05 -227.496 2094.01 -221.114C2120.43 -221.198 2146.85 -221.555 2173.26 -222.086C2173.69 -221.699 2174.15 -221.304 2174.66 -220.902C2189.57 -203.132 2192.55 -201.751 2192.35 -199.681C2192.39 -187.753 2192.35 -175.81 2192.34 -163.874C2192.19 -162.925 2192.5 -162.002 2193.21 -161.323C2199.94 -154.9 2206.73 -148.537 2213.48 -142.129C2217.19 -143.913 2222.17 -144.012 2225.24 -140.906C2229.22 -137.383 2229.28 -130.474 2225.27 -126.951C2218.35 -120.045 2205.28 -127.467 2210.24 -138.727C2202.68 -145.781 2195.22 -152.941 2187.71 -160.047C2187.68 -172.97 2187.71 -185.9 2187.69 -198.823C2182.26 -204.912 2176.96 -211.115 2171.41 -217.075C2165.91 -217.262 2090.29 -216.086 2089.41 -216.088C2089.33 -262.447 2089.37 -678.249 2089.5 -708.421C2090.3 -714.011 2099.07 -779.386 2099.34 -785Z" fill="white"/>
<path d="M2109.61 -785H2114.54C2111.69 -766.079 2108.85 -747.159 2106.18 -728.207C2102.32 -700.884 2103.78 -743.303 2103.76 -524.681C2103.76 -506.434 2103.73 -239.531 2103.73 -239.45C2129.15 -239.185 2154.57 -239.428 2179.99 -239.299C2181.76 -239.506 2180.31 -239.856 2210.35 -210.098C2228.58 -210.599 2246.82 -211.138 2265.07 -211.48C2265.75 -213.066 2266.51 -214.631 2267.56 -216.02C2271.6 -220.28 2279.3 -219.847 2282.54 -214.821C2286.52 -209.506 2282.97 -201.002 2276.46 -199.985C2271.48 -198.884 2266.8 -202.331 2265.11 -206.872C2262.95 -206.801 2210.95 -205.346 2208.26 -205.49C2198.4 -214.958 2188.87 -224.79 2179.16 -234.417C2152.48 -234.357 2125.8 -234.425 2099.13 -234.334C2099.02 -246.439 2098.97 -670.721 2099.12 -712.765C2102.46 -736.855 2106.41 -760.886 2109.61 -785Z" fill="white"/>
<path d="M2121.48 -785H2126.4C2123.19 -760.005 2119.72 -735.049 2116.69 -710.039C2116.34 -704.793 2116.31 -280.806 2116.32 -253.71C2140.5 -253.748 2164.69 -253.809 2188.87 -253.641C2189.92 -253.193 2190.94 -252.627 2192.03 -252.1C2213.98 -241.464 2212.82 -241.884 2214.89 -241.919C2231.6 -242.199 2248.33 -241.934 2265.05 -241.919C2266.35 -245.229 2268.84 -248.388 2272.57 -248.98C2277.57 -250.324 2282.73 -246.71 2284.08 -241.881C2285.24 -233.388 2278.21 -227.875 2270.09 -231.023C2267.97 -232.527 2266.12 -234.493 2265.4 -237.036C2247.32 -237.538 2229.2 -236.831 2211.13 -237.37C2203.81 -241.546 2195.95 -244.697 2188.47 -248.554C2185.46 -249.716 2187.7 -248.847 2111.69 -249.177C2111.65 -709.627 2111.25 -699.468 2111.63 -709.712C2112.09 -712.589 2120.01 -771.386 2121.48 -785Z" fill="white"/>
<path d="M2144.37 -785H2149.08C2148.98 -766.952 2149.33 -748.89 2148.94 -730.849C2147.29 -727.927 2134.92 -703.673 2134.19 -701.482C2133.96 -693.874 2134.18 -686.244 2134.13 -678.621C2136.74 -677.33 2139.57 -675.788 2140.61 -672.858C2142.44 -669.123 2141.13 -664.643 2138.28 -661.826C2135.9 -660.034 2132.82 -658.873 2129.86 -659.632C2127.57 -659.989 2125.86 -661.606 2124.08 -662.919C2122.11 -666.124 2121.38 -670.36 2123.41 -673.716C2124.63 -676.138 2127.09 -677.444 2129.43 -678.606C2129.35 -679.54 2129.29 -680.466 2129.27 -681.393C2130.01 -705.926 2128 -700.412 2131.25 -706.85C2135.33 -714.936 2139.32 -723.066 2143.57 -731.063C2144.69 -733.172 2144.41 -735.618 2144.43 -737.904C2144.57 -753.604 2144.47 -769.299 2144.37 -785Z" fill="white"/>
<path d="M2159.61 -785H2164.53C2164.54 -776.924 2164.56 -696.436 2164.46 -678.582C2168.71 -676.973 2172.17 -672.846 2171.68 -668.067C2171.09 -662.353 2164.97 -657.968 2159.45 -659.73C2154.03 -661.119 2150.8 -667.778 2153.27 -672.849C2154.26 -675.795 2157.09 -677.344 2159.74 -678.597C2159.63 -714.062 2159.97 -749.542 2159.61 -785Z" fill="white"/>
<path d="M2174.44 -785H2179.29L2179.32 -734.084C2179.22 -732.226 2179.17 -733.017 2193.53 -704.336C2194.75 -701.91 2193.7 -698.03 2194.15 -678.749L2194.96 -678.34C2198.62 -677.018 2201.84 -673.746 2201.84 -669.654C2202.44 -664.711 2198.42 -660.186 2193.61 -659.457C2184.33 -658.048 2176.6 -671.772 2189.36 -678.507C2189.28 -701.071 2189.72 -701.504 2188.43 -703.843C2185.08 -709.902 2182.16 -716.192 2179.01 -722.362C2173.28 -733.618 2174.55 -729.626 2174.44 -737.22C2174.22 -753.148 2174.5 -769.071 2174.44 -785Z" fill="white"/>
<path d="M2206.7 -785H2211.39C2211.43 -765.887 2211.45 -604.609 2211.44 -599.331C2199.28 -586.813 2174.45 -562.215 2170.46 -557.739C2170.23 -546.391 2170.27 -479.169 2170.27 -477.759C2184.29 -477.827 2198.31 -477.797 2212.34 -477.774C2213.47 -480.719 2215.61 -483.051 2218.36 -484.584C2232.32 -487.592 2235.39 -471.182 2226.11 -466.681C2220.68 -464.048 2214.1 -467.425 2212.4 -472.99C2196.75 -473.187 2181.1 -473.02 2165.45 -473.081C2165.49 -569.646 2165.34 -547.312 2165.39 -559.743C2169.81 -563.867 2204.08 -598.654 2206.31 -600.91C2206.99 -603.949 2206.71 -781.406 2206.7 -785Z" fill="white"/>
<path d="M2219.53 -785H2224.24C2224.21 -705.096 2224.42 -625.184 2224.23 -545.279H2224.96C2226.66 -544.285 2228.46 -543.276 2229.65 -541.627C2234.1 -535.47 2230.25 -525.185 2219.7 -526.42C2210.23 -529.288 2210.06 -540.94 2217.8 -544.634C2218.94 -545.274 2218.33 -544.923 2219.58 -545.712C2219.74 -563.221 2219.84 -732.297 2219.53 -785Z" fill="white"/>
<path d="M2231.39 -785H2236.25C2236.25 -706.209 2236.14 -670.867 2236.69 -667.064C2242.14 -654.438 2247.92 -641.925 2253.15 -629.215C2253.44 -614.958 2253.28 -530.154 2253.33 -503.345C2246.07 -503.543 2238.83 -502.874 2231.58 -503.414L2231.01 -502.374C2229.28 -497.841 2224.45 -495.51 2219.77 -496.034C2217.42 -497.036 2215.09 -498.355 2213.7 -500.574C2211.95 -503.382 2212.04 -506.914 2213.09 -509.928C2218.45 -518.361 2228.47 -516.145 2231.46 -508.068C2237.16 -508.151 2242.87 -508.075 2248.59 -508.113C2247.81 -626.656 2249.61 -626.068 2247.64 -630.308C2242.23 -641.88 2237.37 -653.707 2232.12 -665.348C2230.75 -668.397 2231.59 -662.336 2231.39 -785Z" fill="white"/>
<path d="M2243.85 -785H2248.19L2248.17 -668.75C2257.87 -657.096 2267.37 -645.236 2277.33 -633.801C2277.36 -629.861 2277.42 -403.978 2277.22 -362.549C2233.97 -362.261 2190.7 -362.693 2147.46 -362.298C2146.93 -361.526 2139.39 -349.805 2138.36 -348.176C2141.32 -344.539 2141.68 -338.945 2138.49 -335.276C2135.3 -331.594 2129.57 -330.973 2125.62 -333.636C2118.23 -338.623 2120.99 -352.883 2134.36 -350.871C2137.91 -356.307 2141.41 -361.766 2144.91 -367.233C2278.84 -367.277 2270.71 -366.892 2272.42 -367.612C2273.02 -369.488 2272.61 -371.545 2272.72 -373.489C2272.57 -510.318 2272.9 -506.201 2272.5 -511.347C2272.88 -520.256 2272.55 -611.534 2272.73 -627.05C2272.59 -629.009 2273.14 -631.31 2271.67 -632.882C2262.3 -644.103 2253.02 -655.401 2243.62 -666.593C2243.67 -673.486 2243.81 -773.049 2243.85 -785Z" fill="white"/>
<path d="M2260.94 -785H2265.48C2265.65 -616.798 2265.17 -687.549 2265.47 -669.684C2265.55 -669.608 2295.37 -639.835 2296.71 -638.311C2296.82 -626.94 2296.76 -339.223 2296.76 -339.134C2255.29 -339.118 2213.81 -339.02 2172.34 -339.08C2171.95 -338.959 2171.17 -338.708 2170.78 -338.587C2169.39 -335.565 2166.99 -333.06 2163.74 -332.102C2151.74 -330.298 2148.26 -344.605 2156.08 -349.512C2160.83 -352.883 2168.06 -350.772 2170.26 -345.367C2170.44 -345.048 2170.79 -344.417 2170.97 -344.107C2211.35 -344.107 2251.73 -344.122 2292.1 -344C2292.03 -653.697 2292.11 -634.462 2291.65 -636.762C2281.38 -646.967 2271.19 -657.278 2260.88 -667.444C2260.74 -682.582 2260.8 -776.712 2260.94 -785Z" fill="white"/>
<path d="M2287.93 -785H2301.76C2305.85 -780.945 2305.25 -773.625 2300.53 -770.293C2295.94 -767.049 2288.86 -768.646 2286.43 -773.77C2284.36 -777.423 2285.44 -781.864 2287.93 -785Z" fill="white"/>
<path d="M2318.17 -785H2332.05C2334.62 -782.411 2335.07 -778.683 2334.5 -775.228C2329.49 -763.997 2315.3 -768.368 2315.55 -778.227C2315.48 -780.756 2316.83 -782.965 2318.17 -785Z" fill="white"/>
<path d="M2364.14 -785H2369.66C2367.54 -781.657 2342.6 -741.034 2339.6 -736.218C2338.01 -734.069 2338.48 -731.305 2338.47 -728.815C2338.37 -705.787 2338.43 -682.758 2338.52 -659.73C2338.4 -658.052 2338.87 -656.078 2337.54 -654.764C2331.23 -647.141 2325.06 -639.389 2318.67 -631.827C2317.85 -628.483 2318.65 -561.444 2318.18 -494.045C2333.03 -493.75 2458.36 -493.934 2477.22 -494.03C2479.07 -493.779 2477.85 -494.371 2504.1 -482.512C2506.02 -484.273 2508.23 -486.004 2511 -485.989C2516.55 -486.725 2521.7 -481.559 2521.32 -475.982C2521.06 -472.069 2518.36 -468.769 2514.85 -467.288C2507.51 -465.778 2501.79 -469.933 2502.17 -478.222C2498.36 -479.819 2483.23 -486.572 2480.44 -487.955C2475.96 -490.176 2483.73 -488.402 2313.36 -489.193C2313.39 -517.044 2313.31 -628.686 2313.33 -632.905C2319.98 -640.612 2326.26 -648.645 2332.8 -656.442C2334.22 -657.859 2332.24 -652.935 2333.78 -730.303C2333.83 -732.643 2333.26 -735.254 2334.69 -737.319C2334.75 -737.409 2360.62 -779.448 2364.14 -785Z" fill="white"/>
<path d="M2379.94 -785H2385.52C2383.38 -781.671 2353.95 -734.352 2353.54 -733.682C2352.55 -732.261 2352.58 -738.431 2352.79 -652.904C2352.69 -651.082 2353.17 -648.934 2351.71 -647.514C2345.73 -640.164 2339.9 -632.701 2333.94 -625.343C2333.42 -590.729 2333.94 -556.084 2333.49 -521.462C2359.25 -521.128 2385.04 -521.371 2410.81 -521.348C2411.99 -523.481 2412.75 -525.183 2415.17 -527.262C2417.59 -528.059 2420.18 -529.114 2422.78 -528.234C2425.72 -527.581 2427.93 -525.311 2429.36 -522.744C2430.76 -518.766 2429.68 -514.264 2426.57 -511.416C2423.49 -509.169 2419.18 -508.547 2415.82 -510.475C2413.31 -511.697 2411.95 -514.218 2410.85 -516.633C2400.6 -516.466 2328.89 -516.61 2328.82 -516.61C2328.93 -540.516 2329.22 -604.219 2328.9 -626.125C2330.64 -629.042 2346.53 -648.662 2348.08 -650.58C2348.02 -676.911 2347.69 -703.237 2348.03 -729.566C2348.12 -736.173 2345.92 -730.437 2359.62 -752.541C2366.34 -763.395 2373.06 -774.249 2379.94 -785Z" fill="white"/>
<path d="M2397.9 -785H2403.49C2402.06 -782.944 2369.75 -730.332 2368.56 -727.988C2368.3 -700.586 2368.53 -673.154 2368.4 -645.744C2361.77 -637.34 2355.31 -628.821 2348.71 -620.408C2345.92 -617.85 2347.81 -617.845 2347.04 -551.658C2356.84 -551.5 2407.56 -551.35 2411.16 -551.733C2412.68 -557.77 2420.19 -560.647 2425.49 -557.489C2429.08 -554.922 2430.97 -550.201 2429.42 -545.895C2428.68 -543.851 2427.12 -542.281 2425.53 -540.899C2421.96 -538.917 2417.69 -539.388 2414.31 -541.461C2412.47 -543.516 2411.73 -545.173 2410.79 -546.768C2387.98 -546.89 2365.17 -546.822 2342.37 -546.814C2342.24 -571.308 2342.28 -595.801 2342.24 -620.295C2349.45 -628.381 2355.56 -637.439 2362.44 -645.836C2364.41 -647.755 2365.74 -643.267 2363.81 -728.117C2363.76 -730.488 2365.46 -732.3 2366.53 -734.259C2371.49 -742.051 2388.99 -770.792 2397.9 -785Z" fill="white"/>
<path d="M2420.05 -785H2425.61C2423.11 -781.191 2395.89 -737.147 2391.45 -730.022C2390.36 -728.265 2388.93 -726.491 2389.2 -724.297C2389.31 -700.859 2389.09 -677.413 2389.31 -653.974C2388.88 -650.603 2390.12 -646.799 2388 -643.831C2382.78 -634.94 2377.73 -625.943 2372.49 -617.067C2380.09 -608.478 2372.73 -599.233 2365.27 -600.143C2361.27 -600.386 2358.07 -603.431 2356.71 -607.037C2355.99 -611.023 2357.23 -615.64 2360.93 -617.75C2363.05 -619.299 2365.73 -619.261 2368.25 -619.215C2373.59 -628.676 2379.31 -637.946 2384.41 -647.528C2384.6 -674.292 2384.51 -701.087 2384.44 -727.85C2395.85 -745.933 2413.51 -774.825 2420.05 -785Z" fill="white"/>
<path d="M2450.24 -785H2456.42C2450.23 -775.172 2426.57 -737.116 2422.61 -730.531C2421.58 -728.814 2419.96 -727.198 2420.12 -725.049L2420.18 -648.303C2420.41 -645.942 2418.9 -644.007 2417.8 -642.078C2416.6 -639.973 2404.3 -618.781 2403.17 -616.635C2406.43 -613.12 2406.96 -607.518 2403.98 -603.705C2400.95 -599.823 2394.89 -598.884 2390.86 -601.822C2383.44 -606.664 2386.18 -620.817 2398.95 -619.08C2404.23 -627.926 2409.21 -636.938 2414.45 -645.814C2415.88 -647.909 2415.45 -650.527 2415.49 -652.913C2415.89 -677.889 2415.56 -702.872 2415.42 -727.844C2418.49 -733.051 2447.42 -779.545 2450.68 -784.652L2450.24 -785Z" fill="white"/>
<path d="M2483.32 -785H2488.87C2482.84 -775.591 2458.12 -736.325 2452.74 -727.896C2451.53 -726.332 2451.8 -730.948 2452.03 -656.434C2452.28 -656.305 2452.76 -656.062 2453.01 -655.941C2459.9 -653.899 2461.93 -644.107 2456.48 -639.496C2453.13 -636.665 2448.28 -636.626 2444.56 -638.729C2442.19 -640.733 2440.22 -643.55 2440.52 -646.8C2440.25 -650.756 2443.02 -654.104 2446.42 -655.767L2446.98 -656.131C2447.12 -678.081 2447.05 -700.039 2447.08 -721.989C2447.54 -730.374 2444.02 -722.916 2458.38 -745.731C2466.65 -758.855 2474.9 -771.979 2483.32 -785Z" fill="white"/>
<path d="M2514.1 -785H2519.72C2518.43 -782.995 2489.18 -736.953 2482.78 -726.408C2482.5 -722.076 2482.61 -657.59 2482.69 -656.223C2483.99 -655.585 2485.33 -654.932 2486.6 -654.143C2488.12 -652.624 2489.01 -650.627 2489.96 -648.707C2490.51 -643.961 2487.77 -638.79 2482.97 -637.576C2479.66 -636.444 2476.35 -637.842 2473.59 -639.573C2468.13 -646.351 2470.7 -653.34 2477.76 -656.216C2477.95 -678.394 2477.31 -700.579 2477.88 -722.742C2478.08 -730.403 2473.19 -720.536 2503.17 -767.789C2506.81 -773.529 2510.41 -779.29 2514.1 -785Z" fill="white"/>
<path d="M2540.98 -785H2546.66C2543.78 -780.817 2540.9 -776.633 2538.17 -772.366C2537.51 -768.899 2537.13 -719.918 2537.13 -716.447C2539.25 -715.505 2541.18 -714.161 2542.78 -712.453C2544.25 -709.294 2544.6 -705.658 2543.23 -702.393C2542.35 -701.451 2541.56 -700.456 2540.73 -699.515C2536.41 -695.954 2529.4 -697.009 2526.51 -701.839C2523.15 -706.698 2525.68 -713.979 2531.18 -715.968C2531.48 -716.135 2532.07 -716.462 2532.37 -716.629C2532.5 -735.504 2532.93 -754.379 2533.13 -773.254C2535.57 -777.278 2538.27 -781.143 2540.98 -785Z" fill="white"/>
<path d="M2571.78 -785H2577.5C2574.54 -780.482 2571.16 -776.178 2568.61 -771.44C2568.24 -752.226 2568.4 -725.543 2567.78 -716.378C2572.39 -714.419 2575.57 -709.438 2574.21 -704.374C2572.58 -699.53 2567.45 -696.424 2562.4 -697.548C2559.04 -698.641 2556.55 -701.352 2555.38 -704.624C2554.47 -709.255 2556.9 -714.145 2561.31 -715.945C2561.76 -716.081 2562.67 -716.37 2563.11 -716.514C2563.16 -728.025 2563.57 -739.525 2563.62 -751.045C2563.7 -772.368 2563.15 -772.782 2564.99 -775.007C2567.27 -778.326 2569.48 -781.69 2571.78 -785Z" fill="white"/>
<path d="M2726.64 -785H2732.44C2728.21 -779.336 2724.28 -773.459 2720.11 -767.757C2718.18 -765.707 2717.24 -761.508 2713.72 -762.245C2672.46 -762.177 2631.19 -762.306 2589.92 -762.276C2589.87 -753.593 2590.13 -671.803 2590.21 -668.53C2596.42 -666.898 2599.52 -658.69 2595.43 -653.581C2591.91 -648.395 2583.52 -648.402 2579.97 -653.52C2576.08 -658.387 2578.6 -666.237 2584.4 -668.264L2585.13 -668.652C2585.49 -701.398 2585.02 -734.176 2585.5 -766.923C2628.21 -766.953 2670.93 -767.037 2713.65 -766.938C2718.03 -772.913 2722.19 -779.055 2726.64 -785Z" fill="white"/>
<path d="M2753.71 -785H2771.14C2770.07 -783.831 2769.09 -782.624 2767.98 -781.553C2762.15 -778.4 2757.45 -779.728 2753.71 -785Z" fill="white"/>
<path d="M-216.999 -780.581C-155.262 -691.161 -137.543 -665.116 -131.742 -656.86C-128.985 -657.217 -125.979 -657.536 -123.511 -655.949C-118.355 -653.223 -117.065 -645.539 -121.142 -641.326C-124.885 -636.778 -132.721 -637.104 -136.031 -641.994C-138.871 -645.562 -138.149 -650.642 -135.659 -654.195C-140.006 -660.416 -208.64 -760.039 -216.763 -772.009L-216.999 -771.197V-780.581Z" fill="white"/>
<path d="M2817.75 -777.355V-771.69C2810.5 -766.489 2802.97 -761.691 2795.76 -756.444C2787.7 -756.406 2779.61 -756.725 2771.57 -756.262C2770.03 -751.502 2764.99 -748.867 2760.17 -749.672C2757.46 -750.651 2755.16 -752.466 2753.61 -754.873C2751.42 -759.785 2753.66 -765.616 2758.36 -768.053C2761.31 -769.033 2764.7 -769.071 2767.43 -767.355C2769.81 -766.095 2770.96 -763.551 2771.99 -761.182C2779.35 -761.334 2786.75 -760.962 2794.11 -761.341C2796.79 -762.877 2817.68 -777.298 2817.75 -777.355Z" fill="white"/>
<path d="M414.065 -770.399C419.692 -772.039 425.986 -767.339 425.956 -761.463C426.411 -755.601 420.345 -750.339 414.612 -751.729C410.315 -752.39 407.009 -756.408 406.807 -760.704C406.6 -765.102 409.738 -769.435 414.065 -770.399Z" fill="white"/>
<path d="M2286.14 -750.871C2287.15 -755.07 2290.5 -758.494 2294.85 -759.102C2299.9 -759.413 2304.58 -755.754 2305.45 -750.773C2306.13 -745.048 2301.28 -739.354 2295.38 -739.855C2289.75 -739.938 2285.57 -745.435 2286.14 -750.871Z" fill="white"/>
<path d="M2805.51 -739.612C2809.57 -742.444 2813.75 -745.116 2817.75 -748.04V-742.299C2810.1 -736.924 2802.33 -731.738 2794.66 -726.393C2787.15 -727.107 2779.57 -726.439 2772.04 -726.735C2770.77 -724.298 2769.43 -721.617 2766.79 -720.441C2759.12 -716.331 2749.43 -724.142 2753.98 -733.796C2756.57 -738.154 2762.54 -739.755 2767.04 -737.349C2769.4 -736.082 2770.77 -733.697 2771.88 -731.343C2778.06 -731.373 2784.24 -731.261 2790.43 -731.335C2794.5 -731.385 2792.21 -730.317 2805.51 -739.612Z" fill="white"/>
<path d="M2636.82 -744.98C2638.61 -743.256 2640.12 -741.267 2641.14 -738.974C2657 -738.936 2672.86 -739.126 2688.71 -738.913C2691.78 -737.501 2694.23 -734.955 2696.98 -732.968C2736.57 -704.344 2733.64 -704.56 2735.72 -704.807C2754.86 -704.929 2774.02 -704.648 2793.15 -704.959C2799.6 -709.173 2805.77 -713.855 2812.02 -718.375C2813.9 -719.734 2815.86 -721.017 2817.75 -722.391V-716.705C2810.18 -710.995 2802.3 -705.71 2794.76 -699.97C2794.23 -700.027 2737.5 -699.48 2732.3 -700.107C2731.87 -700.434 2691.18 -731.625 2687.18 -734.228C2671.81 -734.448 2656.42 -734.296 2641.05 -734.312C2639.44 -729.095 2633.45 -725.398 2628.19 -727.691C2623.32 -729.376 2621.07 -734.98 2622.36 -739.778C2625.01 -745.465 2629.94 -747.791 2636.82 -744.98Z" fill="white"/>
<path d="M1441.55 -723.492C1441.33 -729.68 1448.26 -734.593 1454.03 -732.444C1458.74 -731.047 1461.38 -725.944 1460.69 -721.222C1459.65 -717.98 1457.22 -715.588 1454.31 -713.979C1452.21 -713.789 1450.11 -713.773 1448.05 -713.994C1443.15 -716.443 1441.31 -720.076 1441.55 -723.492Z" fill="white"/>
<path d="M-216.999 -731.002C-216.941 -730.923 -166.779 -662.802 -162.272 -656.723C-148.685 -660.042 -145.1 -644.208 -153.608 -639.458C-158.323 -636.353 -165.02 -638.676 -167.412 -643.619C-168.779 -647.035 -168.125 -650.809 -166.144 -653.823C-183.014 -676.957 -200.09 -699.94 -216.999 -723.037V-731.002Z" fill="white"/>
<path d="M2625.5 -713.797C2629.69 -717.525 2636.73 -716.272 2639.69 -711.587C2640.92 -709.652 2643.46 -710.653 2645.4 -710.425C2659.98 -710.357 2674.6 -710.668 2689.18 -710.289C2702.2 -700.846 2728.68 -679.998 2734.27 -676.426C2753.23 -676.107 2772.21 -676.411 2791.2 -676.274C2793.28 -676.031 2794.91 -677.523 2796.5 -678.658C2803.6 -683.735 2810.69 -688.848 2817.75 -693.98V-688.194C2810.18 -682.698 2802.63 -677.109 2794.89 -671.863C2775.45 -671.415 2755.95 -671.855 2736.5 -671.657C2734.67 -671.748 2732.6 -671.278 2731.13 -672.553C2714.59 -685.12 2690.06 -703.944 2687.16 -705.763C2671.89 -706.029 2656.59 -705.786 2641.32 -705.893C2639.82 -695.928 2628.25 -693.394 2622.8 -702.142C2621.27 -706.136 2621.94 -711.102 2625.5 -713.797Z" fill="white"/>
<path d="M-216.999 -713.242C-213.818 -709.454 -213.84 -703.85 -216.999 -700.047V-713.242Z" fill="white"/>
<path d="M2529.68 -685.818C2533.19 -688.665 2538.61 -688.263 2542 -685.385C2545.41 -682.045 2546.15 -676.259 2543.12 -672.44C2540.48 -668.72 2535.33 -667.801 2531.26 -669.426C2529.22 -670.845 2527.16 -672.546 2526.45 -675.006C2524.98 -678.803 2526.39 -683.449 2529.68 -685.818Z" fill="white"/>
<path d="M1794.87 -676.722C1797.56 -679.698 1801.96 -680.839 1805.79 -679.418C1808.25 -678.502 1809.91 -676.38 1811.37 -674.3C1811.65 -671.202 1812.22 -667.71 1810.15 -665.06C1807.26 -660.672 1800.66 -659.571 1796.54 -662.843C1792.13 -665.941 1791.56 -672.607 1794.87 -676.722Z" fill="white"/>
<path d="M1823.74 -674.376C1825.84 -679.47 1832.36 -681.46 1837.17 -679C1838.41 -678.028 1839.66 -676.988 1840.61 -675.682C1843.44 -671.294 1842 -664.658 1837.29 -662.19C1834.29 -660.269 1830.56 -660.824 1827.45 -662.115C1823.74 -664.87 1821.63 -669.995 1823.74 -674.376Z" fill="white"/>
<path d="M600.98 -672.296C602.506 -675.098 605.072 -677.155 608.17 -677.975C620.035 -678.438 622.051 -666.586 616.507 -661.431C609.422 -654.843 597.409 -661.604 600.98 -672.296Z" fill="white"/>
<path d="M-216.999 -672.015C-213.407 -671.711 -209.467 -672.789 -206.104 -671.347C-201.579 -666.655 -197.684 -661.37 -193.234 -656.587C-191.51 -656.723 -189.817 -657.24 -188.078 -657.217C-184.343 -656.959 -180.89 -654.343 -179.711 -650.778C-178.859 -648.2 -179.332 -645.41 -180.205 -642.904C-182.984 -638.926 -188.382 -636.625 -192.937 -639.002C-198.23 -641.34 -199.854 -648.416 -196.81 -653.154C-200.583 -658.014 -204.706 -662.584 -208.722 -667.247C-211.479 -667.193 -214.242 -667.186 -216.998 -667.208L-216.999 -672.015Z" fill="white"/>
<path d="M2646.31 -660.376C2647.52 -662.217 2641.17 -661.899 2760.08 -661.545C2779.3 -661.488 2798.54 -661.742 2817.75 -661.4V-656.495C2817.65 -656.495 2651.91 -656.73 2648.99 -656.283C2647.58 -654.626 2625.01 -628.36 2623.08 -626.672C2594.32 -626.466 2565.53 -626.542 2536.75 -626.641C2528.58 -617.775 2480.73 -564.809 2476.85 -560.411C2481.6 -552.338 2474.16 -542.065 2463.67 -546.767C2455.16 -553.052 2459.5 -564.456 2468.84 -564.845C2470.31 -564.542 2471.77 -564.147 2473.26 -563.722C2478.68 -569.575 2524.3 -620.073 2534.48 -631.22C2563.29 -631.22 2592.1 -631.265 2620.91 -631.197C2629.44 -640.863 2637.86 -650.634 2646.31 -660.376Z" fill="white"/>
<path d="M821.802 -651.712C825.128 -650.004 828.203 -647.051 828.294 -643.057C829.441 -633.212 815.501 -628.26 809.958 -638.152C806.551 -647.063 814.102 -653.378 821.802 -651.712Z" fill="white"/>
<path d="M2651.74 -639.534C2699.12 -639.888 2796.29 -639.362 2817.75 -639.822V-634.971L2653.88 -634.925C2644.36 -622.754 2634.82 -610.613 2625.33 -598.435C2627.85 -594.654 2627.81 -589.149 2624.52 -585.786C2620.88 -582.079 2614.36 -581.967 2610.83 -585.748C2606.64 -589.666 2607.34 -597.242 2612.14 -600.364C2614.84 -602.482 2618.46 -601.996 2621.63 -601.48C2632.03 -614.616 2649.17 -636.876 2651.74 -639.534Z" fill="white"/>
<path d="M1520.76 -618.07C1524.23 -622.86 1532.06 -623.058 1535.72 -618.388C1539.53 -614.144 1538.23 -607.068 1533.53 -604.023C1530.42 -602.322 1526.63 -602.111 1523.52 -603.833C1518.64 -606.535 1517.18 -613.696 1520.76 -618.07Z" fill="white"/>
<path d="M2656.48 -621.653C2662.64 -621.448 2668.79 -622.17 2674.94 -621.608C2675.03 -621.609 2817.66 -621.898 2817.75 -621.896V-616.885C2764.81 -616.892 2711.87 -616.809 2658.92 -616.923C2647.48 -600.926 2636.35 -584.7 2625 -568.634C2626.3 -566.569 2627.38 -564.261 2627.1 -561.74C2627.23 -556.334 2621.71 -551.892 2616.47 -552.773C2610.65 -553.198 2606.5 -559.758 2608.53 -565.202C2610.04 -570.358 2616.08 -573.076 2621.08 -571.33C2632.93 -588.064 2644.5 -605.018 2656.48 -621.653Z" fill="white"/>
<path d="M-216.999 -604.365C-173.993 -604.517 -175.7 -604.606 -172.734 -603.743C-78.025 -576.181 -85.6716 -577.883 -82.618 -577.867C-51.2229 -577.702 -19.8272 -577.89 11.5679 -577.875C13.4738 -578.262 14.7266 -576.395 14.4377 -574.664C14.3843 -560.845 14.4984 -547.027 14.3618 -533.201C17.1302 -532.359 12.9245 -532.988 106.536 -532.684C109.832 -529.083 170.943 -464.287 183.76 -450.601C184.125 -433.364 183.927 -420.784 183.927 -385.631C355.513 -385.536 350.579 -385.912 352.178 -385.821C352.056 -395.076 352.185 -404.332 352.117 -413.587C340.599 -415.963 341.38 -430.448 350.88 -432.568C355.761 -434.041 360.871 -430.647 362.595 -426.092C363.105 -420.003 362.249 -417.654 356.923 -414.262C356.794 -403.679 356.87 -393.087 356.885 -382.495L355.511 -380.893C355.435 -380.893 182.475 -380.941 180.874 -381.197C179.236 -381.459 179.115 -383.489 179.143 -384.819C179.581 -405.603 179.128 -426.388 179.173 -447.177C179.305 -449.042 183.329 -444.054 104.303 -528.045L13.0556 -528.007C11.4083 -527.764 9.40349 -528.743 9.7531 -530.664C9.67723 -544.839 9.72275 -559.015 9.6924 -573.19C5.0351 -573.052 -53.1445 -573.181 -78.7764 -573.091C-81.8593 -573.08 -85.01 -572.931 -88.0012 -573.82C-116.557 -582.3 -145.062 -590.979 -173.722 -599.103C-175.849 -599.707 -174.099 -599.63 -216.999 -599.574L-216.999 -604.365Z" fill="white"/>
<path d="M2817.75 -604.502V-585.285C2807.5 -587.524 2806.6 -601.582 2817.75 -604.502Z" fill="white"/>
<path d="M2364.09 -590.068C2369.8 -591.921 2376.5 -587.54 2376.52 -581.496C2377.15 -576.09 2372.17 -570.973 2366.76 -571.413C2361.49 -571.268 2357.03 -576.299 2357.4 -581.496C2357.68 -585.343 2360.38 -588.865 2364.09 -590.068Z" fill="white"/>
<path d="M-216.999 -585.422C-178.323 -585.57 -187.005 -585.967 -176.675 -583.357C-73.2822 -557.223 -87.489 -559.435 -77.2724 -559.417C-51.9889 -559.373 -26.6982 -559.379 -1.41469 -559.455C-0.951569 -559.007 -0.488449 -558.544 -0.032608 -558.073C-0.0404968 -543.488 -0.00224304 -528.895 -0.0859985 -514.31C69.1946 -513.726 100.1 -515.529 101.92 -513.224L168.241 -446.918C168.325 -422.857 168.271 -398.797 168.271 -374.736C172.311 -373.331 175.826 -369.588 175.446 -365.07C175.644 -359.383 169.706 -354.608 164.187 -355.83C156.391 -357.064 151.469 -369.414 163.609 -374.842C163.552 -381.615 163.574 -442.904 163.586 -444.861C142.046 -466.461 120.483 -488.032 98.8598 -509.557C94.1072 -509.513 -1.30421 -509.518 -1.408 -509.518C-2.53212 -509.531 -3.61009 -509.883 -4.68019 -510.141L-4.74089 -554.808C-6.81006 -554.972 -66.8282 -554.852 -83.3774 -554.862C-86.4723 -554.864 -79.7653 -554.09 -183.371 -580.236C-185.637 -580.808 -185.846 -580.705 -216.999 -580.631V-585.422Z" fill="white"/>
<path d="M2812.26 -571.072C2813.64 -572.765 2815.76 -573.471 2817.75 -574.222V-554.937C2815.71 -555.818 2813.46 -556.539 2812.05 -558.346C2808.92 -561.847 2808.95 -567.693 2812.26 -571.072Z" fill="white"/>
<path d="M-216.999 -571.489C-206.005 -571.489 -195.011 -571.527 -184.017 -571.474C-146.813 -560.363 -142.931 -561.26 -142.652 -558.734C-142.171 -554.367 -142.652 -549.942 -142.44 -545.553C-132.162 -541.697 -134.146 -529.896 -141.354 -527.232C-147.2 -524.522 -154.702 -529.541 -154.481 -535.956C-154.785 -540.429 -151.391 -544.194 -147.337 -545.568C-147.306 -549.167 -147.306 -552.759 -147.352 -556.35C-159.234 -559.645 -171.151 -562.83 -183.022 -566.167C-187.406 -567.4 -205.56 -566.295 -216.998 -566.927L-216.999 -571.489Z" fill="white"/>
<path d="M2685.36 -553.441C2683.76 -559.705 2689.96 -566.22 2696.29 -564.891C2705.92 -563.522 2708.06 -549.157 2696.45 -545.811C2696.42 -539.273 2696.52 -532.736 2696.39 -526.199C2712.95 -512.624 2729.5 -499.04 2746.29 -485.754C2747.88 -484.5 2749.41 -482.625 2751.7 -482.944L2817.75 -482.96V-478.115C2794.52 -478.138 2771.29 -478.039 2748.06 -478.161C2688.8 -526.537 2691.3 -522.975 2691.82 -525.28C2691.83 -532.152 2691.79 -539.023 2691.87 -545.894C2688.97 -547.625 2685.92 -549.873 2685.36 -553.441Z" fill="white"/>
<path d="M2715.47 -555.803C2715.41 -561.672 2721.81 -566.463 2727.43 -564.701C2734.98 -562.861 2738.99 -550.963 2727.27 -545.834C2727.3 -539.251 2727.27 -532.676 2727.29 -526.093C2765.3 -496.167 2763.71 -496.728 2766.1 -497.044C2783.31 -497.089 2800.53 -497.044 2817.75 -497.074V-492.367C2799.77 -492.382 2781.78 -492.76 2763.8 -492.382C2761.72 -492.338 2760.38 -494.106 2758.85 -495.176C2746.81 -504.75 2734.62 -514.15 2722.64 -523.785C2722.64 -531.195 2722.67 -538.605 2722.64 -546.016C2718.46 -547.322 2715.05 -551.262 2715.47 -555.803Z" fill="white"/>
<path d="M-216.999 -554.869C-203.59 -554.892 -190.18 -555.128 -176.774 -554.907C-175.398 -554.885 -173.342 -555.097 -172.924 -553.336C-172.613 -550.746 -172.833 -548.135 -172.788 -545.531C-168.726 -544.194 -165.286 -540.429 -165.613 -535.956C-165.453 -530.042 -171.838 -525.152 -177.51 -526.845C-186.021 -528.795 -188.207 -541.659 -177.669 -545.545C-177.654 -547.094 -177.646 -548.643 -177.646 -550.192C-190.759 -550.138 -203.879 -550.207 -216.999 -550.2V-554.869Z" fill="white"/>
<path d="M-87.6212 -547.094C-85.6243 -548.209 -90.0558 -548.018 -15.6894 -547.914C-14.5277 -547.975 -13.48 -547.451 -12.47 -546.927C-12.6145 -531.043 -12.3031 -515.152 -12.6976 -499.284C23.7845 -499.125 60.2745 -499.087 96.7567 -499.223C106.437 -489.824 115.902 -480.217 125.434 -470.668C154.741 -441.305 151.183 -446.469 151.802 -442.135C151.552 -426.92 151.894 -411.689 151.62 -396.488C147.596 -391.455 142.494 -387.248 138.068 -382.526C138.053 -379.952 138.045 -377.386 138.038 -374.811C150.148 -369.914 145.36 -356.052 136.033 -355.655C126.06 -355.232 120.949 -370.186 133.353 -374.736C133.581 -378.046 132.844 -381.546 133.725 -384.728C137.901 -389.306 142.449 -393.55 146.814 -397.946C146.96 -402.318 147.228 -438.953 146.754 -442.947C141.604 -447.716 95.0383 -494.281 94.9497 -494.372C92.3858 -494.453 -4.89865 -494.473 -16.1222 -494.357C-16.4639 -495.002 -16.8512 -495.625 -17.1625 -496.278C-17.2384 -511.934 -17.0788 -527.59 -17.2615 -543.238C-71.69 -543.094 -82.5773 -543.366 -84.7442 -543.071C-85.9339 -542.671 -131.904 -517.85 -132.934 -517.294C-137.331 -515.343 -141.263 -511.433 -146.388 -511.904C-155.507 -511.972 -164.633 -511.919 -173.752 -511.942C-176.284 -511.74 -175.903 -511.811 -208.154 -532.715C-210.697 -534.636 -214.061 -533.793 -216.999 -533.755V-538.478C-213.697 -538.281 -210.016 -539.331 -207.038 -537.552C-195.963 -530.935 -185.407 -523.453 -174.382 -516.764C-166.084 -516.369 -157.741 -516.568 -149.418 -516.612C-147.048 -516.625 -144.467 -516.225 -142.349 -517.577C-131.864 -523.303 -126.302 -525.492 -87.6212 -547.094Z" fill="white"/>
<path d="M2187.08 -543.784C2190.23 -545.371 2194.02 -545.333 2197.18 -543.738C2202.12 -540.679 2203.32 -533.177 2199.16 -528.979C2195.36 -524.529 2187.66 -524.962 2184.35 -529.753C2180.94 -534.111 2182.41 -540.937 2187.08 -543.784Z" fill="white"/>
<path d="M904.22 -543.541C906.498 -544.186 908.935 -545.045 911.304 -544.225C914.614 -543.443 916.99 -540.687 918.304 -537.672C919.739 -532.107 915.714 -525.691 909.8 -525.456C901.016 -524.297 894.355 -536.207 904.22 -543.541Z" fill="white"/>
<path d="M2817.75 -543.784V-524.643C2805.12 -529.098 2809.11 -542.611 2817.75 -543.784Z" fill="white"/>
<path d="M2777.08 -539.411C2780.66 -543.937 2788.28 -544.27 2791.9 -539.707C2794.49 -537.156 2794.14 -533.329 2793.88 -530.019C2801.86 -524.628 2809.84 -519.26 2817.75 -513.778V-508.008C2808.95 -514.15 2800.01 -520.103 2791.15 -526.154C2787.75 -523.686 2782.86 -522.98 2779.31 -525.485C2774.69 -528.325 2773.74 -535.186 2777.08 -539.411Z" fill="white"/>
<path d="M2609.75 -537.846C2616.34 -544.456 2624.76 -542.053 2627.45 -533.337C2627.13 -531.431 2626.82 -529.533 2626.47 -527.635C2700.45 -465.71 2695.07 -469.231 2697.74 -469.582C2735.32 -469.652 2804.13 -469.493 2817.75 -469.764V-464.806C2776.36 -464.86 2734.96 -464.715 2693.57 -464.882C2689.97 -468.337 2623.41 -524.018 2623.34 -524.082C2621.42 -523.216 2619.45 -522.252 2617.32 -522.441C2612.79 -522.426 2608.73 -526.185 2608.15 -530.619C2607.63 -533.154 2608.76 -535.584 2609.75 -537.846Z" fill="white"/>
<path d="M-75.5721 -521.484C-76.1567 -527.566 -69.6274 -532.926 -63.7811 -531.203C-60.881 -530.641 -58.8609 -528.37 -57.1681 -526.116C-53.9335 -516.412 -62.3784 -510.029 -70.1288 -512.973C-72.9828 -514.94 -75.6328 -517.787 -75.5721 -521.484Z" fill="white"/>
<path d="M-43.9487 -526.913C-40.3706 -532.881 -31.0141 -533.729 -26.6148 -525.266C-25.013 -520.27 -27.64 -514.325 -32.7798 -512.761C-38.3148 -510.703 -44.4118 -514.887 -45.4819 -520.475C-45.1712 -522.654 -45.2774 -525.037 -43.9487 -526.913Z" fill="white"/>
<path d="M713.35 -527.437C715.481 -529.612 708.68 -533.828 853.653 -399.115C868.816 -399.077 883.978 -399.16 899.141 -399.084C900.766 -399.35 902.003 -397.847 901.76 -396.283C901.768 -383.117 901.73 -369.951 901.776 -356.786L902.702 -356.619C906.186 -355.033 909.171 -351.669 908.92 -347.629C909.338 -342.056 903.84 -337.167 898.382 -337.972C892.794 -338.359 888.542 -344.388 890.114 -349.778C890.85 -353.301 893.834 -355.685 897.031 -356.96C897.084 -369.435 897.008 -381.909 897.084 -394.377C882.043 -394.536 866.994 -394.247 851.969 -394.513C848.974 -396.61 843.535 -402.065 716.911 -520.018C717.041 -505.19 716.919 -490.37 716.972 -475.541C718.931 -474.516 721.057 -473.484 722.272 -471.525C724.807 -467.926 724.332 -462.676 721.262 -459.498C718.235 -456.365 713.084 -455.527 709.395 -457.927C704.407 -460.615 703.26 -468.071 706.965 -472.262C708.263 -473.939 710.245 -474.821 712.158 -475.618C712.282 -528.168 711.538 -526.299 713.35 -527.437Z" fill="white"/>
<path d="M1828.34 -521.682C1830.91 -524.066 1834.64 -523.884 1837.88 -523.352C1840.27 -521.765 1842.81 -519.912 1843.5 -516.936C1845.03 -512.419 1842.45 -507.552 1838.42 -505.38C1834.86 -503.945 1830.58 -504.511 1827.73 -507.165C1823.64 -510.976 1823.8 -518.326 1828.34 -521.682Z" fill="white"/>
<path d="M-216.999 -520.254C-214.22 -520.231 -211.426 -520.497 -208.662 -520.133C-206.711 -519.442 -205.085 -518.127 -203.363 -517.02C-175.602 -499.175 -177.129 -499.44 -175.24 -499.625C-142.786 -499.728 -143.876 -499.835 -141.028 -499.238C-78.4415 -486.118 -85.9479 -486.048 -76.521 -486.08C96.5059 -486.665 84.3725 -486.278 86.2414 -485.268C101.336 -470.705 116.673 -456.394 131.827 -441.884L131.842 -403.124C132.336 -400.57 131.552 -401.082 107.705 -381.029C107.705 -378.949 107.713 -376.853 107.728 -374.765C119.832 -370.025 115.222 -355.926 105.693 -355.655C100.259 -355.5 95.2683 -360.438 95.9062 -365.905C95.9142 -370.111 99.2773 -373.422 103.058 -374.705C103.119 -377.552 102.838 -380.407 103.225 -383.231C110.871 -390.383 119.374 -396.602 127.187 -403.587C127.103 -415.621 127.088 -427.655 127.179 -439.69C126.75 -440.102 83.8208 -480.981 83.7425 -481.054C81.2703 -481.595 94.7627 -478.101 -70.4701 -481.396C-89.7257 -481.78 -66.1181 -477.165 -136.472 -493.347C-145.316 -495.381 -140.597 -495.217 -176.804 -495.078C-178.193 -494.964 -179.397 -495.694 -180.509 -496.422C-189.715 -502.444 -198.951 -508.411 -208.115 -514.485C-210.666 -516.443 -214.045 -515.487 -216.998 -515.601L-216.999 -520.254Z" fill="white"/>
<path d="M569.182 -511.978C574.642 -512.913 580.457 -508.243 580.13 -502.579C580.548 -497.014 575.013 -492.109 569.546 -492.937C564.262 -493.384 560.174 -498.826 561.141 -504.075C561.876 -508.059 565.217 -511.3 569.182 -511.978Z" fill="white"/>
<path d="M318.734 -508.182C323.699 -511.607 331.033 -508.858 333.023 -503.293C335.491 -492.237 324.075 -486.936 317.003 -493.126C312.933 -497.401 313.494 -505.123 318.734 -508.182Z" fill="white"/>
<path d="M1955.51 -504.492C1961.11 -506.952 1967.9 -502.429 1968.46 -496.436C1968.95 -491.129 1964.52 -485.693 1959.07 -486.011C1953.79 -485.525 1948.9 -490.521 1949.32 -495.768C1949.22 -499.603 1951.96 -503.201 1955.51 -504.492Z" fill="white"/>
<path d="M170.253 -485.108C168.036 -490.507 172.038 -497.128 177.785 -497.818C183.419 -498.912 189.219 -493.916 188.801 -488.153C188.923 -484.979 186.926 -482.345 184.724 -480.294C187.64 -471.996 190.889 -463.796 193.638 -455.436C193.662 -449.369 193.654 -447.768 193.654 -425.636C291.223 -425.836 282.731 -425.701 283.246 -425.651C284.84 -430.883 290.649 -434.261 295.948 -432.424C306.052 -428.024 303.003 -414.784 294.027 -413.791C289.881 -413.108 285.561 -415.561 283.952 -419.425C283.762 -419.79 283.398 -420.511 283.208 -420.875C252.663 -421.065 222.11 -420.875 191.565 -420.974C190.1 -420.769 188.923 -422.098 189.059 -423.51C188.835 -443.486 189.473 -453.041 188.543 -456.045C185.658 -463.569 183.061 -471.192 180.214 -478.731C175.956 -478.526 171.643 -480.963 170.253 -485.108Z" fill="white"/>
<path d="M1522.73 -495.29C1527.59 -497.172 1533.56 -494.425 1535.19 -489.497C1537.36 -484.198 1533.45 -477.706 1527.86 -476.871C1522.42 -475.679 1516.58 -480.265 1516.59 -485.861C1516.26 -489.907 1518.98 -493.834 1522.73 -495.29Z" fill="white"/>
<path d="M226.036 -491.532C231.191 -495.29 239.087 -492.314 240.811 -486.248C242.945 -476.188 231.302 -469.931 224.487 -476.954C220.549 -481.013 221.177 -488.434 226.036 -491.532Z" fill="white"/>
<path d="M-203.834 -484.113C-199.894 -487.116 -193.667 -486.574 -190.63 -482.618C-187.919 -479.725 -188.2 -475.413 -189.339 -471.897C-191.359 -469.133 -194.388 -466.689 -198.018 -466.977C-202.467 -466.711 -206.104 -470.166 -207.508 -474.144C-210.674 -474.144 -213.833 -474.136 -216.999 -474.174V-478.844C-213.894 -478.852 -210.781 -478.844 -207.675 -478.798C-206.628 -480.72 -205.615 -482.756 -203.834 -484.113Z" fill="white"/>
<path d="M1956.31 -476.293C1962.5 -478.12 1969.31 -472.619 1968.46 -466.157C1968.11 -459.939 1960.98 -455.657 1955.29 -458.102C1946.97 -461.156 1947.31 -473.639 1956.31 -476.293Z" fill="white"/>
<path d="M-83.506 -469.475L82.999 -469.354C87.7522 -464.95 92.4289 -460.474 97.1214 -456.014C98.6704 -454.541 100.477 -453.257 101.624 -451.428C101.927 -445.688 101.646 -439.917 101.73 -434.17C113.992 -429.051 109.111 -415.557 100.326 -415.022C94.7451 -414.369 89.3315 -419.486 89.9391 -425.135C89.9312 -429.364 93.2799 -432.667 97.0383 -434.072C96.9776 -438.893 97.1068 -443.714 97.0079 -448.528C97.1372 -449.94 95.74 -450.684 94.92 -451.596C90.0836 -455.847 85.6344 -460.532 80.7671 -464.753C74.2476 -464.633 14.434 -464.468 9.6019 -464.42C4.21864 -465.033 4.70787 -464.536 -79.5728 -464.738C-82.2836 -465.072 -84.0723 -462.758 -86.0037 -461.283C-98.9438 -451.404 -99.2509 -450.283 -101.584 -450.426C-216.872 -450.396 -210.044 -450.55 -216.999 -450.312V-455.163C-93.0986 -455.137 -103.225 -455.13 -101.167 -455.475C-99.0488 -457.101 -85.3737 -467.828 -83.506 -469.475Z" fill="white"/>
<path d="M2341.1 -456.295C2339.35 -461.898 2344.12 -468.36 2350.01 -468.222C2354.2 -468.655 2357.89 -465.71 2359.5 -462.004L2359.73 -461.617C2400.85 -461.359 2441.99 -461.526 2483.11 -461.632C2483.41 -427.39 2482.9 -393.132 2483.27 -358.897C2491.28 -359.088 2679.24 -358.866 2817.75 -358.965V-354.288L2478.66 -354.372C2478.61 -360.014 2478.63 -456.815 2478.63 -456.895C2466.49 -456.808 2371.61 -456.939 2359.95 -456.918C2356.68 -445.715 2343.15 -447.544 2341.1 -456.295Z" fill="white"/>
<path d="M2607.91 -452.483C2606.63 -458.117 2611.56 -464.062 2617.35 -463.773C2621.71 -464.062 2625.33 -460.69 2626.69 -456.758C2644.11 -456.662 2804.26 -456.544 2817.75 -456.834V-451.967L2626.97 -452.012C2625.6 -448.998 2623.53 -445.984 2620.15 -445.103C2614.9 -443.25 2608.83 -447.085 2607.91 -452.483Z" fill="white"/>
<path d="M-74.6685 -457.441C-74.3347 -457.54 -73.6737 -457.722 -73.3398 -457.813C-57.9725 -458.2 -42.5748 -457.915 -27.1995 -457.965C59.2657 -458.251 53.4187 -458.27 55.5522 -456.993C59.9837 -454.34 64.3369 -451.549 68.786 -448.922C72.8922 -446.096 71.3268 -448.167 71.6862 -434.033C75.2394 -432.735 78.375 -429.797 78.7094 -425.848C79.6812 -420.313 74.7926 -415.009 69.2564 -414.983C63.9551 -414.958 59.1358 -419.797 59.6669 -425.119C59.7124 -429.302 62.9542 -432.712 66.7733 -433.995C66.8116 -437.518 66.8267 -441.041 66.7581 -444.556C53.8533 -452.222 53.6724 -453.135 51.0339 -453.083C-85.849 -450.408 -71.3059 -453.846 -74.7826 -451.466C-81.4448 -446.906 -88.1379 -442.378 -94.675 -437.625C-102.423 -437.647 -207.047 -437.781 -216.999 -437.503V-442.385L-97.7578 -442.393C-96.0801 -442.249 -94.7891 -443.464 -93.4677 -444.306C-87.2571 -448.763 -80.8111 -452.893 -74.6685 -457.441Z" fill="white"/>
<path d="M1604.28 -451.078C1604.89 -451.587 1605.54 -452.11 1606.15 -452.672C1606.4 -452.156 1606.9 -451.109 1607.14 -450.592C1607.81 -450.258 1608.49 -449.917 1609.19 -449.56C1608.75 -191.083 1610.31 -208.561 1607.56 -205.3C1593.37 -205.246 1579.17 -205.429 1564.99 -205.209L1564.36 -204.055C1562.1 -198.186 1553.82 -196.272 1549.22 -200.524C1544.65 -204.237 1544.87 -211.895 1549.54 -215.367C1552.55 -217.612 1556.82 -218.086 1560.16 -216.134C1562.62 -214.927 1563.95 -212.421 1565.02 -210.022C1578.11 -210.044 1591.2 -210.007 1604.29 -210.037L1604.28 -451.078Z" fill="white"/>
<path d="M1954.87 -446.66C1959.79 -449.172 1966.37 -446.272 1968 -441.026C1970.14 -435.468 1965.76 -428.733 1959.84 -428.407C1954.68 -427.686 1949.51 -432.005 1949.34 -437.207C1948.91 -441.109 1951.25 -445.111 1954.87 -446.66Z" fill="white"/>
<path d="M1985.19 -446.705C1990.45 -449.162 1997.23 -445.885 1998.49 -440.259C2000.16 -434.595 1995.27 -428.27 1989.4 -428.392C1984.23 -428.013 1979.3 -432.766 1979.64 -437.967C1979.4 -441.679 1981.88 -445.158 1985.19 -446.705Z" fill="white"/>
<path d="M704.832 -435.726C704.391 -441.352 709.979 -446.257 715.492 -445.369C724.192 -444.671 728.617 -431.096 716.676 -426.395C716.556 -420.977 716.701 -404.243 716.592 -393.724C753.606 -369.443 790.556 -345.038 827.915 -321.298C832.303 -318.51 828.217 -320.308 854.307 -319.719C866.172 -319.451 878.048 -319.931 889.916 -319.468C891.07 -322.399 893.036 -325.261 896.187 -326.226C901.281 -328.299 907.606 -324.844 908.738 -319.483C910.415 -313.645 905.169 -307.176 899.095 -307.662C894.791 -307.601 891.374 -310.973 889.916 -314.784C880.636 -315.124 833.152 -315.109 828.735 -315.368C822.997 -318.737 717.179 -387.396 711.824 -391.423C711.923 -402.835 711.984 -414.247 711.794 -425.65C711.817 -425.848 711.87 -426.235 711.9 -426.432C707.982 -427.792 704.611 -431.383 704.832 -435.726Z" fill="white"/>
<path d="M-71.9578 -442.59C-68.2917 -444.84 -77.7155 -443.673 35.2799 -443.972C35.8796 -443.623 36.373 -443.159 36.7755 -442.59C37.0941 -439.272 36.821 -435.931 36.8896 -432.606C41.5973 -431.117 45.0667 -426.266 43.9129 -421.263C42.9411 -414.695 34.5819 -411.355 29.1683 -415.059C25.1295 -417.823 23.6484 -423.662 26.1844 -427.906C27.4293 -430.282 29.8742 -431.573 32.1904 -432.689C32.1904 -434.907 32.1825 -437.116 32.1673 -439.325C-1.20953 -439.227 -34.6095 -439.447 -67.9712 -439.166C-74.4324 -435.726 -80.4645 -431.476 -86.8845 -427.936C-89.3858 -426.557 -91.6972 -424.29 -94.6895 -424.239C-135.464 -423.547 -176.235 -424.337 -216.999 -424.436V-429.067C-88.1403 -429.018 -95.3675 -428.804 -93.3232 -429.644C-86.2095 -433.973 -79.0563 -438.232 -71.9578 -442.59Z" fill="white"/>
<path d="M2341.16 -431.125C2342.3 -435.278 2346.48 -438.361 2350.83 -437.951C2354.9 -438.035 2358.21 -434.975 2359.68 -431.369C2394.84 -430.974 2430.02 -431.483 2465.19 -431.263C2465.14 -410.251 2465.08 -353.802 2465.15 -345.892L2817.75 -345.96V-341.169L2460.34 -341.276C2460.52 -359.54 2460.39 -354.092 2460.39 -426.783C2426.94 -426.76 2393.49 -426.905 2360.05 -426.745L2359.65 -425.834C2358.28 -420.937 2352.76 -417.672 2347.85 -419.206C2342.87 -420.473 2339.51 -426.19 2341.16 -431.125Z" fill="white"/>
<path d="M2641.6 -431.247C2647.91 -438.284 2661.75 -432.156 2657.02 -419.805C2663.85 -413.586 2670.5 -407.178 2677.28 -400.899L2817.75 -400.945V-396.123L2677.25 -396.085C2674.74 -395.858 2673.28 -398.257 2671.6 -399.669C2665.72 -405.303 2659.7 -410.784 2653.79 -416.388C2641.96 -410.711 2634.55 -424.573 2641.6 -431.247Z" fill="white"/>
<path d="M2669.17 -425.18C2669.81 -434.775 2683.85 -438.665 2688.26 -426.911C2696.73 -426.919 2807.06 -426.979 2817.75 -426.782V-421.862C2774.58 -421.923 2731.42 -421.946 2688.26 -421.854L2688 -421.475C2682.06 -409.625 2668.54 -415.867 2669.17 -425.18Z" fill="white"/>
<path d="M2610.26 -430.738C2612.11 -432.067 2614.13 -433.368 2616.49 -433.57C2620.68 -433.93 2624.88 -431.283 2626.37 -427.314C2627.36 -424.678 2626.77 -421.802 2625.86 -419.243C2640.72 -405.296 2655.42 -391.189 2670.39 -377.355C2719.51 -377.476 2768.63 -377.385 2817.75 -377.393V-372.663L2668.29 -372.686C2653.13 -387.112 2637.76 -401.325 2622.67 -415.827C2621.17 -415.273 2619.68 -414.616 2618.11 -414.438C2610.89 -413.619 2603.95 -422.002 2610.26 -430.738Z" fill="white"/>
<path d="M321.3 -432.735C330.128 -434.422 338.127 -422.348 327.655 -414.634C324.436 -413.473 320.845 -413.328 317.8 -415.074C310.143 -420.471 313.19 -431.185 321.3 -432.735Z" fill="white"/>
<path d="M1288.98 -423.859C1293.92 -425.788 1300.03 -422.637 1301.32 -417.481C1303.05 -412.318 1299.33 -406.32 1294.01 -405.401C1288.79 -404.187 1283.01 -408.241 1282.66 -413.647C1282 -418.013 1284.75 -422.538 1288.98 -423.859Z" fill="white"/>
<path d="M481.123 -405.197C482.726 -405.979 484.229 -406.951 485.656 -408.037C501.63 -399.523 651.51 -318.686 678.576 -304.094C747.364 -267.005 743.463 -269.691 743.318 -267.945C743.401 -260.034 743.356 -252.122 743.318 -244.219C756.324 -239.639 751.381 -224.826 741.913 -224.903C732.526 -224.233 726.894 -238.432 738.678 -243.756C738.709 -251.272 738.663 -258.789 738.694 -266.298C717.187 -277.885 501.641 -394.002 481.123 -405.197Z" fill="white"/>
<path d="M2347.29 -407.277C2353 -409.524 2360.13 -404.771 2359.87 -398.553C2360.53 -392.531 2354.22 -387.384 2348.45 -388.827C2343.69 -389.647 2340.22 -394.531 2340.81 -399.259C2341.26 -402.86 2343.79 -406.153 2347.29 -407.277Z" fill="white"/>
<path d="M982.089 -401.75C983.395 -402.425 984.74 -402.972 986.129 -403.489C990.608 -403.732 995.263 -401.203 996.622 -396.77C998.619 -391.349 994.549 -384.811 988.793 -384.287C979.377 -382.765 973.41 -395.234 982.089 -401.75Z" fill="white"/>
<path d="M31.5522 -401.97C37.2317 -404.164 44.1409 -399.35 44.0571 -393.269C44.5281 -387.962 39.6608 -382.92 34.3085 -383.406C29.3659 -383.125 25.023 -387.635 24.9775 -392.472C24.6655 -396.647 27.528 -400.785 31.5522 -401.97Z" fill="white"/>
<path d="M2218.78 -402C2229.74 -404.457 2234.06 -394.457 2230.65 -388.174C2229.18 -385.462 2226.35 -383.976 2223.51 -383.156C2221.12 -383.24 2218.62 -383.566 2216.68 -385.054C2212.57 -387.749 2211.54 -393.775 2214.07 -397.893C2215.18 -399.704 2216.96 -400.945 2218.78 -402Z" fill="white"/>
<path d="M2249.4 -401.94C2254.36 -403.846 2260.45 -400.603 2261.75 -395.47C2263.44 -390.353 2259.72 -384.317 2254.42 -383.474C2250.26 -382.51 2245.68 -384.838 2243.87 -388.691C2241.52 -393.677 2244 -400.33 2249.4 -401.94Z" fill="white"/>
<path d="M2423.04 -397.749C2427.47 -399.824 2433.22 -398.035 2435.63 -393.648C2438.19 -388.986 2436.22 -382.549 2431.36 -380.354C2430.91 -380.151 2430.01 -379.724 2429.56 -379.511C2429.39 -364.023 2429.53 -348.526 2429.49 -333.029C2459.33 -333.108 2817.66 -333.037 2817.75 -333.037V-328.368C2780.59 -328.348 2432.66 -328.311 2424.88 -328.292L2424.75 -328.474C2424.82 -345.535 2424.77 -362.588 2424.77 -379.648C2424.39 -379.8 2423.64 -380.096 2423.26 -380.24C2415.23 -384.21 2416.36 -394.627 2423.04 -397.749Z" fill="white"/>
<path d="M2387.43 -389.464C2387.48 -395.075 2393.32 -399.73 2398.81 -398.424C2407.52 -396.933 2410.51 -383.807 2399.29 -379.549L2399.27 -318.558L2817.75 -318.618V-313.919C2773.96 -313.85 2419.88 -313.838 2394.63 -313.927C2394.61 -335.786 2394.73 -357.66 2394.57 -379.519C2394.27 -379.679 2393.66 -379.997 2393.35 -380.149C2389.65 -381.629 2387.1 -385.478 2387.43 -389.464Z" fill="white"/>
<path d="M-216.999 -397.429C-164.101 -397.437 -111.182 -396.172 -58.299 -397.421C-56.6881 -397.46 -60.4271 -400.942 -0.975235 -341.214C0.0195923 -339.87 1.72032 -339.946 3.21591 -340.06C12.8814 -340.159 22.5389 -339.991 32.2043 -340.136C32.1965 -344.448 32.1813 -348.754 32.2043 -353.058C19.575 -357.953 25.2405 -373.25 35.0893 -372.116C40.2146 -372.085 44.5496 -367.173 44.0488 -362.086C44.0792 -357.811 40.6395 -354.508 36.8586 -353.081C36.8738 -347.979 36.9424 -342.876 36.8738 -337.774C37.0183 -336.392 35.6514 -335.238 34.3306 -335.322C23.4275 -335.253 12.5244 -335.188 1.62199 -335.276C0.0802765 -335.289 -1.71091 -335.071 -2.82713 -336.385C-4.71239 -338.263 -58.6031 -392.116 -59.1943 -392.714L-216.999 -392.73V-397.429Z" fill="white"/>
<path d="M1198.53 -392.934C1203.64 -394.993 1209.97 -391.796 1211.21 -386.435C1213.02 -380.688 1208.06 -374.173 1202.04 -374.401C1196.85 -374.135 1192.03 -378.926 1192.43 -384.134C1192.24 -388.007 1195.03 -391.521 1198.53 -392.934Z" fill="white"/>
<path d="M1288.02 -392.282C1292.94 -394.354 1299.16 -391.477 1300.66 -386.337C1302.75 -380.779 1298.29 -374.219 1292.45 -373.817C1287.34 -373.179 1282.21 -377.378 1282 -382.556C1281.54 -386.663 1284.12 -390.892 1288.02 -392.282Z" fill="white"/>
<path d="M-216.999 -381.735C-49.0955 -381.711 -57.7661 -382.324 -56.4387 -380.733L-5.91782 -330.228C-4.64984 -328.549 -2.41013 -329.195 -0.610443 -329.066C50.5435 -329.156 126.43 -328.985 133.755 -329.233C141.173 -332.945 148.303 -337.251 155.645 -341.123C202.653 -341.415 404.212 -341.076 407.885 -341.426C408.66 -340.355 409.472 -339.202 409.275 -337.789C409.13 -319.643 409.426 -301.481 409.123 -283.35C406.481 -277.064 402.51 -271.377 399.511 -265.235C400.946 -263.382 402.396 -261.301 402.32 -258.827C402.768 -254.742 400.141 -250.915 396.512 -249.23C392.412 -247.598 387.484 -249.063 384.971 -252.677C383.324 -254.734 383.172 -257.468 383.187 -259.981C384.432 -265.281 389.891 -268.773 395.237 -267.657C397.902 -272.137 400.29 -276.776 402.875 -281.301C403.726 -282.792 404.735 -284.331 404.56 -286.13C404.461 -302.932 404.644 -319.735 404.469 -336.53C397.547 -336.5 248.331 -336.536 247.706 -336.538C148.723 -336.695 158.139 -337.175 154.598 -335.194C134.369 -323.875 135.096 -324.395 133.794 -324.405C87.473 -324.736 41.1421 -324.413 -5.18034 -324.397C-6.37973 -324.268 -7.43524 -324.799 -8.20975 -325.673L-58.6851 -376.163C-59.7321 -377.547 -50.2852 -377.149 -216.998 -377.052V-381.735H-216.999Z" fill="white"/>
<path d="M-216.999 -367.681L-61.3509 -367.697C-60.0222 -367.826 -58.7767 -367.309 -57.9112 -366.299C-46.097 -354.106 -34.0857 -342.079 -22.3474 -329.824C-21.4891 -325.815 -22.2788 -321.488 -21.9832 -317.357C-18.5666 -315.93 -15.4916 -312.961 -15.3095 -309.066C-14.4592 -303.592 -19.3562 -298.117 -24.9064 -298.505C-30.6465 -298.231 -35.4295 -304.139 -34.2149 -309.696C-33.6911 -313.66 -30.3425 -316.499 -26.6757 -317.585C-26.683 -320.933 -26.683 -324.282 -26.6757 -327.622C-38.1991 -339.206 -59.0462 -360.763 -61.4723 -362.966C-113.315 -363.087 -165.157 -362.988 -216.998 -363.011L-216.999 -367.681Z" fill="white"/>
<path d="M998.049 -350.872C999.491 -356.353 1006.04 -359.558 1011.22 -357.143C1016.54 -355.033 1018.78 -347.767 1015.38 -343.104C1012.57 -338.534 1005.71 -337.372 1001.57 -340.766C999.772 -342.064 998.747 -344.046 997.912 -346.028C989.932 -345.853 981.937 -346.134 973.965 -345.883C974.11 -319.043 974.041 -292.204 973.988 -265.371C986.307 -260.74 981.535 -246.133 972.014 -246.23C966.555 -245.934 961.529 -251.158 962.296 -256.625C962.35 -260.762 965.713 -264.058 969.479 -265.235V-348.434C969.312 -350.188 971.331 -350.977 972.796 -350.834C981.209 -350.864 989.629 -350.773 998.049 -350.872Z" fill="white"/>
<path d="M-216.999 -355.488L-73.4691 -355.465C-72.1708 -355.64 -71.2689 -354.598 -70.4622 -353.765C-47.101 -329.616 -47.9435 -330.11 -48.026 -328.603C-47.7529 -318.846 -48.3677 -308.999 -47.7602 -299.28C-43.66 -294.983 -39.0592 -291.179 -34.8073 -287.026C-14.3226 -287.064 6.17732 -287.08 26.6621 -287.011C27.9592 -287.722 26.7325 -286.778 52.5149 -312.856L129.99 -312.848C137.112 -313.321 130.739 -309.194 154.21 -327.988C156.434 -329.769 150.805 -329.154 257.211 -329.149C305.435 -329.148 384.806 -329.239 392.647 -329.082C394.06 -329.135 395.494 -327.943 395.183 -326.431L395.206 -285.432C395.487 -283.898 394.378 -282.272 392.746 -282.243C385.942 -282.12 379.125 -282.258 372.322 -282.189C372.383 -274.733 372.276 -267.285 372.421 -259.829C369.33 -257.65 357.895 -252.618 344.047 -245.995C338.172 -243.186 344.353 -244.407 292.904 -244.173C290.839 -247.427 291.823 -242.954 291.53 -259.548C288.212 -260.816 285.099 -263.383 284.506 -267.065C282.348 -276.013 294.362 -283.923 302.25 -274.202C302.523 -273.427 302.816 -272.647 303.085 -271.856C304.635 -267.301 302.098 -262.054 297.687 -260.232C296.73 -259.703 297.061 -259.888 296.229 -259.419C296.039 -255.904 296.175 -252.381 296.145 -248.866C340.006 -248.816 337.766 -248.622 339.954 -249.45C342.661 -250.476 356.586 -257.384 367.432 -262.236C367.892 -281.287 366.181 -287.029 369.823 -287.018C376.726 -286.999 383.634 -287.026 390.535 -287.056V-324.374C348.652 -324.307 170.321 -324.56 157.025 -324.199C150.944 -319.469 144.862 -314.724 138.811 -309.948C135.599 -306.949 130.878 -308.313 126.944 -308.255C50.9647 -307.132 54.8766 -308.873 53.5692 -307.162C28.9212 -282.392 29.6824 -281.867 26.7446 -282.182C6.22162 -282.228 -14.3159 -282.182 -34.8389 -282.206C-36.919 -282.031 -38.309 -283.823 -39.7056 -285.045C-50.8333 -296.084 -52.8575 -295.933 -52.6888 -299.091C-52.727 -308.209 -52.6584 -317.328 -52.6888 -326.439C-52.5061 -327.719 -51.8876 -326.934 -74.3049 -350.834H-216.999V-355.488Z" fill="white"/>
<path d="M-85.4572 -330.736C-84.1207 -333.727 -82.0788 -336.741 -78.715 -337.608C-73.7038 -339.415 -67.7512 -336.059 -66.5215 -330.919C-64.8055 -325.209 -69.7105 -318.611 -75.7541 -318.983C-80.2111 -318.665 -83.8481 -322.142 -85.3055 -326.082C-90.1194 -326.082 -94.9406 -326.067 -99.7539 -326.09C-106.982 -318.9 -114.134 -311.641 -121.392 -304.489C-142.857 -304.543 -164.321 -304.52 -185.785 -304.497C-192.967 -311.528 -199.892 -318.817 -207.181 -325.718C-210.355 -326.417 -213.756 -325.634 -216.998 -326.136V-330.638C-213.073 -330.638 -209.147 -330.646 -205.222 -330.63C-198.518 -323.896 -191.768 -317.215 -185.086 -310.464C-184.449 -309.948 -183.857 -309.082 -182.907 -309.204C-163.652 -309.189 -144.398 -309.235 -125.143 -309.189C-122.682 -308.722 -123.426 -309.568 -101.689 -330.813C-96.2765 -330.691 -90.8708 -330.82 -85.4572 -330.736Z" fill="white"/>
<path d="M-170.395 -336.628C-163.904 -338.362 -157.138 -332.141 -158.589 -325.596C-159.47 -320.236 -165.483 -316.379 -170.699 -318.095C-175.217 -319.294 -178.296 -324.107 -177.541 -328.747C-176.932 -332.478 -174.039 -335.654 -170.395 -336.628Z" fill="white"/>
<path d="M-140.063 -336.643C-134.224 -338.137 -127.885 -333.219 -128.279 -327.168C-127.983 -321.147 -134.581 -316.242 -140.275 -318.049C-145.089 -319.264 -148.376 -324.57 -147.177 -329.453C-146.322 -332.938 -143.527 -335.757 -140.063 -336.643Z" fill="white"/>
<path d="M332.628 -312.62C340.599 -319.452 349.673 -313.022 349.27 -305.947C349.513 -301.756 346.431 -298.218 342.725 -296.676C337.714 -295.181 332.339 -298.051 330.486 -302.857L330.16 -303.38C287.183 -303.595 205.078 -303.4 200.312 -303.768C200.289 -294.148 200.297 -284.521 200.304 -274.901L74.5251 -274.893C72.8547 -275 71.5242 -273.866 70.2046 -273.026C61.4472 -267.451 52.6352 -261.948 44.0938 -256.049C4.24057 -255.828 -35.6285 -255.988 -75.4891 -255.973C-104.613 -266.89 -98.5292 -265.255 -106.155 -265.312C-143.107 -265.586 -180.054 -265.342 -216.999 -265.281V-269.996C-90.1092 -270.048 -100.132 -270.248 -98.0011 -269.427C-68.5781 -258.093 -75.7731 -260.623 -66.674 -260.483C-30.9706 -259.934 4.73404 -260.498 40.4423 -260.467C42.4465 -260.338 43.9803 -261.842 45.6052 -262.783C53.562 -268.007 61.5717 -273.139 69.5825 -278.28C73.16 -280.575 62.4432 -279.243 195.65 -279.639C195.536 -289.19 195.65 -298.749 195.574 -308.301C240.438 -308.376 285.311 -308.255 330.175 -308.475C331.205 -310.153 331.864 -311.434 332.628 -312.62Z" fill="white"/>
<path d="M367.994 -315.354C373.404 -316.537 379.299 -312.347 379.527 -306.751C380.226 -301.041 374.782 -295.643 369.08 -296.372C364.365 -296.714 360.242 -301.125 360.432 -305.893C360.158 -310.366 363.696 -314.413 367.994 -315.354Z" fill="white"/>
<path d="M-85.2675 -300.715C-83.8247 -304.656 -80.1731 -308.02 -75.7617 -307.784C-69.8473 -308.057 -64.8889 -301.763 -66.4683 -296.069C-68.2838 -287.283 -81.3913 -285.235 -85.2905 -295.864C-91.4634 -295.591 -97.864 -296.745 -103.801 -294.527C-109.154 -293.267 -114.34 -291.156 -119.814 -290.511C-141.339 -290.511 -162.864 -290.42 -184.381 -290.556C-191.184 -292.249 -197.646 -295.196 -204.304 -297.42C-208.298 -299.242 -212.762 -298.324 -216.999 -298.528V-303.168C-212.451 -302.917 -207.698 -303.865 -203.34 -302.09C-198.257 -300.019 -193.002 -298.404 -187.858 -296.479C-182.919 -294.63 -189.877 -294.69 -126.624 -295.172C-114.822 -295.262 -123.31 -294.471 -100.126 -300.396C-95.2139 -301.11 -90.2179 -300.525 -85.2675 -300.715Z" fill="white"/>
<path d="M2342.25 -306.349C2391.65 -306.58 2782.46 -306.321 2817.75 -306.569V-301.74L2347.12 -301.748C2347.18 -288.096 2347.14 -274.445 2347.14 -260.793C2362.6 -254.741 2350.5 -235.201 2338.73 -243.809C2335.09 -246.808 2334.07 -252.396 2336.6 -256.413C2337.8 -258.727 2340.16 -259.693 2342.26 -260.855C2342.34 -276.016 2342.36 -291.186 2342.25 -306.349Z" fill="white"/>
<path d="M165.067 -298.574C166.465 -302.332 169.782 -305.726 174.027 -305.695C179.926 -306.28 185.188 -300.312 183.966 -294.534C182.814 -286.539 170.246 -281.815 164.893 -293.889L60.2297 -293.867C52.5612 -286.191 44.8545 -278.552 37.2321 -270.831C-0.457306 -270.831 -38.1619 -270.717 -75.844 -270.884C-82.6087 -272.813 -89.0779 -275.721 -95.7667 -277.915C-99.065 -278.499 -216.881 -278.113 -216.998 -278.112V-282.926C-69.2274 -282.955 -102.219 -284.177 -86.1929 -279.486C-67.9679 -274.153 -101.433 -276.012 35.1969 -275.614C42.0533 -282.379 48.8411 -289.205 55.621 -296.038C60.3602 -300.004 44.8265 -298.212 165.067 -298.574Z" fill="white"/>
<path d="M208.261 -296.995C213.173 -296.669 287.206 -296.857 295.796 -296.903C299.926 -292.735 304.558 -289.106 308.901 -285.158C311.11 -283.373 313.016 -281.172 315.445 -279.653C320.662 -279.456 325.901 -279.691 331.124 -279.608C334.687 -287.548 339.055 -286.564 343.181 -286.631C347.372 -285.135 350.356 -281.149 350.356 -276.662C349.908 -271.894 345.919 -267.795 341.048 -267.566C336.466 -267.351 332.483 -270.656 331.116 -274.87C325.566 -274.946 320.016 -274.825 314.474 -274.901C313.266 -274.787 312.424 -275.744 311.574 -276.411C302.207 -284.764 301.465 -285.221 293.8 -292.105C283.255 -292.13 215.915 -292.329 213.106 -292.06C213.045 -280.861 213.129 -269.662 213.075 -258.463C72.0012 -258.54 80.1504 -258.553 78.3447 -258.136C76.2603 -256.875 50.796 -241.13 48.7869 -239.443C7.29355 -239.58 -34.1998 -239.329 -75.6858 -239.572C-84.0529 -244.166 -92.8377 -247.955 -101.318 -252.343C-105.077 -254.56 -109.594 -253.17 -113.71 -253.611C-134.208 -253.195 -213.838 -253.681 -216.999 -253.3V-258.182C-179.537 -258.227 -142.075 -257.985 -104.621 -258.22C-101.136 -258.242 -98.2846 -255.916 -95.214 -254.583C-87.8872 -251.403 -80.978 -247.233 -73.5675 -244.272C-63.7126 -244.213 39.8182 -244.077 47.0789 -244.341C57.1085 -250.21 66.7818 -256.724 76.7277 -262.753C78.2791 -263.397 69.5502 -263.162 208.398 -263.162C208.299 -274.437 208.588 -285.727 208.261 -296.995Z" fill="white"/>
<path d="M2372.65 -294.299C2399.58 -294.347 2784.01 -294.332 2817.75 -294.299V-289.546L2377.52 -289.637C2377.51 -280.033 2377.54 -270.428 2377.51 -260.824C2379.13 -260.027 2380.74 -259.131 2382.24 -258.052C2389.75 -247.233 2377.48 -237.614 2369.62 -243.459C2365.72 -245.889 2364.69 -250.953 2366 -255.129C2367.42 -257.786 2369.78 -259.791 2372.64 -260.77C2372.66 -271.946 2372.65 -283.123 2372.65 -294.299Z" fill="white"/>
<path d="M2450.49 -282.804C2450.6 -282.804 2627.5 -282.899 2637.93 -282.675C2639.95 -280.293 2676.25 -242.196 2676.93 -241.478C2678.73 -240.878 2680.69 -241.027 2682.61 -241.022C2727.65 -240.897 2772.71 -240.923 2817.75 -241.106V-236.315L2675.29 -236.292C2665.14 -246.891 2648.29 -264.743 2635.81 -277.8C2629.11 -278.245 2456.22 -278.267 2452.12 -277.906C2451.7 -277.383 2451.34 -276.851 2451.02 -276.312C2443.51 -268.579 2415.65 -239.35 2414.18 -237.506C2414.07 -218.388 2414.13 -199.27 2414.13 -180.152C2425.24 -176.179 2422.41 -162.192 2413.13 -161.247C2408.41 -160.457 2403.62 -163.8 2402.48 -168.429C2401.43 -172.698 2403.65 -177.358 2407.56 -179.271C2408.01 -179.461 2408.9 -179.841 2409.34 -180.038C2409.55 -199.908 2409.41 -219.8 2409.4 -239.678C2415.59 -246.001 2450.41 -282.722 2450.49 -282.804Z" fill="white"/>
<path d="M2270.22 -278.552C2275.14 -281.144 2281.91 -278.514 2283.65 -273.154C2285.81 -267.612 2281.64 -260.679 2275.6 -260.444C2270.6 -259.715 2265.74 -263.581 2265.08 -268.477C2264.54 -272.537 2266.59 -276.637 2270.22 -278.552Z" fill="white"/>
<path d="M229.878 -277.976C235.213 -280.092 241.836 -276.639 242.785 -270.915C243.999 -265.683 240.02 -260.258 234.759 -259.496C229.587 -258.746 224.39 -262.77 223.834 -267.984C223.385 -272.191 225.981 -276.43 229.878 -277.976Z" fill="white"/>
<path d="M260.248 -278.013C265.417 -279.94 271.751 -276.852 272.974 -271.392C274.462 -266.115 270.559 -260.224 265.13 -259.541C260.188 -258.637 255.116 -262.326 254.19 -267.24C253.348 -271.703 256.017 -276.436 260.248 -278.013Z" fill="white"/>
<path d="M2461.64 -268.841C2518.61 -268.72 2575.58 -269.023 2632.54 -268.818C2636.31 -266.183 2638.87 -262.106 2642.4 -259.13C2652.33 -248.69 2662.36 -238.334 2672.32 -227.925L2817.75 -227.894V-223.255C2657.27 -223.833 2672.17 -221.715 2668.45 -225.032C2666.72 -226.879 2632.09 -262.975 2630.97 -263.959C2630.88 -263.959 2465.51 -264.232 2465.41 -264.232C2463.62 -264.437 2462.93 -262.592 2461.99 -261.499C2457.76 -255.645 2453.36 -249.92 2449.1 -244.097C2447.63 -241.682 2444.99 -239.754 2444.5 -236.899C2444.45 -217.986 2444.47 -199.073 2444.47 -180.16C2456.64 -175.015 2451.43 -161.329 2442.67 -161.186C2433.39 -160.151 2426.56 -174.408 2439.85 -180.342C2439.73 -200.06 2439.86 -219.778 2439.77 -239.496C2440.53 -240.528 2460.8 -267.872 2461.64 -268.841Z" fill="white"/>
<path d="M432.85 -252.806C434.022 -262.321 448.087 -264.454 451.657 -253.998C455.808 -253.578 454.582 -253.945 528.577 -253.793C530.111 -253.983 531.918 -253.049 531.781 -251.28C531.865 -219.665 531.652 -188.049 531.781 -156.434C538.167 -156.495 544.552 -156.449 550.937 -156.456C551.902 -158.514 552.927 -160.708 554.931 -161.946C559.198 -165.12 565.941 -163.7 568.583 -159.091C569.972 -157.057 570.002 -154.513 569.972 -152.129C567.895 -145.03 560.041 -141.633 553.177 -147.513C552.403 -148.88 551.674 -150.269 550.983 -151.666C543.55 -151.734 536.124 -151.627 528.699 -151.711C528.106 -152.182 527.522 -152.645 526.952 -153.101C526.963 -161.612 526.898 -237.586 526.96 -249.177C526.679 -249.147 526.124 -249.093 525.851 -249.063C501.198 -249.2 476.553 -249.071 451.899 -249.131C451.732 -248.759 451.393 -248.025 451.239 -247.658C448.837 -241.938 441.134 -239.914 436.312 -243.793C433.829 -246.049 432.235 -249.42 432.85 -252.806Z" fill="white"/>
<path d="M1852.24 -256.116C1858.08 -257.064 1863.84 -251.78 1863.15 -245.889C1862.94 -239.838 1856.15 -235.427 1850.51 -237.53C1845.4 -239.132 1842.64 -245.34 1844.7 -250.301C1846 -253.4 1848.94 -255.581 1852.24 -256.116Z" fill="white"/>
<path d="M2491.25 -256.207L2627.71 -256.215C2632.42 -251.541 2659.96 -223.964 2668.67 -215.23C2669.81 -213.757 2671.8 -214.334 2673.45 -214.213C2721.55 -214.312 2769.66 -214.191 2817.75 -214.243V-209.589C2768.4 -209.49 2719.04 -209.665 2669.69 -209.399C2667.16 -209.179 2665.83 -211.654 2664.19 -213.082C2661.93 -215.343 2628.67 -248.54 2626.03 -251.303C2614.47 -251.568 2532.55 -251.467 2491.36 -251.515C2491.26 -251.427 2475.1 -237.854 2474.7 -237.515C2474.76 -218.374 2474.63 -199.241 2474.73 -180.107C2483.71 -177.051 2484.61 -165.463 2475.34 -161.43C2463.25 -159.596 2460.45 -170.811 2464.47 -176.235C2465.7 -178.148 2467.8 -179.18 2469.83 -180.046C2469.95 -199.953 2469.84 -219.869 2469.86 -239.777C2487.88 -254.063 2488.49 -256.628 2491.25 -256.207Z" fill="white"/>
<path d="M1073.95 -242.609C1078.53 -249.748 1092.09 -247.548 1091.46 -235.609C1089.69 -228.335 1081.41 -224.044 1073.88 -231.311C1072.02 -234.774 1071.51 -239.299 1073.95 -242.609Z" fill="white"/>
<path d="M-216.999 -239.519C-180.031 -239.504 -143.062 -239.58 -106.102 -239.481C-95.3888 -237.598 -85.0095 -233.923 -74.2891 -232.108L360.925 -232.116C361.061 -232.306 361.32 -232.686 361.457 -232.876C363.127 -236.049 366.096 -238.973 369.915 -238.942C374.516 -239.451 378.998 -235.998 379.975 -231.501C380.943 -227.045 378.434 -222.178 374.182 -220.538C368.996 -218.199 362.398 -221.646 361.244 -227.196C355.483 -228.203 -66.1642 -227.164 -77.8727 -227.789C-86.8778 -230.104 -95.8822 -232.389 -104.925 -234.523C-107.296 -234.931 -98.6955 -234.811 -216.999 -234.811V-239.519Z" fill="white"/>
<path d="M2530.8 -230.757C2531.6 -236.626 2538.57 -240.544 2543.97 -237.963C2548.53 -236.125 2550.75 -230.803 2549.47 -226.164C2564.78 -216.612 2580.33 -207.42 2595.45 -197.547C2597.21 -196.401 2599.38 -196.925 2601.38 -196.803L2817.75 -196.857V-192.157L2595.19 -192.126C2579.1 -202.141 2563.03 -212.194 2546.9 -222.132C2538.55 -215.577 2529.22 -222.824 2530.8 -230.757Z" fill="white"/>
<path d="M2566.67 -237.948C2571.49 -240.271 2577.76 -237.446 2579.52 -232.466C2580.52 -228.989 2580.01 -224.767 2577.17 -222.269C2573.09 -217.942 2565.08 -218.967 2562.25 -224.198C2559.16 -228.942 2561.53 -235.806 2566.67 -237.948Z" fill="white"/>
<path d="M-216.999 -222.656C-8.96725 -222.656 -22.1974 -223.333 -20.5714 -221.403C2.62413 -198.291 25.6903 -175.035 48.9386 -151.969L245.351 -152.022C248.132 -152.449 239.291 -159.777 380.56 -18.7803L458.004 -18.7723C459.287 -18.9168 461.034 -18.2559 460.874 -16.6844C460.965 -11.5822 460.836 -6.4726 460.889 -1.36249C472.429 3.35187 468.782 15.6449 461.064 17.4294C455.142 19.2971 448.445 13.8531 449.167 7.67291C449.068 3.42896 452.477 0.125793 456.228 -1.24048C456.25 -5.55304 456.243 -9.85834 456.236 -14.163C430.724 -14.0792 405.213 -14.14 379.702 -14.1327C378.314 -13.9397 386.976 -5.1239 245.329 -147.337L48.7493 -147.329C46.0664 -147.063 51.2968 -142.884 -18.2248 -212.405C-20.6466 -214.258 -22.2412 -217.991 -25.6426 -217.971C-89.4277 -217.6 -153.214 -217.963 -216.999 -217.956V-222.656Z" fill="white"/>
<path d="M-216.999 -208.617C-73.1237 -208.642 -85.5345 -209.168 -82.0032 -207.289C-66.3912 -198.979 -65.7551 -198.611 -63.6367 -198.739C-57.0311 -198.762 -50.4333 -198.755 -43.8276 -198.755C-39.0428 -210.866 -25.1862 -206.279 -24.7322 -197.297C-24.0718 -191.777 -29.1813 -186.477 -34.7315 -186.963C-39.0064 -186.917 -42.3769 -190.273 -43.7438 -194.092C-51.3819 -194.199 -59.0353 -193.857 -66.6583 -194.222C-78.7346 -199.429 -83.7391 -204.069 -87.9023 -203.97C-130.925 -202.952 -173.965 -203.94 -216.999 -203.917V-208.617Z" fill="white"/>
<path d="M361.017 -201.533C362.452 -205.512 365.929 -208.496 370.189 -208.959C374.896 -208.799 379.026 -205.542 380.181 -200.957C380.165 -198.892 380.219 -196.705 379.155 -194.845C375.76 -188.042 365.205 -186.862 361.131 -196.651C332.59 -197.016 304.035 -196.705 275.487 -196.826C275.509 -182.218 275.464 -167.602 275.502 -152.994L276.14 -152.167C276.584 -151.657 342.131 -86.8822 384.372 -45.279C413.156 -45.2869 441.94 -45.2335 470.723 -45.3021C477.541 -52.1202 484.291 -58.999 491.2 -65.7182C548.182 -65.6799 605.172 -65.7868 662.155 -65.6648C668.905 -58.6949 675.852 -51.9223 682.693 -45.0435C685.009 -46.19 687.598 -47.2225 690.24 -46.6307C694.09 -46.0383 697.02 -42.8341 698.045 -39.1826C698.835 -34.6121 696.153 -29.8054 691.759 -28.1812C686.816 -26.3536 680.806 -29.332 679.376 -34.3613C678.717 -36.6757 679.17 -39.0763 679.596 -41.3767C672.983 -47.8914 666.446 -54.4813 659.886 -61.0415C604.445 -61.0112 548.996 -61.1174 493.563 -60.9881C486.524 -54.8455 480.189 -47.8471 473.472 -41.3312C472.567 -40.4523 471.225 -40.7468 470.124 -40.6326C424.308 -40.7225 386.2 -40.4936 382.225 -40.9136C353.495 -68.7482 325.067 -96.9354 296.657 -125.123C270.726 -150.85 270.488 -149.755 270.774 -152.509C270.804 -167.976 270.743 -183.434 270.797 -198.892C270.607 -200.388 271.974 -201.702 273.454 -201.519C279.37 -201.55 358.021 -201.552 361.017 -201.533Z" fill="white"/>
<path d="M-110.817 -199.703C-108.774 -201.229 -106.132 -201.268 -103.695 -201.328C-99.504 -200.258 -95.867 -196.514 -95.9052 -192.02C-95.5635 -186.865 -100.187 -181.982 -105.389 -182.226C-109.724 -181.922 -113.513 -185.209 -114.811 -189.18C-123.128 -189.472 -205.66 -189.395 -216.999 -189.211V-194.085L-115.046 -194.07C-113.96 -196.158 -112.92 -198.451 -110.817 -199.703Z" fill="white"/>
<path d="M71.9065 -184.64C77.3019 -186.208 83.371 -182.431 84.0545 -176.881C85.0717 -171.353 80.2129 -165.56 74.5335 -165.932C69.4695 -165.621 65.0095 -170.289 64.9742 -175.301C64.9445 -179.509 67.8586 -183.463 71.9065 -184.64Z" fill="white"/>
<path d="M102.216 -184.671C107.073 -186.01 112.641 -183.145 113.992 -178.24C116.065 -172.454 111.061 -165.674 104.941 -165.917C100.12 -165.621 95.7668 -169.685 95.2989 -174.451C94.8576 -178.949 97.8451 -183.465 102.216 -184.671Z" fill="white"/>
<path d="M132.587 -184.693C138.202 -186.279 144.431 -181.891 144.621 -176.068C145.19 -170.593 140.103 -165.377 134.591 -165.932C129.102 -165.894 124.577 -171.505 125.648 -176.88C126.011 -180.593 129.049 -183.693 132.587 -184.693Z" fill="white"/>
<path d="M2570.21 -172.666C2580.59 -176.615 2590.93 -180.76 2601.4 -184.45C2605.34 -184.634 2585.92 -184.645 2817.75 -184.617V-179.757C2815.97 -179.907 2607.28 -180.035 2602.16 -179.719C2594.02 -176.901 2591.01 -175.464 2571.95 -168.353C2571.27 -155.324 2557.53 -154.88 2553.72 -162.651C2549.53 -169.788 2556.87 -179.998 2566.86 -175.619C2568 -174.686 2569.09 -173.676 2570.21 -172.666Z" fill="white"/>
<path d="M2230.73 -179.287C2232.67 -175.278 2232.01 -169.948 2228.35 -167.154C2221.25 -160.901 2209.31 -168.374 2213.59 -178.854C2218.01 -186.099 2226.82 -185.651 2230.73 -179.287Z" fill="white"/>
<path d="M2248.58 -183.296C2253.84 -185.839 2260.71 -182.4 2261.86 -176.735C2263.37 -171.337 2259.01 -165.584 2253.52 -164.99C2248.12 -164.405 2242.65 -169.052 2243.06 -174.556C2242.77 -178.277 2245.32 -181.713 2248.58 -183.296Z" fill="white"/>
<path d="M362.634 -174.443C365.633 -178.513 371.76 -179.864 375.943 -176.827C380.453 -174.01 381.395 -167.488 378.403 -163.221C376.945 -161.497 374.995 -160.321 372.975 -159.379C373.043 -141.21 372.998 -123.049 372.975 -104.88C375.097 -102.713 382.624 -95.1394 388.593 -89.2087C389.488 -88.3195 390.46 -87.1893 391.903 -87.4545C462.638 -87.5079 458.381 -87.6827 460.829 -86.7255C460.928 -82.0258 460.882 -77.3181 460.882 -72.6183C463.532 -71.3958 466.303 -69.8013 467.427 -66.9164C469.925 -61.731 466.592 -54.905 460.951 -53.7129C455.264 -52.0807 448.81 -56.9626 449.144 -62.9456C448.811 -67.4329 452.273 -71.0164 456.236 -72.4896C456.236 -75.9445 456.22 -79.3988 456.243 -82.8537L455.453 -82.7322C433.078 -82.9598 410.702 -82.7171 388.327 -82.8464C381.691 -89.6876 374.813 -96.2703 368.215 -103.141C368.245 -121.872 368.237 -140.61 368.177 -159.341C366.386 -160.377 364.268 -161.241 362.953 -163.077C360.341 -166.273 360.432 -171.065 362.634 -174.443Z" fill="white"/>
<path d="M-216.999 -175.566L-11.999 -175.528C-9.73622 -175.885 -8.31892 -173.865 -6.89679 -172.491C-6.81424 -172.411 37.578 -127.855 39.6532 -126.039L246.49 -125.986C248.813 -123.257 378.035 5.73346 378.123 5.82147C391.767 5.70734 405.403 5.90527 419.047 5.7226C420.307 1.73657 424.013 -1.52838 428.332 -1.36145C433.564 -1.61938 438.309 3.2243 437.937 8.45581C438.165 18.2366 423.16 22.2972 418.963 10.5055C404.742 10.3234 390.498 10.65 376.285 10.3538C374.176 8.8606 244.403 -121.202 244.326 -121.279C25.6242 -121.474 38.0733 -120.311 35.8111 -122.896L-10.8682 -169.597C-12.8919 -172.191 -17.0715 -170.031 -29.455 -170.82C-74.7182 -170.315 -197.985 -170.913 -216.999 -170.873L-216.999 -175.566Z" fill="white"/>
<path d="M2600.51 -169.508L2817.75 -169.523V-164.823L2602.3 -164.778C2600.31 -163.411 2576.64 -145.071 2571.14 -140.724C2572.61 -134.25 2570.77 -129.779 2564.55 -127.453C2559.1 -126.185 2553.58 -130.019 2552.52 -135.418C2552.11 -144.972 2561.2 -149.211 2568.13 -144.506C2570.8 -146.517 2596.46 -166.354 2600.51 -169.508Z" fill="white"/>
<path d="M-216.999 -161.756C-206.643 -161.785 -102.475 -161.794 -93.8246 -161.832C-23.5607 -162.141 -26.1701 -162.547 -24.4512 -160.602C-3.10815 -139.32 18.1353 -117.932 39.5166 -96.6877L214.882 -96.7563C219.2 -108.749 233.981 -104.324 233.871 -94.8808C234.433 -88.9209 228.336 -83.7349 222.559 -85.0636C218.831 -85.6633 216.059 -88.6776 214.905 -92.1397L38.8713 -92.1779C37.5123 -91.9958 36.5315 -93.0192 35.6599 -93.8787C14.4995 -114.727 -6.38036 -135.858 -27.3282 -156.919C-33.8028 -156.911 -195.017 -156.813 -216.998 -156.874L-216.999 -161.756Z" fill="white"/>
<path d="M1602 -152.576C1602.45 -157.808 1607.63 -162.09 1612.83 -161.216C1621.93 -160.191 1625.29 -146.541 1613.86 -142.227C1613.83 -137.884 1613.83 -133.534 1613.86 -129.191L1817.99 -129.274C1818.81 -128.468 1993.48 43.8484 1993.6 43.9728C1997.08 44.7145 2264.77 43.154 2264.85 43.1528C2264.87 52.6738 2264.85 62.1874 2264.88 71.7084C2252.57 71.6022 2240.27 71.2757 2227.96 71.3594C2227.87 84.8895 2228.05 98.4269 2227.87 111.957L2228.23 111.896C2236.53 112.147 2244.84 111.942 2253.15 112.025C2253.15 245.635 2253.16 238.102 2253.15 244.987C2292.73 244.872 2332.33 244.972 2371.92 244.919C2371.96 266.96 2371.89 289.001 2371.96 311.035C2387.07 310.997 2402.17 311.028 2417.29 311.028C2417.23 300.945 2417.28 290.87 2417.27 280.794C2436.5 280.817 2455.74 280.718 2474.97 280.847C2475.04 301.438 2474.78 322.044 2475.1 342.628C2489.56 342.598 2504.03 342.552 2518.49 342.651C2518.41 368.83 2518.43 395.009 2518.47 421.188L2518.75 421.879C2550.9 421.939 2583.05 421.856 2615.21 421.932C2615.21 430.588 2615.17 439.243 2615.19 447.898C2630.72 454.735 2642.66 459.515 2665.59 470.783C2665.6 488.8 2665.55 506.825 2665.59 524.849L2817.75 524.842V529.451L2660.94 529.481C2660.89 522.482 2660.86 477.782 2660.94 473.79C2621.46 454.995 2633.77 461.543 2610.54 450.966C2610.46 442.827 2610.67 434.68 2610.42 426.548C2610.14 426.579 2609.59 426.632 2609.31 426.662C2577.44 426.487 2545.57 426.693 2513.71 426.556C2513.71 426.463 2513.72 349.305 2513.74 347.176C2499.23 347.221 2484.73 347.274 2470.23 347.145C2470.25 326.645 2470.32 306.145 2470.17 285.653C2454.1 285.615 2438.03 285.691 2421.96 285.614C2421.95 295.652 2421.92 305.69 2421.95 315.726L2367.33 315.734C2367.29 293.677 2367.26 271.621 2367.35 249.564C2349.3 249.549 2255.14 249.55 2248.42 249.496C2248.53 188.711 2248.39 119.005 2248.5 116.671C2240.06 116.633 2231.61 116.694 2223.17 116.618C2223.22 99.9139 2223.11 83.2027 2223.24 66.4994C2235.56 66.8259 2247.89 66.6511 2260.22 66.8867C2260.25 60.5851 2260.21 54.2828 2260.24 47.9885C2097.68 48.4219 2000.89 49.3166 1991.96 49.0441C1991.88 48.9609 1827.65 -112.842 1816.11 -124.545H1609.22C1609.25 -130.414 1609.18 -136.283 1609.28 -142.152C1608.55 -142.509 1607.85 -142.86 1607.17 -143.208C1603.77 -144.951 1601.67 -148.758 1602 -152.576Z" fill="white"/>
<path d="M1632.49 -153.988C1634.18 -161.776 1646.5 -165.511 1651.23 -154.178C1822.93 -154.098 1813.51 -154.336 1818.4 -153.943C1835.49 -137.305 1995.23 22.9534 1997.42 24.6876C1997.5 26.5783 1996.22 27.9294 1994.93 29.1215C1992.9 27.1798 1837.37 -128.499 1816.31 -149.456C1761.3 -149.32 1706.28 -149.449 1651.28 -149.396C1649.93 -145.295 1646.12 -141.917 1641.65 -142.137C1635.75 -142.007 1630.83 -148.302 1632.49 -153.988Z" fill="white"/>
<path d="M2605.25 -153.222C2606.43 -155.042 2600.5 -154.579 2696.3 -154.436C2736.78 -154.376 2777.27 -154.618 2817.75 -154.292V-149.752C2597.39 -149.7 2611.62 -149.893 2608.43 -149.494C2593.25 -133.003 2578.43 -116.147 2563.27 -99.6333C2563.18 -99.6333 2490.39 -99.2552 2490.31 -99.254C2489.47 -96.7635 2487.8 -94.7593 2485.81 -93.1193C2476.89 -89.2759 2469.75 -96.2817 2471.58 -104.447C2476.23 -114.479 2487.71 -112.41 2490.29 -104.045C2513.94 -104.083 2537.6 -104.075 2561.25 -104.333C2566.63 -110.458 2590.55 -136.798 2605.25 -153.222Z" fill="white"/>
<path d="M2621.01 -139.16L2817.75 -139.152V-134.513L2623.38 -134.521C2609.53 -117.24 2595.63 -99.9976 2581.81 -82.694C2541.66 -82.785 2286.97 -82.8421 2269.8 -82.7019L2269.5 -82.155C2265.43 -72.3172 2253.67 -73.9348 2251.1 -81.9881C2250.43 -84.0997 2250.73 -86.3389 2251.16 -88.4572C2255.58 -97.1667 2266.18 -95.8264 2269.05 -88.6696C2269.56 -87.7767 2269.38 -88.0773 2269.81 -87.341L2579.34 -87.3106C2580.62 -88.7145 2594.15 -105.753 2621.01 -139.16Z" fill="white"/>
<path d="M-216.999 -137.133C-216.89 -137.133 -44.4484 -137.283 -41.2533 -136.958C-37.3535 -133.402 28.5595 -67.3124 28.6894 -67.1819C29.5094 -66.2023 30.7088 -65.7319 31.992 -65.8606C32.0824 -65.8606 261.089 -66.0184 265.615 -65.6785C270.457 -61.2689 311.918 -19.4763 378.213 46.6766C418.864 46.6535 459.522 46.6231 500.18 46.7068C500.355 18.7436 500.165 -9.22028 500.248 -37.1835C499.93 -38.687 501.304 -39.9854 502.769 -39.7729L641.941 -39.7577C646.318 -51.1682 659.365 -47.9265 660.854 -39.4009C662.13 -34.0407 657.813 -28.4923 652.358 -27.9667C647.615 -27.5096 643.331 -30.8595 641.957 -35.2479C595.861 -35.217 509.33 -35.2619 504.903 -35.2249C504.888 -7.2616 504.957 20.7023 504.873 48.6656C505.07 50.2826 503.627 51.5584 502.056 51.3156C369.354 51.3921 377.555 51.3551 376.376 51.1943C374.693 50.2073 381.449 56.8688 263.467 -61.2592C14.4571 -61.0625 28.5577 -60.4949 26.9274 -62.3674C20.2355 -68.961 -37.0337 -126.27 -42.9395 -132.219C-51.4608 -132.676 -40.0121 -132.321 -216.999 -132.349L-216.999 -137.133Z" fill="white"/>
<path d="M583.988 -129.784C586.942 -134.655 594.217 -135.655 598.459 -131.955C601.208 -129.558 602.179 -125.715 601.512 -122.206C600.441 -118.904 597.776 -116.405 594.511 -115.312C594.481 -111.151 594.496 -106.983 594.466 -102.815C594.576 -102.815 673.103 -102.931 676.253 -102.663C686.378 -92.9738 736.461 -40.7084 739.082 -38.7716C739.107 138.589 739.079 125.926 738.983 126.967C738.694 128.432 737.139 128.795 735.862 128.766C726.761 128.561 717.656 128.766 708.559 128.758C707.359 131.348 705.773 134.02 702.979 135.121C698.097 137.422 691.719 134.719 690.033 129.594C688.014 124.598 691.301 118.493 696.441 117.15C700.45 115.851 704.823 117.848 707.223 121.135C707.64 122.115 708.066 123.109 708.483 124.119L734.253 124.112L734.26 -32.5914C733.494 -39.551 740.923 -29.3411 697.194 -74.6844C693.879 -78.1212 676.557 -95.8453 674.271 -98.062C646.46 -98.2672 618.64 -98.0087 590.837 -98.1835C589.455 -100.923 589.862 -98.0105 589.835 -115.213C588.589 -115.828 587.344 -116.428 586.145 -117.096C582.515 -120.133 581.5 -125.681 583.988 -129.784Z" fill="white"/>
<path d="M613.986 -129.305C615.793 -132.691 619.734 -134.749 623.561 -134.157C626.385 -134.066 628.579 -132.099 630.478 -130.201C637.352 -115.588 617.057 -108.986 612.923 -122.585C612.968 -124.848 612.764 -127.285 613.986 -129.305Z" fill="white"/>
<path d="M550.823 -123.663C550.542 -129.176 555.842 -134.08 561.324 -133.329C567.299 -132.965 571.483 -126.366 569.6 -120.74C568.643 -118.774 567.428 -116.777 565.409 -115.759C564.437 -114.97 562.478 -114.719 562.683 -113.102C562.614 -104.53 562.698 -95.9581 562.645 -87.3858C597.373 -87.2565 632.109 -87.401 666.838 -87.3099C668.761 -87.4932 668.354 -87.1309 688.499 -67.6222C717.996 -39.0568 715.915 -41.1478 718.156 -38.4893C718.319 -27.4247 718.365 44.5101 718.148 49.9947C714.963 53.2851 685.153 81.1616 680.124 85.5585C678.683 85.6799 702.136 86.0004 357.091 85.7182C356.969 85.5999 263.042 -5.28296 256.618 -11.2768C253.633 -11.567 266.965 -11.5487 23.6249 -11.4971C20.8686 -11.8085 17.3991 -10.5023 15.3184 -12.9169L-35.3317 -59.4596C-64.6206 -59.3212 -164.82 -59.5087 -216.999 -59.3151V-64.0987C-204.882 -64.1539 -43.4961 -64.149 -34.7623 -64.0987C-32.8747 -64.3518 -36.562 -66.977 17.983 -16.9338C19.6838 -15.0395 192.649 -16.6503 258.212 -16.03C260.558 -14.4816 359.14 81.1629 359.224 81.246L678.021 81.2381C715.178 46.5884 714.009 48.3814 713.661 46.396C713.585 18.8121 713.684 -8.77911 713.6 -36.3557C712.007 -38.3162 671.996 -77.0212 666.101 -82.6326C631.395 -82.5112 596.697 -82.6478 561.999 -82.564C560.397 -82.4499 557.975 -82.845 558.089 -84.933C557.982 -94.7198 558.157 -104.514 558.013 -114.294L557.329 -114.673C553.663 -116.109 550.747 -119.602 550.823 -123.663Z" fill="white"/>
<path d="M2083.12 -123.39C2087.63 -125.972 2093.7 -123.914 2096.15 -119.442C2098.84 -113.414 2096.29 -107.026 2088.75 -105.289C2076.43 -105.087 2075.03 -119.482 2083.12 -123.39Z" fill="white"/>
<path d="M-186.067 -113.543C-182.779 -122.552 -172.643 -122.815 -168.027 -115.661C-164.215 -104.773 -174.039 -99.3033 -180.54 -102.321C-183.349 -103.384 -185.019 -106.026 -186.135 -108.668C-196.424 -108.737 -206.719 -108.865 -216.999 -108.608V-113.421C-206.688 -113.52 -196.378 -113.3 -186.067 -113.543Z" fill="white"/>
<path d="M-118.037 -120.209C-112.301 -122.213 -105.449 -117.712 -105.426 -111.599C-104.933 -106.482 -109.291 -101.577 -114.447 -101.501C-119.412 -101 -124.01 -105.142 -124.575 -110.005C-125.084 -114.39 -122.195 -118.757 -118.037 -120.209Z" fill="white"/>
<path d="M2642.68 -120.323C2648.07 -122.506 2654.76 -118.782 2655.54 -113.018C2656.75 -107.445 2651.89 -101.539 2646.15 -101.865C2640.95 -101.539 2636.23 -106.39 2636.55 -111.553C2636.49 -115.395 2639.16 -118.899 2642.68 -120.323Z" fill="white"/>
<path d="M2666.85 -112.366C2667.22 -118.28 2673.91 -122.562 2679.45 -120.444C2684.57 -118.812 2687.17 -112.791 2685.44 -107.795C2690.09 -104.644 2694.42 -100.954 2699.29 -98.1445C2726.63 -97.9472 2753.98 -98.1063 2781.33 -98.0686C2787.93 -91.3646 2794.32 -84.4554 2800.88 -77.7205C2806.5 -77.9025 2812.13 -77.5535 2817.75 -77.9025V-73.0813C2811.38 -73.0358 2805.03 -73.1651 2798.67 -73.0206C2797.19 -74.6631 2780.51 -92.4286 2779.07 -93.3306C2750.4 -93.4799 2702.96 -93.2753 2699.27 -93.3306C2697.39 -93.1254 2695.95 -94.4062 2694.57 -95.4107C2690.61 -98.2902 2686.6 -101.097 2682.64 -103.96C2680.77 -102.874 2678.79 -101.75 2676.58 -101.865C2671.03 -101.41 2666.04 -106.892 2666.85 -112.366Z" fill="white"/>
<path d="M1704.74 -98.7224C1706.09 -108.013 1719.67 -110.413 1723.63 -99.4738C1810.29 -99.6559 1804.81 -99.9102 1806.76 -98.3199L1806.66 190.456C1879.04 190.295 1874.46 190.386 1876.52 191.018C1876.81 236.062 1876.53 504.081 1876.71 530.923C1880.6 535.49 1921.15 575.485 1929.82 584.382C1931.16 585.481 1930.71 584.109 1930.73 627.979H1926.07C1926.06 614.441 1926.1 600.903 1926.05 587.366C1924.34 585.751 1880.78 542.086 1873.97 535.349C1871.3 533.535 1872.09 530.194 1871.92 527.461C1872.11 456.601 1871.97 224.619 1871.98 195.103C1849.59 195.065 1827.2 195.149 1804.82 195.065C1803.53 195.24 1802.66 194.29 1801.9 193.463C1802.13 137.785 1801.92 -42.2216 1802.01 -94.6981C1775.88 -94.7667 1749.74 -94.683 1723.61 -94.7516C1722.3 -90.8718 1718.83 -87.5765 1714.57 -87.5917C1708.74 -87.1134 1703.52 -93.0052 1704.74 -98.7224Z" fill="white"/>
<path d="M2082.39 -92.853C2091.48 -97.7907 2100.38 -88.7589 2096.03 -80.0901C2094.68 -77.4 2091.85 -76.2201 2089.96 -75.0486C2089.88 -66.7197 2090.01 -58.3829 2089.93 -50.0461C2090.16 -48.5579 2088.91 -47.1837 2087.4 -47.3888C2080.63 -47.2977 2073.86 -47.4495 2067.11 -47.3203C2064.71 -40.6982 2058.08 -37.792 2051.69 -42.0663C2050.78 -43.0077 2049.91 -43.9874 2049.13 -44.9968C2046.67 -49.8179 2048.64 -56.4308 2053.82 -58.4509C2058.68 -60.8654 2064.77 -57.9647 2066.67 -53.0525L2067.16 -52.1415C2073.2 -51.9139 2079.24 -52.1183 2085.29 -52.0273C2085.32 -55.6254 2085.3 -67.2721 2085.32 -75.1542C2082.74 -76.3081 2080.05 -77.8043 2078.96 -80.5599C2076.76 -84.8276 2078.55 -90.1956 2082.39 -92.853Z" fill="white"/>
<path d="M2637.42 -84.3874C2639.27 -92.3442 2651.04 -96.8552 2656.63 -84.8201C2695.66 -84.9263 2734.68 -84.7976 2773.72 -84.8887C2774.65 -84.7745 2775.95 -85.1285 2776.77 -84.3115C2782.47 -78.6023 2787.82 -72.5508 2793.5 -66.8106C2794.41 -65.6288 2794.14 -65.7606 2817.75 -65.8917V-61.2374C2809.23 -61.4194 2800.6 -60.8884 2792.15 -61.488C2786 -67.5547 2780.25 -74.0385 2774.18 -80.1884H2656.47C2652.91 -70.9733 2642.78 -71.2949 2638.79 -77.6372C2637.52 -79.6603 2637.38 -82.0942 2637.42 -84.3874Z" fill="white"/>
<path d="M2054.33 -88.9276C2059.86 -91.0029 2066.63 -87.1358 2067.14 -81.168C2068.09 -75.6713 2063.26 -70.3318 2057.74 -70.2953C2052.72 -70.262 2048 -74.5472 2048.12 -79.6342C2047.81 -83.6815 2050.59 -87.5243 2054.33 -88.9276Z" fill="white"/>
<path d="M-216.999 -87.3259C-154.231 -87.4625 -91.4677 -86.5945 -28.703 -87.2421C-27.435 -87.2549 -26.1519 -87.1281 -24.9374 -86.7104C-21.3089 -83.1299 23.6072 -40.6545 23.921 -40.3656C25.49 -38.9192 10.1864 -39.4412 262.852 -39.5152C265.34 -39.9346 264.032 -40.0244 299.752 -4.9231C323.505 18.4193 347.221 41.809 370.864 65.2703L514.668 65.3007C514.614 40.8827 514.728 16.4654 514.592 -7.94525C515.495 -8.83386 516.604 -9.51672 517.94 -9.31219L679.085 -9.28973C682.932 -19.4875 694.41 -18.0071 697.504 -10.6111C699.637 -5.51257 696.502 0.725403 691.157 2.28107C685.923 3.80396 680.535 0.314453 679.009 -4.68884H519.307C519.307 73.0675 519.84 68.253 518.046 70.0903C363.165 69.4438 370.17 71.1938 367.895 68.9134C345.823 46.7831 263.991 -33.5595 262.754 -34.7711L25.2199 -34.748C23.504 -34.566 22.0309 -35.4466 20.9298 -36.6691C4.96278 -51.915 -11.2398 -66.9255 -27.1158 -82.2704C-30.2957 -83.7302 -32.2629 -82.0088 -216.998 -82.5739L-216.999 -87.3259Z" fill="white"/>
<path d="M2750.11 -70.5611C2752.63 -75.7465 2760.08 -77.0533 2764.53 -73.4764C2768.33 -70.4294 2769.03 -64.8434 2766.69 -60.7136C2769.88 -57.221 2773.1 -53.7662 2776.34 -50.3192C2790.15 -50.2888 2803.95 -50.3119 2817.75 -50.3119V-45.6807C2803.19 -45.711 2788.64 -45.6121 2774.08 -45.7341C2770.46 -49.629 2766.9 -53.5847 2763.22 -57.4189C2751.8 -53.3783 2746.34 -64.0477 2750.11 -70.5611Z" fill="white"/>
<path d="M1682.61 -72.6571C1689.86 -72.7712 1778.54 -72.8216 1787.35 -72.6498C1788.95 -72.8471 1789.59 -71.139 1789.49 -69.8025C1789.57 -17.8438 1789.38 163.889 1789.59 212.489L1789.5 212.96L1853.51 212.937C1854.72 212.755 1855.81 213.377 1856.79 214.076C1856.88 321.556 1856.64 429.037 1856.86 536.51C1857.69 537.463 1910.71 590.436 1911.72 591.443C1911.77 603.621 1911.72 615.8 1911.75 627.978H1907.03C1907.02 616.483 1907.05 604.988 1907.03 593.5C1905.41 591.961 1858.49 545.217 1852.46 538.765C1852.09 531.155 1852.26 217.916 1852.27 217.614H1787.41C1785.88 217.834 1784.56 216.437 1784.84 214.949C1784.82 142.537 1784.86 -66.0168 1784.72 -68.1024C1751.5 -68.0186 1718.27 -68.0872 1685.04 -68.0641C1685.06 -64.8982 1685.06 -61.7165 1685.07 -58.5432C1696.16 -54.5445 1693.44 -41.0283 1684.25 -39.6299C1679.93 -38.9725 1675.32 -41.4447 1673.83 -45.5673C1672.83 -47.8221 1673.15 -50.3205 1673.61 -52.6434C1675.15 -55.3463 1677.46 -57.4798 1680.42 -58.5274C1680.88 -65.7728 1678.84 -73.0553 1682.61 -72.6571Z" fill="white"/>
<path d="M2690.6 -67.8431C2693.13 -73.6057 2701.75 -75.0558 2705.97 -70.3487C2708.52 -68.1011 2708.99 -64.5406 2708.67 -61.3133C2725.6 -52.5516 2742.34 -43.3718 2759.39 -34.876C2778.83 -34.5567 2798.3 -34.8608 2817.75 -34.7242V-30.0699C2754.72 -30.0165 2758.21 -29.7501 2756.22 -30.9962C2739.7 -39.7506 2723.07 -48.2767 2706.62 -57.1373C2695.42 -48.4351 2686.47 -60.3391 2690.6 -67.8431Z" fill="white"/>
<path d="M424.703 -71.8522C430.177 -74.3347 437.238 -70.4246 437.876 -64.4113C438.627 -59.9239 435.758 -55.1865 431.361 -53.9106C426.638 -52.2177 421.05 -55.0706 419.38 -59.7795C417.73 -64.4344 420.087 -70.0677 424.703 -71.8522Z" fill="white"/>
<path d="M785.708 -65.4669C789.321 -69.8632 796.731 -69.6556 800.339 -65.2618C803.71 -61.155 802.92 -54.6932 798.782 -51.4659C797.644 -50.8358 796.459 -50.2816 795.305 -49.7117L795.244 75.2775C787.728 82.4446 780.876 90.2922 773.492 97.6075C772.778 98.314 772.353 99.2171 772.497 100.25L772.52 268.858C772.664 270.536 772.031 272.129 770.918 273.391C756.515 289.714 757.572 290.099 755.064 289.943L629.681 289.905C550.853 372.583 555.615 367.619 554.134 369.482C554.11 381.786 554.118 619.535 554.119 627.979H549.488L549.427 367.311C631.283 281.622 626.931 285.021 628.815 285.273C670.772 285.204 712.736 285.349 754.692 285.182C756.388 283.411 766.356 271.433 767.866 269.609C767.812 246.161 767.895 109.792 767.6 96.9009C769.697 94.7164 788.125 75.6915 790.636 72.9236C790.688 32.4172 790.461 -8.08179 790.605 -48.5803C790.848 -49.8027 789.352 -50.0911 788.654 -50.6531C783.126 -53.0986 781.638 -61.0858 785.708 -65.4669Z" fill="white"/>
<path d="M2286.65 -60.0532C2292.2 -61.8984 2298.68 -57.4184 2298.85 -51.5568C2299.44 -46.2191 2294.66 -41.1096 2289.33 -41.2838C2285.01 -41.1855 2281.02 -44.3964 2279.98 -48.5802C2278.78 -53.4147 2281.82 -58.8229 2286.65 -60.0532Z" fill="white"/>
<path d="M2249.47 -50.8437C2249.26 -56.2191 2254.33 -60.7938 2259.68 -60.4254C2269.46 -59.7516 2272.76 -45.7385 2261.67 -41.4593C2261.65 -25.3599 2262.33 -18.1278 2262.56 8.52258C2262.24 8.79572 2261.61 9.34265 2261.3 9.61578C2011.93 9.54053 2026.58 9.55682 2024.38 9.93439C2023.75 8.96991 2022.92 8.10431 2023.07 6.91223V-18.963C2022.9 -20.0792 2023.55 -20.9752 2024.16 -21.8255C2032.11 -21.5524 2040.08 -21.8176 2048.04 -21.6586C2049.11 -23.8455 2050.35 -26.0318 2052.35 -27.5201C2056.23 -30.0026 2061.66 -29.3653 2064.73 -25.8727C2068.71 -21.8412 2067.79 -14.3779 2062.96 -11.4164C2060.44 -9.49536 2057.11 -9.79163 2054.2 -10.2626C2051.37 -11.6975 2049.28 -14.1425 2048.08 -17.0353C2041.22 -16.906 2034.37 -17.1342 2027.53 -16.8756C2027.76 -9.6781 2027.66 -2.46478 2027.59 4.7406C2061 5.00769 2192.5 4.88989 2257.86 4.93054C2257.78 -1.31946 2257.12 -29.0181 2256.86 -41.4143C2252.78 -42.6659 2249.28 -46.3867 2249.47 -50.8437Z" fill="white"/>
<path d="M2313.63 -58.3981C2317.28 -61.4202 2322.79 -60.8806 2326.29 -57.8512C2327.48 -56.3052 2328.32 -54.5711 2329.13 -53.1593C2357.98 -53.0998 2630.92 -53.0203 2646.75 -53.2278C2656.03 -46.7211 2665.37 -40.275 2674.47 -33.5249C2674.29 -7.04932 2674.52 19.4335 2674.35 45.9164C2684.19 46.0074 2694.02 46.0317 2703.87 45.9771C2705.73 45.9668 2707.77 46.2047 2709.46 45.1346C2726.66 35.7422 2743.92 26.4495 2761.11 17.0341C2763.02 15.8226 2759.65 16.3198 2817.75 16.2142V20.8988C2762.86 20.9322 2767.01 20.7361 2763.27 21.2629C2730.78 38.8421 2711.39 49.5685 2709.08 50.4941C2695.97 50.7217 2682.83 50.4942 2669.72 50.6004C2669.73 38.4901 2669.72 -28.8828 2669.8 -31.1262C2663.66 -35.6202 2658.87 -38.8128 2646.28 -47.898C2644.58 -48.8163 2666.58 -48.5135 2329.03 -48.4146C2327.74 -45.1193 2325.2 -42.3861 2321.75 -41.3913C2309.96 -39.8435 2306.65 -53.3347 2313.63 -58.3981Z" fill="white"/>
<path d="M-216.999 -55.4518C-176.522 -55.6679 -45.5282 -55.4772 -41.6254 -55.4821C-39.2412 -55.839 -37.7317 -53.7948 -36.25 -52.3162C-20.019 -36.1191 -3.79153 -19.9111 12.3503 -3.62482L245.397 -3.60236C246.247 -3.72375 246.983 -3.49487 247.606 -2.92676C248.427 -2.17834 263.26 13.5854 265.843 16.7987C266.412 27.4966 265.927 38.2704 266.071 49.0065C268.288 50.0165 270.611 51.2238 271.826 53.4636C275.221 58.7048 272.629 68.4952 261.88 68.0339C250.288 64.5062 252.805 51.3124 261.333 49.0295C261.492 39.5389 261.363 30.0483 261.409 20.5577C261.735 18.4169 259.799 17.0955 258.592 15.6679C253.914 11.0057 249.746 5.85071 244.986 1.28748C242.89 0.816467 240.704 1.10474 238.585 1.07501C-3.21066 -2.34467 10.7127 1.98792 8.87177 -0.322205L-41.5429 -50.7368C-118.516 -50.4898 -135.394 -50.6476 -216.999 -50.6227L-216.999 -55.4518Z" fill="white"/>
<path d="M1712.78 -51.9064C1731.59 -52.2026 1750.41 -51.9902 1769.22 -52.0054C1769.63 -51.5648 1770.05 -51.1095 1770.49 -50.6312L1770.48 233.309C1792.98 233.354 1815.47 233.179 1837.96 233.392C1838.22 233.894 1838.51 234.394 1838.84 234.896C1838.94 238.996 1838.91 243.094 1838.97 247.196C1840.52 344.968 1838.93 442.773 1838.89 540.557C1903.71 605.38 1896.23 596.614 1896.59 601.427C1896.54 610.273 1896.57 619.125 1896.57 627.978H1891.9C1891.95 618.791 1891.81 609.604 1891.98 600.424C1888.56 596.779 1835.37 543.733 1834.23 542.63L1834.26 237.969C1813.83 238.068 1793.41 238.065 1772.99 238.023C1770.74 238.018 1768.46 238.198 1766.3 237.575C1766.2 237.4 1765.99 237.051 1765.89 236.876L1765.79 -47.3518C1755.1 -47.262 1720.21 -47.5035 1716.75 -47.1466C1716.69 -40.754 1716.72 -34.3528 1716.91 -27.9523C1729.2 -23.2847 1723.88 -8.05145 1714.04 -8.97827C1704.16 -9.18585 1700.54 -23.928 1712.08 -27.9444C1711.93 -49.5745 1711.92 -49.7147 1712.78 -51.9064Z" fill="white"/>
<path d="M2688.81 -32.6138C2688.51 -38.6198 2695.04 -43.4634 2700.74 -41.7171C2704.62 -40.8443 2707.14 -37.268 2708.05 -33.5703C2763.61 -19.9498 2760.38 -20.4949 2764.59 -20.7996C2782.31 -20.9058 2800.03 -20.6934 2817.75 -20.8986V-16.1229C2758.73 -16.1229 2761.49 -16.0014 2757.24 -16.4645C2740.78 -21.0047 2724.05 -24.6113 2707.52 -28.9014C2700.58 -17.5996 2688.2 -24.1714 2688.81 -32.6138Z" fill="white"/>
<path d="M-216.999 -39.7731C-214.649 -39.7822 -60.9411 -39.8404 -45.9834 -39.7579C-7.7957 -2.5686 -6.19208 -1.0354 2.53317 7.55933C4.21873 8.888 5.47881 11.2036 7.71915 11.5605L233.287 11.5908C234.927 11.2874 235.982 12.9499 235.732 14.4382L235.724 48.9993C246.529 52.9446 243.969 65.2285 236.157 67.6388C230.866 69.2709 225.186 65.657 223.902 60.4565C223.637 57.9054 223.933 55.1946 225.474 53.0762C226.787 51.0186 229.05 49.9407 231.145 48.8621C231.036 36.22 231.226 20.1401 231.031 16.2366L4.77229 16.1759C-13.0169 -0.861816 -30.5105 -18.1879 -48.2317 -35.2942C-66.674 -35.0162 -212.885 -35.4077 -216.999 -35.0666L-216.999 -39.7731Z" fill="white"/>
<path d="M2338.28 -34.2084C2340.82 -36.3832 2329.99 -35.8594 2535 -35.4308C2570.53 -35.3568 2606.07 -35.5146 2641.58 -35.2639C2643.6 -34.178 2642.4 -34.7886 2657.32 -23.2828C2657.89 -22.6983 2658.97 -22.2049 2658.85 -21.1646L2658.87 59.8786C2674.63 59.8179 2690.4 59.7517 2706.17 59.8707C2708.24 59.8865 2703.94 61.1107 2760.3 31.5123C2762.35 30.4355 2764.37 28.8016 2766.86 29.0298C2783.82 29.0681 2800.79 29.0145 2817.76 29.0601V33.7144C2800.6 33.7903 2783.43 33.5699 2766.29 33.8206C2749.46 42.5447 2732.89 51.8301 2716.17 60.7969C2713.35 61.9963 2710.88 64.4558 2707.66 64.3957C2689.83 64.0637 2672 64.426 2654.17 64.3502C2654.19 36.4094 2654.27 8.4613 2654.13 -19.4716C2649.77 -23.5486 2644.71 -26.8519 2640.13 -30.6862C2321.35 -30.6606 2344.92 -30.8141 2341.34 -30.3899C2341.26 -30.3359 2324.26 -16.8756 2320.56 -13.8383C2313.02 -13.7321 2305.47 -14.0891 2297.94 -13.6562C2296.7 -8.69849 2291.13 -5.36505 2286.21 -6.90613C2281.15 -8.13586 2277.81 -13.9822 2279.54 -18.9406C2281.89 -27.284 2294.67 -28.756 2298.2 -18.4016C2322.86 -18.6929 2316.81 -17.496 2321.22 -20.4665C2326.85 -25.1122 2332.73 -29.4588 2338.28 -34.2084Z" fill="white"/>
<path d="M1679.11 -27.6707C1683.96 -29.8497 1690.2 -27.0479 1691.79 -21.9688C1693.99 -16.3196 1689.5 -9.41052 1683.41 -9.297C1678.05 -8.69733 1672.92 -13.5409 1673.18 -18.909C1673.1 -22.6826 1675.59 -26.3195 1679.11 -27.6707Z" fill="white"/>
<path d="M-216.999 -25.9929C-180.56 -26.0718 -114.068 -25.9328 -57.494 -25.5826C-55.7101 -24.6995 -60.7978 -28.8384 24.4146 46.6685H101.798C103.75 46.4105 104.388 48.5817 104.235 50.1379C104.205 70.5316 104.334 90.9332 104.22 111.326L325.339 111.417C329.018 113.838 466.339 226.146 467.312 226.946C468.14 227.554 468.968 228.411 470.121 228.29L521.212 228.298C521.234 215.246 521.188 202.195 521.227 189.151C520.984 187.154 523.224 186.485 524.803 186.683L597.738 186.698C599.568 186.38 600.964 188.065 600.775 189.827C600.844 204.944 600.737 220.075 600.82 235.2C601.231 235.382 602.04 235.76 602.453 235.944C607.466 238.187 609.506 244.949 606.56 249.55C603.842 254.432 596.674 255.518 592.354 252.048C588.509 248.959 587.579 242.891 590.608 238.973C591.883 237.045 594.04 236.043 596.059 235.078C596.029 220.554 596.021 206.029 596.059 191.512L525.881 191.497C525.866 204.374 525.927 217.251 525.851 230.128C526.139 232.049 524.286 233.317 522.533 232.96C504.159 232.785 485.755 233.226 467.403 232.748C463.035 229.971 326.877 118.014 323.706 116.141C84.2083 115.286 103.384 117.465 99.3528 114.804C99.4894 93.6439 99.3832 72.4909 99.4742 51.3379C17.3477 51.313 23.0993 51.9291 20.9136 49.9255C-5.31128 25.8876 -32.3404 2.72241 -58.9301 -20.9131C-60.7255 -20.9362 -216.903 -21.3229 -217 -21.3229V-25.9929H-216.999Z" fill="white"/>
<path d="M2350.22 -17.2537C2354.14 -19.5244 2359.46 -18.7645 2362.38 -15.2646L2363.65 -14.0574C2372.63 -13.9967 2381.62 -13.9208 2390.6 -14.1029C2390.7 7.1181 2390.61 28.347 2390.64 49.5759C2387.57 52.1046 2328.68 111.144 2327.44 112.564C2327.32 132.798 2327.49 153.047 2327.4 173.289C2339.05 176.668 2336.84 190.427 2328.02 192.203C2324.4 193.19 2320.66 191.61 2318.22 188.946C2316.27 186.189 2315.45 182.507 2316.87 179.341C2317.78 176.638 2320.19 174.944 2322.6 173.654C2322.46 166.524 2322.77 123.714 2322.83 110.378C2346.61 86.6906 2378.99 54.144 2385.81 47.5189C2386.38 28.5904 2385.89 9.62433 2386.07 -9.31934C2378.96 -9.14453 2371.83 -9.5318 2364.74 -9.1142C2364.74 -6.06171 2363.15 -3.42743 2361.08 -1.30908C2353.73 3.72821 2343.32 -1.97131 2346.06 -12.478C2347.11 -14.3153 2348.32 -16.1575 2350.22 -17.2537Z" fill="white"/>
<path d="M2688.81 -2.19775C2688.28 -11.459 2702.19 -16.6899 2707.62 -5.23511C2772.91 -13.0699 2745.51 -10.8691 2817.75 -11.226V-6.6402C2811.06 -6.99768 2772.88 -6.67181 2766.16 -6.76166C2757.12 -6.88245 2751.48 -5.42206 2710.82 -0.960815C2709.53 -0.725281 2707.68 -0.975952 2707.45 0.694458C2706.22 4.48322 2702.59 7.33044 2698.58 7.32257C2693.41 7.65759 2688.51 3.01855 2688.81 -2.19775Z" fill="white"/>
<path d="M1845.25 -1.59821C1848.31 -3.10895 1851.77 -2.10681 1854.66 -0.656738C1858.08 2.46368 1859.47 7.44452 1857.46 11.7643C1855.29 15.5148 1850.76 17.6411 1846.5 16.6693C1836.6 13.4603 1837.45 1.26062 1845.25 -1.59821Z" fill="white"/>
<path d="M1870.39 11.2941C1867.74 5.97943 1871.22 -0.838745 1876.94 -2.13708C1886.17 -4.23175 1893.97 7.76935 1884.35 15.5156C1879.54 18.4011 1872.63 16.5559 1870.39 11.2941Z" fill="white"/>
<path d="M-74.4176 -1.71149C-70.4467 -2.44775 -66.068 -0.864197 -63.9248 2.69995C-59.2517 10.4692 -66.8856 20.7143 -77.0221 16.1766C-79.0342 14.5748 -80.6967 12.5779 -81.4864 10.1027C-85.442 10.0037 -89.3904 10.1257 -93.3382 9.98853C-97.6282 14.1494 -101.849 18.3932 -106.055 22.6378C-143.039 22.5541 -180.015 22.6378 -216.998 22.6075V17.8998C-180.789 17.8239 -144.573 17.9987 -108.371 17.8391C-103.603 14.2932 -100.073 9.21405 -95.3575 5.56976C-90.9005 4.81836 -86.33 5.60797 -81.8354 5.38763C-79.2515 2.1051 -80.5814 1.00775 -74.4176 -1.71149Z" fill="white"/>
<path d="M1675.12 5.35651C1678.25 1.87915 1683.73 0.725281 1687.8 3.27637C1690.01 4.48364 1691.18 6.79926 1692.18 9.0238C1724.34 8.90851 1723.8 8.87213 1725.94 9.7146C1726.06 10.0485 1726.3 10.7319 1726.41 11.0736C1726.33 61.152 1726.25 610.238 1726.4 627.978H1721.69C1721.65 563.497 1721.66 13.8984 1721.66 13.822C1711.95 13.9434 1702.22 13.7764 1692.53 13.7006C1691.09 15.553 1690.35 18.021 1688.24 19.2963C1683.96 22.4471 1677.2 21.088 1674.57 16.4489C1672.35 13.0553 1672.98 8.6214 1675.12 5.35651Z" fill="white"/>
<path d="M2756.42 3.16229C2758.87 2.22455 2756.87 2.66089 2817.75 2.55469V7.16345C2800.28 7.17133 2782.8 6.99896 2765.32 7.16345C2756.65 7.24481 2767.52 3.97321 2707.97 26.8585C2708.16 31.0497 2705.96 35.324 2701.95 36.8961C2696.37 39.4623 2689.07 35.1571 2688.84 28.9848C2688.01 23.5105 2693.01 18.1351 2698.51 18.5072C2701.65 18.3324 2704.23 20.3524 2706.32 22.478C2723 15.9937 2739.71 9.57434 2756.42 3.16229Z" fill="white"/>
<path d="M685.379 14.2251C696.104 11.0488 702.077 23.7649 695.257 30.1235C691.301 34.254 683.739 33.5554 680.649 28.7263C677.057 23.8298 679.526 15.9586 685.379 14.2251Z" fill="white"/>
<path d="M2322.89 14.7641C2328.34 12.7368 2334.85 17.0645 2335.31 22.8198C2336.13 28.2638 2331.25 33.7078 2325.75 33.3964C2319.96 33.7606 2315.17 27.6902 2316.37 22.0988C2317.09 18.7191 2319.57 15.7662 2322.89 14.7641Z" fill="white"/>
<path d="M2357.89 14.3314C2361.99 15.5156 2365.62 19.0998 2365.61 23.5865C2365.98 29.0457 2360.8 34.0489 2355.35 33.3734C2352.59 33.4492 2350.4 31.6653 2348.44 30.0022C2343.17 22.2354 2349.14 13.098 2357.89 14.3314Z" fill="white"/>
<path d="M861.261 26.0618C862.377 21.0282 868.178 17.6492 873.098 19.2965C881.121 21.3026 883.622 33.7078 873.037 37.9136C870.471 38.0653 867.859 37.9743 865.528 36.7974C842.485 59.6815 819.555 82.687 796.488 105.548C795.532 106.299 795.106 107.408 795.274 108.623L795.297 281.263C785.214 291.035 775.374 301.065 765.465 311.018C760.372 311.457 660.583 311.285 638.662 311.261C637.576 311.177 636.468 311.352 635.762 312.248C613.91 334.031 592.165 355.936 570.261 377.666C570.039 386.352 570.056 361.885 570.056 627.978H565.364L565.394 375.958C570.386 371.099 622.805 318.612 631.685 309.682C633.059 308.46 634.273 306.463 636.369 306.653L763.052 306.584L763.484 306.273C772.291 297.602 780.955 288.779 789.74 280.078C790.393 279.228 790.67 278.28 790.643 277.231C790.219 260.845 790.588 106.108 790.651 105.586C790.727 104.439 791.707 103.695 792.405 102.913C796.976 98.3973 851.275 44.2012 862.165 33.5246C861.291 31.1568 860.418 28.5753 861.261 26.0618Z" fill="white"/>
<path d="M891.236 27.3983C891.7 21.6733 898.176 17.3384 903.627 19.3809C905.973 19.9885 907.613 21.856 909.2 23.572C913.578 33.4972 904.09 41.1342 895.807 36.8441C889.03 43.4103 826.63 105.739 826.555 105.815C825.8 106.587 825.5 107.531 825.629 108.617C825.629 108.696 825.683 452.556 825.629 473.85C825.625 475.301 825.503 476.888 826.426 478.14C841.168 498.131 841.593 497.873 841.603 499.65C841.779 530.848 841.474 562.061 841.77 593.251C842.979 594.795 875.792 627.426 875.868 627.501L875.557 627.979H869.688C860.736 619.149 851.891 610.197 842.984 601.322C841.087 599.028 838.049 597.373 837.055 594.549L837.047 500.287C832.18 493.712 827.246 487.186 822.325 480.653C819.385 476.75 820.772 482.105 820.708 389.178C820.699 376.943 820.755 328.022 820.685 320.169C818.74 99.8345 819.744 105.89 821.581 104.054L892.374 33.4504C891.654 31.5136 890.925 29.4863 891.236 27.3983Z" fill="white"/>
<path d="M928.099 19.3728C931.234 18.1577 934.651 19.3273 937.323 21.1039C940.277 23.9816 941.605 28.6206 939.738 32.4548C938.591 35.2032 935.972 36.8433 933.352 37.9674C933.459 65.6345 933.254 93.3021 933.436 120.969C932.328 121.934 930.991 122.594 929.488 122.434C916.422 122.408 876.851 122.441 872.832 122.396C872.856 143.39 872.115 512.487 872.163 581.033C887.63 596.568 902.784 612.413 918.22 627.979H911.47C897.758 613.765 883.834 599.765 870.099 585.574C865.802 580.391 867.712 595.893 867.57 482.968C867.569 481.791 867.943 149.719 868.223 119.975C868.041 118.441 869.567 117.537 870.941 117.705C890.165 117.636 909.398 117.712 928.63 117.675L928.614 37.9522C926.177 36.8591 923.672 35.4388 922.502 32.9259C920.9 30.1089 921.265 26.7227 922.396 23.8225C923.998 21.9998 925.631 19.9955 928.099 19.3728Z" fill="white"/>
<path d="M997.571 27.2538C999.659 22.4781 1005.67 20.094 1010.48 22.3113C1014.3 24.0721 1016.29 28.2104 1016.26 32.265C1015.3 36.0841 1012.61 39.2501 1008.84 40.5029C1008.71 285.197 1008.94 367.044 1008.77 374.182C1000.07 399.678 991.193 425.128 982.643 450.662C982.088 455.129 982.297 593.465 982.332 627.979H977.518C977.609 569 977.397 510.013 977.617 451.049C982.241 435.276 1004.27 375.136 1004.15 370.575C1004.04 366.902 1004.11 40.5629 1004.11 40.4804C1002.22 39.5541 1000.26 38.623 998.952 36.9272C996.839 34.1782 996.386 30.4581 997.571 27.2538Z" fill="white"/>
<path d="M1032.44 22.478C1037.7 19.5773 1044.59 22.9642 1046.16 28.6127C1046.92 33.0315 1045.03 37.9517 1040.69 39.7131C1040.33 39.9031 1039.61 40.2751 1039.25 40.4645C1039.05 152.554 1039.19 264.643 1039.27 376.732C1036.62 382.873 1001.7 449.09 999.491 454.845C999.362 512.556 999.446 570.267 999.446 627.979H994.678L994.685 454.056C995.722 449.778 1031.6 382.532 1034.36 375.913C1034.58 372.159 1034.47 49.4684 1034.47 40.5489C1032.93 39.7823 1031.41 39.0078 1030.04 37.9899C1025.5 33.6166 1026.55 25.1202 1032.44 22.478Z" fill="white"/>
<path d="M2434.63 22.3337C2437.98 22.327 2636.72 22.33 2639.76 22.3337C2639.76 29.4675 2639.75 70.4757 2639.79 77.1142C2711.79 77.1142 2706.72 77.2617 2708.88 76.7421C2767.72 45.6833 2764.09 47.7348 2766.9 45.9163L2817.75 45.9012V50.5707C2802.05 50.5707 2786.34 50.5931 2770.64 50.5555C2768.05 50.3199 2765.95 52.0044 2763.8 53.1066C2746.52 61.96 2712.56 80.0027 2709.96 81.7078C2685.03 81.9433 2660.09 81.7836 2635.16 81.7988C2635.24 63.5386 2635.15 45.2784 2635.21 27.0182L2439.32 27.0486C2439.32 87.8837 2439.29 74.0272 2439.32 76.1273C2479.72 76.1959 2520.15 76.0436 2560.55 76.1959C2561.36 74.6852 2562.18 73.1664 2563.2 71.7692C2569.76 65.3868 2581.17 69.9951 2579.67 81.0171C2575.35 91.0922 2564.17 89.5329 2561.08 81.6623L2560.64 80.8502L2434.69 80.8804C2434.49 74.7986 2434.62 22.4611 2434.63 22.3337Z" fill="white"/>
<path d="M1997.42 24.6876C2095.51 24.9382 2193.59 24.8168 2291.68 24.8393C2291.72 39.6385 2291.89 191.67 2291.69 207.752C2291.9 207.714 2292.33 207.646 2292.54 207.608C2356.24 207.802 2667.99 207.643 2695.98 207.767C2695.91 194.093 2695.98 180.419 2695.95 166.744L2780.66 166.798C2786.34 172.029 2792.7 176.516 2798.7 181.383C2805.04 181.277 2811.4 181.376 2817.75 181.323V185.984C2810.75 185.855 2803.73 186.227 2796.76 185.809C2790.54 181.155 2784.58 176.144 2778.42 171.406C2752.5 171.49 2726.58 171.414 2700.66 171.459C2700.69 185.088 2700.61 198.717 2700.71 212.338C2700.26 212.398 2699.36 212.52 2698.91 212.573C2686.99 212.315 2293.2 212.571 2286.97 212.437C2286.93 151.476 2287.21 90.5229 2287.04 29.5616C2284.36 29.4165 1999.44 29.5707 1995.41 29.4705C1995.29 29.3868 1995.05 29.2126 1994.93 29.1215C1996.22 27.9294 1997.5 26.5783 1997.42 24.6876Z" fill="white"/>
<path d="M-81.5319 35.644C-77.4433 24.2238 -63.665 27.6934 -62.6641 36.4944C-61.5327 42.265 -66.8097 48.1338 -72.6864 47.5493C-76.8697 47.4582 -80.0818 44.2084 -81.5392 40.5107C-86.1528 40.3329 -192.372 40.4665 -216.998 40.4501V35.6361L-81.5319 35.644Z" fill="white"/>
<path d="M1640.08 38.7493C1639.93 37.3448 1641.02 35.9172 1642.51 36.1448C1664.46 36.1296 1686.4 36.1066 1708.35 36.1527C1709.5 35.9554 1710.35 36.8889 1710.88 37.8455L1710.83 627.979H1706.12C1706.09 595.989 1706.07 74.3732 1706.13 40.8221C1685.66 40.9059 1665.19 40.64 1644.73 40.9514C1644.94 47.162 1644.72 53.3884 1644.85 59.6062C1648.91 60.9197 1652.07 64.7132 1652 69.135C1651.93 74.7532 1646.45 79.4911 1640.92 78.4435C1632.52 77.3686 1628.25 64.4705 1640.11 59.4544C1640.03 52.5525 1640 45.6433 1640.08 38.7493Z" fill="white"/>
<path d="M2565.32 39.9718C2570.25 36.7603 2577.36 39.5311 2579.24 44.9902L2579.68 45.8406C2582.46 45.8818 2620.08 46.1187 2623.72 45.6355C2623.35 61.747 2623.71 77.8809 2623.58 94.0003C2713.58 93.9742 2707.67 94.4841 2709.64 93.1882C2770.9 57.4442 2766.99 59.6614 2769.15 59.8338C2785.35 59.8721 2801.55 59.8569 2817.75 59.849V64.374L2770.69 64.3588C2768.37 64.1147 2771.63 61.1237 2710.7 97.9937C2708.85 99.1135 2715.24 98.5624 2619.06 98.8895C2618.81 82.8011 2618.99 66.6896 2618.97 50.5933C2605.84 50.5708 2592.73 50.5094 2579.61 50.6235C2578.28 54.5792 2574.62 57.9583 2570.26 57.7076C2566.68 58.011 2563.68 55.6955 2561.66 52.9926C2559.49 48.4907 2560.75 42.424 2565.32 39.9718Z" fill="white"/>
<path d="M2472.65 42.9629C2475.91 46.4111 2475.88 52.0056 2473.17 55.7488C2471.02 57.6243 2468.43 59.3324 2465.44 59.1127C2461.09 59.2037 2457.4 55.8555 2456.17 51.8465C2454.72 40.3777 2466.89 36.8768 2472.65 42.9629Z" fill="white"/>
<path d="M2489.93 42.0518C2493.97 38.6576 2500.57 39.6372 2503.66 43.9273C2506.12 47.3543 2505.76 52.0134 2503.69 55.506C2501.63 57.1989 2499.42 59.0895 2496.61 59.0895C2492.82 59.5375 2489.41 57.2444 2487.34 54.2605C2485.35 50.1913 2486.19 44.8154 2489.93 42.0518Z" fill="white"/>
<path d="M541.112 46.1518C546.905 43.4944 554.346 48.3157 554.202 54.6937C554.673 59.9932 549.775 64.9133 544.476 64.5413C539.844 64.6554 535.615 60.8284 535.198 56.2348C534.545 52.0285 537.164 47.6553 541.112 46.1518Z" fill="white"/>
<path d="M285.782 53.3725C288.601 48.8184 295.272 47.4278 299.517 50.7C303.67 53.5242 304.642 59.5606 301.992 63.7439C297.082 69.8513 290.111 69.1131 285.904 63.9186C284.012 60.7296 283.789 56.5901 285.782 53.3725Z" fill="white"/>
<path d="M-216.999 55.1564C-180.084 55.2474 -143.153 54.9592 -106.254 55.3161C-101.614 59.0745 -97.7954 63.7742 -93.3688 67.7906C-89.5114 67.7681 -85.6547 67.7833 -81.7901 67.7833C-81.2815 65.308 -80.5149 62.7345 -78.4572 61.1017C-74.2964 57.123 -66.6055 58.2775 -63.8565 63.3646C-60.9333 67.9733 -63.1111 74.5717 -68.0246 76.9097C-72.7159 79.1422 -78.4415 76.925 -80.8257 72.491C-85.6772 72.2482 -90.567 72.7338 -95.4033 72.2555C-100.042 68.4819 -103.884 63.8124 -108.303 59.7882C-144.535 59.8944 -180.767 59.7961 -216.999 59.8416V55.1564Z" fill="white"/>
<path d="M72.3696 65.2777C73.9793 60.0917 79.8785 56.4857 85.1324 58.6568C91.2064 60.6537 93.5051 68.9852 89.2702 73.7966C84.52 79.1932 75.7104 78.6262 72.4528 70.0533C56.1895 69.9775 39.922 70.3865 23.663 70.0078C21.1556 69.9495 18.9541 71.2461 16.7156 72.1638C5.95882 76.5765 -48.8424 99.7872 -52.6499 101.456C-55.2611 102.601 -44.5092 102.573 -216.999 102.398V97.789C-35.7239 97.7374 -59.1415 98.8894 -50.7975 95.5262C25.8815 64.6234 20.1741 65.1746 23.731 65.2395C39.939 65.5363 56.1519 65.2091 72.3696 65.2777Z" fill="white"/>
<path d="M1670.15 59.7197C1676.05 58.0863 1682.63 62.9542 1682.22 69.1496C1682.37 75.277 1675.59 80.1892 1669.82 78.1085C1664.56 76.6888 1661.67 70.4199 1663.69 65.4743C1664.81 62.7289 1667.25 60.5233 1670.15 59.7197Z" fill="white"/>
<path d="M2763.62 74.9583C2765.35 74.009 2767.04 72.6275 2769.16 72.7865L2817.75 72.8017V77.6157C2817.68 77.6157 2773.6 77.5391 2769.93 77.6307C2768.25 77.5409 2772.39 75.1871 2710.77 110.294C2708.71 111.616 2717.92 111.175 2579.64 111.25C2578.33 113.767 2577.59 115.999 2573.09 118.03C2561.92 120.025 2557.27 108.697 2563.14 102.071C2566.3 99.0029 2571.41 98.1223 2575.21 100.552C2577.52 101.828 2578.66 104.333 2579.92 106.543C2588.7 106.399 2705.33 106.52 2705.45 106.52C2707.97 106.677 2703.83 107.845 2763.62 74.9583Z" fill="white"/>
<path d="M1949 77.1294C1952.83 72.2324 1960.8 72.111 1964.58 77.1446C1965.11 78.2074 1965.69 79.3236 1966.25 80.4247L1996.22 80.455C1997.75 80.3336 1999.47 80.8119 2000.01 82.4519C1999.86 141.849 1999.98 201.253 1999.94 260.658L2110.95 260.642C2112.18 260.422 2113.2 261.174 2114.14 261.941C2114.23 286.74 2114.19 444.108 2114.14 451.391C2130.21 451.421 2146.28 451.443 2162.36 451.383C2164.26 453.55 2163.7 453.668 2163.64 484.145C2163.61 500.929 2163.74 599.101 2163.42 627.979H2158.84L2158.88 455.976C2142.75 456.052 2126.62 455.946 2110.5 456.03C2108.54 453.241 2110.05 463.013 2109.44 265.896L2109.59 265.357C2072.32 265.243 2035.04 265.396 1997.76 265.281C1995.87 265.585 1995.01 263.573 1995.27 262.032L1995.2 85.2465C1992.7 85.2465 1982 85.2186 1966.26 85.269C1965.31 87.5014 1964.09 89.7715 1961.92 91.0164C1957.77 93.78 1951.62 92.5198 1948.89 88.3663C1947.48 86.4604 1947.17 84.0386 1947.13 81.7454C1947.6 80.1436 1948.21 78.6025 1949 77.1294Z" fill="white"/>
<path d="M1111.4 77.0159C1114.54 80.3937 1114.61 85.8079 1111.98 89.468C1109.84 91.8825 1106.66 93.4691 1103.39 93.0667C1100.6 92.8766 1098.35 91.1153 1096.47 89.2252C1081.17 95.5273 1059.52 104.1 1055.27 106.027C1055.27 106.127 1055.47 374.536 1055.21 377.379C1054.55 379.981 1016.74 454.735 1014.55 460.153C1014.4 467.832 1014.41 627.892 1014.41 627.979H1009.77C1009.74 560.473 1009.65 464.374 1009.94 458.794C1013.48 450.731 1037.57 402.95 1050.28 377.075C1050.87 370.925 1050.49 270.49 1050.7 103.059C1054.55 100.953 1075.26 92.8458 1094.64 84.8895C1094.97 72.7579 1106.56 71.8074 1111.4 77.0159Z" fill="white"/>
<path d="M225.026 84.5248C227.251 78.6098 235.686 76.727 240.211 81.1464C242.322 82.475 242.291 86.6055 245.42 86.0131L331.535 85.9979C358.01 108.464 384.265 131.182 410.604 153.799C412.297 154.573 393.394 154.437 689.585 154.316C691.241 148.469 698.484 145.015 703.829 148.341C709.645 151.393 710.108 160.094 705.166 164.202C701.961 166.403 697.512 167.003 694.133 164.855C691.825 163.625 690.641 161.233 689.585 158.986L409.632 159.039C374.877 129.593 333.686 93.5809 329.515 90.7287C300.784 90.5539 272.031 90.6753 243.294 90.6528C241.851 94.8137 237.895 98.2606 233.286 97.7896C226.894 97.7507 222.315 90.2874 225.026 84.5248Z" fill="white"/>
<path d="M2233.28 82.9456C2236.88 77.4731 2246.68 76.0582 2250.75 85.9749C2257.47 85.9901 2264.19 86.0204 2270.93 85.9677C2270.79 124.784 2271.03 219.764 2270.82 228.389C2273.1 228.773 2360.02 228.343 2518.45 228.571C2518.39 305.645 2518.41 299.651 2518.66 301.376C2531.74 301.954 2544.89 301.354 2558 301.475L2558 375.579C2558.29 375.541 2558.86 375.458 2559.15 375.419C2564.99 375.528 2611.57 375.636 2615.47 375.351C2620.7 373.567 2638.23 366.774 2645.39 364.531C2654.67 364.229 2785.79 364.374 2817.75 364.38V369.186C2817.67 369.186 2655.61 369.187 2653 369.216C2644.15 369.316 2651.85 366.825 2616.19 380.21C2595.23 380.301 2574.28 380.203 2553.33 380.271L2553.35 306.213C2540.14 306.175 2526.94 306.22 2513.74 306.19C2513.8 281.894 2513.71 257.598 2513.79 233.302H2266.13C2266.23 207.129 2266.17 118.056 2266.22 90.645C2261.04 90.6602 2255.88 90.6377 2250.73 90.6529C2249.5 93.8571 2247.1 96.5065 2243.82 97.6458C2240.7 98.0634 2237.23 97.752 2234.92 95.4285C2231.3 92.4592 2230.75 86.7901 2233.28 82.9456Z" fill="white"/>
<path d="M2796.74 85.2689C2799.68 83.9937 2802.46 82.2165 2805.58 81.3364C2809.61 81.0329 2813.68 81.3363 2817.75 81.2149V85.7551C2814.94 85.7629 2812.16 85.7326 2809.39 85.7247C2805.43 85.4285 2802.23 88.1848 2798.75 89.5511C2799.65 101.303 2787.23 103.64 2782.22 97.88C2778.11 93.8406 2779.1 86.271 2784.02 83.3326C2788 80.5843 2793.62 81.723 2796.74 85.2689Z" fill="white"/>
<path d="M72.84 94.0154C78.1577 84.9563 89.1069 87.3721 91.4644 96.2175C91.8844 107.283 81.0809 109.926 75.6946 105.291C73.6145 103.719 72.7714 101.175 72.0959 98.7759C60.2593 98.5859 48.4148 98.7681 36.5776 98.677C25.6035 118.194 -36.9524 230.448 -38.1257 232.124C-38.6422 233.074 -39.9174 232.823 -40.8133 232.967C-40.908 232.967 -203.275 232.955 -216.999 232.952V228.373L-41.2765 228.282C-19.5007 189.036 2.41287 149.86 24.3841 110.719C32.8872 95.5711 33.2083 93.9001 35.0213 94.0378C47.6251 93.9547 60.2362 94.0075 72.84 94.0154Z" fill="white"/>
<path d="M1230.72 93.142C1234.43 92.064 1238.83 92.7778 1241.44 95.8224C1243.29 97.7435 1243.68 100.446 1244.05 102.982C1243.38 107.052 1240.5 110.393 1236.59 111.691C1236.69 185.109 1236.35 460.972 1236.77 467.434C1238.38 469.518 1237.2 467.938 1258.34 496.901C1268.31 497.037 1278.31 496.665 1288.27 497.06C1296.64 505.267 1304.35 514.181 1312.44 522.685C1313.68 524.219 1315.9 525.48 1315.7 527.742C1315.71 529.965 1315.69 595.893 1315.72 627.979H1311.16C1311.19 596.098 1311.1 564.209 1311.23 532.328C1310.61 525.209 1315.49 533.845 1286.67 501.821C1276.48 501.137 1266.2 501.798 1255.98 501.479C1252.19 496.736 1245.36 487.445 1234.28 471.99C1230.23 466.331 1231.89 485.108 1231.85 308.764C1231.84 272.386 1231.93 119.598 1231.91 111.692C1228.98 110.462 1226.1 108.465 1225.21 105.253C1223.46 100.53 1226.21 95.1165 1230.72 93.142Z" fill="white"/>
<path d="M1261.89 93.0206C1265.11 91.965 1268.59 93.142 1271.18 95.1462C1272.75 96.9987 1274.12 99.2232 1274.02 101.759C1274.41 105.76 1271.79 109.534 1268.16 111.06C1267.88 111.227 1267.3 111.553 1267.02 111.713C1267 131.727 1266.81 464.962 1267.08 467.197C1270.93 472.224 1274.88 477.22 1279.04 482.003C1283.71 482.77 1288.68 481.251 1293.29 482.763C1308.11 499.188 1330.03 522.436 1333.73 526.64C1334.77 527.822 1334.42 522.971 1334.42 627.978H1329.75C1329.73 623.446 1329.7 533.716 1329.74 529.183C1329.56 528.99 1310.52 508.5 1290.6 486.907C1286.37 486.793 1282.15 486.985 1277.94 486.832C1276.98 486.797 1276.3 486.095 1275.54 485.693C1271.94 480.659 1267.78 476.06 1264.05 471.138C1260.75 466.79 1262.23 484.754 1262.21 265.387C1262.21 224.827 1262.27 111.848 1262.27 111.729C1259.67 110.59 1256.99 109.041 1255.87 106.293C1254.31 103.248 1254.95 99.687 1256.4 96.7486C1258 95.2075 1259.64 93.5292 1261.89 93.0206Z" fill="white"/>
<path d="M1554.61 101.054C1555.07 95.0103 1562.15 90.8719 1567.69 93.3168C1568.11 93.4685 1568.58 93.6434 1569.06 93.8334C1572.75 96.3311 1574.83 101.244 1573.09 105.526C1572.09 108.609 1569.25 110.522 1566.41 111.714L1566.38 191.437C1566.17 193.319 1567.25 194.928 1568.18 196.478C1575.81 209.283 1583.17 222.255 1590.86 235.026C1590.99 244.779 1590.55 345.792 1590.7 442.052C1590.56 443.508 1590.46 443.144 1604.01 462.818C1642.97 519.387 1641.07 516.139 1640.81 518.616C1640.73 575.441 1640.55 572.461 1641.68 574.543C1649.72 592.325 1657.52 610.228 1665.63 627.98H1660.48C1653.48 612.521 1646.27 597.155 1639.69 581.521C1638.26 578.128 1635.95 574.862 1636.17 571.035C1636.23 553.405 1636.16 535.768 1636.2 518.138C1629.61 508.677 1596.95 460.69 1586.15 445.173C1585.64 230.515 1586.79 237.994 1585.27 234.98C1577.74 222.148 1570.37 209.223 1562.69 196.485C1561.51 194.521 1561.54 200.435 1561.75 111.684C1561.41 111.517 1560.71 111.182 1560.37 111.016C1556.55 109.391 1553.95 105.215 1554.61 101.054Z" fill="white"/>
<path d="M1585.41 98.4724C1587.35 94.2588 1592.04 91.8455 1596.57 92.816C1601.51 93.8722 1604.57 99.0042 1604 103.932C1617.02 109.899 1630.14 115.677 1643.16 121.653C1644.72 122.184 1644.84 123.93 1644.82 125.358C1644.82 125.451 1644.63 435.743 1644.97 440.435C1645.96 441.179 1681.83 468.179 1684.39 470.812C1684.61 523.194 1684.41 575.59 1684.47 627.979H1679.86C1679.83 465.314 1679.9 477.885 1679.66 472.65C1667.91 463.827 1656.27 454.845 1644.54 446.007C1642.99 444.534 1640.28 443.616 1640.09 441.269L1639.97 125.494C1637.48 124.009 1641.25 126.07 1602.08 108.251C1593.75 116.813 1581.68 108.412 1585.41 98.4724Z" fill="white"/>
<path d="M1094.92 111.425C1096.18 107.766 1099.24 104.6 1103.25 104.304C1108.77 103.408 1114.31 108.373 1113.89 113.984C1114.23 123.33 1099.54 128.368 1094.89 116.08C1090.75 116.042 1086.61 116.08 1082.47 116.035C1082.36 130.772 1082.44 145.516 1082.39 160.261C1082.38 161.658 1082.23 163.245 1083.31 164.353C1083.38 164.446 1118.83 211.546 1120.38 214.48C1120.66 221.782 1120.58 627.903 1120.58 627.979H1115.88C1115.85 614.146 1115.88 278.132 1115.87 215.801C1103.37 199.029 1090.78 182.318 1078.35 165.508C1077.01 161.453 1078.1 156.943 1077.76 152.722C1077.85 139.138 1077.57 125.548 1077.91 111.973C1083.49 110.818 1089.26 111.706 1094.92 111.425Z" fill="white"/>
<path d="M1131.91 115.45C1131.56 109.998 1136.71 105.131 1142.13 105.739C1146.26 105.875 1149.57 109.11 1150.89 112.868C1158.84 112.875 1166.79 112.815 1174.73 112.883C1176.21 112.656 1177.82 113.825 1177.61 115.434C1177.68 127.605 1177.83 139.785 1177.65 151.955C1177.63 153.634 1177.86 155.531 1176.76 156.981C1173.6 161.745 1163.52 175.062 1160.75 179.911C1160.6 236.115 1160.71 625.97 1160.85 627.979H1155.94C1155.94 605.993 1155.98 200.231 1156.11 177.8C1161.66 169.866 1167.58 162.152 1172.87 154.059C1173.13 141.895 1172.87 129.701 1172.97 117.53C1165.65 117.515 1158.33 117.545 1151.01 117.508C1145.75 130.174 1131.64 124.476 1131.91 115.45Z" fill="white"/>
<path d="M2779.68 120.719C2780.63 111.325 2794.48 107.759 2798.73 119.352C2805.07 119.321 2811.41 119.337 2817.75 119.352V123.953C2811.4 123.937 2805.04 123.983 2798.7 123.922C2797.38 127.795 2793.93 131.135 2789.68 131.188C2784.07 131.644 2779.11 126.299 2779.68 120.719Z" fill="white"/>
<path d="M1450.78 120.658C1452.68 115.381 1459.62 112.815 1464.43 115.829C1469.19 118.349 1470.57 124.871 1467.82 129.359C1470.48 132.563 1521.63 188.057 1529.45 196.424C1529.1 255.074 1529.18 280.655 1529.18 514.849C1529.39 518.03 1528.51 521.463 1529.96 524.461C1541.54 548.353 1561.34 589.842 1579.8 627.978H1574.62C1574.22 627.16 1526.83 529.077 1524.84 524.202C1525.02 179.139 1524.97 200.488 1524.37 197.949C1517.18 190.267 1464.42 132.77 1464.34 132.683C1453.67 136.609 1448.01 126.947 1450.78 120.658Z" fill="white"/>
<path d="M2379.52 119.845C2384.34 111.362 2395.12 112.695 2398.12 122.229C2397.43 129.445 2396.5 130.325 2390.5 133.429C2390.56 152.479 2390.59 171.536 2390.53 190.593C2537.09 190.414 2657.9 190.805 2683.55 190.381C2683.51 178.666 2683.51 166.951 2683.53 155.235L2817.75 155.257V159.927L2688.23 159.942L2688.26 195.095C2543.89 195.484 2391.96 194.673 2386.04 195.277C2386.04 192.733 2386.16 136.758 2385.86 133.148C2380.28 131.69 2377.16 125.122 2379.52 119.845Z" fill="white"/>
<path d="M414.453 128.827C413.033 124.029 415.926 118.478 420.778 117.104C425.964 115.244 431.726 118.881 433.115 124.028C434.445 133.18 425.947 138.271 418.765 134.627C416.867 133.109 415.015 131.28 414.453 128.827Z" fill="white"/>
<path d="M1852.63 119.154C1854.82 118.109 1851.09 121.03 1931.74 118.524C1935.09 118.42 1938.47 118.259 1941.83 118.6C1942.22 119.043 1942.72 119.625 1943.01 119.982C1943.02 121.017 1942.29 258.103 1942.28 270.923C1945.29 270.877 1948.31 270.778 1951.34 270.801C1952.67 266.8 1956.09 263.277 1960.52 263.186C1966.32 262.746 1971.37 268.49 1970.42 274.233C1968.97 283.029 1956.15 286.376 1951.59 275.433C1947.49 275.357 1943.39 275.653 1939.29 275.615C1936.01 274.922 1936.84 277.254 1938.09 146.92C1938.17 139.053 1938.11 131.181 1938.32 123.315C1855.52 123.4 1859.38 123.094 1855.4 123.513C1849.78 131.758 1844.47 140.239 1839.08 148.644C1843.52 151.977 1844.42 159.061 1840.36 163.055C1836.33 167.755 1828.19 166.605 1825.14 161.301C1822.17 156.148 1824.85 149.123 1830.45 147.285C1831.78 147.073 1833.16 146.944 1834.55 146.814C1840.65 137.65 1846.34 128.19 1852.63 119.154Z" fill="white"/>
<path d="M2643.02 123.908C2649.27 122.579 2655.24 128.628 2654.23 134.796C2653.37 140.069 2648.05 143.724 2642.78 142.95C2630.84 139.149 2634.07 125.116 2643.02 123.908Z" fill="white"/>
<path d="M1338.17 130.407C1342.8 133.588 1343.36 141.021 1339.22 144.84C1336.18 148.12 1331.11 148.325 1327.32 146.344C1324.4 149.245 1302.88 170.186 1302.81 170.26C1302.75 177.8 1302.78 185.347 1302.8 192.902C1340.16 217.371 1338.33 216.201 1339.65 217.524C1339.48 276.437 1339.56 431.39 1339.58 484.137C1348.17 487.006 1349.69 496.955 1341.91 502.291C1338.25 503.582 1333.82 503.552 1330.91 500.682C1326.07 496.605 1327.1 487.813 1332.93 485.178C1333.79 484.7 1333.64 484.803 1334.82 484.13C1334.95 445.647 1334.87 240.504 1334.8 219.81C1332.25 217.544 1300.06 197.274 1298.24 195.179C1297.92 186.842 1298.21 178.475 1298.09 170.131C1297.57 167.505 1298.37 168.299 1324.09 142.934C1319.12 132.794 1330.62 124.594 1338.17 130.407Z" fill="white"/>
<path d="M2079.13 128.797L2159.39 128.812C2170.2 139.715 2181.09 150.549 2191.97 161.399L2191.96 290.245C2201.55 290.22 2242.24 290.3 2253 290.192C2262.72 299.934 2365.5 402.798 2382.96 420.184C2392.28 429.472 2390.28 428.587 2394.08 428.65C2410.73 428.923 2427.39 428.619 2444.05 428.642C2453.88 438.839 2464.11 448.656 2474 458.8C2512.57 458.902 2562.91 458.773 2577.58 458.884C2577.52 465.231 2577.54 471.586 2577.53 477.949C2580.64 477.951 2614.4 477.94 2615.23 477.972C2615.23 480.669 2615.18 555.331 2615.15 561.946C2614.72 564.166 2611.6 559.809 2679.51 627.979H2672.94L2611.3 566.373C2610.36 565.659 2610.41 564.451 2610.41 563.449C2610.46 557.32 2610.37 487.243 2610.42 482.634C2610.35 482.634 2576.19 482.66 2572.83 482.619C2572.85 476.264 2572.81 469.909 2572.85 463.562C2539.28 463.622 2505.71 463.615 2472.14 463.523C2471.96 463.357 2447.18 438.589 2441.97 433.289C2424.49 433.251 2406.99 433.396 2389.52 433.214C2386.81 430.968 2336.24 380.175 2336.16 380.088C2246.95 290.771 2251.69 294.578 2249.52 295.029L2187.33 294.953L2187.37 163.502C2177.35 153.473 2167.36 143.412 2157.29 133.436C2132.8 133.527 2108.31 133.421 2083.82 133.489L2083.82 185.848C2074.8 185.886 2065.78 185.855 2056.77 185.863C2055.23 190.418 2050.58 193.792 2045.65 192.924C2040.35 191.991 2036.7 186.508 2037.77 181.315C2038.57 179.28 2039.59 177.207 2041.43 175.901C2044.93 173.099 2050.47 173.378 2053.78 176.433C2055.18 177.727 2055.94 179.531 2056.8 181.224C2065.67 181.168 2075.12 181.216 2079.15 181.216L2079.13 128.797Z" fill="white"/>
<path d="M1866.94 147.262C1870.63 141.985 1873.88 136.397 1877.79 131.287C1892.49 131.454 1907.18 131.265 1921.88 131.356C1923.24 131.196 1924.99 132.009 1924.75 133.656C1924.86 283.378 1924.55 276.443 1925.03 282.584C1928.22 288.658 1931.81 294.528 1935.09 300.572C1940.55 300.64 1946.03 300.564 1951.51 300.617C1955.31 290.992 1966.04 291.673 1969.8 299.038C1971.45 303.077 1970.23 307.963 1966.72 310.655C1963.28 313.289 1958.1 313.095 1954.8 310.336C1953.2 308.987 1952.47 306.988 1951.27 305.355C1934.12 305.198 1932.65 306.173 1931.59 303.882C1928.2 298.203 1925.21 292.288 1921.73 286.662C1919.24 283.249 1920.29 291.582 1920.06 136.086C1916.6 136.086 1898.78 136.153 1880.09 136.056C1880.04 136.136 1872.56 147.504 1870.88 149.882C1872.31 152.076 1873.51 154.559 1873.15 157.269C1873.03 163.04 1866.61 167.459 1861.16 165.727C1855.99 164.475 1852.76 158.484 1854.59 153.481C1856.11 148.386 1861.98 145.85 1866.94 147.262Z" fill="white"/>
<path d="M33.1768 132.525C40.1922 132.102 324.295 132.328 324.375 132.328C326.491 132.207 323.242 130.106 381.152 177.663C421.129 210.493 463.662 245.511 468.938 249.618C483.941 250.043 499.004 249.679 514.03 249.793C515.259 246.346 518.031 243.293 521.789 242.717C527.385 241.51 533.247 246.414 533.034 252.139C533.535 261.971 518.353 266.455 514.068 254.554C499.399 254.531 484.737 254.36 470.076 254.562C465.267 254.628 475.67 260.458 324.929 137.644L324.101 137.044C228.07 136.831 132.024 137.12 35.9853 137.059C33.5143 140.394 -25.6614 243.832 -28.6046 247.372C-91.4027 247.205 -154.201 247.235 -216.999 247.227V242.573C-216.916 242.573 -32.4467 242.509 -30.9663 242.588C37.1379 125.332 31.2054 135.332 33.1768 132.525Z" fill="white"/>
<path d="M-96.2768 140.163C-94.9099 136.139 -91.2959 132.95 -86.9227 132.919C-76.0785 133.687 -74.4652 145.808 -81.1977 150.337C-85.2292 153.412 -91.2656 152.334 -94.4012 148.485C-95.0768 147.308 -95.6613 146.085 -96.2464 144.878L-216.999 144.855V140.208L-96.2768 140.163Z" fill="white"/>
<path d="M-59.4984 133.291C-56.6056 132.859 -53.4093 132.82 -50.9948 134.749C-44.7854 138.818 -45.0033 151.377 -57.3346 152.326C-64.001 171.444 -70.1053 190.768 -77.0527 209.779C-123.694 209.916 -170.35 209.757 -216.999 209.742V205.315C-40.1335 205.274 -89.1649 205.336 -80.2946 205.285C-74.1368 187.131 -68.0859 168.939 -61.7764 150.838C-62.7561 149.813 -63.7582 148.811 -64.6996 147.756C-68.01 142.555 -65.2914 135.228 -59.4984 133.291Z" fill="white"/>
<path d="M-34.3066 137.263C-31.6796 132.95 -25.7039 131.91 -21.3841 134.173C-12.5448 139.918 -16.9447 153.641 -28.5361 152.091C-65.0546 222.48 -62.509 218.226 -65.0486 221.889C-94.102 222.057 -206.96 221.649 -216.999 221.859V217.038C-167.177 217.015 -117.347 217.061 -67.5238 216.893C-66.4349 215.165 -34.7266 153.603 -32.78 149.813C-36.0298 146.556 -37.0319 141.143 -34.3066 137.263Z" fill="white"/>
<path d="M2664.56 133.307C2678.03 133.343 2804.25 133.484 2817.75 133.178V138.029H2669.28C2669.25 148.796 2669.29 159.562 2669.29 170.336C2645.81 170.381 2622.34 170.282 2598.88 170.457C2598.89 166.183 2598.89 161.9 2598.88 157.633C2596.13 156.471 2593.42 154.695 2592.43 151.734C2590.44 147.17 2592.78 141.727 2597.06 139.449C2607.8 135.629 2613.93 146.493 2609.53 153.176C2608.34 155.598 2605.68 156.471 2603.64 157.944C2603.41 160.296 2603.5 163.063 2603.69 165.4C2623.98 165.454 2644.27 165.347 2664.56 165.491L2664.56 133.307Z" fill="white"/>
<path d="M1098.07 136.807C1102.17 133.218 1109.23 133.96 1112.23 138.561C1114.78 142.031 1114.15 146.844 1111.9 150.299C1119.27 160.352 1126.93 170.245 1133.99 180.502C1134.53 194.023 1134.04 620.05 1134.34 627.978H1129.68C1129.54 445.814 1129.98 197.127 1129.57 182.134C1122.36 172.431 1115.22 162.682 1108.01 152.979C1103.96 154.384 1099.15 153.172 1096.58 149.608C1093.75 145.7 1094.46 139.966 1098.07 136.807Z" fill="white"/>
<path d="M1139.91 136.078C1149.23 134.216 1156.97 148.011 1144.83 154.733C1149.06 184.119 1147.59 183.054 1147.74 195.217C1153.64 651.142 1147.49 623.619 1147.93 627.979H1143.05L1143.07 180.032C1142.33 171.718 1141.23 163.435 1140.17 155.159C1136.02 154.309 1132.32 150.983 1131.96 146.617C1131.22 141.689 1134.98 136.724 1139.91 136.078Z" fill="white"/>
<path d="M885.003 142.145C892.049 135.501 899.909 140.093 901.562 145.949C912.42 146.366 923.307 146.04 934.18 146.123C950.094 156.776 966.395 166.859 982.18 177.686L982.392 369.345C976.683 396.929 969.872 424.308 964.079 451.869C964.055 457.714 963.721 622.182 964.178 627.979H959.296L959.303 457.882C959.316 448.948 958.884 461.166 975.217 380.446C978.937 362.065 977.594 405.074 977.526 180.055L932.623 150.8C922.403 150.891 912.184 150.755 901.972 150.854C900.385 153.648 898.571 156.761 895.207 157.596C886.161 160.353 878.76 149.964 885.003 142.145Z" fill="white"/>
<path d="M2563.55 142.122C2570.09 134.333 2581.61 140.318 2580.59 148.925C2580.45 153.062 2577.21 156.327 2573.46 157.633C2573.43 164.923 2573.49 172.211 2573.45 179.5C2579.09 179.478 2673.79 179.531 2673.91 179.531C2673.94 168.248 2673.84 156.966 2673.97 145.683C2677.78 145.997 2669.4 146.044 2817.75 145.964V150.603L2678.68 150.633C2678.58 161.825 2678.65 173.031 2678.66 184.23L2568.87 184.291C2568.76 175.476 2568.83 166.654 2568.85 157.839C2567.09 156.852 2565.18 156.023 2563.84 154.506C2560.8 151.065 2560.63 145.612 2563.55 142.122Z" fill="white"/>
<path d="M2047.9 143.731C2051.76 143.701 2054.89 146.655 2056.41 149.995C2059.3 160.289 2047.74 166.761 2040.55 160.131C2033.85 152.964 2039.88 142.927 2047.9 143.731Z" fill="white"/>
<path d="M2096.46 146.587C2100.01 142.266 2107.31 142.312 2110.84 146.64C2114.42 150.505 2113.7 156.928 2109.85 160.337C2119.94 170.329 2129.95 180.404 2140 190.457C2145.26 190.472 2150.52 190.434 2155.8 190.457C2155.8 340.404 2155.66 330.001 2155.96 332.248C2176.94 332.023 2223.24 332.271 2240.44 332.066C2243.77 332.735 2248.12 330.753 2250.67 333.668C2261.3 344.495 2272.15 355.117 2282.84 365.898C2282.58 418.576 2282.95 398.514 2282.74 522.131L2432.26 522.093C2438.85 528.858 2535.2 625.191 2538.04 627.979H2531.49C2424.94 521.787 2431.12 526.414 2428.27 526.792C2417.87 526.822 2286.1 526.829 2278.06 526.792C2278.12 490.461 2278.04 388.252 2278.08 369.808C2278.25 368.48 2277.58 367.392 2276.68 366.536C2266.48 356.845 2256.79 346.636 2246.83 336.713C2246.35 336.773 2245.4 336.903 2244.93 336.971C2213.7 336.75 2182.48 336.864 2151.26 336.834L2151.27 195.096C2146.86 195.103 2142.46 195.073 2138.08 195.126C2127.11 184.383 2116.47 173.298 2105.4 162.676C2102.49 162.357 2099.42 162.187 2097.15 160.109C2093.42 156.691 2092.88 150.33 2096.46 146.587Z" fill="white"/>
<path d="M2127.51 145.782C2134.4 139.239 2147.01 146.374 2142.45 157.451C2153.4 167.23 2164.35 177.032 2175.27 186.857C2175.1 228.237 2175.29 269.624 2175.18 311.004C2201.01 311.095 2222.46 310.954 2251.75 311.034C2281.98 341.265 2295.53 354.751 2302.98 362.299C2302.87 391.092 2302.9 397.762 2302.9 499.079L2438.14 499.049C2446.43 507.268 2547.5 608.427 2567.06 627.978H2560.34C2551.3 618.991 2444.56 512.279 2436.11 503.733L2298.24 503.688C2298.24 496.597 2298.17 377.245 2298.23 365.966C2298.58 363.878 2296.67 362.681 2295.44 361.403C2282.39 347.827 2270.72 336.67 2249.72 315.734C2244.36 315.657 2198.45 315.828 2170.55 315.688L2170.54 188.9C2160.14 179.637 2149.76 170.359 2139.43 161.028C2127.08 167.018 2119.52 152.455 2127.51 145.782Z" fill="white"/>
<path d="M1450.48 157.383C1448.84 152.114 1452.34 145.91 1457.87 145.03C1463.43 143.724 1469.42 148.454 1469.24 154.209C1469.53 158.688 1466.17 162.492 1462.08 163.836C1458.83 164.307 1455.57 163.555 1453.04 161.43C1445.55 166.092 1438.11 170.844 1430.64 175.521C1430.24 175.878 1429.44 176.607 1429.05 176.971C1428.93 178.707 1429.18 157.782 1428.94 337.235C1428.5 339.879 1426.02 335.981 1481.23 391.545C1481.32 434.177 1482.32 476.822 1481.27 519.442C1481.06 528.119 1484.93 518.302 1464.9 556.615C1464.16 558.035 1429.58 624.172 1427.99 627.978H1422.38C1427.05 619.199 1456.93 561.664 1456.97 561.573C1477.45 522.135 1476.67 524.355 1476.64 522.434C1476.06 479.456 1476.65 436.47 1476.64 393.497C1459.37 376.368 1442.28 359.042 1424.96 341.951C1424.82 341.685 1424.54 341.146 1424.4 340.88L1424.34 176.189C1423.87 173.047 1425.22 173.718 1450.48 157.383Z" fill="white"/>
<path d="M298.013 149.586C297.869 148.067 299.403 147.24 300.739 147.346C306.335 147.186 311.945 147.249 317.549 147.27C319.683 147.278 322.173 146.936 323.889 148.538C327.769 151.785 374.688 191.199 379.323 195.27C379.437 220.379 379.277 245.495 379.399 270.611L380.12 271.006C387.914 273.744 389.958 285.593 379.642 289.563C374.608 290.732 368.989 287.68 367.805 282.563C366.377 277.635 369.696 272.358 374.479 270.923C374.664 263.071 374.88 202.178 374.433 197.124C359.786 185.117 325.822 156.009 320.518 152.115C314.573 151.872 308.606 152.115 302.653 152.009C302.638 158.037 302.676 164.066 302.623 170.094C306.442 171.559 309.881 174.915 309.79 179.266C310.261 184.558 305.318 189.585 300.003 189.075C290.901 189.501 285.508 174.994 297.961 170.177C298.036 163.305 297.907 156.441 298.013 149.586Z" fill="white"/>
<path d="M1886.48 150.375C1892.42 144.35 1900.02 146.762 1903.02 152.972C1905.77 165.109 1893 169.565 1887.09 163.192C1883.62 159.866 1883.51 154.05 1886.48 150.375Z" fill="white"/>
<path d="M-216.999 154.338C-133.244 154.338 -138.33 153.706 -137.064 155.431C-132.289 160.518 -127.733 165.795 -122.942 170.867C-119.388 169.394 -115.03 169.546 -112.107 172.257C-107.939 175.552 -107.665 182.4 -111.432 186.105C-114.947 189.955 -121.697 190.016 -125.235 186.159C-128.492 183.061 -128.553 177.86 -126.48 174.087C-126.552 174.008 -135.756 163.955 -140.086 159.031L-216.999 159V154.338Z" fill="white"/>
<path d="M1325.07 162.189C1327.06 160.716 1329.16 158.985 1331.8 159.015C1334.73 158.651 1337.5 159.979 1339.68 161.862C1345.62 169.984 1339.75 177.503 1333.41 178.042C1328.6 178.45 1323.86 174.884 1323.16 170.123C1322.56 167.314 1323.76 164.588 1325.07 162.189Z" fill="white"/>
<path d="M1359.98 159.243C1362.52 158.894 1365.34 158.727 1367.61 160.177C1373.18 163.171 1375.86 173.51 1365.14 177.959C1365.01 184.215 1365.17 190.472 1365.09 196.728C1365.17 198.509 1364.64 198.642 1356.13 214.419C1355.7 216.688 1355.78 206.891 1355.8 375.921C1356.06 380.81 1355.2 385.822 1356.3 390.643C1360.06 400.893 1364.11 411.056 1367.85 421.324C1370.93 429.762 1369.94 417.791 1370.05 484.183C1374 485.572 1377.4 489.156 1377.12 493.583C1377.53 499.938 1370.4 504.903 1364.54 502.686C1358.84 501.008 1356.18 493.552 1359.41 488.617C1360.64 486.217 1363.3 485.337 1365.35 483.841C1365.51 466.098 1364.89 448.337 1365.44 430.602C1365.54 427.212 1363.84 424.241 1362.77 421.164C1359.13 410.785 1354.81 400.626 1351.23 390.239C1351.23 390.132 1350.78 216.282 1351.44 213.271C1354.23 207.63 1357.57 202.27 1360.32 196.621C1360.66 190.395 1360.4 184.131 1360.42 177.897C1357.28 176.789 1354.67 174.45 1353.56 171.269C1353.01 165.806 1353.87 161.944 1359.98 159.243Z" fill="white"/>
<path d="M882.74 178.513C882.656 172.925 888.313 168.24 893.787 169.258C897.591 169.76 900.476 172.789 901.676 176.312C932.422 176.701 933.257 175.57 935.85 177.466C961.62 193.166 961.386 192.212 961.088 194.458C961.088 194.544 961.378 365.715 960.876 373.294C956.616 398.076 952.38 422.873 948.393 447.693C947.893 453.802 948.189 621.632 948.211 627.979H943.367L943.397 448.179C947.368 424.999 951.298 401.816 955.112 378.608C955.692 375.081 956.461 371.564 956.403 367.971C956.118 350.323 956.447 214.857 956.388 195.361C929.992 180.03 934.905 181.026 929.487 181.004C920.255 180.965 911.015 181.011 901.782 181.034C900.453 184.777 897.219 188.088 893.066 188.247C887.623 188.892 882.384 183.988 882.74 178.513Z" fill="white"/>
<path d="M-158.392 177.063C-156.555 173.882 -154.209 170.472 -150.222 170.032C-143.768 168.688 -137.748 175.142 -139.16 181.497C-139.623 182.727 -140.155 183.934 -140.785 185.096C-143.898 189.454 -150.716 190.388 -154.763 186.835C-156.418 185.574 -157.23 183.615 -158.081 181.793C-177.715 181.771 -197.357 181.747 -216.999 181.778V177.124C-197.464 177.086 -177.92 177.2 -158.392 177.063Z" fill="white"/>
<path d="M-84.539 170.42C-76.7461 174.231 -75.8211 185.08 -85.8301 189.006C-86.2556 192.749 -84.6307 197.146 -86.9991 200.418C-130.33 200.16 -173.668 200.35 -216.999 200.289V195.597H-90.5147C-90.5147 193.395 -90.4613 191.193 -90.5602 188.999C-92.4485 187.956 -94.392 187.032 -95.6776 185.37C-100.865 178.66 -95.4864 167.451 -84.539 170.42Z" fill="white"/>
<path d="M2350.03 175.423C2353.73 172.249 2359.57 172.887 2363.05 176.121C2364.52 178.11 2365.78 180.457 2365.62 183.031C2365.74 187.829 2361.58 192.025 2356.89 192.453C2354.8 192.644 2352.86 191.854 2350.96 191.239C2345.62 187.814 2344.81 179.303 2350.03 175.423Z" fill="white"/>
<path d="M1452.14 178.825C1455.43 174.201 1462.9 173.836 1466.66 178.073C1469.97 181.383 1469.87 186.804 1467.44 190.601C1470.15 193.928 1497.95 228.533 1500.66 232.276C1501.04 539.202 1500.01 522.309 1501.38 525.16C1517.71 559.125 1532.65 593.728 1548.36 627.979H1543.28C1527.87 594.883 1512.89 561.573 1497.67 528.387C1496.92 526.741 1496.03 525.092 1496.03 523.255C1496.32 436.212 1496.2 248.872 1495.81 233.636C1485.24 220.205 1474.4 206.986 1463.83 193.554C1451.26 196.728 1447.2 184.582 1452.14 178.825Z" fill="white"/>
<path d="M689.547 184.679C690.883 180.76 694.307 177.329 698.665 177.344C704.519 176.827 709.534 182.749 708.506 188.467C706.862 197.598 693.685 200.19 689.608 189.31C679.775 189.393 669.943 189.295 660.11 189.363C660.209 215.087 660.571 240.814 660.156 266.534C660.121 268.692 660.543 271.098 659.139 272.95C645.419 273.208 631.691 272.98 617.979 273.064C616.048 274.995 539.749 362.829 535.251 368.138L535.273 627.979H530.649C530.472 350.059 530.582 368.012 530.945 366.156C532.582 363.667 614.818 269.357 614.896 269.268C615.752 267.984 613.982 268.329 655.487 268.379C655.487 268.3 655.369 188.082 655.601 186.174C656.041 183.854 656.796 184.918 689.547 184.679Z" fill="white"/>
<path d="M2711.72 185.605C2719.43 185.448 2773.91 185.375 2778.76 185.681C2784.35 189.712 2789.62 194.192 2795.14 198.352C2802.67 198.391 2810.21 198.375 2817.75 198.367V202.999C2809.65 203.014 2801.54 202.968 2793.44 203.021C2788.1 198.853 2782.74 194.715 2777.48 190.463C2774.72 189.78 2718.81 190.212 2716.56 190.243C2716.67 203.552 2716.58 216.87 2716.61 230.18C2684.07 230.396 2588.14 230.325 2572.46 230.255C2572.34 234.667 2572.32 239.078 2572.46 243.489C2585.07 249.114 2579.09 262.821 2570.24 262.585C2564.7 262.964 2559.73 257.604 2560.53 252.099C2560.65 247.931 2564.06 244.856 2567.75 243.505L2567.75 225.328C2615.81 225.252 2663.88 225.305 2711.94 225.427C2711.77 212.156 2712.23 198.854 2711.72 185.605Z" fill="white"/>
<path d="M291.879 205.285C294.637 199.705 302.776 198.654 307.094 202.991C310.962 206.877 310.738 214.054 306.206 217.372C301.521 221.351 293.405 219.217 291.362 213.378L290.8 212.315C238.821 212.186 186.842 212.254 134.864 212.369L134.469 212.968C108.484 257.256 109.589 258.975 106.749 258.919C98.058 258.746 5.98857 258.845 -216.999 258.888V254.287L105.374 254.136C106.531 252.496 114.674 237.985 118.335 231.586C132.124 207.481 131.57 207.582 133.08 207.639C135.066 207.498 290.768 207.601 290.846 207.601C291.172 206.811 291.508 206.034 291.879 205.285Z" fill="white"/>
<path d="M927.567 200.972C933.228 199.276 939.814 203.653 939.745 209.658C940.375 214.988 935.532 219.8 930.277 219.779C925.539 219.759 921.045 215.929 920.733 211.138C920.187 206.674 923.279 202.256 927.567 200.972Z" fill="white"/>
<path d="M2735.62 212.657C2733.8 206.886 2738.8 200.312 2744.87 200.661C2749.28 200.342 2752.95 203.789 2754.3 207.782C2762.21 207.942 2770.17 207.501 2778.07 207.98C2783.6 211.024 2788.49 215.2 2794.13 218.032C2801.99 218.26 2809.87 218.025 2817.75 218.131V222.778C2809.39 222.717 2801.01 222.899 2792.66 222.702C2787 219.9 2782.09 215.663 2776.53 212.634C2769.2 212.171 2761.81 212.604 2754.46 212.429C2749.29 224.11 2737.41 220.115 2735.62 212.657Z" fill="white"/>
<path d="M575.666 210.417C578.399 215.2 575.97 221.981 570.739 223.826C566.73 225.534 562.174 223.864 559.38 220.759C558.796 219.605 558.272 218.466 557.74 217.319C552.737 217.403 547.726 217.433 542.722 217.304L542.707 332.916C535.497 341.491 519.272 360.292 516.292 363.871C516.33 396.823 516.223 429.775 516.353 462.727C515.418 464.815 513.842 466.508 512.419 468.277C508.095 473.654 488.445 498.161 484.646 502.823C484.66 508.302 484.651 619.721 484.623 627.979H479.9C479.9 627.903 479.626 504.108 480.348 500.348C488.902 490.37 491.604 486.401 510.612 463C512.297 461.202 511.414 466.036 511.69 362.346C520.708 350.879 531.875 338.816 537.975 331.11C538.029 292.008 538.059 252.899 537.945 213.797C539.053 213.204 540.117 212.339 541.468 212.491C546.912 212.423 552.356 212.506 557.807 212.476C562.199 202.088 572.719 204.484 575.666 210.417Z" fill="white"/>
<path d="M2015.91 234.668C2014.72 229.179 2019.41 223.325 2025.07 223.507C2029.55 223.112 2033.41 226.567 2034.74 230.667C2068.56 230.766 2102.39 230.689 2136.21 230.705L2136.2 345.369C2142.38 345.844 2218.04 345.339 2239.27 345.414C2245.66 352.646 2261.59 367.365 2263.96 370.743C2264.14 379.377 2264.06 526.95 2264.04 539.314C2287.12 539.359 2310.19 539.268 2333.26 539.359C2332.98 560.96 2333.15 582.584 2333.17 604.193L2390.5 604.208C2390.49 612.134 2390.47 620.053 2390.48 627.98H2385.91L2385.9 608.793C2383.45 608.957 2392.29 608.832 2328.51 608.832C2328.44 587.2 2328.47 565.577 2328.49 543.953L2259.45 543.991C2259.29 507.162 2259.47 396.485 2259.29 372.687C2252.46 365.11 2244.84 358.231 2237.82 350.821C2236.38 349.993 2234.68 350.247 2233.16 350.228C2224.38 350.12 2160.14 350.118 2131.55 350.274L2131.53 235.238C2129.38 235.221 2059.52 235.243 2034.86 235.208C2030.02 247.119 2017.03 242.906 2015.91 234.668Z" fill="white"/>
<path d="M2791.92 229.194C2793.25 228.517 2792.64 228.674 2817.75 228.7V233.302C2809.93 233.386 2802.09 233.127 2794.29 233.416C2789.78 235.329 2785.61 237.973 2781.17 240.029C2778.79 241.135 2776.55 243.028 2773.8 242.838C2767.35 242.785 2760.91 242.868 2754.47 242.777C2753.36 244.865 2752.28 247.143 2750.18 248.419C2745.49 251.767 2738.23 249.603 2736.1 244.281C2733.54 239.064 2737.04 232.3 2742.66 231.108C2747.7 229.71 2752.92 233.287 2754.33 238.153C2761.01 238.07 2767.7 238.305 2774.37 238.054C2780.35 235.412 2786.09 232.178 2791.92 229.194Z" fill="white"/>
<path d="M290.838 237.849C292.394 232.239 299.167 228.625 304.49 231.555C310.298 234.061 311.672 242.709 306.987 246.93C302.629 251.63 293.954 250.029 291.544 244.113C291.381 243.713 291.066 242.891 290.899 242.489C240.567 242.397 190.229 242.587 139.89 242.504C136.54 246.742 124.921 264.255 116.436 275.562C60.7139 275.411 -214.366 275.452 -216.999 275.456V270.786C-55.0481 270.7 94.7359 270.83 114.356 270.634C114.761 270.041 135.679 239.729 137.256 238.1C139.986 237.606 169.379 238.085 290.838 237.849Z" fill="white"/>
<path d="M937.529 234.197C939.814 236.505 939.89 239.899 939.693 242.944C935.912 252.666 924.133 252.033 920.924 243.149C918.805 231.991 931.578 226.939 937.529 234.197Z" fill="white"/>
<path d="M1957.1 233.757C1962.24 231.398 1968.93 234.509 1970.2 240.021C1972.01 245.677 1967.2 252.086 1961.3 252.063C1955.98 252.412 1951.01 247.568 1951.49 242.215C1951.31 238.563 1953.85 235.248 1957.1 233.757Z" fill="white"/>
<path d="M564.589 235.974C570.435 234.03 577.193 239.132 576.775 245.321C576.957 251.205 570.656 256.094 564.999 254.492C560.505 253.528 557.31 249.017 557.672 244.455C557.983 240.541 560.807 237.014 564.589 235.974Z" fill="white"/>
<path d="M620.106 240.013C622.293 236.164 626.947 234.205 631.244 235.238C639.766 238.789 639.716 247.347 635.123 251.63C631.397 255.106 624.988 254.887 621.601 251.091C618.724 248.19 618.443 243.59 620.106 240.013Z" fill="white"/>
<path d="M2535.69 244.341C2540.65 241.995 2547.22 244.644 2548.85 249.921C2551.06 255.464 2546.69 262.252 2540.73 262.54C2535.79 263.254 2531.07 259.375 2530.3 254.523C2529.65 250.401 2531.93 246.119 2535.69 244.341Z" fill="white"/>
<path d="M2602.66 243.589C2604.96 244.485 2607.23 245.844 2608.5 248.069C2609.98 250.324 2609.85 253.126 2609.92 255.722C2647.24 270.604 2640.43 269.017 2648.44 268.979C2650.7 268.968 2817.67 268.986 2817.75 268.987V273.626C2630.32 273.576 2642.64 274.279 2639.85 273.064C2629.15 268.407 2618.19 264.355 2607.46 259.77C2606.6 260.308 2605.79 260.878 2604.98 261.41C2601.19 263.467 2596.16 262.74 2593.21 259.527C2588.2 254.077 2590.61 242.458 2602.66 243.589Z" fill="white"/>
<path d="M2421.39 247.484C2448.91 247.537 2476.44 247.385 2503.97 247.583C2504.07 270.322 2503.8 293.062 2504.09 315.802L2503.97 316.227C2516.84 316.174 2529.71 316.182 2542.6 316.22C2542.55 340.714 2542.58 365.208 2542.59 389.701C2615.87 389.701 2611.45 389.925 2614.08 389.124C2626.42 385.365 2638.79 381.706 2651.09 377.803C2666.99 377.714 2775.07 377.953 2817.75 377.742V382.525C2641.95 382.525 2657.58 382.54 2651.86 382.738C2639.23 386.147 2626.87 390.599 2614.24 394.028C2612.48 394.503 2618.46 394.438 2537.87 394.385C2537.92 369.861 2537.79 345.344 2537.92 320.828C2525.04 320.699 2512.16 320.79 2499.29 320.775C2499.16 298.255 2499.44 275.72 2499.15 253.201L2499.38 252.366C2472.9 252.221 2446.42 252.381 2419.94 252.282C2416.4 252.001 2413.4 254.112 2410.25 255.334C2406.2 257.194 2401.98 258.682 2398.05 260.755C2397.42 263.268 2397.67 266.191 2395.74 268.203C2392.17 273.002 2384.07 272.903 2380.6 268.051C2377.13 263.814 2378.43 256.822 2383.16 254.088C2387.22 251.347 2392.81 252.721 2395.91 256.282C2418.64 247.078 2413.45 247.469 2421.39 247.484Z" fill="white"/>
<path d="M710.404 251.804C716.373 250.495 722.552 255.859 721.801 261.948C721.573 267.953 714.785 272.418 709.182 270.262C704.376 268.736 701.567 263.106 703.138 258.288C704.209 255.004 707.06 252.538 710.404 251.804Z" fill="white"/>
<path d="M739.035 252.29C744.232 250.182 750.652 253.498 751.829 258.949C753.218 263.831 749.77 269.168 744.942 270.475C739.774 271.873 733.849 268.235 733.12 262.897C732.157 258.516 734.934 253.955 739.035 252.29Z" fill="white"/>
<path d="M143.785 268.835C143.489 264.105 147.285 260.21 151.689 259.177C154.437 259.086 157.36 259.511 159.494 261.41C165.297 265.994 164.242 278.665 151.453 278.333C147.202 277.216 143.572 273.405 143.785 268.835Z" fill="white"/>
<path d="M2413.7 267.946C2414.79 267.021 2415.92 265.782 2417.54 266.063C2441.26 266.071 2464.99 266.102 2488.71 266.048C2488.36 322.971 2487.93 318.119 2488.01 330.236C2501.45 330.03 2514.89 329.72 2528.32 329.393L2528.29 408.713C2616.04 408.791 2611.87 408.774 2613.73 408.425C2626.82 403.019 2640.07 397.947 2653 392.192L2817.75 392.177V396.831C2775.92 396.869 2657.55 396.729 2654.03 397.104C2606.19 416.372 2618.93 413.099 2605.15 413.268C2577.97 413.602 2550.78 413.283 2523.59 413.26L2523.58 334.282C2497.68 334.621 2486 335.081 2483.33 335.163C2483.34 322.874 2484 272.075 2484.08 270.786C2414.61 270.885 2419.45 270.433 2417.15 271.317C2410.41 277.003 2403.59 282.614 2396.93 288.377C2401.19 299.909 2387.84 306.026 2381.27 299.114C2377.68 295.33 2377.78 288.734 2381.8 285.363C2385.06 282.182 2390.25 282.326 2394 284.597C2400.47 278.948 2407.15 273.523 2413.7 267.946Z" fill="white"/>
<path d="M337.312 277.885C338.565 274.696 340.904 271.925 344.245 270.846C353.536 269.286 358.549 277.394 355.611 284.376C352.3 290.447 341.95 293.409 337.29 282.41C308.985 282.835 280.68 282.516 252.374 282.622C251.31 283.587 175.126 351.185 171.992 353.43C168.71 353.91 96.5248 353.722 95.2532 353.582C93.5057 352.835 60.2885 313.926 57.199 310.942C-228.286 310.942 -214.7 310.441 -216.999 311.155V306.204C-143.67 306.108 50.1776 306.366 56.6825 306.068C57.9426 306.303 59.5602 306.007 60.4105 307.222C62.9301 310.083 94.6396 346.285 97.204 349.095C132.845 348.834 165.75 349.277 170.495 348.791C175.731 343.94 175.523 344.167 227.712 298.126C250.668 277.875 248.958 278.919 251.432 277.907C255.166 277.713 329.194 277.831 337.312 277.885Z" fill="white"/>
<path d="M514.151 279.874C515.518 275.395 520.043 272.152 524.781 272.965C530.825 273.519 534.766 280.465 532.48 285.979C529.126 294.065 517.517 294.476 513.992 284.642C499.096 284.597 484.191 284.672 469.294 284.604C467.814 285.959 421.262 328.629 419.867 330C349.88 330.119 235.559 329.962 219.172 330.22C215.587 333.725 139.54 407.904 137.81 409.563C135.492 411.786 137.009 410.542 77.2442 410.724C48.2722 410.813 3.39192 410.647 3.20923 410.649C-38.0801 465.789 -33.1169 461.642 -37.024 461.641L-165.445 461.633C-166.925 461.853 -168.102 460.949 -168.823 459.757L-216.999 391.31V383.141C-199.665 407.665 -182.514 432.341 -165.058 456.766C-161.094 457.251 -97.7572 456.836 -37.1005 457.054C-26.2442 442.642 -6.11267 415.107 0.847488 405.979C134.596 405.639 131.182 406.182 135.023 405.615C135.101 405.539 215.405 327.163 216.841 325.969C217.76 325.065 219.134 325.361 220.296 325.285C233.227 325.416 406.717 325.207 417.892 325.361C422.887 320.86 461.186 285.441 467.191 280.307C471.089 279.631 499.222 280.322 514.151 279.874Z" fill="white"/>
<path d="M2536.11 274.187C2541.19 271.522 2547.64 274.635 2549.48 279.889L2549.81 280.481C2557.28 280.58 2564.76 280.512 2572.24 280.512C2572.16 308.46 2572.11 336.408 2572.27 364.357C2616.74 364.412 2614.53 364.581 2616.4 363.764C2625.9 359.608 2635.41 355.458 2644.67 350.803C2651.69 350.405 2665.17 350.744 2817.75 350.72V355.503C2817.66 355.503 2647.78 355.368 2645.11 355.982C2604.81 374.255 2619.8 367.58 2616.34 369.033C2600.14 369.496 2583.9 369.033 2567.69 369.254C2567.51 341.199 2567.63 313.144 2567.64 285.09C2561.66 285.113 2555.7 285.09 2549.74 285.113C2548.8 287.011 2547.89 289.031 2546.18 290.375C2542.46 293.301 2536.82 292.97 2533.46 289.669C2528.98 285.276 2530.22 276.647 2536.11 274.187Z" fill="white"/>
<path d="M2606.08 274.863C2608.79 276.731 2610.35 279.707 2610.8 282.934C2615.11 284.012 2619.45 285.004 2623.82 285.956C2653.62 292.456 2605.59 289.858 2817.75 290.246V294.931C2815.04 294.933 2650.26 295.071 2640.44 294.847C2630.31 292.053 2619.97 290.094 2609.78 287.558C2608.16 289.592 2606.32 291.734 2603.69 292.341C2599.82 293.563 2595.59 291.878 2593.15 288.78C2587.51 280.126 2596.63 269.79 2606.08 274.863Z" fill="white"/>
<path d="M1798.17 290.071C1798.22 283.974 1805.35 279.563 1810.9 281.871C1815.82 283.564 1818.39 289.433 1816.66 294.292C1813.09 301.415 1806.06 301.979 1800.91 297.876C1798.98 295.758 1797.82 292.956 1798.17 290.071Z" fill="white"/>
<path d="M-216.999 282.387C-125.549 282.423 36.9454 282.064 79.8481 282.38C82.0163 283.195 84.1103 287.707 91.8674 297.178C98.0325 297.057 104.19 297.094 110.355 297.155C111.494 294.855 112.77 292.417 115.124 291.164C119.057 288.712 124.637 289.79 127.431 293.472C131.091 297.694 129.8 304.907 124.941 307.633C120.431 310.548 113.781 308.771 111.449 303.965C111.186 303.424 110.698 302.325 110.454 301.786C103.484 301.71 96.4992 302.006 89.5518 301.68C85.3152 297.253 82.0654 291.931 78.2087 287.17C43.6458 287.321 -163.843 287.164 -216.998 287.178L-216.999 282.387Z" fill="white"/>
<path d="M154.225 289.395C162.433 290.347 166.896 300.89 158.287 307.398C154.21 309.486 149.077 308.734 145.956 305.333C141.022 299.244 144.441 289.236 154.225 289.395Z" fill="white"/>
<path d="M2292.47 291.772C2297.12 287.961 2304.91 290.109 2307.02 295.727C2308.49 298.628 2307.72 301.916 2306.39 304.709C2333.63 333.804 2404.71 409.809 2408.54 413.762C2421.15 413.625 2433.77 413.716 2446.39 413.708L2480.53 447.853C2486.47 448.253 2593.05 448.042 2593.17 448.042C2593.17 454.77 2593.14 461.504 2593.15 468.239C2599.87 468.208 2606.6 468.269 2613.33 468.216C2625.18 473.773 2636.69 480.098 2648.68 485.36C2648.88 506.649 2648.6 527.931 2648.78 549.221C2671.51 549.16 2694.24 549.229 2716.96 549.19C2716.95 553.67 2716.95 558.157 2716.97 562.645C2712.24 567.284 2707.65 572.067 2702.87 576.646C2702.6 593.752 2702.83 610.865 2702.76 627.979H2698.09C2698.06 610.312 2698.15 592.651 2698.04 574.983C2702.78 570.109 2707.7 565.417 2712.4 560.504C2712.33 558.265 2712.32 556.032 2712.33 553.808L2644.05 553.831C2644.1 483.948 2644.05 491.754 2643.88 488.421C2640.18 486.667 2617.46 475.518 2612.86 473.168C2604.71 472.515 2596.51 473.092 2588.34 472.895C2588.3 466.152 2588.32 459.418 2588.3 452.691L2587.84 452.767C2551.41 452.789 2514.96 452.797 2478.52 452.706C2467.12 441.211 2455.63 429.807 2444.2 418.342L2406.31 418.357C2405.34 417.41 2306.84 312.176 2302.92 307.992C2290.27 313.108 2283.99 297.528 2292.47 291.772Z" fill="white"/>
<path d="M-216.999 294.809C-194.835 294.768 62.9882 294.821 71.2607 294.847C73.592 297.576 96.606 326.143 97.2731 326.971C97.349 326.971 141.531 326.861 143.762 327.047C145 323.486 147.787 320.616 151.507 319.728C153.602 319.781 155.858 319.697 157.756 320.775C164.086 323.828 166.163 335.333 154.795 338.944C147.992 338.561 146.482 336.975 143.793 331.655C93.0674 331.717 96.4556 331.648 94.6164 331.246C84.9971 319.453 70.8261 301.574 68.8474 299.509L-216.999 299.372V294.809Z" fill="white"/>
<path d="M1606.43 299.478C1611.11 291.085 1625.43 293.793 1624.42 306.35C1623.28 308.817 1621.9 311.399 1619.33 312.644C1611.62 317.143 1601.91 308.726 1606.43 299.478Z" fill="white"/>
<path d="M2440.64 301.536C2449.3 301.324 2457.97 301.521 2466.65 301.635C2467.08 307.699 2466.37 298.875 2466.74 356.78C2480.54 356.658 2494.35 356.734 2508.15 356.719C2508.19 383.734 2508.03 410.74 2508.19 437.755L2508.96 437.565C2540.41 437.792 2571.88 437.595 2603.33 437.664C2603.29 442.402 2603.32 447.147 2603.28 451.892C2605.83 453.217 2643.87 472.371 2656.62 478.717C2656.66 483.83 2656.66 534.458 2656.64 539.321L2728.88 539.328C2728.84 548.067 2728.87 556.814 2728.88 565.568C2724.12 570.329 2719.4 575.12 2714.57 579.804C2714.05 581.36 2714.1 578.131 2714.15 627.979H2709.48C2709.48 611.412 2709.45 594.845 2709.48 578.286C2714.34 573.282 2719.57 568.59 2724.16 563.358C2724.34 556.897 2724.13 550.428 2724.23 543.967L2652.03 543.975C2652.02 523.254 2652.04 502.542 2651.99 481.822C2648.62 479.8 2602.39 456.871 2598.6 454.845C2598.58 450.669 2598.56 446.501 2598.61 442.341H2503.43L2503.37 441.976C2503.57 415.106 2503.35 388.228 2503.37 361.358C2489.57 361.442 2475.77 361.221 2461.98 361.472C2461.92 343.037 2461.98 324.603 2461.94 306.176C2456.38 306.221 2450.84 306.206 2445.29 306.176C2445.28 309.494 2445.27 312.812 2445.32 316.129C2449.4 317.466 2452.83 321.292 2452.42 325.795C2452.74 331.862 2446.01 336.675 2440.34 334.8C2432.69 332.815 2429.27 320.746 2440.65 316.054L2440.64 301.536Z" fill="white"/>
<path d="M518.145 304.724C522.245 301.87 528.501 302.925 531.273 307.154C534.94 311.923 532.556 319.765 526.801 321.603C521.873 323.615 516.057 320.623 514.349 315.719L513.969 315.013C499.657 314.953 485.315 314.793 471.018 315.104C466.814 318.063 428.966 346.348 426.002 348.907C369.219 349.137 245.669 348.844 223.591 349.18C192.345 379.261 142.813 426.343 140.954 428.416C140.953 428.52 140.7 508.249 141.196 511.198C146.26 517.295 151.097 523.573 156.078 529.739C158.12 531.823 157.514 525.578 157.437 627.98H152.759C152.493 596.372 152.767 564.756 152.592 533.156C145.425 523.021 136.129 513.915 136.291 511.1C136.139 483.083 136.443 455.066 136.131 427.057C136.852 425.524 138.169 424.411 139.358 423.262C227.516 338.065 221.357 344.024 223.385 344.276C231.157 344.259 402.462 344.184 423.981 344.337C425.729 343.065 458.77 318.149 467.858 311.408C469.5 310.014 466.538 310.232 513.99 310.315C514.979 308.202 516.072 305.97 518.145 304.724Z" fill="white"/>
<path d="M2592.81 308.271C2595.49 304.216 2601.15 302.546 2605.49 304.915C2608.02 306.061 2609.4 308.589 2610.51 311.027C2637.56 310.914 2802.37 311.22 2817.75 310.875V315.711C2798.02 315.726 2892.09 315.711 2610.51 315.711C2609.38 318.68 2607.33 321.497 2604.17 322.454C2598.94 324.526 2592.76 320.844 2591.59 315.469C2591.43 313.001 2591.61 310.472 2592.81 308.271Z" fill="white"/>
<path d="M1407.3 307.367C1412.87 309.614 1414.71 317.472 1410.83 322.028C1408.06 325.695 1402.82 326.462 1398.78 324.617C1385.94 338.972 1379.77 345.568 1378.45 347.235C1378.41 361.031 1378.31 374.842 1378.5 388.63C1390.61 401.249 1403.2 413.473 1415.56 425.879C1415.48 465.543 1415.67 511.242 1415.37 516.261C1409.63 526.241 1347.12 627.9 1347.07 627.979H1341.47C1341.52 627.903 1409.18 518.171 1410.91 514.158C1411.04 486.043 1410.91 457.912 1410.98 429.79C1411.28 428.058 1409.96 426.86 1408.87 425.781C1397.2 414.262 1385.71 402.57 1374.04 391.06C1373.83 389.8 1373.74 388.539 1373.75 387.301C1374.06 344.226 1373.13 345.707 1375.03 343.925C1381.75 336.393 1388.59 328.953 1395.31 321.421C1389.98 310.851 1400.47 303.948 1407.3 307.367Z" fill="white"/>
<path d="M1800.21 315.05C1803.74 310.465 1811.47 310.426 1815 315.028C1819.01 319.591 1817.17 327.533 1811.53 329.826C1811.15 330.008 1810.37 330.373 1809.98 330.555C1809.79 356.263 1809.94 381.979 1809.9 407.695C1804.97 412.481 1787.85 429.659 1786.85 430.701L1786.89 627.979H1782.26L1782.22 428.544C1789.86 421.035 1797.26 413.276 1805.03 405.895C1805.35 380.802 1805.19 355.686 1805.12 330.585L1804.19 330.076C1798.22 327.996 1796.14 319.78 1800.21 315.05Z" fill="white"/>
<path d="M-216.999 315.757C-205.086 315.757 -193.173 315.726 -181.261 315.765C-179.515 315.491 -178.431 317.028 -177.388 318.141C-168.517 327.612 -160.024 337.426 -151.422 347.145C-143.184 347.168 -134.946 347.152 -126.701 347.152C-125.167 342.301 -120.209 338.945 -115.092 339.954C-103.518 343.752 -106.846 357.211 -115.13 358.792C-120.202 360.068 -125.137 356.483 -126.686 351.746C-135.501 351.708 -144.339 351.906 -153.146 351.662C-156.601 349.058 -159.141 345.393 -162.098 342.24C-182.492 320.491 -181.371 320.171 -182.773 320.412C-194.184 320.351 -205.588 320.411 -217 320.396V315.757H-216.999Z" fill="white"/>
<path d="M1076.53 322.271C1078.46 317.199 1084.68 314.504 1089.64 316.85C1094.62 318.847 1096.57 325.217 1094.37 329.948C1091.88 334.199 1086.37 336.56 1081.75 334.298C1081.48 334.207 1080.94 334.017 1080.67 333.926C1076.46 338.049 1072.48 342.392 1068.2 346.446C1068.11 362.986 1068.17 373.723 1068.2 378.95C1068.21 382.208 1066.02 384.842 1064.8 387.712C1025.91 465.073 1028.46 459.924 1028.67 462.43C1028.84 517.613 1028.49 572.804 1028.81 627.979H1024.02C1024.02 449.549 1023.6 459.595 1024.65 457.45C1064.9 375.032 1063.62 380.079 1063.43 377.91C1063.43 376.278 1063.34 347.388 1063.63 344.586C1067.83 339.583 1072.83 335.27 1077.36 330.547C1076.07 327.958 1075.99 325.058 1076.53 322.271Z" fill="white"/>
<path d="M1771.28 318.718C1775.18 315.17 1781.78 315.724 1785.1 319.826C1788.31 323.81 1787.73 330.251 1783.62 333.341C1779.1 337.167 1771.42 335.387 1769.03 329.978C1768.85 329.568 1768.48 328.763 1768.29 328.353C1759.93 328.3 1751.55 328.421 1743.19 328.292L1743.18 627.979H1738.48C1738.48 515.173 1738.52 336.504 1738.33 324.686C1740.25 323.251 1742.7 323.656 1744.96 323.653C1752.63 323.645 1760.3 323.592 1767.97 323.714C1768.92 321.96 1769.78 320.091 1771.28 318.718Z" fill="white"/>
<path d="M2040.31 320.396C2043.64 315.332 2051.72 314.907 2055.48 319.698C2059.7 324.397 2057.58 332.772 2051.56 334.822C2045.72 337.183 2038.84 332.613 2038.57 326.387C2020.2 326.068 2001.81 326.303 1983.44 326.266C1979.46 330.105 1953.03 356.784 1943.24 366.316C1942.75 374.12 1943.12 551.238 1943.01 627.979H1938.31C1938.28 540.208 1938.52 452.431 1938.35 364.661C1943.55 359.177 1970.24 332.886 1981.14 321.626C2000.54 321.406 2019.94 321.687 2039.34 321.489L2040.31 320.396Z" fill="white"/>
<path d="M1896.19 325.217C1901.38 324.982 1906.18 329.689 1905.81 334.935C1906.04 340.949 1899.46 345.8 1893.77 344.001C1888.94 342.756 1885.79 337.412 1886.99 332.552C1888.01 328.41 1891.88 325.149 1896.19 325.217Z" fill="white"/>
<path d="M1923.76 325.612C1929.35 323.683 1935.93 328.163 1936.05 334.092C1936.57 338.701 1933.1 343.08 1928.63 344.107C1923.96 345.18 1919.04 342.228 1917.47 337.79C1915.74 332.891 1918.74 326.956 1923.76 325.612Z" fill="white"/>
<path d="M866.781 335.976C866.743 336.773 866.713 337.578 866.697 338.398C866.044 341.009 864.51 343.242 862.628 345.125C861.526 345.679 860.418 346.21 859.325 346.765C859.575 480.313 859.153 585.309 859.53 590.57C872.035 603.022 884.457 615.557 896.992 627.979H890.341C888.27 625.935 856.839 594.683 854.922 592.369C854.353 590.08 854.815 365.269 854.58 346.491C851.641 345.526 849.363 343.386 847.944 340.69C844.368 325.748 863.883 322.695 866.781 335.976Z" fill="white"/>
<path d="M2640.77 332.984C2699.77 332.764 2758.76 333.144 2817.75 332.878V337.608C2804.79 337.627 2653.88 337.547 2642.64 337.813C2631.93 339.931 2621.35 342.688 2610.7 345.049C2609.86 347.676 2608.62 350.394 2606.1 351.798C2603.12 353.757 2599.29 353.575 2596.2 352.049C2591.47 349.338 2590.1 342.609 2593.18 338.14C2595.86 334.254 2601.46 332.946 2605.57 335.209C2607.68 336.226 2608.98 338.269 2610.17 340.228C2620.38 337.882 2630.71 335.907 2640.77 332.984Z" fill="white"/>
<path d="M1980.63 340.136C1982.65 338.481 1984.16 335.446 1987.11 335.497C2001.03 335.738 2014.97 335.52 2028.9 335.49C2031.28 335.088 2031.6 336.356 2043.2 347.789C2045.38 346.885 2047.77 346.164 2050.16 346.764C2053.65 347.387 2056.27 350.257 2057.49 353.476C2057.66 355.958 2057.86 358.715 2056.45 360.924C2053.89 365.495 2047.32 367.165 2042.98 364.144C2038.66 361.517 2037.39 355.526 2039.89 351.221C2036.29 347.448 2032.54 343.826 2028.88 340.128C2015.01 340.416 2001.1 340.052 1987.27 340.356C1980.13 347.182 1959.38 367.946 1957.28 370.392L1957.32 627.977H1952.61C1952.55 593.032 1952.64 403.259 1952.54 368.266C1961.89 358.875 1971.27 349.521 1980.63 340.136Z" fill="white"/>
<path d="M1409.24 338.77C1412.91 341.632 1413.81 346.894 1411.82 350.986C1420.17 358.986 1458.74 394.778 1461.74 398.03C1462.34 400.186 1462.04 402.485 1462.08 404.726C1464.42 532.471 1462.56 523.581 1461.02 526.23C1459.48 528.884 1410.14 618.672 1405.21 627.979H1399.6C1402.38 623.092 1423.65 584.371 1425.19 581.535C1458.86 519.808 1457.69 523.367 1457.45 520.885L1457.42 400.209L1408.6 354.502C1406.66 355.291 1404.62 356.088 1402.5 355.838C1398.69 355.663 1395.54 352.793 1394.18 349.384C1391.68 339.014 1402.53 333.533 1409.24 338.77Z" fill="white"/>
<path d="M42.5309 343.082C44.9976 338.525 51.0722 336.71 55.5748 339.149C59.4576 341.253 61.216 345.853 60.3735 350.128C59.6372 352.193 58.2321 353.894 56.8124 355.534C46.5175 361.338 38.2699 350.953 42.5309 343.082Z" fill="white"/>
<path d="M718.148 346.818C719.826 342.604 724.382 339.673 728.945 340.623C735.072 341.519 738.899 349.111 735.695 354.51C733.068 359.839 725.544 361.214 721.033 357.441C719.538 355.991 718.543 354.153 717.708 352.285C641.179 352.16 645.37 351.808 644.09 353.219C615.632 377.636 617.572 375.989 616.909 376.635C616.803 415.274 616.939 453.913 616.818 492.551H769.329C775.282 498.838 780.82 505.505 786.762 511.813C787.937 513.06 789.162 514.501 788.911 516.369L788.926 603.676C796.936 611.595 804.84 619.621 812.866 627.532L812.547 627.98H806.587C799.943 621.443 793.409 614.789 786.785 608.231C785.538 606.996 784.044 605.627 784.348 603.691C784.348 603.559 784.387 522.728 784.136 516.096C784.069 516.02 770.636 500.907 767.121 497.182C760.336 497.254 615.221 497.175 615.133 497.175C613.805 497.32 612.096 496.644 612.233 495.064C612.226 494.131 612.041 390.307 612.332 374.578C614.095 372.465 613.001 373.815 641.154 349.507C642.368 348.459 643.804 347.449 645.512 347.631L717.694 347.601L718.148 346.818Z" fill="white"/>
<path d="M-216.999 341.275C-180.457 341.357 -186.673 340.398 -183.151 343.576L-151.429 377.378C-143.192 377.393 -134.939 377.309 -126.693 377.431C-122.21 366.1 -109.43 369.373 -107.848 377.636C-106.907 381.387 -108.722 385.184 -111.553 387.613C-114.697 389.428 -118.738 389.875 -122 387.993C-124.275 386.68 -125.629 384.401 -126.647 382.086C-135.492 381.964 -144.383 382.404 -153.198 381.88C-155.795 380.007 -187.3 345.994 -187.38 345.907C-197.258 345.975 -207.128 345.808 -216.998 345.991L-216.999 341.275Z" fill="white"/>
<path d="M1768.19 353.734C1771.31 345.119 1781.29 343.99 1786.29 351.586C1788.33 356.187 1786.86 362.307 1782.13 364.569C1776.89 367.561 1769.83 364.296 1768.31 358.579C1764.5 358.48 1760.69 358.533 1756.89 358.533L1756.88 627.978H1752.22C1752.2 543.952 1752.23 385.864 1752.17 355.2C1755.34 353.013 1751.43 353.99 1768.19 353.734Z" fill="white"/>
<path d="M1988.87 352.581C1989.8 351.659 1990.86 350.485 1992.36 350.819C2002.87 351.396 2013.43 351.077 2023.93 351.912C2025.54 353.25 2024.75 352.614 2044.2 377.454C2057.34 373.527 2061.89 389.499 2053.27 394.453C2045.74 399.587 2033.97 390.977 2040.51 380.376C2034.25 372.366 2028.01 364.326 2021.74 356.323C2017.61 356.42 1999.24 355.394 1992.09 355.823C1985.68 362.595 1978.89 368.981 1972.43 375.7C1972.47 384.447 1972.5 627.887 1972.5 627.978H1967.82C1967.79 620.734 1967.68 394.577 1967.85 374.493C1967.86 373.115 1967.32 373.75 1988.87 352.581Z" fill="white"/>
<path d="M1394.59 372.739C1396.67 367.53 1403.71 365.313 1408.37 368.457C1412.72 370.924 1413.96 376.755 1411.9 381.144C1420.43 388.752 1428.72 396.649 1437.42 404.073C1438.27 404.805 1438.97 405.774 1438.82 406.989C1438.92 524.789 1439.22 518.928 1438.08 520.854C1438.01 520.983 1378.93 623.988 1376.62 627.978H1371.09C1376.4 618.925 1432.56 521.034 1434 518.295C1434.32 513.868 1434.32 411.174 1433.99 407.482C1425.72 399.707 1417.13 392.251 1408.73 384.613C1399.13 389.814 1390.98 380.34 1394.59 372.739Z" fill="white"/>
<path d="M2185.43 367.682C2190.3 365.07 2196.79 367.781 2198.64 372.929L2199.13 373.893C2210.36 374.09 2221.59 373.794 2232.82 373.999C2237.04 378.646 2241.5 383.126 2246.18 387.317C2246.9 389.443 2246.62 390.827 2246.62 549.176C2261.41 549.183 2276.2 549.206 2290.98 549.176L2291.03 627.979H2286.41C2286.44 603.281 2286.36 578.59 2286.46 553.899C2271.61 553.86 2256.76 553.883 2241.92 553.921C2241.97 499.323 2242.02 444.717 2241.9 390.126C2240.57 388.64 2239.46 387.776 2230.56 378.76C2220.07 378.494 2209.57 378.654 2199.08 378.646C2195.37 388.269 2185.45 387.094 2181.74 381.698C2178.56 377.078 2180.28 369.998 2185.43 367.682Z" fill="white"/>
<path d="M-216.999 368.608C-208.51 368.715 -200.007 368.411 -191.526 368.745C-189.479 370.23 -184.399 376.734 -157.003 407.611C-146.889 407.536 -136.776 407.581 -126.662 407.604C-125.243 403.777 -121.879 400.299 -117.529 400.467C-111.675 399.912 -106.527 405.926 -107.78 411.628C-109.072 420.227 -122.315 423.764 -126.701 412.182C-137.535 412.212 -148.37 412.167 -159.205 412.205C-170.593 399.343 -181.998 386.489 -193.174 373.46C-201.108 373.065 -209.058 373.384 -216.999 373.293L-216.999 368.608Z" fill="white"/>
<path d="M41.6191 375.396C42.6819 372.146 45.2482 369.634 48.4525 368.502C51.1098 368.381 54.0409 368.267 56.2879 369.96C59.9473 372.245 61.33 377.105 60.008 381.152C59.3913 383.04 57.9128 384.417 56.6144 385.851C49.6925 389.692 44.0039 386.609 41.5657 380.423C30.9838 380.21 -76.1653 380.246 -81.9807 380.248C-81.9807 395.311 -82.0286 395.621 -81.92 399.609C-80.0979 401.037 -77.6833 401.796 -76.4232 403.891C-73.5759 407.695 -74.4645 413.321 -77.8053 416.541C-81.5334 419.745 -87.4477 419.646 -91.0088 416.153C-94.3496 412.877 -94.6003 407.429 -92.0795 403.656C-90.2713 401.48 -87.8374 400.539 -86.6052 399.859C-86.0383 374.514 -88.3588 376.409 -83.0065 375.396C-72.0421 375.66 28.2038 375.597 41.6191 375.396Z" fill="white"/>
<path d="M78.3073 368.32C82.5324 367.568 87.3767 370.061 89.1266 375.837C89.9691 380.909 86.72 385.685 81.9443 387.249C81.724 390.179 82.7947 393.573 80.7219 396.041C51.05 396.155 21.3781 396.071 -8.28596 396.026C-8.34363 396.103 -39.4826 438.259 -41.3666 440.776C-42.6097 442.679 -43.0322 441.966 -74.8801 442.089C-76.2014 445.749 -79.3522 448.884 -83.3989 449.143C-88.767 449.788 -93.9755 445.073 -93.8007 439.66C-94.021 434.246 -88.8805 429.44 -83.4748 430.124C-79.3444 430.275 -76.0874 433.51 -74.8418 437.283C-64.7819 437.291 -54.7213 437.245 -44.654 437.306C-8.34302 387.451 -10.913 391.168 -9.01434 391.402C-5.38222 391.393 72.5217 391.337 77.2299 391.394C77.2755 390.035 77.3137 388.683 77.3665 387.355C65.3405 382.278 69.8522 369.03 78.3073 368.32Z" fill="white"/>
<path d="M717.723 380.476C717.351 375.199 722.264 370.386 727.518 370.758C729.955 370.674 732.119 371.95 734.048 373.309C735.422 375.177 736.66 377.26 736.812 379.656C737.127 384.632 733.205 389.36 728.277 389.831C725.742 390.218 723.411 389.041 721.201 388.016C719.295 385.934 717.564 383.422 717.723 380.476Z" fill="white"/>
<path d="M688.097 377.796C689.608 373.832 693.677 370.947 698.005 371.547C703.943 371.767 708.088 378.289 706.433 383.87C705.423 386.299 703.646 388.319 701.437 389.738C698.453 390.915 694.963 390.941 692.159 389.23C689.92 387.863 688.628 385.54 687.528 383.277C674.256 383.277 660.984 383.338 647.712 383.247C636.157 393.255 638.37 390.628 638.062 394.089C638.115 421.4 638.084 448.71 638.077 476.021C638.206 476.02 772.627 475.884 772.716 475.884C783.308 486.506 793.581 497.447 804.165 508.077C805.106 509.171 806.491 510.188 806.511 511.797C806.873 540.922 806.176 570.055 806.465 599.18C807.657 601.587 810.094 603.136 811.871 605.133C819.494 612.748 827.087 620.409 834.755 627.979H828.165C819.304 619.209 810.42 610.463 801.773 601.488C801.826 571.877 801.735 542.258 801.803 512.647C791.477 502.01 781.265 491.251 770.803 480.743C763.681 480.865 643.394 480.816 636.383 480.781C634.941 480.956 633.293 480.037 633.498 478.427C633.392 449.568 633.521 420.708 633.438 391.857C633.664 387.982 632.578 390.71 642.101 381.804C647.968 376.955 640.334 379.098 687.672 378.585L688.097 377.796Z" fill="white"/>
<path d="M1780.26 377.158C1789.74 379.56 1790.05 394.592 1777.91 396.078C1775.47 406.647 1773.02 417.231 1770.75 427.838C1770.47 431.732 1770.46 419.473 1770.52 627.978H1765.82C1765.85 561.247 1765.71 494.516 1765.86 427.785C1768.44 416.89 1770.82 405.949 1773.3 395.023C1761.96 387.394 1771.13 374.185 1780.26 377.158Z" fill="white"/>
<path d="M357.729 377.469C363.613 375.92 369.649 381.263 369.345 387.294C369.132 391.534 365.967 394.894 362.148 396.299C362.125 400.467 362.216 404.635 362.087 408.812C386.703 409.207 411.333 408.834 435.948 409.039C439.964 409.928 443.366 412.532 447.117 414.172C448.81 415.174 451.771 415.797 451.43 418.355L451.384 627.978H446.821L446.79 419.281C436.791 414.156 435.943 413.593 433.663 413.647C431.688 413.695 371.681 413.825 358.397 413.45C358.177 413.177 357.737 412.638 357.517 412.372C357.433 407.042 357.463 401.712 357.525 396.39C345.592 391.207 350.023 378.833 357.729 377.469Z" fill="white"/>
<path d="M384.827 378.615C387.841 377.014 391.615 376.626 394.637 378.426C397.119 379.625 398.417 382.169 399.534 384.56C407.885 384.56 416.245 384.492 424.597 384.575C427.884 385.13 430.534 387.483 433.556 388.797C436.869 390.57 465.839 406.019 468.838 408.105C468.746 501.792 468.88 587.439 468.785 627.978H464.139C464.122 625.385 464.124 430.133 464.154 410.625C451.573 403.724 438.863 397.057 426.259 390.209C424.179 388.842 421.635 389.193 419.297 389.199C412.706 389.216 406.116 389.123 399.533 389.275C399.358 389.571 399.024 390.171 398.857 390.474C397.43 393.769 394.15 396.282 390.49 396.29C381.424 397.201 376.192 384.801 384.827 378.615Z" fill="white"/>
<path d="M1286.67 381.751C1292.32 379.755 1299.38 384.135 1299.16 390.293C1299.91 395.752 1294.74 400.748 1289.37 400.346C1283.89 400.353 1279.42 394.898 1280.27 389.488C1280.82 385.983 1283.31 382.936 1286.67 381.751Z" fill="white"/>
<path d="M2180.89 402.707C2183.13 396.876 2191.44 395.031 2195.96 399.351C2200.09 402.737 2200.08 409.138 2196.87 413.162C2186.62 421.43 2177.16 410.564 2180.89 402.707Z" fill="white"/>
<path d="M690.998 403.929C693.989 401.272 698.59 401.188 702.06 402.95C703.966 404.347 705.431 406.245 706.509 408.348C707.473 412.911 705.544 417.793 701.339 420.003C698.264 421.256 694.573 421.21 691.81 419.243C689.73 417.96 688.629 415.721 687.551 413.633C678.098 413.762 668.63 413.503 659.185 413.739C657.044 414.756 655.708 417.042 653.923 418.605C653.536 431.422 653.703 444.268 653.839 457.085C662.966 456.951 767.195 456.831 775.913 456.963C790.414 472.209 805.303 487.121 819.669 502.489C819.997 505.09 819.853 496.574 819.881 596.88C830.291 607.221 840.609 617.661 851.049 627.979H844.352C835.195 618.936 826.168 609.757 817.011 600.706C813.785 597.047 815.739 608.091 815.105 504.88C812.942 501.761 813.305 502.794 773.832 461.625C773.755 461.624 666.368 461.706 651.599 461.595C650.407 461.686 649.078 460.699 649.215 459.446C649.124 445.278 649.192 431.103 649.184 416.936C651.682 414.21 654.188 411.484 656.937 409.001C667.156 409.047 677.376 408.963 687.596 409.016C688.484 407.179 689.358 405.228 690.998 403.929Z" fill="white"/>
<path d="M2727.74 410.846C2727.68 401.957 2741.5 396.175 2746.89 408.902C2770.51 408.819 2794.13 408.902 2817.75 408.872V413.511C2794.12 413.488 2770.48 413.549 2746.85 413.481C2742 425.754 2727.11 420.655 2727.74 410.846Z" fill="white"/>
<path d="M285.243 415.356C289.025 405.657 300.215 406.33 303.571 414.088C305.823 419.296 302.561 425.91 296.928 427.102C291.856 428.499 286.633 425.006 285.19 420.124C272.685 420.079 260.179 419.921 247.675 420.079C246.46 420.094 245.003 419.874 244.175 420.99C233.058 432.148 220.535 444.594 219.203 446.045C218.99 476.225 219.164 506.413 219.096 536.594C228.117 536.548 237.136 536.587 246.157 536.564C249.543 536.169 251.794 539.054 254.174 540.945C269.336 552.986 307.714 585.055 321.748 596.887C321.9 607.243 321.588 617.615 321.9 627.979H317.078C317.086 618.351 317.063 608.716 317.086 599.096C293.769 579.75 270.392 560.473 246.999 541.211C236.855 541.233 226.704 541.302 216.561 541.187C215.429 541.332 214.867 540.315 214.374 539.51C214.882 444.308 213.766 447.362 214.897 443.304C224.107 434.528 232.907 425.318 241.988 416.411C243.684 414.356 248.087 416.273 285.243 415.356Z" fill="white"/>
<path d="M321.558 408.849C328.689 405.881 338.43 413.48 332.727 423.617C411.082 518.809 406.992 512.935 406.709 515.631C406.58 553.077 406.884 590.539 406.519 627.978H402.009C402.009 610.485 402.061 523.547 401.842 515.129C394.077 505.784 349.255 451.072 328.984 426.577C327.017 427.079 324.967 427.624 322.925 427.185C318.967 426.334 315.917 422.888 315.295 418.954C315.013 414.68 317.359 410.231 321.558 408.849Z" fill="white"/>
<path d="M1287.9 411.727C1293.33 410.42 1299.39 414.992 1299.16 420.686C1299.91 426.714 1293.51 431.9 1287.76 430.427C1282.75 429.485 1279.14 424.042 1280.42 419.076C1281.1 415.402 1284.19 412.334 1287.9 411.727Z" fill="white"/>
<path d="M1063.28 420.967C1067.54 415.827 1076.78 417.095 1079.3 423.351C1082.02 428.712 1078.34 435.143 1072.87 436.791C1072.9 441.27 1072.62 445.788 1072.98 450.267C1074.67 453.524 1077.11 456.326 1079.1 459.416C1080.46 461.534 1082.65 463.523 1082.46 466.272C1082.45 474.336 1082.38 615.003 1082.64 627.979H1077.75L1077.74 466.956C1077.16 463.76 1074.41 461.484 1072.82 458.756C1071.1 455.803 1067.91 453.259 1068.14 449.561C1068.14 445.302 1068.21 441.05 1068.16 436.806C1066.05 435.758 1063.75 434.695 1062.52 432.584C1060.19 429.061 1060.62 424.173 1063.28 420.967Z" fill="white"/>
<path d="M1093.81 420.504C1105.86 410.848 1118.69 429.152 1103.77 436.653C1103.64 441.983 1103.95 447.336 1103.59 452.666C1100.31 456.812 1097.31 461.215 1094.47 465.664C1093.9 469.271 1094.24 622.907 1094.09 627.978H1089.48C1089.47 615.244 1089.41 479.234 1089.63 464.753C1091.99 459.711 1095.96 455.581 1098.82 450.813C1099.25 446.25 1098.89 441.664 1099.04 437.093C1098.23 436.713 1097.43 436.344 1096.66 435.961C1093.53 434.394 1091.24 431.193 1091.29 427.625C1091.05 424.969 1092.33 422.584 1093.81 420.504Z" fill="white"/>
<path d="M2755.45 421.612L2817.75 421.62V426.236L2755.83 426.251C2752.48 429.721 2748.97 433.031 2745.66 436.539C2749.46 445.436 2742.66 451.622 2736.46 450.896C2730.49 450.615 2726.09 443.866 2728.26 438.277C2730.05 432.636 2737.17 430.161 2742.26 433.061C2753.66 421.824 2753.45 421.183 2755.45 421.612Z" fill="white"/>
<path d="M13.5121 432.477C16.5494 428.317 22.9117 427.048 27.0798 430.237C31.2934 433.062 32.1061 439.204 29.4791 443.38C27.9908 445.195 26.0322 446.561 23.83 447.381C23.7008 457.98 23.8604 468.587 23.7463 479.187C23.9435 480.493 22.7593 481.199 21.8634 481.89C-18.1058 499.921 -84.6264 530.935 -93.3389 534.522C-105.355 534.849 -103.931 534.677 -216.999 534.712V530.08C-176.751 530.087 -136.496 529.347 -96.2548 530.095C-93.9605 530.137 -91.9641 528.915 -89.9453 528.007C-53.4019 511.571 -17.1024 494.6 19.2437 477.729C19.2437 477.646 19.3348 458.62 19.2286 447.405C16.9506 446.547 14.7704 445.258 13.4126 443.175C11.3094 439.948 11.5152 435.666 13.5121 432.477Z" fill="white"/>
<path d="M55.1418 428.878C56.9869 429.934 58.8922 431.126 59.9326 433.07C62.5292 437.071 61.2084 442.484 57.7608 445.537C56.5615 446.19 55.316 446.774 54.0862 447.382C53.8131 460.441 54.3672 473.53 53.8052 486.59C48.479 489.823 -11.5847 524.376 -27.5493 533.672C-27.4503 550.952 -27.5724 568.241 -27.5038 585.521C-27.3824 586.926 -27.8 588.293 -28.5514 589.5C-41.0186 589.515 -53.4931 589.546 -65.9598 589.485C-72.072 602.278 -77.9184 615.201 -84.0755 627.979H-89.1929C-68.5497 584.165 -69.7418 584.596 -67.3795 584.922C-55.6412 584.831 -43.8957 584.937 -32.1574 584.883L-32.1647 531.037C-13.6113 520.017 43.5018 487.275 49.3871 483.72C49.2729 471.602 49.4101 459.492 49.3112 447.381C44.4518 445.939 41.324 440.927 42.2047 435.932C44.5707 429.317 48.9883 427.651 55.1418 428.878Z" fill="white"/>
<path d="M73.4094 433.434C78.4042 425.751 88.259 427.433 91.0396 434.747C91.1537 434.96 91.3885 435.385 91.5027 435.598C102.55 435.719 113.604 435.537 124.652 435.636C125.806 435.507 126.679 436.304 127.575 436.911C127.37 463.584 127.181 490.264 127.089 516.937C128.903 518.939 144.686 536.35 145.987 538.485C146.401 543.546 146.147 620.155 146.048 627.978H141.568C141.515 598.845 141.637 569.705 141.484 540.58C138.428 535.685 125.87 523.65 122.594 518.463C122.192 492.39 122.936 466.287 122.776 440.198C112.344 440.313 101.912 440.199 91.4796 440.259C86.0108 454.388 68.0316 446.065 73.4094 433.434Z" fill="white"/>
<path d="M2629.41 440.73C2629.36 436.084 2632.33 431.74 2636.87 430.488C2645.55 428.917 2651.56 437.412 2647.31 445.179C2649.25 447.287 2660.52 459.359 2661 459.871C2666.25 459.902 2671.52 459.757 2676.79 459.977C2676.49 476.795 2676.91 493.628 2676.53 510.445C2693.34 510.767 2697.21 510.58 2790.76 510.62C2790.76 483.131 2790.7 476.998 2790.82 466.052C2799.79 466.151 2808.77 466.074 2817.76 466.098V470.745H2795.42C2795.43 485.512 2795.39 500.28 2795.43 515.047C2795.37 515.116 2795.24 515.245 2795.18 515.313L2671.99 515.306C2671.84 498.565 2671.94 481.823 2671.89 465.081L2671.99 464.527C2667.62 464.557 2663.25 464.451 2658.9 464.557C2653.95 459.121 2648.86 453.829 2643.87 448.453C2635.82 451.284 2630.57 447.05 2629.41 440.73Z" fill="white"/>
<path d="M2662.1 433.404C2663.85 431.999 2665.81 430.7 2668.12 430.389C2672.26 429.832 2676.21 432.242 2678.19 435.795C2679.43 438.786 2679.07 442.051 2677.75 444.944C2681.07 448.125 2684.25 451.458 2687.56 454.67C2687.53 461.453 2687.64 443.914 2687.58 498.79H2780.44C2780.41 483.772 2780.43 468.754 2780.41 453.736C2792.85 453.675 2805.3 453.713 2817.75 453.721V458.345L2785.18 458.353C2785.18 458.517 2785.44 501.178 2784.91 503.377C2772.25 503.672 2688.87 503.571 2682.93 503.506L2682.92 457.852C2683.05 456.515 2681.81 455.741 2681.09 454.875C2678.83 452.727 2676.71 450.433 2674.41 448.353L2673.2 448.717C2668.36 450.714 2662.71 448.429 2660.45 443.782C2659.4 440.214 2659.91 436.418 2662.1 433.404Z" fill="white"/>
<path d="M2693.63 432.447C2697.69 428.954 2704.44 430.004 2707.49 434.414C2710.86 439.277 2708.8 446.736 2703.2 448.809C2702.92 448.969 2702.33 449.287 2702.04 449.454C2701.93 462.05 2702.12 474.647 2701.94 487.25C2723.44 487.41 2744.94 487.159 2766.44 487.387C2766.58 472.786 2766.47 458.186 2766.5 443.593C2783.58 443.729 2800.66 443.608 2817.75 443.653V448.285C2768.97 448.285 2772.71 448.187 2771.19 448.535C2771.08 462.984 2771.14 477.448 2771.16 491.912C2746.58 491.957 2722.01 491.889 2697.43 491.95C2697.27 477.782 2697.37 463.614 2697.38 449.446C2695.18 448.391 2692.89 447.222 2691.6 445.08C2688.89 441.148 2689.87 435.348 2693.63 432.447Z" fill="white"/>
<path d="M-216.999 430.845C-204.608 448.718 -192.338 466.682 -179.871 484.509C-168.741 481.527 -163.015 494.241 -169.872 500.446C-173.561 504.272 -180.44 503.962 -183.766 499.808C-186.932 496.346 -186.704 490.856 -183.827 487.288C-194.745 471.131 -206.013 455.209 -216.999 439.098V430.845Z" fill="white"/>
<path d="M1671.01 436.129C1674.68 431.384 1682.71 430.921 1686.38 435.894C1689.27 439.318 1688.89 444.291 1686.53 447.89C1689.48 451.549 1692.38 455.251 1695.24 459.006C1696.34 460.452 1697.9 461.906 1697.74 463.918V627.978H1693.16V464.046C1689.69 459.605 1686.28 455.125 1682.78 450.722C1673.81 454.12 1665.64 444.817 1671.01 436.129Z" fill="white"/>
<path d="M2759.48 432.986C2778.9 433.039 2798.32 433.008 2817.75 433.008V437.624C2798.98 437.609 2780.21 437.663 2761.43 437.601C2759.94 439.166 2758.44 440.722 2756.88 442.21C2756.41 452.825 2756.82 463.469 2756.67 474.106C2753.33 474.084 2750.01 474.069 2746.7 474.091C2746.5 474.532 2746.11 475.421 2745.91 475.868C2743.74 480.717 2737.21 482.663 2732.67 479.991C2728.31 477.759 2726.47 471.889 2728.68 467.539C2730.83 462.527 2737.67 460.553 2742.25 463.446C2744.58 464.721 2745.81 467.174 2746.91 469.49C2748.59 469.459 2750.29 469.444 2752.02 469.444C2752.11 459.863 2751.9 450.266 2752.12 440.691C2754.08 437.769 2757.05 435.567 2759.48 432.986Z" fill="white"/>
<path d="M799.237 437.899C804.265 435.505 810.854 438.248 812.433 443.609C814.65 449.386 809.646 456.402 803.443 456.121C798.25 456.478 793.481 451.672 793.777 446.501C793.656 442.879 795.994 439.442 799.237 437.899Z" fill="white"/>
<path d="M1287.21 442.12C1293.1 440.183 1300.01 445.521 1299.15 451.792C1299.43 458.413 1291.51 462.728 1285.71 460.008C1277.82 456.308 1278.61 444.377 1287.21 442.12Z" fill="white"/>
<path d="M2347.34 461.329C2347.48 454.814 2347.25 448.292 2347.46 441.786C2377.45 441.9 2407.44 441.885 2437.43 441.831C2441.75 446.434 2595.2 599.869 2623.31 627.978H2616.73C2605.42 616.817 2464.75 476.031 2435.25 446.592C2407.5 446.691 2379.77 446.667 2352.03 446.645C2352.01 451.504 2352.04 456.363 2352 461.231C2356.88 462.856 2360.25 467.95 2359.09 473.121C2357.62 478.314 2351.65 481.845 2346.48 479.794C2341.16 478.055 2338.59 471.632 2340.82 466.576C2342.41 464.199 2344.58 462.263 2347.34 461.329Z" fill="white"/>
<path d="M2024.91 444.398C2029.95 445.476 2033.09 450.874 2032.1 455.84C2031.59 457.024 2031.03 458.193 2030.5 459.37C2036.48 466.553 2042.53 473.69 2048.51 480.872C2050.37 482.848 2049.41 482.874 2049.74 518.213C2053.46 522.067 2074.72 541.343 2084.01 550.36C2083.57 576.114 2083.96 601.914 2083.81 627.69C2082.22 627.652 2080.66 627.645 2079.12 627.645V552.083C2067.68 541.552 2056.34 530.9 2044.94 520.316C2045 508.608 2044.97 496.901 2044.98 485.193C2045.07 483.602 2045.5 484.77 2026.99 462.514C2024.03 463.288 2020.62 463.786 2017.96 461.983C2016.98 461.32 2015.74 460.479 2015.09 459.781C2009.14 450.327 2017.92 442.418 2024.91 444.398Z" fill="white"/>
<path d="M2370.24 468.816C2372.97 460.988 2381.3 458.03 2388.23 465.505C2393.07 477.147 2381.75 483.12 2375.17 479.096C2371.49 477.122 2369.92 472.802 2370.24 468.816Z" fill="white"/>
<path d="M2419.58 468.344C2426.25 468.405 2432.94 468.359 2439.63 468.367C2455.04 483.661 2587.33 616.138 2599.28 627.978H2592.52C2565.09 600.676 2440.43 475.823 2437.43 473.059C2431.48 473.021 2425.54 472.892 2419.61 473.15L2418.92 474.548C2416.54 480.509 2407.36 483.576 2401.62 475.322C2396.15 462.476 2414.22 454.738 2419.58 468.344Z" fill="white"/>
<path d="M72.453 477.638C72.0658 472.08 77.4563 467.152 82.9536 467.934C88.4807 468.246 92.4595 473.971 91.5332 479.3C90.5615 482.899 87.7748 485.693 84.2592 486.87C84.2289 489.269 84.1451 491.676 84.2592 494.09C77.3307 498.243 28.1664 525.277 -1.17229 541.567L-1.19534 627.978H-5.74341V539.152C-5.53096 538.955 -5.12065 538.568 -4.9082 538.378C6.98605 531.641 69.2524 497.205 79.7415 491.341C79.7112 489.838 79.6881 488.358 79.6657 486.884C75.6949 485.587 72.3395 481.989 72.453 477.638Z" fill="white"/>
<path d="M1545.62 468.284C1551 466.612 1557.25 470.448 1557.83 476.074C1558.73 481.123 1554.79 486.152 1549.76 486.908C1544.53 487.696 1539.31 483.552 1538.84 478.313C1538.44 473.894 1541.4 469.595 1545.62 468.284Z" fill="white"/>
<path d="M1049.68 469.643C1055.09 467.255 1062.23 470.85 1062.92 476.84C1064.02 482.239 1059.6 487.956 1054.05 488.001C1049.55 488.449 1045.16 485.109 1044.17 480.758C1042.92 476.348 1045.54 471.468 1049.68 469.643Z" fill="white"/>
<path d="M244.881 470.395C249.922 468.239 256.193 471.625 257.469 476.879C259.155 482.262 254.903 488.534 249.231 488.83C244.045 489.581 238.791 485.216 238.739 479.954C238.328 475.846 241 471.746 244.881 470.395Z" fill="white"/>
<path d="M272.358 472.019C279.297 465.792 291.915 472.991 286.852 484.403C288.96 486.368 342.234 539.396 364.364 561.376C369.597 567.707 366.387 553.729 367.5 627.978H362.694C362.626 570.35 362.834 571.863 362.451 565.939C335.96 540.003 309.804 513.733 283.45 487.66C282.387 488.047 281.332 488.457 280.269 488.821C268.69 489.899 265.858 477.011 272.358 472.019Z" fill="white"/>
<path d="M304.527 471.465C311.942 466.011 323.233 473.986 318.209 484.479C323.267 489.78 364.307 531.816 379.375 547.512C379.239 574.329 379.55 601.161 379.193 627.978H374.683C374.569 601.723 374.873 575.46 374.524 549.213C354.54 528.758 334.738 508.122 314.664 487.759C313.556 488.123 312.455 488.518 311.338 488.86C300.336 489.853 296.64 476.488 304.527 471.465Z" fill="white"/>
<path d="M335.323 471.116C342.628 466.384 353.963 474.317 348.018 485.147C354.968 493.211 388.517 533.529 392.412 538.295C392.401 542.466 392.288 622.668 392.511 627.978H387.712V539.92C380.365 531.154 345.514 489.431 344.343 488.086C340.676 489.453 336.197 489.081 333.41 486.112C328.983 482.057 330.023 473.94 335.323 471.116Z" fill="white"/>
<path d="M-216.999 473.113C-214.675 476.871 -212.215 480.539 -209.908 484.312C-207.227 483.955 -204.319 483.841 -201.936 485.345C-197.456 487.835 -195.932 493.996 -198.511 498.434C-201.366 503.346 -208.632 504.728 -212.876 500.932C-217.189 497.599 -217.174 490.864 -213.81 486.878C-214.881 485.215 -215.997 483.575 -216.999 481.882L-216.999 473.113Z" fill="white"/>
<path d="M890.287 474.312C895.323 472.454 901.395 475.558 902.724 480.736C904.288 485.641 901.038 491.419 896.02 492.611C890.394 494.456 883.803 489.695 883.985 483.735C883.605 479.612 886.472 475.72 890.287 474.312Z" fill="white"/>
<path d="M2027.19 475.52C2032.16 478.017 2033.79 484.914 2030.66 489.414C2027.82 493.512 2022.04 494.6 2017.7 492.246C2009.8 500.096 2001.96 508.016 1994.07 515.874L1994.1 627.978H1989.22C1989.23 590.023 1989.16 552.06 1989.3 514.105C1991.25 512.098 2014.26 489.095 2014.33 489.019C2009.61 478.553 2020.04 471.356 2027.19 475.52Z" fill="white"/>
<path d="M2078.24 477.585C2081.56 480.546 2082.54 485.688 2080.4 489.657C2079.11 492.046 2076.7 493.377 2074.37 494.509C2074.4 500.993 2074.56 507.485 2074.61 513.976C2075.88 515.463 2093.27 532.681 2106.57 546.063C2106.56 573.365 2106.76 600.676 2106.47 627.979H2101.93L2101.95 548.568C2100.3 545.779 2076.47 522.884 2069.69 515.661C2069.73 508.577 2069.71 501.508 2069.73 494.432C2066.36 493.294 2063.75 490.689 2062.56 487.371C2061.56 475.516 2072.61 473.094 2078.24 477.585Z" fill="white"/>
<path d="M2093.63 480.401C2095.94 477.053 2099.91 474.73 2104.09 475.626C2110.62 476.499 2114.02 484.813 2110.45 490.226C2108.95 492.193 2106.84 493.506 2104.61 494.478C2104.57 500.43 2104.58 506.39 2104.62 512.358C2110.94 518.44 2116.85 524.969 2123.41 530.808C2123.63 563.198 2123.45 595.588 2123.51 627.978H2118.76L2118.78 533.101C2112.53 526.913 2106.43 520.581 2100.06 514.515C2099.76 507.856 2100 501.19 2099.96 494.523C2093.83 491.557 2091.38 488.067 2093.63 480.401Z" fill="white"/>
<path d="M2124.73 479.445C2128.19 474.495 2136.3 474.153 2139.97 478.936C2143.32 482.816 2142.68 489.201 2138.66 492.383C2136.61 493.579 2137.32 493.178 2135.04 494.493C2134.98 501.175 2134.79 507.879 2135.15 514.56C2138 520.535 2141.97 526.017 2144.34 532.19C2144.54 564.109 2144.4 596.051 2144.43 627.978H2139.61L2139.63 534.574C2139.94 531.13 2135.79 526.879 2130.44 515.638C2130.05 508.623 2130.41 501.576 2130.31 494.546C2128.43 493.657 2126.71 492.542 2125.1 491.289C2122.57 487.865 2122.25 483.007 2124.73 479.445Z" fill="white"/>
<path d="M2549.39 483.302C2558.11 482.815 2558.44 484.089 2562.29 490.098C2575.97 490.204 2589.65 490.113 2603.34 490.151C2603.34 535.427 2603.29 567.107 2603.29 567.23C2623.56 587.464 2643.74 607.805 2664.07 627.979H2657.38C2631.73 602.488 2601.7 572.246 2598.6 569.356C2598.72 544.506 2598.57 519.655 2598.62 494.805C2577.24 494.805 2571.22 494.775 2562.12 494.85C2560.62 500.469 2554.05 503.817 2548.68 501.38C2545.33 499.55 2542.73 496.005 2543.14 492.057C2543.11 488.124 2546.08 484.995 2549.39 483.302Z" fill="white"/>
<path d="M-149.941 484.783C-144.566 482.27 -137.866 486.158 -136.821 491.912C-135.791 497.581 -140.564 503.415 -146.342 503.134C-151.179 503.248 -155.597 499.118 -155.78 494.288C-156.175 490.279 -153.669 486.248 -149.941 484.783Z" fill="white"/>
<path d="M1222.86 485.823C1226.82 483.682 1232.28 484.129 1235.24 487.759C1238.5 491.206 1238.18 496.779 1235.42 500.439C1232.27 503.529 1227.58 504.402 1223.51 502.717C1217.95 509.589 1212.36 516.452 1206.75 523.285C1206.7 566.517 1206.47 563.829 1207.54 565.302C1207.6 565.38 1224.4 585.552 1226.47 587.935C1230.38 593.055 1228.98 586.503 1229.17 627.979H1224.44C1224.44 616.339 1224.42 604.7 1224.45 593.068C1205.28 569.952 1205.49 570.283 1201.92 565.765C1201.84 552.334 1201.89 538.91 1201.91 525.486C1201.91 523.762 1201.75 521.834 1202.98 520.46C1204.66 518.279 1218.57 501.318 1220.01 499.603C1217.55 494.049 1217.8 490.087 1222.86 485.823Z" fill="white"/>
<path d="M2804.31 498.267C2804.05 491.563 2811.72 486.817 2817.75 489.505L2817.75 488.989V507.135C2811.69 509.945 2803.91 505.032 2804.31 498.267Z" fill="white"/>
<path d="M509.467 492.687C513.035 491.927 516.979 493.034 519.383 495.868C524.399 501.781 520.827 512.782 509.649 511.447C500.415 508.518 499.816 496.214 509.467 492.687Z" fill="white"/>
<path d="M1060.15 501.851C1067.5 508.36 1060.27 522.991 1047.93 516.762C1043.73 520.584 1041.3 522.531 1039.3 524.704C1039.22 559.128 1039.24 593.553 1039.28 627.978H1034.49C1034.55 592.885 1034.32 557.769 1034.6 522.684C1037.52 519.1 1041.47 516.465 1044.8 513.262C1040.41 501.225 1053.92 495.259 1060.15 501.851Z" fill="white"/>
<path d="M890.226 504.599C895.488 502.465 902.01 506.208 902.913 511.789C904.197 517.286 899.527 523.277 893.817 523.125C888.115 523.671 883.27 518.057 883.962 512.488C884.403 508.945 886.855 505.753 890.226 504.599Z" fill="white"/>
<path d="M2014.06 510.021C2016.38 504.842 2023.6 502.967 2028.15 506.383C2032.49 509.223 2033.43 515.578 2030.56 519.815C2028.15 522.806 2024.33 524.196 2020.55 523.762C2017.01 527.809 2013.72 532.046 2010.22 536.123C2010.22 536.201 2010.12 622.552 2010.42 627.979H2005.58C2005.58 627.883 2005.37 539.196 2005.83 534.385C2008.93 529.837 2012.8 525.859 2016.21 521.554C2013.32 518.532 2012.03 513.854 2014.06 510.021Z" fill="white"/>
<path d="M1558.39 515.852C1557.64 519.724 1554.89 522.988 1551.11 524.181C1551.2 528.615 1550.66 533.14 1551.35 537.528C1567.04 567.747 1583.19 597.745 1598.86 627.979H1593.68C1593.64 627.9 1547.14 539.987 1546.57 538.393C1546.19 533.709 1546.54 528.994 1546.42 524.309C1543.93 523.33 1541.75 521.728 1540.14 519.609C1534.52 502.776 1558.09 499.753 1558.39 515.852Z" fill="white"/>
<path d="M1574.08 506.3C1577.99 504.622 1583.05 504.941 1585.97 508.342C1590.34 512.746 1588.71 521.204 1582.86 523.474C1582.49 523.664 1581.76 524.028 1581.39 524.218C1581.17 530.953 1581.29 537.695 1581.3 544.437C1581.3 546.639 1581.04 548.909 1581.74 551.058L1619.49 627.979H1614.32C1613.09 625.505 1577.86 554.321 1576.75 551.051C1576.46 542.114 1576.79 533.155 1576.6 524.211C1574.3 523.353 1572.23 521.963 1570.79 519.982C1569.52 517.515 1568.84 514.584 1569.85 511.911C1570.41 509.511 1572.39 507.933 1574.08 506.3Z" fill="white"/>
<path d="M1600.7 510.188C1603.95 504.22 1612.99 503.651 1617 509.125C1619.28 512.632 1619.36 517.689 1616.54 520.939C1615.3 522.541 1613.37 523.345 1611.63 524.211C1611.59 540.33 1611.49 556.465 1611.67 572.576C1612.85 575.701 1638.77 626.812 1639.37 627.979H1634.11C1625.99 611.981 1617.64 596.088 1609.91 579.895C1605.16 569.938 1607.45 585.071 1606.91 524.257C1604.62 523.262 1602.22 522.055 1601.01 519.777C1599.17 516.884 1599.27 513.209 1600.7 510.188Z" fill="white"/>
<path d="M665.091 508.039C665.538 505.374 667.511 506.105 696.092 506.239C704.267 506.277 750.415 506.261 750.508 506.261C752.002 508.654 751.558 505.966 751.533 556.684C751.821 559.376 751.01 559.338 733.357 579.492C728.38 585.173 723.486 590.942 718.323 596.454C717.883 606.948 718.224 617.471 718.133 627.979H713.441C713.41 617.85 713.448 607.729 713.395 597.608C713.038 593.675 717.017 591.481 719.044 588.634C719.871 587.705 742.074 562.417 746.894 556.775C746.818 541.628 746.795 526.473 746.917 511.333C724.582 510.971 685.061 511.42 669.678 511.007C669.655 515.813 669.647 520.619 669.678 525.433C673.36 526.716 676.469 529.822 676.89 533.868C677.488 539.599 672.398 544.783 666.701 544.437C660.902 544.084 656.398 537.998 658.068 532.372C658.767 528.826 661.895 526.754 664.901 525.273C665.243 519.534 664.735 513.764 665.091 508.039Z" fill="white"/>
<path d="M2545.74 516.087C2551.62 510.908 2558.49 513.367 2561.24 518.486C2561.44 518.949 2561.86 519.883 2562.07 520.354C2571.34 520.596 2580.63 520.399 2589.92 520.468C2590.07 536.837 2589.61 553.238 2590.14 569.592C2609.56 589.082 2629.01 608.549 2648.5 627.979H2641.78C2622.92 609.233 2604.16 590.38 2585.33 571.604C2585.56 556.1 2585.28 540.588 2585.36 525.084C2582.11 525.238 2571.26 525.05 2562.1 525.19C2558.41 535.017 2547.46 533.951 2544.1 527.111C2542.86 525.015 2543.18 522.51 2543.28 520.217C2543.95 518.76 2544.79 517.378 2545.74 516.087Z" fill="white"/>
<path d="M1219.01 522.677C1222.03 518.061 1229.06 517.344 1233.2 520.961C1236.46 523.811 1237.12 528.569 1235.66 532.487C1233.99 534.787 1231.82 536.678 1229.14 537.68C1229.14 537.757 1229.13 559.893 1229.15 560.465C1228.95 561.903 1228.48 561.31 1246.58 580.199C1246.62 596.128 1246.57 612.05 1246.6 627.979H1241.88C1241.93 612.771 1241.79 597.571 1241.97 582.37C1234.2 573.958 1227.16 566.788 1224.31 563.381C1224.55 554.809 1224.47 546.222 1224.39 537.65C1221.53 536.095 1219.72 535.419 1217.63 531.257C1217.24 528.349 1217.08 525.099 1219.01 522.677Z" fill="white"/>
<path d="M1251.14 520.643C1255.2 517.37 1261.96 518.182 1264.91 522.571C1267.71 526.276 1267.05 531.697 1263.96 535.03C1255.58 541.773 1246 534.647 1247.65 526.139C1248.41 524.097 1249.31 521.948 1251.14 520.643Z" fill="white"/>
<path d="M1287.06 518.676C1290.99 518.365 1294.58 520.946 1296.31 524.378C1297.92 530.729 1296 534.431 1290.77 537.156L1289.8 537.695C1289.68 546.35 1289.76 555.014 1289.79 563.677C1289.21 564.329 1275.83 581.078 1273.24 584.587C1272.66 599.005 1273.39 613.53 1272.88 627.978H1268.34L1268.35 591.511C1268.69 588.216 1267.31 584.359 1269.46 581.534C1274.52 574.9 1279.88 568.505 1285.06 561.96C1285.02 556.625 1285.03 545.575 1285.06 537.649C1283.62 536.883 1282.19 536.115 1280.76 535.402C1273.82 526.787 1280.5 518.503 1287.06 518.676Z" fill="white"/>
<path d="M504.607 526.01C506.596 524.18 509.087 522.715 511.873 522.73C514.182 522.57 516.232 523.8 518.259 524.742C524.515 531.766 521.315 539.395 514.341 541.757C514.212 546.897 514.644 552.075 514.174 557.215C509.922 560.708 505.161 563.532 500.712 566.774L500.659 627.978H496.028C495.937 607.288 496.195 586.599 495.891 565.916C496.294 563.319 499.05 562.385 500.857 560.92C503.795 558.953 506.658 556.865 509.611 554.914C509.741 550.518 509.725 546.121 509.634 541.733C507.592 540.837 505.625 539.706 504.19 537.974C501.783 534.316 502.079 529.518 504.607 526.01Z" fill="white"/>
<path d="M-60.8349 535.858C-60.6752 531.044 -57.4031 526.124 -52.316 525.707C-44.0776 524.23 -35.6188 535.964 -46.88 543.967C-51.3139 545.751 -56.4392 544.187 -59.2561 540.383C-69.5971 543.853 -79.855 547.672 -90.2719 550.854C-132.509 551.066 -174.762 550.877 -216.999 550.945V546.313C-74.3504 546.339 -94.2269 547.368 -85.0483 544.309C-76.9391 541.606 -68.7917 538.964 -60.8349 535.858Z" fill="white"/>
<path d="M79.7644 528.417C83.0294 524.909 88.7543 524.788 92.5582 527.491C94.069 529.002 95.1852 530.839 96.089 532.775C104.13 532.798 112.177 532.646 120.218 532.836C123.885 537.544 127.97 541.902 131.736 546.533C133.682 548.645 132.625 549.832 132.829 585.749C132.909 599.818 132.632 613.902 132.875 627.979H128.076C128.022 546.978 128.132 552.316 127.894 549.281C124.713 545.622 121.638 541.871 118.441 538.219L117.681 537.521C110.469 537.43 103.256 537.422 96.0428 537.513C95.8456 538.006 95.4353 538.993 95.2307 539.487C94.2438 540.747 93.1731 541.954 92.1406 543.192C80.6937 549.356 72.3582 535.408 79.7644 528.417Z" fill="white"/>
<path d="M170.997 536.86C169.828 531.128 175.051 525.13 180.928 525.76C185.157 525.76 188.559 529.093 189.91 532.905C194.473 532.905 199.044 532.715 203.607 532.928C204.845 532.905 205.976 534.059 205.748 535.334C205.855 540.588 205.642 545.842 205.824 551.104C216.484 551.066 227.144 551.089 237.805 551.074C240.476 550.736 236.595 548.373 301.689 598.247C304.262 600.471 307.444 602.089 309.615 604.738C309.987 612.467 309.63 620.235 309.767 627.979H305.105C305.097 620.926 305.082 613.88 305.12 606.841C305.039 606.779 240.561 557.188 237.949 555.811C226.522 555.553 215.073 555.88 203.638 555.675C202.028 555.902 200.912 554.278 201.125 552.82C201.034 547.703 201.163 542.593 201.102 537.491C197.389 537.491 193.684 537.476 189.979 537.498C185.754 548.849 172.276 545.88 170.997 536.86Z" fill="white"/>
<path d="M691.096 527.741C694.267 524.886 699.159 524.506 702.789 526.701C708.669 531.303 708.396 538.152 703.427 542.494C702.25 543.116 701.058 543.701 699.874 544.285C699.722 549.114 700.147 553.981 699.661 558.795C697.55 565.544 695.082 572.177 692.82 578.885C687.592 594.385 687.298 594.39 687.346 596.879C687.545 607.241 687.338 617.606 687.346 627.978H682.616C682.654 616.483 682.494 604.987 682.676 593.508C683.969 590.013 694.475 559.84 695.09 557.443C695.409 553.077 695.075 548.704 695.212 544.346C693.564 543.45 691.782 542.69 690.505 541.293C687.096 537.569 687.326 531.136 691.096 527.741Z" fill="white"/>
<path d="M730.038 525.251C738.967 529.121 739.18 536.682 734.078 542.38C732.772 543.033 731.466 543.67 730.168 544.316C730.023 558.126 730.848 557.6 728.945 560.321C728.891 560.399 705.532 591.899 701.855 596.917C701.893 607.266 701.847 617.622 701.847 627.979H697.247C697.27 617.326 697.239 606.674 697.072 596.029C698.836 592.659 698.501 593.647 725.491 556.981C725.468 552.744 725.491 548.515 725.483 544.286C723.646 543.405 721.672 542.577 720.411 540.922C715.368 534.996 719.13 524.346 730.038 525.251Z" fill="white"/>
<path d="M1050.11 530.012C1055.79 527.62 1062.91 532.107 1063.01 538.31C1063.47 541.97 1061.24 545.152 1058.6 547.421C1061.8 557.405 1065.04 567.397 1068 577.45C1068.5 594.275 1067.87 611.146 1068.31 627.979H1063.49C1063.47 614.304 1063.66 600.629 1063.47 586.964C1063.31 574.826 1065.76 586.128 1054.11 548.773C1040.99 547.58 1041.48 532.873 1050.11 530.012Z" fill="white"/>
<path d="M2194.87 532.775C2197.77 531.788 2201.16 531.78 2203.8 533.55C2205.98 534.787 2207.14 537.103 2208.18 539.297C2215.1 539.32 2222.03 539.343 2228.96 539.282C2228.94 546.222 2228.97 553.161 2228.95 560.109C2242.34 560.017 2277.9 560.085 2277.98 560.085C2278.12 582.712 2278.02 605.345 2278.07 627.978H2273.31C2273.31 627.896 2273.31 564.854 2273.31 564.771L2224.24 564.778C2224.31 557.83 2224.24 550.891 2224.3 543.951C2218.91 543.967 2213.52 543.929 2208.15 543.99C2206.79 547.885 2203.3 551.264 2198.98 551.18C2193.69 551.567 2188.75 546.738 2189.21 541.416C2189.05 537.665 2191.65 534.415 2194.87 532.775Z" fill="white"/>
<path d="M890.849 534.674C895.792 533.011 901.555 536.42 902.762 541.431C904.517 547.079 899.748 553.526 893.819 553.412C887.911 553.921 882.764 547.854 884.062 542.13C884.631 538.599 887.417 535.608 890.849 534.674Z" fill="white"/>
<path d="M2350.44 536.943C2353.09 535.66 2356.11 534.468 2359.06 535.607C2363.69 536.829 2366.38 541.681 2365.93 546.305C2365.12 550.101 2362.2 552.979 2358.61 554.254C2358.74 565.294 2358.51 576.334 2358.7 587.373C2373.82 587.328 2388.96 587.161 2404.09 587.456L2404.05 627.978H2399.29C2399.3 615.951 2399.22 603.925 2399.3 591.898C2396.94 591.977 2371.34 591.915 2354.1 591.959V554.277C2346.76 551.742 2343.79 543.782 2350.44 536.943Z" fill="white"/>
<path d="M2377.86 540.565C2382.74 532.417 2393.17 534.058 2395.79 541.765C2397.57 547.012 2394.07 552.668 2388.9 554.239C2388.97 560.146 2388.91 566.061 2388.93 571.976C2398.99 572.044 2409.06 571.846 2419.13 572.051C2419.01 590.691 2419.11 609.338 2419.08 627.979H2414.55C2414.5 610.903 2414.6 593.819 2414.45 576.744L2414.48 576.547C2404.42 576.638 2394.36 576.555 2384.31 576.592C2384.33 569.151 2384.33 561.71 2384.33 554.277C2378.69 552.615 2375.18 546.024 2377.86 540.565Z" fill="white"/>
<path d="M2409.09 538.895C2410.87 537.285 2412.81 535.63 2415.31 535.311C2419.93 534.4 2424.45 537.612 2426.11 541.849C2426.74 544.513 2426.29 547.247 2425.23 549.752C2428.98 553.488 2492.63 617.126 2503.36 627.971C2502.31 627.982 2503.54 627.979 2496.73 627.979C2486.36 617.714 2429.36 560.593 2421.76 553.146C2411.3 557.859 2403.52 546.94 2409.09 538.895Z" fill="white"/>
<path d="M297.512 542.676C303.225 534.854 318.63 540.441 313.548 553.413C326.66 565.424 339.491 577.739 352.642 589.69L352.619 627.979H347.949C348.05 590.724 348.345 591.892 346.954 590.935C334.639 579.592 322.551 567.998 310.146 556.768C306.964 558.614 303.069 558.644 299.865 556.829C295.265 553.837 294.004 546.951 297.512 542.676Z" fill="white"/>
<path d="M1264.71 547.763C1266.78 550.982 1267.03 555.386 1264.83 558.62C1263.59 560.708 1261.34 561.809 1259.23 562.811L1259.24 627.979H1254.57C1254.54 622.577 1254.59 649.735 1254.54 562.834C1249.23 561.278 1245.82 555.401 1247.72 550.072C1251.69 541.664 1260.78 542.595 1264.71 547.763Z" fill="white"/>
<path d="M588.179 551.923C591.223 548.606 596.326 547.094 600.433 549.35C605.884 551.939 607.297 560.025 603.007 564.292C599.544 568.263 592.989 568.36 589.271 564.748C585.803 561.377 585.734 555.925 588.179 551.923Z" fill="white"/>
<path d="M618.435 552.319C621.214 548.082 627.258 547.224 631.518 549.669C633.446 551.21 634.782 553.313 635.761 555.568C659.941 555.596 655.749 554.561 657.992 558.582C663.285 571.444 668.987 584.154 674.126 597.069C674.483 607.349 674.165 617.675 674.271 627.979H669.677C669.67 618.594 669.547 609.217 669.677 599.841C669.719 596.853 668.446 596.444 653.687 560.397C647.712 560.078 641.713 560.23 635.738 560.276C634.713 562.14 633.669 565.021 629.71 566.821C619.249 569.894 613.591 558.9 618.435 552.319Z" fill="white"/>
<path d="M1480.11 566.274C1477.64 560.609 1482.14 553.624 1488.26 553.336C1493.79 552.676 1499.17 557.808 1498.56 563.404C1498.62 566.335 1496.74 568.734 1494.85 570.769C1503.02 589.781 1510.87 608.921 1518.92 627.979H1513.87C1509.89 618.729 1494.17 581.122 1490.53 572.454C1486.17 572.819 1481.59 570.549 1480.11 566.274Z" fill="white"/>
<path d="M2738.87 561.885C2739.41 557.185 2743.97 553.366 2748.72 553.837C2754.87 553.708 2759.58 560.724 2757.32 566.418C2755.62 572.105 2748.37 574.504 2743.35 571.604C2737.67 577.275 2732.01 582.978 2726.3 588.619C2726.32 601.739 2726.2 614.859 2726.35 627.979H2721.64C2721.61 614.236 2721.71 600.486 2721.59 586.751C2727.65 580.533 2733.91 574.489 2739.98 568.263C2739.23 566.228 2738.32 564.064 2738.87 561.885Z" fill="white"/>
<path d="M2769.06 562.09C2769.58 557.322 2774.18 553.359 2779.02 553.829C2785.27 553.7 2789.86 560.944 2787.51 566.646C2785.67 572.196 2778.59 574.436 2773.62 571.642C2767.46 577.761 2761.36 583.941 2755.18 590.038C2755.11 602.68 2755.16 615.329 2755.15 627.979H2750.46V587.898C2757.19 581.497 2763.64 574.8 2770.23 568.255C2769.5 566.281 2768.63 564.216 2769.06 562.09Z" fill="white"/>
<path d="M2799.23 563.442C2799.03 558.362 2803.54 553.564 2808.69 553.83C2812.58 553.526 2815.96 556.198 2817.75 559.486V566.949C2815.8 571.543 2810.43 573.851 2805.7 572.492C2799.72 578.369 2793.78 584.26 2787.91 590.229C2787.15 590.994 2786.88 591.929 2787.04 593.007L2787.05 627.979H2782.35C2782.31 615.026 2782.42 602.073 2782.3 589.12C2788.83 582.757 2795.23 576.235 2801.67 569.773C2800.35 567.891 2799.1 565.803 2799.23 563.442Z" fill="white"/>
<path d="M-59.5821 561.21C-57.593 556.608 -51.5719 554.506 -47.0997 556.692C-42.5747 558.59 -40.2057 564.315 -42.134 568.848C-44.656 575.955 -56.1836 578.419 -60.5387 567.671C-64.7905 567.694 -69.0424 567.664 -73.2863 567.686C-82.709 587.791 -92.0934 607.919 -101.607 627.979H-106.777C-76.1767 563.68 -77.9048 565.089 -75.7312 563.191C-70.6824 562.834 -65.6027 563.214 -60.546 563.047C-60.2255 562.422 -60.0586 562.111 -59.5821 561.21Z" fill="white"/>
<path d="M78.9521 559.22C80.6298 557.998 82.2244 556.464 84.3506 556.108C88.2383 554.976 92.3681 556.936 94.6995 560.078C95.3872 561.784 95.2573 561.438 95.9753 562.971C101.973 563.138 107.972 562.918 113.978 563.062C116.931 566.79 120.333 570.23 122.845 574.277C123.293 592.15 122.891 610.083 123.035 627.979H118.435C118.385 573.268 118.776 576.791 117.706 575.013C115.8 572.682 113.925 570.336 112.004 568.028C106.735 567.322 101.382 567.868 96.0822 567.717C95.0345 570.465 93.0679 572.659 90.6461 574.299C80.9345 577.778 73.1756 567.665 78.9521 559.22Z" fill="white"/>
<path d="M171.057 567.299C169.675 561.528 174.96 555.439 180.867 556.024C185.194 555.963 188.55 559.395 189.978 563.229C205.915 563.1 221.851 563.214 237.796 563.168C239.945 562.895 241.608 564.382 243.179 565.621C261.04 579.707 279.115 593.523 296.874 607.729C296.874 614.479 296.859 621.229 296.874 627.978H292.243C292.235 621.972 292.25 615.967 292.228 609.961C274.772 596.271 257.233 582.673 239.786 568.976C238.821 568.118 237.607 567.639 236.323 567.799C220.88 567.837 205.437 567.806 189.994 567.814C185.149 579.478 172.257 575.573 171.057 567.299Z" fill="white"/>
<path d="M421.233 567.238C421.369 558.996 432.098 554.236 438.628 561.946C444.184 570.044 436.031 580.62 425.948 576.045C423.079 578.908 420.368 581.937 417.505 584.815V627.979H412.813C412.829 612.839 412.715 597.7 412.859 582.567C416.283 579.508 419.305 576.022 422.577 572.796C421.894 571.004 421.089 569.174 421.233 567.238Z" fill="white"/>
<path d="M2189.45 568.552C2193.89 559.605 2204.96 560.496 2208.2 569.653C2227.43 569.721 2246.66 569.691 2265.9 569.691L2265.93 627.979H2261.32V574.315C2243.6 574.33 2225.9 574.285 2208.19 574.376C2208.02 574.679 2207.68 575.287 2207.51 575.59C2204.09 584.761 2187.23 583.685 2189.45 568.552Z" fill="white"/>
<path d="M2648.72 563.859C2654.43 561.828 2661.32 566.418 2661.23 572.507C2661.88 578.414 2655.77 583.638 2650.04 582.34C2645.45 581.626 2641.99 577.167 2642.19 572.538C2642.36 568.646 2645.08 565.154 2648.72 563.859Z" fill="white"/>
<path d="M2679.1 563.844C2685.05 561.627 2692.12 566.988 2691.5 573.343C2691.6 579.356 2684.87 584.079 2679.24 582.082C2670.28 579.673 2670.17 566.603 2679.1 563.844Z" fill="white"/>
<path d="M-175.969 564.725C-166.108 564.378 -161.467 579.168 -173.653 583.79C-173.55 592.355 -172.825 593.101 -177.495 593.159C-190.667 593.324 -203.834 593.152 -216.999 593.144V588.383C-204.077 588.36 -191.162 588.406 -178.239 588.36C-178.224 586.834 -178.216 585.316 -178.201 583.82C-190.8 578.47 -185.136 564.475 -175.969 564.725Z" fill="white"/>
<path d="M-155.173 574.831C-155.659 569.752 -151.377 565.113 -146.35 564.74C-141.094 564.35 -136.077 568.756 -136.1 574.048C-135.888 578.467 -139.138 582.332 -143.23 583.653C-143.307 600.412 -142.752 601.413 -144.437 602.506C-145.83 602.791 -139.687 602.772 -216.999 602.718V598.102L-147.991 598.109C-147.953 593.372 -148.143 588.626 -147.824 583.896C-151.611 582.393 -155.173 579.204 -155.173 574.831Z" fill="white"/>
<path d="M-124.923 574.079C-125.144 568.104 -118.622 563.29 -112.958 565.074C-104.996 566.917 -101.93 579.306 -113.178 583.782V627.978H-117.771L-117.756 583.713C-121.818 582.34 -125.25 578.559 -124.923 574.079Z" fill="white"/>
<path d="M884.092 574.056C884.023 569.205 888.23 564.847 893.074 564.74C897.576 564.337 901.775 567.602 902.982 571.877C906.771 571.999 910.56 571.892 914.356 571.953C918.895 560.737 931.314 564.018 933.132 571.801C934.939 577.473 930.11 583.965 924.158 583.813C919.708 584.101 915.715 580.829 914.522 576.653C910.719 576.547 906.922 576.623 903.134 576.615C901.782 580.275 898.715 583.569 894.607 583.782C889.11 584.603 883.697 579.599 884.092 574.056Z" fill="white"/>
<path d="M200.646 581.838C204.9 570.632 218.087 573.864 219.514 582.355C220.927 588.14 215.626 594.252 209.705 593.743C205.438 593.736 201.991 590.433 200.708 586.553C190.602 586.485 180.489 586.523 170.383 586.531C170.391 600.341 170.406 614.16 170.36 627.979H165.721C165.767 613.295 165.652 598.61 165.774 583.934C165.691 582.385 167.391 581.671 168.698 581.854C179.342 581.808 189.994 581.876 200.646 581.838Z" fill="white"/>
<path d="M592.567 578.073C597.062 575.567 603.185 577.662 605.383 582.225C605.616 582.709 606.052 583.683 606.279 584.169C619.946 584.351 633.628 584.275 647.302 584.192C651.205 590.432 654.219 597.19 657.772 603.636C660.836 609.985 660.059 604.129 660.118 627.978H655.479C655.451 607.678 656.118 610.539 653.74 606.043C650.719 600.332 647.811 594.571 644.728 588.907C631.934 588.938 619.134 588.869 606.34 588.922C605.474 590.714 604.607 592.602 603.014 593.91C599.276 596.983 593.167 596.795 589.955 593.121C585.544 588.892 586.987 580.57 592.567 578.073Z" fill="white"/>
<path d="M2223.76 578.953C2233.98 578.984 2244.19 578.93 2254.42 578.991C2254.55 595.315 2254.45 611.647 2254.49 627.979H2249.68C2249.69 613.204 2249.64 598.428 2249.73 583.653C2242.59 583.577 2235.46 583.691 2228.34 583.623C2228.33 591.018 2228.33 598.421 2228.35 605.823C2221.53 605.823 2214.7 605.869 2207.88 605.801C2207.27 606.591 2206.67 607.38 2206.1 608.193C2200.2 615.462 2188.65 610.568 2189.2 602.149C2188.91 596.91 2193.83 592.263 2199.02 592.643C2203.83 592.552 2207.58 596.698 2208.36 601.215C2213.48 601.23 2218.59 601.215 2223.72 601.238C2223.7 593.812 2223.6 586.379 2223.76 578.953Z" fill="white"/>
<path d="M2307.15 582.127C2312.57 580.52 2318.68 584.488 2319.27 590.114C2320.26 596.128 2314.34 601.928 2308.36 600.805C2303.85 600.22 2300.19 596.082 2300.21 591.55C2299.99 587.282 2303.1 583.326 2307.15 582.127Z" fill="white"/>
<path d="M1195.53 592.552C1199.24 588.945 1205.94 589.408 1209.21 593.394C1210.93 595.164 1211.23 597.692 1211.8 600C1211.15 602.301 1210.53 604.829 1208.64 606.477C1206.34 608.846 1202.87 609.575 1199.69 609.111C1196.17 608.056 1193.64 605.232 1192.38 601.868C1188.56 601.883 1184.75 601.861 1180.95 601.913C1181.03 610.599 1180.95 619.285 1180.99 627.979H1176.34C1176.29 620.637 1176.35 613.296 1176.27 605.96C1176.24 603.052 1175.52 599.871 1177.15 597.251C1182.25 597.388 1187.36 597.312 1192.47 597.327C1193.28 595.619 1194.07 593.812 1195.53 592.552Z" fill="white"/>
<path d="M2041.33 590.486C2046.94 588.088 2054.03 592.263 2054.4 598.337C2055.16 603.751 2050.36 609.225 2044.84 608.838C2040.15 609.08 2036.02 605.141 2035.39 600.569C2034.81 596.332 2037.45 592.145 2041.33 590.486Z" fill="white"/>
<path d="M1845.49 599.97C1847.16 594.701 1853.87 592.028 1858.74 594.625C1861.42 595.787 1862.9 598.421 1864.02 600.987C1868.31 601.01 1872.61 600.831 1876.91 600.995C1878.2 601.044 1878.98 602.43 1878.83 603.66C1878.82 611.762 1878.94 619.871 1878.77 627.979H1874.13C1874.13 620.47 1874.15 612.961 1874.13 605.46C1870.73 605.483 1867.33 605.46 1863.95 605.467C1863.12 607.35 1862.09 609.157 1860.66 610.66C1857.95 612.688 1854.29 613.274 1851.11 612.171C1846.32 610.511 1843.64 604.685 1845.49 599.97Z" fill="white"/>
<path d="M1463.16 601.055C1469.9 595.008 1481.43 599.574 1479.37 610.925C1477.51 615.777 1472.13 618.587 1467.08 617.197C1464.76 620.766 1462.61 624.448 1460.22 627.978H1454.62C1457.54 623.612 1460.22 619.095 1463.06 614.676C1459.66 610.789 1459.86 604.912 1463.16 601.055Z" fill="white"/>
<path d="M2428.8 601.23C2438.28 601.109 2447.77 601.366 2457.25 601.093C2457.18 604.988 2457.2 608.891 2457.21 612.793C2463.57 615.174 2466.45 621.057 2462.58 627.979H2447.12C2444.71 624.63 2444.56 619.771 2447.13 616.476C2448.36 614.608 2450.46 613.682 2452.43 612.778C2452.39 610.447 2452.38 608.124 2452.38 605.808C2448.79 605.822 2445.39 605.823 2433.37 605.823V627.979H2428.82L2428.8 601.23Z" fill="white"/>
<path d="M199.469 615.983C203.875 604.308 217.796 608.26 218.451 617.349C219.149 622.755 214.426 628.092 208.93 627.865C204.457 628.077 200.919 624.615 199.431 620.682C193.866 620.675 188.293 620.667 182.727 620.69C182.735 623.112 182.712 625.55 182.924 627.979H178.149C178.179 624.699 177.989 621.426 178.171 618.161C178.149 616.787 179.515 615.816 180.806 616.036C187.025 615.967 193.251 616.104 199.469 615.983Z" fill="white"/>
<path d="M235.8 609.4C241.365 606.932 248.32 611.382 248.707 617.38C249.391 622.718 244.759 628.01 239.338 627.857C234.411 628.13 229.748 623.864 229.665 618.921C229.293 614.836 231.943 610.759 235.8 609.4Z" fill="white"/>
<path d="M266.162 609.331C271.439 607.137 277.953 610.994 278.849 616.559C280.094 622.071 275.417 627.903 269.753 627.85C264.53 628.229 259.495 623.424 259.958 618.124C259.777 614.228 262.541 610.584 266.162 609.331Z" fill="white"/>
<path d="M-39.9021 614.555C-36.6414 609.482 -28.6349 608.807 -24.7927 613.469C-20.7533 617.637 -22.0213 624.881 -26.7666 627.978H-37.0851C-41.3977 625.124 -42.727 618.95 -39.9021 614.555Z" fill="white"/>
<path d="M2305.28 613.067C2308.47 611.491 2312.6 611.678 2315.48 613.933C2317.3 615.17 2318.19 617.253 2319.32 619.27C2332.42 619.361 2345.53 619.293 2358.65 619.331C2358.62 622.201 2358.62 625.086 2358.62 627.979H2354.09C2354.07 626.635 2354.07 625.307 2354.12 623.993C2342.45 624.084 2330.78 623.864 2319.12 624.122C2318.46 625.406 2317.78 626.689 2317.12 627.979H2302.54C2298.54 623.469 2299.89 615.726 2305.28 613.067Z" fill="white"/>
<path d="M1192.34 627.979C1195.03 618.578 1207.71 616.845 1211.6 627.979H1192.34Z" fill="white"/>
<path d="M2041.27 620.766C2046.59 618.268 2053.58 622.11 2054.25 627.979H2035.24C2036.3 624.956 2038.06 621.874 2041.27 620.766Z" fill="white"/>
</g>
<defs>
<clipPath id="clip0_0_3913">
<rect width="1200" height="628" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 270 KiB

+14 -9
View File
@@ -1,14 +1,19 @@
<svg width="1440" height="374" viewBox="0 0 1440 374" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0)">
<rect width="1440" height="374" fill="#421D57"/>
<path d="M671.223 354.327V437.193H1850.39V340.519C1850.14 340.509 1849.89 340.509 1849.64 340.509C1841.18 340.509 1833.64 343.788 1828.67 348.911C1824.65 339.192 1813.7 332.215 1800.8 332.215C1787.42 332.215 1776.13 339.729 1772.51 350.014C1768.74 346.715 1763.44 344.656 1757.59 344.656C1751.1 344.656 1745.3 347.174 1741.51 351.116C1741.17 339.192 1729.6 329.609 1715.4 329.609C1710.08 329.609 1705.14 330.946 1701.01 333.249C1701.04 332.751 1701.05 332.264 1701.05 331.756C1701.05 313.342 1683.36 298.422 1661.53 298.422C1645.06 298.422 1630.94 306.922 1625.01 319.012C1620.96 317.529 1616.5 316.709 1611.81 316.709C1599.33 316.709 1588.46 322.525 1582.81 331.122C1581.51 330.868 1580.16 330.731 1578.76 330.731C1571.83 330.731 1565.82 334.059 1562.85 338.919C1558.4 336.557 1553.14 335.181 1547.5 335.181C1536.22 335.181 1526.45 340.656 1521.73 348.618C1517.56 340.538 1508.01 334.879 1496.9 334.879C1488.94 334.879 1481.78 337.787 1476.83 342.402C1472.17 334.274 1462.3 328.653 1450.87 328.653C1445.02 328.653 1439.56 330.136 1435.01 332.664C1435.04 332.117 1435.06 331.571 1435.06 331.014C1435.06 310.727 1415.57 294.275 1391.5 294.275C1373.34 294.275 1357.79 303.643 1351.24 316.972C1346.78 315.343 1341.86 314.435 1336.69 314.435C1318.78 314.435 1303.89 325.296 1300.76 339.641C1297.7 338.128 1294.13 337.26 1290.32 337.26C1286.86 337.26 1283.6 337.982 1280.73 339.241C1277.37 329.863 1267.05 323.032 1254.83 323.032C1242.75 323.032 1232.52 329.717 1229.05 338.928C1225.01 337.104 1220.39 336.069 1215.48 336.069C1209.63 336.069 1204.17 337.552 1199.63 340.08C1199.66 339.533 1199.67 338.987 1199.67 338.44C1199.67 318.143 1180.16 301.691 1156.11 301.691C1137.95 301.691 1122.38 311.069 1115.84 324.389C1111.38 322.759 1106.47 321.842 1101.29 321.842C1086.67 321.842 1074.06 329.092 1068.21 339.563C1065.58 338.841 1062.76 338.44 1059.83 338.44C1051.37 338.44 1043.83 341.719 1038.86 346.842C1034.85 337.123 1023.89 330.146 1010.99 330.146C997.614 330.146 986.324 337.66 982.703 347.945C978.937 344.647 973.638 342.588 967.783 342.588C960.523 342.588 954.131 345.74 950.433 350.511C946.296 341.368 935.806 334.879 923.52 334.879C917.665 334.879 912.21 336.362 907.663 338.889C907.692 338.343 907.712 337.796 907.712 337.25C907.712 316.953 888.205 300.501 864.142 300.501C845.982 300.501 830.427 309.869 823.879 323.198C819.42 321.569 814.502 320.661 809.34 320.661C791.004 320.661 775.82 332.049 773.205 346.901C769.956 345.115 766.082 344.071 761.915 344.071C754.284 344.071 747.629 347.545 744.028 352.726C738.632 346.92 730.24 343.183 720.814 343.183C709.065 343.183 698.926 348.97 694.174 357.352C690.475 354.444 685.509 352.668 680.054 352.668C676.892 352.658 673.906 353.253 671.223 354.327Z" fill="#A48BB3"/>
<path d="M689.168 354.327V437.193H-490V340.519C-489.746 340.509 -489.502 340.509 -489.249 340.509C-480.788 340.509 -473.245 343.788 -468.278 348.911C-464.258 339.192 -453.309 332.215 -440.409 332.215C-427.031 332.215 -415.74 339.729 -412.12 350.014C-408.353 346.715 -403.055 344.656 -397.2 344.656C-390.711 344.656 -384.914 347.174 -381.118 351.116C-380.777 339.192 -369.213 329.609 -355.005 329.609C-349.687 329.609 -344.75 330.946 -340.622 333.249C-340.651 332.751 -340.661 332.264 -340.661 331.756C-340.661 313.342 -322.969 298.422 -301.14 298.422C-284.669 298.422 -270.548 306.922 -264.616 319.012C-260.566 317.529 -256.106 316.709 -251.422 316.709C-238.942 316.709 -228.071 322.525 -222.421 331.122C-221.123 330.868 -219.767 330.731 -218.372 330.731C-211.443 330.731 -205.432 334.059 -202.456 338.919C-198.006 336.557 -192.747 335.181 -187.106 335.181C-175.826 335.181 -166.058 340.656 -161.335 348.618C-157.168 340.538 -147.625 334.879 -136.51 334.879C-128.548 334.879 -121.385 337.787 -116.438 342.402C-111.783 334.274 -101.908 328.653 -90.481 328.653C-84.6261 328.653 -79.1712 330.136 -74.6239 332.664C-74.6532 332.117 -74.6727 331.571 -74.6727 331.014C-74.6727 310.727 -55.1759 294.275 -31.1122 294.275C-12.9523 294.275 2.60221 303.643 9.14994 316.972C13.6094 315.343 18.5275 314.435 23.6994 314.435C41.6056 314.435 56.4966 325.296 59.629 339.641C62.693 338.128 66.2645 337.26 70.0702 337.26C73.5344 337.26 76.7936 337.982 79.6625 339.241C83.0193 329.863 93.3435 323.032 105.561 323.032C117.641 323.032 127.868 329.717 131.342 338.928C135.382 337.104 139.997 336.069 144.906 336.069C150.761 336.069 156.215 337.552 160.763 340.08C160.733 339.533 160.724 338.987 160.724 338.44C160.724 318.143 180.23 301.691 204.284 301.691C222.444 301.691 238.008 311.069 244.546 324.389C249.006 322.759 253.924 321.842 259.096 321.842C273.723 321.842 286.331 329.092 292.176 339.563C294.811 338.841 297.631 338.44 300.558 338.44C309.019 338.44 316.562 341.719 321.529 346.842C325.539 337.123 336.498 330.146 349.398 330.146C362.776 330.146 374.067 337.66 377.687 347.945C381.453 344.647 386.752 342.588 392.607 342.588C399.867 342.588 406.259 345.74 409.957 350.511C414.095 341.368 424.585 334.879 436.87 334.879C442.725 334.879 448.18 336.362 452.727 338.889C452.698 338.343 452.678 337.796 452.678 337.25C452.678 316.953 472.185 300.501 496.249 300.501C514.409 300.501 529.963 309.869 536.511 323.198C540.97 321.569 545.888 320.661 551.05 320.661C569.386 320.661 584.57 332.049 587.185 346.901C590.434 345.115 594.308 344.071 598.475 344.071C606.106 344.071 612.761 347.545 616.362 352.726C621.758 346.92 630.15 343.183 639.577 343.183C651.325 343.183 661.464 348.97 666.216 357.352C669.915 354.444 674.882 352.668 680.336 352.668C683.498 352.658 686.484 353.253 689.168 354.327Z" fill="#A48BB3"/>
<path d="M730 368.54V453.46H1938.39V354.39C1938.13 354.38 1937.88 354.38 1937.62 354.38C1928.95 354.38 1921.22 357.74 1916.13 362.99C1912.01 353.03 1900.79 345.88 1887.57 345.88C1873.86 345.88 1862.29 353.58 1858.58 364.12C1854.72 360.74 1849.29 358.63 1843.29 358.63C1836.64 358.63 1830.7 361.21 1826.81 365.25C1826.46 353.03 1814.61 343.21 1800.05 343.21C1794.6 343.21 1789.54 344.58 1785.31 346.94C1785.34 346.43 1785.35 345.93 1785.35 345.41C1785.35 326.54 1767.22 311.25 1744.85 311.25C1727.97 311.25 1713.5 319.96 1707.42 332.35C1703.27 330.83 1698.7 329.99 1693.9 329.99C1681.11 329.99 1669.97 335.95 1664.18 344.76C1662.85 344.5 1661.46 344.36 1660.03 344.36C1652.93 344.36 1646.77 347.77 1643.72 352.75C1639.16 350.33 1633.77 348.92 1627.99 348.92C1616.43 348.92 1606.42 354.53 1601.58 362.69C1597.31 354.41 1587.53 348.61 1576.14 348.61C1567.98 348.61 1560.64 351.59 1555.57 356.32C1550.8 347.99 1540.68 342.23 1528.97 342.23C1522.97 342.23 1517.38 343.75 1512.72 346.34C1512.75 345.78 1512.77 345.22 1512.77 344.65C1512.77 323.86 1492.79 307 1468.13 307C1449.52 307 1433.58 316.6 1426.87 330.26C1422.3 328.59 1417.26 327.66 1411.96 327.66C1393.61 327.66 1378.35 338.79 1375.14 353.49C1372 351.94 1368.34 351.05 1364.44 351.05C1360.89 351.05 1357.55 351.79 1354.61 353.08C1351.17 343.47 1340.59 336.47 1328.07 336.47C1315.69 336.47 1305.21 343.32 1301.65 352.76C1297.51 350.89 1292.78 349.83 1287.75 349.83C1281.75 349.83 1276.16 351.35 1271.5 353.94C1271.53 353.38 1271.54 352.82 1271.54 352.26C1271.54 331.46 1251.55 314.6 1226.9 314.6C1208.29 314.6 1192.34 324.21 1185.64 337.86C1181.07 336.19 1176.03 335.25 1170.73 335.25C1155.74 335.25 1142.82 342.68 1136.83 353.41C1134.13 352.67 1131.24 352.26 1128.24 352.26C1119.57 352.26 1111.84 355.62 1106.75 360.87C1102.64 350.91 1091.41 343.76 1078.19 343.76C1064.48 343.76 1052.91 351.46 1049.2 362C1045.34 358.62 1039.91 356.51 1033.91 356.51C1026.47 356.51 1019.92 359.74 1016.13 364.63C1011.89 355.26 1001.14 348.61 988.55 348.61C982.55 348.61 976.96 350.13 972.3 352.72C972.33 352.16 972.35 351.6 972.35 351.04C972.35 330.24 952.36 313.38 927.7 313.38C909.09 313.38 893.15 322.98 886.44 336.64C881.87 334.97 876.83 334.04 871.54 334.04C852.75 334.04 837.19 345.71 834.51 360.93C831.18 359.1 827.21 358.03 822.94 358.03C815.12 358.03 808.3 361.59 804.61 366.9C799.08 360.95 790.48 357.12 780.82 357.12C768.78 357.12 758.39 363.05 753.52 371.64C749.73 368.66 744.64 366.84 739.05 366.84C735.81 366.83 732.75 367.44 730 368.54Z" fill="white"/>
<path d="M748.39 368.54V453.46H-460V354.39C-459.74 354.38 -459.49 354.38 -459.23 354.38C-450.56 354.38 -442.83 357.74 -437.74 362.99C-433.62 353.03 -422.4 345.88 -409.18 345.88C-395.47 345.88 -383.9 353.58 -380.19 364.12C-376.33 360.74 -370.9 358.63 -364.9 358.63C-358.25 358.63 -352.31 361.21 -348.42 365.25C-348.07 353.03 -336.22 343.21 -321.66 343.21C-316.21 343.21 -311.15 344.58 -306.92 346.94C-306.95 346.43 -306.96 345.93 -306.96 345.41C-306.96 326.54 -288.83 311.25 -266.46 311.25C-249.58 311.25 -235.11 319.96 -229.03 332.35C-224.88 330.83 -220.31 329.99 -215.51 329.99C-202.72 329.99 -191.58 335.95 -185.79 344.76C-184.46 344.5 -183.07 344.36 -181.64 344.36C-174.54 344.36 -168.38 347.77 -165.33 352.75C-160.77 350.33 -155.38 348.92 -149.6 348.92C-138.04 348.92 -128.03 354.53 -123.19 362.69C-118.92 354.41 -109.14 348.61 -97.7501 348.61C-89.5901 348.61 -82.2501 351.59 -77.1801 356.32C-72.4101 347.99 -62.2901 342.23 -50.5801 342.23C-44.5801 342.23 -38.9901 343.75 -34.3301 346.34C-34.3601 345.78 -34.3801 345.22 -34.3801 344.65C-34.3801 323.86 -14.4001 307 10.2599 307C28.8699 307 44.8099 316.6 51.5199 330.26C56.0899 328.59 61.1299 327.66 66.4299 327.66C84.7799 327.66 100.04 338.79 103.25 353.49C106.39 351.94 110.05 351.05 113.95 351.05C117.5 351.05 120.84 351.79 123.78 353.08C127.22 343.47 137.8 336.47 150.32 336.47C162.7 336.47 173.18 343.32 176.74 352.76C180.88 350.89 185.61 349.83 190.64 349.83C196.64 349.83 202.23 351.35 206.89 353.94C206.86 353.38 206.85 352.82 206.85 352.26C206.85 331.46 226.84 314.6 251.49 314.6C270.1 314.6 286.05 324.21 292.75 337.86C297.32 336.19 302.36 335.25 307.66 335.25C322.65 335.25 335.57 342.68 341.56 353.41C344.26 352.67 347.15 352.26 350.15 352.26C358.82 352.26 366.55 355.62 371.64 360.87C375.75 350.91 386.98 343.76 400.2 343.76C413.91 343.76 425.48 351.46 429.19 362C433.05 358.62 438.48 356.51 444.48 356.51C451.92 356.51 458.47 359.74 462.26 364.63C466.5 355.26 477.25 348.61 489.84 348.61C495.84 348.61 501.43 350.13 506.09 352.72C506.06 352.16 506.04 351.6 506.04 351.04C506.04 330.24 526.03 313.38 550.69 313.38C569.3 313.38 585.24 322.98 591.95 336.64C596.52 334.97 601.56 334.04 606.85 334.04C625.64 334.04 641.2 345.71 643.88 360.93C647.21 359.1 651.18 358.03 655.45 358.03C663.27 358.03 670.09 361.59 673.78 366.9C679.31 360.95 687.91 357.12 697.57 357.12C709.61 357.12 720 363.05 724.87 371.64C728.66 368.66 733.75 366.84 739.34 366.84C742.58 366.83 745.64 367.44 748.39 368.54Z" fill="white"/>
<svg width="1200" height="628" viewBox="0 0 1200 628" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_0_3911)">
<g style="mix-blend-mode:soft-light" opacity="0.5">
<path d="M-22.6133 757.778C55.2045 756.647 120.251 703.812 139.762 632.663C148.344 637.573 158.178 640.328 168.649 640.176C201.037 639.705 226.952 611.849 226.503 577.99C226.499 577.645 226.498 577.318 226.49 576.975C236.217 578.912 246.405 579.939 256.935 579.786C321.13 578.854 372.681 536.854 372.007 486.064C371.334 435.277 318.689 394.791 254.493 395.724C229.068 396.094 205.66 402.954 186.659 414.197C174.751 378.598 142.141 353.23 104.1 353.782C78.3214 354.157 55.3661 366.357 39.8125 385.354C24.3697 377.193 6.27725 372.623 -12.9998 372.903C-39.2302 373.285 -63.048 382.552 -80.8176 397.477C-105.374 371.565 -141.188 355.449 -180.892 356.025C-229.6 356.733 -271.836 382.406 -294.221 419.896C-297.674 419.419 -301.21 419.184 -304.799 419.236C-343.548 419.799 -374.515 452.115 -373.994 491.414C-373.472 530.714 -341.659 562.185 -302.91 561.622C-295.976 561.521 -289.286 560.344 -282.984 558.35C-261.762 583.777 -230.308 601.16 -194.576 604.986C-186.127 691.803 -111.929 759.076 -22.6133 757.778Z" fill="black"/>
<path d="M1005.59 863.252C1071.92 820.645 1102.02 740.432 1084.04 668.843C1093.82 668.471 1103.61 665.577 1112.54 659.844C1140.15 642.111 1148.82 604.304 1131.89 575.443C1131.72 575.149 1131.56 574.868 1131.39 574.578C1140.69 571.038 1149.95 566.47 1158.93 560.705C1213.64 525.557 1237.44 461.877 1212.05 418.586C1186.67 375.296 1121.65 368.666 1066.93 403.814C1045.26 417.736 1028.49 436.156 1017.65 455.985C990.032 431.76 949.616 427.404 917.19 448.233C895.217 462.347 881.446 485.115 877.356 509.764C860.097 511.012 842.316 516.764 825.884 527.319C803.526 541.681 787.582 562.389 779.598 584.724C745.838 575.592 707.185 580.902 673.343 602.641C631.825 629.31 608.062 673.972 607.132 718.171C603.932 719.608 600.778 721.298 597.719 723.263C564.69 744.479 553.857 788.822 573.499 822.32C593.141 855.818 635.853 865.846 668.882 844.629C674.793 840.833 679.968 836.241 684.41 831.156C715.068 841.656 750.591 839.767 783.171 823.937C832.832 894.034 929.459 912.155 1005.59 863.252Z" fill="black"/>
<path d="M829.248 533.774C829.248 471.534 781.048 421.078 721.589 421.078C709.217 421.078 697.344 423.291 686.28 427.312C669.923 397.453 639.195 377.325 603.957 377.325C553.977 377.325 513.053 417.796 509.393 469.134C506.815 468.886 504.208 468.741 501.569 468.741C455 468.741 417.248 508.259 417.248 557.006C417.248 603.603 451.749 641.74 495.466 645.016L495.464 645.039H495.752C497.677 645.176 499.612 645.271 501.569 645.271C503.632 645.271 505.67 645.166 507.695 645.014L711.273 644.594C714.386 644.871 717.533 645.04 720.722 645.04C724.087 645.04 727.414 644.862 730.705 644.554H730.916L730.911 644.539C785.671 639.346 829.244 592.455 829.244 533.808L829.248 533.774Z" fill="black"/>
<path d="M133.092 505.601C137.931 498.548 140.79 489.908 140.79 480.562C140.79 456.814 122.383 437.561 99.6774 437.561C89.3591 437.561 79.9353 441.546 72.7172 448.114C63.0773 438.088 49.7944 431.889 35.1263 431.889C34.7382 431.889 34.3548 431.911 33.9683 431.921V431.889C33.9683 395.397 5.68433 365.812 -29.2071 365.812C-64.097 365.812 -92.3824 395.395 -92.3824 431.889C-92.3824 436.398 -91.947 440.799 -91.125 445.055C-126.28 445.151 -154.752 474.985 -154.752 511.776C-154.752 548.629 -126.19 578.503 -90.9562 578.503C-89.541 578.503 -88.1415 578.437 -86.7484 578.343C-89.3816 582.102 -90.9562 586.726 -90.9562 591.744C-90.9562 604.295 -81.2279 614.469 -69.2293 614.469C-60.2915 614.469 -52.6206 608.82 -49.2852 600.754C-41.3935 609.211 -30.3825 614.469 -18.1914 614.469C-8.4631 614.469 0.51886 611.124 7.76062 605.475C16.1715 615.736 28.645 622.245 42.5795 622.245C61.1494 622.245 77.1286 610.693 84.3404 594.092C91.2098 597.949 99.0621 600.142 107.405 600.142C134.381 600.142 156.248 577.27 156.248 549.055C156.233 530.704 146.971 514.615 133.072 505.604L133.092 505.601Z" fill="#D8D8D8"/>
<path d="M273.405 563.048C268.566 570.102 265.707 578.742 265.707 588.087C265.707 611.835 284.114 631.088 306.819 631.088C317.138 631.088 326.561 627.103 333.779 620.535C343.419 630.562 356.702 636.76 371.37 636.76C371.759 636.76 372.142 636.739 372.528 636.729V636.76C372.528 673.253 400.812 702.838 435.704 702.838C470.594 702.838 498.879 673.255 498.879 636.76C498.879 632.252 498.444 627.851 497.622 623.595C532.777 623.499 561.248 593.665 561.248 556.873C561.248 520.021 532.687 490.147 497.453 490.147C496.038 490.147 494.638 490.213 493.245 490.307C495.878 486.548 497.453 481.924 497.453 476.906C497.453 464.354 487.725 454.181 475.726 454.181C466.788 454.181 459.117 459.829 455.782 467.896C447.89 459.438 436.879 454.181 424.688 454.181C414.96 454.181 405.978 457.526 398.736 463.174C390.325 452.913 377.852 446.405 363.917 446.405C345.347 446.405 329.368 457.956 322.156 474.557C315.287 470.701 307.435 468.508 299.092 468.508C272.116 468.508 250.248 491.38 250.248 519.595C250.264 537.945 259.525 554.035 273.425 563.045L273.405 563.048Z" fill="#D8D8D8"/>
<path d="M1083.27 467.402C1075.51 464.323 1066.8 463.656 1058.17 466.061C1036.24 472.174 1023.21 495.747 1029.05 518.711C1031.71 529.147 1037.81 537.652 1045.73 543.262C1038.96 555.593 1036.65 570.622 1040.43 585.458C1040.53 585.85 1040.65 586.233 1040.76 586.621L1040.73 586.629C1007.04 596.022 987.003 632.244 995.984 667.533C1004.96 702.82 1039.56 723.814 1073.25 714.42C1077.41 713.26 1081.36 711.686 1085.08 709.76C1094.22 745.291 1129.09 766.408 1163.06 756.938C1197.08 747.452 1217.31 710.875 1208.24 675.24C1207.87 673.809 1207.45 672.41 1207.01 671.025C1211.16 672.721 1215.83 673.123 1220.46 671.832C1232.05 668.601 1238.94 656.143 1235.85 644.008C1233.55 634.968 1226.36 628.664 1218.06 627.367C1223.83 617.208 1225.85 604.718 1222.71 592.388C1220.21 582.549 1214.81 574.325 1207.73 568.455C1215.04 557.307 1217.84 543.016 1214.25 528.923C1209.47 510.141 1194.69 496.953 1177.51 493.932C1179.3 485.992 1179.31 477.486 1177.16 469.047C1170.22 441.764 1143.47 425.534 1117.42 432.797C1100.48 437.536 1088.01 451.044 1083.27 467.422L1083.27 467.402Z" fill="#D8D8D8"/>
<path d="M494.173 638.51C495.216 638.51 496.239 638.598 497.248 638.727C487.62 591.228 447.33 555.583 399.071 555.583C383.486 555.583 368.731 559.3 355.572 565.933C342.435 546.312 320.684 533.471 296.052 533.471C295.249 533.471 294.454 533.508 293.66 533.534C282.355 483.583 239.491 446.405 188.299 446.405C130.692 446.405 83.6099 493.477 80.2129 552.868C31.5066 553.794 -8.82516 590.534 -17.7516 638.991C-16.2464 638.685 -14.6577 638.51 -13.048 638.51H494.173Z" fill="white"/>
<path d="M475.434 638.338C474.014 638.338 472.623 638.457 471.248 638.632C484.355 574.095 539.196 525.665 604.884 525.665C626.098 525.665 646.181 530.715 664.094 539.727C681.975 513.068 711.582 495.621 745.11 495.621C746.203 495.621 747.284 495.672 748.366 495.707C763.754 427.839 822.098 377.325 891.779 377.325C970.192 377.325 1034.28 441.282 1038.9 521.976C1105.2 523.234 1160.1 573.153 1172.25 638.991C1170.2 638.575 1168.04 638.338 1165.85 638.338H475.434Z" fill="white"/>
</g>
</g>
<defs>
<clipPath id="clip0">
<rect width="1440" height="374" fill="white"/>
<clipPath id="clip0_0_3911">
<rect width="1200" height="274.227" fill="white" transform="translate(0 353.773)"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

@@ -0,0 +1,283 @@
<svg width="1201" height="629" viewBox="0 0 1201 629" fill="none" xmlns="http://www.w3.org/2000/svg">
<g style="mix-blend-mode:soft-light" opacity="0.5">
<path d="M0.500007 474.805H1200.5L1200 628.49H600H300H0L0.500007 474.805Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M894.571 277.453L875.38 277.48L875.395 289.057C874.509 288.986 873.622 288.987 872.736 288.988C852.421 289.017 836.007 301.494 836.027 316.869C836.028 317.49 836.063 318.147 836.098 318.805L830.78 318.812L830.792 328.015L816.714 328.035L816.625 258.426L774.528 258.485L774.624 333.317C772.238 332.882 769.715 332.667 767.125 332.67C758.058 332.683 749.881 335.507 743.989 340.044L743.961 317.729L705.955 317.783L704.678 252.631L696.02 252.643L694.433 317.799L666.142 317.839L664.226 232.857L653.898 232.871L650.997 336.559L636.264 330.226L606.148 343.379L606.158 351.049L592.865 351.067L592.838 330.36L559.843 330.406L559.829 320.144L541.958 312.536L541.937 295.919L521.671 281.522L508.526 290.707L508.493 265.799L472.43 265.85L472.49 312.342L439.699 312.388L439.748 350.663L429.625 350.677L429.563 302.505L422.234 302.516C420.517 292.548 409.668 284.893 396.544 284.912C396.238 284.912 395.931 284.913 395.658 284.913L395.643 273.044L343.15 273.118L343.195 307.777L307.643 307.827L307.686 341.463L294.383 334.433L256.948 354.317L257.119 354.645L257.151 379.37L245.419 374.895L234.823 378.854L234.807 365.925L223.996 361.668L222.447 297.21L213.994 297.221L212.23 357.046L205.444 354.353L190.962 358.683L190.931 334.396L122.486 334.493L122.544 379.889L99.036 362.173L72.8491 382.004L72.9175 382.15L66.3047 382.159L66.3313 402.794L51.231 402.779L41.775 418.314L46.138 418.308L46.1858 428.935L28.7337 428.996L28.7048 433.014L16.7153 439.933L16.647 439.86L16.6112 412.031L0.0111313 412.054L0.0681734 456.355L0 456.355L0.0681419 474.805H1200.77L1200.63 464.522L1200.6 464.522L1200.77 388.979L1198.25 387.757L1176.99 397.539L1177.03 423.907L1167.78 416.068L1157.36 426.418L1157.33 400.269L1143.83 400.288L1143.82 389.076L1125.38 389.102L1125.34 360.506L1102.63 351.663L1081.33 360.568L1081.35 374.409L1061.11 374.438L1061.06 340.035L1037.3 340.068L1037.28 318.85L1045.35 318.911L975.915 288.769L968.115 292.907L968.058 248.936L952.242 248.958L952.211 225L910.149 225.059L910.18 249.017L894.534 249.039L894.571 277.453Z" fill="black"/>
<path d="M320.549 315.04L314.413 315.049L314.426 324.91L320.561 324.901L320.549 315.04Z" fill="white"/>
<path d="M320.5 330.124L314.364 330.132L314.377 339.993L320.513 339.984L320.5 330.124Z" fill="white"/>
<path d="M320.518 344.111L314.382 344.12L314.395 353.981L320.531 353.972L320.518 344.111Z" fill="white"/>
<path d="M320.469 359.158L314.334 359.167L314.346 369.028L320.482 369.019L320.469 359.158Z" fill="white"/>
<path d="M331.013 315.025L324.878 315.034L324.89 324.895L331.026 324.886L331.013 315.025Z" fill="white"/>
<path d="M330.964 330.109L324.829 330.117L324.842 339.978L330.977 339.97L330.964 330.109Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M299.037 365.397C299.036 364.447 297.535 363.646 295.728 363.649C293.922 363.651 292.457 364.457 292.458 365.406L292.468 372.93L299.046 372.92L299.037 365.397Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M299.224 378.617C299.223 377.668 297.756 376.903 295.916 376.906C294.109 376.908 292.644 377.677 292.646 378.627L292.655 386.187L299.234 386.177L299.224 378.617Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M299.071 391.802C299.07 390.852 297.569 390.087 295.762 390.09C293.956 390.093 292.491 390.862 292.492 391.811L292.502 399.371L299.081 399.362L299.071 391.802Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M532.542 296.553C532.541 295.823 531.415 295.24 530.086 295.242C528.723 295.244 527.599 295.83 527.599 296.56L527.607 302.185L532.549 302.178L532.542 296.553Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M532.691 306.451C532.69 305.72 531.565 305.174 530.201 305.176C528.872 305.178 527.748 305.727 527.749 306.458L527.756 312.118L532.698 312.111L532.691 306.451Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M532.567 316.312C532.567 315.618 531.441 315.035 530.112 315.037C528.748 315.039 527.624 315.625 527.625 316.318L527.632 321.979L532.575 321.972L532.567 316.312Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M524.259 296.638C524.258 295.944 523.167 295.362 521.803 295.363C520.44 295.365 519.35 295.951 519.351 296.645L519.358 302.306L524.266 302.299L524.259 296.638Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M524.408 306.572C524.407 305.841 523.316 305.295 521.952 305.297C520.589 305.299 519.499 305.848 519.5 306.579L519.507 312.24L524.416 312.233L524.408 306.572Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M524.285 316.433C524.284 315.739 523.192 315.156 521.829 315.158C520.465 315.16 519.375 315.746 519.376 316.44L519.383 322.1L524.292 322.094L524.285 316.433Z" fill="white"/>
<path d="M357.942 289.422L351.807 289.431L351.816 296.553L357.952 296.544L357.942 289.422Z" fill="white"/>
<path d="M357.921 299.539L351.786 299.548L351.795 306.669L357.931 306.661L357.921 299.539Z" fill="white"/>
<path d="M368.461 278.561L362.326 278.569L362.335 285.691L368.47 285.682L368.461 278.561Z" fill="white"/>
<path d="M368.373 289.408L362.237 289.416L362.247 296.538L368.382 296.529L368.373 289.408Z" fill="white"/>
<path d="M368.59 299.305L362.455 299.313L362.464 306.435L368.599 306.426L368.59 299.305Z" fill="white"/>
<path d="M368.502 310.188L362.366 310.197L362.376 317.319L368.511 317.31L368.502 310.188Z" fill="white"/>
<path d="M378.108 278.511L371.972 278.519L371.981 285.641L378.117 285.632L378.108 278.511Z" fill="white"/>
<path d="M378.053 289.394L371.918 289.403L371.927 296.524L378.062 296.516L378.053 289.394Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M276.983 365.355C276.982 364.405 275.515 363.641 273.708 363.643C271.868 363.646 270.403 364.415 270.404 365.364L270.414 372.924L276.993 372.915L276.983 365.355Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M277.17 378.576C277.169 377.626 275.702 376.861 273.896 376.864C272.055 376.866 270.59 377.635 270.592 378.585L270.601 386.145L277.18 386.135L277.17 378.576Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M277.017 391.76C277.016 390.81 275.549 390.046 273.742 390.048C271.902 390.051 270.437 390.82 270.438 391.769L270.448 399.329L277.027 399.32L277.017 391.76Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M468.703 379.985C468.702 379.036 467.235 378.271 465.395 378.273C463.588 378.276 462.124 379.045 462.125 379.995L462.134 387.518L468.713 387.509L468.703 379.985Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M468.891 393.206C468.89 392.256 467.423 391.491 465.616 391.494C463.776 391.497 462.311 392.266 462.312 393.215L462.322 400.775L468.901 400.766L468.891 393.206Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M468.737 406.39C468.736 405.441 467.269 404.676 465.429 404.678C463.622 404.681 462.158 405.45 462.159 406.4L462.168 413.959L468.747 413.95L468.737 406.39Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M407.866 411.772C407.865 410.822 406.398 410.057 404.557 410.06C402.751 410.062 401.286 410.831 401.287 411.781L401.297 419.341L407.876 419.332L407.866 411.772Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M407.713 424.956C407.711 424.007 406.211 423.242 404.404 423.244C402.597 423.247 401.099 424.016 401.1 424.965L401.11 432.525L407.722 432.516L407.713 424.956Z" fill="white"/>
<path d="M483.833 270.144L477.697 270.153L477.706 277.275L483.842 277.266L483.833 270.144Z" fill="white"/>
<path d="M483.778 281.028L477.643 281.036L477.652 288.158L483.788 288.149L483.778 281.028Z" fill="white"/>
<path d="M483.737 301.954L477.602 301.963L477.611 309.085L483.746 309.076L483.737 301.954Z" fill="white"/>
<path d="M494.297 270.129L488.162 270.138L488.171 277.26L494.306 277.251L494.297 270.129Z" fill="white"/>
<path d="M494.426 290.873L488.291 290.882L488.3 298.004L494.435 297.995L494.426 290.873Z" fill="white"/>
<path d="M494.372 301.757L488.236 301.765L488.246 308.887L494.381 308.878L494.372 301.757Z" fill="white"/>
<path d="M503.978 270.116L497.842 270.124L497.851 277.246L503.987 277.237L503.978 270.116Z" fill="white"/>
<path d="M503.889 280.963L497.754 280.971L497.763 288.093L503.899 288.084L503.889 280.963Z" fill="white"/>
<path d="M471.025 329.692L464.889 329.701L464.898 336.822L471.034 336.814L471.025 329.692Z" fill="white"/>
<path d="M491.136 329.664L485 329.672L485.009 336.794L491.145 336.785L491.136 329.664Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M395.817 398.86C395.816 397.911 394.349 397.146 392.508 397.148C390.702 397.151 389.237 397.92 389.238 398.869L389.248 406.393L395.827 406.384L395.817 398.86Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M396.004 412.081C396.003 411.131 394.537 410.366 392.73 410.369C390.889 410.371 389.425 411.14 389.426 412.09L389.436 419.65L396.014 419.641L396.004 412.081Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M395.851 425.265C395.85 424.315 394.383 423.551 392.542 423.553C390.736 423.556 389.271 424.325 389.272 425.274L389.282 432.834L395.861 432.825L395.851 425.265Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M384.466 398.474C384.464 397.525 382.964 396.76 381.157 396.763C379.351 396.765 377.886 397.534 377.887 398.484L377.897 406.044L384.475 406.034L384.466 398.474Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M384.5 424.916C384.499 423.966 382.998 423.201 381.191 423.204C379.385 423.207 377.92 423.976 377.921 424.925L377.931 432.449L384.509 432.439L384.5 424.916Z" fill="white"/>
<path d="M135.836 342.874L129.701 342.883L129.71 350.005L135.846 349.996L135.836 342.874Z" fill="white"/>
<path d="M135.782 353.758L129.647 353.766L129.656 360.888L135.791 360.879L135.782 353.758Z" fill="white"/>
<path d="M135.795 363.838L129.66 363.846L129.669 370.968L135.804 370.959L135.795 363.838Z" fill="white"/>
<path d="M135.741 374.721L129.606 374.73L129.615 381.851L135.75 381.843L135.741 374.721Z" fill="white"/>
<path d="M175.43 384.124L169.294 384.133L169.303 391.255L175.439 391.246L175.43 384.124Z" fill="white"/>
<path d="M175.341 395.008L169.206 395.016L169.215 402.138L175.351 402.129L175.341 395.008Z" fill="white"/>
<path d="M146.43 363.64L140.294 363.649L140.304 370.77L146.439 370.762L146.43 363.64Z" fill="white"/>
<path d="M146.376 374.524L140.24 374.532L140.249 381.654L146.385 381.645L146.376 374.524Z" fill="white"/>
<path d="M155.893 353.729L149.758 353.738L149.767 360.86L155.902 360.851L155.893 353.729Z" fill="white"/>
<path d="M155.803 363.371L149.668 363.38L149.677 370.502L155.812 370.493L155.803 363.371Z" fill="white"/>
<path d="M155.762 384.335L149.627 384.343L149.636 391.465L155.771 391.456L155.762 384.335Z" fill="white"/>
<path d="M155.708 395.218L149.572 395.227L149.582 402.348L155.717 402.34L155.708 395.218Z" fill="white"/>
<path d="M166.268 363.356L160.132 363.365L160.141 370.487L166.277 370.478L166.268 363.356Z" fill="white"/>
<path d="M166.214 374.24L160.078 374.249L160.087 381.37L166.223 381.362L166.214 374.24Z" fill="white"/>
<path d="M166.397 384.137L160.261 384.146L160.27 391.267L166.406 391.259L166.397 384.137Z" fill="white"/>
<path d="M166.343 394.984L160.207 394.993L160.216 402.114L166.352 402.106L166.343 394.984Z" fill="white"/>
<path d="M175.948 363.343L169.813 363.351L169.822 370.473L175.957 370.464L175.948 363.343Z" fill="white"/>
<path d="M175.894 374.19L169.759 374.198L169.768 381.32L175.903 381.311L175.894 374.19Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M219.871 378.218C219.87 377.451 218.71 376.868 217.278 376.87C215.847 376.872 214.723 377.458 214.724 378.225L214.731 384.142L219.878 384.135L219.871 378.218Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M220.02 388.626C220.019 387.86 218.86 387.277 217.462 387.279C216.031 387.281 214.872 387.867 214.873 388.634L214.881 394.55L220.028 394.543L220.02 388.626Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M219.897 398.962C219.896 398.232 218.737 397.613 217.305 397.615C215.908 397.617 214.749 398.239 214.75 398.969L214.758 404.922L219.905 404.915L219.897 398.962Z" fill="white"/>
<path d="M247.137 402.612L243.319 402.618L243.325 407.037L247.143 407.032L247.137 402.612Z" fill="white"/>
<path d="M247.112 409.369L243.294 409.374L243.3 413.793L247.117 413.788L247.112 409.369Z" fill="white"/>
<path d="M247.12 415.614L243.302 415.619L243.308 420.039L247.125 420.033L247.12 415.614Z" fill="white"/>
<path d="M247.06 422.371L243.243 422.376L243.248 426.795L247.066 426.79L247.06 422.371Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M99.3816 382.99L99.3475 382.99C99.3463 382.04 97.8796 381.275 96.073 381.278C94.2664 381.28 92.7676 382.05 92.7688 382.999L92.7785 390.559L99.3913 390.55L99.3816 382.99Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M99.569 396.21C99.5678 395.261 98.1011 394.496 96.2604 394.498C94.4539 394.501 92.9891 395.27 92.9904 396.219L93.0001 403.779L99.5788 403.77L99.569 396.21Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M99.4156 409.395C99.4144 408.445 97.9136 407.68 96.107 407.683C94.3004 407.685 92.8016 408.454 92.8028 409.404L92.8125 416.964L99.4253 416.955L99.4156 409.395Z" fill="white"/>
<path d="M41.6757 437.744L35.5402 437.752L35.5493 444.874L41.6848 444.865L41.6757 437.744Z" fill="white"/>
<path d="M41.6215 448.627L35.486 448.636L35.4952 455.757L41.6307 455.749L41.6215 448.627Z" fill="white"/>
<path d="M12.2339 418.1L8.4162 418.106L8.42189 422.525L12.2396 422.519L12.2339 418.1Z" fill="white"/>
<path d="M12.242 424.382L8.42429 424.387L8.42998 428.806L12.2477 428.801L12.242 424.382Z" fill="white"/>
<path d="M12.2166 431.138L8.39891 431.144L8.4046 435.563L12.2223 435.557L12.2166 431.138Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1193.71 436.014C1193.71 435.065 1192.24 434.3 1190.43 434.302C1188.59 434.305 1187.13 435.074 1187.13 436.023L1187.14 443.583L1193.72 443.574L1193.71 436.014Z" fill="white"/>
<path d="M769.766 362.724L763.63 362.733L763.64 369.855L769.775 369.846L769.766 362.724Z" fill="white"/>
<path d="M780.401 362.527L774.265 362.535L774.274 369.657L780.41 369.648L780.401 362.527Z" fill="white"/>
<path d="M789.774 362.258L783.639 362.266L783.648 369.388L789.783 369.379L789.774 362.258Z" fill="white"/>
<path d="M809.885 362.229L803.749 362.238L803.758 369.36L809.894 369.351L809.885 362.229Z" fill="white"/>
<path d="M784.228 264.315L780.036 264.321L780.042 269.179L784.234 269.173L784.228 264.315Z" fill="white"/>
<path d="M784.17 271.729L779.977 271.735L779.983 276.592L784.176 276.587L784.17 271.729Z" fill="white"/>
<path d="M784.178 278.595L779.986 278.601L779.992 283.458L784.185 283.453L784.178 278.595Z" fill="white"/>
<path d="M784.154 286.009L779.961 286.015L779.967 290.872L784.16 290.866L784.154 286.009Z" fill="white"/>
<path d="M791.089 271.756L786.896 271.762L786.903 276.619L791.095 276.613L791.089 271.756Z" fill="white"/>
<path d="M791.065 279.133L786.872 279.139L786.878 283.997L791.071 283.991L791.065 279.133Z" fill="white"/>
<path d="M791.073 286.036L786.881 286.042L786.887 290.899L791.08 290.893L791.073 286.036Z" fill="white"/>
<path d="M791.015 293.413L786.822 293.419L786.828 298.277L791.021 298.271L791.015 293.413Z" fill="white"/>
<path d="M724.381 403.583L718.075 403.592L718.089 413.854L724.395 413.845L724.381 403.583Z" fill="white"/>
<path d="M745.106 403.553L738.8 403.562L738.813 413.825L745.119 413.816L745.106 403.553Z" fill="white"/>
<path d="M676.048 324.838L669.912 324.846L669.921 331.968L676.057 331.959L676.048 324.838Z" fill="white"/>
<path d="M675.994 335.721L669.858 335.73L669.867 342.851L676.003 342.843L675.994 335.721Z" fill="white"/>
<path d="M676.007 345.801L669.871 345.81L669.88 352.931L676.016 352.923L676.007 345.801Z" fill="white"/>
<path d="M675.918 356.648L669.783 356.657L669.792 363.778L675.928 363.77L675.918 356.648Z" fill="white"/>
<path d="M686.512 324.823L680.377 324.832L680.386 331.953L686.521 331.945L686.512 324.823Z" fill="white"/>
<path d="M686.458 335.706L680.323 335.715L680.332 342.837L686.467 342.828L686.458 335.706Z" fill="white"/>
<path d="M686.641 345.603L680.506 345.612L680.515 352.734L686.651 352.725L686.641 345.603Z" fill="white"/>
<path d="M686.587 356.45L680.452 356.459L680.461 363.581L686.596 363.572L686.587 356.45Z" fill="white"/>
<path d="M696.159 324.809L690.023 324.818L690.032 331.94L696.168 331.931L696.159 324.809Z" fill="white"/>
<path d="M696.105 335.656L689.969 335.665L689.978 342.787L696.114 342.778L696.105 335.656Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M645.891 358.699C645.89 357.786 644.457 357.058 642.719 357.06C640.98 357.063 639.55 357.795 639.551 358.708L639.56 365.976L645.9 365.967L645.891 358.699Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M646.078 371.445C646.077 370.532 644.678 369.803 642.906 369.806C641.167 369.808 639.737 370.541 639.738 371.454L639.747 378.721L646.087 378.713L646.078 371.445Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M645.924 384.154C645.923 383.241 644.49 382.513 642.752 382.515C641.013 382.518 639.582 383.25 639.584 384.163L639.593 391.431L645.933 391.422L645.924 384.154Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M635.256 358.86C635.255 357.947 633.822 357.219 632.084 357.221C630.346 357.224 628.915 357.956 628.916 358.869L628.926 366.137L635.266 366.128L635.256 358.86Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M635.443 371.606C635.442 370.693 634.043 369.964 632.271 369.967C630.533 369.969 629.102 370.702 629.103 371.615L629.112 378.883L635.452 378.874L635.443 371.606Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M635.289 384.316C635.288 383.402 633.889 382.637 632.117 382.64C630.378 382.642 628.948 383.411 628.949 384.324L628.958 391.592L635.298 391.583L635.289 384.316Z" fill="white"/>
<path d="M534.928 349.324L528.792 349.332L528.801 356.454L534.937 356.445L534.928 349.324Z" fill="white"/>
<path d="M545.392 349.309L539.257 349.317L539.266 356.439L545.401 356.43L545.392 349.309Z" fill="white"/>
<path d="M555.073 349.295L548.937 349.304L548.946 356.425L555.082 356.417L555.073 349.295Z" fill="white"/>
<path d="M728.644 325.275L722.508 325.284L722.517 332.405L728.653 332.396L728.644 325.275Z" fill="white"/>
<path d="M739.108 325.26L732.973 325.269L732.982 332.39L739.117 332.382L739.108 325.26Z" fill="white"/>
<path d="M906.347 254.465L900.211 254.474L900.221 261.595L906.356 261.587L906.347 254.465Z" fill="white"/>
<path d="M906.293 265.312L900.157 265.32L900.166 272.442L906.302 272.433L906.293 265.312Z" fill="white"/>
<path d="M906.272 275.428L900.136 275.437L900.145 282.559L906.281 282.55L906.272 275.428Z" fill="white"/>
<path d="M906.217 286.275L900.082 286.284L900.091 293.405L906.227 293.397L906.217 286.275Z" fill="white"/>
<path d="M916.94 275.194L910.805 275.203L910.814 282.324L916.949 282.316L916.94 275.194Z" fill="white"/>
<path d="M916.852 286.078L910.716 286.086L910.726 293.208L916.861 293.199L916.852 286.078Z" fill="white"/>
<path d="M926.458 254.4L920.322 254.409L920.331 261.53L926.467 261.522L926.458 254.4Z" fill="white"/>
<path d="M926.404 265.283L920.268 265.292L920.277 272.414L926.413 272.405L926.404 265.283Z" fill="white"/>
<path d="M963.032 254.239L956.897 254.247L956.906 261.369L963.042 261.36L963.032 254.239Z" fill="white"/>
<path d="M962.978 265.122L956.843 265.131L956.852 272.253L962.987 272.244L962.978 265.122Z" fill="white"/>
<path d="M962.991 275.202L956.856 275.211L956.865 282.332L963 282.324L962.991 275.202Z" fill="white"/>
<path d="M962.937 286.086L956.801 286.094L956.811 293.216L962.946 293.207L962.937 286.086Z" fill="white"/>
<path d="M938.219 229.293L932.084 229.302L932.093 236.424L938.228 236.415L938.219 229.293Z" fill="white"/>
<path d="M938.165 240.14L932.03 240.149L932.039 247.27L938.174 247.262L938.165 240.14Z" fill="white"/>
<path d="M948.684 229.278L942.548 229.287L942.557 236.409L948.693 236.4L948.684 229.278Z" fill="white"/>
<path d="M948.63 240.125L942.494 240.134L942.503 247.256L948.639 247.247L948.63 240.125Z" fill="white"/>
<path d="M973.94 333.694L967.804 333.703L967.814 340.824L973.949 340.816L973.94 333.694Z" fill="white"/>
<path d="M973.886 344.541L967.75 344.55L967.759 351.671L973.895 351.663L973.886 344.541Z" fill="white"/>
<path d="M984.404 333.643L978.269 333.651L978.278 340.773L984.414 340.764L984.404 333.643Z" fill="white"/>
<path d="M984.35 344.526L978.215 344.535L978.224 351.656L984.359 351.648L984.35 344.526Z" fill="white"/>
<path d="M994.085 333.629L987.949 333.638L987.958 340.759L994.094 340.751L994.085 333.629Z" fill="white"/>
<path d="M993.997 344.512L987.861 344.521L987.87 351.643L994.006 351.634L993.997 344.512Z" fill="white"/>
<path d="M858.169 323.23L851.863 323.238L851.876 333.501L858.182 333.492L858.169 323.23Z" fill="white"/>
<path d="M858.121 338.934L851.815 338.943L851.828 349.205L858.134 349.196L858.121 338.934Z" fill="white"/>
<path d="M868.94 323.214L862.634 323.223L862.648 333.486L868.954 333.477L868.94 323.214Z" fill="white"/>
<path d="M868.892 338.919L862.586 338.928L862.6 349.19L868.906 349.181L868.892 338.919Z" fill="white"/>
<path d="M878.894 323.2L872.588 323.209L872.601 333.472L878.907 333.463L878.894 323.2Z" fill="white"/>
<path d="M878.846 338.868L872.54 338.877L872.553 349.139L878.859 349.131L878.846 338.868Z" fill="white"/>
<path d="M858.121 338.934L851.815 338.943L851.828 349.205L858.134 349.196L858.121 338.934Z" fill="white"/>
<path d="M868.892 338.919L862.586 338.928L862.6 349.19L868.906 349.181L868.892 338.919Z" fill="white"/>
<path d="M878.846 338.868L872.54 338.877L872.553 349.139L878.859 349.131L878.846 338.868Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M856.88 407.851C856.879 406.902 855.379 406.137 853.572 406.14C851.765 406.142 850.267 406.911 850.268 407.861L850.278 415.421L856.89 415.411L856.88 407.851Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M857.068 421.108C857.067 420.159 855.6 419.394 853.76 419.397C851.953 419.399 850.488 420.168 850.49 421.118L850.499 428.678L857.078 428.668L857.068 421.108Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M856.915 434.293C856.913 433.343 855.413 432.578 853.606 432.581C851.799 432.584 850.301 433.353 850.302 434.302L850.312 441.826L856.924 441.816L856.915 434.293Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M943.193 359.193C943.192 358.243 941.725 357.478 939.884 357.481C938.078 357.483 936.613 358.252 936.614 359.202L936.624 366.762L943.203 366.753L943.193 359.193Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M943.227 385.634C943.226 384.685 941.759 383.92 939.918 383.922C938.112 383.925 936.647 384.694 936.648 385.643L936.658 393.203L943.237 393.194L943.227 385.634Z" fill="white"/>
<path d="M891.293 396.445L887.475 396.45L887.481 400.869L891.299 400.864L891.293 396.445Z" fill="white"/>
<path d="M891.268 403.201L887.45 403.207L887.456 407.626L891.273 407.62L891.268 403.201Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1193.55 409.093C1193.55 408.143 1192.05 407.379 1190.24 407.381C1188.44 407.384 1186.97 408.153 1186.97 409.102L1186.98 416.662L1193.56 416.653L1193.55 409.093Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1193.74 422.313C1193.74 421.364 1192.27 420.599 1190.43 420.602C1188.63 420.604 1187.16 421.373 1187.16 422.323L1187.17 429.883L1193.75 429.873L1193.74 422.313Z" fill="white"/>
<rect x="1" y="607.067" width="1200" height="19.8867" fill="#414141"/>
<path d="M56.6786 176.757L56.5386 178.94C55.8749 183.338 53.9329 186.855 50.7127 189.492C47.4702 192.127 43.6519 193.195 39.2579 192.697C35.0643 192.001 31.7104 189.965 29.1961 186.587C28.3905 185.496 27.727 184.306 27.2054 183.019L26.5479 181.034C26.1867 179.668 26.0041 178.242 26 176.757C26.1097 172.2 27.6073 168.408 30.4928 165.382C33.3783 162.356 36.9938 160.785 41.3393 160.67C45.6848 160.785 49.3003 162.356 52.1859 165.382C55.0714 168.408 56.569 172.2 56.6786 176.757Z" fill="white"/>
<path d="M194.895 275.291C192.792 275.291 191.39 273.821 191.39 271.615V260.587C191.39 258.382 192.792 256.911 194.895 256.911C196.998 256.911 198.4 258.382 198.4 260.587V271.615C198.4 273.821 196.998 275.291 194.895 275.291Z" fill="white"/>
<path d="M194.895 297.346C187.184 297.346 180.875 290.73 180.875 282.643C180.875 280.437 182.277 278.967 184.38 278.967C186.483 278.967 187.885 280.437 187.885 282.643C187.885 286.686 191.039 289.995 194.895 289.995C198.751 289.995 201.905 286.686 201.905 282.643C201.905 278.599 198.751 275.291 194.895 275.291C192.792 275.291 191.39 273.821 191.39 271.615C191.39 269.409 192.792 267.939 194.895 267.939C202.606 267.939 208.915 274.556 208.915 282.643C208.915 290.73 202.606 297.346 194.895 297.346Z" fill="white"/>
<path d="M201.905 260.587L187.885 260.588V256.176C187.885 249.559 190.338 243.31 194.895 238.532C199.452 243.31 201.906 249.559 201.906 256.176L201.905 260.587Z" fill="white"/>
<path d="M194.895 242.208C192.792 242.208 191.39 240.737 191.39 238.532V194.421C191.39 192.215 192.792 190.745 194.895 190.745C196.998 190.745 198.4 192.215 198.4 194.421L198.4 238.532C198.4 240.737 196.998 242.208 194.895 242.208Z" fill="white"/>
<path d="M61.7035 190.745L68.7137 190.745V161.338L61.7035 161.338V190.745ZM72.2186 198.097L58.1981 198.097C56.0951 198.096 54.6932 196.626 54.6932 194.421V157.662C54.6932 155.456 56.0951 153.986 58.1981 153.986L72.2182 153.986C74.3212 153.986 75.7231 155.456 75.7231 157.662V194.421C75.7235 196.626 74.3216 198.097 72.2186 198.097Z" fill="white"/>
<path d="M75.7234 330.429L103.764 330.43V158.397L93.2488 124.578L86.5894 124.579L75.7239 158.397L75.7234 330.429ZM107.269 337.781L72.2186 337.782C70.1155 337.781 68.7136 336.311 68.7136 334.106L68.7136 157.662C68.7136 157.294 68.7136 156.926 69.064 156.559L80.6307 119.8C80.981 118.329 82.3829 117.227 83.7852 117.227L95.3519 117.227C96.7537 117.227 98.156 118.329 98.5064 119.8L110.073 156.559C110.073 156.926 110.423 157.294 110.423 157.661L110.423 334.105C110.774 336.311 109.372 337.781 107.269 337.781Z" fill="white"/>
<path d="M72.2186 337.782C71.167 337.782 70.4659 337.414 69.7652 336.679C68.3633 335.208 68.7136 333.003 70.1155 331.532L102.011 301.39L70.1155 274.556C69.064 273.821 68.7136 272.718 68.7136 271.615C68.7136 270.512 69.064 269.409 70.1155 268.674L101.661 242.208L70.1155 215.741C69.064 215.006 68.7136 213.903 68.7136 212.8C68.7136 211.697 69.064 210.595 70.1155 209.859L105.166 180.452C106.568 179.349 109.022 179.349 110.073 181.187C111.125 182.657 111.125 185.231 109.372 186.333L77.8265 212.8L109.022 239.267C109.723 240.002 110.423 241.105 110.423 242.208C110.423 243.31 110.073 244.413 109.022 245.148L77.8265 271.615L109.022 298.082C109.723 298.817 110.423 299.92 110.423 301.022C110.423 302.125 110.073 303.228 109.372 303.963L74.672 337.047C73.9708 337.414 72.9193 337.782 72.2186 337.782Z" fill="white"/>
<path d="M107.269 337.781C106.568 337.781 105.516 337.414 104.815 336.679L69.7651 303.595C69.064 302.86 68.7136 302.125 68.7136 301.022C68.7136 299.92 69.064 298.817 70.1155 298.082L101.661 271.615L70.1155 245.148C69.064 244.413 68.7136 243.31 68.7136 242.208C68.7136 241.105 69.064 240.002 70.1155 239.267L101.661 212.8L70.1155 186.333C68.7137 185.231 68.3629 182.658 69.4144 181.187C70.4659 179.717 72.9193 179.349 74.3216 180.452L109.022 209.859C109.723 210.595 110.423 211.697 110.423 212.8C110.423 213.903 110.073 215.006 109.022 215.741L77.8265 242.208L109.022 268.674C109.723 269.409 110.423 270.512 110.423 271.615C110.423 272.718 110.073 273.821 109.022 274.556L77.8265 301.022L109.722 331.165C111.124 332.635 111.124 334.841 110.073 336.311C109.372 337.414 108.32 337.781 107.269 337.781Z" fill="white"/>
<path d="M72.2186 187.069C71.1671 187.069 70.1155 186.701 69.4144 185.599C68.3629 183.76 68.7132 181.555 70.1155 180.452L105.166 154.721C106.918 153.618 109.022 153.986 110.073 155.456C111.125 157.294 110.774 159.5 109.372 160.603L74.3216 186.334C73.6204 186.701 72.9193 187.069 72.2186 187.069Z" fill="white"/>
<path d="M107.269 187.069C106.568 187.069 105.867 186.701 105.166 186.333L70.1155 160.602C68.3629 159.499 68.0125 157.294 69.4144 155.456C70.4659 153.618 72.5689 153.25 74.3216 154.72L109.372 180.452C111.125 181.554 111.475 183.76 110.073 185.598C109.372 186.701 108.32 187.069 107.269 187.069Z" fill="white"/>
<path d="M110.774 190.745L220.832 190.745L206.812 161.337L110.774 161.338V190.745ZM226.44 198.097L107.269 198.097C105.166 198.097 103.764 196.626 103.764 194.421V157.662C103.764 155.456 105.166 153.986 107.269 153.986L208.915 153.986C210.317 153.986 211.369 154.721 212.07 156.192L229.595 192.951C230.296 194.053 229.946 195.524 229.595 196.626C228.894 197.362 227.492 198.097 226.44 198.097Z" fill="white"/>
<path d="M44.1781 201.773L61.7035 201.773V150.31L44.1781 150.31V201.773Z" fill="white"/>
<path d="M194.895 198.096C193.843 198.096 192.792 197.729 192.091 196.626L166.854 163.543L141.618 196.626C140.216 198.464 137.412 198.464 136.01 196.626L107.97 159.867C106.918 158.397 106.918 155.824 108.671 154.721C110.073 153.618 112.526 153.618 113.578 155.456L138.814 188.539L164.051 155.456C165.453 153.618 168.257 153.618 169.659 155.456L197.699 192.215C198.751 193.685 198.751 196.259 196.998 197.362C196.648 197.729 195.596 198.096 194.895 198.096Z" fill="white"/>
<path d="M110.774 198.096C110.073 198.097 109.372 197.729 108.671 197.361C107.269 196.258 106.918 193.685 107.97 192.215L136.01 155.456C137.412 153.618 140.216 153.618 141.618 155.456L166.854 188.539L192.091 155.456C193.142 153.986 195.596 153.618 196.998 154.72C198.4 155.823 198.751 158.396 197.699 159.867L169.659 196.626C168.257 198.464 165.453 198.464 164.051 196.626L138.814 163.543L113.578 196.626C112.877 197.729 111.825 198.096 110.774 198.096Z" fill="white"/>
<path d="M194.895 198.096C194.194 198.096 193.142 197.729 192.792 197.361C191.39 195.891 191.039 193.685 192.441 192.215L212.07 167.586C213.472 166.116 215.575 165.748 216.977 167.219C218.379 168.689 218.73 170.895 217.327 172.365L197.699 196.994C196.998 197.729 195.946 198.096 194.895 198.096Z" fill="white"/>
<path d="M75.7235 339.964L103.764 339.963L103.764 511.997L93.2488 545.815L86.5893 545.815L75.7238 511.997L75.7235 339.964ZM107.269 332.612L72.2186 332.611C70.1156 332.612 68.7137 334.082 68.7137 336.288L68.7136 512.731C68.7136 513.099 68.7136 513.467 69.064 513.834L80.6306 550.593C80.981 552.064 82.3828 553.167 83.7851 553.167L95.3518 553.166C96.7537 553.167 98.156 552.064 98.5063 550.594L110.073 513.835C110.073 513.467 110.423 513.099 110.423 512.732L110.424 336.288C110.774 334.082 109.372 332.612 107.269 332.612Z" fill="white"/>
<path d="M72.2186 332.611C71.1671 332.611 70.466 332.979 69.7652 333.715C68.3634 335.185 68.7137 337.39 70.1156 338.861L102.011 369.003L70.1156 395.837C69.064 396.573 68.7137 397.675 68.7137 398.778C68.7137 399.881 69.064 400.984 70.1156 401.719L101.661 428.186L70.1155 454.652C69.064 455.388 68.7136 456.49 68.7136 457.593C68.7136 458.696 69.064 459.799 70.1155 460.534L105.166 489.942C106.568 491.044 109.021 491.044 110.073 489.206C111.125 487.736 111.125 485.163 109.372 484.06L77.8265 457.593L109.022 431.127C109.723 430.391 110.423 429.289 110.423 428.186C110.423 427.083 110.073 425.98 109.022 425.245L77.8265 398.778L109.022 372.312C109.723 371.576 110.423 370.474 110.423 369.371C110.423 368.268 110.073 367.165 109.372 366.43L74.672 333.347C73.9709 332.979 72.9194 332.611 72.2186 332.611Z" fill="white"/>
<path d="M107.269 332.612C106.568 332.612 105.516 332.979 104.816 333.715L69.7652 366.798C69.0641 367.533 68.7137 368.268 68.7137 369.371C68.7137 370.474 69.0641 371.576 70.1156 372.312L101.661 398.778L70.1155 425.245C69.064 425.98 68.7137 427.083 68.7137 428.186C68.7137 429.289 69.064 430.391 70.1155 431.127L101.661 457.593L70.1155 484.06C68.7136 485.163 68.3629 487.736 69.4144 489.206C70.4659 490.676 72.9193 491.044 74.3216 489.942L109.022 460.534C109.723 459.799 110.423 458.696 110.423 457.593C110.423 456.49 110.073 455.388 109.022 454.652L77.8265 428.186L109.022 401.719C109.723 400.984 110.423 399.881 110.423 398.778C110.423 397.676 110.073 396.573 109.022 395.837L77.8265 369.371L109.722 339.229C111.124 337.758 111.124 335.553 110.073 334.082C109.372 332.979 108.32 332.612 107.269 332.612Z" fill="white"/>
<path d="M56.0692 475.158L136.271 475.158C136.271 518.691 136.271 562.225 136.271 605.758C109.537 605.758 82.803 605.758 56.0692 605.758C56.0692 562.225 56.0692 518.691 56.0692 475.158Z" fill="white"/>
<path d="M66.8196 485.561L127.152 485.561C127.152 524.13 127.152 562.7 127.152 601.269C107.041 601.269 86.9305 601.269 66.8196 601.269C66.8196 562.7 66.8196 524.13 66.8196 485.561Z" fill="white"/>
<path d="M72.5032 492.775L121.032 492.776C121.032 506.718 121.032 520.66 121.032 534.602C104.856 534.602 88.6794 534.602 72.5032 534.602C72.5032 520.66 72.5032 506.718 72.5032 492.775Z" fill="white"/>
<path d="M153.997 609.159L52.3503 609.16C50.2472 609.16 48.8453 607.689 48.8453 605.484C48.8453 603.278 50.2472 601.808 52.3503 601.808L153.997 601.808C156.1 601.808 157.502 603.278 157.502 605.484C157.502 607.689 156.1 609.159 153.997 609.159Z" fill="white"/>
<path d="M1161.34 404.242H1168.27C1169.25 404.242 1170.04 405.068 1170.04 406.086V475.007C1170.04 476.025 1169.25 476.85 1168.27 476.85H1161.34C1160.37 476.85 1159.58 476.025 1159.58 475.007V406.086C1159.58 405.068 1160.37 404.242 1161.34 404.242Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M959.165 560.639L862.014 543.18L858.05 574.037L961.603 587.847L959.165 560.639Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M965.063 491.123L857.164 559.487C855.074 560.728 856.128 566.229 859.254 565.069L970.572 495.454L965.063 491.123Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M966.112 489.025L898.802 531.001C898.154 535.279 899.81 538.017 905.119 538.313L974.65 494.249L966.112 489.025Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M858.406 526.112L848.041 538.532C857.334 559.961 851.557 578.887 832.355 595.583L860.232 588.263C862.441 571.141 867.892 555.852 866.861 536.899L858.406 526.112Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M828.213 534.954C829.851 535.255 855.361 544.231 855.361 544.231L855.683 589.122L820.041 601.981L828.213 534.954Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1035.52 445.656L923.148 454.857L931.938 506.083L910.082 582.172H1147.18L1179.97 503.1V465.801L1143.38 450.632L1083.75 446.903L1056.67 487.434L1035.52 445.656Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1035.52 445.656L1045.22 464.813L1025.41 465.075L931.856 505.594L930.665 498.655L1035.33 445.671L1035.52 445.656L1035.52 445.656ZM1083.75 446.9L1143.38 450.63L1150.58 453.614L919.877 548.062L924.202 533.007L1051.15 476.538L1056.66 487.434L1069.35 468.439L1078.49 464.375L1072.01 464.461L1083.74 446.902L1083.75 446.9Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1035.52 445.656L1045.9 466.159H925.087L923.148 454.857L1035.52 445.656H1035.52ZM1083.75 446.9L1143.38 450.63L1179.96 465.798V466.159H1070.87L1083.74 446.9L1083.75 446.9Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1173.85 463.262L1179.97 465.799V503.098L1147.18 582.175H928.983L1173.85 463.264L1173.85 463.262Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1161.14 384.446H1046.57C1047.41 380.001 1051.4 375.189 1055.14 371.61H1170.89C1169.16 376.002 1168.83 380.499 1161.14 384.446Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M828.213 534.954C828.737 535.05 831.938 536.123 835.729 537.417C836.139 554.757 832.657 569.897 829.645 585.303L821.228 586.688L828.212 534.954L828.213 534.954Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M821.895 519.402L808.011 536.039C820.46 564.742 812.722 590.096 787 612.462L824.341 602.657C827.301 579.722 834.602 559.242 833.222 533.85L821.895 519.402Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M965.557 486.19L853.674 557.079C851.507 558.366 852.6 564.07 855.841 562.868L971.27 490.683L965.557 486.19Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M936.121 564.617L838.97 547.158L835.006 578.015L938.559 591.825L936.121 564.617Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M948.412 566.114L822.959 527.423C820.589 526.616 817.301 531.306 820.335 533L949.091 573.56L948.412 566.114Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1132.21 511.426C1125.73 506.819 1122.05 504.847 1114.87 504.09C1110.1 504.54 1105.36 505.016 1101.82 506.439L919.908 557.458C911.516 561.593 902.539 575.616 907.813 591.13C913.683 605.502 924.394 607.861 938.135 608.273L1144.51 608.713C1160.61 607.142 1173.48 602.174 1180.46 587.438C1185.84 560.938 1152.04 535.295 1132.21 511.423L1132.21 511.426Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M928.134 454.449L938.162 505.695L931.376 508.028L931.935 506.08L923.145 454.858L928.133 454.45L928.134 454.449Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M966.644 484.013L896.85 527.539C896.178 531.975 897.896 534.814 903.4 535.121L972.709 491.109C972.196 487.729 971.504 484.47 966.645 484.014L966.644 484.013Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1108.81 446.277L1110.25 385.322L1144.93 386.113L1143.34 446.246L1108.81 446.277Z" fill="white"/>
<path d="M1087.62 526.824C1089.44 527.069 1091.39 527.191 1093.09 526.385C1092.35 527.941 1091.95 530.162 1091.61 531.522C1090.64 529.819 1088.72 528.942 1087.29 527.957C1087.43 527.614 1087.45 527.111 1087.62 526.824L1087.62 526.824ZM1094.19 515.9C1094.74 515.707 1094.99 514.497 1095.46 515.5C1096.65 516.678 1098.51 517.491 1099.85 517.802C1098.52 518.709 1097.04 520.382 1096.11 521.228C1096.23 519.234 1095.13 517.454 1094.19 515.899L1094.19 515.9ZM1087.27 540.879C1089.09 540.363 1090.77 538.837 1091.7 537.368C1092.01 539.228 1092.48 541.106 1093.19 542.831C1091.47 541.777 1089.26 542.168 1087.55 542.081C1087.48 541.682 1087.41 541.235 1087.27 540.879L1087.27 540.879ZM1106.5 509.564C1107.01 509.618 1107.75 509.031 1107.67 509.926C1108.15 511.601 1109.02 513.21 1110.34 514.34C1108.71 514.337 1106.91 514.695 1105.47 515.031C1106.42 513.418 1106.62 511.425 1106.5 509.563L1106.5 509.564ZM1096.28 548.08C1097.21 549.404 1098.92 550.761 1099.76 551.645C1097.96 551.86 1096.38 552.994 1095.12 554.219C1094.83 553.704 1093.81 553.272 1094.64 552.767C1095.46 551.28 1096.15 549.608 1096.08 547.831L1096.26 548.06L1096.28 548.08L1096.28 548.08ZM1116.78 515.202C1118.48 514.448 1119.74 512.818 1120.59 511.233C1121.95 511.361 1120.85 512.687 1120.89 513.529C1120.71 514.731 1120.7 515.991 1121.05 517.174C1119.76 516.335 1117.98 515.68 1116.78 515.202L1116.78 515.202ZM1105.34 554.508C1106.95 555.03 1108.62 555.375 1110.31 555.468C1108.78 556.614 1108.08 558.594 1107.63 560.358C1107.19 560.031 1106.22 560.498 1106.6 559.59C1106.59 557.836 1106.23 556.024 1105.34 554.507L1105.34 554.508ZM1126.54 521.958C1128.32 522.331 1130.23 521.475 1131.7 520.937C1132.44 521.819 1130.85 522.174 1130.55 522.906C1129.84 523.742 1129.23 524.705 1128.92 525.788C1128.27 524.426 1127.45 523.12 1126.54 521.958L1126.54 521.958ZM1117.06 554.709C1118.42 554.35 1119.92 553.632 1121.05 553.098C1120.4 554.892 1120.84 556.993 1121.32 558.675C1120.25 559.484 1120.05 557.63 1119.31 557.113C1118.54 556.193 1117.62 555.375 1116.56 554.847L1116.83 554.772L1117.06 554.709L1117.06 554.709ZM1131.05 533.161C1132.37 534.448 1134.29 534.901 1135.91 535.147C1136.27 536.306 1134.63 535.72 1134.03 536.14C1132.91 536.43 1131.8 536.943 1130.93 537.686C1131.09 536.15 1131.09 534.593 1130.93 533.05L1131.05 533.161L1131.05 533.161ZM1126.64 548.376C1127.51 547.275 1128.26 546.07 1128.88 544.797C1129.33 546.676 1130.72 548.23 1132.1 549.341C1131.65 550.556 1130.54 549.078 1129.71 549.06C1128.66 548.705 1127.55 548.503 1126.45 548.611L1126.63 548.391L1126.64 548.376L1126.64 548.376Z" fill="white"/>
<path d="M1086.54 533.53C1088.35 533.277 1090.26 532.87 1091.69 531.63C1091.37 533.34 1091.53 535.604 1091.55 537.015C1090.19 535.624 1088.13 535.288 1086.51 534.719C1086.56 534.347 1086.46 533.852 1086.54 533.53L1086.54 533.53ZM1090.14 521.152C1090.62 520.816 1090.56 519.574 1091.26 520.421C1092.7 521.243 1094.69 521.533 1096.06 521.472C1095 522.712 1093.99 524.736 1093.31 525.809C1092.93 523.838 1091.43 522.407 1090.14 521.152L1090.14 521.152ZM1089.71 547.271C1091.32 546.28 1092.55 544.346 1093.09 542.668C1093.84 544.392 1094.76 546.088 1095.87 547.572C1093.96 547.011 1091.94 547.986 1090.27 548.363C1090.1 547.995 1089.93 547.578 1089.71 547.271L1089.71 547.271ZM1100.39 511.682C1100.9 511.597 1101.46 510.828 1101.6 511.719C1102.49 513.214 1103.72 514.543 1105.26 515.286C1103.71 515.719 1102.06 516.554 1100.76 517.267C1101.27 515.445 1100.97 513.455 1100.39 511.682L1100.39 511.682ZM1100.15 551.837C1101.38 552.869 1103.35 553.727 1104.38 554.358C1102.7 555.053 1101.47 556.58 1100.56 558.11C1100.16 557.687 1099.07 557.543 1099.74 556.83C1100.16 555.164 1100.4 553.355 1099.9 551.648L1100.12 551.821L1100.15 551.837L1100.15 551.837ZM1111.67 514.386C1113.12 513.194 1113.92 511.273 1114.35 509.504C1115.68 509.263 1114.95 510.847 1115.21 511.653C1115.33 512.87 1115.64 514.095 1116.27 515.149C1114.81 514.683 1112.94 514.528 1111.67 514.387L1111.67 514.386ZM1110.45 555.636C1112.13 555.707 1113.82 555.592 1115.46 555.228C1114.28 556.752 1114.1 558.864 1114.1 560.7C1113.61 560.499 1112.79 561.214 1112.93 560.229C1112.48 558.531 1111.69 556.867 1110.45 555.636L1110.45 555.636ZM1122.73 518.316C1124.53 518.197 1126.15 516.853 1127.43 515.934C1128.36 516.592 1126.92 517.363 1126.82 518.155C1126.34 519.16 1126 520.257 1125.96 521.394C1125.01 520.246 1123.89 519.199 1122.73 518.316L1122.73 518.316ZM1121.76 552.673C1122.98 551.957 1124.24 550.857 1125.2 550.033C1125.02 551.949 1125.96 553.872 1126.85 555.374C1126.02 556.449 1125.36 554.704 1124.52 554.401C1123.55 553.715 1122.47 553.167 1121.32 552.94L1121.56 552.795L1121.76 552.673L1121.76 552.673ZM1129.85 527.978C1131.43 528.873 1133.39 528.796 1135.01 528.597C1135.65 529.624 1133.92 529.5 1133.45 530.068C1132.45 530.651 1131.51 531.449 1130.86 532.404C1130.63 530.869 1130.24 529.358 1129.71 527.902L1129.85 527.978L1129.85 527.978ZM1129.4 543.94C1129.96 542.637 1130.37 541.265 1130.66 539.862C1131.55 541.566 1133.27 542.7 1134.88 543.405C1134.75 544.707 1133.31 543.571 1132.51 543.778C1131.41 543.716 1130.3 543.82 1129.27 544.22L1129.39 543.957L1129.4 543.94L1129.4 543.94Z" fill="white"/>
<path d="M1111.29 554.063C1101.17 554.063 1092.96 545.472 1092.96 534.874C1092.96 524.276 1101.17 515.685 1111.29 515.685C1121.42 515.685 1129.63 524.276 1129.63 534.874C1129.63 545.472 1121.42 554.063 1111.29 554.063Z" fill="white"/>
<path d="M1154.49 599.119C1143.54 599.119 1134.67 589.832 1134.67 578.377C1134.67 566.922 1143.54 557.635 1154.49 557.635C1165.43 557.635 1174.3 566.922 1174.3 578.377C1174.3 589.832 1165.43 599.119 1154.49 599.119Z" fill="black" stroke="white" stroke-width="0.800256"/>
<path d="M931.92 601.94C920.976 601.94 912.104 592.653 912.104 581.198C912.104 569.743 920.976 560.457 931.92 560.457C942.865 560.457 951.737 569.743 951.737 581.198C951.737 592.653 942.865 601.94 931.92 601.94Z" fill="black" stroke="white" stroke-width="0.800256"/>
<path d="M1144.5 563.79H930.209C930.203 563.79 930.199 563.794 930.199 563.801L922.596 583.525L930.199 601.845C930.201 601.851 930.203 601.856 930.209 601.856H1144.5C1144.51 601.856 1144.51 601.852 1144.51 601.845V563.8C1144.51 563.794 1144.51 563.79 1144.5 563.79Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1144.42 601.822L1163.99 597.277L1142.78 577.943L1144.42 601.822Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1154 588.056L1164.94 581.619L1144.26 563.967L1142.77 593.68L1154 588.056Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M955.486 540.493L957.816 546.854L954.645 547.677L954.18 540.701L955.486 540.493Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M942.212 544.18L944.542 550.542L941.371 551.364L940.906 544.389L942.212 544.18Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M928.948 547.902L931.277 554.264L928.107 555.087L927.641 548.111L928.948 547.902Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M913.167 553.786L917.888 558.476L915.365 560.648L912.074 554.563L913.167 553.786Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M902.122 568.802L908.396 570.613L907.148 573.773L901.507 570.026L902.122 568.802Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M899.799 583.881L906.194 582.616L906.402 586.029L899.762 585.264L899.799 583.881Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M904.686 599.178L909.645 594.766L911.439 597.623L905.308 600.398L904.686 599.178Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M917.329 611.092L919.325 604.607L922.288 606.047L918.472 611.787L917.329 611.092Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M932.96 614.77L932.68 607.963L935.937 608.237L934.262 615.006L932.96 614.77Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M946.512 615.04L945.86 608.262L949.125 608.34L947.824 615.198L946.512 615.04Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M961.084 615.095L960.432 608.316L963.698 608.394L962.397 615.253L961.084 615.095Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M975.317 615.075L974.665 608.297L977.931 608.374L976.63 615.233L975.317 615.075Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M989.861 615.174L989.209 608.395L992.475 608.473L991.174 615.331L989.861 615.174Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1003.58 615.228L1002.93 608.449L1006.2 608.527L1004.89 615.386L1003.58 615.228Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1017.84 615.228L1017.19 608.449L1020.45 608.527L1019.15 615.386L1017.84 615.228Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1017.84 615.228L1017.19 608.449L1020.45 608.527L1019.15 615.386L1017.84 615.228Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1031.5 615.228L1030.85 608.449L1034.11 608.527L1032.81 615.386L1031.5 615.228Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1045.28 615.228L1044.62 608.449L1047.89 608.527L1046.59 615.386L1045.28 615.228Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1059.06 615.228L1058.41 608.449L1061.67 608.527L1060.37 615.386L1059.06 615.228Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1072.95 615.228L1072.3 608.449L1075.57 608.527L1074.27 615.386L1072.95 615.228Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1086.85 615.228L1086.2 608.449L1089.47 608.527L1088.16 615.386L1086.85 615.228Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1100.04 615.228L1099.38 608.449L1102.65 608.527L1101.35 615.386L1100.04 615.228Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1114.06 615.228L1113.4 608.449L1116.67 608.527L1115.37 615.386L1114.06 615.228Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1126.82 615.41L1126.17 608.631L1129.44 608.709L1128.14 615.567L1126.82 615.41Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1141.02 615.474L1140.37 608.696L1143.63 608.773L1142.33 615.632L1141.02 615.474Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1155.55 613.741L1153.41 607.31L1156.6 606.586L1156.86 613.573L1155.55 613.741Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1169.35 608.63L1165.63 603.041L1168.52 601.445L1170.58 608.1L1169.35 608.63Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1181.14 598.823L1175.61 595.237L1177.66 592.573L1182.06 597.83L1181.14 598.823Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1187.55 583.291L1181.08 584.033L1181.13 580.614L1187.69 581.915L1187.55 583.291Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1184.04 565.419L1178.43 568.868L1177.13 565.729L1183.63 564.105L1184.04 565.419Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1175.13 549.985L1170.47 554.747L1168.49 552.027L1174.43 548.812L1175.13 549.985Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1105.37 498.296L1107.26 505.109L1104.03 505.592L1104.24 498.603L1105.37 498.296Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1090.15 502.387L1092.69 508.966L1089.52 509.789L1089.06 502.813L1090.15 502.387Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1076.35 506.646L1078.68 513.007L1075.51 513.83L1075.05 506.854L1076.35 506.646Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1063.29 510.151L1065.62 516.512L1062.45 517.335L1061.98 510.359L1063.29 510.151Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1050.53 513.843L1052.85 520.204L1049.68 521.027L1049.22 514.051L1050.53 513.843Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1036.34 517.762L1038.67 524.124L1035.5 524.946L1035.04 517.971L1036.34 517.762Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1023.87 521.366L1026.2 527.727L1023.03 528.55L1022.56 521.574L1023.87 521.366Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1009.14 525.285L1011.47 531.646L1008.3 532.469L1007.83 525.493L1009.14 525.285Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M995.129 529.322L997.459 535.683L994.288 536.506L993.823 529.53L995.129 529.322Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M982.279 533.014L984.608 539.376L981.438 540.199L980.972 533.223L982.279 533.014Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M968.417 536.795L970.746 543.157L967.576 543.98L967.11 537.004L968.417 536.795Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1166.5 539.178L1162.22 544.314L1160.04 541.768L1165.71 538.068L1166.5 539.178Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1157.42 528.982L1153.44 534.375L1151.12 531.97L1156.57 527.923L1157.42 528.982Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1148.11 519.387L1144.23 524.856L1141.87 522.496L1147.24 518.344L1148.11 519.387Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1137.71 507.606L1133.8 513.048L1131.45 510.672L1136.85 506.557L1137.71 507.606Z" fill="#808080"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1123.83 499.197L1122.67 505.901L1119.55 504.885L1122.61 498.666L1123.83 499.197Z" fill="#808080"/>
<path d="M1110.25 385.322L1144.93 386.114L1144.72 394.038H1110.05L1110.25 385.322L1110.25 385.322Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1127.75 401.505L1127.94 446.26L1113.17 446.271L1117.52 415.534L1117.81 413.472L1118.04 411.873L1119.43 402.001C1121.88 401.085 1124.22 399.929 1127.75 401.504L1127.75 401.505Z" fill="white"/>
<path d="M1126.37 366.333H1140.19C1141.16 366.333 1141.95 367.159 1141.95 368.177V458.484C1141.95 459.502 1141.16 460.328 1140.19 460.328H1126.37C1125.4 460.328 1124.61 459.502 1124.61 458.484V368.177C1124.61 367.159 1125.4 366.333 1126.37 366.333Z" fill="white"/>
<path d="M822.911 532.552C821.944 532.552 821.159 531.703 821.159 530.656C821.159 529.609 821.944 528.76 822.911 528.76C823.879 528.76 824.664 529.609 824.664 530.656C824.664 531.703 823.879 532.552 822.911 532.552Z" fill="white"/>
<path d="M842.658 555.554C841.411 555.554 840.401 554.482 840.401 553.16C840.401 551.838 841.411 550.767 842.658 550.767C843.904 550.767 844.915 551.838 844.915 553.16C844.915 554.482 843.904 555.554 842.658 555.554Z" fill="white"/>
<path d="M841.887 562.574C840.64 562.574 839.63 561.503 839.63 560.181C839.63 558.859 840.64 557.787 841.887 557.787C843.133 557.787 844.144 558.859 844.144 560.181C844.144 561.503 843.133 562.574 841.887 562.574Z" fill="white"/>
<path d="M840.997 569.353C839.751 569.353 838.74 568.282 838.74 566.96C838.74 565.638 839.751 564.567 840.997 564.567C842.244 564.567 843.254 565.638 843.254 566.96C843.254 568.282 842.244 569.353 840.997 569.353Z" fill="white"/>
<path d="M839.869 575.754C838.622 575.754 837.612 574.682 837.612 573.36C837.612 572.039 838.622 570.967 839.869 570.967C841.115 570.967 842.125 572.039 842.125 573.36C842.125 574.682 841.115 575.754 839.869 575.754Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1023.14 446.671L1018.22 456.463L924.762 464.288L923.144 454.858L1023.14 446.671L1023.14 446.671Z" fill="white"/>
<path d="M1174.08 463.355L1174.92 463.704V515.265L1174.08 517.29V463.356V463.355Z" fill="white"/>
<path d="M1159.47 496.287H1175.75C1176.87 496.287 1177.77 497.237 1177.77 498.408V501.287C1177.77 502.458 1176.87 503.408 1175.75 503.408H1159.47C1158.36 503.408 1157.45 502.458 1157.45 501.287V498.408C1157.45 497.237 1158.36 496.287 1159.47 496.287Z" fill="white"/>
<path d="M1104.03 385.677L1103.75 394.04H1056.29L1059.43 385.677H1104.03H1104.03Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1045.89 421.749L1055.52 431.098L1063.13 451.238L1056 476.105L1058.61 482.819H1074.2L1072.88 485.865L1046.24 485.917L1036.66 446.336L1045.89 421.749H1045.89Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1045.76 422.104L1056.95 452.483L1050.77 480.83L1054.34 484.062L1073.58 484.26L1072.88 485.865L1046.24 485.917L1036.66 446.337L1045.76 422.103L1045.76 422.104Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1097.34 391.56L1100.9 392.058L1098.64 446.209L1094.18 446.306L1097.34 391.56L1097.34 391.56Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M965.133 498.434C969.992 498.889 970.684 502.15 971.198 505.529L945.851 521.624C941.08 521.46 939.33 518.818 940.42 513.846L965.133 498.434Z" fill="white"/>
<path d="M967.594 491.833C966.167 491.833 965.01 490.622 965.01 489.129C965.01 487.635 966.167 486.425 967.594 486.425C969.021 486.425 970.177 487.635 970.177 489.129C970.177 490.622 969.021 491.833 967.594 491.833Z" fill="white"/>
<path d="M967.594 491.833C966.167 491.833 965.01 490.622 965.01 489.129C965.01 487.635 966.167 486.425 967.594 486.425C969.021 486.425 970.177 487.635 970.177 489.129C970.177 490.622 969.021 491.833 967.594 491.833Z" fill="white"/>
<path d="M965.83 506.863C964.403 506.863 963.246 505.653 963.246 504.159C963.246 502.666 964.403 501.455 965.83 501.455C967.257 501.455 968.413 502.666 968.413 504.159C968.413 505.653 967.257 506.863 965.83 506.863Z" fill="white"/>
<path d="M945.251 518.822C943.824 518.822 942.667 517.611 942.667 516.118C942.667 514.624 943.824 513.414 945.251 513.414C946.678 513.414 947.834 514.624 947.834 516.118C947.834 517.611 946.678 518.822 945.251 518.822Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1166.02 521.691H1156.44L1127.29 491.185H1086.72L1090.59 482.833H1132.42L1159.38 511.053H1170.89L1166.02 521.691Z" fill="white"/>
<path d="M944.703 463.365C944.703 467.59 941.432 471.014 937.396 471.014C933.36 471.014 930.088 467.59 930.088 463.365C930.088 459.141 933.36 455.717 937.396 455.717C941.432 455.717 944.703 459.141 944.703 463.365Z" fill="white"/>
<path d="M1166.21 404.178H1175.4C1177.88 404.178 1179.9 406.284 1179.9 408.881V410.914C1179.9 413.511 1177.88 415.617 1175.4 415.617H1166.21C1163.73 415.617 1161.72 413.511 1161.72 410.914V408.881C1161.72 406.284 1163.73 404.178 1166.21 404.178Z" fill="white"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 55 KiB

@@ -0,0 +1,37 @@
<svg width="400" height="385" viewBox="0 0 400 385" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M249.671 362.949C255.871 368.947 263.998 376.343 271.046 379.677C282.171 384.932 290.886 387.583 292.269 377.471C292.465 376.039 295.973 376.335 300.12 375.958C304.419 375.567 307.875 373.101 308.301 367.974C319.489 368.282 320.479 364.066 320.258 361.651C329.638 361.115 329.902 354.78 328.101 351.371C325.914 347.235 319.514 344.145 315.644 342.549C311.185 340.712 306.417 338.69 290.731 334.646C287.507 333.815 283.009 328.482 277.967 328.397C267.024 328.214 253.792 334.594 247.258 338.41C236.213 344.857 242.067 355.585 249.671 362.949Z" fill="#9000A6"/>
<path d="M320.133 359.143C320.352 361.559 319.363 365.774 308.175 365.466C307.751 370.593 304.294 373.06 299.995 373.451C295.846 373.828 292.34 373.532 292.144 374.964C290.761 385.076 282.046 382.425 270.922 377.17C263.872 373.839 255.746 366.442 249.546 360.441C245.35 356.381 241.696 351.298 241.115 346.473C240.37 352.022 244.584 358.264 249.546 363.067C255.746 369.065 263.872 376.462 270.922 379.795C282.046 385.051 290.761 387.702 292.144 377.588C292.34 376.158 295.847 376.454 299.995 376.076C304.294 375.685 307.756 373.219 308.175 368.091C319.363 368.399 320.354 364.184 320.133 361.768C327.761 361.331 329.36 357.061 328.722 353.647C328.19 356.321 325.867 358.814 320.133 359.143Z" fill="#730085"/>
<path d="M277.797 374.71C279.053 375.189 280.433 375.227 281.713 374.82C282.397 374.496 282.952 373.952 283.289 373.275C283.626 372.597 283.725 371.826 283.571 371.086C285.883 372.063 288.408 373.045 290.724 372.08C293.039 371.115 294.594 367.228 292.925 365.049C294.028 365.395 295.201 365.461 296.336 365.241C297.472 365.02 298.534 364.52 299.428 363.786C296.216 357.789 290.428 354.841 285.23 351.499C276.601 345.868 269.069 338.713 263.004 330.384C262.449 329.631 261.78 328.8 260.949 328.857C260.502 328.935 260.085 329.135 259.744 329.435C255.439 332.561 247.12 337.028 244.361 342.212C241.401 347.775 247.234 353.272 250.483 356.987C257.657 365.441 267.154 371.603 277.797 374.71Z" fill="#C41ACD"/>
<path d="M227.933 312.353C228.635 315.419 238.095 346.011 241.086 347.13C242.322 347.591 256.816 339.501 271.643 336.447C277.877 334.98 284.285 334.389 290.682 334.692C273.05 281.707 278.749 300.344 276.497 280.857C276.273 278.921 232.151 280.724 229.133 285.817C226.323 290.565 223.32 293.5 224.42 298.306C226.533 307.53 225.821 303.129 227.933 312.353Z" fill="#00B5D0"/>
<path d="M20.3458 97.3529C13.8646 90.0299 5.78019 80.8387 1.61018 71.9902C-4.6328 58.7227 14.8965 57.569 15.6299 57.4794C18.8417 57.09 18.6141 49.8312 24.2415 47.0169C31.2647 43.5053 33.6469 46.1818 36.7276 44.2855C38.5784 43.1466 38.5167 38.0613 44.9216 35.702C52.3356 32.9706 52.7371 37.2584 58.5719 35.3112C60.9139 34.531 62.9333 30.3155 67.9398 29.4576C73.2647 28.5463 77.6957 32.189 77.3076 50.1391C77.0399 62.1834 75.6883 70.0096 75.3564 78.6239C74.9669 88.7679 76.3158 105.372 72.8029 107.723C70.9293 108.98 68.4402 108.672 66.2562 109.251C58.5143 111.307 54.3536 122.404 45.1946 117.021C37.3323 112.398 26.3626 104.151 20.3458 97.3529Z" fill="#9000A6"/>
<path d="M25.4196 99.6944C18.9371 92.3715 10.854 83.1789 6.68397 74.3304C0.440994 61.0642 19.9703 59.9092 20.7037 59.8209C23.9155 59.4301 23.6879 52.1714 29.3166 49.3584C36.3398 45.8455 38.722 48.522 41.8027 46.627C43.6535 45.4882 43.5918 40.4015 49.9967 38.0422C57.4107 35.3108 57.8123 39.5999 63.6538 37.6514C65.9944 36.8712 68.0151 32.6556 73.0216 31.7992C73.1554 31.7764 73.2891 31.7577 73.4229 31.7417C72.7148 30.9167 71.7927 30.3033 70.7582 29.9692C69.7237 29.635 68.6169 29.5931 67.5601 29.848C62.5563 30.7058 60.5355 34.92 58.1922 35.7015C52.3507 37.6487 51.9493 33.3596 44.5421 36.091C38.1372 38.4504 38.1987 43.5371 36.3478 44.676C33.2698 46.571 30.8852 43.8956 23.8606 47.4072C18.2333 50.2176 18.466 57.479 15.2489 57.8697C14.5155 57.9581 -5.01365 59.113 1.22932 72.3792C5.39399 81.2278 13.4771 90.4203 19.965 97.7432C25.9871 104.54 36.9501 112.787 44.8204 117.416C46.2135 118.296 47.8123 118.798 49.4588 118.87C41.654 114.166 31.2303 106.26 25.4196 99.6944Z" fill="#C41ACD"/>
<path d="M60.1476 145.738C71.4626 155.493 81.2184 159.79 89.4126 160.175C105.823 161.12 122.027 156.133 135.066 146.123C136.759 144.804 137.551 136.124 138.592 134.246C139.531 132.269 140.061 130.123 140.151 127.937C141.173 117.937 141.401 107.872 140.835 97.8363L125.178 107.699C116.715 113.031 104.479 117.996 94.4833 117.639C83.5578 117.248 75.3636 96.5677 75.3636 96.5677C73.4185 100.183 70.7645 103.369 67.5602 105.935C62.8646 108.873 57.8995 111.355 52.7323 113.349C51.0167 113.885 45.0467 114.266 43.3645 114.91C34.7876 118.207 56.09 142.241 60.1476 145.738Z" fill="#26C9DA"/>
<path d="M139.177 127.813C138.136 129.687 137.345 129.981 135.651 131.301C122.636 141.442 106.477 151.4 89.9974 150.616C81.8033 150.225 72.0488 149.055 60.7325 139.299C57.7575 136.734 45.5178 123.129 42.5817 114.754C36.2718 119.29 56.2319 141.778 60.1477 145.153C71.4626 154.907 81.2184 159.205 89.4126 159.59C105.823 160.535 122.027 155.548 135.066 145.538C136.759 144.219 137.551 135.54 138.592 133.661C139.531 131.685 140.061 129.539 140.15 127.353C140.287 126.02 140.408 124.686 140.514 123.35C140.344 124.907 139.891 126.419 139.177 127.813Z" fill="#00B5D0"/>
<path d="M136.312 34.4455C136.312 34.4455 141.97 10.0597 166.987 2.9348C166.987 2.9348 180.36 -1.11205 205.684 0.29847L205.346 6.99646C205.346 6.99646 156.856 2.3713 146.224 38.9044L136.312 34.4455Z" fill="#44BF55"/>
<path d="M205.45 4.68523C185.807 3.59053 169.694 6.83717 161.689 11.8985C150.475 18.9912 144.534 32.0713 141.235 44.9253C143.768 44.6095 146.267 44.0634 148.7 43.294C146.776 38.2956 152.285 29.2998 155.1 25.3948C158.886 20.1822 163.982 16.0624 169.872 13.4522C178.216 9.57125 191.851 8.23291 205.001 8.95959L205.45 4.68523Z" fill="#006600"/>
<path d="M121.16 39.8534C115.878 53.054 109.596 79.0725 117.563 87.8421C119.101 89.4159 121.053 90.5229 123.193 91.0358C125.333 91.5486 127.575 91.4462 129.659 90.7406C133.855 89.3823 134.335 87.7229 137.154 84.3264C146.4 73.1599 150.995 56.7114 151.141 42.2596C151.226 33.8794 144.27 26.3034 136.747 26.6019C128.132 26.9552 122.212 37.2251 121.16 39.8534Z" fill="#44BF55"/>
<path d="M133.453 42.3438C129.497 51.5561 126.95 61.3117 125.9 71.2824C125.498 75.1058 125.846 79.8913 129.35 81.4758C130.435 81.8762 131.608 81.9793 132.747 81.7741C133.885 81.5689 134.948 81.063 135.826 80.3089C137.559 78.776 138.961 76.9052 139.946 74.8113C144.974 65.505 150.595 53.161 150.968 42.3492C151.102 38.4348 150.117 35.3033 146.173 33.9302C139.749 31.694 135.674 37.1661 133.453 42.3438Z" fill="black"/>
<path d="M267.801 41.768C267.801 41.768 264.886 16.9059 240.815 7.04694C240.815 7.04694 227.968 1.53861 202.65 0.128082L202.242 6.81938C202.242 6.81938 250.944 7.60624 257.455 45.0936L267.801 41.768Z" fill="#44BF55"/>
<path d="M202.395 4.51532C222.039 5.60868 237.693 10.6244 245.085 16.5435C255.445 24.8407 259.896 38.491 261.745 51.6367C259.263 51.0425 256.841 50.2224 254.509 49.1864C256.976 44.4329 252.502 34.8818 250.136 30.6877C246.953 25.0869 242.346 20.4268 236.783 17.1793C228.92 12.3963 215.518 9.55107 202.369 8.81369L202.395 4.51532Z" fill="#006600"/>
<path d="M282.258 48.8263C286.043 62.5327 289.395 89.0865 280.503 96.918C278.8 98.3107 276.737 99.1938 274.554 99.4658C272.37 99.7378 270.154 99.3877 268.161 98.4556C264.146 96.6396 263.849 94.9373 261.432 91.249C253.483 79.1244 250.743 62.2678 252.198 47.8896C253.044 39.5509 260.798 32.7939 268.24 33.9315C276.763 35.2336 281.505 46.0976 282.258 48.8263Z" fill="#44BF55"/>
<path d="M269.768 49.9371C272.676 59.5314 274.123 69.509 274.06 79.5341C274.034 83.379 273.158 88.0989 269.5 89.2819C268.378 89.5601 267.201 89.5331 266.092 89.2037C264.984 88.8743 263.983 88.2544 263.195 87.4083C261.643 85.6925 260.459 83.6779 259.715 81.4879C255.751 71.6798 251.536 58.787 252.365 48.0006C252.665 44.0969 253.994 41.094 258.066 40.1679C264.691 38.653 268.129 44.5439 269.768 49.9371Z" fill="black"/>
<path d="M109.342 344.746C105.702 346.513 101.869 348.931 101.006 352.867C100.143 356.803 104.255 359.451 108.154 359.672C108.226 364.099 113.898 366.607 118.349 366.141C119.653 365.855 121.005 365.864 122.306 366.169C124.028 366.781 125.053 368.548 126.577 369.568C130.478 372.179 135.7 369.082 140.192 370.371C141.695 370.642 143.093 371.324 144.232 372.341C152.138 381.251 160.176 381.251 173.712 370.834C178.849 366.882 191.418 355.751 192.697 349.377C193.976 343.002 190.111 335.95 184.634 331.991C180.337 328.884 174.768 328.304 169.548 328.361C158.859 328.477 149.588 331.254 139.838 334.804C129.726 338.487 119.111 340.005 109.342 344.746Z" fill="#9000A6"/>
<path d="M140.18 370.305C140.463 370.39 140.742 370.491 141.014 370.606C143.277 367.853 145.881 365.398 148.763 363.302C151.371 361.408 154.595 358.885 153.748 355.807L144.474 354.1L160.6 345.565C162.124 344.763 163.906 343.157 163.008 341.694L155.344 340.42C157.823 340.832 166.626 335.031 169.53 334.082C173.812 332.678 178.273 331.72 182.674 330.736C178.714 328.674 174 328.251 169.538 328.301C158.849 328.416 149.578 331.193 139.829 334.743C129.711 338.43 119.096 339.949 109.327 344.689C105.687 346.455 101.854 348.875 100.991 352.809C100.128 356.744 104.24 359.394 108.139 359.615C108.211 364.042 113.882 366.551 118.333 366.084C119.638 365.798 120.99 365.808 122.291 366.112C124.013 366.723 125.038 368.491 126.562 369.511C130.467 372.115 135.689 369.018 140.18 370.305Z" fill="#C41ACD"/>
<path d="M137.407 59.5044C122.435 105.3 118.656 174.557 122.189 222.607C125.116 262.407 143.513 296.455 165.501 308.942C175.916 314.858 200.934 319.768 212.911 319.768C243.691 319.768 267.413 320.437 283.503 320.243C296.484 320.09 317.821 321.117 318.46 298.697C319.193 272.942 283.397 258.693 283.291 257.354C280.631 222.746 273.586 179.685 270.27 130.13C269.039 111.747 268.514 73.5507 260.32 51.1147C253.082 31.2965 230.469 16.5877 199.448 16.8741C193.069 16.9344 172.969 18.3101 167.062 19.7032C163.471 20.5504 173.875 20.9679 170.542 22.3584C155.65 28.5746 143.658 40.386 137.407 59.5044Z" fill="#26C9DA"/>
<path d="M140.024 334.818C142.607 334.357 145.224 334.108 147.847 334.073C154.378 334.391 160.833 335.617 167.025 337.717C171.858 339.323 194 351.274 193.01 342.414C190.526 320.173 187.207 299.12 187.756 280.355L159.26 275.955C153.277 275.03 142.196 265.008 138.551 270.954C135.252 276.334 137.079 296.701 137.525 302.85C138.323 313.671 140.024 334.818 140.024 334.818Z" fill="#26C9DA"/>
<path d="M230.908 282.97C227.765 281.312 224.554 279.441 221.005 279.304C219.55 279.249 218.099 279.492 216.644 279.489C210.513 279.489 205.317 275.295 199.832 272.555C194.346 269.816 186.528 269.029 183.104 274.11C181.091 271.55 178.341 269.669 175.225 268.72C172.11 267.771 168.778 267.8 165.68 268.803C164.315 269.406 162.89 269.863 161.429 270.167C155.313 270.905 150.39 262.818 144.417 264.326C144.044 265.754 143.671 267.181 143.298 268.609C141.044 266.315 138.399 263.854 135.185 263.937C134.608 263.974 134.044 264.124 133.525 264.379C133.006 264.635 132.543 264.989 132.162 265.424C140.206 285.632 152.324 301.387 165.799 309.04C176.213 314.954 201.23 319.864 213.208 319.864C246.046 319.864 270.848 320.62 286.923 320.29C298.067 320.061 312.918 319.191 316.96 306.917C289.68 306.3 254.824 295.591 230.908 282.97Z" fill="#00B5D0"/>
<path d="M156.631 278.677C156.177 284.536 154.142 292.384 155.477 298.029C156.876 303.946 161.633 310.039 164.185 315.582C164.516 316.421 165.059 317.159 165.763 317.723C166.432 318.173 167.302 318.288 167.944 318.784C168.525 319.322 168.948 320.007 169.17 320.766C171.295 326.289 172.781 332.036 173.6 337.896C173.734 338.833 173.868 339.798 174.044 340.742C182.234 344.325 193.679 348.843 192.962 342.418C190.478 320.177 187.159 299.123 187.708 280.359L159.211 275.959C158.475 275.844 157.686 275.684 156.864 275.504C156.792 276.561 156.714 277.619 156.631 278.677Z" fill="#00B5D0"/>
<path d="M192.818 346.725C191.538 353.099 178.97 364.23 173.834 368.182C160.297 378.598 152.258 378.598 144.353 369.688C143.214 368.67 141.815 367.989 140.312 367.719C135.821 366.433 130.6 369.53 126.699 366.916C125.175 365.896 124.156 364.129 122.427 363.517C121.126 363.213 119.774 363.203 118.469 363.489C114.018 363.956 108.347 361.447 108.274 357.02C105.223 356.847 102.051 355.181 101.226 352.581C101.193 352.703 101.154 352.822 101.126 352.946C100.263 356.881 104.377 359.53 108.274 359.751C108.347 364.178 114.018 366.687 118.469 366.22C119.774 365.934 121.126 365.944 122.427 366.248C124.15 366.86 125.175 368.628 126.699 369.648C130.6 372.259 135.821 369.162 140.312 370.451C141.815 370.72 143.214 371.402 144.353 372.419C152.258 381.329 160.297 381.329 173.834 370.912C178.97 366.962 191.538 355.83 192.818 349.455C193.066 348.18 193.123 346.876 192.988 345.584C192.952 345.966 192.897 346.346 192.818 346.725Z" fill="#730085"/>
<path d="M125.97 244.267C126.014 240.981 125.827 237.696 125.411 234.436C123.765 207.816 124.223 181.108 126.781 154.561C128.227 139.532 130.344 124.588 133.132 109.729C135.755 95.7565 141.445 92.0481 147.942 79.4029C154.44 66.7577 169.563 55.2554 182.67 49.7471C193.399 45.2385 197.192 40.548 208.813 41.1636C217.816 41.6386 218.637 54.4806 226.372 59.1123C231.909 62.4285 247.023 73.2282 250.564 78.6227C262.663 97.0492 263.266 96.6892 265.446 118.623C267.45 138.811 269.807 158.96 272.514 179.068C274.23 191.809 276.192 204.798 279.719 217.155C276.66 191.174 272.988 162.004 270.855 130.128C269.625 111.746 269.099 73.5493 260.905 51.1134C253.668 31.2952 231.055 16.5864 200.034 16.8728C193.655 16.933 173.555 18.3086 167.648 19.7018C164.056 20.5489 174.461 20.9664 171.128 22.3569C156.236 28.5664 144.243 40.3847 137.994 59.5017C123.021 105.298 119.242 174.556 122.775 222.606C123.309 229.895 124.377 237.134 125.97 244.267Z" fill="#26E4EE"/>
<path d="M382.327 182.207C386.848 183.134 391.222 184.67 395.33 186.773C401.572 189.836 400.72 194.622 397.624 197.383C404.303 208.176 391.427 214.419 391.427 214.419C391.427 214.419 392.026 219.845 391.427 221.442C389.086 227.685 376.209 229.247 376.209 229.247C376.209 229.247 380.501 245.244 351.585 233.663C333.997 226.614 320.222 212.235 307.052 198.61C305.382 197.083 304.04 195.232 303.106 193.171C301.366 188.574 303.878 183.293 307.604 180.088C315.439 173.353 328.203 171.857 338.056 173.716C352.823 176.491 367.564 179.412 382.327 182.207Z" fill="#9000A6"/>
<path d="M374.132 221.434C377.815 221.819 382.671 221.388 383.626 217.81C384.286 215.339 382.502 212.943 380.835 211.003C382.873 210.943 384.88 210.489 386.746 209.664C387.672 209.238 388.458 208.556 389.011 207.699C389.564 206.842 389.862 205.845 389.869 204.825C389.55 203.118 388.646 201.574 387.313 200.46C384.422 197.51 381.251 194.848 377.844 192.512C397.67 192.164 389.532 186.131 389.486 184.473C388.03 184.022 386.55 183.652 385.053 183.364C370.29 180.575 355.549 177.655 340.787 174.87C330.935 173.011 318.17 174.506 310.335 181.243C306.609 184.446 311.252 185.617 312.991 190.209C313.797 192.33 351.627 219.095 374.132 221.434Z" fill="#C41ACD"/>
<path d="M339.14 173.832C328.725 182.963 321.191 198.414 319.24 210.511C296.733 200.923 269.295 176.954 261.133 153.601C259.982 150.309 257.617 147.524 256.716 144.157C255.957 140.97 255.701 137.683 255.959 134.416C256.283 128.126 257.19 114.79 262.122 110.165C267.943 104.704 273.875 117.46 276.842 121.1C287.415 134.081 300.555 144.608 313.454 155.202C322.362 162.517 328.605 167.589 339.14 173.832Z" fill="#26C9DA"/>
<path d="M256.129 142.986C257.032 146.355 261.386 165.777 262.271 169.151C266.563 185.539 278.66 215.187 278.66 215.187L274.757 177.727C274.757 177.727 297.292 201.147 319.387 210.571C319.682 208.74 321.626 202.943 322.168 200.992C278.856 175.831 255.281 139.828 256.129 142.986Z" fill="#00B5D0"/>
<path d="M174.044 52.7673C166.345 56.5573 155.71 62.6999 150.674 69.6481C146.346 75.6208 147.864 79.4429 149.808 86.557C154.781 104.769 161.478 137.962 200.642 139.971C223.469 141.141 248.177 126.073 250.926 105.514C252.121 96.578 259.71 98.1718 259.54 89.1586C259.149 68.4785 239.6 67.2714 230.469 53.4552C223.251 42.5297 217.398 36.8716 204.908 36.6762C184.038 36.351 181.228 49.2303 174.044 52.7673Z" fill="#EF00C3"/>
<path d="M128.639 87.0276C128.967 92.5332 136.88 97.3882 151.893 97.4324C186.142 97.5328 212.404 98.9046 246.903 103.833C252.149 104.584 269.442 108.25 271.956 97.8634C275.168 84.5798 265.005 81.0549 254.21 77.2234C249.425 75.5252 241.879 72.3482 236.994 70.8641C231.641 69.2354 225.816 69.1149 220.115 69.0132C199.125 68.6345 182.879 69.3411 161.926 69.1217C151.315 69.0106 127.677 70.9096 128.639 87.0276Z" fill="#EF00C3"/>
<path d="M149.618 43.7888C149.618 43.7888 152.294 53.2343 161.853 53.0228C161.853 53.0228 174.627 53.3453 176.621 36.4846" stroke="#148EB5" stroke-width="2.63" stroke-miterlimit="10"/>
<path d="M254.077 45.2608C254.077 45.2608 252.125 56.992 243.216 56.1329C243.216 56.1329 232.482 56.5625 230.013 39.6028" stroke="#148EB5" stroke-width="2.63" stroke-miterlimit="10"/>
<path d="M271.934 97.4C270.428 102.924 262.834 101.835 257.052 101.213C253.658 100.846 248.437 100.039 245.984 99.5933C211.695 93.361 185.902 93.0037 151.654 92.902C136.64 92.8578 129.374 89.8762 129.046 84.3693C129.004 83.6239 129.008 82.8767 129.057 82.1317C128.662 83.7643 128.519 85.4477 128.634 87.1234C128.962 92.6303 136.875 97.4842 151.888 97.5284C186.137 97.6301 212.399 99.0006 246.904 103.931C248.376 104.142 253.922 104.904 256.283 105.104C262.305 105.618 269.173 105.128 271.372 99.3499C271.622 98.7199 271.811 98.0667 271.934 97.4Z" fill="#CC00A4"/>
<path d="M164.715 101.644C164.715 101.644 182.282 108.668 200.3 109.057C200.3 109.057 230.932 111.4 243.094 105.157C243.094 105.157 232.282 116.862 200.3 116.862C200.303 116.864 175.528 115.695 164.715 101.644Z" fill="#CC00A4"/>
<path d="M319.233 159.436C306.332 148.844 293.271 139.342 282.699 126.368C279.732 122.728 266.506 103.141 260.679 108.602C259.462 109.745 268.976 121.923 270.214 123.539C274.276 128.844 276.169 131.74 278.862 135.477C278.131 134.826 276.905 135.809 276.988 136.785C277.207 137.749 277.795 138.588 278.626 139.123L293.306 151.403L289.273 151.848C294.817 159.022 302.319 164.437 310.873 167.439C308.214 168.843 310.739 172.807 313.255 174.453C320.858 179.426 322.3 179.648 329.903 184.624C332.555 180.712 335.668 177.132 339.173 173.962C331.438 168.397 328.141 166.751 319.233 159.436Z" fill="#26E4EE"/>
</svg>

After

Width:  |  Height:  |  Size: 18 KiB

@@ -0,0 +1,119 @@
<svg width="1200" height="628" viewBox="0 0 1200 628" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_0_3900)">
<g style="mix-blend-mode:soft-light" opacity="0.3">
<g filter="url(#filter0_d_0_3900)">
<path d="M50 163V158.5C47.5147 158.5 45.5 160.515 45.5 163H50ZM270 163L225 137.019V188.981L270 163ZM54.5 628V163H45.5V628H54.5ZM50 167.5H229.5V158.5H50V167.5Z" fill="black"/>
</g>
<g filter="url(#filter1_d_0_3900)">
<path d="M1149 295L1153.5 295C1153.5 292.515 1151.48 290.5 1149 290.5L1149 295ZM1149 543L1174.98 498L1123.02 498L1149 543ZM-49.0005 299.5L1149 299.5L1149 290.5L-49.0005 290.5L-49.0005 299.5ZM1144.5 295L1144.5 502.5L1153.5 502.5L1153.5 295L1144.5 295Z" fill="black"/>
</g>
<g filter="url(#filter2_d_0_3900)">
<path d="M89 48L84.5 48C84.5 45.5147 86.5147 43.5 89 43.5L89 48ZM89 390L63.0192 345L114.981 345L89 390ZM1200 52.5L89 52.5L89 43.5L1200 43.5L1200 52.5ZM93.5 48L93.5 349.5L84.5 349.5L84.5 48L93.5 48Z" fill="white"/>
</g>
<g filter="url(#filter3_d_0_3900)">
<path d="M325 491V495.5C322.515 495.5 320.5 493.485 320.5 491H325ZM943 491L898 516.981V465.019L943 491ZM329.5 0L329.5 491H320.5L320.5 0H329.5ZM325 486.5L902.5 486.5V495.5L325 495.5V486.5Z" fill="white"/>
</g>
<g filter="url(#filter4_d_0_3900)">
<path d="M1026 443L1030.5 443C1030.5 445.485 1028.48 447.5 1026 447.5L1026 443ZM1026 119L1051.98 164L1000.02 164L1026 119ZM-203 438.5L1026 438.5L1026 447.5L-203 447.5L-203 438.5ZM1021.5 443L1021.5 159.5L1030.5 159.5L1030.5 443L1021.5 443Z" fill="white"/>
</g>
<g filter="url(#filter5_d_0_3900)">
<path d="M288 532V536.5C285.515 536.5 283.5 534.485 283.5 532H288ZM613 532L568 557.981V506.019L613 532ZM292.5 2.3172L292.5 532H283.5L283.5 2.3172H292.5ZM288 527.5H572.5V536.5H288V527.5Z" fill="black"/>
</g>
<g filter="url(#filter6_d_0_3900)">
<path d="M969 390V394.5C971.485 394.5 973.5 392.485 973.5 390H969ZM644 390L689 415.981V364.019L644 390ZM964.5 0V390H973.5V0H964.5ZM969 385.5H684.5V394.5H969V385.5Z" fill="black"/>
</g>
<g filter="url(#filter7_d_0_3900)">
<path d="M1090 100V95.5C1092.49 95.5 1094.5 97.5147 1094.5 100H1090ZM358 100L403 74.0192V125.981L358 100ZM1085.5 637V100H1094.5V637H1085.5ZM1090 104.5H398.5V95.5H1090V104.5Z" fill="black"/>
</g>
<g filter="url(#filter8_d_0_3900)">
<path d="M523 355L518.5 355C518.5 357.485 520.514 359.5 523 359.5L523 355ZM523 231L497.019 276L548.981 276L523 231ZM1363 350.5L523 350.5L523 359.5L1363 359.5L1363 350.5ZM527.5 355L527.5 271.5L518.5 271.5L518.5 355L527.5 355Z" fill="white"/>
</g>
</g>
</g>
<defs>
<filter id="filter0_d_0_3900" x="45.5" y="137.019" width="224.5" height="494.981" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_0_3900"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_0_3900" result="shape"/>
</filter>
<filter id="filter1_d_0_3900" x="-49.0005" y="290.5" width="1223.98" height="256.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_0_3900"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_0_3900" result="shape"/>
</filter>
<filter id="filter2_d_0_3900" x="63.0193" y="43.5" width="1136.98" height="350.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_0_3900"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_0_3900" result="shape"/>
</filter>
<filter id="filter3_d_0_3900" x="320.5" y="0" width="622.5" height="520.981" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_0_3900"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_0_3900" result="shape"/>
</filter>
<filter id="filter4_d_0_3900" x="-203" y="119" width="1254.98" height="332.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_0_3900"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_0_3900" result="shape"/>
</filter>
<filter id="filter5_d_0_3900" x="283.5" y="2.31714" width="329.5" height="559.664" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_0_3900"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_0_3900" result="shape"/>
</filter>
<filter id="filter6_d_0_3900" x="644" y="0" width="329.5" height="419.981" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_0_3900"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_0_3900" result="shape"/>
</filter>
<filter id="filter7_d_0_3900" x="358" y="74.0193" width="736.5" height="566.981" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_0_3900"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_0_3900" result="shape"/>
</filter>
<filter id="filter8_d_0_3900" x="497.019" y="231" width="865.981" height="132.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_0_3900"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_0_3900" result="shape"/>
</filter>
<clipPath id="clip0_0_3900">
<rect width="1200" height="628" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 8.3 KiB

@@ -0,0 +1,24 @@
<svg width="1200" height="628" viewBox="0 0 1200 628" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g style="mix-blend-mode:color-burn" opacity="0.5">
<mask id="mask0_0_4049" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="1200" height="628">
<rect width="1200" height="628" fill="url(#pattern0)"/>
</mask>
<g mask="url(#mask0_0_4049)">
<rect width="1200" height="628" fill="url(#paint0_linear_0_4049)"/>
</g>
</g>
<defs>
<pattern id="pattern0" patternContentUnits="objectBoundingBox" width="0.025" height="0.0477707">
<use xlink:href="#image0_0_4049" transform="scale(0.000208333 0.000398089)"/>
</pattern>
<linearGradient id="paint0_linear_0_4049" x1="4.20946e-09" y1="627.999" x2="1200" y2="628.002" gradientUnits="userSpaceOnUse">
<stop stop-color="#F7BF2A"/>
<stop offset="0.21875" stop-color="#F26E7E"/>
<stop offset="0.427083" stop-color="#BE5188"/>
<stop offset="0.630208" stop-color="#8A3391"/>
<stop offset="0.807292" stop-color="#805AC3"/>
<stop offset="1" stop-color="#7682F4"/>
</linearGradient>
<image id="image0_0_4049" width="120" height="120" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAB4CAYAAAA5ZDbSAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJDSURBVHgB7d1PahNRHAfw30xKscU/7Q2yFFfeoI0n6QU0uYBQPEF05daDSKwXsBuhu+YGLSK1FJzxja0WQdMJ5I1M+HxWLfMgfPlN8mbe5hsBAAAAAAAAAAAAANBvRXSkng13LmN7nD5yP/23f/Phx3UU063R53exZs4mhzsbVTWu65S1aDKn1CnvIGJ6/82rzvJ2MuBvs8fDiHKW/hz+Y8k8ohptjU7msQbScIeDqlqY9/tVOdp9eziPzMroxMLhxvW1ctZ8y2MN3DHcxnCwWc3OJpPsebMP+Ov7JwexOOwvw4tqexI99+X5y4NombesHmTPm33AZRnj9muLvei5oiha5y3qyJ43+4DTJv+0/errh68+q5fJe/PwlVNHezD/SwcDrj+0XpleI6Lv6iXyFvnz5h9wVRy1XbpRVtPouTS01nnTHpw9b/YBX5abKUQ9v3tlPd/cO+n9gUdVDqb1z/f6xZo1Dzs48Mg+4N3R8XmKM1o85OZas6b/dqeH51VZjhYNublWpYOO6EBnR5WNdKJ1UEc5vn2ybvar4uheXEyL0fw81sxZeicu02vT77xpf25+wptveXMjBAAAAAAAAAAAAAAAAAAAAAAAAAAAAABrT3dhJroL/zTXXZiH7sIMdBf+ne7CDHQXrpjuwoV0F66a7sI1p7tw1ZbrLvwUmekuXLFlugvTHf06MtNduGJLdBeePtJd2D8tuwtPq6vyWXRAd2FGN92FL267C6PpLvyYbgDdhQAAAAAAAAAAAAAALf0AaCADMQOdJLUAAAAASUVORK5CYII="/>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

@@ -0,0 +1,43 @@
<svg width="700" height="197" viewBox="0 0 700 197" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1_137)">
<mask id="mask0_1_137" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="700" height="197">
<path d="M696 0H4C1.79086 0 0 1.79086 0 4V193C0 195.209 1.79086 197 4 197H696C698.209 197 700 195.209 700 193V4C700 1.79086 698.209 0 696 0Z" fill="white"/>
</mask>
<g mask="url(#mask0_1_137)">
<path d="M696 0H4C1.79086 0 0 1.79086 0 4V193C0 195.209 1.79086 197 4 197H696C698.209 197 700 195.209 700 193V4C700 1.79086 698.209 0 696 0Z" fill="#EDEFFB"/>
<mask id="mask1_1_137" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-1" y="0" width="702" height="367">
<path d="M700.998 0H-0.00195312V367H700.998V0Z" fill="white"/>
</mask>
<g mask="url(#mask1_1_137)">
<path d="M53.5793 155.809L51.9056 161.622L48.4875 162.622L51.9409 164.621L53.5793 174.371L55.0054 164.621L58.4706 162.868L54.9465 161.622L53.5793 155.809Z" fill="#F8F9FE"/>
<path d="M458.81 14.2049L457.136 20.0176L453.706 21.0173L457.171 23.0166L458.81 32.7662L460.236 23.0166L463.701 21.2641L460.177 20.0176L458.81 14.2049Z" fill="#F8F9FE"/>
<path d="M621.522 133.767L619.86 139.58L616.43 140.58L619.884 142.579L621.522 152.329L622.948 142.579L626.413 140.827L622.889 139.58L621.522 133.767Z" fill="#F8F9FE"/>
<path d="M534.738 9.20662L533.465 13.6495L530.837 14.4147L533.489 15.945L534.738 23.3991L535.834 15.945L538.486 14.5998L535.787 13.6495L534.738 9.20662Z" fill="#F8F9FE"/>
<path d="M16.2044 181.763L14.9315 186.206L12.3031 186.983L14.9433 188.514L16.2044 195.968L17.2888 188.514L19.9407 187.168L17.2534 186.206L16.2044 181.763Z" fill="#F8F9FE"/>
<path d="M299.327 7.09631L298.054 11.5515L295.426 12.3167L298.078 13.847L299.327 21.3012L300.423 13.847L303.075 12.5018L300.376 11.5515L299.327 7.09631Z" fill="#F8F9FE"/>
<path d="M386.429 24.3371L385.156 28.78L382.528 29.5451L385.18 31.0755L386.429 38.5296L387.525 31.0755L390.177 29.7303L387.478 28.78L386.429 24.3371Z" fill="#F8F9FE"/>
<path d="M386.429 24.3371L385.156 28.78L382.528 29.5451L385.18 31.0755L386.429 38.5296L387.525 31.0755L390.177 29.7303L387.478 28.78L386.429 24.3371Z" fill="#F8F9FE"/>
<path d="M683 86.0808L681.326 91.8935L677.897 92.9055L681.362 94.9048L683 104.642L684.426 94.9048L687.891 93.1524L684.367 91.8935L683 86.0808Z" fill="#F8F9FE"/>
<path d="M12.7392 7.02211L11.0655 12.8349L7.63565 13.8469L11.1009 15.8461L12.7392 25.5834L14.1653 15.8461L17.6306 14.0813L14.1064 12.8349L12.7392 7.02211Z" fill="#F8F9FE"/>
<path d="M164.313 4.92419L162.64 10.737L159.21 11.7366L162.675 13.7359L164.313 23.4855L165.728 13.7359L169.205 11.9834L165.68 10.737L164.313 4.92419Z" fill="#F8F9FE"/>
<path d="M104.226 109.714L102.564 115.539L99.1223 116.539L102.588 118.538L104.226 128.288L105.652 118.538L109.117 116.786L105.593 115.539L104.226 109.714Z" fill="#F8F9FE"/>
<path d="M526.346 69.9999L523.517 79.8729L517.695 81.576L523.576 84.9822L526.346 101.532L528.774 84.9822L534.667 81.9956L528.68 79.8729L526.346 69.9999Z" fill="#F8F9FE"/>
<path d="M582.627 38.9493L578.454 53.5244L569.862 56.042L578.525 61.0526L582.627 85.4761L586.198 61.0526L594.896 56.6468L586.056 53.5244L582.627 38.9493Z" fill="#F8F9FE"/>
<path d="M24.8676 72.1102L20.6834 86.673L12.091 89.1906L20.7659 94.2011L24.8676 118.625L28.4271 94.2011L37.1255 89.8076L28.2974 86.673L24.8676 72.1102Z" fill="#F8F9FE"/>
<path d="M227.371 39.2454L224.53 49.1185L218.708 50.8339L224.589 54.2278L227.371 70.7775L229.787 54.2278L235.669 51.2412L229.693 49.1185L227.371 39.2454Z" fill="#F8F9FE"/>
<path d="M661.101 23.4855L658.272 33.3586L652.45 35.0617L658.331 38.4556L661.101 55.0176L663.529 38.4556L669.422 35.4813L663.435 33.3586L661.101 23.4855Z" fill="#F8F9FE"/>
<path d="M78.6844 23.4855L75.8557 33.3586L70.0331 35.0617L75.9028 38.4556L78.6844 55.0176L81.1006 38.4556L86.9939 35.4813L81.0181 33.3586L78.6844 23.4855Z" fill="#F8F9FE"/>
<path d="M696.083 0L694.81 4.45522L692.182 5.22038L694.834 6.7507L696.083 14.2049L697.179 6.7507L699.831 5.4055L697.132 4.45522L696.083 0Z" fill="#F8F9FE"/>
<path d="M669.493 167.274L668.22 171.717L665.591 172.482L668.243 174.013L669.493 181.467L670.589 174.013L673.241 172.668L670.542 171.717L669.493 167.274Z" fill="#F8F9FE"/>
</g>
<path d="M598.277 197.959C563.231 202.53 562.836 223.258 578.976 231.48C605.896 245.194 642.267 244.883 663.286 243.164C718.577 238.641 729.339 221.487 728.933 213.961C728.17 199.871 656.898 200.437 640.175 199.485C630.63 198.939 617.634 195.434 598.277 197.959Z" fill="#D5EAEF"/>
<path d="M577.227 203.197C575.943 203.52 574.421 204.088 574.196 205.393C573.916 207.017 575.841 208.053 577.411 208.551C576.767 209.885 576.526 210.802 577.421 211.981C578.723 213.691 582.069 213.951 582.069 213.951C581.883 214.399 581.816 214.888 581.875 215.37C581.933 215.851 582.115 216.31 582.403 216.7C583.663 218.298 587.125 217.815 587.125 217.815C587.125 217.815 585.571 224.324 598.56 221.442C608.01 219.343 615.073 214.864 623.567 210.216C624.997 209.433 626.577 208.454 626.881 206.853C627.283 204.736 625.244 203.004 623.369 201.942C617.231 198.465 607.103 194.628 599.951 196.655C596.817 197.543 593.98 199.048 590.723 199.843C586.22 200.946 581.721 202.064 577.227 203.197Z" fill="#9000A6"/>
<path d="M549.631 140.373L549.657 140.535C549.657 140.535 549.949 140.363 549.631 140.373Z" fill="#670082"/>
</g>
</g>
<defs>
<clipPath id="clip0_1_137">
<rect width="700" height="197" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 5.3 KiB

@@ -0,0 +1,150 @@
<svg width="1200" height="628" viewBox="0 0 1200 628" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1134_1099)">
<g style="mix-blend-mode:soft-light" opacity="0.3">
<path fill-rule="evenodd" clip-rule="evenodd" d="M618.647 223.387C619.093 223.133 619.619 223.132 620.066 223.383L645.038 237.424C645.574 237.726 645.914 238.343 645.916 239.02L645.993 267.234C645.995 267.911 645.658 268.531 645.122 268.836L620.228 283.009C619.782 283.263 619.256 283.264 618.809 283.013L593.837 268.972C593.3 268.67 592.961 268.053 592.959 267.376L592.881 239.162C592.879 238.485 593.217 237.865 593.752 237.56L618.647 223.387ZM619.364 226.984L596.052 240.256L596.123 266.262L619.51 279.412L642.822 266.14L642.751 240.134L619.364 226.984Z" fill="white"/>
<path d="M609.497 137.004L584.602 151.177L559.63 137.136L559.553 108.922L584.447 94.749L609.419 108.79L609.497 137.004Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M583.734 93.1521C584.18 92.8982 584.706 92.8967 585.153 93.1481L610.125 107.189C610.662 107.491 611.001 108.108 611.003 108.785L611.081 136.999C611.083 137.676 610.745 138.296 610.21 138.601L585.315 152.774C584.869 153.028 584.343 153.029 583.896 152.778L558.924 138.737C558.388 138.435 558.048 137.818 558.046 137.141L557.969 108.927C557.967 108.25 558.304 107.63 558.84 107.325L583.734 93.1521ZM584.452 96.7494L561.14 110.021L561.211 136.027L584.598 149.177L607.91 135.905L607.839 109.899L584.452 96.7494Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M430.988 358.204C431.434 357.95 431.959 357.948 432.406 358.2L457.378 372.241C457.915 372.542 458.254 373.16 458.256 373.836L458.334 402.05C458.336 402.727 457.999 403.348 457.463 403.653L432.568 417.825C432.122 418.079 431.596 418.081 431.149 417.829L406.177 403.788C405.641 403.487 405.301 402.869 405.3 402.193L405.222 373.979C405.22 373.301 405.557 372.681 406.093 372.376L430.988 358.204ZM431.705 361.801L408.393 375.073L408.464 401.078L431.851 414.228L455.163 400.956L455.092 374.951L431.705 361.801Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M915.554 195.607C916 195.353 916.526 195.352 916.973 195.603L941.945 209.645C942.481 209.946 942.821 210.564 942.823 211.24L942.9 239.454C942.902 240.131 942.565 240.752 942.03 241.056L917.135 255.229C916.689 255.483 916.163 255.484 915.716 255.233L890.744 241.192C890.208 240.89 889.868 240.273 889.866 239.596L889.789 211.383C889.787 210.705 890.124 210.085 890.659 209.78L915.554 195.607ZM916.272 199.205L892.959 212.476L893.031 238.482L916.418 251.632L939.73 238.36L939.658 212.355L916.272 199.205Z" fill="white"/>
<path d="M469.017 295.119L444.122 309.292L419.15 295.251L419.073 267.037L443.967 252.864L468.939 266.905L469.017 295.119Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M443.254 251.267C443.7 251.013 444.226 251.012 444.673 251.263L469.645 265.304C470.182 265.606 470.521 266.223 470.523 266.9L470.601 295.114C470.602 295.791 470.265 296.411 469.73 296.716L444.835 310.889C444.389 311.143 443.863 311.144 443.416 310.893L418.444 296.852C417.908 296.55 417.568 295.933 417.566 295.256L417.489 267.042C417.487 266.365 417.824 265.745 418.36 265.44L443.254 251.267ZM443.972 254.865L420.66 268.136L420.731 294.142L444.118 307.292L467.43 294.02L467.359 268.014L443.972 254.865Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M712.896 371.913C713.342 371.659 713.868 371.657 714.315 371.909L739.287 385.95C739.824 386.251 740.163 386.869 740.165 387.545L740.243 415.759C740.245 416.436 739.907 417.057 739.372 417.362L714.477 431.534C714.031 431.788 713.505 431.79 713.058 431.538L688.086 417.497C687.55 417.196 687.21 416.578 687.208 415.902L687.131 387.688C687.129 387.01 687.466 386.39 688.002 386.085L712.896 371.913ZM713.614 375.51L690.302 388.782L690.373 414.787L713.76 427.937L737.072 414.665L737.001 388.66L713.614 375.51Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M492.154 358.072C492.6 357.818 493.126 357.817 493.573 358.068L518.545 372.109C519.081 372.411 519.421 373.028 519.423 373.705L519.5 401.919C519.502 402.596 519.165 403.216 518.629 403.521L493.735 417.694C493.289 417.948 492.763 417.949 492.316 417.698L467.344 403.657C466.807 403.355 466.468 402.738 466.466 402.061L466.388 373.847C466.387 373.17 466.724 372.55 467.259 372.245L492.154 358.072ZM492.871 361.67L469.559 374.941L469.63 400.947L493.017 414.097L516.33 400.825L516.258 374.819L492.871 361.67Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M552.293 357.941C552.739 357.687 553.265 357.685 553.712 357.937L578.684 371.978C579.22 372.28 579.56 372.897 579.562 373.573L579.639 401.787C579.641 402.465 579.304 403.085 578.768 403.39L553.874 417.563C553.428 417.816 552.902 417.818 552.455 417.567L527.483 403.525C526.947 403.224 526.607 402.606 526.605 401.93L526.528 373.716C526.526 373.039 526.863 372.418 527.398 372.113L552.293 357.941ZM553.01 361.538L529.698 374.81L529.77 400.815L553.156 413.965L576.469 400.693L576.397 374.688L553.01 361.538Z" fill="white"/>
<path d="M852.829 269.898L827.935 284.07L802.963 270.029L802.885 241.815L827.78 227.642L852.752 241.684L852.829 269.898Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M827.067 226.045C827.513 225.791 828.039 225.79 828.486 226.041L853.458 240.083C853.994 240.384 854.334 241.002 854.336 241.678L854.413 269.892C854.415 270.569 854.078 271.19 853.542 271.495L828.648 285.667C828.202 285.921 827.676 285.923 827.229 285.671L802.257 271.63C801.72 271.328 801.381 270.711 801.379 270.035L801.301 241.821C801.3 241.143 801.637 240.523 802.172 240.218L827.067 226.045ZM827.784 229.643L804.472 242.915L804.543 268.92L827.93 282.07L851.242 268.798L851.171 242.793L827.784 229.643Z" fill="white"/>
<path d="M795.362 269.898L770.468 284.07L745.496 270.029L745.418 241.815L770.313 227.642L795.285 241.684L795.362 269.898Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M769.6 226.045C770.046 225.791 770.572 225.79 771.019 226.041L795.991 240.083C796.527 240.384 796.867 241.002 796.869 241.678L796.946 269.892C796.948 270.569 796.611 271.19 796.075 271.495L771.181 285.667C770.735 285.921 770.209 285.923 769.762 285.671L744.79 271.63C744.253 271.328 743.914 270.711 743.912 270.035L743.835 241.821C743.833 241.143 744.17 240.523 744.705 240.218L769.6 226.045ZM770.317 229.643L747.005 242.915L747.076 268.92L770.463 282.07L793.776 268.798L793.704 242.793L770.317 229.643Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M823.504 290.323C823.95 290.069 824.476 290.067 824.923 290.319L849.895 304.36C850.431 304.661 850.771 305.279 850.773 305.955L850.85 334.169C850.852 334.846 850.515 335.467 849.979 335.772L825.085 349.944C824.639 350.198 824.113 350.2 823.666 349.948L798.694 335.907C798.157 335.606 797.818 334.988 797.816 334.312L797.738 306.098C797.737 305.42 798.074 304.8 798.609 304.495L823.504 290.323ZM824.221 293.92L800.909 307.192L800.98 333.197L824.367 346.347L847.679 333.075L847.608 307.07L824.221 293.92Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M654.812 372.044C655.258 371.79 655.784 371.788 656.231 372.04L681.203 386.081C681.739 386.383 682.079 387 682.081 387.677L682.158 415.891C682.16 416.568 681.823 417.188 681.287 417.493L656.393 431.666C655.947 431.92 655.421 431.921 654.974 431.67L630.002 417.628C629.465 417.327 629.126 416.71 629.124 416.033L629.046 387.819C629.045 387.142 629.382 386.521 629.917 386.217L654.812 372.044ZM655.529 375.641L632.217 388.913L632.288 414.918L655.675 428.068L678.987 414.797L678.916 388.791L655.529 375.641Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M314.414 450.431C314.86 450.177 315.386 450.176 315.833 450.427L340.805 464.468C341.342 464.77 341.681 465.387 341.683 466.064L341.761 494.278C341.762 494.955 341.425 495.575 340.89 495.88L315.995 510.053C315.549 510.307 315.023 510.308 314.576 510.057L289.604 496.016C289.068 495.714 288.728 495.097 288.726 494.42L288.649 466.206C288.647 465.529 288.984 464.909 289.52 464.604L314.414 450.431ZM315.132 454.028L291.819 467.3L291.891 493.306L315.278 506.456L338.59 493.184L338.519 467.178L315.132 454.028Z" fill="white"/>
<path d="M77.2741 558.692L52.3795 572.865L27.4074 558.823L27.33 530.609L52.2246 516.437L77.1967 530.478L77.2741 558.692Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M51.5117 514.84C51.9576 514.586 52.4835 514.584 52.9306 514.836L77.9026 528.877C78.4389 529.179 78.7786 529.796 78.7804 530.472L78.8579 558.686C78.8597 559.364 78.5226 559.984 77.9871 560.289L53.0924 574.462C52.6465 574.716 52.1206 574.717 51.6735 574.466L26.7015 560.424C26.1652 560.123 25.8255 559.505 25.8237 558.829L25.7462 530.615C25.7444 529.938 26.0815 529.317 26.617 529.012L51.5117 514.84ZM52.229 518.437L28.9168 531.709L28.9882 557.714L52.3751 570.864L75.6873 557.592L75.6159 531.587L52.229 518.437Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M108.979 514.84C109.424 514.586 109.95 514.584 110.397 514.836L135.369 528.877C135.906 529.179 136.245 529.796 136.247 530.472L136.325 558.686C136.327 559.364 135.99 559.984 135.454 560.289L110.559 574.462C110.113 574.716 109.587 574.717 109.14 574.466L84.1684 560.424C83.6321 560.123 83.2924 559.505 83.2905 558.829L83.2131 530.615C83.2113 529.938 83.5484 529.317 84.0839 529.012L108.979 514.84ZM109.696 518.437L86.3837 531.709L86.4551 557.714L109.842 570.864L133.154 557.592L133.083 531.587L109.696 518.437Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M166.445 514.84C166.891 514.586 167.417 514.584 167.864 514.836L192.836 528.877C193.373 529.179 193.712 529.796 193.714 530.472L193.792 558.686C193.793 559.364 193.456 559.984 192.921 560.289L168.026 574.462C167.58 574.716 167.054 574.717 166.607 574.466L141.635 560.424C141.099 560.123 140.759 559.505 140.757 558.829L140.68 530.615C140.678 529.938 141.015 529.317 141.551 529.012L166.445 514.84ZM167.163 518.437L143.851 531.709L143.922 557.714L167.309 570.864L190.621 557.592L190.55 531.587L167.163 518.437Z" fill="white"/>
<path d="M249.675 558.692L224.78 572.865L199.808 558.823L199.731 530.609L224.625 516.437L249.597 530.478L249.675 558.692Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M223.912 514.84C224.358 514.586 224.884 514.584 225.331 514.836L250.303 528.877C250.839 529.179 251.179 529.796 251.181 530.472L251.258 558.686C251.26 559.364 250.923 559.984 250.388 560.289L225.493 574.462C225.047 574.716 224.521 574.717 224.074 574.466L199.102 560.424C198.566 560.123 198.226 559.505 198.224 558.829L198.147 530.615C198.145 529.938 198.482 529.317 199.018 529.012L223.912 514.84ZM224.63 518.437L201.317 531.709L201.389 557.714L224.776 570.864L248.088 557.592L248.017 531.587L224.63 518.437Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M281.379 514.84C281.825 514.586 282.351 514.584 282.798 514.836L307.77 528.877C308.306 529.179 308.646 529.796 308.648 530.472L308.725 558.686C308.727 559.364 308.39 559.984 307.855 560.289L282.96 574.462C282.514 574.716 281.988 574.717 281.541 574.466L256.569 560.424C256.033 560.123 255.693 559.505 255.691 558.829L255.614 530.615C255.612 529.938 255.949 529.317 256.485 529.012L281.379 514.84ZM282.097 518.437L258.784 531.709L258.856 557.714L282.243 570.864L305.555 557.592L305.483 531.587L282.097 518.437Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.4622 450.562C26.9081 450.309 27.434 450.307 27.8811 450.559L52.8531 464.6C53.3894 464.901 53.7291 465.519 53.731 466.195L53.8084 494.409C53.8103 495.086 53.4732 495.707 52.9376 496.012L28.043 510.184C27.597 510.438 27.0711 510.44 26.6241 510.188L1.65202 496.147C1.11575 495.846 0.77604 495.228 0.774183 494.552L0.696765 466.338C0.694907 465.66 1.032 465.04 1.56756 464.735L26.4622 450.562ZM27.1796 454.16L3.86734 467.432L3.9387 493.437L27.3256 506.587L50.6378 493.315L50.5665 467.31L27.1796 454.16Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M83.9291 450.562C84.375 450.309 84.9009 450.307 85.348 450.559L110.32 464.6C110.856 464.901 111.196 465.519 111.198 466.195L111.275 494.409C111.277 495.086 110.94 495.707 110.404 496.012L85.5099 510.184C85.0639 510.438 84.538 510.44 84.091 510.188L59.1189 496.147C58.5826 495.846 58.2429 495.228 58.2411 494.552L58.1637 466.338C58.1618 465.66 58.4989 465.04 59.0344 464.735L83.9291 450.562ZM84.6465 454.16L61.3342 467.432L61.4056 493.437L84.7925 506.587L108.105 493.315L108.033 467.31L84.6465 454.16Z" fill="white"/>
<path d="M167.158 494.415L142.264 508.587L117.292 494.546L117.214 466.332L142.109 452.159L167.081 466.201L167.158 494.415Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M141.396 450.562C141.842 450.309 142.368 450.307 142.815 450.559L167.787 464.6C168.323 464.901 168.663 465.519 168.665 466.195L168.742 494.409C168.744 495.086 168.407 495.707 167.871 496.012L142.977 510.184C142.531 510.438 142.005 510.44 141.558 510.188L116.586 496.147C116.05 495.846 115.71 495.228 115.708 494.552L115.631 466.338C115.629 465.66 115.966 465.04 116.501 464.735L141.396 450.562ZM142.113 454.16L118.801 467.432L118.872 493.437L142.259 506.587L165.572 493.315L165.5 467.31L142.113 454.16Z" fill="white"/>
<path d="M224.625 494.415L199.731 508.587L174.759 494.546L174.681 466.332L199.576 452.159L224.548 466.201L224.625 494.415Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M198.863 450.562C199.309 450.309 199.835 450.307 200.282 450.559L225.254 464.6C225.79 464.901 226.13 465.519 226.132 466.195L226.209 494.409C226.211 495.086 225.874 495.707 225.338 496.012L200.444 510.184C199.998 510.438 199.472 510.44 199.025 510.188L174.053 496.147C173.516 495.846 173.177 495.228 173.175 494.552L173.097 466.338C173.096 465.66 173.433 465.04 173.968 464.735L198.863 450.562ZM199.58 454.16L176.268 467.432L176.339 493.437L199.726 506.587L223.038 493.315L222.967 467.31L199.58 454.16Z" fill="white"/>
<path d="M282.092 494.415L257.198 508.587L232.225 494.546L232.148 466.332L257.043 452.159L282.015 466.201L282.092 494.415Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M256.33 450.562C256.776 450.309 257.302 450.307 257.749 450.559L282.721 464.6C283.257 464.901 283.597 465.519 283.599 466.195L283.676 494.409C283.678 495.086 283.341 495.707 282.805 496.012L257.91 510.184C257.465 510.438 256.939 510.44 256.492 510.188L231.52 496.147C230.983 495.846 230.644 495.228 230.642 494.552L230.564 466.338C230.562 465.66 230.9 465.04 231.435 464.735L256.33 450.562ZM257.047 454.16L233.735 467.432L233.806 493.437L257.193 506.587L280.505 493.315L280.434 467.31L257.047 454.16Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M47.4793 386.285C47.9253 386.031 48.4511 386.03 48.8982 386.281L73.8702 400.323C74.4065 400.624 74.7462 401.242 74.7481 401.918L74.8255 430.132C74.8274 430.809 74.4903 431.43 73.9547 431.734L49.0601 445.907C48.6141 446.161 48.0882 446.163 47.6412 445.911L22.6691 431.87C22.1329 431.568 21.7931 430.951 21.7913 430.275L21.7139 402.061C21.712 401.383 22.0491 400.763 22.5847 400.458L47.4793 386.285ZM48.1967 389.883L24.8844 403.155L24.9558 429.16L48.3427 442.31L71.6549 429.038L71.5836 403.033L48.1967 389.883Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M104.946 386.285C105.392 386.031 105.918 386.03 106.365 386.281L131.337 400.323C131.873 400.624 132.213 401.242 132.215 401.918L132.292 430.132C132.294 430.809 131.957 431.43 131.422 431.734L106.527 445.907C106.081 446.161 105.555 446.163 105.108 445.911L80.136 431.87C79.5998 431.568 79.26 430.951 79.2582 430.275L79.1808 402.061C79.1789 401.383 79.516 400.763 80.0516 400.458L104.946 386.285ZM105.664 389.883L82.3513 403.155L82.4227 429.16L105.81 442.31L129.122 429.038L129.05 403.033L105.664 389.883Z" fill="white"/>
<path d="M188.175 430.138L163.281 444.31L138.309 430.269L138.231 402.055L163.126 387.882L188.098 401.924L188.175 430.138Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M162.413 386.285C162.859 386.031 163.385 386.03 163.832 386.281L188.804 400.323C189.34 400.624 189.68 401.242 189.682 401.918L189.759 430.132C189.761 430.809 189.424 431.43 188.888 431.734L163.994 445.907C163.548 446.161 163.022 446.163 162.575 445.911L137.603 431.87C137.067 431.568 136.727 430.951 136.725 430.275L136.648 402.061C136.646 401.383 136.983 400.763 137.518 400.458L162.413 386.285ZM163.13 389.883L139.818 403.155L139.89 429.16L163.276 442.31L186.589 429.038L186.517 403.033L163.13 389.883Z" fill="white"/>
<path d="M245.642 430.138L220.748 444.31L195.776 430.269L195.698 402.055L220.593 387.882L245.565 401.924L245.642 430.138Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M219.88 386.285C220.326 386.031 220.852 386.03 221.299 386.281L246.271 400.323C246.807 400.624 247.147 401.242 247.149 401.918L247.226 430.132C247.228 430.809 246.891 431.43 246.355 431.734L221.461 445.907C221.015 446.161 220.489 446.163 220.042 445.911L195.07 431.87C194.534 431.568 194.194 430.951 194.192 430.275L194.115 402.061C194.113 401.383 194.45 400.763 194.985 400.458L219.88 386.285ZM220.597 389.883L197.285 403.155L197.356 429.16L220.743 442.31L244.056 429.038L243.984 403.033L220.597 389.883Z" fill="white"/>
<path d="M303.109 430.138L278.215 444.31L253.243 430.269L253.165 402.055L278.06 387.882L303.032 401.924L303.109 430.138Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M277.347 386.285C277.793 386.031 278.319 386.03 278.766 386.281L303.738 400.323C304.274 400.624 304.614 401.242 304.616 401.918L304.693 430.132C304.695 430.809 304.358 431.43 303.822 431.734L278.928 445.907C278.482 446.161 277.956 446.163 277.509 445.911L252.537 431.87C252 431.568 251.661 430.951 251.659 430.275L251.581 402.061C251.58 401.383 251.917 400.763 252.452 400.458L277.347 386.285ZM278.064 389.883L254.752 403.155L254.823 429.16L278.21 442.31L301.522 429.038L301.451 403.033L278.064 389.883Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M76.0966 322.008C76.5426 321.754 77.0684 321.753 77.5155 322.004L102.488 336.045C103.024 336.347 103.364 336.964 103.365 337.641L103.443 365.855C103.445 366.532 103.108 367.152 102.572 367.457L77.6774 381.63C77.2314 381.884 76.7056 381.885 76.2585 381.634L51.2864 367.593C50.7502 367.291 50.4105 366.674 50.4086 365.997L50.3312 337.783C50.3293 337.106 50.6664 336.486 51.202 336.181L76.0966 322.008ZM76.814 325.605L53.5018 338.877L53.5731 364.883L76.96 378.033L100.272 364.761L100.201 338.755L76.814 325.605Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M133.563 322.008C134.009 321.754 134.535 321.753 134.982 322.004L159.954 336.045C160.491 336.347 160.83 336.964 160.832 337.641L160.91 365.855C160.912 366.532 160.574 367.152 160.039 367.457L135.144 381.63C134.698 381.884 134.172 381.885 133.725 381.634L108.753 367.593C108.217 367.291 107.877 366.674 107.875 365.997L107.798 337.783C107.796 337.106 108.133 336.486 108.669 336.181L133.563 322.008ZM134.281 325.605L110.969 338.877L111.04 364.883L134.427 378.033L157.739 364.761L157.668 338.755L134.281 325.605Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M191.03 322.008C191.476 321.754 192.002 321.753 192.449 322.004L217.421 336.045C217.958 336.347 218.297 336.964 218.299 337.641L218.377 365.855C218.378 366.532 218.041 367.152 217.506 367.457L192.611 381.63C192.165 381.884 191.639 381.885 191.192 381.634L166.22 367.593C165.684 367.291 165.344 366.674 165.342 365.997L165.265 337.783C165.263 337.106 165.6 336.486 166.136 336.181L191.03 322.008ZM191.748 325.605L168.435 338.877L168.507 364.883L191.894 378.033L215.206 364.761L215.135 338.755L191.748 325.605Z" fill="white"/>
<path d="M274.26 365.86L249.365 380.033L224.393 365.992L224.316 337.778L249.21 323.605L274.182 337.646L274.26 365.86Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M248.497 322.008C248.943 321.754 249.469 321.753 249.916 322.004L274.888 336.045C275.424 336.347 275.764 336.964 275.766 337.641L275.843 365.855C275.845 366.532 275.508 367.152 274.973 367.457L250.078 381.63C249.632 381.884 249.106 381.885 248.659 381.634L223.687 367.593C223.151 367.291 222.811 366.674 222.809 365.997L222.732 337.783C222.73 337.106 223.067 336.486 223.603 336.181L248.497 322.008ZM249.215 325.605L225.902 338.877L225.974 364.883L249.361 378.033L272.673 364.761L272.602 338.755L249.215 325.605Z" fill="white"/>
<path d="M331.727 365.86L306.832 380.033L281.86 365.992L281.782 337.778L306.677 323.605L331.649 337.646L331.727 365.86Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M305.964 322.008C306.41 321.754 306.936 321.753 307.383 322.004L332.355 336.045C332.891 336.347 333.231 336.964 333.233 337.641L333.31 365.855C333.312 366.532 332.975 367.152 332.44 367.457L307.545 381.63C307.099 381.884 306.573 381.885 306.126 381.634L281.154 367.593C280.618 367.291 280.278 366.674 280.276 365.997L280.199 337.783C280.197 337.106 280.534 336.486 281.069 336.181L305.964 322.008ZM306.681 325.605L283.369 338.877L283.441 364.883L306.828 378.033L330.14 364.761L330.068 338.755L306.681 325.605Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M47.247 257.731C47.693 257.477 48.2189 257.475 48.666 257.727L73.638 271.768C74.1743 272.07 74.514 272.687 74.5158 273.364L74.5932 301.578C74.5951 302.255 74.258 302.875 73.7225 303.18L48.8278 317.353C48.3819 317.607 47.856 317.608 47.4089 317.357L22.4369 303.315C21.9006 303.014 21.5609 302.396 21.559 301.72L21.4816 273.506C21.4798 272.829 21.8169 272.208 22.3524 271.904L47.247 257.731ZM47.9644 261.328L24.6522 274.6L24.7236 300.605L48.1104 313.755L71.4227 300.484L71.3513 274.478L47.9644 261.328Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M104.714 257.731C105.16 257.477 105.686 257.475 106.133 257.727L131.105 271.768C131.641 272.07 131.981 272.687 131.983 273.364L132.06 301.578C132.062 302.255 131.725 302.875 131.189 303.18L106.295 317.353C105.849 317.607 105.323 317.608 104.876 317.357L79.9037 303.315C79.3675 303.014 79.0278 302.396 79.0259 301.72L78.9485 273.506C78.9466 272.829 79.2837 272.208 79.8193 271.904L104.714 257.731ZM105.431 261.328L82.1191 274.6L82.1904 300.605L105.577 313.755L128.89 300.484L128.818 274.478L105.431 261.328Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M162.181 257.731C162.627 257.477 163.153 257.475 163.6 257.727L188.572 271.768C189.108 272.07 189.448 272.687 189.45 273.364L189.527 301.578C189.529 302.255 189.192 302.875 188.656 303.18L163.762 317.353C163.316 317.607 162.79 317.608 162.343 317.357L137.371 303.315C136.834 303.014 136.495 302.396 136.493 301.72L136.415 273.506C136.414 272.829 136.751 272.208 137.286 271.904L162.181 257.731ZM162.898 261.328L139.586 274.6L139.657 300.605L163.044 313.755L186.356 300.484L186.285 274.478L162.898 261.328Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M219.648 257.731C220.094 257.477 220.62 257.475 221.067 257.727L246.039 271.768C246.575 272.07 246.915 272.687 246.916 273.364L246.994 301.578C246.996 302.255 246.659 302.875 246.123 303.18L221.228 317.353C220.783 317.607 220.257 317.608 219.81 317.357L194.838 303.315C194.301 303.014 193.962 302.396 193.96 301.72L193.882 273.506C193.88 272.829 194.217 272.208 194.753 271.904L219.648 257.731ZM220.365 261.328L197.053 274.6L197.124 300.605L220.511 313.755L243.823 300.484L243.752 274.478L220.365 261.328Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M277.115 257.731C277.56 257.477 278.086 257.475 278.533 257.727L303.506 271.768C304.042 272.07 304.381 272.687 304.383 273.364L304.461 301.578C304.463 302.255 304.126 302.875 303.59 303.18L278.695 317.353C278.249 317.607 277.724 317.608 277.276 317.357L252.304 303.315C251.768 303.014 251.428 302.396 251.427 301.72L251.349 273.506C251.347 272.829 251.684 272.208 252.22 271.904L277.115 257.731ZM277.832 261.328L254.52 274.6L254.591 300.605L277.978 313.755L301.29 300.484L301.219 274.478L277.832 261.328Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M75.8644 193.454C76.3103 193.2 76.8362 193.198 77.2833 193.45L102.255 207.491C102.792 207.792 103.131 208.41 103.133 209.086L103.211 237.3C103.212 237.978 102.875 238.598 102.34 238.903L77.4452 253.076C76.9992 253.329 76.4733 253.331 76.0262 253.079L51.0542 239.038C50.5179 238.737 50.1782 238.119 50.1764 237.443L50.0989 209.229C50.0971 208.552 50.4342 207.931 50.9697 207.626L75.8644 193.454ZM76.5817 197.051L53.2695 210.323L53.3409 236.328L76.7278 249.478L100.04 236.206L99.9686 210.201L76.5817 197.051Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M133.331 193.454C133.777 193.2 134.303 193.198 134.75 193.45L159.722 207.491C160.258 207.792 160.598 208.41 160.6 209.086L160.677 237.3C160.679 237.978 160.342 238.598 159.807 238.903L134.912 253.076C134.466 253.329 133.94 253.331 133.493 253.079L108.521 239.038C107.985 238.737 107.645 238.119 107.643 237.443L107.566 209.229C107.564 208.552 107.901 207.931 108.437 207.626L133.331 193.454ZM134.049 197.051L110.736 210.323L110.808 236.328L134.195 249.478L157.507 236.206L157.436 210.201L134.049 197.051Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M190.798 193.454C191.244 193.2 191.77 193.198 192.217 193.45L217.189 207.491C217.725 207.792 218.065 208.41 218.067 209.086L218.144 237.3C218.146 237.978 217.809 238.598 217.274 238.903L192.379 253.076C191.933 253.329 191.407 253.331 190.96 253.079L165.988 239.038C165.452 238.737 165.112 238.119 165.11 237.443L165.033 209.229C165.031 208.552 165.368 207.931 165.903 207.626L190.798 193.454ZM191.515 197.051L168.203 210.323L168.275 236.328L191.661 249.478L214.974 236.206L214.902 210.201L191.515 197.051Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M248.265 193.454C248.711 193.2 249.237 193.198 249.684 193.45L274.656 207.491C275.192 207.792 275.532 208.41 275.534 209.086L275.611 237.3C275.613 237.978 275.276 238.598 274.74 238.903L249.846 253.076C249.4 253.329 248.874 253.331 248.427 253.079L223.455 239.038C222.919 238.737 222.579 238.119 222.577 237.443L222.5 209.229C222.498 208.552 222.835 207.931 223.37 207.626L248.265 193.454ZM248.982 197.051L225.67 210.323L225.742 236.328L249.128 249.478L272.441 236.206L272.369 210.201L248.982 197.051Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M305.732 193.454C306.178 193.2 306.704 193.198 307.151 193.45L332.123 207.491C332.659 207.792 332.999 208.41 333.001 209.086L333.078 237.3C333.08 237.978 332.743 238.598 332.207 238.903L307.313 253.076C306.867 253.329 306.341 253.331 305.894 253.079L280.922 239.038C280.385 238.737 280.046 238.119 280.044 237.443L279.966 209.229C279.965 208.552 280.302 207.931 280.837 207.626L305.732 193.454ZM306.449 197.051L283.137 210.323L283.208 236.328L306.595 249.478L329.908 236.206L329.836 210.201L306.449 197.051Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M50.8149 129.176C51.2609 128.923 51.7867 128.921 52.2338 129.172L77.2058 143.214C77.7421 143.515 78.0818 144.133 78.0837 144.809L78.1611 173.023C78.163 173.7 77.8259 174.321 77.2903 174.626L52.3957 188.798C51.9497 189.052 51.4238 189.054 50.9768 188.802L26.0047 174.761C25.4685 174.46 25.1287 173.842 25.1269 173.166L25.0495 144.952C25.0476 144.274 25.3847 143.654 25.9203 143.349L50.8149 129.176ZM51.5323 132.774L28.22 146.046L28.2914 172.051L51.6783 185.201L74.9905 171.929L74.9192 145.924L51.5323 132.774Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M108.282 129.176C108.728 128.923 109.254 128.921 109.701 129.172L134.673 143.214C135.209 143.515 135.549 144.133 135.551 144.809L135.628 173.023C135.63 173.7 135.293 174.321 134.757 174.626L109.863 188.798C109.417 189.052 108.891 189.054 108.444 188.802L83.4716 174.761C82.9353 174.46 82.5956 173.842 82.5938 173.166L82.5163 144.952C82.5145 144.274 82.8516 143.654 83.3871 143.349L108.282 129.176ZM108.999 132.774L85.6869 146.046L85.7583 172.051L109.145 185.201L132.457 171.929L132.386 145.924L108.999 132.774Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M165.749 129.176C166.195 128.923 166.721 128.921 167.168 129.172L192.14 143.214C192.676 143.515 193.016 144.133 193.017 144.809L193.095 173.023C193.097 173.7 192.76 174.321 192.224 174.626L167.329 188.798C166.883 189.052 166.358 189.054 165.911 188.802L140.938 174.761C140.402 174.46 140.063 173.842 140.061 173.166L139.983 144.952C139.981 144.274 140.318 143.654 140.854 143.349L165.749 129.176ZM166.466 132.774L143.154 146.046L143.225 172.051L166.612 185.201L189.924 171.929L189.853 145.924L166.466 132.774Z" fill="white"/>
<path d="M248.978 173.029L224.083 187.201L199.111 173.16L199.034 144.946L223.928 130.773L248.901 144.815L248.978 173.029Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M223.216 129.176C223.661 128.923 224.187 128.921 224.634 129.172L249.606 143.214C250.143 143.515 250.482 144.133 250.484 144.809L250.562 173.023C250.564 173.7 250.227 174.321 249.691 174.626L224.796 188.798C224.35 189.052 223.824 189.054 223.377 188.802L198.405 174.761C197.869 174.46 197.529 173.842 197.528 173.166L197.45 144.952C197.448 144.274 197.785 143.654 198.321 143.349L223.216 129.176ZM223.933 132.774L200.621 146.046L200.692 172.051L224.079 185.201L247.391 171.929L247.32 145.924L223.933 132.774Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M280.682 129.176C281.128 128.923 281.654 128.921 282.101 129.172L307.073 143.214C307.61 143.515 307.949 144.133 307.951 144.809L308.029 173.023C308.03 173.7 307.693 174.321 307.158 174.626L282.263 188.798C281.817 189.052 281.291 189.054 280.844 188.802L255.872 174.761C255.336 174.46 254.996 173.842 254.994 173.166L254.917 144.952C254.915 144.274 255.252 143.654 255.788 143.349L280.682 129.176ZM281.4 132.774L258.088 146.046L258.159 172.051L281.546 185.201L304.858 171.929L304.787 145.924L281.4 132.774Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.7654 64.8993C26.2114 64.6454 26.7373 64.6439 27.1843 64.8953L52.1564 78.9366C52.6926 79.2381 53.0324 79.8555 53.0342 80.532L53.1116 108.746C53.1135 109.423 52.7764 110.044 52.2408 110.348L27.3462 124.521C26.9003 124.775 26.3744 124.777 25.9273 124.525L0.955261 110.484C0.418993 110.182 0.0792821 109.565 0.0774258 108.888L7.64534e-06 80.6745C-0.00185082 79.9972 0.335243 79.3768 0.870799 79.0719L25.7654 64.8993ZM26.4828 68.4966L3.17058 81.7684L3.24194 107.774L26.6288 120.924L49.9411 107.652L49.8697 81.6466L26.4828 68.4966Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M83.2323 64.8993C83.6783 64.6454 84.2042 64.6439 84.6512 64.8953L109.623 78.9366C110.16 79.2381 110.499 79.8555 110.501 80.532L110.579 108.746C110.58 109.423 110.243 110.044 109.708 110.348L84.8131 124.521C84.3671 124.775 83.8413 124.777 83.3942 124.525L58.4221 110.484C57.8859 110.182 57.5462 109.565 57.5443 108.888L57.4669 80.6745C57.465 79.9972 57.8021 79.3768 58.3377 79.0719L83.2323 64.8993ZM83.9497 68.4966L60.6375 81.7684L60.7088 107.774L84.0957 120.924L107.408 107.652L107.337 81.6466L83.9497 68.4966Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M140.699 64.8993C141.145 64.6454 141.671 64.6439 142.118 64.8953L167.09 78.9366C167.626 79.2381 167.966 79.8555 167.968 80.532L168.045 108.746C168.047 109.423 167.71 110.044 167.175 110.348L142.28 124.521C141.834 124.775 141.308 124.777 140.861 124.525L115.889 110.484C115.353 110.182 115.013 109.565 115.011 108.888L114.934 80.6745C114.932 79.9972 115.269 79.3768 115.805 79.0719L140.699 64.8993ZM141.417 68.4966L118.104 81.7684L118.176 107.774L141.563 120.924L164.875 107.652L164.803 81.6466L141.417 68.4966Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M198.166 64.8993C198.612 64.6454 199.138 64.6439 199.585 64.8953L224.557 78.9366C225.093 79.2381 225.433 79.8555 225.435 80.532L225.512 108.746C225.514 109.423 225.177 110.044 224.642 110.348L199.747 124.521C199.301 124.775 198.775 124.777 198.328 124.525L173.356 110.484C172.82 110.182 172.48 109.565 172.478 108.888L172.401 80.6745C172.399 79.9972 172.736 79.3768 173.271 79.0719L198.166 64.8993ZM198.883 68.4966L175.571 81.7684L175.643 107.774L199.029 120.924L222.342 107.652L222.27 81.6466L198.883 68.4966Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M255.633 64.8993C256.079 64.6454 256.605 64.6439 257.052 64.8953L282.024 78.9366C282.56 79.2381 282.9 79.8555 282.902 80.532L282.979 108.746C282.981 109.423 282.644 110.044 282.108 110.348L257.214 124.521C256.768 124.775 256.242 124.777 255.795 124.525L230.823 110.484C230.286 110.182 229.947 109.565 229.945 108.888L229.868 80.6745C229.866 79.9972 230.203 79.3768 230.738 79.0719L255.633 64.8993ZM256.35 68.4966L233.038 81.7684L233.109 107.774L256.496 120.924L279.809 107.652L279.737 81.6466L256.35 68.4966Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M50.5826 0.622047C51.0286 0.368156 51.5545 0.366684 52.0016 0.618065L76.9736 14.6593C77.5099 14.9609 77.8496 15.5783 77.8514 16.2548L77.9289 44.4687C77.9307 45.146 77.5936 45.7663 77.0581 46.0712L52.1634 60.2439C51.7175 60.4978 51.1916 60.4993 50.7445 60.2479L25.7725 46.2066C25.2362 45.9051 24.8965 45.2877 24.8946 44.6112L24.8172 16.3973C24.8154 15.72 25.1525 15.0996 25.688 14.7947L50.5826 0.622047ZM51.3 4.21943L27.9878 17.4912L28.0592 43.4966L51.446 56.6465L74.7583 43.3747L74.6869 17.3694L51.3 4.21943Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M108.049 0.622047C108.495 0.368156 109.021 0.366684 109.468 0.618065L134.44 14.6593C134.977 14.9609 135.316 15.5783 135.318 16.2548L135.396 44.4687C135.398 45.146 135.06 45.7663 134.525 46.0712L109.63 60.2439C109.184 60.4978 108.658 60.4993 108.211 60.2479L83.2393 46.2066C82.7031 45.9051 82.3633 45.2877 82.3615 44.6112L82.2841 16.3973C82.2822 15.72 82.6193 15.0996 83.1549 14.7947L108.049 0.622047ZM108.767 4.21943L85.4547 17.4912L85.526 43.4966L108.913 56.6465L132.225 43.3747L132.154 17.3694L108.767 4.21943Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M165.516 0.622047C165.962 0.368156 166.488 0.366684 166.935 0.618065L191.907 14.6593C192.444 14.9609 192.783 15.5783 192.785 16.2548L192.863 44.4687C192.864 45.146 192.527 45.7663 191.992 46.0712L167.097 60.2439C166.651 60.4978 166.125 60.4993 165.678 60.2479L140.706 46.2066C140.17 45.9051 139.83 45.2877 139.828 44.6112L139.751 16.3973C139.749 15.72 140.086 15.0996 140.622 14.7947L165.516 0.622047ZM166.234 4.21943L142.922 17.4912L142.993 43.4966L166.38 56.6465L189.692 43.3747L189.621 17.3694L166.234 4.21943Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M222.983 0.622047C223.429 0.368156 223.955 0.366684 224.402 0.618065L249.374 14.6593C249.911 14.9609 250.25 15.5783 250.252 16.2548L250.329 44.4687C250.331 45.146 249.994 45.7663 249.459 46.0712L224.564 60.2439C224.118 60.4978 223.592 60.4993 223.145 60.2479L198.173 46.2066C197.637 45.9051 197.297 45.2877 197.295 44.6112L197.218 16.3973C197.216 15.72 197.553 15.0996 198.089 14.7947L222.983 0.622047ZM223.701 4.21943L200.388 17.4912L200.46 43.4966L223.847 56.6465L247.159 43.3747L247.088 17.3694L223.701 4.21943Z" fill="white"/>
<path d="M306.213 44.4743L281.318 58.6469L256.346 44.6057L256.268 16.3917L281.163 2.21904L306.135 16.2603L306.213 44.4743Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M280.45 0.622047C280.896 0.368156 281.422 0.366684 281.869 0.618065L306.841 14.6593C307.377 14.9609 307.717 15.5783 307.719 16.2548L307.796 44.4687C307.798 45.146 307.461 45.7663 306.926 46.0712L282.031 60.2439C281.585 60.4978 281.059 60.4993 280.612 60.2479L255.64 46.2066C255.104 45.9051 254.764 45.2877 254.762 44.6112L254.685 16.3973C254.683 15.72 255.02 15.0996 255.555 14.7947L280.45 0.622047ZM281.168 4.21943L257.855 17.4912L257.927 43.4966L281.314 56.6465L304.626 43.3747L304.554 17.3694L281.168 4.21943Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M79.2 -63.6552C79.6459 -63.9091 80.1718 -63.9106 80.6189 -63.6592L105.591 -49.6179C106.127 -49.3164 106.467 -48.699 106.469 -48.0225L106.546 -19.8085C106.548 -19.1313 106.211 -18.5109 105.675 -18.206L80.7807 -4.03334C80.3348 -3.77945 79.8089 -3.77797 79.3618 -4.02935L54.3898 -18.0706C53.8535 -18.3722 53.5138 -18.9896 53.5119 -19.6661L53.4345 -47.88C53.4327 -48.5573 53.7698 -49.1776 54.3053 -49.4825L79.2 -63.6552ZM79.9173 -60.0578L56.6051 -46.786L56.6765 -20.7807L80.0634 -7.63072L103.376 -20.9025L103.304 -46.9079L79.9173 -60.0578Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M136.667 -63.6552C137.113 -63.9091 137.639 -63.9106 138.086 -63.6592L163.058 -49.6179C163.594 -49.3164 163.934 -48.699 163.936 -48.0225L164.013 -19.8085C164.015 -19.1313 163.678 -18.5109 163.142 -18.206L138.248 -4.03334C137.802 -3.77945 137.276 -3.77797 136.829 -4.02935L111.857 -18.0706C111.32 -18.3722 110.981 -18.9896 110.979 -19.6661L110.901 -47.88C110.9 -48.5573 111.237 -49.1776 111.772 -49.4825L136.667 -63.6552ZM137.384 -60.0578L114.072 -46.786L114.143 -20.7807L137.53 -7.63072L160.842 -20.9025L160.771 -46.9079L137.384 -60.0578Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M194.134 -63.6552C194.58 -63.9091 195.106 -63.9106 195.553 -63.6592L220.525 -49.6179C221.061 -49.3164 221.401 -48.699 221.403 -48.0225L221.48 -19.8085C221.482 -19.1313 221.145 -18.5109 220.609 -18.206L195.715 -4.03334C195.269 -3.77945 194.743 -3.77797 194.296 -4.02935L169.324 -18.0706C168.787 -18.3722 168.448 -18.9896 168.446 -19.6661L168.368 -47.88C168.366 -48.5573 168.704 -49.1776 169.239 -49.4825L194.134 -63.6552ZM194.851 -60.0578L171.539 -46.786L171.61 -20.7807L194.997 -7.63072L218.309 -20.9025L218.238 -46.9079L194.851 -60.0578Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M251.601 -63.6552C252.047 -63.9091 252.572 -63.9106 253.019 -63.6592L277.992 -49.6179C278.528 -49.3164 278.868 -48.699 278.869 -48.0225L278.947 -19.8085C278.949 -19.1313 278.612 -18.5109 278.076 -18.206L253.181 -4.03334C252.735 -3.77945 252.21 -3.77797 251.762 -4.02935L226.79 -18.0706C226.254 -18.3722 225.914 -18.9896 225.913 -19.6661L225.835 -47.88C225.833 -48.5573 226.17 -49.1776 226.706 -49.4825L251.601 -63.6552ZM252.318 -60.0578L229.006 -46.786L229.077 -20.7807L252.464 -7.63072L275.776 -20.9025L275.705 -46.9079L252.318 -60.0578Z" fill="white"/>
<path d="M734.652 557.048L709.757 571.221L684.785 557.179L684.708 528.965L709.602 514.793L734.574 528.834L734.652 557.048Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M708.889 513.196C709.335 512.942 709.861 512.94 710.308 513.192L735.28 527.233C735.817 527.535 736.156 528.152 736.158 528.829L736.236 557.042C736.237 557.72 735.9 558.34 735.365 558.645L710.47 572.818C710.024 573.072 709.498 573.073 709.051 572.822L684.079 558.78C683.543 558.479 683.203 557.861 683.201 557.185L683.124 528.971C683.122 528.294 683.459 527.673 683.995 527.368L708.889 513.196ZM709.607 516.793L686.294 530.065L686.366 556.07L709.753 569.22L733.065 555.948L732.994 529.943L709.607 516.793Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M477.427 201.814C477.873 201.56 478.399 201.558 478.846 201.81L503.818 215.851C504.354 216.153 504.694 216.77 504.696 217.447L504.773 245.66C504.775 246.338 504.438 246.958 503.902 247.263L479.008 261.436C478.562 261.69 478.036 261.691 477.589 261.44L452.617 247.398C452.08 247.097 451.741 246.479 451.739 245.803L451.661 217.589C451.659 216.912 451.997 216.291 452.532 215.986L477.427 201.814ZM478.144 205.411L454.832 218.683L454.903 244.688L478.29 257.838L501.602 244.566L501.531 218.561L478.144 205.411Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M543.979 439.464C544.425 439.21 544.951 439.209 545.398 439.46L570.37 453.501C570.906 453.803 571.246 454.42 571.248 455.097L571.325 483.311C571.327 483.988 570.99 484.608 570.455 484.913L545.56 499.086C545.114 499.34 544.588 499.341 544.141 499.09L519.169 485.049C518.633 484.747 518.293 484.13 518.291 483.453L518.214 455.239C518.212 454.562 518.549 453.942 519.085 453.637L543.979 439.464ZM544.697 443.061L521.384 456.333L521.456 482.339L544.843 495.489L568.155 482.217L568.083 456.211L544.697 443.061Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M955.915 248.948C956.361 248.694 956.887 248.692 957.334 248.944L982.306 262.985C982.842 263.287 983.182 263.904 983.184 264.58L983.261 292.794C983.263 293.472 982.926 294.092 982.39 294.397L957.496 308.57C957.05 308.823 956.524 308.825 956.077 308.574L931.105 294.532C930.568 294.231 930.229 293.613 930.227 292.937L930.149 264.723C930.148 264.046 930.485 263.425 931.02 263.12L955.915 248.948ZM956.632 252.545L933.32 265.817L933.391 291.822L956.778 304.972L980.091 291.7L980.019 265.695L956.632 252.545Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M503.27 569.084C503.716 568.83 504.242 568.829 504.689 569.08L529.661 583.121C530.197 583.423 530.537 584.04 530.539 584.717L530.616 612.931C530.618 613.608 530.281 614.228 529.745 614.533L504.851 628.706C504.405 628.96 503.879 628.961 503.432 628.71L478.46 614.669C477.923 614.367 477.584 613.75 477.582 613.073L477.504 584.859C477.503 584.182 477.84 583.562 478.375 583.257L503.27 569.084ZM503.987 572.681L480.675 585.953L480.746 611.959L504.133 625.109L527.445 611.837L527.374 585.831L503.987 572.681Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M746.357 436.19C746.803 435.936 747.329 435.934 747.776 436.186L772.748 450.227C773.284 450.529 773.624 451.146 773.626 451.822L773.703 480.036C773.705 480.714 773.368 481.334 772.832 481.639L747.938 495.812C747.492 496.065 746.966 496.067 746.519 495.816L721.547 481.774C721.01 481.473 720.671 480.855 720.669 480.179L720.591 451.965C720.589 451.288 720.927 450.667 721.462 450.362L746.357 436.19ZM747.074 439.787L723.762 453.059L723.833 479.064L747.22 492.214L770.532 478.942L770.461 452.937L747.074 439.787Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M486.512 428.956C486.958 428.702 487.484 428.7 487.931 428.952L512.903 442.993C513.44 443.295 513.779 443.912 513.781 444.589L513.859 472.802C513.86 473.48 513.523 474.1 512.988 474.405L488.093 488.578C487.647 488.831 487.121 488.833 486.674 488.582L461.702 474.54C461.166 474.239 460.826 473.621 460.824 472.945L460.747 444.731C460.745 444.054 461.082 443.433 461.618 443.128L486.512 428.956ZM487.23 432.553L463.918 445.825L463.989 471.83L487.376 484.98L510.688 471.708L510.617 445.703L487.23 432.553Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M998.654 197.24C999.1 196.986 999.626 196.985 1000.07 197.236L1025.04 211.277C1025.58 211.579 1025.92 212.196 1025.92 212.873L1026 241.087C1026 241.764 1025.66 242.384 1025.13 242.689L1000.23 256.862C999.789 257.116 999.263 257.117 998.816 256.866L973.844 242.825C973.307 242.523 972.968 241.906 972.966 241.229L972.888 213.015C972.887 212.338 973.224 211.718 973.759 211.413L998.654 197.24ZM999.371 200.837L976.059 214.109L976.13 240.115L999.517 253.265L1022.83 239.993L1022.76 213.987L999.371 200.837Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M500.721 267.906C501.167 267.652 501.693 267.651 502.14 267.902L527.112 281.944C527.648 282.245 527.988 282.863 527.99 283.539L528.067 311.753C528.069 312.43 527.732 313.051 527.197 313.356L502.302 327.528C501.856 327.782 501.33 327.784 500.883 327.532L475.911 313.491C475.375 313.189 475.035 312.572 475.033 311.896L474.956 283.682C474.954 283.004 475.291 282.384 475.827 282.079L500.721 267.906ZM501.439 271.504L478.126 284.776L478.198 310.781L501.585 323.931L524.897 310.659L524.826 284.654L501.439 271.504Z" fill="white"/>
<path d="M394.947 363.408L370.053 377.58L345.081 363.539L345.003 335.325L369.898 321.152L394.87 335.194L394.947 363.408Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M369.185 319.555C369.631 319.302 370.157 319.3 370.604 319.551L395.576 333.593C396.112 333.894 396.452 334.512 396.454 335.188L396.531 363.402C396.533 364.079 396.196 364.7 395.66 365.005L370.766 379.177C370.32 379.431 369.794 379.433 369.347 379.181L344.375 365.14C343.839 364.839 343.499 364.221 343.497 363.545L343.42 335.331C343.418 334.653 343.755 334.033 344.29 333.728L369.185 319.555ZM369.902 323.153L346.59 336.425L346.661 362.43L370.048 375.58L393.361 362.308L393.289 336.303L369.902 323.153Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M561.18 198.388C561.626 198.134 562.152 198.132 562.599 198.384L587.571 212.425C588.107 212.726 588.447 213.344 588.449 214.02L588.526 242.234C588.528 242.911 588.191 243.532 587.655 243.837L562.761 258.009C562.315 258.263 561.789 258.265 561.342 258.013L536.37 243.972C535.833 243.671 535.494 243.053 535.492 242.377L535.414 214.163C535.412 213.486 535.75 212.865 536.285 212.56L561.18 198.388ZM561.897 201.985L538.585 215.257L538.656 241.262L562.043 254.412L585.355 241.14L585.284 215.135L561.897 201.985Z" fill="white"/>
<path d="M360.576 430.138L335.682 444.31L310.71 430.269L310.632 402.055L335.527 387.882L360.499 401.924L360.576 430.138Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M334.814 386.285C335.26 386.031 335.786 386.03 336.233 386.281L361.205 400.323C361.741 400.624 362.081 401.242 362.082 401.918L362.16 430.132C362.162 430.809 361.825 431.43 361.289 431.734L336.395 445.907C335.949 446.161 335.423 446.163 334.976 445.911L310.004 431.87C309.467 431.568 309.128 430.951 309.126 430.275L309.048 402.061C309.046 401.383 309.384 400.763 309.919 400.458L334.814 386.285ZM335.531 389.883L312.219 403.155L312.29 429.16L335.677 442.31L358.989 429.038L358.918 403.033L335.531 389.883Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M688.89 436.19C689.336 435.936 689.862 435.934 690.309 436.186L715.281 450.227C715.817 450.529 716.157 451.146 716.159 451.822L716.236 480.036C716.238 480.714 715.901 481.334 715.365 481.639L690.471 495.812C690.025 496.065 689.499 496.067 689.052 495.816L664.08 481.774C663.543 481.473 663.204 480.855 663.202 480.179L663.124 451.965C663.122 451.288 663.46 450.667 663.995 450.362L688.89 436.19ZM689.607 439.787L666.295 453.059L666.366 479.064L689.753 492.214L713.065 478.942L712.994 452.937L689.607 439.787Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M695.7 260.618C696.146 260.364 696.672 260.362 697.119 260.614L722.091 274.655C722.627 274.957 722.967 275.574 722.969 276.251L723.046 304.464C723.048 305.142 722.711 305.762 722.175 306.067L697.28 320.24C696.835 320.494 696.309 320.495 695.862 320.244L670.89 306.202C670.353 305.901 670.014 305.283 670.012 304.607L669.934 276.393C669.932 275.716 670.27 275.095 670.805 274.79L695.7 260.618ZM696.417 264.215L673.105 277.487L673.176 303.492L696.563 316.642L719.875 303.37L719.804 277.365L696.417 264.215Z" fill="white"/>
<path d="M663.995 344.723L639.1 358.896L614.128 344.854L614.051 316.64L638.946 302.468L663.918 316.509L663.995 344.723Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M638.233 300.871C638.679 300.617 639.205 300.615 639.652 300.867L664.624 314.908C665.16 315.21 665.5 315.827 665.501 316.503L665.579 344.717C665.581 345.395 665.244 346.015 664.708 346.32L639.813 360.493C639.367 360.746 638.842 360.748 638.395 360.497L613.422 346.455C612.886 346.154 612.547 345.536 612.545 344.86L612.467 316.646C612.465 315.969 612.802 315.348 613.338 315.043L638.233 300.871ZM638.95 304.468L615.638 317.74L615.709 343.745L639.096 356.895L662.408 343.623L662.337 317.618L638.95 304.468Z" fill="white"/>
<path d="M829.586 499.977L804.691 514.149L779.719 500.108L779.642 471.894L804.537 457.721L829.509 471.763L829.586 499.977Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M803.824 456.124C804.27 455.87 804.795 455.869 805.242 456.12L830.215 470.162C830.751 470.463 831.091 471.081 831.092 471.757L831.17 499.971C831.172 500.648 830.835 501.269 830.299 501.573L805.404 515.746C804.958 516 804.433 516.002 803.985 515.75L779.013 501.709C778.477 501.407 778.137 500.79 778.136 500.114L778.058 471.9C778.056 471.222 778.393 470.602 778.929 470.297L803.824 456.124ZM804.541 459.722L781.229 472.994L781.3 498.999L804.687 512.149L827.999 498.877L827.928 472.872L804.541 459.722Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M374.706 451.458C375.152 451.204 375.678 451.203 376.125 451.454L401.097 465.495C401.633 465.797 401.973 466.414 401.975 467.091L402.052 495.305C402.054 495.982 401.717 496.602 401.181 496.907L376.287 511.08C375.841 511.334 375.315 511.335 374.868 511.084L349.896 497.042C349.359 496.741 349.02 496.124 349.018 495.447L348.94 467.233C348.939 466.556 349.276 465.935 349.811 465.631L374.706 451.458ZM375.423 455.055L352.111 468.327L352.182 494.332L375.569 507.482L398.882 494.211L398.81 468.205L375.423 455.055Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M337.663 257.731C338.109 257.477 338.635 257.475 339.082 257.727L364.054 271.768C364.59 272.07 364.93 272.687 364.932 273.364L365.009 301.578C365.011 302.255 364.674 302.875 364.139 303.18L339.244 317.353C338.798 317.607 338.272 317.608 337.825 317.357L312.853 303.315C312.317 303.014 311.977 302.396 311.975 301.72L311.898 273.506C311.896 272.829 312.233 272.208 312.769 271.904L337.663 257.731ZM338.381 261.328L315.068 274.6L315.14 300.605L338.527 313.755L361.839 300.484L361.767 274.478L338.381 261.328Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M607.088 409.781C607.534 409.527 608.06 409.526 608.507 409.777L633.479 423.818C634.015 424.12 634.355 424.737 634.357 425.414L634.434 453.628C634.436 454.305 634.099 454.925 633.563 455.23L608.669 469.403C608.223 469.657 607.697 469.658 607.25 469.407L582.278 455.366C581.741 455.064 581.402 454.447 581.4 453.77L581.322 425.556C581.32 424.879 581.658 424.259 582.193 423.954L607.088 409.781ZM607.805 413.379L584.493 426.65L584.564 452.656L607.951 465.806L631.263 452.534L631.192 426.529L607.805 413.379Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M580.766 287.664C581.212 287.41 581.738 287.409 582.185 287.66L607.157 301.702C607.693 302.003 608.033 302.621 608.035 303.297L608.112 331.511C608.114 332.188 607.777 332.809 607.241 333.113L582.347 347.286C581.901 347.54 581.375 347.542 580.928 347.29L555.956 333.249C555.419 332.947 555.08 332.33 555.078 331.653L555 303.44C554.999 302.762 555.336 302.142 555.871 301.837L580.766 287.664ZM581.483 291.262L558.171 304.534L558.242 330.539L581.629 343.689L604.941 330.417L604.87 304.412L581.483 291.262Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M617.758 144.274C618.204 144.02 618.729 144.018 619.177 144.27L644.149 158.311C644.685 158.612 645.025 159.23 645.026 159.906L645.104 188.12C645.106 188.797 644.769 189.418 644.233 189.723L619.338 203.895C618.892 204.149 618.367 204.151 617.919 203.899L592.947 189.858C592.411 189.557 592.071 188.939 592.07 188.263L591.992 160.049C591.99 159.371 592.327 158.751 592.863 158.446L617.758 144.274ZM618.475 147.871L595.163 161.143L595.234 187.148L618.621 200.298L641.933 187.026L641.862 161.021L618.475 147.871Z" fill="white"/>
<path d="M552.03 151.007L527.135 165.179L502.163 151.138L502.086 122.924L526.981 108.751L551.953 122.793L552.03 151.007Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M526.268 107.154C526.714 106.901 527.24 106.899 527.687 107.15L552.659 121.192C553.195 121.493 553.535 122.111 553.536 122.787L553.614 151.001C553.616 151.678 553.279 152.299 552.743 152.604L527.848 166.776C527.402 167.03 526.877 167.032 526.43 166.78L501.457 152.739C500.921 152.438 500.582 151.82 500.58 151.144L500.502 122.93C500.5 122.252 500.837 121.632 501.373 121.327L526.268 107.154ZM526.985 110.752L503.673 124.024L503.744 150.029L527.131 163.179L550.443 149.907L550.372 123.902L526.985 110.752Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M642.516 514.577C642.962 514.323 643.488 514.322 643.935 514.573L668.907 528.614C669.443 528.916 669.783 529.533 669.785 530.21L669.862 558.424C669.864 559.101 669.527 559.721 668.991 560.026L644.097 574.199C643.651 574.453 643.125 574.454 642.678 574.203L617.706 560.161C617.17 559.86 616.83 559.243 616.828 558.566L616.751 530.352C616.749 529.675 617.086 529.054 617.621 528.75L642.516 514.577ZM643.233 518.174L619.921 531.446L619.993 557.451L643.379 570.601L666.692 557.33L666.62 531.324L643.233 518.174Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M379.613 578.985C380.059 578.732 380.585 578.73 381.032 578.982L406.004 593.023C406.54 593.324 406.88 593.942 406.882 594.618L406.959 622.832C406.961 623.509 406.624 624.13 406.089 624.435L381.194 638.607C380.748 638.861 380.222 638.863 379.775 638.611L354.803 624.57C354.267 624.269 353.927 623.651 353.925 622.975L353.848 594.761C353.846 594.083 354.183 593.463 354.719 593.158L379.613 578.985ZM380.331 582.583L357.018 595.855L357.09 621.86L380.477 635.01L403.789 621.738L403.717 595.733L380.331 582.583Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M437.08 578.985C437.526 578.732 438.052 578.73 438.499 578.982L463.471 593.023C464.007 593.324 464.347 593.942 464.349 594.618L464.426 622.832C464.428 623.509 464.091 624.13 463.555 624.435L438.661 638.607C438.215 638.861 437.689 638.863 437.242 638.611L412.27 624.57C411.734 624.269 411.394 623.651 411.392 622.975L411.315 594.761C411.313 594.083 411.65 593.463 412.185 593.158L437.08 578.985ZM437.797 582.583L414.485 595.855L414.557 621.86L437.943 635.01L461.256 621.738L461.184 595.733L437.797 582.583Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M609.481 578.985C609.927 578.732 610.453 578.73 610.9 578.982L635.872 593.023C636.408 593.324 636.748 593.942 636.75 594.618L636.827 622.832C636.829 623.509 636.492 624.13 635.956 624.435L611.062 638.607C610.616 638.861 610.09 638.863 609.643 638.611L584.671 624.57C584.134 624.269 583.795 623.651 583.793 622.975L583.715 594.761C583.713 594.083 584.051 593.463 584.586 593.158L609.481 578.985ZM610.198 582.583L586.886 595.855L586.957 621.86L610.344 635.01L633.656 621.738L633.585 595.733L610.198 582.583Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M347.373 514.708C347.819 514.454 348.345 514.453 348.792 514.704L373.764 528.746C374.3 529.047 374.64 529.665 374.642 530.341L374.719 558.555C374.721 559.232 374.384 559.853 373.848 560.157L348.954 574.33C348.508 574.584 347.982 574.586 347.535 574.334L322.563 560.293C322.026 559.991 321.687 559.374 321.685 558.698L321.607 530.484C321.606 529.806 321.943 529.186 322.478 528.881L347.373 514.708ZM348.09 518.306L324.778 531.578L324.849 557.583L348.236 570.733L371.549 557.461L371.477 531.456L348.09 518.306Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M412.031 514.708C412.477 514.454 413.003 514.453 413.45 514.704L438.422 528.746C438.958 529.047 439.298 529.665 439.299 530.341L439.377 558.555C439.379 559.232 439.042 559.853 438.506 560.157L413.611 574.33C413.165 574.584 412.64 574.586 412.193 574.334L387.22 560.293C386.684 559.991 386.344 559.374 386.343 558.698L386.265 530.484C386.263 529.806 386.6 529.186 387.136 528.881L412.031 514.708ZM412.748 518.306L389.436 531.578L389.507 557.583L412.894 570.733L436.206 557.461L436.135 531.456L412.748 518.306Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M473.197 514.577C473.643 514.323 474.169 514.322 474.616 514.573L499.588 528.614C500.124 528.916 500.464 529.533 500.466 530.21L500.543 558.424C500.545 559.101 500.208 559.721 499.673 560.026L474.778 574.199C474.332 574.453 473.806 574.454 473.359 574.203L448.387 560.161C447.851 559.86 447.511 559.243 447.509 558.566L447.432 530.352C447.43 529.675 447.767 529.054 448.302 528.75L473.197 514.577ZM473.914 518.174L450.602 531.446L450.674 557.451L474.061 570.601L497.373 557.33L497.301 531.324L473.914 518.174Z" fill="white"/>
<path d="M610.194 558.56L585.299 572.733L560.327 558.692L560.25 530.478L585.144 516.305L610.116 530.347L610.194 558.56Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M584.431 514.708C584.877 514.454 585.403 514.453 585.85 514.704L610.822 528.746C611.359 529.047 611.698 529.665 611.7 530.341L611.777 558.555C611.779 559.232 611.442 559.853 610.907 560.157L586.012 574.33C585.566 574.584 585.04 574.586 584.593 574.334L559.621 560.293C559.085 559.991 558.745 559.374 558.743 558.698L558.666 530.484C558.664 529.806 559.001 529.186 559.537 528.881L584.431 514.708ZM585.149 518.306L561.836 531.578L561.908 557.583L585.295 570.733L608.607 557.461L608.536 531.456L585.149 518.306Z" fill="white"/>
<path d="M372.439 172.897L347.544 187.07L322.572 173.029L322.494 144.815L347.389 130.642L372.361 144.683L372.439 172.897Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M346.676 129.045C347.122 128.791 347.648 128.79 348.095 129.041L373.067 143.082C373.603 143.384 373.943 144.001 373.945 144.678L374.022 172.892C374.024 173.569 373.687 174.189 373.152 174.494L348.257 188.667C347.811 188.921 347.285 188.922 346.838 188.671L321.866 174.63C321.33 174.328 320.99 173.711 320.988 173.034L320.911 144.82C320.909 144.143 321.246 143.523 321.781 143.218L346.676 129.045ZM347.393 132.642L324.081 145.914L324.153 171.92L347.54 185.07L370.852 171.798L370.78 145.792L347.393 132.642Z" fill="white"/>
<path d="M404.447 108.62L379.552 122.793L354.58 108.751L354.503 80.5375L379.397 66.3648L404.369 80.4061L404.447 108.62Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M378.684 64.7678C379.13 64.5139 379.656 64.5125 380.103 64.7638L405.075 78.8051C405.611 79.1066 405.951 79.724 405.953 80.4005L406.03 108.614C406.032 109.292 405.695 109.912 405.16 110.217L380.265 124.39C379.819 124.644 379.293 124.645 378.846 124.394L353.874 110.352C353.338 110.051 352.998 109.433 352.996 108.757L352.919 80.543C352.917 79.8657 353.254 79.2454 353.79 78.9405L378.684 64.7678ZM379.402 68.3652L356.089 81.637L356.161 107.642L379.548 120.792L402.86 107.52L402.788 81.5152L379.402 68.3652Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M436.151 64.7678C436.597 64.5139 437.123 64.5125 437.57 64.7638L462.542 78.8051C463.078 79.1066 463.418 79.724 463.42 80.4005L463.497 108.614C463.499 109.292 463.162 109.912 462.626 110.217L437.732 124.39C437.286 124.644 436.76 124.645 436.313 124.394L411.341 110.352C410.805 110.051 410.465 109.433 410.463 108.757L410.386 80.543C410.384 79.8657 410.721 79.2454 411.256 78.9405L436.151 64.7678ZM436.868 68.3652L413.556 81.637L413.628 107.642L437.014 120.792L460.327 107.52L460.255 81.5152L436.868 68.3652Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M407.301 0.490593C407.747 0.236702 408.273 0.235229 408.72 0.48661L433.692 14.5279C434.229 14.8294 434.568 15.4468 434.57 16.1233L434.648 44.3373C434.65 45.0145 434.312 45.6349 433.777 45.9398L408.882 60.1125C408.436 60.3664 407.91 60.3678 407.463 60.1164L382.491 46.0752C381.955 45.7737 381.615 45.1562 381.613 44.4798L381.536 16.2658C381.534 15.5885 381.871 14.9682 382.407 14.6633L407.301 0.490593ZM408.019 4.08797L384.707 17.3598L384.778 43.3651L408.165 56.5151L431.477 43.2433L431.406 17.2379L408.019 4.08797Z" fill="white"/>
<path d="M494.64 52.4671L469.745 66.6398L444.773 52.5985L444.696 24.3845L469.59 10.2119L494.562 24.2531L494.64 52.4671Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M468.877 8.61488C469.323 8.36099 469.849 8.35951 470.296 8.61089L495.268 22.6522C495.805 22.9537 496.144 23.5711 496.146 24.2476L496.224 52.4615C496.225 53.1388 495.888 53.7592 495.353 54.0641L470.458 68.2368C470.012 68.4906 469.486 68.4921 469.039 68.2407L444.067 54.1995C443.531 53.8979 443.191 53.2805 443.189 52.604L443.112 24.3901C443.11 23.7128 443.447 23.0925 443.983 22.7876L468.877 8.61488ZM469.595 12.2123L446.283 25.4841L446.354 51.4894L469.741 64.6394L493.053 51.3676L492.982 25.3622L469.595 12.2123Z" fill="white"/>
<path d="M605.465 44.3428L580.57 58.5155L555.598 44.4742L555.521 16.2603L580.415 2.08759L605.387 16.1289L605.465 44.3428Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M579.702 0.490593C580.148 0.236702 580.674 0.235229 581.121 0.48661L606.093 14.5279C606.629 14.8294 606.969 15.4468 606.971 16.1233L607.048 44.3373C607.05 45.0145 606.713 45.6349 606.178 45.9398L581.283 60.1125C580.837 60.3664 580.311 60.3678 579.864 60.1164L554.892 46.0752C554.356 45.7737 554.016 45.1562 554.014 44.4798L553.937 16.2658C553.935 15.5885 554.272 14.9682 554.807 14.6633L579.702 0.490593ZM580.42 4.08797L557.107 17.3598L557.179 43.3651L580.566 56.5151L603.878 43.2433L603.806 17.2379L580.42 4.08797Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M314.338 568.671C314.784 568.417 315.31 568.416 315.757 568.667L340.729 582.709C341.265 583.01 341.605 583.628 341.607 584.304L341.684 612.518C341.686 613.195 341.349 613.816 340.813 614.121L315.919 628.293C315.473 628.547 314.947 628.549 314.5 628.297L289.528 614.256C288.991 613.954 288.652 613.337 288.65 612.661L288.572 584.447C288.57 583.769 288.908 583.149 289.443 582.844L314.338 568.671ZM315.055 572.269L291.743 585.541L291.814 611.546L315.201 624.696L338.513 611.424L338.442 585.419L315.055 572.269Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M51.4351 633.08C51.8811 632.826 52.4069 632.825 52.854 633.076L77.8261 647.117C78.3623 647.419 78.702 648.036 78.7039 648.713L78.7813 676.927C78.7832 677.604 78.4461 678.224 77.9105 678.529L53.0159 692.702C52.5699 692.956 52.0441 692.957 51.597 692.706L26.6249 678.665C26.0887 678.363 25.749 677.746 25.7471 677.069L25.6697 648.855C25.6678 648.178 26.0049 647.558 26.5405 647.253L51.4351 633.08ZM52.1525 636.677L28.8403 649.949L28.9116 675.954L52.2985 689.104L75.6107 675.833L75.5394 649.827L52.1525 636.677Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M108.902 633.08C109.348 632.826 109.874 632.825 110.321 633.076L135.293 647.117C135.829 647.419 136.169 648.036 136.171 648.713L136.248 676.927C136.25 677.604 135.913 678.224 135.377 678.529L110.483 692.702C110.037 692.956 109.511 692.957 109.064 692.706L84.0918 678.665C83.5556 678.363 83.2158 677.746 83.214 677.069L83.1366 648.855C83.1347 648.178 83.4718 647.558 84.0074 647.253L108.902 633.08ZM109.619 636.677L86.3072 649.949L86.3785 675.954L109.765 689.104L133.078 675.833L133.006 649.827L109.619 636.677Z" fill="white"/>
<path d="M192.131 676.932L167.237 691.105L142.265 677.064L142.187 648.85L167.082 634.677L192.054 648.718L192.131 676.932Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M166.369 633.08C166.815 632.826 167.341 632.825 167.788 633.076L192.76 647.117C193.296 647.419 193.636 648.036 193.638 648.713L193.715 676.927C193.717 677.604 193.38 678.224 192.844 678.529L167.95 692.702C167.504 692.956 166.978 692.957 166.531 692.706L141.559 678.665C141.022 678.363 140.683 677.746 140.681 677.069L140.603 648.855C140.602 648.178 140.939 647.558 141.474 647.253L166.369 633.08ZM167.086 636.677L143.774 649.949L143.845 675.954L167.232 689.104L190.545 675.833L190.473 649.827L167.086 636.677Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M223.836 633.08C224.282 632.826 224.808 632.825 225.255 633.076L250.227 647.117C250.763 647.419 251.103 648.036 251.105 648.713L251.182 676.927C251.184 677.604 250.847 678.224 250.311 678.529L225.417 692.702C224.971 692.956 224.445 692.957 223.998 692.706L199.026 678.665C198.489 678.363 198.15 677.746 198.148 677.069L198.07 648.855C198.068 648.178 198.406 647.558 198.941 647.253L223.836 633.08ZM224.553 636.677L201.241 649.949L201.312 675.954L224.699 689.104L248.011 675.833L247.94 649.827L224.553 636.677Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M281.303 633.08C281.749 632.826 282.275 632.825 282.722 633.076L307.694 647.117C308.23 647.419 308.57 648.036 308.571 648.713L308.649 676.927C308.651 677.604 308.314 678.224 307.778 678.529L282.883 692.702C282.438 692.956 281.912 692.957 281.465 692.706L256.492 678.665C255.956 678.363 255.617 677.746 255.615 677.069L255.537 648.855C255.535 648.178 255.872 647.558 256.408 647.253L281.303 633.08ZM282.02 636.677L258.708 649.949L258.779 675.954L282.166 689.104L305.478 675.833L305.407 649.827L282.02 636.677Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.3856 568.803C26.8315 568.549 27.3574 568.547 27.8045 568.799L52.7765 582.84C53.3128 583.142 53.6525 583.759 53.6544 584.436L53.7318 612.65C53.7337 613.327 53.3966 613.947 52.861 614.252L27.9664 628.425C27.5204 628.679 26.9945 628.68 26.5475 628.429L1.57541 614.387C1.03914 614.086 0.69943 613.469 0.697573 612.792L0.620155 584.578C0.618297 583.901 0.95539 583.28 1.49095 582.976L26.3856 568.803ZM27.103 572.4L3.79073 585.672L3.86209 611.677L27.249 624.827L50.5612 611.556L50.4898 585.55L27.103 572.4Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M83.8526 568.803C84.2985 568.549 84.8244 568.547 85.2715 568.799L110.244 582.84C110.78 583.142 111.119 583.759 111.121 584.436L111.199 612.65C111.201 613.327 110.864 613.947 110.328 614.252L85.4333 628.425C84.9874 628.679 84.4615 628.68 84.0144 628.429L59.0424 614.387C58.5061 614.086 58.1664 613.469 58.1646 612.792L58.0871 584.578C58.0853 583.901 58.4224 583.28 58.9579 582.976L83.8526 568.803ZM84.5699 572.4L61.2577 585.672L61.3291 611.677L84.716 624.827L108.028 611.556L107.957 585.55L84.5699 572.4Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M141.319 568.803C141.765 568.549 142.291 568.547 142.738 568.799L167.71 582.84C168.247 583.142 168.586 583.759 168.588 584.436L168.666 612.65C168.668 613.327 168.33 613.947 167.795 614.252L142.9 628.425C142.454 628.679 141.928 628.68 141.481 628.429L116.509 614.387C115.973 614.086 115.633 613.469 115.631 612.792L115.554 584.578C115.552 583.901 115.889 583.28 116.425 582.976L141.319 568.803ZM142.037 572.4L118.725 585.672L118.796 611.677L142.183 624.827L165.495 611.556L165.424 585.55L142.037 572.4Z" fill="white"/>
<path d="M224.549 612.655L199.654 626.828L174.682 612.786L174.605 584.573L199.499 570.4L224.471 584.441L224.549 612.655Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M198.786 568.803C199.232 568.549 199.758 568.547 200.205 568.799L225.177 582.84C225.714 583.142 226.053 583.759 226.055 584.436L226.133 612.65C226.134 613.327 225.797 613.947 225.262 614.252L200.367 628.425C199.921 628.679 199.395 628.68 198.948 628.429L173.976 614.387C173.44 614.086 173.1 613.469 173.098 612.792L173.021 584.578C173.019 583.901 173.356 583.28 173.892 582.976L198.786 568.803ZM199.504 572.4L176.191 585.672L176.263 611.677L199.65 624.827L222.962 611.556L222.891 585.55L199.504 572.4Z" fill="white"/>
<path d="M282.016 612.655L257.121 626.828L232.149 612.786L232.072 584.573L256.966 570.4L281.938 584.441L282.016 612.655Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M256.253 568.803C256.699 568.549 257.225 568.547 257.672 568.799L282.644 582.84C283.18 583.142 283.52 583.759 283.522 584.436L283.599 612.65C283.601 613.327 283.264 613.947 282.729 614.252L257.834 628.425C257.388 628.679 256.862 628.68 256.415 628.429L231.443 614.387C230.907 614.086 230.567 613.469 230.565 612.792L230.488 584.578C230.486 583.901 230.823 583.28 231.359 582.976L256.253 568.803ZM256.971 572.4L233.658 585.672L233.73 611.677L257.117 624.827L280.429 611.556L280.357 585.55L256.971 572.4Z" fill="white"/>
</g>
</g>
<defs>
<clipPath id="clip0_1134_1099">
<rect width="1200" height="628" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 65 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 90 KiB

@@ -0,0 +1,63 @@
<svg width="1200" height="628" viewBox="0 0 1200 628" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1139_1017)">
<g style="mix-blend-mode:soft-light" opacity="0.2">
<path d="M263.945 622.722L157.117 442.278V339.748C168.916 339.748 178.419 329.718 178.419 317.368C178.419 305.018 168.916 294.989 157.117 294.989H157.037H62.7211H60.9789C49.1795 294.989 39.5974 305.018 39.5974 317.368C39.5974 329.718 49.1795 339.748 60.9789 339.748H62.7211V442.278L-44.1074 622.722C-58.045 650.075 -40.7022 684.224 -11.0848 685.882C-10.1345 685.965 -9.18424 685.965 -8.23395 685.965H228.072C229.022 685.965 229.972 685.965 230.923 685.882C260.461 684.224 277.804 650.075 263.945 622.722Z" fill="white"/>
<path d="M222.924 610.704L185.784 553.263C176.36 561.138 167.411 566.277 149.039 570.089C115.541 576.969 100.654 558.568 77.4506 537.1C66.2847 526.74 55.9899 525.165 43.3985 527.569L-3.16573 610.787C-13.3814 630.845 -0.631618 655.877 21.0667 657.12C21.7794 657.12 22.4921 657.203 23.2048 657.203H196.554C197.266 657.203 197.979 657.203 198.692 657.12C220.39 655.877 233.14 630.762 222.924 610.704Z" fill="black"/>
<path d="M150.94 529.392C157.15 529.392 162.185 524.123 162.185 517.622C162.185 511.122 157.15 505.852 150.94 505.852C144.729 505.852 139.695 511.122 139.695 517.622C139.695 524.123 144.729 529.392 150.94 529.392Z" fill="black"/>
<path d="M151.595 485.003C154.595 481.863 154.595 476.773 151.595 473.633C148.595 470.493 143.732 470.493 140.732 473.633C137.732 476.773 137.732 481.863 140.732 485.003C143.732 488.143 148.595 488.143 151.595 485.003Z" fill="black"/>
<path d="M121.322 511.406C126.615 511.406 130.905 506.915 130.905 501.376C130.905 495.837 126.615 491.347 121.322 491.347C116.03 491.347 111.74 495.837 111.74 501.376C111.74 506.915 116.03 511.406 121.322 511.406Z" fill="black"/>
<path d="M130.904 624.38C135.715 624.38 139.615 620.298 139.615 615.263C139.615 610.227 135.715 606.145 130.904 606.145C126.094 606.145 122.193 610.227 122.193 615.263C122.193 620.298 126.094 624.38 130.904 624.38Z" fill="white"/>
<path d="M180.834 602.456C182.149 595.682 177.969 589.074 171.497 587.697C165.025 586.321 158.712 590.696 157.396 597.47C156.081 604.244 160.261 610.852 166.733 612.229C173.205 613.605 179.518 609.23 180.834 602.456Z" fill="white"/>
<path d="M182.062 634.575C186.217 634.575 189.585 631.05 189.585 626.701C189.585 622.352 186.217 618.827 182.062 618.827C177.907 618.827 174.539 622.352 174.539 626.701C174.539 631.05 177.907 634.575 182.062 634.575Z" fill="white"/>
<path d="M399.124 363.371V259.845C410.924 259.845 420.427 249.816 420.427 237.466C420.427 225.116 410.924 215.087 399.124 215.087H399.045H304.729H302.986C291.187 215.087 281.605 225.116 281.605 237.466C281.605 249.816 291.187 259.845 302.986 259.845H304.729V362.542C262.045 381.44 232.111 425.701 232.111 477.257C232.111 546.052 285.327 601.752 351.055 601.752C416.784 601.752 470 546.052 470 477.257C470 426.447 440.858 382.766 399.124 363.371Z" fill="white"/>
<path d="M424.545 426.613C413.775 436.145 391.284 453.634 370.774 454.297C342.661 455.209 337.672 434.487 309.559 434.985C293.088 435.233 276.695 445.18 265.925 453.385C263.945 461.011 262.916 468.968 262.916 477.257C262.916 528.149 302.353 569.426 350.976 569.426C399.599 569.426 439.036 528.149 439.036 477.257C439.036 458.524 433.731 441.118 424.545 426.613Z" fill="black"/>
<path d="M329.199 420.645C332.085 420.645 334.425 418.196 334.425 415.175C334.425 412.153 332.085 409.704 329.199 409.704C326.312 409.704 323.972 412.153 323.972 415.175C323.972 418.196 326.312 420.645 329.199 420.645Z" fill="black"/>
<path d="M363.013 392.464C369.093 392.464 374.021 387.306 374.021 380.943C374.021 374.58 369.093 369.421 363.013 369.421C356.934 369.421 352.006 374.58 352.006 380.943C352.006 387.306 356.934 392.464 363.013 392.464Z" fill="black"/>
<path d="M365.072 426.613C369.971 426.613 373.941 422.457 373.941 417.33C373.941 412.203 369.971 408.046 365.072 408.046C360.174 408.046 356.203 412.203 356.203 417.33C356.203 422.457 360.174 426.613 365.072 426.613Z" fill="black"/>
<path d="M346.937 487.866C352.011 487.866 356.124 483.561 356.124 478.251C356.124 472.941 352.011 468.636 346.937 468.636C341.864 468.636 337.751 472.941 337.751 478.251C337.751 483.561 341.864 487.866 346.937 487.866Z" fill="white"/>
<path d="M384.157 458.607C388.356 458.607 391.76 455.045 391.76 450.65C391.76 446.256 388.356 442.693 384.157 442.693C379.959 442.693 376.555 446.256 376.555 450.65C376.555 455.045 379.959 458.607 384.157 458.607Z" fill="white"/>
<path d="M394.927 492.757C400.875 492.757 405.697 487.71 405.697 481.484C405.697 475.258 400.875 470.211 394.927 470.211C388.979 470.211 384.157 475.258 384.157 481.484C384.157 487.71 388.979 492.757 394.927 492.757Z" fill="white"/>
<path d="M135.577 267.305C143.143 267.305 149.277 260.885 149.277 252.966C149.277 245.046 143.143 238.626 135.577 238.626C128.011 238.626 121.877 245.046 121.877 252.966C121.877 260.885 128.011 267.305 135.577 267.305Z" fill="white"/>
<path d="M182.616 214.341C187.996 214.341 192.357 209.776 192.357 204.145C192.357 198.515 187.996 193.95 182.616 193.95C177.237 193.95 172.876 198.515 172.876 204.145C172.876 209.776 177.237 214.341 182.616 214.341Z" fill="white"/>
<path d="M336.009 177.705C340.295 177.705 343.77 174.068 343.77 169.582C343.77 165.096 340.295 161.459 336.009 161.459C331.723 161.459 328.248 165.096 328.248 169.582C328.248 174.068 331.723 177.705 336.009 177.705Z" fill="white"/>
<path d="M382.098 188.314C389.183 188.314 394.927 182.303 394.927 174.887C394.927 167.471 389.183 161.459 382.098 161.459C375.013 161.459 369.269 167.471 369.269 174.887C369.269 182.303 375.013 188.314 382.098 188.314Z" fill="white"/>
<path d="M365.072 145.213C369.97 145.213 373.941 141.057 373.941 135.93C373.941 130.803 369.97 126.647 365.072 126.647C360.174 126.647 356.203 130.803 356.203 135.93C356.203 141.057 360.174 145.213 365.072 145.213Z" fill="white"/>
<path d="M751.945 622.722L645.117 442.278V339.748C656.916 339.748 666.419 329.718 666.419 317.368C666.419 305.018 656.916 294.989 645.117 294.989H645.037H550.721H548.979C537.179 294.989 527.597 305.018 527.597 317.368C527.597 329.718 537.179 339.748 548.979 339.748H550.721V442.278L443.893 622.722C429.955 650.075 447.298 684.224 476.915 685.882C477.865 685.965 478.816 685.965 479.766 685.965H716.072C717.022 685.965 717.972 685.965 718.923 685.882C748.461 684.224 765.804 650.075 751.945 622.722Z" fill="white"/>
<path d="M710.924 610.704L673.784 553.263C664.36 561.138 655.411 566.277 637.039 570.089C603.541 576.969 588.654 558.568 565.451 537.1C554.285 526.74 543.99 525.165 531.399 527.569L484.834 610.787C474.619 630.845 487.368 655.877 509.067 657.12C509.779 657.12 510.492 657.203 511.205 657.203H684.554C685.266 657.203 685.979 657.203 686.692 657.12C708.39 655.877 721.14 630.762 710.924 610.704Z" fill="black"/>
<path d="M638.94 529.392C645.15 529.392 650.185 524.123 650.185 517.622C650.185 511.122 645.15 505.852 638.94 505.852C632.729 505.852 627.695 511.122 627.695 517.622C627.695 524.123 632.729 529.392 638.94 529.392Z" fill="black"/>
<path d="M639.595 485.003C642.595 481.863 642.595 476.773 639.595 473.633C636.595 470.493 631.732 470.493 628.732 473.633C625.732 476.773 625.732 481.863 628.732 485.003C631.732 488.143 636.595 488.143 639.595 485.003Z" fill="black"/>
<path d="M609.322 511.406C614.615 511.406 618.905 506.915 618.905 501.376C618.905 495.837 614.615 491.347 609.322 491.347C604.03 491.347 599.74 495.837 599.74 501.376C599.74 506.915 604.03 511.406 609.322 511.406Z" fill="black"/>
<path d="M618.905 624.38C623.715 624.38 627.616 620.298 627.616 615.263C627.616 610.227 623.715 606.145 618.905 606.145C614.094 606.145 610.194 610.227 610.194 615.263C610.194 620.298 614.094 624.38 618.905 624.38Z" fill="white"/>
<path d="M668.834 602.456C670.149 595.682 665.969 589.074 659.497 587.697C653.025 586.321 646.712 590.696 645.396 597.47C644.081 604.244 648.261 610.852 654.733 612.229C661.205 613.605 667.518 609.23 668.834 602.456Z" fill="white"/>
<path d="M670.062 634.575C674.217 634.575 677.585 631.05 677.585 626.701C677.585 622.352 674.217 618.827 670.062 618.827C665.907 618.827 662.539 622.352 662.539 626.701C662.539 631.05 665.907 634.575 670.062 634.575Z" fill="white"/>
<path d="M887.124 363.371V259.845C898.924 259.845 908.427 249.816 908.427 237.466C908.427 225.116 898.924 215.087 887.124 215.087H887.045H792.729H790.986C779.187 215.087 769.605 225.116 769.605 237.466C769.605 249.816 779.187 259.845 790.986 259.845H792.729V362.542C750.045 381.44 720.111 425.701 720.111 477.257C720.111 546.052 773.327 601.752 839.055 601.752C904.784 601.752 958 546.052 958 477.257C958 426.447 928.858 382.766 887.124 363.371Z" fill="white"/>
<path d="M912.545 426.613C901.775 436.145 879.284 453.634 858.774 454.297C830.661 455.209 825.672 434.487 797.559 434.985C781.088 435.233 764.695 445.18 753.925 453.385C751.945 461.011 750.916 468.968 750.916 477.257C750.916 528.149 790.353 569.426 838.976 569.426C887.6 569.426 927.037 528.149 927.037 477.257C927.037 458.524 921.731 441.118 912.545 426.613Z" fill="black"/>
<path d="M817.199 420.645C820.085 420.645 822.425 418.196 822.425 415.175C822.425 412.153 820.085 409.704 817.199 409.704C814.312 409.704 811.972 412.153 811.972 415.175C811.972 418.196 814.312 420.645 817.199 420.645Z" fill="black"/>
<path d="M851.013 392.464C857.093 392.464 862.021 387.306 862.021 380.943C862.021 374.58 857.093 369.421 851.013 369.421C844.934 369.421 840.006 374.58 840.006 380.943C840.006 387.306 844.934 392.464 851.013 392.464Z" fill="black"/>
<path d="M853.072 426.613C857.971 426.613 861.941 422.457 861.941 417.33C861.941 412.203 857.971 408.046 853.072 408.046C848.174 408.046 844.203 412.203 844.203 417.33C844.203 422.457 848.174 426.613 853.072 426.613Z" fill="black"/>
<path d="M834.937 487.866C840.011 487.866 844.124 483.561 844.124 478.251C844.124 472.941 840.011 468.636 834.937 468.636C829.864 468.636 825.751 472.941 825.751 478.251C825.751 483.561 829.864 487.866 834.937 487.866Z" fill="white"/>
<path d="M872.157 458.607C876.356 458.607 879.76 455.045 879.76 450.65C879.76 446.256 876.356 442.693 872.157 442.693C867.959 442.693 864.555 446.256 864.555 450.65C864.555 455.045 867.959 458.607 872.157 458.607Z" fill="white"/>
<path d="M882.927 492.757C888.875 492.757 893.697 487.71 893.697 481.484C893.697 475.258 888.875 470.211 882.927 470.211C876.979 470.211 872.157 475.258 872.157 481.484C872.157 487.71 876.979 492.757 882.927 492.757Z" fill="white"/>
<path d="M623.577 267.305C631.143 267.305 637.277 260.885 637.277 252.966C637.277 245.046 631.143 238.626 623.577 238.626C616.011 238.626 609.877 245.046 609.877 252.966C609.877 260.885 616.011 267.305 623.577 267.305Z" fill="white"/>
<path d="M670.616 214.341C675.996 214.341 680.357 209.776 680.357 204.145C680.357 198.515 675.996 193.95 670.616 193.95C665.237 193.95 660.876 198.515 660.876 204.145C660.876 209.776 665.237 214.341 670.616 214.341Z" fill="white"/>
<path d="M824.009 177.705C828.295 177.705 831.77 174.068 831.77 169.582C831.77 165.096 828.295 161.459 824.009 161.459C819.723 161.459 816.248 165.096 816.248 169.582C816.248 174.068 819.723 177.705 824.009 177.705Z" fill="white"/>
<path d="M870.098 188.314C877.183 188.314 882.927 182.303 882.927 174.887C882.927 167.471 877.183 161.459 870.098 161.459C863.013 161.459 857.269 167.471 857.269 174.887C857.269 182.303 863.013 188.314 870.098 188.314Z" fill="white"/>
<path d="M853.072 145.213C857.97 145.213 861.941 141.057 861.941 135.93C861.941 130.803 857.97 126.647 853.072 126.647C848.174 126.647 844.203 130.803 844.203 135.93C844.203 141.057 848.174 145.213 853.072 145.213Z" fill="white"/>
<path d="M1239.95 624.816L1133.12 444.372V341.841C1144.92 341.841 1154.42 331.812 1154.42 319.462C1154.42 307.112 1144.92 297.083 1133.12 297.083H1133.04H1038.72H1036.98C1025.18 297.083 1015.6 307.112 1015.6 319.462C1015.6 331.812 1025.18 341.841 1036.98 341.841H1038.72V444.372L931.893 624.816C917.955 652.168 935.298 686.318 964.915 687.975C965.865 688.058 966.816 688.058 967.766 688.058H1204.07C1205.02 688.058 1205.97 688.058 1206.92 687.975C1236.46 686.318 1253.8 652.168 1239.95 624.816Z" fill="white"/>
<path d="M1198.92 612.797L1161.78 555.357C1152.36 563.231 1143.41 568.37 1125.04 572.183C1091.54 579.062 1076.65 560.662 1053.45 539.194C1042.28 528.833 1031.99 527.258 1019.4 529.662L972.834 612.88C962.619 632.939 975.368 657.97 997.067 659.214C997.779 659.214 998.492 659.297 999.205 659.297H1172.55C1173.27 659.297 1173.98 659.296 1174.69 659.214C1196.39 657.97 1209.14 632.856 1198.92 612.797Z" fill="black"/>
<path d="M1126.94 531.486C1133.15 531.486 1138.19 526.216 1138.19 519.716C1138.19 513.215 1133.15 507.946 1126.94 507.946C1120.73 507.946 1115.69 513.215 1115.69 519.716C1115.69 526.216 1120.73 531.486 1126.94 531.486Z" fill="black"/>
<path d="M1127.6 487.097C1130.59 483.957 1130.59 478.866 1127.6 475.727C1124.6 472.587 1119.73 472.587 1116.73 475.727C1113.73 478.866 1113.73 483.957 1116.73 487.097C1119.73 490.236 1124.6 490.236 1127.6 487.097Z" fill="black"/>
<path d="M1097.32 513.499C1102.61 513.499 1106.9 509.009 1106.9 503.47C1106.9 497.931 1102.61 493.441 1097.32 493.441C1092.03 493.441 1087.74 497.931 1087.74 503.47C1087.74 509.009 1092.03 513.499 1097.32 513.499Z" fill="black"/>
<path d="M1106.9 626.473C1111.72 626.473 1115.62 622.391 1115.62 617.356C1115.62 612.32 1111.72 608.238 1106.9 608.238C1102.09 608.238 1098.19 612.32 1098.19 617.356C1098.19 622.391 1102.09 626.473 1106.9 626.473Z" fill="white"/>
<path d="M1156.83 604.55C1158.15 597.776 1153.97 591.168 1147.5 589.791C1141.03 588.414 1134.71 592.789 1133.4 599.563C1132.08 606.337 1136.26 612.945 1142.73 614.322C1149.21 615.699 1155.52 611.324 1156.83 604.55Z" fill="white"/>
<path d="M1158.06 636.669C1162.22 636.669 1165.59 633.143 1165.59 628.794C1165.59 624.446 1162.22 620.92 1158.06 620.92C1153.91 620.92 1150.54 624.446 1150.54 628.794C1150.54 633.143 1153.91 636.669 1158.06 636.669Z" fill="white"/>
<path d="M1111.58 269.398C1119.14 269.398 1125.28 262.978 1125.28 255.059C1125.28 247.14 1119.14 240.72 1111.58 240.72C1104.01 240.72 1097.88 247.14 1097.88 255.059C1097.88 262.978 1104.01 269.398 1111.58 269.398Z" fill="white"/>
<path d="M1158.62 216.434C1164 216.434 1168.36 211.87 1168.36 206.239C1168.36 200.608 1164 196.044 1158.62 196.044C1153.24 196.044 1148.88 200.608 1148.88 206.239C1148.88 211.87 1153.24 216.434 1158.62 216.434Z" fill="white"/>
</g>
</g>
<defs>
<clipPath id="clip0_1139_1017">
<rect width="1200" height="628" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 14 KiB

@@ -0,0 +1,22 @@
<svg width="1200" height="628" viewBox="0 0 1200 628" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1138_1015)">
<g style="mix-blend-mode:soft-light" opacity="0.35">
<path d="M417.411 597.392C349.284 734.048 188.257 787.001 57.7485 715.665C-72.7605 644.328 -123.331 475.716 -55.2039 339.058C12.9233 202.402 173.95 149.449 304.459 220.787C434.968 292.124 485.538 460.734 417.411 597.392ZM369.288 571.088C423.542 462.26 383.27 327.985 279.338 271.176C175.407 214.367 47.1721 256.535 -7.0817 365.362C-61.3354 474.191 -21.063 608.465 82.869 665.276C186.8 722.085 315.035 679.915 369.288 571.088Z" fill="white"/>
<path d="M210.766 464.66L205.228 446.51C340.876 364.96 432.834 312.164 481.103 288.124C501.201 277.89 518.645 271.096 533.434 267.742C539.207 266.807 543.321 267.013 545.775 268.36C547.89 269.288 549.275 271.208 549.928 274.121C552.482 285.223 531.179 303.861 486.021 330.034C450.448 351.185 358.696 396.061 210.766 464.66Z" fill="white"/>
<path d="M150.712 415.055L166.117 404.914C104.373 228.894 66.5504 126.47 52.6484 97.6408C41.5433 72.5373 32.3863 55.5712 25.1774 46.7427C18.5775 38.9139 13.3188 36.6467 9.4015 39.9409C6.68686 41.9939 5.15227 44.7599 4.79776 48.2392L4.38841 54.5431C4.45151 59.2852 5.1864 65.1067 6.59311 72.0079C7.48019 80.6542 14.9066 103.931 28.8723 141.838C47.081 188.623 87.6941 279.696 150.712 415.055Z" fill="white"/>
<path d="M212.974 468.049L197.569 478.19C251.102 632.084 288.925 734.508 311.038 785.463C320.107 806.851 329.264 823.817 338.509 836.361C342.348 840.972 345.62 843.59 348.326 844.216C350.514 844.934 352.755 844.4 355.047 842.614C363.833 835.848 359.014 807.221 340.592 756.735C326.409 716.557 283.87 620.328 212.974 468.049Z" fill="white"/>
<path d="M136.525 465.454L142.063 483.604C-13.4812 576.532 -105.44 629.327 -133.813 641.99C-157.754 653.692 -175.198 660.486 -186.144 662.372C-196.009 663.905 -201.425 662.09 -202.393 656.927C-203.206 653.526 -202.677 650.375 -200.806 647.476L-197.239 642.379C-194.273 638.796 -190.128 634.84 -184.805 630.512C-178.805 624.499 -158.801 611.712 -124.792 592.151C-82.0744 568.664 5.03122 526.431 136.525 465.454Z" fill="white"/>
<path d="M192.348 486.062L174.607 481.827C108.536 630.283 66.1142 730.713 47.3414 783.116C39.311 804.954 34.3289 823.731 32.395 839.446C31.9958 845.549 32.5415 849.823 34.0319 852.269C35.0943 854.397 37.0392 855.678 39.8666 856.113C50.648 857.833 66.5721 834.024 87.6391 784.685C104.742 745.772 139.645 646.232 192.348 486.062Z" fill="white"/>
<path d="M140.042 427.623L131.701 444.557C-41.0393 395.1 -141.717 364.344 -170.33 352.29C-195.162 342.838 -212.084 334.726 -221.098 327.955C-229.109 321.735 -231.713 316.441 -228.911 312.074C-227.188 309.067 -224.687 307.231 -221.406 306.566L-215.442 305.603C-210.925 305.266 -205.323 305.538 -198.636 306.419C-190.333 306.609 -167.553 312.379 -130.296 323.728C-84.2288 338.748 5.88368 373.38 140.042 427.623Z" fill="white"/>
<path d="M193.075 482.031L201.415 465.097C352.404 507.868 453.081 538.624 503.447 557.364C524.569 565.008 541.492 573.12 554.214 581.699C558.927 585.312 561.697 588.504 562.522 591.273C563.392 593.495 563.074 595.878 561.569 598.422C555.878 608.163 528.229 605.569 478.622 590.64C439.185 579.257 344.002 543.054 193.075 482.031Z" fill="white"/>
<path d="M184.108 402.49L201.85 406.725C277.055 236.545 319.477 136.115 329.114 105.437C338.214 79.4637 343.197 60.687 344.061 49.1068C344.681 38.6844 342.493 33.1876 337.499 32.6165C334.193 32.0581 331.24 32.8777 328.64 35.0755L324.094 39.2297C320.936 42.6298 317.524 47.2905 313.859 53.2116C308.647 59.982 298.18 81.9396 282.456 119.085C263.738 165.649 230.955 260.118 184.108 402.49Z" fill="white"/>
<path d="M137.14 457.682V886.524L237.676 886.527V457.682L137.14 457.682Z" fill="white"/>
<path d="M262.756 494.306L257.348 504.368C244.551 523.698 227.29 535.671 205.567 540.286C183.737 544.836 162.421 540.495 141.62 527.262C122.245 513.581 109.943 495.583 104.715 473.267C99.5477 450.844 103.119 429.234 115.43 408.435C128.227 389.105 145.487 377.132 167.211 372.517C189.041 367.967 210.356 372.308 231.157 385.54C250.533 399.222 262.835 417.22 268.063 439.536C269.717 446.732 270.453 454.044 270.271 461.47L269.259 472.561C268.109 479.967 265.942 487.215 262.756 494.306Z" fill="white"/>
</g>
</g>
<defs>
<clipPath id="clip0_1138_1015">
<rect width="1200" height="628" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 4.3 KiB

+34 -9
View File
@@ -52,6 +52,31 @@
.home-page-hero {
@apply relative w-full;
min-height: 24rem;
@screen lg {
@apply h-96;
}
.home-page-hero-background {
@apply w-full h-full overflow-hidden;
background-image: url("/images/home/hero-background.svg");
background-repeat: no-repeat;
background-size: cover;
img {
@apply w-full;
}
}
.home-page-hero-text {
h1 {
@apply mx-0;
line-height: 3.5rem !important;
font-size: 3rem !important;
}
}
.dot-overlay {
@apply w-full h-full absolute top-0 left-0 pointer-events-none;
@@ -59,6 +84,15 @@
z-index: -1;
}
.home-hero-btn-primary {
@include gradient-button;
@apply py-4 px-12 text-lg;
}
.home-hero-btn-secondary {
@apply py-4 px-12 text-lg;
}
.home-page-hero-content {
@apply flex flex-col justify-center pt-12;
z-index: 100;
@@ -81,15 +115,6 @@
font-size: 5rem !important;
}
}
.home-hero-btn-primary {
@include gradient-button;
@apply py-4 px-12 text-lg;
}
.home-hero-btn-secondary {
@apply py-4 px-12 text-lg;
}
}
}
@@ -148,3 +148,67 @@ body {
}
}
}
.home-page-section p {
color: black !important;
}
.home-page-build-section-background {
@apply w-full h-full overflow-hidden absolute top-0 left-0 bg-violet-200 shadow-lg;
// background: rgb(255,255,255);
// background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(213,181,215,1) 30%, rgba(208,173,211,1) 50%, rgba(213,181,215,1) 70%, rgba(255,255,255,1) 100%);
.home-page-build-section-image {
@apply w-full h-full;
background-image: url("/images/home/hexagons.svg");
background-repeat: no-repeat;
background-size: cover;
opacity: 0.5;
}
}
.home-page-manage-section-background {
@apply w-full h-full overflow-hidden absolute top-0 left-0 bg-yellow-200 shadow-lg;
// background: rgb(255,255,255);
// background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(252,229,170,1) 30%, rgba(250,217,127,1) 50%, rgba(252,229,170,1) 70%, rgba(255,255,255,1) 100%);
.home-page-manage-section-image {
@apply w-full h-full;
background-image: url("/images/home/circuits.svg");
background-repeat: no-repeat;
background-size: cover;
opacity: 0.5;
}
}
.home-page-cloud-section-background {
@apply w-full h-full overflow-hidden absolute top-0 left-0 bg-blue-200 shadow-lg;
// background: rgb(255,255,255);
// background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(219,222,247,1) 30%, rgba(184,189,240,1) 50%, rgba(219,222,247,1) 70%, rgba(255,255,255,1) 100%);
.home-page-cloud-section-image {
@apply w-full h-full;
background-image: url("/images/home/ship-wheel.svg");
background-repeat: no-repeat;
background-size: cover;
opacity: 0.6;
}
}
.home-page-science-section-background {
@apply w-full h-full overflow-hidden absolute top-0 left-0 bg-gray-800 shadow-lg;
//background: rgb(255,255,255);
//background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(242,219,231,1) 30%, rgba(229,183,206,1) 50%, rgba(242,219,231,1) 70%, rgba(255,255,255,1) 100%);
.home-page-science-section-image {
@apply w-full h-full;
background-image: url("/images/home/science.svg");
background-repeat: no-repeat;
background-size: cover;
opacity: 0.2;
}
}