@bytebrand/fe-ui-core 4.1.171 → 4.1.172

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.
Files changed (128) hide show
  1. package/common.ts +0 -5
  2. package/media/svg/common/arrow_breadcrumps.svg +2 -2
  3. package/media/svg/common/home.svg +8 -6
  4. package/media/svg/common/whyAutodeIconSet-F.svg +12 -8
  5. package/media/svg/common/whyAutodeIconSet-G.svg +8 -6
  6. package/media/svg/common/whyAutodeIconSet-Q.svg +15 -5
  7. package/media/svg/common/whyAutodeIconSet-R.svg +13 -8
  8. package/media/svg/infoBlocks/whyAutodeIconSet-F.svg +8 -8
  9. package/media/svg/infoBlocks/whyAutodeIconSet-G.svg +6 -7
  10. package/media/svg/infoBlocks/whyAutodeIconSet-Q.svg +11 -5
  11. package/media/svg/infoBlocks/whyAutodeIconSet-R.svg +9 -8
  12. package/package.json +1 -1
  13. package/source/components/AccordionWidget/AccordionWidget.styl +3 -0
  14. package/source/components/Alternative/DealerInfo.styl +1 -7
  15. package/source/components/Alternative/DealerInfo.tsx +38 -64
  16. package/source/components/Breadcrumbs/Breadcrumbs.styl +19 -31
  17. package/source/components/Breadcrumbs/Breadcrumbs.tsx +3 -3
  18. package/source/components/Breadcrumbs/FirstInfoBlock/FirstInfoBlock.styl +18 -11
  19. package/source/components/PriceRating/PriceRating.styl +0 -1
  20. package/source/components/SearchFilters/common/RangeControlled/RangeControlled.tsx +1 -2
  21. package/source/components/SearchPage/SearchTopBar/SearchTopBar.styl +3 -13
  22. package/source/components/SearchPage/SearchTopBar/SearchTopBar.tsx +3 -3
  23. package/source/components/Vehicle/VehicleFormattedPrice/VehicleFormattedPrice.styl +17 -23
  24. package/source/components/VehicleDetailedSidebar/partials/Properties.styl +4 -0
  25. package/source/components/VehicleDetailedSidebar/partials/Properties.tsx +1 -1
  26. package/source/components/VehicleSmallCard/VehicleData/VechiclePriceItem/VechiclePriceItem.styl +40 -54
  27. package/source/components/VehicleSmallCard/VehicleData/VechiclePriceItem/VechiclePriceItem.tsx +16 -38
  28. package/source/components/VehicleSmallCard/VehicleData/VehicleInfo/VehicleInfo.styl +18 -47
  29. package/source/components/VehicleSmallCard/VehicleData/VehicleInfo/VehicleInfo.tsx +6 -13
  30. package/source/components/VehicleSmallCard/VehicleData/VehiclePrice/VehiclePrice.styl +28 -48
  31. package/source/components/VehicleSmallCard/VehicleData/VehiclePrice/VehiclePrice.tsx +16 -50
  32. package/source/components/VehicleSmallCard/VehicleData/VehicleProperty/VehicleProperty.styl +8 -6
  33. package/source/components/VehicleSmallCard/VehicleData/VehicleTitle/VehicleTitle.styl +12 -31
  34. package/source/components/VehicleSmallCard/VehicleData/VehicleTitle/VehicleTitle.tsx +3 -8
  35. package/source/components/VehicleSmallCard/VehicleSmallCard.styl +19 -51
  36. package/source/components/VehicleSmallCard/VehicleSmallCard.tsx +9 -39
  37. package/source/components/_common/Badge/Badge.styl +7 -13
  38. package/source/components/_common/Badge/Badge.tsx +1 -1
  39. package/source/components/_common/Button/Button.styled.tsx +8 -13
  40. package/source/components/_common/Button/Button.tsx +1 -1
  41. package/source/components/_common/ExpansionPanel/ExpansionPanel.tsx +4 -14
  42. package/source/components/_common/IconSVG/IconSVG.story.js +1 -1
  43. package/source/components/_common/IconSVG/IconSVGConfig.tsx +1 -90
  44. package/source/components/_common/IconSVG/SVG/CloseIconSelect.tsx +1 -1
  45. package/source/components/_common/IconSVG/SVG/common/SliderEye.tsx +3 -2
  46. package/source/components/_common/IconSVG/SVG/common/StarRoundedCorners.tsx +1 -1
  47. package/source/components/_common/IconSVG/SVG/searchWidgets/drive/AllWheelDrive.tsx +2 -2
  48. package/source/components/_common/IconSVG/SVG/searchWidgets/drive/FrontWheelDrive.tsx +2 -2
  49. package/source/components/_common/IconSVG/SVG/searchWidgets/drive/RearWheelDrive.tsx +2 -2
  50. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelDiesel.tsx +14 -4
  51. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelPetrol.tsx +1 -1
  52. package/source/components/_common/IconSVG/SVG/settings/RemoveEye.tsx +1 -1
  53. package/source/components/_common/IconSVG/SVG/settings/RemoveEyeOff.tsx +1 -1
  54. package/source/components/_common/IconSVG/SVG/vehicle/CarAvailability.tsx +3 -3
  55. package/source/components/_common/IconSVG/SVG/vehicle/CheckoutChecked.tsx +2 -2
  56. package/source/components/_common/IconSVG/SVG/vehicle/Date.tsx +2 -2
  57. package/source/components/_common/IconSVG/SVG/vehicle/Door.tsx +7 -5
  58. package/source/components/_common/IconSVG/SVG/vehicle/FuelConsumption.tsx +1 -1
  59. package/source/components/_common/IconSVG/SVG/vehicle/NewCar.tsx +9 -7
  60. package/source/components/_common/IconSVG/SVG/vehicle/Ps.tsx +1 -1
  61. package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxAutomatic.tsx +2 -2
  62. package/source/components/_common/MaterialAccordionGroup/MaterialAccordionGroup.styled.tsx +1 -17
  63. package/source/components/_common/MaterialAccordionGroup/MaterialAccordionGroup.tsx +4 -3
  64. package/source/components/_common/MaterialAutocomplete/MaterialAutocomplete.styled.tsx +3 -6
  65. package/source/components/_common/MaterialAutocomplete/MaterialAutocomplete.tsx +3 -28
  66. package/source/components/_common/MaterialSelect/MaterialSelect.styled.tsx +7 -0
  67. package/source/components/_common/MaterialSelect/MaterialSelect.tsx +9 -16
  68. package/source/components/_common/Modal/CookieModal.tsx +7 -10
  69. package/source/components/_common/Modal/Modal.styled.tsx +1 -2
  70. package/source/components/_common/Modal/modals/ManageCookieModal/ManageCookieModal.styl +3 -15
  71. package/source/components/_common/Modal/modals/ManageCookieModal/ManageCookieModal.tsx +3 -5
  72. package/source/components/_common/Modal/modals/PreviewCookieModal/PreviewCookieModal.styl +1 -11
  73. package/source/components/_common/Modal/modals/PreviewCookieModal/PreviewCookieModal.tsx +0 -2
  74. package/source/components/_common/TimePicker/TimePicker.styl +1 -3
  75. package/source/components/_common/TimePicker/TimePicker.tsx +2 -6
  76. package/source/components/_common/UserMenu/MaterialMenu.styled.tsx +1 -2
  77. package/source/components/_common/withStats/withStats.styl +87 -43
  78. package/source/components/_common/withStats/withStats.tsx +8 -17
  79. package/source/components/containers/SearchPage/FiltersContainer/FiltersContainer.styl +3 -7
  80. package/source/framework/constants/common.ts +3 -15
  81. package/source/framework/factories/BreadcrumbsFactory.tsx +8 -19
  82. package/source/framework/factories/FactoryTypes.d.ts +0 -1
  83. package/source/framework/types/types.ts +2 -4
  84. package/source/framework/utils/CommonUtils.ts +9 -26
  85. package/source/framework/vehiclesProps/decoratedProps.tsx +23 -19
  86. package/source/locales/data.ts +0 -2
  87. package/source/theme/priceReviewColors.styl +1 -3
  88. package/utils.ts +0 -16
  89. package/source/components/_common/IconSVG/SVG/common/AddressDashboard.tsx +0 -29
  90. package/source/components/_common/IconSVG/SVG/common/CallbackDashboard.tsx +0 -30
  91. package/source/components/_common/IconSVG/SVG/common/CloseGrey.tsx +0 -22
  92. package/source/components/_common/IconSVG/SVG/common/DashboardQuestionMark.tsx +0 -20
  93. package/source/components/_common/IconSVG/SVG/common/DeliveryDashboard.tsx +0 -25
  94. package/source/components/_common/IconSVG/SVG/common/EditPriceIcon.tsx +0 -20
  95. package/source/components/_common/IconSVG/SVG/common/HandingOverDashboard.tsx +0 -32
  96. package/source/components/_common/IconSVG/SVG/common/MenuGrey.tsx +0 -22
  97. package/source/components/_common/IconSVG/SVG/common/MyOrderIcon.tsx +0 -20
  98. package/source/components/_common/IconSVG/SVG/common/OrderReceivedDashboard.tsx +0 -27
  99. package/source/components/_common/IconSVG/SVG/common/PickupDashboard.tsx +0 -30
  100. package/source/components/_common/IconSVG/SVG/common/PreparationDashboard.tsx +0 -29
  101. package/source/components/_common/IconSVG/SVG/common/ProfileDashboard.tsx +0 -24
  102. package/source/components/_common/IconSVG/SVG/common/RegistrationDashboard.tsx +0 -31
  103. package/source/components/_common/IconSVG/SVG/flags/AT.tsx +0 -19
  104. package/source/components/_common/IconSVG/SVG/flags/BE.tsx +0 -20
  105. package/source/components/_common/IconSVG/SVG/flags/BG.tsx +0 -20
  106. package/source/components/_common/IconSVG/SVG/flags/CH.tsx +0 -22
  107. package/source/components/_common/IconSVG/SVG/flags/CZ.tsx +0 -18
  108. package/source/components/_common/IconSVG/SVG/flags/DE.tsx +0 -18
  109. package/source/components/_common/IconSVG/SVG/flags/DK.tsx +0 -18
  110. package/source/components/_common/IconSVG/SVG/flags/ES.tsx +0 -2585
  111. package/source/components/_common/IconSVG/SVG/flags/FI.tsx +0 -18
  112. package/source/components/_common/IconSVG/SVG/flags/FR.tsx +0 -20
  113. package/source/components/_common/IconSVG/SVG/flags/GB.tsx +0 -26
  114. package/source/components/_common/IconSVG/SVG/flags/HR.tsx +0 -135
  115. package/source/components/_common/IconSVG/SVG/flags/HU.tsx +0 -20
  116. package/source/components/_common/IconSVG/SVG/flags/IT.tsx +0 -20
  117. package/source/components/_common/IconSVG/SVG/flags/LI.tsx +0 -106
  118. package/source/components/_common/IconSVG/SVG/flags/LU.tsx +0 -18
  119. package/source/components/_common/IconSVG/SVG/flags/NL.tsx +0 -18
  120. package/source/components/_common/IconSVG/SVG/flags/NO.tsx +0 -20
  121. package/source/components/_common/IconSVG/SVG/flags/PL.tsx +0 -19
  122. package/source/components/_common/IconSVG/SVG/flags/RO.tsx +0 -20
  123. package/source/components/_common/IconSVG/SVG/flags/RU.tsx +0 -20
  124. package/source/components/_common/IconSVG/SVG/flags/SE.tsx +0 -20
  125. package/source/components/_common/IconSVG/SVG/flags/SI.tsx +0 -54
  126. package/source/components/_common/IconSVG/SVG/flags/SK.tsx +0 -35
  127. package/source/components/_common/IconSVG/SVG/flags/UA.tsx +0 -19
  128. package/source/components/_common/IconSVG/SVG/slider/360New.tsx +0 -20
package/common.ts CHANGED
@@ -71,11 +71,6 @@ export { default as VehicleDetailedSidebar } from './source/components/VehicleDe
71
71
  export { default as Usp } from './source/components/_common/Usp/Usp';
72
72
  export { default as OfferDetailedSection } from './source/components/OfferDetailedSection/OfferDetailedSection';
73
73
 
74
- // COMAPARE PAGE
75
- export { default as ExpansionPanel } from './source/components/_common/ExpansionPanel/ExpansionPanel';
76
- export { default as VehicleProperty } from './source/components/VehicleSmallCard/VehicleData/VehicleProperty/VehicleProperty';
77
- export { default as AccordionWrapper } from './source/components/_common/AccordionWrapper/AccordionWrapper';
78
-
79
74
  export { default as FiltersContainer } from './source/components/containers/SearchPage/FiltersContainer/FiltersContainer';
80
75
 
81
76
  export { default as TickerText } from './source/components/TickerText/TickerText';
@@ -1,3 +1,3 @@
1
- <svg width="7" height="10" viewBox="0 0 7 10" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M1.3332 0L0.158203 1.175L3.97487 5L0.158203 8.825L1.3332 10L6.3332 5L1.3332 0Z" fill="#4C4E64" fill-opacity="0.54"/>
1
+ <svg width="5" height="8" viewBox="0 0 5 8" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M1.28613 1L4.30811 3.8125L1.28613 7" stroke="#989898" stroke-linecap="round" stroke-linejoin="round"/>
3
3
  </svg>
@@ -1,8 +1,10 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <mask id="mask0_8848_71350" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
3
- <rect width="24" height="24" fill="#D9D9D9"/>
4
- </mask>
5
- <g mask="url(#mask0_8848_71350)">
6
- <path d="M6 19H9.35V13.05H14.65V19H18V10L12 5.475L6 10V19ZM6 20.5C5.58333 20.5 5.22933 20.354 4.938 20.062C4.646 19.7707 4.5 19.4167 4.5 19V10C4.5 9.76667 4.554 9.54167 4.662 9.325C4.77067 9.10833 4.91667 8.93333 5.1 8.8L11.1 4.275C11.2333 4.175 11.375 4.104 11.525 4.062C11.675 4.02067 11.8333 4 12 4C12.1667 4 12.325 4.02067 12.475 4.062C12.625 4.104 12.7667 4.175 12.9 4.275L18.9 8.8C19.0833 8.93333 19.229 9.10833 19.337 9.325C19.4457 9.54167 19.5 9.76667 19.5 10V19C19.5 19.4167 19.354 19.7707 19.062 20.062C18.7707 20.354 18.4167 20.5 18 20.5H13.15V14.55H10.85V20.5H6Z" fill="#4C4E64" fill-opacity="0.68"/>
1
+ <svg width="47" height="46" viewBox="0 0 47 46" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0)">
3
+ <path d="M7.90179 46.2784C7.37445 46.0885 7.19515 45.9198 6.97367 45.4241C6.78382 45.0233 6.77328 44.4537 6.77328 35.4573V25.9018L7.01585 25.4377C7.26898 24.9315 7.94398 24.4885 8.46078 24.4885C8.97757 24.4885 9.65257 24.9315 9.91624 25.4377L10.1483 25.9018V34.4764V43.051H23.6483H37.1483V30.3209V17.5803L30.3772 10.8092L23.5955 4.02757L13.0487 14.5639C3.8307 23.7819 2.44906 25.1213 2.07992 25.2162C1.22562 25.4377 0.38187 24.9526 0.118198 24.0877C-0.177115 23.0963 -0.852115 23.8557 11.4983 11.4948C21.4018 1.60179 22.8045 0.230698 23.2053 0.114682C24.1967 -0.170084 23.4373 -0.855631 35.7561 11.442C44.6471 20.3225 46.9885 22.7272 47.1256 23.0752C47.5791 24.2565 46.3557 25.5537 45.1112 25.2162C44.7737 25.1213 44.2991 24.71 42.6116 23.033L40.5233 20.9659V32.8838C40.5233 41.5006 40.4916 44.9073 40.4073 45.1709C40.228 45.7088 39.7217 46.1834 39.1944 46.31C38.4666 46.4998 8.42914 46.4577 7.90179 46.2784Z" fill="#757575"/>
7
4
  </g>
5
+ <defs>
6
+ <clipPath id="clip0">
7
+ <rect width="47" height="46" fill="white"/>
8
+ </clipPath>
9
+ </defs>
8
10
  </svg>
