@kando-env/kando-ui 1.2.256-alpha.58 → 1.2.256-alpha.6

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 (150) hide show
  1. package/lib/Widgets/Map/Map.js +4 -4
  2. package/lib/Widgets/Map/Map.scss +2 -2
  3. package/lib/Widgets/Map/MapUtils.js +3 -3
  4. package/lib/Widgets/Map/areas/AreaPolygon.js +41 -10
  5. package/lib/Widgets/Map/edges/Edge.js +16 -15
  6. package/lib/Widgets/Map/edges/Edges.js +3 -38
  7. package/lib/Widgets/Map/edges/arrows/Arrows.js +2 -13
  8. package/lib/Widgets/Map/events/EventPath.js +2 -4
  9. package/lib/Widgets/Map/events/EventUtils.js +40 -57
  10. package/lib/Widgets/Map/points/PointIcon.scss +1 -1
  11. package/lib/Widgets/Map/points/PointMarker.js +19 -4
  12. package/lib/Widgets/Map/points/PointMarkers.js +2 -62
  13. package/lib/Widgets/Map/points/PointUtils.js +12 -20
  14. package/lib/Widgets/MostPolluting/Areas/AreaBox/AreaBox.js +3 -3
  15. package/lib/Widgets/MostPolluting/components/PollutionScorePercent.js +6 -6
  16. package/lib/Widgets/UtilityInformation/UtilityInformation.js +3 -3
  17. package/lib/assets/icons/index.js +1 -43
  18. package/lib/components/Header/Toolbar/Toolbar.js +2 -2
  19. package/lib/components/Sector/svgs/Brewing.svg +92 -99
  20. package/lib/components/Sector/svgs/Cowshed.svg +22 -27
  21. package/lib/components/Sector/svgs/Garage.svg +23 -26
  22. package/lib/components/Sector/svgs/Missing.svg +35 -36
  23. package/lib/components/Sector/svgs/barrel.svg +92 -99
  24. package/lib/components/Sector/svgs/beer.svg +12 -16
  25. package/lib/components/Sector/svgs/beverage.svg +12 -17
  26. package/lib/components/Sector/svgs/car-repair.svg +23 -26
  27. package/lib/components/Sector/svgs/car-wash.svg +35 -35
  28. package/lib/components/Sector/svgs/chemistry.svg +29 -17
  29. package/lib/components/Sector/svgs/conductor-manufacturer.svg +16 -20
  30. package/lib/components/Sector/svgs/cosmetic-manufacturer.svg +22 -25
  31. package/lib/components/Sector/svgs/cow.svg +22 -27
  32. package/lib/components/Sector/svgs/cpu.svg +16 -20
  33. package/lib/components/Sector/svgs/dairy.svg +17 -16
  34. package/lib/components/Sector/svgs/dippel-oil.svg +16 -21
  35. package/lib/components/Sector/svgs/food-donation.svg +28 -33
  36. package/lib/components/Sector/svgs/food-factory.svg +16 -20
  37. package/lib/components/Sector/svgs/garbage-truck-1.svg +33 -31
  38. package/lib/components/Sector/svgs/gas-station.svg +25 -22
  39. package/lib/components/Sector/svgs/glass-manufacturer.svg +20 -22
  40. package/lib/components/Sector/svgs/glass.svg +20 -22
  41. package/lib/components/Sector/svgs/hand-washing.svg +16 -19
  42. package/lib/components/Sector/svgs/hospital.svg +27 -31
  43. package/lib/components/Sector/svgs/hotel.svg +23 -24
  44. package/lib/components/Sector/svgs/laundromat.svg +25 -26
  45. package/lib/components/Sector/svgs/leather-factory.svg +22 -15
  46. package/lib/components/Sector/svgs/leather.svg +22 -15
  47. package/lib/components/Sector/svgs/lipstick.svg +22 -25
  48. package/lib/components/Sector/svgs/meat.svg +23 -27
  49. package/lib/components/Sector/svgs/metal-coating-plant.svg +20 -21
  50. package/lib/components/Sector/svgs/metal-facbrication.svg +19 -30
  51. package/lib/components/Sector/svgs/milk.svg +17 -16
  52. package/lib/components/Sector/svgs/oil-rig.svg +16 -15
  53. package/lib/components/Sector/svgs/petrochemical.svg +12 -21
  54. package/lib/components/Sector/svgs/pie.svg +16 -20
  55. package/lib/components/Sector/svgs/pills.svg +21 -21
  56. package/lib/components/Sector/svgs/plant-unkown-3.svg +35 -36
  57. package/lib/components/Sector/svgs/plastic-rubber.svg +42 -34
  58. package/lib/components/Sector/svgs/printer.svg +16 -16
  59. package/lib/components/Sector/svgs/recycling.svg +16 -15
  60. package/lib/components/Sector/svgs/refinery.svg +17 -16
  61. package/lib/components/Sector/svgs/repair.svg +12 -14
  62. package/lib/components/Sector/svgs/sewing-machine.svg +21 -22
  63. package/lib/components/Sector/svgs/shop.svg +23 -26
  64. package/lib/components/Sector/svgs/soda.svg +12 -15
  65. package/lib/components/Sector/svgs/spray-gun.svg +20 -21
  66. package/lib/components/Sector/svgs/washing-machine.svg +25 -26
  67. package/lib/components/Sector/svgs/waste.svg +42 -34
  68. package/lib/components/Sector/svgs/welder-a.svg +19 -30
  69. package/lib/components/Sector/svgs/wine-glass.svg +14 -10
  70. package/lib/components/SevereEvent/SevereEvent.js +9 -18
  71. package/lib/hooks/useUserTimeZone.js +2 -36
  72. package/lib/hooks/useUserTimeZone.test.js +1 -15
  73. package/lib/i18n/en.json +4 -63
  74. package/lib/i18n/en_uk.json +1 -1
  75. package/lib/i18n/fr.json +2 -1
  76. package/lib/i18n/he.json +3 -30
  77. package/lib/i18n/it.json +2 -1
  78. package/lib/macros/getVersion.js +2 -2
  79. package/lib/pages/EventsPage/DragAndDropArea/DragAndDrop.module.scss +1 -1
  80. package/lib/pages/EventsPage/FloatingGraph/floatingGraphStyle.scss +2 -6
  81. package/lib/pages/EventsPage/events/EventsStyle.scss +1 -2
  82. package/lib/pages/EventsPage/events/event_info/EarlyWarnings.js +2 -4
  83. package/lib/pages/EventsPage/events/event_info/EventDetails.js +2 -2
  84. package/lib/pages/EventsPage/events/event_info/EventInfo.js +20 -49
  85. package/lib/pages/EventsPage/events/event_info/EventInfoStyle.scss +4 -16
  86. package/lib/pages/EventsPage/events/event_info/samplings/Sampling.js +46 -0
  87. package/lib/pages/EventsPage/events/event_info/samplings/Samplings.js +38 -0
  88. package/lib/pages/EventsPage/events/events_list/EventsList.js +3 -3
  89. package/lib/pages/EventsPage/events/events_list/Filter/FilterContainer.js +2 -1
  90. package/lib/pages/EventsPage/events/events_list/Filter/FilterStyle.scss +1 -1
  91. package/lib/pages/ProfilePage/ProfilePage.js +44 -76
  92. package/lib/pages/SitePage/SiteInformation/SiteInformation.js +2 -2
  93. package/lib/store/areas/models/IArea.js +1 -1
  94. package/lib/store/events/models/IEvent.js +1 -1
  95. package/lib/store/events/models/ISource.js +1 -1
  96. package/lib/store/global/actions.js +5 -3
  97. package/lib/store/permissions/permissionsSlice.js +2 -7
  98. package/lib/styles/theme/theme.js +1 -12
  99. package/lib/styles.scss +0 -8
  100. package/lib/utilities/scoreToColor.js +24 -0
  101. package/package.json +2 -2
  102. package/lib/Widgets/Map/areas/AreaUtils.js +0 -155
  103. package/lib/assets/icons/copy.svg +0 -8
  104. package/lib/assets/icons/info-dot.svg +0 -4
  105. package/lib/assets/icons/map.svg +0 -24
  106. package/lib/assets/icons/question-info.svg +0 -3
  107. package/lib/assets/icons/sampling.svg +0 -9
  108. package/lib/assets/icons/score-info.svg +0 -9
  109. package/lib/components/Sector/svgs/AreaMissing.svg +0 -10
  110. package/lib/components/Sector/svgs/Motor Vehicle.svg +0 -21
  111. package/lib/components/Sector/svgs/Polymer.svg +0 -42
  112. package/lib/components/Sector/svgs/Pulp and Paper.svg +0 -26
  113. package/lib/components/Sector/svgs/Seafood.svg +0 -26
  114. package/lib/pages/EventsPage/events/event_info/EventSection.js +0 -47
  115. package/lib/pages/EventsPage/events/event_info/EventSection.test.js +0 -59
  116. package/lib/pages/EventsPage/events/event_info/Header/Header.js +0 -31
  117. package/lib/pages/EventsPage/events/event_info/Header/HeaderContainer.js +0 -86
  118. package/lib/pages/EventsPage/events/event_info/Header/index.js +0 -11
  119. package/lib/pages/EventsPage/events/event_info/SamplingList/SamplingDetails.js +0 -35
  120. package/lib/pages/EventsPage/events/event_info/SamplingList/Samplings.js +0 -54
  121. package/lib/pages/EventsPage/events/event_info/SamplingList/index.js +0 -11
  122. package/lib/pages/EventsPage/events/event_info/SeverityScore/ScoreExplanation.js +0 -37
  123. package/lib/pages/EventsPage/events/event_info/SeverityScore/ScoreGauge.js +0 -155
  124. package/lib/pages/EventsPage/events/event_info/SeverityScore/SeverityScore.js +0 -63
  125. package/lib/pages/EventsPage/events/event_info/SeverityScore/index.js +0 -11
  126. package/lib/pages/EventsPage/events/event_info/SourceDetails/Confidence.js +0 -38
  127. package/lib/pages/EventsPage/events/event_info/SourceDetails/Discharging.js +0 -26
  128. package/lib/pages/EventsPage/events/event_info/SourceDetails/IconAndTitles.js +0 -58
  129. package/lib/pages/EventsPage/events/event_info/SourceDetails/MoreInfoButton.js +0 -42
  130. package/lib/pages/EventsPage/events/event_info/SourceDetails/OtherSources.js +0 -36
  131. package/lib/pages/EventsPage/events/event_info/SourceDetails/PotentialSources.js +0 -41
  132. package/lib/pages/EventsPage/events/event_info/SourceDetails/SingleSource.js +0 -44
  133. package/lib/pages/EventsPage/events/event_info/SourceDetails/SourceCardBody.js +0 -20
  134. package/lib/pages/EventsPage/events/event_info/SourceDetails/SourceDetails.js +0 -70
  135. package/lib/pages/EventsPage/events/event_info/SourceDetails/WaterConsumptionPerDay.js +0 -28
  136. package/lib/pages/EventsPage/events/event_info/Timelines/DischargeBox.js +0 -33
  137. package/lib/pages/EventsPage/events/event_info/Timelines/EarlyWarning.js +0 -56
  138. package/lib/pages/EventsPage/events/event_info/Timelines/LiveStatusBadge.js +0 -29
  139. package/lib/pages/EventsPage/events/event_info/Timelines/SeenBox.js +0 -30
  140. package/lib/pages/EventsPage/events/event_info/Timelines/Timelines.js +0 -70
  141. package/lib/pages/EventsPage/events/event_info/Timelines/Timelines.test.js +0 -27
  142. package/lib/pages/EventsPage/events/event_info/Timelines/Titles.js +0 -40
  143. package/lib/pages/EventsPage/events/event_info/Timelines/index.js +0 -11
  144. package/lib/pages/EventsPage/events/event_info/Timelines/style.js +0 -20
  145. package/lib/pages/EventsPage/events/event_info/samplingsOld/Sampling.js +0 -46
  146. package/lib/pages/EventsPage/events/event_info/samplingsOld/Samplings.js +0 -38
  147. package/lib/pages/EventsPage/events/event_info/styles.js +0 -32
  148. package/lib/ui-kit/siteName/SiteName.js +0 -31
  149. package/lib/utilities/scoreToData.js +0 -44
  150. package/lib/utilities/scoreToData.test.js +0 -16
