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,159 +1,159 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
fill="none"
|
|
4
|
-
height="120"
|
|
5
|
-
viewBox="0 0 121 120"
|
|
6
|
-
width="121"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<circle cx="60.585" cy="60" fill="#BDC7CE" fill-opacity="0.15" r="50" />
|
|
10
|
-
<g clip-path="url(#clip0_335_11701)">
|
|
11
|
-
<path
|
|
12
|
-
class="fill-white dark:fill-gray-900"
|
|
13
|
-
d="M58.2593 10.4176C56.0889 10.4181 53.9447 10.8965 51.9757 11.8195L51.8381 11.8891C51.4251 12.0879 51.0219 12.2967 50.6285 12.5353L50.1959 12.7938C49.8812 13.0026 49.5665 13.2213 49.2125 13.45L48.7799 13.7781C48.4259 14.0664 48.0817 14.3747 47.7965 14.6928L47.6097 14.8618C47.2189 15.257 46.8481 15.6718 46.4985 16.1046V16.1643C44.3543 18.8655 43.1853 22.2254 43.1847 25.689V84.3488H43.0273V94.838L44.4729 94.9771V109.403H77.5327V94.8877L78.044 94.838V94.4502H78.2308V10.4176H58.2593Z"
|
|
14
|
-
/>
|
|
15
|
-
<path
|
|
16
|
-
d="M77.9356 92.0641V94.9374L60.4322 96.6077L42.9189 94.9374V84.4482H48.4846V92.1834L60.265 93.3367L77.9356 92.0641Z"
|
|
17
|
-
fill="#BDC7CE"
|
|
18
|
-
opacity="0.2"
|
|
19
|
-
/>
|
|
20
|
-
<path
|
|
21
|
-
d="M77.4152 106.858V109.503H44.3652V97.0054L47.1382 97.2738V106.858H77.4152Z"
|
|
22
|
-
fill="#BDC7CE"
|
|
23
|
-
opacity="0.2"
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
d="M77.4251 94.3706V96.9954L60.8853 98.6557L44.3652 96.9954V94.3706L60.8853 96.031L77.4251 94.3706Z"
|
|
27
|
-
fill="#BDC7CE"
|
|
28
|
-
opacity="0.2"
|
|
29
|
-
/>
|
|
30
|
-
<path
|
|
31
|
-
d="M63.0873 101.748V103.587H56.6957C56.5962 103.587 56.4977 103.567 56.4059 103.529C56.314 103.49 56.2306 103.434 56.1602 103.363C56.0899 103.292 56.0342 103.208 55.9961 103.115C55.9581 103.022 55.9385 102.922 55.9385 102.822V98.1289L57.5413 98.2979V101.748H63.0873Z"
|
|
32
|
-
fill="#BDC7CE"
|
|
33
|
-
opacity="0.2"
|
|
34
|
-
/>
|
|
35
|
-
<path
|
|
36
|
-
d="M64.12 80.9783C63.4442 81.3028 62.7048 81.4693 61.9567 81.4655C61.2723 81.4655 60.5946 81.3292 59.9623 81.0644C59.33 80.7996 58.7554 80.4114 58.2715 79.9221C57.7875 79.4328 57.4036 78.8519 57.1417 78.2126C56.8798 77.5733 56.745 76.8881 56.745 76.1961V73.6608H59.3508V75.7387C59.349 77.0583 59.8387 78.3301 60.7225 79.3011C61.6063 80.272 62.8193 80.8709 64.12 80.9783Z"
|
|
37
|
-
fill="#BDC7CE"
|
|
38
|
-
opacity="0.2"
|
|
39
|
-
/>
|
|
40
|
-
<path
|
|
41
|
-
d="M62.1927 56.381C61.4814 56.8618 60.8984 57.5125 60.4953 58.2756C60.0922 59.0387 59.8815 59.8905 59.8818 60.7556V73.6807H56.745V61.6504C56.745 60.9584 56.8798 60.2732 57.1417 59.6339C57.4036 58.9946 57.7875 58.4137 58.2715 57.9244C58.7554 57.4351 59.33 57.0469 59.9623 56.7821C60.5946 56.5173 61.2723 56.381 61.9567 56.381H62.1927Z"
|
|
42
|
-
fill="#BDC7CE"
|
|
43
|
-
opacity="0.2"
|
|
44
|
-
/>
|
|
45
|
-
<path
|
|
46
|
-
d="M43.0762 84.0505V56.2915L48.6419 53.965V84.0505H43.0762Z"
|
|
47
|
-
fill="#BDC7CE"
|
|
48
|
-
opacity="0.2"
|
|
49
|
-
/>
|
|
50
|
-
<path
|
|
51
|
-
d="M43.0762 94.5396L60.5894 96.2099L78.1027 94.5396V10.4971H58.1802C54.1744 10.4971 50.3326 12.106 47.5001 14.97C44.6675 17.8339 43.0762 21.7183 43.0762 25.7685V94.5396Z"
|
|
52
|
-
stroke="#9DA3AC"
|
|
53
|
-
stroke-linecap="round"
|
|
54
|
-
stroke-linejoin="round"
|
|
55
|
-
/>
|
|
56
|
-
<path
|
|
57
|
-
d="M78.0928 41.6465L43.0762 56.3711"
|
|
58
|
-
stroke="#9DA3AC"
|
|
59
|
-
stroke-linecap="round"
|
|
60
|
-
stroke-linejoin="round"
|
|
61
|
-
/>
|
|
62
|
-
<path
|
|
63
|
-
d="M78.1033 10.4971C60.1377 28.8108 46.3809 16.2437 46.3809 16.2437"
|
|
64
|
-
stroke="#9DA3AC"
|
|
65
|
-
stroke-linecap="round"
|
|
66
|
-
stroke-linejoin="round"
|
|
67
|
-
/>
|
|
68
|
-
<path
|
|
69
|
-
d="M78.1033 10.4971C60.1377 28.8009 46.3906 16.2437 46.3906 16.2437C47.8602 14.3752 49.7475 12.8862 51.8973 11.8989C56.814 15.0507 65.31 17.4169 77.8279 10.507L78.1033 10.4971Z"
|
|
70
|
-
fill="#BDC7CE"
|
|
71
|
-
opacity="0.2"
|
|
72
|
-
/>
|
|
73
|
-
<path
|
|
74
|
-
d="M78.1031 30.6105C78.1031 30.6105 67.9747 22.6566 78.1031 10.4971"
|
|
75
|
-
stroke="#9DA3AC"
|
|
76
|
-
stroke-linecap="round"
|
|
77
|
-
stroke-linejoin="round"
|
|
78
|
-
/>
|
|
79
|
-
<path
|
|
80
|
-
d="M57.1682 20.5488L52.7432 33.6429H58.8595L56.2438 50.8332"
|
|
81
|
-
stroke="#9DA3AC"
|
|
82
|
-
stroke-linecap="round"
|
|
83
|
-
stroke-linejoin="round"
|
|
84
|
-
/>
|
|
85
|
-
<path
|
|
86
|
-
d="M47.7476 25.0427L47.5411 26.8522C47.4915 27.328 47.6302 27.8042 47.9268 28.1768C48.2235 28.5495 48.6541 28.7881 49.1243 28.8407C49.5943 28.8882 50.0639 28.747 50.4319 28.4476C50.7998 28.1481 51.0366 27.7144 51.091 27.24L51.2975 25.4305"
|
|
87
|
-
stroke="#9DA3AC"
|
|
88
|
-
stroke-linecap="round"
|
|
89
|
-
stroke-linejoin="round"
|
|
90
|
-
/>
|
|
91
|
-
<path
|
|
92
|
-
d="M59.6851 25.0428L59.4786 26.8523C59.429 27.328 59.5677 27.8042 59.8643 28.1769C60.161 28.5495 60.5916 28.7882 61.0618 28.8407V28.8407C61.5318 28.8883 62.0014 28.7471 62.3694 28.4476C62.7373 28.1481 62.9741 27.7144 63.0285 27.24L63.235 25.4305"
|
|
93
|
-
stroke="#9DA3AC"
|
|
94
|
-
stroke-linecap="round"
|
|
95
|
-
stroke-linejoin="round"
|
|
96
|
-
/>
|
|
97
|
-
<path
|
|
98
|
-
d="M66.145 44.311L57.708 41.1891"
|
|
99
|
-
stroke="#9DA3AC"
|
|
100
|
-
stroke-linecap="round"
|
|
101
|
-
stroke-linejoin="round"
|
|
102
|
-
/>
|
|
103
|
-
<path
|
|
104
|
-
d="M67.2759 61.6405C67.2759 58.7303 64.9426 56.3711 62.0642 56.3711C59.1859 56.3711 56.8525 58.7303 56.8525 61.6405V76.1961C56.8525 79.1063 59.1859 81.4655 62.0642 81.4655C64.9426 81.4655 67.2759 79.1063 67.2759 76.1961V61.6405Z"
|
|
105
|
-
stroke="#9DA3AC"
|
|
106
|
-
stroke-linecap="round"
|
|
107
|
-
stroke-linejoin="round"
|
|
108
|
-
/>
|
|
109
|
-
<path
|
|
110
|
-
d="M56.8525 73.6608H67.2759"
|
|
111
|
-
stroke="#9DA3AC"
|
|
112
|
-
stroke-linecap="round"
|
|
113
|
-
stroke-linejoin="round"
|
|
114
|
-
/>
|
|
115
|
-
<path
|
|
116
|
-
d="M43.0762 84.0505H78.0928"
|
|
117
|
-
stroke="#9DA3AC"
|
|
118
|
-
stroke-linecap="round"
|
|
119
|
-
stroke-linejoin="round"
|
|
120
|
-
/>
|
|
121
|
-
<path
|
|
122
|
-
d="M55.457 84.0505V77.9658H57.1582"
|
|
123
|
-
stroke="#9DA3AC"
|
|
124
|
-
stroke-linecap="round"
|
|
125
|
-
stroke-linejoin="round"
|
|
126
|
-
/>
|
|
127
|
-
<path
|
|
128
|
-
d="M68.6827 84.0505V77.9658H66.9717"
|
|
129
|
-
stroke="#9DA3AC"
|
|
130
|
-
stroke-linecap="round"
|
|
131
|
-
stroke-linejoin="round"
|
|
132
|
-
/>
|
|
133
|
-
<path
|
|
134
|
-
d="M77.4251 94.6589V109.503H44.3652V94.6589"
|
|
135
|
-
stroke="#9DA3AC"
|
|
136
|
-
stroke-linecap="round"
|
|
137
|
-
stroke-linejoin="round"
|
|
138
|
-
/>
|
|
139
|
-
<path
|
|
140
|
-
class="fill-white dark:fill-gray-900"
|
|
141
|
-
d="M63.6675 101.798H57.502V95.8818L60.5896 96.2099L63.6675 95.8818V101.798Z"
|
|
142
|
-
stroke="#9DA3AC"
|
|
143
|
-
stroke-linecap="round"
|
|
144
|
-
stroke-linejoin="round"
|
|
145
|
-
/>
|
|
146
|
-
</g>
|
|
147
|
-
<defs>
|
|
148
|
-
<clipPath id="clip0_335_11701">
|
|
149
|
-
<rect
|
|
150
|
-
class="fill-white dark:fill-gray-900"
|
|
151
|
-
height="100"
|
|
152
|
-
transform="translate(42.585 10)"
|
|
153
|
-
width="36"
|
|
154
|
-
/>
|
|
155
|
-
</clipPath>
|
|
156
|
-
</defs>
|
|
157
|
-
</svg>
|
|
158
|
-
</template>
|
|
159
|
-
<script lang="ts" setup></script>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
fill="none"
|
|
4
|
+
height="120"
|
|
5
|
+
viewBox="0 0 121 120"
|
|
6
|
+
width="121"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<circle cx="60.585" cy="60" fill="#BDC7CE" fill-opacity="0.15" r="50" />
|
|
10
|
+
<g clip-path="url(#clip0_335_11701)">
|
|
11
|
+
<path
|
|
12
|
+
class="fill-white dark:fill-gray-900"
|
|
13
|
+
d="M58.2593 10.4176C56.0889 10.4181 53.9447 10.8965 51.9757 11.8195L51.8381 11.8891C51.4251 12.0879 51.0219 12.2967 50.6285 12.5353L50.1959 12.7938C49.8812 13.0026 49.5665 13.2213 49.2125 13.45L48.7799 13.7781C48.4259 14.0664 48.0817 14.3747 47.7965 14.6928L47.6097 14.8618C47.2189 15.257 46.8481 15.6718 46.4985 16.1046V16.1643C44.3543 18.8655 43.1853 22.2254 43.1847 25.689V84.3488H43.0273V94.838L44.4729 94.9771V109.403H77.5327V94.8877L78.044 94.838V94.4502H78.2308V10.4176H58.2593Z"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
d="M77.9356 92.0641V94.9374L60.4322 96.6077L42.9189 94.9374V84.4482H48.4846V92.1834L60.265 93.3367L77.9356 92.0641Z"
|
|
17
|
+
fill="#BDC7CE"
|
|
18
|
+
opacity="0.2"
|
|
19
|
+
/>
|
|
20
|
+
<path
|
|
21
|
+
d="M77.4152 106.858V109.503H44.3652V97.0054L47.1382 97.2738V106.858H77.4152Z"
|
|
22
|
+
fill="#BDC7CE"
|
|
23
|
+
opacity="0.2"
|
|
24
|
+
/>
|
|
25
|
+
<path
|
|
26
|
+
d="M77.4251 94.3706V96.9954L60.8853 98.6557L44.3652 96.9954V94.3706L60.8853 96.031L77.4251 94.3706Z"
|
|
27
|
+
fill="#BDC7CE"
|
|
28
|
+
opacity="0.2"
|
|
29
|
+
/>
|
|
30
|
+
<path
|
|
31
|
+
d="M63.0873 101.748V103.587H56.6957C56.5962 103.587 56.4977 103.567 56.4059 103.529C56.314 103.49 56.2306 103.434 56.1602 103.363C56.0899 103.292 56.0342 103.208 55.9961 103.115C55.9581 103.022 55.9385 102.922 55.9385 102.822V98.1289L57.5413 98.2979V101.748H63.0873Z"
|
|
32
|
+
fill="#BDC7CE"
|
|
33
|
+
opacity="0.2"
|
|
34
|
+
/>
|
|
35
|
+
<path
|
|
36
|
+
d="M64.12 80.9783C63.4442 81.3028 62.7048 81.4693 61.9567 81.4655C61.2723 81.4655 60.5946 81.3292 59.9623 81.0644C59.33 80.7996 58.7554 80.4114 58.2715 79.9221C57.7875 79.4328 57.4036 78.8519 57.1417 78.2126C56.8798 77.5733 56.745 76.8881 56.745 76.1961V73.6608H59.3508V75.7387C59.349 77.0583 59.8387 78.3301 60.7225 79.3011C61.6063 80.272 62.8193 80.8709 64.12 80.9783Z"
|
|
37
|
+
fill="#BDC7CE"
|
|
38
|
+
opacity="0.2"
|
|
39
|
+
/>
|
|
40
|
+
<path
|
|
41
|
+
d="M62.1927 56.381C61.4814 56.8618 60.8984 57.5125 60.4953 58.2756C60.0922 59.0387 59.8815 59.8905 59.8818 60.7556V73.6807H56.745V61.6504C56.745 60.9584 56.8798 60.2732 57.1417 59.6339C57.4036 58.9946 57.7875 58.4137 58.2715 57.9244C58.7554 57.4351 59.33 57.0469 59.9623 56.7821C60.5946 56.5173 61.2723 56.381 61.9567 56.381H62.1927Z"
|
|
42
|
+
fill="#BDC7CE"
|
|
43
|
+
opacity="0.2"
|
|
44
|
+
/>
|
|
45
|
+
<path
|
|
46
|
+
d="M43.0762 84.0505V56.2915L48.6419 53.965V84.0505H43.0762Z"
|
|
47
|
+
fill="#BDC7CE"
|
|
48
|
+
opacity="0.2"
|
|
49
|
+
/>
|
|
50
|
+
<path
|
|
51
|
+
d="M43.0762 94.5396L60.5894 96.2099L78.1027 94.5396V10.4971H58.1802C54.1744 10.4971 50.3326 12.106 47.5001 14.97C44.6675 17.8339 43.0762 21.7183 43.0762 25.7685V94.5396Z"
|
|
52
|
+
stroke="#9DA3AC"
|
|
53
|
+
stroke-linecap="round"
|
|
54
|
+
stroke-linejoin="round"
|
|
55
|
+
/>
|
|
56
|
+
<path
|
|
57
|
+
d="M78.0928 41.6465L43.0762 56.3711"
|
|
58
|
+
stroke="#9DA3AC"
|
|
59
|
+
stroke-linecap="round"
|
|
60
|
+
stroke-linejoin="round"
|
|
61
|
+
/>
|
|
62
|
+
<path
|
|
63
|
+
d="M78.1033 10.4971C60.1377 28.8108 46.3809 16.2437 46.3809 16.2437"
|
|
64
|
+
stroke="#9DA3AC"
|
|
65
|
+
stroke-linecap="round"
|
|
66
|
+
stroke-linejoin="round"
|
|
67
|
+
/>
|
|
68
|
+
<path
|
|
69
|
+
d="M78.1033 10.4971C60.1377 28.8009 46.3906 16.2437 46.3906 16.2437C47.8602 14.3752 49.7475 12.8862 51.8973 11.8989C56.814 15.0507 65.31 17.4169 77.8279 10.507L78.1033 10.4971Z"
|
|
70
|
+
fill="#BDC7CE"
|
|
71
|
+
opacity="0.2"
|
|
72
|
+
/>
|
|
73
|
+
<path
|
|
74
|
+
d="M78.1031 30.6105C78.1031 30.6105 67.9747 22.6566 78.1031 10.4971"
|
|
75
|
+
stroke="#9DA3AC"
|
|
76
|
+
stroke-linecap="round"
|
|
77
|
+
stroke-linejoin="round"
|
|
78
|
+
/>
|
|
79
|
+
<path
|
|
80
|
+
d="M57.1682 20.5488L52.7432 33.6429H58.8595L56.2438 50.8332"
|
|
81
|
+
stroke="#9DA3AC"
|
|
82
|
+
stroke-linecap="round"
|
|
83
|
+
stroke-linejoin="round"
|
|
84
|
+
/>
|
|
85
|
+
<path
|
|
86
|
+
d="M47.7476 25.0427L47.5411 26.8522C47.4915 27.328 47.6302 27.8042 47.9268 28.1768C48.2235 28.5495 48.6541 28.7881 49.1243 28.8407C49.5943 28.8882 50.0639 28.747 50.4319 28.4476C50.7998 28.1481 51.0366 27.7144 51.091 27.24L51.2975 25.4305"
|
|
87
|
+
stroke="#9DA3AC"
|
|
88
|
+
stroke-linecap="round"
|
|
89
|
+
stroke-linejoin="round"
|
|
90
|
+
/>
|
|
91
|
+
<path
|
|
92
|
+
d="M59.6851 25.0428L59.4786 26.8523C59.429 27.328 59.5677 27.8042 59.8643 28.1769C60.161 28.5495 60.5916 28.7882 61.0618 28.8407V28.8407C61.5318 28.8883 62.0014 28.7471 62.3694 28.4476C62.7373 28.1481 62.9741 27.7144 63.0285 27.24L63.235 25.4305"
|
|
93
|
+
stroke="#9DA3AC"
|
|
94
|
+
stroke-linecap="round"
|
|
95
|
+
stroke-linejoin="round"
|
|
96
|
+
/>
|
|
97
|
+
<path
|
|
98
|
+
d="M66.145 44.311L57.708 41.1891"
|
|
99
|
+
stroke="#9DA3AC"
|
|
100
|
+
stroke-linecap="round"
|
|
101
|
+
stroke-linejoin="round"
|
|
102
|
+
/>
|
|
103
|
+
<path
|
|
104
|
+
d="M67.2759 61.6405C67.2759 58.7303 64.9426 56.3711 62.0642 56.3711C59.1859 56.3711 56.8525 58.7303 56.8525 61.6405V76.1961C56.8525 79.1063 59.1859 81.4655 62.0642 81.4655C64.9426 81.4655 67.2759 79.1063 67.2759 76.1961V61.6405Z"
|
|
105
|
+
stroke="#9DA3AC"
|
|
106
|
+
stroke-linecap="round"
|
|
107
|
+
stroke-linejoin="round"
|
|
108
|
+
/>
|
|
109
|
+
<path
|
|
110
|
+
d="M56.8525 73.6608H67.2759"
|
|
111
|
+
stroke="#9DA3AC"
|
|
112
|
+
stroke-linecap="round"
|
|
113
|
+
stroke-linejoin="round"
|
|
114
|
+
/>
|
|
115
|
+
<path
|
|
116
|
+
d="M43.0762 84.0505H78.0928"
|
|
117
|
+
stroke="#9DA3AC"
|
|
118
|
+
stroke-linecap="round"
|
|
119
|
+
stroke-linejoin="round"
|
|
120
|
+
/>
|
|
121
|
+
<path
|
|
122
|
+
d="M55.457 84.0505V77.9658H57.1582"
|
|
123
|
+
stroke="#9DA3AC"
|
|
124
|
+
stroke-linecap="round"
|
|
125
|
+
stroke-linejoin="round"
|
|
126
|
+
/>
|
|
127
|
+
<path
|
|
128
|
+
d="M68.6827 84.0505V77.9658H66.9717"
|
|
129
|
+
stroke="#9DA3AC"
|
|
130
|
+
stroke-linecap="round"
|
|
131
|
+
stroke-linejoin="round"
|
|
132
|
+
/>
|
|
133
|
+
<path
|
|
134
|
+
d="M77.4251 94.6589V109.503H44.3652V94.6589"
|
|
135
|
+
stroke="#9DA3AC"
|
|
136
|
+
stroke-linecap="round"
|
|
137
|
+
stroke-linejoin="round"
|
|
138
|
+
/>
|
|
139
|
+
<path
|
|
140
|
+
class="fill-white dark:fill-gray-900"
|
|
141
|
+
d="M63.6675 101.798H57.502V95.8818L60.5896 96.2099L63.6675 95.8818V101.798Z"
|
|
142
|
+
stroke="#9DA3AC"
|
|
143
|
+
stroke-linecap="round"
|
|
144
|
+
stroke-linejoin="round"
|
|
145
|
+
/>
|
|
146
|
+
</g>
|
|
147
|
+
<defs>
|
|
148
|
+
<clipPath id="clip0_335_11701">
|
|
149
|
+
<rect
|
|
150
|
+
class="fill-white dark:fill-gray-900"
|
|
151
|
+
height="100"
|
|
152
|
+
transform="translate(42.585 10)"
|
|
153
|
+
width="36"
|
|
154
|
+
/>
|
|
155
|
+
</clipPath>
|
|
156
|
+
</defs>
|
|
157
|
+
</svg>
|
|
158
|
+
</template>
|
|
159
|
+
<script lang="ts" setup></script>
|
|
@@ -1,90 +1,90 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="156"
|
|
4
|
-
height="155"
|
|
5
|
-
viewBox="0 0 156 155"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<circle cx="79.2916" cy="77.4998" r="64.5833" fill="#BDC7CE" fill-opacity="0.15" />
|
|
10
|
-
<g clip-path="url(#clip0_2935_107718)">
|
|
11
|
-
<path
|
|
12
|
-
d="M108.332 126.993C108.338 126.92 108.338 126.847 108.332 126.773V25.0928C108.353 23.914 108.033 22.7544 107.409 21.7564C106.786 20.7584 105.887 19.9652 104.823 19.4741V19.4741C104.257 18.3644 103.367 17.4551 102.274 16.8676C101.181 16.2801 99.9363 16.0422 98.7056 16.1857L54.4676 20.717C52.6854 20.9202 51.0311 21.7492 49.7949 23.0583C48.5588 24.3674 47.8196 26.0731 47.7072 27.8763C47.7072 27.9928 47.7072 28.1093 47.7072 28.2259V129.906C47.6876 131.041 47.9813 132.158 48.5554 133.135C49.1296 134.111 49.9617 134.907 50.9589 135.434V135.434L51.2031 135.564C51.2031 135.564 51.2031 135.499 51.2031 135.473C51.5694 136.232 52.0908 136.905 52.7331 137.447C53.3754 137.989 54.1241 138.389 54.9303 138.619C55.7967 138.92 56.7179 139.026 57.6293 138.93L101.944 134.373C103.775 134.167 105.471 133.302 106.718 131.936C107.965 130.571 108.68 128.797 108.73 126.942L108.332 126.993Z"
|
|
13
|
-
fill="white"
|
|
14
|
-
/>
|
|
15
|
-
<path
|
|
16
|
-
d="M101.571 134.27L57.256 138.827C56.3945 138.931 55.521 138.847 54.6943 138.582C53.8676 138.317 53.1069 137.876 52.4637 137.29C51.8205 136.703 51.3097 135.984 50.9658 135.182C50.6218 134.38 50.4528 133.512 50.4699 132.639V30.9582C50.4699 26.1162 53.0404 23.8377 57.256 23.4622L101.571 18.9051C102.433 18.8013 103.306 18.8848 104.133 19.15C104.96 19.4152 105.72 19.8559 106.363 20.4424C107.007 21.029 107.517 21.7476 107.861 22.55C108.205 23.3523 108.374 24.2197 108.357 25.0935V126.774C108.322 128.64 107.614 130.43 106.365 131.809C105.117 133.188 103.413 134.063 101.571 134.27V134.27Z"
|
|
17
|
-
class="fill-white dark:fill-gray-900"
|
|
18
|
-
stroke="#9DA3AC"
|
|
19
|
-
stroke-width="1.29167"
|
|
20
|
-
stroke-linecap="round"
|
|
21
|
-
stroke-linejoin="round"
|
|
22
|
-
/>
|
|
23
|
-
<path
|
|
24
|
-
opacity="0.2"
|
|
25
|
-
d="M107.008 127.266L62.7061 131.862C61.8446 131.966 60.9711 131.882 60.1444 131.617C59.3176 131.352 58.557 130.911 57.9139 130.325C57.2707 129.738 56.7598 129.019 56.4159 128.217C56.0719 127.415 55.9028 126.547 55.92 125.674V23.7988C52.6555 24.5756 50.7791 26.8412 50.7791 31.0358V132.716C50.7616 133.59 50.9306 134.457 51.2747 135.258C51.6188 136.06 52.1298 136.778 52.7733 137.364C53.4167 137.949 54.1776 138.389 55.0043 138.652C55.8311 138.916 56.7044 138.998 57.5651 138.892L101.88 134.335C103.711 134.129 105.406 133.264 106.654 131.898C107.901 130.532 108.616 128.758 108.666 126.903C108.131 127.094 107.574 127.216 107.008 127.266V127.266Z"
|
|
26
|
-
fill="#BDC7CE"
|
|
27
|
-
/>
|
|
28
|
-
<path
|
|
29
|
-
d="M50.8947 135.435C49.8975 134.907 49.0654 134.111 48.4912 133.135C47.917 132.159 47.6234 131.041 47.643 129.907V28.291C47.6949 26.4277 48.4102 24.6454 49.6583 23.2692C50.9065 21.8931 52.6044 21.0149 54.4419 20.7951L98.7442 16.238C99.9721 16.0922 101.215 16.3262 102.308 16.9089C103.4 17.4917 104.291 18.3955 104.862 19.5005"
|
|
30
|
-
stroke="#9DA3AC"
|
|
31
|
-
stroke-width="1.29167"
|
|
32
|
-
stroke-linecap="round"
|
|
33
|
-
stroke-linejoin="round"
|
|
34
|
-
/>
|
|
35
|
-
<path
|
|
36
|
-
opacity="0.2"
|
|
37
|
-
d="M104.862 19.436C103.836 18.9534 102.698 18.761 101.572 18.8794L57.2567 23.4365C53.0154 23.8119 50.4706 26.0904 50.4706 30.9453V132.613C50.4628 133.625 50.6964 134.624 51.1518 135.526C50.088 135.032 49.1905 134.236 48.5695 133.235C47.9485 132.235 47.631 131.074 47.6559 129.894V28.2137C47.6913 26.3474 48.3992 24.5579 49.6478 23.1787C50.8964 21.7995 52.6004 20.9248 54.442 20.7177L98.7442 16.1477C99.9749 16.0041 101.22 16.242 102.313 16.8295C103.406 17.417 104.295 18.3263 104.862 19.436V19.436Z"
|
|
38
|
-
class="fill-white dark:fill-gray-900"
|
|
39
|
-
/>
|
|
40
|
-
<path
|
|
41
|
-
d="M102.599 114.98L56.2788 119.731V33.5731L102.599 28.8218V114.98Z"
|
|
42
|
-
stroke="#9DA3AC"
|
|
43
|
-
stroke-width="1.29167"
|
|
44
|
-
stroke-linecap="round"
|
|
45
|
-
stroke-linejoin="round"
|
|
46
|
-
/>
|
|
47
|
-
<path
|
|
48
|
-
d="M75.8406 27.1259L82.9737 26.4268"
|
|
49
|
-
stroke="#9DA3AC"
|
|
50
|
-
stroke-width="1.29167"
|
|
51
|
-
stroke-linecap="round"
|
|
52
|
-
stroke-linejoin="round"
|
|
53
|
-
/>
|
|
54
|
-
<path
|
|
55
|
-
d="M84.4375 128.492C86.1174 126.717 86.1798 124.03 84.5768 122.491C82.9738 120.951 80.3125 121.143 78.6326 122.918C76.9527 124.693 76.8903 127.38 78.4933 128.919C80.0963 130.458 82.7576 130.267 84.4375 128.492Z"
|
|
56
|
-
stroke="#9DA3AC"
|
|
57
|
-
stroke-width="1.29167"
|
|
58
|
-
stroke-linecap="round"
|
|
59
|
-
stroke-linejoin="round"
|
|
60
|
-
/>
|
|
61
|
-
<path
|
|
62
|
-
opacity="0.2"
|
|
63
|
-
d="M84.9915 127.861C84.6217 128.499 84.1077 129.04 83.4914 129.44C82.8751 129.841 82.1737 130.089 81.4442 130.165C80.9062 130.231 80.3604 130.179 79.8444 130.012C79.3284 129.845 78.8545 129.567 78.4551 129.198C78.0557 128.829 77.7404 128.377 77.5309 127.874C77.3214 127.37 77.2227 126.827 77.2415 126.282C77.2542 125.417 77.5001 124.572 77.9529 123.838C78.4057 123.104 79.0484 122.507 79.812 122.113C79.3884 122.82 79.1619 123.63 79.1565 124.456C79.149 124.997 79.2564 125.533 79.4715 126.029C79.6866 126.524 80.0045 126.968 80.4037 127.33C80.803 127.691 81.2744 127.963 81.7863 128.126C82.2983 128.289 82.839 128.34 83.3721 128.275C83.9331 128.242 84.4828 128.101 84.9915 127.861V127.861Z"
|
|
64
|
-
fill="#BDC7CE"
|
|
65
|
-
/>
|
|
66
|
-
<path
|
|
67
|
-
opacity="0.2"
|
|
68
|
-
d="M90.0096 84.2891C96.2143 77.6428 96.5116 67.7718 90.6736 62.2418C84.8356 56.7117 75.073 57.6167 68.8682 64.263C62.6635 70.9094 62.3662 80.7803 68.2042 86.3104C74.0422 91.8405 83.8048 90.9355 90.0096 84.2891Z"
|
|
69
|
-
fill="#BDC7CE"
|
|
70
|
-
/>
|
|
71
|
-
<path
|
|
72
|
-
d="M72.4863 75.3225L77.8972 80.2939L86.4183 67.1016"
|
|
73
|
-
stroke="#9DA3AC"
|
|
74
|
-
stroke-width="1.29167"
|
|
75
|
-
stroke-linecap="round"
|
|
76
|
-
stroke-linejoin="round"
|
|
77
|
-
/>
|
|
78
|
-
</g>
|
|
79
|
-
<defs>
|
|
80
|
-
<clipPath id="clip0_2935_107718">
|
|
81
|
-
<rect
|
|
82
|
-
width="62"
|
|
83
|
-
height="124"
|
|
84
|
-
class="fill-white dark:fill-gray-900"
|
|
85
|
-
transform="translate(47 15.5)"
|
|
86
|
-
/>
|
|
87
|
-
</clipPath>
|
|
88
|
-
</defs>
|
|
89
|
-
</svg>
|
|
90
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="156"
|
|
4
|
+
height="155"
|
|
5
|
+
viewBox="0 0 156 155"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<circle cx="79.2916" cy="77.4998" r="64.5833" fill="#BDC7CE" fill-opacity="0.15" />
|
|
10
|
+
<g clip-path="url(#clip0_2935_107718)">
|
|
11
|
+
<path
|
|
12
|
+
d="M108.332 126.993C108.338 126.92 108.338 126.847 108.332 126.773V25.0928C108.353 23.914 108.033 22.7544 107.409 21.7564C106.786 20.7584 105.887 19.9652 104.823 19.4741V19.4741C104.257 18.3644 103.367 17.4551 102.274 16.8676C101.181 16.2801 99.9363 16.0422 98.7056 16.1857L54.4676 20.717C52.6854 20.9202 51.0311 21.7492 49.7949 23.0583C48.5588 24.3674 47.8196 26.0731 47.7072 27.8763C47.7072 27.9928 47.7072 28.1093 47.7072 28.2259V129.906C47.6876 131.041 47.9813 132.158 48.5554 133.135C49.1296 134.111 49.9617 134.907 50.9589 135.434V135.434L51.2031 135.564C51.2031 135.564 51.2031 135.499 51.2031 135.473C51.5694 136.232 52.0908 136.905 52.7331 137.447C53.3754 137.989 54.1241 138.389 54.9303 138.619C55.7967 138.92 56.7179 139.026 57.6293 138.93L101.944 134.373C103.775 134.167 105.471 133.302 106.718 131.936C107.965 130.571 108.68 128.797 108.73 126.942L108.332 126.993Z"
|
|
13
|
+
fill="white"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
d="M101.571 134.27L57.256 138.827C56.3945 138.931 55.521 138.847 54.6943 138.582C53.8676 138.317 53.1069 137.876 52.4637 137.29C51.8205 136.703 51.3097 135.984 50.9658 135.182C50.6218 134.38 50.4528 133.512 50.4699 132.639V30.9582C50.4699 26.1162 53.0404 23.8377 57.256 23.4622L101.571 18.9051C102.433 18.8013 103.306 18.8848 104.133 19.15C104.96 19.4152 105.72 19.8559 106.363 20.4424C107.007 21.029 107.517 21.7476 107.861 22.55C108.205 23.3523 108.374 24.2197 108.357 25.0935V126.774C108.322 128.64 107.614 130.43 106.365 131.809C105.117 133.188 103.413 134.063 101.571 134.27V134.27Z"
|
|
17
|
+
class="fill-white dark:fill-gray-900"
|
|
18
|
+
stroke="#9DA3AC"
|
|
19
|
+
stroke-width="1.29167"
|
|
20
|
+
stroke-linecap="round"
|
|
21
|
+
stroke-linejoin="round"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
opacity="0.2"
|
|
25
|
+
d="M107.008 127.266L62.7061 131.862C61.8446 131.966 60.9711 131.882 60.1444 131.617C59.3176 131.352 58.557 130.911 57.9139 130.325C57.2707 129.738 56.7598 129.019 56.4159 128.217C56.0719 127.415 55.9028 126.547 55.92 125.674V23.7988C52.6555 24.5756 50.7791 26.8412 50.7791 31.0358V132.716C50.7616 133.59 50.9306 134.457 51.2747 135.258C51.6188 136.06 52.1298 136.778 52.7733 137.364C53.4167 137.949 54.1776 138.389 55.0043 138.652C55.8311 138.916 56.7044 138.998 57.5651 138.892L101.88 134.335C103.711 134.129 105.406 133.264 106.654 131.898C107.901 130.532 108.616 128.758 108.666 126.903C108.131 127.094 107.574 127.216 107.008 127.266V127.266Z"
|
|
26
|
+
fill="#BDC7CE"
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
d="M50.8947 135.435C49.8975 134.907 49.0654 134.111 48.4912 133.135C47.917 132.159 47.6234 131.041 47.643 129.907V28.291C47.6949 26.4277 48.4102 24.6454 49.6583 23.2692C50.9065 21.8931 52.6044 21.0149 54.4419 20.7951L98.7442 16.238C99.9721 16.0922 101.215 16.3262 102.308 16.9089C103.4 17.4917 104.291 18.3955 104.862 19.5005"
|
|
30
|
+
stroke="#9DA3AC"
|
|
31
|
+
stroke-width="1.29167"
|
|
32
|
+
stroke-linecap="round"
|
|
33
|
+
stroke-linejoin="round"
|
|
34
|
+
/>
|
|
35
|
+
<path
|
|
36
|
+
opacity="0.2"
|
|
37
|
+
d="M104.862 19.436C103.836 18.9534 102.698 18.761 101.572 18.8794L57.2567 23.4365C53.0154 23.8119 50.4706 26.0904 50.4706 30.9453V132.613C50.4628 133.625 50.6964 134.624 51.1518 135.526C50.088 135.032 49.1905 134.236 48.5695 133.235C47.9485 132.235 47.631 131.074 47.6559 129.894V28.2137C47.6913 26.3474 48.3992 24.5579 49.6478 23.1787C50.8964 21.7995 52.6004 20.9248 54.442 20.7177L98.7442 16.1477C99.9749 16.0041 101.22 16.242 102.313 16.8295C103.406 17.417 104.295 18.3263 104.862 19.436V19.436Z"
|
|
38
|
+
class="fill-white dark:fill-gray-900"
|
|
39
|
+
/>
|
|
40
|
+
<path
|
|
41
|
+
d="M102.599 114.98L56.2788 119.731V33.5731L102.599 28.8218V114.98Z"
|
|
42
|
+
stroke="#9DA3AC"
|
|
43
|
+
stroke-width="1.29167"
|
|
44
|
+
stroke-linecap="round"
|
|
45
|
+
stroke-linejoin="round"
|
|
46
|
+
/>
|
|
47
|
+
<path
|
|
48
|
+
d="M75.8406 27.1259L82.9737 26.4268"
|
|
49
|
+
stroke="#9DA3AC"
|
|
50
|
+
stroke-width="1.29167"
|
|
51
|
+
stroke-linecap="round"
|
|
52
|
+
stroke-linejoin="round"
|
|
53
|
+
/>
|
|
54
|
+
<path
|
|
55
|
+
d="M84.4375 128.492C86.1174 126.717 86.1798 124.03 84.5768 122.491C82.9738 120.951 80.3125 121.143 78.6326 122.918C76.9527 124.693 76.8903 127.38 78.4933 128.919C80.0963 130.458 82.7576 130.267 84.4375 128.492Z"
|
|
56
|
+
stroke="#9DA3AC"
|
|
57
|
+
stroke-width="1.29167"
|
|
58
|
+
stroke-linecap="round"
|
|
59
|
+
stroke-linejoin="round"
|
|
60
|
+
/>
|
|
61
|
+
<path
|
|
62
|
+
opacity="0.2"
|
|
63
|
+
d="M84.9915 127.861C84.6217 128.499 84.1077 129.04 83.4914 129.44C82.8751 129.841 82.1737 130.089 81.4442 130.165C80.9062 130.231 80.3604 130.179 79.8444 130.012C79.3284 129.845 78.8545 129.567 78.4551 129.198C78.0557 128.829 77.7404 128.377 77.5309 127.874C77.3214 127.37 77.2227 126.827 77.2415 126.282C77.2542 125.417 77.5001 124.572 77.9529 123.838C78.4057 123.104 79.0484 122.507 79.812 122.113C79.3884 122.82 79.1619 123.63 79.1565 124.456C79.149 124.997 79.2564 125.533 79.4715 126.029C79.6866 126.524 80.0045 126.968 80.4037 127.33C80.803 127.691 81.2744 127.963 81.7863 128.126C82.2983 128.289 82.839 128.34 83.3721 128.275C83.9331 128.242 84.4828 128.101 84.9915 127.861V127.861Z"
|
|
64
|
+
fill="#BDC7CE"
|
|
65
|
+
/>
|
|
66
|
+
<path
|
|
67
|
+
opacity="0.2"
|
|
68
|
+
d="M90.0096 84.2891C96.2143 77.6428 96.5116 67.7718 90.6736 62.2418C84.8356 56.7117 75.073 57.6167 68.8682 64.263C62.6635 70.9094 62.3662 80.7803 68.2042 86.3104C74.0422 91.8405 83.8048 90.9355 90.0096 84.2891Z"
|
|
69
|
+
fill="#BDC7CE"
|
|
70
|
+
/>
|
|
71
|
+
<path
|
|
72
|
+
d="M72.4863 75.3225L77.8972 80.2939L86.4183 67.1016"
|
|
73
|
+
stroke="#9DA3AC"
|
|
74
|
+
stroke-width="1.29167"
|
|
75
|
+
stroke-linecap="round"
|
|
76
|
+
stroke-linejoin="round"
|
|
77
|
+
/>
|
|
78
|
+
</g>
|
|
79
|
+
<defs>
|
|
80
|
+
<clipPath id="clip0_2935_107718">
|
|
81
|
+
<rect
|
|
82
|
+
width="62"
|
|
83
|
+
height="124"
|
|
84
|
+
class="fill-white dark:fill-gray-900"
|
|
85
|
+
transform="translate(47 15.5)"
|
|
86
|
+
/>
|
|
87
|
+
</clipPath>
|
|
88
|
+
</defs>
|
|
89
|
+
</svg>
|
|
90
|
+
</template>
|