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,234 +1,234 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="121"
|
|
4
|
-
height="120"
|
|
5
|
-
viewBox="0 0 121 120"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<circle
|
|
10
|
-
cx="60.8099"
|
|
11
|
-
cy="60"
|
|
12
|
-
r="50"
|
|
13
|
-
fill="#BDC7CE"
|
|
14
|
-
fill-opacity="0.15"
|
|
15
|
-
/>
|
|
16
|
-
<g clip-path="url(#clip0_8755_21164)">
|
|
17
|
-
<path
|
|
18
|
-
d="M85.1476 32.0485H82.1309C82.1334 31.1151 81.95 30.1903 81.5913 29.327C81.2325 28.4637 80.7054 27.6787 80.04 27.0169C79.3746 26.3552 78.584 25.8295 77.7132 25.47C76.8425 25.1105 75.9087 24.9242 74.9652 24.9218H66.8763V18.021L67.828 19.0378L68.7796 18.0304L69.9215 19.0472L71.0445 18.0304L72.2625 19.0472L73.2808 18.0304L74.1182 18.7836V14.1988C74.1183 13.2097 73.7251 12.2603 73.0236 11.5557C72.322 10.8511 71.3684 10.4478 70.3688 10.433H49.3664C48.3668 10.4478 47.4132 10.8511 46.7117 11.5557C46.0101 12.2603 45.6169 13.2097 45.617 14.1988V24.9218H38.4513C37.5078 24.9242 36.574 25.1105 35.7032 25.47C34.8325 25.8295 34.0419 26.3552 33.3765 27.0169C32.7111 27.6787 32.1839 28.4637 31.8252 29.327C31.4664 30.1903 31.283 31.1151 31.2855 32.0485V72.5305L34.9779 103.269C35.1807 104.996 36.0176 106.59 37.3298 107.748C38.6419 108.905 40.338 109.546 42.096 109.548H71.8248C73.6036 109.545 75.3179 108.888 76.6349 107.705C77.952 106.522 78.7779 104.898 78.9525 103.146L79.6472 96.4149H85.1476C85.8332 96.4137 86.5119 96.2787 87.1447 96.0177C87.7775 95.7567 88.3522 95.3748 88.8356 94.8938C89.3191 94.4129 89.702 93.8424 89.9624 93.2149C90.2227 92.5874 90.3555 91.9153 90.353 91.237V37.2264C90.3555 35.8573 89.8088 34.5431 88.8328 33.5723C87.8569 32.6015 86.5315 32.0535 85.1476 32.0485Z"
|
|
19
|
-
class="fill-white dark:fill-gray-900"
|
|
20
|
-
/>
|
|
21
|
-
<path
|
|
22
|
-
d="M71.8248 109.529H42.096C40.338 109.527 38.6419 108.887 37.3298 107.729C36.0176 106.571 35.1807 104.978 34.9779 103.25L31.2855 72.5119V32.0299C31.283 31.0965 31.4664 30.1717 31.8252 29.3084C32.1839 28.4451 32.7111 27.6601 33.3765 26.9983C34.0419 26.3366 34.8325 25.8109 35.7032 25.4514C36.574 25.0919 37.5078 24.9057 38.4513 24.9032H74.9461C75.8896 24.9057 76.8234 25.0919 77.6942 25.4514C78.5649 25.8109 79.3556 26.3366 80.021 26.9983C80.6864 27.6601 81.2135 28.4451 81.5723 29.3084C81.931 30.1717 82.1144 31.0965 82.1119 32.0299V72.5119L78.981 103.137C78.8037 104.892 77.9728 106.518 76.6499 107.7C75.3271 108.881 73.6071 109.533 71.8248 109.529V109.529Z"
|
|
23
|
-
stroke="#9DA3AC"
|
|
24
|
-
stroke-width="0.9375"
|
|
25
|
-
stroke-linecap="round"
|
|
26
|
-
stroke-linejoin="round"
|
|
27
|
-
/>
|
|
28
|
-
<path
|
|
29
|
-
opacity="0.2"
|
|
30
|
-
d="M37.9186 103.25L34.2358 72.5119V32.0299C34.2358 30.1529 34.9862 28.3521 36.3233 27.0204C37.6605 25.6888 39.4757 24.9344 41.373 24.922H38.423C37.4795 24.9245 36.5457 25.1108 35.6749 25.4703C34.8042 25.8298 34.0135 26.3554 33.3481 27.0172C32.6827 27.6789 32.1556 28.4639 31.7968 29.3272C31.4381 30.1905 31.2547 31.1153 31.2572 32.0487V72.5307L34.9495 103.269C35.1524 104.996 35.9893 106.59 37.3015 107.748C38.6136 108.905 40.3096 109.546 42.0677 109.548H45.0082C43.2528 109.537 41.5624 108.889 40.2562 107.729C38.9501 106.569 38.1185 104.975 37.9186 103.25Z"
|
|
31
|
-
fill="#BDC7CE"
|
|
32
|
-
/>
|
|
33
|
-
<path
|
|
34
|
-
opacity="0.2"
|
|
35
|
-
d="M68.0845 83.5456C67.9582 83.5663 67.8288 83.5593 67.7055 83.5251C67.5822 83.4909 67.468 83.4304 67.3709 83.3479C67.2738 83.2653 67.1962 83.1626 67.1436 83.0471C67.0909 82.9316 67.0646 82.8061 67.0663 82.6795V80.26L66.0004 80.4295C65.7929 80.463 65.6042 80.5686 65.4681 80.7273C65.3321 80.8861 65.2577 81.0875 65.2582 81.2956V84.5436C65.2581 84.6697 65.2856 84.7944 65.3387 84.9091C65.3919 85.0238 65.4695 85.1257 65.5662 85.208C65.6629 85.2902 65.7764 85.3508 65.899 85.3857C66.0216 85.4205 66.1503 85.4287 66.2764 85.4097L73.4041 84.2799C73.6109 84.2484 73.7994 84.1447 73.9356 83.9876C74.0718 83.8304 74.1465 83.6302 74.1464 83.4232V82.5948L68.0845 83.5456Z"
|
|
36
|
-
fill="#BDC7CE"
|
|
37
|
-
/>
|
|
38
|
-
<path
|
|
39
|
-
opacity="0.2"
|
|
40
|
-
d="M68.0845 92.9883C67.959 93.0088 67.8304 93.002 67.7078 92.9684C67.5852 92.9347 67.4715 92.8751 67.3746 92.7935C67.2776 92.712 67.1999 92.6105 67.1466 92.4962C67.0934 92.3818 67.066 92.2574 67.0663 92.1316V89.7026L66.0004 89.8721C65.7929 89.9057 65.6042 90.0113 65.4681 90.17C65.3321 90.3287 65.2577 90.5301 65.2582 90.7382V93.9862C65.2581 94.1124 65.2856 94.2371 65.3387 94.3518C65.3919 94.4664 65.4695 94.5684 65.5662 94.6507C65.6629 94.7329 65.7764 94.7935 65.899 94.8283C66.0216 94.8631 66.1503 94.8714 66.2764 94.8524L73.4041 93.7226C73.6109 93.6911 73.7994 93.5874 73.9356 93.4303C74.0718 93.2731 74.1465 93.0729 74.1464 92.8659V92.0374L68.0845 92.9883Z"
|
|
41
|
-
fill="#BDC7CE"
|
|
42
|
-
/>
|
|
43
|
-
<path
|
|
44
|
-
opacity="0.2"
|
|
45
|
-
d="M68.0845 101.988C67.9584 102.007 67.8297 101.999 67.7071 101.964C67.5845 101.929 67.471 101.869 67.3743 101.786C67.2776 101.704 67.2 101.602 67.1468 101.488C67.0937 101.373 67.0662 101.248 67.0663 101.122V98.6931L66.0004 98.8626C65.7929 98.8961 65.6042 99.0017 65.4681 99.1604C65.3321 99.3192 65.2577 99.5207 65.2582 99.7287V103.005C65.2581 103.131 65.2856 103.256 65.3387 103.371C65.3919 103.485 65.4695 103.587 65.5662 103.669C65.6629 103.752 65.7764 103.812 65.899 103.847C66.0216 103.882 66.1503 103.89 66.2764 103.871L73.4041 102.751C73.6117 102.717 73.8004 102.612 73.9364 102.453C74.0724 102.294 74.1469 102.093 74.1464 101.885V101.056L68.0845 101.988Z"
|
|
46
|
-
fill="#BDC7CE"
|
|
47
|
-
/>
|
|
48
|
-
<path
|
|
49
|
-
opacity="0.2"
|
|
50
|
-
d="M55.3904 83.7997C55.1556 83.7997 54.9305 83.7075 54.7646 83.5433C54.5986 83.3791 54.5054 83.1563 54.5054 82.9241V80.74H53.5537C53.3207 80.7425 53.098 80.8358 52.9341 80.9998C52.7702 81.1637 52.6782 81.385 52.6782 81.6156V84.8823C52.6782 85.1129 52.7702 85.3342 52.9341 85.4982C53.098 85.6621 53.3207 85.7554 53.5537 85.7579H60.6909C60.924 85.7554 61.1467 85.6621 61.3106 85.4982C61.4745 85.3342 61.5664 85.1129 61.5664 84.8823V83.7997H55.3904Z"
|
|
51
|
-
fill="#BDC7CE"
|
|
52
|
-
/>
|
|
53
|
-
<path
|
|
54
|
-
opacity="0.2"
|
|
55
|
-
d="M42.5632 82.67C42.3557 82.6365 42.1669 82.5309 42.0309 82.3721C41.8949 82.2134 41.8205 82.0119 41.821 81.8038V79.4126L41.1358 79.3091C41.0097 79.2901 40.881 79.2982 40.7584 79.333C40.6358 79.3678 40.5223 79.4285 40.4256 79.5108C40.3289 79.593 40.2513 79.6949 40.1981 79.8096C40.145 79.9243 40.1175 80.049 40.1176 80.1752V83.4232C40.1174 83.6301 40.1922 83.8303 40.3283 83.9875C40.4645 84.1446 40.653 84.2483 40.8598 84.2798L47.9875 85.4096C48.1136 85.4286 48.2423 85.4204 48.3649 85.3856C48.4875 85.3508 48.601 85.2902 48.6977 85.2079C48.7944 85.1256 48.872 85.0237 48.9252 84.909C48.9783 84.7943 49.0058 84.6696 49.0057 84.5435V83.6773L42.5632 82.67Z"
|
|
56
|
-
fill="#BDC7CE"
|
|
57
|
-
/>
|
|
58
|
-
<path
|
|
59
|
-
opacity="0.2"
|
|
60
|
-
d="M55.3904 93.12C55.1573 93.12 54.9337 93.029 54.768 92.8669C54.6023 92.7047 54.5079 92.4844 54.5054 92.2539V90.0603H53.5538C53.3207 90.0628 53.098 90.1561 52.9341 90.32C52.7702 90.4839 52.6783 90.7052 52.6783 90.9358V94.2027C52.677 94.3172 52.6987 94.4308 52.7422 94.537C52.7856 94.6431 52.8499 94.7397 52.9313 94.8212C53.0127 94.9026 53.1097 94.9672 53.2165 95.0114C53.3234 95.0555 53.438 95.0782 53.5538 95.0782H60.691C60.8067 95.0782 60.9214 95.0555 61.0282 95.0114C61.1351 94.9672 61.232 94.9026 61.3134 94.8212C61.3948 94.7397 61.4591 94.6431 61.5026 94.537C61.546 94.4308 61.5677 94.3172 61.5665 94.2027V93.12H55.3904Z"
|
|
61
|
-
fill="#BDC7CE"
|
|
62
|
-
/>
|
|
63
|
-
<path
|
|
64
|
-
opacity="0.2"
|
|
65
|
-
d="M42.5632 91.9902C42.3557 91.9566 42.1669 91.851 42.0309 91.6923C41.8949 91.5336 41.8205 91.3322 41.821 91.1241V88.7422L41.1358 88.6292C41.0097 88.6102 40.881 88.6184 40.7584 88.6533C40.6358 88.6881 40.5223 88.7487 40.4256 88.8309C40.3289 88.9132 40.2513 89.0152 40.1981 89.1298C40.145 89.2445 40.1175 89.3692 40.1176 89.4954V92.7433C40.1171 92.9514 40.1915 93.1529 40.3275 93.3116C40.4635 93.4703 40.6522 93.5759 40.8598 93.6095L48.0351 94.7298C48.1612 94.7488 48.2899 94.7406 48.4125 94.7058C48.5351 94.671 48.6486 94.6104 48.7453 94.5281C48.842 94.4459 48.9196 94.3439 48.9728 94.2292C49.0259 94.1145 49.0534 93.9898 49.0533 93.8637V93.007L42.5632 91.9902Z"
|
|
66
|
-
fill="#BDC7CE"
|
|
67
|
-
/>
|
|
68
|
-
<path
|
|
69
|
-
opacity="0.2"
|
|
70
|
-
d="M55.3904 102.365C55.1556 102.365 54.9305 102.273 54.7646 102.108C54.5986 101.944 54.5054 101.722 54.5054 101.489V99.3052H53.5537C53.3215 99.3052 53.0988 99.3965 52.9347 99.5589C52.7705 99.7213 52.6782 99.9416 52.6782 100.171V103.448C52.6782 103.678 52.7702 103.899 52.9341 104.063C53.098 104.227 53.3207 104.321 53.5537 104.323H60.6909C60.924 104.321 61.1467 104.227 61.3106 104.063C61.4745 103.899 61.5664 103.678 61.5664 103.448V102.365H55.3904Z"
|
|
71
|
-
fill="#BDC7CE"
|
|
72
|
-
/>
|
|
73
|
-
<path
|
|
74
|
-
opacity="0.2"
|
|
75
|
-
d="M42.5632 101.226C42.3557 101.192 42.1669 101.087 42.0309 100.928C41.8949 100.769 41.8205 100.568 41.821 100.36V97.9777L41.1358 97.8647C41.0097 97.8457 40.881 97.8539 40.7584 97.8887C40.6358 97.9235 40.5223 97.9841 40.4256 98.0664C40.3289 98.1487 40.2513 98.2506 40.1981 98.3653C40.145 98.48 40.1175 98.6047 40.1176 98.7309V101.979C40.1171 102.187 40.1915 102.388 40.3275 102.547C40.4635 102.706 40.6522 102.811 40.8598 102.845L48.0351 103.946C48.1547 103.957 48.2752 103.943 48.3891 103.905C48.503 103.867 48.6078 103.807 48.697 103.727C48.7863 103.648 48.8581 103.551 48.9079 103.443C48.9577 103.335 48.9846 103.218 48.9867 103.099V102.242L42.5632 101.226Z"
|
|
76
|
-
fill="#BDC7CE"
|
|
77
|
-
/>
|
|
78
|
-
<path
|
|
79
|
-
opacity="0.2"
|
|
80
|
-
d="M52.7926 10.4706C51.793 10.4855 50.8394 10.8888 50.1379 11.5934C49.4363 12.298 49.0431 13.2474 49.0432 14.2364V24.9594H45.722V14.1988C45.7219 13.2097 46.1151 12.2604 46.8167 11.5557C47.5182 10.8511 48.4718 10.4478 49.4715 10.433L52.7926 10.4706Z"
|
|
81
|
-
fill="#BDC7CE"
|
|
82
|
-
/>
|
|
83
|
-
<path
|
|
84
|
-
opacity="0.2"
|
|
85
|
-
d="M74.1472 18.2753V18.8119L73.8522 18.5483L73.3098 18.0587L72.7293 18.633L72.2915 19.0755L71.6159 18.5106L71.0735 18.0587L70.5881 18.5012L69.9506 19.0755L68.723 18.0587L67.7713 19.0661L66.8197 18.0493V14.2271C66.8197 13.2708 67.2037 12.3536 67.8872 11.6774C68.5707 11.0012 69.4978 10.6213 70.4644 10.6213C71.4311 10.6213 72.3581 11.0012 73.0416 11.6774C73.7252 12.3536 74.1092 13.2708 74.1092 14.2271L74.1472 18.2753Z"
|
|
86
|
-
fill="#BDC7CE"
|
|
87
|
-
/>
|
|
88
|
-
<path
|
|
89
|
-
opacity="0.2"
|
|
90
|
-
d="M69.0275 14.3873C69.0149 13.558 69.2837 12.7484 69.7909 12.088C70.298 11.4276 71.0143 10.9544 71.8252 10.7439C71.3913 10.5603 70.9266 10.4582 70.4549 10.4427C69.4737 10.484 68.5465 10.8989 67.8673 11.6007C67.1881 12.3025 66.8093 13.2368 66.8102 14.2084V18.0307L67.7618 19.0475L68.7134 18.0401L69.037 18.3037L69.0275 14.3873Z"
|
|
91
|
-
fill="#BDC7CE"
|
|
92
|
-
/>
|
|
93
|
-
<path
|
|
94
|
-
opacity="0.2"
|
|
95
|
-
d="M82.2263 32.0487V73.8299L79.6664 96.4056H82.6069L85.1287 73.8299V32.0487H82.2263Z"
|
|
96
|
-
fill="#BDC7CE"
|
|
97
|
-
/>
|
|
98
|
-
<path
|
|
99
|
-
d="M74.9185 66.4396H39.1564C38.8878 66.4396 38.6219 66.3869 38.3741 66.2844C38.1263 66.1818 37.9016 66.0316 37.713 65.8424C37.5244 65.6532 37.3757 65.4288 37.2755 65.1822C37.1753 64.9356 37.1257 64.6718 37.1295 64.4061V32.8113C37.1282 32.5472 37.1797 32.2854 37.281 32.0411C37.3823 31.7967 37.5314 31.5745 37.7198 31.3873C37.9081 31.2001 38.132 31.0515 38.3785 30.9502C38.6251 30.8488 38.8894 30.7966 39.1564 30.7966H74.9185C75.1847 30.7979 75.448 30.851 75.6935 30.9529C75.9389 31.0548 76.1617 31.2036 76.349 31.3906C76.5364 31.5777 76.6846 31.7995 76.7853 32.0432C76.886 32.287 76.9372 32.548 76.936 32.8113V64.4061C76.9398 64.671 76.8904 64.9341 76.7908 65.18C76.6913 65.426 76.5434 65.65 76.3558 65.839C76.1682 66.0281 75.9446 66.1785 75.6979 66.2816C75.4512 66.3847 75.1863 66.4384 74.9185 66.4396V66.4396Z"
|
|
100
|
-
stroke="#9DA3AC"
|
|
101
|
-
stroke-width="0.9375"
|
|
102
|
-
stroke-linecap="round"
|
|
103
|
-
stroke-linejoin="round"
|
|
104
|
-
/>
|
|
105
|
-
<path
|
|
106
|
-
d="M45.6177 24.9218V14.1988C45.6176 13.2097 46.0108 12.2604 46.7123 11.5557C47.4139 10.8511 48.3675 10.4478 49.3671 10.433H70.398C71.3976 10.4478 72.3512 10.8511 73.0528 11.5557C73.7543 12.2604 74.1475 13.2097 74.1474 14.1988V18.7836L73.31 18.0304L72.2917 19.0472L71.0737 18.0304L69.9222 19.0472L68.6946 18.0304L67.743 19.0378L66.7913 18.021"
|
|
107
|
-
stroke="#9DA3AC"
|
|
108
|
-
stroke-width="0.9375"
|
|
109
|
-
stroke-linecap="round"
|
|
110
|
-
stroke-linejoin="round"
|
|
111
|
-
/>
|
|
112
|
-
<path
|
|
113
|
-
d="M66.8574 24.9218V14.1988C66.8498 13.7078 66.9409 13.2201 67.1253 12.7642C67.3098 12.3082 67.5839 11.893 67.9318 11.5427C68.2797 11.1924 68.6945 10.9139 69.152 10.7234C69.6096 10.533 70.1008 10.4343 70.5973 10.4331"
|
|
114
|
-
stroke="#9DA3AC"
|
|
115
|
-
stroke-width="0.9375"
|
|
116
|
-
stroke-linecap="round"
|
|
117
|
-
stroke-linejoin="round"
|
|
118
|
-
/>
|
|
119
|
-
<path
|
|
120
|
-
d="M49.6046 15.8838H59.8822"
|
|
121
|
-
stroke="#9DA3AC"
|
|
122
|
-
stroke-width="0.9375"
|
|
123
|
-
stroke-linecap="round"
|
|
124
|
-
stroke-linejoin="round"
|
|
125
|
-
/>
|
|
126
|
-
<path
|
|
127
|
-
d="M49.6046 19.7062H64.0027"
|
|
128
|
-
stroke="#9DA3AC"
|
|
129
|
-
stroke-width="0.9375"
|
|
130
|
-
stroke-linecap="round"
|
|
131
|
-
stroke-linejoin="round"
|
|
132
|
-
/>
|
|
133
|
-
<path
|
|
134
|
-
d="M82.1116 32.0486H85.1473C86.5312 32.0536 87.8566 32.6016 88.8326 33.5724C89.8085 34.5431 90.3552 35.8574 90.3527 37.2265V91.2182C90.3577 91.8981 90.2268 92.5723 89.9676 93.2019C89.7084 93.8316 89.3259 94.4043 88.8421 94.8873C88.3584 95.3702 87.7829 95.7538 87.1488 96.016C86.5147 96.2782 85.8345 96.4138 85.1473 96.415H79.6849"
|
|
135
|
-
stroke="#9DA3AC"
|
|
136
|
-
stroke-width="0.9375"
|
|
137
|
-
stroke-linecap="round"
|
|
138
|
-
stroke-linejoin="round"
|
|
139
|
-
/>
|
|
140
|
-
<path
|
|
141
|
-
opacity="0.2"
|
|
142
|
-
d="M56.6946 59.5483C58.8717 59.5614 61.0036 58.9345 62.8201 57.7472C64.6365 56.5599 66.0556 54.8658 66.8975 52.8795C67.7393 50.8932 67.966 48.7044 67.5487 46.5905C67.1313 44.4766 66.0889 42.533 64.5534 41.0061C63.018 39.4792 61.0588 38.4377 58.9243 38.0138C56.7898 37.5899 54.5761 37.8028 52.564 38.6252C50.5518 39.4477 48.832 40.8428 47.6224 42.6336C46.4128 44.4244 45.7681 46.5302 45.7699 48.684C45.7662 50.107 46.0458 51.5169 46.5928 52.833C47.1397 54.1491 47.9434 55.3457 48.9579 56.3545C49.9723 57.3634 51.1777 58.1647 52.5052 58.7127C53.8326 59.2606 55.2562 59.5446 56.6946 59.5483Z"
|
|
143
|
-
fill="#BDC7CE"
|
|
144
|
-
/>
|
|
145
|
-
<path
|
|
146
|
-
d="M51.3177 48.5427L55.5715 52.5062L62.0711 44.8522"
|
|
147
|
-
stroke="#9DA3AC"
|
|
148
|
-
stroke-width="0.9375"
|
|
149
|
-
stroke-linecap="round"
|
|
150
|
-
stroke-linejoin="round"
|
|
151
|
-
/>
|
|
152
|
-
<path
|
|
153
|
-
d="M31.2855 72.512C31.2855 72.512 37.1285 77.7841 57.027 77.7841C74.1563 77.7841 82.1119 72.512 82.1119 72.512"
|
|
154
|
-
stroke="#9DA3AC"
|
|
155
|
-
stroke-width="0.9375"
|
|
156
|
-
stroke-linecap="round"
|
|
157
|
-
stroke-linejoin="round"
|
|
158
|
-
/>
|
|
159
|
-
<path
|
|
160
|
-
d="M60.7006 85.8426H53.5634C53.3303 85.8401 53.1076 85.7468 52.9437 85.5828C52.7798 85.4189 52.6879 85.1977 52.6879 84.9671V81.7002C52.6879 81.4697 52.7798 81.2484 52.9437 81.0844C53.1076 80.9205 53.3303 80.8272 53.5634 80.8247H60.7006C60.9336 80.8272 61.1563 80.9205 61.3202 81.0844C61.4841 81.2484 61.5761 81.4697 61.5761 81.7002V84.9671C61.5761 85.1977 61.4841 85.4189 61.3202 85.5828C61.1563 85.7468 60.9336 85.8401 60.7006 85.8426V85.8426Z"
|
|
161
|
-
stroke="#9DA3AC"
|
|
162
|
-
stroke-width="0.9375"
|
|
163
|
-
stroke-linecap="round"
|
|
164
|
-
stroke-linejoin="round"
|
|
165
|
-
/>
|
|
166
|
-
<path
|
|
167
|
-
d="M60.7006 104.314H53.5634C53.3312 104.314 53.1085 104.222 52.9443 104.06C52.7801 103.897 52.6879 103.677 52.6879 103.447V100.181C52.6879 99.9509 52.7801 99.7306 52.9443 99.5681C53.1085 99.4057 53.3312 99.3145 53.5634 99.3145H60.7006C60.9327 99.3145 61.1554 99.4057 61.3196 99.5681C61.4838 99.7306 61.5761 99.9509 61.5761 100.181V103.457C61.5735 103.685 61.4802 103.903 61.3163 104.063C61.1524 104.224 60.9311 104.314 60.7006 104.314V104.314Z"
|
|
168
|
-
stroke="#9DA3AC"
|
|
169
|
-
stroke-width="0.9375"
|
|
170
|
-
stroke-linecap="round"
|
|
171
|
-
stroke-linejoin="round"
|
|
172
|
-
/>
|
|
173
|
-
<path
|
|
174
|
-
d="M60.7006 95.0781H53.5634C53.3303 95.0756 53.1076 94.9822 52.9437 94.8183C52.7798 94.6544 52.6879 94.4331 52.6879 94.2026V90.9357C52.6879 90.7051 52.7798 90.4838 52.9437 90.3199C53.1076 90.156 53.3303 90.0627 53.5634 90.0602H60.7006C60.9336 90.0627 61.1563 90.156 61.3202 90.3199C61.4841 90.4838 61.5761 90.7051 61.5761 90.9357V94.2026C61.5761 94.4331 61.4841 94.6544 61.3202 94.8183C61.1563 94.9822 60.9336 95.0756 60.7006 95.0781V95.0781Z"
|
|
175
|
-
stroke="#9DA3AC"
|
|
176
|
-
stroke-width="0.9375"
|
|
177
|
-
stroke-linecap="round"
|
|
178
|
-
stroke-linejoin="round"
|
|
179
|
-
/>
|
|
180
|
-
<path
|
|
181
|
-
d="M48.0344 85.4849L40.9067 84.3646C40.6991 84.331 40.5104 84.2254 40.3744 84.0667C40.2384 83.908 40.1639 83.7066 40.1644 83.4985V80.2505C40.1657 80.1251 40.1942 80.0015 40.248 79.8879C40.3017 79.7744 40.3795 79.6736 40.476 79.5924C40.5726 79.5112 40.6856 79.4514 40.8075 79.4171C40.9295 79.3829 41.0574 79.3749 41.1827 79.3938L48.3103 80.5141C48.5009 80.56 48.6706 80.6671 48.7929 80.8188C48.9152 80.9705 48.9831 81.158 48.986 81.352V84.6C48.9892 84.7219 48.9662 84.8431 48.9187 84.9557C48.8713 85.0683 48.8003 85.1696 48.7104 85.2532C48.6206 85.3367 48.5139 85.4006 48.3974 85.4405C48.2809 85.4804 48.1572 85.4956 48.0344 85.4849Z"
|
|
182
|
-
stroke="#9DA3AC"
|
|
183
|
-
stroke-width="0.9375"
|
|
184
|
-
stroke-linecap="round"
|
|
185
|
-
stroke-linejoin="round"
|
|
186
|
-
/>
|
|
187
|
-
<path
|
|
188
|
-
d="M48.0344 103.946L40.9067 102.826C40.6991 102.792 40.5104 102.687 40.3744 102.528C40.2384 102.369 40.1639 102.168 40.1644 101.96V98.7119C40.1643 98.5857 40.1918 98.461 40.245 98.3463C40.2982 98.2317 40.3758 98.1298 40.4725 98.0475C40.5692 97.9652 40.6827 97.9046 40.8053 97.8698C40.9279 97.835 41.0566 97.8268 41.1827 97.8458L48.3103 98.9755C48.5171 99.007 48.7057 99.1108 48.8418 99.2679C48.978 99.4251 49.0528 99.6253 49.0526 99.8322V103.08C49.0543 103.207 49.0279 103.332 48.9753 103.448C48.9227 103.563 48.8451 103.666 48.748 103.749C48.6509 103.831 48.5367 103.892 48.4134 103.926C48.2901 103.96 48.1607 103.967 48.0344 103.946V103.946Z"
|
|
189
|
-
stroke="#9DA3AC"
|
|
190
|
-
stroke-width="0.9375"
|
|
191
|
-
stroke-linecap="round"
|
|
192
|
-
stroke-linejoin="round"
|
|
193
|
-
/>
|
|
194
|
-
<path
|
|
195
|
-
d="M48.0351 94.7297L40.8598 93.5905C40.6522 93.557 40.4635 93.4514 40.3275 93.2927C40.1915 93.1339 40.1171 92.9325 40.1176 92.7244V89.4764C40.1175 89.3503 40.145 89.2256 40.1981 89.1109C40.2513 88.9962 40.3289 88.8942 40.4256 88.812C40.5223 88.7297 40.6358 88.6691 40.7584 88.6343C40.881 88.5995 41.0097 88.5913 41.1358 88.6103L48.2635 89.7306C48.471 89.7642 48.6598 89.8698 48.7958 90.0285C48.9318 90.1872 49.0062 90.3887 49.0057 90.5968V93.8447C49.0077 93.968 48.9833 94.0902 48.9341 94.2035C48.885 94.3168 48.8122 94.4186 48.7206 94.5021C48.629 94.5856 48.5205 94.6491 48.4024 94.6883C48.2843 94.7275 48.1591 94.7416 48.0351 94.7297Z"
|
|
196
|
-
stroke="#9DA3AC"
|
|
197
|
-
stroke-width="0.9375"
|
|
198
|
-
stroke-linecap="round"
|
|
199
|
-
stroke-linejoin="round"
|
|
200
|
-
/>
|
|
201
|
-
<path
|
|
202
|
-
d="M66.2764 85.4849L73.4041 84.3646C73.6117 84.331 73.8004 84.2254 73.9364 84.0667C74.0724 83.908 74.1469 83.7066 74.1464 83.4985V80.2505C74.1451 80.1251 74.1166 80.0015 74.0628 79.8879C74.0091 79.7744 73.9313 79.6736 73.8348 79.5924C73.7382 79.5112 73.6252 79.4514 73.5033 79.4171C73.3813 79.3829 73.2534 79.3749 73.1281 79.3938L66.0004 80.5141C65.7929 80.5476 65.6042 80.6532 65.4681 80.812C65.3321 80.9707 65.2577 81.1722 65.2582 81.3802V84.6282C65.2579 84.754 65.2853 84.8785 65.3385 84.9928C65.3918 85.1071 65.4696 85.2086 65.5665 85.2901C65.6634 85.3717 65.7771 85.4313 65.8997 85.465C66.0223 85.4986 66.1509 85.5054 66.2764 85.4849Z"
|
|
203
|
-
stroke="#9DA3AC"
|
|
204
|
-
stroke-width="0.9375"
|
|
205
|
-
stroke-linecap="round"
|
|
206
|
-
stroke-linejoin="round"
|
|
207
|
-
/>
|
|
208
|
-
<path
|
|
209
|
-
d="M66.2765 103.946L73.4042 102.826C73.6118 102.792 73.8005 102.687 73.9365 102.528C74.0725 102.369 74.1469 102.168 74.1464 101.96V98.7119C74.1465 98.5857 74.119 98.461 74.0659 98.3463C74.0127 98.2317 73.9351 98.1298 73.8384 98.0475C73.7417 97.9652 73.6282 97.9046 73.5056 97.8698C73.383 97.835 73.2543 97.8268 73.1282 97.8458L66.0005 98.9755C65.7937 99.007 65.6052 99.1108 65.469 99.2679C65.3329 99.4251 65.2581 99.6253 65.2583 99.8322V103.08C65.2565 103.207 65.2829 103.332 65.3356 103.448C65.3882 103.563 65.4658 103.666 65.5629 103.749C65.66 103.831 65.7742 103.892 65.8975 103.926C66.0208 103.96 66.1502 103.967 66.2765 103.946V103.946Z"
|
|
210
|
-
stroke="#9DA3AC"
|
|
211
|
-
stroke-width="0.9375"
|
|
212
|
-
stroke-linecap="round"
|
|
213
|
-
stroke-linejoin="round"
|
|
214
|
-
/>
|
|
215
|
-
<path
|
|
216
|
-
d="M66.2766 94.7298L73.4043 93.5907C73.6119 93.5571 73.8006 93.4515 73.9366 93.2928C74.0726 93.1341 74.1471 92.9326 74.1466 92.7245V89.4766C74.1467 89.3504 74.1192 89.2257 74.066 89.111C74.0129 88.9963 73.9353 88.8943 73.8386 88.8121C73.7419 88.7298 73.6283 88.6692 73.5057 88.6344C73.3832 88.5996 73.2544 88.5915 73.1283 88.6105L66.0007 89.7308C65.7931 89.7643 65.6044 89.8699 65.4684 90.0286C65.3323 90.1874 65.2579 90.3888 65.2584 90.5969V93.8449C65.2555 93.9726 65.281 94.0994 65.3329 94.2164C65.3849 94.3334 65.4621 94.4377 65.5591 94.522C65.6561 94.6064 65.7706 94.6687 65.8946 94.7045C66.0186 94.7404 66.149 94.7491 66.2766 94.7298Z"
|
|
217
|
-
stroke="#9DA3AC"
|
|
218
|
-
stroke-width="0.9375"
|
|
219
|
-
stroke-linecap="round"
|
|
220
|
-
stroke-linejoin="round"
|
|
221
|
-
/>
|
|
222
|
-
</g>
|
|
223
|
-
<defs>
|
|
224
|
-
<clipPath id="clip0_8755_21164">
|
|
225
|
-
<rect
|
|
226
|
-
width="60"
|
|
227
|
-
height="100"
|
|
228
|
-
fill="white"
|
|
229
|
-
transform="translate(30.8099 10)"
|
|
230
|
-
/>
|
|
231
|
-
</clipPath>
|
|
232
|
-
</defs>
|
|
233
|
-
</svg>
|
|
234
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="121"
|
|
4
|
+
height="120"
|
|
5
|
+
viewBox="0 0 121 120"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<circle
|
|
10
|
+
cx="60.8099"
|
|
11
|
+
cy="60"
|
|
12
|
+
r="50"
|
|
13
|
+
fill="#BDC7CE"
|
|
14
|
+
fill-opacity="0.15"
|
|
15
|
+
/>
|
|
16
|
+
<g clip-path="url(#clip0_8755_21164)">
|
|
17
|
+
<path
|
|
18
|
+
d="M85.1476 32.0485H82.1309C82.1334 31.1151 81.95 30.1903 81.5913 29.327C81.2325 28.4637 80.7054 27.6787 80.04 27.0169C79.3746 26.3552 78.584 25.8295 77.7132 25.47C76.8425 25.1105 75.9087 24.9242 74.9652 24.9218H66.8763V18.021L67.828 19.0378L68.7796 18.0304L69.9215 19.0472L71.0445 18.0304L72.2625 19.0472L73.2808 18.0304L74.1182 18.7836V14.1988C74.1183 13.2097 73.7251 12.2603 73.0236 11.5557C72.322 10.8511 71.3684 10.4478 70.3688 10.433H49.3664C48.3668 10.4478 47.4132 10.8511 46.7117 11.5557C46.0101 12.2603 45.6169 13.2097 45.617 14.1988V24.9218H38.4513C37.5078 24.9242 36.574 25.1105 35.7032 25.47C34.8325 25.8295 34.0419 26.3552 33.3765 27.0169C32.7111 27.6787 32.1839 28.4637 31.8252 29.327C31.4664 30.1903 31.283 31.1151 31.2855 32.0485V72.5305L34.9779 103.269C35.1807 104.996 36.0176 106.59 37.3298 107.748C38.6419 108.905 40.338 109.546 42.096 109.548H71.8248C73.6036 109.545 75.3179 108.888 76.6349 107.705C77.952 106.522 78.7779 104.898 78.9525 103.146L79.6472 96.4149H85.1476C85.8332 96.4137 86.5119 96.2787 87.1447 96.0177C87.7775 95.7567 88.3522 95.3748 88.8356 94.8938C89.3191 94.4129 89.702 93.8424 89.9624 93.2149C90.2227 92.5874 90.3555 91.9153 90.353 91.237V37.2264C90.3555 35.8573 89.8088 34.5431 88.8328 33.5723C87.8569 32.6015 86.5315 32.0535 85.1476 32.0485Z"
|
|
19
|
+
class="fill-white dark:fill-gray-900"
|
|
20
|
+
/>
|
|
21
|
+
<path
|
|
22
|
+
d="M71.8248 109.529H42.096C40.338 109.527 38.6419 108.887 37.3298 107.729C36.0176 106.571 35.1807 104.978 34.9779 103.25L31.2855 72.5119V32.0299C31.283 31.0965 31.4664 30.1717 31.8252 29.3084C32.1839 28.4451 32.7111 27.6601 33.3765 26.9983C34.0419 26.3366 34.8325 25.8109 35.7032 25.4514C36.574 25.0919 37.5078 24.9057 38.4513 24.9032H74.9461C75.8896 24.9057 76.8234 25.0919 77.6942 25.4514C78.5649 25.8109 79.3556 26.3366 80.021 26.9983C80.6864 27.6601 81.2135 28.4451 81.5723 29.3084C81.931 30.1717 82.1144 31.0965 82.1119 32.0299V72.5119L78.981 103.137C78.8037 104.892 77.9728 106.518 76.6499 107.7C75.3271 108.881 73.6071 109.533 71.8248 109.529V109.529Z"
|
|
23
|
+
stroke="#9DA3AC"
|
|
24
|
+
stroke-width="0.9375"
|
|
25
|
+
stroke-linecap="round"
|
|
26
|
+
stroke-linejoin="round"
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
opacity="0.2"
|
|
30
|
+
d="M37.9186 103.25L34.2358 72.5119V32.0299C34.2358 30.1529 34.9862 28.3521 36.3233 27.0204C37.6605 25.6888 39.4757 24.9344 41.373 24.922H38.423C37.4795 24.9245 36.5457 25.1108 35.6749 25.4703C34.8042 25.8298 34.0135 26.3554 33.3481 27.0172C32.6827 27.6789 32.1556 28.4639 31.7968 29.3272C31.4381 30.1905 31.2547 31.1153 31.2572 32.0487V72.5307L34.9495 103.269C35.1524 104.996 35.9893 106.59 37.3015 107.748C38.6136 108.905 40.3096 109.546 42.0677 109.548H45.0082C43.2528 109.537 41.5624 108.889 40.2562 107.729C38.9501 106.569 38.1185 104.975 37.9186 103.25Z"
|
|
31
|
+
fill="#BDC7CE"
|
|
32
|
+
/>
|
|
33
|
+
<path
|
|
34
|
+
opacity="0.2"
|
|
35
|
+
d="M68.0845 83.5456C67.9582 83.5663 67.8288 83.5593 67.7055 83.5251C67.5822 83.4909 67.468 83.4304 67.3709 83.3479C67.2738 83.2653 67.1962 83.1626 67.1436 83.0471C67.0909 82.9316 67.0646 82.8061 67.0663 82.6795V80.26L66.0004 80.4295C65.7929 80.463 65.6042 80.5686 65.4681 80.7273C65.3321 80.8861 65.2577 81.0875 65.2582 81.2956V84.5436C65.2581 84.6697 65.2856 84.7944 65.3387 84.9091C65.3919 85.0238 65.4695 85.1257 65.5662 85.208C65.6629 85.2902 65.7764 85.3508 65.899 85.3857C66.0216 85.4205 66.1503 85.4287 66.2764 85.4097L73.4041 84.2799C73.6109 84.2484 73.7994 84.1447 73.9356 83.9876C74.0718 83.8304 74.1465 83.6302 74.1464 83.4232V82.5948L68.0845 83.5456Z"
|
|
36
|
+
fill="#BDC7CE"
|
|
37
|
+
/>
|
|
38
|
+
<path
|
|
39
|
+
opacity="0.2"
|
|
40
|
+
d="M68.0845 92.9883C67.959 93.0088 67.8304 93.002 67.7078 92.9684C67.5852 92.9347 67.4715 92.8751 67.3746 92.7935C67.2776 92.712 67.1999 92.6105 67.1466 92.4962C67.0934 92.3818 67.066 92.2574 67.0663 92.1316V89.7026L66.0004 89.8721C65.7929 89.9057 65.6042 90.0113 65.4681 90.17C65.3321 90.3287 65.2577 90.5301 65.2582 90.7382V93.9862C65.2581 94.1124 65.2856 94.2371 65.3387 94.3518C65.3919 94.4664 65.4695 94.5684 65.5662 94.6507C65.6629 94.7329 65.7764 94.7935 65.899 94.8283C66.0216 94.8631 66.1503 94.8714 66.2764 94.8524L73.4041 93.7226C73.6109 93.6911 73.7994 93.5874 73.9356 93.4303C74.0718 93.2731 74.1465 93.0729 74.1464 92.8659V92.0374L68.0845 92.9883Z"
|
|
41
|
+
fill="#BDC7CE"
|
|
42
|
+
/>
|
|
43
|
+
<path
|
|
44
|
+
opacity="0.2"
|
|
45
|
+
d="M68.0845 101.988C67.9584 102.007 67.8297 101.999 67.7071 101.964C67.5845 101.929 67.471 101.869 67.3743 101.786C67.2776 101.704 67.2 101.602 67.1468 101.488C67.0937 101.373 67.0662 101.248 67.0663 101.122V98.6931L66.0004 98.8626C65.7929 98.8961 65.6042 99.0017 65.4681 99.1604C65.3321 99.3192 65.2577 99.5207 65.2582 99.7287V103.005C65.2581 103.131 65.2856 103.256 65.3387 103.371C65.3919 103.485 65.4695 103.587 65.5662 103.669C65.6629 103.752 65.7764 103.812 65.899 103.847C66.0216 103.882 66.1503 103.89 66.2764 103.871L73.4041 102.751C73.6117 102.717 73.8004 102.612 73.9364 102.453C74.0724 102.294 74.1469 102.093 74.1464 101.885V101.056L68.0845 101.988Z"
|
|
46
|
+
fill="#BDC7CE"
|
|
47
|
+
/>
|
|
48
|
+
<path
|
|
49
|
+
opacity="0.2"
|
|
50
|
+
d="M55.3904 83.7997C55.1556 83.7997 54.9305 83.7075 54.7646 83.5433C54.5986 83.3791 54.5054 83.1563 54.5054 82.9241V80.74H53.5537C53.3207 80.7425 53.098 80.8358 52.9341 80.9998C52.7702 81.1637 52.6782 81.385 52.6782 81.6156V84.8823C52.6782 85.1129 52.7702 85.3342 52.9341 85.4982C53.098 85.6621 53.3207 85.7554 53.5537 85.7579H60.6909C60.924 85.7554 61.1467 85.6621 61.3106 85.4982C61.4745 85.3342 61.5664 85.1129 61.5664 84.8823V83.7997H55.3904Z"
|
|
51
|
+
fill="#BDC7CE"
|
|
52
|
+
/>
|
|
53
|
+
<path
|
|
54
|
+
opacity="0.2"
|
|
55
|
+
d="M42.5632 82.67C42.3557 82.6365 42.1669 82.5309 42.0309 82.3721C41.8949 82.2134 41.8205 82.0119 41.821 81.8038V79.4126L41.1358 79.3091C41.0097 79.2901 40.881 79.2982 40.7584 79.333C40.6358 79.3678 40.5223 79.4285 40.4256 79.5108C40.3289 79.593 40.2513 79.6949 40.1981 79.8096C40.145 79.9243 40.1175 80.049 40.1176 80.1752V83.4232C40.1174 83.6301 40.1922 83.8303 40.3283 83.9875C40.4645 84.1446 40.653 84.2483 40.8598 84.2798L47.9875 85.4096C48.1136 85.4286 48.2423 85.4204 48.3649 85.3856C48.4875 85.3508 48.601 85.2902 48.6977 85.2079C48.7944 85.1256 48.872 85.0237 48.9252 84.909C48.9783 84.7943 49.0058 84.6696 49.0057 84.5435V83.6773L42.5632 82.67Z"
|
|
56
|
+
fill="#BDC7CE"
|
|
57
|
+
/>
|
|
58
|
+
<path
|
|
59
|
+
opacity="0.2"
|
|
60
|
+
d="M55.3904 93.12C55.1573 93.12 54.9337 93.029 54.768 92.8669C54.6023 92.7047 54.5079 92.4844 54.5054 92.2539V90.0603H53.5538C53.3207 90.0628 53.098 90.1561 52.9341 90.32C52.7702 90.4839 52.6783 90.7052 52.6783 90.9358V94.2027C52.677 94.3172 52.6987 94.4308 52.7422 94.537C52.7856 94.6431 52.8499 94.7397 52.9313 94.8212C53.0127 94.9026 53.1097 94.9672 53.2165 95.0114C53.3234 95.0555 53.438 95.0782 53.5538 95.0782H60.691C60.8067 95.0782 60.9214 95.0555 61.0282 95.0114C61.1351 94.9672 61.232 94.9026 61.3134 94.8212C61.3948 94.7397 61.4591 94.6431 61.5026 94.537C61.546 94.4308 61.5677 94.3172 61.5665 94.2027V93.12H55.3904Z"
|
|
61
|
+
fill="#BDC7CE"
|
|
62
|
+
/>
|
|
63
|
+
<path
|
|
64
|
+
opacity="0.2"
|
|
65
|
+
d="M42.5632 91.9902C42.3557 91.9566 42.1669 91.851 42.0309 91.6923C41.8949 91.5336 41.8205 91.3322 41.821 91.1241V88.7422L41.1358 88.6292C41.0097 88.6102 40.881 88.6184 40.7584 88.6533C40.6358 88.6881 40.5223 88.7487 40.4256 88.8309C40.3289 88.9132 40.2513 89.0152 40.1981 89.1298C40.145 89.2445 40.1175 89.3692 40.1176 89.4954V92.7433C40.1171 92.9514 40.1915 93.1529 40.3275 93.3116C40.4635 93.4703 40.6522 93.5759 40.8598 93.6095L48.0351 94.7298C48.1612 94.7488 48.2899 94.7406 48.4125 94.7058C48.5351 94.671 48.6486 94.6104 48.7453 94.5281C48.842 94.4459 48.9196 94.3439 48.9728 94.2292C49.0259 94.1145 49.0534 93.9898 49.0533 93.8637V93.007L42.5632 91.9902Z"
|
|
66
|
+
fill="#BDC7CE"
|
|
67
|
+
/>
|
|
68
|
+
<path
|
|
69
|
+
opacity="0.2"
|
|
70
|
+
d="M55.3904 102.365C55.1556 102.365 54.9305 102.273 54.7646 102.108C54.5986 101.944 54.5054 101.722 54.5054 101.489V99.3052H53.5537C53.3215 99.3052 53.0988 99.3965 52.9347 99.5589C52.7705 99.7213 52.6782 99.9416 52.6782 100.171V103.448C52.6782 103.678 52.7702 103.899 52.9341 104.063C53.098 104.227 53.3207 104.321 53.5537 104.323H60.6909C60.924 104.321 61.1467 104.227 61.3106 104.063C61.4745 103.899 61.5664 103.678 61.5664 103.448V102.365H55.3904Z"
|
|
71
|
+
fill="#BDC7CE"
|
|
72
|
+
/>
|
|
73
|
+
<path
|
|
74
|
+
opacity="0.2"
|
|
75
|
+
d="M42.5632 101.226C42.3557 101.192 42.1669 101.087 42.0309 100.928C41.8949 100.769 41.8205 100.568 41.821 100.36V97.9777L41.1358 97.8647C41.0097 97.8457 40.881 97.8539 40.7584 97.8887C40.6358 97.9235 40.5223 97.9841 40.4256 98.0664C40.3289 98.1487 40.2513 98.2506 40.1981 98.3653C40.145 98.48 40.1175 98.6047 40.1176 98.7309V101.979C40.1171 102.187 40.1915 102.388 40.3275 102.547C40.4635 102.706 40.6522 102.811 40.8598 102.845L48.0351 103.946C48.1547 103.957 48.2752 103.943 48.3891 103.905C48.503 103.867 48.6078 103.807 48.697 103.727C48.7863 103.648 48.8581 103.551 48.9079 103.443C48.9577 103.335 48.9846 103.218 48.9867 103.099V102.242L42.5632 101.226Z"
|
|
76
|
+
fill="#BDC7CE"
|
|
77
|
+
/>
|
|
78
|
+
<path
|
|
79
|
+
opacity="0.2"
|
|
80
|
+
d="M52.7926 10.4706C51.793 10.4855 50.8394 10.8888 50.1379 11.5934C49.4363 12.298 49.0431 13.2474 49.0432 14.2364V24.9594H45.722V14.1988C45.7219 13.2097 46.1151 12.2604 46.8167 11.5557C47.5182 10.8511 48.4718 10.4478 49.4715 10.433L52.7926 10.4706Z"
|
|
81
|
+
fill="#BDC7CE"
|
|
82
|
+
/>
|
|
83
|
+
<path
|
|
84
|
+
opacity="0.2"
|
|
85
|
+
d="M74.1472 18.2753V18.8119L73.8522 18.5483L73.3098 18.0587L72.7293 18.633L72.2915 19.0755L71.6159 18.5106L71.0735 18.0587L70.5881 18.5012L69.9506 19.0755L68.723 18.0587L67.7713 19.0661L66.8197 18.0493V14.2271C66.8197 13.2708 67.2037 12.3536 67.8872 11.6774C68.5707 11.0012 69.4978 10.6213 70.4644 10.6213C71.4311 10.6213 72.3581 11.0012 73.0416 11.6774C73.7252 12.3536 74.1092 13.2708 74.1092 14.2271L74.1472 18.2753Z"
|
|
86
|
+
fill="#BDC7CE"
|
|
87
|
+
/>
|
|
88
|
+
<path
|
|
89
|
+
opacity="0.2"
|
|
90
|
+
d="M69.0275 14.3873C69.0149 13.558 69.2837 12.7484 69.7909 12.088C70.298 11.4276 71.0143 10.9544 71.8252 10.7439C71.3913 10.5603 70.9266 10.4582 70.4549 10.4427C69.4737 10.484 68.5465 10.8989 67.8673 11.6007C67.1881 12.3025 66.8093 13.2368 66.8102 14.2084V18.0307L67.7618 19.0475L68.7134 18.0401L69.037 18.3037L69.0275 14.3873Z"
|
|
91
|
+
fill="#BDC7CE"
|
|
92
|
+
/>
|
|
93
|
+
<path
|
|
94
|
+
opacity="0.2"
|
|
95
|
+
d="M82.2263 32.0487V73.8299L79.6664 96.4056H82.6069L85.1287 73.8299V32.0487H82.2263Z"
|
|
96
|
+
fill="#BDC7CE"
|
|
97
|
+
/>
|
|
98
|
+
<path
|
|
99
|
+
d="M74.9185 66.4396H39.1564C38.8878 66.4396 38.6219 66.3869 38.3741 66.2844C38.1263 66.1818 37.9016 66.0316 37.713 65.8424C37.5244 65.6532 37.3757 65.4288 37.2755 65.1822C37.1753 64.9356 37.1257 64.6718 37.1295 64.4061V32.8113C37.1282 32.5472 37.1797 32.2854 37.281 32.0411C37.3823 31.7967 37.5314 31.5745 37.7198 31.3873C37.9081 31.2001 38.132 31.0515 38.3785 30.9502C38.6251 30.8488 38.8894 30.7966 39.1564 30.7966H74.9185C75.1847 30.7979 75.448 30.851 75.6935 30.9529C75.9389 31.0548 76.1617 31.2036 76.349 31.3906C76.5364 31.5777 76.6846 31.7995 76.7853 32.0432C76.886 32.287 76.9372 32.548 76.936 32.8113V64.4061C76.9398 64.671 76.8904 64.9341 76.7908 65.18C76.6913 65.426 76.5434 65.65 76.3558 65.839C76.1682 66.0281 75.9446 66.1785 75.6979 66.2816C75.4512 66.3847 75.1863 66.4384 74.9185 66.4396V66.4396Z"
|
|
100
|
+
stroke="#9DA3AC"
|
|
101
|
+
stroke-width="0.9375"
|
|
102
|
+
stroke-linecap="round"
|
|
103
|
+
stroke-linejoin="round"
|
|
104
|
+
/>
|
|
105
|
+
<path
|
|
106
|
+
d="M45.6177 24.9218V14.1988C45.6176 13.2097 46.0108 12.2604 46.7123 11.5557C47.4139 10.8511 48.3675 10.4478 49.3671 10.433H70.398C71.3976 10.4478 72.3512 10.8511 73.0528 11.5557C73.7543 12.2604 74.1475 13.2097 74.1474 14.1988V18.7836L73.31 18.0304L72.2917 19.0472L71.0737 18.0304L69.9222 19.0472L68.6946 18.0304L67.743 19.0378L66.7913 18.021"
|
|
107
|
+
stroke="#9DA3AC"
|
|
108
|
+
stroke-width="0.9375"
|
|
109
|
+
stroke-linecap="round"
|
|
110
|
+
stroke-linejoin="round"
|
|
111
|
+
/>
|
|
112
|
+
<path
|
|
113
|
+
d="M66.8574 24.9218V14.1988C66.8498 13.7078 66.9409 13.2201 67.1253 12.7642C67.3098 12.3082 67.5839 11.893 67.9318 11.5427C68.2797 11.1924 68.6945 10.9139 69.152 10.7234C69.6096 10.533 70.1008 10.4343 70.5973 10.4331"
|
|
114
|
+
stroke="#9DA3AC"
|
|
115
|
+
stroke-width="0.9375"
|
|
116
|
+
stroke-linecap="round"
|
|
117
|
+
stroke-linejoin="round"
|
|
118
|
+
/>
|
|
119
|
+
<path
|
|
120
|
+
d="M49.6046 15.8838H59.8822"
|
|
121
|
+
stroke="#9DA3AC"
|
|
122
|
+
stroke-width="0.9375"
|
|
123
|
+
stroke-linecap="round"
|
|
124
|
+
stroke-linejoin="round"
|
|
125
|
+
/>
|
|
126
|
+
<path
|
|
127
|
+
d="M49.6046 19.7062H64.0027"
|
|
128
|
+
stroke="#9DA3AC"
|
|
129
|
+
stroke-width="0.9375"
|
|
130
|
+
stroke-linecap="round"
|
|
131
|
+
stroke-linejoin="round"
|
|
132
|
+
/>
|
|
133
|
+
<path
|
|
134
|
+
d="M82.1116 32.0486H85.1473C86.5312 32.0536 87.8566 32.6016 88.8326 33.5724C89.8085 34.5431 90.3552 35.8574 90.3527 37.2265V91.2182C90.3577 91.8981 90.2268 92.5723 89.9676 93.2019C89.7084 93.8316 89.3259 94.4043 88.8421 94.8873C88.3584 95.3702 87.7829 95.7538 87.1488 96.016C86.5147 96.2782 85.8345 96.4138 85.1473 96.415H79.6849"
|
|
135
|
+
stroke="#9DA3AC"
|
|
136
|
+
stroke-width="0.9375"
|
|
137
|
+
stroke-linecap="round"
|
|
138
|
+
stroke-linejoin="round"
|
|
139
|
+
/>
|
|
140
|
+
<path
|
|
141
|
+
opacity="0.2"
|
|
142
|
+
d="M56.6946 59.5483C58.8717 59.5614 61.0036 58.9345 62.8201 57.7472C64.6365 56.5599 66.0556 54.8658 66.8975 52.8795C67.7393 50.8932 67.966 48.7044 67.5487 46.5905C67.1313 44.4766 66.0889 42.533 64.5534 41.0061C63.018 39.4792 61.0588 38.4377 58.9243 38.0138C56.7898 37.5899 54.5761 37.8028 52.564 38.6252C50.5518 39.4477 48.832 40.8428 47.6224 42.6336C46.4128 44.4244 45.7681 46.5302 45.7699 48.684C45.7662 50.107 46.0458 51.5169 46.5928 52.833C47.1397 54.1491 47.9434 55.3457 48.9579 56.3545C49.9723 57.3634 51.1777 58.1647 52.5052 58.7127C53.8326 59.2606 55.2562 59.5446 56.6946 59.5483Z"
|
|
143
|
+
fill="#BDC7CE"
|
|
144
|
+
/>
|
|
145
|
+
<path
|
|
146
|
+
d="M51.3177 48.5427L55.5715 52.5062L62.0711 44.8522"
|
|
147
|
+
stroke="#9DA3AC"
|
|
148
|
+
stroke-width="0.9375"
|
|
149
|
+
stroke-linecap="round"
|
|
150
|
+
stroke-linejoin="round"
|
|
151
|
+
/>
|
|
152
|
+
<path
|
|
153
|
+
d="M31.2855 72.512C31.2855 72.512 37.1285 77.7841 57.027 77.7841C74.1563 77.7841 82.1119 72.512 82.1119 72.512"
|
|
154
|
+
stroke="#9DA3AC"
|
|
155
|
+
stroke-width="0.9375"
|
|
156
|
+
stroke-linecap="round"
|
|
157
|
+
stroke-linejoin="round"
|
|
158
|
+
/>
|
|
159
|
+
<path
|
|
160
|
+
d="M60.7006 85.8426H53.5634C53.3303 85.8401 53.1076 85.7468 52.9437 85.5828C52.7798 85.4189 52.6879 85.1977 52.6879 84.9671V81.7002C52.6879 81.4697 52.7798 81.2484 52.9437 81.0844C53.1076 80.9205 53.3303 80.8272 53.5634 80.8247H60.7006C60.9336 80.8272 61.1563 80.9205 61.3202 81.0844C61.4841 81.2484 61.5761 81.4697 61.5761 81.7002V84.9671C61.5761 85.1977 61.4841 85.4189 61.3202 85.5828C61.1563 85.7468 60.9336 85.8401 60.7006 85.8426V85.8426Z"
|
|
161
|
+
stroke="#9DA3AC"
|
|
162
|
+
stroke-width="0.9375"
|
|
163
|
+
stroke-linecap="round"
|
|
164
|
+
stroke-linejoin="round"
|
|
165
|
+
/>
|
|
166
|
+
<path
|
|
167
|
+
d="M60.7006 104.314H53.5634C53.3312 104.314 53.1085 104.222 52.9443 104.06C52.7801 103.897 52.6879 103.677 52.6879 103.447V100.181C52.6879 99.9509 52.7801 99.7306 52.9443 99.5681C53.1085 99.4057 53.3312 99.3145 53.5634 99.3145H60.7006C60.9327 99.3145 61.1554 99.4057 61.3196 99.5681C61.4838 99.7306 61.5761 99.9509 61.5761 100.181V103.457C61.5735 103.685 61.4802 103.903 61.3163 104.063C61.1524 104.224 60.9311 104.314 60.7006 104.314V104.314Z"
|
|
168
|
+
stroke="#9DA3AC"
|
|
169
|
+
stroke-width="0.9375"
|
|
170
|
+
stroke-linecap="round"
|
|
171
|
+
stroke-linejoin="round"
|
|
172
|
+
/>
|
|
173
|
+
<path
|
|
174
|
+
d="M60.7006 95.0781H53.5634C53.3303 95.0756 53.1076 94.9822 52.9437 94.8183C52.7798 94.6544 52.6879 94.4331 52.6879 94.2026V90.9357C52.6879 90.7051 52.7798 90.4838 52.9437 90.3199C53.1076 90.156 53.3303 90.0627 53.5634 90.0602H60.7006C60.9336 90.0627 61.1563 90.156 61.3202 90.3199C61.4841 90.4838 61.5761 90.7051 61.5761 90.9357V94.2026C61.5761 94.4331 61.4841 94.6544 61.3202 94.8183C61.1563 94.9822 60.9336 95.0756 60.7006 95.0781V95.0781Z"
|
|
175
|
+
stroke="#9DA3AC"
|
|
176
|
+
stroke-width="0.9375"
|
|
177
|
+
stroke-linecap="round"
|
|
178
|
+
stroke-linejoin="round"
|
|
179
|
+
/>
|
|
180
|
+
<path
|
|
181
|
+
d="M48.0344 85.4849L40.9067 84.3646C40.6991 84.331 40.5104 84.2254 40.3744 84.0667C40.2384 83.908 40.1639 83.7066 40.1644 83.4985V80.2505C40.1657 80.1251 40.1942 80.0015 40.248 79.8879C40.3017 79.7744 40.3795 79.6736 40.476 79.5924C40.5726 79.5112 40.6856 79.4514 40.8075 79.4171C40.9295 79.3829 41.0574 79.3749 41.1827 79.3938L48.3103 80.5141C48.5009 80.56 48.6706 80.6671 48.7929 80.8188C48.9152 80.9705 48.9831 81.158 48.986 81.352V84.6C48.9892 84.7219 48.9662 84.8431 48.9187 84.9557C48.8713 85.0683 48.8003 85.1696 48.7104 85.2532C48.6206 85.3367 48.5139 85.4006 48.3974 85.4405C48.2809 85.4804 48.1572 85.4956 48.0344 85.4849Z"
|
|
182
|
+
stroke="#9DA3AC"
|
|
183
|
+
stroke-width="0.9375"
|
|
184
|
+
stroke-linecap="round"
|
|
185
|
+
stroke-linejoin="round"
|
|
186
|
+
/>
|
|
187
|
+
<path
|
|
188
|
+
d="M48.0344 103.946L40.9067 102.826C40.6991 102.792 40.5104 102.687 40.3744 102.528C40.2384 102.369 40.1639 102.168 40.1644 101.96V98.7119C40.1643 98.5857 40.1918 98.461 40.245 98.3463C40.2982 98.2317 40.3758 98.1298 40.4725 98.0475C40.5692 97.9652 40.6827 97.9046 40.8053 97.8698C40.9279 97.835 41.0566 97.8268 41.1827 97.8458L48.3103 98.9755C48.5171 99.007 48.7057 99.1108 48.8418 99.2679C48.978 99.4251 49.0528 99.6253 49.0526 99.8322V103.08C49.0543 103.207 49.0279 103.332 48.9753 103.448C48.9227 103.563 48.8451 103.666 48.748 103.749C48.6509 103.831 48.5367 103.892 48.4134 103.926C48.2901 103.96 48.1607 103.967 48.0344 103.946V103.946Z"
|
|
189
|
+
stroke="#9DA3AC"
|
|
190
|
+
stroke-width="0.9375"
|
|
191
|
+
stroke-linecap="round"
|
|
192
|
+
stroke-linejoin="round"
|
|
193
|
+
/>
|
|
194
|
+
<path
|
|
195
|
+
d="M48.0351 94.7297L40.8598 93.5905C40.6522 93.557 40.4635 93.4514 40.3275 93.2927C40.1915 93.1339 40.1171 92.9325 40.1176 92.7244V89.4764C40.1175 89.3503 40.145 89.2256 40.1981 89.1109C40.2513 88.9962 40.3289 88.8942 40.4256 88.812C40.5223 88.7297 40.6358 88.6691 40.7584 88.6343C40.881 88.5995 41.0097 88.5913 41.1358 88.6103L48.2635 89.7306C48.471 89.7642 48.6598 89.8698 48.7958 90.0285C48.9318 90.1872 49.0062 90.3887 49.0057 90.5968V93.8447C49.0077 93.968 48.9833 94.0902 48.9341 94.2035C48.885 94.3168 48.8122 94.4186 48.7206 94.5021C48.629 94.5856 48.5205 94.6491 48.4024 94.6883C48.2843 94.7275 48.1591 94.7416 48.0351 94.7297Z"
|
|
196
|
+
stroke="#9DA3AC"
|
|
197
|
+
stroke-width="0.9375"
|
|
198
|
+
stroke-linecap="round"
|
|
199
|
+
stroke-linejoin="round"
|
|
200
|
+
/>
|
|
201
|
+
<path
|
|
202
|
+
d="M66.2764 85.4849L73.4041 84.3646C73.6117 84.331 73.8004 84.2254 73.9364 84.0667C74.0724 83.908 74.1469 83.7066 74.1464 83.4985V80.2505C74.1451 80.1251 74.1166 80.0015 74.0628 79.8879C74.0091 79.7744 73.9313 79.6736 73.8348 79.5924C73.7382 79.5112 73.6252 79.4514 73.5033 79.4171C73.3813 79.3829 73.2534 79.3749 73.1281 79.3938L66.0004 80.5141C65.7929 80.5476 65.6042 80.6532 65.4681 80.812C65.3321 80.9707 65.2577 81.1722 65.2582 81.3802V84.6282C65.2579 84.754 65.2853 84.8785 65.3385 84.9928C65.3918 85.1071 65.4696 85.2086 65.5665 85.2901C65.6634 85.3717 65.7771 85.4313 65.8997 85.465C66.0223 85.4986 66.1509 85.5054 66.2764 85.4849Z"
|
|
203
|
+
stroke="#9DA3AC"
|
|
204
|
+
stroke-width="0.9375"
|
|
205
|
+
stroke-linecap="round"
|
|
206
|
+
stroke-linejoin="round"
|
|
207
|
+
/>
|
|
208
|
+
<path
|
|
209
|
+
d="M66.2765 103.946L73.4042 102.826C73.6118 102.792 73.8005 102.687 73.9365 102.528C74.0725 102.369 74.1469 102.168 74.1464 101.96V98.7119C74.1465 98.5857 74.119 98.461 74.0659 98.3463C74.0127 98.2317 73.9351 98.1298 73.8384 98.0475C73.7417 97.9652 73.6282 97.9046 73.5056 97.8698C73.383 97.835 73.2543 97.8268 73.1282 97.8458L66.0005 98.9755C65.7937 99.007 65.6052 99.1108 65.469 99.2679C65.3329 99.4251 65.2581 99.6253 65.2583 99.8322V103.08C65.2565 103.207 65.2829 103.332 65.3356 103.448C65.3882 103.563 65.4658 103.666 65.5629 103.749C65.66 103.831 65.7742 103.892 65.8975 103.926C66.0208 103.96 66.1502 103.967 66.2765 103.946V103.946Z"
|
|
210
|
+
stroke="#9DA3AC"
|
|
211
|
+
stroke-width="0.9375"
|
|
212
|
+
stroke-linecap="round"
|
|
213
|
+
stroke-linejoin="round"
|
|
214
|
+
/>
|
|
215
|
+
<path
|
|
216
|
+
d="M66.2766 94.7298L73.4043 93.5907C73.6119 93.5571 73.8006 93.4515 73.9366 93.2928C74.0726 93.1341 74.1471 92.9326 74.1466 92.7245V89.4766C74.1467 89.3504 74.1192 89.2257 74.066 89.111C74.0129 88.9963 73.9353 88.8943 73.8386 88.8121C73.7419 88.7298 73.6283 88.6692 73.5057 88.6344C73.3832 88.5996 73.2544 88.5915 73.1283 88.6105L66.0007 89.7308C65.7931 89.7643 65.6044 89.8699 65.4684 90.0286C65.3323 90.1874 65.2579 90.3888 65.2584 90.5969V93.8449C65.2555 93.9726 65.281 94.0994 65.3329 94.2164C65.3849 94.3334 65.4621 94.4377 65.5591 94.522C65.6561 94.6064 65.7706 94.6687 65.8946 94.7045C66.0186 94.7404 66.149 94.7491 66.2766 94.7298Z"
|
|
217
|
+
stroke="#9DA3AC"
|
|
218
|
+
stroke-width="0.9375"
|
|
219
|
+
stroke-linecap="round"
|
|
220
|
+
stroke-linejoin="round"
|
|
221
|
+
/>
|
|
222
|
+
</g>
|
|
223
|
+
<defs>
|
|
224
|
+
<clipPath id="clip0_8755_21164">
|
|
225
|
+
<rect
|
|
226
|
+
width="60"
|
|
227
|
+
height="100"
|
|
228
|
+
fill="white"
|
|
229
|
+
transform="translate(30.8099 10)"
|
|
230
|
+
/>
|
|
231
|
+
</clipPath>
|
|
232
|
+
</defs>
|
|
233
|
+
</svg>
|
|
234
|
+
</template>
|