@@ -1,100 +1,93 @@
1
- <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_4088_33996)">
3
- <path d="M3.46094 23.0983C4.07445 23.4795 4.71044 23.8231 5.36539 24.1274L5.43573 24.1599L5.97676 24.3928V21.8635C5.06782 21.6739 4.21841 21.4627 3.4826 21.2461L3.46094 23.0983Z" fill="url(#paint0_linear_4088_33996)"/>
4
- <path d="M8.7686 8.99512C8.22756 9.15218 7.68656 9.3255 7.21045 9.50964V24.8909C7.69738 25.0696 8.20592 25.243 8.73614 25.3892L8.7686 8.99512Z" fill="url(#paint1_linear_4088_33996)"/>
5
- <path d="M10.0721 29.4132C10.1057 28.6372 10.2478 27.8697 10.4941 27.1331C9.58077 26.9456 8.67782 26.7106 7.78892 26.429C6.92692 26.15 6.07997 25.8264 5.25146 25.4596C4.16939 26.624 4.05578 27.3985 4.03955 29.4132H10.0721Z" fill="url(#paint2_linear_4088_33996)"/>
6
- <path d="M16.6082 6.82879V6.1139C16.6068 5.7069 16.4443 5.31705 16.1563 5.02977C15.8683 4.74248 15.4783 4.58117 15.0717 4.58118C14.6651 4.58117 14.2751 4.74248 13.9871 5.02977C13.6991 5.31705 13.5366 5.7069 13.5352 6.1139V6.82879C14.5581 6.75297 15.5853 6.75297 16.6082 6.82879Z" fill="url(#paint3_linear_4088_33996)"/>
7
- <path d="M10.0024 11.8711C11.6758 11.6693 13.3595 11.5663 15.0449 11.5624H15.1152C16.8006 11.5688 18.4841 11.6719 20.1577 11.8711V8.65944C19.4327 8.48613 18.7023 8.34532 17.9611 8.237C16.6337 8.04658 15.2908 7.98852 13.952 8.06369C12.6205 8.14564 11.2989 8.345 10.0024 8.65944V11.8711Z" fill="url(#paint4_linear_4088_33996)"/>
8
- <path d="M19.6491 27.1331C19.8935 27.87 20.0337 28.6375 20.0656 29.4132H26.0766C26.0766 27.3985 25.9737 26.624 24.8646 25.4596C24.5183 25.6112 24.1613 25.7629 23.7825 25.8983C23.4038 26.0337 22.9494 26.2124 22.5274 26.3532C22.1054 26.494 21.6833 26.6186 21.2559 26.7377C20.7149 26.8894 20.1738 27.0194 19.6328 27.1331H19.6491Z" fill="url(#paint5_linear_4088_33996)"/>
9
- <path d="M3.46094 19.9354C4.16969 20.152 5.02455 20.3795 5.95513 20.5799V17.834H3.46094V19.9354Z" fill="url(#paint6_linear_4088_33996)"/>
10
- <path d="M3.46094 16.5721H5.95513V13.8208C5.02996 14.0212 4.1751 14.2433 3.46094 14.4707V16.5721Z" fill="url(#paint7_linear_4088_33996)"/>
11
- <path d="M5.95513 10.0081C5.08973 10.3704 4.25551 10.8033 3.46094 11.3025V13.1547C4.20216 12.9381 5.08407 12.7268 5.95513 12.5319V10.0081Z" fill="url(#paint8_linear_4088_33996)"/>
12
- <path d="M10.0024 16.5722H20.1577V13.1439C18.4742 12.9331 16.7794 12.8264 15.0828 12.8243C13.3952 12.8266 11.7093 12.9333 10.0349 13.1439V16.5722H10.0024Z" fill="url(#paint9_linear_4088_33996)"/>
13
- <path d="M10.0024 21.2515C11.6752 21.4609 13.3591 21.5695 15.0449 21.5765H15.1152C16.8012 21.5732 18.4852 21.4647 20.1577 21.2515V17.8286H10.0024V21.2515Z" fill="url(#paint10_linear_4088_33996)"/>
14
- <path d="M10.0025 25.7305C11.6511 26.1377 13.3416 26.3503 15.0395 26.3642H15.1153C16.8133 26.3515 18.5039 26.1388 20.1523 25.7305V22.5243C18.4788 22.7243 16.7952 22.8274 15.1099 22.833H15.0395C13.3542 22.8266 11.6706 22.7235 9.99707 22.5243V25.7305H10.0025Z" fill="url(#paint11_linear_4088_33996)"/>
15
- <path d="M33.1044 20.309V18.1426C33.1044 17.704 32.9307 17.2833 32.6214 16.9727C32.3121 16.662 31.8924 16.4868 31.4542 16.4854H27.9375V17.9206H31.0538C31.2203 17.9206 31.3799 17.9868 31.4976 18.1046C31.6153 18.2224 31.6815 18.3822 31.6815 18.5488V20.3144L33.1044 20.309Z" fill="url(#paint12_linear_4088_33996)"/>
16
- <path d="M24.188 16.5721H26.6822V14.4707C25.9626 14.2433 25.1132 14.0212 24.188 13.8208V16.5721Z" fill="url(#paint13_linear_4088_33996)"/>
17
- <path d="M22.9329 9.50966C22.4424 9.32552 21.9338 9.15763 21.4072 9.00598V25.4C21.9212 25.2484 22.4298 25.0751 22.9329 24.8964V9.50966Z" fill="url(#paint14_linear_4088_33996)"/>
18
- <path d="M26.6822 11.3025C25.8864 10.8055 25.0523 10.3727 24.188 10.0081V12.5319C25.0861 12.7214 25.941 12.9381 26.6822 13.1547V11.3025Z" fill="url(#paint15_linear_4088_33996)"/>
19
- <path d="M24.188 20.5745C25.1186 20.3741 25.9734 20.1466 26.6822 19.93V17.8286H24.188V20.5745Z" fill="url(#paint16_linear_4088_33996)"/>
20
- <path d="M24.188 24.3927C24.3611 24.3169 24.5397 24.241 24.729 24.1598C24.7514 24.1467 24.7749 24.1359 24.7994 24.1273C25.4559 23.8261 26.092 23.4824 26.7038 23.0983V21.2406C25.968 21.4572 25.1132 21.6685 24.2097 21.8634V24.3927H24.188Z" fill="url(#paint17_linear_4088_33996)"/>
21
- <path d="M33.8076 16.2417C33.391 15.7341 32.8216 15.375 32.1844 15.2181V14.0591H32.7255C32.9168 14.0591 33.1004 13.9834 33.2362 13.8484C33.372 13.7135 33.4491 13.5303 33.4505 13.3388C33.4491 13.1467 33.3722 12.963 33.2366 12.8272C33.1009 12.6914 32.9173 12.6144 32.7255 12.613H30.2097C30.0178 12.6144 29.8343 12.6914 29.6986 12.8272C29.563 12.963 29.4861 13.1467 29.4847 13.3388C29.4861 13.5303 29.5631 13.7135 29.6989 13.8484C29.8347 13.9834 30.0183 14.0591 30.2097 14.0591H30.7507V15.1423H28.0455V10.972C28.0443 10.8549 28.0152 10.7397 27.9606 10.6361C27.9061 10.5325 27.8276 10.4434 27.7317 10.3762C26.0673 9.3117 24.2676 8.47559 22.3809 7.89033C20.9453 7.42809 19.4715 7.0946 17.9769 6.8938V6.12473C17.9769 5.36006 17.6738 4.62664 17.1342 4.08544C16.5945 3.54423 15.8624 3.23947 15.0986 3.23804C14.3328 3.23803 13.5982 3.54181 13.0556 4.08286C12.5131 4.62391 12.2069 5.35813 12.204 6.12473V6.88296C10.7114 7.08767 9.23957 7.42294 7.80542 7.88491C5.91309 8.4712 4.10796 9.30913 2.43837 10.3762C2.34053 10.4418 2.26026 10.5304 2.2046 10.6343C2.14895 10.7382 2.11959 10.8541 2.11914 10.972V23.4287C2.12081 23.5465 2.15007 23.6622 2.20457 23.7666C2.25907 23.871 2.3373 23.9612 2.43295 24.0298C2.92166 24.3512 3.42736 24.6459 3.94784 24.9126C2.73051 26.402 2.73051 27.6206 2.73051 30.0361C2.73051 30.2277 2.80614 30.4114 2.94093 30.5474C3.07572 30.6833 3.25876 30.7604 3.4501 30.7618H10.6999C10.8913 30.7604 11.0743 30.6833 11.2091 30.5474C11.3439 30.4114 11.4195 30.2277 11.4195 30.0361C11.4006 29.1608 11.5399 28.2892 11.8307 27.4635C12.8946 27.6227 13.9687 27.7041 15.0445 27.7073H15.1256C16.2031 27.7041 17.279 27.6226 18.3448 27.4635C18.631 28.2903 18.7684 29.1613 18.7505 30.0361C18.752 30.2281 18.8288 30.4119 18.9645 30.5477C19.1001 30.6835 19.2837 30.7604 19.4755 30.7618H26.72C26.9123 30.7618 27.0967 30.6854 27.2326 30.5493C27.3686 30.4132 27.445 30.2286 27.445 30.0361C27.445 27.6368 27.445 26.402 26.2114 24.9181C26.7315 24.6506 27.2372 24.3559 27.7263 24.0353C27.8238 23.9693 27.9038 23.8806 27.9595 23.7769C28.0151 23.6731 28.0446 23.5573 28.0455 23.4395V19.2692H30.3449V20.9427C30.3463 21.1343 30.4234 21.3175 30.5592 21.4524C30.695 21.5873 30.8786 21.6631 31.0699 21.6631H33.7751C33.9664 21.6631 34.15 21.5873 34.2858 21.4524C34.4216 21.3175 34.4987 21.1343 34.5001 20.9427V18.1373C34.5 17.4455 34.2632 16.7746 33.8292 16.2363L33.8076 16.2417ZM31.0753 17.8232H28.0509V16.5775H31.4757C31.8889 16.5775 32.2853 16.7418 32.5775 17.0343C32.8697 17.3269 33.0339 17.7236 33.0339 18.1373V20.217H31.7949V18.5435C31.7935 18.3529 31.7172 18.1705 31.5826 18.0357C31.4479 17.9009 31.2657 17.8246 31.0753 17.8232ZM24.3016 12.456V10.1488C25.0977 10.4936 25.868 10.8954 26.6064 11.3511V13.0301C25.9409 12.8405 25.1835 12.6509 24.2799 12.456H24.3016ZM24.3016 16.4746V13.9399C25.178 14.1349 25.9463 14.3353 26.6064 14.5411V16.4746H24.3016ZM24.3016 20.4553V17.9206H26.6064V19.8596C25.8814 20.0708 25.0915 20.282 24.2799 20.477L24.3016 20.4553ZM24.3016 24.2465V21.9393C25.2051 21.7443 25.968 21.5548 26.6064 21.3652V23.0441C26.0148 23.4148 25.4004 23.7477 24.7668 24.0407H24.7073L24.5342 24.1219L24.3178 24.214L24.3016 24.2465ZM10.1157 22.6217C11.7588 22.8143 13.4117 22.912 15.0661 22.9142H15.131C16.7854 22.9127 18.4384 22.815 20.0815 22.6217V25.6438C18.4619 26.0474 16.8 26.2564 15.131 26.2666H15.0553C13.3903 26.2553 11.7323 26.0481 10.1157 25.6492V22.6434V22.6217ZM20.0707 21.1648C18.4282 21.3672 16.7751 21.4703 15.1202 21.4735H15.0499C13.395 21.4699 11.7419 21.3668 10.0994 21.1648V17.9152H20.0545V21.1648H20.0707ZM20.0707 13.2196V16.4692H10.1102V13.2196C11.7512 13.0206 13.4024 12.9175 15.0553 12.9109H15.0878C16.7462 12.9198 18.4027 13.0247 20.049 13.225L20.0707 13.2196ZM20.0707 11.7681C18.4276 11.5739 16.7747 11.4744 15.1202 11.4703H15.0499C13.3973 11.4773 11.7463 11.5767 10.1048 11.7681V8.73522C11.3729 8.42827 12.6656 8.23434 13.9678 8.15571C14.3303 8.15571 14.6982 8.12863 15.0499 8.12863C16.0148 8.12757 16.9785 8.19634 17.9336 8.33442C18.6694 8.44274 19.3782 8.57274 20.049 8.73522V11.7681H20.0707ZM21.5153 25.2538V9.1035C21.9535 9.23348 22.3971 9.37971 22.8516 9.54219V24.8097C22.3647 24.983 21.9048 25.1293 21.499 25.2592L21.5153 25.2538ZM26.0004 29.3158H20.1735C20.1333 28.5963 20.0025 27.8848 19.7839 27.1982C20.325 27.0898 20.8119 26.9653 21.3205 26.819C21.829 26.6728 22.2024 26.5591 22.5973 26.4345H22.6514C23.0518 26.2991 23.463 26.1691 23.8579 26.0012C24.2529 25.8333 24.5613 25.7142 24.8642 25.5842C25.8868 26.6674 25.995 27.4256 26.0004 29.332V29.3158ZM16.4944 6.73131C16.0183 6.69881 15.5368 6.67715 15.0553 6.67715C14.5738 6.67715 14.0976 6.67715 13.6107 6.73131V6.1139C13.6121 5.73132 13.765 5.36489 14.0357 5.09488C14.3065 4.82486 14.6731 4.67326 15.0553 4.67326C15.4365 4.67469 15.8018 4.82693 16.0714 5.09679C16.3409 5.36666 16.493 5.73226 16.4944 6.1139V6.73131ZM10.3537 27.2036C10.1321 27.8894 10.0011 28.6013 9.96414 29.3212H4.15885C4.15885 27.4148 4.27246 26.6728 5.30043 25.5734C6.11257 25.9318 6.94334 26.2464 7.78917 26.5157C8.637 26.7894 9.49841 27.019 10.3699 27.2036H10.3537ZM7.29685 24.8097V9.5801C7.83788 9.39596 8.25449 9.24431 8.66568 9.12516V25.2701C8.22203 25.1347 7.78377 24.9884 7.32389 24.8206L7.29685 24.8097ZM5.85229 24.2302C5.72245 24.1706 5.59801 24.1165 5.47898 24.0515L5.38698 24.0136C4.75468 23.7221 4.14042 23.393 3.54748 23.0279V21.3489C4.26706 21.5493 5.05697 21.7443 5.85229 21.9176V24.2681V24.2302ZM3.54748 19.8487V17.9098H5.85229V20.477C4.98123 20.2658 4.20755 20.0654 3.5529 19.8596L3.54748 19.8487ZM3.54748 16.4638V14.5194C4.20754 14.3082 4.98123 14.1078 5.85229 13.9183V16.4529L3.54748 16.4638ZM3.54748 13.0192V11.3403C4.28715 10.8868 5.05726 10.4851 5.85229 10.1379V12.4451C5.04074 12.6293 4.25083 12.8297 3.5529 13.0301L3.54748 13.0192Z" fill="#1D1D1D"/>
22
- </g>
23
- <defs>
24
- <linearGradient id="paint0_linear_4088_33996" x1="3.46094" y1="22.8221" x2="5.95512" y2="22.8221" gradientUnits="userSpaceOnUse">
25
- <stop stop-color="#F37C1C"/>
26
- <stop offset="1" stop-color="#FCC191"/>
27
- </linearGradient>
28
- <linearGradient id="paint1_linear_4088_33996" x1="7.21045" y1="17.1949" x2="8.7686" y2="17.1949" gradientUnits="userSpaceOnUse">
29
- <stop stop-color="#EFC530"/>
30
- <stop offset="1" stop-color="#FCEDB6"/>
31
- </linearGradient>
32
- <linearGradient id="paint2_linear_4088_33996" x1="4.06119" y1="27.4364" x2="10.4941" y2="27.4364" gradientUnits="userSpaceOnUse">
33
- <stop stop-color="#EFC530"/>
34
- <stop offset="1" stop-color="#FCEDB6"/>
35
- </linearGradient>
36
- <linearGradient id="paint3_linear_4088_33996" x1="13.5352" y1="5.70769" x2="16.6082" y2="5.70769" gradientUnits="userSpaceOnUse">
37
- <stop stop-color="#EFC530"/>
38
- <stop offset="1" stop-color="#FCEDB6"/>
39
- </linearGradient>
40
- <linearGradient id="paint4_linear_4088_33996" x1="9.99162" y1="9.95385" x2="20.1469" y2="9.95385" gradientUnits="userSpaceOnUse">
41
- <stop stop-color="#F37C1C"/>
42
- <stop offset="1" stop-color="#FCC191"/>
43
- </linearGradient>
44
- <linearGradient id="paint5_linear_4088_33996" x1="19.649" y1="27.4364" x2="26.0766" y2="27.4364" gradientUnits="userSpaceOnUse">
45
- <stop stop-color="#EFC530"/>
46
- <stop offset="1" stop-color="#FCEDB6"/>
47
- </linearGradient>
48
- <linearGradient id="paint6_linear_4088_33996" x1="3.46094" y1="19.1988" x2="5.95513" y2="19.1988" gradientUnits="userSpaceOnUse">
49
- <stop stop-color="#F37C1C"/>
50
- <stop offset="1" stop-color="#FCC191"/>
51
- </linearGradient>
52
- <linearGradient id="paint7_linear_4088_33996" x1="3.46094" y1="15.1965" x2="5.95513" y2="15.1965" gradientUnits="userSpaceOnUse">
53
- <stop stop-color="#F37C1C"/>
54
- <stop offset="1" stop-color="#FCC191"/>
55
- </linearGradient>
56
- <linearGradient id="paint8_linear_4088_33996" x1="3.46094" y1="11.5787" x2="5.95513" y2="11.5787" gradientUnits="userSpaceOnUse">
57
- <stop stop-color="#F37C1C"/>
58
- <stop offset="1" stop-color="#FCC191"/>
59
- </linearGradient>
60
- <linearGradient id="paint9_linear_4088_33996" x1="9.99162" y1="14.6983" x2="20.1469" y2="14.6983" gradientUnits="userSpaceOnUse">
61
- <stop stop-color="#F37C1C"/>
62
- <stop offset="1" stop-color="#FCC191"/>
63
- </linearGradient>
64
- <linearGradient id="paint10_linear_4088_33996" x1="9.99162" y1="19.7025" x2="20.1469" y2="19.7025" gradientUnits="userSpaceOnUse">
65
- <stop stop-color="#F37C1C"/>
66
- <stop offset="1" stop-color="#FCC191"/>
67
- </linearGradient>
68
- <linearGradient id="paint11_linear_4088_33996" x1="9.98625" y1="24.447" x2="20.1415" y2="24.447" gradientUnits="userSpaceOnUse">
69
- <stop stop-color="#F37C1C"/>
70
- <stop offset="1" stop-color="#FCC191"/>
71
- </linearGradient>
72
- <linearGradient id="paint12_linear_4088_33996" x1="27.9375" y1="18.3972" x2="33.1044" y2="18.3972" gradientUnits="userSpaceOnUse">
73
- <stop stop-color="#EFC530"/>
74
- <stop offset="1" stop-color="#FCEDB6"/>
75
- </linearGradient>
76
- <linearGradient id="paint13_linear_4088_33996" x1="24.188" y1="15.1965" x2="26.6822" y2="15.1965" gradientUnits="userSpaceOnUse">
77
- <stop stop-color="#F37C1C"/>
78
- <stop offset="1" stop-color="#FCC191"/>
79
- </linearGradient>
80
- <linearGradient id="paint14_linear_4088_33996" x1="21.4072" y1="17.2003" x2="22.9329" y2="17.2003" gradientUnits="userSpaceOnUse">
81
- <stop stop-color="#EFC530"/>
82
- <stop offset="1" stop-color="#FCEDB6"/>
83
- </linearGradient>
84
- <linearGradient id="paint15_linear_4088_33996" x1="24.188" y1="11.5787" x2="26.6822" y2="11.5787" gradientUnits="userSpaceOnUse">
85
- <stop stop-color="#F37C1C"/>
86
- <stop offset="1" stop-color="#FCC191"/>
87
- </linearGradient>
88
- <linearGradient id="paint16_linear_4088_33996" x1="24.188" y1="19.1988" x2="26.6822" y2="19.1988" gradientUnits="userSpaceOnUse">
89
- <stop stop-color="#F37C1C"/>
90
- <stop offset="1" stop-color="#FCC191"/>
91
- </linearGradient>
92
- <linearGradient id="paint17_linear_4088_33996" x1="24.188" y1="22.8166" x2="26.6822" y2="22.8166" gradientUnits="userSpaceOnUse">
93
- <stop stop-color="#F37C1C"/>
94
- <stop offset="1" stop-color="#FCC191"/>
95
- </linearGradient>
96
- <clipPath id="clip0_4088_33996">
97
- <rect width="34" height="34" fill="white" transform="translate(0.5)"/>
98
- </clipPath>
99
- </defs>
1
+ <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 512 512" viewBox="0 0 512 512">
2
+ <linearGradient id="cx8nplyn4a" x1="20" x2="59.7" y1="914.6" y2="914.6" gradientTransform="translate(0 -566)" gradientUnits="userSpaceOnUse">
3
+ <stop offset="0" stop-color="#F37C1C"/>
4
+ <stop offset="1" stop-color="#FCC191"/>
5
+ </linearGradient>
6
+ <path fill="url(#cx8nplyn4a)" d="M20 353c8.7 5.5 18.9 11 30.3 16.4.4.2.8.3 1.2.5 2.7 1.2 5.4 2.5 8.2 3.7v-40.2c-14.4-3-28-6.4-39.7-9.8V353z"/>
7
+ <linearGradient id="aw3cbyvbtb" x1="79.7" x2="104.5" y1="825.1" y2="825.1" gradientTransform="translate(0 -566)" gradientUnits="userSpaceOnUse">
8
+ <stop offset="0" stop-color="#EFC530"/>
9
+ <stop offset="1" stop-color="#FCEDB6"/>
10
+ </linearGradient>
11
+ <path fill="url(#aw3cbyvbtb)" d="M104.5 128.7c-8.5 2.5-16.8 5.3-24.8 8.2v244.6c7.8 2.9 15.9 5.6 24.3 8l.5-260.8z"/>
12
+ <linearGradient id="1ff3s7yocc" x1="29.6" x2="132" y1="988.05" y2="988.05" gradientTransform="translate(0 -566)" gradientUnits="userSpaceOnUse">
13
+ <stop offset="0" stop-color="#EFC530"/>
14
+ <stop offset="1" stop-color="#FCEDB6"/>
15
+ </linearGradient>
16
+ <path fill="url(#1ff3s7yocc)" d="M125.3 453.5c.7-13.3 2.9-25.2 6.7-36.3-14.2-2.9-28.6-6.7-42.7-11.2-13.9-4.5-27.6-9.7-40.4-15.4-17.5 18.5-19.1 30.8-19.3 62.9h95.7z"/>
17
+ <linearGradient id="8t2udmqxod" x1="180.4" x2="229.3" y1="642.4" y2="642.4" gradientTransform="translate(0 -566)" gradientUnits="userSpaceOnUse">
18
+ <stop offset="0" stop-color="#EFC530"/>
19
+ <stop offset="1" stop-color="#FCEDB6"/>
20
+ </linearGradient>
21
+ <path fill="url(#8t2udmqxod)" d="M229.3 94.3V82.9c0-13.5-11-24.4-24.4-24.4-13.5 0-24.5 11-24.5 24.4v11.4c16.3-1.2 32.6-1.2 48.9 0z"/>
22
+ <linearGradient id="h5ieozvwpe" x1="124" x2="285.7" y1="709.931" y2="709.931" gradientTransform="translate(0 -566)" gradientUnits="userSpaceOnUse">
23
+ <stop offset="0" stop-color="#F37C1C"/>
24
+ <stop offset="1" stop-color="#FCC191"/>
25
+ </linearGradient>
26
+ <path fill="url(#h5ieozvwpe)" d="M124 174.5c27.6-3.3 54.5-4.9 80.3-4.9h1.1c25.7 0 52.7 1.7 80.3 4.9v-51.1c-11.6-2.8-23.2-5-35-6.7-21.1-3-42.5-4.1-63.8-2.8-21.2 1.2-42.2 4.6-62.9 9.5v51.1z"/>
27
+ <linearGradient id="jej2meh4zf" x1="277.7" x2="380.1" y1="988.05" y2="988.05" gradientTransform="translate(0 -566)" gradientUnits="userSpaceOnUse">
28
+ <stop offset="0" stop-color="#EFC530"/>
29
+ <stop offset="1" stop-color="#FCEDB6"/>
30
+ </linearGradient>
31
+ <path fill="url(#jej2meh4zf)" d="M277.7 417.2c3.8 11.1 6 23 6.7 36.3h95.7c-.1-32.1-1.7-44.4-19.3-62.9-5.5 2.4-11.2 4.8-16.9 7-6.5 2.8-13.3 5-20 7.2s-13.4 4.2-20.2 6.1c-8.6 2.4-17.3 4.5-26 6.3z"/>
32
+ <linearGradient id="4fbwhgshmg" x1="20" x2="59.7" y1="857.05" y2="857.05" gradientTransform="translate(0 -566)" gradientUnits="userSpaceOnUse">
33
+ <stop offset="0" stop-color="#F37C1C"/>
34
+ <stop offset="1" stop-color="#FCC191"/>
35
+ </linearGradient>
36
+ <path fill="url(#4fbwhgshmg)" d="M20 302.6c11.3 3.5 24.9 7.1 39.7 10.3v-43.7H20v33.4z"/>
37
+ <linearGradient id="v00rktsf6h" x1="20" x2="59.7" y1="793.35" y2="793.35" gradientTransform="translate(0 -566)" gradientUnits="userSpaceOnUse">
38
+ <stop offset="0" stop-color="#F37C1C"/>
39
+ <stop offset="1" stop-color="#FCC191"/>
40
+ </linearGradient>
41
+ <path fill="url(#v00rktsf6h)" d="M20 249.2h39.7v-43.7c-14.7 3.2-28.3 6.7-39.7 10.3v33.4z"/>
42
+ <linearGradient id="limcr7hv0i" x1="20" x2="59.7" y1="735.85" y2="735.85" gradientTransform="translate(0 -566)" gradientUnits="userSpaceOnUse">
43
+ <stop offset="0" stop-color="#F37C1C"/>
44
+ <stop offset="1" stop-color="#FCC191"/>
45
+ </linearGradient>
46
+ <path fill="url(#limcr7hv0i)" d="M59.7 144.8C44.5 151.4 31 158.4 20 165.4v29.5c11.8-3.5 25.4-6.8 39.7-9.9v-40.2z"/>
47
+ <linearGradient id="aeg4ju3b0j" x1="124" x2="285.7" y1="785.4" y2="785.4" gradientTransform="translate(0 -566)" gradientUnits="userSpaceOnUse">
48
+ <stop offset="0" stop-color="#F37C1C"/>
49
+ <stop offset="1" stop-color="#FCC191"/>
50
+ </linearGradient>
51
+ <path fill="url(#aeg4ju3b0j)" d="M124 249.2h161.7v-54.5c-27.8-3.4-54.9-5.1-80.8-5.1h-.5c-25.7 0-52.7 1.7-80.3 5.1v54.5h-.1z"/>
52
+ <linearGradient id="p717wy42gk" x1="124" x2="285.7" y1="865" y2="865" gradientTransform="translate(0 -566)" gradientUnits="userSpaceOnUse">
53
+ <stop offset="0" stop-color="#F37C1C"/>
54
+ <stop offset="1" stop-color="#FCC191"/>
55
+ </linearGradient>
56
+ <path fill="url(#p717wy42gk)" d="M124 323.7c27.6 3.3 54.6 5.1 80.3 5.1h1.1c25.9 0 52.9-1.7 80.3-5.1v-54.5H124v54.5z"/>
57
+ <linearGradient id="8r1euswhbl" x1="123.9" x2="285.6" y1="940.45" y2="940.45" gradientTransform="translate(0 -566)" gradientUnits="userSpaceOnUse">
58
+ <stop offset="0" stop-color="#F37C1C"/>
59
+ <stop offset="1" stop-color="#FCC191"/>
60
+ </linearGradient>
61
+ <path fill="url(#8r1euswhbl)" d="M124 394.9c25.8 6.2 53.1 10.1 80.2 10.1h1.2c27.1 0 54.5-3.9 80.2-10.1v-51c-27.4 3.2-54.3 4.9-80.3 4.9h-1.1c-25.8 0-52.7-1.7-80.3-4.9v51h.1z"/>
62
+ <linearGradient id="mjukjdrb4m" x1="409.7" x2="492" y1="844.25" y2="844.25" gradientTransform="translate(0 -566)" gradientUnits="userSpaceOnUse">
63
+ <stop offset="0" stop-color="#EFC530"/>
64
+ <stop offset="1" stop-color="#FCEDB6"/>
65
+ </linearGradient>
66
+ <path fill="url(#mjukjdrb4m)" d="M492 308.7v-34.6c0-14.5-11.8-26.3-26.3-26.3h-56v22.8h49.6c5.5 0 10 4.5 10 10v28.1H492z"/>
67
+ <linearGradient id="0tia1xxxhn" x1="350" x2="389.7" y1="793.35" y2="793.35" gradientTransform="translate(0 -566)" gradientUnits="userSpaceOnUse">
68
+ <stop offset="0" stop-color="#F37C1C"/>
69
+ <stop offset="1" stop-color="#FCC191"/>
70
+ </linearGradient>
71
+ <path fill="url(#0tia1xxxhn)" d="M350 249.2h39.7v-33.4c-11.4-3.6-25-7.1-39.7-10.3v43.7z"/>
72
+ <linearGradient id="3sgjteemho" x1="305.7" x2="330" y1="825.25" y2="825.25" gradientTransform="translate(0 -566)" gradientUnits="userSpaceOnUse">
73
+ <stop offset="0" stop-color="#EFC530"/>
74
+ <stop offset="1" stop-color="#FCEDB6"/>
75
+ </linearGradient>
76
+ <path fill="url(#3sgjteemho)" d="M330 136.9c-7.8-2.9-15.9-5.6-24.3-8v260.7c8.2-2.4 16.3-5.1 24.3-8V136.9z"/>
77
+ <linearGradient id="75469pc7qp" x1="350" x2="389.7" y1="735.85" y2="735.85" gradientTransform="translate(0 -566)" gradientUnits="userSpaceOnUse">
78
+ <stop offset="0" stop-color="#F37C1C"/>
79
+ <stop offset="1" stop-color="#FCC191"/>
80
+ </linearGradient>
81
+ <path fill="url(#75469pc7qp)" d="M389.7 165.4c-11-7-24.5-14-39.7-20.6V185c14.3 3 27.9 6.4 39.7 9.9v-29.5z"/>
82
+ <linearGradient id="yu0mlvdh4q" x1="350" x2="389.7" y1="857.05" y2="857.05" gradientTransform="translate(0 -566)" gradientUnits="userSpaceOnUse">
83
+ <stop offset="0" stop-color="#F37C1C"/>
84
+ <stop offset="1" stop-color="#FCC191"/>
85
+ </linearGradient>
86
+ <path fill="url(#yu0mlvdh4q)" d="M350 312.9c14.8-3.2 28.4-6.8 39.7-10.3v-33.4H350v43.7z"/>
87
+ <linearGradient id="eb4max191r" x1="350" x2="389.7" y1="914.55" y2="914.55" gradientTransform="translate(0 -566)" gradientUnits="userSpaceOnUse">
88
+ <stop offset="0" stop-color="#F37C1C"/>
89
+ <stop offset="1" stop-color="#FCC191"/>
90
+ </linearGradient>
91
+ <path fill="url(#eb4max191r)" d="M350 373.6c2.8-1.2 5.6-2.4 8.3-3.7.4-.2.7-.4 1.1-.5 11.4-5.3 21.6-10.9 30.3-16.4v-29.5c-11.7 3.4-25.3 6.8-39.7 9.9v40.2z"/>
92
+ <path fill="#1D1D1D" d="M502.8 244c-6.5-8-15.6-13.8-25.6-16.3v-18.4h8.5c6.3 0 11.5-5.2 11.5-11.5s-5.2-11.5-11.5-11.5h-40.1c-6.3 0-11.5 5.2-11.5 11.5s5.2 11.5 11.5 11.5h8.6v17h-43V160c0-3.7-1.9-7.3-5-9.5-21.9-14.8-52.9-29.1-85.2-39.5-23.4-7.5-46.9-12.8-70.1-15.9V82.9c0-25.3-20.6-45.9-45.9-45.9-25.4 0-46 20.6-46 45.9V95c-23.8 3.2-47.4 8.6-70.1 15.9-32.5 10.5-63.7 24.9-85.4 39.6-3.2 2.2-5.1 5.7-5.1 9.5v198.4c0 3.7 1.9 7.3 5 9.5 7.2 4.8 15.3 9.6 24.1 14.1-19.4 23.7-19.4 43.3-19.4 81.5 0 6.3 5.2 11.5 11.5 11.5H135c6.3 0 11.5-5.2 11.5-11.5 0-16 2.1-29.1 6.5-41 17.6 2.6 34.8 3.9 51.2 3.9h1.3c16.4 0 33.6-1.3 51.2-3.9 4.4 12.2 6.5 25.3 6.5 41 0 6.3 5.2 11.5 11.5 11.5h115.4c6.3 0 11.5-5.2 11.5-11.5 0-38.2 0-57.8-19.6-81.4 8.5-4.4 16.8-9.3 24.1-14.1 3.2-2.2 5.1-5.7 5.1-9.5v-66.3h36.6v26.6c0 6.3 5.2 11.5 11.5 11.5H502c6.3 0 11.5-5.2 11.5-11.5v-44.6c0-11-3.8-21.7-10.7-30.2zm-43.5 25.1h-48.1v-19.8h54.5c13.7 0 24.8 11.1 24.8 24.8v33.1h-19.7v-26.6c0-6.3-5.2-11.5-11.5-11.5zm-107.8-85.3v-36.7c14 6.2 26.4 12.6 36.7 19.1v26.7c-10.3-3-22.3-6-36.7-9.1zm0 63.9v-40.3c13.9 3.1 26.2 6.3 36.7 9.5v30.8h-36.7zm0 63.3v-40.3h36.7v30.8c-11.2 3.4-23.8 6.7-36.7 9.5zm0 60.3v-36.7c14.4-3.1 26.5-6.1 36.7-9.1v26.7c-8.5 5.4-18.7 10.8-29.3 15.8-.4.1-.7.3-1 .4-.1 0-.1.1-.2.1-.9.4-1.8.8-2.8 1.3-1.1.5-2.2 1-3.4 1.5zm-225.9-25.8c26.7 3.1 53.2 4.7 78.8 4.7h1.1c25.8 0 52.3-1.6 78.8-4.7v48.1c-27.3 6.6-53.8 9.9-78.8 9.9h-1.2c-25 0-51.4-3.3-78.7-9.8v-48.2zm158.5-23.1c-27.6 3.3-54.1 4.9-78.8 4.9h-1.1c-25.3 0-51.8-1.7-78.8-4.9l.1-51.7H284v51.7zm0-126.4v51.7H125.5V196c27.8-3.3 54.3-4.9 78.8-4.9h.5c25.5 0 52.1 1.7 79.3 4.9zm.1-23.1c-26.7-3.1-53.2-4.7-78.8-4.7h-1.1c-24.8 0-51.3 1.6-78.8 4.7v-48.2c20.7-5 41.4-8 61.5-9.2 5.8-.3 11.7-.5 17.6-.5 15.2 0 30.6 1.1 45.9 3.3 11.7 1.7 23 3.8 33.7 6.4v48.2zm23 214.5V130.8c7 2.1 14 4.4 21.3 7v242.5c-7.5 2.7-14.5 5-21.3 7.1zm71.4 64.6h-92.8c-.7-12.2-2.8-23.3-6.2-33.7 8.2-1.7 16.4-3.7 24.5-6 7.4-2.1 14-4.1 20.3-6.1l.9-.3c6.4-2.1 12.9-4.2 19.2-6.9 5.7-2.2 11.2-4.5 16-6.6 16.3 17.5 18 29.3 18.1 59.6zM227.8 92.7c-7.6-.5-15.3-.8-22.9-.8-7.6 0-15.3.3-23 .8v-9.8c0-12.6 10.3-22.9 23-22.9 12.6 0 22.9 10.3 22.9 22.9v9.8zM130 418.3c-3.4 10.4-5.4 21.4-6.2 33.7H31.1c.1-30.3 1.8-42.1 18.2-59.6 12.4 5.5 25.7 10.5 39.6 15 14 4.5 27.9 8.2 41.1 10.9zm-48.8-37.9V138c8.2-2.9 15.2-5.3 21.8-7.2l-.5 256.8c-7-2.2-14-4.5-21.3-7.2zm-23-9.2c-2.1-.9-4.1-1.8-6-2.8-.4-.2-.9-.4-1.4-.6-10.9-5.1-20.8-10.4-29.3-15.7v-26.7c11.4 3.2 24 6.3 36.7 9v36.8zm-36.7-69.7v-30.8h36.7V311c-14-3-26.3-6.2-36.7-9.5zm0-53.8v-30.8c10.5-3.3 22.8-6.5 36.7-9.5v40.3H21.5zm0-54.8v-26.7c10.3-6.5 22.7-12.9 36.7-19.1v36.7c-13 2.7-25.6 5.9-36.7 9.1z"/>
100
93
  </svg>
