@kando-env/kando-ui 1.2.256-alpha.5 → 1.2.256-alpha.51

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 (143) 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 +10 -41
  5. package/lib/Widgets/Map/areas/AreaUtils.js +155 -0
  6. package/lib/Widgets/Map/edges/Edge.js +15 -16
  7. package/lib/Widgets/Map/edges/Edges.js +38 -3
  8. package/lib/Widgets/Map/edges/arrows/Arrows.js +13 -2
  9. package/lib/Widgets/Map/events/EventPath.js +4 -2
  10. package/lib/Widgets/Map/events/EventUtils.js +57 -40
  11. package/lib/Widgets/Map/points/PointIcon.scss +1 -1
  12. package/lib/Widgets/Map/points/PointMarker.js +4 -19
  13. package/lib/Widgets/Map/points/PointMarkers.js +62 -2
  14. package/lib/Widgets/Map/points/PointUtils.js +20 -12
  15. package/lib/Widgets/MostPolluting/Areas/AreaBox/AreaBox.js +3 -3
  16. package/lib/Widgets/MostPolluting/components/PollutionScorePercent.js +6 -6
  17. package/lib/Widgets/UtilityInformation/UtilityInformation.js +3 -3
  18. package/lib/assets/icons/copy.svg +8 -0
  19. package/lib/assets/icons/index.js +43 -1
  20. package/lib/assets/icons/info-dot.svg +4 -0
  21. package/lib/assets/icons/map.svg +24 -0
  22. package/lib/assets/icons/question-info.svg +3 -0
  23. package/lib/assets/icons/sampling.svg +9 -0
  24. package/lib/assets/icons/score-info.svg +9 -0
  25. package/lib/components/Header/Toolbar/Toolbar.js +2 -2
  26. package/lib/components/Sector/svgs/AreaMissing.svg +10 -0
  27. package/lib/components/Sector/svgs/Brewing.svg +99 -92
  28. package/lib/components/Sector/svgs/Cowshed.svg +27 -22
  29. package/lib/components/Sector/svgs/Garage.svg +26 -23
  30. package/lib/components/Sector/svgs/Missing.svg +36 -35
  31. package/lib/components/Sector/svgs/Motor Vehicle.svg +21 -0
  32. package/lib/components/Sector/svgs/Polymer.svg +42 -0
  33. package/lib/components/Sector/svgs/Pulp and Paper.svg +26 -0
  34. package/lib/components/Sector/svgs/Seafood.svg +26 -0
  35. package/lib/components/Sector/svgs/barrel.svg +99 -92
  36. package/lib/components/Sector/svgs/beer.svg +16 -12
  37. package/lib/components/Sector/svgs/beverage.svg +17 -12
  38. package/lib/components/Sector/svgs/car-repair.svg +26 -23
  39. package/lib/components/Sector/svgs/car-wash.svg +35 -35
  40. package/lib/components/Sector/svgs/chemistry.svg +17 -29
  41. package/lib/components/Sector/svgs/conductor-manufacturer.svg +20 -16
  42. package/lib/components/Sector/svgs/cosmetic-manufacturer.svg +25 -22
  43. package/lib/components/Sector/svgs/cow.svg +27 -22
  44. package/lib/components/Sector/svgs/cpu.svg +20 -16
  45. package/lib/components/Sector/svgs/dairy.svg +16 -17
  46. package/lib/components/Sector/svgs/dippel-oil.svg +21 -16
  47. package/lib/components/Sector/svgs/food-donation.svg +33 -28
  48. package/lib/components/Sector/svgs/food-factory.svg +20 -16
  49. package/lib/components/Sector/svgs/garbage-truck-1.svg +31 -33
  50. package/lib/components/Sector/svgs/gas-station.svg +22 -25
  51. package/lib/components/Sector/svgs/glass-manufacturer.svg +22 -20
  52. package/lib/components/Sector/svgs/glass.svg +22 -20
  53. package/lib/components/Sector/svgs/hand-washing.svg +19 -16
  54. package/lib/components/Sector/svgs/hospital.svg +31 -27
  55. package/lib/components/Sector/svgs/hotel.svg +24 -23
  56. package/lib/components/Sector/svgs/laundromat.svg +26 -25
  57. package/lib/components/Sector/svgs/leather-factory.svg +15 -22
  58. package/lib/components/Sector/svgs/leather.svg +15 -22
  59. package/lib/components/Sector/svgs/lipstick.svg +25 -22
  60. package/lib/components/Sector/svgs/meat.svg +27 -23
  61. package/lib/components/Sector/svgs/metal-coating-plant.svg +21 -20
  62. package/lib/components/Sector/svgs/metal-facbrication.svg +30 -19
  63. package/lib/components/Sector/svgs/milk.svg +16 -17
  64. package/lib/components/Sector/svgs/oil-rig.svg +15 -16
  65. package/lib/components/Sector/svgs/petrochemical.svg +21 -12
  66. package/lib/components/Sector/svgs/pie.svg +20 -16
  67. package/lib/components/Sector/svgs/pills.svg +21 -21
  68. package/lib/components/Sector/svgs/plant-unkown-3.svg +36 -35
  69. package/lib/components/Sector/svgs/plastic-rubber.svg +34 -42
  70. package/lib/components/Sector/svgs/printer.svg +16 -16
  71. package/lib/components/Sector/svgs/recycling.svg +15 -16
  72. package/lib/components/Sector/svgs/refinery.svg +16 -17
  73. package/lib/components/Sector/svgs/repair.svg +14 -12
  74. package/lib/components/Sector/svgs/sewing-machine.svg +22 -21
  75. package/lib/components/Sector/svgs/shop.svg +26 -23
  76. package/lib/components/Sector/svgs/soda.svg +15 -12
  77. package/lib/components/Sector/svgs/spray-gun.svg +21 -20
  78. package/lib/components/Sector/svgs/washing-machine.svg +26 -25
  79. package/lib/components/Sector/svgs/waste.svg +34 -42
  80. package/lib/components/Sector/svgs/welder-a.svg +30 -19
  81. package/lib/components/Sector/svgs/wine-glass.svg +10 -14
  82. package/lib/components/SevereEvent/SevereEvent.js +18 -9
  83. package/lib/hooks/useUserTimeZone.js +36 -2
  84. package/lib/hooks/useUserTimeZone.test.js +15 -1
  85. package/lib/i18n/en.json +62 -4
  86. package/lib/i18n/en_uk.json +1 -1
  87. package/lib/i18n/fr.json +1 -2
  88. package/lib/i18n/he.json +26 -1
  89. package/lib/i18n/it.json +1 -2
  90. package/lib/macros/getVersion.js +2 -2
  91. package/lib/pages/EventsPage/DragAndDropArea/DragAndDrop.module.scss +1 -1
  92. package/lib/pages/EventsPage/FloatingGraph/floatingGraphStyle.scss +6 -2
  93. package/lib/pages/EventsPage/events/EventsStyle.scss +2 -1
  94. package/lib/pages/EventsPage/events/event_info/EventInfo.js +43 -20
  95. package/lib/pages/EventsPage/events/event_info/EventInfoStyle.scss +10 -4
  96. package/lib/pages/EventsPage/events/event_info/EventSection.js +47 -0
  97. package/lib/pages/EventsPage/events/event_info/EventSection.test.js +59 -0
  98. package/lib/pages/EventsPage/events/event_info/Header/Header.js +31 -0
  99. package/lib/pages/EventsPage/events/event_info/Header/HeaderContainer.js +86 -0
  100. package/lib/pages/EventsPage/events/event_info/Header/index.js +11 -0
  101. package/lib/pages/EventsPage/events/event_info/Samplings.js +62 -0
  102. package/lib/pages/EventsPage/events/event_info/SeverityScore/ScoreExplanation.js +37 -0
  103. package/lib/pages/EventsPage/events/event_info/SeverityScore/ScoreGauge.js +155 -0
  104. package/lib/pages/EventsPage/events/event_info/SeverityScore/SeverityScore.js +63 -0
  105. package/lib/pages/EventsPage/events/event_info/SeverityScore/index.js +11 -0
  106. package/lib/pages/EventsPage/events/event_info/SourceDetails/Confidence.js +38 -0
  107. package/lib/pages/EventsPage/events/event_info/SourceDetails/Discharging.js +26 -0
  108. package/lib/pages/EventsPage/events/event_info/SourceDetails/IconAndTitles.js +43 -0
  109. package/lib/pages/EventsPage/events/event_info/SourceDetails/MoreInfoButton.js +45 -0
  110. package/lib/pages/EventsPage/events/event_info/SourceDetails/OtherSources.js +36 -0
  111. package/lib/pages/EventsPage/events/event_info/SourceDetails/PotentialSources.js +44 -0
  112. package/lib/pages/EventsPage/events/event_info/SourceDetails/SingleSource.js +44 -0
  113. package/lib/pages/EventsPage/events/event_info/SourceDetails/SourceCardBody.js +20 -0
  114. package/lib/pages/EventsPage/events/event_info/SourceDetails/SourceDetails.js +70 -0
  115. package/lib/pages/EventsPage/events/event_info/SourceDetails/WaterConsumptionPerDay.js +28 -0
  116. package/lib/pages/EventsPage/events/event_info/Timelines/DischargeBox.js +30 -0
  117. package/lib/pages/EventsPage/events/event_info/Timelines/EarlyWarning.js +54 -0
  118. package/lib/pages/EventsPage/events/event_info/Timelines/LiveStatusBadge.js +29 -0
  119. package/lib/pages/EventsPage/events/event_info/Timelines/SeenBox.js +30 -0
  120. package/lib/pages/EventsPage/events/event_info/Timelines/Timelines.js +68 -0
  121. package/lib/pages/EventsPage/events/event_info/Timelines/Timelines.test.js +27 -0
  122. package/lib/pages/EventsPage/events/event_info/Timelines/Titles.js +40 -0
  123. package/lib/pages/EventsPage/events/event_info/Timelines/index.js +11 -0
  124. package/lib/pages/EventsPage/events/event_info/Timelines/style.js +20 -0
  125. package/lib/pages/EventsPage/events/event_info/styles.js +23 -0
  126. package/lib/pages/EventsPage/events/events_list/EventsList.js +3 -3
  127. package/lib/pages/EventsPage/events/events_list/Filter/FilterContainer.js +1 -2
  128. package/lib/pages/EventsPage/events/events_list/Filter/FilterStyle.scss +1 -1
  129. package/lib/pages/ProfilePage/ProfilePage.js +76 -44
  130. package/lib/pages/SitePage/SiteInformation/SiteInformation.js +2 -2
  131. package/lib/pages/WbeDashboard/WbeDashboardPage.js +15 -10
  132. package/lib/store/areas/models/IArea.js +1 -1
  133. package/lib/store/events/models/IEvent.js +1 -1
  134. package/lib/store/events/models/ISource.js +1 -1
  135. package/lib/store/permissions/permissionsSlice.js +7 -4
  136. package/lib/styles/theme/theme.js +12 -1
  137. package/lib/styles.scss +8 -0
  138. package/lib/ui-kit/siteName/SiteName.js +29 -0
  139. package/lib/utilities/scoreToData.js +44 -0
  140. package/lib/utilities/scoreToData.test.js +16 -0
  141. package/lib/utilities/urls.js +4 -1
  142. package/package.json +2 -2
  143. package/lib/utilities/scoreToColor.js +0 -24