@@ -1,9 +1,13 @@
1
- <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M9.47579 19.92C9.08636 19.8975 8.75243 20.195 8.72994 20.5844C8.58403 23.1107 8.73078 25.664 8.92849 27.5139C9.06522 28.7933 10.1592 29.7051 11.4061 29.7051H11.8787C13.0178 29.7051 13.9691 28.901 14.196 27.8296H20.6177C21.0077 27.8296 21.324 27.5133 21.324 27.1233C21.324 26.7332 21.0077 26.417 20.6177 26.417H13.7542C13.2465 26.417 12.8348 26.8286 12.8348 27.3364C12.8348 27.8644 12.4068 28.2925 11.8787 28.2925H11.4061C10.8411 28.2925 10.3889 27.886 10.3331 27.3638C10.141 25.5666 9.99995 23.0939 10.1402 20.6659C10.1627 20.2764 9.86522 19.9425 9.47579 19.92Z" fill="#616376"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M21.0981 8.79187C21.0981 8.40179 21.4143 8.08557 21.8044 8.08557L25.0378 8.08557C26.0098 8.08557 26.7616 8.14283 27.3143 8.42121C27.9563 8.74452 28.2122 9.29357 28.3925 9.85066L28.4037 9.88533L28.4113 9.92096L29.7075 16.0075C30.7113 19.6356 30.515 24.5343 30.1963 27.5153C30.0594 28.7955 28.9649 29.7047 27.7189 29.7047H27.2462C26.1072 29.7047 25.1559 28.9007 24.929 27.8292H18.5073C18.1172 27.8292 17.801 27.513 17.801 27.1229C17.801 26.7328 18.1172 26.4166 18.5073 26.4166H25.3707C25.8785 26.4166 26.2901 26.8282 26.2901 27.336C26.2901 27.8641 26.7182 28.2921 27.2462 28.2921H27.7189C28.2847 28.2921 28.736 27.8865 28.7917 27.3651C29.1074 24.4124 29.2758 19.7244 28.3407 16.365L28.3349 16.344L28.3303 16.3227L27.0375 10.252C26.8976 9.83021 26.8005 9.74405 26.6789 9.68282C26.465 9.57507 26.0385 9.49817 25.0378 9.49817H21.8044C21.4143 9.49817 21.0981 9.18195 21.0981 8.79187Z" fill="#616376"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M21.6406 17.3197C24.0501 17.1636 26.4456 16.7372 28.7791 16.0397L29.1837 17.3931C26.4534 18.2092 23.6422 18.6698 20.8203 18.776C20.8203 18.2227 21.6406 17.7676 21.6406 17.3197Z" fill="#616376"/>
5
- <path d="M27.3437 21.2589C27.3437 22.0234 26.7239 22.6432 25.9594 22.6432C25.1949 22.6432 24.5752 22.0234 24.5752 21.2589C24.5752 20.4944 25.1949 19.8747 25.9594 19.8747C26.7239 19.8747 27.3437 20.4944 27.3437 21.2589Z" fill="#616376"/>
6
- <path fill-rule="evenodd" clip-rule="evenodd" d="M14.3061 21.2592C18.5922 21.2592 22.0667 17.7846 22.0667 13.4985C22.0667 9.21242 18.5922 5.73785 14.3061 5.73785C10.02 5.73785 6.54541 9.21242 6.54541 13.4985C6.54541 17.7846 10.02 21.2592 14.3061 21.2592ZM14.3061 22.6718C19.3723 22.6718 23.4793 18.5648 23.4793 13.4985C23.4793 8.43227 19.3723 4.32526 14.3061 4.32526C9.23982 4.32526 5.13281 8.43227 5.13281 13.4985C5.13281 18.5648 9.23982 22.6718 14.3061 22.6718Z" fill="#616376"/>
7
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12.4028 8.96457C13.1983 8.5481 14.0934 8.35959 14.9893 8.41987C15.8851 8.48014 16.7469 8.78686 17.4794 9.30614C17.7976 9.53174 17.8727 9.97259 17.6471 10.2908C17.4215 10.609 16.9807 10.6841 16.6625 10.4585C16.1424 10.0898 15.5305 9.87207 14.8944 9.82928C14.2583 9.78648 13.6228 9.92032 13.058 10.216C12.4932 10.5117 12.0212 10.9578 11.6939 11.5049C11.3667 12.052 11.1971 12.679 11.2038 13.3165C11.2105 13.9539 11.3933 14.5772 11.7319 15.1173C12.0706 15.6574 12.5519 16.0935 13.1228 16.3772C13.6937 16.661 14.3319 16.7814 14.9669 16.7253C15.602 16.6691 16.2091 16.4385 16.7213 16.059C17.0348 15.8267 17.4771 15.8926 17.7093 16.206C17.9416 16.5194 17.8758 16.9617 17.5623 17.1939C16.8409 17.7285 15.9858 18.0533 15.0914 18.1324C14.197 18.2115 13.2981 18.0418 12.494 17.6422C11.69 17.2425 11.0121 16.6284 10.5351 15.8677C10.0581 15.1069 9.80072 14.2292 9.79128 13.3313C9.78185 12.4335 10.0207 11.5505 10.4816 10.7799C10.9425 10.0093 11.6073 9.38104 12.4028 8.96457Z" fill="#616376"/>
8
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8.26367 12.2328C8.26367 11.8428 8.57989 11.5266 8.96997 11.5266H14.1485C14.5386 11.5266 14.8548 11.8428 14.8548 12.2328C14.8548 12.6229 14.5386 12.9391 14.1485 12.9391H8.96997C8.57989 12.9391 8.26367 12.6229 8.26367 12.2328ZM8.26367 14.3602C8.26367 13.9702 8.57989 13.6539 8.96997 13.6539H14.1485C14.5386 13.6539 14.8548 13.9702 14.8548 14.3602C14.8548 14.7503 14.5386 15.0665 14.1485 15.0665H8.96997C8.57989 15.0665 8.26367 14.7503 8.26367 14.3602Z" fill="#616376"/>
1
+ <svg width="57" height="26" viewBox="0 0 57 26" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0)">
3
+ <path d="M11.4604 26.3928C9.74993 26.087 7.66553 25.2713 6.24953 24.3311C3.04363 22.2241 0.880031 18.837 0.381531 15.1327C0.222931 13.9545 0.313631 10.7147 0.517531 10.3862C0.551431 10.3409 0.596831 10.1823 0.630731 10.0237C0.846031 8.8569 1.91083 6.5459 2.76043 5.3905C3.89323 3.8498 5.87573 2.1733 7.57493 1.3237C10.5655 -0.171604 14.2471 -0.466203 17.4643 0.530697C20.9421 1.6182 23.7628 4.00839 25.394 7.24829C25.9151 8.30179 26.2889 9.31 26.4136 10.0577C26.4249 10.103 26.5042 10.4088 26.5835 10.726C26.7761 11.4397 26.7987 14.8268 26.6288 15.5858C26.5608 15.869 26.4815 16.2202 26.4589 16.3787C26.2436 17.5002 25.3827 19.4147 24.4991 20.7287C24.0233 21.4424 22.6186 22.9717 21.8483 23.5948C20.6702 24.569 18.4952 25.6678 16.9546 26.0756C16.5807 26.1662 16.1729 26.2795 16.0483 26.3135C15.7651 26.3928 11.8343 26.4608 11.4604 26.3928ZM16.8073 20.4569C17.3057 20.3209 17.9061 20.0944 18.144 19.9471C18.4952 19.7205 18.5632 19.6299 18.5292 19.358C18.5065 19.1768 18.4159 18.8823 18.3139 18.6897C18.2233 18.5084 18.144 18.3045 18.144 18.2366C18.144 18.1686 18.0194 17.976 17.8608 17.7948C17.5323 17.4549 17.2264 17.4436 15.935 17.7834C14.7796 18.0893 13.0917 17.9873 12.2761 17.5569C11.8003 17.3077 10.9846 16.458 10.7694 15.9823L10.5655 15.5291L12.2534 15.4725C13.4202 15.4385 13.9866 15.3705 14.0886 15.2686C14.1679 15.1893 14.2471 14.8155 14.2585 14.419C14.2811 13.4674 14.2358 13.4448 11.9929 13.4334H10.203L10.237 13.0709L10.271 12.6971L12.1628 12.6405C13.1936 12.6065 14.0886 12.5385 14.1452 12.4932C14.1905 12.4366 14.2471 12.0741 14.2585 11.6662C14.2925 10.6127 14.2698 10.6014 12.2987 10.6014H10.6561L10.86 10.2502C11.1886 9.68379 11.8909 9.0381 12.4573 8.7662C13.1596 8.4491 14.7909 8.3924 15.935 8.653C16.3768 8.7436 16.9546 8.8342 17.2264 8.8342C17.7136 8.8455 17.7475 8.82289 18.0647 8.27909C18.3139 7.85999 18.4159 7.5655 18.4159 7.1577C18.4272 6.6252 18.4159 6.5912 17.9741 6.3534C16.9206 5.7983 14.9155 5.53769 13.2503 5.75299C12.0155 5.91159 10.8034 6.444 9.98783 7.1803C9.82923 7.3162 9.67063 7.4295 9.63663 7.4295C9.60263 7.4295 9.33073 7.7354 9.03623 8.1092C8.51513 8.7662 7.83543 10.0803 7.83543 10.4315C7.83543 10.5674 7.66553 10.6014 6.96323 10.6014C6.47613 10.6014 6.01163 10.6467 5.93233 10.7034C5.71713 10.8393 5.58113 11.553 5.68313 12.0287C5.79643 12.5385 5.81903 12.5612 6.27213 12.5838C7.46163 12.6405 7.38233 12.6065 7.38233 13.037V13.4334H6.65733C5.77373 13.4334 5.67183 13.5467 5.66043 14.3963C5.64913 15.2686 5.79643 15.4045 6.87253 15.4498C7.71083 15.4952 7.71083 15.4952 7.79013 15.8577C7.82413 16.0502 7.90343 16.2655 7.94873 16.3221C7.99403 16.3901 8.08463 16.594 8.14133 16.7752C8.33393 17.353 9.02493 18.3272 9.67063 18.9389C10.2823 19.528 11.2452 20.083 12.1968 20.4002C13.3749 20.808 15.3346 20.8307 16.8073 20.4569Z" fill="#757575"/>
4
+ <path d="M46.7258 24.6033C45.7742 24.3654 44.8906 23.867 44.1883 23.1533C43.8258 22.7908 43.4973 22.3943 43.4633 22.2697C43.3953 22.0432 43.248 22.0432 33.7437 22.0432H24.1035L24.4547 21.6807C24.6359 21.4768 24.9305 21.1143 25.1117 20.8877L25.4176 20.4572H34.0496H42.6703V19.4377V18.4182H42.0133C41.4695 18.4182 41.3109 18.3728 41.0844 18.135C40.7445 17.8064 40.7219 17.3646 41.0277 17.0588C41.2203 16.8662 41.4016 16.8322 42.2512 16.8322H43.2367L43.7465 16.1865C44.3695 15.3936 45.1852 14.7592 46.0121 14.4307C46.5332 14.2154 46.8617 14.1701 47.9945 14.1701C49.2973 14.1701 49.3879 14.1814 50.1355 14.5439C51.0984 14.9971 51.7441 15.5182 52.2992 16.2658L52.7184 16.8322H54.0098H55.3012V15.8127V14.7932H54.2363C53.0695 14.7932 52.7637 14.6686 52.6391 14.1135C52.5484 13.7283 52.9449 13.2072 53.3301 13.2072C53.8059 13.2072 53.6246 13.026 52.7977 12.6521C51.7895 12.199 50.3848 11.7912 48.7875 11.4854C47.5867 11.2475 47.1676 11.2361 37.55 11.2021L27.5473 11.1568L27.5359 10.9076C27.5359 10.7717 27.4453 10.3072 27.332 9.87684C27.2074 9.38964 27.1734 9.16314 27.2641 9.27644C27.3887 9.45764 27.8984 9.46894 33.4832 9.44634L39.5664 9.41234L35.341 7.44124C29.7789 4.84714 29.9828 4.91504 27.1508 4.84714L24.8852 4.80184L24.0469 3.95214L23.1973 3.10254L26.1426 3.15924C29.1445 3.22714 29.7902 3.30644 31.1723 3.78224C31.5121 3.90684 34.4234 5.23224 37.6406 6.72754L43.4859 9.45764L45.6949 9.57094C49.3879 9.77484 51.5516 10.2506 53.8852 11.3947C55.4937 12.1877 56.0715 12.6521 56.5473 13.5924L56.9437 14.374V17.2174C56.9437 19.9135 56.9324 20.0834 56.7059 20.5139C56.5699 20.7631 56.3094 21.1143 56.1395 21.2955C55.5617 21.8619 55.2219 21.9752 53.8625 22.0205C53.1602 22.0432 52.5824 22.1111 52.5824 22.1678C52.5824 22.2131 52.2766 22.5869 51.9027 22.9834C50.532 24.4561 48.6062 25.0564 46.7258 24.6033ZM49.6031 22.7115C50.9965 22.0432 51.7441 20.7631 51.6535 19.2111C51.5402 17.2967 50.1469 15.858 48.2664 15.7221C45.5703 15.5295 43.6219 18.0783 44.4828 20.6725C44.6867 21.2955 45.4457 22.2244 46.0574 22.5982C47.0996 23.2439 48.4363 23.2893 49.6031 22.7115ZM55.0293 20.0721C55.2445 19.8228 55.3012 19.6416 55.3012 19.0865V18.4182H54.293H53.2848V19.449V20.4799L54.0324 20.4346C54.6668 20.3893 54.8027 20.3439 55.0293 20.0721Z" fill="#757575"/>
5
+ <path d="M47.3149 20.9784C46.8391 20.7745 46.3746 20.1967 46.284 19.7096C46.1707 19.1092 46.4992 18.3616 47.043 17.9991C47.4168 17.7499 47.5754 17.7159 48.1192 17.7612C48.6516 17.8065 48.8102 17.8745 49.15 18.2143C50.4641 19.5397 49.0141 21.726 47.3149 20.9784Z" fill="#757575"/>
6
+ <path d="M26.6648 18.282C26.6874 18.2027 26.8007 17.8402 26.914 17.4891L27.1406 16.832H32.7593C38.0722 16.832 38.4007 16.8434 38.5706 17.0359C38.7632 17.2512 38.8199 17.8063 38.6726 18.0328C38.4347 18.3953 38.0835 18.418 32.3628 18.418C27.8316 18.418 26.6308 18.384 26.6648 18.282Z" fill="#757575"/>
7
+ </g>
8
+ <defs>
9
+ <clipPath id="clip0">
10
+ <rect width="57" height="26" fill="white"/>
11
+ </clipPath>
12
+ </defs>
9
13
  </svg>
