@cuemath/leap 3.5.31 → 3.5.32-as11
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/illustrations/illustrations.js +38 -0
- package/dist/assets/illustrations/illustrations.js.map +1 -1
- package/dist/assets/images/images.js +0 -12
- package/dist/assets/images/images.js.map +1 -1
- package/dist/assets/line-icons/icons/carat-right.js +26 -0
- package/dist/assets/line-icons/icons/carat-right.js.map +1 -0
- package/dist/features/analytics-events/whitelist-events.js +10 -8
- package/dist/features/analytics-events/whitelist-events.js.map +1 -1
- package/dist/features/chapters/chapters-list/chapter-item/chapter-circular-progress/chapter-circular-progress.js +3 -3
- package/dist/features/chapters/chapters-list/chapter-item/chapter-circular-progress/chapter-circular-progress.js.map +1 -1
- package/dist/features/journey/tracking-id/tracking-id-teacher.js +5 -0
- package/dist/features/journey/tracking-id/tracking-id-teacher.js.map +1 -0
- package/dist/features/journey/tracking-id/tracking-ids.js +5 -3
- package/dist/features/journey/tracking-id/tracking-ids.js.map +1 -1
- package/dist/features/timeline/comps/new-progress-intro-modal/new-progress-intro-modal-constants.js +17 -0
- package/dist/features/timeline/comps/new-progress-intro-modal/new-progress-intro-modal-constants.js.map +1 -0
- package/dist/features/timeline/comps/new-progress-intro-modal/new-progress-intro-modal.js +54 -0
- package/dist/features/timeline/comps/new-progress-intro-modal/new-progress-intro-modal.js.map +1 -0
- package/dist/features/timeline/{api → daily-timeline/api}/use-daily-timeline-get.js +2 -2
- package/dist/features/timeline/daily-timeline/api/use-daily-timeline-get.js.map +1 -0
- package/dist/features/timeline/{comps → daily-timeline/comps}/accordion-item/accordion-item.js +6 -6
- package/dist/features/timeline/daily-timeline/comps/accordion-item/accordion-item.js.map +1 -0
- package/dist/features/timeline/daily-timeline/comps/constants.js +22 -0
- package/dist/features/timeline/daily-timeline/comps/constants.js.map +1 -0
- package/dist/features/timeline/{comps → daily-timeline/comps}/daily-timeline-items/daily-timeline-items-styled.js +1 -1
- package/dist/features/timeline/daily-timeline/comps/daily-timeline-items/daily-timeline-items-styled.js.map +1 -0
- package/dist/features/timeline/{comps → daily-timeline/comps}/daily-timeline-items/daily-timeline-items.js +18 -18
- package/dist/features/timeline/daily-timeline/comps/daily-timeline-items/daily-timeline-items.js.map +1 -0
- package/dist/features/timeline/{comps → daily-timeline/comps}/month-break/month-break-styled.js +1 -1
- package/dist/features/timeline/daily-timeline/comps/month-break/month-break-styled.js.map +1 -0
- package/dist/features/timeline/daily-timeline/comps/month-break/month-break.js.map +1 -0
- package/dist/features/timeline/{comps → daily-timeline/comps}/no-activity.js +4 -4
- package/dist/features/timeline/daily-timeline/comps/no-activity.js.map +1 -0
- package/dist/features/timeline/{comps → daily-timeline/comps}/utils.js +5 -5
- package/dist/features/timeline/daily-timeline/comps/utils.js.map +1 -0
- package/dist/features/timeline/{comps → daily-timeline/comps}/year-break/year-break-styled.js +1 -1
- package/dist/features/timeline/daily-timeline/comps/year-break/year-break-styled.js.map +1 -0
- package/dist/features/timeline/{comps → daily-timeline/comps}/year-break/year-break.js +2 -2
- package/dist/features/timeline/daily-timeline/comps/year-break/year-break.js.map +1 -0
- package/dist/features/timeline/{daily-timeline-events.js → daily-timeline/daily-timeline-events.js} +1 -1
- package/dist/features/timeline/daily-timeline/daily-timeline-events.js.map +1 -0
- package/dist/features/timeline/daily-timeline/daily-timeline-styled.js +25 -0
- package/dist/features/timeline/daily-timeline/daily-timeline-styled.js.map +1 -0
- package/dist/features/timeline/daily-timeline/daily-timeline-types.js +7 -0
- package/dist/features/timeline/daily-timeline/daily-timeline-types.js.map +1 -0
- package/dist/features/timeline/{daily-timeline-view.js → daily-timeline/daily-timeline-view.js} +24 -25
- package/dist/features/timeline/daily-timeline/daily-timeline-view.js.map +1 -0
- package/dist/features/timeline/{daily-timeline.js → daily-timeline/daily-timeline.js} +23 -23
- package/dist/features/timeline/daily-timeline/daily-timeline.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/api/use-monthly-timeline-get.js +10 -0
- package/dist/features/timeline/monthly-timeline/api/use-monthly-timeline-get.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/comps/monthly-card/monthly-card.js +87 -0
- package/dist/features/timeline/monthly-timeline/comps/monthly-card/monthly-card.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/comps/monthly-card/monthly-card.styled.js +9 -0
- package/dist/features/timeline/monthly-timeline/comps/monthly-card/monthly-card.styled.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/constants.js +40 -0
- package/dist/features/timeline/monthly-timeline/constants.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/api/use-monthly-report-api.js +13 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/api/use-monthly-report-api.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/achievements/achievements.js +59 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/achievements/achievements.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/achievements/achievements.styled.js +15 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/achievements/achievements.styled.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/achievements/constant.js +16 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/achievements/constant.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/activities/activities-card/activities-card.js +128 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/activities/activities-card/activities-card.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/activities/activities-card/activities-card.styled.js +53 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/activities/activities-card/activities-card.styled.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/activities/activities-card-puzzles/activities-card-puzzles.js +75 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/activities/activities-card-puzzles/activities-card-puzzles.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/activities/activities-card-puzzles/activities-card-puzzles.styled.js +58 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/activities/activities-card-puzzles/activities-card-puzzles.styled.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/activities/activities-card-puzzles/activity-puzzle-card.js +66 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/activities/activities-card-puzzles/activity-puzzle-card.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/activities/activities.js +27 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/activities/activities.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/activities/constants.js +102 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/activities/constants.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/activities/utils.js +9 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/activities/utils.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/attendance/attendance-constants.js +29 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/attendance/attendance-constants.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/attendance/attendance-utils.js +123 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/attendance/attendance-utils.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/attendance/attendance.js +49 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/attendance/attendance.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/attendance/attendance.styled.js +48 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/attendance/attendance.styled.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/attendance/attendence-view.js +56 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/attendance/attendence-view.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/feedback/feedback-styled.js +9 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/feedback/feedback-styled.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/feedback/feedback.js +85 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/feedback/feedback.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/goals/goals-card/goal-chapter-card.js +48 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/goals/goals-card/goal-chapter-card.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/goals/goals-card/goals-card-styled.js +28 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/goals/goals-card/goals-card-styled.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/goals/goals-card/goals-card.js +118 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/goals/goals-card/goals-card.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/goals/goals-constants.js +30 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/goals/goals-constants.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/goals/goals.js +22 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/comps/goals/goals.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/monthly-report-events.js +11 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/monthly-report-events.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/monthly-report-styled.js +14 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/monthly-report-styled.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/monthly-report-types.js +5 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/monthly-report-types.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/monthly-report.js +79 -0
- package/dist/features/timeline/monthly-timeline/monthly-report/monthly-report.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-timeline-styled.js +13 -0
- package/dist/features/timeline/monthly-timeline/monthly-timeline-styled.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-timeline-types.js +6 -0
- package/dist/features/timeline/monthly-timeline/monthly-timeline-types.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-timeline-view.js +28 -0
- package/dist/features/timeline/monthly-timeline/monthly-timeline-view.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-timeline.js +65 -0
- package/dist/features/timeline/monthly-timeline/monthly-timeline.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/api/use-ptm-report-get.js +9 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/api/use-ptm-report-get.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/key-need/key-need-styled.js +9 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/key-need/key-need-styled.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/key-need/key-need.js +35 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/key-need/key-need.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/parent-support/parent-support.js +53 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/parent-support/parent-support.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/real-world-projects/real-world-projects-styled.js +19 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/real-world-projects/real-world-projects-styled.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/real-world-projects/real-world-projects.js +50 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/real-world-projects/real-world-projects.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/report-card/report-card-styled.js +9 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/report-card/report-card-styled.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/report-card/report-card.js +22 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/report-card/report-card.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/school-support/school-support-styled.js +9 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/school-support/school-support-styled.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/school-support/school-support.js +84 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/school-support/school-support.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/strategies/strategies-constant.js +11 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/strategies/strategies-constant.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/strategies/strategies.js +36 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/strategies/strategies.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/strategy-card/strategy-card-styled.js +55 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/strategy-card/strategy-card-styled.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/strategy-card/strategy-card.js +35 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/strategy-card/strategy-card.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/student-info/student-info-styled.js +21 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/student-info/student-info-styled.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/student-info/student-info.js +21 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/student-info/student-info.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/support-card/support-card-styled.js +9 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/support-card/support-card-styled.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/support-card/support-card.js +30 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/support-card/support-card.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/teacher-observations/teacher-observations-constant.js +9 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/teacher-observations/teacher-observations-constant.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/teacher-observations/teacher-observations.js +56 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/teacher-observations/teacher-observations.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/upcoming-chapters/upcoming-chapters.js +15 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/comps/upcoming-chapters/upcoming-chapters.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/ptm-report-constants.js +16 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/ptm-report-constants.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/ptm-report-helpers.js +8 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/ptm-report-helpers.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/ptm-report-styled.js +11 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/ptm-report-styled.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/ptm-report-types.js +5 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/ptm-report-types.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/ptm-report.js +113 -0
- package/dist/features/timeline/monthly-timeline/ptm-report/ptm-report.js.map +1 -0
- package/dist/features/timeline/timeline-tabs/constants.js +17 -0
- package/dist/features/timeline/timeline-tabs/constants.js.map +1 -0
- package/dist/features/timeline/timeline-tabs/timeline-tabs-types.js +5 -0
- package/dist/features/timeline/timeline-tabs/timeline-tabs-types.js.map +1 -0
- package/dist/features/timeline/timeline-tabs/timeline-tabs.js +28 -0
- package/dist/features/timeline/timeline-tabs/timeline-tabs.js.map +1 -0
- package/dist/features/timeline/timeline-tabs/timeline-tabs.styled.js +37 -0
- package/dist/features/timeline/timeline-tabs/timeline-tabs.styled.js.map +1 -0
- package/dist/index.d.ts +169 -15
- package/dist/index.js +327 -313
- package/dist/index.js.map +1 -1
- package/dist/static/2021.2a1a2ec9.svg +1 -0
- package/dist/static/2022.2091553a.svg +1 -0
- package/dist/static/2023.ed718b4e.svg +1 -0
- package/dist/static/2024.aa60edc5.svg +1 -0
- package/dist/static/2025.014a8ad3.svg +1 -0
- package/dist/static/2026.95d70f27.svg +1 -0
- package/dist/static/2027.fe83a41c.svg +1 -0
- package/dist/static/2028.b1c253ef.svg +1 -0
- package/dist/static/apr.cd56f13d.svg +1 -0
- package/dist/static/aug.3ceade02.svg +1 -0
- package/dist/static/calendar_purple_2.6e8249ef.svg +1 -0
- package/dist/static/clock_purple.c774c9bf.svg +1 -0
- package/dist/static/coding-report-icon.91a1e900.svg +1 -0
- package/dist/static/dec.90729a5e.svg +1 -0
- package/dist/static/elp-icon.d45b457d.svg +1 -0
- package/dist/static/empty-reports.fe92faad.svg +1 -0
- package/dist/static/english-icon.50c2e005.svg +1 -0
- package/dist/static/feb.a9ecd320.svg +1 -0
- package/dist/static/full-report.00112c74.svg +1 -0
- package/dist/static/jan.f8fb9c39.svg +1 -0
- package/dist/static/jul.04a98cf0.svg +1 -0
- package/dist/static/jun.9b6ab6bf.svg +1 -0
- package/dist/static/mar.f8b372ef.svg +1 -0
- package/dist/static/math-fit-grey.c32f37b3.svg +1 -0
- package/dist/static/may.23adae48.svg +1 -0
- package/dist/static/no-report.4158fad3.svg +1 -0
- package/dist/static/node-learn-large-bg.faa03631.svg +1 -0
- package/dist/static/node-puzzle-large-bg.ba23382e.svg +1 -0
- package/dist/static/node-test-large-bg.e9120fd1.svg +1 -0
- package/dist/static/nov.c44e4739.svg +1 -0
- package/dist/static/oct.856b3b3f.svg +1 -0
- package/dist/static/progress_bar_purple.2ff4dfe2.svg +1 -0
- package/dist/static/ptm-report-icon.5089218f.svg +1 -0
- package/dist/static/sat-report-icon.4331be86.svg +1 -0
- package/dist/static/science-report-icon.a0014c40.svg +1 -0
- package/dist/static/sep.2d547b31.svg +1 -0
- package/dist/static/thumps-down.a1192a62.svg +1 -0
- package/dist/static/thumps-up.caa35a98.svg +1 -0
- package/package.json +1 -1
- package/dist/features/timeline/api/use-daily-timeline-get.js.map +0 -1
- package/dist/features/timeline/comps/accordion-item/accordion-item.js.map +0 -1
- package/dist/features/timeline/comps/constants.js +0 -22
- package/dist/features/timeline/comps/constants.js.map +0 -1
- package/dist/features/timeline/comps/daily-timeline-items/daily-timeline-items-styled.js.map +0 -1
- package/dist/features/timeline/comps/daily-timeline-items/daily-timeline-items.js.map +0 -1
- package/dist/features/timeline/comps/month-break/month-break-styled.js.map +0 -1
- package/dist/features/timeline/comps/month-break/month-break.js.map +0 -1
- package/dist/features/timeline/comps/no-activity.js.map +0 -1
- package/dist/features/timeline/comps/utils.js.map +0 -1
- package/dist/features/timeline/comps/year-break/year-break-styled.js.map +0 -1
- package/dist/features/timeline/comps/year-break/year-break.js.map +0 -1
- package/dist/features/timeline/daily-timeline-events.js.map +0 -1
- package/dist/features/timeline/daily-timeline-styled.js +0 -21
- package/dist/features/timeline/daily-timeline-styled.js.map +0 -1
- package/dist/features/timeline/daily-timeline-types.js +0 -7
- package/dist/features/timeline/daily-timeline-types.js.map +0 -1
- package/dist/features/timeline/daily-timeline-view.js.map +0 -1
- package/dist/features/timeline/daily-timeline.js.map +0 -1
- package/dist/static/apr.09a50ff7.png +0 -0
- package/dist/static/aug.7179d37e.png +0 -0
- package/dist/static/dec.09f7e315.png +0 -0
- package/dist/static/feb.9e72504d.png +0 -0
- package/dist/static/jan.da91944a.png +0 -0
- package/dist/static/jul.5a1c4932.png +0 -0
- package/dist/static/jun.62639c2f.png +0 -0
- package/dist/static/mar.f51bcfa6.png +0 -0
- package/dist/static/may.7c542020.png +0 -0
- package/dist/static/nov.058343e7.png +0 -0
- package/dist/static/oct.573ee19d.png +0 -0
- package/dist/static/sep.3ccb6468.png +0 -0
- /package/dist/features/timeline/{comps → daily-timeline/comps}/month-break/month-break.js +0 -0
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="375" height="248" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="375" height="248" fill="white"/><path d="M123.32 61.864C123.128 60.776 123 59.688 123 58.536C123 51.176 127.544 43.24 140.024 43.24C149.56 43.24 155.832 49.128 155.832 57.832C155.832 72.808 139.896 73.448 134.968 80.424H155.96V89H123.448V84.84C123.448 66.344 146.68 68.904 146.68 58.216C146.68 54.184 143.992 51.816 139.96 51.816C134.328 51.816 132.664 55.656 132.664 59.368C132.664 60.456 132.792 61.544 133.048 62.504L123.32 61.864Z" fill="#FFC2A3"/><path d="M160.442 66.6C160.442 54.056 165.754 43.24 178.362 43.24C190.778 43.24 196.154 54.056 196.154 66.6C196.154 79.144 191.034 89.96 178.362 89.96C165.626 89.96 160.442 79.144 160.442 66.6ZM169.402 66.6C169.402 76.456 172.794 81.384 178.362 81.384C183.93 81.384 187.194 76.456 187.194 66.6C187.194 56.744 183.738 51.816 178.362 51.816C172.858 51.816 169.402 56.744 169.402 66.6Z" fill="#FFC2A3"/><path d="M200.757 61.864C200.565 60.776 200.438 59.688 200.438 58.536C200.438 51.176 204.982 43.24 217.462 43.24C226.998 43.24 233.27 49.128 233.27 57.832C233.27 72.808 217.334 73.448 212.406 80.424H233.398V89H200.885V84.84C200.885 66.344 224.118 68.904 224.118 58.216C224.118 54.184 221.429 51.816 217.397 51.816C211.765 51.816 210.102 55.656 210.102 59.368C210.102 60.456 210.23 61.544 210.486 62.504L200.757 61.864Z" fill="#FFC2A3"/><path d="M252.223 44.2V77H243.264V60.008V52V44.2H252.223Z" fill="#FFC2A3"/><path d="M252.223 80.7V89H243.264V80.7H252.223Z" fill="#FFC2A3"/><path d="M375 248V89H266H186H145H100H0V248H375Z" fill="url(#paint0_linear_10824_7654)"/><defs><linearGradient id="paint0_linear_10824_7654" x1="187.5" y1="89" x2="187.5" y2="248" gradientUnits="userSpaceOnUse"><stop stop-color="#FFDDCC"/><stop offset="1" stop-color="#FFDDCC" stop-opacity="0"/></linearGradient></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="375" height="248" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="375" height="248" fill="white"/><path d="M375 248V105H266H186L145 89H100H0V248H375Z" fill="url(#paint0_linear_8717_1994)"/><path d="M107.332 57.1342C107.133 56.0164 107 54.8986 107 53.7151C107 46.1534 111.709 38 124.641 38C134.523 38 141.022 44.0493 141.022 52.9918C141.022 68.3781 124.509 69.0356 119.402 76.2027H141.155V85.0137H107.464V80.7397C107.464 61.737 131.538 64.3671 131.538 53.3863C131.538 49.2438 128.753 46.811 124.575 46.811C118.739 46.811 117.014 50.7562 117.014 54.5699C117.014 55.6877 117.147 56.8055 117.412 57.7918L107.332 57.1342Z" fill="#FFC2FA"/><path d="M146.799 68C146.799 55.1123 152.304 44 165.369 44C178.235 44 183.806 55.1123 183.806 68C183.806 80.8877 178.5 92 165.369 92C152.171 92 146.799 80.8877 146.799 68ZM156.084 68C156.084 78.126 159.599 83.189 165.369 83.189C171.139 83.189 174.521 78.126 174.521 68C174.521 57.874 170.94 52.811 165.369 52.811C159.665 52.811 156.084 57.874 156.084 68Z" fill="#FFC2FA"/><path d="M187.576 73.1342C187.377 72.0164 187.245 70.8986 187.245 69.7151C187.245 62.1534 191.953 54 204.886 54C214.768 54 221.267 60.0493 221.267 68.9918C221.267 84.3781 204.753 85.0356 199.647 92.2027H221.4V101.014H187.709V96.7397C187.709 77.737 211.783 80.3671 211.783 69.3863C211.783 65.2438 208.998 62.811 204.82 62.811C198.983 62.811 197.259 66.7562 197.259 70.5699C197.259 71.6877 197.392 72.8055 197.657 73.7918L187.576 73.1342Z" fill="#FFC2FA"/><path d="M226.177 73.1342C225.978 72.0164 225.845 70.8986 225.845 69.7151C225.845 62.1534 230.554 54 243.486 54C253.368 54 259.867 60.0493 259.867 68.9918C259.867 84.3781 243.354 85.0356 238.247 92.2027H260V101.014H226.309V96.7397C226.309 77.737 250.384 80.3671 250.384 69.3863C250.384 65.2438 247.598 62.811 243.42 62.811C237.584 62.811 235.859 66.7562 235.859 70.5699C235.859 71.6877 235.992 72.8055 236.257 73.7918L226.177 73.1342Z" fill="#FFC2FA"/><path d="M145 89L165 96.75M185 104.5L165 96.75M165 96.75V86.5" stroke="#FFC2FA"/><rect x="185" y="104" width="78" height="3" fill="#FFC2FA"/><rect x="100" y="88" width="45" height="3" fill="#FFC2FA"/><path d="M171.795 65.5439C172.034 65.4365 172.315 65.5321 172.439 65.7627C172.564 65.9933 172.489 66.2809 172.269 66.4219L166.143 70.3301C165.651 70.6439 164.966 70.5134 164.649 70.001C164.317 69.4627 164.563 68.7974 165.111 68.5508L171.795 65.5439Z" fill="#FFC2FA" stroke="#FFC2FA" stroke-linejoin="round"/><defs><linearGradient id="paint0_linear_8717_1994" x1="187.5" y1="56" x2="187.5" y2="248" gradientUnits="userSpaceOnUse"><stop stop-color="#FFE0FD"/><stop offset="1" stop-color="#FFE0FD" stop-opacity="0"/></linearGradient></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="375" height="248" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="375" height="248" fill="white"/><path d="M375 248V54H265L250 70L252 94L112.5 93L0 54V248H375Z" fill="url(#paint0_linear_8696_5172)"/><path d="M112.327 65.1342C112.131 64.0164 112 62.8986 112 61.7151C112 54.1534 116.642 46 129.39 46C139.131 46 145.538 52.0493 145.538 60.9918C145.538 76.3781 129.259 77.0356 124.225 84.2027H145.669V93.0137H112.458V88.7397C112.458 69.737 136.189 72.3671 136.189 61.3863C136.189 57.2438 133.444 54.811 129.325 54.811C123.572 54.811 121.872 58.7562 121.872 62.5699C121.872 63.6877 122.003 64.8055 122.264 65.7918L112.327 65.1342Z" fill="#FFDB80"/><path d="M150.247 70C150.247 57.1123 155.674 46 168.553 46C181.236 46 186.727 57.1123 186.727 70C186.727 82.8877 181.497 94 168.553 94C155.543 94 150.247 82.8877 150.247 70ZM159.4 70C159.4 80.126 162.865 85.189 168.553 85.189C174.241 85.189 177.575 80.126 177.575 70C177.575 59.874 174.044 54.811 168.553 54.811C162.93 54.811 159.4 59.874 159.4 70Z" fill="#FFDB80"/><path d="M191.43 65.1342C191.234 64.0164 191.103 62.8986 191.103 61.7151C191.103 54.1534 195.745 46 208.493 46C218.234 46 224.641 52.0493 224.641 60.9918C224.641 76.3781 208.363 77.0356 203.329 84.2027H224.772V93.0137H191.561V88.7397C191.561 69.737 215.292 72.3671 215.292 61.3863C215.292 57.2438 212.547 54.811 208.428 54.811C202.675 54.811 200.975 58.7562 200.975 62.5699C200.975 63.6877 201.106 64.8055 201.367 65.7918L191.43 65.1342Z" fill="#FFDB80"/><path d="M265 94V85.9771L250.312 70L265 54.0229V46H231V55.6H250.448L236.78 70L250.448 84.4H231V94H265Z" fill="#FFDB80"/><defs><linearGradient id="paint0_linear_8696_5172" x1="187.5" y1="56" x2="187.5" y2="248" gradientUnits="userSpaceOnUse"><stop stop-color="#FFE9B0"/><stop offset="1" stop-color="#FFE9B0" stop-opacity="0"/></linearGradient></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="375" height="248" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="375" height="248" fill="white"/><path d="M375 248V69H262H253V75.5H246.5V94H107.5L75.5 56H0V248H375Z" fill="url(#paint0_linear_8662_1648)"/><path d="M107.329 65.1342C107.131 64.0164 107 62.8986 107 61.7151C107 54.1534 111.665 46 124.478 46C134.269 46 140.708 52.0493 140.708 60.9918C140.708 76.3781 124.347 77.0356 119.287 84.2027H140.839V93.0137H107.46V88.7397C107.46 69.737 131.312 72.3671 131.312 61.3863C131.312 57.2438 128.552 54.811 124.413 54.811C118.63 54.811 116.922 58.7562 116.922 62.5699C116.922 63.6877 117.053 64.8055 117.316 65.7918L107.329 65.1342Z" fill="#FFC2A3"/><path d="M148.179 70C148.179 57.1123 153.633 46 166.577 46C179.324 46 184.844 57.1123 184.844 70C184.844 78.1499 182.742 85.5898 177.906 89.9585C175.095 92.4982 171.36 94 166.577 94C161.77 94 158.011 92.4982 155.179 89.9585C150.307 85.5898 148.179 78.1499 148.179 70ZM157.378 70C157.378 80.126 160.86 85.189 166.577 85.189C172.293 85.189 175.645 80.126 175.645 70C175.645 59.874 172.096 54.811 166.577 54.811C160.926 54.811 157.378 59.874 157.378 70Z" fill="#FFC2A3"/><path d="M192.308 65.1342C192.111 64.0164 191.979 62.8986 191.979 61.7151C191.979 54.1534 196.644 46 209.457 46C219.248 46 225.687 52.0493 225.687 60.9918C225.687 76.3781 209.326 77.0356 204.267 84.2027H225.819V93.0137H192.439V88.7397C192.439 69.737 216.291 72.3671 216.291 61.3863C216.291 57.2438 213.531 54.811 209.392 54.811C203.609 54.811 201.901 58.7562 201.901 62.5699C201.901 63.6877 202.033 64.8055 202.295 65.7918L192.308 65.1342Z" fill="#FFC2A3"/><path fill-rule="evenodd" clip-rule="evenodd" d="M231.927 77.1671V84.5315L246.992 84.6329V75.9836H243.228L252.756 63.1616V69.5726H261.955V46.9863H254.399L231.927 77.1671Z" fill="#FFC2A3"/><path d="M268 76.0493H261.955V69.5726H252.756V75.9836H246.992V84.6329L252.756 84.663V93.0137H261.955V84.663L268 84.7288V76.0493Z" fill="#FFC2A3"/><path d="M177.906 89.9585C175.095 92.4982 171.36 94 166.577 94H184.906L177.906 89.9585Z" fill="#FFC2A3"/><path d="M148.179 94H166.577C161.77 94 158.011 92.4982 155.179 89.9585L148.179 94Z" fill="#FFC2A3"/><path d="M268 76.0492H261.955V69.5725H252.756V75.9835H246.992V84.6328L252.756 84.6629V93.0136H261.955V84.6629L268 84.7287V76.0492Z" fill="#FFAA80"/><path d="M155 90C157.866 92.5136 161.67 94 166.535 94C171.375 94 175.155 92.5136 178 90" stroke="white"/><path d="M180.001 65L165.583 71.9368C164.951 72.2408 164.712 73.0178 165.062 73.625C165.413 74.2322 166.206 74.413 166.785 74.0178L180.001 65Z" fill="#FFC2A3"/><path d="M159 65.4553L164.371 73.7983C164.745 74.3799 165.543 74.5049 166.077 74.0657C166.612 73.6265 166.644 72.8195 166.145 72.3395L159 65.4553Z" fill="#FFC2A3"/><path d="M246.992 84.6328V75.9835H252.756V69.5725H261.955" stroke="white"/><defs><linearGradient id="paint0_linear_8662_1648" x1="187.5" y1="56" x2="187.5" y2="248" gradientUnits="userSpaceOnUse"><stop stop-color="#FFDDCC"/><stop offset="1" stop-color="#FFDDCC" stop-opacity="0"/></linearGradient></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="375" height="248" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="375" height="248" fill="white"/><path d="M113.743 77.864C113.551 76.776 113.423 75.688 113.423 74.536C113.423 67.176 117.967 59.24 130.447 59.24C139.983 59.24 146.255 65.128 146.255 73.832C146.255 88.808 130.319 89.448 125.391 96.424H146.383V105H113.871V100.84C113.871 82.344 137.103 84.904 137.103 74.216C137.103 70.184 134.415 67.816 130.383 67.816C124.751 67.816 123.087 71.656 123.087 75.368C123.087 76.456 123.215 77.544 123.471 78.504L113.743 77.864ZM150.865 82.6C150.865 70.056 156.177 59.24 168.785 59.24C181.201 59.24 186.577 70.056 186.577 82.6C186.577 95.144 181.457 105.96 168.785 105.96C156.049 105.96 150.865 95.144 150.865 82.6ZM159.825 82.6C159.825 92.456 163.217 97.384 168.785 97.384C174.353 97.384 177.617 92.456 177.617 82.6C177.617 72.744 174.161 67.816 168.785 67.816C163.281 67.816 159.825 72.744 159.825 82.6ZM191.181 77.864C190.989 76.776 190.861 75.688 190.861 74.536C190.861 67.176 195.405 59.24 207.885 59.24C217.421 59.24 223.693 65.128 223.693 73.832C223.693 88.808 207.757 89.448 202.829 96.424H223.821V105H191.309V100.84C191.309 82.344 214.541 84.904 214.541 74.216C214.541 70.184 211.853 67.816 207.821 67.816C202.189 67.816 200.525 71.656 200.525 75.368C200.525 76.456 200.653 77.544 200.909 78.504L191.181 77.864ZM227.791 89.896L236.879 88.552C236.751 94.056 239.439 97.384 244.943 97.384C249.935 97.384 252.431 94.312 252.431 90.216C252.431 86.12 249.487 83.368 244.878 83.368C240.719 83.368 239.055 85.224 238.223 86.184L229.967 84.008L232.783 60.2H259.343V68.776H240.783L239.759 76.584C240.911 76.008 242.639 75.432 245.839 75.432C255.119 75.432 261.391 81.384 261.391 90.216C261.391 99.624 254.927 105.96 244.943 105.96C233.487 105.96 227.343 98.6 227.791 89.896Z" fill="#89F5BF"/><path d="M375 248V89L258 105H114L0 89V248H375Z" fill="url(#paint0_linear_10741_46380)"/><path d="M120.414 43.752V41.896C121.982 41.896 122.702 41.016 122.702 39.8H124.974V51H122.734V43.752H120.414ZM126.34 43.448L127.892 43.208C127.844 43.912 128.18 44.472 129.092 44.472C129.892 44.472 130.324 44.088 130.324 43.48C130.324 42.92 129.892 42.584 129.092 42.584H128.452V41.224H129.076C129.796 41.208 130.084 40.904 130.084 40.504C130.084 40.056 129.732 39.784 129.092 39.784C128.244 39.784 128.052 40.376 128.052 40.728L126.596 40.488C126.612 39.32 127.476 38.376 129.06 38.376C130.756 38.376 131.572 39.272 131.572 40.296C131.572 40.888 131.364 41.384 130.932 41.768C131.604 42.184 131.924 42.776 131.924 43.48C131.924 44.728 130.98 45.912 129.06 45.912C127.268 45.912 126.276 44.776 126.34 43.448ZM137.019 46.52V44.28H139.899V41.4H142.139V44.28H145.019V46.52H142.139V49.4H139.899V46.52H137.019ZM150.139 44.216C150.091 43.944 150.059 43.672 150.059 43.384C150.059 41.544 151.195 39.56 154.315 39.56C156.699 39.56 158.267 41.032 158.267 43.208C158.267 46.952 154.283 47.112 153.051 48.856H158.299V51H150.171V49.96C150.171 45.336 155.979 45.976 155.979 43.304C155.979 42.296 155.307 41.704 154.299 41.704C152.891 41.704 152.475 42.664 152.475 43.592C152.475 43.864 152.507 44.136 152.571 44.376L150.139 44.216ZM159.371 43.448L160.923 43.208C160.875 43.912 161.211 44.472 162.123 44.472C162.923 44.472 163.355 44.088 163.355 43.48C163.355 42.92 162.923 42.584 162.123 42.584H161.483V41.224H162.107C162.827 41.208 163.115 40.904 163.115 40.504C163.115 40.056 162.763 39.784 162.123 39.784C161.275 39.784 161.083 40.376 161.083 40.728L159.627 40.488C159.643 39.32 160.507 38.376 162.091 38.376C163.787 38.376 164.603 39.272 164.603 40.296C164.603 40.888 164.395 41.384 163.963 41.768C164.635 42.184 164.955 42.776 164.955 43.48C164.955 44.728 164.011 45.912 162.091 45.912C160.299 45.912 159.307 44.776 159.371 43.448ZM170.05 46.52V44.28H172.93V41.4H175.17V44.28H178.05V46.52H175.17V49.4H172.93V46.52H170.05ZM183.09 47.464L185.442 47.08C185.378 48.2 185.922 49.096 187.346 49.096C188.61 49.096 189.314 48.456 189.314 47.496C189.314 46.616 188.61 46.088 187.362 46.088H186.338V44.04L187.33 44.024C188.434 44.008 188.914 43.512 188.914 42.888C188.914 42.168 188.37 41.72 187.362 41.72C186.018 41.72 185.714 42.632 185.73 43.224L183.474 42.84C183.506 41.016 184.85 39.56 187.314 39.56C189.906 39.56 191.17 40.968 191.17 42.568C191.17 43.48 190.834 44.28 190.162 44.872C191.154 45.496 191.618 46.424 191.618 47.496C191.618 49.448 190.226 51.24 187.314 51.24C184.514 51.24 182.978 49.512 183.09 47.464ZM192.684 43.448L194.236 43.208C194.188 43.912 194.524 44.472 195.436 44.472C196.236 44.472 196.668 44.088 196.668 43.48C196.668 42.92 196.236 42.584 195.436 42.584H194.796V41.224H195.42C196.14 41.208 196.428 40.904 196.428 40.504C196.428 40.056 196.076 39.784 195.436 39.784C194.588 39.784 194.396 40.376 194.396 40.728L192.94 40.488C192.956 39.32 193.82 38.376 195.404 38.376C197.1 38.376 197.916 39.272 197.916 40.296C197.916 40.888 197.708 41.384 197.276 41.768C197.948 42.184 198.268 42.776 198.268 43.48C198.268 44.728 197.324 45.912 195.404 45.912C193.612 45.912 192.62 44.776 192.684 43.448ZM203.363 46.52V44.28H206.243V41.4H208.483V44.28H211.363V46.52H208.483V49.4H206.243V46.52H203.363ZM216.323 49.736C216.323 49 216.915 48.392 217.715 48.392C218.435 48.392 219.043 49 219.043 49.736C219.043 50.52 218.435 51.128 217.715 51.128C216.915 51.128 216.323 50.52 216.323 49.736ZM219.901 49.736C219.901 49 220.493 48.392 221.293 48.392C222.013 48.392 222.621 49 222.621 49.736C222.621 50.52 222.013 51.128 221.293 51.128C220.493 51.128 219.901 50.52 219.901 49.736ZM223.479 49.736C223.479 49 224.071 48.392 224.871 48.392C225.591 48.392 226.199 49 226.199 49.736C226.199 50.52 225.591 51.128 224.871 51.128C224.071 51.128 223.479 50.52 223.479 49.736ZM231.159 46.52V44.28H234.039V41.4H236.279V44.28H239.159V46.52H236.279V49.4H234.039V46.52H231.159ZM252.84 44.904C252.84 49.096 251.08 51.24 248.376 51.24C246.28 51.24 244.6 50.216 244.424 47.8L246.664 47.384C246.728 48.616 247.352 49.096 248.312 49.096C249.288 49.096 250.216 48.44 250.472 46.344C249.848 46.904 249.016 47.208 248.008 47.208C245.944 47.208 244.248 45.736 244.248 43.496C244.248 41.112 246.168 39.56 248.44 39.56C250.952 39.56 252.84 41.192 252.84 44.904ZM250.296 43.496C250.296 42.552 249.56 41.704 248.376 41.704C247.352 41.704 246.488 42.456 246.488 43.544C246.488 44.472 247.208 45.304 248.456 45.304C249.288 45.304 250.296 44.744 250.296 43.496ZM253.778 43.448L255.33 43.208C255.282 43.912 255.618 44.472 256.53 44.472C257.33 44.472 257.762 44.088 257.762 43.48C257.762 42.92 257.33 42.584 256.53 42.584H255.89V41.224H256.514C257.234 41.208 257.522 40.904 257.522 40.504C257.522 40.056 257.17 39.784 256.53 39.784C255.682 39.784 255.49 40.376 255.49 40.728L254.034 40.488C254.05 39.32 254.914 38.376 256.498 38.376C258.194 38.376 259.01 39.272 259.01 40.296C259.01 40.888 258.802 41.384 258.37 41.768C259.042 42.184 259.362 42.776 259.362 43.48C259.362 44.728 258.418 45.912 256.498 45.912C254.706 45.912 253.714 44.776 253.778 43.448Z" fill="#89F5BF"/><defs><linearGradient id="paint0_linear_10741_46380" x1="187.5" y1="89" x2="187.5" y2="248" gradientUnits="userSpaceOnUse"><stop stop-color="#D0FBE5"/><stop offset="1" stop-color="#D0FBE5" stop-opacity="0"/></linearGradient></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="375" height="248" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="375" height="248" fill="white"/><path d="M114.368 77.864C114.176 76.776 114.048 75.688 114.048 74.536C114.048 67.176 118.592 59.24 131.072 59.24C140.608 59.24 146.88 65.128 146.88 73.832C146.88 88.808 130.944 89.448 126.016 96.424H147.008V105H114.496V100.84C114.496 82.344 137.728 84.904 137.728 74.216C137.728 70.184 135.04 67.816 131.008 67.816C125.376 67.816 123.712 71.656 123.712 75.368C123.712 76.456 123.84 77.544 124.096 78.504L114.368 77.864Z" fill="#99E5FF"/><path d="M151.49 82.6C151.49 70.056 156.802 59.24 169.41 59.24C181.826 59.24 187.202 70.056 187.202 82.6C187.202 95.144 182.082 105.96 169.41 105.96C156.674 105.96 151.49 95.144 151.49 82.6ZM160.45 82.6C160.45 92.456 163.842 97.384 169.41 97.384C174.978 97.384 178.242 92.456 178.242 82.6C178.242 72.744 174.786 67.816 169.41 67.816C163.906 67.816 160.45 72.744 160.45 82.6Z" fill="#99E5FF"/><path d="M191.805 77.864C191.613 76.776 191.485 75.688 191.485 74.536C191.485 67.176 196.029 59.24 208.509 59.24C218.045 59.24 224.317 65.128 224.317 73.832C224.317 88.808 208.381 89.448 203.453 96.424H224.445V105H191.933V100.84C191.933 82.344 215.165 84.904 215.165 74.216C215.165 70.184 212.477 67.816 208.445 67.816C202.813 67.816 201.149 71.656 201.149 75.368C201.149 76.456 201.277 77.544 201.533 78.504L191.805 77.864Z" fill="#99E5FF"/><path d="M228.415 84.584C228.415 67.816 235.455 59.24 246.271 59.24C254.655 59.24 261.375 63.336 262.079 73L253.119 74.664C252.863 69.736 250.367 67.816 246.527 67.816C242.623 67.816 238.911 70.44 237.887 78.824C240.383 76.584 243.711 75.368 247.743 75.368C255.999 75.368 262.783 81.256 262.783 90.216C262.783 99.752 255.103 105.96 246.015 105.96C235.967 105.96 228.415 99.432 228.415 84.584ZM238.591 90.216C238.591 93.992 241.535 97.384 246.271 97.384C250.367 97.384 253.823 94.376 253.823 90.024C253.823 86.312 250.943 82.984 245.951 82.984C242.623 82.984 238.591 85.224 238.591 90.216Z" fill="#99E5FF"/><path d="M375 248V89L258 105H114L0 89V248H375Z" fill="url(#paint0_linear_10741_46384)"/><path d="M375 248V89L258 105H114L0 89V248H375Z" fill="url(#paint1_linear_10741_46384)"/><path d="M166.069 44.216C166.021 43.944 165.989 43.672 165.989 43.384C165.989 41.544 167.125 39.56 170.245 39.56C172.629 39.56 174.197 41.032 174.197 43.208C174.197 46.952 170.213 47.112 168.981 48.856H174.229V51H166.101V49.96C166.101 45.336 171.909 45.976 171.909 43.304C171.909 42.296 171.237 41.704 170.229 41.704C168.821 41.704 168.405 42.664 168.405 43.592C168.405 43.864 168.437 44.136 168.501 44.376L166.069 44.216ZM175.733 47.656L177.989 45.4L175.733 43.144L177.349 41.528L179.605 43.784L181.861 41.528L183.461 43.144L181.205 45.4L183.461 47.656L181.861 49.256L179.605 47L177.349 49.256L175.733 47.656ZM184.719 43.752V41.896C186.287 41.896 187.007 41.016 187.007 39.8H189.279V51H187.039V43.752H184.719ZM190.693 45.4C190.693 42.264 192.021 39.56 195.173 39.56C198.277 39.56 199.621 42.264 199.621 45.4C199.621 48.536 198.341 51.24 195.173 51.24C191.989 51.24 190.693 48.536 190.693 45.4ZM192.933 45.4C192.933 47.864 193.781 49.096 195.173 49.096C196.565 49.096 197.381 47.864 197.381 45.4C197.381 42.936 196.517 41.704 195.173 41.704C193.797 41.704 192.933 42.936 192.933 45.4ZM200.516 43.752V41.896C202.084 41.896 202.804 41.016 202.804 39.8H205.076V51H202.836V43.752H200.516ZM206.442 47.464L208.794 47.08C208.73 48.2 209.274 49.096 210.698 49.096C211.962 49.096 212.666 48.456 212.666 47.496C212.666 46.616 211.962 46.088 210.714 46.088H209.69V44.04L210.682 44.024C211.786 44.008 212.266 43.512 212.266 42.888C212.266 42.168 211.722 41.72 210.714 41.72C209.37 41.72 209.066 42.632 209.082 43.224L206.826 42.84C206.858 41.016 208.202 39.56 210.666 39.56C213.258 39.56 214.522 40.968 214.522 42.568C214.522 43.48 214.186 44.28 213.514 44.872C214.506 45.496 214.97 46.424 214.97 47.496C214.97 49.448 213.578 51.24 210.666 51.24C207.866 51.24 206.33 49.512 206.442 47.464Z" fill="#99E5FF"/><path d="M151.5 82.6C151.5 70.056 156.812 59.24 169.42 59.24C181.836 59.24 187.212 70.056 187.212 82.6C187.212 95.144 182.092 105.96 169.42 105.96C156.684 105.96 151.5 95.144 151.5 82.6ZM160.46 82.6C160.46 83.7035 160.503 84.7453 160.586 85.7252C161.247 93.4977 164.475 97.384 169.42 97.384C174.365 97.384 177.492 93.4977 178.131 85.7252C178.211 84.7453 178.252 83.7035 178.252 82.6C178.252 81.5059 178.21 80.4726 178.126 79.5C177.461 71.7107 174.199 67.816 169.42 67.816C164.527 67.816 161.253 71.7107 160.586 79.5C160.503 80.4726 160.46 81.5059 160.46 82.6Z" fill="#99E5FF"/><path d="M160.586 79.5C160.503 80.4726 160.46 81.5059 160.46 82.6C160.46 83.7035 160.503 84.7453 160.586 85.7252H178.131C178.211 84.7453 178.252 83.7035 178.252 82.6C178.252 81.5059 178.21 80.4726 178.126 79.5H160.586Z" fill="#99E5FF"/><defs><linearGradient id="paint0_linear_10741_46384" x1="187.5" y1="89" x2="187.5" y2="248" gradientUnits="userSpaceOnUse"><stop stop-color="#D0FBE5"/><stop offset="1" stop-color="#D0FBE5" stop-opacity="0"/></linearGradient><linearGradient id="paint1_linear_10741_46384" x1="187.5" y1="89" x2="187.5" y2="248" gradientUnits="userSpaceOnUse"><stop stop-color="#D6F5FF"/><stop offset="1" stop-color="#D6F5FF" stop-opacity="0"/></linearGradient></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="375" height="248" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_10741_46388)"><rect width="375" height="248" fill="white"/><path d="M115.587 61.864C115.395 60.776 115.267 59.688 115.267 58.536C115.267 51.176 119.811 43.24 132.291 43.24C141.827 43.24 148.099 49.128 148.099 57.832C148.099 72.808 132.163 73.448 127.235 80.424H148.227V89H115.715V84.84C115.715 66.344 138.947 68.904 138.947 58.216C138.947 54.184 136.259 51.816 132.227 51.816C126.595 51.816 124.931 55.656 124.931 59.368C124.931 60.456 125.059 61.544 125.315 62.504L115.587 61.864ZM152.709 66.6C152.709 54.056 158.021 43.24 170.629 43.24C183.045 43.24 188.421 54.056 188.421 66.6C188.421 79.144 183.301 89.96 170.629 89.96C157.893 89.96 152.709 79.144 152.709 66.6ZM161.669 66.6C161.669 76.456 165.061 81.384 170.629 81.384C176.197 81.384 179.461 76.456 179.461 66.6C179.461 56.744 176.005 51.816 170.629 51.816C165.125 51.816 161.669 56.744 161.669 66.6ZM193.024 61.864C192.832 60.776 192.704 59.688 192.704 58.536C192.704 51.176 197.248 43.24 209.728 43.24C219.264 43.24 225.536 49.128 225.536 57.832C225.536 72.808 209.6 73.448 204.672 80.424H225.664V89H193.152V84.84C193.152 66.344 216.384 68.904 216.384 58.216C216.384 54.184 213.696 51.816 209.664 51.816C204.032 51.816 202.368 55.656 202.368 59.368C202.368 60.456 202.496 61.544 202.752 62.504L193.024 61.864ZM229.572 52.776V44.2H261.06V52.776C253.956 61.416 247.876 75.752 246.596 89H237.444C238.532 76.584 243.524 62.76 249.924 52.776H229.572Z" fill="#FFDB80"/><path d="M375 248V89H266H186H145H100H0V248H375Z" fill="url(#paint0_linear_10741_46388)"/><circle cx="332" cy="102" r="87" transform="rotate(-2.41959 332 102)" fill="white"/><path d="M419 102C419 150.049 380.049 189 332 189C283.951 189 245 150.049 245 102C245 83.2627 250.923 65.9087 261 51.7087" stroke="#FFDB80"/></g><defs><linearGradient id="paint0_linear_10741_46388" x1="187.5" y1="90.6392" x2="187.5" y2="248" gradientUnits="userSpaceOnUse"><stop stop-color="#FFE9B0"/><stop offset="1" stop-color="#FFE9B0" stop-opacity="0"/></linearGradient><clipPath id="clip0_10741_46388"><rect width="375" height="248" fill="white"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="375" height="248" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="375" height="248" fill="white"/><path d="M113.68 61.864C113.488 60.776 113.36 59.688 113.36 58.536C113.36 51.176 117.904 43.24 130.384 43.24C139.92 43.24 146.192 49.128 146.192 57.832C146.192 72.808 130.256 73.448 125.328 80.424H146.32V89H113.808V84.84C113.808 66.344 137.04 68.904 137.04 58.216C137.04 54.184 134.352 51.816 130.32 51.816C124.688 51.816 123.024 55.656 123.024 59.368C123.024 60.456 123.152 61.544 123.408 62.504L113.68 61.864Z" fill="#FFC2FA"/><path d="M150.802 66.6C150.802 54.056 156.114 43.24 168.722 43.24C181.138 43.24 186.514 54.056 186.514 66.6C186.514 79.144 181.394 89.96 168.722 89.96C155.986 89.96 150.802 79.144 150.802 66.6ZM159.762 66.6C159.762 67.7035 159.805 68.7453 159.888 69.7252C160.549 77.4977 163.778 81.384 168.722 81.384C173.667 81.384 176.794 77.4977 177.433 69.7252C177.513 68.7453 177.554 67.7035 177.554 66.6C177.554 65.5059 177.512 64.4726 177.429 63.5C176.764 55.7107 173.502 51.816 168.722 51.816C163.829 51.816 160.555 55.7107 159.888 63.5C159.805 64.4726 159.762 65.5059 159.762 66.6Z" fill="#FFC2FA"/><path d="M191.118 61.864C190.926 60.776 190.798 59.688 190.798 58.536C190.798 51.176 195.342 43.24 207.822 43.24C217.358 43.24 223.63 49.128 223.63 57.832C223.63 72.808 207.694 73.448 202.766 80.424H223.758V89H191.246V84.84C191.246 66.344 214.478 68.904 214.478 58.216C214.478 54.184 211.79 51.816 207.758 51.816C202.126 51.816 200.462 55.656 200.462 59.368C200.462 60.456 200.59 61.544 200.846 62.504L191.118 61.864Z" fill="#FFC2FA"/><path d="M375 248V89H266H186H145H100H0V248H375Z" fill="url(#paint0_linear_10741_46392)"/><path d="M256.588 74.2453C256.588 72.2456 256.076 70.3681 255.179 68.7394C252.612 71.0829 249.22 72.5094 245.5 72.5094C241.78 72.5094 238.387 71.0831 235.82 68.7394C234.924 70.3681 234.412 72.2457 234.412 74.2453C234.412 80.4767 239.376 85.5283 245.5 85.5283C251.624 85.5283 256.588 80.4767 256.588 74.2453ZM245.5 62.9623C242.575 62.9623 239.916 64.1167 237.934 66C239.916 67.8833 242.575 69.0377 245.5 69.0377C248.425 69.0377 251.084 67.8833 253.066 66C251.084 64.1167 248.425 62.9623 245.5 62.9623ZM256.588 57.7547C256.588 51.5233 251.624 46.4717 245.5 46.4717C239.376 46.4717 234.412 51.5233 234.412 57.7547C234.412 59.754 234.924 61.6312 235.82 63.2598C238.387 60.9163 241.78 59.4906 245.5 59.4906C249.22 59.4906 252.612 60.9165 255.179 63.2598C256.075 61.6312 256.588 59.7542 256.588 57.7547ZM260 57.7547C260 60.8088 259.088 63.6459 257.526 66C259.088 68.3541 260 71.1912 260 74.2453C260 82.3941 253.508 89 245.5 89C237.492 89 231 82.3941 231 74.2453C231 71.1914 231.911 68.354 233.473 66C231.911 63.646 231 60.8086 231 57.7547C231 49.6059 237.492 43 245.5 43C253.508 43 260 49.6059 260 57.7547Z" fill="#FFC2FA"/><path d="M245.5 62.9623C242.575 62.9623 239.916 64.1167 237.934 66C239.916 67.8833 242.575 69.0377 245.5 69.0377C248.425 69.0377 251.084 67.8833 253.066 66C251.084 64.1167 248.425 62.9623 245.5 62.9623Z" fill="#FFE0FD"/><path d="M256.588 74.2453C256.588 72.2456 256.076 70.3681 255.179 68.7394C252.612 71.0829 249.22 72.5094 245.5 72.5094C241.78 72.5094 238.387 71.0831 235.82 68.7394C234.924 70.3681 234.412 72.2457 234.412 74.2453C234.412 80.4767 239.376 85.5283 245.5 85.5283C251.624 85.5283 256.588 80.4767 256.588 74.2453ZM245.5 62.9623C242.575 62.9623 239.916 64.1167 237.934 66C239.916 67.8833 242.575 69.0377 245.5 69.0377C248.425 69.0377 251.084 67.8833 253.066 66C251.084 64.1167 248.425 62.9623 245.5 62.9623ZM256.588 57.7547C256.588 51.5233 251.624 46.4717 245.5 46.4717C239.376 46.4717 234.412 51.5233 234.412 57.7547C234.412 59.754 234.924 61.6312 235.82 63.2598C238.387 60.9163 241.78 59.4906 245.5 59.4906C249.22 59.4906 252.612 60.9165 255.179 63.2598C256.075 61.6312 256.588 59.7542 256.588 57.7547ZM260 57.7547C260 60.8088 259.088 63.6459 257.526 66C259.088 68.3541 260 71.1912 260 74.2453C260 82.3941 253.508 89 245.5 89C237.492 89 231 82.3941 231 74.2453C231 71.1914 231.911 68.354 233.473 66C231.911 63.646 231 60.8086 231 57.7547C231 49.6059 237.492 43 245.5 43C253.508 43 260 49.6059 260 57.7547Z" stroke="#FFC2FA" stroke-width="2"/><path d="M245.5 62.9623C242.575 62.9623 239.916 64.1167 237.934 66C239.916 67.8833 242.575 69.0377 245.5 69.0377C248.425 69.0377 251.084 67.8833 253.066 66C251.084 64.1167 248.425 62.9623 245.5 62.9623Z" stroke="#FFC2FA" stroke-width="2"/><defs><linearGradient id="paint0_linear_10741_46392" x1="187.5" y1="89" x2="187.5" y2="248" gradientUnits="userSpaceOnUse"><stop stop-color="#FFE0FD"/><stop offset="1" stop-color="#FFE0FD" stop-opacity="0"/></linearGradient></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="375" height="248" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_8257_6058)"><rect width="375" height="248" fill="white"/><path d="M375 250V58H0V250H375Z" fill="url(#paint0_linear_8257_6058)"/><path fill-rule="evenodd" clip-rule="evenodd" d="M148.645 66.1343C139.121 42.1276 124.239 47.5663 118.606 49.6248L118.537 49.6501C112.958 51.6885 103.714 62 104.634 78.0985C105.5 93.2534 112.958 100.077 118.537 102.027C124.116 103.977 138.727 105.661 147.405 91.4809C148.379 93.7851 150.948 98.9253 153.427 101.052C156.526 103.711 166.71 106.99 169.189 89.3539H162.637C162.696 90.9491 162.3 94.1396 160.246 94.1396C157.678 94.1396 154.135 84.834 153.427 81.6435L163.183 48.069H153.973L148.645 66.1343ZM122.345 56.2969C129.163 52.6633 138.284 53.3723 144.217 80.7573C140.886 91.4809 132.058 100.217 121.194 93.2534C109.917 86.0262 115.526 59.9305 122.345 56.2969Z" fill="#99E5FF"/><path d="M176.85 103.493H188.037V82.7974H202.02C213.367 82.7974 220.079 75.5261 220.079 65.1384C220.079 54.8307 213.287 47.5593 202.02 47.5593H176.85V103.493ZM188.037 72.0902V58.2666H201.221C206.175 58.2666 208.892 60.7436 208.892 65.1384C208.892 69.6131 206.175 72.0902 201.221 72.0902H188.037Z" fill="#99E5FF"/><path d="M226.479 103.493H237.665V82.7974H248.772L258.441 103.573H270.586L259.959 81.2792C266.271 78.5625 269.947 72.6495 269.947 65.1384C269.947 54.8307 262.835 47.5593 251.888 47.5593H226.479V103.493ZM237.665 72.0902V58.2666H251.089C255.804 58.2666 258.76 60.7436 258.76 65.1384C258.76 69.6131 255.804 72.0902 251.089 72.0902H237.665Z" fill="#99E5FF"/></g><defs><linearGradient id="paint0_linear_8257_6058" x1="187.5" y1="58" x2="187.5" y2="250" gradientUnits="userSpaceOnUse"><stop stop-color="#D6F5FF"/><stop offset="1" stop-color="#D6F5FF" stop-opacity="0"/></linearGradient><clipPath id="clip0_8257_6058"><rect width="375" height="248" fill="white"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="375" height="248" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="375" height="248" fill="white"/><path d="M375 247V56C309.696 202.331 67.4262 201.24 0 56V247H375Z" fill="url(#paint0_linear_8257_6041)"/><path d="M185.959 7V103.273M185.959 103.273V129.638M185.959 103.273H345M185.959 103.273H32M185.959 103.273V145.875M185.959 103.273V152M184.538 95.168H187.566M184.538 46.4548H187.566M184.538 70.8114H187.566M184.538 22.0982H187.566M184.538 87.0491H187.566M184.538 38.336H187.566M184.538 62.6925H187.566M184.538 13.9794H187.566M184.538 78.9302H187.566M184.538 30.2171H187.566M184.538 54.5737H187.566M184.538 119.525H187.566M184.538 111.406H187.566M184.538 127.643H187.566M184.538 103.287H187.566M281.853 103.714V102.717M185.836 103.714V102.717M233.845 103.714V102.717M137.827 103.714V102.717M265.85 103.714V102.717M169.833 103.714V102.717M217.842 103.714V102.717M121.824 103.714V102.717M249.848 103.714V102.717M153.83 103.714V102.717M201.839 103.714V102.717M105.821 103.714V102.717M329.862 103.714V102.717M313.859 103.714V102.717M297.856 103.714L297.856 102.717M184.538 135.762H187.566M184.538 143.881H187.566M184.538 152H187.566" stroke="#FFDDCC" stroke-width="0.291225" stroke-linecap="round" stroke-linejoin="round"/><path d="M248.149 46.8096C260.757 46.8096 269.754 53.9322 272.019 64.5781L262.477 67.9287C261.787 64.6334 260.197 61.8472 257.84 59.8545C255.345 57.7457 252.02 56.5508 248.069 56.5508C236.927 56.5508 230.015 65.1575 230.015 75.4863C230.015 81.0877 231.857 85.8684 235.146 89.251C238.438 92.635 243.141 94.5829 248.79 94.583C254.471 94.583 259.526 92.0273 262.434 87.625C262.535 87.4716 262.544 87.2743 262.457 87.1123C262.37 86.9504 262.2 86.8497 262.017 86.8496H250.092V77.6699H273.139V103.121H264.279V97.3691C264.279 97.1569 264.146 96.9678 263.945 96.8975C263.745 96.8272 263.522 96.891 263.39 97.0566C259.967 101.335 254.424 104.323 246.466 104.323C230.986 104.323 219.793 92.2383 219.793 75.6465C219.793 67.4658 222.598 60.2593 227.529 55.1016C232.459 49.9465 239.54 46.8096 248.149 46.8096ZM161.623 47.9697C162.949 60.542 164.997 71.8694 168.55 80.1436C172.145 88.5157 177.347 93.9017 185.01 94.1104C191.758 94.294 196.367 89.1029 199.657 80.7979C202.921 72.5607 204.979 61.048 206.544 47.9697H216.396C216.522 57.4797 215.12 71.4591 210.516 83.1201C205.828 94.9915 197.899 104.305 185.023 104.305C172.14 104.305 163.852 94.9817 158.716 83.1055C153.675 71.4494 151.746 57.4789 151.512 47.9697H161.623ZM136.654 48.0117L159.091 103.121H147.828L142.584 90.1279C142.517 89.9625 142.368 89.8475 142.195 89.8213L142.12 89.8154H118.554C118.375 89.8156 118.212 89.9112 118.123 90.0625L118.09 90.1309L112.924 103.121H101.742L124.021 48.0117H136.654ZM130.336 60.3984C130.157 60.3989 129.995 60.4938 129.906 60.6445L129.873 60.7129L122.418 79.3887C122.357 79.5425 122.376 79.7174 122.469 79.8545C122.562 79.9916 122.717 80.0742 122.883 80.0742H137.872C138.038 80.0741 138.193 79.9917 138.286 79.8545C138.379 79.717 138.398 79.5416 138.336 79.3877L130.801 60.7109C130.724 60.5215 130.54 60.3981 130.336 60.3984Z" fill="#FFC2A3"/><defs><linearGradient id="paint0_linear_8257_6041" x1="187.5" y1="56" x2="187.5" y2="215" gradientUnits="userSpaceOnUse"><stop stop-color="#FFDDCC"/><stop offset="1" stop-color="#FFDDCC" stop-opacity="0"/></linearGradient></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.0446 9.48721V11.2003H11.378V9.48721H20.6224V11.2003H21.9557V9.48721H24.4002V13.2638H7.60018V9.48721H10.0446ZM7.60018 14.5972V24.1337H24.4002V14.5972H7.60018ZM21.9557 8.15387H25.7335V25.467H6.26685V8.15387H10.0446V6.66699H11.378V8.15387H20.6224V6.66699H21.9557V8.15387Z" fill="#0D0D0D"/><path d="M10.9329 17.6003C10.9329 17.1585 11.291 16.8003 11.7329 16.8003C12.1747 16.8003 12.5329 17.1585 12.5329 17.6003C12.5329 18.0422 12.1747 18.4003 11.7329 18.4003C11.291 18.4003 10.9329 18.0422 10.9329 17.6003Z" fill="#0D0D0D"/><path d="M10.9329 20.8003C10.9329 20.3585 11.291 20.0003 11.7329 20.0003C12.1747 20.0003 12.5329 20.3585 12.5329 20.8003C12.5329 21.2422 12.1747 21.6003 11.7329 21.6003C11.291 21.6003 10.9329 21.2422 10.9329 20.8003Z" fill="#0D0D0D"/><path d="M15.1999 17.6003C15.1999 17.1585 15.5581 16.8003 15.9999 16.8003C16.4417 16.8003 16.7999 17.1585 16.7999 17.6003C16.7999 18.0422 16.4417 18.4003 15.9999 18.4003C15.5581 18.4003 15.1999 18.0422 15.1999 17.6003Z" fill="#0D0D0D"/><path d="M15.1999 20.8003C15.1999 20.3585 15.5581 20.0003 15.9999 20.0003C16.4417 20.0003 16.7999 20.3585 16.7999 20.8003C16.7999 21.2422 16.4417 21.6003 15.9999 21.6003C15.5581 21.6003 15.1999 21.2422 15.1999 20.8003Z" fill="#0D0D0D"/><path d="M19.4667 17.6003C19.4667 17.1585 19.8249 16.8003 20.2667 16.8003C20.7085 16.8003 21.0667 17.1585 21.0667 17.6003C21.0667 18.0422 20.7085 18.4003 20.2667 18.4003C19.8249 18.4003 19.4667 18.0422 19.4667 17.6003Z" fill="#0D0D0D"/><path d="M19.4667 20.8003C19.4667 20.3585 19.8249 20.0003 20.2667 20.0003C20.7085 20.0003 21.0667 20.3585 21.0667 20.8003C21.0667 21.2422 20.7085 21.6003 20.2667 21.6003C19.8249 21.6003 19.4667 21.2422 19.4667 20.8003Z" fill="#0D0D0D"/><path d="M10.9329 17.6003C10.9329 17.1585 11.291 16.8003 11.7329 16.8003C12.1747 16.8003 12.5329 17.1585 12.5329 17.6003C12.5329 18.0422 12.1747 18.4003 11.7329 18.4003C11.291 18.4003 10.9329 18.0422 10.9329 17.6003Z" fill="#0D0D0D"/><path d="M10.9329 20.8003C10.9329 20.3585 11.291 20.0003 11.7329 20.0003C12.1747 20.0003 12.5329 20.3585 12.5329 20.8003C12.5329 21.2422 12.1747 21.6003 11.7329 21.6003C11.291 21.6003 10.9329 21.2422 10.9329 20.8003Z" fill="#0D0D0D"/><path d="M15.1999 17.6003C15.1999 17.1585 15.5581 16.8003 15.9999 16.8003C16.4417 16.8003 16.7999 17.1585 16.7999 17.6003C16.7999 18.0422 16.4417 18.4003 15.9999 18.4003C15.5581 18.4003 15.1999 18.0422 15.1999 17.6003Z" fill="#0D0D0D"/><path d="M15.1999 20.8003C15.1999 20.3585 15.5581 20.0003 15.9999 20.0003C16.4417 20.0003 16.7999 20.3585 16.7999 20.8003C16.7999 21.2422 16.4417 21.6003 15.9999 21.6003C15.5581 21.6003 15.1999 21.2422 15.1999 20.8003Z" fill="#0D0D0D"/><path d="M19.4667 17.6003C19.4667 17.1585 19.8249 16.8003 20.2667 16.8003C20.7085 16.8003 21.0667 17.1585 21.0667 17.6003C21.0667 18.0422 20.7085 18.4003 20.2667 18.4003C19.8249 18.4003 19.4667 18.0422 19.4667 17.6003Z" fill="#0D0D0D"/><path d="M19.4667 20.8003C19.4667 20.3585 19.8249 20.0003 20.2667 20.0003C20.7085 20.0003 21.0667 20.3585 21.0667 20.8003C21.0667 21.2422 20.7085 21.6003 20.2667 21.6003C19.8249 21.6003 19.4667 21.2422 19.4667 20.8003Z" fill="#0D0D0D"/><path d="M10.0446 9.48721V11.2003H11.378V9.48721H20.6224V11.2003H21.9557V9.48721H24.4002V13.2638H7.60018V9.48721H10.0446Z" fill="#FF80F4"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7.60018 24.1337V14.5972H24.4002V24.1337H7.60018ZM10.9329 17.6003C10.9329 18.0422 11.291 18.4003 11.7329 18.4003C12.1747 18.4003 12.5329 18.0422 12.5329 17.6003C12.5329 17.1585 12.1747 16.8003 11.7329 16.8003C11.291 16.8003 10.9329 17.1585 10.9329 17.6003ZM10.9329 20.8003C10.9329 21.2422 11.291 21.6003 11.7329 21.6003C12.1747 21.6003 12.5329 21.2422 12.5329 20.8003C12.5329 20.3585 12.1747 20.0003 11.7329 20.0003C11.291 20.0003 10.9329 20.3585 10.9329 20.8003ZM15.1999 17.6003C15.1999 18.0422 15.5581 18.4003 15.9999 18.4003C16.4417 18.4003 16.7999 18.0422 16.7999 17.6003C16.7999 17.1585 16.4417 16.8003 15.9999 16.8003C15.5581 16.8003 15.1999 17.1585 15.1999 17.6003ZM15.1999 20.8003C15.1999 21.2422 15.5581 21.6003 15.9999 21.6003C16.4417 21.6003 16.7999 21.2422 16.7999 20.8003C16.7999 20.3585 16.4417 20.0003 15.9999 20.0003C15.5581 20.0003 15.1999 20.3585 15.1999 20.8003ZM19.4667 17.6003C19.4667 18.0422 19.8249 18.4003 20.2667 18.4003C20.7085 18.4003 21.0667 18.0422 21.0667 17.6003C21.0667 17.1585 20.7085 16.8003 20.2667 16.8003C19.8249 16.8003 19.4667 17.1585 19.4667 17.6003ZM19.4667 20.8003C19.4667 21.2422 19.8249 21.6003 20.2667 21.6003C20.7085 21.6003 21.0667 21.2422 21.0667 20.8003C21.0667 20.3585 20.7085 20.0003 20.2667 20.0003C19.8249 20.0003 19.4667 20.3585 19.4667 20.8003Z" fill="#FF80F4"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.73354 16.0005C7.73354 11.4349 11.4347 7.73379 16.0002 7.73379C20.5658 7.73379 24.2669 11.4349 24.2669 16.0005C24.2669 20.566 20.5658 24.2671 16.0002 24.2671C11.4347 24.2671 7.73354 20.566 7.73354 16.0005ZM16.0002 6.13379C10.551 6.13379 6.13354 10.5512 6.13354 16.0005C6.13354 21.4497 10.551 25.8671 16.0002 25.8671C21.4494 25.8671 25.8669 21.4497 25.8669 16.0005C25.8669 10.5512 21.4494 6.13379 16.0002 6.13379ZM16.8398 9.94755H15.2398V16.5338L20.6729 18.7976L21.2883 17.3207L16.8398 15.4672V9.94755Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M16.0002 7.73379C11.4347 7.73379 7.73354 11.4349 7.73354 16.0005C7.73354 20.566 11.4347 24.2671 16.0002 24.2671C20.5658 24.2671 24.2669 20.566 24.2669 16.0005C24.2669 11.4349 20.5658 7.73379 16.0002 7.73379ZM16.8398 9.94755H15.2398V16.5338L20.6729 18.7976L21.2883 17.3207L16.8398 15.4672V9.94755Z" fill="#FF80F4"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="40" height="40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.23584 20.0001L15.8181 13.8904V26.1097L5.23584 20.0001Z" fill="#DADADA"/><path d="M34.7646 20.0001L24.1824 13.8904V26.1097L34.7646 20.0001Z" fill="#DADADA"/><path d="M20.1426 12.9452H21.6209L19.8572 27.0549H18.3789L20.1426 12.9452Z" fill="#DADADA"/><path d="M5.23584 20.0001L15.8181 13.8904V26.1097L5.23584 20.0001Z" stroke="#0D0D0D" stroke-linejoin="round"/><path d="M34.7646 20.0001L24.1824 13.8904V26.1097L34.7646 20.0001Z" stroke="#0D0D0D" stroke-linejoin="round"/><path d="M20.1426 12.9452H21.6209L19.8572 27.0549H18.3789L20.1426 12.9452Z" stroke="#0D0D0D" stroke-linejoin="round"/><path d="M21.6206 11.4452L21.7808 11.4539C22.1513 11.4937 22.4964 11.6698 22.7456 11.952C22.9646 12.2001 23.0912 12.512 23.1147 12.8368C23.2079 12.7424 23.3143 12.6597 23.4321 12.5916C23.8962 12.3237 24.468 12.3237 24.9321 12.5916L35.5151 18.701C35.979 18.969 36.2641 19.4642 36.2642 19.9998C36.2642 20.5357 35.9783 21.0307 35.5142 21.2987L24.9321 27.409C24.4681 27.6768 23.8961 27.6769 23.4321 27.409C22.9682 27.1411 22.6823 26.6459 22.6821 26.1102V16.5457L21.3452 27.2411C21.2513 27.9916 20.6134 28.5545 19.8569 28.5545H18.3794C17.9492 28.5545 17.5391 28.3702 17.2544 28.0477C17.0355 27.7997 16.908 27.4885 16.8843 27.1639C16.7913 27.2579 16.6854 27.3411 16.5679 27.409C16.1038 27.6768 15.5319 27.6769 15.0679 27.409L4.48584 21.2987C4.02184 21.0307 3.73584 20.5357 3.73584 19.9998C3.73591 19.464 4.0218 18.9689 4.48584 18.701L15.0679 12.5916C15.532 12.3237 16.1038 12.3237 16.5679 12.5916C17.032 12.8596 17.3179 13.3546 17.3179 13.8905V23.4461L18.6538 12.7586L18.6782 12.6209C18.8283 11.9404 19.4338 11.4452 20.1431 11.4452H21.6206ZM8.23486 19.9998L14.3179 23.5106V16.4881L8.23486 19.9998ZM25.6821 23.5106L31.7642 19.9998L25.6821 16.4881V23.5106Z" fill="#DADADA" stroke="#0D0D0D" stroke-linejoin="round"/><path d="M15.1519 15.0451L15.1519 24.9553L6.56787 20.0002L15.1519 15.0451Z" fill="#DADADA" stroke="#0D0D0D" stroke-width="1.33333"/><path d="M24.8486 15.0451L24.8486 24.9553L33.4326 20.0002L24.8486 15.0451Z" fill="#DADADA" stroke="#0D0D0D" stroke-width="1.33333"/><path d="M20.1426 12.9452H21.6209L19.8572 27.0549H18.3789L20.1426 12.9452Z" fill="#0D0D0D"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="375" height="248" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_8257_6050)"><rect width="375" height="248" fill="white"/><path d="M375 248V56H0V248H375Z" fill="url(#paint0_linear_8257_6050)"/><path d="M389.973 113.283L233.075 77.4305M378.415 20L233.075 73.4363M233.075 77.4305L226.432 75.8789L233.075 73.4363M233.075 77.4305C233.803 75.7524 233.379 74.0684 233.075 73.4363" stroke="#FFC2A3" stroke-width="0.291225"/><path d="M232.645 46.9004C244.972 46.9005 253.865 53.9982 256.119 64.6172L247.085 67.9414C245.65 61.1498 240.254 56.6075 232.564 56.6074C222.108 56.6074 215.045 64.8562 215.045 74.7666C215.045 80.5815 216.835 85.523 220.02 89.0166C223.208 92.5144 227.76 94.5233 233.203 94.5234C241.389 94.5234 248.221 89.3282 249.371 81.21L259.179 83.4629C257.57 95.6451 246.889 104.231 233.523 104.231C224.855 104.231 217.695 101.199 212.704 96.1396C207.712 91.0787 204.857 83.9578 204.857 75.7256C204.858 59.4306 215.851 46.9004 232.645 46.9004ZM125.997 48.0986C129.925 48.0986 133.534 48.8675 136.735 50.2578L133.376 54.5566C133.206 54.7741 133.245 55.0878 133.462 55.2578C133.652 55.4066 133.917 55.3959 134.094 55.2451L134.164 55.1719L137.667 50.6895C139.473 51.5644 141.142 52.6431 142.655 53.8994L139.819 58.0225C139.663 58.2499 139.721 58.5612 139.948 58.7178C140.147 58.8547 140.411 58.8283 140.578 58.667L140.644 58.5898L143.417 54.5547C145.159 56.1248 146.678 57.9413 147.941 59.958L144.008 63.2158L144.327 63.6006L144.646 63.9863L148.462 60.8242C149.627 62.8507 150.546 65.063 151.188 67.418L147.083 68.7686C146.821 68.8547 146.678 69.1373 146.764 69.3994C146.85 69.6617 147.133 69.805 147.396 69.7188L151.434 68.3896C151.943 70.5414 152.226 72.8039 152.262 75.1455H147.604C147.328 75.1455 147.104 75.3696 147.104 75.6455C147.104 75.9216 147.327 76.1455 147.604 76.1455H152.262C152.226 78.4975 151.941 80.7661 151.428 82.9199L147.729 81.9561C147.462 81.8865 147.189 82.0465 147.119 82.3135C147.05 82.5805 147.21 82.854 147.477 82.9238L151.179 83.8887C150.531 86.2456 149.605 88.4552 148.43 90.4756L144.596 88.0244L144.327 88.4463L144.058 88.8672L147.91 91.3311C146.647 93.3238 145.132 95.1166 143.394 96.665L140.625 93.1426L140.555 93.0693C140.377 92.9191 140.113 92.9096 139.923 93.0586C139.733 93.2078 139.68 93.4669 139.784 93.6748L139.838 93.7607L142.63 97.3125C141.12 98.5514 139.456 99.6146 137.655 100.477L134.152 96.3145C133.975 96.1038 133.659 96.0767 133.448 96.2539C133.263 96.4094 133.219 96.6707 133.33 96.875L133.388 96.959L136.711 100.908C133.515 102.277 129.915 103.032 125.997 103.032H115.158V48.0986H125.997ZM199.748 48.0986V57.8066H171.402C171.126 57.8068 170.903 58.0308 170.902 58.3066V69.5732C170.903 69.8491 171.126 70.0731 171.402 70.0732H196.473V79.7803H171.402C171.126 79.7804 170.903 80.0044 170.902 80.2803V92.8252C170.902 93.1012 171.126 93.325 171.402 93.3252H199.748V103.032H160.716V48.0986H199.748ZM125.838 58.3652C125.562 58.3652 125.338 58.5894 125.338 58.8652C125.338 58.889 125.342 58.9127 125.345 58.9355V92.1943C125.341 92.2176 125.338 92.2414 125.338 92.2656C125.338 92.5418 125.562 92.7656 125.838 92.7656H125.845V92.7646C135.104 92.7609 141.68 85.5486 141.68 75.6455C141.679 65.7496 135.11 58.3696 125.846 58.3652H125.838ZM144.596 88.0244C144.363 87.8763 144.054 87.9446 143.905 88.1768C143.757 88.4093 143.825 88.7184 144.058 88.8672L144.596 88.0244ZM144.008 63.2158C143.795 63.3919 143.766 63.7073 143.941 63.9199C144.117 64.1325 144.433 64.1622 144.646 63.9863L144.008 63.2158Z" fill="#FFC2A3"/></g><defs><linearGradient id="paint0_linear_8257_6050" x1="187.5" y1="56" x2="187.5" y2="248" gradientUnits="userSpaceOnUse"><stop stop-color="#FFDDCC"/><stop offset="1" stop-color="#FFDDCC" stop-opacity="0"/></linearGradient><clipPath id="clip0_8257_6050"><rect width="375" height="248" fill="white"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="40" height="40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M27.1093 19.4809C27.1093 24.3888 23.9263 28.3675 20 28.3675C16.0736 28.3675 12.8906 24.3888 12.8906 19.4809C12.8906 14.5729 16.0736 10.5942 20 10.5942C23.9263 10.5942 27.1093 14.5729 27.1093 19.4809Z" fill="#DADADA"/><path d="M19.9998 21.7867L17.282 23.8139L15.7937 21.7867L13.0273 23.358C13.6759 26.616 16.5511 29.0715 19.9997 29.0715C23.4484 29.0715 26.3235 26.616 26.9721 23.358L24.1414 21.9621L22.6751 23.8139L19.9998 21.7867Z" fill="#DADADA"/><path d="M15.5555 9.38733L24.2964 9.38725L25.2701 9.38724C26.2859 9.38723 27.1094 10.2107 27.1094 11.2265C27.1094 12.2423 26.2859 13.0657 25.2701 13.0658L24.2964 13.0658L15.5555 13.0659L12.8907 11.2265L15.5555 9.38733Z" fill="#DADADA"/><path d="M24.2964 9.38725L15.5555 9.38733L12.8907 11.2265L15.5555 13.0659L24.2964 13.0658M24.2964 9.38725L25.2701 9.38724C26.2859 9.38723 27.1094 10.2107 27.1094 11.2265C27.1094 12.2423 26.2859 13.0657 25.2701 13.0658L24.2964 13.0658M24.2964 9.38725V13.0658M27.1093 19.4809C27.1093 24.3888 23.9263 28.3675 20 28.3675C16.0736 28.3675 12.8906 24.3888 12.8906 19.4809C12.8906 14.5729 16.0736 10.5942 20 10.5942C23.9263 10.5942 27.1093 14.5729 27.1093 19.4809ZM17.282 23.8139L19.9998 21.7867L22.6751 23.8139L24.1414 21.9621L26.9721 23.358C26.3235 26.616 23.4484 29.0715 19.9997 29.0715C16.5511 29.0715 13.6759 26.616 13.0273 23.358L15.7937 21.7867L17.282 23.8139Z" stroke="#0D0D0D" stroke-linecap="square"/><path d="M17.7012 21.0044L20.0088 19.2847L22.3213 21.0367L22.5732 20.7202L23.5762 19.4536L25.0264 20.1685L25.0811 20.1958C25.0982 19.9629 25.1094 19.7247 25.1094 19.481C25.1094 17.7025 24.6372 16.2056 23.9111 15.0659H16.0889C15.3628 16.2056 14.8906 17.7025 14.8906 19.481C14.8906 19.6536 14.8966 19.8235 14.9053 19.9908L16.3525 19.1685L17.7012 21.0044ZM18.4775 25.4175L17.9883 25.7818C18.6368 26.1646 19.328 26.3677 20 26.3677C20.6619 26.3677 21.3414 26.1691 21.9814 25.7974L19.9902 24.2886L18.4775 25.4175ZM29.1094 19.481C29.1094 20.3509 29.0188 21.2143 28.8467 22.0523L29.2334 22.2427L28.9336 23.7486C28.1023 27.9239 24.4209 31.0717 20 31.0718C15.5789 31.0718 11.8967 27.924 11.0654 23.7486L10.7842 22.3326L11.167 22.1148C10.9863 21.2572 10.8906 20.3726 10.8906 19.481C10.8906 17.3011 11.4566 15.1619 12.4678 13.3638L9.37012 11.2261L14.9326 7.38724H25.2705C27.3906 7.38745 29.1092 9.10606 29.1094 11.2261C29.1094 12.336 28.6368 13.3347 27.8838 14.0357C28.6742 15.6837 29.1094 17.567 29.1094 19.481Z" fill="#DADADA" stroke="#0D0D0D" stroke-linecap="square" stroke-linejoin="round"/><path d="M20 11.2612C23.427 11.2612 26.4424 14.7946 26.4424 19.4809C26.4424 24.1672 23.427 27.7006 20 27.7006C16.573 27.7006 13.5576 24.1672 13.5576 19.4809C13.5576 14.7946 16.5729 11.2612 20 11.2612Z" fill="#DADADA" stroke="#0D0D0D" stroke-width="1.33333"/><circle cx="17.3291" cy="15.9055" r="0.888668" fill="#0D0D0D"/><circle cx="22.6699" cy="15.9055" r="0.888668" fill="#0D0D0D"/><path d="M19.2886 16.3135L19.9997 17.2746L20.7104 16.3135L19.2886 16.3135Z" fill="#0D0D0D"/><path d="M19.9998 21.7867L17.282 23.8139L15.7937 21.7867L13.0273 23.358C13.6759 26.616 16.5511 29.0715 19.9997 29.0715C23.4484 29.0715 26.3235 26.616 26.9721 23.358L24.1414 21.9622L22.6751 23.8139L19.9998 21.7867Z" fill="#0D0D0D" stroke="#0D0D0D" stroke-width="1.33333"/><path d="M15.5555 9.38732L24.2964 9.38723L25.2701 9.38722C26.2859 9.38721 27.1094 10.2107 27.1094 11.2265C27.1094 12.2423 26.2859 13.0657 25.2701 13.0657L24.2964 13.0657L15.5555 13.0658L15.2389 12.8473L12.8907 11.2265L15.2389 9.60581L15.5555 9.38732Z" fill="#DADADA"/><path d="M24.2964 9.38723L24.2964 13.0657M12.8907 11.2265L15.2389 9.60581L15.5555 9.38732L25.2701 9.38722C26.2859 9.38721 27.1094 10.2107 27.1094 11.2265V11.2265C27.1094 12.2423 26.2859 13.0657 25.2701 13.0657L15.5555 13.0658L15.2389 12.8473L12.8907 11.2265Z" stroke="#0D0D0D" stroke-width="1.33333" stroke-linecap="square"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="80" height="91" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M27 23H52.5V17H27V23Z" fill="#DADADA"/><path d="M27 23H52.5V17H27V23Z" fill="#DADADA"/><path d="M10.5 80H69V17H52.5V23H27V17H10.5V80Z" fill="#DADADA"/><path d="M52.5 11H27V17H52.5V11Z" fill="#DADADA"/><path d="M37.1176 56.2514V37H42.8824V56.2514H37.1176ZM36.5 62.4364C36.5 60.5523 38.0235 58.9958 40.0824 58.9958C41.9353 58.9958 43.5 60.5523 43.5 62.4364C43.5 64.4435 41.9353 66 40.0824 66C38.0235 66 36.5 64.4435 36.5 62.4364Z" fill="#DADADA"/><path d="M61.665 7C60.1217 3.46875 56.6002 1 52.5 1H27C22.8998 1 19.3783 3.46875 17.835 7H10.5C4.97715 7 0.5 11.4772 0.5 17V80C0.5 85.5229 4.97715 90 10.5 90H69C74.5229 90 79 85.5229 79 80V17C79 11.4772 74.5229 7 69 7H61.665Z" fill="#DADADA"/><path d="M27 23H52.5V17H27V23Z" fill="#DADADA"/><path d="M27 23H52.5V17H27V23Z" fill="#DADADA"/><path d="M10.5 80H69V17H52.5V23H27V17H10.5V80Z" fill="#DADADA"/><path d="M52.5 11H27V17H52.5V11Z" fill="#DADADA"/><path d="M37.1176 56.2514V37H42.8824V56.2514H37.1176ZM36.5 62.4364C36.5 60.5523 38.0235 58.9958 40.0824 58.9958C41.9353 58.9958 43.5 60.5523 43.5 62.4364C43.5 64.4435 41.9353 66 40.0824 66C38.0235 66 36.5 64.4435 36.5 62.4364Z" fill="#DADADA"/><path d="M10.5 17V16.5H10V17H10.5ZM69 17H69.5V16.5H69V17ZM69 80V80.5H69.5V80H69ZM10.5 80H10V80.5H10.5V80ZM27 11V10.5H26.5V11H27ZM52.5 11H53V10.5H52.5V11ZM52.5 23V23.5H53V23H52.5ZM27 23H26.5V23.5H27V23ZM37.1176 56.2514H36.6176C36.6176 56.5276 36.8415 56.7514 37.1176 56.7514V56.2514ZM37.1176 37V36.5C36.8415 36.5 36.6176 36.7239 36.6176 37H37.1176ZM42.8824 37H43.3824C43.3824 36.7239 43.1585 36.5 42.8824 36.5V37ZM42.8824 56.2514V56.7514C43.1585 56.7514 43.3824 56.5276 43.3824 56.2514H42.8824ZM61.665 7L61.2069 7.20024C61.2865 7.38232 61.4663 7.5 61.665 7.5V7ZM17.835 7V7.5C18.0337 7.5 18.2135 7.38232 18.2931 7.20024L17.835 7ZM69 80V79.5H10.5V80V80.5H69V80ZM10.5 80H11V17H10.5H10V80H10.5ZM27 11V11.5H52.5V11V10.5H27V11ZM52.5 23V22.5H27V23V23.5H52.5V23ZM27 17V16.5H10.5V17V17.5H27V17ZM69 17V16.5H52.5V17V17.5H69V17ZM52.5 17H52V23H52.5H53V17H52.5ZM27 23H27.5V17H27H26.5V23H27ZM52.5 11H52V17H52.5H53V11H52.5ZM27 17H27.5V11H27H26.5V17H27ZM27 17V17.5H52.5V17V16.5H27V17ZM37.1176 56.2514H37.6176V37H37.1176H36.6176V56.2514H37.1176ZM37.1176 37V37.5H42.8824V37V36.5H37.1176V37ZM42.8824 37H42.3824V56.2514H42.8824H43.3824V37H42.8824ZM42.8824 56.2514V55.7514H37.1176V56.2514V56.7514H42.8824V56.2514ZM36.5 62.4364H37C37 60.8385 38.2895 59.4958 40.0824 59.4958V58.9958V58.4958C37.7576 58.4958 36 60.266 36 62.4364H36.5ZM40.0824 58.9958V59.4958C41.6578 59.4958 43 60.827 43 62.4364H43.5H44C44 60.2775 42.2128 58.4958 40.0824 58.4958V58.9958ZM43.5 62.4364H43C43 64.1803 41.6464 65.5 40.0824 65.5V66V66.5C42.2242 66.5 44 64.7067 44 62.4364H43.5ZM40.0824 66V65.5C38.301 65.5 37 64.1687 37 62.4364H36.5H36C36 64.7183 37.7461 66.5 40.0824 66.5V66ZM69 17H68.5V80H69H69.5V17H69ZM52.5 1V1.5C56.3942 1.5 59.7401 3.84429 61.2069 7.20024L61.665 7L62.1232 6.79976C60.5032 3.09321 56.8062 0.5 52.5 0.5V1ZM61.665 7V7.5H69V7V6.5H61.665V7ZM69 7V7.5C74.2467 7.5 78.5 11.7533 78.5 17H79H79.5C79.5 11.201 74.799 6.5 69 6.5V7ZM79 17H78.5V80H79H79.5V17H79ZM79 80H78.5C78.5 85.2467 74.2467 89.5 69 89.5V90V90.5C74.799 90.5 79.5 85.799 79.5 80H79ZM69 90V89.5H10.5V90V90.5H69V90ZM10.5 90V89.5C5.25329 89.5 1 85.2467 1 80H0.5H0C0 85.799 4.70101 90.5 10.5 90.5V90ZM0.5 80H1V17H0.5H0V80H0.5ZM0.5 17H1C1 11.7533 5.25329 7.5 10.5 7.5V7V6.5C4.70101 6.5 0 11.201 0 17H0.5ZM10.5 7V7.5H17.835V7V6.5H10.5V7ZM17.835 7L18.2931 7.20024C19.7599 3.84429 23.1058 1.5 27 1.5V1V0.5C22.6938 0.5 18.9968 3.09321 17.3768 6.79976L17.835 7ZM27 1V1.5H52.5V1V0.5H27V1Z" fill="#0D0D0D"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="40" height="40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.20557 12.8039H20.7195V24.3178H9.20557V12.8039Z" fill="#DADADA"/><path d="M19.2808 15.6824H30.7947V27.1963H19.2808V15.6824Z" fill="#DADADA"/><path d="M9.20557 12.8039H20.7195V24.3178H9.20557V12.8039Z" stroke="#0D0D0D"/><path d="M19.2808 15.6824H30.7947V27.1963H19.2808V15.6824Z" stroke="#0D0D0D"/><path d="M22.7192 10.8039V13.6828H32.7944V29.1965H17.2808V26.3176H7.20557V10.8039H22.7192ZM22.7192 25.1965H28.7944V17.6828H22.7192V25.1965ZM11.2056 22.3176H17.2808V14.8039H11.2056V22.3176Z" fill="#DADADA" stroke="#0D0D0D"/><rect x="9.20557" y="12.8039" width="11.5139" height="11.5139" fill="#DADADA" stroke="#0D0D0D" stroke-width="1.33333"/><path d="M15.5381 15.3125L15.5586 15.3633L18.0283 21.4082L18.0752 21.5215H16.8525L16.832 21.4697L16.2051 19.9062H13.6475L13.0117 21.4697L12.9912 21.5215H11.7773L11.8232 21.4082L14.293 15.3633L14.3145 15.3125H15.5381Z" fill="#0D0D0D" stroke="#0D0D0D" stroke-width="0.16394"/><rect x="19.2808" y="15.6824" width="11.5139" height="11.5139" fill="#0D0D0D" stroke="#0D0D0D" stroke-width="1.33333"/><path d="M25.6626 18.4528C26.2245 18.4528 26.6712 18.6341 26.978 18.9352C27.2846 19.2361 27.4457 19.6506 27.4458 20.1061C27.4458 20.6492 27.2248 21.1065 26.8374 21.3922C27.3639 21.698 27.6782 22.2395 27.6782 22.8873C27.6782 23.3905 27.5011 23.8358 27.1763 24.1549C26.8513 24.4741 26.3847 24.6617 25.8179 24.6617H22.9292V18.4528H25.6626Z" fill="#DADADA" stroke="#DADADA" stroke-width="0.16394"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="375" height="248" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_8257_6062)"><rect width="375" height="248" fill="white"/><path d="M375 250V58H0V250H375Z" fill="url(#paint0_linear_8257_6062)"/><path d="M119 103.362H130.118V81.9194H155.452V71.2775H130.118V58.4121H158.708V47.7703H119V103.362Z" fill="#FFC2FA"/><path d="M212.299 103.362H239.618C249.545 103.362 255.978 96.6114 255.978 87.5579C255.978 81.6017 252.96 76.7573 248.036 74.0571C251.61 71.754 253.754 67.545 253.754 62.3035C253.754 54.203 247.957 47.7703 238.189 47.7703H212.299V103.362ZM223.417 69.7686V58.1738H236.521C240.968 58.1738 243.112 60.6357 243.112 63.733C243.112 67.3067 240.968 69.7686 236.6 69.7686H223.417ZM223.417 92.9583V79.7751H237.236C241.921 79.7751 244.383 82.7929 244.383 86.3667C244.383 90.0198 241.921 92.9583 237.236 92.9583H223.417Z" fill="#FFC2FA"/><path d="M165.378 103.362H205.166V92.72H176.496L189.203 80.2516L194.787 74.6033L189.203 69.6098L176.496 58.4121H205.166V47.7703H165.378V61.6681L180.59 75.566L165.378 89.4639V103.362Z" fill="#FFC2FA"/><path d="M186.457 43H181.722V42.4995C181.722 39.8165 185.806 40.237 185.806 38.0346C185.806 37.0736 185.156 36.4629 184.144 36.4629C182.783 36.4629 182.413 37.3839 182.413 38.1547C182.413 38.3449 182.433 38.5251 182.473 38.6853L181.742 38.6353C181.722 38.4951 181.702 38.3449 181.702 38.1848C181.702 37.1236 182.282 35.8422 184.144 35.8422C185.536 35.8422 186.457 36.7332 186.457 38.0246C186.457 40.6675 182.593 40.3471 182.423 42.3793H186.457V43ZM187.461 41.0178C187.461 40.1869 187.971 39.5162 188.782 39.1859C188.192 38.8855 187.831 38.355 187.831 37.7042C187.831 36.6031 188.752 35.8422 190.054 35.8422C191.365 35.8422 192.296 36.6031 192.296 37.7042C192.296 38.365 191.926 38.8855 191.325 39.1859C192.126 39.5262 192.637 40.1869 192.637 41.0178C192.637 42.2992 191.575 43.1502 190.054 43.1502C188.512 43.1502 187.461 42.3092 187.461 41.0178ZM188.482 37.7042C188.482 38.425 189.103 38.9056 190.054 38.9056C191.015 38.9056 191.645 38.425 191.645 37.7042C191.645 36.9534 191.005 36.4429 190.054 36.4429C189.113 36.4429 188.482 36.9434 188.482 37.7042ZM188.122 41.0178C188.122 41.9388 188.872 42.5395 190.054 42.5395C191.215 42.5395 191.966 41.9388 191.966 41.0178C191.966 40.1269 191.195 39.4962 190.054 39.4962C188.902 39.4962 188.122 40.1269 188.122 41.0178Z" fill="#FFC2FA"/><path d="M179.501 108.012C179.501 107.741 179.721 107.511 180.011 107.511C180.281 107.511 180.502 107.741 180.502 108.012C180.502 108.292 180.281 108.512 180.011 108.512C179.721 108.512 179.501 108.292 179.501 108.012ZM180.331 114.168H179.681V109.393H180.331V114.168ZM189.081 109.914H184.076V109.263H189.081V109.914ZM189.081 112.066H184.076V111.415H189.081V112.066ZM193.891 109.033H192.44V108.472C193.421 108.472 193.871 107.921 193.871 107.161H194.542V114.168H193.891V109.033Z" fill="#FFC2FA"/></g><defs><linearGradient id="paint0_linear_8257_6062" x1="187.5" y1="58" x2="187.5" y2="250" gradientUnits="userSpaceOnUse"><stop stop-color="#FFE0FD"/><stop offset="1" stop-color="#FFE0FD" stop-opacity="0"/></linearGradient><clipPath id="clip0_8257_6062"><rect width="375" height="248" fill="white"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="40" height="40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.75 8.56561H28.7907V28.0119H7.75V8.56561Z" fill="#DADADA"/><path d="M7.75 8.56561H28.7907V11.4347H7.75V8.56561Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18.2708 16.9713V16.9399H13.0105V16.9713H18.2708Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18.2708 16.9399H13.0105V16.9713H18.2708V16.9399Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M23.531 16.9399H18.2708V16.9713H23.531V16.9399Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M23.531 16.9713V16.9399H18.2708V16.9713H23.531Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.0105 16.9399H7.75033V16.9713H13.0105V16.9399Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M28.7911 16.9713V16.9399H23.531V16.9713H28.7911Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M28.7911 16.9399H23.531V16.9713H28.7911V16.9399Z" fill="#DADADA"/><path d="M13.0105 22.4761H7.75033L7.75 28.0119L13.0105 28.0123V22.4761Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M25.4503 28.3807L24.3174 20.5L31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807Z" fill="#DADADA"/><path d="M31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807L24.3174 20.5L31.9364 23.4909Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M25.4503 28.3807L24.3174 20.5L31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807Z" fill="#DADADA"/><path d="M31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807L24.3174 20.5L31.9364 23.4909Z" fill="#DADADA"/><path d="M7.75 8.56561V8.31561C7.61193 8.31561 7.5 8.42754 7.5 8.56561H7.75ZM28.7907 8.56561H29.0407C29.0407 8.42754 28.9288 8.31561 28.7907 8.31561V8.56561ZM28.7907 28.0119L28.7908 28.2619C28.9288 28.2619 29.0407 28.15 29.0407 28.012L28.7907 28.0119ZM7.75 28.0119H7.5C7.5 28.15 7.61192 28.2619 7.74998 28.2619L7.75 28.0119ZM7.75 11.4347H7.5V11.4348L7.75 11.4347ZM7.75033 16.9713H7.50033C7.50033 17.1094 7.61225 17.2213 7.75033 17.2213V16.9713ZM28.7911 16.9399H29.0411C29.0411 16.8018 28.9291 16.6899 28.7911 16.6899V16.9399ZM28.7911 22.4761L29.0411 22.4761V22.4761H28.7911ZM13.0105 28.0123L13.0105 28.2623H13.0105V28.0123ZM23.531 28.0123V28.2623H23.531L23.531 28.0123ZM9.70166 9.50932V9.75932H10.2017V9.50932H9.95166H9.70166ZM12.1147 9.50932V9.75932H12.6147V9.50932H12.3647H12.1147ZM14.5274 9.50932V9.75932H15.0274V9.50932H14.7774H14.5274ZM16.941 9.50932V9.75932H17.441V9.50932H17.191H16.941ZM19.354 9.50932V9.75932H19.854V9.50932H19.604H19.354ZM21.7671 9.50932V9.75932H22.2671V9.50932H22.0171H21.7671ZM24.1803 9.50932V9.75932H24.6803V9.50932H24.4303H24.1803ZM26.5932 9.50932V9.75932H27.0932V9.50932H26.8432H26.5932ZM24.4503 29.3807L24.2028 29.4163C24.2154 29.5038 24.2733 29.5781 24.355 29.6118C24.4367 29.6455 24.5302 29.6336 24.6008 29.5803L24.4503 29.3807ZM23.3174 21.5L23.1406 21.3232C23.0849 21.3789 23.0587 21.4576 23.0699 21.5356L23.3174 21.5ZM30.9364 24.4909L31.0869 24.6906C31.1001 24.6806 31.1123 24.6694 31.1233 24.657L30.9364 24.4909ZM28.8922 26.0321L28.7417 25.8324C28.6765 25.8816 28.6394 25.9594 28.6424 26.041C28.6453 26.1225 28.6878 26.1975 28.7563 26.2419L28.8922 26.0321ZM31.433 29.1882L31.5835 29.3878C31.5947 29.3794 31.6052 29.37 31.6149 29.3597L31.433 29.1882ZM29.0353 30.9958L28.8406 31.1525C28.9252 31.2577 29.078 31.2766 29.1858 31.1954L29.0353 30.9958ZM26.4945 27.8396L26.6893 27.6828C26.6046 27.5777 26.4518 27.5587 26.344 27.64L26.4945 27.8396ZM24.3174 20.5L24.4087 20.2673C24.3162 20.231 24.2109 20.2529 24.1406 20.3232L24.3174 20.5ZM32.3174 28.25L32.4993 28.4215C32.5502 28.3675 32.5745 28.2937 32.5656 28.22C32.5567 28.1464 32.5155 28.0805 32.4533 28.0402L32.3174 28.25ZM31.8174 23.5L32.0042 23.6661C32.0583 23.6052 32.0794 23.5218 32.0607 23.4426C32.042 23.3633 31.9858 23.2981 31.9102 23.2679L31.8174 23.5ZM25.4503 28.3807L25.2028 28.4163C25.2154 28.5038 25.2733 28.5781 25.355 28.6118C25.4367 28.6455 25.5302 28.6336 25.6008 28.5803L25.4503 28.3807ZM31.9364 23.4909L32.0869 23.6906C32.1592 23.6361 32.1964 23.5467 32.1841 23.457C32.1719 23.3673 32.1121 23.2913 32.0278 23.2582L31.9364 23.4909ZM29.8922 25.0321L29.7417 24.8324C29.6877 24.8732 29.6524 24.9341 29.6441 25.0013C29.6358 25.0684 29.655 25.1361 29.6975 25.1888L29.8922 25.0321ZM32.433 28.1882L32.5835 28.3878C32.6375 28.3471 32.6727 28.2862 32.6811 28.219C32.6894 28.1519 32.6702 28.0842 32.6277 28.0315L32.433 28.1882ZM30.0353 29.9958L29.8406 30.1525C29.9252 30.2577 30.078 30.2766 30.1858 30.1954L30.0353 29.9958ZM27.4945 26.8396L27.6893 26.6828C27.6046 26.5777 27.4518 26.5587 27.344 26.64L27.4945 26.8396ZM7.75 8.56561V8.81561H28.7907V8.56561V8.31561H7.75V8.56561ZM28.7907 8.56561H28.5407V28.0119H28.7907H29.0407V8.56561H28.7907ZM28.7907 28.0119V27.7619H7.75V28.0119V28.2619H28.7907V28.0119ZM7.75 28.0119H8V8.56561H7.75H7.5V28.0119H7.75ZM28.7907 8.56561H28.5407V11.4347H28.7907H29.0407V8.56561H28.7907ZM28.7907 11.4347V11.1847H7.75V11.4347V11.6847H28.7907V11.4347ZM7.75 11.4347H8V8.56561H7.75H7.5V11.4347H7.75ZM13.0105 11.4351H12.7605V16.9713H13.0105H13.2605V11.4351H13.0105ZM13.0105 16.9713V16.7213H7.75033V16.9713V17.2213H13.0105V16.9713ZM13.0105 11.4351V11.6851H18.2708V11.4351V11.1851H13.0105V11.4351ZM18.2708 11.4351H18.0208V16.9713H18.2708H18.5208V11.4351H18.2708ZM18.2708 16.9713V16.7213H13.0105V16.9713V17.2213H18.2708V16.9713ZM18.2708 11.4351V11.6851H23.531V11.4351V11.1851H18.2708V11.4351ZM23.531 11.4351H23.281V16.9713H23.531H23.781V11.4351H23.531ZM23.531 16.9713V16.7213H18.2708V16.9713V17.2213H23.531V16.9713ZM23.531 11.4351L23.531 11.6851L28.7908 11.6847L28.7907 11.4347L28.7907 11.1847L23.531 11.1851L23.531 11.4351ZM28.7907 11.4347L28.5407 11.4348L28.5411 16.9713L28.7911 16.9713L29.0411 16.9713L29.0407 11.4347L28.7907 11.4347ZM28.7911 16.9713V16.7213H23.531V16.9713V17.2213H28.7911V16.9713ZM7.75033 16.9399V17.1899H13.0105V16.9399V16.6899H7.75033V16.9399ZM13.0105 16.9399H12.7605V22.4761H13.0105H13.2605V16.9399H13.0105ZM13.0105 22.4761V22.2261H7.75033V22.4761V22.7261H13.0105V22.4761ZM7.75033 22.4761H8.00033V16.9399H7.75033H7.50033V22.4761H7.75033ZM13.0105 16.9399V17.1899H18.2708V16.9399V16.6899H13.0105V16.9399ZM18.2708 16.9399H18.0208V22.4761H18.2708H18.5208V16.9399H18.2708ZM18.2708 22.4761V22.2261H13.0105V22.4761V22.7261H18.2708V22.4761ZM18.2708 16.9399V17.1899H23.531V16.9399V16.6899H18.2708V16.9399ZM23.531 16.9399H23.281V22.4761H23.531H23.781V16.9399H23.531ZM23.531 22.4761V22.2261H18.2708V22.4761V22.7261H23.531V22.4761ZM23.531 16.9399V17.1899H28.7911V16.9399V16.6899H23.531V16.9399ZM28.7911 16.9399H28.5411V22.4761H28.7911H29.0411V16.9399H28.7911ZM28.7911 22.4761V22.2261H23.531V22.4761V22.7261H28.7911V22.4761ZM13.0105 22.4761H12.7605V28.0123H13.0105H13.2605V22.4761H13.0105ZM13.0105 28.0123L13.0105 27.7623L7.75002 27.7619L7.75 28.0119L7.74998 28.2619L13.0105 28.2623L13.0105 28.0123ZM7.75 28.0119L8 28.012L8.00033 22.4761L7.75033 22.4761L7.50033 22.4761L7.5 28.0119L7.75 28.0119ZM18.2708 22.4761H18.0208V28.0123H18.2708H18.5208V22.4761H18.2708ZM18.2708 28.0123V27.7623H13.0105V28.0123V28.2623H18.2708V28.0123ZM23.531 22.4761H23.281V28.0123H23.531H23.781V22.4761H23.531ZM23.531 28.0123V27.7623H18.2708V28.0123V28.2623H23.531V28.0123ZM28.7911 22.4761L28.5411 22.4761L28.5407 28.0119L28.7907 28.0119L29.0407 28.012L29.0411 22.4761L28.7911 22.4761ZM28.7907 28.0119L28.7907 27.7619L23.531 27.7623L23.531 28.0123L23.531 28.2623L28.7908 28.2619L28.7907 28.0119ZM13.0105 11.4351L13.0105 11.1851L7.75002 11.1847L7.75 11.4347L7.74998 11.6847L13.0105 11.6851L13.0105 11.4351ZM7.75 11.4347L7.5 11.4348L7.50033 16.9399L7.75033 16.9399L8.00033 16.9398L8 11.4347L7.75 11.4347ZM18.2708 16.9713H18.5208V16.9399H18.2708H18.0208V16.9713H18.2708ZM13.0105 16.9399H12.7605V16.9713H13.0105H13.2605V16.9399H13.0105ZM13.0105 11.4351H12.7605V16.9399H13.0105H13.2605V11.4351H13.0105ZM18.2708 16.9399H18.5208V11.4351H18.2708H18.0208V16.9399H18.2708ZM23.531 16.9713H23.781V16.9399H23.531H23.281V16.9713H23.531ZM28.7911 16.9399H28.5411V16.9713H28.7911H29.0411V16.9399H28.7911ZM7.75033 16.9399H7.50033V16.9713H7.75033H8.00033V16.9399H7.75033ZM13.0105 16.9713H12.7605V22.4761H13.0105H13.2605V16.9713H13.0105ZM18.2708 22.4761H18.5208V16.9713H18.2708H18.0208V22.4761H18.2708ZM28.7911 16.9713H28.5411V22.4761H28.7911H29.0411V16.9713H28.7911ZM23.531 22.4761H23.781V16.9713H23.531H23.281V22.4761H23.531ZM9.95166 7.60901H9.70166V9.50932H9.95166H10.2017V7.60901H9.95166ZM12.3647 7.60901H12.1147V9.50932H12.3647H12.6147V7.60901H12.3647ZM14.7774 7.60901H14.5274V9.50932H14.7774H15.0274V7.60901H14.7774ZM17.191 7.60901H16.941V9.50932H17.191H17.441V7.60901H17.191ZM19.604 7.60901H19.354V9.50932H19.604H19.854V7.60901H19.604ZM22.0171 7.60901H21.7671V9.50932H22.0171H22.2671V7.60901H22.0171ZM24.4303 7.60901H24.1803V9.50932H24.4303H24.6803V7.60901H24.4303ZM26.8432 7.60901H26.5932V9.50932H26.8432H27.0932V7.60901H26.8432ZM30.9364 24.4909L30.7859 24.2913L28.7417 25.8324L28.8922 26.0321L29.0427 26.2317L31.0869 24.6906L30.9364 24.4909ZM31.433 29.1882L31.2825 28.9886L28.8848 30.7961L29.0353 30.9958L29.1858 31.1954L31.5835 29.3878L31.433 29.1882ZM26.4945 27.8396L26.344 27.64L24.2998 29.1811L24.4503 29.3807L24.6008 29.5803L26.645 28.0392L26.4945 27.8396ZM23.3174 21.5L23.0699 21.5356L24.2028 29.4163L24.4503 29.3807L24.6977 29.3451L23.5648 21.4644L23.3174 21.5ZM29.0353 30.9958L29.23 30.839L26.6893 27.6828L26.4945 27.8396L26.2998 27.9964L28.8406 31.1525L29.0353 30.9958ZM23.3174 21.5L23.4942 21.6768L24.4942 20.6768L24.3174 20.5L24.1406 20.3232L23.1406 21.3232L23.3174 21.5ZM28.8922 26.0321L28.7563 26.2419L32.1815 28.4598L32.3174 28.25L32.4533 28.0402L29.0281 25.8222L28.8922 26.0321ZM32.3174 28.25L32.1355 28.0785L31.2511 29.0167L31.433 29.1882L31.6149 29.3597L32.4993 28.4215L32.3174 28.25ZM24.3174 20.5L24.2245 20.7321L31.7245 23.7321L31.8174 23.5L31.9102 23.2679L24.4102 20.2679L24.3174 20.5ZM31.8174 23.5L31.6305 23.3339L30.7496 24.3248L30.9364 24.4909L31.1233 24.657L32.0042 23.6661L31.8174 23.5ZM31.9364 23.4909L31.7859 23.2913L29.7417 24.8324L29.8922 25.0321L30.0427 25.2317L32.0869 23.6906L31.9364 23.4909ZM29.8922 25.0321L29.6975 25.1888L32.2382 28.345L32.433 28.1882L32.6277 28.0315L30.0869 24.8753L29.8922 25.0321ZM32.433 28.1882L32.2825 27.9886L29.8848 29.7961L30.0353 29.9958L30.1858 30.1954L32.5835 28.3878L32.433 28.1882ZM27.4945 26.8396L27.344 26.64L25.2998 28.1811L25.4503 28.3807L25.6008 28.5803L27.645 27.0392L27.4945 26.8396ZM24.3174 20.5L24.0699 20.5356L25.2028 28.4163L25.4503 28.3807L25.6977 28.3451L24.5648 20.4644L24.3174 20.5ZM24.3174 20.5L24.226 20.7327L31.8451 23.7236L31.9364 23.4909L32.0278 23.2582L24.4087 20.2673L24.3174 20.5ZM30.0353 29.9958L30.23 29.839L27.6893 26.6828L27.4945 26.8396L27.2998 26.9964L29.8406 30.1525L30.0353 29.9958Z" fill="#0D0D0D"/><path d="M28.7905 5.81555C30.3093 5.81555 31.5405 7.0468 31.5405 8.56555L31.541 20.3815L32.9414 20.9313C33.8683 21.2952 34.5262 22.1317 34.6611 23.1183C34.7834 24.0122 34.4576 24.9012 33.8042 25.5065L34.5752 26.464C35.042 27.0439 35.2538 27.7882 35.1621 28.527C35.0704 29.2658 34.6828 29.9357 34.0884 30.3839L34.0762 30.3927L33.4341 31.0743C33.3278 31.1871 33.2121 31.2906 33.0884 31.3839L30.6909 33.1915C29.5054 34.0853 27.8241 33.8768 26.8931 32.7203L26.0205 31.6364C25.2549 32.1694 24.2692 32.2803 23.4023 31.923C22.8347 31.689 22.3718 31.2767 22.0728 30.7623L7.75 30.7618C6.23129 30.7617 5 29.5306 5 28.0118V8.56555C5.00003 7.0468 6.23124 5.81555 7.75 5.81555H28.7905Z" fill="#DADADA" stroke="#0D0D0D" stroke-width="0.4" stroke-linejoin="round"/><rect x="7.75049" y="8.56561" width="21.0407" height="19.4463" fill="#DADADA" stroke="#0D0D0D" stroke-width="0.266667"/><rect x="7.75049" y="8.56561" width="21.0407" height="2.86913" fill="#DADADA" stroke="#0D0D0D" stroke-width="0.266667"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18.2709 16.9713V16.9398H13.0107V16.9713H18.2709Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18.2709 16.9398H13.0107V16.9713H18.2709V16.9398Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M23.5311 16.9398H18.2709V16.9713H23.5311V16.9398Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M23.5311 16.9713V16.9398H18.2709V16.9713H23.5311Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.0107 16.9398H7.75049V16.9713H13.0107V16.9398Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M28.7912 16.9713V16.9398H23.5311V16.9713H28.7912Z" fill="black" fill-opacity="0.38"/><path fill-rule="evenodd" clip-rule="evenodd" d="M28.7912 16.9398H23.5311V16.9713H28.7912V16.9398Z" fill="black" fill-opacity="0.38"/><path d="M13.0107 22.476H7.75049V28.0123H13.0107V22.476Z" fill="#DADADA"/><path d="M13.0107 11.4351V16.9713M13.0107 11.4351H18.2709M13.0107 11.4351H7.75049V16.9398M13.0107 11.4351V16.9398M13.0107 16.9713H7.75049V16.9398M13.0107 16.9713H18.2709M13.0107 16.9713V16.9398M13.0107 16.9713V22.476M18.2709 11.4351V16.9713M18.2709 11.4351H23.5311M18.2709 11.4351V16.9398M18.2709 16.9713H23.5311M18.2709 16.9713V16.9398M18.2709 16.9713V22.476M23.5311 11.4351V16.9713M23.5311 11.4351H28.7912V16.9713M23.5311 16.9713H28.7912M23.5311 16.9713V16.9398M23.5311 16.9713V22.476M28.7912 16.9713V16.9398M28.7912 16.9713V22.476M7.75049 16.9398H13.0107M7.75049 16.9398V22.476M13.0107 16.9398V22.476M13.0107 16.9398H18.2709M13.0107 22.476H7.75049M13.0107 22.476H18.2709M13.0107 22.476V28.0123M7.75049 22.476V28.0123H13.0107M18.2709 16.9398V22.476M18.2709 16.9398H23.5311M18.2709 22.476H23.5311M18.2709 22.476V28.0123M23.5311 16.9398V22.476M23.5311 16.9398H28.7912M23.5311 22.476H28.7912M23.5311 22.476V28.0123M28.7912 16.9398V22.476M28.7912 22.476V28.0123H23.5311M13.0107 28.0123H18.2709M18.2709 28.0123H23.5311" stroke="#0D0D0D" stroke-width="0.266667"/><path d="M9.95166 7.60901V9.50932M12.3647 7.60901V9.50932M14.7774 7.60901V9.50932M17.191 7.60901V9.50932M19.604 7.60901V9.50932M22.0171 7.60901V9.50932M24.4303 7.60901V9.50932M26.8432 7.60901V9.50932" stroke="#0D0D0D" stroke-width="0.266667" stroke-linecap="square"/><path fill-rule="evenodd" clip-rule="evenodd" d="M24.4503 29.3807L23.3174 21.5L24.3174 20.5L31.8174 23.5L30.9364 24.4909L28.8922 26.0321L32.3174 28.25L31.433 29.1882L29.0353 30.9958L26.4945 27.8396L24.4503 29.3807Z" fill="#0D0D0D"/><path d="M30.9364 24.4909L28.8922 26.0321L32.3174 28.25L31.433 29.1882L29.0353 30.9958L26.4945 27.8396L24.4503 29.3807L23.3174 21.5L24.3174 20.5L31.8174 23.5L30.9364 24.4909Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M24.4503 29.3807L23.3174 21.5L24.3174 20.5L31.8174 23.5L30.9364 24.4909L28.8922 26.0321L32.3174 28.25L31.433 29.1882L29.0353 30.9958L26.4945 27.8396L24.4503 29.3807Z" fill="#0D0D0D"/><path d="M30.9364 24.4909L28.8922 26.0321L32.3174 28.25L31.433 29.1882L29.0353 30.9958L26.4945 27.8396L24.4503 29.3807L23.3174 21.5L24.3174 20.5L31.8174 23.5L30.9364 24.4909Z" fill="#0D0D0D"/><path d="M24.4503 29.3807L24.2523 29.4092C24.2624 29.4792 24.3087 29.5387 24.374 29.5656C24.4394 29.5926 24.5142 29.583 24.5707 29.5404L24.4503 29.3807ZM23.3174 21.5L23.176 21.3586C23.1314 21.4031 23.1105 21.4661 23.1194 21.5285L23.3174 21.5ZM30.9364 24.4909L31.0568 24.6506C31.0674 24.6427 31.0771 24.6337 31.0859 24.6238L30.9364 24.4909ZM28.8922 26.0321L28.7718 25.8724C28.7197 25.9117 28.69 25.9739 28.6923 26.0392C28.6947 26.1044 28.7287 26.1644 28.7835 26.1999L28.8922 26.0321ZM31.433 29.1882L31.5534 29.3479C31.5624 29.3411 31.5708 29.3336 31.5785 29.3254L31.433 29.1882ZM29.0353 30.9958L28.8795 31.1212C28.9472 31.2053 29.0695 31.2205 29.1557 31.1555L29.0353 30.9958ZM26.4945 27.8396L26.6503 27.7142C26.5826 27.6301 26.4604 27.6149 26.3741 27.6799L26.4945 27.8396ZM24.3174 20.5L24.3917 20.3143L24.2692 20.2653L24.176 20.3586L24.3174 20.5ZM32.3174 28.25L32.4629 28.3872L32.6275 28.2126L32.4261 28.0821L32.3174 28.25ZM31.8174 23.5L31.9669 23.6329L32.1561 23.4201L31.8917 23.3143L31.8174 23.5ZM30.9364 24.4909L30.816 24.3312L28.7718 25.8724L28.8922 26.0321L29.0126 26.1918L31.0568 24.6506L30.9364 24.4909ZM31.433 29.1882L31.3126 29.0285L28.9149 30.8361L29.0353 30.9958L29.1557 31.1555L31.5534 29.3479L31.433 29.1882ZM26.4945 27.8396L26.3741 27.6799L24.3299 29.221L24.4503 29.3807L24.5707 29.5404L26.6149 27.9993L26.4945 27.8396ZM23.3174 21.5L23.1194 21.5285L24.2523 29.4092L24.4503 29.3807L24.6482 29.3522L23.5153 21.4715L23.3174 21.5ZM29.0353 30.9958L29.1911 30.8703L26.6503 27.7142L26.4945 27.8396L26.3387 27.965L28.8795 31.1212L29.0353 30.9958ZM23.3174 21.5L23.4588 21.6414L24.4588 20.6414L24.3174 20.5L24.176 20.3586L23.176 21.3586L23.3174 21.5ZM28.8922 26.0321L28.7835 26.1999L32.2087 28.4179L32.3174 28.25L32.4261 28.0821L29.0009 25.8642L28.8922 26.0321ZM32.3174 28.25L32.1718 28.1128L31.2875 29.051L31.433 29.1882L31.5785 29.3254L32.4629 28.3872L32.3174 28.25ZM24.3174 20.5L24.2431 20.6857L31.7431 23.6857L31.8174 23.5L31.8917 23.3143L24.3917 20.3143L24.3174 20.5ZM31.8174 23.5L31.6679 23.3671L30.787 24.358L30.9364 24.4909L31.0859 24.6238L31.9669 23.6329L31.8174 23.5Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M25.4503 28.3807L24.3174 20.5L31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807Z" fill="#0D0D0D"/><path d="M31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807L24.3174 20.5L31.9364 23.4909Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M25.4503 28.3807L24.3174 20.5L31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807Z" fill="#0D0D0D"/><path d="M31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807L24.3174 20.5L31.9364 23.4909Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M25.4503 28.3807L24.3174 20.5L31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807Z" stroke="#0D0D0D" stroke-width="0.4" stroke-linejoin="round"/><path d="M31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807L24.3174 20.5L31.9364 23.4909Z" stroke="#0D0D0D" stroke-width="0.4" stroke-linejoin="round"/><path fill-rule="evenodd" clip-rule="evenodd" d="M25.4503 28.3807L24.3174 20.5L31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807Z" stroke="#0D0D0D" stroke-width="0.4" stroke-linejoin="round"/><path d="M31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807L24.3174 20.5L31.9364 23.4909Z" stroke="#0D0D0D" stroke-width="0.4" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="375" height="248" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_8257_6048)"><rect width="375" height="248" fill="white"/><path d="M375 249.5V57.5L187.5 43.5L0 57.5V249.5H375Z" fill="url(#paint0_linear_8257_6048)"/><path d="M156.828 57.5996V93.3926C156.828 99.3894 154.766 104.378 151.22 107.867C147.672 111.357 142.602 113.383 136.521 113.383C131.284 113.383 126.184 111.955 122.404 108.859C118.639 105.776 116.135 101 116.135 94.1875C116.135 92.8217 116.27 91.3815 116.478 89.8613L126.127 88.4316C125.915 89.6476 125.856 90.8001 125.856 91.8838C125.856 96.2375 127.182 99.2227 129.223 101.115C131.255 103 133.931 103.74 136.521 103.74C139.452 103.74 142.007 102.769 143.831 100.977C145.656 99.1828 146.71 96.6056 146.71 93.4727V57.5996H156.828ZM194.794 57.2881L217.147 112.191H160.341L162.675 106.417L165.007 107.502C165.257 107.618 165.554 107.51 165.671 107.26C165.773 107.041 165.702 106.786 165.516 106.647L165.429 106.596L163.05 105.489L165.483 99.4697L167.664 100.494L167.76 100.527C167.986 100.582 168.226 100.472 168.329 100.254C168.432 100.035 168.362 99.7797 168.176 99.6406L168.089 99.5889L165.858 98.541L168.316 92.4639L170.682 93.2363L170.78 93.2578C171.011 93.284 171.238 93.1447 171.312 92.915C171.387 92.6856 171.286 92.4411 171.084 92.3262L170.991 92.2852L168.691 91.5352L171.111 85.5479L172.966 86.3066C173.221 86.4109 173.514 86.2886 173.618 86.0332C173.71 85.8097 173.627 85.5581 173.434 85.4287L173.345 85.3809L171.486 84.6201L173.92 78.6006L176.265 79.5713C176.519 79.6762 176.811 79.5554 176.917 79.3008C177.022 79.0458 176.901 78.7532 176.646 78.6475L174.295 77.6738L176.731 71.6465L178.793 72.4746C179.049 72.5771 179.34 72.4531 179.443 72.1973C179.533 71.9733 179.449 71.722 179.256 71.5938L179.166 71.5469L177.106 70.7197L179.53 64.7246L181.861 65.8193C182.111 65.9363 182.409 65.8289 182.526 65.5791C182.643 65.3293 182.536 65.0315 182.286 64.9141L179.905 63.7969L182.345 57.7646L184.33 58.6357L184.427 58.667C184.654 58.7154 184.892 58.599 184.989 58.3779C185.086 58.157 185.01 57.9037 184.82 57.7695L184.732 57.7197L182.725 56.8379L185.639 49.8311L187.521 50.6289L187.618 50.6592C187.846 50.7048 188.082 50.5863 188.177 50.3643C188.284 50.1102 188.165 49.8159 187.911 49.708L186.022 48.9082L188.665 42.5518L194.794 57.2881ZM236.906 57.5996L261.219 95.0156C261.339 95.201 261.568 95.2855 261.78 95.2227C261.992 95.1596 262.139 94.9644 262.139 94.7432V57.5996H272.257V112.191H260.321L234.579 72.71C234.458 72.5249 234.23 72.4415 234.019 72.5039C233.833 72.5588 233.698 72.7142 233.667 72.9004L233.66 72.9824L233.582 112.191H223.463V57.5996H236.906ZM188.666 69.8623C188.487 69.8623 188.324 69.9577 188.235 70.1084L188.201 70.1768L176.527 99.3223C176.466 99.4762 176.484 99.6507 176.577 99.7881C176.67 99.9253 176.825 100.008 176.991 100.008H200.34C200.506 100.008 200.661 99.9254 200.754 99.7881C200.847 99.6508 200.865 99.4762 200.804 99.3223L189.13 70.1768C189.054 69.9873 188.87 69.8626 188.666 69.8623Z" fill="#FFDB80"/><path d="M279.956 113.092C279.956 113.533 280.314 113.892 280.756 113.892C281.198 113.892 281.556 113.533 281.556 113.092C281.556 112.65 281.198 112.292 280.756 112.292C280.314 112.292 279.956 112.65 279.956 113.092ZM279.956 57.5C279.956 57.9418 280.314 58.3 280.756 58.3C281.198 58.3 281.556 57.9418 281.556 57.5C281.556 57.0582 281.198 56.7 280.756 56.7C280.314 56.7 279.956 57.0582 279.956 57.5ZM280.756 113.092H280.906V57.5H280.756H280.606V113.092H280.756Z" fill="#FFDB80"/><path d="M151 135.058L195.776 25.3024" stroke="#FFDB80" stroke-width="0.291225"/></g><defs><linearGradient id="paint0_linear_8257_6048" x1="187.5" y1="57.5" x2="187.5" y2="249.5" gradientUnits="userSpaceOnUse"><stop stop-color="#FFF1CC"/><stop offset="1" stop-color="#FFF1CC" stop-opacity="0"/></linearGradient><clipPath id="clip0_8257_6048"><rect width="375" height="248" fill="white"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="375" height="248" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_8212_81052)"><rect width="375" height="248" fill="white"/><path d="M0 248H375V96.9583H230V48H0V248Z" fill="url(#paint0_linear_8212_81052)"/><path d="M155.95 48C156.226 48 156.45 48.2239 156.45 48.5V85.0166C156.45 91.2872 154.29 96.5746 150.508 100.295C146.727 104.015 141.36 106.132 135.015 106.132C129.578 106.132 124.202 104.652 120.176 101.354C116.134 98.0448 113.5 92.943 113.5 85.8154C113.5 84.264 113.663 82.6395 113.904 80.9502L113.923 80.8711C113.98 80.6908 114.135 80.5548 114.326 80.5264L125.113 78.9287C125.276 78.9046 125.441 78.9625 125.553 79.083C125.665 79.2034 125.71 79.3708 125.675 79.5312C125.366 80.9212 125.287 82.2405 125.287 83.498C125.287 87.6679 126.55 90.3785 128.354 92.0508C130.165 93.7307 132.587 94.4247 135.015 94.4248C137.739 94.4248 140.045 93.5248 141.666 91.9316C143.286 90.34 144.264 88.0174 144.264 85.0967V48.5C144.264 48.2239 144.488 48 144.764 48H155.95ZM174.976 48.0098C175.071 48.0291 175.16 48.0763 175.23 48.1465C175.324 48.2405 175.377 48.3682 175.377 48.501L175.297 81.8213C175.297 85.8031 176.428 88.9422 178.483 91.083C180.536 93.2211 183.571 94.4248 187.502 94.4248C191.394 94.4248 194.386 93.2402 196.408 91.1143C198.434 88.9848 199.547 85.8464 199.547 81.8213L199.467 48.501C199.467 48.3682 199.52 48.2405 199.613 48.1465C199.707 48.0527 199.834 48.0001 199.967 48H211.154L211.255 48.0098C211.482 48.0564 211.654 48.2579 211.654 48.499L211.733 81.9785V81.9805C211.733 89.0855 209.356 95.1314 205.116 99.4023C200.875 103.674 194.808 106.132 187.502 106.132C180.117 106.132 174.011 103.675 169.749 99.4033C165.488 95.1321 163.11 89.0856 163.11 81.9805V81.9785L163.19 48.499L163.2 48.3984C163.247 48.1709 163.449 48 163.69 48H174.877L174.976 48.0098ZM230.021 49V94.2725C230.022 94.5485 230.245 94.7725 230.521 94.7725H258.787V104.479H249.799V102.158C249.799 101.882 249.575 101.658 249.299 101.658C249.023 101.658 248.799 101.882 248.799 102.158V104.479H239.811V102.158C239.811 101.882 239.587 101.658 239.311 101.658C239.035 101.658 238.811 101.882 238.811 102.158V104.479H229.823V102.158C229.823 101.882 229.599 101.658 229.323 101.658C229.047 101.658 228.823 101.882 228.823 102.158V104.479H219.835V98.4883H222.659C222.935 98.4882 223.159 98.2642 223.159 97.9883C223.159 97.7122 222.935 97.4884 222.659 97.4883H219.835V90.9502H222.659L222.76 90.9404C222.988 90.8939 223.159 90.6918 223.159 90.4502C223.159 90.2085 222.988 90.0066 222.76 89.96L222.659 89.9502H219.835V83.958H222.659L222.76 83.9482C222.988 83.9016 223.159 83.6996 223.159 83.458C223.159 83.2166 222.987 83.0154 222.76 82.9688L222.659 82.958H219.835V76.9668H222.659L222.76 76.957C222.988 76.9105 223.159 76.7084 223.159 76.4668C223.159 76.2251 222.988 76.0232 222.76 75.9766L222.659 75.9668H219.835V69.9746H222.659C222.935 69.9745 223.159 69.7507 223.159 69.4746C223.159 69.1987 222.935 68.9747 222.659 68.9746H219.835V62.9834H222.659C222.935 62.9833 223.159 62.7595 223.159 62.4834C223.159 62.2073 222.935 61.9835 222.659 61.9834H219.835V55.9912H222.659C222.935 55.9911 223.159 55.7673 223.159 55.4912C223.159 55.2153 222.935 54.9913 222.659 54.9912H219.835V49H230.021ZM234.5 90V93.7725H231.021V90H234.5Z" fill="#89F5BF"/><path d="M376 95.3H258.5" stroke="#89F5BF" stroke-linecap="round" stroke-linejoin="round"/></g><defs><linearGradient id="paint0_linear_8212_81052" x1="187.5" y1="48" x2="187.5" y2="248" gradientUnits="userSpaceOnUse"><stop stop-color="#D0FBE5"/><stop offset="1" stop-color="#D0FBE5" stop-opacity="0"/></linearGradient><clipPath id="clip0_8212_81052"><rect width="375" height="248" fill="white"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="375" height="248" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_8212_81046)"><rect width="375" height="248" fill="white"/><path d="M375 250V58H0V250H375Z" fill="url(#paint0_linear_8212_81046)"/><path d="M230.183 93.8372C227.516 95.4381 224.383 96.2833 221.183 96.265M225.28 94.0108L225.761 95.6414L226.121 96.8372" stroke="#FFC2A3" stroke-linecap="round" stroke-linejoin="round"/><path d="M240.183 86.8372C242.553 85.2362 245.339 84.391 248.183 84.4094M244.541 86.6635L244.114 85.0329L243.794 83.8372" stroke="#FFC2A3" stroke-linecap="round" stroke-linejoin="round"/><path d="M266.963 57.9473H150.282V98.2969C150.282 110.429 141.947 118.622 129.681 118.622C119.144 118.622 109 112.871 109 99.085C109 97.5883 109.158 96.0126 109.394 94.3584L120.009 92.7822C119.694 94.2001 119.615 95.5394 119.615 96.7998C119.615 105.229 124.727 108.065 129.681 108.065C135.263 108.065 139.273 104.363 139.273 98.376V48H266.963V57.9473ZM248.462 100.801V63.4219H259.468V118.622H246.89L221.262 79.1934L221.183 118.622H210.177V63.4219H224.249L248.462 100.801ZM168.082 95.6152C168.082 103.49 172.556 108.277 180.348 108.277C188.062 108.277 192.459 103.567 192.459 95.6152L192.382 63.4219H203.182L203.219 79.0957H198.838V80.0957H203.22V79.5957L203.258 95.2695H198.838V96.2695H203.254C203.142 103.007 200.764 108.675 196.648 112.618L197.002 112.265L193.465 108.731L193.112 109.085L192.759 109.438L196.282 112.959C192.436 116.462 187.158 118.514 180.848 118.617V113.985H179.848V118.617C173.465 118.515 168.148 116.462 164.28 112.957L167.804 109.438L167.097 108.731L163.561 112.265L163.913 112.618C159.777 108.675 157.399 103.007 157.287 96.2695H162.366V95.2695H157.283L157.32 79.5957V80.0957H162.366V79.0957H157.321L157.359 63.4219H168.159L168.082 95.6152Z" fill="#FFC2A3"/></g><defs><linearGradient id="paint0_linear_8212_81046" x1="187.5" y1="58" x2="187.5" y2="250" gradientUnits="userSpaceOnUse"><stop stop-color="#FFDDCC"/><stop offset="1" stop-color="#FFDDCC" stop-opacity="0"/></linearGradient><clipPath id="clip0_8212_81046"><rect width="375" height="248" fill="white"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="375" height="248" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_8257_6060)"><rect width="375" height="248" fill="white"/><path d="M375 250V58H0V250H375Z" fill="url(#paint0_linear_8257_6060)"/><path d="M165.5 120.5L164.5 123" stroke="#89F5BF"/><path d="M228.215 119.514L228.156 120.31L227.998 119.514H228.215ZM224.384 103.632L228.112 118.514H224.78L217.13 103.632H224.384ZM172.095 112.621L169.998 117.958L165 115.995L167.096 110.657L172.095 112.621ZM175.379 106.838L173.31 112.023L172.93 111.874C172.929 111.874 172.928 111.873 172.927 111.873L166.997 109.544L166.616 109.394L168.733 104.054L175.379 106.838ZM203.146 48.04L225.374 102.632H214.224L209.03 89.7617C208.964 89.5963 208.814 89.4814 208.642 89.4551L208.566 89.4492H185.218C185.036 89.4492 184.871 89.5469 184.783 89.7012L184.751 89.7705L178.188 106.93L168.474 102.861L190.638 48.04H203.146ZM256.443 48.04C261.77 48.0401 266.124 49.8075 269.146 52.79C272.167 55.7728 273.892 60.0074 273.892 65.0117C273.892 72.2995 270.337 77.982 264.267 80.5947C264.142 80.6484 264.044 80.7508 263.996 80.8779C263.948 81.0052 263.954 81.1468 264.013 81.2695L274.234 102.712H263.273L253.799 82.3525C253.727 82.1983 253.583 82.0924 253.418 82.0684L253.346 82.0635H242.307C242.031 82.0637 241.807 82.2875 241.807 82.5635V102.632H231.688V48.04H256.443ZM112.59 48.04L130.647 90.542C130.726 90.7263 130.907 90.8456 131.107 90.8457C131.308 90.8457 131.49 90.7265 131.568 90.542L149.625 48.04H162.216V102.632H152.098V68.5859C152.098 68.3483 151.93 68.1432 151.697 68.0957C151.464 68.0482 151.23 68.1719 151.137 68.3906L136.575 102.632H125.641L111.158 68.6279C111.065 68.4097 110.831 68.287 110.599 68.334C110.395 68.3753 110.241 68.5367 110.205 68.7354L110.197 68.8232L110.119 102.632H100V48.04H112.59ZM196.891 60.3027C196.712 60.3032 196.55 60.399 196.461 60.5498L196.428 60.6182L189.042 79.1221C188.981 79.276 188.999 79.4507 189.092 79.5879C189.185 79.7251 189.34 79.8065 189.506 79.8066H204.357C204.523 79.8065 204.679 79.7245 204.771 79.5869C204.864 79.4492 204.882 79.2742 204.82 79.1201L197.355 60.6162C197.279 60.4268 197.095 60.3024 196.891 60.3027ZM242.307 57.6826C242.031 57.6828 241.807 57.9066 241.807 58.1826V71.9209C241.807 72.1969 242.031 72.4207 242.307 72.4209H255.649C258.075 72.4208 260.112 71.784 261.55 70.5088C262.996 69.2258 263.772 67.3511 263.772 65.0117C263.772 62.7095 262.994 60.8558 261.548 59.584C260.111 58.32 258.075 57.6827 255.649 57.6826H242.307ZM200.787 23.6006L201.21 43.541L193.872 43.4365L194.812 23.5166L200.787 23.6006Z" fill="#89F5BF"/><circle cx="197.762" cy="45.206" r="11.135" stroke="#89F5BF" stroke-width="0.3"/></g><defs><linearGradient id="paint0_linear_8257_6060" x1="187.5" y1="58" x2="187.5" y2="250" gradientUnits="userSpaceOnUse"><stop stop-color="#D0FBE5"/><stop offset="1" stop-color="#D0FBE5" stop-opacity="0"/></linearGradient><clipPath id="clip0_8257_6060"><rect width="375" height="248" fill="white"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="40" height="40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.81348 10.638H20.938V23.7626H7.81348V10.638Z" fill="#DADADA"/><path d="M32.1878 21.8623C32.1878 26.0043 28.8301 29.3621 24.6881 29.3621C20.5461 29.3621 17.1883 26.0043 17.1883 21.8623C17.1883 17.7203 20.5461 14.3626 24.6881 14.3626C28.8301 14.3626 32.1878 17.7203 32.1878 21.8623Z" fill="#DADADA"/><path d="M7.81348 10.638H20.938V23.7626H7.81348V10.638Z" stroke="#0D0D0D" stroke-width="0.5" stroke-linejoin="round"/><path d="M32.1878 21.8623C32.1878 26.0043 28.8301 29.3621 24.6881 29.3621C20.5461 29.3621 17.1883 26.0043 17.1883 21.8623C17.1883 17.7203 20.5461 14.3626 24.6881 14.3626C28.8301 14.3626 32.1878 17.7203 32.1878 21.8623Z" stroke="#0D0D0D" stroke-width="0.5" stroke-linejoin="round"/><path d="M29.375 21.8624C29.375 19.2736 27.2761 17.1752 24.6873 17.1752C24.3662 17.1752 24.0526 17.2071 23.7497 17.2686V23.7624C23.7497 24.7038 23.2866 25.5365 22.5764 26.0469C23.2109 26.3677 23.9277 26.5495 24.6873 26.5495C27.2761 26.5495 29.375 24.4511 29.375 21.8624ZM10.6253 20.95H14.416C14.6641 18.1197 16.0547 15.6173 18.1249 13.9075V13.4504H10.6253V20.95ZM34.9998 21.8624C34.9998 27.5576 30.3826 32.1744 24.6873 32.1744C20.6901 32.1743 17.2244 29.9 15.513 26.5748H7.81289C6.25965 26.5748 5.00049 25.3157 5.00049 23.7624V10.638C5.00049 9.08478 6.25965 7.82562 7.81289 7.82562H20.9373C22.4905 7.82562 23.7497 9.08478 23.7497 10.638V11.5927C24.0585 11.5649 24.3712 11.5504 24.6873 11.5504C30.3826 11.5504 34.9998 16.1671 34.9998 21.8624Z" fill="#DADADA" stroke="#0D0D0D" stroke-width="0.5" stroke-linejoin="round"/><path d="M7.81348 10.638H20.938V23.7626H7.81348V10.638Z" fill="#0D0D0D" stroke="#0D0D0D" stroke-width="1.33333"/><circle cx="24.6872" cy="21.8623" r="7.49975" fill="#DADADA" stroke="#0D0D0D" stroke-width="1.33333"/><path d="M20.9121 20.2309L20.9321 18.6749L28.5255 18.7727L28.5055 20.3286L27.1351 20.311L27.0983 22.8876C27.0946 23.1753 27.2293 23.4517 27.531 23.4555C27.6316 23.4568 27.7578 23.4192 27.897 23.3556L28.4187 24.827C27.9767 24.9783 27.5861 25.0386 27.2341 25.0341C26.0775 25.0192 25.4463 24.2395 25.4607 23.115L25.5008 20.2899L23.8665 20.2689L23.804 24.833L22.1697 24.812L22.2321 20.2479L20.9121 20.2309Z" fill="#0D0D0D"/><path d="M10.4404 18.0046V15.9047H13.1403V13.2048H15.2403V15.9047H17.9402V18.0046H15.2403V20.7046H13.1403V18.0046H10.4404Z" fill="#DADADA"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="375" height="248" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_8257_6056)"><rect width="375" height="248" fill="white"/><path d="M375 250V58H0V250H375Z" fill="url(#paint0_linear_8257_6056)"/><path d="M223.297 50.7126L217.563 60.9965L242.864 75.5578V104.68H254.513V75.5578L279.904 60.9965L273.897 50.7126L248.597 65.3649L223.297 50.7126Z" fill="#FFDB80"/><path d="M96 104.043H107.118L107.198 69.7353L121.81 104.043H133.405L148.097 69.497V104.043H159.216V48.4517H145.794L127.608 91.2572L109.421 48.4517H96V104.043Z" fill="#FFDB80"/><path d="M164.325 104.043H176.476L181.718 90.8601H205.066L210.387 104.043H222.617L199.984 48.4517H186.8L164.325 104.043ZM186.006 80.2183L193.392 61.7142L200.857 80.2183H186.006Z" fill="#FFDB80"/><path d="M248.642 55.8106V51.6243M233.08 78.0166L235.628 76.7425M264.66 78.0166L262.021 76.7425M242.892 84.78C244.677 85.4668 246.616 85.8433 248.642 85.8433C250.71 85.8433 252.686 85.4516 254.5 84.7384M242.892 84.78C240.334 83.7958 238.093 82.1742 236.362 80.1098C234.029 77.3274 232.625 73.7406 232.625 69.8259C232.625 60.9797 239.796 53.8085 248.642 53.8085C257.489 53.8085 264.66 60.9797 264.66 69.8259C264.66 73.7406 263.255 77.3274 260.923 80.1098C259.216 82.1453 257.013 83.7504 254.5 84.7384M242.892 84.78L234.892 104.5H262.5L254.5 84.7384" stroke="#FFDB80" stroke-width="0.291225"/><path d="M266.03 74.4742H265.238V74.1684C265.773 74.1684 266.019 73.8681 266.019 73.4531H266.385V77.2754H266.03V74.4742ZM269.647 77.2754H267.064V77.0024C267.064 75.539 269.292 75.7683 269.292 74.567C269.292 74.0428 268.937 73.7097 268.386 73.7097C267.643 73.7097 267.441 74.2121 267.441 74.6325C267.441 74.7363 267.452 74.8346 267.474 74.9219L267.075 74.8946C267.064 74.8182 267.053 74.7363 267.053 74.6489C267.053 74.0701 267.37 73.3711 268.386 73.3711C269.145 73.3711 269.647 73.8571 269.647 74.5615C269.647 76.0031 267.539 75.8284 267.447 76.9368H269.647V77.2754ZM270.195 75.3478C270.195 74.283 270.626 73.3711 271.642 73.3711C272.636 73.3711 273.072 74.283 273.072 75.3478C273.072 76.4454 272.657 77.3573 271.642 77.3573C270.615 77.3573 270.195 76.4399 270.195 75.3478ZM270.55 75.3478C270.55 76.4236 270.948 77.0187 271.642 77.0187C272.33 77.0187 272.717 76.4345 272.717 75.3478C272.717 74.3049 272.313 73.7097 271.642 73.7097C270.954 73.7097 270.55 74.3049 270.55 75.3478Z" fill="#FFDB80"/></g><defs><linearGradient id="paint0_linear_8257_6056" x1="187.5" y1="58" x2="187.5" y2="250" gradientUnits="userSpaceOnUse"><stop stop-color="#FFF1CC"/><stop offset="1" stop-color="#FFF1CC" stop-opacity="0"/></linearGradient><clipPath id="clip0_8257_6056"><rect width="375" height="248" fill="white"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="40" height="40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.8333 12.3333H24.3333V10.3333H15.8333V12.3333Z" fill="#DADADA"/><path d="M15.8333 12.3333H24.3333V10.3333H15.8333V12.3333Z" fill="#DADADA"/><path d="M10.3333 31.3333H29.8333V10.3333H24.3333V12.3333H15.8333V10.3333H10.3333V31.3333Z" fill="#DADADA"/><path d="M24.3333 8.33333H15.8333V10.3333H24.3333V8.33333Z" fill="#DADADA"/><path d="M19.2059 23.4171V17H21.1274V23.4171H19.2059ZM19 25.4788C19 24.8508 19.5078 24.3319 20.1941 24.3319C20.8118 24.3319 21.3333 24.8508 21.3333 25.4788C21.3333 26.1478 20.8118 26.6667 20.1941 26.6667C19.5078 26.6667 19 26.1478 19 25.4788Z" fill="#DADADA"/><path d="M27.3883 7C26.8739 5.82292 25.7001 5 24.3333 5H15.8333C14.4666 5 13.2928 5.82292 12.7783 7H10.3333C8.49238 7 7 8.49238 7 10.3333V31.3333C7 33.1743 8.49238 34.6667 10.3333 34.6667H29.8333C31.6743 34.6667 33.1667 33.1743 33.1667 31.3333V10.3333C33.1667 8.49238 31.6743 7 29.8333 7H27.3883Z" fill="#DADADA"/><path d="M15.8333 12.3333H24.3333V10.3333H15.8333V12.3333Z" fill="#DADADA"/><path d="M15.8333 12.3333H24.3333V10.3333H15.8333V12.3333Z" fill="#DADADA"/><path d="M10.3333 31.3333H29.8333V10.3333H24.3333V12.3333H15.8333V10.3333H10.3333V31.3333Z" fill="#DADADA"/><path d="M24.3333 8.33333H15.8333V10.3333H24.3333V8.33333Z" fill="#DADADA"/><path d="M19.2059 23.4171V17H21.1274V23.4171H19.2059ZM19 25.4788C19 24.8508 19.5078 24.3319 20.1941 24.3319C20.8118 24.3319 21.3333 24.8508 21.3333 25.4788C21.3333 26.1478 20.8118 26.6667 20.1941 26.6667C19.5078 26.6667 19 26.1478 19 25.4788Z" fill="#DADADA"/><path d="M10.3333 10.3333V10.1667H10.1667V10.3333H10.3333ZM29.8333 10.3333H30V10.1667H29.8333V10.3333ZM29.8333 31.3333V31.5H30V31.3333H29.8333ZM10.3333 31.3333H10.1667V31.5H10.3333V31.3333ZM15.8333 8.33333V8.16667H15.6667V8.33333H15.8333ZM24.3333 8.33333H24.5V8.16667H24.3333V8.33333ZM24.3333 12.3333V12.5H24.5V12.3333H24.3333ZM15.8333 12.3333H15.6667V12.5H15.8333V12.3333ZM19.2059 23.4171H19.0392C19.0392 23.5092 19.1138 23.5838 19.2059 23.5838V23.4171ZM19.2059 17V16.8333C19.1138 16.8333 19.0392 16.908 19.0392 17H19.2059ZM21.1274 17H21.2941C21.2941 16.908 21.2195 16.8333 21.1274 16.8333V17ZM21.1274 23.4171V23.5838C21.2195 23.5838 21.2941 23.5092 21.2941 23.4171H21.1274ZM27.3883 7L27.2356 7.06675C27.2622 7.12744 27.3221 7.16667 27.3883 7.16667V7ZM12.7783 7V7.16667C12.8446 7.16667 12.9045 7.12744 12.931 7.06675L12.7783 7ZM29.8333 31.3333V31.1667H10.3333V31.3333V31.5H29.8333V31.3333ZM10.3333 31.3333H10.5V10.3333H10.3333H10.1667V31.3333H10.3333ZM15.8333 8.33333V8.5H24.3333V8.33333V8.16667H15.8333V8.33333ZM24.3333 12.3333V12.1667H15.8333V12.3333V12.5H24.3333V12.3333ZM15.8333 10.3333V10.1667H10.3333V10.3333V10.5H15.8333V10.3333ZM29.8333 10.3333V10.1667H24.3333V10.3333V10.5H29.8333V10.3333ZM24.3333 10.3333H24.1667V12.3333H24.3333H24.5V10.3333H24.3333ZM15.8333 12.3333H16V10.3333H15.8333H15.6667V12.3333H15.8333ZM24.3333 8.33333H24.1667V10.3333H24.3333H24.5V8.33333H24.3333ZM15.8333 10.3333H16V8.33333H15.8333H15.6667V10.3333H15.8333ZM15.8333 10.3333V10.5H24.3333V10.3333V10.1667H15.8333V10.3333ZM19.2059 23.4171H19.3725V17H19.2059H19.0392V23.4171H19.2059ZM19.2059 17V17.1667H21.1274V17V16.8333H19.2059V17ZM21.1274 17H20.9608V23.4171H21.1274H21.2941V17H21.1274ZM21.1274 23.4171V23.2505H19.2059V23.4171V23.5838H21.1274V23.4171ZM19 25.4788H19.1667C19.1667 24.9462 19.5965 24.4986 20.1941 24.4986V24.3319V24.1653C19.4192 24.1653 18.8333 24.7553 18.8333 25.4788H19ZM20.1941 24.3319V24.4986C20.7192 24.4986 21.1667 24.9423 21.1667 25.4788H21.3333H21.5C21.5 24.7592 20.9043 24.1653 20.1941 24.1653V24.3319ZM21.3333 25.4788H21.1667C21.1667 26.0601 20.7155 26.5 20.1941 26.5V26.6667V26.8333C20.9081 26.8333 21.5 26.2356 21.5 25.4788H21.3333ZM20.1941 26.6667V26.5C19.6003 26.5 19.1667 26.0562 19.1667 25.4788H19H18.8333C18.8333 26.2394 19.4154 26.8333 20.1941 26.8333V26.6667ZM29.8333 10.3333H29.6667V31.3333H29.8333H30V10.3333H29.8333ZM24.3333 5V5.16667C25.6314 5.16667 26.7467 5.9481 27.2356 7.06675L27.3883 7L27.5411 6.93325C27.0011 5.69774 25.7687 4.83333 24.3333 4.83333V5ZM27.3883 7V7.16667H29.8333V7V6.83333H27.3883V7ZM29.8333 7V7.16667C31.5822 7.16667 33 8.58443 33 10.3333H33.1667H33.3333C33.3333 8.40034 31.7663 6.83333 29.8333 6.83333V7ZM33.1667 10.3333H33V31.3333H33.1667H33.3333V10.3333H33.1667ZM33.1667 31.3333H33C33 33.0822 31.5822 34.5 29.8333 34.5V34.6667V34.8333C31.7663 34.8333 33.3333 33.2663 33.3333 31.3333H33.1667ZM29.8333 34.6667V34.5H10.3333V34.6667V34.8333H29.8333V34.6667ZM10.3333 34.6667V34.5C8.58443 34.5 7.16667 33.0822 7.16667 31.3333H7H6.83333C6.83333 33.2663 8.40034 34.8333 10.3333 34.8333V34.6667ZM7 31.3333H7.16667V10.3333H7H6.83333V31.3333H7ZM7 10.3333H7.16667C7.16667 8.58443 8.58443 7.16667 10.3333 7.16667V7V6.83333C8.40034 6.83333 6.83333 8.40034 6.83333 10.3333H7ZM10.3333 7V7.16667H12.7783V7V6.83333H10.3333V7ZM12.7783 7L12.931 7.06675C13.42 5.9481 14.5353 5.16667 15.8333 5.16667V5V4.83333C14.3979 4.83333 13.1656 5.69774 12.6256 6.93325L12.7783 7ZM15.8333 5V5.16667H24.3333V5V4.83333H15.8333V5Z" fill="#0D0D0D"/><circle cx="20.0003" cy="21.6666" r="5.33333" fill="#0D0D0D"/><path d="M19.1765 23.0895V18H20.8235V23.0895H19.1765ZM19 24.7246C19 24.2265 19.4353 23.815 20.0235 23.815C20.5529 23.815 21 24.2265 21 24.7246C21 25.2552 20.5529 25.6667 20.0235 25.6667C19.4353 25.6667 19 25.2552 19 24.7246Z" fill="#DADADA"/><path d="M19.1765 23.0895V18H20.8235V23.0895H19.1765ZM19 24.7246C19 24.2265 19.4353 23.815 20.0235 23.815C20.5529 23.815 21 24.2265 21 24.7246C21 25.2552 20.5529 25.6667 20.0235 25.6667C19.4353 25.6667 19 25.2552 19 24.7246Z" fill="#DADADA"/><path d="M19.1765 23.0895V18H20.8235V23.0895H19.1765ZM19 24.7246C19 24.2265 19.4353 23.815 20.0235 23.815C20.5529 23.815 21 24.2265 21 24.7246C21 25.2552 20.5529 25.6667 20.0235 25.6667C19.4353 25.6667 19 25.2552 19 24.7246Z" stroke="#0D0D0D" stroke-width="0.333333" stroke-linejoin="round"/><path d="M19.1765 23.0895V18H20.8235V23.0895H19.1765ZM19 24.7246C19 24.2265 19.4353 23.815 20.0235 23.815C20.5529 23.815 21 24.2265 21 24.7246C21 25.2552 20.5529 25.6667 20.0235 25.6667C19.4353 25.6667 19 25.2552 19 24.7246Z" stroke="#0D0D0D" stroke-width="0.333333" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="480" height="56" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_12027_9454)"><path d="M0.818146 -491L3.67331 -425.799L23.5226 27.481L82.8521 -422.433L91.373 -487.05L23.6125 27.4929L179.865 -467.451L160.289 -405.402L23.699 27.52L233.541 -375.109L263.607 -432.797L23.7794 27.5619L340.053 -384.143L300.41 -332.52L23.8513 27.617L358.876 -279.027L406.88 -322.965L23.9125 27.6838L462.059 -251.124L407.232 -216.222L23.9612 27.7601L443.936 -145.989L503.913 -170.802L23.9959 27.8438L531.169 -84.4391L467.799 -70.3979L24.0156 27.9323L478.083 8.16592L543 5.34L24.0195 28.0226L539.046 95.8077L474.679 87.3474L24.0077 28.1124L457.585 164.729L519.428 184.215L23.9805 28.1989L484.741 267.876L427.191 237.953L23.9385 28.2791L384.508 304.737L436.04 344.248L23.8834 28.351L374.804 411.012L330.887 363.14L23.8165 28.4122L267.99 411.392L302.893 466.137L23.7401 28.4608L222.493 507.95L197.637 448.014L23.6564 28.4955L121.985 471.782L136.047 535.18L23.5679 28.5151L46.1819 547L43.3353 481.995L23.4773 28.519L-35.866 478.539L-44.373 543.05L23.3875 28.5072L-132.865 523.451L-113.293 461.415L23.301 28.48L-186.504 431.038L-216.607 488.797L23.2206 28.4382L-293.053 440.143L-253.306 388.384L23.1487 28.3831L-311.687 334.855L-359.88 378.965L23.0874 28.3162L-415.059 307.124L-359.95 272.043L23.0388 28.2399L-396.565 201.835L-456.913 226.802L23.0041 28.1562L-484.169 140.439L-420.352 126.299L22.9844 28.0678L-430.584 47.8124L-496 50.6601L22.9805 27.9774L-492.046 -39.8076L-427.158 -31.2789L22.9924 27.8876L-410.074 -108.568L-472.428 -128.215L23.0195 27.8012L-437.741 -211.876L-379.721 -181.708L23.0614 27.7209L-337.105 -248.428L-389.04 -288.248L23.1166 27.649L-327.803 -355.011L-283.569 -306.793L23.1835 27.5879L-220.764 -355.039L-255.893 -410.137L23.2599 27.5392L-175.493 -451.95L-150.501 -391.686L23.3437 27.5046L-74.9242 -415.509L-89.0475 -479.18L23.4321 27.4849L0.818146 -491Z" fill="white" fill-opacity="0.38"/><path d="M23.7535 -426.234C17.025 -426.234 10.3306 -426.088 3.67331 -425.799L23.5226 27.481L82.8521 -422.433C63.5077 -424.941 43.7818 -426.234 23.7535 -426.234Z" fill="white" fill-opacity="0.38"/><path d="M160.289 -405.402L23.699 27.52L233.541 -375.109C210.234 -387.237 185.744 -397.407 160.289 -405.402Z" fill="white" fill-opacity="0.38"/><path d="M300.41 -332.52L23.8513 27.617L358.876 -279.027C340.989 -298.498 321.424 -316.405 300.41 -332.52Z" fill="white" fill-opacity="0.38"/><path d="M407.232 -216.222L23.9612 27.7601L443.936 -145.989C433.724 -170.563 421.415 -194.049 407.232 -216.222Z" fill="white" fill-opacity="0.38"/><path d="M467.799 -70.3979L24.0156 27.9323L478.083 8.16592C476.923 -18.6923 473.429 -44.9461 467.799 -70.3979Z" fill="white" fill-opacity="0.38"/><path d="M457.585 164.729C465.446 139.794 471.212 113.932 474.679 87.3474L24.0077 28.1124L457.585 164.729Z" fill="white" fill-opacity="0.38"/><path d="M427.191 237.953L23.9385 28.2791L384.508 304.737C400.59 283.838 414.893 261.501 427.191 237.953Z" fill="white" fill-opacity="0.38"/><path d="M330.887 363.14L23.8165 28.4122L267.99 411.392C290.364 397.134 311.406 380.974 330.887 363.14Z" fill="white" fill-opacity="0.38"/><path d="M197.637 448.014L23.6564 28.4955L121.985 471.782C148.116 466.033 173.404 458.04 197.637 448.014Z" fill="white" fill-opacity="0.38"/><path d="M-35.866 478.539C-16.3549 481.091 3.54541 482.408 23.7535 482.408C30.3141 482.408 36.8423 482.269 43.3353 481.995L23.4773 28.519L-35.866 478.539Z" fill="white" fill-opacity="0.38"/><path d="M-113.293 461.415L23.301 28.48L-186.504 431.038C-163.212 443.193 -138.736 453.391 -113.293 461.415Z" fill="white" fill-opacity="0.38"/><path d="M-253.306 388.384L23.1487 28.3831L-311.687 334.855C-293.828 354.334 -274.292 372.254 -253.306 388.384Z" fill="white" fill-opacity="0.38"/><path d="M-359.95 272.043L23.0388 28.2399L-396.565 201.835C-386.38 226.398 -374.101 249.875 -359.95 272.043Z" fill="white" fill-opacity="0.38"/><path d="M-420.352 126.299L22.9844 28.0678L-430.584 47.8124C-429.437 74.6429 -425.961 100.871 -420.352 126.299Z" fill="white" fill-opacity="0.38"/><path d="M-427.158 -31.2789L22.9924 27.8876L-410.074 -108.568C-417.926 -83.6622 -423.69 -57.8309 -427.158 -31.2789Z" fill="white" fill-opacity="0.38"/><path d="M-379.721 -181.708L23.0614 27.7209L-337.105 -248.428C-353.16 -227.546 -367.441 -205.231 -379.721 -181.708Z" fill="white" fill-opacity="0.38"/><path d="M-283.569 -306.793L23.1835 27.5879L-220.764 -355.039C-243.106 -340.778 -264.116 -324.62 -283.569 -306.793Z" fill="white" fill-opacity="0.38"/><path d="M-150.501 -391.686L23.3437 27.5046L-74.9242 -415.509C-101.031 -409.739 -126.294 -401.727 -150.501 -391.686Z" fill="white" fill-opacity="0.38"/></g><defs><clipPath id="clip0_12027_9454"><rect width="480" height="56" fill="white"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="480" height="56" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_12027_9476)"><path d="M138.887 19.5789C138.887 17.7186 140.382 16.2105 142.227 16.2105C144.072 16.2105 145.567 17.7186 145.567 19.5789H152.247V12.8421C154.092 12.8421 155.588 11.334 155.588 9.47369C155.588 7.61336 154.092 6.10526 152.247 6.10526V-0.631577H145.567C145.567 -2.4919 144.072 -4 142.227 -4C140.382 -4 138.887 -2.4919 138.887 -0.631577H132.206V6.10526C134.051 6.10526 135.546 7.61336 135.546 9.47369C135.546 11.334 134.051 12.8421 132.206 12.8421V19.5789H138.887Z" fill="white" fill-opacity="0.38"/><path d="M239.093 39.7895C239.093 37.9291 240.588 36.4211 242.433 36.4211C244.278 36.4211 245.773 37.9291 245.773 39.7895H252.454V33.0526C254.298 33.0526 255.794 31.5445 255.794 29.6842C255.794 27.8239 254.298 26.3158 252.454 26.3158V19.5789H245.773C245.773 17.7186 244.278 16.2105 242.433 16.2105C240.588 16.2105 239.093 17.7186 239.093 19.5789H232.412V26.3158C234.257 26.3158 235.753 27.8239 235.753 29.6842C235.753 31.5445 234.257 33.0526 232.412 33.0526V39.7895H239.093Z" fill="white" fill-opacity="0.38"/><path d="M299.216 19.5789C299.216 17.7186 300.712 16.2105 302.557 16.2105C304.401 16.2105 305.897 17.7186 305.897 19.5789H312.577V12.8421C314.422 12.8421 315.918 11.334 315.918 9.47369C315.918 7.61336 314.422 6.10526 312.577 6.10526V-0.631577H305.897C305.897 -2.4919 304.401 -4 302.557 -4C300.712 -4 299.216 -2.4919 299.216 -0.631577H292.536V6.10526C294.381 6.10526 295.876 7.61336 295.876 9.47369C295.876 11.334 294.381 12.8421 292.536 12.8421V19.5789H299.216Z" fill="white" fill-opacity="0.38"/><path d="M319.258 39.7895C319.258 37.9291 320.753 36.4211 322.598 36.4211C324.443 36.4211 325.938 37.9291 325.938 39.7895H332.619V33.0526C334.463 33.0526 335.959 31.5445 335.959 29.6842C335.959 27.8239 334.463 26.3158 332.619 26.3158V19.5789H325.938C325.938 17.7186 324.443 16.2105 322.598 16.2105C320.753 16.2105 319.258 17.7186 319.258 19.5789H312.577V26.3158C314.422 26.3158 315.918 27.8239 315.918 29.6842C315.918 31.5445 314.422 33.0526 312.577 33.0526V39.7895H319.258Z" fill="white" fill-opacity="0.38"/><path d="M292.536 46.5263C294.381 46.5263 295.876 48.0344 295.876 49.8947C295.876 51.755 294.381 53.2631 292.536 53.2631V60H299.216C299.216 58.1397 300.712 56.6316 302.557 56.6316C304.401 56.6316 305.897 58.1397 305.897 60H312.577V53.2631C314.422 53.2631 315.918 51.755 315.918 49.8947C315.918 48.0344 314.422 46.5263 312.577 46.5263V39.7895H305.897C305.897 37.9291 304.401 36.4211 302.557 36.4211C300.712 36.4211 299.216 37.9291 299.216 39.7895H292.536V46.5263Z" fill="white" fill-opacity="0.38"/><path d="M279.175 39.7895C279.175 37.9291 280.671 36.4211 282.515 36.4211C284.36 36.4211 285.856 37.9291 285.856 39.7895H292.536V33.0526C294.381 33.0526 295.876 31.5445 295.876 29.6842C295.876 27.8239 294.381 26.3158 292.536 26.3158V19.5789H285.856C285.856 17.7186 284.36 16.2105 282.515 16.2105C280.671 16.2105 279.175 17.7186 279.175 19.5789H272.495V26.3158C274.34 26.3158 275.835 27.8239 275.835 29.6842C275.835 31.5445 274.34 33.0526 272.495 33.0526V39.7895H279.175Z" fill="white" fill-opacity="0.38"/><path d="M259.134 19.5789C259.134 17.7186 260.629 16.2105 262.474 16.2105C264.319 16.2105 265.814 17.7186 265.814 19.5789H272.495V12.8421C274.34 12.8421 275.835 11.334 275.835 9.47369C275.835 7.61336 274.34 6.10526 272.495 6.10526V-0.631577H265.814C265.814 -2.4919 264.319 -4 262.474 -4C260.629 -4 259.134 -2.4919 259.134 -0.631577H252.454V6.10526C254.298 6.10526 255.794 7.61336 255.794 9.47369C255.794 11.334 254.298 12.8421 252.454 12.8421V19.5789H259.134Z" fill="white" fill-opacity="0.38"/><path d="M219.052 19.5789C219.052 17.7186 220.547 16.2105 222.392 16.2105C224.236 16.2105 225.732 17.7186 225.732 19.5789H232.412V12.8421C234.257 12.8421 235.753 11.334 235.753 9.47369C235.753 7.61336 234.257 6.10526 232.412 6.10526V-0.631577H225.732C225.732 -2.4919 224.236 -4 222.392 -4C220.547 -4 219.052 -2.4919 219.052 -0.631577H212.371V6.10526C214.216 6.10526 215.711 7.61336 215.711 9.47369C215.711 11.334 214.216 12.8421 212.371 12.8421V19.5789H219.052Z" fill="white" fill-opacity="0.38"/><path d="M172.289 46.5263C174.133 46.5263 175.629 48.0344 175.629 49.8947C175.629 51.755 174.133 53.2631 172.289 53.2631V60H178.969C178.969 58.1397 180.465 56.6316 182.309 56.6316C184.154 56.6316 185.649 58.1397 185.649 60H192.33V53.2631C194.175 53.2631 195.67 51.755 195.67 49.8947C195.67 48.0344 194.175 46.5263 192.33 46.5263V39.7895H185.649C185.649 37.9291 184.154 36.4211 182.309 36.4211C180.465 36.4211 178.969 37.9291 178.969 39.7895H172.289V46.5263Z" fill="white" fill-opacity="0.38"/><path d="M275.835 49.8947C275.835 48.0344 274.34 46.5263 272.495 46.5263V39.7895H265.814C265.814 37.9291 264.319 36.4211 262.474 36.4211C260.629 36.4211 259.134 37.9291 259.134 39.7895H252.454V46.5263C254.298 46.5263 255.794 48.0344 255.794 49.8947C255.794 51.755 254.298 53.2631 252.454 53.2631V60H259.134C259.134 58.1397 260.629 56.6316 262.474 56.6316C264.319 56.6316 265.814 58.1397 265.814 60H272.495V53.2631C274.34 53.2631 275.835 51.755 275.835 49.8947Z" fill="white" fill-opacity="0.38"/><path d="M339.299 19.5789C339.299 17.7186 340.794 16.2105 342.639 16.2105C344.484 16.2105 345.979 17.7186 345.979 19.5789H352.66V12.8421C354.505 12.8421 356 11.334 356 9.47369C356 7.61336 354.505 6.10526 352.66 6.10526V-0.631577H345.979C345.979 -2.4919 344.484 -4 342.639 -4C340.794 -4 339.299 -2.4919 339.299 -0.631577H332.619V6.10526C334.463 6.10526 335.959 7.61336 335.959 9.47369C335.959 11.334 334.463 12.8421 332.619 12.8421V19.5789H339.299Z" fill="white" fill-opacity="0.38"/><path d="M332.619 46.5263C334.463 46.5263 335.959 48.0344 335.959 49.8947C335.959 51.755 334.463 53.2631 332.619 53.2631V60H339.299C339.299 58.1397 340.794 56.6316 342.639 56.6316C344.484 56.6316 345.979 58.1397 345.979 60H352.66V53.2631C354.505 53.2631 356 51.755 356 49.8947C356 48.0344 354.505 46.5263 352.66 46.5263V39.7895H345.979C345.979 37.9291 344.484 36.4211 342.639 36.4211C340.794 36.4211 339.299 37.9291 339.299 39.7895H332.619V46.5263Z" fill="white" fill-opacity="0.38"/><path d="M58.7216 19.5789C58.7216 17.7186 60.2171 16.2105 62.0619 16.2105C63.9066 16.2105 65.4021 17.7186 65.4021 19.5789H72.0825V12.8421C73.9272 12.8421 75.4227 11.334 75.4227 9.47369C75.4227 7.61336 73.9272 6.10526 72.0825 6.10526V-0.631577H65.4021C65.4021 -2.4919 63.9066 -4 62.0619 -4C60.2171 -4 58.7216 -2.4919 58.7216 -0.631577H52.0412V6.10526C53.886 6.10526 55.3814 7.61336 55.3814 9.47369C55.3814 11.334 53.886 12.8421 52.0412 12.8421V19.5789H58.7216Z" fill="white" fill-opacity="0.38"/><path d="M379.381 19.579C379.381 17.7187 380.877 16.2106 382.722 16.2106C384.566 16.2106 386.062 17.7187 386.062 19.579H392.742V12.8421C394.587 12.8421 396.082 11.334 396.082 9.47372C396.082 7.61339 394.587 6.10529 392.742 6.10529V-0.631548H386.062C386.062 -2.49188 384.566 -3.99997 382.722 -3.99997C380.877 -3.99997 379.381 -2.49188 379.381 -0.631548H372.701V6.10529C374.546 6.10529 376.041 7.61339 376.041 9.47372C376.041 11.334 374.546 12.8421 372.701 12.8421V19.579H379.381Z" fill="white" fill-opacity="0.38"/><path d="M399.423 39.7895C399.423 37.9292 400.918 36.4211 402.763 36.4211C404.608 36.4211 406.103 37.9292 406.103 39.7895H412.784V33.0527C414.628 33.0527 416.124 31.5446 416.124 29.6842C416.124 27.8239 414.628 26.3158 412.784 26.3158V19.579H406.103C406.103 17.7187 404.608 16.2106 402.763 16.2106C400.918 16.2106 399.423 17.7187 399.423 19.579H392.742V26.3158C394.587 26.3158 396.082 27.8239 396.082 29.6842C396.082 31.5446 394.587 33.0527 392.742 33.0527V39.7895H399.423Z" fill="white" fill-opacity="0.38"/><path d="M372.701 46.5263C374.546 46.5263 376.041 48.0344 376.041 49.8948C376.041 51.7551 374.546 53.2632 372.701 53.2632V60H379.381C379.381 58.1397 380.877 56.6316 382.722 56.6316C384.566 56.6316 386.062 58.1397 386.062 60H392.742V53.2632C394.587 53.2632 396.082 51.7551 396.082 49.8948C396.082 48.0344 394.587 46.5263 392.742 46.5263V39.7895H386.062C386.062 37.9292 384.566 36.4211 382.722 36.4211C380.877 36.4211 379.381 37.9292 379.381 39.7895H372.701V46.5263Z" fill="white" fill-opacity="0.38"/><path d="M359.34 39.7895C359.34 37.9292 360.836 36.4211 362.68 36.4211C364.525 36.4211 366.021 37.9292 366.021 39.7895H372.701V33.0527C374.546 33.0527 376.041 31.5446 376.041 29.6842C376.041 27.8239 374.546 26.3158 372.701 26.3158V19.579H366.021C366.021 17.7187 364.525 16.2106 362.68 16.2106C360.836 16.2106 359.34 17.7187 359.34 19.579L352.66 19.5789V26.3158C354.505 26.3158 356 27.8239 356 29.6842C356 31.5445 354.505 33.0526 352.66 33.0526V39.7895L359.34 39.7895Z" fill="white" fill-opacity="0.38"/><path d="M419.464 19.579C419.464 17.7187 420.959 16.2106 422.804 16.2106C424.649 16.2106 426.144 17.7187 426.144 19.579H432.825V12.8421C434.669 12.8421 436.165 11.334 436.165 9.47372C436.165 7.61339 434.669 6.10529 432.825 6.10529V-0.631548H426.144C426.144 -2.49188 424.649 -3.99997 422.804 -3.99997C420.959 -3.99997 419.464 -2.49188 419.464 -0.631548H412.784V6.10529C414.628 6.10529 416.124 7.61339 416.124 9.47372C416.124 11.334 414.628 12.8421 412.784 12.8421V19.579H419.464Z" fill="white" fill-opacity="0.38"/><path d="M412.784 46.5263C414.628 46.5263 416.124 48.0344 416.124 49.8948C416.124 51.7551 414.628 53.2632 412.784 53.2632V60H419.464C419.464 58.1397 420.959 56.6316 422.804 56.6316C424.649 56.6316 426.144 58.1397 426.144 60H432.825V53.2632C434.669 53.2632 436.165 51.7551 436.165 49.8948C436.165 48.0344 434.669 46.5263 432.825 46.5263V39.7895H426.144C426.144 37.9292 424.649 36.4211 422.804 36.4211C420.959 36.4211 419.464 37.9292 419.464 39.7895H412.784V46.5263Z" fill="white" fill-opacity="0.38"/><path d="M459.546 19.579C459.546 17.7186 461.042 16.2105 462.887 16.2105C464.731 16.2105 466.227 17.7186 466.227 19.579H472.907V12.8421C474.752 12.8421 476.247 11.334 476.247 9.4737C476.247 7.61338 474.752 6.10528 472.907 6.10528V-0.631559H466.227C466.227 -2.49189 464.731 -3.99998 462.887 -3.99998C461.042 -3.99998 459.546 -2.49189 459.546 -0.631559H452.866V6.10528C454.711 6.10528 456.206 7.61338 456.206 9.4737C456.206 11.334 454.711 12.8421 452.866 12.8421V19.579H459.546Z" fill="white" fill-opacity="0.38"/><path d="M479.588 39.7895C479.588 37.9292 481.083 36.4211 482.928 36.4211C484.773 36.4211 486.268 37.9292 486.268 39.7895H492.948V33.0527C494.793 33.0527 496.289 31.5446 496.289 29.6842C496.289 27.8239 494.793 26.3158 492.948 26.3158V19.579H486.268C486.268 17.7186 484.773 16.2105 482.928 16.2105C481.083 16.2105 479.588 17.7186 479.588 19.579H472.907V26.3158C474.752 26.3158 476.247 27.8239 476.247 29.6842C476.247 31.5446 474.752 33.0527 472.907 33.0527V39.7895H479.588Z" fill="white" fill-opacity="0.38"/><path d="M452.866 46.5263C454.711 46.5263 456.206 48.0344 456.206 49.8948C456.206 51.7551 454.711 53.2632 452.866 53.2632V60H459.546C459.546 58.1397 461.042 56.6316 462.887 56.6316C464.731 56.6316 466.227 58.1397 466.227 60H472.907V53.2632C474.752 53.2632 476.247 51.7551 476.247 49.8948C476.247 48.0344 474.752 46.5263 472.907 46.5263V39.7895H466.227C466.227 37.9292 464.731 36.4211 462.887 36.4211C461.042 36.4211 459.546 37.9292 459.546 39.7895H452.866V46.5263Z" fill="white" fill-opacity="0.38"/><path d="M439.505 39.7895C439.505 37.9292 441.001 36.4211 442.845 36.4211C444.69 36.4211 446.186 37.9292 446.186 39.7895H452.866V33.0527C454.711 33.0527 456.206 31.5446 456.206 29.6842C456.206 27.8239 454.711 26.3158 452.866 26.3158V19.579H446.186C446.186 17.7186 444.69 16.2105 442.845 16.2105C441.001 16.2105 439.505 17.7186 439.505 19.579L432.825 19.579V26.3158C434.669 26.3158 436.165 27.8239 436.165 29.6842C436.165 31.5446 434.669 33.0527 432.825 33.0527V39.7895L439.505 39.7895Z" fill="white" fill-opacity="0.38"/><path d="M499.629 19.579C499.629 17.7186 501.124 16.2105 502.969 16.2105C504.814 16.2105 506.309 17.7186 506.309 19.579H512.99V12.8421C514.834 12.8421 516.33 11.334 516.33 9.4737C516.33 7.61338 514.834 6.10528 512.99 6.10528V-0.631559H506.309C506.309 -2.49189 504.814 -3.99998 502.969 -3.99998C501.124 -3.99998 499.629 -2.49189 499.629 -0.631559H492.948V6.10528C494.793 6.10528 496.289 7.61338 496.289 9.4737C496.289 11.334 494.793 12.8421 492.948 12.8421V19.579H499.629Z" fill="white" fill-opacity="0.38"/><path d="M492.948 46.5263C494.793 46.5263 496.289 48.0344 496.289 49.8948C496.289 51.7551 494.793 53.2632 492.948 53.2632V60H499.629C499.629 58.1397 501.124 56.6316 502.969 56.6316C504.814 56.6316 506.309 58.1397 506.309 60H512.99V53.2632C514.834 53.2632 516.33 51.7551 516.33 49.8948C516.33 48.0344 514.834 46.5263 512.99 46.5263V39.7895H506.309C506.309 37.9292 504.814 36.4211 502.969 36.4211C501.124 36.4211 499.629 37.9292 499.629 39.7895H492.948V46.5263Z" fill="white" fill-opacity="0.38"/></g><defs><clipPath id="clip0_12027_9476"><rect width="480" height="56" fill="white"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="480" height="56" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_12027_9464)"><path d="M35.0321 6.15679C35.0161 5.98226 35 5.80774 35 5.61736C35 3.9356 35.9476 2 38.919 2C41.8422 2 42.7416 3.9832 42.7416 5.30004C42.7416 8.4573 39.6257 8.12412 39.6257 9.99626V10.2818H37.7786V9.99626C37.7786 6.8866 40.8303 7.60055 40.8464 5.39524C40.8464 4.50676 40.2842 3.68175 38.8547 3.68175C37.4092 3.68175 36.8149 4.66542 36.8149 5.71255C36.8149 5.9188 36.8471 6.10919 36.8792 6.29958L35.0321 6.15679ZM37.5698 12.3126C37.5698 11.7097 38.0838 11.2179 38.7423 11.2179C39.3526 11.2179 39.8506 11.7097 39.8506 12.3126C39.8506 12.9631 39.3526 13.4708 38.7423 13.4708C38.0838 13.4708 37.5698 12.9631 37.5698 12.3126Z" fill="white" fill-opacity="0.6"/><path d="M77.8626 6.15679C77.8466 5.98226 77.8305 5.80774 77.8305 5.61736C77.8305 3.9356 78.7781 2 81.7495 2C84.6727 2 85.5721 3.9832 85.5721 5.30004C85.5721 8.4573 82.4562 8.12412 82.4562 9.99626V10.2818H80.6091V9.99626C80.6091 6.8866 83.6608 7.60055 83.6769 5.39524C83.6769 4.50676 83.1147 3.68175 81.6852 3.68175C80.2397 3.68175 79.6454 4.66542 79.6454 5.71255C79.6454 5.9188 79.6776 6.10919 79.7097 6.29958L77.8626 6.15679ZM80.4003 12.3126C80.4003 11.7097 80.9143 11.2179 81.5728 11.2179C82.1832 11.2179 82.6811 11.7097 82.6811 12.3126C82.6811 12.9631 82.1832 13.4708 81.5728 13.4708C80.9143 13.4708 80.4003 12.9631 80.4003 12.3126Z" fill="white" fill-opacity="0.6"/><path d="M99.2779 22.1568C99.2618 21.9823 99.2458 21.8077 99.2458 21.6174C99.2458 19.9356 100.193 18 103.165 18C106.088 18 106.987 19.9832 106.987 21.3C106.987 24.4573 103.871 24.1241 103.871 25.9963V26.2818H102.024V25.9963C102.024 22.8866 105.076 23.6006 105.092 21.3952C105.092 20.5068 104.53 19.6818 103.1 19.6818C101.655 19.6818 101.061 20.6654 101.061 21.7125C101.061 21.9188 101.093 22.1092 101.125 22.2996L99.2779 22.1568ZM101.816 28.3126C101.816 27.7097 102.33 27.2179 102.988 27.2179C103.598 27.2179 104.096 27.7097 104.096 28.3126C104.096 28.9631 103.598 29.4708 102.988 29.4708C102.33 29.4708 101.816 28.9631 101.816 28.3126Z" fill="white" fill-opacity="0.6"/><path d="M120.693 6.15679C120.677 5.98226 120.661 5.80774 120.661 5.61736C120.661 3.9356 121.609 2 124.58 2C127.503 2 128.403 3.9832 128.403 5.30004C128.403 8.4573 125.287 8.12412 125.287 9.99626V10.2818H123.44V9.99626C123.44 6.8866 126.491 7.60055 126.507 5.39524C126.507 4.50676 125.945 3.68175 124.516 3.68175C123.07 3.68175 122.476 4.66542 122.476 5.71255C122.476 5.9188 122.508 6.10919 122.54 6.29958L120.693 6.15679ZM123.231 12.3126C123.231 11.7097 123.745 11.2179 124.403 11.2179C125.014 11.2179 125.512 11.7097 125.512 12.3126C125.512 12.9631 125.014 13.4708 124.403 13.4708C123.745 13.4708 123.231 12.9631 123.231 12.3126Z" fill="white" fill-opacity="0.6"/><path d="M142.108 22.1568C142.092 21.9823 142.076 21.8077 142.076 21.6174C142.076 19.9356 143.024 18 145.995 18C148.918 18 149.818 19.9832 149.818 21.3C149.818 24.4573 146.702 24.1241 146.702 25.9963V26.2818H144.855V25.9963C144.855 22.8866 147.907 23.6006 147.923 21.3952C147.923 20.5068 147.36 19.6818 145.931 19.6818C144.485 19.6818 143.891 20.6654 143.891 21.7125C143.891 21.9188 143.923 22.1092 143.955 22.2996L142.108 22.1568ZM144.646 28.3126C144.646 27.7097 145.16 27.2179 145.819 27.2179C146.429 27.2179 146.927 27.7097 146.927 28.3126C146.927 28.9631 146.429 29.4708 145.819 29.4708C145.16 29.4708 144.646 28.9631 144.646 28.3126Z" fill="white" fill-opacity="0.6"/><path d="M163.524 6.15679C163.508 5.98226 163.492 5.80774 163.492 5.61736C163.492 3.9356 164.439 2 167.41 2C170.334 2 171.233 3.9832 171.233 5.30004C171.233 8.4573 168.117 8.12412 168.117 9.99626V10.2818H166.27V9.99626C166.27 6.8866 169.322 7.60055 169.338 5.39524C169.338 4.50676 168.776 3.68175 167.346 3.68175C165.901 3.68175 165.306 4.66542 165.306 5.71255C165.306 5.9188 165.339 6.10919 165.371 6.29958L163.524 6.15679ZM166.061 12.3126C166.061 11.7097 166.575 11.2179 167.234 11.2179C167.844 11.2179 168.342 11.7097 168.342 12.3126C168.342 12.9631 167.844 13.4708 167.234 13.4708C166.575 13.4708 166.061 12.9631 166.061 12.3126Z" fill="white" fill-opacity="0.6"/><path d="M184.939 22.1568C184.923 21.9823 184.907 21.8077 184.907 21.6174C184.907 19.9356 185.854 18 188.826 18C191.749 18 192.648 19.9832 192.648 21.3C192.648 24.4573 189.532 24.1241 189.532 25.9963V26.2818H187.685V25.9963C187.685 22.8866 190.737 23.6006 190.753 21.3952C190.753 20.5068 190.191 19.6818 188.762 19.6818C187.316 19.6818 186.722 20.6654 186.722 21.7125C186.722 21.9188 186.754 22.1092 186.786 22.2996L184.939 22.1568ZM187.477 28.3126C187.477 27.7097 187.991 27.2179 188.649 27.2179C189.259 27.2179 189.757 27.7097 189.757 28.3126C189.757 28.9631 189.259 29.4708 188.649 29.4708C187.991 29.4708 187.477 28.9631 187.477 28.3126Z" fill="white" fill-opacity="0.6"/><path d="M206.354 6.15679C206.338 5.98226 206.322 5.80774 206.322 5.61736C206.322 3.9356 207.27 2 210.241 2C213.164 2 214.064 3.9832 214.064 5.30004C214.064 8.4573 210.948 8.12412 210.948 9.99626V10.2818H209.101V9.99626C209.101 6.8866 212.152 7.60055 212.168 5.39524C212.168 4.50676 211.606 3.68175 210.177 3.68175C208.731 3.68175 208.137 4.66542 208.137 5.71255C208.137 5.9188 208.169 6.10919 208.201 6.29958L206.354 6.15679ZM208.892 12.3126C208.892 11.7097 209.406 11.2179 210.064 11.2179C210.675 11.2179 211.173 11.7097 211.173 12.3126C211.173 12.9631 210.675 13.4708 210.064 13.4708C209.406 13.4708 208.892 12.9631 208.892 12.3126Z" fill="white" fill-opacity="0.6"/><path d="M227.769 22.1568C227.753 21.9823 227.737 21.8077 227.737 21.6174C227.737 19.9356 228.685 18 231.656 18C234.579 18 235.479 19.9832 235.479 21.3C235.479 24.4573 232.363 24.1241 232.363 25.9963V26.2818H230.516V25.9963C230.516 22.8866 233.568 23.6006 233.584 21.3952C233.584 20.5068 233.021 19.6818 231.592 19.6818C230.146 19.6818 229.552 20.6654 229.552 21.7125C229.552 21.9188 229.584 22.1092 229.616 22.2996L227.769 22.1568ZM230.307 28.3126C230.307 27.7097 230.821 27.2179 231.48 27.2179C232.09 27.2179 232.588 27.7097 232.588 28.3126C232.588 28.9631 232.09 29.4708 231.48 29.4708C230.821 29.4708 230.307 28.9631 230.307 28.3126Z" fill="white" fill-opacity="0.6"/><path d="M249.185 6.15679C249.169 5.98226 249.153 5.80774 249.153 5.61736C249.153 3.9356 250.1 2 253.071 2C255.995 2 256.894 3.9832 256.894 5.30004C256.894 8.4573 253.778 8.12412 253.778 9.99626V10.2818H251.931V9.99626C251.931 6.8866 254.983 7.60055 254.999 5.39524C254.999 4.50676 254.437 3.68175 253.007 3.68175C251.562 3.68175 250.967 4.66542 250.967 5.71255C250.967 5.9188 251 6.10919 251.032 6.29958L249.185 6.15679ZM251.722 12.3126C251.722 11.7097 252.236 11.2179 252.895 11.2179C253.505 11.2179 254.003 11.7097 254.003 12.3126C254.003 12.9631 253.505 13.4708 252.895 13.4708C252.236 13.4708 251.722 12.9631 251.722 12.3126Z" fill="white" fill-opacity="0.6"/><path d="M270.6 22.1568C270.584 21.9823 270.568 21.8077 270.568 21.6174C270.568 19.9356 271.515 18 274.487 18C277.41 18 278.309 19.9832 278.309 21.3C278.309 24.4573 275.193 24.1241 275.193 25.9963V26.2818H273.346V25.9963C273.346 22.8866 276.398 23.6006 276.414 21.3952C276.414 20.5068 275.852 19.6818 274.423 19.6818C272.977 19.6818 272.383 20.6654 272.383 21.7125C272.383 21.9188 272.415 22.1092 272.447 22.2996L270.6 22.1568ZM273.138 28.3126C273.138 27.7097 273.652 27.2179 274.31 27.2179C274.92 27.2179 275.418 27.7097 275.418 28.3126C275.418 28.9631 274.92 29.4708 274.31 29.4708C273.652 29.4708 273.138 28.9631 273.138 28.3126Z" fill="white" fill-opacity="0.6"/><path d="M292.015 6.15679C291.999 5.98226 291.983 5.80774 291.983 5.61736C291.983 3.9356 292.931 2 295.902 2C298.825 2 299.725 3.9832 299.725 5.30004C299.725 8.4573 296.609 8.12412 296.609 9.99626V10.2818H294.762V9.99626C294.762 6.8866 297.813 7.60055 297.829 5.39524C297.829 4.50676 297.267 3.68175 295.838 3.68175C294.392 3.68175 293.798 4.66542 293.798 5.71255C293.798 5.9188 293.83 6.10919 293.862 6.29958L292.015 6.15679ZM294.553 12.3126C294.553 11.7097 295.067 11.2179 295.725 11.2179C296.336 11.2179 296.834 11.7097 296.834 12.3126C296.834 12.9631 296.336 13.4708 295.725 13.4708C295.067 13.4708 294.553 12.9631 294.553 12.3126Z" fill="white" fill-opacity="0.6"/><path d="M313.43 22.1568C313.414 21.9823 313.398 21.8077 313.398 21.6174C313.398 19.9356 314.346 18 317.317 18C320.24 18 321.14 19.9832 321.14 21.3C321.14 24.4573 318.024 24.1241 318.024 25.9963V26.2818H316.177V25.9963C316.177 22.8866 319.229 23.6006 319.245 21.3952C319.245 20.5068 318.682 19.6818 317.253 19.6818C315.807 19.6818 315.213 20.6654 315.213 21.7125C315.213 21.9188 315.245 22.1092 315.277 22.2996L313.43 22.1568ZM315.968 28.3126C315.968 27.7097 316.482 27.2179 317.141 27.2179C317.751 27.2179 318.249 27.7097 318.249 28.3126C318.249 28.9631 317.751 29.4708 317.141 29.4708C316.482 29.4708 315.968 28.9631 315.968 28.3126Z" fill="white" fill-opacity="0.6"/><path d="M334.846 6.15679C334.83 5.98226 334.814 5.80774 334.814 5.61736C334.814 3.9356 335.761 2 338.732 2C341.656 2 342.555 3.9832 342.555 5.30004C342.555 8.4573 339.439 8.12412 339.439 9.99626V10.2818H337.592V9.99626C337.592 6.8866 340.644 7.60055 340.66 5.39524C340.66 4.50676 340.098 3.68175 338.668 3.68175C337.223 3.68175 336.628 4.66542 336.628 5.71255C336.628 5.9188 336.661 6.10919 336.693 6.29958L334.846 6.15679ZM337.383 12.3126C337.383 11.7097 337.897 11.2179 338.556 11.2179C339.166 11.2179 339.664 11.7097 339.664 12.3126C339.664 12.9631 339.166 13.4708 338.556 13.4708C337.897 13.4708 337.383 12.9631 337.383 12.3126Z" fill="white" fill-opacity="0.6"/><path d="M356.261 22.1568C356.245 21.9823 356.229 21.8077 356.229 21.6174C356.229 19.9356 357.176 18 360.148 18C363.071 18 363.97 19.9832 363.97 21.3C363.97 24.4573 360.854 24.1241 360.854 25.9963V26.2818H359.007V25.9963C359.007 22.8866 362.059 23.6006 362.075 21.3952C362.075 20.5068 361.513 19.6818 360.083 19.6818C358.638 19.6818 358.044 20.6654 358.044 21.7125C358.044 21.9188 358.076 22.1092 358.108 22.2996L356.261 22.1568ZM358.799 28.3126C358.799 27.7097 359.313 27.2179 359.971 27.2179C360.581 27.2179 361.079 27.7097 361.079 28.3126C361.079 28.9631 360.581 29.4708 359.971 29.4708C359.313 29.4708 358.799 28.9631 358.799 28.3126Z" fill="white" fill-opacity="0.6"/><path d="M377.676 6.15679C377.66 5.98226 377.644 5.80774 377.644 5.61736C377.644 3.9356 378.592 2 381.563 2C384.486 2 385.386 3.9832 385.386 5.30004C385.386 8.4573 382.27 8.12412 382.27 9.99626V10.2818H380.423V9.99626C380.423 6.8866 383.474 7.60055 383.49 5.39524C383.49 4.50676 382.928 3.68175 381.499 3.68175C380.053 3.68175 379.459 4.66542 379.459 5.71255C379.459 5.9188 379.491 6.10919 379.523 6.29958L377.676 6.15679ZM380.214 12.3126C380.214 11.7097 380.728 11.2179 381.386 11.2179C381.997 11.2179 382.495 11.7097 382.495 12.3126C382.495 12.9631 381.997 13.4708 381.386 13.4708C380.728 13.4708 380.214 12.9631 380.214 12.3126Z" fill="white" fill-opacity="0.6"/><path d="M399.091 22.1568C399.075 21.9823 399.059 21.8077 399.059 21.6174C399.059 19.9356 400.007 18 402.978 18C405.901 18 406.801 19.9832 406.801 21.3C406.801 24.4573 403.685 24.1241 403.685 25.9963V26.2818H401.838V25.9963C401.838 22.8866 404.89 23.6006 404.906 21.3952C404.906 20.5068 404.343 19.6818 402.914 19.6818C401.468 19.6818 400.874 20.6654 400.874 21.7125C400.874 21.9188 400.906 22.1092 400.938 22.2996L399.091 22.1568ZM401.629 28.3126C401.629 27.7097 402.143 27.2179 402.802 27.2179C403.412 27.2179 403.91 27.7097 403.91 28.3126C403.91 28.9631 403.412 29.4708 402.802 29.4708C402.143 29.4708 401.629 28.9631 401.629 28.3126Z" fill="white" fill-opacity="0.6"/><path d="M420.507 6.15679C420.491 5.98226 420.475 5.80774 420.475 5.61736C420.475 3.9356 421.422 2 424.394 2C427.317 2 428.216 3.9832 428.216 5.30004C428.216 8.4573 425.1 8.12412 425.1 9.99626V10.2818H423.253V9.99626C423.253 6.8866 426.305 7.60055 426.321 5.39524C426.321 4.50676 425.759 3.68175 424.329 3.68175C422.884 3.68175 422.289 4.66542 422.289 5.71255C422.289 5.9188 422.322 6.10919 422.354 6.29958L420.507 6.15679ZM423.044 12.3126C423.044 11.7097 423.558 11.2179 424.217 11.2179C424.827 11.2179 425.325 11.7097 425.325 12.3126C425.325 12.9631 424.827 13.4708 424.217 13.4708C423.558 13.4708 423.044 12.9631 423.044 12.3126Z" fill="white" fill-opacity="0.6"/><path d="M441.922 22.1568C441.906 21.9823 441.89 21.8077 441.89 21.6174C441.89 19.9356 442.837 18 445.809 18C448.732 18 449.631 19.9832 449.631 21.3C449.631 24.4573 446.515 24.1241 446.515 25.9963V26.2818H444.668V25.9963C444.668 22.8866 447.72 23.6006 447.736 21.3952C447.736 20.5068 447.174 19.6818 445.745 19.6818C444.299 19.6818 443.705 20.6654 443.705 21.7125C443.705 21.9188 443.737 22.1092 443.769 22.2996L441.922 22.1568ZM444.46 28.3126C444.46 27.7097 444.974 27.2179 445.632 27.2179C446.242 27.2179 446.74 27.7097 446.74 28.3126C446.74 28.9631 446.242 29.4708 445.632 29.4708C444.974 29.4708 444.46 28.9631 444.46 28.3126Z" fill="white" fill-opacity="0.6"/><path d="M463.337 6.15679C463.321 5.98226 463.305 5.80774 463.305 5.61736C463.305 3.9356 464.253 2 467.224 2C470.147 2 471.047 3.9832 471.047 5.30004C471.047 8.4573 467.931 8.12412 467.931 9.99626V10.2818H466.084V9.99626C466.084 6.8866 469.135 7.60055 469.151 5.39524C469.151 4.50676 468.589 3.68175 467.16 3.68175C465.714 3.68175 465.12 4.66542 465.12 5.71255C465.12 5.9188 465.152 6.10919 465.184 6.29958L463.337 6.15679ZM465.875 12.3126C465.875 11.7097 466.389 11.2179 467.047 11.2179C467.658 11.2179 468.156 11.7097 468.156 12.3126C468.156 12.9631 467.658 13.4708 467.047 13.4708C466.389 13.4708 465.875 12.9631 465.875 12.3126Z" fill="white" fill-opacity="0.6"/><path d="M484.752 6.15679C484.736 5.98226 484.72 5.80774 484.72 5.61736C484.72 3.9356 485.668 2 488.639 2C491.562 2 492.462 3.9832 492.462 5.30004C492.462 8.4573 489.346 8.12412 489.346 9.99626V10.2818H487.499V9.99626C487.499 6.8866 490.551 7.60055 490.567 5.39524C490.567 4.50676 490.004 3.68175 488.575 3.68175C487.129 3.68175 486.535 4.66542 486.535 5.71255C486.535 5.9188 486.567 6.10919 486.599 6.29958L484.752 6.15679ZM487.29 12.3126C487.29 11.7097 487.804 11.2179 488.463 11.2179C489.073 11.2179 489.571 11.7097 489.571 12.3126C489.571 12.9631 489.073 13.4708 488.463 13.4708C487.804 13.4708 487.29 12.9631 487.29 12.3126Z" fill="white" fill-opacity="0.6"/><path d="M506.168 6.15679C506.152 5.98226 506.135 5.80774 506.135 5.61736C506.135 3.9356 507.083 2 510.055 2C512.978 2 513.877 3.9832 513.877 5.30004C513.877 8.4573 510.761 8.12412 510.761 9.99626V10.2818H508.914V9.99626C508.914 6.8866 511.966 7.60055 511.982 5.39524C511.982 4.50676 511.42 3.68175 509.99 3.68175C508.545 3.68175 507.95 4.66542 507.95 5.71255C507.95 5.9188 507.983 6.10919 508.015 6.29958L506.168 6.15679ZM508.705 12.3126C508.705 11.7097 509.219 11.2179 509.878 11.2179C510.488 11.2179 510.986 11.7097 510.986 12.3126C510.986 12.9631 510.488 13.4708 509.878 13.4708C509.219 13.4708 508.705 12.9631 508.705 12.3126Z" fill="white" fill-opacity="0.6"/><path d="M527.583 6.15679C527.567 5.98226 527.551 5.80774 527.551 5.61736C527.551 3.9356 528.498 2 531.47 2C534.393 2 535.292 3.9832 535.292 5.30004C535.292 8.4573 532.176 8.12412 532.176 9.99626V10.2818H530.329V9.99626C530.329 6.8866 533.381 7.60055 533.397 5.39524C533.397 4.50676 532.835 3.68175 531.406 3.68175C529.96 3.68175 529.366 4.66542 529.366 5.71255C529.366 5.9188 529.398 6.10919 529.43 6.29958L527.583 6.15679ZM530.121 12.3126C530.121 11.7097 530.635 11.2179 531.293 11.2179C531.903 11.2179 532.401 11.7097 532.401 12.3126C532.401 12.9631 531.903 13.4708 531.293 13.4708C530.635 13.4708 530.121 12.9631 530.121 12.3126Z" fill="white" fill-opacity="0.6"/><path d="M88.5702 51.686C88.5542 51.5114 88.5381 51.3369 88.5381 51.1465C88.5381 49.4648 89.4858 47.5292 92.4571 47.5292C95.3803 47.5292 96.2797 49.5124 96.2797 50.8292C96.2797 53.9865 93.1638 53.6533 93.1638 55.5254V55.811H91.3168V55.5254C91.3168 52.4158 94.3684 53.1297 94.3845 50.9244C94.3845 50.0359 93.8223 49.2109 92.3929 49.2109C90.9473 49.2109 90.3531 50.1946 90.3531 51.2417C90.3531 51.448 90.3852 51.6384 90.4173 51.8288L88.5702 51.686ZM91.108 57.8418C91.108 57.2389 91.6219 56.7471 92.2804 56.7471C92.8908 56.7471 93.3887 57.2389 93.3887 57.8418C93.3887 58.4923 92.8908 59 92.2804 59C91.6219 59 91.108 58.4923 91.108 57.8418Z" fill="white" fill-opacity="0.6"/><path d="M152.816 51.686C152.8 51.5114 152.784 51.3369 152.784 51.1465C152.784 49.4648 153.731 47.5292 156.703 47.5292C159.626 47.5292 160.525 49.5124 160.525 50.8292C160.525 53.9865 157.41 53.6533 157.41 55.5254V55.811H155.563V55.5254C155.563 52.4158 158.614 53.1297 158.63 50.9244C158.63 50.0359 158.068 49.2109 156.639 49.2109C155.193 49.2109 154.599 50.1946 154.599 51.2417C154.599 51.448 154.631 51.6384 154.663 51.8288L152.816 51.686ZM155.354 57.8418C155.354 57.2389 155.868 56.7471 156.526 56.7471C157.137 56.7471 157.634 57.2389 157.634 57.8418C157.634 58.4923 157.137 59 156.526 59C155.868 59 155.354 58.4923 155.354 57.8418Z" fill="white" fill-opacity="0.6"/><path d="M217.062 51.686C217.046 51.5114 217.03 51.3369 217.03 51.1465C217.03 49.4648 217.977 47.5292 220.949 47.5292C223.872 47.5292 224.771 49.5124 224.771 50.8292C224.771 53.9865 221.655 53.6533 221.655 55.5254V55.811H219.808V55.5254C219.808 52.4158 222.86 53.1297 222.876 50.9244C222.876 50.0359 222.314 49.2109 220.884 49.2109C219.439 49.2109 218.845 50.1946 218.845 51.2417C218.845 51.448 218.877 51.6384 218.909 51.8288L217.062 51.686ZM219.599 57.8418C219.599 57.2389 220.113 56.7471 220.772 56.7471C221.382 56.7471 221.88 57.2389 221.88 57.8418C221.88 58.4923 221.382 59 220.772 59C220.113 59 219.599 58.4923 219.599 57.8418Z" fill="white" fill-opacity="0.6"/><path d="M246.477 43.686C246.461 43.5114 246.445 43.3369 246.445 43.1465C246.445 41.4648 247.393 39.5292 250.364 39.5292C253.287 39.5292 254.186 41.5124 254.186 42.8292C254.186 45.9865 251.071 45.6533 251.071 47.5254V47.811H249.224V47.5254C249.224 44.4158 252.275 45.1297 252.291 42.9244C252.291 42.0359 251.729 41.2109 250.3 41.2109C248.854 41.2109 248.26 42.1946 248.26 43.2417C248.26 43.448 248.292 43.6384 248.324 43.8288L246.477 43.686ZM249.015 49.8418C249.015 49.2389 249.529 48.7471 250.187 48.7471C250.798 48.7471 251.295 49.2389 251.295 49.8418C251.295 50.4923 250.798 51 250.187 51C249.529 51 249.015 50.4923 249.015 49.8418Z" fill="white" fill-opacity="0.6"/><path d="M281.307 51.686C281.291 51.5114 281.275 51.3369 281.275 51.1465C281.275 49.4648 282.223 47.5292 285.194 47.5292C288.118 47.5292 289.017 49.5124 289.017 50.8292C289.017 53.9865 285.901 53.6533 285.901 55.5254V55.811H284.054V55.5254C284.054 52.4158 287.106 53.1297 287.122 50.9244C287.122 50.0359 286.56 49.2109 285.13 49.2109C283.685 49.2109 283.09 50.1946 283.09 51.2417C283.09 51.448 283.122 51.6384 283.155 51.8288L281.307 51.686ZM283.845 57.8418C283.845 57.2389 284.359 56.7471 285.018 56.7471C285.628 56.7471 286.126 57.2389 286.126 57.8418C286.126 58.4923 285.628 59 285.018 59C284.359 59 283.845 58.4923 283.845 57.8418Z" fill="white" fill-opacity="0.6"/><path d="M302.723 41.686C302.707 41.5114 302.691 41.3369 302.691 41.1465C302.691 39.4648 303.638 37.5292 306.61 37.5292C309.533 37.5292 310.432 39.5124 310.432 40.8292C310.432 43.9865 307.316 43.6533 307.316 45.5254V45.811H305.469V45.5254C305.469 42.4158 308.521 43.1297 308.537 40.9244C308.537 40.0359 307.975 39.2109 306.545 39.2109C305.1 39.2109 304.506 40.1946 304.506 41.2417C304.506 41.448 304.538 41.6384 304.57 41.8288L302.723 41.686ZM305.26 47.8418C305.26 47.2389 305.774 46.7471 306.433 46.7471C307.043 46.7471 307.541 47.2389 307.541 47.8418C307.541 48.4923 307.043 49 306.433 49C305.774 49 305.26 48.4923 305.26 47.8418Z" fill="white" fill-opacity="0.6"/><path d="M345.553 41.686C345.537 41.5114 345.521 41.3369 345.521 41.1465C345.521 39.4648 346.469 37.5292 349.44 37.5292C352.363 37.5292 353.263 39.5124 353.263 40.8292C353.263 43.9865 350.147 43.6533 350.147 45.5254V45.811H348.3V45.5254C348.3 42.4158 351.351 43.1297 351.367 40.9244C351.367 40.0359 350.805 39.2109 349.376 39.2109C347.93 39.2109 347.336 40.1946 347.336 41.2417C347.336 41.448 347.368 41.6384 347.4 41.8288L345.553 41.686ZM348.091 47.8418C348.091 47.2389 348.605 46.7471 349.263 46.7471C349.874 46.7471 350.372 47.2389 350.372 47.8418C350.372 48.4923 349.874 49 349.263 49C348.605 49 348.091 48.4923 348.091 47.8418Z" fill="white" fill-opacity="0.6"/><path d="M366.969 49.686C366.952 49.5114 366.936 49.3369 366.936 49.1465C366.936 47.4648 367.884 45.5292 370.855 45.5292C373.779 45.5292 374.678 47.5124 374.678 48.8292C374.678 51.9865 371.562 51.6533 371.562 53.5254V53.811H369.715V53.5254C369.715 50.4158 372.767 51.1297 372.783 48.9244C372.783 48.0359 372.221 47.2109 370.791 47.2109C369.346 47.2109 368.751 48.1946 368.751 49.2417C368.751 49.448 368.783 49.6384 368.816 49.8288L366.969 49.686ZM369.506 55.8418C369.506 55.2389 370.02 54.7471 370.679 54.7471C371.289 54.7471 371.787 55.2389 371.787 55.8418C371.787 56.4923 371.289 57 370.679 57C370.02 57 369.506 56.4923 369.506 55.8418Z" fill="white" fill-opacity="0.6"/><path d="M388.384 41.686C388.368 41.5114 388.352 41.3369 388.352 41.1465C388.352 39.4648 389.299 37.5292 392.271 37.5292C395.194 37.5292 396.093 39.5124 396.093 40.8292C396.093 43.9865 392.977 43.6533 392.977 45.5254V45.811H391.13V45.5254C391.13 42.4158 394.182 43.1297 394.198 40.9244C394.198 40.0359 393.636 39.2109 392.206 39.2109C390.761 39.2109 390.167 40.1946 390.167 41.2417C390.167 41.448 390.199 41.6384 390.231 41.8288L388.384 41.686ZM390.921 47.8418C390.921 47.2389 391.435 46.7471 392.094 46.7471C392.704 46.7471 393.202 47.2389 393.202 47.8418C393.202 48.4923 392.704 49 392.094 49C391.435 49 390.921 48.4923 390.921 47.8418Z" fill="white" fill-opacity="0.6"/><path d="M409.799 49.686C409.783 49.5114 409.767 49.3369 409.767 49.1465C409.767 47.4648 410.715 45.5292 413.686 45.5292C416.609 45.5292 417.508 47.5124 417.508 48.8292C417.508 51.9865 414.393 51.6533 414.393 53.5254V53.811H412.546V53.5254C412.546 50.4158 415.597 51.1297 415.613 48.9244C415.613 48.0359 415.051 47.2109 413.622 47.2109C412.176 47.2109 411.582 48.1946 411.582 49.2417C411.582 49.448 411.614 49.6384 411.646 49.8288L409.799 49.686ZM412.337 55.8418C412.337 55.2389 412.851 54.7471 413.509 54.7471C414.12 54.7471 414.617 55.2389 414.617 55.8418C414.617 56.4923 414.12 57 413.509 57C412.851 57 412.337 56.4923 412.337 55.8418Z" fill="white" fill-opacity="0.6"/><path d="M431.214 41.686C431.198 41.5114 431.182 41.3369 431.182 41.1465C431.182 39.4648 432.13 37.5292 435.101 37.5292C438.024 37.5292 438.924 39.5124 438.924 40.8292C438.924 43.9865 435.808 43.6533 435.808 45.5254V45.811H433.961V45.5254C433.961 42.4158 437.012 43.1297 437.029 40.9244C437.029 40.0359 436.466 39.2109 435.037 39.2109C433.591 39.2109 432.997 40.1946 432.997 41.2417C432.997 41.448 433.029 41.6384 433.061 41.8288L431.214 41.686ZM433.752 47.8418C433.752 47.2389 434.266 46.7471 434.924 46.7471C435.535 46.7471 436.033 47.2389 436.033 47.8418C436.033 48.4923 435.535 49 434.924 49C434.266 49 433.752 48.4923 433.752 47.8418Z" fill="white" fill-opacity="0.6"/><path d="M474.045 41.686C474.029 41.5114 474.013 41.3369 474.013 41.1465C474.013 39.4648 474.96 37.5292 477.932 37.5292C480.855 37.5292 481.754 39.5124 481.754 40.8292C481.754 43.9865 478.638 43.6533 478.638 45.5254V45.811H476.791V45.5254C476.791 42.4158 479.843 43.1297 479.859 40.9244C479.859 40.0359 479.297 39.2109 477.867 39.2109C476.422 39.2109 475.828 40.1946 475.828 41.2417C475.828 41.448 475.86 41.6384 475.892 41.8288L474.045 41.686ZM476.582 47.8418C476.582 47.2389 477.096 46.7471 477.755 46.7471C478.365 46.7471 478.863 47.2389 478.863 47.8418C478.863 48.4923 478.365 49 477.755 49C477.096 49 476.582 48.4923 476.582 47.8418Z" fill="white" fill-opacity="0.6"/><path d="M495.46 41.686C495.444 41.5114 495.428 41.3369 495.428 41.1465C495.428 39.4648 496.376 37.5292 499.347 37.5292C502.27 37.5292 503.169 39.5124 503.169 40.8292C503.169 43.9865 500.054 43.6533 500.054 45.5254V45.811H498.206V45.5254C498.206 42.4158 501.258 43.1297 501.274 40.9244C501.274 40.0359 500.712 39.2109 499.283 39.2109C497.837 39.2109 497.243 40.1946 497.243 41.2417C497.243 41.448 497.275 41.6384 497.307 41.8288L495.46 41.686ZM497.998 47.8418C497.998 47.2389 498.512 46.7471 499.17 46.7471C499.78 46.7471 500.278 47.2389 500.278 47.8418C500.278 48.4923 499.78 49 499.17 49C498.512 49 497.998 48.4923 497.998 47.8418Z" fill="white" fill-opacity="0.6"/><path d="M516.875 41.686C516.859 41.5114 516.843 41.3369 516.843 41.1465C516.843 39.4648 517.791 37.5292 520.762 37.5292C523.685 37.5292 524.585 39.5124 524.585 40.8292C524.585 43.9865 521.469 43.6533 521.469 45.5254V45.811H519.622V45.5254C519.622 42.4158 522.673 43.1297 522.69 40.9244C522.69 40.0359 522.127 39.2109 520.698 39.2109C519.252 39.2109 518.658 40.1946 518.658 41.2417C518.658 41.448 518.69 41.6384 518.722 41.8288L516.875 41.686ZM519.413 47.8418C519.413 47.2389 519.927 46.7471 520.585 46.7471C521.196 46.7471 521.694 47.2389 521.694 47.8418C521.694 48.4923 521.196 49 520.585 49C519.927 49 519.413 48.4923 519.413 47.8418Z" fill="white" fill-opacity="0.6"/><path d="M538.29 41.686C538.274 41.5114 538.258 41.3369 538.258 41.1465C538.258 39.4648 539.206 37.5292 542.177 37.5292C545.101 37.5292 546 39.5124 546 40.8292C546 43.9865 542.884 43.6533 542.884 45.5254V45.811H541.037V45.5254C541.037 42.4158 544.089 43.1297 544.105 40.9244C544.105 40.0359 543.543 39.2109 542.113 39.2109C540.668 39.2109 540.073 40.1946 540.073 41.2417C540.073 41.448 540.105 41.6384 540.138 41.8288L538.29 41.686ZM540.828 47.8418C540.828 47.2389 541.342 46.7471 542.001 46.7471C542.611 46.7471 543.109 47.2389 543.109 47.8418C543.109 48.4923 542.611 49 542.001 49C541.342 49 540.828 48.4923 540.828 47.8418Z" fill="white" fill-opacity="0.6"/><path d="M452.532 49.6822C452.516 49.5077 452.5 49.3332 452.5 49.1428C452.5 47.461 453.448 45.5254 456.419 45.5254C459.342 45.5254 460.242 47.5086 460.242 48.8255C460.242 51.9827 457.126 51.6496 457.126 53.5217V53.8073H455.279V53.5217C455.279 50.412 458.33 51.126 458.346 48.9207C458.346 48.0322 457.784 47.2072 456.355 47.2072C454.909 47.2072 454.315 48.1909 454.315 49.238C454.315 49.4442 454.347 49.6346 454.379 49.825L452.532 49.6822ZM455.07 55.8381C455.07 55.2352 455.584 54.7433 456.242 54.7433C456.853 54.7433 457.351 55.2352 457.351 55.8381C457.351 56.4886 456.853 56.9963 456.242 56.9963C455.584 56.9963 455.07 56.4886 455.07 55.8381Z" fill="white" fill-opacity="0.6"/></g><defs><clipPath id="clip0_12027_9464"><rect width="480" height="56" fill="white"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="375" height="248" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="375" height="248" fill="white"/><path d="M375 248V56L187.5 75L0 56V248H375Z" fill="url(#paint0_linear_8257_6052)"/><path d="M201.14 103.868C201.425 104.161 201.671 104.412 201.889 104.644C202.325 105.107 202.624 105.466 202.849 105.859C203.26 106.578 203.463 107.469 203.647 109.418H171.081C171.3 107.524 171.632 106.625 172.096 105.913C172.227 105.712 172.371 105.522 172.532 105.325L173.612 104.063C173.804 103.833 174.009 103.578 174.227 103.292C174.377 103.361 174.527 103.431 174.679 103.498C174.802 103.552 174.926 103.603 175.049 103.655C175.186 103.713 175.323 103.771 175.461 103.827C175.571 103.872 175.681 103.915 175.792 103.958C175.94 104.016 176.09 104.074 176.24 104.13C176.383 104.183 176.526 104.234 176.67 104.285C176.792 104.328 176.913 104.372 177.035 104.413C177.179 104.462 177.324 104.509 177.469 104.556C177.604 104.599 177.738 104.642 177.874 104.684C178.002 104.723 178.131 104.761 178.26 104.799C178.426 104.847 178.591 104.894 178.758 104.939C178.858 104.967 178.958 104.993 179.058 105.02C179.242 105.068 179.426 105.113 179.612 105.158C179.726 105.186 179.841 105.213 179.956 105.239C180.103 105.273 180.252 105.306 180.401 105.338C180.545 105.369 180.689 105.399 180.834 105.428C181.001 105.461 181.169 105.492 181.337 105.522C181.454 105.544 181.57 105.565 181.687 105.585C181.868 105.616 182.051 105.644 182.234 105.672C182.35 105.689 182.465 105.707 182.582 105.724C182.755 105.748 182.929 105.769 183.103 105.791C183.239 105.808 183.376 105.826 183.513 105.841C183.648 105.856 183.782 105.868 183.917 105.881C184.09 105.898 184.263 105.916 184.437 105.931C184.608 105.945 184.779 105.954 184.951 105.966C185.075 105.974 185.199 105.984 185.324 105.991C185.516 106.002 185.71 106.008 185.904 106.016C186.031 106.02 186.159 106.028 186.288 106.031C186.596 106.04 186.907 106.045 187.219 106.045C187.534 106.045 187.847 106.039 188.158 106.03C188.316 106.026 188.473 106.017 188.63 106.011C188.802 106.004 188.973 105.998 189.144 105.988C189.27 105.981 189.396 105.971 189.522 105.962C189.706 105.949 189.889 105.938 190.072 105.922C190.22 105.909 190.367 105.894 190.514 105.879C190.68 105.862 190.845 105.846 191.009 105.827C191.15 105.811 191.29 105.792 191.429 105.774C191.596 105.753 191.762 105.731 191.927 105.707C192.074 105.686 192.221 105.662 192.367 105.639C192.521 105.614 192.676 105.589 192.83 105.562C192.967 105.538 193.103 105.512 193.24 105.486C193.412 105.454 193.584 105.42 193.754 105.385C193.884 105.358 194.013 105.329 194.141 105.301C194.29 105.268 194.438 105.234 194.585 105.199C194.745 105.161 194.903 105.123 195.061 105.083C195.188 105.051 195.313 105.017 195.439 104.983C195.592 104.942 195.744 104.901 195.895 104.857C196.054 104.812 196.213 104.764 196.371 104.716C196.48 104.682 196.591 104.65 196.7 104.615C196.881 104.558 197.061 104.497 197.24 104.437C197.342 104.402 197.445 104.368 197.547 104.332C197.697 104.279 197.846 104.223 197.995 104.168C198.133 104.117 198.272 104.066 198.41 104.013C198.549 103.958 198.687 103.902 198.826 103.846C198.946 103.797 199.067 103.749 199.187 103.698C199.353 103.628 199.517 103.555 199.681 103.481C199.785 103.435 199.89 103.39 199.993 103.343C200.141 103.275 200.287 103.202 200.433 103.132C200.69 103.402 200.925 103.647 201.14 103.868ZM187.219 47.7139C203.86 47.7139 215.325 60.4116 215.325 76.5391C215.325 87.609 209.867 96.9607 201.046 101.701C200.776 101.846 200.502 101.986 200.226 102.122C200.01 102.229 199.793 102.333 199.573 102.435C199.474 102.48 199.375 102.523 199.276 102.567C199.115 102.639 198.954 102.711 198.792 102.779C198.703 102.817 198.613 102.852 198.524 102.889C198.35 102.96 198.176 103.032 198 103.1C197.9 103.138 197.8 103.174 197.7 103.211C197.547 103.268 197.395 103.325 197.241 103.379C197.118 103.422 196.995 103.464 196.872 103.506C196.722 103.556 196.572 103.606 196.42 103.654C196.296 103.694 196.171 103.732 196.045 103.771C195.899 103.815 195.751 103.858 195.603 103.9C195.489 103.933 195.376 103.965 195.261 103.996C195.082 104.045 194.902 104.092 194.72 104.138C194.626 104.161 194.531 104.184 194.436 104.207C194.256 104.25 194.075 104.292 193.893 104.332C193.78 104.357 193.668 104.382 193.554 104.405C193.375 104.442 193.196 104.478 193.015 104.512C192.911 104.531 192.806 104.551 192.701 104.569C192.516 104.602 192.33 104.633 192.144 104.662C192.03 104.68 191.915 104.698 191.8 104.715C191.613 104.742 191.424 104.767 191.235 104.791C191.133 104.804 191.031 104.818 190.928 104.83C190.728 104.853 190.527 104.873 190.325 104.893C190.218 104.903 190.111 104.915 190.003 104.924C189.802 104.941 189.599 104.955 189.395 104.969C189.295 104.975 189.195 104.983 189.094 104.989C188.85 105.003 188.605 105.014 188.358 105.022C187.981 105.035 187.602 105.045 187.219 105.045C186.916 105.045 186.615 105.039 186.315 105.031C186.149 105.027 185.983 105.019 185.818 105.012C185.68 105.006 185.543 105.002 185.407 104.994C185.287 104.988 185.167 104.979 185.047 104.971C184.854 104.958 184.66 104.946 184.468 104.93C184.363 104.921 184.259 104.909 184.155 104.899C183.979 104.883 183.804 104.867 183.63 104.848C183.471 104.83 183.312 104.809 183.153 104.789C183.022 104.773 182.891 104.757 182.76 104.739C182.603 104.717 182.447 104.693 182.292 104.669C182.152 104.647 182.014 104.626 181.875 104.603C181.75 104.581 181.625 104.558 181.5 104.535C181.337 104.505 181.174 104.476 181.012 104.443C180.892 104.419 180.772 104.394 180.653 104.369C180.496 104.336 180.34 104.302 180.184 104.267C180.059 104.238 179.934 104.208 179.81 104.178C179.655 104.14 179.5 104.102 179.346 104.062C179.223 104.03 179.101 103.996 178.979 103.963C178.847 103.927 178.715 103.89 178.583 103.852C178.433 103.808 178.284 103.764 178.135 103.718C178.018 103.682 177.902 103.645 177.786 103.607C177.649 103.564 177.514 103.519 177.378 103.474C177.234 103.425 177.091 103.374 176.948 103.323C176.834 103.283 176.721 103.242 176.608 103.2C176.469 103.149 176.331 103.095 176.193 103.041C176.072 102.994 175.952 102.948 175.833 102.899C175.686 102.84 175.54 102.778 175.395 102.716C175.29 102.671 175.185 102.628 175.082 102.582C174.943 102.521 174.805 102.457 174.667 102.394C174.328 102.237 173.993 102.077 173.663 101.908C164.531 97.2356 158.874 87.7708 158.874 76.5391C158.874 60.4154 170.415 47.7139 187.219 47.7139ZM114.841 48.9121L139.304 86.5596C139.425 86.7452 139.653 86.8295 139.866 86.7666C140.078 86.7037 140.224 86.5085 140.224 86.2871V48.9121H150.411V103.846H138.396L112.496 64.1201C112.375 63.9351 112.147 63.8515 111.935 63.9141C111.75 63.969 111.615 64.1245 111.583 64.3105L111.577 64.3926L111.498 103.846H101.31V48.9121H114.841ZM228.647 48.9121L244.586 90.8594C244.66 91.0534 244.846 91.1825 245.053 91.1826C245.261 91.1826 245.447 91.0535 245.521 90.8594L261.459 48.9121H272.851L251.663 103.846H238.525L217.415 48.9121H228.647ZM187.139 57.4209C176.606 57.421 169.06 65.5854 169.06 76.5391C169.06 87.3386 176.452 95.3369 187.139 95.3369C197.665 95.3369 205.138 87.42 205.138 76.5391C205.138 65.5885 197.675 57.4209 187.139 57.4209Z" fill="#FFDB80"/><path d="M202.001 69L187.583 75.9368C186.951 76.2408 186.711 77.0178 187.062 77.625C187.412 78.2322 188.205 78.413 188.784 78.0178L202.001 69Z" fill="#FFDB80"/><path d="M181 69.4553L186.371 77.7983C186.745 78.3799 187.543 78.5049 188.077 78.0657C188.612 77.6265 188.644 76.8195 188.145 76.3395L181 69.4553Z" fill="#FFDB80"/><defs><linearGradient id="paint0_linear_8257_6052" x1="187.5" y1="56" x2="187.5" y2="248" gradientUnits="userSpaceOnUse"><stop stop-color="#FFF1CC"/><stop offset="1" stop-color="#FFF1CC" stop-opacity="0"/></linearGradient></defs></svg>
|