@kando-env/kando-ui 1.2.269 → 1.2.270

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 (122) hide show
  1. package/lib/Widgets/Map/areas/AreaUtils.js +4 -4
  2. package/lib/Widgets/Map/points/PointUtils.js +4 -2
  3. package/lib/Widgets/MostPolluting/Areas/AreaBox/AreaBox.js +3 -3
  4. package/lib/Widgets/MostPolluting/components/PollutionScorePercent.js +6 -6
  5. package/lib/Widgets/UtilityInformation/UtilityInformation.js +3 -3
  6. package/lib/assets/icons/copy.svg +8 -0
  7. package/lib/assets/icons/index.js +43 -1
  8. package/lib/assets/icons/info-dot.svg +4 -0
  9. package/lib/assets/icons/map.svg +24 -0
  10. package/lib/assets/icons/question-info.svg +3 -0
  11. package/lib/assets/icons/sampling.svg +9 -0
  12. package/lib/assets/icons/score-info.svg +9 -0
  13. package/lib/components/Sector/svgs/AreaMissing.svg +10 -0
  14. package/lib/components/Sector/svgs/Brewing.svg +99 -92
  15. package/lib/components/Sector/svgs/Cowshed.svg +27 -22
  16. package/lib/components/Sector/svgs/Garage.svg +26 -23
  17. package/lib/components/Sector/svgs/Missing.svg +36 -35
  18. package/lib/components/Sector/svgs/Motor Vehicle.svg +21 -0
  19. package/lib/components/Sector/svgs/Polymer.svg +42 -0
  20. package/lib/components/Sector/svgs/Pulp and Paper.svg +26 -0
  21. package/lib/components/Sector/svgs/Seafood.svg +26 -0
  22. package/lib/components/Sector/svgs/barrel.svg +99 -92
  23. package/lib/components/Sector/svgs/beer.svg +16 -12
  24. package/lib/components/Sector/svgs/beverage.svg +17 -12
  25. package/lib/components/Sector/svgs/car-repair.svg +26 -23
  26. package/lib/components/Sector/svgs/car-wash.svg +35 -35
  27. package/lib/components/Sector/svgs/chemistry.svg +17 -29
  28. package/lib/components/Sector/svgs/conductor-manufacturer.svg +20 -16
  29. package/lib/components/Sector/svgs/cosmetic-manufacturer.svg +25 -22
  30. package/lib/components/Sector/svgs/cow.svg +27 -22
  31. package/lib/components/Sector/svgs/cpu.svg +20 -16
  32. package/lib/components/Sector/svgs/dairy.svg +16 -17
  33. package/lib/components/Sector/svgs/dippel-oil.svg +21 -16
  34. package/lib/components/Sector/svgs/food-donation.svg +33 -28
  35. package/lib/components/Sector/svgs/food-factory.svg +20 -16
  36. package/lib/components/Sector/svgs/garbage-truck-1.svg +31 -33
  37. package/lib/components/Sector/svgs/gas-station.svg +22 -25
  38. package/lib/components/Sector/svgs/glass-manufacturer.svg +22 -20
  39. package/lib/components/Sector/svgs/glass.svg +22 -20
  40. package/lib/components/Sector/svgs/hand-washing.svg +19 -16
  41. package/lib/components/Sector/svgs/hospital.svg +31 -27
  42. package/lib/components/Sector/svgs/hotel.svg +24 -23
  43. package/lib/components/Sector/svgs/laundromat.svg +26 -25
  44. package/lib/components/Sector/svgs/leather-factory.svg +15 -22
  45. package/lib/components/Sector/svgs/leather.svg +15 -22
  46. package/lib/components/Sector/svgs/lipstick.svg +25 -22
  47. package/lib/components/Sector/svgs/meat.svg +27 -23
  48. package/lib/components/Sector/svgs/metal-coating-plant.svg +21 -20
  49. package/lib/components/Sector/svgs/metal-facbrication.svg +30 -19
  50. package/lib/components/Sector/svgs/milk.svg +16 -17
  51. package/lib/components/Sector/svgs/oil-rig.svg +15 -16
  52. package/lib/components/Sector/svgs/petrochemical.svg +21 -12
  53. package/lib/components/Sector/svgs/pie.svg +20 -16
  54. package/lib/components/Sector/svgs/pills.svg +21 -21
  55. package/lib/components/Sector/svgs/plant-unkown-3.svg +36 -35
  56. package/lib/components/Sector/svgs/plastic-rubber.svg +34 -42
  57. package/lib/components/Sector/svgs/printer.svg +16 -16
  58. package/lib/components/Sector/svgs/recycling.svg +15 -16
  59. package/lib/components/Sector/svgs/refinery.svg +16 -17
  60. package/lib/components/Sector/svgs/repair.svg +14 -12
  61. package/lib/components/Sector/svgs/sewing-machine.svg +22 -21
  62. package/lib/components/Sector/svgs/shop.svg +26 -23
  63. package/lib/components/Sector/svgs/soda.svg +15 -12
  64. package/lib/components/Sector/svgs/spray-gun.svg +21 -20
  65. package/lib/components/Sector/svgs/washing-machine.svg +26 -25
  66. package/lib/components/Sector/svgs/waste.svg +34 -42
  67. package/lib/components/Sector/svgs/welder-a.svg +30 -19
  68. package/lib/components/Sector/svgs/wine-glass.svg +10 -14
  69. package/lib/components/SevereEvent/SevereEvent.js +18 -9
  70. package/lib/hooks/useUserTimeZone.js +36 -2
  71. package/lib/hooks/useUserTimeZone.test.js +15 -1
  72. package/lib/i18n/en.json +24 -0
  73. package/lib/i18n/he.json +25 -2
  74. package/lib/macros/getVersion.js +1 -1
  75. package/lib/pages/EventsPage/events/event_info/EarlyWarnings.js +4 -2
  76. package/lib/pages/EventsPage/events/event_info/EventDetails.js +2 -2
  77. package/lib/pages/EventsPage/events/event_info/EventInfo.js +49 -19
  78. package/lib/pages/EventsPage/events/event_info/EventInfoStyle.scss +16 -4
  79. package/lib/pages/EventsPage/events/event_info/EventSection.js +47 -0
  80. package/lib/pages/EventsPage/events/event_info/EventSection.test.js +59 -0
  81. package/lib/pages/EventsPage/events/event_info/Header/Header.js +31 -0
  82. package/lib/pages/EventsPage/events/event_info/Header/HeaderContainer.js +86 -0
  83. package/lib/pages/EventsPage/events/event_info/Header/index.js +11 -0
  84. package/lib/pages/EventsPage/events/event_info/SamplingList/SamplingDetails.js +35 -0
  85. package/lib/pages/EventsPage/events/event_info/SamplingList/Samplings.js +54 -0
  86. package/lib/pages/EventsPage/events/event_info/SamplingList/index.js +11 -0
  87. package/lib/pages/EventsPage/events/event_info/SeverityScore/ScoreExplanation.js +37 -0
  88. package/lib/pages/EventsPage/events/event_info/SeverityScore/ScoreGauge.js +155 -0
  89. package/lib/pages/EventsPage/events/event_info/SeverityScore/SeverityScore.js +63 -0
  90. package/lib/pages/EventsPage/events/event_info/SeverityScore/index.js +11 -0
  91. package/lib/pages/EventsPage/events/event_info/SourceDetails/Confidence.js +38 -0
  92. package/lib/pages/EventsPage/events/event_info/SourceDetails/Discharging.js +26 -0
  93. package/lib/pages/EventsPage/events/event_info/SourceDetails/IconAndTitles.js +58 -0
  94. package/lib/pages/EventsPage/events/event_info/SourceDetails/MoreInfoButton.js +42 -0
  95. package/lib/pages/EventsPage/events/event_info/SourceDetails/OtherSources.js +36 -0
  96. package/lib/pages/EventsPage/events/event_info/SourceDetails/PotentialSources.js +41 -0
  97. package/lib/pages/EventsPage/events/event_info/SourceDetails/SingleSource.js +44 -0
  98. package/lib/pages/EventsPage/events/event_info/SourceDetails/SourceCardBody.js +20 -0
  99. package/lib/pages/EventsPage/events/event_info/SourceDetails/SourceDetails.js +70 -0
  100. package/lib/pages/EventsPage/events/event_info/SourceDetails/WaterConsumptionPerDay.js +28 -0
  101. package/lib/pages/EventsPage/events/event_info/Timelines/DischargeBox.js +33 -0
  102. package/lib/pages/EventsPage/events/event_info/Timelines/EarlyWarning.js +56 -0
  103. package/lib/pages/EventsPage/events/event_info/Timelines/LiveStatusBadge.js +29 -0
  104. package/lib/pages/EventsPage/events/event_info/Timelines/SeenBox.js +30 -0
  105. package/lib/pages/EventsPage/events/event_info/Timelines/Timelines.js +70 -0
  106. package/lib/pages/EventsPage/events/event_info/Timelines/Titles.js +40 -0
  107. package/lib/pages/EventsPage/events/event_info/Timelines/index.js +11 -0
  108. package/lib/pages/EventsPage/events/event_info/Timelines/style.js +20 -0
  109. package/lib/pages/EventsPage/events/event_info/samplingsOld/Sampling.js +46 -0
  110. package/lib/pages/EventsPage/events/event_info/samplingsOld/Samplings.js +38 -0
  111. package/lib/pages/EventsPage/events/event_info/styles.js +32 -0
  112. package/lib/store/events/models/IEvent.js +1 -1
  113. package/lib/store/events/models/ISource.js +1 -1
  114. package/lib/styles/theme/theme.js +12 -1
  115. package/lib/styles.scss +8 -0
  116. package/lib/ui-kit/siteName/SiteName.js +31 -0
  117. package/lib/utilities/scoreToData.js +44 -0
  118. package/lib/utilities/scoreToData.test.js +16 -0
  119. package/package.json +2 -2
  120. package/lib/pages/EventsPage/events/event_info/samplings/Sampling.js +0 -46
  121. package/lib/pages/EventsPage/events/event_info/samplings/Samplings.js +0 -38
  122. package/lib/utilities/scoreToColor.js +0 -24
