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 viewBox="0 0 800 731">
<defs>
<style>
.a{fill:#c5b09f;}.b,.c{fill:#5d4634;}.c,.d{opacity:0.4;}.aa,.ad,.aj,.c,.d,.f{isolation:isolate;}.d,.s{fill:#927c6b;}.e{fill:#937967;}.ad,.ai,.aj,.f{fill:#fcefe6;}.f{opacity:0.1;}.g{fill:#fff;}.h{fill:#c6677d;}.aa,.i{fill:#a45238;}.j{fill:#a04258;}.k{fill:#c3b2a0;}.l{fill:#5b4433;}.m{fill:#b96450;}.n{fill:#cb7e60;}.o{fill:#8d5347;}.p{fill:#b06c57;}.q{fill:#eec5a5;}.r{fill:#dd9985;}.t{fill:#935931;}.u{fill:#8d775e;}.v{fill:#703c19;}.w{fill:#c5ad97;}.x{fill:#a08c7f;}.y{fill:#b64f4e;}.aa,.z{opacity:0.5;}.ab{fill:#cc6464;}.ac{fill:#9b2c2d;}.ad,.ah{opacity:0.2;}.ae{fill:url(#a);}.af{fill:url(#b);}.ag{fill:url(#c);}.aj{opacity:0.3;}.ak{fill:url(#d);}.al{fill:#e30000;}.am{fill:url(#e);}
</style>
<radialGradient id="a" cx="52.9" cy="-1060.54" r="48.92" gradientTransform="translate(374.4 740.1) scale(0.65 0.64)" gradientUnits="userSpaceOnUse">
<stop offset="0.35" stop-color="#d80f04" />
<stop offset="0.41" stop-color="#d50f04" />
<stop offset="0.47" stop-color="#ca1006" />
<stop offset="0.52" stop-color="#b91108" />
<stop offset="0.55" stop-color="#af1209" />
<stop offset="0.81" stop-color="#781610" />
<stop offset="1" stop-color="#691711" />
</radialGradient>
<linearGradient id="b" x1="393.2" y1="-620.34" x2="410.75" y2="-646.41" gradientTransform="translate(0 700)" gradientUnits="userSpaceOnUse">
<stop offset="0.36" stop-color="#fff" stop-opacity="0" />
<stop offset="1" stop-color="#fff" stop-opacity="0.4" />
</linearGradient>
<linearGradient id="c" x1="90.94" y1="-433.4" x2="97.09" y2="-441.3" gradientTransform="translate(195.7 480.7) rotate(14.3)" gradientUnits="userSpaceOnUse">
<stop offset="0.03" stop-color="#d80f04" stop-opacity="0.3" />
<stop offset="1" stop-color="#d80f04" stop-opacity="0" />
</linearGradient>
<linearGradient id="d" x1="350.58" y1="-101.27" x2="417.45" y2="-102.19" gradientTransform="translate(0 700)" gradientUnits="userSpaceOnUse">
<stop offset="0.59" stop-color="#969696" />
<stop offset="0.64" stop-color="#999" />
<stop offset="0.68" stop-color="#a2a2a2" />
<stop offset="0.71" stop-color="#b1b1b1" />
<stop offset="0.74" stop-color="#c7c7c7" />
<stop offset="0.76" stop-color="#d7d7d7" />
<stop offset="0.81" stop-color="#f5f5f5" />
<stop offset="0.81" stop-color="#f5f5f5" />
<stop offset="0.83" stop-color="#fcfcfc" />
<stop offset="0.89" stop-color="#fefefe" />
<stop offset="1" stop-color="#f2f2f2" />
</linearGradient>
<radialGradient id="e" cx="404.05" cy="-413.9" r="254.11" gradientTransform="translate(0 700)" gradientUnits="userSpaceOnUse">
<stop offset="0.13" stop-color="#efe8e2" />
<stop offset="1" stop-color="#dacbbe" />
</radialGradient>
</defs>
<title>winterScene-01</title>
<rect class="a" width="800" height="731" />
<path class="b" d="M88.3,494.3v0.4A0.3,0.3,0,0,0,88.3,494.3Z" />
<path class="b" d="M87.6,500.9h0Z" />
<path class="b" d="M39.2,521.1h0Z" />
<path class="b" d="M130.5,543h0Z" />
<path class="b" d="M123.8,513.4a0.4,0.4,0,0,1,.2.2Z" />
<path class="b" d="M112.4,520.8a0.4,0.4,0,0,1,.2.2A0.2,0.2,0,0,0,112.4,520.8Z" />
<path class="b" d="M142,506.3c0.1,0.3.3,0.5,0.4,0.8A2,2,0,0,1,142,506.3Z" />
<path class="b" d="M150,513.5h0Z" />
<path class="b" d="M147.5,510.9h0Z" />
<path class="b" d="M693.8,509.8h0Z" />
<path class="b" d="M778.4,502.2l0.2,0.2Z" />
<path class="b" d="M767,509.5l0.2,0.2A0.2,0.2,0,0,0,767,509.5Z" />
<path class="b" d="M796.6,495.1c0.1,0.3.3,0.5,0.4,0.8A5.9,5.9,0,0,0,796.6,495.1Z" />
<path class="b" d="M785.1,531.7h0Z" />
<path class="c" d="M191.4,470.8c-1.2-.9-3.2-0.9-5.1-0.7l-33.5-52.3-31.1,49.7c-2.8-.3-6.9-0.5-8.7,1.3s-1,4.7-.9,7.3h-0.4v6.3h5.6v87.2h-1.7v6.5h1.7v46.8h72.1v-85h1.3v-6.5h-1.3V482.5h4.1V476H193C193.4,474.2,192.7,471.7,191.4,470.8Z" />
<path class="d" d="M633.4,491.8c-1.3-.9-3.2-0.9-5.1-0.7l-33.5-52.3-31.1,49.7c-2.8-.3-6.9-0.5-8.7,1.3s-1,4.7-.9,7.3h-0.4v6.3h5.6v87.2h-1.7v6.5h1.7v46.8h72.1v-85h1.3v-6.5h-1.3V503.5h4.1V497H635C635.4,495.2,634.7,492.7,633.4,491.8Z" />
<path class="c" d="M770.6,491.4c-2.8-.3-6.9-0.5-8.7,1.3s-1,4.7-.9,7.3h-0.4v6.3h5.6v87.2h-1.7V600h1.7v46.8H800V444.5Z" />
<path class="c" d="M487.4,497.8c-1.3-.9-3.2-0.9-5.1-0.7l-33.5-52.3-31.1,49.7c-2.8-.3-6.9-0.5-8.7,1.3s-1,4.7-.9,7.3h-0.4v6.3h5.6v87.2h-1.7v6.5h1.7v46.8h72.1v-85h1.3v-6.5h-1.3V509.5h4.1V503H489C489.4,501.2,488.7,498.7,487.4,497.8Z" />
<path class="e" d="M312,511.7h0Z" />
<path class="e" d="M422.8,504.1h0Z" />
<path class="e" d="M385.2,511.4a0.4,0.4,0,0,1,.2.2A0.2,0.2,0,0,0,385.2,511.4Z" />
<path class="e" d="M396.6,504a0.4,0.4,0,0,1,.2.2Z" />
<path class="e" d="M403.3,533.6h0Z" />
<path class="e" d="M360.5,491.5h0Z" />
<path class="e" d="M414.8,496.9l0.4,0.8A5.9,5.9,0,0,1,414.8,496.9Z" />
<path class="e" d="M420.3,501.5h0Z" />
<path class="d" d="M86.6,483.5l3.4-3.3h0.1c2.9-1.7,4.5-3.3,2.4-7a50.9,50.9,0,0,0-6.7-8.6c-1.4-1.4-2.7-2.8-4-4.3V445H84v-6.2H83.7c5-7.5-10.7-6-13.6-6s-7.4-2.7-9.2.1,2.7,5.1,4.7,6.4V445h3.2v2.5l-1.9-1.3c-5-3-10.5-8.5-16.3-9.1s-9,6.9-13,11c-2.5,2.6-5.5,4.2-8,6.7s-4.1,5.5-7.3,7.3-7,2.3-8,6,0.3,7.1.3,10.2l-0.3.3,4.7,4.7v81.5H18V571h0.9v44.7H14.2v7.6h79v-7.6H86.6V483.5Z"
/>
<path class="d" d="M325.9,488.3l-1.3-1.1c1.4-3.5-2.5-6.9-4.6-9.6s-3.9-6.5-4.7-11.4c-1.3-7.7-.1-19-10-20.9-4.7-.9-7.9.6-11.5,1.9s-1.2,2.3-5,.9-3.3-2.5-5-4.4c-8.4-9.4-13.9-4.9-22,2.5s-14,12.5-20.6,19.5a101.9,101.9,0,0,1-11.4,10.4c-3.7,2.8-8.9,6.2-6.4,11.6a2.3,2.3,0,0,0,1.4-.4h0.3l-1.2,1.1,7.5,0.2v0.3h-1V599.6h-0.9v22.6h0.9v0.2h5.7v-0.2h23.6v0.3h30.9v-0.3h29.1V599.6h-0.9V488.5Z"
/>
<path class="f" d="M621.7,87.8c56,49,52,73,2,128s-18,80,40,123.8-7,63.2-48,94.2,10,68,10,68l6-7c-36-41-2.9-50.9-2.9-50.9,91.1-49.9,94.9-81.1,43.9-115.1s-105-56-40-105,67-100,17-142C618,55.2,631.4,21.2,645.4,0H581.6C581.3,22.8,587.5,57.9,621.7,87.8Z"
/>
<path class="c" d="M728.3,491.9c-2.2-.1-8.4-1.1-11.4-4.5a7.5,7.5,0,0,1-1.8-5.5c0.1-1.1.9-10.3-5.4-17.7-4.7-5.5-11.9-8.6-21.6-9.1h-0.5c-10.9,0-18.5,2.4-23,7.3s-5.2,12.7-4.9,18.4c-0.1,10.3-12.9,11-13.4,11a2.6,2.6,0,0,0-2.5,2.6v8.2h5.6v1.2H648v3.5h1.4v5.4H647v9.5h2.3v5H647v9.5h2.3v5H647v9.5h2.3v5H647v9.5h2.3v5H647v9.5h2.3v5H647v9.5h2.3v12.6h-2.1v4.9h1.4v16.5h27.3v0.5h22.8v-0.5h26.5V612.2h1.4v-4.9h-1.4V594.7h1.1v-9.5h-1.1v-5h1.1v-9.5h-1.1v-5h1.1v-9.5h-1.1v-5h1.1v-9.5h-1.1v-5h1.1v-9.5h-1.1v-5h1.1V513h-1.1v-3h0v-2.5h1.1V504h-1.1v-1.2H728v-8h0.2V495h0v7.3h2.6v-6.2a2,2,0,0,0,.3-1.1,2.6,2.6,0,0,0-.7-1.9A3,3,0,0,0,728.3,491.9Zm-16-10.3s1.2-9.7-5.6-16.8c7,7.1,5.8,16.9,5.8,16.9a10,10,0,0,0,2.6,7.7A9.1,9.1,0,0,1,712.3,481.6Zm15.9,13.1H728v-0.2h0.2v0.2Z"
/>
<path class="g" d="M600.7,509.4c-4.8-1.8-10.5-3.3-15.5-4.6-8.4-2.2-20.2-1.7-28.5.6-11.4,3.1-25.3,2.4-37,2s-21.5-8.5-34.5-6.1c-6.2,1.1-7.2,5.4-12,8.1s-11.1,1.3-8,8l140,1C611.2,516.3,603,510.2,600.7,509.4Z" />
<rect class="h" x="457.8" y="567.4" width="154.9" height="115.6" />
<polygon class="i" points="464.7 519.6 454.8 567.9 615.6 567.9 607 519.6 464.7 519.6" />
<path class="g" d="M563.2,552.1c-2.2-1.3-2.3-3.4-4.1-4.8s-4.8-1.4-7.4-2.1c-5.9-1.7-9.2-3.9-15.8-3.8s-11.3,2.3-17.5,4.8-11.1,1.8-15.1,4.7-3.8,7.5-10.4,8.9c-4,.8-10.3-0.2-10.6,4.7l97.5,0.4c0.8-1.5-3.6-5.1-5-6.8C570.8,553.2,568.2,555,563.2,552.1Z" />
<rect class="j" x="516.2" y="632.5" width="38.3" height="50.5" />
<rect class="k" x="480.7" y="584.4" width="18.5" height="29.7" />
<rect class="l" x="482.3" y="585.9" width="15.2" height="26.8" />
<polygon class="k" points="491.1 584.9 488.9 584.9 488.9 595.3 481.3 595.3 481.3 597.4 488.9 597.4 488.9 613.2 491.1 613.2 491.1 597.4 498.7 597.4 498.7 595.3 491.1 595.3 491.1 584.9" />
<rect class="k" x="510.7" y="584.4" width="18.5" height="29.7" />
<rect class="l" x="512.3" y="585.9" width="15.2" height="26.8" />
<polygon class="k" points="521.1 584.9 518.9 584.9 518.9 595.3 511.3 595.3 511.3 597.4 518.9 597.4 518.9 613.2 521.1 613.2 521.1 597.4 528.7 597.4 528.7 595.3 521.1 595.3 521.1 584.9" />
<rect class="k" x="541.3" y="584.4" width="18.5" height="29.7" />
<rect class="l" x="542.9" y="585.9" width="15.2" height="26.8" />
<polygon class="k" points="551.7 584.9 549.5 584.9 549.5 595.3 541.9 595.3 541.9 597.4 549.5 597.4 549.5 613.2 551.7 613.2 551.7 597.4 559.3 597.4 559.3 595.3 551.7 595.3 551.7 584.9" />
<rect class="k" x="571.8" y="584.4" width="18.5" height="29.7" />
<rect class="l" x="573.5" y="585.9" width="15.2" height="26.8" />
<polygon class="k" points="582.2 584.9 580.1 584.9 580.1 595.3 572.5 595.3 572.5 597.4 580.1 597.4 580.1 613.2 582.2 613.2 582.2 597.4 589.8 597.4 589.8 595.3 582.2 595.3 582.2 584.9" />
<rect class="j" x="598.9" y="571" width="16" height="10.6" />
<rect class="j" x="598.9" y="586.6" width="16" height="10.6" />
<rect class="j" x="598.9" y="602.1" width="16" height="10.6" />
<rect class="j" x="598.9" y="617.7" width="16" height="10.6" />
<rect class="j" x="598.9" y="633.3" width="16" height="10.6" />
<rect class="j" x="598.9" y="648.9" width="16" height="10.6" />
<rect class="j" x="598.9" y="664.5" width="16" height="10.6" />
<rect class="j" x="455.6" y="571" width="16" height="10.6" />
<rect class="j" x="455.6" y="586.6" width="16" height="10.6" />
<rect class="j" x="455.6" y="602.1" width="16" height="10.6" />
<rect class="j" x="455.6" y="633.3" width="16" height="10.6" />
<rect class="j" x="455.6" y="648.9" width="16" height="10.6" />
<rect class="j" x="455.6" y="664.5" width="16" height="10.6" />
<rect class="j" x="455.6" y="617.7" width="159.4" height="10.6" />
<path class="m" d="M535.2,545.6c-13.5,0-26.9,7.4-35.3,19.5h-46v2.5H615.7v-2.5H570.4C562.1,553.1,548.7,545.6,535.2,545.6Z" />
<path class="h" d="M535.2,548c-14.5,0-27.1,8.7-34.3,19.9h68.5C562.3,556.7,549.7,548,535.2,548Z" />
<path class="l" d="M535.2,552.4a32.4,32.4,0,0,0-27.8,15.9H563A32.2,32.2,0,0,0,535.2,552.4Z" />
<path class="k" d="M535.2,552.4a32.4,32.4,0,0,0-27.8,15.9H563A32.2,32.2,0,0,0,535.2,552.4ZM511.8,566c4.9-8.2,13.7-10.8,23.8-10.8s17.4,4.2,23.8,10.8H511.8Z" />
<polygon class="k" points="536.5 565.6 536.5 552.8 533.9 552.8 533.9 565.3 520.5 556 519.1 558.1 533.8 568.2 535 566.4 535.6 566.4 536.9 568.4 551.6 558.2 550.1 556.1 536.5 565.6" />
<rect class="h" x="476" y="513.2" width="23.5" height="6.2" />
<rect class="h" x="570.9" y="513.2" width="23.5" height="6.2" />
<rect class="k" x="520.7" y="637" width="29.2" height="46.1" />
<rect class="n" x="523.4" y="639.4" width="23.9" height="43.4" />
<circle class="l" cx="540.7" cy="665.8" r="2.9" />
<rect class="k" x="480.1" y="636.8" width="18.5" height="29.7" />
<rect class="l" x="481.7" y="638.2" width="15.2" height="26.8" />
<polygon class="k" points="490.5 637.3 488.3 637.3 488.3 647.6 480.7 647.6 480.7 649.8 488.3 649.8 488.3 665.6 490.5 665.6 490.5 649.8 498.1 649.8 498.1 647.6 490.5 647.6 490.5 637.3" />
<rect class="k" x="571.8" y="636.8" width="18.5" height="29.7" />
<rect class="l" x="573.5" y="638.2" width="15.2" height="26.8" />
<polygon class="k" points="582.2 637.3 580.1 637.3 580.1 647.6 572.5 647.6 572.5 649.8 580.1 649.8 580.1 665.6 582.2 665.6 582.2 649.8 589.8 649.8 589.8 647.6 582.2 647.6 582.2 637.3" />
<rect class="m" x="464.5" y="517.5" width="142.4" height="2.3" />
<path class="m" d="M468.9,522.9s-4.5,8.6,2.3,8.6,5.4-8.6,5.4-8.6h-7.7Z" />
<path class="m" d="M479.3,522.9s-4.5,8.6,2.3,8.6,5.4-8.6,5.4-8.6h-7.7Z" />
<path class="m" d="M490.6,522.9s-4.5,8.6,2.3,8.6,5.4-8.6,5.4-8.6h-7.7Z" />
<path class="m" d="M595.2,533.2s-1.4,8.6,5.4,8.6,2.3-8.6,2.3-8.6h-7.7Z" />
<path class="m" d="M584.9,533.2s-1.4,8.6,5.4,8.6,2.3-8.6,2.3-8.6h-7.7Z" />
<path class="m" d="M573.6,533.2s-1.4,8.6,5.4,8.6,2.3-8.6,2.3-8.6h-7.7Z" />
<path class="m" d="M483.6,533s-4.5,8.6,2.3,8.6,5.4-8.6,5.4-8.6h-7.7Z" />
<path class="m" d="M495.3,533s-4.5,8.6,2.3,8.6S503,533,503,533h-7.7Z" />
<path class="m" d="M574.5,522.6s-1.4,8.6,5.4,8.6,2.3-8.6,2.3-8.6h-7.7Z" />
<path class="m" d="M562.7,522.6s-1.4,8.6,5.4,8.6,2.3-8.6,2.3-8.6h-7.7Z" />
<path class="m" d="M469.4,546.1s-4.5,8.6,2.3,8.6,5.4-8.6,5.4-8.6h-7.7Z" />
<path class="m" d="M520.4,524s-4.5,8.6,2.3,8.6,5.4-8.6,5.4-8.6h-7.7Z" />
<path class="g" d="M592.7,615.8c-8.3,0-16-1.6-24.5-2-11.2-.5-23.3-1.7-34.5-0.6-9.1.9-17.2,2.4-26.5,1.5a88.7,88.7,0,0,1-12.5-2.3c-5.4-1.3-7.4-.9-13-0.1s-22.3-2.6-25.3,5.5H612.6C608.2,615.2,597,615.8,592.7,615.8Z" />
<path class="g" d="M549.7,626.9c-3.6-1.1-8.4.4-12.1,0s-23-.8-21,5.9h39C554.2,630.7,553.4,628,549.7,626.9Z" />
<path class="g" d="M453.6,526.8c-1.3-7.7-.1-19-10-20.9-4.7-.9-7.9.6-11.5,1.9s-1.2,2.3-5,.9-3.3-2.5-5-4.4c-8.4-9.4-13.9-4.9-22,2.5s-14,12.5-20.6,19.5a101.9,101.9,0,0,1-11.4,10.4c-3.7,2.8-8.9,6.2-6.4,11.6a2.3,2.3,0,0,0,1.4-.4l99.5,0.5c2.1-3.6-2.1-7.3-4.4-10.1S454.4,531.7,453.6,526.8Z"
/>
<polygon class="n" points="369.8 549.2 369.2 682.8 456.4 682.8 456.4 549.2 412.8 509.9 369.8 549.2" />
<polygon class="o" points="362.3 549 369.8 549.2 412.8 509.9 456.4 549.2 464.2 549 413 502.8 362.3 549" />
<polygon class="p" points="369.8 549.2 456.4 549.2 412.8 509.9 369.8 549.2" />
<polygon class="o" points="437.4 516.1 438.3 516.1 438.3 526 447.5 534 447.5 516.1 448.7 516.1 448.7 512.6 437.4 512.6 437.4 516.1" />
<path class="g" d="M416.2,525.2c-4.6-1.7-7.8-1.1-11.9,2.3-5.9,4.7-2.3,5.5-.1,10.4l17.5,2c3.4-1.1,5.8-5.9,4.1-9.1S419.1,526.3,416.2,525.2Z" />
<path class="l" d="M413.4,529.6h-0.9a9.4,9.4,0,0,0-9.4,9.4v14.5h19.8V539A9.5,9.5,0,0,0,413.4,529.6Z" />
<path class="q" d="M413.4,529.6h-0.9a9.4,9.4,0,0,0-9.4,9.4v14.5h19.8V539A9.5,9.5,0,0,0,413.4,529.6Zm7.8,22.3H404.7V539a7.5,7.5,0,0,1,7.8-7.8h0.9a7.5,7.5,0,0,1,7.8,7.8v12.9h0Z" />
<polygon class="q" points="413.9 530.3 412 530.3 412 536.9 403.9 536.9 403.9 538.7 412 538.7 412 544.4 403.9 544.4 403.9 546.2 412 546.2 412 552.9 413.9 552.9 413.9 546.2 422 546.2 422 544.4 413.9 544.4 413.9 538.7 422 538.7 422 536.9 413.9 536.9 413.9 530.3"
/>
<rect class="r" x="451.4" y="548.9" width="5.7" height="133.5" />
<rect class="r" x="368.7" y="549.5" width="5.7" height="133.5" />
<rect class="p" x="367.8" y="660.2" width="90.2" height="22.6" />
<rect class="q" x="383.2" y="568.3" width="16.2" height="26.1" />
<rect class="l" x="384.7" y="569.6" width="13.4" height="23.6" />
<polygon class="q" points="392.3 568.8 390.3 568.8 390.3 575.5 383.7 575.5 383.7 577.4 390.3 577.4 390.3 585.1 383.7 585.1 383.7 586.9 390.3 586.9 390.3 593.6 392.3 593.6 392.3 586.9 398.9 586.9 398.9 585.1 392.3 585.1 392.3 577.4 398.9 577.4 398.9 575.5 392.3 575.5 392.3 568.8"
/>
<rect class="q" x="404.8" y="568.3" width="16.2" height="26.1" />
<rect class="l" x="406.2" y="569.6" width="13.4" height="23.6" />
<polygon class="q" points="413.8 568.8 411.9 568.8 411.9 575.5 405.2 575.5 405.2 577.4 411.9 577.4 411.9 585.1 405.3 585.1 405.3 586.9 411.9 586.9 411.9 593.6 413.8 593.6 413.8 586.9 420.4 586.9 420.4 585.1 413.8 585.1 413.8 577.4 420.5 577.4 420.5 575.5 413.8 575.5 413.8 568.8"
/>
<rect class="q" x="426.4" y="568.3" width="16.2" height="26.1" />
<rect class="l" x="427.8" y="569.6" width="13.4" height="23.6" />
<polygon class="q" points="435.4 568.8 433.5 568.8 433.5 575.5 426.8 575.5 426.8 577.4 433.5 577.4 433.5 585.1 426.8 585.1 426.8 586.9 433.5 586.9 433.5 593.6 435.4 593.6 435.4 586.9 442 586.9 442 585.1 435.4 585.1 435.4 577.4 442.1 577.4 442.1 575.5 435.4 575.5 435.4 568.8"
/>
<rect class="q" x="383.2" y="608.2" width="16.2" height="26.1" />
<rect class="l" x="384.7" y="609.5" width="13.4" height="23.6" />
<polygon class="q" points="392.3 608.7 390.3 608.7 390.3 615.4 383.7 615.4 383.7 618.2 390.3 617.3 390.3 625 383.7 625 383.7 626.8 390.3 626.8 390.3 633.5 392.3 633.5 392.3 626.8 398.9 626.8 398.9 625 392.3 625 392.3 617.3 398.9 617.3 398.9 615.4 392.3 615.4 392.3 608.7"
/>
<rect class="q" x="404.8" y="608.2" width="16.2" height="26.1" />
<rect class="l" x="406.2" y="609.5" width="13.4" height="23.6" />
<polygon class="q" points="413.8 608.7 411.9 608.7 411.9 615.4 405.2 615.4 405.2 617.3 411.9 617.3 411.9 625 405.3 625 405.3 626.8 411.9 626.8 411.9 633.5 413.8 633.5 413.8 626.8 420.4 626.8 420.4 625 413.8 625 413.8 617.3 420.5 617.3 420.5 615.4 413.8 615.4 413.8 608.7"
/>
<rect class="q" x="426.4" y="608.2" width="16.2" height="26.1" />
<rect class="l" x="427.8" y="609.5" width="13.4" height="23.6" />
<polygon class="q" points="435.4 608.7 433.5 608.7 433.5 615.4 426.8 615.4 426.8 617.3 433.5 617.3 433.5 625 426.8 625 426.8 626.8 433.5 626.8 433.5 633.5 435.4 633.5 435.4 626.8 442 626.8 442 625 435.4 625 435.4 617.3 442.1 617.3 442.1 615.4 435.4 615.4 435.4 608.7"
/>
<path class="r" d="M390.9,599.1c-10.1,0-7.7,7.1-7.7,7.1H399C399,606.3,401,599.1,390.9,599.1Z" />
<path class="r" d="M412.8,599.1c-10.1,0-7.7,7.1-7.7,7.1h15.8C420.8,606.3,422.9,599.1,412.8,599.1Z" />
<path class="r" d="M434.7,599.1c-10.1,0-7.7,7.1-7.7,7.1h15.8C442.7,606.3,444.8,599.1,434.7,599.1Z" />
<path class="r" d="M390.9,559.3c-10.1,0-7.7,7.1-7.7,7.1H399S401,559.3,390.9,559.3Z" />
<path class="r" d="M412.8,559.3c-10.1,0-7.7,7.1-7.7,7.1h15.8C420.8,566.4,422.9,559.3,412.8,559.3Z" />
<path class="r" d="M434.7,559.3c-10.1,0-7.7,7.1-7.7,7.1h15.8C442.7,566.4,444.8,559.3,434.7,559.3Z" />
<rect class="r" x="400.7" y="635" width="24.4" height="41.3" />
<rect class="b" x="403.7" y="638.1" width="18.8" height="37.9" />
<rect class="s" x="406.7" y="656.4" width="12.8" height="16.6" />
<rect class="s" x="406.7" y="640.4" width="12.8" height="13.3" />
<ellipse class="b" cx="415.9" cy="660.3" rx="2.2" ry="2.3" />
<rect class="r" x="398" y="676" width="30.9" height="7.1" />
<rect class="q" x="426.5" y="638.2" width="16.2" height="26.1" />
<rect class="l" x="427.9" y="639.5" width="13.4" height="23.5" />
<polygon class="q" points="435.5 638.7 433.6 638.7 433.6 645.4 426.9 645.4 426.9 647.3 433.6 647.3 433.6 655 427 655 427 656.8 433.6 656.8 433.6 663.5 435.5 663.5 435.5 656.8 442.2 656.8 442.2 655 435.5 655 435.5 647.3 442.2 647.3 442.2 645.4 435.5 645.4 435.5 638.7"
/>
<rect class="q" x="383.1" y="638.2" width="16.2" height="26.1" />
<rect class="l" x="384.5" y="639.5" width="13.4" height="23.5" />
<polygon class="q" points="392.1 638.7 390.2 638.7 390.2 645.4 383.5 645.4 383.5 647.3 390.2 647.3 390.2 655 383.6 655 383.6 656.8 390.2 656.8 390.2 663.5 392.1 663.5 392.1 656.8 398.7 656.8 398.7 655 392.1 655 392.1 647.3 398.8 647.3 398.8 645.4 392.1 645.4 392.1 638.7"
/>
<path class="g" d="M368,524.2c-6.1-6.2-11.5-13.8-19-18.3-5-3-10.5-8.5-16.3-9.1s-9,6.9-13,11c-2.5,2.6-5.5,4.2-8,6.7s-4.1,5.5-7.3,7.3-7,2.3-8,6,0.3,7.1.3,10.3l75.7,1.7c2.9-1.7,4.5-3.3,2.4-7A46.8,46.8,0,0,0,368,524.2Z" />
<polygon class="t" points="351 517 364 529.3 364 499.4 351 499.4 351 517" />
<polygon class="s" points="301.1 543.2 301.1 676.1 368.8 676.1 368.8 543.2 334.4 507 301.1 543.2" />
<polygon class="i" points="296.4 538.5 301.1 543.2 334.4 507 368.8 543.2 373 539.1 334.4 497.9 296.4 538.5" />
<rect class="b" x="301.1" y="657.6" width="67.7" height="18.6" />
<rect class="k" x="310.9" y="544.7" width="20.9" height="33.6" />
<rect class="l" x="312.8" y="546.3" width="17.2" height="30.3" />
<polygon class="k" points="322.7 545.3 320.3 545.3 320.3 557 311.6 557 311.6 559.4 320.3 559.4 320.3 577.3 322.7 577.3 322.7 559.4 331.3 559.4 331.3 557 322.7 557 322.7 545.3" />
<rect class="k" x="338" y="544.7" width="20.9" height="33.6" />
<rect class="l" x="339.9" y="546.3" width="17.2" height="30.3" />
<polygon class="k" points="349.8 545.3 347.4 545.3 347.4 557 338.7 557 338.7 559.4 347.4 559.4 347.4 577.3 349.8 577.3 349.8 559.4 358.4 559.4 358.4 557 349.8 557 349.8 545.3" />
<rect class="k" x="310.9" y="586.6" width="20.9" height="33.6" />
<rect class="l" x="312.8" y="588.2" width="17.2" height="30.3" />
<polygon class="k" points="322.7 587.2 320.3 587.2 320.3 598.9 311.6 598.9 311.6 601.3 320.3 601.3 320.3 619.2 322.7 619.2 322.7 601.3 331.3 601.3 331.3 598.9 322.7 598.9 322.7 587.2" />
<rect class="k" x="338" y="586.6" width="20.9" height="33.6" />
<rect class="l" x="339.9" y="588.2" width="17.2" height="30.3" />
<polygon class="k" points="349.8 587.2 347.4 587.2 347.4 598.9 338.7 598.9 338.7 601.3 347.4 601.3 347.4 619.2 349.8 619.2 349.8 601.3 358.4 601.3 358.4 598.9 349.8 598.9 349.8 587.2" />
<path class="g" d="M325.7,622.8c-9.1.4-12.8,3.8-17.1,11-1.3,2.3-5.2,4.5-5.6,6.6s3.8,5.1,6,6.3l32.7,0.7c5-1.1,1.3-9.9.3-13C339.4,627.3,333.5,622.5,325.7,622.8Z" />
<path class="m" d="M326,629.8a17,17,0,0,0-17,17V676h34V646.8A17,17,0,0,0,326,629.8Z" />
<path class="i" d="M326,633a13.8,13.8,0,0,0-13.8,13.8v28.9h27.6V646.8A13.8,13.8,0,0,0,326,633Z" />
<circle class="b" cx="333.2" cy="658.3" r="3.3" />
<rect class="u" x="351.8" y="631" width="10.4" height="6.2" />
<rect class="u" x="347" y="638.1" width="10.4" height="6.2" />
<rect class="u" x="342.9" y="622.3" width="10.4" height="6.2" />
<rect class="u" x="322" y="526.2" width="10.4" height="6.2" />
<rect class="u" x="328.1" y="534.7" width="10.4" height="6.2" />
<rect class="u" x="300.2" y="624.6" width="10.4" height="6.2" />
<rect class="u" x="314.4" y="533.8" width="10.4" height="6.2" />
<rect class="i" x="347.8" y="498.5" width="18.5" height="6.2" />
<rect class="m" x="296.4" y="675.5" width="79" height="7.6" />
<path class="g" d="M352.3,492.5c-2.6,0-7.4-2.7-9.2.1s3.2,5.3,4.9,6.6l17.7-.3C371.4,490.9,355.3,492.5,352.3,492.5Z" />
<path class="g" d="M352.4,540.1h-0.5a42.7,42.7,0,0,0-11.3.6c-1.6.4-3.1,0.1-3.6,1.9a6.7,6.7,0,0,0,.5,2.3H360C361.1,542.3,355,540.4,352.4,540.1Z" />
<path class="g" d="M319.3,543.4c-3.1-.5-12.1-4.5-9.2,1.4h21C329.7,542.1,322,543.8,319.3,543.4Z" />
<path class="g" d="M358,583.2c-2-.8-5.3.6-7.3,0.7s-10.7-1.4-12.1,2.7h20.8C359.6,585.6,360.6,584.2,358,583.2Z" />
<path class="g" d="M329.7,583.8c-1.7-1.4-4.5-1.6-6.7-1.3s-4.4.7-7,.3-4.4-1.1-6.6-.2a4.1,4.1,0,0,0,.9,3.9h21.2A5.6,5.6,0,0,0,329.7,583.8Z" />
<path class="g" d="M69.3,538.9c-2.3-1.8-5.2-.3-7.6-1.4s-2.5-4-2.7-6.9c-0.6-9.9-1.2-18.8-10.1-25.1s-19.2-5.5-28.6-4.3c-6.8.9-15.3,3.3-20.3,8.3v37.2l65,2.4C70.5,549.5,74,542.7,69.3,538.9Z" />
<path class="v" d="M26.7,511.5h0.2c27.4,1.3,24.6,23.9,24.6,23.9-0.8,12.1,15.7,12.8,15.7,12.8v0.3h0v7.3h2.6v-6.2a2,2,0,0,0,.3-1.1,2.6,2.6,0,0,0-.7-1.9,2.4,2.4,0,0,0-2.1-1.2c-2.2-.1-8.4-1.1-11.4-4.5a7.5,7.5,0,0,1-1.8-5.5c0.1-1.1.9-10.3-5.4-17.7-4.7-5.5-11.9-8.6-21.6-9.1H26.6c-11,0-18.5,2.4-23,7.3a16.7,16.7,0,0,0-3.5,5.8V540a12.7,12.7,0,0,0,1.3-5.8C0.6,523.4,2.6,511.6,26.7,511.5Z"
/>
<rect class="m" y="555.7" width="64.1" height="125.9" />
<path class="m" d="M67,548.4h0V548s-16.5-.7-15.7-12.8c0,0,2.8-22.7-24.6-23.9H26.5c-24.1.1-26.1,11.9-25.4,23A12.7,12.7,0,0,1,0,539.7v16.7H67v-8Z" />
<path class="g" d="M26,517.2c-6.5-.3-19,4.1-12,12.7l24,3C42.8,524.8,33.1,517.4,26,517.2Z" />
<rect class="r" y="556" width="63.8" height="1.9" />
<path class="r" d="M25.9,524c-19.7,0-10,26.2-10,26.2H37.2C37.1,550.1,44.5,524,25.9,524Z" />
<path class="w" d="M26,526.4c-15.8,0-8,21-8,21H35S41,526.4,26,526.4Z" />
<path class="b" d="M26,528.2c-3.1,0-5.3.9-6.6,2.8-2.6,3.8-1.2,11-.1,14.6H33.6c0.8-3.7,1.6-10.9-1.2-14.7C31,529.1,28.9,528.2,26,528.2Z" />
<polygon class="w" points="27 526.9 24.6 526.9 24.6 534.7 17.2 534.7 17.2 537 24.6 537 24.6 546.9 27 546.9 27 537 35.1 537 35.1 534.7 27 534.7 27 526.9" />
<path class="g" d="M26.7,567.5c-1.5-.2-15.3.1-9.7,4l17,2.3C37.3,568.2,31,567.9,26.7,567.5Z" />
<path class="g" d="M25.3,604.8c-4.4-1.4-8.5.1-7.3,5.1l16.3,0.7C35.8,608.3,27.5,605.4,25.3,604.8Z" />
<rect class="r" y="560.5" width="64.1" height="3.2" />
<rect class="i" y="557.7" width="65.2" height="3.5" />
<rect class="w" x="17" y="571.6" width="18.4" height="29.6" />
<rect class="b" x="18.7" y="573.1" width="15.1" height="26.7" />
<polygon class="w" points="27.3 572.2 25.1 572.2 25.1 579.8 17.5 579.8 17.5 581.9 25.1 581.9 25.1 590.7 17.6 590.7 17.6 592.7 25.1 592.7 25.1 600.3 27.3 600.3 27.3 592.7 34.8 592.7 34.8 590.7 27.3 590.7 27.3 581.9 34.8 581.9 34.8 579.8 27.3 579.8 27.3 572.2"
/>
<polygon class="k" points="7.9 600.4 15.2 600.4 15.2 571.6 4.7 571.1 7.9 600.4" />
<polygon class="k" points="37.2 600.4 44.6 600.4 47.2 571.1 37.2 571.6 37.2 600.4" />
<rect class="w" x="17" y="609" width="18.4" height="29.6" />
<rect class="b" x="18.7" y="610.5" width="15.1" height="26.7" />
<polygon class="w" points="27.3 609.6 25.1 609.6 25.1 617.2 17.5 617.2 17.5 619.3 25.1 619.3 25.1 628.1 17.6 628.1 17.6 630.1 25.1 630.1 25.1 637.7 27.3 637.7 27.3 630.1 34.8 630.1 34.8 628.1 27.3 628.1 27.3 619.3 34.8 619.3 34.8 617.2 27.3 617.2 27.3 609.6"
/>
<polygon class="k" points="7.9 637.9 15.2 637.9 15.2 609 6.3 608.5 7.9 637.9" />
<polygon class="k" points="37.2 637.9 44.6 637.9 46.7 608.5 37.2 609 37.2 637.9" />
<rect class="i" x="51.5" y="566.6" width="13.7" height="9.5" />
<rect class="i" x="51.5" y="581.1" width="13.7" height="9.5" />
<rect class="i" x="51.5" y="595.6" width="13.7" height="9.5" />
<rect class="i" x="51.5" y="610" width="13.7" height="9.5" />
<rect class="i" x="51.5" y="624.5" width="13.7" height="9.5" />
<rect class="i" x="51.5" y="639" width="13.7" height="9.5" />
<path class="g" d="M35,642.8c-2.6-.7-6.3-0.6-9-0.7s-15.7-1.4-11.7,5L36,648.4C39.2,646.6,37.9,643.6,35,642.8Z" />
<path class="g" d="M15.3,661.4c0.2-3.3-9.6-3.6-15.3-3.6v3.6l14.3,0.3A3.8,3.8,0,0,0,15.3,661.4Z" />
<path class="g" d="M63.7,657.5c-2.7-.5-5.9,0-8.7,0s-19-.4-16.7,3.7l26.3,1C66.3,659.5,67.5,658.2,63.7,657.5Z" />
<rect class="i" y="663.2" width="64.1" height="19.3" />
<rect class="i" y="661.1" width="65.5" height="4.9" />
<rect class="w" x="14.9" y="647.2" width="22.8" height="35.9" />
<rect class="u" x="17" y="649.1" width="18.6" height="33.8" />
<circle class="t" cx="30.4" cy="669.6" r="2.2" />
<path class="g" d="M793.9,501.9c-7,.9-15.7,3.4-20.7,8.7s-4.3,9.7-4.7,16c-0.2,4.5-2.5,11.5-7,13.6-1.8.8-6.4,0.3-7.6,2.2s1.8,4.3,3.9,4.6l42.1,1.6V501.5A30.3,30.3,0,0,0,793.9,501.9Z" />
<path class="v" d="M777.1,516.9c-5,5.4-5.2,12.7-4.9,18.4-0.1,10.3-12.9,11-13.4,11a2.6,2.6,0,0,0-2.5,2.6v8.2h2.6v-8.2s16-.5,16-13.7c-0.7-11.1,1.3-22.9,25.1-23v-2.6C789.1,509.7,781.6,512,777.1,516.9Z" />
<rect class="m" x="761.8" y="556.5" width="38.2" height="125.9" />
<path class="m" d="M774.7,535.1c0,13.1-16,13.7-16,13.7v8.4H800V512C776,512.1,774,523.9,774.7,535.1Z" />
<path class="g" d="M799.6,517.9c-6.5-.3-19,4.1-12,12.7l12.4,1.6V518h-0.4Z" />
<rect class="r" x="761.8" y="556.7" width="38.2" height="1.9" />
<path class="r" d="M799.4,524.7c-19.7,0-10,26.2-10,26.2H800V524.8h-0.6Z" />
<path class="w" d="M799.6,527.1c-15.8,0-8,21-8,21h8.5v-21h-0.5Z" />
<path class="b" d="M799.6,528.9c-3.1,0-5.3.9-6.6,2.8-2.6,3.8-1.2,11-.1,14.6H800V529h-0.4Z" />
<polygon class="w" points="798.2 527.6 798.2 535.4 790.8 535.4 790.8 537.8 798.2 537.8 798.2 547.6 800 547.6 800 527.6 798.2 527.6" />
<path class="g" d="M790.6,572.2l9.4,1.3v-5.3C797.6,568.1,785.2,568.5,790.6,572.2Z" />
<path class="g" d="M798.9,605.5c-4.4-1.4-8.5.1-7.3,5.1l8.4,0.3v-5.1Z" />
<rect class="r" x="762.5" y="561.2" width="37.5" height="3.2" />
<rect class="i" x="760.4" y="558.4" width="39.6" height="3.5" />
<rect class="w" x="790.6" y="572.4" width="9.4" height="29.6" />
<rect class="b" x="792.2" y="573.8" width="7.8" height="26.7" />
<polygon class="w" points="798.7 572.9 798.7 580.5 791.1 580.5 791.1 582.6 798.7 582.6 798.7 591.4 791.2 591.4 791.2 593.4 798.7 593.4 798.7 601 800 601 800 572.9 798.7 572.9" />
<polygon class="k" points="781.4 601.2 788.8 601.2 788.8 572.4 778.3 571.8 781.4 601.2" />
<rect class="w" x="790.6" y="609.8" width="9.4" height="29.6" />
<rect class="b" x="792.2" y="611.2" width="7.8" height="26.7" />
<polygon class="w" points="798.7 610.3 798.7 617.9 791.1 617.9 791.1 620 798.7 620 798.7 628.8 791.2 628.8 791.2 630.8 798.7 630.8 798.7 638.4 800 638.4 800 610.3 798.7 610.3" />
<polygon class="k" points="781.4 638.6 788.8 638.6 788.8 609.8 779.9 609.2 781.4 638.6" />
<rect class="i" x="759.6" y="567.3" width="13.7" height="9.5" />
<rect class="i" x="759.6" y="581.8" width="13.7" height="9.5" />
<rect class="i" x="759.6" y="596.3" width="13.7" height="9.5" />
<rect class="i" x="759.6" y="610.8" width="13.7" height="9.5" />
<rect class="i" x="759.6" y="625.2" width="13.7" height="9.5" />
<rect class="i" x="759.6" y="639.7" width="13.7" height="9.5" />
<path class="g" d="M799.6,642.9c-3.4,0-15.7-1.4-11.7,5l12.1,0.7v-5.7h-0.4Z" />
<path class="g" d="M770.2,658.5c-3.7-.1-7.4-0.6-11-0.1s-2.9,2.4.3,3.4l28.3,0.7,0.9-.4C789.1,658,773.5,658.7,770.2,658.5Z" />
<rect class="i" x="761.1" y="663.9" width="38.9" height="19.3" />
<rect class="i" x="759.7" y="661.8" width="40.3" height="4.9" />
<rect class="w" x="788.5" y="647.9" width="11.5" height="35.9" />
<rect class="u" x="790.5" y="649.8" width="9.5" height="33.8" />
<polygon class="u" points="64.2 541.4 64.2 682.8 136.2 682.8 136.2 541.4 99.7 503 64.2 541.4" />
<path class="g" d="M86.4,544.6c-1.2.1-2.3,0.8-3.7,0.6s-2.5-1.2-3.6-1.4c-3.3-.3-4.3,1.5-4.7,4.4l21.3,2.3C101.7,545,89.2,544.3,86.4,544.6Z" />
<path class="g" d="M104,548.8l21.3,1C129.1,543.1,100.8,543.2,104,548.8Z" />
<path class="g" d="M86.3,590.2c-2.8-.1-13.4-3.1-11.7,2l22.7,2.3C97.5,588.1,91.3,590.4,86.3,590.2Z" />
<path class="g" d="M103,593.5l21.7,1C127,590.1,102.2,586.9,103,593.5Z" />
<rect class="b" x="64.2" y="663.1" width="72.1" height="19.8" />
<rect class="w" x="74.7" y="548.1" width="22.2" height="35.8" />
<rect class="b" x="76.6" y="549.8" width="18.3" height="32.3" />
<polygon class="w" points="87.2 548.7 84.6 548.7 84.6 561.1 75.4 561.1 75.4 563.8 84.6 563.8 84.6 582.7 87.2 582.7 87.2 563.8 96.4 563.8 96.4 561.1 87.2 561.1 87.2 548.7" />
<rect class="w" x="103.5" y="548.1" width="22.2" height="35.8" />
<rect class="b" x="105.4" y="549.8" width="18.3" height="32.3" />
<polygon class="w" points="116 548.7 113.4 548.7 113.4 561.1 104.2 561.1 104.2 563.8 113.4 563.8 113.4 582.7 116 582.7 116 563.8 125.2 563.8 125.2 561.1 116 561.1 116 548.7" />
<rect class="w" x="74.7" y="592.6" width="22.2" height="35.8" />
<rect class="b" x="76.6" y="594.4" width="18.3" height="32.3" />
<polygon class="w" points="87.2 593.3 84.6 593.3 84.6 605.7 75.4 605.7 75.4 608.3 84.6 608.3 84.6 627.3 87.2 627.3 87.2 608.3 96.4 608.3 96.4 605.7 87.2 605.7 87.2 593.3" />
<rect class="x" x="62.5" y="629.6" width="11.1" height="6.5" />
<rect class="w" x="103.5" y="592.6" width="22.2" height="35.8" />
<rect class="b" x="105.4" y="594.4" width="18.3" height="32.3" />
<polygon class="w" points="116 593.3 113.4 593.3 113.4 605.7 104.2 605.7 104.2 608.3 113.4 608.3 113.4 627.3 116 627.3 116 608.3 125.2 608.3 125.2 605.7 116 605.7 116 593.3" />
<rect class="x" x="117.1" y="634.9" width="11.1" height="6.5" />
<rect class="x" x="113.1" y="642.4" width="11.1" height="6.5" />
<rect class="x" x="126.4" y="591.3" width="11.1" height="6.5" />
<polygon class="t" points="60.5 540.5 140.3 541.1 99.8 477.7 60.5 540.5" />
<rect class="b" x="58.6" y="536" width="81.8" height="6.3" />
<path class="g" d="M138.4,530.8c-2.2-1.5-6.6-.5-9-0.2-5.6.5-11.8,1.1-17.3,0.3-7.9-1.1-15.6-.6-23.7-0.7-3.6,0-7-.7-10.6-1s-5.5-1.3-8.3-1.7-7.4-.8-9.4,1.2-0.9,5-.9,7.8l79.7,1.3C140.9,537.2,140.3,532.1,138.4,530.8Z" />
<path class="g" d="M97.4,509.8c-4.8.2-15.5-2.6-17.4,4.3a3.9,3.9,0,0,0,.9,3.8c-0.6,3.2,4.4,5.6,7.3,5.3s2.6-1.3,4.1-1.3,2.6,1.7,4.7,2.3c4.2,1.2,9.8-5.7,13-8s6.2-3,5.2-6.3C112.8,501.2,101.8,509.7,97.4,509.8Z" />
<path class="g" d="M116,517.5c-5.3,2.4-4.9,8.9,2.3,7.3,2.4-.5,3.9-3.7,2.7-6.3S117.6,516,116,517.5Z" />
<polygon class="u" points="689.2 540.4 689.2 681.8 761.2 681.8 761.2 540.4 724.7 502 689.2 540.4" />
<path class="g" d="M711.4,543.6c-1.2.1-2.3,0.8-3.7,0.6s-2.5-1.2-3.6-1.4c-3.3-.3-4.3,1.5-4.7,4.4l21.3,2.3C726.7,544,714.2,543.3,711.4,543.6Z" />
<path class="g" d="M729,547.8l21.3,1C754.1,542.1,725.8,542.2,729,547.8Z" />
<path class="g" d="M711.3,589.2c-2.8-.1-13.4-3.1-11.7,2l22.7,2.3C722.5,587.1,716.3,589.4,711.3,589.2Z" />
<path class="g" d="M728,592.5l21.7,1C752,589.1,727.2,585.9,728,592.5Z" />
<rect class="b" x="689.2" y="662.1" width="72.1" height="19.8" />
<rect class="w" x="699.7" y="547.1" width="22.2" height="35.8" />
<rect class="b" x="701.6" y="548.8" width="18.3" height="32.3" />
<polygon class="w" points="712.2 547.7 709.6 547.7 709.6 560.1 700.4 560.1 700.4 562.8 709.6 562.8 709.6 581.7 712.2 581.7 712.2 562.8 721.4 562.8 721.4 560.1 712.2 560.1 712.2 547.7" />
<rect class="w" x="728.5" y="547.1" width="22.2" height="35.8" />
<rect class="b" x="730.4" y="548.8" width="18.3" height="32.3" />
<polygon class="w" points="741 547.7 738.4 547.7 738.4 560.1 729.2 560.1 729.2 562.8 738.4 562.8 738.4 581.7 741 581.7 741 562.8 750.2 562.8 750.2 560.1 741 560.1 741 547.7" />
<rect class="w" x="699.7" y="591.6" width="22.2" height="35.8" />
<rect class="b" x="701.6" y="593.4" width="18.3" height="32.3" />
<polygon class="w" points="712.2 592.3 709.6 592.3 709.6 604.7 700.4 604.7 700.4 607.3 709.6 607.3 709.6 626.3 712.2 626.3 712.2 607.3 721.4 607.3 721.4 604.7 712.2 604.7 712.2 592.3" />
<rect class="x" x="687.5" y="628.6" width="11.1" height="6.5" />
<rect class="w" x="728.5" y="591.6" width="22.2" height="35.8" />
<rect class="b" x="730.4" y="593.4" width="18.3" height="32.3" />
<polygon class="w" points="741 592.3 738.4 592.3 738.4 604.7 729.2 604.7 729.2 607.3 738.4 607.3 738.4 626.3 741 626.3 741 607.3 750.2 607.3 750.2 604.7 741 604.7 741 592.3" />
<rect class="x" x="742.1" y="633.9" width="11.1" height="6.5" />
<rect class="x" x="738.1" y="641.4" width="11.1" height="6.5" />
<rect class="x" x="751.4" y="590.3" width="11.1" height="6.5" />
<polygon class="t" points="685.5 539.5 765.3 540.1 724.8 476.7 685.5 539.5" />
<rect class="b" x="683.6" y="535" width="81.8" height="6.3" />
<path class="g" d="M763.4,529.8c-2.2-1.5-6.6-.5-9-0.2-5.6.5-11.8,1.1-17.3,0.3-7.9-1.1-15.6-.6-23.7-0.7-3.6,0-7-.7-10.6-1s-5.5-1.3-8.3-1.7-7.4-.8-9.4,1.2-0.9,5-.9,7.8l79.7,1.3C765.9,536.2,765.3,531.1,763.4,529.8Z" />
<path class="g" d="M722.4,508.8c-4.8.2-15.6-2.6-17.4,4.3a3.9,3.9,0,0,0,.9,3.8c-0.6,3.2,4.4,5.6,7.3,5.3s2.6-1.3,4.1-1.3,2.6,1.7,4.7,2.3c4.2,1.2,9.8-5.7,13-8s6.2-3,5.2-6.3C737.8,500.2,726.8,508.7,722.4,508.8Z" />
<path class="g" d="M741,516.5c-5.3,2.4-4.9,8.9,2.3,7.3,2.4-.5,3.9-3.7,2.7-6.3S742.6,515,741,516.5Z" />
<path class="w" d="M691.9,546.6c-2.2-.1-8.4-1.1-11.4-4.5a7.5,7.5,0,0,1-1.8-5.5c0.1-1.1.9-10.3-5.4-17.7-4.7-5.5-11.9-8.6-21.6-9.1h-0.5c-10.9,0-18.5,2.4-23,7.3s-5.2,12.7-4.9,18.4c-0.1,10.3-12.9,11-13.4,11a2.6,2.6,0,0,0-2.5,2.6v8.2H610v-8.2s16-.5,16-13.7c-0.7-11.1,1.3-22.9,25.4-23h0.2c27.4,1.3,24.6,23.9,24.6,23.9-0.8,12.1,15.7,12.8,15.7,12.8v0.3h0v7.3h2.6v-6.2a2,2,0,0,0,.3-1.1,2.6,2.6,0,0,0-.7-1.9A3.7,3.7,0,0,0,691.9,546.6Z"
/>
<rect class="s" x="612.9" y="556.7" width="75.9" height="125.9" />
<path class="b" d="M691.6,549s-16.5-.7-15.7-12.8c0,0,2.8-22.7-24.6-23.9h-0.2c-24.1.1-26.1,11.9-25.4,23,0,13.1-16,13.7-16,13.7v8.4h81.8v-8h0V549h0Z" />
<rect class="u" x="612.9" y="557" width="75.5" height="1.9" />
<path class="u" d="M650.5,525c-19.7,0-10,26.2-10,26.2h21.3C661.8,551.1,669.1,525,650.5,525Z" />
<path class="g" d="M650.7,527.4c-15.8,0-8,21-8,21h17.1C659.7,548.4,665.6,527.4,650.7,527.4Z" />
<path class="l" d="M650.7,529.2c-3.1,0-5.3.9-6.6,2.8-2.6,3.8-1.2,11-.1,14.6h14.3c0.8-3.7,1.6-10.9-1.2-14.7A7.7,7.7,0,0,0,650.7,529.2Z" />
<polygon class="g" points="651.6 527.9 649.2 527.9 649.2 535.7 641.8 535.7 641.8 538 649.2 538 649.2 547.9 651.6 547.9 651.6 538 659.7 538 659.7 535.7 651.6 535.7 651.6 527.9" />
<rect class="u" x="613.6" y="561.5" width="75.2" height="3.2" />
<rect class="l" x="611.5" y="558.7" width="78.3" height="3.5" />
<rect class="g" x="641.7" y="572.6" width="18.4" height="29.6" />
<rect class="l" x="643.3" y="574.1" width="15.2" height="26.7" />
<polygon class="g" points="651.9 573.2 649.8 573.2 649.8 580.8 642.2 580.8 642.2 582.9 649.8 582.9 649.8 591.7 642.2 591.7 642.2 593.7 649.8 593.7 649.8 601.3 651.9 601.3 651.9 593.7 659.4 593.7 659.4 591.7 651.9 591.7 651.9 582.9 659.5 582.9 659.5 580.8 651.9 580.8 651.9 573.2"
/>
<polygon class="w" points="632.5 601.4 639.9 601.4 639.9 572.6 629.3 572.1 632.5 601.4" />
<polygon class="w" points="661.8 601.4 669.2 601.4 671.8 572.1 661.8 572.6 661.8 601.4" />
<rect class="g" x="641.7" y="610" width="18.4" height="29.6" />
<rect class="l" x="643.3" y="611.5" width="15.2" height="26.7" />
<polygon class="g" points="651.9 610.6 649.8 610.6 649.8 618.2 642.2 618.2 642.2 620.3 649.8 620.3 649.8 629.1 642.2 629.1 642.2 631.1 649.8 631.1 649.8 638.7 651.9 638.7 651.9 631.1 659.4 631.1 659.4 629.1 651.9 629.1 651.9 620.3 659.5 620.3 659.5 618.2 651.9 618.2 651.9 610.6"
/>
<polygon class="w" points="632.5 638.9 639.9 638.9 639.9 610 630.9 609.5 632.5 638.9" />
<polygon class="w" points="661.8 638.9 669.2 638.9 671.3 609.5 661.8 610 661.8 638.9" />
<rect class="l" x="676.2" y="567.6" width="13.7" height="9.5" />
<rect class="l" x="676.2" y="582.1" width="13.7" height="9.5" />
<rect class="l" x="676.2" y="596.6" width="13.7" height="9.5" />
<rect class="l" x="676.2" y="611" width="13.7" height="9.5" />
<rect class="l" x="676.2" y="625.5" width="13.7" height="9.5" />
<rect class="l" x="676.2" y="640" width="13.7" height="9.5" />
<rect class="l" x="610.6" y="567.6" width="13.7" height="9.5" />
<rect class="l" x="610.6" y="582.1" width="13.7" height="9.5" />
<rect class="l" x="610.6" y="596.6" width="13.7" height="9.5" />
<rect class="l" x="610.6" y="611" width="13.7" height="9.5" />
<rect class="l" x="610.6" y="625.5" width="13.7" height="9.5" />
<rect class="l" x="610.6" y="640" width="13.7" height="9.5" />
<rect class="u" x="612.2" y="664.2" width="76.6" height="19.3" />
<rect class="l" x="610.8" y="662.1" width="79.4" height="4.9" />
<rect class="g" x="639.5" y="648.2" width="22.8" height="35.9" />
<rect class="w" x="641.6" y="650.1" width="18.6" height="33.8" />
<circle class="t" cx="655.1" cy="670.6" r="2.2" />
<path class="g" d="M293.7,498.8c-3.3-2.3-9.9-3.6-14-4.7-6.5-1.8-14.3-4.1-19.6-8.6s-14.4-4.3-21.1-1.9-11.2,8.2-18,9.6-13.8,2-20.7-.7-16.5-3.4-24.4-2.7c-3.2.3-5.4,0.4-8.2,2.1s-4.6,3.4-7.4,3.9c-5.9.9-12.2-3.2-18.3-1.3-7.8,2.4-4.2,11.4.3,15.3l151.3,0.3C295.4,506.5,298.5,502.2,293.7,498.8Z"
/>
<rect class="y" x="135.7" y="553.1" width="165.3" height="123.5" />
<polygon class="b" points="143.1 502 132.5 553.5 304.2 553.5 295 502 143.1 502" />
<g class="z">
<path class="i" d="M146.8,510.2s-4.5,8.6,2.3,8.6,5.4-8.6,5.4-8.6h-7.7Z" />
<path class="i" d="M157.2,510.2s-4.5,8.6,2.3,8.6,5.4-8.6,5.4-8.6h-7.7Z" />
<path class="i" d="M168.5,510.2s-4.5,8.6,2.3,8.6,5.4-8.6,5.4-8.6h-7.7Z" />
</g>
<g class="z">
<path class="i" d="M277.2,521.1s-1.4,8.6,5.4,8.6,2.3-8.6,2.3-8.6h-7.7Z" />
<path class="i" d="M266.8,521.1s-1.4,8.6,5.4,8.6,2.3-8.6,2.3-8.6h-7.7Z" />
<path class="i" d="M255.5,521.1s-1.4,8.6,5.4,8.6,2.3-8.6,2.3-8.6h-7.7Z" />
</g>
<g class="z">
<path class="i" d="M166.9,533.9s-4.5,8.6,2.3,8.6,5.4-8.6,5.4-8.6h-7.7Z" />
<path class="i" d="M178.6,533.9s-4.5,8.6,2.3,8.6,5.4-8.6,5.4-8.6h-7.7Z" />
</g>
<g class="z">
<path class="i" d="M256.4,510.5s-1.4,8.6,5.4,8.6,2.3-8.6,2.3-8.6h-7.7Z" />
<path class="i" d="M244.7,510.5s-1.4,8.6,5.4,8.6,2.3-8.6,2.3-8.6h-7.7Z" />
</g>
<path class="aa" d="M151.3,533.9s-4.5,8.6,2.3,8.6,5.4-8.6,5.4-8.6h-7.7Z" />
<path class="aa" d="M219.9,511.4s-4.5,8.6,2.3,8.6,5.4-8.6,5.4-8.6h-7.7Z" />
<rect class="ab" x="200.1" y="622.5" width="40.9" height="53.9" />
<rect class="ac" x="204.9" y="627.3" width="31.2" height="49.2" />
<rect class="b" x="207.8" y="629.9" width="25.5" height="46.4" />
<circle class="ac" cx="226.2" cy="658.1" r="3.1" />
<path class="l" d="M162.6,567.5h-1.3a12.5,12.5,0,0,0-12.6,12.6v19.3h26.5V580.1A12.6,12.6,0,0,0,162.6,567.5Z" />
<path class="k" d="M162.6,567.5h-1.3a12.5,12.5,0,0,0-12.6,12.6v19.3h26.5V580.1A12.6,12.6,0,0,0,162.6,567.5ZM173,597.2H150.9V580.1a10,10,0,0,1,10.4-10.4h1.3A10,10,0,0,1,173,580.1v17.1h0Z" />
<polygon class="k" points="163.2 568.4 160.7 568.4 160.7 577.3 150 577.3 150 579.6 160.7 579.6 160.7 587.2 150 587.2 150 589.6 160.7 589.6 160.7 598.6 163.2 598.6 163.2 589.6 174.1 589.6 174.1 587.2 163.2 587.2 163.2 579.6 174.1 579.6 174.1 577.3 163.2 577.3 163.2 568.4"
/>
<path class="l" d="M199.9,567.5h-1.3A12.5,12.5,0,0,0,186,580.1v19.3h26.5V580.1A12.5,12.5,0,0,0,199.9,567.5Z" />
<path class="k" d="M199.9,567.5h-1.3A12.5,12.5,0,0,0,186,580.1v19.3h26.5V580.1A12.5,12.5,0,0,0,199.9,567.5Zm10.4,29.7H188.2V580.1a10,10,0,0,1,10.4-10.4h1.3a10,10,0,0,1,10.4,10.4v17.1h0Z" />
<polygon class="k" points="200.5 568.4 198 568.4 198 577.3 187.3 577.3 187.3 579.6 198 579.6 198 587.2 187.3 587.2 187.3 589.6 198 589.6 198 598.6 200.5 598.6 200.5 589.6 211.4 589.6 211.4 587.2 200.5 587.2 200.5 579.6 211.4 579.6 211.4 577.3 200.5 577.3 200.5 568.4"
/>
<path class="l" d="M237.2,567.5H236a12.5,12.5,0,0,0-12.6,12.6v19.3h26.5V580.1A12.6,12.6,0,0,0,237.2,567.5Z" />
<path class="k" d="M237.2,567.5H236a12.5,12.5,0,0,0-12.6,12.6v19.3h26.5V580.1A12.6,12.6,0,0,0,237.2,567.5Zm10.5,29.7H225.6V580.1A10,10,0,0,1,236,569.7h1.3a10,10,0,0,1,10.4,10.4v17.1h0Z" />
<polygon class="k" points="237.9 568.4 235.4 568.4 235.4 577.3 224.7 577.3 224.7 579.6 235.4 579.6 235.4 587.2 224.7 587.2 224.7 589.6 235.4 589.6 235.4 598.6 237.9 598.6 237.9 589.6 248.8 589.6 248.8 587.2 237.9 587.2 237.9 579.6 248.8 579.6 248.8 577.3 237.9 577.3 237.9 568.4"
/>
<path class="l" d="M274.6,567.9h-1.3a12.5,12.5,0,0,0-12.6,12.6v19.3h26.5V580.5A12.5,12.5,0,0,0,274.6,567.9Z" />
<path class="k" d="M274.6,567.9h-1.3a12.5,12.5,0,0,0-12.6,12.6v19.3h26.5V580.5A12.5,12.5,0,0,0,274.6,567.9ZM285,597.6H262.9V580.5a10,10,0,0,1,10.4-10.4h1.3A10,10,0,0,1,285,580.5v17.1h0Z" />
<polygon class="k" points="275.2 568.9 272.7 568.9 272.7 577.7 262 577.7 262 580.1 272.7 580.1 272.7 587.7 262 587.7 262 590 272.7 590 272.7 599 275.2 599 275.2 590 286.1 590 286.1 587.7 275.2 587.7 275.2 580.1 286.1 580.1 286.1 577.7 275.2 577.7 275.2 568.9"
/>
<path class="g" d="M285.3,544.5c-17.3.6-34.8,3.7-52.3,2.1-11.9-1.1-23.7.6-35.7,0.6-9.6,0-19.1.7-28.7,0.7s-16-2.9-24.5-3.3c-5.2-.2-15.6-0.7-13.4,7L305,553.3C310.2,548.5,288.3,544.4,285.3,544.5Z" />
<rect class="ac" x="130.6" y="551.6" width="175.3" height="6.1" />
<rect class="ab" x="171.7" y="497" width="27.4" height="38.3" />
<rect class="k" x="176.5" y="502.5" width="17.9" height="28.8" />
<rect class="l" x="178.1" y="503.9" width="14.7" height="26" />
<polygon class="k" points="186.6 503 184.5 503 184.5 513 177.1 513 177.1 515.1 184.5 515.1 184.5 530.4 186.6 530.4 186.6 515.1 193.9 515.1 193.9 513 186.6 513 186.6 503" />
<rect class="ab" x="235.3" y="497" width="27.4" height="38.3" />
<rect class="k" x="240.1" y="502.5" width="17.9" height="28.8" />
<rect class="l" x="241.6" y="503.9" width="14.7" height="26" />
<polygon class="k" points="250.2 503 248.1 503 248.1 513 240.7 513 240.7 515.1 248.1 515.1 248.1 530.4 250.2 530.4 250.2 515.1 257.5 515.1 257.5 513 250.2 513 250.2 503" />
<path class="ab" d="M272.2,621h-1.5a17.9,17.9,0,0,0-18,17.8v25.7h37.4V638.8A17.7,17.7,0,0,0,272.2,621Z" />
<path class="l" d="M272.2,624.1h-1.5a14.9,14.9,0,0,0-14.9,14.8v22.7h31.3V638.9A14.7,14.7,0,0,0,272.2,624.1Z" />
<path class="k" d="M272.2,624.1h-1.5a14.9,14.9,0,0,0-14.9,14.8v22.7h31.3V638.9A14.7,14.7,0,0,0,272.2,624.1Zm12.4,34.8H258.5V638.8c0-7.1,5.1-12.2,12.3-12.2h1.5c7.2,0,12.3,5.1,12.3,12.2v20.1h0Z" />
<polygon class="k" points="273 625.2 270 625.2 270 635.6 257.3 635.6 257.3 638.4 270 638.4 270 647.2 257.3 647.2 257.3 650 270 650 270 660.5 273 660.5 273 650 285.9 650 285.9 647.2 273 647.2 273 638.4 285.9 638.4 285.9 635.6 273 635.6 273 625.2" />
<path class="ab" d="M167.6,621h-1.5a17.9,17.9,0,0,0-18,17.8v25.7h37.4V638.8A17.8,17.8,0,0,0,167.6,621Z" />
<path class="l" d="M167.6,624.1h-1.5a14.9,14.9,0,0,0-14.9,14.8v22.7h31.3V638.9A14.9,14.9,0,0,0,167.6,624.1Z" />
<path class="k" d="M167.6,624.1h-1.5a14.9,14.9,0,0,0-14.9,14.8v22.7h31.3V638.9A14.9,14.9,0,0,0,167.6,624.1Zm12.3,34.8H153.8V638.8c0-7.1,5.1-12.2,12.3-12.2h1.5c7.2,0,12.3,5.1,12.3,12.2v20.1Z" />
<polygon class="k" points="168.3 625.2 165.3 625.2 165.3 635.6 152.7 635.6 152.7 638.4 165.3 638.4 165.3 647.2 152.7 647.2 152.7 650 165.3 650 165.3 660.5 168.3 660.5 168.3 650 181.2 650 181.2 647.2 168.3 647.2 168.3 638.4 181.2 638.4 181.2 635.6 168.3 635.6 168.3 625.2"
/>
<rect class="ac" x="132.1" y="676.3" width="172.3" height="6.8" />
<rect class="ab" x="137.1" y="561.7" width="9.5" height="5.9" />
<rect class="ab" x="149.5" y="561.5" width="9.5" height="5.9" />
<rect class="ab" x="194.2" y="601" width="9.5" height="5.9" />
<rect class="ab" x="214" y="560.6" width="9.5" height="5.9" />
<rect class="ab" x="226.7" y="560.6" width="9.5" height="5.9" />
<rect class="ab" x="284.9" y="563.1" width="9.5" height="5.9" />
<rect class="ab" x="245.2" y="616.8" width="9.5" height="5.9" />
<rect class="ab" x="146.4" y="668" width="9.5" height="5.9" />
<rect class="b" x="135.1" y="614.6" width="165.7" height="2.7" />
<rect class="ab" x="157.6" y="667.7" width="9.5" height="5.9" />
<rect class="ac" x="130.6" y="608" width="175.3" height="6.1" />
<rect class="b" x="135.4" y="557.3" width="165.7" height="2.7" />
<path class="g" d="M185,532.8a33.1,33.1,0,0,1-10-1.4c-2.1-.6-8.7,1.3-6,5.4h32.7C203,531.5,188.5,532.8,185,532.8Z" />
<path class="g" d="M262.7,532.8c-2.7-1.4-8,.6-11,0.3s-23.3-3.6-17,3H257C258.9,536.2,268.8,535.9,262.7,532.8Z" />
<path class="g" d="M287.6,603.8c-5.9-.8-11.8-0.8-17.7-1.6-8.5-1.2-16.4-.8-24.9-0.4-13.5.6-27.1,0-40.7,0s-23.8,3.3-35.9,3.3a100.9,100.9,0,0,1-13.5-.7c-3.6-.5-7.3-0.1-10.9-0.6s-15-3.8-13.7,3.6l175,0.7C308.6,602,290.7,604.2,287.6,603.8Z" />
<path class="g" d="M187.3,677.5c-8.8.3-17.4-1-25.9,0.7s-13-1.7-20.3-2.7-12.7,1.1-19.4,2.1c-4.1.6-55.9-.5-59.7,2-1.7,1.2-7.1,4.4-7.3,5.7l182,1.3c-4.3-2.1-27.2-4.2-31.7-6.1C198.8,677.8,193.9,677.3,187.3,677.5Z" />
<path class="g" d="M71.7,680.8c-1.3-.6-2.8-0.1-4.1-0.6s-1.8-1.5-2.9-2c-5.1-2.3-12.4-1.3-17.9-.4s-9.7,5.1-15.4,5.4a88.2,88.2,0,0,1-16.3-.7c-2.9-.4-4.5-2.1-7-3.4s-5.1-1-8-1.2v7.6H75.5C171.3,684.2,73.2,681.5,71.7,680.8Z" />
<path class="g" d="M376.7,674c-10.7-5-19.9.7-30.7,2.1a238.6,238.6,0,0,1-28,2.4c-6,0-11.1-1.6-16.9-3.1s-14.6-.1-21.7-0.1-14.9-3-22.7-.8-12.5,6.2-19,9.4l155.7,0.9c-2.3-1.6-3.9-3.5-6.3-5.3S380.1,675.6,376.7,674Z" />
<path class="g" d="M596.7,677.3c-8-.1-15-2.5-22.5-4.5-4.4-1.2-6.6-2.5-11.6-1.5s-5.3,2.8-8.2,7c-5,7.2-16.6,5.4-24.6,5s-10.4-9.9-21-9.5-19.2,4-29,3.5c-5.4-.3-10.8-1-16.4-1s-11.7-1.4-17.6-1.5-17.8,2.4-18,9l212,3.5C641.6,678.5,603.6,677.4,596.7,677.3Z"
/>
<path class="g" d="M782.5,672.8c-6.8.6-13.4,2.6-20.3,3-10.3.6-21.2-.2-31.4,1-6,.7-11.4,4.2-17.5,5s-8.1-1.7-12.6-2.5-11.5,1.2-17,.6-15.8-.8-21,4.4L800,685.7V674.6l-1.8-.3C793,673.6,787.9,672.4,782.5,672.8Z" />
<path class="ad" d="M461.5,3.5H450.8c-30.5,0-62-3.3-92.3.5,11.1,11.5,29.8,18.4,33.9,39.6,4.8,24.9-24.6,30.2-35.9,34.3-21.6,7.9-39.7,25.1-50.6,52.6-9.7,24.4-9,53.7,3.3,76,16,29.1,42.2,43.5,55.7,76.1s16.8,75-3.1,102.1c-13,17.8-38.9,31.3-35.9,62.9,1.2,12.6,18,49.6,29.3,49.6h10.6s-36-57-1.6-85.5c30.3-25.2,63-81.3,42.7-132.1-14.4-36.2-78.6-59.8-73-107.9,2.5-21.3,18.3-36.4,30.8-45.9,31.8-24.2,72.7-36.9,92.1-83.9C457.4,40.5,466.7,3.5,461.5,3.5Z"
/>
<ellipse class="ae" cx="404.6" cy="70.5" rx="25" ry="24.6" />
<path class="af" d="M406.5,47.8c-7-.3-13.1,2.6-15.4,6.8-3.7,6.7-1.9,18.1,12.9,19.7s20.5-11.6,17.3-18.6C419.3,51.4,413.5,48,406.5,47.8Z" />
<path class="ag" d="M415.2,87.3c0.9-4.7-4.8-7.2-7.1-10.5-3.6-5.2-5.4-7-10.9-11.9-10-9-17.4-1-13.3,11.6,2.1,6.4,7.2,12.5,13.6,15.1C402.2,93.5,414,93.8,415.2,87.3Z" />
<path class="g" d="M414.2,52.9a4.5,4.5,0,0,0-4.6.7c-1.5,1.5.7,3.6,2.9,4.4s5.3,0.2,5-1.8A4.6,4.6,0,0,0,414.2,52.9Z" />
<path class="f" d="M71.5,13.9C50,21.8,31.8,39,20.9,66.6c-9.7,24.4-9,53.7,3.3,76,16,29.1,37,46.1,55.7,76.1,26.8,43.1,16.8,75-3.1,102.1-13,17.8-43.2,31.3-39.9,62.9,2.8,26.1,22,49.6,33.3,49.6H80.8S31,385.1,79.2,347.8c55.5-42.9,70.5-84.9,42.7-132.1-19.8-33.6-78.6-59.8-73-107.9,2.5-21.3,18.3-36.4,30.8-45.9C105.9,42,138.1,29.8,159.6.1H101.5C93.1,8.2,78.6,11.3,71.5,13.9Z"
/>
<g class="ah">
<path class="ai" d="M218.7,0.8h-46c20,23.5,6,61.3-3.4,74s-25.6,23.1,7.4,83.5-2,109.4-23,167.7-2,28.6,34,117.6c13.1,32.3,18.3,49,19.7,57.3h9c-4.4-54.8-57.5-108.2-53.7-150.3,4-44,52-75.7,43-151.3s-39-68.5-21-109.4S218.7,0.8,218.7.8Z" />
</g>
<g class="ah">
<path class="ai" d="M568.2,0.8h-46c20,23.5,6,61.3-3.4,74s-25.6,23.1,7.4,83.5-2,109.4-23,167.7-2,28.6,34,117.6c13.1,32.3,18.3,49,19.7,57.3h9c-4.4-54.8-57.5-108.2-53.7-150.3,4-44,52-75.7,43-151.3s-39-68.5-21-109.4S568.2,0.8,568.2.8Z" />
</g>
<path class="aj" d="M438.7,419.8c7,19,6,30-7,59-10.4,23.2-.5,30.9,3.9,33H448c-10.5-12.5,4.7-101,4.7-101S431.7,400.8,438.7,419.8Z" />
<path class="b" d="M755,441.6l0.5-.6Z" />
<path class="b" d="M752.9,483v0.4A0.3,0.3,0,0,0,752.9,483Z" />
<path class="b" d="M747.3,443.9a0.4,0.4,0,0,1,.2-0.2A0.2,0.2,0,0,0,747.3,443.9Z" />
<path class="b" d="M752.3,489.7h0.3C752.4,489.6,752.3,489.6,752.3,489.7Z" />
<path class="b" d="M692.2,469l0.4-.4A1.5,1.5,0,0,0,692.2,469Z" />
<path class="b" d="M721.1,448.2c0-.1.1-0.3,0.1-0.4S721.1,448.1,721.1,448.2Z" />
<path class="b" d="M724.1,463.9l-0.4.6A0.9,0.9,0,0,0,724.1,463.9Z" />
<path class="b" d="M718.5,460.4l0.3-.3Z" />
<path class="b" d="M721.9,460.3l-0.3-.8Z" />
<path class="g" d="M740.9,313a1.8,1.8,0,0,1,0,3.6A1.8,1.8,0,0,1,740.9,313Z" />
<path class="g" d="M727.8,289.4c3.5,0,3.5,5.4,0,5.4S724.3,289.4,727.8,289.4Z" />
<path class="g" d="M729.7,421.1c2.7,0,2.7,4.2,0,4.2S727,421.1,729.7,421.1Z" />
<path class="g" d="M700.3,322.1c2.7,0,2.7,4.2,0,4.2S697.6,322.1,700.3,322.1Z" />
<path class="g" d="M684.3,335.5c3.5,0,3.5,5.4,0,5.4S680.8,335.5,684.3,335.5Z" />
<path class="g" d="M576.6,475.4c3.1,0,3.1,4.8,0,4.8S573.5,475.4,576.6,475.4Z" />
<path class="g" d="M591.7,223.4a2.1,2.1,0,0,0-2.3,1.8c-0.2,2.7,4,3.2,4.2.5a2.4,2.4,0,0,0-1.9-2.3C590.5,223.3,592.8,223.6,591.7,223.4Z" />
<path class="g" d="M601.8,240.5a2,2,0,0,1,0,4A2,2,0,0,1,601.8,240.5Z" />
<path class="g" d="M604.6,458.7c3,0,3,4.6,0,4.6S601.6,458.7,604.6,458.7Z" />
<path class="g" d="M619.7,454.3a2.4,2.4,0,1,0,2.1,2.6,2.4,2.4,0,0,0-2.1-2.6h0Z" />
<path class="g" d="M641.4,376.1a2.2,2.2,0,1,0,1.9,2.4,2.3,2.3,0,0,0-1.9-2.4C640.2,376,642.5,376.3,641.4,376.1Z" />
<path class="g" d="M683,284.8c3.5,0,3.5,5.4,0,5.4S679.5,284.8,683,284.8Z" />
<path class="g" d="M723.7,253.2c3.1,0,3.1,4.8,0,4.8S720.6,253.2,723.7,253.2Z" />
<path class="g" d="M726,326.4c3.6,0,3.6,5.6,0,5.6S722.4,326.4,726,326.4Z" />
<path class="g" d="M753.7,232.7c2.8,0,2.8,4.4,0,4.4S750.9,232.7,753.7,232.7Z" />
<path class="g" d="M760.2,223.2a1.6,1.6,0,1,0,1.4,1.8A1.6,1.6,0,0,0,760.2,223.2Z" />
<path class="g" d="M760.5,389.2c-2.9-.2-3.4,4.3-0.5,4.5a2.1,2.1,0,0,0,2.5-2,2.2,2.2,0,0,0-2-2.5h0Z" />
<path class="g" d="M785.9,282.2c2.4,0,2.5,3.8,0,3.8S783.4,282.2,785.9,282.2Z" />
<path class="g" d="M742.4,467.7a1.8,1.8,0,0,0-1.9,1.5c-0.2,2.2,3.2,2.6,3.4.4a1.8,1.8,0,0,0-1.5-1.9h0Z" />
<path class="g" d="M689.8,464c2.4,0,2.5,3.8,0,3.8S687.3,464,689.8,464Z" />
<path class="g" d="M611.6,361.3a2.4,2.4,0,1,0,2.1,2.7,2.4,2.4,0,0,0-2.1-2.7h0Z" />
<path class="g" d="M630.6,323.1c-3.2-.5-3.8,4.5-0.6,5s3.9-4.8.6-5C629.2,322.9,632,323.2,630.6,323.1Z" />
<path class="g" d="M639,397.5c2.7,0,2.7,4.2,0,4.2S636.3,397.5,639,397.5Z" />
<path class="g" d="M665.9,478.3c2.8,0,2.8,4.4,0,4.4S663.1,478.3,665.9,478.3Z" />
<path class="g" d="M697.3,394.7a2.3,2.3,0,1,0,2,2.6,2.3,2.3,0,0,0-2-2.6h0Z" />
<path class="g" d="M781.2,291.6c3.5,0,3.5,5.4,0,5.4S777.7,291.6,781.2,291.6Z" />
<path class="g" d="M763,416.2a2.8,2.8,0,0,0-3.1,2.4,2.7,2.7,0,1,0,3.1-2.4h0Z" />
<path class="g" d="M743.9,45.2a1.8,1.8,0,0,1,0,3.6A1.8,1.8,0,0,1,743.9,45.2Z" />
<path class="g" d="M730.8,21.6c3.5,0,3.5,5.4,0,5.4S727.3,21.6,730.8,21.6Z" />
<path class="g" d="M732.7,153.3c2.7,0,2.7,4.2,0,4.2S730,153.3,732.7,153.3Z" />
<path class="g" d="M703.3,54.3c2.7,0,2.7,4.2,0,4.2S700.6,54.3,703.3,54.3Z" />
<path class="g" d="M687.3,67.7c3.5,0,3.5,5.4,0,5.4S683.8,67.7,687.3,67.7Z" />
<path class="g" d="M569.6,125.3a1.8,1.8,0,0,1,0,3.6A1.8,1.8,0,0,1,569.6,125.3Z" />
<path class="g" d="M579.7,125a2.5,2.5,0,0,0-2.3,4A2.5,2.5,0,1,0,579.7,125Z" />
<path class="g" d="M607.6,190.9c3,0,3,4.6,0,4.6S604.6,190.9,607.6,190.9Z" />
<path class="g" d="M622.7,186.5a2.4,2.4,0,1,0,2.1,2.6,2.4,2.4,0,0,0-2.1-2.6h0Z" />
<path class="g" d="M686,17c3.5,0,3.5,5.4,0,5.4S682.5,17,686,17Z" />
<path class="g" d="M729,58.6c3.6,0,3.6,5.6,0,5.6S725.4,58.6,729,58.6Z" />
<path class="g" d="M763.5,121.4c-2.9-.2-3.4,4.3-0.5,4.5a2.1,2.1,0,0,0,2.5-2,2.2,2.2,0,0,0-2-2.5h0Z" />
<path class="g" d="M788.9,14.4c2.4,0,2.5,3.8,0,3.8S786.4,14.4,788.9,14.4Z" />
<path class="g" d="M745.4,199.9a1.8,1.8,0,0,0-1.9,1.5c-0.2,2.2,3.2,2.6,3.4.4a1.8,1.8,0,0,0-1.5-1.9h0Z" />
<path class="g" d="M692.8,196.2c2.4,0,2.5,3.8,0,3.8S690.3,196.2,692.8,196.2Z" />
<path class="g" d="M660.7,121.6a2.5,2.5,0,1,0,2.2,2.8,2.4,2.4,0,0,0-2.2-2.8h0Z" />
<path class="g" d="M611.7,176.9c3.1,0,3.1,4.8,0,4.8S608.6,176.9,611.7,176.9Z" />
<path class="g" d="M572,19.5c2.4,0,2.5,3.8,0,3.8S569.5,19.5,572,19.5Z" />
<path class="g" d="M614.6,93.5a2.4,2.4,0,1,0,2.1,2.7,2.4,2.4,0,0,0-2.1-2.7h0Z" />
<path class="g" d="M633.6,55.3c-3.2-.5-3.8,4.5-0.6,5s3.9-4.8.6-5C632.2,55.1,635,55.4,633.6,55.3Z" />
<path class="g" d="M642,129.7c2.7,0,2.7,4.2,0,4.2S639.3,129.7,642,129.7Z" />
<path class="g" d="M668.9,210.5c2.8,0,2.8,4.4,0,4.4S666.1,210.5,668.9,210.5Z" />
<path class="g" d="M681.6,134.4c3.1,0,3.1,4.8,0,4.8S678.5,134.4,681.6,134.4Z" />
<path class="g" d="M700.3,126.9a2.3,2.3,0,1,0,2,2.6,2.3,2.3,0,0,0-2-2.6h0Z" />
<path class="g" d="M784.2,23.8c3.5,0,3.5,5.4,0,5.4S780.7,23.8,784.2,23.8Z" />
<path class="g" d="M696.7,184.5c-3.5-.5-4.1,5.2-0.6,5.4a2.6,2.6,0,0,0,3-2.4A2.7,2.7,0,0,0,696.7,184.5Z" />
<path class="g" d="M766,148.4a2.8,2.8,0,0,0-3.1,2.4,2.7,2.7,0,1,0,3.1-2.4h0Z" />
<rect class="ak" x="388.4" y="461" width="30" height="273.99" />
<path class="al" d="M388.1,695.4v21a92.5,92.5,0,0,0,30.7-18.6V674.2C410.9,684.1,400.5,689.5,388.1,695.4Z" />
<path class="al" d="M388.1,653.9v21a92.5,92.5,0,0,0,30.7-18.6V632.7C410.9,642.6,400.5,648,388.1,653.9Z" />
<path class="al" d="M388.1,612.4v21a92.5,92.5,0,0,0,30.7-18.6V591.2C410.9,601.1,400.5,606.4,388.1,612.4Z" />
<path class="al" d="M388.1,570.9v21a92.5,92.5,0,0,0,30.7-18.6V549.7C410.9,559.5,400.5,564.9,388.1,570.9Z" />
<path class="al" d="M388.1,529.3v21a92.5,92.5,0,0,0,30.7-18.6V508.1C410.9,518,400.5,523.4,388.1,529.3Z" />
<path class="al" d="M388.1,487.8v21a92.5,92.5,0,0,0,30.7-18.6V466.6C410.9,476.5,400.5,481.9,388.1,487.8Z" />
<g class="ah">
<path d="M388.4,481l2,0.7a14.6,14.6,0,0,1,6.6,5.8c1.8,2.8,3.2,6.8,4.3,12v0.3h4.6v-0.3c1.1-5.3,2.5-9.3,4.1-12a13.7,13.7,0,0,1,6.4-5.8l2-.7V457h-30v24Z" />
</g>
<path class="b" d="M82.7,455.1a0.4,0.4,0,0,1,.2-0.2Z" />
<path class="b" d="M56.5,459.5c0-.1.1-0.3,0.1-0.4A2.3,2.3,0,0,0,56.5,459.5Z" />
<path class="b" d="M90.4,452.9l0.5-.6Z" />
<path class="b" d="M59.5,475.2l-0.4.6A0.9,0.9,0,0,0,59.5,475.2Z" />
<path class="b" d="M27.6,480.2l0.4-.4Z" />
<path class="b" d="M53.9,471.7l0.3-.3Z" />
<path class="b" d="M57.3,471.5l-0.3-.8Z" />
<path class="b" d="M146,484.1l-0.4.5Z" />
<path class="e" d="M329.3,450.1c0-.1.1-0.3,0.1-0.4S329.3,450,329.3,450.1Z" />
<path class="e" d="M361.1,484.9v0.4A0.3,0.3,0,0,0,361.1,484.9Z" />
<path class="e" d="M363.2,443.5l0.5-.6Z" />
<path class="e" d="M355.5,445.7a0.4,0.4,0,0,1,.2-0.2Z" />
<path class="e" d="M300.4,470.8l0.4-.4A1.5,1.5,0,0,1,300.4,470.8Z" />
<path class="e" d="M332.3,465.8l-0.4.6A0.9,0.9,0,0,0,332.3,465.8Z" />
<path class="e" d="M330.1,462.1l-0.3-.8Z" />
<path class="e" d="M326.7,462.3l0.3-.3Z" />
<path class="e" d="M418.8,474.7l-0.4.5Z" />
<polygon class="b" points="168.9 497.4 201 497.4 184.3 484.6 168.9 497.4" />
<polygon class="b" points="232.5 497.4 264.6 497.4 247.9 484.6 232.5 497.4" />
<path class="g" d="M198.9,360.8c2.7,0,2.7,4.2,0,4.2S196.2,360.8,198.9,360.8Z" />
<path class="g" d="M190.9,431.5a1.7,1.7,0,0,1,0,3.4A1.7,1.7,0,0,1,190.9,431.5Z" />
<path class="g" d="M144.3,289.9c3.1,0,3.1,4.8,0,4.8S141.2,289.9,144.3,289.9Z" />
<path class="g" d="M132.2,343.6c2.4,0,2.5,3.8,0,3.8S129.7,343.6,132.2,343.6Z" />
<path class="g" d="M104.3,419c2.8,0,2.8,4.4,0,4.4S101.5,419,104.3,419Z" />
<path class="g" d="M107.5,303.5a2.2,2.2,0,1,0,2,2.5A2.3,2.3,0,0,0,107.5,303.5Z" />
<path class="g" d="M58,475.6a2,2,0,1,0,1.7,2.2,2.1,2.1,0,0,0-1.7-2.2C56.9,475.5,59,475.8,58,475.6Z" />
<path class="g" d="M11.6,308.6a2,2,0,0,1,0,4A2,2,0,0,1,11.6,308.6Z" />
<path class="g" d="M26.8,325.1a1.7,1.7,0,1,0,1.5,1.9,1.9,1.9,0,0,0-1.5-1.9h0Z" />
<path class="g" d="M86.2,258.8c3.1,0,3.1,4.8,0,4.8S83.1,258.8,86.2,258.8Z" />
<path class="g" d="M89.3,319a1.8,1.8,0,0,1,0,3.6A1.8,1.8,0,0,1,89.3,319Z" />
<path class="g" d="M111.5,385.5c2.4,0,2.5,3.8,0,3.8S109,385.5,111.5,385.5Z" />
<path class="g" d="M141,371.8c3.2,0,3.2,5,0,5S137.8,371.8,141,371.8Z" />
<path class="g" d="M161.9,349.7a1.8,1.8,0,0,1,0,3.6A1.8,1.8,0,0,1,161.9,349.7Z" />
<path class="g" d="M186.5,293.1c3.2,0,3.2,5,0,5S183.3,293.1,186.5,293.1Z" />
<path class="g" d="M203.3,287.1c3.4,0,3.4,5.2,0,5.2S199.9,287.1,203.3,287.1Z" />
<path class="g" d="M205.9,348.7c3.2,0,3.2,5,0,5S202.7,348.7,205.9,348.7Z" />
<path class="g" d="M245.1,432.3a1.7,1.7,0,0,1,0,3.4A1.7,1.7,0,0,1,245.1,432.3Z" />
<path class="g" d="M397.1,463.3c3.4,0,3.4,5.2,0,5.2S393.7,463.3,397.1,463.3Z" />
<path class="g" d="M510.1,469.7a2.2,2.2,0,0,0-1.9,3.5,2.2,2.2,0,1,0,1.9-3.5h0Z" />
<path class="g" d="M504.5,462.9a1.7,1.7,0,0,1,0,3.4A1.7,1.7,0,0,1,504.5,462.9Z" />
<path class="g" d="M406.8,478a2.6,2.6,0,1,0,2.3,2.9,2.6,2.6,0,0,0-2.3-2.9C405.4,477.8,408.2,478.1,406.8,478Z" />
<path class="g" d="M232.4,421.2c3,0,3,4.6,0,4.6S229.4,421.2,232.4,421.2Z" />
<path class="g" d="M143,435.2a1.9,1.9,0,1,0,1.6,2.1,1.8,1.8,0,0,0-1.6-2.1h0Z" />
<path class="g" d="M121.6,449.2c2.4,0,2.5,3.8,0,3.8S119.1,449.2,121.6,449.2Z" />
<path class="g" d="M18.9,477.6c2.8,0,2.8,4.4,0,4.4S16.1,477.6,18.9,477.6Z" />
<path class="g" d="M4.6,476.6c3.1,0,3.1,4.8,0,4.8S1.5,476.6,4.6,476.6Z" />
<path class="g" d="M2.8,408a2.4,2.4,0,0,0-2.1-2.7H0v4.8H0.1A2.4,2.4,0,0,0,2.8,408C3,406.7,2.7,409.3,2.8,408Z" />
<path class="g" d="M33.7,450.6a1.6,1.6,0,0,1,0,3.2A1.6,1.6,0,0,1,33.7,450.6Z" />
<path class="g" d="M103.8,294c2.4,0,2.5,3.8,0,3.8S101.3,294,103.8,294Z" />
<path class="g" d="M97.1,384.3a2,2,0,1,0,1.7,2.2,2.1,2.1,0,0,0-1.7-2.2C96,384.2,98.1,384.5,97.1,384.3Z" />
<path class="g" d="M111.5,370.9a2,2,0,0,1,0,4A2,2,0,0,1,111.5,370.9Z" />
<path class="g" d="M146.6,293.6a1.6,1.6,0,0,1,0,3.2A1.6,1.6,0,0,1,146.6,293.6Z" />
<path class="g" d="M158.2,437.5c3.1,0,3.1,4.8,0,4.8S155.1,437.5,158.2,437.5Z" />
<path class="g" d="M167.7,398.1c2.7,0,2.7,4.2,0,4.2S165,398.1,167.7,398.1Z" />
<path class="g" d="M172.5,481.3c3.1,0,3.1,4.8,0,4.8S169.4,481.3,172.5,481.3Z" />
<path class="g" d="M217.1,317.4c3.1,0,3.1,4.8,0,4.8S214,317.4,217.1,317.4Z" />
<path class="g" d="M300.7,469.9c3.2,0,3.2,5,0,5S297.5,469.9,300.7,469.9Z" />
<path class="g" d="M511.2,470.6a2.3,2.3,0,0,0-.5,4.5,2.3,2.3,0,0,0,2.5-2,2.2,2.2,0,0,0-2-2.5h0Z" />
<path class="g" d="M6.1,344.7a1.7,1.7,0,0,1,0,3.4A1.7,1.7,0,0,1,6.1,344.7Z" />
<path class="g" d="M18.9,400.7c3.2,0,3.2,5,0,5S15.7,400.7,18.9,400.7Z" />
<path class="g" d="M42.1,381.1c3.2,0,3.2,5,0,5S38.9,381.1,42.1,381.1Z" />
<path class="g" d="M50.7,463.7c2.4,0,2.5,3.8,0,3.8S48.2,463.7,50.7,463.7Z" />
<path class="g" d="M257.6,480.9a1.8,1.8,0,0,1,0,3.6A1.8,1.8,0,0,1,257.6,480.9Z" />
<path class="g" d="M104.3,478c3.5,0,3.5,5.4,0,5.4S100.8,478,104.3,478Z" />
<path class="g" d="M532.2,63.2a1.8,1.8,0,0,1,0,3.6A1.8,1.8,0,0,1,532.2,63.2Z" />
<path class="g" d="M486.2,82.2a1.8,1.8,0,0,1,0,3.6A1.8,1.8,0,0,1,486.2,82.2Z" />
<path class="g" d="M477.5,62.1c2.4,0,2.5,3.8,0,3.8S475,62.1,477.5,62.1Z" />
<path class="g" d="M365.1,92.3a2.5,2.5,0,0,0-.6,5c3.2,0.5,3.8-4.5.6-5h0Z" />
<path class="g" d="M347.1,80.6a1.7,1.7,0,1,0,1.5,1.9A1.6,1.6,0,0,0,347.1,80.6Z" />
<path class="g" d="M324.2,88.4c3.2,0,3.2,5,0,5S321,88.4,324.2,88.4Z" />
<path class="g" d="M263.7,85c3,0,3,4.6,0,4.6S260.7,85,263.7,85Z" />
<path class="g" d="M252.1,37.8a2.8,2.8,0,0,0-3.1,2.4c-0.5,3.5,5,4.2,5.5.7a2.6,2.6,0,0,0-2.4-3.1C250.6,37.6,253.7,37.9,252.1,37.8Z" />
<path class="g" d="M201.9,93c2.7,0,2.7,4.2,0,4.2S199.2,93,201.9,93Z" />
<path class="g" d="M193.9,163.7a1.7,1.7,0,0,1,0,3.4A1.7,1.7,0,0,1,193.9,163.7Z" />
<path class="g" d="M147.3,22.1c3.1,0,3.1,4.8,0,4.8S144.2,22.1,147.3,22.1Z" />
<path class="g" d="M135.2,75.8c2.4,0,2.5,3.8,0,3.8S132.7,75.8,135.2,75.8Z" />
<path class="g" d="M107.3,151.2c2.8,0,2.8,4.4,0,4.4S104.5,151.2,107.3,151.2Z" />
<path class="g" d="M61,207.8a2,2,0,1,0,1.7,2.2,2.1,2.1,0,0,0-1.7-2.2C59.9,207.7,62,208,61,207.8Z" />
<path class="g" d="M30.6,106.9a1.7,1.7,0,0,1,0,3.4A1.7,1.7,0,0,1,30.6,106.9Z" />
<path class="g" d="M14.6,40.8a2,2,0,0,1,0,4A2,2,0,0,1,14.6,40.8Z" />
<path class="g" d="M29.8,57.3a1.7,1.7,0,1,0,1.5,1.9,1.9,1.9,0,0,0-1.5-1.9h0Z" />
<path class="g" d="M92.3,51.2a1.8,1.8,0,0,1,0,3.6A1.8,1.8,0,0,1,92.3,51.2Z" />
<path class="g" d="M114.5,117.7c2.4,0,2.5,3.8,0,3.8S112,117.7,114.5,117.7Z" />
<path class="g" d="M144,104c3.2,0,3.2,5,0,5S140.8,104,144,104Z" />
<path class="g" d="M164.9,81.9a1.8,1.8,0,0,1,0,3.6A1.8,1.8,0,0,1,164.9,81.9Z" />
<path class="g" d="M189.5,25.3c3.2,0,3.2,5,0,5S186.3,25.3,189.5,25.3Z" />
<path class="g" d="M193.2,70.2c2.8,0,2.8,4.4,0,4.4S190.4,70.2,193.2,70.2Z" />
<path class="g" d="M330.1,79.8c3.5,0,3.5,5.4,0,5.4S326.6,79.8,330.1,79.8Z" />
<path class="g" d="M342.9,14.1a2.3,2.3,0,0,0-2.6,2,2.4,2.4,0,0,0,2,2.6C345.2,19.1,345.9,14.6,342.9,14.1Z" />
<path class="g" d="M369.5,48.3c3,0,3,4.6,0,4.6S366.5,48.3,369.5,48.3Z" />
<path class="g" d="M420.5,48.1c3.5,0,3.5,5.4,0,5.4S417,48.1,420.5,48.1Z" />
<path class="g" d="M531.4,80.5c3.5,0,3.5,5.4,0,5.4S527.9,80.5,531.4,80.5Z" />
<path class="g" d="M146,167.4a1.9,1.9,0,1,0,1.6,2.1,1.8,1.8,0,0,0-1.6-2.1h0Z" />
<path class="g" d="M124.6,181.4c2.4,0,2.5,3.8,0,3.8S122.1,181.4,124.6,181.4Z" />
<path class="g" d="M21.9,209.8c2.8,0,2.8,4.4,0,4.4S19.1,209.8,21.9,209.8Z" />
<path class="g" d="M7.6,208.8c3.1,0,3.1,4.8,0,4.8S4.5,208.8,7.6,208.8Z" />
<path class="g" d="M5.8,140.2a2.4,2.4,0,0,0-2.1-2.7H3v4.8H3.1a2.4,2.4,0,0,0,2.7-2.1C6,138.9,5.7,141.5,5.8,140.2Z" />
<path class="g" d="M36.7,182.8a1.6,1.6,0,0,1,0,3.2A1.6,1.6,0,0,1,36.7,182.8Z" />
<path class="g" d="M106.8,26.2c2.4,0,2.5,3.8,0,3.8S104.3,26.2,106.8,26.2Z" />
<path class="g" d="M100.1,116.5a2,2,0,1,0,1.7,2.2,2.1,2.1,0,0,0-1.7-2.2C99,116.4,101.1,116.7,100.1,116.5Z" />
<path class="g" d="M114.5,103.1a2,2,0,0,1,0,4A2,2,0,0,1,114.5,103.1Z" />
<path class="g" d="M125.9,141.2a1.7,1.7,0,1,0,1.5,1.9,1.7,1.7,0,0,0-1.5-1.9C124.9,141.1,126.9,141.4,125.9,141.2Z" />
<path class="g" d="M149.6,25.8a1.6,1.6,0,0,1,0,3.2A1.6,1.6,0,0,1,149.6,25.8Z" />
<path class="g" d="M161.2,169.7c3.1,0,3.1,4.8,0,4.8S158.1,169.7,161.2,169.7Z" />
<path class="g" d="M170.7,130.3c2.7,0,2.7,4.2,0,4.2S168,130.3,170.7,130.3Z" />
<path class="g" d="M175.5,213.5c3.1,0,3.1,4.8,0,4.8S172.4,213.5,175.5,213.5Z" />
<path class="g" d="M220.1,49.6c3.1,0,3.1,4.8,0,4.8S217,49.6,220.1,49.6Z" />
<path class="g" d="M232.1,82.2a2.2,2.2,0,0,0-2.4,1.9c-0.2,2.8,4.1,3.3,4.3.5a2.2,2.2,0,0,0-1.9-2.4C230.9,82.1,233.3,82.4,232.1,82.2Z" />
<path class="g" d="M310.8,94.9c2.7,0,2.7,4.2,0,4.2S308.1,94.9,310.8,94.9Z" />
<path class="g" d="M328.5,85.4a1.8,1.8,0,0,1,0,3.6A1.8,1.8,0,0,1,328.5,85.4Z" />
<path class="g" d="M356.5,27.6c2.8,0,2.8,4.4,0,4.4S353.7,27.6,356.5,27.6Z" />
<path class="g" d="M405.4,41.5c-2.6-.2-3,3.8-0.4,4S408,41.7,405.4,41.5Z" />
<path class="g" d="M439,1.1a1.7,1.7,0,0,1,0,3.4A1.7,1.7,0,0,1,439,1.1Z" />
<path class="g" d="M494,31.8a2.3,2.3,0,1,0-.5,4.6,2.4,2.4,0,0,0,2.6-2.1,2.5,2.5,0,0,0-2.1-2.5h0Z" />
<path class="g" d="M9.1,76.9a1.7,1.7,0,0,1,0,3.4A1.7,1.7,0,0,1,9.1,76.9Z" />
<path class="g" d="M21.9,132.9c3.2,0,3.2,5,0,5S18.7,132.9,21.9,132.9Z" />
<path class="g" d="M45.1,113.3c3.2,0,3.2,5,0,5S41.9,113.3,45.1,113.3Z" />
<path class="g" d="M213.7,240.1c-9.1,5.9-8.7,19.2-12.7,27.8-2.1,4.6-14.6,18.5-1.3,18.9l33-2C238.7,272.6,237.3,224.7,213.7,240.1Z" />
<path class="g" d="M605.6,234.8c-4.4-15-14.6-14.8-20.2.7-3.4,9.3-4.6,45.4,7.3,48.3l22,5c11.1,0.1,7.4-16.2,4.3-22.3C613.3,255.5,609.3,247.1,605.6,234.8Z" />
<path class="g" d="M578.6,133.2c-16.8-11-12.7-35.7-29.7-45.1-8-4.4-19.9-3.3-28.7-3-20.3.6-39.9,7.6-60.2,7.8A66.7,66.7,0,0,1,433.8,88c-9.3-3.8-18.2-11.1-29-8.5-7.6,1.8-12.2,7.8-19.1,10.3S371,91.5,362.8,91c-17-1-33-4.3-50-5.7s-34-3.9-46,8.4c-10,10.2-11.8,23.3-24,32s-30.8,6-39.3,18-4.2,40.5,12.3,42.6l384,10.6c8.8-13.2,10.4-22.6,6-37.5S590.3,140.8,578.6,133.2Z"
/>
<path class="ai" d="M598,280.2c-12.7-7.6-6.3-29.4-4.8-41,1.8-14.4,3.8-28.8,5.5-43.2s4.4-29.5-4.9-42-28.2-15.8-43.4-13.3c0.6-12.8-1.2-26.7-11.1-36s-21.1-9.7-32.8-8.5c-25.7,2.6-51.4,8.3-77.3,9.4-6,.3-12,0-16.5-4.4a20,20,0,0,1-4.2-6.6c-0.6-1.5-1.5-7.9-2.3-8.4-3.5-2.5-4.6,1.5-5.3,3.3-2.2,5.9-3.4,11.9-9.8,14.8-10.7,4.8-27-.2-38.1-1.6l-37.1-4.8c-13.8-1.8-28.9-4.8-41.6,2.7s-17.9,24.8-16.9,39.9c-13.4-1.8-29.1-.6-39.5,9s-11.3,21-10.2,33c2.3,26.6,9.1,53.2,9.7,79.9,0.1,5.6-.3,11.1-4.5,15.3a20,20,0,0,1-6.6,4.2c-1.5.6-7.4,1.4-8.2,2.6-3.1,4.6,3.9,5.1,6,5.8,5.5,1.7,10.3,4.4,12.4,10.1,4.2,11.5-.8,27.4-2.2,39.2s-3.4,25.9-5,38.9-3.9,28.6,5.1,40.7,28.2,15.8,43.4,13.3c-0.6,13.5,1.7,28.2,12.9,37.1s22.1,8.1,34.1,6.7,25.2-3.4,37.9-4.9,25.8-4.3,38.7-4.2c5.6,0,11,.9,14.9,5.4s3.7,12.8,6,14.2c4.1,2.6,4.8-2.5,5.4-4.7,1.6-5.5,3.9-10.9,9.4-13.4,11-5,27.8.2,39.2,1.6l36,4.6c13.8,1.8,28.9,4.8,41.6-2.7s17.9-24.6,16.9-39.6c18.8,2.2,40.4-1.9,47.7-21.7,6.2-16.8-.3-37.7-2.5-54.8-1.1-8.6-2-17.1-3.1-25.7s-3.9-19.8-1.3-28.6a15.8,15.8,0,0,1,7.4-9.2c2-1.2,10.6-2.5,11.4-3.8,3.8-6-9.4-6.9-12.4-8.6h0Z"
/>
<path class="ac" d="M577.1,248.2c1.5-13.5,3.3-27.1,5.2-40.6,1.6-11.7,6-26.6,2.8-38.3-5.7-21.3-34.7-13.4-50.5-10.8,0.8-15.1,6.3-41.4-12.8-47-11.6-3.4-26.9,1.2-38.5,2.7-13.4,1.8-26.7,3.5-40.1,5.1a158.3,158.3,0,0,1-16.8,1.3c-7.8,0-12.5-3.3-19.5-5.3-3.9-1.1.5-2.1-4.5,0-1.3.5-2.4,1.5-3.7,2.1a33.3,33.3,0,0,1-9.3,2.8c-6.3,1-12.7.3-18.9-.3-12.4-1.3-24.8-2.9-37.2-4.6s-25.9-4.6-38.7-4.6c-26.2,0-21.6,28.6-20.3,46.8-15.5-1.9-43.7-9.1-50.3,10.5-3.4,10.1.3,23.5,1.7,33.7,1.8,13.7,3.4,27.4,5.2,41.1s4.6,28.2-2.6,40c-2.7,4.5-1.6,3.9.7,8.1a31.8,31.8,0,0,1,3.3,10c1.2,6.9.3,14.1-.5,21-1.4,12.8-3,25.6-4.8,38.3s-5.2,26.2-4.3,38.8c1.8,26,34,18.3,51.3,15.6-0.7,15-6,41,13,46.6,11.1,3.2,25.5-.9,36.7-2.4,13.1-1.8,26.1-3.3,39.2-5s26.8-3.9,38.2,3c4.5,2.7,3.9,1.6,8.1-.7a31,31,0,0,1,10.8-3.4c6.6-1,13.5-.2,20.1.5,12.4,1.4,24.8,3,37.1,4.6s26,4.8,38.7,4.4c25-.8,20.3-29,19.1-46.4,11.9,1.5,25.9,4.8,37.6,1.3,20.2-6.2,12.7-31.8,10.6-47-2.6-19.4-6.4-39.2-6.9-58.8a40.3,40.3,0,0,1,2.1-15.8c0.9-2.4,3.5-5.1,4-7.3s-1.6-4.2-2.9-7C574.6,271.2,575.8,258.9,577.1,248.2Zm-1.8-33.7c-1.6,11.5-3,23-4.3,34.5-0.7,6.7-1.5,13.5-1,20.2a42,42,0,0,0,1.3,7.9c0.7,2.7,4.2,7.3,4.2,9.7s-2.8,5.5-3.5,7.4a45.7,45.7,0,0,0-2.1,10.4c-0.5,6.2.2,12.4,0.8,18.6,1.2,11,2.7,21.9,4.1,32.9s3.3,22.8,4.4,34.2c0.9,9.3.7,18.4-10.2,21-12.6,3-28.3-1.2-41-2.7,0.7,11.5,6.7,38-4.7,45.3-8.5,5.5-24.8.6-33.9-.6L449,448.2c-13.1-1.7-27.7-4.3-40.3,1-1.1.5-4,2.5-4.9,2.5s-4.7-2.5-5-2.6a37.4,37.4,0,0,0-8.7-2.4c-7.5-1.3-15.1-.5-22.6.3-12.9,1.4-25.8,3.1-38.6,4.8s-25.8,5.4-38,4c-18.9-2.2-11.8-35-11.1-48.4-12.6,2-38.1,10.3-48.2-.1-7.2-7.5-2.3-23.5-1.1-32.3,1.8-13.7,3.4-27.4,5.2-41.1s4.7-28.5-.3-41.7c-1.6-4.3-2.7-4.5-1.6-8.5s2.6-6.4,3.3-9.9c1.6-7.9.8-16-.1-23.9-1.4-13.7-3.3-27.4-5.2-41.1-1.5-11.3-6.4-27-3.2-38.2,4.9-17.1,38.4-7.9,51.3-6.3-0.8-11.5-7-38.2,4.5-45.6,8.5-5.5,24.8-.6,33.9.7,13.1,1.8,26.2,3.3,39.2,5s27.5,4.4,40.2-.4c4.3-1.6,4.7-2.9,8.6-1.6s6.7,2.9,10.5,3.6c6.7,1.3,13.6.7,20.4,0.1,13.7-1.3,27.4-3.2,41.1-5,12.1-1.6,26.1-5.5,38.3-4.1,19,2.2,11.7,35.4,11,48.9,12.1-2,26.2-6.3,38.4-4.3s13.9,8.6,13.2,18.6-2.5,22.8-3.9,34.3C574.7,218.9,575.8,210.4,575.3,214.5Z"
/>
<path class="am" d="M571.1,247.5v-0.2c1.1-8.3,1.9-14.5,2.4-19s1.1-9.4,1.7-13.8,1.2-8.5,1.8-13.3,1.4-10.9,2.3-18.2v-0.2c1.1-8.3,0-12.1-.5-13.3a11.5,11.5,0,0,0-3.9-5.2,18.7,18.7,0,0,0-8.5-3,44.3,44.3,0,0,0-12.6.1L528,165.6l1.4-26.1a53.3,53.3,0,0,0-.3-9.8,19,19,0,0,0-2.8-8.2,11.5,11.5,0,0,0-5.2-3.9,19.9,19.9,0,0,0-6.8-1,55.7,55.7,0,0,0-6.6.5h-0.2l-17.9,2.2-13.4,1.8-13.8,1.7c-4.9.5-11.1,1.4-18.6,2.4h-0.4c-6.2.7-11.5,1.2-15.9,1.3h-1.6a42.5,42.5,0,0,1-16.7-3.1,34,34,0,0,1-5-2.6,32.3,32.3,0,0,1-4.9,2.5,43,43,0,0,1-16.8,3.1h-1.6c-4.4-.1-9.8-0.6-16-1.3h-0.2c-7.8-1.1-14.2-1.9-19-2.4L331.9,121l-13.3-1.8-18.2-2.3h-0.2a52.7,52.7,0,0,0-6.5-.5c-3.9,0-6,.6-6.8,1a11.5,11.5,0,0,0-5.2,3.9,20,20,0,0,0-3,8.5,43.9,43.9,0,0,0-.3,8.9l1.8,25.4L254.9,161a50.8,50.8,0,0,0-13.5,0,19,19,0,0,0-8.2,2.8,10.8,10.8,0,0,0-3.9,5.2c-0.5,1.2-1.6,5-.5,13.2v0.4c0.8,7.3,1.6,13.2,2.2,17.9s1.3,9,1.8,13.4,1.2,9.2,1.7,13.9,1.3,10.9,2.4,18.5v0.4c0.7,6.1,1.2,11.4,1.3,15.9a44.8,44.8,0,0,1-3.1,18.4,37.5,37.5,0,0,1-2.5,4.9,32.3,32.3,0,0,1,2.5,4.9,44.8,44.8,0,0,1,3.1,18.4c-0.1,4.5-.6,9.9-1.3,16v0.2c-1.1,8-1.9,14.4-2.4,19s-1.1,9.4-1.7,13.8-1.2,8.5-1.8,13.3-1.4,10.8-2.2,18.1v0.3c-1.1,8.3,0,12.1.5,13.3a11.5,11.5,0,0,0,3.9,5.2,18.7,18.7,0,0,0,8.5,3,44.3,44.3,0,0,0,12.6-.1l25.6-4.1-1.3,25.9a49.8,49.8,0,0,0,.3,9.5,19,19,0,0,0,2.8,8.2,11.5,11.5,0,0,0,5.2,3.9,19.9,19.9,0,0,0,6.8,1,55.7,55.7,0,0,0,6.6-.5h0.2l17.9-2.2,13.4-1.8,13.9-1.7,18.7-2.4h0.2c6.1-.7,11.5-1.2,16-1.3a42.7,42.7,0,0,1,18.3,3.1,34,34,0,0,1,5,2.6,32.3,32.3,0,0,1,4.9-2.5,45.1,45.1,0,0,1,18.4-3.1c4.5,0.1,9.9.6,16,1.3h0.2l19,2.4,13.8,1.7,13.3,1.8c4.9,0.7,11,1.4,18.2,2.2h0.2a54.2,54.2,0,0,0,6.5.5c3.9,0,5.9-.6,6.8-1a11.5,11.5,0,0,0,5.2-3.9,18.7,18.7,0,0,0,3-8.5,41.7,41.7,0,0,0,.3-8.7l-1.6-25.3,25.2,3.1a54.6,54.6,0,0,0,13.4,0,18.6,18.6,0,0,0,8.2-2.8,11.5,11.5,0,0,0,3.9-5.2c0.5-1.2,1.6-5,.5-13.4v-0.2c-0.8-7.3-1.6-13.3-2.2-17.9s-1.3-9.6-1.8-13.4-1.2-9.3-1.7-13.8-1.3-10.6-2.4-18.6V326c-0.7-6.2-1.2-11.5-1.3-15.9a43.7,43.7,0,0,1,3.1-18.4,34,34,0,0,1,2.6-5,28.2,28.2,0,0,1-2.5-4.9,43.5,43.5,0,0,1-3.1-18.4A123.7,123.7,0,0,1,571.1,247.5Z"
/>
<path class="f" d="M786.7,2.8h-46c20,23.5,6,61.3-3.4,74s-25.6,23.1,7.4,83.5-2,109.4-23,167.7-2,28.6,34,117.6c13.1,32.3,18.3,49,19.7,57.3h9c-4.4-54.8-57.5-108.2-53.7-150.3,4-44,52-75.7,43-151.3s-39-68.5-21-109.4S786.7,2.8,786.7,2.8Z" />
<path class="ac" d="M297.7,285v6.6H282.5L282,285l4.5-.6V246.7l-4.2-.5V239h19.6l11,39,11-39h18.2l1.1,7.1-4.2.9v37.4l3.9,0.5v6.6H326.7l-0.7-6.9,3.4-1V246.2l-12.7,44.4H306.5l-12.4-43.9v37.5Z" />
<path class="ac" d="M384.7,239l1.4,15.5h-5.9l-3.1-7.5H364.8v13.6h11.6v8H364.8v15h12.9l2.8-7.5h6l-1.6,15.5h-34l-1.1-6.7,5-1V246.3l-4.8-.5V239h34.7Z" />
<path class="ac" d="M432.7,256.2c0,7.3-3.5,12.4-10.6,15.3l6.7,12.7,4.8,0.8v6.6H420.7l-7.9-17.8a50.6,50.6,0,0,1-5.6.2v10.4l4,0.6v6.6H392.7l-0.7-6.5,5.3-1.1V246.4l-5.2-.5V239h18.7c7.3,0,12.8,1.6,16.6,4.8A15.7,15.7,0,0,1,432.7,256.2Zm-25.5,9.7h2.5c4.2,0,7.4-.9,9.7-2.8a8.4,8.4,0,0,0,3-6.8c0-3.2-1-5.5-3.1-6.9s-6.4-2.4-12-2.4v18.8h-0.1Z"
/>
<path class="ac" d="M479.3,256.2c0,7.3-3.5,12.4-10.6,15.3l6.7,12.7,4.8,0.8v6.6H467.3l-7.9-17.8a50.6,50.6,0,0,1-5.6.2v10.4l4,0.6v6.6H439.3l-0.7-6.5,5.3-1.1V246.4l-5.2-.5V239h18.7c7.3,0,12.8,1.6,16.6,4.8A15.7,15.7,0,0,1,479.3,256.2Zm-25.4,9.7h2.5c4.2,0,7.4-.9,9.7-2.8a8.4,8.4,0,0,0,3-6.8c0-3.2-1-5.5-3.1-6.9s-6.4-2.4-12-2.4v18.8h-0.1Z"
/>
<path class="ac" d="M500.4,239l1.1,6-5.4,1.1,9.4,16.5,8.5-16.7-4.6-.8v-6h16.8v6.7l-3.4.8-13.6,25.9v11.8l8.8,1.8-0.7,5.6h-26l-0.8-5.6,8.7-1.8V272.4l-14.6-25.8-3-.8V239h18.8Z" />
<path class="ac" d="M296.1,314.5a14.4,14.4,0,0,0-.8-1.7l-0.4-.7h-2a9.4,9.4,0,0,0-3.6.8,8.1,8.1,0,0,0-3,2.2,12.1,12.1,0,0,0-2.9,8.1,13.5,13.5,0,0,0,2.7,8.3,8.8,8.8,0,0,0,7,3.2,10.2,10.2,0,0,0,3.8-.7,9.1,9.1,0,0,0,3.3-2l2,4.1a10.8,10.8,0,0,1-6.5,3.2,18.3,18.3,0,0,1-3.7.3,14.8,14.8,0,0,1-5.1-1,14.6,14.6,0,0,1-5-2.9c-3.1-2.9-4.7-6.9-4.7-11.8s1.6-9.3,4.8-12.4a14.6,14.6,0,0,1,10.5-4.2,30.1,30.1,0,0,1,7.9,1.1l0.9,9.6h-3.8A25.4,25.4,0,0,0,296.1,314.5Z"
/>
<path class="ac" d="M334.2,336.1v3.2H322.7l-0.7-4.1,2.7-.6v-9.4H314.2v9.5l2.9,0.6v4.1H305.7l-0.7-4.1,3-.6V311.9l-2.9-.3v-4.2h11.4l0.7,4.3-3,.6v8.3h10.5V312l-2.6-.3v-4.2h11.5l0.7,4.3-3.5.6V335l3.4,0.6v0.5Z" />
<path class="ac" d="M362.6,317.6c0,4.5-2.2,7.6-6.5,9.4l4.1,7.8,2.9,0.5v4.1h-7.9l-4.8-10.9H347v6.3l2.4,0.4v4.1H338.1l-0.4-4,3.2-.7v-23l-3.2-.3v-4.2h11.4c4.4,0,7.8,1,10.2,2.9A9.2,9.2,0,0,1,362.6,317.6Zm-15.6,6h1.5a9.2,9.2,0,0,0,5.9-1.7,5.1,5.1,0,0,0,1.8-4.1c0-2-.6-3.4-1.9-4.2s-3.9-1.5-7.4-1.5v11.5H347Z"
/>
<path class="ac" d="M379,336.1v3.2H366.9l-0.7-4.1,3.3-.6V311.8l-3.2-.3v-4.2h12.1l0.7,4.3-3.5.6v22.6l3.4,0.6v0.7h0Z" />
<path class="ac" d="M395.4,333.7a3.4,3.4,0,0,0,1.2-1.2,3.1,3.1,0,0,0,.4-1.7,4.3,4.3,0,0,0-.3-1.7,3.1,3.1,0,0,0-1.1-1.2,23.1,23.1,0,0,0-3.6-2,40.4,40.4,0,0,1-4.2-2.1,18.5,18.5,0,0,1-2.7-1.9,8.2,8.2,0,0,1-2.4-6.1,7.8,7.8,0,0,1,3.2-6.4,12,12,0,0,1,7.7-2.3,29.8,29.8,0,0,1,8.8,1.3l0.7,8.8h-3.9l-2.3-4.9a23.1,23.1,0,0,0-3.7-.3,4.2,4.2,0,0,0-3,1,2.8,2.8,0,0,0-1.1,2.2,2.7,2.7,0,0,0,.6,1.9,6.4,6.4,0,0,0,1.5,1.3,29.4,29.4,0,0,0,3.7,1.9l4.1,2.1a8.7,8.7,0,0,1,2.5,2.1,7.6,7.6,0,0,1,2,5.1,9.4,9.4,0,0,1-1,4.7,9.7,9.7,0,0,1-2.7,3,13.6,13.6,0,0,1-7.9,2.1,25.6,25.6,0,0,1-9.5-2.1l0.9-9,3.9,0.3,0.4,5.2,1.7,0.4a8,8,0,0,0,2.3.3l2.2-.2A5.2,5.2,0,0,0,395.4,333.7Z"
/>
<path class="ac" d="M411.2,335.5l5.4-1V312h-5.3l-2,4.7h-3.6l0.9-9.5h25.8l1,9.5h-3.5l-2-4.6h-5.3v22.5l5.4,1-0.5,3.6H411.7Z" />
<path class="ac" d="M445.5,335.2v4.1h-9.3l-0.3-4.1,2.7-.4v-23l-2.6-.3v-4.4h12l6.7,23.8,6.8-23.8h11.1l0.7,4.3-2.6.6v22.9l2.4,0.3v4.1h-9.9l-0.4-4.2,2-.6v-23L457,338.6h-6.2l-7.6-26.8v22.9Z" />
<path class="ac" d="M491.8,339.2v-3.5l3.7-1-1.7-5.7h-9.1l-1.8,5.9,4.1,0.7v3.5H475.9l-0.6-3.6,2.6-.8,9.2-27.7h5.8l9.4,27.7,2.1,0.8-0.5,3.6H491.8Zm-5.6-15h5.6l-2.5-10.5Z" />
<path class="ac" d="M519.2,333.7a3.4,3.4,0,0,0,1.2-1.2,3.1,3.1,0,0,0,.4-1.7,4.3,4.3,0,0,0-.3-1.7,3.1,3.1,0,0,0-1.1-1.2,23.1,23.1,0,0,0-3.6-2,40.4,40.4,0,0,1-4.2-2.1,18.5,18.5,0,0,1-2.7-1.9,8.2,8.2,0,0,1-2.4-6.1,7.8,7.8,0,0,1,3.2-6.4,12,12,0,0,1,7.7-2.3,29.8,29.8,0,0,1,8.8,1.3l0.7,8.8H523l-2.3-4.9a23.1,23.1,0,0,0-3.7-.3,4.2,4.2,0,0,0-3,1,2.8,2.8,0,0,0-1.1,2.2,2.7,2.7,0,0,0,.6,1.9,6.4,6.4,0,0,0,1.5,1.3,29.4,29.4,0,0,0,3.7,1.9l4.1,2.1a8.7,8.7,0,0,1,2.5,2.1,7.6,7.6,0,0,1,2,5.1,9.4,9.4,0,0,1-1,4.7,9.7,9.7,0,0,1-2.7,3,13.6,13.6,0,0,1-7.9,2.1,25.6,25.6,0,0,1-9.5-2.1l0.9-9,3.9,0.3,0.4,5.2,1.7,0.4a8.5,8.5,0,0,0,2.3.3l2.2-.2A5.2,5.2,0,0,0,519.2,333.7Z"
/>
<path class="ac" d="M475.5,219.3s-3.6-13.1,3.8-22.8c0,0-17.2,8.8-15.4-9.8,0,0-5.4,7.1-16.7-2.4Z" />
<path class="ac" d="M444.4,204.6c18.6,1,7.3,16.7,7.3,16.7,10.7-5.9,21.6-.3,21.6-0.3l-27.9-36.5C453,197.1,444.4,204.6,444.4,204.6Z" />
<path class="ac" d="M492.6,222.3s-5.9-11,6.1-10.1c0,0-3.5-4.4,2.5-11.8l-22.8,20.5C478.3,221,486.2,217.6,492.6,222.3Z" />
<path class="ac" d="M486.9,199.8c-0.4,12-10.7,4.9-10.7,4.9,3.9,6.9.5,14.9,0.5,14.9l23.2-20.2C491.9,204.6,486.9,199.8,486.9,199.8Z" />
<path class="ac" d="M467.6,188.1a5.6,5.6,0,1,0,7.5-2.6A5.8,5.8,0,0,0,467.6,188.1Z" />
<path class="g" d="M468.9,190.8a1.8,1.8,0,1,0,2.4-.8A1.7,1.7,0,0,0,468.9,190.8Z" />
<path class="ac" d="M481.8,190.2a5.6,5.6,0,1,0,7.5-2.6A5.7,5.7,0,0,0,481.8,190.2Z" />
<path class="g" d="M483.1,192.9a1.8,1.8,0,1,0,2.4-.8A1.7,1.7,0,0,0,483.1,192.9Z" />
<path class="ac" d="M477,184.2a4.9,4.9,0,1,0,1.2-6.8A4.9,4.9,0,0,0,477,184.2Z" />
<path class="g" d="M477.7,182.2a1.6,1.6,0,1,0,.4-2.2A1.6,1.6,0,0,0,477.7,182.2Z" />
<path class="ac" d="M327.5,219.3s3.6-13.1-3.8-22.8c0,0,17.2,8.8,15.4-9.8,0,0,5.4,7.1,16.7-2.4Z" />
<path class="ac" d="M358.6,204.6c-18.6,1-7.3,16.7-7.3,16.7-10.7-5.9-21.6-.3-21.6-0.3l27.9-36.5C350,197.1,358.6,204.6,358.6,204.6Z" />
<path class="ac" d="M310.4,222.3s5.9-11-6.1-10.1c0,0,3.5-4.4-2.5-11.8l22.8,20.5C324.7,221,316.8,217.6,310.4,222.3Z" />
<path class="ac" d="M316.1,199.8c0.4,12,10.7,4.9,10.7,4.9-3.9,6.9-.5,14.9-0.5,14.9l-23.2-20.2C311.1,204.6,316.1,199.8,316.1,199.8Z" />
<path class="ac" d="M335.4,188.1a5.6,5.6,0,1,1-7.5-2.6A5.8,5.8,0,0,1,335.4,188.1Z" />
<path class="g" d="M334.1,190.8a1.8,1.8,0,1,1-2.4-.8A1.7,1.7,0,0,1,334.1,190.8Z" />
<path class="ac" d="M321.2,190.2a5.6,5.6,0,1,1-7.5-2.6A5.7,5.7,0,0,1,321.2,190.2Z" />
<path class="g" d="M320,192.9a1.8,1.8,0,1,1-2.4-.8A1.8,1.8,0,0,1,320,192.9Z" />
<path class="ac" d="M326,184.2a4.9,4.9,0,1,1-1.2-6.8A4.9,4.9,0,0,1,326,184.2Z" />
<path class="g" d="M325.3,182.2a1.6,1.6,0,1,1-.4-2.2A1.6,1.6,0,0,1,325.3,182.2Z" />
<path class="ac" d="M287.4,229.6a13.3,13.3,0,0,1-9.4-3.9,11.1,11.1,0,0,1,0-15.6,9.1,9.1,0,0,1,6.5-2.7,9.5,9.5,0,0,1,6.5,2.7,7.7,7.7,0,0,1,0,10.8,1.6,1.6,0,0,1-2.2-2.2,4.6,4.6,0,0,0,1.3-3.2,4.8,4.8,0,0,0-1.3-3.2,6,6,0,0,0-8.4,0,8,8,0,0,0,0,11.2,10,10,0,0,0,7.4,3H518.7a10.1,10.1,0,0,0,7.5-3,8,8,0,0,0,0-11.2,6,6,0,0,0-8.4,0,4.6,4.6,0,0,0-1.3,3.2,4.8,4.8,0,0,0,1.3,3.2,1.6,1.6,0,0,1-2.2,2.2,7.7,7.7,0,0,1,0-10.8,9.1,9.1,0,0,1,6.5-2.7,9.5,9.5,0,0,1,6.5,2.7,11,11,0,0,1,3.2,7.8,11.4,11.4,0,0,1-3.2,7.8,13.3,13.3,0,0,1-9.8,3.9H287.4Z"
/>
<circle class="ac" cx="401.6" cy="163.6" r="5.3" />
<circle class="g" cx="403.5" cy="162.6" r="1.7" />
<path class="ac" d="M426.9,229.5H377.3a1.6,1.6,0,0,1,0-3.2h1.3c21.6,0,21.9-56.7,21.9-57.2h0a1.6,1.6,0,1,1,3.2,0h0c0,0.6.3,57.2,21.9,57.2h1.3a1.6,1.6,0,0,1,1.6,1.6A1.6,1.6,0,0,1,426.9,229.5Zm-39.2-3.1h28.7c-8.5-6.6-12.5-22.3-14.3-35.6C400.2,204.1,396.3,219.8,387.7,226.4Z"
/>
<path class="ac" d="M418.2,226.6a1.5,1.5,0,0,1-1.3-.7,1.6,1.6,0,0,1,.3-2.2c0.1-.1,8.3-6.1,11.5-13.2,4.4-9.6,2.3-20.9-4.7-25.7a11.6,11.6,0,0,0-8.7-1.8,11.5,11.5,0,0,0-7.4,4.9,8.9,8.9,0,0,0,2.4,12.4,6.9,6.9,0,0,0,9.5-1.8,1.6,1.6,0,0,1,2.6,1.8,10,10,0,0,1-13.9,2.7,12.1,12.1,0,0,1-3.2-16.8,14.4,14.4,0,0,1,9.4-6.2,14.7,14.7,0,0,1,11,2.3c8.4,5.7,10.9,18.4,5.8,29.6-3.5,7.8-12.2,14.2-12.5,14.4A1,1,0,0,1,418.2,226.6Z"
/>
<path class="ac" d="M385.9,226.6l-0.9-.3c-0.4-.3-9-6.6-12.5-14.4-5.1-11.2-2.5-23.9,5.8-29.6a14.9,14.9,0,0,1,11-2.3,14.2,14.2,0,0,1,9.4,6.2,12.2,12.2,0,0,1-3.2,16.8,10,10,0,0,1-13.9-2.7,1.6,1.6,0,0,1,2.6-1.8,6.9,6.9,0,0,0,9.5,1.8,9,9,0,0,0,2.4-12.4,11.5,11.5,0,0,0-7.4-4.9,11.7,11.7,0,0,0-8.7,1.8c-7,4.8-9.1,16-4.7,25.7,3.2,7.1,11.4,13.1,11.5,13.2a1.5,1.5,0,0,1,.3,2.2A1.2,1.2,0,0,1,385.9,226.6Z"
/>
<path class="ac" d="M283.8,375.9a9.5,9.5,0,0,1-6.5-2.7,11.1,11.1,0,0,1,0-15.6,13.3,13.3,0,0,1,9.8-3.9H518a13,13,0,0,1,9.7,3.9,11.1,11.1,0,0,1,0,15.6,9.1,9.1,0,0,1-12.9,0,7.6,7.6,0,0,1,0-10.8,1.6,1.6,0,0,1,2.2,2.2,4.6,4.6,0,0,0-1.3,3.2A4.8,4.8,0,0,0,517,371a6,6,0,0,0,8.4,0,8,8,0,0,0,0-11.2,9.9,9.9,0,0,0-7.4-3H287.1a10.1,10.1,0,0,0-7.5,3,8,8,0,0,0,0,11.2,6,6,0,0,0,4.2,1.8,5.9,5.9,0,0,0,4.2-1.7,4.6,4.6,0,0,0,1.3-3.2,4.4,4.4,0,0,0-1.3-3.1,1.6,1.6,0,1,1,2.2-2.2,7.7,7.7,0,0,1,0,10.8A9.3,9.3,0,0,1,283.8,375.9Z"
/>
<path class="ac" d="M452.1,390.6a23.2,23.2,0,0,1-17.1-7.5,69.7,69.7,0,0,1-5.6-7.5c-6.2-8.8-13.2-18.7-25-18.7a1.6,1.6,0,1,1,0-3.2c13.5,0,21.3,11.1,27.6,20.1a79.3,79.3,0,0,0,5.4,7.2,19.9,19.9,0,0,0,14.7,6.4h0.2a16.2,16.2,0,0,0,12.4-5.7c5.7-6.8,5.7-15.8.1-21.4a11.7,11.7,0,0,0-16.6,0,9.1,9.1,0,0,0,0,12.8,6.9,6.9,0,0,0,9.8,0,1.6,1.6,0,0,1,2.2,2.2,10.2,10.2,0,0,1-14.3,0,12.2,12.2,0,0,1,0-17.3,15,15,0,0,1,21.1,0c6.8,6.8,6.8,17.6.1,25.7a19.1,19.1,0,0,1-14.8,6.8h-0.2Z"
/>
<path class="ac" d="M488.9,375.1h-0.6a8.2,8.2,0,0,1-7.7-8.7,1.6,1.6,0,0,1,3.2.2,5,5,0,0,0,4.7,5.3,6.6,6.6,0,0,0,7-6.3,8.3,8.3,0,0,0-2.2-6,8,8,0,0,0-5.9-2.6c-9.2,0-13.2,4.3-15.5,16.3a1.6,1.6,0,0,1-3.1-.5c2.5-13.5,7.9-18.9,18.6-18.9a11.4,11.4,0,0,1,11.3,12A9.8,9.8,0,0,1,488.9,375.1Z"
/>
<path class="ac" d="M353.6,390.6h-0.2a19.4,19.4,0,0,1-14.8-6.8c-6.7-8.1-6.7-18.9.1-25.7a15,15,0,0,1,21.1,0,12.2,12.2,0,0,1,0,17.3,10.2,10.2,0,0,1-14.3,0,1.6,1.6,0,0,1,2.2-2.2,6.9,6.9,0,0,0,9.8,0,9.1,9.1,0,0,0,0-12.8,11.7,11.7,0,0,0-16.6,0c-5.6,5.6-5.6,14.6.1,21.4a16.2,16.2,0,0,0,12.4,5.7h0.2a20.1,20.1,0,0,0,14.7-6.4,79.3,79.3,0,0,0,5.4-7.2c6.3-8.9,14.1-20.1,27.6-20.1a1.6,1.6,0,1,1,0,3.2c-11.8,0-18.8,10-25,18.7-1.9,2.7-3.7,5.3-5.6,7.5A23,23,0,0,1,353.6,390.6Z"
/>
<path class="ac" d="M316.8,375.1a9.9,9.9,0,0,1-9.8-9.3,11,11,0,0,1,3.1-8.4,11.5,11.5,0,0,1,8.2-3.6c10.7,0,16.1,5.5,18.6,18.9a1.6,1.6,0,0,1-3.1.5c-2.2-12.1-6.3-16.3-15.5-16.3a8.3,8.3,0,0,0-5.9,2.6,7.7,7.7,0,0,0-2.2,6,6.7,6.7,0,0,0,7,6.3,5,5,0,0,0,4.7-5.3,1.6,1.6,0,1,1,3.2-.2,8.2,8.2,0,0,1-7.7,8.6A0.7,0.7,0,0,1,316.8,375.1Z"
/>
<path class="ac" d="M390.6,400.7a13.6,13.6,0,0,1-7.8-2.4c-7.9-5.4-10.3-17.4-5.5-27.9,3.3-7.4,11.4-13.3,11.8-13.6a1.5,1.5,0,0,1,2.2.4,1.6,1.6,0,0,1-.3,2.2c-0.1.1-7.8,5.7-10.8,12.3-4.1,9-2.1,19.5,4.4,24a10.8,10.8,0,0,0,8,1.7,10.5,10.5,0,0,0,6.9-4.5,8.2,8.2,0,0,0-2.2-11.5,6.3,6.3,0,0,0-8.8,1.7,1.6,1.6,0,1,1-2.6-1.8,9.6,9.6,0,0,1,13.2-2.5,11.4,11.4,0,0,1,3,15.9,13.7,13.7,0,0,1-8.9,5.9h-2.6Z"
/>
<path class="ac" d="M414.5,400.7a10.9,10.9,0,0,1-2.6-.3,14.2,14.2,0,0,1-8.9-5.8,11.5,11.5,0,0,1,3-15.9,9.6,9.6,0,0,1,13.2,2.5,1.6,1.6,0,1,1-2.6,1.8,6.4,6.4,0,0,0-8.8-1.7,8.2,8.2,0,0,0-2.2,11.5,10.3,10.3,0,0,0,6.9,4.5,10.7,10.7,0,0,0,8-1.7c6.5-4.4,8.5-15,4.4-24-3-6.6-10.7-12.3-10.8-12.3a1.6,1.6,0,0,1,1.8-2.6c0.3,0.2,8.5,6.2,11.8,13.6,4.8,10.5,2.4,22.5-5.5,27.9A12.9,12.9,0,0,1,414.5,400.7Z"
/>
</svg>
body{
background:black;
overflow: hidden;
margin:0;
}
svg{
width: 100vw;
height: 100vh;
}
Also see: Tab Triggers