@@ -1,17 +1,13 @@
1
- <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M25.8928 13.0919H25.3231C24.2568 13.0917 23.227 13.4804 22.4268 14.1852C21.6266 14.89 21.1109 15.8624 20.9764 16.9202C21.2089 16.6397 21.5006 16.4141 21.8305 16.2595C22.1605 16.1048 22.5205 16.025 22.8849 16.0258H24.423C25.0818 16.0258 25.7135 16.2875 26.1793 16.7533C26.6451 17.2191 26.9068 17.8509 26.9068 18.5096V22.6512C26.9053 23.309 26.643 23.9393 26.1773 24.4039C25.7117 24.8685 25.0808 25.1294 24.423 25.1294H22.8849C22.515 25.1295 22.1498 25.0473 21.8158 24.8887C21.4817 24.73 21.1872 24.4989 20.9536 24.2122C21.0531 25.3022 21.5565 26.3156 22.365 27.0535C23.1735 27.7913 24.2286 28.2003 25.3231 28.2H25.8928C26.4681 28.2 27.0378 28.0867 27.5693 27.8665C28.1008 27.6464 28.5838 27.3237 28.9906 26.9169C29.3974 26.5101 29.7201 26.0271 29.9402 25.4956C30.1604 24.9641 30.2737 24.3944 30.2737 23.8191V17.4728C30.2737 16.8975 30.1604 16.3278 29.9402 15.7963C29.7201 15.2648 29.3974 14.7819 28.9906 14.3751C28.5838 13.9682 28.1008 13.6455 27.5693 13.4254C27.0378 13.2052 26.4681 13.0919 25.8928 13.0919Z" fill="white"/>
3
- <path d="M9.83877 13.5933L10.0268 14.6757C10.1143 14.7943 10.2285 14.8906 10.3601 14.9569C10.4917 15.0232 10.6371 15.0576 10.7845 15.0574C10.9091 15.0574 11.0326 15.0328 11.1477 14.9849C11.2628 14.937 11.3673 14.8668 11.4552 14.7784C11.543 14.69 11.6126 14.5851 11.6598 14.4697C11.707 14.3543 11.7309 14.2307 11.7301 14.106V8.14142H22.2351C22.626 7.65967 22.8285 7.05228 22.8048 6.43236C22.7713 5.81198 22.5117 5.22536 22.075 4.78342C21.6383 4.34149 21.0549 4.07488 20.4349 4.03399C19.9395 4.00639 19.4467 4.12315 19.0164 4.3701C18.5723 4.62651 18.0518 4.71742 17.5471 4.6267C17.0424 4.53597 16.5861 4.26949 16.2591 3.87448C15.962 3.51926 15.5909 3.23324 15.1717 3.03643C14.7525 2.83963 14.2954 2.73679 13.8323 2.73511C13.3698 2.73567 12.9131 2.83804 12.4947 3.03495C12.0763 3.23187 11.7063 3.5185 11.4111 3.87448C11.0834 4.26853 10.6272 4.53429 10.1228 4.62496C9.61841 4.71562 9.09819 4.62538 8.65381 4.3701C8.39202 4.21773 8.10419 4.11534 7.80498 4.06817C7.59716 4.04238 7.38765 4.03284 7.17834 4.03968C6.57579 4.09269 6.01206 4.35941 5.58893 4.79167L5.15026 5.38985C4.97662 5.71328 4.87736 6.07139 4.85972 6.43807C4.84513 6.6832 4.86818 6.92912 4.92807 7.16726L5.418 8.15281H9.81029V13.5933H9.83877Z" fill="url(#paint0_linear_4088_33988)"/>
4
- <path d="M6.99027 31.2591H20.6627C20.7874 31.2599 20.911 31.236 21.0264 31.1888C21.1418 31.1416 21.2467 31.0721 21.3351 30.9842C21.4236 30.8963 21.4937 30.7918 21.5416 30.6767C21.5895 30.5616 21.6141 30.4381 21.6141 30.3135V10.0383H13.6385V14.1059C13.6385 14.8613 13.3384 15.5858 12.8042 16.12C12.2701 16.6542 11.5455 16.9543 10.7901 16.9543C10.3977 16.9557 10.0094 16.8742 9.6507 16.7151C9.14207 16.4931 8.70938 16.1274 8.40576 15.6628C8.10214 15.1983 7.94081 14.6552 7.94164 14.1002V10.0383H6.0332V30.3135C6.0332 30.5658 6.13344 30.8078 6.31186 30.9862C6.49027 31.1646 6.73225 31.2648 6.98457 31.2648L6.99027 31.2591Z" fill="url(#paint1_linear_4088_33988)"/>
5
- <path d="M25.2945 11.8955H23.517V9.5484C23.9183 9.1176 24.2293 8.61092 24.4318 8.05815C24.6343 7.50538 24.7242 6.91771 24.6963 6.32967C24.6481 5.23763 24.1929 4.20319 23.4202 3.42997C22.6636 2.65778 21.6502 2.18961 20.5718 2.114C19.7059 2.05699 18.8424 2.25505 18.0879 2.68369C18.0296 2.71403 17.9625 2.72323 17.8981 2.70973C17.8337 2.69623 17.776 2.66086 17.7347 2.60962C17.2602 2.04384 16.6674 1.58893 15.9981 1.27693C15.3288 0.964919 14.5993 0.803386 13.8608 0.803711C13.1211 0.80364 12.3903 0.965831 11.72 1.27884C11.0497 1.59184 10.4561 2.04804 9.98129 2.61531C9.94002 2.66654 9.88232 2.70191 9.81793 2.71541C9.75355 2.72891 9.68645 2.71971 9.62808 2.68937C8.87261 2.25805 8.00643 2.05984 7.13856 2.11968C6.06035 2.19168 5.04639 2.65811 4.29013 3.42997C3.52269 4.2039 3.06998 5.23521 3.01974 6.32397C2.99287 6.91236 3.08385 7.50019 3.28734 8.05293C3.49082 8.60568 3.80269 9.11218 4.20466 9.54269V30.2964C4.20466 31.0518 4.50477 31.7763 5.03895 32.3105C5.57314 32.8447 6.29764 33.1448 7.05309 33.1448H20.7256C21.481 33.1448 22.2055 32.8447 22.7397 32.3105C23.2739 31.7763 23.574 31.0518 23.574 30.2964V29.3849H25.3571C26.9512 29.3818 28.479 28.7469 29.6057 27.6192C30.7323 26.4915 31.3658 24.963 31.3673 23.369V17.8829C31.3643 16.2904 30.7299 14.764 29.6033 13.6384C28.4767 12.5128 26.9497 11.8799 25.3571 11.8784L25.2945 11.8955ZM23.5227 17.5924H24.6621C24.9129 17.5924 25.1534 17.692 25.3308 17.8693C25.5081 18.0467 25.6078 18.2872 25.6078 18.538V22.7537C25.6085 22.8784 25.5846 23.002 25.5374 23.1174C25.4902 23.2328 25.4207 23.3377 25.3328 23.4261C25.2449 23.5145 25.1404 23.5847 25.0253 23.6326C24.9102 23.6804 24.7868 23.7051 24.6621 23.7051H23.5227V17.5924ZM4.85982 6.43221C4.89315 5.81274 5.15196 5.22687 5.58747 4.78506C6.02297 4.34326 6.6051 4.07606 7.22403 4.03384C7.72172 4.00067 8.21789 4.11777 8.64824 4.36995C9.09262 4.62523 9.61284 4.71547 10.1172 4.6248C10.6216 4.53414 11.0778 4.26838 11.4055 3.87433C11.701 3.51865 12.071 3.23223 12.4894 3.03534C12.9078 2.83845 13.3643 2.73591 13.8267 2.73496C14.2899 2.73586 14.7473 2.83834 15.1666 3.0352C15.5859 3.23206 15.9569 3.51851 16.2535 3.87433C16.5805 4.26934 17.0368 4.53582 17.5415 4.62654C18.0462 4.71726 18.5667 4.62636 19.0108 4.36995C19.4391 4.11789 19.9335 4.00077 20.4293 4.03384C21.0493 4.07473 21.6328 4.34134 22.0695 4.78327C22.5061 5.22521 22.7657 5.81183 22.7992 6.43221C22.8282 7.05289 22.6251 7.66213 22.2295 8.14127H11.7302V14.1059C11.731 14.2305 11.7071 14.3541 11.6599 14.4695C11.6127 14.5849 11.5431 14.6898 11.4553 14.7783C11.3674 14.8667 11.2629 14.9369 11.1478 14.9847C11.0327 15.0326 10.9092 15.0573 10.7846 15.0573C10.6599 15.0573 10.5365 15.0326 10.4213 14.9847C10.3062 14.9369 10.2017 14.8667 10.1138 14.7783C10.0259 14.6898 9.9564 14.5849 9.90921 14.4695C9.86202 14.3541 9.83811 14.2305 9.83887 14.1059V8.13557H5.4181C5.02898 7.65348 4.83033 7.04534 4.85982 6.42651V6.43221ZM21.6257 30.3191C21.6257 30.4438 21.601 30.5672 21.5531 30.6824C21.5053 30.7975 21.4351 30.902 21.3467 30.9899C21.2583 31.0778 21.1533 31.1473 21.0379 31.1945C20.9225 31.2417 20.799 31.2656 20.6743 31.2648H7.00184C6.87765 31.2648 6.75468 31.2404 6.63994 31.1928C6.52521 31.1453 6.42094 31.0757 6.33313 30.9878C6.24531 30.9 6.17568 30.7958 6.12815 30.681C6.08063 30.5663 6.05614 30.4433 6.05614 30.3191V10.0383H7.95891V14.1059C7.95891 14.8613 8.25902 15.5858 8.7932 16.12C9.32738 16.6542 10.0519 16.9543 10.8073 16.9543C11.5628 16.9543 12.2873 16.6542 12.8215 16.12C13.3557 15.5858 13.6558 14.8613 13.6558 14.1059V10.044H21.6314V30.3191H21.6257ZM29.4133 23.3918C29.4118 24.4837 28.9774 25.5304 28.2053 26.3025C27.4332 27.0747 26.3864 27.5091 25.2945 27.5106H23.517V25.6078H24.6564C25.4119 25.6078 26.1364 25.3077 26.6705 24.7736C27.2047 24.2394 27.5048 23.5149 27.5048 22.7594V18.5437C27.5048 17.7883 27.2047 17.0638 26.6705 16.5296C26.1364 15.9954 25.4119 15.6953 24.6564 15.6953H23.517V13.7926H25.2945C26.3864 13.7941 27.4332 14.2285 28.2053 15.0006C28.9774 15.7727 29.4118 16.8195 29.4133 17.9114V23.3918Z" fill="black"/>
6
- <path d="M20.6687 33.1905H6.99624C6.23865 33.1815 5.51506 32.8746 4.982 32.3362C4.44894 31.7978 4.14926 31.0712 4.14781 30.3136V9.5485C3.74474 9.11548 3.4327 8.60597 3.23014 8.05015C3.02758 7.49433 2.93861 6.90351 2.96856 6.31269C3.01722 5.21742 3.47217 4.17956 4.24465 3.40158C5.01393 2.61676 6.04737 2.14575 7.14437 2.07992C8.01768 2.02008 8.8893 2.21818 9.65096 2.64961C9.70257 2.67618 9.76168 2.68445 9.81859 2.67306C9.87551 2.66168 9.9269 2.63131 9.96432 2.58693C10.4416 2.01584 11.0385 1.55656 11.7128 1.24154C12.3871 0.926535 13.1224 0.763478 13.8667 0.763932C14.6098 0.762051 15.3442 0.923923 16.0177 1.23802C16.6911 1.55211 17.2872 2.01071 17.7633 2.58123C17.8007 2.62561 17.8521 2.65598 17.909 2.66736C17.9659 2.67874 18.025 2.67048 18.0766 2.64391C18.836 2.21199 19.706 2.01381 20.5776 2.07422C21.6746 2.14005 22.708 2.61108 23.4773 3.3959C24.2543 4.17417 24.7133 5.21412 24.7647 6.31269C24.7934 6.90338 24.7039 7.49385 24.5014 8.04949C24.2989 8.60513 23.9875 9.11475 23.5855 9.5485V11.8272H25.3287C26.9313 11.8272 28.4685 12.4631 29.6028 13.5952C30.7371 14.7274 31.3758 16.2633 31.3788 17.8659V23.352C31.3773 24.9561 30.7394 26.4941 29.6051 27.6284C28.4708 28.7626 26.9328 29.4005 25.3287 29.4021H23.5855V30.2794C23.5893 30.6632 23.5164 31.0439 23.3711 31.3992C23.2258 31.7545 23.011 32.0772 22.7393 32.3484C22.4677 32.6195 22.1446 32.8337 21.789 32.9783C21.4334 33.1229 21.0525 33.195 20.6687 33.1905ZM7.37222 2.14258H7.11589C6.03739 2.20879 5.02208 2.67381 4.26746 3.44717C3.51129 4.20917 3.06296 5.22346 3.00844 6.2956C2.9699 6.88841 3.05311 7.48284 3.25298 8.04228C3.45285 8.60171 3.76513 9.11431 4.17059 9.5485V30.3192C4.17946 31.0629 4.47881 31.7735 5.00467 32.2994C5.53053 32.8253 6.24121 33.1246 6.98484 33.1335H20.6573C21.4069 33.1336 22.1263 32.8382 22.6595 32.3113C23.1927 31.7845 23.4967 31.0688 23.5057 30.3192V29.3736H25.3117C26.8992 29.3721 28.4212 28.7408 29.5437 27.6182C30.6663 26.4957 31.2975 24.9737 31.299 23.3862V17.9001C31.296 16.3141 30.6639 14.7941 29.5414 13.6737C28.4188 12.5533 26.8976 11.9241 25.3117 11.9241H23.483V9.5485C23.8833 9.12199 24.1936 8.61916 24.3952 8.07004C24.5968 7.52093 24.6857 6.9368 24.6565 6.35257C24.6059 5.2689 24.1529 4.24307 23.3861 3.47564C22.6321 2.70137 21.6165 2.23619 20.5377 2.17106C19.6757 2.11663 18.8165 2.31459 18.0652 2.74074C18.0011 2.77507 17.9271 2.78645 17.8556 2.77298C17.7841 2.75951 17.7194 2.72201 17.6722 2.6667C17.2022 2.10368 16.614 1.65102 15.9495 1.34089C15.2849 1.03075 14.5602 0.870724 13.8268 0.872174C13.0912 0.870923 12.3644 1.03156 11.6979 1.34268C11.0313 1.65379 10.4414 2.10775 9.97002 2.67238C9.9234 2.72861 9.85859 2.76679 9.78681 2.78031C9.71504 2.79384 9.64082 2.78185 9.57694 2.74645C8.90822 2.3541 8.14753 2.14576 7.37222 2.14258ZM20.6744 31.2706H7.00194C6.74404 31.2691 6.49713 31.166 6.31477 30.9836C6.1324 30.8013 6.02926 30.5544 6.02777 30.2965V10.0042H7.98749V14.106C7.99488 14.8506 8.29357 15.5627 8.81959 16.0898C9.34561 16.6169 10.0571 16.917 10.8017 16.9259C11.5463 16.917 12.2579 16.6169 12.7839 16.0898C13.3099 15.5627 13.6086 14.8506 13.616 14.106V10.0042H21.6657V30.3136C21.6649 30.4427 21.6387 30.5705 21.5884 30.6894C21.5381 30.8084 21.4648 30.9163 21.3726 31.0068C21.2805 31.0973 21.1714 31.1687 21.0516 31.217C20.9317 31.2652 20.8036 31.2892 20.6744 31.2877V31.2706ZM6.07906 10.0498V30.2965C6.07906 30.4162 6.10262 30.5347 6.14842 30.6453C6.19423 30.7559 6.26139 30.8563 6.34603 30.941C6.43067 31.0256 6.53113 31.0928 6.64172 31.1386C6.75231 31.1844 6.87084 31.208 6.99054 31.208H20.663C20.9053 31.208 21.1377 31.1121 21.3096 30.9413C21.4814 30.7706 21.5787 30.5387 21.5802 30.2965V10.0669H13.6616V14.106C13.6601 14.87 13.3559 15.6024 12.8156 16.1426C12.2753 16.6829 11.543 16.9871 10.779 16.9886C10.0154 16.9871 9.28368 16.6827 8.74431 16.1423C8.20495 15.6019 7.90206 14.8695 7.90206 14.106V10.0726L6.07906 10.0498ZM25.2946 27.5164H23.483V25.5567H24.6565C25.4011 25.5478 26.1126 25.2476 26.6387 24.7206C27.1647 24.1935 27.4634 23.4813 27.4708 22.7367V18.5211C27.4619 17.7774 27.1625 17.0667 26.6367 16.5409C26.1108 16.015 25.4001 15.7157 24.6565 15.7068H23.483V13.7642H25.2889C26.3878 13.7642 27.4418 14.2003 28.2194 14.9769C28.9971 15.7534 29.4347 16.8069 29.4362 17.9058V23.3862C29.4362 24.4851 29 25.5391 28.2235 26.3168C27.4469 27.0944 26.3935 27.532 25.2946 27.5335V27.5164ZM23.5513 27.4537H25.2946C26.3779 27.4537 27.4168 27.0234 28.1828 26.2574C28.9489 25.4913 29.3792 24.4524 29.3792 23.3691V17.8887C29.3777 16.8064 28.9467 15.7689 28.1808 15.0041C27.415 14.2393 26.3769 13.8098 25.2946 13.8098H23.5513V15.6441H24.6907C25.4434 15.653 26.1627 15.956 26.695 16.4882C27.2273 17.0205 27.5302 17.7399 27.5391 18.4926V22.7082C27.5392 23.4669 27.2402 24.195 26.7069 24.7346C26.1737 25.2742 25.4493 25.5819 24.6907 25.5909H23.5513V27.4537ZM24.6907 23.7109H23.483V17.5526H24.6565C24.9154 17.5541 25.1632 17.658 25.3457 17.8416C25.5282 18.0252 25.6307 18.2735 25.6307 18.5324V22.7481C25.6307 23.0051 25.5298 23.2517 25.3497 23.435C25.1697 23.6183 24.9248 23.7235 24.6679 23.728L24.6907 23.7109ZM23.5513 23.6482H24.6907C24.933 23.6467 25.1648 23.5494 25.3355 23.3776C25.5063 23.2057 25.6022 22.9733 25.6022 22.731V18.5154C25.6022 18.2736 25.5061 18.0418 25.3352 17.8708C25.1643 17.6999 24.9324 17.6039 24.6907 17.6039H23.5513V23.6482ZM10.7847 15.0631C10.5297 15.0616 10.2853 14.9609 10.1034 14.7822C9.92147 14.6035 9.81642 14.3609 9.81049 14.106V8.16985H5.40683C5.01916 7.68635 4.8171 7.08019 4.83714 6.46079C4.86932 5.83185 5.13134 5.23664 5.57349 4.78819C6.01563 4.33974 6.60708 4.06931 7.2355 4.02824C7.73728 3.99798 8.23681 4.11692 8.67112 4.37005C9.10933 4.62306 9.62281 4.7132 10.121 4.62461C10.6192 4.53602 11.0701 4.27438 11.3942 3.88582C11.6929 3.52808 12.0667 3.24054 12.4891 3.04362C12.9115 2.84669 13.3721 2.74523 13.8382 2.74645C14.3052 2.744 14.7671 2.84488 15.1906 3.04186C15.6141 3.23884 15.9888 3.52704 16.2878 3.88582C16.6103 4.2749 17.0603 4.53707 17.5578 4.62572C18.0553 4.71438 18.5682 4.62379 19.0052 4.37005C19.4418 4.11741 19.943 3.99855 20.4465 4.02824C21.0731 4.07305 21.6618 4.34485 22.1022 4.79268C22.5427 5.2405 22.8048 5.83359 22.8392 6.46079C22.866 7.08116 22.6632 7.68965 22.2695 8.16985H11.7873V14.106C11.7866 14.2356 11.7601 14.3638 11.7095 14.4832C11.6588 14.6025 11.585 14.7107 11.4923 14.8013C11.3995 14.8919 11.2898 14.9632 11.1693 15.0111C11.0488 15.0589 10.92 15.0824 10.7903 15.0801L10.7847 15.0631ZM5.43531 8.0901H9.87315V14.106C9.87314 14.3483 9.96899 14.5807 10.1398 14.7525C10.3105 14.9244 10.5424 15.0217 10.7847 15.0232C10.9051 15.0232 11.0244 14.9995 11.1356 14.9534C11.2469 14.9073 11.348 14.8397 11.4332 14.7545C11.5184 14.6694 11.5859 14.5683 11.632 14.457C11.6781 14.3457 11.7019 14.2264 11.7019 14.106V8.10719H22.2126C22.6132 7.63083 22.8169 7.01958 22.7823 6.39814C22.7488 5.7868 22.4928 5.20885 22.0625 4.77331C21.6322 4.33777 21.0574 4.07477 20.4465 4.03394C19.9567 3.99978 19.4681 4.11498 19.0451 4.36435C18.5935 4.62335 18.065 4.71506 17.5525 4.62339C17.04 4.53173 16.5761 4.26253 16.2422 3.86303C15.9516 3.50759 15.5857 3.22104 15.171 3.02402C14.7563 2.827 14.303 2.72441 13.8439 2.72365C13.3851 2.72638 12.9325 2.82986 12.518 3.02673C12.1036 3.22361 11.7375 3.50909 11.4455 3.86303C11.1132 4.26307 10.6498 4.53239 10.1377 4.62313C9.62558 4.71387 9.0979 4.62017 8.64834 4.35867C8.22346 4.11456 7.73585 4.00157 7.2469 4.03394C6.63458 4.07222 6.05771 4.33423 5.62599 4.77015C5.19427 5.20606 4.93785 5.78547 4.9055 6.39814C4.86906 7.01413 5.05957 7.62213 5.44101 8.10719L5.43531 8.0901Z" fill="#1D1D1D"/>
7
- <defs>
8
- <linearGradient id="paint0_linear_4088_33988" x1="13.8266" y1="15.0574" x2="13.8266" y2="2.7465" gradientUnits="userSpaceOnUse">
9
- <stop stop-color="#EFC530"/>
10
- <stop offset="1" stop-color="#FCEDB6"/>
11
- </linearGradient>
12
- <linearGradient id="paint1_linear_4088_33988" x1="13.8265" y1="31.2591" x2="13.8265" y2="10.0326" gradientUnits="userSpaceOnUse">
13
- <stop stop-color="#F37C1C"/>
14
- <stop offset="1" stop-color="#FCC191"/>
15
- </linearGradient>
16
- </defs>
1
+ <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 512 512" viewBox="0 0 512 512">
2
+ <linearGradient id="c9c5g3xoua" x1="203.664" x2="203.664" y1="225.17" y2="30.084" gradientUnits="userSpaceOnUse">
3
+ <stop offset="0" stop-color="#EFC530"/>
4
+ <stop offset="1" stop-color="#FCEDB6"/>
5
+ </linearGradient>
6
+ <path fill="url(#c9c5g3xoua)" d="M140.4 202l3 17.2c2.7 3.7 7.1 6 12 6 8.3 0 15-6.7 15-15v-94.5h166.4c6.1-7.6 9.3-17.2 8.9-27.1-.9-20.1-17.4-36.9-37.5-38-7.9-.5-15.7 1.4-22.5 5.3-14.5 8.4-32.9 5.1-43.7-7.8-9.6-11.4-23.6-17.9-38.4-17.9s-28.9 6.5-38.4 17.9C154.4 61 136 64.3 121.5 55.9c-4.2-2.4-8.7-4-13.4-4.8-3.6-.4-6.9-.5-9.9-.4-9.8.8-18.6 5.2-25.2 11.9l-7 9.5c-2.7 5-4.3 10.7-4.6 16.6-.2 3.9.2 7.8 1.1 11.5l7.8 15.6h70V202z"/>
7
+ <linearGradient id="ly8mizdw6b" x1="203.664" x2="203.664" y1="481.916" y2="145.682" gradientUnits="userSpaceOnUse">
8
+ <stop offset="0" stop-color="#F37C1C"/>
9
+ <stop offset="1" stop-color="#FCC191"/>
10
+ </linearGradient>
11
+ <path fill="url(#ly8mizdw6b)" d="M95.3 481.9H312c8.3 0 15-6.7 15-15V145.7H200.6v64.4c0 24.9-20.2 45.1-45.1 45.1-6.4 0-12.5-1.4-18-3.8-15.9-7-27.1-22.9-27.1-41.4v-64.4H80.2v321.2c0 8.4 6.8 15.1 15.1 15.1z"/>
12
+ <path stroke="#1D1D1D" stroke-miterlimit="10" d="M385.3 175.1h-28.2v-37c12.8-13.8 19.6-32.1 18.7-51-.8-17.2-7.9-33.5-20.2-45.9-12.2-12.4-28.4-19.8-45.6-20.8-13.8-.8-27.5 2.4-39.4 9.3-1.8 1-4.2.6-5.6-1.1C249.8 10.4 227.4 0 203.7 0s-46.2 10.4-61.5 28.7c-1.4 1.7-3.8 2.1-5.6 1.1-11.9-6.9-25.5-10.1-39.4-9.3-17.2 1-33.4 8.4-45.6 20.8-12.2 12.3-19.3 28.6-20.1 45.8-.9 18.9 5.9 37.2 18.7 51v328.8c0 24.9 20.2 45.1 45.1 45.1H312c24.9 0 45.1-20.2 45.1-45.1v-14.4h28.2c52.5 0 95.3-42.7 95.3-95.3v-86.9c0-52.5-42.7-95.2-95.3-95.2zm-28.1 90.2h18.1c8.3 0 15 6.7 15 15v66.8c0 8.3-6.7 15-15 15h-18.1v-96.8zM61.5 88.5c.9-20.1 17.4-36.9 37.5-38 7.9-.5 15.7 1.4 22.5 5.3 14.5 8.4 32.9 5.1 43.7-7.8 9.6-11.4 23.6-17.9 38.4-17.9S232.5 36.6 242 48c10.8 12.9 29.2 16.2 43.7 7.8 6.8-3.9 14.6-5.8 22.5-5.3 20.1 1.2 36.6 17.9 37.5 38 .5 9.9-2.7 19.5-8.9 27.1H170.5v94.5c0 8.3-6.7 15-15 15s-15-6.7-15-15v-94.5h-70c-6.2-7.6-9.4-17.2-9-27.1zm265.6 378.4c0 8.3-6.7 15-15 15H95.3c-8.3 0-15-6.7-15-15V145.7h30.1v64.4c0 24.9 20.2 45.1 45.1 45.1s45.1-20.2 45.1-45.1v-64.4h126.5v321.2zm123.4-109.7c0 35.9-29.2 65.2-65.2 65.2h-28.2v-30.1h18.1c24.9 0 45.1-20.2 45.1-45.1v-66.8c0-24.9-20.2-45.1-45.1-45.1h-18.1v-30.1h28.2c35.9 0 65.2 29.2 65.2 65.2v86.8z"/>
17
13
  </svg>
