@digital-ai/dot-illustrations 1.0.32 → 2.0.2
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 +4 -3
- 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,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="#333F52"/>
|
|
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="#C1C6CD" fill-opacity="0.1"/>
|
|
4
|
-
<mask id="mask0_2763_13321" 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="#333F52"/>
|
|
6
|
-
</mask>
|
|
7
|
-
<g mask="url(#mask0_2763_13321)">
|
|
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="#7798BB"/>
|
|
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="#9EB6CF"/>
|
|
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="#9EB6CF"/>
|
|
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="#9EB6CF"/>
|
|
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="#9EB6CF"/>
|
|
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="#5A82AD"/>
|
|
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="#C5D3E2"/>
|
|
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="#C5D3E2"/>
|
|
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="#C5D3E2"/>
|
|
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="#C5D3E2"/>
|
|
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="#C5D3E2"/>
|
|
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="#9EB6CF"/>
|
|
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="#333F52"/>
|
|
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="#C1C6CD" fill-opacity="0.1"/>
|
|
4
|
-
<rect x="25" y="41.4707" width="140" height="107.059" rx="8" fill="#232E40"/>
|
|
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_10996)">
|
|
7
|
-
<rect x="33.313" y="59.791" width="69.2977" height="25.4384" rx="2.63052" fill="#3B485C"/>
|
|
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_10996)">
|
|
15
|
-
<rect x="84.0151" y="96.1221" width="69.2977" height="25.4384" rx="2.63052" fill="#3B485C"/>
|
|
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_10996">
|
|
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_10996">
|
|
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="191" height="191" viewBox="0 0 191 191" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M95.561 190.122C148.028 190.122 190.561 147.589 190.561 95.1221C190.561 42.655 148.028 0.12207 95.561 0.12207C43.094 0.12207 0.561035 42.655 0.561035 95.1221C0.561035 147.589 43.094 190.122 95.561 190.122Z" fill="#333F52"/>
|
|
3
|
-
<path d="M95.561 190.122C148.028 190.122 190.561 147.589 190.561 95.1221C190.561 42.655 148.028 0.12207 95.561 0.12207C43.094 0.12207 0.561035 42.655 0.561035 95.1221C0.561035 147.589 43.094 190.122 95.561 190.122Z" fill="#C1C6CD" fill-opacity="0.1"/>
|
|
4
|
-
<rect x="25.561" y="41.5928" width="140" height="107.059" rx="8" fill="#232E40"/>
|
|
5
|
-
<path opacity="0.8" d="M84.6143 110.138C85.1665 110.138 85.6143 109.69 85.6143 109.138C85.6143 108.585 85.1665 108.138 84.6143 108.138L84.6143 110.138ZM69.2679 86.4147C68.8774 86.0242 68.2442 86.0242 67.8537 86.4147L61.4897 92.7787C61.0992 93.1692 61.0992 93.8024 61.4897 94.1929C61.8803 94.5834 62.5134 94.5834 62.9039 94.1929L68.5608 88.5361L74.2177 94.1929C74.6082 94.5834 75.2413 94.5834 75.6319 94.1929C76.0224 93.8024 76.0224 93.1692 75.6319 92.7787L69.2679 86.4147ZM84.6143 108.138L73.5608 108.138L73.5608 110.138L84.6143 110.138L84.6143 108.138ZM69.5608 104.138L69.5608 87.1218L67.5608 87.1218L67.5608 104.138L69.5608 104.138ZM73.5608 108.138C71.3517 108.138 69.5608 106.347 69.5608 104.138L67.5608 104.138C67.5608 107.451 70.2471 110.138 73.5608 110.138L73.5608 108.138Z" fill="#9EB6CF"/>
|
|
6
|
-
<g clip-path="url(#clip0_2841_23632)">
|
|
7
|
-
<rect x="33.874" y="59.9131" width="69.2977" height="25.4384" rx="2.63052" fill="#3B485C"/>
|
|
8
|
-
<path d="M72.8109 69.1221H39.9888C38.7529 69.1221 37.751 70.124 37.751 71.3599C37.751 72.5958 38.7529 73.5977 39.9888 73.5977L72.8109 73.5977C74.0468 73.5977 75.0487 72.5958 75.0487 71.3599C75.0487 70.124 74.0468 69.1221 72.8109 69.1221Z" fill="#9EB6CF"/>
|
|
9
|
-
<path d="M85.4308 77.3262H39.9888C38.7529 77.3262 37.751 78.3281 37.751 79.564C37.751 80.7999 38.7529 81.8018 39.9888 81.8018H85.4308C86.6666 81.8018 87.6685 80.7999 87.6685 79.564C87.6685 78.3281 86.6666 77.3262 85.4308 77.3262Z" fill="#9EB6CF"/>
|
|
10
|
-
<g opacity="0.4">
|
|
11
|
-
<rect width="79.4693" height="4.47432" transform="translate(28.6396 59.9131)" fill="#9EB6CF"/>
|
|
12
|
-
</g>
|
|
13
|
-
</g>
|
|
14
|
-
<g clip-path="url(#clip1_2841_23632)">
|
|
15
|
-
<rect x="84.5762" y="96.2441" width="69.2977" height="25.4384" rx="2.63052" fill="#3B485C"/>
|
|
16
|
-
<path d="M125.811 105.122H92.9888C91.7529 105.122 90.751 106.124 90.751 107.36C90.751 108.596 91.7529 109.598 92.9888 109.598L125.811 109.598C127.047 109.598 128.049 108.596 128.049 107.36C128.049 106.124 127.047 105.122 125.811 105.122Z" fill="#9EB6CF"/>
|
|
17
|
-
<path d="M138.431 113.326H92.9888C91.7529 113.326 90.751 114.328 90.751 115.564C90.751 116.8 91.7529 117.802 92.9888 117.802H138.431C139.667 117.802 140.669 116.8 140.669 115.564C140.669 114.328 139.667 113.326 138.431 113.326Z" fill="#9EB6CF"/>
|
|
18
|
-
<g opacity="0.4">
|
|
19
|
-
<rect width="79.4693" height="4.47432" transform="translate(79.3418 96.2441)" fill="#9EB6CF"/>
|
|
20
|
-
</g>
|
|
21
|
-
</g>
|
|
22
|
-
<defs>
|
|
23
|
-
<clipPath id="clip0_2841_23632">
|
|
24
|
-
<rect x="33.874" y="59.9131" width="69.2977" height="25.4384" rx="2.63052" fill="white"/>
|
|
25
|
-
</clipPath>
|
|
26
|
-
<clipPath id="clip1_2841_23632">
|
|
27
|
-
<rect x="84.5762" y="96.2441" 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.0891" cy="80.6575" rx="70.4719" ry="70.1966" fill="#333F52"/>
|
|
3
|
-
<ellipse cx="88.0891" cy="80.6575" rx="70.4719" ry="70.1966" fill="#C1C6CD" fill-opacity="0.1"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M85.6309 10.4607C85.6309 4.6834 90.3143 0 96.0915 0H187.485C188.397 0 189.136 0.739485 189.136 1.65168V1.65168C189.136 2.56388 188.397 3.30337 187.485 3.30337H96.0915C92.1387 3.30337 88.9342 6.5078 88.9342 10.4607V44.3483C88.9342 45.2605 88.1947 46 87.2825 46V46C86.3703 46 85.6309 45.2605 85.6309 44.3483V10.4607Z" fill="#9EB6CF"/>
|
|
5
|
-
<path d="M81.2261 45.112C81.2261 43.0023 82.9364 41.292 85.0461 41.292H89.5184C91.6281 41.292 93.3384 43.0023 93.3384 45.112V50.101H81.2261V45.112Z" fill="#5A82AD"/>
|
|
6
|
-
<path d="M77.3721 53.9206C77.3721 51.8109 79.0824 50.1006 81.1921 50.1006H93.9228C96.0326 50.1006 97.7428 51.8109 97.7428 53.9206V61.1118H77.3721V53.9206Z" fill="#5A82AD"/>
|
|
7
|
-
<path d="M76.2715 61.1123H98.8445V65.5168H76.2715V61.1123Z" fill="#9EB6CF"/>
|
|
8
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M86.3039 146.635L86.3039 119.653C86.3039 118.74 87.0434 118.001 87.9556 118.001V118.001C88.8678 118.001 89.6073 118.74 89.6073 119.653L89.6073 146.635C89.6073 152.412 84.9239 157.096 79.1466 157.096H10.4597C6.50683 157.096 3.30239 160.3 3.30239 164.253V194.349C3.30239 195.261 2.56291 196.001 1.65071 196.001V196.001C0.738508 196.001 -0.000976562 195.261 -0.000976562 194.349V164.253C-0.000976562 158.476 4.68244 153.792 10.4597 153.792H79.1466C83.0995 153.792 86.3039 150.588 86.3039 146.635Z" fill="#9EB6CF"/>
|
|
9
|
-
<path d="M80.8174 90.7829C80.8174 89.939 81.5015 89.2549 82.3454 89.2549H83.1828C84.0267 89.2549 84.7108 89.939 84.7108 90.7829V97.0418H80.8174V90.7829Z" fill="#9EB6CF"/>
|
|
10
|
-
<path d="M89.9023 90.7829C89.9023 89.939 90.5865 89.2549 91.4304 89.2549H92.2678C93.1117 89.2549 93.7958 89.939 93.7958 90.7829V97.0418H89.9023V90.7829Z" fill="#9EB6CF"/>
|
|
11
|
-
<path d="M93.7959 117.232C93.7959 119.341 92.0856 121.052 89.9759 121.052H85.9356C83.8258 121.052 82.1155 119.341 82.1155 117.232V111.967H93.7959V117.232Z" fill="#5A82AD"/>
|
|
12
|
-
<path d="M97.6895 108.148C97.6895 110.257 95.9792 111.968 93.8694 111.968H81.3933C79.2836 111.968 77.5733 110.257 77.5733 108.148V100.936H97.6895V108.148Z" fill="#5A82AD"/>
|
|
13
|
-
<path d="M98.9868 100.936H76.275V97.0421H98.9868V100.936Z" fill="#9EB6CF"/>
|
|
14
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M64.5949 55.9834C65.051 55.9834 65.4207 56.3531 65.4207 56.8092V64.5961C65.4207 65.0522 65.051 65.422 64.5949 65.422C64.1388 65.422 63.769 65.0522 63.769 64.5961V56.8092C63.769 56.3531 64.1388 55.9834 64.5949 55.9834Z" fill="#9EB6CF"/>
|
|
15
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M51.6676 61.4302C51.9821 61.0998 52.5048 61.087 52.8351 61.4015L58.475 66.7706C58.8053 67.0851 58.8182 67.6079 58.5037 67.9382C58.1892 68.2685 57.6665 68.2814 57.3361 67.9669L51.6963 62.5977C51.3659 62.2833 51.3531 61.7605 51.6676 61.4302Z" fill="#9EB6CF"/>
|
|
16
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M46.8972 73.1352C46.8917 72.6791 47.257 72.3049 47.713 72.2994L55.4994 72.2053C55.9554 72.1998 56.3296 72.565 56.3351 73.0211C56.3407 73.4771 55.9754 73.8513 55.5193 73.8568L47.733 73.951C47.2769 73.9565 46.9028 73.5912 46.8972 73.1352Z" fill="#9EB6CF"/>
|
|
17
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M112.615 121.971C112.158 121.971 111.789 121.601 111.789 121.145V113.358C111.789 112.902 112.158 112.532 112.615 112.532C113.071 112.532 113.44 112.902 113.44 113.358V121.145C113.44 121.601 113.071 121.971 112.615 121.971Z" fill="#9EB6CF"/>
|
|
18
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M125.542 116.524C125.227 116.854 124.705 116.867 124.374 116.553L118.734 111.183C118.404 110.869 118.391 110.346 118.706 110.016C119.02 109.686 119.543 109.673 119.873 109.987L125.513 115.356C125.844 115.671 125.856 116.194 125.542 116.524Z" fill="#9EB6CF"/>
|
|
19
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M130.312 104.819C130.317 105.275 129.952 105.649 129.496 105.655L121.71 105.749C121.254 105.754 120.879 105.389 120.874 104.933C120.868 104.477 121.234 104.103 121.69 104.097L129.476 104.003C129.932 103.998 130.306 104.363 130.312 104.819Z" fill="#9EB6CF"/>
|
|
20
|
-
</svg>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<svg width="184" height="175" viewBox="0 0 184 175" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M162.5 0H12.5C5.59646 0 0 5.59646 0 12.5V162.5C0 169.404 5.59646 175 12.5 175H162.5C169.404 175 175 169.404 175 162.5V12.5C175 5.59646 169.404 0 162.5 0Z" fill="#333F52"/>
|
|
3
|
-
<path d="M162.5 0H12.5C5.59646 0 0 5.59646 0 12.5V162.5C0 169.404 5.59646 175 12.5 175H162.5C169.404 175 175 169.404 175 162.5V12.5C175 5.59646 169.404 0 162.5 0Z" fill="#C1C6CD" fill-opacity="0.1"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M146.648 156.901L146.648 175H160.597V142.014C173.554 141.433 183.879 130.744 183.879 117.645V116.96C183.879 113.787 181.307 111.215 178.133 111.215C174.96 111.215 172.388 113.787 172.388 116.96V117.645C172.388 124.396 167.203 129.937 160.597 130.501V94.4748C160.597 90.6227 157.475 87.5 153.623 87.5C149.77 87.5 146.648 90.6227 146.648 94.4748L146.648 145.41C140.729 145.41 135.931 140.612 135.931 134.693V112.128C135.931 108.955 133.358 106.383 130.185 106.383C127.012 106.383 124.439 108.955 124.439 112.128V134.693C124.439 146.958 134.382 156.901 146.648 156.901Z" fill="#232E40"/>
|
|
5
|
-
<mask id="mask0_2886_9308" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="176" height="175">
|
|
6
|
-
<path d="M162.5 0H12.5C5.59646 0 0 5.59646 0 12.5V162.5C0 169.404 5.59646 175 12.5 175H162.5C169.404 175 175 169.404 175 162.5V12.5C175 5.59646 169.404 0 162.5 0Z" fill="#333F52"/>
|
|
7
|
-
</mask>
|
|
8
|
-
<g mask="url(#mask0_2886_9308)">
|
|
9
|
-
<path d="M199.718 176.689H-10.4829V159.868H56.8744C62.1787 159.868 67.2658 157.761 71.0165 154.01L88.9477 136.079C93.5926 131.434 101.123 131.434 105.768 136.079C110.413 140.724 117.944 140.724 122.589 136.079L130.845 127.823C139.178 119.49 152.873 120.132 160.39 129.207L199.718 176.689Z" fill="#333F52"/>
|
|
10
|
-
<path d="M156.854 25.0485C158.341 19.0766 154.706 13.0292 148.734 11.5414C142.762 10.0535 136.715 13.6886 135.227 19.6605C133.739 25.6324 137.374 31.6798 143.346 33.1676C149.318 34.6555 155.366 31.0205 156.854 25.0485Z" fill="#232E40"/>
|
|
11
|
-
<path d="M127 39.1573H97.4128C93.8341 39.1573 91.3489 35.5938 92.5856 32.2355C93.1628 30.6682 94.4651 29.4786 96.0782 29.0453L98.1761 28.4817C99.522 28.1201 100.77 27.462 101.828 26.5555L104.059 24.6449C106.17 22.8374 109.166 22.4575 111.668 23.6648C113.189 24.3985 114.935 24.5556 116.56 24.0985C119.289 23.3312 122.209 24.3043 123.932 26.5547L124.072 26.7367C124.911 27.8325 126.056 28.6545 127.363 29.0985L128.593 29.5167C130.434 30.1419 131.738 31.7858 131.928 33.72C132.215 36.6326 129.927 39.1573 127 39.1573Z" fill="#333F52"/>
|
|
12
|
-
<path d="M57.7026 135.78C58.4064 137.062 60.365 139.159 64.4754 140.028C69.6133 141.114 75.783 140.585 78.7865 138.569C81.5662 136.704 82.6164 131.893 77.5942 130.692C72.0198 129.36 69.5028 138.214 74.3578 141.335C78.6537 144.097 85.9182 142.865 90.1062 140.669" stroke="#232E40" stroke-width="1.5" stroke-linecap="round"/>
|
|
13
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M146.648 156.901L146.648 175H160.597V142.014C173.554 141.433 183.879 130.744 183.879 117.645V116.96C183.879 113.787 181.307 111.215 178.133 111.215C174.96 111.215 172.388 113.787 172.388 116.96V117.645C172.388 124.396 167.203 129.937 160.597 130.501V94.4748C160.597 90.6227 157.475 87.5 153.623 87.5C149.77 87.5 146.648 90.6227 146.648 94.4748L146.648 145.41C140.729 145.41 135.931 140.612 135.931 134.693V112.128C135.931 108.955 133.358 106.383 130.185 106.383C127.012 106.383 124.439 108.955 124.439 112.128V134.693C124.439 146.958 134.382 156.901 146.648 156.901Z" fill="#232E40"/>
|
|
14
|
-
<path d="M40.1499 124.718C39.8808 124.907 39.4211 124.47 39.7023 123.943C39.9196 123.424 40.9453 123.121 41.6979 123.824C42.4697 124.45 42.6132 126.063 41.4924 127.044C40.4599 128.064 38.2637 128.05 37.0536 126.506C35.7838 125.066 35.9491 122.277 37.9122 120.842C39.757 119.321 43.1306 119.653 44.7942 122.037C46.5667 124.293 46.0846 128.253 43.2825 130.144C40.6236 132.165 36.0764 131.521 33.9574 128.293C31.6826 125.221 32.4805 120.087 36.1222 117.742C39.5966 115.22 45.3143 116.18 47.8904 120.249C50.6632 124.135 49.5568 130.446 45.0726 133.245C40.7856 136.267 33.8914 134.991 30.8612 130.081C27.5857 125.379 29.0088 117.896 34.3321 114.641C39.4334 111.121 47.5005 112.708 50.9866 118.462C54.7636 123.977 53.0258 132.637 46.8627 136.345C40.9466 140.368 31.7072 138.462 27.7649 131.869C23.4887 125.538 25.5367 115.703 32.542 111.541C39.2717 107.019 49.6857 109.238 54.0828 116.674" stroke="#9EB6CF" stroke-width="1.5" stroke-linecap="round"/>
|
|
15
|
-
</g>
|
|
16
|
-
</svg>
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
<svg width="180" height="149" viewBox="0 0 180 149" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path opacity="0.9" d="M110.691 51.4893C88.32 33.7608 80.2318 12.1666 40.0229 13.5881C23.5585 14.1702 8.89749 19.6825 2.86004 37.5511C-11.9431 81.582 33.127 119.893 82.5677 140.495C129.379 160.013 166.594 144.261 177.289 105.743C181.34 91.1892 180.972 65.8308 157.009 58.6886C139.415 53.4343 129.768 66.5933 110.691 51.4893Z" fill="#C1C6CD" fill-opacity="0.1"/>
|
|
3
|
-
<mask id="mask0_2973_8659" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="47" y="0" width="107" height="143">
|
|
4
|
-
<path d="M146.272 0.000390705H68.6694C66.6767 0.0353446 64.7685 0.81148 63.3172 2.17735C61.8659 3.54322 60.9756 5.40083 60.8199 7.3877L47.9714 134.664C47.8982 135.613 48.023 136.567 48.338 137.465C48.6531 138.363 49.1514 139.186 49.8013 139.881C50.4513 140.576 51.2387 141.129 52.1136 141.504C52.9885 141.878 53.9317 142.067 54.8834 142.058H132.473C134.47 142.025 136.382 141.249 137.837 139.882C139.292 138.515 140.185 136.654 140.343 134.664L153.184 7.3877C153.258 6.43907 153.133 5.48556 152.818 4.58778C152.503 3.69 152.004 2.86759 151.354 2.17282C150.704 1.47806 149.917 0.926131 149.042 0.552131C148.167 0.178132 147.224 -0.00976406 146.272 0.000390705Z" fill="white"/>
|
|
5
|
-
</mask>
|
|
6
|
-
<g mask="url(#mask0_2973_8659)">
|
|
7
|
-
<path d="M146.272 0.000390705H68.6694C66.6767 0.0353446 64.7685 0.81148 63.3172 2.17735C61.8659 3.54322 60.9756 5.40083 60.8199 7.3877L47.9714 134.664C47.8982 135.613 48.023 136.567 48.338 137.465C48.6531 138.363 49.1514 139.186 49.8013 139.881C50.4513 140.576 51.2387 141.129 52.1136 141.504C52.9885 141.878 53.9317 142.067 54.8834 142.058H132.473C134.47 142.025 136.382 141.249 137.837 139.882C139.292 138.515 140.185 136.654 140.343 134.664L153.184 7.3877C153.258 6.43907 153.133 5.48556 152.818 4.58778C152.503 3.69 152.004 2.86759 151.354 2.17282C150.704 1.47806 149.917 0.926131 149.042 0.552131C148.167 0.178132 147.224 -0.00976406 146.272 0.000390705Z" fill="#232E40"/>
|
|
8
|
-
<path d="M116.379 10.666H69.2188C67.8515 10.666 66.7432 11.7744 66.7432 13.1417C66.7432 14.5089 67.8515 15.6173 69.2188 15.6173L116.379 15.6173C117.747 15.6173 118.855 14.5089 118.855 13.1417C118.855 11.7744 117.747 10.666 116.379 10.666Z" fill="#667385"/>
|
|
9
|
-
<path d="M130.902 20.5166H67.376C66.0088 20.5166 64.9004 21.625 64.9004 22.9922C64.9004 24.3595 66.0088 25.4679 67.376 25.4679L130.902 25.4679C132.269 25.4679 133.377 24.3595 133.377 22.9922C133.377 21.625 132.269 20.5166 130.902 20.5166Z" fill="#445267"/>
|
|
10
|
-
<path d="M97.4874 30.3672L66.1309 30.3672C64.7637 30.3672 63.6553 31.4756 63.6553 32.8428C63.6553 34.2101 64.7637 35.3185 66.1309 35.3185L97.4874 35.3185C98.8547 35.3185 99.9631 34.2101 99.9631 32.8428C99.9631 31.4756 98.8547 30.3672 97.4874 30.3672Z" fill="#667385"/>
|
|
11
|
-
<path d="M114.507 40.2168H64.8731C63.5058 40.2168 62.3975 41.3252 62.3975 42.6924C62.3975 44.0597 63.5058 45.1681 64.8731 45.1681L114.507 45.1681C115.875 45.1681 116.983 44.0597 116.983 42.6924C116.983 41.3252 115.875 40.2168 114.507 40.2168Z" fill="#445267"/>
|
|
12
|
-
<path d="M128.468 55.7441H55.8301L48.8058 124.996H128.468C130.427 124.993 132.305 124.213 133.69 122.829C135.076 121.444 135.857 119.568 135.862 117.609V63.1579C135.864 61.1945 135.086 59.3108 133.7 57.9206C132.313 56.5305 130.432 55.7476 128.468 55.7441Z" fill="#445267"/>
|
|
13
|
-
</g>
|
|
14
|
-
<path d="M121.893 49.6113H35.3973C31.3138 49.6113 28.0034 52.9217 28.0034 57.0052V111.476C28.0034 115.559 31.3138 118.87 35.3973 118.87H121.893C125.976 118.87 129.287 115.559 129.287 111.476V57.0052C129.287 52.9217 125.976 49.6113 121.893 49.6113Z" fill="#9EB6CF"/>
|
|
15
|
-
<path opacity="0.5" d="M34.4496 76.2514C34.3049 76.2508 34.162 76.2188 34.031 76.1574C33.8999 76.096 33.7838 76.0069 33.6907 75.8961C33.5976 75.7853 33.5298 75.6556 33.492 75.5159C33.4541 75.3762 33.4472 75.23 33.4716 75.0874L33.8016 73.1854C33.811 73.1225 33.8056 73.0583 33.7858 72.9979C33.766 72.9374 33.7324 72.8825 33.6876 72.8374L32.3016 71.4874C32.1682 71.3583 32.0738 71.1944 32.0291 71.0144C31.9845 70.8343 31.9913 70.6453 32.0488 70.4689C32.1064 70.2925 32.2123 70.1358 32.3546 70.0167C32.4969 69.8976 32.6698 69.8209 32.8536 69.7954L34.7676 69.5194C34.8301 69.5091 34.8894 69.4842 34.9405 69.4466C34.9916 69.4091 35.0331 69.36 35.0616 69.3034L35.9136 67.5694C35.9943 67.399 36.1218 67.2551 36.2811 67.1543C36.4404 67.0535 36.625 67 36.8136 67C37.0021 67 37.1867 67.0535 37.3461 67.1543C37.5054 67.2551 37.6328 67.399 37.7136 67.5694L38.5656 69.3034C38.5946 69.3607 38.6371 69.4103 38.6893 69.4479C38.7415 69.4855 38.8019 69.51 38.8656 69.5194L40.7736 69.8134C40.9573 69.8389 41.1302 69.9156 41.2725 70.0347C41.4148 70.1538 41.5208 70.3105 41.5783 70.4869C41.6359 70.6633 41.6427 70.8523 41.598 71.0324C41.5533 71.2124 41.4589 71.3763 41.3256 71.5054L39.9216 72.8134C39.8766 72.8582 39.8433 72.9133 39.8244 72.974C39.8056 73.0346 39.8019 73.099 39.8136 73.1614L40.1376 75.0634C40.1694 75.2459 40.1493 75.4338 40.0796 75.6055C40.0099 75.7772 39.8934 75.9259 39.7433 76.0347C39.5933 76.1435 39.4157 76.208 39.2309 76.2208C39.046 76.2337 38.8612 76.1943 38.6976 76.1074L36.9876 75.2074C36.9316 75.1764 36.8686 75.1601 36.8046 75.1601C36.7405 75.1601 36.6776 75.1764 36.6216 75.2074L34.9116 76.1014C34.7725 76.1892 34.6137 76.2408 34.4496 76.2514ZM36.8076 67.6174C36.7339 67.615 36.6612 67.6341 36.5983 67.6725C36.5354 67.7109 36.4851 67.7668 36.4536 67.8334L35.5956 69.5674C35.5252 69.7119 35.4207 69.8372 35.2911 69.9324C35.1614 70.0275 35.0106 70.0896 34.8516 70.1134L32.9376 70.3894C32.8654 70.3997 32.7976 70.4301 32.7418 70.4771C32.6861 70.5241 32.6446 70.5857 32.6221 70.6551C32.5996 70.7244 32.597 70.7987 32.6146 70.8694C32.6322 70.9402 32.6692 71.0046 32.7216 71.0554L34.1076 72.4054C34.2225 72.5186 34.3082 72.658 34.3573 72.8116C34.4064 72.9652 34.4175 73.1285 34.3896 73.2874L34.0656 75.1894C34.0529 75.2611 34.0605 75.3349 34.0876 75.4025C34.1147 75.47 34.1601 75.5287 34.2188 75.5718C34.2775 75.6148 34.3471 75.6406 34.4197 75.6462C34.4923 75.6518 34.565 75.637 34.6296 75.6034L36.3456 74.7034C36.4872 74.6292 36.6447 74.5905 36.8046 74.5905C36.9644 74.5905 37.1219 74.6292 37.2636 74.7034L38.9796 75.6034C39.0429 75.6435 39.1165 75.6645 39.1915 75.6639C39.2664 75.6633 39.3397 75.6411 39.4023 75.5999C39.465 75.5588 39.5145 75.5004 39.5449 75.4319C39.5752 75.3633 39.5852 75.2874 39.5736 75.2134L39.2496 73.3114C39.2232 73.1525 39.235 72.9897 39.284 72.8363C39.333 72.6829 39.4179 72.5434 39.5316 72.4294L40.9176 71.0794C40.9713 71.0292 41.0094 70.9646 41.0275 70.8933C41.0456 70.8221 41.0428 70.7471 41.0196 70.6774C40.9966 70.608 40.9546 70.5465 40.8984 70.4998C40.8422 70.4531 40.774 70.4232 40.7016 70.4134L38.7876 70.1374C38.6285 70.1136 38.4777 70.0515 38.348 69.9564C38.2184 69.8612 38.1139 69.7359 38.0436 69.5914L37.1736 67.8334C37.1412 67.7648 37.0891 67.7076 37.0238 67.6691C36.9585 67.6305 36.8832 67.6125 36.8076 67.6174Z" fill="white"/>
|
|
16
|
-
<path opacity="0.1" d="M61.7747 55.8962L61.8983 58.478C61.903 58.6261 61.9443 58.7708 62.0185 58.8998C62.0928 59.0288 62.1978 59.1382 62.3245 59.2187L64.5579 60.5828C64.7065 60.6742 64.8263 60.8045 64.9036 60.959C64.9809 61.1136 65.0127 61.2863 64.9954 61.4577C64.9781 61.6291 64.9125 61.7923 64.8058 61.929C64.6991 62.0657 64.5557 62.1704 64.3916 62.2314L61.9324 63.1436C61.7898 63.1956 61.6623 63.2812 61.5612 63.3928C61.4602 63.5044 61.3886 63.6387 61.3527 63.7838L60.7219 66.2945C60.6802 66.4622 60.5916 66.6151 60.466 66.7359C60.3404 66.8567 60.1828 66.9405 60.0112 66.978C59.8395 67.0154 59.6606 67.005 59.4947 66.9478C59.3288 66.8906 59.1826 66.7889 59.0725 66.6543L57.4273 64.6375C57.3331 64.5196 57.2106 64.4265 57.0707 64.3666C56.9309 64.3067 56.778 64.2819 56.626 64.2943L54.0047 64.4785C53.8302 64.4899 53.6559 64.4534 53.5013 64.3731C53.3467 64.2927 53.2179 64.1717 53.1294 64.0236C53.0409 63.8755 52.9962 63.7061 53.0003 63.5344C53.0043 63.3627 53.0569 63.1955 53.1523 63.0516L54.5972 60.8924C54.6787 60.7699 54.7291 60.6299 54.7439 60.4842C54.7587 60.3385 54.7377 60.1915 54.6824 60.0555L53.6936 57.6621C53.6238 57.502 53.6015 57.3258 53.6291 57.1538C53.6568 56.9818 53.7334 56.821 53.8501 56.6898C53.9667 56.5587 54.1188 56.4625 54.2886 56.4124C54.4585 56.3624 54.6393 56.3604 54.8103 56.4067L57.3463 57.0888C57.493 57.1279 57.6471 57.1316 57.7955 57.0995C57.944 57.0675 58.0823 57.0006 58.1987 56.9047L60.2105 55.2309C60.3446 55.1149 60.5096 55.0387 60.6861 55.0113C60.8627 54.9839 61.0436 55.0064 61.2076 55.0762C61.3717 55.146 61.5121 55.2601 61.6125 55.4054C61.7129 55.5506 61.7692 55.7208 61.7747 55.8962Z" fill="black"/>
|
|
17
|
-
<path opacity="0.8" d="M84.4628 65.1293L88.806 73.9206C89.0472 74.4283 89.4078 74.8699 89.8571 75.2077C90.3064 75.5454 90.8309 75.7692 91.3856 75.8598L101.08 77.272C101.726 77.3679 102.333 77.6424 102.832 78.0646C103.33 78.4867 103.701 79.0397 103.902 79.6612C104.104 80.2827 104.128 80.9481 103.971 81.5824C103.815 82.2167 103.484 82.7948 103.017 83.2514L96.0087 90.0898C95.6008 90.4831 95.2958 90.9706 95.1204 91.5094C94.945 92.0481 94.9045 92.6217 95.0026 93.1798L96.6629 102.849C96.7753 103.494 96.705 104.158 96.4597 104.765C96.2145 105.372 95.8041 105.899 95.2752 106.285C94.7462 106.671 94.1198 106.901 93.4667 106.95C92.8136 106.998 92.16 106.863 91.5797 106.559L82.9012 102.001C82.4009 101.731 81.8413 101.59 81.273 101.591C80.7046 101.591 80.1453 101.733 79.6452 102.003L70.9784 106.551C70.4001 106.851 69.7497 106.985 69.1 106.936C68.4503 106.887 67.8271 106.658 67.3 106.275C66.773 105.892 66.3631 105.37 66.1161 104.767C65.8691 104.164 65.7949 103.505 65.9017 102.862L67.5538 93.2011C67.6461 92.6535 67.6052 92.0917 67.4346 91.5631C67.264 91.0346 66.9687 90.5549 66.5737 90.1646L59.5634 83.3181C59.082 82.8657 58.7382 82.2865 58.5714 81.6473C58.4046 81.008 58.4217 80.3347 58.6207 79.7048C58.8197 79.0749 59.1926 78.5139 59.6963 78.0865C60.2 77.6591 60.8142 77.3826 61.4681 77.2888L71.1596 75.8785C71.7196 75.7958 72.2513 75.5787 72.7092 75.2459C73.1672 74.9131 73.5378 74.4744 73.7894 73.9674L78.1135 65.1487C78.395 64.5454 78.8425 64.0346 79.4035 63.676C79.9646 63.3175 80.6161 63.126 81.282 63.124C81.9478 63.1219 82.6005 63.3094 83.1637 63.6645C83.727 64.0196 84.1775 64.5276 84.4628 65.1293Z" fill="#3B485C"/>
|
|
18
|
-
<path opacity="0.5" d="M114.268 75.5177C114.046 75.5149 113.827 75.467 113.623 75.377C113.42 75.287 113.238 75.1567 113.086 74.9941C112.935 74.8315 112.818 74.6399 112.743 74.4308C112.667 74.2217 112.635 73.9996 112.648 73.7777L112.9 70.0817C112.912 69.9164 112.883 69.7508 112.816 69.5992C112.749 69.4477 112.646 69.3146 112.516 69.2117L109.618 66.9077C109.381 66.7201 109.2 66.4699 109.097 66.1853C108.994 65.9007 108.973 65.593 109.035 65.2968C109.097 65.0006 109.241 64.7277 109.45 64.5088C109.659 64.2899 109.925 64.1337 110.218 64.0577L113.818 63.1577C113.98 63.1192 114.129 63.0409 114.253 62.9298C114.377 62.8187 114.471 62.6784 114.526 62.5217L115.822 59.0537C115.929 58.7703 116.112 58.5223 116.352 58.3376C116.592 58.1529 116.879 58.0389 117.18 58.0083C117.481 57.9777 117.785 58.0319 118.057 58.1647C118.329 58.2974 118.559 58.5035 118.72 58.7597L120.688 61.8977C120.775 62.0389 120.896 62.1565 121.039 62.2402C121.183 62.3239 121.344 62.3711 121.51 62.3777L125.212 62.5397C125.516 62.5493 125.812 62.6441 126.065 62.8133C126.318 62.9826 126.519 63.2195 126.644 63.4971C126.769 63.7747 126.813 64.0819 126.772 64.3836C126.732 64.6853 126.607 64.9695 126.412 65.2037L124.012 68.0417C123.9 68.169 123.82 68.3223 123.782 68.4877C123.743 68.6532 123.746 68.8257 123.79 68.9897L124.78 72.5597C124.862 72.8512 124.861 73.1599 124.776 73.4506C124.691 73.7414 124.526 74.0023 124.3 74.2037C124.074 74.4062 123.796 74.5415 123.497 74.5945C123.198 74.6475 122.89 74.616 122.608 74.5037L119.176 73.1177C119.022 73.0559 118.855 73.0323 118.69 73.049C118.525 73.0657 118.367 73.1222 118.228 73.2137L115.144 75.2597C114.882 75.4264 114.579 75.5159 114.268 75.5177ZM117.358 58.5977H117.25C117.059 58.614 116.876 58.6849 116.724 58.8019C116.572 58.9189 116.457 59.0771 116.392 59.2577L115.096 62.7257C115.006 62.9737 114.855 63.1954 114.659 63.3713C114.462 63.5471 114.225 63.6716 113.968 63.7337L110.368 64.6337C110.182 64.6799 110.013 64.7773 109.879 64.915C109.745 65.0526 109.653 65.2248 109.613 65.4123C109.572 65.5997 109.585 65.7947 109.649 65.9753C109.714 66.1558 109.828 66.3147 109.978 66.4337L112.876 68.7377C113.081 68.9017 113.242 69.1131 113.347 69.3535C113.451 69.594 113.496 69.8563 113.476 70.1177L113.224 73.8137C113.208 74.0043 113.247 74.1953 113.337 74.3644C113.426 74.5334 113.562 74.6734 113.728 74.7677C113.89 74.8688 114.077 74.9224 114.268 74.9224C114.459 74.9224 114.646 74.8688 114.808 74.7677L117.898 72.7217C118.117 72.5765 118.368 72.4865 118.629 72.4593C118.89 72.4321 119.154 72.4687 119.398 72.5657L122.836 73.9517C123.011 74.0196 123.201 74.0383 123.386 74.0056C123.571 73.973 123.743 73.8903 123.884 73.7666C124.025 73.6429 124.13 73.4828 124.186 73.3039C124.242 73.125 124.249 72.934 124.204 72.7517L123.214 69.1817C123.143 68.9284 123.135 68.6616 123.191 68.4044C123.246 68.1473 123.363 67.9074 123.532 67.7057L125.932 64.8677C126.053 64.7202 126.131 64.5418 126.157 64.3525C126.183 64.1633 126.156 63.9705 126.079 63.7957C126.002 63.6209 125.878 63.471 125.721 63.3626C125.563 63.2542 125.379 63.1916 125.188 63.1817L121.492 63.0257C121.229 63.0138 120.972 62.9383 120.744 62.8056C120.517 62.6729 120.324 62.4869 120.184 62.2637L118.222 59.1257C118.138 58.9693 118.013 58.8381 117.861 58.7454C117.71 58.6526 117.536 58.6017 117.358 58.5977Z" fill="white"/>
|
|
19
|
-
<path opacity="0.1" d="M117.064 99.9254L116.572 101.773C116.546 101.878 116.545 101.987 116.57 102.091C116.596 102.196 116.646 102.292 116.716 102.373L117.958 103.825C118.041 103.923 118.096 104.041 118.115 104.168C118.134 104.294 118.117 104.423 118.067 104.541C118.016 104.658 117.934 104.759 117.828 104.832C117.723 104.905 117.6 104.947 117.472 104.953L115.564 105.055C115.453 105.063 115.346 105.097 115.251 105.154C115.156 105.212 115.076 105.291 115.018 105.385L114.022 107.017C113.952 107.119 113.857 107.199 113.746 107.251C113.634 107.303 113.511 107.324 113.389 107.313C113.266 107.301 113.149 107.257 113.05 107.185C112.95 107.113 112.872 107.016 112.822 106.903L112.138 105.103C112.097 105 112.032 104.909 111.949 104.836C111.865 104.763 111.766 104.711 111.658 104.683L109.798 104.239C109.673 104.211 109.558 104.147 109.467 104.057C109.376 103.966 109.313 103.851 109.284 103.726C109.255 103.601 109.262 103.47 109.304 103.348C109.347 103.227 109.422 103.12 109.522 103.039L111.01 101.839C111.098 101.768 111.166 101.675 111.209 101.57C111.252 101.466 111.268 101.352 111.256 101.239L111.106 99.3314C111.102 99.2071 111.132 99.084 111.193 98.9754C111.253 98.8668 111.342 98.7768 111.45 98.7151C111.558 98.6534 111.681 98.6223 111.806 98.6252C111.93 98.628 112.051 98.6648 112.156 98.7314L113.764 99.7694C113.858 99.829 113.964 99.8655 114.075 99.8759C114.186 99.8864 114.297 99.8704 114.4 99.8294L116.164 99.0914C116.283 99.0481 116.412 99.0386 116.536 99.0637C116.661 99.0888 116.776 99.1477 116.869 99.2339C116.962 99.3201 117.029 99.4302 117.063 99.5522C117.098 99.6741 117.098 99.8033 117.064 99.9254Z" fill="black"/>
|
|
20
|
-
<path opacity="0.1" d="M55.3022 101.866L54.9662 103.12C54.9484 103.193 54.9478 103.269 54.9644 103.342C54.9811 103.415 55.0146 103.483 55.0622 103.54L55.9082 104.512C55.9639 104.579 56.0001 104.659 56.0127 104.745C56.0254 104.831 56.0139 104.918 55.9797 104.998C55.9455 105.078 55.8898 105.146 55.8189 105.196C55.7481 105.246 55.6647 105.275 55.5782 105.28L54.2822 105.352C54.2076 105.356 54.135 105.378 54.0711 105.417C54.0072 105.456 53.954 105.51 53.9162 105.574L53.2382 106.678C53.1937 106.753 53.1292 106.813 53.052 106.853C52.9748 106.892 52.888 106.909 52.8017 106.902C52.7153 106.894 52.6328 106.862 52.5636 106.81C52.4943 106.758 52.4412 106.687 52.4102 106.606L51.9422 105.406C51.9159 105.336 51.8726 105.272 51.8161 105.222C51.7596 105.172 51.6916 105.136 51.6182 105.118L50.3582 104.818C50.2737 104.799 50.1964 104.756 50.1352 104.695C50.0739 104.633 50.0311 104.556 50.0117 104.472C49.9923 104.387 49.9971 104.299 50.0255 104.217C50.0538 104.135 50.1047 104.063 50.1722 104.008L51.1742 103.192C51.2333 103.146 51.2801 103.085 51.3104 103.016C51.3407 102.947 51.3537 102.872 51.3482 102.796L51.2402 101.5C51.2342 101.414 51.2524 101.327 51.2928 101.25C51.3331 101.174 51.3941 101.109 51.4688 101.065C51.5435 101.021 51.629 100.998 51.7158 101C51.8026 101.002 51.8872 101.027 51.9602 101.074L53.0462 101.776C53.1093 101.818 53.1816 101.844 53.257 101.851C53.3323 101.859 53.4083 101.847 53.4782 101.818L54.6782 101.32C54.7579 101.287 54.8453 101.277 54.9304 101.291C55.0156 101.305 55.0952 101.342 55.1602 101.399C55.2251 101.456 55.2729 101.53 55.298 101.612C55.3231 101.695 55.3245 101.783 55.3022 101.866Z" fill="black"/>
|
|
21
|
-
<path d="M25.6845 50.0887C25.192 50.0867 24.72 49.8911 24.3703 49.5443L20.9911 46.1838C20.6376 45.8303 20.439 45.3508 20.439 44.8509C20.439 44.3509 20.6376 43.8715 20.9911 43.518C21.3446 43.1644 21.8241 42.9658 22.324 42.9658C22.824 42.9658 23.3034 43.1644 23.657 43.518L27.0174 46.8972C27.3671 47.249 27.5634 47.7248 27.5634 48.2208C27.5634 48.7167 27.3671 49.1926 27.0174 49.5443C26.842 49.7183 26.634 49.856 26.4052 49.9494C26.1765 50.0428 25.9316 50.0902 25.6845 50.0887Z" fill="#9EB6CF"/>
|
|
22
|
-
<path d="M22.8136 59.1795H18.0639C17.566 59.1795 17.0885 58.9818 16.7364 58.6297C16.3843 58.2776 16.1865 57.8001 16.1865 57.3022C16.1865 56.8043 16.3843 56.3267 16.7364 55.9747C17.0885 55.6226 17.566 55.4248 18.0639 55.4248H22.8136C23.3115 55.4248 23.7891 55.6226 24.1411 55.9747C24.4932 56.3267 24.691 56.8043 24.691 57.3022C24.691 57.8001 24.4932 58.2776 24.1411 58.6297C23.7891 58.9818 23.3115 59.1795 22.8136 59.1795Z" fill="#9EB6CF"/>
|
|
23
|
-
<path d="M34.3814 46.5277C33.9054 46.5288 33.4468 46.3492 33.0982 46.025C32.7497 45.7009 32.5373 45.2565 32.504 44.7817L32.166 40.032C32.1482 39.7853 32.1792 39.5375 32.2574 39.3029C32.3356 39.0683 32.4593 38.8514 32.6215 38.6647C32.7838 38.4781 32.9813 38.3253 33.2028 38.2152C33.4242 38.1051 33.6653 38.0398 33.912 38.0232C34.4071 37.9923 34.8943 38.1585 35.2672 38.4857C35.64 38.8128 35.8683 39.2742 35.902 39.7691L36.2587 44.5189C36.2766 44.7655 36.2456 45.0133 36.1674 45.2479C36.0892 45.4826 35.9655 45.6995 35.8032 45.8861C35.641 46.0728 35.4435 46.2256 35.222 46.3356C35.0006 46.4457 34.7595 46.511 34.5128 46.5277H34.3814Z" fill="#9EB6CF"/>
|
|
24
|
-
</svg>
|
|
@@ -1,156 +0,0 @@
|
|
|
1
|
-
<svg width="217" height="226" viewBox="0 0 217 226" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M178.5 50.334H28.5C21.5965 50.334 16 55.9304 16 62.834V212.834C16 219.738 21.5965 225.334 28.5 225.334H178.5C185.404 225.334 191 219.738 191 212.834V62.834C191 55.9304 185.404 50.334 178.5 50.334Z" fill="#333F52"/>
|
|
3
|
-
<path d="M178.5 50.334H28.5C21.5965 50.334 16 55.9304 16 62.834V212.834C16 219.738 21.5965 225.334 28.5 225.334H178.5C185.404 225.334 191 219.738 191 212.834V62.834C191 55.9304 185.404 50.334 178.5 50.334Z" fill="#C1C6CD" fill-opacity="0.1"/>
|
|
4
|
-
<path d="M61.5563 54.9541L61.5563 54.9542L61.566 54.9523L84.8978 50.3937C86.3998 50.1324 87.9286 50.432 89.1483 51.2155C90.3675 51.9987 91.1766 53.1991 91.4126 54.5472C91.4126 54.5475 91.4127 54.5478 91.4127 54.5481L95.2031 76.7244L95.2034 76.7262C95.4392 78.0747 95.0854 79.4788 94.2041 80.6294C93.3217 81.7816 91.9833 82.5826 90.4798 82.8455L90.4798 82.8454L90.47 82.8473L67.1383 87.4058C65.6363 87.6672 64.1075 87.3676 62.8878 86.584C61.6686 85.8008 60.8595 84.6005 60.6235 83.2524C60.6235 83.2521 60.6234 83.2518 60.6234 83.2515L56.833 61.0752L56.8327 61.0733C56.5969 59.7248 56.9507 58.3208 57.832 57.1701C58.7144 56.018 60.0528 55.2169 61.5563 54.9541Z" fill="#A4C280" stroke="#215500"/>
|
|
5
|
-
<g filter="url(#filter0_d_2797_10741)">
|
|
6
|
-
<path d="M79.4521 60.4394L69.9594 62.1459C66.0274 62.8528 63.4129 66.6133 64.1197 70.5453C64.8265 74.4774 68.5871 77.0919 72.5191 76.385L82.0119 74.6786C85.9439 73.9717 88.5584 70.2112 87.8516 66.2791C87.1447 62.3471 83.3842 59.7326 79.4521 60.4394Z" fill="#A4C280"/>
|
|
7
|
-
<path d="M70.1363 63.1301L79.6291 61.4237C83.0175 60.8145 86.2582 63.0676 86.8673 66.4561C87.4765 69.8445 85.2234 73.0852 81.8349 73.6943L72.3422 75.4008C68.9537 76.0099 65.7131 73.7569 65.1039 70.3684C64.4948 66.98 66.7479 63.7393 70.1363 63.1301Z" stroke="#215500" stroke-width="2"/>
|
|
8
|
-
</g>
|
|
9
|
-
<path d="M82.6135 67.2207C82.8003 68.2596 82.1095 69.2532 81.0706 69.4399C80.0317 69.6267 79.0381 68.9359 78.8513 67.897C78.6646 66.8581 79.3554 65.8646 80.3943 65.6778C81.4332 65.491 82.4267 66.1818 82.6135 67.2207Z" fill="#215500" stroke="#215500"/>
|
|
10
|
-
<path d="M97.4395 30.0038L97.4395 30.0038L97.4455 30.0028L118.313 26.4106C119.819 26.1711 121.344 26.4931 122.553 27.2952C123.76 28.097 124.552 29.309 124.767 30.6612L124.769 30.669L124.77 30.6767L128.829 51.8204C129.042 53.1703 128.667 54.5652 127.77 55.7008C126.871 56.8399 125.521 57.6207 124.013 57.8611L124.007 57.8622L103.143 61.4538C103.142 61.454 103.141 61.4541 103.14 61.4543C101.634 61.6939 100.109 61.3718 98.9003 60.5697C97.6925 59.7679 96.9014 58.5559 96.6857 57.2037L96.6844 57.196L96.6829 57.1882L92.6242 36.0445C92.411 34.6947 92.7861 33.2998 93.6827 32.1641C94.5821 31.025 95.9323 30.2442 97.4395 30.0038Z" fill="#A4C280" stroke="#215500"/>
|
|
11
|
-
<g filter="url(#filter1_d_2797_10741)">
|
|
12
|
-
<path d="M106.147 40.835L111.253 53.0872L113.09 47.7779L118.4 45.9401L106.147 40.835Z" fill="#A4C280"/>
|
|
13
|
-
<path d="M106.147 40.835L111.253 53.0872L113.09 47.7779L118.4 45.9401L106.147 40.835Z" stroke="#215500" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
14
|
-
</g>
|
|
15
|
-
<g filter="url(#filter2_d_2797_10741)">
|
|
16
|
-
<path d="M104.309 33.8926L105.126 36.8535" stroke="#215500" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
17
|
-
</g>
|
|
18
|
-
<g filter="url(#filter3_d_2797_10741)">
|
|
19
|
-
<path d="M102.165 39.8149L99.2041 38.998" stroke="#215500" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
20
|
-
</g>
|
|
21
|
-
<g filter="url(#filter4_d_2797_10741)">
|
|
22
|
-
<path d="M111.252 35.832L109.21 37.772" stroke="#215500" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
23
|
-
</g>
|
|
24
|
-
<g filter="url(#filter5_d_2797_10741)">
|
|
25
|
-
<path d="M103.084 43.8975L101.144 45.9395" stroke="#215500" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
26
|
-
</g>
|
|
27
|
-
<path d="M96.3629 88.6114L96.3642 88.6109C97.7846 88.0524 99.3443 88.0393 100.698 88.5634C102.047 89.086 103.079 90.0978 103.581 91.3688L109.446 107.658L109.449 107.665L109.452 107.672C109.952 108.946 109.887 110.392 109.254 111.696C108.62 113.001 107.469 114.054 106.049 114.612C106.049 114.612 106.049 114.612 106.048 114.613L91.3022 120.364L91.3009 120.365C89.8805 120.923 88.3208 120.936 86.9675 120.412C85.6183 119.89 84.5863 118.878 84.0844 117.607L78.2186 101.318L78.2162 101.311L78.2135 101.304C77.7126 100.03 77.7782 98.5835 78.4114 97.2798C79.0452 95.9745 80.1959 94.9219 81.6161 94.3634C81.6163 94.3633 81.6165 94.3632 81.6167 94.3631L96.3629 88.6114Z" fill="#A4C280" stroke="#215500"/>
|
|
28
|
-
<g filter="url(#filter6_d_2797_10741)">
|
|
29
|
-
<path d="M92.1055 106.572C95.2102 106.572 97.7271 104.055 97.7271 100.951C97.7271 97.846 95.2102 95.3291 92.1055 95.3291C89.0008 95.3291 86.4839 97.846 86.4839 100.951C86.4839 104.055 89.0008 106.572 92.1055 106.572Z" fill="#A4C280"/>
|
|
30
|
-
<path d="M96.7271 100.951C96.7271 103.503 94.6579 105.572 92.1055 105.572C89.5531 105.572 87.4839 103.503 87.4839 100.951C87.4839 98.3983 89.5531 96.3291 92.1055 96.3291C94.6579 96.3291 96.7271 98.3983 96.7271 100.951Z" stroke="#215500" stroke-width="2"/>
|
|
31
|
-
</g>
|
|
32
|
-
<g filter="url(#filter7_d_2797_10741)">
|
|
33
|
-
<path d="M99.4567 108.301L95.709 104.554" stroke="#215500" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
34
|
-
</g>
|
|
35
|
-
<path d="M155.092 70.7555L155.092 70.7555L155.099 70.7566C156.61 70.9736 157.972 71.7335 158.889 72.8582C159.805 73.9812 160.201 75.3733 160.007 76.7279C160.007 76.7284 160.007 76.7288 160.007 76.7292L158.05 89.9474L158.049 89.9495C157.855 91.3046 157.083 92.5294 155.888 93.3495C154.692 94.17 153.173 94.516 151.663 94.3002L114.268 88.3389L114.268 88.3389L114.261 88.3378C112.75 88.1208 111.388 87.3609 110.471 86.2361C109.555 85.1132 109.159 83.7209 109.353 82.3662C109.353 82.3659 109.353 82.3655 109.353 82.3652L111.31 69.147L111.31 69.147L111.311 69.1448C111.505 67.7898 112.278 66.565 113.473 65.7449C114.668 64.9243 116.188 64.5783 117.697 64.7942L155.092 70.7555Z" fill="#A4C280" stroke="#215500"/>
|
|
36
|
-
<g filter="url(#filter8_d_2797_10741)">
|
|
37
|
-
<rect x="115.883" y="71.3105" width="10.754" height="10.754" rx="2" transform="rotate(8.77358 115.883 71.3105)" fill="#A4C280"/>
|
|
38
|
-
<rect x="116.719" y="72.4514" width="8.75399" height="8.75399" rx="1" transform="rotate(8.77358 116.719 72.4514)" stroke="#215500" stroke-width="2"/>
|
|
39
|
-
</g>
|
|
40
|
-
<g filter="url(#filter9_d_2797_10741)">
|
|
41
|
-
<path d="M133.171 75.9248L145.28 77.7936" stroke="#215500" stroke-width="2" stroke-linecap="round"/>
|
|
42
|
-
</g>
|
|
43
|
-
<g filter="url(#filter10_d_2797_10741)">
|
|
44
|
-
<path d="M132.292 81.623L151.524 84.5912" stroke="#215500" stroke-width="2" stroke-linecap="round"/>
|
|
45
|
-
</g>
|
|
46
|
-
<mask id="mask0_2797_10741" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="16" y="50" width="176" height="176">
|
|
47
|
-
<path d="M178.5 50.334H28.5C21.5965 50.334 16 55.9304 16 62.834V212.834C16 219.738 21.5965 225.334 28.5 225.334H178.5C185.404 225.334 191 219.738 191 212.834V62.834C191 55.9304 185.404 50.334 178.5 50.334Z" fill="#333F52"/>
|
|
48
|
-
</mask>
|
|
49
|
-
<g mask="url(#mask0_2797_10741)">
|
|
50
|
-
<path d="M42.6504 129.072H163.731V198.586C163.731 200.795 161.94 202.586 159.731 202.586H46.6504C44.4412 202.586 42.6504 200.795 42.6504 198.586V129.072Z" fill="#232E40"/>
|
|
51
|
-
<path d="M101.75 129.072H163.731V198.586C163.731 200.795 161.941 202.586 159.731 202.586H101.75V129.072Z" fill="#333F52"/>
|
|
52
|
-
<path d="M118.326 104.567H183.191L163.731 129.072H101.75L118.326 104.567Z" fill="#232E40"/>
|
|
53
|
-
<path d="M84.4514 104.567H23.1902L42.6497 129.072H101.749L84.4514 104.567Z" fill="#333F52"/>
|
|
54
|
-
</g>
|
|
55
|
-
<defs>
|
|
56
|
-
<filter id="filter0_d_2797_10741" x="0.00439453" y="28.3242" width="151.962" height="144.176" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
57
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
58
|
-
<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"/>
|
|
59
|
-
<feOffset dy="32"/>
|
|
60
|
-
<feGaussianBlur stdDeviation="32"/>
|
|
61
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.231373 0 0 0 0 0.282353 0 0 0 0 0.360784 0 0 0 0.24 0"/>
|
|
62
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2797_10741"/>
|
|
63
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2797_10741" result="shape"/>
|
|
64
|
-
</filter>
|
|
65
|
-
<filter id="filter1_d_2797_10741" x="41.1475" y="7.83496" width="142.252" height="142.252" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
66
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
67
|
-
<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"/>
|
|
68
|
-
<feOffset dy="32"/>
|
|
69
|
-
<feGaussianBlur stdDeviation="32"/>
|
|
70
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.231373 0 0 0 0 0.282353 0 0 0 0 0.360784 0 0 0 0.24 0"/>
|
|
71
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2797_10741"/>
|
|
72
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2797_10741" result="shape"/>
|
|
73
|
-
</filter>
|
|
74
|
-
<filter id="filter2_d_2797_10741" x="39.3086" y="0.892578" width="130.817" height="132.961" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
75
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
76
|
-
<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"/>
|
|
77
|
-
<feOffset dy="32"/>
|
|
78
|
-
<feGaussianBlur stdDeviation="32"/>
|
|
79
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.231373 0 0 0 0 0.282353 0 0 0 0 0.360784 0 0 0 0.24 0"/>
|
|
80
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2797_10741"/>
|
|
81
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2797_10741" result="shape"/>
|
|
82
|
-
</filter>
|
|
83
|
-
<filter id="filter3_d_2797_10741" x="34.2036" y="5.99805" width="132.962" height="130.817" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
84
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
85
|
-
<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"/>
|
|
86
|
-
<feOffset dy="32"/>
|
|
87
|
-
<feGaussianBlur stdDeviation="32"/>
|
|
88
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.231373 0 0 0 0 0.282353 0 0 0 0 0.360784 0 0 0 0.24 0"/>
|
|
89
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2797_10741"/>
|
|
90
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2797_10741" result="shape"/>
|
|
91
|
-
</filter>
|
|
92
|
-
<filter id="filter4_d_2797_10741" x="44.21" y="2.83203" width="132.042" height="131.939" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
93
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
94
|
-
<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"/>
|
|
95
|
-
<feOffset dy="32"/>
|
|
96
|
-
<feGaussianBlur stdDeviation="32"/>
|
|
97
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.231373 0 0 0 0 0.282353 0 0 0 0 0.360784 0 0 0 0.24 0"/>
|
|
98
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2797_10741"/>
|
|
99
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2797_10741" result="shape"/>
|
|
100
|
-
</filter>
|
|
101
|
-
<filter id="filter5_d_2797_10741" x="36.144" y="10.8975" width="131.94" height="132.042" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
102
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
103
|
-
<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"/>
|
|
104
|
-
<feOffset dy="32"/>
|
|
105
|
-
<feGaussianBlur stdDeviation="32"/>
|
|
106
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.231373 0 0 0 0 0.282353 0 0 0 0 0.360784 0 0 0 0.24 0"/>
|
|
107
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2797_10741"/>
|
|
108
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2797_10741" result="shape"/>
|
|
109
|
-
</filter>
|
|
110
|
-
<filter id="filter6_d_2797_10741" x="22.4839" y="63.3291" width="139.243" height="139.243" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
111
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
112
|
-
<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"/>
|
|
113
|
-
<feOffset dy="32"/>
|
|
114
|
-
<feGaussianBlur stdDeviation="32"/>
|
|
115
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.231373 0 0 0 0 0.282353 0 0 0 0 0.360784 0 0 0 0.24 0"/>
|
|
116
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2797_10741"/>
|
|
117
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2797_10741" result="shape"/>
|
|
118
|
-
</filter>
|
|
119
|
-
<filter id="filter7_d_2797_10741" x="30.709" y="71.5537" width="133.748" height="133.748" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
120
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
121
|
-
<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"/>
|
|
122
|
-
<feOffset dy="32"/>
|
|
123
|
-
<feGaussianBlur stdDeviation="32"/>
|
|
124
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.231373 0 0 0 0 0.282353 0 0 0 0 0.360784 0 0 0 0.24 0"/>
|
|
125
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2797_10741"/>
|
|
126
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2797_10741" result="shape"/>
|
|
127
|
-
</filter>
|
|
128
|
-
<filter id="filter8_d_2797_10741" x="50.5244" y="39.5918" width="139.706" height="139.706" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
129
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
130
|
-
<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"/>
|
|
131
|
-
<feOffset dy="32"/>
|
|
132
|
-
<feGaussianBlur stdDeviation="32"/>
|
|
133
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.231373 0 0 0 0 0.282353 0 0 0 0 0.360784 0 0 0 0.24 0"/>
|
|
134
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2797_10741"/>
|
|
135
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2797_10741" result="shape"/>
|
|
136
|
-
</filter>
|
|
137
|
-
<filter id="filter9_d_2797_10741" x="68.1714" y="42.9248" width="142.109" height="131.869" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
138
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
139
|
-
<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"/>
|
|
140
|
-
<feOffset dy="32"/>
|
|
141
|
-
<feGaussianBlur stdDeviation="32"/>
|
|
142
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.231373 0 0 0 0 0.282353 0 0 0 0 0.360784 0 0 0 0.24 0"/>
|
|
143
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2797_10741"/>
|
|
144
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2797_10741" result="shape"/>
|
|
145
|
-
</filter>
|
|
146
|
-
<filter id="filter10_d_2797_10741" x="67.292" y="48.623" width="149.232" height="132.969" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
147
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
148
|
-
<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"/>
|
|
149
|
-
<feOffset dy="32"/>
|
|
150
|
-
<feGaussianBlur stdDeviation="32"/>
|
|
151
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.231373 0 0 0 0 0.282353 0 0 0 0 0.360784 0 0 0 0.24 0"/>
|
|
152
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2797_10741"/>
|
|
153
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2797_10741" result="shape"/>
|
|
154
|
-
</filter>
|
|
155
|
-
</defs>
|
|
156
|
-
</svg>
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
<svg width="190" height="191" viewBox="0 0 190 191" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M95.0005 190.334C147.468 190.334 190 147.801 190 95.334C190 42.8669 147.468 0.333984 95.0005 0.333984C42.5334 0.333984 0.000488281 42.8669 0.000488281 95.334C0.000488281 147.801 42.5334 190.334 95.0005 190.334Z" fill="#333F52"/>
|
|
3
|
-
<path d="M95.0005 190.334C147.468 190.334 190 147.801 190 95.334C190 42.8669 147.468 0.333984 95.0005 0.333984C42.5334 0.333984 0.000488281 42.8669 0.000488281 95.334C0.000488281 147.801 42.5334 190.334 95.0005 190.334Z" fill="#C1C6CD" fill-opacity="0.1"/>
|
|
4
|
-
<mask id="mask0_2763_13320" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="-1" y="0" width="191" height="191">
|
|
5
|
-
<circle cx="94.9619" cy="95.334" r="95" fill="#333F52"/>
|
|
6
|
-
</mask>
|
|
7
|
-
<g mask="url(#mask0_2763_13320)">
|
|
8
|
-
<path d="M120.987 161.851C120.925 159.209 120.821 156.421 119.428 154.171C118.036 151.92 114.87 150.533 112.636 151.961C113.482 151 113.997 149.793 114.103 148.519C114.209 147.244 113.902 145.97 113.226 144.883C112.55 143.795 111.541 142.954 110.348 142.481C109.156 142.008 107.842 141.93 106.602 142.257C106.539 139.086 103.159 118.13 101.501 99.1836H91.0008C89.343 117.799 85.1628 137.682 85.1006 140.775C83.8567 140.44 82.5376 140.515 81.3395 140.987C80.1414 141.459 79.1284 142.304 78.4509 143.397C77.7735 144.489 77.4679 145.769 77.5795 147.048C77.6912 148.327 78.2141 149.536 79.0706 150.495C76.8368 149.067 72.1692 148.999 69.4897 151.961C66.8102 154.924 66.6653 160.402 68.0775 164.203C61.9579 165.628 54.8339 182.856 65.368 192.04H126.322C136.766 183.036 134.923 166.579 120.987 161.851Z" fill="#333F52"/>
|
|
9
|
-
<path d="M120.034 186.184C122.178 180.184 116.858 175.813 114.842 174.817C114.985 174.439 115.104 174.052 115.199 173.659C115.589 171.979 115.542 170.228 115.061 168.572C114.581 166.915 113.684 165.408 112.454 164.193C111.225 162.978 109.705 162.096 108.037 161.629C106.369 161.162 104.609 161.127 102.923 161.527L99.001 98.6836H93.501L88.5338 156.195C84.8766 156.752 82.3253 161.062 83.6164 164.526C82.3423 164.723 81.1354 165.225 80.0992 165.989C79.0631 166.753 78.2288 167.755 77.6679 168.911C77.3154 169.665 77.2625 171.261 77.5665 173.067C70.5338 174.817 66.5338 186.184 74.0338 191.184C85.1722 198.609 113.607 204.167 120.034 186.184Z" fill="#232E40"/>
|
|
10
|
-
<path d="M107.001 65.334C107.001 65.334 116.411 86.1277 125.653 104.092C127.261 107.217 124.393 110.828 120.999 109.916L107.001 106.155V65.334Z" fill="#C5D3E2"/>
|
|
11
|
-
<path d="M85.001 65.334C85.001 65.334 75.5911 86.1277 66.349 104.092C64.7409 107.217 67.6085 110.828 71.0031 109.916L85.001 106.155V65.334Z" fill="#C5D3E2"/>
|
|
12
|
-
<path d="M100.027 114.309H91.8734C90.5931 117.269 87.6231 120.752 94.5633 129.359C95.2903 130.26 96.6473 130.299 97.4067 129.425C104.257 121.535 101.303 116.767 100.027 114.309Z" fill="#9EB6CF"/>
|
|
13
|
-
<mask id="mask1_2763_13320" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="74" y="19" width="45" height="99">
|
|
14
|
-
<path d="M80.0776 102.46C82.1543 106.585 85.6541 109.636 85.6541 109.636L83.6307 114.576C83.0916 115.892 84.0594 117.334 85.4814 117.334H106.39C107.746 117.334 108.709 116.012 108.293 114.721L106.655 109.636C106.655 109.636 110.144 106.585 112.516 102.46C114.889 98.334 118.501 84.334 118.501 72.6255C118.501 60.917 117.341 54.1943 116.501 50.1179C115.661 46.0415 114.949 41.7107 112.741 37.1676C110.664 32.8949 104.598 24.2669 97.7098 20.0743C96.8978 19.5801 95.883 19.5692 95.0701 20.0619C88.2041 24.2229 81.4582 34.0881 80.0776 37.1676C78.6083 40.445 77.1326 45.6841 76.5009 50.1179C75.8693 54.5517 74.501 59.917 74.501 72.6255C74.5009 85.334 78.0009 98.334 80.0776 102.46Z" fill="#9EB6CF"/>
|
|
15
|
-
</mask>
|
|
16
|
-
<g mask="url(#mask1_2763_13320)">
|
|
17
|
-
<path d="M80.0776 102.46C82.1543 106.585 85.6541 109.636 85.6541 109.636L83.6307 114.576C83.0916 115.892 84.0594 117.334 85.4814 117.334H106.39C107.746 117.334 108.709 116.012 108.293 114.721L106.655 109.636C106.655 109.636 110.144 106.585 112.516 102.46C114.889 98.334 118.501 84.334 118.501 72.6255C118.501 60.917 117.341 54.1943 116.501 50.1179C115.661 46.0415 114.949 41.7107 112.741 37.1676C110.533 32.6245 102.001 22.1841 96.3932 19.334C90.3163 22.332 81.5469 33.8903 80.0776 37.1676C78.6083 40.445 77.1326 45.6841 76.5009 50.1179C75.8693 54.5517 74.501 59.917 74.501 72.6255C74.5009 85.334 78.0009 98.334 80.0776 102.46Z" fill="#9EB6CF"/>
|
|
18
|
-
<path d="M85.252 109.641H107.252L109.752 117.641H81.752L85.252 109.641Z" fill="#C5D3E2"/>
|
|
19
|
-
<path d="M115.56 38.9647C109.586 26.2149 95.4913 13.6798 95.4913 13.6798C95.4913 13.6798 81.7866 26.9649 76.5596 38.9647H115.56Z" fill="#C5D3E2"/>
|
|
20
|
-
<path d="M80.3096 104.902L83.6498 109.641H108.675L111.81 104.902H80.3096Z" fill="#7798BB"/>
|
|
21
|
-
<circle cx="97.001" cy="56.334" r="10" fill="#5A82AD"/>
|
|
22
|
-
<circle cx="97.001" cy="56.334" r="5" fill="#E8EDF3"/>
|
|
23
|
-
<path d="M96.501 88.334C95.1203 88.334 94.001 89.4533 94.001 90.834V109.752H99.001V90.834C99.001 89.4533 97.8817 88.334 96.501 88.334V88.334Z" fill="#C5D3E2"/>
|
|
24
|
-
<g style="mix-blend-mode:soft-light">
|
|
25
|
-
<path d="M96.8273 17.5146L92.0234 18.5603C100.631 25.4885 110.59 35.9774 112.535 66.7803C113.678 84.8681 110.267 99.7044 102.565 109.607L105.062 119.303C105.696 119.541 107.49 118.759 111.107 118.188C114.725 117.617 110.711 113.19 108.251 111.048C112.535 108.113 121.198 95.1497 121.579 66.7803C121.96 38.4109 105.237 22.1159 96.8273 17.5146Z" fill="black" fill-opacity="0.54"/>
|
|
26
|
-
</g>
|
|
27
|
-
</g>
|
|
28
|
-
</g>
|
|
29
|
-
</svg>
|
|
@@ -1,18 +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="#333F52"/>
|
|
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="#C1C6CD" fill-opacity="0.1"/>
|
|
4
|
-
<mask id="mask0_2824_22254" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="190" height="190">
|
|
5
|
-
<circle cx="95" cy="95" r="95" fill="#333F52"/>
|
|
6
|
-
</mask>
|
|
7
|
-
<g mask="url(#mask0_2824_22254)">
|
|
8
|
-
<path d="M144.969 69.2715H47.462C46.1465 69.2721 44.8851 69.6899 43.9549 70.4332C43.0247 71.1764 42.5018 72.1842 42.501 73.2352V144.715C42.5018 145.766 43.0247 146.774 43.9549 147.517C44.8851 148.26 46.1465 148.678 47.462 148.679H144.969C146.285 148.678 147.546 148.26 148.477 147.517C149.407 146.774 149.93 145.766 149.931 144.715V73.2352C149.93 72.1841 149.407 71.1762 148.477 70.433C147.546 69.6898 146.285 69.272 144.969 69.2715Z" fill="#232E40"/>
|
|
9
|
-
<path d="M139.426 49.0928H52.5587C49.7695 49.0928 47.5083 51.3539 47.5083 54.1432V130.202C47.5083 132.991 49.7695 135.253 52.5587 135.253H139.426C142.215 135.253 144.477 132.991 144.477 130.202V54.1432C144.477 51.3539 142.215 49.0928 139.426 49.0928Z" fill="#333F52"/>
|
|
10
|
-
<path d="M85.8916 64.2432H59.6294C57.9558 64.2432 56.5991 65.5999 56.5991 67.2734C56.5991 68.947 57.9558 70.3037 59.6294 70.3037H85.8916C87.5652 70.3037 88.9219 68.947 88.9219 67.2734C88.9219 65.5999 87.5652 64.2432 85.8916 64.2432Z" fill="#9EB6CF"/>
|
|
11
|
-
<path opacity="0.4" d="M104.073 77.374H59.6294C57.9558 77.374 56.5991 78.7307 56.5991 80.4043C56.5991 82.0778 57.9558 83.4345 59.6294 83.4345H104.073C105.747 83.4345 107.103 82.0778 107.103 80.4043C107.103 78.7307 105.747 77.374 104.073 77.374Z" fill="#9EB6CF"/>
|
|
12
|
-
<path d="M85.8916 91.5166H59.6294C57.9558 91.5166 56.5991 92.8733 56.5991 94.5469C56.5991 96.2204 57.9558 97.5771 59.6294 97.5771H85.8916C87.5652 97.5771 88.9219 96.2204 88.9219 94.5469C88.9219 92.8733 87.5652 91.5166 85.8916 91.5166Z" fill="#667385"/>
|
|
13
|
-
<path d="M104.073 104.646H59.6294C57.9558 104.646 56.5991 106.003 56.5991 107.677C56.5991 109.35 57.9558 110.707 59.6294 110.707H104.073C105.747 110.707 107.103 109.35 107.103 107.677C107.103 106.003 105.747 104.646 104.073 104.646Z" fill="#445267"/>
|
|
14
|
-
<path d="M85.8916 118.788H59.6294C57.9558 118.788 56.5991 120.145 56.5991 121.818C56.5991 123.492 57.9558 124.849 59.6294 124.849H85.8916C87.5652 124.849 88.9219 123.492 88.9219 121.818C88.9219 120.145 87.5652 118.788 85.8916 118.788Z" fill="#667385"/>
|
|
15
|
-
<path d="M104.073 131.919H59.6294C57.9558 131.919 56.5991 133.276 56.5991 134.949C56.5991 136.623 57.9558 137.979 59.6294 137.979H104.073C105.747 137.979 107.103 136.623 107.103 134.949C107.103 133.276 105.747 131.919 104.073 131.919Z" fill="#445267"/>
|
|
16
|
-
<path d="M157.449 95.8658L150.533 144.826C150.187 147.274 148.092 149.093 145.621 149.093H46.8096C44.3378 149.093 42.2431 147.274 41.8973 144.826L32.5506 78.6688C32.129 75.6822 34.4466 73.0137 37.4629 73.0137H67.9778C70.4496 73.0137 72.5444 74.8328 72.8902 77.28L74.1151 85.9438C74.4608 88.3915 76.5556 90.2106 79.0274 90.2106H152.538C155.553 90.2106 157.871 92.8791 157.45 95.8658H157.449Z" fill="#232E40"/>
|
|
17
|
-
</g>
|
|
18
|
-
</svg>
|
|
@@ -1,14 +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="#333F52"/>
|
|
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="#C1C6CD" fill-opacity="0.1"/>
|
|
4
|
-
<mask id="mask0_2763_13311" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="190" height="190">
|
|
5
|
-
<circle cx="95" cy="95" r="95" fill="#333F52"/>
|
|
6
|
-
</mask>
|
|
7
|
-
<g mask="url(#mask0_2763_13311)">
|
|
8
|
-
<path d="M152 189.866H38V67.114C43.3732 67.108 48.5246 64.9728 52.324 61.1769C56.1235 57.381 58.2606 52.2344 58.2667 46.8662H131.733C131.728 49.5255 132.25 52.1595 133.27 54.6158C134.29 57.0721 135.787 59.302 137.675 61.1763C139.551 63.0633 141.783 64.5597 144.242 65.5789C146.701 66.5982 149.338 67.1199 152 67.114V189.866Z" fill="#232E40"/>
|
|
9
|
-
<path d="M95.0001 129.2C111.79 129.2 125.4 115.59 125.4 98.8004C125.4 82.0109 111.79 68.4004 95.0001 68.4004C78.2106 68.4004 64.6001 82.0109 64.6001 98.8004C64.6001 115.59 78.2106 129.2 95.0001 129.2Z" fill="#E26264"/>
|
|
10
|
-
<path d="M105.748 113.131L95 102.383L84.252 113.131L80.6693 109.548L91.4173 98.8004L80.6693 88.0524L84.252 84.4697L95 95.2177L105.748 84.4697L109.331 88.0524L98.5827 98.8004L109.331 109.548L105.748 113.131Z" fill="#3B485C"/>
|
|
11
|
-
<path d="M111.467 136.8H78.5334C76.4347 136.8 74.7334 138.501 74.7334 140.6C74.7334 142.698 76.4347 144.4 78.5334 144.4H111.467C113.565 144.4 115.267 142.698 115.267 140.6C115.267 138.501 113.565 136.8 111.467 136.8Z" fill="#667385"/>
|
|
12
|
-
<path d="M122.867 152H67.1335C65.0348 152 63.3335 153.701 63.3335 155.8C63.3335 157.899 65.0348 159.6 67.1335 159.6H122.867C124.966 159.6 126.667 157.899 126.667 155.8C126.667 153.701 124.966 152 122.867 152Z" fill="#445267"/>
|
|
13
|
-
</g>
|
|
14
|
-
</svg>
|