@@ -1,8 +1,10 @@
1
- <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <mask id="mask0_8848_71372" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="35" height="34">
3
- <rect x="0.475586" y="0.0488281" width="33.9023" height="33.9023" fill="#616376"/>
4
- </mask>
5
- <g mask="url(#mask0_8848_71372)">
6
- <path d="M15.943 19.0119L13.4357 16.5045C13.2709 16.3397 13.1 16.2573 12.9229 16.2573C12.7468 16.2573 12.5764 16.3397 12.4115 16.5045C12.2703 16.6458 12.1997 16.8162 12.1997 17.0159C12.1997 17.2165 12.2703 17.3756 12.4115 17.4933L15.1308 20.2479C15.3662 20.4598 15.637 20.5657 15.943 20.5657C16.2491 20.5657 16.5199 20.4598 16.7553 20.2479L22.441 14.5269C22.6058 14.3856 22.6882 14.2208 22.6882 14.0325C22.6882 13.8441 22.6058 13.6793 22.441 13.538C22.2997 13.3732 22.1293 13.2965 21.9296 13.3078C21.729 13.32 21.5699 13.3968 21.4522 13.538L15.943 19.0119ZM17.4263 29.5357H17.1084C17.0143 29.5357 16.9319 29.5122 16.8612 29.4651C14.1773 28.5234 11.9525 26.7868 10.1867 24.2554C8.42096 21.725 7.53809 18.8824 7.53809 15.7276V9.68872C7.53809 9.19431 7.67935 8.75264 7.96187 8.3637C8.24439 7.97571 8.59753 7.69931 9.02131 7.53451L16.614 4.70931C16.8965 4.61514 17.1673 4.56805 17.4263 4.56805C17.6852 4.56805 17.956 4.61514 18.2385 4.70931L25.8312 7.53451C26.255 7.69931 26.6082 7.97571 26.8907 8.3637C27.1732 8.75264 27.3145 9.19431 27.3145 9.68872V15.7276C27.3145 18.8824 26.4316 21.725 24.6658 24.2554C22.9001 26.7868 20.6752 28.5234 17.9913 29.4651C17.8971 29.5122 17.7088 29.5357 17.4263 29.5357ZM17.4263 28.1584C19.8748 27.3815 21.8995 25.8277 23.5004 23.4969C25.1014 21.1661 25.9019 18.5763 25.9019 15.7276V9.47683C25.9019 9.33557 25.8665 9.21173 25.7959 9.10532C25.7253 8.99984 25.6193 8.92356 25.4781 8.87648L17.85 6.05128C17.6852 6.0042 17.544 5.98065 17.4263 5.98065C17.3086 5.98065 17.1673 6.0042 17.0025 6.05128L9.37446 8.87648C9.2332 8.92356 9.12726 8.99984 9.05663 9.10532C8.986 9.21173 8.95068 9.33557 8.95068 9.47683V15.7276C8.95068 18.5763 9.75116 21.1661 11.3521 23.4969C12.953 25.8277 14.9778 27.3815 17.4263 28.1584Z" fill="#616376"/>
1
+ <svg width="44" height="53" viewBox="0 0 44 53" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0)">
3
+ <path fillRule="evenodd" clipRule="evenodd" d="M21.2643 0.24525C21.2267 0.266146 21.0799 0.295914 20.9382 0.311586C20.3281 0.379006 19.8837 0.642374 18.9903 1.4659C18.4667 1.94858 17.958 2.39942 17.3792 2.89363C16.0272 4.04824 14.4638 5.02918 12.9684 5.66138C12.6167 5.81002 11.8819 6.04412 11.8427 6.02007C11.8207 6.00656 11.8028 6.01544 11.8028 6.03949C11.8028 6.06363 11.6538 6.10878 11.4714 6.13992C11.2892 6.17097 11.1015 6.21562 11.0543 6.23918C10.9953 6.26865 10.9577 6.26491 10.9342 6.22696C10.9077 6.18477 10.8951 6.18576 10.8796 6.23179C10.8686 6.26471 10.8085 6.29389 10.7461 6.29665C10.6837 6.29931 10.6108 6.31488 10.5842 6.33124C10.5574 6.3476 10.4247 6.37195 10.2894 6.38536C9.9916 6.41493 9.61371 6.48077 9.51057 6.52108C9.46923 6.53734 9.42273 6.53054 9.40743 6.5059C9.38994 6.47801 9.32893 6.48629 9.24447 6.52788C9.14481 6.57717 9.08598 6.58229 9.02001 6.5473C8.9578 6.51418 8.92581 6.51418 8.91468 6.5474C8.90593 6.57342 8.79624 6.60467 8.67104 6.61679C7.88983 6.69229 7.29702 6.73369 6.82066 6.74611C6.60703 6.75153 6.40134 6.76947 6.36358 6.78583C6.32592 6.80219 5.43631 6.81057 4.38672 6.80456C3.33723 6.79845 2.47335 6.80564 2.46699 6.82033C2.46073 6.83511 2.30195 6.89317 2.11405 6.94925C0.941442 7.29956 0.026688 8.28503 -0.21149 9.45501C-0.256005 9.67344 -0.306483 9.83814 -0.323871 9.82099C-0.34126 9.80384 -0.355469 11.985 -0.355469 14.6681C-0.355469 17.434 -0.33818 19.5358 -0.315525 19.5219C-0.243088 19.4777 -0.220531 21.0504 -0.29267 21.1083C-0.327249 21.1359 -0.353383 21.2175 -0.350899 21.2894C-0.346428 21.4181 -0.345832 21.4185 -0.314532 21.3071C-0.268824 21.1448 -0.229972 21.266 -0.191021 21.6927C-0.168863 21.9355 -0.176513 22.0674 -0.217253 22.143C-0.265544 22.2324 -0.262862 22.267 -0.200958 22.3546C-0.109443 22.4841 -0.0965251 23.0078 -0.184066 23.0441C-0.224905 23.0612 -0.218445 23.0821 -0.161211 23.1181C-0.0720807 23.1741 -0.0409793 23.7071 -0.12693 23.7071C-0.152069 23.7071 -0.172637 23.7377 -0.172637 23.7752C-0.172637 23.8125 -0.141737 23.8431 -0.104077 23.8431C-0.015245 23.8431 -0.00461166 24.3212 -0.092649 24.3564C-0.127824 24.3705 -0.120174 24.3807 -0.0725784 24.3828C0.0266871 24.3875 0.0998209 24.7845 0.0113862 24.8386C-0.0320363 24.8652 -0.0272663 24.9002 0.0319552 24.9898C0.0755763 25.0556 0.103397 25.1716 0.0960444 25.2565C0.0888901 25.3391 0.0951501 25.4267 0.109955 25.4513C0.174344 25.5576 0.203259 26.2431 0.143342 26.2431C0.104391 26.2431 0.110453 26.2624 0.16103 26.2997C0.204055 26.3313 0.249266 26.4463 0.263475 26.5601C0.277486 26.6721 0.297755 26.8352 0.308586 26.9224C0.319317 27.0095 0.341276 27.1471 0.357274 27.228C0.378538 27.336 0.369596 27.3756 0.323888 27.3766C0.282751 27.3775 0.28911 27.3939 0.342867 27.4248C0.395431 27.4551 0.422757 27.5227 0.420372 27.6159C0.418286 27.6952 0.440345 27.862 0.46926 27.9865C0.518545 28.1982 0.531064 28.269 0.581939 28.6205C0.619598 28.8814 0.869502 30.0744 1.01358 30.6809C1.09347 31.0172 1.16491 31.3229 1.17237 31.3603C1.17982 31.3976 1.20088 31.4628 1.21917 31.5052C1.23745 31.5476 1.23904 31.6036 1.22284 31.6298C1.20655 31.6559 1.21102 31.6772 1.23258 31.6772C1.25424 31.6772 1.29379 31.774 1.32052 31.8923C1.39673 32.2299 1.61027 33.0035 1.65478 33.1037C1.67694 33.1535 1.71539 33.2655 1.74004 33.3528C1.97116 34.1659 2.66652 36.1615 2.86833 36.5906C2.9034 36.6653 3.04668 36.9914 3.18669 37.3151C3.32659 37.6389 3.47644 37.9849 3.51966 38.0841C3.61416 38.3006 4.38831 39.8217 4.53438 40.0775C5.07452 41.0241 5.25388 41.3265 5.49186 41.692C7.51184 44.7949 9.25162 46.6788 12.2827 49.0451C12.4515 49.1767 13.8105 50.0847 14.1796 50.3124C15.2633 50.9805 17.0232 51.8549 17.9505 52.186C18.1014 52.2398 18.2659 52.303 18.3162 52.3261C18.5864 52.4511 20.1147 52.9215 20.458 52.9853C20.5535 53.0031 20.6433 53.0473 20.6574 53.0835C20.6727 53.1233 20.6943 53.1312 20.7117 53.1036C20.7307 53.073 20.89 53.0827 21.184 53.1323L21.6276 53.207L22.2664 53.0827C22.6177 53.0142 23.0656 52.9079 23.2617 52.8461C23.4579 52.7842 23.644 52.7435 23.6754 52.7552C23.7069 52.7671 23.7326 52.7572 23.7326 52.7329C23.7326 52.7089 23.7545 52.6892 23.7814 52.6892C23.8081 52.6892 24.1012 52.595 24.4327 52.48C24.7641 52.365 25.0558 52.2677 25.0809 52.2636C25.1061 52.2596 25.1472 52.2439 25.1724 52.2289C25.1975 52.2137 25.393 52.1298 25.6066 52.0424C26.2881 51.7638 27.6576 51.1092 28.2119 50.7971C28.7327 50.5037 29.3808 50.1055 29.9168 49.7494C30.2386 49.5356 30.5488 49.3302 30.606 49.2929C31.3122 48.8326 33.1139 47.3074 33.9952 46.4238C35.5568 44.8582 37.3482 42.5508 38.2897 40.8926C39.0557 39.5436 39.7927 38.106 40.0503 37.4587C40.108 37.3134 40.1934 37.1206 40.2399 37.0302C40.2865 36.9397 40.3245 36.8396 40.3245 36.8073C40.3245 36.7753 40.3464 36.7491 40.373 36.7491C40.3996 36.7491 40.4113 36.733 40.399 36.7133C40.3867 36.6936 40.405 36.6172 40.4395 36.5435C40.687 36.015 41.1061 34.8363 41.5698 33.3647C41.6369 33.1513 41.6968 33.0367 41.7415 33.0358C41.7954 33.0346 41.7974 33.0263 41.7503 32.9968C41.6935 32.9612 41.7103 32.7705 41.7808 32.6509C41.7954 32.6259 41.812 32.5851 41.8175 32.5603C41.9108 32.1362 42.0567 31.6561 42.0965 31.643C42.1246 31.6338 42.137 31.5984 42.1238 31.5646C42.1108 31.5308 42.1646 31.2416 42.2433 30.9222C42.3959 30.3028 42.6556 29.0568 42.6556 28.9436C42.6556 28.9061 42.6788 28.8181 42.707 28.748C42.7352 28.678 42.7622 28.5696 42.7672 28.5073C42.7948 28.153 42.854 27.7785 42.8853 27.7594C42.9051 27.7473 42.9106 27.6967 42.8975 27.647C42.8843 27.5972 42.9054 27.5083 42.9444 27.4493C42.9904 27.3799 42.9997 27.3266 42.9709 27.2981C42.9433 27.2707 42.9423 27.213 42.9683 27.1449C42.9913 27.0847 43.0251 26.8828 43.0433 26.696C43.0631 26.4957 43.1058 26.3238 43.1476 26.2771C43.1919 26.2274 43.1985 26.1978 43.1656 26.1978C43.0902 26.1978 43.1001 25.9451 43.1783 25.8676C43.2246 25.8217 43.2296 25.7884 43.1955 25.7545C43.1371 25.6967 43.1871 25.3827 43.2547 25.3827C43.2801 25.3827 43.2855 25.358 43.2668 25.3278C43.2086 25.2346 43.2486 24.9556 43.3286 24.8959C43.3713 24.8639 43.3807 24.8393 43.35 24.8393C43.3151 24.8393 43.2955 24.7579 43.2955 24.6129C43.2955 24.4884 43.311 24.3865 43.3298 24.3866C43.3487 24.3866 43.3572 24.2776 43.3489 24.1445C43.3371 23.9566 43.3524 23.8839 43.417 23.8197C43.4762 23.7611 43.484 23.7316 43.4437 23.7184C43.3708 23.6942 43.3682 23.2833 43.4399 23.1505C43.4916 23.0547 43.4936 23.0546 43.5281 23.1422C43.5603 23.2238 43.5636 23.2222 43.5666 23.1234C43.5683 23.0639 43.5371 22.9916 43.4972 22.9627C43.4066 22.897 43.4652 22.2726 43.5602 22.292C43.5906 22.2982 43.6155 22.2728 43.6155 22.2355C43.6155 22.1981 43.5949 22.1675 43.5698 22.1675C43.5424 22.1675 43.5241 21.994 43.5241 21.7373C43.5241 21.5007 43.5422 21.3071 43.5644 21.3071C43.6247 21.3071 43.665 21.111 43.6114 21.0782C43.5814 21.0597 43.5741 20.8107 43.591 20.3746C43.6405 19.0947 43.6665 9.92232 43.6208 9.82779C43.5968 9.77782 43.5649 9.63539 43.55 9.5112C43.3957 8.2252 41.859 6.81619 40.6106 6.81619C40.5065 6.81619 40.4075 6.79382 40.3905 6.76651C40.3706 6.73477 40.2921 6.72866 40.1706 6.74956C39.9167 6.79313 37.1707 6.82703 37.0813 6.78761C37.0425 6.77036 36.8256 6.75281 36.5993 6.74847C36.2001 6.74059 35.7914 6.71693 35.23 6.66893C35.08 6.65622 34.9496 6.62211 34.9398 6.59323C34.9264 6.55351 34.9066 6.55341 34.8585 6.59303C34.8179 6.62645 34.7329 6.63345 34.623 6.61226C34.5285 6.59412 34.371 6.57283 34.2729 6.56504C34.175 6.55725 34.0781 6.52414 34.0578 6.49141C34.0315 6.44932 34.0065 6.44607 33.9719 6.48028C33.9373 6.51458 33.8402 6.51142 33.6386 6.46953C33.4821 6.437 33.2985 6.4101 33.2307 6.4095C33.1621 6.40901 33.0865 6.37333 33.0606 6.32937C33.0348 6.28541 33.0134 6.27535 33.0126 6.3067C33.0112 6.36613 32.8657 6.38516 32.8129 6.33272C32.796 6.31597 32.736 6.29655 32.6796 6.28935C32.0818 6.21405 31.2397 5.98311 30.6802 5.74112C30.2818 5.56863 29.1291 4.99921 28.9448 4.88359C28.4652 4.58316 27.1616 3.70957 26.9093 3.51953C26.1167 2.92271 25.7756 2.65619 24.8981 1.94799C24.3702 1.52169 23.856 1.11323 23.7554 1.04009C23.6549 0.966856 23.5624 0.895001 23.5497 0.880315C23.4036 0.708907 22.3576 0.295222 22.0703 0.295222C21.982 0.295222 21.897 0.27482 21.8814 0.249882C21.8475 0.195473 21.3613 0.191728 21.2643 0.24525ZM21.9957 3.88107C24.0471 5.80716 27.0944 7.83014 29.2632 8.70532C29.6026 8.84213 29.9008 8.95873 29.926 8.96445C30.1879 9.0225 30.6684 9.19559 30.7099 9.24664C30.75 9.29632 30.7669 9.29819 30.7815 9.25463C30.7964 9.21037 30.8459 9.21422 31.0032 9.27168C31.2144 9.34876 32.0806 9.52874 32.9427 9.67462C33.6367 9.79201 33.6363 9.79191 33.9826 9.82967C34.1523 9.8482 34.2911 9.87579 34.2911 9.89107C34.2911 9.90625 34.3839 9.91148 34.4974 9.90251C34.6108 9.89354 34.7394 9.90103 34.783 9.91907C34.8637 9.95238 35.0198 9.96579 35.7004 9.99762C35.9653 10.0099 36.0936 10.0351 36.1219 10.0799C36.1536 10.1306 36.1807 10.1333 36.2472 10.0924C36.3435 10.0334 37.1117 10.064 37.1519 10.1283C37.1799 10.1733 37.5069 10.1814 37.5505 10.1381C37.5889 10.1 39.5863 10.1 39.6248 10.1381C39.6724 10.1852 39.9589 10.1714 39.9589 10.1219C39.9589 10.097 40.0309 10.0766 40.1188 10.0766H40.2788L40.2786 12.9182C40.2785 14.4811 40.2569 16.5615 40.2306 17.5411C40.1935 18.9223 40.1952 19.3373 40.2378 19.3882C40.3066 19.4703 40.2598 20.7655 40.1829 20.9079C40.1452 20.9777 40.1469 21.0282 40.1895 21.1071C40.2527 21.2241 40.2251 21.6474 40.135 21.9454C40.0989 22.0648 40.0971 22.1375 40.1293 22.1774C40.1892 22.2516 40.1296 22.7225 40.0574 22.7463C39.9927 22.7676 39.9868 22.8921 40.0503 22.8921C40.1254 22.8921 40.1054 23.3745 40.0271 23.4521C39.9844 23.4943 39.9756 23.531 40.0043 23.5485C40.0778 23.5935 40.0574 23.896 39.9747 23.9867C39.9294 24.0362 39.9203 24.0695 39.9518 24.0695C40.029 24.0695 40.0171 24.394 39.9356 24.5093C39.8869 24.578 39.8815 24.6161 39.9173 24.638C39.949 24.6574 39.9559 24.7224 39.9356 24.8109C39.9177 24.8888 39.8953 25.0544 39.8855 25.1789C39.8743 25.3238 39.84 25.4258 39.7904 25.4619C39.7478 25.4931 39.7373 25.5186 39.7674 25.5186C39.8559 25.5186 39.8343 25.8239 39.7417 25.8772C39.6974 25.9028 39.6873 25.924 39.7189 25.9248C39.7871 25.9264 39.7967 26.1798 39.7302 26.2206C39.705 26.236 39.6968 26.2984 39.7123 26.3591C39.7276 26.4197 39.7243 26.5051 39.705 26.5486C39.6856 26.5924 39.6644 26.6789 39.6579 26.7412C39.6156 27.148 39.5778 27.2846 39.5073 27.2853C39.4468 27.2859 39.4449 27.2934 39.497 27.3259C39.5437 27.3553 39.5528 27.4185 39.5308 27.5631C39.4769 27.9197 39.3457 28.462 39.3135 28.462C39.296 28.462 39.291 28.4977 39.3022 28.5412C39.3346 28.6668 39.244 29.0782 38.681 31.3603C38.6288 31.572 38.5688 31.7758 38.5478 31.8133C38.5267 31.8508 38.4711 32.0291 38.4242 32.2095C38.3773 32.39 38.3216 32.5376 38.3007 32.5376C38.2796 32.5376 38.2734 32.5554 38.287 32.5772C38.3218 32.6331 37.6612 34.5073 37.2952 35.3905C35.0871 40.7179 31.389 45.1354 27.0235 47.66C26.835 47.769 26.6294 47.8896 26.5665 47.9279C26.4517 47.998 26.2933 48.0827 25.7437 48.3678C25.3857 48.5535 24.472 48.9757 24.4273 48.9761C24.4097 48.9763 24.344 49.0026 24.2811 49.0344C24.2183 49.0663 24.0639 49.1293 23.9383 49.1743C23.8126 49.2192 23.648 49.2823 23.5726 49.3143C23.4972 49.3464 23.3224 49.407 23.1841 49.4492C23.0459 49.4913 22.8915 49.5454 22.8413 49.5693C22.7277 49.6236 22.1464 49.7826 21.8208 49.8486C21.5629 49.9007 21.4743 49.8886 20.8018 49.7094C19.7584 49.4311 17.5377 48.4867 16.6831 47.9576C16.5758 47.8911 16.1999 47.6611 15.848 47.4464C15.496 47.2318 15.1875 47.0395 15.1623 47.0193C15.1372 46.999 14.9074 46.8328 14.6514 46.6499C14.1454 46.2881 13.4402 45.7415 13.1538 45.4893C12.5441 44.9524 12.3153 44.7386 11.8017 44.2261C10.583 43.0102 9.61192 41.8324 8.71764 40.485C8.24834 39.7781 8.21127 39.7189 7.85098 39.1038C7.68325 38.8174 7.52735 38.5526 7.50459 38.5152C7.48184 38.4777 7.23462 37.9888 6.9551 37.4283C6.67569 36.868 6.42897 36.3753 6.40701 36.3336C6.36805 36.2594 6.23908 35.9582 6.01302 35.4132C5.83457 34.9827 5.3123 33.5758 5.3123 33.5254C5.3123 33.5002 5.28339 33.4155 5.24811 33.3369C4.98857 32.7608 4.28984 30.1765 4.05236 28.9149C3.94465 28.3419 3.85929 27.9254 3.83395 27.848C3.80216 27.7512 3.57242 26.2785 3.55176 26.0393C3.5453 25.9646 3.52513 25.8676 3.50684 25.8237C3.48866 25.7797 3.4829 25.6829 3.49383 25.6086C3.50496 25.5342 3.49959 25.4733 3.482 25.4733C3.46451 25.4733 3.4355 25.2848 3.41742 25.0544C3.39943 24.824 3.36773 24.5443 3.34687 24.4328C3.3261 24.3212 3.32689 24.1969 3.34875 24.1566C3.3733 24.1113 3.36853 24.0637 3.33613 24.0316C3.30752 24.0032 3.27681 23.8523 3.26817 23.6964C3.25933 23.5405 3.24055 23.3032 3.22624 23.1695C3.20815 23.0006 3.21759 22.9153 3.25674 22.8913C3.30036 22.8646 3.29619 22.8324 3.23866 22.7511C3.15032 22.6261 3.14039 22.2947 3.22117 22.1655C3.26827 22.0902 3.26638 22.0668 3.20974 22.0319C3.15638 21.9991 3.13899 21.8764 3.13154 21.4787C3.12618 21.1975 3.10034 20.6516 3.07401 20.2656C3.04778 19.8795 3.03943 19.5331 3.05553 19.4958C3.07172 19.4584 3.08027 17.3238 3.07471 14.7522L3.06457 10.0766H3.20299C3.2791 10.0766 3.35422 10.097 3.36972 10.1219C3.40092 10.1718 3.68004 10.1844 3.72684 10.138C3.74303 10.1219 4.19942 10.1086 4.74096 10.1086C5.28249 10.1086 5.73888 10.1219 5.75517 10.138C5.79889 10.1814 6.10991 10.1734 6.16018 10.1276C6.23302 10.0614 6.98293 10.0291 7.04384 10.0894C7.08458 10.1297 7.12144 10.1268 7.19894 10.0776C7.25479 10.042 7.44457 10.0057 7.62055 9.99713C8.3324 9.96234 8.50957 9.94755 8.55647 9.91877C8.5834 9.90231 8.6924 9.89285 8.79872 9.89797C8.90484 9.9031 9.02269 9.896 9.06035 9.8825C9.09811 9.86889 9.25232 9.84366 9.40316 9.82651C10.593 9.69079 12.5202 9.28676 13.2547 9.01915C13.362 8.98002 13.4648 8.94473 13.4833 8.9405C13.5334 8.92926 13.5804 8.9129 13.9054 8.79324C14.3141 8.64292 15.0564 8.2872 15.7069 7.93009C16.0063 7.76578 16.2577 7.63124 16.2655 7.63124C16.2956 7.63124 17.3218 6.97212 17.6508 6.74167C19.0087 5.79001 19.8912 5.08319 21.0773 3.99719C21.6501 3.47281 21.5717 3.48277 21.9957 3.88107ZM32.8076 17.5002C32.7931 17.5234 32.669 17.5655 32.5319 17.5937C31.9178 17.72 32.273 17.3913 25.1081 24.4651C21.4561 28.0707 18.447 31.0282 18.4209 31.0375C18.3949 31.0469 16.8694 29.5661 15.0311 27.7471C11.9442 24.6926 11.2443 24.0421 11.1172 24.1097C11.1047 24.1163 11.0224 24.1015 10.9344 24.0767C10.4358 23.9364 10.1919 23.9467 9.70026 24.1283C8.92143 24.4162 8.37443 25.1769 8.41567 25.9145C8.4258 26.0985 8.41249 26.1584 8.35615 26.1798C8.3161 26.1951 8.28331 26.2251 8.28331 26.2465C8.28331 26.268 8.31332 26.2741 8.34999 26.2602C8.3957 26.2429 8.4257 26.2754 8.44548 26.3635C8.58479 26.9841 8.57584 26.9743 13.0658 31.4147C17.548 35.8471 17.3867 35.7024 17.9734 35.819C18.0614 35.8364 18.1995 35.8734 18.2803 35.9009C18.3884 35.9378 18.4548 35.9375 18.5317 35.8997C18.5892 35.8715 18.7237 35.8354 18.8308 35.8193C19.4055 35.7329 18.9641 36.1459 27.0968 28.0851C35.1491 20.1039 34.7877 20.4814 34.8731 19.9602C34.8888 19.8648 34.9233 19.8125 34.9712 19.8121C35.0181 19.8116 35.0268 19.7992 34.9949 19.7781C34.9673 19.7598 34.9332 19.5919 34.9194 19.4049C34.8552 18.5414 34.2186 17.7954 33.3903 17.613C33.207 17.5726 33.057 17.5211 33.057 17.4987C33.057 17.4447 32.8412 17.4461 32.8076 17.5002Z" fill="#757575"/>
7
4
  </g>
5
+ <defs>
6
+ <clipPath id="clip0">
7
+ <rect width="44" height="53" fill="white"/>
8
+ </clipPath>
9
+ </defs>
8
10
  </svg>
