@cuemath/leap 3.1.0-gg2 → 3.1.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 +22 -22
- package/dist/assets/gif/gif.js.map +1 -1
- package/dist/assets/illustrations/illustrations.js +128 -127
- package/dist/assets/illustrations/illustrations.js.map +1 -1
- package/dist/assets/images/images.js +32 -32
- package/dist/assets/images/images.js.map +1 -1
- package/dist/assets/line-icons/icons/check.js +3 -3
- package/dist/assets/line-icons/icons/check.js.map +1 -1
- package/dist/assets/line-icons/icons/puzzle-icon.js +51 -0
- package/dist/assets/line-icons/icons/puzzle-icon.js.map +1 -0
- package/dist/assets/line-icons/icons/share.js +48 -0
- package/dist/assets/line-icons/icons/share.js.map +1 -0
- package/dist/assets/line-icons/icons/tile.js +54 -0
- package/dist/assets/line-icons/icons/tile.js.map +1 -0
- package/dist/assets/lottie/lottie.js +86 -86
- package/dist/assets/lottie/lottie.js.map +1 -1
- package/dist/features/chapters-v2/chapter-details/block-sections/block-section-view.js +34 -32
- package/dist/features/chapters-v2/chapter-details/block-sections/block-section-view.js.map +1 -1
- package/dist/features/chapters-v2/chapter-details/chapter-details.js +47 -45
- package/dist/features/chapters-v2/chapter-details/chapter-details.js.map +1 -1
- package/dist/features/chapters-v2/comps/node-card/node-card-tags.js +11 -11
- package/dist/features/chapters-v2/comps/node-card/node-card-tags.js.map +1 -1
- package/dist/features/chapters-v2/comps/node-card/student-actions/student-actions.js +47 -46
- package/dist/features/chapters-v2/comps/node-card/student-actions/student-actions.js.map +1 -1
- package/dist/features/chapters-v2/comps/node-card/teacher-actions/teacher-actions.js +165 -124
- package/dist/features/chapters-v2/comps/node-card/teacher-actions/teacher-actions.js.map +1 -1
- package/dist/features/chapters-v2/utils/node-card-utils.js +41 -41
- package/dist/features/chapters-v2/utils/node-card-utils.js.map +1 -1
- package/dist/features/cue-canvas/bottombar/homework-controls.js +73 -0
- package/dist/features/cue-canvas/bottombar/homework-controls.js.map +1 -0
- package/dist/features/cue-canvas/cue-canvas-context.js +8 -5
- package/dist/features/cue-canvas/cue-canvas-context.js.map +1 -1
- package/dist/features/cue-canvas/cue-canvas-core.js +80 -75
- package/dist/features/cue-canvas/cue-canvas-core.js.map +1 -1
- package/dist/features/cue-canvas/cue-canvas-helpers.js +31 -25
- package/dist/features/cue-canvas/cue-canvas-helpers.js.map +1 -1
- package/dist/features/cue-canvas/cue-canvas-provider.js +14 -12
- package/dist/features/cue-canvas/cue-canvas-provider.js.map +1 -1
- package/dist/features/cue-canvas/cue-canvas.js +79 -65
- package/dist/features/cue-canvas/cue-canvas.js.map +1 -1
- package/dist/features/cue-canvas/cue-cavas-styled.js +45 -42
- package/dist/features/cue-canvas/cue-cavas-styled.js.map +1 -1
- package/dist/features/cue-canvas/hooks/use-canvas-sync-broker.js +61 -54
- package/dist/features/cue-canvas/hooks/use-canvas-sync-broker.js.map +1 -1
- package/dist/features/cue-canvas/hooks/use-cue-canvas-actions.js +18 -14
- package/dist/features/cue-canvas/hooks/use-cue-canvas-actions.js.map +1 -1
- package/dist/features/cue-canvas/hooks/use-upload-helper.js +23 -0
- package/dist/features/cue-canvas/hooks/use-upload-helper.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/homework/helper.js +20 -0
- package/dist/features/cue-canvas/sidebar/homework/helper.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/homework/homework-menu.js +33 -0
- package/dist/features/cue-canvas/sidebar/homework/homework-menu.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/homework/homework-request.js +68 -0
- package/dist/features/cue-canvas/sidebar/homework/homework-request.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/homework/homework-styled.js +25 -0
- package/dist/features/cue-canvas/sidebar/homework/homework-styled.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/homework/homework.js +39 -0
- package/dist/features/cue-canvas/sidebar/homework/homework.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/api/get-puzzles.js +13 -0
- package/dist/features/cue-canvas/sidebar/puzzles/api/get-puzzles.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/filter-selection-menu.js +60 -0
- package/dist/features/cue-canvas/sidebar/puzzles/filter-selection-menu.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/filters-section.js +44 -0
- package/dist/features/cue-canvas/sidebar/puzzles/filters-section.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/filters.js +107 -0
- package/dist/features/cue-canvas/sidebar/puzzles/filters.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/hooks/use-fetch-cue-canvas-activity.js +42 -0
- package/dist/features/cue-canvas/sidebar/puzzles/hooks/use-fetch-cue-canvas-activity.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/launch-puzzle.js +84 -0
- package/dist/features/cue-canvas/sidebar/puzzles/launch-puzzle.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu-header.js +36 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu-header.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu.js +133 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzles-styled.js +96 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzles-styled.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzles.js +29 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzles.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/utils.js +120 -0
- package/dist/features/cue-canvas/sidebar/puzzles/utils.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/sidebar-styled.js +32 -0
- package/dist/features/cue-canvas/sidebar/sidebar-styled.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/sidebar.js +29 -0
- package/dist/features/cue-canvas/sidebar/sidebar.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/tiles/tile.js +16 -0
- package/dist/features/cue-canvas/sidebar/tiles/tile.js.map +1 -0
- package/dist/features/cue-canvas/toolbar/grid-menu.js +13 -13
- package/dist/features/cue-canvas/toolbar/grid-menu.js.map +1 -1
- package/dist/features/cue-canvas/toolbar/tool.js +22 -20
- package/dist/features/cue-canvas/toolbar/tool.js.map +1 -1
- package/dist/features/homework/homework-card-view.js +56 -54
- package/dist/features/homework/homework-card-view.js.map +1 -1
- package/dist/features/homework/homework-card.js +53 -52
- package/dist/features/homework/homework-card.js.map +1 -1
- package/dist/features/homework/styles.js +5 -4
- package/dist/features/homework/styles.js.map +1 -1
- package/dist/features/hooks/use-debounce.js +16 -0
- package/dist/features/hooks/use-debounce.js.map +1 -0
- package/dist/features/milestone/create/comps/add-custom-chapter/course-catalog.js +38 -36
- package/dist/features/milestone/create/comps/add-custom-chapter/course-catalog.js.map +1 -1
- package/dist/features/milestone/create/comps/add-custom-chapter/hooks/use-catalog-helpers.js +24 -22
- package/dist/features/milestone/create/comps/add-custom-chapter/hooks/use-catalog-helpers.js.map +1 -1
- package/dist/features/milestone/create/comps/chapters-selection-step/chapter-selection-step-v2/chapter-category/chapter-category-container.js +23 -22
- package/dist/features/milestone/create/comps/chapters-selection-step/chapter-selection-step-v2/chapter-category/chapter-category-container.js.map +1 -1
- package/dist/features/milestone/create/comps/chapters-selection-step/utils.js +49 -47
- package/dist/features/milestone/create/comps/chapters-selection-step/utils.js.map +1 -1
- package/dist/features/milestone/create/comps/class-details-step/class-details-step.js +94 -87
- package/dist/features/milestone/create/comps/class-details-step/class-details-step.js.map +1 -1
- package/dist/features/milestone/create/comps/class-details-step/class-details-utils.js +13 -12
- package/dist/features/milestone/create/comps/class-details-step/class-details-utils.js.map +1 -1
- package/dist/features/milestone/create/comps/test-type-step/test-type-step.js +23 -21
- package/dist/features/milestone/create/comps/test-type-step/test-type-step.js.map +1 -1
- package/dist/features/milestone/create/milestone-create-helpers.js +165 -162
- package/dist/features/milestone/create/milestone-create-helpers.js.map +1 -1
- package/dist/features/trial-session/comps/pricing/india-pricing/index.js +96 -0
- package/dist/features/trial-session/comps/pricing/india-pricing/index.js.map +1 -0
- package/dist/features/trial-session/comps/pricing/india-pricing/india-pricing-styled.js +59 -0
- package/dist/features/trial-session/comps/pricing/india-pricing/india-pricing-styled.js.map +1 -0
- package/dist/features/trial-session/comps/pricing/pricing.js +36 -35
- package/dist/features/trial-session/comps/pricing/pricing.js.map +1 -1
- package/dist/features/ui/stepper/stepper.js +7 -7
- package/dist/features/worksheet/worksheet/hooks/use-s3-helper.js +22 -19
- package/dist/features/worksheet/worksheet/hooks/use-s3-helper.js.map +1 -1
- package/dist/index.d.ts +298 -247
- package/dist/index.js +184 -180
- package/dist/index.js.map +1 -1
- package/dist/static/accuracy-meter.99585cba.json +4218 -0
- package/dist/static/accuracy-needle.cd6e63ac.json +618 -0
- package/dist/static/achievement_bg.0d0555ac.png +0 -0
- package/dist/static/advance-mode-segment-lottie.51ff6707.json +1 -0
- package/dist/static/alarm-clock-orange.31fb90d9.svg +1 -0
- package/dist/static/alarm-clock-purple.06d4911c.svg +1 -0
- package/dist/static/alien-1.fc7ba696.svg +1 -0
- package/dist/static/alien-2.15fdda07.svg +1 -0
- package/dist/static/alien-3.2664a37f.svg +1 -0
- package/dist/static/alien-4.06ac66da.svg +1 -0
- package/dist/static/ashta.0d3926b2.png +0 -0
- package/dist/static/avatar-selected.860ee923.json +1 -0
- package/dist/static/awesome.8e1cf046.png +0 -0
- package/dist/static/badge_success.2f6c8e65.png +0 -0
- package/dist/static/beginner1x.489908a7.json +3508 -0
- package/dist/static/bg_empty_resources.63b187fd.png +0 -0
- package/dist/static/blue-clip.87cc4543.svg +1 -0
- package/dist/static/bobwave.5603c70b.gif +0 -0
- package/dist/static/book-green.20f6eed3.svg +1 -0
- package/dist/static/book-open-blue.d4f8d08c.svg +5 -0
- package/dist/static/book-orange.04bdc75e.svg +1 -0
- package/dist/static/book-yellow.c210ac06.svg +1 -0
- package/dist/static/bronze-1.da4e4b5f.json +4176 -0
- package/dist/static/bronze-2.97f9c639.json +4433 -0
- package/dist/static/bronze-3.6a433ebd.json +4786 -0
- package/dist/static/bullet-yellow.2f892d88.svg +1 -0
- package/dist/static/calendar-blue.e0d52d09.svg +1 -0
- package/dist/static/calendar-gray.1c72682a.svg +1 -0
- package/dist/static/calendar-green.a2b6a393.svg +1 -0
- package/dist/static/caution.5766a967.svg +1 -0
- package/dist/static/chapter-1.8a1683a0.svg +1 -0
- package/dist/static/chapter-10.c97de4a5.svg +1 -0
- package/dist/static/chapter-2.71ac6dfc.svg +1 -0
- package/dist/static/chapter-3.003fc901.svg +1 -0
- package/dist/static/chapter-4.8abbacd8.svg +1 -0
- package/dist/static/chapter-5.c774b439.svg +1 -0
- package/dist/static/chapter-6.cb5cf1cb.svg +1 -0
- package/dist/static/chapter-7.57b0beb4.svg +1 -0
- package/dist/static/chapter-8.68d36477.svg +1 -0
- package/dist/static/chapter-9.0c00e26f.svg +1 -0
- package/dist/static/chapter-completed.1241399b.json +497 -0
- package/dist/static/chapter-header-bg-2.c8d96894.svg +1 -0
- package/dist/static/chapter-header-bg.4ed173c2.svg +1 -0
- package/dist/static/chatva.d0c57a95.png +0 -0
- package/dist/static/circle-cuemath-logo-white.e9fafb91.svg +1 -0
- package/dist/static/circle-cuemath-logo.8bcb1ad4.svg +1 -0
- package/dist/static/circle-outercircle-bg.65f21460.svg +1 -0
- package/dist/static/circular-loader.a5a1a0a6.json +238 -0
- package/dist/static/clock-30min.eae818b8.json +1197 -0
- package/dist/static/clock-45min.df8adf51.json +1197 -0
- package/dist/static/clock-60min.2b48d875.json +1197 -0
- package/dist/static/clock-90min.3e557ed7.json +1407 -0
- package/dist/static/clock-orange.c144059b.svg +6 -0
- package/dist/static/color-1.45101b9a.json +4545 -0
- package/dist/static/color-2.ccdc7d0a.json +4828 -0
- package/dist/static/color-3.5e8e1422.json +5273 -0
- package/dist/static/community-bulb.3b42af21.svg +1 -0
- package/dist/static/competitive-arena.b9c40801.json +1 -0
- package/dist/static/congrats.75718de8.png +0 -0
- package/dist/static/cool.1893941c.png +0 -0
- package/dist/static/cosa.46c0c49b.png +0 -0
- package/dist/static/crosshair-circle.522a26ea.svg +1 -0
- package/dist/static/crown-overlay.11fb073c.svg +1 -0
- package/dist/static/crown.c18fa217.svg +1 -0
- package/dist/static/cuecoin-gold.bcb8085e.svg +1 -0
- package/dist/static/cuemath-app-qr-code.4beefe48.svg +1 -0
- package/dist/static/cuemath-app-qr-code.ba6cc09b.svg +1 -0
- package/dist/static/cuemath-app-qr-code.d0912fc7.png +0 -0
- package/dist/static/default-chapter.8ede1160.png +0 -0
- package/dist/static/desktop-with-purple-fill.dfec66cc.svg +1 -0
- package/dist/static/difficult.6846c064.json +2755 -0
- package/dist/static/dob.9ce3c15b.json +1 -0
- package/dist/static/doda.3103971c.png +0 -0
- package/dist/static/duration-30min-gray.f6442df4.svg +1 -0
- package/dist/static/duration-45min-gray.ad90fb23.svg +1 -0
- package/dist/static/duration-60min-gray.874e52a2.svg +1 -0
- package/dist/static/duration-90min-gray.32a04cef.svg +1 -0
- package/dist/static/dvi.fc7b32a5.png +0 -0
- package/dist/static/earth-green.e1329b7a.svg +1 -0
- package/dist/static/easy-rescheduling.3a6d1a00.gif +0 -0
- package/dist/static/easy.68242ddd.json +2658 -0
- package/dist/static/eka.b10a06fa.png +0 -0
- package/dist/static/elite-circle.3df58972.json +6876 -0
- package/dist/static/ellipse-clip.dfb25608.svg +1 -0
- package/dist/static/empty_mix_tests.1d251f07.png +0 -0
- package/dist/static/enrichment-mini.fc3c0f83.gif +0 -0
- package/dist/static/enrichment.571feac0.gif +0 -0
- package/dist/static/error-lottie.b3507a4b.json +5255 -0
- package/dist/static/error.cbe1ddde.json +1 -0
- package/dist/static/familiar1x.7c9c7f15.json +3046 -0
- package/dist/static/female-avatar.b8cd1012.svg +1 -0
- package/dist/static/fifteen-min-clock.0af4e303.json +715 -0
- package/dist/static/five-min-clock.6be5cc41.json +721 -0
- package/dist/static/game-play.4982b0cb.svg +1 -0
- package/dist/static/games.47abcb18.gif +0 -0
- package/dist/static/globe-with-blue-fill.beae6ca4.svg +1 -0
- package/dist/static/gold-1.ab2489fe.json +4176 -0
- package/dist/static/gold-2.34045826.json +4441 -0
- package/dist/static/gold-3.d704698b.json +4810 -0
- package/dist/static/grade-grid-background.b17b4ccb.svg +1 -0
- package/dist/static/grade.b3730524.json +1 -0
- package/dist/static/graduate-hat.4b49eb44.svg +1 -0
- package/dist/static/graduate-icon-pink.01fbfb1b.svg +1 -0
- package/dist/static/graduate-pink-filled-bg.c91e9c53.svg +1 -0
- package/dist/static/great.2a5dcc34.png +0 -0
- package/dist/static/green-balloon.67ac8587.svg +1 -0
- package/dist/static/green-face.1b4dd82f.svg +1 -0
- package/dist/static/hexo.eab4b9f5.png +0 -0
- package/dist/static/infinite-button-bg.5909225e.json +1 -0
- package/dist/static/infinite-button-symbol.aa31350c.json +1 -0
- package/dist/static/jigii-wave.150a6d18.gif +0 -0
- package/dist/static/key.d6846476.json +1 -0
- package/dist/static/kudos.b7e2aeb6.png +0 -0
- package/dist/static/learn.71b13323.json +1 -0
- package/dist/static/learned-shield-gray.1495b0d5.svg +1 -0
- package/dist/static/learned-shield-green.7c26b423.svg +1 -0
- package/dist/static/learning-plan.72d64a61.png +0 -0
- package/dist/static/learning-session.71cc8f22.gif +0 -0
- package/dist/static/learnt.870c5e38.svg +1 -0
- package/dist/static/lesson-overview-banner.f5404af6.png +0 -0
- package/dist/static/levelup-rings.b1055283.json +549 -0
- package/dist/static/like.cb492460.svg +1 -0
- package/dist/static/live-session.a0d25c78.svg +1 -0
- package/dist/static/loader-1.6524355e.svg +1 -0
- package/dist/static/loader.52f8c35c.svg +1 -0
- package/dist/static/locked.0c3b7577.svg +1 -0
- package/dist/static/mail.c30e8708.json +1 -0
- package/dist/static/maintenance.a26aca65.svg +1 -0
- package/dist/static/male-avatar.2febc9eb.svg +1 -0
- package/dist/static/mastered-badge.81f156fb.svg +1 -0
- package/dist/static/mastered-shield-gray.a58cbe19.svg +1 -0
- package/dist/static/mastered-shield-green.070fa4eb.svg +1 -0
- package/dist/static/max-wave.44e002c9.gif +0 -0
- package/dist/static/medium.94c3829b.json +2289 -0
- package/dist/static/mental-math.3c95f169.svg +1 -0
- package/dist/static/milestone-intro-1.281a354c.svg +1 -0
- package/dist/static/milestone-intro-2.19faee69.svg +1 -0
- package/dist/static/milestone-intro-3.6f6055d6.svg +1 -0
- package/dist/static/mistake.476d1aa7.svg +1 -0
- package/dist/static/no-info.f4bfe437.png +0 -0
- package/dist/static/node-custom-test-bg.d3b757be.svg +1 -0
- package/dist/static/node-learn-bg.b61f815c.svg +1 -0
- package/dist/static/node-practice-bg.16cbaf2a.svg +1 -0
- package/dist/static/node-project-bg.e6a33e28.svg +1 -0
- package/dist/static/node-puzzle-bg.3422135c.svg +1 -0
- package/dist/static/node-recap-bg.546154e4.svg +1 -0
- package/dist/static/node-test-prep-bg.42c0b9c4.svg +1 -0
- package/dist/static/node-video-bg.3df3f73a.svg +1 -0
- package/dist/static/nudge-tap.5cb30093.json +1057 -0
- package/dist/static/number-1-orange.cbf526ed.svg +1 -0
- package/dist/static/number-2-orange.6f29eb72.svg +1 -0
- package/dist/static/number-3-orange.58baf717.svg +1 -0
- package/dist/static/number-4-orange.5ed1ec5e.svg +1 -0
- package/dist/static/octo.3020bd93.png +0 -0
- package/dist/static/one-star-filled.b6084257.svg +1 -0
- package/dist/static/orange-face.5824c2e9.svg +1 -0
- package/dist/static/otp.2d08f874.json +1 -0
- package/dist/static/otp.a3029760.json +1 -0
- package/dist/static/parent-avatar.772d53e0.json +1 -0
- package/dist/static/people-with-orange-fill.3835b8f1.svg +1 -0
- package/dist/static/phone-number.0be312ea.json +1 -0
- package/dist/static/phone-number.84f55562.json +1 -0
- package/dist/static/play-icon.13baaa7d.svg +1 -0
- package/dist/static/play.68d16dec.svg +1 -0
- package/dist/static/point1.b53831de.json +2942 -0
- package/dist/static/point10.7b5e536d.json +3179 -0
- package/dist/static/point100.1df16f82.json +3196 -0
- package/dist/static/point15.fea00c32.json +3179 -0
- package/dist/static/point2.7cec6e24.json +1 -0
- package/dist/static/point20.c88d776d.json +3178 -0
- package/dist/static/point25.a18c346a.json +3178 -0
- package/dist/static/point3.f96fe7aa.json +1 -0
- package/dist/static/point30.c5224b0b.json +3202 -0
- package/dist/static/point35.fad343dd.json +3058 -0
- package/dist/static/point4.fe04fb83.json +1 -0
- package/dist/static/point40.10a16f72.json +3082 -0
- package/dist/static/point45.2ad7561f.json +3082 -0
- package/dist/static/point5.da40ed1f.json +2948 -0
- package/dist/static/point50.5718cb3d.json +3046 -0
- package/dist/static/point60.17380d9f.json +3076 -0
- package/dist/static/points-sum.360e63de.svg +1 -0
- package/dist/static/practice.158dd488.json +1 -0
- package/dist/static/practiced-shield-green.90278855.svg +1 -0
- package/dist/static/practiced-shield-grey.16cf4fe0.svg +1 -0
- package/dist/static/proficient-badge.1a6dbb72.svg +1 -0
- package/dist/static/proficient1x.fa6e7b80.json +3430 -0
- package/dist/static/profile-board.4f4a17e6.svg +1 -0
- package/dist/static/project.eb665827.json +1 -0
- package/dist/static/puzzle-student.de530364.svg +1 -0
- package/dist/static/puzzle.5aad5cf8.svg +1 -0
- package/dist/static/puzzle.b298c7e4.json +1 -0
- package/dist/static/puzzle_card_easy.7d9439b5.png +0 -0
- package/dist/static/puzzle_card_hard.185a19c4.png +0 -0
- package/dist/static/puzzle_card_medium.17daef9c.png +0 -0
- package/dist/static/puzzles.1e269965.gif +0 -0
- package/dist/static/random-mode-segment-lottie.79cf1c07.json +1 -0
- package/dist/static/recap.0dd2c1e2.json +1 -0
- package/dist/static/refund-policy-with-headphone.589398e0.svg +1 -0
- package/dist/static/refund-policy.912dbb4c.svg +1 -0
- package/dist/static/report-404.dd67785c.svg +1 -0
- package/dist/static/rocket-broken.1f86fa43.svg +1 -0
- package/dist/static/rocket-yellow.62d27e15.svg +1 -0
- package/dist/static/school-success-mini.f74a852f.gif +0 -0
- package/dist/static/school-success.f9669771.gif +0 -0
- package/dist/static/score.41971107.svg +1 -0
- package/dist/static/sequence-mode-segment-lottie.11ac49e9.json +1 -0
- package/dist/static/shared.3af01b49.png +0 -0
- package/dist/static/sheet-reference.9da7a09f.png +0 -0
- package/dist/static/silver-1.0396328a.json +4168 -0
- package/dist/static/silver-2.bf50615f.json +4433 -0
- package/dist/static/silver-3.13d66b84.json +4810 -0
- package/dist/static/skills.90ce4cbb.gif +0 -0
- package/dist/static/sleepy-boi.031a1165.json +1008 -0
- package/dist/static/smiley.49bb7d7c.svg +1 -0
- package/dist/static/speckie-wave.510639ce.gif +0 -0
- package/dist/static/spinner-white.639e0d87.json +122 -0
- package/dist/static/spiral_pattern.9fd3e6e9.png +0 -0
- package/dist/static/splash-screen.bbf567ce.json +2411 -0
- package/dist/static/star-orange-filled.a7ff9c8f.svg +1 -0
- package/dist/static/star-orange.a91a341f.svg +1 -0
- package/dist/static/star-with-green-fill.86877d41.svg +1 -0
- package/dist/static/stay-connected.371d3d9d.gif +0 -0
- package/dist/static/streak-green.b59bf4dd.svg +1 -0
- package/dist/static/streak-white.2cbdc9b8.svg +1 -0
- package/dist/static/student-avatar.524226bd.json +1 -0
- package/dist/static/table-mode-reveal.b44a82c3.json +1 -0
- package/dist/static/table-mode-star.b8a1d762.json +1 -0
- package/dist/static/table-segment-star.78e851d6.json +1 -0
- package/dist/static/target-achieved-text.053bd142.json +2830 -0
- package/dist/static/target-achieved-text.10db8475.json +1 -0
- package/dist/static/teacher-validation.7577ecdc.json +245 -0
- package/dist/static/tera-wave.2954a6a4.gif +0 -0
- package/dist/static/test-difficulty-easy.56df71dd.svg +1 -0
- package/dist/static/test-difficulty-hard.7250f1f4.svg +1 -0
- package/dist/static/test-difficulty-medium.2fd9686e.svg +1 -0
- package/dist/static/test-prep-mini.718e5734.gif +0 -0
- package/dist/static/test-prep.ea433f71.gif +0 -0
- package/dist/static/test.803d6036.json +1 -0
- package/dist/static/tetra.354ff2b9.png +0 -0
- package/dist/static/three-stars-filled.72b51f03.svg +1 -0
- package/dist/static/tick-green.a1654049.svg +1 -0
- package/dist/static/total-streak.d5ce7669.json +842 -0
- package/dist/static/total-time-spent.434005d3.json +200 -0
- package/dist/static/total-time.d979cbb9.json +24383 -0
- package/dist/static/tournament-ripple.e5c239a5.json +1047 -0
- package/dist/static/track-progress.c75b1031.gif +0 -0
- package/dist/static/trophy-blue-filled.7e2b40ab.svg +1 -0
- package/dist/static/trophy-blue.e684ba4c.svg +1 -0
- package/dist/static/trophy-circle.b7b23e36.svg +1 -0
- package/dist/static/trophy-green.6c0741c8.svg +10 -0
- package/dist/static/two-stars-filled.a51a14b4.svg +1 -0
- package/dist/static/up-arrow.a6946bd3.svg +1 -0
- package/dist/static/user-crown-grid-background.c2875a73.svg +1 -0
- package/dist/static/user-down.a06f2f94.svg +1 -0
- package/dist/static/user-pin.5f334465.svg +1 -0
- package/dist/static/user-profile-background.199977a9.svg +1 -0
- package/dist/static/user-type-selector-grid-bg.3c9c8ad6.svg +1 -0
- package/dist/static/user-type-selector-grid-bg.3ce8142d.svg +1 -0
- package/dist/static/user-type-selector-grid-bg.aad0b059.svg +1 -0
- package/dist/static/user-up.2aecbbae.svg +1 -0
- package/dist/static/username.9e034d51.json +1 -0
- package/dist/static/video.b41451e2.json +1 -0
- package/dist/static/vinnie-wave.10734dd5.gif +0 -0
- package/dist/static/way-forward.1428093e.gif +0 -0
- package/dist/static/wow.864fbb02.png +0 -0
- package/dist/static/yellow-face.b7525a33.svg +1 -0
- package/dist/static/your-goals.63ffbee5.gif +0 -0
- package/dist/static/zodasa.336c3bb0.png +0 -0
- package/package.json +3 -2
@@ -0,0 +1 @@
|
|
1
|
+
<svg width="800" height="800" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_4179_69812)"><rect width="800" height="800" fill="#FF80F4"/><mask id="mask0_4179_69812" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="240" y="506" width="573" height="304"><path d="M619.5 809.5L240.5 564L569.5 506L812.5 576.5V809.5H619.5Z" fill="#FFE0FD"/></mask><g mask="url(#mask0_4179_69812)"><rect x="-79" y="206" width="479.421" height="317.315" fill="#D926CA"/><mask id="mask1_4179_69812" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="-79" y="206" width="480" height="318"><rect x="-79" y="206" width="479.421" height="317.315" fill="#DE5EE0"/></mask><g mask="url(#mask1_4179_69812)"><path d="M245.993 509.656L259.348 523.011" stroke="#A9099C" stroke-width="0.862269"/><path d="M245.993 523.012L259.348 509.657" stroke="#A9099C" stroke-width="0.862269"/><path d="M266.026 509.656L279.381 523.011" stroke="#A9099C" stroke-width="0.862269"/><path d="M266.026 523.012L279.381 509.657" stroke="#A9099C" stroke-width="0.862269"/><path d="M286.059 509.658L299.414 523.013" stroke="#A9099C" stroke-width="0.862269"/><path d="M286.059 523.014L299.414 509.658" stroke="#A9099C" stroke-width="0.862269"/><path d="M306.092 509.656L319.447 523.011" stroke="#A9099C" stroke-width="0.862269"/><path d="M306.092 523.012L319.447 509.657" stroke="#A9099C" stroke-width="0.862269"/><path d="M326.126 509.658L339.481 523.013" stroke="#A9099C" stroke-width="0.862269"/><path d="M326.126 523.014L339.481 509.658" stroke="#A9099C" stroke-width="0.862269"/><path d="M346.157 509.656L359.512 523.011" stroke="#A9099C" stroke-width="0.862269"/><path d="M346.157 523.012L359.512 509.657" stroke="#A9099C" stroke-width="0.862269"/><path d="M366.191 509.658L379.547 523.013" stroke="#A9099C" stroke-width="0.862269"/><path d="M366.191 523.014L379.547 509.658" stroke="#A9099C" stroke-width="0.862269"/><path d="M386.222 509.656L399.577 523.011" stroke="#A9099C" stroke-width="0.862269"/><path d="M386.222 523.012L399.577 509.657" stroke="#A9099C" stroke-width="0.862269"/></g><rect x="400.422" y="206" width="479.421" height="317.315" fill="#D926CA"/><mask id="mask2_4179_69812" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="400" y="206" width="480" height="318"><rect x="400.422" y="206" width="479.421" height="317.315" fill="#DE5EE0"/></mask><g mask="url(#mask2_4179_69812)"><path d="M645.283 509.656L658.638 523.011" stroke="#A9099C" stroke-width="0.862269"/><path d="M645.283 523.012L658.638 509.657" stroke="#A9099C" stroke-width="0.862269"/><path d="M665.318 509.658L678.674 523.013" stroke="#A9099C" stroke-width="0.862269"/><path d="M665.318 523.014L678.674 509.658" stroke="#A9099C" stroke-width="0.862269"/><path d="M685.351 509.656L698.706 523.011" stroke="#A9099C" stroke-width="0.862269"/><path d="M685.351 523.012L698.706 509.657" stroke="#A9099C" stroke-width="0.862269"/><path d="M705.384 509.658L718.739 523.013" stroke="#A9099C" stroke-width="0.862269"/><path d="M705.384 523.014L718.739 509.658" stroke="#A9099C" stroke-width="0.862269"/><path d="M725.415 509.656L738.77 523.011" stroke="#A9099C" stroke-width="0.862269"/><path d="M725.415 523.012L738.77 509.657" stroke="#A9099C" stroke-width="0.862269"/><path d="M745.447 509.656L758.802 523.011" stroke="#A9099C" stroke-width="0.862269"/><path d="M745.447 523.012L758.802 509.657" stroke="#A9099C" stroke-width="0.862269"/><path d="M765.48 509.658L778.836 523.013" stroke="#A9099C" stroke-width="0.862269"/><path d="M765.48 523.014L778.836 509.658" stroke="#A9099C" stroke-width="0.862269"/><path d="M785.513 509.656L798.868 523.011" stroke="#A9099C" stroke-width="0.862269"/><path d="M785.513 523.012L798.868 509.657" stroke="#A9099C" stroke-width="0.862269"/><path d="M404.893 509.658L418.248 523.013" stroke="#A9099C" stroke-width="0.862269"/><path d="M404.893 523.014L418.248 509.658" stroke="#A9099C" stroke-width="0.862269"/><path d="M424.926 509.66L438.281 523.015" stroke="#A9099C" stroke-width="0.862269"/><path d="M424.926 523.016L438.281 509.66" stroke="#A9099C" stroke-width="0.862269"/><path d="M444.957 509.658L458.312 523.013" stroke="#A9099C" stroke-width="0.862269"/><path d="M444.957 523.014L458.312 509.658" stroke="#A9099C" stroke-width="0.862269"/><path d="M464.989 509.658L478.344 523.013" stroke="#A9099C" stroke-width="0.862269"/><path d="M464.989 523.014L478.344 509.658" stroke="#A9099C" stroke-width="0.862269"/><path d="M485.023 509.66L498.379 523.015" stroke="#A9099C" stroke-width="0.862269"/><path d="M485.023 523.016L498.379 509.66" stroke="#A9099C" stroke-width="0.862269"/><path d="M505.056 509.658L518.411 523.013" stroke="#A9099C" stroke-width="0.862269"/><path d="M505.056 523.014L518.411 509.658" stroke="#A9099C" stroke-width="0.862269"/><path d="M525.09 509.66L538.445 523.015" stroke="#A9099C" stroke-width="0.862269"/><path d="M525.09 523.016L538.445 509.66" stroke="#A9099C" stroke-width="0.862269"/><path d="M545.121 509.658L558.476 523.013" stroke="#A9099C" stroke-width="0.862269"/><path d="M545.121 523.014L558.476 509.658" stroke="#A9099C" stroke-width="0.862269"/><path d="M565.154 509.66L578.509 523.015" stroke="#A9099C" stroke-width="0.862269"/><path d="M565.154 523.016L578.509 509.66" stroke="#A9099C" stroke-width="0.862269"/><path d="M585.187 509.658L598.542 523.013" stroke="#A9099C" stroke-width="0.862269"/><path d="M585.187 523.014L598.542 509.658" stroke="#A9099C" stroke-width="0.862269"/><path d="M605.222 509.66L618.577 523.015" stroke="#A9099C" stroke-width="0.862269"/><path d="M605.222 523.016L618.577 509.66" stroke="#A9099C" stroke-width="0.862269"/><path d="M625.252 509.66L638.607 523.015" stroke="#A9099C" stroke-width="0.862269"/><path d="M625.252 523.016L638.607 509.66" stroke="#A9099C" stroke-width="0.862269"/></g><rect x="-79" y="523.314" width="479.421" height="317.315" fill="#D926CA"/><mask id="mask3_4179_69812" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="-79" y="523" width="480" height="318"><rect x="-79" y="523.314" width="479.421" height="317.315" fill="#DE5EE0"/></mask><g mask="url(#mask3_4179_69812)"><path d="M235.978 526.482L249.333 539.838" stroke="#A9099C" stroke-width="0.862269"/><path d="M235.978 539.838L249.333 526.483" stroke="#A9099C" stroke-width="0.862269"/><path d="M256.009 526.484L269.364 539.84" stroke="#A9099C" stroke-width="0.862269"/><path d="M256.009 539.84L269.364 526.485" stroke="#A9099C" stroke-width="0.862269"/><path d="M276.043 526.482L289.398 539.838" stroke="#A9099C" stroke-width="0.862269"/><path d="M276.043 539.838L289.398 526.483" stroke="#A9099C" stroke-width="0.862269"/><path d="M296.075 526.482L309.43 539.838" stroke="#A9099C" stroke-width="0.862269"/><path d="M296.075 539.838L309.43 526.483" stroke="#A9099C" stroke-width="0.862269"/><path d="M316.108 526.482L329.464 539.838" stroke="#A9099C" stroke-width="0.862269"/><path d="M316.108 539.838L329.464 526.483" stroke="#A9099C" stroke-width="0.862269"/><path d="M336.141 526.482L349.496 539.838" stroke="#A9099C" stroke-width="0.862269"/><path d="M336.141 539.838L349.496 526.483" stroke="#A9099C" stroke-width="0.862269"/><path d="M356.174 526.482L369.529 539.838" stroke="#A9099C" stroke-width="0.862269"/><path d="M356.174 539.838L369.529 526.483" stroke="#A9099C" stroke-width="0.862269"/><path d="M376.206 526.482L389.561 539.838" stroke="#A9099C" stroke-width="0.862269"/><path d="M376.206 539.838L389.561 526.483" stroke="#A9099C" stroke-width="0.862269"/><path d="M396.238 526.484L409.593 539.84" stroke="#A9099C" stroke-width="0.862269"/><path d="M396.238 539.84L409.593 526.485" stroke="#A9099C" stroke-width="0.862269"/><path d="M235.977 566.549L249.332 579.904" stroke="#A9099C" stroke-width="0.862269"/><path d="M235.977 579.904L249.332 566.549" stroke="#A9099C" stroke-width="0.862269"/><path d="M256.009 566.549L269.364 579.904" stroke="#A9099C" stroke-width="0.862269"/><path d="M256.009 579.904L269.364 566.549" stroke="#A9099C" stroke-width="0.862269"/><path d="M276.043 566.549L289.399 579.904" stroke="#A9099C" stroke-width="0.862269"/><path d="M276.043 579.904L289.399 566.549" stroke="#A9099C" stroke-width="0.862269"/><path d="M296.075 566.549L309.43 579.904" stroke="#A9099C" stroke-width="0.862269"/><path d="M296.075 579.904L309.43 566.549" stroke="#A9099C" stroke-width="0.862269"/><path d="M316.108 566.549L329.464 579.904" stroke="#A9099C" stroke-width="0.862269"/><path d="M316.108 579.904L329.464 566.549" stroke="#A9099C" stroke-width="0.862269"/><path d="M336.14 566.549L349.495 579.904" stroke="#A9099C" stroke-width="0.862269"/><path d="M336.14 579.904L349.495 566.549" stroke="#A9099C" stroke-width="0.862269"/><path d="M356.174 566.549L369.529 579.904" stroke="#A9099C" stroke-width="0.862269"/><path d="M356.174 579.904L369.529 566.549" stroke="#A9099C" stroke-width="0.862269"/><path d="M376.207 566.549L389.562 579.904" stroke="#A9099C" stroke-width="0.862269"/><path d="M376.207 579.904L389.562 566.549" stroke="#A9099C" stroke-width="0.862269"/><path d="M396.237 566.549L409.592 579.904" stroke="#A9099C" stroke-width="0.862269"/><path d="M396.237 579.904L409.592 566.549" stroke="#A9099C" stroke-width="0.862269"/><path d="M235.978 606.613L249.333 619.968" stroke="#A9099C" stroke-width="0.862269"/><path d="M235.978 619.969L249.333 606.614" stroke="#A9099C" stroke-width="0.862269"/><path d="M256.009 606.613L269.364 619.968" stroke="#A9099C" stroke-width="0.862269"/><path d="M256.009 619.969L269.364 606.614" stroke="#A9099C" stroke-width="0.862269"/><path d="M276.043 606.613L289.398 619.968" stroke="#A9099C" stroke-width="0.862269"/><path d="M276.043 619.969L289.398 606.614" stroke="#A9099C" stroke-width="0.862269"/><path d="M296.075 606.613L309.43 619.968" stroke="#A9099C" stroke-width="0.862269"/><path d="M296.075 619.969L309.43 606.614" stroke="#A9099C" stroke-width="0.862269"/><path d="M316.108 606.613L329.464 619.968" stroke="#A9099C" stroke-width="0.862269"/><path d="M316.108 619.969L329.464 606.614" stroke="#A9099C" stroke-width="0.862269"/><path d="M336.141 606.613L349.496 619.968" stroke="#A9099C" stroke-width="0.862269"/><path d="M336.141 619.969L349.496 606.614" stroke="#A9099C" stroke-width="0.862269"/><path d="M356.174 606.613L369.529 619.968" stroke="#A9099C" stroke-width="0.862269"/><path d="M356.174 619.969L369.529 606.614" stroke="#A9099C" stroke-width="0.862269"/><path d="M376.207 606.613L389.562 619.968" stroke="#A9099C" stroke-width="0.862269"/><path d="M376.207 619.969L389.562 606.614" stroke="#A9099C" stroke-width="0.862269"/><path d="M396.238 606.611L409.593 619.967" stroke="#A9099C" stroke-width="0.862269"/><path d="M396.238 619.967L409.593 606.612" stroke="#A9099C" stroke-width="0.862269"/><path d="M245.993 546.514L259.348 559.869" stroke="#A9099C" stroke-width="0.862269"/><path d="M245.993 559.869L259.348 546.514" stroke="#A9099C" stroke-width="0.862269"/><path d="M266.025 546.514L279.381 559.869" stroke="#A9099C" stroke-width="0.862269"/><path d="M266.025 559.869L279.381 546.514" stroke="#A9099C" stroke-width="0.862269"/><path d="M286.06 546.514L299.415 559.869" stroke="#A9099C" stroke-width="0.862269"/><path d="M286.06 559.869L299.415 546.514" stroke="#A9099C" stroke-width="0.862269"/><path d="M306.091 546.514L319.446 559.869" stroke="#A9099C" stroke-width="0.862269"/><path d="M306.091 559.869L319.446 546.514" stroke="#A9099C" stroke-width="0.862269"/><path d="M326.125 546.514L339.48 559.869" stroke="#A9099C" stroke-width="0.862269"/><path d="M326.125 559.869L339.48 546.514" stroke="#A9099C" stroke-width="0.862269"/><path d="M346.156 546.514L359.511 559.869" stroke="#A9099C" stroke-width="0.862269"/><path d="M346.156 559.869L359.511 546.514" stroke="#A9099C" stroke-width="0.862269"/><path d="M366.19 546.514L379.546 559.869" stroke="#A9099C" stroke-width="0.862269"/><path d="M366.19 559.869L379.546 546.514" stroke="#A9099C" stroke-width="0.862269"/><path d="M386.222 546.514L399.577 559.869" stroke="#A9099C" stroke-width="0.862269"/><path d="M386.222 559.869L399.577 546.514" stroke="#A9099C" stroke-width="0.862269"/><path d="M245.993 586.58L259.348 599.935" stroke="#A9099C" stroke-width="0.862269"/><path d="M245.993 599.936L259.348 586.58" stroke="#A9099C" stroke-width="0.862269"/><path d="M266.025 586.58L279.38 599.935" stroke="#A9099C" stroke-width="0.862269"/><path d="M266.025 599.936L279.38 586.58" stroke="#A9099C" stroke-width="0.862269"/><path d="M286.06 586.58L299.415 599.935" stroke="#A9099C" stroke-width="0.862269"/><path d="M286.06 599.936L299.415 586.58" stroke="#A9099C" stroke-width="0.862269"/><path d="M306.091 586.58L319.446 599.935" stroke="#A9099C" stroke-width="0.862269"/><path d="M306.091 599.936L319.446 586.58" stroke="#A9099C" stroke-width="0.862269"/><path d="M326.125 586.58L339.48 599.935" stroke="#A9099C" stroke-width="0.862269"/><path d="M326.125 599.936L339.48 586.58" stroke="#A9099C" stroke-width="0.862269"/><path d="M346.156 586.58L359.511 599.935" stroke="#A9099C" stroke-width="0.862269"/><path d="M346.156 599.936L359.511 586.58" stroke="#A9099C" stroke-width="0.862269"/><path d="M366.189 586.58L379.545 599.935" stroke="#A9099C" stroke-width="0.862269"/><path d="M366.189 599.936L379.545 586.58" stroke="#A9099C" stroke-width="0.862269"/><path d="M386.222 586.58L399.577 599.935" stroke="#A9099C" stroke-width="0.862269"/><path d="M386.222 599.936L399.577 586.58" stroke="#A9099C" stroke-width="0.862269"/><path d="M245.993 626.646L259.348 640.002" stroke="#A9099C" stroke-width="0.862269"/><path d="M245.993 640.002L259.348 626.647" stroke="#A9099C" stroke-width="0.862269"/><path d="M266.026 626.646L279.381 640.002" stroke="#A9099C" stroke-width="0.862269"/><path d="M266.026 640.002L279.381 626.647" stroke="#A9099C" stroke-width="0.862269"/><path d="M286.059 626.646L299.414 640.002" stroke="#A9099C" stroke-width="0.862269"/><path d="M286.059 640.002L299.414 626.647" stroke="#A9099C" stroke-width="0.862269"/><path d="M306.091 626.646L319.446 640.002" stroke="#A9099C" stroke-width="0.862269"/><path d="M306.091 640.002L319.446 626.647" stroke="#A9099C" stroke-width="0.862269"/><path d="M326.125 626.646L339.48 640.002" stroke="#A9099C" stroke-width="0.862269"/><path d="M326.125 640.002L339.48 626.647" stroke="#A9099C" stroke-width="0.862269"/><path d="M346.156 626.646L359.511 640.002" stroke="#A9099C" stroke-width="0.862269"/><path d="M346.156 640.002L359.511 626.647" stroke="#A9099C" stroke-width="0.862269"/><path d="M366.19 626.646L379.546 640.002" stroke="#A9099C" stroke-width="0.862269"/><path d="M366.19 640.002L379.546 626.647" stroke="#A9099C" stroke-width="0.862269"/><path d="M386.222 626.646L399.577 640.002" stroke="#A9099C" stroke-width="0.862269"/><path d="M386.222 640.002L399.577 626.647" stroke="#A9099C" stroke-width="0.862269"/><path d="M235.978 646.678L249.333 660.033" stroke="#A9099C" stroke-width="0.862269"/><path d="M235.978 660.033L249.333 646.678" stroke="#A9099C" stroke-width="0.862269"/><path d="M256.01 646.678L269.365 660.033" stroke="#A9099C" stroke-width="0.862269"/><path d="M256.01 660.033L269.365 646.678" stroke="#A9099C" stroke-width="0.862269"/><path d="M276.043 646.678L289.398 660.033" stroke="#A9099C" stroke-width="0.862269"/><path d="M276.043 660.033L289.398 646.678" stroke="#A9099C" stroke-width="0.862269"/><path d="M296.076 646.678L309.431 660.033" stroke="#A9099C" stroke-width="0.862269"/><path d="M296.076 660.033L309.431 646.678" stroke="#A9099C" stroke-width="0.862269"/><path d="M316.109 646.678L329.465 660.033" stroke="#A9099C" stroke-width="0.862269"/><path d="M316.109 660.033L329.465 646.678" stroke="#A9099C" stroke-width="0.862269"/><path d="M336.14 646.678L349.495 660.033" stroke="#A9099C" stroke-width="0.862269"/><path d="M336.14 660.033L349.495 646.678" stroke="#A9099C" stroke-width="0.862269"/><path d="M356.174 646.678L369.529 660.033" stroke="#A9099C" stroke-width="0.862269"/><path d="M356.174 660.033L369.529 646.678" stroke="#A9099C" stroke-width="0.862269"/><path d="M376.207 646.678L389.562 660.033" stroke="#A9099C" stroke-width="0.862269"/><path d="M376.207 660.033L389.562 646.678" stroke="#A9099C" stroke-width="0.862269"/><path d="M396.238 646.678L409.593 660.033" stroke="#A9099C" stroke-width="0.862269"/><path d="M396.238 660.033L409.593 646.678" stroke="#A9099C" stroke-width="0.862269"/><path d="M235.977 686.742L249.332 700.097" stroke="#A9099C" stroke-width="0.862269"/><path d="M235.977 700.098L249.332 686.742" stroke="#A9099C" stroke-width="0.862269"/><path d="M256.009 686.742L269.364 700.097" stroke="#A9099C" stroke-width="0.862269"/><path d="M256.009 700.098L269.364 686.742" stroke="#A9099C" stroke-width="0.862269"/><path d="M276.042 686.742L289.398 700.097" stroke="#A9099C" stroke-width="0.862269"/><path d="M276.042 700.098L289.398 686.742" stroke="#A9099C" stroke-width="0.862269"/><path d="M296.075 686.742L309.43 700.097" stroke="#A9099C" stroke-width="0.862269"/><path d="M296.075 700.098L309.43 686.742" stroke="#A9099C" stroke-width="0.862269"/><path d="M316.108 686.742L329.464 700.097" stroke="#A9099C" stroke-width="0.862269"/><path d="M316.108 700.098L329.464 686.742" stroke="#A9099C" stroke-width="0.862269"/><path d="M336.141 686.742L349.496 700.097" stroke="#A9099C" stroke-width="0.862269"/><path d="M336.141 700.098L349.496 686.742" stroke="#A9099C" stroke-width="0.862269"/><path d="M356.175 686.744L369.53 700.099" stroke="#A9099C" stroke-width="0.862269"/><path d="M356.175 700.1L369.53 686.744" stroke="#A9099C" stroke-width="0.862269"/><path d="M376.206 686.742L389.561 700.097" stroke="#A9099C" stroke-width="0.862269"/><path d="M376.206 700.098L389.561 686.742" stroke="#A9099C" stroke-width="0.862269"/><path d="M396.238 686.742L409.593 700.097" stroke="#A9099C" stroke-width="0.862269"/><path d="M396.238 700.098L409.593 686.742" stroke="#A9099C" stroke-width="0.862269"/><path d="M235.978 726.809L249.333 740.164" stroke="#A9099C" stroke-width="0.862269"/><path d="M235.978 740.164L249.333 726.809" stroke="#A9099C" stroke-width="0.862269"/><path d="M256.009 726.811L269.364 740.166" stroke="#A9099C" stroke-width="0.862269"/><path d="M256.009 740.166L269.364 726.811" stroke="#A9099C" stroke-width="0.862269"/><path d="M276.043 726.809L289.399 740.164" stroke="#A9099C" stroke-width="0.862269"/><path d="M276.043 740.164L289.399 726.809" stroke="#A9099C" stroke-width="0.862269"/><path d="M296.076 726.809L309.431 740.164" stroke="#A9099C" stroke-width="0.862269"/><path d="M296.076 740.164L309.431 726.809" stroke="#A9099C" stroke-width="0.862269"/><path d="M316.108 726.809L329.464 740.164" stroke="#A9099C" stroke-width="0.862269"/><path d="M316.108 740.164L329.464 726.809" stroke="#A9099C" stroke-width="0.862269"/><path d="M336.141 726.809L349.496 740.164" stroke="#A9099C" stroke-width="0.862269"/><path d="M336.141 740.164L349.496 726.809" stroke="#A9099C" stroke-width="0.862269"/><path d="M356.174 726.809L369.529 740.164" stroke="#A9099C" stroke-width="0.862269"/><path d="M356.174 740.164L369.529 726.809" stroke="#A9099C" stroke-width="0.862269"/><path d="M376.206 726.809L389.561 740.164" stroke="#A9099C" stroke-width="0.862269"/><path d="M376.206 740.164L389.561 726.809" stroke="#A9099C" stroke-width="0.862269"/><path d="M396.238 726.811L409.593 740.166" stroke="#A9099C" stroke-width="0.862269"/><path d="M396.238 740.166L409.593 726.811" stroke="#A9099C" stroke-width="0.862269"/><path d="M235.978 766.875L249.333 780.23" stroke="#A9099C" stroke-width="0.862269"/><path d="M235.978 780.23L249.333 766.875" stroke="#A9099C" stroke-width="0.862269"/><path d="M256.009 766.875L269.364 780.23" stroke="#A9099C" stroke-width="0.862269"/><path d="M256.009 780.23L269.364 766.875" stroke="#A9099C" stroke-width="0.862269"/><path d="M276.043 766.875L289.399 780.23" stroke="#A9099C" stroke-width="0.862269"/><path d="M276.043 780.23L289.399 766.875" stroke="#A9099C" stroke-width="0.862269"/><path d="M296.075 766.873L309.43 780.228" stroke="#A9099C" stroke-width="0.862269"/><path d="M296.075 780.229L309.43 766.873" stroke="#A9099C" stroke-width="0.862269"/><path d="M316.108 766.875L329.464 780.23" stroke="#A9099C" stroke-width="0.862269"/><path d="M316.108 780.23L329.464 766.875" stroke="#A9099C" stroke-width="0.862269"/><path d="M336.141 766.875L349.496 780.23" stroke="#A9099C" stroke-width="0.862269"/><path d="M336.141 780.23L349.496 766.875" stroke="#A9099C" stroke-width="0.862269"/><path d="M356.174 766.875L369.529 780.23" stroke="#A9099C" stroke-width="0.862269"/><path d="M356.174 780.23L369.529 766.875" stroke="#A9099C" stroke-width="0.862269"/><path d="M376.208 766.875L389.563 780.23" stroke="#A9099C" stroke-width="0.862269"/><path d="M376.208 780.23L389.563 766.875" stroke="#A9099C" stroke-width="0.862269"/><path d="M396.238 766.875L409.593 780.23" stroke="#A9099C" stroke-width="0.862269"/><path d="M396.238 780.23L409.593 766.875" stroke="#A9099C" stroke-width="0.862269"/><path d="M245.994 666.711L259.349 680.066" stroke="#A9099C" stroke-width="0.862269"/><path d="M245.994 680.066L259.349 666.711" stroke="#A9099C" stroke-width="0.862269"/><path d="M266.027 666.711L279.383 680.066" stroke="#A9099C" stroke-width="0.862269"/><path d="M266.027 680.066L279.383 666.711" stroke="#A9099C" stroke-width="0.862269"/><path d="M286.06 666.711L299.415 680.066" stroke="#A9099C" stroke-width="0.862269"/><path d="M286.06 680.066L299.415 666.711" stroke="#A9099C" stroke-width="0.862269"/><path d="M306.092 666.711L319.447 680.066" stroke="#A9099C" stroke-width="0.862269"/><path d="M306.092 680.066L319.447 666.711" stroke="#A9099C" stroke-width="0.862269"/><path d="M326.125 666.711L339.48 680.066" stroke="#A9099C" stroke-width="0.862269"/><path d="M326.125 680.066L339.48 666.711" stroke="#A9099C" stroke-width="0.862269"/><path d="M346.157 666.711L359.512 680.066" stroke="#A9099C" stroke-width="0.862269"/><path d="M346.157 680.066L359.512 666.711" stroke="#A9099C" stroke-width="0.862269"/><path d="M366.19 666.711L379.546 680.066" stroke="#A9099C" stroke-width="0.862269"/><path d="M366.19 680.066L379.546 666.711" stroke="#A9099C" stroke-width="0.862269"/><path d="M386.223 666.711L399.578 680.066" stroke="#A9099C" stroke-width="0.862269"/><path d="M386.223 680.066L399.578 666.711" stroke="#A9099C" stroke-width="0.862269"/><path d="M245.994 706.777L259.349 720.133" stroke="#A9099C" stroke-width="0.862269"/><path d="M245.994 720.133L259.349 706.778" stroke="#A9099C" stroke-width="0.862269"/><path d="M266.027 706.777L279.382 720.133" stroke="#A9099C" stroke-width="0.862269"/><path d="M266.027 720.133L279.382 706.778" stroke="#A9099C" stroke-width="0.862269"/><path d="M286.061 706.777L299.416 720.133" stroke="#A9099C" stroke-width="0.862269"/><path d="M286.061 720.133L299.416 706.778" stroke="#A9099C" stroke-width="0.862269"/><path d="M306.092 706.777L319.447 720.133" stroke="#A9099C" stroke-width="0.862269"/><path d="M306.092 720.133L319.447 706.778" stroke="#A9099C" stroke-width="0.862269"/><path d="M326.126 706.777L339.481 720.133" stroke="#A9099C" stroke-width="0.862269"/><path d="M326.126 720.133L339.481 706.778" stroke="#A9099C" stroke-width="0.862269"/><path d="M346.157 706.777L359.512 720.133" stroke="#A9099C" stroke-width="0.862269"/><path d="M346.157 720.133L359.512 706.778" stroke="#A9099C" stroke-width="0.862269"/><path d="M366.191 706.777L379.547 720.133" stroke="#A9099C" stroke-width="0.862269"/><path d="M366.191 720.133L379.547 706.778" stroke="#A9099C" stroke-width="0.862269"/><path d="M386.225 706.777L399.58 720.133" stroke="#A9099C" stroke-width="0.862269"/><path d="M386.225 720.133L399.58 706.778" stroke="#A9099C" stroke-width="0.862269"/><path d="M245.994 746.842L259.349 760.197" stroke="#A9099C" stroke-width="0.862269"/><path d="M245.994 760.197L259.349 746.842" stroke="#A9099C" stroke-width="0.862269"/><path d="M266.026 746.842L279.381 760.197" stroke="#A9099C" stroke-width="0.862269"/><path d="M266.026 760.197L279.381 746.842" stroke="#A9099C" stroke-width="0.862269"/><path d="M286.06 746.842L299.415 760.197" stroke="#A9099C" stroke-width="0.862269"/><path d="M286.06 760.197L299.415 746.842" stroke="#A9099C" stroke-width="0.862269"/><path d="M306.092 746.842L319.447 760.197" stroke="#A9099C" stroke-width="0.862269"/><path d="M306.092 760.197L319.447 746.842" stroke="#A9099C" stroke-width="0.862269"/><path d="M326.125 746.842L339.48 760.197" stroke="#A9099C" stroke-width="0.862269"/><path d="M326.125 760.197L339.48 746.842" stroke="#A9099C" stroke-width="0.862269"/><path d="M346.157 746.842L359.512 760.197" stroke="#A9099C" stroke-width="0.862269"/><path d="M346.157 760.197L359.512 746.842" stroke="#A9099C" stroke-width="0.862269"/><path d="M366.19 746.842L379.546 760.197" stroke="#A9099C" stroke-width="0.862269"/><path d="M366.19 760.197L379.546 746.842" stroke="#A9099C" stroke-width="0.862269"/><path d="M386.223 746.842L399.578 760.197" stroke="#A9099C" stroke-width="0.862269"/><path d="M386.223 760.197L399.578 746.842" stroke="#A9099C" stroke-width="0.862269"/><path d="M245.993 786.906L259.348 800.261" stroke="#A9099C" stroke-width="0.862269"/><path d="M245.993 800.262L259.348 786.907" stroke="#A9099C" stroke-width="0.862269"/><path d="M266.026 786.906L279.381 800.261" stroke="#A9099C" stroke-width="0.862269"/><path d="M266.026 800.262L279.381 786.907" stroke="#A9099C" stroke-width="0.862269"/><path d="M286.06 786.906L299.415 800.261" stroke="#A9099C" stroke-width="0.862269"/><path d="M286.06 800.262L299.415 786.907" stroke="#A9099C" stroke-width="0.862269"/><path d="M306.091 786.906L319.446 800.261" stroke="#A9099C" stroke-width="0.862269"/><path d="M306.091 800.262L319.446 786.907" stroke="#A9099C" stroke-width="0.862269"/><path d="M326.125 786.906L339.48 800.261" stroke="#A9099C" stroke-width="0.862269"/><path d="M326.125 800.262L339.48 786.907" stroke="#A9099C" stroke-width="0.862269"/><path d="M346.157 786.906L359.512 800.261" stroke="#A9099C" stroke-width="0.862269"/><path d="M346.157 800.262L359.512 786.907" stroke="#A9099C" stroke-width="0.862269"/><path d="M366.19 786.908L379.546 800.263" stroke="#A9099C" stroke-width="0.862269"/><path d="M366.19 800.264L379.546 786.908" stroke="#A9099C" stroke-width="0.862269"/><path d="M386.222 786.906L399.577 800.261" stroke="#A9099C" stroke-width="0.862269"/><path d="M386.222 800.262L399.577 786.907" stroke="#A9099C" stroke-width="0.862269"/></g><rect x="400.422" y="523.314" width="479.421" height="317.315" fill="#D926CA"/><mask id="mask4_4179_69812" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="400" y="523" width="480" height="318"><rect x="400.422" y="523.314" width="479.421" height="317.315" fill="#DE5EE0"/></mask><g mask="url(#mask4_4179_69812)"><path d="M655.301 526.482L668.656 539.838" stroke="#A9099C" stroke-width="0.862269"/><path d="M655.301 539.838L668.656 526.483" stroke="#A9099C" stroke-width="0.862269"/><path d="M675.333 526.482L688.688 539.838" stroke="#A9099C" stroke-width="0.862269"/><path d="M675.333 539.838L688.688 526.483" stroke="#A9099C" stroke-width="0.862269"/><path d="M695.365 526.482L708.72 539.838" stroke="#A9099C" stroke-width="0.862269"/><path d="M695.365 539.838L708.72 526.483" stroke="#A9099C" stroke-width="0.862269"/><path d="M715.399 526.482L728.755 539.838" stroke="#A9099C" stroke-width="0.862269"/><path d="M715.399 539.838L728.755 526.483" stroke="#A9099C" stroke-width="0.862269"/><path d="M735.432 526.484L748.787 539.84" stroke="#A9099C" stroke-width="0.862269"/><path d="M735.432 539.84L748.787 526.485" stroke="#A9099C" stroke-width="0.862269"/><path d="M755.465 526.482L768.82 539.838" stroke="#A9099C" stroke-width="0.862269"/><path d="M755.465 539.838L768.82 526.483" stroke="#A9099C" stroke-width="0.862269"/><path d="M775.497 526.482L788.852 539.838" stroke="#A9099C" stroke-width="0.862269"/><path d="M775.497 539.838L788.852 526.483" stroke="#A9099C" stroke-width="0.862269"/><path d="M795.53 526.482L808.885 539.838" stroke="#A9099C" stroke-width="0.862269"/><path d="M795.53 539.838L808.885 526.483" stroke="#A9099C" stroke-width="0.862269"/><path d="M655.301 566.549L668.656 579.904" stroke="#A9099C" stroke-width="0.862269"/><path d="M655.301 579.904L668.656 566.549" stroke="#A9099C" stroke-width="0.862269"/><path d="M675.333 566.549L688.688 579.904" stroke="#A9099C" stroke-width="0.862269"/><path d="M675.333 579.904L688.688 566.549" stroke="#A9099C" stroke-width="0.862269"/><path d="M695.365 566.549L708.72 579.904" stroke="#A9099C" stroke-width="0.862269"/><path d="M695.365 579.904L708.72 566.549" stroke="#A9099C" stroke-width="0.862269"/><path d="M715.398 566.549L728.754 579.904" stroke="#A9099C" stroke-width="0.862269"/><path d="M715.398 579.904L728.754 566.549" stroke="#A9099C" stroke-width="0.862269"/><path d="M735.431 566.549L748.786 579.904" stroke="#A9099C" stroke-width="0.862269"/><path d="M735.431 579.904L748.786 566.549" stroke="#A9099C" stroke-width="0.862269"/><path d="M755.465 566.549L768.82 579.904" stroke="#A9099C" stroke-width="0.862269"/><path d="M755.465 579.904L768.82 566.549" stroke="#A9099C" stroke-width="0.862269"/><path d="M775.496 566.549L788.851 579.904" stroke="#A9099C" stroke-width="0.862269"/><path d="M775.496 579.904L788.851 566.549" stroke="#A9099C" stroke-width="0.862269"/><path d="M795.529 566.549L808.884 579.904" stroke="#A9099C" stroke-width="0.862269"/><path d="M795.529 579.904L808.884 566.549" stroke="#A9099C" stroke-width="0.862269"/><path d="M655.301 606.613L668.656 619.968" stroke="#A9099C" stroke-width="0.862269"/><path d="M655.301 619.969L668.656 606.614" stroke="#A9099C" stroke-width="0.862269"/><path d="M675.333 606.613L688.688 619.968" stroke="#A9099C" stroke-width="0.862269"/><path d="M675.333 619.969L688.688 606.614" stroke="#A9099C" stroke-width="0.862269"/><path d="M695.365 606.613L708.72 619.968" stroke="#A9099C" stroke-width="0.862269"/><path d="M695.365 619.969L708.72 606.614" stroke="#A9099C" stroke-width="0.862269"/><path d="M715.398 606.613L728.754 619.968" stroke="#A9099C" stroke-width="0.862269"/><path d="M715.398 619.969L728.754 606.614" stroke="#A9099C" stroke-width="0.862269"/><path d="M735.431 606.613L748.786 619.968" stroke="#A9099C" stroke-width="0.862269"/><path d="M735.431 619.969L748.786 606.614" stroke="#A9099C" stroke-width="0.862269"/><path d="M755.464 606.613L768.819 619.968" stroke="#A9099C" stroke-width="0.862269"/><path d="M755.464 619.969L768.819 606.614" stroke="#A9099C" stroke-width="0.862269"/><path d="M775.496 606.613L788.851 619.968" stroke="#A9099C" stroke-width="0.862269"/><path d="M775.496 619.969L788.851 606.614" stroke="#A9099C" stroke-width="0.862269"/><path d="M795.53 606.613L808.885 619.968" stroke="#A9099C" stroke-width="0.862269"/><path d="M795.53 619.969L808.885 606.614" stroke="#A9099C" stroke-width="0.862269"/><path d="M645.283 546.514L658.638 559.869" stroke="#A9099C" stroke-width="0.862269"/><path d="M645.283 559.869L658.638 546.514" stroke="#A9099C" stroke-width="0.862269"/><path d="M665.318 546.514L678.674 559.869" stroke="#A9099C" stroke-width="0.862269"/><path d="M665.318 559.869L678.674 546.514" stroke="#A9099C" stroke-width="0.862269"/><path d="M685.349 546.514L698.704 559.869" stroke="#A9099C" stroke-width="0.862269"/><path d="M685.349 559.869L698.704 546.514" stroke="#A9099C" stroke-width="0.862269"/><path d="M705.383 546.514L718.738 559.869" stroke="#A9099C" stroke-width="0.862269"/><path d="M705.383 559.869L718.738 546.514" stroke="#A9099C" stroke-width="0.862269"/><path d="M725.414 546.514L738.769 559.869" stroke="#A9099C" stroke-width="0.862269"/><path d="M725.414 559.869L738.769 546.514" stroke="#A9099C" stroke-width="0.862269"/><path d="M745.447 546.514L758.802 559.869" stroke="#A9099C" stroke-width="0.862269"/><path d="M745.447 559.869L758.802 546.514" stroke="#A9099C" stroke-width="0.862269"/><path d="M765.481 546.514L778.837 559.869" stroke="#A9099C" stroke-width="0.862269"/><path d="M765.481 559.869L778.837 546.514" stroke="#A9099C" stroke-width="0.862269"/><path d="M785.513 546.514L798.868 559.869" stroke="#A9099C" stroke-width="0.862269"/><path d="M785.513 559.869L798.868 546.514" stroke="#A9099C" stroke-width="0.862269"/><path d="M645.284 586.58L658.639 599.935" stroke="#A9099C" stroke-width="0.862269"/><path d="M645.284 599.936L658.639 586.58" stroke="#A9099C" stroke-width="0.862269"/><path d="M665.318 586.58L678.674 599.935" stroke="#A9099C" stroke-width="0.862269"/><path d="M665.318 599.936L678.674 586.58" stroke="#A9099C" stroke-width="0.862269"/><path d="M685.351 586.58L698.706 599.935" stroke="#A9099C" stroke-width="0.862269"/><path d="M685.351 599.936L698.706 586.58" stroke="#A9099C" stroke-width="0.862269"/><path d="M705.384 586.58L718.739 599.935" stroke="#A9099C" stroke-width="0.862269"/><path d="M705.384 599.936L718.739 586.58" stroke="#A9099C" stroke-width="0.862269"/><path d="M725.415 586.58L738.77 599.935" stroke="#A9099C" stroke-width="0.862269"/><path d="M725.415 599.936L738.77 586.58" stroke="#A9099C" stroke-width="0.862269"/><path d="M745.447 586.58L758.802 599.935" stroke="#A9099C" stroke-width="0.862269"/><path d="M745.447 599.936L758.802 586.58" stroke="#A9099C" stroke-width="0.862269"/><path d="M765.481 586.58L778.837 599.935" stroke="#A9099C" stroke-width="0.862269"/><path d="M765.481 599.936L778.837 586.58" stroke="#A9099C" stroke-width="0.862269"/><path d="M785.513 586.58L798.868 599.935" stroke="#A9099C" stroke-width="0.862269"/><path d="M785.513 599.936L798.868 586.58" stroke="#A9099C" stroke-width="0.862269"/><path d="M645.284 626.646L658.639 640.002" stroke="#A9099C" stroke-width="0.862269"/><path d="M645.284 640.002L658.639 626.647" stroke="#A9099C" stroke-width="0.862269"/><path d="M665.318 626.646L678.674 640.002" stroke="#A9099C" stroke-width="0.862269"/><path d="M665.318 640.002L678.674 626.647" stroke="#A9099C" stroke-width="0.862269"/><path d="M685.35 626.646L698.705 640.002" stroke="#A9099C" stroke-width="0.862269"/><path d="M685.35 640.002L698.705 626.647" stroke="#A9099C" stroke-width="0.862269"/><path d="M705.384 626.646L718.739 640.002" stroke="#A9099C" stroke-width="0.862269"/><path d="M705.384 640.002L718.739 626.647" stroke="#A9099C" stroke-width="0.862269"/><path d="M725.415 626.646L738.77 640.002" stroke="#A9099C" stroke-width="0.862269"/><path d="M725.415 640.002L738.77 626.647" stroke="#A9099C" stroke-width="0.862269"/><path d="M745.448 626.646L758.803 640.002" stroke="#A9099C" stroke-width="0.862269"/><path d="M745.448 640.002L758.803 626.647" stroke="#A9099C" stroke-width="0.862269"/><path d="M765.482 626.646L778.838 640.002" stroke="#A9099C" stroke-width="0.862269"/><path d="M765.482 640.002L778.838 626.647" stroke="#A9099C" stroke-width="0.862269"/><path d="M785.513 626.646L798.868 640.002" stroke="#A9099C" stroke-width="0.862269"/><path d="M785.513 640.002L798.868 626.647" stroke="#A9099C" stroke-width="0.862269"/><path d="M655.301 646.678L668.656 660.033" stroke="#A9099C" stroke-width="0.862269"/><path d="M655.301 660.033L668.656 646.678" stroke="#A9099C" stroke-width="0.862269"/><path d="M675.333 646.678L688.688 660.033" stroke="#A9099C" stroke-width="0.862269"/><path d="M675.333 660.033L688.688 646.678" stroke="#A9099C" stroke-width="0.862269"/><path d="M695.365 646.678L708.72 660.033" stroke="#A9099C" stroke-width="0.862269"/><path d="M695.365 660.033L708.72 646.678" stroke="#A9099C" stroke-width="0.862269"/><path d="M715.398 646.678L728.754 660.033" stroke="#A9099C" stroke-width="0.862269"/><path d="M715.398 660.033L728.754 646.678" stroke="#A9099C" stroke-width="0.862269"/><path d="M735.43 646.678L748.785 660.033" stroke="#A9099C" stroke-width="0.862269"/><path d="M735.43 660.033L748.785 646.678" stroke="#A9099C" stroke-width="0.862269"/><path d="M755.464 646.678L768.819 660.033" stroke="#A9099C" stroke-width="0.862269"/><path d="M755.464 660.033L768.819 646.678" stroke="#A9099C" stroke-width="0.862269"/><path d="M775.497 646.678L788.852 660.033" stroke="#A9099C" stroke-width="0.862269"/><path d="M775.497 660.033L788.852 646.678" stroke="#A9099C" stroke-width="0.862269"/><path d="M795.53 646.678L808.885 660.033" stroke="#A9099C" stroke-width="0.862269"/><path d="M795.53 660.033L808.885 646.678" stroke="#A9099C" stroke-width="0.862269"/><path d="M655.3 686.742L668.655 700.097" stroke="#A9099C" stroke-width="0.862269"/><path d="M655.3 700.098L668.655 686.742" stroke="#A9099C" stroke-width="0.862269"/><path d="M675.332 686.742L688.687 700.097" stroke="#A9099C" stroke-width="0.862269"/><path d="M675.332 700.098L688.687 686.742" stroke="#A9099C" stroke-width="0.862269"/><path d="M695.365 686.742L708.72 700.097" stroke="#A9099C" stroke-width="0.862269"/><path d="M695.365 700.098L708.72 686.742" stroke="#A9099C" stroke-width="0.862269"/><path d="M715.397 686.742L728.753 700.097" stroke="#A9099C" stroke-width="0.862269"/><path d="M715.397 700.098L728.753 686.742" stroke="#A9099C" stroke-width="0.862269"/><path d="M735.431 686.742L748.786 700.097" stroke="#A9099C" stroke-width="0.862269"/><path d="M735.431 700.098L748.786 686.742" stroke="#A9099C" stroke-width="0.862269"/><path d="M755.463 686.742L768.818 700.097" stroke="#A9099C" stroke-width="0.862269"/><path d="M755.463 700.098L768.818 686.742" stroke="#A9099C" stroke-width="0.862269"/><path d="M775.496 686.742L788.851 700.097" stroke="#A9099C" stroke-width="0.862269"/><path d="M775.496 700.098L788.851 686.742" stroke="#A9099C" stroke-width="0.862269"/><path d="M795.529 686.742L808.884 700.097" stroke="#A9099C" stroke-width="0.862269"/><path d="M795.529 700.098L808.884 686.742" stroke="#A9099C" stroke-width="0.862269"/><path d="M655.301 726.809L668.656 740.164" stroke="#A9099C" stroke-width="0.862269"/><path d="M655.301 740.164L668.656 726.809" stroke="#A9099C" stroke-width="0.862269"/><path d="M675.332 726.809L688.687 740.164" stroke="#A9099C" stroke-width="0.862269"/><path d="M675.332 740.164L688.687 726.809" stroke="#A9099C" stroke-width="0.862269"/><path d="M695.365 726.809L708.72 740.164" stroke="#A9099C" stroke-width="0.862269"/><path d="M695.365 740.164L708.72 726.809" stroke="#A9099C" stroke-width="0.862269"/><path d="M715.398 726.809L728.754 740.164" stroke="#A9099C" stroke-width="0.862269"/><path d="M715.398 740.164L728.754 726.809" stroke="#A9099C" stroke-width="0.862269"/><path d="M735.431 726.811L748.786 740.166" stroke="#A9099C" stroke-width="0.862269"/><path d="M735.431 740.166L748.786 726.811" stroke="#A9099C" stroke-width="0.862269"/><path d="M755.465 726.809L768.82 740.164" stroke="#A9099C" stroke-width="0.862269"/><path d="M755.465 740.164L768.82 726.809" stroke="#A9099C" stroke-width="0.862269"/><path d="M775.497 726.809L788.852 740.164" stroke="#A9099C" stroke-width="0.862269"/><path d="M775.497 740.164L788.852 726.809" stroke="#A9099C" stroke-width="0.862269"/><path d="M795.53 726.809L808.885 740.164" stroke="#A9099C" stroke-width="0.862269"/><path d="M795.53 740.164L808.885 726.809" stroke="#A9099C" stroke-width="0.862269"/><path d="M655.301 766.875L668.656 780.23" stroke="#A9099C" stroke-width="0.862269"/><path d="M655.301 780.23L668.656 766.875" stroke="#A9099C" stroke-width="0.862269"/><path d="M675.332 766.875L688.687 780.23" stroke="#A9099C" stroke-width="0.862269"/><path d="M675.332 780.23L688.687 766.875" stroke="#A9099C" stroke-width="0.862269"/><path d="M695.365 766.875L708.72 780.23" stroke="#A9099C" stroke-width="0.862269"/><path d="M695.365 780.23L708.72 766.875" stroke="#A9099C" stroke-width="0.862269"/><path d="M715.398 766.875L728.754 780.23" stroke="#A9099C" stroke-width="0.862269"/><path d="M715.398 780.23L728.754 766.875" stroke="#A9099C" stroke-width="0.862269"/><path d="M735.43 766.875L748.785 780.23" stroke="#A9099C" stroke-width="0.862269"/><path d="M735.43 780.23L748.785 766.875" stroke="#A9099C" stroke-width="0.862269"/><path d="M755.465 766.875L768.82 780.23" stroke="#A9099C" stroke-width="0.862269"/><path d="M755.465 780.23L768.82 766.875" stroke="#A9099C" stroke-width="0.862269"/><path d="M775.496 766.873L788.851 780.228" stroke="#A9099C" stroke-width="0.862269"/><path d="M775.496 780.229L788.851 766.873" stroke="#A9099C" stroke-width="0.862269"/><path d="M795.53 766.875L808.885 780.23" stroke="#A9099C" stroke-width="0.862269"/><path d="M795.53 780.23L808.885 766.875" stroke="#A9099C" stroke-width="0.862269"/><path d="M645.283 666.711L658.638 680.066" stroke="#A9099C" stroke-width="0.862269"/><path d="M645.283 680.066L658.638 666.711" stroke="#A9099C" stroke-width="0.862269"/><path d="M665.317 666.711L678.673 680.066" stroke="#A9099C" stroke-width="0.862269"/><path d="M665.317 680.066L678.673 666.711" stroke="#A9099C" stroke-width="0.862269"/><path d="M685.35 666.711L698.705 680.066" stroke="#A9099C" stroke-width="0.862269"/><path d="M685.35 680.066L698.705 666.711" stroke="#A9099C" stroke-width="0.862269"/><path d="M705.383 666.711L718.738 680.066" stroke="#A9099C" stroke-width="0.862269"/><path d="M705.383 680.066L718.738 666.711" stroke="#A9099C" stroke-width="0.862269"/><path d="M725.416 666.711L738.771 680.066" stroke="#A9099C" stroke-width="0.862269"/><path d="M725.416 680.066L738.771 666.711" stroke="#A9099C" stroke-width="0.862269"/><path d="M745.448 666.711L758.803 680.066" stroke="#A9099C" stroke-width="0.862269"/><path d="M745.448 680.066L758.803 666.711" stroke="#A9099C" stroke-width="0.862269"/><path d="M765.481 666.711L778.837 680.066" stroke="#A9099C" stroke-width="0.862269"/><path d="M765.481 680.066L778.837 666.711" stroke="#A9099C" stroke-width="0.862269"/><path d="M785.513 666.711L798.868 680.066" stroke="#A9099C" stroke-width="0.862269"/><path d="M785.513 680.066L798.868 666.711" stroke="#A9099C" stroke-width="0.862269"/><path d="M645.284 706.777L658.639 720.133" stroke="#A9099C" stroke-width="0.862269"/><path d="M645.284 720.133L658.639 706.778" stroke="#A9099C" stroke-width="0.862269"/><path d="M665.318 706.777L678.674 720.133" stroke="#A9099C" stroke-width="0.862269"/><path d="M665.318 720.133L678.674 706.778" stroke="#A9099C" stroke-width="0.862269"/><path d="M685.349 706.777L698.704 720.133" stroke="#A9099C" stroke-width="0.862269"/><path d="M685.349 720.133L698.704 706.778" stroke="#A9099C" stroke-width="0.862269"/><path d="M705.383 706.777L718.738 720.133" stroke="#A9099C" stroke-width="0.862269"/><path d="M705.383 720.133L718.738 706.778" stroke="#A9099C" stroke-width="0.862269"/><path d="M725.416 706.777L738.771 720.133" stroke="#A9099C" stroke-width="0.862269"/><path d="M725.416 720.133L738.771 706.778" stroke="#A9099C" stroke-width="0.862269"/><path d="M745.449 706.777L758.804 720.133" stroke="#A9099C" stroke-width="0.862269"/><path d="M745.449 720.133L758.804 706.778" stroke="#A9099C" stroke-width="0.862269"/><path d="M765.482 706.777L778.838 720.133" stroke="#A9099C" stroke-width="0.862269"/><path d="M765.482 720.133L778.838 706.778" stroke="#A9099C" stroke-width="0.862269"/><path d="M785.514 706.777L798.869 720.133" stroke="#A9099C" stroke-width="0.862269"/><path d="M785.514 720.133L798.869 706.778" stroke="#A9099C" stroke-width="0.862269"/><path d="M645.284 746.842L658.639 760.197" stroke="#A9099C" stroke-width="0.862269"/><path d="M645.284 760.197L658.639 746.842" stroke="#A9099C" stroke-width="0.862269"/><path d="M665.318 746.842L678.674 760.197" stroke="#A9099C" stroke-width="0.862269"/><path d="M665.318 760.197L678.674 746.842" stroke="#A9099C" stroke-width="0.862269"/><path d="M685.35 746.842L698.705 760.197" stroke="#A9099C" stroke-width="0.862269"/><path d="M685.35 760.197L698.705 746.842" stroke="#A9099C" stroke-width="0.862269"/><path d="M705.383 746.842L718.738 760.197" stroke="#A9099C" stroke-width="0.862269"/><path d="M705.383 760.197L718.738 746.842" stroke="#A9099C" stroke-width="0.862269"/><path d="M725.415 746.842L738.77 760.197" stroke="#A9099C" stroke-width="0.862269"/><path d="M725.415 760.197L738.77 746.842" stroke="#A9099C" stroke-width="0.862269"/><path d="M745.447 746.842L758.802 760.197" stroke="#A9099C" stroke-width="0.862269"/><path d="M745.447 760.197L758.802 746.842" stroke="#A9099C" stroke-width="0.862269"/><path d="M765.481 746.842L778.837 760.197" stroke="#A9099C" stroke-width="0.862269"/><path d="M765.481 760.197L778.837 746.842" stroke="#A9099C" stroke-width="0.862269"/><path d="M785.514 746.842L798.869 760.197" stroke="#A9099C" stroke-width="0.862269"/><path d="M785.514 760.197L798.869 746.842" stroke="#A9099C" stroke-width="0.862269"/><path d="M645.283 786.906L658.638 800.261" stroke="#A9099C" stroke-width="0.862269"/><path d="M645.283 800.262L658.638 786.907" stroke="#A9099C" stroke-width="0.862269"/><path d="M665.317 786.906L678.673 800.261" stroke="#A9099C" stroke-width="0.862269"/><path d="M665.317 800.262L678.673 786.907" stroke="#A9099C" stroke-width="0.862269"/><path d="M685.35 786.906L698.705 800.261" stroke="#A9099C" stroke-width="0.862269"/><path d="M685.35 800.262L698.705 786.907" stroke="#A9099C" stroke-width="0.862269"/><path d="M705.383 786.906L718.738 800.261" stroke="#A9099C" stroke-width="0.862269"/><path d="M705.383 800.262L718.738 786.907" stroke="#A9099C" stroke-width="0.862269"/><path d="M725.414 786.906L738.769 800.261" stroke="#A9099C" stroke-width="0.862269"/><path d="M725.414 800.262L738.769 786.907" stroke="#A9099C" stroke-width="0.862269"/><path d="M745.446 786.906L758.801 800.261" stroke="#A9099C" stroke-width="0.862269"/><path d="M745.446 800.262L758.801 786.907" stroke="#A9099C" stroke-width="0.862269"/><path d="M765.48 786.906L778.836 800.261" stroke="#A9099C" stroke-width="0.862269"/><path d="M765.48 800.262L778.836 786.907" stroke="#A9099C" stroke-width="0.862269"/><path d="M785.512 786.906L798.867 800.261" stroke="#A9099C" stroke-width="0.862269"/><path d="M785.512 800.262L798.867 786.907" stroke="#A9099C" stroke-width="0.862269"/><path d="M394.876 526.482L408.231 539.838" stroke="#A9099C" stroke-width="0.862269"/><path d="M394.876 539.838L408.231 526.483" stroke="#A9099C" stroke-width="0.862269"/><path d="M414.909 526.482L428.264 539.838" stroke="#A9099C" stroke-width="0.862269"/><path d="M414.909 539.838L428.264 526.483" stroke="#A9099C" stroke-width="0.862269"/><path d="M434.942 526.482L448.298 539.838" stroke="#A9099C" stroke-width="0.862269"/><path d="M434.942 539.838L448.298 526.483" stroke="#A9099C" stroke-width="0.862269"/><path d="M454.975 526.484L468.33 539.84" stroke="#A9099C" stroke-width="0.862269"/><path d="M454.975 539.84L468.33 526.485" stroke="#A9099C" stroke-width="0.862269"/><path d="M475.008 526.482L488.363 539.838" stroke="#A9099C" stroke-width="0.862269"/><path d="M475.008 539.838L488.363 526.483" stroke="#A9099C" stroke-width="0.862269"/><path d="M495.04 526.482L508.395 539.838" stroke="#A9099C" stroke-width="0.862269"/><path d="M495.04 539.838L508.395 526.483" stroke="#A9099C" stroke-width="0.862269"/><path d="M515.073 526.482L528.428 539.838" stroke="#A9099C" stroke-width="0.862269"/><path d="M515.073 539.838L528.428 526.483" stroke="#A9099C" stroke-width="0.862269"/><path d="M535.104 526.482L548.46 539.838" stroke="#A9099C" stroke-width="0.862269"/><path d="M535.104 539.838L548.46 526.483" stroke="#A9099C" stroke-width="0.862269"/><path d="M555.138 526.482L568.493 539.838" stroke="#A9099C" stroke-width="0.862269"/><path d="M555.138 539.838L568.493 526.483" stroke="#A9099C" stroke-width="0.862269"/><path d="M575.17 526.482L588.525 539.838" stroke="#A9099C" stroke-width="0.862269"/><path d="M575.17 539.838L588.525 526.483" stroke="#A9099C" stroke-width="0.862269"/><path d="M595.203 526.484L608.558 539.84" stroke="#A9099C" stroke-width="0.862269"/><path d="M595.203 539.84L608.558 526.485" stroke="#A9099C" stroke-width="0.862269"/><path d="M615.236 526.482L628.592 539.838" stroke="#A9099C" stroke-width="0.862269"/><path d="M615.236 539.838L628.592 526.483" stroke="#A9099C" stroke-width="0.862269"/><path d="M635.269 526.482L648.624 539.838" stroke="#A9099C" stroke-width="0.862269"/><path d="M635.269 539.838L648.624 526.483" stroke="#A9099C" stroke-width="0.862269"/><path d="M394.875 566.549L408.23 579.904" stroke="#A9099C" stroke-width="0.862269"/><path d="M394.875 579.904L408.23 566.549" stroke="#A9099C" stroke-width="0.862269"/><path d="M414.908 566.549L428.263 579.904" stroke="#A9099C" stroke-width="0.862269"/><path d="M414.908 579.904L428.263 566.549" stroke="#A9099C" stroke-width="0.862269"/><path d="M434.941 566.549L448.297 579.904" stroke="#A9099C" stroke-width="0.862269"/><path d="M434.941 579.904L448.297 566.549" stroke="#A9099C" stroke-width="0.862269"/><path d="M454.974 566.549L468.329 579.904" stroke="#A9099C" stroke-width="0.862269"/><path d="M454.974 579.904L468.329 566.549" stroke="#A9099C" stroke-width="0.862269"/><path d="M475.008 566.549L488.363 579.904" stroke="#A9099C" stroke-width="0.862269"/><path d="M475.008 579.904L488.363 566.549" stroke="#A9099C" stroke-width="0.862269"/><path d="M495.039 566.549L508.394 579.904" stroke="#A9099C" stroke-width="0.862269"/><path d="M495.039 579.904L508.394 566.549" stroke="#A9099C" stroke-width="0.862269"/><path d="M515.073 566.549L528.428 579.904" stroke="#A9099C" stroke-width="0.862269"/><path d="M515.073 579.904L528.428 566.549" stroke="#A9099C" stroke-width="0.862269"/><path d="M535.104 566.549L548.46 579.904" stroke="#A9099C" stroke-width="0.862269"/><path d="M535.104 579.904L548.46 566.549" stroke="#A9099C" stroke-width="0.862269"/><path d="M555.137 566.549L568.492 579.904" stroke="#A9099C" stroke-width="0.862269"/><path d="M555.137 579.904L568.492 566.549" stroke="#A9099C" stroke-width="0.862269"/><path d="M575.17 566.549L588.525 579.904" stroke="#A9099C" stroke-width="0.862269"/><path d="M575.17 579.904L588.525 566.549" stroke="#A9099C" stroke-width="0.862269"/><path d="M595.203 566.549L608.558 579.904" stroke="#A9099C" stroke-width="0.862269"/><path d="M595.203 579.904L608.558 566.549" stroke="#A9099C" stroke-width="0.862269"/><path d="M615.236 566.549L628.592 579.904" stroke="#A9099C" stroke-width="0.862269"/><path d="M615.236 579.904L628.592 566.549" stroke="#A9099C" stroke-width="0.862269"/><path d="M635.269 566.549L648.624 579.904" stroke="#A9099C" stroke-width="0.862269"/><path d="M635.269 579.904L648.624 566.549" stroke="#A9099C" stroke-width="0.862269"/><path d="M394.876 606.611L408.231 619.967" stroke="#A9099C" stroke-width="0.862269"/><path d="M394.876 619.967L408.231 606.612" stroke="#A9099C" stroke-width="0.862269"/><path d="M414.909 606.611L428.264 619.967" stroke="#A9099C" stroke-width="0.862269"/><path d="M414.909 619.967L428.264 606.612" stroke="#A9099C" stroke-width="0.862269"/><path d="M434.941 606.611L448.297 619.967" stroke="#A9099C" stroke-width="0.862269"/><path d="M434.941 619.967L448.297 606.612" stroke="#A9099C" stroke-width="0.862269"/><path d="M454.974 606.611L468.329 619.967" stroke="#A9099C" stroke-width="0.862269"/><path d="M454.974 619.967L468.329 606.612" stroke="#A9099C" stroke-width="0.862269"/><path d="M475.007 606.611L488.362 619.967" stroke="#A9099C" stroke-width="0.862269"/><path d="M475.007 619.967L488.362 606.612" stroke="#A9099C" stroke-width="0.862269"/><path d="M495.04 606.611L508.395 619.967" stroke="#A9099C" stroke-width="0.862269"/><path d="M495.04 619.967L508.395 606.612" stroke="#A9099C" stroke-width="0.862269"/><path d="M515.073 606.611L528.428 619.967" stroke="#A9099C" stroke-width="0.862269"/><path d="M515.073 619.967L528.428 606.612" stroke="#A9099C" stroke-width="0.862269"/><path d="M535.104 606.611L548.46 619.967" stroke="#A9099C" stroke-width="0.862269"/><path d="M535.104 619.967L548.46 606.612" stroke="#A9099C" stroke-width="0.862269"/><path d="M555.138 606.611L568.493 619.967" stroke="#A9099C" stroke-width="0.862269"/><path d="M555.138 619.967L568.493 606.612" stroke="#A9099C" stroke-width="0.862269"/><path d="M575.17 606.611L588.525 619.967" stroke="#A9099C" stroke-width="0.862269"/><path d="M575.17 619.967L588.525 606.612" stroke="#A9099C" stroke-width="0.862269"/><path d="M595.203 606.611L608.558 619.967" stroke="#A9099C" stroke-width="0.862269"/><path d="M595.203 619.967L608.558 606.612" stroke="#A9099C" stroke-width="0.862269"/><path d="M615.235 606.611L628.591 619.967" stroke="#A9099C" stroke-width="0.862269"/><path d="M615.235 619.967L628.591 606.612" stroke="#A9099C" stroke-width="0.862269"/><path d="M635.269 606.611L648.624 619.967" stroke="#A9099C" stroke-width="0.862269"/><path d="M635.269 619.967L648.624 606.612" stroke="#A9099C" stroke-width="0.862269"/><path d="M404.892 546.514L418.247 559.869" stroke="#A9099C" stroke-width="0.862269"/><path d="M404.892 559.869L418.247 546.514" stroke="#A9099C" stroke-width="0.862269"/><path d="M424.926 546.514L438.281 559.869" stroke="#A9099C" stroke-width="0.862269"/><path d="M424.926 559.869L438.281 546.514" stroke="#A9099C" stroke-width="0.862269"/><path d="M444.957 546.514L458.312 559.869" stroke="#A9099C" stroke-width="0.862269"/><path d="M444.957 559.869L458.312 546.514" stroke="#A9099C" stroke-width="0.862269"/><path d="M464.989 546.514L478.344 559.869" stroke="#A9099C" stroke-width="0.862269"/><path d="M464.989 559.869L478.344 546.514" stroke="#A9099C" stroke-width="0.862269"/><path d="M485.022 546.514L498.378 559.869" stroke="#A9099C" stroke-width="0.862269"/><path d="M485.022 559.869L498.378 546.514" stroke="#A9099C" stroke-width="0.862269"/><path d="M505.056 546.514L518.411 559.869" stroke="#A9099C" stroke-width="0.862269"/><path d="M505.056 559.869L518.411 546.514" stroke="#A9099C" stroke-width="0.862269"/><path d="M525.089 546.514L538.444 559.869" stroke="#A9099C" stroke-width="0.862269"/><path d="M525.089 559.869L538.444 546.514" stroke="#A9099C" stroke-width="0.862269"/><path d="M545.12 546.514L558.475 559.869" stroke="#A9099C" stroke-width="0.862269"/><path d="M545.12 559.869L558.475 546.514" stroke="#A9099C" stroke-width="0.862269"/><path d="M565.154 546.514L578.509 559.869" stroke="#A9099C" stroke-width="0.862269"/><path d="M565.154 559.869L578.509 546.514" stroke="#A9099C" stroke-width="0.862269"/><path d="M585.187 546.514L598.542 559.869" stroke="#A9099C" stroke-width="0.862269"/><path d="M585.187 559.869L598.542 546.514" stroke="#A9099C" stroke-width="0.862269"/><path d="M605.221 546.514L618.576 559.869" stroke="#A9099C" stroke-width="0.862269"/><path d="M605.221 559.869L618.576 546.514" stroke="#A9099C" stroke-width="0.862269"/><path d="M625.252 546.514L638.607 559.869" stroke="#A9099C" stroke-width="0.862269"/><path d="M625.252 559.869L638.607 546.514" stroke="#A9099C" stroke-width="0.862269"/><path d="M404.893 586.578L418.248 599.933" stroke="#A9099C" stroke-width="0.862269"/><path d="M404.893 599.934L418.248 586.578" stroke="#A9099C" stroke-width="0.862269"/><path d="M424.926 586.578L438.281 599.933" stroke="#A9099C" stroke-width="0.862269"/><path d="M424.926 599.934L438.281 586.578" stroke="#A9099C" stroke-width="0.862269"/><path d="M444.957 586.578L458.312 599.933" stroke="#A9099C" stroke-width="0.862269"/><path d="M444.957 599.934L458.312 586.578" stroke="#A9099C" stroke-width="0.862269"/><path d="M464.989 586.578L478.344 599.933" stroke="#A9099C" stroke-width="0.862269"/><path d="M464.989 599.934L478.344 586.578" stroke="#A9099C" stroke-width="0.862269"/><path d="M485.023 586.578L498.379 599.933" stroke="#A9099C" stroke-width="0.862269"/><path d="M485.023 599.934L498.379 586.578" stroke="#A9099C" stroke-width="0.862269"/><path d="M505.056 586.578L518.411 599.933" stroke="#A9099C" stroke-width="0.862269"/><path d="M505.056 599.934L518.411 586.578" stroke="#A9099C" stroke-width="0.862269"/><path d="M525.089 586.578L538.444 599.933" stroke="#A9099C" stroke-width="0.862269"/><path d="M525.089 599.934L538.444 586.578" stroke="#A9099C" stroke-width="0.862269"/><path d="M545.121 586.578L558.476 599.933" stroke="#A9099C" stroke-width="0.862269"/><path d="M545.121 599.934L558.476 586.578" stroke="#A9099C" stroke-width="0.862269"/><path d="M565.153 586.578L578.509 599.933" stroke="#A9099C" stroke-width="0.862269"/><path d="M565.153 599.934L578.508 586.578" stroke="#A9099C" stroke-width="0.862269"/><path d="M585.187 586.578L598.542 599.933" stroke="#A9099C" stroke-width="0.862269"/><path d="M585.187 599.934L598.542 586.578" stroke="#A9099C" stroke-width="0.862269"/><path d="M605.221 586.578L618.576 599.933" stroke="#A9099C" stroke-width="0.862269"/><path d="M605.221 599.934L618.576 586.578" stroke="#A9099C" stroke-width="0.862269"/><path d="M625.252 586.578L638.607 599.933" stroke="#A9099C" stroke-width="0.862269"/><path d="M625.252 599.934L638.607 586.578" stroke="#A9099C" stroke-width="0.862269"/><path d="M404.892 626.646L418.247 640.002" stroke="#A9099C" stroke-width="0.862269"/><path d="M404.892 640.002L418.247 626.647" stroke="#A9099C" stroke-width="0.862269"/><path d="M424.927 626.646L438.282 640.002" stroke="#A9099C" stroke-width="0.862269"/><path d="M424.927 640.002L438.282 626.647" stroke="#A9099C" stroke-width="0.862269"/><path d="M444.957 626.646L458.312 640.002" stroke="#A9099C" stroke-width="0.862269"/><path d="M444.957 640.002L458.312 626.647" stroke="#A9099C" stroke-width="0.862269"/><path d="M464.989 626.646L478.344 640.002" stroke="#A9099C" stroke-width="0.862269"/><path d="M464.989 640.002L478.344 626.647" stroke="#A9099C" stroke-width="0.862269"/><path d="M485.023 626.646L498.379 640.002" stroke="#A9099C" stroke-width="0.862269"/><path d="M485.023 640.002L498.379 626.647" stroke="#A9099C" stroke-width="0.862269"/><path d="M505.056 626.646L518.411 640.002" stroke="#A9099C" stroke-width="0.862269"/><path d="M505.056 640.002L518.411 626.647" stroke="#A9099C" stroke-width="0.862269"/><path d="M525.09 626.646L538.445 640.002" stroke="#A9099C" stroke-width="0.862269"/><path d="M525.09 640.002L538.445 626.647" stroke="#A9099C" stroke-width="0.862269"/><path d="M545.121 626.646L558.476 640.002" stroke="#A9099C" stroke-width="0.862269"/><path d="M545.121 640.002L558.476 626.647" stroke="#A9099C" stroke-width="0.862269"/><path d="M565.152 626.646L578.508 640.002" stroke="#A9099C" stroke-width="0.862269"/><path d="M565.152 640.002L578.508 626.647" stroke="#A9099C" stroke-width="0.862269"/><path d="M585.187 626.646L598.542 640.002" stroke="#A9099C" stroke-width="0.862269"/><path d="M585.187 640.002L598.542 626.647" stroke="#A9099C" stroke-width="0.862269"/><path d="M605.221 626.646L618.576 640.002" stroke="#A9099C" stroke-width="0.862269"/><path d="M605.221 640.002L618.576 626.647" stroke="#A9099C" stroke-width="0.862269"/><path d="M625.253 626.646L638.608 640.002" stroke="#A9099C" stroke-width="0.862269"/><path d="M625.253 640.002L638.608 626.647" stroke="#A9099C" stroke-width="0.862269"/><path d="M394.876 646.678L408.231 660.033" stroke="#A9099C" stroke-width="0.862269"/><path d="M394.876 660.033L408.231 646.678" stroke="#A9099C" stroke-width="0.862269"/><path d="M414.908 646.68L428.263 660.035" stroke="#A9099C" stroke-width="0.862269"/><path d="M414.908 660.035L428.263 646.68" stroke="#A9099C" stroke-width="0.862269"/><path d="M434.941 646.678L448.297 660.033" stroke="#A9099C" stroke-width="0.862269"/><path d="M434.941 660.033L448.297 646.678" stroke="#A9099C" stroke-width="0.862269"/><path d="M454.974 646.678L468.329 660.033" stroke="#A9099C" stroke-width="0.862269"/><path d="M454.974 660.033L468.329 646.678" stroke="#A9099C" stroke-width="0.862269"/><path d="M475.007 646.678L488.362 660.033" stroke="#A9099C" stroke-width="0.862269"/><path d="M475.007 660.033L488.362 646.678" stroke="#A9099C" stroke-width="0.862269"/><path d="M495.04 646.68L508.395 660.035" stroke="#A9099C" stroke-width="0.862269"/><path d="M495.04 660.035L508.395 646.68" stroke="#A9099C" stroke-width="0.862269"/><path d="M515.072 646.68L528.427 660.035" stroke="#A9099C" stroke-width="0.862269"/><path d="M515.072 660.035L528.427 646.68" stroke="#A9099C" stroke-width="0.862269"/><path d="M535.104 646.678L548.46 660.033" stroke="#A9099C" stroke-width="0.862269"/><path d="M535.104 660.033L548.46 646.678" stroke="#A9099C" stroke-width="0.862269"/><path d="M555.138 646.678L568.493 660.033" stroke="#A9099C" stroke-width="0.862269"/><path d="M555.138 660.033L568.493 646.678" stroke="#A9099C" stroke-width="0.862269"/><path d="M575.17 646.678L588.525 660.033" stroke="#A9099C" stroke-width="0.862269"/><path d="M575.17 660.033L588.525 646.678" stroke="#A9099C" stroke-width="0.862269"/><path d="M595.202 646.678L608.557 660.033" stroke="#A9099C" stroke-width="0.862269"/><path d="M595.202 660.033L608.557 646.678" stroke="#A9099C" stroke-width="0.862269"/><path d="M615.235 646.678L628.591 660.033" stroke="#A9099C" stroke-width="0.862269"/><path d="M615.235 660.033L628.591 646.678" stroke="#A9099C" stroke-width="0.862269"/><path d="M635.269 646.678L648.624 660.033" stroke="#A9099C" stroke-width="0.862269"/><path d="M635.269 660.033L648.624 646.678" stroke="#A9099C" stroke-width="0.862269"/><path d="M394.875 686.744L408.23 700.099" stroke="#A9099C" stroke-width="0.862269"/><path d="M394.875 700.1L408.23 686.744" stroke="#A9099C" stroke-width="0.862269"/><path d="M414.909 686.744L428.264 700.099" stroke="#A9099C" stroke-width="0.862269"/><path d="M414.909 700.1L428.264 686.744" stroke="#A9099C" stroke-width="0.862269"/><path d="M434.941 686.744L448.297 700.099" stroke="#A9099C" stroke-width="0.862269"/><path d="M434.941 700.1L448.297 686.744" stroke="#A9099C" stroke-width="0.862269"/><path d="M454.973 686.744L468.328 700.099" stroke="#A9099C" stroke-width="0.862269"/><path d="M454.973 700.1L468.328 686.744" stroke="#A9099C" stroke-width="0.862269"/><path d="M475.006 686.744L488.361 700.099" stroke="#A9099C" stroke-width="0.862269"/><path d="M475.006 700.1L488.361 686.744" stroke="#A9099C" stroke-width="0.862269"/><path d="M495.04 686.744L508.395 700.099" stroke="#A9099C" stroke-width="0.862269"/><path d="M495.04 700.1L508.395 686.744" stroke="#A9099C" stroke-width="0.862269"/><path d="M515.072 686.744L528.427 700.099" stroke="#A9099C" stroke-width="0.862269"/><path d="M515.072 700.1L528.427 686.744" stroke="#A9099C" stroke-width="0.862269"/><path d="M535.104 686.744L548.459 700.099" stroke="#A9099C" stroke-width="0.862269"/><path d="M535.104 700.1L548.459 686.744" stroke="#A9099C" stroke-width="0.862269"/><path d="M555.138 686.744L568.493 700.099" stroke="#A9099C" stroke-width="0.862269"/><path d="M555.138 700.1L568.493 686.744" stroke="#A9099C" stroke-width="0.862269"/><path d="M575.17 686.744L588.525 700.099" stroke="#A9099C" stroke-width="0.862269"/><path d="M575.17 700.1L588.525 686.744" stroke="#A9099C" stroke-width="0.862269"/><path d="M595.202 686.744L608.557 700.099" stroke="#A9099C" stroke-width="0.862269"/><path d="M595.202 700.1L608.557 686.744" stroke="#A9099C" stroke-width="0.862269"/><path d="M615.234 686.744L628.59 700.099" stroke="#A9099C" stroke-width="0.862269"/><path d="M615.234 700.1L628.59 686.744" stroke="#A9099C" stroke-width="0.862269"/><path d="M635.268 686.744L648.623 700.099" stroke="#A9099C" stroke-width="0.862269"/><path d="M635.268 700.1L648.623 686.744" stroke="#A9099C" stroke-width="0.862269"/><path d="M394.875 726.811L408.23 740.166" stroke="#A9099C" stroke-width="0.862269"/><path d="M394.875 740.166L408.23 726.811" stroke="#A9099C" stroke-width="0.862269"/><path d="M414.908 726.811L428.263 740.166" stroke="#A9099C" stroke-width="0.862269"/><path d="M414.908 740.166L428.263 726.811" stroke="#A9099C" stroke-width="0.862269"/><path d="M434.94 726.811L448.296 740.166" stroke="#A9099C" stroke-width="0.862269"/><path d="M434.94 740.166L448.296 726.811" stroke="#A9099C" stroke-width="0.862269"/><path d="M454.974 726.812L468.329 740.168" stroke="#A9099C" stroke-width="0.862269"/><path d="M454.974 740.168L468.329 726.813" stroke="#A9099C" stroke-width="0.862269"/><path d="M475.007 726.811L488.362 740.166" stroke="#A9099C" stroke-width="0.862269"/><path d="M475.007 740.166L488.362 726.811" stroke="#A9099C" stroke-width="0.862269"/><path d="M495.038 726.811L508.393 740.166" stroke="#A9099C" stroke-width="0.862269"/><path d="M495.038 740.166L508.393 726.811" stroke="#A9099C" stroke-width="0.862269"/><path d="M515.072 726.811L528.427 740.166" stroke="#A9099C" stroke-width="0.862269"/><path d="M515.072 740.166L528.427 726.811" stroke="#A9099C" stroke-width="0.862269"/><path d="M535.104 726.811L548.459 740.166" stroke="#A9099C" stroke-width="0.862269"/><path d="M535.104 740.166L548.459 726.811" stroke="#A9099C" stroke-width="0.862269"/><path d="M555.137 726.811L568.492 740.166" stroke="#A9099C" stroke-width="0.862269"/><path d="M555.137 740.166L568.492 726.811" stroke="#A9099C" stroke-width="0.862269"/><path d="M575.169 726.811L588.524 740.166" stroke="#A9099C" stroke-width="0.862269"/><path d="M575.169 740.166L588.524 726.811" stroke="#A9099C" stroke-width="0.862269"/><path d="M595.202 726.812L608.557 740.168" stroke="#A9099C" stroke-width="0.862269"/><path d="M595.202 740.168L608.557 726.813" stroke="#A9099C" stroke-width="0.862269"/><path d="M615.236 726.811L628.592 740.166" stroke="#A9099C" stroke-width="0.862269"/><path d="M615.236 740.166L628.592 726.811" stroke="#A9099C" stroke-width="0.862269"/><path d="M635.268 726.811L648.623 740.166" stroke="#A9099C" stroke-width="0.862269"/><path d="M635.268 740.166L648.623 726.811" stroke="#A9099C" stroke-width="0.862269"/><path d="M394.877 766.873L408.232 780.228" stroke="#A9099C" stroke-width="0.862269"/><path d="M394.877 780.229L408.232 766.873" stroke="#A9099C" stroke-width="0.862269"/><path d="M414.908 766.875L428.263 780.23" stroke="#A9099C" stroke-width="0.862269"/><path d="M414.908 780.23L428.263 766.875" stroke="#A9099C" stroke-width="0.862269"/><path d="M434.941 766.875L448.297 780.23" stroke="#A9099C" stroke-width="0.862269"/><path d="M434.941 780.23L448.297 766.875" stroke="#A9099C" stroke-width="0.862269"/><path d="M454.974 766.873L468.329 780.228" stroke="#A9099C" stroke-width="0.862269"/><path d="M454.974 780.229L468.329 766.873" stroke="#A9099C" stroke-width="0.862269"/><path d="M475.008 766.873L488.363 780.228" stroke="#A9099C" stroke-width="0.862269"/><path d="M475.008 780.229L488.363 766.873" stroke="#A9099C" stroke-width="0.862269"/><path d="M495.039 766.875L508.394 780.23" stroke="#A9099C" stroke-width="0.862269"/><path d="M495.039 780.23L508.394 766.875" stroke="#A9099C" stroke-width="0.862269"/><path d="M515.073 766.875L528.428 780.23" stroke="#A9099C" stroke-width="0.862269"/><path d="M515.073 780.23L528.428 766.875" stroke="#A9099C" stroke-width="0.862269"/><path d="M535.104 766.875L548.46 780.23" stroke="#A9099C" stroke-width="0.862269"/><path d="M535.104 780.23L548.46 766.875" stroke="#A9099C" stroke-width="0.862269"/><path d="M555.138 766.873L568.493 780.228" stroke="#A9099C" stroke-width="0.862269"/><path d="M555.138 780.229L568.493 766.873" stroke="#A9099C" stroke-width="0.862269"/><path d="M575.17 766.875L588.525 780.23" stroke="#A9099C" stroke-width="0.862269"/><path d="M575.17 780.23L588.525 766.875" stroke="#A9099C" stroke-width="0.862269"/><path d="M595.203 766.873L608.558 780.228" stroke="#A9099C" stroke-width="0.862269"/><path d="M595.203 780.229L608.558 766.873" stroke="#A9099C" stroke-width="0.862269"/><path d="M615.235 766.875L628.591 780.23" stroke="#A9099C" stroke-width="0.862269"/><path d="M615.235 780.23L628.591 766.875" stroke="#A9099C" stroke-width="0.862269"/><path d="M635.269 766.873L648.624 780.228" stroke="#A9099C" stroke-width="0.862269"/><path d="M635.269 780.229L648.624 766.873" stroke="#A9099C" stroke-width="0.862269"/><path d="M404.893 666.711L418.248 680.066" stroke="#A9099C" stroke-width="0.862269"/><path d="M404.893 680.066L418.248 666.711" stroke="#A9099C" stroke-width="0.862269"/><path d="M424.926 666.711L438.281 680.066" stroke="#A9099C" stroke-width="0.862269"/><path d="M424.926 680.066L438.281 666.711" stroke="#A9099C" stroke-width="0.862269"/><path d="M444.959 666.711L458.314 680.066" stroke="#A9099C" stroke-width="0.862269"/><path d="M444.959 680.066L458.314 666.711" stroke="#A9099C" stroke-width="0.862269"/><path d="M464.991 666.711L478.346 680.066" stroke="#A9099C" stroke-width="0.862269"/><path d="M464.991 680.066L478.346 666.711" stroke="#A9099C" stroke-width="0.862269"/><path d="M485.023 666.711L498.379 680.066" stroke="#A9099C" stroke-width="0.862269"/><path d="M485.023 680.066L498.379 666.711" stroke="#A9099C" stroke-width="0.862269"/><path d="M505.056 666.711L518.411 680.066" stroke="#A9099C" stroke-width="0.862269"/><path d="M505.056 680.066L518.411 666.711" stroke="#A9099C" stroke-width="0.862269"/><path d="M525.089 666.711L538.444 680.066" stroke="#A9099C" stroke-width="0.862269"/><path d="M525.089 680.066L538.444 666.711" stroke="#A9099C" stroke-width="0.862269"/><path d="M545.121 666.711L558.476 680.066" stroke="#A9099C" stroke-width="0.862269"/><path d="M545.121 680.066L558.476 666.711" stroke="#A9099C" stroke-width="0.862269"/><path d="M565.153 666.711L578.509 680.066" stroke="#A9099C" stroke-width="0.862269"/><path d="M565.153 680.066L578.508 666.711" stroke="#A9099C" stroke-width="0.862269"/><path d="M585.188 666.711L598.543 680.066" stroke="#A9099C" stroke-width="0.862269"/><path d="M585.188 680.066L598.543 666.711" stroke="#A9099C" stroke-width="0.862269"/><path d="M605.221 666.711L618.576 680.066" stroke="#A9099C" stroke-width="0.862269"/><path d="M605.221 680.066L618.576 666.711" stroke="#A9099C" stroke-width="0.862269"/><path d="M625.253 666.711L638.608 680.066" stroke="#A9099C" stroke-width="0.862269"/><path d="M625.253 680.066L638.608 666.711" stroke="#A9099C" stroke-width="0.862269"/><path d="M404.891 706.777L418.246 720.133" stroke="#A9099C" stroke-width="0.862269"/><path d="M404.891 720.133L418.246 706.778" stroke="#A9099C" stroke-width="0.862269"/><path d="M424.926 706.777L438.281 720.133" stroke="#A9099C" stroke-width="0.862269"/><path d="M424.926 720.133L438.281 706.778" stroke="#A9099C" stroke-width="0.862269"/><path d="M444.959 706.777L458.314 720.133" stroke="#A9099C" stroke-width="0.862269"/><path d="M444.959 720.133L458.314 706.778" stroke="#A9099C" stroke-width="0.862269"/><path d="M464.99 706.777L478.345 720.133" stroke="#A9099C" stroke-width="0.862269"/><path d="M464.99 720.133L478.345 706.778" stroke="#A9099C" stroke-width="0.862269"/><path d="M485.022 706.777L498.378 720.133" stroke="#A9099C" stroke-width="0.862269"/><path d="M485.022 720.133L498.378 706.778" stroke="#A9099C" stroke-width="0.862269"/><path d="M505.056 706.777L518.411 720.133" stroke="#A9099C" stroke-width="0.862269"/><path d="M505.056 720.133L518.411 706.778" stroke="#A9099C" stroke-width="0.862269"/><path d="M525.089 706.777L538.444 720.133" stroke="#A9099C" stroke-width="0.862269"/><path d="M525.089 720.133L538.444 706.778" stroke="#A9099C" stroke-width="0.862269"/><path d="M545.12 706.777L558.475 720.133" stroke="#A9099C" stroke-width="0.862269"/><path d="M545.12 720.133L558.475 706.778" stroke="#A9099C" stroke-width="0.862269"/><path d="M565.153 706.777L578.509 720.133" stroke="#A9099C" stroke-width="0.862269"/><path d="M565.153 720.133L578.508 706.778" stroke="#A9099C" stroke-width="0.862269"/><path d="M585.188 706.777L598.543 720.133" stroke="#A9099C" stroke-width="0.862269"/><path d="M585.188 720.133L598.543 706.778" stroke="#A9099C" stroke-width="0.862269"/><path d="M605.22 706.777L618.575 720.133" stroke="#A9099C" stroke-width="0.862269"/><path d="M605.22 720.133L618.575 706.778" stroke="#A9099C" stroke-width="0.862269"/><path d="M625.252 706.777L638.607 720.133" stroke="#A9099C" stroke-width="0.862269"/><path d="M625.252 720.133L638.607 706.778" stroke="#A9099C" stroke-width="0.862269"/><path d="M404.892 746.842L418.247 760.197" stroke="#A9099C" stroke-width="0.862269"/><path d="M404.892 760.197L418.247 746.842" stroke="#A9099C" stroke-width="0.862269"/><path d="M424.926 746.844L438.281 760.199" stroke="#A9099C" stroke-width="0.862269"/><path d="M424.926 760.199L438.281 746.844" stroke="#A9099C" stroke-width="0.862269"/><path d="M444.957 746.844L458.312 760.199" stroke="#A9099C" stroke-width="0.862269"/><path d="M444.957 760.199L458.312 746.844" stroke="#A9099C" stroke-width="0.862269"/><path d="M464.99 746.842L478.345 760.197" stroke="#A9099C" stroke-width="0.862269"/><path d="M464.99 760.197L478.345 746.842" stroke="#A9099C" stroke-width="0.862269"/><path d="M485.024 746.842L498.38 760.197" stroke="#A9099C" stroke-width="0.862269"/><path d="M485.024 760.197L498.38 746.842" stroke="#A9099C" stroke-width="0.862269"/><path d="M505.056 746.842L518.411 760.197" stroke="#A9099C" stroke-width="0.862269"/><path d="M505.056 760.197L518.411 746.842" stroke="#A9099C" stroke-width="0.862269"/><path d="M525.09 746.844L538.445 760.199" stroke="#A9099C" stroke-width="0.862269"/><path d="M525.09 760.199L538.445 746.844" stroke="#A9099C" stroke-width="0.862269"/><path d="M545.121 746.842L558.476 760.197" stroke="#A9099C" stroke-width="0.862269"/><path d="M545.121 760.197L558.476 746.842" stroke="#A9099C" stroke-width="0.862269"/><path d="M565.154 746.842L578.509 760.197" stroke="#A9099C" stroke-width="0.862269"/><path d="M565.154 760.197L578.509 746.842" stroke="#A9099C" stroke-width="0.862269"/><path d="M585.186 746.842L598.541 760.197" stroke="#A9099C" stroke-width="0.862269"/><path d="M585.186 760.197L598.541 746.842" stroke="#A9099C" stroke-width="0.862269"/><path d="M605.22 746.842L618.575 760.197" stroke="#A9099C" stroke-width="0.862269"/><path d="M605.22 760.197L618.575 746.842" stroke="#A9099C" stroke-width="0.862269"/><path d="M625.252 746.844L638.607 760.199" stroke="#A9099C" stroke-width="0.862269"/><path d="M625.252 760.199L638.607 746.844" stroke="#A9099C" stroke-width="0.862269"/><path d="M404.893 786.908L418.248 800.263" stroke="#A9099C" stroke-width="0.862269"/><path d="M404.893 800.264L418.248 786.908" stroke="#A9099C" stroke-width="0.862269"/><path d="M424.926 786.908L438.281 800.263" stroke="#A9099C" stroke-width="0.862269"/><path d="M424.926 800.264L438.281 786.908" stroke="#A9099C" stroke-width="0.862269"/><path d="M444.958 786.906L458.313 800.261" stroke="#A9099C" stroke-width="0.862269"/><path d="M444.958 800.262L458.313 786.907" stroke="#A9099C" stroke-width="0.862269"/><path d="M464.989 786.908L478.344 800.263" stroke="#A9099C" stroke-width="0.862269"/><path d="M464.989 800.264L478.344 786.908" stroke="#A9099C" stroke-width="0.862269"/><path d="M485.023 786.908L498.379 800.263" stroke="#A9099C" stroke-width="0.862269"/><path d="M485.023 800.264L498.379 786.908" stroke="#A9099C" stroke-width="0.862269"/><path d="M505.056 786.908L518.411 800.263" stroke="#A9099C" stroke-width="0.862269"/><path d="M505.056 800.264L518.411 786.908" stroke="#A9099C" stroke-width="0.862269"/><path d="M525.089 786.906L538.444 800.261" stroke="#A9099C" stroke-width="0.862269"/><path d="M525.089 800.262L538.444 786.907" stroke="#A9099C" stroke-width="0.862269"/><path d="M545.122 786.906L558.477 800.261" stroke="#A9099C" stroke-width="0.862269"/><path d="M545.122 800.262L558.477 786.907" stroke="#A9099C" stroke-width="0.862269"/><path d="M565.154 786.906L578.509 800.261" stroke="#A9099C" stroke-width="0.862269"/><path d="M565.154 800.262L578.509 786.907" stroke="#A9099C" stroke-width="0.862269"/><path d="M585.187 786.908L598.542 800.263" stroke="#A9099C" stroke-width="0.862269"/><path d="M585.187 800.264L598.542 786.908" stroke="#A9099C" stroke-width="0.862269"/><path d="M605.221 786.908L618.576 800.263" stroke="#A9099C" stroke-width="0.862269"/><path d="M605.221 800.264L618.576 786.908" stroke="#A9099C" stroke-width="0.862269"/><path d="M625.252 786.906L638.607 800.261" stroke="#A9099C" stroke-width="0.862269"/><path d="M625.252 800.262L638.607 786.907" stroke="#A9099C" stroke-width="0.862269"/></g></g><path d="M240.5 561L230 495L620.5 430L605 524C584.6 534.8 546.833 533.167 530.5 531L468 540L458.5 603C408.5 625.4 364 612.333 348 603L341 565C301 579.4 257.333 568.333 240.5 561Z" fill="#FFC2FA"/><path d="M240.5 561L230 495L620.5 430L605 524C584.6 534.8 546.833 533.167 530.5 531L468 540L458.5 603C408.5 625.4 364 612.333 348 603L341 565C301 579.4 257.333 568.333 240.5 561Z" stroke="#D926CA" stroke-width="10"/><ellipse cx="408.934" cy="368.232" rx="246" ry="187.124" transform="rotate(-21.1797 408.934 368.232)" fill="#FFC2FA" stroke="#D926CA" stroke-width="10"/><mask id="mask5_4179_69812" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="130" y="193" width="345" height="304"><path d="M130.5 423.5L144 459L197 497C204.667 496.833 224 491.9 240 473.5C260 450.5 237.5 401.5 227.5 387.5C219.5 376.3 194.5 364.167 183 359.5H164.5L133.5 390.5L130.5 423.5Z" fill="#C4C4C4"/><path d="M201.5 193L277 249V226.5L201.5 193Z" fill="#C4C4C4"/><path d="M437.5 198.5C421.1 198.1 362.833 233.167 329.5 253.5L352 265.5L433.5 221.5L458 209L437.5 198.5Z" fill="#C4C4C4"/><path d="M474.5 321.5L410.5 394L449 384.5L474.5 321.5Z" fill="#C4C4C4"/></mask><g mask="url(#mask5_4179_69812)"><rect x="-79" y="77" width="479.421" height="317.315" fill="#FF80F4"/><mask id="mask6_4179_69812" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="-79" y="77" width="480" height="318"><rect x="-79" y="77" width="479.421" height="317.315" fill="#DE5EE0"/></mask><g mask="url(#mask6_4179_69812)"><path d="M165.862 180.332L179.217 193.687" stroke="#D926CA" stroke-width="0.862269"/><path d="M165.862 193.688L179.217 180.332" stroke="#D926CA" stroke-width="0.862269"/><path d="M185.896 180.332L199.251 193.687" stroke="#D926CA" stroke-width="0.862269"/><path d="M185.896 193.688L199.251 180.332" stroke="#D926CA" stroke-width="0.862269"/><path d="M205.928 180.332L219.283 193.687" stroke="#D926CA" stroke-width="0.862269"/><path d="M205.928 193.688L219.283 180.332" stroke="#D926CA" stroke-width="0.862269"/><path d="M225.96 180.332L239.316 193.687" stroke="#D926CA" stroke-width="0.862269"/><path d="M225.96 193.688L239.316 180.332" stroke="#D926CA" stroke-width="0.862269"/><path d="M245.993 180.332L259.348 193.687" stroke="#D926CA" stroke-width="0.862269"/><path d="M245.993 193.688L259.348 180.332" stroke="#D926CA" stroke-width="0.862269"/><path d="M266.026 180.332L279.381 193.687" stroke="#D926CA" stroke-width="0.862269"/><path d="M266.026 193.688L279.381 180.332" stroke="#D926CA" stroke-width="0.862269"/><path d="M286.059 180.332L299.414 193.687" stroke="#D926CA" stroke-width="0.862269"/><path d="M286.059 193.688L299.414 180.332" stroke="#D926CA" stroke-width="0.862269"/><path d="M306.091 180.332L319.446 193.687" stroke="#D926CA" stroke-width="0.862269"/><path d="M306.091 193.688L319.446 180.332" stroke="#D926CA" stroke-width="0.862269"/><path d="M326.125 180.332L339.48 193.687" stroke="#D926CA" stroke-width="0.862269"/><path d="M326.125 193.688L339.48 180.332" stroke="#D926CA" stroke-width="0.862269"/><path d="M346.156 180.332L359.511 193.687" stroke="#D926CA" stroke-width="0.862269"/><path d="M346.156 193.688L359.511 180.332" stroke="#D926CA" stroke-width="0.862269"/><path d="M366.19 180.332L379.546 193.687" stroke="#D926CA" stroke-width="0.862269"/><path d="M366.19 193.688L379.546 180.332" stroke="#D926CA" stroke-width="0.862269"/><path d="M386.222 180.332L399.577 193.687" stroke="#D926CA" stroke-width="0.862269"/><path d="M386.222 193.688L399.577 180.332" stroke="#D926CA" stroke-width="0.862269"/><path d="M175.879 200.363L189.234 213.718" stroke="#D926CA" stroke-width="0.862269"/><path d="M175.879 213.719L189.234 200.364" stroke="#D926CA" stroke-width="0.862269"/><path d="M195.912 200.363L209.267 213.718" stroke="#D926CA" stroke-width="0.862269"/><path d="M195.912 213.719L209.267 200.364" stroke="#D926CA" stroke-width="0.862269"/><path d="M215.945 200.363L229.3 213.718" stroke="#D926CA" stroke-width="0.862269"/><path d="M215.945 213.719L229.3 200.364" stroke="#D926CA" stroke-width="0.862269"/><path d="M235.978 200.363L249.333 213.718" stroke="#D926CA" stroke-width="0.862269"/><path d="M235.978 213.719L249.333 200.364" stroke="#D926CA" stroke-width="0.862269"/><path d="M256.01 200.363L269.365 213.718" stroke="#D926CA" stroke-width="0.862269"/><path d="M256.01 213.719L269.365 200.364" stroke="#D926CA" stroke-width="0.862269"/><path d="M276.043 200.363L289.398 213.718" stroke="#D926CA" stroke-width="0.862269"/><path d="M276.043 213.719L289.398 200.364" stroke="#D926CA" stroke-width="0.862269"/><path d="M296.076 200.363L309.431 213.718" stroke="#D926CA" stroke-width="0.862269"/><path d="M296.076 213.719L309.431 200.364" stroke="#D926CA" stroke-width="0.862269"/><path d="M316.109 200.363L329.465 213.718" stroke="#D926CA" stroke-width="0.862269"/><path d="M316.109 213.719L329.465 200.364" stroke="#D926CA" stroke-width="0.862269"/><path d="M336.14 200.363L349.495 213.718" stroke="#D926CA" stroke-width="0.862269"/><path d="M336.14 213.719L349.495 200.364" stroke="#D926CA" stroke-width="0.862269"/><path d="M356.174 200.363L369.529 213.718" stroke="#D926CA" stroke-width="0.862269"/><path d="M356.174 213.719L369.529 200.364" stroke="#D926CA" stroke-width="0.862269"/><path d="M376.207 200.363L389.562 213.718" stroke="#D926CA" stroke-width="0.862269"/><path d="M376.207 213.719L389.562 200.364" stroke="#D926CA" stroke-width="0.862269"/><path d="M396.238 200.363L409.593 213.718" stroke="#D926CA" stroke-width="0.862269"/><path d="M396.238 213.719L409.593 200.364" stroke="#D926CA" stroke-width="0.862269"/><path d="M175.878 240.428L189.234 253.783" stroke="#D926CA" stroke-width="0.862269"/><path d="M175.878 253.783L189.234 240.428" stroke="#D926CA" stroke-width="0.862269"/><path d="M195.912 240.428L209.267 253.783" stroke="#D926CA" stroke-width="0.862269"/><path d="M195.912 253.783L209.267 240.428" stroke="#D926CA" stroke-width="0.862269"/><path d="M215.944 240.428L229.299 253.783" stroke="#D926CA" stroke-width="0.862269"/><path d="M215.944 253.783L229.299 240.428" stroke="#D926CA" stroke-width="0.862269"/><path d="M235.977 240.428L249.332 253.783" stroke="#D926CA" stroke-width="0.862269"/><path d="M235.977 253.783L249.332 240.428" stroke="#D926CA" stroke-width="0.862269"/><path d="M256.009 240.428L269.364 253.783" stroke="#D926CA" stroke-width="0.862269"/><path d="M256.009 253.783L269.364 240.428" stroke="#D926CA" stroke-width="0.862269"/><path d="M276.042 240.428L289.398 253.783" stroke="#D926CA" stroke-width="0.862269"/><path d="M276.042 253.783L289.398 240.428" stroke="#D926CA" stroke-width="0.862269"/><path d="M296.075 240.428L309.43 253.783" stroke="#D926CA" stroke-width="0.862269"/><path d="M296.075 253.783L309.43 240.428" stroke="#D926CA" stroke-width="0.862269"/><path d="M316.108 240.428L329.464 253.783" stroke="#D926CA" stroke-width="0.862269"/><path d="M316.108 253.783L329.464 240.428" stroke="#D926CA" stroke-width="0.862269"/><path d="M336.141 240.428L349.496 253.783" stroke="#D926CA" stroke-width="0.862269"/><path d="M336.141 253.783L349.496 240.428" stroke="#D926CA" stroke-width="0.862269"/><path d="M356.175 240.43L369.53 253.785" stroke="#D926CA" stroke-width="0.862269"/><path d="M356.175 253.785L369.53 240.43" stroke="#D926CA" stroke-width="0.862269"/><path d="M376.206 240.428L389.561 253.783" stroke="#D926CA" stroke-width="0.862269"/><path d="M376.206 253.783L389.561 240.428" stroke="#D926CA" stroke-width="0.862269"/><path d="M396.238 240.428L409.593 253.783" stroke="#D926CA" stroke-width="0.862269"/><path d="M396.238 253.783L409.593 240.428" stroke="#D926CA" stroke-width="0.862269"/><path d="M175.879 280.494L189.234 293.849" stroke="#D926CA" stroke-width="0.862269"/><path d="M175.879 293.85L189.234 280.494" stroke="#D926CA" stroke-width="0.862269"/><path d="M195.911 280.494L209.266 293.849" stroke="#D926CA" stroke-width="0.862269"/><path d="M195.911 293.85L209.266 280.494" stroke="#D926CA" stroke-width="0.862269"/><path d="M215.944 280.494L229.299 293.849" stroke="#D926CA" stroke-width="0.862269"/><path d="M215.944 293.85L229.299 280.494" stroke="#D926CA" stroke-width="0.862269"/><path d="M235.978 280.494L249.333 293.849" stroke="#D926CA" stroke-width="0.862269"/><path d="M235.978 293.85L249.333 280.494" stroke="#D926CA" stroke-width="0.862269"/><path d="M256.009 280.496L269.364 293.851" stroke="#D926CA" stroke-width="0.862269"/><path d="M256.009 293.852L269.364 280.496" stroke="#D926CA" stroke-width="0.862269"/><path d="M276.043 280.494L289.399 293.849" stroke="#D926CA" stroke-width="0.862269"/><path d="M276.043 293.85L289.399 280.494" stroke="#D926CA" stroke-width="0.862269"/><path d="M296.076 280.494L309.431 293.849" stroke="#D926CA" stroke-width="0.862269"/><path d="M296.076 293.85L309.431 280.494" stroke="#D926CA" stroke-width="0.862269"/><path d="M316.108 280.494L329.464 293.849" stroke="#D926CA" stroke-width="0.862269"/><path d="M316.108 293.85L329.464 280.494" stroke="#D926CA" stroke-width="0.862269"/><path d="M336.141 280.494L349.496 293.849" stroke="#D926CA" stroke-width="0.862269"/><path d="M336.141 293.85L349.496 280.494" stroke="#D926CA" stroke-width="0.862269"/><path d="M356.174 280.494L369.529 293.849" stroke="#D926CA" stroke-width="0.862269"/><path d="M356.174 293.85L369.529 280.494" stroke="#D926CA" stroke-width="0.862269"/><path d="M376.206 280.494L389.561 293.849" stroke="#D926CA" stroke-width="0.862269"/><path d="M376.206 293.85L389.561 280.494" stroke="#D926CA" stroke-width="0.862269"/><path d="M396.238 280.496L409.593 293.851" stroke="#D926CA" stroke-width="0.862269"/><path d="M396.238 293.852L409.593 280.496" stroke="#D926CA" stroke-width="0.862269"/><path d="M175.879 320.561L189.234 333.916" stroke="#D926CA" stroke-width="0.862269"/><path d="M175.879 333.916L189.234 320.561" stroke="#D926CA" stroke-width="0.862269"/><path d="M195.911 320.561L209.266 333.916" stroke="#D926CA" stroke-width="0.862269"/><path d="M195.911 333.916L209.266 320.561" stroke="#D926CA" stroke-width="0.862269"/><path d="M215.944 320.561L229.299 333.916" stroke="#D926CA" stroke-width="0.862269"/><path d="M215.944 333.916L229.299 320.561" stroke="#D926CA" stroke-width="0.862269"/><path d="M235.978 320.561L249.333 333.916" stroke="#D926CA" stroke-width="0.862269"/><path d="M235.978 333.916L249.333 320.561" stroke="#D926CA" stroke-width="0.862269"/><path d="M256.009 320.561L269.364 333.916" stroke="#D926CA" stroke-width="0.862269"/><path d="M256.009 333.916L269.364 320.561" stroke="#D926CA" stroke-width="0.862269"/><path d="M276.043 320.561L289.399 333.916" stroke="#D926CA" stroke-width="0.862269"/><path d="M276.043 333.916L289.399 320.561" stroke="#D926CA" stroke-width="0.862269"/><path d="M296.075 320.559L309.43 333.914" stroke="#D926CA" stroke-width="0.862269"/><path d="M296.075 333.914L309.43 320.559" stroke="#D926CA" stroke-width="0.862269"/><path d="M316.108 320.561L329.464 333.916" stroke="#D926CA" stroke-width="0.862269"/><path d="M316.108 333.916L329.464 320.561" stroke="#D926CA" stroke-width="0.862269"/><path d="M336.141 320.561L349.496 333.916" stroke="#D926CA" stroke-width="0.862269"/><path d="M336.141 333.916L349.496 320.561" stroke="#D926CA" stroke-width="0.862269"/><path d="M356.174 320.561L369.529 333.916" stroke="#D926CA" stroke-width="0.862269"/><path d="M356.174 333.916L369.529 320.561" stroke="#D926CA" stroke-width="0.862269"/><path d="M376.208 320.561L389.563 333.916" stroke="#D926CA" stroke-width="0.862269"/><path d="M376.208 333.916L389.563 320.561" stroke="#D926CA" stroke-width="0.862269"/><path d="M396.238 320.561L409.593 333.916" stroke="#D926CA" stroke-width="0.862269"/><path d="M396.238 333.916L409.593 320.561" stroke="#D926CA" stroke-width="0.862269"/><path d="M175.879 360.625L189.234 373.98" stroke="#D926CA" stroke-width="0.862269"/><path d="M175.879 373.98L189.234 360.625" stroke="#D926CA" stroke-width="0.862269"/><path d="M195.912 360.623L209.267 373.978" stroke="#D926CA" stroke-width="0.862269"/><path d="M195.912 373.979L209.267 360.623" stroke="#D926CA" stroke-width="0.862269"/><path d="M215.944 360.625L229.299 373.98" stroke="#D926CA" stroke-width="0.862269"/><path d="M215.944 373.98L229.299 360.625" stroke="#D926CA" stroke-width="0.862269"/><path d="M235.978 360.625L249.333 373.98" stroke="#D926CA" stroke-width="0.862269"/><path d="M235.978 373.98L249.333 360.625" stroke="#D926CA" stroke-width="0.862269"/><path d="M256.009 360.625L269.364 373.98" stroke="#D926CA" stroke-width="0.862269"/><path d="M256.009 373.98L269.364 360.625" stroke="#D926CA" stroke-width="0.862269"/><path d="M276.042 360.625L289.398 373.98" stroke="#D926CA" stroke-width="0.862269"/><path d="M276.042 373.98L289.398 360.625" stroke="#D926CA" stroke-width="0.862269"/><path d="M296.075 360.625L309.43 373.98" stroke="#D926CA" stroke-width="0.862269"/><path d="M296.075 373.98L309.43 360.625" stroke="#D926CA" stroke-width="0.862269"/><path d="M316.108 360.625L329.464 373.98" stroke="#D926CA" stroke-width="0.862269"/><path d="M316.108 373.98L329.464 360.625" stroke="#D926CA" stroke-width="0.862269"/><path d="M336.14 360.623L349.495 373.978" stroke="#D926CA" stroke-width="0.862269"/><path d="M336.14 373.979L349.495 360.623" stroke="#D926CA" stroke-width="0.862269"/><path d="M356.174 360.625L369.529 373.98" stroke="#D926CA" stroke-width="0.862269"/><path d="M356.174 373.98L369.529 360.625" stroke="#D926CA" stroke-width="0.862269"/><path d="M376.207 360.623L389.562 373.978" stroke="#D926CA" stroke-width="0.862269"/><path d="M376.207 373.979L389.562 360.623" stroke="#D926CA" stroke-width="0.862269"/><path d="M396.238 360.625L409.593 373.98" stroke="#D926CA" stroke-width="0.862269"/><path d="M396.238 373.98L409.593 360.625" stroke="#D926CA" stroke-width="0.862269"/><path d="M165.861 220.396L179.217 233.752" stroke="#D926CA" stroke-width="0.862269"/><path d="M165.861 233.752L179.217 220.397" stroke="#D926CA" stroke-width="0.862269"/><path d="M185.896 220.396L199.251 233.752" stroke="#D926CA" stroke-width="0.862269"/><path d="M185.896 233.752L199.251 220.397" stroke="#D926CA" stroke-width="0.862269"/><path d="M205.929 220.396L219.284 233.752" stroke="#D926CA" stroke-width="0.862269"/><path d="M205.929 233.752L219.284 220.397" stroke="#D926CA" stroke-width="0.862269"/><path d="M225.961 220.396L239.317 233.752" stroke="#D926CA" stroke-width="0.862269"/><path d="M225.961 233.752L239.317 220.397" stroke="#D926CA" stroke-width="0.862269"/><path d="M245.994 220.396L259.349 233.752" stroke="#D926CA" stroke-width="0.862269"/><path d="M245.994 233.752L259.349 220.397" stroke="#D926CA" stroke-width="0.862269"/><path d="M266.027 220.396L279.383 233.752" stroke="#D926CA" stroke-width="0.862269"/><path d="M266.027 233.752L279.383 220.397" stroke="#D926CA" stroke-width="0.862269"/><path d="M286.06 220.396L299.415 233.752" stroke="#D926CA" stroke-width="0.862269"/><path d="M286.06 233.752L299.415 220.397" stroke="#D926CA" stroke-width="0.862269"/><path d="M306.092 220.396L319.447 233.752" stroke="#D926CA" stroke-width="0.862269"/><path d="M306.092 233.752L319.447 220.397" stroke="#D926CA" stroke-width="0.862269"/><path d="M326.125 220.396L339.48 233.752" stroke="#D926CA" stroke-width="0.862269"/><path d="M326.125 233.752L339.48 220.397" stroke="#D926CA" stroke-width="0.862269"/><path d="M346.157 220.396L359.512 233.752" stroke="#D926CA" stroke-width="0.862269"/><path d="M346.157 233.752L359.512 220.397" stroke="#D926CA" stroke-width="0.862269"/><path d="M366.19 220.396L379.546 233.752" stroke="#D926CA" stroke-width="0.862269"/><path d="M366.19 233.752L379.546 220.397" stroke="#D926CA" stroke-width="0.862269"/><path d="M386.223 220.396L399.578 233.752" stroke="#D926CA" stroke-width="0.862269"/><path d="M386.223 233.752L399.578 220.397" stroke="#D926CA" stroke-width="0.862269"/><path d="M165.862 260.463L179.217 273.818" stroke="#D926CA" stroke-width="0.862269"/><path d="M165.862 273.818L179.217 260.463" stroke="#D926CA" stroke-width="0.862269"/><path d="M185.896 260.463L199.252 273.818" stroke="#D926CA" stroke-width="0.862269"/><path d="M185.896 273.818L199.252 260.463" stroke="#D926CA" stroke-width="0.862269"/><path d="M205.927 260.463L219.282 273.818" stroke="#D926CA" stroke-width="0.862269"/><path d="M205.927 273.818L219.282 260.463" stroke="#D926CA" stroke-width="0.862269"/><path d="M225.961 260.463L239.316 273.818" stroke="#D926CA" stroke-width="0.862269"/><path d="M225.961 273.818L239.316 260.463" stroke="#D926CA" stroke-width="0.862269"/><path d="M245.994 260.463L259.349 273.818" stroke="#D926CA" stroke-width="0.862269"/><path d="M245.994 273.818L259.349 260.463" stroke="#D926CA" stroke-width="0.862269"/><path d="M266.027 260.463L279.382 273.818" stroke="#D926CA" stroke-width="0.862269"/><path d="M266.027 273.818L279.382 260.463" stroke="#D926CA" stroke-width="0.862269"/><path d="M286.061 260.463L299.416 273.818" stroke="#D926CA" stroke-width="0.862269"/><path d="M286.061 273.818L299.416 260.463" stroke="#D926CA" stroke-width="0.862269"/><path d="M306.092 260.463L319.447 273.818" stroke="#D926CA" stroke-width="0.862269"/><path d="M306.092 273.818L319.447 260.463" stroke="#D926CA" stroke-width="0.862269"/><path d="M326.126 260.463L339.481 273.818" stroke="#D926CA" stroke-width="0.862269"/><path d="M326.126 273.818L339.481 260.463" stroke="#D926CA" stroke-width="0.862269"/><path d="M346.157 260.463L359.512 273.818" stroke="#D926CA" stroke-width="0.862269"/><path d="M346.157 273.818L359.512 260.463" stroke="#D926CA" stroke-width="0.862269"/><path d="M366.191 260.463L379.547 273.818" stroke="#D926CA" stroke-width="0.862269"/><path d="M366.191 273.818L379.547 260.463" stroke="#D926CA" stroke-width="0.862269"/><path d="M386.225 260.463L399.58 273.818" stroke="#D926CA" stroke-width="0.862269"/><path d="M386.225 273.818L399.58 260.463" stroke="#D926CA" stroke-width="0.862269"/><path d="M165.862 300.527L179.217 313.883" stroke="#D926CA" stroke-width="0.862269"/><path d="M165.862 313.883L179.217 300.528" stroke="#D926CA" stroke-width="0.862269"/><path d="M185.896 300.527L199.252 313.883" stroke="#D926CA" stroke-width="0.862269"/><path d="M185.896 313.883L199.252 300.528" stroke="#D926CA" stroke-width="0.862269"/><path d="M205.928 300.527L219.283 313.883" stroke="#D926CA" stroke-width="0.862269"/><path d="M205.928 313.883L219.283 300.528" stroke="#D926CA" stroke-width="0.862269"/><path d="M225.961 300.527L239.317 313.883" stroke="#D926CA" stroke-width="0.862269"/><path d="M225.961 313.883L239.317 300.528" stroke="#D926CA" stroke-width="0.862269"/><path d="M245.994 300.527L259.349 313.883" stroke="#D926CA" stroke-width="0.862269"/><path d="M245.994 313.883L259.349 300.528" stroke="#D926CA" stroke-width="0.862269"/><path d="M266.026 300.527L279.381 313.883" stroke="#D926CA" stroke-width="0.862269"/><path d="M266.026 313.883L279.381 300.528" stroke="#D926CA" stroke-width="0.862269"/><path d="M286.06 300.527L299.415 313.883" stroke="#D926CA" stroke-width="0.862269"/><path d="M286.06 313.883L299.415 300.528" stroke="#D926CA" stroke-width="0.862269"/><path d="M306.092 300.527L319.447 313.883" stroke="#D926CA" stroke-width="0.862269"/><path d="M306.092 313.883L319.447 300.528" stroke="#D926CA" stroke-width="0.862269"/><path d="M326.125 300.527L339.48 313.883" stroke="#D926CA" stroke-width="0.862269"/><path d="M326.125 313.883L339.48 300.528" stroke="#D926CA" stroke-width="0.862269"/><path d="M346.157 300.527L359.512 313.883" stroke="#D926CA" stroke-width="0.862269"/><path d="M346.157 313.883L359.512 300.528" stroke="#D926CA" stroke-width="0.862269"/><path d="M366.19 300.527L379.546 313.883" stroke="#D926CA" stroke-width="0.862269"/><path d="M366.19 313.883L379.546 300.528" stroke="#D926CA" stroke-width="0.862269"/><path d="M386.223 300.527L399.578 313.883" stroke="#D926CA" stroke-width="0.862269"/><path d="M386.223 313.883L399.578 300.528" stroke="#D926CA" stroke-width="0.862269"/><path d="M165.862 340.592L179.217 353.947" stroke="#D926CA" stroke-width="0.862269"/><path d="M165.862 353.947L179.217 340.592" stroke="#D926CA" stroke-width="0.862269"/><path d="M185.896 340.592L199.252 353.947" stroke="#D926CA" stroke-width="0.862269"/><path d="M185.896 353.947L199.252 340.592" stroke="#D926CA" stroke-width="0.862269"/><path d="M205.929 340.592L219.284 353.947" stroke="#D926CA" stroke-width="0.862269"/><path d="M205.929 353.947L219.284 340.592" stroke="#D926CA" stroke-width="0.862269"/><path d="M225.961 340.592L239.317 353.947" stroke="#D926CA" stroke-width="0.862269"/><path d="M225.961 353.947L239.317 340.592" stroke="#D926CA" stroke-width="0.862269"/><path d="M245.993 340.592L259.348 353.947" stroke="#D926CA" stroke-width="0.862269"/><path d="M245.993 353.947L259.348 340.592" stroke="#D926CA" stroke-width="0.862269"/><path d="M266.026 340.592L279.381 353.947" stroke="#D926CA" stroke-width="0.862269"/><path d="M266.026 353.947L279.381 340.592" stroke="#D926CA" stroke-width="0.862269"/><path d="M286.06 340.592L299.415 353.947" stroke="#D926CA" stroke-width="0.862269"/><path d="M286.06 353.947L299.415 340.592" stroke="#D926CA" stroke-width="0.862269"/><path d="M306.091 340.592L319.446 353.947" stroke="#D926CA" stroke-width="0.862269"/><path d="M306.091 353.947L319.446 340.592" stroke="#D926CA" stroke-width="0.862269"/><path d="M326.125 340.592L339.48 353.947" stroke="#D926CA" stroke-width="0.862269"/><path d="M326.125 353.947L339.48 340.592" stroke="#D926CA" stroke-width="0.862269"/><path d="M346.157 340.592L359.512 353.947" stroke="#D926CA" stroke-width="0.862269"/><path d="M346.157 353.947L359.512 340.592" stroke="#D926CA" stroke-width="0.862269"/><path d="M366.19 340.594L379.546 353.949" stroke="#D926CA" stroke-width="0.862269"/><path d="M366.19 353.949L379.546 340.594" stroke="#D926CA" stroke-width="0.862269"/><path d="M386.222 340.592L399.577 353.947" stroke="#D926CA" stroke-width="0.862269"/><path d="M386.222 353.947L399.577 340.592" stroke="#D926CA" stroke-width="0.862269"/><path d="M165.861 380.656L179.217 394.011" stroke="#D926CA" stroke-width="0.862269"/><path d="M165.861 394.012L179.217 380.657" stroke="#D926CA" stroke-width="0.862269"/><path d="M185.896 380.658L199.252 394.013" stroke="#D926CA" stroke-width="0.862269"/><path d="M185.896 394.014L199.252 380.658" stroke="#D926CA" stroke-width="0.862269"/><path d="M205.929 380.656L219.284 394.011" stroke="#D926CA" stroke-width="0.862269"/><path d="M205.929 394.012L219.284 380.657" stroke="#D926CA" stroke-width="0.862269"/><path d="M225.961 380.658L239.317 394.013" stroke="#D926CA" stroke-width="0.862269"/><path d="M225.961 394.014L239.317 380.658" stroke="#D926CA" stroke-width="0.862269"/><path d="M245.993 380.656L259.348 394.011" stroke="#D926CA" stroke-width="0.862269"/><path d="M245.993 394.012L259.348 380.657" stroke="#D926CA" stroke-width="0.862269"/><path d="M266.026 380.656L279.381 394.011" stroke="#D926CA" stroke-width="0.862269"/><path d="M266.026 394.012L279.381 380.657" stroke="#D926CA" stroke-width="0.862269"/><path d="M286.059 380.658L299.414 394.013" stroke="#D926CA" stroke-width="0.862269"/><path d="M286.059 394.014L299.414 380.658" stroke="#D926CA" stroke-width="0.862269"/><path d="M306.092 380.656L319.447 394.011" stroke="#D926CA" stroke-width="0.862269"/><path d="M306.092 394.012L319.447 380.657" stroke="#D926CA" stroke-width="0.862269"/><path d="M326.126 380.658L339.481 394.013" stroke="#D926CA" stroke-width="0.862269"/><path d="M326.126 394.014L339.481 380.658" stroke="#D926CA" stroke-width="0.862269"/><path d="M346.157 380.656L359.512 394.011" stroke="#D926CA" stroke-width="0.862269"/><path d="M346.157 394.012L359.512 380.657" stroke="#D926CA" stroke-width="0.862269"/><path d="M366.191 380.658L379.547 394.013" stroke="#D926CA" stroke-width="0.862269"/><path d="M366.191 394.014L379.547 380.658" stroke="#D926CA" stroke-width="0.862269"/><path d="M386.222 380.656L399.577 394.011" stroke="#D926CA" stroke-width="0.862269"/><path d="M386.222 394.012L399.577 380.657" stroke="#D926CA" stroke-width="0.862269"/><path d="M125.799 180.332L139.154 193.687" stroke="#D926CA" stroke-width="0.862269"/><path d="M125.799 193.688L139.154 180.332" stroke="#D926CA" stroke-width="0.862269"/><path d="M145.831 180.332L159.186 193.687" stroke="#D926CA" stroke-width="0.862269"/><path d="M145.831 193.688L159.186 180.332" stroke="#D926CA" stroke-width="0.862269"/><path d="M135.814 200.363L149.169 213.718" stroke="#D926CA" stroke-width="0.862269"/><path d="M135.814 213.719L149.169 200.364" stroke="#D926CA" stroke-width="0.862269"/><path d="M155.847 200.363L169.202 213.718" stroke="#D926CA" stroke-width="0.862269"/><path d="M155.847 213.719L169.202 200.364" stroke="#D926CA" stroke-width="0.862269"/><path d="M135.813 240.43L149.168 253.785" stroke="#D926CA" stroke-width="0.862269"/><path d="M135.813 253.785L149.168 240.43" stroke="#D926CA" stroke-width="0.862269"/><path d="M155.846 240.43L169.201 253.785" stroke="#D926CA" stroke-width="0.862269"/><path d="M155.846 253.785L169.201 240.43" stroke="#D926CA" stroke-width="0.862269"/><path d="M135.814 280.496L149.17 293.851" stroke="#D926CA" stroke-width="0.862269"/><path d="M135.814 293.852L149.17 280.496" stroke="#D926CA" stroke-width="0.862269"/><path d="M155.846 280.496L169.201 293.851" stroke="#D926CA" stroke-width="0.862269"/><path d="M155.846 293.852L169.201 280.496" stroke="#D926CA" stroke-width="0.862269"/><path d="M135.813 320.561L149.169 333.916" stroke="#D926CA" stroke-width="0.862269"/><path d="M135.813 333.916L149.169 320.561" stroke="#D926CA" stroke-width="0.862269"/><path d="M155.846 320.559L169.201 333.914" stroke="#D926CA" stroke-width="0.862269"/><path d="M155.846 333.914L169.201 320.559" stroke="#D926CA" stroke-width="0.862269"/><path d="M135.813 360.625L149.169 373.98" stroke="#D926CA" stroke-width="0.862269"/><path d="M135.813 373.98L149.169 360.625" stroke="#D926CA" stroke-width="0.862269"/><path d="M155.846 360.625L169.201 373.98" stroke="#D926CA" stroke-width="0.862269"/><path d="M155.846 373.98L169.201 360.625" stroke="#D926CA" stroke-width="0.862269"/><path d="M125.798 220.396L139.154 233.752" stroke="#D926CA" stroke-width="0.862269"/><path d="M125.798 233.752L139.154 220.397" stroke="#D926CA" stroke-width="0.862269"/><path d="M145.832 220.396L159.187 233.752" stroke="#D926CA" stroke-width="0.862269"/><path d="M145.832 233.752L159.187 220.397" stroke="#D926CA" stroke-width="0.862269"/><path d="M125.798 260.463L139.154 273.818" stroke="#D926CA" stroke-width="0.862269"/><path d="M125.798 273.818L139.154 260.463" stroke="#D926CA" stroke-width="0.862269"/><path d="M145.83 260.463L159.185 273.818" stroke="#D926CA" stroke-width="0.862269"/><path d="M145.83 273.818L159.185 260.463" stroke="#D926CA" stroke-width="0.862269"/><path d="M125.798 300.527L139.154 313.883" stroke="#D926CA" stroke-width="0.862269"/><path d="M125.798 313.883L139.154 300.528" stroke="#D926CA" stroke-width="0.862269"/><path d="M145.83 300.529L159.185 313.884" stroke="#D926CA" stroke-width="0.862269"/><path d="M145.83 313.885L159.185 300.53" stroke="#D926CA" stroke-width="0.862269"/><path d="M125.799 340.594L139.154 353.949" stroke="#D926CA" stroke-width="0.862269"/><path d="M125.799 353.949L139.154 340.594" stroke="#D926CA" stroke-width="0.862269"/><path d="M145.83 340.592L159.185 353.947" stroke="#D926CA" stroke-width="0.862269"/><path d="M145.83 353.947L159.185 340.592" stroke="#D926CA" stroke-width="0.862269"/><path d="M125.799 380.66L139.154 394.015" stroke="#D926CA" stroke-width="0.862269"/><path d="M125.799 394.016L139.154 380.66" stroke="#D926CA" stroke-width="0.862269"/><path d="M145.83 380.66L159.185 394.015" stroke="#D926CA" stroke-width="0.862269"/><path d="M145.83 394.016L159.185 380.66" stroke="#D926CA" stroke-width="0.862269"/></g><rect x="400.422" y="77" width="479.421" height="317.315" fill="#FF80F4"/><mask id="mask7_4179_69812" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="400" y="77" width="480" height="318"><rect x="400.422" y="77" width="479.421" height="317.315" fill="#DE5EE0"/></mask><g mask="url(#mask7_4179_69812)"><path d="M404.892 180.332L418.247 193.687" stroke="#D926CA" stroke-width="0.862269"/><path d="M404.892 193.688L418.247 180.332" stroke="#D926CA" stroke-width="0.862269"/><path d="M424.927 180.332L438.282 193.687" stroke="#D926CA" stroke-width="0.862269"/><path d="M424.927 193.688L438.282 180.332" stroke="#D926CA" stroke-width="0.862269"/><path d="M444.957 180.332L458.312 193.687" stroke="#D926CA" stroke-width="0.862269"/><path d="M444.957 193.688L458.312 180.332" stroke="#D926CA" stroke-width="0.862269"/><path d="M464.989 180.332L478.344 193.687" stroke="#D926CA" stroke-width="0.862269"/><path d="M464.989 193.688L478.344 180.332" stroke="#D926CA" stroke-width="0.862269"/><path d="M394.876 200.363L408.231 213.718" stroke="#D926CA" stroke-width="0.862269"/><path d="M394.876 213.719L408.231 200.364" stroke="#D926CA" stroke-width="0.862269"/><path d="M414.908 200.365L428.263 213.72" stroke="#D926CA" stroke-width="0.862269"/><path d="M414.908 213.721L428.263 200.366" stroke="#D926CA" stroke-width="0.862269"/><path d="M434.941 200.363L448.297 213.718" stroke="#D926CA" stroke-width="0.862269"/><path d="M434.941 213.719L448.297 200.364" stroke="#D926CA" stroke-width="0.862269"/><path d="M454.974 200.363L468.329 213.718" stroke="#D926CA" stroke-width="0.862269"/><path d="M454.974 213.719L468.329 200.364" stroke="#D926CA" stroke-width="0.862269"/><path d="M394.875 240.43L408.23 253.785" stroke="#D926CA" stroke-width="0.862269"/><path d="M394.875 253.785L408.23 240.43" stroke="#D926CA" stroke-width="0.862269"/><path d="M414.909 240.43L428.264 253.785" stroke="#D926CA" stroke-width="0.862269"/><path d="M414.909 253.785L428.264 240.43" stroke="#D926CA" stroke-width="0.862269"/><path d="M434.941 240.43L448.297 253.785" stroke="#D926CA" stroke-width="0.862269"/><path d="M434.941 253.785L448.297 240.43" stroke="#D926CA" stroke-width="0.862269"/><path d="M454.973 240.43L468.328 253.785" stroke="#D926CA" stroke-width="0.862269"/><path d="M454.973 253.785L468.328 240.43" stroke="#D926CA" stroke-width="0.862269"/><path d="M394.875 280.496L408.23 293.851" stroke="#D926CA" stroke-width="0.862269"/><path d="M394.875 293.852L408.23 280.496" stroke="#D926CA" stroke-width="0.862269"/><path d="M414.908 280.496L428.263 293.851" stroke="#D926CA" stroke-width="0.862269"/><path d="M414.908 293.852L428.263 280.496" stroke="#D926CA" stroke-width="0.862269"/><path d="M434.94 280.496L448.296 293.851" stroke="#D926CA" stroke-width="0.862269"/><path d="M434.94 293.852L448.296 280.496" stroke="#D926CA" stroke-width="0.862269"/><path d="M454.974 280.498L468.329 293.853" stroke="#D926CA" stroke-width="0.862269"/><path d="M454.974 293.854L468.329 280.498" stroke="#D926CA" stroke-width="0.862269"/><path d="M394.877 320.559L408.232 333.914" stroke="#D926CA" stroke-width="0.862269"/><path d="M394.877 333.914L408.232 320.559" stroke="#D926CA" stroke-width="0.862269"/><path d="M414.908 320.561L428.263 333.916" stroke="#D926CA" stroke-width="0.862269"/><path d="M414.908 333.916L428.263 320.561" stroke="#D926CA" stroke-width="0.862269"/><path d="M434.941 320.561L448.297 333.916" stroke="#D926CA" stroke-width="0.862269"/><path d="M434.941 333.916L448.297 320.561" stroke="#D926CA" stroke-width="0.862269"/><path d="M454.974 320.559L468.329 333.914" stroke="#D926CA" stroke-width="0.862269"/><path d="M454.974 333.914L468.329 320.559" stroke="#D926CA" stroke-width="0.862269"/><path d="M394.876 360.625L408.231 373.98" stroke="#D926CA" stroke-width="0.862269"/><path d="M394.876 373.98L408.231 360.625" stroke="#D926CA" stroke-width="0.862269"/><path d="M414.909 360.625L428.264 373.98" stroke="#D926CA" stroke-width="0.862269"/><path d="M414.909 373.98L428.264 360.625" stroke="#D926CA" stroke-width="0.862269"/><path d="M434.941 360.625L448.297 373.98" stroke="#D926CA" stroke-width="0.862269"/><path d="M434.941 373.98L448.297 360.625" stroke="#D926CA" stroke-width="0.862269"/><path d="M454.974 360.625L468.329 373.98" stroke="#D926CA" stroke-width="0.862269"/><path d="M454.974 373.98L468.329 360.625" stroke="#D926CA" stroke-width="0.862269"/><path d="M404.893 220.396L418.248 233.752" stroke="#D926CA" stroke-width="0.862269"/><path d="M404.893 233.752L418.248 220.397" stroke="#D926CA" stroke-width="0.862269"/><path d="M424.926 220.396L438.281 233.752" stroke="#D926CA" stroke-width="0.862269"/><path d="M424.926 233.752L438.281 220.397" stroke="#D926CA" stroke-width="0.862269"/><path d="M444.959 220.396L458.314 233.752" stroke="#D926CA" stroke-width="0.862269"/><path d="M444.959 233.752L458.314 220.397" stroke="#D926CA" stroke-width="0.862269"/><path d="M464.991 220.396L478.346 233.752" stroke="#D926CA" stroke-width="0.862269"/><path d="M464.991 233.752L478.346 220.397" stroke="#D926CA" stroke-width="0.862269"/><path d="M404.891 260.463L418.246 273.818" stroke="#D926CA" stroke-width="0.862269"/><path d="M404.891 273.818L418.246 260.463" stroke="#D926CA" stroke-width="0.862269"/><path d="M424.926 260.463L438.281 273.818" stroke="#D926CA" stroke-width="0.862269"/><path d="M424.926 273.818L438.281 260.463" stroke="#D926CA" stroke-width="0.862269"/><path d="M444.959 260.463L458.314 273.818" stroke="#D926CA" stroke-width="0.862269"/><path d="M444.959 273.818L458.314 260.463" stroke="#D926CA" stroke-width="0.862269"/><path d="M464.99 260.463L478.345 273.818" stroke="#D926CA" stroke-width="0.862269"/><path d="M464.99 273.818L478.345 260.463" stroke="#D926CA" stroke-width="0.862269"/><path d="M404.892 300.527L418.247 313.883" stroke="#D926CA" stroke-width="0.862269"/><path d="M404.892 313.883L418.247 300.528" stroke="#D926CA" stroke-width="0.862269"/><path d="M424.926 300.529L438.281 313.884" stroke="#D926CA" stroke-width="0.862269"/><path d="M424.926 313.885L438.281 300.53" stroke="#D926CA" stroke-width="0.862269"/><path d="M444.957 300.529L458.312 313.884" stroke="#D926CA" stroke-width="0.862269"/><path d="M444.957 313.885L458.312 300.53" stroke="#D926CA" stroke-width="0.862269"/><path d="M464.99 300.527L478.345 313.883" stroke="#D926CA" stroke-width="0.862269"/><path d="M464.99 313.883L478.345 300.528" stroke="#D926CA" stroke-width="0.862269"/><path d="M404.893 340.594L418.248 353.949" stroke="#D926CA" stroke-width="0.862269"/><path d="M404.893 353.949L418.248 340.594" stroke="#D926CA" stroke-width="0.862269"/><path d="M424.926 340.594L438.281 353.949" stroke="#D926CA" stroke-width="0.862269"/><path d="M424.926 353.949L438.281 340.594" stroke="#D926CA" stroke-width="0.862269"/><path d="M444.958 340.592L458.313 353.947" stroke="#D926CA" stroke-width="0.862269"/><path d="M444.958 353.947L458.313 340.592" stroke="#D926CA" stroke-width="0.862269"/><path d="M464.989 340.594L478.344 353.949" stroke="#D926CA" stroke-width="0.862269"/><path d="M464.989 353.949L478.344 340.594" stroke="#D926CA" stroke-width="0.862269"/><path d="M404.893 380.658L418.248 394.013" stroke="#D926CA" stroke-width="0.862269"/><path d="M404.893 394.014L418.248 380.658" stroke="#D926CA" stroke-width="0.862269"/><path d="M424.926 380.66L438.281 394.015" stroke="#D926CA" stroke-width="0.862269"/><path d="M424.926 394.016L438.281 380.66" stroke="#D926CA" stroke-width="0.862269"/><path d="M444.957 380.658L458.312 394.013" stroke="#D926CA" stroke-width="0.862269"/><path d="M444.957 394.014L458.312 380.658" stroke="#D926CA" stroke-width="0.862269"/><path d="M464.989 380.658L478.344 394.013" stroke="#D926CA" stroke-width="0.862269"/><path d="M464.989 394.014L478.344 380.658" stroke="#D926CA" stroke-width="0.862269"/></g><rect x="-79" y="394.314" width="479.421" height="317.315" fill="#FF80F4"/><mask id="mask8_4179_69812" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="-79" y="394" width="480" height="318"><rect x="-79" y="394.314" width="479.421" height="317.315" fill="#DE5EE0"/></mask><g mask="url(#mask8_4179_69812)"><path d="M175.878 397.482L189.234 410.838" stroke="#D926CA" stroke-width="0.862269"/><path d="M175.878 410.838L189.234 397.483" stroke="#D926CA" stroke-width="0.862269"/><path d="M195.912 397.482L209.267 410.838" stroke="#D926CA" stroke-width="0.862269"/><path d="M195.912 410.838L209.267 397.483" stroke="#D926CA" stroke-width="0.862269"/><path d="M215.943 397.482L229.299 410.838" stroke="#D926CA" stroke-width="0.862269"/><path d="M215.943 410.838L229.299 397.483" stroke="#D926CA" stroke-width="0.862269"/><path d="M235.978 397.482L249.333 410.838" stroke="#D926CA" stroke-width="0.862269"/><path d="M235.978 410.838L249.333 397.483" stroke="#D926CA" stroke-width="0.862269"/><path d="M256.009 397.484L269.364 410.84" stroke="#D926CA" stroke-width="0.862269"/><path d="M256.009 410.84L269.364 397.485" stroke="#D926CA" stroke-width="0.862269"/><path d="M276.043 397.482L289.398 410.838" stroke="#D926CA" stroke-width="0.862269"/><path d="M276.043 410.838L289.398 397.483" stroke="#D926CA" stroke-width="0.862269"/><path d="M296.075 397.482L309.43 410.838" stroke="#D926CA" stroke-width="0.862269"/><path d="M296.075 410.838L309.43 397.483" stroke="#D926CA" stroke-width="0.862269"/><path d="M316.108 397.482L329.464 410.838" stroke="#D926CA" stroke-width="0.862269"/><path d="M316.108 410.838L329.464 397.483" stroke="#D926CA" stroke-width="0.862269"/><path d="M336.141 397.482L349.496 410.838" stroke="#D926CA" stroke-width="0.862269"/><path d="M336.141 410.838L349.496 397.483" stroke="#D926CA" stroke-width="0.862269"/><path d="M356.174 397.482L369.529 410.838" stroke="#D926CA" stroke-width="0.862269"/><path d="M356.174 410.838L369.529 397.483" stroke="#D926CA" stroke-width="0.862269"/><path d="M376.206 397.482L389.561 410.838" stroke="#D926CA" stroke-width="0.862269"/><path d="M376.206 410.838L389.561 397.483" stroke="#D926CA" stroke-width="0.862269"/><path d="M396.238 397.484L409.593 410.84" stroke="#D926CA" stroke-width="0.862269"/><path d="M396.238 410.84L409.593 397.485" stroke="#D926CA" stroke-width="0.862269"/><path d="M175.879 437.549L189.235 450.904" stroke="#D926CA" stroke-width="0.862269"/><path d="M175.879 450.904L189.235 437.549" stroke="#D926CA" stroke-width="0.862269"/><path d="M195.912 437.549L209.267 450.904" stroke="#D926CA" stroke-width="0.862269"/><path d="M195.912 450.904L209.267 437.549" stroke="#D926CA" stroke-width="0.862269"/><path d="M215.943 437.549L229.299 450.904" stroke="#D926CA" stroke-width="0.862269"/><path d="M215.943 450.904L229.299 437.549" stroke="#D926CA" stroke-width="0.862269"/><path d="M235.977 437.549L249.332 450.904" stroke="#D926CA" stroke-width="0.862269"/><path d="M235.977 450.904L249.332 437.549" stroke="#D926CA" stroke-width="0.862269"/><path d="M256.009 437.549L269.364 450.904" stroke="#D926CA" stroke-width="0.862269"/><path d="M256.009 450.904L269.364 437.549" stroke="#D926CA" stroke-width="0.862269"/><path d="M276.043 437.549L289.399 450.904" stroke="#D926CA" stroke-width="0.862269"/><path d="M276.043 450.904L289.399 437.549" stroke="#D926CA" stroke-width="0.862269"/><path d="M296.075 437.549L309.43 450.904" stroke="#D926CA" stroke-width="0.862269"/><path d="M296.075 450.904L309.43 437.549" stroke="#D926CA" stroke-width="0.862269"/><path d="M316.108 437.549L329.464 450.904" stroke="#D926CA" stroke-width="0.862269"/><path d="M316.108 450.904L329.464 437.549" stroke="#D926CA" stroke-width="0.862269"/><path d="M336.14 437.549L349.495 450.904" stroke="#D926CA" stroke-width="0.862269"/><path d="M336.14 450.904L349.495 437.549" stroke="#D926CA" stroke-width="0.862269"/><path d="M356.174 437.549L369.529 450.904" stroke="#D926CA" stroke-width="0.862269"/><path d="M356.174 450.904L369.529 437.549" stroke="#D926CA" stroke-width="0.862269"/><path d="M376.207 437.549L389.562 450.904" stroke="#D926CA" stroke-width="0.862269"/><path d="M376.207 450.904L389.562 437.549" stroke="#D926CA" stroke-width="0.862269"/><path d="M396.237 437.549L409.592 450.904" stroke="#D926CA" stroke-width="0.862269"/><path d="M396.237 450.904L409.592 437.549" stroke="#D926CA" stroke-width="0.862269"/><path d="M175.879 477.613L189.234 490.968" stroke="#D926CA" stroke-width="0.862269"/><path d="M175.879 490.969L189.234 477.614" stroke="#D926CA" stroke-width="0.862269"/><path d="M195.912 477.613L209.267 490.968" stroke="#D926CA" stroke-width="0.862269"/><path d="M195.912 490.969L209.267 477.614" stroke="#D926CA" stroke-width="0.862269"/><path d="M215.943 477.613L229.299 490.968" stroke="#D926CA" stroke-width="0.862269"/><path d="M215.943 490.969L229.299 477.614" stroke="#D926CA" stroke-width="0.862269"/><path d="M235.978 477.613L249.333 490.968" stroke="#D926CA" stroke-width="0.862269"/><path d="M235.978 490.969L249.333 477.614" stroke="#D926CA" stroke-width="0.862269"/><path d="M256.009 477.613L269.364 490.968" stroke="#D926CA" stroke-width="0.862269"/><path d="M256.009 490.969L269.364 477.614" stroke="#D926CA" stroke-width="0.862269"/><path d="M276.043 477.613L289.398 490.968" stroke="#D926CA" stroke-width="0.862269"/><path d="M276.043 490.969L289.398 477.614" stroke="#D926CA" stroke-width="0.862269"/><path d="M296.075 477.613L309.43 490.968" stroke="#D926CA" stroke-width="0.862269"/><path d="M296.075 490.969L309.43 477.614" stroke="#D926CA" stroke-width="0.862269"/><path d="M316.108 477.613L329.464 490.968" stroke="#D926CA" stroke-width="0.862269"/><path d="M316.108 490.969L329.464 477.614" stroke="#D926CA" stroke-width="0.862269"/><path d="M336.141 477.613L349.496 490.968" stroke="#D926CA" stroke-width="0.862269"/><path d="M336.141 490.969L349.496 477.614" stroke="#D926CA" stroke-width="0.862269"/><path d="M356.174 477.613L369.529 490.968" stroke="#D926CA" stroke-width="0.862269"/><path d="M356.174 490.969L369.529 477.614" stroke="#D926CA" stroke-width="0.862269"/><path d="M376.207 477.613L389.562 490.968" stroke="#D926CA" stroke-width="0.862269"/><path d="M376.207 490.969L389.562 477.614" stroke="#D926CA" stroke-width="0.862269"/><path d="M396.238 477.611L409.593 490.967" stroke="#D926CA" stroke-width="0.862269"/><path d="M396.238 490.967L409.593 477.612" stroke="#D926CA" stroke-width="0.862269"/><path d="M165.861 417.514L179.216 430.869" stroke="#D926CA" stroke-width="0.862269"/><path d="M165.861 430.869L179.216 417.514" stroke="#D926CA" stroke-width="0.862269"/><path d="M185.896 417.514L199.252 430.869" stroke="#D926CA" stroke-width="0.862269"/><path d="M185.896 430.869L199.252 417.514" stroke="#D926CA" stroke-width="0.862269"/><path d="M205.927 417.514L219.282 430.869" stroke="#D926CA" stroke-width="0.862269"/><path d="M205.927 430.869L219.282 417.514" stroke="#D926CA" stroke-width="0.862269"/><path d="M225.961 417.514L239.317 430.869" stroke="#D926CA" stroke-width="0.862269"/><path d="M225.961 430.869L239.317 417.514" stroke="#D926CA" stroke-width="0.862269"/><path d="M245.993 417.514L259.348 430.869" stroke="#D926CA" stroke-width="0.862269"/><path d="M245.993 430.869L259.348 417.514" stroke="#D926CA" stroke-width="0.862269"/><path d="M266.025 417.514L279.381 430.869" stroke="#D926CA" stroke-width="0.862269"/><path d="M266.025 430.869L279.381 417.514" stroke="#D926CA" stroke-width="0.862269"/><path d="M286.06 417.514L299.415 430.869" stroke="#D926CA" stroke-width="0.862269"/><path d="M286.06 430.869L299.415 417.514" stroke="#D926CA" stroke-width="0.862269"/><path d="M306.091 417.514L319.446 430.869" stroke="#D926CA" stroke-width="0.862269"/><path d="M306.091 430.869L319.446 417.514" stroke="#D926CA" stroke-width="0.862269"/><path d="M326.125 417.514L339.48 430.869" stroke="#D926CA" stroke-width="0.862269"/><path d="M326.125 430.869L339.48 417.514" stroke="#D926CA" stroke-width="0.862269"/><path d="M346.156 417.514L359.511 430.869" stroke="#D926CA" stroke-width="0.862269"/><path d="M346.156 430.869L359.511 417.514" stroke="#D926CA" stroke-width="0.862269"/><path d="M366.19 417.514L379.546 430.869" stroke="#D926CA" stroke-width="0.862269"/><path d="M366.19 430.869L379.546 417.514" stroke="#D926CA" stroke-width="0.862269"/><path d="M386.222 417.514L399.577 430.869" stroke="#D926CA" stroke-width="0.862269"/><path d="M386.222 430.869L399.577 417.514" stroke="#D926CA" stroke-width="0.862269"/><path d="M165.861 457.58L179.217 470.935" stroke="#D926CA" stroke-width="0.862269"/><path d="M165.861 470.936L179.217 457.58" stroke="#D926CA" stroke-width="0.862269"/><path d="M185.896 457.58L199.251 470.935" stroke="#D926CA" stroke-width="0.862269"/><path d="M185.896 470.936L199.251 457.58" stroke="#D926CA" stroke-width="0.862269"/><path d="M205.928 457.58L219.283 470.935" stroke="#D926CA" stroke-width="0.862269"/><path d="M205.928 470.936L219.283 457.58" stroke="#D926CA" stroke-width="0.862269"/><path d="M225.961 457.58L239.316 470.935" stroke="#D926CA" stroke-width="0.862269"/><path d="M225.961 470.936L239.316 457.58" stroke="#D926CA" stroke-width="0.862269"/><path d="M245.993 457.58L259.348 470.935" stroke="#D926CA" stroke-width="0.862269"/><path d="M245.993 470.936L259.348 457.58" stroke="#D926CA" stroke-width="0.862269"/><path d="M266.025 457.58L279.38 470.935" stroke="#D926CA" stroke-width="0.862269"/><path d="M266.025 470.936L279.38 457.58" stroke="#D926CA" stroke-width="0.862269"/><path d="M286.06 457.58L299.415 470.935" stroke="#D926CA" stroke-width="0.862269"/><path d="M286.06 470.936L299.415 457.58" stroke="#D926CA" stroke-width="0.862269"/><path d="M306.091 457.58L319.446 470.935" stroke="#D926CA" stroke-width="0.862269"/><path d="M306.091 470.936L319.446 457.58" stroke="#D926CA" stroke-width="0.862269"/><path d="M326.125 457.58L339.48 470.935" stroke="#D926CA" stroke-width="0.862269"/><path d="M326.125 470.936L339.48 457.58" stroke="#D926CA" stroke-width="0.862269"/><path d="M346.156 457.58L359.511 470.935" stroke="#D926CA" stroke-width="0.862269"/><path d="M346.156 470.936L359.511 457.58" stroke="#D926CA" stroke-width="0.862269"/><path d="M366.189 457.58L379.545 470.935" stroke="#D926CA" stroke-width="0.862269"/><path d="M366.189 470.936L379.545 457.58" stroke="#D926CA" stroke-width="0.862269"/><path d="M386.222 457.58L399.577 470.935" stroke="#D926CA" stroke-width="0.862269"/><path d="M386.222 470.936L399.577 457.58" stroke="#D926CA" stroke-width="0.862269"/><path d="M135.814 397.482L149.17 410.838" stroke="#D926CA" stroke-width="0.862269"/><path d="M135.814 410.838L149.17 397.483" stroke="#D926CA" stroke-width="0.862269"/><path d="M155.847 397.482L169.202 410.838" stroke="#D926CA" stroke-width="0.862269"/><path d="M155.847 410.838L169.202 397.483" stroke="#D926CA" stroke-width="0.862269"/><path d="M135.815 437.549L149.171 450.904" stroke="#D926CA" stroke-width="0.862269"/><path d="M135.815 450.904L149.171 437.549" stroke="#D926CA" stroke-width="0.862269"/><path d="M155.847 437.549L169.202 450.904" stroke="#D926CA" stroke-width="0.862269"/><path d="M155.847 450.904L169.202 437.549" stroke="#D926CA" stroke-width="0.862269"/><path d="M135.813 477.611L149.169 490.967" stroke="#D926CA" stroke-width="0.862269"/><path d="M135.813 490.967L149.169 477.612" stroke="#D926CA" stroke-width="0.862269"/><path d="M155.847 477.611L169.202 490.967" stroke="#D926CA" stroke-width="0.862269"/><path d="M155.847 490.967L169.202 477.612" stroke="#D926CA" stroke-width="0.862269"/><path d="M125.798 417.514L139.154 430.869" stroke="#D926CA" stroke-width="0.862269"/><path d="M125.798 430.869L139.154 417.514" stroke="#D926CA" stroke-width="0.862269"/><path d="M145.83 417.514L159.185 430.869" stroke="#D926CA" stroke-width="0.862269"/><path d="M145.83 430.869L159.185 417.514" stroke="#D926CA" stroke-width="0.862269"/><path d="M125.798 457.578L139.154 470.933" stroke="#D926CA" stroke-width="0.862269"/><path d="M125.798 470.934L139.154 457.578" stroke="#D926CA" stroke-width="0.862269"/><path d="M145.83 457.578L159.185 470.933" stroke="#D926CA" stroke-width="0.862269"/><path d="M145.83 470.934L159.185 457.578" stroke="#D926CA" stroke-width="0.862269"/></g><rect x="400.422" y="394.314" width="479.421" height="317.315" fill="#FF80F4"/><mask id="mask9_4179_69812" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="400" y="394" width="480" height="318"><rect x="400.422" y="394.314" width="479.421" height="317.315" fill="#DE5EE0"/></mask><g mask="url(#mask9_4179_69812)"><path d="M394.876 397.482L408.231 410.838" stroke="#D926CA" stroke-width="0.862269"/><path d="M394.876 410.838L408.231 397.483" stroke="#D926CA" stroke-width="0.862269"/><path d="M414.909 397.482L428.264 410.838" stroke="#D926CA" stroke-width="0.862269"/><path d="M414.909 410.838L428.264 397.483" stroke="#D926CA" stroke-width="0.862269"/><path d="M434.942 397.482L448.298 410.838" stroke="#D926CA" stroke-width="0.862269"/><path d="M434.942 410.838L448.298 397.483" stroke="#D926CA" stroke-width="0.862269"/><path d="M454.975 397.484L468.33 410.84" stroke="#D926CA" stroke-width="0.862269"/><path d="M454.975 410.84L468.33 397.485" stroke="#D926CA" stroke-width="0.862269"/><path d="M394.875 437.549L408.23 450.904" stroke="#D926CA" stroke-width="0.862269"/><path d="M394.875 450.904L408.23 437.549" stroke="#D926CA" stroke-width="0.862269"/><path d="M414.908 437.549L428.263 450.904" stroke="#D926CA" stroke-width="0.862269"/><path d="M414.908 450.904L428.263 437.549" stroke="#D926CA" stroke-width="0.862269"/><path d="M434.941 437.549L448.297 450.904" stroke="#D926CA" stroke-width="0.862269"/><path d="M434.941 450.904L448.297 437.549" stroke="#D926CA" stroke-width="0.862269"/><path d="M454.974 437.549L468.329 450.904" stroke="#D926CA" stroke-width="0.862269"/><path d="M454.974 450.904L468.329 437.549" stroke="#D926CA" stroke-width="0.862269"/><path d="M394.876 477.611L408.231 490.967" stroke="#D926CA" stroke-width="0.862269"/><path d="M394.876 490.967L408.231 477.612" stroke="#D926CA" stroke-width="0.862269"/><path d="M414.909 477.611L428.264 490.967" stroke="#D926CA" stroke-width="0.862269"/><path d="M414.909 490.967L428.264 477.612" stroke="#D926CA" stroke-width="0.862269"/><path d="M434.941 477.611L448.297 490.967" stroke="#D926CA" stroke-width="0.862269"/><path d="M434.941 490.967L448.297 477.612" stroke="#D926CA" stroke-width="0.862269"/><path d="M454.974 477.611L468.329 490.967" stroke="#D926CA" stroke-width="0.862269"/><path d="M454.974 490.967L468.329 477.612" stroke="#D926CA" stroke-width="0.862269"/><path d="M404.892 417.514L418.247 430.869" stroke="#D926CA" stroke-width="0.862269"/><path d="M404.892 430.869L418.247 417.514" stroke="#D926CA" stroke-width="0.862269"/><path d="M424.926 417.514L438.281 430.869" stroke="#D926CA" stroke-width="0.862269"/><path d="M424.926 430.869L438.281 417.514" stroke="#D926CA" stroke-width="0.862269"/><path d="M444.957 417.514L458.312 430.869" stroke="#D926CA" stroke-width="0.862269"/><path d="M444.957 430.869L458.312 417.514" stroke="#D926CA" stroke-width="0.862269"/><path d="M464.989 417.514L478.344 430.869" stroke="#D926CA" stroke-width="0.862269"/><path d="M464.989 430.869L478.344 417.514" stroke="#D926CA" stroke-width="0.862269"/><path d="M404.893 457.578L418.248 470.933" stroke="#D926CA" stroke-width="0.862269"/><path d="M404.893 470.934L418.248 457.578" stroke="#D926CA" stroke-width="0.862269"/><path d="M424.926 457.578L438.281 470.933" stroke="#D926CA" stroke-width="0.862269"/><path d="M424.926 470.934L438.281 457.578" stroke="#D926CA" stroke-width="0.862269"/><path d="M444.957 457.578L458.312 470.933" stroke="#D926CA" stroke-width="0.862269"/><path d="M444.957 470.934L458.312 457.578" stroke="#D926CA" stroke-width="0.862269"/><path d="M464.989 457.578L478.344 470.933" stroke="#D926CA" stroke-width="0.862269"/><path d="M464.989 470.934L478.344 457.578" stroke="#D926CA" stroke-width="0.862269"/></g></g><path fill-rule="evenodd" clip-rule="evenodd" d="M144.992 457.036C165.719 489.342 198.655 505.182 218.558 492.413C220.264 491.318 221.82 490.048 223.224 488.621C238.198 473.408 236.015 440.333 217.066 410.797C196.339 378.49 163.403 362.651 143.501 375.42C123.598 388.188 124.266 424.729 144.992 457.036ZM170.284 444.001C164.546 447.755 155.05 443.098 149.075 433.598C143.099 424.099 142.907 413.355 148.645 409.6C154.382 405.846 163.878 410.503 169.853 420.003C175.316 428.687 175.946 438.413 171.629 442.886C171.224 443.306 170.776 443.679 170.284 444.001ZM193.075 450.282C199.05 460.038 208.546 464.822 214.284 460.966C214.776 460.635 215.224 460.252 215.629 459.821C219.946 455.227 219.316 445.238 213.853 436.319C207.878 426.563 198.382 421.779 192.645 425.635C186.907 429.491 187.099 440.526 193.075 450.282Z" fill="#FFC2FA"/><path d="M218.558 492.413C198.655 505.182 165.719 489.343 144.992 457.036C124.266 424.729 123.598 388.188 143.501 375.42M218.558 492.413L223.224 488.621M218.558 492.413C220.264 491.318 221.82 490.048 223.224 488.621M143.501 375.42C163.403 362.651 196.339 378.49 217.066 410.797C236.015 440.333 238.198 473.408 223.224 488.621M143.501 375.42L159.501 362.42C179.403 349.651 212.339 365.49 233.066 397.797C253.792 430.104 254.46 466.645 234.558 479.413L223.224 488.621M170.284 444.001C164.546 447.755 155.05 443.098 149.075 433.598C143.099 424.099 142.907 413.355 148.645 409.6C154.383 405.846 163.878 410.503 169.853 420.003C175.316 428.687 175.946 438.413 171.629 442.886C171.224 443.306 170.776 443.679 170.284 444.001ZM214.284 460.966C208.546 464.822 199.05 460.039 193.075 450.282C187.099 440.526 186.907 429.491 192.645 425.635C198.383 421.779 207.878 426.563 213.853 436.319C219.316 445.238 219.946 455.227 215.629 459.821C215.224 460.252 214.776 460.635 214.284 460.966Z" stroke="#D926CA" stroke-width="10"/><path d="M440 183.5C428.785 186.2 370.256 206.518 317.5 245.5L329.692 253.144C367.58 228.371 398.88 212.681 436.5 197.861L461 208.7C468.096 205.692 474.052 203.382 478.233 202.064L454.648 190.946L440 183.5Z" fill="#FFC2FA"/><path d="M329.692 253.144L352.5 266.5C370.601 251.69 428.064 222.665 461 208.7M329.692 253.144L317.5 245.5C370.256 206.518 428.785 186.2 440 183.5L454.648 190.946L478.233 202.064C474.052 203.382 468.096 205.692 461 208.7M329.692 253.144C367.58 228.371 398.88 212.681 436.5 197.861L461 208.7" stroke="#D926CA" stroke-width="10" stroke-linejoin="round"/><ellipse cx="230.5" cy="321.5" rx="5.5" ry="10.5" stroke="#D926CA" stroke-width="10"/><ellipse cx="302.5" cy="384.5" rx="5.5" ry="10.5" stroke="#D926CA" stroke-width="10"/><path d="M192.5 188L217.5 289L278 249.5L192.5 188Z" fill="#FFC2FA"/><path d="M192.5 188L217.5 289L278 249.5M192.5 188L278 249.5M192.5 188L278 228V249.5" stroke="#D926CA" stroke-width="10" stroke-linejoin="round"/><path d="M479.527 314.75L376.44 328.857L409.276 393.218M479.527 314.75L409.276 393.218M479.527 314.75L449 384.499L409.276 393.218" stroke="#D926CA" stroke-width="10" stroke-linejoin="round"/><path d="M622.5 248.5C616.5 157.5 699 181 695 220C691 259 651.5 243 648.5 220C645.5 197 652.5 166.5 704 157" stroke="#D926CA" stroke-width="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_4179_69812"><rect width="800" height="800" fill="white"/></clipPath></defs></svg>
|