@@ -1,18 +1,13 @@
1
- <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M17.0847 6.47095C16.1097 6.47095 15.1443 6.66397 14.2436 7.03897C13.3429 7.41398 12.5245 7.96363 11.8353 8.65652C11.146 9.34941 10.5994 10.172 10.2266 11.0772C9.85379 11.9824 9.66215 12.9526 9.6626 13.9322H24.5103C24.5103 11.9534 23.728 10.0556 22.3354 8.65631C20.9428 7.25705 19.0541 6.47095 17.0847 6.47095Z" fill="white"/>
3
- <path d="M10.8853 17.6525H23.2842L21.8342 29.8238H12.3421L10.8853 17.6525Z" fill="url(#paint0_linear_4088_33992)"/>
4
- <path d="M21.8652 29.8514H12.3249L10.8853 17.6248H23.3393L21.8652 29.8514ZM12.3766 29.7926H21.8135L23.2566 17.6801H10.9335L12.3766 29.7926Z" fill="black"/>
5
- <path d="M9.53174 14.9149H24.6619V15.8978H9.53519L9.53174 14.9149Z" fill="url(#paint1_linear_4088_33992)"/>
6
- <path d="M24.6896 15.9255H9.50781V14.8873H24.693L24.6896 15.9255ZM9.56291 15.8702H24.6311V14.9427H9.56291V15.8702Z" fill="black"/>
7
- <path d="M25.0856 13.1604C24.9319 11.2497 24.1109 9.45516 22.7677 8.09392C22.0827 7.41784 21.2794 6.87463 20.3981 6.49161L20.6943 3.6227L22.5645 4.13834C22.6748 4.1688 22.7901 4.17712 22.9036 4.16282C23.0172 4.14852 23.1268 4.11189 23.2263 4.05501C23.3258 3.99813 23.4131 3.92212 23.4833 3.83131C23.5536 3.74051 23.6053 3.63668 23.6356 3.52579C23.6968 3.30092 23.6666 3.06084 23.5516 2.85835C23.4366 2.65586 23.2463 2.50755 23.0225 2.44605L20.1639 1.65356C20.042 1.61852 19.9138 1.61121 19.7887 1.63216C19.6636 1.65311 19.5447 1.70179 19.4406 1.77467C19.3366 1.84713 19.2493 1.94117 19.1846 2.05041C19.1198 2.15966 19.0791 2.28159 19.0652 2.40799L18.6967 5.96559C18.1689 5.86374 17.6326 5.81275 17.0952 5.81332C16.0488 5.7974 15.0096 5.98877 14.0369 6.37653C13.0642 6.76428 12.177 7.3408 11.4261 8.07315C10.0814 9.43335 9.26016 11.2285 9.10821 13.1396C8.7565 13.1424 8.42011 13.2847 8.17238 13.5355C7.92464 13.7864 7.78563 14.1255 7.78564 14.4789V16.2923C7.78655 16.6476 7.92716 16.9881 8.17683 17.2396C8.4265 17.4911 8.76499 17.6333 9.11853 17.6351H9.14264L10.6856 30.5989C10.7169 30.8637 10.844 31.1078 11.0428 31.2846C11.2416 31.4614 11.4982 31.5585 11.7636 31.5575H22.4405C22.7051 31.5569 22.9604 31.4591 23.1584 31.2826C23.3563 31.106 23.4831 30.8629 23.5151 30.5989L25.058 17.6385H25.0821C25.4354 17.6376 25.7739 17.4962 26.0236 17.2453C26.2734 16.9943 26.4141 16.6542 26.415 16.2992V14.4858C26.4159 14.1327 26.2777 13.7936 26.0305 13.5427C25.7833 13.2917 25.4473 13.1493 25.0959 13.1465L25.0856 13.1604ZM9.53183 15.8978V14.915H24.662V15.8978H9.53183ZM23.3325 13.1604H19.7162L20.2121 8.34655C21.0831 8.83287 21.8227 9.52563 22.3665 10.3646C22.9103 11.2036 23.242 12.1633 23.3325 13.1604ZM17.0848 7.57135C17.5628 7.57245 18.0394 7.62232 18.5073 7.72017L17.9459 13.1604H10.8544C10.989 11.6066 11.7086 10.163 12.8665 9.12437C14.0244 8.08568 15.5332 7.53021 17.0848 7.57135ZM21.8309 29.8237H12.3388L10.8854 17.6524H23.2843L21.8412 29.8237H21.8309Z" fill="#1D1D1D"/>
8
- <defs>
9
- <linearGradient id="paint0_linear_4088_33992" x1="17.095" y1="29.8238" x2="17.095" y2="17.6525" gradientUnits="userSpaceOnUse">
10
- <stop stop-color="#F37C1C"/>
11
- <stop offset="1" stop-color="#FCC191"/>
12
- </linearGradient>
13
- <linearGradient id="paint1_linear_4088_33992" x1="17.0951" y1="15.8978" x2="17.0951" y2="14.9115" gradientUnits="userSpaceOnUse">
14
- <stop stop-color="#EFC530"/>
15
- <stop offset="1" stop-color="#FCEDB6"/>
16
- </linearGradient>
17
- </defs>
1
+ <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 512 512" viewBox="0 0 512 512">
2
+ <linearGradient id="i7durkkwia" x1="255.913" x2="255.913" y1="482" y2="274.012" gradientUnits="userSpaceOnUse">
3
+ <stop offset="0" stop-color="#F37C1C"/>
4
+ <stop offset="1" stop-color="#FCC191"/>
5
+ </linearGradient>
6
+ <path fill="url(#i7durkkwia)" stroke="#000000" stroke-miterlimit="10" d="M149.5 274L362.3 274 337.4 482 174.4 482z"/>
7
+ <linearGradient id="b41asx3ixb" x1="255.915" x2="255.915" y1="244.012" y2="227.164" gradientUnits="userSpaceOnUse">
8
+ <stop offset="0" stop-color="#EFC530"/>
9
+ <stop offset="1" stop-color="#FCEDB6"/>
10
+ </linearGradient>
11
+ <path fill="url(#b41asx3ixb)" stroke="#000000" stroke-miterlimit="10" d="M126 227.2H385.8V244H126z"/>
12
+ <path fill="#1D1D1D" d="M393.1 197.2c-3.2-33.8-17-64.1-39.8-86.6-11.8-11.6-25.6-20.9-40.7-27.4l5.1-49 32.1 8.8c8 2.2 16.2-2.5 18.4-10.5 2.2-8-2.5-16.2-10.5-18.4L308.6.5c-4.3-1.2-8.8-.4-12.4 2.1-3.6 2.5-6 6.4-6.5 10.8l-6.3 60.8c-8.9-1.7-18.1-2.6-27.5-2.6-37.5 0-72.1 13.8-97.4 38.9-22.8 22.5-36.6 52.8-39.8 86.6-12.5.1-22.7 10.3-22.7 22.9v31c0 12.6 10.3 22.9 22.9 22.9h.4l26.5 221.6c1.1 9.4 9.1 16.4 18.5 16.4h183.2c9.4 0 17.4-7.1 18.5-16.4L392.5 274h.4c12.6 0 22.9-10.3 22.9-22.9v-31c0-12.6-10.1-22.8-22.7-22.9zM126 244v-16.8H385.8V244H126zm237-46.8h-62.1l8.5-82.3c29.4 15.9 49.3 45.5 53.6 82.3zm-107.1-95.5c8.5 0 16.6.9 24.4 2.5l-9.6 93H148.9c6.5-56.2 49.5-95.5 107-95.5zM337.4 482h-163l-24.9-208h212.7l-24.8 208z"/>
18
13
  </svg>
@@ -1,27 +1,24 @@
1
- <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M22.5987 12.0826L22.4525 11.9657C21.1965 10.8304 20.4172 9.26136 20.2716 7.57453L20.2424 7.20618H10.4193C9.88076 7.20661 9.35407 7.36461 8.9042 7.66071C8.45433 7.95682 8.10092 8.37808 7.88755 8.87258L5.73584 13.8893H22.5929V12.0826H22.5987Z" fill="white"/>
3
- <path d="M2.99902 18.1752V20.514C2.99902 21.2444 3.28917 21.9449 3.80563 22.4614C4.3221 22.9779 5.02258 23.268 5.75298 23.268H22.61V15.4213H5.75298C5.02258 15.4213 4.3221 15.7114 3.80563 16.2279C3.28917 16.7444 2.99902 17.4448 2.99902 18.1752ZM13.9739 18.5787H18.6516C18.8558 18.5802 19.0512 18.662 19.1956 18.8064C19.34 18.9508 19.4219 19.1463 19.4234 19.3505C19.4219 19.5547 19.34 19.7501 19.1956 19.8945C19.0512 20.039 18.8558 20.1208 18.6516 20.1223H13.9739C13.7692 20.1223 13.5729 20.041 13.4282 19.8962C13.2834 19.7515 13.2021 19.5552 13.2021 19.3505C13.2021 19.1458 13.2834 18.9495 13.4282 18.8047C13.5729 18.66 13.7692 18.5787 13.9739 18.5787Z" fill="url(#paint0_linear_4088_34003)"/>
4
- <path d="M5.3501 24.8235V29.1562H10.8522V24.8293L5.3501 24.8235Z" fill="url(#paint1_linear_4088_34003)"/>
5
- <path d="M30.7199 3.72143L30.0241 2.96716V7.60387C30.0247 7.7473 29.9849 7.88802 29.9095 8.01C29.834 8.13198 29.7258 8.23032 29.5972 8.29382L27.2584 9.46323C27.1517 9.51812 27.0334 9.54674 26.9134 9.54674C26.7934 9.54674 26.6752 9.51812 26.5685 9.46323L24.2296 8.29382C24.1017 8.23005 23.9943 8.13148 23.9198 8.00944C23.8454 7.8874 23.8068 7.74682 23.8086 7.60387V2.96716L23.1012 3.72143C22.3868 4.48402 21.9484 5.46383 21.8557 6.50462C21.7619 7.35516 21.8886 8.21552 22.2234 9.00298C22.5583 9.79044 23.0901 10.4785 23.7677 11.001H23.797H23.8379C23.9414 11.0731 24.0259 11.1694 24.084 11.2814C24.142 11.3935 24.172 11.518 24.1712 11.6442V28.7468C24.1712 29.4772 24.4613 30.1777 24.9778 30.6941C25.4942 31.2106 26.1947 31.5008 26.9251 31.5008C27.6555 31.5008 28.356 31.2106 28.8725 30.6941C29.3889 30.1777 29.6791 29.4772 29.6791 28.7468V11.691C29.6846 11.5767 29.7152 11.4651 29.7687 11.364C29.8223 11.2629 29.8975 11.1749 29.989 11.1063C30.7435 10.5491 31.328 9.79291 31.677 8.92235C32.0261 8.0518 32.1259 7.10126 31.9653 6.17719C31.8012 5.25377 31.3679 4.39943 30.7199 3.72143ZM26.9017 29.4075C26.8148 29.4083 26.7285 29.3917 26.648 29.3588C26.5675 29.3259 26.4943 29.2772 26.4328 29.2157C26.3713 29.1542 26.3226 29.0811 26.2897 29.0006C26.2568 28.92 26.2402 28.8338 26.241 28.7468C26.241 28.5716 26.3106 28.4035 26.4345 28.2796C26.5584 28.1557 26.7265 28.0861 26.9017 28.0861C27.077 28.0861 27.245 28.1557 27.3689 28.2796C27.4928 28.4035 27.5624 28.5716 27.5624 28.7468C27.5632 28.8338 27.5467 28.92 27.5137 29.0006C27.4808 29.0811 27.4322 29.1542 27.3707 29.2157C27.3092 29.2772 27.236 29.3259 27.1555 29.3588C27.075 29.3917 26.9887 29.4083 26.9017 29.4075Z" fill="url(#paint2_linear_4088_34003)"/>
6
- <path d="M13.9745 20.1224H18.6521C18.8563 20.1208 19.0517 20.039 19.1961 19.8946C19.3406 19.7502 19.4224 19.5548 19.4239 19.3505C19.4224 19.1463 19.3406 18.9509 19.1961 18.8065C19.0517 18.6621 18.8563 18.5803 18.6521 18.5787H13.9745C13.7698 18.5787 13.5734 18.66 13.4287 18.8048C13.284 18.9495 13.2026 19.1458 13.2026 19.3505C13.2026 19.5552 13.284 19.7516 13.4287 19.8963C13.5734 20.041 13.7698 20.1224 13.9745 20.1224Z" fill="#1D1D1D"/>
7
- <path d="M18.6753 20.2335H13.9977C13.764 20.2319 13.5403 20.1384 13.375 19.9732C13.2098 19.8079 13.1163 19.5842 13.1147 19.3506C13.1163 19.1169 13.2098 18.8932 13.375 18.7279C13.5403 18.5627 13.764 18.4692 13.9977 18.4677H18.6753C18.9084 18.4692 19.1315 18.5629 19.2958 18.7283C19.4601 18.8937 19.5524 19.1174 19.5524 19.3506C19.5524 19.5837 19.4601 19.8074 19.2958 19.9728C19.1315 20.1382 18.9084 20.2319 18.6753 20.2335ZM13.9977 18.6898C13.8229 18.6914 13.6557 18.7615 13.5321 18.885C13.4086 19.0086 13.3385 19.1758 13.3369 19.3506C13.3385 19.5253 13.4086 19.6925 13.5321 19.8161C13.6557 19.9396 13.8229 20.0097 13.9977 20.0113H18.6753C18.8501 20.0097 19.0172 19.9396 19.1408 19.8161C19.2644 19.6925 19.3345 19.5253 19.336 19.3506C19.3345 19.1758 19.2644 19.0086 19.1408 18.885C19.0172 18.7615 18.8501 18.6914 18.6753 18.6898H13.9977Z" fill="#1D1D1D"/>
8
- <path d="M33.5615 5.86727C33.3633 4.7832 32.8997 3.76511 32.212 2.90396C31.5243 2.04282 30.634 1.36545 29.6206 0.932361C29.4868 0.866939 29.3384 0.837397 29.1897 0.846622C29.0411 0.855847 28.8974 0.903529 28.7728 0.984992C28.6474 1.06273 28.544 1.17122 28.4724 1.30016C28.4008 1.4291 28.3633 1.57421 28.3635 1.72172V7.05422L26.8959 7.7851L25.4283 7.05422V1.73341C25.4284 1.58513 25.3909 1.43924 25.3193 1.30937C25.2478 1.17951 25.1444 1.06992 25.019 0.990835C24.8941 0.909913 24.7505 0.862558 24.602 0.85334C24.4535 0.844122 24.3051 0.873354 24.1712 0.938214C23.2524 1.3451 22.4351 1.95039 21.7779 2.71063C21.1208 3.47086 20.6402 4.36717 20.3706 5.33519L20.3121 5.55738H10.4189C9.55679 5.55706 8.7136 5.81019 7.99421 6.28528C7.27481 6.76037 6.71094 7.43647 6.37274 8.22948L3.79419 14.2695L3.70064 14.3221C2.99606 14.6895 2.40557 15.2429 1.99326 15.9222C1.58095 16.6014 1.36256 17.3807 1.36182 18.1753V20.5141C1.36097 21.2843 1.56461 22.0408 1.95189 22.7065C2.33918 23.3722 2.89624 23.9231 3.56617 24.303L3.71234 24.3907V28.7351C3.71389 29.2805 3.93123 29.8031 4.31687 30.1887C4.70252 30.5744 5.22511 30.7917 5.7705 30.7932H10.4481C10.9935 30.7917 11.5161 30.5744 11.9018 30.1887C12.2874 29.8031 12.5047 29.2805 12.5063 28.7351V24.917H22.4989V28.7351C22.4989 29.9033 22.9626 31.0238 23.7881 31.8504C24.6136 32.677 25.7335 33.1422 26.9017 33.1438C28.0705 33.1422 29.191 32.6772 30.0174 31.8508C30.8439 31.0243 31.3089 29.9039 31.3104 28.7351V12.1353L31.4098 12.0476C32.2647 11.2856 32.9109 10.3181 33.2875 9.23659C33.664 8.15509 33.7583 6.9954 33.5615 5.86727ZM22.4989 15.5324V23.1687H5.75296C5.05203 23.1687 4.37981 22.8902 3.88418 22.3946C3.38855 21.899 3.1101 21.2268 3.1101 20.5258V18.187C3.1101 17.4861 3.38855 16.8139 3.88418 16.3182C4.37981 15.8226 5.05203 15.5441 5.75296 15.5441L22.4989 15.5324ZM10.4189 7.31149H20.1426V7.58046C20.287 9.29821 21.0817 10.896 22.3644 12.0476L22.4697 12.1353V13.7725H5.88745L7.97483 8.91359C8.17952 8.43579 8.52057 8.02896 8.95529 7.744C9.39001 7.45904 9.89912 7.30859 10.4189 7.31149ZM10.7463 29.045H5.484V24.952H10.7463V29.045ZM29.5446 11.6909V28.7468C29.5446 29.4477 29.2662 30.1199 28.7705 30.6156C28.2749 31.1112 27.6027 31.3896 26.9017 31.3896C26.2008 31.3896 25.5286 31.1112 25.0329 30.6156C24.5373 30.1199 24.2589 29.4477 24.2589 28.7468V11.6909C24.2592 11.5447 24.2231 11.4007 24.1536 11.2721C24.0842 11.1434 23.9837 11.0341 23.8613 10.9542C23.1979 10.4438 22.6772 9.77111 22.3495 9.00094C22.0217 8.23077 21.898 7.38914 21.9902 6.55723C22.0859 5.53908 22.5156 4.58113 23.2123 3.8325L23.7209 3.28288V7.63308C23.7184 7.79643 23.7628 7.95707 23.8488 8.09595C23.9348 8.23483 24.0589 8.34611 24.2062 8.41658L26.5451 9.58599C26.6659 9.6495 26.8003 9.68268 26.9368 9.68268C27.0733 9.68268 27.2077 9.6495 27.3286 9.58599L29.6674 8.41658C29.813 8.34388 29.9355 8.23209 30.0212 8.09372C30.1069 7.95535 30.1525 7.79585 30.1527 7.63308V3.27118L30.6555 3.8208C31.2667 4.48466 31.6728 5.31112 31.8249 6.20056C31.9816 7.10443 31.8842 8.03406 31.5435 8.8858C31.2028 9.73754 30.6323 10.4779 29.8954 11.0244C29.7852 11.1039 29.6954 11.2084 29.6334 11.3294C29.5714 11.4503 29.5389 11.5842 29.5387 11.7202L29.5446 11.6909Z" fill="#1D1D1D"/>
9
- <path d="M26.9021 33.1905C25.7246 33.1889 24.5958 32.7201 23.7637 31.8869C22.9316 31.0537 22.4642 29.9243 22.4642 28.7467V24.9695H12.5242V28.7467C12.5242 29.3019 12.3037 29.8343 11.9111 30.2269C11.5186 30.6194 10.9862 30.84 10.431 30.84H5.75335C5.20022 30.8369 4.67079 30.615 4.28076 30.2228C3.89072 29.8305 3.67179 29.2999 3.6718 28.7467V24.4258L3.54317 24.3439C2.86767 23.9615 2.30596 23.4064 1.91555 22.7355C1.52513 22.0646 1.32005 21.302 1.32129 20.5258V18.187C1.32341 17.383 1.5465 16.595 1.9662 15.9093C2.3859 15.2235 2.98604 14.6664 3.70103 14.2987L3.77704 14.2577L6.35559 8.22359C6.6965 7.42113 7.26681 6.73723 7.99496 6.25769C8.7231 5.77815 9.57667 5.52434 10.4485 5.5281H20.3125L20.3651 5.33515C20.6351 4.36185 21.1175 3.46055 21.7778 2.69618C22.438 1.9318 23.2595 1.32339 24.1832 0.914781C24.3229 0.848486 24.4771 0.818548 24.6315 0.827748C24.7858 0.836947 24.9353 0.884984 25.0662 0.967402C25.1976 1.04999 25.3058 1.16476 25.3805 1.30085C25.4552 1.43693 25.4939 1.58983 25.493 1.74506V7.04248L26.9255 7.75582L28.358 7.04248V1.73337C28.3576 1.57902 28.3965 1.42711 28.4712 1.29204C28.5459 1.15697 28.6539 1.04321 28.7849 0.961558C28.9155 0.878623 29.0651 0.83028 29.2195 0.821074C29.374 0.811868 29.5282 0.842104 29.6678 0.908937C30.6847 1.34579 31.578 2.02691 32.2686 2.89185C32.9591 3.7568 33.4255 4.77882 33.6262 5.86723C33.8261 7.00264 33.7323 8.17031 33.3536 9.25922C32.9749 10.3481 32.3241 11.3221 31.4628 12.0885L31.3751 12.1645V28.7467C31.3744 29.3325 31.2579 29.9124 31.0325 30.4531C30.8071 30.9938 30.4771 31.4847 30.0615 31.8976C29.6459 32.3105 29.1529 32.6372 28.6107 32.8591C28.0686 33.0809 27.4879 33.1936 26.9021 33.1905ZM12.4716 24.8935H22.5344V28.7467C22.5359 29.9046 22.9966 31.0147 23.8154 31.8335C24.6341 32.6523 25.7442 33.1129 26.9021 33.1145C28.0601 33.1129 29.1701 32.6523 29.9889 31.8335C30.8076 31.0147 31.2683 29.9046 31.2699 28.7467V12.1177L31.3868 12.0183C32.2376 11.2612 32.8807 10.2993 33.2552 9.22375C33.6298 8.14824 33.7233 6.99486 33.5268 5.87307C33.3278 4.79467 32.8655 3.78211 32.1811 2.92529C31.4967 2.06848 30.6112 1.39393 29.6035 0.961558C29.4756 0.900835 29.3344 0.8738 29.1932 0.88301C29.052 0.89222 28.9154 0.937367 28.7966 1.01418C28.6757 1.08865 28.5757 1.19267 28.5062 1.31645C28.4366 1.44023 28.3997 1.57969 28.399 1.72168V7.07757L26.8963 7.83184L25.3936 7.07757V1.73337C25.3927 1.59061 25.3558 1.45037 25.2863 1.32567C25.2168 1.20097 25.117 1.09584 24.996 1.02003C24.8773 0.942529 24.7403 0.897434 24.5988 0.889228C24.4572 0.881023 24.316 0.909991 24.1891 0.973255C23.2736 1.37599 22.4591 1.97738 21.8048 2.73384C21.1505 3.4903 20.6727 4.38286 20.4061 5.34684L20.3359 5.59242H10.3959C9.54121 5.59172 8.70518 5.84247 7.99196 6.31345C7.27873 6.78443 6.71984 7.45482 6.38484 8.24113L3.79458 14.2987L3.70103 14.3513C2.99791 14.7128 2.4078 15.2608 1.99529 15.9352C1.58278 16.6097 1.36375 17.3847 1.36221 18.1753V20.5141C1.35919 21.2772 1.55969 22.0273 1.94304 22.6871C2.3264 23.3469 2.87874 23.8926 3.54317 24.2679L3.70688 24.3673V28.735C3.70688 29.2716 3.92004 29.7862 4.29944 30.1656C4.67884 30.545 5.1934 30.7581 5.72996 30.7581H10.4076C10.9441 30.7581 11.4587 30.545 11.8381 30.1656C12.2175 29.7862 12.4307 29.2716 12.4307 28.735L12.4716 24.8935ZM26.9021 31.4305C26.1914 31.429 25.5102 31.1455 25.0082 30.6424C24.5061 30.1392 24.2242 29.4575 24.2242 28.7467V11.6909C24.2244 11.5514 24.1904 11.4139 24.1251 11.2906C24.0599 11.1672 23.9654 11.0618 23.85 10.9834H23.7973C23.1296 10.468 22.6053 9.78983 22.2747 9.01383C21.944 8.23783 21.818 7.38995 21.9087 6.55133C22.0073 5.5236 22.4432 4.55736 23.1483 3.80322L23.733 3.18344V7.63304C23.7316 7.79014 23.7749 7.94441 23.8577 8.07792C23.9405 8.21144 24.0594 8.31872 24.2008 8.38731L26.5396 9.55672C26.6569 9.61449 26.786 9.64454 26.9167 9.64454C27.0475 9.64454 27.1765 9.61449 27.2939 9.55672L29.6327 8.38731C29.7716 8.31627 29.8883 8.20827 29.9698 8.07518C30.0513 7.9421 30.0945 7.7891 30.0946 7.63304V3.17759L30.6793 3.79738C31.3042 4.46245 31.7208 5.29575 31.878 6.19466C32.0355 7.10544 31.9369 8.04209 31.5931 8.90007C31.2493 9.75806 30.6738 10.5036 29.9309 11.0536C29.8269 11.1307 29.7425 11.2312 29.6846 11.347C29.6267 11.4628 29.5969 11.5907 29.5976 11.7201V28.7467C29.5968 29.0999 29.5265 29.4495 29.3906 29.7756C29.2548 30.1016 29.056 30.3977 28.8057 30.6469C28.5554 30.8961 28.2585 31.0936 27.9319 31.228C27.6052 31.3625 27.2553 31.4313 26.9021 31.4305ZM23.6453 3.36469L23.2009 3.84416C22.5092 4.58617 22.0817 5.53571 21.9848 6.54549C21.893 7.37196 22.0159 8.20813 22.3416 8.97323C22.6673 9.73834 23.1848 10.4065 23.8441 10.9132H23.8851C24.0106 10.9992 24.1134 11.1144 24.1846 11.2488C24.2559 11.3832 24.2936 11.5329 24.2943 11.685V28.7467C24.2943 29.4384 24.5691 30.1017 25.0581 30.5907C25.5472 31.0798 26.2105 31.3545 26.9021 31.3545C27.5938 31.3545 28.2571 31.0798 28.7461 30.5907C29.2352 30.1017 29.5099 29.4384 29.5099 28.7467V11.6909C29.5087 11.5494 29.5415 11.4096 29.6056 11.2834C29.6698 11.1573 29.7633 11.0483 29.8783 10.9659C30.6096 10.4231 31.176 9.68819 31.5146 8.84278C31.8532 7.99736 31.9506 7.07461 31.7961 6.17712C31.6413 5.30062 31.235 4.48804 30.6267 3.8383L30.1823 3.353V7.62135C30.1823 7.79092 30.1353 7.95718 30.0465 8.10167C29.9578 8.24616 29.8307 8.36325 29.6795 8.43994L27.3407 9.60935C27.2135 9.67268 27.0734 9.70564 26.9314 9.70564C26.7893 9.70564 26.6492 9.67268 26.5221 9.60935L24.1832 8.43994C24.0311 8.36433 23.9034 8.24749 23.8144 8.10275C23.7255 7.95802 23.6791 7.7912 23.6804 7.62135L23.6453 3.36469ZM10.7818 29.0917H5.42592V24.9052H10.7877L10.7818 29.0917ZM5.51947 29.0157H10.6883V24.9812H5.47854L5.51947 29.0157ZM22.5578 23.2154H5.77674C5.06597 23.2154 4.38421 22.9335 3.88107 22.4314C3.37793 21.9294 3.0945 21.2482 3.09295 20.5375V18.1987C3.0945 17.4879 3.37793 16.8068 3.88107 16.3047C4.38421 15.8027 5.06597 15.5207 5.77674 15.5207H22.5578V23.2154ZM5.77674 15.5792C5.08512 15.5792 4.4218 15.8539 3.93275 16.343C3.44369 16.832 3.16896 17.4953 3.16896 18.187V20.5258C3.16896 21.2174 3.44369 21.8807 3.93275 22.3698C4.4218 22.8588 5.08512 23.1336 5.77674 23.1336H22.4876V15.5675L5.77674 15.5792ZM22.5519 13.8251H5.88199L7.98693 8.91355C8.19413 8.43381 8.53688 8.025 8.97312 7.73728C9.40936 7.44957 9.9201 7.29548 10.4427 7.29391H20.2014V7.59796C20.346 9.30478 21.1365 10.8921 22.4116 12.0359L22.5285 12.1353L22.5519 13.8251ZM5.99308 13.7549H22.4759V12.1703L22.3882 12.0943C21.0989 10.9359 20.2984 9.33059 20.1488 7.6038V7.36407H10.4602C9.95183 7.36538 9.45496 7.5156 9.031 7.79617C8.60704 8.07673 8.27456 8.47534 8.07463 8.94277L5.99308 13.7549Z" fill="black"/>
10
- <path d="M26.9022 29.5245C27.3284 29.5245 27.674 29.1789 27.674 28.7526C27.674 28.3264 27.3284 27.9808 26.9022 27.9808C26.4759 27.9808 26.1304 28.3264 26.1304 28.7526C26.1304 29.1789 26.4759 29.5245 26.9022 29.5245Z" fill="#1D1D1D"/>
11
- <path d="M8.09795 21.2977C9.17328 21.2977 10.045 20.426 10.045 19.3506C10.045 18.2753 9.17328 17.4036 8.09795 17.4036C7.02261 17.4036 6.15088 18.2753 6.15088 19.3506C6.15088 20.426 7.02261 21.2977 8.09795 21.2977Z" fill="#1D1D1D"/>
12
- <path d="M8.10372 21.3327C7.57802 21.3327 7.07387 21.1239 6.70215 20.7522C6.33042 20.3804 6.12158 19.8763 6.12158 19.3506C6.12158 18.8249 6.33042 18.3207 6.70215 17.949C7.07387 17.5772 7.57802 17.3684 8.10372 17.3684C8.62895 17.37 9.13223 17.5793 9.50362 17.9507C9.87501 18.3221 10.0843 18.8253 10.0859 19.3506C10.0843 19.8758 9.87501 20.3791 9.50362 20.7504C9.13223 21.1218 8.62895 21.3312 8.10372 21.3327ZM8.10372 17.4444C7.59764 17.4444 7.11222 17.6451 6.75382 18.0024C6.39542 18.3597 6.19329 18.8445 6.19174 19.3506C6.19329 19.8572 6.39522 20.3426 6.75345 20.7008C7.11168 21.0591 7.59711 21.261 8.10372 21.2625C8.6098 21.261 9.09462 21.0589 9.45193 20.7005C9.80923 20.3421 10.0099 19.8566 10.0099 19.3506C10.0052 18.8481 9.80238 18.3677 9.44541 18.014C9.08844 17.6604 8.60624 17.4619 8.10372 17.462V17.4444Z" fill="#1D1D1D"/>
13
- <defs>
14
- <linearGradient id="paint0_linear_4088_34003" x1="2.99902" y1="19.3505" x2="22.61" y2="19.3505" gradientUnits="userSpaceOnUse">
15
- <stop stop-color="#F37C1C"/>
16
- <stop offset="1" stop-color="#FCC191"/>
17
- </linearGradient>
18
- <linearGradient id="paint1_linear_4088_34003" x1="5.3501" y1="26.9869" x2="10.8522" y2="26.9869" gradientUnits="userSpaceOnUse">
19
- <stop stop-color="#EFC530"/>
20
- <stop offset="1" stop-color="#FCEDB6"/>
21
- </linearGradient>
22
- <linearGradient id="paint2_linear_4088_34003" x1="21.8031" y1="17.234" x2="32.0179" y2="17.234" gradientUnits="userSpaceOnUse">
23
- <stop stop-color="#EFC530"/>
24
- <stop offset="1" stop-color="#FCEDB6"/>
25
- </linearGradient>
26
- </defs>
1
+ <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 512 512" viewBox="0 0 512 512">
2
+ <path fill="#FFFFFF" d="M325.5 189l-2-1.6c-16.2-13.5-27.8-37-29.7-59.8l-.4-5H159.6c-15 0-28.5 8.9-34.5 22.7l-29.3 68.3h229.6l.1-24.6z"/>
3
+ <linearGradient id="rlhqwfnxaa" x1="58.5" x2="325.6" y1="226" y2="226" gradientTransform="matrix(1 0 0 -1 0 514)" gradientUnits="userSpaceOnUse">
4
+ <stop offset="0" stop-color="#F37C1C"/>
5
+ <stop offset="1" stop-color="#FCC191"/>
6
+ </linearGradient>
7
+ <path fill="url(#rlhqwfnxaa)" d="M58.5 272v32c0 20.7 16.8 37.5 37.5 37.5h229.6v-107H96c-20.7 0-37.5 16.8-37.5 37.5zm149.5 5.5h64c5.8 0 10.5 4.7 10.5 10.5s-4.7 10.5-10.5 10.5h-64c-5.8 0-10.5-4.7-10.5-10.5s4.7-10.5 10.5-10.5z"/>
8
+ <linearGradient id="uzwlhp0bbb" x1="90.5" x2="165.5" y1="122" y2="122" gradientTransform="matrix(1 0 0 -1 0 514)" gradientUnits="userSpaceOnUse">
9
+ <stop offset="0" stop-color="#EFC530"/>
10
+ <stop offset="1" stop-color="#FCEDB6"/>
11
+ </linearGradient>
12
+ <path fill="url(#uzwlhp0bbb)" d="M90.5 362.5L90.5 421.5 165.5 421.5 165.5 362.5z"/>
13
+ <linearGradient id="j4bary082c" x1="314.624" x2="453.741" y1="254.85" y2="254.85" gradientTransform="matrix(1 0 0 -1 0 514)" gradientUnits="userSpaceOnUse">
14
+ <stop offset="0" stop-color="#EFC530"/>
15
+ <stop offset="1" stop-color="#FCEDB6"/>
16
+ </linearGradient>
17
+ <path fill="url(#j4bary082c)" d="M436.1 75.1l-9.5-10.3V128c0 4-2.2 7.6-5.8 9.4l-32 16c-2.9 1.5-6.5 1.5-9.4 0l-32-16c-3.6-1.8-5.8-5.4-5.8-9.4V64.8L332 75.1c-9.9 10.8-15.5 23.2-17 37.9-2.5 23.8 7.6 47.3 26.1 61.3l.4.3.5.2c1.9.9 4.6 4.6 4.6 8.8V416c0 20.7 16.8 37.5 37.5 37.5s37.5-16.8 37.5-37.5V183.7c0-3.3 1.6-6.4 4.2-8.4 21.1-15.8 31.4-41.5 26.9-67.1-2.3-12.5-7.8-23.7-16.6-33.1zm-52 349.9c-5 0-9-4-9-9s4-9 9-9 9 4 9 9-4 9-9 9z"/>
18
+ <g fill="#1D1D1D">
19
+ <path stroke="#1D1D1D" stroke-miterlimit="10" stroke-width="3" d="M208 298.5h64c5.8 0 10.5-4.7 10.5-10.5s-4.7-10.5-10.5-10.5h-64c-5.8 0-10.5 4.7-10.5 10.5s4.7 10.5 10.5 10.5z"/>
20
+ <path stroke="#000000" stroke-miterlimit="10" d="M474.8 104.3c-5.1-29.5-24.2-53.3-53.7-67.2-3.7-1.8-8-1.5-11.5.7s-5.6 6-5.6 10.1v72.6l-20 10-20-10V48c0-4.1-2.1-7.9-5.6-10.1-3.5-2.2-7.9-2.5-11.5-.7-26.4 12.4-44.8 33.7-51.8 59.9l-.8 3H159.6c-24 0-45.7 14.3-55.1 36.4l-35.2 82.3-1.2.7C48.3 229.8 36 250 36 272v32c0 21.4 11.2 40.7 30 51.6l2 1.2V416c0 15.4 12.6 28 28 28h64c15.4 0 28-12.6 28-28v-52h136.1v52c0 33.1 26.9 60 60 60s60-26.9 60-60V189.7l1.4-1.2c19.1-15.9 35.6-48.1 29.3-84.2zM324.1 236v104H96c-19.9 0-36-16.1-36-36v-32c0-19.9 16.1-36 36-36h228.1zM159.6 124H292l.3 3.7c1.9 23.2 13.8 47 30.3 60.8l1.4 1.2V212H98.2l28.4-66.2c5.7-13.2 18.6-21.8 33-21.8zm4.4 296H92v-56h72v56zm256.1-236.3V416c0 19.9-16.1 36-36 36s-36-16.1-36-36V183.7c0-4.9-3.2-9-5.4-10.1l-.3-.2-.3-.2c-18.2-13.6-27.9-36.6-25.5-59.9 1.5-14.4 7-26.5 16.7-37.1l6.9-7.5V128c0 4.6 2.5 8.7 6.6 10.7l32 16c3.4 1.7 7.4 1.7 10.7 0l32-16c4.1-2.1 6.6-6.2 6.6-10.7V68.6l6.9 7.5c8.6 9.2 14 20.1 16.2 32.4 4.4 25.1-5.7 50.2-26.3 65.7-3.1 2.2-4.8 5.8-4.8 9.5z"/>
21
+ <circle cx="384.1" cy="416" r="10.5"/>
22
+ </g>
23
+ <circle cx="128" cy="288" r="26.5" fill="#1D1D1D" stroke="#1D1D1D" stroke-miterlimit="10"/>
27
24
  </svg>
@@ -1,36 +1,36 @@
1
- <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M23.5519 11.6532H11.4118C9.42867 11.6532 7.82304 12.8495 7.82304 14.3232L6.05371 18.3168H28.255L27.1361 14.3232C27.1361 12.8495 25.5305 11.6532 23.5519 11.6532Z" fill="white"/>
3
- <path d="M4.0752 23.6387H8.6783C8.49782 23.1368 8.16382 22.7045 7.72373 22.4032C7.28364 22.102 6.75987 21.947 6.22669 21.9603H4.0752V23.6387Z" fill="url(#paint0_linear_4088_33987)"/>
4
- <path d="M30.9341 21.9602H28.7736C28.2752 21.9461 27.7838 22.0803 27.3619 22.3459C26.9399 22.6116 26.6065 22.9966 26.4038 23.4522V23.6387H30.925L30.9341 21.9602Z" fill="url(#paint1_linear_4088_33987)"/>
5
- <path d="M28.3188 27.4185C28.8855 27.418 29.437 27.2351 29.8917 26.8968C30.3464 26.5584 30.68 26.0827 30.8432 25.5399H25.2212C24.9673 25.537 24.7245 25.4359 24.5435 25.2579C24.4553 25.1697 24.3857 25.0646 24.3388 24.949C24.2919 24.8333 24.2687 24.7095 24.2706 24.5847C24.2856 23.4345 24.7208 22.3296 25.4942 21.4781C25.9161 21.0243 26.4282 20.6636 26.9976 20.4192C27.5671 20.1748 28.1813 20.0521 28.8009 20.0589H30.3201C30.0138 19.7151 29.6236 19.4566 29.1876 19.3084C25.7989 18.1304 19.3627 17.7483 17.5251 17.7483C12.7765 17.7483 8.37349 18.3714 5.74899 19.4176C5.38909 19.5619 5.06364 19.7805 4.79381 20.0589H6.24931C6.86919 20.0504 7.48393 20.1724 8.05362 20.4169C8.62331 20.6614 9.13522 21.0229 9.5561 21.4781C10.3282 22.33 10.7618 23.4351 10.7751 24.5847C10.7764 24.8363 10.6782 25.0782 10.5022 25.2579C10.324 25.4373 10.0819 25.5387 9.829 25.5399H4.20703C4.33303 25.9578 4.56127 26.3377 4.8711 26.6452C5.11337 26.8912 5.40233 27.0862 5.721 27.219C6.03968 27.3518 6.3817 27.4196 6.72693 27.4185H12.4626V22.9973C12.4626 22.2735 12.7501 21.5793 13.2619 21.0675C13.7737 20.5557 14.4679 20.2682 15.1917 20.2682H19.8449C20.5687 20.2682 21.2628 20.5557 21.7747 21.0675C22.2865 21.5793 22.574 22.2735 22.574 22.9973V27.4185H28.3188Z" fill="url(#paint2_linear_4088_33987)"/>
6
- <path d="M26.4995 31.2938H30.0883C30.3107 31.2914 30.5234 31.202 30.6807 31.0447C30.838 30.8874 30.9274 30.6747 30.9298 30.4523V28.4646C30.1628 29.0173 29.2415 29.3148 28.2962 29.3152H25.6626V30.4614C25.6661 30.6818 25.7556 30.8922 25.9119 31.0477C26.0682 31.2031 26.2791 31.2914 26.4995 31.2938Z" fill="url(#paint3_linear_4088_33987)"/>
7
- <path d="M4.0708 30.4615C4.07198 30.6835 4.16042 30.8961 4.31699 31.0536C4.47356 31.211 4.68575 31.3006 4.90777 31.3029H8.49656C8.719 31.3006 8.93165 31.2112 9.08895 31.0539C9.24624 30.8966 9.33566 30.6839 9.33803 30.4615V29.3243H6.69986C5.75578 29.3249 4.83565 29.0272 4.0708 28.4738V30.4615Z" fill="url(#paint4_linear_4088_33987)"/>
8
- <path d="M30.1382 17.6437L27.5864 12.7995C27.2112 12.0614 26.6382 11.442 25.9314 11.0107C25.2246 10.5794 24.4117 10.3531 23.5837 10.3569H11.4528C10.6249 10.3536 9.81228 10.5801 9.10555 11.0114C8.39883 11.4427 7.82574 12.0617 7.45011 12.7995C6.99525 13.7092 5.01211 17.4435 4.85292 17.7392C4.05411 18.0912 3.37596 18.6695 2.90225 19.4027C2.42854 20.1359 2.18005 20.9918 2.18749 21.8647V30.4614C2.18749 31.1852 2.475 31.8794 2.98681 32.3912C3.49862 32.903 4.1928 33.1905 4.9166 33.1905H8.50534C9.22915 33.1905 9.92332 32.903 10.4351 32.3912C10.9469 31.8794 11.2345 31.1852 11.2345 30.4614V29.3243H23.7702V30.4614C23.7702 31.1852 24.0577 31.8794 24.5695 32.3912C25.0813 32.903 25.7755 33.1905 26.4993 33.1905H30.0881C30.8119 33.1905 31.5061 32.903 32.0179 32.3912C32.5297 31.8794 32.8172 31.1852 32.8172 30.4614V24.9304C32.8172 24.8849 32.8172 21.801 32.8172 21.801C32.8274 20.9217 32.5789 20.0588 32.1025 19.3197C31.6262 18.5805 30.9431 17.9977 30.1382 17.6437ZM9.12854 13.6865C9.34327 13.2546 9.675 12.8917 10.0859 12.6392C10.4969 12.3867 10.9705 12.2547 11.4528 12.2582H23.5792C24.0622 12.2538 24.5368 12.3854 24.9487 12.638C25.3605 12.8905 25.6929 13.2539 25.908 13.6865C25.908 13.6865 26.8495 15.4831 27.6091 16.9159C24.2829 16.2726 20.9077 15.915 17.5205 15.847C14.1264 15.8112 10.7394 16.1684 7.42734 16.9114C8.07323 15.6969 8.85563 14.1822 9.12854 13.6865ZM4.09329 21.9602H6.24929C6.78308 21.9466 7.30762 22.1015 7.74849 22.4027C8.18936 22.704 8.52418 23.1364 8.7055 23.6386H4.09329V21.9602ZM9.35597 30.4523C9.3536 30.6748 9.26418 30.8874 9.10689 31.0447C8.94959 31.202 8.73689 31.2914 8.51445 31.2938H4.92565C4.70364 31.2914 4.4915 31.2018 4.33493 31.0444C4.17836 30.887 4.08992 30.6743 4.08874 30.4523V28.4646C4.85359 29.0181 5.77372 29.3157 6.7178 29.3152H9.35597V30.4523ZM20.6863 27.4185H14.3502V22.9973C14.3514 22.7745 14.4404 22.5611 14.598 22.4036C14.7555 22.246 14.9689 22.157 15.1917 22.1558H19.8494C20.0718 22.157 20.2846 22.2462 20.4414 22.4039C20.5983 22.5616 20.6863 22.7749 20.6863 22.9973V27.4185ZM22.5876 27.4185V22.9973C22.5876 22.2735 22.3001 21.5793 21.7883 21.0675C21.2765 20.5557 20.5823 20.2682 19.8585 20.2682H15.2008C14.477 20.2682 13.7828 20.5557 13.271 21.0675C12.7592 21.5793 12.4717 22.2735 12.4717 22.9973V27.4185H6.73601C6.39016 27.4192 6.04761 27.3512 5.72825 27.2185C5.40889 27.0858 5.11904 26.8909 4.87563 26.6452C4.56787 26.3361 4.33997 25.9568 4.21156 25.5399H9.83353C10.0876 25.538 10.3308 25.4368 10.5113 25.2579C10.6005 25.1705 10.6708 25.0656 10.7178 24.9497C10.7648 24.8339 10.7873 24.7097 10.7842 24.5847C10.7713 23.4341 10.3358 22.3284 9.56063 21.4781C9.13904 21.0238 8.62701 20.6629 8.05748 20.4184C7.48796 20.174 6.87355 20.0516 6.25384 20.0589H4.79834C5.06816 19.7805 5.39361 19.5619 5.75352 19.4176C8.37801 18.3669 12.781 17.7483 17.5297 17.7483C19.3491 17.7483 25.8034 18.1304 29.1921 19.3084C29.6287 19.4554 30.0191 19.7142 30.3247 20.0589H28.7736C28.153 20.0501 27.5375 20.1718 26.967 20.4163C26.3965 20.6608 25.8838 21.0226 25.4623 21.4781C24.6902 22.33 24.2566 23.4351 24.2433 24.5847C24.242 24.8363 24.3401 25.0782 24.5162 25.2579C24.6961 25.4376 24.9397 25.5389 25.1939 25.5399H30.8159C30.6514 26.0819 30.3175 26.5568 29.8631 26.895C29.4087 27.2331 28.8578 27.4166 28.2914 27.4185H22.5876ZM30.9478 30.4523C30.9454 30.6748 30.856 30.8874 30.6987 31.0447C30.5414 31.202 30.3288 31.2914 30.1063 31.2938H26.4993C26.2773 31.2914 26.0651 31.2018 25.9086 31.0444C25.752 30.887 25.6636 30.6743 25.6624 30.4523V29.3152H28.296C29.2413 29.3148 30.1626 29.0173 30.9296 28.4646V30.4614L30.9478 30.4523ZM30.9478 23.6295H26.3447C26.5252 23.1277 26.8592 22.6954 27.2993 22.3941C27.7394 22.0928 28.2632 21.9378 28.7964 21.9511H30.9524L30.9478 23.6295ZM2.29209 2.70632H32.7672C32.8918 2.70632 33.0152 2.6817 33.1303 2.63387C33.2454 2.58604 33.3499 2.51594 33.4378 2.42761C33.5257 2.33927 33.5953 2.23444 33.6426 2.11913C33.6899 2.00382 33.7139 1.8803 33.7133 1.75568C33.7133 1.50476 33.6136 1.26411 33.4362 1.08669C33.2587 0.909261 33.0181 0.809581 32.7672 0.809581H2.29209C2.16747 0.808982 2.04395 0.833014 1.92863 0.880291C1.81332 0.927568 1.70848 0.997158 1.62014 1.08507C1.53181 1.17298 1.4617 1.27749 1.41387 1.39257C1.36604 1.50765 1.34141 1.63105 1.34141 1.75568C1.33772 2.00429 1.4321 2.24436 1.60404 2.42397C1.77599 2.60357 2.01169 2.70827 2.26022 2.71541L2.29209 2.70632ZM5.13948 7.06836V7.52321C5.13948 7.77413 5.23911 8.01477 5.41654 8.1922C5.59397 8.36962 5.83463 8.4693 6.08555 8.4693C6.21017 8.4699 6.3337 8.44587 6.44901 8.39859C6.56432 8.35132 6.66916 8.28172 6.7575 8.19381C6.84584 8.10589 6.91589 8.0014 6.96372 7.88631C7.01155 7.77123 7.03618 7.64784 7.03617 7.52321V7.06836C7.03618 6.94373 7.01155 6.82033 6.96372 6.70524C6.91589 6.59016 6.84584 6.48566 6.7575 6.39775C6.66916 6.30984 6.56432 6.24024 6.44901 6.19297C6.3337 6.14569 6.21017 6.12166 6.08555 6.12226C5.95978 6.11984 5.83482 6.14253 5.71792 6.18899C5.60103 6.23545 5.49456 6.30476 5.40477 6.39285C5.31498 6.48095 5.24368 6.58606 5.195 6.70204C5.14632 6.81803 5.12124 6.94257 5.12126 7.06836H5.13948ZM12.7264 7.06836V7.52321C12.7264 7.64784 12.751 7.77123 12.7988 7.88631C12.8467 8.0014 12.9168 8.10589 13.0051 8.19381C13.0934 8.28172 13.1983 8.35132 13.3136 8.39859C13.4289 8.44587 13.5524 8.4699 13.6771 8.4693C13.928 8.4693 14.1686 8.36962 14.346 8.1922C14.5234 8.01477 14.6231 7.77413 14.6231 7.52321V7.06836C14.6231 6.81744 14.5234 6.57679 14.346 6.39936C14.1686 6.22193 13.928 6.12226 13.6771 6.12226C13.5498 6.11736 13.4228 6.13821 13.3038 6.18356C13.1848 6.22891 13.0761 6.29782 12.9844 6.38616C12.8927 6.47451 12.8197 6.58047 12.7699 6.69769C12.7201 6.81492 12.6945 6.94099 12.6946 7.06836H12.7264ZM20.3179 7.06836V7.52321C20.3179 7.77413 20.4175 8.01477 20.595 8.1922C20.7724 8.36962 21.0131 8.4693 21.264 8.4693C21.3886 8.4699 21.5121 8.44587 21.6274 8.39859C21.7427 8.35132 21.8476 8.28172 21.9359 8.19381C22.0243 8.10589 22.0944 8.0014 22.1422 7.88631C22.19 7.77123 22.2146 7.64784 22.2146 7.52321V7.06836C22.2146 6.94373 22.19 6.82033 22.1422 6.70524C22.0944 6.59016 22.0243 6.48566 21.9359 6.39775C21.8476 6.30984 21.7427 6.24024 21.6274 6.19297C21.5121 6.14569 21.3886 6.12166 21.264 6.12226C21.1371 6.11799 21.0106 6.1393 20.8921 6.18493C20.7736 6.23056 20.6656 6.29957 20.5743 6.38785C20.4831 6.47613 20.4105 6.58188 20.361 6.69879C20.3115 6.8157 20.286 6.94139 20.286 7.06836H20.3179ZM29.8016 7.06836C29.8016 6.81744 29.7019 6.57679 29.5244 6.39936C29.347 6.22193 29.1064 6.12226 28.8555 6.12226C28.7309 6.12166 28.6073 6.14569 28.492 6.19297C28.3767 6.24024 28.2719 6.30984 28.1835 6.39775C28.0952 6.48566 28.0251 6.59016 27.9773 6.70524C27.9294 6.82033 27.9048 6.94373 27.9048 7.06836V7.52321C27.9048 7.64784 27.9294 7.77123 27.9773 7.88631C28.0251 8.0014 28.0952 8.10589 28.1835 8.19381C28.2719 8.28172 28.3767 8.35132 28.492 8.39859C28.6073 8.44587 28.7309 8.4699 28.8555 8.4693C29.1064 8.4693 29.347 8.36962 29.5244 8.1922C29.7019 8.01477 29.8016 7.77413 29.8016 7.52321V7.06836ZM3.23817 5.9949V5.54005C3.23877 5.41543 3.21476 5.29191 3.16749 5.1766C3.12021 5.06129 3.05057 4.95645 2.96266 4.86811C2.87475 4.77978 2.77025 4.70969 2.65517 4.66186C2.54008 4.61403 2.41672 4.5894 2.29209 4.5894C2.16709 4.5888 2.04319 4.61298 1.92758 4.66054C1.81197 4.70811 1.70693 4.7781 1.61853 4.8665C1.53014 4.95489 1.46016 5.05993 1.41259 5.17554C1.36503 5.29115 1.34081 5.41504 1.34141 5.54005V5.9949C1.34141 6.11974 1.36604 6.24336 1.41382 6.3587C1.46159 6.47403 1.53159 6.57883 1.61987 6.66711C1.70814 6.75538 1.81296 6.82541 1.9283 6.87318C2.04364 6.92096 2.16725 6.94554 2.29209 6.94554C2.53786 6.93613 2.77041 6.83183 2.94089 6.65456C3.11138 6.47729 3.20653 6.24085 3.20635 5.9949H3.23817ZM8.93293 5.54005V5.9949C8.93293 6.24624 9.03247 6.48735 9.20977 6.6655C9.38707 6.84365 9.62767 6.94434 9.879 6.94554C10.1311 6.94554 10.373 6.84539 10.5512 6.66711C10.7295 6.48883 10.8297 6.24703 10.8297 5.9949V5.54005C10.8303 5.41504 10.8061 5.29115 10.7585 5.17554C10.7109 5.05993 10.641 4.95489 10.5526 4.8665C10.4642 4.7781 10.3591 4.70811 10.2435 4.66054C10.1279 4.61298 10.004 4.5888 9.879 4.5894C9.75056 4.58505 9.6226 4.60692 9.50288 4.65367C9.38317 4.70041 9.27424 4.77105 9.18273 4.86128C9.09122 4.95152 9.01905 5.05945 8.97063 5.17849C8.92221 5.29754 8.89857 5.42521 8.90111 5.5537L8.93293 5.54005ZM16.5199 5.54005V5.9949C16.5211 6.24666 16.6216 6.48777 16.7996 6.66579C16.9776 6.84381 17.2188 6.94435 17.4705 6.94554C17.7223 6.94435 17.9634 6.84381 18.1414 6.66579C18.3194 6.48777 18.42 6.24666 18.4211 5.9949V5.54005C18.4211 5.28793 18.321 5.04612 18.1427 4.86784C17.9644 4.68956 17.7226 4.5894 17.4705 4.5894C17.3422 4.58571 17.2145 4.60802 17.0951 4.655C16.9757 4.70198 16.867 4.77264 16.7756 4.86274C16.6843 4.95284 16.6121 5.06051 16.5634 5.17926C16.5148 5.29801 16.4907 5.42538 16.4926 5.5537L16.5199 5.54005ZM24.1114 5.54005V5.9949C24.1114 6.24624 24.2109 6.48735 24.3882 6.6655C24.5655 6.84365 24.8061 6.94434 25.0574 6.94554C25.1823 6.94554 25.3059 6.92096 25.4212 6.87318C25.5366 6.82541 25.6414 6.75538 25.7297 6.66711C25.8179 6.57883 25.8879 6.47403 25.9357 6.3587C25.9835 6.24336 26.0081 6.11974 26.0081 5.9949V5.54005C26.0087 5.41504 25.9845 5.29115 25.9369 5.17554C25.8894 5.05993 25.8194 4.95489 25.731 4.8665C25.6426 4.7781 25.5376 4.70811 25.4219 4.66054C25.3063 4.61298 25.1824 4.5888 25.0574 4.5894C24.929 4.58505 24.801 4.60692 24.6813 4.65367C24.5616 4.70041 24.4527 4.77105 24.3612 4.86128C24.2696 4.95152 24.1975 5.05945 24.1491 5.17849C24.1006 5.29754 24.077 5.42521 24.0795 5.5537L24.1114 5.54005ZM32.7536 4.5894C32.6285 4.5888 32.5046 4.61298 32.389 4.66054C32.2734 4.70811 32.1684 4.7781 32.08 4.8665C31.9916 4.95489 31.9216 5.05993 31.8741 5.17554C31.8265 5.29115 31.8023 5.41504 31.8029 5.54005V5.9949C31.8029 6.11974 31.8275 6.24336 31.8753 6.3587C31.923 6.47403 31.993 6.57883 32.0813 6.66711C32.1696 6.75538 32.2744 6.82541 32.3898 6.87318C32.5051 6.92096 32.6287 6.94554 32.7536 6.94554C33.0049 6.94434 33.2455 6.84365 33.4228 6.6655C33.6001 6.48735 33.6996 6.24624 33.6996 5.9949V5.54005C33.6984 5.41581 33.6728 5.29301 33.6242 5.17868C33.5755 5.06435 33.5048 4.96072 33.4161 4.87371C33.3274 4.7867 33.2224 4.71801 33.1072 4.67157C32.9919 4.62513 32.8687 4.60185 32.7444 4.60305L32.7536 4.5894ZM2.73329 10.8527V11.3076C2.73329 11.5597 2.83346 11.8015 3.01174 11.9798C3.19002 12.1581 3.43179 12.2582 3.68391 12.2582C3.93525 12.257 4.1759 12.1563 4.3532 11.9782C4.5305 11.8 4.63005 11.5589 4.63004 11.3076V10.8527C4.63064 10.7281 4.60658 10.6046 4.55931 10.4893C4.51203 10.374 4.44245 10.2691 4.35453 10.1808C4.26662 10.0925 4.16212 10.0224 4.04704 9.97453C3.93196 9.9267 3.80854 9.90208 3.68391 9.90209C3.5551 9.8971 3.42666 9.91849 3.30641 9.96495C3.18616 10.0114 3.07665 10.082 2.98465 10.1723C2.89264 10.2626 2.82008 10.3707 2.77138 10.4901C2.72268 10.6094 2.6989 10.7375 2.70147 10.8664L2.73329 10.8527ZM30.4793 12.2446C30.7314 12.2446 30.9732 12.1444 31.1515 11.9661C31.3298 11.7879 31.4299 11.5461 31.4299 11.2939V10.8391C31.4305 10.7141 31.4064 10.5902 31.3588 10.4746C31.3112 10.359 31.2412 10.2539 31.1529 10.1655C31.0645 10.0771 30.9594 10.0071 30.8438 9.95957C30.7282 9.91201 30.6043 9.88784 30.4793 9.88844C30.3547 9.88844 30.2312 9.91306 30.1162 9.96089C30.0011 10.0087 29.8966 10.0788 29.8087 10.1672C29.7208 10.2555 29.6512 10.3603 29.6039 10.4756C29.5566 10.5909 29.5326 10.7145 29.5332 10.8391V11.2939C29.5302 11.4192 29.552 11.5437 29.5972 11.6605C29.6425 11.7773 29.7104 11.884 29.7971 11.9745C29.8837 12.0649 29.9874 12.1374 30.1021 12.1876C30.2169 12.2379 30.3404 12.265 30.4656 12.2673L30.4793 12.2446Z" fill="#1D1D1D"/>
9
- <path d="M15.1735 22.1558C14.9507 22.157 14.7374 22.246 14.5798 22.4035C14.4223 22.5611 14.3332 22.7744 14.332 22.9972V27.4184H20.6682V22.9972C20.6682 22.7748 20.5801 22.5615 20.4233 22.4038C20.2665 22.2461 20.0536 22.157 19.8312 22.1558H15.1735Z" fill="url(#paint5_linear_4088_33987)"/>
10
- <defs>
11
- <linearGradient id="paint0_linear_4088_33987" x1="6.37675" y1="23.6387" x2="6.37675" y2="21.9603" gradientUnits="userSpaceOnUse">
12
- <stop stop-color="#EFC530"/>
13
- <stop offset="1" stop-color="#FCEDB6"/>
14
- </linearGradient>
15
- <linearGradient id="paint1_linear_4088_33987" x1="28.669" y1="23.6387" x2="28.669" y2="21.9602" gradientUnits="userSpaceOnUse">
16
- <stop stop-color="#EFC530"/>
17
- <stop offset="1" stop-color="#FCEDB6"/>
18
- </linearGradient>
19
- <linearGradient id="paint2_linear_4088_33987" x1="4.18429" y1="22.5834" x2="30.8205" y2="22.5834" gradientUnits="userSpaceOnUse">
20
- <stop stop-color="#F37C1C"/>
21
- <stop offset="1" stop-color="#FCC191"/>
22
- </linearGradient>
23
- <linearGradient id="paint3_linear_4088_33987" x1="28.2962" y1="31.2938" x2="28.2962" y2="28.4646" gradientUnits="userSpaceOnUse">
24
- <stop stop-color="#EFC530"/>
25
- <stop offset="1" stop-color="#FCEDB6"/>
26
- </linearGradient>
27
- <linearGradient id="paint4_linear_4088_33987" x1="6.70441" y1="31.2938" x2="6.70441" y2="28.4647" gradientUnits="userSpaceOnUse">
28
- <stop stop-color="#EFC530"/>
29
- <stop offset="1" stop-color="#FCEDB6"/>
30
- </linearGradient>
31
- <linearGradient id="paint5_linear_4088_33987" x1="17.5024" y1="27.4184" x2="17.5024" y2="22.1558" gradientUnits="userSpaceOnUse">
32
- <stop stop-color="#EFC530"/>
33
- <stop offset="1" stop-color="#FCEDB6"/>
34
- </linearGradient>
35
- </defs>
1
+ <svg xmlns="http://www.w3.org/2000/svg" id="Capa_1" x="0" y="0" enable-background="new 0 0 512 512" version="1.1" viewBox="0 0 512 512" xml:space="preserve">
2
+ <style>
3
+ .st5{fill:#1d1d1d}
4
+ </style>
5
+ <linearGradient id="SVGID_1_" x1="80.076" x2="80.076" y1="361" y2="334.4" gradientUnits="userSpaceOnUse">
6
+ <stop offset="0" stop-color="#EFC530"/>
7
+ <stop offset="1" stop-color="#FCEDB6"/>
8
+ </linearGradient>
9
+ <path fill="url(#SVGID_1_)" d="M43.7 361h72.8c-5.5-14.5-18.7-26.6-38.8-26.6h-34V361z"/>
10
+ <linearGradient id="SVGID_2_" x1="432.596" x2="432.596" y1="361" y2="334.4" gradientUnits="userSpaceOnUse">
11
+ <stop offset="0" stop-color="#EFC530"/>
12
+ <stop offset="1" stop-color="#FCEDB6"/>
13
+ </linearGradient>
14
+ <path fill="url(#SVGID_2_)" d="M468.4 334.4h-34.1c-18.6 0-31.4 10.4-37.5 23.6v3h71.5l.1-26.6z"/>
15
+ <linearGradient id="SVGID_3_" x1="45.386" x2="466.582" y1="344.235" y2="344.235" gradientUnits="userSpaceOnUse">
16
+ <stop offset="0" stop-color="#F37C1C"/>
17
+ <stop offset="1" stop-color="#FCC191"/>
18
+ </linearGradient>
19
+ <path fill="url(#SVGID_3_)" d="M426.7 420.7c18.8 0 34.7-12.5 39.9-29.7h-88.9c-4 0-7.8-1.6-10.7-4.4-2.8-2.8-4.4-6.7-4.3-10.7.2-18.1 7.2-36 19.3-49.1 13.3-14.4 31.9-22.4 52.3-22.4h24c-4.6-5.3-10.7-9.4-17.9-11.9-53.6-18.6-155.3-24.7-184.4-24.7-75.1 0-144.7 9.9-186.2 26.4-5.9 2.4-11 5.9-15.1 10.2h23c20.4 0 39 7.9 52.3 22.4 12.1 13.1 19.1 31 19.3 49.1 0 4-1.5 7.9-4.3 10.7-2.8 2.8-6.7 4.4-10.7 4.4H45.4c2 6.5 5.5 12.5 10.5 17.5 7.9 7.9 18.3 12.2 29.4 12.2H176v-69.9c0-23.9 19.4-43.3 43.3-43.3h73.6c23.9 0 43.3 19.4 43.3 43.3v69.9h90.5z"/>
20
+ <linearGradient id="SVGID_4_" x1="426.68" x2="426.68" y1="482" y2="437.304" gradientUnits="userSpaceOnUse">
21
+ <stop offset="0" stop-color="#EFC530"/>
22
+ <stop offset="1" stop-color="#FCEDB6"/>
23
+ </linearGradient>
24
+ <path fill="url(#SVGID_4_)" d="M398.3 482H455c7.3 0 13.3-6 13.3-13.3v-31.4c-11.7 8.4-26.1 13.4-41.6 13.4H385v18c0 7.3 6 13.3 13.3 13.3z"/>
25
+ <linearGradient id="SVGID_5_" x1="85.278" x2="85.278" y1="482" y2="437.3" gradientUnits="userSpaceOnUse">
26
+ <stop offset="0" stop-color="#EFC530"/>
27
+ <stop offset="1" stop-color="#FCEDB6"/>
28
+ </linearGradient>
29
+ <path fill="url(#SVGID_5_)" d="M43.6 468.7c0 7.3 6 13.3 13.3 13.3h56.7c7.3 0 13.3-6 13.3-13.3v-18H85.2c-15.1 0-29.5-4.7-41.6-13.4v31.4z"/>
30
+ <path d="M455.5 266.2c-6.8-13-40.3-76.6-40.3-76.6-12.7-24.2-36.4-38.6-63.3-38.6H160.1c-26.9 0-50.6 14.4-63.3 38.6-7.5 14.1-38.6 73.4-41.1 78.1-26 11.7-42 36.4-42.1 65.2v135.8c0 23.9 19.4 43.3 43.3 43.3h56.7c23.9 0 43.3-19.4 43.3-43.3v-18H355v18c0 23.9 19.4 43.3 43.3 43.3H455c23.9 0 43.3-19.4 43.3-43.3v-87.3c0-.7.1-49.5.1-49.5 0-29.1-16.7-54.3-42.9-65.7zm-332.2-62.6c7.6-14.3 21-22.6 36.8-22.6h191.7c15.8 0 29.2 8.2 36.8 22.6 0 0 14.9 28.4 26.9 51.1-62.7-13.7-143.2-16.9-159.5-16.9-59.4 0-116.1 6.1-159.6 16.8 10.2-19.2 22.6-42.8 26.9-51zM43.7 334.4h34.1c20.1 0 33.3 12.1 38.8 26.6H43.7v-26.6zm83.2 134.3c0 7.3-6 13.3-13.3 13.3H56.9c-7.3 0-13.3-6-13.3-13.3v-31.4c12.1 8.7 26.5 13.4 41.6 13.4h41.7v18zm179.2-48H205.9v-69.9c0-7.3 6-13.3 13.3-13.3h73.6c7.3 0 13.3 6 13.3 13.3v69.9zm30 0v-69.9c0-23.9-19.4-43.3-43.3-43.3h-73.6c-23.9 0-43.3 19.4-43.3 43.3v69.9H85.2c-11.1 0-21.5-4.3-29.4-12.2-5-5-8.5-10.9-10.5-17.5h88.9c4 0 7.8-1.6 10.7-4.4s4.4-6.7 4.3-10.7c-.2-18.1-7.2-36-19.3-49.1-13.3-14.4-31.9-22.4-52.3-22.4h-23c4.1-4.3 9.2-7.8 15.1-10.2 41.5-16.6 111.1-26.4 186.2-26.4 29 0 130.8 6.1 184.4 24.7 7.2 2.5 13.3 6.6 17.9 11.9h-24c-20.4 0-39 7.9-52.3 22.4-12.1 13.1-19.1 31-19.3 49.1 0 4 1.5 7.9 4.3 10.7 2.8 2.8 6.7 4.4 10.7 4.4h88.9c-5.1 17.1-21.1 29.7-39.9 29.7h-90.5zm132.2 48c0 7.3-6 13.3-13.3 13.3h-56.7c-7.3 0-13.3-6-13.3-13.3v-18h41.7c15.5 0 29.9-5 41.6-13.4v31.4zm0-107.7h-72.8c5.5-14.5 18.7-26.6 38.8-26.6h34.1l-.1 26.6zM15 30h482c8.3 0 15-6.7 15-15s-6.7-15-15-15H15C6.7 0 0 6.7 0 15s6.7 15 15 15zM60 99v7c0 8.3 6.7 15 15 15s15-6.7 15-15v-7c0-8.3-6.7-15-15-15s-15 6.7-15 15zM180 99v7c0 8.3 6.7 15 15 15s15-6.7 15-15v-7c0-8.3-6.7-15-15-15s-15 6.7-15 15zM300 99v7c0 8.3 6.7 15 15 15s15-6.7 15-15v-7c0-8.3-6.7-15-15-15s-15 6.7-15 15zM450 99c0-8.3-6.7-15-15-15s-15 6.7-15 15v7c0 8.3 6.7 15 15 15s15-6.7 15-15v-7zM30 82v-7c0-8.3-6.7-15-15-15S0 66.7 0 75v7c0 8.3 6.7 15 15 15s15-6.7 15-15zM120 75v7c0 8.3 6.7 15 15 15s15-6.7 15-15v-7c0-8.3-6.7-15-15-15s-15 6.7-15 15zM240 75v7c0 8.3 6.7 15 15 15s15-6.7 15-15v-7c0-8.3-6.7-15-15-15s-15 6.7-15 15zM360 75v7c0 8.3 6.7 15 15 15s15-6.7 15-15v-7c0-8.3-6.7-15-15-15s-15 6.7-15 15zM497 60c-8.3 0-15 6.7-15 15v7c0 8.3 6.7 15 15 15s15-6.7 15-15v-7c0-8.3-6.7-15-15-15zM22 159v7c0 8.3 6.7 15 15 15s15-6.7 15-15v-7c0-8.3-6.7-15-15-15s-15 6.7-15 15zM461 181c8.3 0 15-6.7 15-15v-7c0-8.3-6.7-15-15-15s-15 6.7-15 15v7c0 8.3 6.7 15 15 15z" class="st5"/>
31
+ <linearGradient id="SVGID_6_" x1="256.021" x2="256.021" y1="420.683" y2="337.483" gradientUnits="userSpaceOnUse">
32
+ <stop offset="0" stop-color="#EFC530"/>
33
+ <stop offset="1" stop-color="#FCEDB6"/>
34
+ </linearGradient>
35
+ <path fill="url(#SVGID_6_)" d="M219.2 337.5c-7.3 0-13.3 6-13.3 13.3v69.9h100.2v-69.9c0-7.3-6-13.3-13.3-13.3h-73.6z"/>
36
36
  </svg>