@@ -1,6 +1,16 @@
1
- <svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M16.9511 22.8583C21.6895 22.8583 25.5307 19.0171 25.5307 14.2788C25.5307 9.54042 21.6895 5.69922 16.9511 5.69922C12.2128 5.69922 8.37158 9.54042 8.37158 14.2788C8.37158 19.0171 12.2128 22.8583 16.9511 22.8583ZM16.9511 24.2709C22.4697 24.2709 26.9433 19.7973 26.9433 14.2788C26.9433 8.76026 22.4697 4.28662 16.9511 4.28662C11.4326 4.28662 6.95898 8.76026 6.95898 14.2788C6.95898 19.7973 11.4326 24.2709 16.9511 24.2709Z" fill="#616376"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M23.5494 20.0175C23.9266 19.9181 24.3129 20.1434 24.4123 20.5206L26.0886 26.8845C26.1509 27.121 26.0864 27.3728 25.9182 27.5503C25.75 27.7277 25.502 27.8056 25.2625 27.7561L21.6291 27.0046L18.9557 29.4421C18.7775 29.6045 18.5288 29.6649 18.296 29.6021C18.0632 29.5394 17.8784 29.3622 17.8061 29.1322L16.1348 23.822C16.0177 23.45 16.2244 23.0534 16.5965 22.9363C16.9686 22.8192 17.3651 23.0259 17.4822 23.398L18.8214 27.6529L20.9435 25.718C21.1107 25.5656 21.3408 25.5025 21.5624 25.5483L24.4322 26.1418L23.0463 20.8804C22.9469 20.5032 23.1721 20.1169 23.5494 20.0175Z" fill="#616376"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M10.2852 20.2502C9.91468 20.1282 9.5154 20.3296 9.39337 20.7001L7.40572 26.7348C7.32791 26.9711 7.38011 27.2309 7.54314 27.4187C7.70618 27.6066 7.95602 27.6949 8.20088 27.6511L12.1062 26.9528L15.0341 29.4785C15.2127 29.6325 15.4563 29.6873 15.6836 29.6245C15.9109 29.5617 16.0919 29.3896 16.166 29.1657L17.7221 24.466C17.8447 24.0957 17.6439 23.6961 17.2736 23.5735C16.9033 23.4509 16.5037 23.6517 16.3811 24.022L15.157 27.7189L12.7743 25.6636C12.6132 25.5246 12.398 25.4657 12.1886 25.5031L9.11784 26.0521L10.7351 21.142C10.8571 20.7715 10.6557 20.3722 10.2852 20.2502Z" fill="#616376"/>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M11.5174 8.96471C11.6365 8.72379 11.8819 8.57129 12.1507 8.57129H21.8809C22.157 8.57129 22.4077 8.73213 22.5228 8.98305L24.2322 12.7087C24.3458 12.9562 24.3069 13.247 24.1323 13.456L17.6894 21.1699C17.5575 21.3277 17.3633 21.4203 17.1576 21.4233C16.952 21.4263 16.7552 21.3395 16.6187 21.1856L9.78127 13.4717C9.59075 13.2568 9.54937 12.9479 9.67661 12.6904L11.5174 8.96471ZM12.5895 9.98389L11.4466 12.2969H13.3774L14.5203 9.98389H12.5895ZM16.0959 9.98389L14.953 12.2969H19.0983L17.901 9.98389H16.0959ZM19.4916 9.98389L20.6889 12.2969H22.4891L21.4279 9.98389H19.4916ZM22.0801 13.7095H17.7541L17.8264 18.8022L22.0801 13.7095ZM16.414 18.8251L16.3414 13.7095H11.8797L16.414 18.8251Z" fill="#616376"/>
1
+ <svg width="46" height="57" viewBox="0 0 46 57" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0)">
3
+ <path d="M28.566 51.4413C27.2335 49.1337 25.3904 46.0381 24.4832 44.5185L22.8386 41.7324L21.6479 43.815C20.9957 44.9406 20.0884 46.4321 19.6631 47.1356C19.2378 47.8392 18.0185 49.8935 16.9412 51.7509C15.8921 53.5801 14.8147 55.156 14.5878 55.2405C13.9073 55.4937 13.4253 54.9309 11.4406 51.4976L9.48426 48.1206L4.72088 47.9799C0.496221 47.8673 -0.042495 47.7829 -0.127571 47.3608C-0.184289 47.0794 1.57366 43.7023 3.75688 39.8469C5.96847 35.9915 7.75467 32.7271 7.75467 32.5582C7.75467 32.4175 7.49954 32.0799 7.18759 31.7985C6.53554 31.2075 6.47882 30.3633 6.93246 27.2958L7.27267 25.1289L6.13852 23.975C2.79288 20.4574 2.73617 19.9509 5.40139 17.0522L7.27267 14.9979L6.96082 12.3244C6.47882 8.27203 6.64888 8.07506 10.8735 7.3152C12.2062 7.09005 13.397 6.72421 13.5104 6.52725C13.6238 6.35837 14.3327 5.17649 15.0698 3.93826C16.7427 1.09595 17.1396 1.01151 20.6554 2.67184L23.0939 3.79756L25.7024 2.64367C29.2182 1.06777 29.53 1.18039 31.3163 4.50106C32.0535 5.88 32.9041 7.09005 33.216 7.20267C33.4995 7.31519 34.7187 7.56852 35.9095 7.7373C37.7809 8.04688 38.2062 8.21576 38.83 8.94745C39.1986 9.39774 39.482 9.98872 39.397 10.2419C39.3404 10.4953 39.1135 11.7335 38.9433 12.9998L38.6031 15.3356L40.4744 17.3055C43.2531 20.2323 43.2531 20.4855 40.1909 23.7499L38.6031 25.4666L38.8016 27.0988C38.8866 27.9711 39.0568 29.125 39.1418 29.6597C39.2836 30.6165 38.7733 32.2206 38.3479 32.2206C38.2062 32.2206 38.0928 32.3613 38.0928 32.5302C38.0928 32.699 39.9073 35.9915 42.1189 39.8751C45.3229 45.4753 46.0601 46.9949 45.8332 47.389C45.6064 47.7548 44.8125 47.8673 40.8998 47.9799L36.2781 48.1206L34.3785 51.4976C32.252 55.2405 32.0252 55.5781 31.4298 55.5781C31.2029 55.5781 29.927 53.7208 28.566 51.4413ZM33.5279 49.0493L35.1724 46.1507L39.1702 46.0663C41.3818 46.0381 43.1963 45.9537 43.1963 45.8974C43.1963 45.7849 39.8507 39.9033 37.7526 36.3011L35.9379 33.2056L34.5486 33.2899C33.1026 33.4025 32.1385 33.7402 32.1385 34.1623C32.1385 34.697 29.7852 38.4399 29.3032 38.6931C28.4243 39.1434 27.8572 39.0309 25.2771 37.7927C23.8877 37.1453 22.7252 36.6951 22.6119 36.7795C22.5268 36.8639 23.4908 38.6931 24.7384 40.8319C25.9859 42.9988 28.0273 46.4884 29.2182 48.599C30.4374 50.7096 31.5432 52.3419 31.6849 52.2012C31.7983 52.0886 32.6489 50.6534 33.5279 49.0493ZM18.132 45.8411L21.6195 39.7625L21.1658 38.862C20.939 38.3836 20.6838 37.9334 20.6271 37.877C20.5704 37.8208 19.7481 38.0741 18.8125 38.4117C17.1113 39.059 17.0546 39.059 16.3458 38.5243C15.9771 38.2429 15.0982 36.9484 14.4744 35.7101L13.2836 33.4306L11.6391 33.1492C9.73939 32.8397 10.1648 32.4457 7.83975 36.5825C7.0459 37.9896 5.57144 40.6068 4.52237 42.4078C3.50165 44.2089 2.65109 45.7567 2.65109 45.8411C2.65109 45.9256 4.46565 46.0381 6.67724 46.0663L10.7035 46.1507L11.8659 48.1206C13.879 51.6383 14.3044 52.2855 14.4744 52.1167C14.5595 52.0041 16.204 49.19 18.132 45.8411ZM23.4908 34.7533C23.8594 34.894 25.0786 35.4569 26.1844 36.0197C27.8289 36.8358 28.3109 36.9765 28.4809 36.667C28.6227 36.47 29.2465 35.4005 29.842 34.303C30.4658 33.2056 31.1462 32.1924 31.3447 32.0236C31.5432 31.8266 32.9325 31.4889 34.4068 31.2357C35.8812 30.9823 37.1288 30.7572 37.1571 30.7009C37.1855 30.6727 37.0437 29.4627 36.8452 27.9993C36.3915 24.7912 36.4483 24.6505 38.915 22.2584L40.6162 20.5981L38.6315 18.3749C36.4766 15.9266 36.4766 15.9828 37.072 12.437C37.2706 11.227 37.3555 10.2138 37.2706 10.1575C37.1855 10.1012 36.023 9.84792 34.6904 9.56652C33.3578 9.3133 32.0819 9.05998 31.8267 8.97553C31.5998 8.91927 30.7776 7.70922 30.0404 6.33028C29.3032 4.92317 28.5377 3.79756 28.3392 3.79756C28.1407 3.79756 26.8649 4.3041 25.5039 4.95135L23.0655 6.07696L20.3152 4.78247C18.8125 4.07896 17.5649 3.54423 17.5365 3.57241C17.5082 3.62868 16.9129 4.66995 16.2607 5.90818C15.5802 7.14641 14.8147 8.30021 14.5878 8.49717C14.3327 8.66605 12.8866 9.03189 11.3555 9.3133C9.25739 9.67914 8.60533 9.90428 8.71867 10.1857C8.80375 10.4108 8.9739 11.7616 9.05897 13.225L9.25739 15.8703L7.35775 17.8965C6.33703 19.0221 5.48647 20.0634 5.48647 20.176C5.48647 20.2885 6.33703 21.3016 7.35775 22.4273L9.22903 24.4535L9.00226 26.4234C8.88882 27.521 8.77539 28.928 8.77539 29.5471L8.74703 30.6727L11.2988 31.123C12.7166 31.3764 14.0491 31.6578 14.3043 31.7703C14.5595 31.8829 15.2116 32.8116 15.7503 33.8528C16.2891 34.894 16.8845 36.0197 17.0545 36.3574C17.3949 36.9484 17.3949 36.9484 20.1167 35.7383C22.2148 34.7815 23.0088 34.5563 23.4908 34.7533Z" fill="#757575"/>
4
+ <path d="M19.6628 27.7239C17.9308 25.7103 15.7728 23.2712 14.8926 22.2785C14.0123 21.2859 13.1889 20.2649 13.0469 19.9813C12.8765 19.6126 13.2457 18.8185 14.495 16.8332L16.1419 14.1672L23.0134 14.0821L29.8565 14.0254L31.5602 16.7764L33.2638 19.5275L32.7527 20.2649C32.4688 20.6619 31.3614 21.9382 30.2824 23.1294C29.2318 24.3489 27.2158 26.6462 25.7961 28.2911C24.4047 29.9361 23.1554 31.2974 23.0418 31.2974C22.9282 31.3258 21.4233 29.7092 19.6628 27.7239ZM25.4553 24.5191L26.7047 20.1231L29.0331 20.038C30.7367 19.9813 31.333 19.8678 31.333 19.5842C31.333 19.0453 30.6799 18.8468 29.0331 18.8468C28.2664 18.8468 27.6417 18.7617 27.6417 18.6483C27.6417 18.5065 28.096 17.7124 28.6355 16.8615C29.5442 15.4435 29.6009 15.3017 29.175 14.8762C28.8911 14.621 28.6639 14.5643 28.6071 14.7628C28.5219 14.933 28.0108 15.8122 27.443 16.7197L26.4208 18.3647L25.8245 17.6273C25.4837 17.2302 24.8591 16.3794 24.4331 15.7554C23.8368 14.8762 23.4393 14.5926 22.8714 14.5926C22.2468 14.5926 21.9344 14.9046 20.9974 16.4361C20.4011 17.4571 19.8332 18.2796 19.7196 18.2796C19.6061 18.2796 18.9814 17.4571 18.3283 16.4361C17.6752 15.4151 17.0222 14.5926 16.8802 14.5926C16.1987 14.5926 16.3407 15.2733 17.3913 16.9182L18.5271 18.705L16.1987 18.8468C14.3815 18.9603 13.8704 19.0737 13.8704 19.414C13.8704 19.7544 14.4099 19.8678 16.5962 19.9245L19.3505 20.0096L20.5431 24.2922C21.1962 26.6462 21.9912 28.9435 22.3319 29.3972L22.9282 30.1914L23.5529 29.5674C23.9788 29.142 24.6319 27.4119 25.4553 24.5191Z" fill="#757575"/>
5
+ <path d="M22.2463 26.4464C21.3661 23.4969 20.5142 20.1786 20.6562 20.0651C20.713 20.0084 21.8488 19.9801 23.1549 20.0368L25.5685 20.1219L24.3475 24.2059C23.666 26.4464 23.0697 28.3183 23.013 28.4034C22.9278 28.4601 22.587 27.5809 22.2463 26.4464Z" fill="#757575"/>
6
+ <path d="M21.7358 17.3723C22.2753 16.5782 22.8148 15.8692 22.9568 15.8125C23.2123 15.7557 25.0864 18.3082 25.0864 18.7053C25.0864 18.7904 24.121 18.8471 22.9568 18.8471H20.7988L21.7358 17.3723Z" fill="#757575"/>
7
+ <path d="M19.3235 11.2447C18.3297 10.2237 17.9889 9.48633 18.5284 9.48633C18.784 9.48633 21.1123 11.897 21.1123 12.1807C21.1123 12.6344 20.2321 12.1807 19.3235 11.2447Z" fill="#757575"/>
8
+ <path d="M25.0859 12.0958C25.0859 11.6987 27.5279 9.45814 27.7266 9.68504C27.8402 9.79854 27.3859 10.4224 26.7328 11.1031C25.5686 12.2659 25.0859 12.5779 25.0859 12.0958Z" fill="#757575"/>
9
+ <path d="M22.8145 9.62856C22.8145 8.57926 22.928 7.78516 23.0984 7.78516C23.2688 7.78516 23.3823 8.57926 23.3823 9.62856C23.3823 10.678 23.2688 11.4721 23.0984 11.4721C22.928 11.4721 22.8145 10.678 22.8145 9.62856Z" fill="#757575"/>
10
+ </g>
11
+ <defs>
12
+ <clipPath id="clip0">
13
+ <rect width="46" height="57" fill="white"/>
14
+ </clipPath>
15
+ </defs>
6
16
  </svg>
