@voidzero-dev/vitepress-theme 0.0.17 → 0.1.32

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 (159) hide show
  1. package/README.md +60 -0
  2. package/dist/assets/clients/bolt.svg +5 -0
  3. package/dist/assets/clients/cloudflare.svg +26 -0
  4. package/dist/assets/clients/framer.svg +16 -0
  5. package/dist/assets/clients/hugging-face.svg +9 -0
  6. package/dist/assets/clients/linear.svg +7 -0
  7. package/dist/assets/clients/mercedes.svg +2865 -0
  8. package/dist/assets/clients/openai.svg +1 -0
  9. package/dist/assets/clients/plaid.svg +7 -0
  10. package/dist/assets/clients/ramp.svg +1 -0
  11. package/dist/assets/clients/shopify.svg +30 -0
  12. package/dist/assets/cta-background.jpg +1 -0
  13. package/dist/assets/icons/oxc-dark.svg +124 -0
  14. package/dist/assets/icons/oxc-light.svg +124 -0
  15. package/dist/assets/icons/oxc-mono.svg +5 -0
  16. package/dist/assets/icons/rolldown-dark.svg +92 -0
  17. package/dist/assets/icons/rolldown-light.svg +92 -0
  18. package/dist/assets/icons/rolldown-mono.svg +5 -0
  19. package/dist/assets/icons/vite-dark.svg +132 -0
  20. package/dist/assets/icons/vite-light.svg +132 -0
  21. package/dist/assets/icons/vite-mono.svg +5 -0
  22. package/dist/assets/icons/viteplus-dark.svg +133 -0
  23. package/dist/assets/icons/viteplus-light.svg +133 -0
  24. package/dist/assets/icons/viteplus-mono.svg +6 -0
  25. package/dist/assets/icons/vitest-dark.svg +52 -0
  26. package/dist/assets/icons/vitest-light.svg +52 -0
  27. package/dist/assets/icons/vitest-mono.svg +5 -0
  28. package/dist/assets/logos/oxc-dark.svg +125 -0
  29. package/dist/assets/logos/oxc-light.svg +125 -0
  30. package/dist/assets/logos/rolldown-dark.svg +93 -0
  31. package/dist/assets/logos/rolldown-light.svg +93 -0
  32. package/dist/assets/logos/vite-dark.svg +133 -0
  33. package/dist/assets/logos/vite-light.svg +133 -0
  34. package/dist/assets/logos/viteplus-dark.svg +133 -0
  35. package/dist/assets/logos/viteplus-light.svg +133 -0
  36. package/dist/assets/logos/vitest-dark.svg +53 -0
  37. package/dist/assets/logos/vitest-light.svg +53 -0
  38. package/dist/assets/logos/voidzero-dark.svg +3 -0
  39. package/dist/assets/logos/voidzero-light.svg +3 -0
  40. package/dist/assets/social/github.svg +3 -0
  41. package/dist/assets/viteplus/logo.svg +1 -0
  42. package/dist/assets/voidzero/animations/1280_x_552_homepage.riv +0 -0
  43. package/dist/assets/voidzero/animations/480_x_480_build_tool_for_web.riv +0 -0
  44. package/dist/assets/voidzero/animations/480_x_480_fastest_javascript_bundler.riv +0 -0
  45. package/dist/assets/voidzero/animations/480_x_480_language_toolchain.riv +0 -0
  46. package/dist/assets/voidzero/animations/480_x_480_next_generation_runner.riv +0 -0
  47. package/dist/assets/voidzero/backgrounds/casestudies.jpg +0 -0
  48. package/dist/assets/voidzero/backgrounds/oxc.jpg +0 -0
  49. package/dist/assets/voidzero/backgrounds/rolldown.jpg +0 -0
  50. package/dist/assets/voidzero/backgrounds/vite.jpg +0 -0
  51. package/dist/assets/voidzero/backgrounds/vitest.jpg +0 -0
  52. package/dist/assets/voidzero/logo.svg +3 -0
  53. package/dist/assets/voidzero/terminals/rolldown.svg +7 -0
  54. package/dist/assets/voidzero/terminals/vite.svg +9 -0
  55. package/dist/assets/voidzero/terminals/vitest.svg +49 -0
  56. package/dist/index.css +1 -0
  57. package/dist/index.js +3 -6542
  58. package/dist/index10.js +7 -0
  59. package/dist/index11.js +13 -0
  60. package/dist/index12.js +13 -0
  61. package/dist/index13.js +13 -0
  62. package/dist/index14.js +7 -0
  63. package/dist/index15.js +12 -0
  64. package/dist/index16.js +7 -0
  65. package/dist/index17.js +12 -0
  66. package/dist/index19.js +4 -0
  67. package/dist/index2.js +27 -0
  68. package/dist/index20.js +4 -0
  69. package/dist/index21.js +4 -0
  70. package/dist/index22.js +4 -0
  71. package/dist/index23.js +4 -0
  72. package/dist/index24.js +4 -0
  73. package/dist/index25.js +23 -0
  74. package/dist/index27.js +9 -0
  75. package/dist/index28.js +107 -0
  76. package/dist/index3.js +75 -0
  77. package/dist/index30.js +4 -0
  78. package/dist/index31.js +4 -0
  79. package/dist/index32.js +297 -0
  80. package/dist/index34.js +149 -0
  81. package/dist/index36.js +20 -0
  82. package/dist/index37.js +20 -0
  83. package/dist/index38.js +20 -0
  84. package/dist/index39.js +4 -0
  85. package/dist/index4.js +157 -0
  86. package/dist/index40.js +28 -0
  87. package/dist/index41.js +32 -0
  88. package/dist/index42.js +28 -0
  89. package/dist/index43.js +28 -0
  90. package/dist/index44.js +28 -0
  91. package/dist/index45.js +28 -0
  92. package/dist/index46.js +4 -0
  93. package/dist/index47.js +4 -0
  94. package/dist/index48.js +4 -0
  95. package/dist/index49.js +4 -0
  96. package/dist/index5.js +15 -0
  97. package/dist/index50.js +4 -0
  98. package/dist/index51.js +4 -0
  99. package/dist/index52.js +4 -0
  100. package/dist/index53.js +4 -0
  101. package/dist/index54.js +4 -0
  102. package/dist/index55.js +4 -0
  103. package/dist/index56.js +4 -0
  104. package/dist/index57.js +4 -0
  105. package/dist/index58.js +4 -0
  106. package/dist/index59.js +4 -0
  107. package/dist/index6.js +75 -0
  108. package/dist/index60.js +4 -0
  109. package/dist/index61.js +4 -0
  110. package/dist/index62.js +4 -0
  111. package/dist/index63.js +36 -0
  112. package/dist/index64.js +4 -0
  113. package/dist/index65.js +4 -0
  114. package/dist/index66.js +4 -0
  115. package/dist/index67.js +4 -0
  116. package/dist/index68.js +4 -0
  117. package/dist/index69.js +4 -0
  118. package/dist/index7.js +36 -0
  119. package/dist/index70.js +4 -0
  120. package/dist/index71.js +4 -0
  121. package/dist/index72.js +4 -0
  122. package/dist/index73.js +4 -0
  123. package/dist/index74.js +4 -0
  124. package/dist/index75.js +4 -0
  125. package/dist/index76.js +24 -0
  126. package/dist/index77.js +126 -0
  127. package/dist/index78.js +4 -0
  128. package/dist/index79.js +35 -0
  129. package/dist/index8.js +35 -0
  130. package/dist/index80.js +1204 -0
  131. package/dist/index81.js +7 -0
  132. package/dist/index82.js +6 -0
  133. package/dist/index83.js +317 -0
  134. package/dist/index84.js +4 -0
  135. package/dist/index9.js +7 -0
  136. package/package.json +19 -20
  137. package/assets/checkmark.svg +0 -1
  138. package/assets/primary-button-background.jpg +0 -0
  139. package/assets/terminal-background.jpg +0 -0
  140. package/components/Eyebrow.vue +0 -11
  141. package/components/Footer.vue +0 -44
  142. package/components/Header.vue +0 -38
  143. package/components/RiveAnimation.vue +0 -144
  144. package/components/Terminal.vue +0 -165
  145. package/components/terminal-animations/TerminalAnimation1.vue +0 -54
  146. package/components/terminal-animations/TerminalAnimation2.vue +0 -59
  147. package/components/terminal-animations/TerminalAnimation3.vue +0 -46
  148. package/components/terminal-animations/TerminalAnimation4.vue +0 -50
  149. package/components/terminal-animations/TerminalAnimation5.vue +0 -51
  150. package/components/terminal-animations/TerminalAnimation6.vue +0 -55
  151. package/composables/useTypewriter.ts +0 -43
  152. package/dist/index.js.map +0 -1
  153. package/dist/style.css +0 -343
  154. package/fonts/APK-Protocol-Medium.woff2 +0 -0
  155. package/fonts/KHTeka-Medium.woff2 +0 -0
  156. package/fonts/KHTeka-Regular.woff2 +0 -0
  157. package/fonts/KHTekaMono-Medium.woff2 +0 -0
  158. package/fonts/KHTekaMono-Regular.woff2 +0 -0
  159. package/style.css +0 -343