@@ -1,18 +1,17 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" id="Layer_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
- .st2{fill:#1d1d1d}
4
- </style>
5
- <linearGradient id="SVGID_1_" x1="263" x2="263" y1="458" y2="12" 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="M213 12L298 12 298 54 403 115 463 199 445.2 351.2 360 434.1 230 458 103 384 63 310 63 189.2 155 80 214 55z"/>
10
- <linearGradient id="SVGID_2_" x1="259.5" x2="259.5" y1="305" y2="200" gradientUnits="userSpaceOnUse">
11
- <stop offset="0" stop-color="#F37C1C"/>
12
- <stop offset="1" stop-color="#FCC191"/>
13
- </linearGradient>
14
- <path fill="url(#SVGID_2_)" d="M39 200L475 200 480 305 39 305z"/>
15
- <path d="M478.6 189.2h-21.5c-22.3-67.4-77-119.1-145.4-137.7V11.1c0-6.1-5-11.1-11.1-11.1h-89c-6.1 0-11.1 5-11.1 11.1v40.4C131.9 70.1 77.3 121.8 54.9 189.2H33.4c-6.1 0-11.1 5-11.1 11.1v111.3c0 6.1 5 11.1 11.1 11.1h11.1v178.1c0 6.1 5 11.1 11.1 11.1s11.1-5 11.1-11.1V351.2c14.4 28.5 35.2 53.7 60.7 73.2 34.2 26.1 74.6 40.9 117.4 43.1v33.3c0 6.1 5 11.1 11.1 11.1s11.1-5 11.1-11.1v-33.3c42.8-2.2 83.1-17 117.4-43.1 25.5-19.5 46.3-44.7 60.7-73.2v38.3c0 6.1 5 11.1 11.1 11.1s11.1-5 11.1-11.1v-66.8h11.1c6.1 0 11.1-5 11.1-11.1V200.3c.2-6.1-4.7-11.1-10.9-11.1zM213.9 71.1c5.1-1.1 8.7-5.7 8.7-10.9v-38h66.8v38c0 5.2 3.6 9.7 8.7 10.9 62.4 14.1 113.2 58.8 135.4 118.1h-355c22.3-59.3 73-104 135.4-118.1zm31 374.2c-74.5-4.4-140.1-52.9-166.4-122.5h166.4v122.5zm22.2 0V322.8h166.4c-26.2 69.5-91.9 118-166.4 122.5zm200.4-144.8H44.5V256h55.7c6.1 0 11.1-5 11.1-11.1s-5-11.1-11.1-11.1H44.5v-22.3H467.5v89z" class="st2"/>
16
- <path d="M478.6 189.2h-21.5c-22.3-67.4-77-119.1-145.4-137.7V11.1c0-6.1-5-11.1-11.1-11.1h-89c-6.1 0-11.1 5-11.1 11.1v40.4C131.9 70.1 77.3 121.8 54.9 189.2H33.4c-6.1 0-11.1 5-11.1 11.1v111.3c0 6.1 5 11.1 11.1 11.1h11.1v178.1c0 6.1 5 11.1 11.1 11.1s11.1-5 11.1-11.1V351.2c14.4 28.5 35.2 53.7 60.7 73.2 34.2 26.1 74.6 40.9 117.4 43.1v33.3c0 6.1 5 11.1 11.1 11.1s11.1-5 11.1-11.1v-33.3c42.8-2.2 83.1-17 117.4-43.1 25.5-19.5 46.3-44.7 60.7-73.2v38.3c0 6.1 5 11.1 11.1 11.1s11.1-5 11.1-11.1v-66.8h11.1c6.1 0 11.1-5 11.1-11.1V200.3c.2-6.1-4.7-11.1-10.9-11.1zM213.9 71.1c5.1-1.1 8.7-5.7 8.7-10.9v-38h66.8v38c0 5.2 3.6 9.7 8.7 10.9 62.4 14.1 113.2 58.8 135.4 118.1h-355c22.3-59.3 73-104 135.4-118.1zm31 374.2c-74.5-4.4-140.1-52.9-166.4-122.5h166.4v122.5zm22.2 0V322.8h166.4c-26.2 69.5-91.9 118-166.4 122.5zm200.4-144.8H44.5V256h55.7c6.1 0 11.1-5 11.1-11.1s-5-11.1-11.1-11.1H44.5v-22.3H467.5v89zM456.3 445.2c-6.1 0-11.1 5-11.1 11.1v44.5c0 6.1 5 11.1 11.1 11.1s11.1-5 11.1-11.1v-44.5c.1-6.1-4.9-11.1-11.1-11.1zM464.2 415.1c-2.1-2.1-4.9-3.3-7.9-3.3s-5.8 1.2-7.9 3.3c-2.1 2.1-3.3 4.9-3.3 7.9s1.2 5.8 3.3 7.9c2.1 2.1 4.9 3.3 7.9 3.3s5.8-1.2 7.9-3.3c2.1-2.1 3.3-4.9 3.3-7.9s-1.2-5.8-3.3-7.9z" class="st2"/>
17
- <path d="M141.4 237c-2.1-2.1-4.9-3.3-7.9-3.3s-5.8 1.2-7.9 3.3c-2.1 2.1-3.3 4.9-3.3 7.9s1.2 5.8 3.3 7.9 4.9 3.3 7.9 3.3 5.8-1.2 7.9-3.3 3.3-4.9 3.3-7.9-1.2-5.8-3.3-7.9z" class="st2"/>
1
+ <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M14.9883 1.56921H20.368V4.22485L27.0071 8.0851L30.8058 13.3964L29.6764 23.0265L24.2899 28.2693L16.0766 29.7819L8.04123 25.1003L5.50879 20.4187V12.7804L11.3265 5.86751L15.0431 4.30698L14.9883 1.56921Z" fill="url(#paint0_linear_4088_33982)"/>
3
+ <path d="M3.98291 13.458H31.5659L31.8807 20.1039H3.98291V13.458Z" fill="url(#paint1_linear_4088_33982)"/>
4
+ <path d="M31.7916 12.7804H30.4227C29.7287 10.6823 28.5261 8.78854 26.9222 7.26823C25.3183 5.74791 23.3629 4.64828 21.2306 4.06749V1.51452C21.2306 1.33299 21.1586 1.1589 21.0302 1.03055C20.9018 0.902188 20.7277 0.830078 20.5462 0.830078H14.9201C14.7386 0.830078 14.5645 0.902188 14.4361 1.03055C14.3078 1.1589 14.2357 1.33299 14.2357 1.51452V4.06749C12.1004 4.64697 10.1417 5.74584 8.53429 7.26611C6.92684 8.78637 5.72058 10.6808 5.02305 12.7804H3.65417C3.47264 12.7804 3.29856 12.8525 3.1702 12.9809C3.04185 13.1093 2.96973 13.2834 2.96973 13.4649V20.5078C2.96973 20.6893 3.04185 20.8634 3.1702 20.9918C3.29856 21.1201 3.47264 21.1922 3.65417 21.1922H4.33861V32.4581C4.33861 32.6397 4.41073 32.8138 4.53909 32.9421C4.66745 33.0705 4.84153 33.1426 5.02305 33.1426C5.20458 33.1426 5.37866 33.0705 5.50702 32.9421C5.63537 32.8138 5.70749 32.6397 5.70749 32.4581V23.0265C6.62501 24.8367 7.93716 26.4179 9.5472 27.6534C11.6872 29.2989 14.2774 30.2538 16.9734 30.3911V32.4924C16.9734 32.6739 17.0455 32.848 17.1739 32.9763C17.3023 33.1047 17.4763 33.1768 17.6579 33.1768C17.8394 33.1768 18.0135 33.1047 18.1418 32.9763C18.2702 32.848 18.3423 32.6739 18.3423 32.4924V30.3843C21.038 30.2457 23.6279 29.2909 25.7685 27.6465C27.3768 26.4092 28.6886 24.8285 29.6082 23.0197V25.4426C29.6082 25.6241 29.6803 25.7982 29.8087 25.9266C29.937 26.0549 30.1112 26.1271 30.2927 26.1271C30.4742 26.1271 30.6483 26.0549 30.7766 25.9266C30.905 25.7982 30.9771 25.6241 30.9771 25.4426V21.2128H31.6616C31.8431 21.2128 32.0172 21.1406 32.1455 21.0123C32.2739 20.8839 32.346 20.7098 32.346 20.5283V13.4786C32.346 13.297 32.2739 13.1229 32.1455 12.9946C32.0172 12.8662 31.8431 12.7941 31.6616 12.7941L31.7916 12.7804ZM15.0433 5.30633C15.2002 5.27434 15.3409 5.18832 15.441 5.06326C15.541 4.9382 15.5941 4.78202 15.5908 4.62189V2.21949H19.8344V4.62189C19.8312 4.78202 19.8842 4.9382 19.9842 5.06326C20.0843 5.18832 20.225 5.27434 20.3819 5.30633C22.317 5.74451 24.1126 6.65702 25.6073 7.96172C27.102 9.26643 28.2487 10.9224 28.9443 12.7804H6.48777C7.18537 10.9248 8.3319 9.27091 9.82488 7.96664C11.3179 6.66238 13.1108 5.74838 15.0433 5.30633ZM17.0008 28.9743C14.6869 28.832 12.4631 28.0254 10.596 26.6512C8.72892 25.277 7.29775 23.3935 6.47407 21.2265H17.0008V28.9743ZM18.3697 28.9743V21.2265H28.8964C28.0707 23.3818 26.6438 25.255 24.7851 26.6235C22.9264 27.992 20.7141 28.7984 18.4107 28.947L18.3697 28.9743ZM31.0524 19.8165H4.29069V17.0034H7.81559C7.99711 17.0034 8.17119 16.9313 8.29955 16.803C8.42791 16.6746 8.50003 16.5005 8.50003 16.319C8.50003 16.1375 8.42791 15.9634 8.29955 15.835C8.17119 15.7067 7.99711 15.6346 7.81559 15.6346H4.29069V14.2246H31.0524V19.8165Z" fill="#1D1D1D"/>
5
+ <path d="M31.7916 12.7804H30.4227C29.7287 10.6823 28.5261 8.78854 26.9222 7.26823C25.3183 5.74791 23.3629 4.64828 21.2306 4.06749V1.51452C21.2306 1.33299 21.1586 1.1589 21.0302 1.03055C20.9018 0.902188 20.7277 0.830078 20.5462 0.830078H14.9201C14.7386 0.830078 14.5645 0.902188 14.4361 1.03055C14.3078 1.1589 14.2357 1.33299 14.2357 1.51452V4.06749C12.1004 4.64697 10.1417 5.74584 8.53429 7.26611C6.92684 8.78637 5.72058 10.6808 5.02305 12.7804H3.65417C3.47264 12.7804 3.29856 12.8525 3.1702 12.9809C3.04185 13.1093 2.96973 13.2834 2.96973 13.4649V20.5078C2.96973 20.6893 3.04185 20.8634 3.1702 20.9918C3.29856 21.1201 3.47264 21.1922 3.65417 21.1922H4.33861V32.4581C4.33861 32.6397 4.41073 32.8138 4.53909 32.9421C4.66745 33.0705 4.84153 33.1426 5.02305 33.1426C5.20458 33.1426 5.37866 33.0705 5.50702 32.9421C5.63537 32.8138 5.70749 32.6397 5.70749 32.4581V23.0265C6.62501 24.8367 7.93716 26.4179 9.5472 27.6534C11.6872 29.2989 14.2774 30.2538 16.9734 30.3911V32.4924C16.9734 32.6739 17.0455 32.848 17.1739 32.9763C17.3023 33.1047 17.4763 33.1768 17.6579 33.1768C17.8394 33.1768 18.0135 33.1047 18.1418 32.9763C18.2702 32.848 18.3423 32.6739 18.3423 32.4924V30.3843C21.038 30.2457 23.6279 29.2909 25.7685 27.6465C27.3768 26.4092 28.6886 24.8285 29.6082 23.0197V25.4426C29.6082 25.6241 29.6803 25.7982 29.8087 25.9266C29.937 26.0549 30.1112 26.1271 30.2927 26.1271C30.4742 26.1271 30.6483 26.0549 30.7766 25.9266C30.905 25.7982 30.9771 25.6241 30.9771 25.4426V21.2128H31.6616C31.8431 21.2128 32.0172 21.1406 32.1455 21.0123C32.2739 20.8839 32.346 20.7098 32.346 20.5283V13.4786C32.346 13.297 32.2739 13.1229 32.1455 12.9946C32.0172 12.8662 31.8431 12.7941 31.6616 12.7941L31.7916 12.7804ZM15.0433 5.30633C15.2002 5.27434 15.3409 5.18832 15.441 5.06326C15.541 4.9382 15.5941 4.78202 15.5908 4.62189V2.21949H19.8344V4.62189C19.8312 4.78202 19.8842 4.9382 19.9842 5.06326C20.0843 5.18832 20.225 5.27434 20.3819 5.30633C22.317 5.74451 24.1126 6.65702 25.6073 7.96172C27.102 9.26643 28.2487 10.9224 28.9443 12.7804H6.48777C7.18537 10.9248 8.3319 9.27091 9.82488 7.96664C11.3179 6.66238 13.1108 5.74838 15.0433 5.30633ZM17.0008 28.9743C14.6869 28.832 12.4631 28.0254 10.596 26.6512C8.72892 25.277 7.29775 23.3935 6.47407 21.2265H17.0008V28.9743ZM18.3697 28.9743V21.2265H28.8964C28.0707 23.3818 26.6438 25.255 24.7851 26.6235C22.9264 27.992 20.7141 28.7984 18.4107 28.947L18.3697 28.9743ZM31.0524 19.8165H4.29069V17.0034H7.81559C7.99711 17.0034 8.17119 16.9313 8.29955 16.803C8.42791 16.6746 8.50003 16.5005 8.50003 16.319C8.50003 16.1375 8.42791 15.9634 8.29955 15.835C8.17119 15.7067 7.99711 15.6346 7.81559 15.6346H4.29069V14.2246H31.0524V19.8165ZM30.368 28.9743C30.1864 28.9743 30.0124 29.0464 29.884 29.1748C29.7556 29.3032 29.6835 29.4772 29.6835 29.6588V32.4718C29.6835 32.6534 29.7556 32.8274 29.884 32.9558C30.0124 33.0842 30.1864 33.1563 30.368 33.1563C30.5495 33.1563 30.7236 33.0842 30.8519 32.9558C30.9803 32.8274 31.0524 32.6534 31.0524 32.4718V29.6588C31.0561 29.5678 31.0415 29.4769 31.0096 29.3916C30.9777 29.3063 30.9291 29.2282 30.8666 29.1619C30.8042 29.0956 30.7291 29.0424 30.6458 29.0055C30.5625 28.9686 30.4727 28.9487 30.3816 28.947L30.368 28.9743ZM30.8676 27.0647C30.8026 26.9984 30.7248 26.946 30.6389 26.9107C30.553 26.8754 30.4608 26.8579 30.368 26.8594C30.2751 26.8579 30.1829 26.8754 30.097 26.9107C30.0111 26.946 29.9333 26.9984 29.8683 27.0647C29.7381 27.1986 29.6645 27.3776 29.663 27.5644C29.6615 27.6572 29.679 27.7494 29.7143 27.8353C29.7496 27.9212 29.802 27.999 29.8683 28.064C29.9327 28.1316 30.0103 28.1853 30.0962 28.2218C30.1821 28.2583 30.2746 28.2768 30.368 28.2762C30.4613 28.2768 30.5538 28.2583 30.6397 28.2218C30.7256 28.1853 30.8032 28.1316 30.8676 28.064C30.9352 27.9996 30.9888 27.9221 31.0253 27.8361C31.0618 27.7502 31.0803 27.6577 31.0798 27.5644C31.0793 27.3787 31.0084 27.2001 30.8813 27.0647H30.8676Z" fill="#1D1D1D"/>
6
+ <path d="M10.4644 15.7988C10.3305 15.6686 10.1516 15.595 9.96479 15.5935C9.87193 15.592 9.77973 15.6095 9.69384 15.6448C9.60794 15.6801 9.53011 15.7325 9.46512 15.7988C9.39755 15.8632 9.34386 15.9408 9.30738 16.0267C9.27089 16.1126 9.25237 16.2051 9.25294 16.2984C9.25237 16.3918 9.27089 16.4843 9.30738 16.5702C9.34386 16.6561 9.39755 16.7337 9.46512 16.7981C9.52953 16.8657 9.60712 16.9193 9.69304 16.9558C9.77897 16.9923 9.87144 17.0108 9.96479 17.0103C10.0581 17.0108 10.1506 16.9923 10.2365 16.9558C10.3225 16.9193 10.4 16.8657 10.4644 16.7981C10.5308 16.7331 10.5831 16.6553 10.6184 16.5694C10.6537 16.4835 10.6712 16.3913 10.6697 16.2984C10.6682 16.1117 10.5946 15.9327 10.4644 15.7988Z" fill="#1D1D1D"/>
7
+ <defs>
8
+ <linearGradient id="paint0_linear_4088_33982" x1="18.1573" y1="29.7819" x2="18.1573" y2="1.56921" gradientUnits="userSpaceOnUse">
9
+ <stop stop-color="#EFC530"/>
10
+ <stop offset="1" stop-color="#FCEDB6"/>
11
+ </linearGradient>
12
+ <linearGradient id="paint1_linear_4088_33982" x1="17.9318" y1="20.1039" x2="17.9318" y2="13.458" gradientUnits="userSpaceOnUse">
13
+ <stop stop-color="#F37C1C"/>
14
+ <stop offset="1" stop-color="#FCC191"/>
15
+ </linearGradient>
16
+ </defs>
18
17
  </svg>
@@ -1,13 +1,15 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 512 512" viewBox="0 0 512 512">
2
- <linearGradient id="3rutjc9qga" x1="256.014" x2="256.014" y1="482.015" y2="187.114" gradientUnits="userSpaceOnUse">
3
- <stop offset="0" stop-color="#EFC530"/>
4
- <stop offset="1" stop-color="#FCEDB6"/>
5
- </linearGradient>
6
- <path fill="url(#3rutjc9qga)" d="M218.1 334.6l8.5 4.1v143.4h58.7V338.7l8.5-4.1c30.2-14.5 49.7-45.5 49.7-79 0-27.2-12.4-52.1-32.9-68.5V258L256 290.8 201.4 258v-70.8c-20.5 16.3-32.9 41.3-32.9 68.5 0 33.4 19.5 64.4 49.6 78.9z"/>
7
- <linearGradient id="bmr315hmcb" x1="256" x2="256" y1="436.566" y2="29.985" gradientUnits="userSpaceOnUse">
8
- <stop offset="0" stop-color="#F37C1C"/>
9
- <stop offset="1" stop-color="#FCC191"/>
10
- </linearGradient>
11
- <path fill="url(#bmr315hmcb)" d="M362.8 404.3l32.2 32.2 41.5-41.5-32.2-32.2 6.3-10.1c10.8-17.2 18.6-36 23.1-55.7l2.7-11.6H482v-58.7h-45.6l-2.7-11.6c-4.5-19.7-12.3-38.5-23.1-55.7l-6.3-10.1 32.2-32.2L395 75.6l-32.2 32.2-10.1-6.3c-17.2-10.8-36-18.6-55.7-23.1l-11.6-2.7V30h-58.7v45.6L215 78.2c-19.7 4.5-38.5 12.3-55.7 23.1l-10.1 6.3L117 75.4l-41.5 41.5 12.8 12.8 19.4 19.4-6.3 10.1c-10.8 17.2-18.6 36-23.1 55.7l-2.7 11.6H30v58.7h45.6l2.7 11.6c4.5 19.7 12.3 38.5 23.1 55.7l6.3 10.1-32.2 32.2 41.5 41.5 32.2-32.2 10.1 6.3c11.8 7.4 24.3 13.4 37.4 17.9v-71.5c-16-9.4-29.6-22.4-39.6-38.1-12.1-18.9-18.6-40.9-18.6-63.4 0-47.5 28.3-90.1 72.1-108.4l20.8-8.7V241l24.6 14.8 24.6-14.8V138.4l20.8 8.7c43.8 18.4 72.1 60.9 72.1 108.4 0 22.6-6.4 44.5-18.6 63.4-10.1 15.7-23.7 28.7-39.6 38.1v71.5c13-4.5 25.5-10.5 37.4-17.9l10.1-6.3z"/>
12
- <path fill="#1D1D1D" d="M512 315.3V196.7h-52c-4.3-14.9-10.3-29.3-17.8-42.9L479 117l-83.9-84-36.8 36.8c-13.7-7.5-28-13.5-42.9-17.8V0H196.7v52c-14.9 4.3-29.3 10.3-42.9 17.8L116.9 33 33 116.9l36.8 36.8c-7.5 13.7-13.5 28-17.8 42.9H0v118.7h52c4.3 14.9 10.3 29.3 17.8 42.9L33 395.1l83.9 83.9 36.8-36.8c13.6 7.5 28 13.5 42.9 17.8v52h118.7v-52c14.9-4.3 29.3-10.3 42.9-17.8L395 479l83.9-83.9-36.8-36.8c7.5-13.6 13.5-28 17.8-42.9H512zm-226.6 23.4V482h-58.7V338.6l-8.5-4.1c-30.2-14.5-49.7-45.5-49.7-79 0-27.2 12.4-52.1 32.9-68.5v71l54.6 32.8 54.6-32.8v-70.8c20.5 16.3 32.9 41.3 32.9 68.5 0 33.5-19.5 64.5-49.7 79l-8.4 4zm151.2 56.4l-41.5 41.5-32.2-32.2-10.1 6.3c-11.8 7.4-24.3 13.4-37.4 17.9v-71.5c16-9.4 29.6-22.4 39.6-38.1 12.1-18.9 18.6-40.9 18.6-63.4 0-47.5-28.3-90.1-72.1-108.4l-20.8-8.7V241L256 255.8 231.4 241V138.4l-20.8 8.7c-43.8 18.4-72.1 60.9-72.1 108.4 0 22.6 6.4 44.5 18.6 63.4 10.1 15.7 23.7 28.7 39.6 38.1v71.5c-13.1-4.5-25.6-10.5-37.4-17.9l-10.1-6.3-32.2 32.2L75.5 395l32.2-32.2-6.3-10.1c-10.8-17.2-18.6-36-23.1-55.7l-2.7-11.6H30v-58.7h45.6l2.7-11.6c4.5-19.7 12.3-38.5 23.1-55.7l6.3-10.1-32.2-32.2L117 75.6l32.2 32.2 10.1-6.3c17.2-10.8 36-18.6 55.7-23.1l11.6-2.7V30h58.7v45.6l11.6 2.7c19.7 4.5 38.5 12.3 55.7 23.1l10.1 6.3 32.2-32.2 41.5 41.5-32.2 32.2 6.3 10.1c10.8 17.2 18.6 36 23.1 55.7l2.7 11.6H482v58.7h-45.6l-2.7 11.6c-4.5 19.7-12.3 38.5-23.1 55.7l-6.3 10.1 32.3 32.4z"/>
1
+ <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15.1059 21.9725L15.6422 22.231V31.2778H19.3514V22.2052L19.8878 21.9467C20.8272 21.492 21.6201 20.7828 22.1765 19.8997C22.7328 19.0167 23.0301 17.9952 23.0347 16.9516C23.0367 16.1188 22.8505 15.2964 22.4903 14.5456C22.13 13.7948 21.6048 13.1351 20.954 12.6156V17.1002L17.5033 19.1745L14.0461 17.1002V12.6221C13.3946 13.1409 12.8689 13.8005 12.5085 14.5515C12.1482 15.3024 11.9625 16.1251 11.9654 16.958C11.9657 18.0043 12.2604 19.0294 12.8158 19.9161C13.3711 20.8029 14.1647 21.5155 15.1059 21.9725Z" fill="url(#paint0_linear_4088_33986)"/>
3
+ <path d="M24.2564 26.3796L26.2919 28.4151L28.9154 25.7915L26.8799 23.756L27.2806 23.1098C27.9608 22.0257 28.4544 20.8353 28.741 19.588L28.909 18.8513H31.791V15.1422H28.909L28.741 14.4055C28.4544 13.1582 27.9608 11.9678 27.2806 10.8837L26.8799 10.2375L28.9154 8.20202L26.2919 5.57846L24.2564 7.61397L23.6102 7.21333C22.5261 6.53315 21.3357 6.0395 20.0884 5.75292L19.3517 5.58491V2.69641H15.6425V5.57846L14.8994 5.74001C13.6522 6.02658 12.4617 6.52022 11.3777 7.20041L10.7315 7.60105L8.69592 5.56553L6.07236 8.18909L6.88011 8.99684L8.1079 10.2246L7.70726 10.8708C7.02707 11.9549 6.53342 13.1453 6.24685 14.3926L6.07883 15.1293H3.19678V18.8384H6.07883L6.24685 19.5751C6.53342 20.8224 7.02707 22.0128 7.70726 23.0969L8.1079 23.7431L6.07236 25.7786L8.69592 28.4021L10.7315 26.3666L11.3777 26.7673C12.1211 27.2317 12.9144 27.6111 13.7427 27.8981V23.3747C12.7291 22.7819 11.8717 21.9555 11.2419 20.9644C10.4734 19.7695 10.0651 18.3787 10.0659 16.958C10.0617 15.4927 10.4924 14.0591 11.3033 12.8386C12.1143 11.6181 13.2691 10.6657 14.6215 10.1018L15.9139 9.55257V16.0533L17.4713 16.9903L19.0221 16.0533V9.59134L20.3145 10.1406C21.6672 10.7049 22.8224 11.6573 23.6344 12.8775C24.4463 14.0977 24.8786 15.5311 24.8767 16.9968C24.8792 18.4186 24.4684 19.8106 23.6942 21.0032C23.0627 21.9929 22.2057 22.8189 21.1934 23.4135V27.9369C22.0206 27.6473 22.8137 27.2681 23.5585 26.806L24.2047 26.4054L24.2564 26.3796Z" fill="url(#paint1_linear_4088_33986)"/>
4
+ <path d="M33.6905 20.7512V13.2489H30.3885C30.1151 12.3054 29.738 11.3952 29.2641 10.5348L31.5904 8.20853L26.2851 2.89679L23.9588 5.2231C23.0979 4.75022 22.1878 4.37317 21.2447 4.09871V0.80957H13.7359V4.11164C12.7925 4.38495 11.8823 4.76206 11.0219 5.23603L8.68913 2.90971L3.38388 8.215L5.71017 10.5413C5.2373 11.4022 4.86025 12.3123 4.5858 13.2553H1.30957V20.7641H4.59873C4.87205 21.7076 5.24914 22.6178 5.72311 23.4782L3.39678 25.8109L8.70207 31.1162L11.0284 28.7899C11.8887 29.2639 12.7989 29.641 13.7424 29.9143V33.1905H21.2512V29.9014C22.1947 29.6281 23.1049 29.251 23.9653 28.777L26.2915 31.1033L31.5968 25.798L29.2705 23.4717C29.7445 22.6114 30.1216 21.7011 30.3949 20.7577H33.6905V20.7512ZM19.3579 22.2052V31.2519H15.6487V22.2052L15.1123 21.9467C14.1729 21.492 13.38 20.7828 12.8236 19.8997C12.2673 19.0167 11.9699 17.9952 11.9654 16.9516C11.9634 16.1188 12.1496 15.2964 12.5098 14.5456C12.8701 13.7948 13.3953 13.1351 14.0461 12.6156V17.1067L17.5033 19.181L20.954 17.1067V12.6285C21.6055 13.1474 22.1312 13.807 22.4915 14.5579C22.8519 15.3088 23.0376 16.1316 23.0347 16.9645C23.0301 18.0082 22.7328 19.0296 22.1765 19.9127C21.6201 20.7957 20.8272 21.5049 19.8877 21.9596L19.3579 22.2116V22.2052ZM28.9216 25.7722L26.298 28.3957L24.2625 26.3602L23.6163 26.7609C22.8729 27.2253 22.0795 27.6047 21.2512 27.8917V23.3683C22.2649 22.7755 23.1222 21.9491 23.752 20.958C24.5205 19.7631 24.9288 18.3723 24.9281 16.9516C24.9349 15.4899 24.509 14.059 23.7041 12.8389C22.8991 11.6188 21.7511 10.6643 20.4047 10.0954L19.1123 9.53969V16.0017L17.555 16.9387L15.9976 16.0017V9.53969L14.7052 10.089C13.3533 10.6536 12.199 11.6062 11.3881 12.8265C10.5773 14.0468 10.1462 15.48 10.1495 16.9451C10.1447 18.3664 10.5534 19.7584 11.3256 20.9515C11.959 21.9397 12.8156 22.7653 13.8264 23.3619V27.8852C12.9981 27.5982 12.2048 27.2189 11.4613 26.7544L10.8151 26.3538L8.77961 28.3893L6.15605 25.7657L8.19159 23.7302L7.79095 23.084C7.11076 21.9999 6.61711 20.8095 6.33054 19.5622L6.16252 18.8256H3.28046V15.1164H6.16252L6.33054 14.3797C6.61711 13.1324 7.11076 11.942 7.79095 10.8579L8.19159 10.2117L6.15605 8.17622L8.77961 5.55266L10.8151 7.58818L11.4613 7.18754C12.5454 6.50735 13.7358 6.01371 14.9831 5.72713L15.7198 5.55912V2.67062H19.4289V5.55266L20.1656 5.72067C21.4129 6.00725 22.6033 6.50089 23.6874 7.18108L24.3336 7.58172L26.3691 5.5462L28.9927 8.16976L26.9571 10.2053L27.3578 10.8515C28.038 11.9355 28.5316 13.126 28.8182 14.3733L28.9862 15.1099H31.8747V18.8191H28.9927L28.8247 19.5558C28.5381 20.803 28.0444 21.9935 27.3643 23.0775L26.9636 23.7237L29.0056 25.7722H28.9216Z" fill="#1D1D1D"/>
5
+ <defs>
6
+ <linearGradient id="paint0_linear_4088_33986" x1="17.5033" y1="31.2972" x2="17.5033" y2="12.6414" gradientUnits="userSpaceOnUse">
7
+ <stop stop-color="#EFC530"/>
8
+ <stop offset="1" stop-color="#FCEDB6"/>
9
+ </linearGradient>
10
+ <linearGradient id="paint1_linear_4088_33986" x1="17.5036" y1="28.4151" x2="17.5036" y2="2.70934" gradientUnits="userSpaceOnUse">
11
+ <stop stop-color="#F37C1C"/>
12
+ <stop offset="1" stop-color="#FCC191"/>
13
+ </linearGradient>
14
+ </defs>
13
15
  </svg>
@@ -1,22 +1,23 @@
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
- .st3{fill:#1d1d1d}
4
- </style>
5
- <linearGradient id="SVGID_1_" x1="398.517" x2="398.517" y1="385.601" y2="281.032" 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="M345.4 281H451.7V385.6H345.4z"/>
10
- <linearGradient id="SVGID_2_" x1="246.037" x2="246.037" y1="251.032" y2="94.027" gradientUnits="userSpaceOnUse">
11
- <stop offset="0" stop-color="#F37C1C"/>
12
- <stop offset="1" stop-color="#FCC191"/>
13
- </linearGradient>
14
- <path fill="url(#SVGID_2_)" d="M451.7 251V113.9c0-11-8.9-19.9-19.9-19.9H55.4c-8.3 0-15 6.7-15 15v71.4h290c8.3 0 15 6.7 15 15V251h106.3z"/>
15
- <linearGradient id="SVGID_3_" x1="256" x2="256" y1="482" y2="415.602" 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="M40.4 430.6V482h431.2v-66.4H55.4c-8.3 0-15 6.7-15 15z"/>
20
- <path d="M486.6 385.6h-4.9V113.9c0-27.5-22.4-49.9-49.9-49.9h-9.9V30h5.9c8.3 0 15-6.7 15-15s-6.7-15-15-15h-90c-8.3 0-15 6.7-15 15s6.7 15 15 15h5.9v34H55.4c-24.8 0-45 20.2-45 45v86.4c0 8.3 6.7 15 15 15h18.7v25.2c0 20.8 16.9 37.7 37.7 37.7H91v19.9c0 8.3 6.7 15 15 15s15-6.7 15-15v-19.9h9.2c20.8 0 37.7-16.9 37.7-37.7v-25.2h147.6v175.2h-260c-24.8 0-45 20.2-45 45V497c0 8.3 6.7 15 15 15h461.2c8.3 0 15-6.7 15-15v-96.4c-.1-8.3-6.8-15-15.1-15zM373.8 30H392v34h-18.2V30zm-236 205.6c0 4.2-3.4 7.7-7.7 7.7H81.7c-4.2 0-7.7-3.4-7.7-7.7v-25.2h63.7v25.2zm-97.4-55.2V109c0-8.3 6.7-15 15-15h376.4c11 0 19.9 8.9 19.9 19.9V251H345.4v-55.6c0-8.3-6.7-15-15-15h-290zM451.7 281v104.6H345.4V281h106.3zm19.9 201H40.4v-51.4c0-8.3 6.7-15 15-15h416.2V482z" class="st3"/>
21
- <path d="M406.9 203.5h-10.3c-8.3 0-15 6.7-15 15s6.7 15 15 15h10.3c8.3 0 15-6.7 15-15s-6.7-15-15-15z" class="st3"/>
1
+ <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M27.2 2.13013H24.4194V5.54598H27.2V2.13013Z" fill="white"/>
3
+ <path d="M10.8842 13.6816H5.57373V17.0028H10.8842V13.6816Z" fill="white"/>
4
+ <path d="M23.3271 18.5797H30.014V25.1941H23.3271V18.5797Z" fill="url(#paint0_linear_4088_33975)"/>
5
+ <path d="M30.0139 16.6852V8.01462C30.0139 7.68062 29.8812 7.3603 29.6451 7.12412C29.4089 6.88795 29.0886 6.75527 28.7546 6.75527H4.94946C4.82459 6.75453 4.7008 6.77849 4.58523 6.82577C4.46965 6.87305 4.36456 6.94271 4.27601 7.03075C4.18745 7.11878 4.11718 7.22346 4.06922 7.33876C4.02127 7.45405 3.99658 7.57769 3.99658 7.70256V12.2162H22.3408C22.4656 12.2162 22.5893 12.2409 22.7046 12.2888C22.8199 12.3368 22.9246 12.407 23.0126 12.4956C23.1006 12.5842 23.1703 12.6892 23.2176 12.8048C23.2649 12.9204 23.2888 13.0442 23.2881 13.1691V16.6852H30.0139Z" fill="url(#paint1_linear_4088_33975)"/>
6
+ <path d="M4.01318 28.0416V31.2959H31.2843V27.0943H4.96606C4.84119 27.0936 4.7174 27.1175 4.60183 27.1648C4.48625 27.2121 4.38117 27.2818 4.29261 27.3698C4.20405 27.4578 4.13378 27.5625 4.08582 27.6778C4.03787 27.7931 4.01318 27.9168 4.01318 28.0416Z" fill="url(#paint2_linear_4088_33975)"/>
7
+ <path d="M32.2431 25.1941H31.9311V8.01457C31.9296 7.17802 31.597 6.37608 31.006 5.78403C30.415 5.19198 29.6137 4.85798 28.7771 4.85504H28.1474V2.70411H28.5208C28.7725 2.70411 29.0141 2.60449 29.1926 2.42699C29.3712 2.2495 29.4722 2.00856 29.4737 1.75681C29.4722 1.50506 29.3712 1.26413 29.1926 1.08663C29.0141 0.909136 28.7725 0.809505 28.5208 0.809509H22.8258C22.5746 0.809509 22.3337 0.909317 22.156 1.08697C21.9783 1.26462 21.8785 1.50557 21.8785 1.75681C21.8785 2.00805 21.9783 2.249 22.156 2.42665C22.3337 2.60431 22.5746 2.70411 22.8258 2.70411H23.1992V4.85504H4.96645C4.2117 4.85651 3.48829 5.15698 2.95461 5.69067C2.42092 6.22435 2.12045 6.94776 2.11897 7.70251V13.169C2.11897 13.4202 2.21877 13.6612 2.39643 13.8388C2.57408 14.0165 2.81503 14.1163 3.06627 14.1163H4.24761V15.71C4.24761 16.3425 4.49888 16.9491 4.94615 17.3964C5.39342 17.8437 6.00004 18.095 6.63258 18.095H7.21768V19.3543C7.21768 19.6055 7.31748 19.8465 7.49514 20.0241C7.67279 20.2018 7.91373 20.3016 8.16497 20.3016C8.41621 20.3016 8.65717 20.2018 8.83482 20.0241C9.01247 19.8465 9.11228 19.6055 9.11228 19.3543V18.095H9.66952C10.3011 18.0935 10.9063 17.8416 11.3523 17.3944C11.7984 16.9473 12.0489 16.3416 12.0489 15.71V14.1163H21.3882V25.1941H4.94415C4.18941 25.1956 3.466 25.4961 2.93231 26.0298C2.39863 26.5634 2.09815 27.2869 2.09668 28.0416V32.2432C2.09668 32.4944 2.19649 32.7353 2.37414 32.913C2.55179 33.0907 2.79275 33.1905 3.04399 33.1905H32.2431C32.4944 33.1905 32.7353 33.0907 32.913 32.913C33.0906 32.7353 33.1904 32.4944 33.1904 32.2432V26.147C33.189 25.8957 33.0889 25.655 32.9117 25.4768C32.7345 25.2985 32.4944 25.197 32.2431 25.1941ZM25.1049 2.70411H26.2584V4.85504H25.1049V2.70411ZM10.1822 15.71C10.1822 15.7741 10.1695 15.8376 10.1447 15.8968C10.12 15.956 10.0838 16.0097 10.0382 16.0548C9.9926 16.0999 9.9385 16.1355 9.87904 16.1595C9.81958 16.1835 9.75593 16.1955 9.6918 16.1948H6.61029C6.54642 16.1955 6.48304 16.1835 6.42388 16.1594C6.36473 16.1353 6.31099 16.0996 6.26583 16.0545C6.22066 16.0093 6.18498 15.9555 6.16088 15.8964C6.13678 15.8372 6.12475 15.7739 6.1255 15.71V14.1163H10.1543V15.71H10.1822ZM4.01915 12.2161V7.70251C4.01915 7.57764 4.04383 7.454 4.09179 7.3387C4.13974 7.22341 4.21002 7.11873 4.29857 7.03069C4.38713 6.94265 4.49222 6.87299 4.60779 6.82572C4.72337 6.77844 4.84715 6.75448 4.97202 6.75521H28.7771C29.1111 6.75521 29.4314 6.88789 29.6676 7.12407C29.9038 7.36024 30.0365 7.68057 30.0365 8.01457V16.6851H23.3274V13.169C23.3281 13.0441 23.3041 12.9203 23.2568 12.8048C23.2096 12.6892 23.1399 12.5841 23.0519 12.4955C22.9638 12.407 22.8592 12.3367 22.7439 12.2888C22.6286 12.2408 22.5049 12.2161 22.3801 12.2161H4.01915ZM30.0142 18.5797V25.1941H23.3274V18.5797H30.0142ZM31.268 31.2959H3.99685V28.0416C3.99685 27.9167 4.02154 27.7931 4.06949 27.6778C4.11745 27.5625 4.18772 27.4578 4.27628 27.3698C4.36484 27.2818 4.46992 27.2121 4.5855 27.1648C4.70108 27.1175 4.82486 27.0936 4.94973 27.0943H31.268V31.2959Z" fill="#1D1D1D"/>
8
+ <path d="M27.1945 13.6872H26.5425C26.2913 13.6872 26.0503 13.787 25.8727 13.9647C25.695 14.1423 25.5952 14.3833 25.5952 14.6345C25.5952 14.8857 25.695 15.1267 25.8727 15.3043C26.0503 15.482 26.2913 15.5818 26.5425 15.5818H27.1945C27.4457 15.5818 27.6867 15.482 27.8643 15.3043C28.042 15.1267 28.1418 14.8857 28.1418 14.6345C28.1418 14.3833 28.042 14.1423 27.8643 13.9647C27.6867 13.787 27.4457 13.6872 27.1945 13.6872Z" fill="#1D1D1D"/>
9
+ <defs>
10
+ <linearGradient id="paint0_linear_4088_33975" x1="26.665" y1="25.1941" x2="26.665" y2="18.5797" gradientUnits="userSpaceOnUse">
11
+ <stop stop-color="#EFC530"/>
12
+ <stop offset="1" stop-color="#FCEDB6"/>
13
+ </linearGradient>
14
+ <linearGradient id="paint1_linear_4088_33975" x1="17.0192" y1="16.6852" x2="17.0192" y2="6.75527" gradientUnits="userSpaceOnUse">
15
+ <stop stop-color="#F37C1C"/>
16
+ <stop offset="1" stop-color="#FCC191"/>
17
+ </linearGradient>
18
+ <linearGradient id="paint2_linear_4088_33975" x1="17.6487" y1="31.2959" x2="17.6487" y2="27.0943" gradientUnits="userSpaceOnUse">
19
+ <stop stop-color="#F37C1C"/>
20
+ <stop offset="1" stop-color="#FCC191"/>
21
+ </linearGradient>
22
+ </defs>
22
23
  </svg>
@@ -1,24 +1,27 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" id="Capa_1" x="0" y="0" enable-background="new 0 0 489.4 489.4" version="1.1" viewBox="0 0 489.4 489.4" xml:space="preserve">
2
- <style>
3
- .st3{fill:#1d1d1d}
4
- </style>
5
- <linearGradient id="SVGID_1_" x1="244" x2="244" y1="230" y2="43" gradientUnits="userSpaceOnUse">
6
- <stop offset="0" stop-color="#F37C1C"/>
7
- <stop offset="1" stop-color="#FCC191"/>
8
- </linearGradient>
9
- <path fill="url(#SVGID_1_)" d="M17 171L89 43 402 43 471 162 471 198.3 413 230 362 191 310 230 248.2 198.1 191 230 132.6 193 66 230 17 198.3z"/>
10
- <linearGradient id="SVGID_2_" x1="244.65" x2="244.65" y1="434.45" y2="210.25" 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="M423.3 434.4V241.2c-1.4 0-2.7.1-4.1.1-24.2 0-45.6-12.3-58.2-31-12.6 18.7-33.9 31-58.1 31-24.1 0-45.5-12.3-58.1-31-12.7 18.7-34 31-58.2 31-24.2 0-45.6-12.3-58.2-31-12.6 18.7-34 31-58.2 31-1.4 0-2.8 0-4.2-.1v193.3h42.5V304.9c0-22.7 18.5-41.1 41.1-41.1h34.9c22.7 0 41.1 18.5 41.1 41.1v129.5h197.7zM248.2 296.7c0-18.2 14.8-33 33-33h66.5c18.2 0 33 14.8 33 33v51c0 18.2-14.8 33-33 33h-66.5c-18.2 0-33-14.8-33-33v-51z"/>
15
- <linearGradient id="SVGID_3_" x1="167.15" x2="167.15" y1="434.35" y2="287.75" 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="M149.7 287.7c-9.5 0-17.1 7.7-17.1 17.1v129.5h69.1V304.9c0-9.5-7.7-17.1-17.1-17.1h-34.9z"/>
20
- <g>
21
- <path d="M347.7 263.8h-66.5c-18.2 0-33 14.8-33 33v51c0 18.2 14.8 33 33 33h66.5c18.2 0 33-14.8 33-33v-51c0-18.3-14.8-33-33-33zm9 84c0 5-4.1 9-9 9h-66.5c-5 0-9-4.1-9-9v-51c0-5 4.1-9 9-9h66.5c5 0 9 4.1 9 9v51z" class="st3"/>
22
- <path d="M489.4 171.1c0-2.1-.5-4.1-1.6-5.9L415 37.2c-2.1-3.7-6.1-6.1-10.4-6.1H84.7c-4.3 0-8.3 2.3-10.4 6.1l-72.7 128C.6 167 0 169 0 171.1c0 28.7 17.3 53.3 42 64.2v211.1c0 6.6 5.4 12 12 12h381.3c6.6 0 12-5.4 12-12V236.8c0-.5 0-.9-.1-1.3 24.8-10.9 42.2-35.6 42.2-64.4zM91.7 55.2h305.9l56.9 100.1H34.9L91.7 55.2zm256.6 123.9c-3.8 21.6-22.7 38-45.4 38s-41.6-16.4-45.4-38h90.8zm-116.3 0c-3.8 21.6-22.7 38-45.4 38s-41.6-16.4-45.5-38H232zm-207.2 0h90.9c-3.8 21.6-22.8 38-45.5 38-22.7.2-41.6-16.3-45.4-38zm176.8 255.3h-69V304.9c0-9.4 7.6-17.1 17.1-17.1h34.9c9.4 0 17.1 7.6 17.1 17.1v129.5h-.1zm221.7 0H225.6V304.9c0-22.6-18.4-41.1-41.1-41.1h-34.9c-22.6 0-41.1 18.4-41.1 41.1v129.6H66V241.2c1.4.1 2.8.1 4.2.1 24.2 0 45.6-12.3 58.2-31 12.6 18.7 34 31 58.2 31s45.5-12.3 58.2-31c12.6 18.7 34 31 58.1 31 24.2 0 45.5-12.3 58.1-31 12.6 18.7 34 31 58.2 31 1.4 0 2.7-.1 4.1-.1v193.2zm-4.1-217.1c-22.7 0-41.6-16.4-45.4-38h90.9c-3.9 21.5-22.8 38-45.5 38z" class="st3"/>
23
- </g>
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_33993)">
3
+ <path d="M23.0082 19.3844H21.7286C19.962 19.3844 18.5298 20.8677 18.5298 22.6975C18.5298 24.5273 19.962 26.0106 21.7286 26.0106H23.0082C24.7749 26.0106 26.207 24.5273 26.207 22.6975C26.207 20.8677 24.7749 19.3844 23.0082 19.3844Z" fill="white"/>
4
+ <path d="M1.68262 11.699L6.67961 2.49255H28.4221L33.2155 11.0263V13.6417L29.1879 15.9207L25.6449 13.1146L22.0341 15.9207L17.7399 13.6266L13.7656 15.9207L9.70883 13.2602L5.08019 15.9207L1.68747 13.6417L1.68262 11.699Z" fill="url(#paint0_linear_4088_33993)"/>
5
+ <path d="M29.91 30.6741V16.754H29.624C28.8251 16.7563 28.038 16.554 27.3328 16.1652C26.6275 15.7763 26.0261 15.2129 25.5819 14.5251C25.1381 15.2122 24.5374 15.7752 23.8331 16.164C23.1288 16.5528 22.3426 16.7555 21.5445 16.754C20.7464 16.7555 19.9603 16.5528 19.256 16.164C18.5516 15.7752 17.9509 15.2122 17.5072 14.5251C17.0611 15.2111 16.4592 15.773 15.7544 16.1616C15.0496 16.5503 14.2635 16.7537 13.465 16.754C12.6657 16.7545 11.8786 16.5515 11.1728 16.1628C10.4671 15.7741 9.86447 15.2118 9.41795 14.5251C8.97375 15.2129 8.37227 15.7763 7.66704 16.1652C6.96181 16.554 6.17471 16.7563 5.37577 16.754H5.08496V30.6741H8.03663V21.3371C8.03663 20.5529 8.3374 19.8009 8.87277 19.2464C9.40813 18.6919 10.1342 18.3804 10.8914 18.3804H13.3147C14.0715 18.3817 14.7968 18.6937 15.3319 19.2479C15.867 19.8021 16.1682 20.5533 16.1695 21.3371V30.6741H29.91ZM17.7447 20.7648C17.7447 20.1351 17.9862 19.5312 18.4161 19.0859C18.8461 18.6406 19.4292 18.3904 20.0372 18.3904H24.6561C25.2641 18.3904 25.8472 18.6406 26.2772 19.0859C26.7071 19.5312 26.9486 20.1351 26.9486 20.7648V24.4344C26.9486 25.0641 26.7071 25.668 26.2772 26.1133C25.8472 26.5586 25.2641 26.8088 24.6561 26.8088H20.0372C19.4292 26.8088 18.8461 26.5586 18.4161 26.1133C17.9862 25.668 17.7447 25.0641 17.7447 24.4344V20.7648Z" fill="url(#paint1_linear_4088_33993)"/>
6
+ <path d="M10.9008 20.0972C10.5859 20.0972 10.2839 20.2267 10.0612 20.4574C9.83849 20.688 9.71338 21.0009 9.71338 21.327V30.674H14.5117V21.3371C14.5117 21.0109 14.3865 20.6981 14.1639 20.4674C13.9412 20.2368 13.6391 20.1072 13.3242 20.1072H10.9008V20.0972Z" fill="url(#paint2_linear_4088_33993)"/>
7
+ <path d="M24.6561 18.3804H20.0371C19.4291 18.3804 18.846 18.6305 18.4161 19.0758C17.9862 19.5211 17.7446 20.1251 17.7446 20.7548V24.4243C17.7446 25.054 17.9862 25.658 18.4161 26.1033C18.846 26.5485 19.4291 26.7987 20.0371 26.7987H24.6561C25.2641 26.7987 25.8472 26.5485 26.2771 26.1033C26.7071 25.658 26.9486 25.054 26.9486 24.4243V20.7548C26.9492 20.4428 26.8904 20.1337 26.7754 19.8454C26.6604 19.557 26.4916 19.295 26.2786 19.0743C26.0656 18.8537 25.8126 18.6789 25.5342 18.5598C25.2557 18.4407 24.9573 18.3797 24.6561 18.3804ZM25.2813 24.4042C25.2801 24.5756 25.2138 24.7395 25.0968 24.8607C24.9798 24.9818 24.8215 25.0505 24.6561 25.0518H20.0371C19.8713 25.0518 19.7123 24.9836 19.595 24.8621C19.4778 24.7407 19.4119 24.576 19.4119 24.4042V20.7347C19.4119 20.563 19.4778 20.3982 19.595 20.2768C19.7123 20.1554 19.8713 20.0871 20.0371 20.0871H24.6561C24.8219 20.0871 24.9809 20.1554 25.0982 20.2768C25.2155 20.3982 25.2813 20.563 25.2813 20.7347V24.4042Z" fill="#1D1D1D"/>
8
+ <path d="M34.4999 11.709C34.502 11.5587 34.4634 11.4109 34.3884 11.2823L29.3333 2.06077C29.2594 1.92823 29.1536 1.81784 29.0261 1.7404C28.8987 1.66296 28.754 1.62114 28.6063 1.61903H6.38396C6.23632 1.61841 6.09126 1.65914 5.96414 1.7369C5.83702 1.81467 5.73254 1.92657 5.66178 2.06077L0.61148 11.2672C0.540787 11.3977 0.502477 11.5443 0.5 11.6939C0.500408 12.6728 0.775492 13.6304 1.29178 14.4504C1.80807 15.2703 2.54331 15.9171 3.40805 16.3122V31.5023C3.40608 31.6182 3.42667 31.7334 3.4686 31.8409C3.51053 31.9484 3.57293 32.0461 3.65209 32.128C3.73124 32.21 3.82553 32.2747 3.92933 32.3181C4.03313 32.3615 4.1443 32.3828 4.25623 32.3808H30.7485C30.9692 32.3795 31.1805 32.2881 31.3366 32.1264C31.4927 31.9648 31.5809 31.746 31.5822 31.5174V16.4578C31.5875 16.4262 31.5875 16.3939 31.5822 16.3624C32.4533 15.9654 33.1935 15.3135 33.7118 14.4868C34.2301 13.6601 34.5041 12.6947 34.4999 11.709ZM6.87347 3.37096H28.1265L32.0765 10.5946H2.92337L6.87347 3.37096ZM24.6998 12.2863C24.5678 13.0521 24.1798 13.7454 23.6038 14.2447C23.0278 14.7439 22.3005 15.0174 21.5494 15.0171C20.7975 15.0186 20.0691 14.7457 19.4921 14.2463C18.915 13.7469 18.5263 13.0529 18.3942 12.2863H24.6998ZM16.6203 12.2863C16.4883 13.0521 16.1003 13.7454 15.5243 14.2447C14.9483 14.7439 14.221 15.0174 13.4699 15.0171C12.7176 15.0178 11.989 14.7447 11.4114 14.2455C10.8338 13.7464 10.4439 13.0529 10.3098 12.2863H16.6203ZM2.22544 12.2863H8.52621C8.39301 13.0533 8.00336 13.7474 7.42555 14.2467C6.84773 14.746 6.11865 15.0188 5.36614 15.0171C4.61509 15.0192 3.88748 14.7463 3.31189 14.2466C2.7363 13.7469 2.34976 13.0525 2.22059 12.2863H2.22544ZM14.5071 30.674H9.71367V21.3371C9.71367 21.0109 9.83878 20.6981 10.0615 20.4674C10.2842 20.2368 10.5862 20.1072 10.9011 20.1072H13.3245C13.6394 20.1072 13.9415 20.2368 14.1641 20.4674C14.3868 20.6981 14.5119 21.0109 14.5119 21.3371V30.674H14.5071ZM29.91 30.674H16.1744V21.3371C16.1731 20.5533 15.8719 19.802 15.3368 19.2478C14.8017 18.6936 14.0764 18.3817 13.3196 18.3804H10.8963C10.1392 18.3804 9.41304 18.6919 8.87768 19.2464C8.34231 19.8009 8.04154 20.5529 8.04154 21.3371V30.674H5.08987V16.769H5.38068C6.17961 16.7713 6.96671 16.5691 7.67194 16.1802C8.37716 15.7913 8.97865 15.228 9.42286 14.5402C9.86938 15.2268 10.472 15.7892 11.1777 16.1778C11.8835 16.5665 12.6706 16.7695 13.4699 16.769C14.2684 16.7687 15.0545 16.5653 15.7593 16.1767C16.4641 15.788 17.066 15.2261 17.5121 14.5402C17.9558 15.2273 18.5565 15.7902 19.2609 16.179C19.9652 16.5678 20.7513 16.7705 21.5494 16.769C22.3475 16.7705 23.1337 16.5678 23.838 16.179C24.5423 15.7902 25.143 15.2273 25.5868 14.5402C26.031 15.228 26.6324 15.7913 27.3377 16.1802C28.0429 16.5691 28.83 16.7713 29.6289 16.769H29.9149V30.674H29.91ZM29.6241 15.0522C28.8715 15.0535 28.1425 14.7799 27.5654 14.2795C26.9883 13.7791 26.6 13.084 26.4689 12.3164H32.7696C32.6312 13.0769 32.2417 13.7638 31.6677 14.2593C31.0938 14.7548 30.3713 15.028 29.6241 15.0321V15.0522Z" fill="#1D1D1D"/>
9
+ </g>
10
+ <defs>
11
+ <linearGradient id="paint0_linear_4088_33993" x1="17.4491" y1="15.9458" x2="17.4491" y2="2.49255" gradientUnits="userSpaceOnUse">
12
+ <stop stop-color="#F37C1C"/>
13
+ <stop offset="1" stop-color="#FCC191"/>
14
+ </linearGradient>
15
+ <linearGradient id="paint1_linear_4088_33993" x1="17.4975" y1="30.659" x2="17.4975" y2="14.5302" gradientUnits="userSpaceOnUse">
16
+ <stop stop-color="#EFC530"/>
17
+ <stop offset="1" stop-color="#FCEDB6"/>
18
+ </linearGradient>
19
+ <linearGradient id="paint2_linear_4088_33993" x1="12.1125" y1="30.6489" x2="12.1125" y2="20.0972" gradientUnits="userSpaceOnUse">
20
+ <stop stop-color="#F37C1C"/>
21
+ <stop offset="1" stop-color="#FCC191"/>
22
+ </linearGradient>
23
+ <clipPath id="clip0_4088_33993">
24
+ <rect width="34" height="34" fill="white" transform="translate(0.5)"/>
25
+ </clipPath>
26
+ </defs>
24
27
  </svg>
@@ -1,13 +1,16 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 512 512" viewBox="0 0 512 512">
2
- <linearGradient id="5uls8br43a" x1="239" x2="239" y1="499" y2="55" gradientUnits="userSpaceOnUse">
3
- <stop offset="0" stop-color="#F37C1C"/>
4
- <stop offset="1" stop-color="#FCC191"/>
5
- </linearGradient>
6
- <path fill="url(#5uls8br43a)" d="M327 55L14 356.1 141 499 217 432 464 178 412 87z"/>
7
- <linearGradient id="lyfmnscidb" x1="238.732" x2="238.732" y1="356.09" y2="190.444" gradientUnits="userSpaceOnUse">
8
- <stop offset="0" stop-color="#EFC530"/>
9
- <stop offset="1" stop-color="#FCEDB6"/>
10
- </linearGradient>
11
- <path fill="url(#lyfmnscidb)" d="M155.9 254.4L257.6 356.1 321.6 292.2 219.8 190.4z"/>
12
- <path fill="#1D1D1D" d="M460.6 132.9L512 81.5 430.5 0l-51.4 51.4-16.2-4.4c-31.4-8.6-65.1.4-88.1 23.4-7.2 7.2-13.1 15.5-17.6 24.7-9.6 19.9-22.4 37.9-38 53.5l-119 119c-10.2 10.2-22 18.6-35 24.9-16.1 7.8-30.6 18.1-43.2 30.7l-8.3 8.3c-18.3 18.3-18.3 48 0 66.2l100.7 100.7c9.1 9.1 21.1 13.7 33.1 13.7s24-4.6 33.1-13.7l8.3-8.3c12.6-12.6 22.9-27.2 30.7-43.2 6.3-13 14.7-24.8 24.9-35l119-119c15.6-15.6 33.6-28.4 53.5-38 9.2-4.4 17.5-10.3 24.7-17.6 23-23 31.9-56.7 23.4-88.1l-4.5-16.3zm-30.1-90.4l39 39-25.7 25.7-39-39 25.7-25.7zM257.6 356.1L155.9 254.4l63.9-63.9 101.7 101.7-63.9 63.9zm-34.4 34.4c-12.6 12.6-22.9 27.2-30.7 43.2-6.3 13-14.7 24.8-24.9 35l-8.3 8.3c-6.5 6.5-17.2 6.5-23.7 0L34.9 376.4c-6.5-6.5-6.5-17.2 0-23.7l8.3-8.3c10.2-10.2 22-18.6 35-24.9 16.1-7.8 30.6-18.1 43.2-30.7l13.2-13.2 101.7 101.7-13.1 13.2zM420.4 216c-4.8 4.8-10.4 8.8-16.6 11.8-22.7 10.9-43.2 25.5-61 43.2L241.1 169.2c17.7-17.9 32.2-38.4 43.2-61 3-6.2 6.9-11.7 11.8-16.6 11.5-11.5 27.1-17.8 43-17.8 5.3 0 10.7.7 16 2.1l20.8 5.7 54.6 54.6 5.7 20.8c5.6 21-.4 43.6-15.8 59z"/>
1
+ <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M25.5264 5.05068L28.4348 2.20703L31.9799 5.87086L29.4492 8.53106L25.5264 5.05068Z" fill="white"/>
3
+ <path d="M21.9866 4.28992L2.19434 23.3267L10.2289 32.3595L15.0312 28.1237L30.6525 12.0654L27.3609 6.31339L21.9866 4.28992Z" fill="url(#paint0_linear_4088_33967)"/>
4
+ <path d="M11.1675 16.8948L17.5994 23.3267L21.6464 19.2852L15.209 12.8478L11.1675 16.8948Z" fill="url(#paint1_linear_4088_33967)"/>
5
+ <path d="M30.4475 9.21097L33.6851 5.97342L28.5319 0.820312L25.2944 4.05787L24.2692 3.78267C23.2922 3.51669 22.2622 3.51333 21.2835 3.77294C20.3048 4.03254 19.4119 4.54592 18.6952 5.26117C18.241 5.718 17.8654 6.24673 17.5836 6.82598C16.9813 8.08036 16.1692 9.22271 15.1824 10.2038L7.65511 17.7311C7.01108 18.3765 6.26324 18.9091 5.44278 19.3068C4.43151 19.7965 3.5088 20.4512 2.71244 21.2439L2.17285 21.7835C1.89697 22.0573 1.67801 22.3831 1.52859 22.7419C1.37917 23.1008 1.30225 23.4857 1.30225 23.8744C1.30225 24.2631 1.37917 24.648 1.52859 25.0069C1.67801 25.3657 1.89697 25.6915 2.17285 25.9653L8.54004 32.3325C8.81419 32.6086 9.14041 32.8276 9.49979 32.9767C9.85917 33.1258 10.2446 33.2022 10.6337 33.2013C11.0226 33.2013 11.4078 33.1245 11.767 32.9755C12.1263 32.8264 12.4526 32.6079 12.7273 32.3325L13.2669 31.7929C14.0612 30.9967 14.7176 30.074 15.2094 29.0626C15.6046 28.2421 16.1355 27.4941 16.7796 26.8503L24.3069 19.296C25.2939 18.3137 26.4372 17.5022 27.6902 16.8948C28.2711 16.6185 28.799 16.2423 29.2496 15.7832C29.9649 15.0665 30.4782 14.1736 30.7378 13.1949C30.9974 12.2162 30.9941 11.1862 30.7281 10.2092L30.4475 9.1786V9.21097ZM28.5427 3.49669L31.0087 5.96263L29.3899 7.58141L26.924 5.11547L28.5427 3.49669ZM17.6106 23.3267L11.1786 16.8948L15.2202 12.8532L21.6521 19.2852L17.6106 23.3267ZM15.4522 25.4851C14.6574 26.2808 14.0009 27.2036 13.5097 28.2154C13.114 29.037 12.5812 29.7852 11.9341 30.4278L11.3945 30.9674C11.1933 31.1619 10.9243 31.2706 10.6445 31.2706C10.3646 31.2706 10.0957 31.1619 9.89442 30.9674L3.51643 24.6109C3.32192 24.4097 3.21319 24.1408 3.21319 23.8609C3.21319 23.581 3.32192 23.3121 3.51643 23.1109L4.05602 22.5713C4.69857 21.9242 5.44674 21.3913 6.26836 20.9957C7.28095 20.5058 8.20393 19.8492 8.99869 19.0532L9.83506 18.2222L16.2616 24.6487L15.436 25.4851H15.4522ZM27.9222 14.4504C27.6056 14.7574 27.2411 15.0107 26.843 15.2005C25.4118 15.8858 24.1073 16.809 22.9849 17.9308L16.5584 11.4935C17.6724 10.3646 18.5947 9.06144 19.2887 7.63537C19.4753 7.24647 19.7272 6.89242 20.0334 6.58856C20.7499 5.87319 21.7189 5.46815 22.7313 5.46081C23.0722 5.4605 23.4116 5.50587 23.7404 5.59571L25.057 5.95184L28.5104 9.40523L28.8719 10.7218C29.0448 11.3764 29.0437 12.0648 28.8686 12.7189C28.6935 13.3729 28.3505 13.9698 27.8736 14.4504H27.9222Z" fill="#1D1D1D"/>
6
+ <defs>
7
+ <linearGradient id="paint0_linear_4088_33967" x1="16.4234" y1="32.3649" x2="16.4234" y2="4.28992" gradientUnits="userSpaceOnUse">
8
+ <stop stop-color="#F37C1C"/>
9
+ <stop offset="1" stop-color="#FCC191"/>
10
+ </linearGradient>
11
+ <linearGradient id="paint1_linear_4088_33967" x1="16.4069" y1="23.3267" x2="16.4069" y2="12.8478" gradientUnits="userSpaceOnUse">
12
+ <stop stop-color="#EFC530"/>
13
+ <stop offset="1" stop-color="#FCEDB6"/>
14
+ </linearGradient>
15
+ </defs>
13
16
  </svg>
@@ -1,21 +1,22 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" x="0" y="0" enable-background="new 0 0 683 512" version="1.1" viewBox="0 0 683 512" xml:space="preserve">
2
- <style>
3
- .st2{fill:#1d1d1d}
4
- </style>
5
- <linearGradient id="SVGID_1_" x1="235.9" x2="235.9" y1="481.4" y2="242.8" gradientUnits="userSpaceOnUse">
6
- <stop offset="0" stop-color="#F37C1C"/>
7
- <stop offset="1" stop-color="#FCC191"/>
8
- </linearGradient>
9
- <path fill="url(#SVGID_1_)" stroke="#000000" stroke-miterlimit="10" d="M269.2 317.8h116.6v-75H216.7v.1h-29.1v-.1h-79.3v57.9c0 31.5 0 38-.1 38.8-.1.1-.1.2-.1.4L86 481.4h124.9l-23.2-147.6c-.1-.2-.1-.3-.1-.4-.1-.4-.1-2.6-.1-15.4h81.7v-.2z"/>
10
- <linearGradient id="SVGID_2_" x1="307.099" x2="307.099" y1="163.4" y2="30.7" gradientUnits="userSpaceOnUse">
11
- <stop offset="0" stop-color="#EFC530"/>
12
- <stop offset="1" stop-color="#FCEDB6"/>
13
- </linearGradient>
14
- <path fill="url(#SVGID_2_)" stroke="#000000" stroke-miterlimit="10" d="M380.9 30.7H233.3c-1.7 0-3.3.7-4.4 1.9-1.2 1.2-1.7 2.8-1.6 4.5 3.6 45.7 25.6 116.9 71.8 125.5 2.7.5 5.4.8 8.1.8s5.4-.3 8.1-.8h.2c18.5-3.6 35.3-18.5 48.6-43.2 12.3-22.8 20.4-52.1 22.8-82.3.1-1.6-.5-3.3-1.6-4.5-1.1-1.2-2.7-1.9-4.4-1.9z"/>
15
- <path d="M489.8 266.5h-76.4v-22.7c0-15.8-12.8-28.6-28.6-28.6h-42.5v-33.3l1.5-.9c14-7.9 26.5-20.1 37.2-36.2 18.4-27.6 30.2-65.1 33.4-105.6.7-9.3-2.5-18.6-8.8-25.4C399.2 6.9 390.2 3 380.9 3H233.3C224 3 215 6.9 208.6 13.8c-6.3 6.9-9.5 16.1-8.8 25.4 3.2 40.5 15 78 33.4 105.6 10.8 16.1 23.3 28.3 37.2 36.2l1.5.9v33.3H108.5c-15.4 0-27.9 12.5-27.9 27.9v93.7L58.8 476.7c-1.3 8.1 1.1 16.3 6.4 22.5S28.3 509 36.4 509h174.1c8.2 0 15.9-3.6 21.2-9.8 5.3-6.2 7.6-14.4 6.4-22.5l-20.6-131.3H293.4l.4 28.9c0 2.8.9 5.4 2.5 7.7l37.1 53.5c4.3 6.3 13 7.8 19.2 3.5 6.3-4.3 7.8-13 3.5-19.2l-34.7-50-.3-24.3h63.7c15.8 0 28.6-12.8 28.6-28.6v-22.7h76.4c7.6 0 13.8-6.2 13.8-13.8 0-7.7-6.2-13.9-13.8-13.9zM227.3 37.1c-.1-1.7.4-3.3 1.6-4.5 1.1-1.2 2.7-1.9 4.4-1.9h147.6c1.7 0 3.3.7 4.4 1.9 1.1 1.2 1.7 2.9 1.6 4.5-2.4 30.2-10.5 59.5-22.8 82.3-13.3 24.7-30.1 39.6-48.6 43.2h-.2c-2.7.5-5.4.8-8.1.8s-5.4-.3-8.1-.8c-46.2-8.6-68.2-79.8-71.8-125.5zm87.3 153.6v24.4h-15v-24.4l3.2.2c2.8.2 5.9.2 8.7 0l3.1-.2zm71.1 127.1H269.2v.2h-81.7c0 12.8 0 15 .1 15.4 0 .1 0 .2.1.4l23.2 147.6H86l22.1-141.5c0-.2 0-.3.1-.4.1-.8.1-7.3.1-38.8v-57.9h79.3v.1h29.1v-.1h169.1v75h-.1z" class="st2"/>
16
- <circle cx="545.5" cy="247.5" r="15" class="st2"/>
17
- <circle cx="545.5" cy="307.5" r="15" class="st2"/>
18
- <circle cx="605.5" cy="337.5" r="15" class="st2"/>
19
- <circle cx="605.5" cy="277.5" r="15" class="st2"/>
20
- <circle cx="605.5" cy="217.5" r="15" class="st2"/>
1
+ <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13.4633 20.5435H20.1771V16.2297H10.4422H8.76375H4.19965V19.5667C4.19965 21.3816 4.19965 21.7544 4.19965 21.8006C4.19965 21.8469 4.19965 21.8006 4.19965 21.8253L2.92773 29.9753H10.1188L8.78222 21.474C8.77999 21.466 8.77999 21.4574 8.78222 21.4494C8.78222 21.4278 8.78222 21.3015 8.78222 20.562H13.4849L13.4633 20.5435Z" fill="url(#paint0_linear_4088_33978)"/>
3
+ <path d="M10.1402 29.9846H2.88135V29.9507L4.15326 21.7976C4.15061 21.7886 4.15061 21.7789 4.15326 21.7699C4.15326 21.6959 4.15326 21.243 4.15326 19.5452V16.1804H8.77279H10.3896H20.183V20.5589H13.4693H8.76663C8.76663 21.2276 8.76663 21.3909 8.76663 21.4094L10.1402 29.9846ZM2.94911 29.926H10.0724L8.742 21.4617C8.74083 21.4515 8.74083 21.4412 8.742 21.4309C8.742 21.4001 8.742 21.2923 8.742 20.5404V20.5127H13.4478H20.1615V16.2513H10.482H8.74815H4.2395V19.5575C4.2395 21.4063 4.2395 21.7483 4.2395 21.7945L2.94911 29.926Z" fill="black"/>
4
+ <path d="M19.8936 4.00313H11.3967C11.3495 4.00266 11.3026 4.01201 11.2591 4.03057C11.2157 4.04914 11.1765 4.07651 11.1442 4.11098C11.1107 4.14528 11.085 4.18649 11.0691 4.23172C11.0531 4.27696 11.0472 4.32514 11.0518 4.37289C11.2581 7.00431 12.5239 11.1055 15.1847 11.6016C15.3391 11.6307 15.4958 11.6462 15.6528 11.6478C15.8089 11.646 15.9645 11.6305 16.1179 11.6016C17.1835 11.3951 18.1505 10.5355 18.9142 9.1119C19.6678 7.63725 20.1152 6.02519 20.2293 4.37289C20.233 4.27699 20.2 4.18328 20.1369 4.11098C20.1037 4.07671 20.064 4.0495 20.0201 4.03097C19.9761 4.01244 19.9289 4.00297 19.8813 4.00313H19.8936Z" fill="url(#paint1_linear_4088_33978)"/>
5
+ <path d="M15.653 11.6756C15.4938 11.6746 15.3351 11.6592 15.1787 11.6294C12.5086 11.1333 11.2306 7.00746 11.0211 4.37296C11.0171 4.32167 11.0241 4.27011 11.0416 4.22175C11.0591 4.17338 11.0868 4.12934 11.1228 4.09256C11.1581 4.05537 11.2006 4.0258 11.2477 4.00566C11.2948 3.98553 11.3456 3.97525 11.3969 3.97547H19.8937C19.9454 3.97519 19.9967 3.98543 20.0443 4.00556C20.092 4.02568 20.135 4.05528 20.1709 4.09256C20.2049 4.13053 20.2311 4.17484 20.2481 4.22295C20.265 4.27106 20.2722 4.32203 20.2694 4.37296C20.1558 6.03024 19.7085 7.64743 18.9544 9.12738C18.1845 10.554 17.2113 11.4199 16.1365 11.6294H16.1088C15.9586 11.6587 15.806 11.6742 15.653 11.6756ZM11.3969 4.03094C11.3529 4.03016 11.3092 4.03884 11.2688 4.05638C11.2284 4.07392 11.1923 4.09992 11.1628 4.13262C11.1331 4.16409 11.1103 4.20149 11.0959 4.24237C11.0816 4.28326 11.0761 4.3267 11.0796 4.36987C11.286 6.99513 12.5517 11.0809 15.191 11.5739C15.3433 11.6035 15.4979 11.619 15.653 11.6201C15.8071 11.6191 15.9607 11.6037 16.1119 11.5739H16.1303C17.1805 11.3675 18.1414 10.5109 18.9021 9.10889C19.653 7.63686 20.0982 6.02794 20.2109 4.37912C20.215 4.29224 20.1851 4.20719 20.1278 4.14186C20.0983 4.10916 20.0621 4.08316 20.0218 4.06562C19.9814 4.04808 19.9377 4.03941 19.8937 4.04018L11.3969 4.03094Z" fill="black"/>
6
+ <path d="M26.1639 17.5854H21.7661V16.279C21.7661 15.8418 21.5925 15.4225 21.2835 15.1133C20.9745 14.8042 20.5555 14.6305 20.1185 14.6305H17.6732V12.7293L17.7594 12.677C18.6275 12.1604 19.361 11.4456 19.8998 10.5909C20.9592 9.00097 21.6398 6.84099 21.8246 4.50846C21.8445 4.24269 21.8097 3.97567 21.7223 3.72391C21.6349 3.47216 21.4968 3.24104 21.3165 3.04485C21.1343 2.84993 20.9139 2.69462 20.6692 2.5886C20.4244 2.48258 20.1604 2.42811 19.8937 2.42859H11.3968C11.1301 2.4283 10.8662 2.48284 10.6214 2.58885C10.3767 2.69486 10.1563 2.85008 9.97399 3.04485C9.79394 3.24108 9.65618 3.47229 9.56929 3.72409C9.4824 3.97588 9.44823 4.24288 9.46892 4.50846C9.65062 6.84099 10.3312 9.00097 11.3906 10.5909C11.9374 11.4445 12.6755 12.1588 13.5464 12.677L13.6327 12.7293V14.6459H4.2242C3.79784 14.6459 3.38896 14.8154 3.08747 15.117C2.78599 15.4186 2.61661 15.8277 2.61661 16.2543V21.6527L1.36009 29.7103C1.28618 30.1787 1.25231 30.8226 1.5572 31.1801C1.86209 31.5375 2.11463 31.5714 2.58274 31.5714H10.0972C10.3312 31.5732 10.5628 31.5236 10.7756 31.4262C10.9885 31.3288 11.1774 31.1859 11.329 31.0075C11.4794 30.8301 11.5902 30.6226 11.6539 30.3989C11.7177 30.1752 11.7329 29.9404 11.6986 29.7103L10.5099 22.1488H14.883L14.9046 23.8127C14.9058 23.972 14.9564 24.1271 15.0493 24.2564L17.1835 27.3377C17.3064 27.5005 17.4868 27.61 17.6879 27.6438C17.8889 27.6776 18.0952 27.6331 18.2645 27.5195C18.4375 27.3993 18.5559 27.2156 18.594 27.0083C18.6321 26.8011 18.5867 26.5872 18.4678 26.4133L16.469 23.5323L16.4506 22.1334H20.1123C20.5493 22.1334 20.9684 21.9597 21.2774 21.6506C21.5864 21.3414 21.7599 20.9221 21.7599 20.4849V19.1754H26.1577C26.3685 19.1754 26.5706 19.0916 26.7196 18.9425C26.8686 18.7935 26.9523 18.5913 26.9523 18.3804C26.9531 18.2755 26.9332 18.1715 26.8936 18.0743C26.854 17.9771 26.7956 17.8888 26.7218 17.8143C26.6479 17.7398 26.56 17.6807 26.4632 17.6404C26.3664 17.6 26.2626 17.5793 26.1577 17.5793L26.1639 17.5854ZM11.0519 4.37288C11.0473 4.32513 11.0532 4.27696 11.0692 4.23172C11.0851 4.18648 11.1108 4.14527 11.1443 4.11097C11.1766 4.07651 11.2158 4.04913 11.2592 4.03057C11.3027 4.01201 11.3495 4.00266 11.3968 4.00313H19.8937C19.9413 4.00296 19.9885 4.01244 20.0325 4.03097C20.0764 4.0495 20.1161 4.07671 20.1493 4.11097C20.2124 4.18327 20.2454 4.27698 20.2417 4.37288C20.1276 6.02518 19.6803 7.63725 18.9266 9.1119C18.1629 10.5355 17.1959 11.3951 16.1303 11.6016C15.9769 11.6305 15.8213 11.646 15.6652 11.6478C15.5082 11.6462 15.3515 11.6307 15.1971 11.6016C12.524 11.1055 11.2582 7.0043 11.0519 4.37288ZM16.0779 13.2193V14.6243H15.2125V13.2193H15.3973C15.5644 13.2316 15.7322 13.2316 15.8993 13.2193H16.0779ZM20.1708 20.5435H13.4633H8.76059C8.76059 21.283 8.76059 21.4093 8.76059 21.4309C8.75836 21.439 8.75836 21.4475 8.76059 21.4555L10.0972 29.9568H2.9061L4.17802 21.8068C4.17802 21.8068 4.17802 21.7883 4.17802 21.7822C4.17802 21.776 4.17802 21.3631 4.17802 19.5482V16.2112H8.74211H10.4205H20.1554V20.525L20.1708 20.5435Z" fill="#1D1D1D"/>
7
+ <path d="M29.3731 17.3544C29.8493 17.3544 30.2354 16.9682 30.2354 16.4917C30.2354 16.0152 29.8493 15.6289 29.3731 15.6289C28.8968 15.6289 28.5107 16.0152 28.5107 16.4917C28.5107 16.9682 28.8968 17.3544 29.3731 17.3544Z" fill="#1D1D1D"/>
8
+ <path d="M29.3731 20.8116C29.8493 20.8116 30.2354 20.4253 30.2354 19.9488C30.2354 19.4723 29.8493 19.0861 29.3731 19.0861C28.8968 19.0861 28.5107 19.4723 28.5107 19.9488C28.5107 20.4253 28.8968 20.8116 29.3731 20.8116Z" fill="#1D1D1D"/>
9
+ <path d="M32.8281 22.5402C33.3044 22.5402 33.6904 22.1539 33.6904 21.6774C33.6904 21.2009 33.3044 20.8146 32.8281 20.8146C32.3519 20.8146 31.9658 21.2009 31.9658 21.6774C31.9658 22.1539 32.3519 22.5402 32.8281 22.5402Z" fill="#1D1D1D"/>
10
+ <path d="M32.8281 19.083C33.3044 19.083 33.6904 18.6967 33.6904 18.2202C33.6904 17.7438 33.3044 17.3575 32.8281 17.3575C32.3519 17.3575 31.9658 17.7438 31.9658 18.2202C31.9658 18.6967 32.3519 19.083 32.8281 19.083Z" fill="#1D1D1D"/>
11
+ <path d="M32.8281 15.6259C33.3044 15.6259 33.6904 15.2396 33.6904 14.7631C33.6904 14.2866 33.3044 13.9003 32.8281 13.9003C32.3519 13.9003 31.9658 14.2866 31.9658 14.7631C31.9658 15.2396 32.3519 15.6259 32.8281 15.6259Z" fill="#1D1D1D"/>
12
+ <defs>
13
+ <linearGradient id="paint0_linear_4088_33978" x1="11.5447" y1="29.9661" x2="11.5447" y2="16.2204" gradientUnits="userSpaceOnUse">
14
+ <stop stop-color="#F37C1C"/>
15
+ <stop offset="1" stop-color="#FCC191"/>
16
+ </linearGradient>
17
+ <linearGradient id="paint1_linear_4088_33978" x1="15.6467" y1="11.6478" x2="15.6467" y2="4.00313" gradientUnits="userSpaceOnUse">
18
+ <stop stop-color="#EFC530"/>
19
+ <stop offset="1" stop-color="#FCEDB6"/>
20
+ </linearGradient>
21
+ </defs>
21
22
  </svg>
@@ -1,26 +1,27 @@
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
- .st3{fill:#1d1d1d}
4
- </style>
5
- <linearGradient id="SVGID_1_" x1="256" x2="256" y1="482" y2="143" gradientUnits="userSpaceOnUse">
6
- <stop offset="0" stop-color="#F37C1C"/>
7
- <stop offset="1" stop-color="#FCC191"/>
8
- </linearGradient>
9
- <path fill="url(#SVGID_1_)" stroke="#000000" stroke-miterlimit="10" d="M441 467V143H71v324c0 8.3 6.7 15 15 15h340c8.3 0 15-6.7 15-15zm-185-20c-74.4 0-135-60.6-135-135s60.6-135 135-135 135 60.6 135 135-60.6 135-135 135z"/>
10
- <linearGradient id="SVGID_2_" x1="112" x2="112" y1="113" y2="30" gradientUnits="userSpaceOnUse">
11
- <stop offset="0" stop-color="#EFC530"/>
12
- <stop offset="1" stop-color="#FCEDB6"/>
13
- </linearGradient>
14
- <path fill="url(#SVGID_2_)" stroke="#000000" stroke-miterlimit="10" d="M71 45v68h82V30H86c-8.3 0-15 6.7-15 15z"/>
15
- <linearGradient id="SVGID_3_" x1="312" x2="312" y1="113" y2="30" gradientUnits="userSpaceOnUse">
16
- <stop offset="0" stop-color="#EFC530"/>
17
- <stop offset="1" stop-color="#FCEDB6"/>
18
- </linearGradient>
19
- <path fill="url(#SVGID_3_)" stroke="#000000" stroke-miterlimit="10" d="M426 30H183v83h258V45c0-8.3-6.7-15-15-15zM232 87c-8.3 0-15-6.7-15-15s6.7-15 15-15 15 6.7 15 15-6.7 15-15 15zm80 0h-16c-8.3 0-15-6.7-15-15s6.7-15 15-15h16c8.3 0 15 6.7 15 15s-6.7 15-15 15zm80 0h-16c-8.3 0-15-6.7-15-15s6.7-15 15-15h16c8.3 0 15 6.7 15 15s-6.7 15-15 15z"/>
20
- <g>
21
- <path d="M426 512H86c-24.8 0-45-20.2-45-45V45C41 20.2 61.2 0 86 0h340c24.8 0 45 20.2 45 45v422c0 24.8-20.2 45-45 45zM86 30c-8.3 0-15 6.7-15 15v422c0 8.3 6.7 15 15 15h340c8.3 0 15-6.7 15-15V45c0-8.3-6.7-15-15-15H86z" class="st3"/>
22
- <path d="M456 143H56c-8.3 0-15-6.7-15-15s6.7-15 15-15h400c8.3 0 15 6.7 15 15s-6.7 15-15 15z" class="st3"/>
23
- <path d="M168 143c-8.3 0-15-6.7-15-15V15c0-8.3 6.7-15 15-15s15 6.7 15 15v113c0 8.3-6.7 15-15 15zM392 87h-16c-8.3 0-15-6.7-15-15s6.7-15 15-15h16c8.3 0 15 6.7 15 15s-6.7 15-15 15zM312 87h-16c-8.3 0-15-6.7-15-15s6.7-15 15-15h16c8.3 0 15 6.7 15 15s-6.7 15-15 15zM256 447c-74.4 0-135-60.6-135-135s60.6-135 135-135 135 60.6 135 135-60.6 135-135 135zm0-240c-57.9 0-105 47.1-105 105s47.1 105 105 105 105-47.1 105-105-47.1-105-105-105z" class="st3"/>
24
- <circle cx="232" cy="72" r="15" class="st3"/>
25
- </g>
1
+ <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M17.3361 29.8243C22.5831 29.8243 26.8367 25.5707 26.8367 20.3236C26.8367 15.0766 22.5831 10.823 17.3361 10.823C12.089 10.823 7.83545 15.0766 7.83545 20.3236C7.83545 25.5707 12.089 29.8243 17.3361 29.8243Z" fill="white"/>
3
+ <path d="M29.0351 30.356V9.84961H5.63721V30.356C5.63721 30.6078 5.73725 30.8493 5.91533 31.0274C6.09342 31.2055 6.33495 31.3056 6.5868 31.3056H28.0902C28.3412 31.3043 28.5816 31.2037 28.7586 31.0257C28.9357 30.8478 29.0351 30.607 29.0351 30.356ZM17.3361 29.093C15.0695 29.093 12.8957 28.1926 11.293 26.5899C9.69025 24.9871 8.78984 22.8133 8.78984 20.5467C8.78984 18.2801 9.69025 16.1063 11.293 14.5036C12.8957 12.9008 15.0695 12.0004 17.3361 12.0004C19.6027 12.0004 21.7765 12.9008 23.3793 14.5036C24.982 16.1063 25.8824 18.2801 25.8824 20.5467C25.8787 22.8109 24.9766 24.981 23.3742 26.5807C21.7719 28.1803 19.6003 29.0788 17.3361 29.0788V29.093Z" fill="url(#paint0_linear_4088_34002)"/>
4
+ <path d="M28.0855 31.3056H6.58208C6.32224 31.3043 6.07347 31.2002 5.89018 31.0161C5.70689 30.8319 5.604 30.5826 5.604 30.3228V9.82117H29.0683V30.356C29.0597 30.6109 28.9524 30.8524 28.769 31.0296C28.5856 31.2068 28.3405 31.3057 28.0855 31.3056ZM5.66572 9.8639V30.356C5.66572 30.599 5.76227 30.8321 5.93412 31.004C6.10597 31.1758 6.33905 31.2724 6.58208 31.2724H28.0855C28.206 31.273 28.3255 31.2497 28.4369 31.2039C28.5484 31.1581 28.6496 31.0906 28.7349 31.0054C28.8201 30.9202 28.8876 30.8189 28.9334 30.7074C28.9792 30.596 29.0025 30.4765 29.0019 30.356V9.88289L5.66572 9.8639ZM17.3362 29.0883C15.0665 29.0871 12.8898 28.1865 11.2826 26.5838C9.67551 24.9811 8.76892 22.8069 8.76138 20.5373C8.77017 18.2692 9.67665 16.097 11.2826 14.4954C12.8886 12.8939 15.0634 11.9935 17.3314 11.991C19.5995 11.9935 21.7742 12.8939 23.3802 14.4954C24.9862 16.097 25.8927 18.2692 25.9014 20.5373C25.8989 22.8086 24.9959 24.9862 23.3902 26.5928C21.7846 28.1993 19.6075 29.1035 17.3362 29.1073V29.0883ZM17.3362 11.9957C15.0812 11.9982 12.9193 12.8948 11.3243 14.4888C9.72939 16.0829 8.83162 18.2443 8.82785 20.4993C8.83037 22.7551 9.72759 24.9177 11.3227 26.5128C12.9177 28.1079 15.0804 29.0051 17.3362 29.0076C19.5874 29.0089 21.7475 28.1184 23.3438 26.531C24.9401 24.9436 25.8427 22.7885 25.854 20.5373C25.8514 18.2803 24.9528 16.1167 23.3555 14.5221C21.7583 12.9275 19.5931 12.0324 17.3362 12.0337V11.9957Z" fill="black"/>
5
+ <path d="M5.63721 3.65357V7.9552H10.822V2.70398H6.58205C6.33103 2.70523 6.09071 2.80583 5.91365 2.98377C5.7366 3.16172 5.6372 3.40254 5.63721 3.65357Z" fill="url(#paint1_linear_4088_34002)"/>
6
+ <path d="M10.8505 7.98361H5.604V3.65349C5.604 3.39409 5.70705 3.14531 5.89047 2.96189C6.07389 2.77846 6.32268 2.67542 6.58208 2.67542H10.8552L10.8505 7.98361ZM5.66572 7.92188H10.7888V2.73713H6.58208C6.33943 2.73837 6.10708 2.83533 5.9355 3.00691C5.76392 3.17849 5.66697 3.41084 5.66572 3.65349V7.92188Z" fill="black"/>
7
+ <path d="M28.0854 2.70398H12.7163V7.9552H29.035V3.65357C29.035 3.40172 28.9349 3.16019 28.7569 2.98211C28.5788 2.80402 28.3372 2.70398 28.0854 2.70398ZM15.8167 6.3124C15.5649 6.3124 15.3233 6.21236 15.1453 6.03428C14.9672 5.85619 14.8671 5.61466 14.8671 5.36281C14.8671 5.11097 14.9672 4.86945 15.1453 4.69137C15.3233 4.51329 15.5649 4.41323 15.8167 4.41323C16.0686 4.41323 16.3101 4.51329 16.4882 4.69137C16.6663 4.86945 16.7663 5.11097 16.7663 5.36281C16.7663 5.61466 16.6663 5.85619 16.4882 6.03428C16.3101 6.21236 16.0686 6.3124 15.8167 6.3124ZM20.878 6.3124H19.8667C19.6149 6.3124 19.3733 6.21236 19.1952 6.03428C19.0172 5.85619 18.9171 5.61466 18.9171 5.36281C18.9171 5.11097 19.0172 4.86945 19.1952 4.69137C19.3733 4.51329 19.6149 4.41323 19.8667 4.41323H20.878C21.1299 4.41323 21.3714 4.51329 21.5495 4.69137C21.7276 4.86945 21.8276 5.11097 21.8276 5.36281C21.8276 5.61466 21.7276 5.85619 21.5495 6.03428C21.3714 6.21236 21.1299 6.3124 20.878 6.3124ZM25.9346 6.3124H24.9043C24.6524 6.3124 24.4109 6.21236 24.2328 6.03428C24.0547 5.85619 23.9547 5.61466 23.9547 5.36281C23.9547 5.11097 24.0547 4.86945 24.2328 4.69137C24.4109 4.51329 24.6524 4.41323 24.9043 4.41323H25.9156C26.1674 4.41323 26.409 4.51329 26.587 4.69137C26.7651 4.86945 26.8652 5.11097 26.8652 5.36281C26.8652 5.6114 26.7678 5.85011 26.5938 6.02765C26.4198 6.2052 26.1831 6.30743 25.9346 6.3124Z" fill="url(#paint2_linear_4088_34002)"/>
8
+ <path d="M29.0684 7.98361H12.688V2.67542H28.0856C28.3454 2.67541 28.5947 2.77829 28.7788 2.96158C28.963 3.14487 29.0671 3.39365 29.0684 3.65349V7.98361ZM12.7497 7.92188H29.0019V3.64874C29.0019 3.40571 28.9054 3.17263 28.7335 3.00078C28.5617 2.82893 28.3286 2.73239 28.0856 2.73239H12.7497V7.92188ZM25.9347 6.34083H24.9044C24.645 6.34083 24.3963 6.23778 24.2128 6.05435C24.0294 5.87093 23.9264 5.62214 23.9264 5.36274C23.9264 5.1029 24.0293 4.85363 24.2125 4.66945C24.3958 4.48528 24.6446 4.38118 24.9044 4.37992H25.9158C26.1764 4.37992 26.4264 4.48347 26.6107 4.66779C26.795 4.8521 26.8986 5.10208 26.8986 5.36274C26.8974 5.61932 26.7959 5.86526 26.6158 6.04802C26.4357 6.23078 26.1913 6.33587 25.9347 6.34083ZM24.9234 4.44165C24.6804 4.44165 24.4473 4.53819 24.2755 4.71004C24.1036 4.88189 24.0071 5.11497 24.0071 5.358C24.0083 5.60065 24.1053 5.833 24.2769 6.00458C24.4484 6.17616 24.6808 6.2731 24.9234 6.27435H25.9347C26.1778 6.27435 26.4108 6.17781 26.5827 6.00596C26.7545 5.83411 26.8511 5.60103 26.8511 5.358C26.8517 5.23749 26.8284 5.11804 26.7826 5.00658C26.7368 4.89512 26.6693 4.79385 26.5841 4.70863C26.4989 4.62342 26.3976 4.55594 26.2862 4.51011C26.1747 4.46428 26.0553 4.44102 25.9347 4.44165H24.9234ZM20.8782 6.34083H19.8669C19.607 6.34083 19.3578 6.23793 19.1736 6.05464C18.9894 5.87135 18.8853 5.62257 18.8841 5.36274C18.8841 5.10208 18.9876 4.8521 19.1719 4.66779C19.3562 4.48347 19.6062 4.37992 19.8669 4.37992H20.8782C21.138 4.38118 21.3868 4.48528 21.5701 4.66945C21.7534 4.85363 21.8563 5.1029 21.8563 5.36274C21.8563 5.62214 21.7532 5.87093 21.5698 6.05435C21.3864 6.23778 21.1376 6.34083 20.8782 6.34083ZM19.8669 4.44165C19.7461 4.44102 19.6265 4.46425 19.5147 4.51003C19.403 4.5558 19.3014 4.62321 19.2158 4.70836C19.1302 4.79351 19.0623 4.89473 19.016 5.00622C18.9696 5.11771 18.9458 5.23726 18.9458 5.358C18.947 5.60147 19.0446 5.83453 19.2172 6.00625C19.3898 6.17796 19.6234 6.27435 19.8669 6.27435H20.8782C21.1208 6.2731 21.3532 6.17616 21.5248 6.00458C21.6963 5.833 21.7933 5.60065 21.7945 5.358C21.7945 5.11497 21.698 4.88189 21.5261 4.71004C21.3543 4.53819 21.1212 4.44165 20.8782 4.44165H19.8669ZM15.8169 6.34083C15.5575 6.34083 15.3087 6.23778 15.1253 6.05435C14.9419 5.87093 14.8388 5.62214 14.8388 5.36274C14.8388 5.1029 14.9417 4.85363 15.125 4.66945C15.3083 4.48528 15.557 4.38118 15.8169 4.37992C16.0775 4.37992 16.3275 4.48347 16.5118 4.66779C16.6962 4.8521 16.7997 5.10208 16.7997 5.36274C16.7984 5.62257 16.6943 5.87135 16.5102 6.05464C16.326 6.23793 16.0767 6.34083 15.8169 6.34083ZM15.8169 4.44165C15.5738 4.44165 15.3408 4.53819 15.1689 4.71004C14.9971 4.88189 14.9005 5.11497 14.9005 5.358C14.9018 5.60065 14.9987 5.833 15.1703 6.00458C15.3419 6.17616 15.5742 6.2731 15.8169 6.27435C16.0599 6.27435 16.293 6.17781 16.4648 6.00596C16.6367 5.83411 16.7332 5.60103 16.7332 5.358C16.7332 5.23788 16.7095 5.11896 16.6634 5.00805C16.6173 4.89714 16.5497 4.79642 16.4646 4.71171C16.3794 4.62699 16.2783 4.55995 16.1672 4.51442C16.056 4.46888 15.937 4.44576 15.8169 4.44639V4.44165Z" fill="black"/>
9
+ <path d="M28.0856 33.2048H6.58216C5.82662 33.2048 5.10203 32.9046 4.56778 32.3704C4.03353 31.8361 3.7334 31.1115 3.7334 30.356V3.65357C3.7334 2.89803 4.03353 2.17344 4.56778 1.63919C5.10203 1.10494 5.82662 0.80481 6.58216 0.80481H28.0856C28.8411 0.80481 29.5657 1.10494 30.1 1.63919C30.6342 2.17344 30.9343 2.89803 30.9343 3.65357V30.356C30.9343 31.1115 30.6342 31.8361 30.1 32.3704C29.5657 32.9046 28.8411 33.2048 28.0856 33.2048ZM6.58216 2.72297C6.33032 2.72297 6.08878 2.82301 5.9107 3.00109C5.73262 3.17918 5.63257 3.42071 5.63257 3.67255V30.356C5.63257 30.6078 5.73262 30.8494 5.9107 31.0274C6.08878 31.2055 6.33032 31.3056 6.58216 31.3056H28.0856C28.3374 31.3056 28.579 31.2055 28.757 31.0274C28.9351 30.8494 29.0352 30.6078 29.0352 30.356V3.65357C29.0352 3.40173 28.9351 3.1602 28.757 2.98211C28.579 2.80403 28.3374 2.70399 28.0856 2.70399L6.58216 2.72297Z" fill="#1D1D1D"/>
10
+ <path d="M29.9849 9.84962H4.68787C4.43602 9.84962 4.19449 9.74957 4.01641 9.57149C3.83833 9.39341 3.73828 9.15187 3.73828 8.90003C3.73828 8.64818 3.83833 8.40665 4.01641 8.22857C4.19449 8.05048 4.43602 7.95044 4.68787 7.95044H29.9849C30.2367 7.95044 30.4783 8.05048 30.6564 8.22857C30.8344 8.40665 30.9345 8.64818 30.9345 8.90003C30.9345 9.15187 30.8344 9.39341 30.6564 9.57149C30.4783 9.74957 30.2367 9.84962 29.9849 9.84962Z" fill="#1D1D1D"/>
11
+ <path d="M11.7713 9.84963C11.5194 9.84963 11.2779 9.74959 11.0998 9.5715C10.9217 9.39342 10.8217 9.15189 10.8217 8.90004V1.7544C10.8217 1.50255 10.9217 1.26102 11.0998 1.08294C11.2779 0.904854 11.5194 0.80481 11.7713 0.80481C12.0231 0.80481 12.2646 0.904854 12.4427 1.08294C12.6208 1.26102 12.7208 1.50255 12.7208 1.7544V8.90479C12.7196 9.15582 12.619 9.39613 12.441 9.57318C12.2631 9.75024 12.0223 9.84963 11.7713 9.84963ZM25.9344 6.31241H24.9041C24.6522 6.31241 24.4107 6.21236 24.2326 6.03428C24.0545 5.8562 23.9545 5.61467 23.9545 5.36282C23.9545 5.11097 24.0545 4.86946 24.2326 4.69137C24.4107 4.51329 24.6522 4.41323 24.9041 4.41323H25.9154C26.1672 4.41323 26.4088 4.51329 26.5868 4.69137C26.7649 4.86946 26.865 5.11097 26.865 5.36282C26.865 5.61141 26.7676 5.85011 26.5936 6.02766C26.4196 6.20521 26.1829 6.30744 25.9344 6.31241ZM20.8778 6.31241H19.8665C19.6146 6.31241 19.3731 6.21236 19.195 6.03428C19.017 5.8562 18.9169 5.61467 18.9169 5.36282C18.9169 5.11097 19.017 4.86946 19.195 4.69137C19.3731 4.51329 19.6146 4.41323 19.8665 4.41323H20.8778C21.1297 4.41323 21.3712 4.51329 21.5493 4.69137C21.7274 4.86946 21.8274 5.11097 21.8274 5.36282C21.8274 5.61467 21.7274 5.8562 21.5493 6.03428C21.3712 6.21236 21.1297 6.31241 20.8778 6.31241ZM17.3358 29.0788C15.0692 29.0788 12.8954 28.1784 11.2927 26.5756C9.68996 24.9729 8.78955 22.7991 8.78955 20.5325C8.78955 18.2659 9.68996 16.0921 11.2927 14.4894C12.8954 12.8866 15.0692 11.9862 17.3358 11.9862C19.6025 11.9862 21.7762 12.8866 23.379 14.4894C24.9817 16.0921 25.8821 18.2659 25.8821 20.5325C25.8821 22.7991 24.9817 24.9729 23.379 26.5756C21.7762 28.1784 19.6025 29.0788 17.3358 29.0788ZM17.3358 13.8854C15.5729 13.8854 13.8822 14.5857 12.6356 15.8323C11.389 17.0788 10.6887 18.7696 10.6887 20.5325C10.6887 22.2954 11.389 23.9861 12.6356 25.2327C13.8822 26.4793 15.5729 27.1796 17.3358 27.1796C19.0988 27.1796 20.7895 26.4793 22.0361 25.2327C23.2826 23.9861 23.983 22.2954 23.983 20.5325C23.9792 18.772 23.2772 17.085 22.031 15.8415C20.7849 14.598 19.0963 13.8996 17.3358 13.8996V13.8854Z" fill="#1D1D1D"/>
12
+ <path d="M15.8168 6.31251C16.3412 6.31251 16.7664 5.88736 16.7664 5.36292C16.7664 4.83848 16.3412 4.41333 15.8168 4.41333C15.2923 4.41333 14.8672 4.83848 14.8672 5.36292C14.8672 5.88736 15.2923 6.31251 15.8168 6.31251Z" fill="#1D1D1D"/>
13
+ <defs>
14
+ <linearGradient id="paint0_linear_4088_34002" x1="17.3361" y1="31.2913" x2="17.3361" y2="9.84961" gradientUnits="userSpaceOnUse">
15
+ <stop stop-color="#F37C1C"/>
16
+ <stop offset="1" stop-color="#FCC191"/>
17
+ </linearGradient>
18
+ <linearGradient id="paint1_linear_4088_34002" x1="8.22958" y1="7.9552" x2="8.22958" y2="2.70398" gradientUnits="userSpaceOnUse">
19
+ <stop stop-color="#EFC530"/>
20
+ <stop offset="1" stop-color="#FCEDB6"/>
21
+ </linearGradient>
22
+ <linearGradient id="paint2_linear_4088_34002" x1="20.878" y1="7.9552" x2="20.878" y2="2.70398" gradientUnits="userSpaceOnUse">
23
+ <stop stop-color="#EFC530"/>
24
+ <stop offset="1" stop-color="#FCEDB6"/>
25
+ </linearGradient>
26
+ </defs>
26
27
  </svg>