@@ -1,9 +1,14 @@
1
- <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8.92942 20.331C8.53991 20.3098 8.207 20.6084 8.18582 20.9979C8.05163 23.4663 8.19731 25.7843 8.39189 27.5187C8.53509 28.7951 9.62923 29.7049 10.8755 29.7049H11.3481C12.4872 29.7049 13.4385 28.9008 13.6654 27.8293H20.0871C20.4771 27.8293 20.7934 27.5131 20.7934 27.123C20.7934 26.733 20.4771 26.4167 20.0871 26.4167H13.2236C12.7159 26.4167 12.3042 26.8284 12.3042 27.3362C12.3042 27.8642 11.8762 28.2923 11.3481 28.2923H10.8755C10.3099 28.2923 9.85447 27.8852 9.79568 27.3612C9.60734 25.6824 9.46745 23.4454 9.59634 21.0746C9.61751 20.685 9.31892 20.3521 8.92942 20.331Z" fill="#616376"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M17.3344 8.79187C17.3344 8.40179 17.6507 8.08557 18.0407 8.08557L24.5075 8.08557C25.4796 8.08557 26.2314 8.14283 26.7841 8.42121C27.426 8.74452 27.682 9.29357 27.8622 9.85066L27.8734 9.88533L27.881 9.92096L29.1772 16.0075C30.181 19.6356 29.9847 24.5343 29.666 27.5153C29.5291 28.7955 28.4346 29.7047 27.1886 29.7047H26.716C25.5769 29.7047 24.6256 28.9007 24.3987 27.8292H17.977C17.5869 27.8292 17.2707 27.513 17.2707 27.1229C17.2707 26.7328 17.5869 26.4166 17.977 26.4166H24.8404C25.3482 26.4166 25.7599 26.8282 25.7599 27.336C25.7599 27.8641 26.1879 28.2921 26.716 28.2921H27.1886C27.7544 28.2921 28.2057 27.8865 28.2614 27.3651C28.5771 24.4124 28.7456 19.7244 27.8104 16.365L27.8046 16.344L27.8001 16.3227L26.5072 10.252C26.3673 9.83021 26.2702 9.74405 26.1486 9.68282C25.9347 9.57507 25.5082 9.49817 24.5075 9.49817H18.0407C17.6507 9.49817 17.3344 9.18195 17.3344 8.79187Z" fill="#616376"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M19.3951 17.3851C22.3807 17.3506 25.3623 16.9025 28.249 16.0397L28.6535 17.3931C25.3962 18.3667 22.0236 18.8345 18.6553 18.7978C18.6552 18.5275 19.0701 18.032 19.3951 17.3851Z" fill="#616376"/>
5
- <path d="M26.8124 21.2589C26.8124 22.0234 26.1927 22.6432 25.4282 22.6432C24.6637 22.6432 24.0439 22.0234 24.0439 21.2589C24.0439 20.4944 24.6637 19.8747 25.4282 19.8747C26.1927 19.8747 26.8124 20.4944 26.8124 21.2589Z" fill="#616376"/>
6
- <path fill-rule="evenodd" clip-rule="evenodd" d="M20.801 15.4174C21.0269 13.6729 20.684 11.902 19.8233 10.3678C18.9626 8.83364 17.63 7.61803 16.0234 6.90154C14.9982 6.44433 13.8963 6.20593 12.7871 6.19325C12.8376 6.13553 12.8852 6.08095 12.93 6.02964C13.0867 5.84983 13.2077 5.71001 13.2897 5.61495L13.383 5.5065L13.4147 5.46946C13.668 5.17282 13.6335 4.72627 13.3369 4.47296C13.0402 4.21965 12.5944 4.25478 12.3411 4.55143L12.3109 4.58665L12.2199 4.69244C12.1395 4.7857 12.0201 4.92362 11.8651 5.10145C11.5551 5.45712 11.1025 5.97239 10.5333 6.60928C10.2762 6.89692 10.2975 7.33761 10.5811 7.59913C11.0785 8.05781 11.6058 8.54456 12.0087 8.91667L12.6893 9.54538L13.1695 9.02739L13.6488 8.50864L12.9671 7.8789C12.8743 7.79322 12.7749 7.70146 12.6708 7.60536C13.6221 7.60214 14.5692 7.7997 15.448 8.19166C16.777 8.78434 17.8794 9.78989 18.5913 11.059C19.3033 12.328 19.587 13.7929 19.4001 15.236C19.2133 16.6791 18.5659 18.0234 17.5542 19.0693C16.5424 20.1152 15.2203 20.8069 13.7842 21.0415C12.3481 21.2762 10.8747 21.0413 9.58265 20.3719C8.29064 19.7024 7.24904 18.6341 6.61257 17.3255C5.97609 16.0169 5.7787 14.538 6.0497 13.1083C6.12235 12.725 5.87055 12.3554 5.4873 12.2828C5.10404 12.2101 4.73446 12.4619 4.66182 12.8452C4.3342 14.5735 4.57283 16.3614 5.34226 17.9434C6.11169 19.5253 7.37087 20.8168 8.93277 21.6261C10.4947 22.4354 12.2759 22.7193 14.012 22.4356C15.7481 22.1519 17.3464 21.3158 18.5695 20.0515C19.7925 18.7871 20.5751 17.162 20.801 15.4174ZM13.1695 9.02739L13.6488 8.50864C13.9353 8.77338 13.9529 9.22025 13.6882 9.50674C13.4235 9.79322 12.9758 9.81011 12.6893 9.54538L13.1695 9.02739Z" fill="#616376"/>
7
- <path d="M9.87685 17.9721C9.68002 17.9721 9.51833 17.9123 9.3918 17.7928C9.26526 17.6663 9.20199 17.5117 9.20199 17.3289V12.0144L9.34962 12.2464L8.57986 12.8158C8.48145 12.8931 8.35843 12.9318 8.2108 12.9318C8.04209 12.9318 7.89446 12.8685 7.76793 12.742C7.64139 12.6154 7.57812 12.4643 7.57812 12.2886C7.57812 12.0636 7.68709 11.8808 7.90501 11.7402L9.42343 10.728C9.49373 10.6788 9.57105 10.6436 9.65541 10.6225C9.7468 10.6014 9.83115 10.5909 9.90848 10.5909C10.1123 10.5909 10.274 10.6541 10.3935 10.7807C10.513 10.9002 10.5728 11.0513 10.5728 11.2341V17.3289C10.5728 17.5117 10.506 17.6663 10.3724 17.7928C10.2459 17.9123 10.0807 17.9721 9.87685 17.9721Z" fill="#616376"/>
8
- <path d="M15.5675 17.9721C15.3917 17.9721 15.2441 17.9123 15.1246 17.7928C15.0051 17.6663 14.9453 17.5117 14.9453 17.3289V12.3729L15.1668 12.4256L13.1317 14.9458L13.0789 14.8087H16.8117C16.9804 14.8087 17.121 14.865 17.2335 14.9774C17.346 15.0899 17.4022 15.2305 17.4022 15.3992C17.4022 15.5609 17.346 15.698 17.2335 15.8105C17.121 15.9159 16.9804 15.9686 16.8117 15.9686H12.2037C12.0561 15.9686 11.912 15.9089 11.7714 15.7894C11.6379 15.6699 11.5711 15.5222 11.5711 15.3465C11.5711 15.1918 11.6238 15.0512 11.7292 14.9247L15.0613 10.844C15.1176 10.7666 15.1914 10.7069 15.2828 10.6647C15.3742 10.6155 15.4761 10.5909 15.5886 10.5909C15.7713 10.5909 15.919 10.6541 16.0314 10.7807C16.1509 10.9002 16.2107 11.0513 16.2107 11.2341V17.3289C16.2107 17.5117 16.1474 17.6663 16.0209 17.7928C15.9014 17.9123 15.7502 17.9721 15.5675 17.9721Z" fill="#616376"/>
1
+ <svg width="51" height="48" viewBox="0 0 51 48" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0)">
3
+ <path d="M19.0948 31.0994C18.2213 30.9471 17.551 30.7033 17.1955 30.3986C17.0229 30.2463 16.637 30.033 16.3424 29.9416C15.9159 29.7994 15.6416 29.5963 15.0323 28.9869C12.7268 26.6408 12.1784 23.401 13.6002 20.4963C14.5651 18.5463 16.3729 17.0736 18.4854 16.515C19.369 16.2814 21.1565 16.2814 22.0198 16.515C22.5479 16.6572 23.137 16.6877 25.219 16.6877C27.6463 16.6877 27.8088 16.6979 28.4385 16.9314C29.312 17.2463 29.4338 17.2971 30.6221 17.8557C31.1807 18.1197 31.983 18.4955 32.3995 18.6885C33.1612 19.0439 34.1057 19.501 36.0049 20.4049C37.0002 20.8822 37.0409 20.8924 38.2901 20.9635C40.687 21.0853 42.3526 21.4611 43.9471 22.233C44.9932 22.7408 45.6432 23.3197 45.8057 23.8783C45.958 24.4268 45.9377 28.0525 45.7752 28.3572C45.7143 28.4893 45.4807 28.7432 45.2674 28.9158C44.912 29.2002 44.7901 29.2307 44.0487 29.2713L43.2159 29.3018L42.6776 29.901C41.8955 30.7642 41.2455 31.0486 40.0674 31.0486C39.3057 31.0486 39.0823 31.008 38.6963 30.815C38.1073 30.5002 37.4573 29.9517 37.2338 29.576L37.0612 29.2814H31.1502H25.2291L24.6807 29.6978C24.0002 30.2158 22.9135 30.7439 22.0909 30.9572C21.319 31.1603 19.8159 31.2314 19.0948 31.0994ZM22.3245 29.9619C23.3604 29.6064 24.0916 29.1393 24.8737 28.3572C25.6557 27.5752 26.1127 26.8541 26.4784 25.808C26.712 25.1682 26.7526 24.8939 26.7526 23.7971C26.7627 22.6596 26.7323 22.4463 26.4784 21.6947C25.7979 19.7143 24.3252 18.2416 22.3245 17.5205C21.6745 17.2869 21.4307 17.2564 20.2627 17.2564C19.0948 17.2564 18.851 17.2869 18.201 17.5205C17.1549 17.8963 16.4338 18.3533 15.6518 19.1353C14.8698 19.9174 14.4127 20.6385 14.037 21.6846C13.8034 22.3346 13.7729 22.5783 13.7729 23.7463C13.7729 24.9143 13.8034 25.158 14.037 25.808C14.4127 26.8541 14.8698 27.5752 15.6518 28.3572C16.6166 29.3221 17.7034 29.9111 19.044 30.1955C19.8057 30.3682 21.512 30.2361 22.3245 29.9619ZM41.2049 29.8197C41.7737 29.5557 42.2104 29.0072 42.4643 28.2658C42.6979 27.5752 42.6979 27.5752 42.5049 26.9557C42.2002 25.9502 41.4791 25.2494 40.626 25.1377C39.8643 25.0361 39.3463 25.0971 38.9401 25.3408C38.0768 25.8486 37.6502 26.5697 37.6401 27.5549C37.6401 28.1135 37.6807 28.3064 37.9448 28.7736C38.3002 29.4033 38.8995 29.8807 39.4784 30.0025C39.976 30.1041 40.7885 30.0228 41.2049 29.8197Z" fill="#757575"/>
4
+ <path d="M25.6975 47.937C23.9106 47.795 21.7342 47.3585 20.097 46.8105C19.1486 46.4959 18.6794 45.7854 18.8691 44.9429C18.9789 44.4659 19.2883 44.131 19.8275 43.9179C20.2368 43.7555 20.2767 43.7656 21.285 44.06C23.5212 44.74 25.2383 44.9937 27.4545 44.9937C36.1199 44.9937 43.8169 39.5434 46.8618 31.2513C48.2693 27.4351 48.509 22.9084 47.5206 18.8993C46.0631 12.9822 42.0997 7.93791 36.7388 5.20762C33.5043 3.56341 30.5194 2.89356 26.8057 3.00518C24.2999 3.07623 22.4829 3.42131 20.3166 4.24346C13.3384 6.8925 8.29695 13.0735 7.04909 20.5232C6.95915 21.051 6.90931 21.4976 6.92927 21.5179C6.94922 21.5382 7.2387 21.0612 7.56819 20.4624C8.22706 19.2546 8.48666 18.9501 8.99573 18.808C9.9142 18.534 10.7827 19.2343 10.7827 20.2594C10.7827 20.6349 10.5631 21.1018 9.11555 23.7406C6.63969 28.2572 6.5699 28.3688 6.2005 28.6226C5.62145 29.0184 4.83282 28.8966 4.33368 28.3283C4.02415 27.9832 0.140694 20.8277 0.0608779 20.4827C-0.148786 19.4778 0.869456 18.5238 1.87777 18.7979C2.37691 18.9399 2.65647 19.2647 3.30541 20.4522C3.60482 21.0003 3.87444 21.4468 3.90433 21.4468C3.93431 21.4468 3.99417 21.183 4.03417 20.8683C4.52329 16.5548 6.59978 11.815 9.48494 8.41489C11.6912 5.81661 14.0073 3.97954 17.0221 2.46724C20.3665 0.782459 23.631 0.000976562 27.4046 0.000976562C31.2681 0.000976562 34.5226 0.762172 37.8869 2.46724C42.6588 4.87274 46.2527 8.52651 48.6188 13.378C49.8167 15.8342 50.5654 18.3614 50.9249 21.1931C51.0846 22.4821 51.0647 25.73 50.8849 27.0799C50.1861 32.246 47.9799 36.9148 44.4957 40.599C42.5191 42.6796 40.4726 44.202 37.8869 45.5012C34.1432 47.3992 29.8206 48.2517 25.6975 47.937Z" fill="#757575"/>
5
+ <path d="M19.0928 31.0994C18.2193 30.9471 17.549 30.7033 17.1936 30.3986C17.0209 30.2463 16.635 30.033 16.3404 29.9416C15.9139 29.7994 15.6397 29.5963 15.0303 28.9869C12.7248 26.6408 12.1764 23.401 13.5983 20.4963C14.5631 18.5463 16.3709 17.0736 18.4834 16.515C19.367 16.2814 21.1545 16.2814 22.0178 16.515C22.5459 16.6572 23.135 16.6877 25.217 16.6877C27.7053 16.6877 27.7967 16.6979 28.4873 16.9518C28.8834 17.0939 29.2795 17.2361 29.3811 17.2666C29.4725 17.2971 29.5537 17.3682 29.5537 17.4189C29.5537 17.4697 29.5944 17.49 29.6451 17.4494C29.6959 17.4189 29.8076 17.4596 29.8889 17.5408C29.9701 17.6221 30.0615 17.6729 30.0819 17.6525C30.1022 17.6221 30.4779 17.7846 30.9045 18.008C31.3311 18.2213 31.6865 18.3736 31.6865 18.3432C31.6865 18.3127 31.7678 18.3533 31.8694 18.4346C32.042 18.5869 32.3365 18.7291 32.5904 18.7799C32.6717 18.79 32.7631 18.8408 32.7936 18.8916C32.824 18.9322 32.9053 18.983 32.9764 18.9932C33.0881 19.0135 33.9108 19.3994 36.3076 20.5471C37.0795 20.9228 37.1811 20.9432 38.3389 20.9838C40.5733 21.065 42.3404 21.4611 43.9451 22.233C44.9912 22.7408 45.6412 23.3197 45.8037 23.8783C45.9561 24.4268 45.9358 28.0525 45.7733 28.3572C45.7123 28.4893 45.4787 28.7432 45.2654 28.9158C44.91 29.2002 44.7881 29.2307 44.0467 29.2713L43.2139 29.3018L42.6756 29.901C41.8936 30.7642 41.2436 31.0486 40.0654 31.0486C39.3037 31.0486 39.0803 31.008 38.6944 30.815C38.1053 30.5002 37.4553 29.9517 37.2319 29.576L37.0592 29.2814H31.1483H25.2272L24.6787 29.6978C23.9983 30.2158 22.9115 30.7439 22.0889 30.9572C21.317 31.1603 19.8139 31.2314 19.0928 31.0994ZM22.3225 29.9619C23.3584 29.6064 24.0897 29.1393 24.8717 28.3572C25.6537 27.5752 26.1108 26.8541 26.4764 25.808C26.71 25.1682 26.7506 24.8939 26.7506 23.7971C26.7608 22.6596 26.7303 22.4463 26.4764 21.6947C25.7959 19.7143 24.3233 18.2416 22.3225 17.5205C21.6725 17.2869 21.4287 17.2564 20.2608 17.2564C19.0928 17.2564 18.849 17.2869 18.199 17.5205C17.1529 17.8963 16.4318 18.3533 15.6498 19.1353C14.8678 19.9174 14.4108 20.6385 14.035 21.6846C13.8014 22.3346 13.7709 22.5783 13.7709 23.7463C13.7709 24.9143 13.8014 25.158 14.035 25.808C14.4108 26.8541 14.8678 27.5752 15.6498 28.3572C16.6147 29.3221 17.7014 29.9111 19.042 30.1955C19.8037 30.3682 21.51 30.2361 22.3225 29.9619ZM41.2029 29.8197C41.7717 29.5557 42.2084 29.0072 42.4623 28.2658C42.6959 27.5752 42.6959 27.5752 42.5029 26.9557C42.1983 25.9502 41.4772 25.2494 40.624 25.1377C39.8623 25.0361 39.3444 25.0971 38.9381 25.3408C38.0748 25.8486 37.6483 26.5697 37.6381 27.5549C37.6381 28.1135 37.6787 28.3064 37.9428 28.7736C38.2983 29.4033 38.8975 29.8807 39.4764 30.0025C39.974 30.1041 40.7865 30.0228 41.2029 29.8197Z" fill="#757575"/>
6
+ <path d="M19.9054 27.26C19.1742 27.0366 18.3414 26.2749 18.0164 25.5335C17.8437 25.1475 17.8031 25.1171 17.4273 25.1171C16.9093 25.1069 16.625 24.9139 16.6757 24.5889C16.696 24.396 16.7773 24.3553 17.1429 24.3249L17.5695 24.2944V23.8374C17.5695 23.5936 17.5796 23.36 17.6 23.3194C17.6101 23.2686 17.5085 23.228 17.3664 23.2077C16.7265 23.1366 16.6453 23.0858 16.6757 22.8014C16.7062 22.5475 16.7468 22.5272 17.2445 22.4968C17.7726 22.4663 17.7828 22.4561 17.996 21.9889C18.3312 21.278 19.1437 20.5163 19.7937 20.2928C21.0531 19.8764 22.9929 20.5468 22.4445 21.2069C22.3023 21.3796 21.9773 21.41 21.8859 21.2678C21.8554 21.2171 21.6015 21.0952 21.3273 21.0038C20.8804 20.8514 20.7484 20.8514 20.3015 20.9632C19.7429 21.1053 19.0726 21.6132 18.839 22.0803C18.7578 22.2327 18.6867 22.385 18.6867 22.4257C18.6867 22.4561 19.2046 22.4764 19.8445 22.4764C20.8906 22.4764 21.0125 22.4968 21.0734 22.6694C21.1039 22.771 21.1039 22.9335 21.0632 23.0249C21.0125 23.1671 20.8093 23.1874 19.6921 23.1874H18.382V23.746V24.3046H19.4484C20.4031 24.3046 20.5148 24.3249 20.6164 24.5077C20.6976 24.66 20.6773 24.7514 20.5148 24.9139C20.3421 25.0866 20.1796 25.1171 19.4992 25.1171H18.6765L18.8289 25.4014C19.357 26.4069 20.6671 26.8233 21.7132 26.3257L22.1601 26.1022L22.3734 26.3257C22.6679 26.6202 22.5257 26.8335 21.825 27.1178C21.2664 27.3514 20.4132 27.4124 19.9054 27.26Z" fill="#757575"/>
7
+ <path d="M39.3555 28.2659C39.1219 28.0221 39.0508 27.8596 39.0508 27.5346C39.0508 27.1893 39.1117 27.0776 39.4063 26.8338C40.2594 26.1128 41.3766 26.8542 41.0313 27.9104C40.8789 28.3674 40.5844 28.5706 40.0664 28.5706C39.7313 28.5706 39.5891 28.5096 39.3555 28.2659Z" fill="#757575"/>
8
+ </g>
9
+ <defs>
10
+ <clipPath id="clip0">
11
+ <rect width="51" height="48" fill="white"/>
12
+ </clipPath>
13
+ </defs>
9
14
  </svg>
