const React = require("react");
const ManGesturingOkIcon = ({ title, titleId, ...props }) => (
  <svg
    width="1em"
    height="1em"
    viewBox="0 0 32 32"
    fill="none"
    xmlns="http://www.w3.org/2000/svg"
    aria-labelledby={titleId}
    {...props}
  >
    {title ? <title id={titleId}>{title}</title> : null}
    <circle
      cx={10.8563}
      cy={15.374}
      r={1.80529}
      fill="url(#paint0_radial_4002_3715)"
    />
    <g filter="url(#filter0_f_4002_3715)">
      <circle
        cx={10.8564}
        cy={15.374}
        r={1.07592}
        fill="url(#paint1_linear_4002_3715)"
      />
    </g>
    <g filter="url(#filter1_i_4002_3715)">
      <circle
        cx={21.1437}
        cy={15.374}
        r={1.80529}
        fill="url(#paint2_linear_4002_3715)"
      />
      <circle
        cx={21.1437}
        cy={15.374}
        r={1.80529}
        fill="url(#paint3_radial_4002_3715)"
      />
    </g>
    <g filter="url(#filter2_f_4002_3715)">
      <circle cx={21.1437} cy={15.374} r={1.07592} fill="#FFBF34" />
      <circle
        cx={21.1437}
        cy={15.374}
        r={1.07592}
        fill="url(#paint4_radial_4002_3715)"
      />
      <circle
        cx={21.1437}
        cy={15.374}
        r={1.07592}
        fill="url(#paint5_radial_4002_3715)"
      />
    </g>
    <g filter="url(#filter3_i_4002_3715)">
      <path
        d="M21.2015 8.36923L21.6655 8.59992C22.4776 9.00363 22.9416 9.9264 22.7676 10.9068L22.1296 14.1942C22.0727 14.5337 21.8482 14.7622 21.5111 14.7707C21.5046 14.7709 21.4981 14.7709 21.4915 14.7709C21.4915 14.7709 21.5495 13.7905 21.6075 13.2137C21.6546 12.7454 21.5729 12.6025 21.1435 12.1756C20.9115 11.9449 20.7375 11.5989 20.7375 11.2529V10.3301C20.7375 10.0417 20.5055 9.81103 20.2735 9.75335C19.5774 9.58033 18.1273 9.29197 16.0392 9.29197C13.9511 9.29197 12.501 9.58033 11.8049 9.75335C11.5149 9.81103 11.3409 10.0417 11.3409 10.3301V11.2529C11.3409 11.5989 11.2249 11.9449 10.9349 12.1756L10.7609 12.3486C10.5289 12.5217 10.4128 12.8677 10.4128 13.1561C10.4708 13.7905 10.5289 14.7133 10.5289 14.7133C10.511 14.7133 10.4933 14.7126 10.4758 14.7114C10.1517 14.6893 9.88783 14.4648 9.8328 14.1366L9.19476 10.8492C9.07876 9.9264 9.54279 9.00363 10.3548 8.59992L10.8189 8.36923C11.1089 8.19621 11.3989 7.96551 11.6889 7.73482L12.733 6.63903C13.371 6.0623 14.2991 5.88928 15.1111 6.29299C15.6912 6.46601 16.3292 6.46601 16.9092 6.29299C17.7793 6.00462 18.7654 6.23532 19.4614 6.86972L20.3315 7.73482C20.5635 8.02319 20.8535 8.19621 21.2015 8.36923Z"
        fill="#F0991F"
      />
      <path
        d="M21.2015 8.36923L21.6655 8.59992C22.4776 9.00363 22.9416 9.9264 22.7676 10.9068L22.1296 14.1942C22.0727 14.5337 21.8482 14.7622 21.5111 14.7707C21.5046 14.7709 21.4981 14.7709 21.4915 14.7709C21.4915 14.7709 21.5495 13.7905 21.6075 13.2137C21.6546 12.7454 21.5729 12.6025 21.1435 12.1756C20.9115 11.9449 20.7375 11.5989 20.7375 11.2529V10.3301C20.7375 10.0417 20.5055 9.81103 20.2735 9.75335C19.5774 9.58033 18.1273 9.29197 16.0392 9.29197C13.9511 9.29197 12.501 9.58033 11.8049 9.75335C11.5149 9.81103 11.3409 10.0417 11.3409 10.3301V11.2529C11.3409 11.5989 11.2249 11.9449 10.9349 12.1756L10.7609 12.3486C10.5289 12.5217 10.4128 12.8677 10.4128 13.1561C10.4708 13.7905 10.5289 14.7133 10.5289 14.7133C10.511 14.7133 10.4933 14.7126 10.4758 14.7114C10.1517 14.6893 9.88783 14.4648 9.8328 14.1366L9.19476 10.8492C9.07876 9.9264 9.54279 9.00363 10.3548 8.59992L10.8189 8.36923C11.1089 8.19621 11.3989 7.96551 11.6889 7.73482L12.733 6.63903C13.371 6.0623 14.2991 5.88928 15.1111 6.29299C15.6912 6.46601 16.3292 6.46601 16.9092 6.29299C17.7793 6.00462 18.7654 6.23532 19.4614 6.86972L20.3315 7.73482C20.5635 8.02319 20.8535 8.19621 21.2015 8.36923Z"
        fill="url(#paint6_radial_4002_3715)"
      />
    </g>
    <path
      d="M21.2015 8.36923L21.6655 8.59992C22.4776 9.00363 22.9416 9.9264 22.7676 10.9068L22.1296 14.1942C22.0727 14.5337 21.8482 14.7622 21.5111 14.7707C21.5046 14.7709 21.4981 14.7709 21.4915 14.7709C21.4915 14.7709 21.5495 13.7905 21.6075 13.2137C21.6546 12.7454 21.5729 12.6025 21.1435 12.1756C20.9115 11.9449 20.7375 11.5989 20.7375 11.2529V10.3301C20.7375 10.0417 20.5055 9.81103 20.2735 9.75335C19.5774 9.58033 18.1273 9.29197 16.0392 9.29197C13.9511 9.29197 12.501 9.58033 11.8049 9.75335C11.5149 9.81103 11.3409 10.0417 11.3409 10.3301V11.2529C11.3409 11.5989 11.2249 11.9449 10.9349 12.1756L10.7609 12.3486C10.5289 12.5217 10.4128 12.8677 10.4128 13.1561C10.4708 13.7905 10.5289 14.7133 10.5289 14.7133C10.511 14.7133 10.4933 14.7126 10.4758 14.7114C10.1517 14.6893 9.88783 14.4648 9.8328 14.1366L9.19476 10.8492C9.07876 9.9264 9.54279 9.00363 10.3548 8.59992L10.8189 8.36923C11.1089 8.19621 11.3989 7.96551 11.6889 7.73482L12.733 6.63903C13.371 6.0623 14.2991 5.88928 15.1111 6.29299C15.6912 6.46601 16.3292 6.46601 16.9092 6.29299C17.7793 6.00462 18.7654 6.23532 19.4614 6.86972L20.3315 7.73482C20.5635 8.02319 20.8535 8.19621 21.2015 8.36923Z"
      fill="url(#paint7_radial_4002_3715)"
    />
    <path
      d="M21.2015 8.36923L21.6655 8.59992C22.4776 9.00363 22.9416 9.9264 22.7676 10.9068L22.1296 14.1942C22.0727 14.5337 21.8482 14.7622 21.5111 14.7707C21.5046 14.7709 21.4981 14.7709 21.4915 14.7709C21.4915 14.7709 21.5495 13.7905 21.6075 13.2137C21.6546 12.7454 21.5729 12.6025 21.1435 12.1756C20.9115 11.9449 20.7375 11.5989 20.7375 11.2529V10.3301C20.7375 10.0417 20.5055 9.81103 20.2735 9.75335C19.5774 9.58033 18.1273 9.29197 16.0392 9.29197C13.9511 9.29197 12.501 9.58033 11.8049 9.75335C11.5149 9.81103 11.3409 10.0417 11.3409 10.3301V11.2529C11.3409 11.5989 11.2249 11.9449 10.9349 12.1756L10.7609 12.3486C10.5289 12.5217 10.4128 12.8677 10.4128 13.1561C10.4708 13.7905 10.5289 14.7133 10.5289 14.7133C10.511 14.7133 10.4933 14.7126 10.4758 14.7114C10.1517 14.6893 9.88783 14.4648 9.8328 14.1366L9.19476 10.8492C9.07876 9.9264 9.54279 9.00363 10.3548 8.59992L10.8189 8.36923C11.1089 8.19621 11.3989 7.96551 11.6889 7.73482L12.733 6.63903C13.371 6.0623 14.2991 5.88928 15.1111 6.29299C15.6912 6.46601 16.3292 6.46601 16.9092 6.29299C17.7793 6.00462 18.7654 6.23532 19.4614 6.86972L20.3315 7.73482C20.5635 8.02319 20.8535 8.19621 21.2015 8.36923Z"
      fill="url(#paint8_radial_4002_3715)"
    />
    <path
      d="M21.2015 8.36923L21.6655 8.59992C22.4776 9.00363 22.9416 9.9264 22.7676 10.9068L22.1296 14.1942C22.0727 14.5337 21.8482 14.7622 21.5111 14.7707C21.5046 14.7709 21.4981 14.7709 21.4915 14.7709C21.4915 14.7709 21.5495 13.7905 21.6075 13.2137C21.6546 12.7454 21.5729 12.6025 21.1435 12.1756C20.9115 11.9449 20.7375 11.5989 20.7375 11.2529V10.3301C20.7375 10.0417 20.5055 9.81103 20.2735 9.75335C19.5774 9.58033 18.1273 9.29197 16.0392 9.29197C13.9511 9.29197 12.501 9.58033 11.8049 9.75335C11.5149 9.81103 11.3409 10.0417 11.3409 10.3301V11.2529C11.3409 11.5989 11.2249 11.9449 10.9349 12.1756L10.7609 12.3486C10.5289 12.5217 10.4128 12.8677 10.4128 13.1561C10.4708 13.7905 10.5289 14.7133 10.5289 14.7133C10.511 14.7133 10.4933 14.7126 10.4758 14.7114C10.1517 14.6893 9.88783 14.4648 9.8328 14.1366L9.19476 10.8492C9.07876 9.9264 9.54279 9.00363 10.3548 8.59992L10.8189 8.36923C11.1089 8.19621 11.3989 7.96551 11.6889 7.73482L12.733 6.63903C13.371 6.0623 14.2991 5.88928 15.1111 6.29299C15.6912 6.46601 16.3292 6.46601 16.9092 6.29299C17.7793 6.00462 18.7654 6.23532 19.4614 6.86972L20.3315 7.73482C20.5635 8.02319 20.8535 8.19621 21.2015 8.36923Z"
      fill="url(#paint9_linear_4002_3715)"
    />
    <path
      d="M21.2015 8.36923L21.6655 8.59992C22.4776 9.00363 22.9416 9.9264 22.7676 10.9068L22.1296 14.1942C22.0727 14.5337 21.8482 14.7622 21.5111 14.7707C21.5046 14.7709 21.4981 14.7709 21.4915 14.7709C21.4915 14.7709 21.5495 13.7905 21.6075 13.2137C21.6546 12.7454 21.5729 12.6025 21.1435 12.1756C20.9115 11.9449 20.7375 11.5989 20.7375 11.2529V10.3301C20.7375 10.0417 20.5055 9.81103 20.2735 9.75335C19.5774 9.58033 18.1273 9.29197 16.0392 9.29197C13.9511 9.29197 12.501 9.58033 11.8049 9.75335C11.5149 9.81103 11.3409 10.0417 11.3409 10.3301V11.2529C11.3409 11.5989 11.2249 11.9449 10.9349 12.1756L10.7609 12.3486C10.5289 12.5217 10.4128 12.8677 10.4128 13.1561C10.4708 13.7905 10.5289 14.7133 10.5289 14.7133C10.511 14.7133 10.4933 14.7126 10.4758 14.7114C10.1517 14.6893 9.88783 14.4648 9.8328 14.1366L9.19476 10.8492C9.07876 9.9264 9.54279 9.00363 10.3548 8.59992L10.8189 8.36923C11.1089 8.19621 11.3989 7.96551 11.6889 7.73482L12.733 6.63903C13.371 6.0623 14.2991 5.88928 15.1111 6.29299C15.6912 6.46601 16.3292 6.46601 16.9092 6.29299C17.7793 6.00462 18.7654 6.23532 19.4614 6.86972L20.3315 7.73482C20.5635 8.02319 20.8535 8.19621 21.2015 8.36923Z"
      fill="url(#paint10_radial_4002_3715)"
    />
    <path
      d="M21.2015 8.36923L21.6655 8.59992C22.4776 9.00363 22.9416 9.9264 22.7676 10.9068L22.1296 14.1942C22.0727 14.5337 21.8482 14.7622 21.5111 14.7707C21.5046 14.7709 21.4981 14.7709 21.4915 14.7709C21.4915 14.7709 21.5495 13.7905 21.6075 13.2137C21.6546 12.7454 21.5729 12.6025 21.1435 12.1756C20.9115 11.9449 20.7375 11.5989 20.7375 11.2529V10.3301C20.7375 10.0417 20.5055 9.81103 20.2735 9.75335C19.5774 9.58033 18.1273 9.29197 16.0392 9.29197C13.9511 9.29197 12.501 9.58033 11.8049 9.75335C11.5149 9.81103 11.3409 10.0417 11.3409 10.3301V11.2529C11.3409 11.5989 11.2249 11.9449 10.9349 12.1756L10.7609 12.3486C10.5289 12.5217 10.4128 12.8677 10.4128 13.1561C10.4708 13.7905 10.5289 14.7133 10.5289 14.7133C10.511 14.7133 10.4933 14.7126 10.4758 14.7114C10.1517 14.6893 9.88783 14.4648 9.8328 14.1366L9.19476 10.8492C9.07876 9.9264 9.54279 9.00363 10.3548 8.59992L10.8189 8.36923C11.1089 8.19621 11.3989 7.96551 11.6889 7.73482L12.733 6.63903C13.371 6.0623 14.2991 5.88928 15.1111 6.29299C15.6912 6.46601 16.3292 6.46601 16.9092 6.29299C17.7793 6.00462 18.7654 6.23532 19.4614 6.86972L20.3315 7.73482C20.5635 8.02319 20.8535 8.19621 21.2015 8.36923Z"
      fill="url(#paint11_radial_4002_3715)"
    />
    <path
      d="M21.2015 8.36923L21.6655 8.59992C22.4776 9.00363 22.9416 9.9264 22.7676 10.9068L22.1296 14.1942C22.0727 14.5337 21.8482 14.7622 21.5111 14.7707C21.5046 14.7709 21.4981 14.7709 21.4915 14.7709C21.4915 14.7709 21.5495 13.7905 21.6075 13.2137C21.6546 12.7454 21.5729 12.6025 21.1435 12.1756C20.9115 11.9449 20.7375 11.5989 20.7375 11.2529V10.3301C20.7375 10.0417 20.5055 9.81103 20.2735 9.75335C19.5774 9.58033 18.1273 9.29197 16.0392 9.29197C13.9511 9.29197 12.501 9.58033 11.8049 9.75335C11.5149 9.81103 11.3409 10.0417 11.3409 10.3301V11.2529C11.3409 11.5989 11.2249 11.9449 10.9349 12.1756L10.7609 12.3486C10.5289 12.5217 10.4128 12.8677 10.4128 13.1561C10.4708 13.7905 10.5289 14.7133 10.5289 14.7133C10.511 14.7133 10.4933 14.7126 10.4758 14.7114C10.1517 14.6893 9.88783 14.4648 9.8328 14.1366L9.19476 10.8492C9.07876 9.9264 9.54279 9.00363 10.3548 8.59992L10.8189 8.36923C11.1089 8.19621 11.3989 7.96551 11.6889 7.73482L12.733 6.63903C13.371 6.0623 14.2991 5.88928 15.1111 6.29299C15.6912 6.46601 16.3292 6.46601 16.9092 6.29299C17.7793 6.00462 18.7654 6.23532 19.4614 6.86972L20.3315 7.73482C20.5635 8.02319 20.8535 8.19621 21.2015 8.36923Z"
      fill="url(#paint12_radial_4002_3715)"
    />
    <path
      d="M7.31248 5.36538C7.10936 5.30809 6.63592 5.21069 6.36717 5.27944C6.03123 5.36538 5.77342 5.60757 5.55467 5.96694C5.37967 6.25444 4.08592 8.44611 3.46092 9.50601C2.89842 10.3289 1.83592 12.5935 2.08592 15.0685C2.18593 16.731 2.86719 18.407 3.19531 19.0373L7.32756 26.8915C7.50109 27.2213 7.51509 27.6106 7.40829 27.9677C7.25013 28.4965 7.08594 29.2474 7.08594 29.9904H24.9141C24.9141 29.2474 24.7499 28.4965 24.5917 27.9677C24.4849 27.6106 24.4989 27.2213 24.6724 26.8915L28.8047 19.0373C29.1328 18.407 29.8141 16.731 29.9141 15.0685C30.1641 12.5935 29.1016 10.3289 28.5391 9.50601C27.9141 8.44611 26.6203 6.25444 26.4453 5.96694C26.2266 5.60757 25.9688 5.36538 25.6328 5.27944C25.3641 5.21069 24.8906 5.30809 24.6875 5.36538L21.5 7.52944C21.1484 7.94351 21.3099 8.49559 21.4453 8.70913L23.5203 12.2206C24.3138 13.5635 24.3553 15.2216 23.6299 16.6026L20.6702 22.2368C20.5774 22.4133 20.3562 22.4771 20.1775 22.3885C20.0436 22.322 19.6583 22.1559 19.2272 21.9742C18.932 22.1121 18.6148 22.2087 18.283 22.2588V22.2648C18.283 23.5391 17.25 24.5721 15.9757 24.5721C14.7015 24.5721 13.6685 23.5391 13.6685 22.2648V22.2483C13.3703 22.1984 13.0868 22.1123 12.8222 21.9936C12.4042 22.1489 11.9833 22.3087 11.8225 22.3885C11.6438 22.4771 11.4226 22.4133 11.3298 22.2368L8.37014 16.6026C7.64471 15.2216 7.68619 13.5635 8.47975 12.2206L10.5547 8.70913C10.6901 8.49559 10.8516 7.94351 10.5 7.52944L7.31248 5.36538Z"
      fill="url(#paint13_linear_4002_3715)"
    />
    <path
      d="M7.31248 5.36538C7.10936 5.30809 6.63592 5.21069 6.36717 5.27944C6.03123 5.36538 5.77342 5.60757 5.55467 5.96694C5.37967 6.25444 4.08592 8.44611 3.46092 9.50601C2.89842 10.3289 1.83592 12.5935 2.08592 15.0685C2.18593 16.731 2.86719 18.407 3.19531 19.0373L7.32756 26.8915C7.50109 27.2213 7.51509 27.6106 7.40829 27.9677C7.25013 28.4965 7.08594 29.2474 7.08594 29.9904H24.9141C24.9141 29.2474 24.7499 28.4965 24.5917 27.9677C24.4849 27.6106 24.4989 27.2213 24.6724 26.8915L28.8047 19.0373C29.1328 18.407 29.8141 16.731 29.9141 15.0685C30.1641 12.5935 29.1016 10.3289 28.5391 9.50601C27.9141 8.44611 26.6203 6.25444 26.4453 5.96694C26.2266 5.60757 25.9688 5.36538 25.6328 5.27944C25.3641 5.21069 24.8906 5.30809 24.6875 5.36538L21.5 7.52944C21.1484 7.94351 21.3099 8.49559 21.4453 8.70913L23.5203 12.2206C24.3138 13.5635 24.3553 15.2216 23.6299 16.6026L20.6702 22.2368C20.5774 22.4133 20.3562 22.4771 20.1775 22.3885C20.0436 22.322 19.6583 22.1559 19.2272 21.9742C18.932 22.1121 18.6148 22.2087 18.283 22.2588V22.2648C18.283 23.5391 17.25 24.5721 15.9757 24.5721C14.7015 24.5721 13.6685 23.5391 13.6685 22.2648V22.2483C13.3703 22.1984 13.0868 22.1123 12.8222 21.9936C12.4042 22.1489 11.9833 22.3087 11.8225 22.3885C11.6438 22.4771 11.4226 22.4133 11.3298 22.2368L8.37014 16.6026C7.64471 15.2216 7.68619 13.5635 8.47975 12.2206L10.5547 8.70913C10.6901 8.49559 10.8516 7.94351 10.5 7.52944L7.31248 5.36538Z"
      fill="url(#paint14_radial_4002_3715)"
    />
    <path
      d="M7.31248 5.36538C7.10936 5.30809 6.63592 5.21069 6.36717 5.27944C6.03123 5.36538 5.77342 5.60757 5.55467 5.96694C5.37967 6.25444 4.08592 8.44611 3.46092 9.50601C2.89842 10.3289 1.83592 12.5935 2.08592 15.0685C2.18593 16.731 2.86719 18.407 3.19531 19.0373L7.32756 26.8915C7.50109 27.2213 7.51509 27.6106 7.40829 27.9677C7.25013 28.4965 7.08594 29.2474 7.08594 29.9904H24.9141C24.9141 29.2474 24.7499 28.4965 24.5917 27.9677C24.4849 27.6106 24.4989 27.2213 24.6724 26.8915L28.8047 19.0373C29.1328 18.407 29.8141 16.731 29.9141 15.0685C30.1641 12.5935 29.1016 10.3289 28.5391 9.50601C27.9141 8.44611 26.6203 6.25444 26.4453 5.96694C26.2266 5.60757 25.9688 5.36538 25.6328 5.27944C25.3641 5.21069 24.8906 5.30809 24.6875 5.36538L21.5 7.52944C21.1484 7.94351 21.3099 8.49559 21.4453 8.70913L23.5203 12.2206C24.3138 13.5635 24.3553 15.2216 23.6299 16.6026L20.6702 22.2368C20.5774 22.4133 20.3562 22.4771 20.1775 22.3885C20.0436 22.322 19.6583 22.1559 19.2272 21.9742C18.932 22.1121 18.6148 22.2087 18.283 22.2588V22.2648C18.283 23.5391 17.25 24.5721 15.9757 24.5721C14.7015 24.5721 13.6685 23.5391 13.6685 22.2648V22.2483C13.3703 22.1984 13.0868 22.1123 12.8222 21.9936C12.4042 22.1489 11.9833 22.3087 11.8225 22.3885C11.6438 22.4771 11.4226 22.4133 11.3298 22.2368L8.37014 16.6026C7.64471 15.2216 7.68619 13.5635 8.47975 12.2206L10.5547 8.70913C10.6901 8.49559 10.8516 7.94351 10.5 7.52944L7.31248 5.36538Z"
      fill="url(#paint15_radial_4002_3715)"
    />
    <path
      d="M7.31248 5.36538C7.10936 5.30809 6.63592 5.21069 6.36717 5.27944C6.03123 5.36538 5.77342 5.60757 5.55467 5.96694C5.37967 6.25444 4.08592 8.44611 3.46092 9.50601C2.89842 10.3289 1.83592 12.5935 2.08592 15.0685C2.18593 16.731 2.86719 18.407 3.19531 19.0373L7.32756 26.8915C7.50109 27.2213 7.51509 27.6106 7.40829 27.9677C7.25013 28.4965 7.08594 29.2474 7.08594 29.9904H24.9141C24.9141 29.2474 24.7499 28.4965 24.5917 27.9677C24.4849 27.6106 24.4989 27.2213 24.6724 26.8915L28.8047 19.0373C29.1328 18.407 29.8141 16.731 29.9141 15.0685C30.1641 12.5935 29.1016 10.3289 28.5391 9.50601C27.9141 8.44611 26.6203 6.25444 26.4453 5.96694C26.2266 5.60757 25.9688 5.36538 25.6328 5.27944C25.3641 5.21069 24.8906 5.30809 24.6875 5.36538L21.5 7.52944C21.1484 7.94351 21.3099 8.49559 21.4453 8.70913L23.5203 12.2206C24.3138 13.5635 24.3553 15.2216 23.6299 16.6026L20.6702 22.2368C20.5774 22.4133 20.3562 22.4771 20.1775 22.3885C20.0436 22.322 19.6583 22.1559 19.2272 21.9742C18.932 22.1121 18.6148 22.2087 18.283 22.2588V22.2648C18.283 23.5391 17.25 24.5721 15.9757 24.5721C14.7015 24.5721 13.6685 23.5391 13.6685 22.2648V22.2483C13.3703 22.1984 13.0868 22.1123 12.8222 21.9936C12.4042 22.1489 11.9833 22.3087 11.8225 22.3885C11.6438 22.4771 11.4226 22.4133 11.3298 22.2368L8.37014 16.6026C7.64471 15.2216 7.68619 13.5635 8.47975 12.2206L10.5547 8.70913C10.6901 8.49559 10.8516 7.94351 10.5 7.52944L7.31248 5.36538Z"
      fill="url(#paint16_radial_4002_3715)"
    />
    <path
      d="M7.31248 5.36538C7.10936 5.30809 6.63592 5.21069 6.36717 5.27944C6.03123 5.36538 5.77342 5.60757 5.55467 5.96694C5.37967 6.25444 4.08592 8.44611 3.46092 9.50601C2.89842 10.3289 1.83592 12.5935 2.08592 15.0685C2.18593 16.731 2.86719 18.407 3.19531 19.0373L7.32756 26.8915C7.50109 27.2213 7.51509 27.6106 7.40829 27.9677C7.25013 28.4965 7.08594 29.2474 7.08594 29.9904H24.9141C24.9141 29.2474 24.7499 28.4965 24.5917 27.9677C24.4849 27.6106 24.4989 27.2213 24.6724 26.8915L28.8047 19.0373C29.1328 18.407 29.8141 16.731 29.9141 15.0685C30.1641 12.5935 29.1016 10.3289 28.5391 9.50601C27.9141 8.44611 26.6203 6.25444 26.4453 5.96694C26.2266 5.60757 25.9688 5.36538 25.6328 5.27944C25.3641 5.21069 24.8906 5.30809 24.6875 5.36538L21.5 7.52944C21.1484 7.94351 21.3099 8.49559 21.4453 8.70913L23.5203 12.2206C24.3138 13.5635 24.3553 15.2216 23.6299 16.6026L20.6702 22.2368C20.5774 22.4133 20.3562 22.4771 20.1775 22.3885C20.0436 22.322 19.6583 22.1559 19.2272 21.9742C18.932 22.1121 18.6148 22.2087 18.283 22.2588V22.2648C18.283 23.5391 17.25 24.5721 15.9757 24.5721C14.7015 24.5721 13.6685 23.5391 13.6685 22.2648V22.2483C13.3703 22.1984 13.0868 22.1123 12.8222 21.9936C12.4042 22.1489 11.9833 22.3087 11.8225 22.3885C11.6438 22.4771 11.4226 22.4133 11.3298 22.2368L8.37014 16.6026C7.64471 15.2216 7.68619 13.5635 8.47975 12.2206L10.5547 8.70913C10.6901 8.49559 10.8516 7.94351 10.5 7.52944L7.31248 5.36538Z"
      fill="url(#paint17_radial_4002_3715)"
    />
    <path
      d="M7.31248 5.36538C7.10936 5.30809 6.63592 5.21069 6.36717 5.27944C6.03123 5.36538 5.77342 5.60757 5.55467 5.96694C5.37967 6.25444 4.08592 8.44611 3.46092 9.50601C2.89842 10.3289 1.83592 12.5935 2.08592 15.0685C2.18593 16.731 2.86719 18.407 3.19531 19.0373L7.32756 26.8915C7.50109 27.2213 7.51509 27.6106 7.40829 27.9677C7.25013 28.4965 7.08594 29.2474 7.08594 29.9904H24.9141C24.9141 29.2474 24.7499 28.4965 24.5917 27.9677C24.4849 27.6106 24.4989 27.2213 24.6724 26.8915L28.8047 19.0373C29.1328 18.407 29.8141 16.731 29.9141 15.0685C30.1641 12.5935 29.1016 10.3289 28.5391 9.50601C27.9141 8.44611 26.6203 6.25444 26.4453 5.96694C26.2266 5.60757 25.9688 5.36538 25.6328 5.27944C25.3641 5.21069 24.8906 5.30809 24.6875 5.36538L21.5 7.52944C21.1484 7.94351 21.3099 8.49559 21.4453 8.70913L23.5203 12.2206C24.3138 13.5635 24.3553 15.2216 23.6299 16.6026L20.6702 22.2368C20.5774 22.4133 20.3562 22.4771 20.1775 22.3885C20.0436 22.322 19.6583 22.1559 19.2272 21.9742C18.932 22.1121 18.6148 22.2087 18.283 22.2588V22.2648C18.283 23.5391 17.25 24.5721 15.9757 24.5721C14.7015 24.5721 13.6685 23.5391 13.6685 22.2648V22.2483C13.3703 22.1984 13.0868 22.1123 12.8222 21.9936C12.4042 22.1489 11.9833 22.3087 11.8225 22.3885C11.6438 22.4771 11.4226 22.4133 11.3298 22.2368L8.37014 16.6026C7.64471 15.2216 7.68619 13.5635 8.47975 12.2206L10.5547 8.70913C10.6901 8.49559 10.8516 7.94351 10.5 7.52944L7.31248 5.36538Z"
      fill="url(#paint18_radial_4002_3715)"
    />
    <path
      d="M7.31248 5.36538C7.10936 5.30809 6.63592 5.21069 6.36717 5.27944C6.03123 5.36538 5.77342 5.60757 5.55467 5.96694C5.37967 6.25444 4.08592 8.44611 3.46092 9.50601C2.89842 10.3289 1.83592 12.5935 2.08592 15.0685C2.18593 16.731 2.86719 18.407 3.19531 19.0373L7.32756 26.8915C7.50109 27.2213 7.51509 27.6106 7.40829 27.9677C7.25013 28.4965 7.08594 29.2474 7.08594 29.9904H24.9141C24.9141 29.2474 24.7499 28.4965 24.5917 27.9677C24.4849 27.6106 24.4989 27.2213 24.6724 26.8915L28.8047 19.0373C29.1328 18.407 29.8141 16.731 29.9141 15.0685C30.1641 12.5935 29.1016 10.3289 28.5391 9.50601C27.9141 8.44611 26.6203 6.25444 26.4453 5.96694C26.2266 5.60757 25.9688 5.36538 25.6328 5.27944C25.3641 5.21069 24.8906 5.30809 24.6875 5.36538L21.5 7.52944C21.1484 7.94351 21.3099 8.49559 21.4453 8.70913L23.5203 12.2206C24.3138 13.5635 24.3553 15.2216 23.6299 16.6026L20.6702 22.2368C20.5774 22.4133 20.3562 22.4771 20.1775 22.3885C20.0436 22.322 19.6583 22.1559 19.2272 21.9742C18.932 22.1121 18.6148 22.2087 18.283 22.2588V22.2648C18.283 23.5391 17.25 24.5721 15.9757 24.5721C14.7015 24.5721 13.6685 23.5391 13.6685 22.2648V22.2483C13.3703 22.1984 13.0868 22.1123 12.8222 21.9936C12.4042 22.1489 11.9833 22.3087 11.8225 22.3885C11.6438 22.4771 11.4226 22.4133 11.3298 22.2368L8.37014 16.6026C7.64471 15.2216 7.68619 13.5635 8.47975 12.2206L10.5547 8.70913C10.6901 8.49559 10.8516 7.94351 10.5 7.52944L7.31248 5.36538Z"
      fill="url(#paint19_radial_4002_3715)"
    />
    <path
      d="M7.31248 5.36538C7.10936 5.30809 6.63592 5.21069 6.36717 5.27944C6.03123 5.36538 5.77342 5.60757 5.55467 5.96694C5.37967 6.25444 4.08592 8.44611 3.46092 9.50601C2.89842 10.3289 1.83592 12.5935 2.08592 15.0685C2.18593 16.731 2.86719 18.407 3.19531 19.0373L7.32756 26.8915C7.50109 27.2213 7.51509 27.6106 7.40829 27.9677C7.25013 28.4965 7.08594 29.2474 7.08594 29.9904H24.9141C24.9141 29.2474 24.7499 28.4965 24.5917 27.9677C24.4849 27.6106 24.4989 27.2213 24.6724 26.8915L28.8047 19.0373C29.1328 18.407 29.8141 16.731 29.9141 15.0685C30.1641 12.5935 29.1016 10.3289 28.5391 9.50601C27.9141 8.44611 26.6203 6.25444 26.4453 5.96694C26.2266 5.60757 25.9688 5.36538 25.6328 5.27944C25.3641 5.21069 24.8906 5.30809 24.6875 5.36538L21.5 7.52944C21.1484 7.94351 21.3099 8.49559 21.4453 8.70913L23.5203 12.2206C24.3138 13.5635 24.3553 15.2216 23.6299 16.6026L20.6702 22.2368C20.5774 22.4133 20.3562 22.4771 20.1775 22.3885C20.0436 22.322 19.6583 22.1559 19.2272 21.9742C18.932 22.1121 18.6148 22.2087 18.283 22.2588V22.2648C18.283 23.5391 17.25 24.5721 15.9757 24.5721C14.7015 24.5721 13.6685 23.5391 13.6685 22.2648V22.2483C13.3703 22.1984 13.0868 22.1123 12.8222 21.9936C12.4042 22.1489 11.9833 22.3087 11.8225 22.3885C11.6438 22.4771 11.4226 22.4133 11.3298 22.2368L8.37014 16.6026C7.64471 15.2216 7.68619 13.5635 8.47975 12.2206L10.5547 8.70913C10.6901 8.49559 10.8516 7.94351 10.5 7.52944L7.31248 5.36538Z"
      fill="url(#paint20_radial_4002_3715)"
    />
    <path
      d="M7.31248 5.36538C7.10936 5.30809 6.63592 5.21069 6.36717 5.27944C6.03123 5.36538 5.77342 5.60757 5.55467 5.96694C5.37967 6.25444 4.08592 8.44611 3.46092 9.50601C2.89842 10.3289 1.83592 12.5935 2.08592 15.0685C2.18593 16.731 2.86719 18.407 3.19531 19.0373L7.32756 26.8915C7.50109 27.2213 7.51509 27.6106 7.40829 27.9677C7.25013 28.4965 7.08594 29.2474 7.08594 29.9904H24.9141C24.9141 29.2474 24.7499 28.4965 24.5917 27.9677C24.4849 27.6106 24.4989 27.2213 24.6724 26.8915L28.8047 19.0373C29.1328 18.407 29.8141 16.731 29.9141 15.0685C30.1641 12.5935 29.1016 10.3289 28.5391 9.50601C27.9141 8.44611 26.6203 6.25444 26.4453 5.96694C26.2266 5.60757 25.9688 5.36538 25.6328 5.27944C25.3641 5.21069 24.8906 5.30809 24.6875 5.36538L21.5 7.52944C21.1484 7.94351 21.3099 8.49559 21.4453 8.70913L23.5203 12.2206C24.3138 13.5635 24.3553 15.2216 23.6299 16.6026L20.6702 22.2368C20.5774 22.4133 20.3562 22.4771 20.1775 22.3885C20.0436 22.322 19.6583 22.1559 19.2272 21.9742C18.932 22.1121 18.6148 22.2087 18.283 22.2588V22.2648C18.283 23.5391 17.25 24.5721 15.9757 24.5721C14.7015 24.5721 13.6685 23.5391 13.6685 22.2648V22.2483C13.3703 22.1984 13.0868 22.1123 12.8222 21.9936C12.4042 22.1489 11.9833 22.3087 11.8225 22.3885C11.6438 22.4771 11.4226 22.4133 11.3298 22.2368L8.37014 16.6026C7.64471 15.2216 7.68619 13.5635 8.47975 12.2206L10.5547 8.70913C10.6901 8.49559 10.8516 7.94351 10.5 7.52944L7.31248 5.36538Z"
      fill="url(#paint21_radial_4002_3715)"
    />
    <g filter="url(#filter4_f_4002_3715)">
      <path
        d="M23.873 27.1466C21.923 25.9466 20.8366 23.73 20.5137 22.9904C15.3387 22.9904 11.2324 24.9591 10.1074 29.6466H24.2949C24.2949 28.7466 24.1387 27.7091 23.873 27.1466Z"
        fill="url(#paint22_radial_4002_3715)"
      />
    </g>
    <rect
      x={13.6685}
      y={17.9855}
      width={4.61452}
      height={6.58656}
      rx={2.30726}
      fill="url(#paint23_radial_4002_3715)"
    />
    <path
      d="M10.4758 14.7114C10.4933 14.7126 10.511 14.7132 10.5288 14.7132C10.5288 14.7132 10.4708 13.7905 10.4128 13.1561C10.4128 12.8677 10.5288 12.5217 10.7609 12.3486L10.9349 12.1756C11.2249 11.9449 11.3409 11.5989 11.3409 11.2529V10.3301C11.3409 10.0417 11.5149 9.81102 11.8049 9.75335C12.501 9.58033 13.9511 9.29196 16.0392 9.29196C18.1273 9.29196 19.5774 9.58033 20.2735 9.75335C20.5055 9.81102 20.7375 10.0417 20.7375 10.3301V11.2529C20.7375 11.5989 20.9115 11.9449 21.1435 12.1756C21.6864 12.5561 21.6526 12.7653 21.6075 13.2137C21.5495 13.7905 21.4915 14.7709 21.4915 14.7709C21.4981 14.7709 21.5046 14.7708 21.5111 14.7707L21.2236 19.0512C21.05 20.9648 19.5457 22.2984 17.752 22.2984H14.2805C12.429 22.2984 10.9825 20.9648 10.8089 19.0512L10.4758 14.7114Z"
      fill="url(#paint24_radial_4002_3715)"
    />
    <path
      d="M10.4758 14.7114C10.4933 14.7126 10.511 14.7132 10.5288 14.7132C10.5288 14.7132 10.4708 13.7905 10.4128 13.1561C10.4128 12.8677 10.5288 12.5217 10.7609 12.3486L10.9349 12.1756C11.2249 11.9449 11.3409 11.5989 11.3409 11.2529V10.3301C11.3409 10.0417 11.5149 9.81102 11.8049 9.75335C12.501 9.58033 13.9511 9.29196 16.0392 9.29196C18.1273 9.29196 19.5774 9.58033 20.2735 9.75335C20.5055 9.81102 20.7375 10.0417 20.7375 10.3301V11.2529C20.7375 11.5989 20.9115 11.9449 21.1435 12.1756C21.6864 12.5561 21.6526 12.7653 21.6075 13.2137C21.5495 13.7905 21.4915 14.7709 21.4915 14.7709C21.4981 14.7709 21.5046 14.7708 21.5111 14.7707L21.2236 19.0512C21.05 20.9648 19.5457 22.2984 17.752 22.2984H14.2805C12.429 22.2984 10.9825 20.9648 10.8089 19.0512L10.4758 14.7114Z"
      fill="url(#paint25_linear_4002_3715)"
    />
    <path
      d="M10.4758 14.7114C10.4933 14.7126 10.511 14.7132 10.5288 14.7132C10.5288 14.7132 10.4708 13.7905 10.4128 13.1561C10.4128 12.8677 10.5288 12.5217 10.7609 12.3486L10.9349 12.1756C11.2249 11.9449 11.3409 11.5989 11.3409 11.2529V10.3301C11.3409 10.0417 11.5149 9.81102 11.8049 9.75335C12.501 9.58033 13.9511 9.29196 16.0392 9.29196C18.1273 9.29196 19.5774 9.58033 20.2735 9.75335C20.5055 9.81102 20.7375 10.0417 20.7375 10.3301V11.2529C20.7375 11.5989 20.9115 11.9449 21.1435 12.1756C21.6864 12.5561 21.6526 12.7653 21.6075 13.2137C21.5495 13.7905 21.4915 14.7709 21.4915 14.7709C21.4981 14.7709 21.5046 14.7708 21.5111 14.7707L21.2236 19.0512C21.05 20.9648 19.5457 22.2984 17.752 22.2984H14.2805C12.429 22.2984 10.9825 20.9648 10.8089 19.0512L10.4758 14.7114Z"
      fill="url(#paint26_radial_4002_3715)"
    />
    <path
      d="M10.4758 14.7114C10.4933 14.7126 10.511 14.7132 10.5288 14.7132C10.5288 14.7132 10.4708 13.7905 10.4128 13.1561C10.4128 12.8677 10.5288 12.5217 10.7609 12.3486L10.9349 12.1756C11.2249 11.9449 11.3409 11.5989 11.3409 11.2529V10.3301C11.3409 10.0417 11.5149 9.81102 11.8049 9.75335C12.501 9.58033 13.9511 9.29196 16.0392 9.29196C18.1273 9.29196 19.5774 9.58033 20.2735 9.75335C20.5055 9.81102 20.7375 10.0417 20.7375 10.3301V11.2529C20.7375 11.5989 20.9115 11.9449 21.1435 12.1756C21.6864 12.5561 21.6526 12.7653 21.6075 13.2137C21.5495 13.7905 21.4915 14.7709 21.4915 14.7709C21.4981 14.7709 21.5046 14.7708 21.5111 14.7707L21.2236 19.0512C21.05 20.9648 19.5457 22.2984 17.752 22.2984H14.2805C12.429 22.2984 10.9825 20.9648 10.8089 19.0512L10.4758 14.7114Z"
      fill="url(#paint27_radial_4002_3715)"
    />
    <path
      d="M10.4758 14.7114C10.4933 14.7126 10.511 14.7132 10.5288 14.7132C10.5288 14.7132 10.4708 13.7905 10.4128 13.1561C10.4128 12.8677 10.5288 12.5217 10.7609 12.3486L10.9349 12.1756C11.2249 11.9449 11.3409 11.5989 11.3409 11.2529V10.3301C11.3409 10.0417 11.5149 9.81102 11.8049 9.75335C12.501 9.58033 13.9511 9.29196 16.0392 9.29196C18.1273 9.29196 19.5774 9.58033 20.2735 9.75335C20.5055 9.81102 20.7375 10.0417 20.7375 10.3301V11.2529C20.7375 11.5989 20.9115 11.9449 21.1435 12.1756C21.6864 12.5561 21.6526 12.7653 21.6075 13.2137C21.5495 13.7905 21.4915 14.7709 21.4915 14.7709C21.4981 14.7709 21.5046 14.7708 21.5111 14.7707L21.2236 19.0512C21.05 20.9648 19.5457 22.2984 17.752 22.2984H14.2805C12.429 22.2984 10.9825 20.9648 10.8089 19.0512L10.4758 14.7114Z"
      fill="url(#paint28_radial_4002_3715)"
    />
    <g filter="url(#filter5_f_4002_3715)">
      <path
        d="M15.6928 15.2419L14.8057 17.0798C14.6957 17.4578 14.9596 17.8359 15.3335 17.8359H16.1307C16.5046 17.8359 16.7685 17.452 16.6585 17.0798L16.1197 15.2419C16.0042 14.8348 15.8137 14.8348 15.6928 15.2419Z"
        fill="#F1901C"
      />
    </g>
    <g filter="url(#filter6_f_4002_3715)">
      <path
        d="M15.5772 15.0655L15.0027 16.9034C14.8854 17.2815 15.1668 17.6595 15.5655 17.6595H16.4157C16.8144 17.6595 17.0958 17.2757 16.9785 16.9034L16.4039 15.0655C16.2808 14.6584 15.7062 14.6584 15.5772 15.0655Z"
        fill="#FFCC28"
      />
      <path
        d="M15.5772 15.0655L15.0027 16.9034C14.8854 17.2815 15.1668 17.6595 15.5655 17.6595H16.4157C16.8144 17.6595 17.0958 17.2757 16.9785 16.9034L16.4039 15.0655C16.2808 14.6584 15.7062 14.6584 15.5772 15.0655Z"
        fill="url(#paint29_linear_4002_3715)"
      />
      <path
        d="M15.5772 15.0655L15.0027 16.9034C14.8854 17.2815 15.1668 17.6595 15.5655 17.6595H16.4157C16.8144 17.6595 17.0958 17.2757 16.9785 16.9034L16.4039 15.0655C16.2808 14.6584 15.7062 14.6584 15.5772 15.0655Z"
        fill="url(#paint30_linear_4002_3715)"
      />
      <path
        d="M15.5772 15.0655L15.0027 16.9034C14.8854 17.2815 15.1668 17.6595 15.5655 17.6595H16.4157C16.8144 17.6595 17.0958 17.2757 16.9785 16.9034L16.4039 15.0655C16.2808 14.6584 15.7062 14.6584 15.5772 15.0655Z"
        fill="url(#paint31_linear_4002_3715)"
      />
    </g>
    <path
      d="M15.5772 15.0655L15.0027 16.9034C14.8854 17.2815 15.1668 17.6595 15.5655 17.6595H16.4157C16.8144 17.6595 17.0958 17.2757 16.9785 16.9034L16.4039 15.0655C16.2808 14.6584 15.7062 14.6584 15.5772 15.0655Z"
      fill="url(#paint32_linear_4002_3715)"
    />
    <path
      d="M14.5159 18.3592L14.5159 18.3592L14.5154 18.3589C14.4191 18.31 14.3188 18.3404 14.259 18.4034C14.199 18.4666 14.1755 18.5677 14.2374 18.6575C14.6085 19.2196 15.2548 19.5941 15.9906 19.5941C16.7265 19.5941 17.3729 19.2194 17.744 18.6571C17.8051 18.5654 17.7828 18.4644 17.7219 18.4011C17.6616 18.3385 17.5613 18.3103 17.4657 18.3589L17.4657 18.3589L17.4653 18.3592C17.0392 18.5813 16.5369 18.7086 15.9906 18.7086C15.4497 18.7086 14.9419 18.5813 14.5159 18.3592Z"
      fill="#8A004F"
      stroke="url(#paint33_linear_4002_3715)"
      strokeWidth={0.1}
    />
    <g filter="url(#filter7_i_4002_3715)">
      <path
        d="M20.0127 12.4327L20.0114 12.4316L20.0094 12.43L20.0046 12.426L19.9916 12.4157C19.9815 12.4078 19.9685 12.3979 19.9527 12.3863C19.9211 12.3632 19.8781 12.3333 19.8241 12.2995C19.7164 12.232 19.5636 12.148 19.3702 12.0716C18.982 11.9181 18.4277 11.7944 17.7561 11.9005C17.4413 11.9502 17.2264 12.2457 17.2761 12.5605C17.3258 12.8754 17.6213 13.0903 17.9361 13.0406C18.3663 12.9727 18.7107 13.052 18.9459 13.1449C19.0642 13.1917 19.1542 13.2418 19.2114 13.2776C19.2399 13.2955 19.2598 13.3095 19.2706 13.3174C19.2751 13.3207 19.2779 13.3229 19.2791 13.3238C19.5239 13.5234 19.8844 13.4891 20.0871 13.2459C20.2911 13.001 20.2576 12.6368 20.0127 12.4327Z"
        fill="#C85C2F"
      />
    </g>
    <g filter="url(#filter8_i_4002_3715)">
      <path
        d="M11.9099 12.4331L11.9108 12.4324L11.9117 12.4316L11.9137 12.43L11.9185 12.426L11.9315 12.4157C11.9416 12.4078 11.9546 12.3979 11.9704 12.3863C12.002 12.3632 12.045 12.3333 12.099 12.2995C12.2067 12.232 12.3595 12.148 12.5529 12.0716C12.9411 11.9181 13.4954 11.7944 14.167 11.9005C14.4818 11.9502 14.6967 12.2457 14.647 12.5605C14.5973 12.8754 14.3018 13.0903 13.987 13.0406C13.5568 12.9727 13.2124 13.052 12.9772 13.1449C12.8589 13.1917 12.7689 13.2418 12.7117 13.2776C12.6832 13.2955 12.6633 13.3095 12.6525 13.3174C12.648 13.3207 12.6452 13.3229 12.644 13.3238C12.3992 13.5234 12.0387 13.4891 11.836 13.2459C11.632 13.001 11.6651 12.6371 11.9099 12.4331Z"
        fill="#C85C2F"
      />
    </g>
    <path
      d="M18.5725 13.827C19.2786 13.827 19.8751 14.3138 20.0373 14.9716C20.0856 15.1602 19.9408 15.34 19.7479 15.34H17.3358C17.1823 15.34 17.0595 15.1997 17.0902 15.0462C17.2261 14.3533 17.8357 13.827 18.5725 13.827Z"
      fill="white"
    />
    <path
      d="M18.3489 14.1208C18.8839 14.1208 19.3137 14.555 19.3137 15.0857C19.3137 15.1734 19.3005 15.2611 19.2786 15.3401H17.4147C17.3928 15.2567 17.3796 15.1734 17.3796 15.0857C17.3796 14.555 17.8138 14.1208 18.3489 14.1208Z"
      fill="url(#paint34_radial_4002_3715)"
    />
    <path
      d="M17.7964 15.0857C17.7964 14.7787 18.042 14.5331 18.349 14.5331C18.656 14.5331 18.9016 14.7787 18.9016 15.0857C18.9016 15.1778 18.8796 15.2655 18.8402 15.34H17.8622C17.8183 15.2655 17.7964 15.1778 17.7964 15.0857Z"
      fill="black"
    />
    <g filter="url(#filter9_f_4002_3715)">
      <path
        d="M18.278 14.3248C18.3467 14.4167 18.203 14.5288 18.0397 14.6509C17.8763 14.7731 17.7551 14.8591 17.6864 14.7671C17.6176 14.6752 17.6943 14.5016 17.8577 14.3795C18.0211 14.2573 18.2092 14.2328 18.278 14.3248Z"
        fill="#C7A7A3"
      />
      <path
        d="M18.278 14.3248C18.3467 14.4167 18.203 14.5288 18.0397 14.6509C17.8763 14.7731 17.7551 14.8591 17.6864 14.7671C17.6176 14.6752 17.6943 14.5016 17.8577 14.3795C18.0211 14.2573 18.2092 14.2328 18.278 14.3248Z"
        fill="url(#paint35_radial_4002_3715)"
      />
    </g>
    <g filter="url(#filter10_f_4002_3715)">
      <path
        d="M19.2083 14.9586C19.1727 14.7092 19.0267 14.5212 18.9582 14.4584L18.6772 14.7667L18.804 15.0134L19.2083 14.9586Z"
        fill="url(#paint36_linear_4002_3715)"
      />
    </g>
    <path
      d="M13.4029 13.8269C12.6968 13.8269 12.1003 14.3138 11.9381 14.9716C11.8898 15.1602 12.0346 15.3401 12.2275 15.3401H14.6397C14.7932 15.3401 14.9161 15.1997 14.8854 15.0462C14.7494 14.3532 14.1354 13.8269 13.4029 13.8269Z"
      fill="white"
    />
    <path
      d="M13.6265 14.1208C13.0914 14.1208 12.6616 14.555 12.6616 15.0856C12.6616 15.1734 12.6748 15.2611 12.6967 15.34H14.5607C14.5826 15.2567 14.5958 15.1734 14.5958 15.0856C14.5914 14.555 14.1616 14.1208 13.6265 14.1208Z"
      fill="url(#paint37_radial_4002_3715)"
    />
    <path
      d="M14.1792 15.0857C14.1792 14.7787 13.9336 14.5331 13.6266 14.5331C13.3196 14.5331 13.074 14.7787 13.074 15.0857C13.074 15.1778 13.0959 15.2655 13.1354 15.34H14.1134C14.1529 15.2655 14.1792 15.1778 14.1792 15.0857Z"
      fill="black"
    />
    <g filter="url(#filter11_f_4002_3715)">
      <path
        d="M14.508 14.9723C14.508 14.6605 14.2545 14.4526 14.186 14.3898L13.8741 14.6913L14.066 15.0819L14.508 14.9723Z"
        fill="url(#paint38_linear_4002_3715)"
      />
    </g>
    <g filter="url(#filter12_f_4002_3715)">
      <ellipse
        cx={13.3354}
        cy={14.5331}
        rx={0.421224}
        ry={0.213178}
        transform="rotate(-27.914 13.3354 14.5331)"
        fill="#C7A7A3"
        fillOpacity={0.9}
      />
      <ellipse
        cx={13.3354}
        cy={14.5331}
        rx={0.421224}
        ry={0.213178}
        transform="rotate(-27.914 13.3354 14.5331)"
        fill="url(#paint39_radial_4002_3715)"
      />
    </g>
    <g filter="url(#filter13_f_4002_3715)">
      <path
        d="M17.7864 12.2764C18.2515 12.195 19.1584 12.2183 19.7862 12.7066"
        stroke="url(#paint40_linear_4002_3715)"
        strokeWidth={0.5}
        strokeLinecap="round"
      />
    </g>
    <g filter="url(#filter14_f_4002_3715)">
      <path
        d="M12.142 12.8371C12.4958 12.5244 13.2683 12.1952 14.226 12.3478"
        stroke="url(#paint41_linear_4002_3715)"
        strokeWidth={0.5}
        strokeLinecap="round"
      />
    </g>
    <path
      d="M7.39734 4.63484L6.96938 5.30092C6.91408 5.38698 6.91626 5.49851 6.97908 5.57924C7.87806 6.73452 9.35309 7.38043 10.2624 7.66614C10.3695 7.69979 10.4848 7.65469 10.5432 7.55883C10.6939 7.31137 10.8969 6.9745 10.952 6.86922C11.0208 6.73797 10.9234 6.63745 10.8661 6.60359L7.85046 4.77547L7.97546 4.50203C7.62546 4.39578 7.44421 4.5463 7.39734 4.63484Z"
      fill="url(#paint42_radial_4002_3715)"
    />
    <path
      d="M7.39734 4.63484L6.96938 5.30092C6.91408 5.38698 6.91626 5.49851 6.97908 5.57924C7.87806 6.73452 9.35309 7.38043 10.2624 7.66614C10.3695 7.69979 10.4848 7.65469 10.5432 7.55883C10.6939 7.31137 10.8969 6.9745 10.952 6.86922C11.0208 6.73797 10.9234 6.63745 10.8661 6.60359L7.85046 4.77547L7.97546 4.50203C7.62546 4.39578 7.44421 4.5463 7.39734 4.63484Z"
      fill="url(#paint43_radial_4002_3715)"
    />
    <path
      d="M24.7603 4.63484L25.1882 5.30092C25.2435 5.38698 25.2413 5.49851 25.1785 5.57924C24.2795 6.73452 22.8045 7.38043 21.8952 7.66614C21.7881 7.69979 21.6728 7.65469 21.6144 7.55883C21.4637 7.31137 21.2607 6.9745 21.2056 6.86922C21.1368 6.73797 21.2342 6.63745 21.2915 6.60359L24.3071 4.77547L24.1821 4.50203C24.5321 4.39578 24.7134 4.5463 24.7603 4.63484Z"
      fill="url(#paint44_radial_4002_3715)"
    />
    <path
      d="M24.7603 4.63484L25.1882 5.30092C25.2435 5.38698 25.2413 5.49851 25.1785 5.57924C24.2795 6.73452 22.8045 7.38043 21.8952 7.66614C21.7881 7.69979 21.6728 7.65469 21.6144 7.55883C21.4637 7.31137 21.2607 6.9745 21.2056 6.86922C21.1368 6.73797 21.2342 6.63745 21.2915 6.60359L24.3071 4.77547L24.1821 4.50203C24.5321 4.39578 24.7134 4.5463 24.7603 4.63484Z"
      fill="url(#paint45_radial_4002_3715)"
    />
    <path
      d="M9.51477 3.08415C8.89135 3.61589 8.07766 4.36529 7.72542 4.69525C7.71017 4.70954 7.69947 4.72778 7.69827 4.74864C7.66548 5.32248 9.66674 6.37372 10.7369 6.76196C10.7478 6.7659 10.7592 6.76775 10.7707 6.76769C11.712 6.76312 11.8755 6.39558 12.5068 6.10367C13.2334 5.76774 13.9835 5.79508 14.3741 5.79508C14.7648 5.79508 14.9757 5.57633 15.0695 5.38102C15.1331 5.24849 15.1339 5.06461 15.0402 4.85758C15.1261 4.85758 15.3628 4.77008 15.4816 4.57633C15.6566 4.30758 15.5903 4.06852 15.5382 3.95133C15.6945 3.88883 15.8747 3.64741 15.8507 3.30289C15.8132 2.76539 15.2882 2.64144 15.0695 2.64664H14.9054C14.9179 2.09664 14.3201 2.04638 14.0909 2.07242L12.3741 2.17008C12.1163 1.99039 11.7846 1.98743 11.6085 2.03727C11.1762 2.15967 10.3452 2.37587 9.51477 3.08415Z"
      fill="url(#paint46_radial_4002_3715)"
    />
    <path
      d="M9.51477 3.08415C8.89135 3.61589 8.07766 4.36529 7.72542 4.69525C7.71017 4.70954 7.69947 4.72778 7.69827 4.74864C7.66548 5.32248 9.66674 6.37372 10.7369 6.76196C10.7478 6.7659 10.7592 6.76775 10.7707 6.76769C11.712 6.76312 11.8755 6.39558 12.5068 6.10367C13.2334 5.76774 13.9835 5.79508 14.3741 5.79508C14.7648 5.79508 14.9757 5.57633 15.0695 5.38102C15.1331 5.24849 15.1339 5.06461 15.0402 4.85758C15.1261 4.85758 15.3628 4.77008 15.4816 4.57633C15.6566 4.30758 15.5903 4.06852 15.5382 3.95133C15.6945 3.88883 15.8747 3.64741 15.8507 3.30289C15.8132 2.76539 15.2882 2.64144 15.0695 2.64664H14.9054C14.9179 2.09664 14.3201 2.04638 14.0909 2.07242L12.3741 2.17008C12.1163 1.99039 11.7846 1.98743 11.6085 2.03727C11.1762 2.15967 10.3452 2.37587 9.51477 3.08415Z"
      fill="url(#paint47_radial_4002_3715)"
    />
    <path
      d="M22.6428 3.08415C23.2662 3.61589 24.0799 4.36529 24.4322 4.69525C24.4474 4.70954 24.4581 4.72778 24.4593 4.74864C24.4921 5.32248 22.4908 6.37372 21.4206 6.76196C21.4098 6.7659 21.3984 6.76775 21.3869 6.76769C20.4456 6.76312 20.2821 6.39558 19.6508 6.10367C18.9242 5.76774 18.1741 5.79508 17.7835 5.79508C17.3928 5.79508 17.1819 5.57633 17.0881 5.38102C17.0245 5.24849 17.0237 5.06461 17.1174 4.85758C17.0315 4.85758 16.7948 4.77008 16.676 4.57633C16.501 4.30758 16.5673 4.06852 16.6194 3.95133C16.4631 3.88883 16.2829 3.64741 16.3069 3.30289C16.3444 2.76539 16.8694 2.64144 17.0881 2.64664H17.2522C17.2397 2.09664 17.8375 2.04638 18.0667 2.07242L19.7835 2.17008C20.0413 1.99039 20.373 1.98743 20.5491 2.03727C20.9814 2.15967 21.8124 2.37587 22.6428 3.08415Z"
      fill="url(#paint48_radial_4002_3715)"
    />
    <path
      d="M22.6428 3.08415C23.2662 3.61589 24.0799 4.36529 24.4322 4.69525C24.4474 4.70954 24.4581 4.72778 24.4593 4.74864C24.4921 5.32248 22.4908 6.37372 21.4206 6.76196C21.4098 6.7659 21.3984 6.76775 21.3869 6.76769C20.4456 6.76312 20.2821 6.39558 19.6508 6.10367C18.9242 5.76774 18.1741 5.79508 17.7835 5.79508C17.3928 5.79508 17.1819 5.57633 17.0881 5.38102C17.0245 5.24849 17.0237 5.06461 17.1174 4.85758C17.0315 4.85758 16.7948 4.77008 16.676 4.57633C16.501 4.30758 16.5673 4.06852 16.6194 3.95133C16.4631 3.88883 16.2829 3.64741 16.3069 3.30289C16.3444 2.76539 16.8694 2.64144 17.0881 2.64664H17.2522C17.2397 2.09664 17.8375 2.04638 18.0667 2.07242L19.7835 2.17008C20.0413 1.99039 20.373 1.98743 20.5491 2.03727C20.9814 2.15967 21.8124 2.37587 22.6428 3.08415Z"
      fill="url(#paint49_radial_4002_3715)"
    />
    <path
      d="M11.0821 3.1857C11.7618 2.84195 13.551 2.61538 14.2697 2.66226"
      stroke="#F9C530"
      strokeWidth={1.3}
      strokeLinecap="round"
    />
    <path
      d="M11.0821 3.1857C11.7618 2.84195 13.551 2.61538 14.2697 2.66226"
      stroke="url(#paint50_radial_4002_3715)"
      strokeWidth={1.3}
      strokeLinecap="round"
    />
    <path
      d="M11.0821 3.1857C11.7618 2.84195 13.551 2.61538 14.2697 2.66226"
      stroke="url(#paint51_linear_4002_3715)"
      strokeWidth={1.3}
      strokeLinecap="round"
    />
    <path
      d="M11.0821 3.1857C11.7618 2.84195 13.551 2.61538 14.2697 2.66226"
      stroke="url(#paint52_radial_4002_3715)"
      strokeWidth={1.3}
      strokeLinecap="round"
    />
    <path
      d="M21.0755 3.1857C20.3957 2.84195 18.6066 2.61538 17.8879 2.66226"
      stroke="url(#paint53_linear_4002_3715)"
      strokeWidth={1.3}
      strokeLinecap="round"
    />
    <path
      d="M21.0755 3.1857C20.3957 2.84195 18.6066 2.61538 17.8879 2.66226"
      stroke="url(#paint54_linear_4002_3715)"
      strokeWidth={1.3}
      strokeLinecap="round"
    />
    <path
      d="M21.0755 3.1857C20.3957 2.84195 18.6066 2.61538 17.8879 2.66226"
      stroke="url(#paint55_radial_4002_3715)"
      strokeWidth={1.3}
      strokeLinecap="round"
    />
    <path
      d="M12.6205 3.49041C13.0502 3.38103 14.2706 3.21696 15.2863 3.34196"
      stroke="#F9C530"
      strokeWidth={1.4}
      strokeLinecap="round"
    />
    <path
      d="M12.6205 3.49041C13.0502 3.38103 14.2706 3.21696 15.2863 3.34196"
      stroke="url(#paint56_radial_4002_3715)"
      strokeWidth={1.4}
      strokeLinecap="round"
    />
    <path
      d="M12.6205 3.49041C13.0502 3.38103 14.2706 3.21696 15.2863 3.34196"
      stroke="url(#paint57_linear_4002_3715)"
      strokeWidth={1.4}
      strokeLinecap="round"
    />
    <path
      d="M12.6205 3.49041C13.0502 3.38103 14.2706 3.21696 15.2863 3.34196"
      stroke="url(#paint58_radial_4002_3715)"
      strokeWidth={1.4}
      strokeLinecap="round"
    />
    <path
      d="M20.1261 3.60759C19.6964 3.49821 17.7511 3.13103 16.8713 3.34196"
      stroke="url(#paint59_linear_4002_3715)"
      strokeWidth={1.3}
      strokeLinecap="round"
    />
    <path
      d="M20.1261 3.60759C19.6964 3.49821 17.7511 3.13103 16.8713 3.34196"
      stroke="url(#paint60_linear_4002_3715)"
      strokeWidth={1.3}
      strokeLinecap="round"
    />
    <path
      d="M20.1261 3.60759C19.6964 3.49821 17.7511 3.13103 16.8713 3.34196"
      stroke="url(#paint61_radial_4002_3715)"
      strokeWidth={1.3}
      strokeLinecap="round"
    />
    <path
      d="M12.6595 4.30288C13.0892 4.1935 13.9408 4.09975 14.9564 4.22475"
      stroke="url(#paint62_radial_4002_3715)"
      strokeWidth={1.3}
      strokeLinecap="round"
    />
    <path
      d="M12.6595 4.30288C13.0892 4.1935 13.9408 4.09975 14.9564 4.22475"
      stroke="#F9C530"
      strokeWidth={1.3}
      strokeLinecap="round"
    />
    <path
      d="M12.6595 4.30288C13.0892 4.1935 13.9408 4.09975 14.9564 4.22475"
      stroke="url(#paint63_radial_4002_3715)"
      strokeWidth={1.3}
      strokeLinecap="round"
    />
    <path
      d="M12.6595 4.30288C13.0892 4.1935 13.9408 4.09975 14.9564 4.22475"
      stroke="url(#paint64_linear_4002_3715)"
      strokeWidth={1.3}
      strokeLinecap="round"
    />
    <path
      d="M12.6595 4.30288C13.0892 4.1935 13.9408 4.09975 14.9564 4.22475"
      stroke="url(#paint65_radial_4002_3715)"
      strokeWidth={1.3}
      strokeLinecap="round"
    />
    <path
      d="M19.498 4.30288C19.0684 4.1935 18.2168 4.09975 17.2012 4.22475"
      stroke="url(#paint66_linear_4002_3715)"
      strokeWidth={1.3}
      strokeLinecap="round"
    />
    <path
      d="M19.498 4.30288C19.0684 4.1935 18.2168 4.09975 17.2012 4.22475"
      stroke="url(#paint67_linear_4002_3715)"
      strokeWidth={1.3}
      strokeLinecap="round"
    />
    <path
      d="M19.498 4.30288C19.0684 4.1935 18.2168 4.09975 17.2012 4.22475"
      stroke="url(#paint68_radial_4002_3715)"
      strokeWidth={1.3}
      strokeLinecap="round"
    />
    <path
      d="M12.3002 5.38101C12.5736 5.27945 13.4017 5.07632 14.472 5.13882"
      stroke="#F9C530"
      strokeWidth={1.3}
      strokeLinecap="round"
    />
    <path
      d="M12.3002 5.38101C12.5736 5.27945 13.4017 5.07632 14.472 5.13882"
      stroke="url(#paint69_radial_4002_3715)"
      strokeWidth={1.3}
      strokeLinecap="round"
    />
    <path
      d="M12.3002 5.38101C12.5736 5.27945 13.4017 5.07632 14.472 5.13882"
      stroke="url(#paint70_linear_4002_3715)"
      strokeWidth={1.3}
      strokeLinecap="round"
    />
    <path
      d="M19.8574 5.38101C19.584 5.27945 18.7559 5.07632 17.6855 5.13882"
      stroke="url(#paint71_linear_4002_3715)"
      strokeWidth={1.3}
      strokeLinecap="round"
    />
    <path
      d="M19.8574 5.38101C19.584 5.27945 18.7559 5.07632 17.6855 5.13882"
      stroke="url(#paint72_linear_4002_3715)"
      strokeWidth={1.3}
      strokeLinecap="round"
    />
    <path
      d="M19.8574 5.38101C19.584 5.27945 18.7559 5.07632 17.6855 5.13882"
      stroke="url(#paint73_radial_4002_3715)"
      strokeWidth={1.3}
      strokeLinecap="round"
    />
    <path
      d="M22.6428 3.08415C23.2662 3.61589 24.0799 4.36529 24.4322 4.69525C24.4474 4.70954 24.4581 4.72778 24.4593 4.74864C24.4921 5.32248 22.4908 6.37372 21.4206 6.76196C21.4098 6.7659 21.3984 6.76775 21.3869 6.76769C20.4456 6.76312 20.2821 6.39558 19.6508 6.10367C18.9242 5.76774 18.1741 5.79508 17.7835 5.79508C17.3928 5.79508 17.1819 5.57633 17.0881 5.38102C17.0245 5.24849 17.0237 5.06461 17.1174 4.85758C17.0315 4.85758 16.7948 4.77008 16.676 4.57633C16.501 4.30758 16.5673 4.06852 16.6194 3.95133C16.4631 3.88883 16.2829 3.64741 16.3069 3.30289C16.3444 2.76539 16.8694 2.64144 17.0881 2.64664H17.2522C17.2397 2.09664 17.8375 2.04638 18.0667 2.07242L19.7835 2.17008C20.0413 1.99039 20.373 1.98743 20.5491 2.03727C20.9814 2.15967 21.8124 2.37587 22.6428 3.08415Z"
      fill="url(#paint74_radial_4002_3715)"
    />
    <path
      d="M9.51477 3.08415C8.89135 3.61589 8.07766 4.36529 7.72542 4.69525C7.71017 4.70954 7.69947 4.72778 7.69827 4.74864C7.66548 5.32248 9.66674 6.37372 10.7369 6.76196C10.7478 6.7659 10.7592 6.76775 10.7707 6.76769C11.712 6.76312 11.8755 6.39558 12.5068 6.10367C13.2334 5.76774 13.9835 5.79508 14.3741 5.79508C14.7648 5.79508 14.9757 5.57633 15.0695 5.38102C15.1331 5.24849 15.1339 5.06461 15.0402 4.85758C15.1261 4.85758 15.3628 4.77008 15.4816 4.57633C15.6566 4.30758 15.5903 4.06852 15.5382 3.95133C15.6945 3.88883 15.8747 3.64741 15.8507 3.30289C15.8132 2.76539 15.2882 2.64144 15.0695 2.64664H14.9054C14.9179 2.09664 14.3201 2.04638 14.0909 2.07242L12.3741 2.17008C12.1163 1.99039 11.7846 1.98743 11.6085 2.03727C11.1762 2.15967 10.3452 2.37587 9.51477 3.08415Z"
      fill="url(#paint75_radial_4002_3715)"
    />
    <g filter="url(#filter15_f_4002_3715)">
      <path
        d="M7.78818 26.7906L2.34375 16.694L6.9375 15.8815L10.9757 23.7593C9.62568 25.7843 8.28818 26.6239 7.78818 26.7906Z"
        fill="url(#paint76_radial_4002_3715)"
      />
    </g>
    <g filter="url(#filter16_f_4002_3715)">
      <path
        d="M8.67297 26.6779C9.15214 26.23 10.3417 24.9716 11.2667 23.5216"
        stroke="url(#paint77_linear_4002_3715)"
        strokeWidth={0.5}
        strokeLinecap="round"
      />
    </g>
    <defs>
      <filter
        id="filter0_f_4002_3715"
        x={9.28052}
        y={13.7981}
        width={3.15186}
        height={3.15186}
        filterUnits="userSpaceOnUse"
        colorInterpolationFilters="sRGB"
      >
        <feFlood floodOpacity={0} result="BackgroundImageFix" />
        <feBlend
          mode="normal"
          in="SourceGraphic"
          in2="BackgroundImageFix"
          result="shape"
        />
        <feGaussianBlur
          stdDeviation={0.25}
          result="effect1_foregroundBlur_4002_3715"
        />
      </filter>
      <filter
        id="filter1_i_4002_3715"
        x={19.3384}
        y={13.3187}
        width={3.8606}
        height={3.86057}
        filterUnits="userSpaceOnUse"
        colorInterpolationFilters="sRGB"
      >
        <feFlood floodOpacity={0} result="BackgroundImageFix" />
        <feBlend
          mode="normal"
          in="SourceGraphic"
          in2="BackgroundImageFix"
          result="shape"
        />
        <feColorMatrix
          in="SourceAlpha"
          type="matrix"
          values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
          result="hardAlpha"
        />
        <feOffset dx={0.25} dy={-0.25} />
        <feGaussianBlur stdDeviation={0.25} />
        <feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
        <feColorMatrix
          type="matrix"
          values="0 0 0 0 0.85098 0 0 0 0 0.560784 0 0 0 0 0.376471 0 0 0 1 0"
        />
        <feBlend
          mode="normal"
          in2="shape"
          result="effect1_innerShadow_4002_3715"
        />
      </filter>
      <filter
        id="filter2_f_4002_3715"
        x={19.5677}
        y={13.7981}
        width={3.15186}
        height={3.15186}
        filterUnits="userSpaceOnUse"
        colorInterpolationFilters="sRGB"
      >
        <feFlood floodOpacity={0} result="BackgroundImageFix" />
        <feBlend
          mode="normal"
          in="SourceGraphic"
          in2="BackgroundImageFix"
          result="shape"
        />
        <feGaussianBlur
          stdDeviation={0.25}
          result="effect1_foregroundBlur_4002_3715"
        />
      </filter>
      <filter
        id="filter3_i_4002_3715"
        x={9.17712}
        y={5.87297}
        width={13.6268}
        height={8.89797}
        filterUnits="userSpaceOnUse"
        colorInterpolationFilters="sRGB"
      >
        <feFlood floodOpacity={0} result="BackgroundImageFix" />
        <feBlend
          mode="normal"
          in="SourceGraphic"
          in2="BackgroundImageFix"
          result="shape"
        />
        <feColorMatrix
          in="SourceAlpha"
          type="matrix"
          values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
          result="hardAlpha"
        />
        <feOffset dy={-0.2} />
        <feGaussianBlur stdDeviation={0.25} />
        <feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
        <feColorMatrix
          type="matrix"
          values="0 0 0 0 0.968627 0 0 0 0 0.533333 0 0 0 0 0.054902 0 0 0 1 0"
        />
        <feBlend
          mode="normal"
          in2="shape"
          result="effect1_innerShadow_4002_3715"
        />
      </filter>
      <filter
        id="filter4_f_4002_3715"
        x={9.35742}
        y={22.2404}
        width={15.6875}
        height={8.15625}
        filterUnits="userSpaceOnUse"
        colorInterpolationFilters="sRGB"
      >
        <feFlood floodOpacity={0} result="BackgroundImageFix" />
        <feBlend
          mode="normal"
          in="SourceGraphic"
          in2="BackgroundImageFix"
          result="shape"
        />
        <feGaussianBlur
          stdDeviation={0.375}
          result="effect1_foregroundBlur_4002_3715"
        />
      </filter>
      <filter
        id="filter5_f_4002_3715"
        x={14.0305}
        y={14.1866}
        width={3.4032}
        height={4.39932}
        filterUnits="userSpaceOnUse"
        colorInterpolationFilters="sRGB"
      >
        <feFlood floodOpacity={0} result="BackgroundImageFix" />
        <feBlend
          mode="normal"
          in="SourceGraphic"
          in2="BackgroundImageFix"
          result="shape"
        />
        <feGaussianBlur
          stdDeviation={0.375}
          result="effect1_foregroundBlur_4002_3715"
        />
      </filter>
      <filter
        id="filter6_f_4002_3715"
        x={14.7258}
        y={14.5102}
        width={2.52954}
        height={3.39932}
        filterUnits="userSpaceOnUse"
        colorInterpolationFilters="sRGB"
      >
        <feFlood floodOpacity={0} result="BackgroundImageFix" />
        <feBlend
          mode="normal"
          in="SourceGraphic"
          in2="BackgroundImageFix"
          result="shape"
        />
        <feGaussianBlur
          stdDeviation={0.125}
          result="effect1_foregroundBlur_4002_3715"
        />
      </filter>
      <filter
        id="filter7_i_4002_3715"
        x={17.2689}
        y={11.4608}
        width={3.20178}
        height={1.99271}
        filterUnits="userSpaceOnUse"
        colorInterpolationFilters="sRGB"
      >
        <feFlood floodOpacity={0} result="BackgroundImageFix" />
        <feBlend
          mode="normal"
          in="SourceGraphic"
          in2="BackgroundImageFix"
          result="shape"
        />
        <feColorMatrix
          in="SourceAlpha"
          type="matrix"
          values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
          result="hardAlpha"
        />
        <feOffset dx={0.25} dy={-0.4} />
        <feGaussianBlur stdDeviation={0.3} />
        <feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
        <feColorMatrix
          type="matrix"
          values="0 0 0 0 0.615686 0 0 0 0 0.243137 0 0 0 0 0.0901961 0 0 0 1 0"
        />
        <feBlend
          mode="normal"
          in2="shape"
          result="effect1_innerShadow_4002_3715"
        />
      </filter>
      <filter
        id="filter8_i_4002_3715"
        x={11.7023}
        y={11.4608}
        width={3.2019}
        height={1.99271}
        filterUnits="userSpaceOnUse"
        colorInterpolationFilters="sRGB"
      >
        <feFlood floodOpacity={0} result="BackgroundImageFix" />
        <feBlend
          mode="normal"
          in="SourceGraphic"
          in2="BackgroundImageFix"
          result="shape"
        />
        <feColorMatrix
          in="SourceAlpha"
          type="matrix"
          values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
          result="hardAlpha"
        />
        <feOffset dx={0.25} dy={-0.4} />
        <feGaussianBlur stdDeviation={0.3} />
        <feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
        <feColorMatrix
          type="matrix"
          values="0 0 0 0 0.615686 0 0 0 0 0.243137 0 0 0 0 0.0901961 0 0 0 1 0"
        />
        <feBlend
          mode="normal"
          in2="shape"
          result="effect1_innerShadow_4002_3715"
        />
      </filter>
      <filter
        id="filter9_f_4002_3715"
        x={17.5611}
        y={14.1691}
        width={0.834399}
        height={0.73656}
        filterUnits="userSpaceOnUse"
        colorInterpolationFilters="sRGB"
      >
        <feFlood floodOpacity={0} result="BackgroundImageFix" />
        <feBlend
          mode="normal"
          in="SourceGraphic"
          in2="BackgroundImageFix"
          result="shape"
        />
        <feGaussianBlur
          stdDeviation={0.05}
          result="effect1_foregroundBlur_4002_3715"
        />
      </filter>
      <filter
        id="filter10_f_4002_3715"
        x={18.4772}
        y={14.2584}
        width={0.931128}
        height={0.955054}
        filterUnits="userSpaceOnUse"
        colorInterpolationFilters="sRGB"
      >
        <feFlood floodOpacity={0} result="BackgroundImageFix" />
        <feBlend
          mode="normal"
          in="SourceGraphic"
          in2="BackgroundImageFix"
          result="shape"
        />
        <feGaussianBlur
          stdDeviation={0.1}
          result="effect1_foregroundBlur_4002_3715"
        />
      </filter>
      <filter
        id="filter11_f_4002_3715"
        x={13.6741}
        y={14.1898}
        width={1.03391}
        height={1.09214}
        filterUnits="userSpaceOnUse"
        colorInterpolationFilters="sRGB"
      >
        <feFlood floodOpacity={0} result="BackgroundImageFix" />
        <feBlend
          mode="normal"
          in="SourceGraphic"
          in2="BackgroundImageFix"
          result="shape"
        />
        <feGaussianBlur
          stdDeviation={0.1}
          result="effect1_foregroundBlur_4002_3715"
        />
      </filter>
      <filter
        id="filter12_f_4002_3715"
        x={12.85}
        y={14.1603}
        width={0.970874}
        height={0.74541}
        filterUnits="userSpaceOnUse"
        colorInterpolationFilters="sRGB"
      >
        <feFlood floodOpacity={0} result="BackgroundImageFix" />
        <feBlend
          mode="normal"
          in="SourceGraphic"
          in2="BackgroundImageFix"
          result="shape"
        />
        <feGaussianBlur
          stdDeviation={0.05}
          result="effect1_foregroundBlur_4002_3715"
        />
      </filter>
      <filter
        id="filter13_f_4002_3715"
        x={17.0364}
        y={11.4905}
        width={3.49988}
        height={1.96616}
        filterUnits="userSpaceOnUse"
        colorInterpolationFilters="sRGB"
      >
        <feFlood floodOpacity={0} result="BackgroundImageFix" />
        <feBlend
          mode="normal"
          in="SourceGraphic"
          in2="BackgroundImageFix"
          result="shape"
        />
        <feGaussianBlur
          stdDeviation={0.25}
          result="effect1_foregroundBlur_4002_3715"
        />
      </filter>
      <filter
        id="filter14_f_4002_3715"
        x={11.392}
        y={11.5593}
        width={3.58411}
        height={2.0278}
        filterUnits="userSpaceOnUse"
        colorInterpolationFilters="sRGB"
      >
        <feFlood floodOpacity={0} result="BackgroundImageFix" />
        <feBlend
          mode="normal"
          in="SourceGraphic"
          in2="BackgroundImageFix"
          result="shape"
        />
        <feGaussianBlur
          stdDeviation={0.25}
          result="effect1_foregroundBlur_4002_3715"
        />
      </filter>
      <filter
        id="filter15_f_4002_3715"
        x={1.84375}
        y={15.3815}
        width={9.63196}
        height={11.9091}
        filterUnits="userSpaceOnUse"
        colorInterpolationFilters="sRGB"
      >
        <feFlood floodOpacity={0} result="BackgroundImageFix" />
        <feBlend
          mode="normal"
          in="SourceGraphic"
          in2="BackgroundImageFix"
          result="shape"
        />
        <feGaussianBlur
          stdDeviation={0.25}
          result="effect1_foregroundBlur_4002_3715"
        />
      </filter>
      <filter
        id="filter16_f_4002_3715"
        x={7.92297}
        y={22.7716}
        width={4.09375}
        height={4.65628}
        filterUnits="userSpaceOnUse"
        colorInterpolationFilters="sRGB"
      >
        <feFlood floodOpacity={0} result="BackgroundImageFix" />
        <feBlend
          mode="normal"
          in="SourceGraphic"
          in2="BackgroundImageFix"
          result="shape"
        />
        <feGaussianBlur
          stdDeviation={0.25}
          result="effect1_foregroundBlur_4002_3715"
        />
      </filter>
      <radialGradient
        id="paint0_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(9.05103 15.374) scale(1.89764 3.32088)"
      >
        <stop offset={0.350532} stopColor="#E6962B" />
        <stop offset={1} stopColor="#CA8F29" />
      </radialGradient>
      <linearGradient
        id="paint1_linear_4002_3715"
        x1={10.8564}
        y1={15.6753}
        x2={10.1638}
        y2={15.6753}
        gradientUnits="userSpaceOnUse"
      >
        <stop stopColor="#BD6A1E" />
        <stop offset={1} stopColor="#D77A1C" />
      </linearGradient>
      <linearGradient
        id="paint2_linear_4002_3715"
        x1={22.3185}
        y1={14.1936}
        x2={21.4332}
        y2={16.9363}
        gradientUnits="userSpaceOnUse"
      >
        <stop stopColor="#FFE446" />
        <stop offset={1} stopColor="#FFC339" />
      </linearGradient>
      <radialGradient
        id="paint3_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(21.546 15.0876) rotate(-36.0604) scale(1.10585 1.26218)"
      >
        <stop offset={0.542503} stopColor="#FFC532" />
        <stop offset={1} stopColor="#FFC532" stopOpacity={0} />
      </radialGradient>
      <radialGradient
        id="paint4_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(21.099 16.2621) rotate(-61.4675) scale(1.85924 1.08822)"
      >
        <stop offset={0.689542} stopColor="#F4A51A" stopOpacity={0} />
        <stop offset={1} stopColor="#F4A51A" />
      </radialGradient>
      <radialGradient
        id="paint5_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(21.1437 15.374) rotate(44.7077) scale(0.394515 0.508585)"
      >
        <stop stopColor="#E59B1F" />
        <stop offset={1} stopColor="#E59B1F" stopOpacity={0} />
      </radialGradient>
      <radialGradient
        id="paint6_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(17.6563 7.56905) rotate(106.579) scale(4.27132 5.24326)"
      >
        <stop offset={0.221871} stopColor="#FFD331" />
        <stop offset={1} stopColor="#FFD331" stopOpacity={0} />
      </radialGradient>
      <radialGradient
        id="paint7_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(17.8125 5.50655) rotate(98.9306) scale(2.21434 4.0449)"
      >
        <stop offset={0.18514} stopColor="#CF8228" />
        <stop offset={1} stopColor="#E5921A" stopOpacity={0} />
      </radialGradient>
      <radialGradient
        id="paint8_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(10.5625 7.95967) rotate(49.5905) scale(1.51852 3.40245)"
      >
        <stop offset={0.314344} stopColor="#BB8939" />
        <stop offset={1} stopColor="#D48E1E" stopOpacity={0} />
      </radialGradient>
      <linearGradient
        id="paint9_linear_4002_3715"
        x1={9.17712}
        y1={13.0065}
        x2={11.75}
        y2={12.569}
        gradientUnits="userSpaceOnUse"
      >
        <stop offset={0.0257606} stopColor="#B37F43" />
        <stop offset={1} stopColor="#B37F43" stopOpacity={0} />
      </linearGradient>
      <radialGradient
        id="paint10_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(15.9906 13.194) rotate(-35.4184) scale(7.87258 10.8846)"
      >
        <stop offset={0.672839} stopColor="#CC8720" stopOpacity={0} />
        <stop offset={0.917762} stopColor="#795917" />
      </radialGradient>
      <radialGradient
        id="paint11_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(11.3887 13.3607) rotate(-130.872) scale(2.62734 3.95425)"
      >
        <stop offset={0.22521} stopColor="#C35B0B" />
        <stop offset={0.721506} stopColor="#C35B0B" stopOpacity={0} />
      </radialGradient>
      <radialGradient
        id="paint12_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(11.125 11.4597) rotate(-91.5802) scale(2.26649 0.808748)"
      >
        <stop offset={0.324969} stopColor="#FFA92A" />
        <stop offset={1} stopColor="#FFA92A" stopOpacity={0} />
      </radialGradient>
      <linearGradient
        id="paint13_linear_4002_3715"
        x1={22.8253}
        y1={30.7768}
        x2={0.452351}
        y2={8.82827}
        gradientUnits="userSpaceOnUse"
      >
        <stop stopColor="#3CA8FF" />
        <stop offset={1} stopColor="#2A99FF" />
      </linearGradient>
      <radialGradient
        id="paint14_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(11 29.9904) scale(8.8125 9.43494)"
      >
        <stop stopColor="#2691FF" />
        <stop offset={1} stopColor="#2691FF" stopOpacity={0} />
      </radialGradient>
      <radialGradient
        id="paint15_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(23.375 24.3503) rotate(-58.6713) scale(10.0972 7.98563)"
      >
        <stop offset={0.285977} stopColor="#298DFF" />
        <stop offset={1} stopColor="#298DFF" stopOpacity={0} />
      </radialGradient>
      <radialGradient
        id="paint16_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(7.5 29.9904) scale(3 4.4849)"
      >
        <stop stopColor="#499EFA" />
        <stop offset={1} stopColor="#499EFA" stopOpacity={0} />
      </radialGradient>
      <radialGradient
        id="paint17_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(15.125 19.5378) rotate(80.9604) scale(5.56917 7.08982)"
      >
        <stop offset={0.539295} stopColor="#1D5894" />
        <stop offset={1} stopColor="#1D5894" stopOpacity={0} />
      </radialGradient>
      <radialGradient
        id="paint18_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(8.78125 6.89716) rotate(118.413) scale(1.08366 3.24985)"
      >
        <stop offset={0.271519} stopColor="#43BBFF" />
        <stop offset={1} stopColor="#43BBFF" stopOpacity={0} />
      </radialGradient>
      <radialGradient
        id="paint19_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(1.625 13.7878) scale(3.1875 28.1734)"
      >
        <stop stopColor="#54ACF3" />
        <stop offset={1} stopColor="#54ACF3" stopOpacity={0} />
      </radialGradient>
      <radialGradient
        id="paint20_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(25.625 5.91278) rotate(56.7764) scale(12.7759 4.61605)"
      >
        <stop offset={0.180769} stopColor="#46C5FF" />
        <stop offset={1} stopColor="#46C5FF" stopOpacity={0} />
      </radialGradient>
      <radialGradient
        id="paint21_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(23.6563 6.47528) rotate(57.0508) scale(1.00548 2.92004)"
      >
        <stop offset={0.44313} stopColor="#419AE2" />
        <stop offset={1} stopColor="#419AE2" stopOpacity={0} />
      </radialGradient>
      <radialGradient
        id="paint22_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(22.4199 26.3185) rotate(145.941) scale(7.39327 7.04413)"
      >
        <stop offset={0.205699} stopColor="#47B8FF" />
        <stop offset={1} stopColor="#47B8FF" stopOpacity={0} />
      </radialGradient>
      <radialGradient
        id="paint23_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(17.3195 24.3506) rotate(-129.643) scale(3.73397 4.5453)"
      >
        <stop offset={0.229795} stopColor="#FFCC3E" />
        <stop offset={1} stopColor="#BD6E02" />
      </radialGradient>
      <radialGradient
        id="paint24_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(19.2591 10.2278) rotate(90) scale(14.098 8.21429)"
      >
        <stop stopColor="#FFE833" />
        <stop offset={1} stopColor="#FFAC1B" />
      </radialGradient>
      <linearGradient
        id="paint25_linear_4002_3715"
        x1={10.1556}
        y1={18.7105}
        x2={12.6563}
        y2={18.3844}
        gradientUnits="userSpaceOnUse"
      >
        <stop stopColor="#D19C3A" />
        <stop offset={1} stopColor="#D19C3A" stopOpacity={0} />
      </linearGradient>
      <radialGradient
        id="paint26_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(16.5847 12.9786) rotate(90.6636) scale(9.89601 11.3446)"
      >
        <stop offset={0.565957} stopColor="#FA9B3B" stopOpacity={0} />
        <stop offset={0.945372} stopColor="#CD7F3F" />
      </radialGradient>
      <radialGradient
        id="paint27_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(18.5275 13.9991) rotate(-90) scale(1.41342 1.7396)"
      >
        <stop stopColor="#FFBA0D" />
        <stop offset={1} stopColor="#FFBA0D" stopOpacity={0} />
      </radialGradient>
      <radialGradient
        id="paint28_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(13.5986 13.9629) rotate(-90) scale(1.50403 1.87039)"
      >
        <stop stopColor="#EE911A" />
        <stop offset={1} stopColor="#EE911A" stopOpacity={0} />
      </radialGradient>
      <linearGradient
        id="paint29_linear_4002_3715"
        x1={15.0561}
        y1={16.5081}
        x2={16.0706}
        y2={16.5081}
        gradientUnits="userSpaceOnUse"
      >
        <stop stopColor="#FAA416" />
        <stop offset={1} stopColor="#FAA416" stopOpacity={0} />
      </linearGradient>
      <linearGradient
        id="paint30_linear_4002_3715"
        x1={17.0054}
        y1={16.8568}
        x2={15.8963}
        y2={16.841}
        gradientUnits="userSpaceOnUse"
      >
        <stop stopColor="#FFE721" />
        <stop offset={1} stopColor="#FFE721" stopOpacity={0} />
      </linearGradient>
      <linearGradient
        id="paint31_linear_4002_3715"
        x1={16.2009}
        y1={17.6595}
        x2={16.2009}
        y2={17.0399}
        gradientUnits="userSpaceOnUse"
      >
        <stop stopColor="#EB8A1C" />
        <stop offset={1} stopColor="#EB8A1C" stopOpacity={0} />
      </linearGradient>
      <linearGradient
        id="paint32_linear_4002_3715"
        x1={16.1265}
        y1={17.7048}
        x2={16.1265}
        y2={17.5236}
        gradientUnits="userSpaceOnUse"
      >
        <stop stopColor="#E88613" />
        <stop offset={1} stopColor="#E88613" stopOpacity={0} />
      </linearGradient>
      <linearGradient
        id="paint33_linear_4002_3715"
        x1={15.2225}
        y1={19.475}
        x2={15.6825}
        y2={18.5687}
        gradientUnits="userSpaceOnUse"
      >
        <stop stopColor="#FEAC35" />
        <stop offset={1} stopColor="#FEAC35" stopOpacity={0} />
      </linearGradient>
      <radialGradient
        id="paint34_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(18.3467 14.9972) rotate(90) scale(0.976635 1.15561)"
      >
        <stop offset={0.75} stopColor="#925C51" />
        <stop offset={1} stopColor="#694B43" />
        <stop offset={1} stopColor="#804D49" />
        <stop offset={1} stopColor="#85534D" />
      </radialGradient>
      <radialGradient
        id="paint35_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(18.1 14.7275) rotate(-127.812) scale(0.40897 0.563054)"
      >
        <stop offset={0.765532} stopColor="#FFE6E2" stopOpacity={0} />
        <stop offset={0.966159} stopColor="#FFE6E2" />
      </radialGradient>
      <linearGradient
        id="paint36_linear_4002_3715"
        x1={19.1878}
        y1={14.6948}
        x2={18.8486}
        y2={14.9038}
        gradientUnits="userSpaceOnUse"
      >
        <stop stopColor="#B4948D" />
        <stop offset={1} stopColor="#B4948D" stopOpacity={0} />
      </linearGradient>
      <radialGradient
        id="paint37_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(13.6287 14.9972) rotate(90) scale(0.976685 1.15567)"
      >
        <stop offset={0.75} stopColor="#925C51" />
        <stop offset={1} stopColor="#694B43" />
        <stop offset={1} stopColor="#804D49" />
        <stop offset={1} stopColor="#85534D" />
      </radialGradient>
      <linearGradient
        id="paint38_linear_4002_3715"
        x1={14.4329}
        y1={14.6948}
        x2={14.0937}
        y2={14.9038}
        gradientUnits="userSpaceOnUse"
      >
        <stop stopColor="#B4948D" />
        <stop offset={1} stopColor="#B4948D" stopOpacity={0} />
      </linearGradient>
      <radialGradient
        id="paint39_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(13.3191 14.8735) rotate(-90.897) scale(0.534224 0.642159)"
      >
        <stop offset={0.765532} stopColor="#FFE6E2" stopOpacity={0} />
        <stop offset={0.966159} stopColor="#FFE6E2" />
      </radialGradient>
      <linearGradient
        id="paint40_linear_4002_3715"
        x1={19.2049}
        y1={12.3811}
        x2={18.7505}
        y2={11.4526}
        gradientUnits="userSpaceOnUse"
      >
        <stop stopColor="#CF715D" />
        <stop offset={1} stopColor="#CF715D" stopOpacity={0} />
      </linearGradient>
      <linearGradient
        id="paint41_linear_4002_3715"
        x1={13.6027}
        y1={12.355}
        x2={12.6763}
        y2={11.7499}
        gradientUnits="userSpaceOnUse"
      >
        <stop offset={0.456084} stopColor="#CF715D" />
        <stop offset={1} stopColor="#CF715D" stopOpacity={0} />
      </linearGradient>
      <radialGradient
        id="paint42_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(9.18326 6.09313) rotate(120.064) scale(1.3617 3.4441)"
      >
        <stop offset={0.355612} stopColor="#2D99FD" />
        <stop offset={1} stopColor="#1284D5" />
      </radialGradient>
      <radialGradient
        id="paint43_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(9.59322 6.04433) rotate(118.264) scale(0.515333 1.79722)"
      >
        <stop offset={0.340751} stopColor="#49ABFF" />
        <stop offset={1} stopColor="#49ABFF" stopOpacity={0} />
      </radialGradient>
      <radialGradient
        id="paint44_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(24.235 5.46325) rotate(145.763) scale(2.64024 1.85707)"
      >
        <stop offset={0.061271} stopColor="#4BB4FF" />
        <stop offset={1} stopColor="#347BC6" />
      </radialGradient>
      <radialGradient
        id="paint45_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(22.9075 5.38661) rotate(-27.6421) scale(2.22081 0.875834)"
      >
        <stop offset={0.766461} stopColor="#4298D4" />
        <stop offset={1} stopColor="#4298D4" stopOpacity={0} />
      </radialGradient>
      <radialGradient
        id="paint46_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(9.23547 5.86539) rotate(-29.2975) scale(9.1756 2.52424)"
      >
        <stop offset={0.0884854} stopColor="#FFD234" />
        <stop offset={1} stopColor="#F4BC2D" />
      </radialGradient>
      <radialGradient
        id="paint47_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(8.07824 2.82866) rotate(47.2312) scale(1.84159 8.29738)"
      >
        <stop offset={0.257758} stopColor="#D1A345" />
        <stop offset={1} stopColor="#D1A345" stopOpacity={0} />
      </radialGradient>
      <radialGradient
        id="paint48_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(24.4597 4.38868) rotate(148.552) scale(3.01014 4.77269)"
      >
        <stop stopColor="#FFE23E" />
        <stop offset={0.46875} stopColor="#FFC53A" />
      </radialGradient>
      <radialGradient
        id="paint49_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(20.1105 1.84977) rotate(76.775) scale(1.18775 2.49439)"
      >
        <stop stopColor="#D4AB3C" />
        <stop offset={1} stopColor="#D4AB3C" stopOpacity={0} />
      </radialGradient>
      <radialGradient
        id="paint50_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(13.0123 3.6544) rotate(-107.313) scale(1.33912 9.90691)"
      >
        <stop offset={0.585818} stopColor="#FFD843" stopOpacity={0} />
        <stop offset={1} stopColor="#FFDD45" />
      </radialGradient>
      <linearGradient
        id="paint51_linear_4002_3715"
        x1={10.5218}
        y1={3.62944}
        x2={12.6538}
        y2={2.26515}
        gradientUnits="userSpaceOnUse"
      >
        <stop offset={0.249434} stopColor="#FBC831" />
        <stop offset={1} stopColor="#FBC831" stopOpacity={0} />
      </linearGradient>
      <radialGradient
        id="paint52_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(11.576 0.164313) rotate(45.3731) scale(4.51976 4.41679)"
      >
        <stop offset={0.818984} stopColor="#ECA107" stopOpacity={0} />
        <stop offset={0.956063} stopColor="#ECA107" />
      </radialGradient>
      <linearGradient
        id="paint53_linear_4002_3715"
        x1={18.298}
        y1={2.39663}
        x2={21.6417}
        y2={3.1857}
        gradientUnits="userSpaceOnUse"
      >
        <stop offset={0.663593} stopColor="#FFC53A" />
        <stop offset={1} stopColor="#FFC53A" stopOpacity={0} />
      </linearGradient>
      <linearGradient
        id="paint54_linear_4002_3715"
        x1={17.2511}
        y1={2.44351}
        x2={18.7042}
        y2={2.58785}
        gradientUnits="userSpaceOnUse"
      >
        <stop stopColor="#D29E3B" />
        <stop offset={1} stopColor="#D29E3B" stopOpacity={0} />
      </linearGradient>
      <radialGradient
        id="paint55_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(17.9152 2.8107) rotate(96.9046) scale(0.377739 1.72952)"
      >
        <stop stopColor="#D5A136" />
        <stop offset={1} stopColor="#D5A136" stopOpacity={0} />
      </radialGradient>
      <radialGradient
        id="paint56_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(14.1187 4.12687) rotate(-99.3808) scale(1.24215 7.99447)"
      >
        <stop offset={0.585818} stopColor="#FFD843" stopOpacity={0} />
        <stop offset={1} stopColor="#FFDD45" />
      </radialGradient>
      <linearGradient
        id="paint57_linear_4002_3715"
        x1={12.2667}
        y1={3.89665}
        x2={14.0488}
        y2={3.05478}
        gradientUnits="userSpaceOnUse"
      >
        <stop offset={0.223848} stopColor="#FBCA32" />
        <stop offset={1} stopColor="#FDCD33" stopOpacity={0} />
      </linearGradient>
      <radialGradient
        id="paint58_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(13.307 1.0775) rotate(58.9264) scale(4.25133 4.17211)"
      >
        <stop offset={0.775656} stopColor="#ECA107" stopOpacity={0} />
        <stop offset={0.956063} stopColor="#ECA107" />
      </radialGradient>
      <linearGradient
        id="paint59_linear_4002_3715"
        x1={17.1833}
        y1={3.10442}
        x2={20.0013}
        y2={3.44418}
        gradientUnits="userSpaceOnUse"
      >
        <stop offset={0.663593} stopColor="#FFC53A" />
        <stop offset={1} stopColor="#FFC53A" stopOpacity={0} />
      </linearGradient>
      <linearGradient
        id="paint60_linear_4002_3715"
        x1={16.173}
        y1={3.49041}
        x2={17.7979}
        y2={3.29663}
        gradientUnits="userSpaceOnUse"
      >
        <stop stopColor="#D29E3B" />
        <stop offset={1} stopColor="#D29E3B" stopOpacity={0} />
      </linearGradient>
      <radialGradient
        id="paint61_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(16.9155 3.58408) rotate(90.3182) scale(0.527566 2.91497)"
      >
        <stop stopColor="#D5A136" />
        <stop offset={1} stopColor="#D5A136" stopOpacity={0} />
      </radialGradient>
      <radialGradient
        id="paint62_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(13.9698 4.4435) rotate(-103.103) scale(0.930475 8.26613)"
      >
        <stop offset={0.219528} stopColor="#FFD843" stopOpacity={0} />
        <stop offset={1} stopColor="#FFDD45" />
      </radialGradient>
      <radialGradient
        id="paint63_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(14.0011 4.55288) rotate(-93.1221) scale(0.860652 7.63881)"
      >
        <stop offset={0.462531} stopColor="#FFD843" stopOpacity={0} />
        <stop offset={1} stopColor="#FFDD45" />
      </radialGradient>
      <linearGradient
        id="paint64_linear_4002_3715"
        x1={12.2276}
        y1={4.52327}
        x2={13.7047}
        y2={3.63808}
        gradientUnits="userSpaceOnUse"
      >
        <stop offset={0.249434} stopColor="#FDCD33" />
        <stop offset={1} stopColor="#FDCD33" stopOpacity={0} />
      </linearGradient>
      <radialGradient
        id="paint65_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(13.2511 2.58413) rotate(53.9111) scale(3.20967 3.39162)"
      >
        <stop offset={0.80283} stopColor="#ECA107" stopOpacity={0} />
        <stop offset={0.956063} stopColor="#ECA107" />
      </radialGradient>
      <linearGradient
        id="paint66_linear_4002_3715"
        x1={17.4213}
        y1={4.09273}
        x2={19.3585}
        y2={4.48738}
        gradientUnits="userSpaceOnUse"
      >
        <stop offset={0.663593} stopColor="#FFC53A" />
        <stop offset={1} stopColor="#FFC53A" stopOpacity={0} />
      </linearGradient>
      <linearGradient
        id="paint67_linear_4002_3715"
        x1={16.298}
        y1={4.83413}
        x2={17.789}
        y2={3.79767}
        gradientUnits="userSpaceOnUse"
      >
        <stop stopColor="#D29E3B" />
        <stop offset={1} stopColor="#D29E3B" stopOpacity={0} />
      </linearGradient>
      <radialGradient
        id="paint68_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(17.4855 4.68569) rotate(83.6598) scale(0.353726 1.88165)"
      >
        <stop stopColor="#D5A136" />
        <stop offset={1} stopColor="#D5A136" stopOpacity={0} />
      </radialGradient>
      <radialGradient
        id="paint69_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(13.5558 6.11538) rotate(-96.8424) scale(1.42421 6.74229)"
      >
        <stop offset={0.585818} stopColor="#FFD843" stopOpacity={0} />
        <stop offset={1} stopColor="#FFDD45" />
      </radialGradient>
      <linearGradient
        id="paint70_linear_4002_3715"
        x1={11.8917}
        y1={5.78726}
        x2={13.6261}
        y2={5.25406}
        gradientUnits="userSpaceOnUse"
      >
        <stop offset={0.249434} stopColor="#FBC831" />
        <stop offset={1} stopColor="#FBC831" stopOpacity={0} />
      </linearGradient>
      <linearGradient
        id="paint71_linear_4002_3715"
        x1={17.8937}
        y1={4.99365}
        x2={19.7809}
        y2={5.19088}
        gradientUnits="userSpaceOnUse"
      >
        <stop offset={0.663593} stopColor="#FFC53A" />
        <stop offset={1} stopColor="#FFC53A" stopOpacity={0} />
      </linearGradient>
      <linearGradient
        id="paint72_linear_4002_3715"
        x1={16.8315}
        y1={6.36024}
        x2={18.6867}
        y2={5.69867}
        gradientUnits="userSpaceOnUse"
      >
        <stop stopColor="#D29E3B" />
        <stop offset={1} stopColor="#D29E3B" stopOpacity={0} />
      </linearGradient>
      <radialGradient
        id="paint73_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(17.9544 6.08663) rotate(86.7377) scale(0.649073 1.45595)"
      >
        <stop stopColor="#D5A136" />
        <stop offset={1} stopColor="#D5A136" stopOpacity={0} />
      </radialGradient>
      <radialGradient
        id="paint74_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(21.4542 2.92789) rotate(104.241) scale(4.3577 15.5483)"
      >
        <stop offset={0.597903} stopColor="#EB8B05" stopOpacity={0} />
        <stop offset={0.936085} stopColor="#EB8B05" />
      </radialGradient>
      <radialGradient
        id="paint75_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(12.9386 6.86539) rotate(-107.186) scale(1.58646 3.37754)"
      >
        <stop offset={0.448198} stopColor="#F59522" />
        <stop offset={1} stopColor="#F59522" stopOpacity={0} />
      </radialGradient>
      <radialGradient
        id="paint76_radial_4002_3715"
        cx={0}
        cy={0}
        r={1}
        gradientUnits="userSpaceOnUse"
        gradientTransform="translate(9.09375 24.8815) rotate(-119.148) scale(9.3031 5.87152)"
      >
        <stop stopColor="#2882FF" />
        <stop offset={1} stopColor="#2882FF" stopOpacity={0} />
      </radialGradient>
      <linearGradient
        id="paint77_linear_4002_3715"
        x1={11.2667}
        y1={23.5216}
        x2={7.29797}
        y2={27.6466}
        gradientUnits="userSpaceOnUse"
      >
        <stop stopColor="#3A95FA" />
        <stop offset={1} stopColor="#3B95F9" stopOpacity={0} />
      </linearGradient>
    </defs>
  </svg>
);
module.exports = ManGesturingOkIcon;
