@cuemath/leap 3.2.34-mb → 3.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.
- package/dist/assets/gif/gif.js +4 -1
- package/dist/assets/gif/gif.js.map +1 -1
- package/dist/assets/illustrations/illustrations.js +17 -0
- package/dist/assets/illustrations/illustrations.js.map +1 -1
- package/dist/assets/lottie/lottie.js +3 -0
- package/dist/assets/lottie/lottie.js.map +1 -1
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-styled.js +1 -1
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-styled.js.map +1 -1
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message.js +22 -22
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message.js.map +1 -1
- package/dist/features/auth/comps/pill-button/pill-button-styled.js +12 -11
- package/dist/features/auth/comps/pill-button/pill-button-styled.js.map +1 -1
- package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-styled.js +11 -4
- package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-styled.js.map +1 -1
- package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide.js +17 -17
- package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide.js.map +1 -1
- package/dist/features/auth/pla-signup/signup-options/signup-options.js +1 -1
- package/dist/features/auth/pla-signup/signup-options/signup-options.js.map +1 -1
- package/dist/features/ui/arrow-tooltip/arrow-tooltip-styled.js +3 -8
- package/dist/features/ui/arrow-tooltip/arrow-tooltip-styled.js.map +1 -1
- package/dist/features/ui/arrow-tooltip/arrow-tooltip.js +40 -40
- package/dist/features/ui/arrow-tooltip/arrow-tooltip.js.map +1 -1
- package/dist/features/ui/dot-lottie-animations/dot-lottie-animation.js +75 -88
- package/dist/features/ui/dot-lottie-animations/dot-lottie-animation.js.map +1 -1
- package/dist/features/ui/drawer/drawer-styled.js +4 -2
- package/dist/features/ui/drawer/drawer-styled.js.map +1 -1
- package/dist/features/ui/lottie-animation/lottie-animation.js +31 -36
- package/dist/features/ui/lottie-animation/lottie-animation.js.map +1 -1
- package/dist/features/ui/modals/modal-styled.js +15 -48
- package/dist/features/ui/modals/modal-styled.js.map +1 -1
- package/dist/features/ui/modals/modal.js +35 -43
- package/dist/features/ui/modals/modal.js.map +1 -1
- package/dist/features/{stickers/sticker-selector/sticker-selector-styles.js → ui/sticker-grid/sticker-grid-styles.js} +31 -23
- package/dist/features/ui/sticker-grid/sticker-grid-styles.js.map +1 -0
- package/dist/features/ui/sticker-grid/sticker-grid.js +24 -0
- package/dist/features/ui/sticker-grid/sticker-grid.js.map +1 -0
- package/dist/features/ui/sticker-grid/sticker.js +57 -0
- package/dist/features/ui/sticker-grid/sticker.js.map +1 -0
- package/dist/features/ui/stickers/constants.js +6 -0
- package/dist/features/ui/stickers/constants.js.map +1 -0
- package/dist/features/ui/stickers/stickers-effects.js +64 -0
- package/dist/features/ui/stickers/stickers-effects.js.map +1 -0
- package/dist/features/ui/stickers/stickers-styled.js +29 -0
- package/dist/features/ui/stickers/stickers-styled.js.map +1 -0
- package/dist/features/ui/stickers/stickers-utils.js +91 -0
- package/dist/features/ui/stickers/stickers-utils.js.map +1 -0
- package/dist/features/ui/stickers/stickers.js +40 -0
- package/dist/features/ui/stickers/stickers.js.map +1 -0
- package/dist/features/ui/theme/get-device.js +1 -1
- package/dist/features/ui/theme/get-device.js.map +1 -1
- package/dist/index.d.ts +57 -85
- package/dist/index.js +341 -343
- package/dist/index.js.map +1 -1
- package/dist/static/arrow-board-green.11e75bca.svg +1 -0
- package/dist/static/book-checked-green.c275dbd9.svg +1 -0
- package/dist/static/book-checked-orange.53ea6880.svg +1 -0
- package/dist/static/book-checked-purple.df628f3e.svg +1 -0
- package/dist/static/calendar-check-green.ab0e24d2.svg +1 -0
- package/dist/static/calendar-cross-orange.8e7a23bd.svg +1 -0
- package/dist/static/calendar-hour-glass-orange.e99f8ffd.json +1 -0
- package/dist/static/equal-outlined.b705bf5d.svg +1 -0
- package/dist/static/handshake-green.f8d24216.svg +1 -0
- package/dist/static/heart-outlined.5b5415fe.svg +1 -0
- package/dist/static/knowledge-blue.ead536f1.svg +1 -0
- package/dist/static/learning-session-grid-bg.fb60e64b.gif +0 -0
- package/dist/static/platform-green.eb853207.svg +1 -0
- package/dist/static/platform-purple.ecf6fa46.svg +1 -0
- package/dist/static/radial-gradient-bg-2.6657c758.svg +1 -0
- package/dist/static/radial-gradient-bg.5ae0cde5.svg +1 -0
- package/dist/static/star-outlined.bde83c7c.svg +1 -0
- package/dist/static/student-avatar.24bc2875.svg +1 -0
- package/dist/static/teacher-found.0ba07d4a.json +1 -0
- package/dist/static/teacher-search.552c8ba2.json +1 -0
- package/dist/static/trophy-outlined.f946b362.svg +1 -0
- package/dist/static/way-forward-grid-bg.ab5d2dc6.gif +0 -0
- package/dist/static/your-goals-grid-bg.87fa9c60.gif +0 -0
- package/package.json +1 -1
- package/dist/features/stickers/sticker-data.js +0 -234
- package/dist/features/stickers/sticker-data.js.map +0 -1
- package/dist/features/stickers/sticker-selector/sticker-selector-grid.js +0 -39
- package/dist/features/stickers/sticker-selector/sticker-selector-grid.js.map +0 -1
- package/dist/features/stickers/sticker-selector/sticker-selector-styles.js.map +0 -1
- package/dist/features/stickers/sticker-selector/sticker-selector.js +0 -88
- package/dist/features/stickers/sticker-selector/sticker-selector.js.map +0 -1
- package/dist/features/stickers/sticker-selector/sticker.js +0 -60
- package/dist/features/stickers/sticker-selector/sticker.js.map +0 -1
- package/dist/features/stickers/stickers-effects/effects.js +0 -82
- package/dist/features/stickers/stickers-effects/effects.js.map +0 -1
- package/dist/features/stickers/stickers-effects/stickers-cache.js +0 -19
- package/dist/features/stickers/stickers-effects/stickers-cache.js.map +0 -1
- package/dist/features/stickers/stickers-effects/stickers-effects-helper.js +0 -105
- package/dist/features/stickers/stickers-effects/stickers-effects-helper.js.map +0 -1
- package/dist/features/stickers/stickers-effects/stickers-effects-styled.js +0 -37
- package/dist/features/stickers/stickers-effects/stickers-effects-styled.js.map +0 -1
- package/dist/features/stickers/stickers-effects/stickers-effects.js +0 -67
- package/dist/features/stickers/stickers-effects/stickers-effects.js.map +0 -1
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="96" height="96" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M76.6726 23.7512C73.3996 17.6123 68.1301 12.4004 61.1789 12.4004H54.021C47.0698 12.4004 41.8003 17.6123 38.5273 23.7512C35.8589 28.756 34.0807 35.0817 33.4531 42.0004H30.8804L30.2875 40.641C29.6096 39.0875 28.1022 38.0658 26.4179 38.0035L26.2546 38.0004H18.4C16.9158 38.0004 15.5316 38.7486 14.7187 39.9902C13.9058 41.2318 13.7737 42.7996 14.3671 44.1598L15.6 46.9848V48.2152L14.3671 51.041C13.7737 52.4012 13.9058 53.9689 14.7187 55.2105C15.5316 56.4522 16.9158 57.2004 18.4 57.2004H26.2546C28.0042 57.2003 29.5877 56.1633 30.2875 54.5598L30.8804 53.2004H33.4531C34.0807 60.1191 35.8589 66.4447 38.5273 71.4496C41.8003 77.5885 47.0698 82.8004 54.021 82.8004H61.1789C68.1301 82.8004 73.3996 77.5885 76.6726 71.4496C80.0466 65.1212 82 56.6814 82 47.6004C82 38.5194 80.0466 30.0796 76.6726 23.7512Z" fill="#00E573" stroke="#0D0D0D" stroke-width="0.8" stroke-linejoin="round"/><path d="M70.4422 47.6008C70.4422 64.6111 63.0902 78.4008 54.0212 78.4008C44.9521 78.4008 37.6001 64.6111 37.6001 47.6008C37.6001 30.5904 44.9521 16.8008 54.0212 16.8008C63.0902 16.8008 70.4422 30.5904 70.4422 47.6008Z" fill="#00E573"/><path d="M61.179 78.4008C70.2481 78.4008 77.6001 64.6111 77.6001 47.6008C77.6001 30.5904 70.2481 16.8008 61.179 16.8008H54.0212C63.0902 16.8008 70.4422 30.5904 70.4422 47.6008C70.4422 64.6111 63.0902 78.4008 54.0212 78.4008H61.179Z" fill="#00E573"/><path d="M54.0212 78.4008C63.0902 78.4008 70.4422 64.6111 70.4422 47.6008C70.4422 30.5904 63.0902 16.8008 54.0212 16.8008M54.0212 78.4008C44.9521 78.4008 37.6001 64.6111 37.6001 47.6008C37.6001 30.5904 44.9521 16.8008 54.0212 16.8008M54.0212 78.4008H61.179C70.2481 78.4008 77.6001 64.6111 77.6001 47.6008C77.6001 30.5904 70.2481 16.8008 61.179 16.8008H54.0212" stroke="#0D0D0D" stroke-width="0.8"/><path d="M64.7999 47.5992C64.7999 61.075 59.7855 71.9992 53.5999 71.9992C47.4143 71.9992 42.3999 61.075 42.3999 47.5992C42.3999 34.1235 47.4143 23.1992 53.5999 23.1992C59.7855 23.1992 64.7999 34.1235 64.7999 47.5992Z" fill="#0D0D0D" stroke="#0D0D0D" stroke-width="0.8"/><path d="M60.0002 47.5996C60.0002 57.5407 57.1348 65.5996 53.6002 65.5996C50.0656 65.5996 47.2002 57.5407 47.2002 47.5996C47.2002 37.6585 50.0656 29.5996 53.6002 29.5996C57.1348 29.5996 60.0002 37.6585 60.0002 47.5996Z" fill="#00E573" stroke="#0D0D0D" stroke-width="0.8"/><path d="M55.2 47.5992C55.2 50.0293 54.4837 51.9992 53.6 51.9992C52.7163 51.9992 52 50.0293 52 47.5992C52 45.1692 52.7163 43.1992 53.6 43.1992C54.4837 43.1992 55.2 45.1692 55.2 47.5992Z" fill="#0D0D0D" stroke="#0D0D0D" stroke-width="0.8"/><rect x="20" y="46.4004" width="33.6" height="2.4" fill="#00E573" stroke="#0D0D0D" stroke-width="0.8"/><path d="M20.1454 46.4004H27.9999L26.2544 42.4004H18.3999L20.1454 46.4004Z" fill="#0D0D0D" stroke="#0D0D0D" stroke-width="0.8"/><path d="M20.1454 48.8008H27.9999L26.2544 52.8008H18.3999L20.1454 48.8008Z" fill="#0D0D0D" stroke="#0D0D0D" stroke-width="0.8"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="64" height="64" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M26.3359 10.7246C30.6467 10.7246 34.2078 13.6438 35.2892 17.5482C35.3815 17.8813 35.6993 18.122 36.0518 18.122H53.2431C55.4028 18.122 57.1536 19.8728 57.1536 22.0324V49.3645C57.1536 51.5241 55.4028 53.2749 53.2431 53.2749H10.7561C8.59647 53.2749 6.8457 51.5241 6.8457 49.3645V20.8257C6.8457 19.3325 8.05618 18.122 9.54938 18.122H9.77153C10.6708 18.122 11.3997 17.393 11.3997 16.4938C11.3997 15.1233 12.5107 14.0123 13.8812 14.0123H14.7363C15.4085 14.0123 15.9535 13.4673 15.9535 12.7951C15.9535 11.6516 16.8805 10.7246 18.024 10.7246H26.3359ZM34.878 17.662C33.8457 13.9348 30.447 11.1513 26.3359 11.1513H18.024C17.1161 11.1513 16.3802 11.8872 16.3802 12.7951C16.3802 13.703 15.6442 14.439 14.7363 14.439H13.8812C12.7464 14.439 11.8264 15.3589 11.8264 16.4938C11.8264 17.6287 10.9064 18.5487 9.77153 18.5487H9.54938C8.29182 18.5487 7.27237 19.5681 7.27237 20.8257V49.3645C7.27237 51.2885 8.83211 52.8482 10.7561 52.8482H53.2431C55.1672 52.8482 56.7269 51.2885 56.7269 49.3645V22.0324C56.7269 20.1084 55.1672 18.5487 53.2431 18.5487H36.0518C35.511 18.5487 35.0224 18.1833 34.878 17.662Z" fill="#0D0D0D"/><path d="M26.3359 11.1513C30.447 11.1513 33.8457 13.9348 34.878 17.662C35.0224 18.1833 35.511 18.5487 36.0518 18.5487H53.2431C55.1672 18.5487 56.7269 20.1084 56.7269 22.0324V49.3645C56.7269 51.2885 55.1672 52.8482 53.2431 52.8482H10.7561C8.83211 52.8482 7.27237 51.2885 7.27237 49.3645V20.8257C7.27237 19.5681 8.29182 18.5487 9.54938 18.5487H9.77153C10.9064 18.5487 11.8264 17.6287 11.8264 16.4938C11.8264 15.3589 12.7464 14.439 13.8812 14.439H14.7363C15.6442 14.439 16.3802 13.703 16.3802 12.7951C16.3802 11.8872 17.1161 11.1513 18.024 11.1513H26.3359Z" fill="#00E573"/><path fill-rule="evenodd" clip-rule="evenodd" d="M26.5504 14.3201H19.7887V17.5889H15.2272V21.6567H10.728L10.728 49.6789L53.4934 49.6789V21.3865H36.3623C34.5291 21.3865 32.9482 22.4663 32.2207 24.0246V20.0404C32.2207 16.883 29.6839 14.3201 26.5504 14.3201ZM15.2272 22.0834V40.0432H26.48C29.4111 40.0432 31.7864 42.4137 31.7864 45.3368H31.7942V47.3863C31.0703 45.8192 29.4846 44.7317 27.645 44.7317H11.1547V22.0834H15.2272ZM32.2209 25.9546C32.2209 23.6674 34.075 21.8132 36.3623 21.8132H53.0667V44.7317H36.3624C34.5292 44.7317 32.9483 45.8115 32.2209 47.3697L32.221 26.2248L32.2209 26.1939V25.9546ZM53.0667 49.2523H32.2213C32.2467 46.9869 34.091 45.1583 36.3624 45.1583H53.0667V49.2523ZM27.645 45.1584C29.9164 45.1584 31.7607 46.9869 31.7861 49.2523L11.1547 49.2523V45.1584H27.645ZM19.7887 18.0156H15.6539V21.6567V22.0834V39.6165H26.48C28.8764 39.6165 30.9298 41.0837 31.7864 43.1673V41.7784C31.6374 38.9879 29.3484 36.7744 26.5504 36.7744H19.7887V22.0834V21.6567V18.0156ZM31.7864 39.8685C30.9322 37.8017 28.9106 36.3477 26.5504 36.3477H20.2154V22.0834V21.6567V14.7468H26.5504C29.4446 14.7468 31.7941 17.115 31.7941 20.0404V21.7437C30.9483 19.5832 28.9357 18.0557 26.5741 18.0557H23.314V18.4824H26.5741C29.3496 18.4824 31.6363 20.7885 31.7864 23.7161V24.2776V25.1691C30.9339 23.1624 28.9194 21.7544 26.5741 21.7544H23.314V22.1811H26.5741C29.3635 22.1811 31.6368 24.329 31.7864 27.0271V30.511C30.9339 28.5043 28.9194 27.0964 26.5741 27.0964H23.314V27.523H26.5741C29.3635 27.523 31.6368 29.6709 31.7864 32.369V34.6213C30.9339 32.6146 28.9194 31.2066 26.5741 31.2066H23.314V31.6333H26.5741C29.3635 31.6333 31.6368 33.7812 31.7864 36.4793V39.8685Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M46.4715 30.6891L41.5641 36.4319L41.1886 36.2933C41.1886 34.8878 40.1797 33.693 38.7911 33.3401L38.8962 32.9266C40.2816 33.2787 41.3525 34.3852 41.5734 35.7643L46.1472 30.4119L46.4715 30.6891Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M36.0179 33.4219C36.0179 29.7694 38.9788 26.8086 42.6312 26.8086C46.2837 26.8086 49.2446 29.7694 49.2446 33.4219C49.2446 37.0743 46.2837 40.0352 42.6312 40.0352C38.9788 40.0352 36.0179 37.0743 36.0179 33.4219Z" fill="#0D0D0D"/><path d="M27.645 45.1584C29.9164 45.1584 31.7607 46.9869 31.7861 49.2523L11.1547 49.2523V45.1584H27.645Z" fill="#0D0D0D"/><path d="M53.0667 49.2523H32.2213C32.2467 46.9869 34.091 45.1583 36.3624 45.1583H53.0667V49.2523Z" fill="#0D0D0D"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="81" height="80" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M33.5864 13.4062C38.9748 13.4062 43.4263 17.0552 44.778 21.9357C44.8933 22.3521 45.2906 22.653 45.7313 22.653H67.2204C69.92 22.653 72.1085 24.8414 72.1085 27.541V61.7061C72.1085 64.4057 69.92 66.5941 67.2204 66.5941H14.1117C11.4121 66.5941 9.22363 64.4057 9.22363 61.7061V26.0326C9.22363 24.1661 10.7367 22.653 12.6032 22.653H12.8809C14.005 22.653 14.9162 21.7418 14.9162 20.6177C14.9162 18.9046 16.3049 17.5158 18.0181 17.5158H19.0869C19.9272 17.5158 20.6084 16.8347 20.6084 15.9944C20.6084 14.565 21.7671 13.4062 23.1965 13.4062H33.5864ZM44.264 22.078C42.9737 17.419 38.7252 13.9396 33.5864 13.9396H23.1965C22.0617 13.9396 21.1417 14.8595 21.1417 15.9944C21.1417 17.1292 20.2217 18.0492 19.0869 18.0492H18.0181C16.5995 18.0492 15.4495 19.1992 15.4495 20.6177C15.4495 22.0363 14.2995 23.1863 12.8809 23.1863H12.6032C11.0313 23.1863 9.75697 24.4606 9.75697 26.0326V61.7061C9.75697 64.1111 11.7066 66.0608 14.1117 66.0608H67.2204C69.6255 66.0608 71.5751 64.1111 71.5751 61.7061V27.541C71.5751 25.136 69.6255 23.1863 67.2204 23.1863H45.7313C45.0552 23.1863 44.4445 22.7296 44.264 22.078Z" fill="#0D0D0D"/><path d="M33.5864 13.9396C38.7252 13.9396 42.9737 17.419 44.264 22.078C44.4445 22.7296 45.0552 23.1863 45.7313 23.1863H67.2204C69.6255 23.1863 71.5751 25.136 71.5751 27.541V61.7061C71.5751 64.1111 69.6255 66.0608 67.2204 66.0608H14.1117C11.7066 66.0608 9.75697 64.1111 9.75697 61.7061V26.0326C9.75697 24.4606 11.0313 23.1863 12.6032 23.1863H12.8809C14.2995 23.1863 15.4495 22.0363 15.4495 20.6177C15.4495 19.1992 16.5995 18.0492 18.0181 18.0492H19.0869C20.2217 18.0492 21.1417 17.1292 21.1417 15.9944C21.1417 14.8595 22.0617 13.9396 23.1965 13.9396H33.5864Z" fill="#FF884C"/><path fill-rule="evenodd" clip-rule="evenodd" d="M33.8545 17.9007H25.4024V21.9866H19.7005V27.0714H14.0766L14.0766 62.0992L67.5332 62.0992V26.7337H46.1193C43.8279 26.7337 41.8517 28.0834 40.9424 30.0312V25.0509C40.9424 21.1042 37.7714 17.9007 33.8545 17.9007ZM19.7005 27.6047V50.0545H33.7665C37.4304 50.0545 40.3995 53.0176 40.3995 56.6714H40.4093V59.2334C39.5044 57.2744 37.5223 55.9151 35.2227 55.9151H14.6099V27.6047H19.7005ZM40.9426 32.4437C40.9426 29.5847 43.2603 27.267 46.1193 27.267H66.9999V55.9151H46.1195C43.8281 55.9151 41.8519 57.2648 40.9426 59.2126L40.9427 32.7814L40.9426 32.7429V32.4437ZM66.9999 61.5658H40.9431C40.9749 58.7341 43.2802 56.4484 46.1195 56.4484H66.9999V61.5658ZM35.2227 56.4484C38.062 56.4484 40.3673 58.7341 40.3991 61.5658L14.6099 61.5658V56.4484H35.2227ZM25.4024 22.52H20.2338V27.0714V27.6047V49.5211H33.7665C36.762 49.5211 39.3288 51.3551 40.3995 53.9596V52.2235C40.2132 48.7353 37.3521 45.9685 33.8545 45.9685H25.4024V27.6047V27.0714V22.52ZM40.3995 49.8362C39.3318 47.2526 36.8047 45.4352 33.8545 45.4352H25.9357V27.6047V27.0714V18.434H33.8545C37.4722 18.434 40.4091 21.3942 40.4091 25.0509V27.1802C39.3519 24.4795 36.8362 22.5701 33.8841 22.5701H29.809V23.1034H33.8841C37.3535 23.1034 40.2119 25.9862 40.3995 29.6456V30.3475V31.4618C39.3338 28.9535 36.8157 27.1935 33.8841 27.1935H29.809V27.7269H33.8841C37.3709 27.7269 40.2125 30.4118 40.3995 33.7843V38.1392C39.3338 35.6308 36.8157 33.8709 33.8841 33.8709H29.809V34.4043H33.8841C37.3709 34.4043 40.2125 37.0891 40.3995 40.4617V43.2771C39.3338 40.7687 36.8157 39.0088 33.8841 39.0088H29.809V39.5421H33.8841C37.3709 39.5421 40.2125 42.227 40.3995 45.5996V49.8362Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M58.7559 38.3618L52.6217 45.5404L52.1523 45.3671C52.1523 43.6103 50.8911 42.1168 49.1554 41.6756L49.2868 41.1587C51.0185 41.5989 52.3571 42.982 52.6332 44.7059L58.3505 38.0154L58.7559 38.3618Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M45.6889 33.5112H62.2222V50.0445H45.6889V33.5112ZM46.2222 34.0445V49.5112H61.6889V34.0445H46.2222Z" fill="#0D0D0D"/><path d="M35.2227 56.4484C38.062 56.4484 40.3673 58.7341 40.3991 61.5658L14.6099 61.5658V56.4484H35.2227Z" fill="#0D0D0D"/><path d="M66.9999 61.5658H40.9431C40.9749 58.7341 43.2802 56.4484 46.1195 56.4484H66.9999V61.5658Z" fill="#0D0D0D"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="96" height="96" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M39.5039 16.0879C45.97 16.0879 51.3118 20.4667 52.9338 26.3232C53.0722 26.8229 53.549 27.184 54.0778 27.184H79.8647C83.1042 27.184 85.7304 29.8101 85.7304 33.0496V74.0477C85.7304 77.2872 83.1042 79.9134 79.8647 79.9134H16.1342C12.8947 79.9134 10.2686 77.2872 10.2686 74.0477V31.2395C10.2686 28.9997 12.0843 27.184 14.3241 27.184H14.6573C16.0061 27.184 17.0996 26.0905 17.0996 24.7417C17.0996 22.6859 18.7661 21.0194 20.8219 21.0194H22.1045C23.1128 21.0194 23.9302 20.202 23.9302 19.1936C23.9302 17.4784 25.3207 16.0879 27.036 16.0879H39.5039ZM52.317 26.494C50.7686 20.9032 45.6705 16.7279 39.5039 16.7279H27.036C25.6742 16.7279 24.5702 17.8318 24.5702 19.1936C24.5702 20.5554 23.4663 21.6594 22.1045 21.6594H20.8219C19.1196 21.6594 17.7396 23.0394 17.7396 24.7417C17.7396 26.444 16.3596 27.824 14.6573 27.824H14.3241C12.4377 27.824 10.9086 29.3531 10.9086 31.2395V74.0477C10.9086 76.9337 13.2482 79.2734 16.1342 79.2734H79.8647C82.7508 79.2734 85.0904 76.9337 85.0904 74.0477V33.0496C85.0904 30.1636 82.7508 27.824 79.8647 27.824H54.0778C53.2665 27.824 52.5336 27.2759 52.317 26.494Z" fill="#0D0D0D"/><path d="M39.5039 16.7279C45.6705 16.7279 50.7686 20.9032 52.317 26.494C52.5336 27.2759 53.2665 27.824 54.0778 27.824H79.8647C82.7508 27.824 85.0904 30.1636 85.0904 33.0496V74.0477C85.0904 76.9337 82.7508 79.2734 79.8647 79.2734H16.1342C13.2482 79.2734 10.9086 76.9337 10.9086 74.0477V31.2395C10.9086 29.3531 12.4377 27.824 14.3241 27.824H14.6573C16.3596 27.824 17.7396 26.444 17.7396 24.7417C17.7396 23.0394 19.1196 21.6594 20.8219 21.6594H22.1045C23.4663 21.6594 24.5702 20.5554 24.5702 19.1936C24.5702 17.8318 25.6742 16.7279 27.036 16.7279H39.5039Z" fill="#FF80F4"/><path fill-rule="evenodd" clip-rule="evenodd" d="M39.8256 21.4812H29.683V26.3843H22.8408V32.486H16.0921V74.5194L80.2401 74.5194V32.0808H54.5434C51.7937 32.0808 49.4222 33.7005 48.3311 36.0378V30.0615C48.3311 25.3255 44.5258 21.4812 39.8256 21.4812ZM22.8408 33.126V60.0658H39.72C44.1166 60.0658 47.6796 63.6215 47.6796 68.0061H47.6913V71.0805C46.6054 68.7297 44.2269 67.0985 41.4675 67.0985H16.7321V33.126H22.8408ZM48.3313 38.9329C48.3313 35.502 51.1125 32.7208 54.5434 32.7208H79.6001V67.0985H54.5436C51.7939 67.0985 49.4225 68.7182 48.3313 71.0555L48.3315 39.3381L48.3313 39.2919V38.9329ZM79.6001 73.8794H48.3319C48.37 70.4813 51.1365 67.7385 54.5436 67.7385H79.6001V73.8794ZM41.4675 67.7385C44.8745 67.7385 47.641 70.4814 47.6792 73.8794L16.7321 73.8794V67.7385H41.4675ZM29.683 27.0244H23.4808V32.486V33.126V59.4258H39.72C43.3146 59.4258 46.3947 61.6265 47.6796 64.7519V62.6685C47.4561 58.4828 44.0227 55.1626 39.8256 55.1626H29.683V33.126V32.486V27.0244ZM47.6796 59.8038C46.3984 56.7035 43.3658 54.5226 39.8256 54.5226H30.323V33.126V32.486V22.1212H39.8256C44.1669 22.1212 47.6911 25.6734 47.6911 30.0615V32.6166C46.4225 29.3758 43.4036 27.0845 39.8611 27.0845H34.971V27.7245H39.8611C44.0244 27.7245 47.4545 31.1838 47.6796 35.5751V36.4173V37.7546C46.4008 34.7445 43.3791 32.6326 39.8611 32.6326H34.971V33.2726H39.8611C44.0453 33.2726 47.4552 36.4945 47.6796 40.5416V45.7674C46.4008 42.7574 43.3791 40.6455 39.8611 40.6455H34.971V41.2855H39.8611C44.0453 41.2855 47.4552 44.5074 47.6796 48.5544V51.9329C46.4008 48.9228 43.3791 46.8109 39.8611 46.8109H34.971V47.4509H39.8611C44.0453 47.4509 47.4552 50.6728 47.6796 54.7199V59.8038Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M69.7073 46.0346L62.3462 54.6488L61.7829 54.4409C61.7829 52.3327 60.2695 50.5405 58.1867 50.0111L58.3443 49.3908C60.4224 49.919 62.0288 51.5788 62.36 53.6475L69.2207 45.6188L69.7073 46.0346Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M54.0269 40.2138H73.8669V60.0538H54.0269V40.2138ZM54.6669 40.8538V59.4138H73.2269V40.8538H54.6669Z" fill="#0D0D0D"/><path d="M41.4675 67.7385C44.8745 67.7385 47.641 70.4814 47.6792 73.8794L16.7321 73.8794V67.7385H41.4675Z" fill="#0D0D0D"/><path d="M79.6001 73.8794H48.3319C48.37 70.4813 51.1365 67.7385 54.5436 67.7385H79.6001V73.8794Z" fill="#0D0D0D"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="64" height="64" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M35.0102 49.0859H58.3586C59.5368 49.0859 60.4919 48.1307 60.4919 46.9525V11.5718C60.4919 10.3936 59.5368 9.43848 58.3586 9.43848H20.4268C19.2486 9.43848 18.2935 10.3936 18.2935 11.5718V18.8692C10.1499 20.6098 4.04297 27.8457 4.04297 36.5088C4.04311 46.4713 12.1195 54.5473 22.082 54.5473C27.1546 54.5473 31.7371 52.449 35.0102 49.0859Z" fill="#00E573" stroke="#0D0D0D" stroke-width="0.426667"/><rect x="22.5586" y="13.7041" width="33.6652" height="31.1141" fill="#00E573" stroke="#0D0D0D" stroke-width="0.426667"/><path fill-rule="evenodd" clip-rule="evenodd" d="M39.3913 27.1534V27.103H30.9749V27.1534H39.3913Z" fill="#00E573"/><path fill-rule="evenodd" clip-rule="evenodd" d="M39.3913 27.103H30.9749V27.1534H39.3913V27.103Z" fill="#00E573"/><path fill-rule="evenodd" clip-rule="evenodd" d="M47.8076 27.103H39.3913V27.1534H47.8076V27.103Z" fill="#00E573"/><path fill-rule="evenodd" clip-rule="evenodd" d="M47.8076 27.1534V27.103H39.3913V27.1534H47.8076Z" fill="#00E573"/><path fill-rule="evenodd" clip-rule="evenodd" d="M30.9749 27.103H22.5586V27.1534H30.9749V27.103Z" fill="#00E573"/><path fill-rule="evenodd" clip-rule="evenodd" d="M56.2238 27.1534V27.103H47.8076V27.1534H56.2238Z" fill="black" fill-opacity="0.38"/><path fill-rule="evenodd" clip-rule="evenodd" d="M56.2238 27.103H47.8076V27.1534H56.2238V27.103Z" fill="black" fill-opacity="0.38"/><path d="M30.9749 35.961H22.5586V44.8189H30.9749V35.961Z" fill="#00E573"/><path d="M30.9749 18.2954V27.1534M30.9749 18.2954H39.3913M30.9749 18.2954H22.5586V27.103M30.9749 18.2954V27.103M30.9749 27.1534H22.5586V27.103M30.9749 27.1534H39.3913M30.9749 27.1534V27.103M30.9749 27.1534V35.961M39.3913 18.2954V27.1534M39.3913 18.2954H47.8076M39.3913 18.2954V27.103M39.3913 27.1534H47.8076M39.3913 27.1534V27.103M39.3913 27.1534V35.961M47.8076 18.2954V27.1534M47.8076 18.2954H56.2238V27.1534M47.8076 27.1534H56.2238M47.8076 27.1534V27.103M47.8076 27.1534V35.961M56.2238 27.1534V27.103M56.2238 27.1534V35.961M22.5586 27.103H30.9749M22.5586 27.103V35.961M30.9749 27.103V35.961M30.9749 27.103H39.3913M30.9749 35.961H22.5586M30.9749 35.961H39.3913M30.9749 35.961V44.8189M22.5586 35.961V44.8189H30.9749M39.3913 27.103V35.961M39.3913 27.103H47.8076M39.3913 35.961H47.8076M39.3913 35.961V44.8189M47.8076 27.103V35.961M47.8076 27.103H56.2238M47.8076 35.961H56.2238M47.8076 35.961V44.8189M56.2238 27.103V35.961M56.2238 35.961V44.8189H47.8076M30.9749 44.8189H39.3913M39.3913 44.8189H47.8076" stroke="#0D0D0D" stroke-width="0.426667"/><rect x="22.5586" y="13.7041" width="33.6652" height="4.59061" fill="#00E573" stroke="#0D0D0D" stroke-width="0.426667"/><path d="M26.082 12.1733V15.2138M29.9429 12.1733V15.2138M33.8032 12.1733V15.2138M37.665 12.1733V15.2138M41.5258 12.1733V15.2138M45.3867 12.1733V15.2138M49.2479 12.1733V15.2138M53.1085 12.1733V15.2138" stroke="#0D0D0D" stroke-width="0.426667" stroke-linecap="square"/><circle cx="22.0808" cy="36.5081" r="13.7722" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M28.4555 31.3899L19.9103 41.3899L18.8541 41.0001C18.8541 38.6675 17.1784 36.6706 14.8516 36.0792L15.1472 34.9162C17.4825 35.5097 19.3305 37.2976 19.8839 39.5736L27.5432 30.6104L28.4555 31.3899Z" fill="#00E573"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="64" height="64" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M35.0102 49.0859H58.3586C59.5368 49.0859 60.4919 48.1307 60.4919 46.9525V11.5718C60.4919 10.3936 59.5368 9.43848 58.3586 9.43848H20.4268C19.2486 9.43848 18.2935 10.3936 18.2935 11.5718V18.8692C10.1499 20.6098 4.04297 27.8457 4.04297 36.5088C4.04311 46.4713 12.1195 54.5473 22.082 54.5473C27.1546 54.5473 31.7371 52.449 35.0102 49.0859Z" fill="#FF884C" stroke="#0D0D0D" stroke-width="0.426667"/><rect x="22.5586" y="13.7051" width="33.6652" height="31.1141" fill="#FF884C" stroke="#0D0D0D" stroke-width="0.426667"/><path fill-rule="evenodd" clip-rule="evenodd" d="M39.3913 27.1538V27.1035H30.9749V27.1538H39.3913Z" fill="#FF884C"/><path fill-rule="evenodd" clip-rule="evenodd" d="M39.3913 27.1035H30.9749V27.1538H39.3913V27.1035Z" fill="#FF884C"/><path fill-rule="evenodd" clip-rule="evenodd" d="M47.8076 27.1035H39.3913V27.1538H47.8076V27.1035Z" fill="#FF884C"/><path fill-rule="evenodd" clip-rule="evenodd" d="M47.8076 27.1538V27.1035H39.3913V27.1538H47.8076Z" fill="#FF884C"/><path fill-rule="evenodd" clip-rule="evenodd" d="M30.9749 27.1035H22.5586V27.1538H30.9749V27.1035Z" fill="#FF884C"/><path fill-rule="evenodd" clip-rule="evenodd" d="M56.2238 27.1538V27.1035H47.8076V27.1538H56.2238Z" fill="black" fill-opacity="0.38"/><path fill-rule="evenodd" clip-rule="evenodd" d="M56.2238 27.1035H47.8076V27.1538H56.2238V27.1035Z" fill="black" fill-opacity="0.38"/><path d="M30.9749 35.9615H22.5586V44.8194H30.9749V35.9615Z" fill="#FF884C"/><path d="M30.9749 18.2959V27.1538M30.9749 18.2959H39.3913M30.9749 18.2959H22.5586V27.1035M30.9749 18.2959V27.1035M30.9749 27.1538H22.5586V27.1035M30.9749 27.1538H39.3913M30.9749 27.1538V27.1035M30.9749 27.1538V35.9615M39.3913 18.2959V27.1538M39.3913 18.2959H47.8076M39.3913 18.2959V27.1035M39.3913 27.1538H47.8076M39.3913 27.1538V27.1035M39.3913 27.1538V35.9615M47.8076 18.2959V27.1538M47.8076 18.2959H56.2238V27.1538M47.8076 27.1538H56.2238M47.8076 27.1538V27.1035M47.8076 27.1538V35.9615M56.2238 27.1538V27.1035M56.2238 27.1538V35.9615M22.5586 27.1035H30.9749M22.5586 27.1035V35.9615M30.9749 27.1035V35.9615M30.9749 27.1035H39.3913M30.9749 35.9615H22.5586M30.9749 35.9615H39.3913M30.9749 35.9615V44.8194M22.5586 35.9615V44.8194H30.9749M39.3913 27.1035V35.9615M39.3913 27.1035H47.8076M39.3913 35.9615H47.8076M39.3913 35.9615V44.8194M47.8076 27.1035V35.9615M47.8076 27.1035H56.2238M47.8076 35.9615H56.2238M47.8076 35.9615V44.8194M56.2238 27.1035V35.9615M56.2238 35.9615V44.8194H47.8076M30.9749 44.8194H39.3913M39.3913 44.8194H47.8076" stroke="#0D0D0D" stroke-width="0.426667"/><rect x="22.5586" y="13.7051" width="33.6652" height="4.59061" fill="#FF884C" stroke="#0D0D0D" stroke-width="0.426667"/><path d="M26.082 12.1748V15.2153M29.9429 12.1748V15.2153M33.8032 12.1748V15.2153M37.665 12.1748V15.2153M41.5258 12.1748V15.2153M45.3867 12.1748V15.2153M49.2479 12.1748V15.2153M53.1085 12.1748V15.2153" stroke="#0D0D0D" stroke-width="0.426667" stroke-linecap="square"/><circle cx="22.0808" cy="36.5086" r="13.7722" fill="#0D0D0D"/><path d="M23.5303 36.2798L28.0775 40.827L26.6363 42.2681L22.0892 37.7209L17.531 42.2792L16.0898 40.838L20.648 36.2798L16.0767 31.7085L17.5178 30.2673L22.0892 34.8387L26.6495 30.2784L28.0906 31.7195L23.5303 36.2798Z" fill="#FF884C"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"v":"5.12.1","fr":30,"ip":0,"op":57,"w":500,"h":500,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Vector 6952","parent":8,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[136.634,279.532,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[7.041,-0.101],[-6.719,-0.101]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.533333361149,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[495.049,495.049],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Vector 6952","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Vector 6951","parent":8,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[136.634,386.503,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[7.057,-0.028],[-6.712,-0.028]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.533333361149,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[495.049,495.049],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Vector 6951","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 3","parent":8,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":137.375,"ix":3},"y":{"a":0,"k":342.572,"ix":4}},"a":{"a":0,"k":[-113,92.572,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-113.125,74.781],[-113,103.363]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":11.163,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-113.125,74.25],[-113,127.828]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":36,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-113.125,77.574],[-113,127.828]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":37,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-113.125,82.355],[-113,127.828]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":42,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-113.125,95.417],[-113,127.828]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":48,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-113,94.75],[-113,127.688]],"c":false}]},{"t":56,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-112.964,62],[-112.948,92.188]],"c":false}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.533325195313,0.298034667969,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":3,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Rectangle 18556","parent":8,"td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[137.427,359.089,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.103,0],[0,-2.103],[0,0],[0,0],[0,0]],"o":[[-2.103,0],[0,0],[0,0],[0,0],[0,-2.103]],"v":[[0,-3.808],[-3.808,0],[-3.808,3.808],[3.808,3.808],[3.808,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.533333361149,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.7,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.533333361149,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[495.049,495.049],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 18556","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 2","parent":8,"tt":1,"tp":4,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":137.5,"ix":3},"y":{"a":0,"k":346.184,"ix":4}},"a":{"a":0,"k":[-32.125,43.184,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[61.312,37.23],[61.094,37.27],[-61.094,37.27],[-60.875,37.23]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":41.86,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[61.256,-3.67],[61.094,37.27],[-61.094,37.27],[-60.931,-3.67]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":52,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[61.256,-8.17],[61.094,32.77],[-61.094,32.77],[-60.931,-8.17]],"c":true}]},{"t":56,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[61.256,-8.17],[61.094,27.52],[-61.094,27.52],[-60.931,-8.17]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.29122245639,0.41512819178,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.533325195313,0.298034667969,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-32.125,43.184],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Rectangle 18555","parent":8,"td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[137.429,306.446,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.115,0],[0,2.115],[0,0],[0,0],[0,0]],"o":[[2.115,0],[0,0],[0,0],[0,0],[0,2.115]],"v":[[0,3.83],[3.83,0],[3.83,-3.83],[-3.83,-3.83],[-3.83,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.533333361149,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.704,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.533333361149,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[495.049,495.049],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 18555","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 1","parent":8,"tt":1,"tp":6,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":42,"s":[100]},{"t":43,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":137.5,"ix":3},"y":{"a":0,"k":295.184,"ix":4}},"a":{"a":0,"k":[-32.125,43.184,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[61.256,-3.67],[61.094,37.27],[-61.094,37.27],[-60.931,-3.67]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":41.86,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[61.312,37.23],[61.094,37.27],[-61.094,37.27],[-60.875,37.23]],"c":true}]},{"t":55.8134765625,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[61.28,-8.623],[61.041,-8.434],[-61.147,-8.434],[-60.908,-8.623]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.29122245639,0.41512819178,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.533325195313,0.298034667969,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-32.125,43.184],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Rectangle 18553 :M","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":41.86,"s":[0]},{"t":55.8134765625,"s":[180]}],"ix":10},"p":{"a":0,"k":[137.429,332.767,0],"ix":2,"l":2},"a":{"a":0,"k":[137.429,332.767,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.004,0],[0,-3.004],[0,0],[0,0],[0,0]],"o":[[-3.004,0],[0,0],[0,0],[0,0],[0,-3.004]],"v":[[0,-5.44],[-5.44,0],[-5.44,5.44],[5.44,5.44],[5.44,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.533333361149,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[495.049,495.049],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 18553","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[137.426,359.089],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 185518553","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.004,0],[0,3.004],[0,0],[0,0],[0,0]],"o":[[3.004,0],[0,0],[0,0],[0,0],[0,3.004]],"v":[[0,5.44],[5.44,0],[5.44,-5.44],[-5.44,-5.44],[-5.44,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.533333361149,0.298039227724,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[495.049,495.049],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 18554","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[137.432,306.445],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 185518554","np":1,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Circle","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[138.608,332.014,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[35.694,35.694],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.050000000745,0.050000000745,0.050000000745,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.8,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.050000000745,0.050000000745,0.050000000745,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[495.049,495.049],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 6426","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Vector","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[286.917,107.293,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-23.641,2.66],[-23.641,-2.66]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-16.887,2.66],[-16.887,-2.66]],"c":false},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-10.133,2.66],[-10.133,-2.66]],"c":false},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-3.377,2.66],[-3.377,-2.66]],"c":false},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[3.377,2.66],[3.377,-2.66]],"c":false},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[10.132,2.66],[10.132,-2.66]],"c":false},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[16.887,2.66],[16.887,-2.66]],"c":false},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[23.641,2.66],[23.641,-2.66]],"c":false},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0.050000000745,0.050000000745,0.050000000745,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.8,"ix":5},"lc":3,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[495.049,495.049],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Vector","np":10,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Vector","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[393.28,259.141,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-1.617],[0,0]],"o":[[1.576,0.4],[0,0],[0,0]],"v":[[-3.992,-0.309],[-1.256,3.07],[3.992,-3.07]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.050000000745,0.050000000745,0.050000000745,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.8,"ix":5},"lc":1,"lj":3,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[495.049,495.049],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Vector","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Vector","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[322.596,338.654,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-1.617],[0,0]],"o":[[1.576,0.4],[0,0],[0,0]],"v":[[-3.992,-0.309],[-1.256,3.07],[3.992,-3.07]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.050000000745,0.050000000745,0.050000000745,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.8,"ix":5},"lc":1,"lj":3,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[495.049,495.049],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Vector","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Vector","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[247.495,263.56,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-1.617],[0,0]],"o":[[1.576,0.4],[0,0],[0,0]],"v":[[-3.992,-0.309],[-1.256,3.07],[3.992,-3.07]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.050000000745,0.050000000745,0.050000000745,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.8,"ix":5},"lc":1,"lj":3,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[495.049,495.049],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Vector","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Vector","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[247.49,184.048,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-1.617],[0,0]],"o":[[1.576,0.4],[0,0],[0,0]],"v":[[-3.992,-0.309],[-1.256,3.07],[3.992,-3.07]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.050000000745,0.050000000745,0.050000000745,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.8,"ix":5},"lc":1,"lj":3,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[495.049,495.049],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Vector","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Vector","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[176.807,184.048,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-1.617],[0,0]],"o":[[1.576,0.4],[0,0],[0,0]],"v":[[-3.992,-0.309],[-1.256,3.07],[3.992,-3.07]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.050000000745,0.050000000745,0.050000000745,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.8,"ix":5},"lc":1,"lj":3,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[495.049,495.049],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Vector","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"Vector","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[285.162,262.003,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14.724,-7.704],[0,-7.704],[0,7.704],[-14.724,7.704]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-29.448,-7.704],[-14.724,-7.704],[-14.724,-23.201]],"c":false},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0,-23.201],[-14.724,-23.201]],"c":false},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-29.448,-23.201],[-14.724,-23.201]],"c":false},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[14.724,-7.704],[0,-7.704],[0,-23.201]],"c":false},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[14.724,-23.201],[0,-23.201]],"c":false},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[14.724,-7.704],[14.724,-23.201]],"c":false},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[29.448,-7.704],[29.448,-23.201],[14.724,-23.201]],"c":false},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[29.448,-7.704],[14.724,-7.704]],"c":false},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[14.724,7.704],[14.724,-7.704]],"c":false},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ind":10,"ty":"sh","ix":11,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[29.448,7.704],[29.448,-7.704]],"c":false},"ix":2},"nm":"Path 11","mn":"ADBE Vector Shape - Group","hd":false},{"ind":11,"ty":"sh","ix":12,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[0,23.201],[0,7.704],[14.724,7.704]],"c":false},"ix":2},"nm":"Path 12","mn":"ADBE Vector Shape - Group","hd":false},{"ind":12,"ty":"sh","ix":13,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[29.448,7.704],[14.724,7.704]],"c":false},"ix":2},"nm":"Path 13","mn":"ADBE Vector Shape - Group","hd":false},{"ind":13,"ty":"sh","ix":14,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[14.724,23.201],[14.724,7.704]],"c":false},"ix":2},"nm":"Path 14","mn":"ADBE Vector Shape - Group","hd":false},{"ind":14,"ty":"sh","ix":15,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[14.724,23.201],[29.448,23.201],[29.448,7.704]],"c":false},"ix":2},"nm":"Path 15","mn":"ADBE Vector Shape - Group","hd":false},{"ind":15,"ty":"sh","ix":16,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14.724,7.704],[-14.724,23.201],[-29.448,23.201],[-29.448,7.704]],"c":true},"ix":2},"nm":"Path 16","mn":"ADBE Vector Shape - Group","hd":false},{"ind":16,"ty":"sh","ix":17,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0,23.201],[-14.724,23.201]],"c":false},"ix":2},"nm":"Path 17","mn":"ADBE Vector Shape - Group","hd":false},{"ind":17,"ty":"sh","ix":18,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[14.724,23.201],[0,23.201]],"c":false},"ix":2},"nm":"Path 18","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"st","c":{"a":0,"k":[0.050000000745,0.050000000745,0.050000000745,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.8,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.533333361149,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[495.049,495.049],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Vector","np":21,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"Rectangle 9","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[285.157,242.119,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[58.896,54.433],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":0,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.050000000745,0.050000000745,0.050000000745,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.8,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.533333361149,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[495.049,495.049],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 9","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"Vector (Stroke)","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[240.612,255.046,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-13.828,0],[-4.451,4.047],[-2.106,0],[0,0],[0,3.947],[0,0],[3.947,0],[0,0],[0,-3.947],[0,0],[2.775,-1.523],[0,-9.413]],"o":[[6.502,0],[1.558,-1.417],[0,0],[3.947,0],[0,0],[0,-3.947],[0,0],[-3.947,0],[0,0],[0,3.165],[-7.731,4.244],[0,13.771]],"v":[[-20.566,40.519],[-3.691,34.004],[1.934,31.614],[38.456,31.614],[45.604,24.467],[45.604,-33.372],[38.456,-40.519],[-20.572,-40.519],[-27.72,-33.372],[-27.72,-13.654],[-32.636,-6.267],[-45.604,15.584]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"rd","nm":"Round Corners 1","r":{"a":0,"k":7,"ix":1},"ix":2,"mn":"ADBE Vector Filter - RC","hd":false},{"ty":"st","c":{"a":0,"k":[0.050000000745,0.050000000745,0.050000000745,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.8,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.533333361149,0.298039227724,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[495.049,495.049],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Vector (Stroke)","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"ct":1,"bm":0}],"markers":[],"props":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="14" height="13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.84013 6.12714L1.46875 3.16797L12.0372 1.84163L12.4086 4.8008L1.84013 6.12714ZM2.54574 11.7496L2.17436 8.79039L12.7428 7.46405L13.1142 10.4232L2.54574 11.7496Z" fill="black" stroke="black" stroke-width="0.5"/><path d="M1.37138 5.28534L1 2.32617L11.5685 0.99983L11.9398 3.959L1.37138 5.28534ZM2.07699 10.9078L1.70561 7.94859L12.2741 6.62225L12.6454 9.58142L2.07699 10.9078Z" fill="#EBEBEB" stroke="black" stroke-width="0.5"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="64" height="64" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M39.5085 10.5909C40.9712 9.12726 43.3436 9.12726 44.8063 10.5909L59.232 25.0257C60.6934 26.488 60.6934 28.8579 59.232 30.3202L51.8142 37.7427L50.6452 36.5729C51.5412 38.9359 51.0474 41.7309 49.1589 43.6207C48.5404 44.2395 47.829 44.7036 47.0711 45.0123C46.7515 45.7812 46.2816 46.4998 45.6614 47.1204C45.0429 47.7393 44.3315 48.2034 43.5736 48.512C43.254 49.2809 42.7841 49.9995 42.1639 50.6201C41.5454 51.239 40.834 51.7031 40.0761 52.0118C39.7565 52.7806 39.2866 53.4992 38.6664 54.1198C36.2003 56.5875 32.2674 56.5875 29.8013 54.1198L29.0623 53.3804C26.9341 53.7961 24.6514 53.1714 22.9893 51.5082C22.2368 50.7552 21.6899 49.8685 21.3486 48.9216C20.4154 48.5941 19.5378 48.0545 18.7872 47.3034C18.0347 46.5504 17.4878 45.6638 17.1465 44.7168C16.2133 44.3894 15.3357 43.8497 14.5851 43.0987C12.964 41.4765 12.2981 39.2359 12.5843 37.1069L11.7013 37.9904L4.28353 30.5679C2.82216 29.1056 2.82216 26.7358 4.28353 25.2735L18.4616 11.0864C19.9243 9.6228 22.2967 9.6228 23.7594 11.0864L29.6022 16.9329H31.1896L31.6848 16.4373H33.6657L39.5085 10.5909ZM31.1586 17.3595H29.4254L23.4576 11.388C22.1616 10.0912 20.0594 10.0912 18.7634 11.388L4.58532 25.5751C3.29045 26.8708 3.29045 28.9706 4.58532 30.2663L11.7013 37.3869L12.6918 36.3958L13.0701 36.7744L13.0508 36.8838C12.6809 38.9708 13.2942 41.2034 14.8869 42.7971C15.6167 43.5273 16.4727 44.0433 17.3809 44.3461L17.4809 44.3794L17.5152 44.4791C17.8331 45.4039 18.3577 46.27 19.089 47.0018C19.8188 47.7321 20.6748 48.2481 21.583 48.5509L21.683 48.5842L21.7173 48.6839C22.0352 49.6087 22.5597 50.4748 23.2911 51.2066C24.878 52.7945 27.0647 53.3715 29.0876 52.9397L29.201 52.9155L30.1031 53.8182C32.4026 56.1191 36.0652 56.1191 38.3646 53.8182C38.9656 53.2168 39.4156 52.5171 39.7147 51.7681L39.7491 51.6821L39.8353 51.6485C40.5708 51.3616 41.2624 50.9185 41.8621 50.3185C42.4631 49.7171 42.9131 49.0173 43.2122 48.2684L43.2465 48.1824L43.3328 48.1487C44.0683 47.8619 44.7599 47.4188 45.3596 46.8188C45.9606 46.2174 46.4106 45.5176 46.7097 44.7687L46.744 44.6827L46.8303 44.649C47.5658 44.3621 48.2574 43.9191 48.8571 43.319C50.6794 41.4956 51.1151 38.7641 50.1588 36.5062L50.1028 36.3739L50.5762 35.9002L51.8142 37.1391L58.9302 30.0186C60.2251 28.7229 60.2251 26.623 58.9302 25.3273L44.5045 10.8925C43.2085 9.59562 41.1063 9.59562 39.8103 10.8925L33.8425 16.864H31.8617L31.2625 17.4635L31.1586 17.3595ZM42.1579 13.2497L56.5733 27.6742L51.8147 32.4358L50.5767 31.197L45.6784 36.0983L46.6265 37.047C47.6756 38.0967 47.6756 39.7986 46.6265 40.8483C45.8411 41.6342 44.6902 41.8318 43.7211 41.4409C44.1118 42.4106 43.9144 43.5621 43.129 44.348C42.3436 45.134 41.1927 45.3315 40.2236 44.9407C40.6143 45.9103 40.4169 47.0618 39.6315 47.8477C38.8461 48.6337 37.6952 48.8312 36.7261 48.4404C37.1168 49.41 36.9194 50.5615 36.134 51.3475C35.0849 52.3973 33.3838 52.3973 32.3347 51.3475L29.8707 48.8819C28.6198 49.9783 26.7157 49.9296 25.5227 48.7359C24.5653 47.7778 24.345 46.3616 24.8617 45.1927C23.6934 45.7097 22.278 45.4891 21.3206 44.5311C20.3632 43.5731 20.1429 42.1568 20.6596 40.9879C19.4914 41.5049 18.076 41.2844 17.1185 40.3263C15.9256 39.1326 15.877 37.2274 16.9728 35.9758L12.6922 31.6925L11.7018 32.6836L6.94321 27.922L21.111 13.7452L25.8696 18.5068L24.6315 19.7456L25.6564 20.7711H29.8658L31.263 22.1693L33.1555 20.2756H37.6125L38.6374 19.2501L37.3993 18.0113L42.1579 13.2497ZM38.939 19.5519L37.7893 20.7023H33.3323L23.8919 30.1487C25.8487 31.9455 28.9057 31.8477 30.7421 29.8916L34.9724 25.3855L45.3768 35.7965L50.2751 30.8952L38.939 19.5519ZM30.9614 22.4711L29.689 21.1978H25.4796L24.3299 20.0474L12.9938 31.3907L17.2744 35.674C18.5254 34.5776 20.4294 34.6262 21.6224 35.82C22.5798 36.778 22.8002 38.1942 22.2834 39.3632C23.4517 38.8462 24.8671 39.0667 25.8245 40.0247C26.7819 40.9828 27.0023 42.399 26.4855 43.5679C27.6538 43.051 29.0692 43.2715 30.0266 44.2295C31.2196 45.4232 31.2682 47.3284 30.1723 48.5801L32.6365 51.0459C33.519 51.9289 34.9497 51.9289 35.8322 51.0459C36.7148 50.1627 36.7148 48.7309 35.8322 47.8477L28.1408 40.1515L28.4426 39.8499L36.134 47.5461C37.0165 48.4292 38.4472 48.4292 39.3297 47.5461C40.2123 46.663 40.2123 45.2312 39.3297 44.348L31.855 36.8685L32.1568 36.5669L39.6315 44.0464C40.514 44.9295 41.9447 44.9295 42.8272 44.0464C43.7098 43.1633 43.7098 41.7314 42.8272 40.8483L35.7548 33.7714L36.0566 33.4698L43.129 40.5467C44.0115 41.4298 45.4422 41.4298 46.3247 40.5467C47.2073 39.6636 47.2073 38.2317 46.3247 37.3486L34.982 25.9987L31.0531 30.1836C29.0029 32.3675 25.5536 32.4214 23.4362 30.3027L23.2855 30.1519L30.9614 22.4711ZM25.5227 44.2295C26.5998 43.1517 26.5998 41.4042 25.5227 40.3263C24.4457 39.2486 22.6995 39.2486 21.6224 40.3263C20.5453 41.4042 20.5453 43.1517 21.6224 44.2295C22.6995 45.3072 24.4457 45.3072 25.5227 44.2295ZM21.3206 40.0247C22.3978 38.9469 22.3978 37.1994 21.3206 36.1216C20.2436 35.0439 18.4974 35.0439 17.4203 36.1216C16.3432 37.1994 16.3432 38.9469 17.4203 40.0247C18.4974 41.1025 20.2436 41.1025 21.3206 40.0247ZM25.8245 44.5311C24.7474 45.6089 24.7474 47.3565 25.8245 48.4343C26.9016 49.512 28.6478 49.512 29.7248 48.4343C30.8019 47.3565 30.8019 45.6089 29.7248 44.5311C28.6478 43.4534 26.9016 43.4534 25.8245 44.5311ZM38.0025 18.0113L51.8147 31.8322L55.9701 27.6742L42.1579 13.8532L38.0025 18.0113ZM7.54642 27.922L21.111 14.3488L25.2664 18.5068L11.7018 32.08L7.54642 27.922Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18.7634 11.388C20.0594 10.0912 22.1616 10.0912 23.4576 11.388L29.4254 17.3595H31.1586L31.2625 17.4635L31.8617 16.864H33.8425L39.8103 10.8925C41.1063 9.59562 43.2085 9.59562 44.5045 10.8925L58.9302 25.3273C60.2251 26.623 60.2251 28.7229 58.9302 30.0186L51.8142 37.1391L50.5762 35.9002L50.1028 36.3739L50.1588 36.5062C51.1151 38.7641 50.6794 41.4956 48.8571 43.319C48.2574 43.9191 47.5658 44.3621 46.8303 44.649L46.744 44.6827L46.7097 44.7687C46.4106 45.5176 45.9606 46.2174 45.3596 46.8188C44.7599 47.4188 44.0683 47.8619 43.3328 48.1487L43.2465 48.1824L43.2122 48.2684C42.9131 49.0173 42.4631 49.7171 41.8621 50.3185C41.2624 50.9185 40.5708 51.3616 39.8353 51.6485L39.7491 51.6821L39.7147 51.7681C39.4156 52.5171 38.9656 53.2168 38.3646 53.8182C36.0652 56.1191 32.4026 56.1191 30.1031 53.8182L29.201 52.9155L29.0876 52.9397C27.0647 53.3715 24.878 52.7945 23.2911 51.2066C22.5597 50.4748 22.0352 49.6087 21.7173 48.6839L21.683 48.5842L21.583 48.5509C20.6748 48.2481 19.8188 47.7321 19.089 47.0018C18.3577 46.27 17.8331 45.4039 17.5152 44.4791L17.4809 44.3794L17.3809 44.3461C16.4727 44.0433 15.6167 43.5273 14.8869 42.7971C13.2942 41.2034 12.6809 38.9708 13.0508 36.8838L13.0701 36.7744L12.6918 36.3958L11.7013 37.3869L4.58532 30.2663C3.29045 28.9706 3.29045 26.8708 4.58532 25.5751L18.7634 11.388ZM50.5767 31.197L45.6784 36.0983L46.6265 37.047C47.6756 38.0967 47.6756 39.7986 46.6265 40.8483C45.8411 41.6342 44.6902 41.8318 43.7211 41.4409C44.1118 42.4106 43.9144 43.5621 43.129 44.348C42.3436 45.134 41.1927 45.3315 40.2236 44.9407C40.6143 45.9103 40.4169 47.0618 39.6315 47.8477C38.8461 48.6337 37.6952 48.8312 36.7261 48.4404C37.1168 49.41 36.9194 50.5615 36.134 51.3475C35.0849 52.3973 33.3838 52.3973 32.3347 51.3475L29.8707 48.8819C28.6198 49.9783 26.7157 49.9296 25.5227 48.7359C24.5653 47.7778 24.345 46.3616 24.8617 45.1927C23.6934 45.7097 22.278 45.4891 21.3206 44.5311C20.3632 43.5731 20.1429 42.1568 20.6596 40.9879C19.4914 41.5049 18.076 41.2844 17.1185 40.3263C15.9256 39.1326 15.877 37.2274 16.9728 35.9758L12.6922 31.6925L11.7018 32.6836L6.94321 27.922L21.111 13.7452L25.8696 18.5068L24.6315 19.7456L25.6564 20.7711H29.8658L31.263 22.1693L33.1555 20.2756H37.6125L38.6374 19.2501L37.3993 18.0113L42.1579 13.2497L56.5733 27.6742L51.8147 32.4358L50.5767 31.197Z" fill="#00E573"/><path d="M30.7421 29.8916C28.9057 31.8477 25.8487 31.9455 23.8919 30.1487L33.3323 20.7023H37.7893L38.939 19.5519L50.2751 30.8952L45.3768 35.7965L34.9724 25.3855L30.7421 29.8916Z" fill="#0D0D0D"/><path d="M55.9701 27.6742L51.8147 31.8322L38.0025 18.0113L42.1579 13.8532L55.9701 27.6742Z" fill="#0D0D0D"/><path d="M21.3206 36.1216C22.3978 37.1994 22.3978 38.9469 21.3206 40.0247C20.2436 41.1025 18.4974 41.1025 17.4203 40.0247C16.3432 38.9469 16.3432 37.1994 17.4203 36.1216C18.4974 35.0439 20.2436 35.0439 21.3206 36.1216Z" fill="#0D0D0D"/><path d="M25.5227 40.3263C26.5998 41.4042 26.5998 43.1517 25.5227 44.2295C24.4457 45.3072 22.6995 45.3072 21.6224 44.2295C20.5453 43.1517 20.5453 41.4042 21.6224 40.3263C22.6995 39.2486 24.4457 39.2486 25.5227 40.3263Z" fill="#0D0D0D"/><path d="M25.8245 48.4343C24.7474 47.3565 24.7474 45.6089 25.8245 44.5311C26.9016 43.4534 28.6478 43.4534 29.7248 44.5311C30.8019 45.6089 30.8019 47.3565 29.7248 48.4343C28.6478 49.512 26.9016 49.512 25.8245 48.4343Z" fill="#0D0D0D"/><path d="M7.54642 27.922L21.111 14.3488L25.2664 18.5068L11.7018 32.08L7.54642 27.922Z" fill="#00E573"/><path d="M29.689 21.1978L30.9614 22.4711L23.2855 30.1519L23.4362 30.3027C25.5536 32.4214 29.0029 32.3675 31.0531 30.1836L34.982 25.9987L46.3247 37.3486C47.2073 38.2317 47.2073 39.6636 46.3247 40.5467C45.4422 41.4298 44.0115 41.4298 43.129 40.5467L36.0566 33.4698L35.7548 33.7714L42.8272 40.8483C43.7098 41.7314 43.7098 43.1633 42.8272 44.0464C41.9447 44.9295 40.514 44.9295 39.6315 44.0464L32.1568 36.5669L31.855 36.8685L39.3297 44.348C40.2123 45.2312 40.2123 46.663 39.3297 47.5461C38.4472 48.4292 37.0165 48.4292 36.134 47.5461L28.4426 39.8499L28.1408 40.1515L35.8322 47.8477C36.7148 48.7309 36.7148 50.1627 35.8322 51.0459C34.9497 51.9289 33.519 51.9289 32.6365 51.0459L30.1723 48.5801C31.2682 47.3284 31.2196 45.4232 30.0266 44.2295C29.0692 43.2715 27.6538 43.051 26.4855 43.5679C27.0023 42.399 26.7819 40.9828 25.8245 40.0247C24.8671 39.0667 23.4517 38.8462 22.2834 39.3632C22.8002 38.1942 22.5798 36.778 21.6224 35.82C20.4294 34.6262 18.5254 34.5776 17.2744 35.674L12.9938 31.3907L24.3299 20.0474L25.4796 21.1978H29.689Z" fill="#00E573"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="15" height="15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.59721 10.3844L10.4899 11.2579L11.3635 5.36518C11.6047 3.73795 10.481 2.22336 8.85374 1.98213C7.22651 1.74091 5.71195 2.86441 5.47074 4.49164C3.84351 4.25042 2.32883 5.374 2.08761 7.00123C1.84639 8.62846 2.96998 10.1431 4.59721 10.3844Z" fill="black" stroke="black" stroke-width="0.5"/><path d="M3.73002 10.4312L9.62274 11.3048L10.4963 5.41206C10.7375 3.78482 9.61379 2.27023 7.98656 2.02901C6.35933 1.78779 4.84477 2.91128 4.60355 4.53851C2.97632 4.29729 1.46164 5.42087 1.22042 7.0481C0.979205 8.67533 2.10279 10.19 3.73002 10.4312Z" fill="#EBEBEB" stroke="black" stroke-width="0.5"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="80" height="80" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M62.3756 32.3353C65.3607 36.2679 67.1357 41.1844 67.1357 46.5051C67.1357 52.2828 65.0441 57.5794 61.5844 61.6607C61.2221 62.0881 61.0153 62.6126 61.0153 63.1473V69.3328C61.0153 71.1001 59.5826 72.5328 57.8153 72.5328H22.8717C21.1044 72.5328 19.6717 71.1001 19.6717 69.3328V62.7981C19.6717 61.6199 18.7166 60.6648 17.5384 60.6648H17.2637C15.0024 60.6648 13.4544 58.383 14.2903 56.2819L19.5206 43.1347C19.6204 42.8838 19.6717 42.6162 19.6717 42.3461V35.5567C19.6717 35.1153 19.5263 34.6708 19.2743 34.2607C18.6621 33.2639 18.1817 32.1634 17.8638 30.977C16.0911 24.3612 20.0171 17.5611 26.6329 15.7884C28.6556 15.2464 30.6972 15.2372 32.6069 15.6754C33.9289 15.9788 35.2933 15.4455 35.7671 14.3377L35.9878 13.8216C36.8033 11.915 39.1892 11.2757 40.8488 12.5191L48.6007 18.3274C48.7498 18.439 48.931 18.4994 49.1172 18.4994C49.3636 18.4994 49.5982 18.3939 49.7616 18.2095L55.5907 11.6361C57.3402 9.6631 60.5913 10.5342 61.12 13.1176L63.3236 23.8863C63.4232 24.373 63.4081 24.8762 63.2796 25.3561L61.9446 30.3382C61.7635 31.0142 61.9311 31.7496 62.3756 32.3353ZM66.6023 46.5051C66.6023 41.3048 64.8679 36.5008 61.9508 32.6577C61.4176 31.9552 61.2012 31.0521 61.4294 30.2002L62.7644 25.2181C62.8715 24.8182 62.8841 24.3988 62.8011 23.9933L60.5975 13.2246C60.1569 11.0717 57.4477 10.3458 55.9897 11.9899L50.1607 18.5634C49.896 18.8619 49.5162 19.0327 49.1172 19.0327C48.8157 19.0327 48.5222 18.935 48.2809 18.7542L40.529 12.946C39.146 11.9097 37.1578 12.4425 36.4782 14.0314L36.2574 14.5475C35.6538 15.9587 33.9836 16.5385 32.4876 16.1952C30.6607 15.776 28.7075 15.7847 26.7709 16.3036C20.4397 18 16.6825 24.5077 18.3789 30.8389C18.6833 31.975 19.1432 33.0281 19.7288 33.9815C20.0214 34.4578 20.2051 34.9977 20.2051 35.5567V42.3461C20.2051 42.6837 20.141 43.0182 20.0162 43.3319L14.7859 56.479C14.0893 58.23 15.3792 60.1314 17.2637 60.1314H17.5384C19.0111 60.1314 20.2051 61.3253 20.2051 62.7981V69.3328C20.2051 70.8056 21.399 71.9995 22.8717 71.9995H57.8153C59.2881 71.9995 60.482 70.8056 60.482 69.3328V63.1473C60.482 62.4738 60.7421 61.8296 61.1776 61.3159C64.5585 57.3273 66.6023 52.1519 66.6023 46.5051Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M57.7839 24.4558L56.6298 18.8162L52.8106 23.1232L49.9147 33.9308H47.2431L44.6283 24.1721L46.4928 23.6725L39.9105 18.7406L36.6759 26.303L38.5405 25.8034L40.7182 33.9308H35.5877L35.3087 31.9123C36.5427 30.2827 37.0388 28.12 36.4685 25.9917C35.4879 22.3321 31.7263 20.1604 28.0667 21.141C24.4071 22.1216 22.2354 25.8832 23.2159 29.5428C23.7504 31.5373 25.1111 33.0898 26.8303 33.9308H25.2125V43.8167L20.7144 55.1234H25.2125V66.9915H55.4733V59.9887C59.2226 56.7163 61.5937 51.8888 61.5937 46.5051C61.5937 41.641 59.6581 37.2307 56.5193 34.0113L56.4408 33.9308H55.245L57.7839 24.4558ZM54.3971 23.8895L53.7977 23.7289L51.0641 33.9308H51.7065L54.3971 23.8895ZM56.6261 24.4868L56.0268 24.3262L53.4532 33.9308H54.0956L56.6261 24.4868ZM53.5377 23.1071L57.1622 24.0783L56.5314 20.9957L55.6253 20.7529L53.5377 23.1071ZM28.2048 21.6561C24.8297 22.5605 22.8268 26.0296 23.7311 29.4047C24.2667 31.4036 25.7017 32.9213 27.4851 33.6389L27.59 33.6811L27.6916 33.9308H29.8362L28.2267 27.9241L31.2893 27.1034L33.1187 33.9308H35.0493L34.7496 31.7627L34.8194 31.6737C36.0051 30.1605 36.489 28.1287 35.9534 26.1298C35.049 22.7547 31.5798 20.7518 28.2048 21.6561ZM30.9122 27.7566L28.8799 28.3012L30.3883 33.9308H32.5665L30.9122 27.7566ZM54.94 59.7447L55.0327 59.6649C58.7224 56.4888 61.0604 51.7718 61.0604 46.5051C61.0604 41.8257 59.2148 37.5804 56.2154 34.4642H25.7458V43.9189L21.5005 54.5901H25.7458V66.4581H54.94V59.7447Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M28.6272 43.4282C28.6272 45.1016 29.9838 46.4582 31.6573 46.4582C33.3307 46.4582 34.6873 45.1016 34.6873 43.4282H35.2206C35.2206 45.3962 33.6252 46.9916 31.6573 46.9916C29.6893 46.9916 28.0939 45.3962 28.0939 43.4282H28.6272Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M61.9508 32.6577C64.8679 36.5008 66.6023 41.3048 66.6023 46.5051C66.6023 52.1519 64.5585 57.3273 61.1776 61.3159C60.7421 61.8296 60.482 62.4738 60.482 63.1473V69.3328C60.482 70.8056 59.2881 71.9995 57.8153 71.9995H22.8717C21.399 71.9995 20.2051 70.8056 20.2051 69.3328V62.7981C20.2051 61.3253 19.0111 60.1314 17.5384 60.1314H17.2637C15.3792 60.1314 14.0893 58.23 14.7859 56.479L20.0162 43.3319C20.141 43.0182 20.2051 42.6837 20.2051 42.3461V35.5567C20.2051 34.9977 20.0214 34.4578 19.7288 33.9815C19.1432 33.0281 18.6833 31.975 18.3789 30.8389C16.6825 24.5077 20.4397 18 26.7709 16.3036C28.7075 15.7847 30.6607 15.776 32.4876 16.1952C33.9836 16.5385 35.6538 15.9587 36.2574 14.5475L36.4782 14.0314C37.1578 12.4425 39.146 11.9097 40.529 12.946L48.2809 18.7542C48.5222 18.935 48.8157 19.0327 49.1172 19.0327C49.5162 19.0327 49.896 18.8619 50.1607 18.5634L55.9897 11.9899C57.4477 10.3458 60.1569 11.0717 60.5975 13.2246L62.8011 23.9933C62.8841 24.3988 62.8715 24.8182 62.7644 25.2181L61.4294 30.2002C61.2012 31.0521 61.4176 31.9552 61.9508 32.6577ZM56.6298 18.8162L57.7839 24.4558L55.245 33.9308H56.4408L56.5193 34.0113C59.6581 37.2307 61.5937 41.641 61.5937 46.5051C61.5937 51.8888 59.2226 56.7163 55.4733 59.9887V66.9915H25.2125V55.1234H20.7144L25.2125 43.8167V33.9308H26.8303C25.1111 33.0898 23.7504 31.5373 23.2159 29.5428C22.2354 25.8832 24.4071 22.1216 28.0667 21.141C31.7263 20.1604 35.4879 22.3321 36.4685 25.9917C37.0388 28.12 36.5427 30.2827 35.3087 31.9123L35.5877 33.9308H40.7182L38.5405 25.8034L36.6759 26.303L39.9105 18.7406L46.4928 23.6725L44.6283 24.1721L47.2431 33.9308H49.9147L52.8106 23.1232L56.6298 18.8162Z" fill="#33CCFF"/><path fill-rule="evenodd" clip-rule="evenodd" d="M55.0327 59.6649L54.94 59.7447V66.4581H25.7458V54.5901H21.5005L25.7458 43.9189V34.4642H56.2154C59.2148 37.5804 61.0604 41.8257 61.0604 46.5051C61.0604 51.7718 58.7224 56.4888 55.0327 59.6649ZM28.6272 43.4282C28.6272 45.1016 29.9838 46.4582 31.6573 46.4582C33.3307 46.4582 34.6873 45.1016 34.6873 43.4282H35.2206C35.2206 45.3962 33.6252 46.9916 31.6573 46.9916C29.6893 46.9916 28.0939 45.3962 28.0939 43.4282H28.6272Z" fill="#33CCFF"/><path d="M23.7311 29.4047C22.8268 26.0296 24.8297 22.5605 28.2048 21.6561C31.5798 20.7518 35.049 22.7547 35.9534 26.1298C36.489 28.1287 36.0051 30.1605 34.8194 31.6737L34.7496 31.7627L35.0493 33.9308H33.1187L31.2893 27.1034L28.2267 27.9241L29.8362 33.9308H27.6916L27.59 33.6811L27.4851 33.6389C25.7017 32.9213 24.2667 31.4036 23.7311 29.4047Z" fill="#33CCFF"/><path d="M28.8799 28.3012L30.9122 27.7566L32.5665 33.9308H30.3883L28.8799 28.3012Z" fill="#33CCFF"/><path d="M57.1622 24.0783L53.5377 23.1071L55.6253 20.7529L56.5314 20.9957L57.1622 24.0783Z" fill="#33CCFF"/><path d="M53.7977 23.7289L54.3971 23.8895L51.7065 33.9308H51.0641L53.7977 23.7289Z" fill="#33CCFF"/><path d="M56.0268 24.3262L56.6261 24.4868L54.0956 33.9308H53.4532L56.0268 24.3262Z" fill="#33CCFF"/></svg>
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="68" height="68" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M47.7001 53.6916H9.87617C7.54989 53.6916 5.66406 51.8058 5.66406 49.4795V15.9006C5.66406 13.5743 7.54989 11.6885 9.87617 11.6885H55.2205C57.5468 11.6885 59.4326 13.5743 59.4326 15.9006V31.5041C59.4326 32.9453 60.299 34.2452 61.6293 34.7997L62.8975 35.3284C64.8302 36.134 65.1942 38.7155 63.5596 40.0241C62.3933 40.9577 62.1831 42.6505 63.0857 43.8409L63.526 44.4217C64.6735 45.9354 64.4063 48.0878 62.9234 49.2748L55.0402 55.5853C53.5872 56.7485 51.4609 56.4845 50.3364 55.0012C49.711 54.1762 48.7354 53.6916 47.7001 53.6916Z" fill="#00E573"/><path fill-rule="evenodd" clip-rule="evenodd" d="M47.7081 54.1451H9.8842C7.30754 54.1451 5.21875 52.0563 5.21875 49.4797V15.9008C5.21875 13.3241 7.30754 11.2354 9.88419 11.2354H55.2285C57.8051 11.2354 59.8939 13.3241 59.8939 15.9008V31.5043C59.8939 32.7625 60.6504 33.8974 61.8118 34.3815L63.08 34.9101C65.3306 35.8483 65.7544 38.8544 63.8509 40.3782C62.8765 41.1582 62.7009 42.5726 63.4549 43.5672L63.8952 44.148C65.1912 45.8575 64.8894 48.2883 63.2147 49.6289L55.3316 55.9394C53.6794 57.262 51.2617 56.9618 49.9832 55.2753C49.4434 54.5634 48.6015 54.1451 47.7081 54.1451ZM9.88409 53.6918H47.708C48.7433 53.6918 49.7189 54.1764 50.3443 55.0014C51.4688 56.4847 53.5951 56.7487 55.0481 55.5855L62.9313 49.275C64.4142 48.088 64.6814 45.9356 63.5339 44.4219L63.0936 43.8411C62.191 42.6507 62.4012 40.9579 63.5675 40.0243C65.2021 38.7157 64.8382 36.1342 62.9054 35.3286L61.6372 34.7999C60.307 34.2454 59.4405 32.9455 59.4405 31.5043V15.9008C59.4405 13.5745 57.5547 11.6887 55.2284 11.6887H9.88408C7.5578 11.6887 5.67197 13.5745 5.67197 15.9008V49.4797C5.67197 51.806 7.5578 53.6918 9.88409 53.6918Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M29.6143 28.3006H35.6625V34.3487H29.6143V28.3006ZM30.0676 28.7539V33.8954H35.2091V28.7539H30.0676Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M24.5779 25.9046H13.0749V45.2435H24.5779V25.9046ZM24.1246 26.3579V44.7902H13.5282V26.3579H24.1246Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M38.3899 25.9046H26.8869V45.2435H38.3899V25.9046ZM37.9366 26.3579V44.7902H27.3402V26.3579H37.9366Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18.8264 28.0861L15.2037 34.361H22.4492L18.8264 28.0861ZM18.8264 28.9928L21.664 33.9076H15.9889L18.8264 28.9928Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M22.5092 38.6338H15.1427V38.1805H22.5092V38.6338Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M36.3217 38.6338H28.9552V38.1805H36.3217V38.6338Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M22.5092 40.522H15.1427V40.0687H22.5092V40.522Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M36.3217 40.522H28.9552V40.0687H36.3217V40.522Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18.826 42.4099H15.1427V41.9566H18.826V42.4099Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M32.6385 42.4099H28.9552V41.9566H32.6385V42.4099Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M46.0522 32.7924L47.8117 33.5061L48.3114 33.7088L51.7491 35.1033L52.2024 35.2872L55.2677 36.5307L55.7211 36.7146L59.8014 38.3698L56.1759 41.1941L60.3566 46.5606L52.9302 52.3459L50.9963 49.8635L50.6431 49.4101L48.7496 46.9795L45.6295 49.4101L45.1241 49.8038L45.0694 49.4101L44.4897 45.2435L44.4267 44.7902L44.1616 42.885L44.0986 42.4317L43.873 40.8098L43.8099 40.3565L43.5843 38.7346L43.5212 38.2813L43.0797 35.1079L44.7373 33.8167L45.1157 33.5219L46.0522 32.7924ZM48.2309 46.8089L46.3668 33.4092L58.9034 38.4947L55.5397 41.1151L59.7204 46.4816L55.7752 49.5549L51.5946 44.1885L48.2309 46.8089Z" fill="#0D0D0D"/><path d="M43.8801 31.3247C43.8801 29.9049 45.0311 28.7539 46.4509 28.7539C47.8707 28.7539 49.0216 29.9049 49.0216 31.3247C49.0216 32.2447 48.5383 33.0519 47.8117 33.5061L48.3114 33.7088C49.0197 33.1554 49.475 32.2932 49.475 31.3247C49.475 29.6545 48.121 28.3006 46.4509 28.3006C44.7807 28.3006 43.4268 29.6545 43.4268 31.3247C43.4268 32.3586 43.9457 33.2713 44.7373 33.8167L45.1157 33.5219C44.3748 33.0708 43.8801 32.2555 43.8801 31.3247Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.84519 49.4101V22.5609H55.2677V36.5307L55.7211 36.7146V15.5173H9.39186V49.8635H50.9963L50.6431 49.4101H45.6295L45.1241 49.8038L45.0694 49.4101H9.84519ZM14.2082 20.0499C14.8342 20.0499 15.3416 19.5425 15.3416 18.9166C15.3416 18.2907 14.8342 17.7833 14.2082 17.7833C13.5823 17.7833 13.0749 18.2907 13.0749 18.9166C13.0749 19.5425 13.5823 20.0499 14.2082 20.0499ZM19.7338 20.0499C20.3597 20.0499 20.8671 19.5425 20.8671 18.9166C20.8671 18.2907 20.3597 17.7833 19.7338 17.7833C19.1079 17.7833 18.6005 18.2907 18.6005 18.9166C18.6005 19.5425 19.1079 20.0499 19.7338 20.0499ZM25.2582 20.0499C25.8842 20.0499 26.3916 19.5425 26.3916 18.9166C26.3916 18.2907 25.8842 17.7833 25.2582 17.7833C24.6323 17.7833 24.1249 18.2907 24.1249 18.9166C24.1249 19.5425 24.6323 20.0499 25.2582 20.0499Z" fill="#0D0D0D"/><path d="M41.1527 44.7902V26.3579H51.7491V35.1033L52.2024 35.2872V25.9046H40.6994V45.2435H44.4897L44.4267 44.7902H41.1527Z" fill="#0D0D0D"/><path d="M42.6686 40.3565V40.8098H43.873L43.8099 40.3565H42.6686Z" fill="#0D0D0D"/><path d="M42.6686 38.2813V38.7346H43.5843L43.5212 38.2813H42.6686Z" fill="#0D0D0D"/><path d="M42.6686 42.4317V42.885H44.1616L44.0986 42.4317H42.6686Z" fill="#0D0D0D"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="64" height="64" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M44.8992 50.5333H9.30028C7.11083 50.5333 5.33594 48.7584 5.33594 46.569V14.9653C5.33594 12.7759 7.11083 11.001 9.30028 11.001H51.9773C54.1667 11.001 55.9416 12.7759 55.9416 14.9653V29.651C55.9416 31.0074 56.7571 32.2308 58.0091 32.7527L59.2027 33.2503C61.0218 34.0085 61.3643 36.4382 59.8258 37.6698C58.7282 38.5485 58.5304 40.1417 59.3798 41.2621L59.7942 41.8087C60.8743 43.2334 60.6227 45.2591 59.227 46.3764L51.8076 52.3156C50.44 53.4104 48.4388 53.1619 47.3805 51.7659C46.7918 50.9895 45.8736 50.5333 44.8992 50.5333Z" fill="#FF80F4"/><path fill-rule="evenodd" clip-rule="evenodd" d="M44.9001 50.9599H9.30116C6.87608 50.9599 4.91016 48.994 4.91016 46.5689V14.9652C4.91016 12.5401 6.87608 10.5742 9.30116 10.5742H51.9782C54.4032 10.5742 56.3692 12.5401 56.3692 14.9652V29.6509C56.3692 30.8351 57.0811 31.9032 58.1742 32.3588L59.3678 32.8564C61.486 33.7393 61.8849 36.5686 60.0933 38.0028C59.1762 38.7369 59.011 40.0681 59.7207 41.0042L60.1351 41.5509C61.3549 43.1598 61.0708 45.4476 59.4946 46.7094L52.0752 52.6486C50.5202 53.8934 48.2447 53.6109 47.0414 52.0236C46.5334 51.3535 45.741 50.9599 44.9001 50.9599ZM9.30106 50.5332H44.9C45.8744 50.5332 46.7926 50.9894 47.3813 51.7658C48.4396 53.1618 50.4408 53.4103 51.8084 52.3156L59.2278 46.3763C60.6235 45.259 60.875 43.2333 59.795 41.8086L59.3806 41.262C58.5311 40.1416 58.729 38.5484 59.8266 37.6697C61.3651 36.4381 61.0225 34.0084 59.2035 33.2502L58.0099 32.7526C56.7579 32.2308 55.9424 31.0073 55.9424 29.6509V14.9652C55.9424 12.7758 54.1675 11.0009 51.978 11.0009H9.30106C7.11161 11.0009 5.33672 12.7758 5.33672 14.9652V46.5689C5.33672 48.7583 7.11162 50.5332 9.30106 50.5332Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M27.8707 26.6356H33.5631V32.328H27.8707V26.6356ZM28.2974 27.0623V31.9013H33.1364V27.0623H28.2974Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M23.1305 24.3806H12.3042V42.5819H23.1305V24.3806ZM22.7039 24.8072V42.1552H12.7308V24.8072H22.7039Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M36.1301 24.3806H25.3037V42.5819H36.1301V24.3806ZM35.7034 24.8072V42.1552H25.7304V24.8072H35.7034Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M17.7174 26.4338L14.3077 32.3395H21.1271L17.7174 26.4338ZM17.7174 27.2871L20.388 31.9128H15.0467L17.7174 27.2871Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M21.1835 36.361H14.2504V35.9343H21.1835V36.361Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M34.1835 36.361H27.2504V35.9343H34.1835V36.361Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M21.1835 38.1381H14.2504V37.7115H21.1835V38.1381Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M34.1835 38.1381H27.2504V37.7115H34.1835V38.1381Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M17.7169 39.915H14.2504V39.4883H17.7169V39.915Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M30.7169 39.915H27.2504V39.4883H30.7169V39.915Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M43.3416 30.8632L44.9976 31.5349L45.468 31.7257L48.7034 33.0382L49.1301 33.2113L52.0151 34.3816L52.4418 34.5547L56.2821 36.1125L52.8699 38.7707L56.8046 43.8215L49.8151 49.2665L47.9949 46.9301L47.6625 46.5034L45.8804 44.2158L42.9438 46.5034L42.4682 46.8739L42.4166 46.5034L41.8711 42.5819L41.8117 42.1552L41.5623 40.3622L41.5029 39.9355L41.2906 38.409L41.2312 37.9824L41.0189 36.4559L40.9595 36.0292L40.544 33.0425L42.104 31.8272L42.4602 31.5498L43.3416 30.8632ZM45.3922 44.0552L43.6378 31.4437L55.4369 36.2301L52.2711 38.6964L56.2058 43.7471L52.4927 46.6397L48.558 41.589L45.3922 44.0552Z" fill="#0D0D0D"/><path d="M41.2974 29.4818C41.2974 28.1456 42.3806 27.0623 43.7169 27.0623C45.0531 27.0623 46.1364 28.1456 46.1364 29.4818C46.1364 30.3477 45.6815 31.1074 44.9976 31.5349L45.468 31.7257C46.1345 31.2048 46.5631 30.3934 46.5631 29.4818C46.5631 27.9099 45.2888 26.6356 43.7169 26.6356C42.145 26.6356 40.8707 27.9099 40.8707 29.4818C40.8707 30.4549 41.359 31.314 42.104 31.8272L42.4602 31.5498C41.763 31.1252 41.2974 30.3579 41.2974 29.4818Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.26445 46.5034V21.2336H52.0151V34.3816L52.4418 34.5547V14.6043H8.83779V46.9301H47.9949L47.6625 46.5034H42.9438L42.4682 46.8739L42.4166 46.5034H9.26445ZM13.3708 18.8703C13.96 18.8703 14.4375 18.3927 14.4375 17.8036C14.4375 17.2145 13.96 16.7369 13.3708 16.7369C12.7817 16.7369 12.3042 17.2145 12.3042 17.8036C12.3042 18.3927 12.7817 18.8703 13.3708 18.8703ZM18.5714 18.8703C19.1605 18.8703 19.638 18.3927 19.638 17.8036C19.638 17.2145 19.1605 16.7369 18.5714 16.7369C17.9823 16.7369 17.5047 17.2145 17.5047 17.8036C17.5047 18.3927 17.9823 18.8703 18.5714 18.8703ZM23.7709 18.8703C24.36 18.8703 24.8375 18.3927 24.8375 17.8036C24.8375 17.2145 24.36 16.7369 23.7709 16.7369C23.1817 16.7369 22.7042 17.2145 22.7042 17.8036C22.7042 18.3927 23.1817 18.8703 23.7709 18.8703Z" fill="#0D0D0D"/><path d="M38.7304 42.1552V24.8072H48.7034V33.0382L49.1301 33.2113V24.3806H38.3037V42.5819H41.8711L41.8117 42.1552H38.7304Z" fill="#0D0D0D"/><path d="M40.1571 37.9824V38.409H41.2906L41.2312 37.9824H40.1571Z" fill="#0D0D0D"/><path d="M40.1571 36.0292V36.4559H41.0189L40.9595 36.0292H40.1571Z" fill="#0D0D0D"/><path d="M40.1571 39.9355V40.3622H41.5623L41.5029 39.9355H40.1571Z" fill="#0D0D0D"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="343" height="415" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M247.956 92.9996C247.956 134.948 213.95 168.954 172.001 168.954C130.053 168.954 96.0473 134.948 96.0473 92.9996C96.0473 51.0513 130.053 17.0455 172.001 17.0455C213.95 17.0455 247.956 51.0513 247.956 92.9996Z" stroke="url(#paint0_radial_4227_19794)"/><path d="M262.849 92.9996C262.849 143.173 222.175 183.847 172.001 183.847C121.828 183.847 81.1544 143.173 81.1544 92.9996C81.1544 42.8261 121.828 2.15253 172.001 2.15253C222.175 2.15253 262.849 42.8261 262.849 92.9996Z" stroke="url(#paint1_radial_4227_19794)"/><path d="M277.741 92.9996C277.741 151.398 230.4 198.74 172.001 198.74C113.603 198.74 66.2614 151.398 66.2614 92.9996C66.2614 34.601 113.603 -12.7404 172.001 -12.7404C230.4 -12.7404 277.741 34.601 277.741 92.9996Z" stroke="url(#paint2_radial_4227_19794)"/><path d="M295.617 92.9985C295.617 161.267 240.275 216.61 172.006 216.61C103.737 216.61 48.3942 161.267 48.3942 92.9985C48.3942 24.7297 103.737 -30.6131 172.006 -30.6131C240.275 -30.6131 295.617 24.7297 295.617 92.9985Z" stroke="url(#paint3_radial_4227_19794)"/><path d="M314.974 92.9996C314.974 171.961 250.963 235.972 172.001 235.972C93.0399 235.972 29.0289 171.961 29.0289 92.9996C29.0289 14.0381 93.0399 -49.9729 172.001 -49.9729C250.963 -49.9729 314.974 14.0381 314.974 92.9996Z" stroke="url(#paint4_radial_4227_19794)"/><path d="M337.313 92.9996C337.313 184.299 263.301 258.312 172.001 258.312C80.7022 258.312 6.68953 184.299 6.68953 92.9996C6.68953 1.70033 80.7022 -72.3123 172.001 -72.3123C263.301 -72.3123 337.313 1.70033 337.313 92.9996Z" stroke="url(#paint5_radial_4227_19794)"/><path d="M362.636 92.9985C362.636 198.281 277.288 283.628 172.006 283.628C66.7238 283.628 -18.6242 198.281 -18.6242 92.9985C-18.6242 -12.2835 66.7238 -97.6314 172.006 -97.6314C277.288 -97.6314 362.636 -12.2835 362.636 92.9985Z" stroke="url(#paint6_radial_4227_19794)"/><path d="M392.422 92.9985C392.422 214.731 293.738 313.414 172.006 313.414C50.2734 313.414 -48.4101 214.731 -48.4101 92.9985C-48.4101 -28.7338 50.2734 -127.417 172.006 -127.417C293.738 -127.417 392.422 -28.7338 392.422 92.9985Z" stroke="url(#paint7_radial_4227_19794)"/><path d="M429.654 92.9985C429.654 235.294 314.301 350.647 172.006 350.647C29.7106 350.647 -85.6425 235.294 -85.6425 92.9985C-85.6425 -49.2967 29.7106 -164.65 172.006 -164.65C314.301 -164.65 429.654 -49.2967 429.654 92.9985Z" stroke="url(#paint8_radial_4227_19794)"/><path d="M429.654 92.9985C429.654 235.294 314.301 350.647 172.006 350.647C29.7106 350.647 -85.6425 235.294 -85.6425 92.9985C-85.6425 -49.2967 29.7106 -164.65 172.006 -164.65C314.301 -164.65 429.654 -49.2967 429.654 92.9985Z" stroke="url(#paint9_radial_4227_19794)"/><path d="M477.309 92.9993C477.309 261.615 340.619 398.305 172.003 398.305C3.38717 398.305 -133.303 261.615 -133.303 92.9993C-133.303 -75.6165 3.38717 -212.307 172.003 -212.307C340.619 -212.307 477.309 -75.6165 477.309 92.9993Z" stroke="url(#paint10_radial_4227_19794)"/><path d="M477.309 92.9993C477.309 261.615 340.619 398.305 172.003 398.305C3.38717 398.305 -133.303 261.615 -133.303 92.9993C-133.303 -75.6165 3.38717 -212.307 172.003 -212.307C340.619 -212.307 477.309 -75.6165 477.309 92.9993Z" stroke="url(#paint11_radial_4227_19794)"/><path d="M544.327 92.9993C544.327 298.628 377.632 465.323 172.003 465.323C-33.626 465.323 -200.321 298.628 -200.321 92.9993C-200.321 -112.63 -33.626 -279.325 172.003 -279.325C377.632 -279.325 544.327 -112.63 544.327 92.9993Z" stroke="url(#paint12_radial_4227_19794)"/><path d="M659 93C659 361.963 440.963 580 172 580C-96.9627 580 -315 361.963 -315 93C-315 -175.963 -96.9627 -394 172 -394C440.963 -394 659 -175.963 659 93Z" stroke="url(#paint13_radial_4227_19794)"/><defs><radialGradient id="paint0_radial_4227_19794" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(172 93) rotate(-180) scale(251.5 251.5)"><stop stop-color="white" stop-opacity="0.5"/><stop offset="1" stop-color="white" stop-opacity="0"/></radialGradient><radialGradient id="paint1_radial_4227_19794" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(172 93) rotate(-180) scale(251.5 251.5)"><stop stop-color="white" stop-opacity="0.5"/><stop offset="1" stop-color="white" stop-opacity="0"/></radialGradient><radialGradient id="paint2_radial_4227_19794" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(172 93) rotate(-180) scale(251.5 251.5)"><stop stop-color="white" stop-opacity="0.5"/><stop offset="1" stop-color="white" stop-opacity="0"/></radialGradient><radialGradient id="paint3_radial_4227_19794" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(172 93) rotate(-180) scale(251.5 251.5)"><stop stop-color="white" stop-opacity="0.5"/><stop offset="1" stop-color="white" stop-opacity="0"/></radialGradient><radialGradient id="paint4_radial_4227_19794" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(172 93) rotate(-180) scale(251.5 251.5)"><stop stop-color="white" stop-opacity="0.5"/><stop offset="1" stop-color="white" stop-opacity="0"/></radialGradient><radialGradient id="paint5_radial_4227_19794" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(172 93) rotate(-180) scale(251.5 251.5)"><stop stop-color="white" stop-opacity="0.5"/><stop offset="1" stop-color="white" stop-opacity="0"/></radialGradient><radialGradient id="paint6_radial_4227_19794" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(172 93) rotate(-180) scale(251.5 251.5)"><stop stop-color="white" stop-opacity="0.5"/><stop offset="1" stop-color="white" stop-opacity="0"/></radialGradient><radialGradient id="paint7_radial_4227_19794" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(172 93) rotate(-180) scale(251.5 251.5)"><stop stop-color="white" stop-opacity="0.5"/><stop offset="1" stop-color="white" stop-opacity="0"/></radialGradient><radialGradient id="paint8_radial_4227_19794" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(172 93) rotate(-180) scale(251.5 251.5)"><stop stop-color="white" stop-opacity="0.5"/><stop offset="1" stop-color="white" stop-opacity="0"/></radialGradient><radialGradient id="paint9_radial_4227_19794" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(172 93) rotate(-180) scale(251.5 251.5)"><stop stop-color="white" stop-opacity="0.5"/><stop offset="1" stop-color="white" stop-opacity="0"/></radialGradient><radialGradient id="paint10_radial_4227_19794" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(172 93) rotate(-180) scale(251.5 251.5)"><stop stop-color="white" stop-opacity="0.5"/><stop offset="1" stop-color="white" stop-opacity="0"/></radialGradient><radialGradient id="paint11_radial_4227_19794" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(172 93) rotate(-180) scale(251.5 251.5)"><stop stop-color="white" stop-opacity="0.5"/><stop offset="1" stop-color="white" stop-opacity="0"/></radialGradient><radialGradient id="paint12_radial_4227_19794" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(172 93) rotate(-180) scale(251.5 251.5)"><stop stop-color="white" stop-opacity="0.5"/><stop offset="1" stop-color="white" stop-opacity="0"/></radialGradient><radialGradient id="paint13_radial_4227_19794" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(172 93) rotate(-180) scale(251.5 251.5)"><stop stop-color="white" stop-opacity="0.5"/><stop offset="1" stop-color="white" stop-opacity="0"/></radialGradient></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="278" height="388" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M238.571 142.921C238.571 197.955 193.957 242.569 138.923 242.569C83.8889 242.569 39.2748 197.955 39.2748 142.921C39.2748 87.8865 83.8889 43.2725 138.923 43.2725C193.957 43.2725 238.571 87.8865 238.571 142.921Z" stroke="url(#paint0_radial_4225_18683)" stroke-width="1.31195"/><path d="M258.11 142.921C258.11 208.746 204.748 262.108 138.923 262.108C73.0979 262.108 19.736 208.746 19.736 142.921C19.736 77.0955 73.0979 23.7336 138.923 23.7336C204.748 23.7336 258.11 77.0955 258.11 142.921Z" stroke="url(#paint1_radial_4225_18683)" stroke-width="1.31195"/><path d="M277.649 142.921C277.649 219.537 215.539 281.647 138.923 281.647C62.3069 281.647 0.197144 219.537 0.197144 142.921C0.197144 66.3045 62.3069 4.19473 138.923 4.19473C215.539 4.19473 277.649 66.3045 277.649 142.921Z" stroke="url(#paint2_radial_4225_18683)" stroke-width="1.31195"/><path d="M301.102 142.919C301.102 232.485 228.494 305.092 138.929 305.092C49.3633 305.092 -23.2438 232.485 -23.2438 142.919C-23.2438 53.3538 49.3633 -19.2534 138.929 -19.2534C228.494 -19.2534 301.102 53.3538 301.102 142.919Z" stroke="url(#paint3_radial_4225_18683)" stroke-width="1.31195"/><path d="M326.496 142.921C326.496 246.515 242.517 330.494 138.923 330.494C35.3293 330.494 -48.6501 246.515 -48.6501 142.921C-48.6501 39.3269 35.3293 -44.6525 138.923 -44.6525C242.517 -44.6525 326.496 39.3269 326.496 142.921Z" stroke="url(#paint4_radial_4225_18683)" stroke-width="1.31195"/><path d="M355.805 142.921C355.805 262.701 258.704 359.802 138.923 359.802C19.1428 359.802 -77.9583 262.701 -77.9583 142.921C-77.9583 23.1404 19.1428 -73.9608 138.923 -73.9608C258.704 -73.9608 355.805 23.1404 355.805 142.921Z" stroke="url(#paint5_radial_4225_18683)" stroke-width="1.31195"/><path d="M389.026 142.919C389.026 281.044 277.054 393.017 138.929 393.017C0.803741 393.017 -111.169 281.044 -111.169 142.919C-111.169 4.79422 0.803741 -107.178 138.929 -107.178C277.054 -107.178 389.026 4.79422 389.026 142.919Z" stroke="url(#paint6_radial_4225_18683)" stroke-width="1.31195"/><path d="M428.104 142.919C428.104 302.626 298.636 432.095 138.929 432.095C-20.7783 432.095 -150.246 302.626 -150.246 142.919C-150.246 -16.7878 -20.7783 -146.256 138.929 -146.256C298.636 -146.256 428.104 -16.7878 428.104 142.919Z" stroke="url(#paint7_radial_4225_18683)" stroke-width="1.31195"/><path d="M476.951 142.919C476.951 329.604 325.614 480.942 138.929 480.942C-47.7559 480.942 -199.094 329.604 -199.094 142.919C-199.094 -43.7654 -47.7559 -195.103 138.929 -195.103C325.614 -195.103 476.951 -43.7654 476.951 142.919Z" stroke="url(#paint8_radial_4225_18683)" stroke-width="1.31195"/><path d="M476.951 142.919C476.951 329.604 325.614 480.942 138.929 480.942C-47.7559 480.942 -199.094 329.604 -199.094 142.919C-199.094 -43.7654 -47.7559 -195.103 138.929 -195.103C325.614 -195.103 476.951 -43.7654 476.951 142.919Z" stroke="url(#paint9_radial_4225_18683)" stroke-width="1.31195"/><path d="M539.472 142.92C539.472 364.136 360.141 543.467 138.925 543.467C-82.2909 543.467 -261.622 364.136 -261.622 142.92C-261.622 -78.2957 -82.2909 -257.627 138.925 -257.627C360.141 -257.627 539.472 -78.2957 539.472 142.92Z" stroke="url(#paint10_radial_4225_18683)" stroke-width="1.31195"/><path d="M539.472 142.92C539.472 364.136 360.141 543.467 138.925 543.467C-82.2909 543.467 -261.622 364.136 -261.622 142.92C-261.622 -78.2957 -82.2909 -257.627 138.925 -257.627C360.141 -257.627 539.472 -78.2957 539.472 142.92Z" stroke="url(#paint11_radial_4225_18683)" stroke-width="1.31195"/><path d="M627.397 142.92C627.397 412.696 408.701 631.392 138.925 631.392C-130.85 631.392 -349.547 412.696 -349.547 142.92C-349.547 -126.855 -130.85 -345.552 138.925 -345.552C408.701 -345.552 627.397 -126.855 627.397 142.92Z" stroke="url(#paint12_radial_4225_18683)" stroke-width="1.31195"/><path d="M777.843 142.921C777.843 495.788 491.788 781.843 138.921 781.843C-213.945 781.843 -500 495.788 -500 142.921C-500 -209.945 -213.945 -496 138.921 -496C491.788 -496 777.843 -209.945 777.843 142.921Z" stroke="url(#paint13_radial_4225_18683)" stroke-width="1.31195"/><defs><radialGradient id="paint0_radial_4225_18683" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(138.921 142.921) rotate(-180) scale(329.956 329.956)"><stop stop-color="white" stop-opacity="0.5"/><stop offset="1" stop-color="white" stop-opacity="0"/></radialGradient><radialGradient id="paint1_radial_4225_18683" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(138.921 142.921) rotate(-180) scale(329.956 329.956)"><stop stop-color="white" stop-opacity="0.5"/><stop offset="1" stop-color="white" stop-opacity="0"/></radialGradient><radialGradient id="paint2_radial_4225_18683" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(138.921 142.921) rotate(-180) scale(329.956 329.956)"><stop stop-color="white" stop-opacity="0.5"/><stop offset="1" stop-color="white" stop-opacity="0"/></radialGradient><radialGradient id="paint3_radial_4225_18683" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(138.921 142.921) rotate(-180) scale(329.956 329.956)"><stop stop-color="white" stop-opacity="0.5"/><stop offset="1" stop-color="white" stop-opacity="0"/></radialGradient><radialGradient id="paint4_radial_4225_18683" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(138.921 142.921) rotate(-180) scale(329.956 329.956)"><stop stop-color="white" stop-opacity="0.5"/><stop offset="1" stop-color="white" stop-opacity="0"/></radialGradient><radialGradient id="paint5_radial_4225_18683" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(138.921 142.921) rotate(-180) scale(329.956 329.956)"><stop stop-color="white" stop-opacity="0.5"/><stop offset="1" stop-color="white" stop-opacity="0"/></radialGradient><radialGradient id="paint6_radial_4225_18683" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(138.921 142.921) rotate(-180) scale(329.956 329.956)"><stop stop-color="white" stop-opacity="0.5"/><stop offset="1" stop-color="white" stop-opacity="0"/></radialGradient><radialGradient id="paint7_radial_4225_18683" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(138.921 142.921) rotate(-180) scale(329.956 329.956)"><stop stop-color="white" stop-opacity="0.5"/><stop offset="1" stop-color="white" stop-opacity="0"/></radialGradient><radialGradient id="paint8_radial_4225_18683" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(138.921 142.921) rotate(-180) scale(329.956 329.956)"><stop stop-color="white" stop-opacity="0.5"/><stop offset="1" stop-color="white" stop-opacity="0"/></radialGradient><radialGradient id="paint9_radial_4225_18683" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(138.921 142.921) rotate(-180) scale(329.956 329.956)"><stop stop-color="white" stop-opacity="0.5"/><stop offset="1" stop-color="white" stop-opacity="0"/></radialGradient><radialGradient id="paint10_radial_4225_18683" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(138.921 142.921) rotate(-180) scale(329.956 329.956)"><stop stop-color="white" stop-opacity="0.5"/><stop offset="1" stop-color="white" stop-opacity="0"/></radialGradient><radialGradient id="paint11_radial_4225_18683" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(138.921 142.921) rotate(-180) scale(329.956 329.956)"><stop stop-color="white" stop-opacity="0.5"/><stop offset="1" stop-color="white" stop-opacity="0"/></radialGradient><radialGradient id="paint12_radial_4225_18683" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(138.921 142.921) rotate(-180) scale(329.956 329.956)"><stop stop-color="white" stop-opacity="0.5"/><stop offset="1" stop-color="white" stop-opacity="0"/></radialGradient><radialGradient id="paint13_radial_4225_18683" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(138.921 142.921) rotate(-180) scale(329.956 329.956)"><stop stop-color="white" stop-opacity="0.5"/><stop offset="1" stop-color="white" stop-opacity="0"/></radialGradient></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="18" height="19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.3474 3.43599L11.2251 8.21733L15.7346 9.81121L11.1495 11.1724L11.0271 15.9537L8.31568 12.0136L3.73055 13.3747L6.63994 9.57847L3.92853 5.63836L8.43804 7.23225L11.3474 3.43599Z" fill="black" stroke="black" stroke-width="0.50384"/><path d="M10.8006 2.5727L10.6782 7.35404L15.1877 8.94793L10.6026 10.3091L10.4802 15.0904L7.76881 11.1503L3.18367 12.5115L6.09307 8.71519L3.38166 4.77508L7.89117 6.36897L10.8006 2.5727Z" fill="#DADADA" stroke="black" stroke-width="0.50384"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="81" height="80" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_4956_13260)"><rect x="0.5" width="80" height="80" rx="40" fill="#191919"/><rect x="62.3164" y="79.0918" width="80" height="7.27273" transform="rotate(-90 62.3164 79.0918)" fill="#252525"/><rect x="36.8594" y="79.0918" width="80" height="7.27273" transform="rotate(-90 36.8594 79.0918)" fill="#252525"/><rect x="11.4062" y="79.0918" width="80" height="7.27273" transform="rotate(-90 11.4062 79.0918)" fill="#252525"/><rect x="11.4062" y="29.2197" width="36.3636" height="4.54545" transform="rotate(-60 11.4062 29.2197)" fill="#252525"/><rect x="65.043" y="30.1289" width="36.3636" height="4.54545" transform="rotate(-60 65.043 30.1289)" fill="#252525"/><rect x="40.043" y="17.4014" width="36.3636" height="4.54545" transform="rotate(-60 40.043 17.4014)" fill="#252525"/><rect width="36.3636" height="4.54545" transform="matrix(-0.5 -0.866025 -0.866025 0.5 43.9805 28.3105)" fill="#252525"/><rect x="12.5742" y="48.4736" width="36.3636" height="4.54545" transform="rotate(-135 12.5742 48.4736)" fill="#252525"/><rect x="3.22656" y="36.7783" width="14.5455" height="1.36364" transform="rotate(-75 3.22656 36.7783)" fill="#252525"/><rect x="5.5" y="29.1885" width="14.5455" height="1.36364" transform="rotate(-120 5.5 29.1885)" fill="#252525"/><rect x="64.8477" y="48.4736" width="36.3636" height="4.54545" transform="rotate(-135 64.8477 48.4736)" fill="#252525"/><rect width="80" height="7.27273" transform="matrix(4.37114e-08 -1 -1 -4.37114e-08 30.8008 79.0908)" fill="#313131"/><rect width="80" height="7.27273" transform="matrix(4.37114e-08 -1 -1 -4.37114e-08 56.2578 79.0908)" fill="#313131"/><rect width="80" height="7.27273" transform="matrix(4.37114e-08 -1 -1 -4.37114e-08 81.7109 79.0908)" fill="#313131"/><rect width="36.3636" height="4.54545" transform="matrix(-0.5 -0.866025 -0.866025 0.5 81.7109 29.2197)" fill="#313131"/><rect width="36.3636" height="4.54545" transform="matrix(-0.5 -0.866025 -0.866025 0.5 28.0742 30.1289)" fill="#313131"/><rect width="36.3636" height="4.54545" transform="matrix(-0.5 -0.866025 -0.866025 0.5 53.0742 13.7646)" fill="#313131"/><rect x="50.957" y="33.3105" width="36.3636" height="4.54545" transform="rotate(-60 50.957 33.3105)" fill="#313131"/><rect x="-2.67969" y="18.1826" width="22.2727" height="1.81818" fill="#313131"/><rect x="19.5938" y="-6.36328" width="22.2727" height="1.81818" transform="rotate(90 19.5938 -6.36328)" fill="#313131"/><rect x="36.4102" y="21.3643" width="10.9091" height="1.81818" transform="rotate(30 36.4102 21.3643)" fill="#313131"/><rect x="41.1484" y="20.9248" width="2.72727" height="1.81818" transform="rotate(105 41.1484 20.9248)" fill="#313131"/><rect x="61.6016" y="6.83496" width="2.72727" height="1.81818" transform="rotate(105 61.6016 6.83496)" fill="#313131"/><rect x="35.0625" y="1.36426" width="10.9091" height="1.81818" transform="rotate(15 35.0625 1.36426)" fill="#313131"/><rect x="60.957" y="9.09082" width="10.9091" height="1.81818" transform="rotate(90 60.957 9.09082)" fill="#313131"/><rect width="36.3636" height="4.54545" transform="matrix(0.707107 -0.707107 -0.707107 -0.707107 80.5469 48.4727)" fill="#313131"/><rect width="36.3636" height="4.54545" transform="matrix(0.707107 -0.707107 -0.707107 -0.707107 28.2734 48.4727)" fill="#313131"/><path d="M48.152 64.5459H32.6132L24.8438 93.7955H55.9215L48.152 64.5459Z" fill="#BB8563" stroke="black" stroke-width="0.454545"/><ellipse cx="40.3831" cy="85.5121" rx="7.8401" ry="11.7602" fill="#FFF1CC" stroke="#0D0D0D" stroke-width="0.454545"/><path opacity="0.18" d="M48.221 65.4219H32.5408L30.3008 74.242C38.3504 76.7835 42.7341 76.6778 50.4611 74.242L48.221 65.4219Z" fill="#47290B"/><circle cx="57.5363" cy="36.0217" r="5.88008" fill="#BB8563" stroke="#0D0D0D" stroke-width="0.454545"/><rect x="58.6367" y="34.0615" width="3.92005" height="6.86009" rx="1.96003" transform="rotate(45 58.6367 34.0615)" fill="#FF884C" stroke="#0D0D0D" stroke-width="0.454545"/><circle cx="5.88008" cy="5.88008" r="5.88008" transform="matrix(-1 0 0 1 29.1133 30.1416)" fill="#BB8563" stroke="#0D0D0D" stroke-width="0.454545"/><rect width="3.92005" height="6.86009" rx="1.96003" transform="matrix(-0.707107 0.707107 0.707107 0.707107 22.1367 34.0615)" fill="#FF884C" stroke="#0D0D0D" stroke-width="0.454545"/><path d="M64.136 52.0617C64.136 63.9045 53.5536 71.0682 40.4996 71.0682C27.4456 71.0682 16.8633 63.9045 16.8633 52.0617C16.8633 40.7392 26.5361 31.9118 38.7939 31.158L40.256 29.1563V31.1068L42.6927 28.1816V31.1923C54.7186 32.1469 64.136 40.8897 64.136 52.0617Z" fill="#BB8563" stroke="#0D0D0D" stroke-width="0.454545"/><path d="M43.168 36.8184L43.5228 35.494" stroke="#9C6D4F" stroke-width="0.454545"/><path d="M59.8242 60.127L60.1791 58.8026" stroke="#9C6D4F" stroke-width="0.454545"/><path d="M58.2461 63.2334L59.0105 62.0952" stroke="#9C6D4F" stroke-width="0.454545"/><path d="M61.8164 58.1943L62.2505 56.8938" stroke="#9C6D4F" stroke-width="0.454545"/><path d="M56.168 65.5869L56.6021 64.2864" stroke="#9C6D4F" stroke-width="0.454545"/><path d="M21.1211 60.1272L20.7663 58.8028M22.6966 63.2333L21.9322 62.0951M19.1279 58.1941L18.6938 56.8936M24.7773 65.5877L24.3432 64.2871" stroke="#9C6D4F" stroke-width="0.454545"/><path d="M40.9844 36.8184L41.3392 35.494" stroke="#9C6D4F" stroke-width="0.454545"/><path d="M38.8008 36.8184L39.1556 35.494" stroke="#9C6D4F" stroke-width="0.454545"/><path d="M31.0312 76.5322L31.5299 75.255" stroke="#9C6D4F" stroke-width="0.454545"/><path d="M49.8086 76.5322L49.31 75.255" stroke="#9C6D4F" stroke-width="0.454545"/><path d="M32.8594 78.3604L33.358 77.0832" stroke="#9C6D4F" stroke-width="0.454545"/><path d="M47.9844 78.3604L47.4858 77.0832" stroke="#9C6D4F" stroke-width="0.454545"/><path d="M47.9412 59.0482C47.9412 65.4846 44.4627 68.8571 40.1718 68.8571C35.8808 68.8571 32.4023 65.4846 32.4023 59.0482C32.4023 52.6118 35.8808 45.5488 40.1718 45.5488C44.4627 45.5488 47.9412 52.6118 47.9412 59.0482Z" fill="#FFF1CC" stroke="#0D0D0D" stroke-width="0.454545"/><path d="M38.7317 56.7587C39.4568 57.5959 40.7555 57.5959 41.4806 56.7587L43.8335 54.0418C44.8533 52.8642 44.0168 51.0333 42.4591 51.0333H37.7533C36.1955 51.0333 35.3591 52.8642 36.3788 54.0418L38.7317 56.7587Z" fill="#0D0D0D"/><path d="M40.1714 62.9159V56.9746M40.1714 62.9159C39.587 62.9159 39.0879 62.5364 38.8906 62.0019M40.1714 62.9159C40.7559 62.9159 41.2549 62.5364 41.4522 62.0019" stroke="#0D0D0D" stroke-width="0.454545"/><ellipse cx="27.375" cy="50.8047" rx="1.37108" ry="2.51364" fill="#0D0D0D" stroke="#0D0D0D" stroke-width="0.454545"/><ellipse cx="53.8828" cy="50.8047" rx="1.37108" ry="2.51364" fill="#0D0D0D" stroke="#0D0D0D" stroke-width="0.454545"/><path d="M25.7847 44.9119C26.1358 43.5496 27.6393 43.1467 28.6245 44.1509" stroke="#834B23" stroke-width="0.454545"/><path d="M52.5122 44.1511C53.4975 43.1469 55.0009 43.5497 55.3521 44.9121" stroke="#834B23" stroke-width="0.454545"/></g><rect x="0.727273" y="0.227273" width="79.5455" height="79.5455" rx="39.7727" stroke="#313131" stroke-width="0.454545"/><defs><clipPath id="clip0_4956_13260"><rect x="0.5" width="80" height="80" rx="40" fill="white"/></clipPath></defs></svg>
|