@digital-ai/dot-illustrations 1.0.31 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -15
- 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,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="#3B485C" fill-opacity="0.1"/>
|
|
3
|
-
<mask id="mask0_2973_8681" 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_8681)">
|
|
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="white"/>
|
|
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="#A4ACB6"/>
|
|
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="#E3E5E8"/>
|
|
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="#A4ACB6"/>
|
|
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="#E3E5E8"/>
|
|
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="#E3E5E8"/>
|
|
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="white"/>
|
|
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="#F3F5F6"/>
|
|
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="#3B485C" 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="#E9F0E0" stroke="#498500"/>
|
|
5
|
-
<g filter="url(#filter0_d_2797_10667)">
|
|
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="#E9F0E0"/>
|
|
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="#498500" 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="#498500" stroke="#498500"/>
|
|
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="#E9F0E0" stroke="#498500"/>
|
|
11
|
-
<g filter="url(#filter1_d_2797_10667)">
|
|
12
|
-
<path d="M106.147 40.835L111.253 53.0872L113.09 47.7779L118.4 45.9401L106.147 40.835Z" fill="#E9F0E0"/>
|
|
13
|
-
<path d="M106.147 40.835L111.253 53.0872L113.09 47.7779L118.4 45.9401L106.147 40.835Z" stroke="#498500" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
14
|
-
</g>
|
|
15
|
-
<g filter="url(#filter2_d_2797_10667)">
|
|
16
|
-
<path d="M104.309 33.8926L105.126 36.8535" stroke="#498500" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
17
|
-
</g>
|
|
18
|
-
<g filter="url(#filter3_d_2797_10667)">
|
|
19
|
-
<path d="M102.165 39.8149L99.2041 38.998" stroke="#498500" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
20
|
-
</g>
|
|
21
|
-
<g filter="url(#filter4_d_2797_10667)">
|
|
22
|
-
<path d="M111.252 35.832L109.21 37.772" stroke="#498500" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
23
|
-
</g>
|
|
24
|
-
<g filter="url(#filter5_d_2797_10667)">
|
|
25
|
-
<path d="M103.084 43.8975L101.144 45.9395" stroke="#498500" 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="#E9F0E0" stroke="#498500"/>
|
|
28
|
-
<g filter="url(#filter6_d_2797_10667)">
|
|
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="#E9F0E0"/>
|
|
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="#498500" stroke-width="2"/>
|
|
31
|
-
</g>
|
|
32
|
-
<g filter="url(#filter7_d_2797_10667)">
|
|
33
|
-
<path d="M99.4567 108.301L95.709 104.554" stroke="#498500" 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="#E9F0E0" stroke="#498500"/>
|
|
36
|
-
<g filter="url(#filter8_d_2797_10667)">
|
|
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="#E9F0E0"/>
|
|
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="#498500" stroke-width="2"/>
|
|
39
|
-
</g>
|
|
40
|
-
<g filter="url(#filter9_d_2797_10667)">
|
|
41
|
-
<path d="M133.171 75.9248L145.28 77.7936" stroke="#498500" stroke-width="2" stroke-linecap="round"/>
|
|
42
|
-
</g>
|
|
43
|
-
<g filter="url(#filter10_d_2797_10667)">
|
|
44
|
-
<path d="M132.292 81.623L151.524 84.5912" stroke="#498500" stroke-width="2" stroke-linecap="round"/>
|
|
45
|
-
</g>
|
|
46
|
-
<mask id="mask0_2797_10667" 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="#F3F5F6"/>
|
|
48
|
-
</mask>
|
|
49
|
-
<g mask="url(#mask0_2797_10667)">
|
|
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="white"/>
|
|
51
|
-
<path d="M101.75 129.072H163.731V198.586C163.731 200.795 161.941 202.586 159.731 202.586H101.75V129.072Z" fill="#F3F5F6"/>
|
|
52
|
-
<path d="M118.326 104.567H183.191L163.731 129.072H101.75L118.326 104.567Z" fill="white"/>
|
|
53
|
-
<path d="M84.4514 104.567H23.1902L42.6497 129.072H101.749L84.4514 104.567Z" fill="#F3F5F6"/>
|
|
54
|
-
</g>
|
|
55
|
-
<defs>
|
|
56
|
-
<filter id="filter0_d_2797_10667" 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_10667"/>
|
|
63
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2797_10667" result="shape"/>
|
|
64
|
-
</filter>
|
|
65
|
-
<filter id="filter1_d_2797_10667" 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_10667"/>
|
|
72
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2797_10667" result="shape"/>
|
|
73
|
-
</filter>
|
|
74
|
-
<filter id="filter2_d_2797_10667" 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_10667"/>
|
|
81
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2797_10667" result="shape"/>
|
|
82
|
-
</filter>
|
|
83
|
-
<filter id="filter3_d_2797_10667" 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_10667"/>
|
|
90
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2797_10667" result="shape"/>
|
|
91
|
-
</filter>
|
|
92
|
-
<filter id="filter4_d_2797_10667" 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_10667"/>
|
|
99
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2797_10667" result="shape"/>
|
|
100
|
-
</filter>
|
|
101
|
-
<filter id="filter5_d_2797_10667" 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_10667"/>
|
|
108
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2797_10667" result="shape"/>
|
|
109
|
-
</filter>
|
|
110
|
-
<filter id="filter6_d_2797_10667" 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_10667"/>
|
|
117
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2797_10667" result="shape"/>
|
|
118
|
-
</filter>
|
|
119
|
-
<filter id="filter7_d_2797_10667" 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_10667"/>
|
|
126
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2797_10667" result="shape"/>
|
|
127
|
-
</filter>
|
|
128
|
-
<filter id="filter8_d_2797_10667" 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_10667"/>
|
|
135
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2797_10667" result="shape"/>
|
|
136
|
-
</filter>
|
|
137
|
-
<filter id="filter9_d_2797_10667" 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_10667"/>
|
|
144
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2797_10667" result="shape"/>
|
|
145
|
-
</filter>
|
|
146
|
-
<filter id="filter10_d_2797_10667" 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_10667"/>
|
|
153
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2797_10667" 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 190.334C147.467 190.334 190 147.801 190 95.334C190 42.8669 147.467 0.333984 95 0.333984C42.5329 0.333984 0 42.8669 0 95.334C0 147.801 42.5329 190.334 95 190.334Z" fill="#F3F5F6"/>
|
|
3
|
-
<path d="M95 190.334C147.467 190.334 190 147.801 190 95.334C190 42.8669 147.467 0.333984 95 0.333984C42.5329 0.333984 0 42.8669 0 95.334C0 147.801 42.5329 190.334 95 190.334Z" fill="#3B485C" fill-opacity="0.1"/>
|
|
4
|
-
<mask id="mask0_2632_3138" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="-1" y="0" width="191" height="191">
|
|
5
|
-
<circle cx="94.9614" cy="95.334" r="95" fill="#F3F5F6"/>
|
|
6
|
-
</mask>
|
|
7
|
-
<g mask="url(#mask0_2632_3138)">
|
|
8
|
-
<path d="M120.986 161.851C120.924 159.209 120.821 156.421 119.428 154.171C118.035 151.92 114.869 150.533 112.635 151.961C113.482 151 113.996 149.793 114.102 148.519C114.209 147.244 113.901 145.97 113.225 144.883C112.549 143.795 111.54 142.954 110.348 142.481C109.155 142.008 107.842 141.93 106.601 142.257C106.539 139.086 103.158 118.13 101.5 99.1836H91.0003C89.3426 117.799 85.1623 137.682 85.1002 140.775C83.8562 140.44 82.5371 140.515 81.339 140.987C80.141 141.459 79.1279 142.304 78.4505 143.397C77.773 144.489 77.4674 145.769 77.579 147.048C77.6907 148.327 78.2136 149.536 79.0701 150.495C76.8363 149.067 72.1687 148.999 69.4892 151.961C66.8097 154.924 66.6648 160.402 68.077 164.203C61.9574 165.628 54.8334 182.856 65.3675 192.04H126.321C136.765 183.036 134.922 166.579 120.986 161.851Z" fill="#F3F5F6"/>
|
|
9
|
-
<path d="M120.033 186.184C122.178 180.184 116.857 175.813 114.842 174.817C114.985 174.439 115.104 174.052 115.199 173.659C115.589 171.979 115.541 170.228 115.061 168.572C114.581 166.915 113.683 165.408 112.454 164.193C111.225 162.978 109.704 162.096 108.036 161.629C106.368 161.162 104.608 161.127 102.923 161.527L99.0005 98.6836H93.5005L88.5333 156.195C84.8761 156.752 82.3248 161.062 83.6159 164.526C82.3418 164.723 81.1349 165.225 80.0988 165.989C79.0626 166.753 78.2283 167.755 77.6674 168.911C77.3149 169.665 77.262 171.261 77.566 173.067C70.5333 174.817 66.5333 186.184 74.0333 191.184C85.1717 198.609 113.607 204.167 120.033 186.184Z" fill="white"/>
|
|
10
|
-
<path d="M107 65.334C107 65.334 116.41 86.1277 125.652 104.092C127.261 107.217 124.393 110.828 120.998 109.916L107 106.155V65.334Z" fill="#274F82"/>
|
|
11
|
-
<path d="M85.0005 65.334C85.0005 65.334 75.5906 86.1277 66.3485 104.092C64.7404 107.217 67.608 110.828 71.0026 109.916L85.0005 106.155V65.334Z" fill="#274F82"/>
|
|
12
|
-
<path d="M100.026 114.309H91.8729C90.5926 117.269 87.6226 120.752 94.5628 129.359C95.2898 130.26 96.6468 130.299 97.4062 129.425C104.257 121.535 101.302 116.767 100.026 114.309Z" fill="#5A82AD"/>
|
|
13
|
-
<mask id="mask1_2632_3138" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="74" y="19" width="45" height="99">
|
|
14
|
-
<path d="M80.0771 102.46C82.1538 106.585 85.6536 109.636 85.6536 109.636L83.6302 114.576C83.0912 115.892 84.0589 117.334 85.4809 117.334H106.389C107.746 117.334 108.709 116.012 108.293 114.721L106.654 109.636C106.654 109.636 110.143 106.585 112.516 102.46C114.888 98.334 118.501 84.334 118.501 72.6255C118.501 60.917 117.34 54.1943 116.5 50.1179C115.66 46.0415 114.948 41.7107 112.74 37.1676C110.663 32.8949 104.597 24.2669 97.7093 20.0743C96.8973 19.5801 95.8825 19.5692 95.0696 20.0619C88.2036 24.2229 81.4577 34.0881 80.0771 37.1676C78.6078 40.445 77.1321 45.6841 76.5005 50.1179C75.8688 54.5517 74.5005 59.917 74.5005 72.6255C74.5005 85.334 78.0004 98.334 80.0771 102.46Z" fill="#5A82AD"/>
|
|
15
|
-
</mask>
|
|
16
|
-
<g mask="url(#mask1_2632_3138)">
|
|
17
|
-
<path d="M80.0771 102.46C82.1538 106.585 85.6536 109.636 85.6536 109.636L83.6302 114.576C83.0912 115.892 84.0589 117.334 85.4809 117.334H106.389C107.746 117.334 108.709 116.012 108.293 114.721L106.654 109.636C106.654 109.636 110.143 106.585 112.516 102.46C114.888 98.334 118.501 84.334 118.501 72.6255C118.501 60.917 117.34 54.1943 116.5 50.1179C115.66 46.0415 114.948 41.7107 112.74 37.1676C110.532 32.6245 102 22.1841 96.3927 19.334C90.3158 22.332 81.5464 33.8903 80.0771 37.1676C78.6078 40.445 77.1321 45.6841 76.5005 50.1179C75.8688 54.5517 74.5005 59.917 74.5005 72.6255C74.5005 85.334 78.0004 98.334 80.0771 102.46Z" fill="#5A82AD"/>
|
|
18
|
-
<path d="M85.2515 109.641H107.251L109.751 117.641H81.7515L85.2515 109.641Z" fill="#2F598C"/>
|
|
19
|
-
<path d="M115.559 38.9647C109.585 26.2149 95.4908 13.6798 95.4908 13.6798C95.4908 13.6798 81.7861 26.9649 76.5591 38.9647H115.559Z" fill="#274F82"/>
|
|
20
|
-
<path d="M80.3091 104.902L83.6493 109.641H108.674L111.809 104.902H80.3091Z" fill="#3D6C9E"/>
|
|
21
|
-
<circle cx="97.0005" cy="56.334" r="10" fill="#2F598C"/>
|
|
22
|
-
<circle cx="97.0005" cy="56.334" r="5" fill="#E8EDF3"/>
|
|
23
|
-
<path d="M96.5005 88.334C95.1198 88.334 94.0005 89.4533 94.0005 90.834V109.752H99.0005V90.834C99.0005 89.4533 97.8812 88.334 96.5005 88.334V88.334Z" fill="#274F82"/>
|
|
24
|
-
<g style="mix-blend-mode:soft-light">
|
|
25
|
-
<path d="M96.8268 17.5146L92.0229 18.5603C100.631 25.4885 110.589 35.9774 112.535 66.7803C113.677 84.8681 110.267 99.7044 102.564 109.607L105.061 119.303C105.696 119.541 107.489 118.759 111.107 118.188C114.724 117.617 110.71 113.19 108.251 111.048C112.535 108.113 121.198 95.1497 121.579 66.7803C121.959 38.4109 105.236 22.1159 96.8268 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="#F3F5F6"/>
|
|
3
|
-
<path d="M95 190C147.467 190 190 147.467 190 95C190 42.5329 147.467 0 95 0C42.5329 0 0 42.5329 0 95C0 147.467 42.5329 190 95 190Z" fill="#3B485C" fill-opacity="0.1"/>
|
|
4
|
-
<mask id="mask0_2824_22235" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="190" height="190">
|
|
5
|
-
<circle cx="95" cy="95" r="95" fill="#F3F5F6"/>
|
|
6
|
-
</mask>
|
|
7
|
-
<g mask="url(#mask0_2824_22235)">
|
|
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="#C5D3E2"/>
|
|
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="white"/>
|
|
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="#A4ACB6"/>
|
|
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="#E3E5E8"/>
|
|
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="#A4ACB6"/>
|
|
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="#E3E5E8"/>
|
|
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="#C5D3E2"/>
|
|
17
|
-
</g>
|
|
18
|
-
</svg>
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<svg width="191" height="190" viewBox="0 0 191 190" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M95.1372 190C147.604 190 190.137 147.467 190.137 95C190.137 42.5329 147.604 0 95.1372 0C42.6702 0 0.137207 42.5329 0.137207 95C0.137207 147.467 42.6702 190 95.1372 190Z" fill="#F3F5F6"/>
|
|
3
|
-
<path d="M95.1372 190C147.604 190 190.137 147.467 190.137 95C190.137 42.5329 147.604 0 95.1372 0C42.6702 0 0.137207 42.5329 0.137207 95C0.137207 147.467 42.6702 190 95.1372 190Z" fill="#3B485C" fill-opacity="0.1"/>
|
|
4
|
-
<mask id="mask0_2639_11239" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="191" height="190">
|
|
5
|
-
<circle cx="95.1372" cy="95" r="95" fill="#F3F5F6"/>
|
|
6
|
-
</mask>
|
|
7
|
-
<g mask="url(#mask0_2639_11239)">
|
|
8
|
-
<path d="M152.137 189.866H38.1372V67.114C43.5104 67.108 48.6618 64.9728 52.4612 61.1769C56.2607 57.381 58.3978 52.2344 58.4039 46.8662H131.871C131.865 49.5255 132.387 52.1595 133.407 54.6158C134.427 57.0721 135.924 59.302 137.812 61.1763C139.689 63.0633 141.921 64.5597 144.379 65.5789C146.838 66.5982 149.475 67.1199 152.137 67.114V189.866Z" fill="white"/>
|
|
9
|
-
<path d="M95.1373 129.2C111.927 129.2 125.537 115.59 125.537 98.8004C125.537 82.0109 111.927 68.4004 95.1373 68.4004C78.3478 68.4004 64.7373 82.0109 64.7373 98.8004C64.7373 115.59 78.3478 129.2 95.1373 129.2Z" fill="#E26264"/>
|
|
10
|
-
<path d="M105.885 113.131L95.1372 102.383L84.3892 113.131L80.8065 109.548L91.5545 98.8004L80.8065 88.0524L84.3892 84.4697L95.1372 95.2177L105.885 84.4697L109.468 88.0524L98.7199 98.8004L109.468 109.548L105.885 113.131Z" fill="white"/>
|
|
11
|
-
<path d="M111.604 136.8H78.6706C76.5719 136.8 74.8706 138.501 74.8706 140.6C74.8706 142.698 76.5719 144.4 78.6706 144.4H111.604C113.703 144.4 115.404 142.698 115.404 140.6C115.404 138.501 113.703 136.8 111.604 136.8Z" fill="#A4ACB6"/>
|
|
12
|
-
<path d="M123.004 152H67.2707C65.172 152 63.4707 153.701 63.4707 155.8C63.4707 157.899 65.172 159.6 67.2707 159.6H123.004C125.103 159.6 126.804 157.899 126.804 155.8C126.804 153.701 125.103 152 123.004 152Z" fill="#E3E5E8"/>
|
|
13
|
-
</g>
|
|
14
|
-
</svg>
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
<svg width="191" height="190" viewBox="0 0 191 190" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M95.875 190C148.342 190 190.875 147.467 190.875 95C190.875 42.5329 148.342 0 95.875 0C43.4079 0 0.875 42.5329 0.875 95C0.875 147.467 43.4079 190 95.875 190Z" fill="#F3F5F6"/>
|
|
3
|
-
<path d="M95.875 190C148.342 190 190.875 147.467 190.875 95C190.875 42.5329 148.342 0 95.875 0C43.4079 0 0.875 42.5329 0.875 95C0.875 147.467 43.4079 190 95.875 190Z" fill="#3B485C" fill-opacity="0.1"/>
|
|
4
|
-
<mask id="mask0_2863_9302" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="191" height="190">
|
|
5
|
-
<circle cx="95.875" cy="95" r="95" fill="#F3F5F6"/>
|
|
6
|
-
</mask>
|
|
7
|
-
<g mask="url(#mask0_2863_9302)">
|
|
8
|
-
<path d="M152.875 190H38.875V67.2478C44.2482 67.2418 49.3996 65.1066 53.199 61.3107C56.9985 57.5148 59.1356 52.3682 59.1417 47H132.608C132.603 49.6593 133.125 52.2932 134.145 54.7496C135.165 57.2059 136.662 59.4357 138.55 61.3101C140.426 63.1971 142.658 64.6935 145.117 65.7127C147.576 66.7319 150.213 67.2537 152.875 67.2478V190Z" fill="white"/>
|
|
9
|
-
<path d="M98.67 134.857C117.521 134.857 132.803 119.574 132.803 100.723C132.803 81.8719 117.521 66.5898 98.67 66.5898C79.8186 66.5898 64.5366 81.8719 64.5366 100.723C64.5366 119.574 79.8186 134.857 98.67 134.857Z" fill="#F3F5F6"/>
|
|
10
|
-
<path d="M87.9162 100.808C82.338 100.808 77.8159 105.33 77.8159 110.908C77.8159 116.486 82.338 121.008 87.9162 121.008C93.4945 121.008 98.0166 116.486 98.0166 110.908C98.0166 105.33 93.4945 100.808 87.9162 100.808ZM85.0584 115.781C83.9428 115.781 83.0383 114.877 83.0383 113.761C83.0383 112.645 83.9428 111.741 85.0584 111.741C86.174 111.741 87.0785 112.645 87.0785 113.761C87.0771 114.876 86.1735 115.78 85.0584 115.781Z" fill="#9EB6CF"/>
|
|
11
|
-
<path d="M116.2 85.481L117.625 84.0556C118.421 83.2739 118.433 81.9951 117.651 81.1992C116.869 80.4034 115.591 80.3919 114.795 81.1735C114.786 81.182 114.777 81.1906 114.769 81.1992L93.4795 102.489C94.6137 103.239 95.5852 104.211 96.3362 105.345L107.63 94.0507L111.912 98.3342C112.701 99.123 113.98 99.123 114.769 98.3342C115.558 97.5454 115.558 96.2665 114.769 95.4777L110.487 91.1942L113.344 88.3375L114.769 89.7628C115.56 90.549 116.839 90.5447 117.625 89.7533C118.408 88.9656 118.408 87.694 117.625 86.9062L116.2 85.481Z" fill="#9EB6CF"/>
|
|
12
|
-
<rect x="50.3251" y="146.861" width="91.0997" height="23.0997" rx="3.15094" fill="#E8EDF3" stroke="#3D6C9E" stroke-width="0.900269"/>
|
|
13
|
-
<path d="M134.849 158.065C134.993 158.035 135.131 158.014 135.263 158.002C135.395 157.987 135.522 157.98 135.645 157.98C135.987 157.98 136.289 158.031 136.55 158.133C136.811 158.235 137.03 158.376 137.207 158.556C137.384 158.736 137.518 158.948 137.608 159.191C137.698 159.431 137.743 159.69 137.743 159.969C137.743 160.315 137.681 160.63 137.558 160.915C137.438 161.2 137.27 161.444 137.054 161.648C136.838 161.849 136.582 162.006 136.284 162.117C135.99 162.228 135.669 162.283 135.321 162.283C135.117 162.283 134.924 162.262 134.74 162.22C134.557 162.178 134.385 162.123 134.223 162.054C134.064 161.982 133.915 161.9 133.777 161.81C133.642 161.717 133.521 161.62 133.413 161.518L133.755 161.045C133.827 160.943 133.921 160.892 134.038 160.892C134.113 160.892 134.19 160.916 134.268 160.964C134.346 161.012 134.434 161.065 134.533 161.122C134.635 161.179 134.754 161.231 134.889 161.279C135.027 161.327 135.192 161.351 135.384 161.351C135.588 161.351 135.768 161.318 135.924 161.252C136.08 161.186 136.209 161.095 136.311 160.978C136.416 160.858 136.495 160.717 136.546 160.555C136.6 160.39 136.627 160.211 136.627 160.019C136.627 159.665 136.523 159.389 136.316 159.191C136.112 158.99 135.809 158.889 135.407 158.889C135.098 158.889 134.781 158.946 134.457 159.06L133.764 158.862L134.304 155.702H137.518V156.175C137.518 156.334 137.468 156.463 137.369 156.562C137.27 156.661 137.102 156.71 136.865 156.71H135.078L134.849 158.065Z" fill="#3B485C"/>
|
|
14
|
-
<path d="M130.733 159.758V157.629C130.733 157.428 130.747 157.206 130.774 156.963L128.753 159.758H130.733ZM132.52 159.758V160.402C132.52 160.462 132.501 160.515 132.462 160.56C132.423 160.602 132.367 160.623 132.295 160.623H131.701V162.212H130.733V160.623H127.988C127.913 160.623 127.847 160.6 127.79 160.555C127.733 160.507 127.696 160.449 127.681 160.38L127.564 159.817L130.648 155.698H131.701V159.758H132.52Z" fill="#3B485C"/>
|
|
15
|
-
<path d="M123.864 158.065C124.008 158.035 124.146 158.014 124.278 158.002C124.41 157.987 124.537 157.98 124.66 157.98C125.003 157.98 125.304 158.031 125.565 158.133C125.826 158.235 126.045 158.376 126.222 158.556C126.399 158.736 126.533 158.948 126.623 159.191C126.713 159.431 126.758 159.69 126.758 159.969C126.758 160.315 126.697 160.63 126.573 160.915C126.453 161.2 126.285 161.444 126.069 161.648C125.853 161.849 125.597 162.006 125.3 162.117C125.006 162.228 124.684 162.283 124.336 162.283C124.132 162.283 123.939 162.262 123.756 162.22C123.573 162.178 123.4 162.123 123.238 162.054C123.079 161.982 122.93 161.9 122.792 161.81C122.657 161.717 122.536 161.62 122.428 161.518L122.77 161.045C122.842 160.943 122.936 160.892 123.053 160.892C123.128 160.892 123.205 160.916 123.283 160.964C123.361 161.012 123.45 161.065 123.549 161.122C123.651 161.179 123.769 161.231 123.904 161.279C124.042 161.327 124.207 161.351 124.399 161.351C124.603 161.351 124.783 161.318 124.939 161.252C125.096 161.186 125.225 161.095 125.327 160.978C125.432 160.858 125.51 160.717 125.561 160.555C125.615 160.39 125.642 160.211 125.642 160.019C125.642 159.665 125.538 159.389 125.331 159.191C125.127 158.99 124.824 158.889 124.422 158.889C124.113 158.889 123.796 158.946 123.472 159.06L122.779 158.862L123.319 155.702H126.533V156.175C126.533 156.334 126.483 156.463 126.384 156.562C126.285 156.661 126.117 156.71 125.88 156.71H124.093L123.864 158.065Z" fill="#3B485C"/>
|
|
16
|
-
<path d="M119.749 159.758V157.629C119.749 157.428 119.763 157.206 119.79 156.963L117.768 159.758H119.749ZM121.536 159.758V160.402C121.536 160.462 121.517 160.515 121.478 160.56C121.439 160.602 121.383 160.623 121.311 160.623H120.717V162.212H119.749V160.623H117.003C116.928 160.623 116.862 160.6 116.805 160.555C116.748 160.507 116.712 160.449 116.697 160.38L116.58 159.817L119.663 155.698H120.717V159.758H121.536Z" fill="#3B485C"/>
|
|
17
|
-
<path d="M116.048 158.957C116.048 159.525 115.986 160.018 115.863 160.438C115.743 160.855 115.575 161.201 115.359 161.474C115.146 161.747 114.892 161.951 114.598 162.086C114.307 162.218 113.992 162.284 113.653 162.284C113.314 162.284 112.999 162.218 112.708 162.086C112.42 161.951 112.169 161.747 111.956 161.474C111.743 161.201 111.576 160.855 111.456 160.438C111.336 160.018 111.276 159.525 111.276 158.957C111.276 158.387 111.336 157.894 111.456 157.476C111.576 157.059 111.743 156.714 111.956 156.441C112.169 156.168 112.42 155.965 112.708 155.833C112.999 155.698 113.314 155.631 113.653 155.631C113.992 155.631 114.307 155.698 114.598 155.833C114.892 155.965 115.146 156.168 115.359 156.441C115.575 156.714 115.743 157.059 115.863 157.476C115.986 157.894 116.048 158.387 116.048 158.957ZM114.9 158.957C114.9 158.486 114.865 158.096 114.796 157.787C114.727 157.478 114.634 157.232 114.517 157.049C114.403 156.866 114.271 156.738 114.121 156.666C113.971 156.591 113.815 156.554 113.653 156.554C113.494 156.554 113.339 156.591 113.189 156.666C113.042 156.738 112.912 156.866 112.798 157.049C112.684 157.232 112.592 157.478 112.523 157.787C112.457 158.096 112.424 158.486 112.424 158.957C112.424 159.428 112.457 159.819 112.523 160.128C112.592 160.437 112.684 160.683 112.798 160.866C112.912 161.049 113.042 161.178 113.189 161.253C113.339 161.325 113.494 161.361 113.653 161.361C113.815 161.361 113.971 161.325 114.121 161.253C114.271 161.178 114.403 161.049 114.517 160.866C114.634 160.683 114.727 160.437 114.796 160.128C114.865 159.819 114.9 159.428 114.9 158.957Z" fill="#3B485C"/>
|
|
18
|
-
<path d="M107.044 157.656C107.044 158.02 107.137 158.297 107.324 158.489C107.513 158.678 107.78 158.773 108.125 158.773C108.305 158.773 108.465 158.744 108.606 158.687C108.747 158.63 108.866 158.552 108.962 158.453C109.058 158.354 109.13 158.237 109.178 158.102C109.229 157.967 109.255 157.822 109.255 157.665C109.255 157.488 109.228 157.331 109.174 157.193C109.12 157.052 109.043 156.933 108.944 156.837C108.845 156.741 108.726 156.668 108.588 156.617C108.453 156.566 108.305 156.54 108.143 156.54C107.975 156.54 107.823 156.569 107.688 156.626C107.553 156.68 107.438 156.756 107.342 156.855C107.246 156.954 107.172 157.073 107.121 157.211C107.07 157.346 107.044 157.494 107.044 157.656ZM108.521 159.687C108.572 159.624 108.62 159.562 108.665 159.502C108.71 159.442 108.753 159.382 108.795 159.322C108.645 159.418 108.48 159.492 108.3 159.543C108.12 159.591 107.931 159.615 107.733 159.615C107.508 159.615 107.288 159.576 107.071 159.498C106.855 159.419 106.663 159.302 106.495 159.146C106.327 158.987 106.191 158.792 106.086 158.561C105.984 158.327 105.933 158.054 105.933 157.742C105.933 157.451 105.987 157.178 106.095 156.923C106.203 156.668 106.354 156.444 106.549 156.252C106.744 156.06 106.978 155.908 107.252 155.797C107.525 155.686 107.826 155.631 108.156 155.631C108.489 155.631 108.788 155.683 109.052 155.788C109.319 155.893 109.546 156.04 109.732 156.23C109.921 156.419 110.065 156.645 110.164 156.909C110.266 157.173 110.317 157.463 110.317 157.778C110.317 157.979 110.299 158.17 110.263 158.35C110.23 158.53 110.182 158.704 110.119 158.872C110.056 159.037 109.979 159.199 109.889 159.358C109.799 159.517 109.699 159.675 109.588 159.831L108.098 161.955C108.047 162.027 107.97 162.089 107.868 162.14C107.766 162.188 107.651 162.212 107.522 162.212H106.5L108.521 159.687Z" fill="#3B485C"/>
|
|
19
|
-
<path d="M102.444 159.029H104.776V159.957H102.444V159.029Z" fill="#3B485C"/>
|
|
20
|
-
<path d="M98.5215 159.029H100.853V159.957H98.5215V159.029Z" fill="#3B485C"/>
|
|
21
|
-
<path d="M94.8926 159.029H97.2243V159.957H94.8926V159.029Z" fill="#3B485C"/>
|
|
22
|
-
<path d="M91.2642 159.029H93.5959V159.957H91.2642V159.029Z" fill="#3B485C"/>
|
|
23
|
-
<path d="M87.6357 159.029H89.9674V159.957H87.6357V159.029Z" fill="#3B485C"/>
|
|
24
|
-
<path d="M83.9799 158.065L83.7548 158.344C83.8809 158.281 84.0159 158.233 84.1599 158.2C84.307 158.164 84.4645 158.146 84.6326 158.146C84.8787 158.146 85.1172 158.187 85.3483 158.268C85.5824 158.349 85.7879 158.472 85.965 158.637C86.142 158.799 86.2846 159.002 86.3926 159.245C86.5006 159.488 86.5547 159.771 86.5547 160.095C86.5547 160.399 86.4991 160.684 86.3881 160.951C86.2771 161.215 86.121 161.446 85.92 161.644C85.7189 161.842 85.4758 161.998 85.1908 162.112C84.9087 162.226 84.5966 162.283 84.2545 162.283C83.9064 162.283 83.5943 162.228 83.3182 162.117C83.0421 162.006 82.8065 161.851 82.6115 161.653C82.4164 161.452 82.2664 161.212 82.1613 160.933C82.0593 160.651 82.0083 160.339 82.0083 159.996C82.0083 159.69 82.0698 159.377 82.1929 159.056C82.3189 158.732 82.5125 158.395 82.7735 158.047L84.3265 155.963C84.3805 155.891 84.4585 155.83 84.5606 155.779C84.6656 155.728 84.7856 155.702 84.9207 155.702H85.911L83.9799 158.065ZM84.232 161.374C84.409 161.374 84.5711 161.344 84.7181 161.284C84.8682 161.224 84.9957 161.14 85.1007 161.032C85.2088 160.924 85.2928 160.798 85.3528 160.654C85.4128 160.507 85.4428 160.348 85.4428 160.176C85.4428 159.99 85.4143 159.824 85.3573 159.677C85.3003 159.527 85.2193 159.401 85.1142 159.299C85.0092 159.194 84.8832 159.114 84.7361 159.06C84.5891 159.006 84.427 158.979 84.25 158.979C84.0729 158.979 83.9124 159.009 83.7683 159.069C83.6243 159.129 83.5012 159.213 83.3992 159.321C83.2972 159.426 83.2177 159.552 83.1606 159.699C83.1036 159.843 83.0751 159.999 83.0751 160.167C83.0751 160.348 83.0991 160.513 83.1471 160.663C83.1982 160.81 83.2717 160.936 83.3677 161.041C83.4667 161.146 83.5883 161.228 83.7323 161.288C83.8764 161.345 84.0429 161.374 84.232 161.374Z" fill="#3B485C"/>
|
|
25
|
-
<path d="M79.2733 159.753L78.4811 157.588C78.4421 157.492 78.4016 157.378 78.3595 157.246C78.3175 157.114 78.2755 156.972 78.2335 156.818C78.1945 156.972 78.154 157.116 78.112 157.251C78.07 157.383 78.0294 157.498 77.9904 157.597L77.2027 159.753H79.2733ZM81.4115 162.211H80.4752C80.3701 162.211 80.2846 162.186 80.2186 162.135C80.1526 162.081 80.1031 162.015 80.0701 161.937L79.5839 160.609H76.8876L76.4015 161.937C76.3775 162.006 76.3309 162.069 76.2619 162.126C76.1929 162.183 76.1074 162.211 76.0053 162.211H75.0601L77.6213 155.702H78.8547L81.4115 162.211Z" fill="#3B485C"/>
|
|
26
|
-
<path d="M73.1882 158.772C73.0622 158.619 72.9241 158.511 72.7741 158.448C72.627 158.385 72.468 158.354 72.297 158.354C72.1289 158.354 71.9774 158.385 71.8423 158.448C71.7073 158.511 71.5917 158.607 71.4957 158.736C71.3997 158.862 71.3262 159.025 71.2751 159.223C71.2241 159.418 71.1986 159.649 71.1986 159.916C71.1986 160.186 71.2196 160.415 71.2616 160.604C71.3067 160.791 71.3697 160.944 71.4507 161.064C71.5317 161.181 71.6308 161.266 71.7478 161.32C71.8648 161.371 71.9954 161.397 72.1394 161.397C72.3705 161.397 72.567 161.349 72.7291 161.253C72.8911 161.157 73.0442 161.02 73.1882 160.843V158.772ZM74.3 155.522V162.211H73.6203C73.4733 162.211 73.3803 162.144 73.3413 162.009L73.2467 161.563C73.0607 161.776 72.8461 161.949 72.603 162.081C72.363 162.213 72.0824 162.279 71.7613 162.279C71.5092 162.279 71.2781 162.226 71.0681 162.121C70.858 162.016 70.6765 161.865 70.5234 161.667C70.3734 161.466 70.2563 161.218 70.1723 160.924C70.0913 160.63 70.0508 160.294 70.0508 159.916C70.0508 159.574 70.0973 159.256 70.1903 158.961C70.2834 158.667 70.4169 158.412 70.5909 158.196C70.765 157.98 70.9736 157.812 71.2166 157.692C71.4597 157.569 71.7328 157.508 72.0359 157.508C72.294 157.508 72.5145 157.548 72.6976 157.629C72.8806 157.71 73.0442 157.82 73.1882 157.958V155.522H74.3Z" fill="#3B485C"/>
|
|
27
|
-
<path d="M66.8583 161.415C67.0414 161.415 67.2019 161.39 67.34 161.339C67.478 161.285 67.5935 161.211 67.6866 161.118C67.7826 161.025 67.8546 160.914 67.9026 160.785C67.9506 160.656 67.9746 160.516 67.9746 160.366C67.9746 160.009 67.8756 159.739 67.6776 159.556C67.4795 159.373 67.2064 159.281 66.8583 159.281C66.5102 159.281 66.2371 159.373 66.0391 159.556C65.841 159.739 65.742 160.009 65.742 160.366C65.742 160.516 65.766 160.656 65.814 160.785C65.862 160.914 65.9325 161.025 66.0256 161.118C66.1216 161.211 66.2386 161.285 66.3767 161.339C66.5147 161.39 66.6753 161.415 66.8583 161.415ZM66.8583 156.468C66.6933 156.468 66.5507 156.494 66.4307 156.545C66.3106 156.596 66.2101 156.665 66.1291 156.752C66.0511 156.836 65.9925 156.933 65.9535 157.044C65.9175 157.155 65.8995 157.272 65.8995 157.395C65.8995 157.524 65.9145 157.65 65.9445 157.773C65.9775 157.894 66.0316 158.002 66.1066 158.098C66.1816 158.191 66.2806 158.266 66.4037 158.323C66.5267 158.38 66.6783 158.408 66.8583 158.408C67.0384 158.408 67.1899 158.38 67.3129 158.323C67.436 158.266 67.535 158.191 67.61 158.098C67.6851 158.002 67.7376 157.894 67.7676 157.773C67.8006 157.65 67.8171 157.524 67.8171 157.395C67.8171 157.272 67.7976 157.155 67.7586 157.044C67.7196 156.933 67.661 156.836 67.583 156.752C67.505 156.665 67.406 156.596 67.2859 156.545C67.1659 156.494 67.0234 156.468 66.8583 156.468ZM67.9566 158.818C68.3528 158.947 68.6453 159.145 68.8344 159.412C69.0235 159.676 69.118 160 69.118 160.384C69.118 160.672 69.0625 160.933 68.9514 161.168C68.8434 161.402 68.6904 161.601 68.4923 161.766C68.2942 161.931 68.0557 162.059 67.7766 162.149C67.5005 162.239 67.1944 162.284 66.8583 162.284C66.5222 162.284 66.2146 162.239 65.9355 162.149C65.6594 162.059 65.4224 161.931 65.2243 161.766C65.0263 161.601 64.8717 161.402 64.7607 161.168C64.6526 160.933 64.5986 160.672 64.5986 160.384C64.5986 160 64.6932 159.676 64.8822 159.412C65.0713 159.145 65.3639 158.947 65.76 158.818C65.4449 158.686 65.2078 158.498 65.0488 158.255C64.8927 158.012 64.8147 157.719 64.8147 157.377C64.8147 157.131 64.8642 156.902 64.9632 156.689C65.0653 156.476 65.2063 156.291 65.3864 156.135C65.5664 155.976 65.781 155.853 66.0301 155.766C66.2821 155.676 66.5582 155.631 66.8583 155.631C67.1584 155.631 67.433 155.676 67.6821 155.766C67.9341 155.853 68.1502 155.976 68.3302 156.135C68.5103 156.291 68.6498 156.476 68.7489 156.689C68.8509 156.902 68.9019 157.131 68.9019 157.377C68.9019 157.719 68.8224 158.012 68.6633 158.255C68.5073 158.498 68.2717 158.686 67.9566 158.818Z" fill="#3B485C"/>
|
|
28
|
-
<path d="M63.9467 162.211H62.8753C62.7943 162.211 62.7283 162.19 62.6773 162.148C62.6293 162.106 62.5888 162.058 62.5557 162.004L61.5789 160.397C61.5639 160.448 61.5459 160.496 61.5249 160.541C61.5069 160.586 61.4859 160.628 61.4619 160.667L60.5977 162.004C60.5646 162.055 60.5241 162.103 60.4761 162.148C60.4281 162.19 60.3681 162.211 60.2961 162.211H59.3013L60.8857 159.83L59.3643 157.593H60.4356C60.5166 157.593 60.5767 157.605 60.6157 157.629C60.6547 157.65 60.6892 157.686 60.7192 157.737L61.687 159.276C61.72 159.174 61.7665 159.074 61.8265 158.975L62.6053 157.759C62.6713 157.648 62.7568 157.593 62.8618 157.593H63.8836L62.3667 159.78L63.9467 162.211Z" fill="#3B485C"/>
|
|
29
|
-
<path d="M58.7783 158.957C58.7783 159.525 58.7167 160.018 58.5937 160.438C58.4737 160.855 58.3056 161.201 58.0896 161.474C57.8765 161.747 57.6229 161.951 57.3288 162.086C57.0377 162.218 56.7226 162.284 56.3835 162.284C56.0444 162.284 55.7294 162.218 55.4383 162.086C55.1502 161.951 54.8996 161.747 54.6865 161.474C54.4735 161.201 54.3069 160.855 54.1869 160.438C54.0669 160.018 54.0068 159.525 54.0068 158.957C54.0068 158.387 54.0669 157.894 54.1869 157.476C54.3069 157.059 54.4735 156.714 54.6865 156.441C54.8996 156.168 55.1502 155.965 55.4383 155.833C55.7294 155.698 56.0444 155.631 56.3835 155.631C56.7226 155.631 57.0377 155.698 57.3288 155.833C57.6229 155.965 57.8765 156.168 58.0896 156.441C58.3056 156.714 58.4737 157.059 58.5937 157.476C58.7167 157.894 58.7783 158.387 58.7783 158.957ZM57.6304 158.957C57.6304 158.486 57.5959 158.096 57.5269 157.787C57.4579 157.478 57.3648 157.232 57.2478 157.049C57.1338 156.866 57.0017 156.738 56.8517 156.666C56.7016 156.591 56.5456 156.554 56.3835 156.554C56.2245 156.554 56.07 156.591 55.9199 156.666C55.7729 156.738 55.6423 156.866 55.5283 157.049C55.4143 157.232 55.3227 157.478 55.2537 157.787C55.1877 158.096 55.1547 158.486 55.1547 158.957C55.1547 159.428 55.1877 159.819 55.2537 160.128C55.3227 160.437 55.4143 160.683 55.5283 160.866C55.6423 161.049 55.7729 161.178 55.9199 161.253C56.07 161.325 56.2245 161.361 56.3835 161.361C56.5456 161.361 56.7016 161.325 56.8517 161.253C57.0017 161.178 57.1338 161.049 57.2478 160.866C57.3648 160.683 57.4579 160.437 57.5269 160.128C57.5959 159.819 57.6304 159.428 57.6304 158.957Z" fill="#3B485C"/>
|
|
30
|
-
</g>
|
|
31
|
-
</svg>
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
<svg width="190" height="190" viewBox="0 0 190 190" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M95 190C147.467 190 190 147.467 190 95C190 42.5329 147.467 0 95 0C42.5329 0 0 42.5329 0 95C0 147.467 42.5329 190 95 190Z" fill="#F3F5F6"/>
|
|
3
|
-
<path d="M95 190C147.467 190 190 147.467 190 95C190 42.5329 147.467 0 95 0C42.5329 0 0 42.5329 0 95C0 147.467 42.5329 190 95 190Z" fill="#3B485C" fill-opacity="0.1"/>
|
|
4
|
-
<mask id="mask0_2797_10927" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="190" height="190">
|
|
5
|
-
<circle cx="95" cy="95" r="95" fill="#F3F5F6"/>
|
|
6
|
-
</mask>
|
|
7
|
-
<g mask="url(#mask0_2797_10927)">
|
|
8
|
-
<rect x="22.7705" y="50" width="144.459" height="140" rx="6.72718" fill="white"/>
|
|
9
|
-
<g opacity="0.5">
|
|
10
|
-
<rect x="34.3076" y="132.991" width="121.475" height="2.33605" rx="1.16803" fill="#E3E5E8"/>
|
|
11
|
-
</g>
|
|
12
|
-
<g opacity="0.5">
|
|
13
|
-
<rect x="34.354" y="138.77" width="27.254" height="1.55737" rx="0.778685" fill="#9EB6CF"/>
|
|
14
|
-
</g>
|
|
15
|
-
<g opacity="0.5">
|
|
16
|
-
<rect x="83.4111" y="139.548" width="16.3524" height="1.55737" rx="0.778685" fill="#9EB6CF"/>
|
|
17
|
-
</g>
|
|
18
|
-
<rect x="34.354" y="144.22" width="16.3524" height="1.55737" rx="0.778685" fill="#E3E5E8"/>
|
|
19
|
-
<g opacity="0.5">
|
|
20
|
-
<rect x="34.354" y="148.892" width="16.3524" height="1.55737" rx="0.778685" fill="#9EB6CF"/>
|
|
21
|
-
</g>
|
|
22
|
-
<rect x="34.354" y="153.563" width="16.3524" height="1.55737" rx="0.778685" fill="#E3E5E8"/>
|
|
23
|
-
<rect x="83.4111" y="144.22" width="9.34422" height="1.55737" rx="0.778685" fill="#E3E5E8"/>
|
|
24
|
-
<g opacity="0.5">
|
|
25
|
-
<rect x="83.4111" y="148.892" width="9.34422" height="1.55737" rx="0.778685" fill="#9EB6CF"/>
|
|
26
|
-
</g>
|
|
27
|
-
<rect x="83.4111" y="153.563" width="9.34422" height="1.55737" rx="0.778685" fill="#E3E5E8"/>
|
|
28
|
-
<rect x="114.559" y="144.22" width="9.34422" height="1.55737" rx="0.778685" fill="#E3E5E8"/>
|
|
29
|
-
<g opacity="0.5">
|
|
30
|
-
<rect x="114.559" y="148.892" width="9.34422" height="1.55737" rx="0.778685" fill="#9EB6CF"/>
|
|
31
|
-
</g>
|
|
32
|
-
<rect x="114.559" y="153.563" width="9.34422" height="1.55737" rx="0.778685" fill="#E3E5E8"/>
|
|
33
|
-
<rect x="142.591" y="144.22" width="9.34422" height="1.55737" rx="0.778685" fill="#E3E5E8"/>
|
|
34
|
-
<g opacity="0.5">
|
|
35
|
-
<rect x="142.591" y="148.892" width="9.34422" height="1.55737" rx="0.778685" fill="#9EB6CF"/>
|
|
36
|
-
</g>
|
|
37
|
-
<rect x="142.591" y="153.563" width="9.34422" height="1.55737" rx="0.778685" fill="#E3E5E8"/>
|
|
38
|
-
<g opacity="0.5">
|
|
39
|
-
<rect x="114.559" y="139.548" width="16.3524" height="1.55737" rx="0.778685" fill="#9EB6CF"/>
|
|
40
|
-
</g>
|
|
41
|
-
<g opacity="0.5">
|
|
42
|
-
<rect x="142.591" y="139.548" width="13.2376" height="1.55737" rx="0.778685" fill="#9EB6CF"/>
|
|
43
|
-
</g>
|
|
44
|
-
<rect x="134.901" y="78.0322" width="13.2376" height="1.55737" rx="0.778685" fill="#9EB6CF"/>
|
|
45
|
-
<rect x="134.901" y="81.1475" width="13.2376" height="1.55737" rx="0.778685" fill="#E3E5E8"/>
|
|
46
|
-
<g opacity="0.5">
|
|
47
|
-
<rect x="142.688" y="122.417" width="7.00816" height="1.55737" rx="0.778685" fill="#9EB6CF"/>
|
|
48
|
-
</g>
|
|
49
|
-
<rect x="44.5737" y="64.0176" width="13.2376" height="1.55737" rx="0.778685" fill="#E3E5E8"/>
|
|
50
|
-
<rect x="44.5737" y="67.1309" width="13.2376" height="1.55737" rx="0.778685" fill="#9EB6CF"/>
|
|
51
|
-
<rect opacity="0.5" x="64.8193" y="74.1396" width="35.0408" height="35.0408" rx="17.5204" fill="#E3E5E8"/>
|
|
52
|
-
<rect x="88.9585" y="66.3525" width="35.0408" height="35.0408" rx="17.5204" fill="#5A82AD"/>
|
|
53
|
-
<rect x="33.6719" y="107.623" width="2.33605" height="17.1311" rx="1.16803" fill="#E3E5E8"/>
|
|
54
|
-
<rect x="41.459" y="115.41" width="2.33605" height="9.34422" rx="1.16803" fill="#E3E5E8"/>
|
|
55
|
-
<rect x="37.5654" y="102.95" width="2.33605" height="21.8032" rx="1.16803" fill="#9EB6CF"/>
|
|
56
|
-
<path d="M155.822 107.489C156.284 107.447 156.697 107.788 156.703 108.253C156.737 110.727 155.927 113.149 154.394 115.113C152.86 117.076 150.706 118.448 148.297 119.014C147.845 119.12 147.414 118.803 147.343 118.344L147.042 116.405C146.971 115.946 147.288 115.521 147.735 115.398C149.229 114.985 150.559 114.103 151.522 112.87C152.485 111.637 153.02 110.133 153.058 108.584C153.07 108.119 153.406 107.709 153.868 107.667L155.822 107.489Z" fill="#9EB6CF"/>
|
|
57
|
-
<path d="M146.982 118.393C147.036 118.854 146.706 119.276 146.242 119.294C144.378 119.37 142.521 118.965 140.85 118.113C138.929 117.134 137.342 115.607 136.289 113.725C135.236 111.844 134.765 109.692 134.935 107.543C135.105 105.394 135.908 103.343 137.243 101.65C138.579 99.957 140.386 98.6982 142.437 98.0325C144.488 97.3669 146.69 97.3243 148.765 97.9102C150.84 98.4961 152.694 99.6841 154.094 101.324C155.312 102.75 156.137 104.463 156.498 106.293C156.588 106.749 156.255 107.168 155.794 107.222L153.846 107.452C153.385 107.507 152.971 107.175 152.864 106.723C152.599 105.608 152.072 104.567 151.323 103.689C150.391 102.598 149.156 101.807 147.775 101.416C146.393 101.026 144.927 101.055 143.562 101.498C142.196 101.941 140.993 102.779 140.104 103.906C139.215 105.033 138.68 106.399 138.567 107.83C138.454 109.261 138.768 110.693 139.469 111.946C140.17 113.199 141.226 114.216 142.505 114.868C143.534 115.392 144.668 115.662 145.814 115.66C146.279 115.659 146.698 115.984 146.752 116.445L146.982 118.393Z" fill="#E3E5E8"/>
|
|
58
|
-
</g>
|
|
59
|
-
</svg>
|
|
@@ -1,18 +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 190.334C147.467 190.334 190 147.801 190 95.334C190 42.8669 147.467 0.333984 95 0.333984C42.5329 0.333984 0 42.8669 0 95.334C0 147.801 42.5329 190.334 95 190.334Z" fill="#F3F5F6"/>
|
|
3
|
-
<path d="M95 190.334C147.467 190.334 190 147.801 190 95.334C190 42.8669 147.467 0.333984 95 0.333984C42.5329 0.333984 0 42.8669 0 95.334C0 147.801 42.5329 190.334 95 190.334Z" fill="#3B485C" fill-opacity="0.1"/>
|
|
4
|
-
<mask id="mask0_2639_10870" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="190" height="191">
|
|
5
|
-
<circle cx="95" cy="95.334" r="95" fill="#F3F5F6"/>
|
|
6
|
-
</mask>
|
|
7
|
-
<g mask="url(#mask0_2639_10870)">
|
|
8
|
-
<rect x="38" y="47.334" width="114" height="143" rx="8" fill="white"/>
|
|
9
|
-
<rect x="52" y="68.834" width="18" height="18" rx="4" fill="#5A82AD"/>
|
|
10
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M66.3458 73.8879C66.6846 74.2267 66.6846 74.7761 66.3458 75.1149L59.8387 81.6219C59.4999 81.9607 58.9506 81.9607 58.6118 81.6219L55.654 78.6642C55.3152 78.3254 55.3152 77.776 55.654 77.4372C55.9928 77.0984 56.5422 77.0984 56.881 77.4372L59.2253 79.7815L65.1188 73.8879C65.4576 73.5491 66.007 73.5491 66.3458 73.8879Z" fill="white"/>
|
|
11
|
-
<path d="M114.25 67.334H81.75C79.6789 67.334 78 69.0129 78 71.084C78 73.1551 79.6789 74.834 81.75 74.834H114.25C116.321 74.834 118 73.1551 118 71.084C118 69.0129 116.321 67.334 114.25 67.334Z" fill="#5A82AD"/>
|
|
12
|
-
<path d="M136.75 80.834H81.75C79.6789 80.834 78 82.5129 78 84.584C78 86.6551 79.6789 88.334 81.75 88.334H136.75C138.821 88.334 140.5 86.6551 140.5 84.584C140.5 82.5129 138.821 80.834 136.75 80.834Z" fill="#5A82AD"/>
|
|
13
|
-
<rect x="53" y="106.335" width="16" height="16" rx="3" fill="#F3F5F6" stroke="#C1C6CD" stroke-width="2"/>
|
|
14
|
-
<path d="M114.25 103.835H81.75C79.6789 103.835 78 105.514 78 107.585C78 109.656 79.6789 111.335 81.75 111.335H114.25C116.321 111.335 118 109.656 118 107.585C118 105.514 116.321 103.835 114.25 103.835Z" fill="#A4ACB6"/>
|
|
15
|
-
<path d="M136.75 117.335H81.75C79.6789 117.335 78 119.014 78 121.085C78 123.156 79.6789 124.835 81.75 124.835H136.75C138.821 124.835 140.5 123.156 140.5 121.085C140.5 119.014 138.821 117.335 136.75 117.335Z" fill="#E3E5E8"/>
|
|
16
|
-
<rect x="79" y="146.334" width="37" height="14" rx="7" fill="#C1C6CD"/>
|
|
17
|
-
</g>
|
|
18
|
-
</svg>
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<svg width="190" height="190" viewBox="0 0 190 190" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M95 190C147.467 190 190 147.467 190 95C190 42.5329 147.467 0 95 0C42.5329 0 0 42.5329 0 95C0 147.467 42.5329 190 95 190Z" fill="#F3F5F6"/>
|
|
3
|
-
<path d="M95 190C147.467 190 190 147.467 190 95C190 42.5329 147.467 0 95 0C42.5329 0 0 42.5329 0 95C0 147.467 42.5329 190 95 190Z" fill="#3B485C" fill-opacity="0.1"/>
|
|
4
|
-
<mask id="mask0_2863_9301" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="190" height="190">
|
|
5
|
-
<circle cx="95" cy="95" r="95" fill="#F3F5F6"/>
|
|
6
|
-
</mask>
|
|
7
|
-
<g mask="url(#mask0_2863_9301)">
|
|
8
|
-
<path d="M57.9829 147.58C58.0164 125.865 62.0991 117.601 79.7374 112.846C90.0718 117.038 95.9636 116.832 106.611 112.846C125.216 116.821 127.96 126.729 129.645 147.58H57.9829Z" fill="#3D6C9E"/>
|
|
9
|
-
<path d="M66.9405 74.6781C68.0824 81.0097 68.2938 83.8472 70.7796 88.829L114.288 88.8286C118.128 84.7854 118.152 81.3986 119.062 74.0813C121.691 65.5444 120.701 64.0242 116.848 56.6679C120.687 43.8034 72.233 30.5908 70.7795 56.6679C65.7147 61.4572 65.3285 65.7402 66.9405 74.6781Z" fill="#3D6C9E"/>
|
|
10
|
-
<path d="M79.7368 112.846L83.5759 105.127H102.771L106.61 112.846C96.4054 117.827 90.5728 118.675 79.7368 112.846Z" fill="#2F598C"/>
|
|
11
|
-
<path d="M99.7297 62.9496C81.784 56.0951 70.4436 59.0346 70.4434 82.6145C71.6364 91.1312 77.701 109.432 90.5673 109.432C108.44 109.432 113.935 92.7753 114.844 82.808C116.244 67.4728 115.504 70.7423 113.585 62.9496C108.424 65.7482 106.177 65.4121 99.7297 62.9496Z" fill="#9EB6CF"/>
|
|
12
|
-
</g>
|
|
13
|
-
</svg>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<svg width="201" height="222" viewBox="0 0 201 222" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M100.189 210.667C155.417 210.667 200.189 165.895 200.189 110.667C200.189 55.4385 155.417 10.667 100.189 10.667C44.9605 10.667 0.188965 55.4385 0.188965 110.667C0.188965 165.895 44.9605 210.667 100.189 210.667Z" fill="#F3F5F6"/>
|
|
3
|
-
<path d="M100.189 210.667C155.417 210.667 200.189 165.895 200.189 110.667C200.189 55.4385 155.417 10.667 100.189 10.667C44.9605 10.667 0.188965 55.4385 0.188965 110.667C0.188965 165.895 44.9605 210.667 100.189 210.667Z" fill="#3B485C" fill-opacity="0.1"/>
|
|
4
|
-
<mask id="mask0_2639_11151" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="11" width="201" height="200">
|
|
5
|
-
<circle cx="100.189" cy="111" r="100" fill="#F3F5F6"/>
|
|
6
|
-
</mask>
|
|
7
|
-
<g mask="url(#mask0_2639_11151)">
|
|
8
|
-
<path d="M157.523 68.001H42.8561C39.1742 68.001 36.1895 70.9857 36.1895 74.6676V214.668C36.1895 218.35 39.1742 221.334 42.8561 221.334H157.523C161.205 221.334 164.189 218.35 164.189 214.668V74.6676C164.189 70.9857 161.205 68.001 157.523 68.001Z" fill="white"/>
|
|
9
|
-
<path d="M86.8561 88H52.1895C49.9803 88 48.1895 89.7909 48.1895 92C48.1895 94.2091 49.9803 96 52.1895 96H86.8561C89.0653 96 90.8561 94.2091 90.8561 92C90.8561 89.7909 89.0653 88 86.8561 88Z" fill="#9EB6CF"/>
|
|
10
|
-
<path d="M110.856 105.333H52.1895C49.9803 105.333 48.1895 107.124 48.1895 109.333C48.1895 111.542 49.9803 113.333 52.1895 113.333H110.856C113.065 113.333 114.856 111.542 114.856 109.333C114.856 107.124 113.065 105.333 110.856 105.333Z" fill="#E3E5E8"/>
|
|
11
|
-
<path d="M86.8561 124.001H52.1895C49.9803 124.001 48.1895 125.792 48.1895 128.001C48.1895 130.21 49.9803 132.001 52.1895 132.001H86.8561C89.0653 132.001 90.8561 130.21 90.8561 128.001C90.8561 125.792 89.0653 124.001 86.8561 124.001Z" fill="#A4ACB6"/>
|
|
12
|
-
<path d="M110.856 141.334H52.1895C49.9803 141.334 48.1895 143.125 48.1895 145.334C48.1895 147.543 49.9803 149.334 52.1895 149.334H110.856C113.065 149.334 114.856 147.543 114.856 145.334C114.856 143.125 113.065 141.334 110.856 141.334Z" fill="#E3E5E8"/>
|
|
13
|
-
<path d="M86.8561 160.001H52.1895C49.9803 160.001 48.1895 161.792 48.1895 164.001C48.1895 166.21 49.9803 168.001 52.1895 168.001H86.8561C89.0653 168.001 90.8561 166.21 90.8561 164.001C90.8561 161.792 89.0653 160.001 86.8561 160.001Z" fill="#A4ACB6"/>
|
|
14
|
-
<path d="M110.856 177.334H52.1895C49.9803 177.334 48.1895 179.125 48.1895 181.334C48.1895 183.543 49.9803 185.334 52.1895 185.334H110.856C113.065 185.334 114.856 183.543 114.856 181.334C114.856 179.125 113.065 177.334 110.856 177.334Z" fill="#E3E5E8"/>
|
|
15
|
-
</g>
|
|
16
|
-
<path d="M157.522 0H42.8556C39.1737 0 36.189 2.98477 36.189 6.66667V46.6667C36.189 50.3486 39.1737 53.3333 42.8556 53.3333H157.522C161.204 53.3333 164.189 50.3486 164.189 46.6667V6.66667C164.189 2.98477 161.204 0 157.522 0Z" fill="#9EB6CF"/>
|
|
17
|
-
<path d="M86.8556 14.667H52.189C49.9798 14.667 48.189 16.4579 48.189 18.667C48.189 20.8761 49.9798 22.667 52.189 22.667H86.8556C89.0648 22.667 90.8556 20.8761 90.8556 18.667C90.8556 16.4579 89.0648 14.667 86.8556 14.667Z" fill="#F3F5F6"/>
|
|
18
|
-
<path d="M110.856 32H52.189C49.9798 32 48.189 33.7909 48.189 36C48.189 38.2091 49.9798 40 52.189 40H110.856C113.065 40 114.856 38.2091 114.856 36C114.856 33.7909 113.065 32 110.856 32Z" fill="#F3F5F6"/>
|
|
19
|
-
</svg>
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<svg width="200" height="191" viewBox="0 0 200 191" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M99.8906 191C152.634 191 195.391 148.467 195.391 96C195.391 43.5329 152.634 1 99.8906 1C47.1474 1 4.39062 43.5329 4.39062 96C4.39062 148.467 47.1474 191 99.8906 191Z" fill="#F3F5F6"/>
|
|
3
|
-
<path d="M99.8906 191C152.634 191 195.391 148.467 195.391 96C195.391 43.5329 152.634 1 99.8906 1C47.1474 1 4.39062 43.5329 4.39062 96C4.39062 148.467 47.1474 191 99.8906 191Z" fill="#3B485C" fill-opacity="0.06"/>
|
|
4
|
-
<mask id="mask0_3363_10809" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="4" y="1" width="192" height="190">
|
|
5
|
-
<ellipse cx="99.8906" cy="96" rx="95.5" ry="95" fill="#F3F5F6"/>
|
|
6
|
-
</mask>
|
|
7
|
-
<g mask="url(#mask0_3363_10809)">
|
|
8
|
-
<circle cx="99.9841" cy="95.9841" r="38.0154" fill="#80AA4D"/>
|
|
9
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M117.538 84.0495C118.983 85.7011 118.866 88.2571 117.277 89.7586L95.8819 109.966C94.3982 111.367 92.1323 111.367 90.6486 109.966L80.9237 100.781C79.334 99.2794 79.2169 96.7233 80.662 95.0718C82.1072 93.4202 84.5674 93.2984 86.157 94.7999L93.2652 101.514L112.043 83.7776C113.633 82.2762 116.093 82.3979 117.538 84.0495Z" fill="white"/>
|
|
10
|
-
</g>
|
|
11
|
-
</svg>
|