@@ -1,9 +1,9 @@
1
- <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M9.47579 19.92C9.08636 19.8975 8.75243 20.195 8.72994 20.5844C8.58403 23.1107 8.73078 25.664 8.92849 27.5139C9.06522 28.7933 10.1592 29.7051 11.4061 29.7051H11.8787C13.0178 29.7051 13.9691 28.901 14.196 27.8296H20.6177C21.0077 27.8296 21.324 27.5133 21.324 27.1233C21.324 26.7332 21.0077 26.417 20.6177 26.417H13.7542C13.2465 26.417 12.8348 26.8286 12.8348 27.3364C12.8348 27.8644 12.4068 28.2925 11.8787 28.2925H11.4061C10.8411 28.2925 10.3889 27.886 10.3331 27.3638C10.141 25.5666 9.99995 23.0939 10.1402 20.6659C10.1627 20.2764 9.86522 19.9425 9.47579 19.92Z" fill="#616376"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M21.0981 8.79187C21.0981 8.40179 21.4143 8.08557 21.8044 8.08557L25.0378 8.08557C26.0098 8.08557 26.7616 8.14283 27.3143 8.42121C27.9563 8.74452 28.2122 9.29357 28.3925 9.85066L28.4037 9.88533L28.4113 9.92096L29.7075 16.0075C30.7113 19.6356 30.515 24.5343 30.1963 27.5153C30.0594 28.7955 28.9649 29.7047 27.7189 29.7047H27.2462C26.1072 29.7047 25.1559 28.9007 24.929 27.8292H18.5073C18.1172 27.8292 17.801 27.513 17.801 27.1229C17.801 26.7328 18.1172 26.4166 18.5073 26.4166H25.3707C25.8785 26.4166 26.2901 26.8282 26.2901 27.336C26.2901 27.8641 26.7182 28.2921 27.2462 28.2921H27.7189C28.2847 28.2921 28.736 27.8865 28.7917 27.3651C29.1074 24.4124 29.2758 19.7244 28.3407 16.365L28.3349 16.344L28.3303 16.3227L27.0375 10.252C26.8976 9.83021 26.8005 9.74405 26.6789 9.68282C26.465 9.57507 26.0385 9.49817 25.0378 9.49817H21.8044C21.4143 9.49817 21.0981 9.18195 21.0981 8.79187Z" fill="#616376"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M21.6406 17.3197C24.0501 17.1636 26.4456 16.7372 28.7791 16.0397L29.1837 17.3931C26.4534 18.2092 23.6422 18.6698 20.8203 18.776C20.8203 18.2227 21.6406 17.7676 21.6406 17.3197Z" fill="#616376"/>
5
- <path d="M27.3437 21.2589C27.3437 22.0234 26.7239 22.6432 25.9594 22.6432C25.1949 22.6432 24.5752 22.0234 24.5752 21.2589C24.5752 20.4944 25.1949 19.8747 25.9594 19.8747C26.7239 19.8747 27.3437 20.4944 27.3437 21.2589Z" fill="#616376"/>
6
- <path fill-rule="evenodd" clip-rule="evenodd" d="M14.3061 21.2592C18.5922 21.2592 22.0667 17.7846 22.0667 13.4985C22.0667 9.21242 18.5922 5.73785 14.3061 5.73785C10.02 5.73785 6.54541 9.21242 6.54541 13.4985C6.54541 17.7846 10.02 21.2592 14.3061 21.2592ZM14.3061 22.6718C19.3723 22.6718 23.4793 18.5648 23.4793 13.4985C23.4793 8.43227 19.3723 4.32526 14.3061 4.32526C9.23982 4.32526 5.13281 8.43227 5.13281 13.4985C5.13281 18.5648 9.23982 22.6718 14.3061 22.6718Z" fill="#616376"/>
7
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12.4028 8.96457C13.1983 8.5481 14.0934 8.35959 14.9893 8.41987C15.8851 8.48014 16.7469 8.78686 17.4794 9.30614C17.7976 9.53174 17.8727 9.97259 17.6471 10.2908C17.4215 10.609 16.9807 10.6841 16.6625 10.4585C16.1424 10.0898 15.5305 9.87207 14.8944 9.82928C14.2583 9.78648 13.6228 9.92032 13.058 10.216C12.4932 10.5117 12.0212 10.9578 11.6939 11.5049C11.3667 12.052 11.1971 12.679 11.2038 13.3165C11.2105 13.9539 11.3933 14.5772 11.7319 15.1173C12.0706 15.6574 12.5519 16.0935 13.1228 16.3772C13.6937 16.661 14.3319 16.7814 14.9669 16.7253C15.602 16.6691 16.2091 16.4385 16.7213 16.059C17.0348 15.8267 17.4771 15.8926 17.7093 16.206C17.9416 16.5194 17.8758 16.9617 17.5623 17.1939C16.8409 17.7285 15.9858 18.0533 15.0914 18.1324C14.197 18.2115 13.2981 18.0418 12.494 17.6422C11.69 17.2425 11.0121 16.6284 10.5351 15.8677C10.0581 15.1069 9.80072 14.2292 9.79128 13.3313C9.78185 12.4335 10.0207 11.5505 10.4816 10.7799C10.9425 10.0093 11.6073 9.38104 12.4028 8.96457Z" fill="#616376"/>
8
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8.26367 12.2328C8.26367 11.8428 8.57989 11.5266 8.96997 11.5266H14.1485C14.5386 11.5266 14.8548 11.8428 14.8548 12.2328C14.8548 12.6229 14.5386 12.9391 14.1485 12.9391H8.96997C8.57989 12.9391 8.26367 12.6229 8.26367 12.2328ZM8.26367 14.3602C8.26367 13.9702 8.57989 13.6539 8.96997 13.6539H14.1485C14.5386 13.6539 14.8548 13.9702 14.8548 14.3602C14.8548 14.7503 14.5386 15.0665 14.1485 15.0665H8.96997C8.57989 15.0665 8.26367 14.7503 8.26367 14.3602Z" fill="#616376"/>
1
+ <svg width="86" height="86" viewBox="0 0 86 86" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M82 42C82 64.0914 64.0914 82 42 82C19.9086 82 2 64.0914 2 42C2 19.9086 19.9086 2 42 2C64.0914 2 82 19.9086 82 42Z" fill="#6B6B6B"/>
3
+ <path d="M82.04 42.0391C82.04 64.1305 64.1314 82.0391 42.04 82.0391C19.9486 82.0391 2.04004 64.1305 2.04004 42.0391C2.04004 19.9477 19.9486 2.03906 42.04 2.03906C64.1314 2.03906 82.04 19.9477 82.04 42.0391Z" fill="#6B6B6B"/>
4
+ <path d="M80.0801 41.9999C80.0801 63.0309 63.0311 80.0799 42.0001 80.0799V83.9199C65.1519 83.9199 83.9201 65.1517 83.9201 41.9999H80.0801ZM42.0001 80.0799C20.9691 80.0799 3.92008 63.0309 3.92008 41.9999H0.0800781C0.0800781 65.1517 18.8483 83.9199 42.0001 83.9199V80.0799ZM3.92008 41.9999C3.92008 20.9689 20.9691 3.91992 42.0001 3.91992V0.0799255C18.8483 0.0799255 0.0800781 18.8481 0.0800781 41.9999H3.92008ZM42.0001 3.91992C63.0311 3.91992 80.0801 20.9689 80.0801 41.9999H83.9201C83.9201 18.8481 65.1519 0.0799255 42.0001 0.0799255V3.91992ZM80.1196 42.039C80.1196 63.07 63.0706 80.119 42.0396 80.119V83.959C65.1914 83.959 83.9596 65.1908 83.9596 42.039H80.1196ZM42.0396 80.119C21.0086 80.119 3.95963 63.07 3.95963 42.039H0.119629C0.119629 65.1908 18.8879 83.959 42.0396 83.959V80.119ZM3.95963 42.039C3.95963 21.008 21.0086 3.95898 42.0396 3.95898V0.118988C18.8879 0.118988 0.119629 18.8872 0.119629 42.039H3.95963ZM42.0396 3.95898C63.0706 3.95898 80.1196 21.008 80.1196 42.039H83.9596C83.9596 18.8872 65.1914 0.118988 42.0396 0.118988V3.95898Z" fill="#A7A7A7"/>
5
+ <path d="M26.4614 54.3928C24.7509 54.087 22.6665 53.2713 21.2505 52.3311C18.0446 50.2241 15.881 46.837 15.3825 43.1327C15.2239 41.9545 15.3146 38.7147 15.5185 38.3862C15.5524 38.3409 15.5978 38.1823 15.6317 38.0237C15.847 36.8569 16.9118 34.5459 17.7614 33.3905C18.8942 31.8498 20.8767 30.1733 22.5759 29.3237C25.5665 27.8284 29.2481 27.5338 32.4653 28.5307C35.9431 29.6182 38.7638 32.0084 40.395 35.2483C40.9161 36.3018 41.2899 37.31 41.4146 38.0577C41.4259 38.103 41.5052 38.4088 41.5845 38.726C41.7771 39.4397 41.7997 42.8268 41.6298 43.5858C41.5618 43.869 41.4825 44.2202 41.4599 44.3787C41.2446 45.5002 40.3837 47.4147 39.5001 48.7287C39.0243 49.4424 37.6196 50.9717 36.8493 51.5948C35.6712 52.569 33.4962 53.6678 31.9556 54.0756C31.5817 54.1662 31.1739 54.2795 31.0493 54.3135C30.7661 54.3928 26.8353 54.4608 26.4614 54.3928ZM31.8083 48.4569C32.3067 48.3209 32.9071 48.0944 33.145 47.9471C33.4962 47.7205 33.5642 47.6299 33.5302 47.358C33.5075 47.1768 33.4169 46.8823 33.3149 46.6897C33.2243 46.5084 33.145 46.3045 33.145 46.2366C33.145 46.1686 33.0204 45.976 32.8618 45.7948C32.5333 45.4549 32.2274 45.4436 30.936 45.7834C29.7806 46.0893 28.0927 45.9873 27.2771 45.5569C26.8013 45.3077 25.9856 44.458 25.7704 43.9823L25.5665 43.5291L27.2544 43.4725C28.4212 43.4385 28.9876 43.3705 29.0896 43.2686C29.1689 43.1893 29.2481 42.8155 29.2595 42.419C29.2821 41.4674 29.2368 41.4448 26.9939 41.4334H25.204L25.238 41.0709L25.272 40.6971L27.1638 40.6405C28.1946 40.6065 29.0896 40.5385 29.1462 40.4932C29.1915 40.4366 29.2481 40.0741 29.2595 39.6662C29.2935 38.6127 29.2708 38.6014 27.2997 38.6014H25.6571L25.861 38.2502C26.1896 37.6838 26.8919 37.0381 27.4583 36.7662C28.1606 36.4491 29.7919 36.3924 30.936 36.653C31.3778 36.7436 31.9556 36.8342 32.2274 36.8342C32.7146 36.8455 32.7485 36.8229 33.0657 36.2791C33.3149 35.86 33.4169 35.5655 33.4169 35.1577C33.4282 34.6252 33.4169 34.5912 32.9751 34.3534C31.9216 33.7983 29.9165 33.5377 28.2513 33.753C27.0165 33.9116 25.8044 34.444 24.9888 35.1803C24.8302 35.3162 24.6716 35.4295 24.6376 35.4295C24.6036 35.4295 24.3317 35.7354 24.0372 36.1092C23.5161 36.7662 22.8364 38.0803 22.8364 38.4315C22.8364 38.5674 22.6665 38.6014 21.9642 38.6014C21.4771 38.6014 21.0126 38.6467 20.9333 38.7034C20.7181 38.8393 20.5821 39.553 20.6841 40.0287C20.7974 40.5385 20.82 40.5612 21.2731 40.5838C22.4626 40.6405 22.3833 40.6065 22.3833 41.037V41.4334H21.6583C20.7747 41.4334 20.6728 41.5467 20.6614 42.3963C20.6501 43.2686 20.7974 43.4045 21.8735 43.4498C22.7118 43.4952 22.7118 43.4952 22.7911 43.8577C22.8251 44.0502 22.9044 44.2655 22.9497 44.3221C22.995 44.3901 23.0856 44.594 23.1423 44.7752C23.3349 45.353 24.0259 46.3272 24.6716 46.9389C25.2833 47.528 26.2462 48.083 27.1978 48.4002C28.3759 48.808 30.3356 48.8307 31.8083 48.4569Z" fill="white"/>
6
+ <path d="M61.7258 52.6033C60.7742 52.3654 59.8906 51.867 59.1883 51.1533C58.8258 50.7908 58.4973 50.3943 58.4633 50.2697C58.3953 50.0432 58.248 50.0432 48.7437 50.0432H39.1035L39.4547 49.6807C39.6359 49.4768 39.9305 49.1143 40.1117 48.8877L40.4176 48.4572H49.0496H57.6703V47.4377V46.4182H57.0133C56.4695 46.4182 56.3109 46.3728 56.0844 46.135C55.7445 45.8064 55.7219 45.3646 56.0277 45.0588C56.2203 44.8662 56.4016 44.8322 57.2512 44.8322H58.2367L58.7465 44.1865C59.3695 43.3936 60.1852 42.7592 61.0121 42.4307C61.5332 42.2154 61.8617 42.1701 62.9945 42.1701C64.2973 42.1701 64.3879 42.1814 65.1355 42.5439C66.0984 42.9971 66.7441 43.5182 67.2992 44.2658L67.7184 44.8322H69.0098H70.3012V43.8127V42.7932H69.2363C68.0695 42.7932 67.7637 42.6686 67.6391 42.1135C67.5484 41.7283 67.9449 41.2072 68.3301 41.2072C68.8059 41.2072 68.6246 41.026 67.7977 40.6521C66.7895 40.199 65.3848 39.7912 63.7875 39.4854C62.5867 39.2475 62.1676 39.2361 52.55 39.2021L42.5473 39.1568L42.5359 38.9076C42.5359 38.7717 42.4453 38.3072 42.332 37.8768C42.2074 37.3896 42.1734 37.1631 42.2641 37.2764C42.3887 37.4576 42.8984 37.4689 48.4832 37.4463L54.5664 37.4123L50.341 35.4412C44.7789 32.8471 44.9828 32.915 42.1508 32.8471L39.8852 32.8018L39.0469 31.9521L38.1973 31.1025L41.1426 31.1592C44.1445 31.2271 44.7902 31.3064 46.1723 31.7822C46.5121 31.9068 49.4234 33.2322 52.6406 34.7275L58.4859 37.4576L60.6949 37.5709C64.3879 37.7748 66.5516 38.2506 68.8852 39.3947C70.4937 40.1877 71.0715 40.6521 71.5473 41.5924L71.9437 42.374V45.2174C71.9437 47.9135 71.9324 48.0834 71.7059 48.5139C71.5699 48.7631 71.3094 49.1143 71.1395 49.2955C70.5617 49.8619 70.2219 49.9752 68.8625 50.0205C68.1602 50.0432 67.5824 50.1111 67.5824 50.1678C67.5824 50.2131 67.2766 50.5869 66.9027 50.9834C65.532 52.4561 63.6062 53.0564 61.7258 52.6033ZM64.6031 50.7115C65.9965 50.0432 66.7441 48.7631 66.6535 47.2111C66.5402 45.2967 65.1469 43.858 63.2664 43.7221C60.5703 43.5295 58.6219 46.0783 59.4828 48.6725C59.6867 49.2955 60.4457 50.2244 61.0574 50.5982C62.0996 51.2439 63.4363 51.2893 64.6031 50.7115ZM70.0293 48.0721C70.2445 47.8228 70.3012 47.6416 70.3012 47.0865V46.4182H69.293H68.2848V47.449V48.4799L69.0324 48.4346C69.6668 48.3893 69.8027 48.3439 70.0293 48.0721Z" fill="white"/>
7
+ <path d="M62.3149 48.9784C61.8391 48.7745 61.3746 48.1967 61.284 47.7096C61.1707 47.1092 61.4992 46.3616 62.043 45.9991C62.4168 45.7499 62.5754 45.7159 63.1192 45.7612C63.6516 45.8065 63.8102 45.8745 64.15 46.2143C65.4641 47.5397 64.0141 49.726 62.3149 48.9784Z" fill="white"/>
8
+ <path d="M41.6638 46.282C41.6864 46.2027 41.7997 45.8402 41.913 45.4891L42.1396 44.832H47.7583C53.0712 44.832 53.3997 44.8434 53.5696 45.0359C53.7622 45.2512 53.8189 45.8063 53.6716 46.0328C53.4337 46.3953 53.0825 46.418 47.3618 46.418C42.8306 46.418 41.6298 46.384 41.6638 46.282Z" fill="white"/>
9
9
  </svg>
@@ -1,8 +1,7 @@
1
- <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <mask id="mask0_8848_71372" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="35" height="34">
3
- <rect x="0.475586" y="0.0488281" width="33.9023" height="33.9023" fill="#616376"/>
4
- </mask>
5
- <g mask="url(#mask0_8848_71372)">
6
- <path d="M15.943 19.0119L13.4357 16.5045C13.2709 16.3397 13.1 16.2573 12.9229 16.2573C12.7468 16.2573 12.5764 16.3397 12.4115 16.5045C12.2703 16.6458 12.1997 16.8162 12.1997 17.0159C12.1997 17.2165 12.2703 17.3756 12.4115 17.4933L15.1308 20.2479C15.3662 20.4598 15.637 20.5657 15.943 20.5657C16.2491 20.5657 16.5199 20.4598 16.7553 20.2479L22.441 14.5269C22.6058 14.3856 22.6882 14.2208 22.6882 14.0325C22.6882 13.8441 22.6058 13.6793 22.441 13.538C22.2997 13.3732 22.1293 13.2965 21.9296 13.3078C21.729 13.32 21.5699 13.3968 21.4522 13.538L15.943 19.0119ZM17.4263 29.5357H17.1084C17.0143 29.5357 16.9319 29.5122 16.8612 29.4651C14.1773 28.5234 11.9525 26.7868 10.1867 24.2554C8.42096 21.725 7.53809 18.8824 7.53809 15.7276V9.68872C7.53809 9.19431 7.67935 8.75264 7.96187 8.3637C8.24439 7.97571 8.59753 7.69931 9.02131 7.53451L16.614 4.70931C16.8965 4.61514 17.1673 4.56805 17.4263 4.56805C17.6852 4.56805 17.956 4.61514 18.2385 4.70931L25.8312 7.53451C26.255 7.69931 26.6082 7.97571 26.8907 8.3637C27.1732 8.75264 27.3145 9.19431 27.3145 9.68872V15.7276C27.3145 18.8824 26.4316 21.725 24.6658 24.2554C22.9001 26.7868 20.6752 28.5234 17.9913 29.4651C17.8971 29.5122 17.7088 29.5357 17.4263 29.5357ZM17.4263 28.1584C19.8748 27.3815 21.8995 25.8277 23.5004 23.4969C25.1014 21.1661 25.9019 18.5763 25.9019 15.7276V9.47683C25.9019 9.33557 25.8665 9.21173 25.7959 9.10532C25.7253 8.99984 25.6193 8.92356 25.4781 8.87648L17.85 6.05128C17.6852 6.0042 17.544 5.98065 17.4263 5.98065C17.3086 5.98065 17.1673 6.0042 17.0025 6.05128L9.37446 8.87648C9.2332 8.92356 9.12726 8.99984 9.05663 9.10532C8.986 9.21173 8.95068 9.33557 8.95068 9.47683V15.7276C8.95068 18.5763 9.75116 21.1661 11.3521 23.4969C12.953 25.8277 14.9778 27.3815 17.4263 28.1584Z" fill="#616376"/>
7
- </g>
1
+ <svg width="86" height="86" viewBox="0 0 86 86" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M82 42C82 64.0914 64.0914 82 42 82C19.9086 82 2 64.0914 2 42C2 19.9086 19.9086 2 42 2C64.0914 2 82 19.9086 82 42Z" fill="#6B6B6B"/>
3
+ <path d="M82.04 42.0391C82.04 64.1305 64.1314 82.0391 42.04 82.0391C19.9486 82.0391 2.04004 64.1305 2.04004 42.0391C2.04004 19.9477 19.9486 2.03906 42.04 2.03906C64.1314 2.03906 82.04 19.9477 82.04 42.0391Z" fill="#6B6B6B"/>
4
+ <path d="M80.0801 41.9999C80.0801 63.0309 63.0311 80.0799 42.0001 80.0799V83.9199C65.1519 83.9199 83.9201 65.1517 83.9201 41.9999H80.0801ZM42.0001 80.0799C20.9691 80.0799 3.92008 63.0309 3.92008 41.9999H0.0800781C0.0800781 65.1517 18.8483 83.9199 42.0001 83.9199V80.0799ZM3.92008 41.9999C3.92008 20.9689 20.9691 3.91992 42.0001 3.91992V0.0799255C18.8483 0.0799255 0.0800781 18.8481 0.0800781 41.9999H3.92008ZM42.0001 3.91992C63.0311 3.91992 80.0801 20.9689 80.0801 41.9999H83.9201C83.9201 18.8481 65.1519 0.0799255 42.0001 0.0799255V3.91992ZM80.1196 42.039C80.1196 63.07 63.0706 80.119 42.0396 80.119V83.959C65.1914 83.959 83.9596 65.1908 83.9596 42.039H80.1196ZM42.0396 80.119C21.0086 80.119 3.95963 63.07 3.95963 42.039H0.119629C0.119629 65.1908 18.8879 83.959 42.0396 83.959V80.119ZM3.95963 42.039C3.95963 21.008 21.0086 3.95898 42.0396 3.95898V0.118988C18.8879 0.118988 0.119629 18.8872 0.119629 42.039H3.95963ZM42.0396 3.95898C63.0706 3.95898 80.1196 21.008 80.1196 42.039H83.9596C83.9596 18.8872 65.1914 0.118988 42.0396 0.118988V3.95898Z" fill="#A7A7A7"/>
5
+ <path d="M41.1996 69.9661C40.3986 69.8118 38.7279 69.2975 38.0814 69.0061C37.9269 68.9318 37.618 68.8061 37.3948 68.7261C36.9486 68.5547 35.6956 67.9318 35.0033 67.5433C34.2366 67.109 32.3943 65.8633 31.7021 65.3147C29.1446 63.2861 26.9132 60.709 25.1225 57.7147C24.6991 57.0004 23.9496 55.6118 23.8924 55.429C23.8695 55.349 23.7779 55.1604 23.6921 55.0004C23.6063 54.8461 23.3774 54.3547 23.1886 53.9147C22.3132 51.8804 21.455 49.2461 21.0603 47.3718C20.2707 43.6404 20.059 42.1718 19.7958 38.6004C19.6986 37.3147 19.6585 26.1718 19.7443 25.6518C19.8931 24.7718 20.6026 23.7833 21.4093 23.3261C22.0501 22.9604 22.3991 22.9147 24.4302 22.9147C26.8274 22.9204 28.3322 22.8061 30.0428 22.509C31.8737 22.189 33.0466 21.8175 34.1222 21.2233C35.9988 20.1833 37.0172 19.4004 39.4603 17.1375C40.2098 16.4404 40.8906 16.189 41.8861 16.2461C42.7958 16.2975 43.471 16.6004 44.2033 17.269C44.3292 17.389 44.4493 17.4861 44.4665 17.4861C44.5008 17.4861 45.0558 17.9318 45.6108 18.4061C46.469 19.1433 48.2254 20.3833 49.2095 20.949C49.4784 21.1033 49.7073 21.2404 49.7244 21.2633C49.8503 21.4233 51.3035 21.9947 52.1045 22.1947C54.0727 22.6918 56.2697 22.9147 59.1533 22.9147C61.2187 22.9147 61.4705 22.9433 62.1113 23.2747C62.5976 23.5261 63.2613 24.2061 63.5302 24.7261C63.9192 25.4747 63.9135 25.349 63.9135 31.0004C63.9135 35.8347 63.8734 37.629 63.7419 39.3718C63.2555 45.6118 61.9568 50.749 59.714 55.3433C57.6657 59.5261 54.8222 63.0518 51.4466 65.589C50.6227 66.2118 49.2782 67.1033 48.8548 67.3204C48.6774 67.4118 48.4371 67.549 48.3113 67.629C48.0309 67.8233 46.6006 68.5204 46.1142 68.7033C45.9083 68.7833 45.5993 68.909 45.422 68.989C44.9757 69.1947 43.8772 69.5604 43.0876 69.7718C42.4468 69.9433 41.56 70.0347 41.1996 69.9661ZM42.218 66.5147C42.6585 66.4061 43.4137 66.1547 44.2605 65.8404C45.2389 65.4804 47.1841 64.4347 48.2369 63.6975C48.5973 63.4461 49.0093 63.1604 49.1523 63.069C49.2953 62.9718 49.4498 62.8518 49.4956 62.8004C49.5414 62.749 49.7874 62.5433 50.0391 62.3375C51.0747 61.509 53.2317 59.2633 53.8725 58.3375C53.9926 58.1661 54.2215 57.8518 54.3874 57.629C55.6289 55.9547 57.105 53.1204 57.9518 50.8004C59.4794 46.6004 60.2747 42.1547 60.4807 36.6575C60.5093 35.8118 60.5379 33.1204 60.5379 30.6861V26.2575L58.8043 26.2518C54.9595 26.2461 51.3322 25.709 49.4956 24.8747C49.3239 24.7947 49.0093 24.6575 48.8033 24.5718C48.3856 24.4061 47.207 23.7718 46.8123 23.509C46.6749 23.4175 46.4575 23.2804 46.3259 23.2118C45.5421 22.7661 43.4481 21.1547 42.2409 20.069L41.7088 19.589L41.211 20.069C40.2384 21.0118 38.1215 22.7033 37.3834 23.1204C37.2346 23.2061 37.0573 23.3204 36.9943 23.3718C36.5137 23.7775 34.3396 24.8575 33.3212 25.1947C31.3073 25.869 26.9361 26.3718 24.0526 26.2633L23.0627 26.2233V30.6975C23.0627 37.7147 23.2001 40.0918 23.8123 43.8004C24.0697 45.3775 24.1727 45.8518 24.556 47.3147C25.0938 49.3775 25.6946 51.109 26.5242 52.9718C26.9876 54.0233 27.1764 54.389 28.006 55.829C29.1446 57.8175 30.8896 60.0004 32.5603 61.5318C35.1578 63.909 37.8926 65.5147 40.8563 66.4061C41.2511 66.5261 41.6172 66.6233 41.6744 66.6233C41.7317 66.629 41.9777 66.5775 42.218 66.5147Z" fill="#FDFDFD"/>
6
+ <path d="M37.9951 52.3489C37.4172 52.1603 37.3658 52.1089 33.0404 47.8003C28.1829 42.9489 28.469 43.2917 28.469 42.3431C28.469 41.8631 28.4862 41.7603 28.6292 41.4746C28.8066 41.1089 29.2071 40.726 29.6304 40.5089C29.8593 40.3946 29.9794 40.3717 30.4486 40.3717C31.3812 40.3717 31.1638 40.2003 35.0658 44.0974C36.9309 45.966 38.4814 47.486 38.5043 47.4746C38.5329 47.4631 41.5538 44.4746 45.2212 40.8289C50.6966 35.3946 51.9496 34.1717 52.2185 34.0289C52.5217 33.8689 52.5961 33.8574 53.1225 33.8574C53.6603 33.8574 53.7289 33.8689 54.0837 34.046C54.5128 34.2517 54.7874 34.5489 54.9991 35.006C55.1078 35.2346 55.1307 35.3831 55.1307 35.8289C55.1307 36.3031 55.1135 36.4117 54.9762 36.6917C54.8389 36.9603 53.6774 38.1489 47.2924 44.5203C38.8362 52.9603 39.4998 52.3603 38.5959 52.3831C38.3441 52.3889 38.0752 52.3774 37.9951 52.3489Z" fill="#FDFDFD"/>
8
7
  </svg>
