@digital-ai/dot-illustrations 1.0.32 → 2.0.1
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/README.md +2 -1
- package/demo/demo.css +89 -38
- package/demo/index.html +5 -1202
- package/demo/script.js +198 -47
- package/illustrations/dark/dashboards/CRP-failure-prediction-monitoring.svg +23 -0
- package/illustrations/dark/dashboards/analysis.svg +96 -0
- package/illustrations/dark/dashboards/automation.svg +63 -0
- package/illustrations/dark/dashboards/burn-down.svg +38 -0
- package/illustrations/dark/dashboards/burn-up.svg +38 -0
- package/illustrations/dark/dashboards/change-credit-score.svg +22 -0
- package/illustrations/dark/dashboards/change-data-quality.svg +24 -0
- package/illustrations/dark/dashboards/change-executive.svg +21 -0
- package/illustrations/dark/dashboards/change-failure-factors.svg +26 -0
- package/illustrations/dark/dashboards/change-failure-prediction.svg +25 -0
- package/illustrations/dark/dashboards/change-impact-detection.svg +21 -0
- package/illustrations/dark/dashboards/change-impact-hotspots.svg +25 -0
- package/illustrations/dark/dashboards/custom.svg +31 -0
- package/illustrations/dark/dashboards/defect.svg +34 -0
- package/illustrations/dark/dashboards/dependency.svg +61 -0
- package/{dashboards/dark/digitalai/digitalai-dora-dark.svg → illustrations/dark/dashboards/dora.svg} +12 -7
- package/illustrations/dark/dashboards/executive.svg +21 -0
- package/illustrations/dark/dashboards/hange-impact.svg +51 -0
- package/illustrations/dark/dashboards/item.svg +33 -0
- package/illustrations/dark/dashboards/late-task.svg +61 -0
- package/illustrations/dark/dashboards/onboarding.svg +19 -0
- package/illustrations/dark/dashboards/workflow.svg +66 -0
- package/illustrations/dark/global/add-new-grid.svg +104 -0
- package/illustrations/dark/global/add-new.svg +16 -0
- package/illustrations/dark/global/add-team.svg +25 -0
- package/illustrations/dark/global/add-user.svg +18 -0
- package/illustrations/dark/global/assets.svg +45 -0
- package/illustrations/dark/global/chart.svg +29 -0
- package/illustrations/dark/global/community.svg +41 -0
- package/illustrations/dark/global/dependency-down.svg +38 -0
- package/illustrations/dark/global/dependency-up.svg +38 -0
- package/illustrations/dark/global/disconnected.svg +21 -0
- package/illustrations/dark/global/done.svg +17 -0
- package/illustrations/dark/global/empty.svg +19 -0
- package/illustrations/dark/global/favorite.svg +39 -0
- package/illustrations/dark/global/features.svg +102 -0
- package/illustrations/dark/global/launch.svg +92 -0
- package/illustrations/dark/global/no-files.svg +21 -0
- package/illustrations/dark/global/nothing-defined.svg +17 -0
- package/illustrations/dark/global/password-token.svg +25 -0
- package/illustrations/dark/global/reports.svg +63 -0
- package/illustrations/dark/global/survey.svg +30 -0
- package/illustrations/dark/global/user.svg +9 -0
- package/illustrations/dark/global/work-item.svg +42 -0
- package/illustrations/light/dashboards/CRP-failure-prediction-monitoring.svg +23 -0
- package/illustrations/light/dashboards/analysis.svg +96 -0
- package/illustrations/light/dashboards/automation.svg +63 -0
- package/illustrations/light/dashboards/burn-down.svg +38 -0
- package/illustrations/light/dashboards/burn-up.svg +38 -0
- package/illustrations/light/dashboards/change-credit-score.svg +22 -0
- package/illustrations/light/dashboards/change-data-quality.svg +24 -0
- package/illustrations/light/dashboards/change-executive.svg +21 -0
- package/illustrations/light/dashboards/change-failure-factors.svg +26 -0
- package/illustrations/light/dashboards/change-failure-prediction.svg +25 -0
- package/illustrations/light/dashboards/change-impact-detection.svg +21 -0
- package/illustrations/light/dashboards/change-impact-hotspots.svg +25 -0
- package/illustrations/light/dashboards/custom.svg +31 -0
- package/illustrations/light/dashboards/defect.svg +34 -0
- package/illustrations/light/dashboards/dependency.svg +61 -0
- package/{dashboards/light/digitalai/digitalai-dora-light.svg → illustrations/light/dashboards/dora.svg} +13 -8
- package/illustrations/light/dashboards/executive.svg +21 -0
- package/illustrations/light/dashboards/hange-impact.svg +51 -0
- package/illustrations/light/dashboards/item.svg +33 -0
- package/illustrations/light/dashboards/late-task.svg +61 -0
- package/illustrations/light/dashboards/onboarding.svg +19 -0
- package/illustrations/light/dashboards/workflow.svg +66 -0
- package/illustrations/light/global/add-new-grid.svg +104 -0
- package/illustrations/light/global/add-new.svg +16 -0
- package/illustrations/light/global/add-team.svg +25 -0
- package/illustrations/light/global/add-user.svg +18 -0
- package/illustrations/light/global/assets.svg +44 -0
- package/illustrations/light/global/chart.svg +29 -0
- package/illustrations/light/global/community.svg +41 -0
- package/illustrations/light/global/dependency-down.svg +38 -0
- package/illustrations/light/global/dependency-up.svg +38 -0
- package/illustrations/light/global/disconnected.svg +21 -0
- package/illustrations/light/global/done.svg +17 -0
- package/illustrations/light/global/empty.svg +19 -0
- package/illustrations/light/global/favorite.svg +39 -0
- package/illustrations/light/global/features.svg +102 -0
- package/illustrations/light/global/launch.svg +92 -0
- package/illustrations/light/global/no-files.svg +21 -0
- package/illustrations/light/global/nothing-defined.svg +17 -0
- package/illustrations/light/global/password-token.svg +30 -0
- package/illustrations/light/global/reports.svg +63 -0
- package/illustrations/light/global/survey.svg +30 -0
- package/illustrations/light/global/user.svg +9 -0
- package/illustrations/light/global/work-item.svg +42 -0
- package/index.css +187 -754
- package/integrations/demo/index.html +2 -2
- package/integrations/demo/script.js +3 -4
- package/integrations/index.css +441 -0
- package/package.json +1 -1
- package/agility/dark/global/agility-assets-dark.svg +0 -41
- package/agility/dark/global/agility-chart-dark.svg +0 -10
- package/agility/dark/global/agility-community-dark.svg +0 -66
- package/agility/dark/global/agility-dependency-down-dark.svg +0 -30
- package/agility/dark/global/agility-dependency-up-dark.svg +0 -30
- package/agility/dark/global/agility-disconnected-dark.svg +0 -20
- package/agility/dark/global/agility-empty-dark.svg +0 -16
- package/agility/dark/global/agility-favourite-dark.svg +0 -24
- package/agility/dark/global/agility-features-dark.svg +0 -156
- package/agility/dark/global/agility-launch-dark.svg +0 -29
- package/agility/dark/global/agility-no-files-dark.svg +0 -18
- package/agility/dark/global/agility-nothing-defined-dark.svg +0 -14
- package/agility/dark/global/agility-password-token-dark.svg +0 -31
- package/agility/dark/global/agility-reports-dark.svg +0 -59
- package/agility/dark/global/agility-survey-dark.svg +0 -18
- package/agility/dark/global/agility-user-dark.svg +0 -13
- package/agility/dark/global/agility-work-item-dark.svg +0 -19
- package/agility/dark/global/done-dark.svg +0 -11
- package/agility/dark/ux/agility-ux-community-dark.svg +0 -71
- package/agility/dark/ux/agility-ux-goal-dark.svg +0 -72
- package/agility/dark/ux/agility-ux-launch-dark.svg +0 -51
- package/agility/dark/ux/agility-ux-objective-dark.svg +0 -74
- package/agility/dark/ux/agility-ux-paper-dark.svg +0 -26
- package/agility/dark/ux/agility-ux-update-dark.svg +0 -60
- package/agility/light/global/agility-assets-light.svg +0 -46
- package/agility/light/global/agility-chart-light.svg +0 -10
- package/agility/light/global/agility-community-light.svg +0 -73
- package/agility/light/global/agility-dependency-down-light.svg +0 -30
- package/agility/light/global/agility-dependency-up-light.svg +0 -30
- package/agility/light/global/agility-disconnected-light.svg +0 -27
- package/agility/light/global/agility-empty-light.svg +0 -16
- package/agility/light/global/agility-favourite-light.svg +0 -24
- package/agility/light/global/agility-features-light.svg +0 -156
- package/agility/light/global/agility-launch-light.svg +0 -36
- package/agility/light/global/agility-no-files-light.svg +0 -18
- package/agility/light/global/agility-nothing-defined-light.svg +0 -21
- package/agility/light/global/agility-password-token-light.svg +0 -31
- package/agility/light/global/agility-reports-light.svg +0 -59
- package/agility/light/global/agility-survey-light.svg +0 -25
- package/agility/light/global/agility-user-light.svg +0 -13
- package/agility/light/global/agility-work-item-light.svg +0 -26
- package/agility/light/global/done-light.svg +0 -11
- package/agility/light/ux/agility-ux-community-light.svg +0 -71
- package/agility/light/ux/agility-ux-goal-light.svg +0 -72
- package/agility/light/ux/agility-ux-launch-light.svg +0 -51
- package/agility/light/ux/agility-ux-objective-light.svg +0 -74
- package/agility/light/ux/agility-ux-paper-light.svg +0 -26
- package/agility/light/ux/agility-ux-update-light.svg +0 -60
- package/dashboards/dark/agility/CRP-failure-prediction-monitoring-dashboard-dark.svg +0 -22
- package/dashboards/dark/agility/agility-analysis-dark.svg +0 -42
- package/dashboards/dark/agility/agility-analysis-nobg-dark.svg +0 -31
- package/dashboards/dark/agility/agility-automation-dark.svg +0 -49
- package/dashboards/dark/agility/agility-automation-nobg-dark.svg +0 -43
- package/dashboards/dark/agility/agility-burn-down-dark.svg +0 -16
- package/dashboards/dark/agility/agility-burn-up-dark.svg +0 -16
- package/dashboards/dark/agility/agility-change-credit-score-dark.svg +0 -44
- package/dashboards/dark/agility/agility-change-data-quality-dark.svg +0 -19
- package/dashboards/dark/agility/agility-change-executive-dashboard-dark.svg +0 -53
- package/dashboards/dark/agility/agility-change-failure-factors-dashboard-dark.svg +0 -21
- package/dashboards/dark/agility/agility-change-failure-prediction-dark.svg +0 -20
- package/dashboards/dark/agility/agility-change-impact-dashboard-dark.svg +0 -32
- package/dashboards/dark/agility/agility-change-impact-detection-dark.svg +0 -17
- package/dashboards/dark/agility/agility-change-impact-hotspots-dark.svg +0 -16
- package/dashboards/dark/agility/agility-custom-dark.svg +0 -60
- package/dashboards/dark/agility/agility-custom-nobg-dark.svg +0 -52
- package/dashboards/dark/agility/agility-defect-dark.svg +0 -23
- package/dashboards/dark/agility/agility-defect-nobg-dark.svg +0 -17
- package/dashboards/dark/agility/agility-dependency-dark.svg +0 -34
- package/dashboards/dark/agility/agility-dependency-nobg-dark.svg +0 -28
- package/dashboards/dark/agility/agility-dora-dark.svg +0 -18
- package/dashboards/dark/agility/agility-dora-nobg-dark.svg +0 -10
- package/dashboards/dark/agility/agility-executive-dark.svg +0 -16
- package/dashboards/dark/agility/agility-executive-nobg-dark.svg +0 -8
- package/dashboards/dark/agility/agility-item-dark.svg +0 -22
- package/dashboards/dark/agility/agility-item-nobg-dark.svg +0 -16
- package/dashboards/dark/agility/agility-late-task-dark.svg +0 -23
- package/dashboards/dark/agility/agility-late-task-nobg-dark.svg +0 -17
- package/dashboards/dark/agility/agility-onboarding-dark.svg +0 -29
- package/dashboards/dark/agility/agility-onboarding-nobg-dark.svg +0 -21
- package/dashboards/dark/agility/agility-workflow-dark.svg +0 -60
- package/dashboards/dark/agility/agility-workflow-nobg-dark.svg +0 -52
- package/dashboards/dark/digitalai/CRP-failure-prediction-monitoring-dashboard-dark.svg +0 -22
- package/dashboards/dark/digitalai/digitalai-analysis-dark.svg +0 -42
- package/dashboards/dark/digitalai/digitalai-analysis-nobg-dark.svg +0 -31
- package/dashboards/dark/digitalai/digitalai-automation-dark.svg +0 -49
- package/dashboards/dark/digitalai/digitalai-automation-nobg-dark.svg +0 -43
- package/dashboards/dark/digitalai/digitalai-burn-down-dark.svg +0 -16
- package/dashboards/dark/digitalai/digitalai-burn-up-dark.svg +0 -16
- package/dashboards/dark/digitalai/digitalai-change-credit-score-dark.svg +0 -44
- package/dashboards/dark/digitalai/digitalai-change-data-quality-dark.svg +0 -19
- package/dashboards/dark/digitalai/digitalai-change-executive-dashboard-dark.svg +0 -53
- package/dashboards/dark/digitalai/digitalai-change-failure-factors-dashboard-dark.svg +0 -21
- package/dashboards/dark/digitalai/digitalai-change-failure-prediction-dark.svg +0 -20
- package/dashboards/dark/digitalai/digitalai-change-impact-dashboard-dark.svg +0 -32
- package/dashboards/dark/digitalai/digitalai-change-impact-detection-dark.svg +0 -17
- package/dashboards/dark/digitalai/digitalai-change-impact-hotspots-dark.svg +0 -16
- package/dashboards/dark/digitalai/digitalai-custom-dark.svg +0 -60
- package/dashboards/dark/digitalai/digitalai-custom-nobg-dark.svg +0 -52
- package/dashboards/dark/digitalai/digitalai-defect-dark.svg +0 -23
- package/dashboards/dark/digitalai/digitalai-defect-nobg-dark.svg +0 -17
- package/dashboards/dark/digitalai/digitalai-dependency-dark.svg +0 -34
- package/dashboards/dark/digitalai/digitalai-dependency-nobg-dark.svg +0 -28
- package/dashboards/dark/digitalai/digitalai-dora-nobg-dark.svg +0 -10
- package/dashboards/dark/digitalai/digitalai-executive-dark.svg +0 -16
- package/dashboards/dark/digitalai/digitalai-executive-nobg-dark.svg +0 -8
- package/dashboards/dark/digitalai/digitalai-item-dark.svg +0 -22
- package/dashboards/dark/digitalai/digitalai-item-nobg-dark.svg +0 -16
- package/dashboards/dark/digitalai/digitalai-late-task-dark.svg +0 -23
- package/dashboards/dark/digitalai/digitalai-late-task-nobg-dark.svg +0 -17
- package/dashboards/dark/digitalai/digitalai-onboarding-dark.svg +0 -29
- package/dashboards/dark/digitalai/digitalai-onboarding-nobg-dark.svg +0 -21
- package/dashboards/dark/digitalai/digitalai-workflow-dark.svg +0 -60
- package/dashboards/dark/digitalai/digitalai-workflow-nobg-dark.svg +0 -52
- package/dashboards/light/agility/CRP-failure-prediction-monitoring-dashboard-light.svg +0 -22
- package/dashboards/light/agility/agility-analysis-light.svg +0 -42
- package/dashboards/light/agility/agility-analysis-nobg-light.svg +0 -31
- package/dashboards/light/agility/agility-automation-light.svg +0 -49
- package/dashboards/light/agility/agility-automation-nobg-light.svg +0 -43
- package/dashboards/light/agility/agility-burn-down-light.svg +0 -16
- package/dashboards/light/agility/agility-burn-up-light.svg +0 -16
- package/dashboards/light/agility/agility-change-credit-score-light.svg +0 -44
- package/dashboards/light/agility/agility-change-data-quality-light.svg +0 -19
- package/dashboards/light/agility/agility-change-executive-dashboard-light.svg +0 -53
- package/dashboards/light/agility/agility-change-failure-factors-dashboard-light.svg +0 -21
- package/dashboards/light/agility/agility-change-failure-prediction-light.svg +0 -20
- package/dashboards/light/agility/agility-change-impact-dashboard-light.svg +0 -32
- package/dashboards/light/agility/agility-change-impact-detection-light.svg +0 -17
- package/dashboards/light/agility/agility-change-impact-hotspots-light.svg +0 -16
- package/dashboards/light/agility/agility-custom-light.svg +0 -60
- package/dashboards/light/agility/agility-custom-nobg-light.svg +0 -52
- package/dashboards/light/agility/agility-defect-light.svg +0 -23
- package/dashboards/light/agility/agility-defect-nobg-light.svg +0 -17
- package/dashboards/light/agility/agility-dependency-light.svg +0 -34
- package/dashboards/light/agility/agility-dependency-nobg-light.svg +0 -28
- package/dashboards/light/agility/agility-dora-light.svg +0 -18
- package/dashboards/light/agility/agility-dora-nobg-light.svg +0 -10
- package/dashboards/light/agility/agility-executive-light.svg +0 -16
- package/dashboards/light/agility/agility-executive-nobg-light.svg +0 -8
- package/dashboards/light/agility/agility-item-light.svg +0 -22
- package/dashboards/light/agility/agility-item-nobg-light.svg +0 -16
- package/dashboards/light/agility/agility-late-task-light.svg +0 -23
- package/dashboards/light/agility/agility-late-task-nobg-light.svg +0 -17
- package/dashboards/light/agility/agility-onboarding-light.svg +0 -29
- package/dashboards/light/agility/agility-onboarding-nobg-light.svg +0 -21
- package/dashboards/light/agility/agility-workflow-light.svg +0 -60
- package/dashboards/light/agility/agility-workflow-nobg-light.svg +0 -52
- package/dashboards/light/digitalai/CRP-failure-prediction-monitoring-dashboard-light.svg +0 -22
- package/dashboards/light/digitalai/digitalai-analysis-light.svg +0 -42
- package/dashboards/light/digitalai/digitalai-analysis-nobg-light.svg +0 -31
- package/dashboards/light/digitalai/digitalai-automation-light.svg +0 -49
- package/dashboards/light/digitalai/digitalai-automation-nobg-light.svg +0 -43
- package/dashboards/light/digitalai/digitalai-burn-down-light.svg +0 -16
- package/dashboards/light/digitalai/digitalai-burn-up-light.svg +0 -16
- package/dashboards/light/digitalai/digitalai-change-credit-score-light.svg +0 -44
- package/dashboards/light/digitalai/digitalai-change-data-quality-light.svg +0 -19
- package/dashboards/light/digitalai/digitalai-change-executive-dashboard-light.svg +0 -53
- package/dashboards/light/digitalai/digitalai-change-failure-factors-dashboard-light.svg +0 -21
- package/dashboards/light/digitalai/digitalai-change-failure-prediction-light.svg +0 -20
- package/dashboards/light/digitalai/digitalai-change-impact-dashboard-light.svg +0 -32
- package/dashboards/light/digitalai/digitalai-change-impact-detection-light.svg +0 -17
- package/dashboards/light/digitalai/digitalai-change-impact-hotspots-light.svg +0 -16
- package/dashboards/light/digitalai/digitalai-custom-light.svg +0 -60
- package/dashboards/light/digitalai/digitalai-custom-nobg-light.svg +0 -52
- package/dashboards/light/digitalai/digitalai-defect-light.svg +0 -23
- package/dashboards/light/digitalai/digitalai-defect-nobg-light.svg +0 -17
- package/dashboards/light/digitalai/digitalai-dependency-light.svg +0 -34
- package/dashboards/light/digitalai/digitalai-dependency-nobg-light.svg +0 -28
- package/dashboards/light/digitalai/digitalai-dora-nobg-light.svg +0 -10
- package/dashboards/light/digitalai/digitalai-executive-light.svg +0 -16
- package/dashboards/light/digitalai/digitalai-executive-nobg-light.svg +0 -8
- package/dashboards/light/digitalai/digitalai-item-light.svg +0 -22
- package/dashboards/light/digitalai/digitalai-item-nobg-light.svg +0 -16
- package/dashboards/light/digitalai/digitalai-late-task-light.svg +0 -23
- package/dashboards/light/digitalai/digitalai-late-task-nobg-light.svg +0 -17
- package/dashboards/light/digitalai/digitalai-onboarding-light.svg +0 -29
- package/dashboards/light/digitalai/digitalai-onboarding-nobg-light.svg +0 -21
- package/dashboards/light/digitalai/digitalai-workflow-light.svg +0 -60
- package/dashboards/light/digitalai/digitalai-workflow-nobg-light.svg +0 -52
- package/digitalai/dark/global/digitalai-assets-dark.svg +0 -41
- package/digitalai/dark/global/digitalai-chart-dark.svg +0 -10
- package/digitalai/dark/global/digitalai-community-dark.svg +0 -66
- package/digitalai/dark/global/digitalai-dependency-down-dark.svg +0 -30
- package/digitalai/dark/global/digitalai-dependency-up-dark.svg +0 -30
- package/digitalai/dark/global/digitalai-disconnected-dark.svg +0 -20
- package/digitalai/dark/global/digitalai-empty-dark.svg +0 -16
- package/digitalai/dark/global/digitalai-favourite-dark.svg +0 -24
- package/digitalai/dark/global/digitalai-features-dark.svg +0 -156
- package/digitalai/dark/global/digitalai-launch-dark.svg +0 -29
- package/digitalai/dark/global/digitalai-no-files-dark.svg +0 -18
- package/digitalai/dark/global/digitalai-nothing-defined-dark.svg +0 -14
- package/digitalai/dark/global/digitalai-password-token-dark.svg +0 -31
- package/digitalai/dark/global/digitalai-reports-dark.svg +0 -59
- package/digitalai/dark/global/digitalai-survey-dark.svg +0 -18
- package/digitalai/dark/global/digitalai-user-dark.svg +0 -13
- package/digitalai/dark/global/digitalai-work-item-dark.svg +0 -19
- package/digitalai/dark/global/done-dark.svg +0 -11
- package/digitalai/dark/ux/digitalai-ux-community-dark.svg +0 -71
- package/digitalai/dark/ux/digitalai-ux-goal-dark.svg +0 -72
- package/digitalai/dark/ux/digitalai-ux-launch-dark.svg +0 -51
- package/digitalai/dark/ux/digitalai-ux-objective-dark.svg +0 -74
- package/digitalai/dark/ux/digitalai-ux-paper-dark.svg +0 -26
- package/digitalai/dark/ux/digitalai-ux-update-dark.svg +0 -60
- package/digitalai/light/global/digitalai-assets-light.svg +0 -41
- package/digitalai/light/global/digitalai-chart-light.svg +0 -10
- package/digitalai/light/global/digitalai-community-light.svg +0 -66
- package/digitalai/light/global/digitalai-dependency-down-light.svg +0 -30
- package/digitalai/light/global/digitalai-dependency-up-light.svg +0 -30
- package/digitalai/light/global/digitalai-disconnected-light.svg +0 -20
- package/digitalai/light/global/digitalai-empty-light.svg +0 -16
- package/digitalai/light/global/digitalai-favorite-light.svg +0 -24
- package/digitalai/light/global/digitalai-features-light.svg +0 -156
- package/digitalai/light/global/digitalai-launch-light.svg +0 -29
- package/digitalai/light/global/digitalai-no-files-light.svg +0 -18
- package/digitalai/light/global/digitalai-nothing-defined-light.svg +0 -14
- package/digitalai/light/global/digitalai-password-token-light.svg +0 -31
- package/digitalai/light/global/digitalai-reports-light.svg +0 -59
- package/digitalai/light/global/digitalai-survey-light.svg +0 -18
- package/digitalai/light/global/digitalai-user-light.svg +0 -13
- package/digitalai/light/global/digitalai-work-item-light.svg +0 -19
- package/digitalai/light/global/done-light.svg +0 -11
- package/digitalai/light/ux/digitalai-ux-community-light.svg +0 -71
- package/digitalai/light/ux/digitalai-ux-goal-light.svg +0 -72
- package/digitalai/light/ux/digitalai-ux-launch-light.svg +0 -51
- package/digitalai/light/ux/digitalai-ux-objective-light.svg +0 -74
- package/digitalai/light/ux/digitalai-ux-paper-light.svg +0 -26
- package/digitalai/light/ux/digitalai-ux-update-light.svg +0 -60
- package/integrations/demo/index.css +0 -441
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
<svg width="584" height="322" viewBox="0 0 584 322" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_2763_13315)">
|
|
3
|
-
<rect width="584" height="322" fill="#333F52"/>
|
|
4
|
-
<path d="M471.489 120.634C506.039 211.754 389.079 258.184 322.159 245.224C295.579 240.084 284.979 231.454 258.519 239.874C239.289 245.994 229.269 267.264 208.069 271.084C161.589 279.464 128.989 236.194 118.369 197.654C107.369 157.654 116.049 131.794 156.929 112.424C174.599 104.054 193.509 109.544 209.139 103.774C241.259 91.934 240.139 70.774 259.319 49.204C329.719 -30.016 440.119 37.884 471.489 120.634Z" fill="#9EB6CF"/>
|
|
5
|
-
<g opacity="0.9">
|
|
6
|
-
<path d="M471.489 120.634C506.039 211.754 389.079 258.184 322.159 245.224C295.579 240.084 284.979 231.454 258.519 239.874C239.289 245.994 229.269 267.264 208.069 271.084C161.589 279.464 128.989 236.194 118.369 197.654C107.369 157.654 116.049 131.794 156.929 112.424C174.599 104.054 193.509 109.544 209.139 103.774C241.259 91.934 240.139 70.774 259.319 49.204C329.719 -30.016 440.119 37.884 471.489 120.634Z" fill="#333F52"/>
|
|
7
|
-
</g>
|
|
8
|
-
<path d="M391 99H355.43L281.28 340.73C280.706 342.613 280.582 344.604 280.917 346.544C281.252 348.483 282.037 350.317 283.208 351.899C284.379 353.481 285.905 354.766 287.663 355.652C289.421 356.538 291.361 356.999 293.33 357H453.11C455.08 357 457.023 356.539 458.783 355.652C460.543 354.765 462.07 353.477 463.242 351.893C464.414 350.309 465.198 348.472 465.531 346.53C465.864 344.587 465.737 342.594 465.16 340.71L391 99Z" fill="#9EB6CF"/>
|
|
9
|
-
<path opacity="0.2" d="M391 99H373.22L350.67 357H453.11C455.08 357 457.024 356.539 458.783 355.652C460.543 354.765 462.07 353.477 463.242 351.893C464.414 350.309 465.198 348.472 465.531 346.53C465.864 344.587 465.737 342.594 465.16 340.71L391 99Z" fill="#263238"/>
|
|
10
|
-
<path opacity="0.2" d="M391 99H382.65L408.1 357H453.1C455.07 357 457.014 356.539 458.773 355.652C460.533 354.765 462.06 353.477 463.232 351.893C464.404 350.309 465.188 348.472 465.521 346.53C465.854 344.587 465.727 342.594 465.15 340.71L391 99Z" fill="#263238"/>
|
|
11
|
-
<path opacity="0.2" d="M355.43 99H364L302.67 357H293.33C291.359 357 289.416 356.539 287.656 355.652C285.897 354.765 284.37 353.477 283.198 351.893C282.026 350.309 281.242 348.472 280.909 346.53C280.576 344.587 280.703 342.594 281.28 340.71L355.43 99Z" fill="white"/>
|
|
12
|
-
<path d="M372.94 89.3901C378.133 89.3879 383.182 91.0986 387.304 94.2571C391.426 97.4155 394.391 101.845 395.74 106.86L407.22 149.56L404.17 163.06L392.49 152L381.42 177.42L371.34 159.75L358.82 177.42L353.38 150.92L342 166L339.3 148.56L350.1 107C351.424 101.953 354.384 97.4866 358.517 94.3003C362.649 91.1141 367.722 89.3873 372.94 89.3901Z" fill="#9EB6CF"/>
|
|
13
|
-
<path d="M372.94 89.3901C378.133 89.3879 383.182 91.0986 387.304 94.2571C391.426 97.4155 394.391 101.845 395.74 106.86L407.22 149.56L404.17 163.06L392.49 152L381.42 177.42L371.34 159.75L358.82 177.42L353.38 150.92L342 166L339.3 148.56L350.1 107C351.424 101.953 354.384 97.4866 358.517 94.3003C362.649 91.1141 367.722 89.3873 372.94 89.3901Z" fill="white"/>
|
|
14
|
-
<path d="M358.04 177.85C357.943 177.655 357.908 177.435 357.94 177.22L372.28 91.89C372.324 91.6248 372.471 91.3878 372.689 91.2313C372.908 91.0747 373.18 91.0113 373.445 91.055C373.71 91.0988 373.947 91.2461 374.104 91.4646C374.26 91.6831 374.324 91.9548 374.28 92.22L359.99 177.22L358.04 177.85Z" fill="#9EB6CF"/>
|
|
15
|
-
<path d="M350.67 357.999C350.479 358 350.292 357.945 350.13 357.842C349.969 357.74 349.841 357.593 349.76 357.419L332.81 320.699C332.723 320.508 332.698 320.293 332.739 320.087C332.78 319.88 332.886 319.692 333.04 319.549L399.04 257.729L358.04 177.85C357.943 177.655 357.908 177.435 357.94 177.22L358.825 170.335C358.869 170.07 359.017 169.833 359.235 169.677C359.453 169.52 359.725 169.457 359.99 169.5C360.256 169.544 360.493 169.692 360.649 169.91C360.806 170.129 360.869 170.4 360.825 170.665L359.99 177.22L401.17 257.479C401.269 257.671 401.302 257.89 401.266 258.103C401.23 258.315 401.127 258.511 400.97 258.659L334.97 320.499L351.61 356.589C351.723 356.829 351.736 357.104 351.646 357.354C351.556 357.603 351.37 357.806 351.13 357.919C350.985 357.98 350.828 358.007 350.67 357.999Z" fill="#333F52"/>
|
|
16
|
-
<path d="M410.124 260.26C411.414 254.794 408.029 249.316 402.562 248.026C397.096 246.736 391.618 250.121 390.328 255.588C389.038 261.054 392.423 266.532 397.89 267.822C403.356 269.112 408.834 265.727 410.124 260.26Z" fill="#9EB6CF"/>
|
|
17
|
-
<path d="M400.24 269.11C398.031 269.11 395.871 268.455 394.034 267.228C392.197 266 390.766 264.256 389.92 262.215C389.075 260.174 388.853 257.928 389.284 255.761C389.715 253.594 390.779 251.604 392.341 250.042C393.904 248.48 395.894 247.416 398.061 246.985C400.227 246.554 402.473 246.775 404.514 247.62C406.555 248.466 408.3 249.897 409.527 251.734C410.755 253.571 411.41 255.731 411.41 257.94C411.407 260.902 410.229 263.741 408.135 265.835C406.041 267.93 403.201 269.107 400.24 269.11ZM400.24 248.78C398.426 248.78 396.652 249.318 395.144 250.326C393.636 251.334 392.461 252.767 391.767 254.443C391.073 256.119 390.892 257.964 391.247 259.743C391.601 261.522 392.476 263.156 393.759 264.438C395.043 265.72 396.678 266.592 398.457 266.945C400.236 267.298 402.081 267.115 403.756 266.419C405.431 265.724 406.863 264.547 407.869 263.037C408.876 261.528 409.412 259.754 409.41 257.94C409.407 255.51 408.44 253.18 406.72 251.462C405.001 249.745 402.67 248.78 400.24 248.78Z" fill="white"/>
|
|
18
|
-
<path d="M344.84 320.989C345.739 315.429 341.96 310.192 336.399 309.294C330.839 308.395 325.603 312.174 324.704 317.735C323.805 323.295 327.584 328.532 333.145 329.43C338.706 330.329 343.942 326.55 344.84 320.989Z" fill="#9EB6CF"/>
|
|
19
|
-
<path d="M333.72 331.44C331.51 331.44 329.35 330.785 327.513 329.557C325.676 328.329 324.244 326.584 323.399 324.542C322.554 322.501 322.333 320.254 322.765 318.087C323.197 315.92 324.262 313.93 325.825 312.368C327.388 310.806 329.379 309.743 331.547 309.314C333.714 308.884 335.96 309.106 338.001 309.953C340.042 310.8 341.786 312.233 343.012 314.072C344.238 315.91 344.892 318.07 344.89 320.28C344.887 323.241 343.709 326.079 341.615 328.172C339.52 330.265 336.681 331.44 333.72 331.44ZM333.72 311.11C331.906 311.11 330.133 311.648 328.625 312.656C327.117 313.663 325.942 315.095 325.248 316.771C324.554 318.446 324.372 320.29 324.726 322.069C325.08 323.848 325.953 325.482 327.236 326.764C328.518 328.047 330.152 328.92 331.931 329.274C333.71 329.628 335.553 329.446 337.229 328.752C338.905 328.058 340.337 326.883 341.344 325.375C342.352 323.867 342.89 322.094 342.89 320.28C342.887 317.849 341.92 315.518 340.201 313.799C338.482 312.08 336.151 311.113 333.72 311.11Z" fill="white"/>
|
|
20
|
-
<path d="M358.91 187.56C364.526 187.56 369.08 183.006 369.08 177.39C369.08 171.773 364.526 167.22 358.91 167.22C353.293 167.22 348.74 171.773 348.74 177.39C348.74 183.006 353.293 187.56 358.91 187.56Z" fill="#9EB6CF"/>
|
|
21
|
-
<mask id="mask0_2763_13315" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="341" y="47" width="33" height="22">
|
|
22
|
-
<path d="M341 52.7436C341 52.7436 345.891 50.8346 349.232 51.7891C352.572 52.7436 353.578 54.808 356.083 54.6415C358.073 54.5009 359.483 53.6389 360.201 51.5228C360.918 49.4066 360.918 46.7651 367.714 47.0167C372.916 47.2091 373.441 47.9712 373.441 47.9712L374 61.8112C371.04 61.3451 368.044 61.0084 364.814 61.4634C364.025 61.6341 363.309 62.0466 362.766 62.6434C362.223 63.2403 361.88 63.9918 361.784 64.793C361.414 67.7527 358.369 68.8995 356.549 68.8995C353.96 68.8995 352.628 67.1386 350.419 66.628C346.953 65.8252 341 68.2521 341 68.2521V52.7436Z" fill="#9EB6CF"/>
|
|
23
|
-
</mask>
|
|
24
|
-
<g mask="url(#mask0_2763_13315)">
|
|
25
|
-
<path d="M341 52.7436C341 52.7436 345.891 50.8346 349.232 51.7891C352.572 52.7436 353.578 54.808 356.083 54.6415C358.073 54.5009 359.483 53.6389 360.201 51.5228C360.918 49.4066 360.918 46.7651 367.714 47.0167C372.916 47.2091 373.441 47.9712 373.441 47.9712L374 61.8112C371.04 61.3451 368.044 61.0084 364.814 61.4634C364.025 61.6341 363.309 62.0466 362.766 62.6434C362.223 63.2403 361.88 63.9918 361.784 64.793C361.414 67.7527 358.369 68.8995 356.549 68.8995C353.96 68.8995 352.628 67.1386 350.419 66.628C346.953 65.8252 341 68.2521 341 68.2521V52.7436Z" fill="#9EB6CF"/>
|
|
26
|
-
<g style="mix-blend-mode:plus-darker" opacity="0.3">
|
|
27
|
-
<path d="M354.078 67.0285C354.041 68.0903 354.078 69.4998 354.078 69.4998C354.855 70.0178 356.639 72.5018 357.531 72.2244H357.557C358.146 72.0356 358.677 71.6982 359.098 71.2446C359.52 70.791 359.817 70.2365 359.961 69.6347C360.071 69.2336 360.118 68.8182 360.102 68.4027C359.806 64.8845 359.298 55.8638 359.409 52.3345C358.672 52.9574 357.793 53.3895 356.85 53.5928C355.907 53.796 354.928 53.7641 354 53.4998L354.078 67.0285Z" fill="#9EB6CF"/>
|
|
28
|
-
</g>
|
|
29
|
-
</g>
|
|
30
|
-
<path d="M373.22 92.1099C372.955 92.1099 372.7 92.0046 372.513 91.817C372.325 91.6295 372.22 91.3751 372.22 91.1099V46.1699C372.22 45.9047 372.325 45.6504 372.513 45.4628C372.7 45.2753 372.955 45.1699 373.22 45.1699C373.485 45.1699 373.739 45.2753 373.927 45.4628C374.114 45.6504 374.22 45.9047 374.22 46.1699V91.1099C374.22 91.3751 374.114 91.6295 373.927 91.817C373.739 92.0046 373.485 92.1099 373.22 92.1099Z" fill="black"/>
|
|
31
|
-
<path d="M358.91 188.56C356.701 188.56 354.541 187.905 352.704 186.677C350.867 185.45 349.435 183.705 348.59 181.664C347.745 179.623 347.523 177.377 347.954 175.211C348.385 173.044 349.449 171.054 351.011 169.491C352.574 167.929 354.564 166.865 356.731 166.434C358.897 166.003 361.143 166.225 363.184 167.07C365.225 167.915 366.97 169.347 368.197 171.184C369.425 173.021 370.08 175.181 370.08 177.39C370.077 180.351 368.899 183.191 366.805 185.285C364.711 187.379 361.871 188.557 358.91 188.56ZM358.91 168.22C357.096 168.22 355.323 168.758 353.815 169.765C352.307 170.773 351.132 172.205 350.438 173.881C349.744 175.556 349.562 177.4 349.916 179.179C350.27 180.958 351.143 182.591 352.426 183.874C353.708 185.156 355.342 186.03 357.121 186.384C358.9 186.737 360.743 186.556 362.419 185.862C364.095 185.168 365.527 183.992 366.534 182.484C367.542 180.976 368.08 179.203 368.08 177.39C368.077 174.959 367.11 172.628 365.391 170.908C363.672 169.189 361.341 168.222 358.91 168.22Z" fill="white"/>
|
|
32
|
-
<path d="M383.59 92.7226C384.485 87.1895 380.724 81.9791 375.191 81.0848C369.658 80.1906 364.447 83.9512 363.553 89.4843C362.659 95.0174 366.42 100.228 371.953 101.122C377.486 102.016 382.696 98.2558 383.59 92.7226Z" fill="#9EB6CF"/>
|
|
33
|
-
<path d="M373.25 103.22C371.04 103.22 368.88 102.565 367.043 101.337C365.206 100.109 363.775 98.3638 362.929 96.3222C362.084 94.2805 361.864 92.0341 362.295 89.867C362.727 87.7 363.792 85.7097 365.355 84.148C366.918 82.5862 368.91 81.5232 371.077 81.0933C373.244 80.6634 375.491 80.8861 377.532 81.733C379.572 82.58 381.316 84.0132 382.542 85.8514C383.769 87.6897 384.422 89.8502 384.42 92.0599C384.415 95.0198 383.236 97.8568 381.142 99.9489C379.048 102.041 376.21 103.217 373.25 103.22ZM373.25 82.8899C371.436 82.8899 369.663 83.4277 368.155 84.4353C366.647 85.4429 365.472 86.8751 364.778 88.5507C364.084 90.2263 363.902 92.0701 364.256 93.8489C364.61 95.6277 365.483 97.2616 366.766 98.5441C368.048 99.8265 369.682 100.7 371.461 101.054C373.24 101.408 375.084 101.226 376.759 100.532C378.435 99.8378 379.867 98.6625 380.875 97.1545C381.882 95.6465 382.42 93.8735 382.42 92.0599C382.417 89.6287 381.45 87.2978 379.731 85.5786C378.012 83.8595 375.681 82.8925 373.25 82.8899Z" fill="white"/>
|
|
34
|
-
<path d="M200.72 226.63L204.5 232.5H195C195.186 230.851 195.37 229.485 195.75 227.87C195.884 227.283 196.243 226.772 196.75 226.447C197.257 226.121 197.871 226.008 198.46 226.13L200.72 226.63Z" fill="#DD7E6B"/>
|
|
35
|
-
<path d="M203.09 239.65L197.802 238.029C196.774 237.714 195.994 236.874 195.756 235.825L195 232.5L203.83 231.64L203.09 239.65Z" fill="#DD7E6B"/>
|
|
36
|
-
<path d="M226.77 170.64C227.83 170.31 229.11 169.87 230.29 169.46C231.47 169.05 232.69 168.6 233.88 168.14C236.25 167.2 238.6 166.23 240.88 165.14C245.253 163.228 249.301 160.647 252.88 157.49C253.615 156.793 254.284 156.03 254.88 155.21L255.08 154.92C255.13 154.92 255.34 154.41 254.93 155.34C254.738 155.875 254.67 156.445 254.73 157.01C254.73 157.11 254.73 157.21 254.73 157.31L254.78 157.52C254.799 157.585 254.822 157.648 254.85 157.71V157.83C254.98 158.12 255.02 158.1 255 158.05C254.927 157.923 254.847 157.799 254.76 157.68C254.086 156.846 253.336 156.076 252.52 155.38C251.61 154.58 250.65 153.76 249.65 152.96C245.65 149.76 241.24 146.62 236.97 143.47L239.57 138.6C244.752 140.581 249.768 142.972 254.57 145.75C255.79 146.47 257.02 147.21 258.24 148.07C259.584 148.984 260.843 150.019 262 151.16C262.928 152.063 263.663 153.145 264.16 154.34L264.29 154.69L264.42 155.13C264.42 155.28 264.49 155.41 264.53 155.58C264.57 155.75 264.58 155.95 264.6 156.13C264.69 157.03 264.581 157.938 264.28 158.79C264.118 159.25 263.903 159.69 263.64 160.1L263.31 160.66C262.443 162.088 261.438 163.428 260.31 164.66C255.89 169.38 250.83 172.45 245.73 175.09C243.184 176.381 240.574 177.543 237.91 178.57C236.577 179.09 235.243 179.58 233.91 180.04C232.55 180.52 231.27 180.91 229.75 181.34L226.77 170.64Z" fill="#DD7E6B"/>
|
|
37
|
-
<path d="M232.503 136.681C231.409 136.719 230.346 137.057 229.43 137.656L225.51 140.22L233.13 141.97L235.08 136.59L232.503 136.681Z" fill="#DD7E6B"/>
|
|
38
|
-
<path d="M241.61 139.42L235.08 136.59L233.08 141.96C233.08 141.96 238.27 147.4 241.56 143.77L241.61 139.42Z" fill="#DD7E6B"/>
|
|
39
|
-
<path d="M202.73 180.19C200.27 184.65 197.78 189.26 195.41 193.81C193.04 198.36 190.71 202.98 188.77 207.56C188.27 208.71 187.77 209.84 187.4 210.97L187.25 211.35C187.255 211.313 187.255 211.276 187.25 211.24C187.25 211.17 187.25 211.15 187.25 211.16C187.197 211.326 187.197 211.504 187.25 211.67C187.478 212.515 187.839 213.319 188.32 214.05C188.903 215.009 189.544 215.931 190.24 216.81C193.443 220.664 196.923 224.28 200.65 227.63L197.57 232.2C192.592 229.679 187.98 226.494 183.86 222.73C182.75 221.697 181.717 220.584 180.77 219.4C179.658 218.025 178.752 216.496 178.08 214.86C177.647 213.795 177.391 212.667 177.32 211.52C177.278 210.852 177.312 210.181 177.42 209.52C177.474 209.159 177.551 208.801 177.65 208.45L177.82 207.89C178.22 206.52 178.65 205.17 179.11 203.89C180.968 198.78 183.098 193.773 185.49 188.89C187.87 184.05 190.34 179.37 193.1 174.69L202.73 180.19Z" fill="#DD7E6B"/>
|
|
40
|
-
<path d="M209.74 148.16C209.09 154.92 210.05 161.46 208.54 167.33C208.54 167.33 210.22 172.78 220.2 172.78C231.2 172.78 225.2 167.33 225.2 167.33C219.15 165.9 219.14 161.46 220.02 157.28L209.74 148.16Z" fill="#DD7E6B"/>
|
|
41
|
-
<path d="M196.44 168.8C189.68 170.65 181.69 189.34 181.69 189.34L197.21 198.11C197.21 198.11 200.84 191.49 204.42 183.29C208.17 174.7 207.72 165.73 196.44 168.8Z" fill="#5A82AD"/>
|
|
42
|
-
<path d="M240.35 201.81C240.35 210.01 239.8 220.21 238.58 232.87H199.28C198.8 227.17 201.15 200.52 195.56 173.6C195.43 172.995 195.426 172.371 195.547 171.764C195.669 171.158 195.913 170.583 196.266 170.075C196.618 169.567 197.071 169.137 197.596 168.811C198.122 168.485 198.708 168.27 199.32 168.18C201.7 167.83 204.68 167.47 207.61 167.33C213.172 167.01 218.748 167.01 224.31 167.33C226.613 167.544 228.902 167.877 231.17 168.33C232.737 168.631 234.19 169.362 235.366 170.441C236.542 171.52 237.395 172.904 237.83 174.44C239.119 179.558 239.869 184.796 240.07 190.07C240.27 193.45 240.38 197.33 240.35 201.81Z" fill="#5A82AD"/>
|
|
43
|
-
<path d="M222.68 183C228.8 186.39 242.87 182.52 242.87 182.52L242.14 163.47C237.039 164.112 232.052 165.458 227.32 167.47C217.74 171.35 215.78 179.18 222.68 183Z" fill="#5A82AD"/>
|
|
44
|
-
<path d="M230.72 165.78C230.72 165.78 227.88 166.78 226.83 167.09C223.06 171.23 220.71 180.22 220.71 180.22L225.51 186.56C223.69 177.17 230.72 165.78 230.72 165.78Z" fill="#C5D3E2"/>
|
|
45
|
-
<path opacity="0.2" d="M230.72 165.78C230.72 165.78 227.88 166.78 226.83 167.09C223.06 171.23 220.71 180.22 220.71 180.22L225.51 186.56C223.69 177.17 230.72 165.78 230.72 165.78Z" fill="#C5D3E2"/>
|
|
46
|
-
<path d="M240.36 212.94C236.61 215.83 229.16 209.11 229.16 209.11L229.38 212.52C236.21 218.23 240.25 215.4 240.25 215.4C240.403 214.589 240.44 213.761 240.36 212.94Z" fill="#C5D3E2"/>
|
|
47
|
-
<path opacity="0.2" d="M240.36 212.94C236.61 215.83 229.16 209.11 229.16 209.11L229.38 212.52C236.21 218.23 240.25 215.4 240.25 215.4C240.403 214.589 240.44 213.761 240.36 212.94Z" fill="#C5D3E2"/>
|
|
48
|
-
<path d="M205.42 167.09C204.297 167.173 203.182 167.354 202.09 167.63C200.404 171.931 200.025 176.634 201 181.15L205.32 179.21C205.32 179.21 203.92 172.67 205.42 167.09Z" fill="#C5D3E2"/>
|
|
49
|
-
<path opacity="0.2" d="M205.42 167.09C204.297 167.173 203.182 167.354 202.09 167.63C200.404 171.931 200.025 176.634 201 181.15L205.32 179.21C205.32 179.21 203.92 172.67 205.42 167.09Z" fill="#C5D3E2"/>
|
|
50
|
-
<path d="M200.35 180.25C202.7 176.58 220.74 176.99 224.64 180C228.54 183.01 233.25 215.83 227.48 219.5C221.71 223.17 195.09 224.92 194.9 217.5C194.71 210.08 200.77 197.18 200.05 192.92C199.33 188.66 197.16 185.25 200.35 180.25Z" fill="#9EB6CF"/>
|
|
51
|
-
<path opacity="0.4" d="M200.6 191.71C200.6 191.71 207.18 194.27 221.1 191.16C218.39 192.58 204.09 195.81 200.6 191.71Z" fill="#445267"/>
|
|
52
|
-
<path opacity="0.4" d="M208.55 190.75C208.63 191.36 208.29 191.86 207.78 191.86C207.502 191.825 207.244 191.695 207.05 191.494C206.855 191.292 206.736 191.029 206.71 190.75C206.63 190.14 206.97 189.64 207.47 189.64C207.75 189.673 208.01 189.802 208.207 190.004C208.404 190.206 208.525 190.469 208.55 190.75Z" fill="#445267"/>
|
|
53
|
-
<path opacity="0.4" d="M223.88 220H223.81C223.778 219.992 223.748 219.978 223.721 219.958C223.695 219.937 223.673 219.912 223.657 219.883C223.641 219.853 223.631 219.821 223.628 219.788C223.626 219.755 223.63 219.722 223.64 219.69C225.76 212.69 225.5 203.15 222.86 191.2C221.76 186.2 223.01 181.44 223.67 180.45C223.689 180.423 223.712 180.399 223.74 180.381C223.767 180.362 223.798 180.349 223.831 180.343C223.863 180.336 223.897 180.336 223.929 180.343C223.962 180.349 223.993 180.362 224.02 180.38C224.048 180.399 224.072 180.422 224.09 180.45C224.108 180.477 224.121 180.508 224.128 180.541C224.134 180.573 224.134 180.607 224.128 180.639C224.121 180.672 224.109 180.703 224.09 180.73C223.41 181.73 222.33 186.51 223.34 191.09C226.01 203.09 226.27 212.8 224.12 219.83C224.102 219.88 224.069 219.922 224.027 219.952C223.984 219.983 223.933 219.999 223.88 220Z" fill="#445267"/>
|
|
54
|
-
<path d="M226.83 142.2C227.79 143.927 228.978 145.518 230.36 146.93C229.99 147.26 229.552 147.505 229.076 147.647C228.601 147.788 228.101 147.824 227.61 147.75L226.83 142.2Z" fill="#DD7E6B"/>
|
|
55
|
-
<path d="M206.58 141.93C208.05 149.1 208.58 153.35 212.72 156.68C214.061 157.777 215.676 158.486 217.391 158.731C219.106 158.975 220.856 158.745 222.449 158.067C224.043 157.388 225.421 156.285 226.433 154.879C227.445 153.473 228.052 151.817 228.19 150.09C228.83 143.45 226.32 132.85 218.83 130.7C217.224 130.192 215.512 130.117 213.867 130.481C212.222 130.846 210.702 131.637 209.46 132.775C208.218 133.914 207.298 135.359 206.793 136.967C206.287 138.574 206.214 140.286 206.58 141.93Z" fill="#DD7E6B"/>
|
|
56
|
-
<path d="M222 143C220.78 146.78 214 154 211.59 154.56C209.18 155.12 202.59 149.42 202 146.44C199.6 146.17 197 141.38 200.64 139.5C197.94 138.13 198.64 130.98 204.13 131.5C200.79 128.28 204.8 122.83 209.36 124.28C210.45 121.5 216.61 119.72 220.16 124C222.93 122.44 227.78 125.58 227.42 130.28C227.233 131.734 226.629 133.104 225.682 134.223C224.734 135.343 223.484 136.165 222.08 136.59C223.27 138 222 143 222 143Z" fill="#2A2A2A"/>
|
|
57
|
-
<path d="M218.37 142C218.779 143.795 219.749 145.414 221.14 146.62C222.99 148.2 224.47 146.91 224.43 144.74C224.43 142.74 223.38 139.62 221.3 138.87C219.22 138.12 217.91 139.85 218.37 142Z" fill="#DD7E6B"/>
|
|
58
|
-
<path d="M200.547 250C200.43 260.349 200.835 270.703 201.764 281.023C195.911 295.421 198.455 302.22 199.14 315.195L199.852 322.451L199.638 324.076C199.555 324.722 199.7 325.377 200.047 325.93V326L200.145 324.533C200.169 324.321 200.266 324.125 200.42 323.976C200.574 323.827 200.776 323.735 200.99 323.716C202.502 323.426 204.061 323.502 205.537 323.936C205.698 323.999 205.837 324.108 205.937 324.248C206.036 324.389 206.092 324.555 206.097 324.726V326C206.508 325.487 206.734 324.853 206.738 324.199V322.802L207.956 315.002L214.967 282.261L213 258L222.547 254V281.462C221.132 289.271 220.225 297.661 224.326 310.811L226 328.425C226.083 328.593 226.2 328.743 226.344 328.865C226.488 328.988 226.655 329.08 226.836 329.136C227.182 329.241 227.556 329.208 227.877 329.044C228.198 328.88 228.441 328.597 228.553 328.258V328.17C228.791 327.522 229.217 326.958 229.776 326.547C230.336 326.137 231.006 325.897 231.703 325.859L233.171 325.78C233.171 325.78 233.171 325.016 233.171 323.936L237.155 279.617L237.642 247C212.595 230.548 200.547 250 200.547 250Z" fill="#DD7E6B"/>
|
|
59
|
-
<path d="M206.526 322.642L198.246 322.497C198.104 322.494 197.966 322.541 197.855 322.629C197.743 322.718 197.667 322.842 197.637 322.981L196.314 329.493C196.286 329.654 196.293 329.82 196.335 329.978C196.377 330.137 196.454 330.284 196.558 330.41C196.663 330.536 196.794 330.638 196.943 330.708C197.091 330.778 197.252 330.816 197.416 330.817C200.299 330.818 201.698 330.679 205.328 330.749C207.556 330.785 212.161 331.103 215.247 331.156C218.334 331.209 218.671 328.169 217.4 327.866C211.71 326.525 209.549 324.785 207.707 323.116C207.383 322.821 206.964 322.653 206.526 322.642Z" fill="#263238"/>
|
|
60
|
-
<mask id="mask1_2763_13315" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="195" y="232" width="46" height="52">
|
|
61
|
-
<path d="M238.629 232.48C241.505 246.17 241.278 267.022 240.192 278.78C237.487 281.339 234.082 283.048 230.404 283.693C226.725 284.339 222.936 283.891 219.513 282.407L217 262.5L216.5 281.5C206.229 287.683 196.479 280.467 195.757 278.517L199.242 232.48L238.629 232.48Z" fill="#9EB6CF"/>
|
|
62
|
-
</mask>
|
|
63
|
-
<g mask="url(#mask1_2763_13315)">
|
|
64
|
-
<path d="M238.629 232.48C241.505 246.17 241.278 267.022 240.192 278.78C237.487 281.339 234.082 283.048 230.404 283.693C226.725 284.339 222.936 283.891 219.513 282.407L217 262.5L216.5 281.5C206.229 287.683 196.479 280.467 195.757 278.517L199.242 232.48L238.629 232.48Z" fill="#9EB6CF"/>
|
|
65
|
-
<path opacity="0.3" d="M220.338 257.054C214.607 258.082 213.081 276.17 214 289C214.25 292.486 216.006 293.269 216.312 296C218.043 286.964 220.406 269.575 222 257.234C221.484 257.005 220.898 256.942 220.338 257.054Z" fill="#445267"/>
|
|
66
|
-
<path d="M238.629 232.48C241.505 246.17 241.278 267.022 240.192 278.78C237.487 281.339 234.082 283.048 230.404 283.693C226.725 284.339 222.936 283.891 219.513 282.407L216.5 258.5L211.5 242.5C211.5 242.5 199.242 238 199.242 232.48L238.629 232.48Z" fill="#9EB6CF"/>
|
|
67
|
-
</g>
|
|
68
|
-
</g>
|
|
69
|
-
<defs>
|
|
70
|
-
<clipPath id="clip0_2763_13315">
|
|
71
|
-
<rect width="584" height="322" fill="white"/>
|
|
72
|
-
</clipPath>
|
|
73
|
-
</defs>
|
|
74
|
-
</svg>
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
<svg width="636" height="180" viewBox="0 0 636 180" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_2763_13316)">
|
|
3
|
-
<rect width="636" height="180" fill="#333F52"/>
|
|
4
|
-
<rect x="256.568" y="9.43164" width="86.2232" height="86.22" rx="10.5632" transform="rotate(45 256.568 9.43164)" fill="#445267"/>
|
|
5
|
-
<rect x="-25.0308" y="-87.5" width="279.307" height="279.31" rx="10.5632" transform="rotate(45 -25.0308 -87.5)" fill="#445267"/>
|
|
6
|
-
<rect x="558.518" y="63.5181" width="168.35" height="168.35" rx="10.5632" transform="rotate(45 558.518 63.5181)" fill="#4B5A6F"/>
|
|
7
|
-
<rect x="613.864" y="58" width="119.597" height="119.604" rx="10.5632" transform="rotate(45 613.864 58)" fill="#445267"/>
|
|
8
|
-
<rect x="39.5015" y="79" width="139.302" height="139.302" rx="10.5632" transform="rotate(45 39.5015 79)" fill="#4B5A6F"/>
|
|
9
|
-
<rect x="78.4995" y="-47.4995" width="77.0746" height="77.0746" rx="10.5632" transform="rotate(45 78.4995 -47.4995)" fill="#4B5A6F"/>
|
|
10
|
-
<rect x="452.836" y="23" width="49.2662" height="49.2662" rx="8" transform="rotate(45 452.836 23)" fill="#445267"/>
|
|
11
|
-
<rect x="261.605" y="19" width="114" height="143" rx="8" fill="#232E40"/>
|
|
12
|
-
<rect x="275.605" y="40.5" width="18" height="18" rx="4" fill="#9EB6CF"/>
|
|
13
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M289.951 45.5539C290.29 45.8927 290.29 46.4421 289.951 46.7809L283.444 53.2879C283.105 53.6268 282.556 53.6268 282.217 53.2879L279.259 50.3302C278.92 49.9914 278.92 49.442 279.259 49.1032C279.598 48.7644 280.147 48.7644 280.486 49.1032L282.83 51.4475L288.724 45.5539C289.063 45.2151 289.612 45.2151 289.951 45.5539Z" fill="#3B485C"/>
|
|
14
|
-
<path d="M337.855 39H305.355C303.284 39 301.605 40.6789 301.605 42.75C301.605 44.8211 303.284 46.5 305.355 46.5H337.855C339.926 46.5 341.605 44.8211 341.605 42.75C341.605 40.6789 339.926 39 337.855 39Z" fill="#9EB6CF"/>
|
|
15
|
-
<path d="M360.355 52.5H305.355C303.284 52.5 301.605 54.1789 301.605 56.25C301.605 58.3211 303.284 60 305.355 60H360.355C362.426 60 364.105 58.3211 364.105 56.25C364.105 54.1789 362.426 52.5 360.355 52.5Z" fill="#9EB6CF"/>
|
|
16
|
-
<rect x="276.605" y="78.001" width="16" height="16" rx="3" fill="#333F52" stroke="#4B5A6F" stroke-width="2"/>
|
|
17
|
-
<path d="M337.855 75.501H305.355C303.284 75.501 301.605 77.1799 301.605 79.251C301.605 81.3221 303.284 83.001 305.355 83.001H337.855C339.926 83.001 341.605 81.3221 341.605 79.251C341.605 77.1799 339.926 75.501 337.855 75.501Z" fill="#667385"/>
|
|
18
|
-
<path d="M360.355 89.001H305.355C303.284 89.001 301.605 90.6799 301.605 92.751C301.605 94.8221 303.284 96.501 305.355 96.501H360.355C362.426 96.501 364.105 94.8221 364.105 92.751C364.105 90.6799 362.426 89.001 360.355 89.001Z" fill="#445267"/>
|
|
19
|
-
<rect x="302.605" y="118" width="37" height="14" rx="7" fill="#4B5A6F"/>
|
|
20
|
-
</g>
|
|
21
|
-
<defs>
|
|
22
|
-
<clipPath id="clip0_2763_13316">
|
|
23
|
-
<rect width="636" height="180" fill="white"/>
|
|
24
|
-
</clipPath>
|
|
25
|
-
</defs>
|
|
26
|
-
</svg>
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
<svg width="637" height="180" viewBox="0 0 637 180" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect width="636" height="180" transform="translate(0.0874023)" fill="#333F52"/>
|
|
3
|
-
<path d="M510.66 73.5479L522.668 80.497" stroke="#3B485C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
-
<path d="M106.067 28.5988C108.663 26.0029 108.663 21.794 106.067 19.1981C103.471 16.6022 99.2626 16.6022 96.6667 19.1981C94.0707 21.794 94.0707 26.0029 96.6667 28.5988C99.2626 31.1947 103.471 31.1947 106.067 28.5988Z" stroke="#3B485C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
-
<path d="M425.928 23.5332L414.032 30.6724" stroke="#3B485C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
-
<path d="M106.067 93.5988C108.663 91.0029 108.663 86.794 106.067 84.1981C103.471 81.6022 99.2626 81.6022 96.6667 84.1981C94.0707 86.794 94.0707 91.0029 96.6667 93.5988C99.2626 96.1947 103.471 96.1947 106.067 93.5988Z" stroke="#3B485C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
-
<path d="M184.112 102.256L195.872 110.94L182.36 116.049L184.112 102.256Z" stroke="#3B485C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
-
<path d="M180.407 38.5967L194.368 34.2637L190.484 48.1772L180.407 38.5967Z" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
|
-
<path d="M138.667 28.5796L150.675 35.5287" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10
|
-
<path d="M552.067 47.5988C554.663 45.0029 554.663 40.794 552.067 38.1981C549.471 35.6022 545.263 35.6022 542.667 38.1981C540.071 40.794 540.071 45.0029 542.667 47.5988C545.263 50.1947 549.471 50.1947 552.067 47.5988Z" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11
|
-
<path d="M599.531 15.0229L610.845 24.2794L597.097 28.7125L599.531 15.0229Z" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
12
|
-
<path d="M365.067 50.5988C367.663 48.0029 367.663 43.794 365.067 41.1981C362.471 38.6022 358.263 38.6022 355.667 41.1981C353.071 43.794 353.071 48.0029 355.667 50.5988C358.263 53.1947 362.471 53.1947 365.067 50.5988Z" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
13
|
-
<path d="M388.408 60.0352L400.416 66.9843" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
14
|
-
<path d="M30.4175 27.0229L34.1247 41.1632L20.3979 36.6634L30.4175 27.0229Z" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
15
|
-
<path d="M76.3447 53.439L73.1354 66.9366" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
16
|
-
<path d="M488.067 27.5988C490.663 25.0029 490.663 20.794 488.067 18.1981C485.471 15.6022 481.263 15.6022 478.667 18.1981C476.071 20.794 476.071 25.0029 478.667 27.5988C481.263 30.1947 485.471 30.1947 488.067 27.5988Z" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
17
|
-
<path d="M428.282 65.6533L441.763 71.3049L429.846 79.4694L428.282 65.6533Z" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
18
|
-
<path d="M233.418 36.4419L234.708 21.8807L246.107 30.755L233.418 36.4419Z" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
19
|
-
<path d="M241.114 55.4043L253.122 62.3534" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
20
|
-
<path d="M17.4741 155.072L29.8745 147.331L29.6561 161.775L17.4741 155.072Z" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
21
|
-
<path d="M34.4751 109.935L46.4832 116.884" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
22
|
-
<path d="M499.067 122.599C501.663 120.003 501.663 115.794 499.067 113.198C496.471 110.602 492.263 110.602 489.667 113.198C487.071 115.794 487.071 120.003 489.667 122.599C492.263 125.195 496.471 125.195 499.067 122.599Z" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
23
|
-
<path d="M424.596 121.305L433.517 109.725L438.351 123.337L424.596 121.305Z" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
24
|
-
<path d="M460.495 144.686L456.89 158.084" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
25
|
-
<path d="M251.62 96.2788L253.5 110.776L240.456 104.568L251.62 96.2788Z" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
26
|
-
<path d="M208.867 147.91L220.875 154.859" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
27
|
-
<path d="M140.427 151.304C143.023 148.708 143.023 144.5 140.427 141.904C137.831 139.308 133.622 139.308 131.027 141.904C128.431 144.5 128.431 148.708 131.027 151.304C133.622 153.9 137.831 153.9 140.427 151.304Z" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
28
|
-
<path d="M121.399 115.208L111.579 125.008" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
29
|
-
<path d="M606.067 154.599C608.663 152.003 608.663 147.794 606.067 145.198C603.471 142.602 599.263 142.602 596.667 145.198C594.071 147.794 594.071 152.003 596.667 154.599C599.263 157.195 603.471 157.195 606.067 154.599Z" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
30
|
-
<path d="M566.596 108.305L575.517 96.7247L580.351 110.337L566.596 108.305Z" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
31
|
-
<path d="M554.587 142.694L566.595 149.643" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
32
|
-
<path d="M397.02 144.686L398.9 159.183L385.856 152.975L397.02 144.686Z" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
33
|
-
<path d="M313.525 146.604L325.533 153.553" stroke="#4B5A6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
34
|
-
<path d="M324.115 67.0484C301.744 49.3198 293.656 27.7257 253.447 29.1472C236.982 29.7293 222.321 35.2416 216.284 53.1102C201.481 97.1411 246.551 135.452 295.992 156.054C342.803 175.572 380.018 159.82 390.713 121.303C394.764 106.748 394.396 81.3899 370.433 74.2477C352.839 68.9934 343.192 82.1524 324.115 67.0484Z" fill="#9EB6CF"/>
|
|
35
|
-
<path opacity="0.9" d="M324.115 67.0484C301.744 49.3198 293.656 27.7257 253.447 29.1472C236.982 29.7293 222.321 35.2416 216.284 53.1102C201.481 97.1411 246.551 135.452 295.992 156.054C342.803 175.572 380.018 159.82 390.713 121.303C394.764 106.748 394.396 81.3899 370.433 74.2477C352.839 68.9934 343.192 82.1524 324.115 67.0484Z" fill="#333F52"/>
|
|
36
|
-
<mask id="mask0_2763_13330" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="261" y="15" width="106" height="143">
|
|
37
|
-
<path d="M359.696 15.5595H282.093C280.101 15.5944 278.192 16.3706 276.741 17.7364C275.29 19.1023 274.399 20.9599 274.244 22.9468L261.395 150.223C261.322 151.172 261.447 152.126 261.762 153.024C262.077 153.922 262.575 154.745 263.225 155.44C263.875 156.136 264.663 156.688 265.537 157.063C266.412 157.438 267.356 157.626 268.307 157.617H345.897C347.893 157.584 349.806 156.808 351.261 155.441C352.716 154.074 353.609 152.213 353.766 150.223L366.608 22.9468C366.682 21.9982 366.557 21.0446 366.242 20.1469C365.927 19.2491 365.428 18.4267 364.778 17.7319C364.128 17.0371 363.341 16.4852 362.466 16.1112C361.591 15.7372 360.648 15.5493 359.696 15.5595Z" fill="white"/>
|
|
38
|
-
</mask>
|
|
39
|
-
<g mask="url(#mask0_2763_13330)">
|
|
40
|
-
<path d="M359.696 15.5595H282.093C280.101 15.5944 278.192 16.3706 276.741 17.7364C275.29 19.1023 274.399 20.9599 274.244 22.9468L261.395 150.223C261.322 151.172 261.447 152.126 261.762 153.024C262.077 153.922 262.575 154.745 263.225 155.44C263.875 156.136 264.663 156.688 265.537 157.063C266.412 157.438 267.356 157.626 268.307 157.617H345.897C347.893 157.584 349.806 156.808 351.261 155.441C352.716 154.074 353.609 152.213 353.766 150.223L366.608 22.9468C366.682 21.9982 366.557 21.0446 366.242 20.1469C365.927 19.2491 365.428 18.4267 364.778 17.7319C364.128 17.0371 363.341 16.4852 362.466 16.1112C361.591 15.7372 360.648 15.5493 359.696 15.5595Z" fill="#232E40"/>
|
|
41
|
-
<path d="M329.803 26.2251H282.643C281.275 26.2251 280.167 27.3335 280.167 28.7007C280.167 30.068 281.275 31.1764 282.643 31.1764L329.803 31.1764C331.171 31.1764 332.279 30.068 332.279 28.7007C332.279 27.3335 331.171 26.2251 329.803 26.2251Z" fill="#667385"/>
|
|
42
|
-
<path d="M344.326 36.0757H280.8C279.433 36.0757 278.324 37.1841 278.324 38.5513C278.324 39.9186 279.433 41.027 280.8 41.027L344.326 41.027C345.693 41.027 346.801 39.9186 346.801 38.5513C346.801 37.1841 345.693 36.0757 344.326 36.0757Z" fill="#445267"/>
|
|
43
|
-
<path d="M310.911 45.9258L279.555 45.9258C278.187 45.9258 277.079 47.0342 277.079 48.4014C277.079 49.7687 278.187 50.8771 279.555 50.8771L310.911 50.8771C312.279 50.8771 313.387 49.7687 313.387 48.4014C313.387 47.0342 312.279 45.9258 310.911 45.9258Z" fill="#667385"/>
|
|
44
|
-
<path d="M327.931 55.7764H278.297C276.93 55.7764 275.821 56.8848 275.821 58.252C275.821 59.6193 276.93 60.7277 278.297 60.7277L327.931 60.7277C329.299 60.7277 330.407 59.6193 330.407 58.252C330.407 56.8848 329.299 55.7764 327.931 55.7764Z" fill="#445267"/>
|
|
45
|
-
<path d="M341.892 71.3032H269.254L262.23 140.555H341.892C343.851 140.552 345.728 139.772 347.114 138.388C348.5 137.004 349.281 135.127 349.286 133.168V78.7169C349.288 76.7536 348.51 74.8699 347.123 73.4797C345.737 72.0896 343.855 71.3067 341.892 71.3032Z" fill="#445267"/>
|
|
46
|
-
</g>
|
|
47
|
-
<path d="M335.317 65.1699H248.821C244.738 65.1699 241.427 68.4803 241.427 72.5638V127.035C241.427 131.118 244.738 134.428 248.821 134.428H335.317C339.4 134.428 342.711 131.118 342.711 127.035V72.5638C342.711 68.4803 339.4 65.1699 335.317 65.1699Z" fill="#9EB6CF"/>
|
|
48
|
-
<path d="M239.108 65.6483C238.616 65.6462 238.144 65.4507 237.794 65.1039L234.415 61.7434C234.061 61.3899 233.863 60.9104 233.863 60.4105C233.863 59.9105 234.061 59.431 234.415 59.0775C234.768 58.724 235.248 58.5254 235.748 58.5254C236.248 58.5254 236.727 58.724 237.081 59.0775L240.441 62.4568C240.791 62.8085 240.987 63.2844 240.987 63.7803C240.987 64.2763 240.791 64.7521 240.441 65.1039C240.266 65.2779 240.058 65.4155 239.829 65.5089C239.6 65.6024 239.355 65.6497 239.108 65.6483Z" fill="#9EB6CF"/>
|
|
49
|
-
<path d="M236.237 74.7386H231.488C230.99 74.7386 230.512 74.5408 230.16 74.1888C229.808 73.8367 229.61 73.3592 229.61 72.8613C229.61 72.3633 229.808 71.8858 230.16 71.5338C230.512 71.1817 230.99 70.9839 231.488 70.9839H236.237C236.735 70.9839 237.213 71.1817 237.565 71.5338C237.917 71.8858 238.115 72.3633 238.115 72.8613C238.115 73.3592 237.917 73.8367 237.565 74.1888C237.213 74.5408 236.735 74.7386 236.237 74.7386Z" fill="#9EB6CF"/>
|
|
50
|
-
<path d="M247.805 62.0867C247.329 62.0879 246.871 61.9082 246.522 61.5841C246.174 61.26 245.961 60.8156 245.928 60.3408L245.59 55.591C245.572 55.3444 245.603 55.0966 245.681 54.862C245.759 54.6274 245.883 54.4105 246.045 54.2238C246.208 54.0371 246.405 53.8844 246.627 53.7743C246.848 53.6642 247.089 53.5989 247.336 53.5823C247.831 53.5514 248.318 53.7176 248.691 54.0448C249.064 54.3719 249.292 54.8333 249.326 55.3282L249.683 60.0779C249.7 60.3246 249.669 60.5724 249.591 60.807C249.513 61.0417 249.389 61.2585 249.227 61.4452C249.065 61.6319 248.867 61.7846 248.646 61.8947C248.424 62.0048 248.183 62.0701 247.937 62.0867H247.805Z" fill="#9EB6CF"/>
|
|
51
|
-
<path d="M299.456 127.305L321.312 142.37C323.302 143.742 326.015 142.317 326.015 139.9V127.305H299.456Z" fill="#9EB6CF"/>
|
|
52
|
-
<path d="M306.737 115.673L305.417 110.068C305.084 108.595 305.084 107.066 305.417 105.592L307.252 97.611C308.003 94.2074 307.597 90.6505 306.097 87.5042C304.597 84.3578 302.091 81.802 298.974 80.2419C299.032 80.095 299.083 79.9452 299.126 79.7929C299.234 79.3088 299.246 78.808 299.161 78.3192C299.076 77.8303 298.895 77.3631 298.629 76.9441C298.364 76.5251 298.018 76.1625 297.612 75.8771C297.206 75.5917 296.748 75.389 296.264 75.2807C295.78 75.1723 295.279 75.1604 294.79 75.2455C294.301 75.3307 293.834 75.5113 293.415 75.7771C292.996 76.0428 292.633 76.3885 292.348 76.7944C292.063 77.2002 291.86 77.6583 291.752 78.1425C291.719 78.2968 291.699 78.4536 291.692 78.6112C288.208 78.693 284.851 79.9347 282.152 82.1397C279.453 84.3446 277.567 87.3869 276.792 90.7848L275.003 98.7729C274.674 100.244 274.02 101.622 273.089 102.806L269.53 107.329C269.182 107.772 268.952 108.297 268.861 108.853C268.771 109.41 268.822 109.98 269.011 110.511C269.201 111.042 269.521 111.517 269.943 111.891C270.365 112.265 270.875 112.526 271.425 112.65L302.783 119.674C303.331 119.792 303.9 119.771 304.438 119.611C304.976 119.451 305.464 119.158 305.858 118.759C306.253 118.36 306.54 117.868 306.693 117.329C306.847 116.789 306.862 116.22 306.737 115.673Z" fill="white"/>
|
|
53
|
-
<path d="M282.423 117.91C282.184 117.858 281.937 117.865 281.701 117.931C281.466 117.997 281.251 118.12 281.075 118.289C280.899 118.458 280.767 118.668 280.691 118.9C280.615 119.132 280.598 119.38 280.64 119.62C280.821 120.681 281.312 121.664 282.053 122.445C282.794 123.225 283.75 123.767 284.8 124.002C285.85 124.237 286.946 124.155 287.949 123.764C288.952 123.374 289.816 122.695 290.431 121.812C290.571 121.613 290.661 121.383 290.691 121.141C290.722 120.899 290.692 120.654 290.606 120.426C290.519 120.198 290.377 119.996 290.194 119.836C290.01 119.675 289.79 119.563 289.553 119.508L282.423 117.91Z" fill="white"/>
|
|
54
|
-
<path d="M255.819 105.595C255.656 105.596 255.494 105.556 255.35 105.479C255.206 105.402 255.084 105.289 254.994 105.153C251.876 100.481 250.741 94.7624 251.84 89.2544C252.938 83.7464 256.179 78.9001 260.85 75.7816C261.069 75.6362 261.336 75.5838 261.594 75.6358C261.851 75.6878 262.078 75.84 262.223 76.0588C262.368 76.2777 262.421 76.5453 262.369 76.8028C262.317 77.0604 262.165 77.2867 261.946 77.432C257.717 80.2642 254.786 84.6592 253.795 89.6514C252.805 94.6436 253.837 99.8248 256.664 104.057C256.81 104.275 256.864 104.542 256.813 104.799C256.762 105.057 256.612 105.284 256.394 105.43C256.223 105.542 256.023 105.599 255.819 105.595Z" fill="white"/>
|
|
55
|
-
<path d="M261.563 103.48C261.401 103.479 261.242 103.438 261.099 103.361C260.956 103.284 260.834 103.173 260.745 103.037C258.371 99.4788 257.508 95.1237 258.343 90.9288C259.179 86.7338 261.645 83.042 265.201 80.6642C265.309 80.5919 265.431 80.5415 265.559 80.5161C265.686 80.4907 265.818 80.4907 265.946 80.5162C266.074 80.5416 266.195 80.592 266.304 80.6644C266.412 80.7368 266.505 80.8299 266.577 80.9382C266.65 81.0466 266.7 81.1682 266.725 81.296C266.751 81.4238 266.751 81.5554 266.725 81.6832C266.7 81.811 266.65 81.9326 266.577 82.0409C266.505 82.1493 266.412 82.2423 266.303 82.3147C263.182 84.3974 261.017 87.6346 260.283 91.3141C259.548 94.9935 260.306 98.814 262.388 101.935C262.535 102.153 262.588 102.42 262.537 102.678C262.487 102.935 262.336 103.162 262.118 103.308C261.954 103.418 261.761 103.478 261.563 103.48Z" fill="white"/>
|
|
56
|
-
<path d="M267.365 100.674C267.203 100.675 267.043 100.636 266.9 100.559C266.758 100.483 266.636 100.373 266.546 100.238C265.737 99.0272 265.175 97.6684 264.892 96.2398C264.609 94.8112 264.61 93.3408 264.896 91.9127C265.182 90.4846 265.746 89.1269 266.557 87.9172C267.368 86.7075 268.41 85.6696 269.623 84.8629C269.841 84.7275 270.103 84.682 270.353 84.7361C270.604 84.7901 270.824 84.9394 270.967 85.1525C271.11 85.3657 271.165 85.626 271.12 85.8786C271.075 86.1312 270.933 86.3564 270.725 86.5068C269.73 87.1707 268.876 88.0241 268.212 89.0181C267.547 90.0122 267.085 91.1274 266.851 92.3002C266.618 93.473 266.617 94.6803 266.85 95.8532C267.084 97.0261 267.545 98.1415 268.21 99.1358C268.354 99.3544 268.407 99.6209 268.356 99.8779C268.305 100.135 268.156 100.362 267.939 100.509C267.769 100.621 267.569 100.679 267.365 100.674Z" fill="white"/>
|
|
57
|
-
<path d="M320.074 120.215C319.852 120.215 319.638 120.14 319.464 120.003C319.29 119.866 319.167 119.675 319.114 119.46C319.062 119.244 319.083 119.018 319.174 118.816C319.266 118.615 319.422 118.449 319.618 118.347C324.141 116.01 327.551 111.973 329.099 107.123C330.646 102.272 330.204 97.0061 327.87 92.4815C327.799 92.3654 327.753 92.2358 327.735 92.101C327.716 91.9662 327.725 91.829 327.762 91.6979C327.799 91.5669 327.862 91.4448 327.948 91.3394C328.034 91.2339 328.141 91.1473 328.262 91.085C328.383 91.0227 328.516 90.986 328.651 90.9772C328.787 90.9684 328.923 90.9876 329.051 91.0338C329.18 91.08 329.297 91.1521 329.396 91.2455C329.495 91.339 329.573 91.4519 329.626 91.5771C330.901 94.0495 331.677 96.7489 331.908 99.5211C332.14 102.293 331.823 105.084 330.975 107.733C330.128 110.383 328.767 112.84 326.97 114.963C325.173 117.087 322.976 118.836 320.503 120.11C320.369 120.175 320.223 120.211 320.074 120.215Z" fill="white"/>
|
|
58
|
-
<path d="M315.429 115.733C315.208 115.732 314.993 115.657 314.819 115.52C314.645 115.383 314.522 115.192 314.47 114.977C314.417 114.762 314.438 114.535 314.53 114.334C314.621 114.132 314.777 113.967 314.974 113.864C316.626 113.013 318.094 111.844 319.294 110.424C320.493 109.005 321.402 107.363 321.966 105.592C322.531 103.821 322.741 101.957 322.585 100.105C322.428 98.2525 321.908 96.4495 321.054 94.7987C320.933 94.5649 320.91 94.2928 320.99 94.0421C321.07 93.7914 321.246 93.5826 321.48 93.4618C321.713 93.341 321.986 93.318 322.236 93.3979C322.487 93.4777 322.696 93.6539 322.817 93.8876C323.79 95.7696 324.382 97.8248 324.56 99.9358C324.739 102.047 324.499 104.172 323.855 106.191C323.211 108.209 322.176 110.081 320.809 111.699C319.441 113.317 317.768 114.649 315.885 115.62C315.745 115.695 315.588 115.734 315.429 115.733Z" fill="white"/>
|
|
59
|
-
<path d="M311.431 111.25C311.211 111.246 310.997 111.17 310.825 111.032C310.653 110.894 310.531 110.703 310.479 110.488C310.427 110.274 310.447 110.048 310.537 109.847C310.627 109.645 310.781 109.479 310.976 109.375C312.039 108.828 312.983 108.077 313.755 107.164C314.528 106.252 315.112 105.196 315.476 104.057C315.84 102.919 315.975 101.719 315.875 100.528C315.774 99.337 315.44 98.1773 314.891 97.1156C314.77 96.8818 314.747 96.6097 314.827 96.359C314.906 96.1083 315.083 95.8995 315.316 95.7787C315.55 95.6579 315.822 95.6349 316.073 95.7148C316.324 95.7946 316.532 95.9708 316.653 96.2045C317.997 98.8191 318.248 101.86 317.352 104.66C316.456 107.459 314.486 109.789 311.874 111.138C311.737 111.208 311.585 111.247 311.431 111.25Z" fill="white"/>
|
|
60
|
-
</svg>
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
<svg width="247" height="175" viewBox="0 0 247 175" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M200 0H49.9995C43.096 0 37.4995 5.59646 37.4995 12.5V162.5C37.4995 169.404 43.096 175 49.9995 175H200C206.904 175 212.5 169.404 212.5 162.5V12.5C212.5 5.59646 206.904 0 200 0Z" fill="#F3F5F6"/>
|
|
3
|
-
<path d="M200 0H49.9995C43.096 0 37.4995 5.59646 37.4995 12.5V162.5C37.4995 169.404 43.096 175 49.9995 175H200C206.904 175 212.5 169.404 212.5 162.5V12.5C212.5 5.59646 206.904 0 200 0Z" fill="#3B485C" fill-opacity="0.1"/>
|
|
4
|
-
<path d="M11.2069 14.5H178.793C181.985 14.5 184.5 16.8726 184.5 19.7143V48.2857C184.5 51.1274 181.985 53.5 178.793 53.5H11.2069C8.01533 53.5 5.5 51.1274 5.5 48.2857V19.7143C5.5 16.8726 8.01533 14.5 11.2069 14.5Z" fill="#E9F0E0" stroke="#498500"/>
|
|
5
|
-
<rect x="17" y="25.5" width="18" height="18" rx="4" fill="#498500"/>
|
|
6
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.3458 30.5539C31.6846 30.8927 31.6846 31.4421 31.3458 31.7809L24.8387 38.2879C24.4999 38.6268 23.9506 38.6268 23.6118 38.2879L20.654 35.3302C20.3152 34.9914 20.3152 34.442 20.654 34.1032C20.9928 33.7644 21.5422 33.7644 21.881 34.1032L24.2253 36.4475L30.1188 30.5539C30.4576 30.2151 31.007 30.2151 31.3458 30.5539Z" fill="white"/>
|
|
7
|
-
<path d="M82.2501 24H49.75C47.6789 24 46 25.6789 46 27.75C46 29.8211 47.6789 31.5 49.75 31.5H82.2501C84.3212 31.5 86.0001 29.8211 86.0001 27.75C86.0001 25.6789 84.3212 24 82.2501 24Z" fill="#A4ACB6"/>
|
|
8
|
-
<path d="M104.75 37.5H49.75C47.6789 37.5 46 39.1789 46 41.25C46 43.3211 47.6789 45 49.75 45H104.75C106.821 45 108.5 43.3211 108.5 41.25C108.5 39.1789 106.821 37.5 104.75 37.5Z" fill="#E3E5E8"/>
|
|
9
|
-
<g filter="url(#filter0_d_2639_10966)">
|
|
10
|
-
<path d="M11.2069 121.25H178.793C180.439 121.25 182.018 121.852 183.182 122.924C184.346 123.995 185 125.449 185 126.964V155.536C185 157.051 184.346 158.505 183.182 159.576C182.018 160.648 180.439 161.25 178.793 161.25H11.2069C9.56073 161.25 7.98198 160.648 6.81796 159.576C5.65394 158.505 5 157.051 5 155.536V126.964C5 125.449 5.65394 123.995 6.81796 122.924C7.98198 121.852 9.56073 121.25 11.2069 121.25V121.25Z" fill="white"/>
|
|
11
|
-
</g>
|
|
12
|
-
<rect x="18" y="133.751" width="16" height="16" rx="3" fill="#F3F5F6" stroke="#C1C6CD" stroke-width="2"/>
|
|
13
|
-
<path d="M82.2501 131.251H49.75C47.6789 131.251 46 132.93 46 135.001C46 137.072 47.6789 138.751 49.75 138.751H82.2501C84.3212 138.751 86.0001 137.072 86.0001 135.001C86.0001 132.93 84.3212 131.251 82.2501 131.251Z" fill="#A4ACB6"/>
|
|
14
|
-
<path d="M104.75 144.751H49.75C47.6789 144.751 46 146.43 46 148.501C46 150.572 47.6789 152.251 49.75 152.251H104.75C106.821 152.251 108.5 150.572 108.5 148.501C108.5 146.43 106.821 144.751 104.75 144.751Z" fill="#E3E5E8"/>
|
|
15
|
-
<g filter="url(#filter1_d_2639_10966)">
|
|
16
|
-
<path d="M64.9554 67.5H232.542C234.188 67.5 235.767 68.102 236.931 69.1737C238.095 70.2453 238.749 71.6988 238.749 73.2143V101.786C238.749 103.301 238.095 104.755 236.931 105.826C235.767 106.898 234.188 107.5 232.542 107.5H64.9554C63.3093 107.5 61.7305 106.898 60.5665 105.826C59.4025 104.755 58.7485 103.301 58.7485 101.786V73.2143C58.7485 71.6988 59.4025 70.2453 60.5665 69.1737C61.7305 68.102 63.3093 67.5 64.9554 67.5Z" fill="white"/>
|
|
17
|
-
</g>
|
|
18
|
-
<rect x="74" y="80.001" width="16" height="16" rx="3" fill="#F3F5F6" stroke="#C1C6CD" stroke-width="2"/>
|
|
19
|
-
<path d="M135.25 77.501H102.75C100.679 77.501 99 79.1799 99 81.251C99 83.3221 100.679 85.001 102.75 85.001H135.25C137.321 85.001 139 83.3221 139 81.251C139 79.1799 137.321 77.501 135.25 77.501Z" fill="#A4ACB6"/>
|
|
20
|
-
<path d="M157.75 91.001H102.75C100.679 91.001 99 92.6799 99 94.751C99 96.8221 100.679 98.501 102.75 98.501H157.75C159.821 98.501 161.5 96.8221 161.5 94.751C161.5 92.6799 159.821 91.001 157.75 91.001Z" fill="#E3E5E8"/>
|
|
21
|
-
<defs>
|
|
22
|
-
<filter id="filter0_d_2639_10966" x="0" y="119.25" width="190" height="50" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
23
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
24
|
-
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
25
|
-
<feOffset dy="3"/>
|
|
26
|
-
<feGaussianBlur stdDeviation="2.5"/>
|
|
27
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.230539 0 0 0 0 0.370572 0 0 0 0 0.482993 0 0 0 0.1 0"/>
|
|
28
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2639_10966"/>
|
|
29
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2639_10966" result="shape"/>
|
|
30
|
-
</filter>
|
|
31
|
-
<filter id="filter1_d_2639_10966" x="56.7485" y="65.5" width="190" height="50" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
32
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
33
|
-
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
34
|
-
<feOffset dx="3" dy="3"/>
|
|
35
|
-
<feGaussianBlur stdDeviation="2.5"/>
|
|
36
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.230539 0 0 0 0 0.370572 0 0 0 0 0.482993 0 0 0 0.1 0"/>
|
|
37
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2639_10966"/>
|
|
38
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2639_10966" result="shape"/>
|
|
39
|
-
</filter>
|
|
40
|
-
</defs>
|
|
41
|
-
</svg>
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
<svg width="190" height="190" viewBox="0 0 190 190" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M95 190C147.467 190 190 147.467 190 95C190 42.5329 147.467 0 95 0C42.5329 0 0 42.5329 0 95C0 147.467 42.5329 190 95 190Z" fill="#F3F5F6"/>
|
|
3
|
-
<path d="M95 190C147.467 190 190 147.467 190 95C190 42.5329 147.467 0 95 0C42.5329 0 0 42.5329 0 95C0 147.467 42.5329 190 95 190Z" fill="#3B485C" fill-opacity="0.1"/>
|
|
4
|
-
<rect x="25" y="41.4707" width="140" height="107.059" rx="8" fill="white"/>
|
|
5
|
-
<path d="M72.0426 135.196H85.9214V86.8734H72.0426V135.196Z" fill="#5A82AD"/>
|
|
6
|
-
<path d="M126.123 135.196H140.002V100.213H126.123V135.196Z" fill="#5A82AD"/>
|
|
7
|
-
<path d="M45.002 135.489H58.8809V113.141H45.002V135.489Z" fill="#9EB6CF"/>
|
|
8
|
-
<path d="M99.0826 135.489H112.961L112.961 64.8355H99.0826L99.0826 135.489Z" fill="#9EB6CF"/>
|
|
9
|
-
<path d="M147.861 135.49H43.1435C39.8298 135.49 37.1436 132.804 37.1436 129.49V54.875" stroke="#9EB6CF" stroke-width="2" stroke-linecap="round"/>
|
|
10
|
-
</svg>
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
<svg width="175" height="176" viewBox="0 0 175 176" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M162.501 0.333984H12.5005C5.59694 0.333984 0.000488281 5.93044 0.000488281 12.834V162.834C0.000488281 169.738 5.59694 175.334 12.5005 175.334H162.501C169.404 175.334 175.001 169.738 175.001 162.834V12.834C175.001 5.93044 169.404 0.333984 162.501 0.333984Z" fill="#F3F5F6"/>
|
|
3
|
-
<path d="M162.501 0.333984H12.5005C5.59694 0.333984 0.000488281 5.93044 0.000488281 12.834V162.834C0.000488281 169.738 5.59694 175.334 12.5005 175.334H162.501C169.404 175.334 175.001 169.738 175.001 162.834V12.834C175.001 5.93044 169.404 0.333984 162.501 0.333984Z" fill="#3B485C" fill-opacity="0.1"/>
|
|
4
|
-
<mask id="mask0_2804_18413" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="176" height="176">
|
|
5
|
-
<path d="M162.501 0.333984H12.5005C5.59694 0.333984 0.000488281 5.93044 0.000488281 12.834V162.834C0.000488281 169.738 5.59694 175.334 12.5005 175.334H162.501C169.404 175.334 175.001 169.738 175.001 162.834V12.834C175.001 5.93044 169.404 0.333984 162.501 0.333984Z" fill="#F3F5F6"/>
|
|
6
|
-
</mask>
|
|
7
|
-
<g mask="url(#mask0_2804_18413)">
|
|
8
|
-
<path d="M31.6429 83.5068C31.1206 82.2199 30.3745 81.3948 30.0829 80.037C29.7928 78.6725 29.8464 77.2572 30.2389 75.9186C30.3031 75.7198 30.8748 74.3715 31.0827 74.3898C31.2326 74.3898 30.8993 75.6465 30.9818 75.7749C31.7186 77.0186 32.0588 78.4574 31.9572 79.8994C31.8943 81.2902 32.0127 82.1647 31.6429 83.5068Z" fill="#263238"/>
|
|
9
|
-
<path d="M39.3774 90.214C39.3469 89.2357 39.4383 87.5532 39.4475 87.5532C39.4566 87.5532 42.7223 86.7841 42.8018 83.4454C42.8415 81.8311 42.6092 79.7025 42.4013 76.6939C42.2975 75.131 41.608 73.6648 40.4705 72.5879C39.333 71.5111 37.8312 70.9029 36.2649 70.8848H35.9592C32.4798 71.0468 30.6759 74.089 30.9358 77.5592L31.6427 91.6002L33.9321 92.4429C34.3665 92.9182 34.9365 93.2486 35.5648 93.3893C36.1932 93.5301 36.8496 93.4745 37.4453 93.23C38.041 92.9855 38.5473 92.564 38.8956 92.0224C39.2439 91.4808 39.4174 90.8453 39.3927 90.2018L39.3774 90.214Z" fill="#FCCA80"/>
|
|
10
|
-
<path d="M39.4478 87.5521C37.9054 87.5313 36.3584 86.9922 35.0723 86.1406C35.0723 86.1406 36.069 88.6997 39.4047 88.4368L39.4478 87.5521Z" fill="#EBB96E"/>
|
|
11
|
-
<path d="M31.1837 80.0478C31.1256 80.0203 28.8967 79.3415 28.9426 81.6255C28.9885 83.9094 31.2724 83.3927 31.2754 83.3254C31.2785 83.2581 31.1837 80.0478 31.1837 80.0478Z" fill="#FCCA80"/>
|
|
12
|
-
<path d="M40.8331 72.9513C41.1969 72.7373 40.0534 71.5724 39.1331 71.1871C37.742 70.6032 35.6354 70.2699 34.3788 70.6765C32.8684 71.1535 31.627 71.9484 30.8994 73.3579C30.2048 74.7914 29.903 76.3835 30.0249 77.9716C30.0195 78.4576 30.1452 78.9361 30.3888 79.3567C30.722 79.852 31.3427 80.1547 31.3366 80.8518C31.3315 80.9778 31.3516 81.1035 31.3957 81.2216C31.4398 81.3398 31.507 81.4479 31.5934 81.5397C32.0245 81.9739 32.5106 81.5397 32.7461 81.1147C33.223 80.1975 33.2475 79.1365 33.2597 78.1092C33.3108 77.3811 33.2405 76.6496 33.0518 75.9446C32.9295 75.5654 32.7461 75.2108 32.6391 74.8286C32.5762 74.6396 32.5551 74.4391 32.5773 74.2412C32.5995 74.0432 32.6643 73.8524 32.7675 73.682C32.8221 73.6129 32.8824 73.5484 32.9479 73.4894C33.2583 73.2027 33.6393 73.0038 34.0519 72.913C34.4646 72.8222 34.8939 72.8428 35.296 72.9727C36.5954 73.3885 38.8121 74.0061 39.3716 73.5506C39.7735 73.2679 40.112 72.9045 40.3653 72.4835L40.8331 72.9513Z" fill="#263238"/>
|
|
13
|
-
<path d="M27.3647 129.826L27.5421 136.709L29.5753 158.065C29.5753 158.065 28.9271 168.46 28.5174 174.343C28.1597 179.443 29.1901 188.285 29.1901 188.285L37.7754 188.062L40.0777 158.429L41.5055 139.946L44.404 130.288L27.3647 129.826Z" fill="#C5D3E2"/>
|
|
14
|
-
<path d="M48.5838 131.404L49.125 159.337C49.1472 160.758 48.911 162.171 48.4279 163.507L41.0624 184.053L40.6986 185.411L35.5376 184.298L38.0325 129.826L48.5838 131.404Z" fill="#C5D3E2"/>
|
|
15
|
-
<path d="M41.3954 136.327C41.3954 136.327 41.3954 136.373 41.3954 136.462C41.3954 136.55 41.3954 136.688 41.3954 136.856C41.3954 137.211 41.3954 137.718 41.3954 138.37C41.3954 139.681 41.3587 141.583 41.2976 143.931C41.16 148.627 40.8451 155.109 40.2764 162.251C39.7077 169.394 39.0534 175.845 38.5917 180.514C38.3471 182.84 38.1484 184.724 38.0108 186.038C37.9405 186.684 37.8854 187.188 37.8487 187.54C37.8273 187.705 37.8121 187.845 37.7998 187.931C37.7957 187.975 37.7886 188.019 37.7784 188.062C37.775 188.018 37.775 187.973 37.7784 187.928C37.7784 187.83 37.7968 187.702 37.809 187.537C37.8396 187.182 37.8854 186.677 37.9435 186.032C38.0689 184.715 38.2493 182.828 38.4725 180.498C38.9219 175.83 39.5548 169.378 40.1113 162.236C40.6677 155.094 41.0102 148.618 41.1783 143.928C41.2548 141.58 41.3098 139.681 41.3281 138.366C41.3434 137.718 41.3557 137.211 41.3618 136.856C41.3618 136.688 41.3618 136.55 41.3618 136.462C41.3696 136.416 41.3808 136.371 41.3954 136.327Z" fill="#3D6C9E"/>
|
|
16
|
-
<path d="M65.6919 82.1101C66.7338 80.7373 70.0195 77.5511 70.0195 77.5511L70.8704 76.3283C70.9496 76.0791 71.0326 75.7812 71.1169 75.425C71.1876 75.1206 71.2053 74.8062 71.1693 74.4958C71.1412 74.1068 71.0597 73.7235 70.9269 73.3568C70.89 73.2918 70.8741 73.217 70.8814 73.1426C70.8888 73.0682 70.919 72.9979 70.968 72.9414C71.0169 72.8849 71.0822 72.845 71.1548 72.8272C71.2274 72.8094 71.3038 72.8145 71.3733 72.8419C71.6598 72.996 72.1132 73.8706 72.1366 75.0176C72.1599 76.1646 73.2765 74.741 73.6918 74.2242C74.1071 73.7075 75.468 72.1806 75.7279 72.1855C76.1096 72.1881 76.1784 72.5948 75.7461 73.0991C75.3139 73.6034 74.1432 75.2048 74.4266 75.4108C74.71 75.6168 76.786 72.9685 76.786 72.9685C76.786 72.9685 77.1385 72.3326 77.4717 72.5592C78.0752 72.9681 75.6567 75.6202 75.4206 75.8676C75.2556 76.0379 75.5539 76.2739 75.7193 76.0797C75.8847 75.8854 77.734 73.3935 78.3519 73.8053C78.8246 74.1202 76.3824 76.003 76.2892 76.7426C76.1959 77.4821 77.9967 75.1257 78.4368 75.446C78.6015 75.5649 78.7064 75.6761 77.478 76.8746C74.5392 79.7197 71.5824 82.4329 68.6813 85.395L65.6919 82.1101Z" fill="#FCCA80"/>
|
|
17
|
-
<path d="M39.449 91.887C47.8319 91.3088 57.6124 85.7129 68.0351 78.9849L73.2697 82.0587C66.9902 87.3413 60.3688 93.1257 52.7447 96.5142L42.6274 100.272L41.1833 97.9574L39.449 91.887Z" fill="#5A82AD"/>
|
|
18
|
-
<path d="M31.6118 93.2209L30.9345 91.5055C30.9139 91.4207 30.9118 91.3324 30.9282 91.2466C30.9446 91.1609 30.9792 91.0796 31.0296 91.0083C31.08 90.9371 31.1451 90.8774 31.2205 90.8334C31.2959 90.7894 31.3799 90.762 31.4667 90.7532C33.6816 90.6122 40.1698 90.2205 40.3328 90.5305C40.4306 90.7095 40.7452 92.0025 41.026 93.0733L31.6077 93.2062" fill="#5A82AD"/>
|
|
19
|
-
<path d="M29.765 140.513C29.8314 140.768 29.9171 141.062 30.0352 141.409C30.1363 141.706 30.2884 141.983 30.4847 142.227C30.7129 142.541 30.9848 142.822 31.292 143.059C31.5999 143.257 31.5031 143.699 31.1861 143.734C30.8691 143.769 30.0124 143.254 29.3814 142.289C28.7504 141.323 28.5624 143.13 28.4828 143.785C28.4033 144.44 28.0601 146.461 27.8399 146.598C27.5139 146.795 27.2411 146.484 27.337 145.831C27.4329 145.178 27.5802 143.195 27.2302 143.169C26.8803 143.143 26.524 146.492 26.524 146.492C26.524 146.492 26.5834 147.224 26.1602 147.204C25.4328 147.176 26.0779 143.644 26.1481 143.31C26.1956 143.078 25.8179 143.037 25.7796 143.291C25.7412 143.545 25.501 146.636 24.7483 146.604C24.1764 146.585 25.2523 143.695 24.9475 143.027C24.6428 142.359 24.357 145.305 23.8075 145.253C23.603 145.239 23.4569 145.201 23.8641 143.533C24.0624 142.726 25.0726 140.025 25.0726 140.025L20.6936 123.917L25.8493 120.795L29.765 140.513Z" fill="#FCCA80"/>
|
|
20
|
-
<path d="M23.1426 97.3281C23.1426 97.3281 20.8923 98.9241 20.507 103.226C20.3231 105.264 20.0864 115.919 19.9878 120.686C19.956 122.223 20.1354 123.75 20.5181 125.238L23.6104 137.265L29.444 135.788L27.596 120.795L27.5759 107.702L23.1426 97.3281Z" fill="#5A82AD"/>
|
|
21
|
-
<path d="M31.2691 92.0391C31.2691 92.0391 24.5427 95.3595 23.1424 97.3285C21.4363 99.7133 26.1571 107.342 26.5056 109.234C26.6799 110.151 27.805 116.973 27.2761 122.36C26.9315 125.943 26.7968 129.542 26.8725 133.141L48.5805 131.392C48.5805 121.555 45.4383 108.298 46.3852 98.2483L42.967 96.1361L40.6038 92.7561L31.2691 92.0391Z" fill="#5A82AD"/>
|
|
22
|
-
<g opacity="0.3">
|
|
23
|
-
<path d="M27.5664 107.702C26.1691 116.022 26.8785 124.824 29.0248 132.966L29.5813 132.923C30.0338 124.503 29.1991 115.976 27.5664 107.702Z" fill="black"/>
|
|
24
|
-
</g>
|
|
25
|
-
<path d="M40.9584 93.0573C40.8526 93.1275 40.7379 93.1831 40.6174 93.2227C40.2953 93.3473 39.9621 93.4406 39.6222 93.5015C38.4981 93.6775 37.3556 93.7039 36.2246 93.58C34.9051 93.4828 33.7013 93.4358 32.8378 93.2776C32.4962 93.2242 32.1609 93.1362 31.8371 93.015C31.7488 92.9807 31.6637 92.9386 31.5828 92.8893C31.5292 92.8567 31.502 92.8389 31.5033 92.8322C31.5046 92.8255 31.6294 92.8858 31.8554 92.9559C32.1863 93.0524 32.5244 93.1222 32.8665 93.1648C33.7217 93.2936 34.9206 93.3229 36.2431 93.4192C37.3631 93.5412 38.4935 93.5335 39.6119 93.3964C40.0669 93.3095 40.5165 93.1963 40.9584 93.0573Z" fill="#9EB6CF"/>
|
|
26
|
-
<path d="M136.782 126.441C136.96 126.704 137.156 127.019 137.374 127.397C137.559 127.723 137.685 128.078 137.748 128.447C137.848 128.907 137.883 129.378 137.853 129.848C137.83 129.937 137.836 130.031 137.87 130.117C137.903 130.203 137.964 130.275 138.042 130.324C138.12 130.374 138.211 130.397 138.303 130.39C138.395 130.384 138.483 130.348 138.553 130.289C138.833 130.016 139.054 128.853 138.693 127.52C138.333 126.186 140.094 127.453 140.748 127.905C141.403 128.356 143.486 129.655 143.783 129.564C144.217 129.431 144.158 128.937 143.493 128.514C142.828 128.09 140.941 126.637 141.193 126.305C141.445 125.972 144.736 128.314 144.736 128.314C144.736 128.314 145.355 128.927 145.663 128.552C146.216 127.877 142.537 125.647 142.184 125.444C141.935 125.304 142.184 124.933 142.457 125.094C142.73 125.255 145.681 127.502 146.251 126.82C146.689 126.294 143.244 124.957 142.887 124.152C142.53 123.347 145.397 125.433 145.796 124.915C145.943 124.723 146.027 124.565 144.207 123.599C143.325 123.13 140.097 121.89 140.097 121.89L120.3 96.335L114.559 101.509L136.782 126.441Z" fill="#FFC5A6"/>
|
|
27
|
-
<path d="M138.733 73.8807C136.223 72.8025 133.303 74.3428 132.176 76.0512C131.049 77.7595 130.562 79.804 130.24 81.8344C129.579 86.0031 129.475 90.2412 129.932 94.4371C130.065 95.6729 130.307 97.0172 131.252 97.8259C132.197 98.6345 133.458 98.659 134.62 98.456C135.67 98.274 136.738 97.8749 137.42 97.0557C138.471 95.7989 138.334 93.9715 138.222 92.3367C137.835 86.6984 138.427 81.0358 139.972 75.5996" fill="#263238"/>
|
|
28
|
-
<path d="M133.262 76.1636C134.413 73.8741 137.914 72.6384 140.743 73.405C143.13 74.0492 145.682 76.4997 145.857 79.0062C146.106 82.661 144.132 86.3928 145.301 89.8586C146.663 93.8985 151.676 95.8554 152.957 99.9198C153.221 100.76 153.308 101.646 153.213 102.522C153.119 103.398 152.844 104.245 152.407 105.01C151.956 105.791 151.266 106.512 150.373 106.659C149.264 106.837 148.238 106.092 147.363 105.384C144.993 103.48 142.584 101.534 140.932 98.978C138.989 95.9709 138.24 92.3266 138.208 88.7348C138.177 85.1431 138.817 81.6038 139.455 78.082" fill="#263238"/>
|
|
29
|
-
<path d="M143.249 80.5986C143.34 79.8813 143.285 79.1532 143.089 78.4575C142.892 77.7619 142.558 77.1127 142.106 76.5488C141.653 75.9848 141.092 75.5175 140.456 75.1746C139.819 74.8317 139.121 74.6203 138.401 74.5528C135.527 74.2797 132.968 76.4222 132.537 79.2788C132.159 81.7818 131.837 84.3129 131.837 85.2301C131.872 87.9992 133.493 89.0809 134.147 89.3995C134.383 89.4847 134.627 89.5457 134.876 89.5815C134.877 89.5847 134.878 89.5883 134.878 89.592C134.878 89.5957 134.877 89.5993 134.876 89.6025L134.259 92.7812C133.979 94.8641 135.145 96.7195 137.221 97.0241C139.297 97.3287 140.939 95.7288 141.257 93.6459L143.249 80.5986Z" fill="#936754"/>
|
|
30
|
-
<path d="M134.907 89.606C134.907 89.606 136.696 90.0155 139.157 88.9863C139.157 88.9863 138.106 91.2758 134.739 90.4601L134.907 89.606Z" fill="#7C5142"/>
|
|
31
|
-
<path d="M134.69 74.9037C134.859 75.9551 135.319 76.9383 136.018 77.7424C136.716 78.5465 137.625 79.1395 138.642 79.4546L138.485 78.6705C139.403 80.4661 140.963 81.8516 142.854 82.5528C143.506 81.4456 143.753 80.146 143.552 78.8767C143.352 77.6073 142.716 76.4472 141.754 75.5952C140.792 74.7432 139.563 74.2523 138.279 74.2066C136.995 74.1609 135.735 74.5633 134.714 75.3448" fill="#263238"/>
|
|
32
|
-
<path d="M143.319 118.169C143.319 118.169 147.093 126.365 147.664 128.756C148.234 131.147 158.772 194.321 158.772 194.321L149.088 194.909L135.94 133.107L141.229 194.461L131.704 195.256C131.704 195.256 124.503 130.422 124.807 128.595C125.269 125.832 127.608 117.886 127.608 117.886L143.319 118.169Z" fill="#9EB6CF"/>
|
|
33
|
-
<path d="M118.201 81.971L112.268 72.8025L110.461 69.7848C110.461 69.7848 109.926 66.7602 109.67 65.9095C109.138 64.1591 108.97 64.2046 108.788 64.3027C108.27 64.5617 109.603 67.4183 108.959 66.9702C108.315 66.5221 107.734 63.2874 107.209 63.578C106.509 63.9631 107.969 66.9247 108.074 67.1873C108.179 67.4498 107.804 67.6039 107.724 67.3658C107.605 67.0157 106.285 63.431 105.599 63.802C105.221 64.0051 105.651 64.6527 105.651 64.6527C105.651 64.6527 107.135 67.9189 106.806 68.0835C106.477 68.248 105.536 66.3576 105.266 65.6995C104.996 65.0413 104.566 64.9118 104.391 65.2689C104.261 65.5139 105.042 67.5514 105.326 68.199C105.609 68.8466 106.414 70.6005 105.326 70.0579C104.237 69.5153 103.173 69.5153 102.875 69.7078C102.815 69.7602 102.772 69.8301 102.753 69.9078C102.734 69.9855 102.74 70.0672 102.77 70.1415C102.799 70.2157 102.851 70.279 102.918 70.3223C102.986 70.3657 103.065 70.3871 103.145 70.3835C103.556 70.4366 103.957 70.5462 104.338 70.709C104.65 70.8277 104.939 70.9994 105.193 71.2166C105.49 71.4687 105.728 71.6962 105.928 71.8923L107.401 74.9555L113.909 87.7297L127.538 99.0161L130.976 92.8198L118.201 81.971Z" fill="#936754"/>
|
|
34
|
-
<path d="M153.402 133.145C153.486 133.415 153.577 133.73 153.664 134.108C153.742 134.433 153.762 134.77 153.724 135.102C153.695 135.516 153.609 135.923 153.468 136.314C153.3 136.664 153.64 137.014 153.944 136.86C154.249 136.706 154.732 135.76 154.753 134.532C154.774 133.303 155.968 134.826 156.412 135.375C156.857 135.925 158.313 137.549 158.59 137.546C158.996 137.546 159.062 137.105 158.607 136.569C158.152 136.033 156.895 134.329 157.207 134.119C157.518 133.909 159.724 136.716 159.724 136.716C159.724 136.716 160.102 137.395 160.459 137.154C161.1 136.713 158.516 133.895 158.261 133.632C158.086 133.45 158.404 133.198 158.583 133.404C158.761 133.611 160.736 136.265 161.383 135.823C161.887 135.473 159.283 133.485 159.174 132.708C159.066 131.931 160.998 134.427 161.467 134.084C161.639 133.954 161.754 133.835 160.438 132.564C159.801 131.945 157.357 130.082 157.357 130.082L152.18 113.062L145.752 113.167L153.402 133.145Z" fill="#936754"/>
|
|
35
|
-
<path d="M133.517 92.8102C132.471 92.4086 131.448 91.9517 130.45 91.4414L120.256 83.7188L115.705 89.7961C115.705 89.7961 127.338 100.298 127.531 100.242C127.723 100.186 133.517 92.8102 133.517 92.8102Z" fill="#9EB6CF"/>
|
|
36
|
-
<path d="M134.287 92.7852L133.517 92.8097C132.429 92.8463 131.379 93.2152 130.507 93.8668C129.635 94.5183 128.984 95.4212 128.641 96.4539C127.863 98.7924 127.909 99.5556 127.37 101.302C126.081 105.475 128.395 110.541 128.395 110.541L127.597 117.893L143.319 118.176L144.11 109.326L147.047 96.0759C147.047 96.0759 146.396 93.2333 143.897 93.0022C142.602 92.8762 134.287 92.7852 134.287 92.7852Z" fill="#9EB6CF"/>
|
|
37
|
-
<path d="M144.359 93.2256C144.359 93.2256 148.084 93.2081 149.218 97.5035C150.352 101.799 152.617 113.096 152.617 113.096L145.56 115.217L141.765 99.7125C141.502 98.8337 141.398 97.9147 141.46 96.9994C141.576 95.4486 142.157 93.4356 144.359 93.2256Z" fill="#9EB6CF"/>
|
|
38
|
-
<path d="M133.17 92.9962L134.413 90.6191L136.514 91.8094V92.8421L137.179 91.8094L142.132 90.6191V93.5563L136.349 94.1864L133.17 92.9962Z" fill="#9EB6CF"/>
|
|
39
|
-
<path d="M129.292 96.6074C129.218 96.7823 129.13 96.9509 129.029 97.1115C128.938 97.2691 128.829 97.4616 128.721 97.6962C128.612 97.9307 128.469 98.1863 128.35 98.4908C128.231 98.7954 128.084 99.1175 127.968 99.4815C127.853 99.8456 127.73 100.234 127.618 100.644C127.153 102.45 127.034 104.328 127.268 106.178C127.331 106.602 127.38 107.008 127.471 107.379C127.538 107.726 127.622 108.07 127.723 108.408C127.8 108.727 127.909 109 127.989 109.245C128.055 109.456 128.132 109.663 128.22 109.865C128.298 110.038 128.363 110.217 128.413 110.4C128.314 110.238 128.227 110.068 128.154 109.893C128.055 109.694 127.967 109.489 127.891 109.28C127.804 109.035 127.685 108.762 127.601 108.447C127.489 108.102 127.395 107.752 127.321 107.397C127.226 107.022 127.17 106.616 127.1 106.185C126.982 105.257 126.949 104.319 127.002 103.385C127.07 102.445 127.224 101.514 127.461 100.602C127.583 100.185 127.692 99.7896 127.835 99.429C127.954 99.0917 128.091 98.761 128.245 98.4383C128.363 98.1692 128.495 97.9063 128.64 97.6506C128.746 97.4514 128.863 97.2586 128.991 97.073C129.077 96.9091 129.177 96.7533 129.292 96.6074Z" fill="#2F598C"/>
|
|
40
|
-
<path d="M136.143 91.6221C136.111 91.868 136.048 92.1091 135.957 92.3397C135.82 92.7773 135.607 93.39 135.39 94.0341C135.351 94.1356 135.316 94.2371 135.281 94.3352L135.243 94.4402L135.148 94.3842C134.696 94.1112 134.275 93.7882 133.895 93.4215C133.731 93.2822 133.591 93.1165 133.482 92.9314C134.038 93.3988 134.623 93.8314 135.232 94.2266L135.099 94.2756L135.208 93.9711C135.439 93.3129 135.659 92.7213 135.824 92.2977C135.9 92.0595 136.007 91.8323 136.143 91.6221Z" fill="#2F598C"/>
|
|
41
|
-
<path d="M140.211 93.8074C139.973 93.9401 139.722 94.0469 139.461 94.1259C138.992 94.3045 138.341 94.5355 137.61 94.7841L137.504 94.8226V94.7141V94.6231C137.389 93.8389 137.298 93.1282 137.238 92.6136C137.189 92.3365 137.169 92.0548 137.179 91.7734C137.27 92.0401 137.333 92.316 137.364 92.5961C137.455 93.1037 137.571 93.8144 137.687 94.595V94.6861L137.568 94.6125C138.299 94.3675 138.968 94.154 139.44 94.0069C139.688 93.9106 139.947 93.8437 140.211 93.8074Z" fill="#2F598C"/>
|
|
42
|
-
<path d="M145.553 115.217C145.496 115.085 145.453 114.948 145.423 114.807C145.35 114.506 145.252 114.128 145.14 113.677C144.909 112.721 144.6 111.398 144.268 109.934C143.935 108.471 143.652 107.134 143.449 106.178C143.358 105.727 143.284 105.345 143.221 105.037C143.188 104.898 143.168 104.756 143.162 104.613C143.222 104.742 143.266 104.879 143.291 105.019L143.575 106.15C143.809 107.106 144.117 108.429 144.446 109.896C144.775 111.363 145.066 112.697 145.266 113.649C145.357 114.104 145.434 114.485 145.493 114.793C145.531 114.931 145.551 115.074 145.553 115.217Z" fill="#2F598C"/>
|
|
43
|
-
<path d="M133.17 117.836C133.162 117.75 133.162 117.663 133.17 117.577C133.17 117.409 133.17 117.157 133.17 116.839C133.17 116.194 133.219 115.263 133.296 114.115C133.335 113.541 133.384 112.914 133.454 112.242C133.524 111.57 133.625 110.842 133.72 110.1C133.909 108.591 134.07 106.928 134.245 105.199C134.485 102.21 134.912 99.2387 135.523 96.3032C135.778 95.183 136.041 94.2868 136.223 93.6741C136.321 93.3836 136.402 93.149 136.465 92.974C136.487 92.8902 136.519 92.8092 136.559 92.7324C136.548 92.8183 136.528 92.9028 136.5 92.9845C136.444 93.163 136.377 93.4011 136.29 93.6846C136.114 94.3008 135.873 95.2005 135.635 96.3207C135.063 99.2562 134.655 102.221 134.413 105.202C134.238 106.952 134.063 108.612 133.874 110.103C133.772 110.856 133.667 111.57 133.59 112.239C133.513 112.907 133.457 113.537 133.408 114.108C133.317 115.253 133.265 116.18 133.23 116.821L133.188 117.56C133.192 117.652 133.186 117.745 133.17 117.836Z" fill="#2F598C"/>
|
|
44
|
-
<path d="M141.065 80.9344C141.513 81.8551 141.292 82.9579 140.967 83.9311C140.641 84.9043 140.225 85.888 140.309 86.9102C140.386 87.8589 140.897 88.7306 140.988 89.6793C141.145 91.2756 140.123 92.725 139.703 94.2758C139.441 95.2761 139.429 96.3252 139.666 97.3314C139.904 98.3377 140.384 99.2706 141.065 100.049C141.126 100.135 141.205 100.207 141.296 100.26C141.387 100.314 141.488 100.348 141.593 100.36C141.714 100.343 141.826 100.288 141.912 100.202C141.999 100.116 142.055 100.005 142.073 99.884C142.102 99.6429 142.096 99.3988 142.055 99.1593C141.863 96.8698 144.065 95.0355 144.383 92.76C144.594 91.2791 143.981 89.8158 143.89 88.3245C143.774 86.4481 144.481 84.6277 144.713 82.7618C144.819 82.1257 144.782 81.4739 144.604 80.8539C144.513 80.5449 144.348 80.2627 144.124 80.0316C143.899 79.8005 143.622 79.6274 143.316 79.5271C143.005 79.4411 142.674 79.4724 142.386 79.6151C142.097 79.7578 141.871 80.0019 141.751 80.3008" fill="#263238"/>
|
|
45
|
-
<path d="M96.9402 94.9585L89.5291 99.6495L94.7802 85.2789L96.198 82.4468C96.3871 82.2087 96.6181 81.9357 96.8982 81.6241C97.1443 81.3582 97.4345 81.1367 97.7559 80.9694C98.145 80.7426 98.5647 80.5728 99.0021 80.4653C99.0889 80.4591 99.1716 80.4258 99.2385 80.3702C99.3054 80.3146 99.3532 80.2394 99.3752 80.1552C99.3972 80.071 99.3923 79.9821 99.3612 79.9008C99.3301 79.8196 99.2743 79.7501 99.2017 79.7022C98.8691 79.5271 97.7384 79.6637 96.6216 80.4023C95.5049 81.141 96.1455 79.1316 96.3696 78.3999C96.5936 77.6682 97.1712 75.3752 96.9997 75.1267C96.7476 74.7766 96.3171 74.9692 96.1105 75.7043C95.904 76.4395 95.1373 78.6029 94.7592 78.4664C94.3811 78.3299 95.5609 74.6156 95.5609 74.6156C95.5609 74.6156 95.9425 73.8629 95.5084 73.6914C94.7242 73.3833 93.758 77.4162 93.6775 77.8013C93.6215 78.0708 93.2014 77.9378 93.2784 77.6542C93.3554 77.3707 94.5422 73.9819 93.7475 73.6599C93.1349 73.4113 92.9213 76.9716 92.2877 77.5352C91.6541 78.0988 92.7253 74.8536 92.1302 74.6401C91.9096 74.5596 91.7346 74.5316 91.3915 76.485C91.2235 77.4337 91.0414 80.7594 91.0414 80.7594L89.3156 84.1621L89.3576 84.2006L82.293 99.1209C80.9382 102.699 83.1507 105.59 85.3667 106.9C86.3806 107.498 87.5429 107.797 88.7197 107.764C89.8964 107.731 91.0398 107.365 92.0181 106.71L100.577 100.994L96.9402 94.9585Z" fill="#FFC5A6"/>
|
|
46
|
-
<path d="M112.988 79.1461L111.752 93.4817L104.572 92.9076C104.526 92.0709 104.572 88.8257 104.572 88.8257C104.572 88.8257 101.586 88.3636 101.551 85.3775C101.53 83.9246 101.74 80.928 101.957 78.2289C102.072 76.7858 102.75 75.4456 103.843 74.4964C104.936 73.5472 106.358 73.0648 107.803 73.1528C108.541 73.1955 109.262 73.3857 109.925 73.7122C110.588 74.0387 111.179 74.4948 111.662 75.0537C112.146 75.6125 112.512 76.2626 112.74 76.9656C112.967 77.6685 113.052 78.41 112.988 79.1461Z" fill="#FFC5A6"/>
|
|
47
|
-
<path d="M104.582 88.784C105.961 88.8102 107.316 88.4251 108.475 87.6777C108.475 87.6777 107.554 89.8272 104.575 89.5576L104.582 88.784Z" fill="#D1734A"/>
|
|
48
|
-
<path d="M109.746 75.8726C110.223 76.2469 110.537 76.7914 110.621 77.3919V77.4514C110.74 78.3021 110.716 79.1703 110.842 80.021C110.923 80.884 111.293 81.6944 111.892 82.321C112.151 82.5625 112.592 82.7306 112.82 82.447C112.893 82.3295 112.931 82.1934 112.928 82.0549C113.086 80 113.649 78.1761 113.628 76.0231C113.629 75.7353 113.562 75.4513 113.431 75.195C113.3 74.9386 113.11 74.7172 112.876 74.5493C112.428 74.2237 111.878 73.8912 111.377 74.1257C110.877 74.3603 110.229 75.302 109.841 75.6976" fill="#FF823C"/>
|
|
49
|
-
<path d="M111.979 80.5054C112.032 80.4844 114.031 79.8997 113.968 81.9407C113.905 83.9816 111.867 83.4985 111.867 83.439C111.867 83.3795 111.979 80.5054 111.979 80.5054Z" fill="#FFC5A6"/>
|
|
50
|
-
<path d="M111.482 74.4586C111.983 73.6394 110.607 72.4667 109.599 72.1516C108.591 71.8365 107.264 72.3232 106.259 72.6557C105.629 72.8658 104.996 73.1598 104.33 73.1318C103.885 73.0861 103.448 72.9752 103.035 72.8028C102.622 72.6271 102.178 72.5389 101.729 72.5437C101.505 72.5496 101.287 72.6162 101.098 72.7365C100.908 72.8567 100.755 73.026 100.655 73.2263C100.611 73.3286 100.59 73.4392 100.592 73.5505C100.595 73.6617 100.622 73.771 100.672 73.8709C100.721 73.9707 100.791 74.0586 100.878 74.1287C100.964 74.1987 101.065 74.2492 101.173 74.2766C101.031 74.1995 100.873 74.1579 100.711 74.1552C100.55 74.1525 100.39 74.1888 100.246 74.2611C100.102 74.3334 99.9772 74.4394 99.8827 74.5703C99.7883 74.7011 99.7269 74.8529 99.7037 75.0125C99.6806 75.1722 99.6963 75.3352 99.7497 75.4874C99.8031 75.6397 99.8925 75.7768 100.01 75.8871C100.128 75.9974 100.271 76.0776 100.426 76.1208C100.582 76.1641 100.745 76.1691 100.903 76.1355C100.613 75.9149 100.168 76.279 100.203 76.6431C100.242 76.8219 100.327 76.9873 100.45 77.123C100.573 77.2587 100.729 77.36 100.903 77.4168C101.754 77.7878 102.748 77.6688 103.63 77.3747C104.512 77.0807 105.328 76.6151 106.2 76.2965C107.071 75.9779 108.538 75.4073 109.414 75.7154C110.061 75.9429 110.509 76.7201 110.873 76.5486C111.046 76.4572 111.194 76.3266 111.307 76.1673C111.419 76.0079 111.493 75.8243 111.521 75.6314C111.569 75.2443 111.556 74.8521 111.482 74.4691" fill="#FF823C"/>
|
|
51
|
-
<path d="M118.659 125.434L130.393 193.705L121.141 194.833L108.002 133.93L109.098 193.954H100.238L96.7334 124.835L118.659 125.434Z" fill="#9EB6CF"/>
|
|
52
|
-
<path d="M97.602 103.703L94.2938 105.758L90.541 98.5465C92.1899 97.3562 97.476 93.9535 98.8168 93.0783C99.1484 92.856 99.5 92.665 99.867 92.5077C100.759 92.1586 101.694 91.9302 102.647 91.8285C103.494 91.713 104.138 91.657 104.555 91.6045C106.966 92.3677 109.554 92.3677 111.966 91.6045C112.256 91.6045 112.54 91.6395 112.813 91.671C115.263 92.0211 117.64 93.7399 119.114 95.3363L124.953 100.587L119.226 107.435L117.455 105.334L117.871 115.007L119.562 127.036H96.6848C96.6848 127.036 96.6358 124.2 96.8424 120.258C97.1364 114.713 97.427 106.091 97.427 106.091" fill="#5A82AD"/>
|
|
53
|
-
<path d="M97.378 109.785C97.4643 109.258 97.5134 108.726 97.525 108.192C97.5915 107.212 97.6791 105.853 97.8016 104.341C97.9241 102.829 98.0607 101.491 98.1517 100.511C98.2295 99.985 98.2681 99.4538 98.2672 98.9219C98.1227 99.4349 98.0243 99.9597 97.9731 100.49C97.8296 101.467 97.6686 102.822 97.5425 104.32C97.4165 105.818 97.3605 107.184 97.3395 108.171C97.3045 108.709 97.3174 109.249 97.378 109.785Z" fill="#9EB6CF"/>
|
|
54
|
-
<path d="M117.038 100.241C116.975 100.603 116.957 100.971 116.982 101.337C116.982 102.013 117.024 102.947 117.098 103.977C117.171 105.006 117.276 105.933 117.374 106.602C117.399 106.969 117.473 107.33 117.595 107.677C117.618 107.312 117.604 106.946 117.553 106.585C117.493 105.811 117.427 104.929 117.353 103.956C117.28 102.982 117.22 102.1 117.161 101.33C117.161 100.964 117.12 100.598 117.038 100.241Z" fill="#9EB6CF"/>
|
|
55
|
-
<path d="M45.7292 108.795L43.4852 113.412C42.9889 114.434 42.8116 115.582 42.9764 116.706C43.1412 117.829 43.6406 118.878 44.4094 119.714C45.0125 120.368 45.7614 120.871 46.5953 121.182C47.4292 121.493 48.3247 121.603 49.209 121.503L57.9329 120.508V115.32L49.349 115.569L51.495 111.792L45.7292 108.795Z" fill="#F8B084"/>
|
|
56
|
-
<path d="M56.7811 92.3718C55.3423 89.9423 54.9292 86.7041 54.5652 83.9035C54.3936 82.5837 54.0926 80.7073 55.0203 79.8811C56.0145 78.9989 56.109 77.6372 57.2502 76.9545C58.3915 76.2719 59.9388 76.2159 61.0171 76.9965" fill="#FFE9B2"/>
|
|
57
|
-
<path d="M60.765 100.984C61.2878 101.025 61.8134 100.96 62.3105 100.793C62.8075 100.627 63.2659 100.361 63.658 100.013C64.0502 99.6651 64.3681 99.2415 64.5929 98.7678C64.8176 98.294 64.9445 97.7799 64.966 97.256C65.0535 95.1345 65.1305 92.9885 65.1305 92.9885C65.1305 92.9885 68.3512 92.6945 68.5927 89.5123C68.8343 86.3301 68.7503 78.975 68.7503 78.975C66.9894 78.0851 65.0231 77.6808 63.054 77.8038C61.0849 77.9269 59.1842 78.5729 57.5479 79.6752L57.7159 90.8776L57.6949 96.9094C57.7054 98.9223 58.7521 100.809 60.765 100.984Z" fill="#F8B084"/>
|
|
58
|
-
<path d="M65.4386 85.6159C64.889 84.9333 63.9998 84.6567 63.2647 85.1328C62.9034 85.3821 62.6425 85.7516 62.5284 86.1755C62.4142 86.5993 62.4543 87.0498 62.6415 87.4468C62.806 87.7405 63.0292 87.9971 63.2973 88.2007C63.5653 88.4042 63.8724 88.5504 64.1994 88.6301C64.4921 88.6954 64.7507 88.8658 64.9262 89.1091C65.1017 89.3523 65.1819 89.6515 65.1516 89.9499C65.0571 90.7515 63.7268 91.0456 63.1246 91.7002C62.1899 92.726 60.1385 93.1566 58.7592 93.3141C57.3799 93.4716 57.5654 93.4821 56.7813 92.3654C56.2519 91.609 55.9829 90.701 56.0146 89.7783L55.8886 82.7348C55.8388 81.8886 55.8953 81.0395 56.0566 80.2073C56.221 79.3633 56.6988 78.6129 57.3939 78.1068C58.1711 77.5992 59.1443 77.5607 60.037 77.2771C61.1397 76.9271 62.0779 76.1954 63.1106 75.6703C64.1434 75.1452 65.4106 74.8336 66.4469 75.3552C67.189 75.7298 67.6861 76.4755 68.4073 76.8886C69.433 77.4767 70.8368 77.3472 71.3304 78.863C71.4987 79.3913 71.4914 79.96 71.3094 80.4838C70.6092 82.5423 68.0502 83.365 66.2158 82.4688C66.1808 82.8188 66.5204 83.596 66.1493 84.6952C66.0303 85.0453 65.9883 85.5844 65.4491 85.5949" fill="#FFE9B2"/>
|
|
59
|
-
<path d="M57.0264 80.3011C57.6785 80.0177 58.236 79.5539 58.6331 78.9641C59.0302 78.3744 59.2504 77.6834 59.2678 76.9726C59.2851 76.2618 59.0989 75.5609 58.731 74.9525C58.3631 74.3441 57.8289 73.8535 57.1914 73.5387C56.5539 73.2239 55.8397 73.0979 55.133 73.1757C54.4262 73.2534 53.7565 73.5316 53.2026 73.9775C52.6488 74.4233 52.234 75.0182 52.0072 75.692C51.7803 76.3659 51.7509 77.0905 51.9223 77.7805C52.0027 77.9925 52.0027 78.2267 51.9223 78.4387C51.7857 78.6732 51.4672 78.7047 51.2221 78.7888C50.3224 79.1388 50.1999 80.5006 50.8721 81.2043C51.5442 81.9079 52.6224 82.006 53.5606 81.7574C53.3331 82.5731 54.0682 83.4483 54.9119 83.5463C55.3372 83.5682 55.7604 83.4743 56.1365 83.2745C56.5126 83.0748 56.8274 82.7767 57.0474 82.412C57.4788 81.6752 57.7273 80.8457 57.772 79.993" fill="#FFE9B2"/>
|
|
60
|
-
<path d="M93.4166 68.4095C92.8985 68.147 91.4037 70.9266 91.3792 70.1599C91.3547 69.3933 93.5987 66.9777 93.0455 66.7257C92.3244 66.3966 90.8156 69.3337 90.672 69.5718C90.5285 69.8098 90.1749 69.6103 90.3219 69.4003C90.5285 69.0992 92.6149 65.8995 91.9113 65.5494C91.5192 65.3674 91.2602 66.099 91.2602 66.099C91.2602 66.099 89.5273 69.2497 89.1982 69.0747C88.8691 68.8997 89.8213 67.0267 90.1889 66.4176C90.5565 65.8085 90.4095 65.3954 90.0104 65.4549C89.7373 65.4969 88.5681 67.3418 88.2215 67.9544C87.8749 68.5671 86.9472 70.2649 86.7232 69.0572C86.4991 67.8494 85.869 67.0057 85.5434 66.8937C85.4655 66.8776 85.3845 66.8858 85.3114 66.9171C85.2383 66.9485 85.1766 67.0015 85.1346 67.0691C85.0926 67.1367 85.0724 67.2155 85.0766 67.295C85.0809 67.3744 85.1094 67.4506 85.1583 67.5134C85.3631 67.8741 85.5163 68.2618 85.6134 68.6651C85.7041 68.987 85.7396 69.322 85.7185 69.6558C85.6905 70.0409 85.6519 70.356 85.6134 70.6465L84.9308 72.0783C84.9308 72.0783 79.9877 83.3333 79.144 84.9576C78.3004 86.582 71.4424 93.6815 71.4424 93.6815L72.8882 101.989L84.0031 89.9567L89.8739 73.4331L90.0174 73.0235C90.0174 73.0235 92.1178 70.7866 92.65 70.0724C93.7387 68.6021 93.6092 68.5076 93.4166 68.4095Z" fill="#F8B084"/>
|
|
61
|
-
<path d="M52.3701 124.131C52.3701 124.131 48.8694 132.043 48.1202 139.884L44.4199 190.18L56.7671 191.478L60.3834 139.342C60.3834 139.342 71.7118 191.947 72.1564 191.947C72.601 191.947 82.095 188.412 82.095 188.412L70.9276 124.386L52.3701 124.131Z" fill="#7798BB"/>
|
|
62
|
-
<path d="M65.6345 140.623C65.6345 140.683 63.1175 140.123 60.0333 139.374C56.9492 138.624 54.4811 137.973 54.4986 137.907C54.5161 137.84 57.0122 138.404 60.0998 139.153C63.1875 139.902 65.6345 140.56 65.6345 140.623Z" fill="#9EB6CF"/>
|
|
63
|
-
<path d="M78.9126 96.8747L73.9906 90.4053L73.7735 90.5628L65.9213 95.5059L57.5405 95.7964C57.5405 95.7964 51.6627 95.7964 49.4573 100.428C49.2157 100.936 44.3882 110.58 44.3882 110.58L51.8413 113.314L53.0491 109.869L54.5894 117.683L52.3699 124.125L71.0499 125.126L69.4851 115.772L70.8854 104.569L78.9126 96.8747Z" fill="#2F598C"/>
|
|
64
|
-
<path d="M54.6632 118.043C54.6002 118.043 53.704 114 52.6608 108.987C51.6176 103.974 50.8194 99.8848 50.8824 99.8848C50.9454 99.8848 51.8381 103.928 52.8848 108.941C53.9316 113.954 54.7262 118.029 54.6632 118.043Z" fill="#5A82AD"/>
|
|
65
|
-
</g>
|
|
66
|
-
</svg>
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
<svg width="190" height="190" viewBox="0 0 190 190" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M95 190C147.467 190 190 147.467 190 95C190 42.5329 147.467 0 95 0C42.5329 0 0 42.5329 0 95C0 147.467 42.5329 190 95 190Z" fill="#F3F5F6"/>
|
|
3
|
-
<path d="M95 190C147.467 190 190 147.467 190 95C190 42.5329 147.467 0 95 0C42.5329 0 0 42.5329 0 95C0 147.467 42.5329 190 95 190Z" fill="#3B485C" fill-opacity="0.1"/>
|
|
4
|
-
<rect x="25" y="41.4707" width="140" height="107.059" rx="8" fill="white"/>
|
|
5
|
-
<path opacity="0.8" d="M102.611 72.2655C102.059 72.2655 101.611 72.7133 101.611 73.2655C101.611 73.8178 102.059 74.2655 102.611 74.2655V72.2655ZM117.957 95.9886C118.348 96.3791 118.981 96.3791 119.371 95.9886L125.735 89.6246C126.126 89.2341 126.126 88.6009 125.735 88.2104C125.345 87.8199 124.712 87.8199 124.321 88.2104L118.664 93.8673L113.007 88.2104C112.617 87.8199 111.984 87.8199 111.593 88.2104C111.203 88.6009 111.203 89.2341 111.593 89.6246L117.957 95.9886ZM102.611 74.2655H113.664V72.2655H102.611V74.2655ZM117.664 78.2655V95.2815H119.664V78.2655H117.664ZM113.664 74.2655C115.873 74.2655 117.664 76.0564 117.664 78.2655H119.664C119.664 74.9518 116.978 72.2655 113.664 72.2655V74.2655Z" fill="#9EB6CF"/>
|
|
6
|
-
<g clip-path="url(#clip0_2797_10926)">
|
|
7
|
-
<rect x="33.313" y="59.791" width="69.2977" height="25.4384" rx="2.63052" fill="#E8EDF3"/>
|
|
8
|
-
<path d="M72.2504 69H39.4282C38.1923 69 37.1904 70.0019 37.1904 71.2378C37.1904 72.4737 38.1923 73.4756 39.4282 73.4756L72.2504 73.4756C73.4863 73.4756 74.4882 72.4737 74.4882 71.2378C74.4882 70.0019 73.4863 69 72.2504 69Z" fill="#9EB6CF"/>
|
|
9
|
-
<path d="M84.8702 77.2041H39.4282C38.1923 77.2041 37.1904 78.206 37.1904 79.4419C37.1904 80.6778 38.1923 81.6797 39.4282 81.6797H84.8702C86.1061 81.6797 87.108 80.6778 87.108 79.4419C87.108 78.206 86.1061 77.2041 84.8702 77.2041Z" fill="#9EB6CF"/>
|
|
10
|
-
<g opacity="0.4">
|
|
11
|
-
<rect width="79.4693" height="4.47432" transform="translate(28.0786 59.791)" fill="#9EB6CF"/>
|
|
12
|
-
</g>
|
|
13
|
-
</g>
|
|
14
|
-
<g clip-path="url(#clip1_2797_10926)">
|
|
15
|
-
<rect x="84.0151" y="96.1221" width="69.2977" height="25.4384" rx="2.63052" fill="#E8EDF3"/>
|
|
16
|
-
<path d="M125.25 105H92.4277C91.1918 105 90.1899 106.002 90.1899 107.238C90.1899 108.474 91.1918 109.476 92.4277 109.476L125.25 109.476C126.486 109.476 127.488 108.474 127.488 107.238C127.488 106.002 126.486 105 125.25 105Z" fill="#9EB6CF"/>
|
|
17
|
-
<path d="M137.87 113.204H92.4277C91.1918 113.204 90.1899 114.206 90.1899 115.442C90.1899 116.678 91.1918 117.68 92.4277 117.68H137.87C139.106 117.68 140.108 116.678 140.108 115.442C140.108 114.206 139.106 113.204 137.87 113.204Z" fill="#9EB6CF"/>
|
|
18
|
-
<g opacity="0.4">
|
|
19
|
-
<rect width="79.4693" height="4.47432" transform="translate(78.7808 96.1221)" fill="#9EB6CF"/>
|
|
20
|
-
</g>
|
|
21
|
-
</g>
|
|
22
|
-
<defs>
|
|
23
|
-
<clipPath id="clip0_2797_10926">
|
|
24
|
-
<rect x="33.313" y="59.791" width="69.2977" height="25.4384" rx="2.63052" fill="white"/>
|
|
25
|
-
</clipPath>
|
|
26
|
-
<clipPath id="clip1_2797_10926">
|
|
27
|
-
<rect x="84.0151" y="96.1221" width="69.2977" height="25.4384" rx="2.63052" fill="white"/>
|
|
28
|
-
</clipPath>
|
|
29
|
-
</defs>
|
|
30
|
-
</svg>
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
<svg width="190" height="190" viewBox="0 0 190 190" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M95 190C147.467 190 190 147.467 190 95C190 42.5329 147.467 0 95 0C42.5329 0 0 42.5329 0 95C0 147.467 42.5329 190 95 190Z" fill="#F3F5F6"/>
|
|
3
|
-
<path d="M95 190C147.467 190 190 147.467 190 95C190 42.5329 147.467 0 95 0C42.5329 0 0 42.5329 0 95C0 147.467 42.5329 190 95 190Z" fill="#3B485C" fill-opacity="0.1"/>
|
|
4
|
-
<rect x="25" y="41.4707" width="140" height="107.059" rx="8" fill="white"/>
|
|
5
|
-
<path opacity="0.8" d="M84.0532 110.016C84.6055 110.016 85.0532 109.568 85.0532 109.016C85.0532 108.463 84.6055 108.016 84.0532 108.016L84.0532 110.016ZM68.7069 86.2927C68.3163 85.9021 67.6832 85.9021 67.2927 86.2927L60.9287 92.6566C60.5382 93.0471 60.5382 93.6803 60.9287 94.0708C61.3192 94.4614 61.9524 94.4614 62.3429 94.0708L67.9998 88.414L73.6566 94.0708C74.0471 94.4614 74.6803 94.4614 75.0708 94.0708C75.4614 93.6803 75.4614 93.0472 75.0708 92.6566L68.7069 86.2927ZM84.0532 108.016L72.9998 108.016L72.9998 110.016L84.0532 110.016L84.0532 108.016ZM68.9998 104.016L68.9998 86.9998L66.9998 86.9998L66.9998 104.016L68.9998 104.016ZM72.9998 108.016C70.7906 108.016 68.9998 106.225 68.9998 104.016L66.9998 104.016C66.9998 107.329 69.6861 110.016 72.9998 110.016L72.9998 108.016Z" fill="#9EB6CF"/>
|
|
6
|
-
<g clip-path="url(#clip0_2841_23611)">
|
|
7
|
-
<rect x="33.313" y="59.791" width="69.2977" height="25.4384" rx="2.63052" fill="#E8EDF3"/>
|
|
8
|
-
<path d="M72.2504 69H39.4282C38.1923 69 37.1904 70.0019 37.1904 71.2378C37.1904 72.4737 38.1923 73.4756 39.4282 73.4756L72.2504 73.4756C73.4863 73.4756 74.4882 72.4737 74.4882 71.2378C74.4882 70.0019 73.4863 69 72.2504 69Z" fill="#9EB6CF"/>
|
|
9
|
-
<path d="M84.8702 77.2041H39.4282C38.1923 77.2041 37.1904 78.206 37.1904 79.4419C37.1904 80.6778 38.1923 81.6797 39.4282 81.6797H84.8702C86.1061 81.6797 87.108 80.6778 87.108 79.4419C87.108 78.206 86.1061 77.2041 84.8702 77.2041Z" fill="#9EB6CF"/>
|
|
10
|
-
<g opacity="0.4">
|
|
11
|
-
<rect width="79.4693" height="4.47432" transform="translate(28.0786 59.791)" fill="#9EB6CF"/>
|
|
12
|
-
</g>
|
|
13
|
-
</g>
|
|
14
|
-
<g clip-path="url(#clip1_2841_23611)">
|
|
15
|
-
<rect x="84.0151" y="96.1221" width="69.2977" height="25.4384" rx="2.63052" fill="#E8EDF3"/>
|
|
16
|
-
<path d="M125.25 105H92.4277C91.1918 105 90.1899 106.002 90.1899 107.238C90.1899 108.474 91.1918 109.476 92.4277 109.476L125.25 109.476C126.486 109.476 127.488 108.474 127.488 107.238C127.488 106.002 126.486 105 125.25 105Z" fill="#9EB6CF"/>
|
|
17
|
-
<path d="M137.87 113.204H92.4277C91.1918 113.204 90.1899 114.206 90.1899 115.442C90.1899 116.678 91.1918 117.68 92.4277 117.68H137.87C139.106 117.68 140.108 116.678 140.108 115.442C140.108 114.206 139.106 113.204 137.87 113.204Z" fill="#9EB6CF"/>
|
|
18
|
-
<g opacity="0.4">
|
|
19
|
-
<rect width="79.4693" height="4.47432" transform="translate(78.7808 96.1221)" fill="#9EB6CF"/>
|
|
20
|
-
</g>
|
|
21
|
-
</g>
|
|
22
|
-
<defs>
|
|
23
|
-
<clipPath id="clip0_2841_23611">
|
|
24
|
-
<rect x="33.313" y="59.791" width="69.2977" height="25.4384" rx="2.63052" fill="white"/>
|
|
25
|
-
</clipPath>
|
|
26
|
-
<clipPath id="clip1_2841_23611">
|
|
27
|
-
<rect x="84.0151" y="96.1221" width="69.2977" height="25.4384" rx="2.63052" fill="white"/>
|
|
28
|
-
</clipPath>
|
|
29
|
-
</defs>
|
|
30
|
-
</svg>
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
<svg width="190" height="196" viewBox="0 0 190 196" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<ellipse cx="88.09" cy="80.6575" rx="70.4719" ry="70.1966" fill="#F3F5F6"/>
|
|
3
|
-
<ellipse cx="88.09" cy="80.6575" rx="70.4719" ry="70.1966" fill="#3B485C" fill-opacity="0.1"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M85.6318 10.4607C85.6318 4.6834 90.3152 0 96.0925 0H187.486C188.398 0 189.137 0.739485 189.137 1.65168V1.65168C189.137 2.56388 188.398 3.30337 187.486 3.30337H96.0925C92.1396 3.30337 88.9352 6.5078 88.9352 10.4607V44.3483C88.9352 45.2605 88.1957 46 87.2835 46V46C86.3713 46 85.6318 45.2605 85.6318 44.3483V10.4607Z" fill="#5A82AD"/>
|
|
5
|
-
<path d="M81.2271 45.112C81.2271 43.0023 82.9373 41.292 85.0471 41.292H89.5194C91.6291 41.292 93.3394 43.0023 93.3394 45.112V50.101H81.2271V45.112Z" fill="#5A82AD"/>
|
|
6
|
-
<path d="M77.373 53.9206C77.373 51.8109 79.0833 50.1006 81.1931 50.1006H93.9238C96.0335 50.1006 97.7438 51.8109 97.7438 53.9206V61.1118H77.373V53.9206Z" fill="#5A82AD"/>
|
|
7
|
-
<path d="M76.2725 61.1123H98.8455V65.5168H76.2725V61.1123Z" fill="#9EB6CF"/>
|
|
8
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M86.3049 146.635L86.3049 119.653C86.3049 118.74 87.0444 118.001 87.9566 118.001V118.001C88.8688 118.001 89.6083 118.74 89.6083 119.653L89.6082 146.635C89.6082 152.412 84.9248 157.096 79.1476 157.096H10.4607C6.50781 157.096 3.30337 160.3 3.30337 164.253V194.349C3.30337 195.261 2.56388 196.001 1.65168 196.001V196.001C0.739485 196.001 0 195.261 0 194.349V164.253C0 158.476 4.68341 153.792 10.4607 153.792H79.1476C83.1004 153.792 86.3049 150.588 86.3049 146.635Z" fill="#5A82AD"/>
|
|
9
|
-
<path d="M80.8184 90.7829C80.8184 89.939 81.5025 89.2549 82.3464 89.2549H83.1838C84.0277 89.2549 84.7118 89.939 84.7118 90.7829V97.0418H80.8184V90.7829Z" fill="#5A82AD"/>
|
|
10
|
-
<path d="M89.9033 90.7829C89.9033 89.939 90.5874 89.2549 91.4313 89.2549H92.2688C93.1127 89.2549 93.7968 89.939 93.7968 90.7829V97.0418H89.9033V90.7829Z" fill="#5A82AD"/>
|
|
11
|
-
<path d="M93.7969 117.232C93.7969 119.341 92.0866 121.052 89.9768 121.052H85.9366C83.8268 121.052 82.1165 119.341 82.1165 117.232V111.967H93.7969V117.232Z" fill="#5A82AD"/>
|
|
12
|
-
<path d="M97.6904 108.148C97.6904 110.257 95.9801 111.968 93.8704 111.968H81.3943C79.2846 111.968 77.5743 110.257 77.5743 108.148V100.936H97.6904V108.148Z" fill="#5A82AD"/>
|
|
13
|
-
<path d="M98.9878 100.936H76.276V97.0421H98.9878V100.936Z" fill="#9EB6CF"/>
|
|
14
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M64.5959 55.9834C65.052 55.9834 65.4217 56.3531 65.4217 56.8092V64.5961C65.4217 65.0522 65.052 65.422 64.5959 65.422C64.1398 65.422 63.77 65.0522 63.77 64.5961V56.8092C63.77 56.3531 64.1398 55.9834 64.5959 55.9834Z" fill="#9EB6CF"/>
|
|
15
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M51.6685 61.4302C51.983 61.0998 52.5058 61.087 52.8361 61.4015L58.476 66.7706C58.8063 67.0851 58.8192 67.6079 58.5047 67.9382C58.1902 68.2685 57.6675 68.2814 57.3371 67.9669L51.6973 62.5977C51.3669 62.2833 51.3541 61.7605 51.6685 61.4302Z" fill="#9EB6CF"/>
|
|
16
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M46.8982 73.1352C46.8927 72.6791 47.258 72.3049 47.714 72.2994L55.5004 72.2053C55.9564 72.1998 56.3306 72.565 56.3361 73.0211C56.3416 73.4771 55.9764 73.8513 55.5203 73.8568L47.734 73.951C47.2779 73.9565 46.9037 73.5912 46.8982 73.1352Z" fill="#9EB6CF"/>
|
|
17
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M112.616 121.971C112.159 121.971 111.79 121.601 111.79 121.145V113.358C111.79 112.902 112.159 112.532 112.616 112.532C113.072 112.532 113.441 112.902 113.441 113.358V121.145C113.441 121.601 113.072 121.971 112.616 121.971Z" fill="#9EB6CF"/>
|
|
18
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M125.543 116.524C125.228 116.854 124.706 116.867 124.375 116.553L118.735 111.183C118.405 110.869 118.392 110.346 118.707 110.016C119.021 109.686 119.544 109.673 119.874 109.987L125.514 115.356C125.845 115.671 125.857 116.194 125.543 116.524Z" fill="#9EB6CF"/>
|
|
19
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M130.313 104.819C130.318 105.275 129.953 105.649 129.497 105.655L121.711 105.749C121.255 105.754 120.88 105.389 120.875 104.933C120.869 104.477 121.235 104.103 121.691 104.097L129.477 104.003C129.933 103.998 130.307 104.363 130.313 104.819Z" fill="#9EB6CF"/>
|
|
20
|
-
</svg>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<svg width="185" height="175" viewBox="0 0 185 175" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M163.001 0H13.001C6.09743 0 0.500977 5.59646 0.500977 12.5V162.5C0.500977 169.404 6.09743 175 13.001 175H163.001C169.905 175 175.501 169.404 175.501 162.5V12.5C175.501 5.59646 169.905 0 163.001 0Z" fill="#F3F5F6"/>
|
|
3
|
-
<path d="M163.001 0H13.001C6.09743 0 0.500977 5.59646 0.500977 12.5V162.5C0.500977 169.404 6.09743 175 13.001 175H163.001C169.905 175 175.501 169.404 175.501 162.5V12.5C175.501 5.59646 169.905 0 163.001 0Z" fill="#3B485C" fill-opacity="0.1"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M147.149 156.901L147.149 175H161.098V142.014C174.055 141.433 184.38 130.744 184.38 117.645V116.96C184.38 113.787 181.808 111.215 178.634 111.215C175.461 111.215 172.889 113.787 172.889 116.96V117.645C172.889 124.396 167.704 129.937 161.098 130.501V94.4748C161.098 90.6227 157.976 87.5 154.124 87.5C150.271 87.5 147.149 90.6227 147.149 94.4748L147.149 145.41C141.23 145.41 136.432 140.612 136.432 134.693V112.128C136.432 108.955 133.859 106.383 130.686 106.383C127.513 106.383 124.94 108.955 124.94 112.128V134.693C124.94 146.958 134.883 156.901 147.149 156.901Z" fill="#C5D3E2"/>
|
|
5
|
-
<mask id="mask0_2886_9287" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="176" height="175">
|
|
6
|
-
<path d="M163.001 0H13.001C6.09743 0 0.500977 5.59646 0.500977 12.5V162.5C0.500977 169.404 6.09743 175 13.001 175H163.001C169.905 175 175.501 169.404 175.501 162.5V12.5C175.501 5.59646 169.905 0 163.001 0Z" fill="#F3F5F6"/>
|
|
7
|
-
</mask>
|
|
8
|
-
<g mask="url(#mask0_2886_9287)">
|
|
9
|
-
<path d="M200.219 176.689H-9.98193V159.868H57.3754C62.6797 159.868 67.7668 157.761 71.5175 154.01L89.4487 136.079C94.0936 131.434 101.624 131.434 106.269 136.079C110.914 140.724 118.445 140.724 123.09 136.079L131.346 127.823C139.679 119.49 153.374 120.132 160.891 129.207L200.219 176.689Z" fill="#F3F5F6"/>
|
|
10
|
-
<path d="M157.354 25.0485C158.842 19.0766 155.207 13.0292 149.235 11.5414C143.263 10.0535 137.216 13.6886 135.728 19.6605C134.24 25.6324 137.875 31.6798 143.847 33.1676C149.819 34.6555 155.867 31.0205 157.354 25.0485Z" fill="white"/>
|
|
11
|
-
<path d="M127.501 39.1573H97.9138C94.3351 39.1573 91.8499 35.5938 93.0866 32.2355C93.6638 30.6682 94.9661 29.4786 96.5792 29.0453L98.6771 28.4817C100.023 28.1201 101.271 27.462 102.329 26.5555L104.56 24.6449C106.671 22.8374 109.667 22.4575 112.169 23.6648C113.69 24.3985 115.436 24.5556 117.061 24.0985C119.79 23.3312 122.71 24.3043 124.433 26.5547L124.573 26.7367C125.412 27.8325 126.557 28.6545 127.864 29.0985L129.094 29.5167C130.935 30.1419 132.239 31.7858 132.429 33.72C132.716 36.6326 130.428 39.1573 127.501 39.1573Z" fill="#F3F5F6"/>
|
|
12
|
-
<path d="M58.2035 135.78C58.9074 137.062 60.866 139.159 64.9763 140.028C70.1143 141.114 76.284 140.585 79.2875 138.569C82.0671 136.704 83.1174 131.893 78.0952 130.692C72.5208 129.36 70.0038 138.214 74.8588 141.335C79.1547 144.097 86.4192 142.865 90.6072 140.669" stroke="#C5D3E2" stroke-width="1.5" stroke-linecap="round"/>
|
|
13
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M147.149 156.901L147.149 175H161.098V142.014C174.055 141.433 184.38 130.744 184.38 117.645V116.96C184.38 113.787 181.808 111.215 178.634 111.215C175.461 111.215 172.889 113.787 172.889 116.96V117.645C172.889 124.396 167.704 129.937 161.098 130.501V94.4748C161.098 90.6227 157.976 87.5 154.124 87.5C150.271 87.5 147.149 90.6227 147.149 94.4748L147.149 145.41C141.23 145.41 136.432 140.612 136.432 134.693V112.128C136.432 108.955 133.859 106.383 130.686 106.383C127.513 106.383 124.94 108.955 124.94 112.128V134.693C124.94 146.958 134.883 156.901 147.149 156.901Z" fill="#C5D3E2"/>
|
|
14
|
-
<path d="M40.6508 124.718C40.3817 124.907 39.9221 124.47 40.2033 123.943C40.4205 123.424 41.4463 123.121 42.1989 123.824C42.9706 124.45 43.1141 126.063 41.9934 127.044C40.9609 128.064 38.7647 128.05 37.5545 126.506C36.2847 125.066 36.45 122.277 38.4132 120.842C40.258 119.321 43.6316 119.653 45.2952 122.037C47.0677 124.293 46.5856 128.253 43.7835 130.144C41.1246 132.165 36.5773 131.521 34.4584 128.293C32.1835 125.221 32.9815 120.087 36.6231 117.742C40.0975 115.22 45.8152 116.18 48.3914 120.249C51.1642 124.135 50.0578 130.446 45.5736 133.245C41.2866 136.267 34.3924 134.991 31.3622 130.081C28.0866 125.379 29.5097 117.896 34.833 114.641C39.9344 111.121 48.0015 112.708 51.4876 118.462C55.2646 123.977 53.5267 132.637 47.3637 136.345C41.4476 140.368 32.2081 138.462 28.2659 131.869C23.9897 125.538 26.0377 115.703 33.0429 111.541C39.7726 107.019 50.1867 109.238 54.5838 116.674" stroke="#5A82AD" stroke-linecap="round"/>
|
|
15
|
-
</g>
|
|
16
|
-
</svg>
|