@@ -0,0 +1,52 @@
1
+ <svg viewBox="0 0 23 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11.0009 12.8585C10.9016 13.0351 10.6708 13.0854 10.5065 12.9662L4.77692 8.79904C4.68926 8.73523 4.6377 8.63339 4.6377 8.5251V3.50264C4.6377 3.22612 4.9516 3.06626 5.17526 3.22869L8.67977 5.77731C9.00721 6.0158 9.46937 5.91461 9.6679 5.56203L12.5704 0.402267C12.6303 0.295913 12.7431 0.229523 12.8656 0.229523H17.5258C17.7849 0.229523 17.948 0.50862 17.821 0.734219L11.0009 12.8579V12.8585Z" fill="#22FF84"/>
3
+ <mask id="mask0_242_20847" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="4" y="0" width="14" height="14">
4
+ <path d="M11.0009 12.8584C10.9016 13.035 10.6708 13.0853 10.5065 12.966L4.77692 8.79892C4.68926 8.73511 4.6377 8.63327 4.6377 8.52498V3.50251C4.6377 3.22599 4.9516 3.06614 5.17526 3.22857L8.67977 5.77719C9.00721 6.01568 9.46937 5.91448 9.6679 5.56191L12.5704 0.402145C12.6303 0.295791 12.7431 0.229401 12.8656 0.229401H17.5258C17.7849 0.229401 17.948 0.508498 17.821 0.734097L11.0009 12.8578V12.8584Z" fill="black"/>
5
+ </mask>
6
+ <g mask="url(#mask0_242_20847)">
7
+ <g filter="url(#filter0_f_242_20847)">
8
+ <ellipse cx="4.19842" cy="1.01454" rx="4.19842" ry="1.01454" transform="matrix(-0.650065 0.759878 0.759878 0.650065 14.4307 -0.819458)" fill="#00CCC6"/>
9
+ </g>
10
+ <g filter="url(#filter1_f_242_20847)">
11
+ <ellipse cx="4.19842" cy="1.82128" rx="4.19842" ry="1.82128" transform="matrix(-0.588246 -0.808682 -0.808682 0.588246 9.52246 11.4861)" fill="#00CCC6"/>
12
+ </g>
13
+ <g filter="url(#filter2_f_242_20847)">
14
+ <ellipse cx="6.56542" cy="3.8784" rx="1.90727" ry="1.66091" transform="rotate(23.1293 6.56542 3.8784)" fill="#77FF00"/>
15
+ </g>
16
+ <g filter="url(#filter3_f_242_20847)">
17
+ <ellipse cx="16.8381" cy="5.00213" rx="1.68" ry="7.34113" transform="rotate(23.1293 16.8381 5.00213)" fill="#77FF00"/>
18
+ </g>
19
+ <g filter="url(#filter4_f_242_20847)">
20
+ <ellipse cx="1.49171" cy="3.01287" rx="1.49171" ry="3.01287" transform="matrix(0.707107 -0.707107 -0.707107 -0.707107 16.4404 3.5032)" fill="#97FFE2"/>
21
+ </g>
22
+ </g>
23
+ <path d="M2.07027 0.00012207C-0.682028 3.93972 -0.698142 10.0463 2.07027 14.0001H3.92985C1.16208 10.0463 1.17819 3.93972 3.92985 0.00012207H2.07027Z" fill="#08060D"/>
24
+ <path d="M20.7473 0H18.8877C21.64 3.93959 21.6561 10.0462 18.8877 14H20.7473C23.515 10.0462 23.4989 3.93959 20.7473 0Z" fill="#08060D"/>
25
+ <defs>
26
+ <filter id="filter0_f_242_20847" x="6.88559" y="-2.97821" width="11.1741" height="12.0171" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
27
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
28
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
29
+ <feGaussianBlur stdDeviation="1.37508" result="effect1_foregroundBlur_242_20847"/>
30
+ </filter>
31
+ <filter id="filter1_f_242_20847" x="-0.0460517" y="2.85095" width="11.2523" height="12.6227" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
32
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
33
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
34
+ <feGaussianBlur stdDeviation="1.37508" result="effect1_foregroundBlur_242_20847"/>
35
+ </filter>
36
+ <filter id="filter2_f_242_20847" x="1.94321" y="-0.573395" width="9.24445" height="8.9036" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
37
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
38
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
39
+ <feGaussianBlur stdDeviation="1.37508" result="effect1_foregroundBlur_242_20847"/>
40
+ </filter>
41
+ <filter id="filter3_f_242_20847" x="10.8163" y="-4.53174" width="12.0443" height="19.0678" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
42
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
43
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
44
+ <feGaussianBlur stdDeviation="1.37508" result="effect1_foregroundBlur_242_20847"/>
45
+ </filter>
46
+ <filter id="filter4_f_242_20847" x="10.2372" y="-4.80994" width="10.2552" height="10.2559" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
47
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
48
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
49
+ <feGaussianBlur stdDeviation="1.37508" result="effect1_foregroundBlur_242_20847"/>
50
+ </filter>
51
+ </defs>
52
+ </svg>
@@ -0,0 +1,52 @@
1
+ <svg viewBox="0 0 23 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11.0009 12.8585C10.9016 13.0351 10.6708 13.0854 10.5065 12.9662L4.77692 8.79904C4.68926 8.73523 4.6377 8.63339 4.6377 8.5251V3.50264C4.6377 3.22612 4.9516 3.06626 5.17526 3.22869L8.67977 5.77731C9.00721 6.0158 9.46937 5.91461 9.6679 5.56203L12.5704 0.402267C12.6303 0.295913 12.7431 0.229523 12.8656 0.229523H17.5258C17.7849 0.229523 17.948 0.50862 17.821 0.734219L11.0009 12.8579V12.8585Z" fill="#22FF84"/>
3
+ <mask id="mask0_127_17311" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="4" y="0" width="14" height="14">
4
+ <path d="M11.0009 12.8584C10.9016 13.035 10.6708 13.0853 10.5065 12.966L4.77692 8.79892C4.68926 8.73511 4.6377 8.63327 4.6377 8.52498V3.50251C4.6377 3.22599 4.9516 3.06614 5.17526 3.22857L8.67977 5.77719C9.00721 6.01568 9.46937 5.91448 9.6679 5.56191L12.5704 0.402145C12.6303 0.295791 12.7431 0.229401 12.8656 0.229401H17.5258C17.7849 0.229401 17.948 0.508498 17.821 0.734097L11.0009 12.8578V12.8584Z" fill="black"/>
5
+ </mask>
6
+ <g mask="url(#mask0_127_17311)">
7
+ <g filter="url(#filter0_f_127_17311)">
8
+ <ellipse cx="4.19842" cy="1.01454" rx="4.19842" ry="1.01454" transform="matrix(-0.650065 0.759878 0.759878 0.650065 14.4307 -0.819458)" fill="#00CCC6"/>
9
+ </g>
10
+ <g filter="url(#filter1_f_127_17311)">
11
+ <ellipse cx="4.19842" cy="1.82128" rx="4.19842" ry="1.82128" transform="matrix(-0.588246 -0.808682 -0.808682 0.588246 9.52344 11.4861)" fill="#00CCC6"/>
12
+ </g>
13
+ <g filter="url(#filter2_f_127_17311)">
14
+ <ellipse cx="6.56542" cy="3.8784" rx="1.90727" ry="1.66091" transform="rotate(23.1293 6.56542 3.8784)" fill="#77FF00"/>
15
+ </g>
16
+ <g filter="url(#filter3_f_127_17311)">
17
+ <ellipse cx="16.8381" cy="5.00213" rx="1.68" ry="7.34113" transform="rotate(23.1293 16.8381 5.00213)" fill="#77FF00"/>
18
+ </g>
19
+ <g filter="url(#filter4_f_127_17311)">
20
+ <ellipse cx="1.49171" cy="3.01287" rx="1.49171" ry="3.01287" transform="matrix(0.707107 -0.707107 -0.707107 -0.707107 16.4414 3.5032)" fill="#97FFE2"/>
21
+ </g>
22
+ </g>
23
+ <path d="M2.07027 0C-0.682028 3.93959 -0.698142 10.0462 2.07027 14H3.92985C1.16208 10.0462 1.17819 3.93959 3.92985 0H2.07027Z" fill="white"/>
24
+ <path d="M20.7482 0H18.8887C21.641 3.93959 21.6571 10.0462 18.8887 14H20.7482C23.516 10.0462 23.4999 3.93959 20.7482 0Z" fill="white"/>
25
+ <defs>
26
+ <filter id="filter0_f_127_17311" x="6.88559" y="-2.97821" width="11.1741" height="12.0171" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
27
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
28
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
29
+ <feGaussianBlur stdDeviation="1.37508" result="effect1_foregroundBlur_127_17311"/>
30
+ </filter>
31
+ <filter id="filter1_f_127_17311" x="-0.0450752" y="2.85095" width="11.2523" height="12.6227" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
32
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
33
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
34
+ <feGaussianBlur stdDeviation="1.37508" result="effect1_foregroundBlur_127_17311"/>
35
+ </filter>
36
+ <filter id="filter2_f_127_17311" x="1.94321" y="-0.573395" width="9.24445" height="8.9036" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
37
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
38
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
39
+ <feGaussianBlur stdDeviation="1.37508" result="effect1_foregroundBlur_127_17311"/>
40
+ </filter>
41
+ <filter id="filter3_f_127_17311" x="10.8163" y="-4.53174" width="12.0443" height="19.0678" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
42
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
43
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
44
+ <feGaussianBlur stdDeviation="1.37508" result="effect1_foregroundBlur_127_17311"/>
45
+ </filter>
46
+ <filter id="filter4_f_127_17311" x="10.2381" y="-4.80994" width="10.2552" height="10.2559" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
47
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
48
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
49
+ <feGaussianBlur stdDeviation="1.37508" result="effect1_foregroundBlur_127_17311"/>
50
+ </filter>
51
+ </defs>
52
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 23 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11.0009 12.8584C10.9016 13.035 10.6708 13.0853 10.5065 12.966L4.77692 8.79892C4.68926 8.73511 4.6377 8.63327 4.6377 8.52498V3.50251C4.6377 3.22599 4.9516 3.06614 5.17526 3.22857L8.67977 5.77719C9.00721 6.01568 9.46937 5.91448 9.6679 5.56191L12.5704 0.402145C12.6303 0.295791 12.7431 0.229401 12.8656 0.229401H17.5258C17.7849 0.229401 17.948 0.508498 17.821 0.734097L11.0009 12.8578V12.8584Z" fill="white"/>
3
+ <path d="M2.07027 3.05176e-05C-0.682028 3.93963 -0.698142 10.0463 2.07027 14H3.92985C1.16208 10.0463 1.17819 3.93963 3.92985 3.05176e-05H2.07027Z" fill="white"/>
4
+ <path d="M20.7482 0H18.8887C21.641 3.93959 21.6571 10.0462 18.8887 14H20.7482C23.516 10.0462 23.4999 3.93959 20.7482 0Z" fill="white"/>
5
+ </svg>
@@ -0,0 +1,125 @@
1
+ <svg viewBox="0 0 82 15" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9.30273 0C15.4145 3.48828e-05 18.6259 2.56917 18.626 7.5C18.626 12.4309 15.4145 15 9.30273 15C3.19089 15 0 12.4309 0 7.5C3.198e-05 2.56914 3.19093 0 9.30273 0ZM45.6914 0C51.1607 5.89433e-05 54.4754 2.15473 54.4756 6.27734V6.31934H49.2129V6.27734C49.2127 4.49588 48.1151 3.56353 45.6914 3.56348C42.9359 3.56348 41.6309 4.8067 41.6309 7.5C41.6309 10.1934 42.9359 11.416 45.6914 11.416C48.1152 11.416 49.2128 10.4835 49.2129 8.72266V8.70215H54.4756V8.72266C54.4755 12.8039 51.2643 14.9999 45.6914 15C39.6832 15 36.5547 12.4102 36.5547 7.5C36.5547 2.58986 39.6832 0 45.6914 0ZM27.583 4.66211L30.6904 0.249023H36.1602L30.96 7.33398L36.3467 14.751H30.6494L27.2725 10.0068L23.957 14.751H18.4873L23.874 7.29297L18.6533 0.249023H24.4131L27.583 4.66211ZM9.30273 3.56348C6.42294 3.56348 5.0762 4.78598 5.07617 7.5C5.07617 10.2141 6.42292 11.416 9.30273 11.416C12.1825 11.416 13.5293 10.1933 13.5293 7.5C13.5293 4.78602 12.1824 3.56351 9.30273 3.56348Z" fill="#08060D"/>
3
+ <path d="M71.6029 2.42273C71.6029 2.82328 71.9275 3.14787 72.328 3.14787H75.0794C75.4026 3.14787 75.5642 3.53875 75.3356 3.76665L71.8149 7.28734C71.6789 7.42339 71.6022 7.60778 71.6022 7.80046V9.00418C71.6022 9.50487 72.0988 9.85225 72.538 9.6133C72.9855 9.3702 73.4019 9.07601 73.7783 8.73899C73.9275 8.60571 74.1568 8.60432 74.2983 8.74659L76.8625 11.3108C77.0041 11.4524 77.0048 11.6823 76.8584 11.8191C74.9137 13.6388 72.2997 14.7535 69.4261 14.7535C66.5525 14.7535 63.9386 13.6388 61.9939 11.8191C61.8474 11.6823 61.8481 11.4524 61.9897 11.3108L64.5539 8.74659C64.6955 8.60502 64.9248 8.60571 65.074 8.73899C65.4503 9.07601 65.8668 9.3702 66.3143 9.6133C66.7542 9.85225 67.25 9.50487 67.25 9.00418V7.80046C67.25 7.60778 67.1734 7.42339 67.0373 7.28734L63.5166 3.76665C63.288 3.53806 63.4497 3.14787 63.7729 3.14787H66.5242C66.9248 3.14787 67.2494 2.82328 67.2494 2.42273V0.60921C67.2494 0.408935 67.4116 0.246643 67.6119 0.246643H71.2383C71.4386 0.246643 71.6008 0.408935 71.6008 0.60921V2.42273H71.6029Z" fill="#32F3EF"/>
4
+ <mask id="mask0_242_21098" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="61" y="0" width="16" height="15">
5
+ <path d="M71.6029 2.42249C71.6029 2.82304 71.9275 3.14762 72.328 3.14762H75.0794C75.4026 3.14762 75.5642 3.53851 75.3356 3.7664L71.8149 7.2871C71.6789 7.42315 71.6022 7.60754 71.6022 7.80022V9.00394C71.6022 9.50463 72.0988 9.852 72.538 9.61305C72.9855 9.36996 73.4019 9.07576 73.7783 8.73875C73.9275 8.60546 74.1568 8.60408 74.2983 8.74634L76.8625 11.3106C77.0041 11.4521 77.0048 11.6821 76.8584 11.8188C74.9137 13.6386 72.2997 14.7532 69.4261 14.7532C66.5525 14.7532 63.9386 13.6386 61.9939 11.8188C61.8474 11.6821 61.8481 11.4521 61.9897 11.3106L64.5539 8.74634C64.6955 8.60477 64.9248 8.60546 65.074 8.73875C65.4503 9.07576 65.8668 9.36996 66.3143 9.61305C66.7542 9.852 67.25 9.50463 67.25 9.00394V7.80022C67.25 7.60754 67.1734 7.42315 67.0373 7.2871L63.5166 3.7664C63.288 3.53781 63.4497 3.14762 63.7729 3.14762H66.5242C66.9248 3.14762 67.2494 2.82304 67.2494 2.42249V0.608966C67.2494 0.408691 67.4116 0.246399 67.6119 0.246399H71.2383C71.4386 0.246399 71.6008 0.408691 71.6008 0.608966V2.42249H71.6029Z" fill="#D9D9D9"/>
6
+ </mask>
7
+ <g mask="url(#mask0_242_21098)">
8
+ <g filter="url(#filter0_f_242_21098)">
9
+ <ellipse cx="1.48042" cy="6.89295" rx="1.48042" ry="6.89295" transform="matrix(0 -1 -1 0 76.2773 16.4662)" fill="#AEFFFB"/>
10
+ </g>
11
+ <g filter="url(#filter1_f_242_21098)">
12
+ <ellipse cx="1.48042" cy="6.89295" rx="1.48042" ry="6.89295" transform="matrix(-0.369097 -0.929391 -0.929391 0.369097 82.167 13.1878)" fill="#00FF88"/>
13
+ </g>
14
+ <g filter="url(#filter2_f_242_21098)">
15
+ <ellipse cx="63.5513" cy="14.356" rx="1.48042" ry="6.89295" transform="rotate(-68.3401 63.5513 14.356)" fill="#195EFF"/>
16
+ </g>
17
+ <g filter="url(#filter3_f_242_21098)">
18
+ <ellipse cx="72.1198" cy="9.50884" rx="1.19104" ry="2.00952" transform="rotate(-135.197 72.1198 9.50884)" fill="#AEFFFB"/>
19
+ </g>
20
+ <g filter="url(#filter4_f_242_21098)">
21
+ <ellipse cx="72.7331" cy="8.40392" rx="1.19104" ry="2.00952" transform="rotate(-135.197 72.7331 8.40392)" fill="#195EFF"/>
22
+ </g>
23
+ <g filter="url(#filter5_f_242_21098)">
24
+ <ellipse cx="72.61" cy="2.26516" rx="1.19104" ry="2.00952" transform="rotate(-135.197 72.61 2.26516)" fill="#AEFFFB"/>
25
+ </g>
26
+ <g filter="url(#filter6_f_242_21098)">
27
+ <ellipse cx="72.9792" cy="1.77413" rx="1.19104" ry="2.00952" transform="rotate(-135.197 72.9792 1.77413)" fill="#195EFF"/>
28
+ </g>
29
+ <g filter="url(#filter7_f_242_21098)">
30
+ <ellipse cx="1.19104" cy="2.00952" rx="1.19104" ry="2.00952" transform="matrix(0.709532 -0.704673 -0.704673 -0.709532 67.4111 12.0195)" fill="#AEFFFB"/>
31
+ </g>
32
+ <g filter="url(#filter8_f_242_21098)">
33
+ <ellipse cx="1.19104" cy="2.00952" rx="1.19104" ry="2.00952" transform="matrix(0.709532 -0.704673 -0.704673 -0.709532 66.5518 10.9146)" fill="#195EFF"/>
34
+ </g>
35
+ <g filter="url(#filter9_f_242_21098)">
36
+ <ellipse cx="1.19104" cy="2.00952" rx="1.19104" ry="2.00952" transform="matrix(0.709532 -0.704673 -0.704673 -0.709532 66.5518 4.53027)" fill="#AEFFFB"/>
37
+ </g>
38
+ <g filter="url(#filter10_f_242_21098)">
39
+ <ellipse cx="1.19104" cy="2.00952" rx="1.19104" ry="2.00952" transform="matrix(0.709532 -0.704673 -0.704673 -0.709532 66.4287 3.7937)" fill="#195EFF"/>
40
+ </g>
41
+ <g filter="url(#filter11_f_242_21098)">
42
+ <ellipse cx="1.19104" cy="3.83074" rx="1.19104" ry="3.83074" transform="matrix(0.709532 -0.704673 -0.704673 -0.709532 66.6748 9.44125)" fill="#195EFF"/>
43
+ </g>
44
+ <g filter="url(#filter12_f_242_21098)">
45
+ <ellipse cx="74.3846" cy="4.90172" rx="1.19104" ry="3.83074" transform="rotate(-135.197 74.3846 4.90172)" fill="#00FF88"/>
46
+ </g>
47
+ <g filter="url(#filter13_f_242_21098)">
48
+ <ellipse cx="1.48042" cy="6.89295" rx="1.48042" ry="6.89295" transform="matrix(0 -1 -1 0 76.2773 17.0801)" fill="#195EFF"/>
49
+ </g>
50
+ </g>
51
+ <path d="M59.4213 0.00012207C56.4724 4.22109 56.4551 10.7639 59.4213 15H61.4137C58.4482 10.7639 58.4655 4.22109 61.4137 0.00012207H59.4213Z" fill="#08060D"/>
52
+ <path d="M79.4328 0.00012207H77.4404C80.3893 4.22109 80.4066 10.7639 77.4404 15H79.4328C82.3983 10.7639 82.381 4.22109 79.4328 0.00012207Z" fill="#08060D"/>
53
+ <defs>
54
+ <filter id="filter0_f_242_21098" x="59.5446" y="10.5588" width="19.6793" height="8.85399" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
55
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
56
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
57
+ <feGaussianBlur stdDeviation="1.47329" result="effect1_foregroundBlur_242_21098"/>
58
+ </filter>
59
+ <filter id="filter1_f_242_21098" x="65.8376" y="8.51653" width="18.7535" height="11.679" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
60
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
61
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
62
+ <feGaussianBlur stdDeviation="1.47329" result="effect1_foregroundBlur_242_21098"/>
63
+ </filter>
64
+ <filter id="filter2_f_242_21098" x="54.1745" y="8.51653" width="18.7535" height="11.679" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
65
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
66
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
67
+ <feGaussianBlur stdDeviation="1.47329" result="effect1_foregroundBlur_242_21098"/>
68
+ </filter>
69
+ <filter id="filter3_f_242_21098" x="67.5241" y="4.90749" width="9.19198" height="9.20269" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
70
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
71
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
72
+ <feGaussianBlur stdDeviation="1.47329" result="effect1_foregroundBlur_242_21098"/>
73
+ </filter>
74
+ <filter id="filter4_f_242_21098" x="68.1374" y="3.80257" width="9.19198" height="9.20269" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
75
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
76
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
77
+ <feGaussianBlur stdDeviation="1.47329" result="effect1_foregroundBlur_242_21098"/>
78
+ </filter>
79
+ <filter id="filter5_f_242_21098" x="68.0144" y="-2.33619" width="9.19198" height="9.20269" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
80
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
81
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
82
+ <feGaussianBlur stdDeviation="1.47329" result="effect1_foregroundBlur_242_21098"/>
83
+ </filter>
84
+ <filter id="filter6_f_242_21098" x="68.3835" y="-2.82722" width="9.19198" height="9.20269" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
85
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
86
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
87
+ <feGaussianBlur stdDeviation="1.47329" result="effect1_foregroundBlur_242_21098"/>
88
+ </filter>
89
+ <filter id="filter7_f_242_21098" x="62.2439" y="5.15304" width="9.19198" height="9.20269" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
90
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
91
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
92
+ <feGaussianBlur stdDeviation="1.47329" result="effect1_foregroundBlur_242_21098"/>
93
+ </filter>
94
+ <filter id="filter8_f_242_21098" x="61.3845" y="4.04815" width="9.19198" height="9.20269" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
95
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
96
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
97
+ <feGaussianBlur stdDeviation="1.47329" result="effect1_foregroundBlur_242_21098"/>
98
+ </filter>
99
+ <filter id="filter9_f_242_21098" x="61.3845" y="-2.33619" width="9.19198" height="9.20269" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
100
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
101
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
102
+ <feGaussianBlur stdDeviation="1.47329" result="effect1_foregroundBlur_242_21098"/>
103
+ </filter>
104
+ <filter id="filter10_f_242_21098" x="61.2614" y="-3.07276" width="9.19198" height="9.20269" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
105
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
106
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
107
+ <feGaussianBlur stdDeviation="1.47329" result="effect1_foregroundBlur_242_21098"/>
108
+ </filter>
109
+ <filter id="filter11_f_242_21098" x="59.0446" y="0.091939" width="11.5514" height="11.584" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
110
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
111
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
112
+ <feGaussianBlur stdDeviation="1.47329" result="effect1_foregroundBlur_242_21098"/>
113
+ </filter>
114
+ <filter id="filter12_f_242_21098" x="68.6091" y="-0.890269" width="11.5514" height="11.584" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
115
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
116
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
117
+ <feGaussianBlur stdDeviation="1.47329" result="effect1_foregroundBlur_242_21098"/>
118
+ </filter>
119
+ <filter id="filter13_f_242_21098" x="59.5446" y="11.1727" width="19.6793" height="8.85399" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
120
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
121
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
122
+ <feGaussianBlur stdDeviation="1.47329" result="effect1_foregroundBlur_242_21098"/>
123
+ </filter>
124
+ </defs>
125
+ </svg>
@@ -0,0 +1,125 @@
1
+ <svg viewBox="0 0 82 15" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9.30273 0C15.4145 3.48828e-05 18.6259 2.56917 18.626 7.5C18.626 12.4309 15.4145 15 9.30273 15C3.19089 15 0 12.4309 0 7.5C3.198e-05 2.56914 3.19093 0 9.30273 0ZM45.6914 0C51.1607 5.89433e-05 54.4754 2.15473 54.4756 6.27734V6.31934H49.2129V6.27734C49.2127 4.49588 48.1151 3.56353 45.6914 3.56348C42.9359 3.56348 41.6309 4.8067 41.6309 7.5C41.6309 10.1934 42.9359 11.416 45.6914 11.416C48.1152 11.416 49.2128 10.4835 49.2129 8.72266V8.70215H54.4756V8.72266C54.4755 12.8039 51.2643 14.9999 45.6914 15C39.6832 15 36.5547 12.4102 36.5547 7.5C36.5547 2.58986 39.6832 0 45.6914 0ZM27.583 4.66211L30.6904 0.249023H36.1602L30.96 7.33398L36.3467 14.751H30.6494L27.2725 10.0068L23.957 14.751H18.4873L23.874 7.29297L18.6533 0.249023H24.4131L27.583 4.66211ZM9.30273 3.56348C6.42294 3.56348 5.0762 4.78598 5.07617 7.5C5.07617 10.2141 6.42292 11.416 9.30273 11.416C12.1825 11.416 13.5293 10.1933 13.5293 7.5C13.5293 4.78602 12.1824 3.56351 9.30273 3.56348Z" fill="white"/>
3
+ <path d="M71.6029 2.42273C71.6029 2.82328 71.9275 3.14787 72.328 3.14787H75.0794C75.4026 3.14787 75.5642 3.53875 75.3356 3.76665L71.8149 7.28734C71.6789 7.42339 71.6022 7.60778 71.6022 7.80046V9.00418C71.6022 9.50487 72.0988 9.85225 72.538 9.6133C72.9855 9.3702 73.4019 9.07601 73.7783 8.73899C73.9275 8.60571 74.1568 8.60432 74.2983 8.74659L76.8625 11.3108C77.0041 11.4524 77.0048 11.6823 76.8584 11.8191C74.9137 13.6388 72.2997 14.7535 69.4261 14.7535C66.5525 14.7535 63.9386 13.6388 61.9939 11.8191C61.8474 11.6823 61.8481 11.4524 61.9897 11.3108L64.5539 8.74659C64.6955 8.60502 64.9248 8.60571 65.074 8.73899C65.4503 9.07601 65.8668 9.3702 66.3143 9.6133C66.7542 9.85225 67.25 9.50487 67.25 9.00418V7.80046C67.25 7.60778 67.1734 7.42339 67.0373 7.28734L63.5166 3.76665C63.288 3.53806 63.4497 3.14787 63.7729 3.14787H66.5242C66.9248 3.14787 67.2494 2.82328 67.2494 2.42273V0.60921C67.2494 0.408935 67.4116 0.246643 67.6119 0.246643H71.2383C71.4386 0.246643 71.6008 0.408935 71.6008 0.60921V2.42273H71.6029Z" fill="#32F3EF"/>
4
+ <mask id="mask0_242_21047" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="61" y="0" width="16" height="15">
5
+ <path d="M71.6029 2.42249C71.6029 2.82304 71.9275 3.14762 72.328 3.14762H75.0794C75.4026 3.14762 75.5642 3.53851 75.3356 3.7664L71.8149 7.2871C71.6789 7.42315 71.6022 7.60754 71.6022 7.80022V9.00394C71.6022 9.50463 72.0988 9.852 72.538 9.61305C72.9855 9.36996 73.4019 9.07576 73.7783 8.73875C73.9275 8.60546 74.1568 8.60408 74.2983 8.74634L76.8625 11.3106C77.0041 11.4521 77.0048 11.6821 76.8584 11.8188C74.9137 13.6386 72.2997 14.7532 69.4261 14.7532C66.5525 14.7532 63.9386 13.6386 61.9939 11.8188C61.8474 11.6821 61.8481 11.4521 61.9897 11.3106L64.5539 8.74634C64.6955 8.60477 64.9248 8.60546 65.074 8.73875C65.4503 9.07576 65.8668 9.36996 66.3143 9.61305C66.7542 9.852 67.25 9.50463 67.25 9.00394V7.80022C67.25 7.60754 67.1734 7.42315 67.0373 7.2871L63.5166 3.7664C63.288 3.53781 63.4497 3.14762 63.7729 3.14762H66.5242C66.9248 3.14762 67.2494 2.82304 67.2494 2.42249V0.608966C67.2494 0.408691 67.4116 0.246399 67.6119 0.246399H71.2383C71.4386 0.246399 71.6008 0.408691 71.6008 0.608966V2.42249H71.6029Z" fill="#D9D9D9"/>
6
+ </mask>
7
+ <g mask="url(#mask0_242_21047)">
8
+ <g filter="url(#filter0_f_242_21047)">
9
+ <ellipse cx="1.48042" cy="6.89295" rx="1.48042" ry="6.89295" transform="matrix(0 -1 -1 0 76.2773 16.4662)" fill="#AEFFFB"/>
10
+ </g>
11
+ <g filter="url(#filter1_f_242_21047)">
12
+ <ellipse cx="1.48042" cy="6.89295" rx="1.48042" ry="6.89295" transform="matrix(-0.369097 -0.929391 -0.929391 0.369097 82.167 13.1878)" fill="#00FF88"/>
13
+ </g>
14
+ <g filter="url(#filter2_f_242_21047)">
15
+ <ellipse cx="63.5513" cy="14.356" rx="1.48042" ry="6.89295" transform="rotate(-68.3401 63.5513 14.356)" fill="#195EFF"/>
16
+ </g>
17
+ <g filter="url(#filter3_f_242_21047)">
18
+ <ellipse cx="72.1198" cy="9.50884" rx="1.19104" ry="2.00952" transform="rotate(-135.197 72.1198 9.50884)" fill="#AEFFFB"/>
19
+ </g>
20
+ <g filter="url(#filter4_f_242_21047)">
21
+ <ellipse cx="72.7331" cy="8.40392" rx="1.19104" ry="2.00952" transform="rotate(-135.197 72.7331 8.40392)" fill="#195EFF"/>
22
+ </g>
23
+ <g filter="url(#filter5_f_242_21047)">
24
+ <ellipse cx="72.61" cy="2.26516" rx="1.19104" ry="2.00952" transform="rotate(-135.197 72.61 2.26516)" fill="#AEFFFB"/>
25
+ </g>
26
+ <g filter="url(#filter6_f_242_21047)">
27
+ <ellipse cx="72.9792" cy="1.77413" rx="1.19104" ry="2.00952" transform="rotate(-135.197 72.9792 1.77413)" fill="#195EFF"/>
28
+ </g>
29
+ <g filter="url(#filter7_f_242_21047)">
30
+ <ellipse cx="1.19104" cy="2.00952" rx="1.19104" ry="2.00952" transform="matrix(0.709532 -0.704673 -0.704673 -0.709532 67.4111 12.0195)" fill="#AEFFFB"/>
31
+ </g>
32
+ <g filter="url(#filter8_f_242_21047)">
33
+ <ellipse cx="1.19104" cy="2.00952" rx="1.19104" ry="2.00952" transform="matrix(0.709532 -0.704673 -0.704673 -0.709532 66.5518 10.9146)" fill="#195EFF"/>
34
+ </g>
35
+ <g filter="url(#filter9_f_242_21047)">
36
+ <ellipse cx="1.19104" cy="2.00952" rx="1.19104" ry="2.00952" transform="matrix(0.709532 -0.704673 -0.704673 -0.709532 66.5518 4.53027)" fill="#AEFFFB"/>
37
+ </g>
38
+ <g filter="url(#filter10_f_242_21047)">
39
+ <ellipse cx="1.19104" cy="2.00952" rx="1.19104" ry="2.00952" transform="matrix(0.709532 -0.704673 -0.704673 -0.709532 66.4287 3.7937)" fill="#195EFF"/>
40
+ </g>
41
+ <g filter="url(#filter11_f_242_21047)">
42
+ <ellipse cx="1.19104" cy="3.83074" rx="1.19104" ry="3.83074" transform="matrix(0.709532 -0.704673 -0.704673 -0.709532 66.6748 9.44125)" fill="#195EFF"/>
43
+ </g>
44
+ <g filter="url(#filter12_f_242_21047)">
45
+ <ellipse cx="74.3846" cy="4.90172" rx="1.19104" ry="3.83074" transform="rotate(-135.197 74.3846 4.90172)" fill="#00FF88"/>
46
+ </g>
47
+ <g filter="url(#filter13_f_242_21047)">
48
+ <ellipse cx="1.48042" cy="6.89295" rx="1.48042" ry="6.89295" transform="matrix(0 -1 -1 0 76.2773 17.0801)" fill="#195EFF"/>
49
+ </g>
50
+ </g>
51
+ <path d="M59.4213 0.00012207C56.4724 4.22109 56.4551 10.7639 59.4213 15H61.4137C58.4482 10.7639 58.4655 4.22109 61.4137 0.00012207H59.4213Z" fill="white"/>
52
+ <path d="M79.4328 0.00012207H77.4404C80.3893 4.22109 80.4066 10.7639 77.4404 15H79.4328C82.3983 10.7639 82.381 4.22109 79.4328 0.00012207Z" fill="white"/>
53
+ <defs>
54
+ <filter id="filter0_f_242_21047" x="59.5446" y="10.5588" width="19.6793" height="8.85399" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
55
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
56
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
57
+ <feGaussianBlur stdDeviation="1.47329" result="effect1_foregroundBlur_242_21047"/>
58
+ </filter>
59
+ <filter id="filter1_f_242_21047" x="65.8376" y="8.51653" width="18.7535" height="11.679" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
60
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
61
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
62
+ <feGaussianBlur stdDeviation="1.47329" result="effect1_foregroundBlur_242_21047"/>
63
+ </filter>
64
+ <filter id="filter2_f_242_21047" x="54.1745" y="8.51653" width="18.7535" height="11.679" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
65
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
66
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
67
+ <feGaussianBlur stdDeviation="1.47329" result="effect1_foregroundBlur_242_21047"/>
68
+ </filter>
69
+ <filter id="filter3_f_242_21047" x="67.5241" y="4.90749" width="9.19198" height="9.20269" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
70
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
71
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
72
+ <feGaussianBlur stdDeviation="1.47329" result="effect1_foregroundBlur_242_21047"/>
73
+ </filter>
74
+ <filter id="filter4_f_242_21047" x="68.1374" y="3.80257" width="9.19198" height="9.20269" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
75
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
76
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
77
+ <feGaussianBlur stdDeviation="1.47329" result="effect1_foregroundBlur_242_21047"/>
78
+ </filter>
79
+ <filter id="filter5_f_242_21047" x="68.0144" y="-2.33619" width="9.19198" height="9.20269" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
80
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
81
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
82
+ <feGaussianBlur stdDeviation="1.47329" result="effect1_foregroundBlur_242_21047"/>
83
+ </filter>
84
+ <filter id="filter6_f_242_21047" x="68.3835" y="-2.82722" width="9.19198" height="9.20269" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
85
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
86
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
87
+ <feGaussianBlur stdDeviation="1.47329" result="effect1_foregroundBlur_242_21047"/>
88
+ </filter>
89
+ <filter id="filter7_f_242_21047" x="62.2439" y="5.15304" width="9.19198" height="9.20269" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
90
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
91
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
92
+ <feGaussianBlur stdDeviation="1.47329" result="effect1_foregroundBlur_242_21047"/>
93
+ </filter>
94
+ <filter id="filter8_f_242_21047" x="61.3845" y="4.04815" width="9.19198" height="9.20269" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
95
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
96
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
97
+ <feGaussianBlur stdDeviation="1.47329" result="effect1_foregroundBlur_242_21047"/>
98
+ </filter>
99
+ <filter id="filter9_f_242_21047" x="61.3845" y="-2.33619" width="9.19198" height="9.20269" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
100
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
101
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
102
+ <feGaussianBlur stdDeviation="1.47329" result="effect1_foregroundBlur_242_21047"/>
103
+ </filter>
104
+ <filter id="filter10_f_242_21047" x="61.2614" y="-3.07276" width="9.19198" height="9.20269" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
105
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
106
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
107
+ <feGaussianBlur stdDeviation="1.47329" result="effect1_foregroundBlur_242_21047"/>
108
+ </filter>
109
+ <filter id="filter11_f_242_21047" x="59.0446" y="0.091939" width="11.5514" height="11.584" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
110
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
111
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
112
+ <feGaussianBlur stdDeviation="1.47329" result="effect1_foregroundBlur_242_21047"/>
113
+ </filter>
114
+ <filter id="filter12_f_242_21047" x="68.6091" y="-0.890269" width="11.5514" height="11.584" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
115
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
116
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
117
+ <feGaussianBlur stdDeviation="1.47329" result="effect1_foregroundBlur_242_21047"/>
118
+ </filter>
119
+ <filter id="filter13_f_242_21047" x="59.5446" y="11.1727" width="19.6793" height="8.85399" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
120
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
121
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
122
+ <feGaussianBlur stdDeviation="1.47329" result="effect1_foregroundBlur_242_21047"/>
123
+ </filter>
124
+ </defs>
125
+ </svg>
@@ -0,0 +1,93 @@
1
+ <svg viewBox="0 0 177 15" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M27.21 0C33.3218 0 36.5332 2.56909 36.5332 7.5C36.5332 12.4309 33.3218 15 27.21 15C21.0982 15 17.9072 12.4309 17.9072 7.5C17.9072 2.56912 21.0982 3.00479e-05 27.21 0ZM97.5684 0C103.68 0.000106135 106.892 2.56919 106.892 7.5C106.892 12.4308 103.68 14.9999 97.5684 15C91.4565 15 88.2656 12.4309 88.2656 7.5C88.2656 2.56909 91.4565 0 97.5684 0ZM11.333 0.249023C14.6479 0.249042 16.5332 1.96834 16.5332 4.99316C16.5332 6.73342 15.7044 8.01784 14.4199 8.76367L16.5957 14.751H11.3125L9.7998 10.0479H4.97266V14.751H0V0.249023H11.333ZM43.4111 11.126H52.0928V14.751H38.4395V0.249023H43.4111V11.126ZM58.9219 11.126H67.6025V14.751H53.9492V0.249023H58.9219V11.126ZM78.7148 0.249023C83.7491 0.249166 86.6289 2.52781 86.6289 7.5C86.6289 12.4723 83.7278 14.751 78.6934 14.751H69.5986V0.249023H78.7148ZM114.342 10.2139L116.455 2.83789H122.028L124.266 10.5039L126.027 0.249023H130.875L127.892 14.751H121.614L119.211 6.54688L116.869 14.751H110.571L107.588 0.249023H112.519L114.342 10.2139ZM138.775 0.249023L144.763 9.67578H144.805V0.249023H149.528V14.751H143.562L137.532 5.2832H137.471V14.751H132.768V0.249023H138.775ZM27.21 3.56348C24.3302 3.56351 22.9834 4.80668 22.9834 7.5C22.9834 10.1933 24.3302 11.416 27.21 11.416C30.0898 11.416 31.4365 10.214 31.4365 7.5C31.4365 4.78593 30.0898 3.56348 27.21 3.56348ZM97.5684 3.56348C94.6885 3.56348 93.3418 4.80665 93.3418 7.5C93.3418 10.1933 94.6886 11.416 97.5684 11.416C100.448 11.4159 101.795 10.2139 101.795 7.5C101.795 4.78605 100.448 3.56358 97.5684 3.56348ZM74.5703 11.2295H78.0098C80.3716 11.2295 81.5322 10.214 81.5322 7.5C81.5322 4.78593 80.3716 3.77051 78.0098 3.77051H74.5703V11.2295ZM4.97266 6.62988H9.92383C10.939 6.62988 11.4365 6.09073 11.4365 5.1377C11.4364 4.18491 10.9389 3.66699 9.92383 3.66699H4.97266V6.62988Z" fill="#08060D"/>
3
+ <path d="M170.233 0.247711C170.54 0.247711 170.708 0.606134 170.511 0.842321L167.163 4.86025C166.769 5.33262 167.105 6.05016 167.72 6.05016H170.959C171.266 6.05016 171.434 6.40858 171.237 6.64477L164.758 14.4196C164.613 14.5936 164.346 14.5936 164.201 14.4196L157.722 6.64477C157.526 6.40858 157.693 6.05016 158.001 6.05016H161.238C161.853 6.05016 162.189 5.33262 161.796 4.86025L158.448 0.842321C158.251 0.606134 158.419 0.247711 158.726 0.247711H170.233Z" fill="#FF5500"/>
4
+ <mask id="mask0_242_20995" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="157" y="0" width="15" height="15">
5
+ <path d="M170.233 0.247818C170.54 0.247818 170.708 0.606241 170.511 0.842427L167.163 4.86036C166.769 5.33273 167.105 6.05027 167.72 6.05027H170.959C171.266 6.05027 171.434 6.40869 171.237 6.64488L164.758 14.4197C164.613 14.5937 164.346 14.5937 164.201 14.4197L157.722 6.64488C157.526 6.40869 157.693 6.05027 158.001 6.05027H161.238C161.853 6.05027 162.189 5.33273 161.796 4.86036L158.448 0.842427C158.251 0.606241 158.419 0.247818 158.726 0.247818H170.233Z" fill="black"/>
6
+ </mask>
7
+ <g mask="url(#mask0_242_20995)">
8
+ <g filter="url(#filter0_f_242_20995)">
9
+ <ellipse cx="1.73014" cy="7.56023" rx="1.73014" ry="7.56023" transform="matrix(-0.863806 -0.503824 -0.503824 0.863806 176.756 -5.36069)" fill="#FFE7E5"/>
10
+ </g>
11
+ <g filter="url(#filter1_f_242_20995)">
12
+ <ellipse cx="1.73014" cy="7.56023" rx="1.73014" ry="7.56023" transform="matrix(-0.863806 -0.503824 -0.503824 0.863806 176.388 2.00551)" fill="#FFE7E5"/>
13
+ </g>
14
+ <g filter="url(#filter2_f_242_20995)">
15
+ <ellipse cx="157.853" cy="0.463649" rx="1.19242" ry="6.9987" transform="rotate(-36.0929 157.853 0.463649)" fill="#FF19AF"/>
16
+ </g>
17
+ <g filter="url(#filter3_f_242_20995)">
18
+ <ellipse cx="159.695" cy="10.9335" rx="1.19242" ry="6.9987" transform="rotate(-36.0929 159.695 10.9335)" fill="#FF19AF"/>
19
+ </g>
20
+ <g filter="url(#filter4_f_242_20995)">
21
+ <ellipse cx="1.19242" cy="6.9987" rx="1.19242" ry="6.9987" transform="matrix(-0.808063 -0.589096 -0.589096 0.808063 176.199 -4.48929)" fill="#FF19AF"/>
22
+ </g>
23
+ <g filter="url(#filter5_f_242_20995)">
24
+ <ellipse cx="1.19242" cy="6.9987" rx="1.19242" ry="6.9987" transform="matrix(-0.808063 -0.589096 -0.589096 0.808063 173.99 5.98055)" fill="#FF19AF"/>
25
+ </g>
26
+ <g filter="url(#filter6_f_242_20995)">
27
+ <ellipse cx="1.19242" cy="6.9987" rx="1.19242" ry="6.9987" transform="matrix(-0.808063 -0.589096 -0.589096 0.808063 175.095 -4.48929)" fill="#FF19AF"/>
28
+ </g>
29
+ <g filter="url(#filter7_f_242_20995)">
30
+ <ellipse cx="1.19242" cy="6.9987" rx="1.19242" ry="6.9987" transform="matrix(-0.808063 -0.589096 -0.589096 0.808063 173.253 5.98055)" fill="#FF19AF"/>
31
+ </g>
32
+ <g filter="url(#filter8_f_242_20995)">
33
+ <ellipse cx="158.534" cy="0.970065" rx="1.73014" ry="7.56023" transform="rotate(-40.9103 158.534 0.970065)" fill="#D14B2A"/>
34
+ </g>
35
+ <g filter="url(#filter9_f_242_20995)">
36
+ <ellipse cx="159.711" cy="9.1377" rx="1.73014" ry="7.56023" transform="rotate(-35.8882 159.711 9.1377)" fill="#D14B2A"/>
37
+ </g>
38
+ </g>
39
+ <path d="M154.474 0.000671387C151.525 4.22164 151.508 10.7644 154.474 15.0006H156.466C153.501 10.7644 153.518 4.22164 156.466 0.000671387H154.474Z" fill="#08060D"/>
40
+ <path d="M174.486 0.000640869H172.493C175.442 4.22161 175.459 10.7644 172.493 15.0005H174.486C177.451 10.7644 177.434 4.22161 174.486 0.000640869Z" fill="#08060D"/>
41
+ <defs>
42
+ <filter id="filter0_f_242_20995" x="165.149" y="-8.50099" width="12.6054" height="17.5984" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
43
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
44
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
45
+ <feGaussianBlur stdDeviation="1.10497" result="effect1_foregroundBlur_242_20995"/>
46
+ </filter>
47
+ <filter id="filter1_f_242_20995" x="164.781" y="-1.1348" width="12.6054" height="17.5984" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
48
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
49
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
50
+ <feGaussianBlur stdDeviation="1.10497" result="effect1_foregroundBlur_242_20995"/>
51
+ </filter>
52
+ <filter id="filter2_f_242_20995" x="151.408" y="-7.44572" width="12.8896" height="15.8187" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
53
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
54
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
55
+ <feGaussianBlur stdDeviation="1.10497" result="effect1_foregroundBlur_242_20995"/>
56
+ </filter>
57
+ <filter id="filter3_f_242_20995" x="153.25" y="3.02411" width="12.8896" height="15.8187" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
58
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
59
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
60
+ <feGaussianBlur stdDeviation="1.10497" result="effect1_foregroundBlur_242_20995"/>
61
+ </filter>
62
+ <filter id="filter4_f_242_20995" x="164.668" y="-7.44572" width="12.8896" height="15.8187" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
63
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
64
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
65
+ <feGaussianBlur stdDeviation="1.10497" result="effect1_foregroundBlur_242_20995"/>
66
+ </filter>
67
+ <filter id="filter5_f_242_20995" x="162.459" y="3.02411" width="12.8896" height="15.8187" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
68
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
69
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
70
+ <feGaussianBlur stdDeviation="1.10497" result="effect1_foregroundBlur_242_20995"/>
71
+ </filter>
72
+ <filter id="filter6_f_242_20995" x="163.564" y="-7.44572" width="12.8896" height="15.8187" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
73
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
74
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
75
+ <feGaussianBlur stdDeviation="1.10497" result="effect1_foregroundBlur_242_20995"/>
76
+ </filter>
77
+ <filter id="filter7_f_242_20995" x="161.722" y="3.02411" width="12.8896" height="15.8187" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
78
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
79
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
80
+ <feGaussianBlur stdDeviation="1.10497" result="effect1_foregroundBlur_242_20995"/>
81
+ </filter>
82
+ <filter id="filter8_f_242_20995" x="151.202" y="-7.06578" width="14.664" height="16.0717" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
83
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
84
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
85
+ <feGaussianBlur stdDeviation="1.10497" result="effect1_foregroundBlur_242_20995"/>
86
+ </filter>
87
+ <filter id="filter9_f_242_20995" x="152.852" y="0.718399" width="13.7197" height="16.8386" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
88
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
89
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
90
+ <feGaussianBlur stdDeviation="1.10497" result="effect1_foregroundBlur_242_20995"/>
91
+ </filter>
92
+ </defs>
93
+ </svg>
@@ -0,0 +1,93 @@
1
+ <svg viewBox="0 0 177 15" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M27.21 0C33.3218 0 36.5332 2.56909 36.5332 7.5C36.5332 12.4309 33.3218 15 27.21 15C21.0982 15 17.9072 12.4309 17.9072 7.5C17.9072 2.56912 21.0982 3.00479e-05 27.21 0ZM97.5684 0C103.68 0.000106135 106.892 2.56919 106.892 7.5C106.892 12.4308 103.68 14.9999 97.5684 15C91.4565 15 88.2656 12.4309 88.2656 7.5C88.2656 2.56909 91.4565 0 97.5684 0ZM11.333 0.249023C14.6479 0.249042 16.5332 1.96834 16.5332 4.99316C16.5332 6.73342 15.7044 8.01784 14.4199 8.76367L16.5957 14.751H11.3125L9.7998 10.0479H4.97266V14.751H0V0.249023H11.333ZM43.4111 11.126H52.0928V14.751H38.4395V0.249023H43.4111V11.126ZM58.9219 11.126H67.6025V14.751H53.9492V0.249023H58.9219V11.126ZM78.7148 0.249023C83.7491 0.249166 86.6289 2.52781 86.6289 7.5C86.6289 12.4723 83.7278 14.751 78.6934 14.751H69.5986V0.249023H78.7148ZM114.342 10.2139L116.455 2.83789H122.028L124.266 10.5039L126.027 0.249023H130.875L127.892 14.751H121.614L119.211 6.54688L116.869 14.751H110.571L107.588 0.249023H112.519L114.342 10.2139ZM138.775 0.249023L144.763 9.67578H144.805V0.249023H149.528V14.751H143.562L137.532 5.2832H137.471V14.751H132.768V0.249023H138.775ZM27.21 3.56348C24.3302 3.56351 22.9834 4.80668 22.9834 7.5C22.9834 10.1933 24.3302 11.416 27.21 11.416C30.0898 11.416 31.4365 10.214 31.4365 7.5C31.4365 4.78593 30.0898 3.56348 27.21 3.56348ZM97.5684 3.56348C94.6885 3.56348 93.3418 4.80665 93.3418 7.5C93.3418 10.1933 94.6886 11.416 97.5684 11.416C100.448 11.4159 101.795 10.2139 101.795 7.5C101.795 4.78605 100.448 3.56358 97.5684 3.56348ZM74.5703 11.2295H78.0098C80.3716 11.2295 81.5322 10.214 81.5322 7.5C81.5322 4.78593 80.3716 3.77051 78.0098 3.77051H74.5703V11.2295ZM4.97266 6.62988H9.92383C10.939 6.62988 11.4365 6.09073 11.4365 5.1377C11.4364 4.18491 10.9389 3.66699 9.92383 3.66699H4.97266V6.62988Z" fill="white"/>
3
+ <path d="M170.233 0.247711C170.54 0.247711 170.708 0.606134 170.511 0.842321L167.163 4.86025C166.769 5.33262 167.105 6.05016 167.72 6.05016H170.959C171.266 6.05016 171.434 6.40858 171.237 6.64477L164.758 14.4196C164.613 14.5936 164.346 14.5936 164.201 14.4196L157.722 6.64477C157.526 6.40858 157.693 6.05016 158.001 6.05016H161.238C161.853 6.05016 162.189 5.33262 161.796 4.86025L158.448 0.842321C158.251 0.606134 158.419 0.247711 158.726 0.247711H170.233Z" fill="#FF5500"/>
4
+ <mask id="mask0_242_20994" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="157" y="0" width="15" height="15">
5
+ <path d="M170.233 0.247818C170.54 0.247818 170.708 0.606241 170.511 0.842427L167.163 4.86036C166.769 5.33273 167.105 6.05027 167.72 6.05027H170.959C171.266 6.05027 171.434 6.40869 171.237 6.64488L164.758 14.4197C164.613 14.5937 164.346 14.5937 164.201 14.4197L157.722 6.64488C157.526 6.40869 157.693 6.05027 158.001 6.05027H161.238C161.853 6.05027 162.189 5.33273 161.796 4.86036L158.448 0.842427C158.251 0.606241 158.419 0.247818 158.726 0.247818H170.233Z" fill="black"/>
6
+ </mask>
7
+ <g mask="url(#mask0_242_20994)">
8
+ <g filter="url(#filter0_f_242_20994)">
9
+ <ellipse cx="1.73014" cy="7.56023" rx="1.73014" ry="7.56023" transform="matrix(-0.863806 -0.503824 -0.503824 0.863806 176.756 -5.36069)" fill="#FFE7E5"/>
10
+ </g>
11
+ <g filter="url(#filter1_f_242_20994)">
12
+ <ellipse cx="1.73014" cy="7.56023" rx="1.73014" ry="7.56023" transform="matrix(-0.863806 -0.503824 -0.503824 0.863806 176.388 2.00551)" fill="#FFE7E5"/>
13
+ </g>
14
+ <g filter="url(#filter2_f_242_20994)">
15
+ <ellipse cx="157.853" cy="0.463649" rx="1.19242" ry="6.9987" transform="rotate(-36.0929 157.853 0.463649)" fill="#FF19AF"/>
16
+ </g>
17
+ <g filter="url(#filter3_f_242_20994)">
18
+ <ellipse cx="159.695" cy="10.9335" rx="1.19242" ry="6.9987" transform="rotate(-36.0929 159.695 10.9335)" fill="#FF19AF"/>
19
+ </g>
20
+ <g filter="url(#filter4_f_242_20994)">
21
+ <ellipse cx="1.19242" cy="6.9987" rx="1.19242" ry="6.9987" transform="matrix(-0.808063 -0.589096 -0.589096 0.808063 176.199 -4.48929)" fill="#FF19AF"/>
22
+ </g>
23
+ <g filter="url(#filter5_f_242_20994)">
24
+ <ellipse cx="1.19242" cy="6.9987" rx="1.19242" ry="6.9987" transform="matrix(-0.808063 -0.589096 -0.589096 0.808063 173.99 5.98055)" fill="#FF19AF"/>
25
+ </g>
26
+ <g filter="url(#filter6_f_242_20994)">
27
+ <ellipse cx="1.19242" cy="6.9987" rx="1.19242" ry="6.9987" transform="matrix(-0.808063 -0.589096 -0.589096 0.808063 175.095 -4.48929)" fill="#FF19AF"/>
28
+ </g>
29
+ <g filter="url(#filter7_f_242_20994)">
30
+ <ellipse cx="1.19242" cy="6.9987" rx="1.19242" ry="6.9987" transform="matrix(-0.808063 -0.589096 -0.589096 0.808063 173.253 5.98055)" fill="#FF19AF"/>
31
+ </g>
32
+ <g filter="url(#filter8_f_242_20994)">
33
+ <ellipse cx="158.534" cy="0.970065" rx="1.73014" ry="7.56023" transform="rotate(-40.9103 158.534 0.970065)" fill="#D14B2A"/>
34
+ </g>
35
+ <g filter="url(#filter9_f_242_20994)">
36
+ <ellipse cx="159.711" cy="9.1377" rx="1.73014" ry="7.56023" transform="rotate(-35.8882 159.711 9.1377)" fill="#D14B2A"/>
37
+ </g>
38
+ </g>
39
+ <path d="M154.474 0.000671387C151.525 4.22164 151.508 10.7644 154.474 15.0006H156.466C153.501 10.7644 153.518 4.22164 156.466 0.000671387H154.474Z" fill="white"/>
40
+ <path d="M174.486 0.000640869H172.493C175.442 4.22161 175.459 10.7644 172.493 15.0005H174.486C177.451 10.7644 177.434 4.22161 174.486 0.000640869Z" fill="white"/>
41
+ <defs>
42
+ <filter id="filter0_f_242_20994" x="165.149" y="-8.50099" width="12.6054" height="17.5984" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
43
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
44
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
45
+ <feGaussianBlur stdDeviation="1.10497" result="effect1_foregroundBlur_242_20994"/>
46
+ </filter>
47
+ <filter id="filter1_f_242_20994" x="164.781" y="-1.1348" width="12.6054" height="17.5984" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
48
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
49
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
50
+ <feGaussianBlur stdDeviation="1.10497" result="effect1_foregroundBlur_242_20994"/>
51
+ </filter>
52
+ <filter id="filter2_f_242_20994" x="151.408" y="-7.44572" width="12.8896" height="15.8187" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
53
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
54
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
55
+ <feGaussianBlur stdDeviation="1.10497" result="effect1_foregroundBlur_242_20994"/>
56
+ </filter>
57
+ <filter id="filter3_f_242_20994" x="153.25" y="3.02411" width="12.8896" height="15.8187" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
58
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
59
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
60
+ <feGaussianBlur stdDeviation="1.10497" result="effect1_foregroundBlur_242_20994"/>
61
+ </filter>
62
+ <filter id="filter4_f_242_20994" x="164.668" y="-7.44572" width="12.8896" height="15.8187" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
63
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
64
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
65
+ <feGaussianBlur stdDeviation="1.10497" result="effect1_foregroundBlur_242_20994"/>
66
+ </filter>
67
+ <filter id="filter5_f_242_20994" x="162.459" y="3.02411" width="12.8896" height="15.8187" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
68
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
69
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
70
+ <feGaussianBlur stdDeviation="1.10497" result="effect1_foregroundBlur_242_20994"/>
71
+ </filter>
72
+ <filter id="filter6_f_242_20994" x="163.564" y="-7.44572" width="12.8896" height="15.8187" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
73
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
74
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
75
+ <feGaussianBlur stdDeviation="1.10497" result="effect1_foregroundBlur_242_20994"/>
76
+ </filter>
77
+ <filter id="filter7_f_242_20994" x="161.722" y="3.02411" width="12.8896" height="15.8187" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
78
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
79
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
80
+ <feGaussianBlur stdDeviation="1.10497" result="effect1_foregroundBlur_242_20994"/>
81
+ </filter>
82
+ <filter id="filter8_f_242_20994" x="151.202" y="-7.06578" width="14.664" height="16.0717" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
83
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
84
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
85
+ <feGaussianBlur stdDeviation="1.10497" result="effect1_foregroundBlur_242_20994"/>
86
+ </filter>
87
+ <filter id="filter9_f_242_20994" x="152.852" y="0.718399" width="13.7197" height="16.8386" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
88
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
89
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
90
+ <feGaussianBlur stdDeviation="1.10497" result="effect1_foregroundBlur_242_20994"/>
91
+ </filter>
92
+ </defs>
93
+ </svg>