adata-ui 3.1.80 → 3.1.82
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 +84 -84
- package/dist/module.json +1 -1
- package/dist/runtime/components/Alert.vue +26 -26
- package/dist/runtime/components/Alert.vue.d.ts +2 -37
- package/dist/runtime/components/Chip.vue +5 -5
- package/dist/runtime/components/Chip.vue.d.ts +2 -21
- package/dist/runtime/components/ColorMode.vue +12 -12
- package/dist/runtime/components/CurveBlock.vue +177 -177
- package/dist/runtime/components/DigitBadge.vue +5 -5
- package/dist/runtime/components/DigitBadge.vue.d.ts +1 -1
- package/dist/runtime/components/Drawer.vue +32 -32
- package/dist/runtime/components/Drawer.vue.d.ts +2 -47
- package/dist/runtime/components/EmptyHeader.vue +6 -6
- package/dist/runtime/components/Error.vue +59 -59
- package/dist/runtime/components/Footer.vue +73 -73
- package/dist/runtime/components/FooterAccordion.vue +45 -45
- package/dist/runtime/components/Header.vue +111 -111
- package/dist/runtime/components/Header.vue.d.ts +50 -0
- package/dist/runtime/components/Modal.vue +78 -78
- package/dist/runtime/components/Modal.vue.d.ts +9 -49
- package/dist/runtime/components/NewFooter.vue +114 -114
- package/dist/runtime/components/NewFooterAccordion.vue +52 -52
- package/dist/runtime/components/OtherServiceFeatures.vue +45 -45
- package/dist/runtime/components/PkMobileServices.vue +22 -22
- package/dist/runtime/components/SidePanel.vue +76 -76
- package/dist/runtime/components/SidePanel.vue.d.ts +3 -79
- package/dist/runtime/components/Tag.vue +4 -4
- package/dist/runtime/components/Tag.vue.d.ts +2 -12
- package/dist/runtime/components/Toggle.vue +30 -30
- package/dist/runtime/components/accordion/Accordion.vue +41 -41
- package/dist/runtime/components/accordion/Accordion.vue.d.ts +4 -44
- package/dist/runtime/components/button/Button.vue +22 -22
- package/dist/runtime/components/button/Button.vue.d.ts +4 -22
- package/dist/runtime/components/checkbox/Checkbox.vue +58 -58
- package/dist/runtime/components/checkbox/Checkbox.vue.d.ts +7 -39
- package/dist/runtime/components/date-picker/DatePicker.vue +38 -38
- package/dist/runtime/components/error-template/index.vue +32 -32
- package/dist/runtime/components/error-template/index.vue.d.ts +3 -5
- package/dist/runtime/components/feature-description/FeatureDescription.vue +46 -46
- package/dist/runtime/components/floating-label/FloatingLabel.vue +5 -5
- package/dist/runtime/components/floating-label/FloatingLabel.vue.d.ts +2 -7
- package/dist/runtime/components/forms/input/password/InputPassword.vue +25 -25
- package/dist/runtime/components/forms/input/password/InputPassword.vue.d.ts +1 -1
- package/dist/runtime/components/forms/input/standard/InputStandard.vue +108 -108
- package/dist/runtime/components/forms/input/textarea/ATextarea.vue +63 -63
- package/dist/runtime/components/forms/input/textarea/ATextarea.vue.d.ts +3 -35
- package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue +61 -55
- package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue.d.ts +11 -2
- package/dist/runtime/components/forms/request-demo/RequestDemo.vue +63 -59
- package/dist/runtime/components/forms/request-demo/RequestDemo.vue.d.ts +27 -0
- package/dist/runtime/components/header/AlmatyContacts.vue +76 -76
- package/dist/runtime/components/header/AstanaContacts.vue +31 -31
- package/dist/runtime/components/header/CardGallery.vue +60 -60
- package/dist/runtime/components/header/ContactMenu.vue +39 -39
- package/dist/runtime/components/header/ContactMenu.vue.d.ts +8 -2
- package/dist/runtime/components/header/HeaderLink.vue +68 -55
- package/dist/runtime/components/header/LangSwitcher.vue +26 -26
- package/dist/runtime/components/header/ListItem.vue +15 -15
- package/dist/runtime/components/header/NavCard.vue +28 -28
- package/dist/runtime/components/header/NavList.vue +52 -52
- package/dist/runtime/components/header/ProductMenu.vue +72 -72
- package/dist/runtime/components/header/ProductMenu.vue.d.ts +8 -2
- package/dist/runtime/components/header/ProfileMenu.vue +37 -37
- package/dist/runtime/components/header/ProfileMenu.vue.d.ts +5 -1
- package/dist/runtime/components/header/ProfileMenuContent.vue +140 -140
- package/dist/runtime/components/header/ProfileMenuContent.vue.d.ts +5 -1
- package/dist/runtime/components/header/TopHeader.vue +72 -72
- package/dist/runtime/components/header-mobile/HeaderMobile.vue +39 -39
- package/dist/runtime/components/header-mobile/HeaderMobile.vue.d.ts +9 -14
- package/dist/runtime/components/mobile-navigation/BottomNavigation.vue +41 -41
- package/dist/runtime/components/mobile-navigation/BottomNavigation.vue.d.ts +29 -0
- package/dist/runtime/components/mobile-navigation/MainButton.vue +8 -8
- package/dist/runtime/components/mobile-navigation/MainButton.vue.d.ts +5 -1
- package/dist/runtime/components/mobile-navigation/MobileProductMenu.vue +26 -26
- package/dist/runtime/components/modals/ApplicationAcceptedModal.vue +43 -0
- package/dist/runtime/components/modals/ApplicationAcceptedModal.vue.d.ts +9 -0
- package/dist/runtime/components/modals/ConnectingTariffModal.vue +58 -0
- package/dist/runtime/components/modals/ConnectingTariffModal.vue.d.ts +19 -0
- package/dist/runtime/components/modals/InsufficientFundsModal.vue +68 -0
- package/dist/runtime/components/modals/InsufficientFundsModal.vue.d.ts +18 -0
- package/dist/runtime/components/modals/NoAccessContent.vue +34 -34
- package/dist/runtime/components/modals/NoAccessContent.vue.d.ts +5 -1
- package/dist/runtime/components/modals/NoAccessSimple.vue +16 -16
- package/dist/runtime/components/modals/NoAccessSimple.vue.d.ts +5 -1
- package/dist/runtime/components/modals/SubmitApplicationModal.vue +114 -0
- package/dist/runtime/components/modals/SubmitApplicationModal.vue.d.ts +17 -0
- package/dist/runtime/components/modals/TokenTimeoutContent.vue +24 -24
- package/dist/runtime/components/modals/TokenTimeoutContent.vue.d.ts +5 -1
- package/dist/runtime/components/modals/id/IdAccessModal.vue +34 -34
- package/dist/runtime/components/modals/id/IdBanner.vue +29 -29
- package/dist/runtime/components/modals/id/IdConfirmAccountOtpModal.vue +43 -43
- package/dist/runtime/components/modals/id/IdConfirmSuccessfulModal.vue +17 -17
- package/dist/runtime/components/modals/id/IdLoginModal.vue +100 -100
- package/dist/runtime/components/modals/id/IdModals.vue +44 -44
- package/dist/runtime/components/modals/id/IdNewPasswordModal.vue +46 -46
- package/dist/runtime/components/modals/id/IdOtpInput.vue +30 -30
- package/dist/runtime/components/modals/id/IdPasswordSuccessfulModal.vue +14 -14
- package/dist/runtime/components/modals/id/IdRecoveryModal.vue +30 -30
- package/dist/runtime/components/modals/id/IdRegistrationModal.vue +68 -68
- package/dist/runtime/components/modals/id/IdResetPasswordOtpModal.vue +47 -47
- package/dist/runtime/components/modals/id/IdTwoFactorModal.vue +23 -23
- package/dist/runtime/components/payment/process/PaymentKaspiQrSidePanel.vue +51 -51
- package/dist/runtime/components/payment/process/PaymentKaspiRedirectSidePanel.vue +35 -35
- package/dist/runtime/components/payment/process/PaymentMethodSidePanel.vue +69 -69
- package/dist/runtime/components/payment/process/PaymentProcess.vue +26 -26
- package/dist/runtime/components/payment/process/PaymentTopUpSidePanel.vue +63 -63
- package/dist/runtime/components/photos-animation/PhotosAnimation.vue +9 -9
- package/dist/runtime/components/pill-tabs/PillTabs.vue +39 -39
- package/dist/runtime/components/pill-tabs/PillTabs.vue.d.ts +46 -0
- package/dist/runtime/components/radio-button/RadioButton.vue +33 -33
- package/dist/runtime/components/radio-button/RadioButton.vue.d.ts +2 -36
- package/dist/runtime/components/row-card/RowCard.vue +27 -27
- package/dist/runtime/components/row-card/RowCard.vue.d.ts +2 -9
- package/dist/runtime/components/select-row/index.vue +58 -58
- package/dist/runtime/components/select-row/index.vue.d.ts +1 -1
- package/dist/runtime/components/transitions/TransitionHeight.vue +9 -9
- package/dist/runtime/components/transitions/TransitionHeight.vue.d.ts +2 -20
- package/dist/runtime/components/tree-select/TreeSelect.vue +16 -16
- package/dist/runtime/components/tree-select/components/tree-select-nodes.vue +75 -75
- package/dist/runtime/composables/projectState.d.ts +2 -2
- package/dist/runtime/composables/useBuyTariffs.d.ts +7 -0
- package/dist/runtime/composables/useBuyTariffs.js +73 -0
- package/dist/runtime/composables/useIdModals.d.ts +11 -21
- package/dist/runtime/composables/usePayment.d.ts +5 -5
- package/dist/runtime/i18n/i18n.config.d.ts +9 -0
- package/dist/runtime/i18n.d.ts +1 -1
- package/dist/runtime/icons/ai-assistant.vue +13 -13
- package/dist/runtime/icons/akimat.vue +20 -20
- package/dist/runtime/icons/arrow/arrow-circle-down.vue +18 -18
- package/dist/runtime/icons/arrow/arrow-graph-up.vue +24 -24
- package/dist/runtime/icons/arrow/arrow-side-up.vue +19 -19
- package/dist/runtime/icons/arrow/arrow-top-right-on-square.vue +19 -19
- package/dist/runtime/icons/arrow/chevron-down.vue +19 -19
- package/dist/runtime/icons/avatar.vue +41 -41
- package/dist/runtime/icons/avto/car.vue +17 -17
- package/dist/runtime/icons/avto/truck.vue +17 -17
- package/dist/runtime/icons/bank.vue +14 -14
- package/dist/runtime/icons/block.vue +19 -19
- package/dist/runtime/icons/bookmark.vue +19 -19
- package/dist/runtime/icons/calculator.vue +19 -19
- package/dist/runtime/icons/chartBar.vue +14 -14
- package/dist/runtime/icons/check-circle.vue +25 -25
- package/dist/runtime/icons/check-sb.vue +7 -7
- package/dist/runtime/icons/checkbox/checkbox-active.vue +19 -19
- package/dist/runtime/icons/checkbox/checkbox-empty.vue +20 -20
- package/dist/runtime/icons/checkbox/checkbox-intermediate.vue +19 -19
- package/dist/runtime/icons/chevron/chevron-down.vue +16 -16
- package/dist/runtime/icons/chevron/chevron-left.vue +5 -5
- package/dist/runtime/icons/chevron/chevron-right.vue +5 -5
- package/dist/runtime/icons/chevron/chevron-up.vue +5 -5
- package/dist/runtime/icons/chevron/double-chevron-right.vue +12 -12
- package/dist/runtime/icons/clipboard-text.vue +17 -17
- package/dist/runtime/icons/clock.vue +25 -25
- package/dist/runtime/icons/color-mode/moon.vue +20 -20
- package/dist/runtime/icons/color-mode/sun.vue +27 -27
- package/dist/runtime/icons/communication/mail.vue +19 -19
- package/dist/runtime/icons/communication/phone.vue +19 -19
- package/dist/runtime/icons/company.vue +19 -19
- package/dist/runtime/icons/currency/dollar.vue +19 -19
- package/dist/runtime/icons/currency/down.vue +22 -22
- package/dist/runtime/icons/currency/eur.vue +69 -69
- package/dist/runtime/icons/currency/rub.vue +25 -25
- package/dist/runtime/icons/currency/tenge.vue +9 -9
- package/dist/runtime/icons/currency/usd.vue +269 -269
- package/dist/runtime/icons/currency/yuan.vue +37 -37
- package/dist/runtime/icons/document/hdocument.vue +17 -17
- package/dist/runtime/icons/document/id.vue +19 -19
- package/dist/runtime/icons/document/profile.vue +19 -19
- package/dist/runtime/icons/eye-closed.vue +26 -26
- package/dist/runtime/icons/eye-open.vue +7 -7
- package/dist/runtime/icons/eye-opened.vue +23 -23
- package/dist/runtime/icons/file/excel-icon.vue +14 -14
- package/dist/runtime/icons/file/file.vue +19 -19
- package/dist/runtime/icons/file/files.vue +17 -17
- package/dist/runtime/icons/globe.vue +19 -19
- package/dist/runtime/icons/hand-with-phone/hand-with-phone-dark.vue +52 -52
- package/dist/runtime/icons/hand-with-phone/hand-with-phone-light.vue +52 -52
- package/dist/runtime/icons/handshake.vue +19 -19
- package/dist/runtime/icons/history.vue +19 -19
- package/dist/runtime/icons/hot-line.vue +6 -6
- package/dist/runtime/icons/id.vue +9 -9
- package/dist/runtime/icons/info/info-circle.vue +29 -29
- package/dist/runtime/icons/invoice.vue +35 -35
- package/dist/runtime/icons/kaspi-qr.vue +13 -13
- package/dist/runtime/icons/link-chain.vue +31 -31
- package/dist/runtime/icons/loader-circle.vue +34 -34
- package/dist/runtime/icons/lock.vue +19 -19
- package/dist/runtime/icons/logo/adata.vue +48 -48
- package/dist/runtime/icons/logo/logo.vue +27 -27
- package/dist/runtime/icons/map-paper.vue +5 -5
- package/dist/runtime/icons/map-pin-rect.vue +15 -15
- package/dist/runtime/icons/medal.vue +17 -17
- package/dist/runtime/icons/menu/menu-filled.vue +61 -61
- package/dist/runtime/icons/menu/menu.vue +41 -41
- package/dist/runtime/icons/message.vue +24 -24
- package/dist/runtime/icons/modals/door.vue +162 -162
- package/dist/runtime/icons/moon.vue +10 -10
- package/dist/runtime/icons/navigation/expand-window.vue +19 -19
- package/dist/runtime/icons/navigation/location.vue +25 -25
- package/dist/runtime/icons/navigation/logout.vue +19 -19
- package/dist/runtime/icons/notifications.vue +25 -25
- package/dist/runtime/icons/other-service/arrow-square-down.vue +15 -15
- package/dist/runtime/icons/other-service/arrow-top-right-on-square.vue +6 -6
- package/dist/runtime/icons/other-service/block.vue +16 -16
- package/dist/runtime/icons/other-service/currency-dollar.vue +16 -16
- package/dist/runtime/icons/other-service/globe.vue +16 -16
- package/dist/runtime/icons/other-service/link.vue +7 -7
- package/dist/runtime/icons/other-service/magnifying-glass.vue +9 -9
- package/dist/runtime/icons/other-service/standing-scales.vue +15 -15
- package/dist/runtime/icons/other-service/users-three.vue +7 -7
- package/dist/runtime/icons/payment/payment-card.vue +6 -6
- package/dist/runtime/icons/payment/payment-kaspi.vue +11 -11
- package/dist/runtime/icons/plus.vue +24 -24
- package/dist/runtime/icons/radio/radio-check.vue +24 -24
- package/dist/runtime/icons/radio/radio-empty.vue +20 -20
- package/dist/runtime/icons/receipt/hcheck.vue +27 -27
- package/dist/runtime/icons/receipt/receipt.vue +27 -27
- package/dist/runtime/icons/sanctions.vue +8 -8
- package/dist/runtime/icons/scale.vue +19 -19
- package/dist/runtime/icons/search.vue +27 -27
- package/dist/runtime/icons/socials/facebook.vue +15 -15
- package/dist/runtime/icons/socials/google.vue +41 -41
- package/dist/runtime/icons/socials/instagram.vue +19 -19
- package/dist/runtime/icons/socials/linkedin.vue +24 -24
- package/dist/runtime/icons/socials/mailru.vue +34 -34
- package/dist/runtime/icons/socials/telegram.vue +15 -15
- package/dist/runtime/icons/socials/tik-tok.vue +15 -15
- package/dist/runtime/icons/socials/whatsapp.vue +21 -21
- package/dist/runtime/icons/socials/yandex.vue +28 -28
- package/dist/runtime/icons/socials/youtube.vue +16 -16
- package/dist/runtime/icons/sun.vue +14 -14
- package/dist/runtime/icons/sviazi.vue +19 -19
- package/dist/runtime/icons/tasks.vue +10 -10
- package/dist/runtime/icons/toasts/check-circle-toast.vue +6 -6
- package/dist/runtime/icons/toasts/warning-triangle-toast.vue +7 -7
- package/dist/runtime/icons/users/users-three.vue +17 -17
- package/dist/runtime/icons/users/users.vue +31 -31
- package/dist/runtime/icons/warning-triangle.vue +29 -29
- package/dist/runtime/icons/work-bag.vue +20 -20
- package/dist/runtime/icons/x-mark.vue +18 -18
- package/dist/runtime/illustrations/address-location.vue +38 -38
- package/dist/runtime/illustrations/ball-with-chain.vue +120 -120
- package/dist/runtime/illustrations/bill.vue +133 -133
- package/dist/runtime/illustrations/buildings.vue +82 -82
- package/dist/runtime/illustrations/calendar.vue +156 -156
- package/dist/runtime/illustrations/chains.vue +152 -152
- package/dist/runtime/illustrations/coin-percent.vue +126 -126
- package/dist/runtime/illustrations/coins-stack.vue +202 -202
- package/dist/runtime/illustrations/delete-dark.vue +31 -31
- package/dist/runtime/illustrations/delete.vue +32 -32
- package/dist/runtime/illustrations/doc-with-stamp.vue +126 -126
- package/dist/runtime/illustrations/document.vue +64 -64
- package/dist/runtime/illustrations/door.vue +74 -74
- package/dist/runtime/illustrations/empty-box.vue +77 -77
- package/dist/runtime/illustrations/empty-wallet.vue +161 -161
- package/dist/runtime/illustrations/graph-in-coin.vue +119 -119
- package/dist/runtime/illustrations/hammer.vue +156 -156
- package/dist/runtime/illustrations/hand-cash.vue +108 -108
- package/dist/runtime/illustrations/info.vue +39 -39
- package/dist/runtime/illustrations/mail.vue +68 -68
- package/dist/runtime/illustrations/ok.vue +62 -62
- package/dist/runtime/illustrations/people-group.vue +237 -237
- package/dist/runtime/illustrations/person-with-phone.vue +187 -187
- package/dist/runtime/illustrations/person.vue +159 -159
- package/dist/runtime/illustrations/phone-check.vue +90 -90
- package/dist/runtime/illustrations/phone-payment-method.vue +223 -223
- package/dist/runtime/illustrations/stop-hand.vue +77 -77
- package/dist/runtime/illustrations/stop-sign.vue +34 -34
- package/dist/runtime/illustrations/suit.vue +111 -111
- package/dist/runtime/illustrations/suitcase.vue +105 -105
- package/dist/runtime/illustrations/terminal-dark.vue +48 -48
- package/dist/runtime/illustrations/terminal.vue +234 -234
- package/dist/runtime/illustrations/trash-can.vue +108 -108
- package/dist/runtime/illustrations/turn-on-tariff.vue +38 -38
- package/dist/runtime/illustrations/two-persons.vue +169 -169
- package/dist/runtime/lang/en.js +5 -2
- package/dist/runtime/lang/kk.js +5 -2
- package/dist/runtime/lang/ru.d.ts +3 -0
- package/dist/runtime/lang/ru.js +5 -2
- package/dist/runtime/plugins/toast.d.ts +1 -503
- package/dist/runtime/public/kaspi/logo.svg +4 -4
- package/dist/runtime/server/tsconfig.json +3 -3
- package/dist/runtime/utils/getMaxZindex.d.ts +2 -0
- package/dist/runtime/utils/getMaxZindex.js +22 -0
- package/dist/runtime/utils/localizedNavigation.d.ts +1 -1
- package/dist/runtime/utils/useUrls.d.ts +1 -0
- package/dist/runtime/utils/useUrls.js +1 -0
- package/package.json +73 -73
|
@@ -1,119 +1,119 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="155"
|
|
4
|
-
height="155"
|
|
5
|
-
viewBox="0 0 155 155"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<circle cx="77.5001" cy="77.4998" r="64.5833" fill="#BDC7CE" fill-opacity="0.15" />
|
|
10
|
-
<g clip-path="url(#clip0_2864_87974)">
|
|
11
|
-
<path
|
|
12
|
-
d="M130.11 85.3113C130.867 81.8669 131.245 78.4224 131.245 74.855C131.245 57.2637 122.288 41.6407 108.662 32.1684C108.284 32.0454 108.031 31.7994 107.779 31.6764C107.653 31.5534 107.527 31.4304 107.4 31.4304C106.77 31.0613 106.139 30.5692 105.382 30.2002C104.625 29.8311 103.868 29.3391 103.237 28.97C103.237 28.97 103.111 28.97 103.111 28.847C102.48 28.478 101.723 28.1089 101.092 27.8629C100.966 27.7399 100.84 27.7399 100.714 27.6169C100.083 27.3708 99.4521 27.0018 98.8213 26.7558C98.6951 26.7558 98.569 26.6327 98.4428 26.6327C96.9289 26.0177 95.4149 25.4026 93.7748 24.9105C93.6486 24.9105 93.3963 24.7875 93.2701 24.7875C92.6393 24.5415 92.0085 24.4184 91.3777 24.2954C91.1254 24.2954 90.9992 24.1724 90.7469 24.1724C90.1161 24.0494 89.3591 23.8034 88.7283 23.6804C88.6021 23.6804 88.476 23.6804 88.3498 23.5573C87.5928 23.4343 86.7097 23.3113 85.9527 23.1883C85.8265 23.1883 85.5742 23.1883 85.4481 23.0653C84.8172 22.9423 84.1864 22.9423 83.4294 22.8192C83.1771 22.8192 82.9248 22.8192 82.6725 22.6962C82.0417 22.6962 81.4108 22.5732 80.9062 22.5732C80.6539 22.5732 80.4015 22.5732 80.1492 22.5732C79.2661 22.5732 78.5091 22.4502 77.626 22.4502C47.8515 22.5732 23.8806 45.9462 23.8806 74.855C23.8806 75.8391 23.8806 76.8232 24.0068 77.8073C24.0068 78.1764 24.0068 78.4224 24.1329 78.7915C24.1329 79.5296 24.2591 80.1446 24.3853 80.8827C24.3853 81.2518 24.5114 81.6208 24.5114 81.9899C24.6376 82.605 24.7638 83.3431 24.7638 83.9581C24.7638 84.2042 24.8899 84.4502 24.8899 84.8192C24.8899 85.0653 24.8899 85.3113 25.0161 85.5573C27.287 112.744 48.987 133.164 77.1213 133.164C104.877 133.164 127.46 112.621 130.236 86.0494C130.11 86.4184 130.11 86.7875 129.984 87.2796C129.984 86.5415 129.984 85.9264 130.11 85.3113Z"
|
|
13
|
-
class="fill-white dark:fill-gray-900"
|
|
14
|
-
/>
|
|
15
|
-
<path
|
|
16
|
-
opacity="0.2"
|
|
17
|
-
d="M77.4999 33.1528C102.733 33.1528 123.297 52.5893 124.432 76.9464C124.432 76.3314 124.432 75.5933 124.432 74.9782C124.432 49.6369 103.363 29.0933 77.4999 29.0933C51.6366 29.0933 30.5674 49.6369 30.5674 74.8552C30.5674 75.4702 30.5674 76.2083 30.5674 76.8234C31.7028 52.5893 52.2674 33.1528 77.4999 33.1528Z"
|
|
18
|
-
fill="#BDC7CE"
|
|
19
|
-
/>
|
|
20
|
-
<path
|
|
21
|
-
d="M77.4998 127.137C107.113 127.137 131.119 103.729 131.119 74.855C131.119 45.9806 107.113 22.5732 77.4998 22.5732C47.8867 22.5732 23.8806 45.9806 23.8806 74.855C23.8806 103.729 47.8867 127.137 77.4998 127.137Z"
|
|
22
|
-
stroke="#9DA3AC"
|
|
23
|
-
stroke-width="1.29167"
|
|
24
|
-
stroke-linecap="round"
|
|
25
|
-
stroke-linejoin="round"
|
|
26
|
-
/>
|
|
27
|
-
<path
|
|
28
|
-
opacity="0.2"
|
|
29
|
-
d="M108.536 32.1685L104.625 37.5812C97.055 32.1685 87.5928 29.0931 77.4998 29.0931C51.6364 29.0931 30.5672 49.6367 30.5672 74.855C30.5672 90.478 38.5155 104.256 50.7533 112.498L46.9684 117.788C32.9643 108.438 23.8806 92.6923 23.8806 74.855C23.8806 45.9463 47.8515 22.5732 77.4998 22.5732C89.1068 22.5732 99.7045 26.1407 108.536 32.1685Z"
|
|
30
|
-
fill="#BDC7CE"
|
|
31
|
-
/>
|
|
32
|
-
<path
|
|
33
|
-
opacity="0.2"
|
|
34
|
-
d="M77.4998 127.752C103.489 127.752 125.063 109.792 130.11 85.9266C127.334 112.498 104.751 133.042 76.9951 133.042C48.8608 133.042 27.1608 112.498 24.8899 85.4346C29.6841 109.546 51.3841 127.752 77.4998 127.752Z"
|
|
35
|
-
fill="#BDC7CE"
|
|
36
|
-
/>
|
|
37
|
-
<path
|
|
38
|
-
d="M77.4999 120.617C103.42 120.617 124.432 100.129 124.432 74.8552C124.432 49.5816 103.42 29.0933 77.4999 29.0933C51.5798 29.0933 30.5674 49.5816 30.5674 74.8552C30.5674 100.129 51.5798 120.617 77.4999 120.617Z"
|
|
39
|
-
stroke="#9DA3AC"
|
|
40
|
-
stroke-width="1.29167"
|
|
41
|
-
stroke-linecap="round"
|
|
42
|
-
stroke-linejoin="round"
|
|
43
|
-
/>
|
|
44
|
-
<path
|
|
45
|
-
d="M130.11 84.2041C127.839 111.391 105.003 132.426 76.869 132.426C48.8608 132.426 27.0347 111.883 24.8899 84.8192"
|
|
46
|
-
stroke="#9DA3AC"
|
|
47
|
-
stroke-width="1.29167"
|
|
48
|
-
stroke-linecap="round"
|
|
49
|
-
stroke-linejoin="round"
|
|
50
|
-
/>
|
|
51
|
-
<path
|
|
52
|
-
d="M41.6702 113.852V118.772"
|
|
53
|
-
stroke="#9DA3AC"
|
|
54
|
-
stroke-width="1.29167"
|
|
55
|
-
stroke-linecap="round"
|
|
56
|
-
stroke-linejoin="round"
|
|
57
|
-
/>
|
|
58
|
-
<path
|
|
59
|
-
d="M55.4219 122.708V127.875"
|
|
60
|
-
stroke="#9DA3AC"
|
|
61
|
-
stroke-width="1.29167"
|
|
62
|
-
stroke-linecap="round"
|
|
63
|
-
stroke-linejoin="round"
|
|
64
|
-
/>
|
|
65
|
-
<path
|
|
66
|
-
d="M71.0657 126.768V131.812"
|
|
67
|
-
stroke="#9DA3AC"
|
|
68
|
-
stroke-width="1.29167"
|
|
69
|
-
stroke-linecap="round"
|
|
70
|
-
stroke-linejoin="round"
|
|
71
|
-
/>
|
|
72
|
-
<path
|
|
73
|
-
d="M89.738 125.907V130.704"
|
|
74
|
-
stroke="#9DA3AC"
|
|
75
|
-
stroke-width="1.29167"
|
|
76
|
-
stroke-linecap="round"
|
|
77
|
-
stroke-linejoin="round"
|
|
78
|
-
/>
|
|
79
|
-
<path
|
|
80
|
-
d="M105.003 119.756V124.676"
|
|
81
|
-
stroke="#9DA3AC"
|
|
82
|
-
stroke-width="1.29167"
|
|
83
|
-
stroke-linecap="round"
|
|
84
|
-
stroke-linejoin="round"
|
|
85
|
-
/>
|
|
86
|
-
<path
|
|
87
|
-
d="M116.232 111.021V115.327"
|
|
88
|
-
stroke="#9DA3AC"
|
|
89
|
-
stroke-width="1.29167"
|
|
90
|
-
stroke-linecap="round"
|
|
91
|
-
stroke-linejoin="round"
|
|
92
|
-
/>
|
|
93
|
-
<path
|
|
94
|
-
d="M47.7917 96.8752L63.4663 77.4045L82.7132 77.4048L107.208 49.0835"
|
|
95
|
-
stroke="#9DA3AC"
|
|
96
|
-
stroke-width="1.29167"
|
|
97
|
-
stroke-linecap="round"
|
|
98
|
-
stroke-linejoin="round"
|
|
99
|
-
/>
|
|
100
|
-
<path
|
|
101
|
-
d="M102.042 49.0835H107.208V54.2502"
|
|
102
|
-
stroke="#9DA3AC"
|
|
103
|
-
stroke-width="1.29167"
|
|
104
|
-
stroke-linecap="round"
|
|
105
|
-
stroke-linejoin="round"
|
|
106
|
-
/>
|
|
107
|
-
</g>
|
|
108
|
-
<defs>
|
|
109
|
-
<clipPath id="clip0_2864_87974">
|
|
110
|
-
<rect
|
|
111
|
-
width="108.5"
|
|
112
|
-
height="111.083"
|
|
113
|
-
class="fill-white dark:fill-gray-900"
|
|
114
|
-
transform="translate(23.25 21.9585)"
|
|
115
|
-
/>
|
|
116
|
-
</clipPath>
|
|
117
|
-
</defs>
|
|
118
|
-
</svg>
|
|
119
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="155"
|
|
4
|
+
height="155"
|
|
5
|
+
viewBox="0 0 155 155"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<circle cx="77.5001" cy="77.4998" r="64.5833" fill="#BDC7CE" fill-opacity="0.15" />
|
|
10
|
+
<g clip-path="url(#clip0_2864_87974)">
|
|
11
|
+
<path
|
|
12
|
+
d="M130.11 85.3113C130.867 81.8669 131.245 78.4224 131.245 74.855C131.245 57.2637 122.288 41.6407 108.662 32.1684C108.284 32.0454 108.031 31.7994 107.779 31.6764C107.653 31.5534 107.527 31.4304 107.4 31.4304C106.77 31.0613 106.139 30.5692 105.382 30.2002C104.625 29.8311 103.868 29.3391 103.237 28.97C103.237 28.97 103.111 28.97 103.111 28.847C102.48 28.478 101.723 28.1089 101.092 27.8629C100.966 27.7399 100.84 27.7399 100.714 27.6169C100.083 27.3708 99.4521 27.0018 98.8213 26.7558C98.6951 26.7558 98.569 26.6327 98.4428 26.6327C96.9289 26.0177 95.4149 25.4026 93.7748 24.9105C93.6486 24.9105 93.3963 24.7875 93.2701 24.7875C92.6393 24.5415 92.0085 24.4184 91.3777 24.2954C91.1254 24.2954 90.9992 24.1724 90.7469 24.1724C90.1161 24.0494 89.3591 23.8034 88.7283 23.6804C88.6021 23.6804 88.476 23.6804 88.3498 23.5573C87.5928 23.4343 86.7097 23.3113 85.9527 23.1883C85.8265 23.1883 85.5742 23.1883 85.4481 23.0653C84.8172 22.9423 84.1864 22.9423 83.4294 22.8192C83.1771 22.8192 82.9248 22.8192 82.6725 22.6962C82.0417 22.6962 81.4108 22.5732 80.9062 22.5732C80.6539 22.5732 80.4015 22.5732 80.1492 22.5732C79.2661 22.5732 78.5091 22.4502 77.626 22.4502C47.8515 22.5732 23.8806 45.9462 23.8806 74.855C23.8806 75.8391 23.8806 76.8232 24.0068 77.8073C24.0068 78.1764 24.0068 78.4224 24.1329 78.7915C24.1329 79.5296 24.2591 80.1446 24.3853 80.8827C24.3853 81.2518 24.5114 81.6208 24.5114 81.9899C24.6376 82.605 24.7638 83.3431 24.7638 83.9581C24.7638 84.2042 24.8899 84.4502 24.8899 84.8192C24.8899 85.0653 24.8899 85.3113 25.0161 85.5573C27.287 112.744 48.987 133.164 77.1213 133.164C104.877 133.164 127.46 112.621 130.236 86.0494C130.11 86.4184 130.11 86.7875 129.984 87.2796C129.984 86.5415 129.984 85.9264 130.11 85.3113Z"
|
|
13
|
+
class="fill-white dark:fill-gray-900"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
opacity="0.2"
|
|
17
|
+
d="M77.4999 33.1528C102.733 33.1528 123.297 52.5893 124.432 76.9464C124.432 76.3314 124.432 75.5933 124.432 74.9782C124.432 49.6369 103.363 29.0933 77.4999 29.0933C51.6366 29.0933 30.5674 49.6369 30.5674 74.8552C30.5674 75.4702 30.5674 76.2083 30.5674 76.8234C31.7028 52.5893 52.2674 33.1528 77.4999 33.1528Z"
|
|
18
|
+
fill="#BDC7CE"
|
|
19
|
+
/>
|
|
20
|
+
<path
|
|
21
|
+
d="M77.4998 127.137C107.113 127.137 131.119 103.729 131.119 74.855C131.119 45.9806 107.113 22.5732 77.4998 22.5732C47.8867 22.5732 23.8806 45.9806 23.8806 74.855C23.8806 103.729 47.8867 127.137 77.4998 127.137Z"
|
|
22
|
+
stroke="#9DA3AC"
|
|
23
|
+
stroke-width="1.29167"
|
|
24
|
+
stroke-linecap="round"
|
|
25
|
+
stroke-linejoin="round"
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
opacity="0.2"
|
|
29
|
+
d="M108.536 32.1685L104.625 37.5812C97.055 32.1685 87.5928 29.0931 77.4998 29.0931C51.6364 29.0931 30.5672 49.6367 30.5672 74.855C30.5672 90.478 38.5155 104.256 50.7533 112.498L46.9684 117.788C32.9643 108.438 23.8806 92.6923 23.8806 74.855C23.8806 45.9463 47.8515 22.5732 77.4998 22.5732C89.1068 22.5732 99.7045 26.1407 108.536 32.1685Z"
|
|
30
|
+
fill="#BDC7CE"
|
|
31
|
+
/>
|
|
32
|
+
<path
|
|
33
|
+
opacity="0.2"
|
|
34
|
+
d="M77.4998 127.752C103.489 127.752 125.063 109.792 130.11 85.9266C127.334 112.498 104.751 133.042 76.9951 133.042C48.8608 133.042 27.1608 112.498 24.8899 85.4346C29.6841 109.546 51.3841 127.752 77.4998 127.752Z"
|
|
35
|
+
fill="#BDC7CE"
|
|
36
|
+
/>
|
|
37
|
+
<path
|
|
38
|
+
d="M77.4999 120.617C103.42 120.617 124.432 100.129 124.432 74.8552C124.432 49.5816 103.42 29.0933 77.4999 29.0933C51.5798 29.0933 30.5674 49.5816 30.5674 74.8552C30.5674 100.129 51.5798 120.617 77.4999 120.617Z"
|
|
39
|
+
stroke="#9DA3AC"
|
|
40
|
+
stroke-width="1.29167"
|
|
41
|
+
stroke-linecap="round"
|
|
42
|
+
stroke-linejoin="round"
|
|
43
|
+
/>
|
|
44
|
+
<path
|
|
45
|
+
d="M130.11 84.2041C127.839 111.391 105.003 132.426 76.869 132.426C48.8608 132.426 27.0347 111.883 24.8899 84.8192"
|
|
46
|
+
stroke="#9DA3AC"
|
|
47
|
+
stroke-width="1.29167"
|
|
48
|
+
stroke-linecap="round"
|
|
49
|
+
stroke-linejoin="round"
|
|
50
|
+
/>
|
|
51
|
+
<path
|
|
52
|
+
d="M41.6702 113.852V118.772"
|
|
53
|
+
stroke="#9DA3AC"
|
|
54
|
+
stroke-width="1.29167"
|
|
55
|
+
stroke-linecap="round"
|
|
56
|
+
stroke-linejoin="round"
|
|
57
|
+
/>
|
|
58
|
+
<path
|
|
59
|
+
d="M55.4219 122.708V127.875"
|
|
60
|
+
stroke="#9DA3AC"
|
|
61
|
+
stroke-width="1.29167"
|
|
62
|
+
stroke-linecap="round"
|
|
63
|
+
stroke-linejoin="round"
|
|
64
|
+
/>
|
|
65
|
+
<path
|
|
66
|
+
d="M71.0657 126.768V131.812"
|
|
67
|
+
stroke="#9DA3AC"
|
|
68
|
+
stroke-width="1.29167"
|
|
69
|
+
stroke-linecap="round"
|
|
70
|
+
stroke-linejoin="round"
|
|
71
|
+
/>
|
|
72
|
+
<path
|
|
73
|
+
d="M89.738 125.907V130.704"
|
|
74
|
+
stroke="#9DA3AC"
|
|
75
|
+
stroke-width="1.29167"
|
|
76
|
+
stroke-linecap="round"
|
|
77
|
+
stroke-linejoin="round"
|
|
78
|
+
/>
|
|
79
|
+
<path
|
|
80
|
+
d="M105.003 119.756V124.676"
|
|
81
|
+
stroke="#9DA3AC"
|
|
82
|
+
stroke-width="1.29167"
|
|
83
|
+
stroke-linecap="round"
|
|
84
|
+
stroke-linejoin="round"
|
|
85
|
+
/>
|
|
86
|
+
<path
|
|
87
|
+
d="M116.232 111.021V115.327"
|
|
88
|
+
stroke="#9DA3AC"
|
|
89
|
+
stroke-width="1.29167"
|
|
90
|
+
stroke-linecap="round"
|
|
91
|
+
stroke-linejoin="round"
|
|
92
|
+
/>
|
|
93
|
+
<path
|
|
94
|
+
d="M47.7917 96.8752L63.4663 77.4045L82.7132 77.4048L107.208 49.0835"
|
|
95
|
+
stroke="#9DA3AC"
|
|
96
|
+
stroke-width="1.29167"
|
|
97
|
+
stroke-linecap="round"
|
|
98
|
+
stroke-linejoin="round"
|
|
99
|
+
/>
|
|
100
|
+
<path
|
|
101
|
+
d="M102.042 49.0835H107.208V54.2502"
|
|
102
|
+
stroke="#9DA3AC"
|
|
103
|
+
stroke-width="1.29167"
|
|
104
|
+
stroke-linecap="round"
|
|
105
|
+
stroke-linejoin="round"
|
|
106
|
+
/>
|
|
107
|
+
</g>
|
|
108
|
+
<defs>
|
|
109
|
+
<clipPath id="clip0_2864_87974">
|
|
110
|
+
<rect
|
|
111
|
+
width="108.5"
|
|
112
|
+
height="111.083"
|
|
113
|
+
class="fill-white dark:fill-gray-900"
|
|
114
|
+
transform="translate(23.25 21.9585)"
|
|
115
|
+
/>
|
|
116
|
+
</clipPath>
|
|
117
|
+
</defs>
|
|
118
|
+
</svg>
|
|
119
|
+
</template>
|
|
@@ -1,156 +1,156 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
fill="none"
|
|
4
|
-
height="155"
|
|
5
|
-
viewBox="0 0 156 155"
|
|
6
|
-
width="156"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<circle cx="78.3343" cy="77.5001" fill="#BDC7CE" fill-opacity="0.15" r="64.5833" />
|
|
10
|
-
<g clip-path="url(#clip0_2571_138995)">
|
|
11
|
-
<path
|
|
12
|
-
d="M83.8149 71.5274C84.8137 73.9197 85.6387 76.3796 86.2836 78.8885L88.5407 77.6371C89.4505 78.0426 93.6684 80.1747 93.6543 84.9493L94.3103 84.5788L92.7092 85.5015C92.1873 85.8022 91.7304 86.202 91.3645 86.678C90.9987 87.1539 90.7311 87.6967 90.5772 88.2752C90.4232 88.8537 90.3859 89.4566 90.4673 90.0495C90.5487 90.6423 90.7473 91.2134 91.0516 91.7301L91.4607 92.4292C91.7643 92.9473 92.1678 93.4009 92.6484 93.7643C93.129 94.1276 93.6771 94.3935 94.2614 94.5468C94.8457 94.7 95.4548 94.7375 96.0538 94.6573C96.6528 94.577 97.23 94.3805 97.7523 94.079L118.545 82.0832C119.067 81.7824 119.524 81.3826 119.89 80.9067C120.256 80.4308 120.523 79.888 120.677 79.3095C120.831 78.731 120.869 78.128 120.787 77.5352C120.706 76.9424 120.507 76.3712 120.203 75.8545L119.794 75.1555C119.49 74.6374 119.087 74.1837 118.606 73.8204C118.126 73.457 117.578 73.1911 116.993 73.0379C116.409 72.8847 115.8 72.8471 115.201 72.9274C114.602 73.0077 114.025 73.2042 113.502 73.5057L112.19 74.2607C110.886 73.4889 109.834 72.3596 109.162 71.0089C108.49 69.6582 108.226 68.1438 108.403 66.648L111.365 65.0052C102.273 55.3792 97.9639 40.3564 97.9639 40.3564L94.5854 42.2369C93.2292 41.587 92.0897 40.5652 91.302 39.2926C90.5144 38.0201 90.1117 36.5502 90.1417 35.0576L91.4819 34.3585C92.5603 33.7939 93.3682 32.8279 93.728 31.673C94.0878 30.518 93.97 29.2687 93.4004 28.1998L93.0124 27.5008C92.4428 26.432 91.4681 25.6312 90.3028 25.2746C89.1375 24.918 87.8769 25.0348 86.7985 25.5993L65.5257 36.7423C64.4485 37.3081 63.642 38.2747 63.2836 39.4295C62.9252 40.5844 63.0441 41.833 63.6142 42.901L64.0021 43.6001C64.2841 44.1293 64.6686 44.5983 65.1338 44.9801C65.5989 45.3618 66.1354 45.6489 66.7126 45.8249C67.2898 46.0009 67.8964 46.0623 68.4976 46.0056C69.0987 45.9489 69.6827 45.7752 70.2161 45.4945L72.3321 44.39L71.1965 44.9982C75.499 47.5637 74.97 52.3732 74.8431 53.2191L72.2616 54.6521C74.1134 56.21 75.7858 57.966 77.2483 59.8881C70.5547 63.1038 27.875 90.1852 22.4722 93.6106C21.9755 92.5909 21.0905 91.8085 20.0118 91.4355C18.9331 91.0626 17.749 91.1295 16.7202 91.6218C15.6913 92.114 14.9019 92.9912 14.5256 94.0603C14.1492 95.1294 14.2168 96.3029 14.7135 97.3226L17.5348 103.055C18.0126 104.018 18.8395 104.768 19.8504 105.153C20.8612 105.539 21.9817 105.533 22.988 105.136C23.9943 104.738 24.8125 103.98 25.2791 103.011C25.7457 102.042 25.8264 100.934 25.5051 99.9091C30.3719 97.7211 74.4693 77.8189 83.8149 71.5274Z"
|
|
13
|
-
class="fill-white dark:fill-gray-900"
|
|
14
|
-
/>
|
|
15
|
-
<path
|
|
16
|
-
d="M112.21 118.833H87.9803H71.1777V129.136H128.07V118.833H112.21Z"
|
|
17
|
-
class="fill-white dark:fill-gray-900"
|
|
18
|
-
/>
|
|
19
|
-
<path
|
|
20
|
-
d="M83.9265 108.529C82.4561 108.529 81.0001 108.796 79.6416 109.314C78.2831 109.831 77.0488 110.59 76.009 111.547C74.9693 112.504 74.1445 113.64 73.5818 114.89C73.0191 116.14 72.7295 117.48 72.7295 118.833H126.519C126.519 116.101 125.34 113.481 123.242 111.549C121.144 109.617 118.297 108.531 115.329 108.529H83.9265Z"
|
|
21
|
-
class="fill-white dark:fill-gray-900"
|
|
22
|
-
/>
|
|
23
|
-
<path d="M74.1054 126.684V118.977H70.7539V129.208H128.288V126.684H74.1054Z" fill="#ECF1F7" />
|
|
24
|
-
<path
|
|
25
|
-
d="M91.7421 107.952H84.0255C82.5825 107.951 81.1534 108.233 79.8199 108.782C78.4865 109.332 77.2749 110.138 76.2545 111.154C75.2342 112.17 74.4251 113.377 73.8735 114.705C73.3219 116.034 73.0387 117.457 73.04 118.894H80.7567C80.7554 117.457 81.0386 116.034 81.5902 114.705C82.1418 113.377 82.9509 112.17 83.9713 111.154C84.9916 110.138 86.2032 109.332 87.5366 108.782C88.87 108.233 90.2991 107.951 91.7421 107.952Z"
|
|
26
|
-
fill="#ECF1F7"
|
|
27
|
-
/>
|
|
28
|
-
<path
|
|
29
|
-
d="M77.1662 51.9225C77.1662 51.9225 78.273 46.3072 73.5043 43.4531L71.1562 44.638C75.9145 47.492 74.8077 53.1074 74.8077 53.1074L77.1662 51.9225Z"
|
|
30
|
-
class="fill-white dark:fill-gray-900"
|
|
31
|
-
/>
|
|
32
|
-
<path
|
|
33
|
-
d="M90.8526 76.1868C90.8526 76.1868 96.1385 78.4432 95.8075 83.9864L93.5007 85.2434C93.8317 79.7105 88.5459 77.4541 88.5459 77.4541L90.8526 76.1868Z"
|
|
34
|
-
class="fill-white dark:fill-gray-900"
|
|
35
|
-
/>
|
|
36
|
-
<path
|
|
37
|
-
d="M25.25 102.223C25.1419 103.153 24.7333 104.023 24.0859 104.701C23.4385 105.379 22.5874 105.83 21.6607 105.984C20.7339 106.139 19.7819 105.989 18.9479 105.558C18.1139 105.127 17.4432 104.438 17.0368 103.594L14.2129 97.7827C13.7821 96.8947 13.6704 95.8864 13.8963 94.9262C14.1222 93.966 14.6722 93.1122 15.4542 92.5073C15.3549 93.3218 15.4913 94.1476 15.8472 94.8874L18.6712 100.699C19.0244 101.433 19.5789 102.053 20.2708 102.487C20.9626 102.921 21.7636 103.151 22.5812 103.151C23.2333 103.148 23.8764 103 24.4639 102.718C24.7437 102.583 25.0074 102.417 25.25 102.223Z"
|
|
38
|
-
fill="#ECF1F7"
|
|
39
|
-
/>
|
|
40
|
-
<path
|
|
41
|
-
d="M84.0042 71.2928C78.8322 75.4141 24.9084 100.142 24.9084 100.142L23.3154 96.9688C25.7773 95.8457 74.9842 73.271 82.5043 68.3357L84.0042 71.2928Z"
|
|
42
|
-
fill="#ECF1F7"
|
|
43
|
-
/>
|
|
44
|
-
<path
|
|
45
|
-
d="M91.6384 25.1954C91.278 25.2807 90.9303 25.4123 90.604 25.587L69.1504 36.9207C68.0657 37.4963 67.2537 38.4758 66.8913 39.6455C66.5289 40.8152 66.6457 42.0802 67.216 43.1645L67.6091 43.8961C67.9582 44.5554 68.4622 45.121 69.078 45.5446C68.0709 45.8003 67.0067 45.7107 66.0571 45.2901C65.1075 44.8695 64.3278 44.1425 63.8439 43.2264L63.4508 42.4948C63.1642 41.9588 62.9869 41.3715 62.9291 40.767C62.8712 40.1624 62.934 39.5524 63.1138 38.972C63.2935 38.3917 63.5868 37.8525 63.9766 37.3855C64.3664 36.9186 64.8451 36.533 65.3851 36.251L86.8284 24.9172C87.5784 24.5188 88.4241 24.3339 89.2727 24.383C90.1212 24.4321 90.9398 24.7132 91.6384 25.1954Z"
|
|
46
|
-
fill="#ECF1F7"
|
|
47
|
-
/>
|
|
48
|
-
<path
|
|
49
|
-
d="M111.644 64.915L86.3531 78.9791C84.564 72.0827 81.4979 65.5797 77.3124 59.8045C75.828 57.8239 74.1242 56.0163 72.2334 54.4158L76.0607 52.2727C77.1752 53.3894 78.212 54.5805 79.1639 55.8377C83.3504 61.6162 86.4166 68.1227 88.2047 75.0226L109.927 62.947C110.476 63.627 111.044 64.2762 111.644 64.915Z"
|
|
50
|
-
fill="#ECF1F7"
|
|
51
|
-
/>
|
|
52
|
-
<path
|
|
53
|
-
d="M121.181 78.6804C121.103 79.405 120.855 80.1012 120.458 80.7132C120.061 81.3252 119.526 81.8359 118.894 82.2042L97.927 94.3519C97.4017 94.6592 96.8206 94.8602 96.2171 94.9432C95.6136 95.0261 94.9996 94.9895 94.4104 94.8353C93.8211 94.6812 93.2683 94.4126 92.7836 94.0449C92.2989 93.6773 91.8919 93.2178 91.5861 92.693L91.162 91.9718C90.5452 90.9125 90.3752 89.6528 90.6893 88.4688C91.0034 87.2849 91.776 86.2733 92.8377 85.6558L93.3032 85.3879C93.2049 86.3628 93.4185 87.3437 93.9135 88.1905L94.3273 88.9014C94.6332 89.426 95.0401 89.8854 95.5245 90.2533C96.0089 90.6212 96.5613 90.8904 97.1503 91.0454C97.7392 91.2005 98.3531 91.2383 98.9567 91.1568C99.5603 91.0753 100.142 90.8761 100.668 90.5705L121.181 78.6804Z"
|
|
54
|
-
fill="#ECF1F7"
|
|
55
|
-
/>
|
|
56
|
-
<path
|
|
57
|
-
d="M72.2334 54.416L98.1557 39.9294C98.1557 39.9294 102.48 55.1578 111.603 64.9152L86.3531 78.9793C84.5632 72.0801 81.4972 65.5738 77.3124 59.7944C75.8224 57.8216 74.1191 56.018 72.2334 54.416V54.416Z"
|
|
58
|
-
stroke="#9DA3AC"
|
|
59
|
-
stroke-miterlimit="10"
|
|
60
|
-
stroke-width="1.29167"
|
|
61
|
-
/>
|
|
62
|
-
<path
|
|
63
|
-
d="M86.5174 25.1652L65.8128 36.0662C63.343 37.3665 62.398 40.4129 63.7022 42.8705C65.0063 45.328 68.0657 46.2662 70.5355 44.9658L91.2401 34.0649C93.7099 32.7645 94.6548 29.7181 93.3507 27.2606C92.0465 24.803 88.9872 23.8649 86.5174 25.1652Z"
|
|
64
|
-
stroke="#9DA3AC"
|
|
65
|
-
stroke-miterlimit="10"
|
|
66
|
-
stroke-width="1.29167"
|
|
67
|
-
/>
|
|
68
|
-
<path
|
|
69
|
-
d="M24.8459 99.7356L22.0272 93.9174C20.9869 91.7701 18.3959 90.8693 16.2401 91.9055L16.2308 91.91C14.075 92.9462 13.1707 95.527 14.211 97.6743L17.0297 103.493C18.07 105.64 20.661 106.541 22.8168 105.504L22.8261 105.5C24.982 104.464 25.8862 101.883 24.8459 99.7356Z"
|
|
70
|
-
stroke="#9DA3AC"
|
|
71
|
-
stroke-miterlimit="10"
|
|
72
|
-
stroke-width="1.29167"
|
|
73
|
-
/>
|
|
74
|
-
<path
|
|
75
|
-
d="M74.8077 53.1073C74.8077 53.1073 75.9145 47.492 71.1562 44.6379"
|
|
76
|
-
stroke="#9DA3AC"
|
|
77
|
-
stroke-miterlimit="10"
|
|
78
|
-
stroke-width="1.29167"
|
|
79
|
-
/>
|
|
80
|
-
<path
|
|
81
|
-
d="M94.835 41.8768C93.4183 41.2139 92.2291 40.1498 91.416 38.8176C90.6028 37.4854 90.2018 35.9441 90.2629 34.3862"
|
|
82
|
-
stroke="#9DA3AC"
|
|
83
|
-
stroke-miterlimit="10"
|
|
84
|
-
stroke-width="1.29167"
|
|
85
|
-
/>
|
|
86
|
-
<path
|
|
87
|
-
d="M113.437 73.7391L93.1969 85.4729C90.7825 86.8726 89.9632 89.9549 91.367 92.3574C92.7708 94.7599 95.8661 95.5728 98.2805 94.1731L118.521 82.4392C120.935 81.0395 121.755 77.9572 120.351 75.5548C118.947 73.1523 115.852 72.3393 113.437 73.7391Z"
|
|
88
|
-
stroke="#9DA3AC"
|
|
89
|
-
stroke-miterlimit="10"
|
|
90
|
-
stroke-width="1.29167"
|
|
91
|
-
/>
|
|
92
|
-
<path
|
|
93
|
-
d="M88.4209 77.6396C88.4209 77.6396 93.7688 79.7003 93.7584 85.1199"
|
|
94
|
-
stroke="#9DA3AC"
|
|
95
|
-
stroke-miterlimit="10"
|
|
96
|
-
stroke-width="1.29167"
|
|
97
|
-
/>
|
|
98
|
-
<path
|
|
99
|
-
d="M108.655 66.5637C108.471 68.1108 108.748 69.6778 109.453 71.0688C110.157 72.4597 111.258 73.6129 112.617 74.384"
|
|
100
|
-
stroke="#9DA3AC"
|
|
101
|
-
stroke-miterlimit="10"
|
|
102
|
-
stroke-width="1.29167"
|
|
103
|
-
/>
|
|
104
|
-
<path
|
|
105
|
-
d="M77.3117 59.7942C73.0189 61.2985 22.0742 93.8881 22.0742 93.8881L25.1774 100.183C25.1774 100.183 75.2429 77.6603 83.7767 71.4267"
|
|
106
|
-
stroke="#9DA3AC"
|
|
107
|
-
stroke-miterlimit="10"
|
|
108
|
-
stroke-width="1.29167"
|
|
109
|
-
/>
|
|
110
|
-
<path
|
|
111
|
-
d="M61.2471 69.3762L67.0087 80.2154"
|
|
112
|
-
stroke="#9DA3AC"
|
|
113
|
-
stroke-miterlimit="10"
|
|
114
|
-
stroke-width="1.29167"
|
|
115
|
-
/>
|
|
116
|
-
<path
|
|
117
|
-
d="M112.244 118.977H128.288V129.208H70.7539V118.977H87.7492"
|
|
118
|
-
stroke="#9DA3AC"
|
|
119
|
-
stroke-miterlimit="10"
|
|
120
|
-
stroke-width="1.29167"
|
|
121
|
-
/>
|
|
122
|
-
<path
|
|
123
|
-
d="M87.9048 118.894H73.123C73.123 115.992 74.2804 113.209 76.3406 111.157C78.4008 109.105 81.195 107.952 84.1085 107.952H114.934C116.377 107.951 117.806 108.233 119.139 108.782C120.473 109.332 121.684 110.138 122.705 111.154C123.725 112.17 124.534 113.377 125.086 114.705C125.637 116.034 125.921 117.457 125.919 118.894H111.696"
|
|
124
|
-
stroke="#9DA3AC"
|
|
125
|
-
stroke-miterlimit="10"
|
|
126
|
-
stroke-width="1.29167"
|
|
127
|
-
/>
|
|
128
|
-
<path
|
|
129
|
-
d="M128.588 97.9475L139.408 94.2383"
|
|
130
|
-
stroke="#9DA3AC"
|
|
131
|
-
stroke-linecap="round"
|
|
132
|
-
stroke-linejoin="round"
|
|
133
|
-
stroke-width="1.29167"
|
|
134
|
-
/>
|
|
135
|
-
<path
|
|
136
|
-
d="M130.625 106.087L141.9 108.076"
|
|
137
|
-
stroke="#9DA3AC"
|
|
138
|
-
stroke-linecap="round"
|
|
139
|
-
stroke-linejoin="round"
|
|
140
|
-
stroke-width="1.29167"
|
|
141
|
-
/>
|
|
142
|
-
<path
|
|
143
|
-
d="M129.115 82.575L123.446 92.4868"
|
|
144
|
-
stroke="#9DA3AC"
|
|
145
|
-
stroke-linecap="round"
|
|
146
|
-
stroke-linejoin="round"
|
|
147
|
-
stroke-width="1.29167"
|
|
148
|
-
/>
|
|
149
|
-
</g>
|
|
150
|
-
<defs>
|
|
151
|
-
<clipPath id="clip0_2571_138995">
|
|
152
|
-
<rect fill="white" height="105.682" transform="translate(13.251 24.0415)" width="129.167" />
|
|
153
|
-
</clipPath>
|
|
154
|
-
</defs>
|
|
155
|
-
</svg>
|
|
156
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
fill="none"
|
|
4
|
+
height="155"
|
|
5
|
+
viewBox="0 0 156 155"
|
|
6
|
+
width="156"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<circle cx="78.3343" cy="77.5001" fill="#BDC7CE" fill-opacity="0.15" r="64.5833" />
|
|
10
|
+
<g clip-path="url(#clip0_2571_138995)">
|
|
11
|
+
<path
|
|
12
|
+
d="M83.8149 71.5274C84.8137 73.9197 85.6387 76.3796 86.2836 78.8885L88.5407 77.6371C89.4505 78.0426 93.6684 80.1747 93.6543 84.9493L94.3103 84.5788L92.7092 85.5015C92.1873 85.8022 91.7304 86.202 91.3645 86.678C90.9987 87.1539 90.7311 87.6967 90.5772 88.2752C90.4232 88.8537 90.3859 89.4566 90.4673 90.0495C90.5487 90.6423 90.7473 91.2134 91.0516 91.7301L91.4607 92.4292C91.7643 92.9473 92.1678 93.4009 92.6484 93.7643C93.129 94.1276 93.6771 94.3935 94.2614 94.5468C94.8457 94.7 95.4548 94.7375 96.0538 94.6573C96.6528 94.577 97.23 94.3805 97.7523 94.079L118.545 82.0832C119.067 81.7824 119.524 81.3826 119.89 80.9067C120.256 80.4308 120.523 79.888 120.677 79.3095C120.831 78.731 120.869 78.128 120.787 77.5352C120.706 76.9424 120.507 76.3712 120.203 75.8545L119.794 75.1555C119.49 74.6374 119.087 74.1837 118.606 73.8204C118.126 73.457 117.578 73.1911 116.993 73.0379C116.409 72.8847 115.8 72.8471 115.201 72.9274C114.602 73.0077 114.025 73.2042 113.502 73.5057L112.19 74.2607C110.886 73.4889 109.834 72.3596 109.162 71.0089C108.49 69.6582 108.226 68.1438 108.403 66.648L111.365 65.0052C102.273 55.3792 97.9639 40.3564 97.9639 40.3564L94.5854 42.2369C93.2292 41.587 92.0897 40.5652 91.302 39.2926C90.5144 38.0201 90.1117 36.5502 90.1417 35.0576L91.4819 34.3585C92.5603 33.7939 93.3682 32.8279 93.728 31.673C94.0878 30.518 93.97 29.2687 93.4004 28.1998L93.0124 27.5008C92.4428 26.432 91.4681 25.6312 90.3028 25.2746C89.1375 24.918 87.8769 25.0348 86.7985 25.5993L65.5257 36.7423C64.4485 37.3081 63.642 38.2747 63.2836 39.4295C62.9252 40.5844 63.0441 41.833 63.6142 42.901L64.0021 43.6001C64.2841 44.1293 64.6686 44.5983 65.1338 44.9801C65.5989 45.3618 66.1354 45.6489 66.7126 45.8249C67.2898 46.0009 67.8964 46.0623 68.4976 46.0056C69.0987 45.9489 69.6827 45.7752 70.2161 45.4945L72.3321 44.39L71.1965 44.9982C75.499 47.5637 74.97 52.3732 74.8431 53.2191L72.2616 54.6521C74.1134 56.21 75.7858 57.966 77.2483 59.8881C70.5547 63.1038 27.875 90.1852 22.4722 93.6106C21.9755 92.5909 21.0905 91.8085 20.0118 91.4355C18.9331 91.0626 17.749 91.1295 16.7202 91.6218C15.6913 92.114 14.9019 92.9912 14.5256 94.0603C14.1492 95.1294 14.2168 96.3029 14.7135 97.3226L17.5348 103.055C18.0126 104.018 18.8395 104.768 19.8504 105.153C20.8612 105.539 21.9817 105.533 22.988 105.136C23.9943 104.738 24.8125 103.98 25.2791 103.011C25.7457 102.042 25.8264 100.934 25.5051 99.9091C30.3719 97.7211 74.4693 77.8189 83.8149 71.5274Z"
|
|
13
|
+
class="fill-white dark:fill-gray-900"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
d="M112.21 118.833H87.9803H71.1777V129.136H128.07V118.833H112.21Z"
|
|
17
|
+
class="fill-white dark:fill-gray-900"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
d="M83.9265 108.529C82.4561 108.529 81.0001 108.796 79.6416 109.314C78.2831 109.831 77.0488 110.59 76.009 111.547C74.9693 112.504 74.1445 113.64 73.5818 114.89C73.0191 116.14 72.7295 117.48 72.7295 118.833H126.519C126.519 116.101 125.34 113.481 123.242 111.549C121.144 109.617 118.297 108.531 115.329 108.529H83.9265Z"
|
|
21
|
+
class="fill-white dark:fill-gray-900"
|
|
22
|
+
/>
|
|
23
|
+
<path d="M74.1054 126.684V118.977H70.7539V129.208H128.288V126.684H74.1054Z" fill="#ECF1F7" />
|
|
24
|
+
<path
|
|
25
|
+
d="M91.7421 107.952H84.0255C82.5825 107.951 81.1534 108.233 79.8199 108.782C78.4865 109.332 77.2749 110.138 76.2545 111.154C75.2342 112.17 74.4251 113.377 73.8735 114.705C73.3219 116.034 73.0387 117.457 73.04 118.894H80.7567C80.7554 117.457 81.0386 116.034 81.5902 114.705C82.1418 113.377 82.9509 112.17 83.9713 111.154C84.9916 110.138 86.2032 109.332 87.5366 108.782C88.87 108.233 90.2991 107.951 91.7421 107.952Z"
|
|
26
|
+
fill="#ECF1F7"
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
d="M77.1662 51.9225C77.1662 51.9225 78.273 46.3072 73.5043 43.4531L71.1562 44.638C75.9145 47.492 74.8077 53.1074 74.8077 53.1074L77.1662 51.9225Z"
|
|
30
|
+
class="fill-white dark:fill-gray-900"
|
|
31
|
+
/>
|
|
32
|
+
<path
|
|
33
|
+
d="M90.8526 76.1868C90.8526 76.1868 96.1385 78.4432 95.8075 83.9864L93.5007 85.2434C93.8317 79.7105 88.5459 77.4541 88.5459 77.4541L90.8526 76.1868Z"
|
|
34
|
+
class="fill-white dark:fill-gray-900"
|
|
35
|
+
/>
|
|
36
|
+
<path
|
|
37
|
+
d="M25.25 102.223C25.1419 103.153 24.7333 104.023 24.0859 104.701C23.4385 105.379 22.5874 105.83 21.6607 105.984C20.7339 106.139 19.7819 105.989 18.9479 105.558C18.1139 105.127 17.4432 104.438 17.0368 103.594L14.2129 97.7827C13.7821 96.8947 13.6704 95.8864 13.8963 94.9262C14.1222 93.966 14.6722 93.1122 15.4542 92.5073C15.3549 93.3218 15.4913 94.1476 15.8472 94.8874L18.6712 100.699C19.0244 101.433 19.5789 102.053 20.2708 102.487C20.9626 102.921 21.7636 103.151 22.5812 103.151C23.2333 103.148 23.8764 103 24.4639 102.718C24.7437 102.583 25.0074 102.417 25.25 102.223Z"
|
|
38
|
+
fill="#ECF1F7"
|
|
39
|
+
/>
|
|
40
|
+
<path
|
|
41
|
+
d="M84.0042 71.2928C78.8322 75.4141 24.9084 100.142 24.9084 100.142L23.3154 96.9688C25.7773 95.8457 74.9842 73.271 82.5043 68.3357L84.0042 71.2928Z"
|
|
42
|
+
fill="#ECF1F7"
|
|
43
|
+
/>
|
|
44
|
+
<path
|
|
45
|
+
d="M91.6384 25.1954C91.278 25.2807 90.9303 25.4123 90.604 25.587L69.1504 36.9207C68.0657 37.4963 67.2537 38.4758 66.8913 39.6455C66.5289 40.8152 66.6457 42.0802 67.216 43.1645L67.6091 43.8961C67.9582 44.5554 68.4622 45.121 69.078 45.5446C68.0709 45.8003 67.0067 45.7107 66.0571 45.2901C65.1075 44.8695 64.3278 44.1425 63.8439 43.2264L63.4508 42.4948C63.1642 41.9588 62.9869 41.3715 62.9291 40.767C62.8712 40.1624 62.934 39.5524 63.1138 38.972C63.2935 38.3917 63.5868 37.8525 63.9766 37.3855C64.3664 36.9186 64.8451 36.533 65.3851 36.251L86.8284 24.9172C87.5784 24.5188 88.4241 24.3339 89.2727 24.383C90.1212 24.4321 90.9398 24.7132 91.6384 25.1954Z"
|
|
46
|
+
fill="#ECF1F7"
|
|
47
|
+
/>
|
|
48
|
+
<path
|
|
49
|
+
d="M111.644 64.915L86.3531 78.9791C84.564 72.0827 81.4979 65.5797 77.3124 59.8045C75.828 57.8239 74.1242 56.0163 72.2334 54.4158L76.0607 52.2727C77.1752 53.3894 78.212 54.5805 79.1639 55.8377C83.3504 61.6162 86.4166 68.1227 88.2047 75.0226L109.927 62.947C110.476 63.627 111.044 64.2762 111.644 64.915Z"
|
|
50
|
+
fill="#ECF1F7"
|
|
51
|
+
/>
|
|
52
|
+
<path
|
|
53
|
+
d="M121.181 78.6804C121.103 79.405 120.855 80.1012 120.458 80.7132C120.061 81.3252 119.526 81.8359 118.894 82.2042L97.927 94.3519C97.4017 94.6592 96.8206 94.8602 96.2171 94.9432C95.6136 95.0261 94.9996 94.9895 94.4104 94.8353C93.8211 94.6812 93.2683 94.4126 92.7836 94.0449C92.2989 93.6773 91.8919 93.2178 91.5861 92.693L91.162 91.9718C90.5452 90.9125 90.3752 89.6528 90.6893 88.4688C91.0034 87.2849 91.776 86.2733 92.8377 85.6558L93.3032 85.3879C93.2049 86.3628 93.4185 87.3437 93.9135 88.1905L94.3273 88.9014C94.6332 89.426 95.0401 89.8854 95.5245 90.2533C96.0089 90.6212 96.5613 90.8904 97.1503 91.0454C97.7392 91.2005 98.3531 91.2383 98.9567 91.1568C99.5603 91.0753 100.142 90.8761 100.668 90.5705L121.181 78.6804Z"
|
|
54
|
+
fill="#ECF1F7"
|
|
55
|
+
/>
|
|
56
|
+
<path
|
|
57
|
+
d="M72.2334 54.416L98.1557 39.9294C98.1557 39.9294 102.48 55.1578 111.603 64.9152L86.3531 78.9793C84.5632 72.0801 81.4972 65.5738 77.3124 59.7944C75.8224 57.8216 74.1191 56.018 72.2334 54.416V54.416Z"
|
|
58
|
+
stroke="#9DA3AC"
|
|
59
|
+
stroke-miterlimit="10"
|
|
60
|
+
stroke-width="1.29167"
|
|
61
|
+
/>
|
|
62
|
+
<path
|
|
63
|
+
d="M86.5174 25.1652L65.8128 36.0662C63.343 37.3665 62.398 40.4129 63.7022 42.8705C65.0063 45.328 68.0657 46.2662 70.5355 44.9658L91.2401 34.0649C93.7099 32.7645 94.6548 29.7181 93.3507 27.2606C92.0465 24.803 88.9872 23.8649 86.5174 25.1652Z"
|
|
64
|
+
stroke="#9DA3AC"
|
|
65
|
+
stroke-miterlimit="10"
|
|
66
|
+
stroke-width="1.29167"
|
|
67
|
+
/>
|
|
68
|
+
<path
|
|
69
|
+
d="M24.8459 99.7356L22.0272 93.9174C20.9869 91.7701 18.3959 90.8693 16.2401 91.9055L16.2308 91.91C14.075 92.9462 13.1707 95.527 14.211 97.6743L17.0297 103.493C18.07 105.64 20.661 106.541 22.8168 105.504L22.8261 105.5C24.982 104.464 25.8862 101.883 24.8459 99.7356Z"
|
|
70
|
+
stroke="#9DA3AC"
|
|
71
|
+
stroke-miterlimit="10"
|
|
72
|
+
stroke-width="1.29167"
|
|
73
|
+
/>
|
|
74
|
+
<path
|
|
75
|
+
d="M74.8077 53.1073C74.8077 53.1073 75.9145 47.492 71.1562 44.6379"
|
|
76
|
+
stroke="#9DA3AC"
|
|
77
|
+
stroke-miterlimit="10"
|
|
78
|
+
stroke-width="1.29167"
|
|
79
|
+
/>
|
|
80
|
+
<path
|
|
81
|
+
d="M94.835 41.8768C93.4183 41.2139 92.2291 40.1498 91.416 38.8176C90.6028 37.4854 90.2018 35.9441 90.2629 34.3862"
|
|
82
|
+
stroke="#9DA3AC"
|
|
83
|
+
stroke-miterlimit="10"
|
|
84
|
+
stroke-width="1.29167"
|
|
85
|
+
/>
|
|
86
|
+
<path
|
|
87
|
+
d="M113.437 73.7391L93.1969 85.4729C90.7825 86.8726 89.9632 89.9549 91.367 92.3574C92.7708 94.7599 95.8661 95.5728 98.2805 94.1731L118.521 82.4392C120.935 81.0395 121.755 77.9572 120.351 75.5548C118.947 73.1523 115.852 72.3393 113.437 73.7391Z"
|
|
88
|
+
stroke="#9DA3AC"
|
|
89
|
+
stroke-miterlimit="10"
|
|
90
|
+
stroke-width="1.29167"
|
|
91
|
+
/>
|
|
92
|
+
<path
|
|
93
|
+
d="M88.4209 77.6396C88.4209 77.6396 93.7688 79.7003 93.7584 85.1199"
|
|
94
|
+
stroke="#9DA3AC"
|
|
95
|
+
stroke-miterlimit="10"
|
|
96
|
+
stroke-width="1.29167"
|
|
97
|
+
/>
|
|
98
|
+
<path
|
|
99
|
+
d="M108.655 66.5637C108.471 68.1108 108.748 69.6778 109.453 71.0688C110.157 72.4597 111.258 73.6129 112.617 74.384"
|
|
100
|
+
stroke="#9DA3AC"
|
|
101
|
+
stroke-miterlimit="10"
|
|
102
|
+
stroke-width="1.29167"
|
|
103
|
+
/>
|
|
104
|
+
<path
|
|
105
|
+
d="M77.3117 59.7942C73.0189 61.2985 22.0742 93.8881 22.0742 93.8881L25.1774 100.183C25.1774 100.183 75.2429 77.6603 83.7767 71.4267"
|
|
106
|
+
stroke="#9DA3AC"
|
|
107
|
+
stroke-miterlimit="10"
|
|
108
|
+
stroke-width="1.29167"
|
|
109
|
+
/>
|
|
110
|
+
<path
|
|
111
|
+
d="M61.2471 69.3762L67.0087 80.2154"
|
|
112
|
+
stroke="#9DA3AC"
|
|
113
|
+
stroke-miterlimit="10"
|
|
114
|
+
stroke-width="1.29167"
|
|
115
|
+
/>
|
|
116
|
+
<path
|
|
117
|
+
d="M112.244 118.977H128.288V129.208H70.7539V118.977H87.7492"
|
|
118
|
+
stroke="#9DA3AC"
|
|
119
|
+
stroke-miterlimit="10"
|
|
120
|
+
stroke-width="1.29167"
|
|
121
|
+
/>
|
|
122
|
+
<path
|
|
123
|
+
d="M87.9048 118.894H73.123C73.123 115.992 74.2804 113.209 76.3406 111.157C78.4008 109.105 81.195 107.952 84.1085 107.952H114.934C116.377 107.951 117.806 108.233 119.139 108.782C120.473 109.332 121.684 110.138 122.705 111.154C123.725 112.17 124.534 113.377 125.086 114.705C125.637 116.034 125.921 117.457 125.919 118.894H111.696"
|
|
124
|
+
stroke="#9DA3AC"
|
|
125
|
+
stroke-miterlimit="10"
|
|
126
|
+
stroke-width="1.29167"
|
|
127
|
+
/>
|
|
128
|
+
<path
|
|
129
|
+
d="M128.588 97.9475L139.408 94.2383"
|
|
130
|
+
stroke="#9DA3AC"
|
|
131
|
+
stroke-linecap="round"
|
|
132
|
+
stroke-linejoin="round"
|
|
133
|
+
stroke-width="1.29167"
|
|
134
|
+
/>
|
|
135
|
+
<path
|
|
136
|
+
d="M130.625 106.087L141.9 108.076"
|
|
137
|
+
stroke="#9DA3AC"
|
|
138
|
+
stroke-linecap="round"
|
|
139
|
+
stroke-linejoin="round"
|
|
140
|
+
stroke-width="1.29167"
|
|
141
|
+
/>
|
|
142
|
+
<path
|
|
143
|
+
d="M129.115 82.575L123.446 92.4868"
|
|
144
|
+
stroke="#9DA3AC"
|
|
145
|
+
stroke-linecap="round"
|
|
146
|
+
stroke-linejoin="round"
|
|
147
|
+
stroke-width="1.29167"
|
|
148
|
+
/>
|
|
149
|
+
</g>
|
|
150
|
+
<defs>
|
|
151
|
+
<clipPath id="clip0_2571_138995">
|
|
152
|
+
<rect fill="white" height="105.682" transform="translate(13.251 24.0415)" width="129.167" />
|
|
153
|
+
</clipPath>
|
|
154
|
+
</defs>
|
|
155
|
+
</svg>
|
|
156
|
+
</template>
|