• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

SVG fill

Community Beginner ,
Dec 14, 2017 Dec 14, 2017

Copy link to clipboard

Copied

I am creating graphics for a kids learning app. The activity for a kid is to colour the objects with the colour values given in the app.

the object which needs to be coloured is a compound path with white in fill.

I convert this to SVG and proceed further.

The problem which I face sometimes is the object does not get coloured by any colour values. It remains white only. I actually want it to be coloured with any colour I select.

Numbers 7-10-04.jpg

Views

1.7K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Beginner , Dec 15, 2017 Dec 15, 2017

hey, the problem is solved...only sum changes in SVG dialogue box was done and we were able to colour the frog.

Anyways, thnq so much for your help and efforts.

Votes

Translate

Translate
Adobe
Community Expert ,
Dec 14, 2017 Dec 14, 2017

Copy link to clipboard

Copied

And you issue is inside Illustrator or with the coding of the app?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Dec 14, 2017 Dec 14, 2017

Copy link to clipboard

Copied

I deal with the designing part. We have different coding dept for this. I just want to know where exactly the issue is..?

In designing or in converting to SVG ? If I am doing the steps right while converting it to SVG or designing then I can tell the coding dept to check from their side.

These are the things which I do for the same activity..I make sure that the path which needs to be filled is a "compound path" and it has a white fill "FFFFFF". Is there anything else that I have to do ?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mentor ,
Dec 14, 2017 Dec 14, 2017

Copy link to clipboard

Copied

To be clear, do you have any issues with changing the color of the white compound shape in Illustrator? Or is this just a problem the coding department is having with your exported SVG?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Dec 14, 2017 Dec 14, 2017

Copy link to clipboard

Copied

I can change the colour in illustrator but the coding department is having problem with my exported SVG and they come to us to check whether we have converted it right?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mentor ,
Dec 14, 2017 Dec 14, 2017

Copy link to clipboard

Copied

I don't know a whole lot about SVGs, but it looks like the essential elements are a path with a class name and some CSS that assigns a fill to that class. Have you looked at the SVG code? If you place it in a HTML document, can you change the color of the object by assigning a new hex color code to the fill? Could you maybe post the SVG code here?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Dec 14, 2017 Dec 14, 2017

Copy link to clipboard

Copied

<?xml version="1.0" encoding="utf-8"?>

<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->

<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"

viewBox="0 0 215.6 232.3" style="enable-background:new 0 0 215.6 232.3;" xml:space="preserve">

<style type="text/css">

.st0{opacity:0.2;}

.st1{opacity:0.3;fill:#439539;enable-background:new    ;}

.st2{opacity:0.19;}

.st3{fill:#3D5427;}

.st4{fill:#9AC149;}

.st5{opacity:0.25;}

.st6{fill:#E4E76D;}

.st7{opacity:0.3;}

.st8{fill:#439539;}

.st9{fill:#7BAB57;}

.st10{opacity:0.12;}

.st11{fill:#DAE8A2;}

.st12{fill:#FFFFFF;}

.st13{opacity:0.4;}

.st14{fill:#06871B;}

.st15{fill:#D6BF5F;}

.st16{opacity:0.2;enable-background:new    ;}

.st17{fill:#D3D3D3;}

.st18{fill:url(#SVGID_1_);}

.st19{fill:url(#SVGID_2_);}

.st20{fill:url(#SVGID_3_);}

.st21{fill:url(#SVGID_4_);}

.st22{fill:#93031C;}

</style>

<g id="frog7">

<g class="st0">

<path d="M196,183.9c12.7,8.3,19.4,27.7-0.3,34.5c-20.5,7-24.9,13-50.9,12.5c-26-0.4-35.9,3-54.6,0.4c-18.6-2.6-28.4,0.9-48.1-6

c-19.5-7-34.7-11.3-36.2-22.9c-1.5-11.7,9.5-31.2,63.9-34.2c26.1-2,64,0,92.9,5.5c2.2,0.2,3.9-0.4,7.3,0.4

c1.6,0.4,0.3,3.2-0.3,4.6c2-1,4.7-2.6,8-2.2C184.6,177.3,193.1,182.1,196,183.9z"/>

</g>

<g>

<path d="M92.2,160c23.6,0,50.8,2.2,73,6.4c0.4,0,0.8,0.1,1.1,0.1c0.9,0,1.8-0.1,2.8-0.1s2.1,0.1,3.5,0.4c1.7,0.4,0.3,3.3-0.3,4.7

c1.8-0.9,4.2-2.3,7-2.3c0.4,0,0.8,0,1.2,0.1c7.1,1,15.8,5.9,18.7,7.7c13,8.5,19.9,28.4-0.3,35.4c-20.3,7-25.2,12.9-49.5,12.9

c-0.9,0-1.8,0-2.7,0c-1.6,0-3.2,0-4.6,0c-16.4,0-26.3,1.5-37,1.5c-4.5,0-9.1-0.3-14.4-1c-19.1-2.7-29.2,0.9-49.3-6.2

c-20.1-7.1-35.7-11.5-37.2-23.5s9.7-32,65.6-35.2C76.6,160.3,84.2,160,92.2,160 M92.2,159c-8.2,0-15.8,0.3-22.6,0.8

c-25.3,1.4-44,6.3-55.6,14.6C2.1,183,1.9,192.3,2.4,196c1.4,11.5,15.5,16.4,33.3,22.6c1.5,0.5,3.1,1.1,4.7,1.7

c13.2,4.7,22.3,4.9,32,5.1c5.4,0.1,11.1,0.3,17.9,1.2c5,0.7,9.8,1,14.8,1c4.9,0,9.7-0.3,14.7-0.6c6.2-0.4,13.3-0.9,22.3-0.9

c1.5,0,3.1,0,4.6,0c0.9,0,1.9,0,2.8,0c18.3,0,26-3.2,36.7-7.7c3.9-1.6,8.3-3.5,13.9-5.4c6.9-2.4,11.3-6.3,12.9-11.5

c2.5-8.2-2.7-19.1-12.2-25.3c-1.1-0.7-11.2-6.9-19.7-8c-0.5-0.1-1.1-0.1-1.6-0.1c-1.6,0-3,0.3-4.2,0.7c0.3-1.5,0-2.6-1.8-3

c-1.5-0.3-2.8-0.5-4.3-0.5c-0.6,0-1.2,0-1.7,0.1c-0.4,0-0.8,0-1.1,0c-0.2,0-0.4,0-0.6,0C144.4,161.4,117,159,92.2,159L92.2,159z"

/>

</g>

<g id="leaff1_x5F_frogf1_4_">

<path class="st1" d="M39.6,216.4c4.4,0,9.3,1.6,14.6,3.5c5.3,2,14.6,1.8,25.1,0.8c10.4-1,21.5,1,30.6,2.8s46.8,1.8,61.2-5.1

c7.6-3.6,14.5-3.7,19.3-2.9c1.5-0.6,2.8-1.1,4.2-1.6c-4.3-1.4-13.2-3.1-23.4,1.8c-14.4,6.9-52.1,6.9-61.2,5.1

c-9.1-1.8-20.2-3.7-30.6-2.8c-10.4,1-19.7,1.2-25.1-0.8c-5.3-2-10.2-3.5-14.6-3.5s-6.9-3-15.7-6.1c-6.6-2.2-18-7.6-19-16.3

c-0.5,6.5,5,11.9,15.7,17.8c1.1,0.5,2.2,0.9,3.2,1.3C32.8,213.5,35.2,216.4,39.6,216.4z"/>

<g class="st2">

<path class="st3" d="M204.5,183.5c0,0,15.6,22.6-5.5,28.8s-22.6,12.9-49.3,12.4c-26.7-0.4-39.8,3.5-58.9,0.9

c-19.1-2.7-29.2,0.9-49.3-6.2c-20.1-7.1-35.7-11.5-37.2-23.5s6.5-31.1,62.4-34.2C122.5,158.6,204.5,183.5,204.5,183.5z"/>

</g>

<g>

<g>

<path class="st4" d="M12.7,177.6c15.4-15.5,56.5-17.8,79.5-17.8c11.5,0,23.7,0.6,34.2,1.6c15.6,1.5,25.1,3,31.3,4

c4.8,0.7,7.7,1.2,10.2,1.2c0.7,0,1.4,0,2-0.1c1.6-0.2,2.6,0.1,3.1,0.8c0.8,1.2-0.4,3.3-1.2,4.6c0.4-0.2,0.7-0.4,1-0.6

c1.9-1,3.9-2.1,6.6-2.1c1.7,0,3.6,0.4,5.6,1.3c0.9,0.4,2,0.8,3.1,1.2c7.5,2.9,18.8,7.2,23.1,21.3c4.2,13.9-7.5,18.1-30.8,26.4

c-1.4,0.5-2.8,1-4.3,1.6c-8.1,2.9-18.5,4.2-34.7,4.2c-8.5,0-18.2-0.3-28.4-0.7c-4.6-0.2-9.5-0.3-14.5-0.5

c-33.7-1-54.9-3.7-64.9-8.1c-16.2-7.2-27.3-13.6-29.1-21.5C3.8,189.4,6.3,184.1,12.7,177.6z"/>

</g>

<g>

<g class="st5">

<path class="st6" d="M121.5,190.5c0,0,8.7-0.9,24.3,2.2c15.7,3.1,31.2,1.9,32,3.5s-5.7-1-7.8,1.5s-4.7,2.2-7.9,2.1

c-3.2-0.1-4.8,4.1-11.1,3.2c-6.3-1-8.1-3.4-8.2-1.7c-0.1,1.6-3.7,1.9-7.9-1.3c-4.2-3.1-10.8-5.6-13.3-6.8s2.3,0.3,5.9,1.3

c3.7,1,9.6,2.2,5.3,0.5s-2.7-1.6,4.7-0.2c7.4,1.5,6-0.6-1.9-1.6c-7.9-1.1-13.2-1.7-9.8-1.7

C129.5,191.5,118.4,190.5,121.5,190.5z"/>

</g>

<g class="st0">

<path class="st6" d="M124.7,184.2c0,0,7.8-1.3,15.9-1.6c8-0.4,19.1-4.7,17.6-1.8s7.2-0.2,3.8,1.4c-3.4,1.6,0,2.9,8.3,3.4

s10.4,0.9,7.2,1.4s-1.5,1.1,0,1.3s-0.6,1.6-8.5,0.7c-7.8-0.9-8.5-0.4-1.9,0.7c6.6,1.1,1.7,1.3-5.8,0c-7.8-1.3-9.4-1.3-17.5-2

c-8-0.7-13.8-0.9-17.6-0.9c-3.8,0,4.2-0.4,9.1-0.5c4.9-0.2,12.1-0.4,8.3-0.5c-3.8-0.2-3.8-0.2-0.2-0.9s1.5-2-3.4-1.1

s-11.6,1.6-8.9,0.7c2.7-0.9-6.3,0.2-10.6,1.3C116.2,186.9,124.7,184.2,124.7,184.2z"/>

</g>

<g class="st5">

<path class="st6" d="M104.8,194c0,0-8,8.1-7.8,11.5s5.3-5.1,4.6-1.5c-0.7,3.6,4.4,7.9,3.7,0.6

C104.5,197.4,106.8,191.2,104.8,194z"/>

</g>

<g class="st5">

<path class="st6" d="M108.6,193.6c0,0,2.3,3,3,8.4c0.6,5.4,1.9,6.4,3.2,4.8c1.3-1.6,5.1,2.6,9.6,0.8s12.4,1.2,9-1.2

s-3.2-3.2-8.5-6s-5.6-4.4-9-5.8c-3.4-1.4,3.8,3.6,2.4,3.4c-1.5-0.2-4.1-2.8-7.5-4.4C107.3,192,107.5,192.2,108.6,193.6z"/>

</g>

<g class="st0">

<path class="st6" d="M96.1,190.3c-4.4,1.2-7.4,1.2-12.4,2.8s-17.6,4-23.1,6.7c-5.4,2.7-5.9,0.9-3.3-0.6

c2.6-1.5-4.5-0.3,3.2-3.3c7.7-2.9,3.6-2.6-4.2-0.9c-7.8,1.6-6.2-1.4-1.2-3s-6.3-0.5-3.8-1.1c2.6-0.6,1.2-0.7-5.7-0.3

c-6.9,0.3,13.1-2.8,21-2.5c7.8,0.4-3.6,1.6,3.6,0.8s6.3-0.2,2,1.2c-4.4,1.4,2.9,0.5,10.1-0.3

C89.4,188.9,100.5,189.1,96.1,190.3z"/>

</g>

<g class="st0">

<path class="st6" d="M94.3,184.3c0,0-12.8-2.7-20.7-3s2.5,0.6-2.4,1.2c-4.9,0.6-15.8-0.7-26.6,1s-3.1-1.6-0.4-2.4

c2.7-0.9-7.4-2.6,3.5-1.9c10.9,0.7,10.3,0,5.4-1.1c-4.9-1.2-2.8-2,4.1-0.5s-0.3-1.5,7.1,0.1s-1.6-1.2,1.1-2.1

c2.7-0.8,14.1,2.4,10.7,2.2c-3.3-0.2-1.3,0.5,3.8,1.5c5.1,0.9,11.7,2.3,7.7,2.1C83.7,181,99,184.1,94.3,184.3z"/>

</g>

<g class="st0">

<path class="st6" d="M101.8,185.1c0,0-8.8-8-16.9-10.4s-1-2.7,3.5-1.2s-1.4-2.3,2.7-1.8c4.2,0.5,2.2-0.6,6.2-2.3s3-1.4,3.8,2.9

c0.7,4.2,1.9-3.6,5.6-4.2c3.8-0.6-0.4,2.3,2.5,1.7s2.7-0.3,0.7,2s-4.1,6-5.1,8.7s-1.4-1.4-1.3-3.2s-2.3,1.2-1.2,5

C103.5,186,102.7,186.3,101.8,185.1z"/>

</g>

<g class="st5">

<path class="st6" d="M109.9,184.5c0,0,0.4-6.3,6.1-10.1c5.6-3.8,2.5,1.4,5.4,0s6-1.6,5.1-0.9c-0.9,0.7-7.1,3.8-5.1,3.8

c2.1,0,3.4-3.7,9.9-3.3s10.3-0.6,9.1,0.6c-1.1,1.2,1.4,1.5,6.5,0.8s-1,1.2,4,0.7s1.4,2.1-8.6,1.9c-10-0.2-11.9,0.2-8.8,0.6

c3.1,0.3,2.1,0.7-2.8,1.1c-4.9,0.3-8.9,1.5-13.2,3.1c-4.2,1.6-0.7-0.6,0.3-1.3s-3.2-0.5-5.8,2.5

C109.5,186.9,109.1,186.5,109.9,184.5z"/>

</g>

<g class="st7">

<path class="st8" d="M92.2,180.6c0,0-18.5-9.1-28-9.8s5,2.9,15.2,6.2s13.6,5.6,11.2,5.3c-2.5-0.4,8.8,2.4,4.9,3.8

c-3.9,1.4-7.2-3.4-36.4-2.1c-29.2,1.2-36.3,6.3-30.9,5.3s29.5-5,45.1-3.3c15.5,1.7-4,2,4.4,1.7s24.6,0.6,21.1,2.7

c-3.4,2-37.7,9-43.7,14s14.2-4.2,29.1-8.4c14.8-4.2,19.2-5.6,20.8-2.6c1.6,3.1-1.5-4,3.3-1.6c4.8,2.3-1.3-2,7.2,1.5

c8.5,3.6,22.2,11.6,23.3,13.5c1.1,1.8,4.4,0.5-2.1-3.5c-6.4-4-17.9-10.1-22.2-11.7c-4.3-1.6,6.4,0.3,0.5-1.6

c-6-1.9,3.2-1.3,16-0.9c12.8,0.4,18.8,1.7,31.5,3.7c12.6,1.9,29.2,2.4,31.6,2.1c2.4-0.3,2.5-2-0.1-1.5s-27.5-1.1-38.4-3.5

c-10.9-2.4-40.7-2.5-45.1-1.9c-4.4,0.5,8.6-4.7,22.2-6.5s25.3-1.8,31.8-4.6s5.1-3.4,1.5-1.7c-3.6,1.6-18.4,4.1-24.1,4.1

c-5.7,0-26.4,4.2-34.8,8.5c-0.8,0.4,1.5-3,0.2-1.8c-1.3,1.1,3.9-12.7,9.4-16.1c5.5-3.5-1.4-3.7-7.1,5.8s-3.9,10.2-5.1,7.4

c-1.1-2.8-0.3,0.1-0.3,2.7c0,2.5-0.2,2.2-2.6,0.8C99.1,185,92.2,180.6,92.2,180.6z"/>

</g>

<g>

<path class="st9" d="M23.3,208.4c8.9,3.3,11.3,6.3,15.8,6.3c4.4,0,9.3,1.6,14.7,3.7c5.3,2,14.8,1.3,25.3,0.3s21.6,1,30.7,2.9

c9.1,1.8,46.8,2.4,61.2-4.8c9.3-4.6,17.5-3.6,22.2-2.3c0.5-0.2,0.9-0.4,1.3-0.5c-4.3-1.4-13.2-3.1-23.4,1.8

c-14.4,6.9-52.1,6.9-61.2,5.1c-9.1-1.8-20.2-3.7-30.6-2.8c-10.4,1-19.7,1.2-25.1-0.8c-5.3-2-10.2-3.5-14.6-3.5s-6.9-3-15.7-6.1

C17.4,205.4,6,200,5,191.3c-0.1,1.2,0,2.4,0.4,3.6C8.5,201.9,17.7,206.3,23.3,208.4z"/>

</g>

<g class="st10">

<path class="st11" d="M67,168.2c0,0,3.5-1.4,9.7,0.1c6.2,1.6,2.6-1.1,7.6-1.2c5-0.1-2.1-2.7-13-2.3

C60.3,165.3,58,167.9,67,168.2z"/>

</g>

<g class="st0">

<path class="st12" d="M33.1,188.8c0,0,20.1-2.4,30.4-2.4C73.8,186.4,47.3,184.9,33.1,188.8z"/>

</g>

</g>

</g>

<g class="st13">

<path class="st14" d="M199.3,176.9c13,8.5,19.9,28.4-0.3,35.4c-21,7.2-25.5,13.3-52.2,12.8c-26.7-0.4-36.9,3.1-56,0.5

c-19.1-2.7-29.2,0.9-49.3-6.2c-20.1-7.1-35.7-11.5-37.2-23.5s9.7-32,65.6-35.2c26.8-2,65.6,0,95.3,5.6c2.3,0.2,4-0.4,7.5,0.4

c1.7,0.4,0.3,3.3-0.3,4.7c2.1-1,4.8-2.7,8.2-2.2C187.6,170.2,196.4,175.1,199.3,176.9z"/>

</g>

</g>

<g>

<g>

<path class="st15" d="M180.4,210.9c0.2,0.2,0.4,0.2,0.7,0.1l0,0h0.1l0,0c0.2-0.1,0.3-0.2,0.2-0.4c-1.6-7,10.2-6.5,14.1-4.3

c0.3,0.2,0.7,0.1,0.8-0.2c1.2-3.6,5.3-3.8,8.7-3c0.1,0.1,0.3,0.2,0.4,0.4c0.2,0.2,0.7,0.2,0.9,0c0.6,0.2,1.1,0.4,1.6,0.6

c0.1,0,0.2-0.1,0.1-0.1c-0.5-0.3-1-0.5-1.5-0.7c0-0.1,0-0.2-0.1-0.3c-3-3.1-6.9-4.9-10.8-6.7c-2.6-1.2-5.3-2.4-7.9-3.4

c-3.3-1.3-6.7-2.5-10.1-3.4c-2.6-0.6-5.6-1.2-8.3-0.7C158,191.2,173.8,209.2,180.4,210.9z"/>

</g>

<g>

<path class="st15" d="M44.9,186.8c-2.7-0.5-5.6,0.3-8.2,1c-3.4,1-6.7,2.3-10,3.8c-2.6,1.2-5.2,2.5-7.8,3.7

c-3.8,1.9-7.7,3.9-10.6,7.1c-0.1,0.1-0.1,0.2-0.1,0.3c-0.5,0.2-1,0.5-1.5,0.8c-0.1,0.1,0,0.1,0.1,0.1c0.5-0.2,1-0.4,1.5-0.7

c0.3,0.2,0.7,0.2,0.9,0c0.1-0.1,0.3-0.3,0.4-0.4c3.4-0.9,7.5-0.9,8.9,2.6c0.1,0.3,0.6,0.4,0.9,0.2c3.8-2.4,15.6-3.4,14.3,3.7

c0,0.2,0.1,0.3,0.3,0.4l0,0h0.1l0,0c0.2,0.1,0.5,0,0.7-0.1C41.3,207.3,56.4,188.7,44.9,186.8z"/>

</g>

<g>

<path class="st15" d="M90.8,202.3c-0.1-0.1-0.1-0.3-0.2-0.4v-0.1l0,0l-0.1-0.1c-3.5-4.9-8-9.8-14.3-10.4

c-6.9-0.7-12.9,5.4-16.9,10.4c-0.2,0.3-0.1,0.5,0.2,0.6c-0.4,0.3-0.8,0.6-1.1,1l-0.1,0.1c-0.4,0-0.4,0.6,0,0.6

c0.2,0,0.4-0.1,0.4-0.3c0.2,0,0.3,0,0.4-0.1c4.7-4.6,10.4-1.5,13.5,3.1c-0.1,0.2-0.2,0.5-0.4,0.7c-0.1,0.2,0.3,0.4,0.5,0.2

c0.1-0.2,0.3-0.4,0.4-0.6c0.4,0,0.8-0.3,0.6-0.7l0,0c1.6-2.1,3.4-4,5.6-5.4c1.4-0.9,3-1.4,4.7-1.4c1.3,0,3.7,0.8,4.9,2

c0.1,0.1,0.2,0.3,0.3,0.4c0,0.3,0.3,0.6,0.5,0.7C90.1,203.1,91.1,202.9,90.8,202.3z"/>

</g>

<g>

<path class="st15" d="M125.9,206.6c0.2-0.2,0.4-0.5,0.5-0.8c0.1-0.1,0.2-0.3,0.3-0.5c1.1-1.3,3.5-2.2,4.8-2.2

c1.7-0.1,3.3,0.3,4.8,1.2c2.2,1.3,4.2,3.2,5.9,5.2l0,0c-0.2,0.4,0.2,0.7,0.6,0.6c0.2,0.2,0.3,0.4,0.5,0.6c0.1,0.2,0.6,0,0.5-0.2

s-0.3-0.5-0.4-0.7c2.9-4.8,8.5-8.1,13.4-3.7c0.1,0.1,0.3,0.1,0.4,0.1c0,0.1,0.2,0.3,0.4,0.3c0.5,0,0.5-0.6,0-0.6

c0,0,0-0.1-0.1-0.1c-0.4-0.4-0.8-0.7-1.2-1c0.2-0.1,0.4-0.4,0.1-0.6c-4.1-4.8-10.4-10.6-17.3-9.7c-6.3,0.9-10.6,6-13.9,11

l-0.1,0.1l0,0v0.1c-0.1,0.1-0.2,0.3-0.2,0.4C124.6,206.7,125.6,206.9,125.9,206.6z"/>

</g>

<path class="st12" d="M214.9,202.2c-1.1,2.3-3.6,2.7-5.9,2.2c-1.6-0.4-4.1-1.5-5.2-3.2c-1.3-0.7-2.6-1.4-4-2

c-2.6-1.2-5.2-2.1-7.9-3c-2.8-0.9-5.6-1.8-8.4-2.5c-1.2-0.3-2.5-0.5-3.7-0.7c3.4,2.7,7,5.1,10.9,7.2c0.8-1.1,2.4-1.6,3.9-1.5

c2.5,0.1,4.3,2.4,4,4.9c-0.4,2.8-2.7,3.2-5,2.5c0,0,0,0-0.1,0c-8.7-3.1-15.4-10.9-24-13.8c-0.6,0.8-0.7,1.6-0.2,2.9

c0.6,1.8,1.9,3.5,3.1,4.9c1.2,1.5,2.7,3,4.2,4.4c0.7-0.9,1.8-1.5,3.2-1.6c2.7-0.2,5.1,1.7,5.4,4.4c0.4,2.6-1.7,5.5-4.3,5.9

c-2.3,0.4-4.7-1.1-5.3-3.2c-6-3.4-11.2-8.7-15-14.2c-0.7-1-1.4-2.2-2-3.3c-3.7,1.2-7.6,1.7-11.5,1.8c2.7,3.3,6.1,6,9.9,8.1

c1.1-1.1,3.2-1.3,4.6-0.5c2.8,1.5,3,5,0.8,7.2c-2.2,2.1-6.1,2.4-8.6,0.9c-2.4-1.5-2.8-4.7-0.7-6.1c-1.4-1.5-2.8-2.9-4.4-4.2

c-1.5-1.2-3.1-2.2-4.7-3.3c0,3.2,0.4,6.4,0.9,9.6c1.9,0.2,3.6,1.8,3.7,3.7c0.2,2.9-2.9,4.7-5.4,4.9c-2.5,0.3-5.4-0.8-5.9-3.5

c-0.4-2.3,1.4-4.4,3.6-5.1c-0.2-1.1-0.3-2.2-0.6-3.2c-0.6-2.3-1.5-4.3-2.8-6.2c-1.3,0.6-2.6,1.4-3.8,2.4c-1.6,1.4-2.7,3-3.7,4.7

c1.3,1.6,1.2,3.9-0.3,5.5c-2,2-5.6,1.4-7.5-0.3c-1.9-1.6-2.8-4.8-1-6.8c1.4-1.5,3.8-2.1,5.5-1.2c2.9-2.1,5.3-4.8,7.4-7.8

c-0.8-0.2-1.5-0.3-2.3-0.5c-1.3,0.2-2.6,0.5-3.9,0.8c-6.7,1.4-13.5,2-20.3,1.8c-8-0.2-15.9-1.3-23.8-2.6c1.6,1.7,3.3,3.3,5.3,4.5

c1.7-1,4.2-0.5,5.6,0.9c1.9,1.9,1.2,5.1-0.7,6.8c-1.9,1.8-5.4,2.6-7.5,0.6c-1.6-1.5-1.8-3.8-0.5-5.4c-1.1-1.7-2.3-3.3-3.9-4.6

c-1.2-1-2.5-1.7-3.9-2.3c-1.2,2-2.1,4-2.6,6.4c-0.2,1.1-0.4,2.2-0.5,3.3c2.2,0.7,4.1,2.7,3.8,5c-0.4,2.7-3.3,3.9-5.7,3.7

c-2.5-0.2-5.7-1.7-5.6-4.7c0.1-2,1.7-3.6,3.6-3.9c0.4-3.2,0.6-6.4,0.5-9.6c-1.5,1.1-3.1,2.2-4.6,3.5c-1.5,1.4-2.9,2.8-4.2,4.4

c2.1,1.3,1.9,4.6-0.5,6.1c-2.5,1.6-6.4,1.5-8.6-0.5c-2.3-2.1-2.3-5.6,0.5-7.2c1.4-0.8,3.5-0.8,4.6,0.3c3.4-2.1,6.5-4.7,8.9-7.8

c-3.6,0-7.2-0.5-10.8-1.5c-0.5,1.2-1.2,2.3-1.9,3.4c-3.7,5.7-8.7,11.2-14.6,14.7c-0.6,2.2-2.9,3.7-5.2,3.4

c-2.6-0.3-4.8-3.1-4.5-5.7c0.3-2.7,2.6-4.7,5.3-4.6c1.4,0,2.5,0.6,3.2,1.5c1.5-1.4,2.9-3,4.1-4.5c1.2-1.5,2.4-3.2,3-5

c0.4-1.3,0.3-2.1-0.3-2.9c-8.6,3.1-15,11.2-23.5,14.6c0,0,0,0-0.1,0c-2.2,0.8-4.6,0.5-5.1-2.3c-0.4-2.4,1.3-4.8,3.9-5

c1.5-0.1,3,0.3,3.9,1.4c3.8-2.2,7.4-4.7,10.7-7.6c-1.2,0.2-2.5,0.5-3.7,0.8c-2.8,0.8-5.6,1.7-8.4,2.8c-2.6,1-5.3,2-7.8,3.2

c-1.3,0.7-2.6,1.4-3.9,2.2c-1,1.7-3.5,2.9-5.1,3.3c-2.3,0.6-4.8,0.3-6-2c-1.1-2.1-0.5-5.1,2-5.8c1.5-0.4,3.8,0,5.1,1.2

c7.3-2.2,14-6.6,20.9-9.6c3.6-1.5,7.3-3.1,10.3-5.6c2.3-1.9,3.5-3.9,4-6.4c-0.2-1.5-0.7-3.1-1.3-4.7c-1.7-4-3.8-7.8-5.6-11.7

c-4.8-10.2-9.9-20.2-14.1-30.6c-2.7-6.7-5.6-13.5-7-20.6c-1.1-5.5-1.9-12.1,2.1-16.6c-0.1,0-0.2-0.2-0.1-0.3

c4.3-3.3,9,0.6,11.8,3.9c4.1,4.8,7.2,10.5,10.1,16.1c1.6,3.1,3,6.2,4.4,9.3c2-15.3,9-30.3,10.2-45.7c-3.9-2.4-8-4.4-11.9-6.9

c-3.4-2.2-7.7-5.2-9.2-9.1c-1.6-4.3,0.3-8.7,3.3-11.9c2.8-3,6-4.8,9.9-5.9c2.8-0.8,6.3-1.4,8.7-3.2c2.9-5.2,6.3-9.9,10.9-13.7

c0.7-2.6,1.7-5.1,2.7-7.5c2-4.6,4.6-9.2,8.3-12.7c2.9-2.7,6.7-4.8,10.7-4.1c3.6,0.7,6.4,2.9,8,5.9c3.7-2.7,9.9-2,13.9-0.2

c2.3-4,6.6-6.6,11.6-5.4c7.7,1.8,11.7,8.9,14.2,15.9c8,5.6,14.3,13.4,19.9,21.4c2.8,1.6,5.6,3.1,8.3,4.8

c4.7,3.1,11.7,7.9,11.2,14.4c-0.6,8.3-10.2,11.6-16.4,14.9c-2.2,1.2-4.4,2.5-6.5,3.8c3.7,15.2,15.9,32.4,18.2,46.6

c1.3-3.2,2.6-6.4,4.1-9.5c2.7-5.7,5.6-11.5,9.5-16.4c2.7-3.4,7.3-7.5,11.7-4.3c0.1,0.1,0,0.2-0.1,0.3c4.1,4.3,3.5,11,2.6,16.5

c-1.2,7.2-3.8,14-6.3,20.8c-3.9,10.6-8.7,20.8-13.1,31.1c-1.7,4-3.7,7.8-5.2,11.9c-0.6,1.6-1,3.2-1.2,4.7c0.6,2.5,1.8,4.5,4.2,6.3

c3.1,2.4,6.9,3.8,10.5,5.2c7,2.8,13.8,6.9,21.2,8.9c1.2-1.3,3.5-1.7,5-1.4C215.2,197.1,215.9,200.1,214.9,202.2z"/>

<g>

<path class="st16" d="M157.8,94.8c-3.1-2.6-2.8,4-2.1,5.7c0.4,1,1.3,3.5,2.5,3.8c1.5,0.3,1.7-1.9,1.7-3c0-1.9-0.3-3.9-1.6-5.8

C158.3,95.4,157.9,94.8,157.8,94.8z"/>

<path class="st16" d="M163.1,105.7c-0.5-0.9-1.7-0.3-2,0.3c-0.3,0.6,0,1.6,0.2,2.2c0.3,0.9,0.6,1.9,1.3,2.6

c0.4,0.4,2.2,1.7,2.1,0.3C164.5,109.1,164,107.5,163.1,105.7z"/>

<path class="st16" d="M155.7,105.6c-0.6-0.2-1.4,0.5-0.9,1.8c0.5,1.4,1.5,0.9,1.6-0.4C156.4,106.2,156.1,105.7,155.7,105.6z"/>

<path class="st16" d="M154.7,88.1c-0.4-0.5-1.2-1.4-1.6-0.4c-0.5,1.3-0.3,3.2,0.8,4.1c0,0,0,0,0.1,0c0,0.1,0,0.1,0.1,0.2

c0.9,1.8,2.7,1.4,2.6,0.9C156.6,92.1,155.2,88.7,154.7,88.1z"/>

<path class="st16" d="M150.2,85.8c0-0.2-0.1-0.4-0.3-0.5s-0.4-0.1-0.6-0.1c-0.2-0.1-0.4,0-0.5,0.2c-0.1,0.3,0,0.9,0.2,1.2

c0.2,0.3,0.8,0.3,1,0C150.2,86.4,150.2,86,150.2,85.8z"/>

<path class="st16" d="M168.4,120.7c0.2-1.9-0.9-5.3-2.4-3.4c-0.3,0.4-0.2,1.6-0.1,2c0.1,0.6,0.5,1.7,1,2.1

C167.8,122.2,168.3,121.7,168.4,120.7z"/>

<path class="st16" d="M191.7,117.7c0.2-0.8,0.3-1.5,0.5-2.3c-1.4,1.2-3.4,0.8-4.8,2c-2.1,1.9-4,6-2.8,8.8

c1.3,3.2,4.8-1.6,5.5-2.9C190.9,121.7,191.3,119.7,191.7,117.7z"/>

<path class="st16" d="M194.8,109.3c-0.1,0-0.2,0-0.3,0.1c-1.1,0.4-2,1.6-2.4,2.7c-0.6,1.8,0.8,2.8,2.1,1.6

C195.2,112.8,198,108.8,194.8,109.3z"/>

<path class="st16" d="M193.2,123.9h0.1c0.6-2.1,1.3-4.2,1.9-6.2c-0.4,0.1-0.8,0.4-0.9,0.5c-0.5,0.5-0.9,1.2-1.2,1.8

C192.7,120.8,191.1,124.1,193.2,123.9z"/>

<path class="st16" d="M188.5,128.8c-0.1,0.3-0.3,0.5-0.4,0.8c-0.7,1.1-1.4,2-1.4,3.3c0,1,1.4,0.9,1.8,0.2c0.7-1.3,1.5-2.5,2-3.9

C190.9,128.1,189,127.9,188.5,128.8z"/>

<path class="st16" d="M184.1,132.3c0-0.9-0.3-1.5-1.4-0.8c-0.4,0.2-0.7,1.1-0.9,1.5c-0.4,1.2,0.2,3.3,1.5,1.8

C183.7,134.4,184.1,133.2,184.1,132.3z"/>

<path class="st16" d="M184.6,139.8c0-0.5-0.3-0.9-1.2-0.7c-0.4,0.1-0.6,0.8-0.8,1.1c-0.6,1.2-0.2,2.1,1.1,1.4

C184.2,141.3,184.6,140.5,184.6,139.8z"/>

<path class="st16" d="M179.4,141.7c-0.1-0.3-0.1-0.5-0.1-0.7c0.1-0.6,0.6-1.4,0.3-2.1c-0.4-1.2-1.7-1.4-2.3-0.4

c-0.5,0.8-0.9,1.9-0.8,2.8c0.1,0.9,0.3,1.7,1.1,2.2c0.4,0.3,1.2,0.5,1.6,0.2C179.9,143.3,179.6,142.4,179.4,141.7z"/>

<path class="st16" d="M178.2,160.3C178.2,160.3,178.3,160.3,178.2,160.3c0.7-1.4,1.3-2.9,1.9-4.4c0-0.1,0.1-0.1,0.1-0.2

c0,0,0,0,0-0.1c-0.4-1.2-1.7-1.4-2.3-0.4c-0.5,0.8-0.9,1.9-0.8,2.8C177.3,158.9,177.5,159.8,178.2,160.3z"/>

<path class="st16" d="M180.5,148.4c-0.5-0.5-2.1,0.1-2.7,1c-0.3,0.4-0.8,1.1-0.8,1.6c0.2,2,3-0.4,3.4-1.1

C180.8,149.1,180.7,148.6,180.5,148.4z"/>

<path class="st16" d="M182.7,126.3c-0.1-0.4-0.2-0.9-0.5-1.3c-1,0.9-1.9,2.1-1.9,3.5c0,1.1,0.4,2,1.5,1

C182.7,128.7,183,127.5,182.7,126.3z"/>

<path class="st16" d="M193,105c0.4-1.1,0.2-2.1-1.4-1.4c-0.4,0.2-0.7,0.8-0.9,1.2c-0.2,0.4-0.7,1.3-0.5,1.9

C190.8,108.6,192.5,106.6,193,105z"/>

<path class="st16" d="M195.6,98c-0.5-0.5-1.5-0.6-2,0.4c-0.7,1.4,1.4,2.4,2.2,1.2C196.2,99.1,196,98.4,195.6,98z"/>

<path class="st16" d="M175.1,162.6c-0.2-0.7-1.2-0.6-1.6-0.2c-0.2,0.3-0.4,0.6-0.5,0.9c-0.1,0-0.2,0.1-0.2,0.1

c-0.3,0.2-0.5,0.5-0.8,0.9c-0.6,0.9-0.9,1.9-0.9,2.9s1.4,1.1,2,0.5c0.6-0.7,1.1-1.5,1.5-2.3C174.9,164.6,175.4,163.5,175.1,162.6

z"/>

<path class="st16" d="M170.2,180.9c-0.3-1.1-0.9-1.7-1.5,0c-0.2,0.7-0.7,1.5-0.4,2.2c0.3,1,1.3,1,1.8,0.1

C170.3,182.7,170.3,181.7,170.2,180.9z"/>

<path class="st16" d="M52.8,92.1c2.8-2.9,3.2,3.7,2.8,5.4c-0.3,1-0.9,3.7-2.1,4c-1.4,0.4-1.9-1.7-2-2.8c-0.2-1.9-0.1-3.9,0.9-5.9

C52.4,92.8,52.7,92.2,52.8,92.1z"/>

<path class="st16" d="M48.8,103.6c0.4-0.9,1.7-0.4,2,0.1c0.4,0.6,0.2,1.6,0.1,2.2c-0.2,0.9-0.4,2-1,2.7c-0.3,0.5-2,1.9-2,0.5

C47.8,107.1,48.1,105.4,48.8,103.6z"/>

<path class="st16" d="M56.2,102.7c0.6-0.3,1.5,0.3,1.1,1.7c-0.4,1.4-1.4,1.1-1.6-0.2C55.5,103.3,55.8,102.8,56.2,102.7z"/>

<path class="st16" d="M55.2,85.1c0.4-0.6,1.1-1.5,1.5-0.6c0.6,1.2,0.7,3.2-0.3,4.2c0,0,0,0-0.1,0c0,0.1,0,0.1-0.1,0.2

c-0.7,1.9-2.5,1.7-2.5,1.1C53.7,89.4,54.8,85.8,55.2,85.1z"/>

<path class="st16" d="M59.7,83.2c0.3,0.3,0.8,0.2,1-0.1c0.2-0.3,0.2-0.9,0-1.2c-0.1-0.2-0.3-0.2-0.5-0.1c-0.2,0-0.4,0-0.6,0.1

c-0.2,0.1-0.3,0.3-0.3,0.5C59.4,82.6,59.5,83,59.7,83.2z"/>

<path class="st16" d="M45.1,119.1c-0.4-1.8,0.3-5.4,2.1-3.7c0.4,0.3,0.3,1.6,0.3,2c0,0.6-0.3,1.8-0.7,2.2

C45.9,120.5,45.3,120,45.1,119.1z"/>

<path class="st16" d="M24.2,114.8c-0.1-0.8-0.2-1.5-0.3-2.3c1.3,1.3,3.3,1,4.7,2.3c2,2,3.6,6.2,2.4,9c-1.5,3.1-4.7-1.8-5.3-3.2

C24.8,118.8,24.5,116.8,24.2,114.8z"/>

<path class="st16" d="M21.5,106.2c0.1,0,0.2,0.1,0.3,0.1c1,0.5,1.9,1.7,2.2,2.8c0.5,1.8-0.9,2.8-2.2,1.5

C20.9,109.6,18.4,105.5,21.5,106.2z"/>

<path class="st16" d="M22.3,120.8h-0.1c-0.5-2.1-1-4.2-1.6-6.3c0.4,0.2,0.8,0.4,0.9,0.5c0.5,0.5,0.8,1.3,1.1,1.9

C23.1,117.8,24.5,121.2,22.3,120.8z"/>

<path class="st16" d="M26.8,126c0.1,0.3,0.2,0.5,0.4,0.8c0.6,1.1,1.3,2,1.2,3.4c0,1-1.5,0.8-1.8,0.1c-0.6-1.3-1.4-2.6-1.8-4

C24.4,125.2,26.4,125.1,26.8,126z"/>

<path class="st16" d="M31,129.8c0-0.9,0.4-1.5,1.5-0.7c0.4,0.3,0.7,1.1,0.8,1.5c0.4,1.2-0.4,3.3-1.6,1.7

C31.3,131.8,31,130.7,31,129.8z"/>

<path class="st16" d="M30.9,139c1.3,0.8,1.7-0.1,1.2-1.3c-0.2-0.4-0.3-1-0.8-1.2c-0.9-0.3-1.2,0.1-1.3,0.7

C30,137.9,30.4,138.7,30.9,139z"/>

<path class="st16" d="M35.2,139.4c0.1-0.3,0.1-0.5,0.1-0.7c-0.1-0.6-0.5-1.5-0.2-2.1c0.5-1.2,1.8-1.3,2.3-0.3

c0.4,0.8,0.8,1.9,0.6,2.8c-0.2,0.9-0.4,1.7-1.2,2.2c-0.4,0.2-1.2,0.4-1.6,0.1C34.6,140.9,35,140.1,35.2,139.4z"/>

<path class="st16" d="M35.3,158L35.3,158c-0.6-1.5-1.1-3-1.6-4.5c0-0.1-0.1-0.1-0.1-0.2c0,0,0,0,0-0.1c0.5-1.2,1.8-1.3,2.3-0.3

c0.4,0.8,0.8,1.9,0.6,2.8C36.4,156.7,36.1,157.6,35.3,158z"/>

<path class="st16" d="M33.8,147.5c0.3,0.8,2.9,3.3,3.3,1.3c0.1-0.5-0.4-1.3-0.7-1.7c-0.6-0.9-2.1-1.6-2.7-1.1

C33.5,146.2,33.4,146.7,33.8,147.5z"/>

<path class="st16" d="M32.7,123.8c0.1-0.4,0.3-0.9,0.5-1.2c1,0.9,1.8,2.2,1.7,3.6c-0.1,1.1-0.5,2-1.5,0.9

C32.5,126.2,32.4,125,32.7,123.8z"/>

<path class="st16" d="M23.6,102c-0.3-1.2,0-2.1,1.4-1.3c0.4,0.2,0.7,0.9,0.9,1.2c0.2,0.5,0.6,1.4,0.4,1.9

C25.6,105.7,24,103.6,23.6,102z"/>

<path class="st16" d="M21.1,96.5c0.7,1.2,2.8,0.4,2.2-1.1c-0.5-1.1-1.4-1-2-0.5C20.9,95.3,20.7,95.9,21.1,96.5z"/>

<path class="st16" d="M38.3,160.5c0.2-0.7,1.2-0.6,1.6-0.1c0.2,0.3,0.4,0.6,0.5,1c0.1,0,0.2,0.1,0.2,0.1c0.3,0.2,0.5,0.6,0.7,0.9

c0.5,0.9,0.8,1.9,0.8,3c-0.1,1-1.5,1-2,0.4c-0.6-0.7-1-1.5-1.3-2.4C38.4,162.5,38,161.4,38.3,160.5z"/>

<path class="st16" d="M42.3,179c0.3-1.1,1-1.7,1.5,0.1c0.2,0.7,0.6,1.5,0.3,2.2c-0.4,1-1.4,0.9-1.8,0

C42,180.8,42.1,179.8,42.3,179z"/>

<path class="st16" d="M149.3,165.8c-0.1-0.2-0.4-1.1-1.5,0.7c-0.7,0.6-1.4,2.7-1.2,3.6c0.1,0.5,0.9,0.5,1.2,0.2

C148.4,169.4,149.8,166.8,149.3,165.8z"/>

<path class="st16" d="M147.9,157.1c-0.4,0.3-0.7,0.9-0.8,1.2c-0.2,0.5-0.5,1.3-0.4,1.8c1,3,4.8-4.5,1.3-3.2

C148,157,148,157.1,147.9,157.1z"/>

<path class="st16" d="M153.5,147.5c-1.2-0.8-3.8,1.1-3.1,3.4c0.9,3.1,3.5,0.6,3.7-1.5C154.2,148.4,154,147.8,153.5,147.5z"/>

<path class="st16" d="M152.9,137.2c-0.2-2.3-2.5,0.5-2.7,1.3c-0.2,0.9,0.4,4.8,1.7,2.8C152.8,139.9,153,138.7,152.9,137.2z"/>

<path class="st16" d="M145.6,175.1c-0.4-0.1-0.9,0.2-1.2,0.9c-0.6,1.3,0.2,1.6,1.2,0.7C146.5,176,146.2,175.2,145.6,175.1z"/>

<path class="st16" d="M145.3,182.2c0-1.1-1.1-1-1.9,0.8c-1,2.5,0.3,2.9,1.3,1.1C145.1,183.3,145.3,182.7,145.3,182.2z"/>

<path class="st16" d="M148.3,144.3c-0.4,0.2-0.7,0.5-0.8,0.8c-0.3,1,0.4,2.6,1.5,1.9C149.9,146.3,150.2,143.2,148.3,144.3z"/>

<path class="st16" d="M153.5,124c-0.7-0.3-1.4-0.1-1,0.8c0,0,0-0.1-0.1-0.1c0.6,0.4-1.1,4.1,1.1,3.3c1.1-0.4,1.3-2.3,0.9-3.2

C154.3,124.5,153.9,124.2,153.5,124z"/>

<path class="st16" d="M61,141c-1.2-0.5-1.2,2-1.2,2.6c0,0.5-0.1,1.5,0.1,1.9c0.5,1.1,1.4,0.5,1.6-0.3

C61.8,144.5,61.8,141.4,61,141z"/>

<path class="st16" d="M63.3,134.6c-1.3-1.7-2.2-0.1-2.2,1.5c0,0.8,0.6,1.3,1.2,1.6c1.9,1,1.7-2.1,1.1-2.9

C63.3,134.7,63.3,134.7,63.3,134.6z"/>

<path class="st16" d="M59.6,129.3c-0.5-0.7-1.3-0.8-1.5,0.6c-0.2,1.2,1.6,2.4,1.8,0.8C60,130.2,59.9,129.7,59.6,129.3z"/>

<path class="st16" d="M63.9,123.7c0.3-0.3,0.4-1,0.3-1.4c-0.2-0.5-0.9-0.6-1.3-0.2c-0.3,0.3-0.4,0.8-0.3,1.3l0,0

c0,0.4,0.5,0.6,0.9,0.6C63.6,123.9,63.8,123.9,63.9,123.7L63.9,123.7L63.9,123.7L63.9,123.7z"/>

<path class="st16" d="M65.3,150.5c-0.2-0.6-0.4-1.5-0.8-1.9c-1-1.3-1.6,0.6-1.6,1.4c0,0.7-0.1,1.6,0.3,2.2

c0.4,0.7,1.4,1.3,1.9,0.3C65.4,151.8,65.5,151.2,65.3,150.5z"/>

<path class="st16" d="M62.5,155.6c0-0.7-1.2-0.7-1.3,0c0,0.3-0.1,0.7-0.1,1c0,0.4,0.3,0.6,0.7,0.5c0.4,0,0.7-0.1,0.7-0.5

C62.5,156.2,62.5,155.9,62.5,155.6z"/>

<path class="st16" d="M66.2,158.9c-0.4-0.3-1.3-0.3-1.5,0.3c0,0.2,0,0.3,0,0.4l0,0c0.2,0.3,0.3,0.7,0.5,1c0,0.1,0,0.2,0,0.3

c-0.1,0.6,0.1,1.3,0.5,1.8s1.4,0.5,1.6-0.3C67.4,161.3,67.1,159.7,66.2,158.9z"/>

<path class="st16" d="M67.6,167.4L67.6,167.4c-0.3-0.4-1-0.4-1.2,0c-0.1,0.4-0.2,1.3,0.2,1.7c0.4,0.3,1,0.2,1.3-0.1

c0.2-0.2,0.2-0.7,0.3-1C68.3,167.7,68,167.5,67.6,167.4z"/>

<path class="st16" d="M72.5,176.2c-0.2-0.3-0.5-0.5-0.7-0.8c-0.4-0.7-1.3-0.3-1.5,0.2c-0.2,0.4,0.1,1.4,0.3,1.8

c0.3,0.6,1.8,1.1,2.1,0.2C72.7,177,72.8,176.6,72.5,176.2z"/>

<path class="st16" d="M74,187.7c-0.1-0.5-0.2-1.1-0.5-1.3c-0.7-0.5-1.4,0.6-1.3,1.3c0,0.6,0.1,1.4,0.5,1.9

c1.1,1.5,1.5-0.2,1.4-1.3C74,188.1,74,187.9,74,187.7z"/>

<path class="st16" d="M77.3,189.8c-0.1-0.2-0.2-0.4-0.3-0.5c0,0.5-0.7,1.2-0.1,1.6C77.8,191.6,77.7,190.5,77.3,189.8z"/>

</g>

<g>

<g>

<path class="st17" d="M92.3,27.9c-3.6,9.7-11.5,15.9-17.6,13.9s-8.2-11.4-4.6-21.1C73.8,11,81.7,4.8,87.8,6.8

C93.9,8.8,95.9,18.2,92.3,27.9z"/>

</g>

<g>

<radialGradient id="SVGID_1_" cx="-22.3151" cy="183.2308" r="13.6846" gradientTransform="matrix(0.8966 0.4241 -0.3559 0.8602 167.1179 -121.4474)" gradientUnits="userSpaceOnUse">

<stop  offset="0.122" style="stop-color:#F99200"/>

<stop  offset="0.2141" style="stop-color:#F48F00"/>

<stop  offset="0.3241" style="stop-color:#E58700"/>

<stop  offset="0.4434" style="stop-color:#CD7800"/>

<stop  offset="0.5692" style="stop-color:#AC6500"/>

<stop  offset="0.7002" style="stop-color:#804B00"/>

<stop  offset="0.8355" style="stop-color:#4B2C00"/>

<stop  offset="0.9719" style="stop-color:#0E0800"/>

<stop  offset="1" style="stop-color:#000000"/>

</radialGradient>

<path class="st18" d="M89.4,30.3C86.6,37.1,80.9,41,76.8,39s-5.2-9.1-2.4-15.9c2.8-6.8,8.5-10.7,12.6-8.8

C91.2,16.3,92.2,23.4,89.4,30.3z"/>

<path d="M87,29.5c-1.6,3.9-5,6.1-7.6,4.9c-2.6-1.2-3.3-5.4-1.7-9.3c1.6-3.9,5-6.1,7.6-4.9C87.9,21.5,88.6,25.6,87,29.5z"/>

<path class="st12" d="M90.2,22.2c-0.9,2.2-2.7,3.4-4.1,2.8c-1.3-0.6-1.7-2.9-0.8-5.1c0.9-2.2,2.7-3.4,4.1-2.8

C90.8,17.7,91.1,20,90.2,22.2z"/>

</g>

</g>

<g>

<g>

<path class="st17" d="M110.7,26.2c1.9,9.8,8.4,17.2,14.6,16.4c6.2-0.7,9.6-9.3,7.7-19.1s-8.5-17.2-14.6-16.4

C112.2,7.8,108.8,16.4,110.7,26.2z"/>

</g>

<g>

<radialGradient id="SVGID_2_" cx="-47.1229" cy="958.9436" r="13.6758" gradientTransform="matrix(0.9101 -0.2837 0.2791 0.8591 -104.1546 -808.7972)" gradientUnits="userSpaceOnUse">

<stop  offset="0.122" style="stop-color:#F99200"/>

<stop  offset="0.2141" style="stop-color:#F48F00"/>

<stop  offset="0.3241" style="stop-color:#E58700"/>

<stop  offset="0.4434" style="stop-color:#CD7800"/>

<stop  offset="0.5692" style="stop-color:#AC6500"/>

<stop  offset="0.7002" style="stop-color:#804B00"/>

<stop  offset="0.8355" style="stop-color:#4B2C00"/>

<stop  offset="0.9719" style="stop-color:#0E0800"/>

<stop  offset="1" style="stop-color:#000000"/>

</radialGradient>

<path class="st19" d="M128.2,26c2.2,6.8,0.6,13.4-3.6,14.7c-4.2,1.3-9.4-3.1-11.6-9.9s-0.6-13.4,3.6-14.7

C120.8,14.8,126,19.2,128.2,26z"/>

<path d="M126,27.1c1.3,3.9,0.2,7.7-2.4,8.5s-5.7-1.7-7-5.6s-0.2-7.7,2.4-8.5C121.6,20.7,124.8,23.2,126,27.1z"/>

<path class="st12" d="M123.8,19.8c0.7,2.2,0.2,4.3-1.2,4.7c-1.4,0.4-3-1-3.7-3.2s-0.2-4.3,1.2-4.7

C121.4,16.2,123,17.6,123.8,19.8z"/>

</g>

</g>

<g>

<radialGradient id="SVGID_3_" cx="128.8755" cy="553.5963" r="27.0915" gradientTransform="matrix(0.9996 2.710000e-02 -2.710000e-02 0.9996 -4.3248 -467.1819)" gradientUnits="userSpaceOnUse">

<stop  offset="0" style="stop-color:#B43200"/>

<stop  offset="0.153" style="stop-color:#B12E00"/>

<stop  offset="0.3111" style="stop-color:#A92100"/>

<stop  offset="0.471" style="stop-color:#9C0D00"/>

<stop  offset="0.5489" style="stop-color:#930000"/>

<stop  offset="0.6666" style="stop-color:#860000"/>

<stop  offset="0.8847" style="stop-color:#630000"/>

<stop  offset="0.9955" style="stop-color:#4F0000"/>

</radialGradient>

<path class="st20" d="M132.1,63.3c-18.1,6.4-40.9,9.9-60.3,6.1c1.3,0.9,2.6,1.7,3.9,2.5c3.6,2.3,7.3,4.6,11.2,6.5

c7.9,4,17.1,7,26,5.1c8.4-1.8,15.5-6.8,21.6-12.5c6-5.7,11.4-12.1,16.6-18.6C145.5,55.1,137.9,61.2,132.1,63.3z"/>

</g>

<g>

<radialGradient id="SVGID_4_" cx="127.8878" cy="549.6021" r="11.2349" gradientTransform="matrix(0.9996 2.710000e-02 -2.710000e-02 0.9996 -4.3248 -467.1819)" gradientUnits="userSpaceOnUse">

<stop  offset="3.803800e-04" style="stop-color:#FF9677"/>

<stop  offset="3.484147e-02" style="stop-color:#FD9375"/>

<stop  offset="0.4791" style="stop-color:#EA6C5C"/>

<stop  offset="0.9955" style="stop-color:#FA444C"/>

</radialGradient>

<path class="st21" d="M107.3,77.7c-4.8-1.7-10.8-0.5-14.5,3.4c6.4,2.5,13.3,3.9,20.1,2.4c4.7-1,8.9-3,12.9-5.6

C119.5,75.9,112.7,74.1,107.3,77.7z"/>

<path class="st22" d="M107.2,84.4c-4.5,0-9.3-1-14.5-3.1l-0.4-0.1l0.3-0.3c3.7-3.8,9.7-5.3,14.7-3.5c5.4-3.5,12.1-1.9,18.6,0.3

l0.5,0.2l-0.5,0.3c-4.3,2.8-8.6,4.7-13,5.6C111.1,84.3,109.1,84.4,107.2,84.4z M93.3,81c7.3,2.8,13.7,3.5,19.5,2.3

c4.1-0.9,8.2-2.6,12.3-5.2c-6.2-2.1-12.6-3.5-17.7-0.1l-0.1,0.1h-0.1C102.5,76.3,96.8,77.6,93.3,81z"/>

</g>

<path class="st22" d="M108.2,77c-1.6,0.8-1.9,2.7-2,4.3c0,0.1,0.2,0.1,0.2,0c0.2-1.7,0.9-2.9,2-4.1C108.5,77.1,108.3,77,108.2,77z

"/>

<g>

<path d="M215.1,198.6c-0.5-1-1.4-1.7-2.4-1.9c-1.5-0.3-3.8,0-5.2,1.3c-4.5-1.2-8.8-3.3-13.1-5.3c-2.6-1.2-5.3-2.5-8-3.6l-0.4-0.2

c-3.5-1.4-7.1-2.8-10-5c-2.3-1.7-3.5-3.6-4.1-6.1c0.1-1.4,0.5-2.9,1.2-4.6c0.9-2.5,2.1-5,3.2-7.4c0.7-1.5,1.4-3,2-4.5

c1.2-2.7,2.4-5.4,3.6-8.1c3.3-7.5,6.7-15.2,9.6-23l0.4-1.2c2.3-6.4,4.8-12.9,5.9-19.7c0.9-5.8,1.4-12.2-2.5-16.5v-0.1

c0-0.1,0-0.3-0.2-0.4c-3.5-2.5-7.8-1-12.1,4.4c-4.1,5.1-7.1,11.1-9.6,16.5c-0.8,1.8-1.7,3.7-2.5,5.6c0.1-0.5,0.2-0.7,0.2-0.7

s-0.4,0.9-1,2.4c-0.1,0.4-0.3,0.8-0.5,1.2c-1.4-7.3-5.3-15.4-9.1-23.3c-3.6-7.5-7.3-15.2-9-22.4c-0.2,0.1-0.3,0.2-0.5,0.3

c1.8,7.2,5.4,14.9,9,22.3c3.9,8.2,7.9,16.6,9.2,24c-0.1,0.2-0.1,0.4-0.2,0.6c-0.4,1.1-0.9,2.3-1.3,3.6c-0.9,2.7-1.8,5.8-2.8,9.3

c-0.5,1.7-1,3.5-1.4,5.3c-0.5,1.8-0.9,3.6-1.3,5.5c-0.2,0.9-0.4,1.8-0.6,2.8c-0.2,0.9-0.4,1.8-0.5,2.8c-0.2,0.9-0.3,1.8-0.4,2.7

c-0.1,0.6-0.2,1.2-0.3,1.8l0,0c0,0-0.4,0.8-1,1.9c-0.1,0.3-0.3,0.6-0.5,0.9c-0.2,0.3-0.3,0.7-0.5,1.1c-0.3,0.7-0.6,1.5-1,2.3

c-0.3,0.8-0.6,1.6-0.8,2.4c-0.1,0.4-0.3,0.7-0.4,1.1c-0.1,0.4-0.2,0.7-0.3,1c-0.3,1.2-0.5,2.1-0.5,2.1s0.3-0.8,0.7-2

c0.1-0.3,0.2-0.6,0.3-1s0.3-0.7,0.4-1.1c0.3-0.7,0.6-1.5,1-2.3s0.8-1.5,1.1-2.2c0.2-0.4,0.3-0.7,0.5-1s0.4-0.6,0.5-0.9

c0-0.1,0.1-0.2,0.1-0.2c-0.1,1.4-0.2,2.7-0.4,3.9c-0.1,1.6-0.3,3.1-0.5,4.5c-0.1,0.7-0.2,1.4-0.3,2s-0.1,1.3-0.1,1.8

c-0.1,1.1-0.1,2.1-0.2,3c-0.1,1.7-0.1,2.6-0.1,2.6s0.2-0.9,0.5-2.6c0.1-0.8,0.3-1.8,0.5-2.9c0.1-0.6,0.2-1.2,0.3-1.8

s0.2-1.3,0.2-2c0.2-1.4,0.3-2.9,0.5-4.5s0.3-3.3,0.5-5.1c0.1-0.9,0.2-1.8,0.4-2.7c0.1-0.9,0.3-1.8,0.4-2.7

c0.2-0.9,0.3-1.8,0.5-2.7s0.4-1.8,0.6-2.8c0.4-1.8,0.8-3.7,1.3-5.5c0.4-1.8,0.9-3.6,1.4-5.3c1-3.4,1.9-6.5,2.8-9.2

c0.5-1.3,0.8-2.6,1.1-3.7c0-0.1,0-0.1,0-0.2l0.2-0.4c1.3-3.2,2.7-6.4,4.1-9.5c2.5-5.3,5.4-11.3,9.5-16.4

c2.9-3.5,7.1-7.1,11.1-4.4l-0.2,0.1l0.3,0.3c3.9,4.1,3.5,10.5,2.6,16.2c-1.1,6.8-3.5,13.3-5.9,19.6l-0.4,1.2

c-2.9,7.8-6.3,15.5-9.5,22.9c-1.2,2.7-2.4,5.4-3.6,8.1c-0.6,1.5-1.3,3-2,4.5c-1.1,2.4-2.3,4.9-3.2,7.4c-0.7,1.8-1.1,3.3-1.2,4.8

l0,0l0,0c0.6,2.7,2,4.6,4.3,6.4c3,2.3,6.7,3.7,10.2,5.1l0.4,0.2c2.7,1,5.3,2.3,7.9,3.5c4.2,2,8.5,4,13,5.3

c-0.1,0.3-0.2,0.6-0.3,0.9c-0.1,0.8,0.1,1.5,0.4,2.2c0,0.1,0.2,0,0.2,0c-0.3-0.7-0.3-1.6,0-2.3c0.1-0.4,0.4-0.7,0.6-1

c1.2-1,3.1-1.3,4.4-1l0,0c1.2,0.3,1.7,1,2,1.6c0.5,1.1,0.5,2.5,0,3.7c-1.3,2.6-4.3,2.3-5.6,2c-1.4-0.3-4-1.4-5-3v-0.1l-0.3-0.1

c-1.2-0.7-2.5-1.3-3.8-1.9c-2.2-1-4.7-1.9-7.9-3c-2.5-0.8-5.5-1.8-8.5-2.5c-1-0.2-2.1-0.4-3.4-0.6c-1.5-1.2-3.1-2.3-4.3-3.8

c0-0.1-0.2,0-0.1,0.1c1.4,2.1,3.1,4,5.3,5.3c2.9,2.2,5.9,4.2,9.3,6c-0.1,0.1-0.1,0.2-0.2,0.4c-0.2,0.7,0,1.3,0.4,1.9

c0,0.1,0.2,0,0.2,0c-0.3-0.5-0.4-1.3-0.1-1.9c0-0.1,0.1-0.1,0.1-0.1h0.1l0.1-0.2c0.7-1,2.1-1.5,3.6-1.4c1.1,0.1,2.1,0.5,2.8,1.4

s1.1,2,0.9,3.2c-0.1,1-0.5,1.7-1.2,2.1c-0.8,0.5-2.1,0.6-3.4,0.1h-0.1l0,0c-4.2-1.5-8-4.2-11.6-6.8c-3.9-2.7-7.9-5.5-12.3-7

l-0.2-0.1l-0.1,0.2c-0.6,0.9-0.7,1.8-0.3,3.1c0.6,1.9,1.9,3.5,3.2,5c1.5,1.8,2.9,3.2,4.3,4.4l0.2,0.2l0.2-0.2

c0.6-0.9,1.7-1.4,3-1.5c2.6-0.2,4.8,1.6,5.2,4.2c0.3,2.5-1.6,5.2-4.1,5.6c-1.7,0.3-3.4-0.5-4.3-1.7l0,0c0.1,0.1,0.3,0,0.2-0.2

c-0.7-0.6-1.2-1.6-0.8-2.6c0-0.1-0.1-0.1-0.2,0c-0.2,0.4-0.3,0.7-0.3,1.1c-5.3-3.1-10.6-8-14.7-14c-0.6-0.8-1.1-1.6-1.5-2.4

c-0.1-0.3-0.2-0.6-0.4-0.9c-0.2-0.4-0.4-0.9-0.6-1.4c-0.2-0.5-0.4-1-0.5-1.6c-0.1-0.5-0.2-1.1-0.2-1.7c0-0.6,0.2-1.1,0.5-1.6

c0.6-1,1.6-1.7,2.5-2.4s1.8-1.5,2.4-2.2c0.2-0.2,0.3-0.4,0.5-0.6c-0.1,0.4-0.3,0.8-0.4,1.2c-0.4,1.1-0.9,2-1.2,2.5

s-0.5,0.8-0.5,0.8s0.2-0.3,0.6-0.8c0.4-0.5,0.9-1.3,1.4-2.4c0.5-1.1,1-2.5,1.5-4.1s1-3.4,1.4-5.5c0.4-2,0.8-4.2,1.2-6.5

s0.8-4.8,1.2-7.3s0.8-5.2,1.3-7.8c0.2-1.3,0.5-2.7,0.7-4c0.3-1.3,0.5-2.7,0.8-4c0.6-2.7,1.3-5.3,2.1-7.9c0.8-2.6,1.7-5.1,2.6-7.4

c1.9-4.8,3.9-9.1,5.5-12.9c0.4-1,0.8-1.9,1.1-2.7c0.3-0.9,0.6-1.7,0.9-2.5c0.5-1.6,0.9-3,1.2-4.2s0.5-2.1,0.7-2.7

c0.1-0.6,0.2-1,0.2-1s-0.1,0.3-0.3,0.9s-0.5,1.5-0.9,2.6s-0.9,2.5-1.5,4c-0.3,0.8-0.7,1.6-1,2.5s-0.7,1.8-1.1,2.7

c-1.6,3.8-3.6,8.2-5.5,13c-1,2.4-1.9,4.9-2.7,7.5s-1.5,5.2-2.1,7.9c-0.3,1.3-0.6,2.7-0.8,4c-0.3,1.3-0.5,2.7-0.7,4

c-0.5,2.7-0.9,5.3-1.3,7.8c-0.4,2.5-0.8,5-1.2,7.3s-0.8,4.5-1.2,6.5c-0.2,1-0.4,2-0.6,2.9c-0.2,0.9-0.4,1.8-0.6,2.6

c-0.1,0.4-0.2,0.8-0.3,1.2c0,0.1-0.1,0.1-0.2,0.2c-0.2,0.2-0.4,0.5-0.6,0.7c-0.1,0.1-0.3,0.3-0.4,0.4c-0.1,0.1-0.3,0.3-0.4,0.5

c-0.6,0.7-1.4,1.4-2.3,2.1c-0.5,0.4-0.9,0.7-1.4,1.2c-0.5,0.4-0.9,0.9-1.3,1.5c-0.3,0.6-0.5,1.3-0.6,1.9c0,0.7,0,1.3,0.2,1.9

c0.1,0.6,0.3,1.1,0.5,1.7c0.1,0.4,0.3,0.7,0.4,1.1c-3.2,0.9-6.6,1.5-10.2,1.7l0.1,0.2l-0.6-0.7l-1-1.4c-0.3-1.6-0.4-3.2-0.2-4.7

c0.2-1.6,0.5-3.2,1-4.8l2.9-9.5l2.8-9.5c0.5-1.6,0.8-3.2,1.3-4.8l1.2-4.8c0.4-1.6,0.7-3.3,1-4.9c0.3-1.6,0.5-3.3,0.8-4.9

c0.2-1.6,0.4-3.3,0.5-5s0.2-3.3,0.3-5l0,0c0.1-0.1,0.1-0.2,0.2-0.3c0.1-0.2,0.2-0.5,0.4-0.8s0.3-0.6,0.4-1

c0.1-0.4,0.3-0.8,0.4-1.2c0.2-0.4,0.2-0.9,0.4-1.4c0.1-0.5,0.2-1,0.3-1.5s0.2-1.1,0.2-1.6c0.3-2.1,0.5-4.3,0.7-5.9

s0.4-2.7,0.4-2.7h-0.1c0,0-0.2,1-0.6,2.6c-0.3,1.6-0.7,3.7-1.1,5.8c-0.2,1-0.4,2.1-0.7,3.1c-0.2,1-0.4,1.9-0.6,2.7

c0,0.2-0.1,0.4-0.1,0.6c-0.1,0.2-0.1,0.3-0.1,0.5c-0.1,0.2-0.1,0.4-0.2,0.6c0-1.4,0-2.9,0-4.3c-0.1-1.7-0.3-3.3-0.4-5l-0.8-4.9

l-1.2-4.8l1.1,4.8l0.7,4.9c0.1,1.7,0.2,3.3,0.3,5c0,1.7,0,3.3-0.1,5c-0.1,1.6-0.2,3.3-0.4,4.9c-0.2,1.6-0.4,3.3-0.6,4.9

c-0.3,1.6-0.5,3.3-0.9,4.9c-0.4,1.6-0.7,3.3-1.1,4.8l-1.2,4.8c-0.4,1.6-0.8,3.2-1.2,4.8l-2.8,9.5l-2.9,9.5

c-0.5,1.6-0.8,3.3-1,4.9c-0.2,1.7-0.1,3.4,0.3,5.1v0.1v0.1l1.1,1.5l1.2,1.5l1.3,1.4l1.4,1.3l1.5,1.2l1.5,1.1l1.6,1l1.6,1l0.3,0.1

l0.2-0.2c0.4-0.4,0.9-0.6,1.4-0.7c0.5-0.1,1.1-0.1,1.7,0c0.3,0.1,0.5,0.1,0.8,0.3l0.2,0.1l0.2,0.1c0.1,0.1,0.3,0.1,0.4,0.2

c0.5,0.3,0.8,0.8,1.1,1.3c0.5,1,0.6,2.2,0.2,3.3c-0.1,0.3-0.2,0.5-0.4,0.8c-0.2,0.2-0.3,0.4-0.5,0.7l-0.2,0.2l-0.1,0.1l-0.1,0.1

l-0.3,0.3l-0.3,0.3c-0.1,0.1-0.3,0.1-0.4,0.2c-0.3,0.1-0.5,0.3-0.8,0.4l-0.8,0.3c-0.6,0.1-1.2,0.2-1.8,0.2h-0.4

c-0.1,0-0.3,0-0.4-0.1c-0.3-0.1-0.6,0-0.9-0.1l-0.8-0.2l-0.8-0.4c-0.5-0.2-0.9-0.6-1.3-1.1c-0.3-0.4-0.6-1-0.7-1.5

c-0.2-1.1,0.2-2.2,1.1-2.8c0.8-0.4,1.6-0.6,2.5-0.5c0.1,0,0.2-0.1,0-0.1c-0.9-0.2-1.7-0.2-2.5-0.1l-2-2c-0.7-0.7-1.5-1.3-2.2-2

c-0.2-0.2-0.4-0.3-0.6-0.5l-0.6-0.4l-1.2-0.9c-0.8-0.6-1.6-1.1-2.5-1.6l-0.7-0.4v0.8l0.3,4.9l0.6,4.8v0.3l0.3,0.1

c0.5,0.1,1,0.2,1.5,0.5c0.5,0.2,0.9,0.6,1.2,1c0.1,0.2,0.3,0.4,0.4,0.7c0.1,0.2,0.2,0.4,0.2,0.7l0.1,0.4c0,0.1,0,0.2,0,0.4

c0,0.3,0,0.5-0.1,0.8c-0.3,1-1.1,1.8-2,2.4c-0.5,0.3-1,0.5-1.5,0.7c-0.3,0.1-0.5,0.1-0.8,0.2c-0.3,0.1-0.6,0.1-0.8,0.1

c-1.1,0.1-2.2-0.1-3.2-0.6c-0.5-0.2-0.9-0.6-1.3-1c-0.2-0.2-0.3-0.4-0.4-0.7c-0.1-0.2-0.2-0.4-0.3-0.7c-0.1-0.5-0.1-1,0-1.5

c0-0.3,0.2-0.5,0.3-0.7s0.3-0.5,0.4-0.7c0.2-0.2,0.4-0.4,0.5-0.6c0.2-0.2,0.4-0.4,0.6-0.5l0.1-0.1c1-0.3,2.1-0.7,3.2-0.8

c0.1,0,0.1-0.1,0-0.2c-0.6-0.2-1.1-0.4-1.6-0.3l-0.4-2.4l-0.1-0.6c0-0.3-0.1-0.4-0.2-0.6c-0.1-0.4-0.2-0.8-0.4-1.2l-0.5-1.2

c-0.1-0.4-0.4-0.8-0.6-1.2c-0.2-0.4-0.4-0.8-0.6-1.1l-0.7-1.1l-0.2-0.3l-0.3,0.2l-1.2,0.7l-0.6,0.3c-0.2,0.1-0.4,0.2-0.6,0.4

l-1.1,0.8c-0.2,0.1-0.3,0.2-0.5,0.4l-0.5,0.5c-0.3,0.3-0.7,0.6-0.9,1c-0.3,0.4-0.6,0.7-0.8,1.1c-0.3,0.4-0.5,0.7-0.8,1.1l-0.6,1

c-0.7-0.5-1.4-0.9-2.1-1.1c-0.1,0-0.1,0.1-0.1,0.1c0.7,0.4,1.3,0.9,1.8,1.5c0.4,0.4,0.6,0.9,0.9,1.3c0,0.1,0,0.1,0.1,0.2l0.1,0.4

c0,0.1,0,0.3,0,0.4c0,0.3,0,0.5-0.1,0.8c0,0.3-0.2,0.5-0.2,0.8c-0.1,0.2-0.2,0.4-0.4,0.7l-0.3,0.3L129,210c0,0,0,0.1-0.1,0.1

l-0.1,0.1l-0.3,0.3l-0.3,0.2c-0.9,0.5-2,0.7-3.1,0.5c-0.5-0.1-1.1-0.2-1.6-0.4s-1-0.5-1.4-0.8c-0.9-0.7-1.5-1.6-1.8-2.6

s-0.3-2.2,0.2-3.1l0.2-0.3l0.3-0.3c0.2-0.1,0.4-0.4,0.6-0.5c0.4-0.3,0.9-0.6,1.4-0.7c0.3-0.1,0.5-0.2,0.8-0.2

c0.1,0,0.3,0,0.4-0.1h0.4c0.5,0,1,0.2,1.5,0.4l0.3,0.1l0.2-0.1c0.7-0.6,1.4-1.1,2.1-1.7c0.6-0.6,1.3-1.2,1.9-1.9

c0.6-0.7,1.2-1.3,1.8-2.1c0.5-0.7,1.1-1.4,1.6-2.2c1-1.5,2-3,2.9-4.6s1.7-3.2,2.4-4.8l1-2.5c0.3-0.8,0.7-1.6,1-2.5

c0.5-1.7,1.2-3.4,1.6-5.2c0.4-1.7,0.9-3.5,1.3-5.3c0.3-1.8,0.7-3.5,1-5.3s0.5-3.6,0.7-5.3l0.4-5.4l0.1-5.4c0-1.8-0.1-3.6-0.1-5.4

c0-1.8-0.2-3.6-0.3-5.4c-0.1-1.8-0.4-3.6-0.6-5.4c-0.2-1.8-0.6-3.5-0.9-5.3c-0.4-1.7-0.9-3.5-1.3-5.2c0.4,1.7,0.8,3.5,1.2,5.2

c0.3,1.8,0.6,3.5,0.8,5.3c0.1,1.8,0.3,3.6,0.4,5.4c0,0.4,0,0.9,0.1,1.3c0-0.1-0.1-0.3-0.2-0.5c-0.1-0.2-0.2-0.4-0.3-0.7

s-0.2-0.6-0.4-1c-0.2-0.7-0.5-1.6-0.8-2.5s-0.6-1.9-0.9-2.8c-0.2-1-0.5-2-0.7-2.9c-0.2-0.9-0.4-1.8-0.5-2.6

c-0.3-1.5-0.5-2.5-0.5-2.5h-0.1c0,0,0.1,1,0.3,2.5c0.1,0.8,0.3,1.6,0.4,2.6c0.2,0.9,0.4,1.9,0.6,2.9c0.3,1,0.4,2,0.7,2.9

c0.2,0.5,0.3,0.9,0.5,1.3c0.2,0.4,0.3,0.8,0.5,1.1c0.1,0.4,0.3,0.7,0.5,0.9c0.1,0.3,0.3,0.5,0.4,0.7c0.2,0.3,0.4,0.5,0.4,0.6

c0.1,1.3,0.1,2.6,0.1,3.9c0,1.8,0,3.6,0,5.4l-0.2,5.4l-0.5,5.3l-0.7,5.3c-0.3,1.7-0.7,3.5-1,5.3c-0.4,1.7-0.9,3.5-1.3,5.2

c-0.5,1.7-1.1,3.4-1.6,5.1c-0.2,0.9-0.7,1.7-1,2.5l-1,2.5c-0.7,1.6-1.6,3.2-2.4,4.8c-0.9,1.6-1.8,3.1-2.8,4.5

c-0.1,0.1-0.1,0.2-0.2,0.3c-0.6-0.1-1.2-0.3-1.8-0.4h-0.1l-0.6,0.1c-1.1,0.2-2.2,0.4-3.4,0.7c-6.7,1.4-13.5,2-20.3,1.8

c-7.7-0.2-15.3-1.3-22.9-2.4c0.2,0.2,0.4,0.4,0.6,0.6l0,0l0,0c-0.6-0.6-1.2-1.3-1.8-1.9c-0.6-0.7-1.2-1.3-1.7-2.1

c-1.1-1.4-2.1-2.9-3-4.4s-1.8-3.1-2.6-4.7l-1.1-2.4c-0.4-0.8-0.8-1.6-1.1-2.5c-0.6-1.7-1.3-3.3-1.8-5s-1-3.4-1.5-5.1

c-0.4-1.7-0.9-3.5-1.2-5.2l-1-5.3l-0.7-5.3l-0.5-5.3c-0.1-1.8-0.1-3.6-0.2-5.4c0-1.3,0-2.6,0-3.9c0,0,0.2-0.2,0.4-0.6

c0.1-0.2,0.3-0.4,0.4-0.7s0.3-0.6,0.5-1c0.1-0.4,0.3-0.8,0.4-1.2c0.2-0.4,0.3-0.9,0.4-1.3c0.3-0.9,0.4-1.9,0.6-2.9s0.4-2,0.5-3

s0.2-1.8,0.3-2.6c0.1-1.5,0.2-2.5,0.2-2.5h-0.1c0,0-0.1,1-0.4,2.5c-0.1,0.8-0.3,1.6-0.4,2.6c-0.2,0.9-0.4,1.9-0.6,2.9

c-0.3,1-0.5,2-0.8,2.9c-0.2,0.9-0.5,1.8-0.7,2.5c-0.1,0.4-0.2,0.7-0.3,1c-0.1,0.3-0.2,0.5-0.3,0.7c-0.1,0.2-0.2,0.4-0.2,0.5

c0-0.4,0-0.9,0-1.3c0-1.8,0.2-3.6,0.2-5.4c0.1-1.8,0.4-3.6,0.5-5.3c0.3-1.8,0.6-3.5,1-5.3c-0.4,1.8-0.7,3.5-1.1,5.3

c-0.2,1.8-0.5,3.6-0.7,5.3c-0.1,1.8-0.3,3.6-0.3,5.4c0,1.8-0.1,3.6-0.1,5.4c0,1.8,0,3.6,0.1,5.4l0.4,5.4l0.6,5.4

c0.3,1.8,0.6,3.5,0.9,5.3c0.4,1.8,0.8,3.5,1.2,5.3c0.4,1.7,1,3.5,1.5,5.2s1.2,3.4,1.8,5.1c0.3,0.9,0.7,1.6,1.1,2.5l1.1,2.4

c0.8,1.6,1.7,3.2,2.6,4.7s2,3,3.1,4.5c0.5,0.7,1.1,1.4,1.7,2.1c0.6,0.7,1.2,1.3,1.9,2c0.7,0.6,1.3,1.2,2,1.8s1.5,1.1,2.2,1.6

l0.2,0.1l0.2-0.1c0.5-0.2,0.9-0.4,1.5-0.5h0.4c0.1,0,0.3,0,0.4,0c0.3,0,0.5,0.1,0.8,0.2c0.5,0.1,1,0.4,1.4,0.7

c0.5,0.4,0.9,0.7,1.1,1.1c0.5,0.9,0.6,2,0.3,3.1c-0.1,0.5-0.4,1-0.6,1.5c-0.1,0.2-0.3,0.4-0.5,0.6c-0.1,0.1-0.2,0.2-0.3,0.3

l-0.1,0.1l0,0l0,0l-0.2,0.1c-0.8,0.7-1.9,1.2-2.9,1.4c-1.1,0.2-2.2,0.1-3.1-0.4l-0.3-0.2l-0.3-0.3c-0.2-0.2-0.4-0.4-0.5-0.6

c-0.1-0.2-0.3-0.4-0.4-0.7s-0.2-0.5-0.2-0.7c0-0.3-0.1-0.5-0.1-0.8c0-0.1,0-0.3,0-0.4l0.1-0.4c0-0.1,0-0.1,0-0.2

c0.3-0.4,0.5-0.9,0.9-1.3c0.5-0.6,1.1-1.1,1.8-1.6c0.1,0,0-0.1-0.1-0.1c-0.7,0.2-1.4,0.6-2.1,1.2l-0.7-0.9

c-0.3-0.4-0.5-0.7-0.8-1.1c-0.3-0.4-0.6-0.7-0.9-1c-0.2-0.2-0.3-0.3-0.5-0.5l-0.5-0.4l-0.5-0.4c-0.2-0.2-0.4-0.3-0.6-0.4

l-1.1-0.8c-0.2-0.1-0.4-0.3-0.6-0.4l-0.6-0.3l-1.2-0.6L77,194l-0.2,0.3l-0.6,1.1c-0.2,0.4-0.4,0.8-0.6,1.2s-0.4,0.8-0.5,1.2

l-0.4,1.2c-0.1,0.4-0.2,0.8-0.3,1.2c0,0.2-0.1,0.4-0.2,0.6l-0.1,0.6l-0.3,2.4c-0.6,0-1,0.2-1.6,0.4c-0.1,0,0,0.2,0,0.2

c1.1,0,2.2,0.3,3.2,0.6l0.1,0.1c0.2,0.2,0.4,0.3,0.6,0.5s0.4,0.4,0.6,0.6c0.1,0.2,0.3,0.4,0.4,0.7c0.1,0.2,0.2,0.5,0.3,0.7

l0.1,0.4v0.2v0.2v0.4v0.1v0.1l0,0v0.2c-0.2,1-0.9,1.9-1.9,2.4c-0.5,0.3-1,0.5-1.5,0.6s-1.1,0.2-1.6,0.2c-1.1,0-2.2-0.3-3.2-0.8

s-1.8-1.3-2.1-2.3c-0.1-0.3-0.1-0.5-0.2-0.7v-0.4l0.1-0.4c0.1-0.5,0.3-1,0.6-1.5c0.3-0.4,0.7-0.8,1.1-1.1s1-0.5,1.5-0.6l0.3-0.1

v-0.3l0.4-4.8l0.1-4.9v-0.8l-0.6,0.5c-0.8,0.6-1.6,1.2-2.4,1.8l-1.1,0.9l-0.6,0.5c-0.2,0.2-0.4,0.3-0.6,0.5

c-0.7,0.7-1.4,1.4-2.1,2.1l-1.9,2.1c-0.8-0.1-1.6,0-2.5,0.2c-0.1,0-0.1,0.2,0,0.1c0.8-0.2,1.7,0.1,2.5,0.4

c0.9,0.6,1.4,1.7,1.2,2.8c-0.1,0.6-0.3,1.1-0.6,1.5c-0.2,0.2-0.3,0.5-0.5,0.6c-0.1,0.1-0.2,0.2-0.3,0.3l0.4-1

c0,0-0.1,0.1-0.2,0.1l-0.8,0.4l-0.8,0.3c-0.3,0.1-0.6,0.1-0.9,0.2c-0.1,0-0.3,0.1-0.4,0.1h-0.4c-0.6,0.1-1.2-0.1-1.8-0.1

l-0.8-0.2c-0.3-0.1-0.5-0.2-0.8-0.3c-0.1-0.1-0.3-0.1-0.4-0.2l-0.4-0.3l-0.4-0.3l-0.1-0.1c0,0,0,0-0.1-0.1l-0.1-0.2

c-0.4-0.4-0.7-0.9-1-1.4c-0.5-1-0.5-2.3,0-3.3c0.2-0.5,0.6-1,1-1.3c0.5-0.4,0.9-0.6,1.5-0.8c0.6-0.1,1.1-0.2,1.7,0

c0.5,0.1,1.1,0.3,1.5,0.7l0.2,0.2l0.2-0.2l1.6-1l1.5-1.1l1.5-1.2l1.4-1.3l1.3-1.3l1.3-1.4l1.2-1.5l1.1-1.6v-0.1v-0.1

c0.3-1.7,0.3-3.4,0.1-5.1c-0.2-1.7-0.7-3.3-1.2-4.9l-1.6-4.7l-1.6-4.7l-3.2-9.4c-0.5-1.6-1-3.2-1.4-4.8l-1.4-4.8

c-0.4-1.6-0.8-3.2-1.3-4.8c-0.4-1.6-0.7-3.2-1.1-4.8c-0.3-1.6-0.6-3.3-0.8-4.9c-0.2-1.6-0.4-3.3-0.6-4.9c-0.1-1.6-0.2-3.3-0.3-5

c0-1.7,0.1-3.3,0.1-5l0.5-4.9l0.9-4.9l-1,4.9l-0.6,4.9c-0.1,1.7-0.2,3.3-0.2,5c0,1.4,0.1,2.8,0.1,4.3c-0.1-0.2-0.1-0.3-0.2-0.5

c-0.1-0.2-0.1-0.3-0.2-0.5c0-0.2-0.1-0.4-0.1-0.6c-0.2-0.8-0.5-1.7-0.7-2.6c-0.3-1-0.6-2-0.8-3c-0.5-2.1-0.9-4.2-1.3-5.8

c-0.4-1.6-0.7-2.6-0.7-2.6h-0.1c0,0,0.2,1.1,0.5,2.7c0.2,1.6,0.6,3.7,1,5.8c0.1,0.5,0.2,1.1,0.3,1.6s0.2,1,0.4,1.5s0.3,1,0.4,1.4

c0.2,0.4,0.3,0.8,0.5,1.2c0.1,0.4,0.3,0.7,0.5,1s0.3,0.5,0.4,0.7c0.1,0.1,0.1,0.2,0.2,0.3l0,0c0.2,1.7,0.3,3.3,0.5,5

c0.2,1.6,0.5,3.3,0.7,4.9c0.3,1.6,0.6,3.3,1,4.9c0.4,1.6,0.7,3.2,1.2,4.9l1.4,4.8c0.5,1.6,0.9,3.2,1.5,4.8l3.2,9.4L68,180

c0.5,1.6,1,3.1,1.2,4.7c0.2,1.6,0.2,3.2-0.1,4.8l-1,1.5l-1,1.3c-3.5-0.1-6.9-0.5-10-1.4c0-0.1,0.1-0.2,0.1-0.3

c0.2-0.4,0.4-0.9,0.5-1.4c0.2-0.5,0.3-1.1,0.4-1.7c0.1-0.6,0.2-1.2,0.1-1.9c-0.1-0.7-0.3-1.3-0.6-1.9c-0.4-0.6-0.8-1-1.3-1.5

c-0.5-0.4-1-0.8-1.4-1.1c-0.9-0.7-1.8-1.4-2.4-2c-0.2-0.2-0.3-0.3-0.4-0.5c-0.2-0.1-0.3-0.3-0.4-0.4c-0.3-0.3-0.5-0.5-0.7-0.7

c-0.1-0.1-0.1-0.1-0.2-0.2c-0.1-0.4-0.2-0.8-0.4-1.2c-0.2-0.8-0.4-1.7-0.7-2.6c-0.2-0.9-0.4-1.9-0.7-2.9c-0.5-2-1-4.2-1.5-6.5

s-1-4.7-1.5-7.3c-0.5-2.5-1-5.1-1.6-7.8c-0.3-1.3-0.6-2.7-0.9-4c-0.3-1.3-0.6-2.7-1-4c-0.7-2.7-1.5-5.3-2.4-7.9

c-0.9-2.6-1.9-5-3-7.4c-2.1-4.7-4.3-9-6-12.7c-0.4-0.9-0.8-1.8-1.2-2.7c-0.4-0.8-0.8-1.6-1.1-2.4c-0.7-1.5-1.3-2.9-1.7-4

c-0.4-1.1-0.8-2-1-2.6s-0.3-0.9-0.3-0.9s0.1,0.3,0.3,1c0.2,0.6,0.4,1.5,0.8,2.7s0.8,2.5,1.4,4.1c0.3,0.8,0.6,1.6,1,2.5

s0.8,1.8,1.2,2.7c1.7,3.7,3.9,8,6,12.7c1.1,2.3,2.1,4.8,3,7.3s1.7,5.2,2.4,7.8c0.4,1.3,0.7,2.6,1,4c0.3,1.3,0.6,2.6,0.9,4

c0.6,2.6,1.1,5.2,1.6,7.8c0.5,2.5,1,5,1.5,7.3s1,4.5,1.5,6.5s1.1,3.8,1.6,5.4c0.6,1.6,1.1,2.9,1.7,4c0.6,1.1,1.1,1.9,1.5,2.4

s0.6,0.8,0.6,0.8s-0.2-0.3-0.6-0.8c-0.3-0.5-0.8-1.4-1.3-2.5c-0.2-0.4-0.3-0.7-0.5-1.2c0.1,0.2,0.3,0.4,0.5,0.6

c0.7,0.7,1.5,1.4,2.5,2.1c0.9,0.7,2,1.4,2.6,2.3c0.3,0.5,0.5,1,0.5,1.6c0.1,0.6,0,1.1-0.1,1.7c-0.1,0.5-0.2,1.1-0.4,1.6

s-0.3,1-0.5,1.4s-0.3,0.8-0.4,1.2c-0.1,0.3-0.2,0.6-0.2,0.8c-0.4,0.6-0.7,1.3-1.2,2c-4,6.2-9.1,11.4-14.4,14.6

c0-0.3-0.2-0.6-0.3-0.9c0-0.1-0.2,0-0.1,0c0.4,0.9-0.1,1.9-0.7,2.6c-0.1,0.1,0,0.1,0.1,0.2c-1,1.1-2.5,1.7-4,1.5

c-2.5-0.3-4.5-2.9-4.3-5.4c0.3-2.6,2.4-4.4,5-4.3c1.3,0,2.4,0.5,3,1.4l0.2,0.2l0.2-0.2c1.3-1.2,2.7-2.7,4.1-4.5

c1.2-1.6,2.4-3.2,3-5.1c0.4-1.3,0.3-2.2-0.4-3.1L46,191l-0.2,0.1c-4.4,1.6-8.3,4.6-12.1,7.4c-3.6,2.7-7.3,5.5-11.4,7.2l0,0h-0.1

c-1.3,0.5-2.6,0.5-3.4,0c-0.7-0.4-1.1-1.1-1.3-2.1c-0.2-1.1,0.1-2.3,0.8-3.2c0.7-0.9,1.7-1.4,2.8-1.5c0.9-0.1,1.8,0.1,2.6,0.4

c0,0-0.1,0.1,0,0.2c0.5,0.3,1,0.6,1.3,1.1s0.3,1.3,0,1.9c0,0.1,0.1,0.1,0.2,0c0.3-0.6,0.6-1.2,0.3-1.9c0-0.1-0.1-0.3-0.2-0.4

c3.3-1.9,6.2-3.9,9-6.2c2.3-1.4,4-3.4,5.4-5.7c0-0.1-0.1-0.1-0.1-0.1c-1.1,1.6-2.6,2.7-4.1,4c-1.3,0.2-2.4,0.5-3.4,0.8

c-3,0.8-5.9,1.9-8.4,2.8c-2.2,0.8-5,1.9-7.8,3.2c-1.3,0.6-2.5,1.3-3.7,2l-0.3,0.2v0.1c-1,1.7-3.5,2.9-4.9,3.2

c-1.3,0.3-4.3,0.8-5.7-1.8c-0.6-1.1-0.6-2.6-0.1-3.7c0.3-0.6,0.8-1.4,2-1.7c1.1-0.3,2.8-0.1,4,0.6c0.3,0.4,0.7,0.8,0.9,1.3

c0.3,0.7,0.3,1.6,0.1,2.3c0,0.1,0.1,0.1,0.2,0c0.2-0.8,0.5-1.4,0.3-2.3c-0.1-0.3-0.2-0.5-0.3-0.8c4.5-1.4,8.8-3.6,13-5.7

c2.5-1.3,5.2-2.7,7.8-3.8l0.4-0.2c3.5-1.5,7-3,10-5.4c2.3-1.9,3.6-3.9,4.1-6.6l0,0l0,0c-0.2-1.5-0.6-3-1.4-4.7

c-1-2.5-2.3-4.9-3.5-7.3c-0.7-1.4-1.5-2.9-2.2-4.4c-1.3-2.7-2.6-5.4-3.8-8c-3.5-7.3-7.2-14.9-10.3-22.6l-0.5-1.2

c-2.5-6.2-5.2-12.7-6.5-19.4c-1.1-5.7-1.8-12.1,2-16.3l0.3-0.3l-0.2-0.1c3.9-2.8,8.3,0.6,11.3,4c4.2,4.9,7.4,10.8,10,16

c1.2,2.4,2.4,4.9,3.6,7.5c0.2,0.5,0.4,1.1,0.6,1.7c0.3,1.1,0.7,2.3,1.2,3.6c1,2.7,2.1,5.8,3.2,9.1c0.5,1.7,1.1,3.4,1.6,5.2

s1,3.6,1.5,5.4c0.2,0.9,0.5,1.8,0.7,2.7s0.4,1.8,0.6,2.7c0.2,0.9,0.4,1.8,0.5,2.7c0.2,0.9,0.3,1.8,0.5,2.6c0.3,1.7,0.5,3.4,0.7,5

s0.4,3.1,0.7,4.5c0.1,0.7,0.2,1.4,0.3,2s0.3,1.2,0.4,1.8c0.2,1.1,0.5,2.1,0.6,2.9c0.4,1.6,0.6,2.5,0.6,2.5s-0.1-0.9-0.2-2.6

c-0.1-0.8-0.2-1.8-0.3-3c-0.1-0.6-0.1-1.2-0.2-1.8c-0.1-0.6-0.2-1.3-0.3-2c-0.2-1.4-0.4-2.9-0.6-4.5c-0.2-1.2-0.3-2.6-0.5-3.9

c0,0.1,0.1,0.2,0.1,0.2c0.2,0.3,0.4,0.6,0.5,0.9c0.2,0.3,0.4,0.7,0.6,1c0.4,0.7,0.8,1.4,1.2,2.2s0.7,1.5,1,2.3

c0.2,0.4,0.3,0.7,0.5,1.1c0.1,0.3,0.2,0.7,0.4,1c0.4,1.2,0.7,2,0.7,2s-0.2-0.8-0.6-2c-0.1-0.3-0.2-0.6-0.3-1s-0.3-0.7-0.4-1.1

c-0.3-0.8-0.6-1.6-0.9-2.4c-0.4-0.8-0.7-1.6-1.1-2.3c-0.2-0.4-0.3-0.7-0.5-1s-0.3-0.6-0.5-0.9c-0.6-1.1-1-1.9-1-1.9l0,0

c-0.1-0.6-0.2-1.2-0.3-1.8c-0.2-0.9-0.3-1.8-0.6-2.7c-0.2-0.9-0.4-1.8-0.6-2.7c-0.2-0.9-0.4-1.8-0.7-2.7c-0.5-1.8-1-3.6-1.5-5.4

c-0.5-1.8-1.1-3.5-1.6-5.2c-1.1-3.4-2.2-6.5-3.2-9.1c-0.4-1.2-0.9-2.3-1.3-3.2v-0.2c0.9-7,2.9-14.1,4.9-20.9

c2.3-8.1,4.7-16.4,5.3-24.8c4.3,2.6,8.2,5.8,12,9l0.8,0.7c3.9,3.2,8.1,6.6,12.8,9.2c4.7,2.7,10.2,4.5,15.9,5.4

c1.9,0.3,3.8,0.4,5.8,0.4c9,0,18.7-2.9,27.3-8.4c4.7-2.9,8.9-6,13.5-9.3l1.1-0.8c5-3.6,9.9-7,15.1-9.8c0.9-0.5,1.9-1,2.9-1.5

c5.9-2.9,13.2-6.4,13.6-13.7c0.5-7-7.5-12.1-11.4-14.6c-1.9-1.2-4-2.4-5.9-3.5c-0.8-0.4-1.6-0.9-2.4-1.3

c-4.7-6.7-11.1-15.3-19.9-21.4c-2.2-5.9-6-14-14.4-16c-4.4-1-8.7,0.7-11.3,4.6c0,0,0,0-0.1,0c-0.2,0.2-0.4,0.5-0.6,0.7

c-4.1-1.8-10-2.2-13.6,0.2c-1.7-3.1-4.6-5.1-8-5.7c-4.5-0.8-8.5,1.8-11,4.2c-3.2,3-5.9,7.2-8.4,12.8c-0.8,1.8-1.5,3.5-2,5.1

c0.1-0.5,0.3-1,0.4-1.5h-0.1c-0.5,1.4-1,2.7-1.3,4.1c-3.6,3.1-6.9,7.1-9.8,12.2c-0.1,0-0.2,0-0.2,0c-0.4,0.5-0.8,1.1-1.1,1.7

c-1.9,1.1-4.2,1.7-6.3,2.3c-0.6,0.1-1.1,0.3-1.7,0.4c-4,1.1-7.2,3-10,6c-3.5,3.7-4.8,8.3-3.3,12.1c1.6,4.2,6.4,7.4,9.3,9.3

c2.3,1.5,4.7,2.8,7,4.1c1.7,0.9,3.4,1.9,5,2.9c-0.1-0.1-0.3-0.2-0.4-0.3c-0.6,8.4-3,16.8-5.3,25c-1.9,6.6-3.8,13.3-4.8,20.1

c-1.3-2.9-2.6-5.8-4-8.5c-2.7-5.2-5.9-11.2-10.1-16.1c-4.5-5.2-8.8-6.6-12.2-3.9c-0.1,0.1-0.2,0.2-0.2,0.4v0.1

c-3.7,4.4-3.1,10.9-2,16.6c1.3,6.8,4,13.2,6.5,19.5l0.5,1.2c3.1,7.7,6.8,15.3,10.3,22.6c1.3,2.7,2.6,5.4,3.8,8

c0.7,1.5,1.4,3,2.2,4.4c1.2,2.4,2.4,4.8,3.5,7.3c0.7,1.7,1.1,3.2,1.3,4.5c-0.5,2.5-1.7,4.4-3.9,6.2c-2.9,2.3-6.4,3.9-9.9,5.3

l-0.4,0.2c-2.6,1.1-5.3,2.5-7.8,3.8c-4.1,2.1-8.4,4.4-12.9,5.7c-1.4-1.3-3.7-1.5-5.2-1.2c-1.1,0.3-1.9,1-2.4,2

c-0.6,1.3-0.5,2.9,0.2,4.1c1.1,2,3.4,2.8,6.3,2.1c1.3-0.3,3.3-1.2,4.6-2.6l0,0c1.7-0.3,3.8-0.3,5.4,0.7c0,0.2,0,0.4,0.1,0.5

c0.2,1.2,0.7,2,1.5,2.5c1,0.6,2.4,0.6,3.8,0.1h0.1c4.2-1.7,8-4.5,11.6-7.3c3.7-2.8,7.5-5.7,11.7-7.2c0.4,0.7,0.5,1.4,0.2,2.5

c-0.5,1.8-1.7,3.4-2.9,4.9c-1.3,1.7-2.6,3.1-3.8,4.3c-0.7-0.8-1.9-1.3-3.2-1.3c-1.8-0.1-3.4,0.7-4.4,2l0,0

c-1-0.4-2.3-0.7-3.6-0.7c-0.3,0.2-0.5,0.3-0.8,0.5c1.5,0,2.9,0.2,4.1,0.7l0,0c-0.4,0.7-0.7,1.5-0.8,2.4c-0.3,2.8,2,5.7,4.7,6

c2.4,0.3,4.9-1.3,5.5-3.5c5.3-3.3,10.5-8.5,14.6-14.8c0.7-1.2,1.3-2.2,1.8-3.2c3,0.8,6.3,1.3,9.7,1.4l-0.9,1l-1.3,1.3l-1.4,1.2

l-1.5,1.2l-1.5,1.1l-1.3,0.9c-1.1-0.8-2.4-0.9-3.6-0.6c-0.7,0.1-1.3,0.5-1.8,0.9c-0.6,0.4-1,1-1.3,1.6c-0.6,1.2-0.6,2.7-0.1,4

c0.3,0.6,0.7,1.2,1.1,1.7l0.2,0.2c0,0,0,0,0.1,0.1l0.1,0.1l0.4,0.3l0.4,0.3c0.1,0.1,0.3,0.2,0.4,0.2c0.3,0.1,0.6,0.3,0.9,0.4

l0.9,0.3c0.6,0.1,1.3,0.2,2,0.1h0.5c0.2,0,0.3-0.1,0.5-0.1c0.3-0.1,0.6-0.1,1-0.2l0.9-0.3l0.9-0.5c0.1,0,0.1-0.1,0.2-0.1l0.2-0.1

c0.1-0.1,0.2-0.2,0.4-0.3c0.3-0.2,0.5-0.5,0.7-0.8c0.4-0.6,0.7-1.2,0.8-1.9c0.1-0.7,0-1.4-0.2-2c0,0,0,0,0-0.1

c0.1,0,0.2-0.1,0.1-0.2c-0.1-0.2-0.3-0.4-0.4-0.5c0.4,0,0.7,0,1.1,0c1.4,0.1,2.8,0.7,4.2,1.7l0,0c-0.6,0.3-1,0.8-1.4,1.3

c-0.3,0.5-0.6,1.1-0.7,1.8l-0.1,0.5v0.5c0,0.3,0.1,0.7,0.2,1c0.4,1.3,1.4,2.2,2.5,2.7c1.1,0.6,2.3,0.9,3.5,0.9

c0.6,0,1.2,0,1.8-0.2c0.6-0.1,1.2-0.4,1.7-0.7s1-0.7,1.4-1.2s0.7-1.1,0.8-1.7v-0.2c0,0,0,0,0-0.1l0,0v-0.1v-0.1v-0.4v-0.2v-0.3

l-0.1-0.5c-0.1-0.3-0.2-0.6-0.4-0.9c-0.1-0.3-0.3-0.5-0.5-0.8c-0.2-0.2-0.4-0.5-0.6-0.7s-0.4-0.4-0.7-0.5

c0.9-0.9,1.8-1.6,2.7-2.2c1.4-0.9,2.9-1.4,4.6-1.4l0,0c0.3,0,0.7,0.1,1.1,0.1l0.1,0.2c-0.3,0.5-0.5,1-0.6,1.5l-0.1,0.5

c0,0.2,0,0.3,0,0.5c0,0.3,0.1,0.6,0.1,0.9c0,0.3,0.2,0.6,0.3,0.9c0.1,0.3,0.3,0.6,0.5,0.8s0.4,0.5,0.7,0.7l0.3,0.3l0.4,0.3

c1.1,0.6,2.5,0.7,3.7,0.5s2.4-0.8,3.3-1.6l0.2-0.2l0,0l0.1-0.1l0.1-0.1c0.1-0.1,0.2-0.2,0.3-0.3c0.2-0.2,0.4-0.5,0.6-0.8

c0.3-0.5,0.6-1.1,0.7-1.7c0.3-1.2,0.2-2.6-0.4-3.7c-0.2-0.3-0.4-0.5-0.6-0.8c-0.3-0.2-0.4-0.4-0.7-0.6c-0.5-0.4-1.1-0.7-1.7-0.8

c-0.3-0.1-0.6-0.2-0.9-0.2c-0.2,0-0.3,0-0.5,0h-0.5c-0.5,0-1.1,0.2-1.6,0.4c-0.6-0.5-1.3-1-1.9-1.5c-0.6-0.6-1.3-1.1-1.9-1.7

c7.3,1.1,14.8,2.1,22.2,2.3c6.8,0.2,13.6-0.4,20.4-1.8c1.1-0.2,2.2-0.4,3.4-0.7l0.4-0.1c0.5,0.1,1,0.2,1.5,0.3

c-0.4,0.5-0.7,0.9-1.1,1.4c-0.6,0.7-1.2,1.3-1.7,2c-0.6,0.6-1.3,1.2-1.9,1.9c-0.6,0.5-1.3,1-1.9,1.5c-0.5-0.2-1-0.4-1.6-0.4h-0.5

c-0.2,0-0.3,0-0.5,0.1c-0.3,0-0.6,0.1-0.9,0.2c-0.6,0.2-1.1,0.5-1.7,0.9c-0.2,0.2-0.5,0.4-0.7,0.7l-0.3,0.3

c-0.1,0.1-0.2,0.3-0.3,0.4c-0.6,1.1-0.7,2.5-0.3,3.7c0.4,1.2,1.1,2.3,2.1,3c0.5,0.4,1,0.7,1.6,0.9s1.2,0.4,1.8,0.5

c1.2,0.2,2.5,0,3.6-0.6l0.4-0.3l0.4-0.3l0.1-0.1l0.1-0.1l0.1-0.2l0.3-0.3c0.2-0.3,0.3-0.6,0.5-0.9c0.1-0.3,0.2-0.6,0.3-0.9

c0-0.3,0.1-0.6,0.1-1c0-0.2,0-0.3,0-0.5l-0.1-0.5c-0.1-0.5-0.4-1-0.7-1.5l0.6-0.9c0.2-0.4,0.5-0.7,0.7-1.1c0.2-0.4,0.5-0.7,0.8-1

c0.1-0.2,0.3-0.3,0.4-0.5l0.5-0.4l0.5-0.4c0.1-0.1,0.3-0.3,0.5-0.4l1.1-0.8c0.2-0.1,0.3-0.3,0.5-0.4l0.6-0.3l0.8-0.4l0.5,0.8

c0.2,0.3,0.4,0.7,0.6,1.1c0.2,0.4,0.4,0.7,0.5,1.1l0.5,1.2c0.1,0.4,0.2,0.8,0.4,1.2c0.1,0.2,0.1,0.4,0.2,0.6l0.1,0.6l0.4,2.2

l-0.5,0.2c-0.3,0.2-0.5,0.3-0.8,0.5c-0.2,0.2-0.5,0.4-0.7,0.6c-0.2,0.2-0.4,0.5-0.6,0.7c-0.2,0.3-0.4,0.5-0.5,0.8

s-0.3,0.6-0.3,0.9c-0.1,0.6-0.1,1.3,0,1.9c0.1,0.3,0.2,0.6,0.3,0.9c0.1,0.3,0.3,0.6,0.5,0.8c0.4,0.5,0.9,0.9,1.5,1.2

c1.1,0.6,2.4,0.8,3.6,0.7c0.3,0,0.6-0.1,0.9-0.1c0.3-0.1,0.6-0.1,0.9-0.2c0.6-0.2,1.2-0.4,1.7-0.7c1.1-0.6,2-1.6,2.4-2.8

c0.1-0.3,0.1-0.6,0.2-1c0-0.2,0-0.3,0-0.5l-0.1-0.4c0-0.3-0.2-0.6-0.3-0.9c-0.1-0.3-0.3-0.6-0.5-0.8c-0.4-0.5-0.8-0.9-1.4-1.2

c1.3-1,2.7-1.7,4.1-1.9c0.4-0.1,0.7-0.1,1.1,0c-0.1,0.2-0.3,0.3-0.4,0.5c-0.1,0.1,0,0.2,0.1,0.2c0,0,0,0,0,0.1

c-0.2,0.7-0.3,1.4-0.2,2.1c0.1,0.7,0.4,1.3,0.8,1.9c0.4,0.5,0.9,1,1.5,1.3l0.8,0.4l1,0.3c0.3,0.1,0.6,0.1,1,0.2

c0.2,0,0.3,0,0.5,0.1h0.5c0.7,0,1.3-0.1,1.9-0.2l0.9-0.3c0.3-0.1,0.6-0.3,0.9-0.4c0.1-0.1,0.3-0.1,0.4-0.2l0.4-0.3l0.4-0.3

l0.1-0.1c0.1-0.1,0.1-0.1,0.1-0.1l0.2-0.2c0.4-0.5,0.8-1.1,1.1-1.7c0.5-1.3,0.4-2.7-0.2-3.9c-0.3-0.6-0.8-1.1-1.3-1.5

c-0.1-0.1-0.3-0.2-0.4-0.3c-0.1,0-0.1-0.1-0.2-0.1l-0.2-0.1c-0.3-0.1-0.6-0.2-1-0.3c-0.7-0.1-1.4-0.1-2,0s-1.1,0.4-1.6,0.8

l-1.4-0.8l-1.6-1l-1.5-1.1l-1.4-1.2L150,197l-1.3-1.3l-0.3-0.4c3.5-0.2,6.9-0.7,10-1.7c0.1,0.2,0.1,0.3,0.2,0.5

c0.1,0.2,0.2,0.3,0.4,0.5c0.2,0.3,0.4,0.6,0.6,0.8l0,0c0.3,0.4,0.6,0.9,0.9,1.4c4.2,6.1,9.6,11.2,15,14.3c0.6,2,2.7,3.3,4.8,3.3

c0.3,0,0.5,0,0.8-0.1c2.7-0.4,4.9-3.4,4.5-6.2c-0.1-0.7-0.4-1.4-0.7-2c1.4-0.5,3.2-0.7,4.9-0.6l0,0c1.2,0.6,2.5,1.2,3.8,1.7h0.1

c1.5,0.5,2.9,0.4,3.8-0.2c0.8-0.5,1.3-1.4,1.5-2.5c0-0.1,0-0.2,0-0.4c2-1.1,4.6-0.8,6.2-0.5l0,0c1.2,0.9,2.7,1.5,3.9,1.8

c2.9,0.6,5.2-0.2,6.2-2.3C215.7,201.4,215.8,199.9,215.1,198.6z M49,72.4c-2.3-1.3-4.7-2.6-7-4.1c-2.8-1.8-7.6-4.9-9.1-9

c-1.4-3.7-0.2-8,3.2-11.6c2.7-2.9,5.8-4.8,9.8-5.9c0.5-0.1,1.1-0.3,1.7-0.4c1.9-0.5,3.9-1,5.7-1.9c-0.5,1.1-1,2.3-1.3,3.4

c0,0,0.1,0.1,0.1,0c0.6-0.9,1.1-1.8,1.5-2.7c0.2-0.4,0.4-0.8,0.6-1.3c0.2-0.1,0.3-0.2,0.5-0.3l0.1-0.1c3-5.4,6.3-9.6,9.9-12.9

c-0.3,1.3-0.4,2.5-0.3,3.9c0,0,0.1,0.1,0.1,0c0.4-1.5,0.6-3,0.8-4.5c0.1-0.1,0.2-0.1,0.2-0.2l0.1-0.1v-0.1

c0.6-2.2,1.5-4.7,2.7-7.5c2.4-5.5,5.1-9.6,8.2-12.6c2.1-2,5.3-4.2,8.9-4.2c0.5,0,1.1,0,1.6,0.1c2.9,0.5,5.3,2.1,7,4.4

c1,2.4,2.6,4.6,2.7,7.3c0,0.1,0.1,0.1,0.1,0c0-2.2-0.5-4.1-1.6-5.9c3.4-2.5,9.1-2,13.1-0.3c-1.6,2.6-1.6,6.2-1.6,9.2

c0,0.1,0.1,0.1,0.1,0c0.6-3.1,1.3-6.1,2.3-9.1c2.4-4.3,6.8-6.3,11.3-5.3C126,2,130.2,6.3,133.5,14c-0.1,0-0.3,0.1-0.2,0.2

c0.8,2.2,1.6,4.4,2,6.7c0,0.1,0.2,0.1,0.2,0c-0.1-1.5-0.3-2.9-0.7-4.2c8,5.7,14,13.3,18.6,19.7v0.1c0.8,2,2.3,3.8,2.8,5.9

c0,0.1,0.1,0.1,0.1,0c-0.1-1.7-0.7-3-1.5-4.3c0.7,0.4,1.4,0.8,2.1,1.2c2,1.1,4,2.2,5.9,3.4c3.8,2.4,11.6,7.5,11.1,14.1

c-0.5,6.9-7.3,10.2-13.3,13.2c-1,0.5-2,1-2.9,1.5c-5.3,2.8-10.2,6.2-15.2,9.8l-1.1,0.8c-4.5,3.3-8.8,6.3-13.5,9.3

c-10.5,6.6-22.4,9.5-32.8,7.9c-5.6-0.9-11-2.7-15.7-5.3c-4.7-2.6-8.8-6-12.7-9.2l-0.8-0.7c-3.8-3.2-7.8-6.5-12.1-9.1

C52.4,74.3,50.7,73.4,49,72.4z M16.8,202.5L16.8,202.5c-1.5-0.9-3.4-0.9-4.9-0.7c0-0.1,0.1-0.1,0.1-0.2l0.2-0.1

c1.2-0.7,2.4-1.4,3.6-2c2.8-1.3,5.6-2.4,7.8-3.2c2.5-0.9,5.4-1.9,8.3-2.7c0.8-0.2,1.6-0.4,2.5-0.6c-0.3,0.3-0.6,0.6-0.9,0.9

c-2.6,2.1-5.5,4.1-8.6,5.9c-0.9-0.9-2.4-1.5-4-1.3c-1.3,0.1-2.4,0.7-3.2,1.7C17.3,200.8,16.9,201.7,16.8,202.5z M65,201.1

c-0.2,0-0.5,0-0.7,0c-0.4,0-0.7,0-1.1,0.1l0,0l1.7-1.8c0.7-0.7,1.4-1.4,2.1-2c0.1-0.2,0.4-0.3,0.5-0.5l0.6-0.5l1.1-0.9

c0.6-0.4,1.2-0.8,1.7-1.3v4l-0.4,4.5c-0.3,0.1-0.7,0.2-1,0.3l0,0C68.2,202,66.6,201.3,65,201.1z M84.9,199.4

c-0.2,0-0.4-0.1-0.6-0.1l0,0c-1.7,0-3.4,0.5-4.9,1.4c-1,0.6-2,1.4-2.9,2.4c0.1,0.1,0.3,0.2,0.4,0.2l0,0l0,0

c-0.3-0.2-0.5-0.3-0.8-0.5l-0.6-0.2l0.3-2.2l0.1-0.6c0-0.2,0.1-0.4,0.1-0.6c0.1-0.4,0.2-0.8,0.3-1.2l0.4-1.2

c0.1-0.4,0.3-0.8,0.5-1.1c0.2-0.4,0.3-0.8,0.6-1.1l0.4-0.8l0.8,0.4l0.6,0.3c0.2,0.1,0.4,0.2,0.5,0.3l1.1,0.7

c0.2,0.1,0.4,0.2,0.5,0.4l0.5,0.4l0.5,0.4c0.2,0.1,0.3,0.3,0.4,0.5c0.3,0.3,0.6,0.6,0.8,1C84.3,198.6,84.6,198.9,84.9,199.4

l0.1,0.1L84.9,199.4z M150.8,203.9c-1.6,0.2-3.1,1-4.5,2.1l0,0c-0.3-0.1-0.6-0.2-1-0.3l-0.6-4.5l-0.2-4c0.6,0.4,1.2,0.8,1.8,1.2

l1.2,0.9l0.6,0.4c0.2,0.1,0.4,0.3,0.6,0.4c0.7,0.7,1.5,1.3,2.2,2l1.7,1.8l0,0C152,203.8,151.4,203.8,150.8,203.9z M184.5,205.2

c-1.1-1.4-2.8-2.3-4.7-2.1c-1.4,0.1-2.5,0.6-3.2,1.5c-1.3-1.1-2.6-2.5-4-4.1c-1.2-1.5-2.5-3.1-3.1-4.8c-0.4-1.1-0.3-1.8,0.1-2.5

c4.3,1.5,8.2,4.2,12,6.8c2.3,1.6,4.6,3.2,7.1,4.6C187.1,204.6,185.7,204.8,184.5,205.2z M204.2,202.6c-1.6-0.2-3.6-0.3-5.3,0.5

c-0.1-1-0.5-1.9-1.1-2.6c-0.8-1-2-1.5-3.2-1.6c-1.6-0.1-3.1,0.5-4,1.5c-3.1-1.7-5.9-3.4-8.5-5.4c0,0,0,0,0-0.1

c-0.3-0.3-0.7-0.6-1.1-0.9c0.9,0.1,1.7,0.3,2.4,0.5c3,0.7,5.9,1.6,8.4,2.5c3.2,1.1,5.7,2,7.9,3c1.3,0.6,2.5,1.2,3.7,1.9l0.2,0.1

C203.7,202.1,204,202.4,204.2,202.6L204.2,202.6z"/>

<path d="M120.2,41.6c1.2,0.7,2.3,1,3.5,1.1c-1.9,0.7-3.8,1.7-5.4,3c-0.1,0.1,0,0.1,0.1,0.1c5.7-4.3,14.9-4.1,21.2-1.6

c0.1,0.1,0.3-0.1,0.1-0.2c-3.3-2.1-7.3-2.8-11.3-2.4c1.1-0.7,2.1-1.7,2.9-2.9c3.5-5.5,2.8-13.2,0.8-19c-1.7-5-5.2-10.8-10.6-12.3

c-3.8-1.1-7.1,0.6-9.2,3.8c-2.8,4.4-2.8,10.2-1.9,15.1C111.8,32.1,114.7,38.5,120.2,41.6z M115.6,8.4c6.1-4.4,12.5,3.1,14.9,8

c3.1,6.2,4.1,14.2,1.3,20.7c-0.8,1.9-2.2,3.6-3.9,4.6c-1.3,0.2-2.6,0.5-3.8,0.9c-2.5-0.2-4.9-1.8-6.7-3.5

c-3.4-3.4-5.4-8.2-6.3-12.8C110,20.4,110.2,12.2,115.6,8.4z"/>

<path d="M63.2,44.3c3.3-0.7,6.5-1.6,10-1.8s6.7,0.8,10.1,1.5c0.2,0,0.5-0.2,0.3-0.4c-1.1-0.8-2.4-1.3-3.8-1.7

c1.1-0.3,2.1-0.7,3-1.2c4.8-2.7,8.1-7.8,10-12.8c2.1-5.8,3.1-13.7-1.1-18.8c-3-3.6-7.8-3.3-11.5-1.2C74.5,11,71,17.4,69.3,23.5

c-1.5,5.5-1.7,13.1,3.1,17.1c0.4,0.3,0.8,0.6,1.2,0.8c-3.7,0.2-7.5,1.3-10.3,2.8C63.1,44.2,63.1,44.3,63.2,44.3z M71.1,38.7

c-1.9-2.6-2.3-6-2.3-9.1c0.1-7.1,3.4-14.6,8.6-19.4c2.2-2.1,5.1-3.7,8.2-3.7s5.5,2.2,6.8,4.8c2.6,5,1.6,11.5-0.3,16.6

c-2.2,5.8-6.5,12.3-12.9,13.9c-1.6-0.4-3.3-0.5-5.1-0.5C73,40.8,72,39.9,71.1,38.7z"/>

<path d="M121.9,84.9c-3.1,2.2-6.6,3.7-10.4,4.7c-6.9,1.8-14,0.8-19.3-4.1c-0.1-0.1-0.3,0-0.2,0.1c5.1,5.1,11.6,6.7,18.6,5.2

c7.8-1.8,13.9-6.5,19.7-11.7c0.3-0.2,1.1-1,0.9-0.9C128.5,80.2,124.7,83,121.9,84.9z"/>

<path d="M72,69.8L72,69.8l0.4,0.2c1.1,0.7,2.2,1.4,3.2,2.1c3.7,2.3,7.3,4.6,11.2,6.5c7.6,3.8,14.4,5.7,20.5,5.7

c2,0,3.9-0.2,5.7-0.6c7.3-1.5,14.4-5.7,21.8-12.6c6.1-5.8,11.5-12.2,16.4-18.3c1.7,1.6,3.8,2.7,6.4,3.1c0.1,0,0.2-0.1,0.1-0.2

c-2-0.7-4.2-1.9-6.1-3.4l0.6-0.7l-0.9,0.4c-1.4-1.2-2.6-2.5-3.4-3.9c0-0.1-0.2,0-0.1,0.1c0.8,1.6,1.8,3,2.9,4.1

c-2.3,1.1-5,2.8-7.7,4.6c-0.5,0.3-1,0.6-1.5,1c-1,0.6-2,1.2-3.1,1.8s-2.3,1.3-3.6,2c-1.3,0.6-2.6,1.2-4.1,1.6

c-0.7,0.2-1.5,0.5-2.2,0.8c-0.8,0.2-1.5,0.5-2.3,0.7c-1.6,0.5-3.2,0.9-4.8,1.4c-1.7,0.4-3.3,0.9-5.1,1.2c-3.5,0.8-7.1,1.4-10.8,2

c-3.7,0.5-7.5,0.9-11.3,1.1s-7.6,0.1-11.3-0.1c-3.7-0.3-7.3-0.7-10.9-1.4c-3.5-0.6-6.6-2-9.5-3.5c-1.5-0.8-2.9-1.5-4.2-2.2

c-1.4-0.7-2.7-1.3-4.2-1.7c-0.7-0.2-1.5-0.3-2.2-0.3c-0.3,0-0.7,0.1-1,0.1s-0.6,0-0.9,0c-1.2,0-2.4-0.5-3.1-1.2

c-0.8-0.8-1.1-1.8-1-2.8s0.5-1.8,1-2.4c1-1.3,2.3-1.8,3.1-2.1c0.4-0.1,0.8-0.2,1-0.2s0.3-0.1,0.3-0.1s-0.1,0-0.3,0

s-0.6,0.1-1,0.2c-0.8,0.2-2.2,0.7-3.3,2c-0.6,0.6-1,1.5-1.2,2.6c-0.1,1,0.1,2.3,1,3.2c0.8,0.9,2.2,1.5,3.5,1.6c0.3,0,0.7,0,1,0

s0.7-0.1,1-0.1c0.6,0,1.3,0.1,1.9,0.2c2.7,0.8,5.3,2.4,8.3,3.9C65.1,67.8,68.4,69.2,72,69.8z M134.4,70.8

c-7.3,6.9-14.3,11-21.5,12.5c-7.4,1.6-15.9-0.1-25.8-5.1c-3.9-1.9-7.5-4.2-11.2-6.5c-0.8-0.5-1.7-1.1-2.5-1.7

c3.1,0.5,6.3,0.9,9.5,1.1c3.8,0.2,7.6,0.2,11.4,0.1c3.8-0.2,7.6-0.5,11.3-1.1c3.7-0.5,7.4-1.2,10.9-2c1.8-0.4,3.4-0.8,5.1-1.2

c1.7-0.5,3.3-0.9,4.9-1.4c0.8-0.2,1.6-0.5,2.3-0.7c0.8-0.3,1.5-0.5,2.2-0.8c1.5-0.5,2.9-1,4.2-1.7c2.6-1.3,4.8-2.7,6.7-4

c0.4-0.3,0.9-0.6,1.3-0.9c0,0,0.1,0,0.1-0.1c2.5-1.6,4.8-3.1,6.9-4.2C145.5,59.2,140.3,65.3,134.4,70.8z"/>

<path d="M125.6,127.5c-1.1,0.3-2.3,0.6-3.6,0.9c-0.7,0.1-1.4,0.3-2.1,0.4c-0.7,0.1-1.5,0.2-2.2,0.4c-1.5,0.3-3.2,0.4-4.8,0.6

c-0.8,0.1-1.7,0.1-2.6,0.1c-0.4,0-0.9,0-1.3,0s-0.9,0-1.3,0c-1.8,0-3.6-0.1-5.4-0.3s-3.6-0.4-5.3-0.7c-0.4-0.1-0.9-0.1-1.3-0.2

c-0.4-0.1-0.9-0.2-1.3-0.3c-0.8-0.2-1.7-0.3-2.5-0.5c-1.6-0.4-3.2-0.8-4.7-1.2c-1.5-0.4-2.9-0.8-4.2-1.3

c-1.3-0.4-2.5-0.8-3.5-1.2c-1-0.3-2-0.7-2.7-0.9c-1.5-0.5-2.3-0.8-2.3-0.8s0.8,0.4,2.3,1c0.7,0.3,1.6,0.7,2.6,1.1

s2.2,0.9,3.5,1.3c1.3,0.5,2.7,0.9,4.2,1.4s3.1,0.9,4.7,1.3c0.8,0.2,1.7,0.4,2.5,0.6c0.4,0.1,0.9,0.2,1.3,0.3s0.9,0.2,1.3,0.2

c1.8,0.3,3.6,0.5,5.4,0.8c1.8,0.1,3.6,0.2,5.4,0.2c0.4,0,0.9,0,1.3,0s0.9,0,1.3-0.1c0.9-0.1,1.7-0.1,2.6-0.2

c1.7-0.2,3.3-0.4,4.9-0.7c0.8-0.1,1.5-0.3,2.2-0.4c0.7-0.2,1.4-0.3,2.1-0.5c1.3-0.3,2.5-0.7,3.6-1s2-0.6,2.7-0.9

c1.5-0.6,2.3-0.9,2.3-0.9s-0.9,0.3-2.4,0.7C127.6,127,126.7,127.3,125.6,127.5z"/>

<path d="M136.5,204.1c-1.5-0.9-3.2-1.3-4.9-1.2c-0.2,0-0.4,0-0.6,0.1l-0.4,0.7c0.4-0.1,0.8-0.2,1.1-0.2c1.6-0.1,3.2,0.3,4.6,1.2

c1,0.6,1.9,1.2,2.8,2.1c0,0,0,0,0.1-0.1s0.3-0.2,0.4-0.3C138.5,205.4,137.5,204.7,136.5,204.1z"/>

<path d="M96.2,60.5c0.2,0.2,0.5,0.5,0.6,0.8c0,0.1,0.2,0,0.1,0c-0.2-0.5-0.1-1.2-0.2-1.7s-0.3-1-0.8-1.2

c-0.2-0.1-0.5-0.1-0.6,0.1c-0.3,0.4,0,0.8,0.2,1.2C95.8,60,96,60.3,96.2,60.5z"/>

<path d="M102.7,60.8c0.1-0.7,0.6-1.3,0.9-1.9c0.2-0.5,0.7-1.1,0.5-1.6c-0.1-0.2-0.3-0.3-0.5-0.2

C102.4,57.7,102.8,59.7,102.7,60.8C102.5,60.9,102.7,60.9,102.7,60.8z"/>

<path d="M143.9,183C143.9,183.1,143.9,183.1,143.9,183L143.9,183z"/>

</g>

</g>

</g>

</svg>

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mentor ,
Dec 14, 2017 Dec 14, 2017

Copy link to clipboard

Copied

Hmm. When I put that into a HTML file, it's all jacked up. And the main body of the frog is missing.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Dec 14, 2017 Dec 14, 2017

Copy link to clipboard

Copied

now how can I solve that...see I am only a designer and I have no idea of how this coding works. I have the main body of the frog in my illustrator file and when I open that SVG in Iexplorer I can see the complete image of the frog. Please can you guyz just help me out of this. cz i work with the same method everyday, sometimes it works and sometimes it doesn't inspite of doing the same steps and method

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 14, 2017 Dec 14, 2017

Copy link to clipboard

Copied

That SVG code is invalid.

Please upload a file (either SVG or AI to a server and post the link somewhere.

When you work with code (which SVG actually is), you need to understand file hierarchy, and actually the coding people need as well. There's no way around that. You need to know how to work with the layers panel.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Dec 14, 2017 Dec 14, 2017

Copy link to clipboard

Copied

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 15, 2017 Dec 15, 2017

Copy link to clipboard

Copied

Thank you.

The programmers should be able to fill this. But as KrisHunt already wrote, they might not be able to target it. You will need to give it a name .And maybe the sub-grouping also irritates them, but if they inspect the file hierarchy they should be able to see that.

Did they tell you anything about how the file should be structured? I noticed some naming in the file, so they must have told you something.

When they can't apply color to the frogs, there should be some sort of errors in their debugging.

Don't they tell you anything about the details? You will need to discuss with them about naming and hierarchy.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Dec 15, 2017 Dec 15, 2017

Copy link to clipboard

Copied

LATEST

hey, the problem is solved...only sum changes in SVG dialogue box was done and we were able to colour the frog.

Anyways, thnq so much for your help and efforts.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Dec 14, 2017 Dec 14, 2017

Copy link to clipboard

Copied

Untitled-47-01.jpg

these are my settings of SVG

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 14, 2017 Dec 14, 2017

Copy link to clipboard

Copied

That frog must consist of not only one, but several elements.

So which element are they targeting with their script?

Has anyone of you inspected the layers panel to check what's there and in which order (hierarchical as well as stacking order? You don't need Illustrator to do that, you can also use Inkscape. The coding departments must have an idea of how your artwork is built, otherwise they can't style it.

And of course, in order to find out where the error is, you will need to show us in the forum what exactly the code looks like (which element they are targeting) and how exactly the file is built. Otherwise we can't help you.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Dec 14, 2017 Dec 14, 2017

Copy link to clipboard

Copied

Untitled-47-.jpg

I have pasted the HTML code of my SVG in my above reply

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines