chore: nitpick accessibility, purge images

This commit is contained in:
Jason
2024-06-21 00:22:55 -07:00
parent c9663e2079
commit c81cc5a63a
54 changed files with 20 additions and 1735 deletions

View File

@@ -18,6 +18,7 @@ export default function Footer() {
href={siteMetadata.twitter} href={siteMetadata.twitter}
className="text-muted-foreground hover:brightness-125 dark:hover:brightness-125" className="text-muted-foreground hover:brightness-125 dark:hover:brightness-125"
aria-label="Twitter" aria-label="Twitter"
title="Twitter (@enscry)"
> >
<Twitter size={24} /> <Twitter size={24} />
</a> </a>
@@ -27,6 +28,7 @@ export default function Footer() {
href={`mailto:${siteMetadata.email}`} href={`mailto:${siteMetadata.email}`}
className="text-muted-foreground hover:brightness-125 dark:hover:brightness-125" className="text-muted-foreground hover:brightness-125 dark:hover:brightness-125"
aria-label="Email" aria-label="Email"
title="Email (jason -at- enscribe -dot- dev)"
> >
<Mail size={24} /> <Mail size={24} />
</a> </a>
@@ -36,6 +38,7 @@ export default function Footer() {
href={siteMetadata.github} href={siteMetadata.github}
className="text-muted-foreground hover:brightness-125 dark:hover:brightness-125" className="text-muted-foreground hover:brightness-125 dark:hover:brightness-125"
aria-label="GitHub" aria-label="GitHub"
title="GitHub (/jktrn)"
> >
<Github size={24} /> <Github size={24} />
</a> </a>

View File

@@ -68,6 +68,7 @@ const BentoBox = ({ posts }) => {
href={posts[0].path} href={posts[0].path}
newTab={false} newTab={false}
aria-label={`Read the latest post: ${posts[0].title}`} aria-label={`Read the latest post: ${posts[0].title}`}
title="Read the latest post"
/> />
</div> </div>
@@ -96,6 +97,7 @@ const BentoBox = ({ posts }) => {
<ExternalLink <ExternalLink
href="https://github.com/jktrn" href="https://github.com/jktrn"
aria-label="Visit enscribe's GitHub profile" aria-label="Visit enscribe's GitHub profile"
title="GitHub Profile"
/> />
</div> </div>
@@ -115,6 +117,7 @@ const BentoBox = ({ posts }) => {
<ExternalLink <ExternalLink
href="https://twitter.com/enscry" href="https://twitter.com/enscry"
aria-label="Visit enscribe's Twitter profile" aria-label="Visit enscribe's Twitter profile"
title="Twitter Profile"
/> />
</div> </div>
</section> </section>

View File

@@ -1,22 +1,24 @@
import { MoveUpRight } from 'lucide-react' import { MoveUpRight } from 'lucide-react'
import type { LinkProps } from 'next/link'
import { AnchorHTMLAttributes } from 'react'
import Link from '../Link' import Link from '../Link'
interface ExternalLinkProps { interface ExternalLinkProps extends LinkProps {
href: string
newTab?: boolean newTab?: boolean
className?: string
} }
const ExternalLink = ({ href, newTab = true, className, ...props }: ExternalLinkProps) => { const ExternalLink = ({
newTab = true,
...props
}: ExternalLinkProps & AnchorHTMLAttributes<HTMLAnchorElement>) => {
return newTab ? ( return newTab ? (
<Link href={href} className={className} {...props}> <Link {...props}>
<div className="absolute bottom-0 right-0 m-3 flex w-fit items-end rounded-full border border-border bg-tertiary/50 p-3 text-primary transition-all duration-300 hover:brightness-125"> <div className="absolute bottom-0 right-0 m-3 flex w-fit items-end rounded-full border border-border bg-tertiary/50 p-3 text-primary transition-all duration-300 hover:brightness-125">
<MoveUpRight size={16} /> <MoveUpRight size={16} />
</div> </div>
</Link> </Link>
) : ( ) : (
<a href={href} className={className} {...props}> <a {...props}>
<div className="absolute bottom-0 right-0 m-3 flex w-fit items-end rounded-full border border-border bg-tertiary/50 p-3 text-primary transition-all duration-300 hover:brightness-125"> <div className="absolute bottom-0 right-0 m-3 flex w-fit items-end rounded-full border border-border bg-tertiary/50 p-3 text-primary transition-all duration-300 hover:brightness-125">
<MoveUpRight size={16} /> <MoveUpRight size={16} />
</div> </div>

View File

@@ -90,7 +90,11 @@ const SpotifyPresence = ({ lanyard }) => {
<div className="absolute right-0 top-0 m-3 text-primary"> <div className="absolute right-0 top-0 m-3 text-primary">
<FaSpotify size={56} /> <FaSpotify size={56} />
</div> </div>
<ExternalLink href={`https://open.spotify.com/track/${track_id}`} className="block" /> <ExternalLink
href={`https://open.spotify.com/track/${track_id}`}
aria-label="Open in Spotify"
title="Open in Spotify"
/>
</> </>
) )
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

View File

@@ -1,14 +0,0 @@
<svg width="576" height="280" viewBox="0 0 576 280" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="mask0_8_96" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="576" height="280">
<rect width="576" height="280" fill="#0F0F0F"/>
</mask>
<g mask="url(#mask0_8_96)">
<path d="M0.53251 148.166C5.54683 144.718 12.4065 145.989 15.8531 151.004L37.8518 183.012C41.298 188.027 40.0268 194.885 35.0125 198.331L-28.5204 241.996L-62.992 191.84L0.53251 148.166Z" fill="#0F0F0F"/>
<circle cx="43.7861" cy="147.836" r="1.60661" transform="rotate(56 43.7861 147.836)" fill="#101010"/>
<circle cx="56.7086" cy="159.606" r="1.60661" transform="rotate(56 56.7086 159.606)" fill="#101010"/>
<path d="M49.1586 152.121C48.9747 151.946 48.6841 151.954 48.5096 152.138L46.9108 153.822C45.9327 154.853 45.9754 156.481 47.006 157.459C48.0367 158.438 49.6651 158.395 50.6432 157.364L52.242 155.679C52.4165 155.496 52.4089 155.205 52.225 155.03L49.1586 152.121Z" stroke="#101010" stroke-width="0.918063" stroke-linejoin="round"/>
<path d="M38.4163 184.178C41.8625 189.193 40.1193 194.718 35.105 198.165L-28.428 241.829L-62.8995 191.673L0.624947 147.999C5.63926 144.551 11.1243 144.059 14.5709 149.074" stroke="#E9D3B6" stroke-opacity="0.5" stroke-width="0.5" stroke-dasharray="4 4"/>
<circle cx="38.2652" cy="158.982" r="24.9249" transform="rotate(55.5 38.2652 158.982)" fill="#0F0F0F"/>
<circle cx="38.2652" cy="158.982" r="25.4249" transform="rotate(55.5 38.2652 158.982)" stroke="#E9D3B6" stroke-opacity="0.5" stroke-dasharray="4 4"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 208 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 16 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 1.4 MiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 1.5 MiB

View File

@@ -1,10 +0,0 @@
<svg width="280" height="281" viewBox="0 0 280 281" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="mask0_190_77" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="-1" y="-1" width="282" height="282">
<rect x="-0.5" y="-0.5" width="281" height="281" fill="#0F0F0F" stroke="#272727"/>
</mask>
<g mask="url(#mask0_190_77)">
<rect width="280" height="280" fill="#0F0F0F"/>
<path d="M87.148 253.407C93.1305 254.515 95.805 259.655 94.6962 265.638L80.6474 341.438L20.8064 330.347L34.8427 254.546C35.9507 248.563 39.4807 244.336 45.4639 245.445" stroke="#E9D3B6" stroke-opacity="0.5" stroke-width="0.5" stroke-dasharray="4 4"/>
<circle cx="69.2248" cy="235.697" r="25.4249" transform="rotate(10.5 69.2248 235.697)" stroke="#E9D3B6" stroke-opacity="0.5" stroke-dasharray="4 4"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 797 B

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 275 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 1.4 MiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 1.4 MiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 246 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 370 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 370 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 382 KiB

View File

@@ -1,9 +0,0 @@
<svg width="576" height="280" viewBox="0 0 576 280" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="mask0_8_94" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="576" height="280">
<rect width="576" height="280" fill="#0F0F0F"/>
</mask>
<g mask="url(#mask0_8_94)">
<path d="M524.894 40.8121C519.624 37.7699 518.819 32.0322 521.861 26.763L560.407 -40L613.113 -9.56997L574.579 57.1977C571.538 62.468 566.799 65.2742 561.529 62.2316" stroke="#E9D3B6" stroke-opacity="0.5" stroke-width="0.5" stroke-dasharray="4 4"/>
<circle cx="535.877" cy="63.489" r="25.4249" transform="rotate(-150 535.877 63.489)" stroke="#E9D3B6" stroke-opacity="0.5" stroke-dasharray="4 4"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 703 B

View File

@@ -1,9 +0,0 @@
<svg width="579" height="483" viewBox="0 0 579 483" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="mask0_346_50" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="-2" width="581" height="485">
<rect x="1.97157" y="-0.353074" width="577.976" height="481.475" fill="#101010" stroke="#272727" stroke-width="2.05686"/>
</mask>
<g mask="url(#mask0_346_50)">
<path d="M58.561 413.082C65.4777 419.998 64.3405 429.241 57.4253 436.157L-30.1969 523.778L-99.3698 454.605L-11.7641 366.971C-4.85005 360.054 3.67525 357.668 10.5918 364.585" stroke="#E9D3B6" stroke-opacity="0.5" stroke-width="0.803696" stroke-dasharray="6.43 6.43"/>
<path d="M22.0445 402.202C38.0044 418.162 63.8804 418.162 79.8403 402.202C95.8001 386.242 95.8002 360.366 79.8403 344.406C63.8804 328.446 38.0044 328.446 22.0445 344.406C6.08463 360.366 6.08466 386.242 22.0445 402.202Z" stroke="#E9D3B6" stroke-opacity="0.5" stroke-width="1.60739" stroke-dasharray="6.43 6.43"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 965 B

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -1,45 +0,0 @@
<svg width="576" height="280" viewBox="0 0 576 280" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="576" height="280" fill="#0F0F0F"/>
<mask id="mask0_8_94" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="576" height="280">
<rect width="576" height="280" fill="#101010"/>
</mask>
<g mask="url(#mask0_8_94)">
<path d="M603.116 59.6129C578.269 72.8158 552.539 85.8516 532.724 107.495C526.433 114.367 525.892 121.529 531.531 124.438C543.316 130.518 553.657 119.954 563.473 115.299C565.927 114.135 567.764 113.072 570.444 112.768C580.827 111.592 583.577 117.006 583.654 122.3C583.549 124.385 582.478 127.525 579.073 131.74C573.413 138.745 566.203 142.688 558.451 147.139C538.039 158.369 496.953 168.984 483.838 201.853" stroke="#5D5449" stroke-miterlimit="10"/>
<path d="M604.711 61.4464C579.63 75.3264 554.248 89.3582 534.399 111.785C534.01 112.224 533.639 112.665 533.284 113.106C527.278 120.596 529.313 126.892 533.52 129.111C538.956 131.979 544.679 130.994 549.716 128.757C556.057 125.941 561.738 121.211 567.676 118.128C567.77 118.08 567.864 118.035 567.959 117.989C570.572 116.724 572.886 115.86 575.766 115.817C584.582 115.686 587.235 120.426 587.173 125.358C587.169 125.666 587.133 125.991 587.073 126.334C586.722 128.34 585.624 130.881 583.307 134.024C578.506 140.533 572.181 144.554 565.637 148.837C553.288 156.92 536.95 163.714 521.379 174.284C509.674 182.229 492.206 196.97 491.889 211.892" stroke="#5D5449" stroke-miterlimit="10"/>
<path d="M606.307 63.2803C580.992 77.8371 555.957 92.8648 536.075 116.075C535.689 116.525 535.316 116.977 534.954 117.43C528.169 125.95 532.377 132.093 535.51 133.784C541.143 136.824 547.633 135.429 552.958 132.854C559.801 129.547 565.63 124.403 572.138 120.833C572.238 120.778 572.342 120.729 572.445 120.678C575.218 119.312 577.983 118.595 581.089 118.865C588.241 119.486 590.723 123.807 590.694 128.415C590.692 128.695 590.672 128.989 590.623 129.291C590.302 131.269 589.322 133.574 587.541 136.307C583.613 142.337 578.224 146.533 572.825 150.535C559.097 160.711 543.33 168.279 527.619 180.282C517.352 188.126 494.513 207.277 499.94 221.932" stroke="#5D5449" stroke-miterlimit="10"/>
<path d="M607.904 65.114C582.354 80.3479 557.665 96.3714 537.751 120.365C537.368 120.826 536.993 121.289 536.624 121.753C529.058 131.303 535.436 137.311 537.5 138.457C543.322 141.689 550.585 139.859 556.2 136.952C563.545 133.149 569.52 127.596 576.6 123.539C576.707 123.477 576.82 123.424 576.932 123.368C579.864 121.901 583.067 121.225 586.412 121.914C591.868 123.037 594.21 127.19 594.215 131.474C594.215 131.726 594.21 131.988 594.172 132.248C593.889 134.201 593.032 136.281 591.776 138.591C588.745 144.165 584.344 148.624 580.012 152.233C565.041 164.706 549.615 172.716 533.86 186.28C524.967 193.936 496.821 217.583 507.991 231.972" stroke="#5D5449" stroke-miterlimit="10"/>
<path d="M609.499 66.9475C583.225 83.1602 558.449 100.525 538.292 126.076C529.947 136.655 538.488 142.544 539.489 143.13C545.472 146.631 553.467 144.173 559.441 141.049C567.194 136.597 573.629 131.124 581.06 126.243C584.225 124.548 588.031 123.712 591.733 124.961C595.755 126.639 597.93 131.035 597.72 135.205C596.34 142.255 591.855 149.784 587.198 153.931C571.7 169.517 555.752 176.996 540.1 192.278C532.516 199.681 499.128 227.889 516.042 242.011" stroke="#5D5449" stroke-miterlimit="10"/>
<path d="M490.302 175.258C488.359 175.744 487.166 178.141 486.776 179.944C486.348 181.918 486.487 184.085 485.696 185.938C485.064 187.421 483.598 188.212 481.859 188.751L481.767 189.669L505.22 193.616C504.652 194.002 504.196 194.61 503.917 195.506C502.726 198.903 503.381 202.215 504.714 203.831C507.243 206.895 511.106 205.363 512.072 202.459C513.092 199.387 512.702 194.568 509.095 193.415C508.905 193.354 508.715 193.304 508.527 193.259L508.529 193.238L495.125 190.983C495.488 190.537 495.506 189.675 495.582 189.126C495.735 188.017 495.721 186.874 495.513 185.757C495.308 184.659 494.974 183.781 494.602 182.708C493.959 180.858 494.119 179.452 495.26 178.198C495.606 177.818 495.763 177.608 496.301 177.548C496.875 177.486 497.485 177.539 497.757 177.892C497.115 176.702 495.317 177.169 494.663 177.742C493.58 178.692 493.092 180.095 492.987 181.504C492.919 182.406 493.024 183.916 493.106 184.824C493.174 185.572 493.363 186.508 493.279 187.304C493.186 188.193 493.25 188.774 492.669 189.467C492.435 189.747 491.99 190.156 491.534 190.379L488.936 189.942C489.612 189.818 490.073 189.304 490.339 188.901C490.816 188.18 490.593 187.159 490.535 186.302C490.427 184.695 490.142 183.176 489.868 181.587C489.61 180.092 489.536 176.955 491.372 176.387C492.304 176.099 492.946 176.877 493.711 177.218C493.258 175.86 491.686 174.912 490.302 175.258Z" fill="#5D5449"/>
<path d="M549.844 121.674C548.81 120.996 547.395 121.17 546.552 121.512C545.629 121.887 544.884 122.554 543.847 122.743C543.017 122.895 542.079 122.502 541.115 121.925L540.732 122.145L549.568 133.081C549.175 132.951 548.748 132.931 548.292 133.066C546.505 133.52 545.56 134.725 545.545 135.737C545.516 137.658 547.783 138.847 549.288 138.435C550.879 138 552.5 136.483 551.345 134.648C551.284 134.551 551.219 134.458 551.153 134.366L551.162 134.361L546.112 128.111C546.437 128.138 546.766 127.903 547.003 127.78C547.483 127.533 547.902 127.207 548.227 126.806C548.545 126.411 548.725 126.025 548.961 125.567C549.366 124.779 549.96 124.451 550.928 124.577C551.221 124.615 551.369 124.622 551.627 124.831C551.903 125.054 552.151 125.324 552.139 125.537C552.299 124.934 551.336 124.312 550.836 124.199C550.007 124.012 549.27 124.201 548.7 124.552C548.334 124.777 547.818 125.245 547.517 125.535C547.268 125.773 547.003 126.115 546.67 126.304C546.298 126.515 546.11 126.704 545.597 126.656C545.39 126.637 545.042 126.565 544.759 126.437L543.781 125.226C544.124 125.474 544.518 125.523 544.785 125.521C545.262 125.518 545.544 125.139 545.838 124.874C546.388 124.377 546.828 123.831 547.299 123.269C547.742 122.742 548.877 121.83 549.894 122.439C550.411 122.749 550.404 123.237 550.613 123.653C550.92 123.082 550.581 122.157 549.844 121.674Z" fill="#5D5449"/>
<path d="M529.899 182.389C528.405 183.341 527.698 184.842 527.771 185.894C527.911 187.89 529.958 188.511 531.214 187.681C532.542 186.802 533.802 184.795 532.653 183.206C532.593 183.123 532.53 183.043 532.465 182.966L532.472 182.959L524.095 174.16C524.878 173.601 525.596 172.326 526.119 171.727C527.381 170.283 528.826 169.133 530.15 167.792L536.837 174.815C536.489 174.786 536.121 174.881 535.742 175.143C534.248 176.095 533.541 177.595 533.614 178.648C533.754 180.644 535.801 181.265 537.057 180.434C538.385 179.556 539.645 177.549 538.496 175.96C538.436 175.876 538.372 175.797 538.308 175.719L538.315 175.712L530.419 167.419C530.057 166.595 529.317 165.565 528.729 165.043C527.66 165.79 526.687 166.821 525.797 167.846C525.433 168.265 521.684 172.458 521.684 172.458C522.416 173.345 523.535 174.419 523.535 174.419C523.583 174.411 523.631 174.395 523.679 174.379L530.995 182.062C530.646 182.032 530.278 182.127 529.899 182.389Z" fill="#5D5449"/>
<path d="M564.021 136.602C562.817 137.369 562.247 138.578 562.306 139.426C562.419 141.035 564.069 141.535 565.08 140.866C566.15 140.158 567.166 138.541 566.24 137.261C566.192 137.193 566.141 137.129 566.089 137.067L566.094 137.061L559.343 129.97C559.974 129.519 560.553 128.491 560.974 128.009C561.991 126.845 563.156 125.919 564.223 124.838L569.612 130.497C569.331 130.474 569.035 130.55 568.729 130.762C567.525 131.529 566.955 132.738 567.014 133.586C567.127 135.194 568.777 135.695 569.788 135.026C570.858 134.318 571.874 132.701 570.949 131.42C570.9 131.353 570.849 131.289 570.797 131.227L570.803 131.221L564.439 124.538C564.148 123.873 563.552 123.043 563.077 122.623C562.216 123.225 561.432 124.056 560.715 124.882C560.421 125.22 557.4 128.599 557.4 128.599C557.99 129.313 558.892 130.179 558.892 130.179C558.931 130.173 558.97 130.16 559.008 130.147L564.904 136.339C564.623 136.315 564.327 136.391 564.021 136.602Z" fill="#5D5449"/>
<path d="M516.877 170.688L516.582 170.11L516.242 170.274C515.458 170.65 514.616 171.054 513.767 171.487C513.131 170.705 512.514 169.867 511.922 169.026C512.708 168.629 513.486 168.255 514.213 167.906L514.553 167.743L514.258 167.166L513.919 167.328C513.167 167.689 512.362 168.076 511.548 168.489C511.016 167.716 510.508 166.951 510.032 166.234L509.81 165.899L509.301 166.231L509.523 166.566C509.987 167.266 510.484 168.013 511.003 168.768C510.16 169.206 509.319 169.672 508.526 170.167C508.202 169.686 507.888 169.214 507.588 168.761L507.366 168.426L506.857 168.758L507.079 169.093C507.378 169.543 507.691 170.015 508.014 170.494C507.263 170.988 506.566 171.51 505.972 172.06L506.406 172.542C506.977 172.013 507.65 171.511 508.378 171.032C508.95 171.87 509.553 172.723 510.179 173.544C509.489 174.007 508.848 174.493 508.295 175.005L508.73 175.486C509.268 174.988 509.898 174.512 510.578 174.057C511.412 175.111 512.281 176.088 513.168 176.869L513.557 176.4C512.718 175.661 511.889 174.732 511.089 173.725C511.899 173.215 512.765 172.734 513.635 172.282C514.278 173.046 514.94 173.75 515.611 174.341L516.001 173.872C515.389 173.334 514.783 172.693 514.19 171.996C514.994 171.589 515.79 171.207 516.534 170.849L516.877 170.688ZM510.691 173.212C510.067 172.396 509.463 171.543 508.891 170.704C509.685 170.211 510.53 169.744 511.376 169.305C511.964 170.144 512.579 170.982 513.215 171.771C512.353 172.222 511.496 172.702 510.691 173.212Z" fill="#5D5449"/>
<path d="M543.023 94.5696L542.832 94.1961L542.611 94.3018C542.104 94.5455 541.559 94.807 541.01 95.0866C540.598 94.5802 540.198 94.0382 539.816 93.4941C540.325 93.2376 540.828 92.9954 541.298 92.7694L541.518 92.6636L541.328 92.2899L541.108 92.3954C540.622 92.6288 540.101 92.8798 539.574 93.1462C539.23 92.6461 538.9 92.1509 538.593 91.6873L538.449 91.4701L538.12 91.6849L538.264 91.902C538.564 92.3551 538.885 92.8382 539.222 93.3274C538.676 93.6107 538.132 93.9121 537.618 94.2323C537.408 93.921 537.206 93.6155 537.012 93.3228L536.867 93.1057L536.538 93.3204L536.682 93.5375C536.876 93.8293 537.078 94.1343 537.287 94.4442C536.801 94.7644 536.35 95.1016 535.966 95.4575L536.247 95.7692C536.616 95.4273 537.052 95.1019 537.523 94.7916C537.893 95.3338 538.284 95.8865 538.689 96.4174C538.242 96.7171 537.827 97.0319 537.47 97.3631L537.751 97.6748C538.1 97.3518 538.507 97.044 538.947 96.7498C539.487 97.432 540.05 98.0644 540.623 98.5698L540.876 98.2662C540.332 97.7876 539.796 97.1869 539.279 96.5349C539.803 96.2049 540.363 95.8935 540.926 95.6009C541.342 96.0952 541.77 96.5513 542.205 96.9335L542.457 96.6302C542.061 96.2815 541.669 95.8669 541.285 95.416C541.806 95.1528 542.321 94.9048 542.802 94.6738L543.023 94.5696ZM539.019 96.203C538.615 95.6751 538.225 95.1229 537.854 94.5802C538.368 94.2607 538.915 93.9588 539.463 93.6748C539.843 94.2175 540.242 94.7602 540.653 95.2708C540.095 95.5623 539.54 95.8733 539.019 96.203Z" fill="#5D5449"/>
<path d="M517.853 222.8C517.462 223.205 516.977 223.625 516.38 224.057C515.304 224.834 512.918 225.882 511.096 225.38C510.281 225.156 509.667 224.661 509.273 223.909C508.619 222.661 508.478 221.381 508.866 220.208C509.426 218.517 511.043 217.093 513.543 216.089C515.691 215.227 517.458 215.932 518.794 218.184C519.439 219.272 519.699 220.883 517.853 222.8ZM510.695 218.904C510.209 219.409 509.865 219.954 509.675 220.531C509.358 221.488 509.473 222.501 510.018 223.54C510.29 224.06 510.699 224.388 511.268 224.544C512.729 224.946 514.833 224.082 515.86 223.339C518.195 221.652 518.94 220.056 518.075 218.598C517.321 217.329 516.166 215.989 513.898 216.899C512.519 217.453 511.44 218.131 510.695 218.904Z" fill="#5D5449"/>
<path d="M541.695 111.788C541.427 112.066 541.095 112.353 540.687 112.648C539.951 113.18 538.319 113.896 537.073 113.553C536.515 113.4 536.095 113.062 535.826 112.547C535.378 111.693 535.282 110.818 535.548 110.016C535.931 108.859 537.037 107.885 538.747 107.199C540.216 106.609 541.425 107.091 542.339 108.632C542.78 109.375 542.957 110.478 541.695 111.788ZM536.799 109.123C536.466 109.468 536.231 109.841 536.1 110.236C535.884 110.891 535.962 111.583 536.335 112.294C536.521 112.65 536.801 112.874 537.19 112.982C538.189 113.256 539.628 112.665 540.331 112.157C541.928 111.003 542.437 109.911 541.846 108.914C541.331 108.046 540.54 107.129 538.989 107.751C538.046 108.131 537.308 108.595 536.799 109.123Z" fill="#5D5449"/>
<path d="M554.998 84.7093L554.653 84.9623L563.189 94.209C562.796 94.1059 562.382 94.1181 561.956 94.29C560.279 94.8893 559.495 96.1909 559.588 97.226C559.765 99.1902 562.081 100.234 563.491 99.7003C564.981 99.1359 566.386 97.4647 565.073 95.6767C565.004 95.5823 564.932 95.4917 564.858 95.4031L564.866 95.3972L554.998 84.7093Z" fill="#5D5449"/>
<path d="M580.612 157.504C579.746 156.498 578.331 156.253 577.439 156.354C576.462 156.464 575.597 156.927 574.548 156.812C573.707 156.72 572.876 156.036 572.058 155.153L571.64 155.264L577.95 169.162C577.595 168.911 577.183 168.763 576.711 168.765C574.876 168.699 573.703 169.656 573.476 170.693C573.045 172.661 575.003 174.563 576.555 174.59C578.195 174.618 580.092 173.541 579.352 171.307C579.313 171.189 579.27 171.074 579.225 170.959L579.234 170.957L575.627 163.014C575.938 163.139 576.308 162.996 576.565 162.941C577.084 162.83 577.56 162.619 577.96 162.303C578.353 161.993 578.609 161.648 578.935 161.248C579.496 160.558 580.142 160.398 581.059 160.817C581.336 160.944 581.478 160.995 581.687 161.288C581.908 161.599 582.093 161.952 582.037 162.167C582.319 161.595 581.512 160.666 581.048 160.4C580.28 159.96 579.523 159.934 578.893 160.125C578.49 160.248 577.89 160.575 577.536 160.783C577.243 160.954 576.913 161.227 576.55 161.321C576.143 161.427 575.921 161.566 575.431 161.363C575.234 161.281 574.91 161.103 574.661 160.886L573.962 159.346C574.244 159.704 574.617 159.872 574.878 159.951C575.343 160.091 575.697 159.784 576.039 159.599C576.679 159.252 577.222 158.822 577.798 158.385C578.34 157.974 579.636 157.375 580.5 158.307C580.938 158.78 580.828 159.28 580.945 159.77C581.364 159.275 581.228 158.222 580.612 157.504Z" fill="#5D5449"/>
<path d="M556.647 102.649C556.014 101.916 554.976 101.739 554.321 101.814C553.603 101.896 552.967 102.235 552.197 102.153C551.581 102.087 550.972 101.589 550.373 100.946L550.066 101.027L554.67 111.162C554.409 110.98 554.107 110.872 553.761 110.874C552.413 110.829 551.551 111.529 551.382 112.286C551.062 113.723 552.495 115.108 553.634 115.125C554.839 115.143 556.233 114.355 555.694 112.725C555.666 112.639 555.634 112.555 555.602 112.472L555.608 112.47L552.977 106.678C553.205 106.769 553.477 106.663 553.666 106.623C554.047 106.541 554.397 106.387 554.691 106.155C554.981 105.928 555.169 105.677 555.409 105.384C555.822 104.879 556.297 104.761 556.969 105.066C557.173 105.158 557.277 105.195 557.429 105.408C557.59 105.635 557.726 105.893 557.683 106.05C557.892 105.631 557.301 104.955 556.962 104.762C556.399 104.441 555.843 104.424 555.381 104.564C555.085 104.654 554.643 104.894 554.383 105.046C554.168 105.171 553.925 105.37 553.658 105.44C553.36 105.517 553.196 105.62 552.837 105.472C552.692 105.412 552.455 105.284 552.273 105.126L551.763 104.003C551.969 104.264 552.243 104.386 552.434 104.443C552.775 104.544 553.036 104.319 553.287 104.184C553.758 103.93 554.157 103.615 554.581 103.295C554.98 102.995 555.933 102.556 556.565 103.234C556.886 103.579 556.804 103.944 556.888 104.302C557.196 103.94 557.099 103.172 556.647 102.649Z" fill="#5D5449"/>
<path d="M565.354 170.599C564.663 168.352 563.251 166.293 561.48 164.949C560.271 164.031 559.038 163.557 557.911 163.559C557.724 162.969 557.533 162.381 557.339 161.796C556.972 160.693 556.482 159.516 555.964 158.268C555.895 158.104 555.827 157.94 555.759 157.775C556.033 157.656 556.397 157.466 556.94 157.149C558.057 156.5 558.333 154.412 557.66 151.699C557.233 149.977 556.576 148.517 555.707 147.359C555.13 146.592 554.609 146.407 554.272 146.387C554.261 146.386 554.25 146.385 554.24 146.385C553.646 146.368 553.15 146.832 552.767 147.765C551.765 150.2 552.728 153.418 553.947 156.519C553.67 156.593 553.286 156.726 552.692 156.988C550.596 157.91 549.131 160.279 548.772 163.323C548.406 166.424 549.233 169.812 551.1 172.862C552.321 174.856 555.372 177.976 558.332 178.67C559.028 178.833 559.8 178.855 560.579 178.763C561.074 181.248 561.745 185.432 560.079 186.086C558.942 186.533 557.177 186.274 555.882 185.468C555.122 184.996 554.582 184.387 554.276 183.659C553.878 182.714 553.779 181.627 554.034 181.019C554.202 180.617 554.506 180.427 554.963 180.438C554.966 180.438 554.969 180.439 554.972 180.439C555.614 180.457 556.258 180.872 556.697 181.548C557.036 182.069 557.179 182.649 557.064 183.026C556.966 183.344 556.681 183.53 556.244 183.569C556.246 183.48 556.252 183.373 556.264 183.244C556.302 182.838 556.038 182.378 555.675 182.216C555.312 182.054 554.987 182.25 554.949 182.656C554.896 183.223 554.879 183.946 555.22 184.514C555.388 184.793 555.622 185.001 555.879 185.099C555.931 185.12 555.983 185.132 556.035 185.138C557.644 185.307 558.159 184.438 558.323 183.905C558.589 183.041 558.333 181.858 557.657 180.816C556.881 179.622 555.755 178.891 554.641 178.858C554.636 178.858 554.631 178.858 554.626 178.857C553.772 178.837 553.147 179.242 552.817 180.027C552.4 181.022 552.52 182.592 553.122 184.026C553.605 185.176 554.446 186.147 555.555 186.836C556.598 187.484 557.846 187.848 558.987 187.882C559.64 187.901 560.257 187.813 560.78 187.607C563.304 186.615 562.405 181.464 561.803 178.525C563.403 178.09 564.868 177.207 565.559 176.103C566.443 174.69 565.914 172.42 565.354 170.599ZM559.433 173.588C559.002 173.524 558.498 173.365 557.921 173.08C556.472 172.364 555.429 170.892 555.198 169.24C555.002 167.841 555.425 166.048 557.193 165.359C558.017 168.065 558.766 170.815 559.433 173.588ZM553.987 148.751C554.244 148.124 554.479 147.965 554.57 147.967L554.572 147.968C554.609 147.97 554.708 148.05 554.837 148.221C555.518 149.128 556.043 150.312 556.397 151.737C556.888 153.718 556.776 155.306 556.119 155.688C555.66 155.955 555.351 156.12 555.127 156.224C554.016 153.407 553.192 150.681 553.987 148.751ZM558.224 177.12C555.855 176.564 553.141 173.895 552.091 172.182C550.48 169.55 549.766 166.627 550.082 163.951C550.392 161.319 551.642 159.28 553.425 158.495C553.993 158.244 554.336 158.127 554.573 158.066C554.651 158.254 554.729 158.441 554.806 158.627C555.308 159.834 555.783 160.975 556.123 161.998C556.318 162.585 556.509 163.174 556.698 163.766C554.632 164.464 553.537 166.51 553.894 169.065C554.224 171.425 555.694 173.517 557.732 174.524C558.496 174.902 559.192 175.107 559.806 175.175C559.958 175.84 560.105 176.505 560.247 177.172C559.537 177.271 558.836 177.263 558.224 177.12ZM564.424 174.95C563.895 175.795 562.74 176.502 561.46 176.898C561.331 176.298 561.197 175.698 561.06 175.1C561.887 174.885 562.441 174.335 562.653 173.622C562.957 172.606 562.549 171.407 561.617 170.566C561.29 170.272 560.893 170.295 560.73 170.617C560.567 170.94 560.7 171.441 561.027 171.735C561.377 172.05 561.499 172.393 561.391 172.755C561.307 173.035 561.072 173.316 560.678 173.479C560 170.671 559.241 167.885 558.404 165.144C559.224 165.177 560.125 165.545 561.014 166.221C562.414 167.283 563.576 168.978 564.122 170.753C564.537 172.1 565.02 174 564.424 174.95Z" fill="#5D5449"/>
<path d="M579.043 83.6492C577.838 82.3672 576.312 81.5166 574.856 81.3148C573.862 81.1769 573.02 81.359 572.41 81.8303C572.09 81.4962 571.77 81.1651 571.448 80.8372C570.842 80.2194 570.141 79.6002 569.399 78.945C569.301 78.8588 569.203 78.7723 569.106 78.6857C569.21 78.4882 569.336 78.2035 569.513 77.7559C569.878 76.8366 569.255 75.2624 567.887 73.6468C567.018 72.6207 566.123 71.8739 565.224 71.4274C564.628 71.1313 564.277 71.2195 564.088 71.3456C564.082 71.3496 564.076 71.354 564.07 71.3585C563.742 71.5936 563.645 72.1242 563.783 72.936C564.142 75.0553 565.853 76.9039 567.66 78.5626C567.537 78.7295 567.379 78.9829 567.154 79.4129C566.361 80.9307 566.444 83.1967 567.376 85.4739C568.325 87.7937 570.025 89.8166 572.165 91.1704C573.563 92.055 576.369 92.9649 578.227 92.2168C578.665 92.0408 579.091 91.7351 579.478 91.3455C580.666 92.8757 582.576 95.5205 581.917 96.6723C581.466 97.4579 580.415 98.0121 579.416 97.9886C578.831 97.9751 578.313 97.7749 577.878 97.3933C577.313 96.8978 576.857 96.1806 576.77 95.6487C576.713 95.2981 576.807 95.0388 577.058 94.8559C577.059 94.8547 577.061 94.8536 577.063 94.8522C577.417 94.5979 577.919 94.6187 578.407 94.9083C578.783 95.1317 579.076 95.4771 579.152 95.7883C579.217 96.0513 579.131 96.3008 578.909 96.5096C578.878 96.4466 578.841 96.3691 578.8 96.2736C578.671 95.9746 578.357 95.7628 578.101 95.8008C577.844 95.8389 577.741 96.1116 577.871 96.4111C578.052 96.8292 578.31 97.342 578.705 97.5965C578.899 97.7222 579.103 97.7696 579.278 97.7316C579.314 97.7234 579.347 97.7107 579.377 97.6932C580.311 97.1408 580.268 96.3192 580.159 95.8779C579.983 95.164 579.407 94.4435 578.656 93.9971C577.794 93.4853 576.914 93.4441 576.299 93.8851C576.296 93.8871 576.294 93.889 576.291 93.8912C575.821 94.2324 575.632 94.7758 575.744 95.4625C575.886 96.3314 576.532 97.3786 577.389 98.1298C578.075 98.7316 578.89 99.0608 579.745 99.0801C580.549 99.0987 581.36 98.833 581.99 98.3812C582.35 98.1226 582.651 97.8037 582.858 97.4417C583.858 95.6973 581.465 92.472 580.052 90.6682C580.757 89.6982 581.224 88.4707 581.19 87.4109C581.147 86.0551 580.02 84.6883 579.043 83.6492ZM576.944 88.2058C576.687 88.3404 576.356 88.4392 575.938 88.4805C574.889 88.5833 573.78 87.9899 573.043 86.9307C572.42 86.0344 571.986 84.6052 572.688 83.388C574.134 84.9354 575.557 86.5451 576.944 88.2058ZM564.808 73.1163C564.716 72.571 564.784 72.3613 564.834 72.3253L564.835 72.3245C564.856 72.3105 564.939 72.3258 565.072 72.3912C565.777 72.7418 566.499 73.35 567.217 74.1986C568.216 75.3782 568.743 76.534 568.529 77.0748C568.379 77.453 568.272 77.6972 568.19 77.8629C566.546 76.3578 565.093 74.7962 564.808 73.1163ZM577.596 91.177C576.109 91.7758 573.652 91.0416 572.451 90.2814C570.605 89.1132 569.137 87.3676 568.318 85.3659C567.512 83.3978 567.434 81.4513 568.109 80.1598C568.324 79.7482 568.466 79.5234 568.572 79.3818C568.683 79.4808 568.795 79.579 568.906 79.6766C569.624 80.311 570.303 80.9106 570.865 81.4841C571.188 81.813 571.51 82.1447 571.83 82.4803C570.971 83.8287 571.135 85.7151 572.273 87.3519C573.325 88.8639 574.895 89.7132 576.37 89.5685C576.924 89.5144 577.376 89.3678 577.733 89.1593C578.062 89.5608 578.388 89.964 578.711 90.3706C578.363 90.7361 577.981 91.0227 577.596 91.177ZM580.15 87.0782C580.176 87.889 579.813 88.8645 579.266 89.6743C578.974 89.309 578.68 88.9455 578.384 88.5846C578.752 88.0899 578.849 87.475 578.7 86.8879C578.489 86.0515 577.824 85.3829 577.009 85.1838C576.723 85.1142 576.516 85.2954 576.547 85.5889C576.578 85.8822 576.835 86.1767 577.121 86.246C577.427 86.3204 577.621 86.5093 577.696 86.8068C577.754 87.0371 577.731 87.3314 577.578 87.6101C576.172 85.9296 574.73 84.2993 573.263 82.7316C573.719 82.4134 574.343 82.2951 575.075 82.3969C576.225 82.5564 577.481 83.2559 578.433 84.2691C579.156 85.0385 580.12 86.1656 580.15 87.0782Z" fill="#5D5449"/>
<path d="M537.737 201.56C537.701 201.499 537.662 201.441 537.623 201.385L537.627 201.381L532.85 195.129C532.623 194.572 532.171 193.833 531.817 193.426C531.203 193.712 530.651 194.186 530.148 194.669C529.942 194.867 527.819 196.824 527.819 196.824C528.264 197.476 528.939 198.301 528.939 198.301C528.967 198.303 528.995 198.301 529.023 198.299L533.449 204.092C533.244 204.021 533.03 204.021 532.813 204.12C531.954 204.465 531.566 205.265 531.628 205.914C531.746 207.145 532.957 207.84 533.678 207.531C534.441 207.205 535.144 206.185 534.442 205.043C534.405 204.983 534.367 204.925 534.328 204.868L534.332 204.865L530.13 199.366C530.429 198.99 531.128 198.426 531.807 197.879C532.661 197.19 533.247 196.705 533.496 196.355L536.745 200.608C536.54 200.537 536.326 200.536 536.109 200.637C535.25 200.981 534.862 201.781 534.924 202.43C535.042 203.661 536.253 204.356 536.974 204.047C537.736 203.722 538.44 202.702 537.737 201.56ZM531.43 197.369C530.738 197.926 530.08 198.457 529.742 198.859L529.262 198.231C529.711 198.013 530.109 197.352 530.405 197.071C531.119 196.392 531.945 195.92 532.698 195.313L533.103 195.842C532.948 196.144 532.111 196.82 531.43 197.369Z" fill="#5D5449"/>
<path d="M586.128 143.161C586.093 143.104 586.056 143.049 586.019 142.995L586.023 142.992L581.502 137.075C581.287 136.548 580.86 135.849 580.524 135.463C579.943 135.735 579.421 136.183 578.944 136.64C578.749 136.827 576.74 138.68 576.74 138.68C577.161 139.296 577.8 140.077 577.8 140.077C577.827 140.079 577.853 140.077 577.879 140.075L582.068 145.558C581.874 145.49 581.672 145.49 581.465 145.585C580.652 145.911 580.286 146.667 580.344 147.282C580.456 148.448 581.602 149.104 582.284 148.813C583.006 148.504 583.672 147.539 583.008 146.459C582.972 146.401 582.936 146.347 582.899 146.293L582.902 146.29L578.926 141.085C579.209 140.73 579.87 140.196 580.513 139.678C581.322 139.027 581.876 138.567 582.112 138.237L585.187 142.262C584.993 142.194 584.791 142.194 584.585 142.288C583.772 142.614 583.405 143.371 583.464 143.986C583.575 145.151 584.721 145.808 585.404 145.517C586.126 145.207 586.792 144.242 586.128 143.161ZM580.159 139.194C579.504 139.722 578.882 140.224 578.561 140.605L578.107 140.011C578.532 139.805 578.909 139.18 579.189 138.913C579.865 138.27 580.647 137.824 581.36 137.249L581.742 137.75C581.595 138.036 580.803 138.675 580.159 139.194Z" fill="#5D5449"/>
<path d="M584.282 72.2234C584.247 72.1662 584.21 72.1114 584.173 72.0579L584.177 72.0546L579.656 66.1371C579.441 65.6109 579.014 64.9116 578.678 64.5254C578.098 64.7967 577.575 65.2449 577.099 65.7016C576.904 65.8887 574.894 67.7417 574.894 67.7417C575.316 68.3579 575.955 69.1388 575.955 69.1388C575.981 69.1411 576.007 69.1391 576.034 69.1372L580.223 74.6197C580.029 74.552 579.826 74.5518 579.62 74.6466C578.807 74.9725 578.44 75.7292 578.499 76.3438C578.611 77.5093 579.756 78.1663 580.439 77.8748C581.161 77.5662 581.827 76.601 581.162 75.5205C581.127 75.4633 581.091 75.4085 581.054 75.355L581.057 75.3517L577.081 70.1473C577.364 69.7915 578.025 69.2577 578.668 68.7402C579.476 68.0885 580.031 67.6292 580.267 67.2984L583.342 71.3236C583.148 71.2559 582.945 71.2557 582.739 71.3505C581.926 71.6764 581.559 72.4331 581.618 73.0477C581.73 74.2133 582.875 74.8702 583.558 74.5787C584.28 74.2691 584.946 73.3039 584.282 72.2234ZM578.313 68.2569C577.658 68.7848 577.036 69.2867 576.715 69.6675L576.261 69.0735C576.686 68.8677 577.064 68.242 577.343 67.9754C578.019 67.3329 578.801 66.886 579.514 66.3117L579.897 66.8122C579.749 67.098 578.957 67.7377 578.313 68.2569Z" fill="#5D5449"/>
<path d="M574.511 116.646C574.476 116.589 574.44 116.534 574.403 116.48L574.406 116.477L569.885 110.559C569.671 110.033 569.243 109.334 568.907 108.948C568.327 109.22 567.804 109.668 567.328 110.124C567.133 110.311 565.124 112.165 565.124 112.165C565.545 112.781 566.184 113.562 566.184 113.562C566.211 113.564 566.237 113.562 566.263 113.56L570.452 119.043C570.258 118.975 570.055 118.975 569.85 119.069C569.037 119.395 568.67 120.152 568.729 120.767C568.84 121.932 569.986 122.589 570.669 122.298C571.391 121.989 572.056 121.024 571.392 119.943C571.357 119.886 571.32 119.831 571.283 119.778L571.287 119.774L567.311 114.57C567.594 114.214 568.255 113.681 568.898 113.163C569.706 112.511 570.261 112.052 570.496 111.721L573.572 115.746C573.378 115.678 573.175 115.678 572.969 115.773C572.156 116.099 571.79 116.856 571.848 117.47C571.96 118.636 573.105 119.293 573.788 119.001C574.51 118.691 575.175 117.726 574.511 116.646ZM568.542 112.679C567.887 113.207 567.264 113.709 566.944 114.089L566.49 113.495C566.915 113.29 567.292 112.664 567.572 112.398C568.247 111.755 569.03 111.308 569.743 110.734L570.125 111.234C569.978 111.52 569.186 112.16 568.542 112.679Z" fill="#5D5449"/>
<path d="M534.136 170.628C529.244 167.01 528.212 160.11 531.832 155.218L554.934 123.997C558.553 119.106 565.452 118.075 570.343 121.695L632.313 167.55L596.112 216.473L534.136 170.628Z" fill="#E9D3B6"/>
<circle cx="532.266" cy="131.463" r="24.9249" transform="rotate(-53.5 532.266 131.463)" fill="#F4E9DB"/>
<rect x="519.557" y="130.491" width="6" height="2" rx="1" transform="rotate(-54.5 519.557 130.491)" fill="#0F0F0F"/>
<rect x="530.591" y="115.023" width="6" height="2" rx="1" transform="rotate(-54.5 530.591 115.023)" fill="#0F0F0F"/>
<path d="M527.226 124.906C532.579 126.759 531.005 123.507 529.549 121.65" stroke="#0F0F0F" stroke-linejoin="round"/>
<path d="M529.549 121.65C534.901 123.502 533.328 120.251 531.872 118.393" stroke="#0F0F0F" stroke-linejoin="round"/>
<path d="M540.183 105.385L549.731 112.195C550.333 112.625 550.322 113.67 549.707 114.533C549.092 115.394 548.107 115.746 547.505 115.316L537.957 108.506C537.357 108.077 537.367 107.03 537.981 106.169C538.597 105.307 539.581 104.956 540.183 105.385Z" fill="#181818"/>
<path d="M513.297 143.265L522.728 149.992C523.323 150.416 523.305 151.457 522.691 152.319C522.076 153.181 521.097 153.536 520.502 153.112L511.071 146.386C510.478 145.962 510.494 144.92 511.109 144.058C511.724 143.195 512.703 142.841 513.297 143.265Z" fill="#181818"/>
<path d="M511.247 149.485L512.676 147.345C512.571 147.278 512.298 147.004 512.117 146.822C511.868 146.572 511.632 146.335 511.428 146.19C501.147 138.856 499.354 124.334 507.346 113.13C515.212 102.102 528.976 98.1301 539.329 105.515C539.538 105.664 539.748 105.819 539.953 105.976L542.549 104.92C542.33 104.752 542.183 104.458 541.959 104.298C536.543 100.434 529.594 98.7132 522.806 100.103C515.939 101.508 509.974 106.041 505.737 111.982C501.484 117.945 499.572 124.98 500.356 131.79C501.137 138.58 504.538 144.438 509.933 148.286C510.032 148.357 510.251 148.577 510.427 148.753C510.721 149.049 511 149.328 511.247 149.485Z" fill="#6A6A61"/>
<path d="M549.216 100.056L552.081 102.1C552.95 102.72 552.982 104.165 552.153 105.329L551.16 106.72L545.406 102.616C545.374 102.6 545.34 102.587 545.311 102.566C545.278 102.542 545.244 102.52 545.211 102.497L546.662 100.462C547.472 99.7494 548.51 99.5535 549.216 100.056Z" fill="#181818"/>
<path d="M509.147 156.23L512.013 158.274C512.881 158.894 514.259 158.454 515.088 157.291L516.081 155.9L510.327 151.795C510.301 151.77 510.278 151.742 510.248 151.721C510.215 151.698 510.183 151.674 510.151 151.649L508.7 153.684C508.289 154.682 508.442 155.727 509.147 156.23Z" fill="#181818"/>
<path d="M507.688 148.821L510.242 145.24C510.305 145.287 510.368 145.334 510.432 145.38C510.51 145.436 510.574 145.502 510.638 145.571L521.801 153.534L520.082 155.943C518.586 158.041 515.998 158.763 514.303 157.554L508.715 153.568C507.342 152.588 506.98 150.642 507.688 148.821Z" fill="black"/>
<path d="M545.952 101.26L551.609 105.295C553.324 106.518 553.52 109.186 552.045 111.255L550.281 113.728L538.921 105.626C538.859 105.593 538.793 105.566 538.734 105.524C538.669 105.478 538.604 105.433 538.538 105.389L541.118 101.771C542.597 100.532 544.56 100.267 545.952 101.26Z" fill="black"/>
<path d="M552.71 110.201C552.71 110.201 552.79 110.015 552.805 109.966C552.819 109.916 552.864 109.722 552.864 109.722L541.407 101.549L541.128 101.939L552.71 110.201Z" fill="#E9D3B6"/>
<path d="M518.867 157.276C519.19 157.04 519.598 156.622 519.598 156.622L508.016 148.361C508.016 148.361 507.843 148.604 507.672 148.844C507.568 149.028 507.533 149.216 507.543 149.198C507.565 149.158 518.823 157.241 518.867 157.276Z" fill="#E9D3B6"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 30 KiB

View File

@@ -1,10 +0,0 @@
<svg width="576" height="280" viewBox="0 0 576 280" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="576" height="280" fill="#0F0F0F"/>
<mask id="mask0_8_94" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="576" height="280">
<rect width="576" height="280" fill="#101010"/>
</mask>
<g mask="url(#mask0_8_94)">
<path d="M555.596 123.063C559.216 118.172 565.008 118.022 569.899 121.641L631.869 167.496L595.668 216.419L533.692 170.575C528.8 166.956 526.548 161.93 530.167 157.038" stroke="#E9D3B6" stroke-opacity="0.5" stroke-width="0.5" stroke-dasharray="4 4"/>
<circle cx="531.822" cy="131.409" r="25.4249" transform="rotate(-53.5 531.822 131.409)" stroke="#E9D3B6" stroke-opacity="0.5" stroke-dasharray="4 4"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 756 B

View File

@@ -1,9 +0,0 @@
<svg width="281" height="280" viewBox="0 0 281 280" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="mask0_8_95" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="-1" y="-1" width="282" height="282">
<rect x="-0.5" y="-0.5" width="281" height="281" rx="24.5" fill="#101010" stroke="#272727"/>
</mask>
<g mask="url(#mask0_8_95)">
<path d="M260.596 123.063C264.216 118.172 270.008 118.022 274.899 121.641L336.869 167.496L300.668 216.419L238.692 170.575C233.8 166.956 231.548 161.93 235.167 157.039" stroke="#E9D3B6" stroke-opacity="0.5" stroke-width="0.5" stroke-dasharray="4 4"/>
<circle cx="236.822" cy="131.409" r="25.4249" transform="rotate(-53.5 236.822 131.409)" stroke="#E9D3B6" stroke-opacity="0.5" stroke-dasharray="4 4"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 755 B

View File

@@ -1,44 +0,0 @@
<svg width="281" height="280" viewBox="0 0 281 280" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="mask0_8_95" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="-1" y="-1" width="282" height="282">
<rect x="-0.5" y="-0.5" width="281" height="281" rx="24.5" fill="#101010" stroke="#272727"/>
</mask>
<g mask="url(#mask0_8_95)">
<path d="M308.116 59.6129C283.269 72.8158 257.539 85.8516 237.724 107.495C231.433 114.367 230.892 121.529 236.531 124.438C248.316 130.518 258.657 119.954 268.473 115.299C270.927 114.135 272.764 113.072 275.444 112.768C285.827 111.592 288.577 117.006 288.654 122.3C288.549 124.385 287.478 127.525 284.073 131.74C278.413 138.745 271.203 142.688 263.451 147.139C243.039 158.369 201.953 168.984 188.838 201.853" stroke="#5D5449" stroke-miterlimit="10"/>
<path d="M309.711 61.4464C284.63 75.3264 259.248 89.3582 239.399 111.785C239.01 112.224 238.639 112.665 238.284 113.106C232.278 120.596 234.312 126.892 238.52 129.111C243.956 131.979 249.679 130.994 254.716 128.757C261.057 125.941 266.737 121.211 272.676 118.128C272.769 118.08 272.864 118.035 272.959 117.989C275.572 116.724 277.886 115.86 280.766 115.817C289.582 115.686 292.235 120.426 292.173 125.358C292.169 125.666 292.133 125.991 292.073 126.334C291.722 128.34 290.624 130.881 288.306 134.024C283.506 140.533 277.181 144.554 270.637 148.837C258.288 156.92 241.95 163.714 226.379 174.284C214.674 182.229 197.206 196.97 196.889 211.892" stroke="#5D5449" stroke-miterlimit="10"/>
<path d="M311.307 63.2803C285.992 77.8371 260.957 92.8648 241.075 116.075C240.689 116.525 240.316 116.977 239.954 117.43C233.169 125.95 237.377 132.093 240.51 133.784C246.142 136.824 252.633 135.429 257.958 132.854C264.801 129.547 270.629 124.403 277.138 120.833C277.238 120.778 277.342 120.729 277.445 120.678C280.218 119.312 282.983 118.595 286.089 118.865C293.241 119.486 295.723 123.807 295.694 128.415C295.692 128.695 295.672 128.989 295.623 129.291C295.302 131.269 294.322 133.574 292.541 136.307C288.613 142.337 283.224 146.533 277.825 150.535C264.097 160.711 248.33 168.279 232.619 180.282C222.352 188.126 199.513 207.277 204.94 221.932" stroke="#5D5449" stroke-miterlimit="10"/>
<path d="M312.904 65.114C287.354 80.3479 262.665 96.3714 242.751 120.365C242.368 120.826 241.993 121.289 241.624 121.753C234.058 131.303 240.436 137.311 242.5 138.457C248.322 141.689 255.585 139.859 261.2 136.952C268.545 133.149 274.52 127.596 281.6 123.539C281.707 123.477 281.82 123.424 281.932 123.368C284.864 121.901 288.067 121.225 291.412 121.914C296.868 123.037 299.21 127.19 299.215 131.474C299.215 131.726 299.21 131.988 299.172 132.248C298.889 134.201 298.032 136.281 296.776 138.591C293.745 144.165 289.344 148.624 285.012 152.233C270.041 164.706 254.615 172.716 238.86 186.28C229.967 193.936 201.821 217.583 212.991 231.972" stroke="#5D5449" stroke-miterlimit="10"/>
<path d="M314.499 66.9475C288.225 83.1602 263.449 100.525 243.292 126.076C234.947 136.655 243.488 142.544 244.489 143.13C250.472 146.631 258.467 144.173 264.441 141.049C272.194 136.597 278.629 131.124 286.06 126.243C289.225 124.548 293.031 123.712 296.733 124.961C300.755 126.639 302.93 131.035 302.72 135.205C301.34 142.255 296.855 149.784 292.198 153.931C276.7 169.517 260.752 176.996 245.1 192.278C237.516 199.682 204.128 227.889 221.042 242.011" stroke="#5D5449" stroke-miterlimit="10"/>
<path d="M195.301 175.258C193.359 175.744 192.166 178.141 191.776 179.944C191.348 181.918 191.487 184.085 190.696 185.938C190.064 187.421 188.598 188.212 186.859 188.751L186.767 189.669L210.22 193.616C209.652 194.002 209.196 194.61 208.917 195.506C207.726 198.903 208.381 202.215 209.714 203.831C212.243 206.895 216.106 205.363 217.072 202.459C218.092 199.387 217.702 194.568 214.095 193.415C213.905 193.354 213.715 193.304 213.527 193.259L213.529 193.238L200.125 190.983C200.488 190.537 200.506 189.675 200.582 189.125C200.735 188.017 200.721 186.874 200.513 185.757C200.308 184.659 199.974 183.781 199.602 182.708C198.959 180.858 199.119 179.452 200.26 178.198C200.606 177.818 200.763 177.608 201.301 177.548C201.875 177.486 202.485 177.539 202.757 177.892C202.115 176.702 200.317 177.169 199.663 177.742C198.58 178.692 198.092 180.095 197.987 181.504C197.919 182.406 198.024 183.916 198.106 184.824C198.173 185.572 198.363 186.508 198.279 187.304C198.186 188.193 198.25 188.774 197.669 189.467C197.435 189.747 196.99 190.156 196.534 190.379L193.936 189.942C194.612 189.818 195.073 189.304 195.339 188.901C195.816 188.18 195.593 187.159 195.535 186.302C195.427 184.695 195.142 183.176 194.868 181.586C194.61 180.092 194.536 176.955 196.372 176.387C197.304 176.099 197.946 176.877 198.711 177.218C198.258 175.86 196.686 174.912 195.301 175.258Z" fill="#5D5449"/>
<path d="M254.844 121.674C253.81 120.996 252.395 121.17 251.552 121.512C250.629 121.887 249.884 122.554 248.847 122.743C248.017 122.895 247.079 122.502 246.115 121.925L245.732 122.145L254.568 133.081C254.175 132.951 253.748 132.931 253.292 133.066C251.505 133.52 250.56 134.725 250.545 135.737C250.516 137.658 252.783 138.847 254.288 138.435C255.879 138 257.5 136.483 256.345 134.648C256.284 134.551 256.219 134.458 256.153 134.366L256.162 134.361L251.112 128.111C251.437 128.138 251.766 127.903 252.003 127.78C252.483 127.533 252.902 127.207 253.227 126.806C253.545 126.411 253.725 126.025 253.961 125.567C254.366 124.779 254.96 124.451 255.928 124.577C256.221 124.615 256.369 124.622 256.627 124.831C256.903 125.054 257.151 125.324 257.139 125.537C257.3 124.934 256.336 124.312 255.836 124.199C255.007 124.012 254.27 124.201 253.7 124.552C253.334 124.777 252.818 125.245 252.517 125.535C252.268 125.773 252.003 126.116 251.67 126.304C251.298 126.515 251.111 126.704 250.597 126.656C250.39 126.637 250.042 126.565 249.759 126.437L248.781 125.226C249.124 125.474 249.518 125.523 249.785 125.521C250.262 125.518 250.544 125.139 250.838 124.874C251.388 124.377 251.828 123.831 252.299 123.269C252.742 122.742 253.877 121.83 254.894 122.439C255.411 122.749 255.404 123.237 255.613 123.653C255.92 123.082 255.582 122.157 254.844 121.674Z" fill="#5D5449"/>
<path d="M234.899 182.389C233.405 183.341 232.698 184.842 232.771 185.894C232.912 187.89 234.958 188.511 236.214 187.681C237.542 186.802 238.802 184.795 237.653 183.206C237.593 183.123 237.53 183.043 237.465 182.966L237.472 182.959L229.095 174.16C229.878 173.601 230.596 172.326 231.119 171.727C232.381 170.283 233.826 169.133 235.15 167.792L241.837 174.815C241.489 174.786 241.121 174.881 240.742 175.143C239.248 176.095 238.541 177.595 238.614 178.648C238.754 180.644 240.802 181.265 242.057 180.434C243.385 179.556 244.645 177.549 243.496 175.96C243.436 175.876 243.372 175.797 243.308 175.719L243.315 175.712L235.419 167.419C235.057 166.595 234.317 165.564 233.729 165.043C232.66 165.79 231.687 166.821 230.797 167.846C230.433 168.265 226.684 172.458 226.684 172.458C227.416 173.344 228.535 174.419 228.535 174.419C228.583 174.41 228.631 174.395 228.679 174.379L235.995 182.062C235.646 182.032 235.278 182.127 234.899 182.389Z" fill="#5D5449"/>
<path d="M269.021 136.602C267.817 137.369 267.247 138.578 267.306 139.426C267.419 141.035 269.069 141.535 270.08 140.866C271.15 140.158 272.166 138.541 271.24 137.261C271.192 137.193 271.141 137.129 271.089 137.067L271.094 137.061L264.343 129.97C264.974 129.519 265.553 128.491 265.974 128.009C266.991 126.845 268.156 125.919 269.223 124.838L274.612 130.497C274.331 130.474 274.035 130.55 273.729 130.762C272.525 131.529 271.955 132.738 272.015 133.586C272.127 135.194 273.777 135.695 274.789 135.026C275.858 134.318 276.874 132.701 275.949 131.42C275.9 131.353 275.849 131.289 275.797 131.227L275.803 131.221L269.439 124.538C269.148 123.873 268.552 123.043 268.077 122.623C267.216 123.225 266.432 124.056 265.715 124.882C265.421 125.22 262.4 128.599 262.4 128.599C262.99 129.313 263.892 130.179 263.892 130.179C263.931 130.173 263.97 130.16 264.008 130.147L269.904 136.339C269.623 136.315 269.327 136.391 269.021 136.602Z" fill="#5D5449"/>
<path d="M221.877 170.688L221.582 170.11L221.242 170.274C220.458 170.65 219.616 171.054 218.767 171.487C218.131 170.705 217.514 169.867 216.922 169.026C217.708 168.629 218.486 168.255 219.213 167.906L219.553 167.743L219.258 167.166L218.919 167.328C218.167 167.689 217.362 168.076 216.548 168.489C216.016 167.716 215.508 166.951 215.032 166.234L214.81 165.899L214.301 166.231L214.523 166.566C214.987 167.266 215.484 168.013 216.003 168.768C215.16 169.207 214.319 169.672 213.526 170.167C213.202 169.686 212.888 169.214 212.588 168.761L212.366 168.426L211.857 168.758L212.079 169.093C212.378 169.543 212.691 170.015 213.014 170.494C212.263 170.988 211.566 171.51 210.972 172.06L211.406 172.542C211.977 172.013 212.65 171.511 213.378 171.032C213.95 171.87 214.553 172.723 215.179 173.544C214.489 174.007 213.848 174.493 213.295 175.005L213.73 175.486C214.268 174.988 214.898 174.512 215.578 174.057C216.412 175.111 217.281 176.088 218.168 176.869L218.557 176.4C217.718 175.661 216.889 174.732 216.089 173.725C216.899 173.215 217.765 172.734 218.635 172.282C219.278 173.046 219.94 173.75 220.611 174.341L221.001 173.872C220.389 173.334 219.783 172.693 219.19 171.996C219.994 171.589 220.79 171.207 221.534 170.849L221.877 170.688ZM215.691 173.212C215.067 172.396 214.463 171.543 213.891 170.704C214.685 170.211 215.53 169.744 216.376 169.305C216.964 170.144 217.579 170.982 218.215 171.771C217.353 172.222 216.496 172.702 215.691 173.212Z" fill="#5D5449"/>
<path d="M248.023 94.5696L247.832 94.1961L247.611 94.3018C247.104 94.5455 246.559 94.807 246.01 95.0866C245.598 94.5802 245.198 94.0382 244.816 93.4941C245.325 93.2376 245.828 92.9954 246.298 92.7694L246.518 92.6636L246.328 92.2899L246.108 92.3954C245.622 92.6288 245.101 92.8798 244.574 93.1462C244.23 92.6461 243.9 92.1509 243.593 91.6873L243.449 91.4701L243.12 91.6849L243.264 91.902C243.564 92.3551 243.885 92.8382 244.222 93.3274C243.676 93.6107 243.132 93.9121 242.618 94.2323C242.408 93.921 242.206 93.6155 242.012 93.3228L241.867 93.1057L241.538 93.3204L241.682 93.5375C241.876 93.8293 242.078 94.1343 242.287 94.4442C241.801 94.7644 241.35 95.1016 240.966 95.4575L241.247 95.7692C241.616 95.4273 242.052 95.1019 242.523 94.7916C242.893 95.3338 243.284 95.8865 243.689 96.4174C243.242 96.7171 242.827 97.0319 242.47 97.3631L242.751 97.6748C243.1 97.3518 243.507 97.044 243.947 96.7498C244.487 97.432 245.05 98.0644 245.623 98.5698L245.876 98.2662C245.332 97.7876 244.796 97.1869 244.279 96.5349C244.803 96.2049 245.363 95.8935 245.926 95.6009C246.342 96.0952 246.77 96.5513 247.205 96.9335L247.457 96.6302C247.061 96.2815 246.669 95.8669 246.285 95.416C246.806 95.1528 247.321 94.9048 247.802 94.6738L248.023 94.5696ZM244.019 96.203C243.615 95.6751 243.225 95.1229 242.854 94.5802C243.368 94.2607 243.915 93.9588 244.463 93.6748C244.843 94.2175 245.242 94.7602 245.653 95.2708C245.095 95.5623 244.54 95.8733 244.019 96.203Z" fill="#5D5449"/>
<path d="M222.853 222.8C222.462 223.205 221.977 223.625 221.38 224.057C220.304 224.834 217.918 225.882 216.096 225.38C215.281 225.156 214.667 224.661 214.273 223.909C213.619 222.661 213.478 221.381 213.866 220.208C214.426 218.517 216.043 217.093 218.543 216.089C220.691 215.227 222.458 215.932 223.794 218.184C224.439 219.272 224.699 220.883 222.853 222.8ZM215.695 218.904C215.209 219.409 214.865 219.954 214.675 220.531C214.358 221.488 214.473 222.501 215.018 223.54C215.29 224.06 215.699 224.388 216.268 224.544C217.729 224.946 219.833 224.082 220.86 223.339C223.195 221.652 223.94 220.056 223.075 218.598C222.321 217.329 221.166 215.989 218.898 216.899C217.519 217.453 216.44 218.131 215.695 218.904Z" fill="#5D5449"/>
<path d="M246.695 111.788C246.427 112.066 246.095 112.353 245.687 112.648C244.951 113.18 243.319 113.896 242.073 113.553C241.515 113.4 241.095 113.062 240.826 112.547C240.378 111.693 240.282 110.818 240.548 110.016C240.931 108.859 242.037 107.885 243.747 107.199C245.216 106.609 246.425 107.091 247.339 108.632C247.78 109.375 247.957 110.478 246.695 111.788ZM241.799 109.123C241.466 109.468 241.231 109.842 241.1 110.236C240.884 110.891 240.962 111.583 241.335 112.294C241.521 112.65 241.801 112.874 242.19 112.982C243.189 113.256 244.628 112.665 245.331 112.157C246.928 111.003 247.437 109.911 246.846 108.914C246.331 108.046 245.54 107.129 243.989 107.751C243.046 108.131 242.308 108.595 241.799 109.123Z" fill="#5D5449"/>
<path d="M259.998 84.7094L259.653 84.9623L268.189 94.209C267.796 94.1059 267.382 94.1181 266.956 94.29C265.279 94.8893 264.495 96.1909 264.588 97.226C264.765 99.1903 267.081 100.234 268.491 99.7003C269.981 99.1359 271.386 97.4647 270.073 95.6767C270.004 95.5824 269.932 95.4917 269.858 95.4031L269.866 95.3972L259.998 84.7094Z" fill="#5D5449"/>
<path d="M285.612 157.504C284.746 156.498 283.331 156.253 282.439 156.354C281.462 156.464 280.597 156.927 279.548 156.812C278.707 156.72 277.876 156.036 277.058 155.153L276.64 155.264L282.95 169.162C282.595 168.911 282.183 168.763 281.711 168.765C279.876 168.699 278.703 169.656 278.476 170.693C278.045 172.661 280.003 174.563 281.555 174.59C283.195 174.618 285.092 173.541 284.352 171.307C284.313 171.189 284.27 171.074 284.225 170.959L284.234 170.957L280.627 163.014C280.938 163.139 281.308 162.996 281.565 162.941C282.084 162.83 282.56 162.619 282.96 162.303C283.353 161.993 283.609 161.648 283.935 161.248C284.496 160.558 285.142 160.398 286.059 160.817C286.336 160.944 286.478 160.995 286.687 161.288C286.908 161.599 287.093 161.952 287.037 162.167C287.319 161.594 286.512 160.666 286.048 160.4C285.28 159.96 284.523 159.934 283.893 160.125C283.49 160.248 282.89 160.575 282.536 160.783C282.243 160.954 281.913 161.227 281.55 161.321C281.143 161.427 280.921 161.566 280.431 161.363C280.234 161.281 279.91 161.103 279.661 160.886L278.962 159.346C279.244 159.704 279.617 159.872 279.878 159.951C280.343 160.091 280.697 159.784 281.039 159.599C281.679 159.252 282.222 158.822 282.798 158.385C283.34 157.974 284.636 157.375 285.5 158.307C285.938 158.78 285.828 159.28 285.945 159.77C286.364 159.275 286.228 158.222 285.612 157.504Z" fill="#5D5449"/>
<path d="M261.647 102.649C261.014 101.916 259.976 101.739 259.321 101.814C258.603 101.896 257.967 102.235 257.197 102.153C256.581 102.087 255.972 101.589 255.373 100.946L255.066 101.027L259.67 111.162C259.409 110.98 259.107 110.872 258.761 110.874C257.413 110.829 256.551 111.529 256.382 112.286C256.062 113.723 257.495 115.108 258.634 115.125C259.839 115.143 261.233 114.355 260.694 112.725C260.666 112.639 260.634 112.555 260.602 112.472L260.608 112.47L257.977 106.678C258.205 106.769 258.477 106.663 258.666 106.623C259.047 106.541 259.397 106.387 259.691 106.155C259.981 105.928 260.169 105.677 260.409 105.384C260.822 104.879 261.297 104.761 261.969 105.066C262.173 105.158 262.277 105.195 262.429 105.408C262.59 105.635 262.726 105.893 262.683 106.05C262.892 105.631 262.301 104.955 261.962 104.762C261.399 104.441 260.843 104.424 260.381 104.564C260.085 104.654 259.643 104.894 259.383 105.046C259.168 105.171 258.925 105.37 258.658 105.44C258.36 105.517 258.196 105.62 257.837 105.472C257.692 105.412 257.455 105.284 257.273 105.126L256.763 104.003C256.969 104.264 257.243 104.386 257.434 104.443C257.775 104.544 258.036 104.319 258.287 104.184C258.758 103.93 259.157 103.615 259.581 103.295C259.98 102.995 260.933 102.556 261.565 103.234C261.886 103.579 261.804 103.944 261.888 104.302C262.196 103.94 262.099 103.172 261.647 102.649Z" fill="#5D5449"/>
<path d="M270.354 170.599C269.663 168.352 268.251 166.293 266.48 164.949C265.271 164.031 264.038 163.557 262.911 163.559C262.724 162.969 262.533 162.381 262.339 161.796C261.972 160.693 261.482 159.516 260.964 158.268C260.895 158.104 260.827 157.94 260.759 157.775C261.033 157.656 261.397 157.466 261.94 157.149C263.057 156.5 263.333 154.412 262.661 151.699C262.233 149.977 261.576 148.517 260.707 147.359C260.13 146.592 259.609 146.407 259.272 146.387C259.261 146.386 259.25 146.385 259.24 146.385C258.646 146.368 258.15 146.832 257.767 147.765C256.765 150.2 257.728 153.418 258.947 156.519C258.67 156.593 258.286 156.726 257.692 156.988C255.596 157.91 254.131 160.279 253.772 163.323C253.406 166.424 254.233 169.812 256.1 172.862C257.321 174.856 260.372 177.976 263.332 178.67C264.028 178.833 264.8 178.855 265.579 178.763C266.074 181.248 266.745 185.432 265.079 186.086C263.942 186.533 262.177 186.273 260.882 185.468C260.122 184.996 259.582 184.387 259.276 183.659C258.878 182.714 258.779 181.627 259.034 181.019C259.202 180.617 259.506 180.427 259.963 180.438C259.966 180.438 259.969 180.439 259.972 180.439C260.614 180.457 261.258 180.872 261.697 181.548C262.036 182.069 262.179 182.649 262.064 183.026C261.966 183.344 261.681 183.53 261.244 183.569C261.246 183.48 261.252 183.373 261.264 183.244C261.302 182.838 261.038 182.378 260.675 182.216C260.312 182.054 259.987 182.25 259.949 182.656C259.896 183.223 259.879 183.946 260.22 184.514C260.388 184.793 260.622 185.001 260.879 185.099C260.931 185.12 260.983 185.132 261.035 185.138C262.644 185.307 263.159 184.438 263.323 183.905C263.589 183.041 263.333 181.858 262.657 180.816C261.882 179.622 260.755 178.891 259.641 178.858C259.636 178.858 259.631 178.858 259.626 178.857C258.772 178.837 258.147 179.242 257.817 180.027C257.4 181.022 257.52 182.592 258.122 184.026C258.605 185.176 259.446 186.147 260.555 186.836C261.598 187.484 262.846 187.848 263.987 187.882C264.64 187.901 265.257 187.813 265.78 187.607C268.304 186.615 267.405 181.464 266.803 178.525C268.403 178.09 269.868 177.207 270.559 176.103C271.443 174.69 270.914 172.42 270.354 170.599ZM264.433 173.588C264.002 173.524 263.498 173.365 262.921 173.08C261.472 172.364 260.429 170.892 260.198 169.24C260.002 167.841 260.426 166.048 262.193 165.359C263.017 168.065 263.766 170.815 264.433 173.588ZM258.987 148.751C259.244 148.124 259.479 147.965 259.57 147.967L259.572 147.968C259.609 147.97 259.708 148.05 259.837 148.221C260.518 149.128 261.043 150.312 261.397 151.737C261.888 153.718 261.776 155.306 261.119 155.688C260.66 155.955 260.351 156.12 260.127 156.224C259.016 153.407 258.192 150.681 258.987 148.751ZM263.224 177.12C260.855 176.564 258.141 173.895 257.091 172.182C255.48 169.55 254.766 166.627 255.082 163.951C255.392 161.319 256.642 159.28 258.425 158.495C258.993 158.244 259.336 158.127 259.573 158.066C259.651 158.254 259.729 158.441 259.806 158.627C260.308 159.834 260.783 160.975 261.123 161.998C261.318 162.585 261.509 163.174 261.698 163.766C259.632 164.464 258.537 166.51 258.894 169.065C259.224 171.425 260.694 173.517 262.732 174.524C263.496 174.902 264.192 175.107 264.806 175.175C264.958 175.84 265.105 176.505 265.247 177.172C264.537 177.271 263.836 177.263 263.224 177.12ZM269.424 174.95C268.895 175.795 267.74 176.502 266.46 176.898C266.331 176.298 266.197 175.698 266.06 175.1C266.887 174.885 267.441 174.335 267.653 173.622C267.957 172.606 267.549 171.407 266.617 170.566C266.29 170.272 265.893 170.295 265.73 170.617C265.567 170.94 265.7 171.441 266.027 171.735C266.377 172.05 266.499 172.393 266.391 172.755C266.307 173.035 266.072 173.316 265.678 173.479C265 170.671 264.241 167.885 263.404 165.144C264.224 165.177 265.125 165.545 266.014 166.221C267.414 167.283 268.576 168.978 269.122 170.753C269.537 172.1 270.02 174 269.424 174.95Z" fill="#5D5449"/>
<path d="M284.043 83.6492C282.838 82.3672 281.312 81.5166 279.856 81.3148C278.862 81.1769 278.02 81.359 277.41 81.8303C277.09 81.4962 276.77 81.1651 276.448 80.8372C275.842 80.2194 275.141 79.6002 274.399 78.945C274.301 78.8588 274.203 78.7722 274.106 78.6857C274.21 78.4882 274.336 78.2035 274.514 77.7559C274.878 76.8366 274.255 75.2624 272.887 73.6468C272.018 72.6207 271.123 71.8739 270.224 71.4274C269.628 71.1312 269.278 71.2195 269.088 71.3456C269.082 71.3496 269.076 71.354 269.07 71.3585C268.742 71.5936 268.645 72.1242 268.783 72.936C269.142 75.0553 270.853 76.9039 272.66 78.5626C272.538 78.7295 272.379 78.9828 272.154 79.4129C271.361 80.9307 271.444 83.1967 272.376 85.4738C273.325 87.7937 275.025 89.8166 277.165 91.1704C278.563 92.055 281.369 92.9649 283.228 92.2168C283.665 92.0408 284.091 91.7351 284.478 91.3455C285.666 92.8757 287.576 95.5205 286.917 96.6723C286.466 97.4579 285.415 98.0121 284.416 97.9886C283.831 97.9751 283.313 97.7749 282.878 97.3933C282.313 96.8978 281.858 96.1806 281.77 95.6487C281.713 95.2981 281.807 95.0388 282.058 94.8558C282.059 94.8547 282.061 94.8536 282.063 94.8522C282.417 94.5979 282.919 94.6186 283.407 94.9083C283.783 95.1317 284.076 95.4771 284.152 95.7883C284.217 96.0513 284.131 96.3008 283.909 96.5096C283.878 96.4466 283.841 96.3691 283.8 96.2736C283.671 95.9746 283.357 95.7628 283.101 95.8008C282.844 95.8388 282.741 96.1116 282.871 96.411C283.052 96.8292 283.31 97.342 283.705 97.5965C283.899 97.7221 284.103 97.7696 284.278 97.7315C284.314 97.7234 284.347 97.7107 284.377 97.6932C285.311 97.1408 285.268 96.3192 285.159 95.8779C284.983 95.164 284.407 94.4435 283.656 93.9971C282.794 93.4853 281.914 93.4441 281.299 93.8851C281.296 93.887 281.294 93.889 281.291 93.8912C280.821 94.2324 280.632 94.7758 280.744 95.4625C280.886 96.3314 281.532 97.3786 282.389 98.1298C283.075 98.7316 283.89 99.0607 284.745 99.0801C285.549 99.0987 286.36 98.833 286.99 98.3812C287.35 98.1226 287.651 97.8036 287.858 97.4417C288.858 95.6973 286.465 92.472 285.052 90.6682C285.757 89.6982 286.224 88.4707 286.19 87.4109C286.147 86.0551 285.02 84.6883 284.043 83.6492ZM281.944 88.2057C281.687 88.3404 281.356 88.4392 280.938 88.4805C279.889 88.5833 278.78 87.9899 278.043 86.9307C277.42 86.0344 276.986 84.6052 277.688 83.388C279.134 84.9354 280.557 86.5451 281.944 88.2057ZM269.808 73.1163C269.716 72.5709 269.784 72.3613 269.834 72.3253L269.835 72.3245C269.856 72.3105 269.939 72.3258 270.072 72.3912C270.777 72.7418 271.499 73.3499 272.217 74.1986C273.216 75.3782 273.743 76.534 273.529 77.0748C273.379 77.453 273.273 77.6972 273.19 77.8629C271.546 76.3578 270.093 74.7962 269.808 73.1163ZM282.596 91.177C281.109 91.7758 278.652 91.0416 277.451 90.2814C275.605 89.1132 274.137 87.3676 273.318 85.3659C272.513 83.3978 272.435 81.4512 273.109 80.1598C273.324 79.7482 273.466 79.5234 273.572 79.3818C273.683 79.4808 273.795 79.579 273.906 79.6766C274.624 80.311 275.303 80.9106 275.865 81.4841C276.188 81.813 276.51 82.1447 276.83 82.4803C275.971 83.8287 276.135 85.7151 277.273 87.3519C278.325 88.8639 279.895 89.7132 281.37 89.5685C281.924 89.5144 282.376 89.3678 282.733 89.1593C283.062 89.5608 283.388 89.964 283.711 90.3706C283.363 90.736 282.981 91.0227 282.596 91.177ZM285.15 87.0782C285.176 87.889 284.813 88.8645 284.266 89.6743C283.974 89.309 283.68 88.9455 283.384 88.5845C283.752 88.0899 283.849 87.475 283.7 86.8878C283.489 86.0515 282.824 85.3829 282.009 85.1838C281.723 85.1142 281.516 85.2954 281.547 85.5889C281.578 85.8822 281.835 86.1767 282.121 86.246C282.427 86.3204 282.621 86.5093 282.696 86.8068C282.754 87.0371 282.731 87.3314 282.578 87.6101C281.172 85.9296 279.73 84.2992 278.263 82.7316C278.719 82.4134 279.343 82.2951 280.075 82.3969C281.225 82.5564 282.481 83.2559 283.433 84.2691C284.156 85.0384 285.12 86.1656 285.15 87.0782Z" fill="#5D5449"/>
<path d="M242.737 201.56C242.701 201.499 242.662 201.441 242.623 201.385L242.627 201.381L237.85 195.129C237.623 194.572 237.171 193.833 236.817 193.426C236.203 193.712 235.651 194.186 235.148 194.669C234.942 194.867 232.819 196.824 232.819 196.824C233.264 197.476 233.939 198.301 233.939 198.301C233.967 198.303 233.995 198.301 234.023 198.299L238.449 204.092C238.244 204.021 238.03 204.021 237.813 204.12C236.954 204.465 236.566 205.265 236.628 205.914C236.746 207.145 237.957 207.84 238.678 207.531C239.441 207.205 240.144 206.185 239.442 205.043C239.405 204.983 239.367 204.925 239.328 204.868L239.332 204.865L235.13 199.366C235.429 198.99 236.128 198.426 236.807 197.879C237.661 197.19 238.247 196.705 238.496 196.355L241.745 200.608C241.54 200.537 241.326 200.536 241.109 200.637C240.25 200.981 239.862 201.781 239.924 202.43C240.042 203.661 241.253 204.356 241.974 204.047C242.736 203.722 243.44 202.702 242.737 201.56ZM236.43 197.369C235.738 197.926 235.08 198.457 234.742 198.859L234.262 198.231C234.711 198.013 235.109 197.352 235.405 197.071C236.119 196.392 236.945 195.92 237.698 195.313L238.103 195.842C237.948 196.144 237.111 196.82 236.43 197.369Z" fill="#5D5449"/>
<path d="M291.128 143.161C291.093 143.104 291.056 143.049 291.019 142.995L291.023 142.992L286.502 137.075C286.287 136.548 285.86 135.849 285.524 135.463C284.943 135.735 284.421 136.183 283.944 136.64C283.749 136.827 281.74 138.68 281.74 138.68C282.161 139.296 282.8 140.077 282.8 140.077C282.827 140.079 282.853 140.077 282.879 140.075L287.068 145.558C286.874 145.49 286.672 145.49 286.465 145.585C285.652 145.911 285.286 146.667 285.344 147.282C285.456 148.448 286.602 149.104 287.284 148.813C288.006 148.504 288.672 147.539 288.008 146.459C287.972 146.401 287.936 146.347 287.899 146.293L287.902 146.29L283.926 141.085C284.209 140.73 284.87 140.196 285.513 139.678C286.322 139.027 286.876 138.567 287.112 138.237L290.187 142.262C289.993 142.194 289.791 142.194 289.585 142.288C288.772 142.614 288.405 143.371 288.464 143.986C288.575 145.151 289.721 145.808 290.404 145.517C291.126 145.207 291.792 144.242 291.128 143.161ZM285.159 139.194C284.504 139.722 283.882 140.224 283.561 140.605L283.107 140.011C283.532 139.805 283.909 139.18 284.189 138.913C284.865 138.27 285.647 137.824 286.36 137.249L286.742 137.75C286.595 138.036 285.803 138.675 285.159 139.194Z" fill="#5D5449"/>
<path d="M289.282 72.2234C289.247 72.1662 289.21 72.1114 289.173 72.0579L289.177 72.0546L284.656 66.1371C284.441 65.6109 284.014 64.9116 283.678 64.5254C283.098 64.7967 282.575 65.2449 282.099 65.7016C281.904 65.8887 279.894 67.7417 279.894 67.7417C280.316 68.3579 280.955 69.1388 280.955 69.1388C280.981 69.1411 281.007 69.1391 281.034 69.1372L285.223 74.6197C285.029 74.552 284.826 74.5518 284.62 74.6466C283.807 74.9725 283.44 75.7292 283.499 76.3438C283.611 77.5093 284.756 78.1663 285.439 77.8748C286.161 77.5662 286.827 76.601 286.162 75.5205C286.127 75.4633 286.091 75.4085 286.054 75.355L286.057 75.3517L282.081 70.1473C282.364 69.7915 283.025 69.2577 283.668 68.7402C284.476 68.0885 285.031 67.6292 285.267 67.2984L288.342 71.3236C288.148 71.2559 287.945 71.2557 287.739 71.3505C286.926 71.6764 286.559 72.4331 286.618 73.0477C286.73 74.2133 287.875 74.8702 288.558 74.5787C289.28 74.2691 289.946 73.3039 289.282 72.2234ZM283.313 68.2569C282.658 68.7848 282.036 69.2867 281.715 69.6675L281.261 69.0735C281.686 68.8677 282.064 68.242 282.343 67.9754C283.019 67.3329 283.801 66.886 284.514 66.3117L284.897 66.8122C284.749 67.098 283.957 67.7377 283.313 68.2569Z" fill="#5D5449"/>
<path d="M279.511 116.646C279.476 116.589 279.44 116.534 279.403 116.48L279.406 116.477L274.885 110.559C274.671 110.033 274.243 109.334 273.907 108.948C273.327 109.22 272.804 109.668 272.328 110.124C272.133 110.311 270.124 112.165 270.124 112.165C270.545 112.781 271.184 113.562 271.184 113.562C271.211 113.564 271.237 113.562 271.263 113.56L275.452 119.043C275.258 118.975 275.055 118.975 274.85 119.069C274.037 119.395 273.67 120.152 273.729 120.767C273.84 121.932 274.986 122.589 275.669 122.298C276.391 121.989 277.056 121.024 276.392 119.943C276.357 119.886 276.32 119.831 276.283 119.778L276.287 119.774L272.311 114.57C272.594 114.214 273.255 113.681 273.898 113.163C274.706 112.511 275.261 112.052 275.496 111.721L278.572 115.746C278.378 115.678 278.175 115.678 277.969 115.773C277.156 116.099 276.79 116.856 276.848 117.47C276.96 118.636 278.105 119.293 278.788 119.001C279.51 118.691 280.175 117.726 279.511 116.646ZM273.542 112.679C272.887 113.207 272.264 113.709 271.944 114.089L271.49 113.495C271.915 113.29 272.292 112.664 272.572 112.398C273.247 111.755 274.03 111.308 274.743 110.734L275.125 111.234C274.978 111.52 274.186 112.16 273.542 112.679Z" fill="#5D5449"/>
<path d="M239.136 170.628C234.244 167.01 233.212 160.11 236.832 155.218L259.934 123.997C263.553 119.106 270.452 118.075 275.343 121.695L337.313 167.55L301.112 216.473L239.136 170.628Z" fill="#E9D3B6"/>
<circle cx="237.266" cy="131.463" r="24.9249" transform="rotate(-53.5 237.266 131.463)" fill="#F4E9DB"/>
<rect x="224.557" y="130.491" width="6" height="2" rx="1" transform="rotate(-54.5 224.557 130.491)" fill="#0F0F0F"/>
<rect x="235.591" y="115.023" width="6" height="2" rx="1" transform="rotate(-54.5 235.591 115.023)" fill="#0F0F0F"/>
<path d="M232.226 124.906C237.579 126.759 236.005 123.507 234.549 121.65" stroke="#0F0F0F" stroke-linejoin="round"/>
<path d="M234.549 121.65C239.901 123.502 238.328 120.251 236.872 118.393" stroke="#0F0F0F" stroke-linejoin="round"/>
<path d="M245.183 105.385L254.731 112.195C255.333 112.625 255.322 113.67 254.707 114.533C254.092 115.394 253.107 115.746 252.505 115.316L242.957 108.506C242.357 108.077 242.367 107.03 242.981 106.169C243.597 105.307 244.581 104.956 245.183 105.385Z" fill="#181818"/>
<path d="M218.297 143.265L227.728 149.992C228.323 150.416 228.305 151.457 227.691 152.319C227.076 153.181 226.097 153.536 225.502 153.112L216.071 146.386C215.478 145.962 215.494 144.92 216.109 144.058C216.724 143.195 217.703 142.841 218.297 143.265Z" fill="#181818"/>
<path d="M216.247 149.485L217.676 147.345C217.571 147.278 217.298 147.004 217.117 146.822C216.868 146.572 216.632 146.335 216.428 146.19C206.147 138.856 204.354 124.334 212.346 113.13C220.212 102.102 233.976 98.1301 244.329 105.515C244.538 105.664 244.748 105.819 244.952 105.976L247.549 104.92C247.33 104.752 247.183 104.458 246.959 104.298C241.543 100.434 234.594 98.7132 227.806 100.103C220.939 101.508 214.974 106.041 210.737 111.982C206.484 117.945 204.572 124.98 205.356 131.79C206.137 138.58 209.538 144.438 214.933 148.286C215.032 148.357 215.251 148.577 215.427 148.753C215.721 149.049 215.999 149.328 216.247 149.485Z" fill="#6A6A61"/>
<path d="M254.216 100.056L257.081 102.1C257.95 102.72 257.982 104.165 257.153 105.329L256.16 106.72L250.406 102.616C250.374 102.6 250.34 102.587 250.311 102.566C250.278 102.542 250.244 102.52 250.211 102.497L251.662 100.462C252.472 99.7495 253.51 99.5535 254.216 100.056Z" fill="#181818"/>
<path d="M214.147 156.23L217.013 158.274C217.881 158.894 219.259 158.454 220.088 157.291L221.081 155.9L215.327 151.795C215.301 151.77 215.278 151.742 215.248 151.721C215.215 151.698 215.183 151.674 215.151 151.649L213.7 153.684C213.289 154.682 213.442 155.727 214.147 156.23Z" fill="#181818"/>
<path d="M212.688 148.821L215.242 145.24C215.305 145.287 215.368 145.334 215.432 145.38C215.509 145.436 215.574 145.502 215.638 145.571L226.801 153.534L225.082 155.943C223.586 158.041 220.998 158.763 219.303 157.554L213.715 153.568C212.342 152.588 211.98 150.642 212.688 148.821Z" fill="black"/>
<path d="M250.952 101.26L256.609 105.295C258.324 106.518 258.52 109.186 257.045 111.255L255.281 113.728L243.921 105.626C243.859 105.593 243.793 105.566 243.734 105.524C243.669 105.478 243.604 105.433 243.538 105.389L246.118 101.771C247.597 100.532 249.56 100.267 250.952 101.26Z" fill="black"/>
<path d="M257.71 110.201C257.71 110.201 257.79 110.015 257.805 109.966C257.819 109.916 257.864 109.722 257.864 109.722L246.407 101.549L246.128 101.939L257.71 110.201Z" fill="#E9D3B6"/>
<path d="M223.867 157.276C224.19 157.04 224.598 156.622 224.598 156.622L213.016 148.361C213.016 148.361 212.843 148.604 212.672 148.844C212.568 149.028 212.533 149.216 212.543 149.198C212.565 149.158 223.823 157.241 223.867 157.276Z" fill="#E9D3B6"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 30 KiB

View File

@@ -1,144 +0,0 @@
<svg width="280" height="280" viewBox="0 0 280 280" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_307_357)">
<rect width="280" height="280" rx="24" fill="#0F0F0F"/>
<mask id="mask0_307_357" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="45" y="239" width="112" height="112">
<circle cx="100.825" cy="295.268" r="55.3437" transform="rotate(-90 100.825 295.268)" fill="#C4C4C4"/>
</mask>
<g mask="url(#mask0_307_357)">
<path d="M74.7522 340.427L48.6796 295.268L74.7522 250.109L126.897 250.109L152.97 295.268L126.897 340.427L74.7522 340.427Z" fill="#0F0F0F" stroke="#1D1D1D" stroke-width="5.54"/>
<ellipse cx="100.418" cy="295.172" rx="25.8996" ry="25.2713" fill="#252525"/>
</g>
<mask id="mask1_307_357" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="45" y="151" width="112" height="112">
<circle cx="100.825" cy="206.718" r="55.3437" transform="rotate(-90 100.825 206.718)" fill="#C4C4C4"/>
</mask>
<g mask="url(#mask1_307_357)">
<path d="M74.7522 251.877L48.6796 206.718L74.7522 161.559L126.897 161.559L152.97 206.718L126.897 251.877L74.7522 251.877Z" fill="#0F0F0F" stroke="#1D1D1D" stroke-width="5.54"/>
<path d="M126.318 207.172C126.318 221.128 114.722 232.443 100.418 232.443C86.1145 232.443 74.5188 221.128 74.5188 207.172C74.5188 193.215 86.1145 181.9 100.418 181.9C114.722 181.9 126.318 193.215 126.318 207.172Z" fill="#252525"/>
<path d="M100.677 189.622C99.154 189.629 97.7003 189.754 96.4205 189.973C92.6511 190.617 91.9672 191.964 91.9672 194.448V197.728H100.874V198.822H88.6241C86.0356 198.822 83.7689 200.325 83.0598 203.186C82.2417 206.464 82.2056 208.51 83.0598 211.934C83.6928 214.482 85.2049 216.297 87.7938 216.297H90.8565V212.365C90.8565 209.524 93.3999 207.018 96.4209 207.018H105.318C107.794 207.018 109.771 205.047 109.771 202.644V194.448C109.771 192.115 107.735 190.363 105.318 189.974C103.787 189.728 102.199 189.616 100.677 189.622ZM95.86 192.261C96.7798 192.261 97.5315 192.999 97.5315 193.906C97.5315 194.81 96.7801 195.541 95.86 195.541C94.9365 195.541 94.1888 194.81 94.1888 193.906C94.1884 192.999 94.9365 192.261 95.86 192.261Z" fill="#E9D3B6"/>
<path d="M110.165 198.748V202.442C110.165 205.305 107.638 207.714 104.758 207.714H96.1126C93.7446 207.714 91.7853 209.662 91.7853 211.941V219.861C91.7853 222.115 93.8245 223.441 96.1126 224.087C98.8521 224.861 101.48 225.001 104.758 224.087C106.937 223.481 109.085 222.261 109.085 219.861V216.691H100.44V215.634H113.413C115.928 215.634 116.866 213.948 117.741 211.418C118.645 208.812 118.606 206.307 117.741 202.965C117.119 200.558 115.932 198.748 113.413 198.748L110.165 198.748ZM105.302 218.804C106.2 218.804 106.926 219.511 106.926 220.385C106.926 221.261 106.199 221.974 105.302 221.974C104.408 221.974 103.678 221.261 103.678 220.385C103.678 219.511 104.408 218.804 105.302 218.804Z" fill="#8C7F6D"/>
</g>
<mask id="mask2_307_357" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="45" y="62" width="112" height="112">
<circle cx="100.825" cy="118.169" r="55.3437" transform="rotate(-90 100.825 118.169)" fill="#C4C4C4"/>
</mask>
<g mask="url(#mask2_307_357)">
<path d="M74.7522 163.328L48.6796 118.169L74.7522 73.0095L126.897 73.0095L152.97 118.169L126.897 163.328L74.7522 163.328Z" fill="#0F0F0F" stroke="#1D1D1D" stroke-width="5.54"/>
<path d="M126.318 118.172C126.318 132.128 114.722 143.443 100.418 143.443C86.1145 143.443 74.5188 132.128 74.5188 118.172C74.5188 104.215 86.1145 92.9003 100.418 92.9003C114.722 92.9003 126.318 104.215 126.318 118.172Z" fill="#252525"/>
<path d="M90.3464 113.96H114.088V131.509H90.3464V113.96Z" fill="#252525"/>
<path d="M85.3104 132.913H115.527V103.43H85.3104V132.913ZM109.66 116.992C110.384 117.156 111.041 117.525 111.55 118.054C111.83 118.338 112.074 118.655 112.275 118.997C112.275 119.035 110.97 119.896 110.175 120.377C110.146 120.396 110.03 120.273 109.902 120.087C109.756 119.842 109.55 119.638 109.302 119.492C109.054 119.347 108.772 119.265 108.483 119.254C107.566 119.193 106.977 119.662 106.981 120.433C106.974 120.626 107.019 120.816 107.112 120.985C107.313 121.393 107.687 121.636 108.862 122.132C111.026 123.04 111.951 123.639 112.527 124.49C113.17 125.434 113.312 126.958 112.877 128.085C112.394 129.311 111.209 130.144 109.534 130.42C108.769 130.506 107.996 130.498 107.233 130.396C106.063 130.208 104.986 129.66 104.158 128.833C103.88 128.533 103.339 127.752 103.372 127.696C103.461 127.632 103.554 127.574 103.65 127.524L104.77 126.92L105.637 126.429L105.819 126.691C106.125 127.118 106.514 127.482 106.965 127.762C107.931 128.257 109.251 128.189 109.904 127.616C110.123 127.406 110.26 127.127 110.29 126.829C110.321 126.531 110.243 126.232 110.071 125.983C109.829 125.656 109.346 125.38 107.994 124.804C106.435 124.148 105.763 123.743 105.149 123.096C104.766 122.67 104.483 122.167 104.32 121.622C104.199 121 104.181 120.363 104.267 119.735C104.588 118.266 105.717 117.24 107.366 116.936C108.129 116.843 108.903 116.864 109.66 116.997V116.992ZM102.567 118.228V119.436H98.6442V130.34H95.8619V119.433H91.9289V118.254C91.9167 117.847 91.9264 117.44 91.9579 117.035C91.9773 117.013 94.3752 117.013 97.276 117.013H102.553L102.567 118.228Z" fill="#E9D3B6"/>
</g>
<mask id="mask3_307_357" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="45" y="-26" width="112" height="111">
<circle cx="100.825" cy="29.6187" r="55.3437" transform="rotate(-90 100.825 29.6187)" fill="#C4C4C4"/>
</mask>
<g mask="url(#mask3_307_357)">
<path d="M74.7522 74.7778L48.6796 29.6187L74.7522 -15.5403L126.897 -15.5403L152.97 29.6187L126.897 74.7778L74.7522 74.7778Z" fill="#0F0F0F" stroke="#1D1D1D" stroke-width="5.54"/>
<path d="M126.318 30.1715C126.318 44.1285 114.722 55.4428 100.418 55.4428C86.1145 55.4428 74.5188 44.1285 74.5188 30.1715C74.5188 16.2146 86.1145 4.90027 100.418 4.90027C114.722 4.90027 126.318 16.2146 126.318 30.1715Z" fill="#252525"/>
<path d="M100.778 18.2379C95.3104 18.2379 91.8943 20.8889 90.5263 26.1931C92.576 23.5418 94.9689 22.5476 97.702 23.2105C99.2625 23.5878 100.378 24.6855 101.613 25.9019C103.623 27.8807 105.949 30.1715 111.03 30.1715C116.498 30.1715 119.914 27.5202 121.282 22.2147C119.232 24.8676 116.839 25.8618 114.106 25.1989C112.546 24.8213 111.432 23.7239 110.195 22.5075C108.187 20.5287 105.861 18.2379 100.778 18.2379ZM90.5263 30.1715C85.0588 30.1715 81.6423 32.8229 80.2743 38.1283C82.3241 35.4755 84.7166 34.4812 87.45 35.1442C89.0106 35.5218 90.1258 36.6192 91.3608 37.8356C93.3709 39.8144 95.6974 42.1052 100.778 42.1052C106.246 42.1052 109.662 39.4542 111.03 34.1499C108.98 36.8013 106.588 37.7955 103.854 37.1326C102.294 36.7553 101.18 35.6576 99.9433 34.4412C97.9346 32.4624 95.6087 30.1715 90.5263 30.1715Z" fill="#E9D3B6"/>
</g>
<mask id="mask4_307_357" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="122" y="195" width="112" height="112">
<circle cx="178.306" cy="250.993" r="55.3437" transform="rotate(-90 178.306 250.993)" fill="#C4C4C4"/>
</mask>
<g mask="url(#mask4_307_357)">
<path d="M152.233 296.152L126.161 250.993L152.233 205.834L204.378 205.834L230.451 250.993L204.378 296.152L152.233 296.152Z" fill="#0F0F0F" stroke="#1D1D1D" stroke-width="5.54"/>
<path d="M204.318 251.172C204.318 265.128 192.722 276.443 178.418 276.443C164.115 276.443 152.519 265.128 152.519 251.172C152.519 237.215 164.115 225.9 178.418 225.9C192.722 225.9 204.318 237.215 204.318 251.172Z" fill="#252525"/>
<path d="M163.31 236.43H193.527V265.913H163.31V236.43Z" fill="#1E1E1E"/>
<path d="M191.285 259.012C191.061 257.642 190.151 256.491 187.453 255.418C186.516 254.996 185.471 254.693 185.16 253.997C185.049 253.591 185.035 253.363 185.105 253.118C185.305 252.321 186.275 252.073 187.043 252.301C187.537 252.464 188.006 252.838 188.288 253.435C189.609 252.595 189.606 252.601 190.529 252.024C190.191 251.511 190.011 251.274 189.79 251.054C188.995 250.183 187.913 249.735 186.181 249.769L185.28 249.884C184.415 250.098 183.592 250.543 183.109 251.14C181.66 252.753 182.073 255.575 183.836 256.737C185.573 258.016 188.125 258.307 188.451 259.503C188.769 260.967 187.354 261.441 185.949 261.273C184.913 261.062 184.337 260.545 183.714 259.606C182.568 260.257 182.568 260.257 181.389 260.922C181.668 261.521 181.962 261.793 182.431 262.312C184.648 264.518 190.197 264.41 191.193 261.07C191.233 260.956 191.501 260.191 191.285 259.012ZM179.82 249.946H176.957L176.945 257.208C176.945 258.752 177.027 260.168 176.771 260.602C176.352 261.455 175.266 261.35 174.771 261.184C174.268 260.941 174.012 260.596 173.715 260.108C173.634 259.968 173.573 259.86 173.552 259.851L171.224 261.25C171.611 262.029 172.182 262.706 172.912 263.145C174.003 263.787 175.47 263.984 177.003 263.639C178.002 263.354 178.863 262.763 179.314 261.864C179.966 260.685 179.826 259.258 179.82 257.679C179.835 255.104 179.82 252.529 179.82 249.946Z" fill="#E9D3B6"/>
</g>
<mask id="mask5_307_357" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="122" y="107" width="112" height="111">
<circle cx="178.306" cy="162.444" r="55.3437" transform="rotate(-90 178.306 162.444)" fill="#C4C4C4"/>
</mask>
<g mask="url(#mask5_307_357)">
<path d="M152.233 207.603L126.161 162.444L152.233 117.285L204.378 117.285L230.451 162.444L204.378 207.603L152.233 207.603Z" fill="#0F0F0F" stroke="#1D1D1D" stroke-width="5.54"/>
<ellipse cx="178.418" cy="163.172" rx="25.8996" ry="25.2713" fill="#252525"/>
<path d="M178.45 182.354L194.237 173.459L188.186 170.044L182 173.532C181.947 173.56 181.888 173.574 181.828 173.574C181.768 173.573 181.709 173.558 181.657 173.529C181.604 173.499 181.561 173.457 181.531 173.406C181.5 173.355 181.484 173.297 181.483 173.238V164.957C181.483 164.713 181.612 164.492 181.829 164.371L189.18 160.228C189.233 160.199 189.292 160.184 189.352 160.184C189.412 160.185 189.472 160.201 189.523 160.231C189.631 160.289 189.698 160.399 189.699 160.519V167.49L195.754 170.902V153.113L178.45 162.859V182.354Z" fill="#5D5449"/>
<path d="M174.91 173.535L168.721 170.044L162.665 173.458L178.45 182.354V162.859L161.152 153.113V170.901L167.205 167.49V160.52C167.208 160.4 167.274 160.29 167.38 160.232C167.432 160.202 167.492 160.186 167.552 160.185C167.613 160.185 167.672 160.2 167.725 160.229L175.08 164.371C175.185 164.43 175.272 164.516 175.333 164.619C175.394 164.722 175.426 164.839 175.426 164.957V173.24C175.424 173.36 175.359 173.47 175.253 173.532C175.148 173.593 175.018 173.593 174.91 173.535Z" fill="#8C7F6D"/>
<path d="M179.967 144.218V151.041L186.154 154.526C186.26 154.586 186.324 154.697 186.324 154.819C186.324 154.939 186.259 155.049 186.154 155.109L178.8 159.254C178.695 159.313 178.575 159.343 178.454 159.343C178.332 159.343 178.213 159.313 178.107 159.254L170.756 155.109C170.703 155.08 170.66 155.038 170.63 154.986C170.6 154.935 170.584 154.878 170.584 154.819C170.584 154.76 170.599 154.701 170.63 154.65C170.66 154.598 170.703 154.555 170.756 154.526L176.941 151.041V144.218L161.152 153.113L178.45 162.859L195.753 153.113L179.967 144.218Z" fill="#E9D3B6"/>
</g>
<mask id="mask6_307_357" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="122" y="18" width="112" height="112">
<circle cx="178.306" cy="73.8936" r="55.3437" transform="rotate(-90 178.306 73.8936)" fill="#C4C4C4"/>
</mask>
<g mask="url(#mask6_307_357)">
<path d="M152.233 119.053L126.161 73.8936L152.233 28.7346L204.378 28.7346L230.451 73.8936L204.378 119.053L152.233 119.053Z" fill="#0F0F0F" stroke="#1D1D1D" stroke-width="5.54"/>
<path d="M204.318 74.1715C204.318 88.1285 192.722 99.4428 178.418 99.4428C164.115 99.4428 152.519 88.1285 152.519 74.1715C152.519 60.2146 164.115 48.9003 178.418 48.9003C192.722 48.9003 204.318 60.2146 204.318 74.1715Z" fill="#252525"/>
<path d="M178.778 76.9795C180.566 76.9795 182.016 75.5652 182.016 73.8206C182.016 72.0759 180.566 70.6616 178.778 70.6616C176.99 70.6616 175.541 72.0759 175.541 73.8206C175.541 75.5652 176.99 76.9795 178.778 76.9795Z" fill="#E9D3B6"/>
<path d="M191.965 68.2725C191.295 68.0364 190.595 67.8004 189.864 67.5938C190.047 66.8855 190.199 66.1773 190.321 65.4985C190.96 61.6031 190.26 58.8586 188.311 57.7962C187.732 57.4716 187.092 57.324 186.362 57.324C184.23 57.324 181.519 58.8586 178.778 61.426C176.037 58.8586 173.327 57.324 171.195 57.324C170.464 57.324 169.824 57.4716 169.246 57.7962C167.297 58.8881 166.596 61.6326 167.236 65.4985C167.357 66.1773 167.51 66.8855 167.692 67.5938C166.962 67.8004 166.261 68.0069 165.591 68.2725C161.784 69.689 159.713 71.6368 159.713 73.8206C159.713 76.0043 161.815 77.9521 165.591 79.3686C166.261 79.6047 166.962 79.8408 167.692 80.0473C167.51 80.7556 167.357 81.4638 167.236 82.1426C166.596 86.038 167.297 88.7825 169.246 89.8449C169.824 90.1695 170.464 90.3171 171.195 90.3171C173.357 90.3171 176.068 88.7825 178.778 86.2151C181.519 88.7825 184.23 90.3171 186.362 90.3171C187.092 90.3171 187.732 90.1695 188.311 89.8449C190.26 88.753 190.96 86.0085 190.321 82.1426C190.199 81.4638 190.047 80.7556 189.864 80.0473C190.595 79.8408 191.295 79.6342 191.965 79.3686C195.772 77.9521 197.843 76.0043 197.843 73.8206C197.843 71.6368 195.772 69.689 191.965 68.2725ZM187.458 59.2717C188.707 59.98 189.133 62.1638 188.615 65.2624C188.524 65.8822 188.372 66.5314 188.189 67.2101C186.605 66.856 184.93 66.6199 183.164 66.4724C182.128 65.0559 181.062 63.7869 179.996 62.636C182.25 60.4817 184.534 59.0061 186.392 59.0061C186.788 59.0061 187.153 59.0947 187.458 59.2717ZM184.047 76.7716C183.499 77.716 182.859 78.6603 182.189 79.6047C181.062 79.6932 179.935 79.7227 178.778 79.7227C177.59 79.7227 176.464 79.6932 175.367 79.6047C174.697 78.6603 174.088 77.716 173.54 76.7716C172.961 75.7978 172.413 74.7944 171.926 73.8206C172.413 72.8467 172.961 71.8433 173.54 70.8695C174.088 69.9251 174.728 68.9808 175.398 68.0364C176.525 67.9479 177.651 67.9184 178.809 67.9184C179.996 67.9184 181.123 67.9479 182.22 68.0364C182.89 68.9808 183.499 69.9251 184.047 70.8695C184.626 71.8433 185.174 72.8467 185.661 73.8206C185.143 74.7944 184.626 75.7683 184.047 76.7716ZM186.575 75.7978C187.032 76.8307 187.397 77.834 187.732 78.8374C186.697 79.0735 185.6 79.2505 184.443 79.3981C184.808 78.8374 185.204 78.2472 185.539 77.6274C185.905 77.0077 186.24 76.388 186.575 75.7978ZM178.778 83.7952C178.047 83.0279 177.347 82.2016 176.677 81.3458C177.377 81.3753 178.078 81.4048 178.778 81.4048C179.479 81.4048 180.179 81.3753 180.88 81.3458C180.21 82.2016 179.509 83.0279 178.778 83.7952ZM173.114 79.3686C171.956 79.221 170.86 79.044 169.824 78.8079C170.159 77.834 170.525 76.8011 170.982 75.7683C171.317 76.3585 171.652 76.9782 172.017 77.5684C172.383 78.2177 172.748 78.7784 173.114 79.3686ZM170.982 71.8433C170.525 70.8105 170.159 69.8071 169.824 68.8037C170.86 68.5676 171.956 68.3906 173.114 68.243C172.748 68.8037 172.352 69.3939 172.017 70.0137C171.652 70.6334 171.317 71.2531 170.982 71.8433ZM178.778 63.8459C179.509 64.6132 180.21 65.4395 180.88 66.2953C180.179 66.2658 179.479 66.2363 178.778 66.2363C178.078 66.2363 177.377 66.2658 176.677 66.2953C177.347 65.4395 178.047 64.6132 178.778 63.8459ZM185.539 70.0432L184.443 68.2725C185.6 68.4201 186.697 68.5971 187.732 68.8332C187.397 69.8071 187.032 70.84 186.575 71.8728C186.24 71.2531 185.905 70.6334 185.539 70.0432ZM168.941 65.2624C168.423 62.1638 168.85 59.98 170.098 59.2717C170.403 59.0947 170.768 59.0061 171.164 59.0061C172.992 59.0061 175.276 60.4522 177.56 62.636C176.494 63.7574 175.428 65.0559 174.393 66.4724C172.626 66.6199 170.951 66.8855 169.368 67.2101C169.185 66.5314 169.063 65.8822 168.941 65.2624ZM161.419 73.8206C161.419 72.4335 163.155 70.958 166.2 69.8661C166.809 69.63 167.479 69.4234 168.149 69.2464C168.637 70.7219 169.246 72.286 169.977 73.8501C169.246 75.4141 168.606 76.9487 168.149 78.4242C163.946 77.2438 161.419 75.4732 161.419 73.8206ZM170.098 88.3694C168.85 87.6611 168.423 85.4773 168.941 82.3787C169.033 81.759 169.185 81.1097 169.368 80.431C170.951 80.7851 172.626 81.0212 174.393 81.1687C175.428 82.5853 176.494 83.8542 177.56 85.0051C175.306 87.1594 173.022 88.635 171.164 88.635C170.768 88.635 170.403 88.5464 170.098 88.3694ZM188.615 82.3787C189.133 85.4773 188.707 87.6611 187.458 88.3694C187.153 88.5464 186.788 88.635 186.392 88.635C184.565 88.635 182.281 87.1889 179.996 85.0051C181.062 83.8837 182.128 82.5853 183.164 81.1687C184.93 81.0212 186.605 80.7556 188.189 80.431C188.372 81.1097 188.493 81.759 188.615 82.3787ZM191.356 77.775C190.747 78.0111 190.077 78.2177 189.407 78.3947C188.92 76.9192 188.311 75.3551 187.58 73.791C188.311 72.227 188.95 70.6924 189.407 69.2169C193.61 70.3973 196.138 72.1679 196.138 73.8206C196.138 75.2076 194.371 76.6831 191.356 77.775Z" fill="#E9D3B6"/>
</g>
<mask id="mask7_307_357" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="122" y="-70" width="112" height="111">
<circle cx="178.306" cy="-14.6562" r="55.3437" transform="rotate(-90 178.306 -14.6562)" fill="#C4C4C4"/>
</mask>
<g mask="url(#mask7_307_357)">
<path d="M152.233 30.5029L126.161 -14.6562L152.233 -59.8152L204.378 -59.8152L230.451 -14.6562L204.378 30.5028L152.233 30.5029Z" fill="#0F0F0F" stroke="#1D1D1D" stroke-width="5.54"/>
<path d="M203.799 -14.7288C203.799 -0.771851 192.204 10.5425 177.9 10.5425C163.596 10.5425 152 -0.771851 152 -14.7288C152 -28.6857 163.596 -40.0001 177.9 -40.0001C192.204 -40.0001 203.799 -28.6857 203.799 -14.7288Z" fill="#252525"/>
</g>
<mask id="mask8_307_357" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="200" y="239" width="112" height="112">
<circle cx="255.787" cy="295.268" r="55.3437" transform="rotate(-90 255.787 295.268)" fill="#C4C4C4"/>
</mask>
<g mask="url(#mask8_307_357)">
<path d="M229.714 340.427L203.642 295.268L229.714 250.109L281.86 250.109L307.932 295.268L281.86 340.427L229.714 340.427Z" fill="#0F0F0F" stroke="#1D1D1D" stroke-width="5.54"/>
<ellipse cx="255.418" cy="295.172" rx="25.8996" ry="25.2713" fill="#252525"/>
</g>
<mask id="mask9_307_357" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="200" y="151" width="112" height="112">
<circle cx="255.787" cy="206.718" r="55.3437" transform="rotate(-90 255.787 206.718)" fill="#C4C4C4"/>
</mask>
<g mask="url(#mask9_307_357)">
<path d="M229.714 251.877L203.642 206.718L229.714 161.559L281.86 161.559L307.932 206.718L281.86 251.877L229.714 251.877Z" fill="#0F0F0F" stroke="#1D1D1D" stroke-width="5.54"/>
<path d="M281.318 207.172C281.318 221.128 269.722 232.443 255.418 232.443C241.114 232.443 229.519 221.128 229.519 207.172C229.519 193.215 241.114 181.9 255.418 181.9C269.722 181.9 281.318 193.215 281.318 207.172Z" fill="#252525"/>
<path d="M255.418 190.998L271.601 218.346H239.235L255.418 190.998Z" fill="#E9D3B6"/>
</g>
<mask id="mask10_307_357" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="200" y="62" width="112" height="112">
<circle cx="255.787" cy="118.169" r="55.3437" transform="rotate(-90 255.787 118.169)" fill="#C4C4C4"/>
</mask>
<g mask="url(#mask10_307_357)">
<path d="M229.714 163.328L203.642 118.169L229.714 73.0096L281.86 73.0096L307.932 118.169L281.86 163.328L229.714 163.328Z" fill="#0F0F0F" stroke="#1D1D1D" stroke-width="5.54"/>
<path d="M281.318 118.172C281.318 132.128 269.722 143.443 255.418 143.443C241.114 143.443 229.519 132.128 229.519 118.172C229.519 104.215 241.114 92.9003 255.418 92.9003C269.722 92.9003 281.318 104.215 281.318 118.172Z" fill="#252525"/>
<path d="M270.525 108.292L256.02 100.126C255.78 99.9788 255.449 99.9201 255.089 99.9201C254.728 99.9201 254.398 100.008 254.158 100.126L239.742 108.321C239.232 108.615 238.871 109.349 238.871 109.907V126.269C238.871 126.592 238.932 126.974 239.172 127.297L271.246 109.085C271.066 108.732 270.796 108.468 270.525 108.292Z" fill="#E9D3B6"/>
<path d="M238.871 127.396C239.022 127.633 239.234 127.84 239.445 127.958L254.002 136.216C254.243 136.364 254.576 136.423 254.938 136.423C255.3 136.423 255.633 136.334 255.874 136.216L270.37 127.958C270.884 127.662 271.246 126.922 271.246 126.36V109.875C271.246 109.608 271.216 109.312 271.065 109.046L238.871 127.396Z" fill="#8C7F6D"/>
<path d="M261.616 121.827C260.343 124.063 257.918 125.573 255.16 125.573C251.068 125.573 247.734 122.25 247.734 118.172C247.734 114.093 251.068 110.77 255.16 110.77C257.918 110.77 260.343 112.28 261.616 114.546L265.556 112.28C263.495 108.685 259.615 106.238 255.16 106.238C248.553 106.238 243.188 111.585 243.188 118.172C243.188 124.758 248.553 130.105 255.16 130.105C259.585 130.105 263.465 127.688 265.526 124.123L261.616 121.827ZM265.162 118.836L265.435 117.537H264.162V116.117H265.708L266.071 114.244H267.556L267.193 116.087H268.344L268.708 114.244H270.163L269.799 116.087H270.527V117.507H269.526L269.254 118.806H270.527V120.226H268.981L268.617 122.039H267.132L267.496 120.226H266.344L265.98 122.039H264.525L264.889 120.226H264.162V118.806H265.162V118.836ZM266.617 118.836H267.768L268.041 117.537H266.89L266.617 118.836Z" fill="#252525"/>
</g>
<mask id="mask11_307_357" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="200" y="-26" width="112" height="111">
<circle cx="255.787" cy="29.6187" r="55.3437" transform="rotate(-90 255.787 29.6187)" fill="#C4C4C4"/>
</mask>
<g mask="url(#mask11_307_357)">
<path d="M229.714 74.7778L203.642 29.6187L229.714 -15.5403L281.86 -15.5403L307.932 29.6187L281.86 74.7778L229.714 74.7778Z" fill="#0F0F0F" stroke="#1D1D1D" stroke-width="5.54"/>
<path d="M281.318 30.1715C281.318 44.1285 269.722 55.4428 255.418 55.4428C241.114 55.4428 229.519 44.1285 229.519 30.1715C229.519 16.2146 241.114 4.90027 255.418 4.90027C269.722 4.90027 281.318 16.2146 281.318 30.1715Z" fill="#252525"/>
<path d="M255.808 12.622L240.34 21.426L240.31 38.9755L255.746 47.721L271.216 38.917L271.246 21.3675L255.808 12.622ZM262.972 37.6886L261.547 38.5046L260.11 37.6652V31.6194H251.447V37.6886L250.022 38.5046L248.584 37.6652V22.6457L250.015 21.8385L251.447 22.6618V28.7237H260.11V22.6545L261.542 21.8472L262.972 22.6706V37.6886Z" fill="#E9D3B6"/>
</g>
<mask id="mask12_307_357" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="-32" y="195" width="111" height="112">
<circle cx="23.3437" cy="250.993" r="55.3437" transform="rotate(-90 23.3437 250.993)" fill="#C4C4C4"/>
</mask>
<g mask="url(#mask12_307_357)">
<path d="M-2.72889 296.152L-28.8015 250.993L-2.72889 205.834L49.4163 205.834L75.4888 250.993L49.4163 296.152L-2.72889 296.152Z" fill="#0F0F0F" stroke="#1D1D1D" stroke-width="5.54"/>
<path d="M48.7993 251.271C48.7993 265.228 37.2036 276.543 22.8996 276.543C8.59565 276.543 -3.00002 265.228 -3.00002 251.271C-3.00002 237.314 8.59565 226 22.8996 226C37.2036 226 48.7993 237.314 48.7993 251.271Z" fill="#252525"/>
<path d="M28.3648 234.609C28.6668 234.968 28.8208 235.453 29.1275 236.421L35.8494 257.589C33.3247 256.333 30.6148 255.453 27.8132 254.981L23.4372 240.803C23.4027 240.689 23.3307 240.59 23.2321 240.519C23.1335 240.448 23.0136 240.41 22.8905 240.41C22.7673 240.41 22.6475 240.449 22.5491 240.52C22.4507 240.591 22.3789 240.691 22.3446 240.804L18.0211 254.974C15.2073 255.444 12.4853 256.325 9.94981 257.586L16.7035 236.417C17.0126 235.449 17.1666 234.966 17.4683 234.606C17.735 234.29 18.0814 234.045 18.4749 233.893C18.9197 233.722 19.4483 233.722 20.5034 233.722H25.3279C26.3838 233.722 26.9125 233.722 27.3588 233.894C27.7525 234.046 28.0987 234.292 28.3648 234.609Z" fill="#E9D3B6"/>
<path d="M29.1576 258.252C28.1025 259.164 25.9965 259.785 23.5709 259.785C20.5948 259.785 18.0989 258.849 17.4372 257.589C17.2008 258.311 17.1476 259.137 17.1476 259.665C17.1476 259.665 16.9918 262.255 18.7754 264.057C18.7754 263.834 18.8188 263.614 18.9031 263.409C18.9873 263.203 19.1108 263.017 19.2665 262.859C19.4221 262.702 19.6069 262.577 19.8103 262.492C20.0137 262.407 20.2316 262.364 20.4518 262.364C22.0388 262.364 22.038 263.762 22.0368 264.898V264.998C22.0368 266.721 23.0792 268.198 24.5616 268.821C24.3331 268.347 24.2147 267.826 24.2152 267.299C24.2152 265.654 25.1698 265.043 26.2805 264.332C27.1639 263.766 28.1451 263.138 28.8204 261.877C29.1849 261.198 29.3754 260.438 29.3745 259.665C29.375 259.185 29.3018 258.709 29.1576 258.252Z" fill="#8C7F6D"/>
</g>
<mask id="mask13_307_357" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="-32" y="107" width="111" height="111">
<circle cx="23.3437" cy="162.444" r="55.3437" transform="rotate(-90 23.3437 162.444)" fill="#C4C4C4"/>
</mask>
<g mask="url(#mask13_307_357)">
<path d="M-2.72889 207.603L-28.8015 162.444L-2.72889 117.285L49.4163 117.285L75.4888 162.444L49.4163 207.603L-2.72889 207.603Z" fill="#0F0F0F" stroke="#1D1D1D" stroke-width="5.54"/>
<path d="M49.3181 163.172C49.3181 177.128 37.7225 188.443 23.4185 188.443C9.11451 188.443 -2.48116 177.128 -2.48116 163.172C-2.48116 149.215 9.11451 137.9 23.4185 137.9C37.7225 137.9 49.3181 149.215 49.3181 163.172Z" fill="#252525"/>
<path d="M36.6452 150.266C33.3537 145.601 26.8513 144.219 22.1511 147.184L13.8948 152.394C12.7775 153.088 11.8189 154.004 11.0802 155.085C10.3415 156.167 9.83894 157.388 9.60477 158.673C9.50036 159.249 9.44723 159.837 9.44625 160.427C9.45128 162.025 9.8471 163.599 10.6 165.014C9.89417 166.076 9.41257 167.268 9.18409 168.519C8.94992 169.826 8.9827 171.181 9.2797 172.471C9.57687 173.769 10.1327 174.995 10.9148 176.077C14.2066 180.742 20.7236 182.124 25.4088 179.159L33.6568 173.949C34.7734 173.255 35.7308 172.337 36.4676 171.254C37.2044 170.172 37.7043 168.949 37.9352 167.665C38.0413 167.087 38.0943 166.501 38.0937 165.914C38.0918 164.318 37.7009 162.746 36.9542 161.331C37.6599 160.27 38.1417 159.079 38.3709 157.83C38.4731 157.251 38.5252 156.666 38.5266 156.079C38.5271 153.996 37.8694 151.966 36.6457 150.271L36.6452 150.266Z" fill="#E9D3B6"/>
<path d="M21.6606 176.304C21.1085 176.44 20.5454 176.509 19.9808 176.509C18.9026 176.509 17.8404 176.259 16.8854 175.78C15.9305 175.301 15.1111 174.608 14.4975 173.76C13.7481 172.757 13.3456 171.555 13.3464 170.322C13.3469 169.974 13.3784 169.628 13.4404 169.287C13.4909 169.031 13.5588 168.78 13.6435 168.537L13.8018 168.076L14.2306 168.388C15.2259 169.087 16.3381 169.619 17.5197 169.962L17.8312 170.052L17.8019 170.35V170.505C17.8012 170.877 17.9223 171.241 18.1483 171.545C18.3308 171.803 18.5767 172.015 18.8644 172.162C19.159 172.311 19.4771 172.388 19.7988 172.388C19.9686 172.389 20.138 172.368 20.3038 172.326C20.4839 172.281 20.6578 172.208 20.821 172.11L29.2173 166.957C29.4691 166.804 29.6763 166.592 29.8196 166.342C29.9628 166.092 30.0375 165.811 30.0366 165.526C30.0342 165.153 29.9099 164.79 29.6811 164.489C29.4958 164.233 29.2487 164.025 28.9608 163.881C28.6661 163.735 28.3486 163.661 28.0278 163.662C27.858 163.662 27.6887 163.682 27.5228 163.724C27.3435 163.768 27.1705 163.841 27.0088 163.94L23.8077 165.897C23.2689 166.222 22.6951 166.463 22.1013 166.614C20.7789 166.943 19.3828 166.876 18.1016 166.421C16.8204 165.967 15.7161 165.147 14.9379 164.073C14.1895 163.069 13.7871 161.867 13.7868 160.634C13.7874 160.288 13.819 159.942 13.8808 159.6C14.0244 158.84 14.3314 158.118 14.7824 157.477C15.2334 156.837 15.8185 156.294 16.5007 155.881L24.906 150.756C25.4334 150.435 26.0087 150.192 26.6124 150.036C27.1612 149.902 27.7256 149.834 28.2922 149.834C29.3727 149.832 30.4376 150.08 31.3956 150.558C32.3537 151.036 33.1762 151.729 33.7927 152.578C34.5367 153.584 34.9341 154.786 34.9294 156.019C34.9288 156.367 34.8972 156.715 34.8352 157.056C34.7849 157.312 34.7171 157.563 34.6326 157.806L34.474 158.267L34.0452 157.967C33.0506 157.267 31.9382 156.734 30.7561 156.392L30.4446 156.3L30.4739 156.002V155.847C30.4739 155.474 30.3528 155.109 30.1275 154.804C29.9424 154.549 29.6955 154.341 29.408 154.197C29.114 154.051 28.7971 153.977 28.477 153.978C28.3087 153.981 28.1413 154.006 27.9776 154.051C27.7973 154.094 27.6233 154.167 27.461 154.267L19.0554 159.392C18.8561 159.511 18.6799 159.675 18.5374 159.875C18.4045 160.062 18.3114 160.281 18.2657 160.517C18.245 160.614 18.2321 160.714 18.2273 160.814C18.2271 161.186 18.3482 161.549 18.5738 161.852C18.7587 162.107 19.0055 162.315 19.293 162.459C19.5871 162.605 19.9041 162.679 20.2243 162.678C20.3941 162.679 20.5634 162.658 20.7293 162.616C20.9097 162.572 21.0838 162.5 21.2464 162.4L24.4535 160.432C24.992 160.107 25.5658 159.866 26.1598 159.715C26.712 159.579 27.275 159.511 27.8396 159.51C28.918 159.51 29.9804 159.76 30.9359 160.238C31.8913 160.716 32.7114 161.409 33.326 162.257C33.8053 162.899 34.1455 163.627 34.3265 164.397C34.5076 165.167 34.5259 165.963 34.3804 166.74C34.2376 167.5 33.9309 168.223 33.4798 168.864C33.0287 169.504 32.4432 170.048 31.7605 170.459L23.3698 175.584C22.8305 175.91 22.2555 176.153 21.6606 176.304Z" fill="#252525"/>
</g>
<mask id="mask14_307_357" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="-32" y="18" width="111" height="112">
<circle cx="23.3437" cy="73.8936" r="55.3437" transform="rotate(-90 23.3437 73.8936)" fill="#C4C4C4"/>
</mask>
<g mask="url(#mask14_307_357)">
<path d="M-2.72889 119.053L-28.8015 73.8936L-2.72889 28.7346L49.4163 28.7346L75.4888 73.8936L49.4163 119.053L-2.72889 119.053Z" fill="#0F0F0F" stroke="#1D1D1D" stroke-width="5.54"/>
<path d="M49.3181 74.1715C49.3181 88.1285 37.7225 99.4428 23.4185 99.4428C9.11451 99.4428 -2.48116 88.1285 -2.48116 74.1715C-2.48116 60.2146 9.11451 48.9003 23.4185 48.9003C37.7225 48.9003 49.3181 60.2146 49.3181 74.1715Z" fill="#252525"/>
<path d="M23.4185 56.622C13.4982 56.622 5.43262 64.4919 5.43262 74.1715C5.43262 83.8512 13.4982 91.721 23.4185 91.721C26.566 91.721 29.5168 90.9258 32.0742 89.5548L19.0344 71.7859V81.822H17.1234V68.0841H19.0344L33.2264 88.8692C38.1444 85.7432 41.4043 80.3413 41.4043 74.1715C41.4043 64.4919 33.3388 56.622 23.4185 56.622ZM29.6292 79.8203L27.5215 76.7217V68.0841H29.6292V79.8203Z" fill="#E9D3B6"/>
</g>
<mask id="mask15_307_357" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="-32" y="-70" width="111" height="111">
<circle cx="23.3437" cy="-14.6563" r="55.3437" transform="rotate(-90 23.3437 -14.6563)" fill="#C4C4C4"/>
</mask>
<g mask="url(#mask15_307_357)">
<path d="M-2.72889 30.5027L-28.8015 -14.6563L-2.72889 -59.8153L49.4163 -59.8153L75.4888 -14.6563L49.4163 30.5027L-2.72889 30.5027Z" fill="#0F0F0F" stroke="#1D1D1D" stroke-width="5.54"/>
<path d="M48.7993 -14.7288C48.7993 -0.771851 37.2036 10.5425 22.8996 10.5425C8.59564 10.5425 -3.00002 -0.771851 -3.00002 -14.7288C-3.00002 -28.6857 8.59564 -40.0001 22.8996 -40.0001C37.2036 -40.0001 48.7993 -28.6857 48.7993 -14.7288Z" fill="#252525"/>
</g>
</g>
<defs>
<clipPath id="clip0_307_357">
<rect width="280" height="280" rx="24" fill="white"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 29 KiB

View File

@@ -1,9 +0,0 @@
<svg width="280" height="281" viewBox="0 0 280 281" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="mask0_103_22" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="-1" y="-1" width="282" height="282">
<rect x="-0.499939" y="-0.5" width="281" height="281" rx="24.5" fill="#101010" stroke="#272727"/>
</mask>
<g mask="url(#mask0_103_22)">
<path d="M197.318 242.147C203.319 241.143 207.59 245.058 208.594 251.059L221.318 327.093L161.293 337.137L148.557 261.107C147.552 255.106 149.423 249.926 155.425 248.922" stroke="#E9D3B6" stroke-opacity="0.5" stroke-width="0.5" stroke-dasharray="4 4"/>
<circle cx="174.419" cy="231.635" r="25.4249" transform="rotate(-9.5 174.419 231.635)" stroke="#E9D3B6" stroke-opacity="0.5" stroke-dasharray="4 4"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 765 B

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 659 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 490 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB