HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<section>
<div class="grid__container">
<div class="grid__item">
<svg class="icon">
<use xlink:href="#unicorn"></use>
</svg>
</div>
<div class="grid__item">
<svg class="icon">
<use xlink:href="#unicorn-1"></use>
</svg>
</div>
<div class="grid__item">
<svg class="icon">
<use xlink:href="#unicorn-2"></use>
</svg>
</div>
<div class="grid__item">
<svg class="icon">
<use xlink:href="#unicorn-4"></use>
</svg>
</div>
<div class="grid__item">
<svg class="icon">
<use xlink:href="#unicorn-5"></use>
</svg>
</div>
<div class="grid__item">
<svg class="icon">
<use xlink:href="#unicorn-6"></use>
</svg>
</div>
</div>
</section>
<form action="">
<div class="controle">
<label for="width">width:</label>
<input type="range" min="50" max="80" value="60" id="width" name="width" />
<output id="width-output">60</output>
<span>vw</span>
</div>
<div class="controle">
<label for="height">height:</label>
<input type="range" min="50" max="80" value="60" id="height" name="height" />
<output id="height-output">60</output>
<span>vh</span>
</div>
</form>
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="unicorn" viewBox="0 0 512 512">
<title>unicorn</title>
<g>
<path d="m317.96 403.892s82.934-.813 90.981-65.472c7.397-59.434-55.024-62.415-55.024-62.415s5.131-80.905-70.525-37.484c0 0 4.825-108.699-67.446-63.53l6.698 192.313z" fill="#c2b2eb" />
<path d="m374.875 387.631s39.8-23.281 26.748-81.734c-2.347-10.512-12.954-24.344-16.76-31.625 12.41 62.782-16.366 99.655-57.912 96.589-4.113-.304-8.179 30.593 4.017 31.406 14.806.986 43.907-14.636 43.907-14.636z" fill="#ae85ea" />
<path d="m397.703 282.323c3.19 6.17 5.557 12.781 7.122 19.536 5.83 25.171.538 50.985-15.405 71.418-15.492 19.857-39.041 29.973-63.838 31.231-2.019.103-4.511-1.631-4.845-3.689-.172-1.057-.273-2.105-.344-3.148 2.62-9.042 4.402-18.868 5.257-30.858.11-.599.219-1.198.313-1.801 2.109-13.491 1.15-27.817.852-41.42-.019-.854-.039-1.709-.058-2.562l.387-20.944c0-17.526-5.322-33.808-14.439-47.319 4.183-4.257 7.721-9.997 10.218-17.253 7.605-22.1-6.308-52.911-13.19-55.279s-36.808 13.357-44.413 35.457c-.3.874-.566 1.736-.817 2.592-7.038-1.895-14.436-2.911-22.072-2.911h-52.278c-3.904 0-7.655.297-11.259.844-.535-4.804-2.011-9.935-4.576-15.277-10.011-20.849-41.231-32.871-47.723-29.753s-16.63 34.998-6.619 55.847c3.312 6.898 7.487 12.162 12.13 15.87-9.207 10.438-15.308 21.865-18.431 30.453-7.536 20.726-11.305 48.987-11.305 48.987-20.416 19.219-26.911 45.517-18.742 68.39 6.741 18.873 20.044 32.71 37.746 41.79 5.312 2.724 11.753 4.851 18.484 6.425h-14.246c-15.937 0-28.855 12.919-28.855 28.855v5.289c0 15.936 12.919 28.855 28.855 28.855h52.341c8.514 0 16.166-3.69 21.447-9.555 9.743 5.951 21.118 9.24 32.924 9.24h2.294c1.39.206 2.812.315 4.259.315h52.341c1.448 0 2.869-.109 4.259-.315h82.283c1.501.202 3.03.315 4.586.315h38.78c3.212 0 6.317-.453 9.265-1.282 18.287-3.22 34.503-14.359 43.673-30.896 10.176-18.351 15.877-38.887 15.877-60.575-.003-55.762-37.629-103.964-92.238-126.872z" fill="#fff" />
<path d="m320.688 395.919c5.318-15.068 5.552-22.246 5.552-46.86l.903-48.973c0-17.526-5.322-33.808-14.438-47.319 4.183-4.257 7.721-9.997 10.218-17.253 7.605-22.1-6.308-52.911-13.19-55.279-3.247-1.118-4.174-.415-12.918 5.295 5.417 10.165 9.137 23.249 7.766 39.694-.863 10.355-14.254 21.311-17.757 25.362 7.633 12.855 13.476 56.1 13.476 72.775l-.229 12.434c0 17.067-4.679 31.192-8.644 47.095-2.312 9.274-3.604 17.608 3.328 24.189 9.321 8.848 23.476 1.373 25.933-11.16z" fill="#e1bdfc" />
<path d="m239.387 229.465c-.028-.377-.072-.755-.155-1.137-.529-14.696-4.995-27.419-15.208-37.264-.254-16.445-4.618-29.244-15.033-36.838-5.26-18.181-13.415-37.577-23.598-57.823-1.273-3.121-5.93-2.113-5.799 1.255-1.252 18.226-1.333 35.159 1.877 48.459-4.402 10.822-4.473 21.731 1.27 32.782-3.559 10.946-3.715 22.318 1.327 34.265-5.327 11.502-1.345 22.01.093 26.988 5.909 16.704 56.453 6.023 55.226-10.687z" fill="#c1e5ef" />
<path d="m239.387 229.465c-.028-.377-.072-.755-.155-1.137-.376-10.437-2.751-19.871-7.746-27.994.491 2.692.791 5.477.897 8.355.073.326.112.649.137.97 1.08 14.257-43.412 23.371-48.614 9.118-.244-.82-.572-1.817-.908-2.961-3.649 10.443-.164 19.743 1.163 24.335 5.909 16.705 56.453 6.024 55.226-10.686z" fill="#a6aaed" />
<path d="m111.824 245.253c11.746-6.783 20.459-17.609 25.256-30.296 1.363-3.604 3.283-7.081 5.787-10.314 11.958-15.441 33.772-19.819 50.753-10.17 20.252 11.508 26.141 37.532 13.411 56.527-10.96 16.354-28.619 23.175-44.958 22.654-9.518-.303-31.467-6.159-48.132-10.995-8.067-2.339-9.392-13.205-2.117-17.406z" fill="#c2b2eb" />
<path d="m193.62 194.474c-16.98-9.648-38.794-5.271-50.753 10.17-2.504 3.233-4.424 6.71-5.787 10.314-4.798 12.687-13.51 23.513-25.256 30.296-7.274 4.2-5.95 15.067 2.118 17.408 16.665 4.836 38.614 10.691 48.132 10.995 16.338.52 33.998-6.301 44.958-22.655 12.729-18.996 6.84-45.02-13.412-56.528zm1.825 37.58c-5.465 13.085-17.173 20.292-29.02 22.107-6.902 1.057-23.583-.169-36.308-1.376-6.159-.585-8.729-8.128-4.113-12.085 7.454-6.389 12.121-15.247 13.692-24.902.446-2.743 1.313-5.47 2.636-8.102 6.32-12.57 21.384-18.597 35.051-14.011 16.3 5.467 24.409 23.17 18.062 38.369z" fill="#ae85ea" />
<path d="m155.234 234.984c-1.493 0-3.007-.334-4.437-1.039-4.978-2.455-7.023-8.48-4.569-13.458 7.885-15.991 21.096-20.08 22.576-20.494 0 0 9.613-3.632 12.756 5.685 3.324 9.854-7.275 13.657-7.139 13.612-.253.084-6.25 2.144-10.167 10.086-1.748 3.549-5.313 5.607-9.02 5.608z" fill="#fff" />
<g fill="#9781dd">
<path d="m245.174 501.95h6.106c2.955 0 5.35-2.147 5.35-4.794v-53.412c0-2.648-2.395-4.794-5.35-4.794h-6.106c-19.415 0-35.154 14.103-35.154 31.5 0 17.397 15.739 31.5 35.154 31.5z" />
<path d="m382.397 501.95h5.942c2.875 0 5.206-2.331 5.206-5.206v-58.001c0-2.875-2.331-5.206-5.206-5.206h-5.942c-18.892 0-34.206 15.315-34.206 34.207 0 18.891 15.314 34.206 34.206 34.206z" />
<path d="m171.654 438.95h-6.106c-2.955 0-5.35 2.146-5.35 4.794v53.412c0 2.648 2.396 4.794 5.35 4.794h6.106c19.415 0 35.154-14.103 35.154-31.5 0-17.397-15.739-31.5-35.154-31.5z" />
</g>
<path d="m166.019 495.304 39.301.982c-.557-8.869-1.08-17.739-1.302-26.622l-38.631 9.266c.042 5.467.315 10.921.632 16.374z" fill="#8962de" />
<path d="m155.373 481.333-51.747 12.412 52.328 1.307c-.264-4.57-.492-9.141-.581-13.719z" fill="#e1bdfc" />
<path d="m251.147 469.37h-37.087c.22 9.066.757 18.117 1.326 27.167l35.761.894z" fill="#8962de" />
<path d="m344.158 469.37h-82.961v28.312l91.545 2.287c-3.378-10.052-6.395-20.228-8.584-30.599z" fill="#e1bdfc" />
<path d="m381.689 469.37h-27.259c2.356 10.457 5.518 20.72 9 30.866l24.593.614v-31.74c-2.204.171-4.33.26-6.334.26z" fill="#8962de" />
<path d="m414.161 290.297c-1.298 3.018-2.513 6.076-3.622 9.181 21.677 22.989 37.05 53.65 39.546 82.632 1.678 19.486-1.371 45.004-9.505 60.885-7.102 13.867-25.584 21.697-42.507 24.798v33.309l21.312.533c22.633 0 43.7-12.069 54.676-31.863 10.176-18.351 15.877-38.887 15.877-60.575 0-49.961-30.217-93.832-75.777-118.9z" fill="#e1bdfc" />
<path d="m469.927 137.738 8.256 23.213c.353.994 1.053 1.781 1.936 2.179l20.624 9.292c2.914 1.313 2.914 5.955 0 7.268l-20.624 9.292c-.883.398-1.583 1.185-1.936 2.179l-8.256 23.213c-1.166 3.279-5.291 3.279-6.457 0l-8.255-23.213c-.354-.994-1.053-1.781-1.936-2.179l-20.624-9.292c-2.914-1.313-2.914-5.955 0-7.268l20.624-9.292c.883-.398 1.583-1.185 1.936-2.179l8.255-23.213c1.166-3.28 5.29-3.28 6.457 0z" fill="#c1e5ef" />
<path d="m324.553 68.397 6.124 17.219c.262.737.781 1.321 1.436 1.617l15.299 6.893c2.161.974 2.161 4.417 0 5.391l-15.299 6.893c-.655.295-1.174.879-1.436 1.617l-6.124 17.219c-.865 2.433-3.925 2.433-4.79 0l-6.124-17.219c-.262-.737-.781-1.322-1.436-1.617l-15.298-6.893c-2.161-.974-2.161-4.417 0-5.391l15.298-6.893c.655-.295 1.174-.879 1.436-1.617l6.124-17.219c.866-2.433 3.925-2.433 4.79 0z" fill="#c1e5ef" />
<ellipse cx="423.344" cy="72.828" fill="#96b4eb" rx="12.248" ry="12.248" transform="matrix(.973 -.23 .23 .973 -5.408 99.212)" />
<path d="m258.101 40.981c0 5.254-4.259 9.513-9.513 9.513s-9.513-4.259-9.513-9.513 4.259-9.513 9.513-9.513c5.253.001 9.513 4.26 9.513 9.513z" fill="#96b4eb" />
</g>
<g fill="#3c122c">
<path d="m448.431 301.81c-22.531-19.374-50.127-32.739-80.17-39.231-1.62-11.893-6.86-32.172-23.797-41.996-2.96-1.717-6.116-3.002-9.443-3.899-.517-7.778-2.234-14.652-3.674-19.227-2.167-6.883-8.293-23.267-18.343-26.725-9.381-3.232-23.011 4.533-29.613 8.907-4.104-8.582-9.84-16.079-17.854-20.757-11.168-6.519-24.543-6.578-39.885-.251-1.913-3.7-4.48-7.173-7.909-10.235-5.157-16.978-12.78-35.427-23.253-56.275-2.538-5.577-8.613-8.651-14.648-7.348-5.973 1.293-10.204 6.507-10.298 12.553-1.423 20.956-.966 35.985 1.481 48.059-4.376 12.742-3.592 25.229 2.324 37.178-6.76-6.937-14.441-11.688-19.511-14.371-6.326-3.348-22.069-10.636-31.594-6.066-9.525 4.574-13.676 21.419-15.019 28.448-1.69 8.85-3.459 25.919 3.691 40.81.894 1.862 1.861 3.629 2.883 5.321-1.599 1.209-3.261 2.325-4.991 3.324-5.491 3.171-8.429 9.05-7.666 15.343.471 3.888 2.277 7.282 5.022 9.729-.703 1.616-1.356 3.227-1.936 4.821-6.314 17.365-10.035 39.222-11.318 47.623-20.91 21.342-28.104 50.371-18.748 76.569 5.915 16.561 16.732 30.462 31.6 40.76-11.393 6.721-19.058 19.117-19.058 33.275v5.235c0 21.292 17.323 38.614 38.614 38.614h52.924c8.462 0 16.292-2.744 22.662-7.378 9.63 4.571 20.332 7.062 31.417 7.062h187.062c5.268 0 10.448-.571 15.471-1.651 6.404-1.231 11.837-3.273 16.663-5.755 13.063-6.372 24.099-16.588 31.332-29.633 11.372-20.506 17.138-42.527 17.138-65.449.001-40.659-18.309-78.796-51.556-107.384zm-99.548-30.053c-.008 4.961 3.653 9.193 8.555 9.953.234.036 23.625 3.868 35.578 23.175 11.854 19.149 1.104 48.923-3.936 57.029-6.767 10.888-16.793 19.234-29.799 24.809-7.657 3.281-18.808 5.46-27.414 6.767 3.048-12.982 4.416-27.003 4.421-44.336l.901-48.883c.001-.062.002-.124.002-.185 0-16.42-4.187-32.344-12.17-46.49 3.017-4.315 5.495-9.271 7.403-14.812.179-.521.322-1.045.482-1.567.484.224.962.46 1.425.727 11.853 6.828 14.523 26.743 14.552 33.813zm-93.489-95.522c5.413 3.153 9.266 9.544 11.983 17.157-3.402 3.806-6.639 8.232-9.134 13.252-5.212-.878-10.503-1.32-15.812-1.32h-1.751c-2.378-5.909-5.654-11.21-9.839-15.856.068-.441.118-.887.127-1.345.06-3.129.024-6.433-.232-9.795 10.383-4.858 18.662-5.585 24.658-2.093zm-34.668 21.743h.033l1.076.36c.323.108.649.186.974.238 5.183 6.141 8.396 13.602 9.73 22.585l-14.403-4.244c-2.965-10.894-9.675-20.076-19.148-26.223l16.028 5.363c1.608 1.169 3.573 1.88 5.71 1.921zm-.986 31.984 11.682 3.442c-2.34 2.294-6.753 4.877-13.083 6.761.844-3.335 1.321-6.757 1.401-10.203zm-23.949-84.098-4.434-1.499c-.028-.16-.057-.32-.093-.479-.01-.043-.014-.085-.024-.127-1.127-4.671-1.777-9.93-2.109-15.346 2.517 6.038 4.728 11.84 6.66 17.451zm-6.942 10.383 12.197 4.124c.578.749 1.264 1.414 2.024 1.975 4.929 3.594 7.295 9.456 7.738 19.584l-18.543-6.205c-.165-.494-.359-.984-.607-1.462-3.097-5.959-4.027-11.804-2.809-18.016zm-57.592 24.65c4.282.714 12.182 3.87 19.518 8.879-4.787 2.837-9.112 6.576-12.675 11.176-2.813 3.633-5.053 7.627-6.66 11.873-.972 2.569-2.129 5.035-3.437 7.391-5.03-13.761-.36-32.86 3.254-39.319zm-16.418 69.578c12.587-7.268 22.489-19.124 27.881-33.384 1.182-3.124 2.835-6.07 4.915-8.755 10.133-13.086 28.622-16.793 43.006-8.619 8.256 4.691 13.996 12.332 16.164 21.515 2.139 9.058.395 18.685-4.784 26.412-8.731 13.029-23.598 20.501-39.757 19.984-6.927-.22-23.492-4.041-46.642-10.758-2.011-.583-2.423-2.255-2.507-2.946-.084-.69-.083-2.405 1.724-3.449zm-8.033 222.911v-5.235c0-10.208 8.305-18.514 18.514-18.514h29.341v42.263h-29.341c-10.209 0-18.514-8.305-18.514-18.514zm59.915 18.514v-42.263h11.523c10.208 0 18.513 8.305 18.513 18.514v5.235c0 10.209-8.305 18.514-18.513 18.514zm71.864-.637c-10.209 0-18.514-8.305-18.514-18.514v-5.235c0-10.208 8.305-18.514 18.514-18.514h11.523v42.263zm119.656-23.866c0-13.129 10.681-23.81 23.811-23.81h4.984v47.621h-4.984c-13.13 0-23.811-10.682-23.811-23.811zm107.031-2.499c-8.858 15.666-25.695 26.34-43.856 26.31h-22.321v-47.621h1.254c5.55 0 10.05-4.499 10.05-10.05s-4.5-10.05-10.05-10.05h-18.298c-24.212 0-43.911 19.698-43.911 43.91 0 8.933 2.687 17.246 7.287 24.187h-20.229c3.13-5.576 4.924-11.999 4.924-18.835 0-5.551-4.5-10.05-10.05-10.05s-10.05 4.499-10.05 10.05c0 10.208-8.305 18.514-18.514 18.514h-29.34v-42.263h29.34c5.55 0 10.05-4.5 10.05-10.05 0-5.551-4.5-10.05-10.05-10.05h-52.923c-12.345 0-23.348 5.83-30.421 14.874-7.087-8.681-17.865-14.237-29.919-14.237h-34.438c-6.522-1.41-12.808-3.37-17.845-5.954-16.191-8.305-27.25-20.494-32.869-36.228-7.003-19.606-.808-41.713 16.165-57.692 1.681-1.583 2.767-3.698 3.073-5.987.036-.272 3.725-27.456 10.788-46.883.413-1.135 1.055-2.763 1.945-4.734 17.812 4.849 30.172 7.411 36.817 7.623.656.021 1.306.031 1.959.031 19.586 0 37.495-9.382 48.2-25.355.12-.179.228-.365.345-.546 1.275-.19 2.535-.409 3.762-.667 13.937-2.922 29.84-10.869 29.266-23.688-.091-1.332-.247-2.658-.303-3.983 5.682.202 11.315 1.043 16.78 2.514 5.278 1.422 10.726-1.638 12.259-6.887.207-.708.425-1.42.673-2.139 5.083-14.772 23.801-26.402 31.411-28.56 4.671 6.384 12.268 27.069 7.186 41.84-1.919 5.574-4.572 10.109-7.884 13.48-3.349 3.409-3.836 8.704-1.163 12.665 8.304 12.309 12.702 26.696 12.72 41.609l-.901 48.877c-.001.061-.002.123-.002.185 0 21.727-2.279 37.455-7.62 52.59-1.847 5.234.898 10.975 6.132 12.822 2.057.698 4.107.645 6.208.632 1.188-.103 29.274-2.612 46.291-9.905 16.863-7.227 29.969-18.221 38.951-32.672 7.49-12.047 18.446-44.699 7.731-70.784 39.871 23.703 66.005 63.025 66.005 107.455.001 19.472-4.916 38.213-14.615 55.702z" />
<path d="m136.262 333.509c-3.037 0-5.649-2.288-5.987-5.377-.361-3.31 2.031-6.287 5.341-6.648l20.154-2.198c3.304-.357 6.288 2.03 6.648 5.341.361 3.31-2.031 6.287-5.341 6.648l-20.154 2.198c-.221.024-.442.036-.661.036z" />
<path d="m264.37 333.509c-.219 0-.44-.012-.661-.036l-20.154-2.198c-3.311-.361-5.702-3.338-5.341-6.648.361-3.311 3.356-5.698 6.648-5.341l20.154 2.198c3.31.361 5.702 3.338 5.341 6.648-.337 3.089-2.95 5.377-5.987 5.377z" />
<path d="m68.698 217.861h-26.211c-3.687 0-7.079-2.019-8.836-5.261s-1.598-7.186.416-10.275l15.477-23.755h-6.252c-5.55 0-10.05-4.499-10.05-10.05s4.5-10.05 10.05-10.05h24.795c3.687 0 7.079 2.019 8.836 5.261s1.598 7.186-.416 10.275l-15.477 23.756h7.668c5.55 0 10.05 4.499 10.05 10.05 0 5.55-4.5 10.049-10.05 10.049z" />
<path d="m119.099 136.632h-30.838c-3.687 0-7.079-2.019-8.836-5.262-1.757-3.242-1.598-7.186.416-10.275l19.996-30.69h-10.628c-5.55 0-10.05-4.499-10.05-10.05 0-5.55 4.5-10.05 10.05-10.05h29.172c3.687 0 7.079 2.019 8.836 5.262 1.757 3.242 1.598 7.186-.415 10.275l-19.997 30.69h12.295c5.55 0 10.05 4.499 10.05 10.05-.001 5.55-4.501 10.05-10.051 10.05z" />
<path d="m55.942 75.293h-36.82c-3.687 0-7.079-2.019-8.836-5.262-1.757-3.242-1.598-7.186.416-10.275l25.839-39.656h-16.286c-5.55 0-10.05-4.499-10.05-10.05s4.5-10.05 10.05-10.05h34.83c3.687 0 7.079 2.019 8.836 5.261s1.598 7.186-.416 10.275l-25.839 39.657h18.277c5.55 0 10.05 4.5 10.05 10.05-.001 5.55-4.501 10.05-10.051 10.05z" />
<path d="m194.596 375.879c-10.097 0-18.311-8.696-18.311-19.384 0-3.33 2.7-6.03 6.03-6.03s6.03 2.7 6.03 6.03c0 4.039 2.804 7.324 6.251 7.324s6.252-3.285 6.252-7.324c0-3.33 2.7-6.03 6.03-6.03s6.03 2.7 6.03 6.03c0 10.688-8.215 19.384-18.312 19.384z" />
</g>
</symbol>
<symbol id="unicorn-1" viewBox="0 0 506.704 506.704">
<title>unicorn-1</title>
<g>
<path d="m412.755 496.375s35.696-22.716 35.696-55.167-28.395-46.242-28.395-46.242 49.981-23.51 34.381-93.378-65.769-74.604-65.769-74.604 6.133-96.704-84.298-44.805c0 0 5.767-129.926-80.617-75.936l8.006 229.869z" fill="#e8c2d8" />
<path d="m420.056 394.966s49.981-23.509 34.381-93.378c-2.806-12.565-15.484-29.098-20.033-37.801 19.796 100.143-48.228 146.909-122.753 93.344-3.999-2.875-14.527 33.237-19.329 32.607l120.433 106.638s35.696-22.716 35.696-55.167c0-32.452-28.395-46.243-28.395-46.243z" fill="#d392d8" />
<path d="m346.028 125.891c-3.453-7.316-7.319-12.398-10.173-13.38-1.974-.68-5.544-.102-9.941 1.517-23.196-11.933-49.063-19.565-76.622-21.766-11.418-.913-21.926 4.154-28.464 12.57-6.794-13.457-22.067-21.128-37.449-17.684-16.875 3.773-33.172 9.672-48.512 17.446-8.156-3.175-15.051-4.272-17.915-2.897-3.324 1.596-7.443 9.51-10.131 19.985-14.916 10.763-28.462 23.49-40.156 37.907-30.065 37.067-46.622 83.805-46.622 131.604 0 43.694 13.351 85.557 38.609 121.062 23.824 33.489 56.428 58.921 94.498 73.765 0 0 7.353-1.254 5.574 10.617h254.06c-6.336-23.062-15.382-46.647-27.595-67.788 30.808-34.912 49.345-80.099 50.717-128.562 2.042-72.111-33.798-136.787-89.878-174.396zm24.455 172.544c-.697 24.597-7.935 47.939-20.29 68.053 3.524-14.257 5.392-30.507 5.392-52.185l1.08-58.536c0-10.447-1.584-20.524-4.521-30.005 12.344 21.357 19.086 46.28 18.339 72.673z" fill="#faf1a9" />
<path d="m306.834 183.304c-.552.366-1.024.749-1.38 1.161 9.123 15.366 19.127 79.19 19.127 99.121l-.273 14.862c0 20.4-8.75 48.13-13.489 67.139-2.764 11.085-4.307 21.047 3.977 28.913 2.127 2.019 4.16 4.025 6.113 6.077 6.159-4.569 11.686-10.171 16.856-15.625 3.694-3.897 7.385-7.964 10.759-12.265 4.603-15.772 7.06-33.505 7.06-58.385l1.08-58.536c0-15.057-3.302-29.339-9.197-42.182-13.526-10.114-27.396-19.787-40.633-30.28z" fill="#dfb5a7" />
<path d="m386.451 431.098c-6.043 8.342-12.769 16.179-20.554 22.926-12.438 10.781-27.012 18.205-42.882 22.471-1.053.283-2.001.239-2.825-.028-2.481.621-5.089.965-7.805.965h-150.56c-1.188 6.727-2.207 13.245-3.1 19.204h254.06c-6.114-22.252-14.761-44.98-26.334-65.538z" fill="#dfb5a7" />
<path d="m251.77 171.355c-.033-.45-.087-.902-.185-1.359-.632-17.566-5.97-32.774-18.178-44.542-.304-19.656-5.521-34.955-17.969-44.032-6.287-21.731-16.035-44.915-28.206-69.115-1.522-3.731-7.088-2.526-6.932 1.5-1.496 21.786-1.593 42.025 2.244 57.922-5.262 12.936-5.346 25.975 1.518 39.184-4.253 13.083-4.441 26.676 1.587 40.957-6.368 13.748-1.608 26.309.111 32.258 7.063 19.967 67.477 7.201 66.01-12.773z" fill="#ccf3e2" />
<path d="m251.77 171.355c-.033-.45-.087-.902-.185-1.359-.449-12.475-3.288-23.752-9.259-33.461.588 3.217.945 6.546 1.073 9.987.087.39.134.776.163 1.16 1.291 17.042-51.89 27.935-58.108 10.898-.292-.98-.684-2.172-1.086-3.539-4.362 12.483-.196 23.598 1.39 29.087 7.065 19.967 67.479 7.201 66.012-12.773z" fill="#b1b6e1" />
<path d="m206.752 116.302c-5.398-17.393-23.874-27.124-41.267-21.719-10.766 3.341-21.207 7.582-31.22 12.642l13.663 63.847c12.145-7.188 18.896-7.853 37.106-13.504 17.392-5.398 27.116-23.873 21.718-41.266z" fill="#d789b9" />
<path d="m279.404 96.954c-9.769-2.28-19.82-3.871-30.112-4.693-18.019-1.441-33.787 11.999-35.226 30.016-1.439 18.015 12 33.787 30.015 35.226 11.64.93 15.89 1.912 26.476 5.521z" fill="#d789b9" />
<path d="m99.296 190.227c14.04-8.107 24.454-21.047 30.188-36.212 1.629-4.308 3.925-8.463 6.917-12.328 14.294-18.457 40.368-23.689 60.664-12.156 24.207 13.756 31.246 44.861 16.03 67.566-13.1 19.548-34.208 27.7-53.737 27.079-11.377-.362-37.612-7.361-57.532-13.142-9.642-2.798-11.226-15.787-2.53-20.807z" fill="#e8c2d8" />
<path d="m197.065 129.531c-20.296-11.533-46.37-6.301-60.664 12.156-2.993 3.864-5.288 8.02-6.917 12.328-5.735 15.164-16.148 28.105-30.188 36.212-8.695 5.021-7.112 18.009 2.531 20.807 19.92 5.78 46.155 12.779 57.532 13.142 19.529.621 40.637-7.531 53.737-27.079 15.215-22.705 8.177-53.81-16.031-67.566zm2.182 44.919c-6.532 15.641-20.527 24.255-34.688 26.424-8.25 1.264-28.189-.201-43.398-1.645-7.362-.699-10.433-9.716-4.916-14.446 8.91-7.637 14.488-18.225 16.366-29.766.533-3.278 1.569-6.538 3.151-9.684 7.554-15.025 25.56-22.229 41.895-16.748 19.484 6.538 29.177 27.698 21.59 45.865z" fill="#d392d8" />
<path d="m84.534 7.978 6.093 17.133c.261.734.777 1.315 1.429 1.608l15.222 6.858c2.151.969 2.151 4.395 0 5.364l-15.221 6.859c-.652.294-1.168.875-1.429 1.609l-6.093 17.133c-.861 2.421-3.905 2.421-4.766 0l-6.093-17.133c-.261-.734-.777-1.315-1.429-1.609l-15.222-6.858c-2.15-.969-2.15-4.395 0-5.364l15.222-6.858c.652-.294 1.168-.875 1.429-1.608l6.093-17.133c.86-2.422 3.905-2.422 4.765-.001z" fill="#ccf3e2" />
<circle cx="359.545" cy="41.077" fill="#a1e8c3" r="12.187" />
<path d="m462.191 68.162 8.215 23.098c.352.989 1.048 1.772 1.927 2.168l20.521 9.246c2.899 1.306 2.899 5.925 0 7.232l-20.521 9.246c-.879.396-1.575 1.18-1.927 2.169l-8.215 23.098c-1.16 3.263-5.264 3.263-6.425 0l-8.214-23.098c-.352-.989-1.048-1.773-1.927-2.169l-20.521-9.246c-2.899-1.306-2.899-5.925 0-7.232l20.521-9.246c.879-.396 1.575-1.179 1.927-2.168l8.214-23.098c1.16-3.263 5.264-3.263 6.425 0z" fill="#ccf3e2" />
<path d="m30.887 111.757c0 5.228-4.238 9.466-9.466 9.466s-9.466-4.238-9.466-9.466 4.238-9.466 9.466-9.466c5.228.001 9.466 4.239 9.466 9.466z" fill="#a1e8c3" />
</g>
<g>
<g fill="#3c122c">
<path d="m155.042 288.073c0 6.859-5.56 12.419-12.419 12.419s-12.419-5.56-12.419-12.419 5.56-12.419 12.419-12.419c6.858 0 12.419 5.56 12.419 12.419z" />
<path d="m281.023 288.073c0 6.859-5.56 12.419-12.419 12.419s-12.419-5.56-12.419-12.419 5.56-12.419 12.419-12.419c6.858 0 12.419 5.56 12.419 12.419z" />
<path d="m437.587 395.117c4.325-3.654 9.172-8.517 13.671-14.749 10.829-15.005 21.875-41.232 13.002-80.973-5.14-23.018-13.92-39.501-23.271-51.231-11.782-53.063-43.413-98.992-87.112-129.113-3.569-6.942-8.54-13.921-14.748-16.057-3.636-1.251-7.96-.928-12.343.209-15.706-7.692-32.528-13.527-50.207-17.188-5.591-2.241-11.617-3.226-18.071-2.932-2.789-.333-5.591-.628-8.415-.853-6.26-.504-12.416.359-18.138 2.46-2.041-3.288-4.583-6.375-7.766-9.145-6.133-20.335-15.257-42.461-27.844-67.513-2.646-5.854-9.01-9.086-15.337-7.72-6.264 1.354-10.699 6.834-10.776 13.18-1.713 25.195-1.149 43.144 1.833 57.49-1.477 4.192-2.462 8.359-2.973 12.495-2.212.325-4.415.818-6.591 1.495-8.681 2.694-17.161 5.947-25.391 9.717-7.963-2.958-17.842-5.266-24.517-2.063-8.244 3.959-12.99 16.998-15.333 25.842-18.544 13.968-34.873 30.93-48.122 50.274-27.675 40.408-40.732 89.586-36.766 138.473 3.625 44.69 20.756 86.399 49.539 120.619 23.522 27.967 53.728 49.451 87.605 62.414-.255 1.643-.505 3.28-.748 4.9-.824 5.497 2.965 10.621 8.463 11.445 5.498.825 10.621-2.965 11.445-8.463 3.543-23.65 8.275-50.269 16.503-68.37 1.481-3.257 1.121-7.055-.945-9.976-2.065-2.92-5.523-4.517-9.09-4.217-14.15 1.237-42.817-1.717-59.842-10.449-19.807-10.16-33.344-25.092-40.233-44.382-8.634-24.175-1.038-51.392 19.823-71.032 1.684-1.585 2.771-3.704 3.077-5.997.031-.233 2.28-16.8 6.632-34.774 3.259-9.565 7.627-18.697 12.969-27.21 20.042 5.396 34 8.247 41.593 8.489.77.025 1.537.036 2.301.036 23.021 0 44.067-11.022 56.645-29.789.238-.355.455-.721.684-1.081 1.68-.244 3.343-.523 4.955-.861 16.225-3.401 34.752-12.548 34.056-27.169 0-.089-.005-.176-.009-.264-.004-.057-.001-.113-.006-.171 0-.001 0-.003-.001-.004v-.001c-.004-.057-.011-.11-.016-.167-.003-.033-.006-.066-.01-.099-.035-.397-.084-.77-.141-1.135 36.538 7.115 67.137 29.662 85.218 60.307 2.466 8.326 3.747 17.017 3.755 25.863l-1.078 58.441c-.001.062-.001.124-.001.186 0 19.092-1.472 34.349-4.766 48.309-14.022 22.184-34.833 39.99-60.234 50.207-5.157 2.074-7.656 7.936-5.582 13.093s7.937 7.659 13.094 5.582c54.536-21.934 90.849-74.052 92.512-132.775 1.901-67.144-41.357-125.424-102.852-144.849l6.284-45.386c84.304 22.943 144.429 101.08 141.869 191.519-2.173 76.753-49.629 144.871-120.9 173.538-5.157 2.074-7.656 7.936-5.582 13.093 1.579 3.927 5.354 6.312 9.341 6.312 1.25 0 2.522-.235 3.753-.73 26.855-10.802 50.645-26.679 70.434-46.273 8.016 15.953 14.838 33.886 20.188 53.361 1.227 4.467 5.28 7.401 9.699 7.401.883 0 1.78-.117 2.672-.363 1.82-.5 3.376-1.476 4.592-2.746 8.025-5.608 38.474-29.079 38.474-62.387.005-22.562-11.324-37.492-20.924-46.093zm-235.128-321.509-9.968-3.371c-.007-.049-.02-.098-.028-.147-.033-.199-.067-.396-.111-.592-.01-.044-.014-.087-.025-.131-2.09-8.658-2.832-18.946-2.913-29.018 5.231 11.758 9.555 22.79 13.045 33.259zm-33.987 30.587c5.843-1.816 12.041-1.245 17.457 1.605 5.415 2.85 9.397 7.64 11.211 13.485.397 1.279.664 2.576.831 3.877-17.64-9.004-38.687-7.202-54.507 3.662l-3.057-11.409c9.026-4.455 18.406-8.223 28.065-11.22zm-72.196 80.801c-6.151 3.552-9.442 10.138-8.588 17.187.598 4.931 3.114 9.153 6.903 11.928-.931 2.103-1.789 4.199-2.542 6.27-2.717 7.473-5.029 15.651-6.946 23.517-3.612 10.943-5.978 22.358-6.951 34.041-24.514 24.98-32.974 58.939-22.037 89.565 8.668 24.27 25.491 42.949 50.003 55.522 15.985 8.2 38.159 11.949 55.244 12.756-3.445 10.607-6.15 22.357-8.391 34.184-29.176-11.869-55.2-30.772-75.654-55.091-26.075-31.001-41.594-68.793-44.88-109.291-3.595-44.3 8.236-88.859 33.31-125.471 16.599-24.236 38.522-44.351 63.72-58.857l3.911 14.598c-.599.695-1.186 1.403-1.752 2.135-3.293 4.252-5.915 8.926-7.791 13.889-5.367 14.195-15.154 25.956-27.559 33.118zm111.803 8.739c-10.662 15.909-28.807 25.043-48.529 24.404-8.378-.266-28.28-4.85-56.04-12.905-3.16-.916-3.732-3.679-3.831-4.504-.1-.823-.204-3.635 2.636-5.274 14.812-8.552 26.467-22.511 32.818-39.306 1.452-3.841 3.485-7.463 6.043-10.766 12.468-16.1 35.215-20.656 52.907-10.604 10.154 5.77 17.215 15.168 19.881 26.464 2.63 11.144.485 22.986-5.885 32.491zm2.645-92.072c-3.901-5.683-9.145-10.374-15.419-13.676-2.003-1.054-4.064-1.936-6.165-2.657.155-1.081.359-2.17.619-3.268l18.28 6.182c.015.016.031.03.046.046.163.174.333.342.508.504.052.048.101.098.154.145.238.211.484.412.74.599.007.005.013.011.02.016 2.336 1.703 4.222 3.78 5.711 6.341-1.668 1.805-3.174 3.73-4.494 5.768zm14.232 84.151c1.468-5.001 2.193-10.203 2.164-15.428l17.205 5.07c-2.847 3.691-9.8 7.802-19.369 10.358zm40.984-35.131c-6.84-1.551-13.869-2.637-21.058-3.212-12.455-.996-21.779-11.938-20.784-24.393.482-6.034 3.284-11.52 7.89-15.445s10.467-5.821 16.501-5.339c8.056.643 15.959 1.776 23.685 3.363zm179.647 157.922c6.09 33.354-4.614 53.864-14.864 65.293 8.248-20.538 13.363-42.525 14.864-65.293zm-27.491 170.657c-5.026-15.6-11.747-32.644-20.683-49.238 6.747-8.188 12.876-16.864 18.33-25.961 2.065 1.072 22.643 12.389 22.643 37.145 0 16.04-11.318 29.723-20.29 38.054z" />
<path d="m219.317 309.938c-3.335 0-6.039 2.704-6.039 6.039 0 6.057-4.314 10.984-9.617 10.984s-9.618-4.927-9.618-10.984c0-3.335-2.704-6.039-6.039-6.039s-6.039 2.704-6.039 6.039c0 12.717 9.733 23.062 21.695 23.062s21.694-10.345 21.694-23.062c.002-3.336-2.702-6.039-6.037-6.039z" />
</g>
<path d="m147.55 173.382c-1.355 0-2.732-.275-4.051-.857-5.088-2.24-7.395-8.181-5.154-13.268 8.249-18.729 23.061-24.029 24.723-24.571 0 0 9.286-4.764 13.886 5.202 3.374 7.311-7.467 13.875-7.467 13.875-.328.121-8.084 3.084-12.72 13.609-1.66 3.766-5.349 6.009-9.217 6.01z" fill="#fff" />
</g>
</symbol>
<symbol id="unicorn-2" viewBox="0 0 512 512">
<title>unicorn-2</title>
<g>
<path d="m273.087 372.868s27.126-12.37 30.292-35.015c3.166-22.646-15.304-35.04-15.304-35.04s37.172-11.53 33.102-61.809-38.619-58.478-38.619-58.478 13.714-66.886-54.456-39.49c0 0 16.699-90.106-48.85-60.856l-16.838 161.194z" fill="#c2b2eb" />
<path d="m285.233 301.838s40.108-15.48 31.871-70.59c-1.481-9.911-10.408-23.45-13.457-30.459 9.815 78.847-45.591 111.383-100.48 65.663-2.946-2.454-13.122 24.999-16.815 24.244l87.588 89.47s28.973-15.656 30.773-40.851-19.48-37.477-19.48-37.477z" fill="#ae85ea" />
<path d="m268.214 321.758c-4.31-4.816-9.006-8.627-13.886-11.474-4.546-8.947-10.055-17.206-16.73-24.35 6.193-11.948 10.486-25.17 13.356-45.701l6.464-40.744c2.044-14.619-.497-28.821-6.526-41.154 3.986-3.063 7.606-7.438 10.535-13.199 8.92-17.547.908-44.87-4.556-47.647s-32.26 6.85-41.18 24.397c-.352.693-.675 1.381-.984 2.067-5.65-2.401-11.702-4.111-18.072-5.002l-43.607-6.096c-3.257-.455-6.42-.644-9.49-.609.114-4.069-.519-8.522-2.035-13.276-5.92-18.558-30.559-32.226-36.338-30.382-5.779 1.843-17.953 27.254-12.033 45.812 1.959 6.14 4.827 11.018 8.267 14.652-8.897 7.633-15.318 16.453-18.925 23.252-8.703 16.409-15.142 39.544-15.142 39.544-19.27 13.65-27.754 34.828-23.608 54.86 3.422 16.529 12.905 29.621 26.612 39.26 12.048 8.471 32.776 13.802 44.45 14.411-5.608 8.835-10.204 20.647-13.951 31.95-2.307-4.326-4.038-7.734-4.39-8.675-1.89-5.05-4.259 6.239-16.421-2.945-6.113-4.616-14.53-37.958-34.938-29.1-20.408 8.857-9.682 38.108 9.229 58.875 11.256 12.361 25.029 18.051 37.881 17.404-.565 6.226-.608 12.618-.137 19.153.973 13.504 4.119 24.344 9.031 32.974-13.006 7.155-20.225 22.987-16.609 41.974 4.437 23.296 18.752 45.366 35.078 36.075s-1.922-31.875-1.941-38.342c-.037-12.868 8.787-8.745 6.335-12.581-.474-.742-1.994-3.842-3.84-7.807 16.963 10.048 40.172 12.038 65.836 10.188 9.114-.657 17.929-1.741 26.224-3.414 16.09 33.52 27.851 63.306 42.831 55.045 14.675-8.093 6.688-35.68-8.465-67.958 15.918-10.283 25.894-26.365 25.942-51.208 1.415-.205 2.895-.617 4.446-1.275 20.487-8.68 10.016-38.023-8.713-58.954z" fill="#fff" />
<path d="m219.406 302.063c10.393-1.677 21.677.028 32.052 2.896-3.947-6.906-8.532-13.321-13.86-19.024 6.193-11.948 10.486-25.17 13.356-45.701l6.464-40.744c2.044-14.619-.497-28.821-6.526-41.154 3.986-3.063 7.606-7.438 10.535-13.199 8.92-17.547.908-44.87-4.556-47.647-3.194-1.624-13.679.998-23.621 6.958 4.033 7.79 7.455 27.103.995 40.426-2.574 5.308-5.735 9.35-9.201 12.191 5.113 11.269 7.199 24.279 5.322 37.706l-5.895 37.43c-2.118 15.154-9.123 33.695-14.616 46.107-2.149 4.856-1.303 10.511 2.126 14.565 2.588 3.06 5.065 6.111 7.425 9.19z" fill="#e1bdfc" />
<path d="m241.948 359.047c1.046 47.67-33.529 62.101-75.227 65.66-32.567 2.779-60.503-2.073-73.329-26.91 8.244 45.976 46.44 55.048 92.559 51.724 45.712-3.294 83.933-17.283 86.397-62.956-12.284-6.353-22.265-16.165-30.4-27.518z" fill="#e1bdfc" />
<path d="m192.453 130.35c.021-.317.028-.638.003-.967 1.273-12.32-.969-23.454-8.34-32.856 1.705-13.747-.442-24.932-8.244-32.481-2.267-15.778-6.808-32.908-12.941-50.983-.698-2.752-4.7-2.454-4.984.371-3.169 15.057-5.211 29.172-4.085 40.64-4.933 8.514-6.265 17.605-2.763 27.492-4.245 8.715-5.701 18.182-2.888 28.736-5.785 8.973-3.689 18.202-3.07 22.522 2.981 14.623 46.387 11.608 47.312-2.474z" fill="#c1e5ef" />
<path d="m192.453 130.35c.021-.317.028-.638.003-.967.904-8.749.023-16.896-3.197-24.254.096 2.302.021 4.66-.226 7.074.023.281.018.554.001.825-.761 12.018-38.936 14.432-41.613 1.937-.108-.712-.265-1.582-.412-2.575-4.262 8.285-2.439 16.449-1.868 20.434 2.981 14.623 46.387 11.608 47.312-2.474z" fill="#a6aaed" />
<path d="m84.208 128.645c10.589-4.288 19.118-12.302 24.599-22.326 1.557-2.847 3.564-5.523 6.03-7.928 11.775-11.486 30.481-12.593 43.52-2.565 15.551 11.961 17.428 34.354 4.595 48.714-11.049 12.363-26.574 15.993-40.142 13.654-7.904-1.363-25.529-8.806-38.866-14.783-6.455-2.892-6.293-12.111.264-14.766z" fill="#c2b2eb" />
<path d="m158.357 95.827c-13.038-10.028-31.745-8.921-43.52 2.565-2.465 2.405-4.473 5.081-6.03 7.928-5.481 10.023-14.011 18.038-24.599 22.326-6.558 2.655-6.72 11.874-.264 14.767 13.337 5.977 30.962 13.421 38.866 14.783 13.567 2.339 29.093-1.291 40.142-13.655 12.834-14.36 10.957-36.753-4.595-48.714zm-2.859 31.559c-6.084 10.278-16.691 14.924-26.784 15.056-5.88.077-19.652-2.891-30.125-5.382-5.07-1.206-6.333-7.798-2.021-10.56 6.963-4.46 11.888-11.304 14.324-19.175.692-2.236 1.733-4.41 3.144-6.451 6.737-9.748 20.005-13.019 30.87-7.6 12.959 6.463 17.659 22.175 10.592 34.112z" fill="#ae85ea" />
<g fill="#9781dd">
<path d="m42.524 334.595c-10.449-17.653-12.985-36.238 2.564-42.987 16.896-7.334 25.573 14.259 31.528 24.527-11.349 6.189-22.483 12.774-34.092 18.46z" />
<path d="m89.234 478.005c6.624 16.004 17.888 27.137 30.327 20.058 13.517-7.692 3.334-24.496-.581-33.722-9.932 4.526-20.021 8.707-29.746 13.664z" />
<path d="m236.266 486.8c3.758 8.554 11.818 13.286 18.002 10.569s8.15-11.854 4.391-20.408c-3.758-8.554-26.152 1.285-22.393 9.839z" />
<path d="m279.868 337.749c10.294 17.744 12.669 36.35-2.939 42.963-16.96 7.186-25.448-14.481-31.313-24.801 11.402-6.091 22.593-12.577 34.252-18.162z" />
</g>
<path d="m153.536 237.091c-1.083 7.063-7.157 11.993-13.566 11.01-6.41-.983-10.728-7.505-9.645-14.569 1.083-7.063 7.157-11.993 13.567-11.01 6.409.983 10.727 7.506 9.644 14.569z" fill="#d789b9" />
<path d="m433.661 84.199 8.244 23.179c.353.993 1.052 1.779 1.933 2.176l20.594 9.279c2.91 1.311 2.91 5.946 0 7.257l-20.594 9.279c-.882.397-1.58 1.184-1.933 2.176l-8.244 23.18c-1.165 3.275-5.283 3.275-6.448 0l-8.243-23.18c-.353-.992-1.052-1.779-1.934-2.176l-20.594-9.279c-2.91-1.311-2.91-5.946 0-7.257l20.594-9.279c.882-.397 1.581-1.184 1.934-2.176l8.243-23.179c1.165-3.275 5.284-3.275 6.448 0z" fill="#c1e5ef" />
<path d="m409.434 198.261 6.115 17.194c.262.736.78 1.32 1.434 1.614l15.276 6.883c2.158.972 2.158 4.411 0 5.383l-15.276 6.883c-.654.295-1.172.878-1.434 1.614l-6.115 17.194c-.864 2.429-3.919 2.429-4.783 0l-6.115-17.194c-.262-.736-.78-1.32-1.434-1.614l-15.276-6.883c-2.158-.972-2.158-4.411 0-5.383l15.276-6.883c.654-.295 1.172-.878 1.434-1.614l6.115-17.194c.865-2.429 3.92-2.429 4.783 0z" fill="#c1e5ef" />
<path d="m355.991 72.488c0 5.246-4.253 9.499-9.499 9.499s-9.499-4.253-9.499-9.499 4.253-9.499 9.499-9.499 9.499 4.253 9.499 9.499z" fill="#96b4eb" />
</g>
<g>
<g fill="#3c122c">
<path d="m313.399 297.706c9.438-9.85 20.185-27.824 17.781-57.512-3.332-41.154-25.18-57.842-37.659-64.079.884-11.21.104-30.539-13.417-41.823-1.512-1.261-3.122-2.369-4.827-3.324.489-6.71-.154-12.778-.837-16.853-1.044-6.229-4.403-21.191-13.022-25.572-7.429-3.778-18.9.234-25.544 3.225-2.538-7.248-6.459-13.793-12.407-18.478-8.712-6.861-19.923-8.651-33.423-5.425-.893-2.151-1.945-4.233-3.169-6.214.903-24.121-6.562-39.85-14.951-53.146-2.624-5.77-9.331-8.867-14.767-8.471-5.447.405-9.719 4.108-10.794 9.184-4.121 14.28-5.349 27.599-3.686 39.715-4.337 8.116-5.422 17.684-3.252 28.064-3.704-3.945-7.469-6.981-10.267-9.003-5.079-3.669-17.884-11.883-27.042-8.967-9.16 2.922-14.839 17.037-16.855 22.97-2.505 7.367-6.054 21.77-1.69 35.452.459 1.439.97 2.827 1.521 4.175-1.028.524-2.076 1.007-3.144 1.44-5.307 2.148-8.668 7.038-8.773 12.761-.056 3.051.829 5.895 2.453 8.245-.713 1.178-1.396 2.357-2.019 3.532-7.187 13.551-12.787 30.973-14.966 38.206-20.139 15.737-29.587 39.544-24.745 62.934 2.422 11.699 7.651 22.338 15.36 31.488-2.701.275-5.435.987-8.167 2.173-8.765 3.804-14.422 10.589-16.359 19.619-3.953 18.426 8.858 40.606 22.164 55.219 8.752 9.611 20.705 16.07 34.176 18.627-.037 4.286.285 8.655 1.133 13.066 1.357 7.06 3.402 14.347 6.409 21.438-10.771 12.41-17.17 36.798-13.99 53.494 3.195 16.774 11.948 37.163 26.932 44.082 3.34 1.543 6.822 2.311 10.311 2.31 4.292 0 8.595-1.161 12.656-3.472 18.747-10.669 12.858-29.12 10.029-37.986-.564-1.765-1.328-4.16-1.434-5.11.282-3.664 1.036-6.744 2.413-9.759 10.617 3.567 23.204 5.622 38.122 5.622 4.092 0 8.368-.155 12.817-.475 5.956-.429 11.712-1.15 17.249-2.144 6.837 13.776 13.603 26.624 20.522 36.309 8.915 12.48 17.922 18.757 26.867 18.757 2.56 0 5.114-.513 7.66-1.543 6.161-2.491 10.682-7.106 13.076-13.347 5.004-13.046.682-33.192-14.004-64.758 12.468-11.353 20.338-25.787 23.193-42.485 8.689-3.744 14.34-10.443 16.342-19.39.215-.962.374-1.937.5-2.918 7.138-6.953 13.776-16.392 15.444-28.316 2.092-14.967-3.147-26.367-8.744-33.919 2.824-2.005 5.848-4.512 8.824-7.618zm-102.36-208.655c3.585 2.818 5.853 7.899 7.204 13.923-2.847 2.491-5.624 5.378-8.028 8.703-3.981-1.196-8.058-2.086-12.191-2.664l-1.092-.153c-1.252-4.509-3.122-8.714-5.623-12.59.784-1.169 1.339-2.519 1.575-4.001.243-1.521.399-3.043.488-4.561 6.58-1.77 13.251-2.128 17.667 1.343zm-29.449 14.375c3.166 5.136 4.863 10.999 5.133 17.718l-9.66-4.377c-1.057-7.515-4.181-14.4-9.05-20.057l13.008 6.474c.187.092.378.17.569.242zm-95.183 34.491c-1.057-.473-1.199-1.376-1.19-1.872.009-.494.184-1.387 1.251-1.819 11.547-4.676 21.357-13.561 27.622-25.017 1.304-2.385 2.97-4.575 4.951-6.507 5.234-5.105 12.14-7.706 19.067-7.706 5.839 0 11.695 1.848 16.577 5.604 6.13 4.715 9.898 11.524 10.611 19.172.713 7.656-1.714 15.028-6.834 20.757-8.584 9.605-21.53 13.992-34.628 11.733-5.68-.979-18.971-6.074-37.427-14.345zm90.305-8.089 6.648 3.013c-1.909 1.04-4.691 2.061-8.233 2.751.672-1.878 1.202-3.804 1.585-5.764zm-14.49-96.806c2.444 6.008 4.042 12.47 4.515 20.005-.23.199-.456.405-.672.628-.203.21-.389.43-.571.653l-1.619-.812c-.036-.615-.123-1.235-.278-1.855-1.423-5.699-1.881-11.922-1.375-18.619zm-3.665 31.278 8.381 4.204c4.283 4.518 6.614 10.913 6.419 17.413l-12.401-6.171c-.095-.511-.219-1.023-.398-1.53-1.392-3.933-2.598-9.026-2.001-13.916zm-50.031 14.82c3.126 1.229 7.847 4.014 12.299 7.808-3.687 1.787-7.138 4.174-10.193 7.153-2.838 2.769-5.229 5.914-7.108 9.35-.563 1.03-1.167 2.03-1.799 3.005-1.018-10.31 3.524-22.3 6.801-27.316zm-9.273 229.211c-.199.083-.399.161-.595.258-1.459.722-2.527 1.622-3.657 2.573-4.211 3.546-5.619 3.915-8.511 1.845-.778-1.049-2.28-3.836-3.399-5.913-.787-1.46-1.624-3.01-2.519-4.595 6.246 2.462 12.772 4.361 18.746 5.681-.022.05-.042.102-.065.151zm-50.6 16.549c-3.613-7.263-5.295-13.994-4.296-18.648.558-2.602 1.972-4.223 4.726-5.419 4.267-1.853 7.795.009 16.186 15.523zm13.083 18.846c-2.504-2.75-4.789-5.618-6.844-8.514l16.796-8.636c.713.8 1.466 1.519 2.289 2.141 5.723 4.323 11.143 5.634 15.67 5.61-1.196 3.791-2.335 7.558-3.419 11.221l-.383 1.343c-.795 2.859-1.569 5.846-2.26 8.931-8.17-1.775-16.024-5.7-21.849-12.096zm52.861 145.615c-2.037 1.16-3.279 1.007-4.626.385-2.829-1.306-6.214-5.119-9.222-10.791l13.844-6.721c.268.888.55 1.781.839 2.687 3.479 10.902 2.646 12.459-.835 14.44zm-1.212-29.926-17.165 8.333c-.725-2.402-1.366-4.945-1.879-7.637-1.621-8.512.99-21.65 5.542-30.613 4.709 5.901 10.478 11.286 17.528 15.819-2.066 4.449-3.388 9.059-4.026 14.098zm139.719 30.506c-.404 1.054-.857 1.522-1.861 1.929-.056.023-.087.03-.089.032-.106-.007-3.257-.367-9.836-9.284l11.595-5.558c1.422 7.032.972 10.846.191 12.881zm-11.075-70.253c.061.077.118.155.179.232-.431.142-.86.303-1.279.508-4.981 2.43-7.049 8.439-4.618 13.421 6.461 13.241 10.667 23.489 13.336 31.424l-14.965 7.174c-5.498-9.276-11.156-20.633-16.556-31.667-2.437-4.979-8.448-7.037-13.425-4.603-.103.05-.198.112-.299.166-7.364 1.574-14.147 2.359-19.373 2.736-48.287 3.483-75.473-14.156-83.112-53.91-2.111-10.986.322-22.294 3.248-32.811l.338-1.185c3.372-11.4 9.65-32.619 17.758-45.395 1.912-3.012 2.081-6.811.445-9.981-1.636-3.169-4.832-5.232-8.394-5.419-9.639-.504-28.624-5.162-39.202-12.599-12.198-8.577-19.788-19.708-22.556-33.085-3.426-16.55 4.077-33.653 19.581-44.636 1.882-1.333 3.247-3.275 3.867-5.496.062-.221 6.265-22.308 14.34-37.534.401-.757.985-1.795 1.742-3.027 13.652 5.804 23.294 9.218 28.705 10.151 2.962.511 5.917.76 8.842.76 14.078 0 27.399-5.804 36.812-16.337.031-.034.059-.071.089-.105.957-.018 1.908-.051 2.84-.114 12.328-.838 26.955-5.842 28.047-17.17.011-.079.017-.159.025-.239.005-.061.015-.119.019-.18 0-.005 0-.01 0-.016.002-.031 0-.058.002-.089.004-.094.007-.187.007-.28.011-.272.025-.547.019-.804.004-.037.005-.074.009-.11 4.219.82 8.34 2.066 12.283 3.742 5.025 2.135 10.836-.138 13.077-5.118.245-.545.501-1.092.778-1.638 5.375-10.573 20.353-17.655 27.234-19.109 2.88 6.416 5.984 22.692.61 33.263-2.142 4.214-4.734 7.508-7.703 9.79-3.784 2.908-4.997 8.077-2.902 12.365 5.352 10.949 7.293 23.141 5.616 35.267l-6.449 40.651c-.01.062-.019.122-.028.183-2.507 17.938-6.194 30.64-12.327 42.473-1.955 3.771-1.323 8.366 1.577 11.469.641.686 1.26 1.407 1.883 2.123-14.777-.859-28.878 3.07-38.991 10.944-4.373 3.406-5.158 9.71-1.753 14.084 3.405 4.373 9.711 5.157 14.084 1.753 13.135-10.225 40.707-9.492 55.247 6.759 2.48 2.771 4.74 5.66 6.769 8.573l-16.87 8.489c-.706-.806-1.452-1.532-2.27-2.161-8.68-6.673-16.727-6.344-21.949-4.897-5.717 1.588-9.818 4.98-12.022 6.803-.186.155-.354.296-.506.418-4.352 2.662-6.055 8.243-3.785 12.931 2.415 4.987 8.419 7.071 13.406 4.657 1.466-.709 2.541-1.599 3.679-2.541 4.243-3.51 5.652-3.864 8.527-1.771.768 1.055 2.247 3.856 3.348 5.943 3.194 6.051 7.169 13.582 12.974 19.23 2.663 2.591 5.522 4.559 8.512 5.903-2.982 12.989-9.858 22.583-18.52 29.642zm35.758-53.573c-.581 2.597-2.008 4.204-4.773 5.376-4.285 1.816-7.793-.076-16.05-15.663l16.69-8.398c3.549 7.294 5.172 14.04 4.133 18.685zm7.316-72.867c-3.692 1.145-6.434 4.284-6.993 8.109s1.092 7.606 4.302 9.76c.542.378 13.254 9.448 11.029 25.366-.186 1.331-.496 2.622-.908 3.87-4.28-9.322-10.492-18.173-16.84-25.266-3.84-4.292-8.313-7.973-13.272-10.976-3.826-7.286-8.128-13.879-12.908-19.751 5.459-12.157 8.944-25.329 11.367-42.622l6.45-40.654c.01-.062.019-.122.027-.183 1.907-13.639.36-27.351-4.471-40.076 2.352-2.643 4.458-5.663 6.33-9.001 5.898 7.875 4.568 23.413 3.511 28.707-1.104 5.385 2.101 10.601 7.464 11.769 1.806.496 27.646 8.31 30.984 49.535 3.334 41.188-24.955 51.042-26.072 51.413z" />
<ellipse cx="105.853" cy="199.902" rx="8.448" ry="8.447" transform="matrix(.086 -.996 .996 .086 -102.434 288.117)" />
<path d="m198.904 214.169c-.707 4.611-5.019 7.777-9.63 7.07s-7.777-5.019-7.07-9.63 5.019-7.777 9.63-7.07c4.612.706 7.777 5.018 7.07 9.63z" />
<path d="m141.635 254.25c-.856 0-1.717-.065-2.579-.197-9.681-1.485-16.268-11.1-14.684-21.433 1.584-10.332 10.752-17.537 20.43-16.05 9.682 1.485 16.269 11.1 14.685 21.433-.751 4.898-3.217 9.261-6.943 12.286-3.198 2.596-6.997 3.961-10.909 3.961zm.62-25.831c-2.846 0-5.446 2.548-5.979 6.026-.578 3.77 1.488 7.227 4.606 7.705 1.397.213 2.846-.217 4.074-1.211 1.398-1.135 2.332-2.826 2.628-4.76.578-3.77-1.488-7.227-4.606-7.705-.242-.038-.483-.055-.723-.055z" />
<path d="m443.58 450.539c-15.561 0-29.741-8.057-37.754-20.999l-72.974-.01c-5.543-.001-10.035-4.495-10.034-10.036.001-5.542 4.494-10.035 10.035-10.035h.001l79.049.011c4.031.001 7.671 2.414 9.241 6.126 3.821 9.034 12.628 14.872 22.435 14.872 13.424 0 24.345-10.921 24.345-24.345 0-11.37-8.051-21.372-19.145-23.781-5.083-1.104-8.481-5.911-7.825-11.071.092-.724.137-1.392.137-2.042 0-8.801-7.159-15.96-15.959-15.96s-15.959 7.159-15.959 15.96c0 2.66.629 5.182 1.87 7.5l.427.722c1.836 3.102 1.867 6.95.081 10.082-1.786 3.131-5.113 5.065-8.718 5.065h-33.148c-5.543 0-10.035-4.493-10.035-10.035s4.493-10.036 10.035-10.036h19.569c-.101-1.095-.152-2.195-.152-3.298 0-19.867 16.163-36.031 36.03-36.031 18.523 0 33.827 14.05 35.812 32.054 16.064 6.868 27.051 22.939 27.051 40.872.001 24.491-19.924 44.415-44.415 44.415z" />
</g>
<path d="m122.785 126.794c-1.942 0-3.904-.562-5.632-1.737-4.584-3.116-5.774-9.357-2.659-13.941 8.826-12.985 20.958-14.954 22.311-15.137 0 0 10.074-1.418 11.68 8.302s-8.915 11.583-8.744 11.55c-.197.038-4.864 1-8.647 6.566-1.941 2.858-5.097 4.397-8.309 4.397z" fill="#fff" />
</g>
</symbol>
<symbol id="unicorn-3" viewBox="0 0 512 512">
<title>unicorn-3</title>
<g>
<path d="m394.832 501.328s36.609-17.177 41.04-48.49-20.339-48.392-20.339-48.392 50.127-16.046 45.023-85.536c-5.103-69.49-51.55-80.724-51.55-80.724s18.962-92.498-73.011-54.431c0 0 23.154-124.603-65.305-83.981l-23.873 222.87z" fill="#ccf3e2" />
<path d="m413.751 404.164s54.044-15.571 49.634-88.333c-.793-13.086-10.872-31.753-14.041-41.238 3.743 103.877-72.194 139.917-138.477 74.038-3.557-3.535-19.969 31.072-24.694 29.664l103.874 126.646s39.553-17.078 44.79-49.704c5.236-32.625-21.086-51.073-21.086-51.073z" fill="#b1b6e1" />
<path d="m325.856 410.317c11.159-15.85 19.872-33.911 27.988-62.644l17.259-57.062c5.798-20.527 4.95-41.359-1.258-60.2 6.308-3.602 12.35-9.156 17.676-16.828 16.219-23.37 10.115-64.061 2.838-69.11-7.277-5.051-47.531 3.468-63.75 26.837-.641.924-1.238 1.846-1.815 2.766-7.617-4.547-15.946-8.185-24.89-10.711l-61.233-17.295c-4.573-1.291-9.064-2.184-13.466-2.735.963-5.804.932-12.302-.305-19.407-4.829-27.733-37.419-52.141-46.054-50.637s-31.057 35.491-26.228 63.223c1.598 9.176 4.746 16.722 8.957 22.601-14.237 9.181-25.163 20.546-31.662 29.572-15.684 21.783-29.447 53.638-29.447 53.638-5.886 3.064-11.236 6.62-16.034 10.571-1.035-7.063 4.278-11.941 6.523-16.981 3.649-8.193 34.486-28.679 18.593-49.46-15.892-20.782-46.761-.683-65.551 26.417-18.791 27.099-17.873 101.348 4.493 116.302.496-1.054 3.551-4.391 7.791-8.724 2.575 22.504 13.3 41.685 29.995 57.213 15.584 14.495 44.213 26.199 60.807 29.364l2.547 1.228c-9.711 32.24-15.926 73.802-15.88 95.429h258.697c-15.113-40.697-38.958-72.514-66.591-93.367z" fill="#fff" />
<path d="m55.745 203.005c17.53-16.646 41.695-32.385 53.804-16.551 13.158 17.206-3.764 37.972-13.994 47.514-10.299-11.214-30.02-19.316-39.81-30.963z" fill="#a1e8c3" />
<path d="m286.496 187.453c.097-.449.175-.906.209-1.381 4.427-17.342 3.58-33.732-4.966-48.733 5.348-19.29 4.645-35.734-4.909-48.176.099-23.035-2.766-48.483-7.706-75.62-.416-4.082-6.199-4.503-7.203-.525-7.718 20.853-13.625 40.598-14.442 57.229-8.855 11.126-12.682 23.84-9.77 38.715-7.912 11.56-11.999 24.785-10.212 40.467-10.169 11.602-9.126 25.24-9.156 31.545 1.166 21.535 63.853 26.412 68.155 6.479z" fill="#f6e06e" />
<path d="m286.496 187.453c.097-.449.175-.906.209-1.381 3.144-12.316 3.609-24.148.564-35.348-.35 3.312-.957 6.667-1.82 10.065-.027.406-.092.796-.174 1.18-3.632 17.019-58.714 12.388-59.896-6.041-.004-1.041-.045-2.318-.045-3.769-7.846 10.942-6.968 22.997-6.995 28.814 1.168 21.536 63.855 26.413 68.157 6.48z" fill="#dda86a" />
<path d="m132.122 162.101c16.044-3.888 29.934-13.539 39.891-26.707 2.828-3.74 6.265-7.141 10.298-10.056 19.264-13.926 46.239-11.549 62.755 5.546 19.698 20.39 17.641 52.799-3.743 70.609-18.412 15.335-41.373 17.237-60.273 11.021-11.01-3.621-34.629-17.993-52.43-29.36-8.617-5.502-6.434-18.646 3.502-21.053z" fill="#ccf3e2" />
<path d="m245.066 130.884c-16.516-17.095-43.49-19.472-62.755-5.546-4.033 2.916-7.469 6.316-10.298 10.057-9.957 13.168-23.847 22.819-39.891 26.707-9.936 2.408-12.119 15.551-3.503 21.054 17.8 11.368 41.419 25.739 52.429 29.36 18.9 6.215 41.862 4.313 60.273-11.022 21.386-17.812 23.443-50.22 3.745-70.61zm-10.769 44.508c-10.873 13.404-27.018 17.801-41.475 15.853-8.422-1.134-27.481-8.292-41.924-14.07-6.992-2.797-7.402-12.488-.654-15.524 10.897-4.902 19.388-13.643 24.536-24.379 1.462-3.05 3.411-5.937 5.859-8.556 11.695-12.508 31.354-14.375 45.738-4.329 17.156 11.982 20.549 35.437 7.92 51.005z" fill="#b1b6e1" />
<path d="m189.794 163.523c-2.481 0-4.968-.896-6.938-2.708-4.164-3.833-4.433-10.317-.6-14.481 14.115-15.333 30.13-15.569 31.91-15.54 14.169.191 13.893 20.686-.276 20.495h.182c-.355.009-8.805.311-16.736 8.926-2.019 2.195-4.776 3.308-7.542 3.308z" fill="#fff" />
<path d="m325.946 406.23c11.159-15.85 19.872-33.91 27.988-62.644l17.259-57.062c5.798-20.527 4.95-41.358-1.258-60.2 6.308-3.602 12.35-9.155 17.676-16.828 16.218-23.369 10.115-64.06 2.838-69.11-3.357-2.33-13.735-1.765-25.531 1.806 4.744 7.959 3.986 44.444-11.976 64.992-5.509 7.092-11.358 12.12-17.185 15.27 2.885 18.324.955 38.301-6.592 57.672l-21.951 53.792c-7.043 18.076-13.708 31.6-20.78 42.947-5.789 9.286-4.861 20.752 1.113 29.919 12.08 18.535 36.494 67.057 40.191 96.902h64.898c-15.113-40.7-39.058-76.603-66.69-97.456z" fill="#e1bdfc" />
<path d="m201.974 474.408c-10.735-23.118-11.572-46.41 8.487-52.831 21.798-6.977 29.854 20.793 35.947 34.224-14.796 6.249-29.376 13.013-44.434 18.607z" fill="#a1e8c3" />
<path d="m337.426 261.14-11.926 21.807-21.807 11.927 21.807 11.926 11.926 21.807 11.927-21.807 21.807-11.926-21.807-11.927z" fill="#f6e06e" />
<path d="m398.389 193.296-11.927 21.807-21.806 11.926 21.806 11.927 11.927 21.807 11.926-21.807 21.807-11.927-21.807-11.926z" fill="#f6e06e" />
<path d="m468.009 37.459 8.419 23.672c.36 1.014 1.074 1.817 1.974 2.222l21.031 9.475c2.971 1.339 2.971 6.073 0 7.411l-21.031 9.475c-.901.406-1.614 1.209-1.974 2.222l-8.419 23.671c-1.189 3.344-5.395 3.344-6.585 0l-8.418-23.671c-.36-1.014-1.074-1.817-1.975-2.222l-21.031-9.475c-2.971-1.339-2.971-6.073 0-7.411l21.031-9.475c.901-.406 1.614-1.209 1.975-2.222l8.418-23.672c1.19-3.345 5.396-3.345 6.585 0z" fill="#fbf2aa" />
<path d="m97.632 24.301 6.245 17.559c.267.752.797 1.347 1.465 1.648l15.601 7.029c2.204.993 2.204 4.505 0 5.498l-15.601 7.029c-.668.301-1.197.897-1.465 1.648l-6.245 17.559c-.882 2.481-4.002 2.481-4.884 0l-6.245-17.559c-.267-.752-.797-1.347-1.465-1.648l-15.601-7.029c-2.204-.993-2.204-4.505 0-5.498l15.601-7.029c.668-.301 1.197-.897 1.465-1.648l6.245-17.559c.882-2.48 4.002-2.48 4.884 0z" fill="#fbf2aa" />
<g fill="#f7e16e">
<ellipse cx="22.828" cy="118.955" rx="12.49" ry="12.49" transform="matrix(.924 -.383 .383 .924 -43.784 17.791)" />
<path d="m377.437 40.703c0 5.358-4.343 9.701-9.701 9.701s-9.701-4.343-9.701-9.701 4.343-9.701 9.701-9.701 9.701 4.343 9.701 9.701z" />
</g>
</g>
<g fill="#3c122c">
<path d="m328.136 161.98c6.519-5.366 13.546-10.108 20.896-14.351-.481-20.954-5.025-45.091-21.309-57.782-11.262-8.776-25.949-10.726-43.796-5.868 1.376 6.782 2.042 13.757 2.151 20.726 12.813-4.152 22.561-3.738 29.036 1.301 12.525 9.748 14.144 36.017 13.022 55.974z" />
<path d="m165.944 350.468c-10.364 0-18.796-8.432-18.796-18.796 0-4.89 1.878-9.35 4.949-12.697-3.072-3.347-4.949-7.807-4.949-12.698 0-10.364 8.432-18.796 18.796-18.796 3.396 0 6.149 2.753 6.149 6.149s-2.753 6.149-6.149 6.149c-3.583 0-6.497 2.914-6.497 6.497s2.914 6.497 6.497 6.497c3.396 0 6.149 2.753 6.149 6.149s-2.753 6.251-6.149 6.251c-3.583 0-6.497 2.914-6.497 6.496 0 3.583 2.914 6.497 6.497 6.497 3.396 0 6.149 2.753 6.149 6.149 0 3.4-2.754 6.153-6.149 6.153z" />
<path d="m141.735 264.543c-1.385 0-2.789-.154-4.195-.476-10.102-2.312-16.44-12.412-14.127-22.515.758-3.311 4.061-5.375 7.366-4.622 3.311.758 5.379 4.055 4.622 7.366-.387 1.691-.092 3.433.83 4.902.923 1.47 2.362 2.493 4.053 2.88 3.493.802 6.983-1.39 7.783-4.883.758-3.311 4.059-5.376 7.366-4.622 3.311.758 5.379 4.055 4.622 7.366-1.992 8.697-9.754 14.603-18.32 14.604z" />
<path d="m251.203 288.048c-1.385 0-2.789-.154-4.195-.476-10.102-2.314-16.44-12.414-14.128-22.516.758-3.31 4.051-5.382 7.366-4.622 3.31.758 5.379 4.055 4.622 7.366-.799 3.492 1.392 6.984 4.885 7.783 3.49.803 6.982-1.391 7.781-4.884.758-3.311 4.06-5.375 7.366-4.622 3.311.758 5.379 4.055 4.622 7.366-1.99 8.698-9.753 14.604-18.319 14.605z" />
<g>
<path d="m447.438 394.743c12.252-13.081 26.247-36.986 23.339-76.583-3.584-48.793-26.081-71.759-42.339-82.106l6.634-3.628c1.972-1.079 3.199-3.148 3.199-5.395 0-2.248-1.226-4.317-3.199-5.395l-14.449-7.904c-.78-11.919-3.918-25.507-12.747-35.506.186-3.342.193-6.347.119-8.831-.197-6.615-1.628-28.747-11.793-35.801-10.162-7.052-31.397-.652-37.663 1.478-9.212 3.132-25.393 10.127-36.734 23.278-6.123-2.998-12.521-5.445-19.114-7.307l-9.726-2.747c-1.117-3.925-2.61-7.722-4.48-11.385.181-.392.346-.796.479-1.218 4.654-14.777 8.479-33.528-1.897-49.759-.153-21.628-2.71-45.86-7.811-73.953-.905-6.478-6.195-11.465-12.769-11.944-6.511-.463-12.413 3.605-14.31 9.78-8.909 24.122-13.514 41.819-14.72 56.69-6.973 9.673-10.613 20.148-10.922 31.28-5.259-8.803-11.671-15.731-16.16-20.013-4.747-4.53-21.188-19.146-33.288-17.037-12.111 2.11-22.634 21.419-25.57 27.287-4.798 9.588-12.347 28.546-8.995 47.791.874 5.021 2.199 9.7 3.907 14.056-4.976 2.806-10.27 4.928-15.754 6.257h.001c-7.03 1.702-12.135 7.191-13.325 14.323-.743 4.451.164 8.79 2.43 12.372-.054.078-.109.157-.163.236-.578-.95-1.213-1.893-1.928-2.827-5.592-7.313-13.977-10.91-23.605-10.132-25.397 2.052-55.162 33.471-66.884 55.363-10.152 18.959-12.975 45.633-7.55 71.352 6.126 29.047 22.02 54.504 44.754 71.68.98.741 2.05 1.272 3.159 1.614 3.508 4.365 7.403 8.574 11.734 12.602 15.406 14.33 40.468 25.157 57.729 29.982-8.572 32.114-13.565 68.997-13.524 88.557.012 5.653 4.598 10.227 10.247 10.227h.022c5.661-.012 10.24-4.61 10.227-10.27-.042-20.102 5.724-60.18 15.445-92.454 1.454-4.829-.821-9.999-5.365-12.188l-2.547-1.227c-.803-.387-1.651-.668-2.527-.834-14.206-2.711-41.482-13.534-55.747-26.803-16.598-15.438-25.73-33.816-27.142-54.624-1.77-26.081 13.207-50.649 39.083-64.119 2.089-1.087 3.74-2.862 4.675-5.024.128-.295 12.305-28.299 26.29-48.759 20.546 12.761 34.986 20.559 42.966 23.183 7.393 2.431 14.947 3.623 22.401 3.623 15.879-.001 31.3-5.409 43.728-15.761.336-.279.654-.576.983-.863 1.71.244 3.413.453 5.084.585 2.115.168 4.292.257 6.488.257 15.294 0 31.54-4.362 34.595-17.053.018-.061.031-.123.047-.185.016-.071.038-.139.053-.21.007-.032.009-.063.016-.095.023-.112.041-.224.057-.337.077-.402.156-.806.2-1.185 1.45-5.795 2.308-11.42 2.577-16.862l1.763.498c7.884 2.227 15.428 5.473 22.42 9.648 4.787 2.856 10.982 1.364 13.941-3.361.57-.912 1.063-1.663 1.548-2.362 11.842-17.064 40.282-24.593 49.223-23.882 3.799 8.106 6.692 37.404-5.151 54.468-4.259 6.137-9.083 10.77-14.338 13.771-1.153.659-2.129 1.517-2.918 2.506l-.14.077c-1.973 1.078-3.199 3.147-3.199 5.395 0 1.55.594 3.007 1.603 4.12.001.003.001.006.003.009 5.515 16.738 6.12 34.537 1.801 51.649l-8.029-4.392-11.061-20.227c-1.079-1.972-3.148-3.199-5.396-3.199s-4.316 1.226-5.394 3.199l-11.063 20.227-20.227 11.063c-1.973 1.078-3.199 3.147-3.199 5.394 0 2.248 1.227 4.317 3.199 5.395l20.227 11.061 11.063 20.227c1.078 1.973 3.147 3.199 5.394 3.199 2.248 0 4.317-1.227 5.396-3.199l9.948-18.191-8.735 28.881c-.019.061-.036.121-.053.182-7.037 24.914-14.739 42.457-25.603 58.233-1.712 1.774-2.758 4.141-2.864 6.688l-.01.239c-.171 4.1 2.114 7.86 5.726 9.63 26.721 20.691 48 50.924 61.609 87.575 1.534 4.129 5.447 6.684 9.609 6.684.264 0 .531-.014.796-.035.526.083 1.057.135 1.594.135 1.457 0 2.939-.312 4.347-.973 1.699-.798 41.686-19.949 46.834-56.332 3.06-21.62-5.376-37.52-13.209-47.203 4.491-2.946 9.599-6.963 14.624-12.326zm-364.177-156.312c-24.543 17.557-38.592 44.277-37.75 72.856-2.476-5.969-4.438-12.222-5.806-18.705-4.459-21.14-2.378-42.615 5.564-57.447 3.678-6.869 8.757-13.806 14.418-20.104l25.038 20.885c-.496.837-.982 1.676-1.464 2.515zm7.974-13.1-22.846-19.057c9.784-8.886 20.051-15.159 27.346-15.748 3.501-.28 4.763.963 5.674 2.153 5.016 6.561-.626 17.244-10.174 32.652zm166.408-153.848c.024-.199.047-.397.059-.597.003-.047.012-.091.014-.138.444-9.059 2.673-19.322 5.487-29.185 1.733 12.991 2.79 25.008 3.193 36.237l-8.768-6.154c.006-.054.008-.109.015-.163zm-6.083 10.931 16.082 11.287c.019.039.044.077.063.115.082.16.169.316.259.47.078.135.156.269.241.4.102.159.21.312.32.464.06.084.112.171.175.253 5.178 6.742 5.864 15.404 2.158 29.171l-22.919-15.978c-.02-.531-.068-1.067-.173-1.605-1.763-9.005-.552-16.958 3.794-24.577zm-70.874-1.017c6.471 2.43 21.361 14.194 29.326 28.762-10.956.08-21.937 3.424-31.302 10.195-4.438 3.208-8.341 7.02-11.602 11.33-1.145 1.515-2.347 2.973-3.597 4.376-.298-1.222-.57-2.47-.795-3.764-3.506-20.127 11.19-45.143 17.97-50.899zm56.701 115.372c-14.983 12.479-35.325 16.182-54.417 9.905-8.108-2.667-26.235-12.86-51.04-28.702-2.823-1.804-2.588-4.666-2.449-5.501.139-.832.844-3.608 4.09-4.395 16.927-4.102 32.321-14.392 43.347-28.974 2.522-3.336 5.549-6.29 8.995-8.782 7.332-5.299 15.943-7.892 24.518-7.892 11.077 0 22.096 4.326 30.211 12.728 8.263 8.553 12.461 19.762 11.823 31.563-.63 11.642-6.126 22.594-15.078 30.05zm18.76-2.89c2.872-4.465 5.074-9.34 6.546-14.452l15.354 9.895c-3.84 2.791-11.815 4.814-21.9 4.557zm26.097-16.481-17.463-11.254c.473-14.795-4.919-28.792-15.293-39.532-2.866-2.966-6.014-5.537-9.364-7.711.264-.067.531-.127.786-.21l36.456 25.414c.397.277.82.482 1.252.655 4.422 9.771 5.617 20.54 3.626 32.638zm95.226 49.632 11.943-6.532c1.032-.563 1.881-1.412 2.444-2.444l6.533-11.943 6.53 11.943c.564 1.032 1.413 1.881 2.445 2.444l11.943 6.532-11.943 6.53c-1.032.564-1.881 1.413-2.445 2.445l-6.53 11.943-6.533-11.943c-.563-1.032-1.412-1.881-2.444-2.445zm-33.513 76.82-6.531 11.943-6.532-11.943c-.563-1.032-1.412-1.881-2.444-2.445l-11.943-6.53 11.943-6.532c1.032-.564 1.881-1.412 2.444-2.444l6.532-11.943 6.531 11.943c.564 1.032 1.413 1.88 2.445 2.444l11.943 6.532-11.943 6.53c-1.032.564-1.88 1.413-2.445 2.445zm68.451 90.835c-3.721 1.192-6.469 4.376-7.042 8.242-.571 3.865 1.076 7.699 4.293 9.917.799.567 19.518 14.165 16.065 38.558-2.463 17.407-18.039 30.016-27.65 36.252-13.923-33.194-33.911-61.23-58.494-81.951 9.952-15.964 17.363-33.78 24.1-57.61l17.232-56.973c.019-.061.036-.121.054-.182 3.941-13.961 5.143-28.348 3.661-42.522l8.367 15.298c1.078 1.973 3.147 3.199 5.395 3.199s4.316-1.227 5.395-3.199l7.531-13.77c10.669 4.893 35.469 21.373 39.02 69.718 4.412 60.081-36.262 74.463-37.927 75.023z" />
<path d="m275.377 451.278c-1.642.618-2.966 1.524-4.368 2.483-6.088 4.168-9.137 4.95-13.725.836-.882-1.305-2.562-5.339-3.802-8.318-3.209-7.704-7.203-17.292-13.52-24.669-8.771-10.241-20.355-13.722-32.625-9.792-10.596 3.392-17.932 10.583-21.216 20.797-6.909 21.491 5.927 49.739 20.242 69.008 1.909 2.57 4.03 5.038 6.306 7.338 2.004 2.026 4.644 3.039 7.284 3.039 2.605 0 5.211-.987 7.209-2.965 4.023-3.981 4.056-10.47.075-14.493-1.598-1.615-3.086-3.346-4.421-5.143-3.15-4.24-5.953-8.646-8.363-13.051l25.913-10.207c.829 1.223 1.717 2.319 2.732 3.259 9.315 8.616 18.573 9.096 24.702 7.984 6.788-1.234 11.991-4.796 14.787-6.71.31-.212.583-.404.823-.56 4.754-2.268 7.06-7.839 5.169-12.858-1.993-5.295-7.903-7.976-13.202-5.978zm-66.181 13.923c-4.12-10.438-5.585-20.019-3.561-26.314 1.241-3.858 3.693-6.186 7.952-7.549 7.752-2.482 12.655 2.848 20.974 22.821.13.311.251.599.377.903z" />
</g>
</g>
</symbol>
<symbol id="unicorn-4" viewBox="0 0 512 512">
<title>unicorn-4</title>
<g>
<path d="m396.331 499.775s35.94-22.871 35.94-55.544-28.589-46.559-28.589-46.559 50.323-23.671 34.616-94.017c-15.707-70.347-66.22-75.115-66.22-75.115s6.175-97.366-84.875-45.111c0 0 5.807-130.816-81.169-76.456l8.061 231.443z" fill="#ccf3e2" />
<path d="m403.682 397.671s50.323-23.67 34.616-94.017c-2.825-12.651-15.59-29.297-20.17-38.06 19.931 100.829-48.558 147.914-123.594 93.983-4.027-2.894-14.627 33.465-19.461 32.831l121.258 107.368s35.94-22.871 35.94-55.544c0-32.674-28.589-46.561-28.589-46.561z" fill="#b1b6e1" />
<path d="m396.361 500.039c-11.931-43.43-33.396-88.705-67.451-116.266 6.4-18.134 9.86-37.694 9.86-67.316l1.087-58.937c0-21.092-6.405-40.687-17.376-56.948 5.034-5.122 9.292-12.031 12.297-20.763 9.152-26.597-7.592-63.677-15.874-66.526-8.282-2.85-44.297 16.075-53.449 42.671-.361 1.051-.682 2.089-.983 3.12-8.47-2.28-17.373-3.504-26.563-3.504h-62.916c-4.699 0-9.212.358-13.549 1.017-.643-5.781-2.42-11.958-5.507-18.386-12.049-25.091-49.62-39.558-57.433-35.807-7.813 3.752-20.014 42.12-7.965 67.211 3.986 8.302 9.01 14.637 14.597 19.1-11.081 12.562-18.423 26.314-22.181 36.649-9.07 24.943-13.605 58.955-13.605 58.955-24.57 23.13-32.386 54.778-22.555 82.305 8.112 22.713 24.122 39.366 45.426 50.293 2.876 1.475 6.028 2.803 9.362 3.992-21.308 27.275-36.869 70.873-31.458 89.867 4.078-1.933 52.235.817 56.209 1.227 6.59.681 5.602-60.767 22.356-69.128.983-.491 2.42-.801 4.185-1.011-6.053 18.576-9.697 40.722-12.313 58.184h255.799z" fill="#fff" />
<path d="m307.278 300.494c0 20.54-8.809 48.46-13.581 67.599-2.783 11.161-4.337 21.191 4.005 29.111 11.216 10.649 19.902 20.896 27.373 39.75 2.909 7.342 2.891 14.899.68 21.625 3.301 13.648 3.126 27.508 1.113 41.46h69.493c-11.931-43.43-33.396-88.705-67.451-116.266 6.4-18.134 9.86-37.694 9.86-67.316l1.087-58.937c0-21.092-6.405-40.687-17.376-56.948 5.034-5.122 9.292-12.031 12.297-20.763 9.152-26.597-7.592-63.677-15.874-66.526-3.908-1.345-5.024-.499-15.546 6.372 6.52 12.233 10.996 27.979 9.346 47.771-1.039 12.462-17.154 25.648-21.37 30.522 9.186 15.471 16.218 67.515 16.218 87.582z" fill="#e1bdfc" />
<path d="m261.741 480.704h-124.752c-1.196 6.773-2.222 13.335-3.121 19.335h127.653c.016-6.446.067-12.892.22-19.335z" fill="#e1bdfc" />
<path d="m234.244 172.53c-.033-.453-.087-.909-.187-1.368-.636-17.686-6.011-32.998-18.302-44.846-.306-19.791-5.558-35.195-18.092-44.334-6.33-21.88-16.145-45.222-28.399-69.589-1.533-3.756-7.136-2.543-6.979 1.51-1.507 21.935-1.604 42.313 2.259 58.319-5.298 13.024-5.383 26.153 1.528 39.452-4.283 13.173-4.471 26.858 1.597 41.237-6.411 13.842-1.619 26.489.111 32.479 7.113 20.104 67.941 7.25 66.464-12.86z" fill="#f6e06e" />
<path d="m234.244 172.53c-.033-.453-.087-.909-.187-1.368-.452-12.56-3.311-23.915-9.322-33.69.592 3.239.952 6.591 1.08 10.055.088.393.135.781.164 1.168 1.3 17.158-52.245 28.126-58.505 10.973-.294-.987-.689-2.187-1.093-3.563-4.391 12.568-.197 23.76 1.4 29.286 7.112 20.103 67.94 7.249 66.463-12.861z" fill="#dda86a" />
<path d="m80.726 191.531c14.136-8.162 24.621-21.191 30.395-36.46 1.64-4.337 3.951-8.521 6.965-12.412 14.391-18.583 40.644-23.851 61.079-12.239 24.373 13.85 31.46 45.168 16.14 68.028-13.19 19.682-34.443 27.89-54.105 27.264-11.455-.365-37.869-7.412-57.926-13.232-9.709-2.817-11.303-15.894-2.548-20.949z" fill="#ccf3e2" />
<path d="m179.165 130.419c-20.435-11.612-46.688-6.344-61.079 12.239-3.013 3.891-5.325 8.075-6.965 12.412-5.774 15.268-16.259 28.298-30.395 36.46-8.755 5.055-7.16 18.133 2.548 20.95 20.056 5.82 46.471 12.867 57.926 13.232 19.663.625 40.915-7.583 54.105-27.265 15.32-22.86 8.233-54.177-16.14-68.028zm2.196 45.227c-6.577 15.748-20.667 24.421-34.925 26.605-8.306 1.273-28.382-.203-43.696-1.656-7.413-.704-10.505-9.782-4.949-14.545 8.971-7.689 14.588-18.349 16.478-29.969.537-3.301 1.58-6.583 3.173-9.751 7.606-15.127 25.735-22.381 42.182-16.862 19.617 6.582 29.376 27.887 21.737 46.178z" fill="#b1b6e1" />
<path d="m246.469 394.011c-25.136-1.847-46.972 5.522-45.898 26.32 1.167 22.601 29.669 20.344 44.222 21.284.607-15.87 1.766-31.721 1.676-47.604z" fill="#a1e8c3" />
<path d="m153.91 394.011c25.136-1.847 46.972 5.522 45.898 26.32-1.167 22.601-29.669 20.344-44.222 21.284-.608-15.87-1.766-31.721-1.676-47.604z" fill="#a1e8c3" />
<path d="m125.015 286.129 11.793 21.563 21.562 11.793-21.562 11.793-11.793 21.562-11.793-21.562-21.563-11.793 21.563-11.793z" fill="#f6e06e" />
<path d="m251.113 286.129 11.793 21.563 21.562 11.793-21.562 11.793-11.793 21.562-11.793-21.562-21.563-11.793 21.563-11.793z" fill="#f6e06e" />
<path d="m466.77 103.602 8.324 23.406c.356 1.002 1.062 1.796 1.952 2.197l20.796 9.369c2.938 1.324 2.938 6.005 0 7.328l-20.796 9.369c-.89.401-1.596 1.195-1.952 2.198l-8.324 23.406c-1.176 3.307-5.335 3.307-6.511 0l-8.324-23.406c-.356-1.002-1.062-1.796-1.952-2.198l-20.796-9.369c-2.938-1.324-2.938-6.005 0-7.328l20.796-9.369c.891-.401 1.596-1.195 1.952-2.197l8.324-23.406c1.176-3.307 5.335-3.307 6.511 0z" fill="#fbf2aa" />
<path d="m70.968 4.494 6.175 17.363c.264.743.788 1.332 1.448 1.63l15.426 6.95c2.179.982 2.179 4.454 0 5.436l-15.426 6.95c-.66.297-1.184.887-1.448 1.63l-6.175 17.363c-.872 2.453-3.957 2.453-4.83 0l-6.175-17.363c-.264-.743-.788-1.333-1.448-1.63l-15.426-6.95c-2.179-.982-2.179-4.454 0-5.436l15.426-6.95c.66-.298 1.184-.887 1.448-1.63l6.175-17.363c.872-2.453 3.957-2.453 4.83 0z" fill="#fbf2aa" />
<circle cx="24.304" cy="110.176" fill="#f7e16e" r="12.35" />
<path d="m317.515 57.621c0 5.298-4.295 9.592-9.592 9.592-5.298 0-9.592-4.295-9.592-9.592 0-5.298 4.294-9.592 9.592-9.592s9.592 4.295 9.592 9.592z" fill="#f7e16e" />
<path d="m419.202 18.889 6.175 17.363c.264.743.788 1.332 1.448 1.63l15.426 6.95c2.179.982 2.179 4.454 0 5.436l-15.426 6.95c-.66.298-1.184.887-1.448 1.63l-6.175 17.362c-.872 2.453-3.957 2.453-4.83 0l-6.175-17.362c-.264-.743-.788-1.333-1.448-1.63l-15.426-6.95c-2.179-.982-2.179-4.454 0-5.436l15.426-6.95c.66-.298 1.184-.887 1.448-1.63l6.175-17.363c.872-2.453 3.957-2.453 4.83 0z" fill="#fbf2aa" />
</g>
<g>
<g fill="#3c122c">
<path d="m144.59 278.223c-.864 0-1.742-.185-2.576-.575l-15.55-7.286c-3.04-1.425-4.35-5.045-2.926-8.086 1.425-3.041 5.044-4.349 8.086-2.926l15.55 7.286c3.04 1.425 4.35 5.045 2.926 8.086-1.034 2.207-3.224 3.501-5.51 3.501z" />
<path d="m231.166 278.948c-2.286 0-4.476-1.295-5.51-3.501-1.424-3.041-.114-6.661 2.926-8.086l15.55-7.286c3.043-1.42 6.662-.114 8.086 2.926 1.424 3.041.114 6.661-2.926 8.086l-15.55 7.286c-.835.39-1.712.575-2.576.575z" />
<path d="m125.015 358.921c-2.223 0-4.268-1.212-5.334-3.163l-10.939-20-19.999-10.939c-1.951-1.066-3.163-3.111-3.163-5.334s1.212-4.268 3.163-5.334l19.999-10.938 10.939-20c1.066-1.951 3.111-3.163 5.334-3.163s4.268 1.212 5.334 3.163l10.939 20 19.999 10.938c1.951 1.066 3.163 3.111 3.163 5.334s-1.212 4.268-3.163 5.334l-19.999 10.939-10.939 20c-1.066 1.951-3.111 3.163-5.334 3.163zm-20.684-39.437 11.808 6.459c1.02.557 1.86 1.396 2.417 2.417l6.459 11.809 6.459-11.809c.557-1.02 1.396-1.859 2.417-2.417l11.808-6.459-11.808-6.458c-1.02-.557-1.86-1.396-2.417-2.417l-6.459-11.809-6.459 11.809c-.557 1.02-1.396 1.859-2.417 2.417z" />
<path d="m251.112 358.921c-2.223 0-4.268-1.213-5.335-3.163l-10.937-20-20-10.939c-1.951-1.066-3.163-3.111-3.163-5.334s1.213-4.268 3.163-5.335l20-10.937 10.937-20c1.067-1.949 3.112-3.163 5.335-3.163s4.268 1.212 5.334 3.163l10.939 20 20 10.937c1.95 1.067 3.163 3.112 3.163 5.335s-1.212 4.268-3.163 5.334l-20 10.939-10.939 20c-1.065 1.951-3.111 3.163-5.334 3.163zm-20.684-39.437 11.809 6.459c1.02.557 1.859 1.396 2.418 2.417l6.457 11.809 6.459-11.809c.557-1.02 1.396-1.859 2.417-2.417l11.809-6.459-11.809-6.457c-1.02-.558-1.859-1.397-2.417-2.418l-6.459-11.809-6.457 11.809c-.558 1.02-1.397 1.859-2.418 2.418z" />
<path d="m421.334 397.824c4.354-3.679 9.234-8.575 13.764-14.85 10.903-15.107 22.025-41.515 13.091-81.527-8.833-39.562-28.35-59.953-43.167-70.093-8.766-5.999-16.913-9.236-22.81-10.969-.587-14.519-4.498-43.06-25.369-56.046-2.919-1.816-6.024-3.245-9.31-4.291-.336-10.297-2.618-19.511-4.488-25.45-1.965-6.242-9.276-26.918-20.843-30.897-11.574-3.983-30.053 7.818-35.442 11.529-.114.078-.24.169-.356.25-5.363-12.123-12.602-20.904-21.678-26.201-13.29-7.758-29.38-7.563-47.976.528-2.343-5.02-5.642-9.713-10.274-13.743-6.176-20.477-15.363-42.755-28.034-67.977-2.665-5.895-9.075-9.151-15.444-7.771-6.307 1.365-10.771 6.883-10.848 13.27-1.725 25.366-1.158 43.438 1.845 57.883-5.427 15.404-4.393 30.487 3.087 44.879.307.591.681 1.123 1.08 1.625-.019.097-.034.194-.053.291-1.336-.056-2.671-.067-4.004-.024-8.126-8.583-17.568-14.451-23.735-17.714-5.734-3.035-25.295-12.527-36.255-7.266-10.957 5.262-15.781 26.464-16.998 32.837-1.988 10.414-4.077 30.482 4.284 47.896 1.193 2.482 2.493 4.822 3.872 7.05-2.401 1.932-4.931 3.688-7.588 5.222-6.193 3.577-9.506 10.207-8.646 17.305.602 4.964 3.134 9.214 6.948 12.007-.94 2.118-1.799 4.228-2.558 6.315-7.706 21.195-12.184 48.03-13.62 57.565-24.973 25.186-33.628 59.574-22.559 90.565 8.254 23.113 23.865 41.182 46.413 53.783-4.173 6.276-7.397 12.554-9.862 18.255-8.9 20.583-12.208 43.829-8.634 60.667 1.011 4.766 5.219 8.032 9.903 8.032.697 0 1.404-.072 2.114-.223 5.475-1.162 8.971-6.542 7.809-12.017-4.808-22.651 7.992-75.216 48.607-90.753 4.927-1.884 10.077-3.243 15.178-4.092l.936 28.403c-2.048.359-3.884.89-5.552 1.722-10.121 5.051-16.937 17.465-20.84 37.95-2.496 13.109-3.023 25.968-3.027 28.694-.009 5.595 4.52 10.139 10.116 10.149h.018c5.588 0 10.124-4.527 10.134-10.117 0-.11.218-12.065 2.671-24.943 2.802-14.7 6.911-21.746 9.706-23.447 1.555-.351 5.822-.493 8.98-.599 8.247-.274 18.513-.616 27.544-3.879 4.202-1.519 7.797-3.608 10.764-6.176 3.091 2.708 7.097 5.151 12.284 7.09 9.79 3.661 20.928 4.535 29.877 5.238 3.38.266 7.954.625 9.538 1.046 1.47.939 8.065 7.062 4.817 39.989-.175 1.777-.263 2.67-.262 3.534.007 5.592 4.542 10.121 10.134 10.121h.013c5.512-.007 9.99-4.414 10.118-9.893.026-.378.089-.981.167-1.771 2.106-21.347 2.725-50.815-16.137-60.229-2.732-1.363-6.126-1.987-10.359-2.435l1.937-30.166c4.853.839 9.78 2.128 14.58 3.873 19.942 7.25 33.805 21.081 41.201 41.106 6.548 17.73 6.317 36.132 3.916 47.442-1.162 5.475 2.335 10.855 7.809 12.017.71.15 1.417.223 2.114.223 4.684 0 8.892-3.266 9.903-8.032 3.871-18.239 2.103-40.173-4.73-58.673-9.422-25.509-27.849-43.882-53.287-53.132-26.111-9.491-54.241-8.039-70.001 3.619-1.309.968-2.518 2.009-3.645 3.103-1.255-1.232-2.612-2.4-4.095-3.478-16.104-11.706-44.139-12.987-69.76-3.186-12.056 4.612-21.766 11.388-29.57 19.026-19.912-10.228-33.523-25.252-40.454-44.657-8.694-24.341-1.046-51.744 19.958-71.518 1.695-1.596 2.79-3.73 3.099-6.038.044-.33 4.508-33.246 13.084-56.832.564-1.549 1.473-3.842 2.763-6.634 22.272 6.119 37.64 9.347 45.768 9.605.774.025 1.547.037 2.317.037 23.179 0 44.369-11.098 57.032-29.993.241-.359.46-.729.692-1.093 1.69-.246 3.365-.522 4.987-.863 16.334-3.424 34.986-12.631 34.288-27.349-.203-2.273-.341-4.554-.531-6.792 7.464.152 14.872 1.193 22.045 3.124 5.317 1.434 10.812-1.65 12.36-6.938.307-1.048.573-1.895.84-2.67 6.683-19.421 31.738-34.247 40.421-35.955 5.793 6.69 16.42 33.794 9.737 53.215-2.404 6.986-5.749 12.691-9.942 16.957-3.378 3.437-3.868 8.777-1.174 12.771 10.217 15.142 15.625 32.842 15.643 51.189l-1.085 58.841c-.001.062-.002.125-.002.187 0 26.385-2.776 45.509-9.282 63.943-1.428 4.046-.154 8.551 3.181 11.25 27.811 22.508 50.56 61.955 64.054 111.073 1.236 4.499 5.316 7.452 9.766 7.452.889 0 1.792-.118 2.691-.365 1.833-.504 3.401-1.488 4.626-2.769 8.086-5.652 38.733-29.28 38.733-62.81 0-22.715-11.406-37.747-21.071-46.407zm-205.422 10.868c5.519-4.081 14.337-6.057 24.334-5.898l-1.943 30.259c-17.234-1.714-27.174-4.787-27.611-13.244-.247-4.769 1.413-8.301 5.22-11.117zm-26.224 11.117c-.412 7.963-6.942 10.656-27.834 11.399l-.943-28.583c9.492-.032 17.946 1.905 23.292 5.791 3.993 2.903 5.736 6.523 5.485 11.393zm-5.092-345.695-10.037-3.394c-.007-.046-.019-.092-.026-.139-.034-.204-.069-.408-.115-.61-.01-.042-.014-.084-.024-.127-2.104-8.721-2.852-19.079-2.933-29.218 5.266 11.838 9.621 22.945 13.135 33.488zm-12.787 8.512 18.405 6.224c.015.016.032.031.047.047.164.176.335.344.51.507.053.049.102.099.155.146.239.213.488.415.745.603.007.006.013.011.02.016 6.791 4.952 9.859 12.978 10.182 27.074l-26.199-8.767c-.167-.499-.362-.993-.612-1.475-4.182-8.053-5.251-15.935-3.253-24.375zm-68.716 29.329c5.329.448 17.105 4.946 27.483 12.497-6.583 3.463-12.522 8.318-17.297 14.484-3.316 4.28-5.956 8.986-7.846 13.984-1.596 4.22-3.589 8.22-5.914 11.957-8.495-18.215-1.3-45.668 3.574-52.922zm87.161 83.108c-10.735 16.018-29.006 25.207-48.861 24.571-8.434-.268-28.473-4.883-56.425-12.994-3.181-.922-3.756-3.704-3.857-4.534-.1-.828-.206-3.66 2.654-5.31 14.914-8.611 26.648-22.665 33.042-39.575 1.462-3.867 3.509-7.514 6.085-10.839 12.551-16.209 35.449-20.8 53.268-10.676 10.224 5.809 17.332 15.272 20.017 26.646 2.65 11.218.49 23.141-5.923 32.711zm16.993-7.975c1.479-5.036 2.209-10.273 2.179-15.533l17.323 5.104c-2.867 3.716-9.868 7.855-19.502 10.429zm.455-28.718c-3.677-14.168-12.696-25.943-25.533-33.237-3.546-2.015-7.249-3.576-11.035-4.704.232-.137.469-.269.688-.42l41.671 13.944c.454.152.912.229 1.369.271 6.922 8.038 11.06 17.919 12.544 29.952zm50.358-11.117c-6.632-1.206-13.379-1.815-20.152-1.815h-2.601c-3.032-8.105-7.455-15.265-13.272-21.411.062-.423.108-.85.116-1.288.079-4.125.018-8.507-.39-12.952 13.714-6.67 24.699-7.693 32.737-3.01 7.241 4.219 12.263 12.726 15.71 22.73-4.588 4.985-8.97 10.928-12.148 17.746zm143.653 335.287c-10.83-33.624-29.508-73.956-61.042-102.068 5.736-18.642 8.227-38.231 8.233-63.922l1.085-58.844c.001-.062.002-.125.002-.187 0-19.841-5.169-39.07-15.011-56.068 3.853-5.273 6.995-11.414 9.381-18.346.249-.723.475-1.449.692-2.176.355.191.708.384 1.052.598 14.739 9.133 16.447 36.582 15.862 46.37-.347 5.464 3.71 10.216 9.161 10.73.432.041 43.341 4.798 57.281 67.235 13.643 61.099-27.345 81.814-29.039 82.638-3.532 1.661-5.823 5.19-5.847 9.094-.025 3.903 2.167 7.46 5.678 9.165.936.469 22.938 11.788 22.938 37.471-.001 16.148-11.393 29.921-20.426 38.31z" />
</g>
<path d="m132.97 177.21c-1.505 0-3.033-.337-4.474-1.047-5.019-2.475-7.082-8.551-4.607-13.571 9.113-18.482 24.243-23.168 25.938-23.641 0 0 12.25-4.736 15.026 6.293s-9.4 13.176-9.4 13.176c-.335.108-8.265 2.751-13.387 13.136-1.763 3.578-5.358 5.654-9.096 5.654z" fill="#fff" />
</g>
</symbol>
<symbol id="unicorn-5" viewBox="0 0 507.434 507.434">
<title>unicorn-5</title>
<g>
<path d="m392.986 260.922c0 42.358 6.782 106.871 52.224 106.871s52.224-64.513 52.224-106.871z" fill="#fff" />
<path d="m494.571 303.827c-4.983 33.068-17.914 63.965-49.361 63.965-31.448 0-44.378-30.897-49.361-63.965z" fill="#d789b9" />
<path d="m495.533 296.617c1.448-12.381 1.901-24.774 1.901-35.695h-22.918c0 10.834-.569 23.526-2.581 35.695z" fill="#e1bdfc" />
<path d="m469.895 306.617c-5.116 20.728-15.536 37.727-36.144 37.727-8.365 0-15.049-2.805-20.384-7.521.666 1.749 1.286 3.513 1.828 5.303 1.767 5.825 3.446 11.763 5.622 17.464 6.537 5.168 14.555 8.203 24.392 8.203 30.562 0 43.636-29.18 48.922-61.176z" fill="#c668b9" />
<path d="m387.736 458.144c-26.845 17.741-72.32 21.46-86.422-.683 3.838-1.701-8.627-41.665-6.49-44.748 3.543-5.112 45.77 9.801 61.828 3.074 8.071-3.381 45.695-37.756 65.622-21.801s-7.693 46.417-34.538 64.158z" fill="#fff" />
<path d="m412.668 442.996c16.62-16.738 24.789-36.853 9.606-49.01-16.498-13.21-32.305 8.473-41.836 18.244 10.715 10.291 21.08 20.963 32.23 30.766z" fill="#a1e8c3" />
<path d="m68.581 478.402s-32.452-15.227-36.38-42.984 18.03-42.897 18.03-42.897-44.435-14.224-39.911-75.823 45.696-71.558 45.696-71.558-16.809-81.995 64.721-48.25c0 0-20.525-110.454 57.89-74.445l21.162 197.563z" fill="#ccf3e2" />
<path d="m51.6 392.307s-39.989-14.093-39.27-53.251c6.571 17.235 50.024 77.594 109.248-22.951 2.201-3.736 36.837 58.293 40.958 57.201l-93.1 106.718s-33.734-15.799-37.402-44.133c-3.667-28.333 19.566-43.584 19.566-43.584z" fill="#b1b6e1" />
<path d="m70.957 479.987c13.413-36.122 34.586-64.352 59.12-82.836l.009.212c-9.94-14.085-17.691-30.117-24.909-55.673l-15.299-50.583c-5.139-18.197-4.388-36.663 1.115-53.365-5.591-3.193-10.948-8.115-15.669-14.917-14.377-20.716-8.967-56.786-2.516-61.263s42.134 3.075 56.511 23.791c.568.819 1.097 1.636 1.609 2.452 6.752-4.031 14.135-7.256 22.064-9.495l54.28-15.331c4.053-1.145 8.035-1.936 11.937-2.425-.854-5.145-.826-10.905.271-17.204 4.281-24.583 33.17-46.22 40.825-44.887s27.53 31.461 23.249 56.044c-1.416 8.134-4.207 14.823-7.94 20.035 12.621 8.138 22.306 18.213 28.067 26.214 13.903 19.309 26.103 47.548 26.103 47.548 26.833 13.968 41.289 39.367 39.515 65.512-1.464 21.572-11.218 39.84-26.936 54.459-13.815 12.849-39.193 23.224-53.902 26.03l-2.258 1.088c8.608 28.579 14.118 65.422 14.077 84.594" fill="#fff" />
<path d="m330.115 245.359s-12.355-28.598-26.435-48.152c-5.834-8.103-15.643-18.306-28.424-26.547 3.78-5.278 6.607-12.053 8.041-20.29 4.335-24.895-15.793-55.406-23.545-56.757-3.458-.602-11.193 3.432-19.087 10.285.568-.052 1.071-.035 1.496.06 6.946 1.547 23.843 29.959 18.877 52.267-1.643 7.381-4.482 13.382-8.12 17.991 11.199 7.984 19.629 17.615 24.559 25.181 11.895 18.259 21.851 44.615 21.851 44.615 23.953 13.925 36.093 37.781 33.354 61.624-2.26 19.673-11.965 35.97-26.969 48.674-8.696 7.363-20.199 16.693-31.917 21.138-9.082 3.445-17.424 8.757-16.258 18.682 1.332 11.326 1.743 31.133 2.763 43.729.944 11.656-8.561 21.488-20.243 20.943l-161.999-.402c-6.052 10.284-5.566 9.486-10.059 21.587h232.237c.041-19.415-5.538-56.727-14.256-85.669l2.287-1.102c14.896-2.842 40.597-13.348 54.587-26.361 15.917-14.805 25.796-33.305 27.278-55.151 1.796-26.478-12.844-52.2-40.018-66.345z" fill="#e1bdfc" />
<path d="m164.615 200.167c-.086-.398-.155-.803-.186-1.224-3.924-15.373-3.173-29.902 4.402-43.2-4.74-17.1-4.118-31.676 4.352-42.706-.088-20.419 2.452-42.978 6.831-67.033.369-3.618 5.495-3.992 6.385-.466 6.842 18.485 12.078 35.988 12.802 50.731 7.849 9.863 11.242 21.133 8.661 34.319 7.014 10.247 10.636 21.97 9.052 35.872 9.014 10.285 8.09 22.374 8.116 27.963-1.033 19.09-56.601 23.414-60.415 5.744z" fill="#f6e06e" />
<path d="m164.615 200.167c-.086-.398-.155-.803-.186-1.224-2.787-10.917-3.199-21.406-.5-31.334.31 2.936.848 5.91 1.613 8.922.024.36.081.706.154 1.046 3.22 15.087 52.047 10.982 53.095-5.355.004-.923.039-2.055.039-3.341 6.955 9.7 6.177 20.386 6.201 25.543-1.034 19.089-56.602 23.413-60.416 5.743z" fill="#dda86a" />
<path d="m301.46 177.694c-14.223-3.446-26.535-12.001-35.361-23.674-2.507-3.316-5.553-6.33-9.129-8.915-17.077-12.344-40.989-10.238-55.629 4.917-17.462 18.075-15.638 46.803 3.318 62.592 16.321 13.593 36.676 15.28 53.429 9.77 9.76-3.21 30.697-15.95 46.476-26.026 7.639-4.879 5.703-16.53-3.104-18.664z" fill="#ccf3e2" />
<path d="m204.659 212.614c16.321 13.593 36.676 15.28 53.429 9.77 9.76-3.21 30.697-15.95 46.476-26.026 7.638-4.878 5.703-16.529-3.105-18.663-14.223-3.446-26.535-12.002-35.361-23.674-2.507-3.316-5.553-6.33-9.129-8.915-17.077-12.344-40.989-10.238-55.629 4.916-17.461 18.075-15.637 46.803 3.319 62.592zm13.248-68.351c12.751-8.905 30.178-7.25 40.544 3.838 2.171 2.322 3.898 4.881 5.194 7.584 4.564 9.517 12.09 17.265 21.75 21.61 5.982 2.691 5.618 11.282-.579 13.761-12.804 5.122-29.698 11.467-37.164 12.473-12.815 1.726-27.127-2.171-36.766-14.053-11.194-13.8-8.187-34.592 7.021-45.213z" fill="#b1b6e1" />
<path d="m468.27 99.229 8.215 23.098c.352.989 1.048 1.773 1.926 2.168l20.521 9.246c2.899 1.306 2.899 5.925 0 7.232l-20.521 9.246c-.879.396-1.575 1.18-1.926 2.169l-8.215 23.098c-1.16 3.263-5.264 3.263-6.425 0l-8.214-23.098c-.352-.989-1.048-1.773-1.927-2.169l-20.521-9.246c-2.899-1.306-2.899-5.925 0-7.232l20.521-9.246c.879-.396 1.575-1.179 1.927-2.168l8.214-23.098c1.16-3.263 5.264-3.263 6.425 0z" fill="#fbf2aa" />
<path d="m62.791 28.248 6.093 17.133c.261.734.777 1.315 1.429 1.608l15.222 6.858c2.151.969 2.151 4.395 0 5.364l-15.222 6.858c-.652.294-1.168.875-1.429 1.608l-6.093 17.133c-.861 2.421-3.905 2.421-4.766 0l-6.093-17.133c-.261-.734-.777-1.315-1.429-1.608l-15.223-6.857c-2.15-.969-2.15-4.395 0-5.364l15.222-6.858c.652-.294 1.168-.875 1.429-1.608l6.093-17.133c.861-2.422 3.906-2.422 4.767-.001z" fill="#fbf2aa" />
<g fill="#f7e16e">
<circle cx="312.746" cy="31.218" r="12.187" />
<path d="m401.611 73.995c0 5.228-4.238 9.466-9.466 9.466s-9.466-4.238-9.466-9.466 4.238-9.466 9.466-9.466c5.228.001 9.466 4.239 9.466 9.466z" />
</g>
</g>
<g>
<path d="m473.251 419.664h-18.041v-42.775c25.756-4.807 52.225-30.535 52.225-115.966 0-5.523-4.478-10-10-10h-104.449c-5.523 0-10 4.477-10 10 0 85.431 26.468 111.159 52.224 115.966v17.377c-1.592-3.064-3.827-5.797-6.686-8.086-17.855-14.296-39.423-1.492-56.755 8.793-9.064 5.38-18.438 10.942-25.967 12.358-14.179 2.672-30.921-3.314-41.555-8.758 14.661-4.964 32.837-13.652 44.663-24.65 18.125-16.858 28.534-37.987 30.104-61.104 2.016-29.701-13.901-57.506-41.734-73.349-3.506-7.729-13.019-27.825-24.024-43.781 1.786-3.151 2.477-6.871 1.842-10.684-1.091-6.543-5.775-11.579-12.224-13.142-4.548-1.102-8.948-2.826-13.105-5.09 1.463-3.803 2.616-7.864 3.374-12.225 3.016-17.318-3.754-34.332-8.058-42.932-2.652-5.298-12.17-22.735-23.328-24.68-11.164-1.945-26.011 11.251-30.297 15.342-3.593 3.429-8.558 8.759-12.941 15.486-.772-8.896-3.951-17.306-9.545-25.134-1.107-13.213-5.198-28.903-13.07-50.223-1.814-5.867-7.441-9.737-13.619-9.29-6.253.456-11.287 5.196-12.156 11.356-4.253 23.423-6.514 43.832-6.887 62.148-14.369-3.102-26.348-1.018-35.736 6.3-12.4 9.664-17.256 26.622-18.734 42.97-2.882-1.276-5.529-2.279-7.725-3.025-5.657-1.924-24.842-7.692-34.203-1.195-9.362 6.497-10.669 26.488-10.847 32.46-.063 2.121-.055 4.677.089 7.502-12.241 14.023-12.264 35.244-11.091 47.099-14.157 6.854-40.917 26.419-44.649 77.232-2.602 35.433 9.948 56.852 20.934 68.58 4.2 4.484 8.471 7.922 12.305 10.514-6.876 8.795-13.961 22.854-11.286 41.761 4.632 32.735 40.509 49.92 42.034 50.635 1.373.645 2.818.949 4.241.949.498 0 .992-.043 1.48-.116.213.014.426.028.639.028 4.061 0 7.879-2.492 9.376-6.521 11.993-32.296 30.726-58.936 54.243-77.17 3.482-1.747 5.676-5.398 5.502-9.374l-.009-.212c-.107-2.45-1.105-4.729-2.739-6.449-9.549-13.882-16.328-29.34-22.528-51.292-.017-.06-.034-.118-.052-.178l-15.272-50.492c-4.403-15.653-4.053-32.053 1.013-47.431 1.488-4.516-.41-9.455-4.539-11.812-4.539-2.593-8.715-6.608-12.413-11.935-9.914-14.286-7.802-39.241-4.695-46.864 8.26-.281 32.346 6.509 42.256 20.789.423.61.854 1.268 1.354 2.066 2.889 4.608 8.931 6.064 13.6 3.275 6.129-3.659 12.742-6.505 19.655-8.458l.837-.236c.293 4.52 1.023 9.173 2.219 13.96.04.338.11.696.179 1.055.014.099.031.197.05.295.007.035.009.065.017.1 0 .001.001.003.001.004.014.064.033.124.047.187.017.067.032.134.051.201 2.799 11.541 17.45 15.51 31.215 15.509 1.954 0 3.89-.079 5.77-.229 1.414-.112 2.854-.28 4.3-.481.23.199.451.406.685.601 11.119 9.261 24.911 14.099 39.113 14.099 6.665 0 13.419-1.065 20.03-3.24 7.014-2.306 19.6-9.08 37.448-20.136 12.223 18.021 22.822 42.393 22.933 42.65.912 2.109 2.523 3.842 4.561 4.902 22.611 11.77 35.699 33.215 34.154 55.965-1.235 18.205-9.232 34.292-23.77 47.814-12.521 11.646-36.481 21.147-48.965 23.529-.854.163-1.685.438-2.469.815l-2.259 1.089c-4.432 2.137-6.651 7.181-5.232 11.892 8.48 28.154 13.689 64.323 13.652 81.689-.012 5.522 4.456 10.01 9.978 10.021h.022c5.443 0 9.867-4.353 9.989-9.772 9.683 2.879 20.103 4.523 30.676 4.522 14.157-.001 28.566-2.908 41.75-9.594 12.917-6.55 29.29-19.315 40.922-33.806h49.897c5.522 0 10-4.478 10-10 .005-5.521-4.473-9.998-9.995-9.998zm-394.122-179.442c-4.24 17.045-3.962 34.848.862 51.928.017.06.034.118.052.178l15.273 50.497c5.902 20.875 12.389 36.57 21.047 50.621-21.37 18.193-38.801 42.606-51.064 71.442-8.42-5.648-21.152-16.411-23.198-30.871-2.978-21.043 13.176-32.814 13.805-33.264 3.139-2.164 4.774-5.925 4.216-9.696-.558-3.772-3.212-6.897-6.843-8.061-.37-.118-36.889-12.437-32.987-65.566 3.847-52.386 36.078-62.024 38.116-62.58 5.297-1.19 8.478-6.37 7.407-11.699-.812-4.042-1.676-11.743-1.044-19.577.649 1.109 1.329 2.207 2.073 3.279 3.673 5.29 7.787 9.765 12.285 13.369zm179.093-132.988c5.957 5.605 18.149 27.043 15.218 43.885-.116.669-.261 1.308-.4 1.954-.737-.87-1.462-1.755-2.155-2.672-2.922-3.863-6.421-7.281-10.4-10.158-8.004-5.786-17.324-8.782-26.686-9.113 6.848-11.787 18.792-21.447 24.423-23.896zm-72.633-31.72c1.89 7.282 3.3 14.635 3.625 21.247.002.044.01.086.013.13.012.198.035.396.059.594l-5.878 4.125c.337-8.196 1.054-16.858 2.181-26.096zm-4.474 43.614c.059-.077.106-.158.162-.235.112-.154.222-.31.325-.471.079-.124.152-.249.226-.375.09-.156.179-.312.261-.474.071-.138.135-.277.199-.417.022-.05.048-.097.07-.147l12.739-8.941c3.483 6.393 4.427 13.07 2.953 20.6-.103.525-.15 1.048-.169 1.566l-18.76 13.078c-2.945-11.39-2.295-18.599 1.994-24.184zm-31.104 47.883c-5.67 1.602-11.182 3.688-16.466 6.229-1.642-1.854-3.396-3.554-5.206-5.137.025-15.531 2.51-32.44 11.471-39.413 4.253-3.31 10.227-4.245 17.833-2.836-1.181 10.027 1.206 20.114 3.912 28.705.133.422.298.825.48 1.216-1.408 2.849-2.55 5.792-3.455 8.816zm21.993-4.261c1.986-1.237 4.491-2.611 6.203-4.173l20.176-14.065c-.458.439-.913.881-1.357 1.341-9.228 9.553-14.059 21.981-13.72 35.13l-14.51 9.351c-1.545-10.192-.491-19.3 3.208-27.584zm1.06 39.11 12.331-7.947c1.222 4.014 2.953 7.854 5.148 11.42-7.878.081-14.147-1.398-17.479-3.473zm83.149 14.824c-16.74 5.503-34.578 2.26-47.714-8.681-7.819-6.512-12.619-16.078-13.169-26.244-.558-10.307 3.109-20.098 10.327-27.568 7.088-7.337 16.71-11.115 26.385-11.115 7.488 0 15.01 2.264 21.412 6.892 3.013 2.178 5.656 4.759 7.858 7.672 9.851 13.027 23.606 22.221 38.734 25.886 2.48.602 3.074 2.615 3.214 3.453.14.841.232 2.943-1.926 4.322-21.95 14.018-37.975 23.032-45.121 25.383zm117.174 238.947c-20.533 10.412-45.435 8.992-64.727 1.371-1.213-11.179-3.211-24.094-5.886-37.076 13.552 5.764 30.808 10.052 46.726 7.06 8.076-1.519 16.107-5.417 23.983-9.861l19.829 24.879c-6.267 5.386-13.146 10.189-19.925 13.627zm44.614-48.259c-.734 7.104-7.076 16.983-15.958 26.334l-18.094-22.702c15.238-8.978 25.784-14.25 32.075-9.213 1.141.915 2.328 2.174 1.977 5.581zm-14.881-136.45h84.181c-.245 8.967-.832 17.303-1.749 25.005h-80.684c-.916-7.701-1.503-16.038-1.748-25.005zm8.393 56.064c-1.952-5.668-3.566-12.037-4.851-19.059h77.097c-1.285 7.022-2.899 13.39-4.851 19.059-10.607 30.807-27.987 30.807-33.698 30.807-5.711-.001-23.091-.001-33.697-30.807z" fill="#3c122c" />
<path d="m250.336 179.871c-2.699 0-5.388-1.085-7.36-3.227-6.672-7.248-13.9-7.618-13.988-7.618 0 0 0 0-.001 0-.045.001-.092.001-.138.001-5.46 0-9.922-4.389-9.996-9.865-.075-5.522 4.342-10.06 9.864-10.134 1.6-.045 16.191.185 28.973 14.071 3.74 4.063 3.479 10.39-.585 14.13-1.921 1.768-4.348 2.642-6.769 2.642z" fill="#fff" />
<g fill="#3c122c">
<path d="m190.062 327.812c-23.373 0-42.388-19.015-42.388-42.387 0-23.373 19.015-42.388 42.388-42.388 23.372 0 42.388 19.015 42.388 42.388 0 23.372-19.015 42.387-42.388 42.387zm0-72.774c-16.756 0-30.388 13.632-30.388 30.388 0 16.755 13.632 30.387 30.388 30.387s30.388-13.632 30.388-30.387c0-16.757-13.632-30.388-30.388-30.388z" />
<path d="m173.129 343.268c0 3.819 3.096 6.915 6.915 6.915s6.915-3.096 6.915-6.915-3.096-6.915-6.915-6.915c-3.819.001-6.915 3.096-6.915 6.915z" />
<circle cx="180.044" cy="363.815" r="6.915" />
<path d="m266.834 317.087c-1.011 0-2.035-.256-2.976-.794-2.876-1.646-3.872-5.312-2.226-8.188 3.349-5.849 9.606-9.395 16.347-9.23 5.624.13 10.8 2.779 14.2 7.268 2.001 2.642 1.482 6.404-1.159 8.405-2.643 2.002-6.405 1.481-8.405-1.159-1.178-1.555-2.969-2.472-4.913-2.518-2.368-.051-4.496 1.171-5.655 3.197-1.109 1.935-3.132 3.019-5.213 3.019z" />
<path d="m286.649 262.888c-2.868 0-5.404-2.063-5.906-4.985-.562-3.266 1.632-6.368 4.897-6.929l19.882-3.414c3.27-.567 6.367 1.632 6.929 4.897.561 3.266-1.632 6.368-4.898 6.929l-19.882 3.414c-.343.06-.685.088-1.022.088z" />
<path d="m184.003 294.541c-2.366 0-4.608-1.409-5.558-3.735-1.251-3.068.221-6.57 3.289-7.822l18.678-7.62c3.068-1.254 6.57.221 7.822 3.289 1.251 3.068-.221 6.57-3.289 7.822l-18.678 7.62c-.742.303-1.509.446-2.264.446z" />
</g>
</g>
</symbol>
<symbol id="unicorn-6" viewBox="0 0 512 512">
<title>unicorn-6</title>
<g>
<path d="m418.932 501.74s36.639-17.191 41.074-48.53c4.435-31.338-20.356-48.432-20.356-48.432s50.168-16.059 45.06-85.606c-5.107-69.547-51.592-80.79-51.592-80.79s18.978-92.574-73.071-54.475c0 0 23.173-124.705-65.359-84.05l-23.893 223.053z" fill="#e8c2d8" />
<path d="m437.867 404.497s54.088-15.583 49.675-88.405c-.794-13.096-10.881-31.779-14.053-41.271 3.746 103.962-72.253 140.032-138.59 74.099-3.56-3.538-19.985 31.097-24.715 29.688l103.959 126.75s39.586-17.092 44.827-49.744c5.24-32.654-21.103-51.117-21.103-51.117z" fill="#d392d8" />
<path d="m416.545 501.639c-15.144-40.782-39.048-72.655-66.747-93.524l-.01.239c11.222-15.902 19.973-34.003 28.123-62.856l17.273-57.109c5.802-20.544 4.954-41.393-1.259-60.25 6.313-3.605 12.36-9.162 17.69-16.842 16.232-23.389 10.124-64.113 2.841-69.167-7.283-5.055-47.57 3.472-63.802 26.86-.641.924-1.239 1.847-1.816 2.768-7.623-4.551-15.959-8.192-24.91-10.72l-61.283-17.309c-4.577-1.293-9.072-2.186-13.477-2.738.964-5.808.932-12.312-.306-19.424-4.833-27.755-37.45-52.183-46.092-50.678-8.643 1.505-31.082 35.52-26.249 63.275 1.599 9.183 4.75 16.736 8.964 22.62-14.249 9.188-25.184 20.562-31.688 29.596-15.697 21.8-29.471 53.682-29.471 53.682-30.295 15.77-46.616 44.447-44.613 73.964 1.653 24.355 12.666 44.98 30.411 61.486 15.597 14.507 44.249 26.22 60.857 29.389l2.55 1.229c-9.719 32.267-15.939 73.863-15.893 95.508" fill="#faf1a9" />
<path d="m350.684 408.194c11.168-15.863 19.889-33.939 28.011-62.695l17.273-57.109c5.803-20.544 4.954-41.393-1.259-60.25 6.313-3.604 12.361-9.162 17.69-16.842 16.232-23.388 10.124-64.113 2.841-69.167-3.36-2.331-13.747-1.766-25.552 1.809 4.747 7.965 3.99 44.48-11.986 65.045-5.513 7.098-11.368 12.13-17.199 15.282 2.888 18.34.956 38.333-6.597 57.72l-21.97 53.837c-7.048 18.091-13.719 31.626-20.797 42.981-5.793 9.294-5.411 21.149 1.114 29.944 8.923 12.026 16.628 26.266 22.696 42.483 6.355 16.983-6.76 34.917-24.866 33.911l-150.37-3.349c-1.094 9.599-1.308 13.179-1.294 19.847h258.909c-15.124-40.734-38.989-72.577-66.644-93.447z" fill="#dfb5a7" />
<path d="m310.508 187.607c.097-.45.175-.907.209-1.382 4.431-17.356 3.583-33.76-4.97-48.773 5.352-19.306 4.649-35.763-4.913-48.215.099-23.054-2.769-48.523-7.713-75.682-.416-4.085-6.204-4.507-7.209-.526-7.724 20.87-13.636 40.631-14.454 57.276-8.862 11.135-12.693 23.86-9.778 38.747-7.919 11.569-12.009 24.805-10.221 40.5-10.177 11.612-9.134 25.26-9.163 31.571 1.168 21.553 63.905 26.434 68.212 6.484z" fill="#ccf3e2" />
<path d="m310.508 187.607c.097-.45.175-.907.209-1.382 3.147-12.326 3.612-24.168.565-35.376-.35 3.315-.957 6.672-1.821 10.073-.027.406-.092.797-.174 1.181-3.635 17.033-58.762 12.398-59.945-6.046-.004-1.042-.045-2.32-.045-3.772-7.852 10.951-6.974 23.016-7.001 28.838 1.168 21.553 63.905 26.434 68.212 6.484z" fill="#b1b6e1" />
<path d="m156.007 162.235c16.058-3.891 29.958-13.55 39.924-26.729 2.831-3.743 6.27-7.147 10.306-10.065 19.28-13.937 46.277-11.559 62.806 5.551 19.714 20.407 17.656 52.842-3.746 70.667-18.427 15.347-41.408 17.251-60.323 11.03-11.019-3.624-34.658-18.008-52.473-29.384-8.623-5.506-6.439-18.661 3.506-21.07z" fill="#e8c2d8" />
<path d="m269.043 130.992c-16.529-17.109-43.526-19.488-62.806-5.551-4.037 2.918-7.476 6.321-10.306 10.065-9.965 13.178-23.866 22.838-39.924 26.729-9.944 2.41-12.129 15.564-3.505 21.071 17.815 11.377 41.453 25.76 52.473 29.384 18.915 6.221 41.896 4.317 60.323-11.031 21.401-17.825 23.459-50.26 3.745-70.667zm-10.778 44.545c-10.882 13.415-27.041 17.815-41.509 15.866-8.429-1.135-27.503-8.299-41.959-14.082-6.997-2.8-7.408-12.498-.654-15.537 10.906-4.906 19.404-13.654 24.556-24.398 1.464-3.052 3.414-5.942 5.864-8.563 11.704-12.519 31.38-14.387 45.775-4.333 17.171 11.991 20.567 35.466 7.927 51.047z" fill="#d392d8" />
<path d="m246.509 319.835c-3.853 2.873-15.816 6.935-18.689 3.083-2.873-3.853 4.431-14.161 8.284-17.034s9.305-2.079 12.178 1.773c2.874 3.852 2.08 9.304-1.773 12.178z" fill="#d789b9" />
<path d="m55.45 110.691 11.937 21.825 21.824 11.936-21.824 11.936-11.937 21.825-11.936-21.825-21.825-11.936 21.825-11.936z" fill="#f6e06e" />
<path d="m462.785 59.72 8.426 23.691c.361 1.014 1.075 1.818 1.976 2.224l21.048 9.483c2.974 1.34 2.974 6.078 0 7.417l-21.048 9.483c-.901.406-1.615 1.21-1.976 2.224l-8.426 23.691c-1.19 3.347-5.4 3.347-6.59 0l-8.426-23.691c-.361-1.014-1.075-1.818-1.976-2.224l-21.048-9.483c-2.974-1.34-2.974-6.078 0-7.417l21.048-9.483c.901-.406 1.615-1.21 1.976-2.224l8.426-23.691c1.19-3.347 5.4-3.347 6.59 0z" fill="#ccf3e2" />
<g fill="#a1e8c3">
<circle cx="81.402" cy="58.268" r="12.501" />
<path d="m394.413 33.838c0 5.362-4.347 9.709-9.709 9.709s-9.709-4.347-9.709-9.709 4.347-9.709 9.709-9.709c5.362.001 9.709 4.347 9.709 9.709z" />
</g>
</g>
<g>
<path d="m471.582 395.068c12.262-13.091 26.268-37.016 23.358-76.646-4.243-57.767-34.992-79.386-50.536-86.687 1.29-13.026 1.465-37.634-12.415-53.359.185-3.347.191-6.354.117-8.842-.197-6.62-1.63-28.77-11.801-35.83-10.174-7.06-31.423-.652-37.694 1.479-2.787.948-6.216 2.255-9.951 3.972-1.483-18.665-6.783-38.24-20.89-49.234-10.609-8.268-24.263-10.467-40.727-6.643-.339-20.954-2.887-44.346-7.781-71.286-.905-6.484-6.198-11.475-12.777-11.956-6.513-.469-12.426 3.608-14.324 9.79-8.916 24.142-13.524 41.854-14.732 56.737-6.978 9.68-10.621 20.163-10.931 31.304-5.263-8.81-11.681-15.743-16.172-20.03-4.751-4.533-21.188-19.168-33.316-17.051-12.121 2.111-22.651 21.436-25.59 27.309-4.803 9.596-12.358 28.57-9.004 47.832.875 5.023 2.176 9.724 3.881 14.082-4.971 2.8-10.261 4.918-15.739 6.245-7.035 1.704-12.145 7.197-13.335 14.336-.743 4.453.165 8.796 2.433 12.381-12.576 18.189-23.448 41.255-27.288 49.743-31.254 17.661-49.144 48.776-46.889 82.009 1.779 26.202 13.103 49.182 33.66 68.302 15.421 14.343 40.503 25.178 57.777 30.007-8.58 32.142-13.577 69.057-13.535 88.631.012 5.657 4.602 10.235 10.257 10.235h.022c5.664-.012 10.247-4.614 10.235-10.279-.043-20.115 5.727-60.224 15.458-92.527 1.455-4.834-.821-10.008-5.37-12.199l-2.55-1.229c-.803-.387-1.653-.667-2.529-.834-14.215-2.712-41.514-13.544-55.793-26.824-16.611-15.45-25.75-33.844-27.163-54.67-1.772-26.101 13.216-50.689 39.114-64.171 2.092-1.089 3.744-2.865 4.68-5.03.127-.294 12.288-28.287 26.311-48.799 20.563 12.773 35.016 20.576 43.002 23.202 7.399 2.434 14.959 3.626 22.418 3.626 15.891 0 31.325-5.413 43.765-15.774.336-.279.654-.576.983-.863 1.712.244 3.417.453 5.09.586 2.116.168 4.293.258 6.491.258 15.307 0 31.567-4.367 34.624-17.068.017-.061.031-.122.046-.182.016-.072.038-.14.054-.212.007-.032.009-.064.016-.096.022-.109.04-.218.056-.329.078-.408.158-.815.202-1.197 1.451-5.799 2.309-11.427 2.579-16.873l1.763.498c7.893 2.23 15.443 5.479 22.44 9.656 4.789 2.859 10.984 1.369 13.948-3.357.585-.932 1.078-1.685 1.555-2.37 11.853-17.079 40.34-24.617 49.262-23.902 3.802 8.112 6.697 37.435-5.155 54.512-4.263 6.143-9.091 10.78-14.35 13.783-4.235 2.419-6.181 7.484-4.656 12.117 5.786 17.561 6.184 36.288 1.155 54.164l-17.245 57.017c-.019.06-.036.121-.053.181-7.045 24.939-14.751 42.497-25.624 58.284-1.713 1.776-2.759 4.144-2.866 6.692l-.01.239c-.172 4.103 2.114 7.867 5.729 9.638 26.742 20.707 48.039 50.966 61.66 87.647 1.536 4.134 5.452 6.689 9.617 6.689.264 0 .53-.014.796-.035.526.083 1.059.136 1.597.136 1.458 0 2.942-.313 4.35-.974 1.701-.798 41.72-19.966 46.872-56.379 3.062-21.637-5.382-37.55-13.22-47.241 4.497-2.953 9.608-6.973 14.638-12.341zm-189.952-323.528c.024-.197.047-.395.059-.593.003-.047.012-.091.014-.138.446-9.068 2.676-19.339 5.492-29.21 1.734 12.999 2.792 25.027 3.195 36.267l-8.777-6.16c.008-.055.01-.111.017-.166zm-6.088 10.942 16.097 11.298c.019.039.043.076.063.115.082.16.169.315.259.471.078.134.156.268.24.4.102.159.211.313.322.466.06.083.111.17.174.252 5.182 6.747 5.869 15.416 2.16 29.196l-22.939-15.992c-.019-.532-.068-1.068-.173-1.607-1.765-9.013-.552-16.973 3.797-24.599zm-70.931-1.017c6.476 2.431 21.37 14.205 29.338 28.786-10.961.083-21.948 3.429-31.318 10.203-4.44 3.21-8.346 7.026-11.609 11.34-1.149 1.519-2.354 2.982-3.608 4.388-.299-1.223-.563-2.48-.789-3.775-3.509-20.144 11.2-45.181 17.986-50.942zm56.747 115.466c-14.997 12.49-35.354 16.197-54.462 9.913-8.113-2.668-26.255-12.87-51.082-28.725-2.826-1.804-2.591-4.669-2.452-5.504.139-.833.844-3.612 4.094-4.399 16.94-4.104 32.346-14.403 43.383-28.998 2.524-3.339 5.553-6.296 9.002-8.789 7.338-5.305 15.956-7.898 24.539-7.898 11.086 0 22.115 4.33 30.236 12.738 8.27 8.56 12.472 19.779 11.832 31.589-.63 11.649-6.13 22.61-15.09 30.073zm18.777-2.894c2.873-4.468 5.077-9.345 6.55-14.461l15.364 9.902c-3.845 2.791-11.826 4.811-21.914 4.559zm26.116-16.494-17.476-11.263c.473-14.807-4.923-28.816-15.306-39.564-2.868-2.969-6.019-5.542-9.372-7.718.264-.067.531-.127.786-.211l36.486 25.436c.398.277.821.483 1.253.655 4.427 9.782 5.623 20.558 3.629 32.665zm39.594-19.062c-6.128-2.999-12.532-5.449-19.131-7.313l-9.733-2.748c-1.119-3.928-2.613-7.729-4.484-11.395.181-.393.346-.797.48-1.22 3.102-9.847 5.829-21.457 4.244-32.912 9.359-1.912 16.708-.859 21.927 3.202 10.48 8.156 13.328 27.869 13.325 45.786-2.321 2.005-4.556 4.197-6.628 6.6zm90.678 236.529c-3.724 1.192-6.475 4.379-7.048 8.248-.572 3.868 1.077 7.706 4.296 9.926.799.568 19.533 14.176 16.078 38.59-2.465 17.421-18.055 30.04-27.673 36.282-13.934-33.222-33.938-61.281-58.541-82.019 9.959-15.975 17.376-33.805 24.119-57.658l17.247-57.02c.019-.06.036-.121.054-.182 5.458-19.325 5.714-39.478.802-58.742 5.205-4.077 9.955-9.195 14.185-15.29 1.449-2.088 2.727-4.249 3.859-6.453 1.319 10.049.208 20.461-.832 25.63-1.11 5.412 2.176 10.708 7.546 12.007 1.608.421 39.416 11.001 43.866 71.594 4.416 60.134-36.291 74.526-37.958 75.087z" fill="#3c122c" />
<path d="m213.726 163.658c-2.483 0-4.973-.896-6.945-2.711-4.167-3.837-4.435-10.326-.599-14.493 14.127-15.344 30.157-15.572 31.937-15.553 0 0 10.095-.503 10.785 9.5s-10.878 11.012-10.878 11.012c-.357.008-8.812.311-16.751 8.934-2.022 2.198-4.782 3.311-7.549 3.311z" fill="#fff" />
<g fill="#3c122c">
<ellipse cx="178.032" cy="258.75" rx="12.656" ry="12.656" transform="matrix(.033 -.999 .999 .033 -86.481 428.1)" />
<path d="m285.62 309.815c-1.485 0-2.973-.534-4.153-1.616-2.849-2.611-12.105-11.768-11.62-19.983.555-9.423 13.981-13.798 19.728-15.242 3.287-.829 6.639 1.172 7.468 4.469.827 3.294-1.17 6.635-4.462 7.466-4.156 1.055-8.836 3.13-10.341 4.525.647 2.028 4.061 6.483 7.549 9.695 2.498 2.3 2.663 6.192.366 8.693-1.214 1.322-2.872 1.993-4.535 1.993z" />
<path d="m253.216 303.977c-4.898-6.566-14.223-7.924-20.79-3.027-2.716 2.025-6.065 6.059-8.332 10.036-2.35 4.121-3.128 7.404-3.067 9.99-.202.146-.403.294-.615.426-2.302 1.433-4.905 1.852-7.333 1.177-2.428-.673-4.446-2.372-5.681-4.784-1.323-2.585-1.598-5.647-.773-8.621.908-3.275-1.012-6.667-4.287-7.574-3.28-.91-6.667 1.012-7.575 4.287-1.651 5.957-1.055 12.178 1.68 17.518 2.823 5.514 7.563 9.433 13.349 11.036 1.858.515 3.747.77 5.63.77 3.977 0 7.926-1.137 11.495-3.359.742-.462 1.439-.979 2.117-1.52 1.036.214 2.115.325 3.225.325 7.207 0 15.454-4.041 17.931-5.887 6.565-4.899 7.923-14.226 3.026-20.793zm-10.385 10.924c-1.77 1.32-5.782 2.747-8.639 3.264 1.31-2.591 3.822-6.029 5.592-7.349.457-.341.991-.504 1.52-.504.777 0 1.546.354 2.044 1.023.841 1.127.608 2.726-.517 3.566z" />
<path d="m55.451 184.367c-2.25 0-4.32-1.227-5.399-3.201l-11.072-20.243-20.243-11.072c-1.974-1.079-3.201-3.15-3.201-5.399 0-2.25 1.227-4.32 3.201-5.399l20.243-11.071 11.072-20.243c1.079-1.974 3.149-3.201 5.399-3.201 2.25 0 4.32 1.228 5.4 3.201l11.07 20.243 20.243 11.071c1.974 1.079 3.201 3.15 3.201 5.399 0 2.25-1.227 4.32-3.201 5.399l-20.243 11.072-11.07 20.243c-1.08 1.973-3.151 3.201-5.4 3.201zm-20.937-39.915 11.953 6.537c1.033.565 1.882 1.414 2.446 2.447l6.538 11.952 6.536-11.952c.565-1.033 1.414-1.882 2.447-2.447l11.953-6.537-11.953-6.537c-1.033-.565-1.882-1.414-2.447-2.447l-6.536-11.952-6.538 11.952c-.564 1.033-1.413 1.882-2.446 2.447z" />
<path d="m101.377 207.158c-2.916 0-5.812-1.236-7.84-3.637l-15.207-18c-3.656-4.327-3.111-10.799 1.216-14.454 4.326-3.658 10.799-3.112 14.454 1.215l15.207 18c3.656 4.327 3.111 10.799-1.216 14.454-1.925 1.627-4.276 2.422-6.614 2.422z" />
</g>
</g>
</symbol>
<symbol id="unicorn-7" viewBox="0 0 510.319 510.319">
<title>unicorn-7</title>
<g>
<path d="m160.004 371.548s-27.03-12.326-30.185-34.891c-3.155-22.566 15.25-34.916 15.25-34.916s-37.041-11.489-32.985-61.59 38.482-58.271 38.482-58.271-13.666-66.649 54.263-39.351c0 0-16.64-89.787 48.677-60.641l16.779 160.624z" fill="#c1e5ef" />
<path d="m143.903 298.171s-28.498-14.389-24.177-43.56c3.241 13.505 29.855 62.777 83.798-6.578 2.005-2.577 21.873 47.09 25.056 46.672l-79.837 70.691s-23.663-15.058-23.663-36.571c0-21.511 18.823-30.654 18.823-30.654z" fill="#a6aaed" />
<path d="m362.036 284.954c13.659-9.604 23.108-22.651 26.518-39.121 4.132-19.961-4.322-41.064-23.524-54.666 0 0-6.416-23.053-15.089-39.404-3.594-6.775-9.992-15.564-18.858-23.17 3.428-3.622 6.286-8.482 8.238-14.601 5.899-18.493-6.232-43.812-11.99-45.65-5.758-1.836-30.31 11.783-36.209 30.275-1.511 4.738-2.142 9.175-2.028 13.229-3.059-.036-6.211.153-9.456.606l-43.453 6.074c-6.347.887-12.378 2.592-18.008 4.984-.308-.683-.629-1.369-.98-2.06-8.889-17.485-35.59-27.079-41.035-24.311s-13.429 29.994-4.54 47.479c2.919 5.741 6.526 10.101 10.498 13.153-6.007 12.29-8.539 26.441-6.503 41.008l6.441 40.6c2.86 20.458 7.138 33.634 13.309 45.54-20.858 22.323-30.334 55.547-34.381 86.694l-.113 1.565c-.102 12.575 2.592 23.528 7.533 32.902-11.58 8.479-7.509 22.574 1.278 41.743 9.847 21.482 28.958 39.422 42.538 26.541 13.581-12.881-9.458-30.381-11.018-36.634-.136-.547-.225-1.105-.293-1.667 13.178 6.372 28.906 10.17 46.12 11.411 9.572.69 18.589.583 26.986-.371-12.539 25.929-19.322 45.302-6.448 52.402 13.861 7.643 25.464-28.875 39.976-62.885 16.664-9.81 28.114-26.341 32.843-50.954 2.424-12.618-.072-25.069-3.246-36.612 16.099 14.202 28.908 21.638 37.664 13.313 13.13-12.483-11.322-35.088-40.113-63.173l-10.999 11.275c-1.845-4.021-3.826-7.806-5.953-11.159 11.635-.603 32.29-5.914 44.295-14.356z" fill="#e8c2d8" />
<path d="m365.03 191.168s-6.416-23.053-15.088-39.404c-3.594-6.775-9.992-15.563-18.858-23.17 3.428-3.622 6.286-8.482 8.238-14.601 5.899-18.492-6.232-43.812-11.99-45.649-4.991-1.592-24.09 8.429-32.936 23.167 3.647-1.735 6.7-2.501 8.225-2.024 4.995 1.561 15.478 23.191 10.324 39.016-1.705 5.236 4.161 13.464 1.18 16.567 7.681 6.488 13.219 13.992 16.326 19.779 7.497 13.967 13.024 33.669 13.024 33.669 16.642 11.597 20.984 33.404 17.781 44.628-3.953 13.852-10.54 24.785-25.277 31.787-8.143 3.869-22.223 8.663-31.702 10.629-4.852 1.006-7.472 6.232-5.375 10.721 4.723 10.106 8.404 22.026 11.242 31.541l.313 1.088c2.814 10.035 16.071 52.419 3.812 90.847-12.732 39.911 16.889 13.955 26.121-34.088 2.475-12.877-.174-25.584-3.441-37.327l-.363-1.273c-4.38-14.809-10.49-34.598-18.842-47.756 11.633-.607 32.288-5.919 44.293-14.36 13.659-9.604 23.108-22.651 26.518-39.121 4.131-19.961-4.323-41.064-23.525-54.666z" fill="#d392d8" />
<path d="m240.353 129.888c-.021-.316-.028-.636-.003-.963-1.268-12.276.965-23.371 8.31-32.74-1.699-13.698.441-24.844 8.215-32.366 2.259-15.722 6.784-32.791 12.895-50.803.696-2.742 4.683-2.446 4.966.369 3.158 15.004 5.193 29.069 4.07 40.496 4.916 8.484 6.243 17.543 2.754 27.395 4.23 8.684 5.681 18.118 2.878 28.635 5.764 8.941 3.676 18.138 3.059 22.442-2.971 14.571-46.223 11.567-47.144-2.465z" fill="#c2b2eb" />
<path d="m240.353 129.888c-.021-.316-.028-.636-.003-.963-.901-8.718-.022-16.836 3.186-24.168-.096 2.294-.021 4.644.225 7.049-.023.28-.018.553-.001.822.758 11.976 38.798 14.381 41.466 1.93.108-.71.264-1.577.411-2.566 4.246 8.256 2.43 16.391 1.861 20.361-2.972 14.571-46.224 11.567-47.145-2.465z" fill="#ae85ea" />
<path d="m348.215 128.189c-10.551-4.272-19.051-12.259-24.512-22.246-1.551-2.837-3.552-5.504-6.009-7.9-11.734-11.445-30.374-12.549-43.366-2.556-15.496 11.919-17.367 34.233-4.579 48.542 11.01 12.32 26.48 15.937 40 13.606 7.876-1.358 25.439-8.775 38.729-14.731 6.433-2.884 6.271-12.069-.263-14.715z" fill="#c1e5ef" />
<path d="m269.749 144.028c11.01 12.32 26.48 15.937 40 13.606 7.876-1.358 25.439-8.775 38.729-14.731 6.433-2.883 6.272-12.069-.263-14.715-10.551-4.273-19.051-12.259-24.513-22.246-1.551-2.837-3.552-5.504-6.008-7.9-11.734-11.445-30.374-12.549-43.366-2.556-15.496 11.919-17.367 34.233-4.579 48.542zm17.983-51.085c10.826-5.399 24.048-2.14 30.761 7.573 1.406 2.034 2.443 4.2 3.133 6.428 2.427 7.843 7.336 14.663 14.274 19.107 4.297 2.753 3.038 9.321-2.014 10.523-10.436 2.482-24.159 5.44-30.018 5.363-10.058-.132-20.627-4.762-26.69-15.003-7.043-11.895-2.359-27.551 10.554-33.991z" fill="#a6aaed" />
<path d="m307.106 222.843c1.47 10.517-5.178 20.138-14.85 21.49s-18.704-6.077-20.174-16.594z" fill="#d789b9" />
<g fill="#96b4eb">
<path d="m369.519 339.832c6.733 5.913 8.726 14.652 4.451 19.519-4.274 4.867-13.197 4.019-19.93-1.894s8.746-23.538 15.479-17.625z" />
<path d="m178.1 462.191c10.224 13.905 23.776 21.991 34.124 12.177 11.244-10.665-2.614-24.496-8.601-32.488-8.531 6.746-17.296 13.196-25.523 20.311z" />
<path d="m258.063 323.487c8.647 2.35 14.279 9.323 12.58 15.574s-10.086 9.413-18.733 7.062c-8.647-2.35-2.494-24.986 6.153-22.636z" />
<path d="m288.237 487.199c-3.745 8.524-11.776 13.239-17.939 10.532-6.162-2.707-8.121-11.812-4.376-20.336 3.746-8.524 26.061 1.28 22.315 9.804z" />
</g>
<path d="m473.566 239.825 8.215 23.098c.352.989 1.048 1.773 1.926 2.168l20.521 9.246c2.899 1.306 2.899 5.925 0 7.232l-20.521 9.246c-.879.396-1.575 1.18-1.926 2.168l-8.215 23.098c-1.16 3.263-5.264 3.263-6.425 0l-8.214-23.098c-.352-.989-1.048-1.773-1.927-2.168l-20.521-9.246c-2.899-1.306-2.899-5.925 0-7.232l20.521-9.246c.879-.396 1.575-1.18 1.927-2.168l8.214-23.098c1.161-3.263 5.265-3.263 6.425 0z" fill="#c2b2eb" />
<path d="m56.316 150.915 6.093 17.133c.261.734.777 1.315 1.429 1.609l15.222 6.858c2.151.969 2.151 4.395 0 5.364l-15.222 6.858c-.652.294-1.168.875-1.429 1.609l-6.093 17.133c-.861 2.421-3.905 2.421-4.766 0l-6.093-17.133c-.261-.734-.777-1.315-1.429-1.609l-15.222-6.858c-2.151-.969-2.151-4.395 0-5.364l15.222-6.858c.652-.294 1.168-.875 1.429-1.609l6.093-17.133c.86-2.42 3.905-2.42 4.766 0z" fill="#c2b2eb" />
<circle cx="408.552" cy="59.616" fill="#9781dd" r="12.187" />
<path d="m22.848 276.824c0 5.228-4.238 9.466-9.466 9.466s-9.466-4.238-9.466-9.466 4.238-9.466 9.466-9.466 9.466 4.238 9.466 9.466z" fill="#9781dd" />
</g>
<g>
<g fill="#3c122c">
<path d="m398.347 247.861c4.824-23.306-4.593-47.029-24.658-62.711-2.171-7.209-7.752-24.569-14.913-38.071-.622-1.172-1.296-2.349-2.008-3.525 1.615-2.341 2.496-5.172 2.44-8.21-.104-5.702-3.453-10.575-8.741-12.717-.001 0-.001 0-.001 0-1.065-.431-2.109-.913-3.134-1.435.55-1.342 1.059-2.725 1.516-4.158 4.35-13.635.813-27.986-1.683-35.328-2.009-5.912-7.668-19.977-16.795-22.889-9.128-2.912-21.885 5.279-26.947 8.935-2.784 2.011-6.527 5.035-10.213 8.957 2.156-10.337 1.062-19.865-3.258-27.95 1.658-12.074.435-25.344-3.672-39.575-1.071-5.057-5.328-8.747-10.755-9.151-5.418-.384-12.1 2.692-14.715 8.442-8.359 13.248-15.797 28.922-14.898 52.956-1.219 1.973-2.267 4.046-3.156 6.188-13.452-3.212-24.625-1.428-33.306 5.412-5.927 4.668-9.835 11.19-12.364 18.413-6.622-2.98-18.053-6.978-25.453-3.213-8.588 4.365-11.936 19.273-12.976 25.48-.681 4.063-1.323 10.115-.834 16.807-1.698.95-3.306 2.043-4.811 3.298-13.473 11.244-14.25 30.505-13.37 41.676-12.434 6.215-34.205 22.844-37.525 63.853-2.395 29.583 8.313 47.493 17.718 57.308 2.966 3.095 5.979 5.593 8.794 7.591-5.577 7.525-10.798 18.885-8.713 33.799 2.983 21.337 21.931 34.73 31.065 40.026.479 10.413 2.747 20.091 6.723 28.861-4.669 13.391-3.687 30.714 2.892 45.065 7.09 15.468 20.419 33.107 36.566 36.23 1.617.313 3.224.468 4.811.468 6.288 0 12.244-2.43 17.134-7.067 9.647-9.15 9.46-18.932 6.767-26.936 6.506 1.317 13.329 2.25 20.441 2.763 2.55.184 5.03.305 7.459.38-5.527 16.658-6.393 28.586-3.038 37.497 2.371 6.296 6.896 10.947 13.087 13.451 2.652 1.072 5.206 1.54 7.649 1.54 13.756 0 23.944-14.854 27.668-20.285 8.336-12.157 16.697-29.262 24.782-45.802 2.314-4.735 4.7-9.608 7.052-14.305 10.845-12.667 16.476-27.991 19.238-42.37 1.034-5.381 1.292-10.7 1.051-15.881 5.492 2.817 10.585 4.233 15.256 4.233 5.697 0 10.771-2.097 15.183-6.291 4.382-4.166 6.716-9.468 6.751-15.332.09-15.272-15.142-31.342-36.986-52.707 5.918-2.307 11.599-5.121 16.324-8.443 16.218-11.409 26.785-27.064 30.556-45.277zm-142.309-118.493c.381 1.952.909 3.87 1.578 5.739-3.529-.686-6.302-1.702-8.203-2.737zm11.375-10.021c.71-7.621 4.465-14.406 10.573-19.104 4.866-3.742 10.699-5.584 16.519-5.584 6.902 0 13.785 2.593 19 7.68 1.973 1.924 3.633 4.105 4.933 6.482 6.242 11.416 16.017 20.268 27.525 24.929 1.064.431 1.238 1.32 1.247 1.812.009.494-.133 1.394-1.186 1.865-18.392 8.243-31.637 13.319-37.295 14.294-13.055 2.255-25.953-2.12-34.506-11.691-5.103-5.709-7.522-13.055-6.81-20.683zm63.346-13.289c-.63-.971-1.231-1.968-1.793-2.995-1.873-3.425-4.256-6.56-7.083-9.315-3.043-2.969-6.481-5.347-10.154-7.128 4.436-3.778 9.14-6.556 12.254-7.781 3.266 5 7.791 16.946 6.776 27.219zm-60.283-73.153c.504 6.672.048 12.873-1.371 18.551-.154.618-.241 1.235-.277 1.849l-1.612.809c-.181-.222-.367-.442-.57-.651-.215-.222-.44-.427-.669-.625.472-7.509 2.064-13.947 4.499-19.933zm-4.699 35.356 8.352-4.19c.596 4.872-.606 9.947-1.994 13.867-.179.505-.302 1.015-.397 1.525l-12.357 6.149c-.194-6.476 2.128-12.848 6.396-17.351zm-14.601 34.799c.191-.072.381-.15.568-.243l12.963-6.452c-4.852 5.637-7.966 12.497-9.019 19.987l-9.626 4.362c.268-6.694 1.96-12.535 5.114-17.654zm-29.343-14.326c4.399-3.459 11.047-3.101 17.605-1.337.088 1.512.244 3.028.486 4.543.236 1.477.788 2.823 1.57 3.989-2.493 3.862-4.356 8.052-5.603 12.544l-1.089.152c-4.12.576-8.181 1.464-12.147 2.654-2.395-3.312-5.162-6.19-8-8.672 1.345-6.003 3.605-11.064 7.178-13.873zm-82.11 246.537c-2.218-15.862 10.45-24.899 10.918-25.228 3.198-2.146 4.88-5.939 4.323-9.75s-3.254-6.964-6.933-8.104c-.294-.092-29.351-9.598-25.98-51.232 3.325-41.071 29.065-48.862 30.873-49.359 5.325-1.159 8.512-6.35 7.443-11.702-1.058-5.298-2.383-20.783 3.494-28.631 1.866 3.326 3.964 6.335 6.309 8.969-4.814 12.68-6.355 26.344-4.455 39.935.009.061.018.121.027.182l6.427 40.513c2.416 17.231 5.888 30.357 11.327 42.47-14.421 17.718-24.508 41.965-30.11 72.284-5.981-4.705-12.449-11.659-13.663-20.347zm65.619 131.841c-1.694 1.606-2.934 1.755-4.384 1.476-3.048-.589-7.232-3.471-11.495-8.242l11.792-9.803c.471.796.956 1.592 1.452 2.4 5.965 9.718 5.531 11.423 2.635 14.169zm65.978 23.126c-1.009-.408-1.463-.884-1.868-1.958-.775-2.06-1.193-5.866.211-12.797l11.402 5.466c-6.617 9.05-9.668 9.282-9.745 9.289zm74.59-146.89c-2.755-9.285-5.841-19.193-9.512-28.527 7.022 6.86 13.596 13.392 18.964 19.325l-9 9.59c-.15-.128-.301-.259-.452-.388zm22.008 11.776c-.532.506-1.238.742-2.097.742-2.359-.001-5.858-1.79-9.996-4.678l7.256-7.731c4.782 6.525 5.376 9.585 5.369 10.711-.002.292-.003.452-.532.956zm-11.634-78.35c-10.539 7.41-29.457 12.052-39.062 12.554-3.549.186-6.734 2.241-8.364 5.399s-1.462 6.944.443 9.945c8.082 12.733 14.335 33.876 17.668 45.141l.345 1.211c2.934 10.545 5.358 21.811 3.255 32.759-2.69 13.997-7.823 25.227-15.443 33.764-.005.02-.013.04-.019.059-.507.596-.96 1.253-1.328 1.983-2.62 5.206-5.268 10.623-7.828 15.86-6.063 12.404-12.302 25.16-18.308 35.348l-14.723-7.059c3.032-9.009 8.046-21.005 16.09-36.988 2.483-4.934.497-10.945-4.436-13.429-4.932-2.48-10.945-.495-13.428 4.436-3.644 7.239-6.82 13.925-9.551 20.118-4.41.082-9.007-.024-13.845-.372-7.902-.57-19.358-2.057-31.024-5.847.099-2.447.529-4.826 1.33-7.361 1.665-5.267-1.254-10.885-6.521-12.55-5.264-1.661-10.884 1.255-12.549 6.521-2.127 6.729-2.762 13.213-1.953 20.18l-14.621 12.154c-1.273-2.151-2.5-4.459-3.638-6.941-4.94-10.777-5.333-24.689-.936-33.08 2.132-4.07 1.177-8.929-2.017-11.926-3.146-7.032-4.992-15.303-4.952-25.081l.069-.949c4.74-36.202 15.417-63.411 31.734-80.875 2.89-3.093 3.52-7.671 1.572-11.429-6.111-11.79-9.784-24.447-12.283-42.322-.009-.061-.018-.121-.027-.182l-6.426-40.504c-1.672-12.084.262-24.235 5.595-35.145 2.087-4.271.879-9.422-2.89-12.319-2.96-2.275-5.544-5.559-7.678-9.757-5.355-10.535-2.262-26.753.608-33.146 6.857 1.449 21.782 8.507 27.139 19.042.278.549.533 1.094.777 1.637 2.235 4.959 8.023 7.221 13.028 5.094 3.927-1.669 8.032-2.916 12.238-3.734.004.038.005.076.009.114-.005.258.009.534.02.807 0 .091.002.183.007.274.001.022 0 .042.002.064.001.014 0 .027.001.04.004.064.015.125.02.188.007.075.013.15.024.226 1.085 11.29 15.662 16.278 27.948 17.111.928.064 1.875.097 2.829.115.03.034.058.07.088.104 9.38 10.497 22.652 16.28 36.68 16.28 2.914 0 5.862-.25 8.813-.759 5.391-.929 14.998-4.331 28.602-10.114.757 1.229 1.338 2.263 1.738 3.017 8.046 15.171 14.228 37.181 14.289 37.399.616 2.215 1.977 4.149 3.853 5.479 15.449 10.944 22.926 27.987 19.512 44.478-2.757 13.33-10.32 24.421-22.476 32.968z" />
<path d="m215.877 299.506-5.162-1.643c-3.158-1.007-6.533.738-7.539 3.895-1.007 3.157.737 6.532 3.894 7.539l5.173 1.646c10.982 3.489 22.126 7.03 31.531 10.653l-6.251 20.32c-9.632-2.417-20.744-5.971-32.099-9.604l-5.164-1.65c-3.158-1.006-6.533.737-7.539 3.895-1.007 3.157.737 6.532 3.894 7.539l5.153 1.646c18.419 5.893 34.326 10.982 47.004 12.672 1.82.242 4.763.635 8.14.635 7.788 0 17.878-2.087 21.783-12.91 1.674-4.64 1.448-9.344-.654-13.604-6.602-13.377-31.121-21.167-62.164-31.029zm51.529 40.558c-1.764 4.888-8.492 5.722-18.08 4.295l5.539-18.004c6.301 3.091 10.814 6.249 12.413 9.488.669 1.354.707 2.617.128 4.221z" />
<path d="m318.962 201.648c.667 4.77 5.074 8.096 9.843 7.429 4.77-.667 8.096-5.074 7.429-9.843-.667-4.77-5.074-8.096-9.843-7.429-4.77.666-8.096 5.073-7.429 9.843z" />
<path d="m231.358 213.894c.667 4.77 5.074 8.096 9.843 7.429 4.77-.667 8.096-5.074 7.429-9.843-.667-4.77-5.074-8.096-9.843-7.429-4.77.667-8.096 5.074-7.429 9.843z" />
<path d="m289.943 250.495c-5.272 0-10.386-1.856-14.662-5.374-4.976-4.093-8.223-9.971-9.143-16.551-.22-1.576.195-3.176 1.153-4.445.958-1.27 2.382-2.107 3.959-2.328l35.024-4.896c3.289-.451 6.314 1.83 6.773 5.111.92 6.581-.591 13.124-4.253 18.424-3.77 5.456-9.349 8.95-15.708 9.839-1.05.147-2.1.22-3.143.22zm-9.834-17.819c.76 1.203 1.699 2.276 2.796 3.178 2.499 2.056 5.524 2.959 8.52 2.537 2.996-.419 5.659-2.115 7.498-4.776.807-1.167 1.416-2.457 1.817-3.822z" />
<path d="m117.678 84.505c.017-.237.036-.474.036-.715v-42.301c0-5.522-4.477-10-10-10h-45.659c-5.523 0-10 4.478-10 10v37.575c-9.769.478-17.512 6.9-17.512 14.774 0 8.185 8.36 14.821 18.672 14.821s18.672-6.636 18.672-14.821c0-.212-.029-.418-.04-.628.136-.657.208-1.337.208-2.035v-39.686h25.658v19.634c-9.665.562-17.291 6.95-17.291 14.765 0 8.186 8.36 14.821 18.672 14.821s18.672-6.635 18.672-14.821c0-.467-.035-.927-.088-1.383z" />
<path d="m476.743 126.798-20.875-8.493c-3.083-1.254-6.588-.893-9.351.966-2.762 1.857-4.418 4.968-4.418 8.297v37.576c-9.769.478-17.512 6.9-17.512 14.774 0 8.185 8.36 14.82 18.672 14.82s18.672-6.635 18.672-14.82c0-.212-.029-.418-.04-.628.136-.657.208-1.337.208-2.035v-34.823l7.106 2.892c5.114 2.079 10.95-.378 13.031-5.494 2.083-5.116-.377-10.951-5.493-13.032z" />
</g>
<path d="m309.775 126.344c-3.201 0-6.344-1.533-8.279-4.379-3.726-5.48-8.311-6.497-8.354-6.503-5.474-.735-9.315-5.769-8.58-11.242s5.772-9.31 11.242-8.58c1.349.182 13.438 2.144 22.232 15.081 3.105 4.567 1.919 10.787-2.648 13.893-1.722 1.169-3.678 1.73-5.613 1.73z" fill="#fff" />
</g>
</symbol>
<symbol id="unicorn-8" viewBox="0 0 512 512">
<title>unicorn-8</title>
<g>
<path d="m64.23 181.333-36.743-52.407c-2.893-4.126-1.893-9.816 2.233-12.709l101.476-71.146c4.126-2.893 9.816-1.893 12.709 2.233l36.743 52.407c2.893 4.126 1.893 9.816-2.233 12.709l-101.476 71.146c-4.126 2.893-9.816 1.893-12.709-2.233z" fill="#a1e8c3" />
<ellipse cx="102.139" cy="114.883" fill="#ccf3e2" rx="35.496" ry="35.496" transform="matrix(.756 -.655 .655 .756 -50.278 94.893)" />
<path d="m344.157 74.923 26.639-58.197c2.097-4.582 7.512-6.596 12.094-4.499l112.687 51.58c4.582 2.097 6.596 7.512 4.499 12.094l-26.639 58.197c-2.097 4.582-7.512 6.596-12.094 4.499l-112.687-51.58c-4.582-2.098-6.597-7.512-4.499-12.094z" fill="#a1e8c3" />
<ellipse cx="420.654" cy="74.033" fill="#ccf3e2" rx="35.496" ry="35.496" transform="matrix(.795 -.607 .607 .795 41.402 270.499)" />
<path d="m104.746 480.782c25.345 16.749 83.368 18.496 96.682-2.41-3.623-1.606 9.125-40.327 7.108-43.238-3.345-4.826-48.808 14.051-63.968 7.7-7.62-3.192-46.685-36.945-65.498-21.882-18.815 15.064.331 43.081 25.676 59.83z" fill="#fff" />
<path d="m88.138 467.223c-15.691-15.803-23.404-34.794-9.07-46.272 15.576-12.472 30.5 7.999 39.498 17.225-10.116 9.717-19.902 19.792-30.428 29.047z" fill="#a1e8c3" />
<path d="m441.093 500.589s33.725-15.824 37.807-44.67-18.737-44.58-18.737-44.58 46.178-14.782 41.477-78.798-47.489-74.365-47.489-74.365 17.468-85.211-67.26-50.143c0 0 21.331-114.788-60.161-77.366l-21.993 205.313z" fill="#ccf3e2" />
<path d="m458.522 411.079s49.787-14.344 45.724-81.375c-.731-12.055-10.016-29.252-12.935-37.989 3.448 95.694-66.507 128.895-127.569 68.206-3.277-3.257-18.396 28.624-22.749 27.327l95.691 116.669s36.438-15.732 41.262-45.788c4.825-30.055-19.424-47.05-19.424-47.05z" fill="#b1b6e1" />
<path d="m438.896 500.496c-13.94-37.539-35.943-66.877-61.439-86.086l-.009.22c10.33-14.637 18.385-31.298 25.886-57.857l15.899-52.567c5.341-18.911 4.56-38.101-1.158-55.458 5.811-3.318 11.377-8.434 16.283-15.503 14.941-21.528 9.318-59.014 2.615-63.666-6.704-4.653-43.787 3.196-58.728 24.724-.59.851-1.14 1.7-1.672 2.548-7.017-4.189-14.69-7.541-22.929-9.868l-56.41-15.932c-4.213-1.19-8.35-2.012-12.406-2.52.887-5.346.858-11.333-.281-17.879-4.449-25.548-34.471-48.033-42.427-46.648-7.955 1.385-28.61 32.695-24.162 58.243 1.472 8.453 4.372 15.405 8.251 20.821-13.116 8.457-23.181 18.927-29.168 27.242-14.448 20.067-27.128 49.413-27.128 49.413-27.886 14.516-42.909 40.912-41.065 68.082 1.521 22.419 11.659 41.403 27.993 56.596 14.357 13.353 40.73 24.135 56.017 27.052l2.347 1.131c-8.946 29.701-14.671 67.989-14.629 87.913" fill="#fff" />
<path d="m341.292 211.438c.089-.414.161-.835.193-1.272 4.078-15.976 3.298-31.075-4.575-44.895 4.927-17.77 4.28-32.919-4.523-44.381.091-21.221-2.548-44.664-7.099-69.663-.383-3.76-5.71-4.149-6.635-.484-7.11 19.21-12.552 37.4-13.305 52.721-8.157 10.25-11.683 21.962-9 35.666-7.289 10.649-11.054 22.832-9.408 37.279-9.368 10.688-8.407 23.251-8.434 29.061 1.073 19.838 58.822 24.332 62.786 5.968z" fill="#f6e06e" />
<path d="m341.292 211.438c.089-.414.161-.835.193-1.272 2.896-11.346 3.325-22.246.52-32.563-.323 3.051-.881 6.141-1.677 9.272-.025.374-.085.734-.16 1.087-3.346 15.679-54.089 11.413-55.178-5.565-.004-.959-.041-2.136-.041-3.472-7.228 10.08-6.419 21.186-6.444 26.545 1.074 19.838 58.823 24.332 62.787 5.968z" fill="#dda86a" />
<path d="m199.078 188.084c14.781-3.581 27.576-12.472 36.749-24.603 2.605-3.446 5.771-6.578 9.487-9.264 17.747-12.829 42.597-10.64 57.811 5.11 18.146 18.784 16.252 48.639-3.449 65.047-16.961 14.127-38.114 15.879-55.525 10.153-10.143-3.336-31.902-16.576-48.3-27.048-7.938-5.069-5.927-17.177 3.227-19.395z" fill="#ccf3e2" />
<path d="m303.124 159.326c-15.215-15.749-40.065-17.938-57.811-5.109-3.716 2.686-6.881 5.819-9.487 9.265-9.173 12.13-21.968 21.021-36.749 24.603-9.153 2.218-11.164 14.326-3.227 19.395 16.398 10.472 38.157 23.711 48.299 27.048 17.411 5.726 38.564 3.973 55.525-10.153 19.702-16.41 21.597-46.265 3.45-65.049zm-9.92 41.002c-10.017 12.348-24.89 16.398-38.208 14.604-7.759-1.045-25.316-7.639-38.622-12.962-6.441-2.577-6.819-11.504-.602-14.301 10.039-4.516 17.86-12.568 22.603-22.458 1.347-2.81 3.142-5.469 5.398-7.882 10.773-11.523 28.884-13.243 42.135-3.988 15.805 11.037 18.93 32.645 7.296 46.987z" fill="#b1b6e1" />
<path d="m376.579 414.482c10.28-14.602 18.307-31.239 25.783-57.709l15.9-52.567c5.341-18.91 4.56-38.101-1.159-55.458 5.811-3.318 11.378-8.433 16.283-15.502 14.941-21.529 9.319-59.014 2.615-63.666-3.092-2.146-12.653-1.625-23.52 1.665 4.37 7.331 3.672 40.943-11.033 59.872-5.075 6.533-10.464 11.165-15.832 14.067 2.658 16.881.88 35.284-6.072 53.129l-20.222 49.555c-6.488 16.652-12.628 29.111-19.143 39.563-5.333 8.555-4.981 19.467 1.025 27.563 8.213 11.069 15.305 24.177 20.891 39.104 5.85 15.633-6.223 32.14-22.888 31.214l-138.411-3.083c-1.007 8.836-1.204 12.131-1.191 18.268h238.319c-13.922-37.494-35.889-66.804-61.345-86.015z" fill="#e1bdfc" />
<path d="m107.156 278.94-21.013-2.171c-1.824-2.331-4.741-3.737-7.913-3.492l-14.837 1.142-19.851-2.051c-3.586-.37-6.892 1.389-8.687 4.248l-20.389 1.57c-5.039.388-8.809 4.787-8.421 9.826l9.51 123.514c.388 5.039 4.787 8.809 9.825 8.42l36.148-2.782 31.015 3.204c5.027.519 9.523-3.135 10.042-8.162l12.731-123.224c.521-5.025-3.133-9.522-8.16-10.042z" fill="#a1e8c3" />
<g fill="#f6e06e">
<path d="m280.222 428.887c-1.5-.75-7.176-2.33-11.959-3.377l.422-2.535c.55-3.311-2.085-6.291-5.887-6.658-3.801-.362-7.33 2.02-7.882 5.33l-.492 2.958c-.243.034-.478.052-.724.092-7.953 1.264-14.3 4.401-17.305 13.334-1.695 5.038-1.748 11.79 2.438 16.988 1.777 2.207 3.433 4.248 7.105 6.317l-2.466 14.144c-2.315-.207-4.828-.756-6.406-1.618-3.136-1.714-8.582-4.688-12.68.805-4.067 5.451.696 12.024 3.577 14.143 5.085 3.741 9.812 4.966 14.798 5.918l-.477 2.867c-.55 3.311 2.085 6.291 5.887 6.658.574.055 1.141.048 1.693-.016 3.106-.359 5.72-2.503 6.188-5.313l.576-3.461c10.748-1.484 18.37-4.817 21.424-16.13 2.738-10.14-1.14-19.547-11.827-24.099-.894-.381-.92-.829-1.829-1.23l1.553-9.341c1.047.277 1.626.347 3.605 1.01 2.124.712 12.124 6.764 16.846-1.69 4.849-8.68-2.678-13.344-6.178-15.096z" />
<path d="m315.507 454.542h-15.03c-5.612 0-10.161-4.549-10.161-10.161v-.473c0-5.612 4.549-10.161 10.161-10.161h15.03c5.612 0 10.161 4.549 10.161 10.161v.473c0 5.611-4.549 10.161-10.161 10.161z" />
<path d="m356.56 443.499-14.053 5.339c-5.246 1.993-11.115-.644-13.108-5.89l-.168-.442c-1.993-5.246.644-11.115 5.89-13.108l14.048-5.337c5.246-1.993 11.115.643 13.11 5.889l.168.442c1.995 5.246-.641 11.114-5.887 13.107z" />
<path d="m392.934 426.887-13.25 7.096c-4.947 2.649-11.105.787-13.755-4.16l-.223-.417c-2.65-4.947-.787-11.105 4.16-13.755l13.25-7.096c4.947-2.65 11.105-.787 13.755 4.16l.223.417c2.65 4.947.788 11.105-4.16 13.755z" />
<path d="m216.689 443.854-13.395-6.817c-5.001-2.545-6.992-8.663-4.447-13.665l.215-.422c2.545-5.001 8.663-6.992 13.665-4.447l13.395 6.817c5.001 2.545 6.992 8.663 4.447 13.665l-.215.422c-2.546 5.001-8.664 6.992-13.665 4.447z" />
</g>
<ellipse cx="67.206" cy="348.195" fill="#ccf3e2" rx="35.496" ry="35.496" transform="matrix(.23 -.973 .973 .23 -287.116 333.605)" />
</g>
<g>
<g fill="#3c122c">
<path d="m56.004 187.067c2.94 4.195 7.339 6.994 12.385 7.882 1.12.197 2.244.294 3.359.294 3.903 0 7.706-1.193 10.968-3.48l101.434-71.116c8.659-6.071 10.765-18.054 4.695-26.713l-36.715-52.367c-6.072-8.657-18.055-10.762-26.712-4.693l-101.434 71.117c-8.657 6.07-10.764 18.053-4.694 26.714zm80.209-133.266 35.706 50.927-29.672 20.804c3.388-12.838.591-27.081-8.745-37.846-6.875-7.927-16.12-12.603-25.782-13.908zm-53.388 38.812c5.568-4.829 12.445-7.195 19.295-7.195 8.256 0 16.47 3.44 22.29 10.153 10.65 12.279 9.324 30.934-2.956 41.584-12.281 10.649-30.936 9.325-41.585-2.957-10.651-12.28-9.324-30.935 2.956-41.585zm-21.27 13.531c-.404 1.895-.685 3.829-.825 5.796-.786 11.061 2.782 21.766 10.047 30.142 7.106 8.193 16.919 13.189 27.694 14.14l-26.549 18.614-35.706-50.927z" />
<path d="m251.596 320.229c-3.174-.976-6.543.808-7.519 3.984-.809 2.63-2.483 4.798-4.714 6.102-2.067 1.208-4.374 1.514-6.496.862s-3.859-2.202-4.89-4.362c-1.114-2.333-1.281-5.066-.472-7.697.976-3.176-.807-6.543-3.984-7.519-3.173-.975-6.543.808-7.519 3.984-1.697 5.523-1.301 11.353 1.115 16.416 2.498 5.235 6.837 9.028 12.213 10.681 1.907.586 3.856.876 5.801.876 3.541 0 7.072-.962 10.303-2.851 4.844-2.832 8.447-7.433 10.145-12.956.977-3.176-.806-6.543-3.983-7.52z" />
<path d="m203.636 233.218c-3.052 1.313-4.463 4.852-3.149 7.905 1.313 3.053 4.852 4.46 7.905 3.149 2.511-1.081 5.6-.112 7.031 2.204 1.138 1.841 3.107 2.854 5.124 2.854 1.079 0 2.172-.291 3.158-.9 2.826-1.747 3.701-5.456 1.954-8.282-4.568-7.387-14.036-10.367-22.023-6.93z" />
<path d="m309.968 266.64c-3.053 1.313-4.463 4.852-3.15 7.905s4.852 4.46 7.905 3.149c2.512-1.082 5.6-.113 7.031 2.204 1.138 1.841 3.107 2.854 5.124 2.854 1.079 0 2.172-.291 3.158-.9 2.826-1.747 3.701-5.456 1.954-8.282-4.566-7.388-14.035-10.367-22.022-6.93z" />
<path d="m253.388 437.899c-2.761-.748-5.65 1.043-6.452 4.003s.786 5.965 3.547 6.714c2.761.748 5.666-9.969 2.905-10.717z" />
<path d="m259.608 480.809c3.251.507 6.327-1.906 6.871-5.389.544-3.484-1.65-6.72-4.901-7.227-3.251-.508-5.221 12.109-1.97 12.616z" />
<path d="m489.983 402.8c11.368-12.136 24.353-34.303 21.658-70.995-3.886-52.921-31.856-73.095-46.424-80.074 1.244-12.24 1.31-34.46-11.51-49.031.157-2.984.167-5.683.1-7.916-.183-6.164-1.527-26.79-11.115-33.445-9.591-6.655-29.383-.696-35.221 1.288-2.391.813-5.299 1.919-8.463 3.34-1.47-17.064-6.45-34.837-19.375-44.91-9.759-7.606-22.254-9.717-37.271-6.381-.122-6.527-.482-13.319-1.072-20.397 1 .716 2.074 1.344 3.217 1.867l112.641 51.559c2.578 1.18 5.285 1.739 7.952 1.738 7.275 0 14.247-4.159 17.468-11.195l26.617-58.151c2.132-4.658 2.323-9.868.537-14.669-1.786-4.802-5.335-8.62-9.993-10.751l-112.643-51.558c-9.612-4.399-21.018-.159-25.42 9.456l-23.924 52.267c-.755-4.915-1.597-9.956-2.54-15.147-.877-6.235-5.972-11.034-12.3-11.496-6.277-.445-11.949 3.466-13.782 9.407-8.191 22.182-12.439 38.486-13.574 52.205-6.036 8.418-9.372 17.487-9.999 27.098-4.672-7.39-10.096-13.234-13.975-16.936-4.423-4.221-19.747-17.83-31.172-15.848-11.428 1.991-21.243 19.985-23.98 25.452-4.453 8.897-11.457 26.495-8.341 44.39.796 4.569 1.992 8.833 3.531 12.811-4.417 2.438-9.105 4.283-13.95 5.457-6.615 1.603-11.42 6.768-12.539 13.48-.67 4.014.096 7.928 2.039 11.215-7.484 10.841-14.305 23.535-19.149 33.266-2.34.041-4.514 1.453-5.447 3.712l-.506-.175c-1.174 3.398-1.946 6.83-2.365 10.246-15.991 9.705-27.938 23.316-34.699 38.923l.299-2.89c1.086-10.518-6.587-19.959-17.107-21.047l-63.613-6.572c-7.471-.77-14.382 2.891-18.16 8.838l-12.41.956c-4.039.311-7.715 2.176-10.351 5.253-2.637 3.076-3.917 6.995-3.606 11.034l9.509 123.514c.311 4.039 2.176 7.715 5.252 10.351 2.774 2.378 6.232 3.653 9.847 3.653.394 0 .79-.016 1.188-.046l13.243-1.02 24.977 2.582c-.496 2.562-.617 5.269-.326 8.084 2.434 23.556 32.16 50.518 52.682 60.925 12.529 6.354 26.214 9.116 39.668 9.115 12.014-.001 23.83-2.217 34.471-6.037-.002.304-.009.627-.009.923.012 5.531 4.499 10.007 10.027 10.007h.023c5.538-.012 10.018-4.511 10.007-10.05-.025-11.611 2.07-30.484 5.844-50.271 1.569.496 3.187.772 4.819.771 1.686 0 3.382-.266 5.033-.803 1.183-.385 2.294-.91 3.335-1.534.638 3.736 2.151 7.225 4.51 10.154 1.35 1.678 2.826 3.513 5.191 5.369l-.655 3.76c-8.132-4.017-14.559-2.961-19.12 3.148-2.267 3.04-3.169 6.644-2.607 10.421.774 5.191 4.294 9.852 7.442 12.167 4.141 3.047 8.136 4.696 11.833 5.744.176 2.146.971 4.205 2.335 5.981 2.104 2.739 5.395 4.511 9.033 4.861.444.043.891.064 1.339.064.54 0 1.08-.03 1.616-.092 5.554-.642 10.081-4.511 11.279-9.534 9.325-1.929 18.424-6.425 22.029-19.778 2.857-10.58-.241-20.414-7.972-26.807 4.567.79 8.009-.032 10.611-1.625 2.81 4.828 8.028 8.089 14.005 8.089h14.973c5.972 0 11.187-3.255 13.998-8.076.868.619 1.803 1.158 2.797 1.604 2.122.954 4.376 1.432 6.636 1.432 1.943 0 3.891-.354 5.762-1.065l13.997-5.318c4.047-1.538 7.253-4.559 9.027-8.507.142-.316.256-.639.376-.961.689.319 1.396.608 2.136.832 1.551.469 3.136.702 4.712.702 2.633 0 5.243-.649 7.631-1.928l4.99-2.673c17.713 17.824 32.056 40.731 41.954 67.387 1.5 4.041 5.329 6.54 9.401 6.54.229 0 .459-.015.689-.03.499.076 1.004.122 1.513.122 1.426 0 2.876-.306 4.253-.952 1.577-.74 38.69-18.516 43.477-52.344 2.795-19.75-4.72-34.373-11.895-43.432 4.048-2.705 8.587-6.326 13.051-11.093zm-31.041-344.734 31.64 14.483-25.886 56.554-32.929-15.073c2.483-.695 4.921-1.615 7.283-2.782 9.941-4.914 17.373-13.405 20.927-23.907 3.362-9.939 2.722-20.279-1.035-29.275zm-28.838-11.956c15.397 5.21 23.684 21.976 18.473 37.374-2.524 7.457-7.801 13.487-14.86 16.976-7.06 3.49-15.055 4.02-22.512 1.496 0 0 0 0-.001 0-15.397-5.211-23.685-21.976-18.474-37.373 4.154-12.277 15.652-20.032 27.948-20.032 3.125.001 6.305.502 9.426 1.559zm-50.566-24.389 28.163 12.892c-11.976 3.951-22.025 13.275-26.37 26.112-3.587 10.602-2.621 21.661 1.829 31.056l-29.508-13.507zm-35.412 142.21c2.829-8.98 5.327-19.543 4.012-30.014 8.174-1.574 14.59-.598 19.156 2.954 9.441 7.347 12.038 25.14 12.053 41.415-1.979 1.723-3.892 3.583-5.676 5.618-5.549-2.686-11.34-4.888-17.301-6.572l-8.923-2.52c-.976-3.326-2.232-6.556-3.794-9.678.178-.388.341-.785.473-1.203zm-28.833-59.258c.023-.194.046-.388.058-.582.003-.046.011-.089.014-.135.365-7.449 2.051-15.794 4.26-23.972 1.331 10.519 2.161 20.329 2.522 29.568l-6.86-4.814c.002-.021.003-.043.006-.065zm-5.873 10.651 13.845 9.717c.062.136.125.27.194.403.08.157.165.309.253.46.076.132.153.263.236.392.1.156.206.306.314.454.059.082.109.168.171.248 4.577 5.959 5.236 13.638 2.042 25.8l-20.117-14.024c-.019-.521-.066-1.045-.17-1.572-1.567-8.004-.533-15.091 3.232-21.878zm18.862 53.405c.345.277.711.532 1.097.764l3.299 2.3c.349.243.718.429 1.094.589 3.932 8.76 5.029 18.4 3.337 29.203l-15.465-9.967c.384-13.651-4.615-26.558-14.193-36.474-1.355-1.402-2.784-2.698-4.264-3.91zm4.618 44.459c-3.5 2.311-10.333 3.969-18.938 3.833 2.418-3.864 4.302-8.047 5.607-12.425zm-88.964-98.762c5.899 2.434 18.804 12.782 26.012 25.475-9.87.242-19.721 3.34-28.159 9.439-4.115 2.974-7.736 6.511-10.762 10.512-.852 1.126-1.746 2.21-2.661 3.269-.192-.848-.372-1.708-.526-2.594-3.117-17.893 9.883-40.471 16.096-46.101zm-46.945 83.27c.152-.914.798-3.11 3.503-3.765 15.672-3.797 29.924-13.323 40.131-26.821 2.303-3.047 5.066-5.744 8.212-8.018 15.341-11.088 36.818-9.19 49.96 4.414 7.544 7.808 11.377 18.042 10.793 28.814-.576 10.625-5.593 20.622-13.765 27.429-13.71 11.419-32.325 14.804-49.795 9.062-7.44-2.447-24.11-11.824-46.94-26.403-2.419-1.545-2.218-3.997-2.099-4.712zm-84.43 215.541 7.649-74.03c3.65 19.854 13.628 37.492 29.804 52.536 12.122 11.276 30.676 20.192 45.782 25.36-.81.956-1.529 2.002-2.112 3.148l-.186.365c-.496.975-.888 1.985-1.176 3.016-9.744 5.323-26.812 11.998-40.946 9.34-7.008-1.317-15.812-6.543-24.326-11.595-4.575-2.716-9.46-5.612-14.496-8.093.001-.016.005-.031.007-.047zm-69.176-130.803 61.867 6.392-3.725 36.047c-7.479-10.971-20.072-18.19-34.322-18.19-10.492 0-20.081 3.921-27.397 10.364zm23.821 36.282c16.255 0 29.479 13.225 29.479 29.479s-13.225 29.478-29.479 29.478-29.478-13.224-29.478-29.478 13.223-29.479 29.478-29.479zm-54.417-33.445c.544-.636 1.304-1.021 2.139-1.085l8.177-.63-6.514 63.047-4.547-59.055c-.064-.833.2-1.643.745-2.277zm18.045 118.639 3.183-30.809c7.581 10.077 19.636 16.607 33.189 16.607 11.192 0 21.356-4.46 28.83-11.686l-3.336 32.281zm52.853 29.621c-.212-2.045.194-3.153.797-3.914l7.029.727c.672.069 1.341.104 2.007.104 2.126 0 4.211-.357 6.19-1.038 4.263 1.815 9.205 4.565 14.866 7.893l-16.293 20.443c-8.138-8.629-13.921-17.685-14.596-24.215zm108.4 43.708c-18.65 9.364-45.166 12.257-66.598 1.39-6.274-3.182-12.639-7.603-18.451-12.562l18.036-22.629c7.407 4.166 14.965 7.811 22.594 9.247 17.268 3.241 36.193-2.519 49.665-9.097-2.32 11.782-4.095 23.385-5.246 33.651zm33.11-40.965-.193.378c-.505.993-1.367 1.73-2.427 2.075-1.061.343-2.191.257-3.184-.249v-.001l-13.344-6.791c-.994-.505-1.731-1.368-2.076-2.428s-.257-2.191.252-3.189l.186-.365c.505-.994 1.368-1.731 2.428-2.076.425-.138.861-.207 1.295-.207.649 0 1.294.153 1.889.456l13.344 6.79c2.05 1.046 2.87 3.565 1.83 5.607zm55.951 4.774c-.633 1.136-1.425 2.549-7.936-.362-.665-.298-1.19-.532-1.743-.718-1.697-.569-2.603-.787-3.332-.962-.208-.05-.413-.099-.647-.161-1.638-.436-3.382-.158-4.805.762s-2.392 2.395-2.671 4.067l-1.554 9.342c-.421 2.531.809 5.027 3.019 6.25.445.39 1.212 1.002 2.389 1.503 7.498 3.193 10.472 9.228 8.374 16.995-2.01 7.445-6.003 10.297-16.437 11.737-2.609.359-4.68 2.375-5.113 4.973l-.559 3.361c-.104.12-.437.362-.958.422-.145.017-.29.017-.428.005-.206-.02-.355-.065-.457-.109l.406-2.439c.536-3.223-1.598-6.284-4.807-6.897-5.046-.964-8.51-2.022-12.361-4.854-.821-.604-2.415-2.539-2.67-4.246-.101-.683.059-1.062.35-1.452.652-.871.977-1.305 4.971.876 2.945 1.61 6.749 2.152 8.755 2.332 3.112.283 5.928-1.875 6.465-4.958l2.467-14.144c.438-2.511-.754-5.026-2.975-6.277-2.688-1.514-3.756-2.84-5.372-4.849-3.417-4.242-1.952-9.718-1.422-11.294 1.895-5.634 5.296-8.158 12.541-9.309l.159-.02c.156-.018.311-.036.468-.058 2.6-.367 4.663-2.379 5.094-4.97l.476-2.86c.15-.177.681-.496 1.384-.427.207.02.356.065.459.109l-.352 2.106c-.526 3.161 1.518 6.181 4.648 6.866 4.863 1.065 9.568 2.442 10.582 2.894 2.351 1.181 3.967 2.576 4.324 3.735.228.735-.019 1.755-.732 3.031zm38.504 3.304c0 2.301-1.872 4.173-4.174 4.173h-14.973c-2.301 0-4.173-1.871-4.173-4.173v-.416c0-2.301 1.872-4.173 4.173-4.173h14.973c2.301 0 4.174 1.871 4.174 4.173zm37.067-8.656c-.456 1.017-1.282 1.794-2.324 2.191l-13.997 5.318c-1.042.397-2.176.363-3.193-.095-1.017-.456-1.794-1.282-2.191-2.326l-.148-.387c-.396-1.042-.362-2.176.095-3.193.456-1.017 1.282-1.794 2.324-2.191l13.997-5.319c.482-.183.983-.274 1.483-.274.582 0 1.162.123 1.709.369 1.018.457 1.795 1.283 2.192 2.327l.148.387c.395 1.042.362 2.176-.095 3.193zm35.374-16.57c-.322 1.068-1.041 1.944-2.024 2.471l-13.199 7.069c-.982.527-2.111.64-3.178.315-1.067-.322-1.944-1.041-2.469-2.02l-.198-.37c-.527-.983-.639-2.111-.316-3.178.323-1.066 1.042-1.944 2.025-2.471l13.199-7.07c.625-.335 1.298-.494 1.961-.494 1.491 0 2.935.8 3.687 2.204l.196.365c.526.983.639 2.112.316 3.179zm1.591-65.079c-6.46 22.867-13.521 38.966-23.476 53.434-.557.583-1.033 1.234-1.434 1.93l-1.723.922c-3.491 1.87-6.109 4.887-7.492 8.557-.052-.023-.1-.054-.153-.077-3.949-1.774-8.352-1.905-12.398-.367l-13.997 5.319c-3.49 1.326-6.349 3.76-8.21 6.936-2.64-1.866-5.852-2.972-9.324-2.972h-14.973c-3.357 0-6.478 1.026-9.068 2.781-1.863-2.737-4.697-5.09-8.519-7.002-1.646-.825-5.099-1.829-8.208-2.634-.222-2.038-1.005-3.99-2.305-5.683-2.103-2.739-5.394-4.512-9.035-4.863-6.548-.629-12.499 3.313-14.118 9.116-4.474 1.073-9.437 3.132-13.386 7.544-1.501-2.93-3.889-5.438-7.04-7.042l-4.63-2.356c.205-.704.404-1.417.614-2.112 1.423-4.724-.803-9.782-5.247-11.925l-2.346-1.131c-.786-.379-1.619-.654-2.476-.818-13.016-2.482-38.004-12.393-51.066-24.544-15.177-14.116-23.527-30.915-24.818-49.931-1.31-19.311 7.456-37.719 23.442-50.546 4.478 12.057 13.79 21.927 26.472 26.311 21.35 7.379 44.792-3.347 55.088-24.197l11.353 3.915c-4.342 22.911 10.276 46.797 35.024 55.35 26.964 9.319 55.724-3.093 64.237-27.723l-.557-.193c.934-3.08-.722-6.371-3.79-7.428l-162.802-56.148c4.276-8.423 9.845-18.595 15.779-27.317 18.695 11.592 31.861 18.687 39.171 21.09 6.848 2.253 13.843 3.356 20.747 3.356 14.707 0 28.995-5.011 40.508-14.602.269-.224.525-.463.789-.692 1.529.214 3.053.399 4.548.517 1.953.155 3.961.238 5.99.238 14.224 0 29.354-4.085 32.224-15.966.017-.06.03-.119.045-.178.016-.07.037-.137.052-.208.002-.01.003-.02.005-.029.005-.025.007-.045.012-.07.02-.102.037-.204.052-.306.071-.372.144-.745.185-1.095 1.279-5.114 2.049-10.083 2.334-14.901l1.156.326c7.215 2.039 14.118 5.008 20.516 8.829 4.684 2.796 10.74 1.337 13.637-3.284.533-.85.981-1.535 1.414-2.157 10.532-15.175 36.08-22.163 44.466-21.764 3.332 7.752 5.702 34.097-4.829 49.27-3.875 5.583-8.255 9.792-13.018 12.512-4.142 2.365-6.044 7.318-4.553 11.848 5.289 16.051 5.655 33.169 1.057 49.509l-15.871 52.474c-.022.059-.038.117-.055.177zm63.422 47.74c-3.641 1.166-6.332 4.281-6.891 8.063-.56 3.782 1.05 7.533 4.198 9.704.723.514 17.686 12.86 14.559 34.96-2.188 15.465-15.814 26.784-24.614 32.595-10.365-24.5-24.339-45.909-41.188-63.258.16-.407.314-.818.442-1.241 1.254-4.143.818-8.527-1.227-12.345l-.196-.365c-1.474-2.752-3.642-4.89-6.165-6.347 6.623-12.43 11.98-26.435 16.936-43.965l15.873-52.478c.018-.059.034-.117.051-.177 5.018-17.766 5.286-36.285.837-54.005 4.718-3.749 9.03-8.422 12.877-13.964.994-1.432 1.877-2.909 2.708-4.402.858 8.584-.092 17.191-.978 21.603-1.101 5.366 2.023 10.554 7.371 11.737 1.463.385 35.877 10.063 39.94 65.375 4.029 54.858-33.025 68.001-34.533 68.51z" />
</g>
<path d="m252.206 189.981c-2.428 0-4.861-.877-6.789-2.65-4.075-3.752-4.337-10.096-.587-14.17 13.173-14.31 28.159-14.531 29.838-14.506 14.636.199 14.365 20.253-.271 20.054h.191c-.318.009-7.882.301-15.001 8.034-1.977 2.149-4.675 3.238-7.381 3.238z" fill="#fff" />
</g>
</symbol>
<symbol id="unicorn-9" viewBox="0 0 506.393 506.393">
<title>unicorn-9</title>
<g>
<path d="m446.311 496.07s35.674-22.702 35.674-55.133-28.377-46.214-28.377-46.214 49.95-23.495 34.36-93.32c-15.591-69.825-65.729-74.558-65.729-74.558s6.13-96.645-84.246-44.777c0 0 5.763-129.846-80.567-75.89l8.001 229.728z" fill="#ccf3e2" />
<path d="m453.608 394.724s49.95-23.495 34.359-93.321c-2.804-12.557-15.475-29.08-20.021-37.778 19.784 100.082-48.198 146.818-122.678 93.286-3.997-2.873-14.519 33.216-19.317 32.587l120.36 106.572s35.674-22.702 35.674-55.133c0-32.43-28.377-46.213-28.377-46.213z" fill="#b1b6e1" />
<path d="m447.372 496.332c-11.843-43.108-33.149-88.047-66.951-115.404 6.352-17.999 9.786-37.414 9.786-66.816l1.079-58.501c0-20.935-6.358-40.385-17.247-56.525 4.997-5.085 9.223-11.942 12.206-20.61 9.084-26.399-7.535-63.205-15.756-66.033-8.221-2.829-43.969 15.956-53.053 42.356-.359 1.043-.677 2.073-.976 3.097-8.407-2.263-17.245-3.477-26.366-3.477h-62.45c-4.664 0-9.144.355-13.449 1.009-.639-5.739-2.402-11.868-5.466-18.25-11.959-24.905-49.253-39.265-57.008-35.541s-19.866 41.807-7.906 66.712c3.957 8.24 8.943 14.528 14.489 18.958-10.998 12.469-18.286 26.118-22.017 36.377-9.003 24.758-13.504 58.518-13.504 58.518-24.388 22.958-32.146 54.372-22.388 81.695 8.052 22.545 23.943 39.074 45.09 49.921 18.587 9.534 48.749 12.95 65.267 11.514-9.18 20.193-14.027 49.263-17.284 71.001h253.904z" fill="#fff" />
<path d="m379.39 380.928c6.352-17.999 9.786-37.414 9.786-66.816l1.079-58.501c0-20.935-6.358-40.385-17.247-56.525 4.997-5.085 9.223-11.942 12.206-20.61 9.084-26.399-7.535-63.205-15.756-66.033-3.879-1.335-4.987-.495-15.431 6.325 6.471 12.142 10.914 27.771 9.277 47.417-1.031 12.37-17.027 25.458-21.211 30.296 9.118 15.356 16.098 67.014 16.098 86.933l-.273 14.853c0 20.387-8.744 48.101-13.48 67.098-2.762 11.078-4.305 21.034 3.975 28.895 11.133 10.57 19.755 20.742 27.17 39.456 8.255 20.833-7.172 43.426-29.58 43.426h-150.468c-1.188 6.723-2.206 13.236-3.098 19.192h253.904c-11.843-43.11-33.149-88.049-66.951-115.406z" fill="#e1bdfc" />
<path d="m285.426 171.251c-.033-.45-.087-.902-.185-1.358-.632-17.555-5.966-32.754-18.166-44.514-.304-19.644-5.517-34.934-17.958-44.005-6.283-21.718-16.025-44.887-28.189-69.073-1.521-3.728-7.083-2.525-6.928 1.499-1.495 21.772-1.592 42 2.242 57.887-5.258 12.928-5.343 25.959 1.517 39.16-4.251 13.075-4.438 26.659 1.585 40.932-6.364 13.74-1.607 26.292.111 32.238 7.06 19.954 67.437 7.195 65.971-12.766z" fill="#f6e06e" />
<path d="m285.426 171.251c-.033-.45-.087-.902-.185-1.358-.449-12.467-3.286-23.738-9.253-33.44.587 3.215.945 6.542 1.072 9.981.087.389.134.775.163 1.159 1.291 17.031-51.858 27.918-58.072 10.892-.292-.979-.684-2.171-1.085-3.536-4.359 12.475-.195 23.584 1.389 29.069 7.06 19.953 67.437 7.194 65.971-12.767z" fill="#dda86a" />
<path d="m133.045 190.111c14.032-8.102 24.439-21.034 30.17-36.19 1.628-4.305 3.922-8.458 6.913-12.32 14.285-18.445 40.343-23.675 60.627-12.148 24.193 13.747 31.227 44.833 16.02 67.524-13.092 19.536-34.187 27.683-53.704 27.062-11.37-.362-37.589-7.357-57.496-13.133-9.637-2.797-11.219-15.778-2.53-20.795z" fill="#ccf3e2" />
<path d="m230.755 129.452c-20.284-11.526-46.342-6.297-60.627 12.148-2.991 3.862-5.285 8.015-6.913 12.32-5.731 15.155-16.138 28.088-30.17 36.19-8.69 5.018-7.107 17.998 2.53 20.794 19.908 5.777 46.126 12.771 57.496 13.134 19.517.621 40.612-7.526 53.704-27.062 15.207-22.69 8.173-53.776-16.02-67.524zm2.18 44.892c-6.528 15.631-20.514 24.24-34.666 26.408-8.245 1.263-28.172-.201-43.372-1.644-7.358-.699-10.427-9.71-4.913-14.437 8.904-7.632 14.479-18.213 16.356-29.747.533-3.276 1.568-6.534 3.149-9.678 7.549-15.015 25.544-22.215 41.87-16.737 19.471 6.532 29.159 27.679 21.576 45.835z" fill="#b1b6e1" />
<path d="m184.903 175.896c-1.494 0-3.011-.335-4.441-1.04-4.982-2.457-7.03-8.487-4.573-13.47 9.045-18.344 24.064-22.996 25.746-23.466 0 0 10.54-2.971 13.465 6.087 2.951 9.137-7.88 13.238-7.88 13.238-.333.107-8.206 2.731-13.288 13.038-1.751 3.553-5.319 5.613-9.029 5.613z" fill="#fff" />
<path d="m256.148 316.565c5.768-.016 9.926 5.574 8.208 11.081-4.206 13.488-15.931 23.209-29.763 23.246s-25.609-9.62-29.888-23.086c-1.747-5.497 2.381-11.11 8.149-11.125z" fill="#d789b9" />
<path d="m282.946 407.543c-2.157-.416-4.275-.802-6.32-1.126 0-.042.001-.083.001-.125 0-19.516-.053-33.929-13.719-35.337-11.622-1.197-13.397 11.089-13.669 26.794-2.634-2.181-5.727-3.625-9.14-4.088-12.058-1.635-23.535 9.582-25.632 25.053-2.098 15.471 5.977 29.339 18.036 30.974 4.999.678 15.52.76 17.909 1.784 10.009 4.034 5.316 1.479 17.307 5.35z" fill="#a1e8c3" />
<path d="m464.523 37.34 8.215 23.098c.352.989 1.048 1.772 1.926 2.168l20.521 9.246c2.899 1.306 2.899 5.925 0 7.232l-20.521 9.246c-.879.396-1.575 1.18-1.926 2.169l-8.215 23.097c-1.16 3.263-5.264 3.263-6.425 0l-8.214-23.097c-.352-.989-1.048-1.773-1.927-2.169l-20.521-9.246c-2.899-1.306-2.899-5.925 0-7.232l20.521-9.246c.879-.396 1.575-1.18 1.927-2.168l8.214-23.098c1.16-3.263 5.264-3.263 6.425 0z" fill="#fbf2aa" />
<path d="m74.529 40.011 6.093 17.133c.261.734.777 1.315 1.429 1.609l15.222 6.858c2.151.969 2.151 4.395 0 5.364l-15.222 6.858c-.652.294-1.168.875-1.429 1.608l-6.093 17.133c-.861 2.421-3.905 2.421-4.766 0l-6.093-17.133c-.261-.734-.777-1.315-1.429-1.608l-15.222-6.858c-2.15-.969-2.15-4.395 0-5.364l15.222-6.858c.652-.294 1.168-.875 1.429-1.609l6.093-17.133c.861-2.42 3.905-2.42 4.766 0z" fill="#fbf2aa" />
<g fill="#f7e16e">
<path d="m397.864 12.106c0 5.228-4.238 9.466-9.466 9.466s-9.466-4.238-9.466-9.466 4.238-9.466 9.466-9.466c5.228.001 9.466 4.239 9.466 9.466z" />
<circle cx="17.562" cy="146.583" r="12.187" />
</g>
</g>
<g fill="#3c122c">
<circle cx="176.345" cy="287.897" r="12.412" />
<circle cx="302.249" cy="287.897" r="12.412" />
<path d="m234.516 356.927c-13.465.001-25.966-7.791-32.645-20.353-2.91-5.473-2.736-11.931.466-17.276 3.24-5.408 8.929-8.647 15.22-8.664l33.856-.091h.05c6.271 0 11.957 3.206 15.218 8.582 3.23 5.327 3.439 11.785.558 17.273-6.626 12.627-19.129 20.493-32.629 20.529-.03 0-.063 0-.094 0zm16.931-34.315-33.857.091c-2.913.008-4.396 1.959-4.898 2.797-.484.807-1.468 2.951-.162 5.406 4.577 8.609 12.998 13.95 21.988 13.95h.061c9.013-.024 17.433-5.415 21.974-14.068 1.292-2.463.296-4.601-.192-5.406-.505-.834-1.993-2.77-4.896-2.77-.007 0-.012 0-.018 0z" />
<path d="m471.129 394.875c4.322-3.652 9.166-8.512 13.662-14.74 10.822-14.995 21.862-41.206 12.994-80.923-8.768-39.268-28.139-59.508-42.847-69.572-8.701-5.955-16.787-9.167-22.641-10.888-.582-14.411-4.464-42.742-25.181-55.63-2.896-1.801-5.982-3.208-9.24-4.247-.332-10.225-2.598-19.376-4.455-25.274-1.951-6.196-9.207-26.718-20.689-30.668-11.489-3.955-29.83 7.76-35.18 11.443-.113.078-.238.168-.354.249-5.323-12.033-12.508-20.749-21.517-26.007-13.192-7.699-29.163-7.505-47.62.525-2.325-4.982-5.6-9.641-10.199-13.642-6.13-20.323-15.247-42.435-27.826-67.473-2.646-5.851-9.004-9.084-15.33-7.714-6.26 1.355-10.69 6.831-10.767 13.171-1.712 25.179-1.149 43.116 1.831 57.454-5.387 15.29-4.361 30.262 3.063 44.547.305.587.676 1.115 1.072 1.614-.019.096-.032.193-.05.289-1.322-.055-2.645-.067-3.964-.024-8.068-8.521-17.447-14.342-23.57-17.583-5.692-3.013-25.107-12.436-35.987-7.211-10.876 5.223-15.663 26.268-16.872 32.593-1.974 10.336-4.047 30.256 4.252 47.54 1.183 2.464 2.473 4.788 3.841 7-2.383 1.918-4.893 3.66-7.53 5.183-6.148 3.549-9.436 10.131-8.582 17.177.597 4.927 3.111 9.145 6.896 11.918-.929 2.102-1.785 4.196-2.538 6.267-7.65 21.037-12.094 47.673-13.52 57.14-24.787 24.998-33.379 59.132-22.392 89.894 8.662 24.254 25.475 42.922 49.972 55.488 15.976 8.194 38.136 11.94 55.211 12.747-5.912 18.204-9.655 39.774-12.584 59.327-.823 5.493 2.964 10.615 8.458 11.438 5.495.823 10.614-2.964 11.438-8.457 2.709-18.081 6.119-37.886 11.25-54.299 4.359 6.852 10.726 11.151 18.056 12.146 2.185.296 5.044.473 8.071.66 2.704.168 7.197.445 8.461.769 21.479 8.65 44.831 15.62 80.16 26.166l8.199 2.448c.577.172 1.158.254 1.73.254 2.599 0 4.999-1.691 5.781-4.309.954-3.193-.862-6.556-4.055-7.51l-8.202-2.449c-25.409-7.584-44.562-13.302-61.171-19.094l12.367-38.651c.025-.079.041-.158.063-.237 17.404 3.475 38.679 9.855 61.036 16.562l8.276 2.479c3.198.955 6.556-.861 7.51-4.054.954-3.194-.862-6.556-4.055-7.51l-8.263-2.476c-23.818-7.144-46.427-13.926-64.948-17.381-.045-8.118-.315-15.225-1.945-21.112-2.552-9.221-8.333-14.359-17.181-15.271-6.394-.66-11.263.579-14.879 3.784-4.906 4.35-6.332 11.426-6.748 18.894-.453.011-1 .013-1.66-.002-15.146-.365-27.997 11.143-31.311 27.682-.027.002-.053-.001-.08.001-14.14 1.231-42.79-1.715-59.805-10.443-19.795-10.153-33.323-25.076-40.208-44.354-8.629-24.161-1.038-51.362 19.81-70.988 1.683-1.584 2.769-3.702 3.076-5.993.044-.327 4.474-33 12.987-56.412.56-1.54 1.455-3.809 2.737-6.586 22.109 6.075 37.365 9.279 45.432 9.536.77.025 1.536.037 2.302.036 23.006-.001 44.039-11.016 56.608-29.771.239-.356.457-.723.686-1.084 1.679-.244 3.341-.519 4.952-.857 16.212-3.399 34.725-12.538 34.032-27.146 0-.095-.005-.19-.009-.285-.003-.047-.001-.093-.005-.141 0-.007 0-.013 0-.02-.004-.057-.011-.109-.016-.165-.003-.034-.006-.068-.01-.101-.042-.47-.093-.912-.165-1.332-.065-1.593-.181-3.153-.322-4.698 7.409.151 14.762 1.184 21.882 3.101 5.278 1.421 10.732-1.637 12.269-6.887.3-1.023.565-1.867.834-2.649 6.633-19.278 31.503-33.993 40.121-35.688 5.75 6.64 16.298 33.543 9.665 52.82-2.386 6.934-5.706 12.598-9.869 16.833-3.352 3.411-3.839 8.711-1.164 12.676 10.141 15.03 15.509 32.598 15.527 50.809l-1.077 58.406c-.001.061-.002.123-.002.185 0 26.19-2.755 45.171-9.213 63.469-1.417 4.015-.153 8.487 3.157 11.166 27.605 22.343 50.185 61.497 63.579 110.251 1.227 4.465 5.277 7.396 9.693 7.396.882 0 1.779-.117 2.671-.362 1.819-.5 3.374-1.475 4.589-2.745 8.021-5.605 38.449-29.06 38.449-62.348.005-22.553-11.317-37.474-20.91-46.07zm-250.682 24.65c1.589-11.719 9.77-20.092 19.51-19.83 3.253.077 9.308.219 12.665-4.257.762-1.016 1.185-2.247 1.206-3.517.135-7.847 1.087-12.61 2.829-14.154.931-.825 2.829-1.096 5.633-.808 7.213.743 8.302 7.27 8.302 29.325 0 .024-.001.11-.001.134 0 1.275.416 2.456 1.103 3.439-.055.137-.111.274-.157.417l-12.223 38.201c-2.231-.848-4.43-1.706-6.603-2.582-2.181-.909-5.42-1.191-12.202-1.611-2.678-.165-5.447-.337-7.195-.574-3.948-.535-7.472-3.147-9.922-7.355-2.734-4.695-3.78-10.671-2.945-16.828zm15.699-345.961-9.962-3.368c-.008-.052-.02-.103-.029-.155-.033-.194-.065-.388-.109-.579-.01-.045-.014-.089-.025-.134-2.089-8.655-2.831-18.936-2.911-29.001 5.226 11.75 9.547 22.774 13.036 33.237zm-12.693 8.45 18.269 6.178c.016.017.034.032.05.049.16.171.325.333.496.492.056.052.108.106.165.156.236.21.48.408.734.594.008.006.015.012.023.018 6.741 4.914 9.786 12.882 10.107 26.872l-26.005-8.702c-.165-.495-.359-.986-.608-1.464-4.153-7.991-5.214-15.815-3.231-24.193zm-68.206 29.111c5.289.444 16.97 4.916 27.27 12.41-6.531 3.438-12.422 8.254-17.16 14.371-3.291 4.249-5.911 8.92-7.787 13.881-1.584 4.189-3.562 8.158-5.87 11.868-8.432-18.08-1.291-45.33 3.547-52.53zm86.515 82.492c-10.655 15.9-28.801 25.028-48.498 24.39-8.373-.267-28.263-4.847-56.007-12.897-3.157-.916-3.728-3.676-3.828-4.5-.099-.822-.204-3.632 2.635-5.272 14.803-8.547 26.451-22.498 32.797-39.282 1.451-3.839 3.483-7.458 6.04-10.759 12.46-16.089 35.19-20.647 52.873-10.596 10.148 5.766 17.205 15.159 19.869 26.448 2.628 11.134.485 22.969-5.881 32.468zm16.867-7.916c1.468-4.998 2.193-10.197 2.163-15.417l17.194 5.067c-2.846 3.687-9.795 7.795-19.357 10.35zm.451-28.506c-3.65-14.062-12.602-25.75-25.344-32.99-3.52-2.001-7.196-3.549-10.953-4.669.23-.136.465-.267.682-.416l41.363 13.84c.451.151.906.226 1.36.269 6.87 7.978 10.977 17.786 12.45 29.73zm49.986-11.034c-6.583-1.197-13.28-1.802-20.003-1.802h-2.581c-3.009-8.045-7.4-15.152-13.173-21.253.061-.419.107-.843.115-1.278.079-4.092.018-8.44-.387-12.85 13.611-6.618 24.517-7.643 32.494-2.994 7.188 4.188 12.175 12.629 15.595 22.559-4.555 4.95-8.904 10.849-12.06 17.618zm142.588 332.804c-10.749-33.375-29.289-73.408-60.59-101.312 5.693-18.504 8.166-37.947 8.172-63.447l1.077-58.409c.001-.062.002-.124.002-.186 0-19.694-5.13-38.781-14.899-55.652 3.824-5.234 6.944-11.33 9.311-18.21.248-.721.474-1.444.689-2.168.352.19.7.39 1.042.602 14.63 9.066 16.325 36.311 15.744 46.026-.345 5.424 3.602 10.132 9.012 10.643 1.76.195 43.26 5.486 56.937 66.744 13.542 60.647-27.143 81.209-28.824 82.027-3.506 1.649-5.78 5.152-5.803 9.026-.025 3.874 2.151 7.404 5.636 9.097.929.466 22.767 11.701 22.767 37.193 0 16.027-11.308 29.699-20.273 38.026z" />
</g>
</symbol>
</svg>
@import url("https://fonts.googleapis.com/css2?family=Exo:wght@600&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
width: 100vw;
min-height: 100vh;
display: flex;
justify-content: center;
flex-direction: column;
gap: 20px;
font-family: "Exo", Arial, sans-serif;
background-color: #f7f7f7;
padding: 20px;
}
section {
max-width: 90vw;
width: 100%;
margin: 0 auto;
display: flex;
justify-content: center;
align-items: center;
}
.icon {
height: 100%;
filter: drop-shadow(1px 1px 2px rgb(255 255 255 / 0.5))
drop-shadow(-1px -1px 2px rgb(255 255 255 / 0.5));
mix-blend-mode: luminosity;
padding: 5px;
background-image: linear-gradient(
171deg,
rgb(158 15 248 / 69%),
rgb(224 18 18 / 58%)
),
conic-gradient(
from 90deg at top right,
rgb(199 86 147 / 75%),
rgb(122 142 15 / 74%)
);
border-radius: 10px;
background-blend-mode: multiply;
}
.grid__container {
border: 1px dashed #f36;
box-shadow: 0 0 0 6px rgb(0 0 0 / 13%);
border-radius: 1px;
}
.grid__item {
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
background-color: #f7f7f7;
}
.grid__item:nth-child(1) {
background-color: #f1c2c6;
}
.grid__item:nth-child(2) {
background-color: #dac2f1;
}
.grid__item:nth-child(3) {
background-color: #ccf1c2;
}
.grid__item:nth-child(4) {
background-color: #c2e9f1;
}
.grid__item:nth-child(5) {
background-color: #f1ebc2;
}
.grid__item:nth-child(6) {
background-color: #09f;
}
.grid__item:nth-child(7) {
background-color: #ff5722;
}
.grid__item:nth-child(8) {
background-color: #8bc34a;
}
.grid__item:nth-child(9) {
background-color: #f66803;
}
.grid__item:nth-child(10) {
background-color: #0d815f;
}
.grid__item:nth-child(11) {
background-color: #28d1c2;
}
.grid__item:nth-child(12) {
background-color: #4a28d1;
}
form {
padding: 20px;
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
width: 100%;
}
.controle {
display: inline-flex;
justify-content: center;
align-items: center;
gap: 5px;
}
html {
--font-size: 16px;
font-size: var(--font-size);
}
.grid__container {
--width: 60;
--height: 60;
width: calc(var(--width) * 1vw);
height: calc(var(--height) * 1vh);
display: grid;
grid-template-columns: 30% 30% 40%;
grid-template-rows: 50% 50%;
}
const gridContainer = document.querySelector(".grid__container");
const inputs = document.querySelectorAll("input[type='range']");
inputs.forEach((input, index) => {
input.addEventListener("input", (etv) => {
gridContainer.style.setProperty(`--${etv.target.id}`, etv.target.value);
document.getElementById(`${etv.target.id}-output`).textContent =
etv.target.value;
});
});
Also see: Tab Triggers