Browse Source

Initial commit

master
Tamojit Biswas 3 years ago
parent
commit
3f64938130
60 changed files with 44670 additions and 0 deletions
  1. +8
    -0
      .env
  2. +4
    -0
      LICENCE.md
  3. +10
    -0
      craco.config.js
  4. +41569
    -0
      package-lock.json
  5. +71
    -0
      package.json
  6. BIN
      public/assets/logo/certified_badge_icon.png
  7. BIN
      public/assets/logo/logo-colored@2x.png
  8. BIN
      public/favicon.ico
  9. +48
    -0
      public/index.html
  10. BIN
      public/logo192.png
  11. BIN
      public/logo512.png
  12. +25
    -0
      public/manifest.json
  13. +3
    -0
      public/robots.txt
  14. +9
    -0
      public/routes.json
  15. +35
    -0
      src/App.js
  16. +324
    -0
      src/auth/Login.css
  17. +52
    -0
      src/auth/Login.js
  18. +88
    -0
      src/auth/Register.js
  19. BIN
      src/auth/assets/background.gif
  20. BIN
      src/auth/assets/background.png
  21. +25
    -0
      src/auth/backend/Auth.js
  22. +25
    -0
      src/auth/backend/database.js
  23. +45
    -0
      src/index.css
  24. +19
    -0
      src/index.js
  25. +22
    -0
      src/page/Home.js
  26. BIN
      src/page/assets/general.PNG
  27. BIN
      src/page/assets/images/flag.png
  28. BIN
      src/page/assets/images/hero-bg.jpg
  29. +1
    -0
      src/page/assets/images/logo.svg
  30. +354
    -0
      src/page/assets/images/section-1.svg
  31. +379
    -0
      src/page/assets/images/section-2.svg
  32. +230
    -0
      src/page/assets/images/section-3.svg
  33. +251
    -0
      src/page/assets/images/section-4.svg
  34. +6
    -0
      src/page/assets/images/sparkles.svg
  35. BIN
      src/page/assets/structure.PNG
  36. +403
    -0
      src/page/homepage.css
  37. +13
    -0
      src/reportWebVitals.js
  38. +48
    -0
      src/server/Server.js
  39. BIN
      src/server/assets/aladeen.png
  40. BIN
      src/server/assets/astronaut.gif
  41. +1
    -0
      src/server/components/UI/README.md
  42. +73
    -0
      src/server/components/UI/Sidebar/Sidebar.js
  43. +115
    -0
      src/server/components/channel/chat/ChannelChat.js
  44. +26
    -0
      src/server/components/channel/chat/ShowMessage.js
  45. +74
    -0
      src/server/components/channel/list/ChannelList.js
  46. +47
    -0
      src/server/components/channel/show/ChannelShow.js
  47. +20
    -0
      src/server/components/channel/show/InChannel.js
  48. +10
    -0
      src/server/components/home.css
  49. +38
    -0
      src/server/components/server/InServer.js
  50. +48
    -0
      src/server/components/server/ServerShow.js
  51. BIN
      src/server/components/server/assets/openchannel.png
  52. +2
    -0
      src/setupTests.js
  53. +26
    -0
      src/store/ChannelSlice.js
  54. +26
    -0
      src/store/ServerSlice.js
  55. +10
    -0
      src/store/Store.js
  56. +31
    -0
      src/utils/NotFound.js
  57. +23
    -0
      src/utils/PrivateRoute.js
  58. BIN
      src/utils/assets/banana.gif
  59. BIN
      src/utils/assets/plus.png
  60. +33
    -0
      tailwind.config.js

+ 8
- 0
.env View File

@ -0,0 +1,8 @@
REACT_APP_FIREBASE_KEY="AIzaSyBAcCgo_RhckGVBN0vsBIjbOG4mytUgAE0"
REACT_APP_FIREBASE_DOMAIN="sign-in-95ebc.firebaseapp.com"
REACT_APP_FIREBASE_PROJECT_ID="sign-in-95ebc"
REACT_APP_FIREBASE_STORAGE_BUCKET="sign-in-95ebc.appspot.com"
REACT_APP_FIREBASE_SENDER_ID="383139939571"
REACT_APP_FIREBASE_APP_ID="1:383139939571:web:415f16ed63c091ad08e386"
REACT_APP_FIREBASE_MEASUREMENT_ID="G-N90MS57DTG"
REACT_APP_FIREBASE_DATABASE="http://sign-in-95ebc.firebaseio.com"

+ 4
- 0
LICENCE.md View File

@ -0,0 +1,4 @@
# Licence :
### Simple :
- You cannot use the project for commercial purposes
- For every use of code, credit the project and the author

+ 10
- 0
craco.config.js View File

@ -0,0 +1,10 @@
module.exports = {
style: {
postcss: {
plugins: [
require('tailwindcss'),
require('autoprefixer'),
],
},
},
}

+ 41569
- 0
package-lock.json
File diff suppressed because it is too large
View File


+ 71
- 0
package.json View File

@ -0,0 +1,71 @@
{
"name": "projet",
"version": "0.1.0",
"private": true,
"dependencies": {
"-": "0.0.1",
"@craco/craco": "^6.4.0",
"@danktuary/react-discord-message": "^1.0.2",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@material-ui/core": "^4.12.3",
"@material-ui/lab": "^4.0.0-alpha.60",
"@mui/icons-material": "^5.0.5",
"@reduxjs/toolkit": "^1.6.2",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"cra-template": "1.1.2",
"firebase": "^9.2.0",
"howler": "^2.2.3",
"moment": "^2.29.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-firebase-hooks": "^4.0.1",
"react-icons": "^4.3.1",
"react-redux": "^7.2.6",
"react-router": "^5.2.1",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"react-thanos": "^2.0.0",
"reactjs-popup": "^2.0.5",
"rooks": "^5.7.3",
"s": "^1.0.0",
"sweetalert-react": "^0.4.11",
"sweetalert2": "^11.1.9",
"sweetalert2-react-content": "^4.2.0",
"tailwind-scrollbar-hide": "^1.1.5",
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"autoprefixer": "^9.8.8",
"postcss": "^7.0.39",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17"
}
}

BIN
public/assets/logo/certified_badge_icon.png View File

Before After
Width: 64  |  Height: 64  |  Size: 2.2 KiB

BIN
public/assets/logo/logo-colored@2x.png View File

Before After
Width: 200  |  Height: 200  |  Size: 31 KiB

BIN
public/favicon.ico View File

Before After

+ 48
- 0
public/index.html View File

@ -0,0 +1,48 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!-- fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>ClassPoint</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>

BIN
public/logo192.png View File

Before After
Width: 192  |  Height: 192  |  Size: 5.2 KiB

BIN
public/logo512.png View File

Before After
Width: 512  |  Height: 512  |  Size: 9.4 KiB

+ 25
- 0
public/manifest.json View File

@ -0,0 +1,25 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}

+ 3
- 0
public/robots.txt View File

@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:

+ 9
- 0
public/routes.json View File

@ -0,0 +1,9 @@
{
"routes": [
{
"route": "/*",
"serve": "/index.html",
"statusCode": 200
}
]
}

+ 35
- 0
src/App.js View File

@ -0,0 +1,35 @@
// Fonctionnalités
import React from "react";
import Home from "./page/Home";
import Login from "./auth/Login";
import { AuthProvider } from "./auth/backend/Auth";
import PrivateRoute from "./utils/PrivateRoute";
import Server from "./server/Server";
import NotFound from './utils/NotFound';
import InServer from './server/components/server/InServer'
import InChannel from './server/components/channel/show/InChannel'
import Register from './auth/Register'
import { BrowserRouter as Router, Route, Switch } from "react-router-dom";
const App = () => {
return (
<AuthProvider>
<Router>
<div>
<Switch>
<Route exact path="/" component={Home} />
<Route exact path="/login" component={Login} />
<Route exact path="/register" component={Register} />
<Route exact path="/server/:id" component={InServer} />
<Route exact path="/server/channel/:id" component={InChannel} />
<PrivateRoute exact path="/home" component={Server} />
<Route component={NotFound} />
</Switch>
</div>
</Router>
</AuthProvider>
);
};
export default App;

+ 324
- 0
src/auth/Login.css View File

@ -0,0 +1,324 @@
.test {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.Aposition {
position: absolute;
width: 100vw;
height: 100vh;
display: grid;
place-items: center;
}
.Acontainer {
width: 478px;
max-width: 90vw;
padding: 32px;
background-color: #2a2b38;
background: #363940;
border-radius: 6px;
top: 0;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
flex-grow: 1;
display: grid;
place-items: center;
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.Acentering-wrapper {
width: 100%;
text-align: "center";
float: "center";
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-family: inherit;
font-size: 100%;
vertical-align: baseline;
flex: 1 1 auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: flex;
}
.Asection1 {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.Aprimary-header {
color: #fff;
font-size: 24px;
line-height: 30px;
font-weight: 600;
margin-bottom: 8px;
}
.Asecondary-header {
color: #a2a3a7;
font-size: 16px;
line-height: 20px;
}
.Ainput-position {
margin-top: 20px;
}
.Aform-group {
width: 100%;
}
.Ainput-placeholder {
color: #919296;
margin-bottom: 8px;
font-size: 12px;
font-weight: 600;
line-height: 16px;
text-transform: uppercase;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
cursor: default;
}
.Aerror-message {
color: #ec4846;
font-style: italic;
text-transform: none;
font-size: 12px;
font-weight: 100;
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
transition: all 0.2s linear;
}
.Aform-style {
position: relative;
padding: 10px;
height: 40px;
width: 414px;
max-width: 80vw;
font-weight: 500;
font-size: 16px;
line-height: 22px;
letter-spacing: 0.5px;
color: #c4c3ca;
background-color: #323338;
border: 1px solid #282a2e;
border-radius: 3px;
outline: none;
-webkit-transition: all 200ms linear;
transition: border-color 0.2s ease-in-out;
}
.Aform-style:hover {
border-color: #000;
}
.Aform-style:focus,
.Aform-style:active {
border-color: #7289d9;
}
.Aform-style:active .input-placeholder {
color: #7289d9;
}
.Abtn-position {
width: 100%;
display: grid;
place-items: center;
}
.Abtn {
text-decoration: none;
border-radius: 4px;
height: 44px;
width: 100%;
margin-bottom: 10px;
font-size: 13px;
font-weight: 500;
text-transform: capitalize;
transition: all 200ms linear;
letter-spacing: 1px;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
align-items: center;
justify-content: center;
text-align: "center";
float: "center";
border: none;
outline: none;
background-color: #7289d9;
color: white;
cursor: pointer;
}
.Abtn:hover {
background-color: #677bc4;
box-shadow: 0 8px 24px 0 rgba(16, 39, 112, 0.2);
}
.Apassword-container {
display: block;
padding-right: 0;
margin-bottom: 20px;
margin-top: 4px;
width: 100%;
height: auto;
padding: 2px 90% 2px 0px;
position: relative;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
box-sizing: border-box;
background: none;
border: none;
border-radius: 3px;
font-size: 14px;
font-weight: 500;
line-height: 16px;
}
.Alink {
color: #7289da;
text-decoration: none;
font-weight: 500;
font-size: 14px;
line-height: 1.7;
margin: 0 auto;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.Alink:hover {
text-decoration: underline;
}
.AhorizontalSeparator {
margin: 0 2.5vw;
border: 1px solid #363940;
}
.Aqr-login {
width: 240px;
height: 344px;
overflow: hidden;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-box-align: center;
align-items: center;
vertical-align: baseline;
}
.Aqr-container {
display: flex;
width: 176px;
height: 176px;
border-radius: 2px;
background: #fff;
position: relative;
margin: 30px 0px 32px 0px;
justify-content: center;
align-items: center;
}
.Alogo {
width: 48px;
height: 48px;
position: absolute;
background-blend-mode: overlay;
}
.Aqr-code {
position: absolute;
}
.Aqr-pheader {
font-weight: 600;
margin-bottom: 8px;
color: #fff;
font-size: 24px;
line-height: 30px;
}
.Aqr-sheader {
font-size: 16px;
line-height: 20px;
color: #a2a3a7;
}
@media only screen and (max-width: 768px) {
body {
background-position: 0px 0px;
}
svgBlob {
top: 50;
transform: translate(0, -50%);
}
.qr-login {
display: none;
}
.horizontalSeparator {
display: none;
}
.container {
padding: 20px;
}
}
@keyframes jump {
0% {
transform: translateY(0px);
opacity: 1;
}
50% {
transform: translateY(10px);
}
75% {
opacity: 0.5;
}
100% {
transform: translateY(-70px);
opacity: 0;
}
}

+ 52
- 0
src/auth/Login.js View File

@ -0,0 +1,52 @@
// Fonctionnalité
import React, { useContext } from "react";
import { withRouter, Redirect } from "react-router-dom";
import { AuthContext } from "./backend/Auth.js";
import './Login.css'
const Login = ({ history }) => {
const { currentUser } = useContext(AuthContext);
if (currentUser) {
return <Redirect to="/home" />;
}
return (
<>
<div className="Aposition test">
<form className="Acontainer">
<div className="Acentering-wrapper">
<div className="Asection1">
<div className="Aprimary-header">Welcome back!</div>
<div className="Asecondary-header">We're so excited to see you again!</div>
<div className="Ainput-position">
<div className="Aform-group">
<h5 className="Ainput-placeholder" id="email-txt">Email<span className="Aerror-message" id="email-error" /></h5>
<input type="email" required="true" name="logemail" className="Aform-style" id="logemail" autoComplete="off" style={{ marginBottom: '20px' }} />
<i className="Ainput-icon uil uil-at" />
</div>
<div className="Aform-group">
<h5 className="Ainput-placeholder" id="pword-txt">Password<span className="Aerror-message" id="password-error" /></h5>
<input type="password" required="true" name="logpass" className="Aform-style" id="logpass" autoComplete="on" />
<i className="Ainput-icon uil uil-lock-alt" />
</div>
</div>
<div className="Apassword-container"><a href="/register" className="Alink">Register ? </a></div>
<div className="Abtn-position">
<a href="#" className="Abtn">login</a>
</div>
</div>
</div>
</form>
</div>
</>
);
}
export default withRouter(Login);

+ 88
- 0
src/auth/Register.js View File

@ -0,0 +1,88 @@
// Fonctionnalité
import React, { useCallback, useContext, useRef } from "react";
import { withRouter, Redirect } from "react-router-dom";
import database from "./backend/database.js";
import firebase from 'firebase/compat/app'
import { AuthContext } from "./backend/Auth.js";
import './Login.css'
import Swal from 'sweetalert2'
const Register = ({ history }) => {
const db = firebase.firestore()
const inputRef = useRef("");
const { currentUser } = useContext(AuthContext);
const handleSignUp = useCallback(async event => {
event.preventDefault();
if (inputRef.current.value !== "") {
db.collection("username").add({
timestamp: firebase.firestore.FieldValue.serverTimestamp(),
username: inputRef.current.value,
});
}
const { email, password } = event.target.elements;
try {
await database
.auth()
.createUserWithEmailAndPassword(email.value, password.value);
history.push("/home");
} catch (error) {
Swal.fire({
title: 'Error :',
icon: 'warning',
text: (error),
});
}
}, [history]);
if (currentUser) {
return <Redirect to="/home" />;
}
return (
<>
<div className="Aposition test">
<form className="Acontainer" onSubmit={handleSignUp}>
<div className="Acentering-wrapper">
<div className="Asection1">
<div className="Aprimary-header">Welcome! </div>
<div className="Asecondary-header">I welcome you, register.</div>
<div className="Ainput-position">
<div className="Aform-group">
<h5 className="Ainput-placeholder" id="email-txt">Username<span className="Aerror-message" id="email-error" /></h5>
<input ref={inputRef} type="username" required="true" name="username" className="Aform-style" style={{ marginBottom: '20px' }} />
<i className="Ainput-icon uil uil-at" />
</div>
<div className="Aform-group">
<h5 className="Ainput-placeholder" id="email-txt">Email<span className="Aerror-message" id="email-error" /></h5>
<input name="email" required="true" type="email" className="Aform-style" style={{ marginBottom: '20px' }} />
<i className="Ainput-icon uil uil-at" />
</div>
<div className="Aform-group">
<h5 className="Ainput-placeholder" id="pword-txt">Password<span className="Aerror-message" id="password-error" /></h5>
<input type="password" required="true" name="password" className="Aform-style" style={{ marginBottom: '20px' }} />
<i className="Ainput-icon uil uil-lock-alt" />
</div>
</div>
<div className="Apassword-container"><a href="/login" className="Alink">Already registered? </a></div>
<div className="Abtn-position">
<button type="submit" className="Abtn">register</button>
</div>
</div>
</div>
</form>
</div>
</>
);
}
export default withRouter(Register);

BIN
src/auth/assets/background.gif View File

Before After
Width: 1100  |  Height: 582  |  Size: 700 KiB

BIN
src/auth/assets/background.png View File

Before After
Width: 3840  |  Height: 2160  |  Size: 3.9 MiB

+ 25
- 0
src/auth/backend/Auth.js View File

@ -0,0 +1,25 @@
// Fonctionnalité //
import React, { useEffect, useState } from "react";
import database from "./database";
export const AuthContext = React.createContext();
export const AuthProvider = ({ children }) => {
const [currentUser, setCurrentUser] = useState(null);
/* Vérifie depuis firebase s'il est connecté. */
useEffect(() => {
database.auth().onAuthStateChanged((user) => {
setCurrentUser(user)
});
}, []);
return (
<AuthContext.Provider
value={{
currentUser
}}
>
{children}
</AuthContext.Provider>
);
};

+ 25
- 0
src/auth/backend/database.js View File

@ -0,0 +1,25 @@
// Fonctionnalité //
import firebase from "firebase/compat/app";
import 'firebase/compat/auth';
import 'firebase/compat/firestore';
// Database //
const database = firebase.initializeApp({
apiKey: process.env.REACT_APP_FIREBASE_KEY,
authDomain: process.env.REACT_APP_FIREBASE_DOMAIN,
databaseURL: process.env.REACT_APP_FIREBASE_DATABASE,
projectId: process.env.REACT_APP_FIREBASE_PROJECT_ID,
storageBucket: process.env.REACT_APP_FIREBASE_STORAGE_BUCKET,
messagingSenderId: process.env.REACT_APP_FIREBASE_SENDER_ID,
appId: process.env.REACT_APP_FIREBASE_APP_ID,
measurementId: process.env.REACT_APP_FIREBASE_MEASUREMENT_ID
});
// Google //
export const auth = firebase.auth();
export const provider = new firebase.auth.GoogleAuthProvider();
provider.setCustomParameters({ prompt: 'select_account' });
export default firebase;

+ 45
- 0
src/index.css View File

@ -0,0 +1,45 @@
@import-normalize;
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer components {
.sidebar-icon {
@apply relative flex items-center justify-center
h-12 w-12 mt-2 mb-2 mx-auto shadow-lg
bg-gray-800 text-green-500
hover:bg-green-600 hover:text-white
rounded-3xl
transition-all duration-300 ease-linear
cursor-pointer;
}
.sidebar-hr {
@apply bg-gray-200 dark:bg-gray-800
border border-gray-200 dark:border-gray-800 rounded-full
mx-2;
}
.sidebar-tooltip {
@apply absolute w-auto p-2 m-2 min-w-max left-14 rounded-md shadow-md
text-white bg-gray-900
text-xs font-bold
transition-all duration-100 scale-0 origin-left;
}
}

+ 19
- 0
src/index.js View File

@ -0,0 +1,19 @@
import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import App from './App';
import reportWebVitals from './reportWebVitals';
import { Provider } from "react-redux"
import { store } from "./store/Store"
// App
ReactDOM.render(
<React.StrictMode>
<Provider store={store}>
<App />
</Provider>
</React.StrictMode>,
document.getElementById('root')
);
reportWebVitals();

+ 22
- 0
src/page/Home.js View File

@ -0,0 +1,22 @@
/* Fonctionnalités */
import React, { useRef } from 'react'
import structure from './assets/structure.PNG'
import general from './assets/general.PNG'
import img from './assets/images/section-3.svg'
import './homepage.css'
function TestApp2() {
const myRef = useRef(null)
const executeScroll = () => myRef.current.scrollIntoView()
return (
<>
<div>
<a href="/register" className="btn btn-small btn-light btn-login">Login with google</a>
</div>
</>
);
};
export default TestApp2;

BIN
src/page/assets/general.PNG View File

Before After
Width: 2560  |  Height: 1080  |  Size: 76 KiB

BIN
src/page/assets/images/flag.png View File

Before After
Width: 70  |  Height: 47  |  Size: 1.4 KiB

BIN
src/page/assets/images/hero-bg.jpg View File

Before After
Width: 1895  |  Height: 780  |  Size: 703 KiB

+ 1
- 0
src/page/assets/images/logo.svg View File

@ -0,0 +1 @@
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 272.1"><style>.st0{fill:#FFFFFF;}</style><path class="st0" d="M142.8 120.1c-5.7 0-10.2 4.9-10.2 11s4.6 11 10.2 11c5.7 0 10.2-4.9 10.2-11s-4.6-11-10.2-11zM106.3 120.1c-5.7 0-10.2 4.9-10.2 11s4.6 11 10.2 11c5.7 0 10.2-4.9 10.2-11 .1-6.1-4.5-11-10.2-11z"/><path class="st0" d="M191.4 36.9h-134c-11.3 0-20.5 9.2-20.5 20.5v134c0 11.3 9.2 20.5 20.5 20.5h113.4l-5.3-18.3 12.8 11.8 12.1 11.1 21.6 18.7V57.4c-.1-11.3-9.3-20.5-20.6-20.5zm-38.6 129.5s-3.6-4.3-6.6-8c13.1-3.7 18.1-11.8 18.1-11.8-4.1 2.7-8 4.6-11.5 5.9-5 2.1-9.8 3.4-14.5 4.3-9.6 1.8-18.4 1.3-25.9-.1-5.7-1.1-10.6-2.6-14.7-4.3-2.3-.9-4.8-2-7.3-3.4-.3-.2-.6-.3-.9-.5-.2-.1-.3-.2-.4-.2-1.8-1-2.8-1.7-2.8-1.7s4.8 7.9 17.5 11.7c-3 3.8-6.7 8.2-6.7 8.2-22.1-.7-30.5-15.1-30.5-15.1 0-31.9 14.4-57.8 14.4-57.8 14.4-10.7 28-10.4 28-10.4l1 1.2c-18 5.1-26.2 13-26.2 13s2.2-1.2 5.9-2.8c10.7-4.7 19.2-5.9 22.7-6.3.6-.1 1.1-.2 1.7-.2 6.1-.8 13-1 20.2-.2 9.5 1.1 19.7 3.9 30.1 9.5 0 0-7.9-7.5-24.9-12.6l1.4-1.6s13.7-.3 28 10.4c0 0 14.4 25.9 14.4 57.8 0-.1-8.4 14.3-30.5 15zM303.8 79.7h-33.2V117l22.1 19.9v-36.2h11.8c7.5 0 11.2 3.6 11.2 9.4v27.7c0 5.8-3.5 9.7-11.2 9.7h-34v21.1h33.2c17.8.1 34.5-8.8 34.5-29.2v-29.8c.1-20.8-16.6-29.9-34.4-29.9zm174 59.7v-30.6c0-11 19.8-13.5 25.8-2.5l18.3-7.4c-7.2-15.8-20.3-20.4-31.2-20.4-17.8 0-35.4 10.3-35.4 30.3v30.6c0 20.2 17.6 30.3 35 30.3 11.2 0 24.6-5.5 32-19.9l-19.6-9c-4.8 12.3-24.9 9.3-24.9-1.4zM417.3 113c-6.9-1.5-11.5-4-11.8-8.3.4-10.3 16.3-10.7 25.6-.8l14.7-11.3c-9.2-11.2-19.6-14.2-30.3-14.2-16.3 0-32.1 9.2-32.1 26.6 0 16.9 13 26 27.3 28.2 7.3 1 15.4 3.9 15.2 8.9-.6 9.5-20.2 9-29.1-1.8l-14.2 13.3c8.3 10.7 19.6 16.1 30.2 16.1 16.3 0 34.4-9.4 35.1-26.6 1-21.7-14.8-27.2-30.6-30.1zm-67 55.5h22.4V79.7h-22.4v88.8zM728 79.7h-33.2V117l22.1 19.9v-36.2h11.8c7.5 0 11.2 3.6 11.2 9.4v27.7c0 5.8-3.5 9.7-11.2 9.7h-34v21.1H728c17.8.1 34.5-8.8 34.5-29.2v-29.8c0-20.8-16.7-29.9-34.5-29.9zm-162.9-1.2c-18.4 0-36.7 10-36.7 30.5v30.3c0 20.3 18.4 30.5 36.9 30.5 18.4 0 36.7-10.2 36.7-30.5V109c0-20.4-18.5-30.5-36.9-30.5zm14.4 60.8c0 6.4-7.2 9.7-14.3 9.7-7.2 0-14.4-3.1-14.4-9.7V109c0-6.5 7-10 14-10 7.3 0 14.7 3.1 14.7 10v30.3zM682.4 109c-.5-20.8-14.7-29.2-33-29.2h-35.5v88.8h22.7v-28.2h4l20.6 28.2h28L665 138.1c10.7-3.4 17.4-12.7 17.4-29.1zm-32.6 12h-13.2v-20.3h13.2c14.1 0 14.1 20.3 0 20.3z"/></svg>

+ 354
- 0
src/page/assets/images/section-1.svg View File

@ -0,0 +1,354 @@
<svg width="678" height="440" viewBox="0 0 678 440" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0)">
<rect x="181" y="40" width="427" height="328" rx="8" fill="#292841"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M304.887 85C304.576 85 304.341 84.7189 304.395 84.4126L305.001 81H301.596C301.285 81 301.05 80.7198 301.103 80.4138L301.278 79.4138C301.32 79.1746 301.528 79 301.771 79H305.351L306.411 73H303.006C302.695 73 302.46 72.7198 302.513 72.4138L302.688 71.4138C302.73 71.1746 302.938 71 303.181 71H306.761L307.398 67.4126C307.44 67.1739 307.647 67 307.89 67H308.874C309.185 67 309.421 67.2811 309.366 67.5874L308.761 71H314.761L315.397 67.4126C315.44 67.1739 315.647 67 315.89 67H316.874C317.185 67 317.421 67.2811 317.366 67.5874L316.761 71H320.166C320.476 71 320.712 71.2802 320.658 71.5862L320.483 72.5862C320.441 72.8254 320.234 73 319.991 73H316.411L315.351 79H318.756C319.066 79 319.302 79.2802 319.248 79.5862L319.073 80.5862C319.031 80.8254 318.824 81 318.581 81H315.001L314.364 84.5874C314.322 84.8261 314.114 85 313.872 85H312.887C312.576 85 312.341 84.7189 312.395 84.4126L313.001 81H307.001L306.364 84.5874C306.322 84.8261 306.114 85 305.872 85H304.887ZM308.411 73L307.351 79H313.351L314.411 73H308.411Z" fill="#B9BBBE"/>
<path d="M339.381 80.1601C339.381 78.3401 338.401 77.6601 335.901 77.0201C334.461 76.6401 334.101 76.3401 334.101 75.8201C334.101 75.3001 334.541 74.9401 335.441 74.9401C336.401 74.9401 337.541 75.2801 338.501 75.8201L338.821 73.8201C337.861 73.4001 336.701 73.1401 335.441 73.1401C333.201 73.1401 331.881 74.3201 331.881 76.0001C331.881 77.7601 332.861 78.4401 335.201 79.0401C336.741 79.4201 337.161 79.7001 337.161 80.3801C337.161 81.0201 336.601 81.4001 335.561 81.4001C334.361 81.4001 333.081 80.9401 332.041 80.2601L331.721 82.2601C332.641 82.7601 334.081 83.2001 335.481 83.2001C338.021 83.2001 339.381 82.0601 339.381 80.1601Z" fill="white"/>
<path d="M346.444 83.0001L346.144 80.9801C345.924 81.0401 345.664 81.0601 345.384 81.0601C344.464 81.0601 344.124 80.6401 344.124 79.8601V75.3001H346.384L346.084 73.3401H344.124V69.9201L341.744 70.2801V73.3401H340.384V75.3001H341.744V80.2601C341.744 82.4601 343.024 83.1601 344.924 83.1601C345.624 83.1601 346.064 83.0801 346.444 83.0001Z" fill="white"/>
<path d="M348.196 73.3401V80.2801C348.196 82.1001 349.136 83.2001 350.956 83.2001C352.236 83.2001 353.276 82.5001 354.176 81.6401L354.396 83.0001H356.436V73.3401H354.036V79.8601C353.336 80.5801 352.576 81.0601 351.836 81.0601C350.956 81.0601 350.596 80.5001 350.596 79.6601V73.3401H348.196Z" fill="white"/>
<path d="M360.821 78.3001C360.821 76.1801 361.721 75.1601 362.981 75.1601C363.801 75.1601 364.261 75.3001 364.861 75.5801V79.7201C364.221 80.5401 363.541 81.0601 362.661 81.0601C361.601 81.0601 360.821 80.1801 360.821 78.3001ZM358.401 78.4401C358.401 81.7001 360.021 83.2001 362.041 83.2001C363.381 83.2001 364.321 82.4801 365.001 81.6601L365.201 83.0001H367.261V68.5601L364.861 68.9401V73.6001C364.281 73.4001 363.541 73.2401 362.621 73.2401C360.381 73.2401 358.401 74.8401 358.401 78.4401Z" fill="white"/>
<path d="M370.721 86.6401C372.461 86.6401 373.581 85.9401 374.401 83.6201L378.101 73.3401H375.681L373.521 80.1401L371.321 73.2001L368.821 73.5201L372.321 82.9801L372.241 83.2601C371.921 84.3001 371.281 84.6601 370.481 84.6601C370.061 84.6601 369.721 84.6001 369.421 84.5201L369.741 86.5401C369.961 86.6001 370.201 86.6401 370.721 86.6401Z" fill="white"/>
<path d="M384.309 78.4001V76.0801H379.109V78.4001H384.309Z" fill="white"/>
<path d="M391.699 76.4801C391.699 77.5401 391.059 78.3201 389.999 78.3201C388.959 78.3201 388.319 77.5601 388.319 76.5601C388.319 75.5001 388.939 74.6801 389.999 74.6801C391.019 74.6801 391.699 75.4601 391.699 76.4801ZM395.119 83.4001C395.119 81.9201 393.879 81.3001 391.899 81.0201L390.659 80.9001C389.159 80.6801 388.859 80.6001 388.859 80.2801C388.859 80.1201 389.019 79.9401 389.259 79.7601C389.499 79.8001 389.759 79.8201 390.039 79.8201C392.119 79.8201 393.899 78.5801 393.899 76.5001C393.899 76.0601 393.819 75.6201 393.639 75.2401L395.399 75.1201L395.079 73.2001L392.719 74.0401C392.019 73.4601 391.099 73.1401 389.979 73.1401C387.819 73.1401 386.099 74.4401 386.099 76.5601C386.099 77.8401 386.779 78.8401 387.919 79.3801C387.119 79.8601 386.699 80.3801 386.699 80.9201C386.699 81.3001 386.879 81.6601 387.259 81.9601C386.059 82.6401 385.439 83.3401 385.439 84.2401C385.439 85.8401 387.419 86.6401 390.039 86.6401C392.839 86.6401 395.119 85.4801 395.119 83.4001ZM390.199 85.2201C388.379 85.2201 387.519 84.7001 387.519 83.9801C387.519 83.4801 387.839 83.0201 388.539 82.5201C389.019 82.6201 389.319 82.6801 389.979 82.7601L391.279 82.9201C392.479 83.1001 392.899 83.4001 392.899 83.9201C392.899 84.6401 391.919 85.2201 390.199 85.2201Z" fill="white"/>
<path d="M402.65 75.5201L402.27 73.1401C400.77 73.2201 399.81 74.1601 399.17 75.2801L398.87 73.3401H396.83V83.0001H399.23V77.4601C399.93 76.4201 401.15 75.6201 402.65 75.5201Z" fill="white"/>
<path d="M412.52 78.1601C412.52 75.0201 410.6 73.1401 407.96 73.1401C405.34 73.1401 403.42 75.0401 403.42 78.1801C403.42 81.3201 405.32 83.2001 407.94 83.2001C410.58 83.2001 412.52 81.3001 412.52 78.1601ZM410.18 78.1801C410.18 79.9801 409.42 81.2401 407.94 81.2401C406.54 81.2401 405.76 79.9401 405.76 78.1601C405.76 76.3801 406.52 75.1001 407.94 75.1001C409.38 75.1001 410.18 76.4001 410.18 78.1801Z" fill="white"/>
<path d="M414.427 73.3401V80.2801C414.427 82.1001 415.367 83.2001 417.187 83.2001C418.467 83.2001 419.507 82.5001 420.407 81.6401L420.627 83.0001H422.667V73.3401H420.267V79.8601C419.567 80.5801 418.807 81.0601 418.067 81.0601C417.187 81.0601 416.827 80.5001 416.827 79.6601V73.3401H414.427Z" fill="white"/>
<path d="M431.551 78.0401C431.551 80.1601 430.611 81.1801 429.371 81.1801C428.551 81.1801 428.091 81.0401 427.511 80.7601V76.6201C428.151 75.8001 428.831 75.2601 429.691 75.2601C430.771 75.2601 431.551 76.1801 431.551 78.0401ZM433.971 77.9001C433.971 74.6601 432.351 73.1401 430.331 73.1401C428.991 73.1401 428.051 73.8801 427.371 74.6601L427.151 73.3401H425.111V86.7201L427.511 86.3601V82.7201C428.091 82.9401 428.831 83.1001 429.751 83.1001C431.971 83.1001 433.971 81.5001 433.971 77.9001Z" fill="white"/>
<path d="M162 48C162 43.5817 165.582 40 170 40H275V368H170C165.582 368 162 364.418 162 360V48Z" fill="#1C1B29"/>
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="299" y="303" width="28" height="28">
<circle cx="313" cy="317" r="14" fill="#C4C4C4"/>
</mask>
<g mask="url(#mask0)">
<circle cx="313" cy="317" r="14" fill="#CFDEFF"/>
<path d="M328.647 335.788C328.382 335.132 327.942 334.56 327.376 334.134C326.81 333.709 326.139 333.445 325.435 333.371L323.965 333.216C321.855 325.615 322.922 323.889 316.693 322.184L311.652 322.006C311.652 322.006 306.529 322.092 304.645 324.614L307.28 333.252C307.28 333.252 306.201 338.985 306.692 341.891L313.258 341.044L316.104 350.252C326.833 348.66 331.831 343.687 331.831 343.687L328.647 335.788Z" fill="#CFDEFF"/>
<path d="M305.846 322.687C312.995 329.384 319.456 333.959 318.368 323.395L305.846 322.687Z" fill="#B8C5FF"/>
<path d="M309.355 323.477C315.58 326.402 317.196 327.506 316.788 323.99L309.355 323.477Z" fill="#5697B0"/>
<path d="M322.79 328.395C322.032 325.201 321.463 323.824 318.275 322.671C319.133 324.678 319.507 328.819 319.507 328.819L322.79 328.395Z" fill="white"/>
<path d="M312.165 312.962L311.937 311.196C311.86 310.62 311.603 310.084 311.201 309.664C310.799 309.244 310.274 308.963 309.702 308.861C309.073 308.751 308.426 308.866 307.874 309.186C307.322 309.505 306.9 310.009 306.682 310.609C305.881 312.784 304.629 316.284 303.766 319.226C302.392 323.916 308.609 325.001 314.718 324.534C320.827 324.068 321.403 321.392 320.557 317.519C320.015 315.103 319.328 312.636 318.9 311.103C318.769 310.675 318.516 310.295 318.173 310.008C317.829 309.721 317.41 309.541 316.965 309.488C316.467 309.43 315.964 309.54 315.535 309.8C315.106 310.059 314.775 310.454 314.595 310.922L313.909 312.737L312.165 312.962Z" fill="#7CE4CC"/>
<path d="M319.737 319.374L319.303 319.223L317.078 319.994L314.814 320.286L310.891 319.503C310.891 319.503 308.734 316.168 308.891 319.877C309.014 322.439 310.102 323.91 310.765 324.584C312.082 324.644 313.401 324.62 314.715 324.511C315.706 324.456 316.689 324.291 317.644 324.018C318.305 323.081 319.372 321.355 319.737 319.374Z" fill="#AAFAE7"/>
<path opacity="0.74" d="M308.826 319.563C308.322 318.154 307.41 315.188 307.789 312.952C308.168 310.716 308.667 308.879 309.701 308.861C309.072 308.751 308.425 308.866 307.873 309.186C307.321 309.505 306.899 310.009 306.681 310.609C305.879 312.784 304.628 316.283 303.765 319.226C302.533 323.414 307.375 324.722 312.794 324.621C311.618 324.428 310.124 323.193 308.826 319.563Z" fill="url(#paint0_linear)"/>
<path d="M312.794 324.621L312.358 324.631L311.944 324.639L311.296 324.607L311.092 324.634L310.766 324.607C310.106 323.955 309.019 322.484 308.895 319.922C308.886 319.876 308.888 319.828 308.9 319.783C310.174 323.233 311.643 324.447 312.794 324.621Z" fill="#AAFAE7"/>
<path d="M319.203 318.983L319.2 319.5C316.82 321.057 316.433 321.488 310.3 319.562L310.238 319.081L310.504 319.156C315.697 320.469 316.689 320.585 319.203 318.983Z" fill="#2C4661"/>
<path d="M309.817 320.993C310.619 320.77 311.066 319.86 310.815 318.961C310.565 318.062 309.712 317.515 308.911 317.738C308.109 317.961 307.662 318.871 307.912 319.769C308.162 320.668 309.015 321.216 309.817 320.993Z" fill="#738EFF"/>
<path d="M320.347 319.128C320.51 318.351 320.282 317.645 319.838 317.552C319.394 317.459 318.902 318.014 318.739 318.791C318.576 319.568 318.804 320.274 319.248 320.367C319.692 320.461 320.184 319.906 320.347 319.128Z" fill="#738EFF"/>
<path opacity="0.41" d="M314.264 317.64C314.15 317.471 314.342 317.354 314.494 317.288C314.556 317.265 314.624 317.261 314.688 317.278C314.752 317.294 314.809 317.33 314.852 317.38L315.432 318.134C315.6 318.366 315.348 318.375 315.099 318.223C314.849 318.071 314.437 317.917 314.264 317.64Z" fill="#284E7A"/>
<path opacity="0.41" d="M316.866 317.995L317.043 317.581C317.074 317.51 317.083 317.432 317.069 317.355C317.055 317.279 317.019 317.209 316.965 317.154L316.885 317.072C316.878 317.063 316.869 317.057 316.858 317.053C316.847 317.049 316.836 317.047 316.825 317.049C316.814 317.05 316.803 317.055 316.794 317.061C316.785 317.068 316.777 317.076 316.772 317.087C316.664 317.382 316.58 317.685 316.521 317.994C316.494 318.32 316.698 318.293 316.866 317.995Z" fill="#284E7A"/>
<path d="M314.348 313.118L312.164 312.962L313.908 312.737L314.594 310.922C314.774 310.454 315.105 310.059 315.534 309.8C315.963 309.54 316.466 309.43 316.964 309.488L317.389 309.571C316.352 309.383 316 310.579 315.796 312.033C315.692 312.829 315.722 313.24 314.348 313.118Z" fill="#61C7C7"/>
<path d="M318.423 312.786C318.427 312.231 318.061 311.779 317.607 311.777C317.153 311.774 316.783 312.221 316.779 312.776C316.776 313.331 317.141 313.783 317.595 313.786C318.049 313.788 318.42 313.341 318.423 312.786Z" fill="#21354A"/>
<path d="M310.737 312.454C310.791 311.902 310.469 311.418 310.017 311.373C309.566 311.329 309.155 311.74 309.101 312.292C309.046 312.844 309.368 313.328 309.82 313.373C310.272 313.417 310.682 313.006 310.737 312.454Z" fill="#21354A"/>
<path d="M307.279 333.252C308.225 333.268 309.431 333.159 310.507 333.112C310.487 332.682 310.524 332.251 310.618 331.831C310.783 331.126 311.035 330.444 311.368 329.801C310.507 329.728 309.462 329.656 308.607 329.628C308.428 325.392 306.199 323.102 304.969 324.273C304.386 324.827 304.031 325.579 303.975 326.382C303.943 327.03 304.01 328.08 303.971 328.316C303.864 329.089 303.318 329.321 303.987 330.754C304.332 331.469 303.685 333.233 307.279 333.252Z" fill="white"/>
<path d="M310.229 309.023C311.106 309.577 311.326 310.93 311.397 311.473C311.467 312.017 311.593 312.99 311.625 313.239C311.657 313.488 311.736 313.57 312.568 313.946C313.399 314.322 313.052 313.953 312.674 313.518L312.164 312.962L311.936 311.196C311.872 310.714 311.68 310.258 311.38 309.876C311.079 309.494 310.682 309.199 310.229 309.023Z" fill="#D4FFDC"/>
<path d="M317.949 312.123C318.264 312.244 318.335 312.971 318.022 312.689C317.71 312.408 317.515 311.972 317.949 312.123Z" fill="#335A70"/>
<path d="M310.344 311.701C310.636 311.824 310.71 312.575 310.417 312.267C310.124 311.96 309.888 311.553 310.344 311.701Z" fill="#335A70"/>
<path d="M310.28 320.049C310.581 319.89 310.606 319.345 310.335 318.833C310.064 318.32 309.6 318.033 309.299 318.192C308.998 318.351 308.974 318.896 309.245 319.409C309.516 319.922 309.979 320.208 310.28 320.049Z" fill="#B2A6FF"/>
<path d="M320.329 318.511C320.329 318.145 320.187 317.848 320.01 317.848C319.834 317.848 319.69 318.144 319.69 318.51C319.69 318.876 319.833 319.172 320.009 319.172C320.186 319.172 320.329 318.876 320.329 318.511Z" fill="#B2A6FF"/>
<path d="M318.027 310.226C318.515 310.623 318.654 311.342 318.106 310.837C317.557 310.333 317.436 309.75 318.027 310.226Z" fill="#D4FFDC"/>
</g>
<path d="M357.328 318.728H359.44V314.664H360.384C362.912 314.664 364.608 313.464 364.608 311.08C364.608 308.856 363.088 307.688 360.56 307.688H357.328V318.728ZM362.528 311.128C362.528 312.392 361.728 312.952 360.368 312.952H359.44V309.384H360.448C361.808 309.384 362.528 309.976 362.528 311.128Z" fill="#2DDFB4"/>
<path d="M372.619 318.728V313.16C372.619 311.72 371.851 310.84 370.411 310.84C369.387 310.84 368.587 311.384 367.947 311.976V307.176L366.027 307.48V318.728H367.947V313.512C368.507 312.92 369.115 312.536 369.707 312.536C370.411 312.536 370.699 313 370.699 313.672V318.728H372.619Z" fill="#2DDFB4"/>
<path d="M376.734 308.616C376.734 307.96 376.222 307.496 375.598 307.496C374.958 307.496 374.446 307.96 374.446 308.616C374.446 309.256 374.958 309.704 375.598 309.704C376.222 309.704 376.734 309.256 376.734 308.616ZM376.542 318.728V311H374.622V318.728H376.542Z" fill="#2DDFB4"/>
<path d="M385.598 314.648C385.598 312.056 384.318 310.84 382.686 310.84C381.71 310.84 380.99 311.352 380.494 311.864V307.176L378.574 307.48V318.312C379.534 318.632 380.542 318.824 381.742 318.824C384.046 318.824 385.598 317.496 385.598 314.648ZM383.662 314.76C383.662 316.52 382.926 317.256 381.71 317.256C381.166 317.256 380.894 317.192 380.494 317.048V313.544C380.974 312.968 381.55 312.536 382.19 312.536C383.054 312.536 383.662 313.272 383.662 314.76Z" fill="#2DDFB4"/>
<path d="M389.359 308.616C389.359 307.96 388.847 307.496 388.223 307.496C387.583 307.496 387.071 307.96 387.071 308.616C387.071 309.256 387.583 309.704 388.223 309.704C388.847 309.704 389.359 309.256 389.359 308.616ZM389.167 318.728V311H387.247V318.728H389.167Z" fill="#2DDFB4"/>
<path d="M399.839 309.392L399.671 308.36H393.359V309.392H395.999V316.64H397.127V309.392H399.839Z" fill="#72767D"/>
<path d="M404.584 313.784C404.584 311.9 403.456 310.796 401.92 310.796C400.396 310.796 399.292 311.9 399.292 313.784C399.292 315.668 400.396 316.76 401.92 316.76C403.456 316.76 404.584 315.668 404.584 313.784ZM403.504 313.784C403.504 314.984 402.976 315.872 401.92 315.872C400.912 315.872 400.372 314.96 400.372 313.784C400.372 312.584 400.888 311.684 401.92 311.684C402.952 311.684 403.504 312.608 403.504 313.784Z" fill="#72767D"/>
<path d="M406.7 313.892C406.7 312.476 407.348 311.744 408.248 311.744C408.86 311.744 409.208 311.84 409.652 312.068V314.804C409.196 315.416 408.692 315.812 408.032 315.812C407.264 315.812 406.7 315.152 406.7 313.892ZM405.62 313.94C405.62 315.86 406.64 316.76 407.876 316.76C408.716 316.76 409.304 316.328 409.736 315.812L409.868 316.64H410.72V307.976L409.652 308.144V311.096C409.292 310.952 408.776 310.844 408.212 310.844C406.82 310.844 405.62 311.852 405.62 313.94Z" fill="#72767D"/>
<path d="M415.665 315.068C415.185 315.56 414.585 315.872 413.961 315.872C413.421 315.872 413.109 315.572 413.109 315.104C413.109 314.516 413.553 313.94 415.665 313.736V315.068ZM416.733 316.64V312.632C416.733 311.36 416.061 310.796 414.669 310.796C413.781 310.796 413.133 311 412.449 311.276L412.593 312.2C413.217 311.924 413.877 311.708 414.573 311.708C415.233 311.708 415.665 311.96 415.665 312.68V312.92C413.277 313.172 412.053 313.736 412.053 315.164C412.053 316.136 412.701 316.76 413.733 316.76C414.669 316.76 415.293 316.34 415.749 315.872L415.869 316.64H416.733Z" fill="#72767D"/>
<path d="M418.692 318.824C419.532 318.824 420.156 318.512 420.624 317.24L422.964 310.916H421.848L420.348 315.368L418.812 310.832L417.732 311L419.82 316.664L419.676 317.048C419.448 317.66 419.124 317.888 418.644 317.888C418.476 317.888 418.26 317.852 418.08 317.804L418.236 318.776C418.344 318.8 418.464 318.824 418.692 318.824Z" fill="#72767D"/>
<path d="M429.985 315.068C429.505 315.56 428.905 315.872 428.281 315.872C427.741 315.872 427.429 315.572 427.429 315.104C427.429 314.516 427.873 313.94 429.985 313.736V315.068ZM431.053 316.64V312.632C431.053 311.36 430.381 310.796 428.989 310.796C428.101 310.796 427.453 311 426.769 311.276L426.913 312.2C427.537 311.924 428.197 311.708 428.893 311.708C429.553 311.708 429.985 311.96 429.985 312.68V312.92C427.597 313.172 426.373 313.736 426.373 315.164C426.373 316.136 427.021 316.76 428.053 316.76C428.989 316.76 429.613 316.34 430.069 315.872L430.189 316.64H431.053Z" fill="#72767D"/>
<path d="M435.458 316.664L435.314 315.752C435.182 315.776 435.014 315.788 434.822 315.788C434.222 315.788 434.03 315.5 434.03 315.032V311.816H435.41L435.266 310.916H434.03V308.852L432.986 309.008V310.916H432.122V311.816H432.986V315.224C432.986 316.376 433.646 316.736 434.654 316.736C435.026 316.736 435.278 316.7 435.458 316.664Z" fill="#72767D"/>
<path d="M440.217 316.796C442.857 316.232 444.717 314.6 444.717 311.804C444.717 309.56 443.493 308.372 441.789 308.372C440.181 308.372 439.005 309.488 439.005 311.06C439.005 312.632 439.953 313.604 441.525 313.604C442.293 313.604 442.965 313.364 443.541 312.992C443.121 314.66 441.729 315.476 440.061 315.836L440.217 316.796ZM441.753 312.656C440.601 312.656 440.085 312.044 440.085 311.012C440.085 309.932 440.757 309.32 441.765 309.32C442.917 309.32 443.673 310.316 443.673 311.864V311.948C443.109 312.404 442.485 312.656 441.753 312.656Z" fill="#72767D"/>
<path d="M447.339 312.344V310.916H446.139V312.344H447.339ZM447.339 316.64V315.212H446.139V316.64H447.339Z" fill="#72767D"/>
<path d="M450.883 316.796C452.659 316.796 453.775 315.848 453.775 314.42C453.775 313.292 453.175 312.668 452.131 312.38C453.007 312.092 453.619 311.504 453.619 310.496C453.619 309.404 452.863 308.372 451.039 308.372C450.031 308.372 449.311 308.66 448.687 309.116L448.843 310.124C449.443 309.644 450.151 309.344 450.991 309.344C452.011 309.344 452.515 309.848 452.515 310.544C452.515 311.42 451.879 311.9 450.535 311.9H449.923L450.079 312.884H450.451C452.011 312.884 452.671 313.448 452.671 314.432C452.671 315.344 452.011 315.824 450.943 315.824C450.091 315.824 449.419 315.572 448.735 315.104L448.555 316.16C449.179 316.544 450.031 316.796 450.883 316.796Z" fill="#72767D"/>
<path d="M461.139 312.584C461.139 309.896 459.891 308.372 458.043 308.372C456.183 308.372 454.935 309.896 454.935 312.584C454.935 315.272 456.183 316.796 458.043 316.796C459.891 316.796 461.139 315.272 461.139 312.584ZM460.035 312.584C460.035 314.696 459.291 315.848 458.043 315.848C456.795 315.848 456.039 314.696 456.039 312.584C456.039 310.472 456.795 309.32 458.043 309.32C459.291 309.32 460.035 310.472 460.035 312.584Z" fill="#72767D"/>
<path d="M471.181 316.724L472.297 316.484L469.105 308.324H467.977L464.737 316.64H465.913L466.837 314.156H470.209L471.181 316.724ZM468.517 309.644L469.837 313.16H467.209L468.517 309.644Z" fill="#72767D"/>
<path d="M482.671 316.64L482.023 308.36H480.643L478.063 315.152L475.483 308.36H474.091L473.431 316.64H474.487L474.991 309.956L477.583 316.676H478.483L481.075 309.956L481.591 316.64H482.671Z" fill="#72767D"/>
<path d="M366.951 339V333.448C366.951 332.072 366.247 331.208 364.791 331.208C363.719 331.208 362.791 331.816 362.103 332.472C361.815 331.688 361.207 331.208 360.087 331.208C359.015 331.208 358.151 331.816 357.431 332.472L357.255 331.368H356.119V339H357.543V333.72C358.231 332.984 358.951 332.488 359.703 332.488C360.535 332.488 360.823 333.016 360.823 333.8V339H362.247V333.72C362.935 332.984 363.655 332.488 364.407 332.488C365.239 332.488 365.527 333.016 365.527 333.8V339H366.951Z" fill="#DCDDDE"/>
<path d="M372.078 332.328C373.182 332.328 373.726 333.032 373.902 334.264H370.222C370.446 332.968 371.198 332.328 372.078 332.328ZM375.326 338.136L375.118 336.856C374.286 337.512 373.486 337.944 372.382 337.944C371.054 337.944 370.222 337.112 370.158 335.336H375.342V335.032C375.342 332.92 374.318 331.208 372.094 331.208C370.174 331.208 368.734 332.712 368.734 335.16C368.734 337.96 370.286 339.16 372.27 339.16C373.534 339.16 374.51 338.776 375.326 338.136Z" fill="#DCDDDE"/>
<path d="M384.33 339.032L384.138 337.816C383.962 337.848 383.738 337.864 383.482 337.864C382.682 337.864 382.426 337.48 382.426 336.856V332.568H384.266L384.074 331.368H382.426V328.616L381.034 328.824V331.368H379.882V332.568H381.034V337.112C381.034 338.648 381.914 339.128 383.258 339.128C383.754 339.128 384.09 339.08 384.33 339.032Z" fill="#DCDDDE"/>
<path d="M392.618 335.192C392.618 332.68 391.114 331.208 389.066 331.208C387.034 331.208 385.562 332.68 385.562 335.192C385.562 337.704 387.034 339.16 389.066 339.16C391.114 339.16 392.618 337.704 392.618 335.192ZM391.178 335.192C391.178 336.792 390.474 337.976 389.066 337.976C387.722 337.976 387.002 336.76 387.002 335.192C387.002 333.592 387.69 332.392 389.066 332.392C390.442 332.392 391.178 333.624 391.178 335.192Z" fill="#DCDDDE"/>
<path d="M401.056 335.192C401.056 332.68 399.552 331.208 397.504 331.208C395.472 331.208 394 332.68 394 335.192C394 337.704 395.472 339.16 397.504 339.16C399.552 339.16 401.056 337.704 401.056 335.192ZM399.616 335.192C399.616 336.792 398.912 337.976 397.504 337.976C396.16 337.976 395.44 336.76 395.44 335.192C395.44 333.592 396.128 332.392 397.504 332.392C398.88 332.392 399.616 333.624 399.616 335.192Z" fill="#DCDDDE"/>
<path d="M404.789 327.96H403.077L403.461 335.72L404.389 335.512L404.789 327.96ZM404.725 339V337.096H403.125V339H404.725Z" fill="#DCDDDE"/>
<mask id="mask1" mask-type="alpha" maskUnits="userSpaceOnUse" x="299" y="247" width="28" height="28">
<circle cx="313" cy="261" r="14" fill="#C4C4C4"/>
</mask>
<g mask="url(#mask1)">
<circle cx="313" cy="261" r="14" fill="#F7E5BC"/>
<path d="M329.099 269.763L327.196 274.151C327.047 274.498 326.831 274.811 326.559 275.072C326.287 275.333 325.965 275.537 325.613 275.672C325.261 275.807 324.885 275.869 324.508 275.856C324.131 275.843 323.761 275.754 323.419 275.596L316.309 272.36L319.85 266.777L324.183 269.194L324.821 267.305C327.057 268.194 328.252 268.972 329.099 269.763Z" fill="#F7E5BC"/>
<path d="M320.836 267.638C323.697 268.111 323.961 268.708 324.724 270.208L321.655 269.86L320.836 267.638Z" fill="#F7E5BC"/>
<path d="M307.365 243.85C306.796 244.027 306.316 244.414 306.022 244.933C305.728 245.451 305.642 246.062 305.782 246.641L308.629 258.265L313.726 257.209L310.296 245.433C310.21 245.135 310.065 244.857 309.871 244.616C309.676 244.374 309.436 244.174 309.163 244.026C308.89 243.879 308.591 243.787 308.282 243.757C307.973 243.727 307.662 243.758 307.365 243.85Z" fill="#D6569B"/>
<path d="M310.199 255.543L312.213 255.459L310.074 248.46C310.044 248.36 309.994 248.266 309.927 248.186C309.86 248.105 309.777 248.04 309.683 247.993C309.589 247.946 309.487 247.919 309.382 247.913C309.277 247.908 309.172 247.924 309.074 247.96C308.902 248.026 308.76 248.153 308.675 248.317C308.591 248.481 308.569 248.671 308.616 248.849L310.199 255.543Z" fill="#E374B0"/>
<path d="M319.157 243.794C319.728 243.966 320.213 244.348 320.512 244.864C320.811 245.38 320.903 245.991 320.768 246.572L318.046 258.209L312.936 257.223L316.241 245.405C316.324 245.106 316.466 244.827 316.658 244.583C316.85 244.34 317.089 244.137 317.361 243.987C317.632 243.837 317.931 243.743 318.239 243.71C318.548 243.676 318.86 243.705 319.157 243.794Z" fill="#D6569B"/>
<path d="M317.226 255.515L315.227 255.445L317.282 248.418C317.311 248.318 317.361 248.225 317.429 248.144C317.496 248.064 317.58 247.999 317.674 247.954C317.768 247.908 317.871 247.882 317.976 247.879C318.08 247.875 318.185 247.893 318.282 247.932C318.454 247.995 318.597 248.119 318.684 248.28C318.771 248.441 318.796 248.629 318.754 248.807L317.226 255.515Z" fill="#E374B0"/>
<path d="M322.934 272.457L322.101 275.096L321.99 275.429L320.962 278.651H301.853C301.673 277.943 301.895 277.804 302.381 277.012C302.867 276.221 302.617 276.429 302.687 274.513C302.742 273.166 303.228 271.916 304.964 270.36C305.492 269.902 305.617 269.722 306.158 269.222L306.325 269.069L306.408 268.986L306.519 268.902L319.573 266.847L322.198 271.221L322.934 272.457Z" fill="#F7E5BC"/>
<path d="M322.1 275.096C322.016 276.36 321.905 277.554 321.766 278.651H307.726C307.74 278.082 307.754 277.373 307.782 276.512C307.78 276.42 307.784 276.327 307.796 276.235V275.165C307.699 272.624 306.977 270.888 304.963 270.36C305.338 269.985 305.727 269.61 306.157 269.222L306.324 269.069L306.518 268.902L319.572 266.847C320.6 267.222 321.28 267.486 322.058 268.277C322.141 269.277 322.183 270.263 322.197 271.221C322.211 272.568 322.169 273.86 322.1 275.096Z" fill="#1F3A70"/>
<path d="M320.848 261.35L305.697 261.956C303.702 262.036 302.151 263.717 302.23 265.712L302.231 265.717C302.31 267.711 303.992 269.263 305.986 269.183L321.137 268.577C323.131 268.498 324.683 266.816 324.603 264.822L324.603 264.817C324.523 262.822 322.842 261.271 320.848 261.35Z" fill="#F06EA8"/>
<path d="M320.057 254.633L305.335 255.25C303.228 255.339 301.591 257.118 301.679 259.226L301.685 259.352C301.773 261.459 303.553 263.096 305.66 263.008L320.382 262.391C322.489 262.302 324.126 260.523 324.037 258.415L324.032 258.289C323.944 256.182 322.164 254.545 320.057 254.633Z" fill="#F06EA8"/>
<path d="M321.087 268.458C323.031 268.375 324.628 266.805 324.628 264.861C324.634 264.154 324.432 263.461 324.047 262.868C323.662 262.275 323.11 261.809 322.461 261.528C322.95 261.156 323.341 260.671 323.602 260.115C323.863 259.559 323.987 258.948 323.961 258.334V258.209C323.94 257.707 323.82 257.215 323.608 256.76C323.396 256.305 323.096 255.896 322.726 255.556C322.356 255.217 321.922 254.954 321.45 254.783C320.978 254.611 320.477 254.534 319.976 254.557L306.838 255.112C305.658 257.376 305.824 259.806 306.699 261.556C306.827 261.821 306.899 262.109 306.911 262.403C306.923 262.697 306.875 262.99 306.769 263.264C305.505 266.625 307.172 269.055 307.172 269.055L321.087 268.458Z" fill="#E05FA3"/>
<path d="M310.478 261.65C310.811 261.432 310.83 260.87 310.519 260.395C310.208 259.92 309.686 259.712 309.352 259.93C309.019 260.149 309 260.711 309.311 261.186C309.622 261.661 310.144 261.868 310.478 261.65Z" fill="#1B1926"/>
<path d="M317.059 260.613C317.204 260.096 317.033 259.596 316.679 259.497C316.324 259.398 315.919 259.737 315.775 260.254C315.631 260.771 315.801 261.271 316.156 261.37C316.51 261.469 316.915 261.13 317.059 260.613Z" fill="#1B1926"/>
<path d="M311.935 263.319C312.852 264.875 314.199 265.236 315.102 263.222C315.112 263.204 315.118 263.184 315.117 263.163C315.117 263.142 315.11 263.121 315.098 263.104C315.087 263.086 315.071 263.073 315.051 263.064C315.032 263.056 315.011 263.053 314.99 263.056L312.033 263.139C312.013 263.141 311.993 263.148 311.977 263.16C311.96 263.171 311.946 263.186 311.937 263.204C311.927 263.221 311.922 263.241 311.922 263.261C311.922 263.282 311.926 263.301 311.935 263.319Z" fill="#751B40"/>
<path d="M313.782 263.097L312.033 263.139C312.013 263.141 311.993 263.148 311.977 263.16C311.96 263.171 311.946 263.186 311.937 263.204C311.927 263.221 311.922 263.241 311.922 263.261C311.922 263.281 311.926 263.301 311.935 263.319C312.727 264.653 313.824 265.111 314.699 263.944C314.482 263.579 314.163 263.285 313.782 263.097Z" fill="#9C2455"/>
</g>
<path d="M356.727 261.032H358.839V256.968H359.783C362.311 256.968 364.007 255.768 364.007 253.384C364.007 251.16 362.487 249.992 359.959 249.992H356.727V261.032ZM361.927 253.432C361.927 254.696 361.127 255.256 359.767 255.256H358.839V251.688H359.847C361.207 251.688 361.927 252.28 361.927 253.432Z" fill="#BED3FF"/>
<path d="M368.091 254.472C369.019 254.472 369.499 255.144 369.627 256.344H366.539C366.683 255.096 367.323 254.472 368.091 254.472ZM371.483 260.248L371.259 258.744C370.411 259.336 369.595 259.704 368.603 259.704C367.419 259.704 366.603 259.048 366.523 257.544H371.483C371.483 257.432 371.499 257.24 371.499 257.08C371.499 254.888 370.459 253.144 368.139 253.144C366.123 253.144 364.619 254.664 364.619 257.176C364.619 259.96 366.235 261.192 368.395 261.192C369.643 261.192 370.651 260.824 371.483 260.248Z" fill="#BED3FF"/>
<path d="M378.202 257.064C378.202 258.76 377.45 259.576 376.458 259.576C375.802 259.576 375.434 259.464 374.97 259.24V255.928C375.482 255.272 376.026 254.84 376.714 254.84C377.578 254.84 378.202 255.576 378.202 257.064ZM380.138 256.952C380.138 254.36 378.842 253.144 377.226 253.144C376.154 253.144 375.402 253.736 374.858 254.36L374.682 253.304H373.05V264.008L374.97 263.72V260.808C375.434 260.984 376.026 261.112 376.762 261.112C378.538 261.112 380.138 259.832 380.138 256.952Z" fill="#BED3FF"/>
<path d="M386.858 257.064C386.858 258.76 386.106 259.576 385.114 259.576C384.458 259.576 384.09 259.464 383.626 259.24V255.928C384.138 255.272 384.682 254.84 385.37 254.84C386.234 254.84 386.858 255.576 386.858 257.064ZM388.794 256.952C388.794 254.36 387.498 253.144 385.882 253.144C384.81 253.144 384.058 253.736 383.514 254.36L383.338 253.304H381.706V264.008L383.626 263.72V260.808C384.09 260.984 384.682 261.112 385.418 261.112C387.194 261.112 388.794 259.832 388.794 256.952Z" fill="#BED3FF"/>
<path d="M393.435 254.472C394.363 254.472 394.843 255.144 394.971 256.344H391.883C392.027 255.096 392.667 254.472 393.435 254.472ZM396.827 260.248L396.603 258.744C395.755 259.336 394.939 259.704 393.947 259.704C392.763 259.704 391.947 259.048 391.867 257.544H396.827C396.827 257.432 396.843 257.24 396.843 257.08C396.843 254.888 395.803 253.144 393.483 253.144C391.467 253.144 389.963 254.664 389.963 257.176C389.963 259.96 391.579 261.192 393.739 261.192C394.987 261.192 395.995 260.824 396.827 260.248Z" fill="#BED3FF"/>
<path d="M407.322 254.576L407.154 253.544H400.842V254.576H403.482V261.824H404.61V254.576H407.322Z" fill="#72767D"/>
<path d="M412.066 258.968C412.066 257.084 410.938 255.98 409.402 255.98C407.878 255.98 406.774 257.084 406.774 258.968C406.774 260.852 407.878 261.944 409.402 261.944C410.938 261.944 412.066 260.852 412.066 258.968ZM410.986 258.968C410.986 260.168 410.458 261.056 409.402 261.056C408.394 261.056 407.854 260.144 407.854 258.968C407.854 257.768 408.37 256.868 409.402 256.868C410.434 256.868 410.986 257.792 410.986 258.968Z" fill="#72767D"/>
<path d="M414.182 259.076C414.182 257.66 414.83 256.928 415.73 256.928C416.342 256.928 416.69 257.024 417.134 257.252V259.988C416.678 260.6 416.174 260.996 415.514 260.996C414.746 260.996 414.182 260.336 414.182 259.076ZM413.102 259.124C413.102 261.044 414.122 261.944 415.358 261.944C416.198 261.944 416.786 261.512 417.218 260.996L417.35 261.824H418.202V253.16L417.134 253.328V256.28C416.774 256.136 416.258 256.028 415.694 256.028C414.302 256.028 413.102 257.036 413.102 259.124Z" fill="#72767D"/>
<path d="M423.147 260.252C422.667 260.744 422.067 261.056 421.443 261.056C420.903 261.056 420.591 260.756 420.591 260.288C420.591 259.7 421.035 259.124 423.147 258.92V260.252ZM424.215 261.824V257.816C424.215 256.544 423.543 255.98 422.151 255.98C421.263 255.98 420.615 256.184 419.931 256.46L420.075 257.384C420.699 257.108 421.359 256.892 422.055 256.892C422.715 256.892 423.147 257.144 423.147 257.864V258.104C420.759 258.356 419.535 258.92 419.535 260.348C419.535 261.32 420.183 261.944 421.215 261.944C422.151 261.944 422.775 261.524 423.231 261.056L423.351 261.824H424.215Z" fill="#72767D"/>
<path d="M426.174 264.008C427.014 264.008 427.638 263.696 428.106 262.424L430.446 256.1H429.33L427.83 260.552L426.294 256.016L425.214 256.184L427.302 261.848L427.158 262.232C426.93 262.844 426.606 263.072 426.126 263.072C425.958 263.072 425.742 263.036 425.562 262.988L425.718 263.96C425.826 263.984 425.946 264.008 426.174 264.008Z" fill="#72767D"/>
<path d="M437.468 260.252C436.988 260.744 436.388 261.056 435.764 261.056C435.224 261.056 434.912 260.756 434.912 260.288C434.912 259.7 435.356 259.124 437.468 258.92V260.252ZM438.536 261.824V257.816C438.536 256.544 437.864 255.98 436.472 255.98C435.584 255.98 434.936 256.184 434.252 256.46L434.396 257.384C435.02 257.108 435.68 256.892 436.376 256.892C437.036 256.892 437.468 257.144 437.468 257.864V258.104C435.08 258.356 433.856 258.92 433.856 260.348C433.856 261.32 434.504 261.944 435.536 261.944C436.472 261.944 437.096 261.524 437.552 261.056L437.672 261.824H438.536Z" fill="#72767D"/>
<path d="M442.94 261.848L442.796 260.936C442.664 260.96 442.496 260.972 442.304 260.972C441.704 260.972 441.512 260.684 441.512 260.216V257H442.892L442.748 256.1H441.512V254.036L440.468 254.192V256.1H439.604V257H440.468V260.408C440.468 261.56 441.128 261.92 442.136 261.92C442.508 261.92 442.76 261.884 442.94 261.848Z" fill="#72767D"/>
<path d="M447.7 261.98C450.34 261.416 452.2 259.784 452.2 256.988C452.2 254.744 450.976 253.556 449.272 253.556C447.664 253.556 446.488 254.672 446.488 256.244C446.488 257.816 447.436 258.788 449.008 258.788C449.776 258.788 450.448 258.548 451.024 258.176C450.604 259.844 449.212 260.66 447.544 261.02L447.7 261.98ZM449.236 257.84C448.084 257.84 447.568 257.228 447.568 256.196C447.568 255.116 448.24 254.504 449.248 254.504C450.4 254.504 451.156 255.5 451.156 257.048V257.132C450.592 257.588 449.968 257.84 449.236 257.84Z" fill="#72767D"/>
<path d="M454.821 257.528V256.1H453.621V257.528H454.821ZM454.821 261.824V260.396H453.621V261.824H454.821Z" fill="#72767D"/>
<path d="M456.169 261.824H461.461L461.317 260.864H457.621L459.925 258.512C460.921 257.492 461.341 256.832 461.341 255.848C461.341 254.456 460.381 253.556 458.809 253.556C457.801 253.556 456.985 253.952 456.385 254.468L456.541 255.512C457.177 254.948 457.909 254.552 458.749 254.552C459.697 254.552 460.225 255.008 460.225 255.92C460.225 256.58 459.901 257.096 459.169 257.864L456.169 260.996V261.824Z" fill="#72767D"/>
<path d="M462.474 261.824H467.766L467.622 260.864H463.926L466.23 258.512C467.226 257.492 467.646 256.832 467.646 255.848C467.646 254.456 466.686 253.556 465.114 253.556C464.106 253.556 463.29 253.952 462.69 254.468L462.846 255.512C463.482 254.948 464.214 254.552 465.054 254.552C466.002 254.552 466.53 255.008 466.53 255.92C466.53 256.58 466.206 257.096 465.474 257.864L462.474 260.996V261.824Z" fill="#72767D"/>
<path d="M477.785 261.908L478.901 261.668L475.709 253.508H474.581L471.341 261.824H472.517L473.441 259.34H476.813L477.785 261.908ZM475.121 254.828L476.441 258.344H473.813L475.121 254.828Z" fill="#72767D"/>
<path d="M489.274 261.824L488.626 253.544H487.246L484.666 260.336L482.086 253.544H480.694L480.034 261.824H481.09L481.594 255.14L484.186 261.86H485.086L487.678 255.14L488.194 261.824H489.274Z" fill="#72767D"/>
<path d="M361.448 280.872C361.448 279.416 360.6 278.872 358.712 278.392C357.512 278.088 357.128 277.8 357.128 277.288C357.128 276.744 357.576 276.408 358.44 276.408C359.24 276.408 360.088 276.68 360.76 277.064L360.984 275.72C360.264 275.4 359.416 275.208 358.472 275.208C356.808 275.208 355.784 276.104 355.784 277.32C355.784 278.68 356.504 279.224 358.296 279.672C359.672 280.008 360.104 280.264 360.104 280.968C360.104 281.608 359.528 281.976 358.552 281.976C357.512 281.976 356.584 281.592 355.864 281.096L355.656 282.44C356.312 282.808 357.432 283.16 358.44 283.16C360.408 283.16 361.448 282.264 361.448 280.872Z" fill="#DCDDDE"/>
<path d="M366.11 276.328C367.214 276.328 367.758 277.032 367.934 278.264H364.254C364.478 276.968 365.23 276.328 366.11 276.328ZM369.358 282.136L369.15 280.856C368.318 281.512 367.518 281.944 366.414 281.944C365.086 281.944 364.254 281.112 364.19 279.336H369.374V279.032C369.374 276.92 368.35 275.208 366.126 275.208C364.206 275.208 362.766 276.712 362.766 279.16C362.766 281.96 364.318 283.16 366.302 283.16C367.566 283.16 368.542 282.776 369.358 282.136Z" fill="#DCDDDE"/>
<path d="M377.407 283V277.448C377.407 276.072 376.639 275.208 375.199 275.208C374.111 275.208 373.215 275.816 372.495 276.472L372.319 275.368H371.183V283H372.607V277.72C373.295 276.984 374.063 276.488 374.815 276.488C375.647 276.488 375.983 277.016 375.983 277.8V283H377.407Z" fill="#DCDDDE"/>
<path d="M380.628 279.336C380.628 277.448 381.492 276.472 382.692 276.472C383.508 276.472 383.972 276.6 384.564 276.904V280.552C383.956 281.368 383.284 281.896 382.404 281.896C381.38 281.896 380.628 281.016 380.628 279.336ZM379.188 279.4C379.188 281.96 380.548 283.16 382.196 283.16C383.316 283.16 384.1 282.584 384.676 281.896L384.852 283H385.988V271.448L384.564 271.672V275.608C384.084 275.416 383.396 275.272 382.644 275.272C380.788 275.272 379.188 276.616 379.188 279.4Z" fill="#DCDDDE"/>
<path d="M397.105 279.032C397.105 280.92 396.225 281.896 395.025 281.896C394.209 281.896 393.745 281.768 393.169 281.48V277.816C393.777 277 394.449 276.472 395.313 276.472C396.353 276.472 397.105 277.368 397.105 279.032ZM398.545 278.968C398.545 276.424 397.185 275.208 395.537 275.208C394.417 275.208 393.633 275.8 393.057 276.472L392.881 275.368H391.745V285.976L393.169 285.768V282.76C393.649 282.952 394.337 283.096 395.089 283.096C396.945 283.096 398.545 281.752 398.545 278.968Z" fill="#DCDDDE"/>
<path d="M401.891 283V271.448L400.467 271.672V283H401.891Z" fill="#DCDDDE"/>
<path d="M407.157 276.328C408.261 276.328 408.805 277.032 408.981 278.264H405.301C405.525 276.968 406.277 276.328 407.157 276.328ZM410.405 282.136L410.197 280.856C409.365 281.512 408.565 281.944 407.461 281.944C406.133 281.944 405.301 281.112 405.237 279.336H410.421V279.032C410.421 276.92 409.397 275.208 407.173 275.208C405.253 275.208 403.813 276.712 403.813 279.16C403.813 281.96 405.365 283.16 407.349 283.16C408.613 283.16 409.589 282.776 410.405 282.136Z" fill="#DCDDDE"/>
<path d="M416.582 280.904C415.942 281.56 415.142 281.976 414.31 281.976C413.59 281.976 413.174 281.576 413.174 280.952C413.174 280.168 413.766 279.4 416.582 279.128V280.904ZM418.006 283V277.656C418.006 275.96 417.11 275.208 415.254 275.208C414.07 275.208 413.206 275.48 412.294 275.848L412.486 277.08C413.318 276.712 414.198 276.424 415.126 276.424C416.006 276.424 416.582 276.76 416.582 277.72V278.04C413.398 278.376 411.766 279.128 411.766 281.032C411.766 282.328 412.63 283.16 414.006 283.16C415.254 283.16 416.086 282.6 416.694 281.976L416.854 283H418.006Z" fill="#DCDDDE"/>
<path d="M425.542 280.872C425.542 279.416 424.694 278.872 422.806 278.392C421.606 278.088 421.222 277.8 421.222 277.288C421.222 276.744 421.67 276.408 422.534 276.408C423.334 276.408 424.182 276.68 424.854 277.064L425.078 275.72C424.358 275.4 423.51 275.208 422.566 275.208C420.902 275.208 419.878 276.104 419.878 277.32C419.878 278.68 420.598 279.224 422.39 279.672C423.766 280.008 424.198 280.264 424.198 280.968C424.198 281.608 423.622 281.976 422.646 281.976C421.606 281.976 420.678 281.592 419.958 281.096L419.75 282.44C420.406 282.808 421.526 283.16 422.534 283.16C424.502 283.16 425.542 282.264 425.542 280.872Z" fill="#DCDDDE"/>
<path d="M430.204 276.328C431.308 276.328 431.852 277.032 432.028 278.264H428.348C428.572 276.968 429.324 276.328 430.204 276.328ZM433.452 282.136L433.244 280.856C432.412 281.512 431.612 281.944 430.508 281.944C429.18 281.944 428.348 281.112 428.284 279.336H433.468V279.032C433.468 276.92 432.444 275.208 430.22 275.208C428.3 275.208 426.86 276.712 426.86 279.16C426.86 281.96 428.412 283.16 430.396 283.16C431.66 283.16 432.636 282.776 433.452 282.136Z" fill="#DCDDDE"/>
<path d="M364.472 204.376L364.184 202.52C363.336 203.08 362.424 203.48 361.384 203.48C359.4 203.48 358.152 202.008 358.152 199.608C358.152 197.224 359.352 195.72 361.352 195.72C362.424 195.72 363.272 196.152 363.992 196.696L364.296 194.696C363.48 194.184 362.52 193.896 361.272 193.896C358.056 193.896 355.992 196.2 355.992 199.624C355.992 203.064 358.008 205.32 361.208 205.32C362.472 205.32 363.608 204.936 364.472 204.376Z" fill="#FFA78B"/>
<path d="M370.316 203C369.788 203.512 369.164 203.832 368.508 203.832C367.916 203.832 367.564 203.496 367.564 202.936C367.564 202.2 368.092 201.544 370.316 201.272V203ZM372.236 205.128V199.832C372.236 197.976 371.244 197.24 369.244 197.24C368.012 197.24 367.068 197.512 366.172 197.864L366.412 199.4C367.244 199.032 368.092 198.776 368.988 198.776C369.836 198.776 370.316 199.096 370.316 199.928V200.152C367.196 200.456 365.66 201.272 365.66 203.144C365.66 204.488 366.54 205.288 367.852 205.288C369.004 205.288 369.804 204.776 370.428 204.12L370.588 205.128H372.236Z" fill="#FFA78B"/>
<path d="M379.29 201.16C379.29 202.856 378.538 203.672 377.546 203.672C376.89 203.672 376.522 203.56 376.058 203.336V200.024C376.57 199.368 377.114 198.936 377.802 198.936C378.666 198.936 379.29 199.672 379.29 201.16ZM381.226 201.048C381.226 198.456 379.93 197.24 378.314 197.24C377.242 197.24 376.49 197.832 375.946 198.456L375.77 197.4H374.138V208.104L376.058 207.816V204.904C376.522 205.08 377.114 205.208 377.85 205.208C379.626 205.208 381.226 203.928 381.226 201.048Z" fill="#FFA78B"/>
<path d="M391.707 198.672L391.539 197.64H385.227V198.672H387.867V205.92H388.995V198.672H391.707Z" fill="#72767D"/>
<path d="M396.451 203.064C396.451 201.18 395.323 200.076 393.787 200.076C392.263 200.076 391.159 201.18 391.159 203.064C391.159 204.948 392.263 206.04 393.787 206.04C395.323 206.04 396.451 204.948 396.451 203.064ZM395.371 203.064C395.371 204.264 394.843 205.152 393.787 205.152C392.779 205.152 392.239 204.24 392.239 203.064C392.239 201.864 392.755 200.964 393.787 200.964C394.819 200.964 395.371 201.888 395.371 203.064Z" fill="#72767D"/>
<path d="M398.567 203.172C398.567 201.756 399.215 201.024 400.115 201.024C400.727 201.024 401.075 201.12 401.519 201.348V204.084C401.063 204.696 400.559 205.092 399.899 205.092C399.131 205.092 398.567 204.432 398.567 203.172ZM397.487 203.22C397.487 205.14 398.507 206.04 399.743 206.04C400.583 206.04 401.171 205.608 401.603 205.092L401.735 205.92H402.587V197.256L401.519 197.424V200.376C401.159 200.232 400.643 200.124 400.079 200.124C398.687 200.124 397.487 201.132 397.487 203.22Z" fill="#72767D"/>
<path d="M407.532 204.348C407.052 204.84 406.452 205.152 405.828 205.152C405.288 205.152 404.976 204.852 404.976 204.384C404.976 203.796 405.42 203.22 407.532 203.016V204.348ZM408.6 205.92V201.912C408.6 200.64 407.928 200.076 406.536 200.076C405.648 200.076 405 200.28 404.316 200.556L404.46 201.48C405.084 201.204 405.744 200.988 406.44 200.988C407.1 200.988 407.532 201.24 407.532 201.96V202.2C405.144 202.452 403.92 203.016 403.92 204.444C403.92 205.416 404.568 206.04 405.6 206.04C406.536 206.04 407.16 205.62 407.616 205.152L407.736 205.92H408.6Z" fill="#72767D"/>
<path d="M410.559 208.104C411.399 208.104 412.023 207.792 412.491 206.52L414.831 200.196H413.715L412.215 204.648L410.679 200.112L409.599 200.28L411.687 205.944L411.543 206.328C411.315 206.94 410.991 207.168 410.511 207.168C410.343 207.168 410.127 207.132 409.947 207.084L410.103 208.056C410.211 208.08 410.331 208.104 410.559 208.104Z" fill="#72767D"/>
<path d="M421.853 204.348C421.373 204.84 420.773 205.152 420.149 205.152C419.609 205.152 419.297 204.852 419.297 204.384C419.297 203.796 419.741 203.22 421.853 203.016V204.348ZM422.921 205.92V201.912C422.921 200.64 422.249 200.076 420.857 200.076C419.969 200.076 419.321 200.28 418.637 200.556L418.781 201.48C419.405 201.204 420.065 200.988 420.761 200.988C421.421 200.988 421.853 201.24 421.853 201.96V202.2C419.465 202.452 418.241 203.016 418.241 204.444C418.241 205.416 418.889 206.04 419.921 206.04C420.857 206.04 421.481 205.62 421.937 205.152L422.057 205.92H422.921Z" fill="#72767D"/>
<path d="M427.325 205.944L427.181 205.032C427.049 205.056 426.881 205.068 426.689 205.068C426.089 205.068 425.897 204.78 425.897 204.312V201.096H427.277L427.133 200.196H425.897V198.132L424.853 198.288V200.196H423.989V201.096H424.853V204.504C424.853 205.656 425.513 206.016 426.521 206.016C426.893 206.016 427.145 205.98 427.325 205.944Z" fill="#72767D"/>
<path d="M432.084 206.076C434.724 205.512 436.584 203.88 436.584 201.084C436.584 198.84 435.361 197.652 433.657 197.652C432.049 197.652 430.873 198.768 430.873 200.34C430.873 201.912 431.821 202.884 433.393 202.884C434.161 202.884 434.833 202.644 435.409 202.272C434.989 203.94 433.597 204.756 431.929 205.116L432.084 206.076ZM433.62 201.936C432.468 201.936 431.952 201.324 431.952 200.292C431.952 199.212 432.625 198.6 433.632 198.6C434.785 198.6 435.541 199.596 435.541 201.144V201.228C434.977 201.684 434.352 201.936 433.62 201.936Z" fill="#72767D"/>
<path d="M439.206 201.624V200.196H438.006V201.624H439.206ZM439.206 205.92V204.492H438.006V205.92H439.206Z" fill="#72767D"/>
<path d="M443.17 205.92V197.784H442.234L440.29 198.684L440.41 199.548L442.102 198.912V205.92H443.17Z" fill="#72767D"/>
<path d="M445.983 206.076C448.623 205.512 450.483 203.88 450.483 201.084C450.483 198.84 449.259 197.652 447.555 197.652C445.947 197.652 444.771 198.768 444.771 200.34C444.771 201.912 445.719 202.884 447.291 202.884C448.059 202.884 448.731 202.644 449.307 202.272C448.887 203.94 447.495 204.756 445.827 205.116L445.983 206.076ZM447.519 201.936C446.367 201.936 445.851 201.324 445.851 200.292C445.851 199.212 446.523 198.6 447.531 198.6C448.683 198.6 449.439 199.596 449.439 201.144V201.228C448.875 201.684 448.251 201.936 447.519 201.936Z" fill="#72767D"/>
<path d="M460.517 206.004L461.633 205.764L458.441 197.604H457.313L454.073 205.92H455.249L456.173 203.436H459.545L460.517 206.004ZM457.853 198.924L459.173 202.44H456.545L457.853 198.924Z" fill="#72767D"/>
<path d="M472.007 205.92L471.359 197.64H469.979L467.399 204.432L464.819 197.64H463.427L462.767 205.92H463.823L464.327 199.236L466.919 205.956H467.819L470.411 199.236L470.927 205.92H472.007Z" fill="#72767D"/>
<path d="M357.928 227V215.96H356.424V227H357.928Z" fill="#DCDDDE"/>
<path d="M370.219 227V221.448C370.219 220.072 369.451 219.208 368.011 219.208C366.923 219.208 366.027 219.816 365.307 220.472L365.131 219.368H363.995V227H365.419V221.72C366.107 220.984 366.875 220.488 367.627 220.488C368.459 220.488 368.795 221.016 368.795 221.8V227H370.219Z" fill="#DCDDDE"/>
<path d="M375.344 220.328C376.448 220.328 376.992 221.032 377.168 222.264H373.488C373.712 220.968 374.464 220.328 375.344 220.328ZM378.592 226.136L378.384 224.856C377.552 225.512 376.752 225.944 375.648 225.944C374.32 225.944 373.488 225.112 373.424 223.336H378.608V223.032C378.608 220.92 377.584 219.208 375.36 219.208C373.44 219.208 372 220.712 372 223.16C372 225.96 373.552 227.16 375.536 227.16C376.8 227.16 377.776 226.776 378.592 226.136Z" fill="#DCDDDE"/>
<path d="M383.329 220.328C384.433 220.328 384.977 221.032 385.153 222.264H381.473C381.697 220.968 382.449 220.328 383.329 220.328ZM386.577 226.136L386.369 224.856C385.537 225.512 384.737 225.944 383.633 225.944C382.305 225.944 381.473 225.112 381.409 223.336H386.593V223.032C386.593 220.92 385.569 219.208 383.345 219.208C381.425 219.208 379.985 220.712 379.985 223.16C379.985 225.96 381.537 227.16 383.521 227.16C384.785 227.16 385.761 226.776 386.577 226.136Z" fill="#DCDDDE"/>
<path d="M389.409 223.336C389.409 221.448 390.273 220.472 391.473 220.472C392.289 220.472 392.753 220.6 393.345 220.904V224.552C392.737 225.368 392.065 225.896 391.185 225.896C390.161 225.896 389.409 225.016 389.409 223.336ZM387.969 223.4C387.969 225.96 389.329 227.16 390.977 227.16C392.097 227.16 392.881 226.584 393.457 225.896L393.633 227H394.769V215.448L393.345 215.672V219.608C392.865 219.416 392.177 219.272 391.425 219.272C389.569 219.272 387.969 220.616 387.969 223.4Z" fill="#DCDDDE"/>
<path d="M404.19 227.032L403.998 225.816C403.822 225.848 403.598 225.864 403.342 225.864C402.542 225.864 402.286 225.48 402.286 224.856V220.568H404.126L403.934 219.368H402.286V216.616L400.894 216.824V219.368H399.742V220.568H400.894V225.112C400.894 226.648 401.774 227.128 403.118 227.128C403.614 227.128 403.95 227.08 404.19 227.032Z" fill="#DCDDDE"/>
<path d="M412.141 227V221.448C412.141 220.072 411.373 219.208 409.933 219.208C408.845 219.208 407.965 219.816 407.341 220.376V215.448L405.917 215.672V227H407.341V221.72C408.029 220.984 408.797 220.488 409.549 220.488C410.381 220.488 410.717 221.016 410.717 221.8V227H412.141Z" fill="#DCDDDE"/>
<path d="M417.266 220.328C418.37 220.328 418.914 221.032 419.09 222.264H415.41C415.634 220.968 416.386 220.328 417.266 220.328ZM420.514 226.136L420.306 224.856C419.474 225.512 418.674 225.944 417.57 225.944C416.242 225.944 415.41 225.112 415.346 223.336H420.53V223.032C420.53 220.92 419.506 219.208 417.282 219.208C415.362 219.208 413.922 220.712 413.922 223.16C413.922 225.96 415.474 227.16 417.458 227.16C418.722 227.16 419.698 226.776 420.514 226.136Z" fill="#DCDDDE"/>
<path d="M433.171 227V221.448C433.171 220.072 432.467 219.208 431.011 219.208C429.939 219.208 429.011 219.816 428.323 220.472C428.035 219.688 427.427 219.208 426.307 219.208C425.235 219.208 424.371 219.816 423.651 220.472L423.475 219.368H422.339V227H423.763V221.72C424.451 220.984 425.171 220.488 425.923 220.488C426.755 220.488 427.043 221.016 427.043 221.8V227H428.467V221.72C429.155 220.984 429.875 220.488 430.627 220.488C431.459 220.488 431.747 221.016 431.747 221.8V227H433.171Z" fill="#DCDDDE"/>
<path d="M442.565 227.032L442.373 225.816C442.197 225.848 441.973 225.864 441.717 225.864C440.917 225.864 440.661 225.48 440.661 224.856V220.568H442.501L442.309 219.368H440.661V216.616L439.269 216.824V219.368H438.117V220.568H439.269V225.112C439.269 226.648 440.149 227.128 441.493 227.128C441.989 227.128 442.325 227.08 442.565 227.032Z" fill="#DCDDDE"/>
<path d="M450.853 223.192C450.853 220.68 449.349 219.208 447.301 219.208C445.269 219.208 443.797 220.68 443.797 223.192C443.797 225.704 445.269 227.16 447.301 227.16C449.349 227.16 450.853 225.704 450.853 223.192ZM449.413 223.192C449.413 224.792 448.709 225.976 447.301 225.976C445.957 225.976 445.237 224.76 445.237 223.192C445.237 221.592 445.925 220.392 447.301 220.392C448.677 220.392 449.413 221.624 449.413 223.192Z" fill="#DCDDDE"/>
<path d="M459.291 223.192C459.291 220.68 457.787 219.208 455.739 219.208C453.707 219.208 452.235 220.68 452.235 223.192C452.235 225.704 453.707 227.16 455.739 227.16C457.787 227.16 459.291 225.704 459.291 223.192ZM457.851 223.192C457.851 224.792 457.147 225.976 455.739 225.976C454.395 225.976 453.675 224.76 453.675 223.192C453.675 221.592 454.363 220.392 455.739 220.392C457.115 220.392 457.851 221.624 457.851 223.192Z" fill="#DCDDDE"/>
<path d="M463.024 215.96H461.312L461.696 223.72L462.624 223.512L463.024 215.96ZM462.96 227V225.096H461.36V227H462.96Z" fill="#DCDDDE"/>
<path d="M365.372 128.408V123.144H360.94L361.196 124.84H363.436V127.288C362.892 127.576 362.348 127.736 361.58 127.736C359.356 127.736 358.236 126.168 358.236 123.8C358.236 121.448 359.324 119.88 361.484 119.88C362.7 119.88 363.692 120.328 364.524 120.92L364.828 118.952C363.948 118.424 362.876 118.072 361.468 118.072C358.108 118.072 356.076 120.392 356.076 123.816C356.076 127.224 357.996 129.528 361.5 129.528C362.972 129.528 364.332 129.08 365.372 128.408Z" fill="#FDD171"/>
<path d="M372.003 123.336L371.699 121.432C370.499 121.496 369.731 122.248 369.219 123.144L368.979 121.592H367.347V129.32H369.267V124.888C369.827 124.056 370.803 123.416 372.003 123.336Z" fill="#FDD171"/>
<path d="M377.165 127.192C376.637 127.704 376.013 128.024 375.357 128.024C374.765 128.024 374.413 127.688 374.413 127.128C374.413 126.392 374.941 125.736 377.165 125.464V127.192ZM379.085 129.32V124.024C379.085 122.168 378.093 121.432 376.093 121.432C374.861 121.432 373.917 121.704 373.021 122.056L373.261 123.592C374.093 123.224 374.941 122.968 375.837 122.968C376.685 122.968 377.165 123.288 377.165 124.12V124.344C374.045 124.648 372.509 125.464 372.509 127.336C372.509 128.68 373.389 129.48 374.701 129.48C375.853 129.48 376.653 128.968 377.277 128.312L377.437 129.32H379.085Z" fill="#FDD171"/>
<path d="M385.18 124.104C385.18 124.952 384.668 125.576 383.82 125.576C382.988 125.576 382.476 124.968 382.476 124.168C382.476 123.32 382.972 122.664 383.82 122.664C384.636 122.664 385.18 123.288 385.18 124.104ZM387.916 129.64C387.916 128.456 386.924 127.96 385.34 127.736L384.348 127.64C383.148 127.464 382.908 127.4 382.908 127.144C382.908 127.016 383.036 126.872 383.228 126.728C383.42 126.76 383.628 126.776 383.852 126.776C385.516 126.776 386.94 125.784 386.94 124.12C386.94 123.768 386.876 123.416 386.732 123.112L388.14 123.016L387.884 121.48L385.996 122.152C385.436 121.688 384.7 121.432 383.804 121.432C382.076 121.432 380.7 122.472 380.7 124.168C380.7 125.192 381.244 125.992 382.156 126.424C381.516 126.808 381.18 127.224 381.18 127.656C381.18 127.96 381.324 128.248 381.628 128.488C380.668 129.032 380.172 129.592 380.172 130.312C380.172 131.592 381.756 132.232 383.852 132.232C386.092 132.232 387.916 131.304 387.916 129.64ZM383.98 131.096C382.524 131.096 381.836 130.68 381.836 130.104C381.836 129.704 382.092 129.336 382.652 128.936C383.036 129.016 383.276 129.064 383.804 129.128L384.844 129.256C385.804 129.4 386.14 129.64 386.14 130.056C386.14 130.632 385.356 131.096 383.98 131.096Z" fill="#FDD171"/>
<path d="M393.477 124.104C393.477 124.952 392.965 125.576 392.117 125.576C391.285 125.576 390.773 124.968 390.773 124.168C390.773 123.32 391.269 122.664 392.117 122.664C392.933 122.664 393.477 123.288 393.477 124.104ZM396.213 129.64C396.213 128.456 395.221 127.96 393.637 127.736L392.645 127.64C391.445 127.464 391.205 127.4 391.205 127.144C391.205 127.016 391.333 126.872 391.525 126.728C391.717 126.76 391.925 126.776 392.149 126.776C393.813 126.776 395.237 125.784 395.237 124.12C395.237 123.768 395.173 123.416 395.029 123.112L396.437 123.016L396.181 121.48L394.293 122.152C393.733 121.688 392.997 121.432 392.101 121.432C390.373 121.432 388.997 122.472 388.997 124.168C388.997 125.192 389.541 125.992 390.453 126.424C389.813 126.808 389.477 127.224 389.477 127.656C389.477 127.96 389.621 128.248 389.925 128.488C388.965 129.032 388.469 129.592 388.469 130.312C388.469 131.592 390.053 132.232 392.149 132.232C394.389 132.232 396.213 131.304 396.213 129.64ZM392.277 131.096C390.821 131.096 390.133 130.68 390.133 130.104C390.133 129.704 390.389 129.336 390.949 128.936C391.333 129.016 391.573 129.064 392.101 129.128L393.141 129.256C394.101 129.4 394.437 129.64 394.437 130.056C394.437 130.632 393.653 131.096 392.277 131.096Z" fill="#FDD171"/>
<path d="M399.582 129.32V117.768L397.662 118.072V129.32H399.582Z" fill="#FDD171"/>
<path d="M404.685 122.76C405.613 122.76 406.093 123.432 406.221 124.632H403.133C403.277 123.384 403.917 122.76 404.685 122.76ZM408.077 128.536L407.853 127.032C407.005 127.624 406.189 127.992 405.197 127.992C404.013 127.992 403.197 127.336 403.117 125.832H408.077C408.077 125.72 408.093 125.528 408.093 125.368C408.093 123.176 407.053 121.432 404.733 121.432C402.717 121.432 401.213 122.952 401.213 125.464C401.213 128.248 402.829 129.48 404.989 129.48C406.237 129.48 407.245 129.112 408.077 128.536Z" fill="#FDD171"/>
<path d="M418.574 122.8L418.406 121.768H412.094V122.8H414.734V130.048H415.862V122.8H418.574Z" fill="#72767D"/>
<path d="M423.318 127.192C423.318 125.308 422.19 124.204 420.654 124.204C419.13 124.204 418.026 125.308 418.026 127.192C418.026 129.076 419.13 130.168 420.654 130.168C422.19 130.168 423.318 129.076 423.318 127.192ZM422.238 127.192C422.238 128.392 421.71 129.28 420.654 129.28C419.646 129.28 419.106 128.368 419.106 127.192C419.106 125.992 419.622 125.092 420.654 125.092C421.686 125.092 422.238 126.016 422.238 127.192Z" fill="#72767D"/>
<path d="M425.434 127.3C425.434 125.884 426.082 125.152 426.982 125.152C427.594 125.152 427.942 125.248 428.386 125.476V128.212C427.93 128.824 427.426 129.22 426.766 129.22C425.998 129.22 425.434 128.56 425.434 127.3ZM424.354 127.348C424.354 129.268 425.374 130.168 426.61 130.168C427.45 130.168 428.038 129.736 428.47 129.22L428.602 130.048H429.454V121.384L428.386 121.552V124.504C428.026 124.36 427.51 124.252 426.946 124.252C425.554 124.252 424.354 125.26 424.354 127.348Z" fill="#72767D"/>
<path d="M434.399 128.476C433.919 128.968 433.319 129.28 432.695 129.28C432.155 129.28 431.843 128.98 431.843 128.512C431.843 127.924 432.287 127.348 434.399 127.144V128.476ZM435.467 130.048V126.04C435.467 124.768 434.795 124.204 433.403 124.204C432.515 124.204 431.867 124.408 431.183 124.684L431.327 125.608C431.951 125.332 432.611 125.116 433.307 125.116C433.967 125.116 434.399 125.368 434.399 126.088V126.328C432.011 126.58 430.787 127.144 430.787 128.572C430.787 129.544 431.435 130.168 432.467 130.168C433.403 130.168 434.027 129.748 434.483 129.28L434.603 130.048H435.467Z" fill="#72767D"/>
<path d="M437.426 132.232C438.266 132.232 438.89 131.92 439.358 130.648L441.698 124.324H440.582L439.082 128.776L437.546 124.24L436.466 124.408L438.554 130.072L438.41 130.456C438.182 131.068 437.858 131.296 437.378 131.296C437.21 131.296 436.994 131.26 436.814 131.212L436.97 132.184C437.078 132.208 437.198 132.232 437.426 132.232Z" fill="#72767D"/>
<path d="M448.72 128.476C448.24 128.968 447.64 129.28 447.016 129.28C446.476 129.28 446.164 128.98 446.164 128.512C446.164 127.924 446.608 127.348 448.72 127.144V128.476ZM449.788 130.048V126.04C449.788 124.768 449.116 124.204 447.724 124.204C446.836 124.204 446.188 124.408 445.504 124.684L445.648 125.608C446.272 125.332 446.932 125.116 447.628 125.116C448.288 125.116 448.72 125.368 448.72 126.088V126.328C446.332 126.58 445.108 127.144 445.108 128.572C445.108 129.544 445.756 130.168 446.788 130.168C447.724 130.168 448.348 129.748 448.804 129.28L448.924 130.048H449.788Z" fill="#72767D"/>
<path d="M454.192 130.072L454.048 129.16C453.916 129.184 453.748 129.196 453.556 129.196C452.956 129.196 452.764 128.908 452.764 128.44V125.224H454.144L454 124.324H452.764V122.26L451.72 122.416V124.324H450.856V125.224H451.72V128.632C451.72 129.784 452.38 130.144 453.388 130.144C453.76 130.144 454.012 130.108 454.192 130.072Z" fill="#72767D"/>
<path d="M458.952 130.204C461.592 129.64 463.452 128.008 463.452 125.212C463.452 122.968 462.228 121.78 460.524 121.78C458.916 121.78 457.74 122.896 457.74 124.468C457.74 126.04 458.688 127.012 460.26 127.012C461.028 127.012 461.7 126.772 462.276 126.4C461.856 128.068 460.464 128.884 458.796 129.244L458.952 130.204ZM460.488 126.064C459.336 126.064 458.82 125.452 458.82 124.42C458.82 123.34 459.492 122.728 460.5 122.728C461.652 122.728 462.408 123.724 462.408 125.272V125.356C461.844 125.812 461.22 126.064 460.488 126.064Z" fill="#72767D"/>
<path d="M466.073 125.752V124.324H464.873V125.752H466.073ZM466.073 130.048V128.62H464.873V130.048H466.073Z" fill="#72767D"/>
<path d="M470.037 130.048V121.912H469.101L467.157 122.812L467.277 123.676L468.969 123.04V130.048H470.037Z" fill="#72767D"/>
<path d="M474.578 130.204C476.354 130.204 477.458 129.184 477.458 128.008C477.458 126.856 476.846 126.256 475.79 125.776C476.57 125.332 477.17 124.708 477.17 123.832C477.17 122.644 476.234 121.78 474.626 121.78C473.102 121.78 472.034 122.632 472.034 123.832C472.034 124.708 472.43 125.308 473.378 125.788C472.394 126.304 471.722 127.036 471.722 127.972C471.722 129.184 472.718 130.204 474.578 130.204ZM473.078 123.82C473.078 123.172 473.654 122.656 474.602 122.656C475.55 122.656 476.126 123.172 476.126 123.868C476.126 124.48 475.61 125.032 474.866 125.404C473.558 124.9 473.078 124.54 473.078 123.82ZM474.602 129.316C473.534 129.316 472.778 128.728 472.778 127.924C472.778 127.192 473.414 126.568 474.338 126.184C475.886 126.748 476.402 127.12 476.402 127.972C476.402 128.716 475.682 129.316 474.602 129.316Z" fill="#72767D"/>
<path d="M487.431 130.132L488.547 129.892L485.355 121.732H484.227L480.987 130.048H482.163L483.087 127.564H486.459L487.431 130.132ZM484.767 123.052L486.087 126.568H483.459L484.767 123.052Z" fill="#72767D"/>
<path d="M498.921 130.048L498.273 121.768H496.893L494.313 128.56L491.733 121.768H490.341L489.681 130.048H490.737L491.241 123.364L493.833 130.084H494.733L497.325 123.364L497.841 130.048H498.921Z" fill="#72767D"/>
<path d="M370.711 139.96H369.143L366.727 148.632L363.911 139.96H362.407L359.591 148.632L357.127 139.848L355.623 140.168L358.887 151.048H360.135L363.127 142.056L366.119 151.048H367.383L370.711 139.96Z" fill="#DCDDDE"/>
<path d="M378.609 151V145.448C378.609 144.072 377.841 143.208 376.401 143.208C375.313 143.208 374.433 143.816 373.809 144.376V139.448L372.385 139.672V151H373.809V145.72C374.497 144.984 375.265 144.488 376.017 144.488C376.849 144.488 377.185 145.016 377.185 145.8V151H378.609Z" fill="#DCDDDE"/>
<path d="M387.446 147.192C387.446 144.68 385.942 143.208 383.894 143.208C381.862 143.208 380.39 144.68 380.39 147.192C380.39 149.704 381.862 151.16 383.894 151.16C385.942 151.16 387.446 149.704 387.446 147.192ZM386.006 147.192C386.006 148.792 385.302 149.976 383.894 149.976C382.55 149.976 381.83 148.76 381.83 147.192C381.83 145.592 382.518 144.392 383.894 144.392C385.27 144.392 386.006 145.624 386.006 147.192Z" fill="#DCDDDE"/>
<path d="M390.927 139.96H389.279L388.815 143.496L389.615 143.688L390.927 139.96Z" fill="#DCDDDE"/>
<path d="M397.572 148.872C397.572 147.416 396.724 146.872 394.836 146.392C393.636 146.088 393.252 145.8 393.252 145.288C393.252 144.744 393.7 144.408 394.564 144.408C395.364 144.408 396.212 144.68 396.884 145.064L397.108 143.72C396.388 143.4 395.54 143.208 394.596 143.208C392.932 143.208 391.908 144.104 391.908 145.32C391.908 146.68 392.628 147.224 394.42 147.672C395.796 148.008 396.228 148.264 396.228 148.968C396.228 149.608 395.652 149.976 394.676 149.976C393.636 149.976 392.708 149.592 391.988 149.096L391.78 150.44C392.436 150.808 393.556 151.16 394.564 151.16C396.532 151.16 397.572 150.264 397.572 148.872Z" fill="#DCDDDE"/>
<path d="M407.014 145.848C407.014 146.76 406.406 147.48 405.43 147.48C404.486 147.48 403.878 146.792 403.878 145.912C403.878 144.984 404.47 144.248 405.43 144.248C406.374 144.248 407.014 144.936 407.014 145.848ZM409.286 151.56C409.286 150.376 408.278 149.864 406.662 149.576L406.118 149.48C404.774 149.24 404.502 149.176 404.502 148.904C404.502 148.76 404.662 148.584 404.886 148.44C405.078 148.472 405.27 148.488 405.462 148.488C407.014 148.488 408.39 147.496 408.39 145.864C408.39 145.432 408.294 145.032 408.086 144.68L409.542 144.536L409.334 143.256L407.398 143.848C406.87 143.432 406.198 143.208 405.43 143.208C403.878 143.208 402.502 144.216 402.502 145.864C402.502 146.904 403.078 147.704 403.926 148.136C403.414 148.44 403.126 148.808 403.126 149.176C403.126 149.464 403.27 149.736 403.606 149.976C402.534 150.552 401.99 151.16 401.99 151.944C401.99 153.288 403.574 153.912 405.558 153.912C407.542 153.912 409.286 153.16 409.286 151.56ZM405.622 152.888C404.134 152.888 403.35 152.44 403.35 151.832C403.35 151.304 403.75 150.856 404.646 150.408C404.95 150.472 405.174 150.52 405.59 150.6L406.502 150.76C407.59 150.952 407.942 151.272 407.942 151.736C407.942 152.376 407.11 152.888 405.622 152.888Z" fill="#DCDDDE"/>
<path d="M417.399 147.192C417.399 144.68 415.895 143.208 413.847 143.208C411.815 143.208 410.343 144.68 410.343 147.192C410.343 149.704 411.815 151.16 413.847 151.16C415.895 151.16 417.399 149.704 417.399 147.192ZM415.959 147.192C415.959 148.792 415.255 149.976 413.847 149.976C412.503 149.976 411.783 148.76 411.783 147.192C411.783 145.592 412.471 144.392 413.847 144.392C415.223 144.392 415.959 145.624 415.959 147.192Z" fill="#DCDDDE"/>
<path d="M422.877 151.032L422.685 149.816C422.509 149.848 422.285 149.864 422.029 149.864C421.229 149.864 420.973 149.48 420.973 148.856V144.568H422.813L422.621 143.368H420.973V140.616L419.581 140.824V143.368H418.429V144.568H419.581V149.112C419.581 150.648 420.461 151.128 421.805 151.128C422.301 151.128 422.637 151.08 422.877 151.032Z" fill="#DCDDDE"/>
<path d="M434.343 151V145.448C434.343 144.072 433.575 143.208 432.135 143.208C431.047 143.208 430.151 143.816 429.431 144.472L429.255 143.368H428.119V151H429.543V145.72C430.231 144.984 430.999 144.488 431.751 144.488C432.583 144.488 432.919 145.016 432.919 145.8V151H434.343Z" fill="#DCDDDE"/>
<path d="M443.181 147.192C443.181 144.68 441.677 143.208 439.629 143.208C437.597 143.208 436.125 144.68 436.125 147.192C436.125 149.704 437.597 151.16 439.629 151.16C441.677 151.16 443.181 149.704 443.181 147.192ZM441.741 147.192C441.741 148.792 441.037 149.976 439.629 149.976C438.285 149.976 437.565 148.76 437.565 147.192C437.565 145.592 438.253 144.392 439.629 144.392C441.005 144.392 441.741 145.624 441.741 147.192Z" fill="#DCDDDE"/>
<path d="M448.658 151.032L448.466 149.816C448.29 149.848 448.066 149.864 447.81 149.864C447.01 149.864 446.754 149.48 446.754 148.856V144.568H448.594L448.402 143.368H446.754V140.616L445.362 140.824V143.368H444.21V144.568H445.362V149.112C445.362 150.648 446.242 151.128 447.586 151.128C448.082 151.128 448.418 151.08 448.658 151.032Z" fill="#DCDDDE"/>
<path d="M453.234 144.328C454.338 144.328 454.882 145.032 455.058 146.264H451.378C451.602 144.968 452.354 144.328 453.234 144.328ZM456.482 150.136L456.274 148.856C455.442 149.512 454.642 149.944 453.538 149.944C452.21 149.944 451.378 149.112 451.314 147.336H456.498V147.032C456.498 144.92 455.474 143.208 453.25 143.208C451.33 143.208 449.89 144.712 449.89 147.16C449.89 149.96 451.442 151.16 453.426 151.16C454.69 151.16 455.666 150.776 456.482 150.136Z" fill="#DCDDDE"/>
<path d="M463.635 148.872C463.635 147.416 462.787 146.872 460.899 146.392C459.699 146.088 459.315 145.8 459.315 145.288C459.315 144.744 459.763 144.408 460.627 144.408C461.427 144.408 462.275 144.68 462.947 145.064L463.171 143.72C462.451 143.4 461.603 143.208 460.659 143.208C458.995 143.208 457.971 144.104 457.971 145.32C457.971 146.68 458.691 147.224 460.483 147.672C461.859 148.008 462.291 148.264 462.291 148.968C462.291 149.608 461.715 149.976 460.739 149.976C459.699 149.976 458.771 149.592 458.051 149.096L457.843 150.44C458.499 150.808 459.619 151.16 460.627 151.16C462.595 151.16 463.635 150.264 463.635 148.872Z" fill="#DCDDDE"/>
<path d="M472.516 140.872L472.308 139.576C472.116 139.56 471.924 139.544 471.7 139.544C470.34 139.544 469.332 140.12 469.332 141.64V143.368H468.18V144.568H469.332V151H470.724V144.568H472.436L472.26 143.368H470.724V141.784C470.724 141.08 471.124 140.808 471.78 140.808C472.068 140.808 472.356 140.84 472.516 140.872Z" fill="#DCDDDE"/>
<path d="M478.141 144.568L477.917 143.208C476.669 143.272 475.789 144.056 475.245 144.92L475.005 143.368H473.869V151H475.293V146.488C475.805 145.48 476.877 144.632 478.141 144.568Z" fill="#DCDDDE"/>
<path d="M485.946 147.192C485.946 144.68 484.442 143.208 482.394 143.208C480.362 143.208 478.89 144.68 478.89 147.192C478.89 149.704 480.362 151.16 482.394 151.16C484.442 151.16 485.946 149.704 485.946 147.192ZM484.506 147.192C484.506 148.792 483.802 149.976 482.394 149.976C481.05 149.976 480.33 148.76 480.33 147.192C480.33 145.592 481.018 144.392 482.394 144.392C483.77 144.392 484.506 145.624 484.506 147.192Z" fill="#DCDDDE"/>
<path d="M498.592 151V145.448C498.592 144.072 497.888 143.208 496.432 143.208C495.36 143.208 494.432 143.816 493.744 144.472C493.456 143.688 492.848 143.208 491.728 143.208C490.656 143.208 489.792 143.816 489.072 144.472L488.896 143.368H487.76V151H489.184V145.72C489.872 144.984 490.592 144.488 491.344 144.488C492.176 144.488 492.464 145.016 492.464 145.8V151H493.888V145.72C494.576 144.984 495.296 144.488 496.048 144.488C496.88 144.488 497.168 145.016 497.168 145.8V151H498.592Z" fill="#DCDDDE"/>
<path d="M362.343 171V165.448C362.343 164.072 361.575 163.208 360.135 163.208C359.047 163.208 358.167 163.816 357.543 164.376V159.448L356.119 159.672V171H357.543V165.72C358.231 164.984 358.999 164.488 359.751 164.488C360.583 164.488 360.919 165.016 360.919 165.8V171H362.343Z" fill="#DCDDDE"/>
<path d="M366.285 160.936C366.285 160.44 365.885 160.024 365.389 160.024C364.893 160.024 364.477 160.44 364.477 160.936C364.477 161.432 364.893 161.832 365.389 161.832C365.885 161.832 366.285 161.432 366.285 160.936ZM366.093 171V163.368H364.669V171H366.093Z" fill="#DCDDDE"/>
<path d="M373.775 168.872C373.775 167.416 372.927 166.872 371.039 166.392C369.839 166.088 369.455 165.8 369.455 165.288C369.455 164.744 369.903 164.408 370.767 164.408C371.567 164.408 372.415 164.68 373.087 165.064L373.311 163.72C372.591 163.4 371.743 163.208 370.799 163.208C369.135 163.208 368.111 164.104 368.111 165.32C368.111 166.68 368.831 167.224 370.623 167.672C371.999 168.008 372.431 168.264 372.431 168.968C372.431 169.608 371.855 169.976 370.879 169.976C369.839 169.976 368.911 169.592 368.191 169.096L367.983 170.44C368.639 170.808 369.759 171.16 370.767 171.16C372.735 171.16 373.775 170.264 373.775 168.872Z" fill="#DCDDDE"/>
<path d="M379.189 171.032L378.997 169.816C378.821 169.848 378.597 169.864 378.341 169.864C377.541 169.864 377.285 169.48 377.285 168.856V164.568H379.125L378.933 163.368H377.285V160.616L375.893 160.824V163.368H374.741V164.568H375.893V169.112C375.893 170.648 376.773 171.128 378.117 171.128C378.613 171.128 378.949 171.08 379.189 171.032Z" fill="#DCDDDE"/>
<path d="M387.477 167.192C387.477 164.68 385.973 163.208 383.925 163.208C381.893 163.208 380.421 164.68 380.421 167.192C380.421 169.704 381.893 171.16 383.925 171.16C385.973 171.16 387.477 169.704 387.477 167.192ZM386.037 167.192C386.037 168.792 385.333 169.976 383.925 169.976C382.581 169.976 381.861 168.76 381.861 167.192C381.861 165.592 382.549 164.392 383.925 164.392C385.301 164.392 386.037 165.624 386.037 167.192Z" fill="#DCDDDE"/>
<path d="M393.563 164.568L393.339 163.208C392.091 163.272 391.211 164.056 390.667 164.92L390.427 163.368H389.291V171H390.715V166.488C391.227 165.48 392.299 164.632 393.563 164.568Z" fill="#DCDDDE"/>
<path d="M395.569 173.912C396.689 173.912 397.521 173.496 398.145 171.8L401.265 163.368H399.777L397.777 169.304L395.729 163.256L394.289 163.48L397.073 171.032L396.881 171.544C396.577 172.36 396.145 172.664 395.505 172.664C395.281 172.664 394.993 172.616 394.753 172.552L394.961 173.848C395.105 173.88 395.265 173.912 395.569 173.912Z" fill="#DCDDDE"/>
<path d="M409.939 171.032L409.747 169.816C409.571 169.848 409.347 169.864 409.091 169.864C408.291 169.864 408.035 169.48 408.035 168.856V164.568H409.875L409.683 163.368H408.035V160.616L406.643 160.824V163.368H405.491V164.568H406.643V169.112C406.643 170.648 407.523 171.128 408.867 171.128C409.363 171.128 409.699 171.08 409.939 171.032Z" fill="#DCDDDE"/>
<path d="M418.227 167.192C418.227 164.68 416.723 163.208 414.675 163.208C412.643 163.208 411.171 164.68 411.171 167.192C411.171 169.704 412.643 171.16 414.675 171.16C416.723 171.16 418.227 169.704 418.227 167.192ZM416.787 167.192C416.787 168.792 416.083 169.976 414.675 169.976C413.331 169.976 412.611 168.76 412.611 167.192C412.611 165.592 413.299 164.392 414.675 164.392C416.051 164.392 416.787 165.624 416.787 167.192Z" fill="#DCDDDE"/>
<path d="M421.049 167.336C421.049 165.448 421.913 164.472 423.113 164.472C423.929 164.472 424.393 164.6 424.985 164.904V168.552C424.377 169.368 423.705 169.896 422.825 169.896C421.801 169.896 421.049 169.016 421.049 167.336ZM419.609 167.4C419.609 169.96 420.969 171.16 422.617 171.16C423.737 171.16 424.521 170.584 425.097 169.896L425.273 171H426.409V159.448L424.985 159.672V163.608C424.505 163.416 423.817 163.272 423.065 163.272C421.209 163.272 419.609 164.616 419.609 167.4Z" fill="#DCDDDE"/>
<path d="M433.002 168.904C432.362 169.56 431.562 169.976 430.73 169.976C430.01 169.976 429.594 169.576 429.594 168.952C429.594 168.168 430.186 167.4 433.002 167.128V168.904ZM434.426 171V165.656C434.426 163.96 433.53 163.208 431.674 163.208C430.49 163.208 429.626 163.48 428.714 163.848L428.906 165.08C429.738 164.712 430.618 164.424 431.546 164.424C432.426 164.424 433.002 164.76 433.002 165.72V166.04C429.818 166.376 428.186 167.128 428.186 169.032C428.186 170.328 429.05 171.16 430.426 171.16C431.674 171.16 432.506 170.6 433.114 169.976L433.274 171H434.426Z" fill="#DCDDDE"/>
<path d="M437.038 173.912C438.158 173.912 438.99 173.496 439.614 171.8L442.734 163.368H441.246L439.246 169.304L437.198 163.256L435.758 163.48L438.542 171.032L438.35 171.544C438.046 172.36 437.614 172.664 436.974 172.664C436.75 172.664 436.462 172.616 436.222 172.552L436.43 173.848C436.574 173.88 436.734 173.912 437.038 173.912Z" fill="#DCDDDE"/>
<path d="M446.107 167.72L447.035 167.512L447.179 165.928C449.083 165.064 450.235 164.312 450.235 162.584C450.235 160.84 448.907 159.752 446.955 159.752C445.643 159.752 444.507 160.216 443.531 160.936L443.739 162.408C444.635 161.672 445.627 161.112 446.875 161.112C447.947 161.112 448.731 161.672 448.731 162.648C448.731 163.672 448.059 164.184 446.555 164.808L445.899 165.08L446.107 167.72ZM445.771 171H447.371V169.096H445.771V171Z" fill="#DCDDDE"/>
<rect x="32" y="106" width="191" height="48" rx="8" fill="#292841"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M50.7677 141.5C50.4566 141.5 50.221 141.219 50.2754 140.913L50.9994 136.833H46.9279C46.6173 136.833 46.3818 136.553 46.4354 136.247L46.6687 134.914C46.7106 134.675 46.9183 134.5 47.1612 134.5H51.4078L52.6444 127.5H48.5729C48.2623 127.5 48.0268 127.22 48.0804 126.914L48.3137 125.58C48.3556 125.341 48.5633 125.167 48.8062 125.167H53.0528L53.8079 120.913C53.8502 120.674 54.0577 120.5 54.3002 120.5H55.6179C55.929 120.5 56.1645 120.781 56.1102 121.087L55.3861 125.167H62.3861L63.1412 120.913C63.1836 120.674 63.3911 120.5 63.6335 120.5H64.9512C65.2623 120.5 65.4979 120.781 65.4435 121.087L64.7194 125.167H68.791C69.1016 125.167 69.3371 125.447 69.2835 125.753L69.0502 127.086C69.0083 127.325 68.8006 127.5 68.5577 127.5H64.3111L63.0744 134.5H67.146C67.4566 134.5 67.6921 134.78 67.6385 135.086L67.4052 136.42C67.3633 136.659 67.1556 136.833 66.9127 136.833H62.6661L61.911 141.087C61.8686 141.326 61.6611 141.5 61.4187 141.5H60.101C59.7899 141.5 59.5543 141.219 59.6087 140.913L60.3328 136.833H53.3328L52.5777 141.087C52.5353 141.326 52.3278 141.5 52.0854 141.5H50.7677ZM54.9783 127.5L53.7416 134.5H60.7416L61.9783 127.5H54.9783Z" fill="#B9BBBE"/>
<path d="M87.219 132.876C87.219 130.874 86.141 130.126 83.391 129.422C81.807 129.004 81.411 128.674 81.411 128.102C81.411 127.53 81.895 127.134 82.885 127.134C83.941 127.134 85.195 127.508 86.251 128.102L86.603 125.902C85.547 125.44 84.271 125.154 82.885 125.154C80.421 125.154 78.969 126.452 78.969 128.3C78.969 130.236 80.047 130.984 82.621 131.644C84.315 132.062 84.777 132.37 84.777 133.118C84.777 133.822 84.161 134.24 83.017 134.24C81.697 134.24 80.289 133.734 79.145 132.986L78.793 135.186C79.805 135.736 81.389 136.22 82.929 136.22C85.723 136.22 87.219 134.966 87.219 132.876Z" fill="white"/>
<path d="M94.9888 136L94.6588 133.778C94.4167 133.844 94.1307 133.866 93.8228 133.866C92.8108 133.866 92.4368 133.404 92.4368 132.546V127.53H94.9228L94.5928 125.374H92.4368V121.612L89.8188 122.008V125.374H88.3228V127.53H89.8188V132.986C89.8188 135.406 91.2268 136.176 93.3168 136.176C94.0868 136.176 94.5708 136.088 94.9888 136Z" fill="white"/>
<path d="M96.9162 125.374V133.008C96.9162 135.01 97.9502 136.22 99.9522 136.22C101.36 136.22 102.504 135.45 103.494 134.504L103.736 136H105.98V125.374H103.34V132.546C102.57 133.338 101.734 133.866 100.92 133.866C99.9522 133.866 99.5562 133.25 99.5562 132.326V125.374H96.9162Z" fill="white"/>
<path d="M110.803 130.83C110.803 128.498 111.793 127.376 113.179 127.376C114.081 127.376 114.587 127.53 115.247 127.838V132.392C114.543 133.294 113.795 133.866 112.827 133.866C111.661 133.866 110.803 132.898 110.803 130.83ZM108.141 130.984C108.141 134.57 109.923 136.22 112.145 136.22C113.619 136.22 114.653 135.428 115.401 134.526L115.621 136H117.887V120.116L115.247 120.534V125.66C114.609 125.44 113.795 125.264 112.783 125.264C110.319 125.264 108.141 127.024 108.141 130.984Z" fill="white"/>
<path d="M121.693 140.004C123.607 140.004 124.839 139.234 125.741 136.682L129.811 125.374H127.149L124.773 132.854L122.353 125.22L119.603 125.572L123.453 135.978L123.365 136.286C123.013 137.43 122.309 137.826 121.429 137.826C120.967 137.826 120.593 137.76 120.263 137.672L120.615 139.894C120.857 139.96 121.121 140.004 121.693 140.004Z" fill="white"/>
<path d="M136.64 130.94V128.388H130.92V130.94H136.64Z" fill="white"/>
<path d="M144.769 128.828C144.769 129.994 144.065 130.852 142.899 130.852C141.755 130.852 141.051 130.016 141.051 128.916C141.051 127.75 141.733 126.848 142.899 126.848C144.021 126.848 144.769 127.706 144.769 128.828ZM148.531 136.44C148.531 134.812 147.167 134.13 144.989 133.822L143.625 133.69C141.975 133.448 141.645 133.36 141.645 133.008C141.645 132.832 141.821 132.634 142.085 132.436C142.349 132.48 142.635 132.502 142.943 132.502C145.231 132.502 147.189 131.138 147.189 128.85C147.189 128.366 147.101 127.882 146.903 127.464L148.839 127.332L148.487 125.22L145.891 126.144C145.121 125.506 144.109 125.154 142.877 125.154C140.501 125.154 138.609 126.584 138.609 128.916C138.609 130.324 139.357 131.424 140.611 132.018C139.731 132.546 139.269 133.118 139.269 133.712C139.269 134.13 139.467 134.526 139.885 134.856C138.565 135.604 137.883 136.374 137.883 137.364C137.883 139.124 140.061 140.004 142.943 140.004C146.023 140.004 148.531 138.728 148.531 136.44ZM143.119 138.442C141.117 138.442 140.171 137.87 140.171 137.078C140.171 136.528 140.523 136.022 141.293 135.472C141.821 135.582 142.151 135.648 142.877 135.736L144.307 135.912C145.627 136.11 146.089 136.44 146.089 137.012C146.089 137.804 145.011 138.442 143.119 138.442Z" fill="white"/>
<path d="M156.815 127.772L156.397 125.154C154.747 125.242 153.691 126.276 152.987 127.508L152.657 125.374H150.413V136H153.053V129.906C153.823 128.762 155.165 127.882 156.815 127.772Z" fill="white"/>
<path d="M167.672 130.676C167.672 127.222 165.56 125.154 162.656 125.154C159.774 125.154 157.662 127.244 157.662 130.698C157.662 134.152 159.752 136.22 162.634 136.22C165.538 136.22 167.672 134.13 167.672 130.676ZM165.098 130.698C165.098 132.678 164.262 134.064 162.634 134.064C161.094 134.064 160.236 132.634 160.236 130.676C160.236 128.718 161.072 127.31 162.634 127.31C164.218 127.31 165.098 128.74 165.098 130.698Z" fill="white"/>
<path d="M169.77 125.374V133.008C169.77 135.01 170.804 136.22 172.806 136.22C174.214 136.22 175.358 135.45 176.348 134.504L176.59 136H178.834V125.374H176.194V132.546C175.424 133.338 174.588 133.866 173.774 133.866C172.806 133.866 172.41 133.25 172.41 132.326V125.374H169.77Z" fill="white"/>
<path d="M188.607 130.544C188.607 132.876 187.573 133.998 186.209 133.998C185.307 133.998 184.801 133.844 184.163 133.536V128.982C184.867 128.08 185.615 127.486 186.561 127.486C187.749 127.486 188.607 128.498 188.607 130.544ZM191.269 130.39C191.269 126.826 189.487 125.154 187.265 125.154C185.791 125.154 184.757 125.968 184.009 126.826L183.767 125.374H181.523V140.092L184.163 139.696V135.692C184.801 135.934 185.615 136.11 186.627 136.11C189.069 136.11 191.269 134.35 191.269 130.39Z" fill="white"/>
<rect x="64" y="58" width="178" height="40" rx="8" fill="#292841"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M77.8873 87C77.5762 87 77.3406 86.7189 77.395 86.4126L78.0007 83H74.5958C74.2852 83 74.0498 82.7198 74.1033 82.4138L74.2783 81.4138C74.3202 81.1746 74.5279 81 74.7708 81H78.3507L79.4107 75H76.0058C75.6952 75 75.4598 74.7198 75.5133 74.4138L75.6883 73.4138C75.7302 73.1746 75.9379 73 76.1808 73H79.7607L80.3975 69.4126C80.4399 69.1739 80.6474 69 80.8898 69H81.8742C82.1853 69 82.4208 69.2811 82.3665 69.5874L81.7607 73H87.7607L88.3975 69.4126C88.4399 69.1739 88.6474 69 88.8898 69H89.8742C90.1853 69 90.4208 69.2811 90.3665 69.5874L89.7607 73H93.1656C93.4763 73 93.7117 73.2802 93.6582 73.5862L93.4832 74.5862C93.4413 74.8254 93.2335 75 92.9906 75H89.4107L88.3507 81H91.7556C92.0663 81 92.3017 81.2802 92.2482 81.5862L92.0732 82.5862C92.0313 82.8254 91.8235 83 91.5806 83H88.0007L87.364 86.5874C87.3216 86.8261 87.1141 87 86.8717 87H85.8873C85.5762 87 85.3406 86.7189 85.395 86.4126L86.0007 83H80.0007L79.364 86.5874C79.3216 86.8261 79.1141 87 78.8717 87H77.8873ZM81.4112 75L80.3512 81H86.3512L87.4112 75H81.4112Z" fill="#B9BBBE"/>
<path d="M114.1 79.0401C114.1 81.4001 113 82.6201 111.5 82.6201C110.48 82.6201 109.9 82.4601 109.18 82.1001V77.5201C109.94 76.5001 110.78 75.8401 111.86 75.8401C113.16 75.8401 114.1 76.9601 114.1 79.0401ZM115.9 78.9601C115.9 75.7801 114.2 74.2601 112.14 74.2601C110.74 74.2601 109.76 75.0001 109.04 75.8401L108.82 74.4601H107.4V87.7201L109.18 87.4601V83.7001C109.78 83.9401 110.64 84.1201 111.58 84.1201C113.9 84.1201 115.9 82.4401 115.9 78.9601Z" fill="#B9BBBE"/>
<path d="M121.802 75.6601C123.182 75.6601 123.862 76.5401 124.082 78.0801H119.482C119.762 76.4601 120.702 75.6601 121.802 75.6601ZM125.862 82.9201L125.602 81.3201C124.562 82.1401 123.562 82.6801 122.182 82.6801C120.522 82.6801 119.482 81.6401 119.402 79.4201H125.882V79.0401C125.882 76.4001 124.602 74.2601 121.822 74.2601C119.422 74.2601 117.622 76.1401 117.622 79.2001C117.622 82.7001 119.562 84.2001 122.042 84.2001C123.622 84.2001 124.842 83.7201 125.862 82.9201Z" fill="#B9BBBE"/>
<path d="M132.723 84.0401L132.483 82.5201C132.263 82.5601 131.983 82.5801 131.663 82.5801C130.663 82.5801 130.343 82.1001 130.343 81.3201V75.9601H132.643L132.403 74.4601H130.343V71.0201L128.603 71.2801V74.4601H127.163V75.9601H128.603V81.6401C128.603 83.5601 129.703 84.1601 131.383 84.1601C132.003 84.1601 132.423 84.1001 132.723 84.0401Z" fill="#B9BBBE"/>
<path d="M139.129 79.1801V77.4401H134.209V79.1801H139.129Z" fill="#B9BBBE"/>
<path d="M148.3 79.0401C148.3 81.4001 147.2 82.6201 145.7 82.6201C144.68 82.6201 144.1 82.4601 143.38 82.1001V77.5201C144.14 76.5001 144.98 75.8401 146.06 75.8401C147.36 75.8401 148.3 76.9601 148.3 79.0401ZM150.1 78.9601C150.1 75.7801 148.4 74.2601 146.34 74.2601C144.94 74.2601 143.96 75.0001 143.24 75.8401L143.02 74.4601H141.6V87.7201L143.38 87.4601V83.7001C143.98 83.9401 144.84 84.1201 145.78 84.1201C148.1 84.1201 150.1 82.4401 150.1 78.9601Z" fill="#B9BBBE"/>
<path d="M160.141 84.0001V77.0601C160.141 75.3401 159.181 74.2601 157.381 74.2601C156.021 74.2601 154.921 75.0201 154.141 75.7201V69.5601L152.361 69.8401V84.0001H154.141V77.4001C155.001 76.4801 155.961 75.8601 156.901 75.8601C157.941 75.8601 158.361 76.5201 158.361 77.5001V84.0001H160.141Z" fill="#B9BBBE"/>
<path d="M171.188 79.2401C171.188 76.1001 169.308 74.2601 166.748 74.2601C164.208 74.2601 162.368 76.1001 162.368 79.2401C162.368 82.3801 164.208 84.2001 166.748 84.2001C169.308 84.2001 171.188 82.3801 171.188 79.2401ZM169.388 79.2401C169.388 81.2401 168.508 82.7201 166.748 82.7201C165.068 82.7201 164.168 81.2001 164.168 79.2401C164.168 77.2401 165.028 75.7401 166.748 75.7401C168.468 75.7401 169.388 77.2801 169.388 79.2401Z" fill="#B9BBBE"/>
<path d="M178.035 84.0401L177.795 82.5201C177.575 82.5601 177.295 82.5801 176.975 82.5801C175.975 82.5801 175.655 82.1001 175.655 81.3201V75.9601H177.955L177.715 74.4601H175.655V71.0201L173.915 71.2801V74.4601H172.475V75.9601H173.915V81.6401C173.915 83.5601 175.015 84.1601 176.695 84.1601C177.315 84.1601 177.735 84.1001 178.035 84.0401Z" fill="#B9BBBE"/>
<path d="M188.395 79.2401C188.395 76.1001 186.515 74.2601 183.955 74.2601C181.415 74.2601 179.575 76.1001 179.575 79.2401C179.575 82.3801 181.415 84.2001 183.955 84.2001C186.515 84.2001 188.395 82.3801 188.395 79.2401ZM186.595 79.2401C186.595 81.2401 185.715 82.7201 183.955 82.7201C182.275 82.7201 181.375 81.2001 181.375 79.2401C181.375 77.2401 182.235 75.7401 183.955 75.7401C185.675 75.7401 186.595 77.2801 186.595 79.2401Z" fill="#B9BBBE"/>
<path d="M197.322 81.3401C197.322 79.5201 196.262 78.8401 193.902 78.2401C192.402 77.8601 191.922 77.5001 191.922 76.8601C191.922 76.1801 192.482 75.7601 193.562 75.7601C194.562 75.7601 195.622 76.1001 196.462 76.5801L196.742 74.9001C195.842 74.5001 194.782 74.2601 193.602 74.2601C191.522 74.2601 190.242 75.3801 190.242 76.9001C190.242 78.6001 191.142 79.2801 193.382 79.8401C195.102 80.2601 195.642 80.5801 195.642 81.4601C195.642 82.2601 194.922 82.7201 193.702 82.7201C192.402 82.7201 191.242 82.2401 190.342 81.6201L190.082 83.3001C190.902 83.7601 192.302 84.2001 193.562 84.2001C196.022 84.2001 197.322 83.0801 197.322 81.3401Z" fill="#B9BBBE"/>
<rect x="64" y="162" width="178" height="40" rx="8" fill="#292841"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M77.8873 191C77.5762 191 77.3406 190.719 77.395 190.413L78.0007 187H74.5958C74.2852 187 74.0498 186.72 74.1033 186.414L74.2783 185.414C74.3202 185.175 74.5279 185 74.7708 185H78.3507L79.4107 179H76.0058C75.6952 179 75.4598 178.72 75.5133 178.414L75.6883 177.414C75.7302 177.175 75.9379 177 76.1808 177H79.7607L80.3975 173.413C80.4399 173.174 80.6474 173 80.8898 173H81.8742C82.1853 173 82.4208 173.281 82.3665 173.587L81.7607 177H87.7607L88.3975 173.413C88.4399 173.174 88.6474 173 88.8898 173H89.8742C90.1853 173 90.4208 173.281 90.3665 173.587L89.7607 177H93.1656C93.4763 177 93.7117 177.28 93.6582 177.586L93.4832 178.586C93.4413 178.825 93.2335 179 92.9906 179H89.4107L88.3507 185H91.7556C92.0663 185 92.3017 185.28 92.2482 185.586L92.0732 186.586C92.0313 186.825 91.8235 187 91.5806 187H88.0007L87.364 190.587C87.3216 190.826 87.1141 191 86.8717 191H85.8873C85.5762 191 85.3406 190.719 85.395 190.413L86.0007 187H80.0007L79.364 190.587C79.3216 190.826 79.1141 191 78.8717 191H77.8873ZM81.4112 179L80.3512 185H86.3512L87.4112 179H81.4112Z" fill="#B9BBBE"/>
<path d="M112.62 181.56C112.62 182.7 111.86 183.6 110.64 183.6C109.46 183.6 108.7 182.74 108.7 181.64C108.7 180.48 109.44 179.56 110.64 179.56C111.82 179.56 112.62 180.42 112.62 181.56ZM115.46 188.7C115.46 187.22 114.2 186.58 112.18 186.22L111.5 186.1C109.82 185.8 109.48 185.72 109.48 185.38C109.48 185.2 109.68 184.98 109.96 184.8C110.2 184.84 110.44 184.86 110.68 184.86C112.62 184.86 114.34 183.62 114.34 181.58C114.34 181.04 114.22 180.54 113.96 180.1L115.78 179.92L115.52 178.32L113.1 179.06C112.44 178.54 111.6 178.26 110.64 178.26C108.7 178.26 106.98 179.52 106.98 181.58C106.98 182.88 107.7 183.88 108.76 184.42C108.12 184.8 107.76 185.26 107.76 185.72C107.76 186.08 107.94 186.42 108.36 186.72C107.02 187.44 106.34 188.2 106.34 189.18C106.34 190.86 108.32 191.64 110.8 191.64C113.28 191.64 115.46 190.7 115.46 188.7ZM110.88 190.36C109.02 190.36 108.04 189.8 108.04 189.04C108.04 188.38 108.54 187.82 109.66 187.26C110.04 187.34 110.32 187.4 110.84 187.5L111.98 187.7C113.34 187.94 113.78 188.34 113.78 188.92C113.78 189.72 112.74 190.36 110.88 190.36Z" fill="#B9BBBE"/>
<path d="M122.82 185.38C122.02 186.2 121.02 186.72 119.98 186.72C119.08 186.72 118.56 186.22 118.56 185.44C118.56 184.46 119.3 183.5 122.82 183.16V185.38ZM124.6 188V181.32C124.6 179.2 123.48 178.26 121.16 178.26C119.68 178.26 118.6 178.6 117.46 179.06L117.7 180.6C118.74 180.14 119.84 179.78 121 179.78C122.1 179.78 122.82 180.2 122.82 181.4V181.8C118.84 182.22 116.8 183.16 116.8 185.54C116.8 187.16 117.88 188.2 119.6 188.2C121.16 188.2 122.2 187.5 122.96 186.72L123.16 188H124.6Z" fill="#B9BBBE"/>
<path d="M140.901 188V181.06C140.901 179.34 140.021 178.26 138.201 178.26C136.861 178.26 135.701 179.02 134.841 179.84C134.481 178.86 133.721 178.26 132.321 178.26C130.981 178.26 129.901 179.02 129.001 179.84L128.781 178.46H127.361V188H129.141V181.4C130.001 180.48 130.901 179.86 131.841 179.86C132.881 179.86 133.241 180.52 133.241 181.5V188H135.021V181.4C135.881 180.48 136.781 179.86 137.721 179.86C138.761 179.86 139.121 180.52 139.121 181.5V188H140.901Z" fill="#B9BBBE"/>
<path d="M147.309 179.66C148.689 179.66 149.369 180.54 149.589 182.08H144.989C145.269 180.46 146.209 179.66 147.309 179.66ZM151.369 186.92L151.109 185.32C150.069 186.14 149.069 186.68 147.689 186.68C146.029 186.68 144.989 185.64 144.909 183.42H151.389V183.04C151.389 180.4 150.109 178.26 147.329 178.26C144.929 178.26 143.129 180.14 143.129 183.2C143.129 186.7 145.069 188.2 147.549 188.2C149.129 188.2 150.349 187.72 151.369 186.92Z" fill="#B9BBBE"/>
<path d="M160.31 185.34C160.31 183.52 159.25 182.84 156.89 182.24C155.39 181.86 154.91 181.5 154.91 180.86C154.91 180.18 155.47 179.76 156.55 179.76C157.55 179.76 158.61 180.1 159.45 180.58L159.73 178.9C158.83 178.5 157.77 178.26 156.59 178.26C154.51 178.26 153.23 179.38 153.23 180.9C153.23 182.6 154.13 183.28 156.37 183.84C158.09 184.26 158.63 184.58 158.63 185.46C158.63 186.26 157.91 186.72 156.69 186.72C155.39 186.72 154.23 186.24 153.33 185.62L153.07 187.3C153.89 187.76 155.29 188.2 156.55 188.2C159.01 188.2 160.31 187.08 160.31 185.34Z" fill="#B9BBBE"/>
<rect x="64" y="210" width="178" height="40" rx="8" fill="#292841"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M77.8873 239C77.5762 239 77.3406 238.719 77.395 238.413L78.0007 235H74.5958C74.2852 235 74.0498 234.72 74.1033 234.414L74.2783 233.414C74.3202 233.175 74.5279 233 74.7708 233H78.3507L79.4107 227H76.0058C75.6952 227 75.4598 226.72 75.5133 226.414L75.6883 225.414C75.7302 225.175 75.9379 225 76.1808 225H79.7607L80.3975 221.413C80.4399 221.174 80.6474 221 80.8898 221H81.8742C82.1853 221 82.4208 221.281 82.3665 221.587L81.7607 225H87.7607L88.3975 221.413C88.4399 221.174 88.6474 221 88.8898 221H89.8742C90.1853 221 90.4208 221.281 90.3665 221.587L89.7607 225H93.1656C93.4763 225 93.7117 225.28 93.6582 225.586L93.4832 226.586C93.4413 226.825 93.2335 227 92.9906 227H89.4107L88.3507 233H91.7556C92.0663 233 92.3017 233.28 92.2482 233.586L92.0732 234.586C92.0313 234.825 91.8235 235 91.5806 235H88.0007L87.364 238.587C87.3216 238.826 87.1141 239 86.8717 239H85.8873C85.5762 239 85.3406 238.719 85.395 238.413L86.0007 235H80.0007L79.364 238.587C79.3216 238.826 79.1141 239 78.8717 239H77.8873ZM81.4112 227L80.3512 233H86.3512L87.4112 227H81.4112Z" fill="#B9BBBE"/>
<path d="M114.559 235.22L114.299 233.58C113.359 234.38 112.419 234.64 111.459 234.64C109.859 234.64 108.659 233.54 108.659 231.22C108.659 229.02 109.759 227.82 111.399 227.82C112.499 227.82 113.379 228.22 114.199 228.88L114.459 227.14C113.819 226.68 112.799 226.26 111.419 226.26C108.859 226.26 106.859 228 106.859 231.24C106.859 234.42 108.739 236.2 111.299 236.2C112.659 236.2 113.679 235.88 114.559 235.22Z" fill="#B9BBBE"/>
<path d="M124.84 231.24C124.84 228.1 122.96 226.26 120.4 226.26C117.86 226.26 116.02 228.1 116.02 231.24C116.02 234.38 117.86 236.2 120.4 236.2C122.96 236.2 124.84 234.38 124.84 231.24ZM123.04 231.24C123.04 233.24 122.16 234.72 120.4 234.72C118.72 234.72 117.82 233.2 117.82 231.24C117.82 229.24 118.68 227.74 120.4 227.74C122.12 227.74 123.04 229.28 123.04 231.24Z" fill="#B9BBBE"/>
<path d="M135.386 231.24C135.386 228.1 133.506 226.26 130.946 226.26C128.406 226.26 126.566 228.1 126.566 231.24C126.566 234.38 128.406 236.2 130.946 236.2C133.506 236.2 135.386 234.38 135.386 231.24ZM133.586 231.24C133.586 233.24 132.706 234.72 130.946 234.72C129.266 234.72 128.366 233.2 128.366 231.24C128.366 229.24 129.226 227.74 130.946 227.74C132.666 227.74 133.586 229.28 133.586 231.24Z" fill="#B9BBBE"/>
<path d="M143.673 236.14L145.613 235.84L141.253 230.68L145.273 226.46H143.133L139.433 230.46V221.56L137.653 221.84V236H139.433V231L143.673 236.14Z" fill="#B9BBBE"/>
<path d="M149.442 223.42C149.442 222.8 148.942 222.28 148.322 222.28C147.702 222.28 147.182 222.8 147.182 223.42C147.182 224.04 147.702 224.54 148.322 224.54C148.942 224.54 149.442 224.04 149.442 223.42ZM149.202 236V226.46H147.422V236H149.202Z" fill="#B9BBBE"/>
<path d="M159.925 236V229.06C159.925 227.34 158.965 226.26 157.165 226.26C155.805 226.26 154.685 227.02 153.785 227.84L153.565 226.46H152.145V236H153.925V229.4C154.785 228.48 155.745 227.86 156.685 227.86C157.725 227.86 158.145 228.52 158.145 229.5V236H159.925Z" fill="#B9BBBE"/>
<path d="M167.912 229.56C167.912 230.7 167.152 231.6 165.932 231.6C164.752 231.6 163.992 230.74 163.992 229.64C163.992 228.48 164.732 227.56 165.932 227.56C167.112 227.56 167.912 228.42 167.912 229.56ZM170.752 236.7C170.752 235.22 169.492 234.58 167.472 234.22L166.792 234.1C165.112 233.8 164.772 233.72 164.772 233.38C164.772 233.2 164.972 232.98 165.252 232.8C165.492 232.84 165.732 232.86 165.972 232.86C167.912 232.86 169.632 231.62 169.632 229.58C169.632 229.04 169.512 228.54 169.252 228.1L171.072 227.92L170.812 226.32L168.392 227.06C167.732 226.54 166.892 226.26 165.932 226.26C163.992 226.26 162.272 227.52 162.272 229.58C162.272 230.88 162.992 231.88 164.052 232.42C163.412 232.8 163.052 233.26 163.052 233.72C163.052 234.08 163.232 234.42 163.652 234.72C162.312 235.44 161.632 236.2 161.632 237.18C161.632 238.86 163.612 239.64 166.092 239.64C168.572 239.64 170.752 238.7 170.752 236.7ZM166.172 238.36C164.312 238.36 163.332 237.8 163.332 237.04C163.332 236.38 163.832 235.82 164.952 235.26C165.332 235.34 165.612 235.4 166.132 235.5L167.272 235.7C168.632 235.94 169.072 236.34 169.072 236.92C169.072 237.72 168.032 238.36 166.172 238.36Z" fill="#B9BBBE"/>
<path d="M30.475 67.375L36.875 64.575C36.975 64.575 36.975 64.375 36.875 64.375L30.475 61.475H30.375L27.575 55.075C27.575 54.975 27.375 54.975 27.375 55.075L24.475 61.475L18.075 64.375C17.975 64.375 17.975 64.575 18.075 64.575L24.475 67.375L27.375 73.775H27.575L30.375 67.375H30.475Z" fill="#FDD2F8"/>
<mask id="mask2" mask-type="alpha" maskUnits="userSpaceOnUse" x="299" y="115" width="28" height="28">
<circle cx="313" cy="129" r="14" fill="#C4C4C4"/>
</mask>
<g mask="url(#mask2)">
<circle cx="313" cy="129" r="14" fill="#FFB869"/>
<path d="M305.816 133.572C307.45 139.254 314.023 143.19 319.297 139.477C324.57 135.763 319.334 128.15 319.334 128.15C319.334 128.15 322.193 120.946 315.026 119.238C307.859 117.53 306.076 120.649 305.816 133.572Z" fill="#4D7AE8"/>
<path d="M316.437 129.413C315.637 129.413 314.988 128.548 314.988 127.482C314.988 126.415 315.637 125.551 316.437 125.551C317.236 125.551 317.885 126.415 317.885 127.482C317.885 128.548 317.236 129.413 316.437 129.413Z" fill="#DBE7FF"/>
<path d="M317.058 128.948C316.853 128.934 316.709 128.608 316.736 128.219C316.762 127.83 316.949 127.526 317.154 127.54C317.359 127.554 317.503 127.881 317.476 128.269C317.45 128.658 317.262 128.962 317.058 128.948Z" fill="#201E2F"/>
<path d="M318.107 123.88C318.011 123.591 317.827 123.34 317.58 123.163C317.334 122.985 317.038 122.889 316.733 122.889C316.429 122.889 316.133 122.985 315.886 123.163C315.64 123.34 315.455 123.591 315.359 123.88H318.107Z" fill="#201E2F"/>
<path d="M317.959 132.087C316.548 132.458 315.025 132.124 313.762 130.75C313.597 130.562 313.366 130.445 313.117 130.424C312.867 130.403 312.619 130.48 312.426 130.638C312.214 130.782 312.068 131.003 312.02 131.253C311.971 131.504 312.023 131.763 312.166 131.975C314.097 135.132 317.105 135.615 318.961 133.832C319.089 133.718 319.184 133.571 319.236 133.408C319.288 133.245 319.296 133.071 319.259 132.904C319.233 132.762 319.178 132.626 319.097 132.507C319.016 132.387 318.911 132.286 318.789 132.209C318.667 132.132 318.53 132.081 318.387 132.06C318.244 132.039 318.098 132.048 317.959 132.087Z" fill="#590942"/>
<path d="M316.882 132.235C317.247 132.238 317.609 132.188 317.959 132.087H318.294V133.015C318.294 133.015 317.736 133.424 315.657 133.201V132.681L312.018 131.455C312.019 131.302 312.057 131.152 312.128 131.016C312.199 130.881 312.301 130.764 312.426 130.676C312.426 130.666 312.43 130.656 312.437 130.649C312.444 130.642 312.453 130.638 312.463 130.638C312.616 130.534 312.798 130.482 312.983 130.49C313.02 130.453 313.095 130.49 313.132 130.49H313.466C313.503 130.527 313.54 130.527 313.54 130.564C313.54 130.601 313.614 130.564 313.614 130.601L313.763 130.713C313.983 130.965 314.232 131.189 314.506 131.381L315.026 131.715C315.268 131.864 315.53 131.977 315.805 132.05C316.152 132.169 316.516 132.232 316.882 132.235Z" fill="#DBE7FF"/>
<path d="M312.426 130.638C312.426 130.629 312.43 130.619 312.437 130.612C312.444 130.605 312.453 130.601 312.463 130.601C312.616 130.497 312.798 130.445 312.983 130.453C313.02 130.416 313.095 130.453 313.132 130.453H313.466C313.503 130.49 313.54 130.49 313.54 130.527C313.54 130.564 313.614 130.527 313.614 130.564L313.763 130.676C313.88 130.83 314.017 130.967 314.171 131.084L313.132 131.715L312.018 131.344C312.03 131.204 312.073 131.068 312.144 130.946C312.214 130.824 312.311 130.719 312.426 130.638Z" fill="#B5CDFF"/>
<path d="M307.338 121.837C308.675 118.867 311.014 118.272 315.025 119.238C315.833 119.418 316.609 119.719 317.327 120.129C317.55 121.317 315.731 121.689 312.351 120.612C313.465 122.617 311.163 126.182 307.338 121.837Z" fill="#201E2F"/>
<path d="M312.017 119.126L312.203 116.675C312.22 116.452 312.188 116.227 312.11 116.017C312.032 115.806 311.909 115.615 311.751 115.457C311.592 115.298 311.401 115.176 311.191 115.098C310.98 115.019 310.756 114.988 310.532 115.004C310.28 115.019 310.035 115.094 309.819 115.224C309.602 115.353 309.42 115.534 309.289 115.749C309.157 115.965 309.08 116.209 309.064 116.461C309.048 116.713 309.093 116.965 309.195 117.195L310.309 119.721L312.017 119.126Z" fill="#201E2F"/>
<path d="M302.362 132.235L303.476 132.644L305.816 131.121V133.015L307.747 134.538C308.153 134.871 308.487 135.283 308.729 135.749C308.972 136.215 309.118 136.725 309.158 137.248L309.232 138.771C312.055 141.111 315.917 141.853 319.296 139.477C319.846 139.11 320.334 138.658 320.744 138.14L321.896 138.548C321.896 138.548 319.556 148.389 315.657 150.172C311.758 151.954 309.047 150.172 309.047 150.172C304.962 136.283 306.15 133.683 296.049 137.694L295.566 134.872L302.362 132.235Z" fill="#EF6767"/>
<path d="M310.457 127.816L303.104 120.946L302.436 121.8L308.117 132.384L310.457 127.816Z" fill="#4D7AE8"/>
<path d="M307.783 126.256L304.887 124.214L307.115 128.225L306.706 126.665L307.783 126.256Z" fill="#3366E0"/>
</g>
<mask id="mask3" mask-type="alpha" maskUnits="userSpaceOnUse" x="299" y="191" width="28" height="28">
<circle cx="313" cy="205" r="14" fill="#C4C4C4"/>
</mask>
<g mask="url(#mask3)">
<circle cx="313" cy="205" r="14" fill="#FF82A6"/>
<path d="M320.91 194.282L320.869 194.402L320.747 194.694L320.706 194.813L320.611 195.026C318.52 199.896 314.509 203.486 311.852 205.981C309.1 208.553 306.003 210.729 302.65 212.445C299.348 214.03 297.854 212.606 298.223 209.905L298.553 208.55L300.18 201.718L300.25 201.385C301.351 196.933 303.05 194.377 308.575 192.997L316.982 190.934L317.008 190.921C319.944 190.213 321.987 191.201 320.91 194.282Z" fill="url(#paint1_linear)"/>
<path d="M320.045 190.959C317.378 191.404 312.384 194.612 307.431 199.326C302.479 204.04 298.694 209.243 298.354 211.798C298.822 213.16 300.257 213.584 302.65 212.445C306.003 210.729 309.1 208.553 311.852 205.981C314.509 203.486 318.52 199.896 320.611 195.026L320.706 194.813L320.747 194.694L320.869 194.402L320.91 194.282C321.55 192.476 321.12 191.394 320.045 190.959Z" fill="url(#paint2_linear)"/>
<path d="M312.131 204.221C316.939 199.659 320.13 195.216 319.258 194.297C318.386 193.379 313.782 196.332 308.975 200.894C304.167 205.457 300.976 209.899 301.848 210.818C302.719 211.737 307.324 208.783 312.131 204.221Z" fill="#6B3143"/>
<path d="M311.122 212.141L309.849 213.063C309.542 213.267 309.285 213.537 309.095 213.854C308.906 214.17 308.79 214.525 308.756 214.892L308.543 216.555L306.302 218.614C305.833 219.075 305.556 219.696 305.528 220.353L305.542 221.937C305.542 221.937 317.794 228.47 324.383 227.298C330.971 226.127 326.961 214.827 326.961 214.827C326.903 214.717 326.815 214.624 326.708 214.56C326.6 214.496 326.477 214.462 326.352 214.463L324.395 214.327L323.56 212.283C323.483 212.093 323.36 211.925 323.204 211.794C323.047 211.663 322.86 211.572 322.66 211.529L316.89 210.31L311.122 212.141Z" fill="#EF6270"/>
<path d="M311.401 215.553C309.646 215.219 309.765 215.26 310.265 214.451C310.55 213.952 310.968 213.54 311.473 213.263L311.401 215.553Z" fill="#BD3C53"/>
<path d="M314.091 199.314C313.88 199.086 312.112 200.35 310.152 202.172C308.193 203.994 306.781 205.647 306.993 205.875C309.347 209.463 310.918 212.872 311.402 215.553L320.975 217.429C320.458 208.928 316.484 203.116 314.091 199.314Z" fill="#FFB685"/>
<path d="M317.734 206.872C317.653 206.57 317.421 206.369 317.214 206.424C317.007 206.479 316.905 206.769 316.985 207.071C317.066 207.373 317.298 207.573 317.505 207.518C317.712 207.463 317.814 207.174 317.734 206.872Z" fill="#543247"/>
<path d="M314.589 208.655C314.738 208.438 314.63 208.104 314.346 207.907C314.062 207.71 313.71 207.726 313.56 207.943C313.411 208.159 313.519 208.494 313.803 208.69C314.087 208.887 314.439 208.871 314.589 208.655Z" fill="#543247"/>
<path d="M316.56 211.6C317.363 211.207 318.098 210.813 318.444 210.909C318.789 211.005 318.638 211.643 318.259 212.359C317.88 213.075 317.989 212.757 317.112 212.523C316.235 212.29 315.945 211.901 316.56 211.6Z" fill="#C74153"/>
<path d="M316.894 211.469L316.278 211.904C316.303 212.157 316.66 212.413 317.112 212.523C317.564 212.633 318.083 212.677 318.259 212.359L318.421 212.014C318.196 211.826 317.574 211.368 316.894 211.469Z" fill="#A82C3C"/>
<path d="M318.111 210.906C317.575 211.091 317.056 211.323 316.561 211.6C316.213 211.77 316.238 211.957 316.397 212.144L318.241 211.307C318.348 211.255 318.217 211.054 318.111 210.906Z" fill="white"/>
<path d="M320.435 208.408C320.448 208.369 320.422 208.315 320.436 208.275C320.404 208.005 320.289 207.752 320.107 207.55C319.925 207.348 319.685 207.208 319.419 207.148C319.484 207.206 319.534 207.277 319.567 207.357C319.599 207.437 319.613 207.523 319.607 207.609C319.602 207.695 319.576 207.779 319.533 207.853C319.49 207.928 319.43 207.992 319.359 208.04C319.102 208.187 318.814 208.272 318.518 208.286C318.133 208.329 317.762 208.457 317.431 208.659C317.1 208.861 316.818 209.133 316.604 209.456C315.246 209.392 314.773 210.253 313.81 210.725C313.551 210.86 313.271 210.952 312.982 210.998C312.035 211.163 311.879 210.776 311.856 210.256C310.811 211.1 311.467 212.304 312.277 212.604C312.754 212.834 313.394 212.719 314.065 212.192C315.726 212.605 316.314 212.383 317.272 210.82C318.854 211.206 319.871 210.575 319.949 209.11C320.082 209.043 320.196 208.944 320.281 208.821C320.366 208.698 320.419 208.557 320.435 208.408Z" fill="#6B3143"/>
<path d="M317.272 210.82C318.854 211.205 319.871 210.575 319.95 209.11C320.083 209.043 320.197 208.944 320.281 208.821C320.366 208.698 320.419 208.557 320.435 208.408C320.448 208.368 320.422 208.315 320.436 208.275C320.409 208.137 320.365 208.002 320.306 207.875C320.324 208.095 320.26 208.315 320.126 208.491C319.992 208.667 319.797 208.787 319.579 208.828C319.104 209.889 318.144 210.094 317.04 209.872C317.04 209.872 315.801 211.607 314.086 211.22C312.879 212.209 311.589 212.078 311.317 211.117C311.292 211.436 311.372 211.754 311.546 212.023C311.719 212.291 311.976 212.495 312.277 212.603C312.754 212.834 313.395 212.719 314.065 212.192C315.726 212.605 316.314 212.383 317.272 210.82Z" fill="#5E2737"/>
</g>
<path d="M600.202 368.34C602.323 368.34 604.358 367.497 605.858 365.997C607.359 364.497 608.202 362.462 608.202 360.34V291C587.132 289.71 568.432 305.23 568.432 305.23L497.432 351V368.34H600.202Z" fill="#29CC7A"/>
<path d="M605.142 335.32C603.842 332.66 600.852 331.2 597.272 331.08C597.172 330.77 597.072 330.46 596.942 330.16C591.632 317.42 575.412 311.03 551.652 317.6L503.422 348.7C502.02 350.733 500.824 352.9 499.852 355.17V368.34H560.632C572.902 367.13 584.432 358.42 590.412 351.34C592.739 351.16 595.01 350.535 597.102 349.5C603.782 346.24 607.382 339.89 605.142 335.32Z" fill="#15AD75"/>
<path d="M443.922 375.3L475.692 393C475.161 393.527 474.473 393.868 473.733 393.972C472.992 394.077 472.238 393.939 471.582 393.58C469.792 392.87 465.382 388.88 463.652 387.9C460.718 386.475 457.714 385.201 454.652 384.08C451.728 382.883 448.979 381.295 446.482 379.36C444.392 377.63 443.642 377 443.922 375.3Z" fill="black"/>
<path d="M522.351 309.3C528.211 305.7 528.491 305.79 531.751 299.92C535.011 294.05 539.081 291.24 543.851 290.56L537.941 333.47C525.471 337.07 517.851 330.83 516.151 324.59C514.551 318.71 516.481 312.9 522.351 309.3Z" fill="#3442D9"/>
<path d="M528.211 315C529.771 308 534.131 299.94 539.211 293.8C541.025 291.575 542.308 288.966 542.965 286.172C543.622 283.377 543.634 280.47 543.001 277.67L540.881 268.14C539.394 261.523 540.175 254.598 543.099 248.479C546.023 242.359 550.919 237.401 557.001 234.4C560.506 232.667 564.32 231.647 568.221 231.4C575.517 230.913 582.717 233.27 588.311 237.978C593.904 242.687 597.457 249.379 598.221 256.65C598.354 257.892 598.411 259.141 598.391 260.39L598.331 264.39L598.071 281.57C597.92 289.331 599.61 297.018 603.001 304C604.361 306.766 605.388 309.683 606.061 312.69L559.441 362.33C537.291 358.58 523.271 337.11 528.211 315Z" fill="#3442D9"/>
<path d="M559.411 363.27H559.251C553.971 362.403 548.926 360.461 544.428 357.565C539.929 354.668 536.074 350.878 533.101 346.43C530.013 341.83 527.903 336.644 526.902 331.194C525.901 325.745 526.03 320.148 527.281 314.75C528.721 308.32 532.571 300.64 537.581 294.2C537.744 294.011 537.972 293.89 538.22 293.86C538.468 293.83 538.718 293.895 538.921 294.04C539.111 294.202 539.235 294.429 539.266 294.677C539.298 294.925 539.235 295.176 539.091 295.38C534.241 301.6 530.521 308.99 529.151 315.16C527.953 320.304 527.826 325.64 528.777 330.835C529.728 336.03 531.738 340.974 534.681 345.36C537.513 349.589 541.184 353.191 545.465 355.944C549.746 358.696 554.548 360.539 559.571 361.36C559.763 361.443 559.925 361.585 560.033 361.765C560.14 361.945 560.189 362.154 560.171 362.363C560.153 362.572 560.07 362.77 559.934 362.929C559.798 363.088 559.615 363.201 559.411 363.25V363.27Z" fill="black"/>
<path d="M543.06 316.42C538.73 309.16 536.96 310.08 529.06 312.17C522.84 313.83 515.54 326.71 525.14 333.17C534.74 339.63 554.57 335.73 543.06 316.42Z" fill="#3442D9"/>
<path d="M567.687 294.696C568.382 293.788 568.229 292.505 567.347 291.831C566.465 291.157 565.188 291.346 564.493 292.255C563.799 293.163 563.951 294.446 564.833 295.12C565.715 295.794 566.993 295.604 567.687 294.696Z" fill="black"/>
<path d="M555.656 295.506C556.35 294.598 556.198 293.315 555.316 292.641C554.434 291.967 553.156 292.156 552.462 293.065C551.768 293.973 551.92 295.256 552.802 295.93C553.684 296.604 554.962 296.414 555.656 295.506Z" fill="black"/>
<path d="M539.8 322.51C539.519 322.508 539.245 322.424 539.01 322.27C538.851 322.166 538.715 322.032 538.609 321.874C538.502 321.717 538.428 321.54 538.391 321.354C538.354 321.168 538.354 320.976 538.392 320.79C538.429 320.604 538.504 320.427 538.61 320.27C541.237 316.311 543.174 311.936 544.34 307.33C545.78 302.39 547.03 298.12 553.13 293.13C553.428 292.924 553.792 292.837 554.15 292.887C554.509 292.938 554.835 293.121 555.064 293.401C555.294 293.68 555.409 294.036 555.388 294.398C555.367 294.759 555.211 295.099 554.95 295.35C549.54 299.78 548.46 303.47 547.1 308.14C545.848 313.022 543.786 317.66 541 321.86C540.869 322.059 540.691 322.222 540.482 322.335C540.272 322.449 540.038 322.509 539.8 322.51Z" fill="white"/>
<path d="M565.582 313.08C559.282 308.61 557.422 307.43 555.052 307.54C552.682 307.65 548.762 308.07 548.762 308.07L550.462 333.25L566.132 332.84L565.582 313.08Z" fill="#FFC619"/>
<path d="M535 306.63C534.902 306.297 534.877 305.946 534.928 305.602C534.978 305.258 535.103 304.929 535.293 304.638C535.484 304.347 535.735 304.101 536.03 303.916C536.324 303.732 536.656 303.614 537 303.57L547.56 302.08C548.315 301.992 549.076 302.172 549.71 302.589C550.345 303.006 550.812 303.633 551.03 304.36L557.03 326.3C557.122 326.63 557.142 326.975 557.088 327.313C557.034 327.651 556.908 327.974 556.718 328.258C556.528 328.543 556.279 328.784 555.988 328.963C555.697 329.143 555.37 329.258 555.03 329.3L544.47 330.8C543.716 330.889 542.955 330.708 542.321 330.292C541.686 329.875 541.219 329.247 541 328.52L535 306.63Z" fill="black"/>
<path d="M535.491 304.4L534.391 305.78L537.531 306.06L535.491 304.4Z" fill="black"/>
<path d="M530.391 319C531.691 316.8 532.931 314 536.561 313.47L537.071 318.05L530.391 319Z" fill="#FFC619"/>
<path d="M534.001 307.87C533.901 307.537 533.875 307.185 533.925 306.841C533.975 306.496 534.099 306.167 534.29 305.875C534.48 305.584 534.732 305.337 535.028 305.153C535.323 304.969 535.656 304.852 536.001 304.81L546.561 303.31C547.315 303.224 548.076 303.405 548.71 303.821C549.344 304.238 549.812 304.864 550.031 305.59L556.031 327.53C556.132 327.864 556.158 328.215 556.108 328.56C556.058 328.904 555.934 329.234 555.743 329.525C555.553 329.817 555.301 330.063 555.005 330.247C554.709 330.431 554.377 330.548 554.031 330.59L543.471 332.08C542.717 332.171 541.955 331.991 541.32 331.574C540.685 331.157 540.218 330.529 540.001 329.8L534.001 307.87Z" fill="white"/>
<path d="M537.251 316.59L532.961 317.2C532.086 317.327 531.29 317.779 530.734 318.467C530.178 319.155 529.902 320.027 529.961 320.91C529.992 321.359 530.115 321.796 530.324 322.194C530.532 322.593 530.82 322.944 531.17 323.226C531.52 323.507 531.925 323.714 532.359 323.831C532.793 323.949 533.246 323.976 533.691 323.91L536.821 323.47C537.816 323.318 538.733 322.845 539.434 322.123C540.134 321.4 540.58 320.469 540.701 319.47C540.721 319.035 540.641 318.602 540.466 318.203C540.291 317.805 540.025 317.452 539.691 317.173C539.357 316.894 538.963 316.696 538.54 316.595C538.116 316.494 537.675 316.492 537.251 316.59Z" fill="#FFC619"/>
<path d="M538.73 323L535.73 323.43C535.235 323.503 534.76 323.681 534.34 323.953C533.919 324.225 533.561 324.584 533.291 325.006C533.021 325.427 532.844 325.902 532.773 326.398C532.703 326.894 532.739 327.4 532.88 327.88C533.111 328.626 533.6 329.265 534.261 329.681C534.921 330.097 535.708 330.264 536.48 330.15L538.33 329.89C539.325 329.738 540.243 329.265 540.943 328.543C541.644 327.821 542.089 326.889 542.21 325.89C542.234 325.451 542.154 325.013 541.978 324.611C541.802 324.208 541.534 323.852 541.196 323.571C540.858 323.291 540.459 323.093 540.031 322.994C539.603 322.894 539.157 322.897 538.73 323Z" fill="#FFC619"/>
<path d="M547.95 333.84L558.26 332.38L557.81 328.26L547.49 329.72L547.95 333.84Z" fill="#FFC619"/>
<path d="M545.432 317.15L551.912 316.23C552.226 316.182 552.521 316.049 552.765 315.844C553.008 315.639 553.19 315.372 553.292 315.07L553.882 313.33L554.312 309.84L557.912 322.21L547.342 323.71C546.37 323.852 545.379 323.656 544.536 323.153C543.693 322.65 543.048 321.872 542.712 320.95C542.591 320.518 542.569 320.065 542.647 319.623C542.725 319.182 542.901 318.764 543.162 318.399C543.423 318.035 543.762 317.733 544.155 317.517C544.548 317.301 544.984 317.175 545.432 317.15Z" fill="#FFC619"/>
<path d="M547.56 323.67L557.91 322.21L557.39 329.11L549.46 330.23C548.49 330.378 547.498 330.183 546.655 329.68C545.812 329.176 545.17 328.395 544.84 327.47C544.72 327.038 544.698 326.585 544.776 326.144C544.854 325.702 545.03 325.284 545.291 324.919C545.552 324.555 545.891 324.253 546.284 324.037C546.677 323.821 547.113 323.696 547.56 323.67Z" fill="#FFC619"/>
<path d="M474.481 365.71C474.141 355.42 482.671 353.8 488.481 350.13C494.291 346.46 501.151 338.91 508.311 333.71C515.471 328.51 521.641 328.71 533.771 332.45L520.001 359.35C512.151 363.35 510.431 367.73 506.211 373.69C501.991 379.65 496.421 381.87 490.731 380.86C487.811 385.69 487.221 386.8 482.971 385.27C478.721 383.74 471.591 380.49 469.641 374.92C467.691 369.35 470.561 368.32 474.481 365.71Z" fill="#66BCFF"/>
<path d="M481.56 382.09H481.62C485.2 381.22 486.68 379.17 488.93 376.09C489.51 375.29 490.16 374.4 490.93 373.43C500.83 371.43 504.85 366.13 507.02 362.33C508.02 360.56 509.92 359.12 511.75 357.73C513.577 356.514 515.181 354.992 516.49 353.23C517.267 351.955 517.936 350.617 518.49 349.23C519.33 347.29 519.93 345.9 521.2 345.58C522.82 345.17 524.57 345.93 526.59 346.82C528.403 347.693 530.323 348.325 532.3 348.7C532.463 348.723 532.628 348.682 532.761 348.585C532.894 348.487 532.983 348.342 533.01 348.18C533.039 348.021 533.004 347.857 532.912 347.724C532.82 347.59 532.679 347.499 532.52 347.47C530.646 347.112 528.828 346.51 527.11 345.68C524.88 344.68 522.96 343.87 520.94 344.38C518.92 344.89 518.28 346.66 517.37 348.76C516.833 350.088 516.188 351.369 515.44 352.59C514.216 354.226 512.717 355.637 511.01 356.76C509.08 358.23 507.08 359.76 505.94 361.76C503.7 365.67 499.94 370.4 490.47 372.28L490.24 372.33L490.09 372.51C489.27 373.57 488.56 374.51 487.94 375.4C485.79 378.4 484.49 380.17 481.37 380.93C481.21 380.97 481.071 381.071 480.981 381.21C480.892 381.349 480.86 381.517 480.89 381.68C480.936 381.816 481.028 381.932 481.15 382.007C481.273 382.082 481.418 382.112 481.56 382.09Z" fill="#45AAF7"/>
<path d="M523 357.06C522.75 357.061 522.508 356.968 522.323 356.8C522.138 356.631 522.023 356.399 522 356.15C521.663 351.954 520.848 347.811 519.57 343.8C519.483 343.671 519.428 343.523 519.408 343.369C519.389 343.214 519.405 343.057 519.457 342.91C519.509 342.763 519.594 342.631 519.706 342.522C519.818 342.414 519.954 342.334 520.103 342.288C520.252 342.241 520.409 342.23 520.563 342.256C520.716 342.281 520.862 342.342 520.988 342.433C521.114 342.525 521.217 342.645 521.289 342.783C521.36 342.921 521.398 343.074 521.4 343.23C522.73 347.395 523.572 351.701 523.91 356.06C523.911 356.31 523.818 356.552 523.65 356.737C523.481 356.922 523.25 357.038 523 357.06Z" fill="black"/>
<path d="M514.871 393.11C523.561 400.96 530.961 398.79 534.361 398.4C537.761 398.01 537.481 395.5 537.761 393.46C537.991 391.77 538.221 388.17 538.221 388.17C546.921 387.6 547.991 381.69 548.151 376.42C548.281 372.42 549.711 370.42 550.341 366.72V366.62C560.808 364.724 570.701 360.451 579.257 354.13C587.813 347.809 594.804 339.608 599.691 330.16L590.591 323.58L570.401 336.68C556.741 331.68 549.161 329.11 541.831 328.56C534.501 328.01 527.191 330.91 524.831 341.07C522.471 351.23 522.151 354.46 519.951 359.35C519.371 360.63 518.421 362.25 517.471 364.15C514.751 369.54 511.961 377.15 517.471 385.54C516.805 388.128 515.935 390.659 514.871 393.11Z" fill="#8CD9FF"/>
<path d="M584.871 349.49C585.221 342.7 582.551 337.98 577.871 337.16L589.781 329L598.311 332.67C596.181 338.84 590.521 345.47 584.871 349.49Z" fill="black"/>
<path d="M531.491 395L531.301 393.79C533.031 393.46 533.181 392.21 533.631 386.35L533.691 385.58L534.131 385.46C537.941 384.46 540.521 382.22 540.721 374.46C540.709 370.78 541.447 367.135 542.891 363.75C543.244 362.944 543.531 362.112 543.751 361.26C543.933 360.507 544.16 359.766 544.431 359.04C545.487 356.349 545.791 353.421 545.311 350.57C544.921 347.57 545.171 346.02 546.171 345.18C547.411 344.18 549.451 344.53 553.021 345.68L553.481 345.83C559.111 347.66 570.351 351.3 581.711 352.25L580.291 353.37C569.241 352.25 558.541 348.79 553.071 347.01L552.621 346.87C549.771 345.94 547.721 345.47 546.941 346.12C546.351 346.62 546.221 347.97 546.531 350.37C547.027 353.4 546.703 356.508 545.591 359.37C545.336 360.058 545.119 360.759 544.941 361.47C544.708 362.383 544.404 363.275 544.031 364.14C542.666 367.401 541.976 370.905 542.001 374.44C541.821 381.54 539.751 385.07 534.901 386.51C534.401 392.29 534.221 394.46 531.491 395Z" fill="#66BCFF"/>
<path d="M565.42 311.69C568.14 309.31 570.24 309.49 573.6 310.89C577.16 307.71 581.73 307.24 586.53 308.89C590.08 310.11 598.65 312.62 602.91 313.89C603.157 313.955 603.417 313.954 603.664 313.886C603.91 313.819 604.135 313.688 604.315 313.507C604.495 313.326 604.625 313.101 604.69 312.854C604.756 312.607 604.756 312.347 604.69 312.1L601.48 300.65C611.68 308.31 615.02 324.65 611.85 333.48C608.29 343.38 594.45 342.25 589.97 339.85C585.49 337.45 583.97 336.56 578.81 337.55C573.48 338.55 569.57 339.14 562.88 334.01L558.88 332.61C557.28 323.88 558.67 317.63 565.42 311.69Z" fill="#3442D9"/>
<path d="M602.911 314.8H602.641C598.011 313.45 589.731 311.02 586.221 309.8C582.941 308.67 578.221 308.08 574.221 311.62L573.771 312.02L573.221 311.79C570.141 310.5 568.461 310.3 566.041 312.42C565.847 312.506 565.631 312.527 565.423 312.481C565.216 312.436 565.029 312.325 564.888 312.166C564.748 312.007 564.662 311.807 564.643 311.596C564.624 311.384 564.672 311.172 564.781 310.99C567.731 308.4 570.141 308.52 573.411 309.8C577.021 306.85 581.651 306.22 586.831 307.99C590.301 309.18 598.551 311.6 603.161 312.99C603.346 313.085 603.496 313.235 603.592 313.419C603.687 313.603 603.723 313.812 603.695 314.017C603.666 314.223 603.575 314.414 603.432 314.565C603.29 314.716 603.105 314.819 602.901 314.86L602.911 314.8Z" fill="black"/>
<path d="M563.441 330.21H563.331C563.084 330.171 562.86 330.04 562.705 329.844C562.549 329.647 562.473 329.4 562.491 329.15C563.081 324.23 564.811 316.91 572.991 310.15C573.076 310.017 573.191 309.907 573.327 309.827C573.463 309.748 573.616 309.701 573.773 309.692C573.931 309.683 574.088 309.711 574.232 309.774C574.377 309.837 574.504 309.933 574.604 310.055C574.705 310.177 574.774 310.32 574.809 310.474C574.843 310.628 574.84 310.788 574.801 310.94C574.761 311.093 574.687 311.234 574.582 311.352C574.478 311.47 574.347 311.562 574.201 311.62C571.449 313.758 569.161 316.433 567.474 319.483C565.788 322.532 564.739 325.893 564.391 329.36C564.356 329.59 564.242 329.801 564.069 329.956C563.896 330.111 563.673 330.201 563.441 330.21Z" fill="black"/>
<path d="M544.661 308.09C544.624 307.953 544.617 307.81 544.64 307.67C544.663 307.53 544.715 307.396 544.794 307.278C544.872 307.159 544.975 307.059 545.095 306.984C545.216 306.908 545.351 306.859 545.491 306.84L546.441 306.7C546.706 306.672 546.972 306.736 547.194 306.882C547.417 307.028 547.582 307.246 547.661 307.5L548.511 310.64C548.548 310.777 548.555 310.919 548.533 311.059C548.511 311.198 548.459 311.331 548.382 311.449C548.304 311.567 548.203 311.668 548.084 311.744C547.965 311.82 547.831 311.87 547.691 311.89L546.691 312.02C546.427 312.054 546.16 311.992 545.937 311.845C545.715 311.698 545.553 311.476 545.481 311.22L544.661 308.09Z" fill="#29CC7A"/>
<path d="M560.001 289.71C559.232 288.234 558.126 286.959 556.772 285.99C555.419 285.02 553.856 284.383 552.211 284.13C552.179 284.123 552.149 284.11 552.122 284.091C552.095 284.072 552.073 284.047 552.056 284.019C552.039 283.991 552.028 283.96 552.024 283.927C552.019 283.895 552.022 283.862 552.031 283.83C552.604 282.11 552.811 280.289 552.639 278.484C552.467 276.68 551.919 274.931 551.031 273.35C551.018 273.32 551.01 273.287 551.01 273.254C551.009 273.222 551.015 273.189 551.027 273.158C551.039 273.127 551.057 273.099 551.08 273.076C551.103 273.052 551.131 273.033 551.161 273.02C556.491 270.76 558.551 266.97 559.161 264.02C559.171 263.971 559.196 263.926 559.232 263.892C559.269 263.858 559.315 263.836 559.364 263.829C559.414 263.823 559.464 263.832 559.509 263.855C559.553 263.879 559.588 263.915 559.611 263.96C561.981 268.68 565.201 268.85 567.971 268.49C568.013 268.487 568.056 268.495 568.094 268.514C568.132 268.533 568.165 268.562 568.188 268.598C568.212 268.633 568.225 268.675 568.227 268.717C568.23 268.76 568.22 268.802 568.201 268.84C565.471 274.15 567.391 278 570.201 280.63C570.23 280.663 570.249 280.703 570.258 280.746C570.266 280.789 570.263 280.834 570.249 280.876C570.235 280.917 570.21 280.954 570.177 280.983C570.144 281.012 570.104 281.032 570.061 281.04C564.651 281.94 561.791 285.47 560.481 289.61C560.494 289.674 560.482 289.74 560.446 289.794C560.41 289.849 560.354 289.887 560.291 289.9C560.227 289.913 560.161 289.901 560.106 289.865C560.052 289.83 560.014 289.774 560.001 289.71Z" fill="#FFC619"/>
<path d="M547.561 324.63C547.355 324.581 547.17 324.467 547.033 324.305C546.896 324.144 546.813 323.943 546.798 323.731C546.782 323.52 546.834 323.309 546.946 323.129C547.058 322.949 547.225 322.809 547.421 322.73L552.891 321.96C553.033 321.893 553.189 321.86 553.346 321.865C553.503 321.869 553.657 321.91 553.795 321.985C553.933 322.06 554.052 322.166 554.141 322.295C554.23 322.424 554.288 322.572 554.309 322.728C554.331 322.884 554.315 323.042 554.264 323.19C554.213 323.339 554.127 323.473 554.015 323.582C553.902 323.692 553.765 323.773 553.615 323.819C553.465 323.866 553.306 323.876 553.151 323.85L547.691 324.62L547.561 324.63Z" fill="black"/>
<path d="M534.581 324.75C534.352 324.752 534.129 324.67 533.956 324.518C533.783 324.367 533.671 324.158 533.641 323.93C533.617 323.681 533.687 323.433 533.837 323.233C533.987 323.033 534.206 322.896 534.451 322.85L537.521 322.42C537.77 322.396 538.019 322.465 538.219 322.615C538.419 322.765 538.555 322.985 538.601 323.23C538.626 323.479 538.556 323.727 538.406 323.927C538.256 324.127 538.037 324.264 537.791 324.31L534.711 324.74L534.581 324.75Z" fill="black"/>
<path d="M559.352 264.84C559.169 264.835 558.992 264.78 558.839 264.681C558.685 264.583 558.562 264.444 558.482 264.28C555.762 258.35 556.272 254.28 556.812 252.43C556.928 252.25 557.1 252.112 557.301 252.036C557.502 251.961 557.722 251.952 557.928 252.012C558.135 252.071 558.317 252.196 558.447 252.366C558.577 252.537 558.649 252.745 558.652 252.96C558.182 254.59 557.762 258.12 560.212 263.49C560.304 263.721 560.307 263.978 560.22 264.211C560.133 264.444 559.963 264.636 559.742 264.75C559.62 264.809 559.487 264.84 559.352 264.84Z" fill="black"/>
<path d="M550.001 274.25C547.287 274.32 544.646 273.367 542.601 271.58C542.457 271.519 542.328 271.425 542.227 271.306C542.125 271.187 542.053 271.045 542.016 270.892C541.979 270.74 541.979 270.581 542.015 270.428C542.051 270.276 542.122 270.134 542.223 270.014C542.325 269.894 542.452 269.799 542.597 269.738C542.741 269.676 542.898 269.65 543.054 269.66C543.211 269.67 543.363 269.718 543.498 269.797C543.633 269.877 543.747 269.988 543.831 270.12C544.876 271.016 546.104 271.672 547.429 272.041C548.754 272.411 550.144 272.486 551.501 272.26C551.71 272.303 551.9 272.411 552.043 272.57C552.186 272.728 552.274 272.928 552.295 273.14C552.317 273.352 552.269 273.566 552.161 273.749C552.052 273.933 551.888 274.077 551.691 274.16C551.13 274.219 550.566 274.249 550.001 274.25Z" fill="black"/>
<path d="M560.231 292.76C560.025 292.761 559.826 292.696 559.661 292.573C559.497 292.45 559.377 292.277 559.321 292.08C559.118 291.304 559.027 290.502 559.051 289.7C559.05 289.571 559.076 289.444 559.127 289.326C559.178 289.208 559.253 289.101 559.347 289.013C559.441 288.925 559.551 288.857 559.672 288.814C559.793 288.77 559.922 288.752 560.051 288.76C560.305 288.775 560.544 288.887 560.719 289.073C560.894 289.259 560.991 289.505 560.991 289.76C560.973 290.369 561.037 290.978 561.181 291.57C561.217 291.69 561.229 291.816 561.216 291.941C561.203 292.066 561.165 292.187 561.105 292.297C561.044 292.407 560.962 292.504 560.863 292.582C560.765 292.659 560.652 292.717 560.531 292.75C560.432 292.771 560.33 292.775 560.231 292.76Z" fill="black"/>
<path d="M576.471 283.57C573.886 283.674 571.332 282.975 569.161 281.57C569.029 281.4 568.956 281.193 568.951 280.978C568.947 280.763 569.012 280.553 569.136 280.378C569.261 280.203 569.438 280.073 569.643 280.007C569.847 279.94 570.067 279.942 570.271 280.01C573.481 282.29 578.471 281.95 582.071 280.88C582.192 280.839 582.32 280.822 582.448 280.832C582.575 280.841 582.7 280.876 582.814 280.935C582.927 280.994 583.028 281.075 583.11 281.173C583.191 281.272 583.252 281.386 583.289 281.509C583.325 281.632 583.336 281.76 583.322 281.888C583.307 282.015 583.267 282.138 583.203 282.249C583.14 282.36 583.055 282.458 582.953 282.535C582.851 282.613 582.735 282.669 582.611 282.7C580.616 283.28 578.548 283.573 576.471 283.57Z" fill="black"/>
<path d="M568 269.5C567.854 269.501 567.71 269.466 567.58 269.4C567.36 269.281 567.192 269.083 567.111 268.846C567.029 268.609 567.04 268.35 567.14 268.12C568.45 265.44 571.07 261.98 573.72 260.7C573.931 260.671 574.144 260.71 574.331 260.811C574.518 260.912 574.668 261.069 574.759 261.261C574.85 261.452 574.878 261.668 574.839 261.876C574.8 262.084 574.695 262.275 574.54 262.42C572.41 263.42 570.07 266.49 568.86 268.96C568.778 269.119 568.655 269.253 568.504 269.347C568.353 269.442 568.179 269.495 568 269.5Z" fill="black"/>
<path d="M548.13 286.26C547.927 286.215 547.743 286.107 547.603 285.952C547.464 285.797 547.377 285.602 547.354 285.395C547.331 285.188 547.373 284.979 547.474 284.797C547.576 284.615 547.732 284.469 547.92 284.38C549.187 284.05 550.414 283.584 551.58 282.99C551.806 282.883 552.064 282.865 552.303 282.939C552.542 283.013 552.744 283.174 552.87 283.39C552.978 283.615 552.997 283.872 552.925 284.111C552.853 284.349 552.694 284.552 552.48 284.68C551.168 285.357 549.782 285.881 548.35 286.24C548.278 286.257 548.204 286.263 548.13 286.26Z" fill="black"/>
<path d="M562.3 273.57C560.62 279.9 558.51 279.57 557.56 277.65C556.61 275.73 555.93 273.34 554.39 273.56C552.85 273.78 553.3 276.36 555.12 280.16C556.94 283.96 559.84 284.87 562.61 281.58C564.668 279.066 565.735 275.886 565.61 272.64C565.65 270.31 563.29 269.84 562.3 273.57Z" fill="#C40655"/>
<path d="M573.691 327.45C573.349 327.45 573.019 327.328 572.758 327.106C572.498 326.884 572.325 326.577 572.271 326.24C571.467 321.661 570.153 317.186 568.351 312.9C566.081 306.99 563.941 301.41 564.641 293.32C564.642 293.121 564.685 292.925 564.766 292.744C564.847 292.562 564.965 292.399 565.112 292.266C565.259 292.132 565.432 292.03 565.62 291.967C565.809 291.903 566.008 291.879 566.206 291.897C566.404 291.914 566.596 291.972 566.771 292.067C566.945 292.162 567.098 292.293 567.22 292.45C567.341 292.607 567.429 292.788 567.477 292.981C567.526 293.173 567.534 293.374 567.501 293.57C566.861 301 568.791 306.04 571.031 311.87C572.907 316.343 574.276 321.012 575.111 325.79C575.168 326.167 575.074 326.55 574.849 326.858C574.625 327.165 574.287 327.371 573.911 327.43L573.691 327.45Z" fill="white"/>
<path d="M551.091 367.78C550.998 367.793 550.904 367.793 550.811 367.78C550.577 367.696 550.382 367.527 550.266 367.307C550.149 367.087 550.119 366.831 550.181 366.59C551.971 360.74 552.481 350.87 548.021 342.3C547.915 342.073 547.899 341.814 547.975 341.575C548.051 341.336 548.214 341.135 548.431 341.01C548.657 340.907 548.914 340.892 549.15 340.968C549.387 341.044 549.587 341.205 549.711 341.42C554.441 350.5 553.901 360.95 552.011 367.14C551.939 367.327 551.813 367.487 551.649 367.601C551.485 367.715 551.291 367.778 551.091 367.78Z" fill="black"/>
<path d="M552.152 353.66C551.975 353.662 551.802 353.613 551.652 353.52C551.544 353.455 551.451 353.37 551.377 353.269C551.303 353.167 551.249 353.052 551.221 352.93C551.192 352.808 551.188 352.682 551.208 352.558C551.229 352.434 551.275 352.316 551.342 352.21C552.31 350.287 552.778 348.151 552.702 346C552.649 345.853 552.631 345.695 552.65 345.54C552.67 345.385 552.725 345.236 552.812 345.106C552.899 344.976 553.015 344.868 553.151 344.791C553.287 344.714 553.44 344.671 553.596 344.663C553.752 344.656 553.908 344.685 554.051 344.749C554.194 344.813 554.319 344.909 554.418 345.03C554.517 345.152 554.586 345.294 554.62 345.447C554.653 345.6 554.651 345.758 554.612 345.91C554.705 348.444 554.14 350.959 552.972 353.21C552.882 353.346 552.761 353.458 552.618 353.537C552.475 353.615 552.315 353.657 552.152 353.66Z" fill="black"/>
<path d="M606.29 316C606.194 316.014 606.096 316.014 606 316L598.91 313.73C598.735 313.608 598.604 313.433 598.535 313.231C598.467 313.029 598.465 312.81 598.53 312.607C598.594 312.403 598.723 312.226 598.895 312.101C599.068 311.975 599.277 311.909 599.49 311.91L606.58 314.18C606.761 314.279 606.907 314.431 606.998 314.616C607.089 314.8 607.121 315.009 607.089 315.212C607.058 315.416 606.964 315.605 606.821 315.753C606.678 315.901 606.492 316.001 606.29 316.04V316Z" fill="black"/>
<path d="M524.25 314.21C524.045 314.204 523.846 314.134 523.681 314.011C523.517 313.887 523.394 313.716 523.33 313.52C523.272 313.278 523.307 313.023 523.427 312.804C523.547 312.586 523.744 312.421 523.98 312.34L528.79 310.95C529.005 310.953 529.213 311.025 529.384 311.155C529.555 311.285 529.679 311.467 529.739 311.673C529.798 311.88 529.79 312.1 529.714 312.301C529.639 312.502 529.501 312.674 529.32 312.79L524.51 314.18C524.425 314.201 524.338 314.211 524.25 314.21Z" fill="black"/>
<path d="M443.861 375.19C444.415 375.95 445.03 376.662 445.701 377.32C448.761 380.38 455.701 383.8 459.481 385.24C462.278 386.164 464.865 387.632 467.091 389.56C469.861 391.77 473.271 394.79 475.691 393C477.421 391.73 481.691 386.94 483.931 384C484.058 383.829 484.142 383.629 484.175 383.419C484.208 383.208 484.19 382.992 484.121 382.79C482.701 378.92 478.441 373.5 472.281 370.67C472.08 370.58 471.858 370.544 471.639 370.567C471.419 370.589 471.21 370.67 471.031 370.8C467.411 373.41 465.191 374.05 462.241 374.03C457.781 374.03 453.501 372.03 448.851 370.65C445.001 369.49 444.081 371.38 443.861 375.19Z" fill="#FFC619"/>
<path d="M481.201 387.34C479.526 389.377 477.683 391.271 475.691 393C473.271 394.79 469.861 391.77 467.091 389.56C464.865 387.632 462.278 386.164 459.481 385.24C455.731 383.8 448.761 380.38 445.701 377.32C445.03 376.662 444.415 375.949 443.861 375.19C444.081 371.38 444.951 369.49 448.861 370.61C451.981 371.5 454.931 372.7 457.861 373.4C458.717 373.612 459.492 374.071 460.09 374.72C460.687 375.369 461.081 376.179 461.221 377.05C461.391 378.05 461.541 379.05 461.701 380.34C466.901 379.34 471.821 380.99 472.881 387.77C472.891 387.77 477.331 385.42 481.201 387.34Z" fill="#FFE75C"/>
<path d="M445.702 377.32C445.064 376.694 444.47 376.026 443.922 375.32C443.77 375.124 443.701 374.876 443.732 374.63C443.789 373.904 443.961 373.192 444.242 372.52C445.042 373.97 446.352 375.44 449.322 377.62C454.022 381.06 459.262 382.25 462.432 383.36C465.302 384.407 467.917 386.054 470.102 388.19C471.856 390.149 474.153 391.542 476.702 392.19C476.385 392.496 476.051 392.783 475.702 393.05C473.282 394.84 469.872 391.82 467.102 389.61C464.875 387.682 462.289 386.214 459.492 385.29C455.732 383.8 448.762 380.38 445.702 377.32Z" fill="#FFC619"/>
<path d="M503.901 381.58C508.801 380.26 513.731 382.58 518.141 390.84C519.401 389.91 522.431 388.84 527.061 389.72C531.511 390.57 533.341 392.52 534.121 394.14C534.539 395.021 534.658 396.015 534.461 396.97C534.241 398.15 533.851 399.77 533.261 402.52C532.371 406.64 532.881 410.22 530.521 410.65L498.461 387.55C498.461 387.55 497.591 383.28 503.901 381.58Z" fill="#FFC619"/>
<path d="M503.901 381.58C508.801 380.26 513.731 382.58 518.141 390.84C518.671 391.93 519.231 393.21 519.791 394.65C524.791 394.22 527.171 396.41 528.021 401.24C528.021 401.24 531.431 399.02 533.421 401.69C533.361 401.96 533.301 402.24 533.241 402.54C532.351 406.66 532.861 410.24 530.501 410.67L498.441 387.57C498.441 387.57 497.591 383.28 503.901 381.58Z" fill="#FFE75C"/>
<path d="M498.511 386.13L500.921 384C505.001 383.26 508.411 383.18 512.081 387.3C515.751 391.42 518.081 395.86 521.841 398.61C527.361 402.61 531.841 404.21 532.571 407.17C532.301 409.06 531.901 410.4 530.521 410.65L498.461 387.55C498.39 387.078 498.407 386.596 498.511 386.13Z" fill="#FFC619"/>
<path d="M502.621 382.52L500.321 383.18C499.921 383.288 499.569 383.528 499.321 383.86C498.427 385.364 498.074 387.128 498.321 388.86L506.721 387.34C503.891 385.97 502.991 384.7 503.251 383.08C503.262 382.998 503.252 382.914 503.223 382.836C503.194 382.758 503.146 382.689 503.084 382.633C503.022 382.578 502.947 382.539 502.867 382.519C502.786 382.5 502.702 382.5 502.621 382.52Z" fill="#FFC619"/>
<path d="M530.34 410.69C522.19 412.34 518.55 409.78 515.04 406.11C513.533 404.53 511.813 403.167 509.93 402.06C505.09 399.21 501.28 396.29 498.67 391.59C495.39 385.71 504.04 383.91 509.16 388.21C514.28 392.51 514.67 397.52 524.85 403.85C531.8 408.18 532.79 410.2 530.34 410.69Z" fill="black"/>
<path d="M531.037 397.727C531.634 397.697 532.078 396.894 532.03 395.933C531.982 394.972 531.46 394.217 530.863 394.247C530.267 394.277 529.822 395.08 529.87 396.041C529.918 397.002 530.441 397.757 531.037 397.727Z" fill="white"/>
<path d="M443.571 374.07C443.733 373.075 444.072 372.116 444.571 371.24C444.598 371.196 444.641 371.163 444.691 371.148C444.741 371.133 444.794 371.138 444.841 371.16L444.981 371.23C445.03 371.254 445.07 371.293 445.094 371.342C445.117 371.391 445.123 371.447 445.111 371.5C444.631 373.5 444.501 375.74 445.471 377.09C443.301 375.31 443.551 374.37 443.571 374.07Z" fill="#FFC619"/>
<path d="M479.811 382.233C480.114 380.874 479.661 379.617 478.799 379.425C477.936 379.232 476.991 380.177 476.688 381.535C476.385 382.894 476.838 384.151 477.7 384.343C478.563 384.536 479.508 383.591 479.811 382.233Z" fill="white"/>
<path d="M203.881 306.93C202.188 305.841 200.747 304.403 199.654 302.714C198.561 301.024 197.84 299.12 197.541 297.13L196.541 290.27C196.517 290.107 196.435 289.957 196.31 289.849C196.186 289.741 196.026 289.681 195.861 289.68C195.694 289.678 195.532 289.737 195.405 289.846C195.278 289.954 195.195 290.105 195.171 290.27L194.171 297.13C193.871 299.12 193.151 301.024 192.058 302.714C190.964 304.403 189.523 305.841 187.831 306.93L186.941 307.51C186.845 307.573 186.766 307.659 186.712 307.761C186.658 307.862 186.63 307.975 186.631 308.09C186.632 308.204 186.661 308.317 186.715 308.418C186.769 308.519 186.846 308.605 186.941 308.67L187.831 309.24C189.524 310.331 190.965 311.77 192.058 313.462C193.151 315.153 193.871 317.058 194.171 319.05L195.171 325.9C195.195 326.065 195.278 326.216 195.405 326.324C195.532 326.433 195.694 326.492 195.861 326.49C196.026 326.489 196.186 326.429 196.31 326.321C196.435 326.213 196.517 326.063 196.541 325.9L197.541 319.05C197.84 317.058 198.561 315.153 199.654 313.462C200.747 311.77 202.188 310.331 203.881 309.24L204.771 308.67C204.865 308.605 204.943 308.519 204.997 308.418C205.051 308.317 205.08 308.204 205.081 308.09C205.082 307.975 205.054 307.862 204.999 307.761C204.945 307.659 204.867 307.573 204.771 307.51L203.881 306.93Z" fill="#29CC7A"/>
<path d="M648.262 215.78C646.571 214.693 645.132 213.259 644.039 211.573C642.946 209.886 642.224 207.987 641.922 206L640.922 199.15C640.898 198.985 640.814 198.834 640.687 198.726C640.561 198.617 640.399 198.558 640.232 198.56C640.066 198.561 639.907 198.621 639.782 198.729C639.657 198.837 639.576 198.987 639.552 199.15L638.552 206C638.252 207.992 637.531 209.896 636.438 211.588C635.345 213.279 633.904 214.718 632.212 215.81L631.322 216.38C631.227 216.445 631.149 216.531 631.096 216.632C631.042 216.733 631.013 216.846 631.012 216.96C631.013 217.075 631.042 217.187 631.096 217.288C631.149 217.389 631.227 217.476 631.322 217.54L632.212 218.11C633.904 219.202 635.345 220.641 636.438 222.333C637.531 224.024 638.252 225.929 638.552 227.92L639.552 234.77C639.576 234.934 639.657 235.083 639.782 235.191C639.907 235.3 640.066 235.359 640.232 235.36C640.399 235.362 640.561 235.303 640.687 235.195C640.814 235.086 640.898 234.935 640.922 234.77L641.922 227.92C642.22 225.928 642.94 224.023 644.033 222.331C645.126 220.639 646.568 219.2 648.262 218.11L649.152 217.54C649.246 217.476 649.324 217.389 649.378 217.288C649.432 217.187 649.461 217.075 649.462 216.96C649.461 216.846 649.432 216.733 649.378 216.632C649.324 216.531 649.246 216.445 649.152 216.38L648.262 215.78Z" fill="#FF78B9"/>
<path d="M232.761 338.85C231.825 338.248 231.029 337.453 230.425 336.518C229.822 335.584 229.425 334.531 229.261 333.43L228.691 329.64C228.675 329.551 228.628 329.47 228.559 329.412C228.489 329.353 228.402 329.321 228.311 329.32C228.221 329.319 228.134 329.351 228.066 329.41C227.998 329.469 227.953 329.551 227.941 329.64L227.371 333.43C227.208 334.531 226.811 335.584 226.207 336.518C225.603 337.453 224.807 338.248 223.871 338.85L223.381 339.17C223.327 339.204 223.281 339.251 223.25 339.307C223.218 339.363 223.202 339.426 223.201 339.49C223.202 339.554 223.218 339.617 223.25 339.673C223.281 339.729 223.327 339.776 223.381 339.81L223.871 340.13C224.807 340.732 225.603 341.527 226.207 342.462C226.811 343.397 227.208 344.449 227.371 345.55L227.941 349.33C227.951 349.421 227.994 349.505 228.063 349.566C228.131 349.627 228.22 349.661 228.311 349.66C228.403 349.659 228.492 349.625 228.562 349.565C228.631 349.504 228.677 349.421 228.691 349.33L229.261 345.55C229.425 344.449 229.822 343.397 230.425 342.462C231.029 341.527 231.825 340.732 232.761 340.13L233.251 339.81C233.305 339.776 233.348 339.728 233.378 339.672C233.408 339.616 233.423 339.554 233.421 339.49C233.423 339.427 233.408 339.364 233.378 339.308C233.348 339.252 233.305 339.204 233.251 339.17L232.761 338.85Z" fill="#FFE75C"/>
</g>
<defs>
<linearGradient id="paint0_linear" x1="303.182" y1="319.601" x2="307.775" y2="317.859" gradientUnits="userSpaceOnUse">
<stop stop-color="#61C7C7"/>
<stop offset="1" stop-color="#54B9C7"/>
</linearGradient>
<linearGradient id="paint1_linear" x1="309.008" y1="193.786" x2="310.248" y2="208.312" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC285"/>
<stop offset="1" stop-color="#DB8D6B"/>
</linearGradient>
<linearGradient id="paint2_linear" x1="296.785" y1="208.656" x2="322.968" y2="195.831" gradientUnits="userSpaceOnUse">
<stop stop-color="#D67569"/>
<stop offset="1" stop-color="#E39E7F"/>
</linearGradient>
<clipPath id="clip0">
<rect width="678" height="440" fill="white"/>
</clipPath>
</defs>
</svg>

+ 379
- 0
src/page/assets/images/section-2.svg View File

@ -0,0 +1,379 @@
<svg width="678" height="440" viewBox="0 0 678 440" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0)">
<rect x="252" y="63" width="397" height="328" rx="8" fill="#292841"/>
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="365" y="292" width="28" height="28">
<circle cx="379" cy="306" r="14" fill="#C4C4C4"/>
</mask>
<g mask="url(#mask0)">
<circle cx="379" cy="306" r="14" fill="#CFDEFF"/>
<path d="M394.647 324.788C394.382 324.132 393.942 323.56 393.376 323.134C392.81 322.709 392.139 322.445 391.435 322.371L389.965 322.216C387.855 314.615 388.922 312.889 382.693 311.184L377.652 311.006C377.652 311.006 372.529 311.092 370.645 313.614L373.28 322.252C373.28 322.252 372.201 327.985 372.692 330.891L379.258 330.044L382.104 339.252C392.833 337.66 397.831 332.687 397.831 332.687L394.647 324.788Z" fill="#CFDEFF"/>
<path d="M371.846 311.687C378.995 318.383 385.456 322.959 384.368 312.395L371.846 311.687Z" fill="#B8C5FF"/>
<path d="M375.355 312.477C381.58 315.402 383.196 316.506 382.788 312.99L375.355 312.477Z" fill="#5697B0"/>
<path d="M388.79 317.395C388.032 314.201 387.463 312.824 384.275 311.671C385.133 313.678 385.507 317.819 385.507 317.819L388.79 317.395Z" fill="white"/>
<path d="M378.165 301.962L377.937 300.196C377.86 299.62 377.603 299.083 377.201 298.664C376.799 298.244 376.274 297.962 375.702 297.861C375.073 297.751 374.426 297.866 373.874 298.186C373.322 298.505 372.9 299.009 372.682 299.609C371.881 301.784 370.629 305.283 369.766 308.226C368.392 312.916 374.609 314.001 380.718 313.534C386.827 313.068 387.403 310.392 386.557 306.519C386.015 304.103 385.328 301.636 384.9 300.103C384.769 299.675 384.516 299.295 384.173 299.008C383.829 298.721 383.41 298.541 382.965 298.488C382.467 298.43 381.964 298.54 381.535 298.799C381.106 299.059 380.775 299.454 380.595 299.922L379.909 301.737L378.165 301.962Z" fill="#7CE4CC"/>
<path d="M385.737 308.374L385.303 308.223L383.078 308.994L380.814 309.286L376.891 308.503C376.891 308.503 374.734 305.168 374.891 308.877C375.014 311.439 376.102 312.91 376.765 313.584C378.082 313.644 379.401 313.62 380.715 313.511C381.706 313.456 382.689 313.291 383.644 313.018C384.305 312.081 385.372 310.355 385.737 308.374Z" fill="#AAFAE7"/>
<path opacity="0.74" d="M374.826 308.563C374.322 307.154 373.41 304.187 373.789 301.952C374.168 299.716 374.667 297.879 375.701 297.86C375.072 297.751 374.425 297.866 373.873 298.186C373.321 298.505 372.899 299.009 372.681 299.609C371.879 301.784 370.628 305.283 369.765 308.226C368.533 312.414 373.375 313.722 378.794 313.621C377.618 313.428 376.124 312.193 374.826 308.563Z" fill="url(#paint0_linear)"/>
<path d="M378.794 313.621L378.358 313.631L377.944 313.639L377.296 313.607L377.092 313.634L376.766 313.607C376.106 312.955 375.019 311.484 374.895 308.922C374.886 308.876 374.888 308.828 374.9 308.783C376.174 312.233 377.643 313.447 378.794 313.621Z" fill="#AAFAE7"/>
<path d="M385.203 307.983L385.2 308.5C382.82 310.057 382.433 310.487 376.3 308.562L376.238 308.081L376.504 308.155C381.697 309.468 382.689 309.585 385.203 307.983Z" fill="#2C4661"/>
<path d="M375.817 309.993C376.619 309.77 377.066 308.86 376.815 307.961C376.565 307.062 375.712 306.514 374.911 306.738C374.109 306.961 373.662 307.87 373.912 308.769C374.162 309.668 375.015 310.216 375.817 309.993Z" fill="#738EFF"/>
<path d="M386.347 308.128C386.51 307.351 386.282 306.645 385.838 306.552C385.394 306.459 384.902 307.014 384.739 307.791C384.576 308.568 384.804 309.274 385.248 309.367C385.692 309.461 386.184 308.906 386.347 308.128Z" fill="#738EFF"/>
<path opacity="0.41" d="M380.264 306.64C380.15 306.471 380.342 306.354 380.494 306.288C380.556 306.265 380.624 306.261 380.688 306.278C380.752 306.294 380.809 306.33 380.852 306.38L381.432 307.134C381.6 307.366 381.348 307.375 381.099 307.223C380.849 307.071 380.437 306.917 380.264 306.64Z" fill="#284E7A"/>
<path opacity="0.41" d="M382.866 306.995L383.043 306.581C383.074 306.51 383.083 306.431 383.069 306.355C383.055 306.279 383.019 306.209 382.965 306.154L382.885 306.072C382.878 306.063 382.869 306.057 382.858 306.053C382.847 306.049 382.836 306.047 382.825 306.049C382.814 306.05 382.803 306.054 382.794 306.061C382.785 306.068 382.777 306.076 382.772 306.086C382.664 306.382 382.58 306.685 382.521 306.994C382.494 307.319 382.698 307.293 382.866 306.995Z" fill="#284E7A"/>
<path d="M380.348 302.118L378.164 301.962L379.908 301.737L380.594 299.922C380.774 299.454 381.105 299.059 381.534 298.799C381.963 298.54 382.466 298.43 382.964 298.488L383.389 298.571C382.352 298.383 382 299.579 381.796 301.033C381.692 301.829 381.722 302.24 380.348 302.118Z" fill="#61C7C7"/>
<path d="M384.423 301.786C384.427 301.231 384.061 300.779 383.607 300.777C383.153 300.774 382.783 301.221 382.779 301.776C382.776 302.331 383.141 302.783 383.595 302.786C384.049 302.788 384.42 302.341 384.423 301.786Z" fill="#21354A"/>
<path d="M376.737 301.454C376.791 300.902 376.469 300.418 376.017 300.373C375.566 300.329 375.155 300.74 375.101 301.292C375.046 301.844 375.368 302.328 375.82 302.373C376.272 302.417 376.682 302.006 376.737 301.454Z" fill="#21354A"/>
<path d="M373.279 322.252C374.225 322.268 375.431 322.158 376.507 322.112C376.487 321.682 376.524 321.251 376.618 320.831C376.783 320.126 377.035 319.444 377.368 318.801C376.507 318.728 375.462 318.655 374.607 318.628C374.428 314.392 372.199 312.102 370.969 313.273C370.386 313.827 370.031 314.579 369.975 315.381C369.943 316.03 370.01 317.08 369.971 317.315C369.864 318.089 369.318 318.321 369.987 319.754C370.332 320.469 369.685 322.233 373.279 322.252Z" fill="white"/>
<path d="M376.229 298.023C377.106 298.577 377.326 299.93 377.397 300.473C377.467 301.016 377.593 301.99 377.625 302.239C377.657 302.488 377.736 302.57 378.568 302.946C379.399 303.322 379.052 302.953 378.674 302.518L378.164 301.962L377.936 300.196C377.872 299.714 377.68 299.258 377.38 298.876C377.079 298.494 376.682 298.199 376.229 298.023Z" fill="#D4FFDC"/>
<path d="M383.949 301.123C384.264 301.244 384.335 301.971 384.022 301.689C383.71 301.407 383.515 300.972 383.949 301.123Z" fill="#335A70"/>
<path d="M376.344 300.701C376.636 300.824 376.71 301.575 376.417 301.267C376.124 300.96 375.888 300.553 376.344 300.701Z" fill="#335A70"/>
<path d="M376.28 309.049C376.581 308.89 376.606 308.345 376.335 307.833C376.064 307.32 375.6 307.033 375.299 307.192C374.998 307.351 374.974 307.896 375.245 308.409C375.516 308.921 375.979 309.208 376.28 309.049Z" fill="#B2A6FF"/>
<path d="M386.329 307.51C386.329 307.145 386.187 306.848 386.01 306.848C385.834 306.848 385.69 307.144 385.69 307.51C385.69 307.876 385.833 308.172 386.009 308.172C386.186 308.172 386.329 307.876 386.329 307.51Z" fill="#B2A6FF"/>
<path d="M384.027 299.226C384.515 299.623 384.654 300.342 384.106 299.837C383.557 299.332 383.436 298.75 384.027 299.226Z" fill="#D4FFDC"/>
</g>
<mask id="mask1" mask-type="alpha" maskUnits="userSpaceOnUse" x="329" y="292" width="28" height="28">
<circle cx="343" cy="306" r="14" fill="#C4C4C4"/>
</mask>
<g mask="url(#mask1)">
<circle cx="343" cy="306" r="14" fill="#FF82A6"/>
<path d="M350.91 295.282L350.869 295.402L350.747 295.694L350.706 295.813L350.611 296.026C348.52 300.896 344.509 304.486 341.852 306.981C339.1 309.553 336.003 311.728 332.65 313.445C329.348 315.03 327.854 313.606 328.223 310.905L328.553 309.55L330.18 302.718L330.25 302.385C331.351 297.933 333.05 295.376 338.575 293.996L346.982 291.934L347.008 291.921C349.944 291.212 351.987 292.201 350.91 295.282Z" fill="url(#paint1_linear)"/>
<path d="M350.045 291.959C347.378 292.404 342.384 295.612 337.431 300.326C332.479 305.04 328.694 310.243 328.354 312.798C328.822 314.16 330.257 314.584 332.65 313.445C336.003 311.729 339.1 309.553 341.852 306.981C344.509 304.486 348.52 300.896 350.611 296.026L350.706 295.813L350.747 295.694L350.869 295.402L350.91 295.282C351.55 293.476 351.12 292.394 350.045 291.959Z" fill="url(#paint2_linear)"/>
<path d="M342.131 305.221C346.939 300.659 350.13 296.216 349.258 295.297C348.386 294.379 343.782 297.332 338.975 301.894C334.167 306.456 330.976 310.899 331.848 311.818C332.719 312.736 337.324 309.783 342.131 305.221Z" fill="#6B3143"/>
<path d="M341.122 313.141L339.849 314.063C339.542 314.267 339.285 314.537 339.095 314.854C338.906 315.17 338.79 315.525 338.756 315.892L338.543 317.555L336.302 319.614C335.833 320.075 335.556 320.696 335.528 321.353L335.542 322.937C335.542 322.937 347.794 329.47 354.383 328.298C360.971 327.127 356.961 315.827 356.961 315.827C356.903 315.717 356.815 315.624 356.708 315.56C356.6 315.496 356.477 315.462 356.352 315.463L354.395 315.327L353.56 313.283C353.483 313.093 353.36 312.925 353.204 312.794C353.047 312.663 352.86 312.572 352.66 312.529L346.89 311.31L341.122 313.141Z" fill="#EF6270"/>
<path d="M341.401 316.553C339.646 316.219 339.765 316.26 340.265 315.451C340.55 314.952 340.968 314.54 341.473 314.263L341.401 316.553Z" fill="#BD3C53"/>
<path d="M344.091 300.314C343.88 300.086 342.112 301.35 340.152 303.172C338.193 304.994 336.781 306.647 336.993 306.875C339.347 310.463 340.918 313.872 341.402 316.553L350.975 318.429C350.458 309.928 346.484 304.116 344.091 300.314Z" fill="#FFB685"/>
<path d="M347.734 307.871C347.653 307.57 347.421 307.369 347.214 307.424C347.007 307.479 346.905 307.769 346.985 308.071C347.066 308.373 347.298 308.573 347.505 308.518C347.712 308.463 347.814 308.173 347.734 307.871Z" fill="#543247"/>
<path d="M344.589 309.655C344.738 309.438 344.63 309.104 344.346 308.907C344.062 308.71 343.71 308.726 343.56 308.943C343.411 309.159 343.519 309.494 343.803 309.69C344.087 309.887 344.439 309.871 344.589 309.655Z" fill="#543247"/>
<path d="M346.56 312.6C347.363 312.207 348.098 311.813 348.444 311.909C348.789 312.005 348.638 312.643 348.259 313.359C347.88 314.075 347.989 313.757 347.112 313.523C346.235 313.289 345.945 312.901 346.56 312.6Z" fill="#C74153"/>
<path d="M346.894 312.469L346.278 312.903C346.303 313.157 346.66 313.413 347.112 313.523C347.564 313.633 348.083 313.677 348.259 313.359L348.421 313.014C348.196 312.826 347.574 312.368 346.894 312.469Z" fill="#A82C3C"/>
<path d="M348.111 311.906C347.575 312.091 347.056 312.323 346.561 312.599C346.213 312.77 346.238 312.956 346.397 313.144L348.241 312.307C348.348 312.254 348.217 312.054 348.111 311.906Z" fill="white"/>
<path d="M350.435 309.408C350.448 309.368 350.422 309.315 350.436 309.275C350.404 309.005 350.289 308.751 350.107 308.549C349.925 308.348 349.685 308.207 349.419 308.148C349.484 308.205 349.534 308.277 349.567 308.357C349.599 308.437 349.613 308.523 349.607 308.609C349.602 308.695 349.576 308.778 349.533 308.853C349.49 308.928 349.43 308.992 349.359 309.04C349.102 309.187 348.814 309.272 348.518 309.286C348.133 309.329 347.762 309.456 347.431 309.658C347.1 309.861 346.818 310.133 346.604 310.456C345.246 310.391 344.773 311.253 343.81 311.725C343.551 311.859 343.271 311.951 342.982 311.998C342.035 312.163 341.879 311.776 341.856 311.256C340.811 312.1 341.467 313.304 342.277 313.603C342.754 313.834 343.394 313.719 344.065 313.192C345.726 313.605 346.314 313.383 347.272 311.82C348.854 312.205 349.871 311.574 349.949 310.11C350.082 310.043 350.196 309.943 350.281 309.821C350.366 309.698 350.419 309.556 350.435 309.408Z" fill="#6B3143"/>
<path d="M347.272 311.82C348.854 312.205 349.871 311.574 349.95 310.11C350.083 310.043 350.197 309.943 350.281 309.821C350.366 309.698 350.419 309.556 350.435 309.408C350.448 309.368 350.422 309.315 350.436 309.275C350.409 309.137 350.365 309.002 350.306 308.874C350.324 309.095 350.26 309.315 350.126 309.491C349.992 309.667 349.797 309.787 349.579 309.827C349.104 310.889 348.144 311.094 347.04 310.872C347.04 310.872 345.801 312.607 344.086 312.22C342.879 313.209 341.589 313.078 341.317 312.117C341.292 312.436 341.372 312.754 341.546 313.022C341.719 313.291 341.976 313.495 342.277 313.603C342.754 313.834 343.395 313.719 344.065 313.192C345.726 313.605 346.314 313.383 347.272 311.82Z" fill="#5E2737"/>
</g>
<mask id="mask2" mask-type="alpha" maskUnits="userSpaceOnUse" x="329" y="204" width="28" height="28">
<circle cx="343" cy="218" r="14" fill="#C4C4C4"/>
</mask>
<g mask="url(#mask2)">
<circle cx="343" cy="218" r="14" fill="#FFB869"/>
<path d="M335.816 222.572C337.45 228.254 344.023 232.19 349.297 228.477C354.57 224.763 349.334 217.15 349.334 217.15C349.334 217.15 352.193 209.946 345.026 208.238C337.859 206.529 336.076 209.649 335.816 222.572Z" fill="#4D7AE8"/>
<path d="M346.437 218.413C345.637 218.413 344.988 217.548 344.988 216.482C344.988 215.415 345.637 214.551 346.437 214.551C347.236 214.551 347.885 215.415 347.885 216.482C347.885 217.548 347.236 218.413 346.437 218.413Z" fill="#DBE7FF"/>
<path d="M347.058 217.948C346.853 217.934 346.709 217.608 346.736 217.219C346.762 216.83 346.949 216.526 347.154 216.54C347.359 216.554 347.503 216.881 347.476 217.27C347.45 217.658 347.262 217.962 347.058 217.948Z" fill="#201E2F"/>
<path d="M348.107 212.88C348.011 212.591 347.827 212.34 347.58 212.163C347.334 211.985 347.038 211.889 346.733 211.889C346.429 211.889 346.133 211.985 345.886 212.163C345.64 212.34 345.455 212.591 345.359 212.88H348.107Z" fill="#201E2F"/>
<path d="M347.959 221.087C346.548 221.458 345.025 221.124 343.762 219.75C343.597 219.562 343.366 219.445 343.117 219.424C342.867 219.403 342.619 219.48 342.426 219.638C342.214 219.782 342.068 220.003 342.02 220.253C341.971 220.504 342.023 220.763 342.166 220.975C344.097 224.132 347.105 224.615 348.961 222.832C349.089 222.718 349.184 222.571 349.236 222.408C349.288 222.245 349.296 222.071 349.259 221.904C349.233 221.762 349.178 221.626 349.097 221.507C349.016 221.387 348.911 221.286 348.789 221.209C348.667 221.132 348.53 221.081 348.387 221.06C348.244 221.039 348.098 221.048 347.959 221.087Z" fill="#590942"/>
<path d="M346.882 221.235C347.247 221.238 347.609 221.188 347.959 221.087H348.294V222.015C348.294 222.015 347.736 222.424 345.657 222.201V221.681L342.018 220.455C342.019 220.302 342.057 220.152 342.128 220.016C342.199 219.881 342.301 219.764 342.426 219.676C342.426 219.666 342.43 219.656 342.437 219.649C342.444 219.642 342.453 219.638 342.463 219.638C342.616 219.534 342.798 219.482 342.983 219.49C343.02 219.453 343.095 219.49 343.132 219.49H343.466C343.503 219.527 343.54 219.527 343.54 219.564C343.54 219.601 343.614 219.564 343.614 219.601L343.763 219.713C343.983 219.965 344.232 220.189 344.506 220.381L345.026 220.715C345.268 220.864 345.53 220.977 345.805 221.05C346.152 221.169 346.516 221.232 346.882 221.235Z" fill="#DBE7FF"/>
<path d="M342.426 219.638C342.426 219.629 342.43 219.619 342.437 219.612C342.444 219.605 342.453 219.601 342.463 219.601C342.616 219.497 342.798 219.445 342.983 219.453C343.02 219.416 343.095 219.453 343.132 219.453H343.466C343.503 219.49 343.54 219.49 343.54 219.527C343.54 219.564 343.614 219.527 343.614 219.564L343.763 219.676C343.88 219.83 344.017 219.967 344.171 220.084L343.132 220.715L342.018 220.344C342.03 220.204 342.073 220.068 342.144 219.946C342.214 219.824 342.311 219.719 342.426 219.638Z" fill="#B5CDFF"/>
<path d="M337.338 210.837C338.675 207.866 341.014 207.272 345.025 208.238C345.833 208.418 346.609 208.719 347.327 209.129C347.55 210.317 345.731 210.689 342.351 209.612C343.465 211.617 341.163 215.182 337.338 210.837Z" fill="#201E2F"/>
<path d="M342.017 208.126L342.203 205.675C342.22 205.452 342.188 205.227 342.11 205.017C342.032 204.806 341.909 204.615 341.751 204.457C341.592 204.298 341.401 204.176 341.191 204.098C340.98 204.019 340.756 203.988 340.532 204.004C340.28 204.019 340.035 204.094 339.819 204.224C339.602 204.353 339.42 204.534 339.289 204.749C339.157 204.965 339.08 205.209 339.064 205.461C339.048 205.713 339.093 205.965 339.195 206.195L340.309 208.721L342.017 208.126Z" fill="#201E2F"/>
<path d="M332.362 221.235L333.476 221.644L335.816 220.121V222.015L337.747 223.538C338.153 223.871 338.487 224.283 338.729 224.749C338.972 225.215 339.118 225.725 339.158 226.249L339.232 227.771C342.055 230.111 345.917 230.853 349.296 228.477C349.846 228.11 350.334 227.659 350.744 227.14L351.896 227.548C351.896 227.548 349.556 237.389 345.657 239.172C341.758 240.954 339.047 239.172 339.047 239.172C334.962 225.283 336.15 222.684 326.049 226.694L325.566 223.872L332.362 221.235Z" fill="#EF6767"/>
<path d="M340.457 216.816L333.104 209.946L332.436 210.8L338.117 221.384L340.457 216.816Z" fill="#4D7AE8"/>
<path d="M337.783 215.256L334.887 213.214L337.115 217.225L336.706 215.665L337.783 215.256Z" fill="#3366E0"/>
</g>
<mask id="mask3" mask-type="alpha" maskUnits="userSpaceOnUse" x="328" y="132" width="28" height="28">
<circle cx="342" cy="146" r="14" fill="#C4C4C4"/>
</mask>
<g mask="url(#mask3)">
<circle cx="342" cy="146" r="14" fill="#F7E5BC"/>
<path d="M358.099 154.763L356.196 159.152C356.047 159.498 355.831 159.811 355.559 160.072C355.287 160.333 354.965 160.537 354.613 160.672C354.261 160.807 353.885 160.869 353.508 160.856C353.131 160.843 352.761 160.755 352.419 160.596L345.309 157.36L348.85 151.777L353.183 154.194L353.821 152.305C356.057 153.194 357.252 153.972 358.099 154.763Z" fill="#F7E5BC"/>
<path d="M349.836 152.638C352.697 153.111 352.961 153.708 353.724 155.208L350.655 154.86L349.836 152.638Z" fill="#F7E5BC"/>
<path d="M336.365 128.85C335.796 129.027 335.316 129.414 335.022 129.933C334.728 130.451 334.642 131.062 334.782 131.641L337.629 143.265L342.726 142.209L339.296 130.433C339.21 130.135 339.065 129.857 338.871 129.616C338.676 129.374 338.436 129.174 338.163 129.026C337.89 128.879 337.591 128.787 337.282 128.757C336.973 128.727 336.662 128.758 336.365 128.85Z" fill="#D6569B"/>
<path d="M339.199 140.543L341.213 140.459L339.074 133.46C339.044 133.36 338.994 133.266 338.927 133.186C338.86 133.105 338.777 133.04 338.683 132.993C338.589 132.946 338.487 132.919 338.382 132.913C338.277 132.907 338.172 132.924 338.074 132.96C337.902 133.026 337.76 133.153 337.675 133.317C337.591 133.481 337.569 133.67 337.616 133.849L339.199 140.543Z" fill="#E374B0"/>
<path d="M348.157 128.794C348.728 128.966 349.213 129.348 349.512 129.864C349.811 130.38 349.903 130.991 349.768 131.572L347.046 143.209L341.936 142.223L345.241 130.405C345.324 130.106 345.466 129.827 345.658 129.583C345.85 129.34 346.089 129.137 346.361 128.987C346.632 128.837 346.931 128.743 347.239 128.71C347.548 128.676 347.86 128.705 348.157 128.794Z" fill="#D6569B"/>
<path d="M346.226 140.515L344.227 140.445L346.282 133.419C346.311 133.318 346.361 133.225 346.429 133.145C346.496 133.065 346.58 133 346.674 132.954C346.768 132.908 346.871 132.882 346.976 132.879C347.08 132.875 347.185 132.893 347.282 132.932C347.454 132.996 347.597 133.119 347.684 133.28C347.771 133.442 347.796 133.629 347.754 133.807L346.226 140.515Z" fill="#E374B0"/>
<path d="M351.934 157.457L351.101 160.096L350.99 160.429L349.962 163.651H330.853C330.673 162.943 330.895 162.804 331.381 162.012C331.867 161.221 331.617 161.429 331.687 159.513C331.742 158.166 332.228 156.916 333.964 155.36C334.492 154.902 334.617 154.722 335.158 154.222L335.325 154.069L335.408 153.986L335.519 153.902L348.573 151.847L351.198 156.221L351.934 157.457Z" fill="#F7E5BC"/>
<path d="M351.1 160.096C351.016 161.36 350.905 162.554 350.766 163.651H336.726C336.74 163.082 336.754 162.373 336.782 161.512C336.78 161.42 336.784 161.327 336.796 161.235V160.165C336.699 157.624 335.977 155.888 333.963 155.36C334.338 154.985 334.727 154.61 335.157 154.222L335.324 154.069L335.518 153.902L348.572 151.847C349.6 152.222 350.28 152.486 351.058 153.277C351.141 154.277 351.183 155.263 351.197 156.221C351.211 157.568 351.169 158.86 351.1 160.096Z" fill="#1F3A70"/>
<path d="M349.848 146.35L334.697 146.956C332.702 147.036 331.151 148.717 331.23 150.711L331.231 150.717C331.31 152.711 332.992 154.263 334.986 154.183L350.137 153.577C352.131 153.497 353.683 151.816 353.603 149.822L353.603 149.816C353.523 147.822 351.842 146.27 349.848 146.35Z" fill="#F06EA8"/>
<path d="M349.057 139.633L334.335 140.25C332.228 140.339 330.591 142.118 330.679 144.226L330.685 144.352C330.773 146.459 332.553 148.096 334.66 148.008L349.382 147.391C351.489 147.302 353.126 145.523 353.037 143.415L353.032 143.289C352.944 141.182 351.164 139.545 349.057 139.633Z" fill="#F06EA8"/>
<path d="M350.087 153.458C352.031 153.374 353.628 151.805 353.628 149.861C353.634 149.154 353.432 148.461 353.047 147.868C352.662 147.275 352.11 146.809 351.461 146.528C351.95 146.156 352.341 145.671 352.602 145.115C352.863 144.559 352.987 143.948 352.961 143.334V143.209C352.94 142.707 352.82 142.215 352.608 141.76C352.396 141.304 352.096 140.895 351.726 140.556C351.356 140.217 350.922 139.954 350.45 139.783C349.978 139.611 349.477 139.534 348.976 139.557L335.838 140.112C334.658 142.376 334.824 144.806 335.699 146.556C335.827 146.821 335.899 147.109 335.911 147.403C335.923 147.696 335.875 147.99 335.769 148.264C334.505 151.625 336.172 154.055 336.172 154.055L350.087 153.458Z" fill="#E05FA3"/>
<path d="M339.478 146.65C339.811 146.432 339.83 145.87 339.519 145.395C339.208 144.92 338.686 144.712 338.352 144.93C338.019 145.149 338 145.711 338.311 146.185C338.622 146.66 339.144 146.868 339.478 146.65Z" fill="#1B1926"/>
<path d="M346.059 145.613C346.204 145.096 346.033 144.596 345.679 144.497C345.324 144.398 344.919 144.737 344.775 145.254C344.631 145.771 344.801 146.271 345.156 146.37C345.51 146.469 345.915 146.13 346.059 145.613Z" fill="#1B1926"/>
<path d="M340.935 148.32C341.852 149.875 343.199 150.236 344.102 148.222C344.112 148.204 344.118 148.184 344.117 148.163C344.117 148.142 344.11 148.121 344.098 148.104C344.087 148.087 344.071 148.073 344.051 148.064C344.032 148.056 344.011 148.053 343.99 148.056L341.033 148.139C341.013 148.141 340.993 148.148 340.977 148.16C340.96 148.171 340.946 148.186 340.937 148.204C340.927 148.222 340.922 148.241 340.922 148.262C340.922 148.282 340.926 148.302 340.935 148.32Z" fill="#751B40"/>
<path d="M342.782 148.097L341.033 148.139C341.013 148.141 340.993 148.148 340.977 148.16C340.96 148.171 340.946 148.186 340.937 148.204C340.927 148.222 340.922 148.241 340.922 148.261C340.922 148.282 340.926 148.302 340.935 148.319C341.727 149.653 342.824 150.111 343.699 148.944C343.482 148.579 343.163 148.285 342.782 148.097Z" fill="#9C2455"/>
</g>
<path d="M333.356 98.096C333.356 97.194 332.652 96.556 331.794 96.556C330.914 96.556 330.21 97.194 330.21 98.096C330.21 98.976 330.914 99.592 331.794 99.592C332.652 99.592 333.356 98.976 333.356 98.096ZM333.092 112.814V101.374H330.452V112.594C330.452 113.518 330.012 113.848 329.286 113.848C328.978 113.848 328.67 113.826 328.428 113.76L328.78 115.916C328.956 115.982 329.418 116.004 329.814 116.004C331.772 116.004 333.092 115.102 333.092 112.814ZM335.862 101.374V109.008C335.862 111.01 336.896 112.22 338.898 112.22C340.306 112.22 341.45 111.45 342.44 110.504L342.682 112H344.926V101.374H342.286V108.546C341.516 109.338 340.68 109.866 339.866 109.866C338.898 109.866 338.502 109.25 338.502 108.326V101.374H335.862ZM355.491 108.876C355.491 106.874 354.413 106.126 351.663 105.422C350.079 105.004 349.683 104.674 349.683 104.102C349.683 103.53 350.167 103.134 351.157 103.134C352.213 103.134 353.467 103.508 354.523 104.102L354.875 101.902C353.819 101.44 352.543 101.154 351.157 101.154C348.693 101.154 347.241 102.452 347.241 104.3C347.241 106.236 348.319 106.984 350.893 107.644C352.587 108.062 353.049 108.37 353.049 109.118C353.049 109.822 352.433 110.24 351.289 110.24C349.969 110.24 348.561 109.734 347.417 108.986L347.065 111.186C348.077 111.736 349.661 112.22 351.201 112.22C353.995 112.22 355.491 110.966 355.491 108.876ZM363.261 112L362.931 109.778C362.689 109.844 362.403 109.866 362.095 109.866C361.083 109.866 360.709 109.404 360.709 108.546V103.53H363.195L362.865 101.374H360.709V97.612L358.091 98.008V101.374H356.595V103.53H358.091V108.986C358.091 111.406 359.499 112.176 361.589 112.176C362.359 112.176 362.843 112.088 363.261 112ZM370.365 106.94V104.388H364.645V106.94H370.365ZM380.739 111.186L380.387 108.92C379.419 109.668 378.517 109.932 377.593 109.932C376.053 109.932 374.843 108.876 374.843 106.676C374.843 104.564 375.943 103.442 377.505 103.442C378.561 103.442 379.397 103.794 380.255 104.432L380.629 102.056C379.859 101.572 378.759 101.154 377.373 101.154C374.491 101.154 372.181 103.046 372.181 106.742C372.181 110.218 374.271 112.198 377.219 112.198C378.627 112.198 379.727 111.868 380.739 111.186ZM391.914 112V104.344C391.914 102.364 390.858 101.154 388.878 101.154C387.47 101.154 386.37 101.902 385.49 102.716V96.116L382.85 96.534V112H385.49V104.828C386.26 104.014 387.096 103.486 387.91 103.486C388.878 103.486 389.274 104.124 389.274 105.048V112H391.914ZM397.573 98.096C397.573 97.194 396.869 96.556 396.011 96.556C395.131 96.556 394.427 97.194 394.427 98.096C394.427 98.976 395.131 99.592 396.011 99.592C396.869 99.592 397.573 98.976 397.573 98.096ZM397.309 112V101.374H394.669V112H397.309ZM402.852 112V96.116L400.212 96.534V112H402.852ZM408.395 112V96.116L405.755 96.534V112H408.395ZM414.202 98.096C414.202 97.194 413.498 96.556 412.64 96.556C411.76 96.556 411.056 97.194 411.056 98.096C411.056 98.976 411.76 99.592 412.64 99.592C413.498 99.592 414.202 98.976 414.202 98.096ZM413.938 112V101.374H411.298V112H413.938ZM425.795 112V104.344C425.795 102.364 424.739 101.154 422.759 101.154C421.329 101.154 420.207 101.924 419.217 102.87L418.975 101.374H416.731V112H419.371V104.828C420.141 104.014 420.977 103.486 421.791 103.486C422.759 103.486 423.155 104.124 423.155 105.048V112H425.795Z" fill="white"/>
<path d="M332.476 266.83C332.476 264.498 333.466 263.376 334.852 263.376C335.754 263.376 336.26 263.53 336.92 263.838V268.392C336.216 269.294 335.468 269.866 334.5 269.866C333.334 269.866 332.476 268.898 332.476 266.83ZM329.814 266.984C329.814 270.57 331.596 272.22 333.818 272.22C335.292 272.22 336.326 271.428 337.074 270.526L337.294 272H339.56V256.116L336.92 256.534V261.66C336.282 261.44 335.468 261.264 334.456 261.264C331.992 261.264 329.814 263.024 329.814 266.984ZM351.308 272V264.344C351.308 262.364 350.252 261.154 348.272 261.154C346.842 261.154 345.72 261.924 344.73 262.87L344.488 261.374H342.244V272H344.884V264.828C345.654 264.014 346.49 263.486 347.304 263.486C348.272 263.486 348.668 264.124 348.668 265.048V272H351.308ZM356.087 266.83C356.087 264.498 357.077 263.376 358.463 263.376C359.365 263.376 359.871 263.53 360.531 263.838V268.392C359.827 269.294 359.079 269.866 358.111 269.866C356.945 269.866 356.087 268.898 356.087 266.83ZM353.425 266.984C353.425 270.57 355.207 272.22 357.429 272.22C358.903 272.22 359.937 271.428 360.685 270.526L360.905 272H363.171V256.116L360.531 256.534V261.66C359.893 261.44 359.079 261.264 358.067 261.264C355.603 261.264 353.425 263.024 353.425 266.984ZM371.268 266.94V264.388H365.548V266.94H371.268ZM382.697 272V264.344C382.697 262.364 381.641 261.154 379.661 261.154C378.231 261.154 377.109 261.924 376.119 262.87L375.877 261.374H373.633V272H376.273V264.828C377.043 264.014 377.879 263.486 378.693 263.486C379.661 263.486 380.057 264.124 380.057 265.048V272H382.697ZM388.356 258.096C388.356 257.194 387.652 256.556 386.794 256.556C385.914 256.556 385.21 257.194 385.21 258.096C385.21 258.976 385.914 259.592 386.794 259.592C387.652 259.592 388.356 258.976 388.356 258.096ZM388.092 272V261.374H385.452V272H388.092ZM396.649 264.828C396.649 265.994 395.945 266.852 394.779 266.852C393.635 266.852 392.931 266.016 392.931 264.916C392.931 263.75 393.613 262.848 394.779 262.848C395.901 262.848 396.649 263.706 396.649 264.828ZM400.411 272.44C400.411 270.812 399.047 270.13 396.869 269.822L395.505 269.69C393.855 269.448 393.525 269.36 393.525 269.008C393.525 268.832 393.701 268.634 393.965 268.436C394.229 268.48 394.515 268.502 394.823 268.502C397.111 268.502 399.069 267.138 399.069 264.85C399.069 264.366 398.981 263.882 398.783 263.464L400.719 263.332L400.367 261.22L397.771 262.144C397.001 261.506 395.989 261.154 394.757 261.154C392.381 261.154 390.489 262.584 390.489 264.916C390.489 266.324 391.237 267.424 392.491 268.018C391.611 268.546 391.149 269.118 391.149 269.712C391.149 270.13 391.347 270.526 391.765 270.856C390.445 271.604 389.763 272.374 389.763 273.364C389.763 275.124 391.941 276.004 394.823 276.004C397.903 276.004 400.411 274.728 400.411 272.44ZM394.999 274.442C392.997 274.442 392.051 273.87 392.051 273.078C392.051 272.528 392.403 272.022 393.173 271.472C393.701 271.582 394.031 271.648 394.757 271.736L396.187 271.912C397.507 272.11 397.969 272.44 397.969 273.012C397.969 273.804 396.891 274.442 394.999 274.442ZM411.357 272V264.344C411.357 262.364 410.301 261.154 408.321 261.154C406.913 261.154 405.813 261.902 404.933 262.716V256.116L402.293 256.534V272H404.933V264.828C405.703 264.014 406.539 263.486 407.353 263.486C408.321 263.486 408.717 264.124 408.717 265.048V272H411.357ZM419.722 272L419.392 269.778C419.15 269.844 418.864 269.866 418.556 269.866C417.544 269.866 417.17 269.404 417.17 268.546V263.53H419.656L419.326 261.374H417.17V257.612L414.552 258.008V261.374H413.056V263.53H414.552V268.986C414.552 271.406 415.96 272.176 418.05 272.176C418.82 272.176 419.304 272.088 419.722 272Z" fill="#B9BBBE"/>
<path d="M338.218 352.876C338.218 350.874 337.14 350.126 334.39 349.422C332.806 349.004 332.41 348.674 332.41 348.102C332.41 347.53 332.894 347.134 333.884 347.134C334.94 347.134 336.194 347.508 337.25 348.102L337.602 345.902C336.546 345.44 335.27 345.154 333.884 345.154C331.42 345.154 329.968 346.452 329.968 348.3C329.968 350.236 331.046 350.984 333.62 351.644C335.314 352.062 335.776 352.37 335.776 353.118C335.776 353.822 335.16 354.24 334.016 354.24C332.696 354.24 331.288 353.734 330.144 352.986L329.792 355.186C330.804 355.736 332.388 356.22 333.928 356.22C336.722 356.22 338.218 354.966 338.218 352.876ZM345.988 356L345.658 353.778C345.416 353.844 345.13 353.866 344.822 353.866C343.81 353.866 343.436 353.404 343.436 352.546V347.53H345.922L345.592 345.374H343.436V341.612L340.818 342.008V345.374H339.322V347.53H340.818V352.986C340.818 355.406 342.226 356.176 344.316 356.176C345.086 356.176 345.57 356.088 345.988 356ZM347.915 345.374V353.008C347.915 355.01 348.949 356.22 350.951 356.22C352.359 356.22 353.503 355.45 354.493 354.504L354.735 356H356.979V345.374H354.339V352.546C353.569 353.338 352.733 353.866 351.919 353.866C350.951 353.866 350.555 353.25 350.555 352.326V345.374H347.915ZM361.802 350.83C361.802 348.498 362.792 347.376 364.178 347.376C365.08 347.376 365.586 347.53 366.246 347.838V352.392C365.542 353.294 364.794 353.866 363.826 353.866C362.66 353.866 361.802 352.898 361.802 350.83ZM359.14 350.984C359.14 354.57 360.922 356.22 363.144 356.22C364.618 356.22 365.652 355.428 366.4 354.526L366.62 356H368.886V340.116L366.246 340.534V345.66C365.608 345.44 364.794 345.264 363.782 345.264C361.318 345.264 359.14 347.024 359.14 350.984ZM372.693 360.004C374.607 360.004 375.839 359.234 376.741 356.682L380.811 345.374H378.149L375.773 352.854L373.353 345.22L370.603 345.572L374.453 355.978L374.365 356.286C374.013 357.43 373.309 357.826 372.429 357.826C371.967 357.826 371.593 357.76 371.263 357.672L371.615 359.894C371.857 359.96 372.121 360.004 372.693 360.004ZM387.639 350.94V348.388H381.919V350.94H387.639ZM396.406 347.772L395.988 345.154C394.338 345.242 393.282 346.276 392.578 347.508L392.248 345.374H390.004V356H392.644V349.906C393.414 348.762 394.756 347.882 396.406 347.772ZM407.263 350.676C407.263 347.222 405.151 345.154 402.247 345.154C399.365 345.154 397.253 347.244 397.253 350.698C397.253 354.152 399.343 356.22 402.225 356.22C405.129 356.22 407.263 354.13 407.263 350.676ZM404.689 350.698C404.689 352.678 403.853 354.064 402.225 354.064C400.685 354.064 399.827 352.634 399.827 350.676C399.827 348.718 400.663 347.31 402.225 347.31C403.809 347.31 404.689 348.74 404.689 350.698ZM418.865 350.676C418.865 347.222 416.753 345.154 413.849 345.154C410.966 345.154 408.855 347.244 408.855 350.698C408.855 354.152 410.945 356.22 413.827 356.22C416.731 356.22 418.865 354.13 418.865 350.676ZM416.291 350.698C416.291 352.678 415.455 354.064 413.827 354.064C412.287 354.064 411.429 352.634 411.429 350.676C411.429 348.718 412.265 347.31 413.827 347.31C415.411 347.31 416.291 348.74 416.291 350.698ZM436.252 356V348.344C436.252 346.364 435.262 345.154 433.26 345.154C431.83 345.154 430.664 345.924 429.718 346.87C429.322 345.836 428.508 345.154 426.99 345.154C425.56 345.154 424.482 345.924 423.492 346.87L423.25 345.374H421.006V356H423.646V348.806C424.416 348.014 425.186 347.486 426 347.486C426.968 347.486 427.32 348.124 427.32 349.048V356H429.96V348.806C430.73 348.014 431.5 347.486 432.314 347.486C433.282 347.486 433.612 348.124 433.612 349.048V356H436.252Z" fill="#B9BBBE"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M305.229 93.8488C304.761 93.6563 304.224 93.7626 303.866 94.1201L298.5 100.003H294.75C294.062 100.003 293.5 100.566 293.5 101.253V108.753C293.5 109.44 294.062 110.003 294.75 110.003H298.5L303.866 115.888C304.224 116.245 304.761 116.353 305.229 116.159C305.696 115.965 306 115.509 306 115.003V95.0026C306 94.4988 305.696 94.0401 305.229 93.8488ZM308.5 96.2525V98.7525C311.946 98.7525 314.75 101.557 314.75 105.002C314.75 108.449 311.946 111.252 308.5 111.252V113.752C313.325 113.752 317.25 109.829 317.25 105.002C317.25 100.179 313.325 96.2525 308.5 96.2525ZM308.5 101.252C310.567 101.252 312.25 102.936 312.25 105.002C312.25 107.071 310.567 108.752 308.5 108.752V106.252C309.189 106.252 309.75 105.691 309.75 105.002C309.75 104.314 309.189 103.752 308.5 103.752V101.252Z" fill="#B9BBBE"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M305.229 253.849C304.761 253.656 304.224 253.763 303.866 254.12L298.5 260.003H294.75C294.062 260.003 293.5 260.566 293.5 261.253V268.753C293.5 269.44 294.062 270.003 294.75 270.003H298.5L303.866 275.888C304.224 276.245 304.761 276.353 305.229 276.159C305.696 275.965 306 275.509 306 275.003V255.003C306 254.499 305.696 254.04 305.229 253.849ZM308.5 256.252V258.752C311.946 258.752 314.75 261.557 314.75 265.002C314.75 268.449 311.946 271.252 308.5 271.252V273.752C313.325 273.752 317.25 269.829 317.25 265.002C317.25 260.179 313.325 256.252 308.5 256.252ZM308.5 261.252C310.567 261.252 312.25 262.936 312.25 265.002C312.25 267.071 310.567 268.752 308.5 268.752V266.252C309.189 266.252 309.75 265.691 309.75 265.002C309.75 264.314 309.189 263.752 308.5 263.752V261.252Z" fill="#B9BBBE"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M305.229 337.849C304.761 337.656 304.224 337.763 303.866 338.12L298.5 344.003H294.75C294.062 344.003 293.5 344.566 293.5 345.253V352.753C293.5 353.44 294.062 354.003 294.75 354.003H298.5L303.866 359.888C304.224 360.245 304.761 360.353 305.229 360.159C305.696 359.965 306 359.509 306 359.003V339.003C306 338.499 305.696 338.04 305.229 337.849ZM308.5 340.252V342.752C311.946 342.752 314.75 345.557 314.75 349.002C314.75 352.449 311.946 355.252 308.5 355.252V357.752C313.325 357.752 317.25 353.829 317.25 349.002C317.25 344.179 313.325 340.252 308.5 340.252ZM308.5 345.252C310.567 345.252 312.25 346.936 312.25 349.002C312.25 351.071 310.567 352.752 308.5 352.752V350.252C309.189 350.252 309.75 349.691 309.75 349.002C309.75 348.314 309.189 347.752 308.5 347.752V345.252Z" fill="#B9BBBE"/>
<path d="M366.168 152H368.28V147.936H369.224C371.752 147.936 373.448 146.736 373.448 144.352C373.448 142.128 371.928 140.96 369.4 140.96H366.168V152ZM371.368 144.4C371.368 145.664 370.568 146.224 369.208 146.224H368.28V142.656H369.288C370.648 142.656 371.368 143.248 371.368 144.4ZM377.532 145.44C378.46 145.44 378.94 146.112 379.068 147.312H375.98C376.124 146.064 376.764 145.44 377.532 145.44ZM380.924 151.216L380.7 149.712C379.852 150.304 379.036 150.672 378.044 150.672C376.86 150.672 376.044 150.016 375.964 148.512H380.924C380.924 148.4 380.94 148.208 380.94 148.048C380.94 145.856 379.9 144.112 377.58 144.112C375.564 144.112 374.06 145.632 374.06 148.144C374.06 150.928 375.676 152.16 377.836 152.16C379.084 152.16 380.092 151.792 380.924 151.216ZM387.644 148.032C387.644 149.728 386.892 150.544 385.9 150.544C385.244 150.544 384.876 150.432 384.412 150.208V146.896C384.924 146.24 385.468 145.808 386.156 145.808C387.02 145.808 387.644 146.544 387.644 148.032ZM389.58 147.92C389.58 145.328 388.284 144.112 386.668 144.112C385.596 144.112 384.844 144.704 384.3 145.328L384.124 144.272H382.492V154.976L384.412 154.688V151.776C384.876 151.952 385.468 152.08 386.204 152.08C387.98 152.08 389.58 150.8 389.58 147.92ZM396.3 148.032C396.3 149.728 395.548 150.544 394.556 150.544C393.9 150.544 393.532 150.432 393.068 150.208V146.896C393.58 146.24 394.124 145.808 394.812 145.808C395.676 145.808 396.3 146.544 396.3 148.032ZM398.236 147.92C398.236 145.328 396.94 144.112 395.324 144.112C394.252 144.112 393.5 144.704 392.956 145.328L392.78 144.272H391.148V154.976L393.068 154.688V151.776C393.532 151.952 394.124 152.08 394.86 152.08C396.636 152.08 398.236 150.8 398.236 147.92ZM402.876 145.44C403.804 145.44 404.284 146.112 404.412 147.312H401.324C401.468 146.064 402.108 145.44 402.876 145.44ZM406.268 151.216L406.044 149.712C405.196 150.304 404.38 150.672 403.388 150.672C402.204 150.672 401.388 150.016 401.308 148.512H406.268C406.268 148.4 406.284 148.208 406.284 148.048C406.284 145.856 405.244 144.112 402.924 144.112C400.908 144.112 399.404 145.632 399.404 148.144C399.404 150.928 401.02 152.16 403.18 152.16C404.428 152.16 405.436 151.792 406.268 151.216Z" fill="#DCDDDE"/>
<path d="M584.7 145H583C583 146.19 583.34 147.3 583.9 148.28L585.13 147.05C584.86 146.43 584.7 145.74 584.7 145Z" fill="#B9BBBE"/>
<path d="M587.01 145.085C587.015 145.112 587.02 145.14 587.02 145.17L593 139.18V139C593 137.34 591.66 136 590 136C588.34 136 587 137.34 587 139V145C587 145.03 587.005 145.058 587.01 145.085Z" fill="#B9BBBE"/>
<path d="M589.724 150.093L588.963 150.853L588.253 151.569C588.498 151.633 588.747 151.684 589 151.72V156H591V151.72C594.28 151.23 597 148.41 597 145H595.3C595.3 148 592.76 150.1 590 150.1C589.908 150.1 589.815 150.098 589.724 150.093Z" fill="#B9BBBE"/>
<path d="M599 138.27L597.73 137L581 153.73L582.27 155L586.46 150.82L587.69 149.58L589.35 147.92L592.99 144.28L599 138.27Z" fill="#B9BBBE"/>
<path d="M584.7 217H583C583 218.19 583.34 219.3 583.9 220.28L585.13 219.05C584.86 218.43 584.7 217.74 584.7 217Z" fill="#B9BBBE"/>
<path d="M587.01 217.085C587.015 217.112 587.02 217.14 587.02 217.17L593 211.18V211C593 209.34 591.66 208 590 208C588.34 208 587 209.34 587 211V217C587 217.03 587.005 217.058 587.01 217.085Z" fill="#B9BBBE"/>
<path d="M589.724 222.093L588.963 222.853L588.253 223.569C588.498 223.633 588.747 223.684 589 223.72V228H591V223.72C594.28 223.23 597 220.41 597 217H595.3C595.3 220 592.76 222.1 590 222.1C589.908 222.1 589.815 222.098 589.724 222.093Z" fill="#B9BBBE"/>
<path d="M599 210.27L597.73 209L581 225.73L582.27 227L586.46 222.82L587.69 221.58L589.35 219.92L592.99 216.28L599 210.27Z" fill="#B9BBBE"/>
<path d="M375.032 223.088V217.824H370.6L370.856 219.52H373.096V221.968C372.552 222.256 372.008 222.416 371.24 222.416C369.016 222.416 367.896 220.848 367.896 218.48C367.896 216.128 368.984 214.56 371.144 214.56C372.36 214.56 373.352 215.008 374.184 215.6L374.488 213.632C373.608 213.104 372.536 212.752 371.128 212.752C367.768 212.752 365.736 215.072 365.736 218.496C365.736 221.904 367.656 224.208 371.16 224.208C372.632 224.208 373.992 223.76 375.032 223.088ZM381.663 218.016L381.359 216.112C380.159 216.176 379.391 216.928 378.879 217.824L378.639 216.272H377.007V224H378.927V219.568C379.487 218.736 380.463 218.096 381.663 218.016ZM386.825 221.872C386.297 222.384 385.673 222.704 385.017 222.704C384.425 222.704 384.073 222.368 384.073 221.808C384.073 221.072 384.601 220.416 386.825 220.144V221.872ZM388.745 224V218.704C388.745 216.848 387.753 216.112 385.753 216.112C384.521 216.112 383.577 216.384 382.681 216.736L382.921 218.272C383.753 217.904 384.601 217.648 385.497 217.648C386.345 217.648 386.825 217.968 386.825 218.8V219.024C383.705 219.328 382.169 220.144 382.169 222.016C382.169 223.36 383.049 224.16 384.361 224.16C385.513 224.16 386.313 223.648 386.937 222.992L387.097 224H388.745ZM394.84 218.784C394.84 219.632 394.328 220.256 393.48 220.256C392.648 220.256 392.136 219.648 392.136 218.848C392.136 218 392.632 217.344 393.48 217.344C394.296 217.344 394.84 217.968 394.84 218.784ZM397.576 224.32C397.576 223.136 396.584 222.64 395 222.416L394.008 222.32C392.808 222.144 392.568 222.08 392.568 221.824C392.568 221.696 392.696 221.552 392.888 221.408C393.08 221.44 393.288 221.456 393.512 221.456C395.176 221.456 396.6 220.464 396.6 218.8C396.6 218.448 396.536 218.096 396.392 217.792L397.8 217.696L397.544 216.16L395.656 216.832C395.096 216.368 394.36 216.112 393.464 216.112C391.736 216.112 390.36 217.152 390.36 218.848C390.36 219.872 390.904 220.672 391.816 221.104C391.176 221.488 390.84 221.904 390.84 222.336C390.84 222.64 390.984 222.928 391.288 223.168C390.328 223.712 389.832 224.272 389.832 224.992C389.832 226.272 391.416 226.912 393.512 226.912C395.752 226.912 397.576 225.984 397.576 224.32ZM393.64 225.776C392.184 225.776 391.496 225.36 391.496 224.784C391.496 224.384 391.752 224.016 392.312 223.616C392.696 223.696 392.936 223.744 393.464 223.808L394.504 223.936C395.464 224.08 395.8 224.32 395.8 224.736C395.8 225.312 395.016 225.776 393.64 225.776ZM403.137 218.784C403.137 219.632 402.625 220.256 401.777 220.256C400.945 220.256 400.433 219.648 400.433 218.848C400.433 218 400.929 217.344 401.777 217.344C402.593 217.344 403.137 217.968 403.137 218.784ZM405.873 224.32C405.873 223.136 404.881 222.64 403.297 222.416L402.305 222.32C401.105 222.144 400.865 222.08 400.865 221.824C400.865 221.696 400.993 221.552 401.185 221.408C401.377 221.44 401.585 221.456 401.809 221.456C403.473 221.456 404.897 220.464 404.897 218.8C404.897 218.448 404.833 218.096 404.689 217.792L406.097 217.696L405.841 216.16L403.953 216.832C403.393 216.368 402.657 216.112 401.761 216.112C400.033 216.112 398.657 217.152 398.657 218.848C398.657 219.872 399.201 220.672 400.113 221.104C399.473 221.488 399.137 221.904 399.137 222.336C399.137 222.64 399.281 222.928 399.585 223.168C398.625 223.712 398.129 224.272 398.129 224.992C398.129 226.272 399.713 226.912 401.809 226.912C404.049 226.912 405.873 225.984 405.873 224.32ZM401.937 225.776C400.481 225.776 399.793 225.36 399.793 224.784C399.793 224.384 400.049 224.016 400.609 223.616C400.993 223.696 401.233 223.744 401.761 223.808L402.801 223.936C403.761 224.08 404.097 224.32 404.097 224.736C404.097 225.312 403.313 225.776 401.937 225.776ZM409.242 224V212.448L407.322 212.752V224H409.242ZM414.345 217.44C415.273 217.44 415.753 218.112 415.881 219.312H412.793C412.937 218.064 413.577 217.44 414.345 217.44ZM417.737 223.216L417.513 221.712C416.665 222.304 415.849 222.672 414.857 222.672C413.673 222.672 412.857 222.016 412.777 220.512H417.737C417.737 220.4 417.753 220.208 417.753 220.048C417.753 217.856 416.713 216.112 414.393 216.112C412.377 216.112 410.873 217.632 410.873 220.144C410.873 222.928 412.489 224.16 414.649 224.16C415.897 224.16 416.905 223.792 417.737 223.216Z" fill="#DCDDDE"/>
<g filter="url(#filter0_d)">
<path d="M372.264 188L371.976 186.112H368.296V176.96H366.168V188H372.264ZM380.262 184.128C380.262 181.616 378.726 180.112 376.614 180.112C374.518 180.112 372.982 181.632 372.982 184.144C372.982 186.656 374.502 188.16 376.598 188.16C378.71 188.16 380.262 186.64 380.262 184.128ZM378.39 184.144C378.39 185.584 377.782 186.592 376.598 186.592C375.478 186.592 374.854 185.552 374.854 184.128C374.854 182.704 375.462 181.68 376.598 181.68C377.75 181.68 378.39 182.72 378.39 184.144ZM387.644 187.408L387.388 185.76C386.684 186.304 386.028 186.496 385.356 186.496C384.236 186.496 383.356 185.728 383.356 184.128C383.356 182.592 384.156 181.776 385.292 181.776C386.06 181.776 386.668 182.032 387.292 182.496L387.564 180.768C387.004 180.416 386.204 180.112 385.196 180.112C383.1 180.112 381.42 181.488 381.42 184.176C381.42 186.704 382.94 188.144 385.084 188.144C386.108 188.144 386.908 187.904 387.644 187.408ZM393.915 188.112L395.963 187.808L392.939 183.76L395.787 180.272H393.611L391.099 183.472V176.448L389.179 176.752V188H391.099V184.16L393.915 188.112ZM399.954 181.44C400.882 181.44 401.362 182.112 401.49 183.312H398.402C398.546 182.064 399.186 181.44 399.954 181.44ZM403.346 187.216L403.122 185.712C402.274 186.304 401.458 186.672 400.466 186.672C399.282 186.672 398.466 186.016 398.386 184.512H403.346C403.346 184.4 403.362 184.208 403.362 184.048C403.362 181.856 402.322 180.112 400.002 180.112C397.986 180.112 396.482 181.632 396.482 184.144C396.482 186.928 398.098 188.16 400.258 188.16C401.506 188.16 402.514 187.792 403.346 187.216Z" fill="#DCDDDE"/>
</g>
<mask id="mask4" mask-type="alpha" maskUnits="userSpaceOnUse" x="329" y="168" width="28" height="28">
<circle cx="343" cy="182" r="14" fill="#C4C4C4"/>
</mask>
<g mask="url(#mask4)">
<circle cx="343" cy="182" r="14" fill="#628BF7"/>
<path d="M339.917 158.105L350.298 177.57C350.538 178.007 350.631 178.51 350.562 179.004C350.492 179.498 350.265 179.956 349.913 180.309L349.769 180.454C348.054 182.247 345.907 183.569 343.533 184.293C341.16 185.017 338.64 185.118 336.216 184.587C335.864 184.51 335.548 184.317 335.321 184.037C335.094 183.757 334.969 183.409 334.966 183.049L334.486 159.547C334.438 150.656 334.87 148.685 339.917 158.105Z" fill="#33BEB5"/>
<path d="M349.768 180.454C350.145 180.056 350.389 179.551 350.467 179.009C350.544 178.466 350.451 177.913 350.201 177.426L339.915 158.105C337.464 153.539 336.119 151.617 335.35 151.953C337.32 165.603 341.357 183.385 341.357 183.385L344.145 184.058C346.277 183.317 348.204 182.081 349.768 180.454Z" fill="#33A2BE"/>
<path d="M347.27 171.899C346.645 170.745 346.357 170.361 346.069 170.937C341.791 164.113 339.725 165.458 339.725 172.091C339.725 172.091 336.745 170.505 337.081 176.368C336.657 176.254 336.206 176.281 335.798 176.446C335.391 176.61 335.048 176.904 334.822 177.281L334.966 183.049C334.97 183.356 335.062 183.657 335.233 183.913C335.403 184.169 335.645 184.369 335.928 184.491C338.472 184.895 341.075 184.707 343.534 183.94C345.994 183.173 348.243 181.848 350.106 180.069C350.37 179.713 350.528 179.289 350.562 178.847C350.596 178.405 350.504 177.962 350.298 177.57L347.27 171.899Z" fill="#F7E5BC"/>
<path d="M350.297 177.57L347.269 171.899C346.644 170.745 346.356 170.361 346.067 170.937C341.79 164.113 339.723 165.458 339.723 172.091C339.47 171.962 339.19 171.897 338.906 171.899C339.723 172.091 339.771 172.908 340.252 174.686C340.733 176.464 341.069 178.05 341.069 178.05L348.663 181.271C349.176 180.911 349.658 180.509 350.105 180.069C350.369 179.713 350.527 179.289 350.561 178.847C350.595 178.405 350.503 177.962 350.297 177.57Z" fill="#F7D197"/>
<path d="M349.961 177.81C346.308 173.869 343.04 172.475 335.639 183.289C335.566 183.405 335.523 183.537 335.511 183.673C335.499 183.809 335.52 183.946 335.572 184.073C335.623 184.2 335.704 184.312 335.808 184.401C335.911 184.491 336.034 184.554 336.167 184.587C338.599 185.113 341.124 185.009 343.505 184.286C345.885 183.563 348.041 182.243 349.769 180.454L349.913 180.309L350.249 179.877C350.433 179.548 350.504 179.168 350.452 178.795C350.4 178.422 350.227 178.076 349.961 177.81Z" fill="#242236"/>
<path d="M349.336 181.174L348.375 176.272C345.684 174.061 342.848 174.013 338.09 179.973L340.06 184.635C343.404 184.322 346.605 183.128 349.336 181.174Z" fill="#9E4B34"/>
<path d="M349.576 180.982L346.067 180.694L345.586 182.039L344.721 180.165C343.904 178.243 343.856 178.291 343.135 179.925C342.414 181.559 339.194 180.982 339.194 180.982L338.521 179.492C342.703 174.446 345.346 174.157 347.797 175.84L349.576 180.982Z" fill="#7A2F28"/>
<path d="M333.668 187.663L334.293 186.029C334.428 185.706 334.638 185.42 334.905 185.195C335.173 184.969 335.49 184.81 335.831 184.731L338.282 184.25L347.99 184.058L353.277 186.75C353.492 186.855 353.678 187.01 353.82 187.202C353.963 187.395 354.056 187.619 354.094 187.855L354.286 189.105L356.833 190.787C356.975 190.878 357.086 191.008 357.154 191.162C357.223 191.316 357.245 191.486 357.218 191.652C356.545 197.515 350.537 206.455 342.175 202.466C335.927 199.486 330.159 195.16 327.372 192.949L326.314 194.391C326.026 192.997 326.266 192.469 327.18 191.748C327.472 191.549 327.746 191.324 327.997 191.075C328.081 190.843 328.129 190.6 328.141 190.354C328.381 189.249 328.141 188.96 329.438 188.672L333.668 187.663Z" fill="#33BEB5"/>
<path d="M338.33 184.827C336.071 185.212 334.822 185.164 338.33 187.23C341.839 189.297 338.33 184.827 338.33 184.827Z" fill="#1E6470"/>
<path d="M344.529 177.858L344.914 179.588C344.962 179.637 345.01 179.733 345.106 179.733L345.827 179.829L345.202 178.387V178.291L345.346 177.281L344.673 177.666L344.529 177.858Z" fill="#66251F"/>
<path d="M341.068 179.588L342.366 179.781C341.885 180.502 341.309 180.405 341.068 179.588Z" fill="#5E221D"/>
<path d="M345.828 179.108L347.126 178.723C346.982 179.588 346.405 179.733 345.828 179.108Z" fill="#5E221D"/>
<path d="M341.933 179.829C342.146 179.829 342.318 179.528 342.318 179.156C342.318 178.784 342.146 178.483 341.933 178.483C341.721 178.483 341.549 178.784 341.549 179.156C341.549 179.528 341.721 179.829 341.933 179.829Z" fill="black"/>
<path d="M346.549 178.964C346.761 178.964 346.933 178.662 346.933 178.291C346.933 177.919 346.761 177.618 346.549 177.618C346.336 177.618 346.164 177.919 346.164 178.291C346.164 178.662 346.336 178.964 346.549 178.964Z" fill="black"/>
<path d="M347.798 175.84L348.855 176.657C349.24 177.714 349.384 179.204 349.768 180.453C350.153 181.703 350.681 183.577 350.441 184.635C350.201 185.692 350.393 185.788 351.066 187.134C351.739 188.48 352.988 189.922 352.556 191.556C353.277 192.661 353.036 193.334 352.844 194.343C352.652 195.352 351.835 198.044 350.009 197.996C349.392 198.856 348.529 199.509 347.534 199.87C346.539 200.23 345.458 200.281 344.433 200.014C341.502 199.294 338.57 197.275 338.906 194.632C337.945 193.863 338.137 191.844 338.282 190.739C338.385 189.756 338.236 188.764 337.849 187.855C337.513 186.894 337.513 185.932 337.801 183.914C337.464 183.079 337.222 182.208 337.08 181.319L338.522 179.444L339.195 180.982C339.517 181.623 339.806 182.281 340.06 182.953C340.302 182.847 340.565 182.797 340.829 182.808C341.008 182.439 341.278 182.121 341.615 181.885C341.951 181.649 342.343 181.504 342.751 181.463L345.587 182.04L346.068 180.694C347.413 180.502 348.086 180.502 348.567 180.838C348.821 180.078 348.855 179.261 348.663 178.483C348.423 177.57 347.798 175.84 347.798 175.84Z" fill="white"/>
<path d="M345.828 183.145L344.723 182.905C344.194 182.76 344.242 182.712 342.752 181.463L345.588 182.04L346.068 180.694C347.414 180.502 348.087 180.502 348.568 180.838C348.822 180.078 348.855 179.261 348.664 178.483C348.423 177.57 347.799 175.84 347.799 175.84L348.808 176.657C349.24 177.714 349.385 179.204 349.769 180.453C350.154 181.703 350.682 183.577 350.442 184.635C350.202 185.692 350.394 185.788 351.067 187.134C351.74 188.48 352.989 189.922 352.557 191.556C353.278 192.661 353.037 193.334 352.845 194.343C352.653 195.352 351.836 198.044 350.009 197.996C349.393 198.856 348.53 199.509 347.535 199.87C346.54 200.23 345.459 200.281 344.434 200.014C341.503 199.294 338.571 197.275 338.907 194.632C339.82 197.131 341.743 196.65 341.743 196.65C342.911 196.398 344.105 196.285 345.299 196.314C345.972 195.112 346.789 193.959 347.462 193.478C348.904 190.739 347.799 187.807 347.126 186.173L345.828 183.145Z" fill="#D6DFFF"/>
<path d="M345.828 183.145C346.549 183.289 346.501 182.664 346.453 182.04C346.426 181.568 346.295 181.108 346.068 180.694L345.588 182.04L342.752 181.463C344.242 182.712 344.194 182.76 344.722 182.905L345.828 183.145Z" fill="#CAD5FC"/>
<path d="M340.396 178.771L343.04 178.002C342.817 177.876 342.57 177.796 342.315 177.766C342.061 177.736 341.802 177.758 341.556 177.83C341.31 177.901 341.08 178.021 340.881 178.183C340.682 178.345 340.517 178.545 340.396 178.771Z" fill="#CFDEFF"/>
<path d="M344.963 177.714L347.702 177.185C347.266 176.904 346.737 176.802 346.227 176.9C345.716 176.999 345.264 177.29 344.963 177.714Z" fill="#CFDEFF"/>
<path d="M346.981 184.154C346.971 184.334 346.898 184.505 346.775 184.637C346.652 184.769 346.487 184.853 346.308 184.875C343.424 185.26 342.175 184.587 341.694 184.202C341.636 184.148 341.593 184.08 341.568 184.004C341.542 183.929 341.536 183.848 341.55 183.77V183.674C343.088 184.202 345.395 183.962 345.924 183.866C346.452 183.77 346.26 183.626 346.212 183.385C346.313 183.385 346.413 183.405 346.506 183.444C346.6 183.482 346.684 183.539 346.756 183.61C346.827 183.682 346.884 183.767 346.922 183.86C346.961 183.953 346.981 184.053 346.981 184.154Z" fill="#DE5D70"/>
<path d="M343.448 171.511C343.927 171.281 343.98 170.397 343.567 169.535C343.154 168.673 342.432 168.161 341.953 168.39C341.474 168.619 341.421 169.504 341.834 170.366C342.246 171.227 342.969 171.74 343.448 171.511Z" fill="#FF9CCD"/>
<path d="M343.568 169.495C343.183 168.63 342.414 168.102 341.934 168.342C341.876 168.372 341.825 168.412 341.784 168.462C341.743 168.511 341.712 168.569 341.693 168.63C342.51 168.582 342.078 169.544 343.568 169.495Z" fill="#FFEBF5"/>
<path d="M341.549 169.207C341.559 169.603 341.641 169.994 341.789 170.361L341.981 170.649C342.126 170.601 342.462 170.505 342.606 170.745C342.75 170.985 342.943 171.418 343.471 171.514C343.601 171.412 343.704 171.28 343.771 171.129C343.838 170.979 343.867 170.814 343.856 170.649H343.712C342.702 170.649 342.126 169.592 341.549 169.207Z" fill="#FF70B7"/>
<path d="M338.522 174.638C338.787 174.638 339.002 174.358 339.002 174.013C339.002 173.668 338.787 173.389 338.522 173.389C338.256 173.389 338.041 173.668 338.041 174.013C338.041 174.358 338.256 174.638 338.522 174.638Z" fill="#F7D197"/>
<path d="M335.975 178.771C336.24 178.771 336.455 178.492 336.455 178.147C336.455 177.802 336.24 177.522 335.975 177.522C335.709 177.522 335.494 177.802 335.494 178.147C335.494 178.492 335.709 178.771 335.975 178.771Z" fill="#F7D197"/>
<path d="M337.08 181.319C337.222 182.068 337.415 182.806 337.657 183.529C337.657 182.953 337.897 182.28 338.282 182.136C338.666 181.991 338.714 181.03 339.195 180.982L338.522 179.444L337.08 181.319Z" fill="#A8C3FF"/>
<path d="M347.316 186.653C348.518 187.855 348.95 188.72 349.047 189.393C348.558 189.214 348.103 188.954 347.701 188.624L347.316 186.653Z" fill="white"/>
<path d="M342.703 177.137C343.761 176.819 344.836 176.562 345.923 176.368C344.193 176.176 343.232 176.465 342.703 177.137Z" fill="#66251F"/>
<path d="M343.809 179.204C343.819 179.426 343.875 179.643 343.975 179.842C344.074 180.041 344.214 180.216 344.386 180.357C344.626 180.55 344.434 180.213 344.145 179.588C343.857 178.964 343.713 178.819 343.809 179.204Z" fill="#C27059"/>
</g>
<circle cx="343" cy="182" r="13" stroke="#29C566" stroke-width="2"/>
<circle cx="343" cy="182" r="11.5" stroke="black"/>
<rect x="154" y="32" width="213" height="48" rx="8" fill="#1C1B29"/>
<path d="M172.401 63C172.401 62.2258 171.899 61.6 171.281 61.6H167.921C167.302 61.6 166.801 62.2258 166.801 63V65.8C166.801 66.5742 167.302 67.2 167.921 67.2H171.28C171.898 67.2 172.4 66.5742 172.4 65.8V63H172.401Z" fill="#43B581"/>
<path d="M180.799 54.4727C180.799 53.7689 180.297 53.2 179.679 53.2H176.319C175.701 53.2 175.199 53.7689 175.199 54.4727V65.9272C175.199 66.631 175.701 67.1999 176.319 67.1999H179.679C180.297 67.1999 180.799 66.631 180.799 65.9272V54.4727Z" fill="#43B581"/>
<path d="M189.2 46.0445C189.2 45.3563 188.698 44.8 188.08 44.8H184.72C184.101 44.8 183.6 45.3563 183.6 46.0445V65.9556C183.6 66.6438 184.101 67.2 184.72 67.2H188.08C188.698 67.2 189.2 66.6438 189.2 65.9556V46.0445Z" fill="#43B581"/>
<path d="M214.608 48.82H211.55L207.59 60.304L203.52 48.666L200.462 49.194L206.006 64.088H208.954L214.608 48.82ZM224.359 58.676C224.359 55.222 222.247 53.154 219.343 53.154C216.461 53.154 214.349 55.244 214.349 58.698C214.349 62.152 216.439 64.22 219.321 64.22C222.225 64.22 224.359 62.13 224.359 58.676ZM221.785 58.698C221.785 60.678 220.949 62.064 219.321 62.064C217.781 62.064 216.923 60.634 216.923 58.676C216.923 56.718 217.759 55.31 219.321 55.31C220.905 55.31 221.785 56.74 221.785 58.698ZM229.514 50.096C229.514 49.194 228.81 48.556 227.952 48.556C227.072 48.556 226.368 49.194 226.368 50.096C226.368 50.976 227.072 51.592 227.952 51.592C228.81 51.592 229.514 50.976 229.514 50.096ZM229.25 64V53.374H226.61V64H229.25ZM240.051 63.186L239.699 60.92C238.731 61.668 237.829 61.932 236.905 61.932C235.365 61.932 234.155 60.876 234.155 58.676C234.155 56.564 235.255 55.442 236.817 55.442C237.873 55.442 238.709 55.794 239.567 56.432L239.941 54.056C239.171 53.572 238.071 53.154 236.685 53.154C233.803 53.154 231.493 55.046 231.493 58.742C231.493 62.218 233.583 64.198 236.531 64.198C237.939 64.198 239.039 63.868 240.051 63.186ZM246.193 54.98C247.469 54.98 248.129 55.904 248.305 57.554H244.059C244.257 55.838 245.137 54.98 246.193 54.98ZM250.857 62.922L250.549 60.854C249.383 61.668 248.261 62.174 246.897 62.174C245.269 62.174 244.147 61.272 244.037 59.204H250.857C250.857 59.05 250.879 58.786 250.879 58.566C250.879 55.552 249.449 53.154 246.259 53.154C243.487 53.154 241.419 55.244 241.419 58.698C241.419 62.526 243.641 64.22 246.611 64.22C248.327 64.22 249.713 63.714 250.857 62.922ZM269.047 62.966L268.651 60.414C267.485 61.184 266.231 61.734 264.801 61.734C262.073 61.734 260.357 59.71 260.357 56.41C260.357 53.132 262.007 51.064 264.757 51.064C266.231 51.064 267.397 51.658 268.387 52.406L268.805 49.656C267.683 48.952 266.363 48.556 264.647 48.556C260.225 48.556 257.387 51.724 257.387 56.432C257.387 61.162 260.159 64.264 264.559 64.264C266.297 64.264 267.859 63.736 269.047 62.966ZM280.562 58.676C280.562 55.222 278.45 53.154 275.546 53.154C272.664 53.154 270.552 55.244 270.552 58.698C270.552 62.152 272.642 64.22 275.524 64.22C278.428 64.22 280.562 62.13 280.562 58.676ZM277.988 58.698C277.988 60.678 277.152 62.064 275.524 62.064C273.984 62.064 273.126 60.634 273.126 58.676C273.126 56.718 273.962 55.31 275.524 55.31C277.108 55.31 277.988 56.74 277.988 58.698ZM291.767 64V56.344C291.767 54.364 290.711 53.154 288.731 53.154C287.301 53.154 286.179 53.924 285.189 54.87L284.947 53.374H282.703V64H285.343V56.828C286.113 56.014 286.949 55.486 287.763 55.486C288.731 55.486 289.127 56.124 289.127 57.048V64H291.767ZM303.476 64V56.344C303.476 54.364 302.42 53.154 300.44 53.154C299.01 53.154 297.888 53.924 296.898 54.87L296.656 53.374H294.412V64H297.052V56.828C297.822 56.014 298.658 55.486 299.472 55.486C300.44 55.486 300.836 56.124 300.836 57.048V64H303.476ZM310.345 54.98C311.621 54.98 312.281 55.904 312.457 57.554H308.211C308.409 55.838 309.289 54.98 310.345 54.98ZM315.009 62.922L314.701 60.854C313.535 61.668 312.413 62.174 311.049 62.174C309.421 62.174 308.299 61.272 308.189 59.204H315.009C315.009 59.05 315.031 58.786 315.031 58.566C315.031 55.552 313.601 53.154 310.411 53.154C307.639 53.154 305.571 55.244 305.571 58.698C305.571 62.526 307.793 64.22 310.763 64.22C312.479 64.22 313.865 63.714 315.009 62.922ZM325.172 63.186L324.82 60.92C323.852 61.668 322.95 61.932 322.026 61.932C320.486 61.932 319.276 60.876 319.276 58.676C319.276 56.564 320.376 55.442 321.938 55.442C322.994 55.442 323.83 55.794 324.688 56.432L325.062 54.056C324.292 53.572 323.192 53.154 321.806 53.154C318.924 53.154 316.614 55.046 316.614 58.742C316.614 62.218 318.704 64.198 321.652 64.198C323.06 64.198 324.16 63.868 325.172 63.186ZM333.003 64L332.673 61.778C332.431 61.844 332.145 61.866 331.837 61.866C330.825 61.866 330.451 61.404 330.451 60.546V55.53H332.937L332.607 53.374H330.451V49.612L327.833 50.008V53.374H326.337V55.53H327.833V60.986C327.833 63.406 329.241 64.176 331.331 64.176C332.101 64.176 332.585 64.088 333.003 64ZM339.113 54.98C340.389 54.98 341.049 55.904 341.225 57.554H336.979C337.177 55.838 338.057 54.98 339.113 54.98ZM343.777 62.922L343.469 60.854C342.303 61.668 341.181 62.174 339.817 62.174C338.189 62.174 337.067 61.272 336.957 59.204H343.777C343.777 59.05 343.799 58.786 343.799 58.566C343.799 55.552 342.369 53.154 339.179 53.154C336.407 53.154 334.339 55.244 334.339 58.698C334.339 62.526 336.561 64.22 339.531 64.22C341.247 64.22 342.633 63.714 343.777 62.922ZM348.066 58.83C348.066 56.498 349.056 55.376 350.442 55.376C351.344 55.376 351.85 55.53 352.51 55.838V60.392C351.806 61.294 351.058 61.866 350.09 61.866C348.924 61.866 348.066 60.898 348.066 58.83ZM345.404 58.984C345.404 62.57 347.186 64.22 349.408 64.22C350.882 64.22 351.916 63.428 352.664 62.526L352.884 64H355.15V48.116L352.51 48.534V53.66C351.872 53.44 351.058 53.264 350.046 53.264C347.582 53.264 345.404 55.024 345.404 58.984Z" fill="#43B581"/>
<path d="M476.075 37.8L480.175 36C480.275 36 480.275 35.8 480.175 35.8L476.075 34H475.975L474.175 30H474.075L472.175 34L468.075 35.8C467.975 35.8 467.975 36 468.075 36L472.175 37.8L474.075 41.9C474.075 42 474.175 42 474.175 41.9L475.975 37.8H476.075Z" fill="#6ADBC6"/>
<g clip-path="url(#clip1)">
<path d="M413.291 411H308.303V378.21C332.769 354.938 360.668 370.963 362.513 388.268C390.267 370.19 416.441 384.66 413.291 411Z" fill="#404EED"/>
<path d="M113.325 410.992H15.1523C19.3738 403.511 22.8541 399.042 27.3897 398.253C31.4179 397.552 36.163 399.783 42.7449 405.46C42.6885 401.248 43.4216 387.422 54.8292 379.072C60.5169 374.908 67.1391 373.725 72.5529 375.907C74.6135 376.726 76.437 378.045 77.8579 379.747C79.2789 381.448 80.2522 383.478 80.6897 385.651C93.9986 376.237 100.524 378.484 105.89 382.695C111.255 386.907 113.769 398.704 113.325 410.992Z" fill="#808AFF"/>
<path d="M317.421 339.542H88.3105V411H317.421V339.542Z" fill="#5865F2"/>
<path d="M88.3105 361.606L317.429 343.173V339.542H88.3105V361.606Z" fill="#4B59F2"/>
<path d="M317.422 339.542H315.754V411H317.422V339.542Z" fill="#3543DE"/>
<path d="M296.75 339.542H295.082V411H296.75V339.542Z" fill="#3543DE"/>
<path d="M276.068 339.542H274.4V411H276.068V339.542Z" fill="#3543DE"/>
<path d="M255.396 339.542H253.729V411H255.396V339.542Z" fill="#3543DE"/>
<path d="M234.716 339.542H233.049V411H234.716V339.542Z" fill="#3543DE"/>
<path d="M214.045 339.542H212.377V411H214.045V339.542Z" fill="#3543DE"/>
<path d="M193.363 339.542H191.695V411H193.363V339.542Z" fill="#3543DE"/>
<path d="M172.683 339.542H171.016V411H172.683V339.542Z" fill="#3543DE"/>
<path d="M152.011 339.542H150.344V411H152.011V339.542Z" fill="#3543DE"/>
<path d="M131.332 339.542H129.664V411H131.332V339.542Z" fill="#3543DE"/>
<path d="M110.658 339.542H108.99V411H110.658V339.542Z" fill="#3543DE"/>
<path d="M89.9782 339.542H88.3105V411H89.9782V339.542Z" fill="#3543DE"/>
<path d="M150.473 273.462C148.322 266.271 147.178 262.857 151.077 260.739C154.977 258.621 166.771 260.095 172.297 261.391C177.824 262.688 178.646 264.097 175.02 269.492L150.473 273.462Z" fill="#FFE75C"/>
<path d="M147.967 337.762C147.113 316.479 147.628 298.852 148.353 289.446C144.817 287.143 143.173 285.316 142.48 284.357C142.336 284.163 142.258 283.927 142.258 283.685C142.258 283.443 142.336 283.207 142.48 283.012C148.12 276.031 152.865 269.951 157.868 267.093C162.871 264.234 169.686 263.517 180.562 274.34C180.623 274.4 180.671 274.471 180.704 274.55C180.737 274.629 180.754 274.713 180.754 274.799C180.754 274.884 180.737 274.969 180.704 275.048C180.671 275.126 180.623 275.198 180.562 275.258C179.152 276.611 177.815 277.674 177.815 277.674C180.039 281.603 183.237 287.611 183.237 287.611H185.734C187.353 287.61 188.905 288.251 190.052 289.392C191.2 290.532 191.848 292.081 191.857 293.698C191.857 298.586 190.769 304.473 188.465 312.034C198.6 320.264 196.183 337.714 196.183 337.714L147.967 337.762Z" fill="#29CC7A"/>
<path d="M188.498 312.074C188.828 310.995 189.126 309.956 189.408 308.95L181.481 313.347C181.481 313.347 168.929 304.875 147.806 299.601C147.444 309.393 147.363 322.655 147.967 337.762L196.16 337.714C196.16 337.714 198.601 320.264 188.498 312.074Z" fill="#8CD9FF"/>
<path d="M190.545 314.039C189.927 313.326 189.247 312.669 188.515 312.074C188.845 310.995 189.143 309.956 189.425 308.95L181.481 313.347C181.481 313.347 168.93 304.875 147.806 299.601C147.758 300.841 147.718 302.129 147.686 303.474C163.854 310.15 172.507 321.625 173.554 337.738H185.493C187.596 328.493 189.272 320.417 190.545 314.039Z" fill="#BAE8FF"/>
<path d="M154.195 293.489C154.262 293.49 154.329 293.473 154.388 293.441C154.447 293.416 154.5 293.378 154.543 293.331C154.586 293.284 154.618 293.228 154.638 293.167L159.206 278.374C159.241 278.259 159.23 278.134 159.174 278.027C159.118 277.92 159.023 277.84 158.908 277.803C158.79 277.767 158.663 277.779 158.555 277.837C158.446 277.894 158.365 277.992 158.328 278.109L153.905 292.41C151.993 291.605 150.16 290.626 148.427 289.487H148.354C148.354 289.825 148.298 290.171 148.273 290.534C150.107 291.674 152.031 292.662 154.026 293.489C154.081 293.5 154.139 293.5 154.195 293.489Z" fill="black"/>
<path d="M173.715 269.686L154.936 271.087C175.97 275.089 176.848 275.628 173.715 269.686Z" fill="black"/>
<path d="M184.171 324.789L182.141 306.148C182.105 305.816 181.944 305.51 181.691 305.292C181.439 305.074 181.113 304.96 180.78 304.972L178.774 305.044L177.871 303.321C177.614 302.831 177.184 302.455 176.664 302.264C176.145 302.074 175.573 302.083 175.06 302.29C174.522 302.503 174.089 302.916 173.851 303.442C169.92 311.913 167.954 325.844 167.608 328.502C167.592 328.626 167.621 328.752 167.688 328.858C167.756 328.964 167.859 329.043 167.978 329.081L179.257 332.721C179.323 332.741 179.392 332.744 179.46 332.731C179.527 332.718 179.59 332.689 179.644 332.646C179.698 332.604 179.74 332.549 179.768 332.486C179.796 332.423 179.809 332.355 179.805 332.286L179.362 326.988L183.567 325.643C183.753 325.596 183.916 325.484 184.027 325.327C184.137 325.171 184.189 324.98 184.171 324.789Z" fill="#EB459F"/>
<path d="M172.692 328.598H172.644C172.575 328.592 172.508 328.572 172.447 328.54C172.385 328.508 172.331 328.464 172.287 328.411C172.243 328.358 172.21 328.297 172.189 328.231C172.169 328.165 172.162 328.095 172.168 328.026L173.901 309.86C173.913 309.721 173.981 309.593 174.088 309.504C174.195 309.415 174.334 309.372 174.473 309.385C174.611 309.397 174.739 309.465 174.829 309.572C174.918 309.679 174.961 309.818 174.948 309.956L173.216 328.123C173.204 328.253 173.143 328.374 173.046 328.462C172.949 328.55 172.823 328.599 172.692 328.598Z" fill="#D11583"/>
<path d="M168.911 282.917C169.633 282.625 169.755 281.245 169.184 279.835C168.614 278.425 167.566 277.519 166.844 277.811C166.122 278.103 166 279.483 166.571 280.893C167.141 282.302 168.189 283.209 168.911 282.917Z" fill="black"/>
<path d="M171.281 288.996H171.209C170.909 288.991 170.615 288.915 170.351 288.775C170.086 288.635 169.858 288.435 169.686 288.19C169.406 287.694 169.241 287.141 169.204 286.572C169.166 286.004 169.256 285.434 169.468 284.905C170.137 282.819 171.885 281.185 173.392 281.273C173.69 281.279 173.982 281.356 174.245 281.495C174.508 281.635 174.735 281.835 174.906 282.078C175.186 282.575 175.351 283.128 175.389 283.696C175.426 284.265 175.336 284.835 175.124 285.364C174.471 287.425 172.82 288.996 171.281 288.996ZM173.319 282.312C172.385 282.312 171.031 283.455 170.475 285.211C170.317 285.586 170.242 285.991 170.254 286.399C170.267 286.806 170.367 287.205 170.548 287.57C170.625 287.684 170.728 287.778 170.848 287.844C170.969 287.909 171.103 287.945 171.241 287.949C172.175 287.949 173.553 286.821 174.125 285.05C174.282 284.673 174.356 284.266 174.342 283.857C174.328 283.449 174.227 283.048 174.044 282.682C173.97 282.567 173.867 282.472 173.746 282.407C173.625 282.342 173.489 282.309 173.351 282.312H173.319Z" fill="white"/>
<path d="M179.072 288.996H179C178.7 288.991 178.406 288.916 178.141 288.776C177.877 288.636 177.649 288.435 177.477 288.19C177.197 287.694 177.032 287.141 176.995 286.572C176.957 286.004 177.047 285.434 177.259 284.905C177.928 282.819 179.676 281.185 181.175 281.273C181.474 281.28 181.767 281.356 182.031 281.496C182.295 281.636 182.524 281.835 182.697 282.078C182.977 282.575 183.142 283.128 183.18 283.696C183.217 284.265 183.127 284.835 182.915 285.364C182.254 287.425 180.579 288.996 179.072 288.996ZM181.102 282.312C180.176 282.312 178.822 283.455 178.258 285.211C178.101 285.587 178.027 285.992 178.041 286.399C178.055 286.807 178.157 287.206 178.339 287.57C178.415 287.685 178.518 287.779 178.638 287.845C178.759 287.911 178.894 287.947 179.032 287.949C179.966 287.949 181.344 286.821 181.916 285.05C182.073 284.673 182.147 284.266 182.133 283.857C182.119 283.449 182.018 283.048 181.835 282.682C181.761 282.567 181.658 282.472 181.537 282.407C181.416 282.342 181.28 282.309 181.143 282.312H181.102Z" fill="white"/>
<path d="M176.798 282.636C177.297 282.434 177.258 281.174 176.711 279.822C176.163 278.47 175.315 277.537 174.816 277.739C174.317 277.941 174.356 279.201 174.903 280.553C175.451 281.905 176.299 282.838 176.798 282.636Z" fill="black"/>
<path d="M181.892 296.871C177.839 296.883 173.906 295.495 170.759 292.941C167.488 290.268 168.793 289.93 170.855 289.906C172.918 289.881 182.738 290.212 185.598 290.646C188.458 291.081 188.933 296.654 181.892 296.871Z" fill="#912869"/>
<path d="M181.892 296.871C177.839 296.883 173.906 295.495 170.759 292.941C167.488 290.268 168.793 289.93 170.855 289.906C172.918 289.881 182.738 290.212 185.598 290.646C188.458 291.081 188.933 296.654 181.892 296.871Z" fill="#611B46"/>
<path d="M181.682 303.289C181.551 303.289 181.425 303.241 181.328 303.153C181.231 303.065 181.171 302.944 181.158 302.814L180.965 300.857C180.952 300.715 180.996 300.573 181.086 300.462C181.181 300.357 181.314 300.293 181.456 300.285C182.864 300.187 184.236 299.798 185.485 299.142C185.545 299.108 185.611 299.086 185.68 299.078C185.749 299.07 185.818 299.075 185.885 299.094C185.951 299.113 186.014 299.144 186.068 299.187C186.122 299.23 186.168 299.283 186.202 299.343C186.235 299.403 186.257 299.47 186.265 299.538C186.273 299.607 186.268 299.677 186.249 299.743C186.231 299.81 186.199 299.872 186.156 299.926C186.114 299.981 186.06 300.026 186 300.06C184.778 300.703 183.448 301.118 182.077 301.284L182.222 302.709C182.235 302.848 182.194 302.986 182.107 303.094C182.019 303.203 181.893 303.273 181.755 303.289H181.682Z" fill="black"/>
<path d="M183.825 296.646C180.997 293.908 177.163 291.814 170.041 292.329C176.164 297.934 182.488 297 183.825 296.646Z" fill="#EB459F"/>
<path d="M177.993 283.882H174.811V284.937H177.993V283.882Z" fill="white"/>
<path d="M169.968 285.573C169.902 285.575 169.835 285.562 169.775 285.533L156.16 280.033C155.956 279.954 155.735 279.925 155.518 279.949C155.3 279.974 155.091 280.05 154.91 280.173C154.728 280.296 154.58 280.461 154.476 280.654C154.372 280.847 154.317 281.062 154.315 281.281C154.317 281.541 154.394 281.795 154.537 282.013C154.68 282.23 154.883 282.401 155.121 282.505L156.015 282.908C156.078 282.936 156.135 282.977 156.182 283.028C156.229 283.078 156.266 283.137 156.29 283.202C156.315 283.267 156.326 283.335 156.324 283.404C156.321 283.474 156.305 283.541 156.277 283.604C156.248 283.667 156.208 283.724 156.157 283.771C156.107 283.818 156.047 283.855 155.983 283.88C155.918 283.904 155.849 283.915 155.78 283.913C155.711 283.911 155.643 283.895 155.58 283.866L154.686 283.463C154.302 283.283 153.972 283.004 153.73 282.655C153.488 282.307 153.342 281.901 153.307 281.478C153.272 281.055 153.349 280.63 153.53 280.247C153.711 279.863 153.99 279.534 154.339 279.292C154.665 279.076 155.038 278.942 155.426 278.901C155.815 278.86 156.208 278.914 156.571 279.059L170.186 284.559C170.314 284.612 170.416 284.714 170.471 284.842C170.525 284.97 170.527 285.114 170.476 285.243C170.436 285.344 170.366 285.43 170.275 285.489C170.184 285.548 170.077 285.578 169.968 285.573Z" fill="white"/>
<path d="M167.133 278.721C166.994 278.721 166.861 278.665 166.763 278.567C166.665 278.469 166.609 278.336 166.609 278.197C166.609 278.058 166.665 277.925 166.763 277.827C166.861 277.729 166.994 277.674 167.133 277.674C168.136 277.697 169.136 277.564 170.098 277.279C170.23 277.235 170.375 277.244 170.501 277.304C170.627 277.364 170.725 277.47 170.774 277.601C170.797 277.666 170.807 277.735 170.803 277.804C170.8 277.873 170.782 277.94 170.752 278.002C170.722 278.064 170.68 278.12 170.629 278.166C170.577 278.212 170.517 278.247 170.452 278.27C169.376 278.592 168.256 278.745 167.133 278.721Z" fill="black"/>
<path d="M175.02 278.72C174.88 278.718 174.747 278.661 174.649 278.562C174.551 278.463 174.496 278.329 174.496 278.189C174.496 278.05 174.551 277.917 174.649 277.819C174.748 277.721 174.881 277.666 175.02 277.666C175.592 277.679 176.16 277.56 176.679 277.319C176.738 277.283 176.804 277.26 176.872 277.249C176.941 277.239 177.01 277.243 177.077 277.26C177.144 277.277 177.207 277.308 177.262 277.35C177.316 277.392 177.362 277.444 177.396 277.505C177.431 277.564 177.454 277.629 177.464 277.697C177.473 277.765 177.469 277.835 177.452 277.901C177.435 277.968 177.405 278.03 177.363 278.085C177.322 278.14 177.27 278.186 177.211 278.221C176.534 278.567 175.78 278.739 175.02 278.72Z" fill="black"/>
<path d="M152.277 271.57C171.064 271.36 177.397 269.227 182.794 267.286C188.192 265.345 187.628 263.839 183.519 263.96C179.411 264.081 165.369 269.508 152.277 271.57Z" fill="#FFE75C"/>
<path d="M147.644 305.117L147.555 310.303L150.109 309.288C150.109 309.288 163.845 303.563 167.132 302.765C169.678 302.145 173.456 303.506 178.169 305.294C182.882 307.082 181.609 308.716 180.151 310.311C178.693 311.905 178.741 311.736 170.991 311.736C156.24 322.398 151.656 328.646 145.67 328.646C142.029 328.646 138.911 327.036 136.599 319.869C134.464 313.218 138.573 309.497 147.644 305.117Z" fill="#29CC7A"/>
<path d="M199.147 311.052L191.228 301.542L177.814 314.957L187.321 322.865C187.225 323.214 187.214 323.581 187.288 323.935C187.362 324.289 187.52 324.621 187.748 324.902C189.19 326.335 193.387 324.499 197.069 320.795C200.751 317.091 202.611 312.928 201.169 311.486C200.89 311.261 200.561 311.105 200.21 311.029C199.859 310.954 199.495 310.962 199.147 311.052Z" fill="#FFE591"/>
<path d="M186.304 310.023C190.01 306.319 192.216 302.518 191.232 301.533C190.247 300.549 186.444 302.754 182.738 306.459C179.032 310.163 176.826 313.964 177.81 314.948C178.795 315.933 182.598 313.728 186.304 310.023Z" fill="#FFE591"/>
<path d="M185.41 309.127C188.764 305.774 191.024 302.598 190.458 302.032C189.891 301.466 186.713 303.724 183.36 307.077C180.006 310.429 177.746 313.605 178.312 314.172C178.879 314.738 182.057 312.479 185.41 309.127Z" fill="black"/>
<path d="M198.416 307.009C200.695 307.339 201.566 309.425 200.663 312.123C200.565 312.416 200.393 312.678 200.163 312.885C199.933 313.091 199.654 313.235 199.352 313.302C199.05 313.368 198.736 313.355 198.441 313.264C198.145 313.173 197.878 313.008 197.666 312.783C197.15 312.226 196.836 311.512 196.776 310.755C196.716 309.998 196.913 309.243 197.336 308.612L198.416 307.009Z" fill="#29CC7A"/>
<path d="M194.475 305.439C194.22 307.304 193.497 309.074 192.373 310.585C192.131 310.937 192.021 311.362 192.061 311.787C192.1 312.213 192.288 312.61 192.59 312.912L192.985 313.298C193.123 313.437 193.288 313.547 193.469 313.622C193.65 313.697 193.844 313.736 194.04 313.736C194.236 313.736 194.431 313.697 194.612 313.622C194.793 313.547 194.957 313.437 195.096 313.298C196.706 311.859 197.831 309.958 198.318 307.855C198.979 305.012 196.892 303.023 193.307 304.006L194.475 305.439Z" fill="#29CC7A"/>
<path d="M152.277 271.578L158.673 271.054L174.117 268.011L170.274 264.218H151.914L152.277 271.578Z" fill="#FFE75C"/>
<path d="M183.349 291.009C182.326 290.92 181.037 290.84 179.676 290.767C180.103 292.973 181.158 294.149 182.093 293.771C183.027 293.392 183.293 291.468 183.349 291.009Z" fill="white"/>
<path d="M172.016 290.501C172.483 293.054 173.474 294.383 174.328 293.924C175.182 293.465 175.456 291.419 175.584 290.59C174.078 290.542 172.821 290.509 172.016 290.501Z" fill="white"/>
<path d="M325.89 341.643H83.3976C82.8399 341.643 82.3051 341.422 81.9108 341.028C81.5165 340.634 81.2949 340.099 81.2949 339.542C81.2949 338.984 81.5165 338.45 81.9108 338.055C82.3051 337.661 82.8399 337.44 83.3976 337.44H325.89C326.447 337.44 326.982 337.661 327.377 338.055C327.771 338.45 327.992 338.984 327.992 339.542C327.992 340.099 327.771 340.634 327.377 341.028C326.982 341.422 326.447 341.643 325.89 341.643Z" fill="#2835BD"/>
<path d="M178.121 313.886C178.151 313.993 178.213 314.088 178.298 314.16C178.999 314.538 182.084 312.324 185.339 309.071L185.412 308.99L183.341 306.969L181.73 305.294L179.531 305.358L175.22 303.748L175.035 304.126C176.848 304.73 177.235 311.358 178.121 313.886Z" fill="#EB459F"/>
<path d="M178.783 305.044C179.689 306.838 180.495 308.679 181.2 310.56C181.234 310.647 181.292 310.721 181.368 310.774C181.444 310.827 181.534 310.857 181.627 310.858C181.68 310.87 181.735 310.87 181.788 310.858C181.845 310.839 181.898 310.807 181.943 310.767C181.988 310.726 182.024 310.677 182.05 310.622C182.075 310.568 182.09 310.508 182.092 310.448C182.094 310.387 182.084 310.327 182.062 310.27C182.006 310.126 180.878 307.09 179.831 305.036L178.783 305.044Z" fill="#D11583"/>
<path d="M179.402 327.036H179.313L175.285 328.236C175.199 328.253 175.121 328.295 175.059 328.356C174.996 328.417 174.953 328.495 174.934 328.581C174.916 328.666 174.922 328.755 174.953 328.837C174.984 328.918 175.037 328.989 175.108 329.041L178.669 332.181C178.755 332.252 178.863 332.292 178.975 332.294C179.04 332.293 179.104 332.279 179.163 332.252C179.223 332.226 179.276 332.188 179.321 332.141C179.399 332.048 179.439 331.928 179.431 331.807C179.424 331.686 179.37 331.572 179.281 331.489L176.34 328.904L179.49 327.962L179.402 327.036Z" fill="#D11583"/>
<path d="M139.983 314.192C139.866 314.188 139.754 314.145 139.664 314.071C139.574 313.997 139.511 313.895 139.485 313.782C139.458 313.668 139.47 313.549 139.517 313.443C139.565 313.337 139.647 313.249 139.749 313.194C139.749 313.194 142.505 311.825 147.193 309.642C147.256 309.613 147.323 309.597 147.392 309.594C147.461 309.591 147.53 309.601 147.594 309.625C147.659 309.648 147.718 309.685 147.769 309.731C147.82 309.778 147.861 309.834 147.89 309.896C147.919 309.958 147.936 310.026 147.939 310.095C147.942 310.163 147.931 310.232 147.908 310.297C147.884 310.361 147.848 310.421 147.801 310.472C147.755 310.522 147.699 310.563 147.636 310.593C142.964 312.775 140.241 314.12 140.217 314.136C140.143 314.17 140.064 314.19 139.983 314.192Z" fill="black"/>
<path d="M151.64 271.288C151.515 271.288 151.393 271.243 151.297 271.162C151.202 271.081 151.138 270.969 151.117 270.845C151.105 270.777 151.107 270.707 151.123 270.64C151.139 270.572 151.168 270.509 151.208 270.452C151.249 270.396 151.3 270.349 151.359 270.312C151.418 270.276 151.483 270.252 151.552 270.241C159.833 268.92 168.042 267.181 176.147 265.031C176.283 264.997 176.427 265.017 176.547 265.088C176.668 265.159 176.756 265.275 176.792 265.41C176.824 265.546 176.801 265.69 176.729 265.81C176.657 265.93 176.541 266.018 176.405 266.054C167.237 268.365 162.71 269.412 151.729 271.256L151.64 271.288Z" fill="#FFC619"/>
<path d="M182.835 315.907L188.539 321.133C188.708 321.291 188.926 321.387 189.157 321.406C189.388 321.425 189.619 321.366 189.812 321.238C189.941 321.153 190.05 321.039 190.13 320.906C190.21 320.773 190.259 320.624 190.274 320.469C190.288 320.315 190.268 320.159 190.215 320.013C190.161 319.868 190.076 319.736 189.965 319.628L184.406 314.305C184.241 314.144 184.027 314.043 183.797 314.018C183.568 313.993 183.337 314.046 183.141 314.168L182.988 314.257C182.852 314.341 182.736 314.456 182.652 314.593C182.567 314.729 182.515 314.884 182.501 315.044C182.486 315.204 182.508 315.365 182.566 315.515C182.624 315.665 182.716 315.799 182.835 315.907Z" fill="#FFB119"/>
<path d="M197.102 312.179C196.996 312.182 196.891 312.151 196.804 312.09C196.689 312.011 196.611 311.889 196.585 311.752C196.56 311.615 196.589 311.473 196.667 311.358C197.583 310.15 198.154 308.717 198.318 307.21C198.326 307.142 198.347 307.075 198.381 307.014C198.414 306.954 198.46 306.9 198.514 306.857C198.569 306.814 198.631 306.783 198.698 306.764C198.765 306.745 198.834 306.74 198.903 306.748C198.972 306.757 199.039 306.779 199.099 306.814C199.159 306.848 199.212 306.894 199.254 306.949C199.296 307.004 199.327 307.067 199.345 307.134C199.363 307.201 199.367 307.271 199.358 307.339C199.175 309.013 198.547 310.606 197.537 311.953C197.489 312.024 197.424 312.082 197.348 312.121C197.272 312.16 197.187 312.18 197.102 312.179Z" fill="black"/>
<path d="M242.934 238.659C243.414 236.374 241.9 234.122 239.553 233.63C237.206 233.138 234.915 234.591 234.435 236.876C233.955 239.161 235.469 241.413 237.816 241.905C240.163 242.397 242.455 240.944 242.934 238.659Z" fill="#2A39D4"/>
<path d="M271.912 278.028C275.747 278.205 280.347 279.824 286.148 286.209C289.37 282.988 290.981 283.794 295.348 287.57C299.714 291.347 309.043 298.385 311.364 300.776C313.684 303.168 315.456 308.265 309.148 312.098C302.84 315.931 291.602 308.877 285.721 304.779C279.839 300.68 271.912 295.921 271.912 295.921V278.028Z" fill="#2331B5"/>
<path d="M293.615 286.121C295.149 288.622 296.434 291.268 297.45 294.02C298.691 297.805 297.144 300.028 294.067 302.596C291.255 304.932 289.684 304.601 288.048 303.297C287.953 303.221 287.832 303.186 287.711 303.2C287.59 303.214 287.48 303.275 287.404 303.369C287.365 303.416 287.337 303.47 287.319 303.528C287.302 303.586 287.297 303.647 287.304 303.707C287.31 303.767 287.329 303.825 287.359 303.878C287.389 303.931 287.429 303.977 287.476 304.014C288.311 304.747 289.372 305.17 290.481 305.213C291.762 305.213 293.116 304.585 294.655 303.305C297.353 301.05 299.867 298.473 298.32 293.739C297.728 292.025 297.001 290.361 296.145 288.762C295.813 288.124 295.359 287.558 294.808 287.095L293.615 286.121Z" fill="#3442D9"/>
<path d="M295.276 309.9C295.167 309.899 295.06 309.865 294.97 309.803C294.696 309.61 288.162 304.972 285.302 302.226C285.196 302.13 285.131 301.995 285.124 301.852C285.116 301.708 285.166 301.568 285.262 301.461C285.358 301.354 285.493 301.29 285.636 301.282C285.78 301.275 285.921 301.325 286.027 301.421C288.847 304.086 295.534 308.861 295.598 308.91C295.655 308.95 295.702 309 295.739 309.059C295.775 309.118 295.8 309.183 295.811 309.251C295.822 309.319 295.82 309.389 295.804 309.456C295.788 309.523 295.76 309.586 295.719 309.642C295.674 309.72 295.61 309.785 295.532 309.83C295.454 309.875 295.366 309.899 295.276 309.9Z" fill="black"/>
<path d="M257.738 276.533C271.347 272.648 279.543 259.574 276.045 247.33C272.547 235.087 258.678 228.312 245.069 232.197C231.46 236.082 223.264 249.157 226.762 261.4C230.26 273.643 244.129 280.418 257.738 276.533Z" fill="#FF78B9"/>
<path d="M233.541 252.614C233.541 257.671 235.958 262.156 238.963 262.631C241.605 263.05 242.709 260.433 242.798 255.553C242.798 254.281 242.886 253.009 242.967 251.744C243.265 247.187 241.638 244.747 238.939 244.32C235.966 243.845 233.541 247.557 233.541 252.614Z" fill="white"/>
<path d="M255.856 252.952C255.333 252.268 255.024 251.443 254.97 250.583C254.915 249.723 255.117 248.866 255.55 248.121C259.723 240.986 263.558 240.737 266.337 240.873C269.398 241.035 271.171 243.611 268.915 250.126C272.138 253.605 270.776 256.785 266.192 257.236C262.245 257.639 259.167 257.325 255.856 252.952Z" fill="#D11583"/>
<path d="M285.915 323.01C286.576 305.729 281.081 303.522 280.533 298.401C279.986 293.28 279.478 286.322 273.814 278.833C273.814 278.833 274.451 271.852 274.83 267.141C274.846 266.957 274.819 266.773 274.753 266.601C274.687 266.429 274.582 266.275 274.446 266.149C274.311 266.024 274.149 265.932 273.972 265.879C273.796 265.826 273.61 265.814 273.428 265.844C269.74 266.415 266.007 266.636 262.278 266.505C255.833 266.32 247.173 265.699 237.9 274.694L240.921 278.898L240.72 279.26C240.572 279.513 240.482 279.795 240.456 280.086C240.43 280.378 240.468 280.671 240.568 280.946C240.668 281.221 240.827 281.471 241.034 281.678C241.241 281.885 241.492 282.043 241.767 282.143L242.323 282.352C242.323 282.352 233.888 287.433 236.401 298.94C238.915 310.448 236.256 321.592 240.502 325.023C241.365 325.709 242.389 326.165 243.477 326.346C244.565 326.528 245.682 326.43 246.721 326.062L266.225 336.433C273.339 344.276 283.393 353.054 283.393 353.054L275.627 371.631L283.828 392.294C290.829 375.134 300.013 358.296 301.657 350.533C303.3 342.771 298.048 338.213 285.915 323.01Z" fill="#2331B5"/>
<path d="M278.736 381.938L277.737 381.608C281.653 369.529 286.075 358.546 287.34 355.461C287.413 355.286 287.43 355.092 287.39 354.907C287.349 354.721 287.253 354.552 287.115 354.423C275.836 343.632 273.105 339.928 272.992 339.735L273.846 339.123C273.846 339.163 276.658 342.972 287.848 353.666C288.139 353.94 288.339 354.297 288.423 354.688C288.506 355.079 288.468 355.487 288.315 355.856C287.058 358.932 282.644 369.9 278.736 381.938Z" fill="#3442D9"/>
<path d="M248.202 315.625L241.193 310.794C241.193 310.794 245.463 304.98 247.783 301.485C247.985 301.187 248.178 300.881 248.355 300.575C248.412 300.471 248.505 300.392 248.617 300.354C248.729 300.315 248.851 300.319 248.959 300.366C249.06 300.408 249.143 300.482 249.195 300.577C249.248 300.672 249.267 300.782 249.25 300.889C247.679 310.214 248.202 315.625 248.202 315.625Z" fill="black"/>
<path d="M274.757 268.075C271.011 269.315 266.056 269.299 260.167 269.13C253.851 268.945 248.348 268.792 238.576 275.669L240.187 277.899C249.186 271.562 254.044 271.699 260.102 271.876C265.742 272.037 270.576 272.061 274.515 271.014C274.596 270.016 274.684 269.057 274.757 268.075Z" fill="#3442D9"/>
<path d="M271.913 322.204C272.033 322.204 272.149 322.157 272.235 322.073C272.32 321.988 272.37 321.874 272.372 321.753C272.493 313.314 269.262 304.69 267.868 301.38C266.45 297.967 265.585 294.349 265.306 290.663C265.104 287.252 264.421 283.888 263.276 280.669L265.041 266.569H264.114L262.342 280.806L262.39 280.919C263.524 284.076 264.199 287.379 264.396 290.727C264.683 294.51 265.569 298.222 267.022 301.727C268.392 304.988 271.574 313.467 271.453 321.729C271.452 321.791 271.463 321.852 271.486 321.909C271.508 321.966 271.542 322.018 271.585 322.062C271.627 322.106 271.678 322.141 271.734 322.166C271.791 322.19 271.851 322.203 271.913 322.204Z" fill="black"/>
<path d="M302.325 404.22C302.14 403.937 301.889 403.701 301.595 403.533C301.301 403.365 300.972 403.269 300.633 403.254C300.907 401.337 300.633 399.783 298.079 399.187C295.226 398.584 292.269 398.678 289.459 399.461C284.626 387.06 275.047 354.366 268.352 330.515L246.721 326.094C246.487 332.028 250.387 345.082 253.23 356.339C256.074 367.597 262.334 391.175 264.074 399.694C265.113 404.816 266.628 410.968 266.628 410.968H286.768C292.658 410.968 300.238 408.625 301.672 407.497C302.183 407.14 302.536 406.6 302.657 405.989C302.779 405.379 302.66 404.745 302.325 404.22Z" fill="#2331B5"/>
<path d="M269.575 399.018C268.665 396.151 267.69 393.14 266.675 390.015C260.794 371.832 253.471 349.213 248.758 326.4L249.789 326.182C254.486 348.939 261.801 371.526 267.674 389.677C268.689 392.809 269.664 395.821 270.582 398.688L269.575 399.018Z" fill="#3442D9"/>
<path d="M259.755 323.01C259.828 321.439 257.749 315.706 255.236 311.551C252.722 307.396 251.441 304.465 249.081 305.825C246.72 307.186 241.194 310.77 241.194 310.77C241.194 310.77 245.455 304.948 247.784 301.453C252.907 293.779 251.143 283.198 242.321 282.352C235.127 286.322 234.007 289.777 227.192 301.775C220.376 313.773 216.316 326.674 223.639 331.964C230.962 337.255 238.14 333.575 251.401 327.793C257.105 325.305 259.683 324.572 259.755 323.01Z" fill="#2331B5"/>
<path d="M251.458 327.036C250 326.376 248.711 324.161 247.148 319.644C244.513 312.034 243.788 309.699 245.432 308.12L244.457 308.74C244.222 308.888 244.025 309.09 243.885 309.33C243.745 309.57 243.665 309.84 243.651 310.117C243.587 312.139 244.61 315.086 246.286 319.942C247.349 323.002 248.292 325.039 249.283 326.327C249.674 326.848 250.228 327.224 250.856 327.396C251.485 327.568 252.153 327.526 252.755 327.277C252.309 327.301 251.865 327.218 251.458 327.036Z" fill="#3442D9"/>
<path d="M234.595 315.384C234.506 315.383 234.419 315.36 234.341 315.316C234.264 315.273 234.198 315.21 234.152 315.134C234.079 315.016 234.055 314.874 234.085 314.739C234.115 314.604 234.197 314.485 234.313 314.409C234.813 314.095 246.47 306.751 248.814 305.399C251.344 303.949 252.802 306.429 254.824 309.86L255.686 311.317C255.728 311.376 255.757 311.443 255.772 311.513C255.786 311.584 255.786 311.656 255.771 311.727C255.757 311.797 255.728 311.864 255.686 311.922C255.644 311.981 255.591 312.031 255.529 312.068C255.468 312.105 255.399 312.129 255.328 312.139C255.256 312.148 255.184 312.143 255.115 312.123C255.046 312.103 254.981 312.069 254.926 312.023C254.87 311.978 254.825 311.921 254.792 311.857C254.478 311.349 254.196 310.858 253.922 310.391C251.731 306.679 250.828 305.455 249.338 306.309C247.01 307.653 234.998 315.223 234.837 315.295C234.765 315.344 234.682 315.375 234.595 315.384Z" fill="black"/>
<path d="M282.386 282.425C282.134 282.422 281.891 282.33 281.7 282.164C281.51 281.999 281.385 281.772 281.346 281.523C279.716 270.527 279.09 259.407 279.477 248.298C279.484 248.114 279.447 247.931 279.37 247.764C279.293 247.598 279.177 247.451 279.033 247.337C278.889 247.224 278.719 247.146 278.539 247.11C278.358 247.074 278.172 247.081 277.995 247.13L264.912 250.802C264.779 250.839 264.64 250.85 264.503 250.833C264.366 250.817 264.234 250.773 264.114 250.705C263.994 250.638 263.889 250.547 263.804 250.439C263.719 250.33 263.656 250.206 263.619 250.073C263.582 249.941 263.571 249.802 263.588 249.665C263.604 249.528 263.648 249.396 263.715 249.276C263.783 249.156 263.874 249.051 263.982 248.966C264.091 248.881 264.215 248.818 264.348 248.781L277.431 245.101C277.928 244.964 278.451 244.946 278.956 245.048C279.461 245.151 279.935 245.371 280.34 245.691C280.744 246.011 281.067 246.422 281.282 246.891C281.498 247.359 281.6 247.871 281.58 248.386C281.198 259.366 281.818 270.358 283.433 281.225C283.472 281.501 283.4 281.782 283.232 282.005C283.065 282.229 282.815 282.377 282.539 282.417L282.386 282.425Z" fill="#66BCFF"/>
<path d="M273.975 282.28C275.264 284.696 277.544 289.004 278.003 290.405C278.148 292.611 278.052 296.404 278.003 297.596C278.002 297.699 278.038 297.798 278.105 297.877C278.172 297.955 278.264 298.007 278.366 298.023C281.943 298.578 283.514 298.651 284.948 298.441C286.617 298.12 288.265 297.703 289.886 297.193C289.968 297.171 290.045 297.131 290.111 297.078C290.176 297.024 290.23 296.957 290.268 296.881C290.306 296.805 290.327 296.721 290.331 296.636C290.335 296.552 290.321 296.467 290.289 296.388C288.944 292.08 288.074 288.939 288.074 288.939C287.784 283.6 287.76 279.365 287.76 277.931C287.76 277.792 287.707 277.657 287.611 277.555C287.515 277.453 287.384 277.392 287.244 277.384C284.456 277.136 281.654 277.071 278.857 277.191C277.093 277.319 276.497 278.358 274.024 281.289C273.913 281.429 273.85 281.599 273.841 281.777C273.832 281.954 273.879 282.13 273.975 282.28Z" fill="white"/>
<path d="M289.773 296.774C289.773 296.774 290.345 296.992 289.918 297.193C290 297.171 290.076 297.131 290.142 297.078C290.208 297.024 290.261 296.957 290.299 296.881C290.337 296.805 290.359 296.721 290.362 296.636C290.366 296.552 290.352 296.467 290.32 296.388C288.975 292.08 288.105 288.939 288.105 288.939C287.815 283.6 287.791 279.365 287.791 277.931C287.791 277.792 287.738 277.657 287.642 277.555C287.546 277.453 287.415 277.392 287.275 277.384C284.487 277.136 281.685 277.071 278.889 277.191C278.511 277.212 278.14 277.3 277.793 277.448L282.385 287.256L282.079 296.283L289.773 296.774Z" fill="#FFE75C"/>
<path d="M282.691 296.541C283.593 299.762 284.367 302.001 286.349 302.419C288.33 302.838 290.731 300.809 293.793 297.741C296.854 294.673 295.774 292.104 294.453 289.688C293.132 287.272 292.955 284.229 291.335 282.964C289.299 281.501 287.128 280.237 284.85 279.188C282.989 278.382 281.902 278.382 279.082 281.531C276.262 284.679 274.699 286.507 275.183 287.772C275.54 288.671 275.951 289.548 276.415 290.397C275.892 290.828 275.535 291.427 275.404 292.093C275.273 292.758 275.377 293.447 275.698 294.045C276.254 295.365 276.423 296.573 279.098 296.573C281.773 296.573 282.691 296.541 282.691 296.541Z" fill="#FF78B9"/>
<path d="M276.52 290.34C276.375 290.339 276.236 290.281 276.133 290.179C276.034 290.08 275.979 289.945 275.979 289.805C275.979 289.665 276.034 289.53 276.133 289.43C280.04 285.791 283.448 282.537 283.48 282.505C283.53 282.458 283.589 282.42 283.653 282.395C283.717 282.37 283.785 282.358 283.854 282.36C283.923 282.361 283.991 282.376 284.054 282.404C284.117 282.432 284.174 282.472 284.221 282.521C284.269 282.571 284.306 282.63 284.331 282.694C284.356 282.758 284.368 282.826 284.367 282.895C284.365 282.964 284.35 283.032 284.323 283.095C284.295 283.158 284.255 283.215 284.205 283.262C284.205 283.262 280.757 286.556 276.85 290.203C276.759 290.286 276.642 290.335 276.52 290.34Z" fill="black"/>
<path d="M283.28 292.603C281.614 293.648 279.878 294.577 278.084 295.381C278.084 296.34 278.084 297.153 278.035 297.596C278.034 297.699 278.07 297.798 278.137 297.877C278.203 297.955 278.296 298.007 278.398 298.023C281.975 298.578 283.546 298.651 284.98 298.441C286.648 298.12 288.297 297.703 289.918 297.193C290 297.171 290.077 297.131 290.142 297.078C290.208 297.024 290.262 296.957 290.3 296.881C290.338 296.805 290.359 296.721 290.363 296.636C290.367 296.552 290.352 296.467 290.321 296.388C290.216 296.026 290.103 295.679 289.999 295.341C287.658 294.699 285.402 293.78 283.28 292.603Z" fill="white"/>
<path d="M250.91 307.194C252.573 305.277 253.791 303.017 254.479 300.575C254.995 298.965 255.607 296.726 255.808 295.889C256.131 294.536 257.001 294.552 258.225 294.842C259.45 295.132 259.933 295.317 259.74 297.475C259.546 299.633 259.031 304.722 259.031 304.722L250.91 307.194Z" fill="#FF78B9"/>
<path d="M275.135 308.467C274.33 306.301 273.983 305.181 273.29 304.312C272.598 303.442 271.985 303.265 268.916 303.104C267.724 303.039 265.395 303.104 263.873 303.104C266.91 302.298 270.076 301.654 270.785 301.493C271.816 301.195 272.847 301.05 272.396 299.73C271.945 298.409 271.51 298.119 270.785 298.119C268.895 298.097 267.006 298.254 265.146 298.586C262.44 299.148 259.779 299.91 257.186 300.865C255.647 301.525 253.722 304.328 250.975 307.235C252.183 311.511 255.099 317.993 258.008 321.117C261.939 319.595 264.203 316.237 265.17 314.973C270.06 314.168 271.776 314.667 274.475 315.013C276.175 315.231 276.303 314.007 276.44 313.403C276.577 312.799 275.796 310.432 275.135 308.467Z" fill="#FF78B9"/>
<path d="M235.136 252.695C234.967 254.885 235.692 256.721 236.747 256.818C237.633 256.882 238.358 256.061 238.358 254.015C238.386 253.148 238.494 252.286 238.681 251.438C239.067 249.635 238.229 248.942 237.343 248.87C236.304 248.789 235.305 250.537 235.136 252.695Z" fill="black"/>
<path d="M253.172 226.685C254.263 226.47 255.394 226.653 256.362 227.199C257.33 227.745 258.07 228.62 258.449 229.664C259.255 232.144 259.924 235.897 255.678 236.565C253.889 236.847 252.044 236.058 249.233 233.835C247.195 232.225 244.987 231.661 240.194 234.085C237.616 232.33 238.921 227.772 245.89 230.059C242.828 226.153 243.755 223.391 245.938 222.634C248.121 221.877 251.408 222.24 253.172 226.685Z" fill="#2A39D4"/>
<path d="M253.166 234.262C251.656 232.211 250.378 230 249.355 227.667C248.187 225.251 247.228 223.303 246.084 222.57L245.931 222.618C245.53 222.756 245.16 222.972 244.844 223.254C244.951 223.209 245.066 223.187 245.182 223.19C246.189 223.271 247.325 225.606 248.534 228.07C249.593 230.464 250.917 232.733 252.481 234.834C252.99 235.463 253.562 236.038 254.189 236.549C254.677 236.63 255.175 236.63 255.663 236.549H255.752C254.781 235.919 253.91 235.148 253.166 234.262Z" fill="black"/>
<path d="M258.467 235.019C258.253 235.337 257.98 235.611 257.662 235.824C257.401 232.324 255.841 229.046 253.287 226.637C253.698 226.575 254.116 226.575 254.528 226.637C256.701 228.939 258.082 231.877 258.467 235.019Z" fill="black"/>
<path d="M263.855 398.543C263.944 398.945 264.033 399.348 264.105 399.694C265.144 404.816 266.659 410.968 266.659 410.968H286.8C292.689 410.968 300.27 408.625 301.704 407.497C302.227 407.143 302.59 406.599 302.717 405.98C302.843 405.362 302.723 404.718 302.38 404.188C302.195 403.904 301.945 403.669 301.651 403.501C301.357 403.333 301.027 403.237 300.689 403.221C300.962 401.305 300.689 399.751 298.135 399.155C295.281 398.552 292.324 398.646 289.515 399.429C288.765 397.504 287.903 395.08 286.945 392.278C278.042 392.165 269.036 391.457 263.855 398.543Z" fill="#45AAF7"/>
<path d="M263.855 398.543C263.944 398.945 264.033 399.348 264.105 399.694C265.144 404.816 266.659 410.968 266.659 410.968H286.8C292.689 410.968 300.27 408.625 301.704 407.497C302.227 407.143 302.59 406.599 302.717 405.98C302.843 405.362 302.723 404.718 302.38 404.188C302.195 403.904 301.945 403.669 301.651 403.501C301.357 403.333 301.027 403.237 300.689 403.221C300.962 401.305 300.689 399.751 298.135 399.155C295.281 398.552 292.324 398.646 289.515 399.429C288.765 397.504 287.903 395.08 286.945 392.278C278.042 392.165 269.036 391.457 263.855 398.543Z" fill="#45AAF7"/>
<path d="M289.458 399.509L288.757 399.646H288.677L282.916 400.83C282.916 400.83 282.86 400.685 282.771 400.411C282.342 398.91 282.123 397.357 282.119 395.797C282.071 392.632 280.387 392.278 277.479 392.342C277.527 392.205 277.567 392.076 277.615 391.948C278.015 390.936 278.711 390.068 279.613 389.459C280.514 388.85 281.579 388.527 282.667 388.533H287.5C287.782 388.534 288.06 388.598 288.314 388.72C288.567 388.842 288.791 389.019 288.968 389.238C289.144 389.457 289.27 389.713 289.335 389.986C289.401 390.26 289.404 390.545 289.345 390.82C288.756 393.377 288.706 396.03 289.2 398.607C289.267 398.913 289.354 399.214 289.458 399.509Z" fill="#8CD9FF"/>
<path d="M269.166 402.666C268.448 402.426 267.689 402.336 266.935 402.401C266.181 402.466 265.449 402.685 264.783 403.044C264.856 403.35 264.92 403.656 264.993 403.962C265.572 403.622 266.217 403.408 266.884 403.334C267.552 403.26 268.228 403.329 268.868 403.535C271.8 404.526 273.927 408.367 275.071 411H276.078C274.918 408.238 272.59 403.833 269.166 402.666Z" fill="#5865F2"/>
<path d="M302.138 407.062C301.99 407.234 301.826 407.39 301.647 407.529C300.213 408.665 292.632 411 286.743 411H274.707V410.783C288.491 410.565 297.885 404.84 301.075 404.84C301.318 404.871 301.55 404.962 301.749 405.106C301.947 405.249 302.107 405.44 302.213 405.661C302.319 405.882 302.367 406.127 302.354 406.371C302.341 406.616 302.267 406.854 302.138 407.062Z" fill="black"/>
<path d="M291.98 297.137H291.9C290.555 296.838 289.365 296.063 288.548 294.955C288.491 294.904 288.445 294.842 288.415 294.772C288.384 294.702 288.369 294.626 288.371 294.549C288.373 294.473 288.392 294.398 288.426 294.33C288.459 294.261 288.508 294.201 288.568 294.153C288.627 294.106 288.697 294.072 288.771 294.054C288.845 294.035 288.922 294.034 288.997 294.049C289.072 294.064 289.143 294.095 289.205 294.14C289.266 294.185 289.317 294.243 289.354 294.31C290.013 295.2 290.962 295.832 292.037 296.098C292.105 296.109 292.171 296.133 292.23 296.169C292.289 296.205 292.34 296.253 292.38 296.309C292.421 296.365 292.45 296.429 292.465 296.496C292.481 296.564 292.483 296.634 292.472 296.702C292.452 296.82 292.392 296.927 292.303 297.006C292.213 297.085 292.099 297.131 291.98 297.137Z" fill="black"/>
<path d="M265.854 290.598C265.323 290.6 264.812 290.402 264.42 290.044C264.029 289.686 263.787 289.194 263.743 288.665L263.332 283.906H264.275L267.038 288.496C267.165 288.706 267.234 288.946 267.238 289.192C267.241 289.437 267.18 289.679 267.059 289.893C266.939 290.107 266.764 290.284 266.552 290.408C266.34 290.532 266.099 290.598 265.854 290.598Z" fill="#FFE75C"/>
<path d="M247.478 282.908H242.322C242.193 282.892 242.075 282.829 241.989 282.732C241.903 282.635 241.855 282.51 241.855 282.38C241.855 282.251 241.903 282.126 241.989 282.028C242.075 281.931 242.193 281.869 242.322 281.853H247.478C247.553 281.844 247.628 281.85 247.7 281.873C247.772 281.895 247.839 281.932 247.895 281.982C247.952 282.032 247.997 282.093 248.028 282.162C248.059 282.231 248.075 282.305 248.075 282.38C248.075 282.456 248.059 282.53 248.028 282.599C247.997 282.667 247.952 282.729 247.895 282.779C247.839 282.828 247.772 282.866 247.7 282.888C247.628 282.91 247.553 282.917 247.478 282.908Z" fill="black"/>
<path d="M271.639 342.102L270.076 336.635C274.303 333.873 278.325 330.81 282.112 327.471C282.112 327.471 277.722 337.182 275.788 346.129L271.639 342.102Z" fill="black"/>
<path d="M283.392 353.609C283.263 353.594 283.145 353.531 283.059 353.434C282.973 353.337 282.926 353.212 282.926 353.082C282.926 352.952 282.973 352.827 283.059 352.73C283.145 352.633 283.263 352.57 283.392 352.555L288.5 352.353C288.639 352.347 288.774 352.396 288.877 352.489C288.98 352.583 289.041 352.714 289.048 352.852C289.054 352.991 289.005 353.127 288.911 353.23C288.818 353.332 288.687 353.394 288.548 353.4L283.441 353.609H283.392Z" fill="black"/>
<path d="M289.459 399.509L288.759 399.646H288.678C286.387 400.157 284.139 400.841 281.951 401.691C281.893 401.703 281.832 401.703 281.774 401.691C281.667 401.691 281.563 401.654 281.481 401.586C281.399 401.518 281.343 401.423 281.323 401.318C281.303 401.213 281.32 401.105 281.371 401.011C281.423 400.918 281.505 400.845 281.605 400.805C281.605 400.805 282.056 400.628 282.773 400.371C284.875 399.615 287.029 399.012 289.218 398.567C289.278 398.886 289.359 399.201 289.459 399.509Z" fill="black"/>
<path d="M275.24 308.885L275.095 308.467C275.031 308.284 274.967 308.107 274.902 307.935C270.243 307.368 265.539 307.268 260.86 307.637C260.74 307.649 260.629 307.709 260.552 307.802C260.475 307.896 260.438 308.016 260.449 308.136C260.463 308.256 260.523 308.366 260.616 308.442C260.71 308.519 260.829 308.556 260.949 308.547C265.712 308.184 270.5 308.297 275.24 308.885Z" fill="black"/>
<path d="M239.557 250.319L236.496 251.801L240.782 253.709L239.557 250.319Z" fill="white"/>
<path d="M302.147 407.046C302.462 406.603 302.147 406.346 301.076 406.346C297.853 406.346 288.492 410.775 274.708 411H266.652C266.652 411 266.426 410.09 266.096 408.673C272.38 408.673 279.308 408.576 285.688 406.531C292.536 404.333 296.403 402.746 300.665 403.253C301.001 403.269 301.329 403.364 301.622 403.531C301.915 403.697 302.164 403.931 302.349 404.212C302.627 404.642 302.757 405.151 302.721 405.663C302.685 406.174 302.483 406.659 302.147 407.046Z" fill="white"/>
<path d="M285.689 390.208H286.318C287.776 390.208 288.807 390.281 289.097 390.627C289.234 390.796 289.258 391.126 289.161 391.69C289.218 391.384 289.274 391.078 289.339 390.788C289.366 390.63 289.361 390.467 289.324 390.311C289.287 390.154 289.218 390.007 289.123 389.877C289.027 389.748 288.906 389.639 288.768 389.558C288.629 389.476 288.475 389.423 288.315 389.403C287.652 389.327 286.985 389.295 286.318 389.306H285.697C283.28 389.306 280.549 389.306 279.115 392.358C279.436 392.384 279.754 392.438 280.066 392.519C281.274 390.176 283.425 390.192 285.689 390.208Z" fill="#3442D9"/>
<path d="M266.515 252.485C266.433 252.486 266.353 252.467 266.28 252.431C266.207 252.394 266.144 252.341 266.096 252.276C266.04 252.203 264.63 250.448 261.343 250.843C261.205 250.864 261.064 250.83 260.952 250.747C260.839 250.665 260.764 250.541 260.743 250.404C260.721 250.266 260.755 250.125 260.838 250.013C260.92 249.9 261.044 249.825 261.182 249.804C263.808 249.264 264.855 248.016 265.419 247.114C265.455 247.055 265.501 247.004 265.557 246.964C265.612 246.924 265.675 246.895 265.742 246.879C265.809 246.863 265.878 246.861 265.946 246.872C266.013 246.884 266.078 246.908 266.136 246.945C266.196 246.981 266.248 247.028 266.289 247.084C266.33 247.139 266.36 247.203 266.377 247.27C266.393 247.338 266.396 247.408 266.385 247.476C266.374 247.545 266.35 247.611 266.313 247.67C265.732 248.608 264.919 249.382 263.953 249.916C265.107 250.153 266.153 250.758 266.934 251.64C267.018 251.752 267.054 251.893 267.034 252.032C267.014 252.17 266.941 252.296 266.829 252.381C266.738 252.448 266.628 252.485 266.515 252.485Z" fill="black"/>
<path d="M197.32 411H162.348V403.6C162.345 401.7 163.088 399.876 164.418 398.519C165.643 397.27 166.924 396.046 167.874 395.161C168.321 394.739 168.677 394.231 168.921 393.668C169.165 393.104 169.291 392.497 169.292 391.883V383.509C169.293 381.821 169.863 380.184 170.91 378.86C171.956 377.537 173.418 376.604 175.06 376.213C180.365 374.842 185.899 374.603 191.302 375.512C193.004 375.853 194.535 376.772 195.635 378.114C196.735 379.456 197.336 381.138 197.336 382.872L197.32 411Z" fill="#45AAF7"/>
<path d="M171.33 396.916C171.395 396.948 171.467 396.965 171.54 396.964C171.624 396.966 171.706 396.944 171.779 396.901C171.851 396.859 171.911 396.797 171.951 396.723C173.505 393.695 173.505 388.952 173.505 383.927C173.505 378.693 174.005 376.986 177.388 375.706C176.905 375.794 176.22 375.931 175.568 376.076C175.111 376.183 174.684 376.389 174.315 376.678C173.947 376.967 173.645 377.333 173.433 377.751C172.716 379.209 172.627 381.165 172.627 383.927C172.627 388.839 172.627 393.47 171.169 396.304C171.11 396.407 171.094 396.529 171.124 396.643C171.154 396.758 171.228 396.856 171.33 396.916Z" fill="#BAE8FF"/>
<path d="M197.319 382.872C197.32 381.135 196.718 379.451 195.614 378.108C194.51 376.766 192.975 375.848 191.269 375.512C188.452 374.989 185.579 374.829 182.721 375.037C175.995 375.496 177.002 379.772 177.002 385.965V391.279C177.01 393.045 176.543 394.781 175.648 396.304C174.657 397.971 174.367 399.928 174.367 403.841V411H197.319V382.872Z" fill="#3F99F2"/>
<path d="M188.884 402.505C188.569 393.365 184.404 385.361 180.215 377.735C180.117 377.582 180.062 377.405 180.055 377.223C180.049 377.041 180.092 376.861 180.179 376.701C180.266 376.541 180.395 376.408 180.552 376.315C180.708 376.222 180.887 376.173 181.069 376.173H182.108C182.33 376.178 182.546 376.24 182.735 376.355C182.925 376.469 183.081 376.631 183.188 376.825C187.538 384.725 192.05 393.003 192.348 402.505C192.409 403.615 192.24 404.727 191.851 405.768C191.461 406.81 190.86 407.76 190.085 408.559C189.31 409.357 188.378 409.986 187.347 410.406C186.317 410.826 185.211 411.028 184.098 411H180.634C181.747 411.028 182.853 410.826 183.883 410.406C184.914 409.986 185.846 409.357 186.621 408.559C187.396 407.76 187.997 406.81 188.386 405.768C188.776 404.727 188.945 403.615 188.884 402.505Z" fill="#3543DE"/>
<path d="M198.761 402.505C198.447 393.365 194.282 385.361 190.093 377.735C189.99 377.581 189.932 377.403 189.923 377.218C189.914 377.034 189.956 376.851 190.044 376.688C190.132 376.526 190.262 376.391 190.422 376.297C190.581 376.203 190.762 376.155 190.947 376.157H191.978C192.201 376.161 192.418 376.223 192.609 376.338C192.8 376.452 192.957 376.615 193.066 376.809C197.408 384.708 201.928 392.986 202.226 402.488C202.281 403.6 202.107 404.712 201.713 405.753C201.32 406.795 200.715 407.744 199.938 408.541C199.161 409.339 198.227 409.967 197.196 410.387C196.164 410.808 195.057 411.011 193.944 410.984H190.48C191.592 411.011 192.697 410.808 193.728 410.389C194.758 409.969 195.691 409.342 196.468 408.547C197.245 407.751 197.85 406.804 198.244 405.764C198.639 404.725 198.815 403.615 198.761 402.505Z" fill="#3543DE"/>
<path d="M190.181 388.3L200.904 390.168C201.597 391.8 202.042 393.526 202.226 395.289C202.298 396.417 200.993 397.464 198.89 398.333C197.388 398.975 195.998 399.853 194.774 400.934C191.728 403.6 189.134 405.267 184.695 405.267C183.761 405.267 183.132 405.267 182.633 404.703C182.076 404.068 181.748 403.265 181.698 402.423C181.648 401.58 181.881 400.745 182.359 400.049C182.899 399.309 183.571 398.676 184.341 398.18C185.928 397.14 187.268 395.766 188.269 394.154C189.269 392.542 189.906 390.731 190.133 388.847C190.141 388.662 190.165 388.485 190.181 388.3Z" fill="#DE3A93"/>
<path d="M198.89 398.341C199.76 397.997 200.575 397.525 201.307 396.94C202.33 396.022 201.887 395.128 199.695 395.161C197.504 395.193 195.321 396.908 190.793 399.654C186.137 402.472 179.515 405.291 184.63 405.291C189.11 405.291 191.663 403.624 194.709 400.958C195.949 399.862 197.362 398.978 198.89 398.341Z" fill="black"/>
<path d="M189.03 385.119C188.281 385.28 188.377 386.158 188.788 387.052C187.918 388.662 188.442 389.282 189.94 389.91C192.913 390.91 196.05 391.331 199.181 391.15C202.403 390.82 202.226 389.781 201.896 388.735C202.983 387.801 202.83 386.697 201.702 386.198C197.645 384.74 193.276 384.368 189.03 385.119Z" fill="#66BCFF"/>
<path d="M212.772 330.201H199.012V337.714H212.772V330.201Z" fill="white"/>
<path d="M240.806 330.37V330.458C241.068 331.528 241.083 332.644 240.849 333.72C240.615 334.797 240.138 335.806 239.456 336.671C238.773 337.536 237.902 338.234 236.909 338.711C235.916 339.189 234.827 339.435 233.725 339.429H218.74L211.691 343.35V343.173C208.469 343.173 206.624 342.102 208.082 330.289C207.397 326.98 204.473 313.926 202.853 304.223C201.363 295.365 204.698 292.144 213.834 286.926C217.749 275.338 227.86 276.015 229.753 282.964C231.646 289.914 238.148 319.37 240.806 330.37Z" fill="#66BCFF"/>
<path d="M212.545 347.047L210.128 347.481C210.012 347.503 209.902 347.55 209.807 347.619C209.711 347.688 209.631 347.777 209.574 347.88C209.516 347.983 209.482 348.097 209.473 348.215C209.464 348.332 209.482 348.45 209.524 348.56L210.048 349.897C202.741 350.284 196.352 350.936 193.831 353.118C191.019 355.59 191.309 358.683 190.149 368.74C188.989 378.798 187.087 384.789 190.149 386.126C193.247 387.453 196.633 387.968 199.985 387.623C203.369 387.293 203.651 385.57 204.368 380.376C205.085 375.182 206.656 363.587 206.656 363.587H233.242C239.807 363.587 243.715 359.295 244.609 355.631C245.245 352.997 244.383 346.773 242.869 339.429H218.74L211.691 343.35L212.231 345.605L212.545 347.047Z" fill="#3442D9"/>
<path d="M228.087 367.565L227.652 366.606C236.861 362.459 237.062 353.932 234.202 339.646L235.233 339.437C237.642 351.484 238.883 362.693 228.087 367.565Z" fill="#2330BF"/>
<path d="M191.778 390.458C191.652 390.458 191.531 390.413 191.435 390.332C191.339 390.251 191.275 390.139 191.254 390.015C191.28 388.85 191.401 387.69 191.616 386.544C191.214 382.003 192.519 374.047 193.542 368.45L193.985 366.035C195.596 356.702 195.83 356.516 204.7 355.937L207.117 355.784C212.675 355.421 215.463 355.236 216.405 354.02C217.211 352.965 216.832 350.727 216.14 347.159C214.657 339.566 213.537 333.1 213.529 333.035C213.515 332.967 213.516 332.896 213.53 332.828C213.544 332.76 213.572 332.695 213.612 332.638C213.652 332.581 213.703 332.532 213.762 332.495C213.821 332.458 213.887 332.434 213.956 332.423C214.093 332.4 214.233 332.432 214.347 332.512C214.46 332.592 214.537 332.713 214.561 332.85C214.561 332.914 215.688 339.381 217.171 346.958C217.976 350.928 218.331 353.247 217.235 354.664C216.011 356.275 213.207 356.436 207.181 356.83L204.764 356.992C196.547 357.523 196.547 357.523 195.008 366.22C194.879 366.969 194.734 367.79 194.573 368.636C193.921 372.187 192.205 381.6 192.656 386.52C192.664 386.563 192.664 386.607 192.656 386.649C192.458 387.713 192.335 388.789 192.285 389.87C192.306 390.007 192.272 390.146 192.19 390.258C192.109 390.369 191.987 390.444 191.85 390.466L191.778 390.458Z" fill="#2467D4"/>
<path d="M206.657 364.118H206.576C200.526 363.192 197.625 357.95 197.505 357.724C197.448 357.603 197.44 357.466 197.481 357.339C197.523 357.212 197.611 357.106 197.729 357.042C197.846 356.979 197.983 356.962 198.112 356.996C198.241 357.03 198.352 357.112 198.423 357.225C198.423 357.273 201.21 362.234 206.737 363.079C206.805 363.089 206.871 363.112 206.93 363.148C206.99 363.183 207.041 363.23 207.083 363.285C207.124 363.34 207.154 363.403 207.17 363.47C207.187 363.537 207.19 363.607 207.18 363.675C207.159 363.799 207.095 363.911 206.999 363.992C206.904 364.073 206.782 364.118 206.657 364.118Z" fill="black"/>
<path d="M206.657 364.118C206.56 364.118 206.465 364.09 206.383 364.037C205.125 363.306 204.028 362.328 203.156 361.163C202.284 359.998 201.655 358.67 201.308 357.257C201.295 357.19 201.296 357.12 201.31 357.053C201.324 356.985 201.352 356.921 201.39 356.864C201.429 356.808 201.479 356.759 201.537 356.721C201.594 356.684 201.659 356.658 201.727 356.645C201.794 356.633 201.864 356.633 201.931 356.647C201.999 356.662 202.063 356.689 202.12 356.728C202.176 356.767 202.225 356.816 202.263 356.874C202.3 356.932 202.326 356.996 202.339 357.064C203.005 359.616 204.657 361.799 206.931 363.136C207.029 363.196 207.104 363.287 207.145 363.394C207.187 363.501 207.193 363.619 207.162 363.729C207.131 363.84 207.065 363.938 206.974 364.008C206.883 364.078 206.772 364.116 206.657 364.118Z" fill="black"/>
<path d="M240.807 330.362C239.438 324.725 237.037 314.176 234.773 304.328L222.987 303.474L213.867 309.916L208.622 316.914L205.932 320.594C206.874 325.087 207.688 328.783 208.01 330.337C206.544 342.126 208.397 343.222 211.619 343.222L220.948 339.26L242.491 337.762C241.975 335.33 241.411 332.858 240.807 330.362Z" fill="#EB459F"/>
<path d="M218.46 324.156C219.136 320.22 218.792 316.876 217.691 316.687C216.59 316.498 215.149 319.536 214.472 323.472C213.796 327.408 214.141 330.752 215.242 330.941C216.343 331.13 217.784 328.093 218.46 324.156Z" fill="black"/>
<path d="M209.879 314.707C210.394 313.765 210.958 312.839 211.563 311.954C217.468 303.386 223.075 301.123 228.416 301.123H235.095C235.192 301.122 235.287 301.145 235.373 301.19C235.459 301.234 235.534 301.298 235.59 301.377C235.646 301.456 235.682 301.547 235.696 301.643C235.709 301.739 235.699 301.837 235.667 301.928L234.805 304.344C224.557 304.344 220.916 304.07 212.376 313.016L208.654 316.914L209.879 314.707Z" fill="#D11583"/>
<path d="M242.491 337.714H225.089C221.19 337.714 216.413 337.504 211.619 343.173L212.199 345.589C214.995 342.916 217.565 341.748 223.14 341.748H243.32L242.491 337.714Z" fill="black"/>
<path d="M212.345 313.274C208.816 313.942 206.037 315.738 204.458 319.032C204.024 319.935 203.377 320.72 202.572 321.319L193.074 328.228C192.02 328.994 191.289 330.126 191.024 331.401C190.759 332.677 190.978 334.006 191.64 335.129C192.103 335.916 192.764 336.568 193.556 337.021C194.349 337.475 195.246 337.713 196.16 337.714H200.099C208.284 333.116 212.111 330.007 214.02 328.212C215.93 326.416 218.145 323.251 217.791 319.547C217.436 315.843 216.324 312.541 212.345 313.274Z" fill="#CFEFFF"/>
<path d="M215.269 286.089C214.02 284.027 212.361 281.201 211.74 279.912C211.12 278.624 209.565 278.914 211.74 284.8C206.439 282.779 205.368 283.512 205.078 284.253C204.788 284.993 205.996 285.388 208.204 286.668C210.411 287.949 212.763 289.463 212.763 289.463L215.269 286.089Z" fill="#66BCFF"/>
<path d="M220.771 286.266C221.666 285.179 221.964 283.947 221.44 283.512C220.916 283.077 220.353 283.31 219.547 284.357C219.212 284.801 218.837 285.214 218.427 285.589C217.557 286.395 217.742 287.063 218.177 287.425C218.612 287.788 219.877 287.353 220.771 286.266Z" fill="black"/>
<path d="M229.681 282.988C226.634 281.637 223.662 280.12 220.779 278.447C217.275 276.168 216.695 274.106 217.943 273.438C219.192 272.77 221.424 274.364 223.083 276.514C223.027 272.77 223.631 271.98 224.654 271.924C225.677 271.868 225.758 273.317 225.838 275.435C225.919 277.553 226.225 278.39 227.836 279.775C228.768 280.63 229.413 281.753 229.681 282.988Z" fill="#3442D9"/>
<path d="M206.73 300.462C205.24 300.462 204.015 299.19 205.159 297.008C206.303 294.826 210.09 292.547 211.926 291.75C213.763 290.952 214.609 291.75 214.69 292.386C214.77 293.022 214.448 293.924 213.159 295.607C211.87 297.29 209.413 300.462 206.73 300.462Z" fill="white"/>
<path d="M207.865 300.285C207.572 300.379 207.269 300.438 206.963 300.462L205.746 296.138C205.967 295.852 206.21 295.583 206.471 295.333L207.865 300.285Z" fill="#8CD9FF"/>
<path d="M211.161 297.974C210.928 298.232 210.681 298.477 210.42 298.707L208.93 293.425C209.196 293.239 209.469 293.07 209.735 292.909L211.161 297.974Z" fill="#8CD9FF"/>
<path d="M214.077 294.294C213.869 294.633 213.643 294.961 213.401 295.277L212.361 291.605C212.651 291.498 212.955 291.438 213.264 291.427L214.077 294.294Z" fill="#8CD9FF"/>
<path d="M215.953 292.7C215.9 292.708 215.846 292.708 215.792 292.7C214.731 292.357 213.696 291.934 212.699 291.435C212.638 291.402 212.585 291.357 212.542 291.303C212.499 291.25 212.467 291.188 212.448 291.122C212.429 291.055 212.423 290.986 212.431 290.918C212.439 290.849 212.46 290.783 212.493 290.723C212.527 290.663 212.571 290.609 212.625 290.566C212.679 290.524 212.741 290.492 212.807 290.473C212.873 290.453 212.943 290.448 213.011 290.455C213.08 290.463 213.146 290.484 213.206 290.517C214.147 290.979 215.119 291.375 216.114 291.701C216.234 291.739 216.336 291.818 216.402 291.925C216.468 292.031 216.494 292.158 216.475 292.282C216.455 292.406 216.392 292.518 216.296 292.6C216.2 292.681 216.079 292.725 215.953 292.724V292.7Z" fill="black"/>
<path d="M217.389 357.072C217.312 357.072 217.236 357.055 217.167 357.023C217.097 356.991 217.036 356.945 216.986 356.887L211.209 349.873C211.163 349.82 211.128 349.759 211.107 349.693C211.085 349.626 211.076 349.556 211.082 349.487C211.087 349.417 211.107 349.349 211.139 349.287C211.171 349.225 211.216 349.17 211.269 349.126C211.323 349.081 211.385 349.048 211.452 349.028C211.519 349.007 211.589 349.001 211.659 349.008C211.728 349.015 211.796 349.037 211.857 349.07C211.918 349.104 211.972 349.15 212.015 349.205L217.791 356.218C217.835 356.271 217.869 356.332 217.889 356.397C217.909 356.463 217.916 356.532 217.909 356.6C217.902 356.668 217.882 356.734 217.849 356.795C217.817 356.855 217.772 356.908 217.719 356.951C217.626 357.028 217.509 357.07 217.389 357.072Z" fill="black"/>
<path d="M216.122 347.441H214.068L213.432 344.526L212.852 341.837C213.392 341.301 213.971 340.806 214.584 340.355L215.228 343.326L216.122 347.441Z" fill="#3442D9"/>
<path d="M225.242 344.615H223.187L222.575 341.772L221.713 337.794C222.414 337.738 223.091 337.722 223.751 337.722L224.621 341.748L225.242 344.615Z" fill="#3442D9"/>
<path d="M241.999 344.502H239.945L239.357 341.764L238.479 337.714H240.533L241.411 341.764L241.999 344.502Z" fill="#3442D9"/>
<path d="M236.368 311.293C235.375 310.481 234.146 310.012 232.864 309.956C230.117 309.956 228.586 312.67 228.079 315.215C227.982 315.691 227.701 316.11 227.296 316.378C226.891 316.647 226.396 316.744 225.919 316.648C225.443 316.552 225.024 316.271 224.755 315.866C224.486 315.461 224.389 314.966 224.485 314.49C225.484 309.514 228.779 306.292 232.864 306.292C233.54 306.305 234.193 306.545 234.715 306.975C235.237 307.405 235.598 307.999 235.74 308.66C235.966 309.538 236.167 310.423 236.368 311.293Z" fill="white"/>
<path d="M240.815 330.394C240.931 330.864 240.95 331.352 240.871 331.829C240.793 332.306 240.617 332.762 240.357 333.17C240.096 333.577 239.755 333.928 239.355 334.199C238.954 334.471 238.503 334.658 238.028 334.75C237.594 334.825 237.155 334.863 236.715 334.863C233.694 334.863 230.584 333.075 228.191 329.959C227.911 329.571 227.794 329.09 227.863 328.617C227.933 328.144 228.185 327.717 228.564 327.426C228.944 327.136 229.422 327.005 229.897 327.061C230.372 327.118 230.806 327.357 231.108 327.728C232.791 329.935 234.846 331.199 236.747 331.199C237.529 331.173 238.288 330.935 238.944 330.509C239.6 330.083 240.127 329.487 240.469 328.783C240.598 329.331 240.719 329.846 240.839 330.329L240.815 330.394Z" fill="#2331B5"/>
<path d="M237.271 315.344C236.899 315.335 236.533 315.446 236.229 315.661C235.924 315.875 235.697 316.182 235.58 316.535L233.364 322.502C233.177 323.063 233.187 323.672 233.392 324.226C233.597 324.781 233.985 325.25 234.492 325.554C234.718 325.696 234.973 325.784 235.239 325.812C235.504 325.841 235.772 325.808 236.023 325.717C236.274 325.627 236.5 325.48 236.686 325.288C236.872 325.097 237.011 324.866 237.094 324.612L238.52 320.763C238.157 319.04 237.739 317.22 237.271 315.344Z" fill="#5865F2"/>
<path d="M234.522 325.554C234.014 325.249 233.625 324.779 233.422 324.222C233.218 323.665 233.211 323.055 233.403 322.494L233.999 320.884C234.108 320.598 234.277 320.34 234.495 320.125C234.713 319.911 234.975 319.747 235.262 319.643C235.55 319.539 235.856 319.498 236.161 319.523C236.466 319.548 236.761 319.639 237.028 319.789C237.464 320.038 237.797 320.434 237.968 320.905C238.14 321.377 238.137 321.895 237.962 322.365L237.157 324.62C237.073 324.877 236.931 325.111 236.743 325.304C236.554 325.497 236.324 325.645 236.069 325.735C235.815 325.825 235.543 325.856 235.275 325.824C235.007 325.793 234.749 325.701 234.522 325.554Z" fill="#FFE75C"/>
<path d="M201.017 336.933C200.891 336.932 200.77 336.888 200.674 336.807C200.578 336.726 200.514 336.613 200.493 336.49C200.474 336.352 200.509 336.213 200.59 336.101C200.671 335.988 200.792 335.911 200.928 335.886C202.864 335.454 204.697 334.649 206.326 333.518C206.384 333.48 206.448 333.454 206.516 333.441C206.584 333.428 206.654 333.428 206.721 333.442C206.789 333.456 206.853 333.483 206.911 333.521C206.968 333.56 207.017 333.61 207.055 333.667C207.093 333.725 207.12 333.789 207.133 333.857C207.146 333.925 207.145 333.995 207.132 334.062C207.118 334.13 207.091 334.194 207.052 334.252C207.013 334.309 206.964 334.358 206.906 334.396C205.156 335.615 203.182 336.474 201.098 336.924L201.017 336.933Z" fill="#A3D7FF"/>
<path d="M226.958 411H217.758C214.948 410.923 212.251 409.872 210.131 408.027C208.01 406.182 206.597 403.658 206.133 400.886C205.376 395.475 208.936 392.366 214.995 391.038L216.066 390.796C216.92 390.61 217.671 390.108 218.17 389.391C218.669 388.674 218.879 387.796 218.757 386.931C218.643 386.102 218.256 385.335 217.656 384.751C217.056 384.167 216.278 383.801 215.446 383.71L213.931 383.533C207.398 382.824 203.079 378.991 202.298 373.427C202.086 372.195 202.15 370.932 202.487 369.728C202.824 368.525 203.424 367.411 204.245 366.469C205.066 365.526 206.086 364.777 207.232 364.278C208.377 363.778 209.62 363.539 210.87 363.578H220.03C222.835 363.663 225.525 364.717 227.64 366.561C229.756 368.405 231.166 370.926 231.631 373.693L235.498 401.144C235.708 402.373 235.642 403.633 235.307 404.834C234.971 406.034 234.374 407.146 233.557 408.088C232.741 409.031 231.726 409.781 230.585 410.284C229.443 410.788 228.205 411.032 226.958 411Z" fill="#ADB4FF"/>
<path d="M237.641 411H228.449C225.635 410.932 222.933 409.885 220.809 408.038C218.685 406.192 217.273 403.662 216.816 400.886C216.508 398.844 216.956 396.759 218.076 395.023C219.196 393.287 220.91 392.019 222.898 391.456C223.637 391.245 224.277 390.777 224.7 390.136C225.124 389.495 225.305 388.724 225.21 387.962L224.92 385.981C224.829 385.337 224.539 384.738 224.092 384.266C223.644 383.794 223.061 383.473 222.423 383.347C220.035 382.836 217.856 381.62 216.167 379.857C214.478 378.094 213.357 375.865 212.949 373.459C212.738 372.228 212.804 370.965 213.141 369.762C213.479 368.559 214.079 367.446 214.899 366.504C215.72 365.561 216.739 364.813 217.884 364.313C219.029 363.812 220.271 363.572 221.521 363.611H230.713C233.523 363.687 236.219 364.737 238.341 366.58C240.463 368.423 241.878 370.946 242.346 373.717L246.213 401.119C246.429 402.353 246.367 403.619 246.032 404.826C245.698 406.033 245.098 407.15 244.277 408.097C243.456 409.043 242.435 409.794 241.287 410.297C240.139 410.799 238.894 411.039 237.641 411Z" fill="#EDF9FF"/>
<path d="M235.321 372.879C235.366 373.139 235.353 373.405 235.283 373.659C235.213 373.913 235.086 374.149 234.913 374.348C234.74 374.547 234.525 374.705 234.284 374.81C234.042 374.915 233.78 374.966 233.516 374.957H223.8C223.219 374.945 222.66 374.731 222.219 374.352C221.778 373.973 221.482 373.452 221.383 372.879L221.335 372.557C221.288 372.298 221.3 372.032 221.369 371.777C221.438 371.523 221.564 371.288 221.736 371.089C221.908 370.89 222.123 370.731 222.365 370.626C222.606 370.521 222.868 370.471 223.132 370.48H232.847C233.428 370.495 233.986 370.71 234.426 371.088C234.866 371.467 235.162 371.986 235.264 372.557L235.321 372.879Z" fill="#66BCFF"/>
<path d="M231.139 376.769C231.183 377.029 231.169 377.296 231.098 377.55C231.026 377.805 230.899 378.04 230.726 378.24C230.553 378.439 230.337 378.598 230.095 378.704C229.853 378.81 229.591 378.862 229.326 378.854H229.053C228.47 378.842 227.91 378.627 227.469 378.246C227.028 377.865 226.733 377.343 226.636 376.769L225.5 368.668C225.456 368.407 225.47 368.14 225.541 367.886C225.613 367.632 225.74 367.396 225.913 367.197C226.086 366.997 226.302 366.839 226.544 366.732C226.786 366.626 227.048 366.575 227.312 366.582H227.602C228.185 366.595 228.745 366.81 229.186 367.19C229.627 367.571 229.922 368.093 230.019 368.668L231.139 376.769Z" fill="#66BCFF"/>
<path d="M232.333 388.976C232.351 389.085 232.344 389.196 232.314 389.301C232.284 389.407 232.231 389.504 232.158 389.587C232.086 389.669 231.996 389.734 231.895 389.778C231.794 389.821 231.685 389.842 231.575 389.838H231.463C231.222 389.833 230.992 389.745 230.81 389.587C230.629 389.43 230.509 389.213 230.472 388.976L229.996 385.61C229.978 385.503 229.985 385.393 230.014 385.288C230.044 385.183 230.097 385.086 230.168 385.003C230.24 384.921 230.329 384.856 230.428 384.812C230.528 384.768 230.636 384.746 230.745 384.749H230.826C231.067 384.753 231.299 384.842 231.481 384.999C231.664 385.156 231.786 385.373 231.825 385.61L232.333 388.976Z" fill="#ADB4FF"/>
<path d="M232.131 399.582C231.55 399.571 230.99 399.358 230.548 398.978C230.107 398.599 229.812 398.078 229.715 397.504L229.674 397.23C229.631 396.971 229.646 396.705 229.718 396.452C229.791 396.199 229.918 395.965 230.091 395.767C230.265 395.569 230.48 395.412 230.721 395.307C230.962 395.202 231.224 395.152 231.487 395.161H231.769C232.334 395.176 232.877 395.382 233.309 395.747C233.741 396.111 234.036 396.612 234.146 397.166L234.194 397.504C234.24 397.764 234.227 398.03 234.156 398.284C234.086 398.538 233.96 398.773 233.787 398.972C233.614 399.171 233.399 399.329 233.157 399.435C232.915 399.54 232.653 399.59 232.389 399.582H232.131Z" fill="#66BCFF"/>
<path d="M233.508 407.433H233.242C232.659 407.42 232.099 407.205 231.658 406.825C231.217 406.444 230.923 405.921 230.825 405.347L230.777 405.001V404.856C230.754 404.605 230.785 404.352 230.867 404.114C230.949 403.875 231.081 403.657 231.254 403.474C231.427 403.29 231.637 403.146 231.87 403.049C232.103 402.953 232.354 402.907 232.606 402.915H232.88C233.456 402.926 234.012 403.135 234.452 403.508C234.893 403.881 235.191 404.394 235.296 404.961L235.337 405.307C235.391 405.572 235.384 405.846 235.316 406.108C235.248 406.37 235.121 406.613 234.945 406.819C234.768 407.024 234.547 407.186 234.298 407.292C234.049 407.399 233.778 407.447 233.508 407.433Z" fill="#FF78B9"/>
<path d="M232.437 399.582H232.163C231.581 399.571 231.021 399.358 230.58 398.978C230.138 398.599 229.843 398.077 229.746 397.504L229.706 397.23C229.663 396.971 229.678 396.705 229.75 396.452C229.822 396.199 229.949 395.965 230.122 395.767C230.296 395.569 230.511 395.412 230.752 395.307C230.994 395.202 231.255 395.152 231.518 395.161H231.8C232.365 395.176 232.908 395.382 233.34 395.747C233.772 396.111 234.067 396.612 234.177 397.166L234.225 397.504C234.27 397.762 234.258 398.027 234.188 398.28C234.119 398.533 233.994 398.767 233.823 398.966C233.652 399.165 233.439 399.323 233.199 399.429C232.959 399.536 232.699 399.588 232.437 399.582Z" fill="#5865F2"/>
<path d="M237.384 403.479C236.801 403.467 236.241 403.251 235.8 402.871C235.359 402.49 235.064 401.968 234.967 401.393V401.12C234.922 400.861 234.936 400.596 235.007 400.343C235.078 400.09 235.205 399.857 235.378 399.659C235.551 399.462 235.766 399.305 236.007 399.201C236.248 399.097 236.509 399.048 236.772 399.058H237.054C237.624 399.066 238.174 399.269 238.613 399.632C239.053 399.995 239.355 400.497 239.47 401.055L239.519 401.393C239.563 401.654 239.549 401.921 239.477 402.175C239.406 402.43 239.279 402.665 239.106 402.864C238.932 403.064 238.717 403.222 238.475 403.329C238.233 403.435 237.97 403.486 237.706 403.479H237.384Z" fill="#66BCFF"/>
<path d="M237.658 403.479H237.384C236.801 403.467 236.241 403.251 235.8 402.871C235.359 402.49 235.064 401.968 234.967 401.393V401.12C234.922 400.861 234.936 400.596 235.007 400.343C235.078 400.09 235.205 399.857 235.378 399.659C235.551 399.462 235.766 399.305 236.007 399.201C236.248 399.097 236.509 399.048 236.772 399.058H237.054C237.624 399.066 238.174 399.269 238.613 399.632C239.053 399.995 239.355 400.497 239.47 401.055L239.519 401.393C239.564 401.658 239.549 401.929 239.475 402.187C239.401 402.445 239.269 402.684 239.09 402.884C238.912 403.084 238.69 403.242 238.442 403.345C238.194 403.448 237.926 403.494 237.658 403.479Z" fill="#5865F2"/>
<path d="M228.223 403.535H227.949C227.365 403.528 226.803 403.314 226.361 402.933C225.919 402.551 225.625 402.026 225.533 401.45L225.476 401.103V400.958C225.453 400.708 225.484 400.455 225.566 400.217C225.648 399.979 225.78 399.762 225.954 399.579C226.127 399.396 226.337 399.252 226.57 399.157C226.803 399.061 227.053 399.017 227.305 399.026H227.603C228.181 399.033 228.738 399.242 229.179 399.615C229.62 399.988 229.917 400.503 230.02 401.071L230.068 401.417C230.12 401.683 230.111 401.957 230.041 402.219C229.97 402.481 229.842 402.723 229.664 402.927C229.486 403.131 229.263 403.292 229.014 403.398C228.764 403.503 228.494 403.55 228.223 403.535Z" fill="#FF78B9"/>
<path d="M142.884 400.467L137.76 397.609C141.786 391.03 146.201 384.698 150.98 378.645C141.571 382.075 131.645 386.327 120.697 386.327H102.401C101.314 384.088 101.016 381.777 101.016 378.274L123.347 370.166L131.823 371.857L132.072 374.272C140.129 372.211 148.531 369.86 154.63 368.442C162.227 366.679 164.813 370.48 160.398 376.914C151.875 389.315 142.884 400.467 142.884 400.467Z" fill="#29CC7A"/>
<path d="M107.469 376.157C107.469 380.626 107.469 383.766 109.596 385.602C110.139 386.06 110.826 386.312 111.537 386.311H113.728C108.371 385.441 108.371 382.542 108.371 376.157V375.738C108.382 375.685 108.382 375.63 108.371 375.577L107.493 375.899L107.469 376.157Z" fill="#15AD75"/>
<path d="M142.884 398.623C142.767 398.622 142.654 398.582 142.562 398.511C142.507 398.469 142.46 398.418 142.425 398.358C142.39 398.299 142.368 398.233 142.359 398.165C142.35 398.096 142.355 398.027 142.373 397.96C142.391 397.894 142.423 397.832 142.465 397.778C149.716 388.26 155.524 380.102 158.078 375.963C158.457 375.351 159.609 373.491 159.263 373.064C159.029 372.767 157.708 372.348 150.513 374.78C148.185 375.585 145.97 376.342 143.899 377.067C135.65 379.949 130.204 381.85 128.053 381.012C125.741 380.102 125.902 378.033 126.127 375.174C126.192 374.417 126.256 373.564 126.288 372.605C126.288 372.467 126.344 372.334 126.442 372.235C126.54 372.137 126.673 372.082 126.812 372.082C126.951 372.082 127.084 372.137 127.182 372.235C127.281 372.334 127.336 372.467 127.336 372.605C127.336 373.564 127.239 374.441 127.175 375.223C126.949 378.17 126.917 379.394 128.439 379.99C130.22 380.69 136.101 378.637 143.553 376.028C145.623 375.303 147.839 374.53 150.175 373.741C157.377 371.325 159.343 371.438 160.092 372.364C160.842 373.29 160.02 374.78 158.973 376.471C156.403 380.642 150.546 388.823 143.303 398.374C143.258 398.446 143.197 398.506 143.124 398.549C143.051 398.593 142.969 398.618 142.884 398.623Z" fill="#15AD75"/>
<path d="M109.982 347.055C106.239 341.233 103.138 335.023 100.734 328.534C100.401 327.448 100.328 326.299 100.522 325.18C100.715 324.061 101.168 323.003 101.845 322.092C105.704 317.478 110.707 314.997 117.45 313.838C118.2 313.752 118.953 313.966 119.545 314.434C127.513 321.391 129.897 329.299 131.235 336.981C131.29 337.421 131.223 337.868 131.041 338.273C130.859 338.678 130.57 339.025 130.203 339.276C128.29 340.532 126.255 341.593 124.129 342.44L124.935 348.303L109.982 347.055Z" fill="#FFD751"/>
<path d="M117.691 327.422C121.623 327.796 125.529 328.404 129.389 329.242C129.808 329.331 130.799 329.581 131.548 329.774C131.627 329.8 131.698 329.845 131.754 329.906C131.81 329.967 131.85 330.041 131.871 330.121C131.891 330.201 131.89 330.286 131.869 330.366C131.848 330.446 131.807 330.519 131.749 330.579L131.298 330.982L132.152 334.203C132.415 335.204 132.339 336.264 131.935 337.216C131.532 338.169 130.823 338.962 129.921 339.469L127.963 340.572L117.691 327.422Z" fill="#FFD751"/>
<path d="M119.143 330.75C120.154 330.045 119.959 328.022 118.707 326.232C117.456 324.442 115.623 323.563 114.613 324.268C113.602 324.974 113.797 326.997 115.049 328.787C116.3 330.577 118.133 331.456 119.143 330.75Z" fill="#FF78B9"/>
<path d="M125.57 323.992C124.95 323.461 124.241 323.267 123.959 323.565C123.677 323.863 123.83 324.21 124.434 324.669C124.686 324.868 124.918 325.092 125.127 325.337C125.586 325.852 125.973 325.756 126.19 325.506C126.408 325.256 126.182 324.532 125.57 323.992Z" fill="black"/>
<path d="M104.682 319.313C103.812 310.858 104.682 308.04 106.487 305.624C108.291 303.208 109.29 303.869 109 307.122C108.788 309.674 108.804 312.239 109.048 314.788C110.602 310.803 112.871 307.136 115.743 303.965C116.574 302.941 117.698 302.196 118.966 301.831C120.182 301.525 120.883 302.25 120.52 303.442C119.9 305.511 118.353 308.732 114.269 314.587L114.68 316.914L104.682 319.313Z" fill="#FFD751"/>
<path d="M129.236 352.055C133.699 353.561 130.549 367.556 130.549 367.556L131.194 368.048C131.704 368.437 132.063 368.991 132.21 369.615C132.357 370.239 132.282 370.894 132 371.47L131.814 371.84C128.68 371.84 126.626 372.146 122.469 375.126C118.312 378.105 115.541 378.258 111.19 378.258H101.015V374.82C97.1565 373.282 96.8503 371.43 98.2924 369.07C99.098 367.709 100.387 365.793 101.313 364.408C102.039 363.31 102.306 361.971 102.055 360.679C101.519 358.318 101.461 355.873 101.885 353.489L113.027 350.485L127.206 349.873L129.236 352.055Z" fill="#2331B5"/>
<path d="M128.929 364.362C130.267 364.008 130.732 361.382 129.968 358.497C129.204 355.613 127.5 353.561 126.162 353.915C124.825 354.269 124.36 356.895 125.124 359.779C125.888 362.664 127.592 364.716 128.929 364.362Z" fill="black"/>
<path d="M135.762 397.963C137.059 396.626 139.79 394.404 139.79 394.404C141.538 394.404 144.148 394.726 145.333 399.533C146.299 403.487 146.742 405.17 146.742 405.17C152.164 406.144 152.188 407.674 151.455 409.679V410.597C151.455 410.706 151.412 410.811 151.335 410.888C151.258 410.965 151.153 411.008 151.044 411.008H141.981L135.762 397.963Z" fill="white"/>
<path d="M151.013 411C151.122 411 151.226 410.957 151.303 410.88C151.38 410.803 151.424 410.698 151.424 410.589V409.671C147.839 409.671 145.236 410.026 143.931 407.699C142.491 404.928 141.243 402.063 140.193 399.123C139.71 397.713 138.687 396.119 137.196 396.594C136.656 397.077 136.141 397.56 135.746 397.963L141.982 411H151.013Z" fill="#FF78B9"/>
<path d="M147.17 411C146.212 411.01 145.267 410.778 144.422 410.326C143.577 409.874 142.86 409.217 142.336 408.415C140.715 405.706 139.417 402.817 138.469 399.807C137.591 397.222 135.359 396.795 135.158 399.541C134.981 401.997 136.366 404.373 138.574 409.84C138.709 410.181 138.943 410.474 139.246 410.681C139.549 410.887 139.907 410.998 140.274 411H147.17Z" fill="black"/>
<path d="M129.237 352.055C132.081 353.005 137.527 354.866 137.527 354.866C138.405 343.27 141.894 339.936 146.002 330.708C148.943 324.121 150.337 321.133 150.892 319.958C150.983 319.764 151.128 319.6 151.31 319.486C151.491 319.372 151.701 319.312 151.916 319.314H152.238C152.401 319.313 152.562 319.348 152.711 319.415C152.859 319.482 152.991 319.581 153.098 319.704C153.205 319.827 153.285 319.971 153.331 320.128C153.377 320.284 153.389 320.449 153.366 320.61C152.852 323.717 152.024 326.763 150.892 329.701C153.406 327.986 154.461 328.026 155.662 329.701C158.473 328.252 159.529 328.212 160.495 330.394C161.462 332.576 161.374 333.059 160.826 334.839C160.278 336.618 159.513 336.771 158.312 336.771C158.312 348.939 157.547 353.553 151.811 361.734C146.671 369.062 146.429 368.177 139.469 365.97C135.441 364.698 131.549 363.256 128.939 362.266C127.452 361.718 126.204 360.666 125.414 359.293C124.623 357.92 124.34 356.313 124.613 354.753C125.064 352.595 126.555 351.194 129.237 352.055Z" fill="#FFD751"/>
<path d="M129.236 352.055C129.236 352.055 129.607 351.604 130.042 350.984C130.178 350.789 130.271 350.566 130.316 350.332C130.361 350.098 130.356 349.858 130.302 349.626C130.249 349.393 130.147 349.175 130.003 348.985C129.86 348.794 129.678 348.636 129.47 348.52C115.114 340.621 110.047 339.711 102.135 339.711C97.068 339.711 97.3016 341.015 97.7769 343.415C94.1436 346.797 94.208 347.965 96.7377 351.274C99.2673 354.584 100.057 355.888 102.377 355.888C104.697 355.888 110.312 355.953 115.122 353.473C119.932 350.992 122.276 349.72 129.236 352.055Z" fill="white"/>
<path d="M129.05 328.252C123.202 327.229 117.256 326.641 117.192 326.641C117.132 326.635 117.072 326.64 117.015 326.656C116.958 326.673 116.904 326.701 116.858 326.738C116.811 326.776 116.773 326.822 116.744 326.875C116.716 326.927 116.698 326.985 116.692 327.044C116.686 327.104 116.691 327.165 116.708 327.224C116.725 327.282 116.754 327.336 116.792 327.383C116.83 327.43 116.877 327.47 116.931 327.498C116.984 327.527 117.043 327.545 117.103 327.551C117.168 327.551 123.419 328.203 129.389 329.274C129.287 328.926 129.174 328.585 129.05 328.252Z" fill="black"/>
<path d="M116.427 328.3C116.345 328.302 116.265 328.282 116.193 328.244C116.069 328.18 115.975 328.07 115.931 327.937C115.887 327.805 115.898 327.66 115.96 327.535C116.227 327.015 116.532 326.515 116.87 326.037C116.955 325.926 117.079 325.852 117.218 325.831C117.356 325.81 117.497 325.844 117.611 325.925C117.723 326.009 117.796 326.135 117.816 326.274C117.836 326.412 117.8 326.553 117.716 326.666C117.413 327.092 117.143 327.542 116.91 328.01C116.865 328.099 116.796 328.173 116.71 328.225C116.625 328.276 116.526 328.302 116.427 328.3Z" fill="black"/>
<path d="M141.014 356.42H140.869L137.372 355.365C137.239 355.325 137.126 355.234 137.06 355.112C136.993 354.99 136.978 354.846 137.018 354.713C137.057 354.579 137.148 354.467 137.271 354.4C137.393 354.334 137.537 354.319 137.67 354.358L141.167 355.389C141.293 355.42 141.403 355.498 141.476 355.606C141.548 355.714 141.578 355.845 141.558 355.974C141.539 356.103 141.473 356.22 141.372 356.302C141.271 356.384 141.144 356.426 141.014 356.42Z" fill="black"/>
<path d="M107.606 318.605C107.494 318.951 107.421 319.152 107.413 319.168C107.381 319.258 107.322 319.336 107.244 319.391C107.166 319.446 107.073 319.475 106.978 319.474H106.833C106.718 319.436 106.622 319.353 106.568 319.245C106.514 319.136 106.505 319.01 106.543 318.895C106.607 318.742 107.719 315.505 108.734 313.161C108.769 313.073 108.835 313.002 108.919 312.96C108.919 313.564 108.992 314.176 109.048 314.78C109.048 314.748 107.953 317.647 107.606 318.605Z" fill="#FFC619"/>
<path d="M156.765 352.418C156.956 351.855 157.009 351.256 156.921 350.669C156.833 350.082 156.605 349.525 156.257 349.044C156.035 348.751 155.762 348.5 155.452 348.303C154.799 347.939 154.06 347.76 153.313 347.785C152.566 347.811 151.84 348.04 151.214 348.448C151.693 345.985 151.829 343.467 151.617 340.967C151.367 339.227 150.376 338.785 149.812 338.688C148.088 338.366 145.784 340.178 143.77 343.366C143.4 341.651 142.828 340.765 142.014 340.596C141.787 340.549 141.55 340.58 141.343 340.684C141.135 340.787 140.969 340.958 140.87 341.168C140.588 341.78 140.322 342.392 140.064 343.028C141.112 341.498 141.676 341.418 141.829 341.498C141.982 341.579 142.683 341.885 143.077 344.719C143.088 344.814 143.129 344.903 143.195 344.973C143.26 345.042 143.346 345.089 143.44 345.106C143.535 345.125 143.634 345.114 143.722 345.073C143.811 345.033 143.884 344.965 143.931 344.88C146.131 340.918 148.443 339.348 149.643 339.574C150.36 339.711 150.618 340.468 150.707 341.088C151.174 344.309 150.111 349.39 150.094 349.446C150.075 349.543 150.088 349.644 150.13 349.734C150.172 349.824 150.241 349.898 150.328 349.945C150.415 349.993 150.514 350.011 150.612 349.996C150.709 349.981 150.799 349.935 150.868 349.865C152.06 348.673 153.816 348.335 154.96 349.06C156.435 350.01 156.572 352.474 155.379 355.832C155.919 354.727 156.382 353.586 156.765 352.418Z" fill="#FFE591"/>
<path d="M155.693 332.029C155.608 332.029 155.524 332.008 155.448 331.969C155.372 331.93 155.307 331.873 155.258 331.803C154.275 330.386 154.162 330.37 152.261 331.376C152.16 331.431 152.044 331.452 151.931 331.434C151.817 331.417 151.712 331.362 151.633 331.28C150.497 330.112 150.158 330.305 148.708 331.127L148.273 331.376C148.152 331.432 148.013 331.44 147.886 331.399C147.759 331.357 147.652 331.269 147.587 331.152C147.521 331.035 147.503 330.898 147.535 330.768C147.566 330.637 147.646 330.524 147.758 330.45L148.193 330.209C149.611 329.403 150.61 328.856 152.108 330.273C154.082 329.266 154.823 329.339 156.136 331.199C156.214 331.315 156.243 331.456 156.218 331.594C156.192 331.731 156.114 331.852 155.999 331.932C155.91 331.996 155.803 332.03 155.693 332.029Z" fill="#FFB119"/>
<path d="M159.247 336.594C159.247 335.097 159.037 332.874 159.029 332.777C159.025 332.717 159.009 332.659 158.982 332.605C158.955 332.551 158.918 332.504 158.872 332.465C158.826 332.426 158.773 332.396 158.716 332.378C158.658 332.36 158.598 332.353 158.538 332.359C158.478 332.364 158.419 332.381 158.365 332.409C158.311 332.436 158.263 332.475 158.225 332.521C158.186 332.568 158.156 332.621 158.138 332.679C158.12 332.737 158.114 332.798 158.119 332.858C158.119 332.858 158.312 335.137 158.337 336.61C158.336 336.678 158.352 336.745 158.385 336.804C158.655 336.807 158.924 336.785 159.191 336.739C159.218 336.695 159.237 336.646 159.247 336.594Z" fill="black"/>
<path d="M159.866 334.799H158.69C158.625 334.807 158.559 334.802 158.496 334.783C158.434 334.764 158.376 334.732 158.327 334.689C158.277 334.646 158.238 334.593 158.211 334.533C158.184 334.474 158.17 334.409 158.17 334.344C158.17 334.278 158.184 334.214 158.211 334.154C158.238 334.094 158.277 334.041 158.327 333.998C158.376 333.955 158.434 333.923 158.496 333.904C158.559 333.885 158.625 333.88 158.69 333.889H159.866C159.931 333.88 159.997 333.885 160.059 333.904C160.122 333.923 160.18 333.955 160.229 333.998C160.278 334.041 160.318 334.094 160.345 334.154C160.372 334.214 160.386 334.278 160.386 334.344C160.386 334.409 160.372 334.474 160.345 334.533C160.318 334.593 160.278 334.646 160.229 334.689C160.18 334.732 160.122 334.764 160.059 334.783C159.997 334.802 159.931 334.807 159.866 334.799Z" fill="black"/>
<path d="M143.682 365.753H143.456C143.382 365.762 143.306 365.755 143.234 365.733C143.162 365.711 143.095 365.673 143.039 365.623C142.983 365.574 142.937 365.512 142.906 365.444C142.875 365.375 142.859 365.301 142.859 365.225C142.859 365.15 142.875 365.076 142.906 365.007C142.937 364.938 142.983 364.877 143.039 364.827C143.095 364.777 143.162 364.74 143.234 364.718C143.306 364.695 143.382 364.689 143.456 364.698C144.537 364.695 145.615 364.601 146.679 364.416C146.747 364.404 146.816 364.405 146.883 364.42C146.951 364.434 147.014 364.462 147.071 364.501C147.127 364.541 147.175 364.591 147.212 364.649C147.25 364.706 147.275 364.771 147.287 364.839C147.299 364.906 147.298 364.976 147.283 365.043C147.269 365.11 147.241 365.174 147.202 365.23C147.162 365.287 147.112 365.335 147.054 365.372C146.997 365.409 146.932 365.435 146.864 365.447C145.813 365.631 144.749 365.734 143.682 365.753Z" fill="#FFC619"/>
<path d="M109.796 376.728C103.754 375.923 101.079 374.86 101.055 374.844V375.818C103.872 376.731 106.777 377.343 109.723 377.646H109.78C109.892 377.64 109.998 377.593 110.078 377.514C110.158 377.434 110.205 377.329 110.212 377.216C110.219 377.104 110.185 376.993 110.116 376.905C110.046 376.816 109.947 376.756 109.836 376.736L109.796 376.728Z" fill="black"/>
<path d="M128.577 376.962C128.449 376.965 128.325 376.919 128.23 376.833C128.178 376.788 128.136 376.732 128.105 376.671C128.074 376.609 128.056 376.541 128.052 376.473C128.047 376.404 128.057 376.335 128.079 376.269C128.101 376.204 128.136 376.144 128.182 376.092C129.216 375.016 130.5 374.211 131.92 373.749C131.986 373.729 132.056 373.722 132.124 373.729C132.193 373.735 132.26 373.756 132.321 373.788C132.382 373.821 132.436 373.865 132.48 373.918C132.523 373.972 132.556 374.033 132.577 374.099C132.597 374.165 132.604 374.235 132.597 374.303C132.59 374.372 132.57 374.439 132.537 374.5C132.505 374.561 132.461 374.615 132.407 374.659C132.354 374.702 132.292 374.735 132.226 374.755C131.007 375.168 129.902 375.863 129.004 376.785C128.951 376.845 128.885 376.893 128.811 376.924C128.737 376.954 128.657 376.968 128.577 376.962Z" fill="black"/>
<path d="M151.432 379.168C151.33 379.169 151.231 379.14 151.145 379.086C151.06 379.032 150.991 378.954 150.948 378.862C150.919 378.8 150.902 378.733 150.899 378.664C150.896 378.595 150.907 378.526 150.931 378.462C150.955 378.397 150.992 378.338 151.039 378.288C151.086 378.238 151.143 378.198 151.206 378.17C153.308 377.254 155.336 376.177 157.272 374.949C157.389 374.873 157.53 374.845 157.666 374.87C157.803 374.896 157.924 374.973 158.005 375.086C158.083 375.202 158.111 375.345 158.083 375.482C158.056 375.619 157.976 375.74 157.86 375.818C155.881 377.084 153.804 378.191 151.649 379.128C151.58 379.157 151.506 379.17 151.432 379.168Z" fill="black"/>
<path d="M155.29 378.806C155.218 378.806 153.413 378.758 152.438 378.685C152.369 378.68 152.302 378.661 152.241 378.63C152.179 378.599 152.124 378.556 152.079 378.504C152.034 378.451 152 378.391 151.979 378.325C151.957 378.259 151.949 378.19 151.955 378.121C151.967 377.983 152.033 377.855 152.138 377.765C152.244 377.675 152.38 377.629 152.519 377.638C153.461 377.703 155.306 377.759 155.322 377.759C155.461 377.759 155.594 377.814 155.693 377.912C155.791 378.011 155.846 378.144 155.846 378.283C155.846 378.421 155.791 378.554 155.693 378.653C155.594 378.751 155.461 378.806 155.322 378.806H155.29Z" fill="black"/>
<path d="M121.776 348.689C113.293 348.126 103.247 347.779 103.126 347.771C103.057 347.769 102.99 347.754 102.927 347.725C102.864 347.697 102.808 347.657 102.761 347.607C102.713 347.557 102.677 347.498 102.652 347.433C102.628 347.369 102.617 347.3 102.619 347.232C102.62 347.163 102.635 347.094 102.662 347.031C102.69 346.968 102.731 346.911 102.781 346.864C102.831 346.816 102.891 346.78 102.956 346.756C103.02 346.732 103.089 346.721 103.158 346.724C103.247 346.724 111.158 346.998 118.876 347.457C111.497 344.333 105.89 342.94 98.3247 343.697C98.1858 343.711 98.0471 343.669 97.9391 343.58C97.8311 343.492 97.7626 343.364 97.7487 343.226C97.7348 343.087 97.7767 342.948 97.8651 342.84C97.9534 342.732 98.0811 342.664 98.22 342.65C106.929 341.78 113.068 343.664 122.026 347.691C122.134 347.74 122.221 347.825 122.274 347.931C122.328 348.037 122.343 348.157 122.319 348.273C122.295 348.389 122.232 348.494 122.141 348.569C122.049 348.645 121.935 348.687 121.817 348.689H121.776Z" fill="#BAE8FF"/>
<path d="M95.8679 386.327H130.929C131.431 386.327 131.912 386.526 132.267 386.881C132.622 387.236 132.822 387.717 132.822 388.219V411H93.9747V388.235C93.9726 387.986 94.02 387.738 94.1141 387.506C94.2083 387.275 94.3474 387.064 94.5235 386.887C94.6995 386.709 94.9089 386.569 95.1396 386.472C95.3704 386.376 95.6179 386.327 95.8679 386.327Z" fill="#8CD9FF"/>
<path d="M129.318 386.327H130.929C131.431 386.327 131.913 386.526 132.268 386.881C132.623 387.236 132.822 387.717 132.822 388.219V411H127.465V388.235C127.461 387.738 127.653 387.258 127.999 386.901C128.346 386.544 128.82 386.337 129.318 386.327Z" fill="#45AAF7"/>
<path d="M99.131 403.753H122.277C122.691 403.753 123.089 403.917 123.382 404.21C123.675 404.503 123.839 404.901 123.839 405.315V411H97.5762V405.315C97.5762 404.902 97.7397 404.506 98.0311 404.213C98.3224 403.92 98.7179 403.755 99.131 403.753Z" fill="#45AAF7"/>
<path d="M100.733 386.327H99.6777V411H100.733V386.327Z" fill="#5865F2"/>
<path d="M121.735 386.327H120.68V411H121.735V386.327Z" fill="#5865F2"/>
<path d="M122.525 388.219H98.8715C98.1507 388.219 97.5664 388.803 97.5664 389.524V397.947C97.5664 398.667 98.1507 399.251 98.8715 399.251H122.525C123.245 399.251 123.83 398.667 123.83 397.947V389.524C123.83 388.803 123.245 388.219 122.525 388.219Z" fill="black"/>
<path d="M126.973 389.999C126.833 389.999 126.699 390.054 126.6 390.152C126.5 390.25 126.444 390.383 126.441 390.522C126.443 390.663 126.5 390.797 126.599 390.896C126.699 390.995 126.833 391.052 126.973 391.054H132.79V389.999H126.973Z" fill="#5865F2"/>
<path d="M126.442 392.809C126.444 392.95 126.5 393.084 126.6 393.183C126.699 393.282 126.833 393.339 126.973 393.341H132.79V392.262H126.973C126.902 392.262 126.832 392.276 126.766 392.304C126.701 392.331 126.641 392.372 126.592 392.423C126.542 392.474 126.503 392.535 126.477 392.601C126.452 392.667 126.439 392.738 126.442 392.809Z" fill="#5865F2"/>
<path d="M126.441 395.096C126.443 395.236 126.5 395.37 126.599 395.47C126.699 395.569 126.833 395.626 126.973 395.628H132.79V394.573H126.973C126.833 394.573 126.699 394.628 126.6 394.726C126.5 394.823 126.444 394.957 126.441 395.096Z" fill="#5865F2"/>
<path d="M94.9333 390.522C94.9344 390.592 94.9216 390.661 94.8958 390.725C94.8699 390.79 94.8315 390.848 94.7828 390.898C94.7341 390.947 94.676 390.986 94.6119 391.013C94.5478 391.04 94.4791 391.054 94.4096 391.054H93.9746V389.999H94.4096C94.4787 389.998 94.5473 390.011 94.6113 390.037C94.6753 390.063 94.7335 390.101 94.7823 390.15C94.8312 390.199 94.8697 390.257 94.8956 390.321C94.9216 390.385 94.9344 390.453 94.9333 390.522Z" fill="#5865F2"/>
<path d="M94.9333 392.809C94.9344 392.879 94.9216 392.948 94.8958 393.012C94.8699 393.077 94.8315 393.135 94.7828 393.185C94.7341 393.234 94.676 393.273 94.6119 393.3C94.5478 393.327 94.4791 393.341 94.4096 393.341H93.9746V392.262H94.4096C94.4805 392.262 94.5506 392.276 94.6158 392.304C94.6809 392.332 94.7398 392.372 94.7887 392.423C94.8377 392.475 94.8757 392.535 94.9006 392.602C94.9254 392.668 94.9366 392.739 94.9333 392.809Z" fill="#5865F2"/>
<path d="M94.9333 395.096C94.9344 395.166 94.9216 395.235 94.8958 395.299C94.8699 395.363 94.8315 395.422 94.7828 395.472C94.7341 395.521 94.676 395.56 94.6119 395.587C94.5478 395.614 94.4791 395.628 94.4096 395.628H93.9746V394.573H94.4096C94.4787 394.572 94.5473 394.585 94.6113 394.61C94.6753 394.636 94.7335 394.675 94.7823 394.724C94.8312 394.773 94.8697 394.831 94.8956 394.895C94.9216 394.959 94.9344 395.027 94.9333 395.096Z" fill="#5865F2"/>
<path d="M115.783 389.017H100.331C99.9615 389.017 99.6621 389.316 99.6621 389.685V396.997C99.6621 397.366 99.9615 397.665 100.331 397.665H115.783C116.152 397.665 116.451 397.366 116.451 396.997V389.685C116.451 389.316 116.152 389.017 115.783 389.017Z" fill="#FFF4B3"/>
<path d="M122.3 397.665H118.087C117.824 397.665 117.611 397.878 117.611 398.14V398.776C117.611 399.039 117.824 399.251 118.087 399.251H122.3C122.563 399.251 122.775 399.039 122.775 398.776V398.14C122.775 397.878 122.563 397.665 122.3 397.665Z" fill="#FF78B9"/>
<path d="M105.866 389.999C105.866 391.28 106.375 392.509 107.281 393.415C108.188 394.322 109.417 394.831 110.699 394.831C111.981 394.831 113.211 394.322 114.117 393.415C115.024 392.509 115.533 391.28 115.533 389.999C115.534 389.669 115.502 389.34 115.436 389.017H105.954C105.892 389.34 105.862 389.669 105.866 389.999Z" fill="#29CC7A"/>
<path d="M101.119 397.665H109.006C108.56 397.035 107.968 396.521 107.282 396.167C106.596 395.812 105.835 395.627 105.063 395.627C104.29 395.627 103.529 395.812 102.843 396.167C102.157 396.521 101.566 397.035 101.119 397.665Z" fill="#29CC7A"/>
<path d="M76.6373 260.417C75.3641 259.599 74.2807 258.518 73.4595 257.248C72.6384 255.977 72.0985 254.545 71.876 253.049L71.0704 247.895C71.0513 247.774 70.9897 247.664 70.8967 247.585C70.8037 247.505 70.6854 247.461 70.5629 247.46C70.4394 247.461 70.32 247.504 70.2257 247.584C70.1314 247.663 70.0682 247.774 70.0473 247.895L69.2417 253.049C69.0192 254.545 68.4793 255.977 67.6582 257.248C66.837 258.518 65.7535 259.599 64.4804 260.417L63.8118 260.844C63.74 260.892 63.6812 260.956 63.6404 261.032C63.5997 261.108 63.5783 261.193 63.5781 261.279C63.5783 261.365 63.5997 261.449 63.6404 261.525C63.6812 261.601 63.74 261.666 63.8118 261.713L64.4804 262.148C65.7533 262.965 66.8368 264.044 67.658 265.313C68.4792 266.583 69.0192 268.013 69.2417 269.508L70.0473 274.662C70.0664 274.785 70.1289 274.897 70.2234 274.978C70.3179 275.06 70.4383 275.104 70.5629 275.105C70.6866 275.104 70.8059 275.059 70.899 274.978C70.9922 274.896 71.053 274.784 71.0704 274.662L71.876 269.508C72.0985 268.013 72.6385 266.583 73.4597 265.313C74.2809 264.044 75.3644 262.965 76.6373 262.148L77.3059 261.713C77.3777 261.666 77.4365 261.601 77.4773 261.525C77.518 261.449 77.5394 261.365 77.5396 261.279C77.5394 261.193 77.518 261.108 77.4773 261.032C77.4365 260.956 77.3777 260.892 77.3059 260.844L76.6373 260.417Z" fill="#404EED"/>
<path d="M35.5531 348.007C34.8006 347.521 34.16 346.881 33.6739 346.128C33.1878 345.376 32.8672 344.529 32.7334 343.643L32.2823 340.591C32.2692 340.519 32.2314 340.454 32.1756 340.407C32.1197 340.36 32.0492 340.334 31.9761 340.333C31.9031 340.334 31.8326 340.36 31.7767 340.407C31.7208 340.454 31.6831 340.519 31.67 340.591L31.2188 343.643C31.085 344.529 30.7644 345.376 30.2783 346.128C29.7922 346.881 29.1517 347.521 28.3992 348.007L27.9963 348.265C27.9548 348.294 27.9208 348.333 27.897 348.378C27.8732 348.422 27.8603 348.472 27.8594 348.523C27.8603 348.574 27.8732 348.623 27.897 348.668C27.9208 348.713 27.9548 348.751 27.9963 348.781L28.3992 349.038C29.1517 349.524 29.7922 350.165 30.2783 350.918C30.7644 351.67 31.085 352.517 31.2188 353.403L31.67 356.447C31.6814 356.52 31.7184 356.587 31.7744 356.635C31.8305 356.684 31.9019 356.711 31.9761 356.712C32.0503 356.711 32.1218 356.684 32.1778 356.635C32.2339 356.587 32.2709 356.52 32.2823 356.447L32.7334 353.403C32.8672 352.517 33.1878 351.67 33.6739 350.918C34.16 350.165 34.8006 349.524 35.5531 349.038L35.9559 348.781C35.9974 348.751 36.0315 348.713 36.0553 348.668C36.0791 348.623 36.0919 348.574 36.0929 348.523C36.0919 348.472 36.0791 348.422 36.0553 348.378C36.0315 348.333 35.9974 348.294 35.9559 348.265L35.5531 348.007Z" fill="#FFD751"/>
</g>
</g>
<defs>
<filter id="filter0_d" x="362.168" y="176.448" width="45.1943" height="19.712" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="2"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
</filter>
<linearGradient id="paint0_linear" x1="369.182" y1="308.601" x2="373.775" y2="306.859" gradientUnits="userSpaceOnUse">
<stop stop-color="#61C7C7"/>
<stop offset="1" stop-color="#54B9C7"/>
</linearGradient>
<linearGradient id="paint1_linear" x1="339.008" y1="294.786" x2="340.248" y2="309.312" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC285"/>
<stop offset="1" stop-color="#DB8D6B"/>
</linearGradient>
<linearGradient id="paint2_linear" x1="326.785" y1="309.656" x2="352.968" y2="296.831" gradientUnits="userSpaceOnUse">
<stop stop-color="#D67569"/>
<stop offset="1" stop-color="#E39E7F"/>
</linearGradient>
<clipPath id="clip0">
<rect width="678" height="440" fill="white"/>
</clipPath>
<clipPath id="clip1">
<rect width="423" height="212" fill="white" transform="translate(-2 199)"/>
</clipPath>
</defs>
</svg>

+ 230
- 0
src/page/assets/images/section-3.svg
File diff suppressed because it is too large
View File


+ 251
- 0
src/page/assets/images/section-4.svg View File

@ -0,0 +1,251 @@
<svg width="874" height="530" viewBox="0 0 874 530" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="637" y="56" width="207" height="401">
<path d="M814.368 56H666.999C650.499 56 637 69.479 637 85.9533V427.047C637 443.521 650.499 457 666.999 457H813.993C830.493 457 843.992 443.521 843.992 427.047V85.9533C844.367 69.479 830.868 56 814.368 56Z" fill="#23272A"/>
</mask>
<g mask="url(#mask0)">
<path d="M835.769 52H625.711V457.43H835.769V52Z" fill="#3442D9"/>
<path d="M698.142 197.574C692.957 180.347 690.254 172.163 699.586 167.098C708.917 162.032 737.172 165.542 750.414 168.66C763.656 171.778 765.603 175.133 756.931 188.064L698.142 197.574Z" fill="#FFF4B3"/>
<path d="M692.143 351.657C690.092 300.644 691.321 258.422 693.054 235.841C684.582 230.323 680.664 225.939 678.983 223.643C678.644 223.17 678.471 222.599 678.49 222.018C678.508 221.437 678.718 220.879 679.086 220.429C692.543 203.698 703.948 189.131 715.939 182.273C728.114 175.318 744.23 173.711 770.292 199.721C770.442 199.865 770.561 200.038 770.642 200.228C770.723 200.419 770.765 200.625 770.765 200.832C770.765 201.04 770.723 201.245 770.642 201.436C770.561 201.627 770.442 201.799 770.292 201.943C766.922 205.18 763.708 207.794 763.708 207.794C769.04 217.207 776.698 231.604 776.698 231.604H782.675C786.553 231.604 790.273 233.139 793.023 235.872C795.773 238.606 797.33 242.317 797.354 246.194C797.42 257.903 794.747 271.997 789.207 290.127C813.44 309.738 807.559 351.553 807.559 351.553L692.143 351.657Z" fill="#29CC7A"/>
<path d="M789.206 290.105C789.991 287.52 790.688 285.032 791.384 282.61L772.395 293.149C772.395 293.149 742.333 272.849 691.78 260.214C690.921 283.684 690.728 315.448 692.18 351.657L807.596 351.531C807.596 351.531 813.439 309.716 789.206 290.105Z" fill="#8CD9FF"/>
<path d="M794.081 294.8C792.588 293.104 790.958 291.534 789.208 290.105C789.993 287.52 790.689 285.032 791.385 282.61L772.396 293.149C772.396 293.149 742.335 272.849 691.781 260.214C691.667 263.176 691.571 266.267 691.492 269.486C730.218 285.483 750.941 312.982 753.451 351.59H782.039C787.045 329.438 791.067 310.079 794.081 294.8Z" fill="#BAE8FF"/>
<path d="M707.052 245.565C707.215 245.564 707.377 245.529 707.526 245.461C707.663 245.395 707.785 245.3 707.885 245.184C707.984 245.068 708.059 244.933 708.103 244.787L719.057 209.349C719.117 209.078 719.072 208.795 718.932 208.556C718.792 208.316 718.568 208.138 718.302 208.057C718.037 207.976 717.751 207.997 717.502 208.117C717.252 208.237 717.056 208.447 716.954 208.705L706.363 242.98C703.815 241.877 697.439 238.981 693.225 235.981C693.17 235.952 693.113 235.927 693.054 235.907C692.988 236.707 692.928 237.544 692.869 238.396C698.416 242.099 706.289 245.335 706.637 245.483C706.769 245.536 706.91 245.564 707.052 245.565Z" fill="black"/>
<path d="M753.804 188.538L708.812 191.878C759.211 201.477 761.277 202.765 753.804 188.538Z" fill="black"/>
<path d="M778.837 320.559L773.986 275.893C773.898 275.097 773.513 274.365 772.907 273.843C772.301 273.32 771.519 273.047 770.72 273.078L765.928 273.249L763.765 269.131C763.148 267.957 762.117 267.054 760.872 266.595C759.628 266.137 758.257 266.157 757.026 266.65C755.746 267.165 754.712 268.151 754.137 269.405C744.71 289.712 740.007 323.091 739.177 329.461C739.137 329.76 739.205 330.064 739.367 330.319C739.53 330.574 739.777 330.763 740.066 330.853L767.172 339.563C767.33 339.613 767.498 339.624 767.661 339.594C767.824 339.564 767.977 339.494 768.107 339.391C768.237 339.288 768.339 339.154 768.404 339.002C768.47 338.85 768.497 338.683 768.483 338.518L767.424 325.824L777.496 322.61C777.922 322.475 778.287 322.196 778.531 321.823C778.775 321.449 778.883 321.003 778.837 320.559Z" fill="#EB459F"/>
<path d="M751.346 329.698H751.228C751.063 329.683 750.903 329.636 750.756 329.559C750.609 329.482 750.479 329.376 750.373 329.249C750.268 329.122 750.188 328.975 750.139 328.817C750.09 328.659 750.072 328.492 750.087 328.328L754.235 284.795C754.266 284.462 754.429 284.155 754.686 283.942C754.944 283.729 755.276 283.626 755.609 283.658C755.942 283.689 756.248 283.852 756.462 284.109C756.675 284.367 756.777 284.699 756.745 285.032L752.598 328.565C752.567 328.875 752.422 329.163 752.19 329.372C751.959 329.581 751.658 329.697 751.346 329.698Z" fill="#D11583"/>
<path d="M742.297 220.212C744.03 219.511 744.326 216.204 742.959 212.826C741.592 209.448 739.079 207.277 737.346 207.978C735.614 208.68 735.317 211.987 736.684 215.365C738.051 218.743 740.564 220.914 742.297 220.212Z" fill="black"/>
<path d="M747.978 234.804H747.8C747.082 234.785 746.378 234.597 745.746 234.255C745.114 233.912 744.572 233.425 744.164 232.834C742.853 230.968 742.683 228.02 743.638 224.954C745.216 220.036 749.237 216.252 752.851 216.252H753.022C753.741 216.268 754.445 216.455 755.078 216.798C755.71 217.14 756.252 217.628 756.658 218.222C757.976 220.081 758.139 223.028 757.184 226.094C755.606 231.027 751.592 234.804 747.978 234.804ZM752.851 218.777C750.63 218.777 747.386 221.532 746.038 225.724C745.297 228.012 745.379 230.168 746.223 231.382C746.404 231.657 746.65 231.884 746.939 232.041C747.229 232.199 747.552 232.283 747.882 232.286H747.978C750.2 232.286 753.444 229.531 754.784 225.339C755.525 223.05 755.451 220.895 754.599 219.673C754.418 219.398 754.172 219.173 753.882 219.017C753.593 218.86 753.269 218.778 752.94 218.777H752.851Z" fill="white"/>
<path d="M766.625 234.804H766.447C765.728 234.785 765.025 234.597 764.393 234.255C763.761 233.912 763.219 233.425 762.811 232.834C761.5 230.967 761.329 228.02 762.285 224.954C763.892 219.955 768.002 216.141 771.676 216.259C772.394 216.276 773.099 216.463 773.731 216.806C774.363 217.148 774.905 217.636 775.312 218.229C776.623 220.088 776.793 223.036 775.838 226.102C774.26 231.027 770.239 234.804 766.625 234.804ZM771.498 218.777C769.276 218.777 766.032 221.532 764.684 225.724C763.944 228.012 764.025 230.168 764.877 231.382C765.058 231.658 765.303 231.885 765.593 232.042C765.882 232.2 766.206 232.284 766.536 232.286H766.625C768.846 232.286 772.09 229.531 773.438 225.339C774.179 223.05 774.097 220.895 773.253 219.673C773.07 219.399 772.822 219.174 772.532 219.017C772.241 218.861 771.917 218.779 771.587 218.777H771.498Z" fill="white"/>
<path d="M761.2 219.578C762.394 219.095 762.299 216.075 760.987 212.834C759.676 209.592 757.644 207.355 756.45 207.839C755.255 208.322 755.351 211.342 756.662 214.584C757.974 217.825 760.006 220.062 761.2 219.578Z" fill="black"/>
<path d="M773.386 253.66C764.869 253.926 754.538 250.653 746.724 244.254C738.911 237.855 742.014 237.04 746.946 236.974C751.879 236.907 775.415 237.714 782.266 238.766C789.116 239.818 790.279 253.149 773.386 253.66Z" fill="#912869"/>
<path d="M773.386 253.66C764.869 253.926 754.538 250.653 746.724 244.254C738.911 237.855 742.014 237.04 746.946 236.974C751.879 236.907 775.415 237.714 782.266 238.766C789.116 239.818 790.279 253.149 773.386 253.66Z" fill="#611B46"/>
<path d="M772.883 269.027C772.571 269.027 772.27 268.911 772.039 268.702C771.808 268.492 771.662 268.204 771.631 267.894L771.165 263.213C771.147 263.044 771.165 262.873 771.216 262.71C771.266 262.547 771.35 262.397 771.461 262.267C771.571 262.138 771.707 262.032 771.86 261.957C772.013 261.881 772.179 261.838 772.35 261.829C775.711 261.586 778.988 260.659 781.978 259.103C782.121 259.01 782.283 258.948 782.451 258.92C782.62 258.891 782.793 258.898 782.959 258.938C783.126 258.979 783.282 259.053 783.419 259.156C783.555 259.259 783.669 259.389 783.754 259.538C783.839 259.687 783.892 259.851 783.911 260.021C783.93 260.192 783.914 260.364 783.864 260.528C783.815 260.691 783.732 260.843 783.621 260.974C783.511 261.105 783.375 261.211 783.222 261.288C780.299 262.841 777.116 263.845 773.831 264.25L774.172 267.657C774.205 267.991 774.104 268.324 773.891 268.584C773.679 268.844 773.372 269.008 773.038 269.042L772.883 269.027Z" fill="black"/>
<path d="M778.017 253.119C771.24 246.565 762.064 241.625 745.008 242.788C759.657 256.215 774.891 253.978 778.017 253.119Z" fill="#EB459F"/>
<path d="M764.056 222.547H756.436V225.065H764.056V222.547Z" fill="white"/>
<path d="M744.837 226.598C744.675 226.597 744.514 226.567 744.363 226.509L711.776 213.326C711.289 213.126 710.759 213.049 710.235 213.101C709.71 213.154 709.206 213.334 708.767 213.627C708.329 213.919 707.968 214.315 707.718 214.779C707.468 215.243 707.336 215.761 707.333 216.289C707.333 216.906 707.512 217.51 707.847 218.029C708.182 218.548 708.659 218.959 709.221 219.214L711.362 220.192C711.65 220.339 711.87 220.593 711.977 220.899C712.083 221.205 712.068 221.54 711.933 221.835C711.799 222.13 711.556 222.361 711.255 222.481C710.954 222.602 710.618 222.601 710.318 222.48L708.177 221.51C706.78 220.91 705.678 219.779 705.114 218.367C704.55 216.954 704.57 215.376 705.17 213.978C705.77 212.58 706.901 211.479 708.314 210.915C709.726 210.351 711.305 210.371 712.702 210.971L745.289 224.146C745.562 224.255 745.788 224.455 745.929 224.713C746.07 224.971 746.116 225.27 746.06 225.558C746.004 225.846 745.849 226.106 745.621 226.291C745.394 226.477 745.109 226.578 744.815 226.576L744.837 226.598Z" fill="white"/>
<path d="M738.031 210.164C737.697 210.164 737.376 210.031 737.14 209.795C736.904 209.559 736.771 209.239 736.771 208.905C736.771 208.571 736.904 208.251 737.14 208.015C737.376 207.778 737.697 207.646 738.031 207.646C740.435 207.696 742.832 207.379 745.14 206.705C745.456 206.593 745.802 206.611 746.105 206.755C746.407 206.899 746.639 207.156 746.751 207.472C746.863 207.787 746.845 208.134 746.702 208.436C746.558 208.738 746.3 208.971 745.985 209.083C743.407 209.861 740.722 210.225 738.031 210.164Z" fill="black"/>
<path d="M756.953 210.097C756.635 210.073 756.337 209.929 756.121 209.695C755.904 209.461 755.783 209.154 755.783 208.834C755.783 208.515 755.904 208.208 756.121 207.974C756.337 207.74 756.635 207.596 756.953 207.572C758.327 207.61 759.69 207.321 760.93 206.727C761.22 206.56 761.564 206.515 761.887 206.602C762.21 206.689 762.485 206.901 762.652 207.19C762.819 207.48 762.864 207.824 762.777 208.147C762.69 208.47 762.479 208.745 762.189 208.912C760.568 209.732 758.769 210.139 756.953 210.097Z" fill="black"/>
<path d="M702.467 193.056C747.459 192.537 762.626 187.427 775.542 182.776C788.459 178.125 787.155 174.511 777.29 174.815C767.425 175.118 733.802 188.094 702.467 193.056Z" fill="#FFF4B3"/>
<path d="M691.359 273.426L691.144 285.846L697.262 283.425C697.262 283.425 730.167 269.701 738.032 267.783C744.127 266.302 753.185 269.568 764.464 273.841C775.744 278.114 772.707 282.054 769.219 285.883C765.731 289.712 765.842 289.372 747.275 289.372C711.948 314.908 701.039 329.875 686.634 329.875C677.91 329.875 670.444 326.076 664.919 308.835C659.794 292.838 669.644 283.921 691.359 273.426Z" fill="#29CC7A"/>
<path d="M814.721 287.653L795.754 264.85L763.619 296.985L786.422 315.952C786.082 318.055 786.422 319.759 787.459 320.833C790.91 324.276 800.894 319.877 809.766 311.005C818.639 302.132 823.045 292.142 819.594 288.69C818.528 287.624 816.824 287.313 814.721 287.653Z" fill="white"/>
<path d="M783.961 285.193C792.834 276.319 798.114 267.213 795.754 264.853C793.394 262.492 784.288 267.773 775.414 276.646C766.541 285.519 761.261 294.626 763.621 296.986C765.981 299.346 775.088 294.066 783.961 285.193Z" fill="white"/>
<path d="M781.797 283.029C789.832 274.995 795.248 267.384 793.895 266.031C792.541 264.677 784.93 270.093 776.896 278.128C768.861 286.162 763.445 293.773 764.799 295.127C766.152 296.48 773.763 291.064 781.797 283.029Z" fill="#BAE8FF"/>
<path d="M812.951 277.966C818.432 278.751 820.505 283.721 818.35 290.216C818.116 290.919 817.704 291.549 817.153 292.045C816.602 292.54 815.932 292.884 815.208 293.042C814.485 293.2 813.732 293.168 813.025 292.948C812.318 292.727 811.68 292.327 811.174 291.786C809.935 290.457 809.183 288.747 809.039 286.936C808.895 285.125 809.368 283.318 810.381 281.81L812.951 277.966Z" fill="#29CC7A"/>
<path d="M803.523 274.211C803.212 278.907 800.494 283.639 798.487 286.543C797.91 287.386 797.646 288.405 797.742 289.422C797.838 290.44 798.288 291.392 799.013 292.112L799.954 293.052C800.627 293.722 801.537 294.098 802.486 294.098C803.436 294.098 804.346 293.722 805.019 293.052C808.93 289.157 811.366 285.646 812.67 280.003C814.255 273.204 809.256 268.435 800.672 270.79L803.523 274.211Z" fill="#29CC7A"/>
<path d="M702.466 193.056L717.781 191.812L754.76 184.509L745.562 175.437H701.592L702.466 193.056Z" fill="#FFF4B3"/>
<path d="M776.867 239.625C774.423 239.41 771.327 239.21 768.076 239.04C769.091 244.335 771.624 247.15 773.794 246.254C775.749 245.439 776.675 240.729 776.867 239.625Z" fill="white"/>
<path d="M749.68 238.403C750.783 244.521 753.161 247.705 755.219 246.609C756.989 245.668 757.915 240.603 758.219 238.618C754.664 238.492 751.561 238.418 749.68 238.403Z" fill="white"/>
<path d="M764.358 294.437C764.426 294.692 764.571 294.919 764.773 295.089C764.801 295.123 764.833 295.153 764.869 295.178L764.936 295.222C766.602 296.148 774.001 290.823 781.792 283.032L781.977 282.847L777.022 277.996L772.993 273.923L767.735 274.078L757.411 270.16L756.967 271.071C761.336 272.501 762.232 288.372 764.358 294.437Z" fill="#EB459F"/>
<path d="M765.938 273.249C768.507 277.981 771.618 286.372 771.648 286.461C771.721 286.676 771.86 286.863 772.044 286.995C772.229 287.128 772.45 287.2 772.677 287.202C772.808 287.201 772.938 287.179 773.062 287.135C773.334 287.032 773.555 286.825 773.676 286.56C773.796 286.296 773.807 285.994 773.706 285.721C773.581 285.38 770.885 278.1 768.374 273.182L765.938 273.249Z" fill="#D11583"/>
<path d="M767.426 325.891C767.352 325.884 767.278 325.884 767.204 325.891L757.539 328.765C757.355 328.823 757.189 328.929 757.059 329.072C756.929 329.215 756.839 329.39 756.799 329.579C756.759 329.771 756.77 329.969 756.831 330.155C756.892 330.341 757.001 330.508 757.147 330.638L765.679 338.148C765.786 338.243 765.912 338.317 766.048 338.363C766.185 338.41 766.329 338.43 766.472 338.421C766.616 338.412 766.757 338.375 766.886 338.311C767.015 338.248 767.131 338.16 767.226 338.052C767.322 337.944 767.395 337.818 767.442 337.682C767.489 337.546 767.508 337.402 767.499 337.258C767.49 337.114 767.453 336.973 767.39 336.844C767.326 336.715 767.238 336.599 767.13 336.504L760.087 330.305L767.634 328.083L767.426 325.891Z" fill="#D11583"/>
<path d="M673.012 295.163C672.726 295.165 672.449 295.069 672.225 294.892C672.001 294.715 671.843 294.467 671.779 294.189C671.714 293.911 671.746 293.619 671.869 293.361C671.992 293.104 672.199 292.895 672.456 292.771C672.516 292.771 679.055 289.498 690.268 284.261C690.418 284.191 690.581 284.152 690.746 284.144C690.912 284.137 691.077 284.163 691.233 284.22C691.389 284.276 691.532 284.363 691.654 284.475C691.776 284.587 691.875 284.722 691.945 284.872C692.015 285.023 692.055 285.185 692.062 285.351C692.07 285.517 692.044 285.682 691.987 285.838C691.931 285.994 691.844 286.137 691.732 286.259C691.62 286.381 691.485 286.48 691.334 286.55C680.151 291.734 673.634 295 673.56 295.03C673.389 295.114 673.202 295.16 673.012 295.163Z" fill="black"/>
<path d="M700.925 192.367C700.606 192.371 700.298 192.254 700.062 192.04C699.827 191.825 699.681 191.53 699.655 191.212C699.628 190.895 699.723 190.579 699.921 190.329C700.118 190.079 700.403 189.912 700.718 189.864C726.987 185.465 737.748 182.961 759.633 177.436C759.957 177.355 760.3 177.406 760.587 177.577C760.874 177.749 761.081 178.027 761.162 178.351C761.244 178.675 761.193 179.018 761.021 179.305C760.85 179.592 760.572 179.799 760.247 179.88C738.288 185.428 727.498 187.938 701.132 192.352C701.064 192.365 700.994 192.37 700.925 192.367Z" fill="#FFC619"/>
<path d="M775.638 299.274L789.302 311.812C789.712 312.186 790.235 312.414 790.788 312.46C791.342 312.505 791.895 312.366 792.361 312.064C792.674 311.857 792.937 311.582 793.13 311.26C793.323 310.937 793.441 310.576 793.475 310.202C793.51 309.827 793.459 309.45 793.328 309.098C793.196 308.746 792.987 308.428 792.716 308.168L779.385 295.415C778.986 295.033 778.472 294.794 777.922 294.735C777.373 294.676 776.82 294.801 776.349 295.089L775.993 295.311C775.665 295.515 775.389 295.792 775.187 296.12C774.984 296.448 774.861 296.819 774.826 297.204C774.792 297.588 774.847 297.975 774.988 298.334C775.129 298.694 775.351 299.015 775.638 299.274Z" fill="#BAE8FF"/>
<path d="M809.81 290.357C809.581 290.355 809.357 290.29 809.161 290.171C808.965 290.052 808.806 289.881 808.7 289.678C808.593 289.475 808.544 289.247 808.557 289.019C808.57 288.79 808.644 288.569 808.773 288.379C811.81 283.987 812.387 281.062 812.721 278.44C812.763 278.108 812.935 277.807 813.2 277.602C813.464 277.397 813.799 277.306 814.131 277.348C814.463 277.39 814.765 277.563 814.97 277.827C815.175 278.092 815.266 278.427 815.224 278.759C814.868 281.558 814.209 284.958 810.847 289.816C810.731 289.984 810.576 290.121 810.395 290.215C810.215 290.309 810.014 290.358 809.81 290.357Z" fill="black"/>
<path d="M915.302 353.923H584.311V457.2H915.302V353.923Z" fill="#5865F2"/>
<path d="M584.311 385.813L915.302 359.174V353.923H584.311V385.813Z" fill="#4B59F2"/>
<path d="M825.69 353.923H823.275V457.2H825.69V353.923Z" fill="#3543DE"/>
<path d="M795.821 353.923H793.406V457.2H795.821V353.923Z" fill="#3543DE"/>
<path d="M765.951 353.923H763.537V457.2H765.951V353.923Z" fill="#3543DE"/>
<path d="M736.076 353.923H733.662V457.2H736.076V353.923Z" fill="#3543DE"/>
<path d="M706.207 353.923H703.793V457.2H706.207V353.923Z" fill="#3543DE"/>
<path d="M676.338 353.923H673.924V457.2H676.338V353.923Z" fill="#3543DE"/>
<path d="M646.469 353.923H644.055V457.2H646.469V353.923Z" fill="#3543DE"/>
<path d="M927.538 356.959H577.194C576.782 356.98 576.37 356.916 575.984 356.773C575.597 356.629 575.244 356.408 574.945 356.124C574.647 355.84 574.409 355.498 574.246 355.119C574.084 354.74 574 354.332 574 353.919C574 353.507 574.084 353.099 574.246 352.72C574.409 352.341 574.647 351.999 574.945 351.714C575.244 351.43 575.597 351.209 575.984 351.066C576.37 350.922 576.782 350.859 577.194 350.879H927.538C928.318 350.918 929.054 351.255 929.592 351.821C930.131 352.386 930.431 353.138 930.431 353.919C930.431 354.7 930.131 355.452 929.592 356.018C929.054 356.584 928.318 356.921 927.538 356.959Z" fill="#2835BD"/>
<path d="M806.664 157.499C805.783 156.928 805.034 156.177 804.466 155.295C803.898 154.412 803.524 153.42 803.368 152.382L802.828 148.812C802.815 148.727 802.772 148.649 802.707 148.594C802.641 148.538 802.558 148.507 802.472 148.508C802.386 148.507 802.303 148.538 802.237 148.594C802.172 148.649 802.129 148.727 802.117 148.812L801.583 152.382C801.428 153.42 801.054 154.412 800.486 155.295C799.917 156.177 799.168 156.928 798.288 157.499L797.821 157.796C797.77 157.828 797.729 157.873 797.7 157.926C797.672 157.979 797.657 158.039 797.658 158.099C797.658 158.158 797.673 158.217 797.701 158.268C797.73 158.32 797.771 158.364 797.821 158.395L798.288 158.699C799.167 159.269 799.916 160.019 800.484 160.9C801.052 161.781 801.427 162.773 801.583 163.809L802.117 167.379C802.129 167.464 802.172 167.542 802.237 167.597C802.303 167.653 802.386 167.684 802.472 167.683C802.558 167.684 802.641 167.653 802.707 167.597C802.772 167.542 802.815 167.464 802.828 167.379L803.368 163.809C803.521 162.772 803.894 161.779 804.463 160.897C805.031 160.016 805.782 159.266 806.664 158.699L807.131 158.395C807.181 158.364 807.222 158.32 807.25 158.268C807.279 158.217 807.294 158.158 807.293 158.099C807.294 158.039 807.28 157.979 807.251 157.926C807.223 157.873 807.181 157.828 807.131 157.796L806.664 157.499Z" fill="#5865F2"/>
<path d="M785.94 123.128C784.692 122.325 783.629 121.265 782.823 120.018C782.017 118.772 781.487 117.368 781.267 115.899L780.527 110.841C780.507 110.721 780.446 110.612 780.354 110.534C780.261 110.455 780.144 110.412 780.023 110.412C779.902 110.412 779.784 110.455 779.692 110.534C779.6 110.612 779.539 110.721 779.519 110.841L778.779 115.899C778.559 117.368 778.029 118.772 777.223 120.018C776.417 121.265 775.354 122.325 774.105 123.128L773.454 123.55C773.382 123.596 773.323 123.66 773.281 123.735C773.24 123.81 773.218 123.894 773.217 123.979C773.216 124.065 773.238 124.15 773.279 124.225C773.321 124.3 773.381 124.364 773.454 124.409L774.105 124.831C775.354 125.636 776.416 126.698 777.222 127.946C778.027 129.193 778.558 130.598 778.779 132.067L779.519 137.118C779.537 137.239 779.598 137.35 779.69 137.43C779.782 137.51 779.901 137.554 780.023 137.555C780.145 137.554 780.263 137.51 780.356 137.43C780.448 137.35 780.509 137.239 780.527 137.118L781.267 132.067C781.488 130.598 782.018 129.193 782.824 127.946C783.63 126.698 784.692 125.636 785.94 124.831L786.592 124.409C786.665 124.364 786.725 124.3 786.766 124.225C786.808 124.15 786.83 124.065 786.829 123.979C786.828 123.894 786.806 123.81 786.765 123.735C786.723 123.66 786.664 123.596 786.592 123.55L785.94 123.128Z" fill="#8CD9FF"/>
<path d="M662.949 260.821C662.068 260.252 661.318 259.502 660.748 258.621C660.179 257.74 659.803 256.748 659.646 255.711L659.112 252.134C659.098 252.05 659.055 251.973 658.99 251.917C658.925 251.862 658.842 251.831 658.757 251.83C658.671 251.831 658.589 251.862 658.524 251.917C658.459 251.973 658.415 252.05 658.401 252.134L657.868 255.711C657.711 256.748 657.335 257.74 656.766 258.621C656.196 259.502 655.446 260.252 654.565 260.821L654.098 261.118C654.048 261.15 654.006 261.195 653.978 261.248C653.949 261.301 653.935 261.361 653.936 261.421C653.935 261.481 653.95 261.541 653.979 261.594C654.007 261.647 654.048 261.692 654.098 261.725L654.565 262.021C655.446 262.59 656.196 263.34 656.766 264.221C657.335 265.102 657.711 266.094 657.868 267.131L658.401 270.701C658.414 270.787 658.456 270.865 658.522 270.922C658.587 270.979 658.67 271.011 658.757 271.012C658.844 271.011 658.927 270.979 658.992 270.922C659.057 270.865 659.1 270.787 659.112 270.701L659.646 267.131C659.803 266.094 660.179 265.102 660.748 264.221C661.318 263.34 662.068 262.59 662.949 262.021L663.408 261.725C663.458 261.692 663.499 261.647 663.528 261.594C663.556 261.541 663.571 261.481 663.571 261.421C663.572 261.361 663.557 261.301 663.529 261.248C663.5 261.195 663.459 261.15 663.408 261.118L662.949 260.821Z" fill="#FFF4B3"/>
<path d="M814.368 56H666.999C650.5 56 637 69.479 637 85.9533V427.047C637 443.521 650.5 457 666.999 457H813.993C830.493 457 843.992 443.521 843.992 427.047V85.9533C844.367 69.479 830.868 56 814.368 56ZM833.118 427.047C833.118 437.53 824.868 445.768 814.368 445.768H666.999C656.499 445.768 648.25 437.53 648.25 427.047V85.9533C648.25 75.4697 656.499 67.2325 666.999 67.2325H674.874H677.124C682.748 67.2325 687.248 71.7255 687.248 77.3417C687.248 82.958 691.748 87.8254 697.748 87.8254H783.245C788.869 87.8254 793.369 83.3324 793.369 77.7162C793.369 72.0999 797.869 67.6069 803.494 67.6069H804.994H813.618C824.118 67.6069 832.368 75.8441 832.368 86.3277V427.047H833.118Z" fill="#23272A"/>
</g>
<g filter="url(#filter0_d)">
<circle cx="712" cy="414" r="24" fill="#DBE7FF"/>
<path d="M721.526 410.149C721.231 409.966 720.862 409.951 720.553 410.105L718 411.382V409C718 407.897 717.103 407 716 407H704C702.897 407 702 407.897 702 409V419C702 420.104 702.897 421 704 421H716C717.103 421 718 420.104 718 419V416.618L720.553 417.894C720.694 417.965 720.847 418 721 418C721.183 418 721.365 417.949 721.526 417.851C721.82 417.668 722 417.347 722 417V411C722 410.653 721.82 410.332 721.526 410.149Z" fill="#1C1B29"/>
</g>
<g filter="url(#filter1_d)">
<circle cx="769" cy="414" r="24" fill="#E7366B"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M778.117 403.116L779.884 404.884L776.768 408L779.884 411.116L778.117 412.884L775 409.768L771.884 412.884L770.117 411.116L773.233 408L770.117 404.884L771.884 403.116L775 406.232L778.117 403.116ZM775 424H770C763.925 424 759 419.075 759 413V408C759 407.447 759.448 407 760 407H764C764.553 407 765 407.447 765 408V412C765 412.553 764.553 413 764 413H763C763.063 416.938 766 420 770 420V419C770 418.447 770.447 418 771 418H775C775.553 418 776 418.447 776 419V423C776 423.553 775.553 424 775 424Z" fill="white"/>
</g>
<rect x="27" y="79" width="639" height="394" rx="8" fill="#292841"/>
<mask id="mask1" mask-type="alpha" maskUnits="userSpaceOnUse" x="487" y="272" width="163" height="96">
<rect x="487" y="272" width="163" height="96" rx="8" fill="#C4C4C4"/>
</mask>
<g mask="url(#mask1)">
<path d="M657.67 268H482.215V371.335H657.67V268Z" fill="#5865F2"/>
<path d="M556.942 370.959C556.873 370.796 549.847 354.348 535.415 349.501C527.254 346.759 518.24 348.199 508.635 353.785L508.227 354.034L507.893 353.663C505.812 351.345 499.626 345.682 496.06 347.273C494.019 348.179 491.873 351.912 493.203 364.545L493.297 365.422L492.444 365.202C492.359 365.202 484.145 363.105 480.713 366.075C479.526 367.104 479.061 368.601 479.285 370.657L478.061 370.792C477.792 368.344 478.412 366.442 479.906 365.149C483.17 362.342 489.572 363.341 491.894 363.823C490.886 353.475 492.085 347.693 495.566 346.151C500.148 344.111 506.877 350.794 508.476 352.484C518.24 346.914 527.446 345.523 535.843 348.346C550.802 353.373 558.028 370.319 558.097 370.486L556.942 370.959Z" fill="#808AFF"/>
<path d="M564.41 371.335C579.022 341.177 587.183 304.768 587.183 304.768L587.84 301.296L619.797 312.831L617.255 371.335H564.41Z" fill="#2835BD"/>
<path d="M570.719 371.335C583.539 344.878 590.712 312.9 590.712 312.9L592.455 304.066L617.096 312.9V371.335H570.719Z" fill="black"/>
<path d="M566.078 371.339H576.785V282.82H566.078V371.339Z" fill="#2835BD"/>
<path d="M566.078 294.245C567.677 294.986 569.455 295.254 571.202 295.017C572.949 294.781 574.591 294.05 575.936 292.911L576.785 292.188V288.165L566.078 286.178V294.245Z" fill="black"/>
<path d="M582.517 371.335C575.132 369.568 565.168 359.539 565.168 359.539C565.168 359.539 561.699 367.352 559.639 371.335H552.225C548.83 371.335 546.157 368.103 546.512 364.729C546.851 361.501 548.385 357.882 550.711 352.598C554.587 343.792 555.832 339.178 563.482 339.178H570.362L586.165 332.168C596.399 337.472 603.413 340.581 609.386 344.196C618.285 349.574 625.238 360.587 618.387 371.335H582.517Z" fill="#FFC619"/>
<path d="M657.669 312.9V371.335H613.703C600.883 344.878 587.838 301.296 587.838 301.296L657.669 312.9Z" fill="#2835BD"/>
<path d="M612.105 314.696L657.671 322.395V371.335H632.801C626.86 357.755 612.105 314.696 612.105 314.696Z" fill="#2835BD"/>
<path d="M623.035 367.214C622.933 367.214 622.833 367.188 622.743 367.14C622.654 367.091 622.577 367.021 622.521 366.936C615.708 356.395 610.3 345.01 606.432 333.069C606.409 332.993 606.401 332.912 606.409 332.833C606.417 332.753 606.441 332.676 606.479 332.605C606.517 332.535 606.568 332.472 606.63 332.422C606.692 332.371 606.764 332.333 606.84 332.31C606.996 332.264 607.163 332.282 607.306 332.358C607.448 332.434 607.555 332.564 607.603 332.718C611.44 344.539 616.799 355.81 623.545 366.247C623.633 366.383 623.664 366.548 623.63 366.706C623.596 366.864 623.501 367.003 623.366 367.091C623.271 367.164 623.155 367.207 623.035 367.214Z" fill="black"/>
<path d="M632.597 358.551C634.277 358.549 635.941 358.879 637.493 359.521C639.046 360.162 640.457 361.104 641.646 362.291C642.834 363.478 643.777 364.888 644.421 366.44C645.065 367.991 645.396 369.655 645.397 371.335H619.801C619.801 369.655 620.132 367.992 620.775 366.44C621.418 364.888 622.361 363.478 623.549 362.291C624.738 361.104 626.148 360.162 627.701 359.521C629.253 358.879 630.917 358.549 632.597 358.551Z" fill="#404EED"/>
<path d="M614.32 371.335C601.499 344.878 594.326 312.9 594.326 312.9L614.32 371.335Z" fill="#2835BD"/>
<path d="M589.593 371.335C589.638 371.221 594.163 359.33 596.53 351.916L596.681 351.443C598.288 346.441 599.574 342.417 599.41 338.847L600.512 339.398C600.512 342.98 599.263 346.934 597.709 351.774L597.554 352.247C595.387 358.992 591.458 369.409 590.707 371.335H589.564C589.585 371.31 589.585 371.359 589.593 371.335Z" fill="black"/>
<path d="M548.259 369.437C547.856 369.038 547.55 368.551 547.362 368.016C547.175 367.48 547.112 366.908 547.178 366.345C547.655 361.607 550.116 356.001 552.67 350.182C553.559 348.142 554.481 346.053 555.31 344.005L556.309 344.413C555.493 346.477 554.551 348.583 553.657 350.619C550.536 357.682 547.573 364.439 548.259 369.437Z" fill="white"/>
<path d="M570.359 352.202C571.612 357.343 573.391 364.035 575.684 371.335H589.557C589.557 371.335 594.111 359.469 596.523 351.957C598.934 344.445 600.729 339.133 598.314 334.167C595.898 329.201 592.042 328.862 586.179 332.168L587.048 341.532L582.658 354.063L580.548 347.436C576.243 344.547 570.759 346.143 570.359 352.202Z" fill="#FFC619"/>
<path d="M588.222 366.871L589.348 363.582C591.797 356.429 593.918 350.252 595.371 344.662C596.595 340.026 597.546 334.542 596.95 332.061C597.443 332.655 597.865 333.304 598.207 333.996C598.207 337.554 597.048 342.503 596.416 344.935C594.951 350.562 592.829 356.768 590.368 363.929L589.242 367.218C588.769 368.609 588.3 370.184 587.839 371.335H586.676C587.182 370.152 587.675 368.47 588.222 366.871Z" fill="white"/>
<path d="M578.204 371.335C576.703 366.251 574.499 358.449 571.676 348.783C571.656 348.715 571.65 348.643 571.658 348.573C571.665 348.502 571.687 348.434 571.721 348.372C571.755 348.31 571.801 348.255 571.856 348.211C571.912 348.166 571.975 348.133 572.043 348.114C572.111 348.094 572.182 348.088 572.253 348.095C572.323 348.103 572.392 348.124 572.454 348.159C572.516 348.193 572.571 348.239 572.615 348.294C572.659 348.349 572.692 348.413 572.712 348.481C575.568 358.343 577.825 366.251 579.326 371.331L578.204 371.335Z" fill="white"/>
<path d="M572.814 311.501C581.158 310.313 584.312 310.925 587.466 317.948C590.621 324.97 588.993 330.87 583.794 338.398C578.596 345.926 565.987 344.604 561.103 342.772C556.219 340.94 552.049 336.158 549.707 329.344C547.365 322.53 548.075 315.083 551.641 311.019C555.207 306.955 561.205 303.499 566.6 305.225C571.994 306.951 572.814 311.501 572.814 311.501Z" fill="#DE3A93"/>
<path d="M568.82 322.048C568.661 322.048 568.507 321.989 568.387 321.884C568.267 321.779 568.189 321.634 568.168 321.476C568.147 321.318 568.183 321.157 568.271 321.024C568.358 320.891 568.491 320.794 568.645 320.751L571.146 320.065C571.23 320.042 571.318 320.036 571.404 320.047C571.49 320.058 571.574 320.085 571.649 320.128C571.725 320.171 571.791 320.229 571.844 320.297C571.898 320.366 571.937 320.445 571.96 320.528C571.983 320.612 571.99 320.7 571.979 320.786C571.968 320.872 571.94 320.956 571.897 321.031C571.854 321.107 571.797 321.173 571.728 321.227C571.659 321.28 571.581 321.319 571.497 321.342L568.992 322.028C568.936 322.043 568.878 322.05 568.82 322.048Z" fill="black"/>
<path d="M571.269 323.427H571.183L568.613 323.101C568.523 323.095 568.435 323.071 568.355 323.03C568.275 322.988 568.204 322.932 568.147 322.862C568.09 322.793 568.047 322.712 568.022 322.626C567.997 322.54 567.99 322.449 568.001 322.36C568.012 322.271 568.042 322.184 568.087 322.107C568.133 322.029 568.193 321.962 568.266 321.909C568.339 321.855 568.421 321.818 568.509 321.797C568.596 321.777 568.687 321.775 568.776 321.791L571.35 322.118C571.519 322.136 571.674 322.219 571.784 322.349C571.893 322.479 571.948 322.646 571.937 322.816C571.927 322.985 571.852 323.144 571.727 323.259C571.603 323.375 571.439 323.438 571.269 323.436V323.427Z" fill="black"/>
<path d="M550.458 321.852C550.329 321.852 550.203 321.814 550.095 321.742L548.104 320.428C547.969 320.327 547.878 320.179 547.85 320.013C547.821 319.847 547.856 319.676 547.949 319.536C548.042 319.395 548.184 319.296 548.348 319.257C548.512 319.218 548.684 319.243 548.83 319.327L550.821 320.641C550.945 320.717 551.041 320.832 551.093 320.967C551.145 321.103 551.151 321.252 551.109 321.392C551.068 321.531 550.982 321.653 550.864 321.739C550.746 321.824 550.604 321.868 550.458 321.865V321.852Z" fill="black"/>
<path d="M550.568 322.954C550.535 322.958 550.5 322.958 550.466 322.954L548.426 322.636C548.257 322.605 548.106 322.509 548.007 322.368C547.907 322.228 547.866 322.054 547.893 321.884C547.919 321.714 548.011 321.56 548.149 321.457C548.287 321.354 548.459 321.308 548.63 321.33L550.67 321.648C550.835 321.674 550.983 321.761 551.086 321.892C551.189 322.022 551.239 322.187 551.226 322.352C551.213 322.518 551.138 322.673 551.016 322.786C550.895 322.899 550.735 322.962 550.568 322.962V322.954Z" fill="black"/>
<path d="M575.552 304.772C576.936 304.797 578.001 305.735 578.054 306.404C578.107 307.073 575.605 309.163 572.39 313.182L571.533 312.851C574.565 305.074 574.169 304.748 575.552 304.772Z" fill="black"/>
<path d="M574.553 315.357C574.406 315.359 574.262 315.314 574.144 315.226C574.124 315.201 571.268 313.043 568.791 311.529C568.642 311.437 568.535 311.29 568.494 311.119C568.454 310.948 568.483 310.769 568.575 310.619C568.667 310.47 568.814 310.363 568.985 310.323C569.156 310.282 569.335 310.311 569.485 310.403C572.006 311.953 574.92 314.153 574.952 314.173C575.063 314.257 575.145 314.374 575.185 314.507C575.225 314.64 575.223 314.783 575.178 314.914C575.133 315.046 575.047 315.16 574.933 315.24C574.82 315.32 574.683 315.362 574.544 315.361L574.553 315.357Z" fill="black"/>
<path d="M570.358 352.202C569.542 348.832 568.946 345.988 568.587 343.752C567.685 338.096 569.427 337.19 571.892 336.444C574.279 335.717 576.213 334.338 577.417 330.001C578.62 325.663 579.347 325.835 580.767 326.524C582.361 327.384 583.719 328.622 584.721 330.131C585.537 331.466 585.431 333.053 583.905 336.962C582.898 339.4 581.291 341.543 579.233 343.193L580.546 347.436C575.495 347.191 572.455 347.889 570.358 352.202Z" fill="#FF78B9"/>
<path d="M562.071 349.529C562.826 346.265 563.703 342.817 562.071 341.887C559.737 340.549 555.298 338.541 552.584 332.531C552.452 332.23 552.206 331.994 551.9 331.874C551.594 331.754 551.254 331.76 550.952 331.89L550.781 331.959C550.664 332.009 550.559 332.081 550.471 332.172C550.383 332.263 550.314 332.37 550.268 332.488C550.222 332.606 550.2 332.732 550.203 332.858C550.207 332.985 550.235 333.109 550.287 333.224C551.618 336.101 553.238 338.836 555.122 341.385C554.744 342.946 554.247 344.477 553.637 345.963C556.685 347.391 562.071 349.529 562.071 349.529Z" fill="#FF78B9"/>
<path d="M578.331 338.957C578.228 338.859 578.167 338.724 578.162 338.581C578.158 338.438 578.21 338.299 578.307 338.194C579.307 337.149 580.195 336.002 580.955 334.771C582.224 332.629 583.436 328.736 582.559 327.732C582.869 327.993 583.171 328.271 583.452 328.548C583.609 328.708 583.727 328.901 583.798 329.113C583.869 329.325 583.89 329.551 583.86 329.772C583.526 331.723 582.855 333.601 581.877 335.322C581.075 336.618 580.141 337.828 579.09 338.933C579.042 338.985 578.984 339.026 578.919 339.056C578.855 339.085 578.785 339.101 578.714 339.104C578.643 339.106 578.572 339.094 578.506 339.069C578.44 339.044 578.379 339.006 578.327 338.957H578.331Z" fill="black"/>
<path d="M578.658 344.013H578.585C576.722 343.778 574.844 343.679 572.966 343.715C572.88 343.72 572.793 343.707 572.711 343.679C572.629 343.65 572.553 343.605 572.488 343.547C572.423 343.489 572.371 343.419 572.333 343.341C572.295 343.262 572.273 343.177 572.269 343.091C572.264 343.004 572.276 342.917 572.305 342.835C572.334 342.753 572.378 342.677 572.436 342.612C572.494 342.548 572.564 342.495 572.643 342.457C572.721 342.42 572.806 342.398 572.893 342.393C574.843 342.351 576.793 342.453 578.728 342.699C578.895 342.718 579.049 342.8 579.159 342.928C579.268 343.057 579.324 343.222 579.315 343.391C579.306 343.559 579.233 343.718 579.111 343.834C578.989 343.95 578.827 344.016 578.658 344.017V344.013Z" fill="black"/>
<path d="M584.914 361.954C584.773 361.953 584.636 361.908 584.522 361.824C584.409 361.74 584.324 361.623 584.282 361.489L580.132 348.293C580.105 348.21 580.095 348.123 580.102 348.036C580.109 347.95 580.133 347.865 580.172 347.788C580.212 347.71 580.266 347.641 580.332 347.585C580.399 347.528 580.475 347.485 580.558 347.459C580.641 347.432 580.728 347.422 580.815 347.429C580.902 347.436 580.986 347.459 581.064 347.499C581.141 347.539 581.21 347.593 581.267 347.659C581.323 347.726 581.366 347.802 581.393 347.885L585.55 361.093C585.58 361.192 585.586 361.296 585.569 361.398C585.552 361.5 585.511 361.596 585.45 361.68C585.389 361.763 585.31 361.831 585.218 361.879C585.127 361.926 585.025 361.952 584.922 361.954H584.914Z" fill="black"/>
<path d="M582.64 354.724C582.565 354.723 582.491 354.711 582.42 354.687C582.338 354.659 582.262 354.615 582.197 354.557C582.132 354.5 582.079 354.43 582.041 354.352C582.003 354.274 581.981 354.189 581.976 354.102C581.971 354.015 581.983 353.928 582.012 353.846L586.048 342.324C586.105 342.158 586.227 342.022 586.385 341.946C586.543 341.87 586.725 341.86 586.89 341.918C587.056 341.975 587.191 342.097 587.268 342.255C587.344 342.413 587.354 342.595 587.296 342.76L583.257 354.283C583.212 354.411 583.129 354.522 583.018 354.601C582.908 354.68 582.776 354.723 582.64 354.724Z" fill="black"/>
<path d="M558.212 366.153C558.15 366.153 558.088 366.144 558.028 366.128C557.86 366.079 557.719 365.966 557.634 365.813C557.55 365.66 557.528 365.48 557.575 365.312C557.604 365.222 560.166 356.262 561.313 349.942C561.323 349.852 561.351 349.765 561.397 349.686C561.442 349.607 561.503 349.539 561.575 349.485C561.648 349.431 561.731 349.392 561.819 349.372C561.907 349.351 561.999 349.349 562.088 349.365C562.177 349.382 562.262 349.416 562.337 349.466C562.413 349.517 562.477 349.582 562.526 349.658C562.575 349.735 562.607 349.82 562.622 349.91C562.637 349.999 562.633 350.09 562.61 350.178C561.455 356.56 558.873 365.586 558.848 365.684C558.807 365.82 558.722 365.939 558.608 366.024C558.493 366.108 558.354 366.154 558.212 366.153Z" fill="black"/>
<path d="M615.629 354.246C616.76 354.246 617.879 354.469 618.924 354.902C619.968 355.334 620.917 355.969 621.717 356.768C622.516 357.567 623.151 358.517 623.583 359.561C624.016 360.606 624.239 361.725 624.239 362.856V371.335H607.02V362.856C607.02 360.572 607.927 358.383 609.541 356.768C611.156 355.153 613.346 354.246 615.629 354.246Z" fill="#404EED"/>
<path d="M607.021 362.856C608.135 362.855 609.239 363.073 610.268 363.499C611.298 363.924 612.234 364.549 613.023 365.336C613.811 366.124 614.437 367.059 614.864 368.088C615.291 369.117 615.511 370.22 615.512 371.335H598.529C598.529 370.22 598.749 369.117 599.176 368.087C599.603 367.058 600.228 366.122 601.017 365.335C601.806 364.547 602.742 363.923 603.772 363.498C604.802 363.072 605.906 362.854 607.021 362.856Z" fill="#404EED"/>
<path d="M580.539 291.748C580.412 291.748 580.285 291.739 580.159 291.719C575.638 291.07 571.219 290.385 567.024 289.679C566.337 289.558 565.726 289.17 565.324 288.6C564.922 288.03 564.761 287.324 564.876 286.636C564.992 285.948 565.375 285.334 565.942 284.927C566.508 284.52 567.213 284.354 567.902 284.464C572.051 285.162 576.426 285.839 580.91 286.48C581.575 286.571 582.18 286.912 582.604 287.433C583.027 287.954 583.236 288.616 583.189 289.286C583.141 289.955 582.841 290.582 582.349 291.038C581.857 291.495 581.21 291.747 580.539 291.744V291.748Z" fill="black"/>
<path d="M552.812 315.034C552.638 315.033 552.468 314.987 552.318 314.9C552.168 314.813 552.044 314.688 551.957 314.538C551.87 314.388 551.823 314.218 551.822 314.044C551.821 313.871 551.866 313.7 551.951 313.549C552.106 313.284 552.269 313.018 552.441 312.757C552.599 312.571 552.82 312.45 553.062 312.417C553.305 312.383 553.55 312.441 553.753 312.578C553.955 312.715 554.1 312.922 554.159 313.159C554.218 313.396 554.187 313.647 554.073 313.863C553.926 314.079 553.787 314.304 553.665 314.532C553.578 314.683 553.454 314.808 553.305 314.896C553.155 314.984 552.985 315.032 552.812 315.034Z" fill="#FFA8D2"/>
<path d="M555.216 312.051C555.01 312.059 554.807 312.002 554.635 311.888C554.463 311.775 554.331 311.611 554.257 311.419C554.182 311.227 554.169 311.017 554.22 310.817C554.27 310.617 554.382 310.438 554.539 310.305C555.973 309.015 557.676 308.061 559.525 307.51C559.65 307.473 559.781 307.461 559.91 307.475C560.04 307.488 560.165 307.527 560.28 307.589C560.394 307.652 560.495 307.736 560.577 307.837C560.659 307.938 560.72 308.054 560.757 308.179C560.794 308.304 560.806 308.435 560.793 308.564C560.779 308.694 560.74 308.819 560.678 308.934C560.616 309.048 560.532 309.149 560.43 309.231C560.329 309.313 560.213 309.374 560.088 309.411C558.522 309.877 557.08 310.686 555.865 311.778C555.69 311.946 555.459 312.044 555.216 312.051Z" fill="#FFA8D2"/>
<path d="M567.796 289.777C567.648 289.777 567.501 289.764 567.355 289.74C555.93 287.826 537.826 283.571 529.192 281.294C528.517 281.112 527.942 280.67 527.592 280.065C527.242 279.46 527.146 278.741 527.324 278.066C527.503 277.39 527.941 276.812 528.544 276.459C529.147 276.106 529.866 276.006 530.542 276.181C539.078 278.429 556.958 282.64 568.228 284.521C568.878 284.636 569.461 284.99 569.864 285.512C570.266 286.035 570.46 286.689 570.405 287.346C570.351 288.003 570.054 288.617 569.571 289.067C569.089 289.516 568.455 289.769 567.796 289.777Z" fill="#2835BD"/>
<path d="M529.689 297.415H529.551C529.466 297.397 529.385 297.362 529.314 297.312C529.242 297.263 529.181 297.2 529.134 297.126C529.087 297.053 529.055 296.972 529.04 296.886C529.024 296.8 529.026 296.713 529.045 296.628L532.55 280.392C532.568 280.307 532.603 280.227 532.652 280.155C532.701 280.084 532.764 280.023 532.837 279.975C532.91 279.928 532.992 279.896 533.077 279.88C533.162 279.864 533.25 279.866 533.335 279.884C533.42 279.902 533.501 279.937 533.572 279.986C533.644 280.036 533.705 280.099 533.752 280.172C533.799 280.244 533.831 280.326 533.847 280.411C533.863 280.497 533.861 280.585 533.843 280.669L530.338 296.905C530.303 297.051 530.22 297.18 530.102 297.273C529.985 297.366 529.839 297.416 529.689 297.415Z" fill="black"/>
<path d="M526.384 296.289V294.171H540.041C540.041 294.171 540.041 295.514 540.041 296.297C540.035 296.617 540.124 296.931 540.298 297.199C540.959 298.194 541.311 299.362 541.31 300.557V309.224C541.315 310.686 540.792 312.101 539.837 313.209C538.882 314.316 537.559 315.041 536.112 315.25C534.167 315.524 532.193 315.524 530.248 315.25C528.814 315.03 527.507 314.301 526.565 313.197C525.623 312.093 525.11 310.687 525.119 309.236V300.557C525.121 299.358 525.474 298.186 526.135 297.187C526.305 296.919 526.392 296.606 526.384 296.289Z" fill="#8CD9FF"/>
<path d="M527.61 297.203V294.465H538.769V297.199C538.78 297.732 538.936 298.251 539.222 298.701C539.713 299.5 539.973 300.419 539.973 301.357V308.775C539.978 310 539.54 311.185 538.74 312.113C537.94 313.04 536.832 313.647 535.619 313.822C534.038 314.039 532.435 314.039 530.853 313.822C529.626 313.659 528.5 313.057 527.684 312.126C526.867 311.196 526.416 310.001 526.414 308.763V301.357C526.412 300.418 526.671 299.497 527.161 298.696C527.444 298.249 527.599 297.732 527.61 297.203Z" fill="#5865F2"/>
<path d="M540.025 295.208C540.025 296.126 536.965 296.868 533.195 296.868C529.425 296.868 526.385 296.114 526.385 295.208L533.211 292.523L540.025 295.208Z" fill="#8CD9FF"/>
<path d="M533.195 297.627C530.028 297.627 527.266 297.17 525.98 296.432C525.635 296.227 525.381 295.897 525.272 295.511C525.163 295.124 525.206 294.71 525.393 294.355L532.607 280.217C532.663 280.109 532.748 280.019 532.852 279.956C532.956 279.893 533.075 279.859 533.197 279.859C533.318 279.859 533.437 279.893 533.541 279.956C533.645 280.019 533.73 280.109 533.786 280.217L540.996 294.355C541.184 294.71 541.228 295.124 541.119 295.511C541.009 295.898 540.755 296.228 540.409 296.432C539.127 297.17 536.361 297.627 533.195 297.627ZM533.195 281.971L526.572 294.955C526.542 295.009 526.532 295.072 526.545 295.133C526.558 295.194 526.592 295.248 526.642 295.285C527.527 295.795 529.906 296.305 533.195 296.305C536.483 296.305 538.866 295.795 539.748 295.285C539.799 295.249 539.834 295.195 539.848 295.134C539.861 295.073 539.852 295.009 539.821 294.955L533.195 281.971Z" fill="black"/>
<path d="M533.863 309.309L535.867 308.787C536.064 308.733 536.232 308.604 536.336 308.428C536.387 308.341 536.421 308.244 536.435 308.143C536.449 308.043 536.442 307.94 536.417 307.842C536.391 307.744 536.346 307.652 536.285 307.571C536.223 307.49 536.146 307.422 536.059 307.371C535.86 307.254 535.623 307.22 535.399 307.277C535.175 307.333 534.982 307.476 534.863 307.673L533.863 309.309Z" fill="white"/>
<path d="M533.864 309.309L533.99 307.245C533.996 307.143 533.982 307.042 533.948 306.946C533.915 306.85 533.862 306.761 533.794 306.686C533.658 306.533 533.467 306.441 533.263 306.429C533.059 306.417 532.858 306.486 532.705 306.62C532.533 306.773 532.428 306.986 532.412 307.215C532.396 307.444 532.471 307.67 532.619 307.845L533.864 309.309Z" fill="white"/>
<path d="M533.439 311.174C534.549 311.525 535.634 311.223 535.887 310.501C536.079 309.893 535.777 309.318 534.716 309.077C534.27 308.965 533.84 308.798 533.435 308.579C532.562 308.122 532.056 308.62 531.864 309.224C531.615 309.95 532.329 310.823 533.439 311.174Z" fill="#121B80"/>
<path d="M535.54 311.328L536.246 311.315C536.811 311.305 537.261 310.84 537.252 310.275C537.242 309.711 536.775 309.261 536.209 309.271L535.504 309.284C534.938 309.294 534.488 309.759 534.498 310.324C534.508 310.888 534.974 311.338 535.54 311.328Z" fill="#FFE75C"/>
<path d="M531.723 301.455L529.903 300.467C529.814 300.419 529.736 300.354 529.672 300.276C529.608 300.197 529.561 300.107 529.532 300.01C529.474 299.813 529.496 299.601 529.594 299.421C529.692 299.24 529.857 299.106 530.054 299.047C530.275 298.982 530.513 299.006 530.717 299.115C530.921 299.223 531.074 299.407 531.144 299.627L531.723 301.455Z" fill="white"/>
<path d="M531.723 301.455L532.094 299.415C532.112 299.314 532.149 299.219 532.205 299.133C532.26 299.048 532.332 298.974 532.416 298.917C532.5 298.859 532.593 298.819 532.693 298.797C532.792 298.776 532.894 298.774 532.993 298.792C533.093 298.811 533.188 298.848 533.273 298.903C533.358 298.958 533.432 299.029 533.489 299.113C533.623 299.303 533.677 299.538 533.638 299.768C533.599 299.997 533.471 300.201 533.281 300.337L531.723 301.455Z" fill="white"/>
<path d="M531.208 301.214C530.257 301.887 529.845 302.936 530.282 303.556C530.649 304.078 531.293 304.185 532.122 303.483C532.48 303.194 532.873 302.953 533.293 302.765C534.186 302.357 534.109 301.638 533.725 301.132C533.289 300.512 532.163 300.541 531.208 301.214Z" fill="#121B80"/>
<path d="M530.1 302.416L529.684 302.987C529.35 303.444 529.45 304.084 529.906 304.416C530.362 304.749 531.002 304.648 531.335 304.191L531.751 303.621C532.085 303.164 531.985 302.524 531.529 302.191C531.073 301.859 530.433 301.959 530.1 302.416Z" fill="#FFE75C"/>
<path d="M533.194 295.832C536.964 295.832 540.02 295.089 540.02 294.171C540.02 293.254 536.964 292.511 533.194 292.511C529.423 292.511 526.367 293.254 526.367 294.171C526.367 295.089 529.423 295.832 533.194 295.832Z" fill="#8CD9FF"/>
<path d="M540.024 294.171H526.367V295.11H540.024V294.171Z" fill="#8CD9FF"/>
<path d="M530.428 294.677C530.579 294.687 530.72 294.75 530.828 294.856C530.935 294.962 531 295.103 531.012 295.253C531.008 295.322 530.989 295.391 530.956 295.452C530.924 295.514 530.878 295.568 530.823 295.611C530.768 295.654 530.704 295.684 530.635 295.699C530.567 295.715 530.497 295.716 530.428 295.702L529.298 295.546C529.148 295.524 529.009 295.452 528.905 295.342C528.801 295.232 528.737 295.09 528.723 294.938C528.726 294.871 528.745 294.804 528.777 294.745C528.81 294.685 528.856 294.634 528.911 294.595C528.967 294.556 529.03 294.529 529.097 294.518C529.164 294.507 529.233 294.511 529.298 294.53L530.428 294.677Z" fill="white"/>
<path d="M536.7 297.415C536.549 297.415 536.402 297.363 536.285 297.268C536.168 297.173 536.087 297.041 536.055 296.893L532.55 280.657C532.532 280.572 532.53 280.485 532.546 280.399C532.562 280.314 532.594 280.232 532.641 280.159C532.688 280.086 532.749 280.023 532.821 279.974C532.892 279.925 532.973 279.89 533.058 279.872C533.143 279.854 533.23 279.852 533.316 279.868C533.401 279.884 533.483 279.916 533.556 279.963C533.629 280.01 533.692 280.071 533.741 280.143C533.79 280.214 533.825 280.295 533.843 280.38L537.348 296.615C537.367 296.7 537.369 296.788 537.353 296.874C537.338 296.959 537.306 297.041 537.259 297.114C537.212 297.187 537.151 297.251 537.079 297.3C537.008 297.35 536.927 297.385 536.842 297.403C536.795 297.411 536.747 297.415 536.7 297.415Z" fill="black"/>
<path d="M532.672 282.318C532.577 282.318 532.482 282.297 532.395 282.257C532.316 282.221 532.246 282.169 532.187 282.106C532.128 282.043 532.082 281.968 532.052 281.887C532.022 281.806 532.009 281.72 532.012 281.633C532.016 281.547 532.036 281.462 532.073 281.384L533.786 277.642C533.859 277.48 533.994 277.353 534.16 277.29C534.327 277.227 534.511 277.232 534.674 277.305C534.836 277.378 534.963 277.513 535.026 277.679C535.089 277.846 535.083 278.03 535.01 278.193L533.293 281.934C533.238 282.052 533.15 282.151 533.04 282.219C532.93 282.288 532.802 282.322 532.672 282.318Z" fill="black"/>
<path d="M533.052 282.481C532.882 282.481 532.718 282.416 532.595 282.299C532.472 282.182 532.399 282.022 532.391 281.853L532.182 277.626C532.174 277.45 532.235 277.279 532.353 277.149C532.471 277.018 532.636 276.941 532.811 276.932C532.986 276.923 533.158 276.985 533.288 277.102C533.418 277.22 533.496 277.385 533.504 277.56L533.713 281.787C533.72 281.963 533.659 282.134 533.541 282.264C533.423 282.393 533.259 282.472 533.084 282.481H533.052Z" fill="black"/>
<path d="M551.63 324.733C549.443 322.26 549.757 320.702 550.484 320.269C551.21 319.837 552.385 320.677 554.36 323.852C556.335 327.026 554.687 328.185 551.63 324.733Z" fill="white"/>
<path d="M562.006 324.749C563.446 321.738 566 319.51 568.29 319.882C570.579 320.253 569.644 323.648 566.657 325.916C563.671 328.185 560.431 328.05 562.006 324.749Z" fill="white"/>
<path d="M550.602 321.954C550.52 321.353 550.58 320.741 550.778 320.167C551.39 320.094 552.263 320.763 553.528 322.583C553.397 323.472 552.977 324.15 552.394 324.248C551.582 324.382 550.782 323.362 550.602 321.954Z" fill="black"/>
<path d="M561.941 324.913C561.966 324.86 561.978 324.807 562.007 324.749C562.709 323.215 563.773 321.873 565.108 320.841C565.478 321.59 565.637 322.427 565.569 323.26C565.459 325.076 564.504 326.496 563.439 326.431C562.782 326.39 562.235 325.81 561.941 324.913Z" fill="black"/>
<path d="M556.452 338.007C555.318 338.007 554.575 337.709 554.188 337.097C553.661 336.281 553.971 335.134 554.392 334.142C553.739 333.404 552.727 331.988 553.661 330.617C554.596 329.246 556.265 329.736 560.39 330.776L560.871 330.895C560.956 330.916 561.035 330.953 561.105 331.005C561.175 331.057 561.234 331.122 561.278 331.197C561.323 331.271 561.353 331.354 561.366 331.44C561.378 331.526 561.374 331.614 561.353 331.698C561.332 331.783 561.294 331.862 561.242 331.932C561.19 332.002 561.125 332.061 561.051 332.106C560.976 332.15 560.893 332.18 560.807 332.193C560.721 332.205 560.633 332.201 560.549 332.18L560.067 332.057C556.881 331.241 555.13 330.833 554.763 331.36C554.628 331.56 554.261 332.094 555.657 333.551C555.748 333.647 555.809 333.768 555.831 333.899C555.853 334.03 555.835 334.165 555.779 334.285C555.093 335.775 555.224 336.248 555.31 336.387C555.395 336.525 555.852 336.685 556.464 336.685C558.313 336.685 560.357 335.518 560.378 335.505C560.453 335.456 560.537 335.422 560.626 335.407C560.714 335.391 560.805 335.394 560.893 335.415C560.98 335.435 561.063 335.474 561.135 335.528C561.207 335.581 561.267 335.649 561.312 335.727C561.357 335.805 561.386 335.891 561.397 335.98C561.407 336.07 561.399 336.16 561.374 336.246C561.348 336.333 561.305 336.413 561.248 336.482C561.19 336.551 561.119 336.607 561.039 336.648C560.932 336.705 558.66 338.007 556.452 338.007Z" fill="black"/>
<path d="M557.313 335.44C557.215 335.44 557.117 335.417 557.029 335.375C556.94 335.333 556.861 335.271 556.799 335.195C556.324 334.566 555.929 333.881 555.624 333.155C555.554 332.993 555.552 332.809 555.618 332.646C555.684 332.482 555.812 332.351 555.975 332.282C556.137 332.213 556.32 332.211 556.484 332.276C556.648 332.342 556.779 332.47 556.848 332.633C557.105 333.25 557.437 333.834 557.835 334.371C557.914 334.468 557.963 334.585 557.978 334.709C557.993 334.833 557.972 334.959 557.918 335.072C557.864 335.185 557.78 335.28 557.674 335.346C557.568 335.413 557.446 335.448 557.321 335.448L557.313 335.44Z" fill="black"/>
<path d="M652.272 349.068C637.175 348.66 624.444 339.99 616.414 332.776C607.792 325.023 602.039 316.662 601.917 315.206C601.909 315.125 601.918 315.044 601.941 314.967C601.965 314.89 602.004 314.818 602.056 314.756C602.107 314.694 602.17 314.643 602.242 314.605C602.313 314.567 602.391 314.544 602.472 314.536C602.552 314.529 602.633 314.537 602.71 314.561C602.787 314.585 602.859 314.624 602.921 314.675C602.983 314.727 603.035 314.79 603.072 314.861C603.11 314.933 603.133 315.011 603.141 315.091C603.324 316.062 608.506 324.068 617.422 332.021C625.232 339.014 637.652 347.436 652.289 347.844C652.451 347.844 652.607 347.909 652.721 348.024C652.836 348.138 652.901 348.294 652.901 348.456C652.901 348.619 652.836 348.774 652.721 348.889C652.607 349.004 652.451 349.068 652.289 349.068H652.272Z" fill="black"/>
</g>
<mask id="mask2" mask-type="alpha" maskUnits="userSpaceOnUse" x="487" y="162" width="163" height="96">
<rect x="487" y="162" width="163" height="96" rx="8" fill="#C4C4C4"/>
</mask>
<g mask="url(#mask2)">
<path d="M651 161.849H487V258.437H651V161.849Z" fill="#EB459F"/>
<path d="M516.679 258.437H535.646L524.253 232.971C523.906 233.288 523.555 233.62 523.223 233.955C523.223 233.955 523.223 233.955 523.223 233.986C515.554 241.656 514.634 250.767 516.679 258.437Z" fill="#5865F2"/>
<path d="M520.278 246.774C520.644 250.959 522.09 254.977 524.473 258.437H573.017C574.881 254.848 575.684 250.803 575.332 246.774C575.212 245.298 574.946 243.838 574.539 242.415C574.298 241.503 573.991 240.611 573.619 239.745C572.772 237.69 571.664 235.752 570.324 233.978C568.022 230.978 565.165 228.449 561.907 226.529C557.039 223.61 551.469 222.07 545.793 222.075C545 222.075 544.206 222.109 543.432 222.17C536.727 222.677 530.896 225.374 526.761 229.462C525.404 230.807 524.216 232.314 523.226 233.948C523.226 233.948 523.226 233.948 523.226 233.978C520.925 237.829 519.894 242.305 520.278 246.774Z" fill="#3FA5F2"/>
<path d="M546.617 258.437H638.594C639.775 255.874 640.692 253.198 641.333 250.451C642.633 245.075 642.58 239.461 641.177 234.112C640.66 232.177 639.943 230.302 639.037 228.517C635.517 221.484 629.243 215.904 621.05 212.685C620.829 212.609 620.608 212.513 620.383 212.433C620.158 212.353 619.91 212.258 619.67 212.197C614.577 210.418 609.216 209.533 603.823 209.58C597.407 209.604 591.038 210.674 584.966 212.75C576.381 215.641 568.518 220.343 561.907 226.537C560.958 227.426 560.054 228.33 559.184 229.279C557.877 230.683 556.649 232.159 555.508 233.7C555.221 234.081 554.935 234.463 554.668 234.874C551.303 239.553 548.885 244.844 547.552 250.451C546.937 253.069 546.624 255.748 546.617 258.437Z" fill="#3FA5F2"/>
<path d="M598.721 258.437H601.669C603.185 255.635 605.218 253.145 607.661 251.099C611.383 247.93 616.025 245.664 620.701 245.046C621.017 245 621.318 244.966 621.635 244.951C622.108 244.895 622.585 244.868 623.061 244.871C626.582 244.871 629.545 245.996 631.429 248.074C631.867 248.551 632.24 249.083 632.539 249.657C633.664 251.732 633.901 254.333 633.222 257.186C633.126 257.598 632.997 258.025 632.871 258.437H635.644C635.708 258.231 635.773 258.01 635.819 257.804C636.788 253.746 636.2 250.039 634.122 247.201C633.902 246.882 633.658 246.58 633.393 246.297C631.033 243.65 627.39 242.243 623.157 242.224C622.219 242.213 621.282 242.272 620.353 242.399C611.303 243.605 602.336 250.451 598.721 258.437Z" fill="#66BCFF"/>
<path d="M562.67 258.437H565.393C566.456 253.034 568.548 248.584 571.671 245.088C572.548 244.117 573.508 243.224 574.539 242.418C580.737 237.506 588.578 236.446 594.429 236.492C594.773 236.49 595.103 236.356 595.351 236.117C595.599 235.879 595.745 235.554 595.76 235.21C596.046 228.379 600.672 220.614 606.996 216.35C611.097 213.512 616.07 212.215 621.035 212.689C620.814 212.612 620.592 212.517 620.367 212.437C617.947 211.526 615.346 211.202 612.776 211.491C610.206 211.78 607.742 212.674 605.585 214.1C605.56 214.113 605.538 214.129 605.52 214.149C598.8 218.68 593.967 226.446 593.193 233.829C587.266 233.94 579.817 235.195 573.605 239.756C572.179 240.812 570.862 242.006 569.672 243.322C566.141 247.281 563.795 252.335 562.67 258.437Z" fill="#66BCFF"/>
<path d="M586.865 251.717C593.986 250.767 595.496 250.626 597.071 250.42C598.647 250.214 599.253 246.553 599.959 241.877C600.664 237.201 599.833 228.753 599.833 228.753L589.31 231.884L586.865 251.717Z" fill="#FF78B9"/>
<path d="M615.119 225.668C610.798 220.801 588.776 203.886 588.776 203.886L583.589 211.339C583.589 211.339 590.893 219.382 596.129 224.825C585.508 225.671 566.354 228.189 566.354 228.189C552.765 225.465 545.621 224.966 545.621 224.966L561.014 210.934L555.854 203.306C555.854 203.306 542.551 211.464 535.022 217.334C527.494 223.204 526.315 230.446 533.417 235.996C540.518 241.545 542.951 243.132 542.951 243.132L588.856 247.865C602.316 244.146 610.352 240.069 615.226 235.836C619.688 231.972 619.44 230.534 615.119 225.668Z" fill="#FFC619"/>
<path d="M543.542 225.176C543.482 225.176 543.423 225.167 543.366 225.149C543.336 225.149 540.567 224.352 539.011 224.092C538.847 224.057 538.704 223.961 538.61 223.823C538.516 223.685 538.479 223.516 538.507 223.352C538.534 223.187 538.624 223.039 538.758 222.939C538.892 222.839 539.058 222.795 539.224 222.815C540.849 223.089 543.603 223.871 543.721 223.905C543.87 223.95 543.998 224.046 544.082 224.177C544.166 224.307 544.2 224.464 544.179 224.618C544.157 224.772 544.081 224.913 543.964 225.015C543.847 225.117 543.697 225.174 543.542 225.176Z" fill="black"/>
<path d="M586.003 201.529L581.385 209.207C581.385 209.207 585.645 213.6 586.545 214.58C588.269 212.651 589.92 209.34 589.451 204.389C587.518 202.83 586.003 201.529 586.003 201.529Z" fill="black"/>
<path d="M556.209 235.176C549.984 227.586 547.761 224.233 546.495 220.42C545.568 217.624 551.071 219.348 558.23 221.457C565.389 223.566 564.21 225.614 556.209 235.176Z" fill="#FF78B9"/>
<path d="M547.3 223.986C540.725 231.289 540.584 240.283 541.316 252.731C541.316 252.731 530.046 264.085 531.636 274.013C533.227 283.941 548.666 288.163 566.21 287.995C580.321 287.858 581.912 284.505 583.182 277.873C584.013 273.533 584.589 268.521 584.955 264.646C585.352 260.57 586.381 256.582 588.006 252.823C596.653 232.685 589.692 225.42 589.692 225.42L566.267 227.327L547.3 223.986Z" fill="#FF78B9"/>
<path d="M552.458 213.528C546.92 217.605 548.103 223.787 555.891 232.38L559.354 235.851L581.959 232.128C589.205 223.135 587.764 217.14 585.132 213.368C588.809 207.265 589.064 203.07 589.026 199.328C588.965 192.963 583.214 183.016 568.709 183.157C560.769 183.233 553.785 186.308 551.276 196.327C550.406 199.881 550.154 205.537 552.458 213.528Z" fill="#FFE75C"/>
<path d="M580.398 191.372C580.574 191.371 580.749 191.407 580.911 191.477C581.073 191.548 581.219 191.651 581.339 191.781C581.458 191.911 581.549 192.065 581.606 192.232C581.663 192.4 581.684 192.577 581.668 192.753L580.874 201.495C580.652 203.458 579.729 205.275 578.276 206.614C576.822 207.952 574.935 208.722 572.96 208.783H571.202C569.146 208.802 567.153 208.068 565.601 206.719C564.049 205.37 563.045 203.499 562.777 201.46L562.396 198.562C562.352 198.218 562.183 197.902 561.922 197.674C561.66 197.446 561.324 197.322 560.977 197.326C560.626 197.33 560.289 197.464 560.031 197.702C559.774 197.941 559.613 198.266 559.581 198.615L559.158 203.295C559.017 204.832 558.31 206.262 557.175 207.308C556.04 208.353 554.557 208.94 553.013 208.955C552.095 208.982 551.182 208.813 550.334 208.458C549.487 208.103 548.726 207.57 548.101 206.897C547.477 206.223 547.004 205.423 546.714 204.551C546.425 203.679 546.326 202.755 546.423 201.842L547.228 193.02C547.259 192.661 547.423 192.326 547.689 192.081C547.954 191.836 548.301 191.699 548.662 191.697L580.398 191.372Z" fill="black"/>
<path d="M581.26 191.712L589.044 199.328L589.059 200.907L581.298 195.492L581.26 191.712Z" fill="black"/>
<path d="M589.69 225.393C586.086 221.96 581.299 218.909 577.066 217.448C572.832 215.988 571.863 215.542 570.899 217.979C569.934 220.416 568.915 223.12 568.477 223.974C568.038 224.828 563.541 228.017 560.723 230.359C557.904 232.7 555.002 237.662 555.002 237.662L584.568 239.897L589.69 225.393Z" fill="#FF78B9"/>
<path d="M596.019 224.725L599.833 228.764C598.109 234.207 596.969 240.969 596.355 248.536L581.229 249.638L589.692 225.423L596.019 224.725Z" fill="#FF78B9"/>
<path d="M547.3 223.986C546.201 223.783 545.221 223.604 544.489 223.49C544.059 223.419 543.618 223.448 543.201 223.576C542.784 223.704 542.403 223.926 542.086 224.226C538.738 227.407 536.747 231.057 536.018 235.122C535.133 240.08 535.435 240.595 541.14 243.627C544.954 245.66 548.886 236.652 551.057 230.492C551.292 229.819 551.379 229.103 551.312 228.393C551.245 227.683 551.026 226.995 550.67 226.378C550.313 225.76 549.827 225.227 549.246 224.814C548.664 224.401 548.001 224.119 547.3 223.986Z" fill="#FF78B9"/>
<path d="M546.543 200.492L558.893 191.582L554.293 191.624L546.863 196.987L546.543 200.492Z" fill="#5865F2"/>
<path d="M549.508 208.047C550.568 208.675 551.781 208.996 553.013 208.974C554.556 208.96 556.039 208.373 557.175 207.327C558.31 206.281 559.016 204.851 559.157 203.314L559.371 200.926L549.508 208.047Z" fill="#5865F2"/>
<path d="M580.399 191.372L575.311 191.422L562.656 200.556L562.778 201.479C562.909 202.48 563.219 203.449 563.694 204.34L581.238 191.685C581.005 191.483 580.707 191.371 580.399 191.372Z" fill="#5865F2"/>
<path d="M580.875 201.495L581.256 197.299L566.893 207.666C568.2 208.428 569.689 208.823 571.202 208.81H572.961C574.94 208.748 576.83 207.974 578.284 206.63C579.738 205.286 580.658 203.463 580.875 201.495Z" fill="#5865F2"/>
<path d="M558.544 210.389C558.386 210.387 558.234 210.328 558.117 210.222C558 210.117 557.925 209.972 557.907 209.815C557.888 209.659 557.928 209.501 558.018 209.371C558.108 209.242 558.242 209.149 558.395 209.111C560.218 208.73 562.101 208.73 563.925 209.111C564.092 209.15 564.237 209.254 564.327 209.399C564.417 209.545 564.446 209.72 564.407 209.887C564.369 210.054 564.265 210.199 564.119 210.289C563.974 210.38 563.798 210.409 563.631 210.37C562.001 210.04 560.322 210.04 558.692 210.37C558.644 210.384 558.594 210.39 558.544 210.389Z" fill="black"/>
<path d="M560.944 179.24C560.106 181.553 560.008 184.069 560.661 186.441C560.774 186.854 561.019 187.218 561.359 187.477C561.698 187.737 562.114 187.878 562.542 187.879H566.485C566.927 187.875 567.363 187.781 567.766 187.602C568.17 187.423 568.532 187.163 568.831 186.838C571.207 184.29 575.536 183.691 578.903 185.106L580.967 182.173C581.17 181.888 581.266 181.539 581.236 181.19C581.206 180.84 581.052 180.513 580.803 180.266C578.849 178.405 576.514 176.992 573.959 176.126C571.404 175.259 568.691 174.959 566.008 175.247C564.874 175.368 563.796 175.806 562.9 176.513C562.004 177.219 561.325 178.165 560.944 179.24Z" fill="#FF8C19"/>
<path d="M596.638 245.477C596.356 248.528 596.844 249.604 597.557 248.353C598.27 247.102 598.457 244.836 598.457 244.836L596.638 245.477Z" fill="black"/>
<path d="M577.397 229.268C577.25 229.269 577.107 229.22 576.992 229.129C576.877 229.037 576.796 228.909 576.764 228.766C576.732 228.623 576.749 228.472 576.814 228.34C576.878 228.208 576.986 228.102 577.119 228.04C579.751 226.777 582.733 225.751 588.74 224.947C588.826 224.934 588.913 224.939 588.997 224.96C589.081 224.981 589.16 225.019 589.229 225.07C589.299 225.122 589.357 225.187 589.401 225.261C589.446 225.336 589.475 225.418 589.488 225.504C589.5 225.589 589.496 225.676 589.474 225.76C589.453 225.844 589.416 225.923 589.364 225.993C589.312 226.062 589.247 226.121 589.173 226.165C589.099 226.209 589.016 226.239 588.931 226.251C583.092 227.048 580.216 228.017 577.691 229.226C577.598 229.263 577.497 229.277 577.397 229.268Z" fill="black"/>
<path d="M602.609 232.525C602.441 232.525 602.28 232.459 602.159 232.342C601.126 231.335 600.321 230.523 599.768 229.928C599.651 229.801 599.589 229.634 599.596 229.462C599.603 229.29 599.678 229.127 599.804 229.01C599.931 228.894 600.098 228.832 600.27 228.839C600.442 228.845 600.605 228.92 600.722 229.047C601.256 229.626 602.041 230.424 603.063 231.415C603.155 231.505 603.217 231.621 603.243 231.747C603.269 231.872 603.257 232.003 603.208 232.122C603.159 232.241 603.077 232.343 602.97 232.414C602.863 232.486 602.738 232.525 602.609 232.525Z" fill="black"/>
<path d="M581.233 256.793C581.101 256.79 580.974 256.746 580.868 256.669C580.762 256.591 580.681 256.483 580.638 256.359C580.595 256.235 580.59 256.101 580.625 255.974C580.659 255.847 580.732 255.734 580.832 255.649C582.739 254.158 585.604 251.976 585.63 251.953C585.697 251.897 585.775 251.855 585.859 251.829C585.943 251.803 586.032 251.795 586.119 251.805C586.206 251.815 586.29 251.842 586.367 251.885C586.443 251.928 586.51 251.986 586.563 252.056C586.617 252.126 586.655 252.206 586.677 252.291C586.698 252.376 586.702 252.464 586.688 252.551C586.674 252.638 586.643 252.721 586.596 252.795C586.55 252.869 586.488 252.933 586.416 252.983C586.386 253.006 583.529 255.184 581.63 256.667C581.515 256.751 581.375 256.796 581.233 256.793Z" fill="black"/>
<path d="M559.942 244.093H556.509C556.42 244.093 556.332 244.074 556.25 244.039C556.168 244.004 556.094 243.952 556.032 243.887C555.972 243.82 555.926 243.743 555.897 243.658C555.867 243.574 555.855 243.484 555.861 243.395C556.101 240.857 556.513 238.337 557.093 235.855C557.216 235.327 557.456 234.833 557.794 234.409C558.687 233.283 559.722 232.277 560.872 231.415C562.878 229.912 564.892 228.421 566.849 226.98C568.431 225.817 569.632 224.211 570.3 222.365C572.112 217.407 572.589 216.831 572.764 216.621C572.878 216.502 573.033 216.43 573.197 216.421C573.362 216.412 573.524 216.466 573.65 216.572C573.776 216.677 573.857 216.827 573.877 216.991C573.897 217.155 573.853 217.32 573.756 217.452C573.638 217.593 573.127 218.394 571.517 222.792C570.762 224.879 569.404 226.695 567.615 228.009C565.659 229.443 563.653 230.935 561.647 232.437C560.581 233.236 559.624 234.169 558.798 235.214C558.578 235.488 558.423 235.807 558.344 236.148C557.834 238.341 557.452 240.562 557.199 242.8H559.324C559.415 241.423 559.64 237.998 559.804 235.721C559.821 235.553 559.903 235.399 560.032 235.29C560.161 235.182 560.327 235.128 560.495 235.139C560.664 235.151 560.82 235.228 560.933 235.354C561.045 235.48 561.104 235.644 561.097 235.813C560.888 238.715 560.579 243.486 560.579 243.486C560.568 243.649 560.497 243.802 560.379 243.914C560.261 244.026 560.105 244.09 559.942 244.093Z" fill="#F551A0"/>
<path d="M596.513 225.24C593.809 232.105 590.811 243.723 593.118 249.31C593.333 249.844 593.622 250.344 593.976 250.798L595.243 250.645C594.727 250.165 594.326 249.575 594.072 248.917C592.031 243.959 594.575 233.181 597.298 226.072L596.513 225.24Z" fill="#F551A0"/>
<path d="M536.561 240.691C536.85 240.995 537.169 241.27 537.514 241.511C538.17 233.906 541.275 227.487 546.073 223.764L544.719 223.532C540.252 227.365 537.335 233.498 536.561 240.691Z" fill="#F551A0"/>
<path d="M581.407 253.54C581.245 253.535 581.091 253.469 580.975 253.357C580.86 253.244 580.79 253.092 580.78 252.93C580.771 252.769 580.822 252.609 580.924 252.484C581.026 252.358 581.171 252.275 581.331 252.251L588.547 251.377C588.712 251.366 588.875 251.419 589.003 251.525C589.131 251.631 589.213 251.781 589.233 251.946C589.253 252.111 589.209 252.277 589.111 252.41C589.012 252.543 588.866 252.634 588.703 252.663L581.498 253.536L581.407 253.54Z" fill="black"/>
<path d="M542.428 188.268C541.989 187.984 541.615 187.61 541.332 187.171C541.048 186.732 540.862 186.237 540.785 185.72L540.518 183.939C540.511 183.896 540.489 183.857 540.457 183.829C540.424 183.801 540.382 183.786 540.338 183.787C540.296 183.786 540.254 183.801 540.222 183.83C540.189 183.858 540.168 183.897 540.163 183.939L539.896 185.72C539.819 186.238 539.632 186.733 539.347 187.172C539.063 187.612 538.689 187.985 538.248 188.268L538.019 188.417C537.994 188.432 537.973 188.454 537.958 188.48C537.943 188.506 537.936 188.536 537.936 188.565C537.935 188.596 537.943 188.626 537.958 188.653C537.972 188.679 537.994 188.702 538.019 188.718L538.248 188.867C538.689 189.149 539.063 189.523 539.347 189.962C539.632 190.402 539.819 190.897 539.896 191.414L540.163 193.196C540.168 193.238 540.189 193.277 540.222 193.305C540.254 193.333 540.296 193.348 540.338 193.348C540.382 193.349 540.424 193.333 540.457 193.305C540.489 193.277 540.511 193.238 540.518 193.196L540.785 191.414C540.862 190.897 541.048 190.403 541.332 189.963C541.615 189.524 541.989 189.15 542.428 188.867L542.661 188.718C542.686 188.701 542.706 188.678 542.72 188.651C542.734 188.625 542.741 188.595 542.741 188.565C542.741 188.536 542.734 188.507 542.72 188.481C542.706 188.455 542.686 188.433 542.661 188.417L542.428 188.268Z" fill="white"/>
</g>
<path d="M73.564 102.624C73.564 101.886 72.988 101.364 72.286 101.364C71.566 101.364 70.99 101.886 70.99 102.624C70.99 103.344 71.566 103.848 72.286 103.848C72.988 103.848 73.564 103.344 73.564 102.624ZM73.348 114.666V105.306H71.188V114.486C71.188 115.242 70.828 115.512 70.234 115.512C69.982 115.512 69.73 115.494 69.532 115.44L69.82 117.204C69.964 117.258 70.342 117.276 70.666 117.276C72.268 117.276 73.348 116.538 73.348 114.666ZM75.6147 105.306V111.552C75.6147 113.19 76.4607 114.18 78.0987 114.18C79.2507 114.18 80.1867 113.55 80.9967 112.776L81.1947 114H83.0307V105.306H80.8707V111.174C80.2407 111.822 79.5567 112.254 78.8907 112.254C78.0987 112.254 77.7747 111.75 77.7747 110.994V105.306H75.6147ZM91.6748 111.444C91.6748 109.806 90.7928 109.194 88.5428 108.618C87.2468 108.276 86.9228 108.006 86.9228 107.538C86.9228 107.07 87.3188 106.746 88.1288 106.746C88.9928 106.746 90.0188 107.052 90.8828 107.538L91.1708 105.738C90.3068 105.36 89.2628 105.126 88.1288 105.126C86.1128 105.126 84.9248 106.188 84.9248 107.7C84.9248 109.284 85.8068 109.896 87.9128 110.436C89.2988 110.778 89.6768 111.03 89.6768 111.642C89.6768 112.218 89.1728 112.56 88.2368 112.56C87.1568 112.56 86.0048 112.146 85.0688 111.534L84.7808 113.334C85.6088 113.784 86.9048 114.18 88.1648 114.18C90.4508 114.18 91.6748 113.154 91.6748 111.444ZM98.0319 114L97.7619 112.182C97.5639 112.236 97.3299 112.254 97.0779 112.254C96.2499 112.254 95.9439 111.876 95.9439 111.174V107.07H97.9779L97.7079 105.306H95.9439V102.228L93.8019 102.552V105.306H92.5779V107.07H93.8019V111.534C93.8019 113.514 94.9539 114.144 96.6639 114.144C97.2939 114.144 97.6899 114.072 98.0319 114ZM103.844 109.86V107.772H99.1644V109.86H103.844ZM112.332 113.334L112.044 111.48C111.252 112.092 110.514 112.308 109.758 112.308C108.498 112.308 107.508 111.444 107.508 109.644C107.508 107.916 108.408 106.998 109.686 106.998C110.55 106.998 111.234 107.286 111.936 107.808L112.242 105.864C111.612 105.468 110.712 105.126 109.578 105.126C107.22 105.126 105.33 106.674 105.33 109.698C105.33 112.542 107.04 114.162 109.452 114.162C110.604 114.162 111.504 113.892 112.332 113.334ZM121.475 114V107.736C121.475 106.116 120.611 105.126 118.991 105.126C117.839 105.126 116.939 105.738 116.219 106.404V101.004L114.059 101.346V114H116.219V108.132C116.849 107.466 117.533 107.034 118.199 107.034C118.991 107.034 119.315 107.556 119.315 108.312V114H121.475ZM126.105 102.624C126.105 101.886 125.529 101.364 124.827 101.364C124.107 101.364 123.531 101.886 123.531 102.624C123.531 103.344 124.107 103.848 124.827 103.848C125.529 103.848 126.105 103.344 126.105 102.624ZM125.889 114V105.306H123.729V114H125.889ZM130.424 114V101.004L128.264 101.346V114H130.424ZM134.959 114V101.004L132.799 101.346V114H134.959ZM139.71 102.624C139.71 101.886 139.134 101.364 138.432 101.364C137.712 101.364 137.136 101.886 137.136 102.624C137.136 103.344 137.712 103.848 138.432 103.848C139.134 103.848 139.71 103.344 139.71 102.624ZM139.494 114V105.306H137.334V114H139.494ZM149.196 114V107.736C149.196 106.116 148.332 105.126 146.712 105.126C145.542 105.126 144.624 105.756 143.814 106.53L143.616 105.306H141.78V114H143.94V108.132C144.57 107.466 145.254 107.034 145.92 107.034C146.712 107.034 147.036 107.556 147.036 108.312V114H149.196Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M53.4351 100.694C53.0922 100.559 52.6981 100.634 52.4359 100.884L48.5007 105.002H45.7507C45.2465 105.002 44.834 105.396 44.834 105.877V111.127C44.834 111.608 45.2465 112.002 45.7507 112.002H48.5007L52.4359 116.121C52.6981 116.372 53.0922 116.447 53.4351 116.311C53.7779 116.176 54.0007 115.856 54.0007 115.502V101.502C54.0007 101.149 53.7779 100.828 53.4351 100.694ZM55.834 102.377V104.127C58.3612 104.127 60.4173 106.09 60.4173 108.502C60.4173 110.914 58.3612 112.877 55.834 112.877V114.627C59.3723 114.627 62.2507 111.88 62.2507 108.502C62.2507 105.125 59.3723 102.377 55.834 102.377ZM55.834 105.877C57.3502 105.877 58.584 107.055 58.584 108.502C58.584 109.95 57.3502 111.127 55.834 111.127V109.377C56.3391 109.377 56.7507 108.984 56.7507 108.502C56.7507 108.02 56.3391 107.627 55.834 107.627V105.877Z" fill="#B9BBBE"/>
<circle cx="261" cy="435" r="24" fill="#DBE7FF"/>
<path d="M270.526 431.149C270.231 430.966 269.862 430.951 269.553 431.105L267 432.382V430C267 428.897 266.103 428 265 428H253C251.897 428 251 428.897 251 430V440C251 441.104 251.897 442 253 442H265C266.103 442 267 441.104 267 440V437.618L269.553 438.894C269.694 438.965 269.847 439 270 439C270.183 439 270.365 438.949 270.526 438.851C270.82 438.668 271 438.347 271 438V432C271 431.653 270.82 431.332 270.526 431.149Z" fill="#1C1B29"/>
<circle cx="318" cy="435" r="24" fill="#DBE7FF"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M308 428.5C308 427.397 308.897 426.5 310 426.5H326C327.103 426.5 328 427.397 328 428.5V439.5C328 440.604 327.103 441.5 326 441.5H319V443.5H323V445.5H313V443.5H317V441.5H310C308.897 441.5 308 440.604 308 439.5V428.5ZM319.2 438.338V435.6C315.864 435.6 313.668 436.662 312 439C312.672 435.662 314.532 432.337 319.2 431.662V429L324 433.663L319.2 438.338Z" fill="#1C1B29"/>
<circle cx="375" cy="435" r="24" fill="#DBE7FF"/>
<path d="M369.7 434H368C368 435.19 368.34 436.3 368.9 437.28L370.13 436.05C369.86 435.43 369.7 434.74 369.7 434Z" fill="#1C1B29"/>
<path d="M372.01 434.085C372.015 434.112 372.02 434.14 372.02 434.17L378 428.18V428C378 426.34 376.66 425 375 425C373.34 425 372 426.34 372 428V434C372 434.03 372.005 434.058 372.01 434.085Z" fill="#1C1B29"/>
<path d="M374.724 439.093L373.963 439.853L373.253 440.569C373.498 440.633 373.747 440.684 374 440.72V445H376V440.72C379.28 440.23 382 437.41 382 434H380.3C380.3 437 377.76 439.1 375 439.1C374.908 439.1 374.815 439.098 374.724 439.093Z" fill="#1C1B29"/>
<path d="M384 427.27L382.73 426L366 442.73L367.27 444L371.46 439.82L372.69 438.58L374.35 436.92L377.99 433.28L384 427.27Z" fill="#1C1B29"/>
<circle cx="432" cy="435" r="24" fill="#E7366B"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M441.117 424.116L442.884 425.884L439.768 429L442.884 432.116L441.117 433.884L438 430.768L434.884 433.884L433.117 432.116L436.233 429L433.117 425.884L434.884 424.116L438 427.232L441.117 424.116ZM438 445H433C426.925 445 422 440.075 422 434V429C422 428.447 422.448 428 423 428H427C427.553 428 428 428.447 428 429V433C428 433.553 427.553 434 427 434H426C426.063 437.938 429 441 433 441V440C433 439.447 433.447 439 434 439H438C438.553 439 439 439.447 439 440V444C439 444.553 438.553 445 438 445Z" fill="white"/>
<mask id="mask3" mask-type="alpha" maskUnits="userSpaceOnUse" x="43" y="132" width="430" height="266">
<path d="M473 140C473 135.582 469.418 132 465 132H51C46.5817 132 43 135.582 43 140V390C43 394.418 46.5817 398 51 398H465C469.418 398 473 394.418 473 390V140Z" fill="#A8BFFF"/>
</mask>
<g mask="url(#mask3)">
<path d="M472.891 132H42.8906V398H472.891V132Z" fill="#FFE75C"/>
<path d="M191.141 355.17C182.501 339.11 172.831 330.46 162.391 329.47C148.481 328.15 137.701 341.18 137.601 341.31L134.821 344.72L134.931 340.32C135.121 332.84 132.681 320.39 126.811 309.41C121.951 300.33 112.951 288.93 97.6911 286.2C89.9511 284.82 84.1211 286.05 80.3611 289.85C72.6911 297.6 75.6411 313.68 75.6711 313.85L76.2011 316.68L73.5811 315.5C53.9311 306.7 39.1111 305.78 29.5311 312.77C14.3411 323.86 17.2711 351.59 17.3011 351.87L14.3011 352.21C14.1611 351 11.1411 322.48 27.7411 310.35C37.8211 302.98 52.8111 303.44 72.3211 311.69C71.7511 306.38 71.4211 294.62 78.2011 287.76C82.7011 283.21 89.4311 281.69 98.2011 283.26C125.201 288.08 136.761 318.49 137.851 336.66C142.121 332.55 151.271 325.41 162.651 326.49C174.031 327.57 184.651 336.75 193.771 353.76L191.141 355.17Z" fill="#FFC619"/>
<path d="M357.952 361.5C357.392 348.79 360.442 338.99 367.022 332.37C371.96 327.594 378.351 324.603 385.182 323.87C379.493 318.461 375.449 311.554 373.517 303.946C371.584 296.337 371.843 288.338 374.262 280.87C378.842 266.57 390.352 256.7 403.582 255.72C429.042 253.86 435.732 280.72 437.042 287.78C446.622 285.63 455.342 286.97 463.042 291.78C472.832 297.92 479.042 308.72 482.472 316.7C484.717 321.829 486.459 327.164 487.672 332.63L484.732 333.21C484.672 332.94 479.002 305.32 461.432 294.31C454.102 289.72 445.632 288.63 436.252 291.09L434.592 291.52L434.382 289.81C433.511 284.046 431.679 278.468 428.962 273.31C423.252 262.83 414.812 257.92 403.852 258.74C391.852 259.62 381.372 268.67 377.162 281.81C373.292 293.9 374.592 311.34 389.872 324.06L393.262 326.88L388.852 326.71C388.742 326.71 377.282 326.39 369.172 334.57C363.232 340.57 360.482 349.57 361.002 361.42L357.952 361.5Z" fill="#FFC619"/>
<path d="M234.74 188.716C236.638 183.149 233.544 177.057 227.83 175.11C222.116 173.162 215.946 176.097 214.049 181.664C212.151 187.232 215.245 193.324 220.959 195.271C226.673 197.218 232.843 194.284 234.74 188.716Z" fill="#2A39D4"/>
<path d="M295.14 296.07C304.68 297.67 315.69 303.12 328.23 320.88C337.32 313.77 341.11 316.39 350.83 327.1C360.55 337.81 381.83 358.35 386.83 365.02C391.83 371.69 394.76 385.02 377.83 392.69C360.9 400.36 334.92 379.23 321.47 367.2C308.02 355.17 289.67 340.74 289.67 340.74L295.14 296.07Z" fill="#2331B5"/>
<path d="M346.931 322.94C349.451 328.68 352.751 337.01 354.111 343.94C356.051 353.78 351.511 358.88 343.031 364.36C335.291 369.36 331.451 368.03 327.761 364.27C327.54 364.079 327.256 363.979 326.965 363.988C326.674 363.997 326.397 364.115 326.189 364.32C325.981 364.524 325.858 364.799 325.843 365.09C325.829 365.38 325.924 365.666 326.111 365.89C327.968 367.993 330.5 369.383 333.271 369.82C336.471 370.21 340.041 369.04 344.271 366.3C351.711 361.49 358.781 355.77 356.371 343.49C355.41 339.024 354.1 334.64 352.451 330.38C351.817 328.677 350.851 327.117 349.611 325.79C348.651 324.73 347.541 323.56 346.931 322.94Z" fill="#3442D9"/>
<path d="M344.011 383C343.678 383.002 343.356 382.877 343.111 382.65C342.481 382.07 327.561 368.39 321.211 360.73C321.037 360.461 320.967 360.137 321.014 359.819C321.062 359.502 321.223 359.213 321.468 359.005C321.713 358.798 322.025 358.688 322.346 358.694C322.667 358.7 322.975 358.823 323.211 359.04C329.451 366.56 344.711 380.56 344.861 380.7C344.99 380.817 345.094 380.959 345.167 381.116C345.241 381.274 345.283 381.445 345.29 381.618C345.297 381.792 345.27 381.966 345.211 382.129C345.151 382.292 345.059 382.442 344.941 382.57C344.823 382.701 344.68 382.807 344.52 382.881C344.361 382.954 344.187 382.995 344.011 383Z" fill="black"/>
<path d="M260.172 287.953C295.391 282.388 319.879 252.174 314.869 220.468C309.859 188.763 277.247 167.572 242.028 173.138C206.81 178.703 182.321 208.917 187.332 240.623C192.342 272.328 224.954 293.518 260.172 287.953Z" fill="#FF78B9"/>
<path d="M206.95 220.74C205.4 233.4 210.1 245.36 217.44 247.47C223.92 249.33 227.44 243.11 229.19 230.92C229.64 227.76 230.19 224.6 230.79 221.46C232.93 210.13 229.59 203.54 223.04 201.66C215.7 199.55 208.49 208.09 206.95 220.74Z" fill="white"/>
<path d="M262.651 228.4C261.561 226.53 261.047 224.379 261.173 222.218C261.299 220.057 262.061 217.981 263.361 216.25C275.981 199.68 285.651 200.25 292.541 201.43C300.151 202.77 303.791 209.75 296.161 225.37C303.161 235.05 298.791 242.61 287.161 242.37C277.141 242.09 269.591 240.36 262.651 228.4Z" fill="#D11583"/>
<path d="M316.4 413C323.33 369.95 310.2 362.74 310.45 349.77C310.7 336.8 311.52 319.21 299.63 298.77C299.63 298.77 303.36 281.49 305.76 269.83C305.854 269.375 305.844 268.905 305.729 268.454C305.615 268.004 305.4 267.585 305.101 267.23C304.802 266.874 304.425 266.592 304.001 266.403C303.576 266.214 303.114 266.124 302.65 266.14C293.249 266.453 283.839 265.867 274.55 264.39C258.55 261.96 237.03 257.68 211.09 277.39L217.36 288.83L216.73 289.67C216.288 290.259 215.98 290.937 215.827 291.657C215.675 292.378 215.682 293.123 215.847 293.84C216.013 294.557 216.334 295.23 216.787 295.81C217.24 296.391 217.814 296.865 218.47 297.2L219.81 297.89C219.81 297.89 197.14 308.06 199.93 337.62C202.72 367.18 192.63 394.25 202.21 404.12C204.162 406.098 206.585 407.547 209.25 408.332C211.916 409.118 214.737 409.213 217.45 408.61L263.05 440.53C278.44 462.33 300.91 487.35 300.91 487.35L275.81 531.47L290 585.67C312.75 544.87 340.87 505.55 347.35 486.67C353.83 467.79 342.14 454.63 316.4 413Z" fill="#2331B5"/>
<path d="M224.34 382.89L208.34 368.66C208.34 368.66 220.79 355.41 227.68 347.38C228.27 346.69 228.84 345.98 229.38 345.26C229.555 345.021 229.812 344.855 230.102 344.794C230.391 344.733 230.694 344.782 230.95 344.93C231.188 345.066 231.373 345.278 231.475 345.532C231.576 345.786 231.589 346.068 231.51 346.33C224.7 369.18 224.34 382.89 224.34 382.89Z" fill="black"/>
<path d="M305.3 272C295.54 274 283.16 272.41 268.49 270.19C252.74 267.8 239.03 265.73 212.49 279.95L215.82 286.03C240.26 272.92 252.35 274.74 267.44 277.03C281.44 279.15 293.51 280.68 303.76 279.27C304.3 276.83 304.82 274.35 305.3 272Z" fill="#3442D9"/>
<path d="M281.652 406.56C281.955 406.597 282.261 406.512 282.502 406.325C282.744 406.138 282.902 405.863 282.942 405.56C285.822 384.49 280.372 361.93 277.942 353.21C275.441 344.238 274.385 334.924 274.812 325.62C275.312 313.46 273.912 303.81 272.812 300.01L281.512 265.26L279.142 265L270.352 300.08L270.452 300.39C271.452 303.68 272.952 313.39 272.452 325.54C272.015 335.088 273.102 344.644 275.672 353.85C278.102 362.43 283.462 384.62 280.672 405.26C280.65 405.41 280.659 405.562 280.697 405.709C280.735 405.855 280.801 405.992 280.892 406.113C280.983 406.234 281.097 406.336 281.227 406.412C281.358 406.489 281.502 406.539 281.652 406.56Z" fill="black"/>
<path d="M250.971 405C251.631 401.08 248.191 386.11 243.191 374.95C238.191 363.79 235.861 356.05 229.531 358.73C223.201 361.41 208.301 368.73 208.301 368.73C208.301 368.73 220.741 355.48 227.641 347.45C242.781 329.81 241.641 302.79 219.811 297.98C200.601 305.73 196.751 313.98 176.041 341.98C155.331 369.98 141.221 400.98 157.921 416.42C174.621 431.86 193.601 424.94 228.631 414.47C243.631 409.99 250.311 408.99 250.971 405.07" fill="#2331B5"/>
<path d="M229.02 412.35C225.57 410.24 223.02 404.35 220.49 392.52C216.23 372.69 215.13 366.62 219.73 363.18L217.14 364.43C216.502 364.722 215.946 365.165 215.519 365.721C215.092 366.277 214.807 366.929 214.69 367.62C213.91 372.67 215.56 380.35 218.27 393.01C219.99 401.01 221.72 406.38 223.8 409.91C224.623 411.331 225.894 412.44 227.414 413.062C228.933 413.684 230.616 413.786 232.2 413.35C231.075 413.275 229.985 412.932 229.02 412.35Z" fill="#3442D9"/>
<path d="M190.571 378.12C190.268 378.125 189.973 378.025 189.734 377.838C189.496 377.65 189.33 377.387 189.263 377.091C189.196 376.796 189.233 376.486 189.367 376.215C189.502 375.943 189.725 375.726 190.001 375.6C191.331 374.97 222.731 360.15 229.001 357.49C235.771 354.62 238.661 361.27 242.671 370.49C243.211 371.73 243.781 373.04 244.381 374.39C244.452 374.548 244.492 374.719 244.498 374.893C244.503 375.066 244.475 375.239 244.413 375.402C244.352 375.564 244.259 375.713 244.141 375.84C244.022 375.966 243.879 376.068 243.721 376.14C243.563 376.212 243.392 376.251 243.218 376.257C243.045 376.262 242.872 376.234 242.709 376.172C242.547 376.111 242.398 376.018 242.271 375.9C242.145 375.781 242.042 375.638 241.971 375.48C241.351 374.11 240.781 372.8 240.241 371.55C235.901 361.55 234.031 358.25 230.031 359.94C223.801 362.58 191.451 377.85 191.121 378C190.949 378.082 190.761 378.123 190.571 378.12Z" fill="black"/>
<path d="M320.4 310.29C319.707 310.29 319.042 310.019 318.547 309.535C318.052 309.051 317.766 308.392 317.75 307.7C317.026 279.691 318.86 251.675 323.23 224C323.305 223.542 323.27 223.072 323.129 222.63C322.987 222.188 322.743 221.786 322.417 221.456C322.09 221.126 321.69 220.879 321.249 220.733C320.808 220.588 320.339 220.549 319.88 220.62L286.04 225.81C285.687 225.885 285.322 225.888 284.968 225.817C284.614 225.747 284.278 225.605 283.98 225.399C283.683 225.194 283.431 224.93 283.24 224.624C283.048 224.318 282.921 223.976 282.866 223.619C282.812 223.262 282.831 222.898 282.922 222.549C283.013 222.199 283.175 221.872 283.397 221.587C283.62 221.303 283.898 221.067 284.215 220.893C284.531 220.72 284.88 220.614 285.24 220.58L319.08 215.38C320.366 215.183 321.68 215.293 322.915 215.701C324.15 216.11 325.271 216.804 326.186 217.729C327.101 218.654 327.784 219.782 328.179 221.022C328.575 222.261 328.671 223.576 328.46 224.86C324.143 252.211 322.333 279.899 323.05 307.58C323.063 308.282 322.799 308.961 322.313 309.469C321.828 309.976 321.162 310.272 320.46 310.29H320.4Z" fill="#66BCFF"/>
<path d="M299.002 307.33C301.492 313.73 305.862 325.24 306.642 328.9C306.332 334.45 304.932 343.9 304.472 346.9C304.436 347.155 304.494 347.415 304.636 347.63C304.778 347.846 304.993 348.002 305.242 348.07C314.032 350.55 317.932 351.21 321.582 351.13C325.853 350.84 330.103 350.303 334.312 349.52C334.512 349.485 334.704 349.411 334.876 349.301C335.048 349.191 335.196 349.049 335.313 348.881C335.429 348.714 335.511 348.525 335.554 348.326C335.596 348.126 335.599 347.92 335.562 347.72C333.512 336.54 332.302 328.41 332.302 328.41C333.202 314.97 334.432 304.41 334.862 300.79C334.905 300.439 334.813 300.084 334.602 299.799C334.392 299.514 334.08 299.321 333.732 299.26C321.602 297.04 317.352 296.43 312.832 296.21C308.312 295.99 306.572 298.4 299.542 304.99C299.229 305.282 299.011 305.661 298.914 306.078C298.818 306.494 298.849 306.93 299.002 307.33Z" fill="white"/>
<path d="M334.07 348.42C334.07 348.42 335.44 349.13 334.31 349.51C334.511 349.475 334.703 349.401 334.874 349.291C335.046 349.181 335.195 349.039 335.311 348.871C335.427 348.704 335.509 348.515 335.552 348.316C335.594 348.116 335.597 347.91 335.56 347.71C333.51 336.53 332.3 328.4 332.3 328.4C333.2 314.96 334.43 304.4 334.86 300.78C334.904 300.429 334.811 300.074 334.6 299.789C334.39 299.504 334.078 299.311 333.73 299.25C321.61 297.03 317.35 296.42 312.83 296.2C311.879 296.139 310.925 296.244 310.01 296.51L318.6 322.35L315.07 344.85L334.07 348.42Z" fill="#FFC619"/>
<path d="M316.432 345.67C317.712 353.9 318.962 359.84 323.792 361.5C328.622 363.16 335.242 358.79 343.842 352.06C352.442 345.33 350.522 338.55 347.952 332.14C345.382 325.73 345.862 318.02 342.192 314.37C337.556 310.08 332.516 306.248 327.142 302.93C322.742 300.26 320.042 299.93 312.012 307.03C303.982 314.13 299.532 318.15 300.342 321.45C300.967 323.81 301.732 326.131 302.632 328.4C299.142 331.24 298.732 333.83 299.722 337.3C300.712 340.77 300.772 343.86 307.452 344.68C314.132 345.5 316.432 345.67 316.432 345.67Z" fill="#FF78B9"/>
<path d="M303.06 328.29C302.781 328.288 302.51 328.198 302.285 328.033C302.059 327.868 301.892 327.637 301.805 327.371C301.719 327.106 301.719 326.82 301.804 326.554C301.889 326.288 302.056 326.056 302.28 325.89C313.17 317.98 322.69 310.89 322.78 310.81C322.918 310.687 323.079 310.594 323.254 310.537C323.43 310.479 323.615 310.459 323.798 310.477C323.982 310.496 324.16 310.552 324.32 310.642C324.481 310.733 324.621 310.855 324.732 311.003C324.842 311.15 324.921 311.319 324.963 311.499C325.005 311.678 325.009 311.865 324.975 312.046C324.941 312.227 324.87 312.399 324.765 312.552C324.661 312.704 324.527 312.833 324.37 312.93C324.27 313 314.74 320.11 303.84 328.04C303.613 328.204 303.34 328.292 303.06 328.29Z" fill="black"/>
<path d="M319.141 336C314.657 338.107 310.032 339.902 305.301 341.37C304.971 343.76 304.671 345.78 304.501 346.9C304.465 347.155 304.523 347.415 304.665 347.63C304.807 347.846 305.022 348.002 305.271 348.07C314.061 350.55 317.961 351.21 321.611 351.13C325.882 350.84 330.132 350.303 334.341 349.52C334.541 349.485 334.733 349.411 334.905 349.301C335.077 349.191 335.225 349.049 335.342 348.881C335.458 348.714 335.54 348.525 335.583 348.326C335.625 348.126 335.628 347.92 335.591 347.72C335.421 346.79 335.261 345.89 335.101 345.01C335.101 345.01 325.691 341.21 319.141 336Z" fill="white"/>
<path d="M335.07 345C335.07 345 325.69 341.21 319.07 336C319.07 336 317.96 336.53 316.22 337.29L315.14 344.46C315.132 344.512 315.133 344.565 315.145 344.616C315.157 344.667 315.179 344.716 315.21 344.758C315.24 344.801 315.279 344.837 315.324 344.865C315.369 344.893 315.418 344.912 315.47 344.92L334.08 348.42C334.08 348.42 335.45 349.13 334.32 349.51C334.52 349.477 334.712 349.404 334.884 349.296C335.056 349.188 335.204 349.046 335.32 348.88V348.83C335.415 348.675 335.485 348.506 335.53 348.33C335.57 348.125 335.57 347.915 335.53 347.71C335.36 346.8 335.2 345.91 335.05 345.05L335.07 345Z" fill="#FFC619"/>
<path d="M233.711 362.61C238.443 358.317 242.177 353.04 244.651 347.15C246.411 343.38 248.651 337.86 249.401 335.82C250.631 332.54 252.801 332.82 255.821 333.95C258.841 335.08 259.941 335.66 258.821 341C257.701 346.34 254.821 358.88 254.821 358.88L233.711 362.61Z" fill="#FF78B9"/>
<path d="M293.792 373.19C292.522 367.53 291.922 364.62 290.442 362.19C288.962 359.76 287.512 359.19 279.882 357.84C276.882 357.31 271.082 356.73 267.252 356.37C275.092 355.31 283.252 354.65 285.052 354.37C287.722 353.95 290.342 353.9 289.552 350.44C288.762 346.98 287.842 346.12 285.922 345.84C281.236 345.212 276.502 345.028 271.782 345.29C264.83 345.877 257.931 346.977 251.142 348.58C247.142 349.76 241.432 356.17 233.682 362.58C235.392 373.66 240.682 390.75 247.012 399.47C257.302 396.86 264.012 389.15 266.802 386.27C279.292 385.69 283.412 387.53 290.052 389.22C294.252 390.29 294.952 387.27 295.452 385.89C295.952 384.51 294.952 378.32 293.792 373.19Z" fill="#FF78B9"/>
<path d="M214.611 222.48C213.511 227.91 214.771 232.75 217.411 233.29C219.631 233.73 221.651 231.89 222.351 226.78C222.681 224.621 223.213 222.499 223.941 220.44C225.461 216.03 223.591 214.04 221.381 213.6C218.741 213.06 215.701 217 214.611 222.48Z" fill="black"/>
<path d="M263.98 161.88C268.57 161.45 275.03 164.51 276.25 170.95C277.47 177.39 278.04 186.95 267.25 187.36C262.69 187.51 258.32 184.99 251.89 178.55C247.27 173.92 241.89 171.82 229.2 176.42C223.28 171.23 227.94 160.23 244.69 168.05C238.21 157.33 241.38 150.71 247.06 149.48C252.74 148.25 260.93 150.21 263.98 161.88Z" fill="#2A39D4"/>
<path d="M261.641 180.82C258.351 175.61 256.071 169 254.061 163.17C251.881 156.83 250.061 151.58 247.441 149.41L247.031 149.48C245.986 149.697 244.999 150.13 244.131 150.75C244.412 150.662 244.71 150.641 245.001 150.69C247.491 151.2 249.621 157.38 251.881 163.92C253.931 169.92 256.261 176.62 259.691 182.06C260.802 183.794 262.093 185.406 263.541 186.87C264.733 187.233 265.976 187.399 267.221 187.36H267.441C265.188 185.486 263.233 183.281 261.641 180.82Z" fill="black"/>
<path d="M274.651 184.35C273.998 185.114 273.199 185.74 272.301 186.19C272.724 177.347 269.812 168.668 264.141 161.87C265.184 161.801 266.233 161.889 267.251 162.13C272.031 168.554 274.624 176.342 274.651 184.35Z" fill="black"/>
<path d="M339.642 350C339.52 349.998 339.399 349.981 339.282 349.95C336.01 348.789 333.268 346.484 331.562 343.46C331.407 343.159 331.372 342.811 331.465 342.485C331.559 342.16 331.772 341.882 332.063 341.709C332.353 341.536 332.699 341.48 333.03 341.552C333.36 341.625 333.65 341.821 333.842 342.1C335.218 344.531 337.401 346.405 340.012 347.4C340.347 347.5 340.63 347.728 340.799 348.035C340.967 348.342 341.008 348.703 340.911 349.04C340.835 349.317 340.669 349.562 340.439 349.735C340.21 349.909 339.929 350.002 339.642 350Z" fill="black"/>
<path d="M276.141 325.66C274.815 325.498 273.598 324.844 272.731 323.827C271.864 322.81 271.411 321.505 271.461 320.17L271.891 308.17L274.251 308.46L279.751 320.79C279.999 321.354 280.093 321.973 280.024 322.584C279.955 323.196 279.726 323.779 279.36 324.273C278.993 324.768 278.502 325.156 277.937 325.4C277.372 325.644 276.752 325.733 276.141 325.66Z" fill="#FFE75C"/>
<path d="M232.71 300.81H232.55L219.64 299.23C219.314 299.161 219.026 298.972 218.832 298.7C218.639 298.428 218.555 298.094 218.596 297.763C218.638 297.432 218.802 297.129 219.057 296.914C219.311 296.698 219.637 296.586 219.97 296.6L232.87 298.18C233.22 298.201 233.548 298.361 233.78 298.623C234.013 298.886 234.131 299.23 234.11 299.58C234.089 299.93 233.93 300.257 233.667 300.49C233.404 300.722 233.06 300.841 232.71 300.82V300.81Z" fill="black"/>
<path d="M294.03 374.29L293.79 373.19L293.48 371.8C282.2 369.27 270.24 366.99 258.48 366.75C258.192 366.777 257.925 366.91 257.73 367.124C257.536 367.337 257.428 367.616 257.428 367.905C257.428 368.194 257.536 368.473 257.73 368.686C257.925 368.9 258.192 369.033 258.48 369.06C270.36 369.29 282.57 371.69 294.03 374.29Z" fill="black"/>
<path d="M226.411 217.88L218.291 220.66L228.421 226.75L226.411 217.88Z" fill="white"/>
<path d="M289.601 230.51C289.369 230.508 289.141 230.447 288.94 230.331C288.738 230.215 288.57 230.05 288.451 229.85C288.341 229.65 285.341 224.85 277.031 224.85C276.681 224.863 276.34 224.737 276.083 224.499C275.826 224.261 275.674 223.93 275.661 223.58C275.648 223.23 275.774 222.889 276.012 222.632C276.251 222.375 276.581 222.223 276.931 222.21C283.671 221.68 286.671 218.86 288.341 216.78C288.57 216.533 288.883 216.382 289.219 216.357C289.554 216.332 289.887 216.435 290.15 216.646C290.412 216.856 290.585 217.158 290.634 217.491C290.682 217.824 290.603 218.163 290.411 218.44C288.676 220.615 286.41 222.306 283.831 223.35C286.647 224.285 289.078 226.119 290.751 228.57C290.926 228.874 290.974 229.235 290.884 229.574C290.794 229.913 290.574 230.203 290.271 230.38C290.063 230.48 289.832 230.525 289.601 230.51Z" fill="black"/>
<path d="M165.67 278.77C164.371 277.934 163.265 276.831 162.425 275.535C161.586 274.238 161.032 272.777 160.8 271.25L160.02 265.99C160.001 265.864 159.937 265.749 159.84 265.666C159.742 265.583 159.618 265.538 159.49 265.54C159.364 265.541 159.243 265.587 159.148 265.669C159.052 265.752 158.989 265.865 158.97 265.99L158.18 271.25C157.953 272.777 157.402 274.239 156.564 275.536C155.726 276.833 154.62 277.935 153.32 278.77L152.64 279.21C152.566 279.259 152.506 279.326 152.464 279.405C152.422 279.483 152.4 279.571 152.4 279.66C152.399 279.748 152.421 279.834 152.463 279.911C152.505 279.989 152.566 280.053 152.64 280.1L153.32 280.54C154.615 281.385 155.715 282.496 156.546 283.8C157.377 285.104 157.921 286.57 158.14 288.1L158.93 293.36C158.949 293.485 159.012 293.598 159.108 293.681C159.203 293.763 159.324 293.809 159.45 293.81C159.578 293.811 159.702 293.767 159.8 293.684C159.897 293.601 159.961 293.486 159.98 293.36L160.76 288.1C160.993 286.572 161.547 285.11 162.387 283.812C163.226 282.514 164.332 281.409 165.63 280.57L166.31 280.13C166.385 280.083 166.446 280.019 166.488 279.941C166.53 279.864 166.552 279.778 166.55 279.69C166.551 279.601 166.529 279.513 166.487 279.435C166.445 279.356 166.384 279.289 166.31 279.24L165.67 278.77Z" fill="#66BCFF"/>
<path d="M332.331 168.2C331.584 167.721 330.948 167.087 330.465 166.342C329.982 165.597 329.664 164.758 329.531 163.88L329.081 160.88C329.071 160.808 329.035 160.741 328.98 160.693C328.925 160.645 328.854 160.619 328.781 160.62C328.708 160.619 328.637 160.645 328.582 160.693C328.527 160.741 328.491 160.808 328.481 160.88L328.031 163.88C327.9 164.757 327.584 165.596 327.102 166.341C326.621 167.086 325.987 167.72 325.241 168.2L324.851 168.46C324.808 168.486 324.772 168.523 324.748 168.567C324.723 168.61 324.711 168.66 324.711 168.71C324.711 168.762 324.724 168.812 324.748 168.858C324.772 168.903 324.808 168.942 324.851 168.97L325.241 169.22C325.987 169.7 326.621 170.334 327.102 171.079C327.584 171.824 327.9 172.663 328.031 173.54L328.481 176.54C328.491 176.612 328.527 176.679 328.582 176.727C328.637 176.775 328.708 176.801 328.781 176.8C328.854 176.801 328.925 176.775 328.98 176.727C329.035 176.679 329.071 176.612 329.081 176.54L329.531 173.54C329.664 172.662 329.982 171.823 330.465 171.078C330.948 170.333 331.584 169.699 332.331 169.22L332.721 168.97C332.762 168.94 332.796 168.901 332.821 168.856C332.845 168.811 332.859 168.761 332.861 168.71C332.859 168.66 332.846 168.611 332.822 168.568C332.797 168.524 332.763 168.487 332.721 168.46L332.331 168.2Z" fill="#FFC619"/>
<path d="M368.771 198.2C367.495 197.373 366.409 196.286 365.585 195.008C364.761 193.731 364.218 192.293 363.991 190.79L363.211 185.61C363.194 185.487 363.133 185.375 363.039 185.294C362.945 185.213 362.825 185.169 362.701 185.17C362.576 185.17 362.456 185.215 362.361 185.295C362.266 185.376 362.202 185.487 362.181 185.61L361.411 190.79C361.184 192.294 360.64 193.733 359.814 195.011C358.988 196.288 357.899 197.375 356.621 198.2L355.951 198.63C355.877 198.677 355.816 198.742 355.774 198.819C355.732 198.896 355.711 198.982 355.711 199.07C355.711 199.158 355.732 199.244 355.774 199.321C355.816 199.398 355.877 199.463 355.951 199.51L356.621 199.94C357.899 200.764 358.988 201.852 359.814 203.129C360.64 204.407 361.184 205.846 361.411 207.35L362.181 212.53C362.202 212.653 362.266 212.764 362.361 212.845C362.456 212.925 362.576 212.969 362.701 212.97C362.825 212.971 362.945 212.927 363.039 212.846C363.133 212.765 363.194 212.653 363.211 212.53L363.991 207.35C364.218 205.847 364.761 204.409 365.585 203.132C366.409 201.854 367.495 200.766 368.771 199.94L369.451 199.51C369.525 199.463 369.585 199.398 369.627 199.321C369.669 199.244 369.691 199.158 369.691 199.07C369.691 198.982 369.669 198.896 369.627 198.819C369.585 198.742 369.525 198.677 369.451 198.63L368.771 198.2Z" fill="white"/>
</g>
<defs>
<filter id="filter0_d" x="672" y="382" width="80" height="80" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
<feOffset dy="8"/>
<feGaussianBlur stdDeviation="8"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
</filter>
<filter id="filter1_d" x="729" y="382" width="80" height="80" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
<feOffset dy="8"/>
<feGaussianBlur stdDeviation="8"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
</filter>
</defs>
</svg>

+ 6
- 0
src/page/assets/images/sparkles.svg View File

@ -0,0 +1,6 @@
<svg width="531" height="49" viewBox="0 0 531 49" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M527.098 15.0977L530.701 13.5155C530.789 13.4276 530.789 13.3397 530.701 13.3397L527.098 11.7576L525.428 8.06592C525.428 7.97803 525.34 7.97803 525.34 8.06592L523.67 11.6697L520.066 13.3397C519.978 13.3397 519.978 13.4276 520.066 13.5155L523.67 15.0977L525.34 18.7015H525.428L527.098 15.0977Z" fill="#6ADBC6"/>
<path opacity="0.5" d="M303.575 6.4L306.975 4.9V4.7L303.575 3.3L302.075 0H301.875L300.375 3.3L297.075 4.7C296.975 4.8 296.975 4.9 297.075 4.9L300.375 6.4L301.875 9.8H302.075L303.575 6.4Z" fill="#9691FF"/>
<path d="M505.875 43.8621L510.95 41.6367C510.982 41.6007 511 41.5541 511 41.5058C511 41.4575 510.982 41.4109 510.95 41.3749L505.875 39.1495L503.598 34.0443C503.585 34.0304 503.57 34.0192 503.554 34.0116C503.537 34.004 503.518 34 503.5 34C503.482 34 503.463 34.004 503.446 34.0116C503.43 34.0192 503.415 34.0304 503.402 34.0443L501.125 39.0841L496.05 41.3749C496.018 41.4109 496 41.4575 496 41.5058C496 41.5541 496.018 41.6007 496.05 41.6367L501.125 43.8621L503.402 48.9018C503.489 49.0327 503.554 49.0327 503.598 48.9018L505.875 43.8621Z" fill="#628BF7"/>
<path d="M15.2764 34.15L22.9764 30.75C23.0294 30.75 23.0803 30.7289 23.1178 30.6914C23.1553 30.6539 23.1764 30.603 23.1764 30.55C23.1764 30.497 23.1553 30.4461 23.1178 30.4086C23.0803 30.3711 23.0294 30.35 22.9764 30.35L15.2764 26.95C15.2499 26.95 15.2244 26.9395 15.2057 26.9207C15.1869 26.902 15.1764 26.8765 15.1764 26.85L11.6764 19.15C11.6764 18.95 11.4764 18.95 11.3764 19.15L7.97639 26.85H7.87639L0.0763931 30.35C0.0271976 30.405 0 30.4762 0 30.55C0 30.6238 0.0271976 30.695 0.0763931 30.75L7.87639 34.15H7.97639L11.3764 41.95C11.4764 42.15 11.6764 42.15 11.6764 41.95L15.1764 34.25C15.1764 34.2235 15.1869 34.198 15.2057 34.1793C15.2244 34.1605 15.2499 34.15 15.2764 34.15Z" fill="#FF7ABC"/>
</svg>

BIN
src/page/assets/structure.PNG View File

Before After
Width: 439  |  Height: 771  |  Size: 17 KiB

+ 403
- 0
src/page/homepage.css View File

@ -0,0 +1,403 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
--light-clr: #FFF;
--dark-clr: #23272A;
--brand-clr: #7289DA;
--off-white-clr: #f6f6f6;
--general-font-size: 2rem;
--primary-title-font-size: 4.8rem;
--secondary-title-font-size: 4rem;
--main-font-family-light: 'Whitney Light', sans-serif;
--main-font-family-medium: 'Whitney Medium', sans-serif;
--main-font-family-bold: 'Whitney Bold', sans-serif;
--num-of-grid-columns: 4;
--section-spacing: 5.6rem 2.4rem;
--container-width: 126rem;
}
.ab {
font-size: var(--general-font-size);
}
a {
text-decoration: none;
display: inline-block;
}
img {
max-width: 100%;
display: block;
}
.hero{
background: url("./assets/images/hero-bg.jpg") center/cover;
}
.main-header{
height:8rem;
padding:0 2.4rem;
}
.container{
max-width:var(--container-width);
margin:0 auto;
}
.main-nav{
height: 100%;
display:flex;
align-items: center;
justify-content: space-between;
}
.logo{
width: 12.4rem;
}
.nav-list{
display:none;
}
.nav-items-right{
display: flex;
align-items: center;
}
.btn:hover{
box-shadow: 0 .8em 1.5rem rgba(0,0,0,.2);
}
.btn-small{
font-size:1.4rem;
padding:.7rem 1.6rem;
border-radius: 4rem;
}
.btn-light{
background-color: var(--light-clr);
color:var(--dark-clr)
}
.btn-login{
margin-right:1.6rem;
line-height:1.8;
}
.mobile-toggle{
display:flex;
font-size:3.6rem;
color:var(--light-clr);
cursor:pointer;
}
.btn-close{
display:none;
}
.row{
display: grid;
grid-template-columns: repeat(var(--num-of-grid-columns),1fr);
gap: 0 2rem;padding:var(--section-spacing);
}
.hero-content-wrap{
grid-column: span var(--num-of-grid-columns);
color:var(--light-clr);
}
.title{
font-family: var(--main-font-family-bold);
}
.primary-title{
font-size: var(--primary-title-font-size);
line-height:120%;
font-family: Poppins;
}
.hero-description{
line-height: 3.2rem;
margin-top:2.4rem;
}
.btn-large{
padding:1.6rem 3.2rem;
border-radius: 2.8rem;
}
.btn-dark{
background-color: var(--dark-clr);
color:var(--light-clr);
margin-top:2.4rem;
transition: background-color .5s;
}
.hero-btn-group .btn-light{
margin:2.4rem 2.4rem 0 0;
display:inline-flex;
}
.hero-btn-group .btn-light i{
align-self: center;
margin-right:.8rem;
}
.btn-dark :hover{
background-color: #36393f;
}
/*collaboration*/
.grid-image{
margin-top:2.4rem;
grid-column:span 4
}
.text-group{
margin-top:2rem;
grid-column:span 4
}
.text-group p{
margin-top:2rem;
line-height:3.2rem;
}
/*voice-channel*/
.voice-channel{
background-color: var( --off-white-clr);
}
.wave{
color: var( --off-white-clr);
display:block;
}
.wave-path{
animation: wave-animation 1s linear infinite alternate;
}
.wave-inverted{
transform:matrix(1,0,0,-1,0,0);
}
@keyframes wave-animation {
0% {
d: path("M826.337463,25.5396311 C670.970254,58.655965 603.696181,68.7870267 447.802481,35.1443383 C293.342778,1.81111414 137.33377,1.81111414 0,1.81111414 L0,150 L1920,150 L1920,1.81111414 C1739.53523,-16.6853983 1679.86404,73.1607868 1389.7826,37.4859505 C1099.70117,1.81111414 981.704672,-7.57670281 826.337463,25.5396311 Z");
}
50% {
d: path("M655.558582,28.4898877 C500.191373,61.6062216 422.833785,83.5422763 266.940085,49.8995879 C112.480383,16.5663637 84.0992497,8.02840272 0,44.7243294 L0,150.727527 L1920,150.727527 L1920,49.8995879 C1580.91676,-34.8808285 1438.10804,73.6768193 1148.0266,38.0019829 C857.945166,2.32714659 810.925791,-4.62644617 655.558582,28.4898877 Z");
}
100% {
d: path("M842.322034,38.0019829 C686.954825,71.1183168 623.386282,53.08497 467.492582,19.4422816 C313.032879,-13.8909426 84.0992497,8.02840272 0,44.7243294 L0,150.727527 L1920,150.727527 L1920,76.8685643 C1512.23604,-35.3595639 1568.70222,67.4289432 1278.62078,31.7541069 C988.539347,-3.92072949 997.689243,4.88564905 842.322034,38.0019829 Z");
}
}
.video-call{
background-color:var(--off-white-clr);
}
.video-call .row{
padding-bottom:8rem;
}
.video-call .text-group{
grid-column: span var(--num-of-grid-columns);
width:100%;
}
.video-call .text-group p{
margin-top: 2.4rem;
}
.video-call .grid-image{
width:100%;
grid-column: span var(--num-of-grid-columns);
margin-top:2.4rem;
}
/*download*/
.download{
background-color:var(--off-white-clr);
}
.download .remove-grid{
display:block;
padding-top: 0;
text-align:center;
}
.sparkles{
display: inline-block;
}
.download h2{
font-size: 3.2rem;
font-family: var(--main-font-family-medium);
}
.btn-brand{
background-color: var(--brand-clr);
color:var(--light-clr);
transition: background-color .5s;
}
.download .btn-brand{
margin-top: 4rem;
}
.btn-brand:hover{
background-color: #8ea1e1;
}
/*footer*/
.main-footer{
background-color: var(--dark-clr);
color:var(--light-clr);
padding: 8rem 2.4rem 6.4rem;
}
.main-footer .row{
padding:0;
}
.info-box{
grid-column: span 4;
margin-bottom:5.6rem;
}
.footer-title{
color: var(--brand-clr);
font-family: var(--main-font-family-bold);
text-transform: uppercase;
}
.info-box .footer-title{
font-size:3.2rem;
}
.languages{
margin:2.4rem 0;
display: flex;
align-items: center;
font-size: 1.4rem;
}
.languages img{
width:2.4rem;
}
.languages span{
margin: 0 .8rem;
}
.sm-link{
font-size:2.3rem;
color:inherit;
margin-right: 2rem;
}
.spacer{
display:none;
}
.footer-links-group{
margin-bottom: 4rem;
font-size:1.6rem;
grid-column: span 2;
}
.footer-links-group .footer-title{
font-size: inherit;
padding-top:.8rem;
font-weight:100;
}
.footer-link{
display:block;
margin-top: 1.2rem;
color:inherit;
}
.divider{
grid-column: span 4;
height:1px;
background-color: var(--brand-clr);
margin-bottom: 3.2rem;
}
.main-footer .remove-grid{
display:flex;
align-items:center;
justify-content: space-between;
}
.main-footer .btn-brand{
line-height:1.8;
}
@media screen and (min-width:760px) {
:root {
--primary-title-font-size: 5.6rem;
--secondary-title-font-size: 4rem;
--num-of-grid-columns: 8;
--section-spacing: 8rem 4rem;
}
.hero{
min-height:62.6rem;
}
.hero-content-wrap{
grid-column: span 5
}
.hero-description{
margin: 4rem 0 .8rem;
}
.grid-image{
margin: auto 0 ;
}
.text-group{
margin-top:0;
display:flex;
flex-direction: column;
justify-content: center;
}
.order-1{
order:1;
}
.order-2{
order:2;
}
.video-call{
text-align:center;
}
.info-box{
grid-column: span 3;
grid-row: span 2;
}
.spacer{
display:block;
grid-row: span 2;
}
}
@media screen and (min-width:1024px) {
:root {
--num-of-grid-columns: 8;
--section-spacing: 12rem 4rem;
}
.nav-list{
display:flex;
list-style: none;
}
.nav-link{
font-size:1.6rem;
color: var(--light-clr);
margin: 0 1rem 0;
padding: 1rem;
font-weight: bold;
}
.nav-link:hover{
text-decoration:underline;
}
.hero-content-wrap{
grid-column: 2/span 8;
text-align: center;
}
.mobile-toggle{
display:none;
}
.footer-links-group{
grid-column: span 1;
}
}

+ 13
- 0
src/reportWebVitals.js View File

@ -0,0 +1,13 @@
const reportWebVitals = onPerfEntry => {
if (onPerfEntry && onPerfEntry instanceof Function) {
import('web-vitals').then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => {
getCLS(onPerfEntry);
getFID(onPerfEntry);
getFCP(onPerfEntry);
getLCP(onPerfEntry);
getTTFB(onPerfEntry);
});
}
};
export default reportWebVitals;

+ 48
- 0
src/server/Server.js View File

@ -0,0 +1,48 @@
// Fonctionnalité
import React, { } from 'react'
import 'firebase/compat/auth';
import './components/home.css'
import Sidebar from './components/UI/Sidebar/Sidebar'
import reactaladeen from './assets/aladeen.png'
// Affichage :
const HomeTest = () => {
let mamy = new Audio("/grandmother.mp3")
const grandmere = () => {
mamy.play()
}
let aladin = new Audio("/aladeen.mp3")
const aladeen = () => {
aladin.play()
}
return (
<>
<div className="flex">
<Sidebar/>
</div>
<div style={{backgroundColor: '#36393f'}} class="h-screen">
<center>
<div style={{cursor: 'pointer'}} onClick={aladeen} >
<img width="350px" src={reactaladeen}></img>
</div>
<div onClick={grandmere}>
<p style={{ fontSize: '36px', color: '#F6F6F6', fontFamily: 'Poppins', cursor: 'pointer'}} >Open a server !</p>
</div>
</center>
</div>
</>
);
};
export default HomeTest

BIN
src/server/assets/aladeen.png View File

Before After
Width: 532  |  Height: 741  |  Size: 158 KiB

BIN
src/server/assets/astronaut.gif View File

Before After
Width: 150  |  Height: 212  |  Size: 185 KiB

+ 1
- 0
src/server/components/UI/README.md View File

@ -0,0 +1 @@
# UI

+ 73
- 0
src/server/components/UI/Sidebar/Sidebar.js View File

@ -0,0 +1,73 @@
// Fonctionnalité
import React, { } from 'react'
import { BsPlus } from 'react-icons/bs';
import { FaDiscord } from 'react-icons/fa';
import { IoSettings } from 'react-icons/io5';
import ServersShow from '../../server/ServerShow'
import { Link } from 'react-router-dom';
import '../../home.css'
// Firebase
import { useAuthState } from "react-firebase-hooks/auth";
import { useCollection } from "react-firebase-hooks/firestore"
import 'firebase/compat/auth';
import { auth } from "../../../../auth/backend/database"
import database from "../../../../auth/backend/database";
import firebase from "firebase/compat/app";
import Swal from 'sweetalert2';
const Sidebar = () => {
let serveurmp3 = new Audio("/serveur.mp3")
const serveuraudio = () => {
serveurmp3.play()
}
const db = firebase.firestore()
const [user] = useAuthState(auth)
const [server] = useCollection(db.collection("server"));
const handleAddServer = () => {
const serverName = prompt("Your Server name : ")
if (serverName) {
db.collection("server").add({
serverName: serverName,
});
}
};
const Separation = () => <hr className="sidebar-hr" />;
const SideBarIcon = ({ icon }) => (
<div className="sidebar-icon group">
{icon}
</div>
);
return (
<>
<div className="fixed top-0 left-0 h-screen w-16 m-0 flex flex-col bg-gray-900 text-white shadow-lg abcde">
<Link to="/home" style={{ textDecoration: 'none' }}>
<SideBarIcon icon={<FaDiscord size="28" />} />
</Link>
<Separation />
<div onClick={() => { serveuraudio(); handleAddServer(); }}>
<SideBarIcon icon={<BsPlus size="32" />} />
</div>
{server?.docs.map((doc) => (
<ServersShow
key={doc.id}
id={doc.id}
serverName={doc.data().serverName}
/>
))}
<Separation />
</div>
</>
);
};
export default Sidebar;

+ 115
- 0
src/server/components/channel/chat/ChannelChat.js View File

@ -0,0 +1,115 @@
// Fonctionnalité //
import React, { useRef } from 'react'
import { useAuthState } from "react-firebase-hooks/auth";
import { useCollection } from "react-firebase-hooks/firestore"
import 'firebase/compat/auth';
import { auth } from "../../../../auth/backend/database"
import firebase from "firebase/compat/app";
import { useSelector } from "react-redux";
import { selectServerId } from "../../../../store/ServerSlice";
import ShowMessage from './ShowMessage';
import { HiPlusCircle, HiHashtag, HiPaperAirplane } from "react-icons/hi";
import { selectChannelId, selectChannelName } from '../../../../store/ChannelSlice'
const ChannelChat = () => {
const db = firebase.firestore()
const serverId = useSelector(selectServerId);
const channelId = useSelector(selectChannelId);
const channelName = useSelector(selectChannelName);
const [user] = useAuthState(auth);
const inputRef = useRef("");
const chatRef = useRef(null);
const [messages] = useCollection(
channelId &&
db
.collection("server")
.doc(serverId)
.collection("channel")
.doc(channelId)
.collection("messages")
.orderBy("timestamp", "asc")
);
const scrollToBottom = () => {
chatRef.current.scrollIntoView({
behavior: "smooth",
block: "end",
});
};
const sendMessage = (e) => {
e.preventDefault();
if (inputRef.current.value !== "") {
db.collection("server")
.doc(serverId)
.collection("channel")
.doc(channelId)
.collection("messages").add({
timestamp: firebase.firestore.FieldValue.serverTimestamp(),
message: inputRef.current.value,
name: user?.displayName,
photoURL: user?.photoURL,
});
}
/* Scroll Automatique */
inputRef.current.value = "";
scrollToBottom();
};
return (
<>
<div style={{ width: '4440px', left: '300px', backgroundColor: '#36393f' }} class="fixed h-screen flex flex-col min-w-max">
<div className="flex flex-col h-screen">
<header className="flex items-center justify-between space-x-5 border-b border-gray-800 p-4 -mt-1">
<div className="flex items-center space-x-1">
<HiHashtag size="20px" style={{ color: 'white' }} className="h-6 text-[#72767d]" />
<h4 style={{ fontSize: '18px' }} className="text-white font-semibold">{channelName}</h4>
</div>
</header>
<main style={{ flexGrow: '1', overflow: 'scroll', overflowX: 'hidden' }}>
{messages?.docs.map((doc) => {
const { message, timestamp, name, photoURL, email } = doc.data();
return (
<ShowMessage
key={doc.id}
id={doc.id}
message={message}
timestamp={timestamp}
name={name}
email={email}
photoURL={photoURL}
/>
);
})}
<div ref={chatRef} style={{ paddingBottom: '4rem' }} className="pb-16" />
</main>
<div style={{ alignItems: 'center', padding: '0.625rem', backgroundColor: '#40444b', marginRight: '1.25rem', marginLeft: '1.25rem', marginBottom: '1.75rem', borderRadius: '0.5rem' }} class="flex">
<HiPaperAirplane class="hover:text-green-500 text-white" size='35px' style={{ marginRight: '1rem', cursor: 'pointer' }} onClick={sendMessage} />
<form style={{ flexGrow: '1' }}>
<textarea
type="text"
placeholder={
"Post"
}
style={{ backgroundColor: 'transparent', outline: '2px solid transparent', outlineOffset: '2px', color: '#dcddde', width: '100%', fontSize: '0.875rem', lineHeight: '1.25rem', height: '4rem' }}
ref={inputRef}
/>
</form>
</div>
</div>
</div>
</>
);
};
export default ChannelChat;

+ 26
- 0
src/server/components/channel/chat/ShowMessage.js View File

@ -0,0 +1,26 @@
// Fonctionnalité //
import React, {useRef, useEffect, useState} from 'react'
import { DiscordMention, DiscordMessage, DiscordMessages } from '@danktuary/react-discord-message';
import { useAuthState } from "react-firebase-hooks/auth";
import { useCollection } from "react-firebase-hooks/firestore"
import 'firebase/compat/auth';
import { auth } from "../../../../auth/backend/database"
import firebase from "firebase/compat/app";
import { useSelector } from "react-redux";
import { selectServerId, selectServerName} from "../../../../store/ServerSlice";
import {HiTrash} from 'react-icons/hi'
import { doc, getDoc } from "firebase/firestore";
import { selectChannelId, selectChannelName } from '../../../../store/ChannelSlice'
function ShowMessage({ id, message, timestamp, name, email, photoURL }) {
const channelId = useSelector(selectChannelId);
const [user] = useAuthState(auth);
const db = firebase.firestore()
return (
<DiscordMessage author={name} avatar={photoURL}>
<p style={{fontSize: '20px'}}> {message} </p>
</DiscordMessage>
)}
export default ShowMessage;

+ 74
- 0
src/server/components/channel/list/ChannelList.js View File

@ -0,0 +1,74 @@
// Fonctionnalité
import React, { } from 'react'
import { BsPlus } from 'react-icons/bs';
import { RiSettings3Fill } from "react-icons/ri";
import { useAuthState } from "react-firebase-hooks/auth";
import { useCollection } from "react-firebase-hooks/firestore"
import 'firebase/compat/auth';
import { auth } from "../../../../auth/backend/database"
import firebase from "firebase/compat/app";
import { useSelector } from "react-redux";
import { selectServerId } from "../../../../store/ServerSlice";
import ChannelShow from '../show/ChannelShow'
const ChannelList = ({ serverName }) => {
const db = firebase.firestore()
const [server] = useCollection(db.collection("server"));
const serverId = useSelector(selectServerId);
const [user] = useAuthState(auth)
const [channel] = useCollection(
serverId &&
db
.collection("server")
.doc(serverId)
.collection("channel")
.orderBy("timestamp", "asc")
);
let channelmp3 = new Audio("/channel.mp3")
const channelaudio = () => {
channelmp3.play()
}
const handleAddChannel = () => {
const channelName = prompt("Name of your channel: ")
if (channelName) {
db.collection("server").doc(serverId).collection("channel").add({
channelName: channelName,
timestamp: firebase.firestore.FieldValue.serverTimestamp(),
});
}
};
return (
<>
<div style={{ width: '240px', left: '60px', backgroundColor: '#2f3136' }} class="fixed h-screen flex flex-col min-w-max">
<h2 className="flex text-white font-bold text-sm items-center justify-between border-b border-gray-800 p-4 hover:bg-[#34373C] cursor-pointer">
Test
<RiSettings3Fill class="cursor-pointer hover:text-green-500 m-2" style={{ float: 'right' }} size={20} />
</h2>
<div>
<h2 style={{ fontSize: "20px", textAlign: 'center' }} class="text-white"> Main <BsPlus class="cursor-pointer hover:text-green-500" onClick={() => { channelaudio(); handleAddChannel(); }} style={{ float: 'right' }} size={32} /> </h2>
{channel?.docs.map((doc) => (
<ChannelShow
key={doc.id}
id={doc.id}
channelName={doc.data().channelName}
/>
))}
</div>
</div>
</>
);
};
export default ChannelList;

+ 47
- 0
src/server/components/channel/show/ChannelShow.js View File

@ -0,0 +1,47 @@
// Fonctionnalité //
import React, { } from 'react'
import { BsPlus, BsQuestionLg } from 'react-icons/bs';
import { FaDiscord} from 'react-icons/fa';
import { IoSettings } from 'react-icons/io5';
import { HiPlusCircle, HiHashtag } from "react-icons/hi";
import 'firebase/compat/auth';
import { useDispatch } from 'react-redux';
import { useHistory } from 'react-router';
import { setChannelInfo} from '../../../../store/ChannelSlice'
function ChannelShow({ id, channelName}){
const dispatch = useDispatch();
const history = useHistory();
let toudoumm = new Audio("/toudom.mp3")
const toudoum = () => {
toudoumm.play()
}
// Redux
const setChannel = () => {
dispatch(
setChannelInfo({
channelId: id,
channelName: channelName,
})
);
history.push(`/server/channel/${id}`);
};
return (
<div class="cursor-pointer" onClick={setChannel}>
<br></br>
<div
className="text-white font-medium flex items-center cursor-pointer p-1 rounded-md hover:text-green-500"
onClick={() => { setChannel(); toudoum();}}>
<HiHashtag size="30px" className="h-5 mr-2" /> <p style={{fontSize: '20px'}}>{channelName}</p>
</div>
</div>
)
}
export default ChannelShow

+ 20
- 0
src/server/components/channel/show/InChannel.js View File

@ -0,0 +1,20 @@
// Fonctionnalité //
import React from 'react'
import Sidebar from '../../UI/Sidebar/Sidebar'
import ChannelList from '../list/ChannelList'
import ChannelChat from '../chat/ChannelChat'
const InChannel = () => {
return (
<>
<Sidebar />
<ChannelList />
<ChannelChat />
</>
);
};
export default InChannel;

+ 10
- 0
src/server/components/home.css View File

@ -0,0 +1,10 @@
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@900&display=swap');
/* Random class */
.abcde {
font-family: Poppins;
}
.abcdef {
background-color: '#ebedef'
}

+ 38
- 0
src/server/components/server/InServer.js View File

@ -0,0 +1,38 @@
// Fonctionnalité //
import React, { } from 'react'
import Sidebar from '../UI/Sidebar/Sidebar'
import ChannelList from '../channel/list/ChannelList'
import ReactGuy from './assets/openchannel.png'
import 'firebase/compat/auth';
const InServer = () => {
let french = new Audio("/frenchguy.mp3")
const frenchguy = () => {
french.play()
}
let channel = new Audio("/channel.mp3")
const channelaudioo = () => {
channel.play()
}
return (
<>
<Sidebar/>
<ChannelList/>
<div style={{backgroundColor: '#36393f'}} class="h-screen">
<center>
<img onClick={frenchguy} style={{cursor: 'pointer'}} src={ReactGuy}/>
<p onClick={channelaudioo} style={{ top: '30px', fontSize: '36px', color: '#F6F6F6', fontFamily: 'Poppins', cursor: 'pointer'}} > Open a channel ! </p>
</center>
</div>
</>
);
};
export default InServer;

+ 48
- 0
src/server/components/server/ServerShow.js View File

@ -0,0 +1,48 @@
// Fonctionnalité
import React, { } from 'react'
import { BsQuestionLg } from 'react-icons/bs';
import 'firebase/compat/auth';
import { useDispatch } from 'react-redux';
import { useHistory } from 'react-router';
import { setServerInfo} from '../../../store/ServerSlice'
let piouww = new Audio("/piouw.mp3")
const piouw = () => {
piouww.play()
}
function ServerShow({ id, serverName}){
const dispatch = useDispatch();
const history = useHistory();
// Redux
const setServer = () => {
dispatch(
setServerInfo({
serverId: id,
serverName: serverName,
})
);
history.push(`/server/${id}`);
};
const SideBarIcon = ({ icon }) => (
<div className="sidebar-icon group">
{icon}
<span class="sidebar-tooltip group-hover:scale-100">
{serverName}
</span>
</div>
)
return (
<div onClick={() => { setServer(); piouw();}}><SideBarIcon icon={<BsQuestionLg size
="23" />} />
</div>
)
}
export default ServerShow

BIN
src/server/components/server/assets/openchannel.png View File

Before After
Width: 372  |  Height: 408  |  Size: 140 KiB

+ 2
- 0
src/setupTests.js View File

@ -0,0 +1,2 @@
import '@testing-library/jest-dom';

+ 26
- 0
src/store/ChannelSlice.js View File

@ -0,0 +1,26 @@
/* Pour plus d'information, veuillez regardé la documentation de Redux. */
import { createSlice } from "@reduxjs/toolkit";
const initialState = {
channelId: null,
channelName: null,
};
export const channelSlice = createSlice({
name: "channel",
initialState,
reducers: {
setChannelInfo: (state, action) => {
state.channelId = action.payload.channelId;
state.channelName = action.payload.channelName;
},
},
});
export const { setChannelInfo } = channelSlice.actions;
export const selectChannelId = (state) => state.channel.channelId;
export const selectChannelName = (state) => state.channel.channelName;
export default channelSlice.reducer;

+ 26
- 0
src/store/ServerSlice.js View File

@ -0,0 +1,26 @@
/* Pour plus d'information, veuillez regardé la documentation de Redux. */
import { createSlice } from "@reduxjs/toolkit";
const initialState = {
serverId: null,
serverName: null,
};
export const serverSlice = createSlice({
name: "server",
initialState,
reducers: {
setServerInfo: (state, action) => {
state.serverId = action.payload.serverId;
state.serverName = action.payload.serverName;
},
},
});
export const { setServerInfo } = serverSlice.actions;
export const selectServerId = (state) => state.server.serverId;
export const selectServerName = (state) => state.server.serverName;
export default serverSlice.reducer;

+ 10
- 0
src/store/Store.js View File

@ -0,0 +1,10 @@
/* Pour plus d'information, veuillez regardé la documentation de Redux. */
import { configureStore } from "@reduxjs/toolkit";
import serverReducer from "./ServerSlice";
import channelReducer from './ChannelSlice'
export const store = configureStore({
reducer: {
server: serverReducer,
channel: channelReducer,
},
});

+ 31
- 0
src/utils/NotFound.js View File

@ -0,0 +1,31 @@
// Fonctionnalité
import React, { useState, Component } from 'react';
import { Link } from 'react-router-dom';
import { Button } from '@material-ui/core'
import { Thanos } from "react-thanos";
import Alert from '@material-ui/lab/Alert';
import ReactDOM from "react-dom";
import banana from './assets/banana.gif'
const NotFound = () => {
let audio = new Audio("./banana-audio.mp3")
const start = () => {
audio.play()
}
return (
<>
<center>
<p>Not Found, sorry</p>
<button onClick={start} style={{ backgroundColor: 'transparent', backgroundRepeat: 'no-repeat', border: 'none', cursor: 'pointer', overflow: 'hidden', outline: 'none' }}>
<img style={{ position: 'right', width: '250px' }} src={banana} alt="banana" />
</button>
</center>
</>
)
}
export default NotFound;

+ 23
- 0
src/utils/PrivateRoute.js View File

@ -0,0 +1,23 @@
import React, { useContext } from "react";
import { Route, Redirect } from "react-router-dom";
import { AuthContext } from "../auth/backend/Auth";
const PrivateRoute = ({ component: RouteComponent, ...rest }) => {
const { currentUser } = useContext(AuthContext);
return (
<Route
{...rest}
render={routeProps =>
!!currentUser ? (
<RouteComponent {...routeProps} />
) : (
<Redirect to={"/login"} />
)
}
/>
);
};
export default PrivateRoute

BIN
src/utils/assets/banana.gif View File

Before After
Width: 451  |  Height: 480  |  Size: 126 KiB

BIN
src/utils/assets/plus.png View File

Before After
Width: 594  |  Height: 600  |  Size: 7.3 KiB

+ 33
- 0
tailwind.config.js View File

@ -0,0 +1,33 @@
module.exports = {
mode: 'jit',
enabled: true,
purge: ['./src/**/*.{js,jsx,ts,tsx}', './public/index.html'],
darkMode: 'media', // class, 'media' or boolean
theme: {
cursor: {
auto: 'auto',
default: 'default',
pointer: 'pointer',
},
extend: {
colors: {
},
gray: {
900: '#202225',
800: '#2f3136',
700: '#36393f',
600: '#4f545c',
400: '#d4d7dc',
300: '#e3e5e8',
200: '#ebedef',
100: '#f2f3f5',
},
spacing: {
88: '22rem',
},
},
},
variants: {},
plugins: [],
};

Loading…
Cancel
Save