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 xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1318 804">
<defs>
<radialGradient
id="radial-gradient"
cx="654"
cy="414"
fx="654"
fy="414"
r="755"
gradientTransform="matrix(.91 0 0 .88 63.8 123.7)"
gradientUnits="userSpaceOnUse"
>
<stop offset="0" stop-color="#f7b738" />
<stop offset=".4" stop-color="#e89c24" />
<stop offset="1" stop-color="#d37407" />
</radialGradient>
<radialGradient
id="radial-gradient-2"
cx="659"
cy="307"
fx="659"
fy="307"
r="137"
gradientUnits="userSpaceOnUse"
>
<stop offset="0" stop-color="#fbf0be" />
<stop offset="1" stop-color="#fff" stop-opacity="0" />
</radialGradient>
<radialGradient
id="radial-gradient-3"
cx="656"
cy="426"
fx="656"
fy="426"
r="452"
gradientUnits="userSpaceOnUse"
>
<stop offset=".1" stop-color="#f8e4a7" />
<stop offset=".2" stop-color="#f8e7b1" stop-opacity=".9" />
<stop offset=".5" stop-color="#faefcb" stop-opacity=".6" />
<stop offset=".8" stop-color="#fefbf4" stop-opacity=".1" />
<stop offset=".9" stop-color="#fff" stop-opacity="0" />
</radialGradient>
<radialGradient
id="radial-gradient-4"
cx="650.1"
cy="620.9"
fx="650.1"
fy="620.9"
r="781"
gradientTransform="matrix(.87 0 0 .87 86.5 127.3)"
gradientUnits="userSpaceOnUse"
>
<stop offset="0" stop-color="#f7b738" stop-opacity="0" />
<stop offset=".2" stop-color="#f5b537" stop-opacity="0" />
<stop offset=".4" stop-color="#f1b034" stop-opacity=".1" />
<stop offset=".5" stop-color="#eaa730" stop-opacity=".2" />
<stop offset=".6" stop-color="#e19b2b" stop-opacity=".3" />
<stop offset=".8" stop-color="#d48b23" stop-opacity=".5" />
<stop offset=".9" stop-color="#c5781a" stop-opacity=".7" />
<stop offset="1" stop-color="#b36110" stop-opacity=".9" />
<stop offset="1" stop-color="#aa560b" />
</radialGradient>
<radialGradient
id="radial-gradient-5"
cx="728.3"
cy="725.2"
fx="728.3"
fy="725.2"
r="130.6"
gradientUnits="userSpaceOnUse"
>
<stop offset=".1" stop-color="#fff" />
<stop offset=".2" stop-color="#fff" stop-opacity=".9" />
<stop offset=".4" stop-color="#fff" stop-opacity=".6" />
<stop offset=".5" stop-color="#fff" stop-opacity=".4" />
<stop offset=".6" stop-color="#fff" stop-opacity=".2" />
<stop offset=".8" stop-color="#fff" stop-opacity=".1" />
<stop offset=".9" stop-color="#fff" stop-opacity="0" />
<stop offset=".9" stop-color="#fff" stop-opacity="0" />
</radialGradient>
<radialGradient
id="radial-gradient-6"
cx="323.1"
cy="756.1"
fx="323.1"
fy="756.1"
r="153.2"
gradientUnits="userSpaceOnUse"
>
<stop offset=".1" stop-color="#fff" />
<stop offset=".2" stop-color="#fff" />
<stop offset=".3" stop-color="#fff" stop-opacity=".9" />
<stop offset=".4" stop-color="#fff" stop-opacity=".8" />
<stop offset=".6" stop-color="#fff" stop-opacity=".7" />
<stop offset=".7" stop-color="#fff" stop-opacity=".5" />
<stop offset=".8" stop-color="#fff" stop-opacity=".3" />
<stop offset="1" stop-color="#fff" stop-opacity="0" />
<stop offset="1" stop-color="#fff" stop-opacity="0" />
</radialGradient>
<radialGradient
id="radial-gradient-7"
cx="33.5"
cy="754.6"
fx="33.5"
fy="754.6"
r="273.6"
gradientUnits="userSpaceOnUse"
>
<stop offset="0" stop-color="#fff" />
<stop offset="0" stop-color="#fff" stop-opacity=".9" />
<stop offset=".1" stop-color="#fff" stop-opacity=".7" />
<stop offset=".2" stop-color="#fff" stop-opacity=".5" />
<stop offset=".3" stop-color="#fff" stop-opacity=".3" />
<stop offset=".4" stop-color="#fff" stop-opacity=".2" />
<stop offset=".5" stop-color="#fff" stop-opacity=".1" />
<stop offset=".6" stop-color="#fff" stop-opacity=".1" />
<stop offset=".7" stop-color="#fff" stop-opacity="0" />
<stop offset=".8" stop-color="#fff" stop-opacity="0" />
</radialGradient>
<radialGradient
id="radial-gradient-8"
cx="659"
cy="1134"
fx="659"
fy="1134"
r="452"
gradientUnits="userSpaceOnUse"
>
<stop offset=".1" stop-color="#fff" />
<stop offset=".2" stop-color="#fff" stop-opacity=".9" />
<stop offset=".5" stop-color="#fff" stop-opacity=".6" />
<stop offset=".8" stop-color="#fff" stop-opacity=".1" />
<stop offset=".9" stop-color="#fff" stop-opacity="0" />
</radialGradient>
<radialGradient
id="radial-gradient-9"
cx="1705.3"
cy="741.7"
fx="1705.3"
fy="741.7"
r="344"
gradientTransform="matrix(.77 0 0 .76 63.9 133.2)"
gradientUnits="userSpaceOnUse"
>
<stop offset=".1" stop-color="#fff" />
<stop offset=".2" stop-color="#fff" />
<stop offset=".4" stop-color="#fff" stop-opacity=".6" />
<stop offset=".6" stop-color="#fff" stop-opacity=".4" />
<stop offset=".8" stop-color="#fff" stop-opacity=".2" />
<stop offset=".9" stop-color="#fff" stop-opacity="0" />
<stop offset="1" stop-color="#fff" stop-opacity="0" />
</radialGradient>
<clipPath id="sceneClipPath">
<path d="M16 804a659 659 0 1 1 1286 0H16Z" style="fill: none" />
</clipPath>
<path id="scrollTriggerGears" d="M16 804a659 659 0 1 1 1286 0H16Z" style="fill: none; stroke: none" />
</defs>
<g style="clip-path: url(#sceneClipPath)">
<ellipse cx="658" cy="490" rx="686" ry="668" style="fill: url(#radial-gradient)" />
<g id="Layer_7">
<g id="Gear_17_24">
<g id="Gear_17_Wheel">
<path
d="M1058.7 200.8c-7.2-1.4-22.5-.6-20.8-11.5l10.5-28.4c1.2-8.1 7.7-7.8 13.6-6.7 3.5.3 5.8 4.2 5.2 8.5l3.1 30.4c-.8 6.3-5.3 8.6-11.6 7.7Zm42 12.4c-6.6-3.3-21.7-6.4-17.1-16.5l17.4-24.8c3.3-7.5 9.5-5.4 14.9-3 3.3 1.3 4.5 5.7 2.8 9.7l-4.8 30.2c-2.4 5.9-7.4 6.9-13.2 4.4ZM1138 236c-5.5-4.8-19.2-11.8-12.3-20.3l23.3-19.4c5-6.4 10.6-2.9 15.1 1 2.9 2 3 6.5.2 10l-12.5 27.9c-3.8 5-8.8 4.7-13.8.8Zm30.1 31.7c-4-6-15.5-16.4-6.6-22.8l27.5-12.7c6.6-5 11 0 14.4 4.9 2.2 2.7 1.1 7-2.4 9.7l-19.3 23.7c-5 3.9-9.8 2.3-13.6-2.8Zm20.9 38.5c-2.4-7-10.8-19.9-.4-23.8l29.8-5.2c7.6-3 10.6 2.9 12.6 8.4 1.5 3.2-.7 7.2-4.8 8.9l-24.8 17.9c-5.8 2.4-10-.4-12.4-6.2Zm10.2 42.5c-.4-7.4-5.2-22 5.8-23.1l30.1 2.8c8.2-1 9.5 5.4 10 11.3.6 3.5-2.5 6.8-7 7.3l-28.5 10.9c-6.2.9-9.6-3-10.4-9.2Zm-1.1 43.7c1.5-7.2.6-22.6 11.5-20.8l28.5 10.5c8 1.1 7.7 7.7 6.7 13.6-.4 3.5-4.2 5.8-8.6 5.2l-30.4 3c-6.3-.7-8.6-5.2-7.7-11.5Zm-12.4 42c3.3-6.6 6.5-21.7 16.5-17.2l24.8 17.5c7.5 3.2 5.5 9.5 3 14.9-1.3 3.2-5.6 4.5-9.7 2.8l-30.2-4.9c-5.8-2.4-6.9-7.3-4.4-13.1Zm-22.8 37.2c4.9-5.5 11.8-19.2 20.4-12.2l19.4 23.3c6.4 5 2.8 10.5-1 15-2 3-6.6 3-10 .3l-28-12.5c-5-3.8-4.7-8.9-.8-13.8Zm-31.7 30.2c6.1-4.1 16.4-15.5 22.8-6.6l12.7 27.5c5 6.6 0 11-4.8 14.3-2.7 2.3-7.1 1.2-9.8-2.3l-23.7-19.3c-3.9-5-2.3-9.8 2.8-13.6Zm-38.4 20.9c7-2.4 19.8-10.8 23.7-.5l5.2 29.9c3 7.6-2.8 10.6-8.4 12.6-3.2 1.4-7.2-.7-8.8-4.8l-18-24.8c-2.4-5.8.4-10 6.2-12.4Zm-42.6 10.2c7.4-.5 22-5.2 23.1 5.7l-2.7 30.2c1 8.1-5.5 9.5-11.4 10-3.5.6-6.8-2.6-7.3-7l-10.9-28.5c-.8-6.3 3-9.6 9.2-10.4Zm-43.7-1.1c7.2 1.4 22.6.6 20.8 11.5l-10.5 28.4c-1.1 8.1-7.7 7.8-13.5 6.7-3.5-.3-5.9-4.2-5.2-8.6l-3.2-30.4c.8-6.2 5.4-8.5 11.6-7.6Zm-41.9-12.4c6.6 3.3 21.6 6.4 17 16.5l-17.4 24.8c-3.2 7.4-9.5 5.4-14.8 2.9-3.3-1.2-4.6-5.6-2.8-9.6l4.8-30.2c2.4-5.9 7.3-6.9 13.2-4.4Zm-37.3-22.8c5.5 4.8 19.2 11.8 12.2 20.3l-23.3 19.4c-5 6.4-10.5 2.8-15-1-3-2-3-6.5-.3-10l12.5-28c3.8-5 8.9-4.6 13.9-.7Zm-30.2-31.7c4.1 6 15.6 16.4 6.6 22.8l-27.5 12.7c-6.5 4.9-11 0-14.3-4.9-2.3-2.7-1.2-7 2.4-9.7l19.2-23.7c5-3.9 9.8-2.3 13.6 2.8Zm-20.8-38.5c2.3 7 10.7 19.9.4 23.8l-29.9 5.2c-7.6 3-10.5-2.9-12.6-8.5-1.4-3.2.8-7.1 4.9-8.8l24.7-17.9c5.9-2.4 10.1.4 12.4 6.2ZM866 383.9c.5 7.3 5.2 22-5.7 23l-30.2-2.7c-8.1 1-9.5-5.4-10-11.4-.5-3.4 2.6-6.7 7-7.2l28.5-11c6.3-.8 9.7 3 10.4 9.3Zm1.1-43.7c-1.4 7.2-.6 22.6-11.5 20.8l-28.4-10.5c-8-1.2-7.7-7.7-6.7-13.6.3-3.5 4.2-5.8 8.6-5.2l30.4-3c6.2.7 8.5 5.2 7.6 11.5Zm12.4-42c-3.2 6.6-6.4 21.7-16.5 17.2l-24.7-17.5c-7.5-3.2-5.5-9.5-3-14.9 1.3-3.3 5.6-4.5 9.7-2.8l30.1 4.9c5.9 2.3 7 7.3 4.4 13.1Zm22.9-37.2c-4.9 5.5-11.9 19.2-20.4 12.2l-19.4-23.3c-6.4-5-2.8-10.6 1-15.1 2-2.9 6.5-3 10-.2l28 12.5c5 3.8 4.7 8.9.8 13.8Zm31.6-30.2c-6 4-16.3 15.5-22.8 6.6l-12.7-27.5c-4.9-6.6 0-11 4.9-14.4 2.7-2.2 7-1.1 9.7 2.4l23.7 19.3c4 5 2.3 9.8-2.7 13.6Zm38.5-20.8c-7 2.3-19.9 10.7-23.8.3l-5.1-29.8c-3-7.6 2.8-10.6 8.4-12.6 3.2-1.4 7.1.7 8.8 4.8l17.9 24.8c2.4 5.8-.4 10-6.2 12.4Zm42.5-10.3c-7.3.5-22 5.2-23-5.8l2.7-30.1c-1-8.1 5.5-9.5 11.4-10 3.4-.6 6.7 2.5 7.2 7l11 28.5c.8 6.3-3 9.6-9.3 10.4Z"
style="fill: #eda127"
/>
<g style="fill: #eda127">
<path d="m1039 336.3-26.7-103.4-46.7 12 26.7 103.4 46.7-12z" />
<path d="m1061.8 356.8 78.9-76.7-33.7-34.5-79 76.8 33.8 34.4z" />
<path d="m1055.4 386.8 100.7 27.1 12.9-46.4-100.7-27.1-12.9 46.4z" />
<path transform="rotate(-14.5 1062.6 440.9)" d="M1038.5 388.6h48.2v104.6h-48.2z" />
<path d="m1003.5 375.7-75 74.8 34.6 32.6 74.1-72.9-33.7-34.5z" />
<path d="m1009.9 345.8-103.4-28.7-12.2 46 102.6 29.1 13-46.4z" />
</g>
<circle
cx="1032.5"
cy="366.1"
r="142.5"
style="fill: none; stroke: #eda127; stroke-miterlimit: 10; stroke-width: 26px"
/>
<circle
cx="1032.5"
cy="366.1"
r="171"
style="fill: none; stroke: #e38e0f; stroke-miterlimit: 10; stroke-width: 32px"
/>
</g>
<path
d="M1385.8 602.6 1455 418s-399.5-115.4-401.1-116a66.7 66.7 0 1 0-46.7 125c1.6.6 378.7 175.7 378.7 175.7Z"
style="fill: #ee9e19"
/>
<path
d="M1003.9 509.7c6.3 2 14.9.8 16.1-3.7l14.5-43a97.3 97.3 0 0 0 79-43.4l87.7 26.4a13 13 0 0 0 16-8c3.3-6.7.7-15.1-6.4-18.2l-82.8-36.2c19.4-93.6-105.7-155.8-168.4-81.4-44.7 49-23.6 132.2 38.4 154.6l-5.2 43c-.4 4 4.4 8.4 11 10Z"
style="fill: #e38e0f"
/>
<circle cx="1032.5" cy="366.1" r="69" style="fill: #ee9e19" />
<circle cx="1032.5" cy="366.1" r="40" style="fill: #e38e0f" />
<path
d="M1274.6 499.7c-43-39 13.9-103.8 58.1-66.3 43 38.9-13.9 103.7-58.1 66.3Z"
style="fill: #e38e0f"
/>
</g>
<g id="Gear_16_18">
<g style="fill: #e38e0f">
<path transform="rotate(-52.3 796.5 108)" d="M746.4 94.2h100.1v27.6H746.4z" />
<path transform="rotate(-22.3 814.3 -25)" d="M800.5-75.1h27.6V25h-27.6z" />
<path transform="rotate(-82.3 920.6 56.8)" d="M906.8 6.8h27.6v100.1h-27.6z" />
</g>
<path
d="M882.4 48.9c-3.9 50.6-79.3 46.2-77.2-4.6 3.9-50.7 79.3-46.2 77.2 4.6Z"
style="fill: #eda127"
/>
<path
d="M822.6 36.5c6.6 1.4 4.3 11.7-2.2 10.1-6.6-1.3-4.3-11.6 2.2-10Zm10-10.5c4.5 5-3.4 12-7.8 6.9-4.5-5 3.4-12 7.8-6.9Zm14.2-2.7c.7 6.7-9.8 7.7-10.3 1-.7-6.7 9.8-7.7 10.3-1Zm13.1 6.3c-3.3 5.8-12.4.4-9-5.3 3.4-5.8 12.5-.5 9 5.3Zm6.9 12.7c-6 2.7-10.3-7-4-9.5 6-2.8 10.3 6.9 4 9.5ZM865 56.6c-6.6-1.4-4.3-11.7 2.2-10 6.6 1.3 4.3 11.6-2.2 10Zm-10 10.6c-4.5-5 3.4-12 7.8-6.9 4.5 5-3.4 12-7.8 6.9Zm-14.2 2.6c-.7-6.6 9.8-7.6 10.3-1 .7 6.7-9.8 7.7-10.3 1Zm-13.1-6.2c3.3-5.8 12.4-.4 9 5.3-3.4 5.8-12.5.4-9-5.3ZM820.8 51c6.1-2.9 10.3 6.8 4 9.4-6 2.8-10.2-7-4-9.5Z"
style="fill: #e38e0f"
/>
<path
d="M849.2-45.3a92 92 0 1 0-10.8 183.8 92 92 0 0 0 10.8-183.8Zm-8.8 148.7a57 57 0 1 1 6.8-113.6 57 57 0 0 1-6.8 113.6Z"
style="fill: #eda127"
/>
<path
d="M1024.4 42a7 7 0 0 0-7-6.8l-15.8-4.4a159 159 0 0 0-4.8-26l13.5-9.8c3.5-1.3 5.3-5 4-8.5-1.6-5-4.6-12.5-11.3-10l-16.3 1.3c-3.8-8-8.3-15.6-13.4-22.7l9.3-14a6.4 6.4 0 0 0 .8-9.3c-3.2-4.1-8.5-10.1-14-5.5l-14.9 6.8c-6.3-6.2-13-11.8-20.3-16.8l4-16.3c1.9-3.2.8-7.2-2.4-9-4.5-2.8-11.5-6.6-15-.4L909-98c-8-3.6-16.2-6.5-24.8-8.8l-1.9-16.6a6.4 6.4 0 0 0-5.3-7.7c-5.1-1-13-2.3-14.3 4.8l-7 14.8a155 155 0 0 0-26.4.2l-7.4-15c-.6-3.7-4-6.1-7.7-5.4-5.1.7-13 2.3-11.8 9.3l-1.6 16.3c-8.5 2.4-16.8 5.5-24.7 9.2l-12-11.5a6.4 6.4 0 0 0-9-2.4c-4.7 2.4-11.6 6.6-8 12.8l4.1 15.8a160.2 160.2 0 0 0-20 17.2l-15.3-6.8a6.4 6.4 0 0 0-9.4.8c-3.5 3.9-8.5 10.2-3 14.7l9.2 13.6a158 158 0 0 0-13 22.9l-16.6-1a6.4 6.4 0 0 0-8.5 3.8c-2 4.9-4.6 12.5 2.2 15l13.3 9.5a168 168 0 0 0-4.4 26l-16 4.6a6.4 6.4 0 0 0-6.6 6.6c-.2 5.4-.2 13.2 7.1 13.3l15.8 4.4a161 161 0 0 0 4.8 26l-13.5 9.8a6.4 6.4 0 0 0-4 8.4c1.6 5 4.6 12.5 11.3 10l16.3-1.2a152 152 0 0 0 13.4 22.7L705 152a6.4 6.4 0 0 0-.8 9.3c3.2 4.2 8.5 10.2 14 5.6L733 160c6.2 6.1 13 11.8 20.3 16.8l-4 16.2a6.4 6.4 0 0 0 2.4 9c4.5 2.9 11.5 6.7 15 .5l11.8-11.4c8 3.6 16.2 6.5 24.8 8.8l1.8 16.6a6.4 6.4 0 0 0 5.4 7.6c5.1 1.1 13 2.3 14.3-4.7l7-14.8c8.9.7 17.8.6 26.4-.2l7.4 15c.6 3.7 4 6.1 7.6 5.4 5.2-.7 13.1-2.3 11.8-9.4l1.7-16.2c8.5-2.4 16.8-5.5 24.7-9.3l12 11.6a6.4 6.4 0 0 0 9 2.4c4.7-2.4 11.5-6.6 8-12.8l-4.1-15.9c7.1-5.1 13.8-10.9 20-17.1l15.3 6.7c2.9 2.5 7 2.1 9.4-.8 3.5-3.8 8.5-10.1 3-14.7l-9.2-13.5c4.9-7.2 9.3-14.9 13-23l16.6 1.1a6.4 6.4 0 0 0 8.5-3.9c2-4.8 4.5-12.5-2.2-14.9l-13.3-9.5c2.1-8.4 3.6-17.1 4.3-26L1018 55c7.4 0 6.9-7.9 6.5-13Zm-188 129.6c-164.1-12.5-149.6-257 14.8-250 164.1 12.5 149.6 256.9-14.8 250Z"
style="fill: #eda127"
/>
</g>
<g id="Gear_15_23">
<g style="fill: #e38e0f">
<path transform="rotate(-119.8 334.4 67.7)" d="M291.6 13h85.6v109.4h-85.6z" />
<path transform="rotate(96.2 573.4 17.5)" d="M530.6-37.1h85.6V72.3h-85.6z" />
<path transform="rotate(168.2 472.1 129.4)" d="M429.3 74.7h85.6v109.4h-85.6z" />
</g>
<circle cx="445.8" cy="3.8" r="107.6" style="fill: #eda127" />
<path
d="M373.3-17.1c16.4 1.9 13.6 27-2.9 25.2-16.5-2-13.6-27 2.9-25.2Zm144.5 41.8c-16.5-2-13.6-27 2.9-25.2 16.4 1.9 13.6 27-2.9 25.2Zm-26.1 38.5c-12.2-11.3 4.9-30 17.2-18.8 12.2 11.3-4.9 29.9-17.2 18.8ZM448 79c-3.3-16.3 21.5-21.4 24.9-5.1 3.2 16.2-21.5 21.3-25 5Zm-44.7-13c7-15 30-4.6 23.1 10.5-6.9 15.1-29.9 4.7-23-10.5Zm-28.5-36.7c14.4-8 26.9 13.9 12.5 22.1-14.5 8.1-27-13.8-12.5-22Z"
style="fill: #e38e0f"
/>
<path
d="M683.2 7.3 656.3-6c-.2-3.6-.4-7.3-.8-11l24.6-16.2c1.3-.3 2.2-1.3 2-2.4l-4-19.8c1.3-1.8-31.1-6.2-32.2-7-1.2-3.5-2.4-7-3.8-10.4L661.4-95c1.2-.7 1.7-2 1.3-2.9l-9.2-18c.6-2.1-31.7 2.5-33 2-2-3-4.2-6-6.4-9l12.6-26.6c1-1 1.2-2.3.5-3l-13.8-15c.1-2.2-29.8 11-31.2 10.8l-8.5-6.9 4.9-29c.7-1.2.5-2.6-.4-3.1L561-206.5c-.6-2.1-25.8 18.6-27.1 18.8a222 222 0 0 0-10.1-4.3l-3.2-29.3c.4-1.3-.2-2.6-1.2-2.9l-19.4-5.6c-1-1.9-19.9 24.9-21 25.5l-11-1.5-10.9-27.3c0-1.4-.9-2.5-1.9-2.5l-20.3-.1c-1.5-1.6-12.4 29.3-13.3 30.1l-11 1.6-17.8-23.4c-.4-1.3-1.5-2.1-2.5-1.8l-19.6 5.3c-1.8-1.2-4 31.5-4.7 32.6l-10.1 4.4-23.5-17.6c-.7-1.2-2-1.7-3-1.1l-17.3 10.4c-2.2-.6 4.6 31.4 4.2 32.7a217 217 0 0 0-8.5 7l-27.4-10.7c-1-1-2.4-1-3.1-.3l-14 14.7c-2.2 0 13 29 13 30.4l-6.4 9-29.3-2.9c-1.2-.6-2.5-.3-3 .6l-9.5 18c-2 .6 20.3 24.4 20.6 25.7-1.3 3.4-2.5 6.8-3.6 10.4l-29 5c-1.3-.2-2.5.4-2.8 1.5l-4.2 19.8c-2 1.1 26.1 18.1 26.8 19.2-.3 3.6-.6 7.3-.7 11L208.6 8.6c-1.3.2-2.3 1-2.3 2.1l1.3 20.3c-1.5 1.6 30 10.4 31 11.2.6 3.7 1.4 7.3 2.2 10.8l-22 19.5c-1.3.4-2 1.6-1.7 2.6l6.6 19.1c-1 2 31.8 2 32.9 2.5a182 182 0 0 0 5.1 9.8l-16 24.7c-1.1.7-1.5 2-1 3l11.7 16.6c-.4 2.2 31-6.8 32.3-6.5l7.5 8-8.7 28.1c-.9 1-1 2.5-.1 3.1l15.6 13c.2 2.1 28.1-15 29.4-15 3.1 2 6.3 3.8 9.4 5.7l-.8 29.4c-.5 1.2-.2 2.6.8 3l18.5 8.2c.8 2 23-21.9 24.3-22.3l10.6 3 7 28.5c-.1 1.3.6 2.5 1.6 2.7l20 2.9c1.3 1.8 16.4-27.4 17.5-28.1h11l14.5 25.6c.2 1.3 1.2 2.3 2.2 2.2l20.1-2.7c1.7 1.4 8.3-30.6 9.2-31.6l10.6-3 20.9 20.7c.5 1.2 1.7 1.9 2.7 1.4l18.6-8c2.1 1-.3-31.7.3-32.9a223 223 0 0 0 9.3-5.7l25.8 14.3c.9 1 2.2 1.3 3 .7l15.8-12.7c2.2.2-8.8-30.6-8.6-31.9l7.4-8 28.7 6.8c1.1.8 2.5.7 3.1-.1l11.8-16.5c2.2-.4-16.7-27-16.9-28.3 1.8-3.2 3.4-6.5 5-9.8l29.4-1.1c1.3.4 2.6 0 3-1l6.9-19c2-1-23.4-21.6-24-22.8.9-3.5 1.6-7.1 2.3-10.7 1.2-1 31.7-9 30.6-10.8l1.5-20.2c0-1.1-1-2-2.3-2ZM612 8.8C601.6 227.7 276 217.7 279-1.3c10.5-218.8 336-208.8 333 10.2Z"
style="fill: #eda127"
/>
</g>
<g id="Gear_14_24">
<g id="Gear_14_Wheel">
<path
d="M164.9 571c4.4 5.9 16.3 15.5 7.7 22.5l-26.8 14c-6.3 5.2-11 .6-14.6-4.1-2.4-2.6-1.5-7 1.9-9.9l18-24.6c4.8-4.1 9.7-2.8 13.8 2ZM142 533.6c2.7 6.9 11.8 19.3 1.7 23.8L114 564c-7.4 3.4-10.7-2.3-13-7.7-1.6-3.2.4-7.2 4.4-9l23.8-19.2c5.7-2.8 10-.2 12.7 5.5Zm-12.4-41.9c.9 7.3 6.4 21.7-4.5 23.4l-30.3-1.3c-8 1.4-9.7-5-10.5-10.8-.8-3.5 2.2-6.9 6.5-7.6l28-12.4c6.2-1.1 9.8 2.5 10.8 8.7Zm-1.1-43.7c-1 7.3.6 22.6-10.4 21.3l-29-9c-8-.7-8-7.3-7.3-13.2.2-3.5 3.9-6 8.3-5.6l30.2-4.7c6.3.5 8.8 4.9 8.2 11.2Zm10.3-42.6c-3 6.8-5.4 22-15.7 18l-25.5-16.2c-7.7-2.8-6-9.2-3.8-14.7 1.1-3.3 5.4-4.8 9.5-3.3l30.4 3.3c6 2.1 7.3 7 5 13Zm20.9-38.4c-4.6 5.8-10.9 19.8-19.8 13.3l-20.5-22.2c-6.7-4.8-3.4-10.5.2-15.2 2-3 6.4-3.3 10-.7l28.5 11c5.3 3.6 5.2 8.7 1.6 13.8Zm30.1-31.7c-6 4.4-15.6 16.4-22.5 7.7l-14-26.8c-5.3-6.3-.6-10.9 4-14.5 2.6-2.4 7-1.6 10 1.8l24.6 18c4.1 4.9 2.7 9.8-2.1 13.8Zm37.3-22.8c-6.8 2.7-19.3 11.8-23.7 1.6l-6.7-29.5c-3.4-7.4 2.3-10.7 7.8-13 3.1-1.6 7.1.3 9 4.4l19.2 23.8c2.7 5.7.1 10-5.6 12.7Zm41.9-12.4c-7.3.9-21.6 6.4-23.3-4.5l1.2-30.3c-1.4-8 5-9.7 10.9-10.6 3.4-.7 6.8 2.3 7.6 6.6l12.3 28c1.2 6.2-2.4 9.7-8.7 10.8Zm43.8-1.1c-7.3-1-22.6.5-21.4-10.4l9-29c.8-8.1 7.3-8 13.2-7.4 3.5.2 6 4 5.7 8.4l4.6 30.2c-.4 6.3-4.8 8.8-11.1 8.2Zm42.5 10.2c-6.8-2.9-22-5.3-18-15.6l16.2-25.6c2.9-7.7 9.2-6 14.7-3.7 3.4 1 4.8 5.3 3.3 9.5l-3.3 30.4c-2 6-7 7.2-13 5Zm38.4 20.9c-5.8-4.5-19.8-10.8-13.3-19.7l22.3-20.5c4.7-6.7 10.4-3.4 15.1.2 3 1.9 3.3 6.4.8 10l-11 28.5c-3.7 5.2-8.7 5.2-13.9 1.5Zm31.7 30.2c-4.4-6-16.3-15.6-7.7-22.5l26.8-14.1c6.3-5.2 11-.6 14.6 4.1 2.3 2.6 1.5 7-1.9 9.9l-18 24.6c-4.8 4.2-9.7 2.8-13.8-2Zm22.8 37.3c-2.7-6.9-11.7-19.3-1.6-23.8l29.6-6.6c7.4-3.4 10.7 2.3 13 7.7 1.6 3.2-.4 7.2-4.4 9L461 403.2c-5.7 2.8-10.1.2-12.7-5.5Zm12.4 41.9c-.8-7.3-6.3-21.7 4.6-23.3l30.3 1.2c8-1.4 9.7 5 10.5 10.8.7 3.5-2.2 6.9-6.6 7.6l-28 12.4c-6.1 1.1-9.7-2.5-10.8-8.7Zm1.2 43.7c1-7.2-.6-22.5 10.4-21.3l29 9c8 .7 8 7.3 7.3 13.2-.2 3.5-3.9 6-8.3 5.6l-30.2 4.7c-6.3-.5-8.8-4.9-8.2-11.2Zm-10.3 42.6c3-6.8 5.3-22 15.6-18l25.6 16.2c7.7 2.8 6 9.2 3.7 14.7-1 3.3-5.3 4.8-9.4 3.3l-30.4-3.3c-6-2.1-7.3-7-5-13Zm-20.9 38.4c4.6-5.8 10.8-19.8 19.7-13.3l20.6 22.3c6.6 4.7 3.4 10.4-.2 15-2 3-6.4 3.4-10 .8l-28.5-11c-5.3-3.6-5.2-8.6-1.6-13.8Zm-30.1 31.7c5.9-4.4 15.6-16.4 22.5-7.7l14 26.8c5.3 6.3.6 10.9-4 14.5-2.7 2.4-7 1.6-10-1.8l-24.6-18c-4.1-4.9-2.8-9.8 2-13.8Zm-37.3 22.8c6.8-2.7 19.3-11.7 23.7-1.6l6.7 29.5c3.4 7.4-2.3 10.7-7.8 13-3.1 1.6-7.2-.3-9-4.4l-19.2-23.8c-2.7-5.7-.2-10 5.6-12.7Zm-42 12.4c7.3-.8 21.7-6.3 23.4 4.5l-1.2 30.3c1.3 8-5 9.7-10.9 10.6-3.4.7-6.8-2.2-7.6-6.6l-12.3-28c-1.2-6.2 2.4-9.7 8.6-10.8Zm-43.7 1.1c7.3 1 22.6-.5 21.4 10.4l-9 29c-.8 8.1-7.3 8-13.2 7.4-3.6-.2-6-4-5.7-8.4l-4.7-30.2c.5-6.3 5-8.8 11.2-8.2ZM235 622c6.8 2.9 22 5.3 18 15.6l-16.2 25.6c-2.9 7.7-9.2 6-14.7 3.7-3.4-1-4.9-5.3-3.3-9.5L222 627c2-6 7-7.2 12.9-5Zm-38.4-21c5.7 4.7 19.8 11 13.3 19.8l-22.3 20.6c-4.7 6.6-10.4 3.3-15.1-.3-3-1.9-3.3-6.4-.8-10l11-28.5c3.6-5.2 8.7-5.2 13.9-1.5Z"
style="fill: #eda127"
/>
<g style="fill: #eda127">
<path d="m270.3 483.6-49.5 94.7 42.8 22.3 49.4-94.7-42.7-22.3z" />
<path d="m267.2 453.1-110.1 4.1 2 48.2 110.1-4.1-2-48.2z" />
<path d="m292 435.1-56.6-87.6-40.7 25.8 56.6 87.6 40.7-25.8z" />
<path transform="rotate(-62.4 322.8 390)" d="M270.5 366h104.6v48.2H270.5z" />
<path d="m323.1 478.1 105.7-5.2-3.7-47.4-104 4.4 2 48.2z" />
<path d="m298.3 496.1 57.5 90.5 39.9-26-56.7-90.3-40.7 25.8z" />
</g>
<circle
cx="295.1"
cy="465.8"
r="142.5"
style="fill: none; stroke: #eda127; stroke-miterlimit: 10; stroke-width: 26px"
/>
<circle
cx="295.1"
cy="465.8"
r="171"
style="fill: none; stroke: #e38e0f; stroke-miterlimit: 10; stroke-width: 32px"
/>
</g>
<path
d="m191.3 53.5-175 90.8s219.2 353.4 220 354.9a66.7 66.7 0 1 0 118.4-61.5c-.8-1.5-163.4-384.2-163.4-384.2Z"
style="fill: #ee9e19"
/>
<path
d="M412.6 378.4c-3.3-5.7-10.6-10.6-14.4-8l-39.6 22.1a97.3 97.3 0 0 0-87.7-20.6l-47.5-78.4a13 13 0 0 0-17.1-4.8 13.3 13.3 0 0 0-7.5 17.8l37.2 82.3c-77.2 56.5-26 186.5 70.4 173.3 66-6.4 106.1-82.3 75-140.5l32.8-28.5c3-2.6 2.3-9-1.6-14.7Z"
style="fill: #e38e0f"
/>
<circle cx="295.1" cy="465.8" r="69" style="fill: #ee9e19" />
<path
d="M334.8 461.1c5.2 52.4-72.5 61.5-79.5 9.4-5.2-52.4 72.5-61.5 79.5-9.4ZM205 204.4c5.7 57.7-80 67.8-87.7 10.3-5.7-57.6 79.9-67.7 87.6-10.2Z"
style="fill: #e38e0f"
/>
</g>
</g>
<g id="Keyhole">
<circle id="Keyhole_Grad" cx="659" cy="307" r="137" style="fill: url(#radial-gradient-2)" />
<circle
id="Keyhole_Grad_Main"
cx="656"
cy="426"
r="452"
style="fill: url(#radial-gradient-3); opacity: 0.7"
/>
<path d="M724 392a107 107 0 1 0-130 0l-42 181h214l-42-181Z" style="fill: #fbf0be" />
</g>
<ellipse
id="ForegroundOrangeGrad"
cx="654.8"
cy="675"
rx="682.7"
ry="689"
style="fill: url(#radial-gradient-4)"
/>
<g id="Layer_6">
<g id="Gear_13_8">
<path
d="m1309.2 585.4-51-.8-.8-.9 5.4-50.7c1.7-3.3-37.7-22.5-39.3-19.2l-36.6 35.6-1.2-.1-32-39.7c-1.2-3.5-42.5 10.7-41.3 14.2l-.8 51-.9.8-50.7-5.4c-3.3-1.7-22.5 37.7-19.2 39.3l35.6 36.6v1.1l-39.8 32c-3.5 1.3 10.7 42.6 14.2 41.4l51 .8.8.8-5.4 50.8c-1.7 3.3 37.7 22.5 39.3 19.2l36.6-35.6 1.1.1 32 39.7c1.3 3.5 42.6-10.7 41.4-14.2l.8-51 .8-.8 50.8 5.5c3.3 1.6 22.5-37.7 19.2-39.4l-35.5-36.6v-1.1l39.7-32c3.5-1.3-10.7-42.6-14.2-41.4Z"
style="fill: #cffafe"
/>
<circle cx="1180" cy="653" r="62.8" style="fill: #a5f3fc" />
</g>
<g id="Gear_12_3">
<path
d="m1047.2 685-2.2-16.8c-.1-.8-1-1.4-1.8-1.3l-20.7-4.2a134 134 0 0 0-11.6-29.3c15.4-23 17.4-12 3.1-32.8-.1-2.3-21.3 5.7-22.5 5.5a135.5 135.5 0 0 0-23.8-20.6c2.9-27.6 9.8-18.6-12.6-30.5-1.2-1.9-16.2 15-17.3 15.4-9.8-3.5-20-6-30.7-7.1-10.3-26 0-21-25.3-21.2-2-1.2-7.4 20.8-8.2 21.6a133.6 133.6 0 0 0-30.5 8c-21-18.1-9.8-18.7-32.2-7-2.2-.1 3 21.9 2.8 23a135 135 0 0 0-23.3 21.2c-27.1-6.3-17.4-12-31.8 8.8-2 .9 12.9 17.9 13.1 19-4.7 9.3-8.3 19.3-10.7 29.6-27 7.1-21-2.5-24.1 22.6-1.4 1.7 19.8 9.9 20.5 10.8.2 10.7 1.6 21.2 4.2 31.2-20.6 18.8-19.7 7.4-10.8 31.1-.4 2.2 22-.4 23.1 0 5.1 9.3 11.2 18 18.3 25.7-9.5 26.1-14 15.8 4.9 32.6.6 2.1 19.3-10.6 20.5-10.7 8.7 5.8 18.1 10.6 28 14.2 3.8 27.7-5 20.5 19.5 26.6 1.6 1.6 12.2-18.4 13.2-19 10.3 1 21.2 1 31.5-.5 16.2 22.8 5 20.5 29.6 14.6 2.1.6 2.2-22 2.8-23 9.9-4 19.2-9 27.7-15 24.7 12.4 14 15.8 33-1 2.2-.4-8.3-20.4-8.2-21.6a136 136 0 0 0 17.5-26.2c28-.4 19.7 7.5 28.8-16.1 1.7-1.4-16.8-14.3-17.3-15.4 2.2-10 3.4-20.6 3.3-31.3.8-1 21.6-9 20.2-10.9Z"
style="fill: #cffafe"
/>
<path
d="M835 682.6c12.8.9 11.1 21-1.7 19.8-12.8-.9-11.2-21 1.6-19.8Zm19.4-30.7c9.9 8.2-3.3 23.6-13 15-9.8-8.2 3.4-23.6 13-15Zm33.8-13.4c3.2 12.5-16.5 17.2-19.3 4.6-3.1-12.5 16.5-17.2 19.3-4.6Zm35.3 9c-4.8 12-23.5 4.2-18.3-7.6 4.7-12 23.4-4.2 18.3 7.6Zm23.2 28c-11 7-21.5-10.4-10.4-17 11-6.8 21.5 10.5 10.4 17Zm2.3 36.4c-12.9-.9-11.2-21 1.6-19.8 12.8.8 11.2 21-1.6 19.8Zm-19.5 30.7c-9.9-8.3 3.3-23.6 13-15 9.8 8.2-3.4 23.5-13 15ZM895.7 756c-3.2-12.5 16.5-17.2 19.3-4.6 3.1 12.5-16.5 17.2-19.3 4.6Zm-35.3-9c4.8-12 23.5-4.2 18.3 7.6-4.7 12-23.4 4.2-18.3-7.7Zm-23.2-28c11-7 21.5 10.4 10.4 16.9-11 6.9-21.5-10.4-10.4-17Z"
style="fill: #a5f3fc"
/>
<path
d="M892.2 560.6a136.7 136.7 0 1 0 0 273.3 136.7 136.7 0 0 0 0-273.3Zm-.2 244.7a108 108 0 1 1 0-216 108 108 0 0 1 0 216Z"
style="fill: #a5f3fc"
/>
</g>
<g id="Gear_11_24">
<path
d="M644.4 727.8c3.3-.2 5.8-2.4 5.5-5l-.4-4.5c-.3-2.6-3.1-4.6-6.4-4.4l-17.3-2.7c-.7-4.5-1.6-9-2.7-13.3l15-9.4c3.2-1 5-3.8 4-6.3l-1.5-4.2c-1-2.5-4.2-3.6-7.3-2.6l-17.4 1.8c-1.9-4-3.9-8.1-6.1-12l12.1-13c2.8-1.8 3.8-5 2.3-7.1l-2.7-3.7c-1.5-2.2-5-2.4-7.7-.6l-16.4 6.3a107 107 0 0 0-9-10l8.4-15.9c2.2-2.4 2.4-5.7.4-7.4l-3.6-2.9c-2-1.6-5.4-1-7.5 1.5l-14.2 10.3a137 137 0 0 0-11.3-7.4l4-17.4c1.5-3 .8-6.2-1.6-7.3l-4.2-1.8c-2.3-1.1-5.4.4-7 3.3l-11 13.6c-4.1-1.6-8.4-3-12.7-4.2l-.7-17.8c.7-3.2-.9-6.2-3.4-6.6l-4.5-.8c-2.6-.4-5.2 1.9-5.9 5l-7.1 16.1c-4.4-.5-9-.7-13.5-.7l-5.2-17.1c-.2-3.3-2.4-5.7-5-5.5l-4.5.4c-2.6.3-4.6 3.1-4.4 6.4l-2.7 17.3c-4.5.7-9 1.6-13.2 2.7l-9.5-15c-1-3.2-3.8-5-6.3-4l-4.2 1.6c-2.5.9-3.6 4.1-2.6 7.2l1.8 17.5c-4 1.8-8.1 3.8-12 6l-13-12.1c-1.8-2.7-5-3.7-7.1-2.2l-3.7 2.6c-2.2 1.5-2.4 5-.6 7.7l6.3 16.4a107 107 0 0 0-10 9l-15.9-8.4c-2.4-2.2-5.7-2.3-7.4-.3l-2.9 3.5c-1.6 2-1 5.4 1.5 7.6l10.3 14.2c-2.7 3.6-5.1 7.3-7.4 11.2l-17.4-4c-3-1.4-6.2-.7-7.3 1.6l-1.9 4.2c-1 2.3.5 5.5 3.4 7l13.6 11c-1.6 4.1-3 8.4-4.2 12.8l-17.8.6c-3.2-.7-6.2.9-6.6 3.4l-.8 4.5c-.4 2.6 1.9 5.2 5 5.9l16.1 7.1c-.5 4.4-.7 9-.8 13.5l-17 5.2c-3.3.2-5.7 2.5-5.5 5l.4 4.6c.3 2.6 3.1 4.5 6.4 4.3l17.3 2.8a147 147 0 0 0 2.7 13.2l-15 9.4c-3.2 1-5 3.9-4 6.3l1.5 4.3c1 2.4 4.2 3.5 7.3 2.5l17.5-1.8c1.8 4.1 3.8 8.1 6 12l-12.1 13c-2.8 1.9-3.8 5-2.2 7.2l2.6 3.7c1.5 2 5 2.3 7.7.5l16.4-6.2c2.8 3.5 5.8 6.8 9 10l-8.4 15.8c-2.2 2.4-2.3 5.8-.3 7.4l3.5 2.9c2 1.6 5.4 1 7.6-1.4l14.1-10.4c3.7 2.7 7.4 5.2 11.3 7.5l-4 17.3c-1.5 3-.7 6.2 1.6 7.3l4.2 1.9c2.3 1 5.4-.4 7-3.4l11-13.6c4.1 1.6 8.4 3 12.8 4.2l.6 17.9c-.7 3.2.9 6.1 3.4 6.5l4.5.8c2.6.4 5.2-1.8 5.9-5l7.1-16c4.4.4 9 .6 13.5.7l5.2 17c.2 3.3 2.4 5.8 5 5.5l4.6-.4c2.5-.3 4.5-3.1 4.3-6.4l2.7-17.3c4.5-.7 9-1.6 13.3-2.7l9.4 15c1 3.2 3.8 5 6.3 4l4.3-1.5c2.4-1 3.5-4.2 2.5-7.3l-1.8-17.4c4.1-1.9 8.1-3.9 12-6.1l13 12.1c1.9 2.8 5 3.8 7.1 2.3l3.8-2.7c2-1.5 2.3-5 .5-7.7l-6.3-16.4c3.5-2.8 6.9-5.8 10.1-9l15.8 8.4c2.4 2.2 5.7 2.4 7.4.4l2.9-3.6c1.6-2 1-5.4-1.4-7.5l-10.4-14.2c2.7-3.7 5.2-7.4 7.4-11.3l17.4 4c3 1.5 6.2.8 7.3-1.6l1.9-4.2c1-2.3-.5-5.4-3.4-6.9l-13.6-11c1.6-4.2 3-8.5 4.2-12.8l17.8-.7c3.3.7 6.2-.9 6.6-3.4l.8-4.5c.4-2.6-1.8-5.2-5-5.9l-16-7.1c.4-4.4.6-9 .7-13.4l17-5.3Z"
style="fill: #cffafe"
/>
<path
d="M473.4 724.5c5.7.8 4.3 9.7-1.4 8.7-5.6-.8-4.2-9.7 1.4-8.7Zm8-9.5c4.1 4-2.3 10.4-6.3 6.3-4-4 2.3-10.4 6.3-6.3Zm12-3c1 5.7-8 7-8.7 1.4-1-5.7 7.9-7 8.7-1.4Zm11.5 4.7c-2.6 5.1-10.6 1-7.9-4 2.5-5.2 10.6-1 7.9 4Zm6.5 10.5c-5 2.6-9.1-5.4-4-8 5.1-2.6 9.2 5.4 4 8Zm-.8 12.3c-5.7-.8-4.3-9.7 1.4-8.7 5.6.8 4.2 9.7-1.4 8.7Zm-8 9.5c-4-4 2.3-10.4 6.3-6.3 4 4-2.3 10.4-6.3 6.3Zm-12 3c-1-5.7 8-7 8.7-1.4 1 5.7-7.9 7-8.7 1.4Zm-11.5-4.7c2.6-5.1 10.6-1 7.9 4-2.5 5.2-10.6 1-7.9-4Zm-6.5-10.5c5-2.6 9.1 5.4 4 8-5.1 2.6-9.2-5.4-4-8Z"
style="fill: #a5f3fc"
/>
<g style="fill: #a5f3fc">
<path
d="M492 683.4a48.6 48.6 0 1 0 0 97.2 48.6 48.6 0 0 0 0-97.2Zm0 81.6a33 33 0 1 1 0-66 33 33 0 0 1 0 66Z"
/>
<path
d="M491.6 625.3a106.8 106.8 0 1 0 0 213.7 106.8 106.8 0 0 0 0-213.7Zm.4 185.3a78.6 78.6 0 1 1 0-157.2 78.6 78.6 0 0 1 0 157.2Z"
/>
</g>
</g>
</g>
<g id="Layer_5">
<g id="Gear_10_31">
<path
d="m1242 900.4-1.2-16c-.7-1.8-29.6-5.6-31.9-6.6-1-7.4-2.4-14.7-4-21.8 2-1.9 27.3-15.6 27.4-17.6l-4.5-15.4c-1-1.6-30 .5-32.5 0-2.5-7-5.3-13.9-8.4-20.6 1.6-2.2 23.6-20.8 23.3-22.7l-7.5-14.2c-1.3-1.3-29.4 6.5-32 6.5a279 279 0 0 0-12.2-18.4c1-2.5 19-25.1 18.3-27l-10.2-12.4c-1.6-1-27.5 12.3-30 12.8-5-5.4-10.3-10.6-15.7-15.5.5-2.7 13.4-28.5 12.4-30.2l-12.5-10c-1.7-.8-24.4 17.5-26.8 18.5a225 225 0 0 0-18.5-12c0-2.8 7.5-30.6 6.2-32l-14.3-7.4c-1.9-.4-20.4 22-22.5 23.5-6.7-3-13.6-5.6-20.6-8-.5-2.7 1.2-31.5-.4-32.6l-15.5-4.4c-1.9 0-15.5 25.8-17.3 27.6-7.1-1.5-14.4-2.8-21.7-3.7-1.1-2.5-5.2-31-7-31.9l-16-1.1c-1.9.4-10 28.4-11.4 30.6a232 232 0 0 0-22.1.6c-1.5-2.2-11.3-29.4-13.2-29.8l-16 2.1c-1.7.8-4 29.8-5 32.2a274 274 0 0 0-21.5 5.1c-2-1.8-17-26.4-19-26.5l-15.1 5.3c-1.5 1.1 2 30 1.6 32.5-6.9 2.9-13.5 6-20 9.4-2.4-1.4-22-22.5-24-22.2l-13.8 8.3c-1.2 1.3 8 29 8.1 31.5-6 4.2-12 8.6-17.7 13.2-2.5-.9-26-17.6-27.9-16.9l-11.8 10.9c-1 1.6 13.7 26.8 14.3 29.3-5.2 5.3-10 10.8-14.8 16.4-2.6-.4-29-12-30.7-11L677 742c-.7 1.8 18.7 23.5 19.8 25.8-4 6.2-7.6 12.6-11.1 19.1-2.7.1-30.9-6-32.2-4.5l-6.7 14.6c-.2 1.9 23.1 19.2 24.7 21.3-2.7 6.8-5 13.8-7.1 21-2.6.6-31.4.4-32.4 2l-3.6 15.7c.1 1.9 26.5 14.2 28.4 15.8a322 322 0 0 0-2.6 22c-2.5 1.2-30.7 6.8-31.4 8.6l-.4 16c.5 1.9 28.9 8.6 31 9.9.4 7.4 1 14.8 1.9 22-2.2 1.7-28.7 12.8-29 14.7l2.9 15.8c.8 1.7 29.8 2.6 32.3 3.4 1.8 7.2 3.8 14.3 6.2 21.3-1.8 2-25.5 18.2-25.4 20.2l6 14.9c1.2 1.4 29.8-3.5 32.3-3.2 3.2 6.6 6.7 13.2 10.4 19.6-1.3 2.3-21.3 23-20.9 24.9l9 13.4c1.4 1.2 28.5-9.5 31-9.7 4.5 5.9 9.2 11.6 14 17-.7 2.6-16.2 27-15.3 28.7l11.4 11.3c1.7.9 26-15 28.4-15.7 5.6 4.9 11.4 9.5 17.3 14-.3 2.6-10.5 29.5-9.3 31l13.4 8.8c1.8.6 22.4-19.8 24.7-21 6.4 3.6 13 7 19.7 10.1.3 2.7-4.3 31-2.9 32.3l15 6c1.9 0 18-24 19.9-25.7 7 2.3 14.2 4.3 21.4 6 .8 2.6 2 31.3 3.7 32.2l15.8 2.8c1.9-.2 12.8-27.1 14.4-29.1 7.3.8 14.7 1.3 22.1 1.5 1.3 2.4 8.3 30.3 10.1 30.9l16-.5c1.9-.6 7.2-29.1 8.3-31.4 7.4-.7 14.8-1.7 22-3 1.8 2.1 14.2 28 16.1 28.3l15.7-3.8c1.6-1 1-29.9 1.7-32.3a277 277 0 0 0 21-7.3c2.1 1.6 19.4 24.5 21.4 24.3l14.6-6.8c1.4-1.3-5-29.5-4.9-32a259 259 0 0 0 19-11.5c2.5 1.2 24.1 20.1 26 19.6l12.9-9.6c1.1-1.5-10.9-28-11.2-30.5 5.6-4.8 11-9.7 16.3-15 2.7.7 27.7 15 29.4 14l10.7-12c.8-1.7-16.3-25.2-17.1-27.6a280 280 0 0 0 13-18c2.7.2 30 9 31.6 7.8l8-13.9c.5-1.8-21-21.4-22.3-23.6 3.3-6.6 6.4-13.3 9.2-20.2 2.7-.4 31.2 2.8 32.4 1.3l5.2-15.3c0-1.9-25-16.7-26.7-18.6a277 277 0 0 0 5-21.6c2.5-1 31-3.6 32-5.3l2-16c-.4-1.9-27.9-11.4-30-12.9.5-7.3.7-14.8.5-22.1 2.2-1.5 29.9-9.8 30.4-11.7Z"
style="fill: #a5f3fc"
/>
<path
d="m1246 902.4-1.2-16c-.7-1.8-29.6-5.6-31.9-6.6-1-7.4-2.4-14.7-4-21.8 2-1.9 27.3-15.6 27.4-17.6l-4.5-15.4c-1-1.6-30 .5-32.5 0-2.5-7-5.3-13.9-8.4-20.6 1.6-2.2 23.6-20.8 23.3-22.7l-7.5-14.2c-1.3-1.3-29.4 6.5-32 6.5a279 279 0 0 0-12.2-18.4c1-2.5 19-25.1 18.3-27l-10.2-12.4c-1.6-1-27.5 12.3-30 12.8-5-5.4-10.3-10.6-15.7-15.5.5-2.7 13.4-28.5 12.4-30.2l-12.5-10c-1.7-.8-24.4 17.5-26.8 18.5a225 225 0 0 0-18.5-12c0-2.8 7.5-30.6 6.2-32l-14.3-7.4c-1.9-.4-20.4 22-22.5 23.5-6.7-3-13.6-5.6-20.6-8-.5-2.7 1.2-31.5-.4-32.6l-15.5-4.4c-1.9 0-15.5 25.8-17.3 27.6-7.1-1.5-14.4-2.8-21.7-3.7-1.1-2.5-5.2-31-7-31.9l-16-1.1c-1.9.4-10 28.4-11.4 30.6a232 232 0 0 0-22.1.6c-1.5-2.2-11.3-29.4-13.2-29.8l-16 2.1c-1.7.8-4 29.8-5 32.2a274 274 0 0 0-21.5 5.1c-2-1.8-17-26.4-19-26.5l-15.1 5.3c-1.5 1.1 2 30 1.6 32.5-6.9 2.9-13.5 6-20 9.4-2.4-1.4-22-22.5-24-22.2l-13.8 8.3c-1.2 1.3 8 29 8.1 31.5-6 4.2-12 8.6-17.7 13.2-2.5-.9-26-17.6-27.9-16.9l-11.8 10.9c-1 1.6 13.7 26.8 14.3 29.3-5.2 5.3-10 10.8-14.8 16.4-2.6-.4-29-12-30.7-11L681 744c-.7 1.8 18.7 23.5 19.8 25.8-4 6.2-7.6 12.6-11.1 19.1-2.7.1-30.9-6-32.2-4.5l-6.7 14.6c-.2 1.9 23.1 19.2 24.7 21.3-2.7 6.8-5 13.8-7.1 21-2.6.6-31.4.4-32.4 2l-3.6 15.7c.1 1.9 26.5 14.2 28.4 15.8a322 322 0 0 0-2.6 22c-2.5 1.2-30.7 6.8-31.4 8.6l-.4 16c.5 1.9 28.9 8.6 31 9.9.4 7.4 1 14.8 1.9 22-2.2 1.7-28.7 12.8-29 14.7l2.9 15.8c.8 1.7 29.8 2.6 32.3 3.4 1.8 7.2 3.8 14.3 6.2 21.3-1.8 2-25.5 18.2-25.4 20.2l6 14.9c1.2 1.4 29.8-3.5 32.3-3.2 3.2 6.6 6.7 13.2 10.4 19.6-1.3 2.3-21.3 23-20.9 24.9l9 13.4c1.4 1.2 28.5-9.5 31-9.7 4.5 5.9 9.2 11.6 14 17-.7 2.6-16.2 27-15.3 28.7l11.4 11.3c1.7.9 26-15 28.4-15.7 5.6 4.9 11.4 9.5 17.3 14-.3 2.6-10.5 29.5-9.3 31l13.4 8.8c1.8.6 22.4-19.8 24.7-21 6.4 3.6 13 7 19.7 10.1.3 2.7-4.3 31-2.9 32.3l15 6c1.9 0 18-24 19.9-25.7 7 2.3 14.2 4.3 21.4 6 .8 2.6 2 31.3 3.7 32.2l15.8 2.8c1.9-.2 12.8-27.1 14.4-29.1 7.3.8 14.7 1.3 22.1 1.5 1.3 2.4 8.3 30.3 10.1 30.9l16-.5c1.9-.6 7.2-29.1 8.3-31.4 7.4-.7 14.8-1.7 22-3 1.8 2.1 14.2 28 16.1 28.3l15.7-3.8c1.6-1 1-29.9 1.7-32.3a277 277 0 0 0 21-7.3c2.1 1.6 19.4 24.5 21.4 24.3l14.6-6.8c1.4-1.3-5-29.5-4.9-32a259 259 0 0 0 19-11.5c2.5 1.2 24.1 20.1 26 19.6l12.9-9.6c1.1-1.5-10.9-28-11.2-30.5 5.6-4.8 11-9.7 16.3-15 2.7.7 27.7 15 29.4 14l10.7-12c.8-1.7-16.3-25.2-17.1-27.6a280 280 0 0 0 13-18c2.7.2 30 9 31.6 7.8l8-13.9c.5-1.8-21-21.4-22.3-23.6 3.3-6.6 6.4-13.3 9.2-20.2 2.7-.4 31.2 2.8 32.4 1.3l5.2-15.3c0-1.9-25-16.7-26.7-18.6a277 277 0 0 0 5-21.6c2.5-1 31-3.6 32-5.3l2-16c-.4-1.9-27.9-11.4-30-12.9.5-7.3.7-14.8.5-22.1 2.2-1.5 29.9-9.8 30.4-11.7Z"
style="fill: #67e8f9"
/>
</g>
<g id="Gear_9_19">
<path
d="M475.1 834a2.6 2.6 0 0 0-2.7-2.4l-35.8-1c-1-4.6-2.2-9.1-3.4-13.6l31-17.9c1.3-.5 1.9-2 1.3-3.4l-26.2-60c-.6-1.3-2-2-3.3-1.4L401.8 745c-2.5-4-5-8-7.7-11.7l23.6-27c1-1 1.1-2.6.1-3.6l-44.3-48.3c-1-1-2.5-1.2-3.6-.2l-28.8 21.1-11-8.6 13.5-33.2c.6-1.2.2-2.7-1.1-3.4l-57.6-31.3a2.6 2.6 0 0 0-3.4 1L261 629c-4.4-1.6-8.9-3.2-13.3-4.6l2-35.7c.3-1.3-.7-2.6-2.1-2.9L183 575c-1.4-.2-2.8.7-3 2l-9.8 34.5h-14l-9.7-34.5a2.6 2.6 0 0 0-3-2L79 585.6a2.6 2.6 0 0 0-2.1 2.9l1.9 35.6c-4.5 1.4-9 3-13.3 4.6l-20.3-29.4a2.6 2.6 0 0 0-3.5-1l-57.6 31a2.6 2.6 0 0 0-1.1 3.5L-3.6 666c-3.8 2.8-7.5 5.7-11.2 8.7l-28.7-21.3c-1-1-2.6-.8-3.6.2l-44.5 48.1c-1 1-1 2.7.1 3.6l23.4 27-7.7 11.8-34-10.8c-1.3-.5-2.8 0-3.4 1.4l-26.4 60c-.6 1.2 0 2.8 1.2 3.3l30.9 17.9a274 274 0 0 0-3.5 13.7l-35.6.8c-1.4 0-2.6 1-2.8 2.4l-5.5 65.3c-.1 1.4.9 2.7 2.3 2.8l35 6.9c.3 4.7.7 9.4 1.2 14l-33.5 12.4a2.6 2.6 0 0 0-1.8 3.2l16 63.5a2.6 2.6 0 0 0 3 2l35.4-5a212 212 0 0 0 5.6 13l-27.6 22.6a2.6 2.6 0 0 0-.7 3.5l35.7 55a2.6 2.6 0 0 0 3.5.8l32-16.2c3 3.6 6.2 7 9.5 10.4l-18.9 30.4c-.8 1.1-.6 2.7.5 3.6l51.6 40.4c1.2.8 2.8.7 3.6-.4l25-25.7c4 2.4 8.2 4.6 12.4 6.8l-8 34.9c-.4 1.3.3 2.7 1.7 3.2l61.9 21.4c1.3.4 2.8-.2 3.3-1.6l15.3-32.4c4.6 1 9.2 1.7 13.8 2.4l3.9 35.6c0 1.4 1.1 2.5 2.6 2.5l65.5.2c1.4 0 2.6-1.2 2.6-2.5l4-35.7c4.6-.7 9.2-1.4 13.8-2.3l15.2 32.5c.4 1.3 1.9 2 3.3 1.6l62-21.2c1.3-.5 2-1.9 1.6-3.2l-7.8-35a241 241 0 0 0 12.3-6.7l25 25.8a2.6 2.6 0 0 0 3.6.4l51.7-40.1c1.2-.9 1.4-2.5.5-3.6l-18.7-30.6 9.4-10.3 32 16.3c1.2.8 2.8.4 3.6-.8l36-54.7c.7-1.2.4-2.8-.7-3.6l-27.7-22.8c2-4.3 3.9-8.5 5.6-12.8l35.6 5c1.3.3 2.7-.5 3-2l16.2-63.4c.4-1.4-.4-2.8-1.7-3.1l-33.7-12.7c.5-4.6 1-9.2 1.2-13.9l35.3-6.8a2.6 2.6 0 0 0 2.3-2.8L475 834Z"
style="fill: #a5f3fc"
/>
<path
d="M472.1 836a2.6 2.6 0 0 0-2.7-2.4l-35.8-1c-1-4.6-2.2-9.1-3.4-13.6l31-17.9c1.3-.5 1.9-2 1.3-3.4l-26.2-60c-.6-1.3-2-2-3.3-1.4L398.8 747c-2.5-4-5-8-7.7-11.7l23.6-27c1-1 1.1-2.6.1-3.6l-44.3-48.3c-1-1-2.5-1.2-3.6-.2l-28.8 21.1-11-8.6 13.5-33.2c.6-1.2.2-2.7-1.1-3.4l-57.6-31.3a2.6 2.6 0 0 0-3.4 1L258 631c-4.4-1.6-8.9-3.2-13.3-4.6l2-35.7c.3-1.3-.7-2.6-2.1-2.9L180 577c-1.4-.2-2.8.7-3 2l-9.8 34.5h-14l-9.7-34.5a2.6 2.6 0 0 0-3-2L76 587.6a2.6 2.6 0 0 0-2.1 2.9l1.9 35.6c-4.5 1.4-9 3-13.3 4.6l-20.3-29.4a2.6 2.6 0 0 0-3.5-1l-57.6 31a2.6 2.6 0 0 0-1.1 3.5L-6.6 668c-3.8 2.8-7.5 5.7-11.2 8.7l-28.7-21.3c-1-1-2.6-.8-3.6.2l-44.5 48.1c-1 1-1 2.7.1 3.6l23.4 27-7.7 11.8-34-10.8c-1.3-.5-2.8 0-3.4 1.4l-26.4 60c-.6 1.2 0 2.8 1.2 3.3l30.9 17.9a274 274 0 0 0-3.5 13.7l-35.6.8c-1.4 0-2.6 1-2.8 2.4l-5.5 65.3c-.1 1.4.9 2.7 2.3 2.8l35 6.9c.3 4.7.7 9.4 1.2 14l-33.5 12.4a2.6 2.6 0 0 0-1.8 3.2l16 63.5a2.6 2.6 0 0 0 3 2l35.4-5a212 212 0 0 0 5.6 13l-27.6 22.6a2.6 2.6 0 0 0-.7 3.5l35.7 55a2.6 2.6 0 0 0 3.5.8l32-16.2c3 3.6 6.2 7 9.5 10.4l-18.9 30.4c-.8 1.1-.6 2.7.5 3.6l51.6 40.4c1.2.8 2.8.7 3.6-.4l25-25.7c4 2.4 8.2 4.6 12.4 6.8l-8 34.9c-.4 1.3.3 2.7 1.7 3.2l61.9 21.4c1.3.4 2.8-.2 3.3-1.6l15.3-32.4c4.6 1 9.2 1.7 13.8 2.4l3.9 35.6c0 1.4 1.1 2.5 2.6 2.5l65.5.2c1.4 0 2.6-1.2 2.6-2.5l4-35.7c4.6-.7 9.2-1.4 13.8-2.3l15.2 32.5c.4 1.3 1.9 2 3.3 1.6l62-21.2c1.3-.5 2-1.9 1.6-3.2l-7.8-35a241 241 0 0 0 12.3-6.7l25 25.8a2.6 2.6 0 0 0 3.6.4l51.7-40.1c1.2-.9 1.4-2.5.5-3.6l-18.7-30.6 9.4-10.3 32 16.3c1.2.8 2.8.4 3.6-.8l36-54.7c.7-1.2.4-2.8-.7-3.6l-27.7-22.8c2-4.3 3.8-8.5 5.6-12.8l35.5 5c1.4.3 2.8-.5 3.1-2l16.2-63.4c.4-1.4-.4-2.8-1.8-3.1l-33.6-12.7c.5-4.6 1-9.2 1.2-13.9l35.3-6.8a2.6 2.6 0 0 0 2.3-2.8L472 836Z"
style="fill: #67e8f9"
/>
<circle cx="159.7" cy="894" r="247.8" style="fill: #22d3ee" />
<path
d="M159.7 1159.4A263.6 263.6 0 0 1-28 1081.7 264 264 0 0 1-105.7 894 264 264 0 0 1-28 706.4c50-50 116.7-77.7 187.6-77.7s137.5 27.6 187.6 77.7C397.4 756.5 425 823.2 425 894s-27.6 137.5-77.7 187.7a263.6 263.6 0 0 1-187.6 77.7Zm0-495.7c-61.5 0-119.4 24-162.9 67.5S-70.6 832.5-70.6 894a229.7 229.7 0 0 0 230.3 230.4c61.5 0 119.3-24 162.8-67.5C366 1013.4 390 955.6 390 894s-24-119.3-67.5-162.8a228.8 228.8 0 0 0-162.8-67.5Z"
style="fill: #06b6d4"
/>
</g>
</g>
<g id="Layer_4">
<g id="Gear_8_24">
<path
d="M1327.6 697c3.8-.1 6.7-2.8 6.4-5.8l-.5-5.3c-.3-3-3.7-5.3-7.5-5.1l-20.3-3.2c-.8-5.3-1.9-10.4-3.2-15.5l17.7-11c3.7-1.3 5.7-4.6 4.7-7.4l-1.9-5c-1-2.9-4.9-4.2-8.5-3l-20.4 2.2c-2.2-4.9-4.5-9.6-7.1-14.2l14.2-15.3c3.2-2 4.4-5.8 2.6-8.2l-3-4.4c-1.8-2.5-5.9-2.8-9-.7l-19.3 7.4c-3.3-4-6.8-8-10.5-11.8l9.8-18.5c2.6-2.8 2.7-6.7.4-8.6l-4.1-3.4c-2.4-2-6.4-1.2-9 1.7l-16.6 12c-4.2-3-8.6-6-13.1-8.6l4.6-20.4c1.8-3.4 1-7.2-1.9-8.5l-4.8-2.2c-2.8-1.3-6.4.5-8.1 3.9l-13 16c-4.9-2-9.9-3.6-15-5l-.7-20.9c.7-3.7-1-7.2-4-7.7l-5.3-.9c-3-.5-6 2.2-6.9 6l-8.3 18.7c-5.2-.5-10.5-.8-15.8-.9l-6.1-20c-.2-3.8-2.9-6.7-5.9-6.4l-5.3.5c-3 .3-5.3 3.7-5 7.5l-3.3 20.3c-5.2.8-10.4 1.9-15.5 3.2l-11-17.7c-1.3-3.7-4.5-5.7-7.4-4.7l-5 1.9c-2.8 1-4.2 4.9-3 8.5l2.2 20.4c-4.9 2.2-9.6 4.5-14.1 7.1l-15.3-14.2c-2.1-3.2-5.8-4.4-8.3-2.6l-4.4 3c-2.4 1.9-2.7 5.9-.6 9.1l7.3 19.2c-4 3.3-8 6.8-11.7 10.5l-18.5-9.8c-2.9-2.5-6.8-2.7-8.7-.4l-3.4 4.2c-2 2.3-1.2 6.3 1.7 8.8l12 16.7c-3 4.2-6 8.6-8.6 13.2l-20.4-4.7c-3.4-1.7-7.2-.9-8.5 1.9l-2.2 4.8c-1.3 2.8.5 6.4 4 8.2l15.9 12.9c-2 4.9-3.6 9.9-5 15l-20.9.8c-3.7-.8-7.2 1-7.7 4l-.8 5.2c-.5 3 2 6 5.8 6.9l18.8 8.3c-.5 5.2-.8 10.5-.9 15.8l-20 6.1c-3.8.2-6.7 2.9-6.4 5.9l.5 5.3c.3 3 3.7 5.3 7.5 5.1l20.3 3.2c.8 5.3 1.9 10.4 3.2 15.5l-17.7 11c-3.6 1.3-5.7 4.6-4.7 7.4l1.9 5c1 2.9 4.9 4.2 8.5 3l20.4-2.2c2.2 4.9 4.5 9.6 7.1 14.2l-14.2 15.3c-3.2 2-4.4 5.8-2.6 8.2l3 4.4c1.9 2.5 5.9 2.8 9.1.7l19.2-7.4c3.3 4 6.8 8 10.5 11.8l-9.8 18.5c-2.5 2.8-2.7 6.7-.4 8.6l4.2 3.4c2.3 2 6.3 1.2 8.8-1.6l16.7-12.1c4.2 3 8.6 6 13.2 8.6l-4.7 20.4c-1.7 3.4-.9 7.2 1.9 8.5l4.8 2.2c2.8 1.3 6.4-.5 8.2-3.9l12.9-16c4.9 2 9.9 3.6 15 5l.8 20.9c-.8 3.7 1 7.2 4 7.7l5.2.9c3 .5 6-2.2 6.9-6l8.3-18.7c5.2.5 10.5.8 15.8.9l6.1 20c.2 3.8 2.9 6.7 5.9 6.4l5.3-.5c3-.3 5.3-3.6 5.1-7.5l3.2-20.3a133 133 0 0 0 15.5-3.2l11 17.7c1.3 3.7 4.6 5.8 7.4 4.7l5-1.9c2.9-1 4.2-4.8 3-8.5l-2.2-20.4c4.9-2.1 9.6-4.5 14.2-7.1l15.3 14.2c2 3.2 5.8 4.4 8.2 2.6l4.4-3c2.5-1.8 2.8-5.9.7-9l-7.4-19.3c4-3.3 8-6.8 11.8-10.5l18.5 9.8c2.8 2.6 6.7 2.7 8.6.4l3.4-4.1c2-2.4 1.2-6.3-1.6-9l-12.1-16.5c3-4.3 6-8.7 8.6-13.2l20.4 4.6c3.4 1.8 7.2 1 8.5-1.9l2.2-4.8c1.3-2.8-.5-6.4-3.9-8.1l-16-13c2-4.9 3.6-9.9 5-15l20.9-.7c3.7.8 7.2-1 7.7-4l.9-5.3c.5-3-2.2-6-6-6.8l-18.7-8.4c.5-5.2.8-10.4.9-15.8l20-6.1ZM1149 576.9c67.7 0 122.8 53.7 125.1 120.7l-33.3-2.5a92 92 0 0 0-118.9-81l-14.5-30.1c13-4.6 27-7.1 41.6-7.1ZM1092 702a57 57 0 0 1 20.5-43.7l8.3 17.3a38.5 38.5 0 0 0-3.5 48.6l-10.7 15.7c-9-10-14.5-23.3-14.5-38Zm48.2 37.6a38.6 38.6 0 0 0 43.8-21.2l19 1.4a57 57 0 0 1-73.6 35.6l10.8-15.8Zm45.8-48.8a38.7 38.7 0 0 0-40.4-27.3l-8.2-17.2a57 57 0 0 1 67.7 46l-19-1.5ZM1023.8 702a125 125 0 0 1 58.8-106.1L1097 626a92 92 0 0 0-10.7 143.4l-18.8 27.6c-26.8-23-43.7-57-43.7-95ZM1149 827.2c-21.2 0-41.2-5.3-58.7-14.6l18.9-27.6a92.1 92.1 0 0 0 129.6-62.5l33.3 2.6a125.2 125.2 0 0 1-123 102Z"
style="fill: #67e8f9"
/>
<g style="fill: #0891b2">
<path transform="rotate(-55.6 1108.5 767)" d="M1058.3 753.3h100.1v27.6h-100.1z" />
<path transform="rotate(-25.6 1118.4 633.2)" d="M1104.5 583.1h27.6v100.1h-27.6z" />
<path transform="rotate(-85.6 1229.3 708.7)" d="M1215.5 658.6h27.6v100.1h-27.6z" />
</g>
<path d="M1190.7 703c-1 50.8-76.5 50.8-77.4 0 1-50.8 76.5-50.8 77.4 0Z" style="fill: #21a8aa" />
<path
d="M1130.3 694.2c6.6 1 5 11.4-1.7 10.2-6.6-1-5-11.3 1.7-10.2Zm9.3-11.1c4.8 4.7-2.7 12.2-7.4 7.3-4.8-4.7 2.7-12.1 7.4-7.3Zm14-3.5c1.2 6.6-9.3 8.2-10.2 1.6-1.1-6.6 9.3-8.2 10.2-1.6Zm13.4 5.4c-3 6-12.3 1.2-9.2-4.7 3-6 12.4-1.2 9.3 4.7Zm7.7 12.3c-6 3.1-10.7-6.3-4.6-9.2 6-3.1 10.7 6.3 4.6 9.2Zm-1 14.5c-6.6-1-5-11.4 1.7-10.2 6.6 1 5 11.3-1.7 10.2Zm-9.3 11.1c-4.8-4.7 2.7-12.2 7.4-7.3 4.8 4.7-2.7 12.1-7.4 7.3Zm-14 3.5c-1.2-6.6 9.3-8.2 10.2-1.6 1.1 6.6-9.3 8.2-10.2 1.6ZM1137 721c3-6 12.3-1.2 9.2 4.7-3 6-12.4 1.2-9.3-4.7Zm-7.7-12.3c6-3.1 10.7 6.3 4.6 9.2-6 3.1-10.7-6.3-4.6-9.2Z"
style="fill: #1d9999"
/>
<path
d="M1152 611a92 92 0 1 0 0 184 92 92 0 0 0 0-184Zm0 149a57 57 0 1 1 0-114 57 57 0 0 1 0 114Z"
style="fill: #06b6d4"
/>
<path
d="M1330.6 698c3.8-.1 6.7-2.8 6.4-5.8l-.5-5.3c-.3-3-3.7-5.3-7.5-5.1l-20.3-3.2c-.8-5.3-1.9-10.4-3.2-15.5l17.7-11c3.7-1.3 5.7-4.6 4.7-7.4l-1.9-5c-1-2.9-4.9-4.2-8.5-3l-20.4 2.2c-2.2-4.9-4.5-9.6-7.1-14.2l14.2-15.3c3.2-2 4.4-5.8 2.6-8.2l-3-4.4c-1.8-2.5-5.9-2.8-9-.7l-19.3 7.4c-3.3-4-6.8-8-10.5-11.8l9.8-18.5c2.6-2.8 2.7-6.7.4-8.6l-4.1-3.4c-2.4-2-6.4-1.2-9 1.7l-16.6 12c-4.2-3-8.6-6-13.1-8.6l4.6-20.4c1.8-3.4 1-7.2-1.9-8.5l-4.8-2.2c-2.8-1.3-6.4.5-8.1 3.9l-13 16c-4.9-2-9.9-3.6-15-5l-.7-20.9c.7-3.7-1-7.2-4-7.7l-5.3-.9c-3-.5-6 2.2-6.9 6l-8.3 18.7c-5.2-.5-10.5-.8-15.8-.9l-6.1-20c-.2-3.8-2.9-6.7-5.9-6.4l-5.3.5c-3 .3-5.3 3.7-5 7.5l-3.3 20.3c-5.2.8-10.4 1.9-15.5 3.2l-11-17.7c-1.3-3.7-4.5-5.7-7.4-4.7l-5 1.9c-2.8 1-4.2 4.9-3 8.5l2.2 20.4c-4.9 2.2-9.6 4.5-14.1 7.1l-15.3-14.2c-2.1-3.2-5.8-4.4-8.3-2.6l-4.4 3c-2.4 1.9-2.7 5.9-.6 9.1l7.3 19.2c-4 3.3-8 6.8-11.7 10.5l-18.5-9.8c-2.9-2.5-6.8-2.7-8.7-.4l-3.4 4.2c-2 2.3-1.2 6.3 1.7 8.8l12 16.7c-3 4.2-6 8.6-8.6 13.2l-20.4-4.7c-3.4-1.7-7.2-.9-8.5 1.9l-2.2 4.8c-1.3 2.8.5 6.4 4 8.2l15.9 12.9c-2 4.9-3.6 9.9-5 15l-20.9.8c-3.7-.8-7.2 1-7.7 4l-.8 5.2c-.5 3 2 6 5.8 6.9l18.8 8.3c-.5 5.2-.8 10.5-.9 15.8l-20 6.1c-3.8.2-6.7 2.9-6.4 5.9l.5 5.3c.3 3 3.7 5.3 7.5 5.1l20.3 3.2c.8 5.3 1.9 10.4 3.2 15.5l-17.7 11c-3.6 1.3-5.7 4.6-4.7 7.4l1.9 5c1 2.9 4.9 4.2 8.5 3l20.4-2.2c2.2 4.9 4.5 9.6 7.1 14.2l-14.2 15.3c-3.2 2-4.4 5.8-2.6 8.2l3 4.4c1.9 2.5 5.9 2.8 9.1.7l19.2-7.4c3.3 4 6.8 8 10.5 11.8l-9.8 18.5c-2.5 2.8-2.7 6.7-.4 8.6l4.2 3.4c2.3 2 6.3 1.2 8.8-1.6l16.7-12.1c4.2 3 8.6 6 13.2 8.6l-4.7 20.4c-1.7 3.4-.9 7.2 1.9 8.5l4.8 2.2c2.8 1.3 6.4-.5 8.2-3.9l12.9-16c4.9 2 9.9 3.6 15 5l.8 20.9c-.8 3.7 1 7.2 4 7.7l5.2.9c3 .5 6-2.2 6.9-6l8.3-18.7c5.2.5 10.5.8 15.8.9l6.1 20c.2 3.8 2.9 6.7 5.9 6.4l5.3-.5c3-.3 5.3-3.6 5.1-7.5l3.2-20.3a133 133 0 0 0 15.5-3.2l11 17.7c1.3 3.7 4.6 5.8 7.4 4.7l5-1.9c2.9-1 4.2-4.8 3-8.5l-2.2-20.4c4.9-2.1 9.6-4.5 14.2-7.1l15.3 14.2c2 3.2 5.8 4.4 8.2 2.6l4.4-3c2.5-1.8 2.8-5.9.7-9l-7.4-19.3c4-3.3 8-6.8 11.8-10.5l18.5 9.8c2.8 2.6 6.7 2.7 8.6.4l3.4-4.1c2-2.4 1.2-6.3-1.6-9l-12.1-16.5c3-4.3 6-8.7 8.6-13.2l20.4 4.6c3.4 1.8 7.2 1 8.5-1.9l2.2-4.8c1.3-2.8-.5-6.4-3.9-8.1l-16-13c2-4.9 3.6-9.9 5-15l20.9-.7c3.7.8 7.2-1 7.7-4l.9-5.3c.5-3-2.2-6-6-6.8l-18.7-8.4c.5-5.2.8-10.4.9-15.8l20-6.1ZM1152 828.3a125.2 125.2 0 1 1 0-250.4 125.2 125.2 0 0 1 0 250.4Z"
style="fill: #06b6d4"
/>
</g>
<g id="Gear_7_8">
<path
d="M789 706.2c18.5-16.9 40.9-37.4 40.4-38.4l-14.7-29c-.4-.8-30.2 5-54.8 10 1.6-25.1 3.3-55.4 2.3-55.8l-30.7-10.6c-1-.3-18.3 24.6-32.5 45.3-16.3-19.1-36.2-42-37.1-41.6l-29.5 13.7c-.9.4 4 30.4 8.1 55.1-25-2.3-55.2-5-55.6-4l-11.5 30.3c-.4 1 24 19.1 44.1 34-19.6 15.6-43.2 34.8-42.7 35.7l12.8 29.9c.4 1 37.8-4 63.6-7.5 0 26 .2 63.8 1.3 64l31.3 8.7c1 .3 16.7-25.7 29.6-47.2 17.4 18 38.7 39.6 39.6 39.1l28.5-15.6c1-.5-5.8-30-11.6-54.5 25 .8 55.4 1.5 55.8.5l9.6-31c.3-1-25.2-17.5-46.3-31Zm-102.4 26.6-8.1-18.9 6.7-17.4 17-8 17.6 6.2 8.4 16.6-5.5 18-16.4 8.9-19.7-5.4Z"
style="fill: #22d3ee"
/>
<path
d="M787 708.2c18.5-16.9 40.9-37.4 40.4-38.4l-14.7-29c-.4-.8-30.2 5-54.8 10 1.6-25.1 3.3-55.4 2.3-55.8l-30.7-10.6c-1-.3-18.3 24.6-32.5 45.3-16.3-19.1-36.2-42-37.1-41.6l-29.5 13.7c-.9.4 4 30.4 8.1 55.1-25-2.3-55.2-5-55.6-4l-11.5 30.3c-.4 1 24 19.1 44.1 34-19.6 15.6-43.2 34.8-42.7 35.7l12.8 29.9c.4 1 37.8-4 63.6-7.5 0 26 .2 63.8 1.3 64l31.3 8.7c1 .3 16.7-25.7 29.6-47.2 17.4 18 38.7 39.6 39.6 39.1l28.5-15.6c1-.5-5.8-30-11.6-54.5 25 .8 55.4 1.5 55.8.5l9.6-31c.3-1-25.2-17.5-46.3-31Zm-102.4 26.6-8.1-18.9 6.7-17.4 17-8 17.6 6.2 8.4 16.6-5.5 18-16.4 8.9-19.7-5.4Z"
style="fill: #06b6d4"
/>
</g>
<g id="Gear_6_27">
<path
d="M525.6 746.9a6.8 6.8 0 0 0 6.6-7l-.3-12.2a6.8 6.8 0 0 0-7-6.6l-17.5.5c-.5-5-1.2-10-2.1-14.8l17-4.5c3.5-1 5.7-4.7 4.7-8.3l-3-11.8a6.8 6.8 0 0 0-8.4-4.8l-16.9 4.4c-1.6-4.7-3.5-9.3-5.5-13.9l15.5-8.2a6.8 6.8 0 0 0 2.7-9.2l-5.7-10.8a6.8 6.8 0 0 0-9.2-2.8l-15.5 8.3c-2.6-4.2-5.5-8.3-8.5-12.3l13.1-11.6a6.8 6.8 0 0 0 .6-9.6l-8-9.1a6.8 6.8 0 0 0-9.6-.6l-13.2 11.6c-3.6-3.4-7.3-6.8-11.1-10l10.1-14.3c2.2-3 1.4-7.3-1.6-9.5l-10-7a6.8 6.8 0 0 0-9.5 1.6l-10 14.4c-4.3-2.6-8.7-5-13.2-7.2l6.5-16.3a6.8 6.8 0 0 0-3.8-8.8l-11.3-4.5a6.8 6.8 0 0 0-8.8 3.7l-6.5 16.3c-4.8-1.5-9.6-2.8-14.5-4l2.6-17.2c.6-3.7-2-7.2-5.7-7.7l-12-1.9c-3.8-.5-7.2 2-7.8 5.7l-2.6 17.4c-4.3-.3-8.7-.5-13-.5h-1.9l-1.5-17.5a6.8 6.8 0 0 0-7.3-6.2l-12.2 1a6.8 6.8 0 0 0-6.2 7.4l1.5 17.5c-5 .7-9.8 1.7-14.7 3l-5.4-16.7a6.8 6.8 0 0 0-8.6-4.3l-11.6 3.8a6.8 6.8 0 0 0-4.3 8.5l5.5 16.7c-4.7 1.9-9.2 4-13.6 6.2l-9.2-15a6.8 6.8 0 0 0-9.3-2.2l-10.4 6.4a6.8 6.8 0 0 0-2.3 9.3l9.2 15c-4 3-8 6-11.7 9.3l-12.4-12.5a6.8 6.8 0 0 0-9.6 0l-8.7 8.6a6.8 6.8 0 0 0 0 9.6l12.4 12.4c-3.3 3.8-6.4 7.7-9.3 11.7l-15-9.2c-3.1-2-7.3-1-9.3 2.1l-6.4 10.4c-2 3.2-1 7.4 2.1 9.3l15 9.3c-2.4 4.4-4.5 8.9-6.5 13.5l-16.6-5.5a6.8 6.8 0 0 0-8.5 4.2l-4 11.6a6.8 6.8 0 0 0 4.4 8.6l16.6 5.6a122 122 0 0 0-3 14.6l-17.6-1.6c-3.7-.3-7 2.4-7.3 6.2l-1.1 12.1c-.4 3.7 2.4 7 6.1 7.4L158 736a145 145 0 0 0 .4 15l-17.4 2.4c-3.7.5-6.3 4-5.7 7.7l1.7 12c.5 3.8 4 6.4 7.7 5.8l17.3-2.5c1 5 2.3 9.8 3.8 14.5l-16.3 6.4a6.8 6.8 0 0 0-3.8 8.8l4.5 11.4a6.8 6.8 0 0 0 8.7 3.8l16.3-6.4c2.2 4.5 4.6 8.9 7.1 13.2L168 838a6.8 6.8 0 0 0-1.7 9.4l7 10a6.8 6.8 0 0 0 9.4 1.8l14.5-10c3.1 3.8 6.4 7.6 9.9 11.1l-11.8 13.1a6.8 6.8 0 0 0 .6 9.6l9 8.1a6.8 6.8 0 0 0 9.6-.5l11.7-13c4 3 8 5.9 12.3 8.6l-8.4 15.4a6.8 6.8 0 0 0 2.7 9.2l10.7 5.8c3.3 1.8 7.4.6 9.2-2.7l8.4-15.4c4.5 2 9.1 3.9 13.9 5.5l-4.6 17a6.8 6.8 0 0 0 4.8 8.3l11.7 3.2c3.7 1 7.4-1.2 8.4-4.8l4.6-17c4.8 1 9.7 1.8 14.7 2.3l-.5 17.5a6.8 6.8 0 0 0 6.5 7l12.2.4c3.8.1 7-2.8 7-6.5l.6-17.6c5-.2 10-.6 15-1.2l3.4 17.2c.8 3.6 4.3 6 8 5.3l12-2.5c3.6-.7 6-4.3 5.3-8l-3.5-17.1c4.8-1.4 9.5-3 14.2-4.7l7.3 16a6.8 6.8 0 0 0 9 3.2l11.1-5.1a6.8 6.8 0 0 0 3.3-9l-7.3-16c4.3-2.3 8.6-5 12.7-7.7l10.9 13.8a6.8 6.8 0 0 0 9.5 1.1l9.6-7.5c3-2.3 3.4-6.6 1.1-9.6l-10.8-13.8c3.7-3.3 7.2-6.8 10.6-10.5l13.7 11a7 7 0 0 0 9.6-1.1l7.6-9.6c2.3-3 1.8-7.2-1.1-9.5l-13.7-11c2.8-4 5.4-8.3 7.9-12.7l15.8 7.5c3.4 1.6 7.5.1 9-3.2l5.2-11.1c1.6-3.4.2-7.4-3.2-9l-15.9-7.5a176 176 0 0 0 4.8-14.2l17.1 3.6c3.7.8 7.3-1.5 8-5.2l2.6-12a6.8 6.8 0 0 0-5.3-8l-17.1-3.6c.6-4.9 1-9.8 1.3-14.9l17.6-.4ZM471 729.2l-49.5-3.9a89.4 89.4 0 0 0-36.4-59.1l19-46a138.4 138.4 0 0 1 66.9 109ZM333 600.5c11.5 0 22.8 1.4 33.5 4.1l-19 46A89.8 89.8 0 0 0 280 667l-38-32.4a137.9 137.9 0 0 1 91-34ZM194.4 739c0-27 7.7-52 21-73.3l38.1 32.4a89 89 0 0 0-5.3 69.3l-42.6 26.1a138 138 0 0 1-11.2-54.5ZM333 877.3a138 138 0 0 1-105.8-49.2l42.5-26.2a89.2 89.2 0 0 0 63.5 26.5h.7l11.7 48.4c-4.1.3-8.3.5-12.6.5Zm52.2-10.1-11.7-48.4a89.7 89.7 0 0 0 45-52.9l49.5 3.8a138.7 138.7 0 0 1-82.8 97.4Z"
style="fill: #67e8f9"
/>
<g style="fill: #0891b2">
<path transform="rotate(-31.6 238.3 797)" d="M198.5 776.5h79.6v40.7h-79.6z" />
<path transform="rotate(-49.6 248 671.9)" d="M227.6 632h40.7v79.6h-40.7z" />
<path transform="rotate(-67.6 369.8 642.4)" d="M330 622h79.6v40.7H330z" />
<path transform="rotate(-85.6 435.5 749.2)" d="M415.1 709.3h40.7v79.6h-40.7z" />
<path transform="rotate(-13.6 354.4 844.9)" d="M333.8 804.8h40.7v79.6h-40.7z" />
</g>
<circle cx="329.1" cy="740.9" r="89.4" style="fill: #06b6d4" />
<path
d="M268.4 725.4c13.7 1.2 12 22-1.8 21-13.7-1.2-12-22 1.8-21Zm20.6-32.6c10.6 8.7-3.4 25-13.7 16-10.5-8.8 3.5-25.1 13.8-16Zm36-14.3c3.1 13.4-17.3 18.3-20.5 4.9-3.2-13.4 17.2-18.3 20.5-4.9Zm37.4 9.6c-5 12.7-25 4.4-19.4-8.1 5-12.7 24.9-4.4 19.4 8.1Zm24.6 29.8c-11.5 7.3-22.7-11-11-18 11.7-7.3 22.8 11 11 18Zm2.5 38.5c-13.7-1.1-12-22 1.7-21 13.8 1.2 12 22.1-1.7 21ZM368.8 789c-10.5-8.7 3.5-25 13.8-16 10.5 8.8-3.6 25.1-13.8 16Zm-35.9 14.3c-3.1-13.4 17.3-18.3 20.5-4.9 3.1 13.5-17.3 18.3-20.5 5Zm-37.5-9.6c5.1-12.7 25-4.4 19.5 8.1-5 12.8-25 4.5-19.5-8ZM270.8 764c11.6-7.3 22.8 11 11 18-11.6 7.3-22.8-11.1-11-18Z"
style="fill: #0891b2"
/>
<path
d="M521.6 748.9a6.8 6.8 0 0 0 6.6-7l-.3-12.2a6.8 6.8 0 0 0-7-6.6l-17.5.5c-.5-5-1.2-10-2.1-14.8l17-4.5c3.5-1 5.7-4.7 4.7-8.3l-3-11.8a6.8 6.8 0 0 0-8.4-4.8l-16.9 4.4c-1.6-4.7-3.5-9.3-5.5-13.9l15.5-8.2a6.8 6.8 0 0 0 2.7-9.2l-5.7-10.8a6.8 6.8 0 0 0-9.2-2.8l-15.5 8.3c-2.6-4.2-5.5-8.3-8.5-12.3l13.1-11.6a6.8 6.8 0 0 0 .6-9.6l-8-9.1a6.8 6.8 0 0 0-9.6-.6l-13.2 11.6c-3.6-3.4-7.3-6.8-11.1-10l10.1-14.3c2.2-3 1.4-7.3-1.6-9.5l-10-7a6.8 6.8 0 0 0-9.5 1.6l-10 14.4c-4.3-2.6-8.7-5-13.2-7.2l6.5-16.3a6.8 6.8 0 0 0-3.8-8.8l-11.3-4.5a6.8 6.8 0 0 0-8.8 3.7l-6.5 16.3c-4.8-1.5-9.6-2.8-14.5-4l2.6-17.2c.6-3.7-2-7.2-5.7-7.7l-12-1.9c-3.8-.5-7.2 2-7.8 5.7l-2.6 17.4c-4.3-.3-8.7-.5-13-.5h-1.9l-1.5-17.5a6.8 6.8 0 0 0-7.3-6.2l-12.2 1a6.8 6.8 0 0 0-6.2 7.4l1.5 17.5c-5 .7-9.8 1.7-14.7 3l-5.4-16.7a6.8 6.8 0 0 0-8.6-4.3l-11.6 3.8a6.8 6.8 0 0 0-4.3 8.5l5.5 16.7c-4.7 1.9-9.2 4-13.6 6.2l-9.2-15a6.8 6.8 0 0 0-9.3-2.2l-10.4 6.4a6.8 6.8 0 0 0-2.3 9.3l9.2 15c-4 3-8 6-11.7 9.3l-12.4-12.5a6.8 6.8 0 0 0-9.6 0l-8.7 8.6a6.8 6.8 0 0 0 0 9.6l12.4 12.4c-3.3 3.8-6.4 7.7-9.3 11.7l-15-9.2c-3.1-2-7.3-1-9.3 2.1l-6.4 10.4c-2 3.2-1 7.4 2.1 9.3l15 9.3c-2.4 4.4-4.5 8.9-6.5 13.5l-16.6-5.5a6.8 6.8 0 0 0-8.5 4.2l-4 11.6a6.8 6.8 0 0 0 4.4 8.6l16.6 5.6a122 122 0 0 0-3 14.6l-17.6-1.6c-3.7-.3-7 2.4-7.3 6.2l-1.1 12.1c-.4 3.7 2.4 7 6.1 7.4L154 738a145 145 0 0 0 .4 15l-17.4 2.4c-3.7.5-6.3 4-5.7 7.7l1.7 12c.5 3.8 4 6.4 7.7 5.8l17.3-2.5c1 5 2.3 9.8 3.8 14.5l-16.3 6.4a6.8 6.8 0 0 0-3.8 8.8l4.5 11.4a6.8 6.8 0 0 0 8.7 3.8l16.3-6.4c2.2 4.5 4.6 8.9 7.1 13.2L164 840a6.8 6.8 0 0 0-1.7 9.4l7 10a6.8 6.8 0 0 0 9.4 1.8l14.5-10c3.1 3.8 6.4 7.6 9.9 11.1l-11.8 13.1a6.8 6.8 0 0 0 .6 9.6l9 8.1a6.8 6.8 0 0 0 9.6-.5l11.7-13c4 3 8 5.9 12.3 8.6l-8.4 15.4a6.8 6.8 0 0 0 2.7 9.2l10.7 5.8c3.3 1.8 7.4.6 9.2-2.7l8.4-15.4c4.5 2 9.1 3.9 13.9 5.5l-4.6 17a6.8 6.8 0 0 0 4.8 8.3l11.7 3.2c3.7 1 7.4-1.2 8.4-4.8l4.6-17c4.8 1 9.7 1.8 14.7 2.3l-.5 17.5a6.8 6.8 0 0 0 6.5 7l12.2.4c3.8.1 7-2.8 7-6.5l.6-17.6c5-.2 10-.6 15-1.2l3.4 17.2c.8 3.6 4.3 6 8 5.3l12-2.5c3.6-.7 6-4.3 5.3-8l-3.5-17.1c4.8-1.4 9.5-3 14.2-4.7l7.3 16a6.8 6.8 0 0 0 9 3.2l11.1-5.1a6.8 6.8 0 0 0 3.3-9l-7.3-16c4.3-2.3 8.6-5 12.7-7.7l10.9 13.8a6.8 6.8 0 0 0 9.5 1.1l9.6-7.5c3-2.3 3.4-6.6 1.1-9.6l-10.8-13.8c3.7-3.3 7.2-6.8 10.6-10.5l13.7 11a7 7 0 0 0 9.6-1.1l7.6-9.6c2.3-3 1.8-7.2-1.1-9.5l-13.7-11c2.8-4 5.4-8.3 7.9-12.7l15.8 7.5c3.4 1.6 7.5.1 9-3.2l5.2-11.1c1.6-3.4.2-7.4-3.2-9l-15.9-7.5a176 176 0 0 0 4.8-14.2l17.1 3.6c3.7.8 7.3-1.5 8-5.2l2.6-12a6.8 6.8 0 0 0-5.3-8l-17.1-3.6c.6-4.9 1-9.8 1.3-14.9l17.6-.4Zm-54.3-8a138.4 138.4 0 1 1-276.8 0 138.4 138.4 0 0 1 276.8 0Z"
style="fill: #06b6d4"
/>
</g>
<circle cx="1149.9" cy="713.8" r="153.2" style="fill: #22d3ee; opacity: 0.17" />
<circle cx="728.3" cy="725.2" r="130.6" style="fill: url(#radial-gradient-5)" />
<circle cx="323.1" cy="756.1" r="153.2" style="fill: url(#radial-gradient-6); opacity: 0.17" />
</g>
<g id="Layer_3">
<g id="Gear_5_13">
<path
d="m1674 698.6-3.8-28.8a2.7 2.7 0 0 0-3-2.4l-32-6.4c-4.9-19-12-37-21.3-53.8l19.3-26c1.3-.9 1.5-2.6.7-3.8l-16.8-23.7a2.7 2.7 0 0 0-3.8-.7l-31.4 9.2c-13-14.3-27.7-27-43.8-37.8l5-32c.7-1.3.2-3-1.1-3.6l-26-13.2c-1.3-.7-3-.2-3.6 1.2l-23.5 22.6c-17.9-6.6-36.7-11-56.3-13l-10.5-30.7c0-1.5-1.2-2.7-2.7-2.7l-29.1.4a2.7 2.7 0 0 0-2.7 2.7l-10.3 31a233 233 0 0 0-56 14.6l-23.4-22.3a2.7 2.7 0 0 0-3.7-1l-25.6 13.7a2.7 2.7 0 0 0-1 3.7l5.2 32.3a236 236 0 0 0-42.7 38.9l-31.2-8.8c-1.2-.9-3-.6-3.8.7L1179 583c-.8 1.3-.5 3 .8 3.8l19.6 26a233 233 0 0 0-19.7 54.4l-31.7 6.7c-1.5-.2-2.9.9-3 2.4l-3.2 28.9c-.1 1.5 1 2.8 2.4 3l29.6 14c.2 19.7 2.9 39 7.7 57.2l-25 20.6c-1.4.6-2 2.2-1.5 3.6l10.6 27a2.8 2.8 0 0 0 3.6 1.5l32.6-1.3c9.2 17 20.5 32.9 33.5 47l-12.5 30c-1 1.1-.9 2.8.2 3.8l22 19c1.2 1 2.9.9 3.9-.3L1277 914a233.3 233.3 0 0 0 51.6 26.2l2.8 32.2c-.4 1.5.6 3 2 3.3l28.3 6.6c1.5.3 3-.6 3.3-2l17.4-27.7a237 237 0 0 0 57.8-.8l17.5 27.3a2.7 2.7 0 0 0 3.3 2l28.1-7.4a2.7 2.7 0 0 0 2-3.3l2.6-32.5a234.3 234.3 0 0 0 50.8-27.6l28.1 16c1 1.1 2.8 1.2 3.9.2L1598 907c1.1-1 1.2-2.8.2-3.9l-12.9-30a235 235 0 0 0 32.2-48l32.4 1c1.4.6 3-.1 3.5-1.5l10-27.3c.5-1.4-.3-3-1.7-3.5l-25.3-20.6a237 237 0 0 0 6.2-53.7v-3.8l29.2-14a2.7 2.7 0 0 0 2.3-3.1Z"
style="fill: #164e63"
/>
<path
d="M1281.4 685.6c29.3 2.9 25.7 46.4-3.6 44.5-29.2-2.9-25.7-46.4 3.6-44.5Zm43.9-69.1c22 19.5-6.5 52.6-29.1 33.9-22-19.5 6.5-52.7 29-34Zm-38.7 150.8c25.3-14.9 48 22.5 23.2 38.1-25.3 14.9-48-22.4-23.2-38.1Z"
style="fill: #0e7490"
/>
<path
d="m1673.7 697.8-3.9-28.6a2.7 2.7 0 0 0-3-2.3l-31.7-6.4a231 231 0 0 0-21-53.3l19-25.8c1.3-.8 1.6-2.5.7-3.7l-16.6-23.5a2.7 2.7 0 0 0-3.8-.7l-31.1 9.1a233.3 233.3 0 0 0-43.4-37.4l5-31.7c.7-1.3.2-3-1.2-3.6l-25.6-13.1c-1.4-.7-3-.1-3.7 1.2l-23.2 22.4a231.2 231.2 0 0 0-55.9-12.9l-10.3-30.4c0-1.5-1.2-2.7-2.7-2.6l-28.8.3a2.7 2.7 0 0 0-2.7 2.7l-10.2 30.8c-19.3 2.5-38 7.4-55.4 14.4l-23.3-22a2.7 2.7 0 0 0-3.7-1.2l-25.3 13.7a2.7 2.7 0 0 0-1 3.7l5.2 32c-15.7 11-29.9 24-42.3 38.5l-31-8.8a2.6 2.6 0 0 0-3.7.8l-16 23.9c-.9 1.2-.6 2.9.7 3.7l19.4 25.8c-8.6 16.9-15.2 35-19.6 53.9l-31.3 6.6c-1.5-.2-2.8.9-3 2.4l-3.1 28.6c-.2 1.5.9 2.8 2.4 3l29.3 13.8c.2 19.6 2.8 38.6 7.6 56.8l-24.7 20.4a2.7 2.7 0 0 0-1.6 3.5l10.6 26.8c.5 1.4 2 2 3.5 1.5l32.3-1.3a232.1 232.1 0 0 0 33.2 46.6l-12.4 29.6c-1 1.2-.9 2.9.3 3.9l21.8 18.8c1 1 2.8.8 3.8-.3l28-16.2a231.6 231.6 0 0 0 51 26l2.8 31.9c-.3 1.4.6 2.9 2 3.2l28 6.5c1.5.4 3-.5 3.3-2l17.2-27.4a235.3 235.3 0 0 0 57.3-.7l17.3 27a2.7 2.7 0 0 0 3.3 2l27.9-7.3a2.7 2.7 0 0 0 2-3.3l2.5-32.2a229 229 0 0 0 50.3-27.4l27.9 16c1 1 2.7 1.1 3.8 0l21.3-19.3c1.1-1 1.2-2.7.2-3.8l-12.7-29.7a232 232 0 0 0 31.9-47.6l32 1.1c1.4.5 3-.2 3.5-1.6l9.9-27c.5-1.5-.2-3-1.6-3.5l-25.1-20.4c4-17.1 6-34.9 6-53.2v-3.8l29-14a2.7 2.7 0 0 0 2.3-3ZM1409.9 902a183.6 183.6 0 1 1 0-367.2 183.6 183.6 0 0 1 0 367.2Z"
style="fill: #155e75"
/>
</g>
<g id="Gear_4_34">
<path
d="M1150.3 1151.7c-4-1.6-40.4-16.2-43.3-17.8 0-7-.1-14-.4-21 2.8-2 38.5-17.5 42.5-19.3a17 17 0 0 0 9.8-18.2 16.8 16.8 0 0 0-13.4-15c-4.1-1-42.8-8.5-45.8-9.6-1.2-7-2.7-13.8-4.2-20.7 2.3-2.3 34.7-24.2 38.2-26.7a17 17 0 0 0 6.3-19.6c-2-7.2-8.5-12.2-16-12.3-4.2-.1-43.6-.5-46.7-1-2.5-6.6-5.2-13.1-8-19.6 1.9-2.7 29.6-30.2 32.6-33.3a17 17 0 0 0 2.6-20.4 16.8 16.8 0 0 0-18-9.2c-4.2.7-42.9 7.5-46.1 7.7-3.7-6-7.5-12-11.5-17.7 1.5-3.1 23.6-35.2 26-38.8a17 17 0 0 0-1.2-20.6c-4.4-6-12.3-8.3-19.3-5.7-4 1.4-40.8 15.2-44 16-4.8-5.2-9.6-10.3-14.5-15.3.9-3.3 16.7-38.8 18.5-43a17 17 0 0 0-5-20c-5.5-5-13.7-5.9-20-2-3.8 2.2-37.4 22.5-40.4 23.8-5.6-4.2-11.3-8.4-17-12.3.2-3.5 9.3-41.3 10.2-45.7a17 17 0 0 0-8.6-18.7c-6.3-4-14.4-3.3-20 1.6-3.3 2.8-32.6 29-35.3 30.9-6.3-3.2-12.6-6.2-19-9.1-.4-3.3 1.5-42.3 1.7-46.7a17 17 0 0 0-11.9-16.9c-7-2.7-14.9-.5-19.4 5.4-2.7 3.3-26.7 34.5-29 36.7a510 510 0 0 0-20.4-5.3c-1-3.3-6.2-41.9-6.9-46.2a17 17 0 0 0-14.8-14.4 16.8 16.8 0 0 0-18.1 8.8c-2 3.9-19.9 38.8-21.8 41.5-7-.6-13.9-1.1-21-1.5-1.6-3.1-13.8-40-15.2-44.2a17 17 0 0 0-17.2-11.5 17 17 0 0 0-16.2 12c-1.3 4.2-12.4 41.8-13.8 44.9-7 .6-14 1.3-20.9 2.3-2.1-2.7-20.9-36.8-23.1-40.7a17 17 0 0 0-19-8c-7.4 1.2-13 7.3-13.7 14.7-.5 4.3-4.5 43.4-5.3 46.5-6.8 2-13.5 4-20.2 6.2-2.5-2.2-27.3-32.3-30.1-35.7a17 17 0 0 0-20.2-4.4c-7 2.6-11.4 9.5-10.8 17 .3 4.3 3.6 43.5 3.4 46.7a453 453 0 0 0-18.7 9.8c-3-1.8-32.8-26.8-36.2-29.5a17 17 0 0 0-20.7-.7 16.8 16.8 0 0 0-7.4 18.7c1 4.2 11.4 42 11.9 45.3-5.6 4.2-11.1 8.6-16.6 13-3.2-1.2-37.1-20.2-41-22.3a17 17 0 0 0-20.5 3c-5.5 5-7 13-3.8 19.8 1.8 4 19 39.3 20 42.4-4.7 5.2-9.4 10.5-13.9 15.8-3.4-.5-40.2-13-44.5-14.4-6.6-2.2-14-.1-18.3 5.3a17 17 0 0 0-1.4 21.7c2.5 3.4 26 35 27.5 38-3.7 5.9-7.3 11.9-10.8 18-3.4.1-42-5.4-46.3-6a17 17 0 0 0-17.9 10.3c-3.4 6.7-2 14.7 3.5 19.8 3 3 32 29.8 34 32.2-2.7 6.6-5 13.2-7.4 19.9-3.2.7-42.2 2.3-46.5 2.6-7.7.3-14 6-15.7 13.4-2.1 7.1.8 14.8 7 18.8 3.6 2.4 36.9 23.4 39.3 25.5-1.3 6.9-2.5 13.8-3.5 20.8-3 1.3-41 10-45.3 11.1a17 17 0 0 0-13 16 16.8 16.8 0 0 0 10.5 17.3c4 1.7 40.5 16.2 43.3 17.8 0 7 .1 14.1.4 21.1-2.8 1.9-38.6 17.5-42.6 19.3a17 17 0 0 0-9.8 18.2c.6 7.4 6.1 13.5 13.4 15 4.1.9 42.9 8.5 45.8 9.5a479 479 0 0 0 4.3 20.8c-2.4 2.2-34.7 24.2-38.2 26.6a17 17 0 0 0-6.3 19.7c2 7.2 8.5 12.2 16 12.3 4 0 43.6.5 46.6 1 2.5 6.6 5.2 13.1 8 19.6-1.8 2.6-29.6 30.2-32.6 33.2a17 17 0 0 0-2.6 20.5 16.8 16.8 0 0 0 18 9.1c4.1-.6 43-7.5 46-7.6 3.8 6 7.6 12 11.6 17.8-1.4 3-23.6 35.1-26 38.7a17 17 0 0 0 1.2 20.6c4.5 6 12.3 8.3 19.3 5.7 4-1.4 41-15.3 44-16 4.7 5.2 9.5 10.4 14.5 15.4-.8 3.2-16.7 38.8-18.4 42.8a17 17 0 0 0 5 20c5.4 5.1 13.6 6 20 2 3.6-2 37.4-22.5 40.2-23.7a468 468 0 0 0 17.2 12.5c-.2 3.2-9.4 41.3-10.3 45.4a17 17 0 0 0 8.6 18.8c6.3 4 14.5 3.3 20-1.7 3.2-2.7 32.7-29 35.2-30.7 6.3 3.2 12.7 6.2 19.2 9.1.4 3.1-1.6 42.3-1.7 46.5a17 17 0 0 0 11.9 16.9c6.9 2.7 14.8.6 19.4-5.3 2.5-3.2 26.7-34.6 28.8-36.6 6.8 2 13.7 3.7 20.6 5.4 1 3 6.2 41.9 6.9 46a17 17 0 0 0 14.7 14.4 16.8 16.8 0 0 0 18.2-8.8c1.9-3.7 19.8-38.9 21.6-41.4 7 .7 14 1.2 21.2 1.6 1.5 2.8 13.8 40 15.2 44a17 17 0 0 0 17.2 11.4 17 17 0 0 0 16.2-12c1.2-4 12.4-41.8 13.7-44.6 7-.6 14-1.4 21-2.3 2 2.4 21 36.8 23 40.4a17 17 0 0 0 19 8.1c7.4-1.3 13-7.3 13.8-14.7.5-4 4.5-43.5 5.2-46.3 6.9-2 13.7-4 20.4-6.2 2.4 2 27.3 32.3 30 35.4a17 17 0 0 0 20.2 4.5c7-2.6 11.3-9.6 10.7-17-.2-4.1-3.5-43.6-3.3-46.5a557 557 0 0 0 18.8-9.9c2.8 1.6 32.8 26.8 36 29.4a17 17 0 0 0 20.7.7 16.8 16.8 0 0 0 7.5-18.7c-1-4-11.5-42.1-11.9-45.2 5.7-4.3 11.2-8.6 16.7-13.1 3 1 37.1 20.3 40.9 22.3a17 17 0 0 0 20.4-3.1 17 17 0 0 0 4-19.8 1298 1298 0 0 1-20-42.3 458 458 0 0 0 13.9-15.9c3.2.5 40.2 13.1 44.3 14.4a17 17 0 0 0 18.4-5.3 17 17 0 0 0 1.3-21.6c-2.4-3.4-25.9-35.1-27.4-37.9 3.8-6 7.4-12 10.9-18.2 3.2-.1 42 5.5 46.1 6a17 17 0 0 0 18-10.3 16.8 16.8 0 0 0-3.6-19.8c-3-2.8-31.9-29.8-33.8-32.1 2.6-6.6 5-13.2 7.3-20 3.1-.7 42.3-2.3 46.5-2.6 7.6-.3 14-6 15.7-13.3a17 17 0 0 0-7.1-18.9c-3.5-2.3-36.9-23.4-39.2-25.4a506 506 0 0 0 3.5-20.9c3-1.2 41-10 45.2-11 15.8-3.3 17.8-27.8 2.6-33.4Z"
style="fill: #164e63"
/>
<path
d="M1154.3 1153.7c-4-1.6-40.4-16.2-43.3-17.8 0-7-.1-14-.4-21 2.8-2 38.5-17.5 42.5-19.3a17 17 0 0 0 9.8-18.2 16.8 16.8 0 0 0-13.4-15c-4.1-1-42.8-8.5-45.8-9.6-1.2-7-2.7-13.8-4.2-20.7 2.3-2.3 34.7-24.2 38.2-26.7a17 17 0 0 0 6.3-19.6c-2-7.2-8.5-12.2-16-12.3-4.2-.1-43.6-.5-46.7-1-2.5-6.6-5.2-13.1-8-19.6 1.9-2.7 29.6-30.2 32.6-33.3a17 17 0 0 0 2.6-20.4 16.8 16.8 0 0 0-18-9.2c-4.2.7-42.9 7.5-46.1 7.7-3.7-6-7.5-12-11.5-17.7 1.5-3.1 23.6-35.2 26-38.8a17 17 0 0 0-1.2-20.6c-4.4-6-12.3-8.3-19.3-5.7-4 1.4-40.8 15.2-44 16-4.8-5.2-9.6-10.3-14.5-15.3.9-3.3 16.7-38.8 18.5-43a17 17 0 0 0-5-20c-5.5-5-13.7-5.9-20-2-3.8 2.2-37.4 22.5-40.4 23.8-5.6-4.2-11.3-8.4-17-12.3.2-3.5 9.3-41.3 10.2-45.7a17 17 0 0 0-8.6-18.7c-6.3-4-14.4-3.3-20 1.6-3.3 2.8-32.6 29-35.3 30.9-6.3-3.2-12.6-6.2-19-9.1-.4-3.3 1.5-42.3 1.7-46.7a17 17 0 0 0-11.9-16.9c-7-2.7-14.9-.5-19.4 5.4-2.7 3.3-26.7 34.5-29 36.7a510 510 0 0 0-20.4-5.3c-1-3.3-6.2-41.9-6.9-46.2a17 17 0 0 0-14.8-14.4 16.8 16.8 0 0 0-18.1 8.8c-2 3.9-19.9 38.8-21.8 41.5-7-.6-13.9-1.1-21-1.5-1.6-3.1-13.8-40-15.2-44.2a17 17 0 0 0-17.2-11.5 17 17 0 0 0-16.2 12c-1.3 4.2-12.4 41.8-13.8 44.9-7 .6-14 1.3-20.9 2.3-2.1-2.7-20.9-36.8-23.1-40.7a17 17 0 0 0-19-8c-7.4 1.2-13 7.3-13.7 14.7-.5 4.3-4.5 43.4-5.3 46.5-6.8 2-13.5 4-20.2 6.2-2.5-2.2-27.3-32.3-30.1-35.7a17 17 0 0 0-20.2-4.4c-7 2.6-11.4 9.5-10.8 17 .3 4.3 3.6 43.5 3.4 46.7a453 453 0 0 0-18.7 9.8c-3-1.8-32.8-26.8-36.2-29.5a17 17 0 0 0-20.7-.7 16.8 16.8 0 0 0-7.4 18.7c1 4.2 11.4 42 11.9 45.3-5.6 4.2-11.1 8.6-16.6 13-3.2-1.2-37.1-20.2-41-22.3a17 17 0 0 0-20.5 3c-5.5 5-7 13-3.8 19.8 1.8 4 19 39.3 20 42.4-4.7 5.2-9.4 10.5-13.9 15.8-3.4-.5-40.2-13-44.5-14.4-6.6-2.2-14-.1-18.3 5.3a17 17 0 0 0-1.4 21.7c2.5 3.4 26 35 27.5 38-3.7 5.9-7.3 11.9-10.8 18-3.4.1-42-5.4-46.3-6a17 17 0 0 0-17.9 10.3c-3.4 6.7-2 14.7 3.5 19.8 3 3 32 29.8 34 32.2-2.7 6.6-5 13.2-7.4 19.9-3.2.7-42.2 2.3-46.5 2.6-7.7.3-14 6-15.7 13.4-2.1 7.1.8 14.8 7 18.8 3.6 2.4 36.9 23.4 39.3 25.5-1.3 6.9-2.5 13.8-3.5 20.8-3 1.3-41 10-45.3 11.1a17 17 0 0 0-13 16 16.8 16.8 0 0 0 10.5 17.3c4 1.7 40.5 16.2 43.3 17.8 0 7 .1 14.1.4 21.1-2.8 1.9-38.6 17.5-42.6 19.3a17 17 0 0 0-9.8 18.2c.6 7.4 6.1 13.5 13.4 15 4.1.9 42.9 8.5 45.8 9.5a479 479 0 0 0 4.3 20.8c-2.4 2.2-34.7 24.2-38.2 26.6a17 17 0 0 0-6.3 19.7c2 7.2 8.5 12.2 16 12.3 4 0 43.6.5 46.6 1 2.5 6.6 5.2 13.1 8 19.6-1.8 2.6-29.6 30.2-32.6 33.2a17 17 0 0 0-2.6 20.5 16.8 16.8 0 0 0 18 9.1c4.1-.6 43-7.5 46-7.6 3.8 6 7.6 12 11.6 17.8-1.4 3-23.6 35.1-26 38.7a17 17 0 0 0 1.2 20.6c4.5 6 12.3 8.3 19.3 5.7 4-1.4 41-15.3 44-16 4.7 5.2 9.5 10.4 14.5 15.4-.8 3.2-16.7 38.8-18.4 42.8a17 17 0 0 0 5 20c5.4 5.1 13.6 6 20 2 3.6-2 37.4-22.5 40.2-23.7a468 468 0 0 0 17.2 12.5c-.2 3.2-9.4 41.3-10.3 45.4a17 17 0 0 0 8.6 18.8c6.3 4 14.5 3.3 20-1.7 3.2-2.7 32.7-29 35.2-30.7 6.3 3.2 12.7 6.2 19.2 9.1.4 3.1-1.6 42.3-1.7 46.5a17 17 0 0 0 11.9 16.9c6.9 2.7 14.8.6 19.4-5.3 2.5-3.2 26.7-34.6 28.8-36.6 6.8 2 13.7 3.7 20.6 5.4 1 3 6.2 41.9 6.9 46a17 17 0 0 0 14.7 14.4 16.8 16.8 0 0 0 18.2-8.8c1.9-3.7 19.8-38.9 21.6-41.4 7 .7 14 1.2 21.2 1.6 1.5 2.8 13.8 40 15.2 44a17 17 0 0 0 17.2 11.4 17 17 0 0 0 16.2-12c1.2-4 12.4-41.8 13.7-44.6 7-.6 14-1.4 21-2.3 2 2.4 21 36.8 23 40.4a17 17 0 0 0 19 8.1c7.4-1.3 13-7.3 13.8-14.7.5-4 4.5-43.5 5.2-46.3 6.9-2 13.7-4 20.4-6.2 2.4 2 27.3 32.3 30 35.4a17 17 0 0 0 20.2 4.5c7-2.6 11.3-9.6 10.7-17-.2-4.1-3.5-43.6-3.3-46.5a557 557 0 0 0 18.8-9.9c2.8 1.6 32.8 26.8 36 29.4a17 17 0 0 0 20.7.7 16.8 16.8 0 0 0 7.5-18.7c-1-4-11.5-42.1-11.9-45.2 5.7-4.3 11.2-8.6 16.7-13.1 3 1 37.1 20.3 40.9 22.3a17 17 0 0 0 20.4-3.1 17 17 0 0 0 4-19.8 1298 1298 0 0 1-20-42.3 458 458 0 0 0 13.9-15.9c3.2.5 40.2 13.1 44.3 14.4a17 17 0 0 0 18.4-5.3 17 17 0 0 0 1.3-21.6c-2.4-3.4-25.9-35.1-27.4-37.9 3.8-6 7.4-12 10.9-18.2 3.2-.1 42 5.5 46.1 6a17 17 0 0 0 18-10.3 16.8 16.8 0 0 0-3.6-19.8c-3-2.8-31.9-29.8-33.8-32.1 2.6-6.6 5-13.2 7.3-20 3.1-.7 42.3-2.3 46.5-2.6 7.6-.3 14-6 15.7-13.3a17 17 0 0 0-7.1-18.9c-3.5-2.3-36.9-23.4-39.2-25.4a506 506 0 0 0 3.5-20.9c3-1.2 41-10 45.2-11 15.8-3.3 17.8-27.8 2.6-33.4Z"
style="fill: #155e75"
/>
<circle cx="659" cy="1134" r="413.9" style="fill: #164e63" />
<path
d="M659 1560.4a423.9 423.9 0 0 1-301.6-125A425 425 0 0 1 232.5 1134a423.8 423.8 0 0 1 125-301.5 425 425 0 0 1 301.5-125 423.8 423.8 0 0 1 301.5 125 425 425 0 0 1 125 301.5 423.8 423.8 0 0 1-125 301.6A425 425 0 0 1 659 1560.4Zm0-827.9a399 399 0 0 0-283.9 117.6A400.2 400.2 0 0 0 257.5 1134a399 399 0 0 0 117.6 283.8A400.2 400.2 0 0 0 659 1535.4a399 399 0 0 0 283.9-117.6 400.2 400.2 0 0 0 117.6-283.8 399 399 0 0 0-117.6-284A400.2 400.2 0 0 0 659 732.6Z"
style="fill: #123a47"
/>
</g>
<g id="Gear_3_27">
<path
d="m124.6 832.7 88.4 6.8 7.2-94-88.3-6.9c-6-18.4-16.4-34.8-29.7-48.2l33.8-82-87.3-36-33.8 82a122 122 0 0 0-55 13.3l-67.5-57.4-61.2 71.9 67.5 57.4a122.3 122.3 0 0 0-4.4 56.5l-75.4 46.4 49.4 80.4 75.5-46.5A122 122 0 0 0-3.8 898L17 984.2l91.7-22.2L88 875.8c15.3-11.2 28-26 36.7-43Z"
style="fill: #123a47"
/>
<path
d="m120.6 832.7 88.4 6.8 7.2-94-88.3-6.9c-6-18.4-16.4-34.8-29.7-48.2l33.8-82-87.3-36-33.8 82a122 122 0 0 0-55 13.3l-67.5-57.4-61.2 71.9 67.5 57.4a122.3 122.3 0 0 0-4.4 56.5l-75.4 46.4 49.4 80.4 75.5-46.5A122 122 0 0 0-7.8 898L13 984.2l91.7-22.2L84 875.8c15.3-11.2 28-26 36.7-43Z"
style="fill: #164e63"
/>
<path
d="M11.4 658.4c-156 2.6-155.9 234.6 0 237.2 156-2.6 156-234.6 0-237.3Zm-95.6 110.8c1.5-18.3 29.2-16 27.8 2.2-1.5 18.3-29.3 16-27.8-2.2Zm32.8 62.2c-15.7 9.5-30.1-14.3-14.5-23.9 15.6-9.4 30.1 14.3 14.5 24Zm11.2-98.6c-12 13.8-33.1-4.3-21.2-18.2 12-13.8 33 4.3 21.2 18.2Zm32.8 125c-7.2 16.8-32.8 6.1-25.8-10.8 7-16.9 32.8-6.1 25.8 10.8Zm3-146.8c-17.9 4.2-24.3-22.9-6.5-27.2 17.8-4.1 24.2 23 6.4 27.2Zm78.1 11.5c15.7-9.4 30.1 14.3 14.6 24-15.7 9.3-30.2-14.4-14.6-24ZM33.2 870.1c-17.8 4.2-24.2-23-6.4-27.2 17.8-4.1 24.2 23 6.4 27.2ZM55.6 707c-7.2 16.9-32.8 6.2-25.8-10.7 7-16.9 32.8-6.2 25.8 10.7Zm28.2 132.5c-12 13.8-33.1-4.3-21.2-18.3 12-13.8 33 4.3 21.2 18.3Zm7.7-41.8c-18.2-1.6-16-29.3 2.3-28 18.2 1.7 16 29.4-2.3 28Z"
style="fill: #155e75"
/>
<path
d="M279 753.8a2.8 2.8 0 0 0-2.9-2.6l-30-9.5 26.3-17a2.7 2.7 0 0 0 1.9-3.3l-7.4-27.8a2.7 2.7 0 0 0-3.3-2l-31.3-2.3 21.5-22.5a2.7 2.7 0 0 0 1.2-3.6l-13.6-25.4a2.7 2.7 0 0 0-3.7-1.1l-31 5 15.8-27c1.1-1 1.2-2.6.2-3.7l-19-21.6a2.7 2.7 0 0 0-3.9-.2l-29 12 9.1-29.9c.9-1.2.6-2.9-.6-3.7L155.8 551a2.7 2.7 0 0 0-3.8.6L126.5 570l2-31.1c.6-1.4 0-3-1.5-3.5l-26.7-10.7c-1.4-.6-3 0-3.5 1.5l-20.6 23.7-5.2-30.7c.3-1.5-.7-2.9-2.2-3.1l-28.5-4.3c-1.5-.2-2.8.8-3 2.3l-14.6 27.8-12.1-28.7a2.7 2.7 0 0 0-3-2.4l-28.7 2.4a2.7 2.7 0 0 0-2.4 3l-7.8 30.4-18.4-25.2c-.4-1.4-2-2.2-3.4-1.7l-27.3 9c-1.5.4-2.2 2-1.8 3.4l-.5 31.4-23.7-20.2a2.7 2.7 0 0 0-3.7-1l-24.6 15.1a2.7 2.7 0 0 0-.9 3.7l6.8 30.7-27.8-14.2c-1-1-2.7-1-3.8 0l-20.4 20.3c-1 1-1 2.8 0 3.8l13.6 28.3-30.2-7.4c-1.3-.8-3-.4-3.8.9l-15.2 24.4c-.8 1.3-.4 3 .9 3.8l19.8 24.4-31.2-.3c-1.4-.5-3 .3-3.4 1.7l-9.1 27.3c-.5 1.4.3 3 1.7 3.4l24.9 19.2-30.4 7c-1.5-.2-2.8 1-3 2.4l-2.5 28.7c-.2 1.5 1 2.8 2.4 2.9l28.6 13-28 13.7a2.7 2.7 0 0 0-2.2 3l4 28.5a2.7 2.7 0 0 0 3.1 2.3l30.9 6-24 19.8a2.8 2.8 0 0 0-1.6 3.5l10.6 26.8c.5 1.4 2 2.1 3.5 1.5l31.4-1.3-18.8 24.9a2.7 2.7 0 0 0-.7 3.8l16.4 23.6a2.7 2.7 0 0 0 3.8.7l30.2-8.5-12.5 28.5c-1 1-1 2.8.2 3.8l21.4 19.2c1.1 1 2.9.9 3.8-.2l27.5-15.3-5.6 30.7c-.7 1.3-.3 3 1 3.6l25.3 13.8c1.4.7 3 .2 3.7-1l23.2-21.3 1.6 31.1c-.4 1.5.4 3 1.9 3.4l27.8 7.5c1.4.4 2.9-.5 3.3-1.9l17.7-26 8.7 30c0 1.4 1.1 2.7 2.6 2.7l28.8 1c1.5 0 2.7-1.2 2.8-2.7l11.2-29.3 15.4 27.1a2.7 2.7 0 0 0 3.2 2.1l28.2-5.7a2.7 2.7 0 0 0 2-3.2l4.2-31.1 21.3 22.8c.6 1.3 2.2 2 3.5 1.3l26.2-12c1.3-.7 1.9-2.3 1.3-3.7l-3.2-31.2 26 17.3a2.6 2.6 0 0 0 3.7.5l22.7-17.8c1.2-1 1.4-2.6.4-3.8L180 940.2l29.2 10.9c1.2 1 2.8.7 3.8-.5l17.9-22.5c1-1.2.7-2.8-.4-3.8l-16.9-26.5 31 3.9c1.3.6 3 0 3.6-1.3l12.2-26a3 3 0 0 0-1.3-3.7l-22.5-22 31-3.3c1.5.3 2.9-.6 3.2-2l5.9-28.3c.3-1.4-.6-2.9-2-3.2l-27-16.1 29.3-10.5c1.5 0 2.7-1.2 2.7-2.7l-.8-28.8ZM15.1 958.6a183.6 183.6 0 1 1 0-367.2 183.6 183.6 0 0 1 0 367.1Z"
style="fill: #164e63"
/>
<path
d="M275 755.8a2.8 2.8 0 0 0-2.9-2.6l-30-9.5 26.3-17a2.7 2.7 0 0 0 1.9-3.3l-7.4-27.8a2.7 2.7 0 0 0-3.3-2l-31.3-2.3 21.5-22.5a2.7 2.7 0 0 0 1.2-3.6l-13.6-25.4a2.7 2.7 0 0 0-3.7-1.1l-31 5 15.8-27c1.1-1 1.2-2.6.2-3.7l-19-21.6a2.7 2.7 0 0 0-3.9-.2l-29 12 9.1-29.9c.9-1.2.6-2.9-.6-3.7L151.8 553a2.7 2.7 0 0 0-3.8.6L122.5 572l2-31.1c.6-1.4 0-3-1.5-3.5l-26.7-10.7c-1.4-.6-3 0-3.5 1.5l-20.6 23.7-5.2-30.7c.3-1.5-.7-2.9-2.2-3.1l-28.5-4.3c-1.5-.2-2.8.8-3 2.3l-14.6 27.8-12.1-28.7a2.7 2.7 0 0 0-3-2.4l-28.7 2.4a2.7 2.7 0 0 0-2.4 3l-7.8 30.4-18.4-25.2c-.4-1.4-2-2.2-3.4-1.7l-27.3 9c-1.5.4-2.2 2-1.8 3.4l-.5 31.4-23.7-20.2a2.7 2.7 0 0 0-3.7-1l-24.6 15.1a2.7 2.7 0 0 0-.9 3.7l6.8 30.7-27.8-14.2c-1-1-2.7-1-3.8 0l-20.4 20.3c-1 1-1 2.7 0 3.8l13.6 28.3-30.2-7.4c-1.3-.8-3-.4-3.8.9l-15.2 24.4c-.8 1.3-.4 3 .9 3.7l19.8 24.4-31.2-.2c-1.4-.5-3 .3-3.4 1.7l-9.1 27.3c-.5 1.4.3 3 1.7 3.4l24.9 19.2-30.4 7c-1.5-.2-2.8 1-3 2.4l-2.5 28.7c-.2 1.4 1 2.8 2.4 2.9l28.6 13-28 13.7a2.7 2.7 0 0 0-2.2 3l4 28.5a2.7 2.7 0 0 0 3.1 2.3l30.9 6-24 19.8a2.8 2.8 0 0 0-1.6 3.5l10.6 26.8c.5 1.4 2 2.1 3.5 1.5l31.4-1.3-18.8 24.9a2.7 2.7 0 0 0-.7 3.8l16.4 23.6a2.7 2.7 0 0 0 3.8.7l30.2-8.5-12.5 28.5c-1 1-1 2.8.2 3.8l21.4 19.2c1.1 1 2.9.9 3.8-.2l27.5-15.3-5.6 30.7c-.7 1.3-.3 3 1 3.6l25.3 13.8c1.4.7 3 .2 3.7-1l23.2-21.3 1.6 31.1c-.4 1.5.4 3 1.9 3.4l27.8 7.5c1.4.4 2.9-.5 3.3-1.9l17.7-26 8.7 30c0 1.4 1.1 2.7 2.6 2.7l28.8 1c1.5 0 2.7-1.2 2.8-2.7l11.2-29.3 15.4 27.1a2.7 2.7 0 0 0 3.2 2.1l28.2-5.7a2.7 2.7 0 0 0 2-3.2l4.2-31.1 21.3 22.8c.6 1.3 2.2 2 3.5 1.3l26.2-12c1.3-.7 1.9-2.3 1.3-3.7l-3.2-31.2 26 17.3a2.6 2.6 0 0 0 3.7.5l22.7-17.8c1.2-1 1.4-2.6.4-3.8L176 942.2l29.2 10.9c1.2 1 2.8.7 3.8-.5l17.9-22.5c1-1.2.7-2.8-.4-3.8l-16.9-26.5 31 3.9c1.3.6 3 0 3.6-1.3l12.2-26a3 3 0 0 0-1.3-3.7l-22.5-22 31-3.3c1.5.3 2.9-.6 3.2-2l5.9-28.3c.3-1.4-.6-2.9-2-3.2l-27-16.1 29.3-10.5c1.5 0 2.7-1.2 2.7-2.7l-.8-28.8ZM11.1 960.6a183.6 183.6 0 1 1 0-367.2 183.6 183.6 0 0 1 0 367.1Z"
style="fill: #155e75"
/>
</g>
<ellipse
cx="33.5"
cy="754.6"
rx="280.5"
ry="266.5"
style="fill: url(#radial-gradient-7); opacity: 0.69"
/>
<circle cx="659" cy="1134" r="452" style="fill: url(#radial-gradient-8)" />
<ellipse
cx="1384.4"
cy="696.9"
rx="265.5"
ry="261"
style="fill: url(#radial-gradient-9); opacity: 0.4"
/>
</g>
<g id="Layer_2">
<g id="Key">
<path
d="M972.2 577.8c-2-9-11-14.6-20-12.5-2.3-9.7-3.6-24.6-14.3-23.7-1-.2-2.1-1-2.3-2l-2.6-11.8c-.4-3.8-6.4-.5-8.3-.6-3 1-5-18.4-6-20-4.3-16.7-12.7-13.5-24.4-10.6-4.7 1.3 11.5 44.6 6.8 45.8l-12 2.7c-.8.2-1.8-.7-2-2-1-.5-8.2-45.2-11.1-42.4l-11.3 2.5c-15.2 4.3-2 28.3-6 31l-9 2c-5.9-1-1.6-30.3-18.5-25.6-4.6 1-7.2 7.4-5.7 14.2l14.5 65.5-194.3 43c9.5-21.7-27-42-23.7-21.8 8 11.5 7 23.7-9.5 24.3-16-1.7-32-14.3-35.5-30.3v-1.2c-22.3-88.6-166.7-54.7-147 34.1-5.7-5.7-16.3.1-14.3 8.1 1.4 7.2 11.6 9 15.4 3l3.7 7.3a39 39 0 0 0 16.3 73.3l-.2 7.7c-6-4-14.7 2-12.9 9.2 1.5 8.1 13.6 8.9 16.3 1.3 19.2 89.3 165 59.2 147.7-30.8l-.4-1c-3.7-16 5.6-34.2 19.4-42.5 15.1-6.5 21.2 4.1 18.9 18 5.2 18.8 27.5-11.6 14.8-26.7l305-67.7c8.9-2 14.5-10.8 12.5-19.8Zm-33.5-36.1h-.5.5ZM470 684.5l-.7-2.3c3.4 1.3 7 2.3 10.6 3-4 2.9-7.5 6.1-10.6 9.7 1.2-3.2 1.5-6.8.7-10.4Zm51-5.5c-7.2-22.3 27.6-30.4 44-29 0 13 3.6 23.1 7.8 30.6-14.7 8-40.8 15.4-51.7-1.6Zm32.2-72.3c3-3.5 10-2.5 13.3.2 1 4 1.7 8 2.2 12.1-4.4-1.1-8.2-4-13.1-4.3a9 9 0 0 1-2.4-8Zm16 17.9c-1.8 6.2-3.2 12-3.7 17.4-9.3-1.3-24.7 1.4-26.4-11.4 6.5-7.7 20.1-8.2 30-6ZM557 702.7c3.5-8.6 13.2-10.8 20.5-15.1 4.3 4.6 7.1 9.2 9.1 15-5.7 6-35.9 17-29.6.1Zm21.4 14.7c4.4-2.4 6.6-6.5 10.1-9.5 1.3 3.9 2.4 7.9 3.1 12-4 7.7-16.5 9.4-13.2-2.5Zm-86-144.2c26-9.7 59.4-.4 71.2 25.1-10.7-3.7-22.2 4.8-16.4 16.2-18.2.9-26.5 18.8-10.2 29.6-7.8 2.3-15.3 6-20.8 11.9-.5-12-11.8-22.2-24.3-19v1c-19.6 8 2 33.6 13.2 15.6 1.7 5 1.5 11.5-1.1 16.4-59.5-8.9-69-75.4-11.5-96.8Zm-54.9 83 .3.4h-.3v-.4Zm0 65c-41.3-5.8-29-53.6 6-57 1.8 2.1 3.8 4 5.8 6-30.3 6.2-12.2 50 13.7 33.2a64 64 0 0 0-7.1 16c-6 2-12.2 2.8-18.4 1.7Zm16.4 7.7-.1.7-.3-.5.4-.2Zm84.7 52.5c-61 5-80.5-59.3-30.5-92.5 4.6 3.5 7.6 9.4 8 14.9-17.8-11.4-26.3 21-5 19.8l.1.4c12.7-2.4 18.6-16.5 14-27.6 7.5 3.1 16 3.2 24.1 2-10.6 16.6 4.5 29.8 21.6 22.7-.4 12.8 13.5 15.6 21.6 7.8-.1 28-26.4 50.4-53.9 52.5Zm60.4-97.9c-13.8-11.1-19-30-13.3-49.3a76 76 0 0 0 21.1 12.4c-4 6.7-2.8 16.3 2.8 21.7a77.8 77.8 0 0 0-10.6 15.2Z"
style="fill: #916c22"
/>
<path
d="M972.2 580.8c-2-9-11-14.6-20-12.5-2.3-9.7-3.6-24.6-14.3-23.7-1-.2-2.1-1-2.3-2l-2.6-11.8c-.4-3.8-6.4-.5-8.3-.6-3 1-5-18.4-6-20-4.3-16.7-12.7-13.5-24.4-10.6-4.7 1.3 11.5 44.6 6.8 45.8l-12 2.7c-.8.2-1.8-.7-2-2-1-.5-8.2-45.2-11.1-42.4l-11.3 2.5c-15.2 4.3-2 28.3-6 31l-9 2c-5.9-1-1.6-30.3-18.5-25.6-4.6 1-7.2 7.4-5.7 14.2l14.5 65.5-194.3 43c9.5-21.7-27-42-23.7-21.8 8 11.5 7 23.7-9.5 24.3-16-1.7-32-14.3-35.5-30.3v-1.2c-22.3-88.6-166.7-54.7-147 34.1-5.7-5.7-16.3.1-14.3 8.1 1.4 7.2 11.6 9 15.4 3l3.7 7.3a39 39 0 0 0 16.3 73.3l-.2 7.7c-6-4-14.7 2-12.9 9.2 1.5 8.1 13.6 8.9 16.3 1.3 19.2 89.3 165 59.2 147.7-30.8l-.4-1c-3.7-16 5.6-34.2 19.4-42.5 15.1-6.5 21.2 4.1 18.9 18 5.2 18.8 27.5-11.6 14.8-26.7l305-67.7c8.9-2 14.5-10.8 12.5-19.8Zm-33.5-36.1h-.5.5ZM470 687.5l-.7-2.3c3.4 1.3 7 2.3 10.6 3-4 2.9-7.5 6.1-10.6 9.7 1.2-3.2 1.5-6.8.7-10.4Zm51-5.5c-7.2-22.3 27.6-30.4 44-29 0 13 3.6 23.1 7.8 30.6-14.7 8-40.8 15.4-51.7-1.6Zm32.2-72.3c3-3.5 10-2.5 13.3.2 1 4 1.7 8 2.2 12.1-4.4-1.1-8.2-4-13.1-4.3a9 9 0 0 1-2.4-8Zm16 17.9c-1.8 6.2-3.2 12-3.7 17.4-9.3-1.3-24.7 1.4-26.4-11.4 6.5-7.7 20.1-8.2 30-6ZM557 705.7c3.5-8.6 13.2-10.8 20.5-15.1 4.3 4.6 7.1 9.2 9.1 15-5.7 6-35.9 17-29.6.1Zm21.4 14.7c4.4-2.4 6.6-6.5 10.1-9.5 1.3 3.9 2.4 7.9 3.1 12-4 7.7-16.5 9.4-13.2-2.5Zm-86-144.2c26-9.7 59.4-.4 71.2 25.1-10.7-3.7-22.2 4.8-16.4 16.2-18.2.9-26.5 18.8-10.2 29.6-7.8 2.3-15.3 6-20.8 11.9-.5-12-11.8-22.2-24.3-19v1c-19.6 8 2 33.6 13.2 15.6 1.7 5 1.5 11.5-1.1 16.4-59.5-8.9-69-75.4-11.5-96.8Zm-54.9 83 .3.4h-.3v-.4Zm0 65c-41.3-5.8-29-53.6 6-57 1.8 2.1 3.8 4 5.8 6-30.3 6.2-12.2 50 13.7 33.2a64 64 0 0 0-7.1 16c-6 2-12.2 2.8-18.4 1.7Zm16.4 7.7-.1.7-.3-.5.4-.2Zm84.7 52.5c-61 5-80.5-59.3-30.5-92.5 4.6 3.5 7.6 9.4 8 14.9-17.8-11.4-26.3 21-5 19.8l.1.4c12.7-2.4 18.6-16.5 14-27.6 7.5 3.1 16 3.2 24.1 2-10.6 16.6 4.5 29.8 21.6 22.7-.4 12.8 13.5 15.6 21.6 7.8-.1 28-26.4 50.4-53.9 52.5Zm60.4-97.9c-13.8-11.1-19-30-13.3-49.3a76 76 0 0 0 21.1 12.4c-4 6.7-2.8 16.3 2.8 21.7a77.8 77.8 0 0 0-10.6 15.2Z"
style="fill: #0f1d23"
/>
</g>
<g id="Gear_2_19">
<path
d="m1887.2 1429.9-92.4-20.6c-.3-12.3-1-24.7-2-36.9l89.5-30.7a6.8 6.8 0 0 0 5-8.2l-38-168.7c-.8-3.7-4.4-6-8-5.3l-94 10.6a601 601 0 0 0-14-34.3l74.7-58c3.2-2 4-6.2 2-9.4l-90.6-147.3a6.8 6.8 0 0 0-9.2-2.3l-85.5 40.4c-7.9-9.5-16-18.8-24.3-27.9l51.7-79.1a6.8 6.8 0 0 0-1-9.5l-133.6-109.9c-3-2.4-7.2-2-9.6.8l-67.5 65.9a723.7 723.7 0 0 0-32.2-18.6l23.2-91.4a6.8 6.8 0 0 0-4.1-8.6l-162-60.6a6.8 6.8 0 0 0-8.8 3.8l-42.5 84.4a753.6 753.6 0 0 0-36.4-7.1l-7.8-94.1a6.8 6.8 0 0 0-6.7-6.8l-172.9-4.7c-3.7-.1-7 2.8-7 6.5l-12.8 93.2a739 739 0 0 0-36.9 5.2l-37.8-86.3a6.8 6.8 0 0 0-8.5-4.2l-165 51.7a6.8 6.8 0 0 0-4.6 8.4l18.2 92.5c-11.2 5.3-22.3 11-33.1 16.8l-64-69.4a6.8 6.8 0 0 0-9.4-1.2L490 811.5a6.8 6.8 0 0 0-1.6 9.4l47.3 81.6a740.5 740.5 0 0 0-26 26.6L427 884.3a6.8 6.8 0 0 0-9.4 1.8L319 1028.3a6.8 6.8 0 0 0 1.6 9.5l71 61.7c-5.5 11-10.7 22.3-15.7 33.7l-93-15.5a6.8 6.8 0 0 0-8.2 4.8l-47 166.4c-1 3.7 1 7.5 4.6 8.5l87.5 35.4a781 781 0 0 0-4.1 36.8l-93 15.6a6.7 6.7 0 0 0-6.3 7.2l9.6 172.7a6.8 6.8 0 0 0 7 6.5l94.2 5a733 733 0 0 0 8.1 36.3l-82.9 44.9a6.8 6.8 0 0 0-3.6 8.8l65.2 160.2a6.8 6.8 0 0 0 8.8 3.9l91-25.9a740.8 740.8 0 0 0 19.3 31.5l-64 69.6a6.8 6.8 0 0 0-.5 9.5l113.7 130.4a6.8 6.8 0 0 0 9.5.8l77.6-54c9.3 8.1 18.8 16 28.6 23.6l-38 86.5a6.8 6.8 0 0 0 2.7 9.2l149.8 86.4c3.3 1.9 7.4.8 9.3-2.4l55.9-76.2c11.4 4.5 23 8.8 34.6 12.8l-7.8 94.4a6.8 6.8 0 0 0 5.5 7.8l169.8 33c3.7.8 7.3-1.6 8-5.2l28.1-90.4c12.4.7 24.7 1 37 1l23.2 91.8c.5 3.7 4 6.2 7.7 5.7l171.3-24a6.8 6.8 0 0 0 5.9-7.4l-2.7-94.7c11.8-3.4 23.5-7 35.2-11l51.8 79.2a6.8 6.8 0 0 0 9.1 2.9l154.3-78.2a6.8 6.8 0 0 0 3.1-9l-33.4-88.9c10-7 20-14.3 29.7-21.8l74.9 58.3a6.8 6.8 0 0 0 9.5-.3l120.5-124c2.7-2.8 2.7-7 0-9.6l-60.2-73c7.2-10 14.2-20 21-30.4l89.5 30.7c3.4 1.6 7.4 0 9-3.4l73.7-156.4c1.6-3.4.2-7.5-3.1-9L1762 1651a749 749 0 0 0 10-35.5h94.8c3.6.4 6.9-2.3 7.3-6l19-172a6.8 6.8 0 0 0-6-7.6Z"
style="fill: #123a47"
/>
<path
d="m1882.2 1436.9-92.4-20.6c-.3-12.3-1-24.7-2-36.9l89.5-30.7a6.8 6.8 0 0 0 5-8.2l-38-168.7c-.8-3.7-4.4-6-8-5.3l-94 10.6a601 601 0 0 0-14-34.3l74.7-58c3.2-2 4-6.2 2-9.4l-90.6-147.3a6.8 6.8 0 0 0-9.2-2.3l-85.5 40.4c-7.9-9.5-16-18.8-24.3-27.9l51.7-79.1a6.8 6.8 0 0 0-1-9.5l-133.6-109.9c-3-2.4-7.2-2-9.6.8l-67.5 65.9a723.7 723.7 0 0 0-32.2-18.6l23.2-91.4a6.8 6.8 0 0 0-4.1-8.6l-162-60.6a6.8 6.8 0 0 0-8.8 3.8l-42.5 84.4a753.6 753.6 0 0 0-36.4-7.1l-7.8-94.1a6.8 6.8 0 0 0-6.7-6.8l-172.9-4.7c-3.7-.1-7 2.8-7 6.5l-12.8 93.2a739 739 0 0 0-36.9 5.2l-37.8-86.3a6.8 6.8 0 0 0-8.5-4.2l-165 51.7a6.8 6.8 0 0 0-4.6 8.4l18.2 92.5c-11.2 5.3-22.3 11-33.1 16.8l-64-69.4a6.8 6.8 0 0 0-9.4-1.2L485 818.5a6.8 6.8 0 0 0-1.6 9.4l47.3 81.6a740.5 740.5 0 0 0-26 26.6L422 891.3a6.8 6.8 0 0 0-9.4 1.8L314 1035.3a6.8 6.8 0 0 0 1.6 9.5l71 61.7c-5.5 11-10.7 22.3-15.7 33.7l-93-15.5a6.8 6.8 0 0 0-8.2 4.8l-47 166.4c-1 3.7 1 7.5 4.6 8.5l87.5 35.4a781 781 0 0 0-4.1 36.8l-93 15.6a6.7 6.7 0 0 0-6.3 7.2l9.6 172.7a6.8 6.8 0 0 0 7 6.5l94.2 5a733 733 0 0 0 8.1 36.3l-82.9 44.9a6.8 6.8 0 0 0-3.6 8.8l65.2 160.2a6.8 6.8 0 0 0 8.8 3.9l91-25.9a740.8 740.8 0 0 0 19.3 31.5l-64 69.6a6.8 6.8 0 0 0-.5 9.5l113.7 130.4a6.8 6.8 0 0 0 9.5.8l77.6-54c9.3 8.1 18.8 16 28.6 23.6l-38 86.5a6.8 6.8 0 0 0 2.7 9.2l149.8 86.4c3.3 1.9 7.4.8 9.3-2.4l55.9-76.2c11.4 4.5 23 8.8 34.6 12.9l-7.8 94.3a6.8 6.8 0 0 0 5.5 7.8l169.8 33c3.7.8 7.3-1.6 8-5.2l28.1-90.4c12.4.7 24.7 1 37 1l23.2 91.8c.5 3.7 4 6.2 7.7 5.7l171.3-24a6.8 6.8 0 0 0 5.9-7.4l-2.7-94.7c11.8-3.4 23.5-7 35.2-11l51.8 79.2a6.8 6.8 0 0 0 9.1 2.9l154.3-78.2a6.8 6.8 0 0 0 3.1-9l-33.4-88.9c10-7 20-14.3 29.7-21.8l74.9 58.3a6.8 6.8 0 0 0 9.5-.3l120.5-124c2.7-2.8 2.7-7 0-9.6l-60.2-73c7.2-10 14.2-20 21-30.4l89.5 30.7c3.4 1.6 7.4 0 9-3.4l73.7-156.4c1.6-3.4.2-7.5-3.1-9L1757 1658a749 749 0 0 0 10-35.5h94.8c3.6.4 6.9-2.3 7.3-6l19-172a6.8 6.8 0 0 0-6-7.6Z"
style="fill: #0f1d23"
/>
</g>
<g id="Fox">
<circle cx="967.3" cy="434.9" r="9.1" style="fill: #ebecea; opacity: 0.44" />
<path
d="M1041 587c-.1-1.2-1-2.6-2.5-4 0-2-4.5-4-4.5-4s-11.2-2-19.6-6l10.7-23.9a40 40 0 0 0 15.6-8.4c.5-.5-5.7-10.2-12.2-18.4-.5-.6-1-2.7-1.5-3.3l-.4-.4c3.4-1 10.7-4.3 11.4-14.6.7-10-14.6-31-24.7-37.8l-1.3-2.2c-.2-.3-.6-.4-1.3-.5 4-2.9 6.6-5.5 5.9-6.6l-2.3-1.4c4.5-3.8 6.8-7.5 6.9-8.4 0-.4-.2-1-.9-1.5 4.3-.2 7.2-1.2 7.9-3.1 1.4-3.6-5-9.7-15.8-15.8l.4-.8c2.5-5.3 4.2-14.9 2-15.4-.5-.2-2.3.8-4.5 2.4l-.6-5.6c-.9-5.8-7.7-3-11.4-4.5-3.6-1.6-6.5-8.3-11.3-4.8 0 0-4.6 3.7-9.4 8.3-2.3-4.8-4.6-8.8-5.6-9-1.9-.4-4.2 6.6-5 12.7-10-1.7-17.1-1.2-18.3 2-1.3 3.3 4 9 13.3 14.7a9.9 9.9 0 0 0-4 5.3h-1.2c-.4 0-.8.3-.8.8v1.5c0 .4.4.7.8.7h.7c0 2.3.8 4.3 2 6-6 2.7-9 5.7-9 6.7-.2 1.1 4.4 5 12.5 9a43.8 43.8 0 0 0-10.1 6s3.9 2 9.4 4.2c-1.4.2-2.2.5-2.4.9v.7c-5.7 1.4-11.2 5.7-15.9 8.5-6.3 3.9-17 8-25 11-4 1.5-7.3 2-12 3.2l-3-.2c-1 0-3.3.3-4 1l-.4.4c-.5.7-.7 1.2-.7 1.5-1.9.4-3.4 1-4.3 1.4-3.6 1.7-3 .6-6.3 5.2-3.3 4.5 1 13.6 6.3 12 5.4-1.5 1.9-9.3 6.1-9.9l12.3-1v.4c0 1.5 4 1 5 0l-.1-.8A133 133 0 0 0 935 499c5.2-1.3 18.6-5.9 28-10.8a83.3 83.3 0 0 1 2 17.8c-1 7-5 46-2 48 .6.4 6.7 1 15.2 1 3.3 6.5 10 16.8 19.9 24.2-1.3 7.6-3.2 13.6-6 13.8-8.6.8-15 10-12 11s21 0 25 .2 1-9.2 1-9.2l-1-1 3.8-8.7a36.9 36.9 0 0 0 16 2.4c-.7 3-1 6-1.1 6.6-.2 1.3 3.2 2.7-3.8 2.7s-3.5 7.5-3.5 7.5l18.7.7s6-15.2 5.8-18.2Zm-19-88c.3.4 2.2 5.2 1 8-.6 1.5-2.5 2.4-4 3-.3-.4-2.5-1-2.8-1.3-4.2-4.9-7.2-8.9-7.2-10.7 0-2.1 1.3-6 2.6-10.4 3.7 3.6 7.7 7.4 10.4 11.4Zm-58.6-71.4 1.7 1a18.4 18.4 0 0 0-1.2 5.4l-4.7-1a8.4 8.4 0 0 1 4.2-5.4Zm-2.4 12.8a8.3 8.3 0 0 1-2-5.3l4.9 1c0 1 .2 2 .4 3l-3.3 1.3Z"
style="fill: #0f1d23"
/>
<path
d="M1019 510c1.5-.5 3.4-1.5 4-3 1.2-2.8-.7-7.6-1-8-2.7-4-6.7-7.8-10.4-11.4l.1-.3c11.2 8.1 18.3 20.1 7.6 23l-.3-.3Z"
style="fill: #a59462"
/>
<path
d="M1026.8 587.5C1014 588 1007 585 996 576a85.1 85.1 0 0 1-16.6-21.2l-1.2.2c3.3 6.5 10 16.8 19.8 24.1-1.2 7.7-3 13.6-6 13.9 2 .1 1.7.7 2.9-.2 1.8-1.7 3-6.8 4-13.1a39 39 0 0 0 27.9 7.8Z"
style="fill: #d78107"
/>
<path
d="M962.8 488.3c1 4.8 2.8 13.6 2.2 17.7-1 7-5 46-2 48 .4.3 7 1 21 1-3.5-.5-15-1.5-17-4-9.3-11.3 3-41-3.7-63.1l-.5.4ZM913 490c26-6 42-22 54-21.5-8-2.5-16.3 4.4-23 8.5-6.3 3.8-17 8-25 11-4 1.5-7.3 2-12 3.2l.8.2c1.5-.5 3.2-1 5.2-1.4Z"
style="fill: #a59462"
/>
<path
d="M888.3 500.4c-3 4.3.4 12.5 5.3 12.3.3 0 1 0 3.7-1.3-.5-.1-2.8 1.2-4 .8-7.2-2.1-5.1-11.4-2.3-14.2 3-3 11.2-4.3 11.2-4.3s-1.9-.1-3.2.1c-2 .4-3.4 1-4.4 1.5-3.6 1.7-3 .6-6.3 5.2Z"
style="fill: #d78107"
/>
<path
d="M904 492c3.2 0 4 0 7.6.9a14 14 0 0 0-7-2c-1 0-3.5.1-4.6 1-1.4 1.3-1.2 2.3-1 2 1-1 2-2 5-2Z"
style="fill: #a59462"
/>
<path
d="M954.8 452c-3-2-4.4-3.7-4.4-4.4.2-1.3 5.9-6.6 17.5-9.4 5.6-1.4-22 6.8-13.1 13.8Z"
style="fill: #e4dbc0"
/>
<path
d="M952.9 462.7a61.6 61.6 0 0 1 28.8-11.3C955 458 957 463 956.2 464.3l-3.3-1.6Z"
style="fill: #a59462"
/>
<path
d="M965 428.6a18.5 18.5 0 0 0-.7 10.6l.7-.2c-.3-2.8-.2-6.3 1.1-9.8l-1-.6Z"
style="fill: #d78107"
/>
<path
d="M965.5 427.4c-7.9-5-15-10.7-13.5-14.4 1.6-4.1 7-3.9 14.9-2.2.3-.2.3-.6.1-.8-10-1.8-17.1-1.2-18.3 2-1.5 3.7 5.2 10.2 16.3 16.6.4.2 12.5 6.4 19.2 9l-18.7-10.2Z"
style="fill: #4c3110"
/>
<path
d="M1010.3 413.4c1.3-1.1 2.4-1.8 5.1-2.4-.1-.3-.3-.5-.6-.5-.6-.2-2.3.8-4.5 2.3v.5Z"
style="fill: #d78107"
/>
<path
d="M977.5 406.3c4.9-4.7 9.5-8.3 9.5-8.3 4.7-3.5 7.7 3.2 11.3 4.8-7.8-3.6-11.4-2.8-20.1 5.3l-.7-1.8Z"
style="fill: #4c3110"
/>
<path
d="M967.1 417.3a13 13 0 0 1-.4-3.7c0-.9 0-1.9.2-2.9.7-6.2 3.1-13.8 5.1-13.4 1.5.3-2.5 2.8-4.2 13.6-.3 1.8-.5 4-.7 6.4Z"
style="fill: #d78107"
/>
</g>
</g>
<g id="Gear_1_31">
<path
d="m870 1198.1-2.5-30.2c-1.3-3.3-55.6-10.5-60-12.4-2-13.9-4.5-27.6-7.5-41.1 3.7-3.5 51.3-29.4 51.5-33l-8.5-29c-2-3-56.5.8-61.1-.2-4.8-13.2-10-26-15.8-38.7 3-4.2 44.3-39 43.8-42.7l-14-26.8c-2.5-2.5-55.2 12.3-60 12.2-7.3-11.9-15-23.5-23.2-34.7 2-4.7 35.6-47.3 34.4-50.7l-19.3-23.4c-3-2-51.7 23.2-56.4 24a529 529 0 0 0-29.6-29.2c1-5 25.4-53.5 23.5-56.7l-23.6-19c-3.3-1.3-46 33-50.3 34.9a538 538 0 0 0-35-22.8c0-5.1 14-57.4 11.6-60.1l-27-14c-3.4-.6-38.2 41.6-42.2 44.3a523.3 523.3 0 0 0-38.9-15.3c-1-5 2.3-59-.7-61.1l-29.2-8.2c-3.5 0-29.1 48.4-32.5 51.9a520.7 520.7 0 0 0-41.1-7.1c-2-4.7-9.7-58.4-13-59.9L313 647c-3.5.8-18.8 53.4-21.4 57.4-14-.1-28 .3-41.7 1.3-2.9-4.2-21.3-55.2-24.8-56l-30 4c-3.3 1.4-7.7 56-9.4 60.4a521.6 521.6 0 0 0-40.7 9.7c-3.7-3.5-31.9-49.7-35.6-49.8l-28.6 10c-2.9 2 3.8 56.3 3 61a523.9 523.9 0 0 0-37.9 17.7c-4.3-2.7-41.2-42.3-44.8-41.6l-26 15.5c-2.5 2.6 15 54.5 15.2 59.3a529.8 529.8 0 0 0-33.5 25c-4.8-1.8-49-33.2-52.4-31.8l-22.4 20.4c-1.8 3 25.8 50.4 27 55-9.8 10-19 20.4-27.9 31.1-5-.7-54.7-22.6-57.7-20.5l-17.8 24.5c-1.2 3.3 35.3 44.2 37.4 48.5a523.9 523.9 0 0 0-21 36c-5.1.3-58-11-60.7-8.4l-12.5 27.5c-.4 3.6 43.5 36.1 46.4 40-5 13-9.4 26.2-13.3 39.6-5 1.3-59.1.8-61 3.9l-6.8 29.5c.3 3.5 49.9 26.7 53.5 29.8a522 522 0 0 0-5 41.5c-4.5 2.2-57.8 12.6-59.1 16l-.6 30.3c1 3.4 54.3 16.1 58.4 18.5.6 14 1.7 27.9 3.4 41.6-4 3-54 24-54.7 27.6l5.5 29.8c1.6 3.2 56.3 4.8 60.9 6.3a524 524 0 0 0 11.6 40.2c-3.3 3.8-48 34.3-47.8 38l11.3 28c2.3 2.8 56.1-6.5 60.9-6a528 528 0 0 0 19.6 36.9c-2.5 4.4-40.2 43.4-39.3 47l16.8 25.1c2.7 2.3 53.7-17.8 58.5-18.2 8.4 11 17.3 21.8 26.5 32.2-1.5 4.8-30.6 50.6-29 54l21.5 21.2c3 1.7 49-28.2 53.6-29.6a527.7 527.7 0 0 0 32.5 26.2c-.5 5-19.8 55.7-17.7 58.7l25.4 16.5c3.4 1 42.3-37.5 46.5-39.8a502.2 502.2 0 0 0 37.2 19.2c.5 5-8.2 58.5-5.5 61l28.2 11c3.6.3 33.9-45.2 37.6-48.2 13.2 4.2 26.6 8 40.2 11.2 1.5 4.9 3.8 59 7 60.8l29.8 5.2c3.5-.4 24.1-51.2 27-55a576 576 0 0 0 41.7 3c2.5 4.4 15.6 57 19 58.2l30.3-1c3.4-1 13.4-55 15.5-59.2 14-1.3 27.8-3.1 41.4-5.5 3.3 3.9 26.7 52.8 30.4 53.2l29.4-7c3.1-1.8 2-56.4 3.2-61 13.4-4.1 26.6-8.7 39.5-13.8 4 3.1 36.8 46.2 40.4 45.9l27.5-12.8c2.6-2.4-9.4-55.7-9.2-60.5a527.5 527.5 0 0 0 35.9-21.4c4.6 2.2 45.4 38 48.9 36.9l24.3-18c2.1-3-20.5-52.8-21.2-57.6 10.7-9 21-18.4 30.8-28.1 5 1.2 52.2 28 55.4 26.3l20.2-22.6c1.5-3.2-30.7-47.5-32.3-52a533 533 0 0 0 24.5-33.8c5 .2 56.7 17 59.5 14.6l15.2-26.2c.8-3.4-39.5-40.3-42-44.4 6.2-12.4 12-25.1 17.2-38 5-.8 58.8 5.1 61.1 2.3l9.7-28.7c0-3.6-46.9-31.6-50.2-35 3.6-13.4 6.7-27 9.2-40.8 4.8-1.8 58.7-6.8 60.4-10l3.7-30.1c-.6-3.5-52.4-21.5-56.3-24.3.8-13.7 1.1-27.8.8-41.7 4.3-2.7 56.3-18.5 57.3-22Z"
style="fill: #083333"
/>
<path
d="m866 1202.1-2.5-30.2c-1.3-3.3-55.6-10.5-60-12.4-2-13.9-4.5-27.6-7.5-41.1 3.7-3.5 51.3-29.4 51.5-33l-8.5-29c-2-3-56.5.8-61.1-.2-4.8-13.2-10-26-15.8-38.7 3-4.2 44.3-39 43.8-42.7l-14-26.8c-2.5-2.5-55.2 12.3-60 12.2-7.3-11.9-15-23.5-23.2-34.7 2-4.7 35.6-47.3 34.4-50.7l-19.3-23.4c-3-2-51.7 23.2-56.4 24a529 529 0 0 0-29.6-29.2c1-5 25.4-53.5 23.5-56.7l-23.6-19c-3.3-1.3-46 33-50.3 34.9a538 538 0 0 0-35-22.8c0-5.1 14-57.4 11.6-60.1l-27-14c-3.4-.6-38.2 41.6-42.2 44.3a523.3 523.3 0 0 0-38.9-15.3c-1-5 2.3-59-.7-61.1l-29.2-8.2c-3.5 0-29.1 48.4-32.5 51.9a520.7 520.7 0 0 0-41.1-7.1c-2-4.7-9.7-58.4-13-59.9L309 651c-3.5.8-18.8 53.4-21.4 57.4-14-.1-28 .3-41.7 1.3-2.9-4.2-21.3-55.2-24.8-56l-30 4c-3.3 1.4-7.7 56-9.4 60.4a521.6 521.6 0 0 0-40.7 9.7c-3.7-3.5-31.9-49.7-35.6-49.8l-28.6 10c-2.9 2 3.8 56.3 3 61a523.9 523.9 0 0 0-37.9 17.7C37.6 764 .7 724.4-2.9 725.1l-26 15.5c-2.5 2.6 15 54.5 15.2 59.3a529.8 529.8 0 0 0-33.5 25c-4.8-1.8-49-33.2-52.4-31.8l-22.4 20.4c-1.8 3 25.8 50.4 27 55-9.8 10-19 20.4-27.9 31.1-5-.7-54.7-22.6-57.7-20.5l-17.8 24.5c-1.2 3.3 35.3 44.2 37.4 48.5a523.9 523.9 0 0 0-21 36c-5.1.3-58-11-60.7-8.4l-12.5 27.5c-.4 3.6 43.5 36.1 46.4 40-5 13-9.4 26.2-13.3 39.6-5 1.3-59.1.8-61 3.9l-6.8 29.5c.3 3.5 49.9 26.7 53.5 29.8a522 522 0 0 0-5 41.5c-4.5 2.2-57.8 12.6-59.1 16l-.6 30.3c1 3.4 54.3 16.1 58.4 18.5.6 14 1.7 27.9 3.4 41.6-4 3-54 24-54.7 27.6l5.5 29.8c1.6 3.2 56.3 4.8 60.9 6.3a524 524 0 0 0 11.6 40.2c-3.3 3.8-48 34.3-47.8 38l11.3 28c2.3 2.8 56.1-6.5 60.9-6a528 528 0 0 0 19.6 36.9c-2.5 4.4-40.2 43.4-39.3 47l16.8 25.1c2.7 2.3 53.7-17.8 58.5-18.2 8.4 11 17.3 21.8 26.5 32.2-1.5 4.8-30.6 50.6-29 54l21.5 21.2c3 1.7 49-28.2 53.6-29.6a527.7 527.7 0 0 0 32.5 26.2c-.5 5-19.8 55.7-17.7 58.7l25.4 16.5c3.4 1 42.3-37.5 46.5-39.8a502.2 502.2 0 0 0 37.2 19.2c.5 5-8.2 58.5-5.5 61l28.2 11c3.6.3 33.9-45.2 37.6-48.2 13.2 4.2 26.6 8 40.2 11.2 1.5 4.9 3.8 59 7 60.8l29.8 5.2c3.5-.4 24.1-51.2 27-55a576 576 0 0 0 41.7 3c2.5 4.4 15.6 57 19 58.2l30.3-1c3.4-1 13.4-55 15.5-59.2 14-1.3 27.8-3.1 41.4-5.5 3.3 3.9 26.7 52.8 30.4 53.2l29.4-7c3.1-1.8 2-56.4 3.2-61 13.4-4.1 26.6-8.7 39.5-13.8 4 3.1 36.8 46.2 40.4 45.9l27.5-12.8c2.6-2.4-9.4-55.7-9.2-60.5a527.5 527.5 0 0 0 35.9-21.4c4.6 2.2 45.4 38 48.9 36.9l24.3-18c2.1-3-20.5-52.8-21.2-57.6 10.7-9 21-18.4 30.8-28.1 5 1.2 52.2 28 55.4 26.3l20.2-22.6c1.5-3.2-30.7-47.5-32.3-52a533 533 0 0 0 24.5-33.8c5 .2 56.7 17 59.5 14.6l15.2-26.2c.8-3.4-39.5-40.3-42-44.4 6.2-12.4 12-25.1 17.2-38 5-.8 58.8 5.1 61.1 2.3l9.7-28.7c0-3.6-46.9-31.6-50.2-35 3.6-13.4 6.7-27 9.2-40.8 4.8-1.8 58.7-6.8 60.4-10l3.7-30.1c-.6-3.5-52.4-21.5-56.3-24.3.8-13.7 1.1-27.8.8-41.7 4.3-2.7 56.3-18.5 57.3-22Z"
style="fill: #0f1d23"
/>
</g>
</g>
</svg>
const animateLayer1Gears = () => {
// This allows for the gear to have a ticking sort of clock movement
const tickRotation = (el: HTMLElement) => {
gsap.to(el, {
transformOrigin: '50% 50%',
rotation: '+=9',
duration: 1,
ease: 'back.inOut(1.7)',
delay: 0.5,
onComplete: tickRotation,
onCompleteParams: [el],
})
}
const gearEl = document.getElementById('Gear_1_31')
tickRotation(gearEl)
}
const animateLayer3Gears = () => {
const BASE_DURATION = 120
gsap.to('#Gear_3_27', {
transformOrigin: '50% 50%',
rotation: '-360deg',
duration: BASE_DURATION * 0.79412,
repeat: -1,
ease: 'linear',
})
gsap.to('#Gear_4_34', {
transformOrigin: '50% 50%',
rotation: '360deg',
duration: BASE_DURATION,
repeat: -1,
ease: 'linear',
})
gsap.to('#Gear_5_13', {
transformOrigin: '50% 50%',
rotation: '-360deg',
duration: BASE_DURATION * 0.38235,
repeat: -1,
ease: 'linear',
})
}
const animateLayer4Gears = () => {
const BASE_DURATION = 60
// Gear_6_27 Gear_7_8 Gear_8_24
gsap.to('#Gear_6_27', {
transformOrigin: '50% 50%',
rotation: '360deg',
duration: BASE_DURATION,
repeat: -1,
ease: 'linear',
})
gsap.to('#Gear_7_8', {
transformOrigin: '50% 50%',
rotation: '-360deg',
duration: BASE_DURATION * 0.2963,
repeat: -1,
ease: 'linear',
})
gsap.to('#Gear_8_24', {
transformOrigin: '50% 50%',
rotation: '360deg',
duration: BASE_DURATION * 0.2963 * 3,
repeat: -1,
ease: 'linear',
})
}
const animateLayer5Gears = () => {
const tickRotation = (el: HTMLElement) => {
gsap.to(el, {
transformOrigin: '50% 50%',
rotation: '+=15',
duration: 1.4,
ease: 'back.inOut(1.7)',
delay: 0.5,
onComplete: tickRotation,
onCompleteParams: [el],
})
}
const gear9El = document.getElementById('Gear_9_19')
tickRotation(gear9El)
// Gear_9_19 Gear_10_31
gsap.to('#Gear_10_31', {
transformOrigin: '50% 50%',
rotation: '-360deg',
duration: 60,
repeat: -1,
ease: 'linear',
})
}
const animateLayer6Gears = () => {
// Gear_11_24 Gear_12_3 Gear_13_8
gsap.to('#Gear_11_24', {
transformOrigin: '50% 50%',
rotation: '-360deg',
duration: 40,
repeat: -1,
ease: 'linear',
})
gsap.to('#Gear_12_3', {
transformOrigin: '50% 50%',
rotation: '360deg',
duration: 60,
repeat: -1,
ease: 'linear',
})
gsap.to('#Gear_13_8', {
transformOrigin: '50% 50%',
rotation: '-360deg',
duration: 120,
repeat: -1,
ease: 'linear',
})
}
const animateLayer7Gears = () => {
// Gear_14_Wheel (24) Gear_15_23 Gear_16_18 Gear_17_Wheel (24)
const BASE_DURATION = 40
// whole arm swing,
gsap.to('#Gear_14_24', {
transformOrigin: '15% 15%',
rotation: '15deg',
duration: 2,
repeat: -1,
yoyo: true,
ease: 'power1.inOut',
})
gsap.to('#Gear_14_Wheel', {
transformOrigin: '50% 50%',
rotation: '360deg',
duration: 30,
repeat: -1,
ease: 'linear',
})
gsap.to('#Gear_15_23', {
transformOrigin: '50% 50%',
rotation: '360deg',
duration: BASE_DURATION * 1.27778,
repeat: -1,
ease: 'linear',
})
gsap.to('#Gear_16_18', {
transformOrigin: '50% 50%',
rotation: '-360deg',
duration: BASE_DURATION,
repeat: -1,
ease: 'linear',
})
gsap.to('#Gear_17_Wheel', {
transformOrigin: '50% 50%',
rotation: '360deg',
duration: BASE_DURATION * 1.33333,
repeat: -1,
ease: 'linear',
})
}
const animateGears = () => {
// animate gear 1
animateLayer1Gears()
// animate gears in layer 3
animateLayer3Gears()
// animate gears in layer 4
animateLayer4Gears()
// animate gears in layer 5
animateLayer5Gears()
// animate gears in layer 6
animateLayer6Gears()
// animate gears in layer 7
animateLayer7Gears()
}
animateGears()
Also see: Tab Triggers