@@ -1,6 +1,12 @@
1
- <svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M16.9511 22.8583C21.6895 22.8583 25.5307 19.0171 25.5307 14.2788C25.5307 9.54042 21.6895 5.69922 16.9511 5.69922C12.2128 5.69922 8.37158 9.54042 8.37158 14.2788C8.37158 19.0171 12.2128 22.8583 16.9511 22.8583ZM16.9511 24.2709C22.4697 24.2709 26.9433 19.7973 26.9433 14.2788C26.9433 8.76026 22.4697 4.28662 16.9511 4.28662C11.4326 4.28662 6.95898 8.76026 6.95898 14.2788C6.95898 19.7973 11.4326 24.2709 16.9511 24.2709Z" fill="#616376"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M23.5494 20.0175C23.9266 19.9181 24.3129 20.1434 24.4123 20.5206L26.0886 26.8845C26.1509 27.121 26.0864 27.3728 25.9182 27.5503C25.75 27.7277 25.502 27.8056 25.2625 27.7561L21.6291 27.0046L18.9557 29.4421C18.7775 29.6045 18.5288 29.6649 18.296 29.6021C18.0632 29.5394 17.8784 29.3622 17.8061 29.1322L16.1348 23.822C16.0177 23.45 16.2244 23.0534 16.5965 22.9363C16.9686 22.8192 17.3651 23.0259 17.4822 23.398L18.8214 27.6529L20.9435 25.718C21.1107 25.5656 21.3408 25.5025 21.5624 25.5483L24.4322 26.1418L23.0463 20.8804C22.9469 20.5032 23.1721 20.1169 23.5494 20.0175Z" fill="#616376"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M10.2852 20.2502C9.91468 20.1282 9.5154 20.3296 9.39337 20.7001L7.40572 26.7348C7.32791 26.9711 7.38011 27.2309 7.54314 27.4187C7.70618 27.6066 7.95602 27.6949 8.20088 27.6511L12.1062 26.9528L15.0341 29.4785C15.2127 29.6325 15.4563 29.6873 15.6836 29.6245C15.9109 29.5617 16.0919 29.3896 16.166 29.1657L17.7221 24.466C17.8447 24.0957 17.6439 23.6961 17.2736 23.5735C16.9033 23.4509 16.5037 23.6517 16.3811 24.022L15.157 27.7189L12.7743 25.6636C12.6132 25.5246 12.398 25.4657 12.1886 25.5031L9.11784 26.0521L10.7351 21.142C10.8571 20.7715 10.6557 20.3722 10.2852 20.2502Z" fill="#616376"/>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M11.5174 8.96471C11.6365 8.72379 11.8819 8.57129 12.1507 8.57129H21.8809C22.157 8.57129 22.4077 8.73213 22.5228 8.98305L24.2322 12.7087C24.3458 12.9562 24.3069 13.247 24.1323 13.456L17.6894 21.1699C17.5575 21.3277 17.3633 21.4203 17.1576 21.4233C16.952 21.4263 16.7552 21.3395 16.6187 21.1856L9.78127 13.4717C9.59075 13.2568 9.54937 12.9479 9.67661 12.6904L11.5174 8.96471ZM12.5895 9.98389L11.4466 12.2969H13.3774L14.5203 9.98389H12.5895ZM16.0959 9.98389L14.953 12.2969H19.0983L17.901 9.98389H16.0959ZM19.4916 9.98389L20.6889 12.2969H22.4891L21.4279 9.98389H19.4916ZM22.0801 13.7095H17.7541L17.8264 18.8022L22.0801 13.7095ZM16.414 18.8251L16.3414 13.7095H11.8797L16.414 18.8251Z" fill="#616376"/>
1
+ <svg width="86" height="86" viewBox="0 0 86 86" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M82 42C82 64.0914 64.0914 82 42 82C19.9086 82 2 64.0914 2 42C2 19.9086 19.9086 2 42 2C64.0914 2 82 19.9086 82 42Z" fill="#6B6B6B"/>
3
+ <path d="M82.04 42.0391C82.04 64.1305 64.1314 82.0391 42.04 82.0391C19.9486 82.0391 2.04004 64.1305 2.04004 42.0391C2.04004 19.9477 19.9486 2.03906 42.04 2.03906C64.1314 2.03906 82.04 19.9477 82.04 42.0391Z" fill="#6B6B6B"/>
4
+ <path d="M80.0801 41.9999C80.0801 63.0309 63.0311 80.0799 42.0001 80.0799V83.9199C65.1519 83.9199 83.9201 65.1517 83.9201 41.9999H80.0801ZM42.0001 80.0799C20.9691 80.0799 3.92008 63.0309 3.92008 41.9999H0.0800781C0.0800781 65.1517 18.8483 83.9199 42.0001 83.9199V80.0799ZM3.92008 41.9999C3.92008 20.9689 20.9691 3.91992 42.0001 3.91992V0.0799255C18.8483 0.0799255 0.0800781 18.8481 0.0800781 41.9999H3.92008ZM42.0001 3.91992C63.0311 3.91992 80.0801 20.9689 80.0801 41.9999H83.9201C83.9201 18.8481 65.1519 0.0799255 42.0001 0.0799255V3.91992ZM80.1196 42.039C80.1196 63.07 63.0706 80.119 42.0396 80.119V83.959C65.1914 83.959 83.9596 65.1908 83.9596 42.039H80.1196ZM42.0396 80.119C21.0086 80.119 3.95963 63.07 3.95963 42.039H0.119629C0.119629 65.1908 18.8879 83.959 42.0396 83.959V80.119ZM3.95963 42.039C3.95963 21.008 21.0086 3.95898 42.0396 3.95898V0.118988C18.8879 0.118988 0.119629 18.8872 0.119629 42.039H3.95963ZM42.0396 3.95898C63.0706 3.95898 80.1196 21.008 80.1196 42.039H83.9596C83.9596 18.8872 65.1914 0.118988 42.0396 0.118988V3.95898Z" fill="#A7A7A7"/>
5
+ <path d="M47.6077 60.8306C46.2732 58.505 44.4275 55.3852 43.5189 53.8537L41.872 51.0459L40.6795 53.1447C40.0264 54.2791 39.1178 55.7823 38.6918 56.4913C38.2659 57.2004 37.0449 59.2707 35.966 61.1426C34.9154 62.9861 33.8364 64.5743 33.6092 64.6594C32.9277 64.9146 32.445 64.3474 30.4574 60.8873L28.4982 57.484L23.7279 57.3422C19.4971 57.2287 18.9576 57.1436 18.8724 56.7182C18.8156 56.4346 20.5761 53.0312 22.7625 49.1457C24.9773 45.2602 26.7661 41.9703 26.7661 41.8001C26.7661 41.6583 26.5106 41.318 26.1982 41.0344C25.5452 40.4388 25.4884 39.588 25.9427 36.4966L26.2834 34.3128L25.1476 33.1499C21.7971 29.6048 21.7403 29.0943 24.4094 26.173L26.2834 24.1027L25.9711 21.4083C25.4884 17.3243 25.6587 17.1258 29.8895 16.36C31.2241 16.1331 32.4166 15.7644 32.5302 15.5659C32.6438 15.3957 33.3537 14.2046 34.0919 12.9567C35.7672 10.0922 36.1647 10.0071 39.6856 11.6804L42.1276 12.8149L44.7399 11.652C48.2608 10.0638 48.5731 10.1773 50.362 13.5239C51.1003 14.9136 51.9521 16.1331 52.2644 16.2466C52.5484 16.36 53.7693 16.6153 54.9619 16.7854C56.836 17.0974 57.2619 17.2676 57.8866 18.005C58.2557 18.4588 58.5396 19.0544 58.4544 19.3096C58.3977 19.5649 58.1705 20.8128 58.0001 22.089L57.6594 24.443L59.5334 26.4283C62.3161 29.3779 62.3161 29.6331 59.2495 32.923L57.6594 34.6531L57.8582 36.298C57.9433 37.1772 58.1137 38.3401 58.1989 38.8789C58.3409 39.8432 57.8298 41.4598 57.4038 41.4598C57.2619 41.4598 57.1483 41.6016 57.1483 41.7718C57.1483 41.942 58.9655 45.2602 61.1803 49.1741C64.3889 54.818 65.1272 56.3495 64.9 56.7466C64.6729 57.1153 63.8778 57.2287 59.9594 57.3422L55.331 57.484L53.4286 60.8873C51.299 64.6594 51.0719 64.9997 50.4756 64.9997C50.2484 64.9997 48.9707 63.1279 47.6077 60.8306ZM52.5768 58.4199L54.2237 55.4987L58.2273 55.4136C60.4421 55.3852 62.2593 55.3001 62.2593 55.2434C62.2593 55.13 58.9088 49.2025 56.8076 45.5722L54.9903 42.4525L53.599 42.5375C52.1509 42.651 51.1854 42.9913 51.1854 43.4167C51.1854 43.9556 48.8287 47.7277 48.346 47.9829C47.4658 48.4367 46.8979 48.3233 44.314 47.0754C42.9226 46.423 41.7584 45.9693 41.6449 46.0543C41.5597 46.1394 42.5251 47.9829 43.7745 50.1384C45.0238 52.3222 47.0682 55.839 48.2608 57.9661C49.4818 60.0932 50.5892 61.7382 50.7311 61.5964C50.8447 61.4829 51.6965 60.0365 52.5768 58.4199ZM37.1585 55.1867L40.6511 49.0606L40.1967 48.1531C39.9696 47.6709 39.714 47.2172 39.6572 47.1604C39.6005 47.1037 38.777 47.359 37.84 47.6993C36.1363 48.3516 36.0795 48.3516 35.3697 47.8127C35.0005 47.5291 34.1203 46.2245 33.4956 44.9766L32.3031 42.6793L30.6562 42.3957C28.7537 42.0838 29.1797 41.6867 26.8513 45.8558C26.0563 47.2739 24.5797 49.9115 23.5291 51.7266C22.5069 53.5417 21.6551 55.1016 21.6551 55.1867C21.6551 55.2718 23.4723 55.3852 25.6871 55.4136L29.7192 55.4987L30.8833 57.484C32.8993 61.0291 33.3253 61.6814 33.4956 61.5113C33.5808 61.3978 35.2277 58.5617 37.1585 55.1867ZM42.5251 44.0123C42.8942 44.1541 44.1152 44.7214 45.2226 45.2886C46.8695 46.1111 47.3522 46.2529 47.5225 45.9409C47.6645 45.7424 48.2892 44.6646 48.8855 43.5585C49.5102 42.4525 50.1916 41.4314 50.3904 41.2613C50.5892 41.0628 51.9805 40.7224 53.457 40.4672C54.9335 40.2119 56.1829 39.985 56.2113 39.9283C56.2397 39.8999 56.0977 38.6804 55.8989 37.2056C55.4446 33.9724 55.5014 33.8306 57.9717 31.4199L59.6754 29.7466L57.6878 27.506C55.5298 25.0386 55.5298 25.0953 56.1261 21.5218C56.3249 20.3023 56.41 19.2812 56.3249 19.2245C56.2397 19.1678 55.0755 18.9125 53.741 18.6289C52.4064 18.3737 51.1287 18.1184 50.8731 18.0333C50.6459 17.9766 49.8225 16.7571 49.0842 15.3674C48.346 13.9493 47.5793 12.8149 47.3806 12.8149C47.1818 12.8149 45.9041 13.3254 44.5411 13.9777L42.0992 15.1121L39.3449 13.8075C37.84 13.0985 36.5906 12.5596 36.5622 12.588C36.5338 12.6447 35.9376 13.6941 35.2845 14.942C34.603 16.1899 33.8364 17.3527 33.6092 17.5512C33.3537 17.7214 31.9055 18.0901 30.3722 18.3737C28.271 18.7424 27.618 18.9693 27.7315 19.2529C27.8167 19.4798 27.9871 20.8411 28.0723 22.3159L28.271 24.9819L26.3686 27.0239C25.3464 28.1583 24.4946 29.2077 24.4946 29.3212C24.4946 29.4346 25.3464 30.4556 26.3686 31.5901L28.2426 33.6321L28.0155 35.6174C27.9019 36.7235 27.7883 38.1415 27.7883 38.7655L27.7599 39.8999L30.3154 40.3537C31.7352 40.609 33.0697 40.8926 33.3253 41.006C33.5808 41.1195 34.2339 42.0554 34.7734 43.1048C35.3129 44.1541 35.9092 45.2886 36.0795 45.6289C36.4203 46.2245 36.4203 46.2245 39.1461 45.005C41.2473 44.0407 42.0424 43.8138 42.5251 44.0123Z" fill="white"/>
6
+ <path d="M38.6628 36.7239C36.9308 34.7103 34.7728 32.2712 33.8926 31.2785C33.0123 30.2859 32.1889 29.2649 32.0469 28.9813C31.8765 28.6126 32.2457 27.8185 33.495 25.8332L35.1419 23.1672L42.0134 23.0821L48.8565 23.0254L50.5602 25.7764L52.2638 28.5275L51.7527 29.2649C51.4688 29.6619 50.3614 30.9382 49.2824 32.1294C48.2318 33.3489 46.2158 35.6462 44.7961 37.2911C43.4047 38.9361 42.1554 40.2974 42.0418 40.2974C41.9282 40.3258 40.4233 38.7092 38.6628 36.7239ZM44.4553 33.5191L45.7047 29.1231L48.0331 29.038C49.7367 28.9813 50.333 28.8678 50.333 28.5842C50.333 28.0453 49.6799 27.8468 48.0331 27.8468C47.2664 27.8468 46.6417 27.7617 46.6417 27.6483C46.6417 27.5065 47.096 26.7124 47.6355 25.8615C48.5442 24.4435 48.6009 24.3017 48.175 23.8762C47.8911 23.621 47.6639 23.5643 47.6071 23.7628C47.5219 23.933 47.0108 24.8122 46.443 25.7197L45.4208 27.3647L44.8245 26.6273C44.4837 26.2302 43.8591 25.3794 43.4331 24.7554C42.8368 23.8762 42.4393 23.5926 41.8714 23.5926C41.2468 23.5926 40.9344 23.9046 39.9974 25.4361C39.4011 26.4571 38.8332 27.2796 38.7196 27.2796C38.6061 27.2796 37.9814 26.4571 37.3283 25.4361C36.6752 24.4151 36.0222 23.5926 35.8802 23.5926C35.1987 23.5926 35.3407 24.2733 36.3913 25.9182L37.5271 27.705L35.1987 27.8468C33.3815 27.9603 32.8704 28.0737 32.8704 28.414C32.8704 28.7544 33.4099 28.8678 35.5962 28.9245L38.3505 29.0096L39.5431 33.2922C40.1962 35.6462 40.9912 37.9435 41.3319 38.3972L41.9282 39.1914L42.5529 38.5674C42.9788 38.142 43.6319 36.4119 44.4553 33.5191Z" fill="white"/>
7
+ <path d="M41.2463 35.4464C40.3661 32.4969 39.5142 29.1786 39.6562 29.0651C39.713 29.0084 40.8488 28.9801 42.1549 29.0368L44.5685 29.1219L43.3475 33.2059C42.666 35.4464 42.0697 37.3183 42.013 37.4034C41.9278 37.4601 41.587 36.5809 41.2463 35.4464Z" fill="white"/>
8
+ <path d="M40.7368 26.3723C41.2763 25.5782 41.8158 24.8692 41.9578 24.8125C42.2133 24.7557 44.0874 27.3082 44.0874 27.7053C44.0874 27.7904 43.122 27.8471 41.9578 27.8471H39.7998L40.7368 26.3723Z" fill="white"/>
9
+ <path d="M38.3225 20.2447C37.3287 19.2237 36.9879 18.4863 37.5274 18.4863C37.783 18.4863 40.1113 20.897 40.1113 21.1807C40.1113 21.6344 39.2311 21.1807 38.3225 20.2447Z" fill="white"/>
10
+ <path d="M44.0859 21.0958C44.0859 20.6987 46.5279 18.4581 46.7266 18.685C46.8402 18.7985 46.3859 19.4224 45.7328 20.1031C44.5686 21.2659 44.0859 21.5779 44.0859 21.0958Z" fill="white"/>
11
+ <path d="M41.8145 18.6286C41.8145 17.5793 41.928 16.7852 42.0984 16.7852C42.2688 16.7852 42.3823 17.5793 42.3823 18.6286C42.3823 19.678 42.2688 20.4721 42.0984 20.4721C41.928 20.4721 41.8145 19.678 41.8145 18.6286Z" fill="white"/>
6
12
  </svg>
