@@ -0,0 +1,34 @@ | |||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | |||
# dependencies | |||
/node_modules | |||
/.pnp | |||
.pnp.js | |||
# testing | |||
/coverage | |||
# next.js | |||
/.next/ | |||
/out/ | |||
# production | |||
/build | |||
# misc | |||
.DS_Store | |||
*.pem | |||
# debug | |||
npm-debug.log* | |||
yarn-debug.log* | |||
yarn-error.log* | |||
# local env files | |||
.env.local | |||
.env.development.local | |||
.env.test.local | |||
.env.production.local | |||
# vercel | |||
.vercel |
@@ -0,0 +1,34 @@ | |||
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). | |||
## Getting Started | |||
First, run the development server: | |||
```bash | |||
npm run dev | |||
# or | |||
yarn dev | |||
``` | |||
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. | |||
You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file. | |||
[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.js`. | |||
The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages. | |||
## Learn More | |||
To learn more about Next.js, take a look at the following resources: | |||
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. | |||
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. | |||
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome! | |||
## Deploy on Vercel | |||
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/import?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. | |||
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details. |
@@ -0,0 +1,7 @@ | |||
export default function Footer() { | |||
return ( | |||
<footer className="flex flex-row justify-around"> | |||
Footer | |||
</footer> | |||
) | |||
} |
@@ -0,0 +1,14 @@ | |||
import { SUB_TITLE } from "../../misc/globals"; | |||
import SvgLogo from "./logo"; | |||
export default function Header() { | |||
return ( | |||
<header className="flex justify-center h-screen w-auto items-center md:items-baseline "> | |||
<div className="flex flex-col w-full"> | |||
<SvgLogo className="object-fill w-full h-auto" /> | |||
<h2 className="capitalize text-white font-bold text-center md:text-3xl"> | |||
{SUB_TITLE} | |||
</h2> | |||
</div> | |||
</header> | |||
) | |||
} |
@@ -0,0 +1,415 @@ | |||
import * as React from "react"; | |||
function SvgLogo(props: React.SVGProps<SVGSVGElement>) { | |||
return ( | |||
<svg | |||
viewBox="0 0 1680 945" | |||
xmlns="http://www.w3.org/2000/svg" | |||
xmlnsXlink="http://www.w3.org/1999/xlink" | |||
width="1em" | |||
height="1em" | |||
{...props} | |||
> | |||
<defs> | |||
<symbol overflow="visible" id="logo_svg__e"> | |||
<path d="M71.469-131.969c.133-.894.488-1.597 1.062-2.11.582-.519 1.32-.78 2.219-.78h29.094c.894 0 1.566.261 2.015.78.446.513.61 1.216.485 2.11L90.359-2.89c-.136.899-.46 1.606-.968 2.125-.512.512-1.22.766-2.125.766H53.937C52.395 0 51.5-.832 51.25-2.5l-7.328-59.156c0-.383-.133-.578-.39-.578-.25 0-.376.195-.376.578L36.22-2.891c-.125.899-.48 1.606-1.063 2.125A2.932 2.932 0 0133.141 0H3.859c-.773 0-1.386-.254-1.843-.766-.45-.52-.606-1.226-.47-2.125l15.798-129.078c.125-.894.472-1.597 1.047-2.11a2.956 2.956 0 012.03-.78H53.36c1.54 0 2.442.836 2.703 2.5l7.516 59.53c0 .388.125.516.375.391.258-.124.457-.316.594-.578zm0 0" /> | |||
</symbol> | |||
<symbol overflow="visible" id="logo_svg__f"> | |||
<path d="M89-106.734c-.125.898-.48 1.605-1.063 2.125-.574.511-1.308.765-2.203.765H49.891c-.637 0-.953.324-.953.969L46.624-84c-.262.648-.008.969.766.969h18.687c.906 0 1.582.258 2.031.765.446.512.602 1.22.47 2.125L65.5-54.906c-.387 1.93-1.477 2.89-3.266 2.89H43.547c-.649 0-.969.325-.969.97l-2.312 19.062c-.262.648-.008.968.765.968h35.844c.895 0 1.566.262 2.016.782.445.511.609 1.214.484 2.109L76.297-2.891c-.137.899-.496 1.606-1.078 2.125-.574.512-1.309.766-2.203.766H3.859c-.773 0-1.386-.254-1.843-.766-.45-.52-.606-1.226-.47-2.125l15.798-129.078c.125-.894.472-1.597 1.047-2.11a2.956 2.956 0 012.03-.78h69.157c.906 0 1.582.261 2.031.78.446.513.61 1.216.485 2.11zm0 0" /> | |||
</symbol> | |||
<symbol overflow="visible" id="logo_svg__g"> | |||
<path d="M52.203 0c-1.543 0-2.437-.832-2.687-2.5l-5.594-48.547c0-.52-.195-.781-.578-.781-.512 0-.766.324-.766.969L36.61-2.891c-.136.899-.496 1.606-1.078 2.125A2.932 2.932 0 0133.516 0H3.859c-.773 0-1.386-.254-1.843-.766-.45-.52-.606-1.226-.47-2.125l15.798-129.078c.125-.894.472-1.597 1.047-2.11a2.956 2.956 0 012.03-.78H62.61c10.282 0 18.407 3.277 24.375 9.828 5.97 6.554 8.954 15.219 8.954 26 0 3.086-.126 5.465-.376 7.14-.906 7.063-2.902 13.387-5.984 18.97-3.074 5.585-7.055 10.109-11.937 13.577-.649.387-.84.84-.579 1.36l8.282 54.703v.781c0 .773-.258 1.383-.766 1.828-.512.45-1.152.672-1.922.672zm-2.312-103.844c-.637 0-.953.324-.953.969l-2.891 22.531c0 .649.32.969.969.969h2.5c3.082 0 5.68-1.348 7.797-4.047 2.124-2.695 3.187-6.422 3.187-11.172 0-2.957-.71-5.238-2.125-6.844-1.418-1.601-3.344-2.406-5.781-2.406zm0 0" /> | |||
</symbol> | |||
<symbol overflow="visible" id="logo_svg__h"> | |||
<path d="M3.86 0c-.774 0-1.387-.254-1.844-.766-.45-.52-.606-1.226-.47-2.125l15.798-129.078c.125-.894.472-1.597 1.047-2.11a2.956 2.956 0 012.03-.78H57.22c11.426 0 20.508 2.992 27.25 8.968 6.75 5.97 10.125 13.961 10.125 23.97 0 1.155-.133 3.023-.39 5.593l-7.126 57.797c-.898 7.574-3.433 14.281-7.61 20.125-4.179 5.843-9.636 10.375-16.374 13.593C56.352-1.602 48.875 0 40.656 0zm36.406-31.984c-.262.648-.008.968.765.968l2.703-.187c2.051-.133 3.88-1.098 5.485-2.89 1.601-1.802 2.664-4.114 3.187-6.938l6.36-52.985.187-2.125c0-2.437-.578-4.328-1.734-5.671-1.157-1.352-2.7-2.032-4.625-2.032H49.89c-.637 0-.953.324-.953.969zm0 0" /> | |||
</symbol> | |||
<symbol overflow="visible" id="logo_svg__j"> | |||
<path d="M88.422-38.719c-1.406 12.461-6.32 22.028-14.734 28.703C65.28-3.336 55.163 0 43.343 0H3.859c-.773 0-1.386-.254-1.843-.766-.45-.52-.606-1.226-.47-2.125l15.798-129.078c.125-.894.472-1.597 1.047-2.11a2.956 2.956 0 012.03-.78h33.907c12.332 0 21.93 2.605 28.797 7.812 6.875 5.2 10.313 13.063 10.313 23.594 0 1.281-.133 3.465-.391 6.547-1.543 11.949-6.23 20.812-14.063 26.594-.773.386-.964.773-.578 1.156 6.938 5.906 10.406 14.187 10.406 24.844 0 1.156-.132 3.023-.39 5.593zM49.89-103.844c-.637 0-.953.324-.953.969l-2.5 19.64c0 .65.253.97.765.97h1.156c5.52 0 8.797-3.594 9.828-10.782l.188-2.516c0-5.519-2.445-8.28-7.328-8.28zm-5.578 72.828c2.82 0 5.164-1.347 7.03-4.047 1.864-2.695 2.798-6.55 2.798-11.562 0-2.945-.578-5.32-1.735-7.125-1.156-1.8-2.761-2.703-4.812-2.703h-3.469c-.648 0-.969.324-.969.969l-2.89 23.5c-.262.648-.008.968.765.968zm0 0" /> | |||
</symbol> | |||
<symbol overflow="visible" id="logo_svg__k"> | |||
<path d="M59.922 0c-1.805 0-2.64-.898-2.516-2.703l-.375-14.64c.125-.25.055-.47-.203-.657-.25-.195-.508-.297-.766-.297H39.297c-.637 0-1.086.32-1.344.953l-3.656 14.64C33.91-.897 32.817 0 31.016 0H1.734C-.19 0-.898-1.023-.39-3.078L42-132.36c.508-1.664 1.664-2.5 3.469-2.5h34.093c1.801 0 2.766.836 2.891 2.5L93.047-3.08v.376c0 1.805-.965 2.703-2.89 2.703zM45.859-47.016c-.261.649-.07.97.578.97h9.047c.383 0 .707-.321.97-.97l-.782-35.64c0-.508-.164-.735-.484-.672-.313.062-.47.289-.47.672zm0 0" /> | |||
</symbol> | |||
<symbol overflow="visible" id="logo_svg__l"> | |||
<path d="M27.75 0c-1.805 0-2.766-.832-2.89-2.5l-9.641-129.281c0-2.051 1.023-3.078 3.078-3.078h30.437c1.801 0 2.703.902 2.703 2.703l-.968 59.719c-.125.386.004.578.39.578.383 0 .578-.192.578-.579l14.266-59.718c.383-1.801 1.535-2.703 3.453-2.703h22.735c1.8 0 2.703.902 2.703 2.703l.578 59.719c0 .261.16.421.484.484.32.062.485-.098.485-.484l12.906-59.72c.508-1.8 1.598-2.702 3.266-2.702h29.671c2.188 0 2.895 1.027 2.125 3.078L104.422-2.5c-.512 1.668-1.668 2.5-3.469 2.5H75.141c-1.805 0-2.704-.898-2.704-2.703l-.39-62.797c.133-.383.039-.547-.281-.484-.325.062-.547.289-.672.671L57.03-2.703C56.508-.898 55.351 0 53.563 0zm0 0" /> | |||
</symbol> | |||
<symbol overflow="visible" id="logo_svg__m"> | |||
<path d="M3.86 0c-.774 0-1.387-.254-1.844-.766-.45-.52-.606-1.226-.47-2.125l15.798-129.078c.125-.894.472-1.597 1.047-2.11a2.956 2.956 0 012.03-.78h29.673c.77 0 1.379.261 1.828.78.445.513.61 1.216.484 2.11l-12.14 99.985c-.262.648-.008.968.765.968h36.61c.894 0 1.566.262 2.015.782.457.511.617 1.214.485 2.109L77.062-2.891C76.677-.96 75.582 0 73.782 0zm0 0" /> | |||
</symbol> | |||
<clipPath id="logo_svg__a"> | |||
<path d="M0 203h1680v344H0zm0 0" /> | |||
</clipPath> | |||
<clipPath id="logo_svg__b"> | |||
<path d="M0 204h1680v343H0zm0 0" /> | |||
</clipPath> | |||
<clipPath id="logo_svg__c"> | |||
<path d="M505.324 227H548v29h-42.676zm0 0" /> | |||
</clipPath> | |||
<clipPath id="logo_svg__d"> | |||
<path d="M779 639h108v195.605H779zm0 0" /> | |||
</clipPath> | |||
</defs> | |||
<g> | |||
<path | |||
d="M658.567 217.53c1.869-2.982 2.971-6.475 2.971-10.218 0-10.936-9.194-19.796-20.52-19.796-3.446 0-6.683.827-9.523 2.265v-.08c0-17.514-14.723-31.722-32.891-31.722s-32.898 14.208-32.898 31.722c0 .484.056.944.073 1.421a22.245 22.245 0 00-6.81-1.077c-11.959 0-21.644 9.344-21.644 20.87 0 9.04 5.97 16.71 14.294 19.615-4.219 4.674-6.793 10.769-6.793 17.45 0 14.703 12.356 26.619 27.6 26.619 6.663 0 12.768-2.279 17.533-6.062 3.628 6.862 11.005 11.576 19.55 11.576 11.986 0 21.72-9.284 21.916-20.803a26.815 26.815 0 009.592 1.781c14.36 0 26.005-11.229 26.005-25.086 0-7.323-3.273-13.885-8.455-18.475" | |||
fill="#f4f4f4" | |||
/> | |||
<path | |||
d="M620.29 272.554c-8.535 0-15.916-4.707-19.544-11.576-4.772 3.79-10.877 6.061-17.532 6.061-15.244 0-27.604-11.916-27.604-26.617 0-6.682 2.57-12.777 6.79-17.451-8.324-2.906-14.295-10.575-14.295-19.616 0-4.7 1.638-9.024 4.36-12.516-8.776 2.658-15.14 10.568-15.14 19.906 0 9.037 5.97 16.71 14.294 19.615-4.219 4.674-6.793 10.765-6.793 17.447 0 14.705 12.356 26.622 27.6 26.622 6.663 0 12.768-2.279 17.533-6.062 3.628 6.866 11.005 11.573 19.55 11.573 7.131 0 13.451-3.3 17.456-8.397a22.465 22.465 0 01-6.676 1.01M569.75 182.485c2.383 0 4.67.39 6.813 1.071-.02-.47-.076-.93-.076-1.414 0-8.377 3.396-15.983 8.904-21.654-9.505 4.033-16.647 12.26-18.91 22.264 1.067-.16 2.149-.267 3.268-.267" | |||
fill="#d3d2d2" | |||
/> | |||
<path | |||
d="M658.567 220.7c9.488-17.622-3.922-44.196-27.072-34.088l.02 5.911c.44-19.775-10.704-36.926-32.911-37.713-13.752-.487-25.6 8.684-30.748 20.42-2.554 5.83-2.42 12.703-2.084 18.941 0-2.071.007-4.146.007-6.218-29.46-7.843-39.494 35.335-14.16 45.746v-6.338c-9.474 11.606-9.488 30.494.519 41.837 7.66 8.677 20.455 10.208 31.014 6.485 2.515-.884 4.692-2.449 6.807-3.977-.843.608 5.435 6.566 5.988 7.04 4.353 3.696 10.345 4.7 15.922 4.416 9.668-.5 18.727-9.257 19.401-18.518.093-1.268 14.457-.8 16.654-1.28 5.152-1.132 9.485-4.364 12.978-8.03 10.259-10.763 7.516-31.346-2.335-40.973 1.067 1.044-1.123 5.244 0 6.338 8.859 8.664 10.11 18.605 2.335 28.296-6.941 8.67-19.27 10.545-29.477 7.146l-.006.11c-.802 10.955-8.373 18.831-19.55 20.573-5.73.884-11.34-1.308-15.922-4.417-1.949-1.328-3.393-3.216-4.793-5.044-.6-2.529-1.703-2.679-3.317-.467a27.467 27.467 0 01-4.685 2.449c-9.847 4.567-21.506 1.544-29.432-4.964-10.338-8.484-10.082-20.904-2.1-30.682.314-.383.21-6.251 0-6.338-10.194-4.187-16.835-13.587-11.337-23.806 4.799-8.933 16.084-11.772 25.496-9.264-.232-.066.041-5.59.007-6.231-.287-5.468 5.546-13.478 9.557-17.614 5.992-6.202 14.695-8.994 23.26-9.298 7.962-.283 15.525 3.05 21.576 7.783 2.999 2.339 5.245 5.428 7.207 8.577 1.206 1.935 1.966 4.08 2.72 6.202.02.063 1.285 7.115 1.375 3.339-.014.634.37 5.745.014 5.901 14.253-6.225 35.945 4.941 27.072 21.41-.91 1.679.884 4.694 0 6.34" | |||
fill="#231f20" | |||
/> | |||
<path | |||
d="M636.239 174.115s3.977-21.53 16.125-38.934l12.837 9.397s-22.87 12.964-28.962 29.537M637.286 175.193s13.54-15.69 31.747-24.39l5.908 13.351s-24.774.317-37.655 11.039M639.338 177.792s14.129-3.803 28.067-1.849l-2.087 9.858s-14.253-9.23-25.98-8.01M539.706 236.235s-3.97-21.53-16.12-38.935l-12.836 9.398s22.864 12.964 28.956 29.537" | |||
fill="#231f20" | |||
/> | |||
<g | |||
clipPath="url(#logo_svg__c)" | |||
transform="matrix(.88455 0 0 .85401 54.055 18.975)" | |||
> | |||
<path | |||
d="M547.855 255.66s-15.304-18.379-35.882-28.558l-6.68 15.632s28 .371 42.562 12.926" | |||
fill="#231f20" | |||
/> | |||
</g> | |||
<path | |||
d="M536.606 239.904s-14.128-3.796-28.06-1.841l2.09 9.851s14.243-9.224 25.97-8.01" | |||
fill="#231f20" | |||
/> | |||
<path | |||
d="M1052.155 336.051c-6.907-2.105-14.17.464-18.147 5.865-2.176-3.97-5.901-7.16-10.694-8.624-9.67-2.959-20.002 2.212-23.067 11.543a17.059 17.059 0 00-.822 6.205c-10.27-.891-20.165 5.154-23.41 15.025-3.745 11.416 2.806 23.595 14.633 27.215 1.856.567 3.725.857 5.58.957a20.524 20.524 0 00-5.545 8.627c-3.573 10.882 2.664 22.502 13.952 25.948 11.026 3.372 22.76-2.322 26.62-12.747a17.389 17.389 0 006.236 3.426c9.091 2.779 18.783-2.075 21.658-10.835 1.645-4.991.712-10.168-2.066-14.222 10.649 2.826 21.795-2.929 25.16-13.177 3.453-10.498-2.577-21.7-13.454-25.03a21.31 21.31 0 00-5.957-.93c2.422-8.12-2.28-16.677-10.677-19.246" | |||
fill="#f4f4f4" | |||
/> | |||
<path | |||
d="M992.832 384.413a23.283 23.283 0 01-5.577-.964c-5.366-1.638-9.633-5.05-12.356-9.34.56 7.648 5.339 14.62 12.754 18.023 1.154-3.005 2.93-5.627 5.179-7.72M1078.85 371.426c-3.368 10.248-14.511 16.003-25.164 13.177 2.782 4.057 3.711 9.23 2.077 14.228-2.882 8.757-12.584 13.608-21.668 10.829a17.285 17.285 0 01-6.227-3.426c-3.863 10.425-15.6 16.123-26.63 12.746-5.023-1.537-9.035-4.693-11.637-8.673.515 8.287 6.196 15.806 14.896 18.465 11.03 3.369 22.767-2.329 26.63-12.747a17.386 17.386 0 006.226 3.426c9.09 2.772 18.786-2.075 21.668-10.835 1.641-4.991.705-10.169-2.077-14.222 10.653 2.826 21.796-2.935 25.165-13.184 1.935-5.894.881-12.01-2.343-16.826.132 2.315-.141 4.7-.915 7.042" | |||
fill="#d3d2d2" | |||
/> | |||
<path | |||
d="M1052.155 332.882c-7.325-1.615-13.323.297-18.147 5.865.93-1.071-5.56-6.109-6.278-6.616-3.175-2.278-7.297-2.812-11.115-2.799-6.873.014-12.474 4.76-15.539 10.259-.673 1.207-1.344 8.286-4.011 8.193-3.89-.137-7.626 1.287-11.002 2.979-9.447 4.734-11.185 14.581-11.13 23.765.077 12.34 8.535 21.49 21.296 22.879v-6.339c-6.53 6.86-7.011 14.829-6.407 23.549 1.089 15.733 19.94 22.104 32.808 15.072 2.726-1.491 4.73-3.886 6.517-6.292a20.281 20.281 0 002.108-4.163c-.363.844 5.721 3.226 6.236 3.426 7.395 2.839 15.314-1.144 19.688-6.795 4.744-6.132 3.51-18.412-.096-24.6v6.338c30.986 6.439 36.511-42.92 5.75-45.476v6.339c2.21-10.088.39-21.33-10.678-25.584.705.273-.801 6.035 0 6.338 6.89 2.649 10.74 7.666 11.313 14.815-.007-2.078-.007-4.15-.014-6.225-.204 1.442-.418 2.88-.622 4.317-.138.597-.09 6.332 0 6.339 11.35.944 19.305 8.173 20.372 19.198-.007-1.965-.013-3.933-.013-5.908-.28 13.594-12.609 22.315-26.108 19.51.418.086-.39 5.67 0 6.337 1.814 3.116 2.588 5.355 2.867 9.104.007-2.078.007-4.153.014-6.225-.718 8.934-6.447 15.132-15.662 16.554-4.786.73-9.392-1.408-13.047-4.14 1.91 1.424-7.57 9.724-8.625 10.458-7.968 5.511-18.707 3.543-25.862-2.042-8.732-6.825-7.55-16.546-.54-23.905.377-.397-.082-6.345 0-6.339-9.208-1.004-22.472-8.707-20.824-19.542 1.7-11.179 13.144-17.7 24.02-17.317l.008-.114c.48-12.61 11.136-20.703 23.882-17.634 2.384.58 4.402 1.995 6.327 3.373 2.902 2.082 3.058 6.755 6.002 3.363 4.039-4.664 10.85-5.231 16.512-3.977-.431-.096.519-6.225 0-6.338M992.141 340.02s-16.174-8.179-27.079-21.423l10.604-7.222s4.765 20.096 16.475 28.646M993.257 339.51s-9.205-13.85-11.7-29.456l12.07-1.131s-5.777 18.434-.37 30.587M995.824 338.62s.411-11.396 5.36-21.237l7.338 3.94s-10.815 8.313-12.698 17.297" | |||
fill="#231f20" | |||
/> | |||
<path | |||
d="M1034.862 425.87s-11.185 13.934-15.386 30.347l12.76 2.312s-4.343-20.19 2.626-32.66M1036.095 425.886s-2.39 16.29 2.067 31.482l11.46-3.823s-13.198-14.432-13.527-27.659M1038.811 425.662s5.294 10.195 14.035 17.168l4.976-6.532s-13.424-3.22-19.01-10.636" | |||
fill="#231f20" | |||
/> | |||
<path | |||
d="M932.98 199.843c8.006-12.674 3.839-29.207-9.298-36.927a28.209 28.209 0 00-6.769-2.845c5.791-12.053 1.417-26.645-10.625-33.717-12.95-7.61-29.843-3.656-37.731 8.834a25.988 25.988 0 00-3.6 9.304 22.187 22.187 0 00-4.776-3.783c-10.611-6.232-24.453-2.993-30.914 7.242-6.42 10.175-3.127 23.419 7.332 29.697-5.072 1.755-9.592 5.12-12.615 9.915-7.025 11.112-3.376 25.61 8.15 32.386 7.668 4.5 16.866 4.43 24.246.62 1.116 6.825 5.204 13.144 11.8 17.02 11.914 6.996 27.452 3.36 34.701-8.136a23.5 23.5 0 003.28-16.9c10.403 1.09 21.014-3.52 26.819-12.71" | |||
fill="#f4f4f4" | |||
/> | |||
<path | |||
d="M873.26 139.678a22.234 22.234 0 014.778 3.79 25.854 25.854 0 013.593-9.308c3.58-5.664 9.022-9.554 15.096-11.416-10.77-1.784-22.048 2.76-28.08 12.3-.46.734-.875 1.471-1.251 2.219a22.99 22.99 0 015.863 2.415M881.255 236.558c-6.59-3.87-10.677-10.201-11.793-17.02-3.853 1.988-8.206 2.933-12.574 2.76 1.507 6.094 5.4 11.625 11.382 15.144 6.69 3.937 14.526 4.504 21.391 2.219-2.888-.534-5.742-1.538-8.406-3.103M845.216 218.918c-11.526-6.776-15.175-21.274-8.154-32.39 3.02-4.787 7.54-8.156 12.619-9.904-10.47-6.285-13.76-19.529-7.333-29.704 2.702-4.283 6.7-7.322 11.213-8.97-9.174-2.015-19.039 1.681-24.197 9.848-6.43 10.181-3.138 23.425 7.328 29.71-5.079 1.751-9.595 5.117-12.622 9.911-7.014 11.11-3.365 25.61 8.161 32.383 6.53 3.836 14.17 4.323 20.85 2.041-2.71-.537-5.373-1.46-7.865-2.925" | |||
fill="#d3d2d2" | |||
/> | |||
<path | |||
d="M932.98 203.012c9.478-16.55 3.504-39.802-16.067-46.107v6.335c4.222-9.901 3.69-22.955-2.052-32.119-10.66-17.013-35.828-14.201-46.304.897-1.465 2.109-2.27 4.53-3.058 6.916-1.206 3.683-1.061 1.748-3.58-.26-3.663-2.916-8.42-3.993-13.033-4.304-9.906-.66-18.154 6.279-21.672 14.619-4.56 10.798-.11 25.43 9.385 31.828v-6.338c-12.788 5.077-16.333 15.626-16.212 27.866.193 18.257 19.024 28.99 35.993 21.393-1.423.634 3.95 9.725 4.534 10.575 2.736 4.014 7.131 6.629 11.602 8.477 8 3.31 17.145 1.148 24.025-3.393 10.068-6.655 11.015-19.378 9.62-30.014v6.339c11.156.7 20.575-3.763 26.819-12.71 1.033-1.478-1.002-4.904 0-6.339-6.244 8.947-15.663 13.411-26.82 12.71.042 0-.083 5.718 0 6.339.121 1.591.252 3.182.377 4.78 0-2.075.007-4.153.007-6.225-2.153 27.596-41.29 31.85-49.683 5.375-1.151-3.647-2.26-1.361-5.63-.28-3.565 1.15-7.397.88-11.039.41-6.779-.871-12.397-5.475-16.115-10.702-8.002-11.27 1.15-23.75 12.522-28.263.17-.066.3-6.135 0-6.338-12.228-8.24-12.774-21.227-.788-30.007 5.031-3.69 11.707-4.234 17.701-3.223 3.08.527 5.867 2.098 8.407 3.763 1.095.8 2.108 1.685 3.037 2.649-.753-.72 1.994-6.285 2.336-7.059 12.02-27.338 61.763-12.18 49.621 16.303-.231.54-.238 6.258 0 6.335 11.751 3.79 19.16 12.907 20.117 24.826-.007-1.34-.021-2.675-.028-4.016-.007.734-.007 1.461-.014 2.185.014-.77.028-1.551.035-2.322-.408 4.667-1.69 8.66-4.043 12.76-.94 1.638.916 4.74 0 6.339" | |||
fill="#231f20" | |||
/> | |||
<path | |||
d="M913.402 223.908s21.52-5.724 42.7-2.678l-3.216 14.978s-21.64-14.101-39.484-12.3M912.853 225.256s20.193 4.957 35.918 16.874l-9.796 10.715s-10.787-21.094-26.122-27.589M911.326 228.122s9.495 10.495 13.59 23.258l-9.955 2.389s2.46-16.116-3.635-25.647M814.88 182.739s-2.084-21.437-12.53-39.468l-13.382 8.206s21.33 14.525 25.911 31.262M813.763 183.71s-11.959-16.453-29.086-26.425l-6.921 12.63s24.273 2.259 36.007 13.795M811.531 186.098s-13.541-4.84-27.376-4.02l1.213 9.835s14.757-7.933 26.163-5.815" | |||
fill="#231f20" | |||
/> | |||
<path | |||
d="M961.545 491.368c14.183-6.682 23.972-20.693 23.972-36.933 0-18.368-12.48-33.903-29.701-39.19 6.734-6.152 10.956-14.843 10.956-24.494 0-16.993-13.04-31.018-29.995-33.36 3.84-5.89 6.092-12.843 6.092-20.31 0-21.146-17.777-38.283-39.701-38.283-2.26 0-4.464.224-6.627.574.166-1.685.259-3.39.259-5.11 0-29.474-24.778-53.367-55.336-53.367-16.737 0-31.72 7.17-41.864 18.492-7.394-11.796-20.777-19.706-36.108-19.706-22.435 0-40.723 16.88-42.078 38.187-7.529-12.617-21.62-21.127-37.793-21.127-24.073 0-43.599 18.822-43.599 42.057 0 1.972.194 3.893.46 5.795-5.086-3.63-11.361-5.795-18.182-5.795-16.927 0-30.651 13.237-30.651 29.57 0 4.007.836 7.823 2.335 11.31-2.315-.358-4.671-.595-7.08-.595-24.456 0-44.282 19.12-44.282 42.708 0 15.219 8.279 28.543 20.7 36.109-6.288 4.39-10.404 11.505-10.404 19.575 0 7.81 3.86 14.735 9.824 19.152-17.525 7.243-29.805 24.02-29.805 43.575 0 26.164 21.992 47.384 49.123 47.384 3.915 0 7.72-.457 11.368-1.294-6.949 5.698-11.368 14.175-11.368 23.662 0 17.144 14.416 31.048 32.193 31.048 3.196 0 6.268-.46 9.177-1.3-.712 3.045-1.123 6.2-1.123 9.447 0 23.559 19.799 42.657 44.22 42.657 16.613 0 31.067-8.84 38.63-21.894.505 15.92 14.011 28.68 30.645 28.68 10.39 0 19.557-4.991 25.11-12.617 6.678 13.998 21.315 23.729 38.332 23.729 23.32 0 42.22-18.228 42.22-40.716l-.02-.42c5.573 6.064 13.685 9.914 22.749 9.914 16.796 0 30.42-13.13 30.42-29.333 0-1.121-.083-2.225-.208-3.32 3.21.771 6.559 1.228 10.014 1.228 22.843 0 41.36-17.85 41.36-39.885 0-5.08-1.027-9.928-2.827-14.405 18.105-1.698 32.255-16.413 32.255-34.317 0-10.992-5.352-20.763-13.662-27.082" | |||
fill="#f4f4f4" | |||
/> | |||
<path | |||
d="M863.781 631.84c-17.017 0-31.646-9.738-38.329-23.732-5.549 7.623-14.723 12.617-25.113 12.617-16.626 0-30.133-12.764-30.648-28.68-7.563 13.057-22.013 21.898-38.62 21.898-24.424 0-44.227-19.099-44.227-42.658 0-3.252.412-6.402 1.13-9.447a33.304 33.304 0 01-9.18 1.294c-17.778 0-32.193-13.898-32.193-31.048 0-9.48 4.423-17.964 11.364-23.656a51.146 51.146 0 01-11.37 1.288c-27.128 0-49.12-21.213-49.12-47.378 0-19.555 12.28-36.339 29.811-43.574-5.964-4.424-9.823-11.35-9.823-19.159 0-8.063 4.105-15.185 10.397-19.576-12.425-7.566-20.7-20.89-20.7-36.108 0-19.106 13.012-35.275 30.955-40.726a31.232 31.232 0 00-15.815-4.287c-16.927 0-30.651 13.237-30.651 29.57 0 4.01.836 7.827 2.335 11.316-2.315-.36-4.671-.6-7.08-.6-24.456 0-44.282 19.121-44.282 42.71 0 15.22 8.279 28.54 20.7 36.106-6.288 4.393-10.404 11.516-10.404 19.575 0 7.813 3.86 14.745 9.824 19.162-17.525 7.236-29.805 24.016-29.805 43.565 0 26.17 21.992 47.384 49.123 47.384 3.915 0 7.72-.453 11.368-1.287-6.949 5.698-11.368 14.168-11.368 23.655 0 17.154 14.416 31.058 32.193 31.058 3.196 0 6.268-.47 9.177-1.3-.712 3.042-1.123 6.19-1.123 9.447 0 23.555 19.799 42.657 44.22 42.657 16.613 0 31.067-8.84 38.63-21.9.505 15.919 14.011 28.679 30.645 28.679 10.39 0 19.557-4.99 25.11-12.617 6.678 13.998 21.315 23.736 38.332 23.736 23.32 0 42.22-18.228 42.22-40.723l-.02-.417c5.573 6.068 13.685 9.912 22.749 9.912 12.252 0 22.787-7 27.604-17.067-7.46 6.398-17.249 10.311-28.016 10.311" | |||
fill="#d3d2d2" | |||
/> | |||
<path | |||
d="M961.545 494.537c34.49-17.477 31.446-69.892-5.73-82.462v6.338c20.864-20.46 11.628-58.897-19.038-64.19v6.338c6.427-10.639 7.605-23.77 4.962-35.739-4.381-19.92-25.279-31.175-45.198-28.62 0 2.072.007 4.154.007 6.226 2.087-27.432-9.917-52.956-38.492-62.26-18.302-5.961-38.474-.95-52.993 10.749a55.39 55.39 0 00-3.732 3.459c-2.937 2.846-2.519.57-4.585-2.152-2.979-3.92-6.976-6.999-11.147-9.657-7.94-5.064-17.708-6.562-27.023-5.785-16.83 1.414-30.372 13.774-35.486 28.78a38.48 38.48 0 00-1.102 4.483c-.487 2.259.802 6.812-1.89 2.586-2.626-4.124-6.303-7.52-10.18-10.529-7.425-5.771-16.92-8.26-26.297-8.53-17.149-.5-32.438 10.231-39.715 24.686-4.499 8.917-4.547 19.8-3.424 29.504v-6.339c-16.064-10.445-36.554-5.69-45.72 10.77-4.748 8.523-4.07 21.826-.778 30.653v-6.338c-25.24-3.4-47.686 13.144-51.1 37.46-2.58 18.368 4.14 36.562 20.438 47.1v-6.338c-13.997 10.852-14.27 33.844-.58 45.066v-6.338c-22.96 10.155-31.34 31.512-29.577 54.5 2.208 28.893 32.096 47.154 60.263 41.503v-6.338c-9.502 8.41-12.664 20.236-11.281 32.316 2.3 19.992 21.18 32.232 41.283 27.431v-6.338c-4.64 23.452 4.34 47.608 29.12 56.272 15.833 5.53 33.413.507 45.29-10.379.8-.727 7.41-7.95 7.466-7.202.214 2.969 1.192 5.808 2.294 8.56 2.675 6.729 8.48 11.8 14.944 15.075 6.386 3.24 13.88 3.4 20.78 2.005 4.005-.81 7.605-2.839 10.919-5.064a29.972 29.972 0 003.6-3.076c2.15-1.981 2.218-5.227 4.13-1.51 7.355 14.317 23.581 22.03 39.666 21.6 26.266-.704 40.982-24.23 39.811-47.305 0 2.075-.007 4.154-.007 6.229 13.213 13.257 34.007 12.847 46.48-1.071 6.88-7.673 7.353-18.388 6.482-28.006V609c19.319 4.113 37.963-4.214 47.172-21.114 5.96-10.949 5.504-26.865 1.375-38.287v6.338c33.685-4.243 43.398-47.54 18.593-67.737 1.047.857-1.11 5.434 0 6.338 10.676 8.694 16.029 20.94 10.95 33.927-4.683 11.977-16.804 19.53-29.543 21.134-.076.013-.204 5.778 0 6.338 10.404 28.813-20.352 52.726-48.547 46.724.194.047-.062 5.685 0 6.339.95 10.515-10.027 20.413-18.893 24.216-11.89 5.104-25.448.83-34.069-7.817.705.708-.065 5.104-.007 6.225-.245-1.961-.428-1.618-.56 1.024-.32 2.206-1.019 4.344-1.71 6.456-1.137 3.479-3.034 6.668-5.072 9.707-4.088 6.092-10.228 10.629-16.869 13.865-14.633 7.122-32.29 4.006-44.835-5.468-3.113-2.352-5.64-5.34-7.954-8.41a40.126 40.126 0 01-2.464-3.923c-1.987-3.373-2.007-.774-4.129 1.511-5.59 6.035-13.893 8.717-22.041 9.04-16.703.664-29.556-13.37-30.638-28.569l-.007-.113c-10.556 17.093-30.32 25.143-50.38 20.37-19.55-4.648-35.193-24.79-31.347-44.243.138-.687-.273-6.271 0-6.338-13.43 3.21-26.15-.667-34.888-11.065-9.954-11.837-6.026-26.348 4.886-36.006.608-.544-.54-6.228 0-6.338-23.088 4.633-45.45-5.691-55.923-26.118-11.551-22.514 3.133-47.43 25.237-57.209.197-.086.314-6.081 0-6.338-11.817-9.684-11.479-23.035.58-32.39.308-.236.28-6.16 0-6.338-17.435-11.269-25.154-30.747-15.756-49.396 8.393-16.666 27.943-24.976 46.418-22.488-.242-.033.239-5.697 0-6.338-4.346-11.633 1.047-22.238 10.943-29.34 10.625-7.626 25.061-6.225 35.555.594-.608-.397.11-5.401 0-6.339-1.586-13.77 8.023-27.128 19.228-34.634 12.197-8.166 28.168-8.583 41.57-3.276 7.011 2.77 12.775 7.806 17.387 13.478a42.512 42.512 0 012.747 4.046 37.56 37.56 0 01.574-4.653c.584-3.777 2.035-7.363 3.67-10.81 5.98-12.582 19.062-20.512 32.918-22.454 15.593-2.185 30.613 5.495 39.656 17.398.812 2.658 1.848 2.725 3.1.196a55.39 55.39 0 013.73-3.46c3.19-2.818 6.894-5.043 10.657-7.068 7.031-3.776 15.02-5.488 22.974-6.055 28.851-2.068 60.06 22.995 57.834 52.182-.041.6.11 6.215.014 6.228 14.308-1.838 27.348 2.625 36.992 13.037 10.487 11.33 10.967 25.867 3.244 38.644-.286.48-.055 6.325 0 6.339 11.344 1.951 20.276 8.026 25.99 17.68 7.032 11.876 2.399 24.663-6.951 33.834-.332.324-.145 6.292 0 6.338 15.168 5.131 25.71 16.677 29.02 31.856 3.41 15.609-9.978 31.181-23.291 37.93-.94.474.86 5.901 0 6.338" | |||
fill="#231f20" | |||
/> | |||
<path | |||
d="M693.64 391.002c-17.555-.741-22.907-18.996-9.314-29.18 5.272-3.95 12.245-7.33 18.927-5.582 6.572 1.725 14.827 7.633 15.217 14.679-.082-1.485.125-4.207.021-6.108-.452-8.087-9.633-13.441-16.934-15.356-8.635-2.258-22.352 7.513-24.781 15.119-1.396 4.37-1.013 10.155-.788 14.682.542 10.748 6.064 17.597 17.653 18.084v-6.338" | |||
fill="#231f20" | |||
/> | |||
<path | |||
d="M758.42 361.635c5.031-12.127 4.126-25.524-8.03-33.143-9.18-5.748-21.118-4.297-30.154.517-9.733 5.18-13.717 11.519-13.952 22.024-.024 1.268.027 5.788.034 5.474.318-14.314 12.633-24.282 27.259-25.407 12.328-.944 26.274 6.379 27.518 18.969 0-2.075 0-4.147-.007-6.225-.121 4.19-1.075 7.616-2.668 11.452-.76 1.842.75 4.537 0 6.339M853.889 505.383c3.504 12.513 12.315 20.766 26.15 18.831 13.71-1.914 19.753-11.179 21.609-23.585.725-4.837.521-10.378-.218-15.202-1.759-11.43-16.717-14.335-25.994-9.985-.902.424.822 5.955 0 6.339 7.436-3.493 16.561-2.409 22.597 3.122 6.704 6.142 2.658 17.12-1.04 23.662-4.263 7.54-15.334 9.628-23.385 9.865-10.614.303-17.352-10.932-19.719-19.386.546 1.962-.556 4.367 0 6.339" | |||
fill="#231f20" | |||
/> | |||
<path | |||
d="M823.203 542.732c5.4 6.576 10.438 12.88 19.684 13.581 9.851.744 17.463-5.698 21.53-13.734 3.915-7.736 2.47-22.098-2.128-29.087.978 1.485-1.006 4.811 0 6.339 7.035 10.688 1.73 22.611-9.502 28.383-12.608 6.475-22.432-3.113-29.584-11.82 1.04 1.274-1.089 5.017 0 6.338M667.944 497.64c-11.689 5.017-12.435 17.404-11.93 28.012.341 7.31 3.033 13.825 10.686 15.886 8.414 2.265 18.282 1.728 22.802-6.201.822-1.452-1.061-5.175 0-6.339-4.067 4.47-4.22 11.14-3.656 16.864.594 6.034 2.643 11.255 9.405 12.24 7.118 1.037 10.432-3.9 12.512-9.375.549-1.45-.978-5.28 0-6.338-3.566 3.856-2.696 10.899-2.647 15.832.093 9.301 8.897 18.619 18.358 19.396 11.834.97 15.14-12.657 16.167-21.297.439-3.666.795-9.33-1.189-12.523.95 1.53-.981 4.763 0 6.335.916 1.48 1.11 2.588 1.258 4.313-.007-2.082-.007-4.153-.007-6.225-.3 8.397-2.75 19.052-11.637 22.445-11.254 4.306-21.561-8.524-22.93-17.851.007 2.071.007 4.153.014 6.225.08-3.366.163-7.663 2.613-10.312v-6.338c-2.367 6.245-5.173 9.297-12.512 9.374-6.769.08-8.89-7.022-9.405-12.24.007 1.802.014 3.606.027 5.408.028-3.77 1.061-6.782 3.629-9.594v-6.339c-5.156 9.054-19.416 9.17-27.881 4.1-5.072-3.029-6.02-11.95-4.634-16.787 1.472-5.144 5.975-10.194 10.957-12.333.857-.37-.767-6.008 0-6.338M833.427 382.782c-2.757-3.933-2.764-9.198-3.504-13.805v6.339c.747-8.294 9.153-12.193 16.983-10.662 4.067.79 7.847 3.326 11.002 5.788a11.681 11.681 0 012.916 3.856c.677 1.124 1.855 8.637 1.368 1.421 0 2.072-.007 4.15-.007 6.225 1.617-5.554 9.906-5.144 14.71-5.157 9.36-.027 15.109 12.517 15.89 19.906 0-2.072-.007-4.147-.007-6.225-.425 13.704-10.304 20.216-23.548 20.5v6.338c13.431-.29 23.144-7.052 23.562-20.727.17-5.417-.166-10.124-2.65-15.168-4.896-9.958-13.835-12.917-24.315-9.635-4.99 1.565-3.811 7.653-3.545 11.593-.097-1.365.055-4.007.02-5.795-.13-7.172-1.758-11.99-8.216-16.17-7.377-4.78-15.38-4.733-21.747 1.328-5.373 5.118-2.108 21.821 1.088 26.388-.999-1.424 1.037-4.864 0-6.338M589.41 466.278c-7.09 4.107-13.162 10.605-13.182 18.889-.028 9.357 3.887 14.024 10.984 20.216v-6.339c-13.524 7.56 1.513 32.326 13.15 33.824-.23-.033.343-6.292 0-6.338-9.097-1.168-17.203-12.377-17.604-20.744-.007 2.075-.007 4.147-.007 6.225.315-3.182 1.6-5.024 4.46-6.628.264-.144.315-6.058 0-6.339-5.659-4.937-10.25-8.35-10.956-16.2v6.34c1.161-7.243 6.831-12.908 13.154-16.567 1-.574-.929-5.795 0-6.339M785.575 596.996c1.676 8.667 14.485 16.973 23.012 17.964 6.475.75 11.378.047 15.348-5.15 1.272-1.675 1.908-3.824 2.554-5.772-.563 1.718 7.55 4.037 8.555 4.32 6.092 1.721 10.988 2.99 16.851.087 4.513-2.232 8.359-5.805 9.92-10.485.937-2.8.336-7.283-.259-10.122.425 2.019-.432 4.297 0 6.339.135.634.266 1.274.405 1.908-.007-2.075-.007-4.153-.007-6.228-.57 7.6-9.105 13.133-16.285 14.261-3.99.627-9.194-1.695-12.975-2.765-2.518-.708-4.298-1.995-6.205-3.65.594.514-2.26 5.247-2.554 5.768-8.337 14.565-35.993-.554-38.36-12.814.387 2.029-.397 4.284 0 6.339M784.117 434.57c6.174-6.806 15.825-5.612 21.595 1.064 3.314 3.813 3.984 11.592 3.238 16.2-.726 4.503-6.683 8.826-10.228 11.275-1.067.74 1.006 5.648 0 6.338 5.712-3.94 10.235-8.476 10.687-15.415.232-3.486.063-7.05-.13-10.535-.37-6.722-1.145-12.98-6.915-17.337-5.79-4.374-13.641-3.006-18.247 2.071-1.11 1.221 1.06 5.171 0 6.339M811.154 313.256c.878-11.78 12.419-10.828 21.133-12.486 7.035-1.335 13.496 6.979 12.463 13.31v6.339c.926-7.91 11.198-8.114 17.31-6.142 7.291 2.365 11.987 12.487 12.516 19.149-.007-2.075-.007-4.154-.014-6.229-.245 3.29-.926 6.512-1.317 9.778-.245 2.088.25 4.26 0 6.339.864-7.256 2.378-14.292.363-21.484-1.786-6.389-7.28-12.504-13.745-14.595-5.75-1.862-14.36.42-15.113 6.845-.239 2.072.335 4.284 0 6.339 1.005-6.165.83-13.251-1.417-19.082-3.483-9.037-11.65-6.145-19.398-6.105-6.703.033-12.328 5.624-12.794 11.91-.146 1.9.124 4.626.013 6.114M684.388 419.424c-11.15.304-14.637 15.336-14.61 23.88.015 5.19.64 9.357 2.693 14.287 4.046 9.745 9.809 11.72 19.954 11.506v-6.335c-5.484.11-10.338.64-14.616-3.17-5.017-4.476-7.92-12.986-7.975-19.371l-.02 5.407c.739-7.436 5.196-19.609 14.574-19.865v-6.339" | |||
fill="#231f20" | |||
/> | |||
<path | |||
d="M835.19 374.852l46.552 15.055 52.454-66.182-28.022-5.875 57.465-76.631-113.119 83.09 34.453 11.032-49.784 39.511" | |||
fill="#fdda28" | |||
/> | |||
<path | |||
d="M960.954 243.2l-76.762 76.605 28.025 5.874-46.739 58.97 16.264 5.258 52.454-66.182-28.022-5.875 57.465-76.631-2.685 1.981" | |||
fill="#f9a72b" | |||
/> | |||
<path | |||
d="M835.19 376.967c11.654 3.77 23.305 7.54 34.963 11.302 3.86 1.255 7.73 2.502 11.589 3.75.46.15 5.224-6.589 5.594-7.059 15.618-19.706 31.239-39.415 46.86-59.12.221-.277.035-4.22 0-4.227-9.343-1.955-18.679-3.913-28.022-5.875v4.224c19.16-25.544 38.312-51.088 57.465-76.631.566-.751-.685-3.717 0-4.224-37.704 27.696-75.415 55.391-113.119 83.086-.218.16-.076 4.2 0 4.227 11.482 3.676 22.967 7.356 34.453 11.032v-4.227C868.38 346.4 851.78 359.57 835.189 372.74c-.74.587.698 3.677 0 4.227 16.592-13.174 33.191-26.344 49.784-39.515.22-.173.076-4.2 0-4.227-11.486-3.676-22.971-7.352-34.453-11.032v4.227c37.704-27.695 75.415-55.39 113.119-83.09v-4.223a553227.198 553227.198 0 01-57.465 76.631c-.214.284-.041 4.217 0 4.224 9.343 1.961 18.68 3.923 28.022 5.878v-4.227c-15.386 19.412-30.769 38.828-46.155 58.236-2.063 2.602-4.122 5.204-6.189 7.8-.549.7-9.363-2.846-10.303-3.15-12.121-3.922-24.239-7.836-36.36-11.759.408.134-.473 4.074 0 4.227" | |||
fill="#231f20" | |||
/> | |||
<path | |||
d="M736.814 352.444l47.514-11.976 6.364-83.066-26.792 9.868 4.637-94.476-47.562 129.243 35.096-8.937-19.257 59.344" | |||
fill="#fdda28" | |||
/> | |||
<path | |||
d="M767.4 175.877l-20.79 104.626 26.785-9.864-5.666 74.016 16.599-4.187 6.364-83.066-26.792 9.868 4.637-94.476-1.137 3.083" | |||
fill="#f9a72b" | |||
/> | |||
<path | |||
d="M736.814 354.56c15.84-3.997 31.675-7.984 47.514-11.977v-.073l6.364-83.077c.035-.46-.231-4.06 0-4.146-8.932 3.289-17.863 6.578-26.792 9.87 0 1.382.007 2.766.007 4.148 1.541-31.486 3.09-62.977 4.637-94.47.052-1.203-.418-3.038-.007-4.152l-47.562 129.243c-.172.473.253 4.16 0 4.226 11.7-2.979 23.396-5.964 35.096-8.94v-4.227c-6.413 19.783-12.837 39.562-19.257 59.347-.418 1.288.418 2.953 0 4.227 6.42-19.789 12.844-39.568 19.257-59.347.159-.477-.239-4.167 0-4.227-11.7 2.98-23.396 5.962-35.096 8.94v4.227l47.562-129.246c0-1.378-.007-2.766-.007-4.143-1.548 31.491-3.089 62.977-4.637 94.468-.02.457.228 4.067.007 4.154 8.929-3.296 17.86-6.582 26.792-9.872-.007-1.387-.007-2.772-.007-4.153-1.865 24.37-3.735 48.739-5.604 73.105-.245 3.263-.501 6.532-.746 9.791-.063.8-10.85 2.832-11.835 3.086-11.896 2.996-23.79 5.995-35.686 8.99-.383.094.329 4.14 0 4.227" | |||
fill="#231f20" | |||
/> | |||
<path | |||
d="M875.267 439.897l-3.328 47.251 79.651 32.213-1.192-27.63 91.405 34.245-111.953-84.554-2.354 34.938-52.23-36.463" | |||
fill="#fdda28" | |||
/> | |||
<path | |||
d="M1039.133 523.968l-96.25-52.255 1.185 27.632-70.964-28.7-1.165 16.503 79.651 32.213-1.192-27.63 91.405 34.245-2.67-2.008" | |||
fill="#f9a72b" | |||
/> | |||
<path | |||
d="M875.26 437.862c-1.11 15.75-2.212 31.502-3.328 47.255-.027.46-.286 4.026.007 4.143 26.554 10.742 53.104 21.477 79.651 32.212-.238-.097.028-3.683.007-4.146l-1.192-27.636c0 1.388-.007 2.766-.007 4.154 30.468 11.415 60.937 22.831 91.405 34.243-.532-.196.55-3.81 0-4.223L929.85 439.31v.08c-.574 8.464-1.144 16.927-1.718 25.39-.062.944-1.333 8.987-.684 9.435-2.042-1.418-4.08-2.846-6.12-4.27-15.354-10.716-30.706-21.438-46.061-32.16.67.468-.712 3.73 0 4.224 17.407 12.156 34.822 24.31 52.23 36.466l.006-.074c.498-7.44 1.006-14.882 1.507-22.32.245-3.714.497-7.41.743-11.12.11-1.584-.031-1.524 1.164-.62 11.133 8.41 22.262 16.816 33.392 25.22 25.835 19.509 51.66 39.018 77.494 58.526v-4.223l-91.405-34.247c.228.08-.024 3.693-.007 4.146l1.192 27.64c.007-1.389.007-2.77.007-4.154-26.547-10.735-53.097-21.47-79.65-32.213.006 1.385.006 2.766.006 4.154l3.328-47.251c.09-1.268-.083-3.086-.014-4.077" | |||
fill="#231f20" | |||
/> | |||
<path | |||
d="M837.563 571.365l-48.882-4.49-35.554 75.92 28.675-.396-37.984 87.186 90.677-105.634-36.15-3.22 39.218-49.366" | |||
fill="#fdda28" | |||
/> | |||
<path | |||
d="M745.974 727.07l56.774-91.38-28.669.397 31.675-67.64-17.073-1.572-35.554 75.92 28.675-.396-37.984 87.186 2.156-2.516" | |||
fill="#f9a72b" | |||
/> | |||
<g | |||
clipPath="url(#logo_svg__d)" | |||
transform="matrix(.88455 0 0 .85401 54.055 18.975)" | |||
> | |||
<path | |||
d="M885.773 644.344c-13.836-1.317-27.671-2.63-41.503-3.946-4.586-.437-9.168-.87-13.758-1.312-.551-.047-4 8.851-4.29 9.476-11.968 26.473-23.933 52.95-35.906 79.418-.199.45.094 4.95 0 4.95 10.805-.157 21.614-.309 32.418-.465v-4.945c-14.316 34.027-28.625 68.058-42.941 102.09-.496 1.183.766 4.027 0 4.949 34.172-41.23 68.34-82.457 102.512-123.692.28-.332-.067-4.957 0-4.949a75670.066 75670.066 0 01-40.867-3.773v4.949c14.78-19.266 29.554-38.532 44.335-57.805.805-1.05-.78-3.926 0-4.945a371989.127 371989.127 0 01-44.336 57.8c-.269.348.063 4.958 0 4.95 13.622 1.258 27.25 2.52 40.868 3.773v-4.949c-34.172 41.234-68.34 82.465-102.512 123.691v4.95c14.316-34.032 28.625-68.063 42.941-102.094.188-.457-.086-4.945 0-4.945-10.804.152-21.613.308-32.418.46v4.95c11.786-26.075 23.582-52.153 35.368-78.22a6200.94 6200.94 0 004.742-10.483c.418-.934 11.066.851 12.18.96l43.167 4.102c-.125-.008.196-4.922 0-4.945" | |||
fill="#231f20" | |||
/> | |||
</g> | |||
<path | |||
d="M705.928 530.306l-38.823-28.99-72.122 45.847 24.456 14.438-80.41 54.123 135.173-42.55-28.769-21.358 60.495-21.51" | |||
fill="#fdda28" | |||
/> | |||
<path | |||
d="M542.245 614.71l98.62-47.978-24.45-14.439 64.248-40.849-13.558-10.128-72.122 45.847 24.456 14.438-80.41 54.123 3.216-1.014" | |||
fill="#f9a72b" | |||
/> | |||
<path | |||
d="M705.928 528.194c-9.72-7.256-19.44-14.518-29.16-21.774-3.223-2.402-6.447-4.814-9.663-7.216-.384-.29-7.18 4.56-7.688 4.884-21.482 13.655-42.953 27.309-64.434 40.963-.18.11-.173 4.12 0 4.223a93595.72 93595.72 0 0024.456 14.439v-4.224c-26.799 18.045-53.605 36.079-80.41 54.123-.519.35.487 4.074 0 4.227 45.056-14.188 90.116-28.37 135.173-42.55.069-.027.214-4.067 0-4.227-9.589-7.116-19.18-14.242-28.769-21.357v4.223l60.495-21.507c.508-.18-.442-4.067 0-4.227-20.165 7.17-40.33 14.342-60.495 21.51-.09.034-.214 4.067 0 4.224l28.769 21.36v-4.226c-45.057 14.181-90.117 28.362-135.174 42.55v4.227c26.806-18.044 53.612-36.082 80.411-54.126.194-.124.18-4.12 0-4.224-8.15-4.814-16.305-9.628-24.456-14.438v4.223c21.156-13.447 42.31-26.898 63.463-40.345 2.833-1.795 5.666-3.596 8.5-5.401.76-.48 7.87 5.664 8.652 6.245 10.11 7.553 20.22 15.102 30.33 22.648-.684-.517.725-3.686 0-4.227" | |||
fill="#231f20" | |||
/> | |||
<path | |||
d="M649.99 440.808l19.174-43.595-64.323-55.587-8.251 26.487-74.741-61.229 77.076 115.246 14.087-32.27 36.979 50.948" | |||
fill="#fdda28" | |||
/> | |||
<path | |||
d="M523.69 309.63l73.21 79.767 8.255-26.488 57.313 49.536 6.696-15.232-64.323-55.587-8.251 26.487-74.741-61.229 1.841 2.746" | |||
fill="#f9a72b" | |||
/> | |||
<path | |||
d="M649.99 442.92c6.393-14.529 12.789-29.06 19.174-43.592.204-.457.335-3.943 0-4.227-14.143-12.22-28.285-24.446-42.427-36.669-6.9-5.961-13.8-11.923-20.694-17.884-1.814-1.565-1.389-.43-2.06 1.718l-5.4 17.33c-.238.758-1.814 6.55-2.273 6.172-2.004-1.645-4.012-3.286-6.016-4.93-8.586-7.033-17.17-14.065-25.752-21.087-14.232-11.66-28.464-23.319-42.693-34.978.698.574-.55 3.413 0 4.223l70.463 105.357c1.717 2.563 3.431 5.131 5.148 7.693.643.964 1.158 2.91 1.814 1.398 4.382-10.028 8.756-20.056 13.137-30.084 1.033-2.365 1.444-.227 2.647 1.438 3.22 4.43 6.437 8.867 9.654 13.297l22.158 30.534c1.04 1.428 2.08 2.86 3.12 4.29-.677-.93.692-3.265 0-4.223l-35.792-49.32c-1.718-2.361-1.41-1.113-2.485 1.349-2.567 5.881-5.134 11.766-7.702 17.64-1.675 3.857-3.362 7.707-5.044 11.56.034-.07-1.89-2.68-2.129-3.03-24.508-36.642-49.013-73.285-73.517-109.924-.494-.734-.982-1.468-1.472-2.198v4.223c13.793 11.296 27.58 22.595 41.366 33.89 8.76 7.17 17.515 14.345 26.27 21.521 2.115 1.731 4.23 3.46 6.337 5.19 1.707 1.395 1.932-3.115 2.343-4.443 1.704-5.447 3.404-10.898 5.1-16.353.46-1.478.587-5.921 2.415-4.337 6.607 5.712 13.22 11.413 19.82 17.124 14.557 12.577 29.11 25.157 43.664 37.74v-4.227c-6.385 14.532-12.781 29.064-19.173 43.595-.536 1.201.521 3.043 0 4.224" | |||
fill="#231f20" | |||
/> | |||
<path | |||
d="M889.941 459.65c11.707-7.453 19.43-20.247 19.43-34.785 0-23.008-19.34-41.66-43.195-41.66-.384 0-.767.02-1.15.034.725-2.736 1.15-5.581 1.15-8.524 0-19.015-15.984-34.424-35.69-34.424-4.664 0-9.09.884-13.17 2.442-.979-15.159-14.005-27.168-29.975-27.168-11.009 0-20.597 5.718-25.842 14.234-7.104-8.66-18.085-14.234-30.427-14.234-16.088 0-29.885 9.434-35.773 22.878a41.833 41.833 0 00-15.496-2.952c-22.46 0-40.669 17.554-40.669 39.224 0 9.11 3.23 17.487 8.638 24.15-12.034 5.124-20.444 16.716-20.444 30.224 0 8.676 3.496 16.546 9.163 22.44-14.785 5.435-25.306 19.206-25.306 35.376 0 20.923 17.594 37.89 39.286 37.89 3.016 0 5.946-.357 8.766-.984a33.667 33.667 0 00-.197 3.61c0 18.69 15.711 33.843 35.088 33.843.636 0 1.254-.06 1.876-.094a46.758 46.758 0 00-.159 3.687c0 26.354 22.152 47.718 49.473 47.718 19.83 0 36.923-11.256 44.815-27.489 6.298 7.89 16.153 12.99 27.279 12.99 19.014 0 34.445-14.871 34.445-33.22 0-1.38-.117-2.735-.29-4.066 14.644-2.218 25.863-14.408 25.863-29.15a28.32 28.32 0 00-1.952-10.291c15.887-3.983 27.642-17.874 27.642-34.444 0-10.946-5.128-20.724-13.179-27.255" | |||
fill="#f4f4f4" | |||
/> | |||
<path | |||
d="M849.297 562.822c-11.126 0-20.98-5.11-27.28-12.994-7.891 16.236-24.984 27.492-44.814 27.492-27.32 0-49.472-21.364-49.472-47.718 0-1.244.062-2.465.158-3.686-.621.033-1.233.093-1.876.093-19.377 0-35.088-15.152-35.088-33.85 0-1.221.07-2.422.204-3.603-2.826.62-5.757.984-8.773.984-21.696 0-39.286-16.97-39.286-37.89 0-16.176 10.528-29.94 25.313-35.382-5.674-5.894-9.167-13.764-9.167-22.44 0-13.502 8.407-25.094 20.448-30.225-5.414-6.655-8.638-15.032-8.638-24.15 0-1.03.056-2.054.135-3.072-18.31 3.83-32.027 19.53-32.027 38.334 0 9.11 3.23 17.487 8.638 24.15-12.034 5.124-20.444 16.716-20.444 30.224 0 8.676 3.496 16.546 9.163 22.44-14.785 5.435-25.306 19.206-25.306 35.376 0 20.923 17.594 37.89 39.286 37.89 3.016 0 5.946-.357 8.766-.984a33.667 33.667 0 00-.197 3.61c0 18.69 15.711 33.843 35.088 33.843.636 0 1.254-.06 1.876-.094a46.758 46.758 0 00-.159 3.687c0 26.354 22.152 47.718 49.473 47.718 19.83 0 36.923-11.256 44.815-27.489 6.298 7.89 16.153 12.99 27.279 12.99 19.014 0 34.445-14.871 34.445-33.22 0-.72-.041-1.447-.096-2.158-.816.057-1.631.124-2.464.124" | |||
fill="#d3d2d2" | |||
/> | |||
<path | |||
d="M889.941 462.819c34.563-23.402 20.88-83.977-24.916-82.75v6.339c1.883-8.42 1.835-17.938-.822-26.171-5.18-16.063-22.656-24.58-39.193-22.705-1.766.27-3.507.66-5.21 1.181-3.943 1.051-2.499-.19-3.134-3.593-.67-3.583-2.447-6.878-4.416-9.934-4.005-6.212-10.822-10.102-17.957-12.01-7.864-2.112-16.188-.127-23.047 3.736-3.407 1.922-6.092 4.814-8.462 7.803-2.346 2.96-2.256.714-4.564-1.604-1.697-1.708-3.711-3.096-5.701-4.467-13.939-9.581-32.919-7.503-45.993 2.185-3.13 2.315-5.615 5.314-7.865 8.397a36.538 36.538 0 00-2.37 3.96c-1.848 3.329-3.441 1.184-6.928.226-9.111-2.482-19.007-.82-27.448 2.893-25.196 11.095-29.373 45.673-14.143 65.729v-6.339c-22.57 10.565-27.314 41.086-11.281 59.004v-6.338c-18.289 7.342-25.88 23.352-25.313 41.6.76 24.546 23.088 41.673 48.059 37.019v-6.338c-.588 7.058-.456 14.268 1.734 21.066 4.592 14.235 19.972 23.372 35.033 22.632 0-2.072-.007-4.15-.007-6.225-1.047 16.286 2.253 31.458 14.333 43.655 17.107 17.257 45.336 17.857 64.817 4.323 4.561-3.17 8.251-7.343 11.44-11.76 1.942-2.685 2.233-7.605 5.187-4.166 2.211 2.562 5.055 4.517 7.916 6.332 10.566 6.688 24.38 5.831 35.102.213 14.913-7.813 18.295-24.186 16.775-39.091v6.338c22.249-4.206 30.372-26.648 23.91-45.78v6.339c30.286-8.59 37.145-48.269 14.464-68.038 1.068.928-1.116 5.361 0 6.339 10.387 9.054 15.48 21.273 10.473 34.294-4.056 10.588-13.997 17.97-24.936 21.067-.232.073-.19 5.764 0 6.338 5.38 15.93-8.227 30.137-23.91 33.103-.246.047-.06 5.705 0 6.338 1.692 16.557-16.797 29.404-31.803 30.872-9.754.957-19.084-3.073-26.201-9.218-2.295-1.981-2.56-5.38-4.513-1.611-1.081 2.078-2.464 3.993-3.839 5.895-2.754 3.81-6.32 6.985-10.065 9.858-14.778 11.349-35.52 12.2-52.167 4.53-14.64-6.762-27.981-24.27-26.962-40.055.035-.588-.014-6.229-.014-6.229-16.543.814-38.277-12.88-36.767-31.021.055-.647-.163-6.312 0-6.338-18.79 3.506-36.505-4.931-44.739-21.654-8.897-18.058 4.544-37.283 21.993-44.289.2-.08.321-5.981 0-6.338-6.613-7.393-10.356-16.083-7.66-25.801 2.574-9.307 10.206-16.44 18.941-20.526.26-.12.315-5.928 0-6.339-8.856-11.666-10.466-24.122-3.455-36.983 6.078-11.158 18.113-18.017 30.742-19.789 3.72-.52 7.487-.196 11.191.227 3.763.434 8.29 4.06 10.041.374 2.979-6.258 8.234-11.216 14.06-15.019 11.979-7.803 27.718-7.169 40.074-.78 2.895 1.5 5.4 3.592 7.795 5.724 3.794 3.376 2.691 3.97 5.998-.203 4.412-5.565 11.22-8.714 18.15-10.122 13.283-2.679 26.102 5.084 32.093 16.136 1.417 2.616 2.08 5.525 2.616 8.397-.488 2.596.414 3.06 2.722 1.395a36.502 36.502 0 015.211-1.181c7.284-1.381 14.854.283 21.464 3.226 12.46 5.554 21.481 19.832 18.551 32.972-.134.608.042 6.332 0 6.339 17.318-.47 32.542 9.177 40.244 23.879 8.939 17.094-.076 35.862-15.328 46.193-1.06.721 1.002 5.662 0 6.339" | |||
fill="#231f20" | |||
/> | |||
<path | |||
d="M731.483 401.44c-6.783-7.006 5.49-15.633 11.364-17.484 4.119-1.298 7.578-2.659 11.285.14 4.765 3.6 5.791 11.606 5.999 16.9h.013c.26-6.785 3.328-9.01 10.117-9.61 5.826-.515 12.726-.568 16.935 3.906 5.621 5.978 6.005 18.685-2.854 21.874-.76.27.67 6.095 0 6.338 8.206-2.952 7.764-14.018 7.235-21.113-.411-5.475-1.648-11.463-6.216-15.146-5.17-4.16-19.077-3.696-23.683.978-.732.747-1.582 4.747-1.63 4.33-.553-4.904-1.76-9.308-4.662-13.42-4.785-6.796-16.277-.872-21.118 2.891-4.661 3.63-7.55 20.834-2.785 25.754-1.068-1.104 1.116-5.19 0-6.338M762.608 516.271c-13.206 1.708-14.301 16.4-13.925 26.475.35 9.25 8.414 11.025 16.45 9.224 4.06-.91 7.675-3.223 10.754-5.838 4.519-3.843 4.156-7.666 4.38-12.967-.106 2.542-.621 6.081-.006 8.617 1.575 6.462 14.394 9.61 19.837 5.718 6.188-4.437 3.89-22.462.048-27.419 1.033 1.334-1.06 4.957 0 6.338 3.704 4.778 4.198 11.7-1.168 15.54-5.08 3.64-17.408-1.161-18.717-6.516.014 1.592.02 3.183.034 4.774l.104-3.433c.083-1.908-.09-4.617-.02-6.108-.543 11.483-16.493 18.181-26.668 14.659-12.398-4.307.84-21.684 8.897-22.725.335-.047-.238-6.305 0-6.339M810.526 485.92c9.46.264 13.865-.43 18.965-8.39 2.644-4.133 6.047-9.547 6.089-14.551.08-10.048-2.132-21.334-14.685-22.948.238.033-.335 6.298 0 6.338 8.413 1.08 13.69 7.89 14.67 15.726l-.02-5.414c-.048 5.664-4.191 11.605-7.17 16.253-4.488 7.005-9.916 6.865-17.85 6.648v6.339M716.17 438.603c-2.751.047-5.422-.377-8.159-.317-3.876.087-7.45 4.51-9.934 6.865-3.738 3.553-5.915 7.37-5.96 12.407-.09 8.16 1.355 17.377 11.703 18.355v-6.339c-9.854.45-11.89 10.542-11.89 18.415 0 10.225 3.096 18.741 12.878 24.136-.905-.5.978-5.798 0-6.339-7.27-4.006-12.78-11.018-12.815-19.395-.014 1.591-.021 3.182-.028 4.764.753-7.136 3.272-14.852 11.855-15.242v-6.339c-7.311-.694-11.15-6.225-11.682-12.947 0 2.072.007 4.153.007 6.225.442-6.615 5.044-10.708 9.84-14.938 4.668-4.127 8.442-2.88 14.184-2.973v-6.338M695.914 538.803c1.732 6.505 4.73 12.533 9.544 17.437 5.79 5.908 14.854 5.468 22.566 5.434v-6.338c-7.563.033-14.878.197-21.24-4.284-5.866-4.133-9.132-12.056-10.87-18.588.53 1.975-.525 4.347 0 6.339M866.846 422.04c-.21-8.154-3.058-15.132-8.897-21.074-4.561-4.644-13.918-7.996-19.764-3.81-1.075.771 1.02 5.605 0 6.335 5.421-3.886 13.033-1.134 17.985 2.239 7.228 4.927 10.445 14.295 10.656 22.421-.035-1.491.069-4.197.02-6.111M697.894 382.378c-10.414.12-21.063 10.161-22.766 19.576-1.151 6.365-.823 14.448 1.026 20.593-.584-1.935.587-4.377 0-6.339-2.136-7.109-.816-13.547 4.647-18.708 4.299-4.07 10.829-8.71 17.093-8.784v-6.338" | |||
fill="#231f20" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 450.279 428.117)" | |||
xlinkHref="#logo_svg__e" | |||
fill="red" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 463.978 425.063)" | |||
xlinkHref="#logo_svg__e" | |||
fill="#0ff" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 457.129 426.59)" | |||
xlinkHref="#logo_svg__e" | |||
fill="#bd463b" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 549.632 428.117)" | |||
xlinkHref="#logo_svg__f" | |||
fill="red" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 635.18 428.117)" | |||
xlinkHref="#logo_svg__g" | |||
fill="red" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 728.228 428.117)" | |||
xlinkHref="#logo_svg__h" | |||
fill="red" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 563.331 425.063)" | |||
xlinkHref="#logo_svg__f" | |||
fill="#0ff" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 648.88 425.063)" | |||
xlinkHref="#logo_svg__g" | |||
fill="#0ff" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 741.928 425.063)" | |||
xlinkHref="#logo_svg__h" | |||
fill="#0ff" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 556.481 426.59)" | |||
xlinkHref="#logo_svg__f" | |||
fill="#bd463b" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 642.03 426.59)" | |||
xlinkHref="#logo_svg__g" | |||
fill="#bd463b" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 735.078 426.59)" | |||
xlinkHref="#logo_svg__h" | |||
fill="#bd463b" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 450.279 550.922)" | |||
xlinkHref="#logo_svg__i" | |||
fill="red" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 495.44 550.922)" | |||
xlinkHref="#logo_svg__i" | |||
fill="red" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 540.6 550.922)" | |||
xlinkHref="#logo_svg__i" | |||
fill="red" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 463.978 547.868)" | |||
xlinkHref="#logo_svg__i" | |||
fill="#0ff" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 509.14 547.868)" | |||
xlinkHref="#logo_svg__i" | |||
fill="#0ff" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 554.3 547.868)" | |||
xlinkHref="#logo_svg__i" | |||
fill="#0ff" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 457.129 549.395)" | |||
xlinkHref="#logo_svg__i" | |||
fill="#191919" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 502.29 549.395)" | |||
xlinkHref="#logo_svg__i" | |||
fill="#191919" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 547.45 549.395)" | |||
xlinkHref="#logo_svg__i" | |||
fill="#191919" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 585.755 550.922)" | |||
xlinkHref="#logo_svg__j" | |||
fill="red" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 677.78 550.922)" | |||
xlinkHref="#logo_svg__g" | |||
fill="red" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 770.827 550.922)" | |||
xlinkHref="#logo_svg__k" | |||
fill="red" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 870.691 550.922)" | |||
xlinkHref="#logo_svg__l" | |||
fill="red" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 1001.742 550.922)" | |||
xlinkHref="#logo_svg__m" | |||
fill="red" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 599.455 547.868)" | |||
xlinkHref="#logo_svg__j" | |||
fill="#0ff" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 691.48 547.868)" | |||
xlinkHref="#logo_svg__g" | |||
fill="#0ff" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 784.527 547.868)" | |||
xlinkHref="#logo_svg__k" | |||
fill="#0ff" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 884.391 547.868)" | |||
xlinkHref="#logo_svg__l" | |||
fill="#0ff" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 1015.441 547.868)" | |||
xlinkHref="#logo_svg__m" | |||
fill="#0ff" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 592.605 549.395)" | |||
xlinkHref="#logo_svg__j" | |||
fill="#264acb" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 684.63 549.395)" | |||
xlinkHref="#logo_svg__g" | |||
fill="#264acb" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 777.677 549.395)" | |||
xlinkHref="#logo_svg__k" | |||
fill="#264acb" | |||
/> | |||
<g fill="#264acb" transform="matrix(.88455 0 0 .85401 54.055 18.975)"> | |||
<use transform="translate(930.97 621.09)" xlinkHref="#logo_svg__l" /> | |||
</g> | |||
<g fill="#264acb" transform="matrix(.88455 0 0 .85401 54.055 18.975)"> | |||
<use | |||
transform="translate(1079.125 621.09)" | |||
xlinkHref="#logo_svg__m" | |||
/> | |||
</g> | |||
</g> | |||
</svg> | |||
); | |||
} | |||
export default SvgLogo; | |||
@@ -0,0 +1,415 @@ | |||
import * as React from "react"; | |||
function SvgLogo(props: React.SVGProps<SVGSVGElement>) { | |||
return ( | |||
<svg | |||
viewBox="0 0 1500 750" | |||
height="100%" | |||
width="100%" | |||
xmlns="http://www.w3.org/2000/svg" | |||
xmlnsXlink="http://www.w3.org/1999/xlink" | |||
{...props} | |||
> | |||
<defs> | |||
<symbol overflow="visible" id="logo_svg__e"> | |||
<path d="M71.469-131.969c.133-.894.488-1.597 1.062-2.11.582-.519 1.32-.78 2.219-.78h29.094c.894 0 1.566.261 2.015.78.446.513.61 1.216.485 2.11L90.359-2.89c-.136.899-.46 1.606-.968 2.125-.512.512-1.22.766-2.125.766H53.937C52.395 0 51.5-.832 51.25-2.5l-7.328-59.156c0-.383-.133-.578-.39-.578-.25 0-.376.195-.376.578L36.22-2.891c-.125.899-.48 1.606-1.063 2.125A2.932 2.932 0 0133.141 0H3.859c-.773 0-1.386-.254-1.843-.766-.45-.52-.606-1.226-.47-2.125l15.798-129.078c.125-.894.472-1.597 1.047-2.11a2.956 2.956 0 012.03-.78H53.36c1.54 0 2.442.836 2.703 2.5l7.516 59.53c0 .388.125.516.375.391.258-.124.457-.316.594-.578zm0 0" /> | |||
</symbol> | |||
<symbol overflow="visible" id="logo_svg__f"> | |||
<path d="M89-106.734c-.125.898-.48 1.605-1.063 2.125-.574.511-1.308.765-2.203.765H49.891c-.637 0-.953.324-.953.969L46.624-84c-.262.648-.008.969.766.969h18.687c.906 0 1.582.258 2.031.765.446.512.602 1.22.47 2.125L65.5-54.906c-.387 1.93-1.477 2.89-3.266 2.89H43.547c-.649 0-.969.325-.969.97l-2.312 19.062c-.262.648-.008.968.765.968h35.844c.895 0 1.566.262 2.016.782.445.511.609 1.214.484 2.109L76.297-2.891c-.137.899-.496 1.606-1.078 2.125-.574.512-1.309.766-2.203.766H3.859c-.773 0-1.386-.254-1.843-.766-.45-.52-.606-1.226-.47-2.125l15.798-129.078c.125-.894.472-1.597 1.047-2.11a2.956 2.956 0 012.03-.78h69.157c.906 0 1.582.261 2.031.78.446.513.61 1.216.485 2.11zm0 0" /> | |||
</symbol> | |||
<symbol overflow="visible" id="logo_svg__g"> | |||
<path d="M52.203 0c-1.543 0-2.437-.832-2.687-2.5l-5.594-48.547c0-.52-.195-.781-.578-.781-.512 0-.766.324-.766.969L36.61-2.891c-.136.899-.496 1.606-1.078 2.125A2.932 2.932 0 0133.516 0H3.859c-.773 0-1.386-.254-1.843-.766-.45-.52-.606-1.226-.47-2.125l15.798-129.078c.125-.894.472-1.597 1.047-2.11a2.956 2.956 0 012.03-.78H62.61c10.282 0 18.407 3.277 24.375 9.828 5.97 6.554 8.954 15.219 8.954 26 0 3.086-.126 5.465-.376 7.14-.906 7.063-2.902 13.387-5.984 18.97-3.074 5.585-7.055 10.109-11.937 13.577-.649.387-.84.84-.579 1.36l8.282 54.703v.781c0 .773-.258 1.383-.766 1.828-.512.45-1.152.672-1.922.672zm-2.312-103.844c-.637 0-.953.324-.953.969l-2.891 22.531c0 .649.32.969.969.969h2.5c3.082 0 5.68-1.348 7.797-4.047 2.124-2.695 3.187-6.422 3.187-11.172 0-2.957-.71-5.238-2.125-6.844-1.418-1.601-3.344-2.406-5.781-2.406zm0 0" /> | |||
</symbol> | |||
<symbol overflow="visible" id="logo_svg__h"> | |||
<path d="M3.86 0c-.774 0-1.387-.254-1.844-.766-.45-.52-.606-1.226-.47-2.125l15.798-129.078c.125-.894.472-1.597 1.047-2.11a2.956 2.956 0 012.03-.78H57.22c11.426 0 20.508 2.992 27.25 8.968 6.75 5.97 10.125 13.961 10.125 23.97 0 1.155-.133 3.023-.39 5.593l-7.126 57.797c-.898 7.574-3.433 14.281-7.61 20.125-4.179 5.843-9.636 10.375-16.374 13.593C56.352-1.602 48.875 0 40.656 0zm36.406-31.984c-.262.648-.008.968.765.968l2.703-.187c2.051-.133 3.88-1.098 5.485-2.89 1.601-1.802 2.664-4.114 3.187-6.938l6.36-52.985.187-2.125c0-2.437-.578-4.328-1.734-5.671-1.157-1.352-2.7-2.032-4.625-2.032H49.89c-.637 0-.953.324-.953.969zm0 0" /> | |||
</symbol> | |||
<symbol overflow="visible" id="logo_svg__j"> | |||
<path d="M88.422-38.719c-1.406 12.461-6.32 22.028-14.734 28.703C65.28-3.336 55.163 0 43.343 0H3.859c-.773 0-1.386-.254-1.843-.766-.45-.52-.606-1.226-.47-2.125l15.798-129.078c.125-.894.472-1.597 1.047-2.11a2.956 2.956 0 012.03-.78h33.907c12.332 0 21.93 2.605 28.797 7.812 6.875 5.2 10.313 13.063 10.313 23.594 0 1.281-.133 3.465-.391 6.547-1.543 11.949-6.23 20.812-14.063 26.594-.773.386-.964.773-.578 1.156 6.938 5.906 10.406 14.187 10.406 24.844 0 1.156-.132 3.023-.39 5.593zM49.89-103.844c-.637 0-.953.324-.953.969l-2.5 19.64c0 .65.253.97.765.97h1.156c5.52 0 8.797-3.594 9.828-10.782l.188-2.516c0-5.519-2.445-8.28-7.328-8.28zm-5.578 72.828c2.82 0 5.164-1.347 7.03-4.047 1.864-2.695 2.798-6.55 2.798-11.562 0-2.945-.578-5.32-1.735-7.125-1.156-1.8-2.761-2.703-4.812-2.703h-3.469c-.648 0-.969.324-.969.969l-2.89 23.5c-.262.648-.008.968.765.968zm0 0" /> | |||
</symbol> | |||
<symbol overflow="visible" id="logo_svg__k"> | |||
<path d="M59.922 0c-1.805 0-2.64-.898-2.516-2.703l-.375-14.64c.125-.25.055-.47-.203-.657-.25-.195-.508-.297-.766-.297H39.297c-.637 0-1.086.32-1.344.953l-3.656 14.64C33.91-.897 32.817 0 31.016 0H1.734C-.19 0-.898-1.023-.39-3.078L42-132.36c.508-1.664 1.664-2.5 3.469-2.5h34.093c1.801 0 2.766.836 2.891 2.5L93.047-3.08v.376c0 1.805-.965 2.703-2.89 2.703zM45.859-47.016c-.261.649-.07.97.578.97h9.047c.383 0 .707-.321.97-.97l-.782-35.64c0-.508-.164-.735-.484-.672-.313.062-.47.289-.47.672zm0 0" /> | |||
</symbol> | |||
<symbol overflow="visible" id="logo_svg__l"> | |||
<path d="M27.75 0c-1.805 0-2.766-.832-2.89-2.5l-9.641-129.281c0-2.051 1.023-3.078 3.078-3.078h30.437c1.801 0 2.703.902 2.703 2.703l-.968 59.719c-.125.386.004.578.39.578.383 0 .578-.192.578-.579l14.266-59.718c.383-1.801 1.535-2.703 3.453-2.703h22.735c1.8 0 2.703.902 2.703 2.703l.578 59.719c0 .261.16.421.484.484.32.062.485-.098.485-.484l12.906-59.72c.508-1.8 1.598-2.702 3.266-2.702h29.671c2.188 0 2.895 1.027 2.125 3.078L104.422-2.5c-.512 1.668-1.668 2.5-3.469 2.5H75.141c-1.805 0-2.704-.898-2.704-2.703l-.39-62.797c.133-.383.039-.547-.281-.484-.325.062-.547.289-.672.671L57.03-2.703C56.508-.898 55.351 0 53.563 0zm0 0" /> | |||
</symbol> | |||
<symbol overflow="visible" id="logo_svg__m"> | |||
<path d="M3.86 0c-.774 0-1.387-.254-1.844-.766-.45-.52-.606-1.226-.47-2.125l15.798-129.078c.125-.894.472-1.597 1.047-2.11a2.956 2.956 0 012.03-.78h29.673c.77 0 1.379.261 1.828.78.445.513.61 1.216.484 2.11l-12.14 99.985c-.262.648-.008.968.765.968h36.61c.894 0 1.566.262 2.015.782.457.511.617 1.214.485 2.109L77.062-2.891C76.677-.96 75.582 0 73.782 0zm0 0" /> | |||
</symbol> | |||
<clipPath id="logo_svg__a"> | |||
<path d="M0 203h1680v344H0zm0 0" /> | |||
</clipPath> | |||
<clipPath id="logo_svg__b"> | |||
<path d="M0 204h1680v343H0zm0 0" /> | |||
</clipPath> | |||
<clipPath id="logo_svg__c"> | |||
<path d="M505.324 227H548v29h-42.676zm0 0" /> | |||
</clipPath> | |||
<clipPath id="logo_svg__d"> | |||
<path d="M779 639h108v195.605H779zm0 0" /> | |||
</clipPath> | |||
</defs> | |||
<g> | |||
<path | |||
d="M658.567 217.53c1.869-2.982 2.971-6.475 2.971-10.218 0-10.936-9.194-19.796-20.52-19.796-3.446 0-6.683.827-9.523 2.265v-.08c0-17.514-14.723-31.722-32.891-31.722s-32.898 14.208-32.898 31.722c0 .484.056.944.073 1.421a22.245 22.245 0 00-6.81-1.077c-11.959 0-21.644 9.344-21.644 20.87 0 9.04 5.97 16.71 14.294 19.615-4.219 4.674-6.793 10.769-6.793 17.45 0 14.703 12.356 26.619 27.6 26.619 6.663 0 12.768-2.279 17.533-6.062 3.628 6.862 11.005 11.576 19.55 11.576 11.986 0 21.72-9.284 21.916-20.803a26.815 26.815 0 009.592 1.781c14.36 0 26.005-11.229 26.005-25.086 0-7.323-3.273-13.885-8.455-18.475" | |||
fill="#f4f4f4" | |||
/> | |||
<path | |||
d="M620.29 272.554c-8.535 0-15.916-4.707-19.544-11.576-4.772 3.79-10.877 6.061-17.532 6.061-15.244 0-27.604-11.916-27.604-26.617 0-6.682 2.57-12.777 6.79-17.451-8.324-2.906-14.295-10.575-14.295-19.616 0-4.7 1.638-9.024 4.36-12.516-8.776 2.658-15.14 10.568-15.14 19.906 0 9.037 5.97 16.71 14.294 19.615-4.219 4.674-6.793 10.765-6.793 17.447 0 14.705 12.356 26.622 27.6 26.622 6.663 0 12.768-2.279 17.533-6.062 3.628 6.866 11.005 11.573 19.55 11.573 7.131 0 13.451-3.3 17.456-8.397a22.465 22.465 0 01-6.676 1.01M569.75 182.485c2.383 0 4.67.39 6.813 1.071-.02-.47-.076-.93-.076-1.414 0-8.377 3.396-15.983 8.904-21.654-9.505 4.033-16.647 12.26-18.91 22.264 1.067-.16 2.149-.267 3.268-.267" | |||
fill="#d3d2d2" | |||
/> | |||
<path | |||
d="M658.567 220.7c9.488-17.622-3.922-44.196-27.072-34.088l.02 5.911c.44-19.775-10.704-36.926-32.911-37.713-13.752-.487-25.6 8.684-30.748 20.42-2.554 5.83-2.42 12.703-2.084 18.941 0-2.071.007-4.146.007-6.218-29.46-7.843-39.494 35.335-14.16 45.746v-6.338c-9.474 11.606-9.488 30.494.519 41.837 7.66 8.677 20.455 10.208 31.014 6.485 2.515-.884 4.692-2.449 6.807-3.977-.843.608 5.435 6.566 5.988 7.04 4.353 3.696 10.345 4.7 15.922 4.416 9.668-.5 18.727-9.257 19.401-18.518.093-1.268 14.457-.8 16.654-1.28 5.152-1.132 9.485-4.364 12.978-8.03 10.259-10.763 7.516-31.346-2.335-40.973 1.067 1.044-1.123 5.244 0 6.338 8.859 8.664 10.11 18.605 2.335 28.296-6.941 8.67-19.27 10.545-29.477 7.146l-.006.11c-.802 10.955-8.373 18.831-19.55 20.573-5.73.884-11.34-1.308-15.922-4.417-1.949-1.328-3.393-3.216-4.793-5.044-.6-2.529-1.703-2.679-3.317-.467a27.467 27.467 0 01-4.685 2.449c-9.847 4.567-21.506 1.544-29.432-4.964-10.338-8.484-10.082-20.904-2.1-30.682.314-.383.21-6.251 0-6.338-10.194-4.187-16.835-13.587-11.337-23.806 4.799-8.933 16.084-11.772 25.496-9.264-.232-.066.041-5.59.007-6.231-.287-5.468 5.546-13.478 9.557-17.614 5.992-6.202 14.695-8.994 23.26-9.298 7.962-.283 15.525 3.05 21.576 7.783 2.999 2.339 5.245 5.428 7.207 8.577 1.206 1.935 1.966 4.08 2.72 6.202.02.063 1.285 7.115 1.375 3.339-.014.634.37 5.745.014 5.901 14.253-6.225 35.945 4.941 27.072 21.41-.91 1.679.884 4.694 0 6.34" | |||
fill="#231f20" | |||
/> | |||
<path | |||
d="M636.239 174.115s3.977-21.53 16.125-38.934l12.837 9.397s-22.87 12.964-28.962 29.537M637.286 175.193s13.54-15.69 31.747-24.39l5.908 13.351s-24.774.317-37.655 11.039M639.338 177.792s14.129-3.803 28.067-1.849l-2.087 9.858s-14.253-9.23-25.98-8.01M539.706 236.235s-3.97-21.53-16.12-38.935l-12.836 9.398s22.864 12.964 28.956 29.537" | |||
fill="#231f20" | |||
/> | |||
<g | |||
clipPath="url(#logo_svg__c)" | |||
transform="matrix(.88455 0 0 .85401 54.055 18.975)" | |||
> | |||
<path | |||
d="M547.855 255.66s-15.304-18.379-35.882-28.558l-6.68 15.632s28 .371 42.562 12.926" | |||
fill="#231f20" | |||
/> | |||
</g> | |||
<path | |||
d="M536.606 239.904s-14.128-3.796-28.06-1.841l2.09 9.851s14.243-9.224 25.97-8.01" | |||
fill="#231f20" | |||
/> | |||
<path | |||
d="M1052.155 336.051c-6.907-2.105-14.17.464-18.147 5.865-2.176-3.97-5.901-7.16-10.694-8.624-9.67-2.959-20.002 2.212-23.067 11.543a17.059 17.059 0 00-.822 6.205c-10.27-.891-20.165 5.154-23.41 15.025-3.745 11.416 2.806 23.595 14.633 27.215 1.856.567 3.725.857 5.58.957a20.524 20.524 0 00-5.545 8.627c-3.573 10.882 2.664 22.502 13.952 25.948 11.026 3.372 22.76-2.322 26.62-12.747a17.389 17.389 0 006.236 3.426c9.091 2.779 18.783-2.075 21.658-10.835 1.645-4.991.712-10.168-2.066-14.222 10.649 2.826 21.795-2.929 25.16-13.177 3.453-10.498-2.577-21.7-13.454-25.03a21.31 21.31 0 00-5.957-.93c2.422-8.12-2.28-16.677-10.677-19.246" | |||
fill="#f4f4f4" | |||
/> | |||
<path | |||
d="M992.832 384.413a23.283 23.283 0 01-5.577-.964c-5.366-1.638-9.633-5.05-12.356-9.34.56 7.648 5.339 14.62 12.754 18.023 1.154-3.005 2.93-5.627 5.179-7.72M1078.85 371.426c-3.368 10.248-14.511 16.003-25.164 13.177 2.782 4.057 3.711 9.23 2.077 14.228-2.882 8.757-12.584 13.608-21.668 10.829a17.285 17.285 0 01-6.227-3.426c-3.863 10.425-15.6 16.123-26.63 12.746-5.023-1.537-9.035-4.693-11.637-8.673.515 8.287 6.196 15.806 14.896 18.465 11.03 3.369 22.767-2.329 26.63-12.747a17.386 17.386 0 006.226 3.426c9.09 2.772 18.786-2.075 21.668-10.835 1.641-4.991.705-10.169-2.077-14.222 10.653 2.826 21.796-2.935 25.165-13.184 1.935-5.894.881-12.01-2.343-16.826.132 2.315-.141 4.7-.915 7.042" | |||
fill="#d3d2d2" | |||
/> | |||
<path | |||
d="M1052.155 332.882c-7.325-1.615-13.323.297-18.147 5.865.93-1.071-5.56-6.109-6.278-6.616-3.175-2.278-7.297-2.812-11.115-2.799-6.873.014-12.474 4.76-15.539 10.259-.673 1.207-1.344 8.286-4.011 8.193-3.89-.137-7.626 1.287-11.002 2.979-9.447 4.734-11.185 14.581-11.13 23.765.077 12.34 8.535 21.49 21.296 22.879v-6.339c-6.53 6.86-7.011 14.829-6.407 23.549 1.089 15.733 19.94 22.104 32.808 15.072 2.726-1.491 4.73-3.886 6.517-6.292a20.281 20.281 0 002.108-4.163c-.363.844 5.721 3.226 6.236 3.426 7.395 2.839 15.314-1.144 19.688-6.795 4.744-6.132 3.51-18.412-.096-24.6v6.338c30.986 6.439 36.511-42.92 5.75-45.476v6.339c2.21-10.088.39-21.33-10.678-25.584.705.273-.801 6.035 0 6.338 6.89 2.649 10.74 7.666 11.313 14.815-.007-2.078-.007-4.15-.014-6.225-.204 1.442-.418 2.88-.622 4.317-.138.597-.09 6.332 0 6.339 11.35.944 19.305 8.173 20.372 19.198-.007-1.965-.013-3.933-.013-5.908-.28 13.594-12.609 22.315-26.108 19.51.418.086-.39 5.67 0 6.337 1.814 3.116 2.588 5.355 2.867 9.104.007-2.078.007-4.153.014-6.225-.718 8.934-6.447 15.132-15.662 16.554-4.786.73-9.392-1.408-13.047-4.14 1.91 1.424-7.57 9.724-8.625 10.458-7.968 5.511-18.707 3.543-25.862-2.042-8.732-6.825-7.55-16.546-.54-23.905.377-.397-.082-6.345 0-6.339-9.208-1.004-22.472-8.707-20.824-19.542 1.7-11.179 13.144-17.7 24.02-17.317l.008-.114c.48-12.61 11.136-20.703 23.882-17.634 2.384.58 4.402 1.995 6.327 3.373 2.902 2.082 3.058 6.755 6.002 3.363 4.039-4.664 10.85-5.231 16.512-3.977-.431-.096.519-6.225 0-6.338M992.141 340.02s-16.174-8.179-27.079-21.423l10.604-7.222s4.765 20.096 16.475 28.646M993.257 339.51s-9.205-13.85-11.7-29.456l12.07-1.131s-5.777 18.434-.37 30.587M995.824 338.62s.411-11.396 5.36-21.237l7.338 3.94s-10.815 8.313-12.698 17.297" | |||
fill="#231f20" | |||
/> | |||
<path | |||
d="M1034.862 425.87s-11.185 13.934-15.386 30.347l12.76 2.312s-4.343-20.19 2.626-32.66M1036.095 425.886s-2.39 16.29 2.067 31.482l11.46-3.823s-13.198-14.432-13.527-27.659M1038.811 425.662s5.294 10.195 14.035 17.168l4.976-6.532s-13.424-3.22-19.01-10.636" | |||
fill="#231f20" | |||
/> | |||
<path | |||
d="M932.98 199.843c8.006-12.674 3.839-29.207-9.298-36.927a28.209 28.209 0 00-6.769-2.845c5.791-12.053 1.417-26.645-10.625-33.717-12.95-7.61-29.843-3.656-37.731 8.834a25.988 25.988 0 00-3.6 9.304 22.187 22.187 0 00-4.776-3.783c-10.611-6.232-24.453-2.993-30.914 7.242-6.42 10.175-3.127 23.419 7.332 29.697-5.072 1.755-9.592 5.12-12.615 9.915-7.025 11.112-3.376 25.61 8.15 32.386 7.668 4.5 16.866 4.43 24.246.62 1.116 6.825 5.204 13.144 11.8 17.02 11.914 6.996 27.452 3.36 34.701-8.136a23.5 23.5 0 003.28-16.9c10.403 1.09 21.014-3.52 26.819-12.71" | |||
fill="#f4f4f4" | |||
/> | |||
<path | |||
d="M873.26 139.678a22.234 22.234 0 014.778 3.79 25.854 25.854 0 013.593-9.308c3.58-5.664 9.022-9.554 15.096-11.416-10.77-1.784-22.048 2.76-28.08 12.3-.46.734-.875 1.471-1.251 2.219a22.99 22.99 0 015.863 2.415M881.255 236.558c-6.59-3.87-10.677-10.201-11.793-17.02-3.853 1.988-8.206 2.933-12.574 2.76 1.507 6.094 5.4 11.625 11.382 15.144 6.69 3.937 14.526 4.504 21.391 2.219-2.888-.534-5.742-1.538-8.406-3.103M845.216 218.918c-11.526-6.776-15.175-21.274-8.154-32.39 3.02-4.787 7.54-8.156 12.619-9.904-10.47-6.285-13.76-19.529-7.333-29.704 2.702-4.283 6.7-7.322 11.213-8.97-9.174-2.015-19.039 1.681-24.197 9.848-6.43 10.181-3.138 23.425 7.328 29.71-5.079 1.751-9.595 5.117-12.622 9.911-7.014 11.11-3.365 25.61 8.161 32.383 6.53 3.836 14.17 4.323 20.85 2.041-2.71-.537-5.373-1.46-7.865-2.925" | |||
fill="#d3d2d2" | |||
/> | |||
<path | |||
d="M932.98 203.012c9.478-16.55 3.504-39.802-16.067-46.107v6.335c4.222-9.901 3.69-22.955-2.052-32.119-10.66-17.013-35.828-14.201-46.304.897-1.465 2.109-2.27 4.53-3.058 6.916-1.206 3.683-1.061 1.748-3.58-.26-3.663-2.916-8.42-3.993-13.033-4.304-9.906-.66-18.154 6.279-21.672 14.619-4.56 10.798-.11 25.43 9.385 31.828v-6.338c-12.788 5.077-16.333 15.626-16.212 27.866.193 18.257 19.024 28.99 35.993 21.393-1.423.634 3.95 9.725 4.534 10.575 2.736 4.014 7.131 6.629 11.602 8.477 8 3.31 17.145 1.148 24.025-3.393 10.068-6.655 11.015-19.378 9.62-30.014v6.339c11.156.7 20.575-3.763 26.819-12.71 1.033-1.478-1.002-4.904 0-6.339-6.244 8.947-15.663 13.411-26.82 12.71.042 0-.083 5.718 0 6.339.121 1.591.252 3.182.377 4.78 0-2.075.007-4.153.007-6.225-2.153 27.596-41.29 31.85-49.683 5.375-1.151-3.647-2.26-1.361-5.63-.28-3.565 1.15-7.397.88-11.039.41-6.779-.871-12.397-5.475-16.115-10.702-8.002-11.27 1.15-23.75 12.522-28.263.17-.066.3-6.135 0-6.338-12.228-8.24-12.774-21.227-.788-30.007 5.031-3.69 11.707-4.234 17.701-3.223 3.08.527 5.867 2.098 8.407 3.763 1.095.8 2.108 1.685 3.037 2.649-.753-.72 1.994-6.285 2.336-7.059 12.02-27.338 61.763-12.18 49.621 16.303-.231.54-.238 6.258 0 6.335 11.751 3.79 19.16 12.907 20.117 24.826-.007-1.34-.021-2.675-.028-4.016-.007.734-.007 1.461-.014 2.185.014-.77.028-1.551.035-2.322-.408 4.667-1.69 8.66-4.043 12.76-.94 1.638.916 4.74 0 6.339" | |||
fill="#231f20" | |||
/> | |||
<path | |||
d="M913.402 223.908s21.52-5.724 42.7-2.678l-3.216 14.978s-21.64-14.101-39.484-12.3M912.853 225.256s20.193 4.957 35.918 16.874l-9.796 10.715s-10.787-21.094-26.122-27.589M911.326 228.122s9.495 10.495 13.59 23.258l-9.955 2.389s2.46-16.116-3.635-25.647M814.88 182.739s-2.084-21.437-12.53-39.468l-13.382 8.206s21.33 14.525 25.911 31.262M813.763 183.71s-11.959-16.453-29.086-26.425l-6.921 12.63s24.273 2.259 36.007 13.795M811.531 186.098s-13.541-4.84-27.376-4.02l1.213 9.835s14.757-7.933 26.163-5.815" | |||
fill="#231f20" | |||
/> | |||
<path | |||
d="M961.545 491.368c14.183-6.682 23.972-20.693 23.972-36.933 0-18.368-12.48-33.903-29.701-39.19 6.734-6.152 10.956-14.843 10.956-24.494 0-16.993-13.04-31.018-29.995-33.36 3.84-5.89 6.092-12.843 6.092-20.31 0-21.146-17.777-38.283-39.701-38.283-2.26 0-4.464.224-6.627.574.166-1.685.259-3.39.259-5.11 0-29.474-24.778-53.367-55.336-53.367-16.737 0-31.72 7.17-41.864 18.492-7.394-11.796-20.777-19.706-36.108-19.706-22.435 0-40.723 16.88-42.078 38.187-7.529-12.617-21.62-21.127-37.793-21.127-24.073 0-43.599 18.822-43.599 42.057 0 1.972.194 3.893.46 5.795-5.086-3.63-11.361-5.795-18.182-5.795-16.927 0-30.651 13.237-30.651 29.57 0 4.007.836 7.823 2.335 11.31-2.315-.358-4.671-.595-7.08-.595-24.456 0-44.282 19.12-44.282 42.708 0 15.219 8.279 28.543 20.7 36.109-6.288 4.39-10.404 11.505-10.404 19.575 0 7.81 3.86 14.735 9.824 19.152-17.525 7.243-29.805 24.02-29.805 43.575 0 26.164 21.992 47.384 49.123 47.384 3.915 0 7.72-.457 11.368-1.294-6.949 5.698-11.368 14.175-11.368 23.662 0 17.144 14.416 31.048 32.193 31.048 3.196 0 6.268-.46 9.177-1.3-.712 3.045-1.123 6.2-1.123 9.447 0 23.559 19.799 42.657 44.22 42.657 16.613 0 31.067-8.84 38.63-21.894.505 15.92 14.011 28.68 30.645 28.68 10.39 0 19.557-4.991 25.11-12.617 6.678 13.998 21.315 23.729 38.332 23.729 23.32 0 42.22-18.228 42.22-40.716l-.02-.42c5.573 6.064 13.685 9.914 22.749 9.914 16.796 0 30.42-13.13 30.42-29.333 0-1.121-.083-2.225-.208-3.32 3.21.771 6.559 1.228 10.014 1.228 22.843 0 41.36-17.85 41.36-39.885 0-5.08-1.027-9.928-2.827-14.405 18.105-1.698 32.255-16.413 32.255-34.317 0-10.992-5.352-20.763-13.662-27.082" | |||
fill="#f4f4f4" | |||
/> | |||
<path | |||
d="M863.781 631.84c-17.017 0-31.646-9.738-38.329-23.732-5.549 7.623-14.723 12.617-25.113 12.617-16.626 0-30.133-12.764-30.648-28.68-7.563 13.057-22.013 21.898-38.62 21.898-24.424 0-44.227-19.099-44.227-42.658 0-3.252.412-6.402 1.13-9.447a33.304 33.304 0 01-9.18 1.294c-17.778 0-32.193-13.898-32.193-31.048 0-9.48 4.423-17.964 11.364-23.656a51.146 51.146 0 01-11.37 1.288c-27.128 0-49.12-21.213-49.12-47.378 0-19.555 12.28-36.339 29.811-43.574-5.964-4.424-9.823-11.35-9.823-19.159 0-8.063 4.105-15.185 10.397-19.576-12.425-7.566-20.7-20.89-20.7-36.108 0-19.106 13.012-35.275 30.955-40.726a31.232 31.232 0 00-15.815-4.287c-16.927 0-30.651 13.237-30.651 29.57 0 4.01.836 7.827 2.335 11.316-2.315-.36-4.671-.6-7.08-.6-24.456 0-44.282 19.121-44.282 42.71 0 15.22 8.279 28.54 20.7 36.106-6.288 4.393-10.404 11.516-10.404 19.575 0 7.813 3.86 14.745 9.824 19.162-17.525 7.236-29.805 24.016-29.805 43.565 0 26.17 21.992 47.384 49.123 47.384 3.915 0 7.72-.453 11.368-1.287-6.949 5.698-11.368 14.168-11.368 23.655 0 17.154 14.416 31.058 32.193 31.058 3.196 0 6.268-.47 9.177-1.3-.712 3.042-1.123 6.19-1.123 9.447 0 23.555 19.799 42.657 44.22 42.657 16.613 0 31.067-8.84 38.63-21.9.505 15.919 14.011 28.679 30.645 28.679 10.39 0 19.557-4.99 25.11-12.617 6.678 13.998 21.315 23.736 38.332 23.736 23.32 0 42.22-18.228 42.22-40.723l-.02-.417c5.573 6.068 13.685 9.912 22.749 9.912 12.252 0 22.787-7 27.604-17.067-7.46 6.398-17.249 10.311-28.016 10.311" | |||
fill="#d3d2d2" | |||
/> | |||
<path | |||
d="M961.545 494.537c34.49-17.477 31.446-69.892-5.73-82.462v6.338c20.864-20.46 11.628-58.897-19.038-64.19v6.338c6.427-10.639 7.605-23.77 4.962-35.739-4.381-19.92-25.279-31.175-45.198-28.62 0 2.072.007 4.154.007 6.226 2.087-27.432-9.917-52.956-38.492-62.26-18.302-5.961-38.474-.95-52.993 10.749a55.39 55.39 0 00-3.732 3.459c-2.937 2.846-2.519.57-4.585-2.152-2.979-3.92-6.976-6.999-11.147-9.657-7.94-5.064-17.708-6.562-27.023-5.785-16.83 1.414-30.372 13.774-35.486 28.78a38.48 38.48 0 00-1.102 4.483c-.487 2.259.802 6.812-1.89 2.586-2.626-4.124-6.303-7.52-10.18-10.529-7.425-5.771-16.92-8.26-26.297-8.53-17.149-.5-32.438 10.231-39.715 24.686-4.499 8.917-4.547 19.8-3.424 29.504v-6.339c-16.064-10.445-36.554-5.69-45.72 10.77-4.748 8.523-4.07 21.826-.778 30.653v-6.338c-25.24-3.4-47.686 13.144-51.1 37.46-2.58 18.368 4.14 36.562 20.438 47.1v-6.338c-13.997 10.852-14.27 33.844-.58 45.066v-6.338c-22.96 10.155-31.34 31.512-29.577 54.5 2.208 28.893 32.096 47.154 60.263 41.503v-6.338c-9.502 8.41-12.664 20.236-11.281 32.316 2.3 19.992 21.18 32.232 41.283 27.431v-6.338c-4.64 23.452 4.34 47.608 29.12 56.272 15.833 5.53 33.413.507 45.29-10.379.8-.727 7.41-7.95 7.466-7.202.214 2.969 1.192 5.808 2.294 8.56 2.675 6.729 8.48 11.8 14.944 15.075 6.386 3.24 13.88 3.4 20.78 2.005 4.005-.81 7.605-2.839 10.919-5.064a29.972 29.972 0 003.6-3.076c2.15-1.981 2.218-5.227 4.13-1.51 7.355 14.317 23.581 22.03 39.666 21.6 26.266-.704 40.982-24.23 39.811-47.305 0 2.075-.007 4.154-.007 6.229 13.213 13.257 34.007 12.847 46.48-1.071 6.88-7.673 7.353-18.388 6.482-28.006V609c19.319 4.113 37.963-4.214 47.172-21.114 5.96-10.949 5.504-26.865 1.375-38.287v6.338c33.685-4.243 43.398-47.54 18.593-67.737 1.047.857-1.11 5.434 0 6.338 10.676 8.694 16.029 20.94 10.95 33.927-4.683 11.977-16.804 19.53-29.543 21.134-.076.013-.204 5.778 0 6.338 10.404 28.813-20.352 52.726-48.547 46.724.194.047-.062 5.685 0 6.339.95 10.515-10.027 20.413-18.893 24.216-11.89 5.104-25.448.83-34.069-7.817.705.708-.065 5.104-.007 6.225-.245-1.961-.428-1.618-.56 1.024-.32 2.206-1.019 4.344-1.71 6.456-1.137 3.479-3.034 6.668-5.072 9.707-4.088 6.092-10.228 10.629-16.869 13.865-14.633 7.122-32.29 4.006-44.835-5.468-3.113-2.352-5.64-5.34-7.954-8.41a40.126 40.126 0 01-2.464-3.923c-1.987-3.373-2.007-.774-4.129 1.511-5.59 6.035-13.893 8.717-22.041 9.04-16.703.664-29.556-13.37-30.638-28.569l-.007-.113c-10.556 17.093-30.32 25.143-50.38 20.37-19.55-4.648-35.193-24.79-31.347-44.243.138-.687-.273-6.271 0-6.338-13.43 3.21-26.15-.667-34.888-11.065-9.954-11.837-6.026-26.348 4.886-36.006.608-.544-.54-6.228 0-6.338-23.088 4.633-45.45-5.691-55.923-26.118-11.551-22.514 3.133-47.43 25.237-57.209.197-.086.314-6.081 0-6.338-11.817-9.684-11.479-23.035.58-32.39.308-.236.28-6.16 0-6.338-17.435-11.269-25.154-30.747-15.756-49.396 8.393-16.666 27.943-24.976 46.418-22.488-.242-.033.239-5.697 0-6.338-4.346-11.633 1.047-22.238 10.943-29.34 10.625-7.626 25.061-6.225 35.555.594-.608-.397.11-5.401 0-6.339-1.586-13.77 8.023-27.128 19.228-34.634 12.197-8.166 28.168-8.583 41.57-3.276 7.011 2.77 12.775 7.806 17.387 13.478a42.512 42.512 0 012.747 4.046 37.56 37.56 0 01.574-4.653c.584-3.777 2.035-7.363 3.67-10.81 5.98-12.582 19.062-20.512 32.918-22.454 15.593-2.185 30.613 5.495 39.656 17.398.812 2.658 1.848 2.725 3.1.196a55.39 55.39 0 013.73-3.46c3.19-2.818 6.894-5.043 10.657-7.068 7.031-3.776 15.02-5.488 22.974-6.055 28.851-2.068 60.06 22.995 57.834 52.182-.041.6.11 6.215.014 6.228 14.308-1.838 27.348 2.625 36.992 13.037 10.487 11.33 10.967 25.867 3.244 38.644-.286.48-.055 6.325 0 6.339 11.344 1.951 20.276 8.026 25.99 17.68 7.032 11.876 2.399 24.663-6.951 33.834-.332.324-.145 6.292 0 6.338 15.168 5.131 25.71 16.677 29.02 31.856 3.41 15.609-9.978 31.181-23.291 37.93-.94.474.86 5.901 0 6.338" | |||
fill="#231f20" | |||
/> | |||
<path | |||
d="M693.64 391.002c-17.555-.741-22.907-18.996-9.314-29.18 5.272-3.95 12.245-7.33 18.927-5.582 6.572 1.725 14.827 7.633 15.217 14.679-.082-1.485.125-4.207.021-6.108-.452-8.087-9.633-13.441-16.934-15.356-8.635-2.258-22.352 7.513-24.781 15.119-1.396 4.37-1.013 10.155-.788 14.682.542 10.748 6.064 17.597 17.653 18.084v-6.338" | |||
fill="#231f20" | |||
/> | |||
<path | |||
d="M758.42 361.635c5.031-12.127 4.126-25.524-8.03-33.143-9.18-5.748-21.118-4.297-30.154.517-9.733 5.18-13.717 11.519-13.952 22.024-.024 1.268.027 5.788.034 5.474.318-14.314 12.633-24.282 27.259-25.407 12.328-.944 26.274 6.379 27.518 18.969 0-2.075 0-4.147-.007-6.225-.121 4.19-1.075 7.616-2.668 11.452-.76 1.842.75 4.537 0 6.339M853.889 505.383c3.504 12.513 12.315 20.766 26.15 18.831 13.71-1.914 19.753-11.179 21.609-23.585.725-4.837.521-10.378-.218-15.202-1.759-11.43-16.717-14.335-25.994-9.985-.902.424.822 5.955 0 6.339 7.436-3.493 16.561-2.409 22.597 3.122 6.704 6.142 2.658 17.12-1.04 23.662-4.263 7.54-15.334 9.628-23.385 9.865-10.614.303-17.352-10.932-19.719-19.386.546 1.962-.556 4.367 0 6.339" | |||
fill="#231f20" | |||
/> | |||
<path | |||
d="M823.203 542.732c5.4 6.576 10.438 12.88 19.684 13.581 9.851.744 17.463-5.698 21.53-13.734 3.915-7.736 2.47-22.098-2.128-29.087.978 1.485-1.006 4.811 0 6.339 7.035 10.688 1.73 22.611-9.502 28.383-12.608 6.475-22.432-3.113-29.584-11.82 1.04 1.274-1.089 5.017 0 6.338M667.944 497.64c-11.689 5.017-12.435 17.404-11.93 28.012.341 7.31 3.033 13.825 10.686 15.886 8.414 2.265 18.282 1.728 22.802-6.201.822-1.452-1.061-5.175 0-6.339-4.067 4.47-4.22 11.14-3.656 16.864.594 6.034 2.643 11.255 9.405 12.24 7.118 1.037 10.432-3.9 12.512-9.375.549-1.45-.978-5.28 0-6.338-3.566 3.856-2.696 10.899-2.647 15.832.093 9.301 8.897 18.619 18.358 19.396 11.834.97 15.14-12.657 16.167-21.297.439-3.666.795-9.33-1.189-12.523.95 1.53-.981 4.763 0 6.335.916 1.48 1.11 2.588 1.258 4.313-.007-2.082-.007-4.153-.007-6.225-.3 8.397-2.75 19.052-11.637 22.445-11.254 4.306-21.561-8.524-22.93-17.851.007 2.071.007 4.153.014 6.225.08-3.366.163-7.663 2.613-10.312v-6.338c-2.367 6.245-5.173 9.297-12.512 9.374-6.769.08-8.89-7.022-9.405-12.24.007 1.802.014 3.606.027 5.408.028-3.77 1.061-6.782 3.629-9.594v-6.339c-5.156 9.054-19.416 9.17-27.881 4.1-5.072-3.029-6.02-11.95-4.634-16.787 1.472-5.144 5.975-10.194 10.957-12.333.857-.37-.767-6.008 0-6.338M833.427 382.782c-2.757-3.933-2.764-9.198-3.504-13.805v6.339c.747-8.294 9.153-12.193 16.983-10.662 4.067.79 7.847 3.326 11.002 5.788a11.681 11.681 0 012.916 3.856c.677 1.124 1.855 8.637 1.368 1.421 0 2.072-.007 4.15-.007 6.225 1.617-5.554 9.906-5.144 14.71-5.157 9.36-.027 15.109 12.517 15.89 19.906 0-2.072-.007-4.147-.007-6.225-.425 13.704-10.304 20.216-23.548 20.5v6.338c13.431-.29 23.144-7.052 23.562-20.727.17-5.417-.166-10.124-2.65-15.168-4.896-9.958-13.835-12.917-24.315-9.635-4.99 1.565-3.811 7.653-3.545 11.593-.097-1.365.055-4.007.02-5.795-.13-7.172-1.758-11.99-8.216-16.17-7.377-4.78-15.38-4.733-21.747 1.328-5.373 5.118-2.108 21.821 1.088 26.388-.999-1.424 1.037-4.864 0-6.338M589.41 466.278c-7.09 4.107-13.162 10.605-13.182 18.889-.028 9.357 3.887 14.024 10.984 20.216v-6.339c-13.524 7.56 1.513 32.326 13.15 33.824-.23-.033.343-6.292 0-6.338-9.097-1.168-17.203-12.377-17.604-20.744-.007 2.075-.007 4.147-.007 6.225.315-3.182 1.6-5.024 4.46-6.628.264-.144.315-6.058 0-6.339-5.659-4.937-10.25-8.35-10.956-16.2v6.34c1.161-7.243 6.831-12.908 13.154-16.567 1-.574-.929-5.795 0-6.339M785.575 596.996c1.676 8.667 14.485 16.973 23.012 17.964 6.475.75 11.378.047 15.348-5.15 1.272-1.675 1.908-3.824 2.554-5.772-.563 1.718 7.55 4.037 8.555 4.32 6.092 1.721 10.988 2.99 16.851.087 4.513-2.232 8.359-5.805 9.92-10.485.937-2.8.336-7.283-.259-10.122.425 2.019-.432 4.297 0 6.339.135.634.266 1.274.405 1.908-.007-2.075-.007-4.153-.007-6.228-.57 7.6-9.105 13.133-16.285 14.261-3.99.627-9.194-1.695-12.975-2.765-2.518-.708-4.298-1.995-6.205-3.65.594.514-2.26 5.247-2.554 5.768-8.337 14.565-35.993-.554-38.36-12.814.387 2.029-.397 4.284 0 6.339M784.117 434.57c6.174-6.806 15.825-5.612 21.595 1.064 3.314 3.813 3.984 11.592 3.238 16.2-.726 4.503-6.683 8.826-10.228 11.275-1.067.74 1.006 5.648 0 6.338 5.712-3.94 10.235-8.476 10.687-15.415.232-3.486.063-7.05-.13-10.535-.37-6.722-1.145-12.98-6.915-17.337-5.79-4.374-13.641-3.006-18.247 2.071-1.11 1.221 1.06 5.171 0 6.339M811.154 313.256c.878-11.78 12.419-10.828 21.133-12.486 7.035-1.335 13.496 6.979 12.463 13.31v6.339c.926-7.91 11.198-8.114 17.31-6.142 7.291 2.365 11.987 12.487 12.516 19.149-.007-2.075-.007-4.154-.014-6.229-.245 3.29-.926 6.512-1.317 9.778-.245 2.088.25 4.26 0 6.339.864-7.256 2.378-14.292.363-21.484-1.786-6.389-7.28-12.504-13.745-14.595-5.75-1.862-14.36.42-15.113 6.845-.239 2.072.335 4.284 0 6.339 1.005-6.165.83-13.251-1.417-19.082-3.483-9.037-11.65-6.145-19.398-6.105-6.703.033-12.328 5.624-12.794 11.91-.146 1.9.124 4.626.013 6.114M684.388 419.424c-11.15.304-14.637 15.336-14.61 23.88.015 5.19.64 9.357 2.693 14.287 4.046 9.745 9.809 11.72 19.954 11.506v-6.335c-5.484.11-10.338.64-14.616-3.17-5.017-4.476-7.92-12.986-7.975-19.371l-.02 5.407c.739-7.436 5.196-19.609 14.574-19.865v-6.339" | |||
fill="#231f20" | |||
/> | |||
<path | |||
d="M835.19 374.852l46.552 15.055 52.454-66.182-28.022-5.875 57.465-76.631-113.119 83.09 34.453 11.032-49.784 39.511" | |||
fill="#fdda28" | |||
/> | |||
<path | |||
d="M960.954 243.2l-76.762 76.605 28.025 5.874-46.739 58.97 16.264 5.258 52.454-66.182-28.022-5.875 57.465-76.631-2.685 1.981" | |||
fill="#f9a72b" | |||
/> | |||
<path | |||
d="M835.19 376.967c11.654 3.77 23.305 7.54 34.963 11.302 3.86 1.255 7.73 2.502 11.589 3.75.46.15 5.224-6.589 5.594-7.059 15.618-19.706 31.239-39.415 46.86-59.12.221-.277.035-4.22 0-4.227-9.343-1.955-18.679-3.913-28.022-5.875v4.224c19.16-25.544 38.312-51.088 57.465-76.631.566-.751-.685-3.717 0-4.224-37.704 27.696-75.415 55.391-113.119 83.086-.218.16-.076 4.2 0 4.227 11.482 3.676 22.967 7.356 34.453 11.032v-4.227C868.38 346.4 851.78 359.57 835.189 372.74c-.74.587.698 3.677 0 4.227 16.592-13.174 33.191-26.344 49.784-39.515.22-.173.076-4.2 0-4.227-11.486-3.676-22.971-7.352-34.453-11.032v4.227c37.704-27.695 75.415-55.39 113.119-83.09v-4.223a553227.198 553227.198 0 01-57.465 76.631c-.214.284-.041 4.217 0 4.224 9.343 1.961 18.68 3.923 28.022 5.878v-4.227c-15.386 19.412-30.769 38.828-46.155 58.236-2.063 2.602-4.122 5.204-6.189 7.8-.549.7-9.363-2.846-10.303-3.15-12.121-3.922-24.239-7.836-36.36-11.759.408.134-.473 4.074 0 4.227" | |||
fill="#231f20" | |||
/> | |||
<path | |||
d="M736.814 352.444l47.514-11.976 6.364-83.066-26.792 9.868 4.637-94.476-47.562 129.243 35.096-8.937-19.257 59.344" | |||
fill="#fdda28" | |||
/> | |||
<path | |||
d="M767.4 175.877l-20.79 104.626 26.785-9.864-5.666 74.016 16.599-4.187 6.364-83.066-26.792 9.868 4.637-94.476-1.137 3.083" | |||
fill="#f9a72b" | |||
/> | |||
<path | |||
d="M736.814 354.56c15.84-3.997 31.675-7.984 47.514-11.977v-.073l6.364-83.077c.035-.46-.231-4.06 0-4.146-8.932 3.289-17.863 6.578-26.792 9.87 0 1.382.007 2.766.007 4.148 1.541-31.486 3.09-62.977 4.637-94.47.052-1.203-.418-3.038-.007-4.152l-47.562 129.243c-.172.473.253 4.16 0 4.226 11.7-2.979 23.396-5.964 35.096-8.94v-4.227c-6.413 19.783-12.837 39.562-19.257 59.347-.418 1.288.418 2.953 0 4.227 6.42-19.789 12.844-39.568 19.257-59.347.159-.477-.239-4.167 0-4.227-11.7 2.98-23.396 5.962-35.096 8.94v4.227l47.562-129.246c0-1.378-.007-2.766-.007-4.143-1.548 31.491-3.089 62.977-4.637 94.468-.02.457.228 4.067.007 4.154 8.929-3.296 17.86-6.582 26.792-9.872-.007-1.387-.007-2.772-.007-4.153-1.865 24.37-3.735 48.739-5.604 73.105-.245 3.263-.501 6.532-.746 9.791-.063.8-10.85 2.832-11.835 3.086-11.896 2.996-23.79 5.995-35.686 8.99-.383.094.329 4.14 0 4.227" | |||
fill="#231f20" | |||
/> | |||
<path | |||
d="M875.267 439.897l-3.328 47.251 79.651 32.213-1.192-27.63 91.405 34.245-111.953-84.554-2.354 34.938-52.23-36.463" | |||
fill="#fdda28" | |||
/> | |||
<path | |||
d="M1039.133 523.968l-96.25-52.255 1.185 27.632-70.964-28.7-1.165 16.503 79.651 32.213-1.192-27.63 91.405 34.245-2.67-2.008" | |||
fill="#f9a72b" | |||
/> | |||
<path | |||
d="M875.26 437.862c-1.11 15.75-2.212 31.502-3.328 47.255-.027.46-.286 4.026.007 4.143 26.554 10.742 53.104 21.477 79.651 32.212-.238-.097.028-3.683.007-4.146l-1.192-27.636c0 1.388-.007 2.766-.007 4.154 30.468 11.415 60.937 22.831 91.405 34.243-.532-.196.55-3.81 0-4.223L929.85 439.31v.08c-.574 8.464-1.144 16.927-1.718 25.39-.062.944-1.333 8.987-.684 9.435-2.042-1.418-4.08-2.846-6.12-4.27-15.354-10.716-30.706-21.438-46.061-32.16.67.468-.712 3.73 0 4.224 17.407 12.156 34.822 24.31 52.23 36.466l.006-.074c.498-7.44 1.006-14.882 1.507-22.32.245-3.714.497-7.41.743-11.12.11-1.584-.031-1.524 1.164-.62 11.133 8.41 22.262 16.816 33.392 25.22 25.835 19.509 51.66 39.018 77.494 58.526v-4.223l-91.405-34.247c.228.08-.024 3.693-.007 4.146l1.192 27.64c.007-1.389.007-2.77.007-4.154-26.547-10.735-53.097-21.47-79.65-32.213.006 1.385.006 2.766.006 4.154l3.328-47.251c.09-1.268-.083-3.086-.014-4.077" | |||
fill="#231f20" | |||
/> | |||
<path | |||
d="M837.563 571.365l-48.882-4.49-35.554 75.92 28.675-.396-37.984 87.186 90.677-105.634-36.15-3.22 39.218-49.366" | |||
fill="#fdda28" | |||
/> | |||
<path | |||
d="M745.974 727.07l56.774-91.38-28.669.397 31.675-67.64-17.073-1.572-35.554 75.92 28.675-.396-37.984 87.186 2.156-2.516" | |||
fill="#f9a72b" | |||
/> | |||
<g | |||
clipPath="url(#logo_svg__d)" | |||
transform="matrix(.88455 0 0 .85401 54.055 18.975)" | |||
> | |||
<path | |||
d="M885.773 644.344c-13.836-1.317-27.671-2.63-41.503-3.946-4.586-.437-9.168-.87-13.758-1.312-.551-.047-4 8.851-4.29 9.476-11.968 26.473-23.933 52.95-35.906 79.418-.199.45.094 4.95 0 4.95 10.805-.157 21.614-.309 32.418-.465v-4.945c-14.316 34.027-28.625 68.058-42.941 102.09-.496 1.183.766 4.027 0 4.949 34.172-41.23 68.34-82.457 102.512-123.692.28-.332-.067-4.957 0-4.949a75670.066 75670.066 0 01-40.867-3.773v4.949c14.78-19.266 29.554-38.532 44.335-57.805.805-1.05-.78-3.926 0-4.945a371989.127 371989.127 0 01-44.336 57.8c-.269.348.063 4.958 0 4.95 13.622 1.258 27.25 2.52 40.868 3.773v-4.949c-34.172 41.234-68.34 82.465-102.512 123.691v4.95c14.316-34.032 28.625-68.063 42.941-102.094.188-.457-.086-4.945 0-4.945-10.804.152-21.613.308-32.418.46v4.95c11.786-26.075 23.582-52.153 35.368-78.22a6200.94 6200.94 0 004.742-10.483c.418-.934 11.066.851 12.18.96l43.167 4.102c-.125-.008.196-4.922 0-4.945" | |||
fill="#231f20" | |||
/> | |||
</g> | |||
<path | |||
d="M705.928 530.306l-38.823-28.99-72.122 45.847 24.456 14.438-80.41 54.123 135.173-42.55-28.769-21.358 60.495-21.51" | |||
fill="#fdda28" | |||
/> | |||
<path | |||
d="M542.245 614.71l98.62-47.978-24.45-14.439 64.248-40.849-13.558-10.128-72.122 45.847 24.456 14.438-80.41 54.123 3.216-1.014" | |||
fill="#f9a72b" | |||
/> | |||
<path | |||
d="M705.928 528.194c-9.72-7.256-19.44-14.518-29.16-21.774-3.223-2.402-6.447-4.814-9.663-7.216-.384-.29-7.18 4.56-7.688 4.884-21.482 13.655-42.953 27.309-64.434 40.963-.18.11-.173 4.12 0 4.223a93595.72 93595.72 0 0024.456 14.439v-4.224c-26.799 18.045-53.605 36.079-80.41 54.123-.519.35.487 4.074 0 4.227 45.056-14.188 90.116-28.37 135.173-42.55.069-.027.214-4.067 0-4.227-9.589-7.116-19.18-14.242-28.769-21.357v4.223l60.495-21.507c.508-.18-.442-4.067 0-4.227-20.165 7.17-40.33 14.342-60.495 21.51-.09.034-.214 4.067 0 4.224l28.769 21.36v-4.226c-45.057 14.181-90.117 28.362-135.174 42.55v4.227c26.806-18.044 53.612-36.082 80.411-54.126.194-.124.18-4.12 0-4.224-8.15-4.814-16.305-9.628-24.456-14.438v4.223c21.156-13.447 42.31-26.898 63.463-40.345 2.833-1.795 5.666-3.596 8.5-5.401.76-.48 7.87 5.664 8.652 6.245 10.11 7.553 20.22 15.102 30.33 22.648-.684-.517.725-3.686 0-4.227" | |||
fill="#231f20" | |||
/> | |||
<path | |||
d="M649.99 440.808l19.174-43.595-64.323-55.587-8.251 26.487-74.741-61.229 77.076 115.246 14.087-32.27 36.979 50.948" | |||
fill="#fdda28" | |||
/> | |||
<path | |||
d="M523.69 309.63l73.21 79.767 8.255-26.488 57.313 49.536 6.696-15.232-64.323-55.587-8.251 26.487-74.741-61.229 1.841 2.746" | |||
fill="#f9a72b" | |||
/> | |||
<path | |||
d="M649.99 442.92c6.393-14.529 12.789-29.06 19.174-43.592.204-.457.335-3.943 0-4.227-14.143-12.22-28.285-24.446-42.427-36.669-6.9-5.961-13.8-11.923-20.694-17.884-1.814-1.565-1.389-.43-2.06 1.718l-5.4 17.33c-.238.758-1.814 6.55-2.273 6.172-2.004-1.645-4.012-3.286-6.016-4.93-8.586-7.033-17.17-14.065-25.752-21.087-14.232-11.66-28.464-23.319-42.693-34.978.698.574-.55 3.413 0 4.223l70.463 105.357c1.717 2.563 3.431 5.131 5.148 7.693.643.964 1.158 2.91 1.814 1.398 4.382-10.028 8.756-20.056 13.137-30.084 1.033-2.365 1.444-.227 2.647 1.438 3.22 4.43 6.437 8.867 9.654 13.297l22.158 30.534c1.04 1.428 2.08 2.86 3.12 4.29-.677-.93.692-3.265 0-4.223l-35.792-49.32c-1.718-2.361-1.41-1.113-2.485 1.349-2.567 5.881-5.134 11.766-7.702 17.64-1.675 3.857-3.362 7.707-5.044 11.56.034-.07-1.89-2.68-2.129-3.03-24.508-36.642-49.013-73.285-73.517-109.924-.494-.734-.982-1.468-1.472-2.198v4.223c13.793 11.296 27.58 22.595 41.366 33.89 8.76 7.17 17.515 14.345 26.27 21.521 2.115 1.731 4.23 3.46 6.337 5.19 1.707 1.395 1.932-3.115 2.343-4.443 1.704-5.447 3.404-10.898 5.1-16.353.46-1.478.587-5.921 2.415-4.337 6.607 5.712 13.22 11.413 19.82 17.124 14.557 12.577 29.11 25.157 43.664 37.74v-4.227c-6.385 14.532-12.781 29.064-19.173 43.595-.536 1.201.521 3.043 0 4.224" | |||
fill="#231f20" | |||
/> | |||
<path | |||
d="M889.941 459.65c11.707-7.453 19.43-20.247 19.43-34.785 0-23.008-19.34-41.66-43.195-41.66-.384 0-.767.02-1.15.034.725-2.736 1.15-5.581 1.15-8.524 0-19.015-15.984-34.424-35.69-34.424-4.664 0-9.09.884-13.17 2.442-.979-15.159-14.005-27.168-29.975-27.168-11.009 0-20.597 5.718-25.842 14.234-7.104-8.66-18.085-14.234-30.427-14.234-16.088 0-29.885 9.434-35.773 22.878a41.833 41.833 0 00-15.496-2.952c-22.46 0-40.669 17.554-40.669 39.224 0 9.11 3.23 17.487 8.638 24.15-12.034 5.124-20.444 16.716-20.444 30.224 0 8.676 3.496 16.546 9.163 22.44-14.785 5.435-25.306 19.206-25.306 35.376 0 20.923 17.594 37.89 39.286 37.89 3.016 0 5.946-.357 8.766-.984a33.667 33.667 0 00-.197 3.61c0 18.69 15.711 33.843 35.088 33.843.636 0 1.254-.06 1.876-.094a46.758 46.758 0 00-.159 3.687c0 26.354 22.152 47.718 49.473 47.718 19.83 0 36.923-11.256 44.815-27.489 6.298 7.89 16.153 12.99 27.279 12.99 19.014 0 34.445-14.871 34.445-33.22 0-1.38-.117-2.735-.29-4.066 14.644-2.218 25.863-14.408 25.863-29.15a28.32 28.32 0 00-1.952-10.291c15.887-3.983 27.642-17.874 27.642-34.444 0-10.946-5.128-20.724-13.179-27.255" | |||
fill="#f4f4f4" | |||
/> | |||
<path | |||
d="M849.297 562.822c-11.126 0-20.98-5.11-27.28-12.994-7.891 16.236-24.984 27.492-44.814 27.492-27.32 0-49.472-21.364-49.472-47.718 0-1.244.062-2.465.158-3.686-.621.033-1.233.093-1.876.093-19.377 0-35.088-15.152-35.088-33.85 0-1.221.07-2.422.204-3.603-2.826.62-5.757.984-8.773.984-21.696 0-39.286-16.97-39.286-37.89 0-16.176 10.528-29.94 25.313-35.382-5.674-5.894-9.167-13.764-9.167-22.44 0-13.502 8.407-25.094 20.448-30.225-5.414-6.655-8.638-15.032-8.638-24.15 0-1.03.056-2.054.135-3.072-18.31 3.83-32.027 19.53-32.027 38.334 0 9.11 3.23 17.487 8.638 24.15-12.034 5.124-20.444 16.716-20.444 30.224 0 8.676 3.496 16.546 9.163 22.44-14.785 5.435-25.306 19.206-25.306 35.376 0 20.923 17.594 37.89 39.286 37.89 3.016 0 5.946-.357 8.766-.984a33.667 33.667 0 00-.197 3.61c0 18.69 15.711 33.843 35.088 33.843.636 0 1.254-.06 1.876-.094a46.758 46.758 0 00-.159 3.687c0 26.354 22.152 47.718 49.473 47.718 19.83 0 36.923-11.256 44.815-27.489 6.298 7.89 16.153 12.99 27.279 12.99 19.014 0 34.445-14.871 34.445-33.22 0-.72-.041-1.447-.096-2.158-.816.057-1.631.124-2.464.124" | |||
fill="#d3d2d2" | |||
/> | |||
<path | |||
d="M889.941 462.819c34.563-23.402 20.88-83.977-24.916-82.75v6.339c1.883-8.42 1.835-17.938-.822-26.171-5.18-16.063-22.656-24.58-39.193-22.705-1.766.27-3.507.66-5.21 1.181-3.943 1.051-2.499-.19-3.134-3.593-.67-3.583-2.447-6.878-4.416-9.934-4.005-6.212-10.822-10.102-17.957-12.01-7.864-2.112-16.188-.127-23.047 3.736-3.407 1.922-6.092 4.814-8.462 7.803-2.346 2.96-2.256.714-4.564-1.604-1.697-1.708-3.711-3.096-5.701-4.467-13.939-9.581-32.919-7.503-45.993 2.185-3.13 2.315-5.615 5.314-7.865 8.397a36.538 36.538 0 00-2.37 3.96c-1.848 3.329-3.441 1.184-6.928.226-9.111-2.482-19.007-.82-27.448 2.893-25.196 11.095-29.373 45.673-14.143 65.729v-6.339c-22.57 10.565-27.314 41.086-11.281 59.004v-6.338c-18.289 7.342-25.88 23.352-25.313 41.6.76 24.546 23.088 41.673 48.059 37.019v-6.338c-.588 7.058-.456 14.268 1.734 21.066 4.592 14.235 19.972 23.372 35.033 22.632 0-2.072-.007-4.15-.007-6.225-1.047 16.286 2.253 31.458 14.333 43.655 17.107 17.257 45.336 17.857 64.817 4.323 4.561-3.17 8.251-7.343 11.44-11.76 1.942-2.685 2.233-7.605 5.187-4.166 2.211 2.562 5.055 4.517 7.916 6.332 10.566 6.688 24.38 5.831 35.102.213 14.913-7.813 18.295-24.186 16.775-39.091v6.338c22.249-4.206 30.372-26.648 23.91-45.78v6.339c30.286-8.59 37.145-48.269 14.464-68.038 1.068.928-1.116 5.361 0 6.339 10.387 9.054 15.48 21.273 10.473 34.294-4.056 10.588-13.997 17.97-24.936 21.067-.232.073-.19 5.764 0 6.338 5.38 15.93-8.227 30.137-23.91 33.103-.246.047-.06 5.705 0 6.338 1.692 16.557-16.797 29.404-31.803 30.872-9.754.957-19.084-3.073-26.201-9.218-2.295-1.981-2.56-5.38-4.513-1.611-1.081 2.078-2.464 3.993-3.839 5.895-2.754 3.81-6.32 6.985-10.065 9.858-14.778 11.349-35.52 12.2-52.167 4.53-14.64-6.762-27.981-24.27-26.962-40.055.035-.588-.014-6.229-.014-6.229-16.543.814-38.277-12.88-36.767-31.021.055-.647-.163-6.312 0-6.338-18.79 3.506-36.505-4.931-44.739-21.654-8.897-18.058 4.544-37.283 21.993-44.289.2-.08.321-5.981 0-6.338-6.613-7.393-10.356-16.083-7.66-25.801 2.574-9.307 10.206-16.44 18.941-20.526.26-.12.315-5.928 0-6.339-8.856-11.666-10.466-24.122-3.455-36.983 6.078-11.158 18.113-18.017 30.742-19.789 3.72-.52 7.487-.196 11.191.227 3.763.434 8.29 4.06 10.041.374 2.979-6.258 8.234-11.216 14.06-15.019 11.979-7.803 27.718-7.169 40.074-.78 2.895 1.5 5.4 3.592 7.795 5.724 3.794 3.376 2.691 3.97 5.998-.203 4.412-5.565 11.22-8.714 18.15-10.122 13.283-2.679 26.102 5.084 32.093 16.136 1.417 2.616 2.08 5.525 2.616 8.397-.488 2.596.414 3.06 2.722 1.395a36.502 36.502 0 015.211-1.181c7.284-1.381 14.854.283 21.464 3.226 12.46 5.554 21.481 19.832 18.551 32.972-.134.608.042 6.332 0 6.339 17.318-.47 32.542 9.177 40.244 23.879 8.939 17.094-.076 35.862-15.328 46.193-1.06.721 1.002 5.662 0 6.339" | |||
fill="#231f20" | |||
/> | |||
<path | |||
d="M731.483 401.44c-6.783-7.006 5.49-15.633 11.364-17.484 4.119-1.298 7.578-2.659 11.285.14 4.765 3.6 5.791 11.606 5.999 16.9h.013c.26-6.785 3.328-9.01 10.117-9.61 5.826-.515 12.726-.568 16.935 3.906 5.621 5.978 6.005 18.685-2.854 21.874-.76.27.67 6.095 0 6.338 8.206-2.952 7.764-14.018 7.235-21.113-.411-5.475-1.648-11.463-6.216-15.146-5.17-4.16-19.077-3.696-23.683.978-.732.747-1.582 4.747-1.63 4.33-.553-4.904-1.76-9.308-4.662-13.42-4.785-6.796-16.277-.872-21.118 2.891-4.661 3.63-7.55 20.834-2.785 25.754-1.068-1.104 1.116-5.19 0-6.338M762.608 516.271c-13.206 1.708-14.301 16.4-13.925 26.475.35 9.25 8.414 11.025 16.45 9.224 4.06-.91 7.675-3.223 10.754-5.838 4.519-3.843 4.156-7.666 4.38-12.967-.106 2.542-.621 6.081-.006 8.617 1.575 6.462 14.394 9.61 19.837 5.718 6.188-4.437 3.89-22.462.048-27.419 1.033 1.334-1.06 4.957 0 6.338 3.704 4.778 4.198 11.7-1.168 15.54-5.08 3.64-17.408-1.161-18.717-6.516.014 1.592.02 3.183.034 4.774l.104-3.433c.083-1.908-.09-4.617-.02-6.108-.543 11.483-16.493 18.181-26.668 14.659-12.398-4.307.84-21.684 8.897-22.725.335-.047-.238-6.305 0-6.339M810.526 485.92c9.46.264 13.865-.43 18.965-8.39 2.644-4.133 6.047-9.547 6.089-14.551.08-10.048-2.132-21.334-14.685-22.948.238.033-.335 6.298 0 6.338 8.413 1.08 13.69 7.89 14.67 15.726l-.02-5.414c-.048 5.664-4.191 11.605-7.17 16.253-4.488 7.005-9.916 6.865-17.85 6.648v6.339M716.17 438.603c-2.751.047-5.422-.377-8.159-.317-3.876.087-7.45 4.51-9.934 6.865-3.738 3.553-5.915 7.37-5.96 12.407-.09 8.16 1.355 17.377 11.703 18.355v-6.339c-9.854.45-11.89 10.542-11.89 18.415 0 10.225 3.096 18.741 12.878 24.136-.905-.5.978-5.798 0-6.339-7.27-4.006-12.78-11.018-12.815-19.395-.014 1.591-.021 3.182-.028 4.764.753-7.136 3.272-14.852 11.855-15.242v-6.339c-7.311-.694-11.15-6.225-11.682-12.947 0 2.072.007 4.153.007 6.225.442-6.615 5.044-10.708 9.84-14.938 4.668-4.127 8.442-2.88 14.184-2.973v-6.338M695.914 538.803c1.732 6.505 4.73 12.533 9.544 17.437 5.79 5.908 14.854 5.468 22.566 5.434v-6.338c-7.563.033-14.878.197-21.24-4.284-5.866-4.133-9.132-12.056-10.87-18.588.53 1.975-.525 4.347 0 6.339M866.846 422.04c-.21-8.154-3.058-15.132-8.897-21.074-4.561-4.644-13.918-7.996-19.764-3.81-1.075.771 1.02 5.605 0 6.335 5.421-3.886 13.033-1.134 17.985 2.239 7.228 4.927 10.445 14.295 10.656 22.421-.035-1.491.069-4.197.02-6.111M697.894 382.378c-10.414.12-21.063 10.161-22.766 19.576-1.151 6.365-.823 14.448 1.026 20.593-.584-1.935.587-4.377 0-6.339-2.136-7.109-.816-13.547 4.647-18.708 4.299-4.07 10.829-8.71 17.093-8.784v-6.338" | |||
fill="#231f20" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 450.279 428.117)" | |||
xlinkHref="#logo_svg__e" | |||
fill="red" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 463.978 425.063)" | |||
xlinkHref="#logo_svg__e" | |||
fill="#0ff" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 457.129 426.59)" | |||
xlinkHref="#logo_svg__e" | |||
fill="#bd463b" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 549.632 428.117)" | |||
xlinkHref="#logo_svg__f" | |||
fill="red" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 635.18 428.117)" | |||
xlinkHref="#logo_svg__g" | |||
fill="red" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 728.228 428.117)" | |||
xlinkHref="#logo_svg__h" | |||
fill="red" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 563.331 425.063)" | |||
xlinkHref="#logo_svg__f" | |||
fill="#0ff" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 648.88 425.063)" | |||
xlinkHref="#logo_svg__g" | |||
fill="#0ff" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 741.928 425.063)" | |||
xlinkHref="#logo_svg__h" | |||
fill="#0ff" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 556.481 426.59)" | |||
xlinkHref="#logo_svg__f" | |||
fill="#bd463b" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 642.03 426.59)" | |||
xlinkHref="#logo_svg__g" | |||
fill="#bd463b" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 735.078 426.59)" | |||
xlinkHref="#logo_svg__h" | |||
fill="#bd463b" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 450.279 550.922)" | |||
xlinkHref="#logo_svg__i" | |||
fill="red" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 495.44 550.922)" | |||
xlinkHref="#logo_svg__i" | |||
fill="red" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 540.6 550.922)" | |||
xlinkHref="#logo_svg__i" | |||
fill="red" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 463.978 547.868)" | |||
xlinkHref="#logo_svg__i" | |||
fill="#0ff" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 509.14 547.868)" | |||
xlinkHref="#logo_svg__i" | |||
fill="#0ff" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 554.3 547.868)" | |||
xlinkHref="#logo_svg__i" | |||
fill="#0ff" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 457.129 549.395)" | |||
xlinkHref="#logo_svg__i" | |||
fill="#191919" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 502.29 549.395)" | |||
xlinkHref="#logo_svg__i" | |||
fill="#191919" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 547.45 549.395)" | |||
xlinkHref="#logo_svg__i" | |||
fill="#191919" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 585.755 550.922)" | |||
xlinkHref="#logo_svg__j" | |||
fill="red" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 677.78 550.922)" | |||
xlinkHref="#logo_svg__g" | |||
fill="red" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 770.827 550.922)" | |||
xlinkHref="#logo_svg__k" | |||
fill="red" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 870.691 550.922)" | |||
xlinkHref="#logo_svg__l" | |||
fill="red" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 1001.742 550.922)" | |||
xlinkHref="#logo_svg__m" | |||
fill="red" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 599.455 547.868)" | |||
xlinkHref="#logo_svg__j" | |||
fill="#0ff" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 691.48 547.868)" | |||
xlinkHref="#logo_svg__g" | |||
fill="#0ff" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 784.527 547.868)" | |||
xlinkHref="#logo_svg__k" | |||
fill="#0ff" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 884.391 547.868)" | |||
xlinkHref="#logo_svg__l" | |||
fill="#0ff" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 1015.441 547.868)" | |||
xlinkHref="#logo_svg__m" | |||
fill="#0ff" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 592.605 549.395)" | |||
xlinkHref="#logo_svg__j" | |||
fill="#264acb" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 684.63 549.395)" | |||
xlinkHref="#logo_svg__g" | |||
fill="#264acb" | |||
/> | |||
<use | |||
transform="matrix(.88455 0 0 .85401 777.677 549.395)" | |||
xlinkHref="#logo_svg__k" | |||
fill="#264acb" | |||
/> | |||
<g fill="#264acb" transform="matrix(.88455 0 0 .85401 54.055 18.975)"> | |||
<use transform="translate(930.97 621.09)" xlinkHref="#logo_svg__l" /> | |||
</g> | |||
<g fill="#264acb" transform="matrix(.88455 0 0 .85401 54.055 18.975)"> | |||
<use | |||
transform="translate(1079.125 621.09)" | |||
xlinkHref="#logo_svg__m" | |||
/> | |||
</g> | |||
</g> | |||
</svg> | |||
); | |||
} | |||
export default SvgLogo; | |||
@@ -0,0 +1,2 @@ | |||
export const PAGE_NAME = 'nerdbrawl'; | |||
export const SUB_TITLE = 'let\'s brawl!' |
@@ -0,0 +1,2 @@ | |||
/// <reference types="next" /> | |||
/// <reference types="next/types/global" /> |
@@ -0,0 +1,23 @@ | |||
{ | |||
"name": "nerdbrawl.de", | |||
"version": "0.1.0", | |||
"private": true, | |||
"scripts": { | |||
"dev": "next dev", | |||
"build": "next build", | |||
"start": "next start" | |||
}, | |||
"dependencies": { | |||
"autoprefixer": "^10.2.1", | |||
"next": "10.0.5", | |||
"postcss": "^8.2.4", | |||
"react": "17.0.1", | |||
"react-dom": "17.0.1", | |||
"tailwindcss": "^2.0.2" | |||
}, | |||
"devDependencies": { | |||
"@types/node": "^14.14.20", | |||
"@types/react": "^17.0.0", | |||
"typescript": "^4.1.3" | |||
} | |||
} |
@@ -0,0 +1,29 @@ | |||
import Head from 'next/head' | |||
import Footer from '../components/misc/footer' | |||
import Header from '../components/misc/header' | |||
import '../styles/globals.css' | |||
function MyApp({ Component, pageProps }) { | |||
return ( | |||
<div style={{ backgroundColor: '#ad4932' }}> | |||
<Head> | |||
<title>Nerdbrawl</title> | |||
<link rel="icon" href="/favicon.ico" /> | |||
<link rel="preconnect" href="https://fonts.gstatic.com"></link> | |||
<link href="https://fonts.googleapis.com/css2?family=Comic+Neue:wght@300&display=swap" rel="stylesheet"></link> | |||
</Head> | |||
<Header /> | |||
<main className="flex flex-col justify-around items-center"> | |||
<Component {...pageProps} /> | |||
<Footer /> | |||
</main> | |||
</div> | |||
) | |||
} | |||
export default MyApp | |||
@@ -0,0 +1,6 @@ | |||
// Next.js API route support: https://nextjs.org/docs/api-routes/introduction | |||
export default (req, res) => { | |||
res.statusCode = 200 | |||
res.json({ name: 'John Doe' }) | |||
} |
@@ -0,0 +1,6 @@ | |||
import Head from 'next/head' | |||
export default function Home() { | |||
return ( | |||
<div>test</div> | |||
) | |||
} |
@@ -0,0 +1,6 @@ | |||
module.exports = { | |||
plugins: { | |||
tailwindcss: {}, | |||
autoprefixer: {}, | |||
}, | |||
} |
@@ -0,0 +1,122 @@ | |||
.container { | |||
min-height: 100vh; | |||
padding: 0 0.5rem; | |||
display: flex; | |||
flex-direction: column; | |||
justify-content: center; | |||
align-items: center; | |||
} | |||
.main { | |||
padding: 5rem 0; | |||
flex: 1; | |||
display: flex; | |||
flex-direction: column; | |||
justify-content: center; | |||
align-items: center; | |||
} | |||
.footer { | |||
width: 100%; | |||
height: 100px; | |||
border-top: 1px solid #eaeaea; | |||
display: flex; | |||
justify-content: center; | |||
align-items: center; | |||
} | |||
.footer img { | |||
margin-left: 0.5rem; | |||
} | |||
.footer a { | |||
display: flex; | |||
justify-content: center; | |||
align-items: center; | |||
} | |||
.title a { | |||
color: #0070f3; | |||
text-decoration: none; | |||
} | |||
.title a:hover, | |||
.title a:focus, | |||
.title a:active { | |||
text-decoration: underline; | |||
} | |||
.title { | |||
margin: 0; | |||
line-height: 1.15; | |||
font-size: 4rem; | |||
} | |||
.title, | |||
.description { | |||
text-align: center; | |||
} | |||
.description { | |||
line-height: 1.5; | |||
font-size: 1.5rem; | |||
} | |||
.code { | |||
background: #fafafa; | |||
border-radius: 5px; | |||
padding: 0.75rem; | |||
font-size: 1.1rem; | |||
font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, | |||
Bitstream Vera Sans Mono, Courier New, monospace; | |||
} | |||
.grid { | |||
display: flex; | |||
align-items: center; | |||
justify-content: center; | |||
flex-wrap: wrap; | |||
max-width: 800px; | |||
margin-top: 3rem; | |||
} | |||
.card { | |||
margin: 1rem; | |||
flex-basis: 45%; | |||
padding: 1.5rem; | |||
text-align: left; | |||
color: inherit; | |||
text-decoration: none; | |||
border: 1px solid #eaeaea; | |||
border-radius: 10px; | |||
transition: color 0.15s ease, border-color 0.15s ease; | |||
} | |||
.card:hover, | |||
.card:focus, | |||
.card:active { | |||
color: #0070f3; | |||
border-color: #0070f3; | |||
} | |||
.card h3 { | |||
margin: 0 0 1rem 0; | |||
font-size: 1.5rem; | |||
} | |||
.card p { | |||
margin: 0; | |||
font-size: 1.25rem; | |||
line-height: 1.5; | |||
} | |||
.logo { | |||
height: 1em; | |||
} | |||
@media (max-width: 600px) { | |||
.grid { | |||
width: 100%; | |||
flex-direction: column; | |||
} | |||
} |
@@ -0,0 +1,3 @@ | |||
@tailwind base; | |||
@tailwind components; | |||
@tailwind utilities; |
@@ -0,0 +1,19 @@ | |||
module.exports = { | |||
purge: ['./pages/**/*.tsx', './components/**/*.tsx'], | |||
darkMode: 'media', // or 'media' or 'class' | |||
backgroundColor: theme => ({ | |||
...theme('colors'), | |||
'primary': '#e76143', | |||
}), | |||
theme: { | |||
fontFamily: { | |||
'diplay': ['Comic Neue'], | |||
'body': ['Comic Neue'], | |||
'sans': ['Comic Neue'] | |||
} | |||
}, | |||
variants: { | |||
extend: {}, | |||
}, | |||
plugins: [], | |||
} |
@@ -0,0 +1,29 @@ | |||
{ | |||
"compilerOptions": { | |||
"target": "es5", | |||
"lib": [ | |||
"dom", | |||
"dom.iterable", | |||
"esnext" | |||
], | |||
"allowJs": true, | |||
"skipLibCheck": true, | |||
"strict": false, | |||
"forceConsistentCasingInFileNames": true, | |||
"noEmit": true, | |||
"esModuleInterop": true, | |||
"module": "esnext", | |||
"moduleResolution": "node", | |||
"resolveJsonModule": true, | |||
"isolatedModules": true, | |||
"jsx": "preserve" | |||
}, | |||
"include": [ | |||
"next-env.d.ts", | |||
"**/*.ts", | |||
"**/*.tsx" | |||
], | |||
"exclude": [ | |||
"node_modules" | |||
] | |||
} |