@leaflink/stash 46.2.0 → 46.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/assets/illustrations/spot/digital-payments.svg +8 -13
  2. package/assets/illustrations/vignette/api.svg +1 -0
  3. package/assets/illustrations/vignette/bank.svg +1 -21
  4. package/assets/illustrations/vignette/basket.svg +1 -0
  5. package/assets/illustrations/vignette/brand-menu.svg +1 -0
  6. package/assets/illustrations/vignette/calendar.svg +1 -0
  7. package/assets/illustrations/vignette/dashboard.svg +1 -0
  8. package/assets/illustrations/vignette/deals.svg +1 -0
  9. package/assets/illustrations/vignette/document-search.svg +1 -0
  10. package/assets/illustrations/vignette/edit.svg +1 -0
  11. package/assets/illustrations/vignette/empty-tray.svg +1 -0
  12. package/assets/illustrations/vignette/graph.svg +1 -0
  13. package/assets/illustrations/vignette/integrations.svg +1 -0
  14. package/assets/illustrations/vignette/light-bulb.svg +1 -0
  15. package/assets/illustrations/vignette/map.svg +1 -0
  16. package/assets/illustrations/vignette/megaphone.svg +1 -0
  17. package/assets/illustrations/vignette/messages.svg +1 -0
  18. package/assets/illustrations/vignette/money-bank.svg +1 -0
  19. package/assets/illustrations/vignette/notifications.svg +1 -0
  20. package/assets/illustrations/vignette/orders-empty.svg +1 -0
  21. package/assets/illustrations/vignette/payments.svg +1 -0
  22. package/assets/illustrations/vignette/pie-chart.svg +1 -0
  23. package/assets/illustrations/vignette/products.svg +1 -71
  24. package/assets/illustrations/vignette/search-storefront.svg +1 -1
  25. package/assets/illustrations/vignette/search.svg +1 -0
  26. package/assets/illustrations/vignette/store.svg +1 -0
  27. package/assets/illustrations/vignette/todo.svg +1 -1
  28. package/assets/illustrations/vignette/truck.svg +1 -0
  29. package/assets/illustrations/vignette/users.svg +1 -0
  30. package/assets/illustrations/vignette/warehouse-delivery.svg +1 -0
  31. package/assets/illustrations/vignette/warehouse.svg +1 -38
  32. package/dist/HttpError.js +1 -1
  33. package/dist/Illustration.js +2 -2
  34. package/dist/Illustration.vue.d.ts +27 -1
  35. package/dist/Illustration.vue_vue_type_script_setup_true_lang-664fa82f.js +56 -0
  36. package/dist/Illustration.vue_vue_type_script_setup_true_lang-664fa82f.js.map +1 -0
  37. package/package.json +1 -1
  38. package/dist/Illustration.vue_vue_type_script_setup_true_lang-d6a94e17.js +0 -56
  39. package/dist/Illustration.vue_vue_type_script_setup_true_lang-d6a94e17.js.map +0 -1
@@ -1,15 +1,10 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
1
2
  <svg viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M85 22H24v44h61V22Z" fill="currentColor" />
3
- <path d="M13.5 76.5h73" stroke-width="3" stroke-miterlimit="10" stroke-linecap="round" />
4
- <path d="M80.5 26.5h-61v44h61v-44Z" stroke-width="3" stroke-linecap="round"
5
- stroke-linejoin="round" />
6
- <path d="M50 60v3" stroke-width="3" stroke-linecap="round" />
7
- <mask id="a" fill="#fff">
8
- <path
9
- d="M56.306 42.392c-.689 0-1.238-.535-1.499-1.173a3.67 3.67 0 0 0-1.295-1.62c-.925-.663-2.06-.995-3.404-.995-.982 0-1.842.174-2.58.521-.73.347-1.3.825-1.712 1.432-.405.608-.607 1.298-.607 2.072 0 .647.14 1.203.422 1.669.29.457.658.84 1.106 1.148.448.3.918.549 1.41.746.49.19.942.343 1.354.461l2.255.663c.578.166 1.221.395 1.93.687.715.292 1.398.69 2.048 1.195a5.915 5.915 0 0 1 1.626 1.918c.427.781.64 1.74.64 2.876 0 1.31-.314 2.494-.943 3.552-.622 1.057-1.532 1.897-2.732 2.52-1.192.624-2.641.936-4.347.936-1.59 0-2.966-.28-4.13-.84-1.156-.56-2.067-1.342-2.731-2.344a6.69 6.69 0 0 1-.888-2.025c-.2-.78.453-1.467 1.258-1.467.727 0 1.3.574 1.554 1.256.14.378.334.717.58 1.017a4.559 4.559 0 0 0 1.886 1.325c.766.284 1.59.427 2.471.427 1.026 0 1.948-.182 2.764-.545.817-.37 1.464-.884 1.94-1.539.478-.663.716-1.436.716-2.32 0-.805-.206-1.46-.617-1.965-.412-.505-.954-.915-1.627-1.23a16.132 16.132 0 0 0-2.178-.83l-2.732-.852c-1.734-.544-3.108-1.322-4.12-2.332-1.011-1.01-1.517-2.332-1.517-3.965 0-1.358.336-2.541 1.008-3.551.68-1.018 1.59-1.807 2.732-2.368 1.149-.568 2.432-.852 3.848-.852 1.431 0 2.703.28 3.816.84 1.113.553 1.994 1.31 2.645 2.273.4.586.686 1.22.855 1.904.184.738-.444 1.375-1.205 1.375Z" />
10
- </mask>
11
- <path
12
- d="m53.512 39.599-1.747 2.438 1.747-2.438Zm-5.983-.474-1.279-2.714-.01.005 1.288 2.709Zm-1.713 1.432-2.483-1.683-.007.01-.007.01 2.497 1.663Zm-.185 3.74-2.566 1.554.015.025.015.024 2.536-1.602Zm1.106 1.149-1.698 2.473.014.01.016.01 1.668-2.493Zm1.41.746-1.118 2.784.019.008.02.007 1.078-2.8Zm1.354.461.846-2.878-.008-.002-.01-.003-.828 2.883Zm2.255.663-.846 2.878.01.003.01.003.826-2.884Zm1.93.687-1.144 2.773.01.004 1.134-2.777Zm2.048 1.195-1.84 2.37.016.012.015.012 1.81-2.394Zm1.626 1.918 2.634-1.437-2.634 1.437Zm-.303 6.428-2.579-1.534-.004.007-.003.006 2.586 1.52Zm-2.732 2.52-1.383-2.661-.007.003 1.39 2.659Zm-8.477.096-1.308 2.7.007.002 1.301-2.702Zm-2.731-2.344-2.509 1.646.004.006.005.006 2.5-1.658Zm2.504-1.22-2.32 1.902.012.016.013.015 2.295-1.932Zm1.886 1.326-1.078 2.8.017.007.018.006 1.043-2.813Zm5.236-.118 1.218 2.741.011-.005.011-.005-1.24-2.731Zm1.94-1.539 2.425 1.766.005-.007.005-.007-2.435-1.752Zm.098-4.285 2.324-1.896-2.324 1.896Zm-1.627-1.23-1.275 2.715 1.276-2.716Zm-2.178-.83-.894 2.864.011.004.012.003.87-2.87Zm-2.732-.852-.899 2.862.005.002.894-2.864Zm-4.12-2.332-2.119 2.123 2.12-2.123Zm-.509-7.516-2.495-1.666-.002.004 2.497 1.662Zm2.732-2.368 1.321 2.694.009-.005-1.33-2.689Zm7.664-.012-1.35 2.68.008.004.008.004 1.334-2.688Zm2.645 2.273-2.486 1.68.004.006.005.006 2.477-1.692Zm.855 1.904-2.91.725 2.91-.725Zm.075-.93a6.668 6.668 0 0 0-2.326-2.927l-3.495 4.877c.159.114.221.21.264.315l5.556-2.265ZM55.26 37.16c-1.522-1.09-3.297-1.556-5.152-1.556v6c.835 0 1.329.198 1.657.433l3.495-4.877Zm-5.152-1.556c-1.335 0-2.647.237-3.858.807l2.557 5.428c.263-.124.67-.235 1.301-.235v-6Zm-3.868.812c-1.162.553-2.166 1.364-2.907 2.458l4.966 3.367c.082-.122.22-.265.518-.407l-2.577-5.418Zm-2.921 2.478c-.753 1.13-1.11 2.407-1.11 3.735h6c0-.219.047-.323.104-.409l-4.994-3.326Zm-1.11 3.735c0 1.09.241 2.206.856 3.222l5.133-3.107c.02.035.026.057.024.05a.726.726 0 0 1-.013-.165h-6Zm.886 3.27a6.916 6.916 0 0 0 1.944 2.02l3.397-4.946a.918.918 0 0 1-.268-.277L43.095 45.9Zm1.974 2.04c.617.414 1.271.76 1.96 1.037l2.235-5.568a4.662 4.662 0 0 1-.858-.455l-3.337 4.986Zm1.998 1.052a19.35 19.35 0 0 0 1.606.546l1.657-5.767c-.31-.09-.678-.213-1.105-.378l-2.157 5.6Zm1.588.54 2.255.663 1.692-5.756-2.255-.663-1.692 5.757Zm2.274.67c.447.127.982.315 1.613.575l2.287-5.547a21.483 21.483 0 0 0-2.246-.797L50.929 50.2Zm1.623.58c.447.182.894.438 1.343.787l3.68-4.74a11.692 11.692 0 0 0-2.756-1.603l-2.267 5.555Zm1.373.81c.292.221.563.524.802.962l5.267-2.874a8.914 8.914 0 0 0-2.45-2.874l-3.619 4.787Zm.802.962c.128.235.273.67.273 1.44h6c0-1.503-.282-2.987-1.006-4.314l-5.267 2.874Zm.273 1.44c0 .806-.187 1.454-.522 2.017l5.157 3.067C60.559 57.525 61 55.806 61 53.992h-6Zm-.53 2.03c-.306.523-.776.989-1.528 1.38l2.767 5.324c1.647-.856 2.998-2.07 3.934-3.663l-5.172-3.04Zm-1.535 1.383c-.664.347-1.609.594-2.957.594v6c2.064 0 4.016-.377 5.737-1.277l-2.78-5.317ZM49.978 58c-1.24 0-2.154-.218-2.828-.543l-2.603 5.405C46.199 63.658 48.04 64 49.978 64v-6Zm-2.822-.54c-.707-.343-1.192-.779-1.54-1.303l-5 3.317c.983 1.48 2.319 2.607 3.924 3.385l2.616-5.4Zm-1.531-1.29a3.69 3.69 0 0 1-.49-1.124l-5.812 1.49a9.693 9.693 0 0 0 1.285 2.926l5.017-3.292Zm-3.395.456a6.54 6.54 0 0 0 1.07 1.872l4.641-3.803a.545.545 0 0 1-.089-.162l-5.622 2.093Zm1.096 1.904a7.558 7.558 0 0 0 3.103 2.192l2.155-5.6a1.565 1.565 0 0 1-.67-.458l-4.588 3.865Zm3.138 2.205c1.125.418 2.305.614 3.514.614v-6a4.058 4.058 0 0 1-1.428-.24l-2.086 5.626Zm3.514.614c1.384 0 2.73-.247 3.983-.804l-2.437-5.482c-.38.169-.877.285-1.546.285v6Zm4.005-.814c1.237-.561 2.312-1.387 3.125-2.504l-4.85-3.532c-.14.193-.36.393-.756.573l2.481 5.463Zm3.135-2.518c.875-1.216 1.28-2.614 1.28-4.072h-6c0 .31-.071.458-.15.568l4.87 3.504Zm1.28-4.072c0-1.328-.349-2.704-1.293-3.861l-4.65 3.792a.49.49 0 0 1-.073-.126c-.003-.009.016.047.016.195h6Zm-1.293-3.861c-.733-.899-1.653-1.57-2.675-2.05l-2.55 5.43c.321.152.485.301.576.412l4.65-3.792Zm-2.675-2.05a19.137 19.137 0 0 0-2.584-.984l-1.741 5.741c.655.2 1.245.425 1.774.674l2.55-5.431Zm-2.56-.977-2.733-.853-1.787 5.728 2.732.852 1.787-5.727Zm-2.727-.851c-1.396-.438-2.309-1.004-2.899-1.593l-4.239 4.246c1.434 1.431 3.267 2.42 5.34 3.071l1.797-5.724Zm-2.899-1.593c-.366-.365-.637-.882-.637-1.842h-6c0 2.306.74 4.434 2.398 6.088l4.24-4.246Zm-.637-1.842c0-.839.2-1.429.506-1.89l-4.995-3.323c-1.038 1.56-1.511 3.337-1.511 5.213h6Zm.504-1.886c.373-.56.871-1.003 1.557-1.34l-2.643-5.386c-1.597.784-2.92 1.92-3.905 3.395l4.99 3.33Zm1.566-1.343c.693-.344 1.514-.542 2.518-.542v-6c-1.828 0-3.574.37-5.178 1.163l2.66 5.379ZM50.195 39c1.032 0 1.83.2 2.467.52l2.698-5.36c-1.59-.8-3.335-1.16-5.165-1.16v6Zm2.482.528c.682.338 1.153.761 1.493 1.265l4.972-3.36c-.961-1.422-2.253-2.513-3.797-3.28l-2.668 5.375Zm1.502 1.277c.201.295.338.602.421.937l5.823-1.45a8.86 8.86 0 0 0-1.29-2.871l-4.954 3.384Zm.421.937a1.966 1.966 0 0 1 .446-1.781 1.704 1.704 0 0 1 1.26-.569v6c2.207 0 4.887-2.007 4.117-5.1l-5.823 1.45ZM43.487 57.324c-.47 0-.818-.195-1.002-.354a.845.845 0 0 1-.255-.344l5.623-2.093c-.503-1.35-1.92-3.21-4.366-3.21v6Zm1.648-2.278c.169.658-.046 1.3-.41 1.71-.336.379-.791.568-1.238.568v-6c-2.326 0-4.954 2.131-4.164 5.213l5.812-1.49Zm6.894-12.694c.52 1.273 1.911 3.04 4.277 3.04v-6c.472 0 .822.191 1.01.348.172.143.24.275.27.347l-5.557 2.264Z"
13
- stroke-width="3" mask="url(#a)" />
14
- <path d="M50 34v3" stroke-width="3" stroke-linecap="round" />
3
+ <defs/>
4
+ <path d="M85 22H24v44h61V22Z" fill="currentColor"/>
5
+ <path d="M13.5 76.5h73" stroke-width="3" stroke-miterlimit="10" stroke-linecap="round"/>
6
+ <path d="M80.5 26.5h-61v44h61v-44Z" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
7
+ <path stroke-width="2" d="M 46.948 38.127 L 46.945 38.128 C 46.017 38.527 45.253 39.095 44.688 39.848 L 44.685 39.854 C 44.127 40.608 43.829 41.526 43.837 42.466 C 43.837 43.266 44.032 44.005 44.457 44.643 L 44.462 44.65 L 44.467 44.658 C 44.862 45.221 45.367 45.697 45.951 46.055 L 45.96 46.061 C 46.505 46.393 47.078 46.666 47.675 46.884 L 47.686 46.888 C 48.248 47.084 48.77 47.245 49.253 47.371 L 51.746 48.035 L 51.752 48.037 C 52.357 48.194 53.039 48.413 53.803 48.698 L 53.805 48.699 C 54.523 48.965 55.212 49.328 55.871 49.792 L 55.881 49.799 C 56.506 50.228 57.032 50.791 57.422 51.447 C 57.79 52.06 58 52.851 58 53.866 C 58 55.011 57.699 56.024 57.104 56.933 L 57.101 56.937 C 56.517 57.837 55.648 58.578 54.444 59.145 L 54.441 59.146 C 53.268 59.702 51.799 60 50.004 60 C 48.335 60 46.936 59.733 45.783 59.231 C 44.629 58.724 43.752 58.033 43.12 57.17 C 42.769 56.687 42.498 56.147 42.32 55.574 C 42.285 55.473 42.31 55.36 42.385 55.284 C 42.5 55.16 42.662 55.091 42.83 55.094 C 43.122 55.094 43.513 55.355 43.783 55.95 C 43.972 56.367 44.22 56.745 44.526 57.083 L 44.534 57.091 C 45.194 57.802 46.017 58.32 46.979 58.655 L 46.988 58.658 C 47.934 58.976 48.943 59.132 50.005 59.132 C 51.234 59.132 52.369 58.934 53.392 58.523 L 53.398 58.52 C 54.417 58.1 55.264 57.503 55.901 56.711 L 55.904 56.707 C 56.563 55.876 56.891 54.9 56.891 53.819 C 56.891 52.831 56.606 51.946 55.976 51.245 C 55.418 50.625 54.705 50.145 53.864 49.787 C 53.044 49.441 52.202 49.151 51.343 48.918 L 48.323 48.065 C 46.492 47.543 45.105 46.817 44.113 45.919 C 43.197 45.09 42.728 44.015 42.728 42.609 C 42.728 41.424 43.047 40.428 43.669 39.582 C 44.321 38.697 45.201 37.998 46.339 37.492 L 46.342 37.491 C 47.487 36.977 48.783 36.712 50.245 36.712 C 51.723 36.712 53.005 36.976 54.104 37.477 L 54.109 37.479 C 55.221 37.979 56.072 38.651 56.69 39.479 L 56.693 39.483 C 57.041 39.944 57.293 40.435 57.452 40.953 C 57.464 40.988 57.467 41.026 57.458 41.063 C 57.448 41.102 57.428 41.139 57.401 41.169 C 57.295 41.277 57.15 41.338 56.999 41.334 C 56.733 41.334 56.365 41.101 56.093 40.546 C 55.718 39.779 55.14 39.157 54.396 38.674 C 53.2 37.897 51.767 37.535 50.148 37.535 C 48.968 37.535 47.894 37.722 46.948 38.127 Z" style=""/>
8
+ <path stroke-width="2" d="M 50.205 34.265 C 50.542 34.265 50.815 34.583 50.815 34.977 L 50.815 36.401 C 50.815 36.949 50.307 37.294 49.9 37.019 C 49.712 36.893 49.595 36.656 49.595 36.401 L 49.595 34.977 C 49.595 34.583 49.869 34.265 50.205 34.265 Z"/>
9
+ <path stroke-width="2" d="M 50.133 59.445 C 50.47 59.445 50.743 59.763 50.743 60.157 L 50.743 61.581 C 50.743 62.129 50.235 62.474 49.828 62.199 C 49.64 62.073 49.523 61.836 49.523 61.581 L 49.523 60.157 C 49.523 59.763 49.797 59.445 50.133 59.445 Z"/>
15
10
  </svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M164 132a8.004 8.004 0 0 1-6.015 7.752c.01.081.015.164.015.248v100c0 .084-.005.167-.015.248a8 8 0 1 1-3.97 0A2.026 2.026 0 0 1 154 240V140c0-.084.005-.167.015-.248A8 8 0 1 1 164 132Zm-38 20a8.004 8.004 0 0 1-6.015 7.752c.01.081.015.164.015.248v30.349c0 .586-.257 1.143-.703 1.523L82 223.631V240c0 .084-.005.167-.015.248a8 8 0 1 1-3.97 0A2.026 2.026 0 0 1 78 240v-17.293a2 2 0 0 1 .703-1.523L116 189.425V160c0-.084.005-.167.015-.248A8 8 0 1 1 126 152Zm11.985 25.752c.01.081.015.164.015.248v27.387a2 2 0 0 1-.614 1.442L120 223.545V240c0 .084-.005.167-.015.248a8 8 0 1 1-3.97 0A2.026 2.026 0 0 1 116 240v-17.306c0-.544.222-1.065.614-1.442L134 204.536V178c0-.084.005-.167.015-.248a8 8 0 1 1 3.97 0Zm54.03-18c-.01.081-.015.164-.015.248v30.349c0 .586.257 1.143.703 1.523L230 223.631V240c0 .084.005.167.015.248a8 8 0 1 0 3.97 0c.01-.081.015-.164.015-.248v-17.293c0-.586-.257-1.143-.703-1.523L196 189.425V160c0-.084-.005-.167-.015-.248a8 8 0 1 0-3.97 0ZM174 178c0-.084.005-.167.015-.248a8 8 0 1 1 3.97 0c.01.081.015.164.015.248v26.536l17.386 16.716c.392.377.614.898.614 1.442V240c0 .084-.005.167-.015.248a8 8 0 1 1-3.97 0A2.026 2.026 0 0 1 192 240v-16.455l-17.386-16.716a2 2 0 0 1-.614-1.442V178Z" fill="#E8E9EE" style="mix-blend-mode:multiply"/><path fill-rule="evenodd" clip-rule="evenodd" d="M217.879 110.52a42.422 42.422 0 0 1-2.854 15.347 31.557 31.557 0 0 1 3.799-.229c17.218 0 31.176 13.96 31.176 31.181S236.042 188 218.824 188c-.316 0-.631-.005-.945-.014V188H96.01v-.003c-.157.002-.315.003-.472.003C77.015 188 62 172.982 62 154.457c0-18.526 15.015-33.543 33.538-33.543.449 0 .895.008 1.34.026a22.215 22.215 0 0 1-.868-6.168c0-12.264 9.94-22.205 22.201-22.205a22.138 22.138 0 0 1 16.092 6.906C139.165 81.346 155.708 68 175.366 68c23.479 0 42.513 19.037 42.513 42.52Z" fill="#E8E9EE" style="mix-blend-mode:multiply"/><path fill-rule="evenodd" clip-rule="evenodd" d="M205.879 98.52a42.422 42.422 0 0 1-2.854 15.347 31.557 31.557 0 0 1 3.799-.229c17.218 0 31.176 13.96 31.176 31.181S224.042 176 206.824 176c-.316 0-.631-.005-.945-.014V176H84.01v-.003c-.157.002-.315.003-.472.003C65.015 176 50 160.982 50 142.457c0-18.526 15.015-33.543 33.538-33.543.449 0 .895.008 1.34.026a22.215 22.215 0 0 1-.868-6.168c0-12.264 9.94-22.205 22.201-22.205a22.138 22.138 0 0 1 16.092 6.906C127.165 69.346 143.708 56 163.366 56c23.479 0 42.513 19.037 42.513 42.52Z" fill="#fff"/><path d="m203.025 113.867-.466-.181a.502.502 0 0 0 .527.677l-.061-.496Zm2.854 62.119.015-.5a.5.5 0 0 0-.515.5h.5Zm0 .014v.5a.5.5 0 0 0 .5-.5h-.5Zm-51.959 0v-.5a.5.5 0 0 0-.5.5h.5Zm0 0v.5a.5.5 0 0 0 .5-.5h-.5Zm-69.91 0h-.5a.5.5 0 0 0 .5.5v-.5Zm0-.003h.5a.5.5 0 0 0-.507-.5l.007.5Zm.868-67.057-.02.5a.5.5 0 0 0 .5-.639l-.48.139Zm37.425-21.467-.363.345a.501.501 0 0 0 .846-.215l-.483-.13Zm81.189 26.574a42.914 42.914 0 0 0 2.887-15.527h-1a41.92 41.92 0 0 1-2.82 15.166l.933.361Zm3.332-.909c-1.306 0-2.594.079-3.859.233l.121.992a30.956 30.956 0 0 1 3.738-.225v-1Zm31.676 31.681c0-17.497-14.182-31.681-31.676-31.681v1c16.942 0 30.676 13.736 30.676 30.681h1ZM206.824 176.5c17.494 0 31.676-14.184 31.676-31.681h-1c0 16.945-13.734 30.681-30.676 30.681v1Zm-.96-.014c.319.009.639.014.96.014v-1c-.311 0-.621-.005-.93-.014l-.03 1Zm-.485-.5V176h1v-.014h-1Zm.5-.486H153.92v1h51.959v-1Zm-51.459.5h-1 1Zm-70.41.5h69.91v-1H84.01v1Zm-.5-.503V176h1v-.003h-1Zm.028.503.48-.003-.015-1-.465.003v1ZM49.5 142.457c0 18.801 15.24 34.043 34.038 34.043v-1c-18.246 0-33.038-14.794-33.038-33.043h-1Zm34.038-34.043c-18.799 0-34.038 15.241-34.038 34.043h1c0-18.25 14.792-33.043 33.038-33.043v-1Zm1.36.026a36.11 36.11 0 0 0-1.36-.026v1c.442 0 .882.008 1.32.026l.04-1Zm-1.388-5.668c0 2.187.31 4.304.888 6.306l.96-.277a21.715 21.715 0 0 1-.848-6.029h-1Zm22.701-22.705c-12.537 0-22.7 10.165-22.7 22.705h1c0-11.988 9.715-21.705 21.7-21.705v-1Zm16.454 7.062a22.636 22.636 0 0 0-16.454-7.062v1a21.635 21.635 0 0 1 15.729 6.75l.725-.688ZM163.366 55.5c-19.89 0-36.627 13.504-41.546 31.844l.966.259c4.805-17.914 21.153-31.103 40.58-31.103v-1Zm43.013 43.02c0-23.76-19.257-43.02-43.013-43.02v1c23.203 0 42.013 18.813 42.013 42.02h1Z" fill="#06040F"/><path fill-rule="evenodd" clip-rule="evenodd" d="M182 146a2 2 0 0 0-2 2v30.349c0 .586.257 1.143.703 1.523L218 211.631V228a2 2 0 1 0 4 0v-17.293c0-.586-.257-1.143-.703-1.523L184 177.425V148a2 2 0 0 0-2-2Z" fill="#E8E9EE" stroke="#06040F" stroke-linecap="round" stroke-linejoin="round"/><circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 228 228)" fill="#C5C9D4" stroke="#06040F" stroke-linecap="round" stroke-linejoin="round"/><circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 190 132)" fill="#C5C9D4" stroke="#06040F" stroke-linecap="round" stroke-linejoin="round"/><path fill-rule="evenodd" clip-rule="evenodd" d="M164 164a2 2 0 0 0-2 2v27.387a2 2 0 0 0 .614 1.442L180 211.545V228a2 2 0 1 0 4 0v-17.306c0-.544-.222-1.065-.614-1.442L166 192.536V166a2 2 0 0 0-2-2Z" fill="#E8E9EE" stroke="#06040F" stroke-linecap="round" stroke-linejoin="round"/><circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 190 228)" fill="#C5C9D4" stroke="#06040F" stroke-linecap="round" stroke-linejoin="round"/><circle cx="8" cy="8" r="8" transform="matrix(-1 0 0 1 172 150)" fill="#C5C9D4" stroke="#06040F" stroke-linecap="round" stroke-linejoin="round"/><path fill-rule="evenodd" clip-rule="evenodd" d="M144 126a2 2 0 0 1 2 2v100a2 2 0 1 1-4 0V128a2 2 0 0 1 2-2Z" fill="#E8E9EE" stroke="#06040F" stroke-linecap="round" stroke-linejoin="round"/><circle cx="144" cy="236" r="8" fill="#C5C9D4" stroke="#06040F" stroke-linecap="round" stroke-linejoin="round"/><circle cx="144" cy="120" r="8" fill="#C5C9D4" stroke="#06040F"/><path fill-rule="evenodd" clip-rule="evenodd" d="M124 164a2 2 0 0 1 2 2v27.387a2 2 0 0 1-.614 1.442L108 211.545V228a2 2 0 1 1-4 0v-17.306c0-.544.222-1.065.614-1.442L122 192.536V166a2 2 0 0 1 2-2Z" fill="#E8E9EE" stroke="#06040F" stroke-linecap="round" stroke-linejoin="round"/><circle cx="106" cy="236" r="8" fill="#C5C9D4" stroke="#06040F" stroke-linecap="round" stroke-linejoin="round"/><circle cx="124" cy="158" r="8" fill="#C5C9D4" stroke="#06040F" stroke-linecap="round" stroke-linejoin="round"/><path fill-rule="evenodd" clip-rule="evenodd" d="M106 146a2 2 0 0 1 2 2v30.349c0 .586-.257 1.143-.703 1.523L70 211.631V228a2 2 0 1 1-4 0v-17.293a2 2 0 0 1 .703-1.523L104 177.425V148a2 2 0 0 1 2-2Z" fill="#E8E9EE" stroke="#06040F" stroke-linecap="round" stroke-linejoin="round"/><circle cx="106" cy="140" r="8" fill="#C5C9D4" stroke="#06040F" stroke-linecap="round" stroke-linejoin="round"/><circle cx="68" cy="236" r="8" fill="#C5C9D4" stroke="#06040F" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,21 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 300 300">
2
- <path fill="#F3F4F6" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M139.928 250.32H22.696V132.805c0-32.223 26.114-58.344 58.344-58.344h.544c32.23 0 58.344 26.121 58.344 58.344V250.32Z"/>
3
- <path fill="#C5C9D4" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M65.566 122.897 1 225.744l45.49 28.559 64.567-102.848-45.49-28.558Z"/>
4
- <path stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M74.168 200.269c6.56-9.926 3.82-23.298-6.12-29.867-9.94-6.57-23.317-3.848-29.877 6.078-6.56 9.926-3.82 23.298 6.12 29.867 9.94 6.569 23.317 3.848 29.877-6.078Z"/>
5
- <path fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M170.497 90.614 64.213 138.27l212.568-.03-106.284-47.634v.008Z"/>
6
- <path fill="#F3F4F6" d="M153.602 133.968s-6.453-.107-10.94-3.43c5.206-1.768 8.575-1.033 8.575-1.033s-5.061-4.961-6.607-10.029c3.292.781 6.5 3.598 8.498 5.68a31.15 31.15 0 0 1 2.067 2.35s-2.864-12.907-.329-17.049c3.644 3.323 4.011 16.475 4.011 16.475s3.292-7.097 7.985-10.121c.1-.068.199-.13.299-.191-.039.421-.399 2.565-.567 3.2a38.324 38.324 0 0 1-3.261 8.207s1.447-.689 4.846-1.049c.122-.015 2.473-.199 3.751-.214-.919 1.095-3.277 2.947-3.391 3.024-3.369 2.304-6.829 3.131-6.829 3.131a7.737 7.737 0 0 1 3.2 2.297c-2.718.505-6.982-1.271-6.982-1.271-1.309.857-2.419 1.523-3.392 2.013-1.385.697-2.511 1.042-3.59 1.065.467-1.524 2.656-3.063 2.656-3.063v.008Zm45.292-8.927s1.753 6.217-.146 11.461c-3.185-4.479-3.452-7.916-3.452-7.916s-3.3 6.27-7.71 9.202c-.199-3.376 1.585-7.258 2.994-9.776a30.44 30.44 0 0 1 1.661-2.657s-11.537 6.454-16.238 5.221c2.136-4.448 14.623-8.574 14.623-8.574s-7.74-1.118-11.989-4.739a8.136 8.136 0 0 1-.268-.237c.421-.084 2.572-.352 3.23-.375a38.527 38.527 0 0 1 8.797.765s-1.072-1.186-2.396-4.341c-.046-.114-.896-2.312-1.287-3.537 1.31.559 3.767 2.29 3.874 2.381 3.17 2.565 4.961 5.643 4.961 5.643a7.733 7.733 0 0 1 1.286-3.721c1.271 2.457.789 7.051.789 7.051 1.202 1.01 2.159 1.875 2.909 2.672 1.072 1.133 1.715 2.105 2.052 3.131-1.593-.008-3.69-1.661-3.69-1.661v.007Z"/>
7
- <path fill="#F3F4F6" d="M178.581 98.95s6.01 5.62 7.955 11.461c-3.843-.819-7.648-3.996-10.029-6.354-1.524-1.508-2.465-2.672-2.465-2.672s3.69 14.913.865 19.805c-4.326-3.759-5.122-19.024-5.122-19.024s-3.629 8.337-8.988 11.989l-.344.23c.038-.49.39-2.994.566-3.736a44.502 44.502 0 0 1 3.56-9.624s-1.661.835-5.604 1.355c-.138.016-2.863.299-4.356.36 1.034-1.294 3.721-3.514 3.851-3.613 3.851-2.772 7.847-3.836 7.847-3.836-1.462-.52 4.371-1.301 4.371-1.301 1.501-1.034 7.901 4.968 7.901 4.968l-.008-.007Z"/>
8
- <path fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M270.137 138.27H74.901v91.049h195.236V138.27Z"/>
9
- <path fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M74.901 137.788h18.19v91.524h-18.19v-91.524Zm29.513 0h18.19v91.524h-18.19v-91.524Zm29.505 0h18.19v91.524h-18.19v-91.524Zm29.504 0h18.19v91.524h-18.19v-91.524Zm29.515 0h18.189v91.524h-18.189v-91.524 0Zm29.505 0h18.19v91.524h-18.19v-91.524Zm29.511 0h18.19v91.524h-18.19v-91.524Zm-50.497-23.342-28.938-17.333-29.077 17.333V74.575c0-15.947 12.923-28.877 28.87-28.877h.268c15.947 0 28.87 12.922 28.87 28.877v39.871h.007Z"/>
10
- <path fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="m202.583 115.693-30.646-18.588-29.62 18.588V84.856h60.266v30.837Zm2.318-30.837h-64.905l-2.603-8.153h70.111l-2.603 8.153Z"/>
11
- <path fill="#C5C9D4" d="M202.583 84.856h-60.266v5.757h60.266v-5.757Z" opacity=".6" style="mix-blend-mode:multiply"/>
12
- <path fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M285.884 229.312v20.999H59.154v-20.999h226.73ZM72.397 138.27H95.6l-2.603 8.521H74.992l-2.596-8.521Zm29.507 0h23.204l-2.595 8.521h-18.014l-2.595-8.521Zm29.503 0h23.212l-2.603 8.521H134.01l-2.603-8.521Zm29.513 0h23.204l-2.595 8.521h-18.014l-2.595-8.521Zm29.505 0h23.204l-2.595 8.521h-18.006l-2.603-8.521Zm29.505 0h23.212l-2.603 8.521h-18.006l-2.603-8.521Zm29.513 0h23.205l-2.596 8.521h-18.014l-2.595-8.521Z"/>
13
- <path fill="#C5C9D4" d="m72.942 138.653 2.358 29.949 194.469-22.171 2.366-7.778H72.942Z" opacity=".6" style="mix-blend-mode:multiply"/>
14
- <path fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M198.654 229.312h-52.227v7.112h52.227v-7.112Z"/>
15
- <path fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M203.678 236.087h-62.272v7.112h62.272v-7.112Zm6.964 7.112h-76.205v7.112h76.205v-7.112ZM170.497 90.614 64.213 138.27l212.568-.03-106.284-47.634v.008Zm1.554 41.011c-8.145 0-14.752-6.607-14.752-14.752 0-8.146 6.607-14.753 14.752-14.753 8.146 0 14.753 6.607 14.753 14.753 0 8.145-6.607 14.752-14.753 14.752Zm92.043 102.608a6.24 6.24 0 0 0 .329-1.975 6.163 6.163 0 0 0-12.325 0c0 .689.122 1.355.329 1.975 0 0 1.623 5.122 2.718 8.069 1.929 5.191 3.123 8.452 3.123 8.452s1.194-3.269 3.124-8.452l2.71-8.069h-.008Z"/>
16
- <path fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M269.676 244.208a4.582 4.582 0 0 0 1.156-.964 4.63 4.63 0 0 0-7.02-6.041 4.565 4.565 0 0 0-.781 1.287s-1.585 3.705-2.404 5.917a2255.96 2255.96 0 0 1-2.366 6.347s2.282-1.271 5.926-3.284l5.497-3.262h-.008Zm-17.34 3.269c3.644 2.006 5.925 3.285 5.925 3.285s-.919-2.443-2.366-6.347c-.819-2.212-2.403-5.925-2.403-5.925a4.785 4.785 0 0 0-.781-1.287 4.632 4.632 0 0 0-7.021 6.041c.337.39.735.712 1.156.964l5.497 3.262-.007.007Zm38.805-13.243a6.24 6.24 0 0 0 .329-1.975 6.163 6.163 0 0 0-12.325 0c0 .689.122 1.355.329 1.975 0 0 1.623 5.121 2.718 8.069a2010.29 2010.29 0 0 1 3.123 8.452s1.195-3.269 3.124-8.452l2.71-8.069h-.008Z"/>
17
- <path fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M296.723 244.209a4.582 4.582 0 0 0 1.156-.964 4.63 4.63 0 1 0-7.801-4.755s-1.585 3.706-2.404 5.918c-1.447 3.897-2.365 6.347-2.365 6.347s2.281-1.271 5.925-3.285l5.497-3.261h-.008Zm-17.34 3.269c3.644 2.006 5.925 3.284 5.925 3.284s-.918-2.442-2.365-6.346c-.82-2.213-2.404-5.926-2.404-5.926a4.796 4.796 0 0 0-.781-1.286 4.631 4.631 0 0 0-7.02 6.041c.336.39.735.712 1.156.964l5.496 3.261-.007.008Zm-42.893-13.175a6.24 6.24 0 0 0 .329-1.975 6.164 6.164 0 0 0-12.326 0c0 .689.123 1.355.33 1.975 0 0 1.623 5.122 2.717 8.069 1.93 5.191 3.124 8.452 3.124 8.452s1.194-3.269 3.123-8.452l2.711-8.069h-.008Z"/>
18
- <path fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M242.072 244.278a4.582 4.582 0 0 0 1.156-.964 4.63 4.63 0 1 0-7.801-4.755s-1.585 3.706-2.404 5.918a2255.96 2255.96 0 0 1-2.366 6.347s2.282-1.271 5.926-3.284l5.497-3.262h-.008Zm-17.341 3.262a958.053 958.053 0 0 1 5.926 3.284s-.919-2.442-2.366-6.347c-.819-2.212-2.404-5.925-2.404-5.925a4.755 4.755 0 0 0-.781-1.286 4.63 4.63 0 0 0-7.02 6.04c.337.39.735.712 1.156.965l5.497 3.261-.008.008Zm-120.739-12.785a6.24 6.24 0 0 0 .329-1.975 6.163 6.163 0 0 0-12.325 0c0 .689.122 1.355.329 1.975 0 0 1.623 5.121 2.718 8.069 1.929 5.19 3.123 8.452 3.123 8.452s1.194-3.269 3.124-8.452l2.71-8.069h-.008Z"/>
19
- <path fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M109.574 244.73a4.586 4.586 0 0 0 1.156-.965 4.631 4.631 0 0 0-7.02-6.04 4.574 4.574 0 0 0-.781 1.286s-1.585 3.706-2.404 5.918c-1.447 3.897-2.366 6.347-2.366 6.347s2.282-1.271 5.926-3.285l5.497-3.261h-.008Zm-17.34 3.261c3.644 2.006 5.925 3.284 5.925 3.284s-.919-2.442-2.366-6.346c-.819-2.213-2.404-5.926-2.404-5.926a4.79 4.79 0 0 0-.78-1.286 4.631 4.631 0 0 0-7.02 6.041c.336.39.734.712 1.155.964l5.497 3.262-.007.007Zm-16.69-13.236c.206-.62.329-1.286.329-1.975a6.164 6.164 0 0 0-12.326 0c0 .689.123 1.355.33 1.975 0 0 1.622 5.121 2.717 8.069 1.93 5.19 3.124 8.452 3.124 8.452s1.194-3.269 3.123-8.452l2.71-8.069h-.007Zm5.589 9.975a4.631 4.631 0 1 0-5.864-7.005 4.574 4.574 0 0 0-.78 1.286s-1.586 3.706-2.405 5.918c-1.447 3.897-2.365 6.347-2.365 6.347s2.281-1.271 5.925-3.285l5.497-3.261h-.008Z"/>
20
- <path fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M63.793 247.991c3.644 2.006 5.925 3.284 5.925 3.284s-.918-2.442-2.365-6.346c-.82-2.213-2.404-5.926-2.404-5.926a4.795 4.795 0 0 0-.781-1.286 4.631 4.631 0 0 0-7.02 6.041c.337.39.735.712 1.156.964l5.496 3.262-.007.007Z"/>
21
- </svg>
1
+ <svg viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M132 97v-1.478C132 82.528 142.247 72 154.894 72h.212C167.753 72 178 82.528 178 95.522V97h7l-2.189 7H179v15.039l64 27.936-87 .012L69 147l62-27.08V104h-2.811L126 97h6Zm63 50H75l2 7v67H64v16h56v3h71v-3h57v-16h-13v-67l2-7h-42Z" fill="#E8E9EE" style="mix-blend-mode:multiply"/><path d="m166 116-22.945-14.124L120 116V83.522C120 70.528 130.247 60 142.894 60h.212C155.753 60 166 70.528 166 83.522V116Z" fill="#fff" stroke="#27282A" stroke-linecap="round" stroke-linejoin="round"/><path d="M166 92h-46v5h46v-5Z" fill="#E8E9EE" style="mix-blend-mode:multiply"/><path d="M170.811 92h-54.622L114 85h59l-2.189 7ZM57 135l87-38 87 37.974-87 .013L57 135Z" fill="#fff" stroke="#27282A" stroke-linecap="round" stroke-linejoin="round"/><circle cx="144" cy="117" r="12" fill="#E8E9EE"/><path d="M146.355 122.526s3.467-.5 5.645-2.595c-2.922-.586-4.685.044-4.685.044s2.377-3.009 2.852-5.837c-1.711.647-3.241 2.379-4.175 3.63-.596.801-.942 1.405-.942 1.405s.64-7.121-1.011-9.173c-1.729 2.035-1.011 9.112-1.011 9.112s-2.265-3.577-4.997-4.879c-.06-.026-.112-.052-.173-.078.052.224.398 1.345.528 1.681a20.683 20.683 0 0 0 2.325 4.173s-.83-.267-2.68-.224c-.069 0-1.339.069-2.031.146.571.526 1.971 1.354 2.031 1.388 1.971 1 3.89 1.207 3.89 1.207a4.142 4.142 0 0 0-1.556 1.457c1.496.087 3.665-1.163 3.665-1.163.77.37 1.409.655 1.962.844.796.276 1.427.38 2.006.319-.355-.784-1.643-1.457-1.643-1.457ZM223 135H65v74h158v-74Z" fill="#C5C9D4"/><path d="M236 209v16H52v-16h184Z" fill="#fff" stroke="#27282A" stroke-linecap="round" stroke-linejoin="round"/><path d="M179 222h-71v6h71v-6ZM172 216h-57v6h57v-6ZM168 209h-49v7h49v-7ZM209 142h14v67h-14v-67ZM207 135h18l-2 7h-14l-2-7ZM185 142h14v67h-14v-67ZM183 135h18l-2 7h-14l-2-7ZM161 142h14v67h-14v-67ZM159 135h18l-2 7h-14l-2-7ZM137 142h14v67h-14v-67ZM135 135h18l-2 7h-14l-2-7ZM113 142h14v67h-14v-67ZM111 135h18l-2 7h-14l-2-7ZM89 142h14v67H89v-67ZM87 135h18l-2 7H89l-2-7ZM65 142h14v67H65v-67ZM63 135h18l-2 7H65l-2-7Z" fill="#fff" stroke="#27282A" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M87.329 85.84c-1.01-3.747 1.22-7.598 4.98-8.6 3.762-1.002 7.63 1.224 8.64 4.973l15.016 55.72h81.01l15.017-55.72c1.01-3.749 4.877-5.975 8.638-4.973 3.761 1.002 5.991 4.853 4.981 8.6l-14.039 52.093h33.066c2.961 0 5.362 2.394 5.362 5.346v11.739c0 2.952-2.401 5.346-5.362 5.346H240.6l-11.431 65.755C228.076 232.408 222.602 237 216.2 237H95.8c-6.402 0-11.876-4.592-12.969-10.881l-11.43-65.755h-4.039c-2.961 0-5.362-2.394-5.362-5.346v-11.739c0-2.952 2.4-5.346 5.362-5.346h34.006L87.329 85.841Z" fill="#E8E9EE" style="mix-blend-mode:multiply"/><path d="M59 147h170l-11.96 69.691a10 10 0 0 1-9.856 8.309H80.816a10 10 0 0 1-9.856-8.309L59 147Z" fill="#C5C9D4" stroke="#06040F"/><path d="M186 203a6 6 0 1 0 12 0v-34a6 6 0 1 0-12 0v34ZM162 203a6 6 0 1 0 12 0v-34a6 6 0 1 0-12 0v34ZM138 203a6 6 0 1 0 12 0v-34a6 6 0 1 0-12 0v34ZM114 203a6 6 0 1 0 12 0v-34a6 6 0 1 0-12 0v34ZM90 203a6 6 0 1 0 12 0v-34a6 6 0 1 0-12 0v34Z" fill="#fff"/><rect x="50" y="125" width="188" height="22" rx="10" fill="#fff" stroke="#06040F"/><rect x="-.616" y=".355" width="13.086" height="78.243" rx="6.543" transform="matrix(-.96731 -.25358 -.26415 .96448 214.883 66.428)" fill="#fff" stroke="#06040F"/><rect x=".616" y=".355" width="13.086" height="78.243" rx="6.543" transform="matrix(.96731 -.25358 .26415 .96448 73.926 66.74)" fill="#fff" stroke="#06040F"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M82 77c0-5.523 4.477-10 10-10h128c5.523 0 10 4.477 10 10v158c0 5.523-4.477 10-10 10H92c-5.523 0-10-4.477-10-10V77Z" fill="#E8E9EE" style="mix-blend-mode:multiply"/><path d="M70.5 65a9.5 9.5 0 0 1 9.5-9.5h128a9.5 9.5 0 0 1 9.5 9.5v158a9.5 9.5 0 0 1-9.5 9.5H80a9.5 9.5 0 0 1-9.5-9.5V65Z" fill="#fff" stroke="#06040F"/><rect x="176" y="187" width="30" height="34" rx="4" fill="#E8E9EE"/><rect x="176" y="173" width="30" height="8" rx="4" fill="#C5C9D4"/><rect x="176" y="143" width="30" height="24" rx="4" fill="#E8E9EE"/><rect x="107" y="213" width="36" height="6" rx="3" fill="#E8E9EE"/><rect x="107" y="204" width="59" height="6" rx="3" fill="#C5C9D4"/><rect x="82" y="201" width="20" height="20" rx="10" fill="#E8E9EE"/><rect x="107" y="183" width="36" height="6" rx="3" fill="#E8E9EE"/><rect x="107" y="174" width="59" height="6" rx="3" fill="#C5C9D4"/><rect x="82" y="171" width="20" height="20" rx="10" fill="#E8E9EE"/><rect x="107" y="153" width="36" height="6" rx="3" fill="#E8E9EE"/><rect x="107" y="144" width="59" height="6" rx="3" fill="#C5C9D4"/><rect x="82" y="141" width="20" height="20" rx="10" fill="#E8E9EE"/><rect x="117" y="108" width="51.58" height="6" rx="3" fill="#C5C9D4"/><rect x="117" y="117" width="89" height="16" rx="4" fill="#E8E9EE"/><rect x="82" y="103" width="30" height="30" rx="4" fill="#E8E9EE"/><rect x="82" y="67" width="124" height="28" rx="4" fill="#E8E9EE"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M67 96c0-5.523 4.477-10 10-10h158c5.523 0 10 4.477 10 10v128c0 5.523-4.477 10-10 10H77c-5.523 0-10-4.477-10-10V96Z" fill="#E8E9EE" style="mix-blend-mode:multiply"/><path d="M55 106h178v106c0 5.523-4.477 10-10 10H65c-5.523 0-10-4.477-10-10V106Z" fill="#fff"/><path d="M55 106h178v106c0 5.523-4.477 10-10 10H65c-5.523 0-10-4.477-10-10V106Z" stroke="#06040F"/><path d="M220 204.44c0 2.526-2.029 4.56-4.515 4.56-2.487 0-4.516-2.034-4.516-4.56 0-2.527 2.029-4.561 4.516-4.561 2.486 0 4.515 2.034 4.515 4.561ZM196.172 204.44c0 2.526-2.03 4.56-4.516 4.56s-4.515-2.034-4.515-4.56c0-2.527 2.029-4.561 4.515-4.561 2.486 0 4.516 2.034 4.516 4.561ZM172.344 204.44c0 2.526-2.03 4.56-4.516 4.56s-4.515-2.034-4.515-4.56c0-2.527 2.029-4.561 4.515-4.561 2.486 0 4.516 2.034 4.516 4.561Z" fill="#fff" stroke="#E8E9EE" stroke-width="2"/><ellipse cx="144" cy="204.44" rx="5.515" ry="5.56" fill="#E8E9EE"/><ellipse cx="120.172" cy="204.44" rx="5.515" ry="5.56" fill="#E8E9EE"/><ellipse cx="96.343" cy="204.44" rx="5.515" ry="5.56" fill="#E8E9EE"/><ellipse cx="72.515" cy="204.44" rx="5.515" ry="5.56" fill="#E8E9EE"/><ellipse cx="215.484" cy="184.22" rx="5.515" ry="5.56" fill="#E8E9EE"/><ellipse cx="191.656" cy="184.22" rx="5.515" ry="5.56" fill="#E8E9EE"/><ellipse cx="167.828" cy="184.22" rx="5.515" ry="5.56" fill="#E8E9EE"/><ellipse cx="144" cy="184.22" rx="5.515" ry="5.56" fill="#E8E9EE"/><ellipse cx="120.172" cy="184.22" rx="5.515" ry="5.56" fill="#E8E9EE"/><ellipse cx="96.343" cy="184.22" rx="5.515" ry="5.56" fill="#E8E9EE"/><ellipse cx="72.515" cy="184.22" rx="5.515" ry="5.56" fill="#E8E9EE"/><ellipse cx="215.484" cy="164" rx="5.515" ry="5.56" fill="#E8E9EE"/><ellipse cx="191.656" cy="164" rx="5.515" ry="5.56" fill="#E8E9EE"/><ellipse cx="167.828" cy="164" rx="5.515" ry="5.56" fill="#E8E9EE"/><ellipse cx="144" cy="164" rx="5.515" ry="5.56" fill="#E8E9EE"/><ellipse cx="120.172" cy="164" rx="5.515" ry="5.56" fill="#E8E9EE"/><ellipse cx="96.343" cy="164" rx="5.515" ry="5.56" fill="#E8E9EE"/><ellipse cx="72.515" cy="164" rx="5.515" ry="5.56" fill="#E8E9EE"/><ellipse cx="215.484" cy="143.78" rx="5.515" ry="5.56" fill="#E8E9EE"/><ellipse cx="191.656" cy="143.78" rx="5.515" ry="5.56" fill="#E8E9EE"/><ellipse cx="167.828" cy="143.78" rx="5.515" ry="5.56" fill="#E8E9EE"/><ellipse cx="144" cy="143.78" rx="5.515" ry="5.56" fill="#E8E9EE"/><ellipse cx="120.172" cy="143.78" rx="5.515" ry="5.56" fill="#E8E9EE"/><ellipse cx="96.343" cy="143.78" rx="5.515" ry="5.56" fill="#E8E9EE"/><ellipse cx="72.515" cy="143.78" rx="5.515" ry="5.56" fill="#E8E9EE"/><ellipse cx="215.484" cy="123.56" rx="5.515" ry="5.56" fill="#E8E9EE"/><ellipse cx="191.656" cy="123.56" rx="5.515" ry="5.56" fill="#E8E9EE"/><ellipse cx="167.828" cy="123.56" rx="5.515" ry="5.56" fill="#E8E9EE"/><ellipse cx="144" cy="123.56" rx="5.515" ry="5.56" fill="#E8E9EE"/><ellipse cx="120.172" cy="123.56" rx="5.515" ry="5.56" fill="#E8E9EE"/><ellipse cx="96.343" cy="123.56" rx="5.515" ry="5.56" fill="#E8E9EE"/><path d="M77.03 123.56c0 2.527-2.029 4.561-4.515 4.561-2.486 0-4.515-2.034-4.515-4.561 0-2.526 2.03-4.56 4.515-4.56 2.486 0 4.516 2.034 4.516 4.56Z" fill="#fff" stroke="#E8E9EE" stroke-width="2"/><path d="M55 84c0-5.523 4.477-10 10-10h158c5.523 0 10 4.477 10 10v22H55V84Z" fill="#C5C9D4" stroke="#06040F"/><rect x="67" y="91" width="154" height="6" rx="3" fill="#E8E9EE"/><path fill-rule="evenodd" clip-rule="evenodd" d="M208 63a3 3 0 0 1 3 3v15a3 3 0 1 1-6 0V66a3 3 0 0 1 3-3ZM176 63a3 3 0 0 1 3 3v15a3 3 0 0 1-6 0V66a3 3 0 0 1 3-3ZM144 63a3 3 0 0 1 3 3v15a3 3 0 1 1-6 0V66a3 3 0 0 1 3-3ZM112 63a3 3 0 0 1 3 3v15a3 3 0 1 1-6 0V66a3 3 0 0 1 3-3ZM80 63a3 3 0 0 1 3 3v15a3 3 0 1 1-6 0V66a3 3 0 0 1 3-3Z" fill="#E8E9EE" stroke="#06040F" stroke-linecap="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M67 92c0-5.523 4.477-10 10-10h158c5.523 0 10 4.477 10 10v128c0 5.523-4.477 10-10 10H77c-5.523 0-10-4.477-10-10V92Z" fill="#E8E9EE" style="mix-blend-mode:multiply"/><path d="M55 92h178v116c0 5.523-4.477 10-10 10H65c-5.523 0-10-4.477-10-10V92Z" fill="#fff" stroke="#06040F"/><rect x="175" y="104" width="46" height="102" rx="4" fill="#E8E9EE"/><rect x="67" y="161" width="96" height="45" rx="4" fill="#E8E9EE"/><rect x="67" y="104" width="96" height="45" rx="4" fill="#E8E9EE"/><path d="M55 92h178V80c0-5.523-4.477-10-10-10H65c-5.523 0-10 4.477-10 10v12Z" fill="#C5C9D4" stroke="#06040F"/><circle cx="94" cy="82" r="3" fill="#E8E9EE" stroke="#06040F"/><circle cx="82" cy="82" r="3" fill="#E8E9EE" stroke="#06040F"/><circle cx="70" cy="82" r="3" fill="#E8E9EE" stroke="#06040F"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M234.206 81.52c1.46-1.44 1.694-3.556.523-4.728-1.172-1.171-3.305-.954-4.765.486l-15.002 14.79-9.404-9.337a10.367 10.367 0 0 0-7.279-3.004l-38.039-.102a10.412 10.412 0 0 0-7.363 3.019l-82.6 82.016c-4.048 4.018-4.054 10.527-.015 14.537l61.719 61.281c4.039 4.011 10.595 4.004 14.642-.015l82.6-82.015a10.264 10.264 0 0 0 3.04-7.311l-.103-37.769a10.223 10.223 0 0 0-3.025-7.228l-9.915-9.845 14.986-14.775Zm-27.969 19.149-13.713 13.519c-1.46 1.439-1.694 3.556-.523 4.728 1.172 1.171 3.305.954 4.766-.485l13.744-13.551c3.928 5.833 3.312 13.814-1.847 18.973-5.858 5.858-15.355 5.858-21.213 0-5.858-5.858-5.858-15.356 0-21.214 5.104-5.103 12.971-5.76 18.786-1.97Z" fill="#E8E9EE" style="mix-blend-mode:multiply"/><path fill-rule="evenodd" clip-rule="evenodd" d="M205.558 65.73a10.37 10.37 0 0 0-7.279-3.003l-38.04-.101a10.411 10.411 0 0 0-7.362 3.018l-82.6 82.016c-4.048 4.018-4.055 10.527-.016 14.538l61.72 61.28c4.039 4.011 10.594 4.004 14.642-.015l82.6-82.015a10.267 10.267 0 0 0 3.04-7.311l-.103-37.77a10.226 10.226 0 0 0-3.025-7.227l-23.577-23.41Zm-18.107 41.123c5.857 5.858 15.355 5.858 21.213 0 5.858-5.858 5.858-15.355 0-21.213-5.858-5.858-15.356-5.858-21.213 0-5.858 5.858-5.858 15.355 0 21.213Z" fill="#fff"/><path d="m198.279 62.727-.002.5.002-.5Zm7.279 3.004.352-.355-.352.355Zm-45.319-3.105.002-.5-.002.5Zm-7.362 3.018-.353-.355.353.355Zm-82.6 82.016.352.355-.353-.355Zm-.016 14.538.353-.355-.353.355Zm61.72 61.28.352-.354-.352.354Zm14.642-.015-.353-.354.353.354Zm82.6-82.015-.352-.355.352.355Zm3.04-7.311.5-.001-.5.001Zm-.103-37.77h.5-.5Zm-3.025-7.227-.352.355.352-.355Zm-30.858-25.913a9.87 9.87 0 0 1 6.929 2.859l.704-.71a10.869 10.869 0 0 0-7.63-3.149l-.003 1Zm-38.039-.101 38.039.102.003-1-38.039-.102-.003 1Zm-7.009 2.873a9.913 9.913 0 0 1 7.009-2.873l.003-1a10.914 10.914 0 0 0-7.717 3.163l.705.71Zm-82.6 82.016 82.6-82.016-.705-.71-82.6 82.016.705.71Zm-.015 13.828c-3.842-3.814-3.837-10.005.015-13.828l-.705-.71c-4.244 4.213-4.252 11.041-.015 15.247l.705-.709Zm61.719 61.281-61.72-61.281-.704.709 61.72 61.281.704-.709Zm13.937-.015c-3.853 3.825-10.093 3.831-13.937.015l-.704.709c4.234 4.205 11.104 4.197 15.346-.015l-.705-.709Zm82.601-82.016-82.601 82.016.705.709 82.6-82.015-.704-.71Zm2.892-6.954a9.768 9.768 0 0 1-2.892 6.954l.704.71a10.763 10.763 0 0 0 3.188-7.667l-1 .003Zm-.103-37.77.103 37.77 1-.003-.103-37.77-1 .003Zm-2.877-6.874a9.723 9.723 0 0 1 2.877 6.874l1-.003a10.724 10.724 0 0 0-3.173-7.58l-.704.709Zm-23.577-23.41 23.577 23.41.704-.71-23.577-23.409-.704.71Zm3.104 40.414c-5.662 5.663-14.843 5.663-20.506 0l-.707.707c6.053 6.054 15.867 6.054 21.92 0l-.707-.707Zm0-20.506c5.663 5.663 5.663 14.844 0 20.506l.707.707c6.053-6.053 6.053-15.867 0-21.92l-.707.707Zm-20.506 0c5.663-5.662 14.844-5.662 20.506 0l.707-.707c-6.053-6.053-15.867-6.053-21.92 0l.707.707Zm0 20.506c-5.662-5.662-5.662-14.843 0-20.506l-.707-.707c-6.053 6.053-6.053 15.867 0 21.92l.707-.707Z" fill="#06040F"/><path d="M163.754 125.17c3.453-1.759 7.139 1.927 5.38 5.38l-7.605 14.925a4.003 4.003 0 0 0 .736 4.645l11.845 11.844c2.74 2.74.373 7.386-3.455 6.779l-16.544-2.62a4 4 0 0 0-4.19 2.135l-7.605 14.925c-1.759 3.453-6.908 2.637-7.515-1.19l-2.62-16.545a3.999 3.999 0 0 0-3.325-3.325l-16.545-2.62c-3.827-.607-4.643-5.756-1.19-7.515l14.925-7.605a4 4 0 0 0 2.135-4.19l-2.62-16.544c-.607-3.828 4.039-6.195 6.779-3.455l11.844 11.845a4.003 4.003 0 0 0 4.645.736l14.925-7.605Z" fill="#C5C9D4"/><path fill-rule="evenodd" clip-rule="evenodd" d="M234.729 59.793c1.171 1.171.937 3.288-.523 4.727l-37.439 36.911c-1.461 1.439-3.594 1.656-4.766.485-1.171-1.172-.937-3.288.523-4.728l37.44-36.91c1.46-1.44 3.593-1.657 4.765-.485Z" fill="#C5C9D4" stroke="#06040F" stroke-linecap="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M104 77c0-5.523 4.477-10 10-10h97.452L252 106.777V235c0 5.523-4.477 10-10 10H114c-5.523 0-10-4.477-10-10V77Z" fill="#E8E9EE" style="mix-blend-mode:multiply"/><path d="M92 65c0-5.523 4.477-10 10-10h97.452L240 94.776V223c0 5.523-4.477 10-10 10H102c-5.523 0-10-4.477-10-10V65Z" fill="#fff" stroke="#06040F"/><rect x="157" y="191" width="65" height="6" rx="3" fill="#E8E9EE"/><rect x="157" y="169" width="65" height="6" rx="3" fill="#E8E9EE"/><rect x="157" y="147" width="65" height="6" rx="3" fill="#E8E9EE"/><rect x="157" y="125" width="65" height="6" rx="3" fill="#E8E9EE"/><rect x="110" y="191" width="34" height="6" rx="3" fill="#E8E9EE"/><rect x="110" y="169" width="34" height="6" rx="3" fill="#E8E9EE"/><rect x="110" y="147" width="34" height="6" rx="3" fill="#E8E9EE"/><rect x="110" y="125" width="34" height="6" rx="3" fill="#E8E9EE"/><path d="M210 95h30l-40-40v30c0 5.523 4.477 10 10 10Z" fill="#C5C9D4" stroke="#06040F" stroke-linejoin="round"/><path d="m70.886 244.222 38.263-45.02c10.93 8.502 25.072 12.812 39.82 10.894 29.488-3.817 50.385-31.071 46.585-60.753-3.792-29.682-30.866-50.72-60.353-46.894-29.479 3.818-50.377 31.071-46.585 60.744a54.113 54.113 0 0 0 13.146 29.056L63.213 237.61a5.137 5.137 0 0 0-1.174 3.951 5.092 5.092 0 0 0 1.727 3.216 5.026 5.026 0 0 0 7.12-.555Zm65.765-130.421c23.283-3.029 44.654 13.583 47.654 37.02 2.998 23.438-13.503 44.958-36.787 47.986-23.274 3.02-44.653-13.582-47.643-37.02-3-23.437 13.502-44.958 36.776-47.986Z" fill="#E8E9EE" style="mix-blend-mode:multiply"/><path d="m58.886 232.222 38.263-45.02c10.93 8.502 25.072 12.812 39.82 10.894 29.488-3.817 50.385-31.071 46.585-60.753-3.792-29.682-30.866-50.72-60.353-46.894-29.48 3.818-50.377 31.071-46.585 60.744a54.115 54.115 0 0 0 13.146 29.056L51.213 225.61a5.137 5.137 0 0 0-1.174 3.951 5.092 5.092 0 0 0 1.727 3.216 5.026 5.026 0 0 0 7.12-.555Zm65.765-130.421c23.283-3.029 44.654 13.583 47.654 37.02 2.998 23.438-13.503 44.958-36.787 47.986-23.274 3.02-44.653-13.582-47.643-37.02-3-23.437 13.502-44.958 36.776-47.986Z" fill="#C5C9D4" stroke="#06040F" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M83 77c0-5.523 4.477-10 10-10h97.452L231 106.777V235c0 5.523-4.477 10-10 10H93c-5.523 0-10-4.477-10-10V77Z" fill="#E8E9EE" style="mix-blend-mode:multiply"/><path d="M71 65c0-5.523 4.477-10 10-10h97.452L219 94.776V223c0 5.523-4.477 10-10 10H81c-5.523 0-10-4.477-10-10V65Z" fill="#fff" stroke="#06040F"/><rect x="89" y="191" width="34" height="6" rx="3" fill="#E8E9EE"/><rect x="89" y="169" width="34" height="6" rx="3" fill="#E8E9EE"/><rect x="89" y="147" width="34" height="6" rx="3" fill="#E8E9EE"/><rect x="89" y="125" width="34" height="6" rx="3" fill="#E8E9EE"/><rect x="136" y="191" width="65" height="6" rx="3" fill="#E8E9EE"/><rect x="136" y="169" width="65" height="6" rx="3" fill="#E8E9EE"/><rect x="136" y="147" width="65" height="6" rx="3" fill="#E8E9EE"/><rect x="136" y="125" width="65" height="6" rx="3" fill="#E8E9EE"/><path d="M189 95h30l-40-40v30c0 5.523 4.477 10 10 10Z" fill="#C5C9D4" stroke="#06040F" stroke-linejoin="round"/><path d="m241.596 164.538-45.955 65.931-14.153 12.349a4.069 4.069 0 0 1-5.016.26 4.112 4.112 0 0 1-1.472-4.824l6.711-17.584 45.955-65.931a4.974 4.974 0 0 1 6.948-1.225l5.751 4.045a5.026 5.026 0 0 1 1.231 6.979Z" fill="#E8E9EE" style="mix-blend-mode:multiply"/><path d="M176.988 225.515a4.064 4.064 0 0 1-5.015.271 4.11 4.11 0 0 1-1.483-4.82l6.673-17.598 13.951 9.768-14.126 12.379Z" fill="#fff" stroke="#06040F" stroke-linejoin="round"/><path fill-rule="evenodd" clip-rule="evenodd" d="M171.976 225.789a4.065 4.065 0 0 0 5.012-.274l5.863-5.138-9.591-6.716-2.77 7.305a4.11 4.11 0 0 0 1.48 4.818l.006.005Z" fill="#C5C9D4"/><path d="m176.988 225.515-.329-.377.329.377Zm-5.012.274-.285.411h.001l.284-.411Zm10.875-5.412.329.378.481-.422-.525-.367-.285.411Zm-9.591-6.716.285-.411-.524-.367-.227.599.466.179Zm-2.77 7.305.467.179-.467-.179Zm1.48 4.818-.286.411h.001l.285-.411Zm4.689-.646a3.569 3.569 0 0 1-4.398.24l-.569.822a4.562 4.562 0 0 0 5.624-.307l-.657-.755Zm5.864-5.139-5.864 5.139.657.755 5.864-5.138-.657-.756Zm-9.548-5.927 9.591 6.716.57-.822-9.591-6.716-.57.822Zm-2.018 7.073 2.77-7.305-.933-.358-2.77 7.305.933.358Zm1.298 4.229a3.608 3.608 0 0 1-1.298-4.229l-.933-.358a4.613 4.613 0 0 0 1.66 5.408l.571-.821Zm.006.004-.006-.005-.57.822.006.005.57-.822Z" fill="#06040F"/><path transform="matrix(-.81915 -.57358 .57005 -.82161 191.114 213.136)" fill="#E8E9EE" stroke="#06040F" stroke-linejoin="round" d="M0 0h17.031v64.025H0z"/><path transform="matrix(-.81915 -.57358 .57005 -.82161 227.611 160.533)" fill="#C5C9D4" stroke="#06040F" stroke-linejoin="round" d="M0 0h17.031v10.671H0z"/><path d="m233.694 151.766-13.951-9.769 3.233-4.659a4.974 4.974 0 0 1 6.946-1.24l5.759 4.032a5.025 5.025 0 0 1 1.245 6.976l-3.232 4.66Z" fill="#E8E9EE" stroke="#06040F" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m241 144-11.5-11-49.978 19.299a3.007 3.007 0 0 1-1.081.201H136a3 3 0 0 1-3-3V144H71v39c0 5.523 4.477 10 10 10h150c5.523 0 10-4.477 10-10v-39Z" fill="#E8E9EE"/><path d="M229 132h-62v5.5a3 3 0 0 1-3 3h-40a3 3 0 0 1-3-3V132H59v39c0 5.523 4.477 10 10 10h150c5.523 0 10-4.477 10-10v-39Z" fill="#fff" stroke="#06040F" stroke-linejoin="round"/><path d="M93 107h100.5l35 25H167v5.5a3 3 0 0 1-3 3h-40a3 3 0 0 1-3-3V132H59l34-25Z" fill="#E8E9EE" stroke="#06040F" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><path d="M82 77c0-5.523 4.477-10 10-10h128c5.523 0 10 4.477 10 10v158c0 5.523-4.477 10-10 10H92c-5.523 0-10-4.477-10-10V77Z" fill="#E8E9EE" style="mix-blend-mode:multiply"/><path d="M70.5 65a9.5 9.5 0 0 1 9.5-9.5h128a9.5 9.5 0 0 1 9.5 9.5v158a9.5 9.5 0 0 1-9.5 9.5H80a9.5 9.5 0 0 1-9.5-9.5V65Z" fill="#fff" stroke="#06040F"/><path d="M103.257 112.864 82 89.237V133h124V67l-23.619 22.237L155.219 67l-21.257 34.746-15.352-12.509-15.353 23.627Z" fill="#E8E9EE"/><path d="m82 89.237 21.257 23.627 15.353-23.627 15.352 12.509L155.219 67l27.162 22.237L206 67" stroke="#06040F" stroke-linecap="round" stroke-linejoin="round"/><path d="M128 150a5 5 0 0 1 10 0v71h-10v-71ZM112.667 170a5 5 0 1 1 10 0v51h-10v-51ZM97.334 190a5 5 0 0 1 9.999 0v31h-10v-31ZM82 210a5 5 0 0 1 10 0v11H82v-11Z" fill="#C5C9D4"/><path d="M82 221h56" stroke="#06040F" stroke-linecap="round"/><path fill-rule="evenodd" clip-rule="evenodd" d="M178 185a8 8 0 0 1 6.934 11.993l17.335 9.981A27.874 27.874 0 0 0 206 193c0-15.464-12.536-28-28-28m0 20v-20 20Z" fill="#E8E9EE"/><path d="M178 185h-.5v.5h.5v-.5Zm6.934 11.993-.433-.25-.25.433.434.25.249-.433Zm17.335 9.981-.249.433.433.249.249-.433-.433-.249ZM178 165v-.5h-.5v.5h.5Zm8.5 28a8.5 8.5 0 0 0-8.5-8.5v1a7.5 7.5 0 0 1 7.5 7.5h1Zm-1.133 4.242A8.456 8.456 0 0 0 186.5 193h-1a7.468 7.468 0 0 1-.999 3.743l.866.499Zm17.152 9.298-17.335-9.981-.499.867 17.335 9.981.499-.867Zm.183.683A28.365 28.365 0 0 0 206.5 193h-1c0 4.999-1.333 9.685-3.664 13.724l.866.499ZM206.5 193c0-15.74-12.76-28.5-28.5-28.5v1c15.188 0 27.5 12.312 27.5 27.5h1Zm-29-28v20h1v-20h-1Zm1 20v-20h-1v20h1Zm0 0v-20h-1v20h1Z" fill="#06040F"/><path fill-rule="evenodd" clip-rule="evenodd" d="M178 185a7.96 7.96 0 0 1 4.729 1.547l11.824-16.133A27.874 27.874 0 0 0 178 165m0 20v-20 20Z" fill="#fff"/><path d="m182.729 186.547-.295.403.403.296.296-.403-.404-.296ZM178 185h-.5v.5h.5v-.5Zm16.553-14.586.403.296.295-.403-.402-.296-.296.403ZM178 165v-.5h-.5v.5h.5Zm5.025 21.144A8.465 8.465 0 0 0 178 184.5v1c1.659 0 3.192.538 4.434 1.45l.591-.806Zm11.124-16.025-11.823 16.132.807.592 11.823-16.133-.807-.591Zm.7-.108A28.38 28.38 0 0 0 178 164.5v1a27.375 27.375 0 0 1 16.257 5.317l.592-.806ZM177.5 165v20h1v-20h-1Zm1 20v-20h-1v20h1Zm0 0v-20h-1v20h1Z" fill="#06040F"/><path fill-rule="evenodd" clip-rule="evenodd" d="M184.934 196.993A8 8 0 1 1 178 185v-20c-15.464 0-28 12.536-28 28s12.536 28 28 28c10.375 0 19.432-5.643 24.269-14.026l-17.335-9.981Z" fill="#C5C9D4"/><path d="m184.934 196.993.25-.434-.433-.249-.25.433.433.25ZM178 185v.5h.5v-.5h-.5Zm0-20h.5v-.5h-.5v.5Zm24.269 41.974.433.249.251-.433-.434-.25-.25.434ZM178 201.5a8.497 8.497 0 0 0 7.367-4.258l-.866-.499A7.497 7.497 0 0 1 178 200.5v1Zm-8.5-8.5a8.5 8.5 0 0 0 8.5 8.5v-1a7.5 7.5 0 0 1-7.5-7.5h-1Zm8.5-8.5a8.5 8.5 0 0 0-8.5 8.5h1a7.5 7.5 0 0 1 7.5-7.5v-1Zm.5.5v-20h-1v20h1Zm-.5-20.5c-15.74 0-28.5 12.76-28.5 28.5h1c0-15.188 12.312-27.5 27.5-27.5v-1ZM149.5 193c0 15.74 12.76 28.5 28.5 28.5v-1c-15.188 0-27.5-12.312-27.5-27.5h-1Zm28.5 28.5c10.561 0 19.779-5.744 24.702-14.277l-.866-.499C197.084 214.959 188.189 220.5 178 220.5v1Zm24.519-14.96-17.335-9.981-.499.867 17.335 9.981.499-.867Z" fill="#06040F"/><rect x="151" y="145" width="51" height="15" rx="4" fill="#E8E9EE"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M93 90c0 5.523 4.477 10 10 10h140c5.523 0 10-4.477 10-10V70c0-5.523-4.477-10-10-10H103c-5.523 0-10 4.477-10 10v20Zm40 14h110c5.523 0 10 4.477 10 10v20c0 5.523-4.477 10-10 10H103c-5.523 0-10-4.477-10-10v-20c0-5.523 4.477-10 10-10h30Zm0 44h110c5.523 0 10 4.477 10 10v20c0 5.523-4.477 10-10 10H103c-5.523 0-10-4.477-10-10v-20c0-5.523 4.477-10 10-10h30Zm0 44h110c5.523 0 10 4.477 10 10v20c0 5.523-4.477 10-10 10H103c-5.523 0-10-4.477-10-10v-20c0-5.523 4.477-10 10-10h30Z" fill="#E8E9EE" style="mix-blend-mode:multiply"/><path d="M121 180h110c5.523 0 10 4.477 10 10v20c0 5.523-4.477 10-10 10H121v-40Z" fill="#fff" stroke="#06040F"/><rect x="136" y="197" width="90" height="6" rx="3" fill="#E8E9EE"/><path d="M81 210c0 5.523 4.477 10 10 10h30v-40H91c-5.523 0-10 4.477-10 10v20Z" fill="#E8E9EE" stroke="#06040F"/><circle cx="101" cy="200" r="7.826" fill="#C5C9D4"/><path d="M121 136h110c5.523 0 10 4.477 10 10v20c0 5.523-4.477 10-10 10H121v-40Z" fill="#fff" stroke="#06040F"/><rect x="136" y="153" width="90" height="6" rx="3" fill="#E8E9EE"/><path d="M81 166c0 5.523 4.477 10 10 10h30v-40H91c-5.523 0-10 4.477-10 10v20Z" fill="#E8E9EE" stroke="#06040F"/><circle cx="101" cy="156" r="7.826" fill="#C5C9D4"/><path d="M121 92h110c5.523 0 10 4.477 10 10v20c0 5.523-4.477 10-10 10H121V92Z" fill="#fff" stroke="#06040F"/><rect x="136" y="109" width="90" height="6" rx="3" fill="#E8E9EE"/><path d="M81 122c0 5.523 4.477 10 10 10h30V92H91c-5.523 0-10 4.477-10 10v20Z" fill="#E8E9EE" stroke="#06040F"/><circle cx="101" cy="112" r="7.826" fill="#C5C9D4"/><path d="M121 48h110c5.523 0 10 4.477 10 10v20c0 5.523-4.477 10-10 10H121V48Z" fill="#fff" stroke="#06040F"/><rect x="136" y="65" width="90" height="6" rx="3" fill="#E8E9EE"/><path d="M81 78c0 5.523 4.477 10 10 10h30V48H91c-5.523 0-10 4.477-10 10v20Z" fill="#E8E9EE" stroke="#06040F"/><circle cx="101" cy="68" r="7.826" fill="#C5C9D4"/><path fill-rule="evenodd" clip-rule="evenodd" d="M124.083 123a9.999 9.999 0 0 0-9.487 6.838l-3.843 11.527a48.444 48.444 0 0 0-8.653 3.587l-16.996-8.498a.5.5 0 0 0-.577.094l-10.981 10.981a.5.5 0 0 0-.094.577l8.499 16.997a48.449 48.449 0 0 0-3.586 8.65l-11.527 3.843A10 10 0 0 0 60 187.083v1.834a10 10 0 0 0 6.838 9.487l11.527 3.843a48.454 48.454 0 0 0 3.587 8.653l-5.436 10.872a10 10 0 0 0 1.874 11.543l1.297 1.297a10 10 0 0 0 11.543 1.874l10.873-5.437a48.338 48.338 0 0 0 8.65 3.586l3.843 11.527a9.999 9.999 0 0 0 9.487 6.838h1.834a9.999 9.999 0 0 0 9.487-6.838l3.843-11.527a48.444 48.444 0 0 0 8.653-3.587l10.872 5.436a10 10 0 0 0 11.543-1.874l1.297-1.297a10 10 0 0 0 1.874-11.543l-5.437-10.873a48.338 48.338 0 0 0 3.586-8.65l11.527-3.843a9.999 9.999 0 0 0 6.838-9.487v-1.834a9.999 9.999 0 0 0-6.838-9.487l-11.527-3.843a48.444 48.444 0 0 0-3.587-8.653l5.436-10.872a10 10 0 0 0-1.874-11.543l-1.297-1.297a10 10 0 0 0-11.543-1.874l-10.873 5.437a48.338 48.338 0 0 0-8.65-3.586l-3.843-11.527a9.999 9.999 0 0 0-9.487-6.838h-1.834Zm.917 89.375c13.462 0 24.375-10.913 24.375-24.375S138.462 163.625 125 163.625 100.625 174.538 100.625 188s10.913 24.375 24.375 24.375Z" fill="#E8E9EE" style="mix-blend-mode:multiply"/><path fill-rule="evenodd" clip-rule="evenodd" d="M112.083 111a9.999 9.999 0 0 0-9.487 6.838l-1.459 4.375c-.238.714-.391 1.43-.466 2.14-.248 2.348-1.476 4.819-3.706 5.596a48.329 48.329 0 0 0-5.188 2.151c-2.126 1.029-4.743.15-6.58-1.336-.555-.45-1.17-.848-1.844-1.185l-4.125-2.063a10 10 0 0 0-11.543 1.874l-1.297 1.297a10 10 0 0 0-1.874 11.543l2.063 4.125a10.14 10.14 0 0 0 1.185 1.845c1.486 1.836 2.366 4.454 1.336 6.58a48.382 48.382 0 0 0-2.15 5.185c-.776 2.23-3.247 3.458-5.595 3.706-.71.075-1.426.228-2.14.466l-4.375 1.459A10 10 0 0 0 48 175.083v1.834a10 10 0 0 0 6.838 9.487l4.375 1.459c.714.238 1.43.391 2.14.466 2.348.248 4.82 1.476 5.596 3.706a48.502 48.502 0 0 0 2.15 5.188c1.03 2.126.15 4.743-1.335 6.58-.45.555-.848 1.17-1.185 1.844l-2.063 4.125a10 10 0 0 0 1.874 11.543l1.297 1.297a10 10 0 0 0 11.543 1.874l4.125-2.063c.674-.337 1.29-.736 1.845-1.185 1.836-1.486 4.454-2.366 6.58-1.336a48.287 48.287 0 0 0 5.185 2.149c2.23.777 3.458 3.248 3.706 5.596.075.71.228 1.426.466 2.14l1.459 4.375a9.999 9.999 0 0 0 9.487 6.838h1.834a9.999 9.999 0 0 0 9.487-6.838l1.459-4.375c.238-.714.391-1.43.466-2.14.248-2.348 1.476-4.819 3.706-5.596a48.38 48.38 0 0 0 5.188-2.151c2.126-1.029 4.743-.15 6.58 1.336.555.45 1.17.848 1.844 1.185l4.125 2.063a10 10 0 0 0 11.543-1.874l1.297-1.297a10 10 0 0 0 1.874-11.543l-2.063-4.125a10.171 10.171 0 0 0-1.185-1.845c-1.486-1.836-2.366-4.454-1.336-6.58a48.234 48.234 0 0 0 2.149-5.185c.777-2.23 3.248-3.458 5.596-3.706.71-.075 1.426-.228 2.14-.466l4.375-1.459a9.999 9.999 0 0 0 6.838-9.487v-1.834a9.999 9.999 0 0 0-6.838-9.487l-4.375-1.459a10.121 10.121 0 0 0-2.14-.466c-2.348-.248-4.819-1.476-5.596-3.706a48.38 48.38 0 0 0-2.151-5.188c-1.029-2.126-.15-4.743 1.336-6.58.45-.555.848-1.17 1.185-1.844l2.063-4.125a10 10 0 0 0-1.874-11.543l-1.297-1.297a10 10 0 0 0-11.543-1.874l-4.125 2.063c-.674.337-1.289.736-1.845 1.185-1.836 1.486-4.454 2.366-6.58 1.336a48.234 48.234 0 0 0-5.185-2.149c-2.23-.777-3.458-3.248-3.706-5.596a10.121 10.121 0 0 0-.466-2.14l-1.459-4.375a9.999 9.999 0 0 0-9.487-6.838h-1.834Zm.917 89.375c13.462 0 24.375-10.913 24.375-24.375S126.462 151.625 113 151.625 88.625 162.538 88.625 176 99.538 200.375 113 200.375Z" fill="#fff"/><path d="m102.596 117.838-.475-.158.475.158Zm-1.459 4.375-.474-.158.474.158Zm-17.784 7.366.224-.447-.224.447Zm-4.125-2.063-.223.448.223-.448Zm-11.543 1.874.354.353-.354-.353Zm-1.297 1.297.353.354-.353-.354Zm-1.874 11.543.448-.223-.448.223Zm2.063 4.125-.447.224.447-.224Zm-7.364 17.782-.158-.474.158.474Zm-4.375 1.459.158.474-.158-.474Zm0 20.808-.158.475.158-.475Zm4.375 1.459.158-.475-.158.475Zm7.366 17.784-.447-.224.447.224Zm-2.063 4.125.448.223-.448-.223Zm1.874 11.543-.354.354.354-.354Zm1.297 1.297.354-.353-.354.353Zm11.543 1.874-.223-.448.223.448Zm4.125-2.063-.224-.447.224.447Zm17.782 7.364-.474.158.474-.158Zm1.459 4.375-.475.158.475-.158Zm20.808 0-.474-.158.474.158Zm1.459-4.375.474.158-.474-.158Zm33.452-7.177-.354-.353.354.353Zm1.297-1.297.354.354-.354-.354Zm1.874-11.543-.448.223.448-.223Zm-2.063-4.125-.447.224.447-.224Zm7.364-17.782.158.474-.158-.474Zm4.375-1.459-.158-.474.158.474Zm0-20.808.158-.475-.158.475Zm-4.375-1.459.158-.474-.158.474Zm-7.366-17.784-.447-.224.447.224Zm2.063-4.125.447.224-.447-.224Zm-1.874-11.543-.353.354.353-.354Zm-1.297-1.297.354-.354-.354.354Zm-11.543-1.874.223.448-.223-.448Zm-4.125 2.063-.224-.447.224.447Zm-17.782-7.364.474-.158-.474.158Zm-1.459-4.375-.474.158.474-.158Zm5.631 12.111.165-.473-.165.473Zm-3.706-5.596-.498.052.498-.052Zm31.571 30.424-.45.218.45-.218Zm1.336-6.58.389.315-.389-.315Zm6.411 40.132-.052-.498.052.498Zm-96.883 15.474-.389-.315.389.315Zm90.474-.003-.389.315.389-.315Zm-1.336-6.58-.45-.218.45.218Zm-89.953-37.255.472.164-.472-.164Zm58.38 67.682.497.053-.497-.053Zm3.706-5.596-.164-.472.164.472Zm35.612-58.38-.052.498.052-.498Zm-5.596-3.706-.472.164.472-.164Zm-62.086 62.086-.165.473.165-.473Zm3.706 5.596.498-.052-.498.052Zm-15.474-96.883-.314.388.314-.388Zm.003 90.474.314.389-.314-.389Zm6.58-1.336-.218.45.218-.45ZM67.762 148.2l-.389.314.39-.314Zm-6.409 40.129.053-.498-.053.498Zm79.447-57.567-.314-.389.314.389Zm-6.577 89.138-.218-.45.218.45Zm6.58 1.336-.315.389.315-.389Zm-40.132-96.883.498.052-.498-.052Zm-3.706 5.596-.165-.473.165.473Zm6.105-11.953a9.501 9.501 0 0 1 9.013-6.496v-1c-4.52 0-8.532 2.892-9.962 7.18l.949.316Zm-1.458 4.375 1.458-4.375-.949-.316-1.458 4.375.949.316Zm-.443 2.034a9.583 9.583 0 0 1 .443-2.034l-.949-.316c-.249.748-.41 1.5-.489 2.245l.995.105Zm-4.368 5.071a49.034 49.034 0 0 0-5.242 2.174l.436.9a47.837 47.837 0 0 1 5.134-2.129l-.329-.945Zm-11.29.899c-.582-.472-1.228-.89-1.934-1.243l-.448.894c.642.321 1.227.7 1.754 1.126l.629-.777Zm-1.934-1.243-4.125-2.063-.447.895 4.124 2.062.448-.894Zm-4.125-2.063a10.5 10.5 0 0 0-12.12 1.967l.707.707a9.5 9.5 0 0 1 10.966-1.779l.447-.895Zm-12.12 1.967-1.298 1.297.707.708 1.298-1.298-.707-.707Zm-1.298 1.297a10.5 10.5 0 0 0-1.967 12.121l.895-.447a9.5 9.5 0 0 1 1.78-10.966l-.708-.708Zm-1.967 12.121 2.063 4.125.894-.448-2.062-4.124-.895.447Zm2.063 4.125a10.61 10.61 0 0 0 1.243 1.935l.778-.629a9.604 9.604 0 0 1-1.127-1.754l-.894.448Zm2.518 7.983a48.981 48.981 0 0 0-2.172 5.238l.945.329a47.852 47.852 0 0 1 2.127-5.131l-.9-.436Zm-7.348 8.612c-.745.079-1.497.24-2.245.489l.316.949a9.586 9.586 0 0 1 2.035-.443l-.106-.995Zm-2.245.489-4.375 1.458.316.949 4.375-1.458-.316-.949Zm-4.375 1.458a10.501 10.501 0 0 0-7.18 9.962h1a9.5 9.5 0 0 1 6.496-9.013l-.316-.949Zm-7.18 9.962v1.834h1v-1.834h-1Zm0 1.834c0 4.52 2.892 8.532 7.18 9.962l.316-.949a9.5 9.5 0 0 1-6.496-9.013h-1Zm7.18 9.962 4.375 1.458.316-.949-4.375-1.458-.316.949Zm4.375 1.458c.748.249 1.5.41 2.245.489l.106-.995a9.586 9.586 0 0 1-2.035-.443l-.316.949Zm7.421 3.862a49.012 49.012 0 0 0 2.174 5.242l.9-.436a47.972 47.972 0 0 1-2.13-5.134l-.944.328Zm.899 11.289c-.472.584-.89 1.229-1.243 1.935l.894.448c.32-.642.7-1.227 1.126-1.754l-.777-.629Zm-1.243 1.935-2.063 4.125.895.447 2.062-4.124-.894-.448Zm-2.063 4.125a10.501 10.501 0 0 0 1.967 12.121l.707-.708a9.5 9.5 0 0 1-1.78-10.966l-.894-.447Zm1.967 12.121 1.297 1.297.708-.707-1.298-1.298-.707.708Zm1.297 1.297a10.5 10.5 0 0 0 12.12 1.967l-.446-.895a9.5 9.5 0 0 1-10.966-1.779l-.708.707Zm12.12 1.967 4.126-2.063-.448-.894-4.124 2.062.447.895Zm4.126-2.063a10.628 10.628 0 0 0 1.935-1.243l-.629-.778a9.626 9.626 0 0 1-1.754 1.127l.448.894Zm7.983-2.518a49.197 49.197 0 0 0 5.239 2.172l.328-.945a48 48 0 0 1-5.131-2.127l-.436.9Zm8.612 7.348c.079.745.24 1.497.489 2.245l.949-.316a9.583 9.583 0 0 1-.443-2.034l-.995.105Zm.489 2.245 1.458 4.375.949-.316-1.458-4.375-.949.316Zm1.458 4.375a10.501 10.501 0 0 0 9.962 7.18v-1a9.501 9.501 0 0 1-9.013-6.496l-.949.316Zm9.962 7.18h1.834v-1h-1.834v1Zm1.834 0c4.52 0 8.532-2.892 9.962-7.18l-.949-.316a9.501 9.501 0 0 1-9.013 6.496v1Zm9.962-7.18 1.458-4.375-.949-.316-1.458 4.375.949.316Zm1.458-4.375c.249-.748.41-1.5.489-2.245l-.995-.105a9.583 9.583 0 0 1-.443 2.034l.949.316Zm3.863-7.421a49.17 49.17 0 0 0 5.241-2.174l-.436-.9a47.87 47.87 0 0 1-5.134 2.129l.329.945Zm11.288-.899c.584.472 1.229.89 1.935 1.243l.448-.894a9.65 9.65 0 0 1-1.754-1.126l-.629.777Zm1.935 1.243 4.125 2.063.447-.895-4.124-2.062-.448.894Zm4.125 2.063a10.5 10.5 0 0 0 12.121-1.967l-.708-.707a9.5 9.5 0 0 1-10.966 1.779l-.447.895Zm12.121-1.967 1.297-1.297-.707-.708-1.298 1.298.708.707Zm1.297-1.297a10.5 10.5 0 0 0 1.967-12.121l-.895.447a9.5 9.5 0 0 1-1.779 10.966l.707.708Zm1.967-12.121-2.063-4.125-.894.448 2.062 4.124.895-.447Zm-2.063-4.125a10.612 10.612 0 0 0-1.243-1.935l-.778.629a9.6 9.6 0 0 1 1.127 1.754l.894-.448Zm-2.518-7.983a49.23 49.23 0 0 0 2.172-5.238l-.945-.329a47.93 47.93 0 0 1-2.127 5.131l.9.436Zm7.348-8.612c.745-.079 1.497-.24 2.245-.489l-.316-.949a9.583 9.583 0 0 1-2.034.443l.105.995Zm2.245-.489 4.375-1.458-.316-.949-4.375 1.458.316.949Zm4.375-1.458a10.501 10.501 0 0 0 7.18-9.962h-1a9.501 9.501 0 0 1-6.496 9.013l.316.949Zm7.18-9.962v-1.834h-1v1.834h1Zm0-1.834c0-4.52-2.892-8.532-7.18-9.962l-.316.949a9.501 9.501 0 0 1 6.496 9.013h1Zm-7.18-9.962-4.375-1.458-.316.949 4.375 1.458.316-.949Zm-4.375-1.458c-.748-.249-1.5-.41-2.245-.489l-.105.995a9.583 9.583 0 0 1 2.034.443l.316-.949Zm-7.421-3.863a49.17 49.17 0 0 0-2.174-5.241l-.9.436a47.87 47.87 0 0 1 2.129 5.134l.945-.329Zm-.899-11.288c.472-.584.89-1.229 1.243-1.935l-.894-.448a9.65 9.65 0 0 1-1.126 1.754l.777.629Zm1.243-1.935 2.063-4.125-.895-.447-2.062 4.124.894.448Zm2.063-4.125a10.5 10.5 0 0 0-1.967-12.121l-.707.708a9.5 9.5 0 0 1 1.779 10.966l.895.447Zm-1.967-12.121-1.297-1.297-.708.707 1.298 1.298.707-.708Zm-1.297-1.297a10.5 10.5 0 0 0-12.121-1.967l.447.895a9.5 9.5 0 0 1 10.966 1.779l.708-.707Zm-12.121-1.967-4.125 2.063.448.894 4.124-2.062-.447-.895Zm-4.125 2.063c-.706.353-1.352.771-1.935 1.243l.629.778a9.6 9.6 0 0 1 1.754-1.127l-.448-.894Zm-7.983 2.518a49.23 49.23 0 0 0-5.238-2.172l-.329.945a47.93 47.93 0 0 1 5.131 2.127l.436-.9Zm-10.05-9.277c.227.679.372 1.361.443 2.034l.995-.105a10.664 10.664 0 0 0-.489-2.245l-.949.316Zm-1.458-4.375 1.458 4.375.949-.316-1.458-4.375-.949.316Zm-9.013-6.496a9.501 9.501 0 0 1 9.013 6.496l.949-.316a10.501 10.501 0 0 0-9.962-7.18v1Zm-1.834 0h1.834v-1h-1.834v1Zm24.792 64.5c0 13.186-10.689 23.875-23.875 23.875v1c13.738 0 24.875-11.137 24.875-24.875h-1ZM113 152.125c13.186 0 23.875 10.689 23.875 23.875h1c0-13.738-11.137-24.875-24.875-24.875v1ZM89.125 176c0-13.186 10.69-23.875 23.875-23.875v-1c-13.738 0-24.875 11.137-24.875 24.875h1ZM113 199.875c-13.186 0-23.875-10.689-23.875-23.875h-1c0 13.738 11.137 24.875 24.875 24.875v-1Zm16.2-70.399c-1.966-.684-3.135-2.916-3.374-5.176l-.995.105c.258 2.437 1.545 5.147 4.04 6.016l.329-.945Zm28.15 25.083c-.907-1.873-.155-4.28 1.275-6.047l-.777-.629c-1.542 1.905-2.549 4.734-1.398 7.112l.9-.436Zm2.174 37.641c.684-1.966 2.916-3.135 5.176-3.374l-.105-.995c-2.437.258-5.147 1.545-6.016 4.04l.945.329Zm-90.874 5.241c.907 1.873.155 4.28-1.275 6.047l.777.629c1.542-1.905 2.55-4.734 1.397-7.112l-.9.436Zm89.977 6.045c-1.431-1.768-2.183-4.174-1.275-6.048l-.9-.436c-1.152 2.379-.145 5.207 1.397 7.113l.778-.629ZM66.477 159.8c-.685 1.966-2.917 3.135-5.177 3.374l.106.995c2.436-.258 5.146-1.545 6.015-4.04l-.945-.329Zm59.349 67.9c.239-2.26 1.408-4.492 3.374-5.176l-.329-.945c-2.495.869-3.782 3.579-4.04 6.016l.995.105Zm38.874-64.526c-2.26-.239-4.492-1.408-5.176-3.374l-.945.329c.869 2.495 3.579 3.782 6.016 4.04l.105-.995Zm-67.9 59.35c1.966.684 3.135 2.916 3.374 5.176l.995-.105c-.258-2.437-1.545-5.147-4.04-6.016l-.329.945Zm-5.24-90.874c-1.874.907-4.28.155-6.048-1.275l-.63.777c1.906 1.542 4.735 2.549 7.113 1.398l-.436-.9Zm-6.046 89.977c1.768-1.431 4.174-2.183 6.048-1.275l.436-.9c-2.379-1.152-5.208-.145-7.113 1.397l.63.778Zm-18.14-73.113c1.43 1.768 2.182 4.174 1.274 6.048l.9.436c1.152-2.379.145-5.207-1.397-7.113l-.778.629ZM61.3 188.826c2.26.239 4.492 1.408 5.176 3.373l.945-.328c-.869-2.495-3.58-3.782-6.016-4.04l-.105.995Zm79.186-58.453c-1.768 1.431-4.174 2.183-6.048 1.275l-.436.9c2.379 1.152 5.207.145 7.113-1.397l-.629-.778Zm-6.045 89.977c1.873-.907 4.28-.155 6.047 1.275l.629-.777c-1.905-1.542-4.734-2.549-7.112-1.398l.436.9Zm-34.267-96.05c-.239 2.26-1.408 4.492-3.374 5.176l.33.945c2.494-.869 3.781-3.579 4.039-6.016l-.995-.105Z" fill="#06040F"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M212 133c0 23.118-14.008 42.964-34 51.513V199h3a3 3 0 1 1 0 6h-3v3h3a3 3 0 1 1 0 6h-3v3h3a3 3 0 1 1 0 6h-3v2c0 5.523-4.477 10-10 10h-24c-5.523 0-10-4.477-10-10v-2h-3a3 3 0 1 1 0-6h3v-3h-3a3 3 0 1 1 0-6h3v-3h-3a3 3 0 1 1 0-6h3v-14.487c-19.992-8.549-34-28.395-34-51.513 0-30.928 25.072-56 56-56s56 25.072 56 56Z" fill="#E8E9EE" style="mix-blend-mode:multiply"/><path d="M122 189h44v24c0 5.523-4.477 10-10 10h-24c-5.523 0-10-4.477-10-10v-24Z" fill="#C5C9D4" stroke="#06040F" stroke-linejoin="round"/><path fill-rule="evenodd" clip-rule="evenodd" d="M166 172.513c19.992-8.549 34-28.395 34-51.513 0-30.928-25.072-56-56-56s-56 25.072-56 56c0 23.118 14.008 42.964 34 51.513V189h44v-16.487Z" fill="#fff"/><path d="m166 172.513-.197-.46-.303.13v.33h.5Zm-44 0h.5v-.33l-.303-.13-.197.46ZM122 189h-.5v.5h.5v-.5Zm44 0v.5h.5v-.5h-.5Zm33.5-68c0 22.911-13.883 42.58-33.697 51.053l.394.92C186.366 164.348 200.5 144.325 200.5 121h-1ZM144 65.5c30.652 0 55.5 24.848 55.5 55.5h1c0-31.204-25.296-56.5-56.5-56.5v1ZM88.5 121c0-30.652 24.848-55.5 55.5-55.5v-1c-31.204 0-56.5 25.296-56.5 56.5h1Zm33.697 51.053C102.383 163.58 88.5 143.911 88.5 121h-1c0 23.325 14.134 43.348 34.303 51.973l.394-.92ZM122.5 189v-16.487h-1V189h1Zm43.5-.5h-44v1h44v-1Zm-.5-15.987V189h1v-16.487h-1Z" fill="#06040F"/><circle cx="184.5" cy="130.5" r="4.5" fill="#E8E9EE"/><path d="M154 82c16.19 1.903 28.989 14.37 30 30" stroke="#E8E9EE" stroke-width="8" stroke-linecap="round"/><path fill-rule="evenodd" clip-rule="evenodd" d="M150.051 141.598c3.136-6.495 8.239-10.076 12.923-10.91 2.303-.411 4.734-.182 6.685 1.031 2.1 1.305 3.292 3.555 3.125 6.22-.14 2.246-.971 4.281-2.515 5.987-1.499 1.655-3.55 2.87-5.965 3.769-2.817 1.049-6.364 1.753-10.649 2.154a68.534 68.534 0 0 0-.698 3.491c-.701 4.006-1.221 8.686-1.55 13.519-.659 9.708-.529 19.758.354 25.938l-5.94.848c-.966-6.762-1.074-17.276-.4-27.193.339-4.98.879-9.879 1.626-14.146a81.71 81.71 0 0 1 .393-2.096 135.982 135.982 0 0 1-7.581-.002c.138.686.269 1.386.394 2.098.747 4.267 1.287 9.166 1.625 14.146.674 9.917.567 20.431-.399 27.193l-5.94-.848c.883-6.18 1.013-16.23.353-25.938-.328-4.833-.848-9.513-1.549-13.519a69.742 69.742 0 0 0-.702-3.506c-4.179-.403-7.681-1.103-10.486-2.135-4.891-1.8-8.337-4.926-8.64-9.76-.166-2.665 1.025-4.915 3.126-6.22 1.95-1.213 4.381-1.442 6.684-1.031 4.684.834 9.788 4.415 12.923 10.91.368.763.711 1.618 1.029 2.547 1.664.077 3.454.116 5.373.116 1.922 0 3.711-.038 5.371-.111.319-.931.661-1.788 1.03-2.552Zm13.975-5.003c-2.435.433-5.845 2.431-8.248 6.971 2.631-.366 4.758-.87 6.432-1.494 1.842-.686 2.958-1.452 3.612-2.174.608-.672.916-1.41.974-2.333.031-.505-.115-.633-.305-.751-.34-.211-1.153-.453-2.465-.219Zm-40.753 0c2.431.432 5.833 2.423 8.234 6.945-2.538-.365-4.62-.861-6.28-1.472-3.722-1.37-4.629-2.998-4.723-4.503-.032-.505.114-.633.304-.751.34-.211 1.153-.453 2.465-.219Z" fill="#C5C9D4"/><rect x="116" y="205" width="56" height="6" rx="3" fill="#E8E9EE" stroke="#06040F"/><rect x="116" y="196" width="56" height="6" rx="3" fill="#E8E9EE" stroke="#06040F"/><rect x="116" y="187" width="56" height="6" rx="3" fill="#E8E9EE" stroke="#06040F"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M67 109c0-5.523 4.477-10 10-10h158c5.523 0 10 4.477 10 10v128c0 5.523-4.477 10-10 10H77c-5.523 0-10-4.477-10-10V109Z" fill="#E8E9EE" style="mix-blend-mode:multiply"/><path d="M55 97c0-5.523 4.477-10 10-10h158c5.523 0 10 4.477 10 10v128c0 5.523-4.477 10-10 10H65c-5.523 0-10-4.477-10-10V97Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M55.35 94.37c-.228.838-.35 1.72-.35 2.63v.37h2.63c.113 0 .225.004.338.01l-.263 3.504-2.705-.265v3.014l.365.036a4.794 4.794 0 0 0-.365.261v6.844a4.704 4.704 0 0 0 1.214-3.154c0-.73.46-1.353 1.105-1.595l-.408 5.427H55v3h1.686l-.52 6.926a1.492 1.492 0 0 0-.003.155l.07 2.473H55v3h1.318l1.47 51.753H55v3h2.874l.295 10.397L55 189.355v4.004l1.59 1.405a8.637 8.637 0 0 0 1.687 1.166l.411 14.486v8.523H55v3h3.688v8.151l-2.047.401a10.034 10.034 0 0 0 5.047 3.948v-2.083l15.612-4.655a5.651 5.651 0 0 1 1.62-.236h26.253c.833 0 1.66-.121 2.457-.356l-2.839 7.054c-.11.274-.206.554-.288.837h3.185l3.756-9.333 8.031-3.099a5.654 5.654 0 0 1 3.068-.285l7.883 1.456-1.249 6.26a8.632 8.632 0 0 0-.168 1.696V235h3v-3.305c0-.372.037-.743.11-1.108l1.258-6.302 16.287 3.01a8.696 8.696 0 0 0 1.912.137l4.151-.161a8.619 8.619 0 0 0-.19 1.804V235h3v-5.925c0-.662.116-1.314.338-1.927l28.244-1.101v2.767l-2.887 3.155a5.655 5.655 0 0 1-1.721 1.281l-3.633 1.75h6.476a8.66 8.66 0 0 0 1.092-1.006l1.06-1.159c.239.77.583 1.498 1.018 2.165h4.143a5.663 5.663 0 0 1-2.548-4.731v-.29l2.285-2.5 2.627 2.037a5.665 5.665 0 0 1 2.194 4.477V235h3v-1.007a8.666 8.666 0 0 0-3.355-6.848l-1.816-1.407 20.122-.785H233v-3h-17.881l-.031.001-18.824.734.046-.098a3.11 3.11 0 0 1 .038-.084l.013-.029 6.484-14.735a5.666 5.666 0 0 1 5.185-3.382h1.951c2.06 0 4.052-.734 5.619-2.069l1.369-1.167a8.667 8.667 0 0 0 1.808-2.132l10.078 8.291a5.66 5.66 0 0 1 1.221 1.397l2.924 4.734v-5.708l-.372-.602a8.652 8.652 0 0 0-1.867-2.138l-10.876-8.947c.079-.45.123-.91.129-1.373l.183.151a5.985 5.985 0 0 0 8.191-.536 2.988 2.988 0 0 1 2.185-.95H233v-3h-1.683a7.376 7.376 0 0 0-5.418-6.132l-4.39-1.164a5.206 5.206 0 0 1-1.494-.66v-18.319L233 167.284v-3.093l-12.985-3.247v-1.924c0-.572-.057-1.142-.169-1.702l.317-.042a5.672 5.672 0 0 1 1.696.031l10.013 1.707c.39.066.767.172 1.128.315v-3.143a9.2 9.2 0 0 0-.624-.13l-10.013-1.706a8.677 8.677 0 0 0-2.594-.048l-.632.084-4.856-19.856a5.704 5.704 0 0 1-.162-1.346v-2.419l16.643-8.875a8.653 8.653 0 0 0 2.238-1.713v-4.452l-2.128 2.335a5.646 5.646 0 0 1-1.522 1.183l-15.231 8.122v-14.323c0-1.566.649-3.062 1.791-4.133l1.365-1.279c.427-.4.809-.839 1.142-1.308.162.059.337.092.519.092h6.268c1.515 0 2.968.608 4.032 1.687l3.764 3.816v-4.272l-1.628-1.651a8.663 8.663 0 0 0-6.168-2.58h-5.449c.058-.232.107-.467.145-.704l3.811.158a8.754 8.754 0 0 0 1.535-.072l7.754-1.062v-3.028l-8.161 1.117a5.664 5.664 0 0 1-1.004.048l-3.82-.159V87h-3v12.587l-34.202-1.42a8.601 8.601 0 0 0-.533-1.141l-2.39-4.277a5.663 5.663 0 0 1-.719-2.763V87h-3v2.986c0 1.48.379 2.935 1.101 4.227l2.13 3.812-38.744-1.61a8.666 8.666 0 0 0-1.975.145l-12.99 2.465V87h-3v.776L120.064 87h-10.603l13.232 3.903v8.691l-.775.147a8.652 8.652 0 0 0-2.204.736l-11.953 5.871a5.672 5.672 0 0 1-2.497.58H98.68c-.815 0-1.625.115-2.407.341l-7.933 2.294a5.665 5.665 0 0 1-6.255-2.253l-.664-.975a8.661 8.661 0 0 0-6.315-3.745l-5.342-.524 1.31-11.712A5.648 5.648 0 0 1 72.675 87h-3.67a8.616 8.616 0 0 0-.724 1.94l-4.646-1.848a9.957 9.957 0 0 0-5.061 2.245 8.523 8.523 0 0 0-.02.227l-.363 4.825a8.697 8.697 0 0 0-.563-.019h-2.28Zm4.344 20.082-.53 7.074.07 2.48h11.948c.165 0 .33-.007.493-.022l-2.974-9.532h-9.006Zm7.853-3H59.92l.415-5.535h4.763l2.45 5.535Zm-5.972-21.95a5.728 5.728 0 0 0-.029.287l-.4 5.327a8.662 8.662 0 0 1 4.406 4.413l.983 2.22.243.024 1.092-9.769-6.295-2.503Zm-.357 104.328-1.899-66.824h11.863c.472 0 .94-.039 1.4-.114l.166.533c.17.546.257 1.115.257 1.687v13.327c0 1.701.5 3.364 1.44 4.782l3 4.535a8.663 8.663 0 0 0 7.226 3.883h1.74c1.237 0 2.44.405 3.424 1.152l5.42 4.114a8.665 8.665 0 0 0-3.29 5.696l-1.388 10.27c-.068.504-.499.88-1.007.88a4.017 4.017 0 0 0-3.918 3.132l-2.389 10.582a5.692 5.692 0 0 1-.242.797l-1.853 4.789a8.664 8.664 0 0 0-.584 3.127v3.343a5.607 5.607 0 0 1-.6-.791l-1.39-2.209a8.663 8.663 0 0 0-5.324-3.816l-12.052-2.875Zm18.758 13.096a8.646 8.646 0 0 1-2.532-2.599l-1.389-2.209a5.665 5.665 0 0 0-3.48-2.495l-11.269-2.688.382 13.417v8.587h2.69a8.66 8.66 0 0 1 3.181.605l11.33-11.13c.445-.437.81-.941 1.087-1.488Zm-9.713 14.168 10.728-10.539a8.66 8.66 0 0 0 1.735-2.422 8.662 8.662 0 0 0 2.053.246h10.546c1.404 0 2.759.522 3.8 1.465l2.944 2.663c4.333 3.921 11.224 2.517 13.677-2.787l2.249-4.862c.21-.454.479-.878.801-1.261l3.485-4.158a4.389 4.389 0 0 1 5.418-1.058 7.386 7.386 0 0 0 8.003-.701l.044-.035v1.405c0 .418-.046.835-.138 1.243l-4.457 19.817-.008.036-.13.651-7.925-1.464a8.662 8.662 0 0 0-4.694.436l-6.189 2.389a6.129 6.129 0 0 0-6.116-5.73h-2.586a2.118 2.118 0 0 1-1.815-1.029 5.113 5.113 0 0 0-4.388-2.487h-3.48a8.664 8.664 0 0 0-7.103 3.702l-2.04 2.918a5.664 5.664 0 0 1-4.643 2.421h-6.772c-1.061 0-2.1-.298-3-.859Zm-5.364.869a5.623 5.623 0 0 0-.52-.024h-2.69v2.84l3.21-2.816Zm-3.21 6.806 6.332-5.554.516.336a8.663 8.663 0 0 0 4.725 1.402h2.756l-14.33 4.273v-.457Zm21.851-23.527c.03-.287.044-.577.044-.868v-4.196c0-.699.13-1.393.382-2.044l1.853-4.79c.153-.397.277-.804.37-1.219l2.39-10.581c.104-.464.516-.793.99-.793 2.01 0 3.712-1.486 3.98-3.478l1.39-10.27a5.666 5.666 0 0 1 2.378-3.891l.054-.038c.095-.066.188-.133.28-.203l3.15 3.221a8.673 8.673 0 0 0 2.197 1.629l-4.316 16.239a8.664 8.664 0 0 0 .962 6.713l2.86 4.724c.536.885.819 1.899.819 2.934v11.265l-2.185-1.977a8.666 8.666 0 0 0-5.813-2.24H84.779a5.61 5.61 0 0 1-1.239-.137Zm21.668-39.995c.235.062.442.177.612.328a5.68 5.68 0 0 0 1.175.123h8.854c.902 0 1.789.141 2.633.41v-14.673c0-1.154.231-2.286.667-3.332h-11.743a5.664 5.664 0 0 0-5.568 4.626l-.898 4.82a8.66 8.66 0 0 1-1.245 3.122l3.251 3.323a5.674 5.674 0 0 0 1.733 1.209 1.47 1.47 0 0 1 .529.044Zm-3.627 19.484 4.282-16.107a8.69 8.69 0 0 0 1.132.074h8.854a5.66 5.66 0 0 1 2.633.649v.959a5.662 5.662 0 0 1-1.615 3.961l-1.383 1.414a8.664 8.664 0 0 0-2.383 7.282l2.787 19.527a8.561 8.561 0 0 0-.616 1.109l-2.249 4.862c-1.222 2.643-4.131 3.805-6.7 3.072v-13.202a8.663 8.663 0 0 0-1.253-4.488l-2.86-4.724a5.665 5.665 0 0 1-.629-4.388Zm19.587-39.589.006-.006a5.686 5.686 0 0 0 1.181-1.932l-7.024-1.862a8.663 8.663 0 0 1-2.704-1.246l-5.135-3.546a5.664 5.664 0 0 0-3.218-1.003h-4.92a8.664 8.664 0 0 1-8.664-8.665v-5.904h-6.265a8.665 8.665 0 0 1-2.971-.526l-4.242 4.111a8.622 8.622 0 0 1-1.797 1.338l.197.631c.26.835.393 1.705.393 2.58v13.327c0 1.112.327 2.199.941 3.127l3.002 4.535a5.664 5.664 0 0 0 4.723 2.538h1.74c1.892 0 3.731.619 5.238 1.763l5.712 4.335a5.67 5.67 0 0 0 .63-1.737l.898-4.82a8.663 8.663 0 0 1 8.517-7.077h13.417c.119 0 .234.013.345.039Zm-5.069-6.7 6.594 1.748v-19.212H93.69v5.904a5.664 5.664 0 0 0 5.664 5.665h4.92c1.759 0 3.476.535 4.923 1.535l5.135 3.546a5.692 5.692 0 0 0 1.767.814Zm7.27 8.739a8.665 8.665 0 0 0 1.797-2.931c.372.244.715.532 1.022.859l16.446 17.531a5.666 5.666 0 0 1 1.534 3.876v5.209h-16.263a5.664 5.664 0 0 1-3.911-1.566l-2.163-2.065a9.442 9.442 0 0 0-.349-.315v-16.344c0-1.433.543-2.812 1.52-3.861l.367-.393Zm23.799 19.335v5.511c.178.048.354.102.529.162l1.029.35a8.665 8.665 0 0 1 3.17-3.693l4.134-2.69a1.493 1.493 0 0 1-.072-.461v-20.494l-3.215-.535a5.675 5.675 0 0 0-.93-.077h-21.999l15.008 15.999a8.664 8.664 0 0 1 2.346 5.928Zm11.79-2.265v-18.55l6.264 1.042v6.106c0 .675-.121 1.345-.357 1.977l-2.092 5.617a5.669 5.669 0 0 1-2.219 2.77l-1.596 1.038Zm0-21.592 6.264 1.043v-3.049c0-.946.154-1.868.443-2.736l-6.707-2.667v7.409Zm9.264 10.19v-5.606l2.025.337 5.501 1.058v3.084a5.662 5.662 0 0 1-1.615 3.961l-.461.471-5.606-1.672a8.672 8.672 0 0 0 .156-1.633Zm3.08 5.729-4.17-1.244-1.548 4.156a8.664 8.664 0 0 1-3.394 4.237l-8.658 5.633a5.658 5.658 0 0 0-1.946 2.154l6.005 2.047a8.6 8.6 0 0 1 1.772.838l6.446 3.998a8.673 8.673 0 0 1 1.86 1.552l2.019-6.927a5.663 5.663 0 0 0-.096-3.471l-1.116-3.162a8.662 8.662 0 0 1 1.976-8.942l.85-.869Zm-1.456 26.622 2.722-9.338a8.66 8.66 0 0 0-.147-5.309l-1.116-3.162a5.664 5.664 0 0 1 1.291-5.846l1.992-2.036a8.672 8.672 0 0 0 1.601.149h8.528l1.171 4.835 2.822 15.391c.062.337.093.679.093 1.021v36.723a8.7 8.7 0 0 0-.955-1.258l-16.457-17.994a5.664 5.664 0 0 1-1.484-3.823v-6.793a8.63 8.63 0 0 0-.266-2.129c.089-.128.158-.273.205-.431Zm7.359-28.542a8.668 8.668 0 0 0 1.543-4.936v-2.507l3.608.694 1.634 6.749h-6.785Zm1.543-10.498 2.832.545-.66-2.723-2.172-.863v3.041Zm-3-4.234-7.288-2.898a5.644 5.644 0 0 0-.238 1.625v3.548l2.536.422.037.007 4.953.953v-3.657Zm-22.512-.219 2.722.453v-8.103l-.317-.126a1.611 1.611 0 0 1-.152-.07l-18.978-10.115a5.637 5.637 0 0 0-1.35-.511l-8.812-2.103a5.848 5.848 0 0 0-.656-.116v20.104c.305.142.602.3.889.476.045-.004.091-.007.137-.007h25.094c.477 0 .953.04 1.423.118Zm-78.112-19.298 3.347-3.243-5.971-2.611 1.991 6.384c.223-.16.434-.337.633-.53Zm87.485 97.766a8.668 8.668 0 0 1-1.617 3.888l26.127-1.018v-.828c0-1.414-.53-2.778-1.485-3.822l-14.266-15.6-5.384 4.496a5.662 5.662 0 0 0-1.972 3.509l-1.403 9.375Zm1.452-15.187 5.28-4.409-.164-.179a8.666 8.666 0 0 1-2.27-5.847v-6.793c0-1.96-1.014-3.78-2.679-4.813l-6.446-3.999a5.706 5.706 0 0 0-1.158-.548l-5.667-1.931v1.61a8.67 8.67 0 0 1-1.468 4.826l-4.884 7.282a8.704 8.704 0 0 1-1.867 2.006l-3.992 3.113v3.744c0 .64-.07 1.277-.211 1.901l-4.453 19.8-.118.591 16.245 3.003c.412.076.832.106 1.25.09l5.567-.217a8.73 8.73 0 0 1 .535-.71l.82-.977a5.67 5.67 0 0 0 1.261-2.8l1.403-9.375a8.66 8.66 0 0 1 3.016-5.368Zm64.287-14.248a4.376 4.376 0 0 0-3.217-3.661l-4.391-1.164a8.133 8.133 0 0 1-.725-.228v5.069l2.092 1.728a2.986 2.986 0 0 0 4.086-.267 5.977 5.977 0 0 1 2.155-1.477Zm-11.333-11.751v-15.703l-.276-.069a7.408 7.408 0 0 1-4.559-3.382 4.41 4.41 0 0 0-1.24-1.336l-8.65 1.146a1.438 1.438 0 0 1-.197.013h-14.289l1.009 4.17a.074.074 0 0 1 .004.014l.006.028.008.04 1.067 5.821 10.426 6.218c.877.523 1.88.8 2.901.8h8.15a8.22 8.22 0 0 1 5.64 2.24Zm-26.397-5.336 8.169 4.873a8.67 8.67 0 0 0 4.438 1.223h8.15c1.819 0 3.507.947 4.454 2.501a8.21 8.21 0 0 0 1.186 1.512v10.767c0 1.66-.728 3.236-1.991 4.312l-1.369 1.166a5.666 5.666 0 0 1-3.674 1.353h-1.951a8.664 8.664 0 0 0-7.93 5.174l-6.485 14.734a5.671 5.671 0 0 1-1.005 1.541l-.02.022-.253.01a5.66 5.66 0 0 1-.534-2.399v-39.537a8.63 8.63 0 0 0-.142-1.563l-1.043-5.689Zm25.527-18.871-4.778-19.54a8.694 8.694 0 0 1-.248-2.058v-.819l-11.546 6.157a8.662 8.662 0 0 1-8.414-.145l-7.777-4.498v6.844c0 .355.033.709.099 1.057l14.588 6.463c.032.014.063.03.095.046l13.394 7.101 4.587-.608Zm-1.566 3.234 2.283-.302c.101.428.153.866.153 1.306v1.147a4.41 4.41 0 0 1-2.262-1.873 7.197 7.197 0 0 0-.174-.278Zm-8.145-1.947-9.629-5.104-12.442-5.513 2.714 11.206h14.917l4.44-.589Zm8.79-50.628a5.666 5.666 0 0 0 1.645-2.857l-33.488-1.391.001.06v29.182c.166.082.331.17.493.264l8.786 5.081a5.663 5.663 0 0 0 5.501.095l12.957-6.91v-15.923c0-2.395.992-4.683 2.74-6.321l1.365-1.28ZM82.902 224.465h22.271c.697 0 1.389-.129 2.039-.38l1.904-.735a3.128 3.128 0 0 0-3.027-3.922h-2.586a5.116 5.116 0 0 1-4.388-2.488 2.115 2.115 0 0 0-1.815-1.028h-3.48c-1.85 0-3.584.903-4.644 2.42l-2.039 2.919a8.671 8.671 0 0 1-4.235 3.214Zm97.48-91.867v7.942l-10.291-4.092c.42-.379.901-.699 1.433-.943l5.349-2.454a5.661 5.661 0 0 1 2.362-.516h.302c.284 0 .566.021.845.063Zm0-31.345c0-.062-.002-.124-.004-.185l-39.844-1.655a5.665 5.665 0 0 0-1.291.094l-13.55 2.572v15.924c.455.034.907.105 1.352.211l8.812 2.102a8.708 8.708 0 0 1 2.065.782l18.905 10.076 10.277 4.086a8.666 8.666 0 0 1 3.169-2.482l5.349-2.454a8.663 8.663 0 0 1 3.613-.789h.302c.283 0 .565.014.845.041v-28.323ZM60.899 98.409l-.208 2.768 2.415.236-.297-.67a5.657 5.657 0 0 0-1.91-2.334Zm87.083 77.046-1.253-.427a5.678 5.678 0 0 0-1.827-.303h-16.997a8.665 8.665 0 0 1-5.982-2.396l-.568-.542a8.665 8.665 0 0 1-2.343 4.577l-1.383 1.414a5.664 5.664 0 0 0-1.558 4.761l2.395 16.782 1.516-1.809a7.387 7.387 0 0 1 9.122-1.781c1.528.81 3.39.647 4.753-.417l7.036-5.487c.473-.37.886-.812 1.22-1.311l4.884-7.282c.626-.934.96-2.032.96-3.155v-1.971c0-.219.008-.437.025-.653Zm-63.557-57.477h38.268v-15.33l-.216.041a5.657 5.657 0 0 0-1.441.481l-11.952 5.87a8.666 8.666 0 0 1-3.82.888H98.68a5.66 5.66 0 0 0-1.574.223l-7.932 2.294a8.666 8.666 0 0 1-9.568-3.446l-.664-.975a5.665 5.665 0 0 0-4.129-2.449l-5.382-.527-.005.047a5.664 5.664 0 0 0 .221 2.316l1.289 4.13a5.66 5.66 0 0 0 2.512 2.154l8.707 3.808a5.665 5.665 0 0 0 2.27.475Z" fill="#E8E9EE"/><path fill-rule="evenodd" clip-rule="evenodd" d="M223 88H65a9 9 0 0 0-9 9v128a9 9 0 0 0 9 9h158a9 9 0 0 0 9-9V97a9 9 0 0 0-9-9ZM65 87c-5.523 0-10 4.477-10 10v128c0 5.523 4.477 10 10 10h158c5.523 0 10-4.477 10-10V97c0-5.523-4.477-10-10-10H65Z" fill="#06040F"/><path fill-rule="evenodd" clip-rule="evenodd" d="M107 116c0 40.8 44.915 85 49 85 4.085 0 49-44.2 49-85 0-28.166-21.94-51-49-51s-49 22.834-49 51Zm32.667-.001c0-9.389 7.312-17 16.333-17 9.021 0 16.333 7.611 16.333 17 0 9.388-7.312 17-16.333 17-9.021 0-16.333-7.612-16.333-17Z" fill="#E8E9EE" style="mix-blend-mode:multiply"/><path fill-rule="evenodd" clip-rule="evenodd" d="M95 104c0 40.8 44.915 85 49 85 4.085 0 49-44.2 49-85 0-28.166-21.94-51-49-51s-49 22.834-49 51Zm32.667-.001c0-9.39 7.312-17 16.333-17 9.021 0 16.333 7.61 16.333 17 0 9.388-7.312 17-16.333 17-9.021 0-16.333-7.612-16.333-17Z" fill="#C5C9D4" stroke="#06040F"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M176 86a5 5 0 0 0-5 5v2l-51 24H74c-5.523 0-10 4.477-10 10v42c0 5.523 4.477 10 10 10h19v38.5a9.5 9.5 0 0 0 9.5 9.5 9.5 9.5 0 0 0 9.5-9.5V179h8l51 24a5 5 0 0 0 10 0v-25c5.523 0 10-4.477 10-10v-40c0-5.523-4.477-10-10-10V91a5 5 0 0 0-5-5Z" fill="#E8E9EE" style="mix-blend-mode:multiply"/><path d="M52 115c0-5.523 4.477-10 10-10h11v62H62c-5.523 0-10-4.477-10-10v-42Z" fill="#fff" stroke="#06040F" stroke-linejoin="round"/><path d="M81 167h19v38.5a9.5 9.5 0 0 1-9.5 9.5 9.5 9.5 0 0 1-9.5-9.5V167ZM72 105h36v62H72z" fill="#C5C9D4" stroke="#06040F" stroke-linejoin="round"/><path d="m108 105 51-24v110l-51-24v-62ZM169 106c5.523 0 10 4.477 10 10v40c0 5.523-4.477 10-10 10v-60Z" fill="#fff" stroke="#06040F" stroke-linejoin="round"/><path d="M159 79a5 5 0 0 1 10 0v112a5 5 0 0 1-10 0V79Z" fill="#C5C9D4" stroke="#06040F" stroke-linejoin="round"/><path fill-rule="evenodd" clip-rule="evenodd" d="M228.83 62.879a3 3 0 0 1 0 4.242l-35.709 35.709a2.999 2.999 0 1 1-4.242-4.242l35.709-35.71a3 3 0 0 1 4.242 0ZM196.5 135.5a3 3 0 0 1 3-3H250a3 3 0 1 1 0 6h-50.5a3 3 0 0 1-3-3Zm-7.621 32.379a2.998 2.998 0 0 1 4.242 0l35.709 35.709a2.998 2.998 0 0 1 0 4.242 2.998 2.998 0 0 1-4.242 0l-35.709-35.709a2.998 2.998 0 0 1 0-4.242Z" fill="#C5C9D4"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M250 197.851c0 5.523-4.477 10-10 10h-11.153L229.12 223l-22.62-15.149H144c-5.523 0-10-4.477-10-10V147c0-5.523 4.477-10 10-10h96c5.523 0 10 4.477 10 10v50.851Z" fill="#E8E9EE" style="mix-blend-mode:multiply"/><path d="M216.847 195.351h-.509l.009.509.256 14.192-21.825-14.616-.126-.085H132a9.5 9.5 0 0 1-9.5-9.5V135a9.5 9.5 0 0 1 9.5-9.5h96a9.5 9.5 0 0 1 9.5 9.5v50.851a9.5 9.5 0 0 1-9.5 9.5h-11.153Z" fill="#E8E9EE" stroke="#06040F"/><circle cx="207.576" cy="160.586" r="7" fill="#C5C9D4"/><circle cx="179.576" cy="160.586" r="7" fill="#C5C9D4"/><circle cx="151.576" cy="160.586" r="7" fill="#C5C9D4"/><path d="M62 149.851c0 5.523 4.477 10 10 10h11.153L82.88 175l22.62-15.149H168c5.523 0 10-4.477 10-10V99c0-5.523-4.477-10-10-10H72c-5.523 0-10 4.477-10 10v50.851Z" fill="#E8E9EE" style="mix-blend-mode:multiply"/><path d="M71.153 147.351h.509l-.01.509-.255 14.192 21.825-14.616.126-.085H156a9.5 9.5 0 0 0 9.5-9.5V87a9.5 9.5 0 0 0-9.5-9.5H60a9.5 9.5 0 0 0-9.5 9.5v50.851a9.5 9.5 0 0 0 9.5 9.5h11.153Z" fill="#fff" stroke="#06040F"/><circle cx="7" cy="7" r="7" transform="matrix(-1 0 0 1 143.424 105.586)" fill="#E8E9EE"/><circle cx="7" cy="7" r="7" transform="matrix(-1 0 0 1 115.424 105.586)" fill="#E8E9EE"/><circle cx="7" cy="7" r="7" transform="matrix(-1 0 0 1 87.424 105.586)" fill="#E8E9EE"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M139.928 250.32H22.696V132.805c0-32.223 26.114-58.344 58.344-58.344h.544c32.23 0 58.344 26.121 58.344 58.344V250.32Z" fill="#D2EFDF" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M65.566 122.897 1 225.744l45.49 28.559 64.567-102.848-45.49-28.558Z" fill="#1DAE61" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M74.168 200.269c6.56-9.926 3.82-23.298-6.12-29.867-9.94-6.57-23.317-3.848-29.877 6.078-6.56 9.926-3.82 23.298 6.12 29.867 9.941 6.569 23.317 3.848 29.877-6.078Z" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M170.497 90.613 64.213 138.27l212.568-.031-106.284-47.633v.007Z" fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M153.603 133.968s-6.454-.107-10.94-3.43c5.205-1.768 8.574-1.033 8.574-1.033s-5.06-4.961-6.607-10.029c3.292.781 6.5 3.598 8.498 5.68a31.15 31.15 0 0 1 2.067 2.35s-2.863-12.907-.329-17.049c3.644 3.323 4.011 16.475 4.011 16.475s3.292-7.097 7.985-10.121c.1-.068.199-.13.299-.191-.038.421-.398 2.565-.567 3.2a38.272 38.272 0 0 1-3.261 8.207s1.447-.689 4.846-1.049c.123-.015 2.473-.199 3.751-.214-.918 1.095-3.276 2.947-3.391 3.024-3.369 2.304-6.829 3.131-6.829 3.131a7.737 7.737 0 0 1 3.2 2.297c-2.718.505-6.982-1.271-6.982-1.271-1.309.857-2.419 1.523-3.391 2.013-1.386.697-2.511 1.042-3.591 1.065.467-1.524 2.657-3.063 2.657-3.063v.008ZM198.893 125.041s1.754 6.217-.145 11.461c-3.185-4.479-3.453-7.916-3.453-7.916s-3.299 6.27-7.709 9.202c-.199-3.376 1.585-7.258 2.993-9.776.904-1.608 1.662-2.657 1.662-2.657s-11.537 6.454-16.238 5.221c2.136-4.448 14.622-8.574 14.622-8.574s-7.74-1.118-11.989-4.739a8.116 8.116 0 0 1-.267-.237c.421-.084 2.572-.352 3.23-.375a38.532 38.532 0 0 1 8.797.765s-1.072-1.186-2.397-4.341c-.046-.114-.895-2.312-1.286-3.537 1.309.559 3.767 2.29 3.874 2.381 3.169 2.565 4.961 5.643 4.961 5.643a7.712 7.712 0 0 1 1.286-3.721c1.271 2.457.789 7.051.789 7.051 1.202 1.01 2.159 1.875 2.909 2.672 1.072 1.133 1.715 2.105 2.051 3.131-1.592-.008-3.69-1.661-3.69-1.661v.007Z" fill="#F3F4F6"/><path d="M178.581 98.95s6.01 5.62 7.955 11.461c-3.843-.819-7.648-3.996-10.029-6.354-1.524-1.508-2.465-2.672-2.465-2.672s3.69 14.913.865 19.805c-4.326-3.759-5.122-19.024-5.122-19.024s-3.629 8.337-8.988 11.989l-.344.23c.038-.49.39-2.994.566-3.736a44.502 44.502 0 0 1 3.56-9.624s-1.661.835-5.604 1.355c-.138.016-2.863.299-4.356.36 1.034-1.294 3.721-3.514 3.851-3.613 3.851-2.772 7.847-3.836 7.847-3.836-1.462-.52 4.371-1.301 4.371-1.301 1.501-1.034 7.901 4.968 7.901 4.968l-.008-.007Z" fill="#F3F4F6"/><path d="M270.137 138.27H74.901v91.049h195.236V138.27Z" fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M74.901 137.788h18.19v91.523h-18.19v-91.523ZM104.414 137.788h18.19v91.523h-18.19v-91.523ZM133.919 137.788h18.19v91.523h-18.19v-91.523ZM163.423 137.788h18.19v91.523h-18.19v-91.523ZM192.938 137.788h18.189v91.523h-18.189v-91.523ZM222.443 137.788h18.19v91.523h-18.19v-91.523ZM251.954 137.788h18.19v91.523h-18.19v-91.523ZM201.457 114.446l-28.938-17.333-29.077 17.333V74.575c0-15.947 12.923-28.877 28.87-28.877h.268c15.947 0 28.87 12.922 28.87 28.877v39.871h.007Z" fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="m202.583 115.693-30.646-18.588-29.62 18.588V84.856h60.266v30.837ZM204.901 84.856h-64.905l-2.603-8.153h70.111l-2.603 8.153Z" fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M202.583 84.856h-60.266v5.757h60.266v-5.757Z" fill="#C5C9D4" style="mix-blend-mode:multiply" opacity=".6"/><path d="M285.884 229.312v20.999H59.154v-20.999h226.73ZM72.397 138.27H95.6l-2.603 8.521H74.992l-2.596-8.521ZM101.904 138.27h23.204l-2.595 8.521h-18.014l-2.595-8.521ZM131.407 138.27h23.212l-2.603 8.521H134.01l-2.603-8.521ZM160.92 138.27h23.204l-2.595 8.521h-18.014l-2.595-8.521ZM190.425 138.27h23.205l-2.596 8.521h-18.006l-2.603-8.521ZM219.93 138.27h23.212l-2.603 8.521h-18.006l-2.603-8.521ZM249.443 138.27h23.205l-2.596 8.521h-18.013l-2.596-8.521Z" fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="m72.942 138.653 2.358 29.949 194.47-22.171 2.365-7.778H72.942Z" fill="#C5C9D4" style="mix-blend-mode:multiply" opacity=".6"/><path d="M198.654 229.312h-52.227v7.112h52.227v-7.112Z" fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M203.678 236.087h-62.272v7.112h62.272v-7.112ZM210.642 243.199h-76.204v7.112h76.204v-7.112ZM170.497 90.613 64.213 138.27l212.568-.031-106.284-47.633v.007Zm1.554 41.012c-8.145 0-14.752-6.607-14.752-14.753 0-8.145 6.607-14.752 14.752-14.752 8.146 0 14.753 6.607 14.753 14.752 0 8.146-6.607 14.753-14.753 14.753ZM264.094 234.233a6.24 6.24 0 0 0 .329-1.975 6.163 6.163 0 0 0-12.325 0c0 .689.122 1.355.329 1.975 0 0 1.623 5.122 2.718 8.069 1.929 5.191 3.123 8.452 3.123 8.452s1.194-3.269 3.124-8.452l2.71-8.069h-.008Z" fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M269.676 244.208a4.582 4.582 0 0 0 1.156-.964 4.63 4.63 0 0 0-7.02-6.041 4.542 4.542 0 0 0-.781 1.287s-1.585 3.705-2.404 5.917a2255.96 2255.96 0 0 1-2.366 6.347s2.282-1.271 5.926-3.284l5.497-3.262h-.008ZM252.335 247.477a984.586 984.586 0 0 1 5.926 3.285s-.919-2.443-2.366-6.347c-.819-2.212-2.404-5.925-2.404-5.925a4.76 4.76 0 0 0-.781-1.287 4.63 4.63 0 0 0-7.02 6.041c.337.39.735.712 1.156.964l5.497 3.262-.008.007ZM291.141 234.234a6.24 6.24 0 0 0 .33-1.975 6.164 6.164 0 0 0-12.326 0c0 .689.123 1.355.329 1.975 0 0 1.623 5.121 2.718 8.069 1.929 5.19 3.124 8.452 3.124 8.452s1.194-3.269 3.123-8.452l2.71-8.069h-.008Z" fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M296.723 244.209a4.586 4.586 0 0 0 1.156-.965 4.631 4.631 0 0 0-7.02-6.04 4.574 4.574 0 0 0-.781 1.286s-1.585 3.706-2.404 5.918c-1.447 3.897-2.365 6.347-2.365 6.347s2.281-1.271 5.925-3.285l5.497-3.261h-.008ZM279.383 247.478c3.644 2.006 5.925 3.284 5.925 3.284s-.918-2.442-2.365-6.346c-.82-2.213-2.404-5.926-2.404-5.926a4.796 4.796 0 0 0-.781-1.286 4.631 4.631 0 0 0-7.02 6.04c.336.391.735.712 1.156.965l5.496 3.261-.007.008ZM236.49 234.303c.206-.62.329-1.286.329-1.975a6.164 6.164 0 0 0-12.326 0c0 .689.123 1.355.329 1.975 0 0 1.623 5.121 2.718 8.069 1.929 5.19 3.124 8.452 3.124 8.452s1.194-3.269 3.123-8.452l2.71-8.069h-.007Z" fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M242.072 244.278a4.603 4.603 0 0 0 1.156-.964 4.63 4.63 0 1 0-7.801-4.755s-1.585 3.706-2.404 5.918a2255.96 2255.96 0 0 1-2.366 6.347s2.282-1.271 5.926-3.285l5.497-3.261h-.008ZM224.731 247.54a958.053 958.053 0 0 1 5.926 3.284s-.919-2.442-2.366-6.347c-.819-2.212-2.404-5.925-2.404-5.925a4.755 4.755 0 0 0-.781-1.286 4.63 4.63 0 0 0-7.02 6.04c.337.39.735.712 1.156.965l5.497 3.261-.008.008ZM103.992 234.755a6.24 6.24 0 0 0 .329-1.975 6.163 6.163 0 0 0-12.325 0c0 .689.122 1.355.329 1.975 0 0 1.623 5.121 2.718 8.069 1.929 5.19 3.123 8.452 3.123 8.452s1.194-3.269 3.124-8.452l2.71-8.069h-.008Z" fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M109.574 244.73a4.586 4.586 0 0 0 1.156-.965 4.631 4.631 0 0 0-7.02-6.04 4.551 4.551 0 0 0-.781 1.286s-1.585 3.706-2.404 5.918c-1.447 3.897-2.366 6.347-2.366 6.347s2.282-1.271 5.926-3.285l5.496-3.261h-.007ZM92.234 247.991c3.644 2.006 5.925 3.284 5.925 3.284s-.918-2.442-2.365-6.346c-.82-2.213-2.404-5.926-2.404-5.926a4.795 4.795 0 0 0-.781-1.286 4.631 4.631 0 0 0-7.02 6.041c.337.39.735.712 1.156.964l5.496 3.262-.007.007ZM75.544 234.755c.207-.62.329-1.286.329-1.975a6.164 6.164 0 0 0-12.326 0c0 .689.123 1.355.33 1.975 0 0 1.623 5.121 2.717 8.069 1.93 5.19 3.124 8.452 3.124 8.452s1.194-3.269 3.123-8.452l2.71-8.069h-.007ZM81.133 244.73a4.631 4.631 0 1 0-5.864-7.005 4.574 4.574 0 0 0-.78 1.286s-1.586 3.706-2.405 5.918c-1.447 3.897-2.365 6.347-2.365 6.347s2.281-1.271 5.925-3.285l5.497-3.261h-.008Z" fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M63.793 247.991c3.644 2.006 5.925 3.284 5.925 3.284s-.918-2.442-2.365-6.346c-.82-2.213-2.404-5.926-2.404-5.926a4.795 4.795 0 0 0-.781-1.286 4.631 4.631 0 0 0-7.02 6.041c.337.39.735.712 1.156.964l5.496 3.262-.007.007Z" fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M156 63a6.826 6.826 0 0 0-6.826 6.826v10.279c0 .143.009.285.026.424-25.511 3.208-45.678 24.231-47.272 50.588l-3.538 58.515c-1.082 1.795-5.001 11.151-8.414 19.47-2.686 6.548 2.147 13.695 9.224 13.695h31.466c0 14.472 11.679 26.203 26.087 26.203 14.407 0 26.086-11.731 26.087-26.203h29.96c7.078 0 11.91-7.147 9.224-13.695-3.413-8.319-7.331-17.675-8.414-19.47l-3.538-58.515c-1.594-26.357-21.761-47.38-47.272-50.588.017-.139.026-.28.026-.424v-10.28A6.826 6.826 0 0 0 156 63Z" fill="#E8E9EE" style="mix-blend-mode:multiply"/><path d="M170.839 210.797c0 14.472-11.679 26.203-26.087 26.203-14.407 0-26.086-11.731-26.086-26.203h52.173Z" fill="#C5C9D4" stroke="#06040F" stroke-width="1.172"/><path d="M137.174 57.826a6.826 6.826 0 0 1 13.652 0v10.279c0 .143-.009.285-.026.424 25.511 3.208 45.678 24.231 47.272 50.588l3.538 58.515c1.083 1.795 5.001 11.151 8.414 19.47 2.686 6.548-2.089 13.695-9.167 13.695H87.142c-7.077 0-11.852-7.147-9.166-13.695 3.413-8.319 7.332-17.675 8.414-19.47l3.538-58.515c1.594-26.357 21.761-47.38 47.272-50.588a3.499 3.499 0 0 1-.026-.424v-10.28Z" fill="#C5C9D4"/><path d="m201.61 177.632-3.538-58.515c-1.594-26.357-21.761-47.38-47.272-50.588.017-.139.026-.28.026-.424v-10.28a6.826 6.826 0 0 0-13.652 0v10.28c0 .143.009.285.026.424-25.511 3.208-45.678 24.231-47.272 50.588l-3.538 58.515m115.22 0H86.39m115.22 0c1.083 1.795 5.001 11.151 8.414 19.47 2.686 6.548-2.089 13.695-9.167 13.695H87.142c-7.077 0-11.852-7.147-9.166-13.695 3.413-8.319 7.332-17.675 8.414-19.47" stroke="#06040F" stroke-width="1.172"/><circle cx="181.5" cy="135.5" r="4.5" fill="#fff"/><path d="M151 87c16.19 1.903 28.989 14.37 30 30" stroke="#fff" stroke-width="8" stroke-linecap="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M109.226 98H48.999l24 28v78c0 5.523 4.478 10 10 10h151c5.523 0 10-4.477 10-10v-36H263l-18.741-22H193v-20h-.278L217 98h-60.227L133 126l-23.774-28Z" fill="#E8E9EE"/><path d="M181 114h-60v88h50c5.523 0 10-4.477 10-10v-78Z" fill="#F3F4F6" stroke="#06040F"/><path d="M61 114h60v88H71c-5.523 0-10-4.477-10-10v-78Z" fill="#E8E9EE" stroke="#06040F" stroke-linejoin="round"/><path d="M94.758 164.539 96.143 134H85.857l1.385 30.539h7.516ZM91.066 182c3.23 0 5.934-2.534 5.934-6.094 0-3.424-2.703-5.957-5.934-5.957-3.297 0-6.066 2.533-6.066 5.957 0 3.56 2.77 6.094 6.066 6.094Z" fill="#C5C9D4"/><path d="M144.774 86H205l-24.277 28H121l23.774-28Z" fill="#C5C9D4" stroke="#06040F" stroke-linejoin="round"/><path d="M97.226 86H37l24 28h60L97.226 86ZM185 134h47v58c0 5.523-4.477 10-10 10h-37v-68Z" fill="#E8E9EE" stroke="#06040F" stroke-linejoin="round"/><path d="M185 134h-46v58c0 5.523 4.477 10 10 10h36v-68Z" fill="#fff" stroke="#06040F" stroke-linejoin="round"/><path d="M164.132 176.905 165.286 154h-8.572l1.154 22.905h6.264ZM161.055 190c2.692 0 4.945-1.9 4.945-4.57 0-2.568-2.253-4.468-4.945-4.468-2.747 0-5.055 1.9-5.055 4.468 0 2.67 2.308 4.57 5.055 4.57Z" fill="#C5C9D4"/><path d="M232.259 134H185l18.767 22H251l-18.741-22Z" fill="#E8E9EE" stroke="#06040F" stroke-linejoin="round"/><path d="M137.679 134H185l-18.679 22H119l18.679-22Z" fill="#fff" stroke="#06040F" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300" fill="none" xmlns:v="https://vecta.io/nano"><style><![CDATA[.B{fill:#c5c9d4}.C{stroke:#fff}.D{fill:#e8e9ee}.E{stroke:#06040f}.F{stroke-linecap:round}.G{fill:#dcdfe5}.H{fill-rule:evenodd}]]></style><path d="M245.201 164.608a9.962 9.962 0 0 0-7.06-12.228l-126.784-33.753c-5.337-1.42-10.829 1.751-12.267 7.083l-16.38 60.737a9.96 9.96 0 0 0 7.06 12.227l126.784 33.753a10.04 10.04 0 0 0 12.267-7.082l16.38-60.737z" style="mix-blend-mode:multiply" class="D"/><path d="M232.013 142.541a9.464 9.464 0 0 1 6.707 11.617l-16.38 60.737a9.54 9.54 0 0 1-11.654 6.728L83.901 187.87a9.463 9.463 0 0 1-6.706-11.616l16.38-60.737a9.54 9.54 0 0 1 11.654-6.728l126.784 33.752z" fill="#fff" class="E"/><path d="M85.066 172.281l.257.064c4.554 1.212 7.23 6.004 6.046 10.76l115.247 30.681c1.368-4.707 6.097-7.527 10.651-6.315l.138.038.117.035 13.326-49.413a8.032 8.032 0 0 1-.257-.064c-4.554-1.213-7.231-6.004-6.047-10.761l-115.245-30.681c-1.368 4.708-6.098 7.528-10.652 6.315a5.577 5.577 0 0 1-.255-.072l-13.326 49.413z" class="D H"/><path d="M169.636 176.168c-1.853 6.873-8.374 8.79-14.612 7.799l-1.486 5.51-4.361-1.222 1.47-5.453c-6.613-2.613-9.868-8.167-8.245-14.188l9.046 2.408c-.72 2.669.632 4.612 3.725 5.436 2.743.73 4.643-.286 5.164-2.217.306-1.136.09-2.655-2.742-4.444l-3.966-2.456c-7.674-4.478-7.932-9.783-7.029-13.134 1.532-5.68 7.218-8.671 13.851-7.758l1.517-5.623 4.376 1.165-1.516 5.623c6.205 2.505 9.316 7.899 7.56 13.945l-9.045-2.408c.702-2.37-.285-4.276-2.736-4.929-2.393-.637-4.293.379-4.799 2.254-.199.738-.364 2.277 2.542 4.025l3.487 2.146c4.823 2.988 9.53 7.103 7.799 13.521Z" class="B"/><rect width="103.156" height="70.26" rx="10" transform="matrix(.96634 -.25726 .26038 .9655 60.389 105.297)" style="mix-blend-mode:multiply" class="D"/><rect x="-.613" y="-.354" width="104.156" height="71.26" rx="10.5" transform="matrix(.96634 -.25726 .26038 .9655 50.072 99.168)" fill="#fff" stroke-linejoin="round" class="E"/><path d="M129.231 133.952a4.015 4.015 0 0 0 4.907 2.833l14.628-3.894A3.984 3.984 0 0 0 151.59 128l-1.153-4.274a4.015 4.015 0 0 0-4.907-2.833l-14.628 3.894a3.984 3.984 0 0 0-2.824 4.891l1.153 4.274Z" class="B"/><path d="M73.773 150.877a2.988 2.988 0 0 1 2.118-3.668l29.812-7.936a3.011 3.011 0 0 1 3.68 2.124 2.99 2.99 0 0 1-2.118 3.669l-29.812 7.936a3.012 3.012 0 0 1-3.68-2.125zm-2.24-8.306a2.988 2.988 0 0 1 2.117-3.668l43.787-11.657a3.011 3.011 0 0 1 3.68 2.124 2.99 2.99 0 0 1-2.118 3.669l-43.786 11.657a3.012 3.012 0 0 1-3.68-2.125z" class="D H"/><path d="m56.472 123.334 99.683-26.538-3.236-11.998-99.683 26.538 3.236 11.998Z" class="B"/><ellipse cx="176.526" cy="103.626" rx="21.206" ry="21.069" style="mix-blend-mode:multiply" class="D"/><path d="M170.871 119.577c11.985 0 21.706-9.654 21.706-21.57s-9.721-21.568-21.706-21.568-21.705 9.654-21.705 21.569 9.721 21.569 21.705 21.569z" class="B E"/><mask id="A" maskUnits="userSpaceOnUse" x="149" y="76" width="44" height="44" mask-type="alpha"><path d="M191.577 98.008c0 11.357-9.267 20.569-20.706 20.569s-20.705-9.212-20.705-20.57 9.267-20.568 20.705-20.568 20.706 9.212 20.706 20.569z" fill="#fff" class="C"/></mask><g mask="url(#A)" class="C F"><path d="M171.225 67.81v60.045m30.217-30.023h-60.435m51.585-21.229l-42.734 42.459m42.734 0l-42.734-42.46m47.537 6.218l-52.339 30.024m41.277 10.989l-30.217-52.002m44.297 18.231l-58.376 15.541m37.008 21.229l-15.641-58m37.009 36.771l-58.376-15.541m21.367 36.77l15.642-58m18.348 44.012l-52.339-30.023m11.061 41.012l30.218-52.002"/></g><path d="M170.871 116.065c10.033 0 18.172-8.081 18.172-18.057s-8.139-18.058-18.172-18.058S152.7 88.032 152.7 98.008s8.139 18.057 18.171 18.057z" class="C G"/><path d="M171.78 101.556c1.111 0 2.357-.563 2.996-1.492l3.871 2.388c-1.38 1.923-3.332 3.283-5.823 3.582v3.913h-2.525V106c-3.971-.597-7.203-3.614-7.203-7.992s3.232-7.362 7.203-7.96v-3.98h2.525v3.947c2.491.299 4.443 1.659 5.823 3.582l-3.871 2.388c-.639-.929-1.885-1.492-2.996-1.492-2.289 0-3.635 1.591-3.635 3.515 0 1.957 1.346 3.548 3.635 3.548Z" class="B"/><ellipse cx="207.86" cy="133.687" rx="21.206" ry="21.069" style="mix-blend-mode:multiply" class="D"/><path d="M202.205 149.638c11.985 0 21.706-9.654 21.706-21.569S214.19 106.5 202.205 106.5s-21.705 9.654-21.705 21.569 9.721 21.569 21.705 21.569z" class="B E"/><mask id="B" maskUnits="userSpaceOnUse" x="181" y="107" width="43" height="43" mask-type="alpha"><path d="M222.911 128.069c0 11.357-9.267 20.569-20.706 20.569s-20.705-9.212-20.705-20.569 9.267-20.569 20.705-20.569 20.706 9.212 20.706 20.569z" fill="#fff" class="C"/></mask><g mask="url(#B)" class="C F"><path d="M202.559 97.87v60.046m30.217-30.023h-60.435m51.585-21.229l-42.735 42.459m42.735 0l-42.735-42.459m47.538 6.218l-52.339 30.023m41.277 10.989l-30.217-52.002m44.297 18.231l-58.376 15.541m37.008 21.229l-15.641-58m37.009 36.771l-58.376-15.541m21.367 36.77l15.642-58m18.348 44.012l-52.339-30.023m11.061 41.012l30.218-52.002"/></g><path d="M202.205 146.126c10.033 0 18.172-8.081 18.172-18.057s-8.139-18.058-18.172-18.058-18.171 8.082-18.171 18.058 8.139 18.057 18.171 18.057z" class="C G"/><path d="M203.114 131.617c1.111 0 2.356-.563 2.996-1.492l3.871 2.388c-1.38 1.923-3.332 3.283-5.823 3.581v3.914h-2.525v-3.947c-3.972-.597-7.203-3.615-7.203-7.992s3.231-7.363 7.203-7.96v-3.979h2.525v3.946c2.491.299 4.443 1.658 5.823 3.582l-3.871 2.388c-.64-.929-1.885-1.493-2.996-1.493-2.289 0-3.635 1.592-3.635 3.516 0 1.956 1.346 3.548 3.635 3.548z" class="B"/><ellipse cx="218.23" cy="91.687" rx="21.206" ry="21.069" style="mix-blend-mode:multiply" class="D"/><path d="M212.575 107.638c11.985 0 21.706-9.654 21.706-21.57S224.56 64.5 212.575 64.5s-21.705 9.654-21.705 21.569 9.721 21.569 21.705 21.569z" class="B E"/><mask id="C" maskUnits="userSpaceOnUse" x="191" y="65" width="43" height="43" mask-type="alpha"><path d="M233.281 86.069c0 11.357-9.268 20.569-20.706 20.569s-20.705-9.212-20.705-20.57S201.137 65.5 212.575 65.5s20.706 9.212 20.706 20.569z" fill="#fff" class="C"/></mask><g mask="url(#C)" class="C F"><path d="M212.929 55.87v60.046m30.217-30.023h-60.435m51.585-21.229l-42.735 42.459m42.735 0l-42.735-42.46m47.538 6.219l-52.339 30.023m41.278 10.989L197.82 59.892m44.297 18.231l-58.376 15.54m37.009 21.23l-15.642-58m37.009 36.771l-58.376-15.541m21.367 36.77l15.642-58m18.348 44.012l-52.339-30.023m11.061 41.012l30.218-52.002"/></g><path d="M212.575 104.126c10.033 0 18.171-8.081 18.171-18.057s-8.138-18.058-18.171-18.058-18.171 8.082-18.171 18.058 8.138 18.057 18.171 18.057z" class="C G"/><path d="M213.484 89.617c1.111 0 2.356-.564 2.996-1.492l3.87 2.388c-1.38 1.923-3.332 3.283-5.823 3.581v3.914h-2.524V94.06c-3.972-.597-7.203-3.615-7.203-7.992s3.231-7.363 7.203-7.96v-3.98h2.524v3.947c2.491.299 4.443 1.659 5.823 3.582l-3.87 2.388c-.64-.929-1.885-1.493-2.996-1.493-2.289 0-3.635 1.592-3.635 3.516 0 1.956 1.346 3.548 3.635 3.548z" class="B"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M156.5 237c44.459 0 80.5-36.041 80.5-80.5S200.959 76 156.5 76 76 112.041 76 156.5s36.041 80.5 80.5 80.5Zm0-50c16.845 0 30.5-13.655 30.5-30.5S173.345 126 156.5 126 126 139.655 126 156.5s13.655 30.5 30.5 30.5Z" fill="#E8E9EE"/><path d="M224.5 144.5c0 44.183-35.817 80-80 80s-80-35.817-80-80 35.817-80 80-80 80 35.817 80 80Zm-80 31c17.121 0 31-13.879 31-31 0-17.121-13.879-31-31-31-17.121 0-31 13.879-31 31 0 17.121 13.879 31 31 31Z" fill="#fff" stroke="#06040F"/><path d="M145 64.501c25.257.155 47.738 12.014 62.295 30.428l-38.806 29.935c-5.586-6.817-14.023-11.21-23.489-11.36V64.501Z" fill="#D1D4DD" stroke="#06040F"/></svg>
@@ -1,71 +1 @@
1
- <svg viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g>
3
- <path d="M0 0H300V300H0V0Z" fill="black"/>
4
- <path d="M0 0H300V300H0V0Z" fill="white"/>
5
- <path d="M95.2129 138.585C95.2129 86.8771 137.384 44.9541 189.411 44.9541C241.438 44.9541 283.609 86.8771 283.609 138.585C283.609 190.293 241.438 232.216 189.411 232.216C137.384 232.216 95.2129 190.293 95.2129 138.585Z" fill="#0072F0" stroke="#1E164B"/>
6
- <path d="M166.146 143.366L166.06 226.531C166.096 229.493 163.593 232.312 158.191 232.38H116.6C113.214 232.38 110.481 229.765 110.488 226.558L110.718 143.223C110.732 138.872 112.117 134.528 114.498 130.851L126.557 112.528L150.473 112.59L162.466 130.974C164.999 134.657 166.154 139.015 166.146 143.366Z" fill="white" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/>
7
- <path d="M151.535 93.49L151.485 109.642C151.485 110.431 150.983 111.963 150.481 112.597L126.565 112.535C125.898 111.902 125.561 110.091 125.561 109.138L125.611 93.429C125.618 90.222 128.337 87.655 131.715 87.669L145.467 87.703C148.845 87.71 151.55 90.29 151.535 93.497" fill="white"/>
8
- <path d="M151.535 93.49L151.485 109.642C151.485 110.431 150.983 111.963 150.481 112.597L126.565 112.535C125.898 111.902 125.561 110.091 125.561 109.138L125.611 93.429C125.618 90.222 128.337 87.655 131.715 87.669L145.467 87.703C148.845 87.71 151.55 90.29 151.535 93.497M110.545 207.362L165.966 207.505M166.138 144.836L110.717 144.693" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/>
9
- <g style="mix-blend-mode:multiply">
10
- <path d="M126.785 112.596L115.028 129.999C113.192 132.723 110.853 136.795 110.717 140.022V188.87L152.487 115.558L150.651 112.596H126.785Z" fill="#DCDFE5"/>
11
- </g>
12
- <path fill-rule="evenodd" clip-rule="evenodd" d="M73.9169 42.9502H105.91V175.434L137.393 253.854C137.613 254.402 137.71 254.991 137.677 255.58C137.644 256.168 137.482 256.743 137.202 257.262C136.922 257.782 136.532 258.233 136.058 258.585C135.585 258.937 135.04 259.18 134.462 259.298C121.222 261.999 107.744 263.359 94.2319 263.359H85.5939C72.0816 263.359 58.6036 261.999 45.3639 259.298C44.7859 259.18 44.2409 258.937 43.7674 258.585C43.2939 258.233 42.9036 257.782 42.6239 257.262C42.3443 256.743 42.1823 256.168 42.1493 255.58C42.1162 254.991 42.2131 254.402 42.4329 253.854L58.6079 213.564L33.8359 180.978L45.3749 169.439L69.3259 186.864L73.9159 175.432L73.9169 42.9502Z" fill="white"/>
13
- <path d="M105.91 42.9502H106.41V42.4502H105.91V42.9502ZM73.9168 42.9502V42.4502H73.4168V42.9502H73.9168ZM105.91 175.434H105.41V175.531L105.446 175.62L105.91 175.434ZM58.6078 213.564L59.0718 213.75L59.1768 213.487L59.0058 213.261L58.6078 213.564ZM33.8358 180.978L33.4818 180.624L33.1738 180.933L33.4378 181.28L33.8358 180.978ZM45.3748 169.439L45.6688 169.034L45.3238 168.783L45.0218 169.085L45.3748 169.439ZM69.3258 186.864L69.0318 187.268L69.5518 187.646L69.7898 187.05L69.3258 186.864ZM73.9158 175.432V174.932H73.5778L73.4518 175.245L73.9158 175.432ZM73.9158 175.432L73.9168 175.932H74.4168V175.432H73.9158ZM105.91 42.4502H73.9168V43.4502H105.91V42.4502ZM106.41 175.434V42.9502H105.41V175.434H106.41ZM137.857 253.668L106.374 175.248L105.446 175.62L136.929 254.04L137.857 253.668ZM134.562 259.788C135.211 259.656 135.824 259.382 136.356 258.986C136.888 258.591 137.327 258.083 137.641 257.499C137.956 256.915 138.138 256.27 138.175 255.608C138.212 254.946 138.104 254.284 137.857 253.668L136.929 254.04C137.121 254.52 137.206 255.035 137.177 255.551C137.148 256.067 137.006 256.57 136.761 257.025C136.516 257.48 136.174 257.875 135.76 258.183C135.345 258.492 134.868 258.705 134.362 258.808L134.562 259.788ZM94.2318 263.859C107.778 263.859 121.289 262.495 134.562 259.788L134.362 258.808C121.155 261.502 107.711 262.859 94.2318 262.859V263.859ZM89.9118 263.859H94.2318V262.859H89.9118V263.859ZM85.5938 263.859H89.9118V262.859H85.5928L85.5938 263.859ZM45.2638 259.788C58.5365 262.495 72.0479 263.859 85.5938 263.859L85.5928 262.859C72.1141 262.859 58.6706 261.502 45.4638 258.808L45.2638 259.788ZM41.9688 253.668C41.7219 254.284 41.6132 254.946 41.6504 255.608C41.6876 256.27 41.8698 256.915 42.1842 257.499C42.4985 258.083 42.9373 258.591 43.4694 258.986C44.0016 259.382 44.6142 259.656 45.2638 259.788L45.4638 258.808C44.9577 258.705 44.4804 258.492 44.0658 258.183C43.6512 257.875 43.3094 257.48 43.0645 257.025C42.8196 256.57 42.6777 256.067 42.6487 255.551C42.6197 255.035 42.7044 254.52 42.8968 254.04L41.9688 253.668ZM58.1438 213.377L41.9688 253.668L42.8968 254.04L59.0718 213.75L58.1438 213.377ZM59.0058 213.261L34.2338 180.675L33.4378 181.28L58.2098 213.866L59.0058 213.261ZM34.1898 181.331L45.7288 169.792L45.0218 169.085L33.4818 180.624L34.1898 181.331ZM45.0798 169.843L69.0318 187.268L69.6208 186.46L45.6688 169.034L45.0798 169.843ZM73.4518 175.245L68.8618 186.678L69.7898 187.05L74.3798 175.618L73.4518 175.245ZM73.4168 42.9502V175.432H74.4168V42.9502H73.4168Z" fill="#1E164B"/>
14
- <path d="M27.6333 174.6L39.1733 163.06L41.7533 165.642L30.2133 177.181L27.6333 174.6ZM35.7583 179.685L44.2603 171.182L114.286 241.208C115.156 242.078 115.156 243.488 114.286 244.358L108.933 249.71C108.064 250.58 106.653 250.58 105.784 249.71L35.7583 179.685ZM18.5243 160.024L24.5973 153.951L35.1493 159.037L23.6103 170.576L18.5243 160.024ZM22.0163 151.37L15.9433 157.443L4.08132 155.071C2.33732 154.722 1.68532 152.57 2.94332 151.312L15.8843 138.371C17.1423 137.113 19.2943 137.764 19.6443 139.509L22.0163 151.37Z" fill="#DCDFE5" stroke="#1E164B"/>
15
- <path d="M15.9453 157.442L22.0183 151.369L24.6003 153.95L18.5263 160.023L15.9463 157.442H15.9453Z" fill="#DCDFE5" stroke="#1E164B"/>
16
- <path d="M9.85097 166.117C9.68149 165.948 9.54705 165.747 9.45533 165.525C9.36361 165.304 9.31641 165.067 9.31641 164.827C9.31641 164.587 9.36361 164.35 9.45533 164.128C9.54705 163.907 9.68149 163.706 9.85097 163.536L15.945 157.441L18.526 160.022L12.432 166.117C12.0896 166.459 11.6257 166.651 11.142 166.651C10.6583 166.651 10.1943 166.459 9.85197 166.117H9.85097Z" fill="#DCDFE5" stroke="#1E164B"/>
17
- <path d="M42.1732 165.224L29.7988 177.599C28.6878 178.71 28.6878 180.511 29.7988 181.622C30.9099 182.733 32.7112 182.733 33.8223 181.622L46.1966 169.248C47.3077 168.137 47.3077 166.335 46.1966 165.224C45.0856 164.113 43.2842 164.113 42.1732 165.224Z" fill="#DCDFE5" stroke="#1E164B"/>
18
- <path d="M34.7335 159.453L24.0293 170.157C22.9183 171.268 22.9183 173.07 24.0293 174.181C25.1403 175.292 26.9417 175.292 28.0527 174.181L38.7569 163.476C39.8679 162.365 39.868 160.564 38.7569 159.453C37.6459 158.342 35.8445 158.342 34.7335 159.453Z" fill="#DCDFE5" stroke="#1E164B"/>
19
- <path d="M69.625 38.227C69.625 36.5755 70.2811 34.9916 71.4488 33.8238C72.6166 32.6561 74.2005 32 75.852 32H104.624C106.276 32 107.859 32.6561 109.027 33.8238C110.195 34.9916 110.851 36.5755 110.851 38.227C110.851 39.8785 110.195 41.4624 109.027 42.6302C107.859 43.7979 106.276 44.454 104.624 44.454H75.852C74.2005 44.454 72.6166 43.7979 71.4488 42.6302C70.2811 41.4624 69.625 39.8785 69.625 38.227Z" fill="white" stroke="#1E164B"/>
20
- <path d="M244.502 116.228H173.013C171.372 116.228 170.041 117.582 170.041 119.252V229.352C170.041 231.023 171.372 232.377 173.013 232.377H244.502C246.143 232.377 247.474 231.023 247.474 229.352V119.252C247.474 117.582 246.143 116.228 244.502 116.228Z" fill="white" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/>
21
- <path d="M203.843 119.111H176.428C174.612 119.111 173.141 120.609 173.141 122.456V150.353C173.141 152.2 174.612 153.698 176.428 153.698H203.843C205.659 153.698 207.13 152.2 207.13 150.353V122.456C207.13 120.609 205.659 119.111 203.843 119.111ZM240.937 119.111H213.521C211.706 119.111 210.234 120.609 210.234 122.456V150.353C210.234 152.2 211.706 153.698 213.521 153.698H240.937C242.752 153.698 244.224 152.2 244.224 150.353V122.456C244.224 120.609 242.752 119.111 240.937 119.111ZM203.843 156.731H176.428C174.612 156.731 173.141 158.229 173.141 160.076V187.973C173.141 189.821 174.612 191.318 176.428 191.318H203.843C205.659 191.318 207.13 189.821 207.13 187.973V160.076C207.13 158.229 205.659 156.731 203.843 156.731ZM240.937 156.731H213.521C211.706 156.731 210.234 158.229 210.234 160.076V187.973C210.234 189.821 211.706 191.318 213.521 191.318H240.937C242.752 191.318 244.224 189.821 244.224 187.973V160.076C244.224 158.229 242.752 156.731 240.937 156.731ZM203.843 194.275H176.428C174.612 194.275 173.141 195.773 173.141 197.62V225.517C173.141 227.365 174.612 228.862 176.428 228.862H203.843C205.659 228.862 207.13 227.365 207.13 225.517V197.62C207.13 195.773 205.659 194.275 203.843 194.275ZM240.937 194.275H213.521C211.706 194.275 210.234 195.773 210.234 197.62V225.517C210.234 227.365 211.706 228.862 213.521 228.862H240.937C242.752 228.862 244.224 227.365 244.224 225.517V197.62C244.224 195.773 242.752 194.275 240.937 194.275Z" fill="white" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/>
22
- <path d="M154.997 206.747H208.481C210.777 206.747 212.644 208.534 212.644 210.732V221.1H150.84V210.732C150.84 208.534 152.707 206.747 155.003 206.747H154.997Z" fill="white" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/>
23
- <path d="M152.169 221.095H211.304C212.967 221.095 214.319 222.389 214.319 223.981V255.54C214.319 257.424 212.723 258.951 210.755 258.951H152.724C150.755 258.951 149.16 257.424 149.16 255.54V223.981C149.16 222.389 150.512 221.095 152.175 221.095H152.169Z" fill="white" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/>
24
- <path d="M214.313 226.281H149.154V253.764H214.313V226.281Z" fill="white" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/>
25
- <g style="mix-blend-mode:multiply">
26
- <path d="M155.553 221.009C155.553 221.009 152.628 220.852 150.835 221.539C149.036 222.227 149.189 224.707 149.11 226.342C148.952 229.65 149.263 234.512 149.195 236.114L149.161 256.087L150.264 258.009C152.012 255.243 170.452 221.052 170.452 221.052C170.452 221.052 156.944 221.025 155.553 221.014V221.009Z" fill="#DCDFE5"/>
27
- </g>
28
- <path d="M129.672 226.551H145.363V249.164H129.672V226.551ZM131.617 197.082C131.725 195.591 132.393 194.196 133.488 193.177C134.582 192.159 136.022 191.593 137.517 191.593C139.012 191.592 140.452 192.158 141.546 193.177C142.641 194.195 143.309 195.59 143.417 197.082L145.363 224.013H129.672L131.617 197.082Z" fill="white" stroke="#1E164B"/>
29
- <path d="M129.672 224.013H145.363V226.551H129.672V224.013Z" fill="#DCDFE5" stroke="#1E164B"/>
30
- <g style="mix-blend-mode:multiply">
31
- <path d="M131.746 236.818H143.283V249.163H131.746V236.818Z" fill="#DCDFE5"/>
32
- </g>
33
- <path d="M129.672 249.164H145.363V256.202H129.672V249.164Z" fill="#DCDFE5" stroke="#1E164B"/>
34
- <g style="mix-blend-mode:multiply">
35
- <path d="M134.285 226.551H140.746V236.819H134.285V226.551Z" fill="#DCDFE5"/>
36
- </g>
37
- <g style="mix-blend-mode:multiply">
38
- <path d="M141.382 196.957C141.382 194.822 139.652 193.092 137.517 193.092C135.383 193.092 133.652 194.822 133.652 196.957V214.955C133.652 217.089 135.383 218.82 137.517 218.82C139.652 218.82 141.382 217.089 141.382 214.955V196.957Z" fill="#DCDFE5"/>
39
- <path d="M141.382 196.957C141.382 194.822 139.652 193.092 137.517 193.092C135.383 193.092 133.652 194.822 133.652 196.957V214.955C133.652 217.089 135.383 218.82 137.517 218.82C139.652 218.82 141.382 217.089 141.382 214.955V196.957Z" stroke="#1E164B"/>
40
- </g>
41
- <path d="M134.289 256.201H140.75V262.662H134.289V256.201Z" fill="#DCDFE5" stroke="#1E164B"/>
42
- <path d="M134.289 259.2H140.75M134.289 260.354H140.75M134.289 261.508H140.75" stroke="#1E164B"/>
43
- <path d="M295.732 172.171C295.645 168.698 292.835 165.885 289.405 165.885H286.097C284.735 165.885 284.079 164.764 284.079 163.379L284.115 159.321H285.506C286.198 159.321 286.76 158.771 286.81 158.082C286.839 158.068 286.854 158.031 286.854 157.987V146.507C286.854 145.774 286.263 145.174 285.542 145.174L279.006 145.122V131.166C279.006 128.258 276.708 125.884 273.868 125.796H273.429C270.59 125.884 268.291 128.265 268.291 131.166V145.122L261.308 145.174C260.588 145.174 259.997 145.774 259.997 146.507L260.033 146.624V157.987C260.033 158.72 260.624 159.321 261.344 159.321H262.735L262.771 163.379C262.771 164.764 262.115 165.885 260.753 165.885H257.893C254.47 165.885 251.667 168.684 251.566 172.134C251.535 172.236 251.52 172.342 251.522 172.449V225.44C251.522 225.747 251.551 226.048 251.587 226.341C251.912 229.711 254.722 232.378 258.123 232.378H289.181C292.582 232.378 295.393 229.718 295.717 226.341C295.753 226.048 295.782 225.747 295.782 225.44V172.449C295.783 172.354 295.769 172.26 295.739 172.171H295.732Z" fill="white" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/>
44
- <path d="M295.763 179.688H251.504V219.703H295.763V179.688Z" fill="white" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/>
45
- <path d="M279.19 145.129H268.475M284.854 159.328H262.414" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/>
46
- <g style="mix-blend-mode:multiply">
47
- <path d="M262.717 159.32L262.739 161.679C262.739 164.676 262.349 165.108 261.578 165.863C261.578 165.863 257.456 165.665 254.632 166.815C251.807 167.958 251.562 172.039 251.439 174.779C251.194 180.31 251.677 188.442 251.569 191.123L251.511 224.516L284.054 162.764L284.112 159.335H262.724L262.717 159.32Z" fill="#DCDFE5"/>
48
- </g>
49
- <path d="M223.775 252.558C226.651 249.134 229.366 246.417 234.095 245.966C238.824 245.515 237.962 246.261 237.962 246.261C237.962 246.261 232.992 247.224 223.775 252.558Z" fill="white" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/>
50
- <path d="M252.274 252.558C249.398 249.134 246.683 246.417 241.954 245.966C237.225 245.515 238.087 246.261 238.087 246.261C238.087 246.261 245.89 249.19 252.274 252.558Z" fill="white" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/>
51
- <path d="M258.377 223.897C258.328 219.749 256.419 216.08 253.029 213.936C253.252 213.324 253.382 212.656 253.37 211.943C253.339 209.744 252.192 207.84 250.178 206.938C250.252 206.493 250.295 206.031 250.289 205.558C250.24 201.56 247.389 198.275 242.591 198.225C240.862 198.209 239.449 198.66 238.34 199.456C237.552 197.463 235.65 196.049 232.916 196.015C229.439 195.976 227.648 198.454 227.45 201.571C227.375 202.802 227.704 203.949 228.348 204.884C225.956 206.76 224.518 209.666 224.022 213.035C219.994 213.207 217.911 216.202 217.676 219.955C217.496 222.867 219.126 225.428 221.816 226.446C221.338 227.858 221.055 229.329 220.973 230.817C220.582 237.019 224.983 242.313 231.689 242.781C232.005 242.803 232.334 242.814 232.662 242.814H232.73C234.063 245.247 236.685 246.906 240.032 246.906C245.151 246.906 248.981 243.299 248.926 238.433C248.917 237.489 248.763 236.552 248.467 235.655C254.33 234.564 258.452 229.915 258.377 223.902V223.897Z" fill="white" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/>
52
- <path d="M238.023 257.09C238.023 257.09 235.804 251.278 238.023 246.685" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/>
53
- <path d="M232.822 207.285C229.68 207.118 227.281 204.696 227.467 201.873L232.822 207.285Z" fill="white"/>
54
- <path d="M232.822 207.285C229.68 207.118 227.281 204.696 227.467 201.873" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/>
55
- <path d="M253.113 213.703C252.313 215.629 249.964 216.626 247.863 215.93L253.113 213.703Z" fill="white"/>
56
- <path d="M253.113 213.703C252.313 215.629 249.964 216.626 247.863 215.93" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/>
57
- <path d="M230.065 224.454C227.982 227.115 223.885 227.806 220.91 225.996L230.065 224.454Z" fill="white"/>
58
- <path d="M230.065 224.454C227.982 227.115 223.885 227.806 220.91 225.996" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/>
59
- <path d="M248.771 235.594C245.25 236.379 241.674 234.42 240.775 231.213L248.771 235.594Z" fill="white"/>
60
- <path d="M248.771 235.594C245.25 236.379 241.674 234.42 240.775 231.213" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/>
61
- <path d="M247.859 215.952C245.777 218.613 241.68 219.304 238.705 217.494L247.859 215.952Z" fill="white"/>
62
- <path d="M247.859 215.952C245.777 218.613 241.68 219.304 238.705 217.494" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/>
63
- <path fill-rule="evenodd" clip-rule="evenodd" d="M280.668 215.409C278.247 215.116 275.731 215.659 273.915 216.876C274.065 217.88 273.19 218.657 272.232 218.725C272.967 216.248 266.727 213.51 265.748 216.079C265.48 216.782 264.926 216.803 264.327 216.826C263.979 216.839 263.617 216.853 263.286 217.001C261.258 218.166 261.725 221.638 262.145 224.755C262.384 226.527 262.607 228.184 262.348 229.239C260.726 233.461 263.397 235.749 266.375 238.185C266.828 239.279 267.212 239.385 268.379 239.44C272.216 239.619 272.121 240.752 271.924 243.129C271.897 243.455 271.867 243.804 271.846 244.178C271.745 245.971 273.465 252.193 273.974 252.699C274.482 253.204 274.719 253.308 275.31 253.308C278.169 253.15 281.051 253.137 283.933 253.124C287.979 253.106 292.026 253.088 296.013 252.669C296.403 251.823 296.988 251 297.572 250.177C299.164 247.937 300.756 245.697 298.412 242.993C298.235 242.797 298.05 242.607 297.858 242.425C297.311 241.891 296.781 241.375 296.781 240.704C296.781 239.992 297.287 239.226 297.843 238.385C298.409 237.528 299.027 236.593 299.217 235.554C298.296 235.178 297.256 234.573 296.163 233.937C293.945 232.647 291.512 231.233 289.437 231.358C289.68 229.641 289.821 227.925 289.917 226.208C288.957 225.922 287.946 225.687 286.942 225.592L286.367 221.379L285.791 217.155C285.459 216.964 285.215 216.678 285.171 216.348C284.745 216.765 284.309 216.834 283.934 216.894C283.467 216.968 283.096 217.027 282.964 217.727C280.663 217.845 280.664 217.548 280.668 215.672V215.409ZM269.492 235.499C269.072 235.775 268.653 236.051 268.394 236.463C267.701 238.094 269.838 239.533 270.672 238.02C270.826 237.741 271.115 237.489 271.401 237.24C272.019 236.701 272.625 236.172 271.843 235.4C271.631 235.191 271.504 234.932 271.398 234.715C271.181 234.272 271.052 234.008 270.46 234.72C270.199 235.034 269.845 235.267 269.492 235.499ZM280.336 223.551C277.779 223.964 279.198 219.498 282.447 221.651C283.691 222.497 280.94 223.441 280.336 223.551ZM279.377 229.457C280.474 230.056 282.347 230.163 283.503 229.743C286.634 228.716 283.557 224.437 281.03 226.214L281.019 226.222C280.762 226.424 280.55 226.552 280.218 226.552C278.939 226.552 278.136 228.84 279.377 229.457ZM285.909 228.349C286.136 228.829 287.06 229.126 287.422 228.694C289.856 225.787 284.506 226.083 285.909 228.349ZM285.857 233.946C284.383 234.37 284.123 236.988 286.396 235.201C287.37 234.449 286.951 233.055 285.857 233.946ZM294.389 235.56C293.083 235.707 292.596 237.057 293.179 238.018C294.053 239.571 296.14 239.267 296.685 237.615C297.166 236.306 295.648 235.355 294.389 235.56ZM295.349 243.77C294.162 243.357 291.712 244.277 293.437 245.53C293.831 247.225 295.841 245.497 296.338 244.657C296.721 244.01 296.179 243.921 295.708 243.844C295.575 243.822 295.448 243.802 295.349 243.77ZM288.824 244.474C290.308 243.19 286.861 240.424 286.617 243.571C286.617 244.645 287.97 245.323 288.824 244.474ZM283.539 249.917C283.94 252.365 288.757 250.738 289.245 249.066C289.326 248.676 289.596 248.433 289.861 248.195C290.162 247.924 290.455 247.66 290.455 247.195C290.019 246.878 289.228 247.497 289.032 247.737C288.555 247.506 288.33 247.386 288.164 247.442C287.984 247.502 287.874 247.771 287.584 248.333C287.234 248.681 286.55 248.424 285.841 248.157C284.593 247.687 283.265 247.187 283.539 249.917ZM280.971 243.241C283.282 244.081 281.043 247.083 279.045 246.433C276.315 245.662 278.636 242.201 280.971 243.241ZM275.686 241.422C274.72 242.105 273.364 243.993 275.564 243.801C278.132 243.578 277.014 240.339 275.686 241.422ZM272.409 225.715C273.381 227.262 276.259 226.885 275.457 224.894C274.925 223.483 273.863 223.644 273.061 224.581C272.979 224.677 272.876 224.764 272.774 224.851C272.491 225.092 272.214 225.328 272.409 225.715ZM273.686 247.614C274.155 247.916 274.89 248.317 275.428 248.01C275.897 247.759 275.906 246.85 275.738 246.425C274.924 244.413 272.071 246.442 273.686 247.614ZM274.363 234.97C274.887 235.3 275.938 235.725 276.514 235.534C278.572 234.936 277.183 233.027 276.23 232.308C273.423 230.19 271.936 233.434 274.363 234.97ZM264.128 231.606C263.7 231.841 263.36 232.222 263.316 232.655C263.118 233.705 264.881 233.017 264.799 232.23C264.696 232.185 264.62 232.079 264.538 231.965C264.433 231.819 264.319 231.66 264.128 231.606ZM267.921 226.772C267.454 225.66 264.651 225.787 264.29 227.058C263.802 228.158 266.587 228.902 267.331 228.694C267.38 228.528 267.475 228.329 267.576 228.116C267.791 227.663 268.036 227.15 267.921 226.772ZM278.572 237.38C273.691 238.266 282.307 244.41 282.307 239.947C282.628 237.981 280.067 237.181 278.572 237.38ZM266.586 233.418C265.902 233.418 265.31 234.483 265.914 234.988C268.242 236.679 268.026 231.656 266.586 233.418ZM270.72 224.064C271.657 223.76 272.536 223.474 272.156 222.425C272.027 222.07 272.01 221.722 271.993 221.394C271.96 220.738 271.932 220.158 271.021 219.744C269.092 218.678 266.496 218.822 265.552 220.962C265.496 221.076 265.438 221.188 265.377 221.299C264.997 222.009 264.253 223.397 264.63 223.771C264.998 224.451 268.569 226.404 269.036 225.077C269.31 224.522 270.031 224.288 270.72 224.064Z" fill="white"/>
64
- <path d="M280.993 226.193L280.983 226.202C280.725 226.403 280.513 226.531 280.181 226.531M265.515 220.941C265.459 221.055 265.401 221.167 265.34 221.278M270.423 234.699C270.162 235.013 269.808 235.246 269.456 235.478C269.035 235.754 268.616 236.03 268.357 236.442M285.805 248.136C286.513 248.403 287.197 248.66 287.547 248.312C287.654 248.104 287.747 247.952 287.834 247.844M295.671 243.823C295.538 243.801 295.411 243.781 295.312 243.749M264.763 232.211L264.762 232.209C264.759 232.207 264.756 232.206 264.753 232.205M268.999 225.056C269.273 224.501 269.994 224.267 270.683 224.043M273.024 224.56C272.942 224.656 272.839 224.743 272.737 224.83M273.915 216.876C275.731 215.659 278.247 215.116 280.668 215.409V215.672C280.664 217.548 280.663 217.845 282.964 217.727C283.096 217.027 283.467 216.968 283.934 216.894C284.309 216.834 284.745 216.765 285.171 216.348C285.215 216.678 285.459 216.964 285.791 217.155L286.367 221.379L286.942 225.592C287.946 225.687 288.957 225.922 289.917 226.208C289.821 227.925 289.68 229.641 289.437 231.358C291.512 231.233 293.945 232.647 296.163 233.937C297.256 234.573 298.296 235.178 299.217 235.554C299.027 236.593 298.409 237.528 297.843 238.385C297.287 239.226 296.781 239.992 296.781 240.704C296.781 241.375 297.311 241.891 297.858 242.425C298.048 242.61 298.239 242.797 298.412 242.993C300.756 245.697 299.164 247.937 297.572 250.177C296.988 251 296.403 251.823 296.013 252.669C292.026 253.088 287.979 253.106 283.933 253.124C281.051 253.137 278.169 253.15 275.31 253.308C274.719 253.308 274.482 253.204 273.974 252.699C273.465 252.193 271.745 245.971 271.846 244.178C271.867 243.804 271.897 243.455 271.924 243.129C272.121 240.752 272.216 239.619 268.379 239.44C267.212 239.385 266.828 239.279 266.375 238.185C263.397 235.749 260.726 233.461 262.348 229.239C262.607 228.184 262.384 226.527 262.145 224.755C261.725 221.638 261.258 218.166 263.286 217.001C263.617 216.853 263.979 216.839 264.327 216.826C264.926 216.803 265.48 216.782 265.748 216.079C266.727 213.51 272.967 216.248 272.232 218.725C273.19 218.657 274.065 217.88 273.915 216.876ZM268.394 236.463C268.653 236.051 269.072 235.775 269.492 235.499C269.845 235.267 270.199 235.034 270.46 234.72C271.052 234.008 271.181 234.272 271.398 234.715C271.504 234.932 271.631 235.191 271.843 235.4C272.625 236.172 272.019 236.701 271.401 237.24C271.115 237.489 270.826 237.741 270.672 238.02C269.838 239.533 267.701 238.094 268.394 236.463ZM280.336 223.551C277.779 223.964 279.198 219.498 282.447 221.651C283.691 222.497 280.94 223.441 280.336 223.551ZM283.503 229.743C282.347 230.163 280.474 230.056 279.377 229.457C278.136 228.84 278.939 226.552 280.218 226.552C280.55 226.552 280.762 226.424 281.019 226.222L281.03 226.214C283.557 224.437 286.634 228.716 283.503 229.743ZM285.909 228.349C286.136 228.829 287.06 229.126 287.422 228.694C289.856 225.787 284.506 226.083 285.909 228.349ZM285.857 233.946C284.383 234.37 284.123 236.988 286.396 235.201C287.37 234.449 286.951 233.055 285.857 233.946ZM293.179 238.018C292.596 237.057 293.083 235.707 294.389 235.56C295.648 235.355 297.166 236.306 296.685 237.615C296.14 239.267 294.053 239.571 293.179 238.018ZM293.437 245.53C291.712 244.277 294.162 243.357 295.349 243.77C295.448 243.802 295.575 243.822 295.708 243.844C296.179 243.921 296.721 244.01 296.338 244.657C295.841 245.497 293.831 247.225 293.437 245.53ZM288.824 244.474C290.308 243.19 286.861 240.424 286.617 243.571C286.617 244.645 287.97 245.323 288.824 244.474ZM289.245 249.066C288.757 250.738 283.94 252.365 283.539 249.917C283.265 247.187 284.593 247.687 285.841 248.157C286.55 248.424 287.234 248.681 287.584 248.333C287.874 247.771 287.984 247.502 288.164 247.442C288.33 247.386 288.555 247.506 289.032 247.737C289.228 247.497 290.019 246.878 290.455 247.195C290.455 247.66 290.162 247.924 289.861 248.195C289.596 248.433 289.326 248.676 289.245 249.066ZM280.971 243.241C283.282 244.081 281.043 247.083 279.045 246.433C276.315 245.662 278.636 242.201 280.971 243.241ZM275.686 241.422C274.72 242.105 273.364 243.993 275.564 243.801C278.132 243.578 277.014 240.339 275.686 241.422ZM275.457 224.894C276.259 226.885 273.381 227.262 272.409 225.715C272.214 225.328 272.491 225.092 272.774 224.851C272.876 224.764 272.979 224.677 273.061 224.581C273.863 223.644 274.925 223.483 275.457 224.894ZM275.428 248.01C274.89 248.317 274.155 247.916 273.686 247.614C272.071 246.442 274.924 244.413 275.738 246.425C275.906 246.85 275.897 247.759 275.428 248.01ZM276.514 235.534C275.938 235.725 274.887 235.3 274.363 234.97C271.936 233.434 273.423 230.19 276.23 232.308C277.183 233.027 278.572 234.936 276.514 235.534ZM263.316 232.655C263.36 232.222 263.7 231.841 264.128 231.606C264.319 231.66 264.433 231.819 264.538 231.965C264.62 232.079 264.696 232.185 264.799 232.23C264.881 233.017 263.118 233.705 263.316 232.655ZM264.29 227.058C264.651 225.787 267.454 225.66 267.921 226.772C268.036 227.15 267.791 227.663 267.576 228.116C267.475 228.329 267.38 228.528 267.331 228.694C266.587 228.902 263.802 228.158 264.29 227.058ZM278.572 237.38C273.691 238.266 282.307 244.41 282.307 239.947C282.628 237.981 280.067 237.181 278.572 237.38ZM266.586 233.418C265.902 233.418 265.31 234.483 265.914 234.988C268.242 236.679 268.026 231.656 266.586 233.418ZM272.156 222.425C272.536 223.474 271.657 223.76 270.72 224.064C270.031 224.288 269.31 224.522 269.036 225.077C268.569 226.404 264.998 224.451 264.63 223.771C264.253 223.397 264.997 222.009 265.377 221.299C265.438 221.188 265.496 221.076 265.552 220.962C266.496 218.822 269.092 218.678 271.021 219.744C271.932 220.158 271.96 220.738 271.993 221.394C272.01 221.722 272.027 222.07 272.156 222.425Z" stroke="#1E164B" stroke-linejoin="round"/>
65
- <path fill-rule="evenodd" clip-rule="evenodd" d="M298.813 233.276L298.771 233.255L298.806 233.291C296.975 232.597 295.129 231.864 293.263 231.266C293.204 230.767 293.152 230.275 293.034 229.777C293.475 229.192 294.14 228.135 293.602 227.422C293.24 226.979 292.322 227.106 292.144 226.732C291.463 225.307 290.2 224.143 288.487 224.209L288.53 224.157H288.48C287.904 221.868 287.52 219.535 287.232 217.203C287.63 217.203 287.966 216.727 288.317 216.572C288.685 216.418 291.926 216.29 291.958 216.632C292.925 216.675 292.149 219.337 293.986 219.337C294.289 219.337 294.591 219.139 294.695 218.89C295.152 218.117 294.584 217.631 294.584 216.909C295.926 217.035 298.414 216.82 299.573 217.569C300.172 217.913 299.927 218.953 300.001 219.521C298.61 218.959 296.622 219.386 296.909 221.245C296.909 222.157 298.634 222.17 299.252 222.036C299.912 221.872 297.542 231.371 298.813 233.276ZM293.923 230.372C293.677 229.344 295.163 229.487 295.949 229.747C296.833 230.017 297.876 230.797 297.21 231.703C296.095 231.286 295.055 230.74 293.923 230.372ZM293.705 224.854C294.18 224.251 295.506 225.019 295.506 225.698C295.506 227.393 292.614 226.399 293.705 224.854ZM292.768 223.218C290.936 222.941 291.595 220.688 293.248 221.509C294.406 222.159 294.134 223.531 292.768 223.218ZM290.716 219.198C290.305 219.606 289.801 220.495 289.801 221.12C294.009 221.12 291.561 218.359 290.716 219.198ZM271.777 249.001C272.064 250.606 272.352 252.219 272.843 252.707C272.003 252.988 271.141 253.2 270.267 253.342C269.818 253.421 269.434 253.489 269.019 253.626C268.096 253.894 266.96 253.717 265.924 253.557C265.584 253.501 265.242 253.453 264.9 253.415C264.068 253.329 263.37 253.452 262.684 253.572C261.994 253.693 261.317 253.811 260.531 253.714C257.76 253.438 258.225 252.467 258.875 251.109C259.262 250.302 259.714 249.358 259.592 248.342C259.475 247.365 259.569 246.37 259.663 245.386C259.69 245.103 259.717 244.822 259.739 244.541C259.824 243.448 259.892 242.34 259.958 241.274C260.311 235.542 260.588 231.046 262.952 236.861C263.361 237.347 263.759 237.58 264.157 237.812C264.8 238.188 265.442 238.564 266.126 240.015C265.831 241.629 266.353 245.502 270.407 245.224C271.091 245.169 271.433 247.079 271.777 249.001ZM263.313 244.191C262.93 243.524 263.173 242.189 264.273 242.196C264.722 242.196 264.695 246.568 263.313 244.191ZM266.259 248.368C266.112 247.943 265.953 247.485 265.471 247.882C265.226 248.084 264.897 248.234 264.58 248.378C263.918 248.679 263.313 248.954 263.662 249.625C263.76 249.813 263.84 249.981 263.909 250.128C264.207 250.758 264.326 251.01 264.954 250.817C265.195 250.742 265.507 250.698 265.82 250.654C266.512 250.556 267.212 250.457 267.187 250.028C267.157 249.529 267.039 249.166 266.375 248.671C266.334 248.582 266.297 248.476 266.259 248.368Z" fill="white" stroke="#1E164B" stroke-linejoin="round"/>
66
- <path d="M257.356 251.663C258.661 251.869 264.976 257.664 264.976 257.664L267.448 257.458L269.713 253.751L274.038 252.515L279.805 256.223L279.599 258.9L276.715 259.93L279.599 261.371L278.363 262.813L269.507 262.607L266.624 261.577L265.594 259.93L258.236 267.556L188.706 263.74C188.024 262.311 187.79 258.058 188.706 255.479L257.356 251.663Z" fill="white"/>
67
- <path d="M267.448 257.458L264.976 257.664C264.976 257.664 258.661 251.869 257.356 251.663L188.706 255.479C187.79 258.058 188.024 262.311 188.706 263.74L258.236 267.556L265.594 259.93M267.448 257.458L269.713 253.751L274.038 252.515L279.805 256.223L279.599 258.9L276.715 259.93L279.599 261.371L278.363 262.813L269.507 262.607L266.624 261.577L265.594 259.93M267.448 257.458L265.594 259.93M265.594 259.93L275.119 257.407M265.594 259.93L273.626 259.621" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/>
68
- <path d="M188.73 255.469L160.559 256.315C157.511 259.528 159.083 261.91 160.559 262.7L188.73 263.75C188.73 263.75 187.456 259.961 188.73 255.469Z" fill="#DCDFE5" stroke="#1E164B" stroke-linejoin="round"/>
69
- <path d="M264.926 257.65L258.85 262.349M263.896 256.993L259.314 257.302M260.137 255.654L262.146 257.085M261.336 260.431L259.933 263.224" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/>
70
- </g>
71
- </svg>
1
+ <svg viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M155.269 101.241c1.398-5.217 6.76-8.314 11.976-6.916l75.505 20.237c5.217 1.398 8.312 6.761 6.915 11.979l-28.987 108.207c-1.398 5.218-6.76 8.314-11.976 6.916l-75.505-20.236c-5.217-1.398-8.312-6.762-6.915-11.979l28.987-108.208Z" fill="#E8E9EE" style="mix-blend-mode:multiply"/><path d="M235.933 103.396c5.231 1.402 8.334 6.781 6.932 12.015l-29.077 108.546c-1.402 5.234-6.779 8.34-12.01 6.939l-75.711-20.292c-5.23-1.402-8.334-6.781-6.932-12.015l29.078-108.546c1.402-5.234 6.779-8.34 12.009-6.939l75.711 20.292Z" fill="#fff" stroke="#06040F"/><rect width="50.701" height="6" rx="3" transform="rotate(15 -664.425 607.357) skewX(-.002)" fill="#E8E9EE"/><rect width="62.858" height="6" rx="3" transform="rotate(15 -630.245 611.86) skewX(-.002)" fill="#E8E9EE"/><rect width="70" height="6" rx="3" transform="rotate(15 -596.065 616.363) skewX(-.002)" fill="#C5C9D4"/><rect width="41.702" height="6" rx="3" transform="rotate(15 -561.886 620.861) skewX(-.002)" fill="#C5C9D4"/><rect width="70" height="65" rx="4" transform="rotate(15 -292.235 656.357) skewX(-.002)" fill="#E8E9EE"/><rect width="13.404" height="13.404" rx="6.702" transform="rotate(15 -335.15 850.115) skewX(-.002)" fill="#fff"/><path d="M216.641 122.306a1.994 1.994 0 0 0-2.672-.716 1.995 1.995 0 0 0-2.672-.716 1.865 1.865 0 0 0-.696 2.598l1.976 3.313 3.368-1.881a1.865 1.865 0 0 0 .696-2.598Z" fill="#C5C9D4"/><path fill-rule="evenodd" clip-rule="evenodd" d="m213.701 122.589-.369-.619a1.255 1.255 0 0 0-1.673-.449 1.125 1.125 0 0 0-.421 1.571l1.607 2.694 2.738-1.53a1.123 1.123 0 0 0 .421-1.57 1.255 1.255 0 0 0-1.673-.449l-.63.352Zm-1.124 4.196-1.976-3.313a1.865 1.865 0 0 1 .696-2.598 1.995 1.995 0 0 1 2.672.716c.93-.52 2.127-.2 2.672.716a1.865 1.865 0 0 1-.696 2.598l-3.368 1.881ZM183.911 129.55c2.194-4.492 6.704-10.902 6.704-10.902s.7 7.806.353 12.793c-.172 2.465-1.314 5.438-2.385 7.749 1.538-.939 3.189-1.814 4.689-2.333 4.703-1.627 12.383-2.967 12.383-2.967s-4.991 6.038-8.74 9.331c-.549.482-1.179.955-1.853 1.41 4.847 1.047 11.551 3.527 11.551 3.527s-7.313 2.729-12.189 3.7c-1.401.279-3.068.282-4.718.15 2.229 2.086 4.871 5.287 4.871 5.287s-4.754-.813-7.663-1.81c-1.037-.356-2.179-.994-3.206-1.656l-1.536 5.731-4.704-1.261 1.535-5.727c-1.217.06-2.519.041-3.591-.169-3.018-.59-7.541-2.264-7.541-2.264s3.888-1.451 6.862-2.143c-1.496-.71-2.938-1.547-4.011-2.489-3.737-3.279-8.706-9.299-8.706-9.299s7.046 1.204 11.767 2.721a18.66 18.66 0 0 1-.9-2.148c-1.6-4.726-2.903-12.45-2.903-12.45s5.982 5 9.24 8.761c1.035 1.194 2.023 2.769 2.883 4.343.229-2.533.727-5.67 1.808-7.885Z" fill="#C5C9D4"/><rect width="8.936" height="4.468" rx="2.234" transform="rotate(15 -321.295 679.308) skewX(-.002)" fill="#C5C9D4"/><path d="M59.81 83.65c-.47-5.38 3.51-10.125 8.89-10.595l77.871-6.815c5.38-.47 10.122 3.51 10.593 8.891l9.761 111.598c.471 5.381-3.509 10.125-8.889 10.596l-77.87 6.815c-5.38.471-10.123-3.51-10.594-8.891L59.81 83.651Z" fill="#E8E9EE" style="mix-blend-mode:multiply"/><path d="M136.293 58.835c5.395-.472 10.151 3.521 10.623 8.92l9.792 111.948c.472 5.398-3.518 10.156-8.913 10.628l-78.088 6.834c-5.395.472-10.151-3.521-10.623-8.919L49.291 76.298c-.472-5.398 3.518-10.157 8.913-10.63l78.088-6.833Z" fill="#fff" stroke="#06040F"/><rect width="50.701" height="6" rx="3" transform="rotate(-5 2061.622 -737.739) skewX(-.002)" fill="#E8E9EE"/><rect width="62.858" height="6" rx="3" transform="rotate(-5 1958.564 -733.246) skewX(-.002)" fill="#E8E9EE"/><rect width="70" height="6" rx="3" transform="rotate(-5 1855.494 -728.748) skewX(-.002)" fill="#C5C9D4"/><rect width="41.702" height="6" rx="3" transform="rotate(-5 1752.424 -724.244) skewX(-.002)" fill="#C5C9D4"/><rect width="70" height="65" rx="4" transform="rotate(-5 939.342 -688.732) skewX(-.002)" fill="#E8E9EE"/><rect width="13.404" height="13.404" rx="6.702" transform="rotate(-5 965.125 -1282.035) skewX(-.002)" fill="#fff"/><path d="M125.215 82.688a1.996 1.996 0 0 0-2.756.24 1.995 1.995 0 0 0-2.755.242 1.864 1.864 0 0 0 .234 2.68l2.99 2.437 2.521-2.92a1.864 1.864 0 0 0-.234-2.68Z" fill="#C5C9D4"/><path fill-rule="evenodd" clip-rule="evenodd" d="m122.55 83.96-.56-.456a1.254 1.254 0 0 0-1.725.15c-.423.49-.36 1.21.142 1.62l2.431 1.982 2.05-2.374c.423-.49.36-1.21-.142-1.62a1.254 1.254 0 0 0-1.725.152l-.471.546Zm.378 4.327-2.99-2.438a1.864 1.864 0 0 1-.234-2.68 1.995 1.995 0 0 1 2.755-.24 1.996 1.996 0 0 1 2.756-.241c.826.673.931 1.873.234 2.679l-2.521 2.92ZM96.936 100.69c.525-4.972 2.57-12.537 2.57-12.537s3.328 7.095 4.708 11.9c.682 2.375.625 5.56.409 8.097 1.124-1.408 2.377-2.795 3.609-3.796 3.862-3.137 10.621-7.023 10.621-7.023s-2.625 7.381-5.022 11.757a18.56 18.56 0 0 1-1.258 1.959c4.912-.674 12.06-.636 12.06-.636s-5.939 5.065-10.189 7.646c-1.22.741-2.786 1.315-4.382 1.755 2.808 1.197 6.386 3.301 6.386 3.301s-4.746.863-7.82.921c-1.096.02-2.387-.189-3.579-.46l.517 5.91-4.852.425-.516-5.907c-1.123.472-2.353.9-3.432 1.069-3.038.478-7.861.452-7.861.452s3.157-2.693 5.715-4.36c-1.648-.157-3.29-.45-4.62-.968-4.634-1.803-11.362-5.76-11.362-5.76s7.033-1.279 11.988-1.468a18.732 18.732 0 0 1-1.58-1.71c-3.12-3.894-6.986-10.707-6.986-10.707s7.332 2.653 11.68 5.072c1.38.769 2.847 1.91 4.194 3.095-.652-2.458-1.257-5.576-.998-8.027Z" fill="#C5C9D4"/><rect width="8.936" height="4.468" rx="2.234" transform="rotate(-5 1013.052 -771.466) skewX(-.002)" fill="#C5C9D4"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 300 300"><path fill="#F3F4F6" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M90.148 232.367C40.911 232.367 1 192.457 1 143.22c0-49.237 39.911-89.148 89.148-89.148 49.237 0 89.148 39.91 89.148 89.148 0 49.237-39.911 89.147-89.148 89.147Z"/><path fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M58.985 74.224h188.941v165.06H58.985V74.224Z"/><path fill="#F3F4F6" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M25.11 128.901h29.666v26.031H25.11v-26.031Z"/><path fill="#C5C9D4" d="M36.233 150.207s-5.307-.777-8.652-3.988c4.475-.903 7.176.063 7.176.063s-3.635-4.624-4.373-8.965c2.63.997 4.97 3.658 6.398 5.581a26.991 26.991 0 0 1 1.452 2.159s-.981-10.935 1.547-14.083c2.645 3.124 1.546 13.997 1.546 13.997s3.47-5.496 7.662-7.489c.087-.04.18-.087.267-.126-.078.345-.604 2.072-.809 2.583a32.23 32.23 0 0 1-3.564 6.413s1.264-.408 4.106-.353c.102 0 2.057.102 3.117.22-.872.801-3.015 2.08-3.117 2.135-3.022 1.539-5.966 1.853-5.966 1.853a6.4 6.4 0 0 1 2.386 2.237c-2.3.126-5.62-1.79-5.62-1.79-1.17.566-2.16.997-3.015 1.303-1.217.432-2.182.589-3.07.495.55-1.209 2.513-2.237 2.513-2.237l.016-.008Z"/><path stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M58.802 137.513h-3.548m3.548 8.415h-3.548"/><path fill="#C5C9D4" d="M75.85 88.056h177.392v24.461c0 7.23-5.26 11.202-11.077 10.677-6.343-.26-11.1-4.852-11.1-10.677 0 7.23-5.26 11.202-11.077 10.677-6.343-.26-11.1-4.852-11.1-10.677 0 7.23-5.26 11.202-11.077 10.677-6.343-.26-11.1-4.852-11.1-10.677 0 7.23-5.26 11.202-11.077 10.677-6.343-.26-11.1-4.852-11.1-10.677 0 7.23-5.26 11.202-11.077 10.677-6.343-.26-11.1-4.852-11.1-10.677 0 7.23-5.26 11.202-11.077 10.677-6.343-.26-11.1-4.852-11.1-10.677 0 7.23-5.26 11.202-11.077 10.677-6.343-.26-11.1-4.852-11.1-10.677 0 7.23-5.26 11.202-11.077 10.677-6.343-.26-11.1-4.852-11.1-10.677 0 7.23-5.26 11.202-11.077 10.677-6.343-.26-11.1-4.852-11.1-10.677V88.056h22.2Z" opacity=".6" style="mix-blend-mode:multiply"/><path fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M242.164 115.132c-6.343-.26-11.1-4.852-11.1-10.677V79.994h22.177v24.461c0 7.23-5.259 11.202-11.077 10.677Zm-44.343 0c-6.343-.26-11.1-4.852-11.1-10.677V79.994h22.177v24.461c0 7.23-5.26 11.202-11.077 10.677Zm-44.349 0c-6.343-.26-11.101-4.852-11.101-10.677V79.994h22.177v24.461c0 7.23-5.259 11.202-11.076 10.677Zm-44.356 0c-6.343-.26-11.1-4.852-11.1-10.677V79.994h22.177v24.461c0 7.23-5.26 11.202-11.077 10.677Zm-44.344 0c-6.343-.26-11.1-4.852-11.1-10.677V79.994H75.85v24.461c0 7.23-5.26 11.202-11.077 10.677Z"/><path fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M219.996 115.132c-6.343-.26-11.101-4.852-11.101-10.677V79.994h22.178v24.461c0 7.23-5.26 11.202-11.077 10.677Zm-44.356 0c-6.343-.26-11.1-4.852-11.1-10.677V79.994h22.177v24.461c0 7.23-5.26 11.202-11.077 10.677Zm-44.343 0c-6.343-.26-11.101-4.852-11.101-10.677V79.994h22.178v24.461c0 7.23-5.26 11.202-11.077 10.677Zm-44.347 0c-6.343-.26-11.1-4.852-11.1-10.677V79.994h22.177v24.461c0 7.23-5.26 11.202-11.077 10.677Z"/><path fill="#C5C9D4" d="M64.83 129.089h28.771c-10.323 3.871-20.96 5.213-20.96 5.213s22.75 6.586 34.266 14.79H84.055c-8.776-3.321-15.818-6.767-15.818-6.767s2.065 2.504 4.538 6.343l-7.945.424s-.055-7.748 0-19.995v-.008Zm37.409 67.348c-.016.408-.691.667-1.225.659-5.37-.094-10.448-.133-14.829-.149 5.213-3.187 10.622-5.77 16.164-7.725 0 1.955 0 4.396-.11 7.215Zm-16.057.51s-.039.023-.062.039h-2.623l.016-.047c.856 0 1.75 0 2.67.008Zm-7.519-15.834c.212-.392 5.134-8.298 8.007-11.343-.125 4.388-.753 12.403-.793 12.819-.722 7.269-1.719 11.901-2.37 14.342-5.543-.015-9.664-.015-11.383-.078 1.358-4.349 3.478-10.095 6.54-15.74Zm89.466-2.206c.244-.157.495-.306.746-.447-.102 1.013-.989 6.131-1.397 7.654a89.858 89.858 0 0 1-3.768 10.826l-11.76-.087c3.43-5.589 9.169-13.557 16.179-17.946Zm-20.025 18.072h-10.151c-1.664-9.782-3.642-26.448.636-33.246 6.477 5.738 8.753 23.7 9.515 33.246Zm-15.842-.126-12.992-.024c-2.395-3.532-4.609-7.52-5.873-11.539 7.05 1.625 13.95 6.939 18.865 11.563Zm87.819.078c2.229-3.839 3.792-5.833 3.792-5.833s-5.025 2.725-11.705 5.668c-4.341.165-9.389.087-13.236.087v-5.127c9.97-5.118 20.968-8.651 20.968-8.651s-19.06-2.669-29.517-11.32c-.227-.18-.439-.369-.659-.565 1.028-.196 6.335-.84 7.96-.903a97.696 97.696 0 0 1 21.651 1.829s-2.637-2.841-5.903-10.37c-.118-.267-2.214-5.519-3.164-8.447 3.227 1.343 9.263 5.472 9.53 5.684 7.811 6.131 12.215 13.479 12.215 13.479a18.108 18.108 0 0 1 3.164-8.895c3.117 5.88 1.939 16.855 1.939 16.855 1.837 1.499 3.446 2.873 4.844 4.153 0 1.193-.047 2.904-.047 5.417-.919.227-1.688.321-1.688.321s.769 2.654 1.311 6.657m-71.939-84.311c3.69-2.473 6.815-4.404 9.57-5.833Zm-91.309 46.348c1.758 4.239 2.951 8.792 2.669 13.008-4.24-2.473-8.102-5.927-11.328-9.366v-3.642h8.659Zm114.955-30.279c4.75 5.048 12.231 13.997 15.371 23.182-9.467-1.947-18.833-9.546-24.697-15.183-3.744-3.595-6.068-6.39-6.068-6.39s9.075 35.633 2.127 47.314c-10.645-8.981-12.615-45.445-12.615-45.445s-8.926 19.916-22.13 28.645c-.283.189-.565.369-.848.542.087-1.177.974-7.144 1.405-8.934a105.208 105.208 0 0 1 8.761-23.001s-4.09 2.002-13.785 3.242c-.345.047-7.049.715-10.723.856 1.075-1.311 2.881-3.015 4.624-4.561"/><path stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M107.155 239.292H64.811v-85.757h42.344v85.757Zm.04-90.2H64.78v-19.995h42.415v19.995Z"/><path stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M102.243 196.979H69.728v-37.98h32.515v37.98Zm10.072-67.976h129.609v105.751H112.315V129.003Z"/><path stroke="#1E164B" stroke-linecap="round" stroke-miterlimit="10" d="M198.932 128.964v105.79m-43.264-105.79v105.79m86.256-37.901H112.355m129.569 4.577H112.355m129.569 33.324H112.355m-5.593 0H65.038"/><path fill="#F3F4F6" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M102.169 211.784h-3.886v-11.226h3.886v11.226Z"/><path stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="m117.895 151.988 14.374-17.545m-15.727 11.179 9.146-11.179"/><path fill="#fff" d="M225.611 209.345c-23.129-2.215-40.082-22.76-37.868-45.889 2.215-23.128 22.76-40.082 45.889-37.868 23.128 2.215 40.082 22.76 37.867 45.889-2.214 23.128-22.759 40.082-45.888 37.868Z" opacity=".6"/><path fill="#0072F0" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="m291.163 244.37-33.749-39.447c-9.64 7.45-22.114 11.226-35.122 9.546-26.008-3.345-44.44-27.225-41.088-53.233 3.344-26.008 27.224-44.441 53.232-41.089 26.001 3.345 44.433 27.225 41.089 53.225a47.275 47.275 0 0 1-11.595 25.459l34 39.746a4.487 4.487 0 0 1 1.036 3.462 4.456 4.456 0 0 1-1.523 2.818 4.452 4.452 0 0 1-6.28-.487v0Zm-58.006-114.276c-20.536-2.654-39.385 11.901-42.031 32.437-2.645 20.537 11.909 39.393 32.446 42.046 20.528 2.646 39.385-11.901 42.022-32.437 2.646-20.536-11.909-39.393-32.437-42.046v0Z"/><path stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="m200.365 162.288 14.908-18.197m-16.304 11.595 9.483-11.587"/><path fill="#F3F4F6" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M173.648 227.382a6.399 6.399 0 0 1-.338-2.025 6.32 6.32 0 0 1 12.639 0c0 .707-.125 1.39-.337 2.025 0 0-1.665 5.252-2.787 8.275-1.978 5.322-3.203 8.666-3.203 8.666s-1.225-3.352-3.203-8.666l-2.779-8.275h.008Z"/><path fill="#F3F4F6" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M167.927 237.611a4.698 4.698 0 0 1-1.185-.989 4.748 4.748 0 0 1 7.198-6.194c.346.4.613.848.801 1.319 0 0 1.625 3.799 2.465 6.068 1.484 3.996 2.426 6.508 2.426 6.508s-2.34-1.303-6.076-3.368l-5.637-3.344h.008Z"/><path fill="#F3F4F6" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M185.704 240.955c-3.736 2.057-6.076 3.368-6.076 3.368s.942-2.504 2.426-6.508c.84-2.268 2.465-6.076 2.465-6.076.188-.463.455-.91.801-1.319a4.75 4.75 0 0 1 7.198 6.194 4.85 4.85 0 0 1-1.185.989l-5.636 3.345.007.007Zm19.699-13.572a6.408 6.408 0 0 1-.338-2.025 6.32 6.32 0 0 1 12.639 0c0 .706-.126 1.389-.337 2.025 0 0-1.665 5.252-2.787 8.274-1.979 5.323-3.203 8.667-3.203 8.667s-1.225-3.352-3.203-8.667l-2.779-8.274h.008Z"/><path fill="#F3F4F6" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M199.682 237.612a4.703 4.703 0 0 1-1.186-.99 4.75 4.75 0 0 1 7.199-6.193c.345.4.612.847.801 1.318 0 0 1.625 3.8 2.465 6.069 1.483 3.996 2.425 6.508 2.425 6.508s-2.339-1.304-6.076-3.368l-5.636-3.344h.008Z"/><path fill="#F3F4F6" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M217.459 240.956a1001.954 1001.954 0 0 0-6.076 3.368s.942-2.505 2.426-6.508c.84-2.269 2.465-6.076 2.465-6.076.188-.464.455-.911.801-1.319a4.75 4.75 0 0 1 7.198 6.194c-.345.4-.753.73-1.185.989l-5.637 3.344.008.008Zm19.704-13.573a6.408 6.408 0 0 1-.338-2.025 6.32 6.32 0 0 1 12.639 0c0 .706-.125 1.389-.337 2.025 0 0-1.664 5.252-2.787 8.274a2208.789 2208.789 0 0 0-3.203 8.667s-1.225-3.352-3.203-8.667l-2.779-8.274h.008Z"/><path fill="#F3F4F6" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M231.433 237.612a4.748 4.748 0 1 1 6.013-7.183c.346.4.613.847.801 1.318 0 0 1.625 3.8 2.465 6.069 1.484 3.996 2.426 6.508 2.426 6.508s-2.339-1.304-6.076-3.368l-5.637-3.344h.008Z"/><path fill="#F3F4F6" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M249.213 240.956a1041.997 1041.997 0 0 0-6.076 3.368s.942-2.505 2.426-6.508c.84-2.269 2.465-6.076 2.465-6.076.188-.464.455-.911.801-1.319a4.75 4.75 0 0 1 7.198 6.194c-.345.4-.753.73-1.185.989l-5.636 3.344.007.008Z"/></svg>
1
+ <svg viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M90.148 232.367C40.911 232.367 1 192.457 1 143.22c0-49.237 39.911-89.148 89.148-89.148 49.237 0 89.148 39.91 89.148 89.148 0 49.237-39.911 89.147-89.148 89.147Z" fill="#CCE3FC" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M58.985 74.224h188.941v165.06H58.985V74.224Z" fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M25.11 128.901h29.666v26.031H25.11v-26.031Z" fill="#F3F4F6" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M36.233 150.207s-5.307-.777-8.652-3.988c4.475-.903 7.176.063 7.176.063s-3.635-4.624-4.373-8.965c2.63.997 4.97 3.658 6.398 5.581a26.964 26.964 0 0 1 1.452 2.159s-.98-10.935 1.547-14.083c2.645 3.124 1.546 13.997 1.546 13.997s3.47-5.496 7.662-7.489c.087-.04.18-.087.267-.126-.078.345-.604 2.072-.809 2.583a32.244 32.244 0 0 1-3.564 6.413s1.264-.408 4.106-.353c.102 0 2.057.102 3.117.22-.872.801-3.015 2.08-3.117 2.135-3.022 1.539-5.966 1.853-5.966 1.853a6.395 6.395 0 0 1 2.386 2.237c-2.3.126-5.62-1.79-5.62-1.79-1.17.566-2.16.997-3.015 1.303-1.217.432-2.182.589-3.07.495.55-1.209 2.513-2.237 2.513-2.237l.016-.008Z" fill="#C5C9D4"/><path d="M58.802 137.513h-3.548m3.548 8.415h-3.548" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M75.85 88.056h177.392v24.461c0 7.23-5.26 11.202-11.077 10.677-6.343-.26-11.1-4.852-11.1-10.677 0 7.23-5.26 11.202-11.077 10.677-6.343-.26-11.1-4.852-11.1-10.677 0 7.23-5.26 11.202-11.077 10.677-6.343-.26-11.1-4.852-11.1-10.677 0 7.23-5.26 11.202-11.077 10.677-6.343-.26-11.1-4.852-11.1-10.677 0 7.23-5.26 11.202-11.077 10.677-6.343-.26-11.1-4.852-11.1-10.677 0 7.23-5.26 11.202-11.077 10.677-6.343-.26-11.1-4.852-11.1-10.677 0 7.23-5.26 11.202-11.077 10.677-6.343-.26-11.1-4.852-11.1-10.677 0 7.23-5.26 11.202-11.077 10.677-6.343-.26-11.1-4.852-11.1-10.677 0 7.23-5.26 11.202-11.077 10.677-6.343-.26-11.1-4.852-11.1-10.677V88.056h22.2Z" fill="#C5C9D4" style="mix-blend-mode:multiply" opacity=".6"/><path d="M242.164 115.132c-6.343-.26-11.1-4.852-11.1-10.677V79.994h22.177v24.461c0 7.23-5.259 11.202-11.077 10.677Zm-44.343 0c-6.343-.26-11.1-4.852-11.1-10.677V79.994h22.177v24.461c0 7.23-5.26 11.202-11.077 10.677Zm-44.349 0c-6.343-.26-11.101-4.852-11.101-10.677V79.994h22.177v24.461c0 7.23-5.259 11.202-11.076 10.677Zm-44.356 0c-6.343-.26-11.1-4.852-11.1-10.677V79.994h22.177v24.461c0 7.23-5.26 11.202-11.077 10.677Zm-44.344 0c-6.343-.26-11.1-4.852-11.1-10.677V79.994H75.85v24.461c0 7.23-5.261 11.202-11.078 10.677Z" fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M219.996 115.132c-6.343-.26-11.101-4.852-11.101-10.677V79.994h22.178v24.461c0 7.23-5.26 11.202-11.077 10.677Zm-44.356 0c-6.343-.26-11.1-4.852-11.1-10.677V79.994h22.177v24.461c0 7.23-5.26 11.202-11.077 10.677Zm-44.343 0c-6.343-.26-11.101-4.852-11.101-10.677V79.994h22.178v24.461c0 7.23-5.26 11.202-11.077 10.677Zm-44.347 0c-6.343-.26-11.1-4.852-11.1-10.677V79.994h22.177v24.461c0 7.23-5.26 11.202-11.077 10.677Z" fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M64.83 129.089h28.771c-10.323 3.871-20.96 5.213-20.96 5.213s22.75 6.586 34.266 14.79H84.055c-8.776-3.321-15.818-6.767-15.818-6.767s2.065 2.504 4.538 6.343l-7.945.424s-.055-7.748 0-19.995v-.008Zm37.409 67.348c-.016.408-.691.667-1.225.659-5.37-.094-10.448-.133-14.829-.149 5.213-3.187 10.622-5.77 16.164-7.725 0 1.955 0 4.396-.11 7.215Zm-16.057.51s-.039.023-.062.039h-2.623l.016-.047c.856 0 1.75 0 2.67.008Zm-7.519-15.834c.212-.392 5.134-8.298 8.007-11.343-.125 4.388-.753 12.403-.793 12.819-.722 7.269-1.719 11.901-2.37 14.342-5.543-.015-9.664-.015-11.383-.078 1.358-4.349 3.477-10.095 6.54-15.74Zm89.466-2.206c.244-.157.495-.306.746-.447-.102 1.013-.989 6.131-1.397 7.654a89.85 89.85 0 0 1-3.768 10.826l-11.76-.087c3.43-5.589 9.169-13.557 16.179-17.946Zm-20.025 18.072h-10.151c-1.664-9.782-3.642-26.448.636-33.246 6.477 5.738 8.753 23.7 9.515 33.246Zm-15.842-.126-12.992-.024c-2.395-3.532-4.609-7.52-5.873-11.539 7.05 1.625 13.95 6.939 18.865 11.563Zm87.819.078c2.229-3.839 3.792-5.833 3.792-5.833s-5.025 2.725-11.705 5.668c-4.341.165-9.389.087-13.236.087v-5.127c9.97-5.118 20.968-8.651 20.968-8.651s-19.06-2.669-29.517-11.32c-.227-.18-.439-.369-.659-.565 1.028-.196 6.335-.84 7.96-.903a97.697 97.697 0 0 1 21.651 1.829s-2.637-2.841-5.903-10.37c-.118-.267-2.214-5.519-3.164-8.447 3.227 1.343 9.263 5.472 9.53 5.684 7.811 6.131 12.215 13.479 12.215 13.479a18.107 18.107 0 0 1 3.164-8.895c3.117 5.88 1.939 16.855 1.939 16.855 1.837 1.499 3.446 2.873 4.844 4.153 0 1.193-.047 2.904-.047 5.417-.919.227-1.688.321-1.688.321s.769 2.654 1.311 6.657m-71.939-84.311c3.69-2.473 6.815-4.404 9.57-5.833l-9.57 5.833Zm-91.309 46.348c1.758 4.239 2.951 8.792 2.67 13.008-4.24-2.473-8.103-5.927-11.329-9.366v-3.642h8.66Zm114.955-30.279c4.75 5.048 12.231 13.997 15.371 23.182-9.467-1.947-18.833-9.546-24.697-15.183-3.744-3.595-6.068-6.39-6.068-6.39s9.075 35.633 2.127 47.314c-10.645-8.981-12.615-45.445-12.615-45.445s-8.926 19.916-22.13 28.645c-.283.189-.565.369-.848.542.087-1.177.974-7.144 1.405-8.934a105.21 105.21 0 0 1 8.761-23.001s-4.09 2.002-13.785 3.242c-.345.047-7.049.715-10.723.856 1.075-1.311 2.881-3.015 4.624-4.561" fill="#C5C9D4"/><path d="M107.155 239.292H64.811v-85.757h42.344v85.757Zm.04-90.2H64.78v-19.995h42.415v19.995Z" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M102.243 196.979H69.728v-37.98h32.515v37.98Zm10.072-67.976h129.609v105.751H112.315V129.003Z" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M198.932 128.964v105.79m-43.264-105.79v105.79m86.256-37.901H112.355m129.569 4.577H112.355m129.569 33.324H112.355m-5.593 0H65.038" stroke="#1E164B" stroke-miterlimit="10" stroke-linecap="round"/><path d="M102.169 211.784h-3.886v-11.226h3.886v11.226Z" fill="#F3F4F6" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="m117.895 151.988 14.374-17.545m-15.727 11.179 9.146-11.179" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path opacity=".6" d="M225.611 209.345c-23.129-2.215-40.082-22.76-37.868-45.889 2.215-23.128 22.76-40.082 45.889-37.868 23.128 2.215 40.082 22.76 37.867 45.889-2.214 23.128-22.759 40.082-45.888 37.868Z" fill="#fff"/><path d="m291.163 244.37-33.749-39.447c-9.64 7.45-22.114 11.226-35.122 9.546-26.008-3.345-44.44-27.225-41.088-53.233 3.344-26.008 27.224-44.441 53.232-41.089 26.001 3.345 44.433 27.225 41.089 53.225a47.272 47.272 0 0 1-11.595 25.459l34 39.746a4.487 4.487 0 0 1 1.036 3.462 4.453 4.453 0 0 1-3.038 3.669 4.45 4.45 0 0 1-4.765-1.338Zm-58.006-114.276c-20.536-2.654-39.385 11.901-42.031 32.437-2.645 20.537 11.909 39.393 32.446 42.046 20.528 2.646 39.385-11.901 42.022-32.437 2.646-20.536-11.909-39.393-32.437-42.046Z" fill="#0072F0" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="m200.365 162.288 14.908-18.197m-16.304 11.595 9.483-11.587" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M173.648 227.382a6.395 6.395 0 0 1-.338-2.025 6.32 6.32 0 0 1 12.639 0c0 .707-.125 1.39-.337 2.025 0 0-1.665 5.252-2.787 8.275-1.978 5.322-3.203 8.666-3.203 8.666s-1.225-3.352-3.203-8.666l-2.779-8.275h.008Z" fill="#F3F4F6" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M167.927 237.611a4.747 4.747 0 0 1 2.769-8.821 4.746 4.746 0 0 1 4.045 2.957s1.625 3.799 2.465 6.068c1.484 3.996 2.426 6.508 2.426 6.508s-2.34-1.303-6.076-3.368l-5.637-3.344h.008Z" fill="#F3F4F6" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M185.704 240.955c-3.736 2.057-6.076 3.368-6.076 3.368s.942-2.504 2.426-6.508c.84-2.268 2.465-6.076 2.465-6.076.188-.463.455-.91.801-1.319a4.75 4.75 0 0 1 7.198 6.194 4.85 4.85 0 0 1-1.185.989l-5.636 3.345.007.007Zm19.699-13.572a6.4 6.4 0 0 1-.338-2.025 6.32 6.32 0 0 1 12.639 0c0 .706-.126 1.389-.337 2.025 0 0-1.665 5.252-2.787 8.274-1.979 5.323-3.203 8.667-3.203 8.667s-1.225-3.352-3.203-8.667l-2.779-8.274h.008Z" fill="#F3F4F6" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M199.682 237.612a4.7 4.7 0 0 1-1.186-.99 4.75 4.75 0 0 1 7.199-6.193c.345.4.612.847.801 1.318 0 0 1.625 3.8 2.465 6.069 1.483 3.996 2.425 6.508 2.425 6.508s-2.339-1.304-6.076-3.368l-5.636-3.344h.008Z" fill="#F3F4F6" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M217.459 240.956a997.765 997.765 0 0 0-6.076 3.368s.942-2.505 2.426-6.508c.84-2.269 2.465-6.076 2.465-6.076.188-.464.455-.911.801-1.319a4.75 4.75 0 0 1 7.198 6.194c-.345.4-.753.73-1.185.989l-5.637 3.344.008.008Zm19.704-13.573a6.4 6.4 0 0 1-.338-2.025 6.32 6.32 0 0 1 12.639 0c0 .706-.125 1.389-.337 2.025 0 0-1.664 5.252-2.787 8.274a2095.554 2095.554 0 0 0-3.203 8.667s-1.225-3.352-3.203-8.667l-2.779-8.274h.008Z" fill="#F3F4F6" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M231.433 237.612a4.754 4.754 0 0 1-2.269-3.284 4.756 4.756 0 0 1 1.038-3.855 4.756 4.756 0 0 1 5.61-1.272 4.745 4.745 0 0 1 2.435 2.546s1.625 3.8 2.465 6.069c1.484 3.996 2.426 6.508 2.426 6.508s-2.339-1.304-6.076-3.368l-5.637-3.344h.008Z" fill="#F3F4F6" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M249.213 240.956a1089.638 1089.638 0 0 0-6.076 3.368s.942-2.505 2.426-6.508c.84-2.269 2.465-6.076 2.465-6.076.188-.464.455-.911.801-1.319a4.75 4.75 0 0 1 7.198 6.194c-.345.4-.753.73-1.185.989l-5.636 3.344.007.008Z" fill="#F3F4F6" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="m182.073 188.552 50.256 58.151a6.666 6.666 0 0 0 4.526 2.277 6.68 6.68 0 0 0 4.826-1.559 6.553 6.553 0 0 0 2.268-4.154 6.57 6.57 0 0 0-1.543-5.104l-50.63-58.591c9.448-10.499 15.467-23.582 17.266-37.53 4.98-38.328-22.468-73.53-61.187-78.462-38.729-4.941-74.29 22.232-79.269 60.571-4.992 38.34 22.456 73.542 61.185 78.473 19.371 2.477 37.946-3.089 52.302-14.072ZM83.361 126.06c3.94-30.273 32.009-51.729 62.59-47.817 30.569 3.911 52.243 31.709 48.303 61.982-3.927 30.273-32.008 51.718-62.576 47.817-30.583-3.911-52.255-31.707-48.317-61.982Zm43.09 8.546v1.098h9.881l.086-1.014c0-3.2 2.218-3.966 5.379-5.059l.034-.011c6.615-2.282 11.169-8.028 11.169-16.226C153 103.254 145.611 97 135.043 97 124.561 97 117 103.085 117 115h11.685c0-3.718 3.007-6.085 6.186-6.085 3.609 0 6.1 1.86 6.1 5.24 0 1.437-.601 3.972-3.436 5.07l-3.179 1.352c-7.991 3.296-8.678 8.029-7.905 14.029Zm-2.835 14.873c0 4.394 3.608 7.521 7.818 7.521 4.21 0 7.819-3.127 7.819-7.521 0-4.225-3.609-7.352-7.819-7.352s-7.818 3.127-7.818 7.352Z" fill="#E8E9EE" style="mix-blend-mode:multiply"/><path d="m220.329 234.703-50.256-58.151c-14.356 10.983-32.931 16.549-52.302 14.072-38.729-4.931-66.177-40.133-61.185-78.473 4.98-38.34 40.54-65.512 79.269-60.57 38.719 4.93 66.167 40.133 61.187 78.461-1.799 13.948-7.818 27.031-17.266 37.53l50.63 58.591a6.57 6.57 0 0 1 1.543 5.104 6.553 6.553 0 0 1-2.268 4.154 6.68 6.68 0 0 1-9.352-.718Zm-86.378-168.46c-30.581-3.912-58.65 17.544-62.59 47.817-3.939 30.275 17.734 58.071 48.317 61.982 30.568 3.901 58.649-17.544 62.576-47.817 3.94-30.273-17.734-58.07-48.303-61.981Z" fill="#C5C9D4" stroke="#06040F" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M235.457 224v-96.839c2.285-1.43 3.84-4.024 3.84-7.565V92.782h-3.84V88H76.737v4.782H72v20.165c0 .145.004.289.011.431v6.218c0 3.278 1.857 6.084 4.726 7.601v11.933h-3.84v-7.056h-25.6v22.667h25.6v-7.056h3.84V224h158.72Zm-158.72-77.315h-3.84v-6.555h3.84v6.555Z" fill="#E8E9EE" style="mix-blend-mode:multiply"/><path d="M64.737 76h158.72v136H64.737V76Z" fill="#fff" stroke="#27282A" stroke-linecap="round" stroke-linejoin="round"/><path d="M64.737 76h158.72v5.037H64.737V76Z" fill="#fff" stroke="#27282A" stroke-linecap="round" stroke-linejoin="round"/><path d="M64.737 135.185h-3.84M64.737 127.63h-3.84" stroke="#27282A" stroke-linecap="round" stroke-linejoin="round"/><path d="M35.297 120.074h25.6v22.667h-25.6v-22.667Z" fill="#fff" stroke="#27282A" stroke-linecap="round" stroke-linejoin="round"/><path d="M45.082 138.367s-4.436-.63-7.225-3.268c3.74-.738 5.997.054 5.997.054s-3.042-3.789-3.65-7.35c2.19.815 4.148 2.997 5.343 4.571.764 1.01 1.206 1.769 1.206 1.769s-.819-8.967 1.295-11.55c2.212 2.562 1.294 11.474 1.294 11.474s2.899-4.505 6.395-6.144c.078-.033.144-.065.222-.098a31.525 31.525 0 0 1-.675 2.117 26.028 26.028 0 0 1-2.977 5.255s1.063-.337 3.43-.283c.089 0 1.715.087 2.6.185-.73.662-2.522 1.704-2.6 1.748-2.522 1.259-4.979 1.52-4.979 1.52a5.257 5.257 0 0 1 1.992 1.834c-1.914.109-4.691-1.465-4.691-1.465-.985.466-1.804.825-2.512 1.064-1.018.347-1.825.477-2.567.401.454-.988 2.102-1.834 2.102-1.834Z" fill="#C5C9D4"/><path d="M78.587 87.43h148.71v20.166c0 5.961-4.408 9.237-9.282 8.8-5.319-.208-9.305-3.996-9.305-8.8 0 5.961-4.408 9.237-9.283 8.8-5.318-.208-9.304-3.996-9.304-8.8 0 5.961-4.409 9.237-9.283 8.8-5.319-.208-9.305-3.996-9.305-8.8 0 5.961-4.408 9.237-9.282 8.8-5.319-.208-9.305-3.996-9.305-8.8 0 5.961-4.408 9.237-9.283 8.8-5.318-.208-9.304-3.996-9.304-8.8 0 5.961-4.409 9.237-9.283 8.8-5.319-.208-9.305-3.996-9.305-8.8 0 5.961-4.408 9.237-9.282 8.8-5.319-.208-9.305-3.996-9.305-8.8 0 5.961-4.408 9.237-9.283 8.8-5.318-.208-9.305-3.996-9.305-8.8 0 5.961-4.408 9.237-9.282 8.8-5.319-.208-9.305-3.996-9.305-8.8V87.431h18.587-.01Z" fill="#E8E9EE" style="mix-blend-mode:multiply" opacity=".6"/><path d="M218.015 109.747c-5.319-.207-9.305-3.996-9.305-8.8V80.782h18.587v20.165c0 5.961-4.408 9.237-9.282 8.8Z" fill="#C5C9D4" stroke="#27282A" stroke-linecap="round" stroke-linejoin="round"/><path d="M199.426 109.747c-5.318-.207-9.304-3.996-9.304-8.8V80.782h18.587v20.165c0 5.961-4.408 9.237-9.283 8.8Z" fill="#E8E9EE" stroke="#27282A" stroke-linecap="round" stroke-linejoin="round"/><path d="M180.841 109.747c-5.319-.207-9.305-3.996-9.305-8.8V80.782h18.588v20.165c0 5.961-4.409 9.237-9.283 8.8Z" fill="#C5C9D4" stroke="#27282A" stroke-linecap="round" stroke-linejoin="round"/><path d="M162.253 109.747c-5.319-.207-9.305-3.996-9.305-8.8V80.782h18.587v20.165c0 5.961-4.408 9.237-9.282 8.8Z" fill="#E8E9EE" stroke="#27282A" stroke-linecap="round" stroke-linejoin="round"/><path d="M143.653 109.747c-5.318-.207-9.304-3.996-9.304-8.8V80.782h18.587v20.165c0 5.961-4.408 9.237-9.283 8.8Z" fill="#C5C9D4" stroke="#27282A" stroke-linecap="round" stroke-linejoin="round"/><path d="M125.068 109.747c-5.319-.207-9.305-3.996-9.305-8.8V80.782h18.587v20.165c0 5.961-4.408 9.237-9.282 8.8Z" fill="#E8E9EE" stroke="#27282A" stroke-linecap="round" stroke-linejoin="round"/><path d="M106.48 109.747c-5.319-.207-9.305-3.996-9.305-8.8V80.782h18.587v20.165c0 5.961-4.408 9.237-9.282 8.8Z" fill="#C5C9D4" stroke="#27282A" stroke-linecap="round" stroke-linejoin="round"/><path d="M87.892 109.747c-5.318-.207-9.304-3.996-9.304-8.8V80.782h18.587v20.165c0 5.961-4.408 9.237-9.283 8.8Z" fill="#E8E9EE" stroke="#27282A" stroke-linecap="round" stroke-linejoin="round"/><path d="M69.305 109.747c-5.318-.207-9.305-3.996-9.305-8.8V80.782h18.588v20.165c0 5.961-4.408 9.237-9.283 8.8Z" fill="#C5C9D4" stroke="#27282A" stroke-linecap="round" stroke-linejoin="round"/><path d="M218.337 176.741h-108.8v-55.408h108.8v55.408Z" fill="#E8E9EE" stroke="#06040F"/><path d="M109.537 176.741H218.337v30.222l-108.8-.003v-30.219Z" fill="#fff" stroke="#27282A" stroke-linecap="round" stroke-linejoin="round"/><path d="M218.337 180.519h-108.8M181.218 121.333v85.63M145.377 121.333v85.63" stroke="#27282A" stroke-miterlimit="10" stroke-linecap="round"/><path d="M104.417 206.963h-34.56v-65.482h34.56v65.482Z" stroke="#27282A" stroke-linecap="round" stroke-linejoin="round"/><path d="M104.417 212h-34.56v-5.037h34.56V212ZM100.577 176.741h-26.88v-30.222h26.88v30.222ZM100.65 189.415h-3.253v-9.258h3.253v9.258ZM104.417 137.704h-34.56v-16.371h34.56v16.371Z" fill="#E8E9EE" stroke="#27282A" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1 +1 @@
1
- <svg viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M150.434 187C78.397 187 20 203.351 20 223.521c0 20.171 58.397 36.522 130.434 36.522s130.435-16.351 130.435-36.522c0-20.17-58.398-36.521-130.435-36.521Z" fill="#C5C9D4"/><path fill="#fff" stroke="#06040F" d="M85.5 61.5h129v169h-129z"/><mask id="a" fill="#fff"><path fill-rule="evenodd" clip-rule="evenodd" d="M164 54c0 1.554 1.147 3 2.701 3h8.788A9.51 9.51 0 0 1 185 66.51V82h-70V66.51a9.51 9.51 0 0 1 9.511-9.51h8.788c1.554 0 2.701-1.446 2.701-3 0-7.732 6.268-14 14-14s14 6.268 14 14Zm-13.5 3a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11Z"/></mask><path fill-rule="evenodd" clip-rule="evenodd" d="M164 54c0 1.554 1.147 3 2.701 3h8.788A9.51 9.51 0 0 1 185 66.51V82h-70V66.51a9.51 9.51 0 0 1 9.511-9.51h8.788c1.554 0 2.701-1.446 2.701-3 0-7.732 6.268-14 14-14s14 6.268 14 14Zm-13.5 3a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11Z" fill="#DCDFE5"/><path d="M185 82v1h1v-1h-1Zm-70 0h-1v1h1v-1Zm51.701-26c-.871 0-1.701-.858-1.701-2h-2c0 1.965 1.464 4 3.701 4v-2Zm8.788 0h-8.788v2h8.788v-2ZM186 66.51c0-5.804-4.706-10.51-10.511-10.51v2A8.51 8.51 0 0 1 184 66.51h2ZM186 82V66.51h-2V82h2Zm-71 1h70v-2h-70v2Zm-1-16.49V82h2V66.51h-2ZM124.511 56C118.706 56 114 60.706 114 66.51h2c0-4.7 3.81-8.51 8.511-8.51v-2Zm8.788 0h-8.788v2h8.788v-2ZM135 54c0 1.142-.83 2-1.701 2v2c2.237 0 3.701-2.035 3.701-4h-2Zm15-15c-8.284 0-15 6.716-15 15h2c0-7.18 5.82-13 13-13v-2Zm15 15c0-8.284-6.716-15-15-15v2c7.18 0 13 5.82 13 13h2Zm-10-2.5a4.5 4.5 0 0 1-4.5 4.5v2a6.5 6.5 0 0 0 6.5-6.5h-2Zm-4.5-4.5a4.5 4.5 0 0 1 4.5 4.5h2a6.5 6.5 0 0 0-6.5-6.5v2Zm-4.5 4.5a4.5 4.5 0 0 1 4.5-4.5v-2a6.5 6.5 0 0 0-6.5 6.5h2Zm4.5 4.5a4.5 4.5 0 0 1-4.5-4.5h-2a6.5 6.5 0 0 0 6.5 6.5v-2Z" fill="#06040F" mask="url(#a)"/><path stroke="#06040F" d="M100.5 76.5h102.333v154H100.5z"/><path d="m113.79 118.237 5.501 5 11.5-11.5M113.79 156.473l5.501 5 11.5-11.5M113.79 194.473l5.501 5 11.5-11.5" stroke="#06040F"/><path fill="#DCDFE5" d="M140.29 111.237h50v4h-50zM140.29 119.237h31v4h-31zM140.29 149.473h50v4h-50zM140.29 157.473h31v4h-31zM140.29 187.473h50v4h-50zM140.29 195.473h31v4h-31z"/></svg>
1
+ <svg viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M174.338 72.19c-1.462 0-2.524-1.395-2.524-2.857C171.814 61.97 164.734 56 156 56s-15.814 5.97-15.814 13.333c0 1.462-1.062 2.858-2.524 2.858h-10.688A10.51 10.51 0 0 0 117.572 78H92c-5.523 0-10 4.477-10 10v158c0 5.523 4.477 10 10 10h128c5.523 0 10-4.477 10-10V88c0-5.523-4.477-10-10-10h-25.572a10.51 10.51 0 0 0-9.402-5.81h-10.688ZM161.068 70c0 2.761-2.269 5-5.068 5-2.799 0-5.069-2.239-5.069-5s2.27-5 5.069-5 5.068 2.239 5.068 5Z" fill="#E8E9EE" style="mix-blend-mode:multiply"/><rect x="70.5" y="66.5" width="147" height="177" rx="9.5" fill="#fff" stroke="#06040F"/><path fill-rule="evenodd" clip-rule="evenodd" d="M158.6 57.333c0 1.464 1.065 2.858 2.528 2.858h14.226A6.646 6.646 0 0 1 182 66.835V84h-78V66.836a6.646 6.646 0 0 1 6.646-6.645h14.226c1.463 0 2.528-1.394 2.528-2.858C127.4 49.97 134.384 44 143 44s15.6 5.97 15.6 13.333ZM143 63a5 5 0 1 0 0-10 5 5 0 0 0 0 10Z" fill="#C5C9D4"/><path fill-rule="evenodd" clip-rule="evenodd" d="M161.128 61.19c-2.167 0-3.528-2.005-3.528-3.857C157.6 50.663 151.216 45 143 45s-14.6 5.663-14.6 12.333c0 1.852-1.361 3.858-3.528 3.858h-14.226A5.646 5.646 0 0 0 105 66.835V83h76V66.836a5.646 5.646 0 0 0-5.646-5.645h-14.226ZM182 66.837a6.646 6.646 0 0 0-6.646-6.645h-14.226c-1.463 0-2.528-1.394-2.528-2.858C158.6 49.97 151.616 44 143 44s-15.6 5.97-15.6 13.333c0 1.464-1.065 2.858-2.528 2.858h-14.226A6.646 6.646 0 0 0 104 66.835V84h78V66.836ZM149 58a6 6 0 1 1-12 0 6 6 0 0 1 12 0Zm-1 0a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z" fill="#06040F"/><path stroke="#06040F" d="M82.5 78.5h123v153h-123z"/><rect x="131" y="201.333" width="36" height="6" rx="3" fill="#E8E9EE"/><rect x="131" y="192" width="57" height="6" rx="3" fill="#E8E9EE"/><path d="m100 199.975 6.431 6.025L120 192" stroke="#06040F" stroke-linecap="round"/><rect x="131" y="157.333" width="36" height="6" rx="3" fill="#E8E9EE"/><rect x="131" y="148" width="57" height="6" rx="3" fill="#E8E9EE"/><path d="m100 155.975 6.431 6.025L120 148" stroke="#06040F" stroke-linecap="round"/><rect x="131" y="104" width="57" height="6" rx="3" fill="#E8E9EE"/><rect x="131" y="113.333" width="36" height="6" rx="3" fill="#E8E9EE"/><path d="m100 111.975 6.431 6.025L120 104" stroke="#06040F" stroke-linecap="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M199.867 99c0-5.523-4.477-10-10-10H72c-5.523 0-10 4.477-10 10v91.141c0 5.523 4.477 10 10 10h11.495a20.073 20.073 0 0 0-.229 3.153C83.331 214.177 92.098 223 102.85 223c10.751 0 19.414-8.823 19.35-19.706a20.22 20.22 0 0 0-.267-3.153h58.697a19.99 19.99 0 0 0-.229 3.153c.064 10.883 8.832 19.706 19.583 19.706 10.75 0 19.414-8.823 19.349-19.706a20.1 20.1 0 0 0-.266-3.153H240c5.523 0 10-4.477 10-10V163.45c0-1.599-.384-3.175-1.119-4.596l-18.259-35.285a9.999 9.999 0 0 0-8.881-5.404h-21.874V99Z" fill="#E8E9EE" style="mix-blend-mode:multiply"/><path d="M187.982 211c-10.751 0-19.518-8.823-19.583-19.706-.064-10.883 8.599-19.706 19.35-19.706 10.751 0 19.519 8.823 19.583 19.706.064 10.883-8.599 19.706-19.35 19.706Z" fill="#C5C9D4" stroke="#06040F" stroke-linecap="round" stroke-linejoin="round"/><path d="M187.86 200.251c-4.887 0-8.873-4.01-8.904-8.957-.03-4.947 3.907-8.957 8.793-8.957 4.887 0 8.873 4.01 8.904 8.957.03 4.947-3.906 8.957-8.793 8.957Z" fill="#fff" stroke="#06040F" stroke-linecap="round" stroke-linejoin="round"/><path d="M90.85 211c-10.752 0-19.52-8.823-19.584-19.706-.064-10.883 8.599-19.706 19.35-19.706 10.751 0 19.518 8.823 19.583 19.706.064 10.883-8.599 19.706-19.35 19.706Z" fill="#C5C9D4" stroke="#06040F" stroke-linecap="round" stroke-linejoin="round"/><path d="M90.727 200.251c-4.887 0-8.873-4.01-8.903-8.957-.031-4.947 3.906-8.957 8.793-8.957 4.886 0 8.873 4.01 8.903 8.957.03 4.947-3.906 8.957-8.793 8.957Z" fill="#fff" stroke="#06040F" stroke-linecap="round" stroke-linejoin="round"/><path fill-rule="evenodd" clip-rule="evenodd" d="M218.622 111.569a9.999 9.999 0 0 0-8.881-5.404h-21.874v59.621c12.57.154 22.888 9.948 23.905 22.355H228c5.523 0 10-4.477 10-10V151.45c0-1.599-.384-3.175-1.119-4.596l-18.259-35.285Zm-7.545.185h-23.21v18.631h32.494l-9.284-18.631Z" fill="#E8E9EE"/><path d="m218.622 111.569-.444.23.444-.23Zm-30.755-5.404h-.5a.5.5 0 0 1 .5-.5v.5Zm0 59.621-.006.5a.5.5 0 0 1-.494-.5h.5Zm23.905 22.355v.5a.5.5 0 0 1-.498-.459l.498-.041Zm25.109-41.287-.444.23.444-.23Zm-49.014-35.1h-.5a.5.5 0 0 1 .5-.5v.5Zm23.21 0v-.5a.5.5 0 0 1 .447.277l-.447.223Zm-23.21 18.631v.5a.5.5 0 0 1-.5-.5h.5Zm32.494 0 .447-.223a.5.5 0 0 1-.447.723v-.5Zm-10.62-24.72c3.924 0 7.522 2.188 9.325 5.674l-.888.46a9.499 9.499 0 0 0-8.437-5.134v-1Zm-21.874 0h21.874v1h-21.874v-1Zm-.5 60.121v-59.621h1v59.621h-1Zm23.907 22.396c-.997-12.153-11.104-21.745-23.413-21.896l.012-1c12.831.157 23.359 10.153 24.398 22.814l-.997.082Zm16.726.459h-16.228v-1H228v1Zm10.5-10.5c0 5.799-4.701 10.5-10.5 10.5v-1a9.5 9.5 0 0 0 9.5-9.5h1Zm0-26.691v26.691h-1V151.45h1Zm-1.175-4.826a10.502 10.502 0 0 1 1.175 4.826h-1a9.491 9.491 0 0 0-1.063-4.366l.888-.46Zm-18.259-35.285 18.259 35.285-.888.46-18.259-35.285.888-.46Zm-31.199-.085h23.21v1h-23.21v-1Zm-.5 19.131v-18.631h1v18.631h-1Zm32.994.5h-32.494v-1h32.494v1Zm-8.837-19.354 9.284 18.631-.895.446-9.284-18.631.895-.446Z" fill="#06040F"/><path d="M203.902 143.07h-10.137" stroke="#06040F" stroke-miterlimit="10" stroke-linecap="round"/><path fill-rule="evenodd" clip-rule="evenodd" d="M187.867 87c0-5.523-4.477-10-10-10H60c-5.523 0-10 4.477-10 10v91.141c0 5.523 4.477 10 10 10h6.752c.861-12.434 11.11-22.228 23.69-22.228 12.579 0 22.949 9.794 23.964 22.228h49.473c.861-12.434 11.11-22.228 23.689-22.228.1 0 .199 0 .299.002V87Z" fill="#fff"/><path d="m66.752 188.141.499.035a.5.5 0 0 1-.5.465v-.5Zm47.654 0v.5a.5.5 0 0 1-.498-.459l.498-.041Zm49.473 0 .499.035a.5.5 0 0 1-.499.465v-.5Zm23.988-22.226h.5a.5.5 0 0 1-.506.5l.006-.5Zm-10-89.415c5.799 0 10.5 4.701 10.5 10.5h-1c0-5.247-4.254-9.5-9.5-9.5v-1ZM60 76.5h117.867v1H60v-1ZM49.5 87c0-5.799 4.701-10.5 10.5-10.5v1a9.5 9.5 0 0 0-9.5 9.5h-1Zm0 91.141V87h1v91.141h-1Zm10.5 10.5c-5.799 0-10.5-4.701-10.5-10.5h1a9.5 9.5 0 0 0 9.5 9.5v1Zm6.752 0H60v-1h6.752v1Zm-.5-.534c.88-12.691 11.342-22.694 24.19-22.694v1c-12.313 0-22.348 9.586-23.191 21.763l-.998-.069Zm24.19-22.694c12.844 0 23.426 9.999 24.463 22.687l-.997.082c-.995-12.18-11.153-21.769-23.467-21.769v-1Zm73.437 23.228h-49.473v-1h49.473v1Zm23.689-22.228c-12.311 0-22.347 9.586-23.19 21.763l-.998-.069c.879-12.691 11.341-22.694 24.188-22.694v1Zm.293.002c-.098-.002-.195-.002-.293-.002v-1c.102 0 .204 0 .305.002l-.012 1ZM188.367 87v78.915h-1V87h1Z" fill="#06040F"/><path d="M77.416 77v93.012M105.617 77v94.588M133.034 77v111.141M160.45 77v111.141" stroke="#06040F" stroke-miterlimit="10"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M155.269 101.241c1.398-5.217 6.76-8.314 11.976-6.916l75.505 20.237c5.217 1.398 8.312 6.761 6.915 11.979l-28.987 108.207c-1.398 5.218-6.76 8.314-11.976 6.916l-75.505-20.236c-5.217-1.398-8.312-6.761-6.915-11.979l28.987-108.208Z" fill="#E8E9EE" style="mix-blend-mode:multiply"/><path d="M236.371 103.511c5.217 1.398 8.312 6.761 6.915 11.979l-28.987 108.207c-1.398 5.218-6.76 8.315-11.976 6.917l-75.505-20.237c-5.217-1.398-8.312-6.761-6.915-11.979L148.89 90.191c1.398-5.218 6.76-8.314 11.976-6.916l75.505 20.236Z" fill="#fff" stroke="#06040F"/><rect width="50.701" height="6" rx="3" transform="rotate(15 -663.798 611.127) skewX(-.002)" fill="#E8E9EE"/><rect width="62.858" height="6" rx="3" transform="rotate(15 -629.618 615.63) skewX(-.002)" fill="#E8E9EE"/><rect width="41.702" height="6" rx="3" transform="rotate(15 -595.435 620.128) skewX(-.002)" fill="#C5C9D4"/><rect width="70" height="6" rx="3" transform="rotate(15 -561.255 624.63) skewX(-.002)" fill="#C5C9D4"/><rect width="66" height="66" rx="33" transform="rotate(15 -288.808 668.23) skewX(-.002)" fill="#E8E9EE"/><path d="M166.826 135.19a21.242 21.242 0 0 0-.724 5.106c-.169 9.098 5.609 17.402 14.496 19.784 8.888 2.381 18.044-1.922 22.448-9.885a21.266 21.266 0 0 0 1.926-4.784l-38.146-10.221Z" fill="#C5C9D4"/><ellipse cx="9.873" cy="10.239" rx="9.873" ry="10.239" transform="rotate(15 -338.017 753.529) skewX(-.002)" fill="#C5C9D4"/><path d="M59.81 83.65c-.47-5.38 3.51-10.125 8.89-10.595l77.87-6.815c5.38-.47 10.123 3.51 10.594 8.891l9.761 111.598c.47 5.382-3.509 10.126-8.889 10.596l-77.871 6.815c-5.38.471-10.123-3.51-10.594-8.891l-9.76-111.598Z" fill="#E8E9EE" style="mix-blend-mode:multiply"/><path d="M137.798 58.038c5.38-.471 10.123 3.51 10.593 8.89l9.761 111.599c.471 5.381-3.509 10.125-8.889 10.596l-77.87 6.815c-5.38.47-10.123-3.51-10.594-8.891L51.038 75.448c-.47-5.38 3.509-10.125 8.889-10.596l77.871-6.814Z" fill="#fff" stroke="#06040F"/><rect width="50.701" height="6" rx="3" transform="rotate(-5 2062.132 -749.694) skewX(-.002)" fill="#E8E9EE"/><rect width="62.858" height="6" rx="3" transform="rotate(-5 1959.063 -745.202) skewX(-.002)" fill="#E8E9EE"/><rect width="41.702" height="6" rx="3" transform="rotate(-5 1855.993 -740.7) skewX(-.002)" fill="#C5C9D4"/><rect width="70" height="6" rx="3" transform="rotate(-5 1752.923 -736.207) skewX(-.002)" fill="#C5C9D4"/><rect width="66" height="66" rx="33" transform="rotate(-5 927.388 -723.12) skewX(-.002)" fill="#E8E9EE"/><path d="M82.93 112.204a21.24 21.24 0 0 0 1.065 5.046c2.953 8.607 11.223 14.435 20.389 13.633 9.165-.802 16.298-7.977 17.713-16.967.262-1.665.327-3.393.173-5.154l-39.34 3.442Z" fill="#C5C9D4"/><ellipse cx="9.873" cy="10.239" rx="9.873" ry="10.239" transform="rotate(-5 1028.08 -1000.055) skewX(-.002)" fill="#C5C9D4"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.555 147c0-56.993 46.07-103.23 103-103.499V250.5c-56.93-.269-103-46.506-103-103.499Z" fill="#D6D8F0" stroke="#1E164B"/><path d="M227 251h72v-78h-72v78Z" fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="m227 173.068 72-.068v3.976L227 191v-17.932Z" fill="#C5C9D4" style="mix-blend-mode:multiply" opacity=".6"/><path d="M234.201 251h57.6v-63.947h-57.6V251Z" fill="#F3F4F6" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M271.218 251h16.8v-16.579h-16.8V251ZM262.817 234.421h16.8v-16.579h-16.8v16.579Z" fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M246.018 234.421h16.8v-16.579h-16.8v16.579Z" fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M254.419 217.842h16.8v-16.579h-16.8v16.579ZM254.419 251h16.8v-16.579h-16.8V251Z" fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M237.681 251h16.799v-16.579h-16.799V251ZM262.999 155 227 173h72l-36.001-18ZM226.994 135H30v116h197V135h-.006ZM128.497 101 30 135h197l-98.503-34Z" fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="m30 135.09 197-.09v5.301L30 159v-23.91Z" fill="#C5C9D4" style="mix-blend-mode:multiply" opacity=".6"/><path d="M106.001 221h44.932v-46.777c0-17.977-15.048-22.972-22.571-23.223-12.353 0-22.361 10.394-22.361 23.223V221Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M146.35 159.739c-5.051-6.414-13.105-8.576-17.988-8.739-7.41 0-13.976 3.74-18.044 9.502.029 1.177.545 15.777 7.864 26.039 4.072-12.424 2.382-20.469 2.382-20.469s11.391 12.074 23.034 15.765c-1.792-7.857-8.263-15.515-13.039-20.293-3.049-3.055-5.406-4.929-5.406-4.929s10.622 2.449 21.197 3.124ZM122.114 221h-16.113v-36.675c.584-1.104 1.237-2.034 1.967-2.725 4.336 7.37-.571 30.337-.571 30.337s1.347-1.824 3.536-4.185c3.434-3.691 8.925-8.707 14.566-10.1-.752 2.563-1.991 5.11-3.379 7.444 10.49-1.88 23.962 3.237 23.962 3.237s-17.544-19.281-17.105-29.213c7.687 1.932 18.617 18.038 21.956 23.203V221h-.562l.035-.081-.131.081h-16.108c4.665-3.772 7.296-4.747 7.296-4.747a73.308 73.308 0 0 1-15.751-7.052c-.829-.505-2.963-2.054-4.25-3.031-3.369 5.343-7.275 9.321-7.275 9.321s5.773-1.311 14.692 1.83c-2.1 1.617-4.454 2.805-6.765 3.679Z" fill="#DCDFE5"/><path d="M128.465 151.3v69.4M106.069 176.391h44.932M106.069 199.158h44.932" stroke="#1E164B" stroke-miterlimit="10" stroke-linecap="round"/><path d="m113.055 172.568 10.909-13.829M112.03 167.546l6.94-8.807M106.001 221h44.932v-46.777c0-17.977-15.048-22.972-22.571-23.223-12.353 0-22.361 10.394-22.361 23.223V221Z" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M166.077 221h44.856v-46.777c0-17.977-15.022-22.972-22.533-23.223-12.332 0-22.323 10.394-22.323 23.223V221Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M210.856 203.12V221h-2.37c-2.198-.755-6.052-2.316-9.837-5.003-.199-.143-4.233-3.435-5.8-5.384 2.197.031 6.214.356 6.424.381 5.812.65 8.291 1.868 8.291 1.868a70.321 70.321 0 0 1-5.577-14.597c-.288-1.137-.901-4.947-.973-5.703l.089.057.056.035c.125.08.25.159.371.245 3.737 2.506 6.954 6.581 9.326 10.221Zm-2.861-40.817c-3.583-6.375-9.883-9.473-15.108-10.68-2.063 2.109-10.235 10.857-13.121 19.908 6.574-1.449 13.083-7.108 17.159-11.305 2.606-2.68 4.215-4.76 4.215-4.76S194.836 182 199.663 190.7c5.304-4.796 7.509-20.113 8.332-28.397Zm-16.516-10.965c-1.226.061-3.017.051-5.273-.235a21.8 21.8 0 0 1 2.118-.103c.947.032 2.014.139 3.155.338Zm-25.478 63.414v-13.391c.319.546.665 1.156 1.025 1.819 2.426 4.472 5.464 11.381 5.127 17.389-2.254-1.561-4.338-3.652-6.152-5.817Zm0-15.281v-24.048c.326-.297.662-.591 1.007-.881.186-.156 4.383-3.229 6.622-4.229-.66 2.18-2.113 6.09-2.197 6.29-2.264 5.603-4.101 7.72-4.101 7.72a63.507 63.507 0 0 1 15.046-1.362c1.129.038 4.815.519 5.53.669-.15.143-.3.281-.457.418-7.264 6.446-20.503 8.433-20.503 8.433s21.356 7.357 25.012 15.265c-6.557 1.788-20.896-5.52-25.959-8.275Z" fill="#DCDFE5"/><path d="M188.505 151.3v69.4M166.146 176.391h44.855M166.146 199.158h44.855" stroke="#1E164B" stroke-miterlimit="10" stroke-linecap="round"/><path d="m173.114 172.568 10.891-13.829M172.099 167.546l6.928-8.807M166.077 221h44.856v-46.777c0-17.977-15.022-22.972-22.533-23.223-12.332 0-22.323 10.394-22.323 23.223V221Z" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M46.003 221H90.93v-46.777c0-17.977-15.046-22.972-22.569-23.223-12.352 0-22.358 10.394-22.358 23.223V221Z" fill="#fff"/><path d="M90.926 178.898v17.773c-3.277 3.597-6.653 6.379-9.784 7.315-.56-6.459 4.595-16.646 9.778-25.078l.006-.01ZM85.213 158.826a23.432 23.432 0 0 1 5.04 9.773c-6.607 2.151-15.137 3.966-22.18 2.289 4.762-5.26 11.636-9.347 17.14-12.062ZM53.166 157.181a23.342 23.342 0 0 0-6.019 9.673c6.725-.983 24.024-4.041 28.864-10.057-4.857-2.784-15.094-1.33-22.845.384ZM46.774 168.137a24.105 24.105 0 0 0-.775 6.086v3.163c4.203 1.865 12.497 5.042 19.79 4.807-3.489-5.777-10.669-10.081-15.732-12.561a67.019 67.019 0 0 0-3.283-1.495ZM45.999 184.842V221h13.56c3.882-5.226 18.217-25.29 17.338-35.434-11.053 3.317-25.396 31.487-25.396 31.487s.376-16.451-4.978-28.095a45.277 45.277 0 0 0-.524-4.116ZM61.326 221a79.77 79.77 0 0 1 4.025-1.63c6.326-2.367 15.948-5.047 23.64-3.217-1.594 1.761-3.444 3.379-5.396 4.847h-22.27Z" fill="#DCDFE5"/><path d="M68.466 151.3v69.4M46.073 176.39h44.928M46.073 199.158h44.928" stroke="#1E164B" stroke-miterlimit="10" stroke-linecap="round"/><path d="m53.052 172.568 10.908-13.829M52.032 167.546l6.94-8.807M46.003 221H90.93v-46.777c0-17.977-15.046-22.972-22.569-23.223-12.352 0-22.358 10.394-22.358 23.223V221Z" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M29.94 147C13.922 147.035.973 160.068 1 176.104 1.06 204.54 30.16 253 30.16 253S59.055 202.611 59 175.987C58.965 159.944 45.952 146.966 29.94 147Zm.482 44.079c-7.483.014-13.57-6.048-13.584-13.549-.013-7.495 6.04-13.591 13.529-13.605 7.483-.014 13.57 6.048 13.583 13.55.014 7.494-6.038 13.591-13.528 13.604Z" fill="#303AB2" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M138.985 197.473h15.579V179h76.462v62.536h-9.88s-1.082-11.932-12.978-11.932c-12.262 0-12.817 11.932-12.817 11.932l-32.063-.075s-1.205-11.744-13.353-11.744c-12.18 0-13.224 11.813-13.224 11.813h-9.685v-22.92l11.947-21.143.012.006Z" fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M154.564 201.385h-13.59l-5.262 9.405h18.852v-9.405Z" fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="m150.427 203.34 2.253 2.188M148.122 204.092l3.525 3.429" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M208.35 253c5.744 0 10.355-4.666 10.299-10.422-.056-5.756-4.758-10.422-10.502-10.422-5.744 0-10.354 4.666-10.298 10.422.056 5.756 4.757 10.422 10.501 10.422ZM150.108 253c5.744 0 10.354-4.666 10.298-10.422-.056-5.756-4.757-10.422-10.501-10.422s-10.355 4.666-10.299 10.422c.056 5.756 4.758 10.422 10.502 10.422Z" fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M208.474 247.867c2.585 0 4.639-2.1 4.588-4.689-.051-2.59-2.187-4.69-4.772-4.69a4.576 4.576 0 0 0-4.588 4.69c.051 2.589 2.187 4.689 4.772 4.689ZM150.521 247.867c2.585 0 4.639-2.1 4.588-4.689-.051-2.59-2.187-4.69-4.772-4.69a4.576 4.576 0 0 0-4.588 4.69c.051 2.589 2.187 4.689 4.772 4.689Z" fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M169.784 179v62.536M154.562 197.576v32.91M185.097 179v62.536M200.403 179v53.112M215.718 179l-.006 52.465" stroke="#1E164B" stroke-miterlimit="10"/><path d="M145.144 217.537h5.595" stroke="#1E164B" stroke-miterlimit="10" stroke-linecap="round"/><path d="M59.967 235.581a6.775 6.775 0 0 0 .337-2.083c0-3.592-2.827-6.498-6.303-6.498-3.484 0-6.303 2.914-6.303 6.498 0 .727.126 1.429.337 2.083 0 0 1.66 5.4 2.78 8.508 1.972 5.472 3.194 8.911 3.194 8.911s1.221-3.447 3.194-8.911l2.772-8.508h-.008Z" fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M65.67 246.098a4.72 4.72 0 0 0 1.183-1.017c1.707-2.042 1.48-5.125-.501-6.885-1.981-1.76-4.972-1.526-6.679.517-.344.411-.61.871-.798 1.356 0 0-1.62 3.907-2.459 6.239-1.48 4.109-2.419 6.692-2.419 6.692s2.333-1.34 6.06-3.463l5.621-3.439h-.007Z" fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M47.94 249.537C51.668 251.652 54 253 54 253s-.939-2.575-2.419-6.692c-.837-2.332-2.458-6.247-2.458-6.247a5.073 5.073 0 0 0-.799-1.357c-1.706-2.042-4.697-2.276-6.678-.516-1.98 1.76-2.208 4.843-.501 6.885a4.89 4.89 0 0 0 1.182 1.017l5.622 3.439-.008.008ZM87.967 235.581a6.775 6.775 0 0 0 .337-2.083c0-3.592-2.827-6.498-6.303-6.498-3.484 0-6.303 2.914-6.303 6.498 0 .727.126 1.429.337 2.083 0 0 1.66 5.4 2.78 8.508 1.972 5.472 3.194 8.911 3.194 8.911s1.221-3.447 3.194-8.911l2.772-8.508h-.008Z" fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M93.67 246.098a4.72 4.72 0 0 0 1.183-1.017c1.707-2.042 1.48-5.125-.501-6.885-1.981-1.76-4.972-1.526-6.679.517-.344.411-.61.871-.798 1.356 0 0-1.62 3.907-2.459 6.239-1.48 4.109-2.419 6.692-2.419 6.692s2.333-1.34 6.06-3.463l5.621-3.439h-.007Z" fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M75.94 249.537C79.669 251.652 82 253 82 253s-.939-2.575-2.419-6.692c-.837-2.332-2.458-6.247-2.458-6.247a5.073 5.073 0 0 0-.799-1.357c-1.706-2.042-4.697-2.276-6.678-.516-1.981 1.76-2.208 4.843-.501 6.885.344.412.751.751 1.182 1.017l5.621 3.439-.007.008ZM115.959 235.581a6.788 6.788 0 0 0 .337-2.083c0-3.592-2.827-6.498-6.303-6.498-3.484 0-6.303 2.914-6.303 6.498 0 .727.126 1.429.337 2.083 0 0 1.66 5.4 2.78 8.508 1.973 5.472 3.194 8.911 3.194 8.911s1.221-3.447 3.194-8.911l2.772-8.508h-.008Z" fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M121.671 246.098c.43-.266.837-.597 1.182-1.017 1.707-2.042 1.48-5.125-.501-6.885-1.981-1.76-4.972-1.526-6.679.517a4.83 4.83 0 0 0-.798 1.356s-1.621 3.907-2.459 6.239c-1.479 4.109-2.419 6.692-2.419 6.692s2.333-1.34 6.06-3.463l5.622-3.439h-.008Z" fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/><path d="M103.941 249.537a1035.72 1035.72 0 0 1 6.06 3.463s-.94-2.575-2.42-6.692c-.837-2.332-2.458-6.247-2.458-6.247a5.064 5.064 0 0 0-.799-1.357c-1.706-2.042-4.697-2.276-6.678-.516-1.98 1.76-2.208 4.843-.501 6.885a4.89 4.89 0 0 0 1.182 1.017l5.622 3.439-.008.008Z" fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,38 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 300 300">
2
- <path fill="#F3F4F6" stroke="#1E164B" d="M9.555 147c0-56.993 46.07-103.23 103-103.499V250.5c-56.93-.269-103-46.506-103-103.499Z"/>
3
- <path fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M227 251h72v-78h-72v78Z"/>
4
- <path fill="#C5C9D4" d="m227 173.068 72-.068v3.976L227 191v-17.932Z" opacity=".6" style="mix-blend-mode:multiply"/>
5
- <path fill="#F3F4F6" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M234.201 251h57.6v-63.947h-57.6V251Z"/>
6
- <path fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M271.218 251h16.8v-16.579h-16.8V251Zm-8.401-16.579h16.8v-16.579h-16.8v16.579Z"/>
7
- <path fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M246.018 234.421h16.8v-16.579h-16.8v16.579Z"/>
8
- <path fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M254.419 217.842h16.8v-16.579h-16.8v16.579Zm0 33.158h16.8v-16.579h-16.8V251Z"/>
9
- <path fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M237.681 251h16.799v-16.579h-16.799V251Zm25.318-96L227 173h72l-36.001-18Zm-36.005-20H30v116h197V135h-.006Zm-98.497-34L30 135h197l-98.503-34Z"/>
10
- <path fill="#C5C9D4" d="m30 135.09 197-.09v5.301L30 159v-23.91Z" opacity=".6" style="mix-blend-mode:multiply"/>
11
- <path fill="#fff" d="M106.001 221h44.931v-46.777c0-17.977-15.047-22.972-22.571-23.223-12.353 0-22.36 10.394-22.36 23.223V221Z"/>
12
- <path fill="#DCDFE5" fill-rule="evenodd" d="M146.35 159.739c-5.051-6.414-13.105-8.576-17.989-8.739-7.409 0-13.975 3.74-18.044 9.502.03 1.177.545 15.777 7.865 26.039 4.072-12.424 2.382-20.469 2.382-20.469s11.391 12.074 23.034 15.765c-1.792-7.857-8.264-15.515-13.039-20.293-3.049-3.055-5.406-4.929-5.406-4.929s10.622 2.449 21.197 3.124ZM122.114 221h-16.113v-36.675c.584-1.104 1.237-2.034 1.967-2.725 4.336 7.37-.572 30.337-.572 30.337s1.348-1.824 3.537-4.185c3.434-3.691 8.925-8.707 14.566-10.1-.752 2.563-1.991 5.11-3.379 7.444 10.49-1.88 23.961 3.237 23.961 3.237s-17.543-19.281-17.104-29.213c7.687 1.932 18.617 18.038 21.955 23.203V221h-.561l.035-.081-.132.081h-16.108c4.665-3.772 7.297-4.747 7.297-4.747a73.338 73.338 0 0 1-15.752-7.052c-.828-.505-2.962-2.054-4.25-3.031-3.368 5.343-7.275 9.321-7.275 9.321s5.774-1.311 14.693 1.83c-2.101 1.617-4.454 2.805-6.765 3.679Z" clip-rule="evenodd"/>
13
- <path stroke="#1E164B" stroke-linecap="round" stroke-miterlimit="10" d="M128.465 151.3v69.4m-22.396-44.309H151m-44.931 22.767H151"/>
14
- <path stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="m113.054 172.568 10.91-13.829m-11.934 8.807 6.94-8.807M106.001 221h44.931v-46.777c0-17.977-15.047-22.972-22.571-23.223-12.353 0-22.36 10.394-22.36 23.223V221Z"/>
15
- <path fill="#fff" d="M166.077 221h44.856v-46.777c0-17.977-15.022-22.972-22.533-23.223-12.332 0-22.323 10.394-22.323 23.223V221Z"/>
16
- <path fill="#DCDFE5" fill-rule="evenodd" d="M210.856 203.12V221h-2.37c-2.198-.755-6.052-2.316-9.837-5.003-.199-.143-4.233-3.435-5.8-5.384 2.197.031 6.214.356 6.424.381 5.812.65 8.291 1.868 8.291 1.868a70.321 70.321 0 0 1-5.577-14.597c-.288-1.137-.901-4.947-.973-5.703l.089.057.056.035c.125.08.25.159.371.245 3.737 2.506 6.954 6.581 9.326 10.221Zm-2.861-40.817c-3.583-6.375-9.883-9.473-15.108-10.68-2.063 2.109-10.235 10.857-13.121 19.908 6.574-1.449 13.083-7.108 17.159-11.305 2.606-2.68 4.215-4.76 4.215-4.76S194.836 182 199.663 190.7c5.304-4.796 7.509-20.113 8.332-28.397Zm-16.516-10.965c-1.226.061-3.017.051-5.273-.235a21.8 21.8 0 0 1 2.118-.103c.947.032 2.014.139 3.155.338Zm-25.478 63.414v-13.391c.319.546.665 1.156 1.025 1.819 2.426 4.472 5.464 11.381 5.127 17.389-2.254-1.561-4.338-3.652-6.152-5.817Zm0-15.281v-24.048c.326-.297.662-.591 1.007-.881.186-.156 4.383-3.229 6.622-4.229-.66 2.18-2.113 6.09-2.197 6.29-2.264 5.603-4.101 7.72-4.101 7.72a63.507 63.507 0 0 1 15.046-1.362c1.129.038 4.815.519 5.53.669-.15.143-.3.281-.457.418-7.264 6.446-20.503 8.433-20.503 8.433s21.356 7.357 25.012 15.265c-6.557 1.788-20.896-5.52-25.959-8.275Z" clip-rule="evenodd"/>
17
- <path stroke="#1E164B" stroke-linecap="round" stroke-miterlimit="10" d="M188.505 151.3v69.4m-22.359-44.309h44.855m-44.855 22.767h44.855"/>
18
- <path stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="m173.114 172.568 10.891-13.829m-11.906 8.807 6.928-8.807M166.077 221h44.856v-46.777c0-17.977-15.022-22.972-22.533-23.223-12.332 0-22.323 10.394-22.323 23.223V221Z"/>
19
- <path fill="#fff" d="M46.003 221H90.93v-46.777c0-17.977-15.046-22.972-22.569-23.223-12.352 0-22.358 10.394-22.358 23.223V221Z"/>
20
- <path fill="#DCDFE5" d="M90.926 178.898v17.773c-3.277 3.597-6.653 6.379-9.784 7.315-.56-6.459 4.595-16.646 9.778-25.078l.006-.01Zm-5.713-20.072a23.432 23.432 0 0 1 5.04 9.773c-6.607 2.151-15.137 3.966-22.18 2.289 4.762-5.26 11.636-9.347 17.14-12.062Zm-32.047-1.645a23.342 23.342 0 0 0-6.019 9.673c6.725-.983 24.024-4.041 28.864-10.057-4.857-2.784-15.094-1.33-22.845.384Zm-6.392 10.956a24.105 24.105 0 0 0-.775 6.086v3.163c4.203 1.865 12.497 5.042 19.79 4.807-3.489-5.777-10.669-10.081-15.732-12.561a67.019 67.019 0 0 0-3.283-1.495Zm-.775 16.705V221h13.56c3.882-5.226 18.217-25.29 17.338-35.434-11.053 3.317-25.396 31.487-25.396 31.487s.376-16.451-4.978-28.095a45.277 45.277 0 0 0-.524-4.116ZM61.326 221a79.77 79.77 0 0 1 4.025-1.63c6.326-2.367 15.948-5.047 23.64-3.217-1.594 1.761-3.444 3.379-5.396 4.847h-22.27Z"/>
21
- <path stroke="#1E164B" stroke-linecap="round" stroke-miterlimit="10" d="M68.466 151.3v69.4m-22.393-44.31h44.928m-44.928 22.768h44.928"/>
22
- <path stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="m53.052 172.568 10.908-13.829m-11.928 8.807 6.94-8.807M46.003 221H90.93v-46.777c0-17.977-15.046-22.972-22.569-23.223-12.352 0-22.358 10.394-22.358 23.223V221Z"/>
23
- <path fill="#C5C9D4" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M29.94 147C13.922 147.035.973 160.068 1 176.104 1.06 204.54 30.16 253 30.16 253S59.055 202.611 59 175.987c-.035-16.043-13.048-29.021-29.06-28.987v0Zm.482 44.079c-7.483.014-13.57-6.048-13.584-13.549-.013-7.495 6.04-13.591 13.529-13.605 7.483-.014 13.57 6.048 13.583 13.55.014 7.494-6.038 13.591-13.528 13.604Z"/>
24
- <path fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M138.985 197.473h15.579V179h76.462v62.536h-9.88s-1.082-11.932-12.978-11.932c-12.262 0-12.817 11.932-12.817 11.932l-32.063-.075s-1.205-11.744-13.353-11.744c-12.18 0-13.224 11.813-13.224 11.813h-9.685v-22.92l11.947-21.143.012.006Z"/>
25
- <path fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M154.564 201.385h-13.59l-5.262 9.405h18.852v-9.405Z"/>
26
- <path stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="m150.427 203.34 2.253 2.188m-4.558-1.436 3.525 3.429"/>
27
- <path fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M208.35 253c5.744 0 10.355-4.666 10.299-10.422-.056-5.756-4.758-10.422-10.502-10.422-5.744 0-10.354 4.666-10.298 10.422.056 5.756 4.757 10.422 10.501 10.422Zm-58.242 0c5.744 0 10.354-4.666 10.298-10.422-.056-5.756-4.757-10.422-10.501-10.422s-10.355 4.666-10.299 10.422c.056 5.756 4.758 10.422 10.502 10.422Z"/>
28
- <path fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M208.474 247.867c2.585 0 4.639-2.1 4.588-4.689-.051-2.59-2.187-4.69-4.772-4.69a4.576 4.576 0 0 0-4.588 4.69c.051 2.589 2.187 4.689 4.772 4.689Zm-57.953 0c2.585 0 4.639-2.1 4.588-4.689-.051-2.59-2.187-4.69-4.772-4.69a4.576 4.576 0 0 0-4.588 4.69c.051 2.589 2.187 4.689 4.772 4.689Z"/>
29
- <path stroke="#1E164B" stroke-miterlimit="10" d="M169.784 179v62.536m-15.222-43.96v32.91M185.097 179v62.536M200.403 179v53.112M215.718 179l-.006 52.465"/>
30
- <path stroke="#1E164B" stroke-linecap="round" stroke-miterlimit="10" d="M145.144 217.537h5.595"/>
31
- <path fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M59.967 235.581a6.776 6.776 0 0 0 .336-2.083c0-3.592-2.826-6.498-6.302-6.498-3.484 0-6.303 2.914-6.303 6.498 0 .727.125 1.429.337 2.083 0 0 1.66 5.4 2.78 8.508 1.972 5.472 3.194 8.911 3.194 8.911s1.22-3.447 3.194-8.911l2.771-8.508h-.007Z"/>
32
- <path fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M65.67 246.098a4.72 4.72 0 0 0 1.183-1.017c1.707-2.042 1.48-5.125-.501-6.885-1.981-1.76-4.972-1.526-6.679.517a4.83 4.83 0 0 0-.798 1.356s-1.62 3.907-2.459 6.239c-1.48 4.109-2.419 6.692-2.419 6.692s2.333-1.34 6.06-3.463l5.621-3.439h-.007Z"/>
33
- <path fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M47.94 249.537C51.668 251.652 54 253 54 253s-.939-2.575-2.419-6.692c-.837-2.332-2.458-6.247-2.458-6.247a5.073 5.073 0 0 0-.799-1.357c-1.706-2.042-4.697-2.276-6.678-.516-1.98 1.76-2.208 4.843-.501 6.885a4.89 4.89 0 0 0 1.182 1.017l5.622 3.439-.008.008Zm40.027-13.956a6.776 6.776 0 0 0 .336-2.083c0-3.592-2.826-6.498-6.302-6.498-3.484 0-6.303 2.914-6.303 6.498 0 .727.125 1.429.337 2.083 0 0 1.66 5.4 2.78 8.508 1.972 5.472 3.194 8.911 3.194 8.911s1.22-3.447 3.194-8.911l2.772-8.508h-.008Z"/>
34
- <path fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M93.67 246.098a4.72 4.72 0 0 0 1.183-1.017c1.707-2.042 1.48-5.125-.501-6.885-1.981-1.76-4.972-1.526-6.679.517a4.83 4.83 0 0 0-.798 1.356s-1.62 3.907-2.459 6.239c-1.48 4.109-2.419 6.692-2.419 6.692s2.333-1.34 6.06-3.463l5.621-3.439h-.007Z"/>
35
- <path fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M75.94 249.537C79.669 251.652 82 253 82 253s-.939-2.575-2.419-6.692c-.837-2.332-2.458-6.247-2.458-6.247a5.073 5.073 0 0 0-.799-1.357c-1.706-2.042-4.697-2.276-6.678-.516-1.981 1.76-2.208 4.843-.501 6.885.344.412.751.751 1.182 1.017l5.621 3.439-.007.008Zm40.019-13.956a6.787 6.787 0 0 0 .336-2.083c0-3.592-2.826-6.498-6.302-6.498-3.484 0-6.303 2.914-6.303 6.498 0 .727.125 1.429.337 2.083 0 0 1.66 5.4 2.779 8.508 1.973 5.472 3.195 8.911 3.195 8.911s1.221-3.447 3.194-8.911l2.772-8.508h-.008Z"/>
36
- <path fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M121.67 246.098a4.725 4.725 0 0 0 1.183-1.017c1.706-2.042 1.479-5.125-.501-6.885-1.981-1.76-4.972-1.526-6.679.517a4.806 4.806 0 0 0-.798 1.356s-1.621 3.907-2.459 6.239c-1.48 4.109-2.419 6.692-2.419 6.692s2.333-1.34 6.06-3.463l5.621-3.439h-.008Z"/>
37
- <path fill="#fff" stroke="#1E164B" stroke-linecap="round" stroke-linejoin="round" d="M103.94 249.537A995.627 995.627 0 0 1 110 253s-.939-2.575-2.419-6.692c-.838-2.332-2.458-6.247-2.458-6.247a5.064 5.064 0 0 0-.799-1.357c-1.707-2.042-4.698-2.276-6.678-.516-1.981 1.76-2.208 4.843-.501 6.885.344.412.751.751 1.182 1.017l5.621 3.439-.008.008Z"/>
38
- </svg>
1
+ <svg viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M127.426 94 56 118.8h142.857L127.426 94Zm71.431 28.525v39.923l28.57-13.888L256 162.448V218h-85.214a.5.5 0 0 1-1 0h-41.857a.5.5 0 0 1-1 0H85.071a.5.5 0 0 1-1 0H56v-99.2h142.857v3.725Z" fill="#E8E9EE" style="mix-blend-mode:multiply"/><path d="M186.857 206H244v-55.552h-57.143V206Z" fill="#fff" stroke="#06040F" stroke-linecap="round" stroke-linejoin="round"/><path d="m186.857 150.493 57.143-.045v2.629l-57.143 9.275v-11.859Z" fill="#E8E9EE" style="mix-blend-mode:multiply"/><path d="M195.021 206h40.816v-47.616h-40.816V206Z" fill="#C5C9D4" stroke="#06040F" stroke-linecap="round" stroke-linejoin="round"/><path d="M195.021 170.288h40.816v-2.976h-40.816v2.976ZM195.021 167.312h40.816v-2.976h-40.816v2.976ZM195.021 164.336h40.816v-2.976h-40.816v2.976ZM195.021 161.36h40.816v-2.976h-40.816v2.976Z" fill="#E8E9EE" stroke="#06040F" stroke-linecap="round" stroke-linejoin="round"/><path d="M220.531 206h10.204v-9.92h-10.204V206ZM210.327 206h10.204v-9.92h-10.204V206ZM200.123 206h10.204v-9.92h-10.204V206ZM215.429 196.08h10.204v-9.92h-10.204v9.92ZM205.225 196.08h10.204v-9.92h-10.204v9.92ZM210.327 186.16h10.204v-9.92h-10.204v9.92Z" fill="#fff" stroke="#06040F" stroke-linecap="round" stroke-linejoin="round"/><path d="m215.427 136.56-28.57 13.888H244l-28.573-13.888Z" fill="#C5C9D4" stroke="#06040F" stroke-linecap="round" stroke-linejoin="round"/><path d="M186.853 106.8H44V206h142.857v-99.2h-.004Z" fill="#fff" stroke="#06040F" stroke-linecap="round" stroke-linejoin="round"/><path d="m44 106.863 142.857-.063v3.725L44 123.664v-16.801Z" fill="#E8E9EE" style="mix-blend-mode:multiply"/><path d="M140.939 206h34.694v-47.033c0-12.738-11.619-16.278-17.428-16.455-9.539 0-17.266 7.365-17.266 16.455V206Z" fill="#E8E9EE" stroke="#06040F" stroke-linecap="round" stroke-linejoin="round"/><path d="M158.286 142.512V206M140.939 190.128h34.694M140.939 174.256h34.694M140.939 158.384h34.694" stroke="#06040F" stroke-miterlimit="10" stroke-linecap="round"/><path d="M98.082 206h34.693v-47.033c0-12.738-11.618-16.278-17.428-16.455-9.538 0-17.265 7.365-17.265 16.455V206Z" fill="#E8E9EE" stroke="#06040F" stroke-linecap="round" stroke-linejoin="round"/><path d="M115.429 142.512V206M98.082 190.128h34.693M98.082 174.256h34.693M98.082 158.384h34.693" stroke="#06040F" stroke-miterlimit="10" stroke-linecap="round"/><path d="M55.225 206h34.693v-47.033c0-12.738-11.618-16.278-17.428-16.455-9.538 0-17.265 7.365-17.265 16.455V206Z" fill="#E8E9EE" stroke="#06040F" stroke-linecap="round" stroke-linejoin="round"/><path d="M72.571 142.512V206M55.225 190.128h34.693M55.225 174.256h34.693M55.225 158.384h34.693" stroke="#06040F" stroke-miterlimit="10" stroke-linecap="round"/><path fill="#E8E9EE" stroke="#06040F" d="M55.225 115.728h120.408v16.864H55.225z"/><path d="M115.426 82 44 106.8h142.857L115.426 82Z" fill="#C5C9D4" stroke="#06040F" stroke-linecap="round" stroke-linejoin="round"/></svg>
package/dist/HttpError.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { openBlock as p, createElementBlock as h, createStaticVNode as y, defineComponent as k, useCssModule as C, useSlots as L, computed as l, resolveComponent as B, normalizeClass as i, unref as o, createElementVNode as r, createVNode as n, withCtx as m, toDisplayString as a, createTextVNode as c, renderSlot as S, createCommentVNode as j } from "vue";
2
2
  import { t } from "./locale.js";
3
3
  import b from "./Button.js";
4
- import { _ as H, I as N, V as X } from "./Illustration.vue_vue_type_script_setup_true_lang-d6a94e17.js";
4
+ import { _ as H, I as N, V as X } from "./Illustration.vue_vue_type_script_setup_true_lang-664fa82f.js";
5
5
  import { _ as $ } from "./_plugin-vue_export-helper-dad06003.js";
6
6
  import "lodash-es/get";
7
7
  import "./Button.vue_used_vue_type_style_index_0_lang.module-63d31dc0.js";
@@ -1,5 +1,5 @@
1
- import { _ as a } from "./Illustration.vue_vue_type_script_setup_true_lang-d6a94e17.js";
2
- import { I as r, S as i, V as f, s as n, v as N } from "./Illustration.vue_vue_type_script_setup_true_lang-d6a94e17.js";
1
+ import { _ as a } from "./Illustration.vue_vue_type_script_setup_true_lang-664fa82f.js";
2
+ import { I as r, S as i, V as f, s as n, v as N } from "./Illustration.vue_vue_type_script_setup_true_lang-664fa82f.js";
3
3
  import "vue";
4
4
  import "lodash-es/uniqueId";
5
5
  import "./index-79ce320f.js";
@@ -211,10 +211,36 @@ declare enum StashPrimaryColors {
211
211
  }
212
212
 
213
213
  export declare enum VignetteName {
214
+ Api = "api",
214
215
  Bank = "bank",
216
+ Basket = "basket",
217
+ BrandMenu = "brand-menu",
218
+ Calendar = "calendar",
219
+ Dashboard = "dashboard",
220
+ Deals = "deals",
221
+ DocumentSearch = "document-search",
222
+ Edit = "edit",
223
+ EmptyTray = "empty-tray",
224
+ Graph = "graph",
225
+ Integrations = "integrations",
226
+ LightBulb = "light-bulb",
227
+ Map = "map",
228
+ Megaphone = "megaphone",
229
+ Messages = "messages",
230
+ MoneyBank = "money-bank",
231
+ Notifications = "notifications",
232
+ OrdersEmpty = "orders-empty",
233
+ Payments = "payments",
234
+ PieChart = "pie-chart",
235
+ Products = "products",
236
+ Search = "search",
215
237
  SearchStorefront = "search-storefront",
238
+ Store = "store",
216
239
  Todo = "todo",
217
- Warehouse = "warehouse"
240
+ Truck = "truck",
241
+ Users = "users",
242
+ Warehouse = "warehouse",
243
+ WarehouseDelivery = "warehouse-delivery"
218
244
  }
219
245
 
220
246
  export declare type VignetteNames = `${VignetteName}`;
@@ -0,0 +1,56 @@
1
+ import { defineComponent as u, inject as d, computed as c, openBlock as h, createBlock as y, unref as k, normalizeClass as f } from "vue";
2
+ import v from "lodash-es/uniqueId";
3
+ import { I as b } from "./index-79ce320f.js";
4
+ var l = /* @__PURE__ */ ((r) => (r.Approved = "approved", r.Avatar = "avatar", r.Barcode = "barcode", r.Calendar = "calendar", r.Cartridge = "cartridge", r.Celebrate = "celebrate", r.ChatBubble = "chat-bubble", r.CheckBox = "check-box", r.CheckCircle = "check-circle", r.Click = "click", r.Cocktail = "cocktail", r.Confirmation = "confirmation", r.Connnect = "connnect", r.Cookie = "cookie", r.CreditCard = "credit-card", r.Crm = "crm", r.Cultivation = "cultivation", r.Data = "data", r.DeliveryCompleted = "delivery-completed", r.Delivery = "delivery", r.DigitalPayments = "digital-payments", r.Discover = "discover", r.Diversity = "diversity", r.Drink = "drink", r.Dolly = "dolly", r.EasyReconciliations = "easy-reconciliations", r.Efficiency = "efficiency", r.Error = "error", r.FinancialGrowth = "financial-growth", r.FinancialInstitution = "financial-institution", r.Focus = "focus", r.FulfillmentIssues = "fulfillment-issues", r.Growth = "growth", r.Handshake = "handshake", r.Hierarchy = "hierarchy", r.Home = "home", r.Laptop = "laptop", r.Licenses = "licenses", r.LightBulb = "light-bulb", r.LightbulbError = "lightbulb-error", r.LineChart = "line-chart", r.Link = "link", r.LocationPin = "location-pin", r.Lock = "lock", r.Messaging = "messaging", r.Microchip = "microchip", r.MissingData = "missing-data", r.MoneyTransfer = "money-transfer", r.Money = "money", r.NoInventoryAccess = "no-inventory-access", r.NoInventory = "no-inventory", r.NoPromote = "no-promote", r.PackageReceived = "package-received", r.Package = "package", r.PaymentProcessing = "payment-processing", r.Phone = "phone", r.PieChart = "pie-chart", r.ProductCycle = "product-cycle", r.Puzzle = "puzzle", r.Receipt = "receipt", r.Retail = "retail", r.SearchingDocument = "searching-document", r.ShoppingBasket = "shopping-basket", r.Shopping = "shopping", r.Sign = "sign", r.Smile = "smile", r.Speed = "speed", r.Time = "time", r.Tools = "tools", r.Truck = "truck", r.User = "user", r.Warehouse = "warehouse", r.Warning = "warning", r.XCircle = "x-circle", r))(l || {});
5
+ const C = Object.values(l);
6
+ var o = /* @__PURE__ */ ((r) => (r.Api = "api", r.Bank = "bank", r.Basket = "basket", r.BrandMenu = "brand-menu", r.Calendar = "calendar", r.Dashboard = "dashboard", r.Deals = "deals", r.DocumentSearch = "document-search", r.Edit = "edit", r.EmptyTray = "empty-tray", r.Graph = "graph", r.Integrations = "integrations", r.LightBulb = "light-bulb", r.Map = "map", r.Megaphone = "megaphone", r.Messages = "messages", r.MoneyBank = "money-bank", r.Notifications = "notifications", r.OrdersEmpty = "orders-empty", r.Payments = "payments", r.PieChart = "pie-chart", r.Products = "products", r.Search = "search", r.SearchStorefront = "search-storefront", r.Store = "store", r.Todo = "todo", r.Truck = "truck", r.Users = "users", r.Warehouse = "warehouse", r.WarehouseDelivery = "warehouse-delivery", r))(o || {});
7
+ const g = Object.values(o);
8
+ var s = /* @__PURE__ */ ((r) => (r.Spot = "spot", r.Vignette = "vignette", r.Scene = "scene", r))(s || {});
9
+ const p = /* @__PURE__ */ u({
10
+ __name: "Illustration",
11
+ props: {
12
+ id: { default: v("ll-illustration-") },
13
+ name: {},
14
+ title: { default: "" },
15
+ size: { default: 48 },
16
+ type: { default: s.Spot },
17
+ fillColor: { default: "blue" },
18
+ strokeColor: { default: "purple-500" },
19
+ staticPath: { default: "" }
20
+ },
21
+ setup(r) {
22
+ const i = r;
23
+ if (i.type === s.Scene)
24
+ throw new Error(
25
+ "Scene illustration types are not supported. Illustrations will need to be uploaded under ./assets/illustrations/scene. Illustrations to be provided by design."
26
+ );
27
+ if (i.type === s.Spot && !C.includes(i.name) || i.type === s.Vignette && !g.includes(i.name))
28
+ throw new Error(
29
+ `${i.type} illustration name ${i.name} not found. Did you check that you are using the correct type for your illustration?`
30
+ );
31
+ const n = d("stashOptions", {
32
+ staticPath: "/static"
33
+ }), e = c(() => i.type === s.Spot), t = c(() => e.value ? "0" : !1), a = c(() => i.staticPath || (n == null ? void 0 : n.staticPath));
34
+ return (w, P) => (h(), y(k(b), {
35
+ id: i.id,
36
+ class: f(["tw-inline-block tw-align-middle", {
37
+ [`tw-text-${i.fillColor}-400 tw-stroke-${i.strokeColor}`]: e.value
38
+ }]),
39
+ title: i.title,
40
+ height: i.size,
41
+ width: i.size,
42
+ "stroke-width": t.value,
43
+ fill: "none",
44
+ src: `${a.value}/illustrations/${i.type}/${i.name}.svg`
45
+ }, null, 8, ["id", "class", "title", "height", "width", "stroke-width", "src"]));
46
+ }
47
+ });
48
+ export {
49
+ s as I,
50
+ l as S,
51
+ o as V,
52
+ p as _,
53
+ C as s,
54
+ g as v
55
+ };
56
+ //# sourceMappingURL=Illustration.vue_vue_type_script_setup_true_lang-664fa82f.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Illustration.vue_vue_type_script_setup_true_lang-664fa82f.js","sources":["../src/components/Illustration/Illustration.models.ts","../src/components/Illustration/Illustration.vue"],"sourcesContent":["/**\n * Enum to strongly map between a friendly name and file name of the illustration\n */\nexport enum SpotName {\n Approved = 'approved',\n Avatar = 'avatar',\n Barcode = 'barcode',\n Calendar = 'calendar',\n Cartridge = 'cartridge',\n Celebrate = 'celebrate',\n ChatBubble = 'chat-bubble',\n CheckBox = 'check-box',\n CheckCircle = 'check-circle',\n Click = 'click',\n Cocktail = 'cocktail',\n Confirmation = 'confirmation',\n Connnect = 'connnect',\n Cookie = 'cookie',\n CreditCard = 'credit-card',\n Crm = 'crm',\n Cultivation = 'cultivation',\n Data = 'data',\n DeliveryCompleted = 'delivery-completed',\n Delivery = 'delivery',\n DigitalPayments = 'digital-payments',\n Discover = 'discover',\n Diversity = 'diversity',\n Drink = 'drink',\n Dolly = 'dolly',\n EasyReconciliations = 'easy-reconciliations',\n Efficiency = 'efficiency',\n Error = 'error',\n FinancialGrowth = 'financial-growth',\n FinancialInstitution = 'financial-institution',\n Focus = 'focus',\n FulfillmentIssues = 'fulfillment-issues',\n Growth = 'growth',\n Handshake = 'handshake',\n Hierarchy = 'hierarchy',\n Home = 'home',\n Laptop = 'laptop',\n Licenses = 'licenses',\n LightBulb = 'light-bulb',\n LightbulbError = 'lightbulb-error',\n LineChart = 'line-chart',\n Link = 'link',\n LocationPin = 'location-pin',\n Lock = 'lock',\n Messaging = 'messaging',\n Microchip = 'microchip',\n MissingData = 'missing-data',\n MoneyTransfer = 'money-transfer',\n Money = 'money',\n NoInventoryAccess = 'no-inventory-access',\n NoInventory = 'no-inventory',\n NoPromote = 'no-promote',\n PackageReceived = 'package-received',\n Package = 'package',\n PaymentProcessing = 'payment-processing',\n Phone = 'phone',\n PieChart = 'pie-chart',\n ProductCycle = 'product-cycle',\n Puzzle = 'puzzle',\n Receipt = 'receipt',\n Retail = 'retail',\n SearchingDocument = 'searching-document',\n ShoppingBasket = 'shopping-basket',\n Shopping = 'shopping',\n Sign = 'sign',\n Smile = 'smile',\n Speed = 'speed',\n Time = 'time',\n Tools = 'tools',\n Truck = 'truck',\n User = 'user',\n Warehouse = 'warehouse',\n Warning = 'warning',\n XCircle = 'x-circle',\n}\n\nexport type SpotNames = `${SpotName}`;\n\n/**\n * String array of all illustration names\n */\nexport const spotNames = Object.values(SpotName);\n\nexport enum VignetteName {\n Api = 'api',\n Bank = 'bank',\n Basket = 'basket',\n BrandMenu = 'brand-menu',\n Calendar = 'calendar',\n Dashboard = 'dashboard',\n Deals = 'deals',\n DocumentSearch = 'document-search',\n Edit = 'edit',\n EmptyTray = 'empty-tray',\n Graph = 'graph',\n Integrations = 'integrations',\n LightBulb = 'light-bulb',\n Map = 'map',\n Megaphone = 'megaphone',\n Messages = 'messages',\n MoneyBank = 'money-bank',\n Notifications = 'notifications',\n OrdersEmpty = 'orders-empty',\n Payments = 'payments',\n PieChart = 'pie-chart',\n Products = 'products',\n Search = 'search',\n SearchStorefront = 'search-storefront',\n Store = 'store',\n Todo = 'todo',\n Truck = 'truck',\n Users = 'users',\n Warehouse = 'warehouse',\n WarehouseDelivery = 'warehouse-delivery',\n}\n\nexport type VignetteNames = `${VignetteName}`;\n\n/**\n * String array of all vignette names\n */\nexport const vignetteNames = Object.values(VignetteName);\n\n/**\n * Types of illustrations that map to the subfolder under ./assets/illustrations/<type>\n */\nexport enum IllustrationType {\n Spot = 'spot',\n Vignette = 'vignette',\n // Scene is not implemented, but adding it for future work mentioned in STASH-61.\n Scene = 'scene',\n}\n\nexport type IllustrationTypes = `${IllustrationType}`;\n","<script lang=\"ts\">\n export * from './Illustration.models';\n</script>\n\n<script lang=\"ts\" setup>\n import uniqueId from 'lodash-es/uniqueId';\n import { computed, inject } from 'vue';\n import InlineSvg from 'vue-inline-svg';\n\n import { StashPrimaryColor, StashPrimaryColorGroup } from '../../../types/colors';\n import { StashProvideState } from '../../../types/misc';\n import {\n IllustrationType,\n IllustrationTypes,\n SpotName,\n SpotNames,\n spotNames,\n VignetteName,\n VignetteNames,\n vignetteNames,\n } from './Illustration.models';\n\n export interface IllustrationProps {\n id?: string;\n\n /**\n * The filename of the icon that should be displayed\n */\n name: SpotNames | VignetteNames;\n\n /**\n * Accessible, short-text description for the icon. Not rendered as part of the graphic, but\n * browsers usually display it as a tooltip and screen readers use this.\n */\n title?: string;\n\n /**\n * The size in pixels of the illustration. This number will be used for width and height\n */\n size?: number;\n\n /**\n * Type of the illustration\n */\n type?: IllustrationTypes;\n\n /**\n * The fill color for the illustration. This component will use the 400 shade of the color\n * per design's request. Defaults to teal.\n */\n fillColor?: StashPrimaryColorGroup;\n\n /**\n * The color theme for the illustration. This component will use the standard 500 shade of the color.\n * Defaults to purple\n */\n strokeColor?: StashPrimaryColor;\n\n /**\n * Illustration's custom static path. It'll default to either the staticPath defined on the library installation or '/static' if none are provided.\n */\n staticPath?: string;\n }\n\n const props = withDefaults(defineProps<IllustrationProps>(), {\n id: uniqueId('ll-illustration-'),\n title: '',\n size: 48,\n type: IllustrationType.Spot,\n fillColor: 'blue',\n strokeColor: 'purple-500',\n staticPath: '',\n });\n\n if (props.type === IllustrationType.Scene) {\n throw new Error(\n 'Scene illustration types are not supported. Illustrations will need to be uploaded under ./assets/illustrations/scene. Illustrations to be provided by design.',\n );\n }\n\n if (\n (props.type === IllustrationType.Spot && !spotNames.includes(props.name as SpotName)) ||\n (props.type === IllustrationType.Vignette && !vignetteNames.includes(props.name as VignetteName))\n ) {\n throw new Error(\n `${props.type} illustration name ${props.name} not found. Did you check that you are using the correct type for your illustration?`,\n );\n }\n\n const stashOptions = inject<Partial<StashProvideState>>('stashOptions', {\n staticPath: '/static',\n });\n\n const isSpotIllustration = computed(() => props.type === IllustrationType.Spot);\n\n /**\n * Browsers won't add the `stroke-width` attribute if it is set to false.\n * However, setting it to specific number value affects vignettes\n */\n const strokeWidth = computed<boolean | string>(() => {\n return isSpotIllustration.value ? '0' : false;\n });\n\n const computedStaticPath = computed(() => {\n return props.staticPath || stashOptions?.staticPath;\n });\n</script>\n\n<template>\n <!-- InlineSvg package (https://github.com/shrpne/vue-inline-svg) swaps external svgs and puts\n them inline so we can style them with CSS -->\n <!-- Having to override fill to be none and stroke to be zero so the exported svgs from Figma\n that do not have those attributes specified do not get a default one applied -->\n <InlineSvg\n :id=\"props.id\"\n class=\"tw-inline-block tw-align-middle\"\n :class=\"{\n [`tw-text-${props.fillColor}-400 tw-stroke-${props.strokeColor}`]: isSpotIllustration,\n }\"\n :title=\"props.title\"\n :height=\"props.size\"\n :width=\"props.size\"\n :stroke-width=\"strokeWidth\"\n fill=\"none\"\n :src=\"`${computedStaticPath}/illustrations/${props.type}/${props.name}.svg`\"\n />\n</template>\n"],"names":["SpotName","spotNames","VignetteName","vignetteNames","IllustrationType","props","stashOptions","inject","isSpotIllustration","computed","strokeWidth","computedStaticPath"],"mappings":";;;AAGY,IAAAA,sBAAAA,OACVA,EAAA,WAAW,YACXA,EAAA,SAAS,UACTA,EAAA,UAAU,WACVA,EAAA,WAAW,YACXA,EAAA,YAAY,aACZA,EAAA,YAAY,aACZA,EAAA,aAAa,eACbA,EAAA,WAAW,aACXA,EAAA,cAAc,gBACdA,EAAA,QAAQ,SACRA,EAAA,WAAW,YACXA,EAAA,eAAe,gBACfA,EAAA,WAAW,YACXA,EAAA,SAAS,UACTA,EAAA,aAAa,eACbA,EAAA,MAAM,OACNA,EAAA,cAAc,eACdA,EAAA,OAAO,QACPA,EAAA,oBAAoB,sBACpBA,EAAA,WAAW,YACXA,EAAA,kBAAkB,oBAClBA,EAAA,WAAW,YACXA,EAAA,YAAY,aACZA,EAAA,QAAQ,SACRA,EAAA,QAAQ,SACRA,EAAA,sBAAsB,wBACtBA,EAAA,aAAa,cACbA,EAAA,QAAQ,SACRA,EAAA,kBAAkB,oBAClBA,EAAA,uBAAuB,yBACvBA,EAAA,QAAQ,SACRA,EAAA,oBAAoB,sBACpBA,EAAA,SAAS,UACTA,EAAA,YAAY,aACZA,EAAA,YAAY,aACZA,EAAA,OAAO,QACPA,EAAA,SAAS,UACTA,EAAA,WAAW,YACXA,EAAA,YAAY,cACZA,EAAA,iBAAiB,mBACjBA,EAAA,YAAY,cACZA,EAAA,OAAO,QACPA,EAAA,cAAc,gBACdA,EAAA,OAAO,QACPA,EAAA,YAAY,aACZA,EAAA,YAAY,aACZA,EAAA,cAAc,gBACdA,EAAA,gBAAgB,kBAChBA,EAAA,QAAQ,SACRA,EAAA,oBAAoB,uBACpBA,EAAA,cAAc,gBACdA,EAAA,YAAY,cACZA,EAAA,kBAAkB,oBAClBA,EAAA,UAAU,WACVA,EAAA,oBAAoB,sBACpBA,EAAA,QAAQ,SACRA,EAAA,WAAW,aACXA,EAAA,eAAe,iBACfA,EAAA,SAAS,UACTA,EAAA,UAAU,WACVA,EAAA,SAAS,UACTA,EAAA,oBAAoB,sBACpBA,EAAA,iBAAiB,mBACjBA,EAAA,WAAW,YACXA,EAAA,OAAO,QACPA,EAAA,QAAQ,SACRA,EAAA,QAAQ,SACRA,EAAA,OAAO,QACPA,EAAA,QAAQ,SACRA,EAAA,QAAQ,SACRA,EAAA,OAAO,QACPA,EAAA,YAAY,aACZA,EAAA,UAAU,WACVA,EAAA,UAAU,YA1EAA,IAAAA,KAAA,CAAA,CAAA;AAkFC,MAAAC,IAAY,OAAO,OAAOD,CAAQ;AAEnC,IAAAE,sBAAAA,OACVA,EAAA,MAAM,OACNA,EAAA,OAAO,QACPA,EAAA,SAAS,UACTA,EAAA,YAAY,cACZA,EAAA,WAAW,YACXA,EAAA,YAAY,aACZA,EAAA,QAAQ,SACRA,EAAA,iBAAiB,mBACjBA,EAAA,OAAO,QACPA,EAAA,YAAY,cACZA,EAAA,QAAQ,SACRA,EAAA,eAAe,gBACfA,EAAA,YAAY,cACZA,EAAA,MAAM,OACNA,EAAA,YAAY,aACZA,EAAA,WAAW,YACXA,EAAA,YAAY,cACZA,EAAA,gBAAgB,iBAChBA,EAAA,cAAc,gBACdA,EAAA,WAAW,YACXA,EAAA,WAAW,aACXA,EAAA,WAAW,YACXA,EAAA,SAAS,UACTA,EAAA,mBAAmB,qBACnBA,EAAA,QAAQ,SACRA,EAAA,OAAO,QACPA,EAAA,QAAQ,SACRA,EAAA,QAAQ,SACRA,EAAA,YAAY,aACZA,EAAA,oBAAoB,sBA9BVA,IAAAA,KAAA,CAAA,CAAA;AAsCC,MAAAC,IAAgB,OAAO,OAAOD,CAAY;AAK3C,IAAAE,sBAAAA,OACVA,EAAA,OAAO,QACPA,EAAA,WAAW,YAEXA,EAAA,QAAQ,SAJEA,IAAAA,KAAA,CAAA,CAAA;;;;;;;;;;;;;;;ACxDN,QAAAC,EAAM,SAASD,EAAiB;AAClC,YAAM,IAAI;AAAA,QACR;AAAA,MAAA;AAIJ,QACGC,EAAM,SAASD,EAAiB,QAAQ,CAACH,EAAU,SAASI,EAAM,IAAgB,KAClFA,EAAM,SAASD,EAAiB,YAAY,CAACD,EAAc,SAASE,EAAM,IAAoB;AAE/F,YAAM,IAAI;AAAA,QACR,GAAGA,EAAM,IAAI,sBAAsBA,EAAM,IAAI;AAAA,MAAA;AAI3C,UAAAC,IAAeC,EAAmC,gBAAgB;AAAA,MACtE,YAAY;AAAA,IAAA,CACb,GAEKC,IAAqBC,EAAS,MAAMJ,EAAM,SAASD,EAAiB,IAAI,GAMxEM,IAAcD,EAA2B,MACtCD,EAAmB,QAAQ,MAAM,EACzC,GAEKG,IAAqBF,EAAS,MAC3BJ,EAAM,eAAcC,KAAA,gBAAAA,EAAc,WAC1C;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leaflink/stash",
3
- "version": "46.2.0",
3
+ "version": "46.3.0",
4
4
  "description": "LeafLink's design system.",
5
5
  "homepage": "https://stash.leaflink.com",
6
6
  "main": "./dist/index.ts",
@@ -1,56 +0,0 @@
1
- import { defineComponent as u, inject as d, computed as t, openBlock as h, createBlock as g, unref as y, normalizeClass as k } from "vue";
2
- import f from "lodash-es/uniqueId";
3
- import { I as v } from "./index-79ce320f.js";
4
- var c = /* @__PURE__ */ ((i) => (i.Approved = "approved", i.Avatar = "avatar", i.Barcode = "barcode", i.Calendar = "calendar", i.Cartridge = "cartridge", i.Celebrate = "celebrate", i.ChatBubble = "chat-bubble", i.CheckBox = "check-box", i.CheckCircle = "check-circle", i.Click = "click", i.Cocktail = "cocktail", i.Confirmation = "confirmation", i.Connnect = "connnect", i.Cookie = "cookie", i.CreditCard = "credit-card", i.Crm = "crm", i.Cultivation = "cultivation", i.Data = "data", i.DeliveryCompleted = "delivery-completed", i.Delivery = "delivery", i.DigitalPayments = "digital-payments", i.Discover = "discover", i.Diversity = "diversity", i.Drink = "drink", i.Dolly = "dolly", i.EasyReconciliations = "easy-reconciliations", i.Efficiency = "efficiency", i.Error = "error", i.FinancialGrowth = "financial-growth", i.FinancialInstitution = "financial-institution", i.Focus = "focus", i.FulfillmentIssues = "fulfillment-issues", i.Growth = "growth", i.Handshake = "handshake", i.Hierarchy = "hierarchy", i.Home = "home", i.Laptop = "laptop", i.Licenses = "licenses", i.LightBulb = "light-bulb", i.LightbulbError = "lightbulb-error", i.LineChart = "line-chart", i.Link = "link", i.LocationPin = "location-pin", i.Lock = "lock", i.Messaging = "messaging", i.Microchip = "microchip", i.MissingData = "missing-data", i.MoneyTransfer = "money-transfer", i.Money = "money", i.NoInventoryAccess = "no-inventory-access", i.NoInventory = "no-inventory", i.NoPromote = "no-promote", i.PackageReceived = "package-received", i.Package = "package", i.PaymentProcessing = "payment-processing", i.Phone = "phone", i.PieChart = "pie-chart", i.ProductCycle = "product-cycle", i.Puzzle = "puzzle", i.Receipt = "receipt", i.Retail = "retail", i.SearchingDocument = "searching-document", i.ShoppingBasket = "shopping-basket", i.Shopping = "shopping", i.Sign = "sign", i.Smile = "smile", i.Speed = "speed", i.Time = "time", i.Tools = "tools", i.Truck = "truck", i.User = "user", i.Warehouse = "warehouse", i.Warning = "warning", i.XCircle = "x-circle", i))(c || {});
5
- const C = Object.values(c);
6
- var l = /* @__PURE__ */ ((i) => (i.Bank = "bank", i.SearchStorefront = "search-storefront", i.Todo = "todo", i.Warehouse = "warehouse", i))(l || {});
7
- const b = Object.values(l);
8
- var r = /* @__PURE__ */ ((i) => (i.Spot = "spot", i.Vignette = "vignette", i.Scene = "scene", i))(r || {});
9
- const B = /* @__PURE__ */ u({
10
- __name: "Illustration",
11
- props: {
12
- id: { default: f("ll-illustration-") },
13
- name: {},
14
- title: { default: "" },
15
- size: { default: 48 },
16
- type: { default: r.Spot },
17
- fillColor: { default: "blue" },
18
- strokeColor: { default: "purple-500" },
19
- staticPath: { default: "" }
20
- },
21
- setup(i) {
22
- const e = i;
23
- if (e.type === r.Scene)
24
- throw new Error(
25
- "Scene illustration types are not supported. Illustrations will need to be uploaded under ./assets/illustrations/scene. Illustrations to be provided by design."
26
- );
27
- if (e.type === r.Spot && !C.includes(e.name) || e.type === r.Vignette && !b.includes(e.name))
28
- throw new Error(
29
- `${e.type} illustration name ${e.name} not found. Did you check that you are using the correct type for your illustration?`
30
- );
31
- const n = d("stashOptions", {
32
- staticPath: "/static"
33
- }), s = t(() => e.type === r.Spot), o = t(() => s.value ? "0" : !1), a = t(() => e.staticPath || (n == null ? void 0 : n.staticPath));
34
- return (w, P) => (h(), g(y(v), {
35
- id: e.id,
36
- class: k(["tw-inline-block tw-align-middle", {
37
- [`tw-text-${e.fillColor}-400 tw-stroke-${e.strokeColor}`]: s.value
38
- }]),
39
- title: e.title,
40
- height: e.size,
41
- width: e.size,
42
- "stroke-width": o.value,
43
- fill: "none",
44
- src: `${a.value}/illustrations/${e.type}/${e.name}.svg`
45
- }, null, 8, ["id", "class", "title", "height", "width", "stroke-width", "src"]));
46
- }
47
- });
48
- export {
49
- r as I,
50
- c as S,
51
- l as V,
52
- B as _,
53
- C as s,
54
- b as v
55
- };
56
- //# sourceMappingURL=Illustration.vue_vue_type_script_setup_true_lang-d6a94e17.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Illustration.vue_vue_type_script_setup_true_lang-d6a94e17.js","sources":["../src/components/Illustration/Illustration.models.ts","../src/components/Illustration/Illustration.vue"],"sourcesContent":["/**\n * Enum to strongly map between a friendly name and file name of the illustration\n */\nexport enum SpotName {\n Approved = 'approved',\n Avatar = 'avatar',\n Barcode = 'barcode',\n Calendar = 'calendar',\n Cartridge = 'cartridge',\n Celebrate = 'celebrate',\n ChatBubble = 'chat-bubble',\n CheckBox = 'check-box',\n CheckCircle = 'check-circle',\n Click = 'click',\n Cocktail = 'cocktail',\n Confirmation = 'confirmation',\n Connnect = 'connnect',\n Cookie = 'cookie',\n CreditCard = 'credit-card',\n Crm = 'crm',\n Cultivation = 'cultivation',\n Data = 'data',\n DeliveryCompleted = 'delivery-completed',\n Delivery = 'delivery',\n DigitalPayments = 'digital-payments',\n Discover = 'discover',\n Diversity = 'diversity',\n Drink = 'drink',\n Dolly = 'dolly',\n EasyReconciliations = 'easy-reconciliations',\n Efficiency = 'efficiency',\n Error = 'error',\n FinancialGrowth = 'financial-growth',\n FinancialInstitution = 'financial-institution',\n Focus = 'focus',\n FulfillmentIssues = 'fulfillment-issues',\n Growth = 'growth',\n Handshake = 'handshake',\n Hierarchy = 'hierarchy',\n Home = 'home',\n Laptop = 'laptop',\n Licenses = 'licenses',\n LightBulb = 'light-bulb',\n LightbulbError = 'lightbulb-error',\n LineChart = 'line-chart',\n Link = 'link',\n LocationPin = 'location-pin',\n Lock = 'lock',\n Messaging = 'messaging',\n Microchip = 'microchip',\n MissingData = 'missing-data',\n MoneyTransfer = 'money-transfer',\n Money = 'money',\n NoInventoryAccess = 'no-inventory-access',\n NoInventory = 'no-inventory',\n NoPromote = 'no-promote',\n PackageReceived = 'package-received',\n Package = 'package',\n PaymentProcessing = 'payment-processing',\n Phone = 'phone',\n PieChart = 'pie-chart',\n ProductCycle = 'product-cycle',\n Puzzle = 'puzzle',\n Receipt = 'receipt',\n Retail = 'retail',\n SearchingDocument = 'searching-document',\n ShoppingBasket = 'shopping-basket',\n Shopping = 'shopping',\n Sign = 'sign',\n Smile = 'smile',\n Speed = 'speed',\n Time = 'time',\n Tools = 'tools',\n Truck = 'truck',\n User = 'user',\n Warehouse = 'warehouse',\n Warning = 'warning',\n XCircle = 'x-circle',\n}\n\nexport type SpotNames = `${SpotName}`;\n\n/**\n * String array of all illustration names\n */\nexport const spotNames = Object.values(SpotName);\n\nexport enum VignetteName {\n Bank = 'bank',\n SearchStorefront = 'search-storefront',\n Todo = 'todo',\n Warehouse = 'warehouse',\n}\n\nexport type VignetteNames = `${VignetteName}`;\n\n/**\n * String array of all vignette names\n */\nexport const vignetteNames = Object.values(VignetteName);\n\n/**\n * Types of illustrations that map to the subfolder under ./assets/illustrations/<type>\n */\nexport enum IllustrationType {\n Spot = 'spot',\n Vignette = 'vignette',\n // Scene is not implemented, but adding it for future work mentioned in STASH-61.\n Scene = 'scene',\n}\n\nexport type IllustrationTypes = `${IllustrationType}`;\n","<script lang=\"ts\">\n export * from './Illustration.models';\n</script>\n\n<script lang=\"ts\" setup>\n import uniqueId from 'lodash-es/uniqueId';\n import { computed, inject } from 'vue';\n import InlineSvg from 'vue-inline-svg';\n\n import { StashPrimaryColor, StashPrimaryColorGroup } from '../../../types/colors';\n import { StashProvideState } from '../../../types/misc';\n import {\n IllustrationType,\n IllustrationTypes,\n SpotName,\n SpotNames,\n spotNames,\n VignetteName,\n VignetteNames,\n vignetteNames,\n } from './Illustration.models';\n\n export interface IllustrationProps {\n id?: string;\n\n /**\n * The filename of the icon that should be displayed\n */\n name: SpotNames | VignetteNames;\n\n /**\n * Accessible, short-text description for the icon. Not rendered as part of the graphic, but\n * browsers usually display it as a tooltip and screen readers use this.\n */\n title?: string;\n\n /**\n * The size in pixels of the illustration. This number will be used for width and height\n */\n size?: number;\n\n /**\n * Type of the illustration\n */\n type?: IllustrationTypes;\n\n /**\n * The fill color for the illustration. This component will use the 400 shade of the color\n * per design's request. Defaults to teal.\n */\n fillColor?: StashPrimaryColorGroup;\n\n /**\n * The color theme for the illustration. This component will use the standard 500 shade of the color.\n * Defaults to purple\n */\n strokeColor?: StashPrimaryColor;\n\n /**\n * Illustration's custom static path. It'll default to either the staticPath defined on the library installation or '/static' if none are provided.\n */\n staticPath?: string;\n }\n\n const props = withDefaults(defineProps<IllustrationProps>(), {\n id: uniqueId('ll-illustration-'),\n title: '',\n size: 48,\n type: IllustrationType.Spot,\n fillColor: 'blue',\n strokeColor: 'purple-500',\n staticPath: '',\n });\n\n if (props.type === IllustrationType.Scene) {\n throw new Error(\n 'Scene illustration types are not supported. Illustrations will need to be uploaded under ./assets/illustrations/scene. Illustrations to be provided by design.',\n );\n }\n\n if (\n (props.type === IllustrationType.Spot && !spotNames.includes(props.name as SpotName)) ||\n (props.type === IllustrationType.Vignette && !vignetteNames.includes(props.name as VignetteName))\n ) {\n throw new Error(\n `${props.type} illustration name ${props.name} not found. Did you check that you are using the correct type for your illustration?`,\n );\n }\n\n const stashOptions = inject<Partial<StashProvideState>>('stashOptions', {\n staticPath: '/static',\n });\n\n const isSpotIllustration = computed(() => props.type === IllustrationType.Spot);\n\n /**\n * Browsers won't add the `stroke-width` attribute if it is set to false.\n * However, setting it to specific number value affects vignettes\n */\n const strokeWidth = computed<boolean | string>(() => {\n return isSpotIllustration.value ? '0' : false;\n });\n\n const computedStaticPath = computed(() => {\n return props.staticPath || stashOptions?.staticPath;\n });\n</script>\n\n<template>\n <!-- InlineSvg package (https://github.com/shrpne/vue-inline-svg) swaps external svgs and puts\n them inline so we can style them with CSS -->\n <!-- Having to override fill to be none and stroke to be zero so the exported svgs from Figma\n that do not have those attributes specified do not get a default one applied -->\n <InlineSvg\n :id=\"props.id\"\n class=\"tw-inline-block tw-align-middle\"\n :class=\"{\n [`tw-text-${props.fillColor}-400 tw-stroke-${props.strokeColor}`]: isSpotIllustration,\n }\"\n :title=\"props.title\"\n :height=\"props.size\"\n :width=\"props.size\"\n :stroke-width=\"strokeWidth\"\n fill=\"none\"\n :src=\"`${computedStaticPath}/illustrations/${props.type}/${props.name}.svg`\"\n />\n</template>\n"],"names":["SpotName","spotNames","VignetteName","vignetteNames","IllustrationType","props","stashOptions","inject","isSpotIllustration","computed","strokeWidth","computedStaticPath"],"mappings":";;;AAGY,IAAAA,sBAAAA,OACVA,EAAA,WAAW,YACXA,EAAA,SAAS,UACTA,EAAA,UAAU,WACVA,EAAA,WAAW,YACXA,EAAA,YAAY,aACZA,EAAA,YAAY,aACZA,EAAA,aAAa,eACbA,EAAA,WAAW,aACXA,EAAA,cAAc,gBACdA,EAAA,QAAQ,SACRA,EAAA,WAAW,YACXA,EAAA,eAAe,gBACfA,EAAA,WAAW,YACXA,EAAA,SAAS,UACTA,EAAA,aAAa,eACbA,EAAA,MAAM,OACNA,EAAA,cAAc,eACdA,EAAA,OAAO,QACPA,EAAA,oBAAoB,sBACpBA,EAAA,WAAW,YACXA,EAAA,kBAAkB,oBAClBA,EAAA,WAAW,YACXA,EAAA,YAAY,aACZA,EAAA,QAAQ,SACRA,EAAA,QAAQ,SACRA,EAAA,sBAAsB,wBACtBA,EAAA,aAAa,cACbA,EAAA,QAAQ,SACRA,EAAA,kBAAkB,oBAClBA,EAAA,uBAAuB,yBACvBA,EAAA,QAAQ,SACRA,EAAA,oBAAoB,sBACpBA,EAAA,SAAS,UACTA,EAAA,YAAY,aACZA,EAAA,YAAY,aACZA,EAAA,OAAO,QACPA,EAAA,SAAS,UACTA,EAAA,WAAW,YACXA,EAAA,YAAY,cACZA,EAAA,iBAAiB,mBACjBA,EAAA,YAAY,cACZA,EAAA,OAAO,QACPA,EAAA,cAAc,gBACdA,EAAA,OAAO,QACPA,EAAA,YAAY,aACZA,EAAA,YAAY,aACZA,EAAA,cAAc,gBACdA,EAAA,gBAAgB,kBAChBA,EAAA,QAAQ,SACRA,EAAA,oBAAoB,uBACpBA,EAAA,cAAc,gBACdA,EAAA,YAAY,cACZA,EAAA,kBAAkB,oBAClBA,EAAA,UAAU,WACVA,EAAA,oBAAoB,sBACpBA,EAAA,QAAQ,SACRA,EAAA,WAAW,aACXA,EAAA,eAAe,iBACfA,EAAA,SAAS,UACTA,EAAA,UAAU,WACVA,EAAA,SAAS,UACTA,EAAA,oBAAoB,sBACpBA,EAAA,iBAAiB,mBACjBA,EAAA,WAAW,YACXA,EAAA,OAAO,QACPA,EAAA,QAAQ,SACRA,EAAA,QAAQ,SACRA,EAAA,OAAO,QACPA,EAAA,QAAQ,SACRA,EAAA,QAAQ,SACRA,EAAA,OAAO,QACPA,EAAA,YAAY,aACZA,EAAA,UAAU,WACVA,EAAA,UAAU,YA1EAA,IAAAA,KAAA,CAAA,CAAA;AAkFC,MAAAC,IAAY,OAAO,OAAOD,CAAQ;AAEnC,IAAAE,sBAAAA,OACVA,EAAA,OAAO,QACPA,EAAA,mBAAmB,qBACnBA,EAAA,OAAO,QACPA,EAAA,YAAY,aAJFA,IAAAA,KAAA,CAAA,CAAA;AAYC,MAAAC,IAAgB,OAAO,OAAOD,CAAY;AAK3C,IAAAE,sBAAAA,OACVA,EAAA,OAAO,QACPA,EAAA,WAAW,YAEXA,EAAA,QAAQ,SAJEA,IAAAA,KAAA,CAAA,CAAA;;;;;;;;;;;;;;;AC9BN,QAAAC,EAAM,SAASD,EAAiB;AAClC,YAAM,IAAI;AAAA,QACR;AAAA,MAAA;AAIJ,QACGC,EAAM,SAASD,EAAiB,QAAQ,CAACH,EAAU,SAASI,EAAM,IAAgB,KAClFA,EAAM,SAASD,EAAiB,YAAY,CAACD,EAAc,SAASE,EAAM,IAAoB;AAE/F,YAAM,IAAI;AAAA,QACR,GAAGA,EAAM,IAAI,sBAAsBA,EAAM,IAAI;AAAA,MAAA;AAI3C,UAAAC,IAAeC,EAAmC,gBAAgB;AAAA,MACtE,YAAY;AAAA,IAAA,CACb,GAEKC,IAAqBC,EAAS,MAAMJ,EAAM,SAASD,EAAiB,IAAI,GAMxEM,IAAcD,EAA2B,MACtCD,EAAmB,QAAQ,MAAM,EACzC,GAEKG,IAAqBF,EAAS,MAC3BJ,EAAM,eAAcC,KAAA,gBAAAA,EAAc,WAC1C;;;;;;;;;;;;;;;"}