@@ -1,9 +1,10 @@
1
- <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8.92942 20.331C8.53991 20.3098 8.207 20.6084 8.18582 20.9979C8.05163 23.4663 8.19731 25.7843 8.39189 27.5187C8.53509 28.7951 9.62923 29.7049 10.8755 29.7049H11.3481C12.4872 29.7049 13.4385 28.9008 13.6654 27.8293H20.0871C20.4771 27.8293 20.7934 27.5131 20.7934 27.123C20.7934 26.733 20.4771 26.4167 20.0871 26.4167H13.2236C12.7159 26.4167 12.3042 26.8284 12.3042 27.3362C12.3042 27.8642 11.8762 28.2923 11.3481 28.2923H10.8755C10.3099 28.2923 9.85447 27.8852 9.79568 27.3612C9.60734 25.6824 9.46745 23.4454 9.59634 21.0746C9.61751 20.685 9.31892 20.3521 8.92942 20.331Z" fill="#616376"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M17.3344 8.79187C17.3344 8.40179 17.6507 8.08557 18.0407 8.08557L24.5075 8.08557C25.4796 8.08557 26.2314 8.14283 26.7841 8.42121C27.426 8.74452 27.682 9.29357 27.8622 9.85066L27.8734 9.88533L27.881 9.92096L29.1772 16.0075C30.181 19.6356 29.9847 24.5343 29.666 27.5153C29.5291 28.7955 28.4346 29.7047 27.1886 29.7047H26.716C25.5769 29.7047 24.6256 28.9007 24.3987 27.8292H17.977C17.5869 27.8292 17.2707 27.513 17.2707 27.1229C17.2707 26.7328 17.5869 26.4166 17.977 26.4166H24.8404C25.3482 26.4166 25.7599 26.8282 25.7599 27.336C25.7599 27.8641 26.1879 28.2921 26.716 28.2921H27.1886C27.7544 28.2921 28.2057 27.8865 28.2614 27.3651C28.5771 24.4124 28.7456 19.7244 27.8104 16.365L27.8046 16.344L27.8001 16.3227L26.5072 10.252C26.3673 9.83021 26.2702 9.74405 26.1486 9.68282C25.9347 9.57507 25.5082 9.49817 24.5075 9.49817H18.0407C17.6507 9.49817 17.3344 9.18195 17.3344 8.79187Z" fill="#616376"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M19.3951 17.3851C22.3807 17.3506 25.3623 16.9025 28.249 16.0397L28.6535 17.3931C25.3962 18.3667 22.0236 18.8345 18.6553 18.7978C18.6552 18.5275 19.0701 18.032 19.3951 17.3851Z" fill="#616376"/>
5
- <path d="M26.8124 21.2589C26.8124 22.0234 26.1927 22.6432 25.4282 22.6432C24.6637 22.6432 24.0439 22.0234 24.0439 21.2589C24.0439 20.4944 24.6637 19.8747 25.4282 19.8747C26.1927 19.8747 26.8124 20.4944 26.8124 21.2589Z" fill="#616376"/>
6
- <path fill-rule="evenodd" clip-rule="evenodd" d="M20.801 15.4174C21.0269 13.6729 20.684 11.902 19.8233 10.3678C18.9626 8.83364 17.63 7.61803 16.0234 6.90154C14.9982 6.44433 13.8963 6.20593 12.7871 6.19325C12.8376 6.13553 12.8852 6.08095 12.93 6.02964C13.0867 5.84983 13.2077 5.71001 13.2897 5.61495L13.383 5.5065L13.4147 5.46946C13.668 5.17282 13.6335 4.72627 13.3369 4.47296C13.0402 4.21965 12.5944 4.25478 12.3411 4.55143L12.3109 4.58665L12.2199 4.69244C12.1395 4.7857 12.0201 4.92362 11.8651 5.10145C11.5551 5.45712 11.1025 5.97239 10.5333 6.60928C10.2762 6.89692 10.2975 7.33761 10.5811 7.59913C11.0785 8.05781 11.6058 8.54456 12.0087 8.91667L12.6893 9.54538L13.1695 9.02739L13.6488 8.50864L12.9671 7.8789C12.8743 7.79322 12.7749 7.70146 12.6708 7.60536C13.6221 7.60214 14.5692 7.7997 15.448 8.19166C16.777 8.78434 17.8794 9.78989 18.5913 11.059C19.3033 12.328 19.587 13.7929 19.4001 15.236C19.2133 16.6791 18.5659 18.0234 17.5542 19.0693C16.5424 20.1152 15.2203 20.8069 13.7842 21.0415C12.3481 21.2762 10.8747 21.0413 9.58265 20.3719C8.29064 19.7024 7.24904 18.6341 6.61257 17.3255C5.97609 16.0169 5.7787 14.538 6.0497 13.1083C6.12235 12.725 5.87055 12.3554 5.4873 12.2828C5.10404 12.2101 4.73446 12.4619 4.66182 12.8452C4.3342 14.5735 4.57283 16.3614 5.34226 17.9434C6.11169 19.5253 7.37087 20.8168 8.93277 21.6261C10.4947 22.4354 12.2759 22.7193 14.012 22.4356C15.7481 22.1519 17.3464 21.3158 18.5695 20.0515C19.7925 18.7871 20.5751 17.162 20.801 15.4174ZM13.1695 9.02739L13.6488 8.50864C13.9353 8.77338 13.9529 9.22025 13.6882 9.50674C13.4235 9.79322 12.9758 9.81011 12.6893 9.54538L13.1695 9.02739Z" fill="#616376"/>
7
- <path d="M9.87685 17.9721C9.68002 17.9721 9.51833 17.9123 9.3918 17.7928C9.26526 17.6663 9.20199 17.5117 9.20199 17.3289V12.0144L9.34962 12.2464L8.57986 12.8158C8.48145 12.8931 8.35843 12.9318 8.2108 12.9318C8.04209 12.9318 7.89446 12.8685 7.76793 12.742C7.64139 12.6154 7.57812 12.4643 7.57812 12.2886C7.57812 12.0636 7.68709 11.8808 7.90501 11.7402L9.42343 10.728C9.49373 10.6788 9.57105 10.6436 9.65541 10.6225C9.7468 10.6014 9.83115 10.5909 9.90848 10.5909C10.1123 10.5909 10.274 10.6541 10.3935 10.7807C10.513 10.9002 10.5728 11.0513 10.5728 11.2341V17.3289C10.5728 17.5117 10.506 17.6663 10.3724 17.7928C10.2459 17.9123 10.0807 17.9721 9.87685 17.9721Z" fill="#616376"/>
8
- <path d="M15.5675 17.9721C15.3917 17.9721 15.2441 17.9123 15.1246 17.7928C15.0051 17.6663 14.9453 17.5117 14.9453 17.3289V12.3729L15.1668 12.4256L13.1317 14.9458L13.0789 14.8087H16.8117C16.9804 14.8087 17.121 14.865 17.2335 14.9774C17.346 15.0899 17.4022 15.2305 17.4022 15.3992C17.4022 15.5609 17.346 15.698 17.2335 15.8105C17.121 15.9159 16.9804 15.9686 16.8117 15.9686H12.2037C12.0561 15.9686 11.912 15.9089 11.7714 15.7894C11.6379 15.6699 11.5711 15.5222 11.5711 15.3465C11.5711 15.1918 11.6238 15.0512 11.7292 14.9247L15.0613 10.844C15.1176 10.7666 15.1914 10.7069 15.2828 10.6647C15.3742 10.6155 15.4761 10.5909 15.5886 10.5909C15.7713 10.5909 15.919 10.6541 16.0314 10.7807C16.1509 10.9002 16.2107 11.0513 16.2107 11.2341V17.3289C16.2107 17.5117 16.1474 17.6663 16.0209 17.7928C15.9014 17.9123 15.7502 17.9721 15.5675 17.9721Z" fill="#616376"/>
1
+ <svg width="86" height="86" viewBox="0 0 86 86" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M82 42C82 64.0914 64.0914 82 42 82C19.9086 82 2 64.0914 2 42C2 19.9086 19.9086 2 42 2C64.0914 2 82 19.9086 82 42Z" fill="#6B6B6B"/>
3
+ <path d="M82.04 42.0391C82.04 64.1305 64.1314 82.0391 42.04 82.0391C19.9486 82.0391 2.04004 64.1305 2.04004 42.0391C2.04004 19.9477 19.9486 2.03906 42.04 2.03906C64.1314 2.03906 82.04 19.9477 82.04 42.0391Z" fill="#6B6B6B"/>
4
+ <path d="M80.0801 41.9999C80.0801 63.0309 63.0311 80.0799 42.0001 80.0799V83.9199C65.1519 83.9199 83.9201 65.1517 83.9201 41.9999H80.0801ZM42.0001 80.0799C20.9691 80.0799 3.92008 63.0309 3.92008 41.9999H0.0800781C0.0800781 65.1517 18.8483 83.9199 42.0001 83.9199V80.0799ZM3.92008 41.9999C3.92008 20.9689 20.9691 3.91992 42.0001 3.91992V0.0799255C18.8483 0.0799255 0.0800781 18.8481 0.0800781 41.9999H3.92008ZM42.0001 3.91992C63.0311 3.91992 80.0801 20.9689 80.0801 41.9999H83.9201C83.9201 18.8481 65.1519 0.0799255 42.0001 0.0799255V3.91992ZM80.1196 42.039C80.1196 63.07 63.0706 80.119 42.0396 80.119V83.959C65.1914 83.959 83.9596 65.1908 83.9596 42.039H80.1196ZM42.0396 80.119C21.0086 80.119 3.95963 63.07 3.95963 42.039H0.119629C0.119629 65.1908 18.8879 83.959 42.0396 83.959V80.119ZM3.95963 42.039C3.95963 21.008 21.0086 3.95898 42.0396 3.95898V0.118988C18.8879 0.118988 0.119629 18.8872 0.119629 42.039H3.95963ZM42.0396 3.95898C63.0706 3.95898 80.1196 21.008 80.1196 42.039H83.9596C83.9596 18.8872 65.1914 0.118988 42.0396 0.118988V3.95898Z" fill="#A7A7A7"/>
5
+ <path d="M35.0938 49.0994C34.2203 48.9471 33.55 48.7033 33.1945 48.3986C33.0219 48.2463 32.636 48.033 32.3414 47.9416C31.9149 47.7994 31.6406 47.5963 31.0313 46.9869C28.7258 44.6408 28.1774 41.401 29.5992 38.4963C30.5641 36.5463 32.3719 35.0736 34.4844 34.515C35.368 34.2814 37.1555 34.2814 38.0188 34.515C38.5469 34.6572 39.136 34.6877 41.218 34.6877C43.6453 34.6877 43.8078 34.6979 44.4375 34.9314C45.311 35.2463 45.4328 35.2971 46.6211 35.8557C47.1797 36.1197 47.982 36.4955 48.3985 36.6885C49.1602 37.0439 50.1047 37.501 52.0039 38.4049C52.9992 38.8822 53.0399 38.8924 54.2891 38.9635C56.686 39.0853 58.3516 39.4611 59.9461 40.233C60.9922 40.7408 61.6422 41.3197 61.8047 41.8783C61.957 42.4268 61.9367 46.0525 61.7742 46.3572C61.7133 46.4893 61.4797 46.7432 61.2664 46.9158C60.911 47.2002 60.7891 47.2307 60.0477 47.2713L59.2149 47.3018L58.6766 47.901C57.8945 48.7642 57.2445 49.0486 56.0664 49.0486C55.3047 49.0486 55.0813 49.008 54.6953 48.815C54.1063 48.5002 53.4563 47.9517 53.2328 47.576L53.0602 47.2814H47.1492H41.2281L40.6797 47.6978C39.9992 48.2158 38.9125 48.7439 38.0899 48.9572C37.318 49.1603 35.8149 49.2314 35.0938 49.0994ZM38.3235 47.9619C39.3594 47.6064 40.0906 47.1393 40.8727 46.3572C41.6547 45.5752 42.1117 44.8541 42.4774 43.808C42.711 43.1682 42.7516 42.8939 42.7516 41.7971C42.7617 40.6596 42.7313 40.4463 42.4774 39.6947C41.7969 37.7143 40.3242 36.2416 38.3235 35.5205C37.6735 35.2869 37.4297 35.2564 36.2617 35.2564C35.0938 35.2564 34.85 35.2869 34.2 35.5205C33.1539 35.8963 32.4328 36.3533 31.6508 37.1353C30.8688 37.9174 30.4117 38.6385 30.036 39.6846C29.8024 40.3346 29.7719 40.5783 29.7719 41.7463C29.7719 42.9143 29.8024 43.158 30.036 43.808C30.4117 44.8541 30.8688 45.5752 31.6508 46.3572C32.6156 47.3221 33.7024 47.9111 35.043 48.1955C35.8047 48.3682 37.511 48.2361 38.3235 47.9619ZM57.2039 47.8197C57.7727 47.5557 58.2094 47.0072 58.4633 46.2658C58.6969 45.5752 58.6969 45.5752 58.5039 44.9557C58.1992 43.9502 57.4781 43.2494 56.625 43.1377C55.8633 43.0361 55.3453 43.0971 54.9391 43.3408C54.0758 43.8486 53.6492 44.5697 53.6391 45.5549C53.6391 46.1135 53.6797 46.3064 53.9438 46.7736C54.2992 47.4033 54.8985 47.8807 55.4774 48.0025C55.975 48.1041 56.7875 48.0228 57.2039 47.8197Z" fill="black"/>
6
+ <path d="M42.1416 65.9689C40.3237 65.8268 38.1096 65.39 36.444 64.8416C35.4791 64.5268 35.0018 63.8158 35.1948 62.9728C35.3065 62.4955 35.6213 62.1603 36.1698 61.9471C36.5862 61.7846 36.6268 61.7947 37.6526 62.0893C39.9276 62.7697 41.6744 63.0236 43.9291 63.0236C52.7448 63.0236 60.5752 57.5697 63.6729 49.2721C65.1049 45.4533 65.3487 40.9236 64.3432 36.9119C62.8604 30.9908 58.8283 25.9432 53.3744 23.2111C50.0838 21.5658 47.0471 20.8955 43.269 21.0072C40.7198 21.0783 38.8713 21.4236 36.6674 22.2463C29.5682 24.8971 24.4393 31.0822 23.1698 38.5369C23.0783 39.065 23.0276 39.5119 23.0479 39.5322C23.0682 39.5525 23.3627 39.0752 23.6979 38.476C24.3682 37.2674 24.6323 36.9627 25.1502 36.8205C26.0846 36.5463 26.9682 37.2471 26.9682 38.2729C26.9682 38.6486 26.7448 39.1158 25.2721 41.7564C22.7533 46.276 22.6823 46.3877 22.3065 46.6416C21.7174 47.0377 20.9151 46.9158 20.4073 46.3471C20.0924 46.0018 16.1416 38.8416 16.0604 38.4963C15.8471 37.4908 16.883 36.5361 17.9088 36.8104C18.4166 36.9525 18.701 37.2775 19.3612 38.4658C19.6658 39.0143 19.9401 39.4611 19.9705 39.4611C20.001 39.4611 20.0619 39.1971 20.1026 38.8822C20.6002 34.5658 22.7127 29.8229 25.6479 26.4205C27.8924 23.8205 30.2487 21.9822 33.3158 20.4689C36.7182 18.783 40.0393 18.001 43.8783 18.001C47.8088 18.001 51.1198 18.7627 54.5424 20.4689C59.3971 22.876 63.0533 26.5322 65.4604 31.3869C66.6791 33.8447 67.4408 36.3736 67.8065 39.2072C67.969 40.4971 67.9487 43.7471 67.7658 45.0979C67.0549 50.2674 64.8104 54.9393 61.2658 58.626C59.2549 60.708 57.1729 62.2314 54.5424 63.5314C50.7338 65.4307 46.3362 66.2838 42.1416 65.9689Z" fill="white"/>
7
+ <path d="M35.0928 49.0994C34.2193 48.9471 33.549 48.7033 33.1936 48.3986C33.0209 48.2463 32.635 48.033 32.3404 47.9416C31.9139 47.7994 31.6397 47.5963 31.0303 46.9869C28.7248 44.6408 28.1764 41.401 29.5983 38.4963C30.5631 36.5463 32.3709 35.0736 34.4834 34.515C35.367 34.2814 37.1545 34.2814 38.0178 34.515C38.5459 34.6572 39.135 34.6877 41.217 34.6877C43.7053 34.6877 43.7967 34.6979 44.4873 34.9518C44.8834 35.0939 45.2795 35.2361 45.3811 35.2666C45.4725 35.2971 45.5537 35.3682 45.5537 35.4189C45.5537 35.4697 45.5944 35.49 45.6451 35.4494C45.6959 35.4189 45.8076 35.4596 45.8889 35.5408C45.9701 35.6221 46.0615 35.6729 46.0819 35.6525C46.1022 35.6221 46.4779 35.7846 46.9045 36.008C47.3311 36.2213 47.6865 36.3736 47.6865 36.3432C47.6865 36.3127 47.7678 36.3533 47.8694 36.4346C48.042 36.5869 48.3365 36.7291 48.5904 36.7799C48.6717 36.79 48.7631 36.8408 48.7936 36.8916C48.824 36.9322 48.9053 36.983 48.9764 36.9932C49.0881 37.0135 49.9108 37.3994 52.3076 38.5471C53.0795 38.9228 53.1811 38.9432 54.3389 38.9838C56.5733 39.065 58.3404 39.4611 59.9451 40.233C60.9912 40.7408 61.6412 41.3197 61.8037 41.8783C61.9561 42.4268 61.9358 46.0525 61.7733 46.3572C61.7123 46.4893 61.4787 46.7432 61.2654 46.9158C60.91 47.2002 60.7881 47.2307 60.0467 47.2713L59.2139 47.3018L58.6756 47.901C57.8936 48.7642 57.2436 49.0486 56.0654 49.0486C55.3037 49.0486 55.0803 49.008 54.6944 48.815C54.1053 48.5002 53.4553 47.9517 53.2319 47.576L53.0592 47.2814H47.1483H41.2272L40.6787 47.6978C39.9983 48.2158 38.9115 48.7439 38.0889 48.9572C37.317 49.1603 35.8139 49.2314 35.0928 49.0994ZM38.3225 47.9619C39.3584 47.6064 40.0897 47.1393 40.8717 46.3572C41.6537 45.5752 42.1108 44.8541 42.4764 43.808C42.71 43.1682 42.7506 42.8939 42.7506 41.7971C42.7608 40.6596 42.7303 40.4463 42.4764 39.6947C41.7959 37.7143 40.3233 36.2416 38.3225 35.5205C37.6725 35.2869 37.4287 35.2564 36.2608 35.2564C35.0928 35.2564 34.849 35.2869 34.199 35.5205C33.1529 35.8963 32.4318 36.3533 31.6498 37.1353C30.8678 37.9174 30.4108 38.6385 30.035 39.6846C29.8014 40.3346 29.7709 40.5783 29.7709 41.7463C29.7709 42.9143 29.8014 43.158 30.035 43.808C30.4108 44.8541 30.8678 45.5752 31.6498 46.3572C32.6147 47.3221 33.7014 47.9111 35.042 48.1955C35.8037 48.3682 37.51 48.2361 38.3225 47.9619ZM57.2029 47.8197C57.7717 47.5557 58.2084 47.0072 58.4623 46.2658C58.6959 45.5752 58.6959 45.5752 58.5029 44.9557C58.1983 43.9502 57.4772 43.2494 56.624 43.1377C55.8623 43.0361 55.3444 43.0971 54.9381 43.3408C54.0748 43.8486 53.6483 44.5697 53.6381 45.5549C53.6381 46.1135 53.6787 46.3064 53.9428 46.7736C54.2983 47.4033 54.8975 47.8807 55.4764 48.0025C55.974 48.1041 56.7865 48.0228 57.2029 47.8197Z" fill="white"/>
8
+ <path d="M35.9054 45.26C35.1742 45.0366 34.3414 44.2749 34.0164 43.5335C33.8437 43.1475 33.8031 43.1171 33.4273 43.1171C32.9093 43.1069 32.625 42.9139 32.6757 42.5889C32.696 42.396 32.7773 42.3553 33.1429 42.3249L33.5695 42.2944V41.8374C33.5695 41.5936 33.5796 41.36 33.6 41.3194C33.6101 41.2686 33.5085 41.228 33.3664 41.2077C32.7265 41.1366 32.6453 41.0858 32.6757 40.8014C32.7062 40.5475 32.7468 40.5272 33.2445 40.4968C33.7726 40.4663 33.7828 40.4561 33.996 39.9889C34.3312 39.278 35.1437 38.5163 35.7937 38.2928C37.0531 37.8764 38.9929 38.5468 38.4445 39.2069C38.3023 39.3796 37.9773 39.41 37.8859 39.2678C37.8554 39.2171 37.6015 39.0952 37.3273 39.0038C36.8804 38.8514 36.7484 38.8514 36.3015 38.9632C35.7429 39.1053 35.0726 39.6132 34.839 40.0803C34.7578 40.2327 34.6867 40.385 34.6867 40.4257C34.6867 40.4561 35.2046 40.4764 35.8445 40.4764C36.8906 40.4764 37.0125 40.4968 37.0734 40.6694C37.1039 40.771 37.1039 40.9335 37.0632 41.0249C37.0125 41.1671 36.8093 41.1874 35.6921 41.1874H34.382V41.746V42.3046H35.4484C36.4031 42.3046 36.5148 42.3249 36.6164 42.5077C36.6976 42.66 36.6773 42.7514 36.5148 42.9139C36.3421 43.0866 36.1796 43.1171 35.4992 43.1171H34.6765L34.8289 43.4014C35.357 44.4069 36.6671 44.8233 37.7132 44.3257L38.1601 44.1022L38.3734 44.3257C38.6679 44.6202 38.5257 44.8335 37.825 45.1178C37.2664 45.3514 36.4132 45.4124 35.9054 45.26Z" fill="white"/>
9
+ <path d="M55.3555 46.2659C55.1219 46.0221 55.0508 45.8596 55.0508 45.5346C55.0508 45.1893 55.1117 45.0776 55.4063 44.8338C56.2594 44.1128 57.3766 44.8542 57.0313 45.9104C56.8789 46.3674 56.5844 46.5706 56.0664 46.5706C55.7313 46.5706 55.5891 46.5096 55.3555 46.2659Z" fill="white"/>
9
10
  </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytebrand/fe-ui-core",
3
- "version": "4.1.171",
3
+ "version": "4.1.172",
4
4
  "description": "UI components for the auto.de project",
5
5
  "main": "index.ts",
6
6
  "module": "dist/common.js",
@@ -198,6 +198,9 @@
198
198
  word-break: break-word;
199
199
 
200
200
  .propertyIcon
201
+ max-width: 23px;
202
+ width: 23px;
203
+ height: 23px;
201
204
  flex-shrink: 0;
202
205
 
203
206
  .longTitle