HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 580 620" enable-background="new 0 0 580 620" xml:space="preserve" aria-labelledby="title" aria-describedby="desc">
<title id="title">A makeup artist facechart</title>
<desc id="desc">A facechart filled in with makeup. The facechart has red lips, dark eyeshadow and a pink blusher.</desc>
<g id="facechart">
<filter height="150%" width="150%" id="blur_8" x="-25%" y="-25%" color-interpolation-filters="sRGB">
<feGaussianBlur stdDeviation="8"></feGaussianBlur>
</filter>
<filter height="150%" width="150%" id="blur_7" x="-25%" y="-25%" color-interpolation-filters="sRGB">
<feGaussianBlur in="SourceAlpha" stdDeviation="7"></feGaussianBlur>
</filter>
<filter height="150%" width="150%" id="blur_6" x="-25%" y="-25%" color-interpolation-filters="sRGB">
<feGaussianBlur stdDeviation="6"></feGaussianBlur>
</filter>
<filter height="150%" width="150%" id="blur_3" x="-25%" y="-25%" color-interpolation-filters="sRGB">
<feGaussianBlur stdDeviation="3"></feGaussianBlur>
</filter>
<filter height="150%" width="150%" id="blur_20" x="-25%" y="-25%" color-interpolation-filters="sRGB">
<feGaussianBlur stdDeviation="20"></feGaussianBlur>
</filter>
<filter height="150%" width="150%" id="blur_12" x="-25%" y="-25%" color-interpolation-filters="sRGB">
<feGaussianBlur stdDeviation="12"></feGaussianBlur>
</filter>
<filter height="150%" width="150%" id="blur_7" x="-25%" y="-25%" color-interpolation-filters="sRGB">
<feGaussianBlur in="SourceAlpha" stdDeviation="7"></feGaussianBlur>
</filter>
<g id="shading" class="animated delay3">
<g id="foundation" filter="url(#blur_20)">
<radialGradient id="foundation_gradient" cx="290" cy="310.843" r="233.7471" gradientTransform="matrix(1 0 0 2 0 -310.843)" gradientUnits="userSpaceOnUse">
<stop offset="0" style="stop-color: #FFFFFF" />
<stop offset="3.014881e-02" style="stop-color: #FDFBF9" />
<stop offset="0.1479" style="stop-color: #F8EFE9" />
<stop offset="0.2783" style="stop-color: #F5E8DF" />
<stop offset="0.4454" style="stop-color: #F4E6DC" />
<stop offset="1" style="stop-color: #F1C9B0" />
</radialGradient>
<path fill="url(#foundation_gradient)" d="M485.8,79.8c25.6,59.5,25.4,158,0,226.6c0,0-27.7,73-31.2,121.3c-1.5,20.6-14.6,52.3-29.4,66.7c-5.6,5.5-12.6,12.1-20.8,19.1C378.2,536,340.3,562,302.3,562h-24.6c-35.6,0-71.1-22.8-97.1-44.2c-10.4-8.6-19.2-16.9-25.9-23.5c-14.7-14.4-27.9-46.2-29.4-66.7c-3.5-48.3-31.2-121.3-31.2-121.3c-25.4-68.7-25.6-167.2,0-226.6C224.7,53,355.3,53,485.8,79.8z" />
</g>
<g id="shade_chin" filter="url(#blur_3)">
<path opacity=".2" fill="#773906" d="M424.3,494.7c0,0-0.8,0.9-2.3,2.6c-1.5,1.7-3.8,4.2-6.7,7.2c-1.5,1.5-3.1,3.2-5,5c-1.8,1.8-3.8,3.7-6,5.7
c-4.3,4-9.4,8.4-15.2,13c-5.8,4.4-12.1,9.4-19.5,13.4c-1.9,1-3.7,2-5.7,3c-1.9,0.9-3.9,1.9-5.9,2.8c-2,0.9-4.1,1.8-6.1,2.8
c-1,0.5-2.1,0.9-3.1,1.4c-1,0.5-2.1,0.9-3.1,1.4c-8.4,3.6-17.5,6.6-27,8.2c-2.4,0.5-4.8,0.7-7.2,1c-2.4,0.4-4.9,0.4-7.3,0.5
c-2.5,0.1-4.9,0.1-7.3,0.1l-7.3,0l-7.3,0l-3.6,0l-0.9,0l-0.5,0l-0.5,0l-1.8-0.1l-3.6-0.1c-1.2,0-2.4-0.2-3.6-0.3
c-1.2-0.1-2.4-0.3-3.6-0.4c-1.2-0.2-2.4-0.4-3.6-0.6c-9.5-1.7-18.6-4.7-27-8.3c-2.1-0.9-4.2-1.8-6.2-2.8c-1-0.5-2.1-0.9-3.1-1.4
c-1-0.5-2-1-3-1.4c-1-0.5-2-0.9-3-1.4c-1-0.5-2-1-2.9-1.5c-1-0.5-1.9-1-2.9-1.4c-1-0.5-1.9-1-2.8-1.5c-3.7-2-7.1-4.3-10.4-6.6
c-1.6-1.2-3.2-2.3-4.7-3.4c-1.5-1.2-3-2.3-4.5-3.4c-5.7-4.6-10.8-8.9-15.2-13c-4.4-4-8-7.7-11-10.8c-3-3.1-5.2-5.5-6.7-7.2
c-1.5-1.7-2.3-2.6-2.3-2.6s3.7,3.1,10.3,8.5c1.6,1.3,3.5,2.8,5.4,4.4c2,1.6,4.1,3.3,6.4,5.2c4.6,3.6,9.9,7.7,15.8,11.9
c5.8,4.3,12.4,8.4,19.2,13.1c0.8,0.6,1.7,1.2,2.6,1.8c0.9,0.6,1.8,1.2,2.6,1.7c0.9,0.6,1.8,1.2,2.7,1.8c0.9,0.6,1.8,1.1,2.8,1.7
c1.9,1.1,3.8,2.3,5.8,3.2c1,0.5,2,1,3,1.5c1,0.5,2,0.9,3.1,1.4c8.2,3.6,17.1,6.7,26.4,8.5c1.2,0.2,2.3,0.4,3.5,0.6
c1.2,0.1,2.3,0.3,3.5,0.4c1.2,0.1,2.3,0.3,3.5,0.4l3.6,0.2l1.8,0.1l0.5,0l0.4,0l0.9,0l3.6,0l7.3,0l7.3,0c2.4,0,4.9,0,7.2-0.1
c2.4-0.1,4.8-0.1,7.1-0.5c2.4-0.3,4.7-0.5,7-1.1c9.3-1.8,18.2-4.8,26.4-8.5c2-1,4.1-1.8,6.1-2.9c2-1,3.9-2.1,5.8-3.2
c1.8-1.2,3.6-2.3,5.4-3.5c1.8-1.2,3.5-2.4,5.2-3.5c6.8-4.7,13.4-8.8,19.2-13.1c5.9-4.2,11.1-8.2,15.8-11.9
c2.3-1.8,4.5-3.6,6.4-5.1c2-1.6,3.8-3.1,5.4-4.4C420.5,497.8,424.3,494.7,424.3,494.7z"/>
</g>
<g id="shade_nose_bottom">
<g filter="url(#blur_6)">
<path opacity="0.3" fill="#775C46" d="M329.8,360.8c-3,4.4-11.9,7.8-16.8,12.4c-6.5,6.1-9.5,12.7-18.5,12.7h-1.1h-3.6h-1.1c-8.9,0-12-6.7-18.5-12.7c-4.9-4.6-13.8-8-16.8-12.4C278.8,377.5,304.3,377.5,329.8,360.8z"/>
</g>
</g>
<g id="eye_shade">
<g id="shade" filter="url(#blur_8)">
<path opacity="0.8" fill="#BFAB9D" d="M272.8,282.5c0,0,0.1-0.7,0.2-2.1c0-0.7,0.1-1.5,0.2-2.5c0-1,0.1-2.1,0.1-3.4c0.1-1.3,0.1-2.7,0.1-4.2
c0-1.5,0-3.2-0.1-5c-0.1-3.5-0.5-7.5-1-11.9c-0.6-4.3-1.5-8.9-2.8-13.8c-1.3-4.8-3.1-9.8-5.3-14.7c-2.2-5-4.9-9.9-8.1-14.6
c-3.2-4.7-6.8-9.2-10.8-13.3c-1-1.1-2-2-3.1-3c-1-1-2.1-2-3.2-2.9c-1.1-0.9-2.2-1.9-3.3-2.8c-1.1-0.9-2.3-1.7-3.4-2.6
c-0.6-0.4-1.1-0.9-1.7-1.3l-1.7-1.2c-1.2-0.8-2.3-1.6-3.5-2.4c-2.4-1.4-4.7-3-7.1-4.2c-1.2-0.7-2.4-1.3-3.5-1.9
c-1.2-0.6-2.4-1.2-3.5-1.8c-1.2-0.6-2.3-1.2-3.5-1.7c-1.2-0.5-2.3-1-3.5-1.5c-2.3-1-4.5-1.9-6.7-2.7c-1.1-0.4-2.1-0.9-3.2-1.2
c-1.1-0.4-2.1-0.7-3.1-1.1c-4.1-1.5-7.9-2.5-11.3-3.5c-3.4-0.9-6.4-1.6-8.9-2.2c-5-1.1-7.8-1.7-7.8-1.7l-0.1,0
c-1.6-0.3-2.7-1.9-2.3-3.6c0.3-1.6,1.9-2.7,3.6-2.3c0,0,0.1,0,0.1,0c0,0,2.9,0.7,7.9,1.9c2.5,0.6,5.5,1.5,9,2.5
c3.4,1.1,7.4,2.3,11.5,3.9c1,0.4,2.1,0.8,3.2,1.2c1.1,0.4,2.2,0.9,3.3,1.3c2.2,0.9,4.5,1.8,6.8,3c1.2,0.5,2.3,1.1,3.5,1.6
c1.2,0.6,2.3,1.2,3.5,1.8c1.2,0.6,2.4,1.2,3.6,1.9c1.2,0.7,2.4,1.4,3.6,2.1c2.4,1.4,4.8,3,7.2,4.6c1.2,0.8,2.3,1.7,3.5,2.5
l1.8,1.3c0.6,0.4,1.1,0.9,1.7,1.4c1.1,0.9,2.3,1.9,3.4,2.8c1.1,1,2.2,2,3.3,3c1.1,1,2.1,2.1,3.2,3.1c1,1.1,2.1,2.1,3.1,3.2
c4.1,4.4,7.7,9.1,10.8,14.1c3.1,4.9,5.8,10,7.9,15.2c2.1,5.1,3.8,10.3,5,15.2c1.2,5,2,9.7,2.5,14.1c0.5,4.4,0.7,8.5,0.7,12
c0,1.8,0,3.5,0,5c0,1.6-0.1,3-0.2,4.3c-0.1,1.3-0.2,2.4-0.2,3.4c-0.1,1-0.2,1.8-0.3,2.5c-0.1,1.4-0.2,2.1-0.2,2.1
c0,0.3-0.3,0.5-0.5,0.4C273,283,272.8,282.8,272.8,282.5z" />
</g>
<g id="shade2" filter="url(#blur_8)">
<path opacity="0.8" fill="#BFAB9D" d="M314.2,282.6c0,0-0.1-0.7-0.2-2.1c-0.1-0.7-0.2-1.5-0.3-2.5c-0.1-1-0.1-2.1-0.2-3.4
c-0.1-1.3-0.1-2.7-0.2-4.3c-0.1-1.6,0-3.2,0-5c0-3.6,0.3-7.6,0.7-12c0.5-4.4,1.3-9.1,2.5-14.1c1.2-4.9,2.9-10.1,5-15.2
c2.1-5.2,4.8-10.3,7.9-15.2c3.2-4.9,6.7-9.7,10.8-14.1c1-1.1,2-2.2,3.1-3.2c1.1-1,2.1-2.1,3.2-3.1c1.1-1,2.2-2,3.3-3
c1.1-0.9,2.3-1.9,3.4-2.8c0.6-0.5,1.1-0.9,1.7-1.4l1.8-1.3c1.2-0.8,2.3-1.7,3.5-2.5c2.4-1.5,4.7-3.2,7.2-4.6
c1.2-0.7,2.4-1.4,3.6-2.1c1.2-0.7,2.4-1.3,3.6-1.9c1.2-0.6,2.4-1.3,3.5-1.8c1.2-0.6,2.4-1.1,3.5-1.6c2.3-1.1,4.6-2,6.8-3
c1.1-0.5,2.2-0.9,3.3-1.3c1.1-0.4,2.2-0.8,3.2-1.2c4.2-1.6,8.1-2.7,11.5-3.9c3.5-1,6.5-1.9,9-2.5c5-1.2,7.9-1.9,7.9-1.9
c1.6-0.4,3.2,0.6,3.6,2.2c0.4,1.6-0.6,3.2-2.2,3.6c0,0,0,0-0.1,0l-0.1,0c0,0-2.8,0.6-7.8,1.7c-2.5,0.6-5.4,1.4-8.9,2.2
c-3.4,1-7.2,2-11.3,3.5c-1,0.3-2.1,0.7-3.1,1.1c-1.1,0.4-2.1,0.8-3.2,1.2c-2.2,0.8-4.4,1.7-6.7,2.7c-1.1,0.5-2.3,1-3.5,1.5
c-1.2,0.5-2.3,1.1-3.5,1.7c-1.2,0.6-2.4,1.1-3.5,1.8c-1.2,0.6-2.3,1.3-3.5,1.9c-2.4,1.2-4.7,2.8-7.1,4.2
c-1.2,0.7-2.3,1.6-3.5,2.4l-1.7,1.2c-0.6,0.4-1.1,0.9-1.7,1.3c-1.1,0.9-2.3,1.7-3.4,2.6c-1.1,0.9-2.2,1.9-3.3,2.8
c-1.1,0.9-2.1,1.9-3.2,2.9c-1,1-2.1,2-3.1,3c-4,4.1-7.6,8.6-10.8,13.3c-3.2,4.7-5.9,9.6-8.1,14.6c-2.2,5-3.9,9.9-5.3,14.7
c-1.3,4.8-2.2,9.4-2.8,13.8c-0.6,4.3-0.9,8.3-1,11.9c-0.1,1.8-0.1,3.4-0.1,5c0,1.5,0,3,0.1,4.2c0,1.3,0.1,2.4,0.1,3.4
c0.1,1,0.1,1.8,0.2,2.5c0.1,1.4,0.2,2.1,0.2,2.1c0,0.3-0.2,0.5-0.5,0.5C314.5,283,314.3,282.8,314.2,282.6z" />
</g>
<g id="shade3" filter="url(#blur_8)">
<path opacity="0.8" fill="#BFAB9D" d="M322.5,240c0,0,0.3-1.2,0.9-3.2c0.3-1,0.7-2.2,1.1-3.7c0.2-0.7,0.5-1.5,0.7-2.2c0.3-0.8,0.6-1.6,0.9-2.4
c0.6-1.7,1.4-3.5,2.3-5.4c0.4-1,0.9-1.9,1.4-2.9c0.5-1,1-2,1.5-3c0.6-1,1.1-2,1.7-3.1c0.6-1,1.2-2,1.9-3c0.6-1,1.3-2,2-3
c0.7-1,1.4-2,2.1-3c0.7-1,1.5-2,2.2-2.9c0.8-0.9,1.5-1.9,2.3-2.8c0.7-0.9,1.6-1.8,2.4-2.7c0.8-0.9,1.5-1.8,2.4-2.6
c1.6-1.6,3.2-3.3,4.7-4.7c0.8-0.7,1.5-1.4,2.3-2.1c0.8-0.6,1.5-1.3,2.2-1.9c1.4-1.2,2.7-2.2,3.9-3.2c0.6-0.5,1.2-0.9,1.7-1.3
c0.5-0.4,1-0.7,1.5-1c1.8-1.2,2.8-2,2.8-2c1.4-1,3.2-0.6,4.2,0.7c1,1.4,0.6,3.2-0.7,4.2c-0.1,0-0.1,0.1-0.2,0.1l-0.1,0.1
c0,0-1,0.6-2.7,1.7c-0.4,0.3-0.9,0.6-1.5,0.9c-0.5,0.3-1.1,0.7-1.7,1.1c-1.2,0.8-2.5,1.7-3.9,2.8c-0.7,0.5-1.4,1.1-2.2,1.6
c-0.8,0.6-1.5,1.2-2.3,1.8c-1.6,1.3-3.2,2.7-4.8,4.2c-0.8,0.7-1.6,1.5-2.4,2.3c-0.8,0.8-1.7,1.6-2.4,2.5
c-0.8,0.9-1.6,1.7-2.4,2.6c-0.8,0.9-1.5,1.8-2.3,2.7c-0.8,0.9-1.5,1.8-2.2,2.8c-0.7,0.9-1.5,1.8-2.1,2.8c-0.7,1-1.3,1.9-2,2.8
c-0.6,1-1.2,1.9-1.8,2.9c-0.6,0.9-1.2,1.9-1.7,2.8c-0.5,0.9-1.1,1.8-1.5,2.7c-0.9,1.8-1.9,3.5-2.6,5.2c-0.4,0.8-0.7,1.6-1.1,2.3
c-0.3,0.7-0.6,1.5-0.9,2.1c-0.5,1.3-1,2.5-1.3,3.5c-0.7,2-1.1,3.1-1.1,3.1c-0.1,0.3-0.4,0.4-0.6,0.3
C322.6,240.5,322.4,240.2,322.5,240z" />
</g>
<g id="shade4" filter="url(#blur_8)">
<path opacity="0.8" fill="#BFAB9D" d="M264.1,240.3c0,0-0.4-1.1-1.1-3.1c-0.3-1-0.8-2.2-1.3-3.5c-0.3-0.7-0.5-1.4-0.9-2.1
c-0.3-0.7-0.7-1.5-1.1-2.3c-0.7-1.6-1.6-3.3-2.6-5.2c-0.5-0.9-1-1.8-1.5-2.7c-0.5-0.9-1.1-1.9-1.7-2.8c-0.6-0.9-1.2-1.9-1.8-2.9
c-0.7-0.9-1.3-1.9-2-2.8c-0.7-1-1.4-1.9-2.1-2.8c-0.7-0.9-1.4-1.9-2.2-2.8c-0.8-0.9-1.5-1.8-2.3-2.7c-0.8-0.9-1.6-1.7-2.4-2.6
c-0.8-0.9-1.6-1.7-2.4-2.5c-0.8-0.8-1.6-1.6-2.4-2.3c-1.6-1.5-3.2-2.9-4.8-4.2c-0.8-0.6-1.5-1.3-2.3-1.8
c-0.8-0.6-1.5-1.1-2.2-1.6c-1.4-1.1-2.8-2-3.9-2.8c-0.6-0.4-1.1-0.8-1.7-1.1c-0.5-0.3-1-0.6-1.5-0.9c-1.7-1.1-2.7-1.7-2.7-1.7
l-0.1-0.1c-1.4-0.9-1.9-2.7-1-4.1c0.9-1.4,2.7-1.9,4.1-1c0.1,0,0.1,0.1,0.2,0.1c0,0,1,0.7,2.8,2c0.4,0.3,0.9,0.7,1.5,1
c0.5,0.4,1.1,0.8,1.7,1.3c1.2,0.9,2.5,1.9,3.9,3.2c0.7,0.6,1.4,1.2,2.2,1.9c0.8,0.6,1.5,1.4,2.3,2.1c1.6,1.4,3.1,3,4.7,4.7
c0.8,0.8,1.6,1.7,2.4,2.6c0.8,0.9,1.6,1.8,2.4,2.7c0.8,0.9,1.5,1.9,2.3,2.8c0.7,1,1.5,2,2.2,2.9c0.8,1,1.4,2,2.1,3
c0.7,1,1.4,2,2,3c0.6,1,1.3,2,1.9,3c0.6,1,1.1,2,1.7,3.1c0.6,1,1.1,2,1.5,3c0.5,1,1,1.9,1.4,2.9c0.8,1.9,1.7,3.7,2.3,5.4
c0.3,0.9,0.6,1.7,0.9,2.4c0.3,0.8,0.5,1.5,0.7,2.2c0.5,1.4,0.9,2.6,1.1,3.7c0.6,2,0.9,3.2,0.9,3.2c0.1,0.3-0.1,0.5-0.4,0.6
C264.5,240.6,264.2,240.5,264.1,240.3z" />
</g>
</g>
</g>
<g id="makeup">
<g id="lip-lighter-container">
<g id="lip-filled" class="animated delay4">
<g>
<radialGradient id="lg" cx="291.5539" cy="442.624" r="54.5913" gradientTransform="matrix(1 0 0 0.5 0 221.312)" gradientUnits="userSpaceOnUse">
<stop offset="0" style="stop-color:#B86565"/>
<stop offset="3.384221e-02" style="stop-color:#B35F5F"/>
<stop offset="0.166" style="stop-color:#A64F4F"/>
<stop offset="0.3124" style="stop-color:#9E4545"/>
<stop offset="0.5" style="stop-color:#9B4242"/>
<stop offset="1" style="stop-color:#732C2C"/>
</radialGradient>
<path fill="url(#lg)" stroke="#5B2727" stroke-miterlimit="10" d="M292.6,468.2c46.9,0,64.6-20.6,71.3-29
c1.1-1.4,0.3-3.5-1.5-3.7c-13.1-1.5-25.8-8.4-46.6-17.9c-1.4-0.6-2.9-0.7-4.3-0.3c-3.8,1.2-11.7,3.5-18.8,3.5h-2.2
c-7.1,0-15-2.3-18.8-3.5c-1.4-0.5-3-0.4-4.3,0.3c-20.8,9.5-33.5,16.4-46.6,17.9c-1.8,0.2-2.7,2.3-1.5,3.7
c6.6,8.4,24.4,29,71.3,29H292.6z"/>
</g>
<g>
<linearGradient id="lg2" gradientUnits="userSpaceOnUse" x1="291.5539" y1="417.0597" x2="291.5539" y2="468.1883">
<stop offset="0" style="stop-color:#D97777"/>
<stop offset="5.178630e-03" style="stop-color:#D67474"/>
<stop offset="4.873613e-02" style="stop-color:#C06262"/>
<stop offset="9.975854e-02" style="stop-color:#AF5454"/>
<stop offset="0.1633" style="stop-color:#A44949"/>
<stop offset="0.2525" style="stop-color:#9D4444"/>
<stop offset="0.5" style="stop-color:#9B4242"/>
<stop offset="0.7445" style="stop-color:#994141"/>
<stop offset="0.8325" style="stop-color:#923E3E"/>
<stop offset="0.8952" style="stop-color:#873838"/>
<stop offset="0.946" style="stop-color:#763030"/>
<stop offset="0.989" style="stop-color:#602525"/>
<stop offset="1" style="stop-color:#592222"/>
</linearGradient>
<path fill="url(#lg2)" opacity="0.5" d="M292.6,468.2c46.9,0,64.6-20.6,71.3-29c1.1-1.4,0.3-3.5-1.5-3.7c-13.1-1.5-25.8-8.4-46.6-17.9
c-1.4-0.6-2.9-0.7-4.3-0.3c-3.8,1.2-11.7,3.5-18.8,3.5h-2.2c-7.1,0-15-2.3-18.8-3.5c-1.4-0.5-3-0.4-4.3,0.3
c-20.8,9.5-33.5,16.4-46.6,17.9c-1.8,0.2-2.7,2.3-1.5,3.7c6.6,8.4,24.4,29,71.3,29H292.6z"/>
</g>
</g>
<g class="is-lipinner">
<path id="lip_inner" opacity=".2" fill="#4a4b5c" d="M249,439.5c-2.4-0.7-3.8-1.1-3.8-1.1c-0.2-0.1-0.4-0.3-0.3-0.6
c0.1-0.2,0.3-0.4,0.5-0.3c0,0,1.4,0.3,3.9,0.8c1.2,0.3,2.8,0.5,4.5,0.7c1.7,0.3,3.7,0.5,5.9,0.8c2.1,0.3,4.5,0.4,7,0.7
c2.5,0.2,5.4,0,7.8-0.4c1.2-0.2,3.4-0.7,4.1-0.7c1.4,0,3,0.7,4.2,1.1c2.6,0.7,5.5,1,8.6,1.1h0.2c2.9,0,5.8-0.3,8.6-1.1
c1.2-0.3,2.8-1.1,4.2-1.1c0.7,0,2.9,0.5,4.1,0.7c2.4,0.4,5.3,0.6,7.8,0.4c2.5-0.3,4.8-0.4,7-0.7c2.1-0.3,4.1-0.5,5.9-0.8
c1.7-0.3,3.3-0.5,4.5-0.7c2.5-0.5,3.9-0.8,3.9-0.8c0.2,0,0.5,0.1,0.5,0.3c0.1,0.2-0.1,0.5-0.3,0.6c0,0-1.4,0.4-3.8,1.1
c-9.7,2.7-19.4,4.5-29.1,5.4c-4.5,0.4-6.2,1.5-13.6,1.5c-7.1,0-9.1-1.1-13.6-1.6C268.2,444,258.6,442.2,249,439.5z" />
</g>
</g>
<g id="blusher_left" filter="url(#blur_12)" class="animated delay5">
<path opacity="0.3" fill="#D1A3A3" d="M489.6,291.7c-0.7,1.1-1.7,2-2.8,2.8l-29.2,30.6c-62.4,28.1-85.5-1.6-22.6-32.2
c1.7-0.8,3.1-2.4,5-2.9l35.5-9.4c0.6-0.2,1.2-0.4,1.8-0.7C487.4,275.1,494.8,283.8,489.6,291.7z"/>
</g>
<g id="blusher_right" filter="url(#blur_12)" class="animated delay5">
<path opacity="0.3" fill="#D1A3A3" d="M88.6,291.7c0.7,1.1,1.7,2,2.8,2.8l29.2,30.6c62.4,28.1,85.5-1.6,22.6-32.2
c-1.7-0.8-3.1-2.4-5-2.9l-35.5-9.4c-0.6-0.2-1.2-0.4-1.8-0.7C90.8,275.1,83.3,283.8,88.6,291.7z"/>
</g>
<g id="eye_shadow_right" filter="url(#blur_7)" class="animated delay5">
<path opacity="0.3" fill="#212126" d="M335,239.8c0,0,0.1-0.5,0.4-1.4c0.1-0.4,0.3-1,0.5-1.6c0.1-0.3,0.2-0.7,0.3-1
c0.1-0.4,0.3-0.8,0.4-1.2c0.3-0.9,0.6-1.8,1-2.9c0.4-1,0.9-2.1,1.4-3.3c0.5-1.2,1.2-2.4,1.8-3.6c0.7-1.3,1.5-2.5,2.3-3.9
c1.7-2.6,3.7-5.5,6.2-8.2c1.2-1.4,2.6-2.7,4-4.1c1.5-1.3,2.9-2.6,4.6-3.8c1.6-1.3,3.3-2.4,5.1-3.5c1.8-1,3.6-2.1,5.6-3
c3.9-1.8,7.9-3.4,12.1-4.6c4.2-1.1,8.5-2,12.8-2.4c4.3-0.4,8.5-0.6,12.5-0.4c1,0,2,0.1,3,0.2c1,0.1,2,0.1,3,0.2
c1.9,0.3,3.9,0.4,5.7,0.8c0.9,0.2,1.8,0.3,2.7,0.5c0.9,0.2,1.8,0.4,2.6,0.5c0.9,0.2,1.7,0.4,2.5,0.6c0.8,0.2,1.6,0.4,2.4,0.6
c1.6,0.4,3.1,0.9,4.5,1.3c0.7,0.2,1.4,0.4,2.1,0.6c0.7,0.2,1.3,0.5,1.9,0.7c2.5,0.9,4.6,1.8,6.4,2.5c1.8,0.7,3.1,1.4,4,1.8
c0.9,0.4,1.4,0.7,1.4,0.7c6,2.8,8.7,9.9,5.9,16s-9.9,8.7-16,5.9c-0.5-0.2-1-0.5-1.4-0.8l-0.3-0.2c0,0-0.4-0.2-1.1-0.7
c-0.7-0.4-1.7-1.1-3-1.9c-1.3-0.8-2.9-1.7-4.8-2.7c-0.5-0.3-1-0.5-1.5-0.8c-0.5-0.2-1-0.5-1.6-0.8c-1.1-0.5-2.2-1.1-3.4-1.6
c-0.6-0.3-1.2-0.5-1.8-0.8c-0.6-0.3-1.3-0.5-1.9-0.7c-0.7-0.2-1.3-0.5-2-0.7c-0.7-0.2-1.4-0.5-2.1-0.7c-1.4-0.5-2.9-0.8-4.4-1.3
c-0.8-0.2-1.5-0.4-2.3-0.5c-0.8-0.2-1.6-0.4-2.4-0.5c-3.2-0.6-6.6-1-10-1.2c-3.4-0.2-6.9,0-10.4,0.4c-3.5,0.4-6.9,1.2-10.1,2.2
c-1.7,0.5-3.2,1.1-4.8,1.8c-1.5,0.7-3.1,1.4-4.5,2.2c-1.5,0.7-2.8,1.7-4.2,2.5c-1.3,0.9-2.6,1.8-3.7,2.8
c-2.4,1.9-4.4,4.1-6.2,6.1c-0.8,1.1-1.7,2.1-2.4,3.1c-0.7,1-1.4,2-2,2.9c-0.6,1-1.1,1.9-1.6,2.7c-0.4,0.8-0.8,1.6-1.2,2.3
c-0.2,0.4-0.4,0.7-0.5,1c-0.2,0.3-0.3,0.7-0.4,1c-0.3,0.6-0.5,1.1-0.7,1.5c-0.4,0.8-0.6,1.3-0.6,1.3c-0.7,1.5-2.4,2.2-4,1.5
C335.3,242.7,334.6,241.2,335,239.8z"/>
</g>
<g id="eye_shadow_left" filter="url(#blur_7)" class="animated delay5">
<path opacity="0.3" fill="#212126" d="M241.4,241.8c0,0-0.2-0.4-0.6-1.3c-0.2-0.4-0.4-0.9-0.7-1.5c-0.1-0.3-0.3-0.6-0.4-1
c-0.2-0.3-0.3-0.6-0.5-1c-0.4-0.7-0.8-1.5-1.2-2.3c-0.5-0.8-1-1.7-1.6-2.7c-0.6-1-1.3-1.9-2-2.9c-0.7-1-1.6-2-2.4-3.1
c-1.8-2-3.8-4.2-6.2-6.1c-1.1-1-2.4-1.9-3.7-2.8c-1.4-0.8-2.7-1.8-4.2-2.5c-1.4-0.8-3-1.5-4.5-2.2c-1.6-0.6-3.1-1.3-4.8-1.8
c-3.3-1-6.7-1.8-10.1-2.2c-3.5-0.4-6.9-0.6-10.4-0.4c-3.4,0.2-6.8,0.5-10,1.2c-0.8,0.1-1.6,0.3-2.4,0.5c-0.8,0.2-1.6,0.3-2.3,0.5
c-1.5,0.4-3,0.8-4.4,1.3c-0.7,0.2-1.4,0.5-2.1,0.7c-0.7,0.2-1.4,0.5-2,0.7c-0.7,0.3-1.3,0.5-1.9,0.7c-0.6,0.3-1.2,0.5-1.8,0.8
c-1.2,0.5-2.3,1-3.4,1.6c-0.5,0.3-1.1,0.5-1.6,0.8c-0.5,0.3-1,0.5-1.5,0.8c-1.9,1-3.5,1.9-4.8,2.7c-1.3,0.8-2.3,1.5-3,1.9
c-0.7,0.4-1.1,0.7-1.1,0.7l-0.3,0.2c-5.6,3.6-13,2-16.6-3.6c-3.6-5.6-2-13,3.6-16.6c0.5-0.3,1-0.6,1.5-0.8c0,0,0.5-0.2,1.4-0.7
c0.9-0.4,2.3-1.1,4-1.8c1.8-0.7,3.9-1.6,6.4-2.5c0.6-0.2,1.3-0.5,1.9-0.7c0.7-0.2,1.4-0.4,2.1-0.6c1.4-0.4,2.9-0.9,4.5-1.3
c0.8-0.2,1.6-0.4,2.4-0.6c0.8-0.2,1.7-0.4,2.5-0.6c0.9-0.2,1.7-0.4,2.6-0.5c0.9-0.2,1.8-0.3,2.7-0.5c1.8-0.3,3.8-0.5,5.7-0.8
c1-0.1,2-0.2,3-0.2c1-0.1,2-0.2,3-0.2c4.1-0.2,8.3,0,12.5,0.4c4.3,0.4,8.6,1.3,12.8,2.4c4.2,1.1,8.3,2.7,12.1,4.6
c1.9,0.9,3.8,2,5.6,3c1.8,1.1,3.5,2.2,5.1,3.5c1.6,1.2,3.1,2.5,4.6,3.8c1.4,1.4,2.8,2.6,4,4.1c2.5,2.7,4.5,5.5,6.2,8.2
c0.8,1.4,1.6,2.6,2.3,3.9c0.6,1.3,1.3,2.5,1.8,3.6c0.5,1.2,1,2.3,1.4,3.3c0.4,1.1,0.7,2,1,2.9c0.2,0.4,0.3,0.8,0.4,1.2
c0.1,0.4,0.2,0.7,0.3,1c0.2,0.6,0.3,1.2,0.5,1.6c0.2,0.9,0.4,1.4,0.4,1.4c0.4,1.6-0.5,3.3-2.1,3.7
C243.5,243.9,242,243.1,241.4,241.8z"/>
</g>
<g id="lip-darker-container">
<g id="lip">
<g class="animated delay5">
<radialGradient id="lg-dark" cx="291.5539" cy="442.624" r="54.5913" gradientTransform="matrix(1 0 0 0.5 0 221.312)" gradientUnits="userSpaceOnUse">
<stop offset="0" style="stop-color:#B86565"/>
<stop offset="3.384221e-02" style="stop-color:#B35F5F"/>
<stop offset="0.166" style="stop-color:#A64F4F"/>
<stop offset="0.3124" style="stop-color:#9E4545"/>
<stop offset="0.5" style="stop-color:#9B4242"/>
<stop offset="1" style="stop-color:#732C2C"/>
</radialGradient>
<path fill="url(#lg-dark)" stroke="#5B2727" stroke-miterlimit="10" d="M292.6,468.2c46.9,0,64.6-20.6,71.3-29
c1.1-1.4,0.3-3.5-1.5-3.7c-13.1-1.5-25.8-8.4-46.6-17.9c-1.4-0.6-2.9-0.7-4.3-0.3c-3.8,1.2-11.7,3.5-18.8,3.5h-2.2
c-7.1,0-15-2.3-18.8-3.5c-1.4-0.5-3-0.4-4.3,0.3c-20.8,9.5-33.5,16.4-46.6,17.9c-1.8,0.2-2.7,2.3-1.5,3.7
c6.6,8.4,24.4,29,71.3,29H292.6z"/>
</g>
<g class="animated delay">
<path fill="none" stroke="#4C4B5A" opacity=".3" stroke-miterlimit="10" d="M292.6,468.2c46.9,0,64.6-20.6,71.3-29c1.1-1.4,0.3-3.5-1.5-3.7
c-13.1-1.5-25.8-8.4-46.6-17.9c-1.4-0.6-2.9-0.7-4.3-0.3c-3.8,1.2-11.7,3.5-18.8,3.5h-2.2c-7.1,0-15-2.3-18.8-3.5
c-1.4-0.5-3-0.4-4.3,0.3c-20.8,9.5-33.5,16.4-46.6,17.9c-1.8,0.2-2.7,2.3-1.5,3.7c6.6,8.4,24.4,29,71.3,29H292.6z"/>
</g>
</g>
<g>
<path id="lip-inner-dark" class="is-lipinner" d="M249,439.5c-2.4-0.7-3.8-1.1-3.8-1.1c-0.2-0.1-0.4-0.3-0.3-0.6
c0.1-0.2,0.3-0.4,0.5-0.3c0,0,1.4,0.3,3.9,0.8c1.2,0.3,2.8,0.5,4.5,0.7c1.7,0.3,3.7,0.5,5.9,0.8c2.1,0.3,4.5,0.4,7,0.7
c2.5,0.2,5.4,0,7.8-0.4c1.2-0.2,3.4-0.7,4.1-0.7c1.4,0,3,0.7,4.2,1.1c2.6,0.7,5.5,1,8.6,1.1h0.2c2.9,0,5.8-0.3,8.6-1.1
c1.2-0.3,2.8-1.1,4.2-1.1c0.7,0,2.9,0.5,4.1,0.7c2.4,0.4,5.3,0.6,7.8,0.4c2.5-0.3,4.8-0.4,7-0.7c2.1-0.3,4.1-0.5,5.9-0.8
c1.7-0.3,3.3-0.5,4.5-0.7c2.5-0.5,3.9-0.8,3.9-0.8c0.2,0,0.5,0.1,0.5,0.3c0.1,0.2-0.1,0.5-0.3,0.6c0,0-1.4,0.4-3.8,1.1
c-9.7,2.7-19.4,4.5-29.1,5.4c-4.5,0.4-6.2,1.5-13.6,1.5c-7.1,0-9.1-1.1-13.6-1.6C268.2,444,258.6,442.2,249,439.5z"/>
</g>
</g>
</g>
<g id="colour_right" class="animated delay2">
<path fill="#FFFFFF" d="M393.7,245.2c-15.8,2.7-37-4.2-42.2-6.2c-5.5-2.1-12.1,0-12.1,0s14.5-24.9,45.1-30.1
c25.1-4.3,52.6,10.5,52.6,10.5S419.3,241.7,393.7,245.2z"/>
<path fill="#6E9792" d="M371,223c0-4.6,1.5-9.7,5.7-12.3c6.4-3.9,24.2-6.9,30.7,2.2c2.2,3.1,3.6,6.4,3.6,10.1
c0,9.7-9,19.1-20,19.1C380,242.1,371,232.7,371,223z"/>
<ellipse fill="#FFFFFF" cx="389.8" cy="213.4" rx="4.8" ry="4.2"/>
<path id="eye_lid_right_shade" fill="#4C4B5A" fill-opacity="0.2" d="M353.8,223c7.3-5.9,17.5-11.8,30.6-14
c25.1-4.3,52.6,10.5,52.6,10.5C406.9,209.7,378.7,209.2,353.8,223z"/>
<path id="inner_right" fill="#EABCB5" d="M349.2,238.7c-5.9-2.1-5.1-7.6,0-12.4c0,0-9.8,10.5-9.9,12.7
C339.3,239,345.9,237.3,349.2,238.7z"/>
</g>
<g id="colour_left" class="animated delay2">
<path fill="#FFFFFF" d="M146,219.4c0,0,27.5-14.8,52.6-10.5c30.7,5.2,45.1,30.1,45.1,30.1s-6.6-2.1-12.1,0
c-5.2,2-26.4,8.9-42.2,6.2C163.8,241.7,146,219.4,146,219.4z"/>
<path fill="#6E9792" d="M192.1,242.1c-11,0-20-9.4-20-19.1c0-3.6,1.4-7,3.6-10.1c6.5-9.1,24.3-6.1,30.7-2.2
c4.2,2.6,5.7,7.7,5.7,12.3C212.1,232.7,203.1,242.1,192.1,242.1z"/>
<ellipse fill="#FFFFFF" cx="193.3" cy="213.4" rx="4.8" ry="4.2"/>
<path id="eye_lid_left_shade" fill="#4C4B5A" fill-opacity="0.2" d="M146,219.4c0,0,27.5-14.8,52.6-10.5
c13.1,2.2,23.3,8.1,30.6,14C204.4,209.2,176.2,209.7,146,219.4z"/>
<path id="inner_left" fill="#EABCB5" d="M233.9,238.7c5.9-2.1,5.1-7.6,0-12.4c0,0,9.8,10.5,9.9,12.7
C243.8,239,237.3,237.3,233.9,238.7z"/>
</g>
<g id="outline" class="animated delay">
<g id="outline_face">
<path opacity="0.2" fill="#4C4B5A" d="M484.5,82c0,0,0.4,1.1,1.3,3.1c0.9,2,2,5.1,3.5,9.1c1.4,4,3.1,9.1,4.7,15.1
c0.9,3,1.6,6.2,2.5,9.7c0.8,3.5,1.6,7.2,2.3,11.1c2.9,15.7,5.1,35.1,5.4,57.4c0.3,22.3-1.3,47.5-6.3,74.5
c-2.5,13.5-6,27.4-10.8,41.4c-0.6,1.7-1.2,3.5-1.9,5.3c-0.6,1.7-1.3,3.5-1.9,5.2c-1.3,3.5-2.5,7.1-3.8,10.7
c-2.5,7.2-4.9,14.5-7.2,22c-4.7,14.9-9.1,30.4-12.7,46.5c-0.4,2-0.9,4-1.3,6c-0.4,2-0.8,4.1-1.1,6.1c-0.8,4.1-1.4,8.2-2,12.4
l-0.2,1.6l-0.2,1.6l-0.3,3.1c-0.2,2.1-0.4,4.2-0.6,6.3c-0.2,2.1-0.6,4.2-0.9,6.4c-0.4,2.1-0.8,4.2-1.4,6.3
c-2.1,8.3-5,16.5-8.7,24.4c-0.9,2-1.9,3.9-2.9,5.9c-1.1,1.9-2,3.9-3.2,5.7c-2.2,3.8-4.7,7.5-7.4,10.9c-0.7,0.9-1.4,1.7-2.1,2.6
l-2.3,2.4c-1.6,1.6-3.2,3.1-4.8,4.6c-3.2,3.1-6.5,6.1-9.8,9.1c-6.6,6-13.5,11.7-20.7,17.2c-14.3,10.9-29.7,20.8-46.5,27.8
c-8.4,3.5-17.2,6.3-26.2,7.8c-1.1,0.3-2.3,0.3-3.4,0.5l-3.4,0.4c-1.1,0.2-2.3,0.2-3.4,0.2l-3.4,0.1c-1.1,0.1-2.3,0.1-3.4,0.1
h-3.4h-6.8c-4.6,0-9.1,0.1-13.7-0.1c-4.5-0.1-9.1-0.5-13.7-1.3c-9-1.5-17.8-4.3-26.2-7.8c-16.9-7-32.3-16.9-46.6-27.8
c-7.1-5.5-14-11.2-20.6-17.2c-3.3-3-6.6-6-9.8-9.1c-1.6-1.5-3.2-3-4.8-4.6l-2.3-2.4c-0.7-0.8-1.4-1.7-2.1-2.6
c-2.7-3.5-5.3-7.1-7.4-10.9c-1.2-1.9-2.1-3.8-3.2-5.7c-1-2-2-3.9-2.9-5.9c-3.6-7.9-6.6-16.1-8.7-24.4c-0.6-2.1-0.9-4.2-1.4-6.3
c-0.3-2.1-0.7-4.2-0.9-6.4c-0.2-2.1-0.4-4.2-0.6-6.3l-0.3-3.1l-0.2-1.6l-0.2-1.6c-0.6-4.1-1.2-8.3-2-12.3c-0.4-2-0.8-4.1-1.1-6.1
c-0.4-2-0.9-4-1.3-6c-3.6-16.1-8-31.5-12.7-46.5c-2.3-7.5-4.8-14.8-7.2-22c-1.2-3.6-2.5-7.2-3.8-10.7c-0.6-1.8-1.3-3.5-1.9-5.2
c-0.7-1.8-1.2-3.5-1.9-5.3c-4.8-14-8.3-27.9-10.8-41.4c-5-27-6.6-52.2-6.3-74.5c0.3-22.3,2.5-41.6,5.4-57.4
c0.7-3.9,1.5-7.6,2.3-11.1c0.8-3.5,1.6-6.7,2.5-9.7c1.6-6,3.3-11,4.7-15.1c1.5-4,2.6-7.1,3.5-9.1c0.9-2,1.3-3.1,1.3-3.1
s-0.4,1.1-1.2,3.1c-0.9,2-2,5.1-3.4,9.2c-1.3,4.1-2.9,9.1-4.4,15.1c-0.8,3-1.5,6.2-2.3,9.7c-0.7,3.5-1.5,7.2-2.1,11.1
c-2.7,15.7-4.8,35-4.8,57.2c-0.1,22.2,1.6,47.3,6.7,74.1c2.6,13.4,6.1,27.2,10.9,41.1c5.1,13.8,10.1,28.3,14.6,43.3
c4.6,15,8.8,30.6,12.2,46.8c0.4,2,0.8,4,1.3,6.1c0.4,2,0.7,4.1,1.1,6.1c0.8,4.1,1.3,8.3,1.9,12.4c0.6,4.2,0.8,8.4,1.3,12.6
c0.2,2.1,0.5,4.2,0.9,6.3c0.4,2.1,0.8,4.2,1.4,6.2c2.1,8.3,5,16.4,8.6,24.3c0.9,2,1.9,3.9,2.8,5.9c1.1,1.9,2,3.9,3.2,5.7
c2.2,3.8,4.7,7.4,7.3,10.8c0.7,0.8,1.4,1.7,2.1,2.5l2.3,2.4c1.5,1.5,3.1,3.1,4.7,4.6c3.2,3.1,6.4,6.1,9.8,9
c6.6,5.9,13.5,11.7,20.6,17.1c14.2,10.9,29.6,20.7,46.3,27.7c8.4,3.5,17.1,6.2,26,7.7c4.5,0.8,9,1.2,13.5,1.3
c4.5,0.1,9.1,0,13.7,0.1h6.8h3.4c1.1,0,2.3,0,3.4-0.1l3.4-0.1c1.1-0.1,2.3-0.1,3.4-0.2l3.4-0.4c1.1-0.2,2.3-0.2,3.4-0.5
c9-1.5,17.7-4.2,26-7.7c16.7-7,32.1-16.8,46.3-27.7c7.1-5.5,14-11.2,20.6-17.1c3.3-3,6.6-6,9.8-9c3.2-3.1,6.4-6,9.1-9.5
c2.7-3.4,5.2-7,7.4-10.8c1.2-1.8,2.1-3.8,3.2-5.7c0.9-2,2-3.9,2.8-5.9c3.6-7.9,6.6-16,8.6-24.3c0.6-2.1,0.9-4.1,1.4-6.2
c0.3-2.1,0.7-4.1,0.9-6.3c0.2-2.1,0.4-4.2,0.6-6.3l0.3-3.2l0.2-1.6l0.2-1.6c0.6-4.2,1.1-8.3,1.9-12.4c0.4-2.1,0.7-4.1,1.1-6.1
c0.4-2,0.8-4.1,1.3-6.1c3.4-16.1,7.6-31.7,12.2-46.8c4.5-15,9.6-29.5,14.6-43.3c4.8-13.9,8.3-27.7,10.9-41.1
c5.2-26.8,6.8-51.9,6.7-74.1c-0.1-22.2-2.1-41.5-4.8-57.2c-0.7-3.9-1.4-7.6-2.1-11.1c-0.8-3.5-1.5-6.7-2.3-9.7
c-1.5-6-3.1-11-4.4-15.1c-1.4-4-2.5-7.1-3.4-9.2C484.9,83,484.5,82,484.5,82z"/>
</g>
<g id="outline_nose" opacity="0.2">
<g>
<g>
<path fill="#4C4B5A" d="M267,360.4c0,0,0-2.2,0.7-5.9c0.2-0.9,0.4-1.9,0.7-3c0.3-1.1,0.5-2.3,0.8-3.5c0.6-2.5,1.3-5.4,1.9-8.5
c0.3-1.6,0.6-3.2,1-4.9c0.3-1.7,0.6-3.5,0.9-5.3c0.6-3.6,1.1-7.5,1.7-11.4c0.3-2,0.5-4,0.7-6.1c0.2-2.1,0.5-4.1,0.6-6.2
c0.2-2.1,0.4-4.2,0.5-6.3c0.1-2.1,0.3-4.3,0.4-6.4c0.3-4.3,0.5-8.6,0.7-12.8c0.1-4.2,0.3-8.4,0.3-12.4c0.1-4,0.1-7.9,0.1-11.6
c0-3.7,0-7.2,0-10.4c-0.1-12.9-0.1-21.5-0.1-21.5s0.1,2.1,0.3,5.9c0.2,3.8,0.4,9.1,0.6,15.5c0.2,6.4,0.4,13.9,0.3,22
c0,4-0.1,8.2-0.1,12.4c-0.1,4.2-0.2,8.5-0.5,12.8c-0.1,2.1-0.2,4.3-0.4,6.4c-0.2,2.1-0.3,4.3-0.5,6.4c-0.1,2.1-0.4,4.2-0.6,6.3
c-0.2,2.1-0.4,4.1-0.7,6.1c-0.5,4-1,7.9-1.6,11.5c-0.3,1.8-0.6,3.6-0.9,5.3c-0.3,1.7-0.6,3.4-1,4.9c-0.6,3.2-1.3,6.1-1.9,8.6
c-0.3,1.3-0.6,2.5-0.8,3.6c-0.3,1.1-0.6,2.1-0.9,3C268.2,358.5,267,360.4,267,360.4z"/>
</g>
<g>
<path fill="#4C4B5A" d="M264.9,380.8c0,0,0.5-0.9,1.7-2c0.3-0.2,0.6-0.5,1-0.8c0.4-0.3,0.8-0.5,1.3-0.7c0.5-0.2,1-0.4,1.5-0.5
c0.5-0.1,1.1-0.2,1.6-0.2l0.8,0c0.3,0,0.5,0.1,0.8,0.1c0.6,0,1,0.3,1.5,0.5c0.5,0.1,0.9,0.5,1.3,0.7c0.4,0.2,0.7,0.6,1,0.8
c0.3,0.3,0.6,0.5,0.7,0.8c0.2,0.3,0.3,0.5,0.5,0.7c0.2,0.4,0.4,0.6,0.4,0.6s-0.2-0.1-0.6-0.3c-0.2-0.1-0.4-0.2-0.7-0.4
c-0.2-0.2-0.6-0.3-0.9-0.4c-0.3-0.1-0.7-0.3-1-0.4c-0.2-0.1-0.4-0.1-0.6-0.2c-0.2-0.1-0.4-0.1-0.6-0.2
c-0.4-0.1-0.8-0.2-1.3-0.2c-0.2,0-0.4,0-0.6-0.1l-0.7,0c-0.4,0-0.9,0.1-1.3,0.1c-0.4,0.1-0.9,0.1-1.3,0.3
c-0.4,0.1-0.8,0.2-1.2,0.4c-0.4,0.1-0.7,0.3-1.1,0.4C265.8,380.4,264.9,380.8,264.9,380.8z"/>
</g>
<g>
<path fill="#4C4B5A" d="M304.2,380.8c0,0,0.5-0.9,1.7-2c0.3-0.2,0.6-0.5,1-0.8c0.4-0.3,0.8-0.5,1.3-0.7c0.5-0.2,1-0.4,1.5-0.5
c0.5-0.1,1.1-0.2,1.6-0.2l0.8,0c0.3,0,0.5,0.1,0.8,0.1c0.6,0,1,0.3,1.5,0.5c0.5,0.1,0.9,0.5,1.3,0.7c0.4,0.2,0.7,0.6,1,0.8
c0.3,0.3,0.6,0.5,0.7,0.8c0.2,0.3,0.3,0.5,0.5,0.7c0.2,0.4,0.4,0.6,0.4,0.6s-0.2-0.1-0.6-0.3c-0.2-0.1-0.4-0.2-0.7-0.4
c-0.2-0.2-0.6-0.3-0.9-0.4c-0.3-0.1-0.7-0.3-1-0.4c-0.2-0.1-0.4-0.1-0.6-0.2c-0.2-0.1-0.4-0.1-0.6-0.2
c-0.4-0.1-0.8-0.2-1.3-0.2c-0.2,0-0.4,0-0.6-0.1l-0.7,0c-0.4,0-0.9,0.1-1.3,0.1c-0.4,0.1-0.9,0.1-1.3,0.3
c-0.4,0.1-0.8,0.2-1.2,0.4c-0.4,0.1-0.7,0.3-1.1,0.4C305.1,380.4,304.2,380.8,304.2,380.8z"/>
</g>
</g>
</g>
<g id="eye_right">
<g>
<path fill="#D3A19B" d="M347.4,228.6c0,0-0.1,0.2-0.3,0.5c-0.2,0.3-0.4,0.7-0.6,1.3c-0.5,1-1,2.5-0.8,3.9c0,0.1,0.1,0.4,0.1,0.5
c0,0.2,0.1,0.3,0.1,0.5c0.1,0.3,0.3,0.6,0.5,0.9c0.4,0.6,0.9,1,1.3,1.3c0.5,0.3,0.9,0.6,1.2,0.8c0.3,0.2,0.5,0.3,0.5,0.3
l-0.1,0.2c0,0-0.2,0-0.5-0.1c-0.3-0.1-0.8-0.3-1.4-0.6c-0.5-0.3-1.2-0.7-1.7-1.4c-0.3-0.3-0.5-0.7-0.6-1.1
c-0.1-0.2-0.2-0.4-0.2-0.6c-0.1-0.2-0.1-0.4-0.1-0.6c-0.1-0.9,0-1.7,0.3-2.5c0.2-0.7,0.6-1.4,0.9-1.9c0.7-1,1.3-1.6,1.3-1.6
L347.4,228.6z"/>
</g>
<path fill="#4C4B5A" d="M439.5,219c-0.2-0.1-23.9-12.5-45.5-12.5c-3.2,0-6.5,0.3-9.6,0.8c-30.6,5.3-45.4,31.1-45.5,31.4
c-0.1,0.2-0.1,0.4,0.1,0.6c0.1,0.2,0.4,0.2,0.6,0.2c0,0,2.9-0.9,6.4-0.9c2,0,3.8,0.3,5.4,0.9c16.9,6.5,28.5,7.8,35.3,7.8
c0,0,0,0,0,0c2.6,0,5-0.2,7.2-0.6c25.6-3.5,45.8-26.9,45.9-27.1C439.8,219.4,439.7,219.2,439.5,219z M393.7,245.2
c-15.8,2.7-37-4.2-42.2-6.2c-5.5-2.1-12.1,0-12.1,0s14.5-24.9,45.1-30.1c25.1-4.3,49.6,10.9,49.6,10.9S419.3,241.7,393.7,245.2z"/>
<path fill="none" stroke="#4C4B5A" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M373.3,211.2c-2.8,3.3-4.4,7.4-4.4,11.8c0,10.9,9.9,19.7,22,19.7c12.2,0,22-8.8,22-19.7c0-5.6-2.6-10.6-6.8-14.2C394.9,206,383.9,206.9,373.3,211.2z"/>
<path fill="#4C4B5A" d="M368.9,223c0,10.9,9.9,19.7,22,19.7c12.2,0,22-8.8,22-19.7c0-4.4-2.6-9.8-5.3-13.1c-10.6-4.3-21.1-2.6-32.4,0.2C371,213.6,368.9,217.4,368.9,223z M371,223c0-4.6,1.5-9.7,5.7-12.3c6.4-3.9,24.2-6.9,30.7,2.2c2.2,3.1,3.6,6.4,3.6,10.1c0,9.7-9,19.1-20,19.1C380,242.1,371,232.7,371,223z"/>
<path fill="#4C4B5A" d="M377.8,217.6c0,5.9,5.4,10.6,12.2,10.6c6.7,0,12.2-4.7,12.2-10.6c0-5.9-5.4-10.6-12.2-10.6C383.2,207,377.8,211.8,377.8,217.6z M385,213.4c0-2.3,2.1-4.2,4.8-4.2c2.6,0,4.8,1.9,4.8,4.2c0,2.3-2.1,4.2-4.8,4.2C387.2,217.6,385,215.7,385,213.4z"/>
<path fill="none" stroke="#C9796B" stroke-miterlimit="10" d="M347.2,228.5"/>
<path fill="none" stroke="#C9796B" stroke-miterlimit="10" d="M349.2,226.3"/>
</g>
<path id="crease_right" fill="none" stroke="#4C4B5A" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-opacity="0.3" d="M340.5,217c26.6-23.5,55.2-23.2,85-10.6"/>
<g id="lashes_right_bottom">
<g>
<path fill="#4C4B5A" d="M426.6,229.1c0,0,0.3-0.1,0.7-0.2c0.2,0,0.5-0.1,0.8-0.1c0.3-0.1,0.7,0,1,0c0.4,0,0.8,0.1,1.2,0.2
c0.4,0.1,0.8,0.3,1.3,0.5c0.4,0.2,0.8,0.5,1.2,0.8c0.4,0.3,0.7,0.6,1.1,1c0.4,0.3,0.6,0.7,0.9,1.1c0.3,0.4,0.5,0.8,0.7,1.2
c0.2,0.4,0.4,0.8,0.6,1.1c0.2,0.4,0.3,0.7,0.5,1c0.2,0.3,0.2,0.6,0.4,0.9c0.1,0.3,0.2,0.5,0.3,0.7c0.1,0.4,0.2,0.6,0.2,0.6
s-0.1-0.2-0.3-0.6c-0.1-0.2-0.2-0.4-0.3-0.7c-0.1-0.3-0.2-0.6-0.4-0.9c-0.2-0.3-0.4-0.6-0.5-1c-0.2-0.4-0.4-0.7-0.7-1.1
c-0.3-0.4-0.5-0.8-0.8-1.1c-0.3-0.3-0.6-0.7-0.9-1c-0.3-0.3-0.7-0.6-1.1-0.9c-0.4-0.3-0.8-0.5-1.1-0.6c-0.4-0.1-0.8-0.3-1.1-0.4
c-0.4-0.1-0.7-0.1-1.1-0.1c-0.3,0-0.6,0-0.9,0.1c-0.3,0-0.5,0.1-0.7,0.2c-0.4,0.1-0.5,0.2-0.5,0.2L426.6,229.1z"/>
</g>
<g>
<path fill="#4C4B5A" d="M417.6,236.1c0,0,0.2-0.1,0.6-0.2c0.2,0,0.4-0.1,0.7-0.1c0.3,0,0.6,0,0.9,0c0.3,0,0.7,0.1,1,0.2
c0.4,0.1,0.7,0.3,1.1,0.5c0.3,0.2,0.7,0.4,1,0.7c0.3,0.2,0.6,0.6,0.9,0.9c0.3,0.3,0.5,0.7,0.7,1c0.2,0.3,0.4,0.7,0.6,1
c0.4,0.6,0.6,1.3,0.9,1.9c0.2,0.6,0.4,1,0.5,1.4c0.1,0.3,0.2,0.5,0.2,0.5s-0.1-0.2-0.2-0.5c-0.1-0.3-0.3-0.8-0.6-1.3
c-0.3-0.5-0.6-1.2-1-1.8c-0.2-0.3-0.4-0.6-0.7-0.9c-0.3-0.3-0.5-0.6-0.8-0.9c-0.3-0.3-0.5-0.6-0.9-0.8c-0.3-0.2-0.6-0.4-0.9-0.6
c-0.3-0.2-0.6-0.3-0.9-0.3c-0.3-0.1-0.6-0.1-0.9-0.1c-0.3,0-0.5,0-0.7,0.1c-0.2,0-0.4,0.1-0.5,0.1c-0.3,0.1-0.4,0.2-0.4,0.2
L417.6,236.1z"/>
</g>
<g>
<path fill="#4C4B5A" d="M423.6,232.4c0,0,0.2,0,0.5,0c0.2,0,0.3,0.1,0.5,0.1c0.2,0.1,0.4,0.2,0.7,0.3c0.2,0.1,0.5,0.3,0.7,0.5
c0.2,0.2,0.4,0.4,0.6,0.7c0.1,0.1,0.2,0.3,0.3,0.4l0.2,0.4c0.1,0.3,0.2,0.6,0.3,0.9c0.1,0.3,0.1,0.6,0.2,0.9
c0.1,0.3,0,0.6,0.1,0.9c0,0.6,0,1.1,0,1.6c-0.1,0.9-0.2,1.5-0.2,1.5s0-0.6,0-1.5c0-0.5,0-1-0.1-1.6c-0.1-0.3-0.1-0.6-0.2-0.9
c-0.1-0.3-0.1-0.6-0.2-0.9c-0.1-0.3-0.2-0.6-0.4-0.8l-0.2-0.4l-0.3-0.3c-0.2-0.2-0.4-0.4-0.5-0.5c-0.2-0.1-0.4-0.3-0.6-0.3
c-0.2-0.1-0.4-0.1-0.5-0.2c-0.2,0-0.3,0-0.4-0.1c-0.2,0-0.3,0-0.3,0L423.6,232.4z"/>
</g>
<g>
<path fill="#4C4B5A" d="M428.7,227.6c0,0,0,0,0.1-0.1c0.1-0.1,0.2-0.2,0.3-0.3c0.3-0.3,0.7-0.6,1.3-1c0.6-0.3,1.3-0.6,2.2-0.7
c0.9-0.1,1.9,0.2,2.5,1c0.3,0.4,0.5,0.8,0.7,1.2c0.1,0.4,0.2,0.8,0.3,1.2c0.2,0.8,0.4,1.5,0.6,2.1c0.4,1.2,0.6,2,0.6,2
s-0.3-0.8-0.8-2c-0.2-0.6-0.5-1.3-0.8-2c-0.1-0.4-0.3-0.8-0.4-1.1c-0.1-0.4-0.4-0.7-0.6-1c-0.5-0.5-1.3-0.7-2-0.6
c-0.7,0.1-1.3,0.4-1.8,0.7c-0.5,0.3-0.8,0.7-1.1,0.9c-0.2,0.2-0.4,0.4-0.4,0.4L428.7,227.6z"/>
</g>
<g>
<path fill="#4C4B5A" d="M423.9,232.1c0,0,0-0.1,0.1-0.2c0.1-0.1,0.1-0.2,0.2-0.4c0.2-0.3,0.6-0.8,1.3-1.2
c0.3-0.2,0.7-0.3,1.1-0.4c0.4,0,0.8,0,1.3,0.1c0.4,0.1,0.9,0.4,1.2,0.8c0.3,0.4,0.5,0.8,0.7,1.2c0.3,0.8,0.4,1.7,0.4,2.5
c0,0.8-0.1,1.6-0.2,2.2c0,0.6,0.1,1.2,0.3,1.5c0.2,0.3,0.4,0.4,0.4,0.4s-0.2-0.1-0.4-0.4c-0.2-0.3-0.4-0.8-0.5-1.5
c-0.1-0.7,0.1-1.4,0-2.2c-0.1-0.8-0.2-1.6-0.6-2.3c-0.3-0.7-0.9-1.3-1.5-1.5c-0.3-0.1-0.7-0.1-1,0c-0.3,0.1-0.6,0.2-0.8,0.3
c-0.5,0.3-0.7,0.7-0.9,1c-0.1,0.1-0.1,0.3-0.2,0.3c0,0.1,0,0.1,0,0.1L423.9,232.1z"/>
</g>
<g>
<path fill="#4C4B5A" d="M414.7,237.9c0,0,0.2-0.1,0.4-0.1c0.2-0.1,0.6-0.2,1-0.2c0.4,0,0.9,0,1.4,0.2c0.5,0.2,0.9,0.6,1.3,1
c0.2,0.2,0.3,0.5,0.4,0.7c0.1,0.3,0.1,0.5,0.1,0.8c0,0.5-0.1,0.9-0.3,1.3c-0.3,0.7-0.6,1.1-0.6,1.1s0.2-0.4,0.4-1.2
c0.1-0.4,0.2-0.8,0.1-1.2c0-0.2-0.1-0.4-0.2-0.6c-0.1-0.2-0.2-0.4-0.4-0.6c-0.3-0.3-0.7-0.6-1.1-0.7c-0.4-0.1-0.8-0.1-1.1,0
c-0.3,0.1-0.6,0.2-0.8,0.2c-0.2,0.1-0.2,0.1-0.3,0.1L414.7,237.9z"/>
</g>
<g>
<path fill="#4C4B5A" d="M360.9,242.7c0,0-0.1-0.1-0.3-0.3c-0.2-0.2-0.4-0.4-0.8-0.7c-0.3-0.2-0.8-0.5-1.2-0.5
c-0.4,0-0.8,0.4-0.9,1c-0.2,0.5-0.3,1.1-0.3,1.7c0,0.6-0.1,1.1,0,1.5c0,0.9,0.1,1.5,0.1,1.5s-0.1-0.6-0.2-1.5
c-0.1-0.5-0.1-1-0.1-1.6c0-0.6,0-1.2,0.2-1.8c0.1-0.3,0.2-0.6,0.4-0.9c0.2-0.3,0.6-0.5,0.9-0.6c0.4,0,0.7,0,1,0.1
c0.3,0.1,0.5,0.2,0.7,0.4c0.4,0.3,0.7,0.5,0.9,0.7c0.2,0.2,0.3,0.3,0.3,0.3l0,0c0.2,0.2,0.2,0.5,0,0.7S361.1,242.9,360.9,242.7
C360.9,242.7,360.9,242.7,360.9,242.7z"/>
</g>
<g>
<path fill="#4C4B5A" d="M409.5,241.1c0,0,0-0.1,0.1-0.3c0.1-0.2,0.2-0.4,0.4-0.8c0.1-0.2,0.2-0.3,0.5-0.5
c0.2-0.1,0.5-0.1,0.6,0.1c0.2,0.1,0.2,0.2,0.3,0.3c0.1,0.2,0.2,0.4,0.2,0.6c0,0.2,0.1,0.5,0.1,0.7c0.1,0.9-0.1,1.7-0.2,2.3
c-0.1,0.6-0.3,1-0.3,1s0.1-0.4,0.1-1c0-0.6,0-1.4-0.1-2.2c0-0.2-0.1-0.4-0.2-0.5c-0.1-0.2-0.2-0.3-0.2-0.5c0,0-0.1-0.1-0.1-0.1
c0,0,0.1,0,0.1,0c0,0-0.1,0.1-0.1,0.2c-0.1,0.2-0.2,0.5-0.2,0.6c0,0.2,0,0.3,0,0.3L409.5,241.1z"/>
</g>
<g>
<path fill="#4C4B5A" d="M413.2,238.9c0,0,0.1-0.1,0.4-0.2c0.1-0.1,0.3-0.1,0.5-0.2c0.2-0.1,0.5-0.1,0.8,0
c0.3,0.1,0.6,0.3,0.8,0.6c0.2,0.3,0.2,0.5,0.3,0.8c0,0.3,0.1,0.6,0,0.8c0,0.3,0,0.5,0,0.8c-0.1,2.2-0.2,4.3-0.2,4.3
s-0.1-2.2-0.3-4.3c0-0.3,0-0.5-0.1-0.8c0-0.3-0.1-0.5-0.1-0.7c-0.1-0.2-0.1-0.4-0.2-0.5c-0.1-0.1-0.2-0.2-0.3-0.2
c-0.2,0-0.4,0.1-0.6,0.2c-0.2,0.1-0.2,0.2-0.2,0.2L413.2,238.9z"/>
</g>
<g>
<path fill="#4C4B5A" d="M406.2,241.9c0,0,0.1-0.1,0.4-0.2c0.1-0.1,0.3-0.1,0.5-0.2c0.2-0.1,0.5-0.1,0.8,0
c0.3,0.1,0.6,0.3,0.8,0.6c0.2,0.3,0.2,0.5,0.3,0.8c0,0.3,0.1,0.6,0,0.8c0,0.3,0,0.5,0,0.8c-0.1,2.2-0.2,4.3-0.2,4.3
s-0.1-2.2-0.3-4.3c0-0.3,0-0.5-0.1-0.8c0-0.3-0.1-0.5-0.1-0.7c-0.1-0.2-0.1-0.4-0.2-0.5c-0.1-0.1-0.2-0.2-0.3-0.2
c-0.2,0-0.4,0.1-0.6,0.2c-0.2,0.1-0.2,0.2-0.2,0.2c-0.2,0.2-0.5,0.2-0.7-0.1C406,242.4,406,242.1,406.2,241.9z"/>
</g>
<g>
<path fill="#4C4B5A" d="M366.8,244.4c0,0-0.1-0.1-0.2-0.2c-0.2-0.1-0.4-0.3-0.7-0.4c-0.1-0.1-0.3-0.1-0.5-0.1
c-0.2,0-0.4,0-0.5,0.1c-0.2,0.1-0.4,0.2-0.5,0.3c-0.2,0.1-0.3,0.3-0.4,0.5c-0.3,0.4-0.5,0.9-0.7,1.3c-0.2,0.4-0.5,0.8-0.6,1.1
c-0.2,0.3-0.4,0.6-0.5,0.8c-0.1,0.2-0.2,0.3-0.2,0.3s0.1-0.1,0.2-0.3c0.1-0.2,0.2-0.5,0.4-0.8c0.1-0.4,0.3-0.8,0.5-1.2
c0.2-0.4,0.3-0.9,0.6-1.4c0.1-0.2,0.3-0.5,0.5-0.7c0.2-0.2,0.4-0.4,0.7-0.5c0.3-0.1,0.5-0.2,0.8-0.2c0.3,0,0.5,0,0.7,0.1
c0.4,0.1,0.8,0.3,1,0.4c0.2,0.1,0.4,0.2,0.3,0.2c0.2,0.2,0.2,0.5,0.1,0.7C367.4,244.6,367,244.6,366.8,244.4z"/>
</g>
<g>
<path fill="#4C4B5A" d="M356,241.1c0,0-0.1-0.1-0.2-0.1c-0.1-0.1-0.3-0.2-0.5-0.3c-0.1,0-0.2-0.1-0.4-0.1c-0.1,0-0.3,0-0.4,0
c-0.1,0-0.3,0.1-0.4,0.2c-0.1,0.1-0.3,0.2-0.4,0.3c-0.2,0.3-0.4,0.6-0.5,0.9c-0.2,0.3-0.3,0.6-0.4,0.8c-0.1,0.2-0.2,0.5-0.3,0.6
c0,0,0,0.1,0,0.1c0,0,0,0,0-0.1c0,0,0-0.1,0-0.1s0,0,0,0.1c0,0,0,0-0.1,0.1c0,0,0-0.1,0-0.1c0-0.2,0.1-0.4,0.2-0.6
c0.1-0.3,0.2-0.6,0.3-0.9c0.1-0.3,0.3-0.7,0.5-1c0.1-0.1,0.3-0.3,0.4-0.4c0.2-0.1,0.3-0.2,0.5-0.2c0.2-0.1,0.4-0.1,0.6,0
c0.2,0,0.3,0.1,0.5,0.1c0.6,0.2,0.9,0.5,0.9,0.5l0,0c0.1,0.1,0.1,0.3,0,0.4C356.3,241.2,356.1,241.2,356,241.1
C356,241.1,356,241.1,356,241.1z"/>
</g>
<g>
<path fill="#4C4B5A" d="M402.8,243.4c0,0,0.2-0.1,0.4-0.1c0.3-0.1,0.6-0.2,1.1-0.2c0.2,0,0.5,0,0.8,0.1c0.3,0.1,0.6,0.3,0.8,0.6
c0.2,0.3,0.2,0.6,0.2,0.9c0,0.3-0.1,0.6-0.1,0.9c-0.1,0.3-0.2,0.6-0.3,0.8c-0.1,0.3-0.2,0.5-0.4,0.7c-0.3,0.5-0.7,0.8-1,1.1
c-0.7,0.5-1.3,0.6-1.3,0.6s0.6-0.1,1.2-0.7c0.3-0.3,0.6-0.6,0.8-1.1c0.2-0.5,0.4-1,0.4-1.5c0-0.3,0-0.5,0-0.8
c0-0.2-0.1-0.5-0.2-0.6c-0.2-0.3-0.6-0.3-0.9-0.3c-0.4,0.1-0.7,0.2-0.9,0.3c-0.2,0.1-0.3,0.1-0.3,0.1c-0.2,0.1-0.5,0.1-0.7-0.2
C402.4,243.9,402.5,243.6,402.8,243.4C402.7,243.4,402.7,243.4,402.8,243.4L402.8,243.4z"/>
</g>
<g>
<path fill="#4C4B5A" d="M395.8,244.5c0,0,0.1-0.1,0.4-0.2c0.1-0.1,0.3-0.1,0.5-0.2c0.2,0,0.6,0,0.9,0.3c0.2,0.3,0.3,0.5,0.3,0.8
c0,0.2,0,0.5,0,0.7c0,0.5-0.1,1-0.2,1.5c-0.2,1-0.6,1.9-0.8,2.6c-0.1,0.3-0.3,0.6-0.4,0.8c-0.1,0.1-0.1,0.2-0.2,0.2
c-0.1,0-0.1,0-0.1,0s0,0,0.1,0c0,0,0.1-0.1,0.1-0.2c0.1-0.2,0.2-0.5,0.3-0.9c0.2-0.7,0.4-1.7,0.5-2.7c0.1-0.5,0.1-1,0.1-1.4
c0-0.2,0-0.4-0.1-0.6c0-0.2-0.1-0.3-0.2-0.3c0,0,0,0-0.1,0c-0.1,0-0.1,0.1-0.2,0.1c-0.1,0.1-0.2,0.2-0.2,0.2
c-0.2,0.2-0.5,0.2-0.7,0C395.6,245.1,395.5,244.8,395.8,244.5C395.7,244.6,395.8,244.6,395.8,244.5L395.8,244.5z"/>
</g>
<g>
<path fill="#4C4B5A" d="M368.8,243.5c0,0,0.1-0.1,0.4-0.2c0.1-0.1,0.3-0.1,0.5-0.2c0.2,0,0.6,0,0.9,0.3c0.2,0.3,0.3,0.5,0.3,0.8
c0,0.2,0,0.5,0,0.7c0,0.5-0.1,1-0.2,1.5c-0.2,1-0.6,1.9-0.8,2.6c-0.1,0.3-0.3,0.6-0.4,0.8c-0.1,0.1-0.1,0.2-0.2,0.2
c-0.1,0-0.1,0-0.1,0s0,0,0.1,0c0,0,0.1-0.1,0.1-0.2c0.1-0.2,0.2-0.5,0.3-0.9c0.2-0.7,0.4-1.7,0.5-2.7c0.1-0.5,0.1-1,0.1-1.4
c0-0.2,0-0.4-0.1-0.6c0-0.2-0.1-0.3-0.2-0.3c0,0,0,0-0.1,0c-0.1,0-0.1,0.1-0.2,0.1c-0.1,0.1-0.2,0.2-0.2,0.2
c-0.2,0.2-0.5,0.2-0.7,0C368.6,244.1,368.5,243.8,368.8,243.5C368.7,243.6,368.8,243.6,368.8,243.5L368.8,243.5z"/>
</g>
<g>
<path fill="#4C4B5A" d="M390.2,246.1c0,0,0-0.2,0.1-0.4c0-0.1,0.1-0.3,0.2-0.5c0.1-0.2,0.2-0.4,0.5-0.7c0.2-0.2,0.6-0.2,0.8,0
c0.2,0.1,0.3,0.3,0.4,0.4l0,0.1c0.1,0.1,0,0.1,0,0.1l0,0.1c0,0.1,0,0.1,0.1,0.2c0,0.2,0.1,0.4,0.1,0.5c0,0.6-0.1,1.2-0.2,1.8
c-0.3,1.2-0.7,2.3-1,3.1c-0.2,0.4-0.4,0.7-0.5,1c-0.1,0.2-0.3,0.3-0.3,0.3s0.1-0.1,0.2-0.3c0.1-0.2,0.2-0.6,0.4-1
c0.3-0.8,0.5-2,0.7-3.2c0.1-0.6,0.1-1.2,0-1.7c0-0.1,0-0.2-0.1-0.3c0,0-0.1-0.1-0.1-0.2l0-0.1c0,0,0-0.1,0,0l0,0
c-0.1-0.1-0.1-0.1-0.1-0.1c0,0,0.1,0,0.1,0c0,0-0.1,0.2-0.2,0.3c0,0.1-0.1,0.3-0.1,0.4c-0.1,0.2-0.1,0.4-0.1,0.4
c0,0.3-0.3,0.5-0.6,0.4C390.3,246.7,390.1,246.4,390.2,246.1C390.2,246.1,390.2,246.1,390.2,246.1L390.2,246.1z"/>
</g>
<g>
<path fill="#4C4B5A" d="M386.2,246.6c0,0,0-0.1-0.1-0.3c-0.1-0.2-0.2-0.5-0.3-0.7c-0.1-0.1-0.2-0.1-0.3-0.1
c-0.1,0-0.3,0.1-0.5,0.2c-0.2,0.2-0.3,0.3-0.4,0.5c-0.1,0.2-0.2,0.4-0.3,0.7c-0.4,1-0.6,2.1-0.7,2.9c-0.1,0.8-0.1,1.4-0.1,1.4
s0-0.5,0-1.4c0-0.8,0.1-1.9,0.4-3c0.1-0.3,0.2-0.5,0.3-0.8c0.1-0.3,0.3-0.6,0.5-0.7c0.3-0.2,0.5-0.4,0.9-0.4
c0.3-0.1,0.7,0.1,0.9,0.3c0.4,0.4,0.6,0.7,0.7,1c0.1,0.2,0.1,0.4,0.1,0.4c0.1,0.3-0.1,0.5-0.4,0.6
C386.5,247.1,386.3,246.9,386.2,246.6z"/>
</g>
<g>
<path fill="#4C4B5A" d="M381.2,246.6c0,0,0-0.1-0.1-0.3c-0.1-0.2-0.2-0.5-0.3-0.7c-0.1-0.1-0.2-0.1-0.3-0.1
c-0.1,0-0.3,0.1-0.5,0.2c-0.2,0.2-0.3,0.3-0.4,0.5c-0.1,0.2-0.2,0.4-0.3,0.7c-0.4,1-0.6,2.1-0.7,2.9c-0.1,0.8-0.1,1.4-0.1,1.4
s0-0.5,0-1.4c0-0.8,0.1-1.9,0.4-3c0.1-0.3,0.2-0.5,0.3-0.8c0.1-0.3,0.3-0.6,0.5-0.7c0.3-0.2,0.5-0.4,0.9-0.4
c0.3-0.1,0.7,0.1,0.9,0.3c0.4,0.4,0.6,0.7,0.7,1c0.1,0.2,0.1,0.4,0.1,0.4c0.1,0.3-0.1,0.5-0.4,0.6
C381.5,247.1,381.3,246.9,381.2,246.6z"/>
</g>
<g>
<path fill="#4C4B5A" d="M375.2,245.6c0,0,0-0.1-0.1-0.3c-0.1-0.2-0.2-0.5-0.3-0.7c-0.1-0.1-0.2-0.1-0.3-0.1
c-0.1,0-0.3,0.1-0.5,0.2c-0.2,0.2-0.3,0.3-0.4,0.5c-0.1,0.2-0.2,0.4-0.3,0.7c-0.4,1-0.6,2.1-0.7,2.9c-0.1,0.8-0.1,1.4-0.1,1.4
s0-0.5,0-1.4c0-0.8,0.1-1.9,0.4-3c0.1-0.3,0.2-0.5,0.3-0.8c0.1-0.3,0.3-0.6,0.5-0.7c0.3-0.2,0.5-0.4,0.9-0.4
c0.3-0.1,0.7,0.1,0.9,0.3c0.4,0.4,0.6,0.7,0.7,1c0.1,0.2,0.1,0.4,0.1,0.4c0.1,0.3-0.1,0.5-0.4,0.6
C375.5,246.1,375.3,245.9,375.2,245.6z"/>
</g>
</g>
<g id="lashes_right_top">
<g>
<path fill="#4C4B5A" d="M402.5,208.4c0,0,0.2,0.2,0.5,0.4c0.2,0.1,0.4,0.2,0.6,0.3c0.3,0.1,0.6,0.2,0.9,0.2c0.2,0,0.3,0,0.5,0
c0.2,0,0.4,0,0.5-0.1c0.4-0.1,0.7-0.3,1.1-0.5c0.3-0.3,0.7-0.5,1-0.9c0.3-0.3,0.6-0.6,0.9-1c0.2-0.4,0.5-0.7,0.7-1.1
c0.2-0.4,0.4-0.8,0.7-1.1c0.2-0.4,0.4-0.7,0.6-1.1c0.2-0.3,0.4-0.7,0.6-1c0.7-1.2,1.3-2,1.3-2l0.1,0c0,0-0.2,0.9-0.6,2.3
c-0.2,0.7-0.6,1.4-1,2.2c-0.3,0.4-0.5,0.8-0.8,1.1c-0.3,0.4-0.6,0.7-0.9,1.1c-0.3,0.4-0.7,0.7-1,1c-0.3,0.3-0.8,0.6-1.1,0.8
c-0.4,0.2-0.8,0.4-1.2,0.5c-0.2,0.1-0.4,0.1-0.6,0.1c-0.2,0-0.4,0-0.6,0c-0.4-0.1-0.7-0.2-0.9-0.3c-0.3-0.1-0.5-0.3-0.6-0.4
C402.5,208.7,402.4,208.5,402.5,208.4L402.5,208.4z"/>
</g>
<g>
<path fill="#4C4B5A" d="M417.2,201.6c0,0-0.4,0.9-1,2.2c-0.6,1.3-1.5,3-2.6,4.7c-0.5,0.8-1.1,1.6-1.8,2.3
c-0.4,0.3-0.7,0.6-1.2,0.8c-0.4,0.2-1,0.3-1.4,0.1c-0.4-0.2-0.8-0.5-0.9-0.8c-0.2-0.3-0.3-0.5-0.3-0.7c-0.1-0.4-0.1-0.7-0.1-0.7
l0.1,0c0,0,0.1,0.2,0.4,0.6c0.1,0.1,0.3,0.4,0.5,0.5c0.2,0.2,0.4,0.3,0.7,0.3c0.5,0.1,1.1-0.3,1.8-0.9c0.6-0.6,1.3-1.2,1.9-2
c1.2-1.5,2.2-3.1,3-4.4C416.6,202.4,417.1,201.5,417.2,201.6L417.2,201.6z"/>
</g>
<g>
<path fill="#4C4B5A" d="M414.2,202.6c0,0-0.4,0.9-1.1,2.2c-0.7,1.3-1.7,3.1-3,4.7c-0.6,0.8-1.3,1.6-2.3,2.1
c-0.5,0.2-1.2,0.4-1.7,0.1c-0.5-0.3-0.8-0.7-1-1.1c-0.2-0.4-0.2-0.8-0.3-1.1c0-0.3-0.1-0.6-0.1-0.8c0-0.5,0-0.7,0-0.7l0.1,0
c0,0,0.1,0.2,0.2,0.7c0.1,0.2,0.2,0.4,0.3,0.7c0.1,0.3,0.3,0.6,0.4,0.8c0.2,0.3,0.4,0.5,0.7,0.6c0.2,0.1,0.5,0.1,0.9-0.1
c0.7-0.3,1.5-1,2.1-1.7c1.3-1.4,2.5-3.1,3.3-4.3C413.6,203.4,414.1,202.6,414.2,202.6L414.2,202.6z"/>
</g>
<g>
<path fill="#4C4B5A" d="M429.4,205.3c0,0-0.9,0.9-2.4,2.3c-1.5,1.3-3.5,3.1-5.8,4.5c-1.1,0.7-2.3,1.4-3.6,1.8
c-0.6,0.2-1.4,0.3-2,0c-0.2-0.1-0.3-0.1-0.5-0.2c-0.2-0.1-0.3-0.2-0.4-0.3c-0.1-0.1-0.1-0.1-0.2-0.2l-0.1-0.2
c-0.1-0.1-0.1-0.2-0.2-0.4c-0.3-0.5-0.4-1.1-0.2-1.6c0.1-0.5,0.4-0.8,0.7-0.9c0.3-0.2,0.5-0.3,0.6-0.3c0.2,0,0.2-0.1,0.2-0.1
l0,0.1c0,0-0.1,0-0.2,0.1c-0.1,0.1-0.3,0.2-0.5,0.4c-0.2,0.2-0.3,0.5-0.4,0.8c0,0.3,0.1,0.7,0.3,1c0.3,0.4,0.5,0.7,1,0.8
c0.4,0.1,0.9,0.1,1.5-0.1c1.1-0.3,2.3-0.8,3.4-1.5c2.3-1.3,4.4-2.9,6-4.1C428.4,206.1,429.4,205.3,429.4,205.3L429.4,205.3z"/>
</g>
<g>
<path fill="#4C4B5A" d="M427,203c0,0-0.8,1.1-2.2,2.7c-1.4,1.6-3.3,3.6-5.6,5.3c-1.1,0.8-2.4,1.6-3.7,2.1
c-0.7,0.2-1.3,0.3-2,0.3c-0.7,0-1.3-0.2-1.8-0.5c-0.3-0.1-0.5-0.3-0.7-0.5c-0.2-0.2-0.4-0.4-0.5-0.5c-0.3-0.3-0.4-0.7-0.6-1
c-0.2-0.6-0.3-0.9-0.3-0.9l0.1,0c0,0,0.2,0.3,0.5,0.8c0.2,0.2,0.4,0.5,0.7,0.8c0.1,0.1,0.3,0.3,0.5,0.4c0.2,0.1,0.4,0.2,0.6,0.3
c0.9,0.4,2,0.3,3.1-0.1c1.2-0.3,2.4-1,3.5-1.7c2.3-1.5,4.3-3.4,5.8-4.9C426,204,426.9,202.9,427,203L427,203z"/>
</g>
<g>
<path fill="#4C4B5A" d="M393.9,207c0,0,0,0.2,0,0.5c0,0.1,0.1,0.3,0.2,0.4c0.1,0.1,0.3,0.1,0.6,0c0,0,0.1,0,0.2-0.1
c0.1,0,0.1-0.1,0.2-0.1c0.1-0.1,0.2-0.2,0.2-0.3c0.1-0.2,0.2-0.5,0.3-0.8c0.1-0.6,0.1-1.3,0-2c-0.1-0.7-0.2-1.4-0.4-2
c-0.1-0.6-0.2-1.3-0.2-1.8c-0.1-1.1-0.1-1.8-0.1-1.8l0.1,0c0,0,0.4,0.6,0.8,1.7c0.2,0.5,0.4,1.1,0.5,1.8
c0.1,0.7,0.1,1.4,0.1,2.2c0,0.7,0,1.5-0.2,2.2c-0.1,0.3-0.2,0.7-0.5,1c-0.1,0.1-0.3,0.3-0.4,0.3c-0.1,0-0.1,0.1-0.2,0.1
c-0.1,0-0.2,0-0.2,0.1c-0.3,0.1-0.6,0.1-0.8-0.1c-0.2-0.2-0.2-0.4-0.3-0.6C393.8,207.2,393.8,207,393.9,207L393.9,207z"/>
</g>
<g>
<path fill="#4C4B5A" d="M392.8,200.5c0,0-0.5,0.7-1.2,1.8c-0.3,0.6-0.7,1.2-1,1.9c-0.3,0.7-0.7,1.5-0.8,2.3
c-0.1,0.4-0.2,0.8-0.1,1.2c0,0.4,0.1,0.7,0.2,0.9c0.3,0.4,0.8,0.4,1.2,0.1c0.4-0.3,0.5-0.9,0.6-1.2c0.1-0.4,0.1-0.6,0.1-0.6
l0.1,0c0,0,0.1,0.2,0.1,0.6c0,0.2,0,0.5,0,0.7c0,0.3-0.1,0.6-0.4,1c-0.2,0.3-0.7,0.6-1.2,0.7c-0.5,0-1.1-0.2-1.4-0.7
c-0.3-0.5-0.4-1.1-0.3-1.5c0-0.5,0.2-0.9,0.3-1.4c0.1-0.4,0.3-0.9,0.5-1.2c0.2-0.4,0.4-0.8,0.6-1.1c0.4-0.7,0.9-1.3,1.2-1.9
C392.1,201.1,392.7,200.5,392.8,200.5L392.8,200.5z"/>
</g>
<g>
<path fill="#4C4B5A" d="M380.8,201.5c0,0-0.5,0.7-1.2,1.8c-0.3,0.6-0.7,1.2-1,1.9c-0.3,0.7-0.7,1.5-0.8,2.3
c-0.1,0.4-0.2,0.8-0.1,1.2c0,0.4,0.1,0.7,0.2,0.9c0.3,0.4,0.8,0.4,1.2,0.1c0.4-0.3,0.5-0.9,0.6-1.2c0.1-0.4,0.1-0.6,0.1-0.6
l0.1,0c0,0,0.1,0.2,0.1,0.6c0,0.2,0,0.5,0,0.7c0,0.3-0.1,0.6-0.4,1c-0.2,0.3-0.7,0.6-1.2,0.7c-0.5,0-1.1-0.2-1.4-0.7
c-0.3-0.5-0.4-1.1-0.3-1.5c0-0.5,0.2-0.9,0.3-1.4c0.1-0.4,0.3-0.9,0.5-1.2c0.2-0.4,0.4-0.8,0.6-1.1c0.4-0.7,0.9-1.3,1.2-1.9
C380.1,202.1,380.7,201.5,380.8,201.5L380.8,201.5z"/>
</g>
<g>
<path fill="#4C4B5A" d="M397.2,197.6c0.8,2.1,1.4,4.2,1.7,6.4c0.1,0.6,0.1,1.1,0.1,1.7c0,0.6-0.1,1.2-0.2,1.8
c-0.1,0.3-0.2,0.6-0.4,0.9c-0.2,0.3-0.5,0.5-0.8,0.7c-0.6,0.4-1.3,0.4-1.9,0.2l0.1,0c-0.1,0-0.2,0-0.3,0c-0.1,0-0.1,0-0.2-0.1
c-0.1,0-0.3-0.1-0.4-0.2c-0.2-0.1-0.4-0.3-0.6-0.5c-0.4-0.4-0.6-0.9-0.7-1.3l0.1,0c0.2,0.2,0.3,0.4,0.5,0.5
c0.2,0.2,0.3,0.3,0.5,0.4c0.2,0.1,0.4,0.2,0.6,0.3c0.1,0,0.2,0.1,0.3,0.1c0,0,0.1,0,0.1,0c0,0,0.1,0,0.1,0l0.1,0
c0.2,0,0.5,0,0.7-0.1c0.2,0,0.4-0.1,0.6-0.2c0.1,0,0.2-0.1,0.2-0.2c0.1-0.1,0.1-0.2,0.2-0.2c0.1-0.2,0.2-0.4,0.3-0.6
c0.4-0.9,0.4-2,0.4-3.1c0-1.1-0.2-2.2-0.4-3.2C397.6,199.8,397.4,198.7,397.2,197.6L397.2,197.6z"/>
</g>
<g>
<path fill="#4C4B5A" d="M389.5,197c0,0,0.1,0.9,0.3,2.3c0.2,1.4,0.3,3.2,0.4,5.1c0,0.5,0,0.9,0,1.4c0,0.5,0,0.9-0.2,1.4
c-0.1,0.3-0.1,0.4-0.3,0.7c-0.1,0.2-0.3,0.4-0.5,0.6c-0.4,0.3-0.9,0.5-1.3,0.5c-0.9-0.1-1.4-0.6-1.6-1c-0.1-0.2-0.2-0.4-0.2-0.5
c0-0.1,0-0.2,0-0.2l0.1,0c0,0,0,0,0.1,0.1c0,0.1,0.1,0.2,0.3,0.3c0.3,0.3,0.8,0.5,1.3,0.5c0.3,0,0.5-0.2,0.7-0.4
c0.1-0.1,0.2-0.2,0.2-0.4c0.1-0.1,0.2-0.4,0.2-0.5c0.1-0.3,0.1-0.8,0.2-1.2c0.1-0.4,0.1-0.9,0.1-1.4c0.1-1.8,0.1-3.7,0.1-5.1
C389.4,197.9,389.4,197,389.5,197L389.5,197z"/>
</g>
<g>
<path fill="#4C4B5A" d="M382.5,199c0,0,0.1,0.9,0.3,2.3c0.2,1.4,0.3,3.2,0.4,5.1c0,0.5,0,0.9,0,1.4c0,0.5,0,0.9-0.2,1.4
c-0.1,0.3-0.1,0.4-0.3,0.7c-0.1,0.2-0.3,0.4-0.5,0.6c-0.4,0.3-0.9,0.5-1.3,0.5c-0.9-0.1-1.4-0.6-1.6-1c-0.1-0.2-0.2-0.4-0.2-0.5
c0-0.1,0-0.2,0-0.2l0.1,0c0,0,0,0,0.1,0.1c0,0.1,0.1,0.2,0.3,0.3c0.3,0.3,0.8,0.5,1.3,0.5c0.3,0,0.5-0.2,0.7-0.4
c0.1-0.1,0.2-0.2,0.2-0.4c0.1-0.1,0.2-0.4,0.2-0.5c0.1-0.3,0.1-0.8,0.2-1.2c0.1-0.4,0.1-0.9,0.1-1.4c0.1-1.8,0.1-3.7,0.1-5.1
C382.4,199.9,382.4,199,382.5,199L382.5,199z"/>
</g>
<g>
<path fill="#4C4B5A" d="M374.5,201c0,0,0.1,0.9,0.3,2.3c0.2,1.4,0.3,3.2,0.4,5.1c0,0.5,0,0.9,0,1.4c0,0.5,0,0.9-0.2,1.4
c-0.1,0.3-0.1,0.4-0.3,0.7c-0.1,0.2-0.3,0.4-0.5,0.6c-0.4,0.3-0.9,0.5-1.3,0.5c-0.9-0.1-1.4-0.6-1.6-1c-0.1-0.2-0.2-0.4-0.2-0.5
c0-0.1,0-0.2,0-0.2l0.1,0c0,0,0,0,0.1,0.1c0,0.1,0.1,0.2,0.3,0.3c0.3,0.3,0.8,0.5,1.3,0.5c0.3,0,0.5-0.2,0.7-0.4
c0.1-0.1,0.2-0.2,0.2-0.4c0.1-0.1,0.2-0.4,0.2-0.5c0.1-0.3,0.1-0.8,0.2-1.2c0.1-0.4,0.1-0.9,0.1-1.4c0.1-1.8,0.1-3.7,0.1-5.1
C374.4,201.9,374.4,201,374.5,201L374.5,201z"/>
</g>
<g>
<path fill="#4C4B5A" d="M367.5,205c0,0,0.1,0.9,0.3,2.3c0.2,1.4,0.3,3.2,0.4,5.1c0,0.5,0,0.9,0,1.4c0,0.5,0,0.9-0.2,1.4
c-0.1,0.3-0.1,0.4-0.3,0.7c-0.1,0.2-0.3,0.4-0.5,0.6c-0.4,0.3-0.9,0.5-1.3,0.5c-0.9-0.1-1.4-0.6-1.6-1c-0.1-0.2-0.2-0.4-0.2-0.5
c0-0.1,0-0.2,0-0.2l0.1,0c0,0,0,0,0.1,0.1c0,0.1,0.1,0.2,0.3,0.3c0.3,0.3,0.8,0.5,1.3,0.5c0.3,0,0.5-0.2,0.7-0.4
c0.1-0.1,0.2-0.2,0.2-0.4c0.1-0.1,0.2-0.4,0.2-0.5c0.1-0.3,0.1-0.8,0.2-1.2c0.1-0.4,0.1-0.9,0.1-1.4c0.1-1.8,0.1-3.7,0.1-5.1
C367.4,205.9,367.4,205,367.5,205L367.5,205z"/>
</g>
<g>
<path fill="#4C4B5A" d="M404.1,196.6c0,0-0.2,1-0.7,2.4c-0.4,1.4-1.1,3.3-2.1,5.1c-0.5,0.9-1,1.8-1.7,2.5
c-0.4,0.3-0.7,0.7-1.1,0.9c-0.4,0.3-0.8,0.4-1.3,0.5c-0.4,0.1-0.8,0-1.1-0.1c-0.2-0.1-0.3-0.1-0.4-0.2c-0.1-0.1-0.2-0.1-0.3-0.2
c-0.2-0.1-0.3-0.3-0.4-0.3c-0.1-0.1-0.1-0.1-0.1-0.1l0.1-0.1c0,0,0.1,0,0.2,0.1c0.1,0,0.3,0.1,0.5,0.2c0.2,0.1,0.4,0.1,0.7,0.1
c0.3,0,0.6,0,0.9-0.1c0.3-0.1,0.6-0.3,0.9-0.5c0.3-0.2,0.6-0.5,0.9-0.8c0.6-0.6,1.2-1.4,1.7-2.2c1-1.6,1.8-3.4,2.4-4.8
C403.7,197.5,404,196.6,404.1,196.6L404.1,196.6z"/>
</g>
<g>
<path fill="#4C4B5A" d="M406.3,197.2c0,0-0.3,1-0.8,2.4c-0.5,1.4-1.4,3.3-2.5,5.1c-0.6,0.9-1.2,1.8-1.9,2.5
c-0.4,0.3-0.8,0.6-1.3,0.8c-0.5,0.2-0.9,0.3-1.4,0.2c-0.4,0-0.8-0.2-1.1-0.3c-0.3-0.2-0.5-0.4-0.7-0.5c-0.3-0.3-0.5-0.6-0.5-0.6
l0.1-0.1c0,0,0.2,0.1,0.6,0.4c0.2,0.1,0.4,0.2,0.7,0.3c0.3,0.1,0.6,0.1,0.9,0.1c0.6-0.1,1.3-0.5,2-1c0.7-0.6,1.4-1.3,2-2.1
c1.2-1.6,2.1-3.5,2.8-4.8C405.9,198.2,406.2,197.2,406.3,197.2L406.3,197.2z"/>
</g>
<g>
<path fill="#4C4B5A" d="M395.4,196.7c0,0,0,0.8-0.2,2c-0.1,1.2-0.4,2.8-0.8,4.5c-0.2,0.8-0.5,1.6-0.8,2.3
c-0.4,0.7-0.9,1.3-1.5,1.7c-0.3,0.2-0.6,0.3-0.9,0.3c-0.3,0-0.5,0-0.7-0.1c-0.4-0.1-0.5-0.3-0.5-0.3l0-0.2c0,0,0.1,0,0.1,0
c0.1,0,0.2,0.1,0.4,0.1c0.3,0,0.7-0.2,1.1-0.5c0.4-0.4,0.7-0.9,1.1-1.5c0.4-0.6,0.7-1.3,1-2.1c0.6-1.5,0.9-3.1,1.2-4.3
C395.2,197.5,395.3,196.7,395.4,196.7L395.4,196.7z"/>
</g>
<g>
<path fill="#4C4B5A" d="M410.7,199.3c0,0-0.6,0.8-1.4,2.1c-0.9,1.2-2.1,2.8-3.5,4.3c-0.7,0.7-1.4,1.5-2.2,2.1
c-0.4,0.3-0.8,0.6-1.2,0.8c-0.4,0.2-0.8,0.4-1.3,0.4c-0.4,0.1-0.8,0-1.2-0.1c-0.3-0.1-0.6-0.4-0.7-0.6c-0.3-0.4-0.2-0.7-0.3-0.7
l0.1,0c0,0,0,0,0.1,0.1c0.1,0.1,0.2,0.2,0.3,0.3c0.1,0.1,0.2,0.1,0.3,0.2c0.1,0.1,0.2,0.1,0.3,0.1c0.2,0,0.5,0,0.8-0.1
c0.3-0.1,0.6-0.3,1-0.5c0.3-0.2,0.7-0.5,1-0.7c0.7-0.5,1.5-1.2,2.2-1.8c1.5-1.3,2.8-2.8,3.8-3.9
C410,200.1,410.6,199.3,410.7,199.3L410.7,199.3z"/>
</g>
<g>
<path fill="#4C4B5A" d="M430.3,216.6c0,0-0.2,0.4-0.2,1.3c0,0.4,0.1,0.9,0.4,1.4c0.1,0.3,0.4,0.5,0.6,0.7
c0.3,0.2,0.5,0.4,0.8,0.6c0.3,0.2,0.6,0.3,1,0.4c0.2,0.1,0.4,0.1,0.5,0.2c0.2,0,0.4,0.1,0.6,0.1c0.8,0.2,1.7,0.2,2.5,0.2
c0.9,0,1.8,0,2.7-0.1c0.9-0.1,1.9-0.2,2.8-0.3c1-0.1,1.9-0.3,2.8-0.5c0.9-0.2,1.8-0.5,2.6-0.8c0.4-0.1,0.8-0.3,1.2-0.4
c0.4-0.1,0.8-0.3,1.1-0.5c0.7-0.3,1.4-0.7,2-1.1c0.6-0.4,1.1-0.7,1.5-1.1c0.4-0.4,0.8-0.7,1-1c0.5-0.6,0.7-1.1,0.7-1.1l0.1,0
c0,0-0.1,0.5-0.6,1.2c-0.2,0.4-0.5,0.8-0.9,1.2c-0.4,0.4-0.9,0.9-1.5,1.4c-0.6,0.4-1.3,0.9-2,1.3c-0.4,0.2-0.8,0.4-1.2,0.6
c-0.4,0.2-0.8,0.4-1.3,0.5c-0.9,0.3-1.8,0.5-2.7,0.7c-0.9,0.2-1.9,0.3-2.9,0.4c-0.9,0.1-1.9,0.2-2.9,0.2c-1,0.1-1.9,0-2.8,0
c-0.9-0.1-1.8-0.1-2.6-0.4c-0.2,0-0.4-0.1-0.6-0.1c-0.2-0.1-0.4-0.1-0.6-0.2c-0.4-0.1-0.7-0.3-1-0.5c-0.3-0.2-0.6-0.4-0.9-0.6
c-0.2-0.3-0.5-0.5-0.6-0.8c-0.3-0.5-0.4-1.1-0.4-1.5c0-0.4,0.1-0.8,0.1-1C430.2,216.7,430.2,216.6,430.3,216.6L430.3,216.6z"/>
</g>
<g>
<path fill="#4C4B5A" d="M447.2,211.2c0,0-1.2,1.1-3.2,2.6c-2,1.5-4.7,3.4-7.8,4.8c-1.5,0.7-3.1,1.3-4.8,1.4
c-0.8,0-1.7-0.1-2.4-0.4c-0.7-0.3-1.3-0.9-1.7-1.5c-0.2-0.3-0.3-0.6-0.4-0.9c-0.1-0.3-0.2-0.6-0.2-0.8c-0.1-0.5-0.1-1-0.2-1.3
c0-0.7,0-1.2,0-1.2l0.1,0c0,0,0.1,0.4,0.2,1.1c0.1,0.3,0.2,0.8,0.4,1.2c0.1,0.2,0.2,0.5,0.3,0.7c0.2,0.2,0.3,0.5,0.5,0.7
c0.4,0.4,0.8,0.8,1.4,1c0.6,0.2,1.3,0.3,2,0.3c1.4,0,3-0.5,4.5-1.1c3-1.2,5.8-3,7.9-4.4C445.9,212.2,447.2,211.1,447.2,211.2
L447.2,211.2z"/>
</g>
<g>
<path fill="#4C4B5A" d="M455.3,209.7c0,0-1.4,1.6-3.7,3.7c-2.3,2.1-5.6,4.8-9.4,6.7c-1,0.4-2,0.9-3,1.1c-0.5,0.2-1,0.2-1.6,0.3
c-0.5,0-1,0.1-1.6,0.1c-1,0-2-0.3-2.9-0.7c-0.8-0.5-1.6-1-2.1-1.6c-0.6-0.6-0.9-1.2-1.3-1.8c-0.3-0.6-0.5-1.1-0.7-1.5
c-0.3-0.9-0.4-1.4-0.4-1.4l0.1,0c0,0,0.3,0.5,0.7,1.3c0.2,0.4,0.5,0.8,0.9,1.4c0.4,0.5,0.8,1,1.4,1.5c0.5,0.5,1.2,1,2,1.3
c0.8,0.3,1.6,0.6,2.5,0.6c0.5,0.1,0.9,0,1.4,0c0.5-0.1,1-0.1,1.4-0.2c1-0.2,1.9-0.6,2.9-0.9c3.8-1.6,7.1-4.2,9.5-6.2
C453.7,211.2,455.2,209.7,455.3,209.7L455.3,209.7z"/>
</g>
<g>
<path fill="#4C4B5A" d="M431.9,215.6c0,0-0.1,0.5-0.1,1.4c0,0.4,0,1,0.2,1.6c0.1,0.6,0.4,1.2,0.9,1.7c0.5,0.5,1.3,0.7,2.1,0.8
c0.9,0,1.8,0,2.7,0c0.9-0.1,1.9-0.2,2.8-0.4c0.5-0.1,1-0.2,1.4-0.4c0.5-0.1,0.9-0.3,1.4-0.5c0.9-0.4,1.7-0.9,2.5-1.5
c0.4-0.3,0.7-0.6,1.1-0.9l0.5-0.5l0.4-0.5c0.6-0.7,1.1-1.4,1.6-2.1c0.5-0.7,0.9-1.4,1.2-2c0.3-0.7,0.6-1.3,0.9-1.8
c0.3-0.5,0.4-1.1,0.6-1.5c0.3-0.8,0.5-1.3,0.5-1.3l0.1,0c0,0-0.1,0.5-0.3,1.4c-0.1,0.4-0.2,1-0.4,1.6c-0.2,0.6-0.4,1.3-0.7,2
c-0.4,0.7-0.7,1.5-1.1,2.2c-0.5,0.8-1,1.5-1.7,2.3l-0.5,0.6l-0.6,0.5c-0.4,0.3-0.8,0.7-1.2,1c-0.8,0.6-1.8,1.1-2.7,1.5
c-0.5,0.2-1,0.4-1.5,0.5c-0.5,0.2-1,0.3-1.5,0.3c-1,0.2-2,0.3-3,0.3c-1,0-1.9,0-2.7-0.1c-0.9,0-1.8-0.4-2.3-1
c-0.6-0.6-0.8-1.3-0.9-1.9c-0.1-0.6-0.1-1.2-0.1-1.6C431.7,216.1,431.9,215.6,431.9,215.6L431.9,215.6z"/>
</g>
<g>
<path fill="#4C4B5A" d="M416.6,211.1c0,0,1,0.4,2.6,0.8c1.6,0.4,3.7,0.8,5.8,0.5c1-0.1,2-0.5,2.7-1c0.8-0.5,1.3-1.2,1.6-1.9
c0.2-0.3,0.3-0.7,0.4-1c0.1-0.3,0.2-0.6,0.3-0.8c0.1-0.5,0.2-0.7,0.2-0.7l0.1,0c0,0,0,0.3,0.1,0.8c0,0.2,0,0.5,0,0.9
c-0.1,0.3-0.1,0.7-0.3,1.1c-0.1,0.4-0.3,0.9-0.6,1.3c-0.3,0.4-0.7,0.8-1.1,1.1c-0.5,0.3-1,0.6-1.6,0.7c-0.6,0.2-1.1,0.2-1.7,0.3
c-1.1,0.1-2.3,0-3.3-0.2c-1-0.2-1.9-0.5-2.7-0.7C417.5,211.6,416.5,211.1,416.6,211.1L416.6,211.1z"/>
</g>
<g>
<path fill="#4C4B5A" d="M435.8,218.3c0,0,1.2,0.1,2.9-0.3c0.9-0.2,1.9-0.4,2.9-0.8c0.5-0.2,1-0.5,1.5-0.7c0.5-0.3,1-0.6,1.4-1
c0.2-0.2,0.4-0.4,0.6-0.6l0.6-0.6c0.4-0.4,0.6-0.9,1-1.3c0.3-0.4,0.5-0.9,0.8-1.3c0.3-0.4,0.4-0.9,0.6-1.3
c0.2-0.4,0.4-0.8,0.4-1.1c0.1-0.3,0.2-0.6,0.3-0.9c0.2-0.5,0.3-0.8,0.3-0.8l0.1,0c0,0,0,0.3,0,0.8c0,0.3,0,0.6-0.1,1
c0,0.4-0.1,0.8-0.2,1.2c-0.1,0.4-0.2,1-0.4,1.4c-0.1,0.2-0.2,0.5-0.3,0.7c-0.1,0.3-0.2,0.5-0.4,0.8c-0.4,0.5-0.7,1-1.1,1.4
l-0.7,0.6c-0.2,0.2-0.5,0.4-0.7,0.6c-0.5,0.4-1,0.7-1.6,1c-0.5,0.3-1.1,0.5-1.6,0.7c-0.5,0.2-1.1,0.3-1.6,0.4
c-0.5,0.1-1,0.2-1.4,0.2C437,218.6,435.8,218.4,435.8,218.3L435.8,218.3z"/>
</g>
<g>
<path fill="#4C4B5A" d="M446.1,208.6c0,0-1,1.2-2.5,2.9c-1.6,1.7-3.8,3.9-6.3,5.7c-0.6,0.4-1.3,0.9-2,1.2
c-0.7,0.3-1.5,0.6-2.3,0.7c-0.4,0-0.8,0-1.2,0c-0.4-0.1-0.7-0.2-1-0.3c-0.7-0.2-1.3-0.5-1.8-0.9c-1-0.7-1.6-1.7-1.7-2.4
c-0.1-0.7,0.1-1.1,0.1-1.1l0.1,0c0,0-0.1,0.4,0.1,1c0.1,0.3,0.3,0.6,0.6,1c0.3,0.3,0.7,0.6,1.2,0.9c0.5,0.3,1,0.4,1.6,0.6
c0.7,0.2,1.2,0.3,1.9,0.2c1.3-0.2,2.7-0.8,4-1.6c2.6-1.6,4.8-3.7,6.5-5.2C444.9,209.7,446,208.5,446.1,208.6L446.1,208.6z"/>
</g>
<g>
<path fill="#4C4B5A" d="M448.4,212.3c0,0-1.2,1.4-3.3,3.2c-0.5,0.4-1.1,0.9-1.7,1.4c-0.6,0.5-1.3,1-2,1.4
c-0.7,0.5-1.5,0.9-2.3,1.3c-0.4,0.2-0.8,0.4-1.3,0.6c-0.4,0.2-0.9,0.3-1.3,0.5c-0.9,0.3-1.8,0.5-2.8,0.5c-0.5,0.1-0.9,0-1.4-0.1
c-0.2,0-0.5,0-0.7-0.1l-0.6-0.2c-0.4-0.1-0.8-0.3-1.2-0.4c-0.4-0.1-0.8-0.4-1.1-0.6c-0.4-0.2-0.7-0.5-1-0.7
c-0.3-0.3-0.6-0.6-0.7-0.9c-0.4-0.6-0.6-1.3-0.7-1.9c-0.1-0.6,0-1.1,0-1.5c0.1-0.8,0.4-1.2,0.4-1.2l0.1,0c0,0-0.1,0.4-0.1,1.2
c0,0.4,0,0.9,0.2,1.3c0.1,0.5,0.4,1,0.8,1.5c0.2,0.3,0.4,0.5,0.7,0.7c0.3,0.2,0.6,0.4,0.9,0.6c0.3,0.2,0.7,0.3,1,0.5
c0.4,0.1,0.7,0.3,1.1,0.4l0.6,0.2c0.2,0.1,0.4,0.1,0.6,0.1c0.4,0,0.8,0.2,1.2,0.1c0.8,0,1.7-0.1,2.6-0.3
c0.4-0.1,0.9-0.2,1.3-0.4c0.4-0.2,0.8-0.3,1.2-0.5c0.8-0.4,1.6-0.8,2.3-1.2c0.7-0.4,1.4-0.9,2.1-1.3c0.6-0.4,1.2-0.9,1.8-1.3
C447,213.5,448.3,212.2,448.4,212.3L448.4,212.3z"/>
</g>
<g>
<path fill="#4C4B5A" d="M453.1,209.9c-1.8,1.7-3.6,3.3-5.5,4.8c-1.9,1.5-4,2.9-6.1,4.1c-1.1,0.6-2.2,1.1-3.4,1.6
c-1.2,0.4-2.4,0.8-3.7,0.9c-1.3,0.1-2.6,0-3.8-0.6c-1.2-0.6-2.1-1.6-2.8-2.7l0,0l0,0c-0.2-0.7-0.3-1.3-0.4-2
c-0.1-0.7-0.1-1.4-0.1-2l0.1,0c0.1,0.7,0.2,1.3,0.4,1.9c0.2,0.6,0.4,1.3,0.6,1.8l0-0.1c0.3,0.5,0.7,0.9,1.1,1.3
c0.4,0.4,0.9,0.7,1.4,0.9c0.5,0.2,1.1,0.4,1.6,0.4c0.6,0.1,1.1,0.1,1.7,0c2.3-0.2,4.6-1.1,6.8-2.1c2.2-1.1,4.2-2.4,6.2-3.8
C449.3,212.9,451.2,211.4,453.1,209.9L453.1,209.9z"/>
</g>
<g>
<path fill="#4C4B5A" d="M414.7,210.2c0,0,0.1,0.2,0.4,0.6c0.1,0.2,0.3,0.4,0.5,0.7c0.2,0.3,0.5,0.5,0.8,0.7
c0.2,0.1,0.3,0.2,0.5,0.3c0.2,0.1,0.4,0.2,0.6,0.3c0.2,0.1,0.4,0.1,0.7,0.2c0.2,0.1,0.5,0.1,0.7,0.1c0.2,0,0.5,0,0.7,0
c0.2,0,0.5-0.1,0.7-0.1c0.5,0,1-0.3,1.5-0.4c0.5-0.2,0.9-0.5,1.4-0.7c0.4-0.3,0.9-0.5,1.3-0.8c0.4-0.2,0.8-0.5,1.2-0.8
c0.4-0.3,0.8-0.5,1.1-0.7c0.7-0.5,1.2-0.8,1.6-1.1c0.4-0.3,0.6-0.4,0.6-0.4l0.1,0.1c0,0-0.2,0.2-0.5,0.6
c-0.2,0.2-0.4,0.4-0.6,0.6c-0.2,0.2-0.5,0.5-0.8,0.8c-0.3,0.3-0.7,0.6-1,0.8c-0.4,0.3-0.8,0.6-1.2,0.9c-0.5,0.2-0.9,0.5-1.4,0.8
c-0.5,0.2-1,0.4-1.6,0.6c-0.6,0.1-1.1,0.3-1.7,0.3c-0.3,0-0.6,0-0.8,0.1c-0.3,0-0.5-0.1-0.8-0.1c-0.3,0-0.5-0.1-0.8-0.2
c-0.2-0.1-0.5-0.1-0.7-0.3c-0.2-0.1-0.4-0.2-0.6-0.3c-0.2-0.1-0.4-0.3-0.5-0.4c-0.3-0.3-0.6-0.6-0.8-0.8
c-0.2-0.3-0.3-0.5-0.5-0.7C414.7,210.5,414.6,210.3,414.7,210.2L414.7,210.2z"/>
</g>
<g>
<path fill="#4C4B5A" d="M418.7,211.7c0,0-0.1,0.4-0.2,1.1c0,0.7-0.1,1.8,0.6,2.7c0.4,0.4,0.9,0.8,1.5,1c0.3,0.1,0.7,0.1,1,0.2
c0.4,0,0.8,0.1,1.1,0c0.4,0,0.7,0,1.1-0.1c0.4,0,0.8-0.1,1.2-0.2c0.8-0.1,1.6-0.3,2.3-0.6c0.8-0.2,1.5-0.5,2.3-0.8
c0.7-0.3,1.5-0.6,2.1-0.9c0.3-0.2,0.7-0.3,1-0.5c0.3-0.2,0.6-0.3,0.9-0.5c0.6-0.3,1.2-0.6,1.7-1c0.5-0.3,1-0.6,1.4-0.9
c0.4-0.3,0.7-0.6,1-0.8c0.5-0.5,0.8-0.8,0.8-0.8l0.1,0.1c0,0-0.2,0.4-0.6,1c-0.2,0.3-0.5,0.6-0.9,1c-0.4,0.4-0.8,0.8-1.3,1.1
c-0.5,0.4-1.1,0.8-1.7,1.2c-0.6,0.4-1.3,0.7-2,1.1c-0.7,0.3-1.5,0.6-2.3,0.9c-0.8,0.3-1.6,0.5-2.4,0.7c-0.8,0.2-1.6,0.4-2.4,0.5
c-0.4,0.1-0.8,0.1-1.2,0.1c-0.4,0-0.8,0-1.2,0c-0.4,0-0.8,0-1.1-0.1c-0.4-0.1-0.8-0.1-1.1-0.3c-0.7-0.2-1.3-0.7-1.7-1.2
c-0.4-0.5-0.5-1.1-0.6-1.6c0-0.5,0-1,0-1.3C418.5,212.1,418.6,211.7,418.7,211.7L418.7,211.7z"/>
</g>
<g>
<path fill="#4C4B5A" d="M417.3,210.6c0,0-0.2,0.4-0.2,1.3c0,0.4,0.1,0.9,0.4,1.4c0.1,0.3,0.4,0.5,0.6,0.7
c0.3,0.2,0.5,0.4,0.8,0.6c0.3,0.2,0.6,0.3,1,0.4c0.2,0.1,0.4,0.1,0.5,0.2c0.2,0,0.4,0.1,0.6,0.1c0.8,0.2,1.7,0.2,2.5,0.2
c0.9,0,1.8,0,2.7-0.1c0.9-0.1,1.9-0.2,2.8-0.3c1-0.1,1.9-0.3,2.8-0.5c0.9-0.2,1.8-0.5,2.6-0.8c0.4-0.1,0.8-0.3,1.2-0.4
c0.4-0.1,0.8-0.3,1.1-0.5c0.7-0.3,1.4-0.7,2-1.1c0.6-0.4,1.1-0.7,1.5-1.1c0.4-0.4,0.8-0.7,1-1c0.5-0.6,0.7-1.1,0.7-1.1l0.1,0
c0,0-0.1,0.5-0.6,1.2c-0.2,0.4-0.5,0.8-0.9,1.2c-0.4,0.4-0.9,0.9-1.5,1.4c-0.6,0.4-1.3,0.9-2,1.3c-0.4,0.2-0.8,0.4-1.2,0.6
c-0.4,0.2-0.8,0.4-1.3,0.5c-0.9,0.3-1.8,0.5-2.7,0.7c-0.9,0.2-1.9,0.3-2.9,0.4c-0.9,0.1-1.9,0.2-2.9,0.2c-1,0.1-1.9,0-2.8,0
c-0.9-0.1-1.8-0.1-2.6-0.4c-0.2,0-0.4-0.1-0.6-0.1c-0.2-0.1-0.4-0.1-0.6-0.2c-0.4-0.1-0.7-0.3-1-0.5c-0.3-0.2-0.6-0.4-0.9-0.6
c-0.2-0.3-0.5-0.5-0.6-0.8c-0.3-0.5-0.4-1.1-0.4-1.5c0-0.4,0.1-0.8,0.1-1C417.2,210.7,417.2,210.6,417.3,210.6L417.3,210.6z"/>
</g>
<g>
<path fill="#4C4B5A" d="M444.2,210.2c0,0-1.2,1.1-3.2,2.6c-2,1.5-4.7,3.4-7.8,4.8c-1.5,0.7-3.1,1.3-4.8,1.4
c-0.8,0-1.7-0.1-2.4-0.4c-0.7-0.3-1.3-0.9-1.7-1.5c-0.2-0.3-0.3-0.6-0.4-0.9c-0.1-0.3-0.2-0.6-0.2-0.8c-0.1-0.5-0.1-1-0.2-1.3
c0-0.7,0-1.2,0-1.2l0.1,0c0,0,0.1,0.4,0.2,1.1c0.1,0.3,0.2,0.8,0.4,1.2c0.1,0.2,0.2,0.5,0.3,0.7c0.2,0.2,0.3,0.5,0.5,0.7
c0.4,0.4,0.8,0.8,1.4,1c0.6,0.2,1.3,0.3,2,0.3c1.4,0,3-0.5,4.5-1.1c3-1.2,5.8-3,7.9-4.4C442.9,211.2,444.2,210.1,444.2,210.2
L444.2,210.2z"/>
</g>
<g>
<path fill="#4C4B5A" d="M440.3,204.7c0,0-1.4,1.6-3.7,3.7c-2.3,2.1-5.6,4.8-9.4,6.7c-1,0.4-2,0.9-3,1.1c-0.5,0.2-1,0.2-1.6,0.3
c-0.5,0-1,0.1-1.6,0.1c-1,0-2-0.3-2.9-0.7c-0.8-0.5-1.6-1-2.1-1.6c-0.6-0.6-0.9-1.2-1.3-1.8c-0.3-0.6-0.5-1.1-0.7-1.5
c-0.3-0.9-0.4-1.4-0.4-1.4l0.1,0c0,0,0.3,0.5,0.7,1.3c0.2,0.4,0.5,0.8,0.9,1.4c0.4,0.5,0.8,1,1.4,1.5c0.5,0.5,1.2,1,2,1.3
c0.8,0.3,1.6,0.6,2.5,0.6c0.5,0.1,0.9,0,1.4,0c0.5-0.1,1-0.1,1.4-0.2c1-0.2,1.9-0.6,2.9-0.9c3.8-1.6,7.1-4.2,9.5-6.2
C438.7,206.2,440.2,204.7,440.3,204.7L440.3,204.7z"/>
</g>
<g>
<path fill="#4C4B5A" d="M404.6,208.1c0,0,1,0.4,2.6,0.8c1.6,0.4,3.7,0.8,5.8,0.5c1-0.1,2-0.5,2.7-1c0.8-0.5,1.3-1.2,1.6-1.9
c0.2-0.3,0.3-0.7,0.4-1c0.1-0.3,0.2-0.6,0.3-0.8c0.1-0.5,0.2-0.7,0.2-0.7l0.1,0c0,0,0,0.3,0.1,0.8c0,0.2,0,0.5,0,0.9
c-0.1,0.3-0.1,0.7-0.3,1.1c-0.1,0.4-0.3,0.9-0.6,1.3c-0.3,0.4-0.7,0.8-1.1,1.1c-0.5,0.3-1,0.6-1.6,0.7c-0.6,0.2-1.1,0.2-1.7,0.3
c-1.1,0.1-2.3,0-3.3-0.2c-1-0.2-1.9-0.5-2.7-0.7C405.5,208.6,404.5,208.1,404.6,208.1L404.6,208.1z"/>
</g>
<g>
<path fill="#4C4B5A" d="M431.8,224.3c0,0,1.2,0.1,2.9-0.3c0.9-0.2,1.9-0.4,2.9-0.8c0.5-0.2,1-0.5,1.5-0.7c0.5-0.3,1-0.6,1.4-1
c0.2-0.2,0.4-0.4,0.6-0.6l0.6-0.6c0.4-0.4,0.6-0.9,1-1.3c0.3-0.4,0.5-0.9,0.8-1.3c0.3-0.4,0.4-0.9,0.6-1.3
c0.2-0.4,0.4-0.8,0.4-1.1c0.1-0.3,0.2-0.6,0.3-0.9c0.2-0.5,0.3-0.8,0.3-0.8l0.1,0c0,0,0,0.3,0,0.8c0,0.3,0,0.6-0.1,1
c0,0.4-0.1,0.8-0.2,1.2c-0.1,0.4-0.2,1-0.4,1.4c-0.1,0.2-0.2,0.5-0.3,0.7c-0.1,0.3-0.2,0.5-0.4,0.8c-0.4,0.5-0.7,1-1.1,1.4
l-0.7,0.6c-0.2,0.2-0.5,0.4-0.7,0.6c-0.5,0.4-1,0.7-1.6,1c-0.5,0.3-1.1,0.5-1.6,0.7c-0.5,0.2-1.1,0.3-1.6,0.4
c-0.5,0.1-1,0.2-1.4,0.2C433,224.6,431.8,224.4,431.8,224.3L431.8,224.3z"/>
</g>
<g>
<path fill="#4C4B5A" d="M451.1,215.6c0,0-1,1.2-2.5,2.9c-1.6,1.7-3.8,3.9-6.3,5.7c-0.6,0.4-1.3,0.9-2,1.2
c-0.7,0.3-1.5,0.6-2.3,0.7c-0.4,0-0.8,0-1.2,0c-0.4-0.1-0.7-0.2-1-0.3c-0.7-0.2-1.3-0.5-1.8-0.9c-1-0.7-1.6-1.7-1.7-2.4
c-0.1-0.7,0.1-1.1,0.1-1.1l0.1,0c0,0-0.1,0.4,0.1,1c0.1,0.3,0.3,0.6,0.6,1c0.3,0.3,0.7,0.6,1.2,0.9c0.5,0.3,1,0.4,1.6,0.6
c0.7,0.2,1.2,0.3,1.9,0.2c1.3-0.2,2.7-0.8,4-1.6c2.6-1.6,4.8-3.7,6.5-5.2C449.9,216.7,451,215.5,451.1,215.6L451.1,215.6z"/>
</g>
<g>
<path fill="#4C4B5A" d="M447.1,206.9c-1.8,1.7-3.6,3.3-5.5,4.8c-1.9,1.5-4,2.9-6.1,4.1c-1.1,0.6-2.2,1.1-3.4,1.6
c-1.2,0.4-2.4,0.8-3.7,0.9c-1.3,0.1-2.6,0-3.8-0.6c-1.2-0.6-2.1-1.6-2.8-2.7l0,0l0,0c-0.2-0.7-0.3-1.3-0.4-2
c-0.1-0.7-0.1-1.4-0.1-2l0.1,0c0.1,0.7,0.2,1.3,0.4,1.9c0.2,0.6,0.4,1.3,0.6,1.8l0-0.1c0.3,0.5,0.7,0.9,1.1,1.3
c0.4,0.4,0.9,0.7,1.4,0.9c0.5,0.2,1.1,0.4,1.6,0.4c0.6,0.1,1.1,0.1,1.7,0c2.3-0.2,4.6-1.1,6.8-2.1c2.2-1.1,4.2-2.4,6.2-3.8
C443.3,209.9,445.2,208.4,447.1,206.9L447.1,206.9z"/>
</g>
<g>
<path fill="#4C4B5A" d="M413.9,209.8c0,0,0.1,0.2,0.4,0.5c0.1,0.2,0.3,0.3,0.5,0.5c0.2,0.2,0.4,0.4,0.7,0.6
c0.3,0.2,0.6,0.4,0.9,0.5c0.3,0.1,0.7,0.2,1.1,0.2c0.2,0,0.4,0,0.6-0.1c0.2,0,0.4-0.1,0.6-0.2c0.4-0.1,0.8-0.4,1.2-0.5
c0.4-0.2,0.7-0.5,1.1-0.8c0.3-0.3,0.6-0.6,0.9-0.9c0.3-0.3,0.6-0.6,0.9-0.8c0.3-0.3,0.5-0.5,0.8-0.7c0.9-1,1.7-1.6,1.7-1.6
l0.1,0.1c0,0-0.4,0.9-1.1,2c-0.2,0.3-0.4,0.6-0.7,0.9c-0.3,0.3-0.5,0.6-0.9,0.9c-0.3,0.3-0.7,0.6-1.1,0.8
c-0.4,0.2-0.8,0.5-1.2,0.7c-0.5,0.2-0.9,0.4-1.4,0.5c-0.2,0-0.5,0.1-0.7,0.1c-0.2,0-0.5,0-0.7,0c-0.5-0.1-0.9-0.1-1.3-0.3
c-0.4-0.1-0.7-0.4-1-0.6c-0.3-0.2-0.5-0.5-0.7-0.7c-0.2-0.2-0.3-0.4-0.4-0.6C413.9,210,413.8,209.8,413.9,209.8L413.9,209.8z"/>
</g>
<g>
<path fill="#4C4B5A" d="M383.9,207.7c0,0,0.1,0.1,0.2,0.4c0.1,0.1,0.2,0.2,0.2,0.2c0,0,0,0,0,0c0,0,0.1-0.1,0.2-0.2l0.1-0.1
l0.1-0.2c0.1-0.1,0.1-0.3,0.2-0.4c0.1-0.3,0.2-0.6,0.3-1c0.2-0.7,0.3-1.5,0.3-2.3c0.1-1.6-0.1-3.1-0.5-4.3
c-0.2-0.6-0.4-1-0.5-1.3c-0.2-0.3-0.2-0.5-0.2-0.5s0.1,0.2,0.3,0.5c0.2,0.3,0.4,0.7,0.6,1.3c0.4,1.1,0.8,2.7,0.8,4.3
c0,0.8,0,1.6-0.1,2.4c-0.1,0.4-0.1,0.7-0.2,1.1c0,0.2-0.1,0.4-0.2,0.5l-0.1,0.2c0,0.1-0.1,0.2-0.1,0.3c-0.1,0.2-0.2,0.3-0.4,0.5
c-0.2,0.1-0.5,0.2-0.7,0.2c-0.5-0.1-0.6-0.3-0.8-0.5c-0.3-0.3-0.4-0.5-0.4-0.5l0-0.1c-0.1-0.2,0-0.5,0.2-0.7
C383.5,207.3,383.8,207.4,383.9,207.7C383.9,207.7,383.9,207.7,383.9,207.7z"/>
</g>
<g>
<path fill="#4C4B5A" d="M375.9,210.7c0,0,0.1,0.1,0.2,0.4c0.1,0.1,0.2,0.2,0.2,0.2c0,0,0,0,0,0c0,0,0.1-0.1,0.2-0.2l0.1-0.1
l0.1-0.2c0.1-0.1,0.1-0.3,0.2-0.4c0.1-0.3,0.2-0.6,0.3-1c0.2-0.7,0.3-1.5,0.3-2.3c0.1-1.6-0.1-3.1-0.5-4.3
c-0.2-0.6-0.4-1-0.5-1.3c-0.2-0.3-0.2-0.5-0.2-0.5s0.1,0.2,0.3,0.5c0.2,0.3,0.4,0.7,0.6,1.3c0.4,1.1,0.8,2.7,0.8,4.3
c0,0.8,0,1.6-0.1,2.4c-0.1,0.4-0.1,0.7-0.2,1.1c0,0.2-0.1,0.4-0.2,0.5l-0.1,0.2c0,0.1-0.1,0.2-0.1,0.3c-0.1,0.2-0.2,0.3-0.4,0.5
c-0.2,0.1-0.5,0.2-0.7,0.2c-0.5-0.1-0.6-0.3-0.8-0.5c-0.3-0.3-0.4-0.5-0.4-0.5l0-0.1c-0.1-0.2,0-0.5,0.2-0.7
C375.5,210.3,375.8,210.4,375.9,210.7C375.9,210.7,375.9,210.7,375.9,210.7z"/>
</g>
<g>
<path fill="#4C4B5A" d="M368.9,212.7c0,0,0.1,0.1,0.2,0.4c0.1,0.1,0.2,0.2,0.2,0.2c0,0,0,0,0,0c0,0,0.1-0.1,0.2-0.2l0.1-0.1
l0.1-0.2c0.1-0.1,0.1-0.3,0.2-0.4c0.1-0.3,0.2-0.6,0.3-1c0.2-0.7,0.3-1.5,0.3-2.3c0.1-1.6-0.1-3.1-0.5-4.3
c-0.2-0.6-0.4-1-0.5-1.3c-0.2-0.3-0.2-0.5-0.2-0.5s0.1,0.2,0.3,0.5c0.2,0.3,0.4,0.7,0.6,1.3c0.4,1.1,0.8,2.7,0.8,4.3
c0,0.8,0,1.6-0.1,2.4c-0.1,0.4-0.1,0.7-0.2,1.1c0,0.2-0.1,0.4-0.2,0.5l-0.1,0.2c0,0.1-0.1,0.2-0.1,0.3c-0.1,0.2-0.2,0.3-0.4,0.5
c-0.2,0.1-0.5,0.2-0.7,0.2c-0.5-0.1-0.6-0.3-0.8-0.5c-0.3-0.3-0.4-0.5-0.4-0.5l0-0.1c-0.1-0.2,0-0.5,0.2-0.7
C368.5,212.3,368.8,212.4,368.9,212.7C368.9,212.7,368.9,212.7,368.9,212.7z"/>
</g>
<g>
<path fill="#4C4B5A" d="M359.6,208.7c0,0,0.4,0.6,1,1.4c0.6,0.8,1.5,2,2.4,3.1c0.2,0.3,0.5,0.5,0.7,0.8c0.2,0.2,0.5,0.5,0.6,0.7
c0,0,0.3,0.2,0.3,0.2c0.1,0.1,0.2,0.1,0.3,0.1c0.2,0.1,0.4,0,0.5,0c0.4-0.2,0.6-0.5,0.6-0.8c0.1-0.3,0-0.5,0-0.5l0.1,0
c0,0,0.1,0.1,0.2,0.5c0.1,0.3,0,0.9-0.5,1.4c-0.3,0.2-0.7,0.4-1.1,0.3c-0.2,0-0.4-0.1-0.6-0.2c-0.2-0.1-0.3-0.1-0.5-0.3
c-0.3-0.3-0.5-0.5-0.8-0.8c-0.2-0.3-0.4-0.6-0.6-0.9c-0.8-1.2-1.5-2.4-2-3.4C359.8,209.4,359.5,208.7,359.6,208.7L359.6,208.7z"
/>
</g>
<g>
<path fill="#4C4B5A" d="M354.6,214.5c0,0,0.6,0.3,1.6,0.9c0.9,0.5,2.2,1.2,3.5,1.8c0.3,0.2,0.6,0.3,1,0.4
c0.3,0.1,0.6,0.2,0.9,0.3c0,0,0.3,0.1,0.4,0.1c0.1,0,0.2,0,0.3,0c0.2,0,0.4-0.1,0.5-0.3c0.3-0.3,0.3-0.7,0.2-1
c-0.1-0.3-0.2-0.4-0.2-0.4l0.1-0.1c0,0,0.2,0.1,0.4,0.4c0.2,0.3,0.4,0.8,0.1,1.5c-0.1,0.3-0.5,0.6-0.8,0.8
c-0.2,0.1-0.4,0.1-0.6,0.1c-0.3,0-0.3,0-0.6-0.1c-0.4-0.1-0.7-0.3-1-0.4c-0.3-0.2-0.6-0.4-0.9-0.6c-1.2-0.8-2.4-1.6-3.3-2.2
C355.2,215,354.6,214.5,354.6,214.5L354.6,214.5z"/>
</g>
<g>
<path fill="#4C4B5A" d="M359.3,219.1c0,0-0.1,0.1-0.3,0.4c-0.2,0.3-0.5,0.6-0.8,1.1c-0.2,0.2-0.4,0.4-0.6,0.7
c-0.3,0.2-0.5,0.5-0.8,0.7c-0.3,0.2-0.6,0.4-0.9,0.6c-0.3,0.2-0.7,0.3-1.1,0.4c-0.4,0.1-0.8,0.1-1.1,0.1c-0.4,0-0.7-0.1-1.1-0.2
c-0.3-0.1-0.6-0.2-0.9-0.4c-0.3-0.1-0.5-0.3-0.8-0.5c-0.4-0.3-0.8-0.6-1-0.8c-0.2-0.2-0.4-0.3-0.4-0.3s0.1,0.1,0.4,0.3
c0.2,0.2,0.6,0.5,1.1,0.7c0.2,0.1,0.5,0.3,0.8,0.4c0.3,0.1,0.6,0.2,0.9,0.3c0.3,0.1,0.7,0.1,1,0.1c0.3,0,0.7-0.1,1-0.1
c0.3-0.1,0.6-0.2,0.9-0.4c0.3-0.2,0.6-0.4,0.8-0.6c0.3-0.2,0.4-0.5,0.7-0.7c0.2-0.2,0.4-0.5,0.5-0.7c0.3-0.4,0.5-0.8,0.7-1.1
c0.2-0.3,0.2-0.4,0.2-0.4c0.1-0.2,0.4-0.3,0.7-0.2S359.5,218.8,359.3,219.1C359.3,219.1,359.3,219.1,359.3,219.1z"/>
</g>
<g>
<path fill="#4C4B5A" d="M362.9,215.9c0,0,0,0.1,0.1,0.2c0,0.1,0.1,0.1,0.1,0.1c0,0-0.1,0-0.1,0c0,0,0,0,0.1-0.1
c0,0,0-0.1,0.1-0.1l0.1-0.1c0-0.1,0.1-0.2,0.1-0.3c0.1-0.2,0.1-0.4,0.2-0.7c0.1-0.5,0.2-1,0.2-1.6c0.1-1.1,0-2.2-0.3-2.9
c-0.1-0.4-0.2-0.7-0.3-0.9c-0.1-0.2-0.2-0.3-0.2-0.3s0.1,0.1,0.2,0.3c0.1,0.2,0.3,0.5,0.4,0.9c0.3,0.8,0.6,1.9,0.6,3
c0,0.6,0,1.1-0.1,1.7c0,0.3-0.1,0.5-0.1,0.8c0,0.1-0.1,0.3-0.1,0.4l-0.1,0.2l-0.1,0.2c-0.1,0.1-0.2,0.3-0.3,0.4
c-0.1,0.1-0.4,0.2-0.6,0.1c-0.4-0.1-0.5-0.3-0.6-0.4c-0.2-0.2-0.3-0.4-0.3-0.4l0-0.1c-0.1-0.2,0-0.5,0.2-0.7
C362.4,215.6,362.8,215.6,362.9,215.9C362.9,215.9,362.9,215.9,362.9,215.9z"/>
</g>
<g>
<path fill="#4C4B5A" d="M356,221.1c0,0-0.1,0.2-0.3,0.4c-0.2,0.3-0.5,0.7-0.9,1.2c-0.4,0.4-0.9,1-1.5,1.4
c-0.3,0.2-0.6,0.5-0.9,0.7c-0.3,0.2-0.7,0.4-1.1,0.5c-0.4,0.2-0.8,0.2-1.2,0.3c-0.2,0-0.4,0-0.6,0c-0.2,0-0.4,0-0.6,0
c-0.4-0.1-0.7-0.1-1-0.3c-0.3-0.1-0.6-0.3-0.9-0.4c-0.3-0.1-0.5-0.3-0.7-0.4c-0.2-0.1-0.3-0.3-0.5-0.4c-0.2-0.2-0.4-0.4-0.4-0.4
s0.2,0.1,0.4,0.3c0.1,0.1,0.3,0.2,0.5,0.3c0.2,0.1,0.4,0.3,0.7,0.4c0.3,0.1,0.5,0.1,0.9,0.2c0.3,0.1,0.6,0.1,1,0.1
c0.2,0,0.4,0,0.5,0c0.2,0,0.4,0.1,0.5,0c0.4-0.1,0.7-0.1,1-0.3c0.3-0.1,0.6-0.3,0.9-0.5c0.3-0.2,0.6-0.4,0.8-0.7
c0.5-0.5,0.9-1,1.2-1.4c0.3-0.5,0.6-0.8,0.7-1.1c0.2-0.3,0.3-0.5,0.3-0.5c0.1-0.2,0.4-0.3,0.7-0.2
C356.1,220.5,356.2,220.8,356,221.1C356,221.1,356,221.1,356,221.1z"/>
</g>
<g>
<path fill="#4C4B5A" d="M359.1,219c0,0-0.1,0.1-0.3,0.3c-0.3,0.2-0.6,0.5-1.1,0.7c-0.9,0.5-2.3,0.7-3.6,0.6
c-0.3,0-0.6-0.1-1-0.2c-0.3-0.1-0.6-0.2-0.9-0.3c-0.3-0.1-0.5-0.2-0.8-0.4c-0.2-0.2-0.5-0.3-0.7-0.4c-0.4-0.3-0.7-0.5-0.9-0.7
c-0.2-0.2-0.3-0.3-0.3-0.3s0.1,0.1,0.3,0.3c0.2,0.2,0.5,0.4,1,0.6c0.2,0.1,0.4,0.2,0.7,0.3c0.2,0.1,0.5,0.2,0.8,0.3
c0.3,0.1,0.6,0.2,0.9,0.2c0.3,0.1,0.6,0.1,0.9,0.1c1.2,0.1,2.4-0.3,3.2-0.8c0.4-0.2,0.6-0.5,0.8-0.6c0.2-0.2,0.3-0.3,0.3-0.3
c0.2-0.2,0.5-0.3,0.7-0.1C359.3,218.4,359.3,218.8,359.1,219C359.2,219,359.1,219,359.1,219z"/>
</g>
</g>
<g id="eye">
<g>
<path fill="#D3A19B" d="M235.9,228.4c0,0,0.6,0.5,1.3,1.6c0.3,0.5,0.7,1.2,0.9,1.9c0.2,0.7,0.4,1.6,0.3,2.5
c0,0.3-0.1,0.4-0.1,0.6c-0.1,0.2-0.1,0.4-0.2,0.6c-0.2,0.4-0.4,0.8-0.6,1.1c-0.5,0.7-1.1,1.1-1.7,1.4c-0.5,0.3-1,0.4-1.4,0.6
c-0.3,0.1-0.5,0.1-0.5,0.1l-0.1-0.2c0,0,0.2-0.1,0.5-0.3c0.3-0.2,0.7-0.4,1.2-0.8c0.4-0.3,0.9-0.8,1.3-1.3
c0.2-0.3,0.3-0.6,0.5-0.9c0.1-0.2,0.1-0.3,0.1-0.5c0-0.1,0.1-0.4,0.1-0.5c0.2-1.4-0.3-2.9-0.8-3.9c-0.2-0.5-0.5-1-0.6-1.3
c-0.2-0.3-0.3-0.5-0.3-0.5L235.9,228.4z"/>
</g>
<path fill="#4C4B5A" d="M143.5,219.7c0.1,0.2,20.3,23.6,45.9,27.1c2.2,0.4,4.6,0.6,7.2,0.6c0,0,0,0,0,0c6.8,0,18.4-1.4,35.3-7.8
c1.6-0.6,3.4-0.9,5.4-0.9c3.5,0,6.4,0.9,6.4,0.9c0.2,0.1,0.4,0,0.6-0.2c0.1-0.2,0.2-0.4,0.1-0.6c-0.1-0.3-14.9-26.1-45.5-31.4
c-3.2-0.5-6.4-0.8-9.6-0.8c-21.6,0-45.3,12.3-45.5,12.5C143.4,219.2,143.4,219.4,143.5,219.7z M149.1,219.8
c0,0,24.5-15.2,49.6-10.9c30.7,5.2,45.1,30.1,45.1,30.1s-6.6-2.1-12.1,0c-5.2,2-26.4,8.9-42.2,6.2
C163.8,241.7,149.1,219.8,149.1,219.8z"/>
<path fill="none" stroke="#4C4B5A" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M209.8,211.2
c2.8,3.3,4.4,7.4,4.4,11.8c0,10.9-9.9,19.7-22,19.7s-22-8.8-22-19.7c0-5.6,2.6-10.6,6.8-14.2C188.2,206,199.2,206.9,209.8,211.2z
"/>
<path fill="#4C4B5A" d="M207.9,210.1c-11.4-2.8-21.9-4.5-32.4-0.2c-2.8,3.3-5.3,8.7-5.3,13.1c0,10.9,9.9,19.7,22,19.7
c12.2,0,22-8.8,22-19.7C214.2,217.4,212.1,213.6,207.9,210.1z M192.1,242.1c-11,0-20-9.4-20-19.1c0-3.6,1.4-7,3.6-10.1
c6.5-9.1,24.3-6.1,30.7-2.2c4.2,2.6,5.7,7.7,5.7,12.3C212.1,232.7,203.1,242.1,192.1,242.1z"/>
<path fill="#4C4B5A" d="M193.2,207c-6.7,0-12.2,4.7-12.2,10.6c0,5.9,5.4,10.6,12.2,10.6c6.7,0,12.2-4.7,12.2-10.6
C205.3,211.8,199.9,207,193.2,207z M193.3,217.6c-2.6,0-4.8-1.9-4.8-4.2c0-2.3,2.1-4.2,4.8-4.2s4.8,1.9,4.8,4.2
C198.1,215.7,195.9,217.6,193.3,217.6z"/>
<path fill="none" stroke="#C9796B" stroke-miterlimit="10" d="M235.9,228.5"/>
<path fill="none" stroke="#C9796B" stroke-miterlimit="10" d="M233.9,226.3"/>
</g>
<path id="crease_left" fill="none" stroke="#4C4B5A" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-opacity="0.3" d="
M242.6,217c-26.6-23.5-55.2-23.2-85-10.6"/>
<g id="lashes_left_bottom">
<g>
<path fill="#4C4B5A" d="M156.1,230c0,0-0.2-0.1-0.5-0.2c-0.2,0-0.4-0.1-0.7-0.2c-0.3-0.1-0.6-0.1-0.9-0.1c-0.3,0-0.7,0-1.1,0.1
c-0.4,0.1-0.8,0.2-1.1,0.4c-0.4,0.2-0.8,0.4-1.1,0.6c-0.4,0.2-0.7,0.5-1.1,0.9c-0.4,0.3-0.6,0.7-0.9,1c-0.3,0.3-0.5,0.7-0.8,1.1
c-0.3,0.4-0.5,0.7-0.7,1.1c-0.2,0.4-0.4,0.7-0.5,1c-0.2,0.3-0.3,0.6-0.4,0.9c-0.1,0.3-0.2,0.5-0.3,0.7c-0.2,0.4-0.3,0.6-0.3,0.6
s0.1-0.2,0.2-0.6c0.1-0.2,0.2-0.4,0.3-0.7c0.1-0.3,0.2-0.6,0.4-0.9c0.2-0.3,0.3-0.7,0.5-1c0.2-0.4,0.4-0.8,0.6-1.1
c0.2-0.4,0.4-0.8,0.7-1.2c0.3-0.4,0.5-0.8,0.9-1.1c0.3-0.4,0.7-0.7,1.1-1c0.4-0.3,0.8-0.5,1.2-0.8c0.4-0.2,0.8-0.4,1.3-0.5
c0.4-0.1,0.8-0.2,1.2-0.2c0.4,0,0.7,0,1,0c0.3,0,0.6,0.1,0.8,0.1c0.4,0.1,0.7,0.3,0.7,0.2L156.1,230z"/>
</g>
<g>
<path fill="#4C4B5A" d="M165.1,237c0,0-0.1-0.1-0.4-0.2c-0.1,0-0.3-0.1-0.5-0.1c-0.2-0.1-0.5-0.1-0.7-0.1c-0.3,0-0.6,0-0.9,0.1
c-0.3,0.1-0.6,0.2-0.9,0.3c-0.3,0.2-0.6,0.3-0.9,0.6c-0.3,0.2-0.6,0.5-0.9,0.8c-0.3,0.3-0.5,0.6-0.8,0.9
c-0.3,0.3-0.4,0.6-0.7,0.9c-0.4,0.6-0.7,1.3-1,1.8c-0.3,0.5-0.4,1-0.6,1.3c-0.1,0.3-0.2,0.5-0.2,0.5s0.1-0.2,0.2-0.5
c0.1-0.3,0.3-0.8,0.5-1.4c0.3-0.5,0.5-1.2,0.9-1.9c0.2-0.3,0.3-0.7,0.6-1c0.2-0.3,0.4-0.7,0.7-1c0.3-0.3,0.5-0.6,0.9-0.9
c0.3-0.3,0.6-0.5,1-0.7c0.3-0.2,0.7-0.4,1.1-0.5c0.4-0.1,0.7-0.2,1-0.2c0.3,0,0.6,0,0.9,0c0.3,0,0.5,0.1,0.7,0.1
c0.4,0.1,0.6,0.2,0.6,0.2L165.1,237z"/>
</g>
<g>
<path fill="#4C4B5A" d="M159.4,233.4c0,0-0.1,0-0.3,0c-0.1,0-0.3,0-0.4,0.1c-0.2,0-0.3,0.1-0.5,0.2c-0.2,0.1-0.4,0.2-0.6,0.3
c-0.2,0.1-0.4,0.3-0.5,0.5l-0.3,0.3l-0.2,0.4c-0.2,0.2-0.2,0.5-0.4,0.8c-0.1,0.3-0.2,0.6-0.2,0.9c-0.1,0.3-0.1,0.6-0.2,0.9
c-0.1,0.6-0.1,1.1-0.1,1.6c0,0.9,0,1.5,0,1.5s-0.1-0.6-0.2-1.5c0-0.5-0.1-1,0-1.6c0-0.3,0-0.6,0.1-0.9c0.1-0.3,0.1-0.6,0.2-0.9
c0.1-0.3,0.2-0.6,0.3-0.9l0.2-0.4c0.1-0.1,0.2-0.3,0.3-0.4c0.2-0.3,0.4-0.5,0.6-0.7c0.2-0.2,0.4-0.4,0.7-0.5
c0.2-0.1,0.4-0.2,0.7-0.3c0.2-0.1,0.4-0.1,0.5-0.1c0.3,0,0.5,0,0.5,0L159.4,233.4z"/>
</g>
<g>
<path fill="#4C4B5A" d="M153.7,228.3c0,0-0.1-0.2-0.4-0.4c-0.2-0.3-0.6-0.6-1.1-0.9c-0.5-0.3-1.1-0.6-1.8-0.7
c-0.7-0.1-1.5,0.1-2,0.6c-0.3,0.3-0.5,0.6-0.6,1c-0.1,0.4-0.3,0.8-0.4,1.1c-0.3,0.7-0.6,1.4-0.8,2c-0.5,1.2-0.8,2-0.8,2
s0.3-0.8,0.6-2c0.2-0.6,0.4-1.3,0.6-2.1c0.1-0.4,0.2-0.8,0.3-1.2c0.1-0.4,0.3-0.8,0.7-1.2c0.6-0.7,1.6-1,2.5-1
c0.9,0.1,1.6,0.4,2.2,0.7c0.6,0.3,1,0.7,1.3,1c0.2,0.1,0.3,0.3,0.3,0.3c0.1,0.1,0.1,0.1,0.1,0.1L153.7,228.3z"/>
</g>
<g>
<path fill="#4C4B5A" d="M158.3,232.5c0,0,0,0,0-0.1c0-0.1-0.1-0.2-0.2-0.3c-0.2-0.3-0.4-0.7-0.9-1c-0.2-0.1-0.5-0.3-0.8-0.3
c-0.3-0.1-0.7-0.1-1,0c-0.7,0.2-1.2,0.8-1.5,1.5c-0.3,0.7-0.5,1.6-0.6,2.3c-0.1,0.8,0,1.5,0,2.2c-0.1,0.7-0.2,1.2-0.5,1.5
c-0.2,0.3-0.4,0.4-0.4,0.4s0.2-0.1,0.4-0.4c0.2-0.3,0.3-0.8,0.3-1.5c0-0.6-0.2-1.4-0.2-2.2c0-0.8,0.1-1.7,0.4-2.5
c0.2-0.4,0.4-0.8,0.7-1.2c0.3-0.4,0.7-0.6,1.2-0.8c0.5-0.1,0.9-0.2,1.3-0.1c0.4,0.1,0.8,0.2,1.1,0.4c0.6,0.4,1,0.9,1.3,1.2
c0.1,0.2,0.2,0.3,0.2,0.4c0.1,0.1,0.1,0.2,0.1,0.2L158.3,232.5z"/>
</g>
<g>
<path fill="#4C4B5A" d="M168,238.8c0,0-0.1,0-0.3-0.1c-0.2-0.1-0.4-0.2-0.8-0.2c-0.3-0.1-0.7-0.1-1.1,0
c-0.4,0.1-0.8,0.3-1.1,0.7c-0.2,0.2-0.3,0.3-0.4,0.6c-0.1,0.2-0.2,0.4-0.2,0.6c-0.1,0.4,0,0.9,0.1,1.2c0.2,0.7,0.4,1.2,0.4,1.2
s-0.3-0.4-0.6-1.1c-0.1-0.4-0.3-0.8-0.3-1.3c0-0.2,0-0.5,0.1-0.8c0.1-0.2,0.2-0.5,0.4-0.7c0.3-0.4,0.8-0.8,1.3-1
c0.5-0.2,1-0.2,1.4-0.2c0.4,0,0.8,0.1,1,0.2c0.2,0.1,0.4,0.1,0.4,0.1L168,238.8z"/>
</g>
<g>
<path fill="#4C4B5A" d="M221.5,242c0,0,0.1-0.1,0.3-0.3c0.2-0.2,0.5-0.4,0.9-0.7c0.2-0.1,0.5-0.3,0.7-0.4c0.3-0.1,0.6-0.2,1-0.1
c0.4,0,0.7,0.3,0.9,0.6c0.2,0.3,0.3,0.6,0.4,0.9c0.1,0.6,0.2,1.3,0.2,1.8c0,0.6-0.1,1.1-0.1,1.6c-0.1,0.9-0.2,1.5-0.2,1.5
s0-0.6,0.1-1.5c0-0.5,0-1,0-1.5c-0.1-0.6-0.1-1.2-0.3-1.7c-0.2-0.6-0.5-1-0.9-1c-0.4,0-0.8,0.3-1.2,0.5
c-0.3,0.3-0.6,0.5-0.8,0.7c-0.2,0.2-0.3,0.3-0.3,0.3c-0.2,0.2-0.5,0.3-0.7,0.1C221.3,242.6,221.3,242.3,221.5,242
C221.5,242,221.5,242,221.5,242L221.5,242z"/>
</g>
<g>
<path fill="#4C4B5A" d="M172.6,241.3c0,0,0-0.1,0-0.3c0-0.2-0.1-0.4-0.2-0.6c0-0.1-0.1-0.2-0.1-0.2c0,0,0.1,0,0.1,0
c0,0-0.1,0-0.1,0.1c-0.1,0.1-0.2,0.3-0.2,0.5c-0.1,0.2-0.1,0.3-0.2,0.5c-0.2,0.8-0.2,1.6-0.1,2.2c0,0.6,0.1,1,0.1,1
s-0.1-0.4-0.3-1c-0.1-0.6-0.3-1.4-0.2-2.3c0-0.2,0.1-0.4,0.1-0.7c0-0.2,0.1-0.4,0.2-0.6c0.1-0.1,0.1-0.2,0.3-0.3
c0.1-0.1,0.4-0.2,0.6-0.1c0.3,0.2,0.4,0.4,0.5,0.5c0.2,0.3,0.3,0.6,0.4,0.8c0.1,0.2,0.1,0.3,0.1,0.3L172.6,241.3z"/>
</g>
<g>
<path fill="#4C4B5A" d="M169.2,239.7c0,0-0.1-0.1-0.2-0.2c-0.2-0.1-0.4-0.2-0.6-0.2c-0.1,0-0.2,0-0.3,0.2
c-0.1,0.1-0.2,0.3-0.2,0.5c-0.1,0.2-0.1,0.5-0.1,0.7c0,0.3,0,0.5-0.1,0.8c-0.1,2.2-0.3,4.3-0.3,4.3s-0.1-2.2-0.2-4.3
c0-0.3,0-0.5,0-0.8c0-0.3,0-0.6,0-0.8c0-0.3,0.1-0.6,0.3-0.8c0.1-0.3,0.4-0.5,0.8-0.6c0.3-0.1,0.6,0,0.8,0
c0.2,0.1,0.4,0.1,0.5,0.2c0.2,0.1,0.4,0.3,0.4,0.2L169.2,239.7z"/>
</g>
<g>
<path fill="#4C4B5A" d="M176.2,242.7c0,0-0.1-0.1-0.2-0.2c-0.2-0.1-0.4-0.2-0.6-0.2c-0.1,0-0.2,0-0.3,0.2
c-0.1,0.1-0.2,0.3-0.2,0.5c-0.1,0.2-0.1,0.5-0.1,0.7c0,0.3,0,0.5-0.1,0.8c-0.1,2.2-0.3,4.3-0.3,4.3s-0.1-2.2-0.2-4.3
c0-0.3,0-0.5,0-0.8c0-0.3,0-0.6,0-0.8c0-0.3,0.1-0.6,0.3-0.8c0.1-0.3,0.4-0.5,0.8-0.6c0.3-0.1,0.6,0,0.8,0
c0.2,0.1,0.4,0.1,0.5,0.2c0.2,0.1,0.4,0.3,0.4,0.2c0.2,0.2,0.2,0.5,0.1,0.7C176.7,242.9,176.4,242.9,176.2,242.7z"/>
</g>
<g>
<path fill="#4C4B5A" d="M215.6,243.6c0,0,0.1-0.1,0.3-0.2c0.2-0.1,0.5-0.3,1-0.4c0.2,0,0.5-0.1,0.7-0.1c0.3,0,0.5,0.1,0.8,0.2
c0.3,0.1,0.5,0.3,0.7,0.5c0.2,0.2,0.3,0.4,0.5,0.7c0.2,0.5,0.4,1,0.6,1.4c0.2,0.4,0.4,0.8,0.5,1.2c0.2,0.3,0.3,0.6,0.4,0.8
c0.1,0.2,0.2,0.3,0.2,0.3s-0.1-0.1-0.2-0.3c-0.1-0.2-0.3-0.5-0.5-0.8c-0.2-0.3-0.4-0.7-0.6-1.1c-0.2-0.4-0.5-0.9-0.7-1.3
c-0.1-0.2-0.3-0.4-0.4-0.5c-0.2-0.2-0.3-0.3-0.5-0.3c-0.2-0.1-0.4-0.1-0.5-0.1c-0.2,0-0.3,0.1-0.5,0.1c-0.3,0.1-0.5,0.3-0.7,0.4
c-0.2,0.1-0.2,0.2-0.2,0.2c-0.2,0.2-0.5,0.2-0.7-0.1C215.4,244.1,215.4,243.8,215.6,243.6z"/>
</g>
<g>
<path fill="#4C4B5A" d="M226.8,240.7c0,0,0.3-0.3,0.9-0.5c0.1,0,0.3-0.1,0.5-0.1c0.2,0,0.4,0,0.6,0c0.2,0,0.4,0.1,0.5,0.2
c0.2,0.1,0.3,0.3,0.4,0.4c0.2,0.3,0.4,0.7,0.5,1c0.1,0.3,0.2,0.6,0.3,0.9c0.1,0.3,0.2,0.5,0.2,0.6c0,0,0,0.1,0,0.1
c0,0,0,0-0.1-0.1c0,0,0-0.1,0-0.1s0,0,0,0.1c0,0,0,0,0,0.1c0,0,0-0.1,0-0.1c-0.1-0.1-0.2-0.4-0.3-0.6c-0.1-0.2-0.3-0.5-0.4-0.8
c-0.2-0.3-0.3-0.6-0.5-0.9c-0.1-0.1-0.2-0.2-0.4-0.3c-0.1-0.1-0.3-0.1-0.4-0.2c-0.1,0-0.3,0-0.4,0c-0.1,0-0.3,0.1-0.4,0.1
c-0.2,0.1-0.4,0.2-0.5,0.3c-0.1,0.1-0.2,0.1-0.2,0.1c-0.1,0.1-0.3,0.1-0.4,0C226.7,241,226.7,240.8,226.8,240.7
C226.8,240.7,226.8,240.7,226.8,240.7L226.8,240.7z"/>
</g>
<g>
<path fill="#4C4B5A" d="M179.9,244.3c0,0-0.1-0.1-0.3-0.1c-0.2-0.1-0.5-0.2-0.9-0.3c-0.4-0.1-0.7,0-0.9,0.3
c-0.1,0.1-0.2,0.4-0.2,0.6c0,0.3,0,0.5,0,0.8c0.1,0.6,0.2,1,0.4,1.5c0.2,0.5,0.5,0.8,0.8,1.1c0.6,0.6,1.2,0.7,1.2,0.7
s-0.6-0.1-1.3-0.6c-0.4-0.2-0.7-0.6-1-1.1c-0.1-0.2-0.3-0.5-0.4-0.7c-0.1-0.3-0.2-0.6-0.3-0.8c-0.1-0.3-0.1-0.6-0.1-0.9
c0-0.3,0-0.6,0.2-0.9c0.1-0.3,0.5-0.5,0.8-0.6c0.3-0.1,0.6-0.1,0.8-0.1c0.5,0,0.9,0.1,1.1,0.2c0.3,0.1,0.4,0.1,0.4,0.1l0,0
c0.3,0.1,0.4,0.4,0.3,0.7C180.5,244.3,180.2,244.5,179.9,244.3C179.9,244.3,179.9,244.3,179.9,244.3z"/>
</g>
<g>
<path fill="#4C4B5A" d="M186.6,245.3c0,0-0.1-0.1-0.2-0.2c-0.1,0-0.1-0.1-0.2-0.1c-0.1,0,0,0-0.1,0c0,0-0.1,0.2-0.2,0.3
c0,0.2-0.1,0.4-0.1,0.6c0,0.4,0,0.9,0.1,1.4c0.1,1,0.3,2,0.5,2.7c0.1,0.4,0.2,0.7,0.3,0.9c0,0.1,0.1,0.2,0.1,0.2
c0,0,0.1,0,0.1,0s0,0-0.1,0c-0.1,0-0.1-0.1-0.2-0.2c-0.1-0.2-0.2-0.5-0.4-0.8c-0.3-0.7-0.6-1.6-0.8-2.6c-0.1-0.5-0.2-1-0.2-1.5
c0-0.2,0-0.5,0-0.7c0-0.2,0.1-0.5,0.3-0.8c0.2-0.3,0.6-0.4,0.9-0.3c0.2,0,0.4,0.1,0.5,0.2c0.2,0.1,0.4,0.2,0.4,0.2l0,0
c0.2,0.2,0.2,0.5,0.1,0.7C187.2,245.5,186.9,245.5,186.6,245.3C186.7,245.3,186.6,245.3,186.6,245.3z"/>
</g>
<g>
<path fill="#4C4B5A" d="M213.6,244.3c0,0-0.1-0.1-0.2-0.2c-0.1,0-0.1-0.1-0.2-0.1c-0.1,0,0,0-0.1,0c0,0-0.1,0.2-0.2,0.3
c0,0.2-0.1,0.4-0.1,0.6c0,0.4,0,0.9,0.1,1.4c0.1,1,0.3,2,0.5,2.7c0.1,0.4,0.2,0.7,0.3,0.9c0,0.1,0.1,0.2,0.1,0.2
c0,0,0.1,0,0.1,0s0,0-0.1,0c-0.1,0-0.1-0.1-0.2-0.2c-0.1-0.2-0.2-0.5-0.4-0.8c-0.3-0.7-0.6-1.6-0.8-2.6c-0.1-0.5-0.2-1-0.2-1.5
c0-0.2,0-0.5,0-0.7c0-0.2,0.1-0.5,0.3-0.8c0.2-0.3,0.6-0.4,0.9-0.3c0.2,0,0.4,0.1,0.5,0.2c0.2,0.1,0.4,0.2,0.4,0.2l0,0
c0.2,0.2,0.2,0.5,0.1,0.7C214.2,244.5,213.9,244.5,213.6,244.3C213.7,244.3,213.6,244.3,213.6,244.3z"/>
</g>
<g>
<path fill="#4C4B5A" d="M192,246.3c0,0,0-0.1-0.1-0.4c0-0.1-0.1-0.3-0.1-0.4c0-0.1-0.1-0.3-0.2-0.3c0,0,0.1,0,0.1,0
c0,0-0.1,0.1-0.1,0.1l0,0c0-0.1,0,0,0,0l0,0.1c0,0.1-0.1,0.1-0.1,0.2c0,0.1,0,0.2-0.1,0.3c-0.1,0.5,0,1.1,0,1.7
c0.1,1.2,0.4,2.3,0.7,3.2c0.1,0.4,0.3,0.8,0.4,1c0.1,0.2,0.2,0.3,0.2,0.3s-0.1-0.1-0.3-0.3c-0.1-0.2-0.3-0.6-0.5-1
c-0.4-0.8-0.8-1.9-1-3.1c-0.1-0.6-0.2-1.2-0.2-1.8c0-0.2,0-0.3,0.1-0.5c0-0.1,0-0.1,0.1-0.2l0-0.1c0,0,0,0,0-0.1l0-0.1
c0.1-0.1,0.2-0.3,0.4-0.4c0.2-0.2,0.6-0.2,0.8,0c0.3,0.3,0.4,0.5,0.5,0.7c0.1,0.2,0.1,0.4,0.2,0.5c0.1,0.3,0.1,0.4,0.1,0.4l0,0
c0.1,0.3-0.1,0.5-0.4,0.6S192,246.6,192,246.3C192,246.3,192,246.3,192,246.3z"/>
</g>
<g>
<path fill="#4C4B5A" d="M195.9,246.4c0,0,0-0.2,0.1-0.4c0.1-0.2,0.3-0.6,0.7-1c0.2-0.2,0.6-0.3,0.9-0.3c0.4,0.1,0.6,0.2,0.9,0.4
c0.2,0.1,0.4,0.5,0.5,0.7c0.1,0.3,0.2,0.5,0.3,0.8c0.3,1.1,0.3,2.2,0.4,3c0,0.8,0,1.4,0,1.4s0-0.5-0.1-1.4
c-0.1-0.8-0.3-1.9-0.7-2.9c-0.1-0.2-0.2-0.5-0.3-0.7c-0.1-0.2-0.2-0.3-0.4-0.5c-0.1-0.1-0.4-0.2-0.5-0.2c-0.1,0-0.2,0.1-0.3,0.1
c-0.2,0.2-0.3,0.5-0.3,0.7c-0.1,0.2-0.1,0.3-0.1,0.3c-0.1,0.3-0.3,0.4-0.6,0.4S195.9,246.7,195.9,246.4z"/>
</g>
<g>
<path fill="#4C4B5A" d="M200.9,246.4c0,0,0-0.2,0.1-0.4c0.1-0.2,0.3-0.6,0.7-1c0.2-0.2,0.6-0.3,0.9-0.3c0.4,0.1,0.6,0.2,0.9,0.4
c0.2,0.1,0.4,0.5,0.5,0.7c0.1,0.3,0.2,0.5,0.3,0.8c0.3,1.1,0.3,2.2,0.4,3c0,0.8,0,1.4,0,1.4s0-0.5-0.1-1.4
c-0.1-0.8-0.3-1.9-0.7-2.9c-0.1-0.2-0.2-0.5-0.3-0.7c-0.1-0.2-0.2-0.3-0.4-0.5c-0.1-0.1-0.4-0.2-0.5-0.2c-0.1,0-0.2,0.1-0.3,0.1
c-0.2,0.2-0.3,0.5-0.3,0.7c-0.1,0.2-0.1,0.3-0.1,0.3c-0.1,0.3-0.3,0.4-0.6,0.4S200.9,246.7,200.9,246.4z"/>
</g>
<g>
<path fill="#4C4B5A" d="M206.9,245.4c0,0,0-0.2,0.1-0.4c0.1-0.2,0.3-0.6,0.7-1c0.2-0.2,0.6-0.3,0.9-0.3c0.4,0.1,0.6,0.2,0.9,0.4
c0.2,0.1,0.4,0.5,0.5,0.7c0.1,0.3,0.2,0.5,0.3,0.8c0.3,1.1,0.3,2.2,0.4,3c0,0.8,0,1.4,0,1.4s0-0.5-0.1-1.4
c-0.1-0.8-0.3-1.9-0.7-2.9c-0.1-0.2-0.2-0.5-0.3-0.7c-0.1-0.2-0.2-0.3-0.4-0.5c-0.1-0.1-0.4-0.2-0.5-0.2c-0.1,0-0.2,0.1-0.3,0.1
c-0.2,0.2-0.3,0.5-0.3,0.7c-0.1,0.2-0.1,0.3-0.1,0.3c-0.1,0.3-0.3,0.4-0.6,0.4S206.9,245.7,206.9,245.4z"/>
</g>
</g>
<g id="lashes_left_top">
<g>
<path fill="#4C4B5A" d="M180.7,208.5c0,0-0.1,0.2-0.4,0.5c-0.2,0.1-0.4,0.3-0.6,0.4c-0.3,0.1-0.6,0.3-0.9,0.3
c-0.2,0.1-0.4,0-0.6,0c-0.2,0-0.4,0-0.6-0.1c-0.4-0.1-0.8-0.3-1.2-0.5c-0.4-0.3-0.8-0.5-1.1-0.8c-0.3-0.3-0.7-0.6-1-1
c-0.3-0.4-0.6-0.7-0.9-1.1c-0.3-0.4-0.5-0.8-0.8-1.1c-0.4-0.8-0.8-1.5-1-2.2c-0.5-1.3-0.6-2.3-0.6-2.3l0.1,0c0,0,0.6,0.8,1.3,2
c0.2,0.3,0.4,0.6,0.6,1c0.2,0.3,0.4,0.7,0.6,1.1c0.2,0.4,0.4,0.7,0.7,1.1c0.2,0.4,0.5,0.8,0.7,1.1c0.2,0.4,0.6,0.7,0.9,1
c0.3,0.4,0.6,0.6,1,0.9c0.4,0.2,0.7,0.4,1.1,0.5c0.2,0.1,0.4,0.1,0.5,0.1c0.2,0,0.3,0.1,0.5,0c0.3,0,0.6-0.1,0.9-0.2
c0.3-0.1,0.5-0.2,0.6-0.3C180.5,208.6,180.6,208.4,180.7,208.5L180.7,208.5z"/>
</g>
<g>
<path fill="#4C4B5A" d="M166,201.5c0,0,0.5,0.9,1.2,2.1c0.8,1.2,1.8,2.9,3,4.4c0.6,0.7,1.2,1.4,1.9,2c0.6,0.6,1.3,1,1.8,0.9
c0.2,0,0.5-0.1,0.7-0.3c0.2-0.2,0.3-0.4,0.5-0.5c0.2-0.3,0.4-0.6,0.4-0.6l0.1,0c0,0,0,0.2-0.1,0.7c-0.1,0.2-0.1,0.5-0.3,0.7
c-0.2,0.3-0.5,0.6-0.9,0.8c-0.5,0.2-1,0.1-1.4-0.1c-0.5-0.2-0.8-0.5-1.2-0.8c-0.7-0.7-1.3-1.5-1.8-2.3c-1.1-1.6-2-3.3-2.6-4.7
C166.3,202.5,165.9,201.6,166,201.5L166,201.5z"/>
</g>
<g>
<path fill="#4C4B5A" d="M169,202.6c0,0,0.5,0.9,1.3,2.1c0.8,1.2,2,2.9,3.3,4.3c0.7,0.7,1.4,1.4,2.1,1.7c0.4,0.2,0.7,0.2,0.9,0.1
c0.2-0.1,0.5-0.3,0.7-0.6c0.2-0.3,0.3-0.6,0.4-0.8c0.1-0.3,0.2-0.5,0.3-0.7c0.1-0.4,0.2-0.7,0.2-0.7l0.1,0c0,0,0,0.3,0,0.7
c0,0.2,0,0.5-0.1,0.8c-0.1,0.3-0.1,0.7-0.3,1.1c-0.1,0.4-0.4,0.8-1,1.1c-0.6,0.3-1.2,0.2-1.7-0.1c-1-0.5-1.7-1.3-2.3-2.1
c-1.3-1.6-2.3-3.3-3-4.7C169.4,203.5,168.9,202.6,169,202.6L169,202.6z"/>
</g>
<g>
<path fill="#4C4B5A" d="M153.8,205.3c0,0,1,0.9,2.6,2.1c1.6,1.2,3.7,2.8,6,4.1c1.1,0.6,2.3,1.2,3.4,1.5c0.5,0.2,1.1,0.2,1.5,0.1
c0.4-0.1,0.7-0.4,1-0.8c0.2-0.3,0.4-0.7,0.3-1c0-0.3-0.2-0.6-0.4-0.8c-0.2-0.2-0.4-0.3-0.5-0.4c-0.1-0.1-0.2-0.1-0.2-0.1l0-0.1
c0,0,0.1,0,0.2,0.1c0.2,0,0.4,0.1,0.6,0.3c0.3,0.2,0.6,0.5,0.7,0.9c0.1,0.5,0.1,1-0.2,1.6c-0.1,0.1-0.1,0.2-0.2,0.4l-0.1,0.2
c-0.1,0.1-0.1,0.1-0.2,0.2c-0.1,0.1-0.2,0.3-0.4,0.3c-0.1,0.1-0.3,0.2-0.5,0.2c-0.7,0.2-1.4,0.1-2,0c-1.3-0.4-2.5-1.1-3.6-1.8
c-2.3-1.5-4.3-3.2-5.8-4.5C154.6,206.3,153.7,205.3,153.8,205.3L153.8,205.3z"/>
</g>
<g>
<path fill="#4C4B5A" d="M156.2,202.9c0,0,0.9,1.1,2.4,2.5c1.5,1.4,3.5,3.4,5.8,4.9c1.1,0.7,2.4,1.4,3.5,1.7
c1.2,0.4,2.3,0.4,3.1,0.1c0.2-0.1,0.4-0.2,0.6-0.3c0.2-0.1,0.3-0.2,0.5-0.4c0.3-0.2,0.5-0.6,0.7-0.8c0.3-0.5,0.5-0.8,0.5-0.8
l0.1,0c0,0-0.1,0.3-0.3,0.9c-0.2,0.3-0.3,0.6-0.6,1c-0.1,0.2-0.3,0.4-0.5,0.5c-0.2,0.2-0.4,0.4-0.7,0.5
c-0.5,0.3-1.1,0.5-1.8,0.5c-0.7,0-1.3-0.1-2-0.3c-1.3-0.4-2.5-1.2-3.7-2.1c-2.3-1.7-4.2-3.7-5.6-5.3
C156.9,204.1,156.1,203,156.2,202.9L156.2,202.9z"/>
</g>
<g>
<path fill="#4C4B5A" d="M189.3,207c0,0,0.1,0.2,0,0.5c0,0.2-0.1,0.4-0.3,0.6c-0.2,0.2-0.5,0.2-0.8,0.1c-0.1,0-0.1,0-0.2-0.1
c-0.1,0-0.1,0-0.2-0.1c-0.2-0.1-0.3-0.2-0.4-0.3c-0.2-0.3-0.4-0.6-0.5-1c-0.2-0.7-0.2-1.4-0.2-2.2c0-0.7,0-1.5,0.1-2.2
c0.1-0.7,0.3-1.3,0.5-1.8c0.4-1,0.8-1.7,0.8-1.7l0.1,0c0,0,0,0.7-0.1,1.8c-0.1,0.5-0.1,1.1-0.2,1.8c-0.1,0.6-0.3,1.3-0.4,2
c-0.1,0.7-0.1,1.4,0,2c0.1,0.3,0.1,0.6,0.3,0.8c0.1,0.1,0.2,0.2,0.2,0.3c0,0,0.1,0.1,0.2,0.1c0,0,0.1,0,0.2,0.1
c0.2,0.1,0.4,0.1,0.6,0c0.1-0.1,0.2-0.3,0.2-0.4C189.2,207.2,189.2,207,189.3,207L189.3,207z"/>
</g>
<g>
<path fill="#4C4B5A" d="M190.4,200.5c0,0,0.6,0.6,1.4,1.7c0.4,0.5,0.8,1.2,1.2,1.9c0.2,0.4,0.4,0.7,0.6,1.1
c0.2,0.4,0.4,0.8,0.5,1.2c0.1,0.4,0.3,0.9,0.3,1.4c0.1,0.5,0,1.1-0.3,1.5c-0.3,0.5-0.9,0.7-1.4,0.7c-0.5,0-1-0.3-1.2-0.7
c-0.3-0.3-0.3-0.7-0.4-1c0-0.3,0-0.5,0-0.7c0.1-0.4,0.1-0.6,0.1-0.6l0.1,0c0,0,0,0.2,0.1,0.6c0.1,0.3,0.3,0.9,0.6,1.2
c0.4,0.3,0.9,0.3,1.2-0.1c0.2-0.2,0.3-0.5,0.2-0.9c0-0.4,0-0.8-0.1-1.2c-0.2-0.8-0.5-1.6-0.8-2.3c-0.3-0.7-0.7-1.4-1-1.9
C190.8,201.2,190.3,200.5,190.4,200.5L190.4,200.5z"/>
</g>
<g>
<path fill="#4C4B5A" d="M202.4,201.5c0,0,0.6,0.6,1.4,1.7c0.4,0.5,0.8,1.2,1.2,1.9c0.2,0.4,0.4,0.7,0.6,1.1
c0.2,0.4,0.4,0.8,0.5,1.2c0.1,0.4,0.3,0.9,0.3,1.4c0.1,0.5,0,1.1-0.3,1.5c-0.3,0.5-0.9,0.7-1.4,0.7c-0.5,0-1-0.3-1.2-0.7
c-0.3-0.3-0.3-0.7-0.4-1c0-0.3,0-0.5,0-0.7c0.1-0.4,0.1-0.6,0.1-0.6l0.1,0c0,0,0,0.2,0.1,0.6c0.1,0.3,0.3,0.9,0.6,1.2
c0.4,0.3,0.9,0.3,1.2-0.1c0.2-0.2,0.3-0.5,0.2-0.9c0-0.4,0-0.8-0.1-1.2c-0.2-0.8-0.5-1.6-0.8-2.3c-0.3-0.7-0.7-1.4-1-1.9
C202.8,202.2,202.3,201.5,202.4,201.5L202.4,201.5z"/>
</g>
<g>
<path fill="#4C4B5A" d="M186,197.6c-0.3,1.1-0.5,2.1-0.7,3.2c-0.2,1.1-0.3,2.2-0.4,3.2c0,1.1,0,2.2,0.4,3.1
c0.1,0.2,0.2,0.4,0.3,0.6c0.1,0.1,0.1,0.1,0.2,0.2c0.1,0.1,0.2,0.1,0.2,0.2c0.2,0.1,0.4,0.2,0.6,0.2c0.2,0.1,0.5,0,0.7,0.1
l0.1,0c0,0,0.1,0,0.1,0c0,0,0.1,0,0.1,0c0.1,0,0.2,0,0.3-0.1c0.2-0.1,0.4-0.1,0.6-0.3c0.2-0.1,0.3-0.3,0.5-0.4
c0.2-0.2,0.3-0.3,0.5-0.5l0.1,0c-0.1,0.5-0.3,0.9-0.7,1.3c-0.2,0.2-0.4,0.4-0.6,0.5c-0.1,0.1-0.2,0.1-0.4,0.2
c-0.1,0-0.1,0-0.2,0.1c-0.1,0-0.1,0-0.3,0l0.1,0c-0.6,0.1-1.3,0.1-1.9-0.2c-0.3-0.2-0.6-0.4-0.8-0.7c-0.2-0.3-0.3-0.6-0.4-0.9
c-0.2-0.6-0.2-1.2-0.2-1.8c0-0.6,0-1.1,0.1-1.7C184.5,201.8,185.2,199.7,186,197.6L186,197.6z"/>
</g>
<g>
<path fill="#4C4B5A" d="M193.7,197c0,0,0,0.9,0,2.3c0,1.4,0,3.2,0.1,5.1c0,0.5,0.1,0.9,0.1,1.4c0,0.4,0.1,0.9,0.2,1.2
c0,0.1,0.1,0.4,0.2,0.5c0.1,0.1,0.1,0.3,0.2,0.4c0.2,0.2,0.4,0.3,0.7,0.4c0.5,0.1,1-0.2,1.3-0.5c0.1-0.1,0.2-0.3,0.3-0.3
c0.1-0.1,0.1-0.1,0.1-0.1l0.1,0c0,0,0,0.1,0,0.2c0,0.1-0.1,0.3-0.2,0.5c-0.2,0.4-0.7,0.9-1.6,1c-0.4,0-0.9-0.1-1.3-0.5
c-0.2-0.2-0.4-0.4-0.5-0.6c-0.2-0.3-0.2-0.4-0.3-0.7c-0.2-0.5-0.2-1-0.2-1.4c0-0.5,0-0.9,0-1.4c0.1-1.9,0.2-3.7,0.4-5.1
C193.5,197.9,193.6,197,193.7,197L193.7,197z"/>
</g>
<g>
<path fill="#4C4B5A" d="M200.7,199c0,0,0,0.9,0,2.3c0,1.4,0,3.2,0.1,5.1c0,0.5,0.1,0.9,0.1,1.4c0,0.4,0.1,0.9,0.2,1.2
c0,0.1,0.1,0.4,0.2,0.5c0.1,0.1,0.1,0.3,0.2,0.4c0.2,0.2,0.4,0.3,0.7,0.4c0.5,0.1,1-0.2,1.3-0.5c0.1-0.1,0.2-0.3,0.3-0.3
c0.1-0.1,0.1-0.1,0.1-0.1l0.1,0c0,0,0,0.1,0,0.2c0,0.1-0.1,0.3-0.2,0.5c-0.2,0.4-0.7,0.9-1.6,1c-0.4,0-0.9-0.1-1.3-0.5
c-0.2-0.2-0.4-0.4-0.5-0.6c-0.2-0.3-0.2-0.4-0.3-0.7c-0.2-0.5-0.2-1-0.2-1.4c0-0.5,0-0.9,0-1.4c0.1-1.9,0.2-3.7,0.4-5.1
C200.5,199.9,200.6,199,200.7,199L200.7,199z"/>
</g>
<g>
<path fill="#4C4B5A" d="M208.7,201c0,0,0,0.9,0,2.3c0,1.4,0,3.2,0.1,5.1c0,0.5,0.1,0.9,0.1,1.4c0,0.4,0.1,0.9,0.2,1.2
c0,0.1,0.1,0.4,0.2,0.5c0.1,0.1,0.1,0.3,0.2,0.4c0.2,0.2,0.4,0.3,0.7,0.4c0.5,0.1,1-0.2,1.3-0.5c0.1-0.1,0.2-0.3,0.3-0.3
c0.1-0.1,0.1-0.1,0.1-0.1l0.1,0c0,0,0,0.1,0,0.2c0,0.1-0.1,0.3-0.2,0.5c-0.2,0.4-0.7,0.9-1.6,1c-0.4,0-0.9-0.1-1.3-0.5
c-0.2-0.2-0.4-0.4-0.5-0.6c-0.2-0.3-0.2-0.4-0.3-0.7c-0.2-0.5-0.2-1-0.2-1.4c0-0.5,0-0.9,0-1.4c0.1-1.9,0.2-3.7,0.4-5.1
C208.5,201.9,208.6,201,208.7,201L208.7,201z"/>
</g>
<g>
<path fill="#4C4B5A" d="M215.7,205c0,0,0,0.9,0,2.3c0,1.4,0,3.2,0.1,5.1c0,0.5,0.1,0.9,0.1,1.4c0,0.4,0.1,0.9,0.2,1.2
c0,0.1,0.1,0.4,0.2,0.5c0.1,0.1,0.1,0.3,0.2,0.4c0.2,0.2,0.4,0.3,0.7,0.4c0.5,0.1,1-0.2,1.3-0.5c0.1-0.1,0.2-0.3,0.3-0.3
c0.1-0.1,0.1-0.1,0.1-0.1l0.1,0c0,0,0,0.1,0,0.2c0,0.1-0.1,0.3-0.2,0.5c-0.2,0.4-0.7,0.9-1.6,1c-0.4,0-0.9-0.1-1.3-0.5
c-0.2-0.2-0.4-0.4-0.5-0.6c-0.2-0.3-0.2-0.4-0.3-0.7c-0.2-0.5-0.2-1-0.2-1.4c0-0.5,0-0.9,0-1.4c0.1-1.9,0.2-3.7,0.4-5.1
C215.5,205.9,215.6,205,215.7,205L215.7,205z"/>
</g>
<g>
<path fill="#4C4B5A" d="M179.1,196.6c0,0,0.3,0.9,0.9,2.3c0.6,1.4,1.4,3.2,2.4,4.8c0.5,0.8,1.1,1.6,1.7,2.2
c0.3,0.3,0.6,0.6,0.9,0.8c0.3,0.2,0.6,0.4,0.9,0.5c0.3,0.1,0.6,0.1,0.9,0.1c0.3,0,0.5-0.1,0.7-0.1c0.2,0,0.3-0.1,0.5-0.2
c0.1,0,0.2-0.1,0.2-0.1l0.1,0.1c0,0,0,0-0.1,0.1c-0.1,0.1-0.2,0.2-0.4,0.3c-0.1,0.1-0.2,0.1-0.3,0.2c-0.1,0.1-0.3,0.1-0.4,0.2
c-0.3,0.1-0.7,0.1-1.1,0.1c-0.4-0.1-0.9-0.2-1.3-0.5c-0.4-0.2-0.8-0.6-1.1-0.9c-0.7-0.7-1.2-1.6-1.7-2.5
c-0.9-1.8-1.6-3.7-2.1-5.1C179.2,197.6,179,196.6,179.1,196.6L179.1,196.6z"/>
</g>
<g>
<path fill="#4C4B5A" d="M176.9,197.2c0,0,0.4,1,1.1,2.3c0.7,1.4,1.6,3.2,2.8,4.8c0.6,0.8,1.3,1.5,2,2.1c0.7,0.6,1.4,1,2,1
c0.3,0,0.6,0,0.9-0.1c0.3-0.1,0.5-0.2,0.7-0.3c0.4-0.2,0.6-0.4,0.6-0.4l0.1,0.1c0,0-0.1,0.2-0.5,0.6c-0.2,0.2-0.4,0.4-0.7,0.5
c-0.3,0.2-0.7,0.3-1.1,0.3c-0.4,0-0.9,0-1.4-0.2c-0.5-0.2-0.9-0.5-1.3-0.8c-0.8-0.7-1.4-1.6-1.9-2.5c-1.1-1.8-1.9-3.7-2.5-5.1
C177.1,198.2,176.8,197.2,176.9,197.2L176.9,197.2z"/>
</g>
<g>
<path fill="#4C4B5A" d="M187.8,196.7c0,0,0.1,0.8,0.4,2c0.3,1.2,0.7,2.8,1.2,4.3c0.3,0.7,0.6,1.5,1,2.1c0.3,0.6,0.7,1.2,1.1,1.5
c0.4,0.4,0.8,0.4,1.1,0.5c0.2,0,0.3-0.1,0.4-0.1c0.1,0,0.1,0,0.1,0l0,0.2c0,0-0.2,0.2-0.5,0.3c-0.2,0.1-0.4,0.1-0.7,0.1
c-0.3,0-0.6-0.1-0.9-0.3c-0.6-0.4-1.1-1-1.5-1.7c-0.4-0.7-0.6-1.5-0.8-2.3c-0.4-1.6-0.7-3.2-0.8-4.5
C187.7,197.5,187.7,196.7,187.8,196.7L187.8,196.7z"/>
</g>
<g>
<path fill="#4C4B5A" d="M172.5,199.3c0,0,0.6,0.8,1.6,1.9c1,1.1,2.3,2.6,3.8,3.9c0.7,0.7,1.5,1.3,2.2,1.8c0.3,0.3,0.7,0.5,1,0.7
c0.3,0.2,0.7,0.4,1,0.5c0.3,0.1,0.6,0.2,0.8,0.1c0.1,0,0.2,0,0.3-0.1c0.1,0,0.2-0.1,0.3-0.2c0.2-0.1,0.3-0.3,0.3-0.3
c0.1-0.1,0.1-0.1,0.1-0.1l0.1,0c0,0,0,0.3-0.3,0.7c-0.1,0.2-0.4,0.4-0.7,0.6c-0.3,0.1-0.8,0.2-1.2,0.1c-0.4-0.1-0.8-0.2-1.3-0.4
c-0.4-0.2-0.8-0.5-1.2-0.8c-0.8-0.6-1.5-1.3-2.2-2.1c-1.4-1.5-2.6-3.1-3.5-4.3C172.9,200.2,172.4,199.3,172.5,199.3L172.5,199.3
z"/>
</g>
<g>
<path fill="#4C4B5A" d="M152.9,216.6c0,0,0.1,0.1,0.1,0.3c0.1,0.2,0.1,0.6,0.1,1c0,0.4-0.1,1-0.4,1.5c-0.1,0.3-0.4,0.5-0.6,0.8
c-0.3,0.2-0.5,0.5-0.9,0.6c-0.3,0.2-0.7,0.4-1,0.5c-0.2,0.1-0.4,0.1-0.6,0.2c-0.2,0-0.4,0.1-0.6,0.1c-0.8,0.2-1.7,0.3-2.6,0.4
c-0.9,0-1.9,0.1-2.8,0c-1,0-1.9-0.1-2.9-0.2c-1-0.1-1.9-0.3-2.9-0.4c-0.9-0.2-1.9-0.4-2.7-0.7c-0.4-0.1-0.9-0.3-1.3-0.5
c-0.4-0.2-0.8-0.3-1.2-0.6c-0.8-0.4-1.4-0.8-2-1.3c-0.6-0.4-1.1-0.9-1.5-1.4c-0.4-0.4-0.7-0.9-0.9-1.2c-0.4-0.7-0.6-1.2-0.6-1.2
l0.1,0c0,0,0.2,0.4,0.7,1.1c0.3,0.3,0.6,0.7,1,1c0.4,0.4,1,0.7,1.5,1.1c0.6,0.4,1.3,0.7,2,1.1c0.4,0.2,0.7,0.3,1.1,0.5
c0.4,0.2,0.8,0.3,1.2,0.4c0.8,0.3,1.7,0.5,2.6,0.8c0.9,0.2,1.8,0.4,2.8,0.5c1,0.1,1.9,0.3,2.8,0.3c0.9,0.1,1.9,0.1,2.7,0.1
c0.9,0,1.7-0.1,2.5-0.2c0.2,0,0.4-0.1,0.6-0.1c0.2-0.1,0.4-0.1,0.5-0.2c0.4-0.1,0.7-0.3,1-0.4c0.3-0.1,0.6-0.4,0.8-0.6
c0.2-0.2,0.4-0.4,0.6-0.7c0.3-0.5,0.4-1,0.4-1.4C153,217,152.8,216.6,152.9,216.6L152.9,216.6z"/>
</g>
<g>
<path fill="#4C4B5A" d="M136,211.1c0,0,1.3,1,3.4,2.4c2.1,1.4,4.9,3.1,7.9,4.4c1.5,0.6,3.1,1.1,4.5,1.1c0.7,0.1,1.4-0.1,2-0.3
c0.6-0.2,1-0.6,1.4-1c0.2-0.2,0.3-0.5,0.5-0.7c0.1-0.2,0.2-0.5,0.3-0.7c0.2-0.5,0.3-0.9,0.4-1.2c0.1-0.7,0.2-1.1,0.2-1.1l0.1,0
c0,0,0,0.4,0,1.2c0,0.4-0.1,0.8-0.2,1.3c-0.1,0.3-0.1,0.5-0.2,0.8c-0.1,0.3-0.3,0.6-0.4,0.9c-0.4,0.6-0.9,1.1-1.7,1.5
c-0.7,0.3-1.6,0.5-2.4,0.4c-1.7-0.1-3.3-0.7-4.8-1.4c-3.1-1.4-5.8-3.3-7.8-4.8C137.1,212.3,135.9,211.2,136,211.1L136,211.1z"/>
</g>
<g>
<path fill="#4C4B5A" d="M127.9,209.7c0,0,1.4,1.5,3.8,3.5c2.4,2,5.7,4.6,9.5,6.2c1,0.4,1.9,0.7,2.9,0.9c0.5,0.1,1,0.2,1.4,0.2
c0.5,0,1,0.1,1.4,0c0.9,0,1.8-0.3,2.5-0.6c0.8-0.4,1.4-0.8,2-1.3c0.6-0.5,1-1.1,1.4-1.5c0.3-0.5,0.6-1,0.9-1.4
c0.4-0.8,0.7-1.3,0.7-1.3l0.1,0c0,0-0.1,0.5-0.4,1.4c-0.1,0.4-0.4,0.9-0.7,1.5c-0.4,0.5-0.7,1.2-1.3,1.8
c-0.5,0.6-1.3,1.2-2.1,1.6c-0.9,0.4-1.9,0.7-2.9,0.7c-0.5,0.1-1,0-1.6-0.1c-0.5-0.1-1-0.2-1.6-0.3c-1-0.3-2-0.7-3-1.1
c-3.8-1.8-7.1-4.5-9.4-6.7C129.2,211.3,127.9,209.7,127.9,209.7L127.9,209.7z"/>
</g>
<g>
<path fill="#4C4B5A" d="M151.3,215.6c0,0,0.1,0.5,0.2,1.4c0,0.4,0,1-0.1,1.6c-0.1,0.6-0.3,1.3-0.9,1.9c-0.6,0.6-1.4,0.9-2.3,1
c-0.9,0-1.8,0.1-2.7,0.1c-1,0-2-0.1-3-0.3c-0.5-0.1-1-0.2-1.5-0.3c-0.5-0.1-1-0.3-1.5-0.5c-1-0.4-1.9-0.9-2.7-1.5
c-0.4-0.3-0.8-0.6-1.2-1l-0.6-0.5l-0.5-0.6c-0.7-0.7-1.2-1.5-1.7-2.3c-0.5-0.8-0.8-1.5-1.1-2.2c-0.3-0.7-0.5-1.4-0.7-2
c-0.2-0.6-0.3-1.1-0.4-1.6c-0.2-0.9-0.3-1.4-0.3-1.4l0.1,0c0,0,0.2,0.5,0.5,1.3c0.2,0.4,0.3,0.9,0.6,1.5
c0.3,0.6,0.6,1.2,0.9,1.8c0.4,0.6,0.8,1.4,1.2,2c0.5,0.7,1,1.4,1.6,2.1l0.4,0.5l0.5,0.5c0.3,0.3,0.7,0.7,1.1,0.9
c0.8,0.6,1.6,1.1,2.5,1.5c0.4,0.2,0.9,0.4,1.4,0.5c0.5,0.2,0.9,0.3,1.4,0.4c1,0.2,1.9,0.3,2.8,0.4c0.9,0,1.8,0,2.7,0
c0.8,0,1.6-0.3,2.1-0.8c0.5-0.5,0.8-1.1,0.9-1.7c0.1-0.6,0.2-1.1,0.2-1.6C151.3,216.1,151.2,215.6,151.3,215.6L151.3,215.6z"/>
</g>
<g>
<path fill="#4C4B5A" d="M166.6,211.1c0,0-1,0.5-2.5,1c-0.8,0.3-1.7,0.5-2.7,0.7c-1,0.2-2.1,0.3-3.3,0.2c-0.6,0-1.1-0.1-1.7-0.3
c-0.6-0.1-1.1-0.4-1.6-0.7c-0.5-0.3-0.9-0.7-1.1-1.1c-0.3-0.4-0.5-0.9-0.6-1.3c-0.2-0.4-0.2-0.8-0.3-1.1c0-0.3-0.1-0.6,0-0.9
c0-0.5,0.1-0.8,0.1-0.8l0.1,0c0,0,0.1,0.3,0.2,0.7c0.1,0.2,0.2,0.5,0.3,0.8c0.1,0.3,0.2,0.6,0.4,1c0.4,0.7,0.9,1.4,1.6,1.9
c0.7,0.5,1.7,0.9,2.7,1c2.1,0.3,4.2-0.1,5.8-0.5C165.5,211.5,166.6,211.1,166.6,211.1L166.6,211.1z"/>
</g>
<g>
<path fill="#4C4B5A" d="M147.3,218.4c0,0-1.2,0.2-3,0c-0.4-0.1-0.9-0.1-1.4-0.2c-0.5-0.1-1-0.3-1.6-0.4
c-0.5-0.2-1.1-0.4-1.6-0.7c-0.5-0.3-1.1-0.6-1.6-1c-0.2-0.2-0.5-0.4-0.7-0.6l-0.7-0.6c-0.5-0.4-0.8-0.9-1.1-1.4
c-0.2-0.2-0.3-0.5-0.4-0.8c-0.1-0.3-0.2-0.5-0.3-0.7c-0.3-0.5-0.3-1-0.4-1.4c-0.1-0.5-0.2-0.9-0.2-1.2c0-0.4-0.1-0.7-0.1-1
c0-0.5,0-0.8,0-0.8l0.1,0c0,0,0.1,0.3,0.3,0.8c0.1,0.2,0.2,0.5,0.3,0.9c0.1,0.4,0.3,0.7,0.4,1.1c0.2,0.4,0.3,0.9,0.6,1.3
c0.3,0.4,0.4,0.9,0.8,1.3c0.3,0.4,0.6,0.9,1,1.3l0.6,0.6c0.2,0.2,0.4,0.4,0.6,0.6c0.4,0.4,0.9,0.7,1.4,1c0.5,0.3,1,0.5,1.5,0.7
c1,0.4,2,0.7,2.9,0.8C146.1,218.4,147.3,218.3,147.3,218.4L147.3,218.4z"/>
</g>
<g>
<path fill="#4C4B5A" d="M137.1,208.5c0,0,1,1.1,2.7,2.7c1.7,1.6,3.9,3.7,6.5,5.2c1.3,0.8,2.7,1.4,4,1.6c0.6,0.1,1.2,0,1.9-0.2
c0.6-0.2,1.2-0.3,1.6-0.6c0.5-0.2,0.9-0.5,1.2-0.9c0.3-0.3,0.5-0.7,0.6-1c0.2-0.6,0.1-1,0.1-1l0.1,0c0,0,0.2,0.4,0.1,1.1
c-0.1,0.7-0.6,1.7-1.7,2.4c-0.5,0.4-1.1,0.6-1.8,0.9c-0.3,0.1-0.6,0.2-1,0.3c-0.4,0.1-0.8,0.1-1.2,0c-0.8-0.1-1.5-0.4-2.3-0.7
c-0.7-0.3-1.4-0.8-2-1.2c-2.6-1.8-4.8-4-6.3-5.7C138,209.8,137.1,208.6,137.1,208.5L137.1,208.5z"/>
</g>
<g>
<path fill="#4C4B5A" d="M134.8,212.2c0,0,1.3,1.3,3.4,3c0.5,0.4,1.1,0.9,1.8,1.3c0.6,0.4,1.3,0.9,2.1,1.3
c0.7,0.4,1.5,0.8,2.3,1.2c0.4,0.2,0.8,0.3,1.2,0.5c0.4,0.1,0.8,0.3,1.3,0.4c0.9,0.2,1.7,0.3,2.6,0.3c0.4,0,0.8-0.1,1.2-0.1
c0.2,0,0.4,0,0.6-0.1l0.6-0.2c0.4-0.1,0.8-0.2,1.1-0.4c0.4-0.1,0.7-0.3,1-0.5c0.3-0.2,0.6-0.4,0.9-0.6c0.2-0.2,0.5-0.4,0.7-0.7
c0.4-0.5,0.7-1,0.8-1.5c0.2-0.5,0.2-1,0.2-1.3c0-0.8-0.1-1.2-0.1-1.2l0.1,0c0,0,0.2,0.4,0.4,1.2c0.1,0.4,0.1,0.9,0,1.5
c-0.1,0.6-0.3,1.3-0.7,1.9c-0.2,0.3-0.5,0.6-0.7,0.9c-0.3,0.2-0.6,0.5-1,0.7c-0.4,0.2-0.7,0.4-1.1,0.6c-0.4,0.2-0.8,0.3-1.2,0.4
l-0.6,0.2c-0.3,0.1-0.5,0.1-0.7,0.1c-0.5,0-0.9,0.1-1.4,0.1c-0.9,0-1.9-0.2-2.8-0.5c-0.4-0.2-0.9-0.3-1.3-0.5
c-0.4-0.2-0.8-0.4-1.3-0.6c-0.8-0.4-1.6-0.8-2.3-1.3c-0.7-0.5-1.4-0.9-2-1.4c-0.6-0.5-1.2-1-1.7-1.4
C135.9,213.6,134.7,212.3,134.8,212.2L134.8,212.2z"/>
</g>
<g>
<path fill="#4C4B5A" d="M130.1,209.8c1.8,1.6,3.7,3.1,5.7,4.5c2,1.4,4,2.7,6.2,3.8c2.1,1.1,4.4,2,6.8,2.1c0.6,0,1.2,0,1.7,0
c0.6-0.1,1.1-0.2,1.6-0.4c0.5-0.2,1-0.5,1.4-0.9c0.4-0.4,0.8-0.8,1.1-1.3l0,0.1c0.3-0.6,0.5-1.2,0.6-1.8
c0.2-0.6,0.3-1.3,0.4-1.9l0.1,0c0,0.7,0,1.4-0.1,2c-0.1,0.7-0.2,1.3-0.4,2l0,0l0,0c-0.6,1.1-1.6,2.1-2.8,2.7
c-1.2,0.6-2.6,0.7-3.8,0.6c-1.3-0.1-2.5-0.5-3.7-0.9c-1.2-0.4-2.3-1-3.4-1.6c-2.2-1.2-4.2-2.6-6.1-4.1
C133.6,213.2,131.7,211.6,130.1,209.8L130.1,209.8z"/>
</g>
<g>
<path fill="#4C4B5A" d="M168.5,210.3c0,0-0.1,0.3-0.3,0.7c-0.1,0.2-0.3,0.5-0.5,0.7c-0.2,0.3-0.5,0.6-0.8,0.8
c-0.2,0.1-0.3,0.3-0.5,0.4c-0.2,0.1-0.4,0.2-0.6,0.3c-0.2,0.1-0.5,0.2-0.7,0.3c-0.2,0.1-0.5,0.2-0.8,0.2c-0.3,0-0.5,0.1-0.8,0.1
c-0.3,0-0.5,0-0.8-0.1c-0.6,0-1.1-0.2-1.7-0.3c-0.5-0.2-1-0.4-1.6-0.6c-0.5-0.2-1-0.5-1.4-0.8c-0.5-0.3-0.9-0.6-1.2-0.9
c-0.4-0.3-0.7-0.6-1-0.8c-0.3-0.3-0.5-0.6-0.8-0.8c-0.2-0.2-0.4-0.5-0.6-0.6c-0.3-0.4-0.5-0.6-0.5-0.6l0.1-0.1
c0,0,0.2,0.1,0.6,0.4c0.4,0.2,1,0.6,1.6,1.1c0.3,0.2,0.7,0.4,1.1,0.7c0.4,0.2,0.8,0.5,1.2,0.8c0.4,0.3,0.8,0.5,1.3,0.8
c0.5,0.2,0.9,0.5,1.4,0.7c0.5,0.1,1,0.4,1.5,0.4c0.3,0,0.5,0.1,0.7,0.1c0.2,0,0.5,0,0.7,0c0.2,0,0.5,0,0.7-0.1
c0.2-0.1,0.5-0.1,0.7-0.2c0.2-0.1,0.4-0.2,0.6-0.3c0.2-0.1,0.3-0.2,0.5-0.3c0.3-0.2,0.6-0.5,0.8-0.7c0.2-0.2,0.4-0.5,0.5-0.7
C168.3,210.5,168.4,210.2,168.5,210.3L168.5,210.3z"/>
</g>
<g>
<path fill="#4C4B5A" d="M164.5,211.7c0,0,0.2,0.4,0.3,1.1c0,0.4,0.1,0.8,0,1.3c-0.1,0.5-0.2,1.1-0.6,1.6c-0.4,0.5-1,1-1.7,1.2
c-0.4,0.1-0.7,0.2-1.1,0.3c-0.4,0-0.7,0.1-1.1,0.1c-0.4,0-0.8,0-1.2,0c-0.4,0-0.8-0.1-1.2-0.1c-0.8-0.1-1.6-0.3-2.4-0.5
c-0.8-0.2-1.6-0.4-2.4-0.7c-0.8-0.2-1.5-0.6-2.3-0.9c-0.7-0.3-1.4-0.7-2-1.1c-0.6-0.4-1.2-0.8-1.7-1.2c-0.5-0.4-0.9-0.8-1.3-1.1
c-0.4-0.4-0.6-0.7-0.9-1c-0.4-0.6-0.6-1-0.6-1l0.1-0.1c0,0,0.3,0.3,0.8,0.8c0.3,0.2,0.6,0.5,1,0.8c0.4,0.3,0.8,0.6,1.4,0.9
c0.5,0.3,1.1,0.6,1.7,1c0.3,0.1,0.6,0.3,0.9,0.5c0.3,0.2,0.7,0.3,1,0.5c0.7,0.3,1.4,0.6,2.1,0.9c0.7,0.3,1.5,0.6,2.3,0.8
c0.8,0.2,1.6,0.4,2.3,0.6c0.4,0.1,0.8,0.1,1.2,0.2c0.4,0.1,0.8,0.1,1.1,0.1c0.4,0,0.8,0,1.1,0c0.3,0,0.7-0.1,1-0.2
c0.7-0.2,1.2-0.5,1.5-1c0.7-0.9,0.7-2,0.6-2.7C164.5,212.1,164.4,211.7,164.5,211.7L164.5,211.7z"/>
</g>
<g>
<path fill="#4C4B5A" d="M165.9,210.6c0,0,0.1,0.1,0.1,0.3c0.1,0.2,0.1,0.6,0.1,1c0,0.4-0.1,1-0.4,1.5c-0.1,0.3-0.4,0.5-0.6,0.8
c-0.3,0.2-0.5,0.5-0.9,0.6c-0.3,0.2-0.7,0.4-1,0.5c-0.2,0.1-0.4,0.1-0.6,0.2c-0.2,0-0.4,0.1-0.6,0.1c-0.8,0.2-1.7,0.3-2.6,0.4
c-0.9,0-1.9,0.1-2.8,0c-1,0-1.9-0.1-2.9-0.2c-1-0.1-1.9-0.3-2.9-0.4c-0.9-0.2-1.9-0.4-2.7-0.7c-0.4-0.1-0.9-0.3-1.3-0.5
c-0.4-0.2-0.8-0.3-1.2-0.6c-0.8-0.4-1.4-0.8-2-1.3c-0.6-0.4-1.1-0.9-1.5-1.4c-0.4-0.4-0.7-0.9-0.9-1.2c-0.4-0.7-0.6-1.2-0.6-1.2
l0.1,0c0,0,0.2,0.4,0.7,1.1c0.3,0.3,0.6,0.7,1,1c0.4,0.4,1,0.7,1.5,1.1c0.6,0.4,1.3,0.7,2,1.1c0.4,0.2,0.7,0.3,1.1,0.5
c0.4,0.2,0.8,0.3,1.2,0.4c0.8,0.3,1.7,0.5,2.6,0.8c0.9,0.2,1.8,0.4,2.8,0.5c1,0.1,1.9,0.3,2.8,0.3c0.9,0.1,1.9,0.1,2.7,0.1
c0.9,0,1.7-0.1,2.5-0.2c0.2,0,0.4-0.1,0.6-0.1c0.2-0.1,0.4-0.1,0.5-0.2c0.4-0.1,0.7-0.3,1-0.4c0.3-0.1,0.6-0.4,0.8-0.6
c0.2-0.2,0.4-0.4,0.6-0.7c0.3-0.5,0.4-1,0.4-1.4C166,211,165.8,210.6,165.9,210.6L165.9,210.6z"/>
</g>
<g>
<path fill="#4C4B5A" d="M139,210.1c0,0,1.3,1,3.4,2.4c2.1,1.4,4.9,3.1,7.9,4.4c1.5,0.6,3.1,1.1,4.5,1.1c0.7,0.1,1.4-0.1,2-0.3
c0.6-0.2,1-0.6,1.4-1c0.2-0.2,0.3-0.5,0.5-0.7c0.1-0.2,0.2-0.5,0.3-0.7c0.2-0.5,0.3-0.9,0.4-1.2c0.1-0.7,0.2-1.1,0.2-1.1l0.1,0
c0,0,0,0.4,0,1.2c0,0.4-0.1,0.8-0.2,1.3c-0.1,0.3-0.1,0.5-0.2,0.8c-0.1,0.3-0.3,0.6-0.4,0.9c-0.4,0.6-0.9,1.1-1.7,1.5
c-0.7,0.3-1.6,0.5-2.4,0.4c-1.7-0.1-3.3-0.7-4.8-1.4c-3.1-1.4-5.8-3.3-7.8-4.8C140.1,211.3,138.9,210.2,139,210.1L139,210.1z"/>
</g>
<g>
<path fill="#4C4B5A" d="M142.9,204.7c0,0,1.4,1.5,3.8,3.5c2.4,2,5.7,4.6,9.5,6.2c1,0.4,1.9,0.7,2.9,0.9c0.5,0.1,1,0.2,1.4,0.2
c0.5,0,1,0.1,1.4,0c0.9,0,1.8-0.3,2.5-0.6c0.8-0.4,1.4-0.8,2-1.3c0.6-0.5,1-1.1,1.4-1.5c0.3-0.5,0.6-1,0.9-1.4
c0.4-0.8,0.7-1.3,0.7-1.3l0.1,0c0,0-0.1,0.5-0.4,1.4c-0.1,0.4-0.4,0.9-0.7,1.5c-0.4,0.5-0.7,1.2-1.3,1.8
c-0.5,0.6-1.3,1.2-2.1,1.6c-0.9,0.4-1.9,0.7-2.9,0.7c-0.5,0.1-1,0-1.6-0.1c-0.5-0.1-1-0.2-1.6-0.3c-1-0.3-2-0.7-3-1.1
c-3.8-1.8-7.1-4.5-9.4-6.7C144.2,206.3,142.9,204.7,142.9,204.7L142.9,204.7z"/>
</g>
<g>
<path fill="#4C4B5A" d="M178.6,208.1c0,0-1,0.5-2.5,1c-0.8,0.3-1.7,0.5-2.7,0.7c-1,0.2-2.1,0.3-3.3,0.2c-0.6,0-1.1-0.1-1.7-0.3
c-0.6-0.1-1.1-0.4-1.6-0.7c-0.5-0.3-0.9-0.7-1.1-1.1c-0.3-0.4-0.5-0.9-0.6-1.3c-0.2-0.4-0.2-0.8-0.3-1.1c0-0.3-0.1-0.6,0-0.9
c0-0.5,0.1-0.8,0.1-0.8l0.1,0c0,0,0.1,0.3,0.2,0.7c0.1,0.2,0.2,0.5,0.3,0.8c0.1,0.3,0.2,0.6,0.4,1c0.4,0.7,0.9,1.4,1.6,1.9
c0.7,0.5,1.7,0.9,2.7,1c2.1,0.3,4.2-0.1,5.8-0.5C177.5,208.5,178.6,208.1,178.6,208.1L178.6,208.1z"/>
</g>
<g>
<path fill="#4C4B5A" d="M151.3,224.4c0,0-1.2,0.2-3,0c-0.4-0.1-0.9-0.1-1.4-0.2c-0.5-0.1-1-0.3-1.6-0.4
c-0.5-0.2-1.1-0.4-1.6-0.7c-0.5-0.3-1.1-0.6-1.6-1c-0.2-0.2-0.5-0.4-0.7-0.6l-0.7-0.6c-0.5-0.4-0.8-0.9-1.1-1.4
c-0.2-0.2-0.3-0.5-0.4-0.8c-0.1-0.3-0.2-0.5-0.3-0.7c-0.3-0.5-0.3-1-0.4-1.4c-0.1-0.5-0.2-0.9-0.2-1.2c0-0.4-0.1-0.7-0.1-1
c0-0.5,0-0.8,0-0.8l0.1,0c0,0,0.1,0.3,0.3,0.8c0.1,0.2,0.2,0.5,0.3,0.9c0.1,0.4,0.3,0.7,0.4,1.1c0.2,0.4,0.3,0.9,0.6,1.3
c0.3,0.4,0.4,0.9,0.8,1.3c0.3,0.4,0.6,0.9,1,1.3l0.6,0.6c0.2,0.2,0.4,0.4,0.6,0.6c0.4,0.4,0.9,0.7,1.4,1c0.5,0.3,1,0.5,1.5,0.7
c1,0.4,2,0.7,2.9,0.8C150.1,224.4,151.3,224.3,151.3,224.4L151.3,224.4z"/>
</g>
<g>
<path fill="#4C4B5A" d="M132.1,215.5c0,0,1,1.1,2.7,2.7c1.7,1.6,3.9,3.7,6.5,5.2c1.3,0.8,2.7,1.4,4,1.6c0.6,0.1,1.2,0,1.9-0.2
c0.6-0.2,1.2-0.3,1.6-0.6c0.5-0.2,0.9-0.5,1.2-0.9c0.3-0.3,0.5-0.7,0.6-1c0.2-0.6,0.1-1,0.1-1l0.1,0c0,0,0.2,0.4,0.1,1.1
c-0.1,0.7-0.6,1.7-1.7,2.4c-0.5,0.4-1.1,0.6-1.8,0.9c-0.3,0.1-0.6,0.2-1,0.3c-0.4,0.1-0.8,0.1-1.2,0c-0.8-0.1-1.5-0.4-2.3-0.7
c-0.7-0.3-1.4-0.8-2-1.2c-2.6-1.8-4.8-4-6.3-5.7C133,216.8,132.1,215.6,132.1,215.5L132.1,215.5z"/>
</g>
<g>
<path fill="#4C4B5A" d="M136.1,206.8c1.8,1.6,3.7,3.1,5.7,4.5c2,1.4,4,2.7,6.2,3.8c2.1,1.1,4.4,2,6.8,2.1c0.6,0,1.2,0,1.7,0
c0.6-0.1,1.1-0.2,1.6-0.4c0.5-0.2,1-0.5,1.4-0.9c0.4-0.4,0.8-0.8,1.1-1.3l0,0.1c0.3-0.6,0.5-1.2,0.6-1.8
c0.2-0.6,0.3-1.3,0.4-1.9l0.1,0c0,0.7,0,1.4-0.1,2c-0.1,0.7-0.2,1.3-0.4,2l0,0l0,0c-0.6,1.1-1.6,2.1-2.8,2.7
c-1.2,0.6-2.6,0.7-3.8,0.6c-1.3-0.1-2.5-0.5-3.7-0.9c-1.2-0.4-2.3-1-3.4-1.6c-2.2-1.2-4.2-2.6-6.1-4.1
C139.6,210.2,137.7,208.6,136.1,206.8L136.1,206.8z"/>
</g>
<g>
<path fill="#4C4B5A" d="M169.3,209.8c0,0-0.1,0.2-0.3,0.6c-0.1,0.2-0.2,0.4-0.4,0.6c-0.2,0.2-0.4,0.5-0.7,0.7
c-0.3,0.2-0.6,0.5-1,0.6c-0.4,0.2-0.8,0.3-1.3,0.3c-0.2,0-0.5,0-0.7,0c-0.2,0-0.5-0.1-0.7-0.1c-0.5-0.1-0.9-0.3-1.4-0.5
c-0.4-0.2-0.8-0.5-1.2-0.7c-0.4-0.3-0.7-0.6-1.1-0.8c-0.3-0.3-0.6-0.6-0.9-0.9c-0.3-0.3-0.5-0.6-0.7-0.9c-0.8-1.2-1.1-2-1.1-2
l0.1-0.1c0,0,0.7,0.6,1.7,1.6c0.3,0.2,0.5,0.5,0.8,0.7c0.3,0.3,0.5,0.6,0.9,0.8c0.3,0.3,0.6,0.6,0.9,0.9
c0.3,0.3,0.7,0.5,1.1,0.8c0.4,0.2,0.8,0.4,1.2,0.5c0.2,0.1,0.4,0.1,0.6,0.2c0.2,0,0.4,0,0.6,0.1c0.4,0,0.8,0,1.1-0.2
c0.4-0.1,0.7-0.3,0.9-0.5c0.3-0.2,0.5-0.4,0.7-0.6c0.2-0.2,0.3-0.4,0.5-0.5C169.1,210,169.2,209.8,169.3,209.8L169.3,209.8z"/>
</g>
<g>
<path fill="#4C4B5A" d="M200.1,208.2c0,0-0.1,0.2-0.4,0.5c-0.2,0.1-0.3,0.4-0.8,0.5c-0.2,0.1-0.5,0-0.7-0.2
c-0.2-0.1-0.3-0.3-0.4-0.5c0-0.1-0.1-0.1-0.1-0.3l-0.1-0.2c-0.1-0.2-0.1-0.3-0.2-0.5c-0.1-0.3-0.1-0.7-0.2-1.1
c-0.1-0.8-0.1-1.6-0.1-2.4c0-1.6,0.4-3.2,0.8-4.3c0.2-0.6,0.4-1,0.6-1.3c0.2-0.3,0.3-0.5,0.3-0.5s-0.1,0.2-0.2,0.5
c-0.2,0.3-0.3,0.8-0.5,1.3c-0.4,1.1-0.6,2.7-0.5,4.3c0,0.8,0.1,1.6,0.3,2.3c0.1,0.4,0.2,0.7,0.3,1c0.1,0.1,0.1,0.3,0.2,0.4
l0.1,0.2l0.1,0.1c0.1,0.1,0.1,0.2,0.2,0.2c0,0,0,0,0,0c0,0,0.2-0.1,0.2-0.2c0.2-0.2,0.2-0.4,0.2-0.4c0.1-0.3,0.4-0.4,0.7-0.3
C200.1,207.6,200.2,207.8,200.1,208.2C200.1,208.1,200.1,208.1,200.1,208.2L200.1,208.2z"/>
</g>
<g>
<path fill="#4C4B5A" d="M208.1,211.2c0,0-0.1,0.2-0.4,0.5c-0.2,0.1-0.3,0.4-0.8,0.5c-0.2,0.1-0.5,0-0.7-0.2
c-0.2-0.1-0.3-0.3-0.4-0.5c0-0.1-0.1-0.1-0.1-0.3l-0.1-0.2c-0.1-0.2-0.1-0.3-0.2-0.5c-0.1-0.3-0.1-0.7-0.2-1.1
c-0.1-0.8-0.1-1.6-0.1-2.4c0-1.6,0.4-3.2,0.8-4.3c0.2-0.6,0.4-1,0.6-1.3c0.2-0.3,0.3-0.5,0.3-0.5s-0.1,0.2-0.2,0.5
c-0.2,0.3-0.3,0.8-0.5,1.3c-0.4,1.1-0.6,2.7-0.5,4.3c0,0.8,0.1,1.6,0.3,2.3c0.1,0.4,0.2,0.7,0.3,1c0.1,0.1,0.1,0.3,0.2,0.4
l0.1,0.2l0.1,0.1c0.1,0.1,0.1,0.2,0.2,0.2c0,0,0,0,0,0c0,0,0.2-0.1,0.2-0.2c0.2-0.2,0.2-0.4,0.2-0.4c0.1-0.3,0.4-0.4,0.7-0.3
C208.1,210.6,208.2,210.8,208.1,211.2C208.1,211.1,208.1,211.1,208.1,211.2L208.1,211.2z"/>
</g>
<g>
<path fill="#4C4B5A" d="M215.1,213.2c0,0-0.1,0.2-0.4,0.5c-0.2,0.1-0.3,0.4-0.8,0.5c-0.2,0.1-0.5,0-0.7-0.2
c-0.2-0.1-0.3-0.3-0.4-0.5c0-0.1-0.1-0.1-0.1-0.3l-0.1-0.2c-0.1-0.2-0.1-0.3-0.2-0.5c-0.1-0.3-0.1-0.7-0.2-1.1
c-0.1-0.8-0.1-1.6-0.1-2.4c0-1.6,0.4-3.2,0.8-4.3c0.2-0.6,0.4-1,0.6-1.3c0.2-0.3,0.3-0.5,0.3-0.5s-0.1,0.2-0.2,0.5
c-0.2,0.3-0.3,0.8-0.5,1.3c-0.4,1.1-0.6,2.7-0.5,4.3c0,0.8,0.1,1.6,0.3,2.3c0.1,0.4,0.2,0.7,0.3,1c0.1,0.1,0.1,0.3,0.2,0.4
l0.1,0.2l0.1,0.1c0.1,0.1,0.1,0.2,0.2,0.2c0,0,0,0,0,0c0,0,0.2-0.1,0.2-0.2c0.2-0.2,0.2-0.4,0.2-0.4c0.1-0.3,0.4-0.4,0.7-0.3
C215.1,212.6,215.2,212.8,215.1,213.2C215.1,213.1,215.1,213.1,215.1,213.2L215.1,213.2z"/>
</g>
<g>
<path fill="#4C4B5A" d="M223.6,208.7c0,0-0.3,0.6-0.8,1.6c-0.5,1-1.2,2.2-2,3.4c-0.2,0.3-0.4,0.6-0.6,0.9
c-0.2,0.3-0.4,0.6-0.8,0.8c-0.2,0.2-0.3,0.2-0.5,0.3c-0.2,0.1-0.4,0.1-0.6,0.2c-0.4,0-0.8-0.1-1.1-0.3c-0.5-0.5-0.6-1.1-0.5-1.4
c0.1-0.4,0.2-0.5,0.2-0.5l0.1,0c0,0,0,0.2,0,0.5c0.1,0.3,0.3,0.6,0.6,0.8c0.2,0.1,0.4,0.1,0.5,0c0.1,0,0.2-0.1,0.3-0.1
c0,0,0.3-0.2,0.3-0.2c0.2-0.2,0.4-0.4,0.6-0.7c0.2-0.2,0.5-0.5,0.7-0.8c0.9-1.1,1.7-2.3,2.4-3.1
C223.1,209.3,223.5,208.7,223.6,208.7L223.6,208.7z"/>
</g>
<g>
<path fill="#4C4B5A" d="M228.5,214.5c0,0-0.6,0.4-1.4,1.1c-0.9,0.7-2,1.5-3.3,2.2c-0.3,0.2-0.6,0.4-0.9,0.6
c-0.3,0.2-0.6,0.3-1,0.4c-0.3,0-0.3,0.1-0.6,0.1c-0.2,0-0.4,0-0.6-0.1c-0.4-0.1-0.7-0.4-0.8-0.8c-0.3-0.7-0.1-1.2,0.1-1.5
c0.2-0.3,0.4-0.4,0.4-0.4l0.1,0.1c0,0-0.1,0.2-0.2,0.4c-0.1,0.3,0,0.7,0.2,1c0.1,0.1,0.3,0.2,0.5,0.3c0.1,0,0.2,0,0.3,0
c0.1,0,0.3,0,0.4-0.1c0.2-0.1,0.6-0.2,0.9-0.3c0.3-0.1,0.6-0.3,1-0.4c1.3-0.6,2.5-1.3,3.5-1.8
C227.8,214.8,228.5,214.5,228.5,214.5L228.5,214.5z"/>
</g>
<g>
<path fill="#4C4B5A" d="M224.6,218.6c0,0,0.1,0.2,0.2,0.4c0.2,0.3,0.4,0.6,0.7,1.1c0.2,0.2,0.3,0.4,0.5,0.7
c0.2,0.2,0.4,0.5,0.7,0.7c0.2,0.2,0.5,0.4,0.8,0.6c0.3,0.2,0.6,0.3,0.9,0.4c0.3,0.1,0.7,0.2,1,0.1c0.3,0,0.7-0.1,1-0.1
c0.3-0.1,0.6-0.2,0.9-0.3c0.3-0.1,0.5-0.3,0.8-0.4c0.5-0.3,0.8-0.5,1.1-0.7c0.2-0.2,0.4-0.3,0.4-0.3s-0.1,0.1-0.4,0.3
c-0.2,0.2-0.6,0.5-1,0.8c-0.2,0.1-0.5,0.3-0.8,0.5c-0.3,0.2-0.6,0.3-0.9,0.4c-0.3,0.1-0.7,0.2-1.1,0.2c-0.4,0-0.8,0-1.1-0.1
c-0.4-0.1-0.7-0.2-1.1-0.4c-0.3-0.2-0.7-0.4-0.9-0.6c-0.3-0.2-0.5-0.5-0.8-0.7c-0.2-0.2-0.4-0.5-0.6-0.7
c-0.4-0.4-0.7-0.8-0.8-1.1c-0.2-0.3-0.3-0.4-0.3-0.4c-0.2-0.2-0.1-0.5,0.1-0.7S224.4,218.3,224.6,218.6
C224.6,218.5,224.6,218.6,224.6,218.6z"/>
</g>
<g>
<path fill="#4C4B5A" d="M221.1,216.4c0,0-0.1,0.2-0.3,0.4c-0.1,0.1-0.2,0.3-0.6,0.4c-0.2,0-0.4,0-0.6-0.1
c-0.1-0.1-0.2-0.2-0.3-0.4l-0.1-0.2l-0.1-0.2c0-0.1-0.1-0.2-0.1-0.4c-0.1-0.2-0.1-0.5-0.1-0.8c-0.1-0.5-0.1-1.1-0.1-1.7
c0-1.1,0.3-2.2,0.6-3c0.2-0.4,0.3-0.7,0.4-0.9c0.1-0.2,0.2-0.3,0.2-0.3s-0.1,0.1-0.2,0.3c-0.1,0.2-0.2,0.5-0.3,0.9
c-0.2,0.8-0.4,1.9-0.3,2.9c0,0.5,0.1,1.1,0.2,1.6c0.1,0.2,0.1,0.5,0.2,0.7c0,0.1,0.1,0.2,0.1,0.3l0.1,0.1c0,0,0,0.1,0.1,0.1
c0,0.1,0.1,0.1,0.1,0.1c0,0-0.1,0-0.1,0c0,0,0,0,0.1-0.1c0.1-0.1,0.1-0.2,0.1-0.2c0.1-0.3,0.4-0.4,0.7-0.3
c0.3,0.1,0.4,0.4,0.3,0.7C221.1,216.3,221.1,216.4,221.1,216.4L221.1,216.4z"/>
</g>
<g>
<path fill="#4C4B5A" d="M227.9,220.5c0,0,0.1,0.2,0.3,0.5c0.2,0.3,0.4,0.7,0.7,1.1c0.3,0.4,0.7,1,1.2,1.4
c0.2,0.2,0.5,0.5,0.8,0.7c0.3,0.2,0.6,0.4,0.9,0.5c0.3,0.2,0.7,0.1,1,0.2c0.2,0,0.4,0,0.5,0c0.2,0,0.4,0,0.5,0
c0.3,0,0.7,0,1-0.1c0.3-0.1,0.6-0.1,0.9-0.3c0.3-0.1,0.5-0.2,0.7-0.4c0.2-0.1,0.4-0.2,0.5-0.3c0.3-0.2,0.4-0.3,0.4-0.3
s-0.1,0.1-0.4,0.4c-0.1,0.1-0.3,0.3-0.5,0.4c-0.2,0.1-0.4,0.3-0.7,0.4c-0.3,0.1-0.5,0.3-0.9,0.4c-0.3,0.1-0.7,0.2-1,0.3
c-0.2,0-0.4,0-0.6,0c-0.2,0-0.4,0-0.6,0c-0.4-0.1-0.8-0.1-1.2-0.3c-0.4-0.1-0.7-0.3-1.1-0.5c-0.3-0.2-0.7-0.4-0.9-0.7
c-0.6-0.5-1.1-1-1.5-1.4c-0.4-0.5-0.7-0.9-0.9-1.2c-0.2-0.3-0.3-0.4-0.3-0.4c-0.2-0.2-0.1-0.5,0.1-0.7S227.8,220.3,227.9,220.5
C227.9,220.5,227.9,220.5,227.9,220.5z"/>
</g>
<g>
<path fill="#4C4B5A" d="M224.7,218.4c0,0,0.1,0.1,0.3,0.3c0.2,0.2,0.4,0.4,0.8,0.6c0.7,0.5,1.9,0.9,3.2,0.8c0.3,0,0.6,0,0.9-0.1
c0.3,0,0.6-0.1,0.9-0.2c0.3-0.1,0.5-0.2,0.8-0.3c0.2-0.1,0.5-0.2,0.7-0.3c0.4-0.2,0.7-0.5,1-0.6c0.2-0.2,0.3-0.3,0.3-0.3
s-0.1,0.1-0.3,0.3c-0.2,0.2-0.5,0.5-0.9,0.7c-0.2,0.1-0.4,0.3-0.7,0.4c-0.2,0.1-0.5,0.3-0.8,0.4c-0.3,0.1-0.6,0.2-0.9,0.3
c-0.3,0.1-0.6,0.2-1,0.2c-1.3,0.2-2.7-0.1-3.6-0.6c-0.5-0.2-0.8-0.5-1.1-0.7c-0.2-0.2-0.3-0.3-0.3-0.3c-0.2-0.2-0.2-0.5,0-0.7
C224.2,218.1,224.5,218.1,224.7,218.4C224.7,218.3,224.7,218.3,224.7,218.4z"/>
</g>
</g>
<path id="brow_right" class="brow" fill="transparent" stroke="#4C4B5A" stroke-opacity=".2" d="M329.8,170.4c-0.5,3.1,0.5,5.8,2.7,8.1c0.5,0.5,1.3,0.8,2,0.6c8.7-2.5,65.8-21.1,83.7-25.1c8.2-1.8,29,6.4,39.3,9.3c3.7,1.1,7.7,2,10.9-0.2l0.1,0c0,0-39.6-22.5-53.5-19.4c-19.6,4.4-75.3,22.4-83.8,25.2C330.4,169,329.9,169.6,329.8,170.4z"/>
<path id="brow_left" class="brow" fill="transparent" stroke="#4C4B5A" stroke-opacity=".2" d="M253.3,170.4c0.5,3.1-0.5,5.8-2.7,8.1c-0.5,0.5-1.3,0.8-2,0.6c-8.7-2.5-65.8-21.1-83.7-25.1c-8.2-1.8-29,6.4-39.3,9.3c-3.7,1.1-7.7,2-10.9-0.2l-0.1,0c0,0,39.6-22.5,53.5-19.4c19.6,4.4,75.3,22.4,83.8,25.2C252.7,169,253.2,169.6,253.3,170.4z"/>
</g>
</g>
</svg>
$primary: #4a4b5c;
body {
padding: 1.5rem auto;
text-align: center; }
svg {
display: inline-block;
max-width: 580px;
margin: auto;
height: 100vh; }
@keyframes opacity {
to { opacity: 1; } }
@keyframes lipinner {
to { fill: #5B2727; } }
@keyframes brow {
to {
fill: #726A62;
fill-opacity: 0.8;
stroke: rgba(0, 0, 0, 0); } }
.animated,
.is-lipinner {
will-change: opacity, animation, fill, fill-opacity, stroke;
opacity: 0; }
.animated {
animation: opacity 2s ease forwards; }
.delay {
animation-delay: .5s; }
.delay2 {
animation-delay: 2s; }
.delay3 {
animation-delay: 2.5s; }
.delay4 {
animation-delay: 3s; }
.delay5 {
animation-delay: 3.5s; }
.is-lipinner {
fill: $primary;
// delay4
animation: opacity 2s .5s ease forwards, lipinner 2s 3s ease forwards; }
.brow {
animation: brow 2s 3s ease forwards; }
Also see: Tab Triggers