@zenpatient-org/healthspan-marketing-ui 0.1.170 → 0.2.0

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 (1100) hide show
  1. package/README.md +11 -2
  2. package/dist/assets/svg/badge-icon.svg +13 -0
  3. package/dist/assets/svg/company-logo.svg +3 -0
  4. package/dist/components/Accordion/Accordion.cjs.js +1 -1
  5. package/dist/components/Accordion/Accordion.es.js +4 -4
  6. package/dist/components/Accordion/accordion.module.css +8 -0
  7. package/dist/components/Accordion/components/AccordionItem/AccordionItem.cjs.js +1 -1
  8. package/dist/components/Accordion/components/AccordionItem/AccordionItem.es.js +9 -9
  9. package/dist/components/Accordion/components/AccordionItem/accordionItem.module.css +59 -0
  10. package/dist/components/AnchorLinks/AnchorLinks.cjs.js +1 -1
  11. package/dist/components/AnchorLinks/AnchorLinks.es.js +16 -16
  12. package/dist/components/AnchorLinks/anchorLinks.module.css +42 -0
  13. package/dist/components/Benefit/Benefit.cjs.js +1 -1
  14. package/dist/components/Benefit/Benefit.es.js +6 -6
  15. package/dist/components/Benefit/benefit.module.css +21 -0
  16. package/dist/components/Button/Button.cjs.js +1 -1
  17. package/dist/components/Button/Button.es.js +1 -1
  18. package/dist/components/Button/button.module.css +164 -0
  19. package/dist/components/Callback/Callback.cjs.js +1 -1
  20. package/dist/components/Callback/Callback.es.js +10 -10
  21. package/dist/components/Callback/callback.module.css +237 -0
  22. package/dist/components/Checkbox/Checkbox.cjs.js +1 -1
  23. package/dist/components/Checkbox/Checkbox.es.js +7 -7
  24. package/dist/components/Checkbox/assets/checkbox-checkmark.svg +3 -0
  25. package/dist/components/Checkbox/assets/checkbox-dash.svg +3 -0
  26. package/dist/components/Checkbox/assets/checkbox-error.svg +3 -0
  27. package/dist/components/Checkbox/checkbox.module.css +112 -0
  28. package/dist/components/ClaimBlock/ClaimBlock.cjs.js +1 -1
  29. package/dist/components/ClaimBlock/ClaimBlock.es.js +1 -1
  30. package/dist/components/ClaimBlock/claimBlock.module.css +49 -0
  31. package/dist/components/ColoredDivider/ColoredDivider.cjs.js +1 -1
  32. package/dist/components/ColoredDivider/ColoredDivider.es.js +5 -5
  33. package/dist/components/ColoredDivider/coloredDivider.module.css +70 -0
  34. package/dist/components/ComplexImageCarousel/ComplexCarousel/ComplexCarousel.cjs.js +1 -1
  35. package/dist/components/ComplexImageCarousel/ComplexCarousel/ComplexCarousel.es.js +7 -7
  36. package/dist/components/ComplexImageCarousel/ComplexCarousel/complexImageCarousel.module.css +125 -0
  37. package/dist/components/ComplexImageCarousel/ComplexImageCarousel.cjs.js +1 -1
  38. package/dist/components/ComplexImageCarousel/ComplexImageCarousel.es.js +3 -3
  39. package/dist/components/ComplexImageCarousel/SimpleImageCarousel/SimpleImageCarousel.cjs.js +1 -1
  40. package/dist/components/ComplexImageCarousel/SimpleImageCarousel/SimpleImageCarousel.es.js +11 -12
  41. package/dist/components/ComplexImageCarousel/SimpleImageCarousel/simpleImageCarousel.module.css +51 -0
  42. package/dist/components/ComplexImageCarousel/useComplexImageCarousel.cjs.js +1 -1
  43. package/dist/components/ComplexImageCarousel/useComplexImageCarousel.es.js +33 -33
  44. package/dist/components/ComplexTooltip/ComplexTooltip.cjs.js +1 -1
  45. package/dist/components/ComplexTooltip/ComplexTooltip.es.js +23 -23
  46. package/dist/components/ComplexTooltip/complexTooltip.module.css +3 -0
  47. package/dist/components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.cjs.js +1 -1
  48. package/dist/components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.es.js +12 -12
  49. package/dist/components/ComplexTooltip/components/ComplexTooltipContent/complexTooltipContent.module.css +74 -0
  50. package/dist/components/ContentTabs/ContentTabs.cjs.js +1 -1
  51. package/dist/components/ContentTabs/ContentTabs.es.js +2 -2
  52. package/dist/components/ContentTabs/contentTabs.module.css +88 -0
  53. package/dist/components/Cursor/Cursor.cjs.js +1 -1
  54. package/dist/components/Cursor/Cursor.es.js +1 -1
  55. package/dist/components/Cursor/assets/cursor_story_trigger_bg.png +0 -0
  56. package/dist/components/Cursor/components/ClientCursor.cjs.js +1 -1
  57. package/dist/components/Cursor/components/ClientCursor.es.js +1 -1
  58. package/dist/components/Cursor/components/clientCursor.module.css +36 -0
  59. package/dist/components/FAQComponent/FAQComponent.cjs.js +1 -1
  60. package/dist/components/FAQComponent/FAQComponent.es.js +15 -15
  61. package/dist/components/FAQComponent/faqComponent.module.css +40 -0
  62. package/dist/components/FAQComponentItem/FAQComponentItem.cjs.js +1 -1
  63. package/dist/components/FAQComponentItem/FAQComponentItem.es.js +16 -16
  64. package/dist/components/FAQComponentItem/faqComponentItem.module.css +149 -0
  65. package/dist/components/FilterError/FilterError.cjs.js +1 -1
  66. package/dist/components/FilterError/FilterError.es.js +1 -1
  67. package/dist/components/FilterError/filterError.module.css +21 -0
  68. package/dist/components/FilterMenu/FilterMenu.cjs.js +1 -1
  69. package/dist/components/FilterMenu/FilterMenu.es.js +2 -2
  70. package/dist/components/FilterMenu/filterMenu.module.css +106 -0
  71. package/dist/components/GalleryPagination/GalleryPagination.cjs.js +1 -1
  72. package/dist/components/GalleryPagination/GalleryPagination.es.js +1 -1
  73. package/dist/components/GalleryPagination/galleryPagination.module.css +38 -0
  74. package/dist/components/HighlightedTitle/HighlightedTitle.cjs.js +1 -1
  75. package/dist/components/HighlightedTitle/HighlightedTitle.es.js +7 -7
  76. package/dist/components/HighlightedTitle/highlightedTitle.module.css +59 -0
  77. package/dist/components/Icon/Icon.cjs.js +1 -1
  78. package/dist/components/IconBracket/IconBracket.cjs.js +1 -1
  79. package/dist/components/IconBracket/IconBracket.es.js +3 -3
  80. package/dist/components/IconBracket/iconBracket.module.css +64 -0
  81. package/dist/components/IconButton/IconButton.cjs.js +1 -1
  82. package/dist/components/IconButton/IconButton.es.js +1 -1
  83. package/dist/components/IconButton/iconButton.module.css +119 -0
  84. package/dist/components/ImageGallery/ImageGallery.cjs.js +1 -1
  85. package/dist/components/ImageGallery/ImageGallery.es.js +5 -5
  86. package/dist/components/ImageGallery/imageGallery.module.css +64 -0
  87. package/dist/components/InfiniteScroll/InfiniteScroll.cjs.js +1 -1
  88. package/dist/components/InfiniteScroll/InfiniteScroll.es.js +17 -17
  89. package/dist/components/InfiniteScroll/infiniteScroll.module.css +35 -0
  90. package/dist/components/Label/Label.cjs.js +1 -1
  91. package/dist/components/Label/Label.es.js +10 -11
  92. package/dist/components/Label/label.module.css +70 -0
  93. package/dist/components/Pagination/Pagination.cjs.js +1 -1
  94. package/dist/components/Pagination/Pagination.es.js +1 -1
  95. package/dist/components/Pagination/pagination.module.css +59 -0
  96. package/dist/components/PlayButton/PlayButton.cjs.js +1 -1
  97. package/dist/components/PlayButton/PlayButton.es.js +1 -1
  98. package/dist/components/PlayButton/playButton.module.css +30 -0
  99. package/dist/components/Pricing/Pricing.cjs.js +1 -1
  100. package/dist/components/Pricing/Pricing.es.js +15 -15
  101. package/dist/components/Pricing/components/BenefitItem/BenefitItem.cjs.js +1 -1
  102. package/dist/components/Pricing/components/BenefitItem/BenefitItem.es.js +6 -6
  103. package/dist/components/Pricing/components/BenefitItem/benefitItem.module.css +9 -0
  104. package/dist/components/Pricing/pricing.module.css +123 -0
  105. package/dist/components/Pricing/types.d.ts +1 -3
  106. package/dist/components/ProductGallery/ProductGallery.cjs.js +1 -1
  107. package/dist/components/ProductGallery/ProductGallery.es.js +5 -5
  108. package/dist/components/ProductGallery/productGallery.module.css +157 -0
  109. package/dist/components/ProductGalleryCard/ProductGalleryCard.cjs.js +1 -1
  110. package/dist/components/ProductGalleryCard/ProductGalleryCard.es.js +13 -13
  111. package/dist/components/ProductGalleryCard/productGalleryCard.module.css +100 -0
  112. package/dist/components/ProductListing/ProductListing.cjs.js +1 -1
  113. package/dist/components/ProductListing/ProductListing.es.js +3 -3
  114. package/dist/components/ProductListing/productListing.module.css +102 -0
  115. package/dist/components/ProductPairs/ProductPairs.cjs.js +1 -1
  116. package/dist/components/ProductPairs/ProductPairs.es.js +7 -7
  117. package/dist/components/ProductPairs/productPairs.module.css +112 -0
  118. package/dist/components/ProgramCard/ProgramCard.cjs.js +1 -1
  119. package/dist/components/ProgramCard/ProgramCard.es.js +8 -8
  120. package/dist/components/ProgramCard/assets/program_card_bg.png +0 -0
  121. package/dist/components/ProgramCard/programCard.module.css +97 -0
  122. package/dist/components/ProgressButton/ProgressButton.cjs.js +1 -1
  123. package/dist/components/ProgressButton/ProgressButton.es.js +2 -2
  124. package/dist/components/ProgressButton/progressButton.module.css +76 -0
  125. package/dist/components/RadioButton/RadioButton.cjs.js +1 -1
  126. package/dist/components/RadioButton/RadioButton.es.js +1 -1
  127. package/dist/components/RadioButton/radioButton.module.css +75 -0
  128. package/dist/components/RatingStars/RatingStars.cjs.js +1 -1
  129. package/dist/components/RatingStars/RatingStars.es.js +4 -4
  130. package/dist/components/RatingStars/ratingStars.module.css +56 -0
  131. package/dist/components/Skeleton/Skeleton.cjs.js +1 -1
  132. package/dist/components/Skeleton/Skeleton.es.js +1 -1
  133. package/dist/components/Skeleton/skeleton.module.css +28 -0
  134. package/dist/components/SmartCallout/SmartCallout.cjs.js +1 -1
  135. package/dist/components/SmartCallout/SmartCallout.es.js +3 -3
  136. package/dist/components/SmartCallout/smartCallout.module.css +9 -0
  137. package/dist/components/StepsCarousel/StepsCarousel.cjs.js +1 -1
  138. package/dist/components/StepsCarousel/StepsCarousel.es.js +21 -37
  139. package/dist/components/StepsCarousel/stepsCarousel.module.css +276 -0
  140. package/dist/components/StudyGridCard/StudyGridCard.cjs.js +1 -1
  141. package/dist/components/StudyGridCard/StudyGridCard.es.js +24 -29
  142. package/dist/components/StudyGridCard/studyGridCard.module.css +208 -0
  143. package/dist/components/Tabs/Tabs.cjs.js +1 -1
  144. package/dist/components/Tabs/Tabs.es.js +1 -1
  145. package/dist/components/Tabs/TabsWithFade.cjs.js +1 -1
  146. package/dist/components/Tabs/TabsWithFade.es.js +1 -1
  147. package/dist/components/Tabs/tabs.module.css +280 -0
  148. package/dist/components/Tag/Tag.cjs.js +1 -1
  149. package/dist/components/Tag/Tag.es.js +15 -16
  150. package/dist/components/Tag/tag.module.css +100 -0
  151. package/dist/components/TextButton/TextButton.cjs.js +1 -1
  152. package/dist/components/TextButton/TextButton.es.js +1 -1
  153. package/dist/components/TextButton/textButton.module.css +106 -0
  154. package/dist/components/TextInput/TextInput.cjs.js +1 -1
  155. package/dist/components/TextInput/TextInput.es.js +1 -1
  156. package/dist/components/TextInput/textInput.module.css +163 -0
  157. package/dist/components/TypeBadge/TypeBadge.cjs.js +1 -1
  158. package/dist/components/TypeBadge/TypeBadge.es.js +1 -1
  159. package/dist/components/TypeBadge/typeBadge.module.css +44 -0
  160. package/dist/components/Typography/Typography.cjs.js +1 -1
  161. package/dist/components/Typography/Typography.es.js +9 -9
  162. package/dist/components/Typography/typography.module.css +602 -0
  163. package/dist/fonts/SoehneMono/soehne-mono-buch-kursiv.woff2 +0 -0
  164. package/dist/fonts/SoehneMono/soehne-mono-buch.woff2 +0 -0
  165. package/dist/fonts/SoehneMono/style.css +15 -0
  166. package/dist/fonts/SuisseIntl/SuisseIntl-Medium.woff2 +0 -0
  167. package/dist/fonts/SuisseIntl/SuisseIntl-Regular.woff2 +0 -0
  168. package/dist/fonts/SuisseIntl/SuisseIntl-Semibold.woff2 +0 -0
  169. package/dist/fonts/SuisseIntl/style.css +23 -0
  170. package/dist/fonts/index.css +7 -0
  171. package/dist/icons/action/alert-error-fill.svg +5 -0
  172. package/dist/icons/action/alert-error.svg +5 -0
  173. package/dist/icons/action/bracket-left.svg +3 -0
  174. package/dist/icons/action/bracket-right.svg +3 -0
  175. package/dist/icons/action/check.svg +5 -0
  176. package/dist/icons/action/circle-check-fill.svg +5 -0
  177. package/dist/icons/action/circle-check.svg +5 -0
  178. package/dist/icons/action/close.svg +5 -0
  179. package/dist/icons/action/dot.svg +3 -0
  180. package/dist/icons/action/help.svg +5 -0
  181. package/dist/icons/action/info.svg +5 -0
  182. package/dist/icons/action/invisible.svg +1 -0
  183. package/dist/icons/action/menu.svg +5 -0
  184. package/dist/icons/action/play.svg +3 -0
  185. package/dist/icons/action/plus.svg +5 -0
  186. package/dist/icons/action/profile.svg +1 -0
  187. package/dist/icons/action/remove.svg +5 -0
  188. package/dist/icons/action/search.svg +5 -0
  189. package/dist/icons/action/visible.svg +1 -0
  190. package/dist/icons/action/warning.svg +5 -0
  191. package/dist/icons/arrow/arrow-back.svg +5 -0
  192. package/dist/icons/arrow/arrow-downward.svg +5 -0
  193. package/dist/icons/arrow/arrow-forward-thin.svg +4 -0
  194. package/dist/icons/arrow/arrow-forward.svg +5 -0
  195. package/dist/icons/arrow/arrow-insert.svg +5 -0
  196. package/dist/icons/arrow/arrow-outward.svg +5 -0
  197. package/dist/icons/arrow/arrow-return.svg +5 -0
  198. package/dist/icons/arrow/arrow-upward.svg +5 -0
  199. package/dist/icons/arrow/chevron-back.svg +5 -0
  200. package/dist/icons/arrow/chevron-down.svg +5 -0
  201. package/dist/icons/arrow/chevron-forward.svg +5 -0
  202. package/dist/icons/arrow/chevron-up.svg +5 -0
  203. package/dist/icons/bold/arrow-bold.svg +3 -0
  204. package/dist/icons/bold/close-bold.svg +3 -0
  205. package/dist/icons/bold/dot-bold.svg +3 -0
  206. package/dist/icons/bold/plus-bold.svg +3 -0
  207. package/dist/icons/chat/message-fill.svg +5 -0
  208. package/dist/icons/chat/message.svg +5 -0
  209. package/dist/icons/eCommerce/calendar.svg +5 -0
  210. package/dist/icons/eCommerce/cart.svg +5 -0
  211. package/dist/icons/eCommerce/package-fill.svg +5 -0
  212. package/dist/icons/eCommerce/package.svg +5 -0
  213. package/dist/icons/faces/smile-fill.svg +5 -0
  214. package/dist/icons/faces/smile.svg +5 -0
  215. package/dist/icons/global/cookie.svg +1 -0
  216. package/dist/icons/global/filter.svg +5 -0
  217. package/dist/icons/global/pin-drop.svg +5 -0
  218. package/dist/icons/global/settings.svg +1 -0
  219. package/dist/icons/indicators/circle-dash-fill.svg +11 -0
  220. package/dist/icons/indicators/circle-dash.svg +16 -0
  221. package/dist/icons/map/pin-drop.svg +5 -0
  222. package/dist/icons/medical/coaching.svg +5 -0
  223. package/dist/icons/medical/labs.svg +5 -0
  224. package/dist/icons/medical/myspan.svg +5 -0
  225. package/dist/icons/medical/optimizations.svg +5 -0
  226. package/dist/icons/medical/protocols.svg +5 -0
  227. package/dist/icons/medical/ruler.svg +5 -0
  228. package/dist/icons/medical/scale.svg +5 -0
  229. package/dist/icons/social/apple.svg +1 -0
  230. package/dist/icons/social/facebook.svg +5 -0
  231. package/dist/icons/social/google.svg +1 -0
  232. package/dist/icons/social/heart-fill.svg +5 -0
  233. package/dist/icons/social/heart.svg +5 -0
  234. package/dist/icons/social/instagram.svg +5 -0
  235. package/dist/icons/social/linkedin.svg +3 -0
  236. package/dist/icons/social/star-fill.svg +5 -0
  237. package/dist/icons/social/star-half.svg +4 -0
  238. package/dist/icons/social/star-outline.svg +5 -0
  239. package/dist/icons/social/star.svg +3 -0
  240. package/dist/icons/social/x.svg +5 -0
  241. package/dist/index.cjs.js +1 -1
  242. package/dist/index.d.ts +0 -1
  243. package/dist/index.es.js +1 -10
  244. package/dist/modules/AllInOne/AllInOne.cjs.js +1 -1
  245. package/dist/modules/AllInOne/AllInOne.es.js +30 -30
  246. package/dist/modules/AllInOne/allInOne.module.css +118 -0
  247. package/dist/modules/Benefits/Benefits.cjs.js +1 -1
  248. package/dist/modules/Benefits/Benefits.es.js +5 -5
  249. package/dist/modules/Benefits/benefits.module.css +185 -0
  250. package/dist/modules/Benefits/components/BenefitItem/BenefitItem.cjs.js +1 -1
  251. package/dist/modules/Benefits/components/BenefitItem/BenefitItem.es.js +2 -2
  252. package/dist/modules/Benefits/components/BenefitItem/benefitItem.module.css +30 -0
  253. package/dist/modules/Benefits/components/BenefitTag/BenefitTag.cjs.js +1 -1
  254. package/dist/modules/Benefits/components/BenefitTag/BenefitTag.es.js +4 -4
  255. package/dist/modules/Benefits/components/BenefitTag/benefitTag.module.css +29 -0
  256. package/dist/modules/CallToAction/CallToAction.cjs.js +1 -1
  257. package/dist/modules/CallToAction/CallToAction.es.js +36 -36
  258. package/dist/modules/CallToAction/callToAction.module.css +227 -0
  259. package/dist/modules/Callback/Callback.cjs.js +1 -1
  260. package/dist/modules/Callback/Callback.es.js +31 -31
  261. package/dist/modules/Callback/callback.module.css +69 -0
  262. package/dist/modules/CircleHighlights/CircleHighlights.cjs.js +1 -1
  263. package/dist/modules/CircleHighlights/CircleHighlights.es.js +1 -1
  264. package/dist/modules/CircleHighlights/assets/alwaysCurrentImg.jpg +0 -0
  265. package/dist/modules/CircleHighlights/assets/credibleImg.jpg +0 -0
  266. package/dist/modules/CircleHighlights/assets/cuttingImg.jpg +0 -0
  267. package/dist/modules/CircleHighlights/circleHighlights.module.css +75 -0
  268. package/dist/modules/Claims/Claims.cjs.js +1 -1
  269. package/dist/modules/Claims/Claims.es.js +5 -5
  270. package/dist/modules/Claims/claims.module.css +107 -0
  271. package/dist/modules/Compare/Compare.cjs.js +1 -1
  272. package/dist/modules/Compare/Compare.es.js +1 -1
  273. package/dist/modules/Compare/compare.module.css +79 -0
  274. package/dist/modules/Compare/types.d.ts +2 -2
  275. package/dist/modules/Comparison/Comparison.cjs.js +1 -1
  276. package/dist/modules/Comparison/Comparison.es.js +12 -12
  277. package/dist/modules/Comparison/assets/company-logo.svg +3 -0
  278. package/dist/modules/Comparison/comparison.module.css +150 -0
  279. package/dist/modules/Comparison/components/ComparisonMobileView/ComparisonMobileView.cjs.js +1 -1
  280. package/dist/modules/Comparison/components/ComparisonMobileView/ComparisonMobileView.es.js +12 -12
  281. package/dist/modules/Comparison/components/ComparisonMobileView/comparisonMobileView.module.css +84 -0
  282. package/dist/modules/ContentHighlight/ContentHighlight.cjs.js +1 -1
  283. package/dist/modules/ContentHighlight/ContentHighlight.es.js +2 -2
  284. package/dist/modules/ContentHighlight/contentHighlight.module.css +149 -0
  285. package/dist/modules/Curiosity/Curiosity.cjs.js +1 -1
  286. package/dist/modules/Curiosity/Curiosity.es.js +11 -11
  287. package/dist/modules/Curiosity/curiosity.module.css +153 -0
  288. package/dist/modules/CursorImageBlock/CursorImageBlock.cjs.js +1 -1
  289. package/dist/modules/CursorImageBlock/CursorImageBlock.es.js +2 -2
  290. package/dist/modules/CursorImageBlock/cursorImageBlock.module.css +122 -0
  291. package/dist/modules/ExpandingDetails/ExpandingDetails.cjs.js +1 -1
  292. package/dist/modules/ExpandingDetails/ExpandingDetails.es.js +10 -10
  293. package/dist/modules/ExpandingDetails/expandingDetails.module.css +262 -0
  294. package/dist/modules/FAQModule/FAQModule.cjs.js +1 -1
  295. package/dist/modules/FAQModule/FAQModule.es.js +1 -1
  296. package/dist/modules/FAQModule/faqModule.module.css +76 -0
  297. package/dist/modules/FeaturedIn/FeaturedIn.cjs.js +1 -1
  298. package/dist/modules/FeaturedIn/FeaturedIn.es.js +6 -6
  299. package/dist/modules/FeaturedIn/components/CtaFeaturedIn.cjs.js +1 -1
  300. package/dist/modules/FeaturedIn/components/CtaFeaturedIn.es.js +1 -1
  301. package/dist/modules/FeaturedIn/featuredIn.module.css +198 -0
  302. package/dist/modules/FeaturesGallery/FeaturesGallery.cjs.js +1 -1
  303. package/dist/modules/FeaturesGallery/FeaturesGallery.es.js +2 -2
  304. package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.cjs.js +1 -1
  305. package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.es.js +5 -5
  306. package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.module.css +131 -0
  307. package/dist/modules/FeaturesGallery/components/FeatureGrid/assets/smoke-1.jpg +0 -0
  308. package/dist/modules/FeaturesGallery/components/FeatureGrid/assets/smoke-2.jpg +0 -0
  309. package/dist/modules/FeaturesGallery/components/FeatureGrid/assets/smoke-3.jpg +0 -0
  310. package/dist/modules/FeaturesGallery/featuresGallery.module.css +111 -0
  311. package/dist/modules/FollowTheScience/FollowTheScience.cjs.js +1 -1
  312. package/dist/modules/FollowTheScience/FollowTheScience.es.js +13 -13
  313. package/dist/modules/FollowTheScience/followTheScience.module.css +96 -0
  314. package/dist/modules/Grid/Grid.cjs.js +1 -1
  315. package/dist/modules/Grid/Grid.es.js +1 -1
  316. package/dist/modules/Grid/grid.module.css +257 -0
  317. package/dist/modules/HSModal/HSModal.cjs.js +1 -1
  318. package/dist/modules/HSModal/HSModal.es.js +6 -6
  319. package/dist/modules/HSModal/components/MailchimpModal/MailchimpModal.cjs.js +1 -1
  320. package/dist/modules/HSModal/components/MailchimpModal/MailchimpModal.es.js +7 -7
  321. package/dist/modules/HSModal/components/MailchimpModal/components/Newsletter/Newsletter.cjs.js +1 -1
  322. package/dist/modules/HSModal/components/MailchimpModal/components/Newsletter/Newsletter.es.js +14 -14
  323. package/dist/modules/HSModal/components/MailchimpModal/components/Newsletter/newsletter.module.css +17 -0
  324. package/dist/modules/HSModal/components/MailchimpModal/mailchimpModal.module.css +119 -0
  325. package/dist/modules/HSModal/hsModal.module.css +23 -0
  326. package/dist/modules/HighestStandards/HighestStandards.cjs.js +1 -1
  327. package/dist/modules/HighestStandards/HighestStandards.es.js +13 -13
  328. package/dist/modules/HighestStandards/assets/hs-bg-indigo.jpg +0 -0
  329. package/dist/modules/HighestStandards/assets/hs-bg-orchre.jpg +0 -0
  330. package/dist/modules/HighestStandards/assets/hs-bg-solar.jpg +0 -0
  331. package/dist/modules/HighestStandards/components/TabsMenu/TabsMenu.cjs.js +1 -1
  332. package/dist/modules/HighestStandards/components/TabsMenu/TabsMenu.es.js +4 -4
  333. package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/TabsMenuItem.cjs.js +1 -1
  334. package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/TabsMenuItem.es.js +19 -19
  335. package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/tabsMenuItem.module.css +78 -0
  336. package/dist/modules/HighestStandards/components/TabsMenu/tabsMenu.module.css +14 -0
  337. package/dist/modules/HighestStandards/highestStandards.module.css +193 -0
  338. package/dist/modules/HowItWorks/HowItWorks.cjs.js +1 -1
  339. package/dist/modules/HowItWorks/HowItWorks.es.js +10 -10
  340. package/dist/modules/HowItWorks/components/Content/Content.cjs.js +1 -1
  341. package/dist/modules/HowItWorks/components/Content/Content.es.js +5 -5
  342. package/dist/modules/HowItWorks/components/Content/content.module.css +126 -0
  343. package/dist/modules/HowItWorks/howItWorks.module.css +64 -0
  344. package/dist/modules/ImageWithBenefits/ImageWithBenefits.cjs.js +1 -1
  345. package/dist/modules/ImageWithBenefits/ImageWithBenefits.es.js +2 -2
  346. package/dist/modules/ImageWithBenefits/imageWithBenefits.module.css +208 -0
  347. package/dist/modules/ImageWithText/ImageWithText.cjs.js +1 -1
  348. package/dist/modules/ImageWithText/ImageWithText.es.js +15 -15
  349. package/dist/modules/ImageWithText/imageWithText.module.css +245 -0
  350. package/dist/modules/IndividualProductCard/IndividualProductCard.cjs.js +1 -1
  351. package/dist/modules/IndividualProductCard/IndividualProductCard.d.ts +2 -6
  352. package/dist/modules/IndividualProductCard/IndividualProductCard.es.js +79 -90
  353. package/dist/modules/IndividualProductCard/components/Features/Features.cjs.js +1 -1
  354. package/dist/modules/IndividualProductCard/components/Features/Features.es.js +5 -5
  355. package/dist/modules/IndividualProductCard/components/Features/features.module.css +54 -0
  356. package/dist/modules/IndividualProductCard/components/PlanCard/PlanCard.cjs.js +1 -1
  357. package/dist/modules/IndividualProductCard/components/PlanCard/PlanCard.es.js +8 -8
  358. package/dist/modules/IndividualProductCard/components/PlanCard/planCard.module.css +117 -0
  359. package/dist/modules/IndividualProductCard/individualProductCard.module.css +118 -0
  360. package/dist/modules/IngredientHighlight/IngredientHighlight.cjs.js +1 -1
  361. package/dist/modules/IngredientHighlight/IngredientHighlight.es.js +1 -1
  362. package/dist/modules/IngredientHighlight/components/Ingredient/Ingredient.cjs.js +1 -1
  363. package/dist/modules/IngredientHighlight/components/Ingredient/Ingredient.es.js +7 -7
  364. package/dist/modules/IngredientHighlight/components/Ingredient/ingredient.module.css +41 -0
  365. package/dist/modules/IngredientHighlight/ingredientHighlight.module.css +73 -0
  366. package/dist/modules/LongevityPathways/LongevityPathways.cjs.js +1 -1
  367. package/dist/modules/LongevityPathways/LongevityPathways.es.js +7 -7
  368. package/dist/modules/LongevityPathways/longevityPathways.module.css +39 -0
  369. package/dist/modules/OptimalHealth/OptimalHealth.cjs.js +1 -1
  370. package/dist/modules/OptimalHealth/OptimalHealth.es.js +11 -11
  371. package/dist/modules/OptimalHealth/assets/optimal_health_example.png +0 -0
  372. package/dist/modules/OptimalHealth/components/ClockImages/ClockImages.cjs.js +1 -1
  373. package/dist/modules/OptimalHealth/components/ClockImages/ClockImages.es.js +8 -8
  374. package/dist/modules/OptimalHealth/components/ClockImages/clockImages.module.css +150 -0
  375. package/dist/modules/OptimalHealth/optimalHealth.module.css +86 -0
  376. package/dist/modules/OurProcess/OurProcess.cjs.js +1 -1
  377. package/dist/modules/OurProcess/OurProcess.es.js +5 -5
  378. package/dist/modules/OurProcess/ourProcess.module.css +44 -0
  379. package/dist/modules/PairedProducts/PairedProducts.cjs.js +1 -1
  380. package/dist/modules/PairedProducts/PairedProducts.es.js +5 -5
  381. package/dist/modules/PairedProducts/pairedProducts.module.css +60 -0
  382. package/dist/modules/ProductsDisplay/ProductsDisplay.cjs.js +1 -1
  383. package/dist/modules/ProductsDisplay/ProductsDisplay.es.js +16 -16
  384. package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/ProductsDisplayTabs.cjs.js +1 -1
  385. package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/ProductsDisplayTabs.es.js +7 -8
  386. package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/productsDisplayTabs.module.css +16 -0
  387. package/dist/modules/ProductsDisplay/productsDisplay.module.css +30 -0
  388. package/dist/modules/ProductsDisplay/useProductsData.cjs.js +1 -1
  389. package/dist/modules/ProductsDisplay/useProductsData.es.js +12 -11
  390. package/dist/modules/ProgramDetails/ProgramDetails.cjs.js +1 -1
  391. package/dist/modules/ProgramDetails/ProgramDetails.es.js +1 -1
  392. package/dist/modules/ProgramDetails/components/Features/Features.cjs.js +1 -1
  393. package/dist/modules/ProgramDetails/components/Features/Features.es.js +1 -1
  394. package/dist/modules/ProgramDetails/components/Features/features.module.css +69 -0
  395. package/dist/modules/ProgramDetails/programDetails.module.css +58 -0
  396. package/dist/modules/ProgramsDetailsHero/ProgramsDetailsHero.cjs.js +1 -1
  397. package/dist/modules/ProgramsDetailsHero/ProgramsDetailsHero.es.js +6 -6
  398. package/dist/modules/ProgramsDetailsHero/programsDetailsHero.module.css +153 -0
  399. package/dist/modules/ResearchEssentialReadings/ResearchEssentialReadings.cjs.js +1 -1
  400. package/dist/modules/ResearchEssentialReadings/ResearchEssentialReadings.es.js +6 -6
  401. package/dist/modules/ResearchEssentialReadings/components/ReadingCard/ReadingCard.cjs.js +1 -1
  402. package/dist/modules/ResearchEssentialReadings/components/ReadingCard/ReadingCard.es.js +1 -1
  403. package/dist/modules/ResearchEssentialReadings/components/ReadingCard/readingCard.module.css +77 -0
  404. package/dist/modules/ResearchEssentialReadings/researchEssentialReadings.module.css +115 -0
  405. package/dist/modules/ResearchFeatured/ResearchFeatured.cjs.js +1 -1
  406. package/dist/modules/ResearchFeatured/ResearchFeatured.es.js +5 -5
  407. package/dist/modules/ResearchFeatured/components/FeaturedArticle/FeaturedArticle.cjs.js +1 -1
  408. package/dist/modules/ResearchFeatured/components/FeaturedArticle/FeaturedArticle.es.js +2 -2
  409. package/dist/modules/ResearchFeatured/components/FeaturedArticle/featuredArticle.module.css +132 -0
  410. package/dist/modules/ResearchFeatured/components/HighlightedArticle/HighlightedArticle.cjs.js +1 -1
  411. package/dist/modules/ResearchFeatured/components/HighlightedArticle/HighlightedArticle.es.js +5 -5
  412. package/dist/modules/ResearchFeatured/components/HighlightedArticle/highlightedArticle.module.css +55 -0
  413. package/dist/modules/ResearchFeatured/researchFeatured.module.css +56 -0
  414. package/dist/modules/ResearchFilters/ResearchFilters.cjs.js +1 -1
  415. package/dist/modules/ResearchFilters/ResearchFilters.es.js +17 -18
  416. package/dist/modules/ResearchFilters/researchFilters.module.css +59 -0
  417. package/dist/modules/ResearchStudies/ResearchStudies.cjs.js +1 -1
  418. package/dist/modules/ResearchStudies/ResearchStudies.es.js +12 -13
  419. package/dist/modules/ResearchStudies/components/StudiesSkeleton/StudiesSkeleton.cjs.js +1 -1
  420. package/dist/modules/ResearchStudies/components/StudiesSkeleton/StudiesSkeleton.es.js +12 -12
  421. package/dist/modules/ResearchStudies/components/StudiesSkeleton/studiesSkeleton.module.css +74 -0
  422. package/dist/modules/ResearchStudies/components/StudyCard/StudyCard.cjs.js +1 -1
  423. package/dist/modules/ResearchStudies/components/StudyCard/StudyCard.es.js +5 -5
  424. package/dist/modules/ResearchStudies/components/StudyCard/studyCard.module.css +113 -0
  425. package/dist/modules/ResearchStudies/researchStudies.module.css +120 -0
  426. package/dist/modules/Reviews/Reviews.cjs.js +1 -1
  427. package/dist/modules/Reviews/Reviews.es.js +5 -5
  428. package/dist/modules/Reviews/components/ReviewCard/ReviewCard.cjs.js +1 -1
  429. package/dist/modules/Reviews/components/ReviewCard/ReviewCard.es.js +1 -1
  430. package/dist/modules/Reviews/components/ReviewCard/reviewCard.module.css +55 -0
  431. package/dist/modules/Reviews/components/ReviewList/ReviewList.cjs.js +1 -1
  432. package/dist/modules/Reviews/components/ReviewList/ReviewList.es.js +3 -3
  433. package/dist/modules/Reviews/components/ReviewList/reviewList.module.css +36 -0
  434. package/dist/modules/Reviews/reviews.module.css +74 -0
  435. package/dist/modules/ScienceHero/ScienceHero.cjs.js +1 -1
  436. package/dist/modules/ScienceHero/ScienceHero.es.js +2 -2
  437. package/dist/modules/ScienceHero/ScienceHeroCursor.cjs.js +1 -1
  438. package/dist/modules/ScienceHero/components/ScienceClientCursor.cjs.js +1 -1
  439. package/dist/modules/ScienceHero/components/ScienceClientCursor.es.js +1 -1
  440. package/dist/modules/ScienceHero/scienceHero.module.css +245 -0
  441. package/dist/modules/ScrollingText/ScrollingText.cjs.js +1 -1
  442. package/dist/modules/ScrollingText/ScrollingText.es.js +4 -4
  443. package/dist/modules/ScrollingText/scrollingText.module.css +53 -0
  444. package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.cjs.js +1 -1
  445. package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.es.js +14 -14
  446. package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css +242 -0
  447. package/dist/modules/SlidingTabsGallery/assets/ipad.png +0 -0
  448. package/dist/modules/Studies/Studies.cjs.js +1 -1
  449. package/dist/modules/Studies/Studies.es.js +9 -9
  450. package/dist/modules/Studies/studies.module.css +98 -0
  451. package/dist/modules/TargetedPrograms/TargetedPrograms.cjs.js +1 -1
  452. package/dist/modules/TargetedPrograms/TargetedPrograms.es.js +4 -4
  453. package/dist/modules/TargetedPrograms/targetedPrograms.module.css +61 -0
  454. package/dist/modules/Testimonial/Testimonial.cjs.js +1 -1
  455. package/dist/modules/Testimonial/Testimonial.es.js +13 -13
  456. package/dist/modules/Testimonial/components/Product/Product.cjs.js +1 -1
  457. package/dist/modules/Testimonial/components/Product/Product.es.js +1 -1
  458. package/dist/modules/Testimonial/components/Product/product.module.css +64 -0
  459. package/dist/modules/Testimonial/components/TextCard/TextCard.cjs.js +1 -1
  460. package/dist/modules/Testimonial/components/TextCard/TextCard.es.js +10 -10
  461. package/dist/modules/Testimonial/components/TextCard/textCard.module.css +45 -0
  462. package/dist/modules/Testimonial/components/VideoCard/VideoCard.cjs.js +1 -1
  463. package/dist/modules/Testimonial/components/VideoCard/VideoCard.es.js +5 -5
  464. package/dist/modules/Testimonial/components/VideoCard/videoCard.module.css +62 -0
  465. package/dist/modules/Testimonial/testimonial.module.css +108 -0
  466. package/dist/modules/TextBlockAnimated/TextBlockAnimated.cjs.js +1 -1
  467. package/dist/modules/TextBlockAnimated/TextBlockAnimated.es.js +9 -9
  468. package/dist/modules/TextBlockAnimated/textBlockAnimated.module.css +62 -0
  469. package/dist/modules/TextTwoImages/TextTwoImages.cjs.js +1 -1
  470. package/dist/modules/TextTwoImages/TextTwoImages.es.js +2 -2
  471. package/dist/modules/TextTwoImages/textTwoImages.module.css +141 -0
  472. package/dist/modules/ThreeCardsWithHero/ThreeCardsWithHero.cjs.js +1 -1
  473. package/dist/modules/ThreeCardsWithHero/ThreeCardsWithHero.es.js +1 -1
  474. package/dist/modules/ThreeCardsWithHero/assets/three_cards_hero_desktop.jpg +0 -0
  475. package/dist/modules/ThreeCardsWithHero/assets/three_cards_hero_mobile.jpg +0 -0
  476. package/dist/modules/ThreeCardsWithHero/components/TransparentCard/TransparentCard.cjs.js +1 -1
  477. package/dist/modules/ThreeCardsWithHero/components/TransparentCard/TransparentCard.es.js +1 -1
  478. package/dist/modules/ThreeCardsWithHero/components/TransparentCard/transparentCard.module.css +49 -0
  479. package/dist/modules/ThreeCardsWithHero/threeCardsWithHero.module.css +183 -0
  480. package/dist/modules/ThreeItemsPlainCarousel/ThreeItemsPlainCarousel.cjs.js +1 -1
  481. package/dist/modules/ThreeItemsPlainCarousel/ThreeItemsPlainCarousel.es.js +2 -2
  482. package/dist/modules/ThreeItemsPlainCarousel/threeItemsPlainCarousel.module.css +197 -0
  483. package/dist/modules/TotalCare/TotalCare.cjs.js +1 -1
  484. package/dist/modules/TotalCare/TotalCare.es.js +5 -5
  485. package/dist/modules/TotalCare/assets/ipad.png +0 -0
  486. package/dist/modules/TotalCare/totalCare.module.css +150 -0
  487. package/dist/modules/TrackProgress/TrackProgress.cjs.js +1 -1
  488. package/dist/modules/TrackProgress/TrackProgress.es.js +1 -1
  489. package/dist/modules/TrackProgress/components/TimelineContent/TimelineContent.cjs.js +1 -1
  490. package/dist/modules/TrackProgress/components/TimelineContent/TimelineContent.es.js +3 -3
  491. package/dist/modules/TrackProgress/components/TimelineContent/timelineContent.module.css +183 -0
  492. package/dist/modules/TrackProgress/trackProgress.module.css +50 -0
  493. package/dist/modules/TypesOfTests/TypesOfTests.cjs.js +1 -1
  494. package/dist/modules/TypesOfTests/TypesOfTests.es.js +11 -11
  495. package/dist/modules/TypesOfTests/typesOfTests.module.css +196 -0
  496. package/dist/modules/WhatIs/WhatIs.cjs.js +1 -1
  497. package/dist/modules/WhatIs/WhatIs.es.js +1 -1
  498. package/dist/modules/WhatIs/assets/metabolism.jpg +0 -0
  499. package/dist/modules/WhatIs/assets/mitochondria.jpg +0 -0
  500. package/dist/modules/WhatIs/assets/senescence.jpg +0 -0
  501. package/dist/modules/WhatIs/whatIs.module.css +61 -0
  502. package/dist/modules/YourProtocol/YourProtocol.cjs.js +1 -1
  503. package/dist/modules/YourProtocol/YourProtocol.es.js +25 -24
  504. package/dist/modules/YourProtocol/components/ProtocolTags/ProtocolTags.cjs.js +1 -1
  505. package/dist/modules/YourProtocol/components/ProtocolTags/ProtocolTags.es.js +5 -5
  506. package/dist/modules/YourProtocol/components/ProtocolTags/protocolTags.module.css +37 -0
  507. package/dist/modules/YourProtocol/yourProtocol.module.css +91 -0
  508. package/dist/node_modules/gsap/CustomEase.cjs.js +1 -1
  509. package/dist/node_modules/gsap/CustomEase.es.js +1 -1
  510. package/dist/node_modules/gsap/Draggable.cjs.js +1 -1
  511. package/dist/node_modules/gsap/Draggable.es.js +2 -2
  512. package/dist/node_modules/gsap/Flip.cjs.js +1 -1
  513. package/dist/node_modules/gsap/Flip.es.js +2 -2
  514. package/dist/node_modules/gsap/Observer.cjs.js +1 -1
  515. package/dist/node_modules/gsap/Observer.es.js +2 -2
  516. package/dist/node_modules/gsap/ScrollTrigger.cjs.js +1 -1
  517. package/dist/node_modules/gsap/ScrollTrigger.es.js +2 -2
  518. package/dist/node_modules/gsap/SplitText.cjs.js +2 -2
  519. package/dist/node_modules/gsap/SplitText.es.js +2 -2
  520. package/dist/node_modules/swiper/modules/navigation.css +1 -0
  521. package/dist/node_modules/swiper/modules/pagination.css +1 -0
  522. package/dist/node_modules/swiper/swiper.css +1 -0
  523. package/dist/pageComponents/Banner/Banner.cjs.js +1 -1
  524. package/dist/pageComponents/Banner/Banner.es.js +1 -1
  525. package/dist/pageComponents/Banner/banner.module.css +26 -0
  526. package/dist/pageComponents/BiologicalAge/BiologicalAge.cjs.js +1 -1
  527. package/dist/pageComponents/BiologicalAge/BiologicalAge.es.js +5 -5
  528. package/dist/pageComponents/BiologicalAge/assets/biological-age-img.png +0 -0
  529. package/dist/pageComponents/BiologicalAge/biologicalAge.module.css +110 -0
  530. package/dist/pageComponents/Bubbles/Bubbles.cjs.js +1 -1
  531. package/dist/pageComponents/Bubbles/Bubbles.es.js +1 -1
  532. package/dist/pageComponents/Bubbles/bubbles.module.css +168 -0
  533. package/dist/pageComponents/ContactUs/ContactUs.cjs.js +1 -1
  534. package/dist/pageComponents/ContactUs/ContactUs.es.js +13 -13
  535. package/dist/pageComponents/ContactUs/contactUs.module.css +152 -0
  536. package/dist/pageComponents/DiscoverTheStory/DiscoverTheStory.cjs.js +1 -1
  537. package/dist/pageComponents/DiscoverTheStory/DiscoverTheStory.es.js +2 -2
  538. package/dist/pageComponents/DiscoverTheStory/assets/bg-img-mobile.jpg +0 -0
  539. package/dist/pageComponents/DiscoverTheStory/assets/bg-img.jpg +0 -0
  540. package/dist/pageComponents/DiscoverTheStory/assets/content-img.png +0 -0
  541. package/dist/pageComponents/DiscoverTheStory/discoverTheStory.module.css +107 -0
  542. package/dist/pageComponents/Footer/Footer.cjs.js +1 -1
  543. package/dist/pageComponents/Footer/Footer.es.js +24 -27
  544. package/dist/pageComponents/Footer/assets/CompanyName.svg +3 -0
  545. package/dist/pageComponents/Footer/assets/logo.png +0 -0
  546. package/dist/pageComponents/Footer/assets/newsletter.jpg +0 -0
  547. package/dist/pageComponents/Footer/components/AccordionFooter/AccordionFooter.cjs.js +1 -1
  548. package/dist/pageComponents/Footer/components/AccordionFooter/AccordionFooter.es.js +1 -1
  549. package/dist/pageComponents/Footer/components/AccordionFooter/accordionFooter.module.css +9 -0
  550. package/dist/pageComponents/Footer/components/AccordionFooterItem/AccordionFooterItem.cjs.js +1 -1
  551. package/dist/pageComponents/Footer/components/AccordionFooterItem/AccordionFooterItem.es.js +6 -6
  552. package/dist/pageComponents/Footer/components/AccordionFooterItem/accordionFooterItem.module.css +107 -0
  553. package/dist/pageComponents/Footer/components/FooterAbout/FooterAbout.cjs.js +1 -1
  554. package/dist/pageComponents/Footer/components/FooterAbout/FooterAbout.es.js +2 -2
  555. package/dist/pageComponents/Footer/components/FooterAbout/footerAbout.module.css +123 -0
  556. package/dist/pageComponents/Footer/components/FooterLinksBlock/FooterLinksBlock.cjs.js +1 -1
  557. package/dist/pageComponents/Footer/components/FooterLinksBlock/FooterLinksBlock.es.js +5 -5
  558. package/dist/pageComponents/Footer/components/FooterLinksBlock/footerLinksBlock.module.css +25 -0
  559. package/dist/pageComponents/Footer/components/LinksColumn/LinksColumn.cjs.js +1 -1
  560. package/dist/pageComponents/Footer/components/LinksColumn/LinksColumn.es.js +1 -1
  561. package/dist/pageComponents/Footer/components/LinksColumn/linksColumn.module.css +87 -0
  562. package/dist/pageComponents/Footer/components/NewsLetter/NewsLetter.cjs.js +1 -1
  563. package/dist/pageComponents/Footer/components/NewsLetter/NewsLetter.es.js +9 -9
  564. package/dist/pageComponents/Footer/components/NewsLetter/newsLetter.module.css +103 -0
  565. package/dist/pageComponents/Footer/components/TopTreatmentsSlider/TopTreatmentsSlider.cjs.js +1 -1
  566. package/dist/pageComponents/Footer/components/TopTreatmentsSlider/TopTreatmentsSlider.es.js +2 -2
  567. package/dist/pageComponents/Footer/components/TopTreatmentsSlider/topTreatmentsSlider.module.css +230 -0
  568. package/dist/pageComponents/Footer/footer.module.css +267 -0
  569. package/dist/pageComponents/Gradient/Gradient.cjs.js +1 -1
  570. package/dist/pageComponents/Gradient/Gradient.es.js +1 -1
  571. package/dist/pageComponents/Gradient/gradient.module.css +48 -0
  572. package/dist/pageComponents/HomepageHero/HomepageHero.cjs.js +1 -1
  573. package/dist/pageComponents/HomepageHero/HomepageHero.es.js +27 -24
  574. package/dist/pageComponents/HomepageHero/assets/bg.jpg +0 -0
  575. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/MiddleCarousel.cjs.js +1 -1
  576. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/MiddleCarousel.es.js +1 -1
  577. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Age.cjs.js +1 -1
  578. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Age.es.js +6 -6
  579. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Biomarker.cjs.js +1 -1
  580. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Biomarker.es.js +6 -6
  581. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Facetime.cjs.js +1 -1
  582. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Facetime.es.js +1 -1
  583. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Protocol.cjs.js +1 -1
  584. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Protocol.es.js +1 -1
  585. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/age.module.css +77 -0
  586. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/AgeGraph.svg +50 -0
  587. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/BiomarkerGraph.svg +51 -0
  588. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/doctor.png +0 -0
  589. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/ft.png +0 -0
  590. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/rapamycin.png +0 -0
  591. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/biomarker.module.css +65 -0
  592. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/facetime.module.css +71 -0
  593. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/protocol.module.css +102 -0
  594. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/middleCarousel.module.css +81 -0
  595. package/dist/pageComponents/HomepageHero/homepageHero.module.css +140 -0
  596. package/dist/pageComponents/HowItWorksHero/HowItWorksHero.cjs.js +1 -1
  597. package/dist/pageComponents/HowItWorksHero/HowItWorksHero.es.js +7 -7
  598. package/dist/pageComponents/HowItWorksHero/assets/Container.png +0 -0
  599. package/dist/pageComponents/HowItWorksHero/assets/bg.jpg +0 -0
  600. package/dist/pageComponents/HowItWorksHero/assets/people.png +0 -0
  601. package/dist/pageComponents/HowItWorksHero/howItWorksHero.module.css +84 -0
  602. package/dist/pageComponents/LabsHero/LabsHero.cjs.js +1 -1
  603. package/dist/pageComponents/LabsHero/LabsHero.es.js +26 -26
  604. package/dist/pageComponents/LabsHero/assets/bg.jpg +0 -0
  605. package/dist/pageComponents/LabsHero/assets/icon1.png +0 -0
  606. package/dist/pageComponents/LabsHero/assets/icon2.png +0 -0
  607. package/dist/pageComponents/LabsHero/assets/icon3.png +0 -0
  608. package/dist/pageComponents/LabsHero/assets/img1.png +0 -0
  609. package/dist/pageComponents/LabsHero/assets/img2.png +0 -0
  610. package/dist/pageComponents/LabsHero/assets/img3.png +0 -0
  611. package/dist/pageComponents/LabsHero/assets/svg1.svg +89 -0
  612. package/dist/pageComponents/LabsHero/assets/svg2.svg +46 -0
  613. package/dist/pageComponents/LabsHero/assets/svg3.svg +60 -0
  614. package/dist/pageComponents/LabsHero/labsHero.module.css +282 -0
  615. package/dist/pageComponents/OurCompanyHero/OurCompanyHero.cjs.js +1 -1
  616. package/dist/pageComponents/OurCompanyHero/OurCompanyHero.es.js +3 -3
  617. package/dist/pageComponents/OurCompanyHero/assets/CompanyHeroBg.jpg +0 -0
  618. package/dist/pageComponents/OurCompanyHero/assets/hero1.jpg +0 -0
  619. package/dist/pageComponents/OurCompanyHero/assets/hero2.jpg +0 -0
  620. package/dist/pageComponents/OurCompanyHero/assets/hero3.jpg +0 -0
  621. package/dist/pageComponents/OurCompanyHero/assets/hero4.jpg +0 -0
  622. package/dist/pageComponents/OurCompanyHero/assets/hero5.jpg +0 -0
  623. package/dist/pageComponents/OurCompanyHero/assets/hero6.jpg +0 -0
  624. package/dist/pageComponents/OurCompanyHero/assets/hero7.jpg +0 -0
  625. package/dist/pageComponents/OurCompanyHero/assets/hero8.jpg +0 -0
  626. package/dist/pageComponents/OurCompanyHero/assets/hero9.jpg +0 -0
  627. package/dist/pageComponents/OurCompanyHero/ourCompanyHero.module.css +78 -0
  628. package/dist/pageComponents/PersonalizedProtocolHero/PersonalizedProtocolHero.cjs.js +1 -1
  629. package/dist/pageComponents/PersonalizedProtocolHero/PersonalizedProtocolHero.es.js +25 -25
  630. package/dist/pageComponents/PersonalizedProtocolHero/assets/bg.jpg +0 -0
  631. package/dist/pageComponents/PersonalizedProtocolHero/assets/graph1.svg +47 -0
  632. package/dist/pageComponents/PersonalizedProtocolHero/assets/graph2.svg +45 -0
  633. package/dist/pageComponents/PersonalizedProtocolHero/assets/graph3.svg +44 -0
  634. package/dist/pageComponents/PersonalizedProtocolHero/assets/pill1.jpg +0 -0
  635. package/dist/pageComponents/PersonalizedProtocolHero/assets/pill2.jpg +0 -0
  636. package/dist/pageComponents/PersonalizedProtocolHero/assets/pill3.jpg +0 -0
  637. package/dist/pageComponents/PersonalizedProtocolHero/assets/prod1.png +0 -0
  638. package/dist/pageComponents/PersonalizedProtocolHero/assets/prod2.png +0 -0
  639. package/dist/pageComponents/PersonalizedProtocolHero/assets/prod3.png +0 -0
  640. package/dist/pageComponents/PersonalizedProtocolHero/personalizedProtocolHero.module.css +312 -0
  641. package/dist/pageComponents/StillHaveQuestions/StillHaveQuestions.cjs.js +1 -1
  642. package/dist/pageComponents/StillHaveQuestions/StillHaveQuestions.es.js +9 -9
  643. package/dist/pageComponents/StillHaveQuestions/assets/joinOurTeam.jpg +0 -0
  644. package/dist/pageComponents/StillHaveQuestions/assets/stillHaveQuestions.jpg +0 -0
  645. package/dist/pageComponents/StillHaveQuestions/stillHaveQuestions.module.css +63 -0
  646. package/dist/pageComponents/TreatmentsHero/TreatmentsHero.cjs.js +1 -1
  647. package/dist/pageComponents/TreatmentsHero/TreatmentsHero.es.js +5 -5
  648. package/dist/pageComponents/TreatmentsHero/assets/bg-bubbles.webp +0 -0
  649. package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/TreatmentHeroCard.cjs.js +1 -1
  650. package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/TreatmentHeroCard.es.js +1 -1
  651. package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/treatmentHeroCard.module.css +46 -0
  652. package/dist/pageComponents/TreatmentsHero/treatmentsHero.module.css +121 -0
  653. package/dist/stories/assets/accessibility.png +0 -0
  654. package/dist/stories/assets/accessibility.svg +1 -0
  655. package/dist/stories/assets/addon-library.png +0 -0
  656. package/dist/stories/assets/assets.png +0 -0
  657. package/dist/stories/assets/avif-test-image.avif +0 -0
  658. package/dist/stories/assets/context.png +0 -0
  659. package/dist/stories/assets/discord.svg +1 -0
  660. package/dist/stories/assets/docs.png +0 -0
  661. package/dist/stories/assets/figma-plugin.png +0 -0
  662. package/dist/stories/assets/github.svg +1 -0
  663. package/dist/stories/assets/share.png +0 -0
  664. package/dist/stories/assets/styling.png +0 -0
  665. package/dist/stories/assets/testing.png +0 -0
  666. package/dist/stories/assets/theming.png +0 -0
  667. package/dist/stories/assets/tutorials.svg +1 -0
  668. package/dist/stories/assets/youtube.svg +1 -0
  669. package/dist/styles/core.css +1 -0
  670. package/dist/utils/useIsMobile.cjs.js +1 -1
  671. package/dist/utils/useIsMobile.es.js +1 -1
  672. package/package.json +15 -7
  673. package/dist/_virtual/ArrowContainer.cjs.js +0 -1
  674. package/dist/_virtual/ArrowContainer.es.js +0 -4
  675. package/dist/_virtual/Popover.cjs.js +0 -1
  676. package/dist/_virtual/Popover.cjs2.js +0 -1
  677. package/dist/_virtual/Popover.es.js +0 -5
  678. package/dist/_virtual/Popover.es2.js +0 -4
  679. package/dist/_virtual/PopoverPortal.cjs.js +0 -1
  680. package/dist/_virtual/PopoverPortal.es.js +0 -4
  681. package/dist/_virtual/_commonjsHelpers.cjs.js +0 -1
  682. package/dist/_virtual/_commonjsHelpers.es.js +0 -6
  683. package/dist/_virtual/browser.cjs.js +0 -1
  684. package/dist/_virtual/browser.es.js +0 -4
  685. package/dist/_virtual/debug.cjs.js +0 -1
  686. package/dist/_virtual/debug.es.js +0 -4
  687. package/dist/_virtual/index.cjs.js +0 -1
  688. package/dist/_virtual/index.cjs2.js +0 -1
  689. package/dist/_virtual/index.cjs3.js +0 -1
  690. package/dist/_virtual/index.cjs4.js +0 -1
  691. package/dist/_virtual/index.es.js +0 -7
  692. package/dist/_virtual/index.es2.js +0 -7
  693. package/dist/_virtual/index.es3.js +0 -4
  694. package/dist/_virtual/index.es4.js +0 -4
  695. package/dist/_virtual/react-is.development.cjs.js +0 -1
  696. package/dist/_virtual/react-is.development.es.js +0 -4
  697. package/dist/_virtual/react-is.production.min.cjs.js +0 -1
  698. package/dist/_virtual/react-is.production.min.es.js +0 -4
  699. package/dist/_virtual/to-querystring.min.cjs.js +0 -1
  700. package/dist/_virtual/to-querystring.min.cjs2.js +0 -1
  701. package/dist/_virtual/to-querystring.min.es.js +0 -7
  702. package/dist/_virtual/to-querystring.min.es2.js +0 -4
  703. package/dist/_virtual/useArrowContainer.cjs.js +0 -1
  704. package/dist/_virtual/useArrowContainer.es.js +0 -4
  705. package/dist/_virtual/useElementRef.cjs.js +0 -1
  706. package/dist/_virtual/useElementRef.es.js +0 -4
  707. package/dist/_virtual/useHandlePrevValues.cjs.js +0 -1
  708. package/dist/_virtual/useHandlePrevValues.es.js +0 -4
  709. package/dist/_virtual/useMemoizedArray.cjs.js +0 -1
  710. package/dist/_virtual/useMemoizedArray.es.js +0 -4
  711. package/dist/_virtual/usePopover.cjs.js +0 -1
  712. package/dist/_virtual/usePopover.es.js +0 -4
  713. package/dist/_virtual/util.cjs.js +0 -1
  714. package/dist/_virtual/util.es.js +0 -4
  715. package/dist/components/Accordion/accordion.module.css.cjs.js +0 -1
  716. package/dist/components/Accordion/accordion.module.css.es.js +0 -7
  717. package/dist/components/Accordion/components/AccordionItem/accordionItem.module.css.cjs.js +0 -1
  718. package/dist/components/Accordion/components/AccordionItem/accordionItem.module.css.es.js +0 -25
  719. package/dist/components/AnchorLinks/anchorLinks.module.css.cjs.js +0 -1
  720. package/dist/components/AnchorLinks/anchorLinks.module.css.es.js +0 -13
  721. package/dist/components/Benefit/benefit.module.css.cjs.js +0 -1
  722. package/dist/components/Benefit/benefit.module.css.es.js +0 -9
  723. package/dist/components/Button/button.module.css.cjs.js +0 -1
  724. package/dist/components/Button/button.module.css.es.js +0 -31
  725. package/dist/components/Callback/callback.module.css.cjs.js +0 -1
  726. package/dist/components/Callback/callback.module.css.es.js +0 -33
  727. package/dist/components/Checkbox/checkbox.module.css.cjs.js +0 -1
  728. package/dist/components/Checkbox/checkbox.module.css.es.js +0 -31
  729. package/dist/components/ClaimBlock/claimBlock.module.css.cjs.js +0 -1
  730. package/dist/components/ClaimBlock/claimBlock.module.css.es.js +0 -19
  731. package/dist/components/ColoredDivider/coloredDivider.module.css.cjs.js +0 -1
  732. package/dist/components/ColoredDivider/coloredDivider.module.css.es.js +0 -21
  733. package/dist/components/ComplexImageCarousel/ComplexCarousel/complexImageCarousel.module.css.cjs.js +0 -1
  734. package/dist/components/ComplexImageCarousel/ComplexCarousel/complexImageCarousel.module.css.es.js +0 -26
  735. package/dist/components/ComplexImageCarousel/SimpleImageCarousel/simpleImageCarousel.module.css.cjs.js +0 -1
  736. package/dist/components/ComplexImageCarousel/SimpleImageCarousel/simpleImageCarousel.module.css.es.js +0 -17
  737. package/dist/components/ComplexTooltip/complexTooltip.module.css.cjs.js +0 -1
  738. package/dist/components/ComplexTooltip/complexTooltip.module.css.es.js +0 -7
  739. package/dist/components/ComplexTooltip/components/ComplexTooltipContent/complexTooltipContent.module.css.cjs.js +0 -1
  740. package/dist/components/ComplexTooltip/components/ComplexTooltipContent/complexTooltipContent.module.css.es.js +0 -15
  741. package/dist/components/ContentTabs/contentTabs.module.css.cjs.js +0 -1
  742. package/dist/components/ContentTabs/contentTabs.module.css.es.js +0 -29
  743. package/dist/components/Cursor/cursor.module.css.cjs.js +0 -1
  744. package/dist/components/Cursor/cursor.module.css.es.js +0 -11
  745. package/dist/components/FAQComponent/faqComponent.module.css.cjs.js +0 -1
  746. package/dist/components/FAQComponent/faqComponent.module.css.es.js +0 -7
  747. package/dist/components/FAQComponentItem/faqComponentItem.module.css.cjs.js +0 -1
  748. package/dist/components/FAQComponentItem/faqComponentItem.module.css.es.js +0 -27
  749. package/dist/components/FilterError/filterError.module.css.cjs.js +0 -1
  750. package/dist/components/FilterError/filterError.module.css.es.js +0 -11
  751. package/dist/components/FilterMenu/filterMenu.module.css.cjs.js +0 -1
  752. package/dist/components/FilterMenu/filterMenu.module.css.es.js +0 -31
  753. package/dist/components/GalleryPagination/galleryPagination.module.css.cjs.js +0 -1
  754. package/dist/components/GalleryPagination/galleryPagination.module.css.es.js +0 -13
  755. package/dist/components/HighlightedTitle/highlightedTitle.module.css.cjs.js +0 -1
  756. package/dist/components/HighlightedTitle/highlightedTitle.module.css.es.js +0 -13
  757. package/dist/components/IconBracket/iconBracket.module.css.cjs.js +0 -1
  758. package/dist/components/IconBracket/iconBracket.module.css.es.js +0 -15
  759. package/dist/components/IconButton/iconButton.module.css.cjs.js +0 -1
  760. package/dist/components/IconButton/iconButton.module.css.es.js +0 -25
  761. package/dist/components/ImageGallery/imageGallery.module.css.cjs.js +0 -1
  762. package/dist/components/ImageGallery/imageGallery.module.css.es.js +0 -15
  763. package/dist/components/InfiniteScroll/infiniteScroll.module.css.cjs.js +0 -1
  764. package/dist/components/InfiniteScroll/infiniteScroll.module.css.es.js +0 -11
  765. package/dist/components/Label/label.module.css.cjs.js +0 -1
  766. package/dist/components/Label/label.module.css.es.js +0 -7
  767. package/dist/components/Pagination/pagination.module.css.cjs.js +0 -1
  768. package/dist/components/Pagination/pagination.module.css.es.js +0 -19
  769. package/dist/components/PlayButton/playButton.module.css.cjs.js +0 -1
  770. package/dist/components/PlayButton/playButton.module.css.es.js +0 -11
  771. package/dist/components/Pricing/components/BenefitItem/benefitItem.module.css.cjs.js +0 -1
  772. package/dist/components/Pricing/components/BenefitItem/benefitItem.module.css.es.js +0 -7
  773. package/dist/components/Pricing/pricing.module.css.cjs.js +0 -1
  774. package/dist/components/Pricing/pricing.module.css.es.js +0 -25
  775. package/dist/components/ProductGallery/productGallery.module.css.cjs.js +0 -1
  776. package/dist/components/ProductGallery/productGallery.module.css.es.js +0 -27
  777. package/dist/components/ProductGalleryCard/productGalleryCard.module.css.cjs.js +0 -1
  778. package/dist/components/ProductGalleryCard/productGalleryCard.module.css.es.js +0 -21
  779. package/dist/components/ProductListing/productListing.module.css.cjs.js +0 -1
  780. package/dist/components/ProductListing/productListing.module.css.es.js +0 -29
  781. package/dist/components/ProductPairs/productPairs.module.css.cjs.js +0 -1
  782. package/dist/components/ProductPairs/productPairs.module.css.es.js +0 -17
  783. package/dist/components/ProgramCard/programCard.module.css.cjs.js +0 -1
  784. package/dist/components/ProgramCard/programCard.module.css.es.js +0 -13
  785. package/dist/components/ProgressButton/progressButton.module.css.cjs.js +0 -1
  786. package/dist/components/ProgressButton/progressButton.module.css.es.js +0 -21
  787. package/dist/components/RadioButton/radioButton.module.css.cjs.js +0 -1
  788. package/dist/components/RadioButton/radioButton.module.css.es.js +0 -21
  789. package/dist/components/RatingStars/ratingStars.module.css.cjs.js +0 -1
  790. package/dist/components/RatingStars/ratingStars.module.css.es.js +0 -11
  791. package/dist/components/Skeleton/skeleton.module.css.cjs.js +0 -1
  792. package/dist/components/Skeleton/skeleton.module.css.es.js +0 -12
  793. package/dist/components/SmartCallout/smartCallout.module.css.cjs.js +0 -1
  794. package/dist/components/SmartCallout/smartCallout.module.css.es.js +0 -7
  795. package/dist/components/StepsCarousel/stepsCarousel.module.css.cjs.js +0 -1
  796. package/dist/components/StepsCarousel/stepsCarousel.module.css.es.js +0 -31
  797. package/dist/components/StudyGridCard/studyGridCard.module.css.cjs.js +0 -1
  798. package/dist/components/StudyGridCard/studyGridCard.module.css.es.js +0 -35
  799. package/dist/components/Tabs/tabs.module.css.cjs.js +0 -1
  800. package/dist/components/Tabs/tabs.module.css.es.js +0 -37
  801. package/dist/components/Tag/tag.module.css.cjs.js +0 -1
  802. package/dist/components/Tag/tag.module.css.es.js +0 -17
  803. package/dist/components/TextButton/textButton.module.css.cjs.js +0 -1
  804. package/dist/components/TextButton/textButton.module.css.es.js +0 -19
  805. package/dist/components/TextInput/textInput.module.css.cjs.js +0 -1
  806. package/dist/components/TextInput/textInput.module.css.es.js +0 -34
  807. package/dist/components/TypeBadge/typeBadge.module.css.cjs.js +0 -1
  808. package/dist/components/TypeBadge/typeBadge.module.css.es.js +0 -9
  809. package/dist/healthspan-marketing-ui.css +0 -1
  810. package/dist/modules/AllInOne/allInOne.module.css.cjs.js +0 -1
  811. package/dist/modules/AllInOne/allInOne.module.css.es.js +0 -25
  812. package/dist/modules/Benefits/benefits.module.css.cjs.js +0 -1
  813. package/dist/modules/Benefits/benefits.module.css.es.js +0 -37
  814. package/dist/modules/Benefits/components/BenefitItem/benefitItem.module.css.cjs.js +0 -1
  815. package/dist/modules/Benefits/components/BenefitItem/benefitItem.module.css.es.js +0 -13
  816. package/dist/modules/Benefits/components/BenefitTag/benefitTag.module.css.cjs.js +0 -1
  817. package/dist/modules/Benefits/components/BenefitTag/benefitTag.module.css.es.js +0 -9
  818. package/dist/modules/CallToAction/callToAction.module.css.cjs.js +0 -1
  819. package/dist/modules/CallToAction/callToAction.module.css.es.js +0 -43
  820. package/dist/modules/Callback/callback.module.css.cjs.js +0 -1
  821. package/dist/modules/Callback/callback.module.css.es.js +0 -15
  822. package/dist/modules/CircleHighlights/circleHighlights.module.css.cjs.js +0 -1
  823. package/dist/modules/CircleHighlights/circleHighlights.module.css.es.js +0 -19
  824. package/dist/modules/Claims/claims.module.css.cjs.js +0 -1
  825. package/dist/modules/Claims/claims.module.css.es.js +0 -19
  826. package/dist/modules/Compare/compare.module.css.cjs.js +0 -1
  827. package/dist/modules/Compare/compare.module.css.es.js +0 -15
  828. package/dist/modules/Comparison/comparison.module.css.cjs.js +0 -1
  829. package/dist/modules/Comparison/comparison.module.css.es.js +0 -41
  830. package/dist/modules/Comparison/components/ComparisonMobileView/comparisonMobileView.module.css.cjs.js +0 -1
  831. package/dist/modules/Comparison/components/ComparisonMobileView/comparisonMobileView.module.css.es.js +0 -27
  832. package/dist/modules/ContentHighlight/contentHighlight.module.css.cjs.js +0 -1
  833. package/dist/modules/ContentHighlight/contentHighlight.module.css.es.js +0 -25
  834. package/dist/modules/Curiosity/curiosity.module.css.cjs.js +0 -1
  835. package/dist/modules/Curiosity/curiosity.module.css.es.js +0 -31
  836. package/dist/modules/CursorImageBlock/cursorImageBlock.module.css.cjs.js +0 -1
  837. package/dist/modules/CursorImageBlock/cursorImageBlock.module.css.es.js +0 -25
  838. package/dist/modules/ExpandingDetails/expandingDetails.module.css.cjs.js +0 -1
  839. package/dist/modules/ExpandingDetails/expandingDetails.module.css.es.js +0 -47
  840. package/dist/modules/FAQModule/faqModule.module.css.cjs.js +0 -1
  841. package/dist/modules/FAQModule/faqModule.module.css.es.js +0 -19
  842. package/dist/modules/FeaturedIn/featuredIn.module.css.cjs.js +0 -1
  843. package/dist/modules/FeaturedIn/featuredIn.module.css.es.js +0 -35
  844. package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.module.css.cjs.js +0 -1
  845. package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.module.css.es.js +0 -21
  846. package/dist/modules/FeaturesGallery/featuresGallery.module.css.cjs.js +0 -1
  847. package/dist/modules/FeaturesGallery/featuresGallery.module.css.es.js +0 -21
  848. package/dist/modules/FollowTheScience/followTheScience.module.css.cjs.js +0 -1
  849. package/dist/modules/FollowTheScience/followTheScience.module.css.es.js +0 -17
  850. package/dist/modules/Grid/grid.module.css.cjs.js +0 -1
  851. package/dist/modules/Grid/grid.module.css.es.js +0 -47
  852. package/dist/modules/HSModal/components/MailchimpModal/components/Newsletter/newsletter.module.css.cjs.js +0 -1
  853. package/dist/modules/HSModal/components/MailchimpModal/components/Newsletter/newsletter.module.css.es.js +0 -8
  854. package/dist/modules/HSModal/components/MailchimpModal/mailchimpModal.module.css.cjs.js +0 -1
  855. package/dist/modules/HSModal/components/MailchimpModal/mailchimpModal.module.css.es.js +0 -19
  856. package/dist/modules/HSModal/hsModal.module.css.cjs.js +0 -1
  857. package/dist/modules/HSModal/hsModal.module.css.es.js +0 -7
  858. package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/tabsMenuItem.module.css.cjs.js +0 -1
  859. package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/tabsMenuItem.module.css.es.js +0 -25
  860. package/dist/modules/HighestStandards/components/TabsMenu/tabsMenu.module.css.cjs.js +0 -1
  861. package/dist/modules/HighestStandards/components/TabsMenu/tabsMenu.module.css.es.js +0 -7
  862. package/dist/modules/HighestStandards/highestStandards.module.css.cjs.js +0 -1
  863. package/dist/modules/HighestStandards/highestStandards.module.css.es.js +0 -25
  864. package/dist/modules/HowItWorks/components/Content/content.module.css.cjs.js +0 -1
  865. package/dist/modules/HowItWorks/components/Content/content.module.css.es.js +0 -21
  866. package/dist/modules/HowItWorks/howItWorks.module.css.cjs.js +0 -1
  867. package/dist/modules/HowItWorks/howItWorks.module.css.es.js +0 -17
  868. package/dist/modules/ImageWithBenefits/imageWithBenefits.module.css.cjs.js +0 -1
  869. package/dist/modules/ImageWithBenefits/imageWithBenefits.module.css.es.js +0 -27
  870. package/dist/modules/ImageWithText/imageWithText.module.css.cjs.js +0 -1
  871. package/dist/modules/ImageWithText/imageWithText.module.css.es.js +0 -31
  872. package/dist/modules/IndividualProductCard/components/Features/features.module.css.cjs.js +0 -1
  873. package/dist/modules/IndividualProductCard/components/Features/features.module.css.es.js +0 -17
  874. package/dist/modules/IndividualProductCard/components/PlanCard/planCard.module.css.cjs.js +0 -1
  875. package/dist/modules/IndividualProductCard/components/PlanCard/planCard.module.css.es.js +0 -39
  876. package/dist/modules/IndividualProductCard/individualProductCard.module.css.cjs.js +0 -1
  877. package/dist/modules/IndividualProductCard/individualProductCard.module.css.es.js +0 -27
  878. package/dist/modules/IngredientHighlight/components/Ingredient/ingredient.module.css.cjs.js +0 -1
  879. package/dist/modules/IngredientHighlight/components/Ingredient/ingredient.module.css.es.js +0 -17
  880. package/dist/modules/IngredientHighlight/ingredientHighlight.module.css.cjs.js +0 -1
  881. package/dist/modules/IngredientHighlight/ingredientHighlight.module.css.es.js +0 -15
  882. package/dist/modules/LongevityPathways/longevityPathways.module.css.cjs.js +0 -1
  883. package/dist/modules/LongevityPathways/longevityPathways.module.css.es.js +0 -13
  884. package/dist/modules/OptimalHealth/components/ClockImages/clockImages.module.css.cjs.js +0 -1
  885. package/dist/modules/OptimalHealth/components/ClockImages/clockImages.module.css.es.js +0 -35
  886. package/dist/modules/OptimalHealth/optimalHealth.module.css.cjs.js +0 -1
  887. package/dist/modules/OptimalHealth/optimalHealth.module.css.es.js +0 -21
  888. package/dist/modules/OurProcess/ourProcess.module.css.cjs.js +0 -1
  889. package/dist/modules/OurProcess/ourProcess.module.css.es.js +0 -11
  890. package/dist/modules/PairedProducts/pairedProducts.module.css.cjs.js +0 -1
  891. package/dist/modules/PairedProducts/pairedProducts.module.css.es.js +0 -17
  892. package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/productsDisplayTabs.module.css.cjs.js +0 -1
  893. package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/productsDisplayTabs.module.css.es.js +0 -9
  894. package/dist/modules/ProductsDisplay/productsDisplay.module.css.cjs.js +0 -1
  895. package/dist/modules/ProductsDisplay/productsDisplay.module.css.es.js +0 -11
  896. package/dist/modules/ProgramDetails/components/Features/features.module.css.cjs.js +0 -1
  897. package/dist/modules/ProgramDetails/components/Features/features.module.css.es.js +0 -21
  898. package/dist/modules/ProgramDetails/programDetails.module.css.cjs.js +0 -1
  899. package/dist/modules/ProgramDetails/programDetails.module.css.es.js +0 -15
  900. package/dist/modules/ProgramsDetailsHero/programsDetailsHero.module.css.cjs.js +0 -1
  901. package/dist/modules/ProgramsDetailsHero/programsDetailsHero.module.css.es.js +0 -23
  902. package/dist/modules/ResearchEssentialReadings/components/ReadingCard/readingCard.module.css.cjs.js +0 -1
  903. package/dist/modules/ResearchEssentialReadings/components/ReadingCard/readingCard.module.css.es.js +0 -17
  904. package/dist/modules/ResearchEssentialReadings/researchEssentialReadings.module.css.cjs.js +0 -1
  905. package/dist/modules/ResearchEssentialReadings/researchEssentialReadings.module.css.es.js +0 -27
  906. package/dist/modules/ResearchFeatured/components/FeaturedArticle/featuredArticle.module.css.cjs.js +0 -1
  907. package/dist/modules/ResearchFeatured/components/FeaturedArticle/featuredArticle.module.css.es.js +0 -19
  908. package/dist/modules/ResearchFeatured/components/HighlightedArticle/highlightedArticle.module.css.cjs.js +0 -1
  909. package/dist/modules/ResearchFeatured/components/HighlightedArticle/highlightedArticle.module.css.es.js +0 -15
  910. package/dist/modules/ResearchFeatured/researchFeatured.module.css.cjs.js +0 -1
  911. package/dist/modules/ResearchFeatured/researchFeatured.module.css.es.js +0 -15
  912. package/dist/modules/ResearchFilters/researchFilters.module.css.cjs.js +0 -1
  913. package/dist/modules/ResearchFilters/researchFilters.module.css.es.js +0 -13
  914. package/dist/modules/ResearchStudies/components/StudiesSkeleton/studiesSkeleton.module.css.cjs.js +0 -1
  915. package/dist/modules/ResearchStudies/components/StudiesSkeleton/studiesSkeleton.module.css.es.js +0 -17
  916. package/dist/modules/ResearchStudies/components/StudyCard/studyCard.module.css.cjs.js +0 -1
  917. package/dist/modules/ResearchStudies/components/StudyCard/studyCard.module.css.es.js +0 -21
  918. package/dist/modules/ResearchStudies/researchStudies.module.css.cjs.js +0 -1
  919. package/dist/modules/ResearchStudies/researchStudies.module.css.es.js +0 -19
  920. package/dist/modules/Reviews/components/ReviewCard/reviewCard.module.css.cjs.js +0 -1
  921. package/dist/modules/Reviews/components/ReviewCard/reviewCard.module.css.es.js +0 -13
  922. package/dist/modules/Reviews/components/ReviewList/reviewList.module.css.cjs.js +0 -1
  923. package/dist/modules/Reviews/components/ReviewList/reviewList.module.css.es.js +0 -13
  924. package/dist/modules/Reviews/reviews.module.css.cjs.js +0 -1
  925. package/dist/modules/Reviews/reviews.module.css.es.js +0 -17
  926. package/dist/modules/ScienceHero/scienceHero.module.css.cjs.js +0 -1
  927. package/dist/modules/ScienceHero/scienceHero.module.css.es.js +0 -41
  928. package/dist/modules/ScrollingText/scrollingText.module.css.cjs.js +0 -1
  929. package/dist/modules/ScrollingText/scrollingText.module.css.es.js +0 -11
  930. package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css.cjs.js +0 -1
  931. package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css.es.js +0 -35
  932. package/dist/modules/Studies/studies.module.css.cjs.js +0 -1
  933. package/dist/modules/Studies/studies.module.css.es.js +0 -17
  934. package/dist/modules/TargetedPrograms/targetedPrograms.module.css.cjs.js +0 -1
  935. package/dist/modules/TargetedPrograms/targetedPrograms.module.css.es.js +0 -15
  936. package/dist/modules/Testimonial/components/Product/product.module.css.cjs.js +0 -1
  937. package/dist/modules/Testimonial/components/Product/product.module.css.es.js +0 -17
  938. package/dist/modules/Testimonial/components/TextCard/textCard.module.css.cjs.js +0 -1
  939. package/dist/modules/Testimonial/components/TextCard/textCard.module.css.es.js +0 -13
  940. package/dist/modules/Testimonial/components/VideoCard/videoCard.module.css.cjs.js +0 -1
  941. package/dist/modules/Testimonial/components/VideoCard/videoCard.module.css.es.js +0 -17
  942. package/dist/modules/Testimonial/testimonial.module.css.cjs.js +0 -1
  943. package/dist/modules/Testimonial/testimonial.module.css.es.js +0 -27
  944. package/dist/modules/TextBlockAnimated/textBlockAnimated.module.css.cjs.js +0 -1
  945. package/dist/modules/TextBlockAnimated/textBlockAnimated.module.css.es.js +0 -21
  946. package/dist/modules/TextTwoImages/textTwoImages.module.css.cjs.js +0 -1
  947. package/dist/modules/TextTwoImages/textTwoImages.module.css.es.js +0 -25
  948. package/dist/modules/ThreeCardsWithHero/components/TransparentCard/transparentCard.module.css.cjs.js +0 -1
  949. package/dist/modules/ThreeCardsWithHero/components/TransparentCard/transparentCard.module.css.es.js +0 -15
  950. package/dist/modules/ThreeCardsWithHero/threeCardsWithHero.module.css.cjs.js +0 -1
  951. package/dist/modules/ThreeCardsWithHero/threeCardsWithHero.module.css.es.js +0 -23
  952. package/dist/modules/ThreeItemsPlainCarousel/threeItemsPlainCarousel.module.css.cjs.js +0 -1
  953. package/dist/modules/ThreeItemsPlainCarousel/threeItemsPlainCarousel.module.css.es.js +0 -25
  954. package/dist/modules/TotalCare/totalCare.module.css.cjs.js +0 -1
  955. package/dist/modules/TotalCare/totalCare.module.css.es.js +0 -19
  956. package/dist/modules/TrackProgress/components/TimelineContent/timelineContent.module.css.cjs.js +0 -1
  957. package/dist/modules/TrackProgress/components/TimelineContent/timelineContent.module.css.es.js +0 -29
  958. package/dist/modules/TrackProgress/trackProgress.module.css.cjs.js +0 -1
  959. package/dist/modules/TrackProgress/trackProgress.module.css.es.js +0 -13
  960. package/dist/modules/TypesOfTests/typesOfTests.module.css.cjs.js +0 -1
  961. package/dist/modules/TypesOfTests/typesOfTests.module.css.es.js +0 -31
  962. package/dist/modules/WhatIs/whatIs.module.css.cjs.js +0 -1
  963. package/dist/modules/WhatIs/whatIs.module.css.es.js +0 -15
  964. package/dist/modules/YourProtocol/components/ProtocolTags/protocolTags.module.css.cjs.js +0 -1
  965. package/dist/modules/YourProtocol/components/ProtocolTags/protocolTags.module.css.es.js +0 -13
  966. package/dist/modules/YourProtocol/yourProtocol.module.css.cjs.js +0 -1
  967. package/dist/modules/YourProtocol/yourProtocol.module.css.es.js +0 -19
  968. package/dist/node_modules/@gsap/react/src/index.cjs.js +0 -9
  969. package/dist/node_modules/@gsap/react/src/index.es.js +0 -29
  970. package/dist/node_modules/gsap/CSSPlugin.cjs.js +0 -8
  971. package/dist/node_modules/gsap/CSSPlugin.es.js +0 -423
  972. package/dist/node_modules/gsap/gsap-core.cjs.js +0 -8
  973. package/dist/node_modules/gsap/gsap-core.es.js +0 -1651
  974. package/dist/node_modules/gsap/index.cjs.js +0 -1
  975. package/dist/node_modules/gsap/index.es.js +0 -13
  976. package/dist/node_modules/jsonp/index.cjs.js +0 -1
  977. package/dist/node_modules/jsonp/index.es.js +0 -31
  978. package/dist/node_modules/jsonp/node_modules/debug/src/browser.cjs.js +0 -1
  979. package/dist/node_modules/jsonp/node_modules/debug/src/browser.es.js +0 -67
  980. package/dist/node_modules/jsonp/node_modules/debug/src/debug.cjs.js +0 -1
  981. package/dist/node_modules/jsonp/node_modules/debug/src/debug.es.js +0 -64
  982. package/dist/node_modules/jsonp/node_modules/ms/index.cjs.js +0 -1
  983. package/dist/node_modules/jsonp/node_modules/ms/index.es.js +0 -79
  984. package/dist/node_modules/object-assign/index.cjs.js +0 -5
  985. package/dist/node_modules/object-assign/index.es.js +0 -54
  986. package/dist/node_modules/prop-types/checkPropTypes.cjs.js +0 -1
  987. package/dist/node_modules/prop-types/checkPropTypes.es.js +0 -54
  988. package/dist/node_modules/prop-types/factoryWithThrowingShims.cjs.js +0 -1
  989. package/dist/node_modules/prop-types/factoryWithThrowingShims.es.js +0 -52
  990. package/dist/node_modules/prop-types/factoryWithTypeCheckers.cjs.js +0 -2
  991. package/dist/node_modules/prop-types/factoryWithTypeCheckers.es.js +0 -329
  992. package/dist/node_modules/prop-types/index.cjs.js +0 -1
  993. package/dist/node_modules/prop-types/index.es.js +0 -17
  994. package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.cjs.js +0 -1
  995. package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.es.js +0 -10
  996. package/dist/node_modules/prop-types/lib/has.cjs.js +0 -1
  997. package/dist/node_modules/prop-types/lib/has.es.js +0 -7
  998. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.cjs.js +0 -8
  999. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.es.js +0 -95
  1000. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.cjs.js +0 -8
  1001. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.es.js +0 -78
  1002. package/dist/node_modules/prop-types/node_modules/react-is/index.cjs.js +0 -1
  1003. package/dist/node_modules/prop-types/node_modules/react-is/index.es.js +0 -10
  1004. package/dist/node_modules/react-mailchimp-subscribe/es/SimpleForm.cjs.js +0 -1
  1005. package/dist/node_modules/react-mailchimp-subscribe/es/SimpleForm.es.js +0 -40
  1006. package/dist/node_modules/react-mailchimp-subscribe/es/index.cjs.js +0 -1
  1007. package/dist/node_modules/react-mailchimp-subscribe/es/index.es.js +0 -81
  1008. package/dist/node_modules/react-tiny-popover/dist/ArrowContainer.cjs.js +0 -1
  1009. package/dist/node_modules/react-tiny-popover/dist/ArrowContainer.es.js +0 -37
  1010. package/dist/node_modules/react-tiny-popover/dist/Popover.cjs.js +0 -1
  1011. package/dist/node_modules/react-tiny-popover/dist/Popover.es.js +0 -147
  1012. package/dist/node_modules/react-tiny-popover/dist/PopoverPortal.cjs.js +0 -1
  1013. package/dist/node_modules/react-tiny-popover/dist/PopoverPortal.es.js +0 -20
  1014. package/dist/node_modules/react-tiny-popover/dist/useArrowContainer.cjs.js +0 -1
  1015. package/dist/node_modules/react-tiny-popover/dist/useArrowContainer.es.js +0 -86
  1016. package/dist/node_modules/react-tiny-popover/dist/useElementRef.cjs.js +0 -1
  1017. package/dist/node_modules/react-tiny-popover/dist/useElementRef.es.js +0 -22
  1018. package/dist/node_modules/react-tiny-popover/dist/useHandlePrevValues.cjs.js +0 -1
  1019. package/dist/node_modules/react-tiny-popover/dist/useHandlePrevValues.es.js +0 -34
  1020. package/dist/node_modules/react-tiny-popover/dist/useMemoizedArray.cjs.js +0 -1
  1021. package/dist/node_modules/react-tiny-popover/dist/useMemoizedArray.es.js +0 -24
  1022. package/dist/node_modules/react-tiny-popover/dist/usePopover.cjs.js +0 -1
  1023. package/dist/node_modules/react-tiny-popover/dist/usePopover.es.js +0 -140
  1024. package/dist/node_modules/react-tiny-popover/dist/util.cjs.js +0 -1
  1025. package/dist/node_modules/react-tiny-popover/dist/util.es.js +0 -81
  1026. package/dist/node_modules/swiper/modules/navigation.cjs.js +0 -1
  1027. package/dist/node_modules/swiper/modules/navigation.es.js +0 -127
  1028. package/dist/node_modules/swiper/shared/create-element-if-not-defined.cjs.js +0 -1
  1029. package/dist/node_modules/swiper/shared/create-element-if-not-defined.es.js +0 -12
  1030. package/dist/node_modules/swiper/shared/ssr-window.esm.cjs.js +0 -1
  1031. package/dist/node_modules/swiper/shared/ssr-window.esm.es.js +0 -135
  1032. package/dist/node_modules/swiper/shared/swiper-core.cjs.js +0 -1
  1033. package/dist/node_modules/swiper/shared/swiper-core.es.js +0 -2028
  1034. package/dist/node_modules/swiper/shared/update-on-virtual-data.cjs.js +0 -1
  1035. package/dist/node_modules/swiper/shared/update-on-virtual-data.es.js +0 -62
  1036. package/dist/node_modules/swiper/shared/update-swiper.cjs.js +0 -1
  1037. package/dist/node_modules/swiper/shared/update-swiper.es.js +0 -192
  1038. package/dist/node_modules/swiper/shared/utils.cjs.js +0 -1
  1039. package/dist/node_modules/swiper/shared/utils.es.js +0 -186
  1040. package/dist/node_modules/swiper/swiper-react.cjs.js +0 -1
  1041. package/dist/node_modules/swiper/swiper-react.es.js +0 -242
  1042. package/dist/node_modules/to-querystring/lib/to-querystring.min.cjs.js +0 -1
  1043. package/dist/node_modules/to-querystring/lib/to-querystring.min.es.js +0 -54
  1044. package/dist/pageComponents/Banner/banner.module.css.cjs.js +0 -1
  1045. package/dist/pageComponents/Banner/banner.module.css.es.js +0 -9
  1046. package/dist/pageComponents/BiologicalAge/biologicalAge.module.css.cjs.js +0 -1
  1047. package/dist/pageComponents/BiologicalAge/biologicalAge.module.css.es.js +0 -17
  1048. package/dist/pageComponents/Bubbles/bubbles.module.css.cjs.js +0 -1
  1049. package/dist/pageComponents/Bubbles/bubbles.module.css.es.js +0 -15
  1050. package/dist/pageComponents/ContactUs/contactUs.module.css.cjs.js +0 -1
  1051. package/dist/pageComponents/ContactUs/contactUs.module.css.es.js +0 -37
  1052. package/dist/pageComponents/DiscoverTheStory/discoverTheStory.module.css.cjs.js +0 -1
  1053. package/dist/pageComponents/DiscoverTheStory/discoverTheStory.module.css.es.js +0 -13
  1054. package/dist/pageComponents/Footer/components/AccordionFooter/accordionFooter.module.css.cjs.js +0 -1
  1055. package/dist/pageComponents/Footer/components/AccordionFooter/accordionFooter.module.css.es.js +0 -7
  1056. package/dist/pageComponents/Footer/components/AccordionFooterItem/accordionFooterItem.module.css.cjs.js +0 -1
  1057. package/dist/pageComponents/Footer/components/AccordionFooterItem/accordionFooterItem.module.css.es.js +0 -27
  1058. package/dist/pageComponents/Footer/components/FooterAbout/footerAbout.module.css.cjs.js +0 -1
  1059. package/dist/pageComponents/Footer/components/FooterAbout/footerAbout.module.css.es.js +0 -15
  1060. package/dist/pageComponents/Footer/components/FooterLinksBlock/footerLinksBlock.module.css.cjs.js +0 -1
  1061. package/dist/pageComponents/Footer/components/FooterLinksBlock/footerLinksBlock.module.css.es.js +0 -11
  1062. package/dist/pageComponents/Footer/components/LinksColumn/linksColumn.module.css.cjs.js +0 -1
  1063. package/dist/pageComponents/Footer/components/LinksColumn/linksColumn.module.css.es.js +0 -17
  1064. package/dist/pageComponents/Footer/components/NewsLetter/newsLetter.module.css.cjs.js +0 -1
  1065. package/dist/pageComponents/Footer/components/NewsLetter/newsLetter.module.css.es.js +0 -17
  1066. package/dist/pageComponents/Footer/components/TopTreatmentsSlider/topTreatmentsSlider.module.css.cjs.js +0 -1
  1067. package/dist/pageComponents/Footer/components/TopTreatmentsSlider/topTreatmentsSlider.module.css.es.js +0 -37
  1068. package/dist/pageComponents/Footer/footer.module.css.cjs.js +0 -1
  1069. package/dist/pageComponents/Footer/footer.module.css.es.js +0 -25
  1070. package/dist/pageComponents/Gradient/gradient.module.css.cjs.js +0 -1
  1071. package/dist/pageComponents/Gradient/gradient.module.css.es.js +0 -13
  1072. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/age.module.css.cjs.js +0 -1
  1073. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/age.module.css.es.js +0 -23
  1074. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/biomarker.module.css.cjs.js +0 -1
  1075. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/biomarker.module.css.es.js +0 -21
  1076. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/facetime.module.css.cjs.js +0 -1
  1077. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/facetime.module.css.es.js +0 -17
  1078. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/protocol.module.css.cjs.js +0 -1
  1079. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/protocol.module.css.es.js +0 -31
  1080. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/middleCarousel.module.css.cjs.js +0 -1
  1081. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/middleCarousel.module.css.es.js +0 -19
  1082. package/dist/pageComponents/HomepageHero/homepageHero.module.css.cjs.js +0 -1
  1083. package/dist/pageComponents/HomepageHero/homepageHero.module.css.es.js +0 -23
  1084. package/dist/pageComponents/HowItWorksHero/howItWorksHero.module.css.cjs.js +0 -1
  1085. package/dist/pageComponents/HowItWorksHero/howItWorksHero.module.css.es.js +0 -17
  1086. package/dist/pageComponents/LabsHero/labsHero.module.css.cjs.js +0 -1
  1087. package/dist/pageComponents/LabsHero/labsHero.module.css.es.js +0 -41
  1088. package/dist/pageComponents/OurCompanyHero/ourCompanyHero.module.css.cjs.js +0 -1
  1089. package/dist/pageComponents/OurCompanyHero/ourCompanyHero.module.css.es.js +0 -17
  1090. package/dist/pageComponents/PersonalizedProtocolHero/personalizedProtocolHero.module.css.cjs.js +0 -1
  1091. package/dist/pageComponents/PersonalizedProtocolHero/personalizedProtocolHero.module.css.es.js +0 -71
  1092. package/dist/pageComponents/StillHaveQuestions/stillHaveQuestions.module.css.cjs.js +0 -1
  1093. package/dist/pageComponents/StillHaveQuestions/stillHaveQuestions.module.css.es.js +0 -13
  1094. package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/treatmentHeroCard.module.css.cjs.js +0 -1
  1095. package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/treatmentHeroCard.module.css.es.js +0 -13
  1096. package/dist/pageComponents/TreatmentsHero/treatmentsHero.module.css.cjs.js +0 -1
  1097. package/dist/pageComponents/TreatmentsHero/treatmentsHero.module.css.es.js +0 -23
  1098. package/dist/styles/index.d.ts +0 -3
  1099. package/dist/styles/typography.module.css.cjs.js +0 -1
  1100. package/dist/styles/typography.module.css.es.js +0 -129
@@ -0,0 +1,89 @@
1
+ <svg width="360" height="448" viewBox="0 0 360 448" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M-0.000976562 24C-0.000976562 10.7452 10.7442 0 23.999 0H335.999C349.254 0 359.999 10.7452 359.999 24V424C359.999 437.255 349.254 448 335.999 448H23.999C10.7442 448 -0.000976562 437.255 -0.000976562 424V24Z" fill="white" fill-opacity="0.1"/>
3
+ <path d="M-0.000976562 24C-0.000976562 10.7452 10.7442 0 23.999 0H335.999C349.254 0 359.999 10.7452 359.999 24V424C359.999 437.255 349.254 448 335.999 448H23.999C10.7442 448 -0.000976562 437.255 -0.000976562 424V24Z" fill="black" fill-opacity="0.1"/>
4
+ <path d="M23.999 0.5H335.999C348.978 0.5 359.499 11.0213 359.499 24V424C359.499 436.979 348.978 447.5 335.999 447.5H23.999C11.0203 447.5 0.499023 436.979 0.499023 424V24L0.506836 23.3936C0.828495 10.6951 11.2231 0.500001 23.999 0.5Z" stroke="white" stroke-opacity="0.1"/>
5
+ <path d="M28.749 33V31.93C28.509 32.59 27.899 33.11 27.039 33.11C25.499 33.11 24.379 31.61 24.379 29.43C24.379 27.24 25.549 25.71 27.139 25.71C28.359 25.71 29.159 26.47 29.479 27.7L28.609 28.01C28.399 27.1 27.889 26.56 27.139 26.56C26.069 26.56 25.329 27.72 25.329 29.42C25.329 31.11 26.029 32.25 27.119 32.25C28.039 32.25 28.649 31.39 28.659 30.11H27.009V29.27H29.529V33H28.749ZM32.5651 33V25.82H33.5251V32.16H37.1051V33H32.5651ZM42.1912 33.1C40.7112 33.1 39.7812 32.2 39.7812 30.28V25.82H40.7412V30.24C40.7412 31.64 41.2712 32.22 42.1912 32.22C43.1112 32.22 43.6412 31.64 43.6412 30.24V25.82H44.6012V30.28C44.6012 32.2 43.6712 33.1 42.1912 33.1ZM48.0873 29.41C48.0873 31.11 48.8873 32.26 50.0173 32.26C50.8173 32.26 51.3973 31.72 51.6273 30.81L52.5273 31.11C52.1473 32.35 51.2373 33.11 50.0173 33.11C48.3573 33.11 47.1673 31.6 47.1673 29.41C47.1673 27.22 48.3573 25.71 50.0173 25.71C51.2373 25.71 52.1473 26.47 52.5273 27.71L51.6273 28.01C51.3973 27.1 50.8173 26.56 50.0173 26.56C48.8873 26.56 48.0873 27.71 48.0873 29.41ZM54.7634 29.41C54.7634 27.22 55.8134 25.71 57.3834 25.71C58.9534 25.71 60.0134 27.22 60.0134 29.41C60.0134 31.6 58.9534 33.11 57.3834 33.11C55.8134 33.11 54.7634 31.6 54.7634 29.41ZM59.0834 29.41C59.0834 27.71 58.4434 26.56 57.3834 26.56C56.3234 26.56 55.6934 27.71 55.6934 29.41C55.6934 31.11 56.3234 32.26 57.3834 32.26C58.4434 32.26 59.0834 31.11 59.0834 29.41ZM62.0795 31.53L62.8295 30.92C63.2795 31.78 64.0995 32.29 65.0295 32.29C65.9595 32.29 66.6695 31.82 66.6695 31C66.6695 30.13 65.8495 29.98 64.7495 29.71C63.6295 29.44 62.4995 29.14 62.4995 27.79C62.4995 26.53 63.5995 25.71 64.9595 25.71C66.2095 25.71 67.0995 26.29 67.5395 27.11L66.8095 27.68C66.4495 26.99 65.8695 26.52 64.9295 26.52C64.0695 26.52 63.4295 27 63.4295 27.71C63.4295 28.47 64.1095 28.63 65.1195 28.87C66.2995 29.15 67.6095 29.4 67.6095 30.92C67.6095 32.26 66.4195 33.11 64.9995 33.11C63.7595 33.11 62.5695 32.5 62.0795 31.53ZM70.2456 25.82H75.0356V26.66H71.1856V28.87H74.4556V29.71H71.1856V32.16H75.0356V33H70.2456V25.82Z" fill="#FEF38E"/>
6
+ <path d="M44.159 107.832C34.559 107.832 27.199 102.776 27.199 93.944C27.199 89.72 28.991 84.728 35.071 82.296C30.463 79.8 28.671 75.384 28.671 71.608C28.671 64.76 34.623 59.768 44.159 59.768C53.631 59.768 59.647 64.76 59.647 71.608C59.647 75.384 57.855 79.8 53.247 82.296C59.263 84.728 61.055 89.72 61.055 93.944C61.055 102.776 53.695 107.832 44.159 107.832ZM44.159 102.968C50.687 102.968 54.911 99.384 54.911 93.944C54.911 88.504 50.687 84.728 44.159 84.728C37.567 84.728 33.407 88.504 33.407 93.944C33.407 99.384 37.567 102.968 44.159 102.968ZM44.159 80.44C49.919 80.44 53.759 76.984 53.759 72.312C53.759 67.704 49.919 64.632 44.159 64.632C38.335 64.632 34.495 67.704 34.495 72.312C34.495 76.984 38.335 80.44 44.159 80.44ZM87.657 107V95.544H64.617V90.04L87.593 60.6H93.545V90.04H102.057V95.544H93.545V107H87.657ZM71.081 90.04H87.657V68.6L71.081 90.04Z" fill="white"/>
7
+ <path d="M124.588 85.2885L122.499 83.2L142.18 63.5H124.288V60.5H147.288V83.5H144.288V65.6075L124.588 85.2885Z" fill="#FEF38E"/>
8
+ <path d="M113.457 113V104.392H114.913V105.688C115.409 104.872 116.209 104.248 117.505 104.248C118.817 104.248 119.601 104.824 119.985 105.768C120.673 104.712 121.681 104.248 122.881 104.248C124.881 104.248 125.665 105.592 125.665 107.56V113H124.209V107.992C124.209 106.664 123.953 105.512 122.369 105.512C121.121 105.512 120.289 106.488 120.289 108.328V113H118.833V107.992C118.833 106.664 118.577 105.512 116.993 105.512C115.745 105.512 114.913 106.488 114.913 108.328V113H113.457ZM135.043 104.392V112.152C135.043 114.696 133.699 116.008 131.251 116.008C129.299 116.008 127.987 115.112 127.715 113.368H129.267C129.459 114.136 129.939 114.728 131.267 114.728C132.563 114.728 133.587 114.152 133.587 112.344V111.368C133.059 112.28 132.227 112.856 130.851 112.856C128.947 112.856 127.203 111.32 127.203 108.552C127.203 105.8 128.947 104.248 130.851 104.248C132.227 104.248 133.059 104.84 133.587 105.752V104.392H135.043ZM131.219 111.624C132.515 111.624 133.651 110.744 133.651 108.552C133.651 106.376 132.515 105.496 131.219 105.496C129.795 105.496 128.787 106.6 128.787 108.552C128.787 110.52 129.795 111.624 131.219 111.624ZM136.2 113L140.76 101.4H142.232L137.656 113H136.2ZM143.516 113V101.4H146.684C150.364 101.4 153.004 102.776 153.004 107.192C153.004 111.624 150.364 113 146.684 113H143.516ZM145.148 111.624H146.636C149.036 111.624 151.34 111.144 151.34 107.192C151.34 103.256 149.036 102.776 146.636 102.776H145.148V111.624ZM154.821 113V101.4H156.453V111.592H162.581V113H154.821Z" fill="white"/>
9
+ <rect x="23.999" y="156" width="312" height="180" rx="12" fill="white" fill-opacity="0.1"/>
10
+ <path d="M36.647 183.052L39.191 180.94C40.367 179.968 41.279 179.14 41.279 178.012C41.279 176.956 40.595 176.236 39.551 176.236C38.507 176.236 37.811 177.028 37.811 178.012C37.811 178.324 37.871 178.648 37.991 178.948H36.911C36.779 178.576 36.731 178.288 36.731 177.952C36.731 176.416 37.979 175.252 39.575 175.252C41.315 175.252 42.419 176.356 42.419 177.94C42.419 179.404 41.399 180.412 40.163 181.408L38.231 182.992H42.587V184H36.647V183.052ZM45.6023 179.692C45.6023 177.064 46.8023 175.252 48.7943 175.252C50.7863 175.252 51.9863 177.064 51.9863 179.692C51.9863 182.32 50.7863 184.132 48.7943 184.132C46.8023 184.132 45.6023 182.32 45.6023 179.692ZM46.7303 179.692C46.7303 181.708 47.4623 183.136 48.7943 183.136C50.1263 183.136 50.8583 181.708 50.8583 179.692C50.8583 177.676 50.1263 176.248 48.7943 176.248C47.4623 176.248 46.7303 177.676 46.7303 179.692ZM54.7976 179.692C54.7976 177.064 55.9976 175.252 57.9896 175.252C59.9816 175.252 61.1816 177.064 61.1816 179.692C61.1816 182.32 59.9816 184.132 57.9896 184.132C55.9976 184.132 54.7976 182.32 54.7976 179.692ZM55.9256 179.692C55.9256 181.708 56.6576 183.136 57.9896 183.136C59.3216 183.136 60.0536 181.708 60.0536 179.692C60.0536 177.676 59.3216 176.248 57.9896 176.248C56.6576 176.248 55.9256 177.676 55.9256 179.692Z" fill="white"/>
11
+ <path d="M39.659 235.336H40.523V243.04H42.599V244H37.067V243.04H39.407V237.664H37.163V236.824L38.243 236.764C39.215 236.704 39.599 236.356 39.659 235.336ZM48.9023 244.132C47.2583 244.132 45.9503 243.232 45.6743 241.516L46.7903 241.276C46.9583 242.476 47.8103 243.172 48.8903 243.172C49.9823 243.172 50.7383 242.548 50.7383 241.528C50.7383 240.508 49.9103 239.992 48.8303 239.992H47.9063V239.044H48.8543C49.8503 239.044 50.5463 238.54 50.5463 237.676C50.5463 236.788 49.8983 236.224 48.9143 236.224C47.8943 236.224 47.1743 236.872 46.9583 237.904L45.9023 237.736C46.1543 236.32 47.2943 235.252 48.9503 235.252C50.6303 235.252 51.6383 236.248 51.6383 237.628C51.6383 238.588 50.9903 239.236 50.2223 239.5C51.0863 239.74 51.8543 240.412 51.8543 241.6C51.8543 243.016 50.6903 244.132 48.9023 244.132ZM54.7976 239.692C54.7976 237.064 55.9976 235.252 57.9896 235.252C59.9816 235.252 61.1816 237.064 61.1816 239.692C61.1816 242.32 59.9816 244.132 57.9896 244.132C55.9976 244.132 54.7976 242.32 54.7976 239.692ZM55.9256 239.692C55.9256 241.708 56.6576 243.136 57.9896 243.136C59.3216 243.136 60.0536 241.708 60.0536 239.692C60.0536 237.676 59.3216 236.248 57.9896 236.248C56.6576 236.248 55.9256 237.676 55.9256 239.692Z" fill="white"/>
12
+ <path d="M38.123 299.992L37.079 299.812L37.451 295.384H42.143V296.392H38.339L38.099 298.996C38.483 298.624 39.059 298.324 39.815 298.324C41.495 298.324 42.599 299.572 42.599 301.204C42.599 302.836 41.327 304.132 39.599 304.132C37.967 304.132 36.791 303.22 36.503 301.588L37.607 301.36C37.787 302.464 38.531 303.172 39.599 303.172C40.691 303.172 41.519 302.332 41.519 301.228C41.519 300.136 40.787 299.26 39.683 299.26C38.963 299.26 38.423 299.584 38.123 299.992ZM47.3183 299.992L46.2743 299.812L46.6463 295.384H51.3383V296.392H47.5343L47.2943 298.996C47.6783 298.624 48.2543 298.324 49.0103 298.324C50.6903 298.324 51.7943 299.572 51.7943 301.204C51.7943 302.836 50.5223 304.132 48.7943 304.132C47.1623 304.132 45.9863 303.22 45.6983 301.588L46.8023 301.36C46.9823 302.464 47.7263 303.172 48.7943 303.172C49.8863 303.172 50.7143 302.332 50.7143 301.228C50.7143 300.136 49.9823 299.26 48.8783 299.26C48.1583 299.26 47.6183 299.584 47.3183 299.992Z" fill="white"/>
13
+ <mask id="path-13-inside-1_5531_21429" fill="white">
14
+ <path d="M79.998 204H323.998V280H79.998V204Z"/>
15
+ </mask>
16
+ <path d="M79.998 204H323.998V280H79.998V204Z" fill="url(#paint0_linear_5531_21429)" fill-opacity="0.5"/>
17
+ <path d="M79.998 203.5C79.7219 203.5 79.498 203.724 79.498 204C79.498 204.276 79.7219 204.5 79.998 204.5V203.5ZM323.998 204.5C324.274 204.5 324.498 204.276 324.498 204C324.498 203.724 324.274 203.5 323.998 203.5V204.5ZM323.998 280.5C324.274 280.5 324.498 280.276 324.498 280C324.498 279.724 324.274 279.5 323.998 279.5V280.5ZM79.998 279.5C79.7219 279.5 79.498 279.724 79.498 280C79.498 280.276 79.7219 280.5 79.998 280.5V279.5ZM84.3552 280.5C84.6313 280.5 84.8552 280.276 84.8552 280C84.8552 279.724 84.6313 279.5 84.3552 279.5V280.5ZM93.0695 279.5C92.7933 279.5 92.5695 279.724 92.5695 280C92.5695 280.276 92.7933 280.5 93.0695 280.5V279.5ZM101.784 280.5C102.06 280.5 102.284 280.276 102.284 280C102.284 279.724 102.06 279.5 101.784 279.5V280.5ZM110.498 279.5C110.222 279.5 109.998 279.724 109.998 280C109.998 280.276 110.222 280.5 110.498 280.5V279.5ZM119.212 280.5C119.488 280.5 119.712 280.276 119.712 280C119.712 279.724 119.488 279.5 119.212 279.5V280.5ZM127.927 279.5C127.65 279.5 127.427 279.724 127.427 280C127.427 280.276 127.65 280.5 127.927 280.5V279.5ZM136.641 280.5C136.917 280.5 137.141 280.276 137.141 280C137.141 279.724 136.917 279.5 136.641 279.5V280.5ZM145.355 279.5C145.079 279.5 144.855 279.724 144.855 280C144.855 280.276 145.079 280.5 145.355 280.5V279.5ZM154.069 280.5C154.346 280.5 154.569 280.276 154.569 280C154.569 279.724 154.346 279.5 154.069 279.5V280.5ZM162.784 279.5C162.508 279.5 162.284 279.724 162.284 280C162.284 280.276 162.508 280.5 162.784 280.5V279.5ZM171.498 280.5C171.774 280.5 171.998 280.276 171.998 280C171.998 279.724 171.774 279.5 171.498 279.5V280.5ZM180.212 279.5C179.936 279.5 179.712 279.724 179.712 280C179.712 280.276 179.936 280.5 180.212 280.5V279.5ZM188.927 280.5C189.203 280.5 189.427 280.276 189.427 280C189.427 279.724 189.203 279.5 188.927 279.5V280.5ZM197.641 279.5C197.365 279.5 197.141 279.724 197.141 280C197.141 280.276 197.365 280.5 197.641 280.5V279.5ZM206.355 280.5C206.631 280.5 206.855 280.276 206.855 280C206.855 279.724 206.631 279.5 206.355 279.5V280.5ZM215.069 279.5C214.793 279.5 214.569 279.724 214.569 280C214.569 280.276 214.793 280.5 215.069 280.5V279.5ZM223.784 280.5C224.06 280.5 224.284 280.276 224.284 280C224.284 279.724 224.06 279.5 223.784 279.5V280.5ZM232.498 279.5C232.222 279.5 231.998 279.724 231.998 280C231.998 280.276 232.222 280.5 232.498 280.5V279.5ZM241.212 280.5C241.488 280.5 241.712 280.276 241.712 280C241.712 279.724 241.488 279.5 241.212 279.5V280.5ZM249.927 279.5C249.65 279.5 249.427 279.724 249.427 280C249.427 280.276 249.65 280.5 249.927 280.5V279.5ZM258.641 280.5C258.917 280.5 259.141 280.276 259.141 280C259.141 279.724 258.917 279.5 258.641 279.5V280.5ZM267.355 279.5C267.079 279.5 266.855 279.724 266.855 280C266.855 280.276 267.079 280.5 267.355 280.5V279.5ZM276.069 280.5C276.346 280.5 276.569 280.276 276.569 280C276.569 279.724 276.346 279.5 276.069 279.5V280.5ZM284.784 279.5C284.508 279.5 284.284 279.724 284.284 280C284.284 280.276 284.508 280.5 284.784 280.5V279.5ZM293.498 280.5C293.774 280.5 293.998 280.276 293.998 280C293.998 279.724 293.774 279.5 293.498 279.5V280.5ZM302.212 279.5C301.936 279.5 301.712 279.724 301.712 280C301.712 280.276 301.936 280.5 302.212 280.5V279.5ZM310.927 280.5C311.203 280.5 311.427 280.276 311.427 280C311.427 279.724 311.203 279.5 310.927 279.5V280.5ZM319.641 279.5C319.365 279.5 319.141 279.724 319.141 280C319.141 280.276 319.365 280.5 319.641 280.5V279.5ZM319.641 203.5C319.365 203.5 319.141 203.724 319.141 204C319.141 204.276 319.365 204.5 319.641 204.5V203.5ZM310.927 204.5C311.203 204.5 311.427 204.276 311.427 204C311.427 203.724 311.203 203.5 310.927 203.5V204.5ZM302.212 203.5C301.936 203.5 301.712 203.724 301.712 204C301.712 204.276 301.936 204.5 302.212 204.5V203.5ZM293.498 204.5C293.774 204.5 293.998 204.276 293.998 204C293.998 203.724 293.774 203.5 293.498 203.5V204.5ZM284.784 203.5C284.508 203.5 284.284 203.724 284.284 204C284.284 204.276 284.508 204.5 284.784 204.5V203.5ZM276.069 204.5C276.346 204.5 276.569 204.276 276.569 204C276.569 203.724 276.346 203.5 276.069 203.5V204.5ZM267.355 203.5C267.079 203.5 266.855 203.724 266.855 204C266.855 204.276 267.079 204.5 267.355 204.5V203.5ZM258.641 204.5C258.917 204.5 259.141 204.276 259.141 204C259.141 203.724 258.917 203.5 258.641 203.5V204.5ZM249.927 203.5C249.65 203.5 249.427 203.724 249.427 204C249.427 204.276 249.65 204.5 249.927 204.5V203.5ZM241.212 204.5C241.488 204.5 241.712 204.276 241.712 204C241.712 203.724 241.488 203.5 241.212 203.5V204.5ZM232.498 203.5C232.222 203.5 231.998 203.724 231.998 204C231.998 204.276 232.222 204.5 232.498 204.5V203.5ZM223.784 204.5C224.06 204.5 224.284 204.276 224.284 204C224.284 203.724 224.06 203.5 223.784 203.5V204.5ZM215.069 203.5C214.793 203.5 214.569 203.724 214.569 204C214.569 204.276 214.793 204.5 215.069 204.5V203.5ZM206.355 204.5C206.631 204.5 206.855 204.276 206.855 204C206.855 203.724 206.631 203.5 206.355 203.5V204.5ZM197.641 203.5C197.365 203.5 197.141 203.724 197.141 204C197.141 204.276 197.365 204.5 197.641 204.5V203.5ZM188.927 204.5C189.203 204.5 189.427 204.276 189.427 204C189.427 203.724 189.203 203.5 188.927 203.5V204.5ZM180.212 203.5C179.936 203.5 179.712 203.724 179.712 204C179.712 204.276 179.936 204.5 180.212 204.5V203.5ZM171.498 204.5C171.774 204.5 171.998 204.276 171.998 204C171.998 203.724 171.774 203.5 171.498 203.5V204.5ZM162.784 203.5C162.508 203.5 162.284 203.724 162.284 204C162.284 204.276 162.508 204.5 162.784 204.5V203.5ZM154.069 204.5C154.346 204.5 154.569 204.276 154.569 204C154.569 203.724 154.346 203.5 154.069 203.5V204.5ZM145.355 203.5C145.079 203.5 144.855 203.724 144.855 204C144.855 204.276 145.079 204.5 145.355 204.5V203.5ZM136.641 204.5C136.917 204.5 137.141 204.276 137.141 204C137.141 203.724 136.917 203.5 136.641 203.5V204.5ZM127.927 203.5C127.651 203.5 127.427 203.724 127.427 204C127.427 204.276 127.651 204.5 127.927 204.5V203.5ZM119.212 204.5C119.489 204.5 119.712 204.276 119.712 204C119.712 203.724 119.489 203.5 119.212 203.5V204.5ZM110.498 203.5C110.222 203.5 109.998 203.724 109.998 204C109.998 204.276 110.222 204.5 110.498 204.5V203.5ZM101.784 204.5C102.06 204.5 102.284 204.276 102.284 204C102.284 203.724 102.06 203.5 101.784 203.5V204.5ZM93.0695 203.5C92.7934 203.5 92.5695 203.724 92.5695 204C92.5695 204.276 92.7934 204.5 93.0695 204.5V203.5ZM84.3553 204.5C84.6314 204.5 84.8553 204.276 84.8553 204C84.8553 203.724 84.6314 203.5 84.3553 203.5V204.5ZM79.998 280V280.5H84.3552V280V279.5H79.998V280ZM93.0695 280V280.5H101.784V280V279.5H93.0695V280ZM110.498 280V280.5H119.212V280V279.5H110.498V280ZM127.927 280V280.5H136.641V280V279.5H127.927V280ZM145.355 280V280.5H154.069V280V279.5H145.355V280ZM162.784 280V280.5H171.498V280V279.5H162.784V280ZM180.212 280V280.5H188.927V280V279.5H180.212V280ZM197.641 280V280.5H206.355V280V279.5H197.641V280ZM215.069 280V280.5H223.784V280V279.5H215.069V280ZM232.498 280V280.5H241.212V280V279.5H232.498V280ZM249.927 280V280.5H258.641V280V279.5H249.927V280ZM267.355 280V280.5H276.069V280V279.5H267.355V280ZM284.784 280V280.5H293.498V280V279.5H284.784V280ZM302.212 280V280.5H310.927V280V279.5H302.212V280ZM319.641 280V280.5H323.998V280V279.5H319.641V280ZM323.998 204V203.5H319.641V204V204.5H323.998V204ZM310.927 204V203.5H302.212V204V204.5H310.927V204ZM293.498 204V203.5H284.784V204V204.5H293.498V204ZM276.069 204V203.5H267.355V204V204.5H276.069V204ZM258.641 204V203.5H249.927V204V204.5H258.641V204ZM241.212 204V203.5H232.498V204V204.5H241.212V204ZM223.784 204V203.5H215.069V204V204.5H223.784V204ZM206.355 204V203.5H197.641V204V204.5H206.355V204ZM188.927 204V203.5H180.212V204V204.5H188.927V204ZM171.498 204V203.5H162.784V204V204.5H171.498V204ZM154.069 204V203.5H145.355V204V204.5H154.069V204ZM136.641 204V203.5H127.927V204V204.5H136.641V204ZM119.212 204V203.5H110.498V204V204.5H119.212V204ZM101.784 204V203.5H93.0695V204V204.5H101.784V204ZM84.3553 204V203.5H79.998V204V204.5H84.3553V204ZM79.998 203C79.4458 203 78.998 203.448 78.998 204C78.998 204.552 79.4458 205 79.998 205V203ZM323.998 205C324.55 205 324.998 204.552 324.998 204C324.998 203.448 324.55 203 323.998 203V205ZM323.998 281C324.55 281 324.998 280.552 324.998 280C324.998 279.448 324.55 279 323.998 279V281ZM79.998 279C79.4458 279 78.998 279.448 78.998 280C78.998 280.552 79.4458 281 79.998 281V279ZM84.3552 281C84.9075 281 85.3552 280.552 85.3552 280C85.3552 279.448 84.9075 279 84.3552 279V281ZM93.0695 279C92.5172 279 92.0695 279.448 92.0695 280C92.0695 280.552 92.5172 281 93.0695 281V279ZM101.784 281C102.336 281 102.784 280.552 102.784 280C102.784 279.448 102.336 279 101.784 279V281ZM110.498 279C109.946 279 109.498 279.448 109.498 280C109.498 280.552 109.946 281 110.498 281V279ZM119.212 281C119.765 281 120.212 280.552 120.212 280C120.212 279.448 119.765 279 119.212 279V281ZM127.927 279C127.374 279 126.927 279.448 126.927 280C126.927 280.552 127.374 281 127.927 281V279ZM136.641 281C137.193 281 137.641 280.552 137.641 280C137.641 279.448 137.193 279 136.641 279V281ZM145.355 279C144.803 279 144.355 279.448 144.355 280C144.355 280.552 144.803 281 145.355 281V279ZM154.069 281C154.622 281 155.069 280.552 155.069 280C155.069 279.448 154.622 279 154.069 279V281ZM162.784 279C162.231 279 161.784 279.448 161.784 280C161.784 280.552 162.231 281 162.784 281V279ZM171.498 281C172.05 281 172.498 280.552 172.498 280C172.498 279.448 172.05 279 171.498 279V281ZM180.212 279C179.66 279 179.212 279.448 179.212 280C179.212 280.552 179.66 281 180.212 281V279ZM188.927 281C189.479 281 189.927 280.552 189.927 280C189.927 279.448 189.479 279 188.927 279V281ZM197.641 279C197.089 279 196.641 279.448 196.641 280C196.641 280.552 197.089 281 197.641 281V279ZM206.355 281C206.907 281 207.355 280.552 207.355 280C207.355 279.448 206.907 279 206.355 279V281ZM215.069 279C214.517 279 214.069 279.448 214.069 280C214.069 280.552 214.517 281 215.069 281V279ZM223.784 281C224.336 281 224.784 280.552 224.784 280C224.784 279.448 224.336 279 223.784 279V281ZM232.498 279C231.946 279 231.498 279.448 231.498 280C231.498 280.552 231.946 281 232.498 281V279ZM241.212 281C241.765 281 242.212 280.552 242.212 280C242.212 279.448 241.765 279 241.212 279V281ZM249.927 279C249.374 279 248.927 279.448 248.927 280C248.927 280.552 249.374 281 249.927 281V279ZM258.641 281C259.193 281 259.641 280.552 259.641 280C259.641 279.448 259.193 279 258.641 279V281ZM267.355 279C266.803 279 266.355 279.448 266.355 280C266.355 280.552 266.803 281 267.355 281V279ZM276.069 281C276.622 281 277.069 280.552 277.069 280C277.069 279.448 276.622 279 276.069 279V281ZM284.784 279C284.231 279 283.784 279.448 283.784 280C283.784 280.552 284.231 281 284.784 281V279ZM293.498 281C294.05 281 294.498 280.552 294.498 280C294.498 279.448 294.05 279 293.498 279V281ZM302.212 279C301.66 279 301.212 279.448 301.212 280C301.212 280.552 301.66 281 302.212 281V279ZM310.927 281C311.479 281 311.927 280.552 311.927 280C311.927 279.448 311.479 279 310.927 279V281ZM319.641 279C319.089 279 318.641 279.448 318.641 280C318.641 280.552 319.089 281 319.641 281V279ZM319.641 203C319.089 203 318.641 203.448 318.641 204C318.641 204.552 319.089 205 319.641 205V203ZM310.927 205C311.479 205 311.927 204.552 311.927 204C311.927 203.448 311.479 203 310.927 203V205ZM302.212 203C301.66 203 301.212 203.448 301.212 204C301.212 204.552 301.66 205 302.212 205V203ZM293.498 205C294.05 205 294.498 204.552 294.498 204C294.498 203.448 294.05 203 293.498 203V205ZM284.784 203C284.231 203 283.784 203.448 283.784 204C283.784 204.552 284.231 205 284.784 205V203ZM276.069 205C276.622 205 277.069 204.552 277.069 204C277.069 203.448 276.622 203 276.069 203V205ZM267.355 203C266.803 203 266.355 203.448 266.355 204C266.355 204.552 266.803 205 267.355 205V203ZM258.641 205C259.193 205 259.641 204.552 259.641 204C259.641 203.448 259.193 203 258.641 203V205ZM249.927 203C249.374 203 248.927 203.448 248.927 204C248.927 204.552 249.374 205 249.927 205V203ZM241.212 205C241.765 205 242.212 204.552 242.212 204C242.212 203.448 241.765 203 241.212 203V205ZM232.498 203C231.946 203 231.498 203.448 231.498 204C231.498 204.552 231.946 205 232.498 205V203ZM223.784 205C224.336 205 224.784 204.552 224.784 204C224.784 203.448 224.336 203 223.784 203V205ZM215.069 203C214.517 203 214.069 203.448 214.069 204C214.069 204.552 214.517 205 215.069 205V203ZM206.355 205C206.907 205 207.355 204.552 207.355 204C207.355 203.448 206.907 203 206.355 203V205ZM197.641 203C197.089 203 196.641 203.448 196.641 204C196.641 204.552 197.089 205 197.641 205V203ZM188.927 205C189.479 205 189.927 204.552 189.927 204C189.927 203.448 189.479 203 188.927 203V205ZM180.212 203C179.66 203 179.212 203.448 179.212 204C179.212 204.552 179.66 205 180.212 205V203ZM171.498 205C172.05 205 172.498 204.552 172.498 204C172.498 203.448 172.05 203 171.498 203V205ZM162.784 203C162.231 203 161.784 203.448 161.784 204C161.784 204.552 162.231 205 162.784 205V203ZM154.069 205C154.622 205 155.069 204.552 155.069 204C155.069 203.448 154.622 203 154.069 203V205ZM145.355 203C144.803 203 144.355 203.448 144.355 204C144.355 204.552 144.803 205 145.355 205V203ZM136.641 205C137.193 205 137.641 204.552 137.641 204C137.641 203.448 137.193 203 136.641 203V205ZM127.927 203C127.374 203 126.927 203.448 126.927 204C126.927 204.552 127.374 205 127.927 205V203ZM119.212 205C119.765 205 120.212 204.552 120.212 204C120.212 203.448 119.765 203 119.212 203V205ZM110.498 203C109.946 203 109.498 203.448 109.498 204C109.498 204.552 109.946 205 110.498 205V203ZM101.784 205C102.336 205 102.784 204.552 102.784 204C102.784 203.448 102.336 203 101.784 203V205ZM93.0695 203C92.5172 203 92.0695 203.448 92.0695 204C92.0695 204.552 92.5172 205 93.0695 205V203ZM84.3553 205C84.9075 205 85.3553 204.552 85.3553 204C85.3553 203.448 84.9075 203 84.3553 203V205ZM79.998 280V281H84.3552V280V279H79.998V280ZM93.0695 280V281H101.784V280V279H93.0695V280ZM110.498 280V281H119.212V280V279H110.498V280ZM127.927 280V281H136.641V280V279H127.927V280ZM145.355 280V281H154.069V280V279H145.355V280ZM162.784 280V281H171.498V280V279H162.784V280ZM180.212 280V281H188.927V280V279H180.212V280ZM197.641 280V281H206.355V280V279H197.641V280ZM215.069 280V281H223.784V280V279H215.069V280ZM232.498 280V281H241.212V280V279H232.498V280ZM249.927 280V281H258.641V280V279H249.927V280ZM267.355 280V281H276.069V280V279H267.355V280ZM284.784 280V281H293.498V280V279H284.784V280ZM302.212 280V281H310.927V280V279H302.212V280ZM319.641 280V281H323.998V280V279H319.641V280ZM323.998 204V203H319.641V204V205H323.998V204ZM310.927 204V203H302.212V204V205H310.927V204ZM293.498 204V203H284.784V204V205H293.498V204ZM276.069 204V203H267.355V204V205H276.069V204ZM258.641 204V203H249.927V204V205H258.641V204ZM241.212 204V203H232.498V204V205H241.212V204ZM223.784 204V203H215.069V204V205H223.784V204ZM206.355 204V203H197.641V204V205H206.355V204ZM188.927 204V203H180.212V204V205H188.927V204ZM171.498 204V203H162.784V204V205H171.498V204ZM154.069 204V203H145.355V204V205H154.069V204ZM136.641 204V203H127.927V204V205H136.641V204ZM119.212 204V203H110.498V204V205H119.212V204ZM101.784 204V203H93.0695V204V205H101.784V204ZM84.3553 204V203H79.998V204V205H84.3553V204Z" fill="white" fill-opacity="0.5" mask="url(#path-13-inside-1_5531_21429)"/>
18
+ <mask id="mask0_5531_21429" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="76" y="196" width="250" height="78">
19
+ <path d="M79.998 246.885C93.6927 244.341 101.449 241.149 113.613 233.054C128.926 222.862 129.899 194.742 147.227 197.145C160.213 198.946 160.208 219.31 172.824 223.478C186.049 227.848 193.561 214.453 207.248 215.206C230.742 216.498 239.217 237.613 261.104 248.122C284.872 259.534 298.874 264.405 323.998 270" stroke="white" stroke-width="1.5"/>
20
+ <circle cx="79.999" cy="247" r="3" fill="white"/>
21
+ <circle cx="79.999" cy="247" r="3" fill="url(#paint1_linear_5531_21429)"/>
22
+ <circle cx="120.499" cy="225" r="3" fill="white"/>
23
+ <circle cx="120.499" cy="225" r="3" fill="url(#paint2_linear_5531_21429)"/>
24
+ <circle cx="160.999" cy="211.5" r="3" fill="white"/>
25
+ <circle cx="160.999" cy="211.5" r="3" fill="url(#paint3_linear_5531_21429)"/>
26
+ <circle cx="201.499" cy="215.5" r="3" fill="white"/>
27
+ <circle cx="201.499" cy="215.5" r="3" fill="url(#paint4_linear_5531_21429)"/>
28
+ <circle cx="241.999" cy="234.5" r="3" fill="white"/>
29
+ <circle cx="241.999" cy="234.5" r="3" fill="url(#paint5_linear_5531_21429)"/>
30
+ <circle cx="282.499" cy="257.5" r="3" fill="white"/>
31
+ <circle cx="282.499" cy="257.5" r="3" fill="url(#paint6_linear_5531_21429)"/>
32
+ <circle cx="322.999" cy="270.5" r="3" fill="white"/>
33
+ <circle cx="322.999" cy="270.5" r="3" fill="url(#paint7_linear_5531_21429)"/>
34
+ </mask>
35
+ <g mask="url(#mask0_5531_21429)">
36
+ <rect x="77.999" y="146" width="248" height="270" fill="url(#paint8_linear_5531_21429)"/>
37
+ </g>
38
+ <path d="M86.659 309.244L85.723 309.64C85.483 308.812 84.907 308.212 83.911 308.212C82.579 308.212 81.559 309.52 81.559 311.536V311.656C81.955 310.9 82.795 310.3 83.887 310.3C85.483 310.3 86.695 311.548 86.695 313.168C86.695 314.848 85.399 316.132 83.707 316.132C81.499 316.132 80.503 314.164 80.503 311.776C80.503 309.04 81.943 307.252 83.947 307.252C85.423 307.252 86.299 308.056 86.659 309.244ZM85.639 313.228C85.639 312.112 84.811 311.248 83.719 311.248C82.627 311.248 81.775 312.112 81.775 313.228C81.775 314.344 82.615 315.184 83.707 315.184C84.787 315.184 85.639 314.344 85.639 313.228ZM92.1223 307.384H93.4543L96.1543 316H94.9903L94.2943 313.732H91.2583L90.5623 316H89.4343L92.1223 307.384ZM92.7703 308.764L91.5583 312.724H93.9823L92.7703 308.764ZM102.338 316H101.642L100.07 309.028V316H99.0736V307.384H100.622L102.002 313.588L103.394 307.384H104.906V316H103.91V309.028L102.338 316Z" fill="white"/>
39
+ <path d="M188.207 316.132C186.563 316.132 185.255 315.232 184.979 313.516L186.095 313.276C186.263 314.476 187.115 315.172 188.195 315.172C189.287 315.172 190.043 314.548 190.043 313.528C190.043 312.508 189.215 311.992 188.135 311.992H187.211V311.044H188.159C189.155 311.044 189.851 310.54 189.851 309.676C189.851 308.788 189.203 308.224 188.219 308.224C187.199 308.224 186.479 308.872 186.263 309.904L185.207 309.736C185.459 308.32 186.599 307.252 188.255 307.252C189.935 307.252 190.943 308.248 190.943 309.628C190.943 310.588 190.295 311.236 189.527 311.5C190.391 311.74 191.159 312.412 191.159 313.6C191.159 315.016 189.995 316.132 188.207 316.132ZM195.65 312.388V316H194.498V307.384H197.618C199.442 307.384 200.594 308.236 200.594 309.88C200.594 311.5 199.442 312.388 197.618 312.388H195.65ZM195.65 311.392H197.546C198.782 311.392 199.466 310.852 199.466 309.88C199.466 308.908 198.782 308.38 197.546 308.38H195.65V311.392ZM206.838 316H206.142L204.57 309.028V316H203.574V307.384H205.122L206.502 313.588L207.894 307.384H209.406V316H208.41V309.028L206.838 316Z" fill="white"/>
40
+ <path d="M292.659 307.336H293.523V315.04H295.599V316H290.067V315.04H292.407V309.664H290.163V308.824L291.243 308.764C292.215 308.704 292.599 308.356 292.659 307.336ZM298.842 315.052L301.386 312.94C302.562 311.968 303.474 311.14 303.474 310.012C303.474 308.956 302.79 308.236 301.746 308.236C300.702 308.236 300.006 309.028 300.006 310.012C300.006 310.324 300.066 310.648 300.186 310.948H299.106C298.974 310.576 298.926 310.288 298.926 309.952C298.926 308.416 300.174 307.252 301.77 307.252C303.51 307.252 304.614 308.356 304.614 309.94C304.614 311.404 303.594 312.412 302.358 313.408L300.426 314.992H304.782V316H298.842V315.052ZM310.318 307.384H311.65L314.35 316H313.186L312.49 313.732H309.454L308.758 316H307.63L310.318 307.384ZM310.966 308.764L309.754 312.724H312.178L310.966 308.764ZM320.533 316H319.837L318.265 309.028V316H317.269V307.384H318.817L320.197 313.588L321.589 307.384H323.101V316H322.105V309.028L320.533 316Z" fill="white"/>
41
+ <rect width="36" height="24" transform="translate(23.999 360)" fill="url(#paint9_linear_5531_21429)" fill-opacity="0.5"/>
42
+ <line x1="24.499" y1="361" x2="59.499" y2="361" stroke="white" stroke-opacity="0.5" stroke-linecap="round" stroke-dasharray="9 9"/>
43
+ <line x1="24.499" y1="383.5" x2="59.499" y2="383.5" stroke="white" stroke-opacity="0.5" stroke-linecap="round" stroke-dasharray="9 9"/>
44
+ <path d="M73.6935 378V366.4H75.3255V371.328H81.4055V366.4H83.0375V378H81.4055V372.736H75.3255V378H73.6935ZM88.8455 370.496C87.6615 370.496 86.4935 371.056 86.2535 372.928H91.3255C91.2295 371.52 90.2375 370.496 88.8455 370.496ZM91.2455 375.504H92.7495C92.3495 376.992 90.9895 378.208 88.8935 378.208C86.1735 378.208 84.6695 376.256 84.6695 373.712C84.6695 370.992 86.4935 369.248 88.8455 369.248C91.3255 369.248 92.8775 371.232 92.8775 373.712C92.8775 373.856 92.8775 374 92.8615 374.144H86.2215C86.3975 376.144 87.6935 376.928 88.8935 376.928C90.1735 376.928 90.8775 376.352 91.2455 375.504ZM101.305 378H99.8327C99.7527 377.552 99.7207 377.184 99.7207 376.816C99.1927 377.696 98.2967 378.208 96.7767 378.208C95.1607 378.208 93.8167 377.312 93.8167 375.728C93.8167 373.696 96.1047 373.104 99.6407 372.704V372.496C99.6407 370.928 98.7607 370.4 97.6887 370.4C96.4887 370.4 95.7847 371.056 95.7207 372.112H94.2167C94.3607 370.256 95.9607 369.216 97.6727 369.216C100.041 369.216 101.081 370.352 101.081 372.768V374.752C101.081 376.192 101.145 377.184 101.305 378ZM99.7527 374.4V373.856C97.1127 374.128 95.4327 374.512 95.4327 375.696C95.4327 376.512 96.0567 377.056 97.0967 377.056C98.4567 377.056 99.7527 376.432 99.7527 374.4ZM103.184 378V366.4H104.64V378H103.184ZM110.337 378H109.281C107.633 378 107.249 377.632 107.249 375.84V370.56H105.889V369.392H107.249V367.232H108.705V369.392H110.337V370.56H108.705V375.664C108.705 376.56 108.769 376.784 109.601 376.784H110.337V378ZM111.825 378V366.4H113.281V370.688C113.777 369.872 114.609 369.248 116.065 369.248C118.145 369.248 118.897 370.592 118.897 372.56V378H117.441V372.992C117.441 371.664 117.217 370.512 115.553 370.512C114.145 370.512 113.281 371.488 113.281 373.328V378H111.825ZM120.448 380.8V379.584H121.04C122 379.584 122.432 379.552 122.848 378.208L122.912 378L119.808 369.392H121.424L123.616 376.032L125.744 369.392H127.264L124.192 378.368C123.552 380.24 123.12 380.8 121.2 380.8H120.448ZM131.774 378V366.4H135.454C138.286 366.4 140.286 366.96 140.286 369.744C140.286 371.424 139.55 372.304 137.982 372.832L140.67 378H138.846L136.334 373.12H133.406V378H131.774ZM133.406 371.744H135.582C137.278 371.744 138.606 371.568 138.606 369.776C138.606 367.984 137.278 367.776 135.582 367.776H133.406V371.744ZM148.908 378H147.436C147.356 377.552 147.324 377.184 147.324 376.816C146.796 377.696 145.9 378.208 144.38 378.208C142.764 378.208 141.42 377.312 141.42 375.728C141.42 373.696 143.708 373.104 147.244 372.704V372.496C147.244 370.928 146.364 370.4 145.292 370.4C144.092 370.4 143.388 371.056 143.324 372.112H141.82C141.964 370.256 143.564 369.216 145.276 369.216C147.644 369.216 148.684 370.352 148.684 372.768V374.752C148.684 376.192 148.748 377.184 148.908 378ZM147.356 374.4V373.856C144.716 374.128 143.036 374.512 143.036 375.696C143.036 376.512 143.66 377.056 144.7 377.056C146.06 377.056 147.356 376.432 147.356 374.4ZM150.787 378V369.392H152.243V370.688C152.739 369.872 153.571 369.248 155.027 369.248C157.107 369.248 157.859 370.592 157.859 372.56V378H156.403V372.992C156.403 371.664 156.179 370.512 154.515 370.512C153.107 370.512 152.243 371.488 152.243 373.328V378H150.787ZM167.232 369.392V377.152C167.232 379.696 165.888 381.008 163.44 381.008C161.488 381.008 160.176 380.112 159.904 378.368H161.456C161.648 379.136 162.128 379.728 163.456 379.728C164.752 379.728 165.776 379.152 165.776 377.344V376.368C165.248 377.28 164.416 377.856 163.04 377.856C161.136 377.856 159.392 376.32 159.392 373.552C159.392 370.8 161.136 369.248 163.04 369.248C164.416 369.248 165.248 369.84 165.776 370.752V369.392H167.232ZM163.408 376.624C164.704 376.624 165.84 375.744 165.84 373.552C165.84 371.376 164.704 370.496 163.408 370.496C161.984 370.496 160.976 371.6 160.976 373.552C160.976 375.52 161.984 376.624 163.408 376.624ZM172.997 370.496C171.813 370.496 170.645 371.056 170.405 372.928H175.477C175.381 371.52 174.389 370.496 172.997 370.496ZM175.397 375.504H176.901C176.501 376.992 175.141 378.208 173.045 378.208C170.325 378.208 168.821 376.256 168.821 373.712C168.821 370.992 170.645 369.248 172.997 369.248C175.477 369.248 177.029 371.232 177.029 373.712C177.029 373.856 177.029 374 177.013 374.144H170.373C170.549 376.144 171.845 376.928 173.045 376.928C174.325 376.928 175.029 376.352 175.397 375.504Z" fill="white"/>
45
+ <defs>
46
+ <linearGradient id="paint0_linear_5531_21429" x1="201.998" y1="204" x2="201.998" y2="280" gradientUnits="userSpaceOnUse">
47
+ <stop stop-color="#81B1E2" stop-opacity="0"/>
48
+ <stop offset="0.5" stop-color="#81B1E2" stop-opacity="0.5"/>
49
+ <stop offset="1" stop-color="#81B1E2" stop-opacity="0"/>
50
+ </linearGradient>
51
+ <linearGradient id="paint1_linear_5531_21429" x1="76.999" y1="247" x2="82.999" y2="247" gradientUnits="userSpaceOnUse">
52
+ <stop stop-color="white" stop-opacity="0"/>
53
+ <stop offset="1" stop-color="white"/>
54
+ </linearGradient>
55
+ <linearGradient id="paint2_linear_5531_21429" x1="117.499" y1="225" x2="123.499" y2="225" gradientUnits="userSpaceOnUse">
56
+ <stop stop-color="white" stop-opacity="0"/>
57
+ <stop offset="1" stop-color="white"/>
58
+ </linearGradient>
59
+ <linearGradient id="paint3_linear_5531_21429" x1="157.999" y1="211.5" x2="163.999" y2="211.5" gradientUnits="userSpaceOnUse">
60
+ <stop stop-color="white" stop-opacity="0"/>
61
+ <stop offset="1" stop-color="white"/>
62
+ </linearGradient>
63
+ <linearGradient id="paint4_linear_5531_21429" x1="198.499" y1="215.5" x2="204.499" y2="215.5" gradientUnits="userSpaceOnUse">
64
+ <stop stop-color="white" stop-opacity="0"/>
65
+ <stop offset="1" stop-color="white"/>
66
+ </linearGradient>
67
+ <linearGradient id="paint5_linear_5531_21429" x1="238.999" y1="234.5" x2="244.999" y2="234.5" gradientUnits="userSpaceOnUse">
68
+ <stop stop-color="white" stop-opacity="0"/>
69
+ <stop offset="1" stop-color="white"/>
70
+ </linearGradient>
71
+ <linearGradient id="paint6_linear_5531_21429" x1="279.499" y1="257.5" x2="285.499" y2="257.5" gradientUnits="userSpaceOnUse">
72
+ <stop stop-color="white" stop-opacity="0"/>
73
+ <stop offset="1" stop-color="white"/>
74
+ </linearGradient>
75
+ <linearGradient id="paint7_linear_5531_21429" x1="319.999" y1="270.5" x2="325.999" y2="270.5" gradientUnits="userSpaceOnUse">
76
+ <stop stop-color="white" stop-opacity="0"/>
77
+ <stop offset="1" stop-color="white"/>
78
+ </linearGradient>
79
+ <linearGradient id="paint8_linear_5531_21429" x1="77.999" y1="281" x2="325.999" y2="281" gradientUnits="userSpaceOnUse">
80
+ <stop stop-color="white" stop-opacity="0"/>
81
+ <stop offset="1" stop-color="white"/>
82
+ </linearGradient>
83
+ <linearGradient id="paint9_linear_5531_21429" x1="18" y1="0" x2="18" y2="24" gradientUnits="userSpaceOnUse">
84
+ <stop stop-color="#81B1E2" stop-opacity="0"/>
85
+ <stop offset="0.5" stop-color="#81B1E2" stop-opacity="0.5"/>
86
+ <stop offset="1" stop-color="#81B1E2" stop-opacity="0"/>
87
+ </linearGradient>
88
+ </defs>
89
+ </svg>
@@ -0,0 +1,46 @@
1
+ <svg width="360" height="443" viewBox="0 0 360 443" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="360" height="443" rx="24" fill="white" fill-opacity="0.1"/>
3
+ <rect width="360" height="443" rx="24" fill="black" fill-opacity="0.2"/>
4
+ <rect x="0.5" y="0.5" width="359" height="442" rx="23.5" stroke="url(#paint0_linear_5531_21393)" stroke-opacity="0.2"/>
5
+ <path d="M36.96 76V35.176H24.864V30.712C32.352 30.424 36.168 29.488 39.048 23.8H43.512V76H36.96ZM82.4758 58.864C82.4758 50.224 76.4278 46.48 70.7398 46.48C65.3398 46.48 61.8118 49.648 60.6598 52.24L54.1078 51.88L57.4918 23.8H87.4438V29.92H62.8198L61.0198 44.752C63.7558 42.088 67.9318 40.792 72.2518 40.792C81.3958 40.792 89.3878 47.272 89.3878 58.792C89.3878 70.744 80.5318 76.936 70.8118 76.936C58.7158 76.936 53.2438 69.304 52.2358 60.88H59.0038C60.0118 67.432 63.5398 71.464 70.8118 71.464C77.0758 71.464 82.4758 66.928 82.4758 58.864ZM123.474 61.384C123.474 53.896 116.778 51.448 108.426 51.448H107.346V45.472H108.21C117.282 45.472 122.106 42.952 122.106 36.832C122.106 31.216 117.498 28.336 111.954 28.336C104.97 28.336 101.154 32.584 100.578 38.488H93.8102C94.6022 29.272 101.154 22.864 112.098 22.864C121.17 22.864 129.018 26.464 129.018 36.112C129.018 41.44 125.994 45.976 120.522 48.208C128.298 50.656 130.458 55.84 130.458 61.312C130.458 71.824 121.53 76.936 111.594 76.936C99.3542 76.936 93.7382 69.304 93.0182 60.592H99.7862C100.506 67 104.322 71.464 111.666 71.464C118.578 71.464 123.474 67.864 123.474 61.384Z" fill="white"/>
6
+ <path d="M146.67 74V66.82H149.09C150.61 66.82 151.42 67.49 151.42 68.69C151.42 69.61 150.86 70.07 150.31 70.26C151.13 70.48 151.66 71.11 151.66 72.02C151.66 73.27 150.76 74 149.3 74H146.67ZM147.6 69.9H149.02C149.97 69.9 150.51 69.53 150.51 68.77C150.51 68 149.97 67.63 149.02 67.63H147.6V69.9ZM147.6 70.72V73.19H149.26C150.22 73.19 150.74 72.69 150.74 71.95C150.74 71.22 150.22 70.72 149.26 70.72H147.6ZM158.506 73.16V74H153.486V73.16H155.516V67.66H153.486V66.82H158.506V67.66H156.476V73.16H158.506ZM160.372 70.41C160.372 68.22 161.422 66.71 162.992 66.71C164.562 66.71 165.622 68.22 165.622 70.41C165.622 72.6 164.562 74.11 162.992 74.11C161.422 74.11 160.372 72.6 160.372 70.41ZM164.692 70.41C164.692 68.71 164.052 67.56 162.992 67.56C161.932 67.56 161.302 68.71 161.302 70.41C161.302 72.11 161.932 73.26 162.992 73.26C164.052 73.26 164.692 72.11 164.692 70.41ZM170.278 74H169.698L168.388 68.19V74H167.558V66.82H168.848L169.998 71.99L171.158 66.82H172.418V74H171.588V68.19L170.278 74ZM176.424 66.82H177.534L179.784 74H178.814L178.234 72.11H175.704L175.124 74H174.184L176.424 66.82ZM176.964 67.97L175.954 71.27H177.974L176.964 67.97ZM182.61 70.99V74H181.65V66.82H184.17C185.69 66.82 186.65 67.53 186.65 68.9C186.65 70.02 185.99 70.72 184.9 70.93L186.9 74H185.8L183.87 70.99H182.61ZM182.61 70.16H184.11C185.14 70.16 185.71 69.71 185.71 68.9C185.71 68.09 185.14 67.65 184.11 67.65H182.61V70.16ZM189.607 66.82V70.2L192.637 66.82H193.787L190.947 69.93L193.867 74H192.737L190.287 70.65L189.607 71.4V74H188.647V66.82H189.607ZM195.643 66.82H200.433V67.66H196.583V69.87H199.853V70.71H196.583V73.16H200.433V74H195.643V66.82ZM203.599 70.99V74H202.639V66.82H205.159C206.679 66.82 207.639 67.53 207.639 68.9C207.639 70.02 206.979 70.72 205.889 70.93L207.889 74H206.789L204.859 70.99H203.599ZM203.599 70.16H205.099C206.129 70.16 206.699 69.71 206.699 68.9C206.699 68.09 206.129 67.65 205.099 67.65H203.599V70.16ZM209.065 72.53L209.815 71.92C210.265 72.78 211.085 73.29 212.015 73.29C212.945 73.29 213.655 72.82 213.655 72C213.655 71.13 212.835 70.98 211.735 70.71C210.615 70.44 209.485 70.14 209.485 68.79C209.485 67.53 210.585 66.71 211.945 66.71C213.195 66.71 214.085 67.29 214.525 68.11L213.795 68.68C213.435 67.99 212.855 67.52 211.915 67.52C211.055 67.52 210.415 68 210.415 68.71C210.415 69.47 211.095 69.63 212.105 69.87C213.285 70.15 214.595 70.4 214.595 71.92C214.595 73.26 213.405 74.11 211.985 74.11C210.745 74.11 209.555 73.5 209.065 72.53Z" fill="white"/>
7
+ <path d="M24 136.8C24 125.312 33.3125 116 44.8 116H315.2C326.688 116 336 125.312 336 136.8V398.2C336 409.688 326.688 419 315.2 419H44.8C33.3125 419 24 409.688 24 398.2V136.8Z" fill="black" fill-opacity="0.2"/>
8
+ <path d="M44.7998 116.325H315.2C326.508 116.325 335.675 125.492 335.675 136.8V398.2C335.675 409.508 326.508 418.675 315.2 418.675H44.7998C33.4919 418.675 24.3253 409.508 24.3252 398.2V136.8C24.3253 125.492 33.4919 116.325 44.7998 116.325Z" stroke="white" stroke-opacity="0.1" stroke-width="0.65"/>
9
+ <line x1="48" y1="145.75" x2="312" y2="145.75" stroke="white" stroke-opacity="0.1" stroke-width="0.5"/>
10
+ <line x1="48" y1="172.75" x2="312" y2="172.75" stroke="white" stroke-opacity="0.1" stroke-width="0.5"/>
11
+ <line x1="48" y1="199.75" x2="312" y2="199.75" stroke="white" stroke-opacity="0.1" stroke-width="0.5"/>
12
+ <line x1="48" y1="226.75" x2="312" y2="226.75" stroke="white" stroke-opacity="0.1" stroke-width="0.5"/>
13
+ <line x1="48" y1="253.75" x2="312" y2="253.75" stroke="white" stroke-opacity="0.1" stroke-width="0.5"/>
14
+ <line x1="48" y1="280.75" x2="312" y2="280.75" stroke="white" stroke-opacity="0.1" stroke-width="0.5"/>
15
+ <line x1="48" y1="307.75" x2="312" y2="307.75" stroke="white" stroke-opacity="0.1" stroke-width="0.5"/>
16
+ <line x1="48" y1="334.75" x2="312" y2="334.75" stroke="white" stroke-opacity="0.1" stroke-width="0.5"/>
17
+ <line x1="48" y1="361.75" x2="312" y2="361.75" stroke="white" stroke-opacity="0.1" stroke-width="0.5"/>
18
+ <line x1="48" y1="388.75" x2="312" y2="388.75" stroke="white" stroke-opacity="0.1" stroke-width="0.5"/>
19
+ <path d="M48 177C48 174.791 49.7909 173 52 173H112C114.209 173 116 174.791 116 177V389H48V177Z" fill="url(#paint1_linear_5531_21393)"/>
20
+ <path d="M68.3154 398.496V399H65.3034V398.496H66.5214V395.196H65.3034V394.692H68.3154V395.196H67.0974V398.496H68.3154ZM72.405 394.692V399H71.865L70.149 395.616V399H69.609V394.692H70.203L71.865 397.932V394.692H72.405ZM78.5803 397.194V399H78.0043V394.692H79.5163C80.4283 394.692 81.0043 395.118 81.0043 395.94C81.0043 396.612 80.6083 397.032 79.9543 397.158L81.1543 399H80.4943L79.3363 397.194H78.5803ZM78.5803 396.696H79.4803C80.0983 396.696 80.4403 396.426 80.4403 395.94C80.4403 395.454 80.0983 395.19 79.4803 395.19H78.5803V396.696ZM83.264 394.692H83.93L85.28 399H84.698L84.35 397.866H82.832L82.484 399H81.92L83.264 394.692ZM83.588 395.382L82.982 397.362H84.194L83.588 395.382ZM89.1957 394.692V399H88.6557L86.9397 395.616V399H86.3997V394.692H86.9937L88.6557 397.932V394.692H89.1957ZM93.0453 399V398.358C92.9013 398.754 92.5353 399.066 92.0193 399.066C91.0953 399.066 90.4233 398.166 90.4233 396.858C90.4233 395.544 91.1253 394.626 92.0793 394.626C92.8113 394.626 93.2913 395.082 93.4833 395.82L92.9613 396.006C92.8353 395.46 92.5293 395.136 92.0793 395.136C91.4373 395.136 90.9933 395.832 90.9933 396.852C90.9933 397.866 91.4133 398.55 92.0673 398.55C92.6193 398.55 92.9853 398.034 92.9913 397.266H92.0013V396.762H93.5133V399H93.0453ZM94.795 394.692H97.669V395.196H95.359V396.522H97.321V397.026H95.359V398.496H97.669V399H94.795V394.692Z" fill="white"/>
21
+ <path d="M146 339C146 336.791 147.791 335 150 335H210C212.209 335 214 336.791 214 339V389H146V339Z" fill="url(#paint2_linear_5531_21393)"/>
22
+ <path d="M165.336 396.846C165.336 395.532 165.966 394.626 166.908 394.626C167.85 394.626 168.486 395.532 168.486 396.846C168.486 398.16 167.85 399.066 166.908 399.066C165.966 399.066 165.336 398.16 165.336 396.846ZM167.928 396.846C167.928 395.826 167.544 395.136 166.908 395.136C166.272 395.136 165.894 395.826 165.894 396.846C165.894 397.866 166.272 398.556 166.908 398.556C167.544 398.556 167.928 397.866 167.928 396.846ZM170.284 397.194V399H169.708V394.692H171.268C172.18 394.692 172.756 395.118 172.756 395.94C172.756 396.75 172.18 397.194 171.268 397.194H170.284ZM170.284 396.696H171.232C171.85 396.696 172.192 396.426 172.192 395.94C172.192 395.454 171.85 395.19 171.232 395.19H170.284V396.696ZM176.972 395.196H175.592V399H175.016V395.196H173.63V394.692H176.972V395.196ZM181.007 398.496V399H177.995V398.496H179.213V395.196H177.995V394.692H181.007V395.196H179.789V398.496H181.007ZM183.873 399H183.525L182.739 395.514V399H182.241V394.692H183.015L183.705 397.794L184.401 394.692H185.157V399H184.659V395.514L183.873 399ZM187.56 394.692H188.226L189.576 399H188.994L188.646 397.866H187.128L186.78 399H186.216L187.56 394.692ZM187.884 395.382L187.278 397.362H188.49L187.884 395.382ZM190.876 399V394.692H191.452V398.496H193.6V399H190.876Z" fill="white"/>
23
+ <path d="M244 383C244 380.791 245.791 379 248 379H308C310.209 379 312 380.791 312 383V389H244V383Z" fill="url(#paint3_linear_5531_21393)"/>
24
+ <path d="M253.342 396.846C253.342 395.532 253.972 394.626 254.914 394.626C255.856 394.626 256.492 395.532 256.492 396.846C256.492 398.16 255.856 399.066 254.914 399.066C253.972 399.066 253.342 398.16 253.342 396.846ZM255.934 396.846C255.934 395.826 255.55 395.136 254.914 395.136C254.278 395.136 253.9 395.826 253.9 396.846C253.9 397.866 254.278 398.556 254.914 398.556C255.55 398.556 255.934 397.866 255.934 396.846ZM259.112 399.06C258.224 399.06 257.666 398.52 257.666 397.368V394.692H258.242V397.344C258.242 398.184 258.56 398.532 259.112 398.532C259.664 398.532 259.982 398.184 259.982 397.344V394.692H260.558V397.368C260.558 398.52 260 399.06 259.112 399.06ZM264.977 395.196H263.597V399H263.021V395.196H261.635V394.692H264.977V395.196ZM270.133 396.846C270.133 395.532 270.763 394.626 271.705 394.626C272.647 394.626 273.283 395.532 273.283 396.846C273.283 398.16 272.647 399.066 271.705 399.066C270.763 399.066 270.133 398.16 270.133 396.846ZM272.725 396.846C272.725 395.826 272.341 395.136 271.705 395.136C271.069 395.136 270.691 395.826 270.691 396.846C270.691 397.866 271.069 398.556 271.705 398.556C272.341 398.556 272.725 397.866 272.725 396.846ZM275.206 399H274.636V394.692H277.42V395.196H275.206V396.582H277.078V397.086H275.206V399ZM283.476 397.194V399H282.9V394.692H284.412C285.324 394.692 285.9 395.118 285.9 395.94C285.9 396.612 285.504 397.032 284.85 397.158L286.05 399H285.39L284.232 397.194H283.476ZM283.476 396.696H284.376C284.994 396.696 285.336 396.426 285.336 395.94C285.336 395.454 284.994 395.19 284.376 395.19H283.476V396.696ZM288.159 394.692H288.825L290.175 399H289.593L289.245 397.866H287.727L287.379 399H286.815L288.159 394.692ZM288.483 395.382L287.877 397.362H289.089L288.483 395.382ZM294.091 394.692V399H293.551L291.835 395.616V399H291.295V394.692H291.889L293.551 397.932V394.692H294.091ZM297.941 399V398.358C297.797 398.754 297.431 399.066 296.915 399.066C295.991 399.066 295.319 398.166 295.319 396.858C295.319 395.544 296.021 394.626 296.975 394.626C297.707 394.626 298.187 395.082 298.379 395.82L297.857 396.006C297.731 395.46 297.425 395.136 296.975 395.136C296.333 395.136 295.889 395.832 295.889 396.852C295.889 397.866 296.309 398.55 296.963 398.55C297.515 398.55 297.881 398.034 297.887 397.266H296.897V396.762H298.409V399H297.941ZM299.69 394.692H302.564V395.196H300.254V396.522H302.216V397.026H300.254V398.496H302.564V399H299.69V394.692Z" fill="white"/>
25
+ <path d="M68.9229 149.116H70.5069V163.24H74.3129V165H64.1709V163.24H68.4609V153.384H64.3469V151.844L66.3269 151.734C68.1089 151.624 68.8129 150.986 68.9229 149.116ZM82.1143 149.116H83.6983V163.24H87.5043V165H77.3623V163.24H81.6523V153.384H77.5383V151.844L79.5183 151.734C81.3003 151.624 82.0043 150.986 82.1143 149.116ZM98.4737 165H96.5597V160.864H89.0797V159.236L95.8557 149.204H98.5177V159.126H101.422V160.864H98.4737V165ZM91.2137 159.126H96.5377V151.206L91.2137 159.126Z" fill="white"/>
26
+ <path d="M167.997 325.262L172.661 321.39C174.817 319.608 176.489 318.09 176.489 316.022C176.489 314.086 175.235 312.766 173.321 312.766C171.407 312.766 170.131 314.218 170.131 316.022C170.131 316.594 170.241 317.188 170.461 317.738H168.481C168.239 317.056 168.151 316.528 168.151 315.912C168.151 313.096 170.439 310.962 173.365 310.962C176.555 310.962 178.579 312.986 178.579 315.89C178.579 318.574 176.709 320.422 174.443 322.248L170.901 325.152H178.887V327H167.997V325.262ZM180.99 323.59L182.706 322.864C183.146 324.382 184.202 325.482 186.028 325.482C188.47 325.482 190.34 323.084 190.34 319.388V319.168C189.614 320.554 188.074 321.654 186.072 321.654C183.146 321.654 180.924 319.366 180.924 316.396C180.924 313.316 183.3 310.962 186.402 310.962C190.45 310.962 192.276 314.57 192.276 318.948C192.276 323.964 189.636 327.242 185.962 327.242C183.256 327.242 181.65 325.768 180.99 323.59ZM182.86 316.286C182.86 318.332 184.378 319.916 186.38 319.916C188.382 319.916 189.944 318.332 189.944 316.286C189.944 314.24 188.404 312.7 186.402 312.7C184.422 312.7 182.86 314.24 182.86 316.286Z" fill="white"/>
27
+ <path d="M271.519 355.116H273.103V369.24H276.909V371H266.767V369.24H271.057V359.384H266.943V357.844L268.923 357.734C270.705 357.624 271.409 356.986 271.519 355.116ZM278.748 363.102C278.748 358.284 280.948 354.962 284.6 354.962C288.252 354.962 290.452 358.284 290.452 363.102C290.452 367.92 288.252 371.242 284.6 371.242C280.948 371.242 278.748 367.92 278.748 363.102ZM280.816 363.102C280.816 366.798 282.158 369.416 284.6 369.416C287.042 369.416 288.384 366.798 288.384 363.102C288.384 359.406 287.042 356.788 284.6 356.788C282.158 356.788 280.816 359.406 280.816 363.102Z" fill="white"/>
28
+ <defs>
29
+ <linearGradient id="paint0_linear_5531_21393" x1="180" y1="0" x2="180" y2="443" gradientUnits="userSpaceOnUse">
30
+ <stop stop-color="white"/>
31
+ <stop offset="1" stop-color="white" stop-opacity="0.5"/>
32
+ </linearGradient>
33
+ <linearGradient id="paint1_linear_5531_21393" x1="82" y1="173" x2="82" y2="389" gradientUnits="userSpaceOnUse">
34
+ <stop stop-color="#81B1E2"/>
35
+ <stop offset="1" stop-color="#133353"/>
36
+ </linearGradient>
37
+ <linearGradient id="paint2_linear_5531_21393" x1="180" y1="335" x2="180" y2="389" gradientUnits="userSpaceOnUse">
38
+ <stop stop-color="#A5D088"/>
39
+ <stop offset="1" stop-color="#2F491D"/>
40
+ </linearGradient>
41
+ <linearGradient id="paint3_linear_5531_21393" x1="278" y1="379" x2="278" y2="389" gradientUnits="userSpaceOnUse">
42
+ <stop stop-color="#E4271D"/>
43
+ <stop offset="1" stop-color="#841D18"/>
44
+ </linearGradient>
45
+ </defs>
46
+ </svg>
@@ -0,0 +1,60 @@
1
+ <svg width="360" height="436" viewBox="0 0 360 436" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="360" height="431" rx="24" fill="white" fill-opacity="0.1"/>
3
+ <rect width="360" height="431" rx="24" fill="black" fill-opacity="0.2"/>
4
+ <rect x="0.5" y="0.5" width="359" height="430" rx="23.5" stroke="url(#paint0_linear_5531_21327)" stroke-opacity="0.2"/>
5
+ <path d="M35.872 42.208C35.296 42.24 34.72 42.24 34.112 42.24H30.016V52H26.752V28.8H34.112C39.776 28.8 43.776 29.92 43.776 35.488C43.776 39.168 42.016 40.928 39.168 41.696L44.544 52H40.896L35.872 42.208ZM30.016 31.552V39.488H34.368C37.76 39.488 40.416 39.136 40.416 35.552C40.416 31.968 37.76 31.552 34.368 31.552H30.016ZM48.8585 44.352C48.9865 48.064 51.6105 49.856 54.1705 49.856C56.7305 49.856 58.1385 48.704 58.8745 47.008H61.8825C61.0825 49.984 58.3625 52.416 54.1705 52.416C48.7305 52.416 45.7225 48.512 45.7225 43.424C45.7225 37.984 49.3705 34.496 54.0745 34.496C59.3225 34.496 62.4905 38.912 62.1065 44.352H48.8585ZM48.8905 41.856H59.0345C58.9705 39.424 57.1465 36.992 54.0745 36.992C51.4825 36.992 49.1465 38.4 48.8905 41.856ZM76.5045 28.8H79.4165V52H76.5045V49.408C75.4485 51.232 73.6245 52.416 70.8725 52.416C66.9365 52.416 63.5125 49.152 63.5125 43.456C63.5125 37.792 66.9365 34.496 70.8725 34.496C73.6245 34.496 75.4485 35.68 76.5045 37.504V28.8ZM71.6085 36.992C68.6325 36.992 66.6805 39.36 66.6805 43.456C66.6805 47.552 68.6325 49.92 71.6085 49.92C74.2005 49.92 76.6325 48 76.6325 43.456C76.6325 38.912 74.2005 36.992 71.6085 36.992ZM93.705 49.536C92.713 51.168 91.145 52.416 88.297 52.416C84.297 52.416 82.793 49.728 82.793 45.792V34.784H85.705V44.928C85.705 47.584 86.153 49.888 89.321 49.888C92.073 49.888 93.705 47.936 93.705 44.256V34.784H96.617V52H93.705V49.536ZM114.613 40.544H111.669C111.253 38.496 109.461 37.056 107.221 37.056C104.629 37.056 102.261 39.072 102.261 43.392C102.261 47.776 104.661 49.856 107.221 49.856C109.653 49.856 111.381 48.224 111.797 46.4H114.805C114.229 49.632 111.125 52.416 107.125 52.416C102.197 52.416 99.0925 48.672 99.0925 43.424C99.0925 38.304 102.325 34.496 107.413 34.496C111.573 34.496 114.229 37.632 114.613 40.544ZM117.961 30.464H120.873V34.784H124.137V37.12H120.873V47.328C120.873 49.12 121.001 49.568 122.665 49.568H124.137V52H122.025C118.729 52 117.961 51.264 117.961 47.68V37.12H115.241V34.784H117.961V30.464ZM129.8 28.8V32.32H126.888V28.8H129.8ZM129.8 34.784V52H126.888V34.784H129.8ZM148.851 43.456C148.851 49.696 144.595 52.416 140.595 52.416C136.595 52.416 132.339 49.696 132.339 43.456C132.339 37.216 136.595 34.496 140.595 34.496C144.595 34.496 148.851 37.216 148.851 43.456ZM140.595 49.856C143.219 49.856 145.747 47.872 145.747 43.456C145.747 38.88 143.219 37.056 140.595 37.056C137.971 37.056 135.443 38.752 135.443 43.456C135.443 48.032 137.971 49.856 140.595 49.856ZM154.286 37.376C155.278 35.744 156.942 34.496 159.854 34.496C164.014 34.496 165.518 37.184 165.518 41.12V52H162.606V41.984C162.606 39.328 162.158 37.024 158.83 37.024C156.014 37.024 154.286 38.976 154.286 42.656V52H151.374V34.784H154.286V37.376ZM178.46 28.8V32.32H175.548V28.8H178.46ZM178.46 34.784V52H175.548V34.784H178.46ZM185.031 37.376C186.023 35.744 187.687 34.496 190.599 34.496C194.759 34.496 196.263 37.184 196.263 41.12V52H193.351V41.984C193.351 39.328 192.903 37.024 189.575 37.024C186.759 37.024 185.031 38.976 185.031 42.656V52H182.119V34.784H185.031V37.376ZM29.216 63.8V72.504C30.272 70.68 32.096 69.496 34.848 69.496C38.784 69.496 42.208 72.792 42.208 78.456C42.208 84.152 38.784 87.416 34.848 87.416C32.096 87.416 30.272 86.232 29.216 84.408V87H26.304V63.8H29.216ZM34.112 84.92C37.088 84.92 39.04 82.552 39.04 78.456C39.04 74.36 37.088 71.992 34.112 71.992C31.52 71.992 29.088 73.912 29.088 78.456C29.088 83 31.52 84.92 34.112 84.92ZM47.4748 63.8V67.32H44.5628V63.8H47.4748ZM47.4748 69.784V87H44.5628V69.784H47.4748ZM66.526 78.456C66.526 84.696 62.27 87.416 58.27 87.416C54.27 87.416 50.014 84.696 50.014 78.456C50.014 72.216 54.27 69.496 58.27 69.496C62.27 69.496 66.526 72.216 66.526 78.456ZM58.27 84.856C60.894 84.856 63.422 82.872 63.422 78.456C63.422 73.88 60.894 72.056 58.27 72.056C55.646 72.056 53.118 73.752 53.118 78.456C53.118 83.032 55.646 84.856 58.27 84.856ZM71.961 87H69.049V63.8H71.961V87ZM91.0123 78.456C91.0123 84.696 86.7563 87.416 82.7563 87.416C78.7562 87.416 74.5002 84.696 74.5002 78.456C74.5002 72.216 78.7562 69.496 82.7563 69.496C86.7563 69.496 91.0123 72.216 91.0123 78.456ZM82.7563 84.856C85.3802 84.856 87.9083 82.872 87.9083 78.456C87.9083 73.88 85.3802 72.056 82.7563 72.056C80.1323 72.056 77.6042 73.752 77.6042 78.456C77.6042 83.032 80.1323 84.856 82.7563 84.856ZM105.369 69.784H108.281V84.696C108.281 88.216 107.641 89.656 106.649 90.744C105.401 92.184 103.257 93.016 100.697 93.016C96.7932 93.016 94.1692 91.224 93.6252 87.736H96.7292C97.1132 89.272 98.0412 90.456 100.729 90.456C102.297 90.456 103.481 90.008 104.249 89.176C104.889 88.504 105.369 87.704 105.369 85.368V83.736C104.313 85.56 102.649 86.712 99.8972 86.712C96.0892 86.712 92.6012 83.64 92.6012 78.104C92.6012 72.6 96.0892 69.496 99.8972 69.496C102.649 69.496 104.313 70.68 105.369 72.504V69.784ZM100.633 71.992C97.7852 71.992 95.7692 74.2 95.7692 78.104C95.7692 82.04 97.7852 84.248 100.633 84.248C103.225 84.248 105.497 82.488 105.497 78.104C105.497 73.752 103.225 71.992 100.633 71.992ZM114.831 63.8V67.32H111.919V63.8H114.831ZM114.831 69.784V87H111.919V69.784H114.831ZM132.826 75.544H129.882C129.466 73.496 127.674 72.056 125.434 72.056C122.842 72.056 120.474 74.072 120.474 78.392C120.474 82.776 122.874 84.856 125.434 84.856C127.866 84.856 129.594 83.224 130.01 81.4H133.018C132.442 84.632 129.338 87.416 125.338 87.416C120.41 87.416 117.306 83.672 117.306 78.424C117.306 73.304 120.538 69.496 125.626 69.496C129.786 69.496 132.442 72.632 132.826 75.544ZM134.319 82.456C134.319 78.392 138.895 77.208 145.967 76.408V75.992C145.967 72.856 144.207 71.8 142.063 71.8C139.663 71.8 138.255 73.112 138.127 75.224H135.119C135.407 71.512 138.671 69.432 142.031 69.432C146.767 69.432 148.911 71.704 148.879 76.536L148.847 80.504C148.815 83.384 148.975 85.368 149.295 87H146.351C146.255 86.36 146.159 85.656 146.127 84.632C145.071 86.392 143.279 87.416 140.239 87.416C137.007 87.416 134.319 85.624 134.319 82.456ZM146.191 78.712C140.911 79.256 137.551 80.024 137.551 82.392C137.551 84.024 138.799 85.112 140.879 85.112C143.599 85.112 146.191 83.864 146.191 79.8V78.712ZM155.17 87H152.258V63.8H155.17V87ZM164.439 82.456C164.439 78.392 169.015 77.208 176.087 76.408V75.992C176.087 72.856 174.327 71.8 172.183 71.8C169.783 71.8 168.375 73.112 168.247 75.224H165.239C165.527 71.512 168.791 69.432 172.151 69.432C176.887 69.432 179.031 71.704 178.999 76.536L178.967 80.504C178.935 83.384 179.095 85.368 179.415 87H176.471C176.375 86.36 176.279 85.656 176.247 84.632C175.191 86.392 173.399 87.416 170.359 87.416C167.127 87.416 164.439 85.624 164.439 82.456ZM176.311 78.712C171.031 79.256 167.671 80.024 167.671 82.392C167.671 84.024 168.919 85.112 170.999 85.112C173.719 85.112 176.311 83.864 176.311 79.8V78.712ZM193.962 69.784H196.874V84.696C196.874 88.216 196.234 89.656 195.242 90.744C193.994 92.184 191.85 93.016 189.29 93.016C185.386 93.016 182.762 91.224 182.218 87.736H185.322C185.706 89.272 186.634 90.456 189.322 90.456C190.89 90.456 192.074 90.008 192.842 89.176C193.482 88.504 193.962 87.704 193.962 85.368V83.736C192.906 85.56 191.242 86.712 188.49 86.712C184.682 86.712 181.194 83.64 181.194 78.104C181.194 72.6 184.682 69.496 188.49 69.496C191.242 69.496 192.906 70.68 193.962 72.504V69.784ZM189.226 71.992C186.378 71.992 184.362 74.2 184.362 78.104C184.362 82.04 186.378 84.248 189.226 84.248C191.818 84.248 194.09 82.488 194.09 78.104C194.09 73.752 191.818 71.992 189.226 71.992ZM202.464 79.352C202.592 83.064 205.216 84.856 207.776 84.856C210.336 84.856 211.744 83.704 212.48 82.008H215.488C214.688 84.984 211.968 87.416 207.776 87.416C202.336 87.416 199.328 83.512 199.328 78.424C199.328 72.984 202.976 69.496 207.68 69.496C212.928 69.496 216.096 73.912 215.712 79.352H202.464ZM202.496 76.856H212.64C212.576 74.424 210.752 71.992 207.68 71.992C205.088 71.992 202.752 73.4 202.496 76.856Z" fill="white"/>
6
+ <rect x="24.375" y="148.375" width="147.25" height="111.25" rx="11.625" stroke="white" stroke-opacity="0.1" stroke-width="0.75"/>
7
+ <path d="M71.668 190.372C73.45 187.294 76.798 184.918 81.982 184.918C89.272 184.918 94.618 190.372 94.618 198.202C94.618 205.492 89.218 211.702 80.848 211.702C71.074 211.702 66.592 204.898 66.592 192.802C66.592 181.732 70.534 171.148 81.874 171.148C89.542 171.148 93.16 175.954 93.97 180.922H88.624C87.976 177.412 85.276 175.252 81.28 175.252C75.232 175.252 71.938 181.3 71.668 190.372ZM80.794 207.598C85.816 207.598 89.38 203.818 89.38 198.472C89.38 193.126 85.87 189.184 80.848 189.184C75.718 189.184 72.262 193.126 72.262 198.472C72.262 203.872 75.61 207.598 80.794 207.598ZM113.963 211.702C103.541 211.702 98.7347 203.818 98.7347 191.398C98.7347 179.032 103.541 171.148 113.963 171.148C124.385 171.148 129.191 179.032 129.191 191.398C129.191 203.818 124.385 211.702 113.963 211.702ZM113.963 175.252C107.807 175.252 103.973 180.544 103.973 191.398C103.973 202.306 107.807 207.598 113.963 207.598C120.119 207.598 123.953 202.306 123.953 191.398C123.953 180.544 120.119 175.252 113.963 175.252Z" fill="white"/>
8
+ <path d="M67.3378 223.666C67.3378 224.771 67.8578 225.519 68.5923 225.519C69.1123 225.519 69.4893 225.168 69.6388 224.576L70.2238 224.771C69.9768 225.577 69.3853 226.072 68.5923 226.072C67.5133 226.072 66.7398 225.09 66.7398 223.666C66.7398 222.243 67.5133 221.261 68.5923 221.261C69.3853 221.261 69.9768 221.755 70.2238 222.561L69.6388 222.756C69.4893 222.165 69.1123 221.814 68.5923 221.814C67.8578 221.814 67.3378 222.561 67.3378 223.666ZM73.8807 221.333H74.5047V226H73.8807V223.861H72.0997V226H71.4757V221.333H72.0997V223.315H73.8807V221.333ZM76.6472 224.043V226H76.0232V221.333H77.6612C78.6492 221.333 79.2732 221.794 79.2732 222.685C79.2732 223.413 78.8442 223.868 78.1357 224.004L79.4357 226H78.7207L77.4662 224.043H76.6472ZM76.6472 223.504H77.6222C78.2917 223.504 78.6622 223.211 78.6622 222.685C78.6622 222.158 78.2917 221.872 77.6222 221.872H76.6472V223.504ZM80.3822 223.666C80.3822 222.243 81.0647 221.261 82.0852 221.261C83.1057 221.261 83.7947 222.243 83.7947 223.666C83.7947 225.09 83.1057 226.072 82.0852 226.072C81.0647 226.072 80.3822 225.09 80.3822 223.666ZM83.1902 223.666C83.1902 222.561 82.7742 221.814 82.0852 221.814C81.3962 221.814 80.9867 222.561 80.9867 223.666C80.9867 224.771 81.3962 225.519 82.0852 225.519C82.7742 225.519 83.1902 224.771 83.1902 223.666ZM88.1471 221.333V226H87.5621L85.7031 222.334V226H85.1181V221.333H85.7616L87.5621 224.843V221.333H88.1471ZM89.4771 223.666C89.4771 222.243 90.1596 221.261 91.1801 221.261C92.2006 221.261 92.8896 222.243 92.8896 223.666C92.8896 225.09 92.2006 226.072 91.1801 226.072C90.1596 226.072 89.4771 225.09 89.4771 223.666ZM92.2851 223.666C92.2851 222.561 91.8691 221.814 91.1801 221.814C90.4911 221.814 90.0816 222.561 90.0816 223.666C90.0816 224.771 90.4911 225.519 91.1801 225.519C91.8691 225.519 92.2851 224.771 92.2851 223.666ZM94.408 226V221.333H95.032V225.454H97.359V226H94.408ZM98.572 223.666C98.572 222.243 99.2545 221.261 100.275 221.261C101.295 221.261 101.984 222.243 101.984 223.666C101.984 225.09 101.295 226.072 100.275 226.072C99.2545 226.072 98.572 225.09 98.572 223.666ZM101.38 223.666C101.38 222.561 100.964 221.814 100.275 221.814C99.586 221.814 99.1765 222.561 99.1765 223.666C99.1765 224.771 99.586 225.519 100.275 225.519C100.964 225.519 101.38 224.771 101.38 223.666ZM105.96 226V225.304C105.804 225.733 105.407 226.072 104.848 226.072C103.847 226.072 103.119 225.096 103.119 223.679C103.119 222.256 103.88 221.261 104.913 221.261C105.706 221.261 106.226 221.755 106.434 222.555L105.869 222.756C105.732 222.165 105.401 221.814 104.913 221.814C104.218 221.814 103.737 222.568 103.737 223.673C103.737 224.771 104.192 225.512 104.9 225.512C105.498 225.512 105.895 224.953 105.901 224.121H104.829V223.575H106.467V226H105.96ZM111.001 225.454V226H107.738V225.454H109.058V221.879H107.738V221.333H111.001V221.879H109.682V225.454H111.001ZM112.812 223.666C112.812 224.771 113.332 225.519 114.067 225.519C114.587 225.519 114.964 225.168 115.113 224.576L115.698 224.771C115.451 225.577 114.86 226.072 114.067 226.072C112.988 226.072 112.214 225.09 112.214 223.666C112.214 222.243 112.988 221.261 114.067 221.261C114.86 221.261 115.451 221.755 115.698 222.561L115.113 222.756C114.964 222.165 114.587 221.814 114.067 221.814C113.332 221.814 112.812 222.561 112.812 223.666ZM118.101 221.333H118.822L120.285 226H119.654L119.277 224.771H117.633L117.256 226H116.645L118.101 221.333ZM118.452 222.08L117.795 224.225H119.108L118.452 222.08ZM121.693 226V221.333H122.317V225.454H124.644V226H121.693ZM79.8179 231.478L81.0789 229.333H81.7354L80.1234 232.037V234H79.4994V232.037L77.8809 229.333H78.5569L79.8179 231.478ZM82.8444 229.333H85.9579V229.879H83.4554V231.315H85.5809V231.861H83.4554V233.454H85.9579V234H82.8444V229.333ZM88.5423 229.333H89.2638L90.7263 234H90.0958L89.7188 232.771H88.0743L87.6973 234H87.0863L88.5423 229.333ZM88.8933 230.08L88.2368 232.225H89.5498L88.8933 230.08ZM92.5633 232.043V234H91.9393V229.333H93.5773C94.5653 229.333 95.1893 229.794 95.1893 230.685C95.1893 231.413 94.7603 231.868 94.0518 232.004L95.3518 234H94.6368L93.3823 232.043H92.5633ZM92.5633 231.504H93.5383C94.2078 231.504 94.5783 231.211 94.5783 230.685C94.5783 230.158 94.2078 229.872 93.5383 229.872H92.5633V231.504ZM96.1163 233.045L96.6038 232.648C96.8963 233.207 97.4293 233.538 98.0338 233.538C98.6383 233.538 99.0998 233.233 99.0998 232.7C99.0998 232.134 98.5668 232.037 97.8518 231.861C97.1238 231.686 96.3893 231.491 96.3893 230.613C96.3893 229.794 97.1043 229.261 97.9883 229.261C98.8008 229.261 99.3793 229.638 99.6653 230.171L99.1908 230.542C98.9568 230.093 98.5798 229.788 97.9688 229.788C97.4098 229.788 96.9938 230.1 96.9938 230.561C96.9938 231.055 97.4358 231.159 98.0923 231.315C98.8593 231.497 99.7108 231.66 99.7108 232.648C99.7108 233.519 98.9373 234.072 98.0143 234.072C97.2083 234.072 96.4348 233.675 96.1163 233.045ZM105.393 231.666C105.393 230.243 106.076 229.261 107.096 229.261C108.117 229.261 108.806 230.243 108.806 231.666C108.806 233.09 108.117 234.072 107.096 234.072C106.076 234.072 105.393 233.09 105.393 231.666ZM108.201 231.666C108.201 230.561 107.785 229.814 107.096 229.814C106.407 229.814 105.998 230.561 105.998 231.666C105.998 232.771 106.407 233.519 107.096 233.519C107.785 233.519 108.201 232.771 108.201 231.666ZM110.324 234V229.333H110.948V233.454H113.275V234H110.324ZM114.677 234V229.333H115.671C117.082 229.333 117.901 230.243 117.901 231.666C117.901 233.09 117.082 234 115.671 234H114.677ZM115.288 233.46H115.671C116.75 233.46 117.283 232.752 117.283 231.666C117.283 230.574 116.75 229.872 115.665 229.872H115.288V233.46Z" fill="white"/>
9
+ <rect x="188.5" y="112.5" width="147" height="147" rx="15.5" fill="white" fill-opacity="0.1"/>
10
+ <rect x="188.5" y="112.5" width="147" height="147" rx="15.5" stroke="#FEEE5B"/>
11
+ <path d="M252.908 177.864C252.908 169.224 246.86 165.48 241.172 165.48C235.772 165.48 232.244 168.648 231.092 171.24L224.54 170.88L227.924 142.8H257.876V148.92H233.252L231.452 163.752C234.188 161.088 238.364 159.792 242.684 159.792C251.828 159.792 259.82 166.272 259.82 177.792C259.82 189.744 250.964 195.936 241.244 195.936C229.148 195.936 223.676 188.304 222.668 179.88H229.436C230.444 186.432 233.972 190.464 241.244 190.464C247.508 190.464 252.908 185.928 252.908 177.864ZM300.098 155.544C300.098 167.64 287.498 178.368 272.882 188.88H301.538V195H263.954V189.096C282.386 175.488 293.186 165.624 293.186 156.408C293.186 151.008 289.586 147.336 283.394 147.336C277.778 147.336 272.306 150.432 272.162 159.072H265.394C265.25 148.704 272.45 141.864 283.538 141.864C293.186 141.864 300.098 146.76 300.098 155.544Z" fill="#FEEE5B"/>
12
+ <path d="M228.422 216V209.538H230.6C231.968 209.538 232.697 210.141 232.697 211.221C232.697 212.049 232.193 212.463 231.698 212.634C232.436 212.832 232.913 213.399 232.913 214.218C232.913 215.343 232.103 216 230.789 216H228.422ZM229.259 212.31H230.537C231.392 212.31 231.878 211.977 231.878 211.293C231.878 210.6 231.392 210.267 230.537 210.267H229.259V212.31ZM229.259 213.048V215.271H230.753C231.617 215.271 232.085 214.821 232.085 214.155C232.085 213.498 231.617 213.048 230.753 213.048H229.259ZM239.075 215.244V216H234.557V215.244H236.384V210.294H234.557V209.538H239.075V210.294H237.248V215.244H239.075ZM240.754 212.769C240.754 210.798 241.699 209.439 243.112 209.439C244.525 209.439 245.479 210.798 245.479 212.769C245.479 214.74 244.525 216.099 243.112 216.099C241.699 216.099 240.754 214.74 240.754 212.769ZM244.642 212.769C244.642 211.239 244.066 210.204 243.112 210.204C242.158 210.204 241.591 211.239 241.591 212.769C241.591 214.299 242.158 215.334 243.112 215.334C244.066 215.334 244.642 214.299 244.642 212.769ZM247.582 216V209.538H248.446V215.244H251.668V216H247.582ZM253.347 212.769C253.347 210.798 254.292 209.439 255.705 209.439C257.118 209.439 258.072 210.798 258.072 212.769C258.072 214.74 257.118 216.099 255.705 216.099C254.292 216.099 253.347 214.74 253.347 212.769ZM257.235 212.769C257.235 211.239 256.659 210.204 255.705 210.204C254.751 210.204 254.184 211.239 254.184 212.769C254.184 214.299 254.751 215.334 255.705 215.334C256.659 215.334 257.235 214.299 257.235 212.769ZM263.577 216V215.037C263.361 215.631 262.812 216.099 262.038 216.099C260.652 216.099 259.644 214.749 259.644 212.787C259.644 210.816 260.697 209.439 262.128 209.439C263.226 209.439 263.946 210.123 264.234 211.23L263.451 211.509C263.262 210.69 262.803 210.204 262.128 210.204C261.165 210.204 260.499 211.248 260.499 212.778C260.499 214.299 261.129 215.325 262.11 215.325C262.938 215.325 263.487 214.551 263.496 213.399H262.011V212.643H264.279V216H263.577ZM270.557 215.244V216H266.039V215.244H267.866V210.294H266.039V209.538H270.557V210.294H268.73V215.244H270.557ZM273.065 212.769C273.065 214.299 273.785 215.334 274.802 215.334C275.522 215.334 276.044 214.848 276.251 214.029L277.061 214.299C276.719 215.415 275.9 216.099 274.802 216.099C273.308 216.099 272.237 214.74 272.237 212.769C272.237 210.798 273.308 209.439 274.802 209.439C275.9 209.439 276.719 210.123 277.061 211.239L276.251 211.509C276.044 210.69 275.522 210.204 274.802 210.204C273.785 210.204 273.065 211.239 273.065 212.769ZM280.387 209.538H281.386L283.411 216H282.538L282.016 214.299H279.739L279.217 216H278.371L280.387 209.538ZM280.873 210.573L279.964 213.543H281.782L280.873 210.573ZM285.361 216V209.538H286.225V215.244H289.447V216H285.361ZM236.825 223.508L238.571 220.538H239.48L237.248 224.282V227H236.384V224.282L234.143 220.538H235.079L236.825 223.508ZM241.015 220.538H245.326V221.294H241.861V223.283H244.804V224.039H241.861V226.244H245.326V227H241.015V220.538ZM248.905 220.538H249.904L251.929 227H251.056L250.534 225.299H248.257L247.735 227H246.889L248.905 220.538ZM249.391 221.573L248.482 224.543H250.3L249.391 221.573ZM254.472 224.291V227H253.608V220.538H255.876C257.244 220.538 258.108 221.177 258.108 222.41C258.108 223.418 257.514 224.048 256.533 224.237L258.333 227H257.343L255.606 224.291H254.472ZM254.472 223.544H255.822C256.749 223.544 257.262 223.139 257.262 222.41C257.262 221.681 256.749 221.285 255.822 221.285H254.472V223.544ZM259.392 225.677L260.067 225.128C260.472 225.902 261.21 226.361 262.047 226.361C262.884 226.361 263.523 225.938 263.523 225.2C263.523 224.417 262.785 224.282 261.795 224.039C260.787 223.796 259.77 223.526 259.77 222.311C259.77 221.177 260.76 220.439 261.984 220.439C263.109 220.439 263.91 220.961 264.306 221.699L263.649 222.212C263.325 221.591 262.803 221.168 261.957 221.168C261.183 221.168 260.607 221.6 260.607 222.239C260.607 222.923 261.219 223.067 262.128 223.283C263.19 223.535 264.369 223.76 264.369 225.128C264.369 226.334 263.298 227.099 262.02 227.099C260.904 227.099 259.833 226.55 259.392 225.677ZM272.237 223.769C272.237 221.798 273.182 220.439 274.595 220.439C276.008 220.439 276.962 221.798 276.962 223.769C276.962 225.74 276.008 227.099 274.595 227.099C273.182 227.099 272.237 225.74 272.237 223.769ZM276.125 223.769C276.125 222.239 275.549 221.204 274.595 221.204C273.641 221.204 273.074 222.239 273.074 223.769C273.074 225.299 273.641 226.334 274.595 226.334C275.549 226.334 276.125 225.299 276.125 223.769ZM279.064 227V220.538H279.928V226.244H283.15V227H279.064ZM285.091 227V220.538H286.468C288.421 220.538 289.555 221.798 289.555 223.769C289.555 225.74 288.421 227 286.468 227H285.091ZM285.937 226.253H286.468C287.962 226.253 288.7 225.272 288.7 223.769C288.7 222.257 287.962 221.285 286.459 221.285H285.937V226.253Z" fill="#FEEE5B"/>
13
+ <path d="M24 294C24 285.163 31.1634 278 40 278H320C328.837 278 336 285.163 336 294V391C336 399.837 328.837 407 320 407H40C31.1634 407 24 399.837 24 391V294Z" fill="white" fill-opacity="0.05"/>
14
+ <path d="M40 278.25H320C328.698 278.25 335.75 285.302 335.75 294V391C335.75 399.698 328.698 406.75 320 406.75H40C31.3015 406.75 24.25 399.698 24.25 391V294C24.25 285.302 31.3015 278.25 40 278.25Z" stroke="white" stroke-opacity="0.1" stroke-width="0.5"/>
15
+ <path opacity="0.5" d="M289.76 299.769C289.76 297.798 290.705 296.439 292.118 296.439C293.531 296.439 294.485 297.798 294.485 299.769C294.485 301.74 293.531 303.099 292.118 303.099C290.705 303.099 289.76 301.74 289.76 299.769ZM293.648 299.769C293.648 298.239 293.072 297.204 292.118 297.204C291.164 297.204 290.597 298.239 290.597 299.769C290.597 301.299 291.164 302.334 292.118 302.334C293.072 302.334 293.648 301.299 293.648 299.769ZM296.587 303V296.538H297.451V302.244H300.673V303H296.587ZM302.614 303V296.538H303.991C305.944 296.538 307.078 297.798 307.078 299.769C307.078 301.74 305.944 303 303.991 303H302.614ZM303.46 302.253H303.991C305.485 302.253 306.223 301.272 306.223 299.769C306.223 298.257 305.485 297.285 303.982 297.285H303.46V302.253ZM308.91 296.538H313.221V297.294H309.756V299.283H312.699V300.039H309.756V302.244H313.221V303H308.91V296.538ZM316.071 300.291V303H315.207V296.538H317.475C318.843 296.538 319.707 297.177 319.707 298.41C319.707 299.418 319.113 300.048 318.132 300.237L319.932 303H318.942L317.205 300.291H316.071ZM316.071 299.544H317.421C318.348 299.544 318.861 299.139 318.861 298.41C318.861 297.681 318.348 297.285 317.421 297.285H316.071V299.544Z" fill="white"/>
16
+ <line opacity="0.3" x1="40.25" y1="320.75" x2="319.75" y2="320.75" stroke="white" stroke-width="0.5" stroke-linecap="round"/>
17
+ <line opacity="0.3" x1="40.25" y1="342.25" x2="267.75" y2="342.25" stroke="url(#paint1_linear_5531_21327)" stroke-width="0.5" stroke-linecap="round" stroke-dasharray="2 4"/>
18
+ <path opacity="0.5" d="M279.021 339.538H280.02L282.045 346H281.172L280.65 344.299H278.373L277.851 346H277.005L279.021 339.538ZM279.507 340.573L278.598 343.543H280.416L279.507 340.573ZM283.994 346V339.538H284.858V345.244H288.08V346H283.994ZM294.377 345.244V346H289.859V345.244H291.686V340.294H289.859V339.538H294.377V340.294H292.55V345.244H294.377ZM299.989 346V345.037C299.773 345.631 299.224 346.099 298.45 346.099C297.064 346.099 296.056 344.749 296.056 342.787C296.056 340.816 297.109 339.439 298.54 339.439C299.638 339.439 300.358 340.123 300.646 341.23L299.863 341.509C299.674 340.69 299.215 340.204 298.54 340.204C297.577 340.204 296.911 341.248 296.911 342.778C296.911 344.299 297.541 345.325 298.522 345.325C299.35 345.325 299.899 344.551 299.908 343.399H298.423V342.643H300.691V346H299.989ZM306.808 339.538V346H305.998L303.424 340.924V346H302.614V339.538H303.505L305.998 344.398V339.538H306.808ZM308.91 339.538H313.221V340.294H309.756V342.283H312.699V343.039H309.756V345.244H313.221V346H308.91V339.538ZM315.207 346V339.538H316.584C318.537 339.538 319.671 340.798 319.671 342.769C319.671 344.74 318.537 346 316.584 346H315.207ZM316.053 345.253H316.584C318.078 345.253 318.816 344.272 318.816 342.769C318.816 341.257 318.078 340.285 316.575 340.285H316.053V345.253Z" fill="white"/>
19
+ <line opacity="0.3" x1="40.25" y1="363.75" x2="319.75" y2="363.75" stroke="white" stroke-width="0.5" stroke-linecap="round"/>
20
+ <path d="M279.534 385.508L281.28 382.538H282.189L279.957 386.282V389H279.093V386.282L276.852 382.538H277.788L279.534 385.508ZM283.463 385.769C283.463 383.798 284.408 382.439 285.821 382.439C287.234 382.439 288.188 383.798 288.188 385.769C288.188 387.74 287.234 389.099 285.821 389.099C284.408 389.099 283.463 387.74 283.463 385.769ZM287.351 385.769C287.351 384.239 286.775 383.204 285.821 383.204C284.867 383.204 284.3 384.239 284.3 385.769C284.3 387.299 284.867 388.334 285.821 388.334C286.775 388.334 287.351 387.299 287.351 385.769ZM292.118 389.09C290.786 389.09 289.949 388.28 289.949 386.552V382.538H290.813V386.516C290.813 387.776 291.29 388.298 292.118 388.298C292.946 388.298 293.423 387.776 293.423 386.516V382.538H294.287V386.552C294.287 388.28 293.45 389.09 292.118 389.09ZM300.511 382.538V389H299.701L297.127 383.924V389H296.317V382.538H297.208L299.701 387.398V382.538H300.511ZM306.286 389V388.037C306.07 388.631 305.521 389.099 304.747 389.099C303.361 389.099 302.353 387.749 302.353 385.787C302.353 383.816 303.406 382.439 304.837 382.439C305.935 382.439 306.655 383.123 306.943 384.23L306.16 384.509C305.971 383.69 305.512 383.204 304.837 383.204C303.874 383.204 303.208 384.248 303.208 385.778C303.208 387.299 303.838 388.325 304.819 388.325C305.647 388.325 306.196 387.551 306.205 386.399H304.72V385.643H306.988V389H306.286ZM308.91 382.538H313.221V383.294H309.756V385.283H312.699V386.039H309.756V388.244H313.221V389H308.91V382.538ZM316.071 386.291V389H315.207V382.538H317.475C318.843 382.538 319.707 383.177 319.707 384.41C319.707 385.418 319.113 386.048 318.132 386.237L319.932 389H318.942L317.205 386.291H316.071ZM316.071 385.544H317.421C318.348 385.544 318.861 385.139 318.861 384.41C318.861 383.681 318.348 383.285 317.421 383.285H316.071V385.544Z" fill="white"/>
21
+ <path d="M116.003 356.804V355.428H121.091V356.804H116.003ZM130.203 351.652C130.203 352.596 129.755 353.7 128.603 354.324C130.107 354.932 130.555 356.18 130.555 357.236C130.555 359.444 128.715 360.708 126.331 360.708C123.931 360.708 122.091 359.444 122.091 357.236C122.091 356.18 122.539 354.932 124.059 354.324C122.907 353.7 122.459 352.596 122.459 351.652C122.459 349.94 123.947 348.692 126.331 348.692C128.699 348.692 130.203 349.94 130.203 351.652ZM126.331 349.908C124.875 349.908 123.915 350.676 123.915 351.828C123.915 352.996 124.875 353.86 126.331 353.86C127.771 353.86 128.731 352.996 128.731 351.828C128.731 350.676 127.771 349.908 126.331 349.908ZM123.643 357.236C123.643 358.596 124.683 359.492 126.331 359.492C127.963 359.492 129.019 358.596 129.019 357.236C129.019 355.876 127.963 354.932 126.331 354.932C124.683 354.932 123.643 355.876 123.643 357.236ZM141.952 351.892L138.88 360.868C138.256 362.74 137.808 363.3 135.888 363.3H135.136V362.084H135.728C136.688 362.084 137.152 362.02 137.536 360.676L137.6 360.5L134.496 351.892H136.112L138.304 358.532L140.432 351.892H141.952ZM143.601 356.676C143.665 358.532 144.977 359.428 146.257 359.428C147.537 359.428 148.241 358.852 148.609 358.004H150.113C149.713 359.492 148.353 360.708 146.257 360.708C143.537 360.708 142.033 358.756 142.033 356.212C142.033 353.492 143.857 351.748 146.209 351.748C148.833 351.748 150.417 353.956 150.225 356.676H143.601ZM143.617 355.428H148.689C148.657 354.212 147.745 352.996 146.209 352.996C144.913 352.996 143.745 353.7 143.617 355.428ZM151.012 358.228C151.012 356.196 153.3 355.604 156.836 355.204V354.996C156.836 353.428 155.956 352.9 154.884 352.9C153.684 352.9 152.98 353.556 152.916 354.612H151.412C151.556 352.756 153.188 351.716 154.868 351.716C157.236 351.716 158.308 352.852 158.292 355.268L158.276 357.252C158.26 358.692 158.34 359.684 158.5 360.5H157.028C156.98 360.18 156.932 359.828 156.916 359.316C156.388 360.196 155.492 360.708 153.972 360.708C152.356 360.708 151.012 359.812 151.012 358.228ZM156.948 356.356C154.308 356.628 152.628 357.012 152.628 358.196C152.628 359.012 153.252 359.556 154.292 359.556C155.652 359.556 156.948 358.932 156.948 356.9V356.356ZM164.429 353.412C164.125 353.38 163.853 353.348 163.613 353.348C162.269 353.348 161.597 354.1 161.597 355.988V360.5H160.141V351.892H161.565V353.396C161.997 352.42 162.877 351.876 163.997 351.844C164.141 351.844 164.269 351.844 164.429 351.86V353.412ZM170.358 354.404C170.134 353.38 169.334 352.98 168.326 352.98C167.478 352.98 166.518 353.284 166.518 354.068C166.518 354.756 166.998 355.076 167.83 355.236L169.046 355.476C170.614 355.78 171.99 356.372 171.99 358.036C171.99 359.732 170.454 360.708 168.486 360.708C166.23 360.708 164.95 359.22 164.79 357.716H166.326C166.55 358.82 167.238 359.476 168.518 359.476C169.622 359.476 170.518 358.996 170.518 358.196C170.518 357.332 169.702 356.964 168.774 356.772L167.494 356.516C166.326 356.276 165.046 355.732 165.046 354.132C165.046 352.612 166.582 351.732 168.486 351.732C170.342 351.732 171.606 352.772 171.878 354.404H170.358Z" fill="#FEEE5B"/>
22
+ <g filter="url(#filter2_f_5531_21327)">
23
+ <circle cx="144" cy="376" r="40" fill="url(#paint2_radial_5531_21327)" fill-opacity="0.3"/>
24
+ </g>
25
+ <mask id="mask0_5531_21327" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="-40" y="345" width="185" height="40">
26
+ <path d="M144 376.514C144 376.514 116.121 383.997 98.25 384C62.4845 384.005 42.5011 346.273 6.75 354.058C-11.1458 357.955 -39 376.514 -39 376.514" stroke="white"/>
27
+ <circle cx="116.5" cy="382" r="1.5" fill="white"/>
28
+ <circle cx="86.5" cy="382.5" r="1.5" fill="white"/>
29
+ <circle cx="56.5" cy="368" r="1.5" fill="white"/>
30
+ <circle cx="26.5" cy="354.25" r="1.5" fill="white"/>
31
+ </mask>
32
+ <g mask="url(#mask0_5531_21327)">
33
+ <rect x="36" y="301" width="150" height="135" fill="url(#paint3_linear_5531_21327)"/>
34
+ </g>
35
+ <circle opacity="0.3" cx="144" cy="376.5" r="8" fill="white"/>
36
+ <circle cx="144" cy="376.5" r="4" fill="white"/>
37
+ <defs>
38
+ <filter id="filter2_f_5531_21327" x="84" y="316" width="120" height="120" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
39
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
40
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
41
+ <feGaussianBlur stdDeviation="10" result="effect1_foregroundBlur_5531_21327"/>
42
+ </filter>
43
+ <linearGradient id="paint0_linear_5531_21327" x1="180" y1="0" x2="180" y2="431" gradientUnits="userSpaceOnUse">
44
+ <stop stop-color="white"/>
45
+ <stop offset="1" stop-color="white" stop-opacity="0.5"/>
46
+ </linearGradient>
47
+ <linearGradient id="paint1_linear_5531_21327" x1="40" y1="343" x2="268" y2="343" gradientUnits="userSpaceOnUse">
48
+ <stop stop-color="white" stop-opacity="0"/>
49
+ <stop offset="1" stop-color="white"/>
50
+ </linearGradient>
51
+ <radialGradient id="paint2_radial_5531_21327" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(144 376) rotate(90) scale(40)">
52
+ <stop stop-color="#FEF38E"/>
53
+ <stop offset="1" stop-color="#FEF38E" stop-opacity="0"/>
54
+ </radialGradient>
55
+ <linearGradient id="paint3_linear_5531_21327" x1="36" y1="368.5" x2="186" y2="368.5" gradientUnits="userSpaceOnUse">
56
+ <stop stop-color="white" stop-opacity="0"/>
57
+ <stop offset="1" stop-color="white"/>
58
+ </linearGradient>
59
+ </defs>
60
+ </svg>
@@ -0,0 +1,282 @@
1
+ .root {
2
+ display: flex;
3
+ background: url('./assets/bg.jpg') center/cover no-repeat;
4
+ justify-content: center;
5
+ overflow: hidden;
6
+ }
7
+
8
+ .container {
9
+ align-items: center;
10
+ height: 100%;
11
+ position: relative;
12
+ max-width: var(--content-max-width);
13
+ display: flex;
14
+ width: 100%;
15
+ }
16
+
17
+ .headlineContainer {
18
+ height: 100%;
19
+ position: relative;
20
+ margin: 244px 0 212px 120px;
21
+ width: 420px;
22
+ display: flex;
23
+ flex-direction: column;
24
+ }
25
+
26
+ .title {
27
+ width: 430px;
28
+ }
29
+
30
+ .description {
31
+ margin-top: 16px;
32
+ color: var(--color-white);
33
+ }
34
+
35
+ .buttonWrap {
36
+ margin-top: 32px;
37
+ width: fit-content;
38
+ }
39
+
40
+ .mobile {
41
+ display: none;
42
+ }
43
+
44
+ .desktop {
45
+ display: block;
46
+ }
47
+
48
+ .animationContainer {
49
+ position: relative;
50
+ width: 100%;
51
+ height: 840px;
52
+ }
53
+
54
+ @keyframes fadeCycle {
55
+ 0% {
56
+ opacity: 0;
57
+ }
58
+ 5% {
59
+ opacity: 1;
60
+ }
61
+ 33.33% {
62
+ opacity: 1;
63
+ }
64
+ 38.33% {
65
+ opacity: 0;
66
+ }
67
+ 100% {
68
+ opacity: 0;
69
+ }
70
+ }
71
+
72
+ .set1Image,
73
+ .set1Svg,
74
+ .set1Icon,
75
+ .set2Image,
76
+ .set2Svg,
77
+ .set2Icon,
78
+ .set3Image,
79
+ .set3Svg,
80
+ .set3Icon {
81
+ position: absolute;
82
+ opacity: 0;
83
+ animation: fadeCycle 6s infinite;
84
+ animation-timing-function: ease-in-out;
85
+ }
86
+
87
+ .set1Image {
88
+ top: 132px;
89
+ right: 107px;
90
+ bottom: 393px;
91
+ width: 251px;
92
+ height: 315px;
93
+ z-index: 1;
94
+ animation-delay: 0s;
95
+ }
96
+ .set1Svg {
97
+ top: 220px;
98
+ right: 320px;
99
+ bottom: 174px;
100
+ width: 360px;
101
+ height: 448px;
102
+ z-index: 2;
103
+ animation-delay: 0.1s;
104
+ }
105
+ .set1Icon {
106
+ top: 620px;
107
+ bottom: 80px;
108
+ right: 288px;
109
+ width: 140px;
110
+ height: 140px;
111
+ z-index: 3;
112
+ animation-delay: 0.2s;
113
+ }
114
+
115
+ .set2Image {
116
+ top: 303px;
117
+ right: 498px;
118
+ bottom: 285px;
119
+ width: 222px;
120
+ height: 252px;
121
+ z-index: 1;
122
+ animation-delay: 2s;
123
+ }
124
+ .set2Svg {
125
+ top: 220px;
126
+ right: 175px;
127
+ bottom: 177px;
128
+ width: 360px;
129
+ height: 443px;
130
+ z-index: 2;
131
+ animation-delay: 2.1s;
132
+ }
133
+ .set2Icon {
134
+ top: 451px;
135
+ right: 49px;
136
+ bottom: 249px;
137
+ width: 140px;
138
+ height: 140px;
139
+ z-index: 3;
140
+ animation-delay: 2.2s;
141
+ }
142
+
143
+ .set3Image {
144
+ top: 141px;
145
+ right: 404px;
146
+ bottom: 472px;
147
+ width: 308px;
148
+ height: 227px;
149
+ z-index: 1;
150
+ animation-delay: 4s;
151
+ }
152
+ .set3Svg {
153
+ top: 225px;
154
+ right: 119px;
155
+ bottom: 184px;
156
+ width: 360px;
157
+ height: 431px;
158
+ z-index: 2;
159
+ animation-delay: 4.1s;
160
+ }
161
+ .set3Icon {
162
+ top: 594px;
163
+ right: 439px;
164
+ bottom: 106px;
165
+ width: 140px;
166
+ height: 140px;
167
+ z-index: 3;
168
+ animation-delay: 4.2s;
169
+ }
170
+
171
+ @media screen and (width <= 1250px) {
172
+ .container {
173
+ flex-direction: column;
174
+ }
175
+
176
+ .headlineContainer {
177
+ height: 100%;
178
+ position: relative;
179
+ margin: 0;
180
+ margin-top: 60px;
181
+ padding: 0 200px;
182
+ width: 100%;
183
+ min-width: 366px;
184
+ }
185
+
186
+ .animationContainer{
187
+ height: 459px;
188
+ align-items: center;
189
+ justify-content: center;
190
+ }
191
+
192
+ .title {
193
+ width: 100%;
194
+ }
195
+
196
+ .description {
197
+ margin-top: 16px;
198
+ margin-bottom: 24px;
199
+ width: 100%;
200
+ text-align: left;
201
+ }
202
+
203
+ .buttonWrap {
204
+ margin: 0;
205
+ align-self: flex-start;
206
+ }
207
+
208
+ .mobile {
209
+ display: block;
210
+ }
211
+ .desktop {
212
+ display: none;
213
+ }
214
+
215
+ .set1Image {
216
+ top: 40px;
217
+ right: calc(50% - 190px);
218
+ width: 126px;
219
+ height: auto;
220
+ }
221
+
222
+ .set1Svg,
223
+ .set2Svg,
224
+ .set3Svg {
225
+ justify-self: center;
226
+ inset: 0;
227
+ position: absolute;
228
+ top: 64px;
229
+ width: 243px;
230
+ height: auto;
231
+ }
232
+
233
+ .set1Icon {
234
+ top: 331px;
235
+ left: calc(50% + 73.5px);
236
+ width: 70px;
237
+ height: 70px;
238
+ }
239
+
240
+ .set2Image {
241
+ top: 253px;
242
+ left: calc(50% - 201px);
243
+ width: 125px;
244
+ height: auto;
245
+ }
246
+
247
+ .set2Icon {
248
+ top: 96px;
249
+ left: calc(50% + 109px);
250
+ width: 70px;
251
+ height: 70px;
252
+ }
253
+
254
+ .set3Image {
255
+ top: 40px;
256
+ left: calc(50% + 79.5px);
257
+ width: 154px;
258
+ height: auto;
259
+ }
260
+
261
+ .set3Icon {
262
+ top: 341px;
263
+ left: calc(50% - 167px);
264
+ width: 70px;
265
+ height: 70px;
266
+ }
267
+ }
268
+
269
+ @media screen and (width <= 768px) {
270
+ .container {
271
+ padding: 0 20px;
272
+ max-height: 890px;
273
+ }
274
+
275
+ .headlineContainer {
276
+ padding: 0;
277
+ width: 100%;
278
+ min-width: 308px;
279
+ margin: 0;
280
+ margin-top: 104px;
281
+ }
282
+ }