@moneko/core 3.0.0-beta.95 → 3.0.0-beta.97
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/docs.d.ts +4 -1
- package/lib/docs.js +1 -1
- package/lib/routes.d.ts +20 -4
- package/lib/routes.js +1 -1
- package/lib/virtual-module-plugin.d.ts +0 -2
- package/lib/virtual-module-plugin.js +1 -1
- package/lib/virtual-modules.js +1 -1
- package/lib/webpack.common.d.ts +0 -2
- package/lib/webpack.common.js +1 -1
- package/package.json +1 -1
- package/template/index.html +1 -34
package/lib/docs.d.ts
CHANGED
package/lib/docs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{statSync as e}from"fs";import{dirname as t,join as o}from"path";import{watch as r}from"chokidar";import n from"./generate-api.js";import
|
|
1
|
+
import{statSync as e}from"fs";import{dirname as t,join as o}from"path";import{watch as r}from"chokidar";import n from"./generate-api.js";import s from"./object-listener.js";import{APPTYPE as p,FRAMEWORK as i}from"./process-env.js";import{resolveProgramPath as c}from"./utils.js";import{alias as m}from"./webpack.common.js";let l="@app/comment";export const docs=s({});let a={[l]:{}},d={react:"createElement","solid-js":"createComponent"}[i],f=`() => ${d}(SuspenseComp, { comp: $1 })`,u=`import { ${d} } from "${i}";import { SuspenseComp } from "@moneko/${i}";`;function $(e,r){let s=e.replace(RegExp(`^${m["@pkg"]}`),""),p=t(s).replace(/^\//,""),i=[l,p].join("/"),c=s.split("/").pop()?.replace(/\.tsx?/,".md");if(!c)return;a[l][p]||(a[l][p]={});let $=o(i,c);if("deleted"===r)a[l][p][c]&&delete a[l][p][c];else{let t=n(e);a[$]=t,t?a[l][p][c]=`rr(() => import(/* webpackChunkName: '${$}' */'${$}?raw').then((res) => ({default: ${d}(Dynamic, {text: res.default, component: 'n-md'})})))rr`:a[l][p][c]&&delete a[l][p][c]}let j={};for(let e in a[l])Object.prototype.hasOwnProperty.call(a[l],e)&&(j[e]=Object.values(a[l][e]));let g={...a};delete g[l],Object.assign(docs.data,{...g,"@app/docs":`${u}export default ${JSON.stringify(j).replace(/"rr\((.+?)\)rr"/g,f)}`})}["react","solid-js"].includes(i)||(f="$1",u=""),"solid-js"===i&&(u=`import { Dynamic } from "${i}/web";${u}`),"library"===p&&function(){let t=[],o=r(c("components"),{ignored:[/(^|[\\/\\])\../,/(^|[\\/\\])__tests__([\\/\\]|$)/],persistent:!0,ignoreInitial:!1});function n(t){return/\.tsx?$/.test(t)&&e(t).isFile()}o.on("add",e=>{n(e)&&($(e,"added"),t.push(e))}),o.on("change",e=>{n(e)&&$(e,"change")}),o.on("unlink",e=>{n(e)&&($(e,"deleted"),t.splice(t.indexOf(e),1))}),o.on("ready",()=>{t.forEach(e=>{$(e,"change")})}),process.on("SIGINT",function(){o.close()})}();
|
package/lib/routes.d.ts
CHANGED
|
@@ -7,9 +7,25 @@ type BaseRoute = {
|
|
|
7
7
|
codes?: Record<string, string>;
|
|
8
8
|
order?: number;
|
|
9
9
|
};
|
|
10
|
-
export declare const
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
export declare const route: {
|
|
11
|
+
data: {
|
|
12
|
+
name: string;
|
|
13
|
+
data: string;
|
|
14
|
+
};
|
|
15
|
+
listener: (callback: (next: {
|
|
16
|
+
name: string;
|
|
17
|
+
data: string;
|
|
18
|
+
}) => void) => () => void;
|
|
19
|
+
};
|
|
20
|
+
export declare const example: {
|
|
21
|
+
data: {
|
|
22
|
+
name: string;
|
|
23
|
+
data: Record<string, string>;
|
|
24
|
+
};
|
|
25
|
+
listener: (callback: (next: {
|
|
26
|
+
name: string;
|
|
27
|
+
data: Record<string, string>;
|
|
28
|
+
}) => void) => () => void;
|
|
29
|
+
};
|
|
14
30
|
export declare let routes: BaseRoute[];
|
|
15
31
|
export {};
|
package/lib/routes.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
let e,t;import{readFileSync as
|
|
1
|
+
let e,t;import{readFileSync as r,readdirSync as o,statSync as n}from"fs";import{join as s,relative as a}from"path";import{watch as i}from"chokidar";import{load as l}from"js-yaml";import c from"./object-listener.js";import{APPTYPE as p,DEV as m,FRAMEWORK as u,PROGRAMPATH as d}from"./process-env.js";let f=/^---\n([\s\S]+?)\n---\n/;function g(e,t){let{regex:i,alia:c,base:p=e,outputSource:m}=t,u=o(e);return u.reduce((o,u)=>{let d=s(e,u),x=n(d);if(x.isDirectory()){let e=g(d,{...t,base:p});if(e.length>0){let t={},r={path:u,key:a(p,d)};if(m)Object.assign(t,{children:e});else{let o=e.splice(0,1)[0];e.length?Object.assign(t,{children:[{...o,path:"/",key:r.key},...e]}):Object.assign(t,o)}o.push(Object.assign(t,r))}}else if(i.test(d)){let e=r(d,{encoding:"utf-8"}),t=function(e){let t=e.match(f);return t&&t[1]?t[1].trim():null}(e),n=t?l(t):{},i=a(p,d);o.push(Object.assign({path:u,key:i,meta:{...n}},c&&{component:`rr(() => import(/* webpackChunkName: '${i}' */'${s(c,i)}'))rr`},m&&{codes:function(e){let t;let r={},o=/```(.+?)\n([\s\S]*?)\n```/g;for(;null!==(t=o.exec(e));){let[,e="jsx",o]=t,n=e.split(" ").pop()||"jsx";r[n]=o.trim()}return Object.keys(r).length?r:{jsx:e}}(e.replace(f,"").replace(/^\n+|\n+$/g,""))}))}return o},[])}let x=s(d,"./components");export const route=c({name:"@app/routes",data:"export default []"});export const example=c({name:"@app/example",data:{}});export let routes=[];function j(){clearTimeout(e),e=setTimeout(()=>{clearTimeout(e);let t={react:"createElement","solid-js":"createComponent"}[u],r=`() => ${t}(SuspenseComp, { comp: $1 })`,o=`import { ${t} } from "${u}";import { SuspenseComp } from "@moneko/${u}";`;["react","solid-js"].includes(u)||(r="$1",o=""),routes=g(x,{regex:/README\.mdx?$/,alia:"@pkg"});let n=JSON.stringify(routes).replace(/"rr\((.+?)\)rr"/g,r);Object.assign(route.data,{data:`${o}export default ${n}`})},32)}function h(){clearTimeout(t),t=setTimeout(()=>{clearTimeout(t);let e={};g(x,{regex:/\/examples\/(.+)\.md$/,outputSource:!0}).forEach(t=>{let r=[example.data.name,t.key].filter(Boolean).join("/"),o=t.children?.[0].children?.filter(e=>e.codes)?.map(e=>({title:e.path.replace(/.md$/,""),order:0,...e.meta,codes:e.codes})).sort((e,t)=>e.order-t.order);Object.assign(e,{[r]:`export default ${JSON.stringify(o)};`})}),Object.assign(example.data,{data:e})},32)}function $(e,t,r){let o=i(e,{ignored:(e,r)=>{if(r)return!r?.isDirectory()&&t.test(e)},persistent:!0});o.on("add",()=>{r()}).on("change",()=>{r()}).on("unlink",()=>{r()}),process.on("SIGINT",function(){o.close()})}"library"===p&&(m?($(x,/(?<!README\.mdx?)$/,j),$(x,/(?<!\/examples\/(.+)\.md)$/,h)):(j(),h()));
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import VirtualModulesPlugin from 'webpack-virtual-modules';
|
|
2
1
|
import type { Compiler } from 'webpack';
|
|
3
2
|
interface VirtualModulePluginOption {
|
|
4
3
|
[key: string]: string | object;
|
|
5
4
|
}
|
|
6
|
-
export declare let vm: VirtualModulesPlugin;
|
|
7
5
|
declare class VirtualModulePlugin {
|
|
8
6
|
private options;
|
|
9
7
|
constructor(options: VirtualModulePluginOption);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import t from"webpack-virtual-modules";import{
|
|
1
|
+
import t from"webpack-virtual-modules";import{docs as o}from"./docs.js";import{example as e,route as r}from"./routes.js";import{resolveNodeModulesPath as a}from"./utils.js";export default class{constructor(t){this.options=t}apply(i){let l=new t({[a(r.data.name)]:r.data.data,[a(e.data.name)]:"export default []"});r.listener(t=>{t.data&&l.writeModule(a(t.name),t.data)}),e.listener(t=>{let o=t.data;for(let t in o)Object.prototype.hasOwnProperty.call(o,t)&&o[t]&&l.writeModule(a(t),o[t])}),o.listener(t=>{for(let o in t)Object.prototype.hasOwnProperty.call(t,o)&&t[o]&&l.writeModule(a(o),t[o])}),l.apply(i),i.hooks.compilation.tap("VirtualModulePlugin",()=>{for(let t in this.options)if(Object.prototype.hasOwnProperty.call(this.options,t)){let o=this.options[t];"string"==typeof o?l.writeModule(a(t),o):l.writeModule(a(t),`export default ${JSON.stringify(o)}`)}})}};
|
package/lib/virtual-modules.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{accessSync as o,constants as p}from"fs";import{join as a}from"path";import t from"./app.js";import{CONFIG as r}from"./common.js";import{coverage as e}from"./coverage.js";import{APPTYPE as
|
|
1
|
+
import{accessSync as o,constants as p}from"fs";import{join as a}from"path";import t from"./app.js";import{CONFIG as r}from"./common.js";import{coverage as e}from"./coverage.js";import{APPTYPE as l,PROGRAMPATH as m}from"./process-env.js";let c={...r.virtualModule,"@app":t,"@app/fallback":"export default null"};if(r.fallbackCompPath&&Object.assign(c,{"@app/fallback":`import Fallback from "${r.fallbackCompPath}";export default Fallback;`}),"library"===l){let t={};try{let r=a(m,"./site/mdx-scope.ts");o(r,p.R_OK),t='import scope from "@/mdx-scope";export default scope;'}catch(o){t={}}Object.assign(c,{"@app/coverage":e,"@app/mdx-scope":t})}export default c;
|
package/lib/webpack.common.d.ts
CHANGED
package/lib/webpack.common.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import e from"fs";import t from"add-asset-html-webpack-plugin";import s from"html-webpack-plugin";import
|
|
1
|
+
import e from"fs";import t from"add-asset-html-webpack-plugin";import s from"html-webpack-plugin";import n from"webpack";import o from"webpackbar";import"./cleanup.js";import{CONFIG as l,ENTRYPATH as i,PUBLICPATH as a}from"./common.js";import r from"./define.js";import p from"./done.js";import m from"./html-add-entry-attr.js";import c from"./html-plugin-option.js";import{moduleFederation as u}from"./module-federation.js";import d from"./module.config.js";import{APPTYPE as f,DEV as j,FRAMEWORK as g,PACKAGENAME as h,PROGRAMPATH as b,hasEslintConfig as y,hasStylelintConfig as w}from"./process-env.js";import{seo as x}from"./seo.js";import{resolveNodeModulesPath as k,resolveProgramPath as v}from"./utils.js";import O from"./virtual-module-plugin.js";import C from"./virtual-modules.js";let{AutomaticPrefetchPlugin:$,DefinePlugin:B,SourceMapDevToolPlugin:A,WatchIgnorePlugin:S}=n,T=[".eslintrc.js",".eslintrc.json",".eslintrc.yaml",".eslintrc.json"],K=[".stylelintrc",".stylelintrc.json",".stylelintrc.yaml",".stylelintrc.yml",".stylelintrc.js","stylelint.config.js","stylelint.config.cjs"],L=e.readdirSync(b),M=!1,P=!1;for(let e=0,t=L.length;e<t;e++)K.includes(L[e])&&(P=!0),T.includes(L[e])&&(M=!0);M||(M=y),P||(P=w);let F=P?(await import("stylelint-webpack-plugin")).default:null,N=M?(await import("eslint-webpack-plugin")).default:null;export const alias={"@":v("src")};Object.assign(alias,l.alias),"library"===f&&Object.assign(alias,{"@":v("site"),"@pkg":v("components"),[h]:v("components")});let R=l.assetHtml.map(e=>({publicPath:"",...e}));export const outputConfig={path:v("library"===f?"docs":"dist"),filename:"js/[name].bundle.js",chunkFilename:"js/[name].chunk.js",assetModuleFilename:"assets/[name][hash][ext][query]",library:{name:h,type:"window"},globalObject:"window",chunkLoadingGlobal:`webpackJsonp_${h}`,pathinfo:j,clean:!0,publicPath:a};let W=k(`@moneko/${g}/lib/packages/${i[f]}/index.js`);"single-component"===f&&(Object.assign(alias,{[h]:v("umd")}),W=v(j?"example/index.ts":"src/index.ts"),outputConfig.path=v(j?"dist":"umd"),outputConfig.filename="index.js",outputConfig.globalObject="this",outputConfig.library={export:"default",name:h,type:"umd",umdNamedDefine:!0});let _={main:W};l.entry&&("string"==typeof l.entry?_=l.entry:Object.keys(l.entry)&&Object.assign(_,l.entry)),l.output&&("string"==typeof l.output?outputConfig.path=l.output:Object.keys(l.output)&&Object.assign(outputConfig,l.output));let q=l.routeBaseName.split("/").filter(Boolean).length,D=`${Array(q).fill("..").join("/")+(q?"/":"")}404.html`,{pathSegmentsToKeep:G=q,path:H=D}=l.fixBrowserRouter||{},J={entry:_,stats:"errors-only",infrastructureLogging:{level:"none"},target:"web",plugins:[new $,...u,N&&new N({fix:!0,threads:!0,extensions:["js","md","mdx","cjs","ejs","mjs","jsx","ts","tsx","json","html","coffee","vue"]}),F&&new F({fix:!0,threads:!0,extensions:["css","scss","sass","less","ts","tsx","js","jsx"],exclude:["node_modules/","es/","lib/","docs/","coverage/","dist/"]}),l.htmlPluginOption&&new s(c),l.fixBrowserRouter&&new s({filename:H,inject:!1,templateContent:()=>`<html html><head><title>${c.title}</title><script>var pathSegmentsToKeep = ${G||q};var l = window.location;l.replace(l.protocol + '//' + l.hostname + (l.port ? ':' + l.port : '') + l.pathname.split('/').slice(0, 1 + pathSegmentsToKeep).join('/') + '/?/' + l.pathname.slice(1).split('/').slice(pathSegmentsToKeep).join('/').replace(/&/g, '~and~') + (l.search ? '&' + l.search.slice(1).replace(/&/g, '~and~') : '') + l.hash);</script></head><body></body></html>`}),new t(R),"single-spa"===f&&new m(e=>!!(e.match(/main\.(.*)\.bundle.js$/)||e.match("main.bundle.js"))),new B(r),new S({paths:[/\.d\.ts$/]}),l.sourceMap&&new A(l.sourceMap),l.bar&&new o(l.bar),new p({done:()=>{!j&&l.seo&&x(),l.done?.(),j||setTimeout(()=>{process.exit(0)},2e3)}}),new O(C),...l.plugins].filter(Boolean),experiments:{topLevelAwait:!0,syncWebAssembly:!0,asyncWebAssembly:!0},resolve:{extensions:[".tsx",".ts",".js",".jsx"],alias:alias,fallback:{path:!1,fs:!1,crypto:!1,assert:!1}},module:d,externals:l.externals,output:outputConfig};export default J;
|
package/package.json
CHANGED
package/template/index.html
CHANGED
|
@@ -22,40 +22,7 @@
|
|
|
22
22
|
<body>
|
|
23
23
|
<div id="root">
|
|
24
24
|
<div style="width: 100%; height: 100vh; display: flex;justify-content: center;align-items: center;">
|
|
25
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
26
|
-
<svg xmlns="http://www.w3.org/2000/svg" style="margin: auto; background: none; display: block; shape-rendering: auto;" width="289" height="180" preserveAspectRatio="xMidYMid">
|
|
27
|
-
<style type="text/css">
|
|
28
|
-
text {
|
|
29
|
-
text-anchor: middle; font-size: 80px; opacity: 0;
|
|
30
|
-
}
|
|
31
|
-
</style>
|
|
32
|
-
<g style="transform-origin:144.5px 90px;transform:scale(1)">
|
|
33
|
-
<g transform="translate(144.5,90)">
|
|
34
|
-
<g transform="translate(0,0)"><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: -106.379979px -18.690895px; animation: 1s linear -0.644286s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M16.08-41.68L16.08-41.68L16.08-41.68Q16.56-43.44 16.72-45.96L16.72-45.96L16.72-45.96Q16.88-48.48 16.72-51L16.72-51L16.72-51Q16.56-53.52 15.96-55.76L15.96-55.76L15.96-55.76Q15.36-58 14.16-59.20L14.16-59.20L14.16-59.20Q13.68-59.68 13.40-59.52L13.40-59.52L13.40-59.52Q13.12-59.36 13.52-58.72L13.52-58.72L13.52-58.72Q14.32-57.28 14.28-54.28L14.28-54.28L14.28-54.28Q14.24-51.28 13.76-47.76L13.76-47.76L13.76-47.76Q13.28-44.24 12.48-40.72L12.48-40.72L12.48-40.72Q11.68-37.20 10.88-34.56L10.88-34.56L10.88-34.56Q10.48-33.44 10.08-31.76L10.08-31.76L10.08-31.76Q9.68-30.08 9.24-28.36L9.24-28.36L9.24-28.36Q8.80-26.64 8.48-25L8.48-25L8.48-25Q8.16-23.36 8-22.24L8-22.24L8-22.24Q8-22 7.92-21.32L7.92-21.32L7.92-21.32Q7.84-20.64 8.08-20.48L8.08-20.48L8.08-20.48Q8.24-20.48 8.56-21.16L8.56-21.16L8.56-21.16Q8.88-21.84 8.96-22L8.96-22L8.96-22Q10.88-26.48 12.88-31.56L12.88-31.56L12.88-31.56Q14.88-36.64 16.08-41.68" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(210, 210, 203);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: -104.214976px -7.74362px; animation: 1s linear -0.628571s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M14.24-22.16L14.24-22.16L14.24-22.16Q14.64-23.60 15.36-25.92L15.36-25.92L15.36-25.92Q16.08-28.24 16.80-31L16.80-31L16.80-31Q17.52-33.76 18.20-36.76L18.20-36.76L18.20-36.76Q18.88-39.76 19.24-42.60L19.24-42.60L19.24-42.60Q19.60-45.44 19.48-47.84L19.48-47.84L19.48-47.84Q19.36-50.24 18.64-51.76L18.64-51.76L18.64-51.76Q18.56-52 18.32-52.24L18.32-52.24L18.32-52.24Q18.08-52.48 18.08-51.84L18.08-51.84L18.08-51.84Q18.24-46.72 17.04-41.60L17.04-41.60L17.04-41.60Q15.84-36.48 14.48-32.32L14.48-32.32L14.48-32.32Q13.44-29.04 12.36-25.76L12.36-25.76L12.36-25.76Q11.28-22.48 10.52-19.24L10.52-19.24L10.52-19.24Q9.76-16 9.56-12.88L9.56-12.88L9.56-12.88Q9.36-9.76 10.16-6.88L10.16-6.88L10.16-6.88Q10.48-5.84 10.72-5.84L10.72-5.84L10.72-5.84Q10.96-5.92 10.96-6.88L10.96-6.88L10.96-6.88Q10.96-8.32 11.24-10.12L11.24-10.12L11.24-10.12Q11.52-11.92 12-13.92L12-13.92L12-13.92Q12.48-15.92 13.04-18.04L13.04-18.04L13.04-18.04Q13.60-20.16 14.24-22.16" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(77, 105, 93);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: -111.122235px -9.275339px; animation: 1s linear -0.612857s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M12.72-0.24L12.72-0.24L12.72-0.24Q9.92-0.56 7.72-3.04L7.72-3.04L7.72-3.04Q5.52-5.52 4.80-9.12L4.80-9.12L4.80-9.12Q4.08-12.56 4.44-16.12L4.44-16.12L4.44-16.12Q4.80-19.68 5.68-22.80L5.68-22.80L5.68-22.80Q6.96-27.60 8.72-32.68L8.72-32.68L8.72-32.68Q10.48-37.76 11.72-42.72L11.72-42.72L11.72-42.72Q12.96-47.68 13.12-52.28L13.12-52.28L13.12-52.28Q13.28-56.88 11.52-60.72L11.52-60.72L11.52-60.72Q11.36-60.80 11.28-61.08L11.28-61.08L11.28-61.08Q11.20-61.36 11.04-61.28L11.04-61.28L11.04-61.28Q10.80-61.28 10.96-60.72L10.96-60.72L10.96-60.72Q11.60-57.04 11.04-52.76L11.04-52.76L11.04-52.76Q10.48-48.48 9.24-43.88L9.24-43.88L9.24-43.88Q8-39.28 6.44-34.40L6.44-34.40L6.44-34.40Q4.88-29.52 3.52-24.64L3.52-24.64L3.52-24.64Q2.48-21.04 2.12-17L2.12-17L2.12-17Q1.76-12.96 2.64-8.88L2.64-8.88L2.64-8.88Q3.12-6.80 4.12-5.12L4.12-5.12L4.12-5.12Q5.12-3.44 6.48-2.28L6.48-2.28L6.48-2.28Q7.84-1.12 9.44-0.48L9.44-0.48L9.44-0.48Q11.04 0.16 12.72 0.08L12.72 0.08L12.96 0.08L12.96 0.08Q13.04 0.08 13.20 0L13.20 0L13.20 0Q13.20-0.24 12.72-0.24" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(131, 167, 157);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: -108.070783px 14.809107px; animation: 1s linear -0.597143s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M10.32-4.24L10.32-4.24L10.32-4.24Q8.88-5.92 8-8.56L8-8.56L8-8.56Q7.92-8.80 7.76-9.32L7.76-9.32L7.76-9.32Q7.60-9.84 7.44-10.36L7.44-10.36L7.44-10.36Q7.28-10.88 7.12-11.32L7.12-11.32L7.12-11.32Q6.96-11.76 6.88-11.76L6.88-11.76L6.88-11.76Q6.56-11.76 6.56-10.72L6.56-10.72L6.56-10.72Q6.56-9.68 6.80-8.32L6.80-8.32L6.80-8.32Q7.04-6.96 7.52-5.56L7.52-5.56L7.52-5.56Q8-4.16 8.64-3.36L8.64-3.36L8.64-3.36Q9.92-1.92 11.24-1.60L11.24-1.60L11.24-1.60Q12.56-1.28 13.92-1.28L13.92-1.28L13.92-1.28Q14.40-1.28 14.68-1.56L14.68-1.56L14.68-1.56Q14.96-1.84 14.24-2L14.24-2L14.24-2Q11.92-2.24 10.32-4.24" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(218, 232, 229);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: -86.985215px 2.089108px; animation: 1s linear -0.581429s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M43.52-22.16L43.52-22.16L43.52-22.16Q43.76-24.32 43.60-26.72L43.60-26.72L43.60-26.72Q43.44-29.12 42.60-31.16L42.60-31.16L42.60-31.16Q41.76-33.20 40.04-34.56L40.04-34.56L40.04-34.56Q38.32-35.92 35.52-35.92L35.52-35.92L35.52-35.92Q31.76-35.92 28.96-33.88L28.96-33.88L28.96-33.88Q26.16-31.84 24.16-28.84L24.16-28.84L24.16-28.84Q22.16-25.84 21.04-22.44L21.04-22.44L21.04-22.44Q19.92-19.04 19.60-16.24L19.60-16.24L19.60-16.24Q19.12-12.40 19.48-9.60L19.48-9.60L19.48-9.60Q19.84-6.80 20.80-5L20.80-5L20.80-5Q21.76-3.20 23.24-2.32L23.24-2.32L23.24-2.32Q24.72-1.44 26.48-1.44L26.48-1.44L26.48-1.44Q28.96-1.36 31.72-2.84L31.72-2.84L31.72-2.84Q34.48-4.32 36.88-7L36.88-7L36.88-7Q39.28-9.68 41.08-13.56L41.08-13.56L41.08-13.56Q42.88-17.44 43.52-22.16zM17.76-16.64L17.76-16.64L17.76-16.64Q18.08-19.84 19.36-23.68L19.36-23.68L19.36-23.68Q20.64-27.52 22.92-30.80L22.92-30.80L22.92-30.80Q25.20-34.08 28.40-36.28L28.40-36.28L28.40-36.28Q31.60-38.48 35.84-38.48L35.84-38.48L35.84-38.48Q39.04-38.48 41.12-36.96L41.12-36.96L41.12-36.96Q43.20-35.44 44.32-33.08L44.32-33.08L44.32-33.08Q45.44-30.72 45.76-27.96L45.76-27.96L45.76-27.96Q46.08-25.20 45.76-22.72L45.76-22.72L45.76-22.72Q45.04-16.96 42.96-12.72L42.96-12.72L42.96-12.72Q40.88-8.48 38.08-5.64L38.08-5.64L38.08-5.64Q35.28-2.80 32.16-1.40L32.16-1.40L32.16-1.40Q29.04 0 26.16 0L26.16 0L26.16 0Q24 0 22.28-0.96L22.28-0.96L22.28-0.96Q20.56-1.92 19.40-3.96L19.40-3.96L19.40-3.96Q18.24-6 17.80-9.16L17.80-9.16L17.80-9.16Q17.36-12.32 17.76-16.64zM26.72-5.36L26.72-5.36L26.72-5.36Q26.32-5.36 25.92-5.64L25.92-5.64L25.92-5.64Q25.52-5.92 25.28-6.32L25.28-6.32L25.28-6.32Q25.04-6.72 24.96-7.12L24.96-7.12L24.96-7.12Q24.88-7.52 25.28-7.68L25.28-7.68L25.28-7.68Q25.52-7.76 25.92-7.12L25.92-7.12L25.92-7.12Q26.32-6.48 26.80-6.48L26.80-6.48L26.80-6.48Q27.60-6.48 28.68-7.52L28.68-7.52L28.68-7.52Q29.76-8.56 30.76-9.96L30.76-9.96L30.76-9.96Q31.76-11.36 32.52-12.72L32.52-12.72L32.52-12.72Q33.28-14.08 33.60-14.72L33.60-14.72L33.60-14.72Q33.92-15.36 34.24-16.36L34.24-16.36L34.24-16.36Q34.56-17.36 34.84-18.40L34.84-18.40L34.84-18.40Q35.12-19.44 35.32-20.44L35.32-20.44L35.32-20.44Q35.52-21.44 35.60-22.16L35.60-22.16L35.60-22.16Q36-25.76 35.44-27.72L35.44-27.72L35.44-27.72Q34.88-29.68 33.60-29.68L33.60-29.68L33.60-29.68Q32.64-29.68 31.60-29.08L31.60-29.08L31.60-29.08Q30.56-28.48 29.64-27.52L29.64-27.52L29.64-27.52Q28.72-26.56 28-25.40L28-25.40L28-25.40Q27.28-24.24 26.96-23.04L26.96-23.04L26.96-23.04Q26.56-21.68 26.40-21.68L26.40-21.68L26.40-21.68Q26.16-21.68 26.16-23.04L26.16-23.04L26.16-23.04Q26.40-24.56 27.20-26.04L27.20-26.04L27.20-26.04Q28-27.52 29.20-28.68L29.20-28.68L29.20-28.68Q30.40-29.84 31.84-30.60L31.84-30.60L31.84-30.60Q33.28-31.36 34.80-31.36L34.80-31.36L34.80-31.36Q36.32-31.36 37.08-30.28L37.08-30.28L37.08-30.28Q37.84-29.20 38.16-27.64L38.16-27.64L38.16-27.64Q38.48-26.08 38.44-24.44L38.44-24.44L38.44-24.44Q38.40-22.80 38.24-21.84L38.24-21.84L38.24-21.84Q37.92-19.68 37.24-17.64L37.24-17.64L37.24-17.64Q36.56-15.60 35.60-13.52L35.60-13.52L35.60-13.52Q35.12-12.56 34.16-11.16L34.16-11.16L34.16-11.16Q33.20-9.76 31.96-8.48L31.96-8.48L31.96-8.48Q30.72-7.20 29.32-6.28L29.32-6.28L29.32-6.28Q27.92-5.36 26.72-5.36zM29.28-3.84L29.28-3.84L29.28-3.84Q29.36-3.36 28.52-3.04L28.52-3.04L28.52-3.04Q27.68-2.72 26.80-2.72L26.80-2.72L26.80-2.72Q24.32-2.80 23-4.32L23-4.32L23-4.32Q21.68-5.84 21.16-7.92L21.16-7.92L21.16-7.92Q20.64-10 20.68-12.24L20.68-12.24L20.68-12.24Q20.72-14.48 20.88-16L20.88-16L20.88-16Q21.20-18.64 22.16-21.92L22.16-21.92L22.16-21.92Q23.12-25.20 24.88-28.08L24.88-28.08L24.88-28.08Q26.64-30.96 29.20-32.92L29.20-32.92L29.20-32.92Q31.76-34.88 35.28-34.88L35.28-34.88L35.28-34.88Q37.60-34.88 39-33.68L39-33.68L39-33.68Q40.40-32.48 41.08-30.72L41.08-30.72L41.08-30.72Q41.76-28.96 41.88-26.92L41.88-26.92L41.88-26.92Q42-24.88 41.76-23.20L41.76-23.20L41.76-23.20Q41.60-21.36 41.20-19.84L41.20-19.84L41.20-19.84Q40.80-18.32 40.08-16.48L40.08-16.48L40.08-16.48Q39.84-15.92 39.44-15.20L39.44-15.20L39.44-15.20Q39.04-14.48 38.56-14.56L38.56-14.56L38.56-14.56Q38.32-14.64 38.44-15.20L38.44-15.20L38.44-15.20Q38.56-15.76 38.76-16.60L38.76-16.60L38.76-16.60Q38.96-17.44 39.20-18.36L39.20-18.36L39.20-18.36Q39.44-19.28 39.52-20.08L39.52-20.08L39.52-20.08Q39.68-21.44 39.72-23.48L39.72-23.48L39.72-23.48Q39.76-25.52 39.40-27.44L39.40-27.44L39.40-27.44Q39.04-29.36 38.08-30.72L38.08-30.72L38.08-30.72Q37.12-32.08 35.20-32.08L35.20-32.08L35.20-32.08Q32.40-32.08 30.04-30.28L30.04-30.28L30.04-30.28Q27.68-28.48 25.92-25.88L25.92-25.88L25.92-25.88Q24.16-23.28 23.08-20.44L23.08-20.44L23.08-20.44Q22-17.60 21.76-15.44L21.76-15.44L21.76-15.44Q21.60-14.16 21.68-12.24L21.68-12.24L21.68-12.24Q21.76-10.32 22.28-8.44L22.28-8.44L22.28-8.44Q22.80-6.56 24-5.20L24-5.20L24-5.20Q25.20-3.84 27.28-3.76L27.28-3.76L27.28-3.76Q27.92-3.68 28.52-3.88L28.52-3.88L28.52-3.88Q29.12-4.08 29.28-3.84" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(48, 176, 224);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: -43.379211px -5.480892px; animation: 1s linear -0.565714s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M78.24-28.16L78.24-28.16L78.24-28.16Q77.60-24.96 76.08-21.76L76.08-21.76L76.08-21.76Q74.56-18.56 73.20-15.76L73.20-15.76L73.20-15.76Q73.12-15.60 72.84-15.20L72.84-15.20L72.84-15.20Q72.56-14.80 72.40-14.80L72.40-14.80L72.40-14.80Q72.16-14.88 72.16-15.32L72.16-15.32L72.16-15.32Q72.16-15.76 72.16-15.92L72.16-15.92L72.16-15.92Q72.24-16.64 72.44-17.64L72.44-17.64L72.44-17.64Q72.64-18.64 72.80-19.72L72.80-19.72L72.80-19.72Q72.96-20.80 73.16-21.80L73.16-21.80L73.16-21.80Q73.36-22.80 73.60-23.60L73.60-23.60L73.60-23.60Q74.32-26.32 74.80-28.28L74.80-28.28L74.80-28.28Q75.28-30.24 75.52-31.84L75.52-31.84L75.52-31.84Q75.76-33.44 75.80-34.88L75.80-34.88L75.80-34.88Q75.84-36.32 75.60-38L75.60-38L75.60-38Q75.52-38.64 75.68-38.80L75.68-38.80L75.68-38.80Q75.84-38.88 76.08-38.64L76.08-38.64L76.08-38.64Q76.32-38.40 76.48-38.16L76.48-38.16L76.48-38.16Q77.84-36 78.32-33.40L78.32-33.40L78.32-33.40Q78.80-30.80 78.24-28.16" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(161, 205, 229);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: -41.109985px 2.209107px; animation: 1s linear -0.55s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M79.84-34L80.16-33.52L80.16-33.52Q81.20-32 81.20-29.52L81.20-29.52L81.20-29.52Q81.20-27.04 80.72-24.44L80.72-24.44L80.72-24.44Q80.24-21.84 79.52-19.44L79.52-19.44L79.52-19.44Q78.80-17.04 78.48-15.60L78.48-15.60L78.48-15.60Q77.84-12.80 76.72-10L76.72-10L76.72-10Q75.60-7.20 74.80-5.04L74.80-5.04L74.80-5.04Q74.72-4.80 74.56-4.52L74.56-4.52L74.56-4.52Q74.40-4.24 74.24-4.24L74.24-4.24L74.24-4.24Q74.08-4.24 74.08-4.56L74.08-4.56L74.08-4.56Q74.08-4.88 74.08-5.12L74.08-5.12L74.08-5.12Q73.84-9.52 75.04-13.72L75.04-13.72L75.04-13.72Q76.24-17.92 77.60-22.24L77.60-22.24L77.60-22.24Q78.40-24.88 79.12-27.64L79.12-27.64L79.12-27.64Q79.84-30.40 79.76-33.68L79.76-33.68L79.76-33.68Q79.76-34 79.84-34L79.84-34" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(191, 222, 238);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: -57.851713px 1.885033px; animation: 1s linear -0.534286s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M72.64-34.88L72.64-34.88L72.64-34.88Q67.76-32.88 64.36-29.16L64.36-29.16L64.36-29.16Q60.96-25.44 59.12-20.80L59.12-20.80L59.12-20.80Q58.32-18.72 57.92-17.08L57.92-17.08L57.92-17.08Q57.52-15.44 57.28-13.52L57.28-13.52L57.28-13.52Q57.20-13.12 57.52-12.72L57.52-12.72L57.52-12.72Q57.84-12.32 58.16-12.72L58.16-12.72L58.16-12.72Q59.60-14.48 61.84-17.20L61.84-17.20L61.84-17.20Q64.08-19.92 66.32-22.96L66.32-22.96L66.32-22.96Q68.56-26 70.36-29.12L70.36-29.12L70.36-29.12Q72.16-32.24 72.64-34.88zM67.28-7.76L67.28-7.76L67.28-7.76Q66.08-6.08 64.96-4.64L64.96-4.64L64.96-4.64Q63.84-3.20 62.48-2.12L62.48-2.12L62.48-2.12Q61.12-1.04 59.44-0.40L59.44-0.40L59.44-0.40Q57.76 0.24 55.60 0.32L55.60 0.32L55.60 0.32Q52 0.48 50.12-1.52L50.12-1.52L50.12-1.52Q48.24-3.52 47.52-6.40L47.52-6.40L47.52-6.40Q46.80-9.28 47-12.36L47-12.36L47-12.36Q47.20-15.44 47.84-17.44L47.84-17.44L47.84-17.44Q48.72-20.24 49.96-22.76L49.96-22.76L49.96-22.76Q51.20-25.28 52.60-27.32L52.60-27.32L52.60-27.32Q54-29.36 55.48-30.84L55.48-30.84L55.48-30.84Q56.96-32.32 58.40-33.12L58.40-33.12L58.40-33.12Q58.48-33.12 58.76-33.28L58.76-33.28L58.76-33.28Q59.04-33.44 59.04-33.20L59.04-33.20L59.04-33.20Q59.12-33.20 58.96-32.96L58.96-32.96L58.96-32.96Q58.80-32.72 58.64-32.56L58.64-32.56L58.64-32.56Q54.48-28.24 52.04-22.80L52.04-22.80L52.04-22.80Q49.60-17.36 49.28-11.60L49.28-11.60L49.28-11.60Q49.20-10.16 49.40-8.48L49.40-8.48L49.40-8.48Q49.60-6.80 50.20-5.32L50.20-5.32L50.20-5.32Q50.80-3.84 51.92-2.84L51.92-2.84L51.92-2.84Q53.04-1.84 54.96-1.84L54.96-1.84L54.96-1.84Q56.48-1.84 57.76-2.36L57.76-2.36L57.76-2.36Q59.04-2.88 60.16-3.72L60.16-3.72L60.16-3.72Q61.28-4.56 62.20-5.56L62.20-5.56L62.20-5.56Q63.12-6.56 63.84-7.44L63.84-7.44L63.84-7.44Q65.44-9.44 66.80-11.60L66.80-11.60L66.80-11.60Q66.80-13.20 67-14.72L67-14.72L67-14.72Q67.20-16.24 67.60-17.76L67.60-17.76L67.60-17.76Q67.84-18.88 68.04-19.56L68.04-19.56L68.04-19.56Q68.24-20.24 68.44-20.84L68.44-20.84L68.44-20.84Q68.64-21.44 68.84-22.12L68.84-22.12L68.84-22.12Q69.04-22.80 69.44-23.92L69.44-23.92L69.44-23.92Q68.16-21.68 66.92-19.72L66.92-19.72L66.92-19.72Q65.68-17.76 64.28-15.96L64.28-15.96L64.28-15.96Q62.88-14.16 61.40-12.44L61.40-12.44L61.40-12.44Q59.92-10.72 58.16-8.96L58.16-8.96L58.16-8.96Q56.80-7.60 55.92-8.08L55.92-8.08L55.92-8.08Q55.04-8.56 54.88-10.32L54.88-10.32L54.88-10.32Q54.72-13.04 55.16-15.60L55.16-15.60L55.16-15.60Q55.60-18.16 56.72-20.96L56.72-20.96L56.72-20.96Q57.76-23.52 59.32-25.92L59.32-25.92L59.32-25.92Q60.88-28.32 62.92-30.28L62.92-30.28L62.92-30.28Q64.96-32.24 67.44-33.64L67.44-33.64L67.44-33.64Q69.92-35.04 72.72-35.52L72.72-35.52L72.72-35.52Q72.88-36.40 73-37.04L73-37.04L73-37.04Q73.12-37.68 73.20-38.32L73.20-38.32L73.20-38.32Q73.36-39.20 73.36-39.20L73.36-39.20L73.36-39.20Q73.52-39.28 73.72-39.04L73.72-39.04L73.72-39.04Q73.92-38.80 74.08-38.40L74.08-38.40L74.08-38.40Q75.04-35.76 74.72-33.12L74.72-33.12L74.72-33.12Q74.40-30.48 73.56-27.76L73.56-27.76L73.56-27.76Q72.72-25.04 71.60-22.20L71.60-22.20L71.60-22.20Q70.48-19.36 69.76-16.48L69.76-16.48L69.76-16.48Q68.80-12.40 69.24-8.04L69.24-8.04L69.24-8.04Q69.68-3.68 72.64-0.16L72.64-0.16L72.64-0.16Q72.88 0.16 72.88 0.16L72.88 0.16L72.88 0.16Q72.80 0.24 72.40 0L72.40 0L72.40 0Q70.08-1.44 68.92-3.48L68.92-3.48L68.92-3.48Q67.76-5.52 67.28-7.76" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(188, 37, 45);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: -58.343315px 1.437679px; animation: 1s linear -0.518571s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M70.08-36.08L70.08-36.08L70.08-36.08Q70.24-35.92 70.04-35.84L70.04-35.84L70.04-35.84Q69.84-35.76 69.20-35.60L69.20-35.60L69.20-35.60Q68.16-35.28 66.68-34.40L66.68-34.40L66.68-34.40Q65.20-33.52 63.56-32.16L63.56-32.16L63.56-32.16Q61.92-30.80 60.32-29L60.32-29L60.32-29Q58.72-27.20 57.52-25.12L57.52-25.12L57.52-25.12Q56.32-22.96 55.48-20.88L55.48-20.88L55.48-20.88Q54.64-18.80 54.12-17.08L54.12-17.08L54.12-17.08Q53.60-15.36 53.36-14.12L53.36-14.12L53.36-14.12Q53.12-12.88 53.12-12.40L53.12-12.40L53.12-12.40Q53.12-11.20 53.12-9.88L53.12-9.88L53.12-9.88Q53.12-8.56 53.44-7.52L53.44-7.52L53.44-7.52Q53.76-6.48 54.56-5.92L54.56-5.92L54.56-5.92Q55.36-5.36 56.96-5.60L56.96-5.60L56.96-5.60Q57.04-5.60 57.36-5.72L57.36-5.72L57.36-5.72Q57.68-5.84 58-5.96L58-5.96L58-5.96Q58.32-6.08 58.60-6.16L58.60-6.16L58.60-6.16Q58.88-6.24 58.96-6.24L58.96-6.24L58.96-6.24Q59.04-6.08 58.84-5.84L58.84-5.84L58.84-5.84Q58.64-5.60 58.32-5.32L58.32-5.32L58.32-5.32Q58-5.04 57.72-4.80L57.72-4.80L57.72-4.80Q57.44-4.56 57.36-4.48L57.36-4.48L57.36-4.48Q55.36-3.28 54-3.76L54-3.76L54-3.76Q52.64-4.24 51.88-5.56L51.88-5.56L51.88-5.56Q51.12-6.88 50.84-8.68L50.84-8.68L50.84-8.68Q50.56-10.48 50.64-11.92L50.64-11.92L50.64-11.92Q50.80-14.72 51.52-17.48L51.52-17.48L51.52-17.48Q52.24-20.24 53.36-23.04L53.36-23.04L53.36-23.04Q54.24-25.20 56-27.48L56-27.48L56-27.48Q57.76-29.76 59.96-31.68L59.96-31.68L59.96-31.68Q62.16-33.60 64.56-34.84L64.56-34.84L64.56-34.84Q66.96-36.08 69.20-36.16L69.20-36.16L69.20-36.16Q70-36.16 70.08-36.08" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(210, 210, 203);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: -45.756649px 16.809107px; animation: 1s linear -0.502857s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M74.80-0.16L74.80-0.16L74.80-0.16Q74.96 0.08 74.88 0.16L74.88 0.16L74.88 0.16Q74.64 0.16 74.24 0L74.24 0L74.24 0Q74-0.16 72.96-0.96L72.96-0.96L72.96-0.96Q71.92-1.76 71.44-3.52L71.44-3.52L71.44-3.52Q71.28-4.16 71.16-5.16L71.16-5.16L71.16-5.16Q71.04-6.16 71.04-7.04L71.04-7.04L71.04-7.04Q71.04-7.92 71.16-8.56L71.16-8.56L71.16-8.56Q71.28-9.20 71.52-9.20L71.52-9.20L71.52-9.20Q71.76-9.20 72.04-8.24L72.04-8.24L72.04-8.24Q72.32-7.28 72.40-7.04L72.40-7.04L72.40-7.04Q72.64-5.92 72.84-5.08L72.84-5.08L72.84-5.08Q73.04-4.24 73.28-3.52L73.28-3.52L73.28-3.52Q73.60-2.64 74.12-1.52L74.12-1.52L74.12-1.52Q74.64-0.40 74.80-0.16" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(77, 105, 93);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: -5.481979px -18.174894px; animation: 1s linear -0.487143s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M116.88-41.68L116.88-41.68L116.88-41.68Q115.76-36.64 113.96-31.64L113.96-31.64L113.96-31.64Q112.16-26.64 110.40-22.16L110.40-22.16L110.40-22.16Q110.32-21.76 110-21.12L110-21.12L110-21.12Q109.68-20.48 109.28-20.64L109.28-20.64L109.28-20.64Q109.20-20.64 109.20-21.36L109.20-21.36L109.20-21.36Q109.20-22.08 109.28-22.32L109.28-22.32L109.28-22.32Q109.44-23.44 109.72-25L109.72-25L109.72-25Q110-26.56 110.36-28.16L110.36-28.16L110.36-28.16Q110.72-29.76 111.12-31.32L111.12-31.32L111.12-31.32Q111.52-32.88 111.84-34L111.84-34L111.84-34Q112.08-34.48 112.44-36.16L112.44-36.16L112.44-36.16Q112.80-37.84 113.20-40.12L113.20-40.12L113.20-40.12Q113.60-42.40 113.92-45.04L113.92-45.04L113.92-45.04Q114.24-47.68 114.32-50.12L114.32-50.12L114.32-50.12Q114.40-52.56 114.28-54.56L114.28-54.56L114.28-54.56Q114.16-56.56 113.60-57.52L113.60-57.52L113.60-57.52Q113.20-58.32 113.44-58.40L113.44-58.40L113.44-58.40Q113.76-58.40 114.16-58L114.16-58L114.16-58Q115.36-56.80 116.04-54.76L116.04-54.76L116.04-54.76Q116.72-52.72 117.04-50.36L117.04-50.36L117.04-50.36Q117.36-48 117.28-45.68L117.28-45.68L117.28-45.68Q117.20-43.36 116.88-41.68" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(131, 167, 157);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: -3.125813px -7.088036px; animation: 1s linear -0.471429s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M118.96-50.56L118.96-50.56L118.96-50.56Q119.76-48.96 119.92-46.64L119.92-46.64L119.92-46.64Q120.08-44.32 119.84-41.64L119.84-41.64L119.84-41.64Q119.60-38.96 119.08-36.12L119.08-36.12L119.08-36.12Q118.56-33.28 117.92-30.68L117.92-30.68L117.92-30.68Q117.28-28.08 116.68-25.84L116.68-25.84L116.68-25.84Q116.08-23.60 115.68-22.16L115.68-22.16L115.68-22.16Q114.56-18 113.64-13.88L113.64-13.88L113.64-13.88Q112.72-9.76 112.72-6.88L112.72-6.88L112.72-6.88Q112.72-5.84 112.64-5.84L112.64-5.84L112.64-5.84Q112.48-5.68 112.28-6.08L112.28-6.08L112.28-6.08Q112.08-6.48 111.92-6.88L111.92-6.88L111.92-6.88Q111.12-9.76 111.24-12.84L111.24-12.84L111.24-12.84Q111.36-15.92 112-19.16L112-19.16L112-19.16Q112.64-22.40 113.64-25.72L113.64-25.72L113.64-25.72Q114.64-29.04 115.60-32.32L115.60-32.32L115.60-32.32Q116.72-36.48 117.84-41L117.84-41L117.84-41Q118.96-45.52 118.56-50.56L118.56-50.56L118.56-50.56Q118.56-50.96 118.52-51L118.52-51L118.52-51Q118.48-51.04 118.56-51.04L118.56-51.04L118.56-51.04Q118.72-51.04 118.96-50.56" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(218, 232, 229);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: -20.039978px -8.560894px; animation: 1s linear -0.455714s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M107.44-34.16L107.44-34.16L107.44-34.16Q102.64-32.08 99.24-28.36L99.24-28.36L99.24-28.36Q95.84-24.64 94.08-20.08L94.08-20.08L94.08-20.08Q93.36-18.16 92.92-16.44L92.92-16.44L92.92-16.44Q92.48-14.72 92.32-12.80L92.32-12.80L92.32-12.80Q92.24-11.84 92.80-12.08L92.80-12.08L92.80-12.08Q93.36-12.32 93.76-12.80L93.76-12.80L93.76-12.80Q94.72-14 95.52-15.16L95.52-15.16L95.52-15.16Q96.32-16.32 97.16-17.56L97.16-17.56L97.16-17.56Q98-18.80 98.92-20.20L98.92-20.20L98.92-20.20Q99.84-21.60 100.96-23.20L100.96-23.20L100.96-23.20Q102.16-24.88 103.24-26.52L103.24-26.52L103.24-26.52Q104.32-28.16 105.16-29.60L105.16-29.60L105.16-29.60Q106-31.04 106.60-32.24L106.60-32.24L106.60-32.24Q107.20-33.44 107.44-34.16zM105.68-27.84L105.68-27.84L105.68-27.84Q102.80-22.24 99.76-17.32L99.76-17.32L99.76-17.32Q96.72-12.40 92.80-8.32L92.80-8.32L92.80-8.32Q90.32-5.68 89.84-9.12L89.84-9.12L89.84-9.12Q89.68-11.84 90.24-14.80L90.24-14.80L90.24-14.80Q90.80-17.76 91.92-20.40L91.92-20.40L91.92-20.40Q92.96-22.96 94.48-25.36L94.48-25.36L94.48-25.36Q96-27.76 98-29.76L98-29.76L98-29.76Q100-31.76 102.44-33.12L102.44-33.12L102.44-33.12Q104.88-34.48 107.68-34.96L107.68-34.96L107.68-34.96Q108.64-38.32 109.52-41.56L109.52-41.56L109.52-41.56Q110.40-44.80 110.96-47.92L110.96-47.92L110.96-47.92Q111.52-51.04 111.56-53.96L111.56-53.96L111.56-53.96Q111.60-56.88 111.04-59.52L111.04-59.52L111.04-59.52Q110.88-60 110.96-60L110.96-60L110.96-60Q111.12-60.08 111.24-59.84L111.24-59.84L111.24-59.84Q111.36-59.60 111.36-59.52L111.36-59.52L111.36-59.52Q113.28-55.68 113.24-51.28L113.24-51.28L113.24-51.28Q113.20-46.88 112.16-42.16L112.16-42.16L112.16-42.16Q111.12-37.44 109.56-32.56L109.56-32.56L109.56-32.56Q108-27.68 106.88-22.80L106.88-22.80L106.88-22.80Q106.16-19.68 106.04-16.12L106.04-16.12L106.04-16.12Q105.92-12.56 106.72-9.12L106.72-9.12L106.72-9.12Q107.52-5.52 109.68-3L109.68-3L109.68-3Q111.84-0.48 114.64-0.24L114.64-0.24L114.64-0.24Q115.28-0.16 115.28 0L115.28 0L115.28 0Q115.28 0.16 115.08 0.20L115.08 0.20L115.08 0.20Q114.88 0.24 114.72 0.24L114.72 0.24L114.72 0.24Q113.04 0.24 111.40-0.40L111.40-0.40L111.40-0.40Q109.76-1.04 108.32-2.24L108.32-2.24L108.32-2.24Q106.88-3.44 105.80-5.08L105.80-5.08L105.80-5.08Q104.72-6.72 104.24-8.80L104.24-8.80L104.24-8.80Q104.08-9.44 104.08-9.84L104.08-9.84L104.08-9.84Q101.84-5.60 98.68-3L98.68-3L98.68-3Q95.52-0.40 90.72 0L90.72 0L90.72 0Q87.12 0.24 85.24-1.68L85.24-1.68L85.24-1.68Q83.36-3.60 82.64-6.32L82.64-6.32L82.64-6.32Q81.92-9.04 82.16-12.04L82.16-12.04L82.16-12.04Q82.40-15.04 83.04-16.96L83.04-16.96L83.04-16.96Q84.88-22.48 87.68-26.68L87.68-26.68L87.68-26.68Q90.48-30.88 93.28-32.56L93.28-32.56L93.28-32.56Q93.44-32.72 93.76-32.84L93.76-32.84L93.76-32.84Q94.08-32.96 94.16-32.88L94.16-32.88L94.16-32.88Q94.32-32.80 94.08-32.56L94.08-32.56L94.08-32.56Q93.84-32.32 93.76-32.24L93.76-32.24L93.76-32.24Q89.44-27.92 87.08-22.36L87.08-22.36L87.08-22.36Q84.72-16.80 84.56-11.04L84.56-11.04L84.56-11.04Q84.48-9.60 84.64-7.92L84.64-7.92L84.64-7.92Q84.80-6.24 85.40-4.76L85.40-4.76L85.40-4.76Q86.00-3.28 87.12-2.28L87.12-2.28L87.12-2.28Q88.24-1.28 90.16-1.28L90.16-1.28L90.16-1.28Q92.88-1.20 95.32-2.92L95.32-2.92L95.32-2.92Q97.76-4.64 99.56-7.16L99.56-7.16L99.56-7.16Q101.36-9.68 102.48-12.56L102.48-12.56L102.48-12.56Q103.60-15.44 103.76-17.84L103.76-17.84L103.76-17.84Q103.20-17.20 102.80-16.52L102.80-16.52L102.80-16.52Q102.40-15.84 101.76-15.04L101.76-15.04L101.76-15.04Q101.68-14.88 101.28-14.52L101.28-14.52L101.28-14.52Q100.88-14.16 100.64-14.24L100.64-14.24L100.64-14.24Q100.48-14.32 100.80-15.16L100.80-15.16L100.80-15.16Q101.12-16 101.60-17L101.60-17L101.60-17Q102.08-18 102.56-18.92L102.56-18.92L102.56-18.92Q103.04-19.84 103.20-20.16L103.20-20.16L103.20-20.16Q104.08-22 104.56-23.84L104.56-23.84L104.56-23.84Q105.04-25.68 105.68-27.84" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(48, 176, 224);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: -6.232479px 14.829108px; animation: 1s linear -0.44s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M116.80-1.84L116.80-1.84L116.80-1.84Q116.80-1.68 116.40-1.52L116.40-1.52L116.40-1.52Q116.16-1.44 116-1.44L116-1.44L116-1.44Q114.48-1.28 113.16-1.60L113.16-1.60L113.16-1.60Q111.84-1.92 110.48-3.28L110.48-3.28L110.48-3.28Q109.76-4 109.24-5.44L109.24-5.44L109.24-5.44Q108.72-6.88 108.44-8.24L108.44-8.24L108.44-8.24Q108.16-9.60 108.20-10.64L108.20-10.64L108.20-10.64Q108.24-11.68 108.56-11.60L108.56-11.60L108.56-11.60Q108.64-11.68 108.84-11.28L108.84-11.28L108.84-11.28Q109.04-10.88 109.20-10.36L109.20-10.36L109.20-10.36Q109.36-9.84 109.52-9.32L109.52-9.32L109.52-9.32Q109.68-8.80 109.76-8.56L109.76-8.56L109.76-8.56Q110.16-7.28 110.72-6.24L110.72-6.24L110.72-6.24Q111.28-5.20 112.08-4.40L112.08-4.40L112.08-4.40Q114-2.16 116.24-2.08L116.24-2.08L116.24-2.08Q116.40-2.08 116.60-2.04L116.60-2.04L116.60-2.04Q116.80-2 116.80-1.84" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(161, 205, 229);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: -23.213318px 1.764662px; animation: 1s linear -0.424286s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M105.20-35.60L105.20-35.60L105.20-35.60Q105.20-35.52 105.08-35.44L105.08-35.44L105.08-35.44Q104.96-35.36 104.48-35.20L104.48-35.20L104.48-35.20Q103.44-34.80 101.92-33.88L101.92-33.88L101.92-33.88Q100.40-32.96 98.72-31.60L98.72-31.60L98.72-31.60Q97.04-30.24 95.40-28.44L95.40-28.44L95.40-28.44Q93.76-26.64 92.56-24.56L92.56-24.56L92.56-24.56Q91.36-22.40 90.52-20.36L90.52-20.36L90.52-20.36Q89.68-18.32 89.20-16.60L89.20-16.60L89.20-16.60Q88.72-14.88 88.52-13.68L88.52-13.68L88.52-13.68Q88.32-12.48 88.24-12.08L88.24-12.08L88.24-12.08Q88.16-10.72 88.16-9.40L88.16-9.40L88.16-9.40Q88.16-8.08 88.52-7L88.52-7L88.52-7Q88.88-5.92 89.68-5.36L89.68-5.36L89.68-5.36Q90.48-4.80 92.08-5.04L92.08-5.04L92.08-5.04Q92.24-5.04 93.08-5.40L93.08-5.40L93.08-5.40Q93.92-5.76 94.08-5.68L94.08-5.68L94.08-5.68Q94.16-5.60 94-5.36L94-5.36L94-5.36Q93.84-5.12 93.52-4.84L93.52-4.84L93.52-4.84Q93.20-4.56 92.92-4.36L92.92-4.36L92.92-4.36Q92.64-4.16 92.56-4.08L92.56-4.08L92.56-4.08Q91.84-3.68 90.96-3.48L90.96-3.48L90.96-3.48Q90.08-3.28 89.24-3.44L89.24-3.44L89.24-3.44Q88.40-3.60 87.68-4.12L87.68-4.12L87.68-4.12Q86.96-4.64 86.64-5.60L86.64-5.60L86.64-5.60Q85.76-8.56 85.84-11.36L85.84-11.36L85.84-11.36Q86.00-14.16 86.56-16.92L86.56-16.92L86.56-16.92Q87.12-19.68 88.48-22.48L88.48-22.48L88.48-22.48Q89.28-24.64 91-26.96L91-26.96L91-26.96Q92.72-29.28 94.96-31.20L94.96-31.20L94.96-31.20Q97.20-33.12 99.64-34.40L99.64-34.40L99.64-34.40Q102.08-35.68 104.24-35.76L104.24-35.76L104.24-35.76Q104.56-35.76 104.88-35.76L104.88-35.76L104.88-35.76Q105.20-35.76 105.20-35.60" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(191, 222, 238);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: 10.532883px -4.070892px; animation: 1s linear -0.408571s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M132.08-26.40L132.08-26.40L132.08-26.40Q132.32-27.44 132.36-28.80L132.36-28.80L132.36-28.80Q132.40-30.16 132.16-31.60L132.16-31.60L132.16-31.60Q131.92-33.04 131.32-34.36L131.32-34.36L131.32-34.36Q130.72-35.68 129.76-36.64L129.76-36.64L129.76-36.64Q129.28-36.96 129.20-36.96L129.20-36.96L129.20-36.96Q128.88-36.96 129.20-36.48L129.20-36.48L129.20-36.48Q129.68-35.44 129.56-33.24L129.56-33.24L129.56-33.24Q129.44-31.04 129.04-28.68L129.04-28.68L129.04-28.68Q128.64-26.32 128.20-24.44L128.20-24.44L128.20-24.44Q127.76-22.56 127.68-22.16L127.68-22.16L127.68-22.16Q127.12-20.72 126.68-18.56L126.68-18.56L126.68-18.56Q126.24-16.40 126.24-15.04L126.24-15.04L126.24-15.04Q126.16-14.88 126.16-14.40L126.16-14.40L126.16-14.40Q126.16-13.92 126.40-13.84L126.40-13.84L126.40-13.84Q126.48-13.84 126.72-14.24L126.72-14.24L126.72-14.24Q126.96-14.64 127.12-14.80L127.12-14.80L127.12-14.80Q128.56-17.36 129.88-20.40L129.88-20.40L129.88-20.40Q131.20-23.44 132.08-26.40" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(188, 37, 45);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: 12.820015px 3.449107px; animation: 1s linear -0.392857s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M132.40-14.32L132.40-14.32L132.40-14.32Q132.72-15.76 133.44-18.04L133.44-18.04L133.44-18.04Q134.16-20.32 134.64-22.76L134.64-22.76L134.64-22.76Q135.12-25.20 135.12-27.56L135.12-27.56L135.12-27.56Q135.12-29.92 134.16-31.44L134.16-31.44L134.16-31.44Q133.84-31.76 133.68-31.76L133.68-31.76L133.68-31.76Q133.52-31.76 133.60-31.44L133.60-31.44L133.60-31.44Q133.60-28.40 132.92-25.80L132.92-25.80L132.92-25.80Q132.24-23.20 131.44-20.72L131.44-20.72L131.44-20.72Q130.08-16.64 128.96-12.76L128.96-12.76L128.96-12.76Q127.84-8.88 128-4.80L128-4.80L128-4.80Q128-4.56 128.04-4.28L128.04-4.28L128.04-4.28Q128.08-4 128.32-4L128.32-4L128.32-4Q128.48-4 128.56-4.16L128.56-4.16L128.56-4.16Q128.64-4.32 128.80-4.64L128.80-4.64L128.80-4.64Q129.60-6.56 130.64-9.16L130.64-9.16L130.64-9.16Q131.68-11.76 132.40-14.32" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(210, 210, 203);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: 5.805752px 2.231329px; animation: 1s linear -0.377143s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M126.72 0L126.72 0L126.72 0Q125.20-1.60 124.40-3.56L124.40-3.56L124.40-3.56Q123.60-5.52 123.28-7.56L123.28-7.56L123.28-7.56Q122.96-9.60 123.12-11.68L123.12-11.68L123.12-11.68Q123.28-13.76 123.76-15.60L123.76-15.60L123.76-15.60Q124.48-18.48 125.60-21.36L125.60-21.36L125.60-21.36Q126.72-24.24 127.52-27.08L127.52-27.08L127.52-27.08Q128.32-29.92 128.44-32.68L128.44-32.68L128.44-32.68Q128.56-35.44 127.28-38.08L127.28-38.08L127.28-38.08Q127.04-38.48 126.96-38.48L126.96-38.48L126.96-38.48Q126.88-38.48 126.88-38.36L126.88-38.36L126.88-38.36Q126.88-38.24 126.96-38.16L126.96-38.16L126.96-38.16Q127.20-35.76 126.64-33.20L126.64-33.20L126.64-33.20Q126.08-30.64 125.20-27.96L125.20-27.96L125.20-27.96Q124.32-25.28 123.24-22.44L123.24-22.44L123.24-22.44Q122.16-19.60 121.44-16.64L121.44-16.64L121.44-16.64Q120.88-14.48 120.68-12.24L120.68-12.24L120.68-12.24Q120.48-10 120.96-7.80L120.96-7.80L120.96-7.80Q121.44-5.60 122.72-3.60L122.72-3.60L122.72-3.60Q124-1.60 126.40 0.08L126.40 0.08L126.40 0.08Q126.56 0.24 126.80 0.28L126.80 0.28L126.80 0.28Q127.04 0.32 126.72 0" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(77, 105, 93);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: 8.416683px 17.169107px; animation: 1s linear -0.361429s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M127.36-3.04L127.36-3.04L127.36-3.04Q127.12-3.68 126.84-4.64L126.84-4.64L126.84-4.64Q126.56-5.60 126.40-6.48L126.40-6.48L126.40-6.48Q126.24-6.80 126-7.68L126-7.68L126-7.68Q125.76-8.56 125.60-8.56L125.60-8.56L125.60-8.56Q125.28-8.56 125.16-8L125.16-8L125.16-8Q125.04-7.44 125.04-6.60L125.04-6.60L125.04-6.60Q125.04-5.76 125.16-4.84L125.16-4.84L125.16-4.84Q125.28-3.92 125.52-3.28L125.52-3.28L125.52-3.28Q126-1.68 126.68-1.04L126.68-1.04L126.68-1.04Q127.36-0.40 128.48 0L128.48 0L128.48 0Q128.96 0.24 129.20 0.24L129.20 0.24L129.20 0.24Q129.28 0.24 129.24 0.12L129.24 0.12L129.24 0.12Q129.20 0 129.12 0L129.12 0L129.12 0Q128.56-0.64 128.12-1.36L128.12-1.36L128.12-1.36Q127.68-2.08 127.36-3.04" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(131, 167, 157);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: 16.390022px -28.590895px; animation: 1s linear -0.345714s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M133.60-44.40L133.60-44.40L133.60-44.40Q133.20-44.40 132.36-44.52L132.36-44.52L132.36-44.52Q131.52-44.64 131.52-45.28L131.52-45.28L131.52-45.28Q131.52-45.52 132.24-45.88L132.24-45.88L132.24-45.88Q132.96-46.24 133.84-46.92L133.84-46.92L133.84-46.92Q134.72-47.60 135.44-48.68L135.44-48.68L135.44-48.68Q136.16-49.76 136.16-51.44L136.16-51.44L136.16-51.44Q136.16-53.52 135.36-54.56L135.36-54.56L135.36-54.56Q135.20-54.80 134.96-55.08L134.96-55.08L134.96-55.08Q134.72-55.36 134.80-55.44L134.80-55.44L134.80-55.44Q134.96-55.44 135.16-55.32L135.16-55.32L135.16-55.32Q135.36-55.20 135.44-55.12L135.44-55.12L135.44-55.12Q137.04-54.24 137.88-52.84L137.88-52.84L137.88-52.84Q138.72-51.44 138.72-50.16L138.72-50.16L138.72-50.16Q138.72-47.60 137.52-46L137.52-46L137.52-46Q136.32-44.40 133.60-44.40" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(218, 232, 229);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: 13.350014px -30.419821px; animation: 1s linear -0.33s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M130.64-47.60L130.64-47.60L130.64-47.60Q129.68-47.20 129.68-48.08L129.68-48.08L129.68-48.08Q129.68-48.72 130.16-49.32L130.16-49.32L130.16-49.32Q130.64-49.92 131.08-50.64L131.08-50.64L131.08-50.64Q131.52-51.36 131.68-52.28L131.68-52.28L131.68-52.28Q131.84-53.20 131.20-54.56L131.20-54.56L131.20-54.56Q131.04-54.96 130.64-55.44L130.64-55.44L130.64-55.44Q130.24-55.92 130.40-56L130.40-56L130.40-56Q130.56-56.08 131.08-55.88L131.08-55.88L131.08-55.88Q131.60-55.68 131.76-55.60L131.76-55.60L131.76-55.60Q133.12-54.96 133.80-53.68L133.80-53.68L133.80-53.68Q134.48-52.40 134.48-51.44L134.48-51.44L134.48-51.44Q134.48-49.92 133.24-48.92L133.24-48.92L133.24-48.92Q132-47.92 130.64-47.60" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(48, 176, 224);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: 10.550026px -30.630892px; animation: 1s linear -0.314286s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M128.32-51.92L128.32-51.92L128.32-51.92Q128.32-52.32 128.56-52.84L128.56-52.84L128.56-52.84Q128.80-53.36 129.36-53.36L129.36-53.36L129.36-53.36Q129.76-53.36 130-52.84L130-52.84L130-52.84Q130.24-52.32 130.24-51.92L130.24-51.92L130.24-51.92Q130.24-51.60 130-51.08L130-51.08L130-51.08Q129.76-50.56 129.36-50.56L129.36-50.56L129.36-50.56Q128.80-50.56 128.56-51.04L128.56-51.04L128.56-51.04Q128.32-51.52 128.32-51.92" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(161, 205, 229);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: 37.019875px 2.357107px; animation: 1s linear -0.298571s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M163.60-28.72L163.60-28.72L163.60-28.72Q163.76-26.24 163.28-23.96L163.28-23.96L163.28-23.96Q162.80-21.68 162.08-19.76L162.08-19.76L162.08-19.76Q161.92-19.36 161.56-18.88L161.56-18.88L161.56-18.88Q161.20-18.40 160.88-18.56L160.88-18.56L160.88-18.56Q160.72-18.56 160.80-19.12L160.80-19.12L160.80-19.12Q160.88-19.68 160.88-19.92L160.88-19.92L160.88-19.92Q160.96-20.80 161-22.12L161-22.12L161-22.12Q161.04-23.44 161.04-24.80L161.04-24.80L161.04-24.80Q161.04-26.16 160.92-27.40L160.92-27.40L160.92-27.40Q160.80-28.64 160.56-29.52L160.56-29.52L160.56-29.52Q159.84-32.08 158.28-32.36L158.28-32.36L158.28-32.36Q156.72-32.64 155.12-31.52L155.12-31.52L155.12-31.52Q153.52-30.40 152.08-28.40L152.08-28.40L152.08-28.40Q150.64-26.40 150.16-24.48L150.16-24.48L150.16-24.48Q150.64-25.20 151.40-26.20L151.40-26.20L151.40-26.20Q152.16-27.20 153.12-28.12L153.12-28.12L153.12-28.12Q154.08-29.04 155.16-29.64L155.16-29.64L155.16-29.64Q156.24-30.24 157.20-30.16L157.20-30.16L157.20-30.16Q158.24-30.08 158.68-29.04L158.68-29.04L158.68-29.04Q159.12-28 159.20-26.48L159.20-26.48L159.20-26.48Q159.28-24.96 159.04-23.20L159.04-23.20L159.04-23.20Q158.80-21.44 158.48-19.92L158.48-19.92L158.48-19.92Q157.92-17.44 157.52-14.80L157.52-14.80L157.52-14.80Q157.12-12.16 157.24-9.64L157.24-9.64L157.24-9.64Q157.36-7.12 158.12-4.76L158.12-4.76L158.12-4.76Q158.88-2.40 160.72-0.40L160.72-0.40L160.72-0.40Q160.88-0.16 160.96 0L160.96 0L160.96 0Q161.04 0.16 160.56-0.08L160.56-0.08L160.56-0.08Q158.48-1.28 157.24-2.88L157.24-2.88L157.24-2.88Q156-4.48 155.36-6.32L155.36-6.32L155.36-6.32Q154.72-8.16 154.60-10.16L154.60-10.16L154.60-10.16Q154.48-12.16 154.64-14.16L154.64-14.16L154.64-14.16Q154.96-17.04 155.60-19.20L155.60-19.20L155.60-19.20Q156.24-21.36 156.56-24.08L156.56-24.08L156.56-24.08Q156.72-25.76 156.32-26.28L156.32-26.28L156.32-26.28Q155.92-26.80 155.36-26.88L155.36-26.88L155.36-26.88Q154.56-26.96 153.56-26.04L153.56-26.04L153.56-26.04Q152.56-25.12 151.48-23.44L151.48-23.44L151.48-23.44Q150.40-21.76 149.40-19.52L149.40-19.52L149.40-19.52Q148.40-17.28 147.68-14.80L147.68-14.80L147.68-14.80Q147.04-12.32 146.12-9.64L146.12-9.64L146.12-9.64Q145.20-6.96 144.40-5.04L144.40-5.04L144.40-5.04Q144.08-4.32 143.92-4.32L143.92-4.32L143.92-4.32Q143.76-4.32 143.64-4.64L143.64-4.64L143.64-4.64Q143.52-4.96 143.52-5.12L143.52-5.12L143.52-5.12Q143.20-9.12 144.24-13.04L144.24-13.04L144.24-13.04Q145.28-16.96 146.64-20.96L146.64-20.96L146.64-20.96Q147.44-23.44 148.08-25.36L148.08-25.36L148.08-25.36Q148.72-27.28 148.72-30.24L148.72-30.24L148.72-30.24Q148.72-31.52 149.36-32.92L149.36-32.92L149.36-32.92Q150-34.32 151.24-35.48L151.24-35.48L151.24-35.48Q152.48-36.64 154.32-37.36L154.32-37.36L154.32-37.36Q156.16-38.08 158.48-38L158.48-38L158.48-38Q162.32-37.92 164.40-36.20L164.40-36.20L164.40-36.20Q166.48-34.48 167.32-31.84L167.32-31.84L167.32-31.84Q168.16-29.20 168.04-26.12L168.04-26.12L168.04-26.12Q167.92-23.04 167.36-20.16L167.36-20.16L167.36-20.16Q166.88-18 166.24-16.24L166.24-16.24L166.24-16.24Q165.60-14.48 164.88-12.96L164.88-12.96L164.88-12.96Q164.16-11.44 163.52-10.08L163.52-10.08L163.52-10.08Q162.88-8.72 162.48-7.36L162.48-7.36L162.48-7.36Q162.40-7.12 162.32-6.84L162.32-6.84L162.32-6.84Q162.24-6.56 162.08-6.56L162.08-6.56L162.08-6.56Q161.92-6.56 161.84-6.88L161.84-6.88L161.84-6.88Q161.76-7.20 161.76-7.60L161.76-7.60L161.76-7.60Q161.60-10.32 162.32-12.84L162.32-12.84L162.32-12.84Q163.04-15.36 163.84-18.04L163.84-18.04L163.84-18.04Q164.64-20.72 165.04-23.68L165.04-23.68L165.04-23.68Q165.44-26.64 164.72-30.24L164.72-30.24L164.72-30.24Q164-34.08 161.20-35.36L161.20-35.36L161.20-35.36Q158.40-36.64 154.80-35.20L154.80-35.20L154.80-35.20Q154.32-34.96 153.52-34.48L153.52-34.48L153.52-34.48Q152.72-34 151.96-33.20L151.96-33.20L151.96-33.20Q151.20-32.40 150.56-31.32L150.56-31.32L150.56-31.32Q149.92-30.24 149.76-28.96L149.76-28.96L149.76-28.96Q150.72-30.40 152-31.68L152-31.68L152-31.68Q153.28-32.96 154.72-33.72L154.72-33.72L154.72-33.72Q156.16-34.48 157.64-34.64L157.64-34.64L157.64-34.64Q159.12-34.80 160.56-34.08L160.56-34.08L160.56-34.08Q162.24-33.20 162.88-31.64L162.88-31.64L162.88-31.64Q163.52-30.08 163.60-28.72" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(191, 222, 238);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: 25.772522px -4.064739px; animation: 1s linear -0.282857s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M147.28-26.56L147.28-26.56L147.28-26.56Q146.40-23.52 144.92-20.56L144.92-20.56L144.92-20.56Q143.44-17.60 142.48-14.88L142.48-14.88L142.48-14.88Q142.40-14.72 142.20-14.28L142.20-14.28L142.20-14.28Q142-13.84 141.68-13.92L141.68-13.92L141.68-13.92Q141.52-14 141.48-14.44L141.48-14.44L141.48-14.44Q141.44-14.88 141.44-15.12L141.44-15.12L141.44-15.12Q141.44-16.40 141.88-18.52L141.88-18.52L141.88-18.52Q142.32-20.64 142.80-22L142.80-22L142.80-22Q142.96-22.48 143.40-24.44L143.40-24.44L143.40-24.44Q143.84-26.40 144.20-28.72L144.20-28.72L144.20-28.72Q144.56-31.04 144.68-33.20L144.68-33.20L144.68-33.20Q144.80-35.36 144.24-36.32L144.24-36.32L144.24-36.32Q143.92-36.88 144.24-36.88L144.24-36.88L144.24-36.88Q144.48-36.88 144.88-36.48L144.88-36.48L144.88-36.48Q145.84-35.60 146.44-34.32L146.44-34.32L146.44-34.32Q147.04-33.04 147.32-31.64L147.32-31.64L147.32-31.64Q147.60-30.24 147.56-28.88L147.56-28.88L147.56-28.88Q147.52-27.52 147.28-26.56" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(188, 37, 45);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: 42.387352px 15.062441px; animation: 1s linear -0.267143s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M163.60-0.08L163.60-0.08L163.60-0.08Q163.44 0 162.96-0.16L162.96-0.16L162.96-0.16Q162.72-0.24 162.56-0.32L162.56-0.32L162.56-0.32Q161.44-1.04 160.64-1.96L160.64-1.96L160.64-1.96Q159.84-2.88 159.04-5.12L159.04-5.12L159.04-5.12Q158.80-5.92 158.68-7.16L158.68-7.16L158.68-7.16Q158.56-8.40 158.64-9.60L158.64-9.60L158.64-9.60Q158.72-10.80 158.92-11.64L158.92-11.64L158.92-11.64Q159.12-12.48 159.52-12.48L159.52-12.48L159.52-12.48Q159.68-12.48 159.88-11.56L159.88-11.56L159.88-11.56Q160.08-10.64 160.28-9.44L160.28-9.44L160.28-9.44Q160.48-8.24 160.72-7.04L160.72-7.04L160.72-7.04Q160.96-5.84 161.12-5.28L161.12-5.28L161.12-5.28Q161.52-4.08 161.92-2.88L161.92-2.88L161.92-2.88Q162.32-1.68 163.20-0.80L163.20-0.80L163.20-0.80Q163.36-0.64 163.52-0.36L163.52-0.36L163.52-0.36Q163.68-0.08 163.60-0.08" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(210, 210, 203);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: 21.080132px 2.374821px; animation: 1s linear -0.251429s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M142 0.08L142 0.08L142 0.08Q139.52-1.60 138.20-3.60L138.20-3.60L138.20-3.60Q136.88-5.60 136.40-7.76L136.40-7.76L136.40-7.76Q135.92-9.92 136.04-12.16L136.04-12.16L136.04-12.16Q136.16-14.40 136.64-16.56L136.64-16.56L136.64-16.56Q137.28-19.44 138.28-22.28L138.28-22.28L138.28-22.28Q139.28-25.12 140.20-27.80L140.20-27.80L140.20-27.80Q141.12-30.48 141.64-33.04L141.64-33.04L141.64-33.04Q142.16-35.60 141.76-37.92L141.76-37.92L141.76-37.92Q141.76-38.24 141.84-38.24L141.84-38.24L141.84-38.24Q142-38.24 142.24-37.84L142.24-37.84L142.24-37.84Q143.68-35.28 143.60-32.56L143.60-32.56L143.60-32.56Q143.52-29.84 142.72-27L142.72-27L142.72-27Q141.92-24.16 140.76-21.24L140.76-21.24L140.76-21.24Q139.60-18.32 138.96-15.36L138.96-15.36L138.96-15.36Q138.56-13.52 138.44-11.48L138.44-11.48L138.44-11.48Q138.32-9.44 138.72-7.44L138.72-7.44L138.72-7.44Q139.12-5.44 140.04-3.52L140.04-3.52L140.04-3.52Q140.96-1.60 142.56-0.08L142.56-0.08L142.56-0.08Q142.88 0.08 142.72 0.24L142.72 0.24L142.72 0.24Q142.56 0.40 142.36 0.28L142.36 0.28L142.36 0.28Q142.16 0.16 142 0.08" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(77, 105, 93);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: 24.043343px 17.231964px; animation: 1s linear -0.235714s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M145.04 0.40L145.04 0.40L145.04 0.40Q144.80 0.56 144.40 0.16L144.40 0.16L144.40 0.16Q143.52-0.48 142.68-1.20L142.68-1.20L142.68-1.20Q141.84-1.92 141.04-3.52L141.04-3.52L141.04-3.52Q140.72-4.08 140.56-4.96L140.56-4.96L140.56-4.96Q140.40-5.84 140.40-6.68L140.40-6.68L140.40-6.68Q140.40-7.52 140.52-8.08L140.52-8.08L140.52-8.08Q140.64-8.64 140.88-8.64L140.88-8.64L140.88-8.64Q141.20-8.56 141.40-7.76L141.40-7.76L141.40-7.76Q141.60-6.96 141.76-6.72L141.76-6.72L141.76-6.72Q142.08-5.84 142.32-5.08L142.32-5.08L142.32-5.08Q142.56-4.32 142.88-3.60L142.88-3.60L142.88-3.60Q143.36-2.48 143.84-1.68L143.84-1.68L143.84-1.68Q144.32-0.88 144.96-0.08L144.96-0.08L144.96-0.08Q145.04 0 145.12 0.16L145.12 0.16L145.12 0.16Q145.20 0.32 145.04 0.40" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(131, 167, 157);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: 76.190018px 5.601109px; animation: 1s linear -0.22s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M199.12-35.52L199.12-35.76L199.12-35.76Q198.96-35.84 198.76-35.52L198.76-35.52L198.76-35.52Q198.56-35.20 198.40-35.04L198.40-35.04L198.40-35.04Q197.20-33.52 196.24-31.28L196.24-31.28L196.24-31.28Q195.28-29.04 194.60-26.56L194.60-26.56L194.60-26.56Q193.92-24.08 193.48-21.60L193.48-21.60L193.48-21.60Q193.04-19.12 192.72-17.20L192.72-17.20L192.72-17.20Q192.32-14.48 192.04-12.04L192.04-12.04L192.04-12.04Q191.76-9.60 191.52-7.28L191.52-7.28L191.52-7.28Q191.28-4.96 191.12-2.60L191.12-2.60L191.12-2.60Q190.96-0.24 190.72 2.24L190.72 2.24L190.72 2.24Q190.80 2.32 190.80 2.68L190.80 2.68L190.80 2.68Q190.80 3.04 190.80 3.40L190.80 3.40L190.80 3.40Q190.80 3.76 190.80 4.04L190.80 4.04L190.80 4.04Q190.80 4.32 190.96 4.32L190.96 4.32L190.96 4.32Q191.04 4.32 191.20 4.04L191.20 4.04L191.20 4.04Q191.36 3.76 191.52 3.44L191.52 3.44L191.52 3.44Q191.68 3.12 191.76 2.80L191.76 2.80L191.76 2.80Q191.84 2.48 191.84 2.48L191.84 2.48L191.84 2.48Q192.72 0.56 193.36-2L193.36-2L193.36-2Q194-4.56 194.40-7.12L194.40-7.12L194.40-7.12Q194.48-7.76 194.72-9.76L194.72-9.76L194.72-9.76Q194.96-11.76 195.28-14.40L195.28-14.40L195.28-14.40Q195.60-17.04 196.04-20.12L196.04-20.12L196.04-20.12Q196.48-23.20 196.92-26.04L196.92-26.04L196.92-26.04Q197.36-28.88 197.88-31.20L197.88-31.20L197.88-31.20Q198.40-33.52 198.88-34.72L198.88-34.72L198.88-34.72Q198.96-35.04 199.04-35.20L199.04-35.20L199.04-35.20Q199.12-35.36 199.12-35.52L199.12-35.52" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(218, 232, 229);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: 67.812241px -0.882688px; animation: 1s linear -0.204286s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M196.48-36.08L196.48-36.08L196.48-36.08Q196.48-36.16 195.92-36.16L195.92-36.16L195.92-36.16Q195.68-36.16 195.44-36.08L195.44-36.08L195.44-36.08Q192.40-35.76 189.84-34.44L189.84-34.44L189.84-34.44Q187.28-33.12 185.16-31.16L185.16-31.16L185.16-31.16Q183.04-29.20 181.40-26.72L181.40-26.72L181.40-26.72Q179.76-24.24 178.72-21.60L178.72-21.60L178.72-21.60Q177.60-18.88 177.04-15.84L177.04-15.84L177.04-15.84Q176.48-12.80 176.64-10.16L176.64-10.16L176.64-10.16Q176.88-6.72 179.68-9.52L179.68-9.52L179.68-9.52Q182.08-11.92 184.20-14.72L184.20-14.72L184.20-14.72Q186.32-17.52 188.20-20.64L188.20-20.64L188.20-20.64Q190.08-23.76 191.76-27L191.76-27L191.76-27Q193.44-30.24 195.12-33.52L195.12-33.52L195.12-33.52Q195.44-34.16 195.36-34.16L195.36-34.16L195.36-34.16Q195.20-34.32 195-34.16L195-34.16L195-34.16Q194.80-34 194.80-33.84L194.80-33.84L194.80-33.84Q190.48-28.32 186.76-23.28L186.76-23.28L186.76-23.28Q183.04-18.24 179.92-13.28L179.92-13.28L179.92-13.28Q179.52-12.88 179.40-13.04L179.40-13.04L179.40-13.04Q179.28-13.20 179.36-13.60L179.36-13.60L179.36-13.60Q179.52-15.44 179.96-17.40L179.96-17.40L179.96-17.40Q180.40-19.36 181.20-21.36L181.20-21.36L181.20-21.36Q183.12-26.24 186.72-30L186.72-30L186.72-30Q190.32-33.76 195.76-35.60L195.76-35.60L195.76-35.60Q196.48-35.92 196.48-36.08" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(48, 176, 224);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: 63.618591px 0.729107px; animation: 1s linear -0.188571s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M192.16-36.64L192.16-36.64L192.16-36.64Q192.08-36.80 191.80-36.80L191.80-36.80L191.80-36.80Q191.52-36.80 191.28-36.80L191.28-36.80L191.28-36.80Q189.04-36.80 186.60-35.52L186.60-35.52L186.60-35.52Q184.16-34.24 181.92-32.28L181.92-32.28L181.92-32.28Q179.68-30.32 177.92-27.96L177.92-27.96L177.92-27.96Q176.16-25.60 175.28-23.44L175.28-23.44L175.28-23.44Q174.16-20.56 173.40-17.88L173.40-17.88L173.40-17.88Q172.64-15.20 172.56-12.48L172.56-12.48L172.56-12.48Q172.48-11.04 172.68-9.68L172.68-9.68L172.68-9.68Q172.88-8.32 173.44-6.72L173.44-6.72L173.44-6.72Q173.76-5.76 174.52-5.20L174.52-5.20L174.52-5.20Q175.28-4.64 176.12-4.48L176.12-4.48L176.12-4.48Q176.96-4.32 177.84-4.48L177.84-4.48L177.84-4.48Q178.72-4.64 179.36-5.12L179.36-5.12L179.36-5.12Q179.44-5.20 179.72-5.44L179.72-5.44L179.72-5.44Q180-5.68 180.28-5.96L180.28-5.96L180.28-5.96Q180.56-6.24 180.76-6.48L180.76-6.48L180.76-6.48Q180.96-6.72 180.88-6.88L180.88-6.88L180.88-6.88Q180.80-7.04 180.12-6.68L180.12-6.68L180.12-6.68Q179.44-6.32 178.96-6.24L178.96-6.24L178.96-6.24Q177.28-5.92 176.44-6.48L176.44-6.48L176.44-6.48Q175.60-7.04 175.24-8.12L175.24-8.12L175.24-8.12Q174.88-9.20 174.92-10.52L174.92-10.52L174.92-10.52Q174.96-11.84 175.12-13.12L175.12-13.12L175.12-13.12Q175.12-13.60 175.32-14.80L175.32-14.80L175.32-14.80Q175.52-16 176-17.72L176-17.72L176-17.72Q176.48-19.44 177.32-21.52L177.32-21.52L177.32-21.52Q178.16-23.60 179.36-25.68L179.36-25.68L179.36-25.68Q180.56-27.76 182.20-29.52L182.20-29.52L182.20-29.52Q183.84-31.28 185.52-32.64L185.52-32.64L185.52-32.64Q187.20-34 188.76-34.88L188.76-34.88L188.76-34.88Q190.32-35.76 191.44-36.08L191.44-36.08L191.44-36.08Q192-36.24 192.08-36.36L192.08-36.36L192.08-36.36Q192.16-36.48 192.16-36.64" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(161, 205, 229);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: 67.344307px 13.990774px; animation: 1s linear -0.172857s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M201.84-37.20L201.84-37.52L201.84-37.52Q201.60-37.52 201.44-37.20L201.44-37.20L201.44-37.20Q201.36-37.04 201.28-36.80L201.28-36.80L201.28-36.80Q198.88-31.84 197.92-26.60L197.92-26.60L197.92-26.60Q196.96-21.36 196.48-15.92L196.48-15.92L196.48-15.92Q196-10.48 195.52-4.96L195.52-4.96L195.52-4.96Q195.04 0.56 193.60 6.08L193.60 6.08L193.60 6.08Q193.12 7.84 192.64 9.76L192.64 9.76L192.64 9.76Q192.16 11.68 191.36 13.52L191.36 13.52L191.36 13.52Q190.56 15.36 189.24 17L189.24 17L189.24 17Q187.92 18.64 185.68 19.76L185.68 19.76L185.68 19.76Q183.12 21.12 180.96 20.92L180.96 20.92L180.96 20.92Q178.80 20.72 176.96 19.76L176.96 19.76L176.96 19.76Q175.12 18.80 173.60 17.32L173.60 17.32L173.60 17.32Q172.08 15.84 170.96 14.64L170.96 14.64L170.96 14.64Q170.80 14.48 170.64 14.28L170.64 14.28L170.64 14.28Q170.48 14.08 170.40 14.16L170.40 14.16L170.40 14.16Q170.24 14.24 170.36 14.52L170.36 14.52L170.36 14.52Q170.48 14.80 170.56 14.96L170.56 14.96L170.56 14.96Q172.40 18.40 176.16 20.96L176.16 20.96L176.16 20.96Q177.04 21.60 178.32 22.08L178.32 22.08L178.32 22.08Q179.60 22.56 181.08 22.76L181.08 22.76L181.08 22.76Q182.56 22.96 184.12 22.68L184.12 22.68L184.12 22.68Q185.68 22.40 187.12 21.44L187.12 21.44L187.12 21.44Q189.76 19.68 191.32 17.72L191.32 17.72L191.32 17.72Q192.88 15.76 193.84 13.72L193.84 13.72L193.84 13.72Q194.80 11.68 195.32 9.52L195.32 9.52L195.32 9.52Q195.84 7.36 196.32 5.28L196.32 5.28L196.32 5.28Q197.68-0.16 198.20-5.56L198.20-5.56L198.20-5.56Q198.72-10.96 199.04-16.24L199.04-16.24L199.04-16.24Q199.36-21.52 199.84-26.68L199.84-26.68L199.84-26.68Q200.32-31.84 201.68-36.72L201.68-36.72L201.68-36.72Q201.84-37.04 201.84-37.20L201.84-37.20" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(191, 222, 238);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: 63.203522px 12.401834px; animation: 1s linear -0.157143s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M192.40-22.24L192.40-22.24L192.40-22.24Q192.80-23.92 193.48-25.72L193.48-25.72L193.48-25.72Q194.16-27.52 194.56-29.28L194.56-29.28L194.56-29.28Q194.56-29.44 194.68-29.84L194.68-29.84L194.68-29.84Q194.80-30.24 194.72-30.24L194.72-30.24L194.72-30.24Q194.56-30.32 194.24-29.84L194.24-29.84L194.24-29.84Q193.92-29.36 193.92-29.28L193.92-29.28L193.92-29.28Q192.80-27.44 191.92-25.40L191.92-25.40L191.92-25.40Q191.04-23.36 190.32-21.68L190.32-21.68L190.32-21.68Q190.16-21.28 189.64-20.32L189.64-20.32L189.64-20.32Q189.12-19.36 188.60-18.28L188.60-18.28L188.60-18.28Q188.08-17.20 187.72-16.28L187.72-16.28L187.72-16.28Q187.36-15.36 187.60-15.20L187.60-15.20L187.60-15.20Q187.76-15.20 188.08-15.56L188.08-15.56L188.08-15.56Q188.40-15.92 188.56-16.08L188.56-16.08L188.56-16.08Q188.80-16.48 189.12-16.92L189.12-16.92L189.12-16.92Q189.44-17.36 189.76-17.76L189.76-17.76L189.76-17.76Q189.28-15.76 188.92-14.44L188.92-14.44L188.92-14.44Q188.56-13.12 188.16-12.08L188.16-12.08L188.16-12.08Q187.76-11.04 187.24-10.12L187.24-10.12L187.24-10.12Q186.72-9.20 185.84-8L185.84-8L185.84-8Q185.20-7.12 184.28-6.12L184.28-6.12L184.28-6.12Q183.36-5.12 182.20-4.28L182.20-4.28L182.20-4.28Q181.04-3.44 179.68-2.92L179.68-2.92L179.68-2.92Q178.32-2.40 176.80-2.40L176.80-2.40L176.80-2.40Q174.88-2.40 173.76-3.40L173.76-3.40L173.76-3.40Q172.64-4.40 172.08-5.88L172.08-5.88L172.08-5.88Q171.52-7.36 171.36-9.04L171.36-9.04L171.36-9.04Q171.20-10.72 171.28-12.16L171.28-12.16L171.28-12.16Q171.60-17.92 173.96-23.40L173.96-23.40L173.96-23.40Q176.32-28.88 180.56-33.20L180.56-33.20L180.56-33.20Q180.56-33.28 180.80-33.52L180.80-33.52L180.80-33.52Q181.04-33.76 181.04-33.84L181.04-33.84L181.04-33.84Q180.88-34 180.64-33.84L180.64-33.84L180.32-33.68L180.32-33.68Q178.88-32.80 177.32-31.28L177.32-31.28L177.32-31.28Q175.76-29.76 174.36-27.72L174.36-27.72L174.36-27.72Q172.96-25.68 171.80-23.20L171.80-23.20L171.80-23.20Q170.64-20.72 169.84-18.08L169.84-18.08L169.84-18.08Q169.44-16.72 169.24-14.84L169.24-14.84L169.24-14.84Q169.04-12.96 169.16-10.92L169.16-10.92L169.16-10.92Q169.28-8.88 169.72-6.84L169.72-6.84L169.72-6.84Q170.16-4.80 171.16-3.24L171.16-3.24L171.16-3.24Q172.16-1.68 173.72-0.76L173.72-0.76L173.72-0.76Q175.28 0.16 177.60 0L177.60 0L177.60 0Q179.92-0.16 181.32-0.80L181.32-0.80L181.32-0.80Q182.72-1.44 183.60-2.16L183.60-2.16L183.60-2.16Q184.72-3.04 185.60-4L185.60-4L185.60-4Q186.48-4.96 187.36-5.84L187.36-5.84L187.36-5.84Q186.88-3.04 186.44-1.08L186.44-1.08L186.44-1.08Q186 0.88 185.60 2.64L185.60 2.64L185.60 2.64Q185.04 5.04 184.56 7.24L184.56 7.24L184.56 7.24Q184.08 9.44 183.52 11.12L183.52 11.12L183.52 11.12Q182.96 12.80 182.24 13.88L182.24 13.88L182.24 13.88Q181.52 14.96 180.56 15.12L180.56 15.12L180.56 15.12Q179.44 15.12 179.44 15.36L179.44 15.36L179.44 15.36Q179.36 15.60 179.76 15.76L179.76 15.76L179.76 15.76Q180.16 15.92 180.56 16L180.56 16L180.56 16Q181.76 16.24 182.84 15.60L182.84 15.60L182.84 15.60Q183.92 14.96 184.76 13.72L184.76 13.72L184.76 13.72Q185.60 12.48 186.28 10.80L186.28 10.80L186.28 10.80Q186.96 9.12 187.44 7.36L187.44 7.36L187.44 7.36Q188.40 3.68 189.04 0.20L189.04 0.20L189.04 0.20Q189.68-3.28 190.24-7.12L190.24-7.12L190.24-7.12Q190.80-10.88 191.16-14.64L191.16-14.64L191.16-14.64Q191.52-18.40 192.40-22.24" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(188, 37, 45);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: 58.411324px 36.894824px; animation: 1s linear -0.141429s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M183.44 17.44L183.44 17.44L183.44 17.44Q183.28 17.28 183 17.32L183 17.32L183 17.32Q182.72 17.36 182.64 17.36L182.64 17.36L182.64 17.36Q181.28 17.60 179.96 17.28L179.96 17.28L179.96 17.28Q178.64 16.96 177.28 16.40L177.28 16.40L177.28 16.40Q175.76 15.76 174.48 14.84L174.48 14.84L174.48 14.84Q173.20 13.92 171.60 12.88L171.60 12.88L171.60 12.88Q171.44 12.72 171.12 12.56L171.12 12.56L171.12 12.56Q170.80 12.40 170.80 12.56L170.80 12.56L170.80 12.56Q170.72 12.64 170.92 12.96L170.92 12.96L170.92 12.96Q171.12 13.28 171.28 13.44L171.28 13.44L171.28 13.44Q172.32 14.80 173.48 16L173.48 16L173.48 16Q174.64 17.20 176.48 17.92L176.48 17.92L176.48 17.92Q177.68 18.40 178.96 18.56L178.96 18.56L178.96 18.56Q180.24 18.72 181.32 18.60L181.32 18.60L181.32 18.60Q182.40 18.48 183.04 18.16L183.04 18.16L183.04 18.16Q183.68 17.84 183.44 17.44" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(210, 210, 203);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: 91.190025px 17.449108px; animation: 1s linear -0.125714s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M208.40 1.60L208.40 1.60L208.40 1.60Q208 1.60 207.16 1.48L207.16 1.48L207.16 1.48Q206.32 1.36 206.32 0.72L206.32 0.72L206.32 0.72Q206.32 0.48 207.04 0.12L207.04 0.12L207.04 0.12Q207.76-0.24 208.64-0.88L208.64-0.88L208.64-0.88Q209.52-1.52 210.24-2.60L210.24-2.60L210.24-2.60Q210.96-3.68 210.96-5.36L210.96-5.36L210.96-5.36Q210.96-7.44 210.16-8.48L210.16-8.48L210.16-8.48Q210-8.72 209.76-9L209.76-9L209.76-9Q209.52-9.28 209.60-9.36L209.60-9.36L209.60-9.36Q209.76-9.36 209.96-9.24L209.96-9.24L209.96-9.24Q210.16-9.12 210.24-9.04L210.24-9.04L210.24-9.04Q211.84-8.16 212.68-6.76L212.68-6.76L212.68-6.76Q213.52-5.36 213.52-4.08L213.52-4.08L213.52-4.08Q213.52-1.52 212.32 0.04L212.32 0.04L212.32 0.04Q211.12 1.60 208.40 1.60" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(77, 105, 93);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: 88.150017px 15.660178px; animation: 1s linear -0.11s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M205.44-1.52L205.44-1.52L205.44-1.52Q204.48-1.12 204.48-2L204.48-2L204.48-2Q204.48-2.64 204.96-3.24L204.96-3.24L204.96-3.24Q205.44-3.84 205.88-4.56L205.88-4.56L205.88-4.56Q206.32-5.28 206.48-6.20L206.48-6.20L206.48-6.20Q206.64-7.12 206-8.48L206-8.48L206-8.48Q205.84-8.88 205.44-9.36L205.44-9.36L205.44-9.36Q205.04-9.84 205.20-9.92L205.20-9.92L205.20-9.92Q205.36-10 205.88-9.80L205.88-9.80L205.88-9.80Q206.40-9.60 206.56-9.52L206.56-9.52L206.56-9.52Q207.92-8.88 208.60-7.60L208.60-7.60L208.60-7.60Q209.28-6.32 209.28-5.36L209.28-5.36L209.28-5.36Q209.28-3.84 208.04-2.84L208.04-2.84L208.04-2.84Q206.80-1.84 205.44-1.52" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(131, 167, 157);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: 85.350021px 15.449107px; animation: 1s linear -0.094286s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M203.12-5.84L203.12-5.84L203.12-5.84Q203.12-6.24 203.36-6.76L203.36-6.76L203.36-6.76Q203.60-7.28 204.16-7.28L204.16-7.28L204.16-7.28Q204.56-7.28 204.80-6.76L204.80-6.76L204.80-6.76Q205.04-6.24 205.04-5.84L205.04-5.84L205.04-5.84Q205.04-5.52 204.80-5L204.80-5L204.80-5Q204.56-4.48 204.16-4.48L204.16-4.48L204.16-4.48Q203.60-4.48 203.36-4.96L203.36-4.96L203.36-4.96Q203.12-5.44 203.12-5.84" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(218, 232, 229);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: 111.350014px 17.449108px; animation: 1s linear -0.078571s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M228.56 1.60L228.56 1.60L228.56 1.60Q228.16 1.60 227.32 1.48L227.32 1.48L227.32 1.48Q226.48 1.36 226.48 0.72L226.48 0.72L226.48 0.72Q226.48 0.48 227.20 0.12L227.20 0.12L227.20 0.12Q227.92-0.24 228.80-0.88L228.80-0.88L228.80-0.88Q229.68-1.52 230.40-2.60L230.40-2.60L230.40-2.60Q231.12-3.68 231.12-5.36L231.12-5.36L231.12-5.36Q231.12-7.44 230.32-8.48L230.32-8.48L230.32-8.48Q230.16-8.72 229.92-9L229.92-9L229.92-9Q229.68-9.28 229.76-9.36L229.76-9.36L229.76-9.36Q229.92-9.36 230.12-9.24L230.12-9.24L230.12-9.24Q230.32-9.12 230.40-9.04L230.40-9.04L230.40-9.04Q232-8.16 232.84-6.76L232.84-6.76L232.84-6.76Q233.68-5.36 233.68-4.08L233.68-4.08L233.68-4.08Q233.68-1.52 232.48 0.04L232.48 0.04L232.48 0.04Q231.28 1.60 228.56 1.60" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(48, 176, 224);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: 108.31002px 15.660178px; animation: 1s linear -0.062857s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M225.60-1.52L225.60-1.52L225.60-1.52Q224.64-1.12 224.64-2L224.64-2L224.64-2Q224.64-2.64 225.12-3.24L225.12-3.24L225.12-3.24Q225.60-3.84 226.04-4.56L226.04-4.56L226.04-4.56Q226.48-5.28 226.64-6.20L226.64-6.20L226.64-6.20Q226.80-7.12 226.16-8.48L226.16-8.48L226.16-8.48Q226-8.88 225.60-9.36L225.60-9.36L225.60-9.36Q225.20-9.84 225.36-9.92L225.36-9.92L225.36-9.92Q225.52-10 226.04-9.80L226.04-9.80L226.04-9.80Q226.56-9.60 226.72-9.52L226.72-9.52L226.72-9.52Q228.08-8.88 228.76-7.60L228.76-7.60L228.76-7.60Q229.44-6.32 229.44-5.36L229.44-5.36L229.44-5.36Q229.44-3.84 228.20-2.84L228.20-2.84L228.20-2.84Q226.96-1.84 225.60-1.52" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(161, 205, 229);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: 105.510017px 15.449107px; animation: 1s linear -0.047143s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M223.28-5.84L223.28-5.84L223.28-5.84Q223.28-6.24 223.52-6.76L223.52-6.76L223.52-6.76Q223.76-7.28 224.32-7.28L224.32-7.28L224.32-7.28Q224.72-7.28 224.96-6.76L224.96-6.76L224.96-6.76Q225.20-6.24 225.20-5.84L225.20-5.84L225.20-5.84Q225.20-5.52 224.96-5L224.96-5L224.96-5Q224.72-4.48 224.32-4.48L224.32-4.48L224.32-4.48Q223.76-4.48 223.52-4.96L223.52-4.96L223.52-4.96Q223.28-5.44 223.28-5.84" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(191, 222, 238);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: 131.510017px 17.449108px; animation: 1s linear -0.031429s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M248.72 1.60L248.72 1.60L248.72 1.60Q248.32 1.60 247.48 1.48L247.48 1.48L247.48 1.48Q246.64 1.36 246.64 0.72L246.64 0.72L246.64 0.72Q246.64 0.48 247.36 0.12L247.36 0.12L247.36 0.12Q248.08-0.24 248.96-0.88L248.96-0.88L248.96-0.88Q249.84-1.52 250.56-2.60L250.56-2.60L250.56-2.60Q251.28-3.68 251.28-5.36L251.28-5.36L251.28-5.36Q251.28-7.44 250.48-8.48L250.48-8.48L250.48-8.48Q250.32-8.72 250.08-9L250.08-9L250.08-9Q249.84-9.28 249.92-9.36L249.92-9.36L249.92-9.36Q250.08-9.36 250.28-9.24L250.28-9.24L250.28-9.24Q250.48-9.12 250.56-9.04L250.56-9.04L250.56-9.04Q252.16-8.16 253.00-6.76L253.00-6.76L253.00-6.76Q253.84-5.36 253.84-4.08L253.84-4.08L253.84-4.08Q253.84-1.52 252.64 0.04L252.64 0.04L252.64 0.04Q251.44 1.60 248.72 1.60" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(188, 37, 45);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: 128.470024px 15.660178px; animation: 1s linear -0.015714s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M245.76-1.52L245.76-1.52L245.76-1.52Q244.80-1.12 244.80-2L244.80-2L244.80-2Q244.80-2.64 245.28-3.24L245.28-3.24L245.28-3.24Q245.76-3.84 246.20-4.56L246.20-4.56L246.20-4.56Q246.64-5.28 246.80-6.20L246.80-6.20L246.80-6.20Q246.96-7.12 246.32-8.48L246.32-8.48L246.32-8.48Q246.16-8.88 245.76-9.36L245.76-9.36L245.76-9.36Q245.36-9.84 245.52-9.92L245.52-9.92L245.52-9.92Q245.68-10 246.20-9.80L246.20-9.80L246.20-9.80Q246.72-9.60 246.88-9.52L246.88-9.52L246.88-9.52Q248.24-8.88 248.92-7.60L248.92-7.60L248.92-7.60Q249.60-6.32 249.60-5.36L249.60-5.36L249.60-5.36Q249.60-3.84 248.36-2.84L248.36-2.84L248.36-2.84Q247.12-1.84 245.76-1.52" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(210, 210, 203);"></path></g><g class="path" style="transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: 125.670029px 15.449107px; animation: 1s linear infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7;"><path d="M243.44-5.84L243.44-5.84L243.44-5.84Q243.44-6.24 243.68-6.76L243.68-6.76L243.68-6.76Q243.92-7.28 244.48-7.28L244.48-7.28L244.48-7.28Q244.88-7.28 245.12-6.76L245.12-6.76L245.12-6.76Q245.36-6.24 245.36-5.84L245.36-5.84L245.36-5.84Q245.36-5.52 245.12-5L245.12-5L245.12-5Q244.88-4.48 244.48-4.48L244.48-4.48L244.48-4.48Q243.92-4.48 243.68-4.96L243.68-4.96L243.68-4.96Q243.44-5.44 243.44-5.84" fill="#d2d2cb" stroke="none" stroke-width="none" transform="translate(-118.72998046875,21.32910807291666)" style="fill: rgb(77, 105, 93);"></path></g></g>
|
|
35
|
-
</g>
|
|
36
|
-
</g>
|
|
37
|
-
<style id="bounce-3c330417-32e6-452f-bc30-b486e5f258a7" data-anikit="">@keyframes bounce-3c330417-32e6-452f-bc30-b486e5f258a7
|
|
38
|
-
{
|
|
39
|
-
0% {
|
|
40
|
-
animation-timing-function: cubic-bezier(0.1361,0.2514,0.2175,0.8786);
|
|
41
|
-
transform: translate(0,0px) scaleY(1);
|
|
42
|
-
}
|
|
43
|
-
37% {
|
|
44
|
-
animation-timing-function: cubic-bezier(0.7674,0.1844,0.8382,0.7157);
|
|
45
|
-
transform: translate(0,-39.96px) scaleY(1);
|
|
46
|
-
}
|
|
47
|
-
72% {
|
|
48
|
-
animation-timing-function: cubic-bezier(0.1118,0.2149,0.2172,0.941);
|
|
49
|
-
transform: translate(0,0px) scaleY(1);
|
|
50
|
-
}
|
|
51
|
-
87% {
|
|
52
|
-
animation-timing-function: cubic-bezier(0.7494,0.2259,0.8209,0.6963);
|
|
53
|
-
transform: translate(0,19.900000000000002px) scaleY(0.602);
|
|
54
|
-
}
|
|
55
|
-
100% {
|
|
56
|
-
transform: translate(0,0px) scaleY(1);
|
|
57
|
-
}
|
|
58
|
-
}</style></svg>
|
|
25
|
+
<svg xmlns="http://www.w3.org/2000/svg" style="margin:auto;background:0 0;display:block;shape-rendering:auto" width="289" height="180" preserveAspectRatio="xMidYMid"><g style="transform-origin:144.5px 90px;transform:scale(1)"><g style="transform:matrix(1,0,0,1,0,0);transform-origin:-106.379979px -18.690895px;animation:1s linear -.644286s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M41.85 69.65q.48-1.76.64-4.28.16-2.52 0-5.04t-.76-4.76q-.6-2.24-1.8-3.44-.48-.48-.76-.32-.28.16.12.8.8 1.44.76 4.44-.04 3-.52 6.52-.48 3.52-1.28 7.04t-1.6 6.16q-.4 1.12-.8 2.8-.4 1.68-.84 3.4-.44 1.72-.76 3.36t-.48 2.76q0 .24-.08.92t.16.84q.16 0 .48-.68.32-.68.4-.84 1.92-4.48 3.92-9.56t3.2-10.12" fill="#d2d2cb" stroke-width="none" style="fill:#d2d2cb"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:-104.214976px -7.74362px;animation:1s linear -.628571s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M40.01 89.17q.4-1.44 1.12-3.76.72-2.32 1.44-5.08.72-2.76 1.4-5.76.68-3 1.04-5.84t.24-5.24q-.12-2.4-.84-3.92-.08-.24-.32-.48t-.24.4q.16 5.12-1.04 10.24t-2.56 9.28q-1.04 3.28-2.12 6.56t-1.84 6.52q-.76 3.24-.96 6.36-.2 3.12.6 6 .32 1.04.56 1.04.24-.08.24-1.04 0-1.44.28-3.24.28-1.8.76-3.8.48-2 1.04-4.12t1.2-4.12" fill="#d2d2cb" stroke-width="none" style="fill:#4d695d"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:-111.122235px -9.275339px;animation:1s linear -.612857s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M38.49 111.09q-2.8-.32-5-2.8t-2.92-6.08q-.72-3.44-.36-7t1.24-6.68q1.28-4.8 3.04-9.88 1.76-5.08 3-10.04 1.24-4.96 1.4-9.56.16-4.6-1.6-8.44-.16-.08-.24-.36-.08-.28-.24-.2-.24 0-.08.56.64 3.68.08 7.96-.56 4.28-1.8 8.88-1.24 4.6-2.8 9.48-1.56 4.88-2.92 9.76-1.04 3.6-1.4 7.64-.36 4.04.52 8.12.48 2.08 1.48 3.76 1 1.68 2.36 2.84 1.36 1.16 2.96 1.8 1.6.64 3.28.56h.24q.08 0 .24-.08 0-.24-.48-.24" fill="#d2d2cb" stroke-width="none" style="fill:#83a79d"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:-108.070783px 14.809107px;animation:1s linear -.597143s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M36.09 107.09q-1.44-1.68-2.32-4.32-.08-.24-.24-.76l-.32-1.04q-.16-.52-.32-.96-.16-.44-.24-.44-.32 0-.32 1.04t.24 2.4q.24 1.36.72 2.76.48 1.4 1.12 2.2 1.28 1.44 2.6 1.76 1.32.32 2.68.32.48 0 .76-.28t-.44-.44q-2.32-.24-3.92-2.24" fill="#d2d2cb" stroke-width="none" style="fill:#dae8e5"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:-86.985215px 2.089108px;animation:1s linear -.581429s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M69.29 89.17q.24-2.16.08-4.56-.16-2.4-1-4.44-.84-2.04-2.56-3.4-1.72-1.36-4.52-1.36-3.76 0-6.56 2.04t-4.8 5.04q-2 3-3.12 6.4-1.12 3.4-1.44 6.2-.48 3.84-.12 6.64t1.32 4.6q.96 1.8 2.44 2.68 1.48.88 3.24.88 2.48.08 5.24-1.4 2.76-1.48 5.16-4.16 2.4-2.68 4.2-6.56 1.8-3.88 2.44-8.6zm-25.76 5.52q.32-3.2 1.6-7.04t3.56-7.12q2.28-3.28 5.48-5.48 3.2-2.2 7.44-2.2 3.2 0 5.28 1.52t3.2 3.88q1.12 2.36 1.44 5.12.32 2.76 0 5.24-.72 5.76-2.8 10t-4.88 7.08q-2.8 2.84-5.92 4.24-3.12 1.4-6 1.4-2.16 0-3.88-.96-1.72-.96-2.88-3t-1.6-5.2q-.44-3.16-.04-7.48zm8.96 11.28q-.4 0-.8-.28t-.64-.68q-.24-.4-.32-.8-.08-.4.32-.56.24-.08.64.56t.88.64q.8 0 1.88-1.04 1.08-1.04 2.08-2.44t1.76-2.76q.76-1.36 1.08-2 .32-.64.64-1.64.32-1 .6-2.04.28-1.04.48-2.04.2-1 .28-1.72.4-3.6-.16-5.56-.56-1.96-1.84-1.96-.96 0-2 .6t-1.96 1.56q-.92.96-1.64 2.12-.72 1.16-1.04 2.36-.4 1.36-.56 1.36-.24 0-.24-1.36.24-1.52 1.04-3t2-2.64q1.2-1.16 2.64-1.92 1.44-.76 2.96-.76t2.28 1.08q.76 1.08 1.08 2.64.32 1.56.28 3.2-.04 1.64-.2 2.6-.32 2.16-1 4.2-.68 2.04-1.64 4.12-.48.96-1.44 2.36t-2.2 2.68q-1.24 1.28-2.64 2.2-1.4.92-2.6.92zm2.56 1.52q.08.48-.76.8-.84.32-1.72.32-2.48-.08-3.8-1.6-1.32-1.52-1.84-3.6t-.48-4.32q.04-2.24.2-3.76.32-2.64 1.28-5.92t2.72-6.16q1.76-2.88 4.32-4.84 2.56-1.96 6.08-1.96 2.32 0 3.72 1.2 1.4 1.2 2.08 2.96.68 1.76.8 3.8t-.12 3.72q-.16 1.84-.56 3.36-.4 1.52-1.12 3.36-.24.56-.64 1.28t-.88.64q-.24-.08-.12-.64t.32-1.4q.2-.84.44-1.76t.32-1.72q.16-1.36.2-3.4.04-2.04-.32-3.96t-1.32-3.28q-.96-1.36-2.88-1.36-2.8 0-5.16 1.8-2.36 1.8-4.12 4.4-1.76 2.6-2.84 5.44-1.08 2.84-1.32 5-.16 1.28-.08 3.2.08 1.92.6 3.8t1.72 3.24q1.2 1.36 3.28 1.44.64.08 1.24-.12t.76.04" fill="#d2d2cb" stroke-width="none" style="fill:#30b0e0"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:-43.379211px -5.480892px;animation:1s linear -.565714s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M104.01 83.17q-.64 3.2-2.16 6.4t-2.88 6q-.08.16-.36.56-.28.4-.44.4-.24-.08-.24-.52v-.6q.08-.72.28-1.72t.36-2.08.36-2.08q.2-1 .44-1.8.72-2.72 1.2-4.68.48-1.96.72-3.56t.28-3.04q.04-1.44-.2-3.12-.08-.64.08-.8.16-.08.4.16.24.24.4.48 1.36 2.16 1.84 4.76.48 2.6-.08 5.24" fill="#d2d2cb" stroke-width="none" style="fill:#a1cde5"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:-41.109985px 2.209107px;animation:1s linear -.55s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M105.61 77.33l.32.48q1.04 1.52 1.04 4t-.48 5.08q-.48 2.6-1.2 5t-1.04 3.84q-.64 2.8-1.76 5.6t-1.92 4.96q-.08.24-.24.52-.16.28-.32.28t-.16-.32v-.56q-.24-4.4.96-8.6 1.2-4.2 2.56-8.52.8-2.64 1.52-5.4.72-2.76.64-6.04 0-.32.08-.32" fill="#d2d2cb" stroke-width="none" style="fill:#bfdeee"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:-57.851713px 1.885033px;animation:1s linear -.534286s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M98.41 76.45q-4.88 2-8.28 5.72-3.4 3.72-5.24 8.36-.8 2.08-1.2 3.72-.4 1.64-.64 3.56-.08.4.24.8t.64 0q1.44-1.76 3.68-4.48 2.24-2.72 4.48-5.76 2.24-3.04 4.04-6.16 1.8-3.12 2.28-5.76zm-5.36 27.12q-1.2 1.68-2.32 3.12-1.12 1.44-2.48 2.52-1.36 1.08-3.04 1.72-1.68.64-3.84.72-3.6.16-5.48-1.84-1.88-2-2.6-4.88-.72-2.88-.52-5.96.2-3.08.84-5.08.88-2.8 2.12-5.32 1.24-2.52 2.64-4.56 1.4-2.04 2.88-3.52t2.92-2.28q.08 0 .36-.16.28-.16.28.08.08 0-.08.24t-.32.4q-4.16 4.32-6.6 9.76-2.44 5.44-2.76 11.2-.08 1.44.12 3.12.2 1.68.8 3.16.6 1.48 1.72 2.48t3.04 1q1.52 0 2.8-.52 1.28-.52 2.4-1.36 1.12-.84 2.04-1.84.92-1 1.64-1.88 1.6-2 2.96-4.16 0-1.6.2-3.12t.6-3.04q.24-1.12.44-1.8.2-.68.4-1.28t.4-1.28q.2-.68.6-1.8-1.28 2.24-2.52 4.2t-2.64 3.76q-1.4 1.8-2.88 3.52t-3.24 3.48q-1.36 1.36-2.24.88-.88-.48-1.04-2.24-.16-2.72.28-5.28.44-2.56 1.56-5.36 1.04-2.56 2.6-4.96t3.6-4.36q2.04-1.96 4.52-3.36 2.48-1.4 5.28-1.88.16-.88.28-1.52.12-.64.2-1.28l.16-.88q.16-.08.36.16.2.24.36.64.96 2.64.64 5.28-.32 2.64-1.16 5.36-.84 2.72-1.96 5.56-1.12 2.84-1.84 5.72-.96 4.08-.52 8.44.44 4.36 3.4 7.88l.24.32q-.08.08-.48-.16-2.32-1.44-3.48-3.48-1.16-2.04-1.64-4.28" fill="#d2d2cb" stroke-width="none" style="fill:#bc252d"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:-58.343315px 1.437679px;animation:1s linear -.518571s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M95.85 75.25q.16.16-.04.24-.2.08-.84.24-1.04.32-2.52 1.2-1.48.88-3.12 2.24-1.64 1.36-3.24 3.16-1.6 1.8-2.8 3.88-1.2 2.16-2.04 4.24-.84 2.08-1.36 3.8-.52 1.72-.76 2.96t-.24 1.72v2.52q0 1.32.32 2.36.32 1.04 1.12 1.6t2.4.32q.08 0 .4-.12l.64-.24q.32-.12.6-.2.28-.08.36-.08.08.16-.12.4-.2.24-.52.52t-.6.52q-.28.24-.36.32-2 1.2-3.36.72-1.36-.48-2.12-1.8t-1.04-3.12q-.28-1.8-.2-3.24.16-2.8.88-5.56t1.84-5.56q.88-2.16 2.64-4.44 1.76-2.28 3.96-4.2 2.2-1.92 4.6-3.16 2.4-1.24 4.64-1.32.8 0 .88.08" fill="#d2d2cb" stroke-width="none" style="fill:#d2d2cb"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:-45.756649px 16.809107px;animation:1s linear -.502857s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M100.57 111.17q.16.24.08.32-.24 0-.64-.16-.24-.16-1.28-.96-1.04-.8-1.52-2.56-.16-.64-.28-1.64-.12-1-.12-1.88 0-.88.12-1.52t.36-.64q.24 0 .52.96t.36 1.2q.24 1.12.44 1.96.2.84.44 1.56.32.88.84 2t.68 1.36" fill="#d2d2cb" stroke-width="none" style="fill:#4d695d"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:-5.481979px -18.174894px;animation:1s linear -.487143s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M142.65 69.65q-1.12 5.04-2.92 10.04-1.8 5-3.56 9.48-.08.4-.4 1.04t-.72.48q-.08 0-.08-.72t.08-.96q.16-1.12.44-2.68t.64-3.16q.36-1.6.76-3.16t.72-2.68q.24-.48.6-2.16.36-1.68.76-3.96.4-2.28.72-4.92.32-2.64.4-5.08.08-2.44-.04-4.44-.12-2-.68-2.96-.4-.8-.16-.88.32 0 .72.4 1.2 1.2 1.88 3.24.68 2.04 1 4.4.32 2.36.24 4.68-.08 2.32-.4 4" fill="#d2d2cb" stroke-width="none" style="fill:#83a79d"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:-3.125813px -7.088036px;animation:1s linear -.471429s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M144.73 60.77q.8 1.6.96 3.92.16 2.32-.08 5t-.76 5.52q-.52 2.84-1.16 5.44-.64 2.6-1.24 4.84-.6 2.24-1 3.68-1.12 4.16-2.04 8.28-.92 4.12-.92 7 0 1.04-.08 1.04-.16.16-.36-.24-.2-.4-.36-.8-.8-2.88-.68-5.96t.76-6.32q.64-3.24 1.64-6.56 1-3.32 1.96-6.6 1.12-4.16 2.24-8.68t.72-9.56q0-.4-.04-.44-.04-.04.04-.04.16 0 .4.48" fill="#d2d2cb" stroke-width="none" style="fill:#dae8e5"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:-20.039978px -8.560894px;animation:1s linear -.455714s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M133.21 77.17q-4.8 2.08-8.2 5.8-3.4 3.72-5.16 8.28-.72 1.92-1.16 3.64-.44 1.72-.6 3.64-.08.96.48.72.56-.24.96-.72.96-1.2 1.76-2.36t1.64-2.4q.84-1.24 1.76-2.64.92-1.4 2.04-3 1.2-1.68 2.28-3.32 1.08-1.64 1.92-3.08.84-1.44 1.44-2.64.6-1.2.84-1.92zm-1.76 6.32q-2.88 5.6-5.92 10.52t-6.96 9q-2.48 2.64-2.96-.8-.16-2.72.4-5.68.56-2.96 1.68-5.6 1.04-2.56 2.56-4.96t3.52-4.4q2-2 4.44-3.36 2.44-1.36 5.24-1.84.96-3.36 1.84-6.6.88-3.24 1.44-6.36.56-3.12.6-6.04.04-2.92-.52-5.56-.16-.48-.08-.48.16-.08.28.16.12.24.12.32 1.92 3.84 1.88 8.24-.04 4.4-1.08 9.12-1.04 4.72-2.6 9.6t-2.68 9.76q-.72 3.12-.84 6.68-.12 3.56.68 7 .8 3.6 2.96 6.12t4.96 2.76q.64.08.64.24 0 .16-.2.2-.2.04-.36.04-1.68 0-3.32-.64t-3.08-1.84q-1.44-1.2-2.52-2.84t-1.56-3.72q-.16-.64-.16-1.04-2.24 4.24-5.4 6.84-3.16 2.6-7.96 3-3.6.24-5.48-1.68-1.88-1.92-2.6-4.64-.72-2.72-.48-5.72.24-3 .88-4.92 1.84-5.52 4.64-9.72 2.8-4.2 5.6-5.88.16-.16.48-.28.32-.12.4-.04.16.08-.08.32l-.32.32q-4.32 4.32-6.68 9.88-2.36 5.56-2.52 11.32-.08 1.44.08 3.12.16 1.68.76 3.16.6 1.48 1.72 2.48t3.04 1q2.72.08 5.16-1.64t4.24-4.24q1.8-2.52 2.92-5.4 1.12-2.88 1.28-5.28-.56.64-.96 1.32-.4.68-1.04 1.48-.08.16-.48.52-.4.36-.64.28-.16-.08.16-.92.32-.84.8-1.84.48-1 .96-1.92.48-.92.64-1.24.88-1.84 1.36-3.68.48-1.84 1.12-4" fill="#d2d2cb" stroke-width="none" style="fill:#30b0e0"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:-6.232479px 14.829108px;animation:1s linear -.44s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M142.57 109.49q0 .16-.4.32-.24.08-.4.08-1.52.16-2.84-.16-1.32-.32-2.68-1.68-.72-.72-1.24-2.16-.52-1.44-.8-2.8-.28-1.36-.24-2.4.04-1.04.36-.96.08-.08.28.32t.36.92l.32 1.04q.16.52.24.76.4 1.28.96 2.32.56 1.04 1.36 1.84 1.92 2.24 4.16 2.32.16 0 .36.04.2.04.2.2" fill="#d2d2cb" stroke-width="none" style="fill:#a1cde5"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:-23.213318px 1.764662px;animation:1s linear -.424286s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M130.97 75.73q0 .08-.12.16t-.6.24q-1.04.4-2.56 1.32t-3.2 2.28q-1.68 1.36-3.32 3.16t-2.84 3.88q-1.2 2.16-2.04 4.2-.84 2.04-1.32 3.76-.48 1.72-.68 2.92-.2 1.2-.28 1.6-.08 1.36-.08 2.68t.36 2.4q.36 1.08 1.16 1.64.8.56 2.4.32.16 0 1-.36t1-.28q.08.08-.08.32t-.48.52q-.32.28-.6.48-.28.2-.36.28-.72.4-1.6.6-.88.2-1.72.04t-1.56-.68q-.72-.52-1.04-1.48-.88-2.96-.8-5.76.16-2.8.72-5.56.56-2.76 1.92-5.56.8-2.16 2.52-4.48 1.72-2.32 3.96-4.24 2.24-1.92 4.68-3.2 2.44-1.28 4.6-1.36h.64q.32 0 .32.16" fill="#d2d2cb" stroke-width="none" style="fill:#bfdeee"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:10.532883px -4.070892px;animation:1s linear -.408571s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M157.85 84.93q.24-1.04.28-2.4.04-1.36-.2-2.8-.24-1.44-.84-2.76-.6-1.32-1.56-2.28-.48-.32-.56-.32-.32 0 0 .48.48 1.04.36 3.24t-.52 4.56q-.4 2.36-.84 4.24-.44 1.88-.52 2.28-.56 1.44-1 3.6-.44 2.16-.44 3.52-.08.16-.08.64t.24.56q.08 0 .32-.4t.4-.56q1.44-2.56 2.76-5.6 1.32-3.04 2.2-6" fill="#d2d2cb" stroke-width="none" style="fill:#bc252d"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:12.820015px 3.449107px;animation:1s linear -.392857s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M158.17 97.01q.32-1.44 1.04-3.72.72-2.28 1.2-4.72t.48-4.8q0-2.36-.96-3.88-.32-.32-.48-.32-.16 0-.08.32 0 3.04-.68 5.64-.68 2.6-1.48 5.08-1.36 4.08-2.48 7.96-1.12 3.88-.96 7.96 0 .24.04.52t.28.28q.16 0 .24-.16l.24-.48q.8-1.92 1.84-4.52 1.04-2.6 1.76-5.16" fill="#d2d2cb" stroke-width="none" style="fill:#d2d2cb"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:5.805752px 2.231329px;animation:1s linear -.377143s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M152.49 111.33q-1.52-1.6-2.32-3.56-.8-1.96-1.12-4-.32-2.04-.16-4.12t.64-3.92q.72-2.88 1.84-5.76t1.92-5.72q.8-2.84.92-5.6t-1.16-5.4q-.24-.4-.32-.4-.08 0-.08.12t.08.2q.24 2.4-.32 4.96t-1.44 5.24q-.88 2.68-1.96 5.52-1.08 2.84-1.8 5.8-.56 2.16-.76 4.4-.2 2.24.28 4.44.48 2.2 1.76 4.2t3.68 3.68q.16.16.4.2.24.04-.08-.28" fill="#d2d2cb" stroke-width="none" style="fill:#4d695d"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:8.416683px 17.169107px;animation:1s linear -.361429s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M153.13 108.29q-.24-.64-.52-1.6-.28-.96-.44-1.84-.16-.32-.4-1.2-.24-.88-.4-.88-.32 0-.44.56t-.12 1.4q0 .84.12 1.76t.36 1.56q.48 1.6 1.16 2.24.68.64 1.8 1.04.48.24.72.24.08 0 .04-.12t-.12-.12q-.56-.64-1-1.36-.44-.72-.76-1.68" fill="#d2d2cb" stroke-width="none" style="fill:#83a79d"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:16.390022px -28.590895px;animation:1s linear -.345714s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M159.37 66.93q-.4 0-1.24-.12t-.84-.76q0-.24.72-.6t1.6-1.04q.88-.68 1.6-1.76.72-1.08.72-2.76 0-2.08-.8-3.12-.16-.24-.4-.52-.24-.28-.16-.36.16 0 .36.12.2.12.28.2 1.6.88 2.44 2.28.84 1.4.84 2.68 0 2.56-1.2 4.16t-3.92 1.6" fill="#d2d2cb" stroke-width="none" style="fill:#dae8e5"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:13.350014px -30.419821px;animation:1s linear -.33s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M156.41 63.73q-.96.4-.96-.48 0-.64.48-1.24t.92-1.32q.44-.72.6-1.64.16-.92-.48-2.28-.16-.4-.56-.88t-.24-.56q.16-.08.68.12t.68.28q1.36.64 2.04 1.92.68 1.28.68 2.24 0 1.52-1.24 2.52t-2.6 1.32" fill="#d2d2cb" stroke-width="none" style="fill:#30b0e0"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:10.550026px -30.630892px;animation:1s linear -.314286s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M154.09 59.41q0-.4.24-.92t.8-.52q.4 0 .64.52t.24.92q0 .32-.24.84t-.64.52q-.56 0-.8-.48t-.24-.88" fill="#d2d2cb" stroke-width="none" style="fill:#a1cde5"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:37.019875px 2.357107px;animation:1s linear -.298571s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M189.37 82.61q.16 2.48-.32 4.76t-1.2 4.2q-.16.4-.52.88t-.68.32q-.16 0-.08-.56t.08-.8q.08-.88.12-2.2.04-1.32.04-2.68t-.12-2.6q-.12-1.24-.36-2.12-.72-2.56-2.28-2.84-1.56-.28-3.16.84t-3.04 3.12q-1.44 2-1.92 3.92.48-.72 1.24-1.72t1.72-1.92q.96-.92 2.04-1.52t2.04-.52q1.04.08 1.48 1.12.44 1.04.52 2.56.08 1.52-.16 3.28-.24 1.76-.56 3.28-.56 2.48-.96 5.12-.4 2.64-.28 5.16t.88 4.88q.76 2.36 2.6 4.36.16.24.24.4.08.16-.4-.08-2.08-1.2-3.32-2.8-1.24-1.6-1.88-3.44-.64-1.84-.76-3.84-.12-2 .04-4 .32-2.88.96-5.04.64-2.16.96-4.88.16-1.68-.24-2.2-.4-.52-.96-.6-.8-.08-1.8.84-1 .92-2.08 2.6-1.08 1.68-2.08 3.92t-1.72 4.72q-.64 2.48-1.56 5.16t-1.72 4.6q-.32.72-.48.72-.16 0-.28-.32-.12-.32-.12-.48-.32-4 .72-7.92t2.4-7.92q.8-2.48 1.44-4.4.64-1.92.64-4.88 0-1.28.64-2.68.64-1.4 1.88-2.56 1.24-1.16 3.08-1.88t4.16-.64q3.84.08 5.92 1.8t2.92 4.36q.84 2.64.72 5.72-.12 3.08-.68 5.96-.48 2.16-1.12 3.92-.64 1.76-1.36 3.28-.72 1.52-1.36 2.88-.64 1.36-1.04 2.72-.08.24-.16.52t-.24.28q-.16 0-.24-.32-.08-.32-.08-.72-.16-2.72.56-5.24.72-2.52 1.52-5.2t1.2-5.64q.4-2.96-.32-6.56-.72-3.84-3.52-5.12-2.8-1.28-6.4.16-.48.24-1.28.72t-1.56 1.28q-.76.8-1.4 1.88-.64 1.08-.8 2.36.96-1.44 2.24-2.72 1.28-1.28 2.72-2.04 1.44-.76 2.92-.92 1.48-.16 2.92.56 1.68.88 2.32 2.44.64 1.56.72 2.92" fill="#d2d2cb" stroke-width="none" style="fill:#bfdeee"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:25.772522px -4.064739px;animation:1s linear -.282857s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M173.05 84.77q-.88 3.04-2.36 6t-2.44 5.68q-.08.16-.28.6-.2.44-.52.36-.16-.08-.2-.52-.04-.44-.04-.68 0-1.28.44-3.4t.92-3.48q.16-.48.6-2.44.44-1.96.8-4.28.36-2.32.48-4.48.12-2.16-.44-3.12-.32-.56 0-.56.24 0 .64.4.96.88 1.56 2.16.6 1.28.88 2.68.28 1.4.24 2.76-.04 1.36-.28 2.32" fill="#d2d2cb" stroke-width="none" style="fill:#bc252d"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:42.387352px 15.062441px;animation:1s linear -.267143s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M189.37 111.25q-.16.08-.64-.08-.24-.08-.4-.16-1.12-.72-1.92-1.64-.8-.92-1.6-3.16-.24-.8-.36-2.04t-.04-2.44q.08-1.2.28-2.04.2-.84.6-.84.16 0 .36.92.2.92.4 2.12.2 1.2.44 2.4t.4 1.76l.8 2.4q.4 1.2 1.28 2.08.16.16.32.44t.08.28" fill="#d2d2cb" stroke-width="none" style="fill:#d2d2cb"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:21.080132px 2.374821px;animation:1s linear -.251429s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M167.77 111.41q-2.48-1.68-3.8-3.68-1.32-2-1.8-4.16t-.36-4.4q.12-2.24.6-4.4.64-2.88 1.64-5.72 1-2.84 1.92-5.52.92-2.68 1.44-5.24.52-2.56.12-4.88 0-.32.08-.32.16 0 .4.4 1.44 2.56 1.36 5.28-.08 2.72-.88 5.56-.8 2.84-1.96 5.76t-1.8 5.88q-.4 1.84-.52 3.88t.28 4.04q.4 2 1.32 3.92t2.52 3.44q.32.16.16.32t-.36.04q-.2-.12-.36-.2" fill="#d2d2cb" stroke-width="none" style="fill:#4d695d"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:24.043343px 17.231964px;animation:1s linear -.235714s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M170.81 111.73q-.24.16-.64-.24-.88-.64-1.72-1.36-.84-.72-1.64-2.32-.32-.56-.48-1.44-.16-.88-.16-1.72t.12-1.4q.12-.56.36-.56.32.08.52.88t.36 1.04q.32.88.56 1.64.24.76.56 1.48.48 1.12.96 1.92.48.8 1.12 1.6.08.08.16.24.08.16-.08.24" fill="#d2d2cb" stroke-width="none" style="fill:#83a79d"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:76.190018px 5.601109px;animation:1s linear -.22s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M224.89 75.81v-.24q-.16-.08-.36.24-.2.32-.36.48-1.2 1.52-2.16 3.76-.96 2.24-1.64 4.72-.68 2.48-1.12 4.96-.44 2.48-.76 4.4-.4 2.72-.68 5.16t-.52 4.76q-.24 2.32-.4 4.68-.16 2.36-.4 4.84.08.08.08.44v1.36q0 .28.16.28.08 0 .24-.28.16-.28.32-.6.16-.32.24-.64l.08-.32q.88-1.92 1.52-4.48.64-2.56 1.04-5.12.08-.64.32-2.64t.56-4.64q.32-2.64.76-5.72.44-3.08.88-5.92t.96-5.16q.52-2.32 1-3.52.08-.32.16-.48.08-.16.08-.32" fill="#d2d2cb" stroke-width="none" style="fill:#dae8e5"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:67.812241px -.882688px;animation:1s linear -.204286s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M222.25 75.25q0-.08-.56-.08-.24 0-.48.08-3.04.32-5.6 1.64-2.56 1.32-4.68 3.28-2.12 1.96-3.76 4.44-1.64 2.48-2.68 5.12-1.12 2.72-1.68 5.76-.56 3.04-.4 5.68.24 3.44 3.04.64 2.4-2.4 4.52-5.2 2.12-2.8 4-5.92t3.56-6.36q1.68-3.24 3.36-6.52.32-.64.24-.64-.16-.16-.36 0-.2.16-.2.32-4.32 5.52-8.04 10.56-3.72 5.04-6.84 10-.4.4-.52.24-.12-.16-.04-.56.16-1.84.6-3.8.44-1.96 1.24-3.96 1.92-4.88 5.52-8.64 3.6-3.76 9.04-5.6.72-.32.72-.48" fill="#d2d2cb" stroke-width="none" style="fill:#30b0e0"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:63.618591px .729107px;animation:1s linear -.188571s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M217.93 74.69q-.08-.16-.36-.16h-.52q-2.24 0-4.68 1.28-2.44 1.28-4.68 3.24-2.24 1.96-4 4.32-1.76 2.36-2.64 4.52-1.12 2.88-1.88 5.56-.76 2.68-.84 5.4-.08 1.44.12 2.8.2 1.36.76 2.96.32.96 1.08 1.52t1.6.72q.84.16 1.72 0t1.52-.64q.08-.08.36-.32.28-.24.56-.52t.48-.52q.2-.24.12-.4-.08-.16-.76.2t-1.16.44q-1.68.32-2.52-.24-.84-.56-1.2-1.64-.36-1.08-.32-2.4.04-1.32.2-2.6 0-.48.2-1.68t.68-2.92q.48-1.72 1.32-3.8.84-2.08 2.04-4.16 1.2-2.08 2.84-3.84 1.64-1.76 3.32-3.12t3.24-2.24q1.56-.88 2.68-1.2.56-.16.64-.28.08-.12.08-.28" fill="#d2d2cb" stroke-width="none" style="fill:#a1cde5"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:67.344307px 13.990774px;animation:1s linear -.172857s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M227.61 74.13v-.32q-.24 0-.4.32-.08.16-.16.4-2.4 4.96-3.36 10.2-.96 5.24-1.44 10.68-.48 5.44-.96 10.96-.48 5.52-1.92 11.04-.48 1.76-.96 3.68-.48 1.92-1.28 3.76-.8 1.84-2.12 3.48t-3.56 2.76q-2.56 1.36-4.72 1.16-2.16-.2-4-1.16-1.84-.96-3.36-2.44-1.52-1.48-2.64-2.68-.16-.16-.32-.36-.16-.2-.24-.12-.16.08-.04.36.12.28.2.44 1.84 3.44 5.6 6 .88.64 2.16 1.12 1.28.48 2.76.68 1.48.2 3.04-.08t3-1.24q2.64-1.76 4.2-3.72 1.56-1.96 2.52-4t1.48-4.2q.52-2.16 1-4.24 1.36-5.44 1.88-10.84.52-5.4.84-10.68.32-5.28.8-10.44.48-5.16 1.84-10.04.16-.32.16-.48" fill="#d2d2cb" stroke-width="none" style="fill:#bfdeee"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:63.203522px 12.401834px;animation:1s linear -.157143s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M218.17 89.09q.4-1.68 1.08-3.48t1.08-3.56q0-.16.12-.56t.04-.4q-.16-.08-.48.4-.32.48-.32.56-1.12 1.84-2 3.88-.88 2.04-1.6 3.72-.16.4-.68 1.36-.52.96-1.04 2.04t-.88 2q-.36.92-.12 1.08.16 0 .48-.36.32-.36.48-.52.24-.4.56-.84.32-.44.64-.84-.48 2-.84 3.32-.36 1.32-.76 2.36-.4 1.04-.92 1.96-.52.92-1.4 2.12-.64.88-1.56 1.88-.92 1-2.08 1.84-1.16.84-2.52 1.36-1.36.52-2.88.52-1.92 0-3.04-1t-1.68-2.48q-.56-1.48-.72-3.16-.16-1.68-.08-3.12.32-5.76 2.68-11.24 2.36-5.48 6.6-9.8 0-.08.24-.32t.24-.32q-.16-.16-.4 0l-.32.16q-1.44.88-3 2.4t-2.96 3.56q-1.4 2.04-2.56 4.52-1.16 2.48-1.96 5.12-.4 1.36-.6 3.24-.2 1.88-.08 3.92.12 2.04.56 4.08.44 2.04 1.44 3.6t2.56 2.48q1.56.92 3.88.76 2.32-.16 3.72-.8 1.4-.64 2.28-1.36 1.12-.88 2-1.84.88-.96 1.76-1.84-.48 2.8-.92 4.76-.44 1.96-.84 3.72-.56 2.4-1.04 4.6-.48 2.2-1.04 3.88-.56 1.68-1.28 2.76-.72 1.08-1.68 1.24-1.12 0-1.12.24-.08.24.32.4.4.16.8.24 1.2.24 2.28-.4 1.08-.64 1.92-1.88.84-1.24 1.52-2.92t1.16-3.44q.96-3.68 1.6-7.16.64-3.48 1.2-7.32.56-3.76.92-7.52t1.24-7.6" fill="#d2d2cb" stroke-width="none" style="fill:#bc252d"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:58.411324px 36.894824px;animation:1s linear -.141429s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M209.21 128.77q-.16-.16-.44-.12-.28.04-.36.04-1.36.24-2.68-.08t-2.68-.88q-1.52-.64-2.8-1.56-1.28-.92-2.88-1.96-.16-.16-.48-.32-.32-.16-.32 0-.08.08.12.4t.36.48q1.04 1.36 2.2 2.56 1.16 1.2 3 1.92 1.2.48 2.48.64 1.28.16 2.36.04 1.08-.12 1.72-.44.64-.32.4-.72" fill="#d2d2cb" stroke-width="none" style="fill:#d2d2cb"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:91.190025px 17.449108px;animation:1s linear -.125714s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M234.17 112.93q-.4 0-1.24-.12t-.84-.76q0-.24.72-.6t1.6-1q.88-.64 1.6-1.72.72-1.08.72-2.76 0-2.08-.8-3.12-.16-.24-.4-.52-.24-.28-.16-.36.16 0 .36.12.2.12.28.2 1.6.88 2.44 2.28.84 1.4.84 2.68 0 2.56-1.2 4.12t-3.92 1.56" fill="#d2d2cb" stroke-width="none" style="fill:#4d695d"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:88.150017px 15.660178px;animation:1s linear -.11s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M231.21 109.81q-.96.4-.96-.48 0-.64.48-1.24t.92-1.32q.44-.72.6-1.64.16-.92-.48-2.28-.16-.4-.56-.88t-.24-.56q.16-.08.68.12t.68.28q1.36.64 2.04 1.92.68 1.28.68 2.24 0 1.52-1.24 2.52t-2.6 1.32" fill="#d2d2cb" stroke-width="none" style="fill:#83a79d"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:85.350021px 15.449107px;animation:1s linear -.094286s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M228.89 105.49q0-.4.24-.92t.8-.52q.4 0 .64.52t.24.92q0 .32-.24.84t-.64.52q-.56 0-.8-.48t-.24-.88" fill="#d2d2cb" stroke-width="none" style="fill:#dae8e5"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:111.350014px 17.449108px;animation:1s linear -.078571s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M254.33 112.93q-.4 0-1.24-.12t-.84-.76q0-.24.72-.6t1.6-1q.88-.64 1.6-1.72.72-1.08.72-2.76 0-2.08-.8-3.12-.16-.24-.4-.52-.24-.28-.16-.36.16 0 .36.12.2.12.28.2 1.6.88 2.44 2.28.84 1.4.84 2.68 0 2.56-1.2 4.12t-3.92 1.56" fill="#d2d2cb" stroke-width="none" style="fill:#30b0e0"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:108.31002px 15.660178px;animation:1s linear -.062857s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M251.37 109.81q-.96.4-.96-.48 0-.64.48-1.24t.92-1.32q.44-.72.6-1.64.16-.92-.48-2.28-.16-.4-.56-.88t-.24-.56q.16-.08.68.12t.68.28q1.36.64 2.04 1.92.68 1.28.68 2.24 0 1.52-1.24 2.52t-2.6 1.32" fill="#d2d2cb" stroke-width="none" style="fill:#a1cde5"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:105.510017px 15.449107px;animation:1s linear -.047143s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M249.05 105.49q0-.4.24-.92t.8-.52q.4 0 .64.52t.24.92q0 .32-.24.84t-.64.52q-.56 0-.8-.48t-.24-.88" fill="#d2d2cb" stroke-width="none" style="fill:#bfdeee"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:131.510017px 17.449108px;animation:1s linear -.031429s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M274.49 112.93q-.4 0-1.24-.12t-.84-.76q0-.24.72-.6t1.6-1q.88-.64 1.6-1.72.72-1.08.72-2.76 0-2.08-.8-3.12-.16-.24-.4-.52-.24-.28-.16-.36.16 0 .36.12.2.12.28.2 1.6.88 2.44 2.28.84 1.4.84 2.68 0 2.56-1.2 4.12t-3.92 1.56" fill="#d2d2cb" stroke-width="none" style="fill:#bc252d"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:128.470024px 15.660178px;animation:1s linear -.015714s infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M271.53 109.81q-.96.4-.96-.48 0-.64.48-1.24t.92-1.32q.44-.72.6-1.64.16-.92-.48-2.28-.16-.4-.56-.88t-.24-.56q.16-.08.68.12t.68.28q1.36.64 2.04 1.92.68 1.28.68 2.24 0 1.52-1.24 2.52t-2.6 1.32" fill="#d2d2cb" stroke-width="none" style="fill:#d2d2cb"/></g><g style="transform:matrix(1,0,0,1,0,0);transform-origin:125.670029px 15.449107px;animation:1s linear infinite forwards bounce-3c330417-32e6-452f-bc30-b486e5f258a7"><path d="M269.21 105.49q0-.4.24-.92t.8-.52q.4 0 .64.52t.24.92q0 .32-.24.84t-.64.52q-.56 0-.8-.48t-.24-.88" fill="#d2d2cb" stroke-width="none" style="fill:#4d695d"/></g></g><style id="bounce-3c330417-32e6-452f-bc30-b486e5f258a7">@keyframes bounce-3c330417-32e6-452f-bc30-b486e5f258a7{0%{animation-timing-function:cubic-bezier(.1361,.2514,.2175,.8786);transform:translate(0,0) scaleY(1)}37%{animation-timing-function:cubic-bezier(.7674,.1844,.8382,.7157);transform:translate(0,-39.96px) scaleY(1)}72%{animation-timing-function:cubic-bezier(.1118,.2149,.2172,.941);transform:translate(0,0) scaleY(1)}87%{animation-timing-function:cubic-bezier(.7494,.2259,.8209,.6963);transform:translate(0,19.900000000000002px) scaleY(.602)}}</style></svg>
|
|
59
26
|
</div>
|
|
60
27
|
</div>
|
|
61
28
|
</body>
|