@@ -1,30 +1,18 @@
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
- .st2{fill:#1d1d1d}
4
- </style>
5
- <g id="XMLID_3950_">
6
- <linearGradient id="SVGID_1_" x1="421.878" x2="421.878" y1="451.902" y2="282.327" gradientUnits="userSpaceOnUse">
7
- <stop offset="0" stop-color="#EFC530"/>
8
- <stop offset="1" stop-color="#FCEDB6"/>
9
- </linearGradient>
10
- <path fill="url(#SVGID_1_)" d="M416.9 289.7c-11.1 3.7-23 7.7-34.8 7.7h-1.2v114.3c0 22.1 18 40.1 40.1 40.1h1.5c22.1 0 40.1-18 40.1-40.1V285.4c-12.3-6.1-26-2.3-45.7 4.3z"/>
11
- <linearGradient id="SVGID_2_" x1="358.466" x2="358.466" y1="443.274" y2="443.239" gradientUnits="userSpaceOnUse">
12
- <stop offset="0" stop-color="#EFC530"/>
13
- <stop offset="1" stop-color="#FCEDB6"/>
14
- </linearGradient>
15
- <path fill="url(#SVGID_2_)" d="M358.5 443.2c0 .1 0 .1 0 0z"/>
16
- <path id="XMLID_1_" d="M497 30.1H346.8c-8.3 0-15 6.7-15 15s6.7 15 15 15h4.2v351.7c0 38.7 31.5 70.1 70.1 70.1h1.5c38.7 0 70.1-31.5 70.1-70.1V60.1h4.2c8.3 0 15-6.7 15-15s-6.6-15-14.9-15zm-74.4 421.8h-1.5c-22.1 0-40.1-18-40.1-40.1V297.4h1.2c11.7 0 23.7-4 34.8-7.7 19.7-6.6 33.4-10.4 45.9-4.3v126.4c-.1 22.1-18.1 40.1-40.3 40.1zm40.2-198.1c-20.1-4.4-39.9 2.2-55.5 7.4-11.7 3.9-20.4 6.6-26.4 6.1v-24.6h20c8.3 0 15-6.7 15-15s-6.7-15-15-15h-20v-30.9h20c8.3 0 15-6.7 15-15s-6.7-15-15-15h-20V121h20c8.3 0 15-6.7 15-15s-6.7-15-15-15h-20V60.1h81.8v193.7z" class="st2"/>
17
- <g>
18
- <linearGradient id="SVGID_3_" x1="159.732" x2="159.732" y1="450.113" y2="351.802" gradientUnits="userSpaceOnUse">
19
- <stop offset="0" stop-color="#F37C1C"/>
20
- <stop offset="1" stop-color="#FCC191"/>
21
- </linearGradient>
22
- <path fill="url(#SVGID_3_)" d="M277.7 384.2L247.2 355c-16-7.7-35.8 0-58.7 8.9-19.3 7.5-39.3 15.2-61.1 15.5h-1.1c-21 0-39.6-7.2-56.7-21.8l-27.8 26.7C34.3 391.5 30 401.6 30 412c0 21.1 16.9 38.2 37.8 38.2h183.9c20.8 0 37.8-17.1 37.8-38.2 0-10.5-4.3-20.6-11.8-27.8z"/>
23
- <linearGradient id="SVGID_4_" x1="287.167" x2="287.167" y1="470" y2="469.987" gradientUnits="userSpaceOnUse">
24
- <stop offset="0" stop-color="#F37C1C"/>
25
- <stop offset="1" stop-color="#FCC191"/>
26
- </linearGradient>
27
- </g>
28
- <path id="XMLID_4694_" d="M222.1 289.4V113.9c18.1-2.5 32.1-18.1 32.1-36.9v-9.6c0-20.6-16.6-37.3-37.1-37.3H102.4c-20.5 0-37.1 16.7-37.1 37.3V77c0 18.8 14 34.5 32.1 36.9v175.5L21 362.6C7.7 375.4 0 393.4 0 411.9c0 37.6 30.4 68.2 67.8 68.2h183.9c37.4 0 67.8-30.6 67.8-68.2 0-18.6-7.7-36.5-21-49.3l-76.4-73.2zm-102.5 20.1c4.9-4.7 7.7-11.3 7.7-18.1V272H146c8.3 0 15-6.7 15-15s-6.7-15-15-15h-18.7v-30.9H146c8.3 0 15-6.7 15-15s-6.7-15-15-15h-18.7v-30.9H146c8.3 0 15-6.7 15-15s-6.7-15-15-15h-18.7v-10.9c0-13.8-11.2-25-25-25-3.9 0-7.1-3.3-7.1-7.3v-9.6c0-4 3.2-7.3 7.1-7.3H217c3.9 0 7.1 3.3 7.1 7.3V77c0 4-3.2 7.3-7.1 7.3-13.8 0-25 11.2-25 25v182.2c0 6.8 2.8 13.4 7.7 18.1l14.8 14.2c-12.4 2.6-24.8 7.4-37 12.1-16.9 6.5-34.3 13.3-50.6 13.5-13 .1-24.6-4-35.6-12.7l28.3-27.2zm132.1 140.6H67.8C46.9 450.1 30 433 30 411.9c0-10.4 4.3-20.5 11.8-27.7l27.8-26.7c17.1 14.6 35.7 21.8 56.7 21.8h1.1c21.7-.3 41.7-8 61.1-15.5 22.9-8.9 42.8-16.6 58.7-8.9l30.5 29.3c7.5 7.2 11.8 17.3 11.8 27.7 0 21.1-17 38.2-37.8 38.2z" class="st2"/>
29
- </g>
1
+ <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M31.1381 4.56567H24.4756V17.9667H31.1381V4.56567Z" fill="white"/>
3
+ <path d="M16.0859 21.6867L8.93177 23.2683L6.46436 22.0521L8.80998 19.7354V7.91593L7.34396 7.12292V4.56567H16.0859V7.12292L14.7462 7.61298V20.2834L16.0859 21.6867Z" fill="white"/>
4
+ <path d="M27.4259 19.0538C26.7398 19.3213 26.0151 19.4792 25.2787 19.5216H25.2065V26.4849C25.2077 27.1325 25.4684 27.7533 25.9316 28.2116C26.3948 28.6699 27.0229 28.9285 27.6785 28.9308H27.7687C28.4251 28.9296 29.0543 28.6716 29.5185 28.2131C29.9826 27.7547 30.2439 27.1333 30.2451 26.4849V18.7865C29.4873 18.4167 28.6393 18.6484 27.4259 19.0493V19.0538Z" fill="url(#paint0_linear_4088_34001)"/>
5
+ <path d="M32.3879 3.23804H23.1227C22.8813 3.23797 22.6495 3.33113 22.4767 3.49761C22.3039 3.6641 22.2039 3.89072 22.198 4.12906C22.1949 4.24983 22.2167 4.36997 22.2621 4.48216C22.3075 4.59435 22.3755 4.69625 22.462 4.78168C22.5485 4.8671 22.6517 4.93426 22.7653 4.97908C22.8788 5.02389 23.0004 5.04543 23.1227 5.04237H23.3844V26.4938C23.3856 27.6254 23.8412 28.7103 24.6514 29.5105C25.4616 30.3106 26.56 30.7607 27.7057 30.7618H27.8004C28.9462 30.7607 30.0447 30.3106 30.8548 29.5105C31.665 28.7103 32.1206 27.6254 32.1218 26.4938V5.06464H32.3834C32.5038 5.06468 32.623 5.04091 32.734 4.99475C32.8449 4.94859 32.9454 4.88095 33.0295 4.79584C33.1136 4.71073 33.1795 4.60985 33.2235 4.49916C33.2675 4.38848 33.2886 4.27021 33.2856 4.15134C33.2856 3.91502 33.1905 3.68839 33.0213 3.52129C32.8522 3.35419 32.6227 3.26031 32.3834 3.26031L32.3879 3.23804ZM27.8004 28.9352H27.7057C27.0505 28.9341 26.4224 28.6765 25.9591 28.2189C25.4958 27.7613 25.235 27.141 25.2338 26.4938V19.5215H25.306C26.0331 19.4759 26.7484 19.318 27.4261 19.0538C28.644 18.6528 29.4875 18.4211 30.2589 18.7909V26.4938C30.2553 27.141 29.9931 27.7606 29.5293 28.2179C29.0655 28.6751 28.4377 28.9329 27.7824 28.9352H27.8004ZM30.2814 16.8663C29.0409 16.599 27.8185 16.9999 26.8577 17.3118C26.3402 17.5266 25.7896 17.6532 25.2293 17.686V16.1891H26.4607C26.5811 16.1891 26.7003 16.1654 26.8113 16.1192C26.9222 16.0731 27.0227 16.0054 27.1068 15.9203C27.1909 15.8352 27.2569 15.7343 27.3008 15.6236C27.3448 15.5129 27.3659 15.3947 27.3629 15.2758C27.3629 15.0395 27.2678 14.8129 27.0986 14.6458C26.9295 14.4787 26.7 14.3848 26.4607 14.3848H25.2293V12.478H26.4607C26.5811 12.478 26.7003 12.4543 26.8113 12.4081C26.9222 12.3619 27.0227 12.2943 27.1068 12.2092C27.1909 12.1241 27.2569 12.0232 27.3008 11.9125C27.3448 11.8018 27.3659 11.6836 27.3629 11.5647C27.3629 11.3284 27.2678 11.1017 27.0986 10.9346C26.9295 10.7675 26.7 10.6737 26.4607 10.6737H25.2293V8.77577H26.4607C26.5811 8.7758 26.7003 8.75204 26.8113 8.70587C26.9222 8.65971 27.0227 8.59208 27.1068 8.50697C27.1909 8.42185 27.2569 8.32098 27.3008 8.21029C27.3448 8.0996 27.3659 7.98134 27.3629 7.86246C27.3629 7.62615 27.2678 7.39951 27.0986 7.23241C26.9295 7.06531 26.7 6.97144 26.4607 6.97144H25.2293V5.06464H30.2724V16.8663H30.2814Z" fill="#1D1D1D"/>
6
+ <path d="M18.8555 24.8098L16.9745 23.0277C15.9912 22.5822 14.7687 23.0277 13.3659 23.5713C12.1756 24.1047 10.8986 24.4245 9.59484 24.5158H9.52717C8.23442 24.5136 6.98855 24.0373 6.03129 23.1792L4.31721 24.8098C4.08672 25.0273 3.90317 25.2886 3.77759 25.578C3.65201 25.8675 3.58699 26.179 3.58647 26.4938C3.58468 26.7981 3.64357 27.0997 3.75981 27.3814C3.87604 27.6632 4.04736 27.9195 4.26391 28.1359C4.48047 28.3523 4.73801 28.5244 5.02192 28.6424C5.30582 28.7605 5.61049 28.8221 5.91852 28.8239H17.2632C17.8849 28.8192 18.4795 28.5713 18.9166 28.1346C19.3537 27.6979 19.5977 27.1079 19.5953 26.4938C19.5924 26.1785 19.5253 25.867 19.3983 25.5777C19.2712 25.2885 19.0866 25.0273 18.8555 24.8098Z" fill="url(#paint1_linear_4088_34001)"/>
7
+ <path d="M15.4137 19.0359V8.34362C15.9629 8.26736 16.4658 7.9977 16.8297 7.58429C17.1935 7.17088 17.3939 6.64155 17.3939 6.09378V5.51015C17.3951 5.21257 17.3369 4.91768 17.2225 4.64236C17.1082 4.36703 16.94 4.11668 16.7276 3.90564C16.5151 3.69459 16.2627 3.527 15.9846 3.41244C15.7065 3.29789 15.4082 3.23862 15.1069 3.23804H8.0295C7.7282 3.23862 7.42998 3.29789 7.1519 3.41244C6.87381 3.527 6.62129 3.69459 6.40887 3.90564C6.19644 4.11668 6.02825 4.36703 5.9139 4.64236C5.79956 4.91768 5.74136 5.21257 5.74254 5.51015V6.09378C5.74163 6.64181 5.94169 7.17164 6.30573 7.58524C6.66978 7.99885 7.17312 8.26825 7.72274 8.34362V19.0359L3.00897 23.4911C2.60087 23.8807 2.27603 24.3472 2.05367 24.8629C1.8313 25.3787 1.71593 25.9333 1.71437 26.4938C1.71197 27.5923 2.15086 28.6469 2.93479 29.4262C3.71873 30.2055 4.78367 30.6458 5.8959 30.6505H17.2406C18.3528 30.6458 19.4177 30.2055 20.2016 29.4262C20.9856 28.6469 21.4245 27.5923 21.4221 26.4938C21.421 25.9332 21.3059 25.3785 21.0835 24.8626C20.8611 24.3468 20.536 23.8804 20.1275 23.4911L15.4137 19.0359ZM9.09856 20.2611C9.24869 20.1176 9.36831 19.946 9.45042 19.7563C9.53252 19.5666 9.57548 19.3626 9.57673 19.1562V17.9756H10.727C10.9691 17.9769 11.2021 17.8842 11.3759 17.7176C11.5496 17.551 11.6503 17.3237 11.6562 17.0846C11.6593 16.9634 11.6374 16.8429 11.5917 16.7304C11.5461 16.6179 11.4777 16.5158 11.3907 16.4303C11.3037 16.3448 11.2 16.2778 11.0859 16.2332C10.9717 16.1887 10.8496 16.1676 10.727 16.1713H9.57673V14.2645H10.727C10.9699 14.261 11.2016 14.1632 11.3721 13.9923C11.5426 13.8214 11.6382 13.5911 11.6381 13.3512C11.6382 13.2319 11.614 13.1138 11.567 13.0039C11.52 12.894 11.4511 12.7946 11.3644 12.7115C11.2778 12.6284 11.1751 12.5633 11.0625 12.5202C10.9499 12.477 10.8296 12.4566 10.7089 12.4602H9.55867V10.5534H10.7089C10.8315 10.557 10.9537 10.536 11.0678 10.4914C11.1819 10.4469 11.2857 10.3798 11.3726 10.2943C11.4596 10.2088 11.528 10.1067 11.5737 9.99423C11.6193 9.88173 11.6413 9.76122 11.6381 9.64006C11.6322 9.40095 11.5316 9.17366 11.3578 9.00705C11.1841 8.84044 10.9511 8.7478 10.7089 8.74904H9.55867V8.06295C9.55867 7.65885 9.39613 7.2713 9.10682 6.98556C8.81751 6.69982 8.4251 6.53929 8.01595 6.53929C7.89632 6.53929 7.78162 6.49235 7.69703 6.4088C7.61243 6.32525 7.56487 6.21193 7.56487 6.09378V5.51015C7.56487 5.392 7.61243 5.27868 7.69703 5.19513C7.78162 5.11158 7.89632 5.06464 8.01595 5.06464H15.0889C15.2086 5.06464 15.3233 5.11158 15.4079 5.19513C15.4925 5.27868 15.54 5.392 15.54 5.51015V6.09378C15.54 6.21193 15.4925 6.32525 15.4079 6.4088C15.3233 6.49235 15.2086 6.53929 15.0889 6.53929C14.6806 6.54047 14.2893 6.70152 14.001 6.98713C13.7126 7.27274 13.5507 7.65962 13.5507 8.06295V19.1651C13.5478 19.369 13.5862 19.5714 13.6637 19.7604C13.7411 19.9494 13.8561 20.1211 14.0018 20.2656L14.904 21.1299C14.1245 21.3163 13.3613 21.5636 12.6215 21.8694C11.5795 22.2659 10.5059 22.6802 9.50003 22.6891C8.69831 22.6982 7.91955 22.4249 7.30327 21.9184L9.09856 20.2611ZM17.2496 28.8239H5.90493C5.5971 28.8227 5.29253 28.7616 5.00866 28.644C4.72478 28.5265 4.46715 28.3548 4.25054 28.1388C4.03393 27.9228 3.86256 27.6667 3.74627 27.3852C3.62998 27.1037 3.57104 26.8023 3.57282 26.4983C3.57376 26.1828 3.63895 25.8708 3.76449 25.5807C3.89003 25.2906 4.07335 25.0285 4.30357 24.8098L6.0177 23.1837C6.97473 24.0421 8.22074 24.5185 9.51357 24.5202H9.58119C10.8854 24.4316 12.1629 24.1117 13.3523 23.5757C14.7642 23.0322 15.9911 22.5644 16.9609 23.0322L18.8419 24.8142C19.0721 25.0329 19.2554 25.2951 19.381 25.5852C19.5065 25.8752 19.5717 26.1873 19.5726 26.5027C19.5739 27.116 19.3293 27.7049 18.8923 28.1406C18.4553 28.5764 17.8615 28.8236 17.2406 28.8283L17.2496 28.8239Z" fill="#1D1D1D"/>
8
+ <defs>
9
+ <linearGradient id="paint0_linear_4088_34001" x1="27.7281" y1="28.9308" x2="27.7281" y2="18.6038" gradientUnits="userSpaceOnUse">
10
+ <stop stop-color="#EFC530"/>
11
+ <stop offset="1" stop-color="#FCEDB6"/>
12
+ </linearGradient>
13
+ <linearGradient id="paint1_linear_4088_34001" x1="11.5706" y1="28.8328" x2="11.5706" y2="22.8406" gradientUnits="userSpaceOnUse">
14
+ <stop stop-color="#F37C1C"/>
15
+ <stop offset="1" stop-color="#FCC191"/>
16
+ </linearGradient>
17
+ </defs>
30
18
  </svg>
@@ -1,17 +1,21 @@
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
- .st1{fill:#1d1d1d}
4
- </style>
5
- <linearGradient id="SVGID_1_" x1="256" x2="256" y1="401" y2="111" 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="M111 111H401V401H111z"/>
10
- <path d="M497 231c8.3 0 15-6.7 15-15s-6.7-15-15-15h-66v-50h66c8.3 0 15-6.7 15-15s-6.7-15-15-15h-66v-10c0-16.5-13.5-30-30-30h-10V15c0-8.3-6.7-15-15-15s-15 6.7-15 15v66h-50V15c0-8.3-6.7-15-15-15s-15 6.7-15 15v66h-50V15c0-8.3-6.7-15-15-15s-15 6.7-15 15v66h-50V15c0-8.3-6.7-15-15-15s-15 6.7-15 15v66h-10c-16.5 0-30 13.5-30 30v10H15c-8.3 0-15 6.7-15 15s6.7 15 15 15h66v50H15c-8.3 0-15 6.7-15 15s6.7 15 15 15h66v50H15c-8.3 0-15 6.7-15 15s6.7 15 15 15h66v50H15c-8.3 0-15 6.7-15 15s6.7 15 15 15h66v10c0 16.5 13.5 30 30 30h10v66c0 8.3 6.7 15 15 15s15-6.7 15-15v-66h50v66c0 8.3 6.7 15 15 15s15-6.7 15-15v-66h50v66c0 8.3 6.7 15 15 15s15-6.7 15-15v-66h50v66c0 8.3 6.7 15 15 15s15-6.7 15-15v-66h10c16.5 0 30-13.5 30-30v-10h66c8.3 0 15-6.7 15-15s-6.7-15-15-15h-66v-50h66c8.3 0 15-6.7 15-15s-6.7-15-15-15h-66v-50h66zm-96 170H111V111h290c0 298.1.1 290 0 290z" class="st1"/>
11
- <linearGradient id="SVGID_2_" x1="256" x2="256" y1="321" y2="191" gradientUnits="userSpaceOnUse">
12
- <stop offset="0" stop-color="#EFC530"/>
13
- <stop offset="1" stop-color="#FCEDB6"/>
14
- </linearGradient>
15
- <path fill="url(#SVGID_2_)" stroke="#000000" stroke-miterlimit="10" d="M212.2 191L299.8 191 321 212.2 321 299.8 299.8 321 212.2 321 191 299.8 191 212.2z"/>
16
- <path d="M316.6 165.4c-2.8-2.8-6.6-4.4-10.6-4.4H206c-4 0-7.8 1.6-10.6 4.4l-30 30c-2.8 2.8-4.4 6.6-4.4 10.6v100c0 4 1.6 7.8 4.4 10.6l30 30c2.8 2.8 6.6 4.4 10.6 4.4h100c4 0 7.8-1.6 10.6-4.4l30-30c2.8-2.8 4.4-6.6 4.4-10.6V206c0-4-1.6-7.8-4.4-10.6l-30-30zm4.4 134.4L299.8 321h-87.6L191 299.8v-87.6l21.2-21.2h87.6l21.2 21.2v87.6z" class="st1"/>
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_33981)">
3
+ <path d="M7.875 7.37476H27.1255V26.6253H7.875V7.37476Z" fill="url(#paint0_linear_4088_33981)" stroke="black" stroke-miterlimit="10"/>
4
+ <path d="M33.5044 15.381C33.7684 15.381 34.0217 15.2761 34.2084 15.0894C34.3952 14.9026 34.5001 14.6494 34.5001 14.3853C34.5001 14.2545 34.4743 14.1251 34.4243 14.0042C34.3742 13.8834 34.3009 13.7737 34.2084 13.6812C34.116 13.5888 34.0062 13.5154 33.8854 13.4654C33.7646 13.4153 33.6351 13.3896 33.5044 13.3896H29.1248V10.0705H33.5044C33.7684 10.0705 34.0217 9.96563 34.2084 9.7789C34.3952 9.59217 34.5001 9.3389 34.5001 9.07482C34.5001 8.81074 34.3952 8.55749 34.2084 8.37076C34.0217 8.18402 33.7684 8.07912 33.5044 8.07912H29.1248V7.4153C29.1227 6.88565 28.9114 6.3783 28.5368 6.00377C28.1623 5.62925 27.655 5.41791 27.1253 5.41578H26.4615V1.03625C26.4615 0.772171 26.3566 0.518899 26.1698 0.332166C25.9831 0.145434 25.7299 0.0405273 25.4658 0.0405273C25.2017 0.0405273 24.9484 0.145434 24.7617 0.332166C24.575 0.518899 24.47 0.772171 24.47 1.03625V5.41578H21.151V1.03625C21.151 0.772171 21.0461 0.518899 20.8594 0.332166C20.6726 0.145434 20.4194 0.0405273 20.1553 0.0405273C19.8912 0.0405273 19.638 0.145434 19.4512 0.332166C19.2645 0.518899 19.1596 0.772171 19.1596 1.03625V5.41578H15.881V1.03625C15.881 0.772171 15.7761 0.518899 15.5894 0.332166C15.4027 0.145434 15.1494 0.0405273 14.8853 0.0405273C14.6212 0.0405273 14.368 0.145434 14.1812 0.332166C13.9945 0.518899 13.8896 0.772171 13.8896 1.03625V5.41578H10.5705V1.03625C10.5705 0.772171 10.4656 0.518899 10.2789 0.332166C10.0921 0.145434 9.83892 0.0405273 9.57484 0.0405273C9.31076 0.0405273 9.05749 0.145434 8.87076 0.332166C8.68402 0.518899 8.57909 0.772171 8.57909 1.03625V5.41578H7.91528C7.38563 5.41791 6.87832 5.62925 6.5038 6.00377C6.12928 6.3783 5.91791 6.88565 5.91578 7.4153V8.07912H1.53628C1.2722 8.07912 1.01892 8.18402 0.832191 8.37076C0.645458 8.55749 0.540527 8.81074 0.540527 9.07482C0.540527 9.3389 0.645458 9.59217 0.832191 9.7789C1.01892 9.96563 1.2722 10.0705 1.53628 10.0705H5.91578V13.3896H1.53628C1.40552 13.3896 1.27604 13.4153 1.15523 13.4654C1.03442 13.5154 0.924652 13.5888 0.832191 13.6812C0.73973 13.7737 0.666361 13.8834 0.616321 14.0042C0.566282 14.1251 0.540527 14.2545 0.540527 14.3853C0.540527 14.6494 0.645458 14.9026 0.832191 15.0894C1.01892 15.2761 1.2722 15.381 1.53628 15.381H5.91578V18.7001H1.53628C1.40552 18.7001 1.27604 18.7258 1.15523 18.7759C1.03442 18.8259 0.924652 18.8992 0.832191 18.9917C0.73973 19.0842 0.666361 19.1939 0.616321 19.3147C0.566282 19.4355 0.540527 19.565 0.540527 19.6958C0.540527 19.9598 0.645458 20.2131 0.832191 20.3998C1.01892 20.5866 1.2722 20.6915 1.53628 20.6915H5.91578V24.0105H1.53628C1.2722 24.0105 1.01892 24.1154 0.832191 24.3022C0.645458 24.4889 0.540527 24.7422 0.540527 25.0063C0.540527 25.2703 0.645458 25.5236 0.832191 25.7103C1.01892 25.8971 1.2722 26.002 1.53628 26.002H5.91578V26.6658C5.91791 27.1954 6.12928 27.7028 6.5038 28.0773C6.87832 28.4518 7.38563 28.6632 7.91528 28.6653H8.57909V33.0448C8.57909 33.3089 8.68402 33.5622 8.87076 33.7489C9.05749 33.9356 9.31076 34.0405 9.57484 34.0405C9.83892 34.0405 10.0921 33.9356 10.2789 33.7489C10.4656 33.5622 10.5705 33.3089 10.5705 33.0448V28.6653H13.8896V33.0448C13.8896 33.3089 13.9945 33.5622 14.1812 33.7489C14.368 33.9356 14.6212 34.0405 14.8853 34.0405C15.1494 34.0405 15.4027 33.9356 15.5894 33.7489C15.7761 33.5622 15.881 33.3089 15.881 33.0448V28.6653H19.2V33.0448C19.2 33.3089 19.305 33.5622 19.4917 33.7489C19.6784 33.9356 19.9317 34.0405 20.1958 34.0405C20.4599 34.0405 20.7131 33.9356 20.8999 33.7489C21.0866 33.5622 21.1915 33.3089 21.1915 33.0448V28.6653H24.5105V33.0448C24.5105 33.3089 24.6154 33.5622 24.8022 33.7489C24.9889 33.9356 25.2422 34.0405 25.5063 34.0405C25.7703 34.0405 26.0236 33.9356 26.2103 33.7489C26.3971 33.5622 26.502 33.3089 26.502 33.0448V28.6653H27.1658C27.6954 28.6632 28.2028 28.4518 28.5773 28.0773C28.9518 27.7028 29.1631 27.1954 29.1653 26.6658V26.002H33.5448C33.6756 26.002 33.8051 25.9762 33.9259 25.9262C34.0467 25.8761 34.1565 25.8028 34.2489 25.7103C34.3414 25.6179 34.4147 25.5081 34.4647 25.3873C34.5148 25.2665 34.5405 25.137 34.5405 25.0063C34.5405 24.8755 34.5148 24.746 34.4647 24.6252C34.4147 24.5044 34.3414 24.3946 34.2489 24.3022C34.1565 24.2097 34.0467 24.1364 33.9259 24.0863C33.8051 24.0363 33.6756 24.0105 33.5448 24.0105H29.1653V20.6915H33.5448C33.6756 20.6915 33.8051 20.6657 33.9259 20.6157C34.0467 20.5657 34.1565 20.4923 34.2489 20.3998C34.3414 20.3074 34.4147 20.1976 34.4647 20.0768C34.5148 19.956 34.5405 19.8265 34.5405 19.6958C34.5405 19.565 34.5148 19.4355 34.4647 19.3147C34.4147 19.1939 34.3414 19.0842 34.2489 18.9917C34.1565 18.8992 34.0467 18.8259 33.9259 18.7759C33.8051 18.7258 33.6756 18.7001 33.5448 18.7001H29.1653V15.381H33.5044ZM27.1253 26.6658H7.87481V7.37481H27.1253C27.1253 27.1677 27.1334 26.6253 27.1253 26.6253V26.6658Z" fill="#1D1D1D"/>
5
+ <path d="M14.5941 12.6853H20.4065L21.8151 14.0939V19.9062L20.4065 21.3148H14.5941L13.1855 19.9062V14.0939L14.5941 12.6853Z" fill="url(#paint1_linear_4088_33981)" stroke="black" stroke-miterlimit="10"/>
6
+ <path d="M21.5478 10.9853C21.4553 10.8928 21.3455 10.8195 21.2247 10.7695C21.1038 10.7195 20.9743 10.6938 20.8435 10.6938H14.2054C14.0746 10.6938 13.9451 10.7195 13.8243 10.7695C13.7034 10.8195 13.5936 10.8928 13.5011 10.9853L11.5097 12.9767C11.4172 13.0692 11.3439 13.179 11.2939 13.2999C11.2439 13.4207 11.2182 13.5502 11.2183 13.681V20.3191C11.2182 20.4499 11.2439 20.5794 11.2939 20.7002C11.3439 20.8211 11.4172 20.9309 11.5097 21.0234L13.5011 23.0148C13.5936 23.1072 13.7034 23.1806 13.8243 23.2306C13.9451 23.2806 14.0746 23.3063 14.2054 23.3062H20.8435C20.9743 23.3063 21.1038 23.2806 21.2247 23.2306C21.3455 23.1806 21.4553 23.1072 21.5478 23.0148L23.5392 21.0234C23.6317 20.9309 23.705 20.8211 23.755 20.7002C23.805 20.5794 23.8307 20.4499 23.8307 20.3191V13.681C23.8307 13.5502 23.805 13.4207 23.755 13.2999C23.705 13.179 23.6317 13.0692 23.5392 12.9767L21.5478 10.9853ZM21.8392 19.8901L20.4306 21.2986H14.6183L13.2097 19.8901V14.0777L14.6183 12.6691H20.4306L21.8392 14.0777V19.8901Z" fill="#1D1D1D"/>
7
+ </g>
8
+ <defs>
9
+ <linearGradient id="paint0_linear_4088_33981" x1="17.5002" y1="26.6253" x2="17.5002" y2="7.37476" gradientUnits="userSpaceOnUse">
10
+ <stop stop-color="#F37C1C"/>
11
+ <stop offset="1" stop-color="#FCC191"/>
12
+ </linearGradient>
13
+ <linearGradient id="paint1_linear_4088_33981" x1="17.5003" y1="21.3148" x2="17.5003" y2="12.6853" gradientUnits="userSpaceOnUse">
14
+ <stop stop-color="#EFC530"/>
15
+ <stop offset="1" stop-color="#FCEDB6"/>
16
+ </linearGradient>
17
+ <clipPath id="clip0_4088_33981">
18
+ <rect width="34" height="34" fill="white" transform="translate(0.5)"/>
19
+ </clipPath>
20
+ </defs>
17
21
  </svg>
@@ -1,23 +1,26 @@
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
- .st2{fill:#1d1d1d}
4
- </style>
5
- <linearGradient id="SVGID_1_" x1="134.25" x2="134.25" y1="32" y2="314.4" gradientTransform="matrix(1 0 0 -1 0 514)" 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="M57.5 199.6H211V482H57.5z"/>
10
- <linearGradient id="SVGID_2_" x1="131.15" x2="131.15" y1="343.7" y2="484" gradientTransform="matrix(1 0 0 -1 0 514)" 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="M132.5 30H129.6c-2.4 18.2-12.4 34.6-27.8 45.2-4.6 3.1-7.3 8.2-7.3 13.6v81.5h73.3v-105c0-19.5-15.8-35.3-35.3-35.3z"/>
15
- <path d="M218.3 313.7v-99.2c0-15.7-8.3-29.5-20.7-37.3.1-.6.1-1.2.1-1.7V65.3c0-36-29.3-65.3-65.3-65.3h-2.7c-4.5 0-9 .5-13.4 1.4-9.4 2-16.2 10.4-16.2 19.9 0 11.6-5.7 22.5-15.3 29.1-12.7 8.7-20.3 23.1-20.3 38.4v86.5c0 .6 0 1.2.1 1.7-12.4 7.8-20.7 21.6-20.7 37.3v99.2c-10 8.1-16.5 20.5-16.5 34.3v119.9c0 24.3 19.8 44.1 44.1 44.1h119.2c24.3 0 44.1-19.8 44.1-44.1V348c0-13.9-6.4-26.3-16.5-34.3zM88 200.4h86.3c7.8 0 14.1 6.3 14.1 14.1V304H73.9v-89.5c0-7.8 6.4-14.1 14.1-14.1zm13.8-125.2c15.3-10.5 25.4-27 27.8-45.2H132.5c19.5 0 35.3 15.8 35.3 35.3v105.1H94.5V88.8c0-5.4 2.7-10.5 7.3-13.6zm103 392.7c0 7.8-6.3 14.1-14.1 14.1H71.6c-7.8 0-14.1-6.3-14.1-14.1V348c0-7.8 6.3-14.1 14.1-14.1h119.2c7.8 0 14.1 6.3 14.1 14.1l-.1 119.9z" class="st2"/>
16
- <linearGradient id="SVGID_3_" x1="381" x2="381" y1="27" y2="314.4" gradientTransform="matrix(1 0 0 -1 0 514)" gradientUnits="userSpaceOnUse">
17
- <stop offset="0" stop-color="#EFC530"/>
18
- <stop offset="1" stop-color="#FCEDB6"/>
19
- </linearGradient>
20
- <path fill="url(#SVGID_3_)" stroke="#000000" stroke-miterlimit="10" d="M312 199.6L462 200.4 462 487 300 487 300 200.4z"/>
21
- <path fill="#FFFFFF" stroke="#000000" stroke-miterlimit="10" d="M454.5 294L454.5 358 301 402 301 333.9z"/>
22
- <path d="M440.4 169.6H321.3c-24.3 0-44.1 19.8-44.1 44.1v254.2c0 24.3 19.8 44.1 44.1 44.1h119.2c24.3 0 44.1-19.8 44.1-44.1V213.7c-.1-24.3-19.8-44.1-44.2-44.1zM307.2 349.9l147.3-46.2v43.4l-147.3 46.2v-43.4zm14.1-150.3h119.2c7.8 0 14.1 6.3 14.1 14.1v58.6l-147.3 46.2V213.7c-.1-7.8 6.2-14.1 14-14.1zM440.4 482H321.3c-7.8 0-14.1-6.3-14.1-14.1v-43.1l147.3-46.2V468c0 7.7-6.3 14-14.1 14z" 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="M4.8335 13.4323H14.5399V31.2956H4.8335V13.4323Z" fill="url(#paint0_linear_4088_33995)"/>
3
+ <path d="M14.5743 31.3252H4.79883V13.4027H14.5743V31.3252ZM4.86298 31.2611H14.5101V13.4669H4.86298V31.2611Z" fill="black"/>
4
+ <path d="M9.57552 2.7093H9.39294C9.31623 3.28191 9.12024 3.83207 8.81765 4.32421C8.51505 4.81636 8.11258 5.23955 7.63622 5.56644C7.49464 5.66077 7.37832 5.78836 7.29746 5.93804C7.2166 6.08772 7.17365 6.25494 7.17236 6.42506V11.5817H11.8109V4.93974C11.8109 4.64642 11.753 4.35598 11.6406 4.08505C11.5282 3.81411 11.3635 3.56801 11.1559 3.36083C10.9482 3.15365 10.7018 2.98946 10.4306 2.87766C10.1594 2.76586 9.86884 2.70865 9.57552 2.7093Z" fill="url(#paint1_linear_4088_33995)"/>
5
+ <path d="M11.8408 11.6114H7.14307V6.42511C7.14526 6.24844 7.19154 6.0751 7.27771 5.92085C7.36389 5.7666 7.48723 5.63631 7.63653 5.54182C8.10148 5.21225 8.49319 4.79003 8.78702 4.30172C9.08086 3.8134 9.27046 3.26956 9.3439 2.70441V2.6748H9.55609C10.1564 2.67611 10.7318 2.91516 11.1562 3.33964C11.5807 3.76413 11.8198 4.33948 11.8211 4.93979L11.8408 11.6114ZM7.20228 11.5472H11.7767V4.93979C11.7767 4.35609 11.5448 3.7963 11.1321 3.38357C10.7193 2.97083 10.1595 2.73895 9.57583 2.73895H9.42286C9.34138 3.31119 9.14182 3.86024 8.83686 4.35125C8.53189 4.84225 8.12818 5.26449 7.65133 5.59116C7.51256 5.68136 7.39869 5.80502 7.32022 5.95075C7.24175 6.09648 7.2012 6.2596 7.20228 6.42511V11.5472Z" fill="black"/>
6
+ <path d="M15.004 20.6516V14.3748C15.0023 13.9027 14.8811 13.4388 14.6515 13.0263C14.422 12.6138 14.0917 12.2662 13.6914 12.016C13.6962 11.98 13.6962 11.9435 13.6914 11.9075V4.93978C13.6888 3.84687 13.2541 2.79932 12.4823 2.02559C11.7104 1.25185 10.6639 0.814717 9.57095 0.809509L9.39824 0.809509C9.11301 0.809767 8.8286 0.839533 8.5495 0.898332C8.26172 0.961039 8.00382 1.11977 7.81819 1.34844C7.63256 1.57712 7.53024 1.86213 7.52803 2.15666C7.5258 2.52062 7.43473 2.87854 7.26273 3.19931C7.09074 3.52008 6.84303 3.794 6.54111 3.99727C6.14708 4.26825 5.82456 4.63065 5.60112 5.05345C5.37769 5.47626 5.25999 5.94689 5.2581 6.4251V11.8976C5.25553 11.9337 5.25553 11.97 5.2581 12.0062C4.85717 12.2557 4.52632 12.6031 4.29669 13.0157C4.06706 13.4284 3.9462 13.8927 3.94549 14.3649V20.6368C3.62125 20.8984 3.3595 21.229 3.17937 21.6047C2.99923 21.9803 2.90526 22.3914 2.9043 22.808V30.4172C2.9056 31.1562 3.19975 31.8646 3.72233 32.3872C4.24491 32.9098 4.95331 33.204 5.69235 33.2053H13.2324C13.6005 33.2079 13.9654 33.1377 14.3062 32.9988C14.647 32.8599 14.957 32.6551 15.2184 32.396C15.4798 32.1369 15.6874 31.8287 15.8293 31.4891C15.9712 31.1495 16.0445 30.7852 16.0452 30.4172V22.8179C16.0467 22.4016 15.9538 21.9904 15.7734 21.6151C15.5931 21.2399 15.33 20.9105 15.004 20.6516ZM6.76315 13.4865H12.2208C12.3379 13.4859 12.4539 13.5084 12.5623 13.5527C12.6706 13.5971 12.7691 13.6624 12.8521 13.7449C12.9351 13.8275 13.001 13.9256 13.0459 14.0337C13.0909 14.1418 13.114 14.2577 13.114 14.3748V20.0545H5.88973V14.3748C5.89096 14.1421 5.98292 13.9191 6.14604 13.7533C6.30916 13.5874 6.53056 13.4917 6.76315 13.4865ZM7.63659 5.59115C8.11273 5.26404 8.51506 4.84079 8.81763 4.34868C9.1202 3.85658 9.31631 3.30654 9.39331 2.73401H9.57589C10.164 2.73267 10.7289 2.9637 11.1476 3.37681C11.5662 3.78992 11.8048 4.35166 11.8113 4.93978V11.5867H7.17274V6.4251C7.17402 6.25498 7.21697 6.08776 7.29783 5.93808C7.3787 5.7884 7.49501 5.66081 7.63659 5.56648V5.59115ZM14.1503 30.4172C14.1503 30.6541 14.0562 30.8813 13.8887 31.0488C13.7212 31.2163 13.494 31.3104 13.2571 31.3104H5.7269C5.49002 31.3104 5.26283 31.2163 5.09533 31.0488C4.92783 30.8813 4.83372 30.6541 4.83372 30.4172V22.8179C4.83372 22.7008 4.85686 22.5849 4.9018 22.4768C4.94675 22.3688 5.01263 22.2706 5.09563 22.1881C5.17863 22.1055 5.27712 22.0402 5.38546 21.9959C5.49379 21.9515 5.60984 21.929 5.7269 21.9297H13.2621C13.3791 21.929 13.4951 21.9515 13.6035 21.9959C13.7118 22.0402 13.8103 22.1055 13.8933 22.1881C13.9763 22.2706 14.0422 22.3688 14.0871 22.4768C14.1321 22.5849 14.1552 22.7008 14.1552 22.8179V30.4172H14.1503Z" fill="#1D1D1D"/>
7
+ <path d="M20.9303 13.4323L30.4147 13.4865V31.6114H20.1704V13.4865L20.9303 13.4323Z" fill="url(#paint2_linear_4088_33995)"/>
8
+ <path d="M30.449 31.6411H20.1406V13.457L20.9302 13.4027L30.449 13.4521V31.6411ZM20.1998 31.5818H30.3849V13.5162L20.9302 13.4669L20.1998 13.5162V31.5818Z" fill="black"/>
9
+ <path d="M29.9408 19.4031V23.4545L20.2344 26.2326V21.9297L29.9408 19.4031Z" fill="white"/>
10
+ <path d="M20.2002 26.2771V21.905H20.2249L29.9757 19.3735V23.4841H29.951L20.2002 26.2771ZM20.2643 21.9543V26.1932L29.9115 23.4298V19.4476L20.2643 21.9543Z" fill="black"/>
11
+ <path d="M29.0479 11.5374H21.5177C21.1509 11.5367 20.7875 11.6083 20.4484 11.7481C20.1093 11.8878 19.8011 12.093 19.5413 12.3519C19.2815 12.6108 19.0752 12.9183 18.9342 13.257C18.7933 13.5956 18.7204 13.9586 18.7197 14.3254V30.4172C18.721 31.1562 19.0152 31.8646 19.5378 32.3872C20.0604 32.9098 20.7687 33.204 21.5078 33.2053H29.0824C29.8172 33.1975 30.5193 32.9005 31.0365 32.3786C31.5538 31.8567 31.8446 31.152 31.8458 30.4172V14.3254C31.8432 13.5851 31.5473 12.8759 31.0228 12.3534C30.4984 11.8308 29.7882 11.5374 29.0479 11.5374ZM20.6245 22.9413L29.941 20.02V22.7636L20.6245 25.6849V22.9413ZM21.5177 13.4323H29.0824C29.1995 13.4322 29.3154 13.4554 29.4235 13.5003C29.5316 13.5453 29.6297 13.6111 29.7122 13.6941C29.7948 13.7772 29.8601 13.8757 29.9045 13.984C29.9488 14.0923 29.9713 14.2084 29.9706 14.3254V18.0313L20.659 20.9526V14.3254C20.6571 14.2084 20.6785 14.0922 20.722 13.9836C20.7656 13.875 20.8304 13.7762 20.9127 13.693C20.995 13.6098 21.0931 13.5438 21.2012 13.4991C21.3093 13.4543 21.4253 13.4316 21.5423 13.4323H21.5177ZM29.0479 31.2956H21.5177C21.2833 31.2956 21.0584 31.2035 20.8913 31.0392C20.7242 30.8749 20.6284 30.6515 20.6245 30.4172V27.6785L29.941 24.7572V30.4172C29.9372 30.6515 29.8413 30.8749 29.6743 31.0392C29.5072 31.2035 29.2822 31.2956 29.0479 31.2956Z" fill="#1D1D1D"/>
12
+ <defs>
13
+ <linearGradient id="paint0_linear_4088_33995" x1="9.68916" y1="31.2956" x2="9.68916" y2="13.4323" gradientUnits="userSpaceOnUse">
14
+ <stop stop-color="#F37C1C"/>
15
+ <stop offset="1" stop-color="#FCC191"/>
16
+ </linearGradient>
17
+ <linearGradient id="paint1_linear_4088_33995" x1="9.49163" y1="11.5817" x2="9.49163" y2="2.70436" gradientUnits="userSpaceOnUse">
18
+ <stop stop-color="#EFC530"/>
19
+ <stop offset="1" stop-color="#FCEDB6"/>
20
+ </linearGradient>
21
+ <linearGradient id="paint2_linear_4088_33995" x1="25.2925" y1="31.6114" x2="25.2925" y2="13.4323" gradientUnits="userSpaceOnUse">
22
+ <stop stop-color="#EFC530"/>
23
+ <stop offset="1" stop-color="#FCEDB6"/>
24
+ </linearGradient>
25
+ </defs>
23
26
  </svg>
@@ -1,23 +1,28 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 297 297" viewBox="0 0 297 297">
2
- <linearGradient id="toj7u87r8a" x1="21.2" x2="280" y1="939.65" y2="939.65" gradientTransform="translate(0 -782)" gradientUnits="userSpaceOnUse">
3
- <stop offset="0" stop-color="#EFC530"/>
4
- <stop offset="1" stop-color="#FCEDB6"/>
5
- </linearGradient>
6
- <path fill="url(#toj7u87r8a)" d="M275.9 96.3l-38.5-25.6-1.7 3.6c-.6 1.2-1.7 1.9-2.9 2.1-2.1.3-3.9-1.2-4.2-3.2-.3-1.8.7-14.1-20.2-16.2l-3.5-.4-.3 3.5c-.4 3.6-.2 8.8 2.2 13.4 2.5 4.8 3 5.1 9.5 7 2 .6 3.1 2.6 2.5 4.6-.4 1.6-1.9 2.7-3.5 2.7h-.2l-2.1-.2-1.2 1.6c-6.1 8.3-15.4 13-25.7 13h-58.3l1 4.3c1.7 6.9 1.6 17.2-8.1 27-7.8 8-8.6 13.1-9.4 18-.8 5-1.7 10.3-7.7 16.1-6.6 6.3-21.7 10.9-36 10.9-5.5 0-10.4-.7-14.1-2.1-6.4-2.3-10.3-6.8-10.8-12.4-.9-8.8-7.5-18.9-16.1-24.4l-5.4-3.5v115.1c0 4.1 3.3 7.4 7.4 7.4h5.7c4.1 0 7.4-3.3 7.4-7.4v-36.8c0-2.3 1.2-4.4 3.2-5.7 2-1.2 4.5-1.4 6.6-.4.5.2 55.2 25 113.4-.1 2-.9 4.5-.6 6.4.6 2 1.3 3.1 3.4 3.1 5.7v36.8c0 4.1 3.3 7.4 7.4 7.4h7.8c3.7 0 6.7-2.6 7.3-6.2l11.8-70.4c2.4-14.5 10.2-27.3 21.9-36.1.4-.3.9-.6 1.4-.8l42.4-17.9c3.4-1.4 5.6-4.7 5.6-8.4v-15c0-3.1-1.6-5.9-4.1-7.6zm-35.6 6.4c-2.6 0-4.7-2.1-4.7-4.7s2.1-4.7 4.7-4.7 4.7 2.1 4.7 4.7-2.1 4.7-4.7 4.7zm34 7.6c-.2.1-.6.3-1 .3-1 0-1.7-.8-1.7-1.7 0-1 .8-1.7 1.7-1.7.4 0 .8.2 1 .5l1.8 1.3-1.8 1.3z"/>
7
- <linearGradient id="znn3b7e14b" x1="22.7" x2="118.233" y1="916.55" y2="916.55" gradientTransform="translate(0 -782)" gradientUnits="userSpaceOnUse">
8
- <stop offset="0" stop-color="#F37C1C"/>
9
- <stop offset="1" stop-color="#FCC191"/>
10
- </linearGradient>
11
- <path fill="url(#znn3b7e14b)" d="M54.4 162.1l.2 1.7 1.5.9c2.3 1.4 6.6 2.2 11.8 2.2 2.2 0 4.5-.1 6.8-.4 10.5-1.2 18.3-4.7 21-7.3 3.3-3.1 3.7-5.6 4.3-9.6.9-5.8 2.1-13.7 12.6-24.3 5.2-5.2 6.8-11.1 4.8-17.4-.4-1.3-1-2.6-1.7-3.9l-1-1.8H53.5c-12.7 0-24.3 7.6-29.4 19.3l-1.4 3.3 3.4 1.3c14.7 5.8 26.6 21 28.3 36z"/>
12
- <linearGradient id="tqg43o90yc" x1="34.2" x2="60.3" y1="822.2" y2="822.2" gradientTransform="translate(0 -782)" gradientUnits="userSpaceOnUse">
13
- <stop offset="0" stop-color="#EFC530"/>
14
- <stop offset="1" stop-color="#FCEDB6"/>
15
- </linearGradient>
16
- <path fill="url(#tqg43o90yc)" d="M35.8 44l.2 1.2.9.9c1.1 1.1 2.3 1.8 3.5 2.1.3.1.7.1 1 .1 1.3 0 2.6-.6 3.8-1.8l.6-.6c2.6-2.7 4.6-4.4 7.3-5.4l7.2-2.6-6.7-3.8c-2.5-1.3-5.1-2-7.8-2-2 0-4 .4-6.2 1.1-2.8.9-4.8 3.3-5.2 6.2l-.2 1.4.8 1.1c.5.6.7 1.4.8 2.1z"/>
17
- <g>
18
- <circle cx="240.3" cy="98" r="5"/>
19
- <path d="M273.3 110.9c.5 0 .9-.2 1.1-.3l2.1-1.5-2-1.5c-.3-.3-.7-.6-1.2-.6-1.1 0-2 .9-2 1.9 0 1.1.9 2 2 2z"/>
20
- <path d="M181.9 273c-12 0-21.8-9.8-21.8-21.8v-25.8l-3.6 1.2c-15 4.8-30.9 7.3-47.2 7.3-20.9 0-38.5-4-49.5-7.4l-3.5-1.1v25.8c0 12-9.8 21.8-21.8 21.8h-5.7c-12 0-21.8-9.8-21.8-21.8v-117c0-6.1 1.1-11.9 3.3-17.2l.5-1.3-.8-1.2C.2 100 .3 82.5 10.3 64c4.8-8.8 10.9-16.1 15.1-20.6l.8-.9-.1-1.2c-.4-7.2 4.1-13.8 10.9-16 3-1 5.9-1.5 8.8-1.5 13.9 0 22.4 11.6 25.2 18.4.6 1.6.4 3.3-.7 4.6-.9 1-2.1 1.7-3.4 1.7-.3 0-.6 0-.9-.1-3.3-.6-5.4-.9-7-.9-3.3 0-5 1.2-7.6 3.9l-.6.6c-2.7 2.7-6.2 4.2-9.6 4.2-1 0-1.9-.1-2.9-.3-1.9-.4-3.8-1.3-5.4-2.5l-2-1.5-1.6 2C21 63.9 8 83.3 14.7 101.8l1.6 4.3 3.1-3.3c8.7-9.6 21.2-15 34.1-15h132.9c4.8 0 9.2-1.8 12.5-5.2l1.7-1.8-1.6-1.9c-1.1-1.2-2.1-2.7-3.2-4.7-5.9-11.5-3.9-26.8-3.5-27.6.6-1.8 2.3-3 4.1-3h1.1c11.3 0 21.9 5 28 9.7l.7.5h9.7c1.5 0 3 .4 4.2 1.2L284 84.3c6.5 4.4 10.4 11.7 10.4 19.5v15c0 9.4-5.6 17.9-14.4 21.6l-41.1 17.4-.4.2-.3.2c-8.2 6.5-13.6 15.8-15.4 26.2l-11.7 70.5c-1.8 10.5-10.8 18.1-21.4 18.1h-7.8zm-14.5-66.1c1.5 0 3 .4 4.3 1.2 2.2 1.4 3.4 3.7 3.4 6.3v36.8c0 3.7 3 6.7 6.6 6.7h7.8c3.3 0 6-2.3 6.6-5.6L208 182c2.4-14.6 10.3-27.6 22.2-36.6.5-.4 1.1-.7 1.6-.9l42.4-17.9c3.1-1.3 5.1-4.3 5.1-7.7v-15c0-2.8-1.4-5.4-3.8-7l-37.8-25.1-1.3 2.8c-.7 1.4-1.9 2.3-3.5 2.5h-.7c-2.2 0-4.1-1.6-4.4-3.9 0-.1 0-.4-.1-.7-.6-8.6-7.2-13.6-19.5-14.9l-2.7-.3-.2 2.7c-.3 2.8-.4 8.1 2.1 13 2.4 4.5 2.7 4.8 9 6.6 1.2.3 2.1 1.1 2.7 2.1.6 1 .7 2.2.3 3.4-.5 1.9-2.2 3.2-4.2 3.2h-.2l-1.8-.2-.9 1.3c-6.2 8.5-15.8 13.3-26.3 13.3h-57.4l.8 3.4c1.7 7.1 1.7 17.6-8.3 27.7-7.6 7.8-8.4 12.7-9.2 17.5-.8 5-1.7 10.6-7.9 16.6-6.7 6.4-22.1 11.1-36.5 11.1-5.7 0-10.7-.7-14.4-2.1-6.6-2.4-10.8-7.1-11.3-13-.9-8.7-7.4-18.5-15.8-23.8l-4.2-2.8V251c0 3.7 3 6.6 6.6 6.6h5.7c3.7 0 6.7-3 6.7-6.6v-36.8c0-2.5 1.3-4.9 3.5-6.3 1.3-.8 2.7-1.2 4.1-1.2 1.1 0 2.2.2 3.2.7 4.3 1.9 27 11.1 57.5 11.1 19.4 0 38-3.8 55.3-11.2 1-.2 2-.4 3-.4zM56.5 164.1c2.2 1.3 6.3 2.1 11.4 2.1 2.5 0 4.7-.1 6.7-.4 9.8-1.1 17.8-4.4 20.6-7.1 3.1-3 3.5-5.3 4.1-9.2.9-5.9 2.2-14 12.8-24.7 5-5 6.5-10.6 4.6-16.6-.3-1.1-.9-2.4-1.6-3.8l-.8-1.4H53.5c-12.5 0-23.7 7.4-28.7 18.8l-1.1 2.6 2.7 1c14.9 5.9 27 21.3 28.8 36.6l.2 1.3 1.1.8zM37.4 45.6c1 1 2.1 1.6 3.2 1.9.2.1.6.1.8.1 1.1 0 2.2-.5 3.3-1.6l.6-.6c2.6-2.7 4.7-4.5 7.6-5.6l5.7-2-5.3-3c-2.4-1.3-4.9-1.9-7.4-1.9-1.8 0-3.7.3-6 1.1-2.5.8-4.3 3-4.7 5.6l-.2 1 .6.9c.5.6.8 1.4.9 2.4l.2.9.7.8z"/>
21
- <path fill="#1D1D1D" d="M45.8 24.5c13.4 0 21.9 11.1 24.8 18.1.5 1.4.3 2.9-.6 4.1-.8.9-1.9 1.5-3 1.5-.3 0-.5 0-.8-.1-3.1-.6-5.3-.9-7.1-.9-3.4 0-5.2 1.2-8 4l-.6.6c-2.7 2.7-5.9 4.1-9.3 4.1-.9 0-1.8-.1-2.8-.3-1.8-.4-3.6-1.3-5.2-2.4l-2.4-1.8-1.9 2.3c-8.4 10-21.4 29.5-14.7 48.4l1.9 5 3.6-3.9c8.7-9.5 21-14.9 33.8-14.9h132.9c4.9 0 9.5-1.9 12.8-5.3l2-2.1-1.9-2.2c-1-1.2-2-2.6-3.1-4.6-5.9-11.3-3.8-26.4-3.5-27.2.6-1.6 2-2.7 3.6-2.7h1.1c11.2 0 21.6 4.9 27.7 9.6l.8.6h9.9c1.4 0 2.8.4 3.9 1.1l43.9 29.3c6.4 4.3 10.2 11.4 10.2 19.1v15c0 9.2-5.5 17.5-14.1 21.1l-41.1 17.4-.4.2-.4.3c-8.3 6.6-13.8 16-15.6 26.5l-11.7 70.5c-1.7 10.3-10.5 17.7-20.9 17.7h-7.8c-11.7 0-21.2-9.5-21.2-21.2v-26.5l-4.3 1.4c-16.6 5.3-32.7 7.2-47.1 7.2-20.9 0-38.4-4-49.4-7.3l-4.2-1.3v26.5c0 11.7-9.5 21.2-21.2 21.2h-5.7c-11.7 0-21.2-9.5-21.2-21.2v-117c0-6 1.1-11.8 3.2-17l.6-1.6-.9-1.4C.6 99.9.7 82.6 10.7 64.3c4.8-8.8 10.8-16 15-20.5l.9-1-.1-1.4c-.4-7 3.9-13.3 10.6-15.5 3.2-.9 6.1-1.4 8.7-1.4M41.4 48c1.2 0 2.5-.6 3.6-1.7l.6-.6c2.6-2.7 4.6-4.4 7.4-5.5l6.7-2.4-6.2-3.5c-2.5-1.3-5.1-2-7.7-2-1.8 0-3.8.3-6.1 1.1-2.7.9-4.6 3.2-5 6l-.2 1.3.7 1c.4.5.7 1.2.8 2.2l.2 1.1.8.8c1 1 2.2 1.7 3.4 2 .3.2.7.2 1 .2m173.7 40l-2-.2-1.1 1.5c-6.1 8.3-15.6 13.1-25.9 13.1h-58l.9 4c1.7 6.9 1.7 17.3-8.2 27.2-7.7 7.9-8.5 12.9-9.3 17.8v.1c-.8 4.8-1.7 10.3-7.8 16.2-6.7 6.4-21.9 11-36.2 11-5.6 0-10.5-.7-14.2-2.1-6.5-2.3-10.5-6.9-11-12.6-.9-8.8-7.5-18.8-16-24.2l-5-3.3v114.6c0 3.9 3.2 7.1 7.1 7.1h5.7c3.9 0 7.2-3.2 7.2-7.1v-36.8c0-2.4 1.2-4.6 3.3-5.9 1.2-.7 2.5-1.1 3.9-1.1 1 0 2.1.2 3 .7h.1c3.7 1.6 26.8 11.1 57.7 11.1 16.8 0 35.9-2.8 55.5-11.2.8-.4 1.7-.5 2.6-.5 1.4 0 2.8.4 4 1.2 2 1.3 3.2 3.5 3.2 5.9v36.8c0 3.9 3.2 7.2 7.1 7.2h7.8c3.6 0 6.5-2.5 7.1-6l11.8-70.4c2.4-14.5 10.2-27.4 22-36.3.5-.3 1-.6 1.5-.8l42.4-17.9c3.3-1.4 5.4-4.6 5.4-8.2v-15c0-2.9-1.5-5.7-4-7.4l-38.3-25.4-1.6 3.3c-.6 1.2-1.7 2-3.1 2.2h-.6c-1.9 0-3.6-1.4-3.9-3.5 0-.2 0-.4-.1-.7-.6-8.9-7.3-14.1-19.9-15.3l-3.2-.4-.3 3.2c-.3 2.8-.4 8.2 2.2 13.3 2.4 4.7 2.9 5 9.3 6.9 1 .3 1.9 1 2.4 1.9.5.9.6 2 .3 3-.4 1.7-2 2.9-3.7 2.9h-.1M67.9 166.7c2.5 0 4.7-.1 6.8-.4 9.9-1.1 18-4.5 20.9-7.2 3.3-3.1 3.6-5.6 4.2-9.5.9-5.9 2.1-13.8 12.7-24.4 5.1-5.1 6.7-10.9 4.7-17.1-.4-1.2-.9-2.4-1.7-3.9l-.9-1.7H53.5c-12.6 0-24.1 7.5-29.2 19.1l-1.3 3.1 3.2 1.2c14.8 5.8 26.7 21.1 28.5 36.2l.2 1.6 1.4.8c2.2 1.4 6.4 2.2 11.6 2.2M45.8 23.5c-2.9 0-5.9.5-8.9 1.5-7.1 2.3-11.7 9.1-11.3 16.5l.1 1-.6.7C20.8 47.7 14.7 55 9.9 63.8-.2 82.4-.3 100.1 9.7 114.9l.6.9-.4 1.1c-2.2 5.4-3.3 11.2-3.3 17.4v117c0 12.3 10 22.2 22.2 22.2h5.7c12.3 0 22.2-10 22.2-22.2v-25.1l2.9.9c11.1 3.4 28.7 7.4 49.7 7.4 16.4 0 32.3-2.5 47.4-7.3l3-1v25.1c0 12.3 10 22.2 22.2 22.2h7.8c10.9 0 20.1-7.8 21.9-18.5l11.7-70.5c1.8-10.3 7.2-19.5 15.2-25.9l.3-.2.3-.1 41.1-17.4c8.9-3.8 14.7-12.5 14.7-22.1v-15c0-8-4-15.5-10.7-19.9l-43.9-29.3c-1.3-.9-2.9-1.3-4.5-1.3h-9.6l-.6-.4c-6.2-4.7-16.9-9.8-28.3-9.8h-1.1c-2 0-3.8 1.3-4.5 3.3-.4.9-2.5 16.2 3.6 28 1.2 2.1 2.2 3.6 3.3 4.8l1.4 1.5-1.4 1.5c-3.1 3.2-7.4 5-12.1 5h-133c-13.1 0-25.7 5.5-34.5 15.2l-2.5 2.7-1.3-3.5c-6.6-18.3 6.2-37.5 14.5-47.4l1.3-1.6 1.7 1.2c1.7 1.2 3.6 2.1 5.6 2.6 1 .2 2 .4 3 .4 3.6 0 7.2-1.6 10-4.4l.6-.6c2.9-2.9 4.4-3.8 7.3-3.8 1.6 0 3.6.3 6.9.9.3.1.6.1 1 .1 1.4 0 2.9-.7 3.8-1.8 1.2-1.4 1.5-3.3.8-5-3-6.9-11.7-18.7-25.9-18.7zm-10.3 17l.1-.9c.3-2.4 2-4.4 4.3-5.2 2.2-.7 4.1-1 5.8-1 2.4 0 4.8.6 7.2 1.9l4.3 2.4-4.6 1.7c-3 1.1-5.1 2.9-7.8 5.7l-.6.6c-.9.9-1.9 1.4-2.9 1.4h-.6c-1-.3-2-.9-2.9-1.8l-.6-.6-.2-.9c-.2-1.1-.5-2-1-2.7l-.5-.6zM215.1 89h.2c2.2 0 4.2-1.5 4.7-3.6.4-1.2.2-2.6-.4-3.7-.6-1.1-1.7-2-3-2.4-6.2-1.8-6.5-2-8.7-6.4-2.5-4.8-2.4-10-2.1-12.7l.2-2.2 2.2.3c12 1.2 18.4 6.1 19 14.4 0 .3 0 .6.1.8.4 2.5 2.4 4.3 4.9 4.3.2 0 .5 0 .7-.1 1.7-.3 3.1-1.3 3.8-2.8l1.1-2.3 37.3 24.8c2.2 1.5 3.5 4 3.5 6.6v15c0 3.2-1.9 6-4.8 7.2L231.5 144c-.5.2-1.1.6-1.7 1-12 9-19.9 22.1-22.4 36.9l-11.8 70.4c-.5 3-3 5.2-6.1 5.2h-7.8c-3.4 0-6.1-2.8-6.1-6.2v-36.8c0-2.8-1.3-5.2-3.7-6.7-1.4-.9-3-1.3-4.5-1.3-1.1 0-2.1.2-3 .6-17.2 7.4-35.7 11.2-55 11.2-30.4 0-53-9.2-57.3-11H52c-1-.5-2.2-.7-3.4-.7-1.5 0-3.1.4-4.4 1.2-2.4 1.6-3.8 4.1-3.8 6.8v36.8c0 3.4-2.8 6.1-6.2 6.1h-5.7c-3.4 0-6.1-2.8-6.1-6.1v-113l3.5 2.2c8.3 5.3 14.7 14.9 15.5 23.5.5 6.1 4.8 11 11.6 13.5 3.8 1.4 8.8 2.2 14.5 2.2 14.5 0 30-4.7 36.9-11.2 6.4-6.2 7.3-11.8 8.1-16.8v-.1c.8-4.7 1.6-9.6 9-17.3 10.2-10.3 10.2-21 8.4-28.2l-.6-2.8H186c10.7 0 20.4-4.9 26.7-13.5l.8-1 1.6.1zM24.4 124.1l.9-2.1c4.9-11.3 16-18.5 28.2-18.5H114l.6 1.2c.7 1.4 1.3 2.6 1.6 3.7 1.9 5.9.4 11.3-4.5 16.1-10.8 10.9-12 19-13 25-.6 3.8-.9 6-3.9 8.9-2.7 2.6-10.6 5.9-20.3 7-2 .3-4.2.4-6.7.4-4.9 0-9.1-.8-11.2-2l-1-.6-.1-1.1c-1.8-15.5-14-31.1-29.1-37l-2-1z"/>
22
- </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_33999)">
3
+ <path d="M32.2887 10.9053L27.8252 7.92683L27.6304 8.34271C27.5981 8.40741 27.5508 8.4634 27.4926 8.50596C27.4343 8.54853 27.3667 8.57645 27.2955 8.58736C27.239 8.59596 27.1813 8.59304 27.1259 8.57881C27.0706 8.56458 27.0186 8.53931 26.9732 8.50451C26.9277 8.4697 26.8897 8.42607 26.8614 8.37622C26.8331 8.32636 26.815 8.27129 26.8083 8.21428C26.7718 8.00634 26.8875 6.57519 24.4639 6.33055L24.056 6.28162L24.0255 6.69139C23.9573 7.22455 24.044 7.76614 24.2752 8.25098C24.5674 8.81365 24.6283 8.86258 25.3773 9.06441C25.487 9.09702 25.5794 9.17197 25.6342 9.27285C25.689 9.37374 25.7017 9.49231 25.6696 9.60261C25.6466 9.69368 25.5939 9.77441 25.52 9.83202C25.4461 9.88963 25.3552 9.92082 25.2616 9.92065H25.0181L24.878 10.1041C24.5368 10.5772 24.088 10.9617 23.569 11.2255C23.0501 11.4893 22.4759 11.6249 21.8943 11.6209H15.1352L15.2509 12.1224C15.3892 12.6827 15.3751 13.2701 15.2102 13.8231C15.0452 14.3761 14.7354 14.8744 14.3131 15.2661C13.702 15.8043 13.3132 16.5525 13.2231 17.3638C13.1656 18.0774 12.8467 18.7443 12.328 19.2353C11.5608 19.9693 9.81313 20.5075 8.15685 20.5075C7.58897 20.5141 7.02432 20.421 6.48839 20.2323C6.16142 20.1417 5.86817 19.9566 5.64513 19.7C5.42209 19.4434 5.27913 19.1265 5.234 18.7889C5.13844 18.2127 4.9245 17.6629 4.6058 17.1743C4.2871 16.6857 3.87061 16.2691 3.38285 15.951L2.77393 15.5413V28.9476C2.77393 29.0608 2.79613 29.173 2.83928 29.2776C2.88243 29.3822 2.94568 29.4773 3.02541 29.5574C3.10514 29.6374 3.19978 29.701 3.30395 29.7443C3.40812 29.7876 3.51976 29.81 3.63252 29.81H4.29017C4.40292 29.81 4.51457 29.7876 4.61873 29.7443C4.7229 29.701 4.81755 29.6374 4.89728 29.5574C4.977 29.4773 5.04024 29.3822 5.08338 29.2776C5.12653 29.173 5.14874 29.0608 5.14874 28.9476V24.6664C5.15096 24.5339 5.18611 24.4041 5.25098 24.2888C5.31585 24.1734 5.40839 24.0762 5.5202 24.0059C5.63424 23.935 5.76391 23.8935 5.89773 23.8849C6.03155 23.8764 6.16541 23.9011 6.28745 23.9569C6.34225 23.9569 12.6873 26.8681 19.4342 23.9569C19.5547 23.9079 19.6852 23.889 19.8146 23.9017C19.944 23.9145 20.0684 23.9586 20.1771 24.0303C20.2874 24.1012 20.3781 24.1989 20.4409 24.3144C20.5037 24.4298 20.5366 24.5593 20.5364 24.6908V28.9721C20.5364 29.2008 20.6268 29.4201 20.7878 29.5818C20.9488 29.7436 21.1672 29.8344 21.3949 29.8344H22.3022C22.5059 29.8355 22.7032 29.7633 22.8585 29.6309C23.0137 29.4986 23.1166 29.3147 23.1486 29.1127L24.5187 20.9111C24.79 19.2326 25.7006 17.7259 27.058 16.7094C27.1048 16.6696 27.1585 16.6385 27.2163 16.6177L32.1364 14.5321C32.3287 14.4519 32.4927 14.316 32.6077 14.1417C32.7227 13.9674 32.7833 13.7626 32.7819 13.5536V11.7921C32.7787 11.615 32.732 11.4413 32.646 11.2866C32.5599 11.1319 32.4372 11.0009 32.2887 10.9053ZM28.1601 11.6515C28.0164 11.6515 27.8785 11.5941 27.7769 11.4921C27.6753 11.39 27.6182 11.2515 27.6182 11.1072C27.6174 11.0352 27.6308 10.9637 27.6577 10.897C27.6846 10.8302 27.7243 10.7695 27.7748 10.7183C27.8252 10.6671 27.8852 10.6265 27.9513 10.5987C28.0175 10.571 28.0884 10.5567 28.1601 10.5567C28.3055 10.5567 28.4449 10.6147 28.5477 10.7179C28.6504 10.8212 28.7082 10.9612 28.7082 11.1072C28.7106 11.1807 28.6982 11.254 28.6717 11.3225C28.6452 11.3911 28.6052 11.4536 28.5539 11.5062C28.5027 11.5588 28.4414 11.6004 28.3737 11.6285C28.306 11.6566 28.2334 11.6707 28.1601 11.6698V11.6515ZM32.106 12.5383C32.0705 12.5587 32.031 12.5712 31.9903 12.575C31.9642 12.575 31.9383 12.5698 31.9143 12.5595C31.8902 12.5493 31.8685 12.5344 31.8503 12.5155C31.8321 12.4967 31.8179 12.4744 31.8085 12.4499C31.799 12.4255 31.7946 12.3994 31.7954 12.3732C31.7954 12.3213 31.816 12.2715 31.8525 12.2348C31.889 12.1981 31.9386 12.1775 31.9903 12.1775C32.0123 12.178 32.034 12.1832 32.0539 12.1927C32.0738 12.2022 32.0916 12.2157 32.106 12.2325L32.313 12.3854L32.106 12.5383Z" fill="url(#paint0_linear_4088_33999)"/>
4
+ <path d="M6.60416 18.5688V18.7706L6.78076 18.8746C7.20709 19.0728 7.67589 19.1611 8.14475 19.1315C8.40941 19.1331 8.67388 19.1168 8.93635 19.0826C9.81083 19.0305 10.6539 18.7363 11.3721 18.2324C11.6791 17.9402 11.8586 17.5379 11.8714 17.1132C11.999 16.0251 12.5163 15.0209 13.3267 14.2876C13.6089 14.0423 13.8127 13.7186 13.9123 13.3574C14.012 12.9961 14.0032 12.6133 13.8869 12.2571C13.8338 12.1014 13.7687 11.95 13.6921 11.8045L13.5703 11.5966H6.48847C5.76442 11.5975 5.05635 11.8103 4.45077 12.2089C3.84518 12.6076 3.36832 13.1747 3.07847 13.8411L2.91406 14.2264L3.30986 14.3793C4.16806 14.7373 4.92045 15.3105 5.49509 16.044C6.06974 16.7775 6.44742 17.6468 6.59199 18.5688H6.60416Z" fill="url(#paint1_linear_4088_33999)"/>
5
+ <path d="M4.44828 4.81385V4.95452L4.55181 5.0585C4.66197 5.17723 4.80345 5.26207 4.95978 5.30313C4.99808 5.30952 5.03717 5.30952 5.07547 5.30313C5.15884 5.30048 5.24076 5.28065 5.31618 5.24488C5.3916 5.20911 5.4589 5.15816 5.5139 5.09519L5.58089 5.02791C5.81169 4.76055 6.10154 4.5511 6.42729 4.41631L7.26152 4.11051L6.48819 3.67016C6.20933 3.51907 5.89774 3.43925 5.58089 3.43774C5.336 3.44083 5.09326 3.48422 4.86235 3.56618C4.70338 3.61649 4.56183 3.71096 4.45408 3.83867C4.34632 3.96638 4.27675 4.12212 4.25342 4.28787V4.44689L4.35085 4.57532C4.40187 4.64585 4.43529 4.72765 4.44828 4.81385Z" fill="url(#paint2_linear_4088_33999)"/>
6
+ <path d="M28.16 11.6882C28.4795 11.6882 28.7385 11.428 28.7385 11.1071C28.7385 10.7863 28.4795 10.5261 28.16 10.5261C27.8405 10.5261 27.5815 10.7863 27.5815 11.1071C27.5815 11.428 27.8405 11.6882 28.16 11.6882Z" fill="black"/>
7
+ <path d="M31.9902 12.6057C32.0345 12.6051 32.0782 12.5947 32.1181 12.5751L32.3616 12.3977L32.1302 12.2265C32.0946 12.1849 32.0445 12.1586 31.9902 12.1531C31.9309 12.153 31.8738 12.1758 31.8307 12.2168C31.7877 12.2577 31.7619 12.3138 31.7588 12.3733C31.7588 12.4038 31.7648 12.434 31.7764 12.4622C31.788 12.4904 31.8051 12.516 31.8266 12.5376C31.848 12.5592 31.8736 12.5763 31.9016 12.588C31.9297 12.5997 31.9598 12.6057 31.9902 12.6057Z" fill="black"/>
8
+ <path d="M21.389 31.4858C20.7192 31.4842 20.0774 31.2163 19.6038 30.7406C19.1303 30.265 18.8635 29.6203 18.8619 28.9477V25.9447L18.4478 26.0854C16.6756 26.6506 14.827 26.9374 12.9675 26.9355C11.0216 26.934 9.08653 26.6434 7.22528 26.0731L6.81731 25.9447V28.9477C6.81731 29.6208 6.55107 30.2664 6.07715 30.7424C5.60324 31.2184 4.96048 31.4858 4.29027 31.4858H3.63261C2.96184 31.4858 2.31845 31.2186 1.84357 30.7428C1.36869 30.267 1.10108 29.6214 1.09947 28.9477V15.3395C1.09432 14.6539 1.22472 13.9742 1.4831 13.3396L1.544 13.1867L1.45266 13.046C0.313965 11.358 0.326136 9.32136 1.4831 7.16241C1.97048 6.29592 2.55923 5.49105 3.23681 4.76493L3.32815 4.66095V4.52028C3.30201 4.11203 3.41246 3.70672 3.64194 3.36874C3.87142 3.03076 4.20678 2.7795 4.59473 2.65489C4.92216 2.5426 5.26564 2.48476 5.61163 2.48364C6.25173 2.52197 6.86742 2.74405 7.38554 3.12351C7.90367 3.50297 8.30243 4.02384 8.53448 4.62425C8.57206 4.71255 8.58457 4.80959 8.5706 4.90459C8.55663 4.99959 8.51673 5.08885 8.45533 5.16246C8.40671 5.22114 8.34633 5.26888 8.27814 5.3026C8.20995 5.33631 8.13546 5.35525 8.05951 5.35817C8.02526 5.36411 7.99026 5.36411 7.95601 5.35817C7.68915 5.3024 7.41836 5.26764 7.14612 5.2542C6.97398 5.25514 6.80447 5.29657 6.65114 5.37517C6.49782 5.45376 6.36495 5.56734 6.26319 5.70679L6.19619 5.78018C5.90175 6.08192 5.50234 6.2573 5.08186 6.26946C4.96924 6.26937 4.85696 6.25707 4.74696 6.23277C4.52551 6.1795 4.31792 6.07943 4.13803 5.9392L3.90664 5.76795L3.71787 6.00036C2.75577 7.1624 1.24563 9.42533 2.02505 11.5782L2.21382 12.0797L2.57308 11.6944C3.07407 11.1427 3.68457 10.7026 4.36523 10.4024C5.04589 10.1022 5.78162 9.94851 6.52502 9.95131H21.937C22.2072 9.95348 22.4751 9.90037 22.7243 9.79523C22.9734 9.69008 23.1986 9.5351 23.3862 9.33971L23.5811 9.13177L23.3984 8.91159C23.2536 8.74555 23.1289 8.56283 23.027 8.36726C22.5868 7.35637 22.4451 6.23968 22.619 5.15023C22.6536 5.05056 22.7175 4.96383 22.8024 4.90156C22.8872 4.83929 22.9889 4.80443 23.0939 4.80162H23.2218C24.3957 4.82869 25.5322 5.22198 26.4735 5.92697L26.5527 5.98813H27.6792C27.8516 5.98759 28.0205 6.03638 28.1663 6.1288L33.257 9.54154C33.6286 9.79155 33.9338 10.1289 34.146 10.5244C34.3583 10.9198 34.4711 11.3613 34.4748 11.8106V13.5047C34.4745 14.0431 34.3153 14.5693 34.0172 15.0167C33.7191 15.4641 33.2956 15.8127 32.8003 16.0184L28.0385 18.0489H27.9897H27.9532C27.0029 18.812 26.3674 19.9013 26.169 21.1069L24.7563 29.4064C24.6555 29.9839 24.3569 30.5078 23.9121 30.8876C23.4673 31.2673 22.9043 31.4789 22.3206 31.4858H21.389ZM19.7083 23.7919C19.8848 23.7893 20.0582 23.8382 20.2076 23.9325C20.3308 24.0089 20.4321 24.1162 20.5015 24.2438C20.5709 24.3714 20.606 24.515 20.6034 24.6603V28.9416C20.6018 29.1465 20.6809 29.3438 20.8235 29.4905C20.966 29.6371 21.1605 29.7212 21.3646 29.7244H22.2719C22.4562 29.724 22.6343 29.6581 22.7748 29.5383C22.9153 29.4185 23.0089 29.2526 23.0391 29.07L24.4153 20.8806C24.6942 19.1741 25.6166 17.6409 26.9911 16.5994C27.05 16.5578 27.1133 16.523 27.1799 16.4955L32.0939 14.4099C32.2735 14.3405 32.4279 14.218 32.5366 14.0585C32.6454 13.8991 32.7033 13.7102 32.7028 13.517V11.7922C32.7022 11.6308 32.6618 11.4721 32.5853 11.3302C32.5088 11.1883 32.3986 11.0676 32.2644 10.9788L27.8801 8.05534L27.7279 8.37949C27.6912 8.45987 27.6343 8.52924 27.5627 8.58073C27.4912 8.63222 27.4075 8.66405 27.3199 8.67306H27.2407C27.1144 8.67245 26.9927 8.62548 26.8985 8.54099C26.8043 8.45651 26.7441 8.34034 26.7292 8.21436C26.7333 8.18801 26.7333 8.1612 26.7292 8.13485C26.6623 7.13182 25.895 6.5508 24.4701 6.3979H24.1596V6.70982C24.0954 7.22839 24.1799 7.75457 24.4032 8.22659C24.6833 8.74645 24.7137 8.78315 25.4444 8.99109C25.5774 9.0286 25.6908 9.11624 25.761 9.23574C25.7948 9.29573 25.815 9.36242 25.8202 9.43111C25.8255 9.4998 25.8157 9.56881 25.7915 9.63327C25.7641 9.74151 25.701 9.83726 25.6126 9.90498C25.5242 9.97271 25.4155 10.0084 25.3044 10.0064H25.0912L24.9877 10.1593C24.6396 10.642 24.1817 11.0343 23.6521 11.3035C23.1225 11.5726 22.5366 11.7108 21.9431 11.7066H15.2875L15.3788 12.1042C15.5239 12.6795 15.5111 13.2836 15.3417 13.8522C15.1723 14.4208 14.8526 14.9327 14.4167 15.3334C13.8246 15.8579 13.4453 16.5828 13.3511 17.37C13.2943 18.1053 12.969 18.7936 12.4377 19.3027C11.6583 20.0489 9.87413 20.5932 8.20567 20.5932C7.63755 20.6104 7.07082 20.5276 6.53112 20.3485C6.19063 20.2512 5.88562 20.0566 5.6532 19.7885C5.42077 19.5203 5.27095 19.19 5.22192 18.8379C5.12989 18.2726 4.91946 17.7333 4.60456 17.2557C4.28966 16.7781 3.87744 16.3731 3.39514 16.0673L2.90799 15.7371V28.9844C2.90798 29.0853 2.92787 29.1852 2.96651 29.2784C3.00514 29.3715 3.06176 29.4561 3.13308 29.5271C3.20441 29.5982 3.28903 29.6544 3.38208 29.6924C3.47513 29.7305 3.57477 29.7497 3.67524 29.7489H4.33897C4.54198 29.7489 4.73686 29.6687 4.88154 29.5257C5.02622 29.3827 5.10911 29.1882 5.1123 28.9844V24.7032C5.1129 24.5561 5.15064 24.4117 5.222 24.2833C5.29336 24.1549 5.396 24.0469 5.52029 23.9692C5.66142 23.8765 5.82662 23.8276 5.99526 23.8286C6.12341 23.8271 6.25027 23.8543 6.36669 23.9081C8.46268 24.7346 10.6976 25.1478 12.9492 25.1252C15.1529 25.1314 17.3347 24.686 19.3612 23.8163C19.4751 23.7901 19.5914 23.7757 19.7083 23.7735V23.7919ZM6.84775 18.8073C7.26305 18.9917 7.71568 19.0755 8.16913 19.052C8.42154 19.0567 8.67393 19.0424 8.9242 19.0091C9.77951 18.9555 10.6044 18.6702 11.3112 18.1835C11.6042 17.9038 11.775 17.519 11.7862 17.1132C11.9155 16.0032 12.4439 14.9789 13.272 14.2325C13.5384 13.9974 13.731 13.6895 13.8262 13.3463C13.9213 13.0031 13.9149 12.6395 13.8078 12.2999C13.7575 12.1479 13.6943 12.0006 13.619 11.8595L13.5277 11.6944H6.48849C5.78196 11.6968 5.09128 11.9049 4.50011 12.2935C3.90893 12.6821 3.44262 13.2346 3.15765 13.8839L3.02978 14.1897L3.34642 14.3059C4.22105 14.6728 4.98722 15.2592 5.57151 16.0088C6.1558 16.7585 6.53864 17.6463 6.68335 18.5871V18.7339L6.81122 18.8318L6.84775 18.8073ZM4.6617 5.00345C4.76451 5.10783 4.89247 5.18368 5.03314 5.22363C5.06534 5.22961 5.09837 5.22961 5.13057 5.22363C5.203 5.21934 5.27382 5.20033 5.33872 5.16774C5.40362 5.13515 5.46125 5.08965 5.50812 5.03402L5.58119 4.96675C5.82013 4.68186 6.12264 4.45765 6.46412 4.31234L7.12178 4.07992L6.51285 3.73132C6.24994 3.58582 5.95443 3.51004 5.65426 3.51114C5.41732 3.51444 5.18263 3.55785 4.96007 3.63957C4.81724 3.6868 4.69033 3.77303 4.59354 3.88861C4.49675 4.00419 4.4339 4.14456 4.41204 4.29399V4.4102L4.47903 4.51417C4.5423 4.59223 4.57861 4.68881 4.58254 4.78939V4.89947L4.6617 5.00345Z" fill="black"/>
9
+ <path d="M5.60515 2.54479C6.23578 2.58337 6.8422 2.8026 7.35264 3.17655C7.86308 3.55049 8.25618 4.06348 8.48539 4.65482C8.51304 4.73427 8.52084 4.81932 8.5081 4.9025C8.49536 4.98568 8.46247 5.06445 8.41232 5.13187C8.36966 5.18327 8.31671 5.22508 8.25691 5.25458C8.19711 5.28408 8.1318 5.30062 8.06523 5.30312C8.03507 5.30905 8.00405 5.30905 7.97389 5.30312C7.70343 5.24438 7.42835 5.20959 7.15183 5.19915C6.972 5.20272 6.7952 5.24625 6.63411 5.32662C6.47303 5.40698 6.33166 5.52219 6.22018 5.66396L6.1532 5.73736C6.01389 5.88452 5.84689 6.00246 5.66189 6.08434C5.47688 6.16623 5.27753 6.21044 5.07539 6.21441C4.96481 6.21365 4.85463 6.20136 4.74658 6.17771C4.52773 6.12658 4.3209 6.0331 4.13765 5.90249L3.86363 5.68843L3.6444 5.95754C2.67012 7.1257 1.15999 9.39474 1.93941 11.5965L2.15864 12.1775L2.5727 11.7249C3.07101 11.1785 3.67686 10.742 4.3519 10.443C5.02693 10.144 5.75644 9.98905 6.4942 9.98799H21.9062C22.182 9.99125 22.4556 9.9388 22.7109 9.83373C22.9661 9.72866 23.1977 9.57313 23.3919 9.37639L23.6233 9.13175L23.4041 8.87487C23.2675 8.70964 23.1471 8.53144 23.0449 8.34278C22.6046 7.34919 22.4628 6.24809 22.6369 5.17469C22.6646 5.08512 22.7193 5.0064 22.7935 4.94942C22.8677 4.89245 22.9576 4.86003 23.0509 4.85665H23.1788C24.3407 4.88263 25.4652 5.27409 26.394 5.97588L26.4853 6.04316H27.6362C27.7951 6.04445 27.9508 6.08881 28.0868 6.17159L33.1774 9.58433C33.542 9.82865 33.8406 10.1598 34.0468 10.5483C34.2529 10.9367 34.3601 11.3704 34.3587 11.8106V13.5597C34.3567 14.0836 34.2008 14.5952 33.9105 15.0304C33.6202 15.4656 33.2084 15.805 32.7268 16.0062L27.9589 18.0306H27.9102L27.8675 18.0673C26.9035 18.8251 26.2528 19.9143 26.0408 21.1253L24.7072 29.4064C24.6152 29.9864 24.3184 30.5137 23.8712 30.8922C23.424 31.2706 22.8562 31.4748 22.2715 31.4675H21.3642C20.7182 31.4675 20.0987 31.2097 19.6419 30.7509C19.1851 30.2921 18.9285 29.6699 18.9285 29.0211V25.9325L18.4292 26.0976C16.6566 26.6603 14.8078 26.943 12.9488 26.9355C11.008 26.9315 9.07793 26.6452 7.21883 26.0854L6.73167 25.9325V29.0211C6.73167 29.6699 6.47506 30.2921 6.01827 30.7509C5.56149 31.2097 4.94195 31.4675 4.29596 31.4675H3.63833C2.99234 31.4675 2.3728 31.2097 1.91602 30.7509C1.45923 30.2921 1.20262 29.6699 1.20262 29.0211V15.3395C1.1994 14.6612 1.32548 13.9886 1.57405 13.3579L1.64105 13.1744L1.53752 13.0093C0.404914 11.3213 0.411002 9.30299 1.57405 7.17462C2.0522 6.30902 2.63736 5.50759 3.3156 4.78937L3.4191 4.67317V4.50803C3.38722 4.10922 3.49006 3.71126 3.71102 3.37837C3.93199 3.04547 4.25818 2.79706 4.63696 2.67323C4.96305 2.57345 5.30095 2.51792 5.64169 2.5081M5.13629 5.24808C5.29528 5.2378 5.44393 5.16534 5.55035 5.04625L5.62342 4.97897C5.85382 4.70104 6.14578 4.48112 6.47593 4.33678L7.25536 4.05545L6.48811 3.71907C6.21297 3.56969 5.90573 3.48991 5.59298 3.48666C5.35179 3.48681 5.11256 3.53031 4.88662 3.6151C4.73484 3.66519 4.60013 3.75712 4.49785 3.8804C4.39557 4.00367 4.32984 4.15334 4.30815 4.31232V4.46523L4.3873 4.58143C4.4454 4.65254 4.47952 4.74035 4.48473 4.83219V4.96062L4.57606 5.05848C4.68532 5.1696 4.82187 5.24978 4.97188 5.29089C5.0095 5.30306 5.04996 5.30306 5.08758 5.29089M25.2309 9.94518H24.9934L24.8655 10.1164C24.521 10.5914 24.0694 10.9776 23.5475 11.2434C23.0257 11.5092 22.4486 11.647 21.8635 11.6454H15.1653L15.2689 12.1103C15.4097 12.6753 15.3958 13.268 15.2285 13.8258C15.0613 14.3835 14.747 14.8854 14.3189 15.2783C13.7148 15.8103 13.3304 16.5498 13.2411 17.3517C13.1744 18.0688 12.8522 18.7377 12.3338 19.2354C11.5544 19.9816 9.79458 20.5198 8.13829 20.5198C7.57837 20.5333 7.02027 20.4506 6.48811 20.2751C6.15468 20.1854 5.85549 19.9977 5.62879 19.7363C5.40209 19.4748 5.25818 19.1513 5.21545 18.8073C5.12041 18.2327 4.90589 17.6846 4.58589 17.1988C4.26589 16.713 3.84758 16.3004 3.35821 15.9878L2.77974 15.6025V28.9477C2.77973 29.1672 2.86614 29.3779 3.02013 29.5337C3.17412 29.6895 3.38321 29.7778 3.60179 29.7794H4.26552C4.48524 29.7779 4.6956 29.6899 4.85154 29.5344C5.00747 29.379 5.09657 29.1683 5.09975 28.9477V24.6664C5.0992 24.5286 5.13356 24.3928 5.1996 24.2719C5.26564 24.151 5.36119 24.0489 5.47728 23.9753C5.61571 23.8931 5.77318 23.8489 5.93398 23.8469C6.0551 23.8448 6.1747 23.8743 6.28107 23.9325C8.41063 24.7906 10.6848 25.2287 12.9793 25.223C15.1898 25.2263 17.3778 24.7768 19.4096 23.9019C19.5023 23.8565 19.6049 23.8355 19.7079 23.8408C19.8726 23.8411 20.0335 23.89 20.1707 23.9815C20.2844 24.0556 20.3779 24.1571 20.4428 24.2767C20.5076 24.3963 20.5418 24.5303 20.5422 24.6664V28.9477C20.5421 29.1678 20.6284 29.3791 20.7822 29.5359C20.936 29.6926 21.1451 29.7823 21.3642 29.7856H22.2715C22.4694 29.7893 22.6619 29.7206 22.8132 29.5923C22.9644 29.464 23.064 29.2849 23.0936 29.0883L24.4636 20.8867C24.7406 19.2006 25.6545 17.6868 27.0151 16.6606C27.071 16.6229 27.1301 16.5901 27.1917 16.5627L32.1118 14.4772C32.2948 14.395 32.4499 14.2609 32.558 14.0914C32.6662 13.9219 32.7228 13.7244 32.7207 13.5231V11.7922C32.7175 11.6219 32.6738 11.4547 32.5933 11.3047C32.5128 11.1547 32.3978 11.0262 32.2579 10.9299L27.8006 8.00029L27.6179 8.3856C27.5828 8.45409 27.5318 8.51313 27.4693 8.55782C27.4068 8.6025 27.3346 8.63153 27.2586 8.64247H27.1917C27.0805 8.64179 26.9734 8.60042 26.8905 8.52611C26.8075 8.4518 26.7544 8.34965 26.741 8.23881C26.7462 8.2105 26.7462 8.18149 26.741 8.15319C26.6741 7.11958 25.8946 6.51409 24.4332 6.37342L24.0618 6.32449L24.0252 6.69757C23.967 7.22717 24.0555 7.76264 24.281 8.24492C24.5611 8.79536 24.622 8.85653 25.3588 9.05224C25.4773 9.08583 25.5779 9.16492 25.6389 9.27242C25.6688 9.32479 25.6874 9.38283 25.6937 9.44286C25.7 9.50288 25.6938 9.56356 25.6754 9.62103C25.651 9.71747 25.5952 9.80296 25.5169 9.8639C25.4385 9.92485 25.3422 9.95776 25.2431 9.95741M8.1931 19.1314C8.45781 19.135 8.72243 19.1186 8.98471 19.0825C9.85769 19.0325 10.7002 18.7427 11.4204 18.2446C11.5707 18.1018 11.6912 17.9304 11.7748 17.7403C11.8584 17.5503 11.9036 17.3454 11.9076 17.1376C12.0321 16.0411 12.5572 15.0299 13.3812 14.2998C13.6565 14.0576 13.8546 13.7394 13.951 13.3848C14.0474 13.0303 14.0377 12.655 13.9231 12.306C13.8707 12.1499 13.8056 11.9986 13.7283 11.8534L13.6247 11.6516H6.48811C5.76973 11.6534 5.06735 11.8647 4.46631 12.26C3.86528 12.6552 3.39147 13.2172 3.10247 13.8778L2.95024 14.2386L3.32167 14.3793C4.18494 14.7401 4.94196 15.3167 5.52071 16.0542C6.09946 16.7918 6.4807 17.6659 6.62817 18.5932V18.7828L6.78647 18.8746C7.206 19.0738 7.66919 19.1622 8.13222 19.1314M5.56862 2.45305C5.21807 2.45329 4.8701 2.51327 4.53953 2.63042C4.14039 2.75974 3.79529 3.01847 3.55835 3.36604C3.32141 3.7136 3.20604 4.13033 3.23034 4.55085V4.66706L3.15727 4.74656C2.47183 5.46754 1.88049 6.27317 1.39748 7.14405C0.222248 9.31523 0.179623 11.3763 1.39748 13.101L1.46445 13.205L1.42182 13.3335C1.16337 13.9766 1.03303 14.6644 1.03819 15.3579V28.9844C1.03819 29.3241 1.10482 29.6605 1.23426 29.9744C1.36371 30.2883 1.55345 30.5735 1.79263 30.8137C2.03181 31.0539 2.31576 31.2445 2.62827 31.3745C2.94077 31.5045 3.27571 31.5714 3.61397 31.5714H4.2716C4.60985 31.5714 4.94481 31.5045 5.25732 31.3745C5.56982 31.2445 5.85378 31.0539 6.09296 30.8137C6.33214 30.5735 6.52186 30.2883 6.6513 29.9744C6.78075 29.6605 6.84737 29.3241 6.84737 28.9844V26.0609L7.18229 26.1649C9.05207 26.7343 10.995 27.0249 12.9488 27.0272C14.8084 27.0307 16.6573 26.7439 18.4292 26.1771L18.7763 26.0609V28.9844C18.7779 29.67 19.0498 30.3271 19.5325 30.8119C20.0152 31.2967 20.6694 31.5698 21.352 31.5714H22.3202C22.9287 31.5727 23.5179 31.3569 23.9829 30.9627C24.4479 30.5685 24.7585 30.0213 24.8595 29.4186L26.2174 21.2048C26.4187 20.018 27.0445 18.9458 27.9772 18.1896H28.0137H28.0502L32.8121 16.1652C33.3262 15.9424 33.7618 15.5697 34.0626 15.0954C34.3633 14.621 34.5153 14.0668 34.4988 13.5047V11.7555C34.502 11.2982 34.3925 10.8472 34.18 10.4427C33.9675 10.0383 33.6586 9.69296 33.2809 9.43755L28.1903 6.02481C28.0372 5.92231 27.8567 5.86899 27.6727 5.87191H26.5584L26.4853 5.8291C25.5381 5.1153 24.393 4.71556 23.2093 4.6854H23.0814C22.9648 4.68616 22.8515 4.72379 22.7575 4.79297C22.6635 4.86214 22.5936 4.95934 22.5577 5.07071C22.3701 6.17451 22.5142 7.30943 22.9718 8.33055C23.0791 8.53145 23.2077 8.72011 23.3554 8.89323L23.5198 9.06448L23.3554 9.24184C23.1757 9.4341 22.9587 9.58751 22.7179 9.69267C22.4771 9.79783 22.2175 9.85254 21.9549 9.85344H6.48811C5.73512 9.85336 4.99038 10.0111 4.30152 10.3165C3.61265 10.6219 2.9948 11.0682 2.48745 11.6271L2.19517 11.939L2.04902 11.5292C1.28177 9.40086 2.76756 7.16239 3.72966 6.02481L3.8758 5.83522L4.07676 5.97588C4.27302 6.11779 4.494 6.22151 4.7283 6.28168C4.84271 6.30497 4.95876 6.31927 5.07539 6.32449C5.29246 6.31983 5.50646 6.27203 5.70504 6.18385C5.90361 6.09568 6.08283 5.96887 6.23235 5.81075L6.30543 5.74347C6.64035 5.40709 6.81083 5.30312 7.15183 5.30312C7.42031 5.31359 7.68729 5.34839 7.94953 5.40709C7.9878 5.41383 8.02695 5.41383 8.06523 5.40709C8.14904 5.40366 8.23125 5.38288 8.30669 5.34605C8.38214 5.30921 8.4492 5.25712 8.50366 5.19303C8.57769 5.11184 8.62638 5.01062 8.6437 4.9019C8.66101 4.79319 8.6462 4.68177 8.60109 4.58143C8.26009 3.8047 7.25535 2.42859 5.60515 2.42859L5.56862 2.45305ZM4.35076 4.43464V4.33067C4.36857 4.19197 4.42482 4.06109 4.5131 3.95296C4.60139 3.84482 4.71816 3.76377 4.85009 3.71907C5.06555 3.64386 5.29182 3.6046 5.51991 3.60286C5.81407 3.60354 6.10323 3.6793 6.36024 3.82304L6.85347 4.09826L6.3237 4.30009C5.97427 4.44645 5.6636 4.67261 5.41639 4.96062L5.34941 5.03401C5.30682 5.08143 5.2553 5.11991 5.19781 5.1472C5.14033 5.1745 5.07801 5.19007 5.01449 5.19303H4.94142C4.82883 5.13402 4.73259 5.04786 4.66132 4.94227L4.59435 4.875V4.77103C4.57757 4.65825 4.53821 4.55006 4.47865 4.45299L4.35076 4.43464ZM25.1822 10.0797C25.3065 10.0813 25.4279 10.0413 25.5271 9.96604C25.6263 9.89075 25.6978 9.78443 25.7302 9.66384C25.751 9.59181 25.7574 9.51636 25.749 9.44184C25.7407 9.36731 25.7177 9.29518 25.6815 9.2296C25.645 9.16269 25.5954 9.10385 25.5358 9.05656C25.4762 9.00928 25.4077 8.97453 25.3344 8.95438C24.6159 8.74032 24.5794 8.72197 24.3236 8.20823C24.1069 7.74723 24.0226 7.23466 24.08 6.72815V6.47128L24.3358 6.50797C25.7302 6.64864 26.4731 7.21744 26.5401 8.18377C26.5333 8.21397 26.5333 8.24531 26.5401 8.27551C26.5578 8.41388 26.6251 8.54106 26.7292 8.63333C26.8334 8.72561 26.9675 8.77668 27.1064 8.77702C27.1324 8.7835 27.1596 8.7835 27.1856 8.77702C27.2798 8.76175 27.3691 8.72446 27.4463 8.66815C27.5235 8.61185 27.5865 8.53811 27.6301 8.45287L27.7579 8.18377L32.0813 11.0705C32.2058 11.1568 32.3079 11.2718 32.3789 11.4059C32.4499 11.54 32.4878 11.6893 32.4893 11.8411V13.5903C32.4902 13.7703 32.4372 13.9463 32.3373 14.0957C32.2374 14.2451 32.0952 14.3609 31.9291 14.4282L27.0272 16.5016C26.9567 16.5338 26.8894 16.5727 26.8263 16.6178C25.4449 17.656 24.5157 19.1896 24.2323 20.899L22.8622 29.0944C22.8385 29.2652 22.7538 29.4214 22.6238 29.534C22.4938 29.6465 22.3274 29.7077 22.1558 29.706H21.2485C21.1549 29.7052 21.0625 29.6859 20.9763 29.6492C20.8902 29.6125 20.8121 29.5592 20.7465 29.4921C20.6809 29.4251 20.6291 29.3458 20.5941 29.2587C20.559 29.1715 20.5413 29.0783 20.5422 28.9844V24.7031C20.5459 24.5474 20.5084 24.3934 20.4335 24.2569C20.3586 24.1205 20.249 24.0064 20.1159 23.9264C19.9593 23.8267 19.7777 23.7737 19.5922 23.7735C19.4732 23.7727 19.3553 23.7956 19.2452 23.8408C17.2654 24.686 15.1366 25.1228 12.9854 25.1251C10.7072 25.1311 8.44935 24.695 6.33587 23.8408C6.21336 23.7859 6.08029 23.7587 5.94615 23.7613C5.76623 23.7616 5.58965 23.8102 5.43465 23.9019C5.30159 23.986 5.19171 24.1023 5.1151 24.2402C5.03849 24.378 4.99761 24.533 4.99623 24.6909V28.9721C4.99544 29.0666 4.97602 29.16 4.9391 29.2469C4.90218 29.3338 4.84848 29.4126 4.78111 29.4785C4.71374 29.5445 4.63404 29.5964 4.54659 29.6312C4.45914 29.6661 4.36567 29.6832 4.2716 29.6816H3.61397C3.52121 29.6816 3.42936 29.6632 3.34366 29.6276C3.25796 29.5919 3.18008 29.5397 3.11449 29.4738C3.0489 29.4079 2.99688 29.3297 2.96139 29.2436C2.92589 29.1576 2.90761 29.0653 2.90761 28.9721V15.8104L3.3095 16.0673C3.79015 16.3677 4.20163 16.7673 4.5166 17.2398C4.83157 17.7122 5.04282 18.2465 5.13629 18.8073C5.18098 19.1726 5.33191 19.5165 5.57018 19.7961C5.80845 20.0756 6.12351 20.2784 6.47593 20.3791C7.01992 20.5589 7.59007 20.6457 8.16266 20.636C9.8433 20.636 11.6396 20.0855 12.4252 19.3272C12.9679 18.813 13.3037 18.1165 13.369 17.37C13.4577 16.5896 13.8255 15.868 14.4042 15.3395C14.8474 14.932 15.1721 14.4112 15.3437 13.8328C15.5153 13.2543 15.5273 12.64 15.3785 12.0552L15.3115 11.7311H21.8818C22.4855 11.7348 23.0815 11.5942 23.6204 11.3208C24.1593 11.0475 24.6258 10.6494 24.9812 10.1592L25.0726 10.0369H25.2613L25.1822 10.0797ZM3.06593 14.1714L3.16944 13.9267C3.44613 13.2867 3.90309 12.7419 4.48408 12.3594C5.06506 11.9769 5.74472 11.7734 6.4394 11.7739H13.4542L13.5273 11.9084C13.5997 12.048 13.6608 12.1932 13.71 12.3427C13.8201 12.6713 13.8291 13.0257 13.7357 13.3596C13.6423 13.6934 13.4508 13.9913 13.1863 14.2142C12.3517 14.9731 11.8176 16.0089 11.6823 17.1315C11.6719 17.5218 11.5102 17.8927 11.2317 18.1651C10.5337 18.6451 9.71936 18.9262 8.87511 18.9785C8.61695 19.0151 8.35636 19.0314 8.09568 19.0275C7.65138 19.0499 7.20782 18.9705 6.79866 18.7951L6.68297 18.7217V18.5932C6.5309 17.6499 6.14109 16.7613 5.55063 16.0119C4.96017 15.2626 4.18867 14.6774 3.3095 14.312L3.07811 14.1958L3.06593 14.1714Z" fill="#1D1D1D"/>
10
+ </g>
11
+ <defs>
12
+ <linearGradient id="paint0_linear_4088_33999" x1="2.75566" y1="18.055" x2="32.7636" y2="18.055" gradientUnits="userSpaceOnUse">
13
+ <stop stop-color="#EFC530"/>
14
+ <stop offset="1" stop-color="#FCEDB6"/>
15
+ </linearGradient>
16
+ <linearGradient id="paint1_linear_4088_33999" x1="2.92624" y1="15.364" x2="14.0087" y2="15.364" gradientUnits="userSpaceOnUse">
17
+ <stop stop-color="#F37C1C"/>
18
+ <stop offset="1" stop-color="#FCC191"/>
19
+ </linearGradient>
20
+ <linearGradient id="paint2_linear_4088_33999" x1="4.25951" y1="4.3735" x2="7.28588" y2="4.3735" gradientUnits="userSpaceOnUse">
21
+ <stop stop-color="#EFC530"/>
22
+ <stop offset="1" stop-color="#FCEDB6"/>
23
+ </linearGradient>
24
+ <clipPath id="clip0_4088_33999">
25
+ <rect width="34" height="34" fill="white" transform="translate(0.5)"/>
26
+ </clipPath>
27
+ </defs>
23
28
  </svg>
@@ -1,17 +1,21 @@
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
- .st1{fill:#1d1d1d}
4
- </style>
5
- <linearGradient id="SVGID_1_" x1="256" x2="256" y1="401" y2="111" 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="M111 111H401V401H111z"/>
10
- <path d="M497 231c8.3 0 15-6.7 15-15s-6.7-15-15-15h-66v-50h66c8.3 0 15-6.7 15-15s-6.7-15-15-15h-66v-10c0-16.5-13.5-30-30-30h-10V15c0-8.3-6.7-15-15-15s-15 6.7-15 15v66h-50V15c0-8.3-6.7-15-15-15s-15 6.7-15 15v66h-50V15c0-8.3-6.7-15-15-15s-15 6.7-15 15v66h-50V15c0-8.3-6.7-15-15-15s-15 6.7-15 15v66h-10c-16.5 0-30 13.5-30 30v10H15c-8.3 0-15 6.7-15 15s6.7 15 15 15h66v50H15c-8.3 0-15 6.7-15 15s6.7 15 15 15h66v50H15c-8.3 0-15 6.7-15 15s6.7 15 15 15h66v50H15c-8.3 0-15 6.7-15 15s6.7 15 15 15h66v10c0 16.5 13.5 30 30 30h10v66c0 8.3 6.7 15 15 15s15-6.7 15-15v-66h50v66c0 8.3 6.7 15 15 15s15-6.7 15-15v-66h50v66c0 8.3 6.7 15 15 15s15-6.7 15-15v-66h50v66c0 8.3 6.7 15 15 15s15-6.7 15-15v-66h10c16.5 0 30-13.5 30-30v-10h66c8.3 0 15-6.7 15-15s-6.7-15-15-15h-66v-50h66c8.3 0 15-6.7 15-15s-6.7-15-15-15h-66v-50h66zm-96 170H111V111h290c0 298.1.1 290 0 290z" class="st1"/>
11
- <linearGradient id="SVGID_2_" x1="256" x2="256" y1="321" y2="191" gradientUnits="userSpaceOnUse">
12
- <stop offset="0" stop-color="#EFC530"/>
13
- <stop offset="1" stop-color="#FCEDB6"/>
14
- </linearGradient>
15
- <path fill="url(#SVGID_2_)" stroke="#000000" stroke-miterlimit="10" d="M212.2 191L299.8 191 321 212.2 321 299.8 299.8 321 212.2 321 191 299.8 191 212.2z"/>
16
- <path d="M316.6 165.4c-2.8-2.8-6.6-4.4-10.6-4.4H206c-4 0-7.8 1.6-10.6 4.4l-30 30c-2.8 2.8-4.4 6.6-4.4 10.6v100c0 4 1.6 7.8 4.4 10.6l30 30c2.8 2.8 6.6 4.4 10.6 4.4h100c4 0 7.8-1.6 10.6-4.4l30-30c2.8-2.8 4.4-6.6 4.4-10.6V206c0-4-1.6-7.8-4.4-10.6l-30-30zm4.4 134.4L299.8 321h-87.6L191 299.8v-87.6l21.2-21.2h87.6l21.2 21.2v87.6z" class="st1"/>
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_33981)">
3
+ <path d="M7.875 7.37476H27.1255V26.6253H7.875V7.37476Z" fill="url(#paint0_linear_4088_33981)" stroke="black" stroke-miterlimit="10"/>
4
+ <path d="M33.5044 15.381C33.7684 15.381 34.0217 15.2761 34.2084 15.0894C34.3952 14.9026 34.5001 14.6494 34.5001 14.3853C34.5001 14.2545 34.4743 14.1251 34.4243 14.0042C34.3742 13.8834 34.3009 13.7737 34.2084 13.6812C34.116 13.5888 34.0062 13.5154 33.8854 13.4654C33.7646 13.4153 33.6351 13.3896 33.5044 13.3896H29.1248V10.0705H33.5044C33.7684 10.0705 34.0217 9.96563 34.2084 9.7789C34.3952 9.59217 34.5001 9.3389 34.5001 9.07482C34.5001 8.81074 34.3952 8.55749 34.2084 8.37076C34.0217 8.18402 33.7684 8.07912 33.5044 8.07912H29.1248V7.4153C29.1227 6.88565 28.9114 6.3783 28.5368 6.00377C28.1623 5.62925 27.655 5.41791 27.1253 5.41578H26.4615V1.03625C26.4615 0.772171 26.3566 0.518899 26.1698 0.332166C25.9831 0.145434 25.7299 0.0405273 25.4658 0.0405273C25.2017 0.0405273 24.9484 0.145434 24.7617 0.332166C24.575 0.518899 24.47 0.772171 24.47 1.03625V5.41578H21.151V1.03625C21.151 0.772171 21.0461 0.518899 20.8594 0.332166C20.6726 0.145434 20.4194 0.0405273 20.1553 0.0405273C19.8912 0.0405273 19.638 0.145434 19.4512 0.332166C19.2645 0.518899 19.1596 0.772171 19.1596 1.03625V5.41578H15.881V1.03625C15.881 0.772171 15.7761 0.518899 15.5894 0.332166C15.4027 0.145434 15.1494 0.0405273 14.8853 0.0405273C14.6212 0.0405273 14.368 0.145434 14.1812 0.332166C13.9945 0.518899 13.8896 0.772171 13.8896 1.03625V5.41578H10.5705V1.03625C10.5705 0.772171 10.4656 0.518899 10.2789 0.332166C10.0921 0.145434 9.83892 0.0405273 9.57484 0.0405273C9.31076 0.0405273 9.05749 0.145434 8.87076 0.332166C8.68402 0.518899 8.57909 0.772171 8.57909 1.03625V5.41578H7.91528C7.38563 5.41791 6.87832 5.62925 6.5038 6.00377C6.12928 6.3783 5.91791 6.88565 5.91578 7.4153V8.07912H1.53628C1.2722 8.07912 1.01892 8.18402 0.832191 8.37076C0.645458 8.55749 0.540527 8.81074 0.540527 9.07482C0.540527 9.3389 0.645458 9.59217 0.832191 9.7789C1.01892 9.96563 1.2722 10.0705 1.53628 10.0705H5.91578V13.3896H1.53628C1.40552 13.3896 1.27604 13.4153 1.15523 13.4654C1.03442 13.5154 0.924652 13.5888 0.832191 13.6812C0.73973 13.7737 0.666361 13.8834 0.616321 14.0042C0.566282 14.1251 0.540527 14.2545 0.540527 14.3853C0.540527 14.6494 0.645458 14.9026 0.832191 15.0894C1.01892 15.2761 1.2722 15.381 1.53628 15.381H5.91578V18.7001H1.53628C1.40552 18.7001 1.27604 18.7258 1.15523 18.7759C1.03442 18.8259 0.924652 18.8992 0.832191 18.9917C0.73973 19.0842 0.666361 19.1939 0.616321 19.3147C0.566282 19.4355 0.540527 19.565 0.540527 19.6958C0.540527 19.9598 0.645458 20.2131 0.832191 20.3998C1.01892 20.5866 1.2722 20.6915 1.53628 20.6915H5.91578V24.0105H1.53628C1.2722 24.0105 1.01892 24.1154 0.832191 24.3022C0.645458 24.4889 0.540527 24.7422 0.540527 25.0063C0.540527 25.2703 0.645458 25.5236 0.832191 25.7103C1.01892 25.8971 1.2722 26.002 1.53628 26.002H5.91578V26.6658C5.91791 27.1954 6.12928 27.7028 6.5038 28.0773C6.87832 28.4518 7.38563 28.6632 7.91528 28.6653H8.57909V33.0448C8.57909 33.3089 8.68402 33.5622 8.87076 33.7489C9.05749 33.9356 9.31076 34.0405 9.57484 34.0405C9.83892 34.0405 10.0921 33.9356 10.2789 33.7489C10.4656 33.5622 10.5705 33.3089 10.5705 33.0448V28.6653H13.8896V33.0448C13.8896 33.3089 13.9945 33.5622 14.1812 33.7489C14.368 33.9356 14.6212 34.0405 14.8853 34.0405C15.1494 34.0405 15.4027 33.9356 15.5894 33.7489C15.7761 33.5622 15.881 33.3089 15.881 33.0448V28.6653H19.2V33.0448C19.2 33.3089 19.305 33.5622 19.4917 33.7489C19.6784 33.9356 19.9317 34.0405 20.1958 34.0405C20.4599 34.0405 20.7131 33.9356 20.8999 33.7489C21.0866 33.5622 21.1915 33.3089 21.1915 33.0448V28.6653H24.5105V33.0448C24.5105 33.3089 24.6154 33.5622 24.8022 33.7489C24.9889 33.9356 25.2422 34.0405 25.5063 34.0405C25.7703 34.0405 26.0236 33.9356 26.2103 33.7489C26.3971 33.5622 26.502 33.3089 26.502 33.0448V28.6653H27.1658C27.6954 28.6632 28.2028 28.4518 28.5773 28.0773C28.9518 27.7028 29.1631 27.1954 29.1653 26.6658V26.002H33.5448C33.6756 26.002 33.8051 25.9762 33.9259 25.9262C34.0467 25.8761 34.1565 25.8028 34.2489 25.7103C34.3414 25.6179 34.4147 25.5081 34.4647 25.3873C34.5148 25.2665 34.5405 25.137 34.5405 25.0063C34.5405 24.8755 34.5148 24.746 34.4647 24.6252C34.4147 24.5044 34.3414 24.3946 34.2489 24.3022C34.1565 24.2097 34.0467 24.1364 33.9259 24.0863C33.8051 24.0363 33.6756 24.0105 33.5448 24.0105H29.1653V20.6915H33.5448C33.6756 20.6915 33.8051 20.6657 33.9259 20.6157C34.0467 20.5657 34.1565 20.4923 34.2489 20.3998C34.3414 20.3074 34.4147 20.1976 34.4647 20.0768C34.5148 19.956 34.5405 19.8265 34.5405 19.6958C34.5405 19.565 34.5148 19.4355 34.4647 19.3147C34.4147 19.1939 34.3414 19.0842 34.2489 18.9917C34.1565 18.8992 34.0467 18.8259 33.9259 18.7759C33.8051 18.7258 33.6756 18.7001 33.5448 18.7001H29.1653V15.381H33.5044ZM27.1253 26.6658H7.87481V7.37481H27.1253C27.1253 27.1677 27.1334 26.6253 27.1253 26.6253V26.6658Z" fill="#1D1D1D"/>
5
+ <path d="M14.5941 12.6853H20.4065L21.8151 14.0939V19.9062L20.4065 21.3148H14.5941L13.1855 19.9062V14.0939L14.5941 12.6853Z" fill="url(#paint1_linear_4088_33981)" stroke="black" stroke-miterlimit="10"/>
6
+ <path d="M21.5478 10.9853C21.4553 10.8928 21.3455 10.8195 21.2247 10.7695C21.1038 10.7195 20.9743 10.6938 20.8435 10.6938H14.2054C14.0746 10.6938 13.9451 10.7195 13.8243 10.7695C13.7034 10.8195 13.5936 10.8928 13.5011 10.9853L11.5097 12.9767C11.4172 13.0692 11.3439 13.179 11.2939 13.2999C11.2439 13.4207 11.2182 13.5502 11.2183 13.681V20.3191C11.2182 20.4499 11.2439 20.5794 11.2939 20.7002C11.3439 20.8211 11.4172 20.9309 11.5097 21.0234L13.5011 23.0148C13.5936 23.1072 13.7034 23.1806 13.8243 23.2306C13.9451 23.2806 14.0746 23.3063 14.2054 23.3062H20.8435C20.9743 23.3063 21.1038 23.2806 21.2247 23.2306C21.3455 23.1806 21.4553 23.1072 21.5478 23.0148L23.5392 21.0234C23.6317 20.9309 23.705 20.8211 23.755 20.7002C23.805 20.5794 23.8307 20.4499 23.8307 20.3191V13.681C23.8307 13.5502 23.805 13.4207 23.755 13.2999C23.705 13.179 23.6317 13.0692 23.5392 12.9767L21.5478 10.9853ZM21.8392 19.8901L20.4306 21.2986H14.6183L13.2097 19.8901V14.0777L14.6183 12.6691H20.4306L21.8392 14.0777V19.8901Z" fill="#1D1D1D"/>
7
+ </g>
8
+ <defs>
9
+ <linearGradient id="paint0_linear_4088_33981" x1="17.5002" y1="26.6253" x2="17.5002" y2="7.37476" gradientUnits="userSpaceOnUse">
10
+ <stop stop-color="#F37C1C"/>
11
+ <stop offset="1" stop-color="#FCC191"/>
12
+ </linearGradient>
13
+ <linearGradient id="paint1_linear_4088_33981" x1="17.5003" y1="21.3148" x2="17.5003" y2="12.6853" gradientUnits="userSpaceOnUse">
14
+ <stop stop-color="#EFC530"/>
15
+ <stop offset="1" stop-color="#FCEDB6"/>
16
+ </linearGradient>
17
+ <clipPath id="clip0_4088_33981">
18
+ <rect width="34" height="34" fill="white" transform="translate(0.5)"/>
19
+ </clipPath>
20
+ </defs>
17
21
  </svg>
@@ -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="281.5" x2="281.5" y1="472" y2="112" 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="M124 173L357 173 404 112 447 165 447 472 116 472z"/>
10
- <linearGradient id="SVGID_2_" x1="264" x2="264" y1="164" y2="38.305" 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="M124 160L164 88 180 41 404 38.3 404 93 360 164z"/>
15
- <path d="M419.8 102.3c.1-.8.1-1.5 0-2.3V72c0-24.2-19.6-43.8-43.8-44H192c-24.3 0-44 19.7-44 44v19.1c-.8.7-1.5 1.5-2.1 2.4l-43.8 67.8c-.4.7-.8 1.5-1 2.3v.7c-.2.7-.3 1.5-.4 2.2V476c0 6.4 5 11.7 11.4 12h336c6.6 0 12-5.4 12-12V168c0-2.3-.7-4.6-1.9-6.5l-38.4-59.2zM172 72c0-11 9-20 20-20h184c11 0 20 9 20 20v16H172V72zm-9.4 40H382l-17.8 27.5-10.8 16.5H134.1l28.5-44zM124 180h224v284H124V180zm312 284h-64V171.5l8-12.3 24-37.1 32 49.4V464z" class="st2"/>
16
- <path fill="#FFFFFF" d="M204 320c0 15.5 12.5 28 28 28s28-12.5 28-28c0-9.1-13.3-32-28-52.2-14.7 20.2-28 43.1-28 52.2z"/>
17
- <path d="M222.6 240.5C215.5 249.4 180 295 180 320c0 28.7 23.3 52 52 52s52-23.3 52-52c0-25-35.5-70.6-42.6-79.5-4.5-5.2-12.3-5.7-17.5-1.2-.5.3-.9.7-1.3 1.2zM232 348c-15.5 0-28-12.5-28-28 0-9.1 13.3-32 28-52.2 14.7 20.2 28 43.1 28 52.2 0 15.5-12.5 28-28 28z" 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="M6.17504 10.9982H22.5726L25.8818 6.70276L28.9098 10.436V32.0463H5.60791L6.17504 10.9982Z" fill="url(#paint0_linear_4088_33976)"/>
3
+ <path d="M6.17529 10.1007L8.99124 5.03099L10.1156 1.72682L25.8968 1.53448V5.38607L22.7997 10.3818L6.17529 10.1007Z" fill="url(#paint1_linear_4088_33976)"/>
4
+ <path d="M27.0113 6.06666C27.0163 6.01252 27.0163 5.95806 27.0113 5.90392V3.93128C27.0088 3.11324 26.6837 2.32921 26.1066 1.74938C25.5296 1.16955 24.7471 0.840717 23.9291 0.834229H10.9737C10.1523 0.834229 9.3646 1.16052 8.78379 1.74133C8.20298 2.32214 7.87669 3.10989 7.87669 3.93128V5.2776C7.82118 5.3277 7.77153 5.38395 7.72873 5.44527L4.64648 10.2191C4.61557 10.2696 4.59232 10.3245 4.57744 10.3818V10.4311C4.56286 10.4811 4.55295 10.5322 4.54785 10.584V32.3719C4.54761 32.5889 4.63102 32.7976 4.78074 32.9546C4.93045 33.1117 5.13494 33.205 5.35169 33.2152H29.0234C29.2467 33.2139 29.4604 33.1246 29.6183 32.9667C29.7762 32.8089 29.8654 32.5951 29.8667 32.3719V10.6728C29.8652 10.5121 29.8191 10.3551 29.7336 10.2191L27.0113 6.06666ZM9.56823 3.93128C9.56953 3.55891 9.71802 3.20216 9.98132 2.93886C10.2446 2.67556 10.6014 2.52707 10.9737 2.52577H23.9291C24.3014 2.52707 24.6582 2.67556 24.9215 2.93886C25.1848 3.20216 25.3333 3.55891 25.3346 3.93128V5.05569H9.55343L9.56823 3.93128ZM8.90739 6.74722H24.3483L23.0956 8.68534L22.3362 9.84427H6.90022L8.90739 6.74722ZM6.17528 11.4914H21.9564V31.4792H6.17528V11.4914ZM28.1357 31.4792H23.6283V10.9095L24.1954 10.0465L25.882 7.43271L28.1357 10.9095V31.4792Z" fill="#1D1D1D"/>
5
+ <path d="M11.8169 21.3546C11.8169 21.8778 12.0247 22.3795 12.3947 22.7495C12.7646 23.1194 13.2664 23.3272 13.7895 23.3272C14.3127 23.3272 14.8145 23.1194 15.1844 22.7495C15.5544 22.3795 15.7622 21.8778 15.7622 21.3546C15.7622 20.7135 14.8252 19.1008 13.7895 17.6805C12.7539 19.1107 11.8169 20.7234 11.8169 21.3546Z" fill="white"/>
6
+ <path d="M13.1288 15.7671C12.6356 16.3934 10.1304 19.6039 10.1304 21.3644C10.1304 22.3349 10.5159 23.2657 11.2021 23.9519C11.8884 24.6382 12.8191 25.0237 13.7896 25.0237C14.7601 25.0237 15.6909 24.6382 16.3771 23.9519C17.0634 23.2657 17.4489 22.3349 17.4489 21.3644C17.4489 19.6039 14.9535 16.3934 14.4505 15.7671C14.3755 15.6807 14.2842 15.6099 14.1819 15.5589C14.0795 15.5079 13.968 15.4776 13.8539 15.4699C13.7398 15.4621 13.6253 15.4769 13.5169 15.5135C13.4085 15.5501 13.3085 15.6078 13.2225 15.6832C13.1857 15.7043 13.1538 15.7328 13.1288 15.7671ZM13.7896 23.3371C13.2665 23.3371 12.7647 23.1293 12.3948 22.7593C12.0248 22.3894 11.817 21.8876 11.817 21.3644C11.817 20.7233 12.754 19.1107 13.7896 17.6904C14.8253 19.1107 15.7623 20.7233 15.7623 21.3644C15.7597 21.8859 15.5507 22.3851 15.181 22.7529C14.8114 23.1208 14.3111 23.3272 13.7896 23.3272V23.3371Z" fill="#1D1D1D"/>
7
+ <defs>
8
+ <linearGradient id="paint0_linear_4088_33976" x1="17.2761" y1="32.066" x2="17.2761" y2="6.72248" gradientUnits="userSpaceOnUse">
9
+ <stop stop-color="#F37C1C"/>
10
+ <stop offset="1" stop-color="#FCC191"/>
11
+ </linearGradient>
12
+ <linearGradient id="paint1_linear_4088_33976" x1="16.0434" y1="10.3818" x2="16.0434" y2="1.53448" gradientUnits="userSpaceOnUse">
13
+ <stop stop-color="#EFC530"/>
14
+ <stop offset="1" stop-color="#FCEDB6"/>
15
+ </linearGradient>
16
+ </defs>
18
17
  </svg>
@@ -1,17 +1,22 @@
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
- .st2{fill:#1d1d1d}
4
- </style>
5
- <linearGradient id="SVGID_1_" x1="271" x2="271" y1="466" y2="46" 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="M353 46l-50 60h-58.4l-31.8-30-70.7-30H60v3.7l70.6 69.6 50.4 50.4V466h301V46H353zm94.6 364.4l-21.2 21.2-25.6-25.6H262.2l-25.6 25.6-21.2-21.2 25.6-25.6V247.2l-25.6-25.6 21.2-21.2 25.6 25.6h138.6l25.6-25.6 21.2 21.2-25.6 25.6v137.6l25.6 25.6zM452 166H292.1l75-90H452v90z"/>
10
- <linearGradient id="SVGID_2_" x1="45" x2="45" y1="196" y2="146.744" 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="M32 173.5c-1.3 2.3-2 4.8-2 7.5 0 8.3 6.7 15 15 15s15-6.7 15-15c0-2.7-.7-5.2-2-7.5-5-8.6-9.3-17.6-13-26.8-3.7 9.2-8 18.2-13 26.8z"/>
15
- <path d="M289 76h-31.9l-27.4-27.4-21.2 21.2L154.6 16H30v53c0 31.4-8.3 62.3-24 89.5-3.9 6.8-6 14.6-6 22.5 0 24.8 20.2 45 45 45s45-20.2 45-45c0-7.9-2.1-15.7-6-22.5-13.7-23.7-21.8-50.3-23.6-77.5l44.7 12.8 39.7 39.7-21.2 21.2 27.4 27.4V496h361V16H339l-50 60zM45 196c-8.3 0-15-6.7-15-15 0-2.7.7-5.2 2-7.5 5-8.6 9.3-17.6 13-26.8 3.7 9.2 8 18.2 13 26.8 1.3 2.3 2 4.8 2 7.5 0 8.3-6.7 15-15 15zm75.8-129L60 49.7V46h82.2l45 45-21.2 21.2L120.8 67zM482 46v420H181V169.6l-15-15L229.6 91l15 15H303l50-60h129z" class="st2"/>
16
- <path d="M452 166V76h-84.9l-75 90H452zm-70.9-60H422v30h-65.9l25-30zM447.6 221.6l-21.2-21.2-25.6 25.6H262.2l-25.6-25.6-21.2 21.2 25.6 25.6v137.6l-25.6 25.6 21.2 21.2 25.6-25.6h138.6l25.6 25.6 21.2-21.2-25.6-25.6V247.2l25.6-25.6zM392 376H271V256h121v120z" class="st2"/>
1
+ <svg width="36" height="34" viewBox="0 0 36 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_4088_33997)">
3
+ <path d="M32.0981 29.7423H15.0298V12.674L24.5224 4.10814L32.0981 4.03906V29.7423Z" fill="white"/>
4
+ <path d="M24.3153 2.83587L20.9419 6.8655H16.9986L14.8572 4.83917L10.0849 2.8186H4.52979V3.06613L9.29051 7.76353L12.6927 11.1599V31.1469H32.9962V2.83587H24.3153ZM30.6936 27.4166L29.266 28.8443L27.539 27.1173H18.1902L16.4632 28.8443L15.0299 27.4166L16.7568 25.6896V16.4042L15.0299 14.6772L16.4632 13.2496L18.1902 14.9766H27.5562L29.2832 13.2496L30.7109 14.6772L28.9839 16.4042V25.7069L30.7109 27.4339L30.6936 27.4166ZM30.9929 10.9297H20.205L25.2651 4.85644H31.0102L30.9929 10.9297Z" fill="url(#paint0_linear_4088_33997)"/>
5
+ <path d="M2.65877 11.4362C2.57151 11.5908 2.52589 11.7653 2.52637 11.9428C2.52637 12.21 2.63251 12.4662 2.82143 12.6552C3.01036 12.8441 3.2666 12.9502 3.53378 12.9502C3.66656 12.951 3.79817 12.9255 3.92106 12.8752C4.04395 12.8249 4.15568 12.7508 4.24984 12.6572C4.344 12.5636 4.41872 12.4523 4.46971 12.3297C4.5207 12.2071 4.54694 12.0756 4.54694 11.9428C4.54742 11.7653 4.5018 11.5908 4.41454 11.4362C4.07961 10.8547 3.78532 10.2508 3.53378 9.62866C3.28659 10.2517 2.99414 10.8559 2.65877 11.4362Z" fill="url(#paint1_linear_4088_33997)"/>
6
+ <path d="M19.9977 4.85647H17.8447L15.9968 3.0086L14.5634 4.43624L10.931 0.80957H2.52633V4.40745C2.52418 6.52789 1.96432 8.61046 0.902961 10.4461C0.640633 10.9098 0.501875 11.4331 0.5 11.9659C0.501522 12.77 0.821633 13.5408 1.39024 14.1094C1.95885 14.678 2.72961 14.9981 3.53374 14.9996C4.3384 14.9981 5.10975 14.6782 5.67928 14.1097C6.2488 13.5413 6.57019 12.7705 6.57323 11.9659C6.57223 11.4323 6.4313 10.9083 6.16451 10.4461C5.24299 8.84787 4.6995 7.05988 4.57568 5.21914L7.59215 6.08263L10.269 8.75945L8.83558 10.1871L10.6892 12.035V33.1905H35.0397V0.80957H23.371L19.9977 4.85647ZM3.53374 12.9503C3.26656 12.9503 3.01032 12.8441 2.82139 12.6552C2.63246 12.4663 2.52633 12.21 2.52633 11.9429C2.52585 11.7654 2.57147 11.5908 2.65873 11.4363C2.9941 10.8559 3.28655 10.2518 3.53374 9.62871C3.78528 10.2508 4.07957 10.8548 4.4145 11.4363C4.50176 11.5908 4.54738 11.7654 4.5469 11.9429C4.5469 12.0756 4.52066 12.2071 4.46967 12.3297C4.41868 12.4523 4.34396 12.5636 4.2498 12.6572C4.15564 12.7509 4.04391 12.825 3.92102 12.8752C3.79813 12.9255 3.66652 12.951 3.53374 12.9503ZM8.65137 4.25202L4.5469 3.1007V2.85317H10.0905L13.13 5.88691L11.6966 7.31455L8.65137 4.25202ZM33.0134 2.8359V31.1642H12.7098V11.1715L11.6966 10.1583L15.9911 5.86963L16.9985 6.8828H20.9417L24.3151 2.85317L33.0134 2.8359Z" fill="#1D1D1D"/>
7
+ <path d="M31.01 10.9297V4.85645H25.2533L20.1933 10.9297H31.01ZM26.2262 6.90004H28.9836V8.92061H24.5395L26.2262 6.90004ZM30.7106 14.6945L29.283 13.2669L27.556 14.9938H18.2073L16.4803 13.2669L15.0469 14.6945L16.7739 16.4215V25.7069L15.0469 27.4339L16.4803 28.8615L18.2073 27.1345H27.556L29.283 28.8615L30.7106 27.4339L28.9836 25.7069V16.4042L30.7106 14.6772V14.6945ZM26.9631 25.114H18.8002V17.0029H26.9631V25.114Z" fill="#1D1D1D"/>
8
+ </g>
9
+ <defs>
10
+ <linearGradient id="paint0_linear_4088_33997" x1="18.7832" y1="31.1642" x2="18.7832" y2="2.83587" gradientUnits="userSpaceOnUse">
11
+ <stop stop-color="#F37C1C"/>
12
+ <stop offset="1" stop-color="#FCC191"/>
13
+ </linearGradient>
14
+ <linearGradient id="paint1_linear_4088_33997" x1="3.53378" y1="12.9502" x2="3.53378" y2="9.62866" gradientUnits="userSpaceOnUse">
15
+ <stop stop-color="#EFC530"/>
16
+ <stop offset="1" stop-color="#FCEDB6"/>
17
+ </linearGradient>
18
+ <clipPath id="clip0_4088_33997">
19
+ <rect width="34.5397" height="32.381" fill="white" transform="translate(0.5 0.80957)"/>
20
+ </clipPath>
21
+ </defs>
17
22
  </svg>
@@ -1,29 +1,34 @@
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
- .st4{fill:#1d1d1d}
4
- </style>
5
- <path d="M216 406h80c16.5 0 30-13.5 30-30s-13.5-30-30-30h-80c-16.5 0-30 13.5-30 30s13.5 30 30 30zm0-40h80c5.5 0 10 4.5 10 10s-4.5 10-10 10h-80c-5.5 0-10-4.5-10-10s4.5-10 10-10z"/>
6
- <linearGradient id="SVGID_1_" x1="369.035" x2="369.035" y1="193.166" y2="90.531" gradientUnits="userSpaceOnUse">
7
- <stop offset="0" stop-color="#F37C1C"/>
8
- <stop offset="1" stop-color="#FCC191"/>
9
- </linearGradient>
10
- <path fill="url(#SVGID_1_)" d="M308.9 164.6s67.4-91.9 105.4-71c32.8 18 1.2 99.5 1.2 99.5l-106.6-28.5z"/>
11
- <linearGradient id="SVGID_2_" x1="256" x2="256" y1="472.326" y2="325.998" gradientUnits="userSpaceOnUse">
12
- <stop offset="0" stop-color="#F37C1C"/>
13
- <stop offset="1" stop-color="#FCC191"/>
14
- </linearGradient>
15
- <path fill="url(#SVGID_2_)" d="M66 326v146.3h380V326H66zm230 80h-80c-16.5 0-30-13.5-30-30s13.5-30 30-30h80c16.5 0 30 13.5 30 30s-13.5 30-30 30z"/>
16
- <linearGradient id="SVGID_3_" x1="328.505" x2="328.505" y1="305.997" y2="163.587" gradientUnits="userSpaceOnUse">
17
- <stop offset="0" stop-color="#EFC530"/>
18
- <stop offset="1" stop-color="#FCEDB6"/>
19
- </linearGradient>
20
- <path fill="url(#SVGID_3_)" d="M298.8 166.9l132.4 41.7s29 11.4 10.1 37.9c-19 26.5-34.9 59.5-34.9 59.5H209.3l29.6-80.8-13.1-40.9 28.3-20.7 44.7 3.3z"/>
21
- <linearGradient id="SVGID_4_" x1="146.551" x2="146.551" y1="305.999" y2="42.608" gradientUnits="userSpaceOnUse">
22
- <stop offset="0" stop-color="#EFC530"/>
23
- <stop offset="1" stop-color="#FCEDB6"/>
24
- </linearGradient>
25
- <path fill="url(#SVGID_4_)" d="M121.1 306S21.2 83.9 107.2 46.6s113.6 200.7 113.6 200.7L205.1 306h-84z"/>
26
- <path d="M505.6 186.7c-5.2-2-10.9.6-12.9 5.8L449.1 306h-32.8l7.5-28.1c12.6-5.3 22.2-16.2 25.8-29.5 3.1-11.4 1.5-23.4-4.5-33.8-3-5.1-6.8-9.5-11.4-13 20.8-63.2 17.4-109.8-9.5-125.3-11.9-6.9-33.2-10.2-67.1 12.8-22.7 15.4-46.5 39.5-69.2 69.9l-14.3-3.8c-19.6-5.3-39.8 3.5-49.7 20.2-12.9-40.7-30-77.1-49.2-104.1-24.5-34.4-50.4-50-72.7-44-22.7 6.1-37.3 33.2-41.1 76.3-.5 5.5 3.6 10.4 9.1 10.8 5.5.5 10.4-3.6 10.8-9.1 2.9-33.2 12.8-55.1 26.4-58.8 13.3-3.6 32.5 10 51.3 36.3 21.3 29.8 39.9 72.2 52.6 119.4 4 15 7.3 30.1 9.8 44.9L205.1 306h-84c-10.3-22.2-19-46.6-26-72.6-3.7-13.7-6.7-27.5-9.1-41-1-5.4-6.1-9.1-11.6-8.1-5.4 1-9.1 6.1-8.1 11.6 2.5 14.1 5.7 28.5 9.5 42.7 6.4 23.9 14.2 46.5 23.4 67.4H62.9L19.3 192.4c-2-5.2-7.8-7.7-12.9-5.8-5.2 2-7.7 7.8-5.8 12.9L46 317.8V466c0 11 9 20 20 20h380c11 0 20-9 20-20V317.8l45.3-118.3c2-5.1-.6-10.9-5.7-12.8zm-91.3-93.1c16.7 9.7 17 50 1.2 99.5l-106.6-28.6c45.9-59.2 87.9-81 105.4-70.9zM247.5 225.1c.9-3.4-.1-7.1-2.6-9.6-6.2-6.2-8.6-15.3-6.4-23.7 1.7-6.3 5.7-11.6 11.4-14.8 5.7-3.3 12.3-4.2 18.6-2.5L413 213.2c6.3 1.7 11.6 5.7 14.8 11.4 3.3 5.7 4.2 12.3 2.5 18.6-2.2 8.4-8.9 15-17.4 17.3-3.4.9-6.1 3.6-7 7.1L395.7 306H225.8l21.7-80.9zM446 466H66V326h380v140z" class="st4"/>
27
- <path d="M175.1 201.6l-49.3 13.2c-5.3 1.4-8.5 6.9-7.1 12.2 1.2 4.5 5.2 7.4 9.7 7.4.9 0 1.7-.1 2.6-.3l49.3-13.2c5.3-1.4 8.5-6.9 7.1-12.2-1.5-5.3-6.9-8.5-12.3-7.1zM154.5 148.9l-37.2 10c-5.3 1.4-8.5 6.9-7.1 12.2 1.2 4.5 5.2 7.4 9.7 7.4.9 0 1.7-.1 2.6-.3l37.2-10c5.3-1.4 8.5-6.9 7.1-12.2-1.4-5.3-6.9-8.5-12.3-7.1zM146.5 267.5c-5.3 1.4-8.5 6.9-7.1 12.2 1.2 4.5 5.2 7.4 9.7 7.4.9 0 1.7-.1 2.6-.3l37.2-10c5.3-1.4 8.5-6.9 7.1-12.2-1.4-5.3-6.9-8.5-12.2-7.1l-37.3 10zM135.1 102.4l-24.1 6.5c-5.3 1.4-8.5 6.9-7.1 12.2 1.2 4.5 5.2 7.4 9.7 7.4.9 0 1.7-.1 2.6-.3l24.1-6.5c5.3-1.4 8.5-6.9 7.1-12.2-1.5-5.4-7-8.5-12.3-7.1zM394.6 152.8l-21.7-12.5c-4.8-2.8-10.9-1.1-13.7 3.7-2.8 4.8-1.1 10.9 3.7 13.7l21.7 12.5c1.6.9 3.3 1.3 5 1.3 3.5 0 6.8-1.8 8.7-5 2.7-4.8 1.1-10.9-3.7-13.7zM316.6 215.2c-5.5 0-10 4.5-10 10s4.5 10 10 10 10-4.5 10-10-4.4-10-10-10zM264.1 267.7c-5.5 0-10 4.5-10 10s4.5 10 10 10 10-4.5 10-10-4.4-10-10-10zM367.1 252.7c-5.5 0-10 4.5-10 10s4.5 10 10 10 10-4.5 10-10-4.4-10-10-10zM80.7 149.5c0-5.5-4.5-10-10-10s-10 4.5-10 10 4.5 10 10 10 10-4.5 10-10z" class="st4"/>
28
- <path d="M80.8 105.4s-3.1 49 5.2 87-19.7 3.5-19.7 3.5-11.4-50.2-5.4-92.3"/>
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_33990)">
3
+ <path d="M23.9006 22.385H12.1123V27.1968H23.9006V22.385Z" fill="white"/>
4
+ <path d="M15.2808 26.5094H20.466C20.9812 26.5075 21.4748 26.3068 21.8391 25.9508C22.2034 25.5949 22.4089 25.1127 22.4108 24.6094C22.4089 24.106 22.2034 23.6238 21.8391 23.2679C21.4748 22.912 20.9812 22.7112 20.466 22.7094H15.2808C14.7656 22.7112 14.272 22.912 13.9077 23.2679C13.5434 23.6238 13.3378 24.106 13.3359 24.6094C13.3378 25.1127 13.5434 25.5949 13.9077 25.9508C14.272 26.3068 14.7656 26.5075 15.2808 26.5094ZM15.2808 23.9749H20.466C20.6376 23.9758 20.8019 24.0431 20.9229 24.1619C21.0439 24.2808 21.1118 24.4417 21.1118 24.6094C21.1118 24.777 21.0439 24.9379 20.9229 25.0568C20.8019 25.1757 20.6376 25.243 20.466 25.2439H15.2808C15.1089 25.243 14.9442 25.1758 14.8226 25.057C14.701 24.9382 14.6323 24.7774 14.6313 24.6094C14.6323 24.4414 14.701 24.2805 14.8226 24.1617C14.9442 24.0429 15.1089 23.9758 15.2808 23.9749Z" fill="black"/>
5
+ <path d="M21.3027 11.2211C21.3027 11.2211 25.6688 5.40467 28.1333 6.72658C30.2586 7.86518 28.209 13.0259 28.209 13.0259L21.3027 11.2211Z" fill="url(#paint0_linear_4088_33990)"/>
6
+ <path d="M5.55615 21.4438V30.7078H30.1865V21.4438H5.55615ZM20.4657 26.5094H15.2805C14.7653 26.5075 14.2717 26.3068 13.9074 25.9508C13.5431 25.5949 13.3376 25.1127 13.3357 24.6094C13.3376 24.106 13.5431 23.6238 13.9074 23.2679C14.2717 22.912 14.7653 22.7112 15.2805 22.7094H20.4657C20.9809 22.7112 21.4745 22.912 21.8388 23.2679C22.2031 23.6238 22.4087 24.106 22.4106 24.6094C22.4087 25.1127 22.2031 25.5949 21.8388 25.9508C21.4745 26.3068 20.9809 26.5075 20.4657 26.5094Z" fill="url(#paint1_linear_4088_33990)"/>
7
+ <path d="M20.6464 11.3691L29.2306 14.0094C29.2306 14.0094 31.1069 14.7321 29.8837 16.41C29.0345 17.61 28.2772 18.8695 27.6176 20.1783H14.8442L16.7639 15.0599L15.9159 12.4689L17.7489 11.1611L20.6356 11.3691H20.6464Z" fill="url(#paint2_linear_4088_33990)"/>
8
+ <path d="M9.12815 20.1784C9.12815 20.1784 2.65124 6.11326 8.22607 3.75145C13.8009 1.38964 15.5906 16.4594 15.5906 16.4594L14.5731 20.1784H9.12815Z" fill="url(#paint3_linear_4088_33990)"/>
9
+ <path d="M34.051 12.6205C33.892 12.5602 33.7151 12.5633 33.5585 12.6292C33.4019 12.6952 33.2781 12.8187 33.2139 12.9731L30.3886 20.1607H28.2633L28.7504 18.3805C29.1562 18.2142 29.5178 17.9593 29.8073 17.6355C30.0969 17.3117 30.3068 16.9275 30.4211 16.5122C30.521 16.1546 30.5466 15.781 30.4964 15.4135C30.4462 15.046 30.3212 14.6921 30.1288 14.3725C29.9452 14.0545 29.7001 13.7744 29.4071 13.5476C30.7566 9.54665 30.5365 6.59616 28.7937 5.61266C28.0215 5.17555 26.6287 4.96756 24.4421 6.42342C22.7134 7.65444 21.199 9.14942 19.957 10.8509L19.0296 10.6112C18.4241 10.4538 17.7825 10.4932 17.2019 10.7234C16.6212 10.9536 16.133 11.3621 15.811 11.8873C15.0933 9.54574 14.0179 7.32341 12.6213 5.2954C11.0336 3.12042 9.35215 2.12281 7.90883 2.51057C6.4655 2.89833 5.49126 4.62563 5.24589 7.34348C5.23748 7.42631 5.24611 7.50994 5.27128 7.58946C5.29645 7.66897 5.33765 7.74277 5.39245 7.80649C5.44726 7.87022 5.51457 7.92259 5.59041 7.96052C5.66624 7.99845 5.74909 8.02117 5.83405 8.02735C5.91902 8.03507 6.00471 8.02617 6.08612 8.00117C6.16754 7.97618 6.24304 7.93559 6.30821 7.88176C6.37338 7.82794 6.42692 7.76197 6.4657 7.68771C6.50448 7.61344 6.52772 7.53237 6.53406 7.44923C6.72169 5.33417 7.36397 3.95939 8.2444 3.72673C9.12482 3.49407 10.3516 4.36124 11.5713 6.02509C12.9496 7.91101 14.1584 10.6077 14.9811 13.5864C15.2409 14.5347 15.4538 15.4935 15.6162 16.4276L14.5914 20.1607H9.14647C8.45244 18.6767 7.88872 17.1377 7.46139 15.5605C7.21964 14.6933 7.0284 13.8191 6.86963 12.966C6.85525 12.8839 6.82439 12.8054 6.77881 12.7351C6.73323 12.6647 6.67384 12.6038 6.60407 12.556C6.53431 12.5081 6.45553 12.4743 6.3723 12.4563C6.28906 12.4383 6.20301 12.4367 6.1191 12.4513C5.94978 12.4814 5.79957 12.5758 5.70147 12.714C5.60338 12.8521 5.56541 13.0226 5.5959 13.1881C5.75827 14.0799 5.95673 14.9929 6.20931 15.8918C6.60315 17.3507 7.111 18.7778 7.72841 20.1607H5.37579L2.54688 12.966C2.48266 12.8125 2.35947 12.6896 2.20368 12.6237C2.04789 12.5579 1.87189 12.5542 1.71336 12.6135C1.55622 12.6762 1.43046 12.7966 1.36302 12.9488C1.29558 13.101 1.29182 13.2729 1.35253 13.4278L4.29691 20.9221V30.3059C4.2988 30.641 4.43589 30.9618 4.67841 31.1987C4.92093 31.4357 5.24932 31.5696 5.59229 31.5714H30.2226C30.5662 31.5705 30.8955 31.437 31.1388 31.2C31.3821 30.963 31.5197 30.6416 31.5216 30.3059V20.9257L34.4551 13.4313C34.4861 13.3549 34.5013 13.2734 34.5 13.1912C34.4986 13.1091 34.4806 13.0281 34.4471 12.9527C34.4136 12.8774 34.3651 12.8093 34.3046 12.7523C34.2441 12.6953 34.1726 12.6505 34.0943 12.6205H34.051ZM28.1334 6.72659C29.2159 7.33995 29.2159 9.89917 28.2092 13.0259L21.3029 11.2176C24.2761 7.46685 27.0004 6.08855 28.1334 6.72659ZM17.3085 15.0529C17.3365 14.9461 17.3357 14.8341 17.3059 14.7277C17.2762 14.6214 17.2186 14.5245 17.1389 14.4465C16.942 14.2531 16.8002 14.0128 16.7275 13.7495C16.6547 13.4861 16.6535 13.2088 16.7239 12.9448C16.7761 12.7479 16.8686 12.5633 16.9957 12.4022C17.1228 12.241 17.282 12.1067 17.4636 12.0072C17.6439 11.9045 17.8432 11.8376 18.05 11.8104C18.2568 11.7832 18.4671 11.7961 18.6688 11.8485L28.0504 14.3161C28.25 14.3651 28.4374 14.4528 28.6017 14.5739C28.7659 14.695 28.9036 14.8471 29.0066 15.0211C29.1132 15.1967 29.1826 15.3914 29.2105 15.5937C29.2384 15.796 29.2243 16.0017 29.169 16.1985C29.0965 16.4618 28.9543 16.7017 28.7566 16.8942C28.559 17.0867 28.3129 17.2249 28.0432 17.2948C27.9333 17.3239 27.8332 17.381 27.7533 17.4603C27.6734 17.5396 27.6166 17.6382 27.5885 17.746L26.9282 20.1783H15.9157L17.3085 15.0529ZM30.1721 30.3095H5.54178V21.4439H30.1721V30.3095Z" fill="#1D1D1D"/>
10
+ <path d="M12.6283 13.5653L9.43133 14.4007C9.26629 14.4446 9.1256 14.5502 9.03981 14.6947C8.95401 14.8393 8.93003 15.011 8.97307 15.1727C9.00926 15.3081 9.0907 15.4277 9.20445 15.5126C9.3182 15.5976 9.45775 15.643 9.60092 15.6416C9.65798 15.6427 9.71496 15.6368 9.7705 15.6239L12.9639 14.7885C13.1296 14.7454 13.2711 14.6401 13.3576 14.4955C13.4442 14.3509 13.4686 14.1787 13.4257 14.0165C13.38 13.8541 13.2708 13.7157 13.1216 13.6313C12.9724 13.5469 12.7952 13.5232 12.6283 13.5653ZM11.2932 10.227L8.88286 10.8615C8.71716 10.9046 8.57561 11.0099 8.48908 11.1546C8.40256 11.2992 8.37809 11.4714 8.421 11.6335C8.45775 11.7686 8.53933 11.8879 8.65296 11.9727C8.76659 12.0576 8.90583 12.1032 9.04884 12.1024C9.10582 12.1019 9.16263 12.096 9.21843 12.0847L11.6288 11.4502C11.7945 11.4072 11.936 11.3018 12.0226 11.1572C12.1091 11.0126 12.1336 10.8404 12.0906 10.6782C12.045 10.5158 11.9357 10.3775 11.7865 10.293C11.6373 10.2086 11.4601 10.1849 11.2932 10.227ZM10.7736 17.739C10.6086 17.7828 10.4679 17.8885 10.3821 18.033C10.2963 18.1775 10.2723 18.3493 10.3154 18.511C10.3516 18.6463 10.433 18.766 10.5467 18.8509C10.6605 18.9359 10.8 18.9812 10.9432 18.9798C10.9996 18.985 11.0564 18.985 11.1128 18.9798L13.5231 18.3453C13.6051 18.324 13.682 18.2872 13.7494 18.2368C13.8168 18.1865 13.8734 18.1237 13.9159 18.052C13.9585 17.9804 13.9862 17.9012 13.9974 17.819C14.0086 17.7369 14.0032 17.6534 13.9814 17.5733C13.9596 17.4924 13.9217 17.4165 13.8697 17.3499C13.8178 17.2834 13.7529 17.2276 13.6788 17.1856C13.6047 17.1437 13.5228 17.1165 13.4379 17.1056C13.3529 17.0947 13.2667 17.1003 13.184 17.1221L10.7736 17.739ZM10.052 7.28357L8.49316 7.69601C8.32746 7.73907 8.18591 7.84439 8.09939 7.98902C8.01286 8.13364 7.98839 8.30582 8.0313 8.468C8.06749 8.60334 8.14893 8.72297 8.26268 8.80792C8.37643 8.89286 8.51598 8.93824 8.65915 8.93684C8.71555 8.94204 8.77233 8.94204 8.82873 8.93684L10.3911 8.5244C10.4731 8.50311 10.55 8.46626 10.6174 8.41594C10.6848 8.36562 10.7414 8.30282 10.7839 8.23113C10.8265 8.15944 10.8542 8.08027 10.8654 7.99813C10.8766 7.91599 10.8712 7.8325 10.8494 7.75241C10.8293 7.66821 10.792 7.58887 10.7396 7.51922C10.6871 7.44956 10.6208 7.39103 10.5445 7.34719C10.4683 7.30334 10.3837 7.2751 10.2959 7.26416C10.2081 7.25322 10.119 7.25982 10.0339 7.28357H10.052ZM26.8739 10.4773L25.4666 9.68416C25.3927 9.64245 25.3111 9.61538 25.2265 9.60449C25.1419 9.59361 25.0559 9.59914 24.9735 9.62075C24.891 9.64236 24.8138 9.67962 24.7461 9.73042C24.6784 9.78123 24.6216 9.84456 24.579 9.91681C24.4929 10.0636 24.47 10.2378 24.5153 10.4011C24.5607 10.5643 24.6705 10.7033 24.8208 10.7875L26.2244 11.5771C26.3238 11.6307 26.4356 11.6586 26.5491 11.6582C26.6633 11.6582 26.7754 11.6293 26.8747 11.5743C26.974 11.5193 27.057 11.4401 27.1156 11.3445C27.1982 11.1957 27.2172 11.0211 27.1685 10.8586C27.1198 10.6962 27.0075 10.5591 26.8558 10.4773H26.8739ZM21.8223 14.4254C21.6503 14.4263 21.4856 14.4935 21.364 14.6123C21.2424 14.7311 21.1737 14.8919 21.1728 15.0599C21.1737 15.2279 21.2424 15.3888 21.364 15.5076C21.4856 15.6264 21.6503 15.6935 21.8223 15.6944C21.9942 15.6935 22.1589 15.6264 22.2805 15.5076C22.4021 15.3888 22.4708 15.2279 22.4717 15.0599C22.4718 14.9748 22.4543 14.8905 22.4203 14.8121C22.3863 14.7337 22.3365 14.6628 22.2739 14.6036C22.2113 14.5444 22.1371 14.4981 22.0558 14.4675C21.9745 14.4369 21.8877 14.4226 21.8006 14.4254H21.8223ZM18.4196 17.7531C18.248 17.7531 18.0833 17.8195 17.9616 17.9377C17.8399 18.0559 17.7711 18.2164 17.7701 18.3841C17.7711 18.5521 17.8398 18.7129 17.9614 18.8317C18.083 18.9505 18.2477 19.0177 18.4196 19.0186C18.5913 19.0177 18.7555 18.9504 18.8765 18.8315C18.9976 18.7126 19.0655 18.5518 19.0655 18.3841C19.0661 18.2993 19.049 18.2152 19.0154 18.137C18.9818 18.0588 18.9322 17.9881 18.8699 17.9291C18.8075 17.8702 18.7335 17.8242 18.6524 17.7939C18.5713 17.7636 18.4847 17.7498 18.398 17.7531H18.4196ZM25.095 16.8013C24.923 16.8022 24.7584 16.8694 24.6368 16.9882C24.5152 17.107 24.4464 17.2678 24.4455 17.4358C24.4464 17.6035 24.5153 17.764 24.637 17.8822C24.7587 18.0005 24.9234 18.0668 25.095 18.0668C25.2666 18.0668 25.4313 18.0005 25.553 17.8822C25.6747 17.764 25.7435 17.6035 25.7445 17.4358C25.745 17.3524 25.7285 17.2697 25.696 17.1925C25.6635 17.1153 25.6157 17.0451 25.5553 16.9861C25.4949 16.9271 25.4231 16.8804 25.3441 16.8487C25.2651 16.8169 25.1804 16.8009 25.095 16.8013ZM6.53024 10.2658C6.53024 10.0984 6.4622 9.93795 6.34107 9.81962C6.21994 9.70128 6.05566 9.63481 5.88436 9.63481C5.71273 9.63481 5.54807 9.70117 5.42637 9.8194C5.30467 9.93764 5.23582 10.0981 5.23486 10.2658C5.23581 10.4338 5.30454 10.5947 5.42614 10.7134C5.54774 10.8322 5.7124 10.8994 5.88436 10.9003C6.0522 10.8939 6.21098 10.8243 6.32738 10.706C6.44377 10.5877 6.50872 10.4299 6.5086 10.2658H6.53024Z" fill="#1D1D1D"/>
11
+ <path d="M6.51575 7.47389C6.51575 7.47389 6.31368 10.576 6.85132 12.9836C7.38896 15.3913 5.57759 13.2057 5.57759 13.2057C5.57759 13.2057 4.85592 10.0331 5.21676 7.36108" fill="black"/>
12
+ </g>
13
+ <defs>
14
+ <linearGradient id="paint0_linear_4088_33990" x1="25.1997" y1="13.0259" x2="25.1997" y2="6.5327" gradientUnits="userSpaceOnUse">
15
+ <stop stop-color="#F37C1C"/>
16
+ <stop offset="1" stop-color="#FCC191"/>
17
+ </linearGradient>
18
+ <linearGradient id="paint1_linear_4088_33990" x1="17.8713" y1="30.7078" x2="17.8713" y2="21.4438" gradientUnits="userSpaceOnUse">
19
+ <stop stop-color="#F37C1C"/>
20
+ <stop offset="1" stop-color="#FCC191"/>
21
+ </linearGradient>
22
+ <linearGradient id="paint2_linear_4088_33990" x1="22.5732" y1="20.1783" x2="22.5732" y2="11.1611" gradientUnits="userSpaceOnUse">
23
+ <stop stop-color="#EFC530"/>
24
+ <stop offset="1" stop-color="#FCEDB6"/>
25
+ </linearGradient>
26
+ <linearGradient id="paint3_linear_4088_33990" x1="10.7771" y1="20.1784" x2="10.7771" y2="3.50117" gradientUnits="userSpaceOnUse">
27
+ <stop stop-color="#EFC530"/>
28
+ <stop offset="1" stop-color="#FCEDB6"/>
29
+ </linearGradient>
30
+ <clipPath id="clip0_4088_33990">
31
+ <rect width="34" height="34" fill="white" transform="translate(0.5)"/>
32
+ </clipPath>
33
+ </defs>
29
34
  </svg>