@hhgtech/hhg-components 1.29.412 → 1.29.414

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 (531) hide show
  1. package/build/{InputDate-050c3b98.js → InputDate-2450cdc3.js} +3 -3
  2. package/build/{LastPeriod-d8eac353.js → LastPeriod-f7a00767.js} +1 -1
  3. package/build/{MobileBottomNavigationIcon-ecda6014.js → MobileBottomNavigationIcon-2c2925fa.js} +3 -3
  4. package/build/{Spinner-4ef13d55.js → Spinner-2d6176f4.js} +1 -1
  5. package/build/{WhatsApp-d12dbb72.js → WhatsApp-b59cf4a4.js} +1 -1
  6. package/build/adapters.js +22 -21
  7. package/build/atoms.js +54 -53
  8. package/build/babyGrowth.js +84 -83
  9. package/build/cache.js +2 -2
  10. package/build/care/components/organisms/bookingSearchBar/mobileTopbar/index.styled.d.ts +2 -1
  11. package/build/care/components/organisms/bookingSearchBar/resultSection/index.styled.d.ts +2 -1
  12. package/build/care/components/organisms/bookingSearchBar/resultSectionItem/index.styled.d.ts +2 -1
  13. package/build/care.js +17 -17
  14. package/build/careBookingSearchBar.js +14 -14
  15. package/build/careBookingSearchBarV2.js +15 -15
  16. package/build/components/atoms/icons/CheckboxWithState.d.ts +4 -0
  17. package/build/components/atoms/icons/RadioWithState.d.ts +4 -0
  18. package/build/components/mantine/button/index.styles.d.ts +2 -0
  19. package/build/components/mantine/index.d.ts +3 -2
  20. package/build/components/mantine/provider/index.d.ts +3 -1
  21. package/build/components/mantine/text/index.d.ts +3 -2
  22. package/build/components/mantine/text/index.styles.d.ts +2 -0
  23. package/build/components/mantine/theme/button.d.ts +3 -1
  24. package/build/components/mantine/theme/colors.d.ts +34 -0
  25. package/build/components/mantine/theme/heading.d.ts +9 -8
  26. package/build/components/mantine/theme/index.d.ts +2 -2
  27. package/build/components/mantine/theme/text.d.ts +182 -86
  28. package/build/components/mantine/theme/{other.d.ts → types.d.ts} +6 -3
  29. package/build/components/molecules/sidemenu/menuLink.d.ts +1 -1
  30. package/build/components/molecules/tabs/index.d.ts +1 -1
  31. package/build/components.js +147 -146
  32. package/build/{constants-68ffa0a7.js → constants-e73c3489.js} +1 -1
  33. package/build/constants.js +3 -3
  34. package/build/constantsDomainLocales.js +1 -1
  35. package/build/constantsRiskScreener.js +2 -2
  36. package/build/constantsSite.js +2 -2
  37. package/build/{core-08d35da6.js → core-142f47f1.js} +1 -1
  38. package/build/{dataTransform-8735bb15.js → dataTransform-336e13af.js} +1 -1
  39. package/build/ecom.js +4 -4
  40. package/build/{editor-6a69db83.js → editor-34cb2766.js} +11 -11
  41. package/build/embeddedHeathToolCards_babyGrowth.js +26 -25
  42. package/build/embeddedHeathToolCards_babyPoop.js +22 -21
  43. package/build/embeddedHeathToolCards_babyVaccine.js +25 -24
  44. package/build/embeddedHeathToolCards_bmi_bmi.js +28 -27
  45. package/build/embeddedHeathToolCards_bmrBmr.js +28 -27
  46. package/build/embeddedHeathToolCards_dueDate_dueDate.js +25 -24
  47. package/build/embeddedHeathToolCards_ovulation_ovulation.js +25 -24
  48. package/build/embeddedHeathToolCards_pwg_pwg.js +29 -28
  49. package/build/embeddedHeathToolCards_targetHeartRate.js +30 -29
  50. package/build/esm/{InputDate-a397eb15.js → InputDate-d7a62dfe.js} +3 -3
  51. package/build/esm/{LastPeriod-c1f54346.js → LastPeriod-ecf2b009.js} +1 -1
  52. package/build/esm/{MobileBottomNavigationIcon-3fc879af.js → MobileBottomNavigationIcon-9343f89b.js} +3 -3
  53. package/build/esm/{Spinner-af4dac52.js → Spinner-bb8cf11c.js} +1 -1
  54. package/build/esm/{WhatsApp-fa0aca07.js → WhatsApp-2b1acb81.js} +1 -1
  55. package/build/esm/adapters.js +22 -21
  56. package/build/esm/atoms.js +50 -49
  57. package/build/esm/babyGrowth.js +84 -83
  58. package/build/esm/cache.js +2 -2
  59. package/build/esm/care/components/organisms/bookingSearchBar/mobileTopbar/index.styled.d.ts +2 -1
  60. package/build/esm/care/components/organisms/bookingSearchBar/resultSection/index.styled.d.ts +2 -1
  61. package/build/esm/care/components/organisms/bookingSearchBar/resultSectionItem/index.styled.d.ts +2 -1
  62. package/build/esm/care.js +17 -17
  63. package/build/esm/careBookingSearchBar.js +14 -14
  64. package/build/esm/careBookingSearchBarV2.js +15 -15
  65. package/build/esm/components/atoms/icons/CheckboxWithState.d.ts +4 -0
  66. package/build/esm/components/atoms/icons/RadioWithState.d.ts +4 -0
  67. package/build/esm/components/mantine/button/index.styles.d.ts +2 -0
  68. package/build/esm/components/mantine/index.d.ts +3 -2
  69. package/build/esm/components/mantine/provider/index.d.ts +3 -1
  70. package/build/esm/components/mantine/text/index.d.ts +3 -2
  71. package/build/esm/components/mantine/text/index.styles.d.ts +2 -0
  72. package/build/esm/components/mantine/theme/button.d.ts +3 -1
  73. package/build/esm/components/mantine/theme/colors.d.ts +34 -0
  74. package/build/esm/components/mantine/theme/heading.d.ts +9 -8
  75. package/build/esm/components/mantine/theme/index.d.ts +2 -2
  76. package/build/esm/components/mantine/theme/text.d.ts +182 -86
  77. package/build/esm/components/mantine/theme/{other.d.ts → types.d.ts} +6 -3
  78. package/build/esm/components/molecules/sidemenu/menuLink.d.ts +1 -1
  79. package/build/esm/components/molecules/tabs/index.d.ts +1 -1
  80. package/build/esm/components.js +99 -98
  81. package/build/esm/{constants-3b006ffc.js → constants-c1f4a1a2.js} +1 -1
  82. package/build/esm/constants.js +3 -3
  83. package/build/esm/constantsDomainLocales.js +1 -1
  84. package/build/esm/constantsRiskScreener.js +2 -2
  85. package/build/esm/constantsSite.js +2 -2
  86. package/build/esm/{core-048098b1.js → core-4e16b9f7.js} +1 -1
  87. package/build/esm/{dataTransform-5210bfbf.js → dataTransform-7a8ce18a.js} +1 -1
  88. package/build/esm/ecom.js +4 -4
  89. package/build/esm/{editor-0fe43a0c.js → editor-0f2e51a6.js} +11 -11
  90. package/build/esm/embeddedHeathToolCards_babyGrowth.js +26 -25
  91. package/build/esm/embeddedHeathToolCards_babyPoop.js +22 -21
  92. package/build/esm/embeddedHeathToolCards_babyVaccine.js +25 -24
  93. package/build/esm/embeddedHeathToolCards_bmi_bmi.js +28 -27
  94. package/build/esm/embeddedHeathToolCards_bmrBmr.js +28 -27
  95. package/build/esm/embeddedHeathToolCards_dueDate_dueDate.js +25 -24
  96. package/build/esm/embeddedHeathToolCards_ovulation_ovulation.js +25 -24
  97. package/build/esm/embeddedHeathToolCards_pwg_pwg.js +29 -28
  98. package/build/esm/embeddedHeathToolCards_targetHeartRate.js +30 -29
  99. package/build/esm/footer.js +23 -22
  100. package/build/esm/gAssets.js +2 -2
  101. package/build/esm/{healthTools-d95598ce.js → healthTools-17e63b68.js} +1 -1
  102. package/build/esm/healthToolsCardWrapper.js +21 -20
  103. package/build/esm/healthToolsForm.js +35 -34
  104. package/build/esm/hooks.js +13 -13
  105. package/build/esm/i18n.js +2 -2
  106. package/build/esm/i18nV2.js +2 -2
  107. package/build/esm/{index-87d45976.js → index-0a6fc41a.js} +2 -2
  108. package/build/esm/{index-98b5cc11.js → index-0d505406.js} +17 -17
  109. package/build/esm/{index-36afd739.js → index-1215bc9f.js} +1 -1
  110. package/build/esm/{index-ea331c39.js → index-18cf2cbc.js} +17 -17
  111. package/build/esm/{index-2089b25f.js → index-1ba37571.js} +7 -7
  112. package/build/esm/{index-b60a6767.js → index-20a5bb17.js} +13 -16
  113. package/build/esm/{index-5c0af49f.js → index-21b14232.js} +10 -10
  114. package/build/esm/{index-1ca65f72.js → index-223dd26f.js} +15 -17
  115. package/build/esm/{index-bd62f124.js → index-233138ba.js} +2 -2
  116. package/build/esm/{index-f5d76578.js → index-2953a674.js} +2 -2
  117. package/build/esm/{index-a7522c77.js → index-2a289da8.js} +807 -945
  118. package/build/esm/{index-d01cc3c0.js → index-2cbb6421.js} +4 -4
  119. package/build/esm/{index-84c15ff7.js → index-32350ec1.js} +25 -25
  120. package/build/esm/{index-fac45100.js → index-3559c4ea.js} +13 -13
  121. package/build/esm/{index-e09205c9.js → index-3b56ed67.js} +6 -6
  122. package/build/esm/{index-7e1d614a.js → index-3d8ec525.js} +1 -1
  123. package/build/esm/{index-9d9176cc.js → index-420665a0.js} +7 -7
  124. package/build/esm/{index-9ea9b1ac.js → index-42d152dd.js} +16 -16
  125. package/build/esm/{index-faef15c4.js → index-42f52871.js} +2 -2
  126. package/build/esm/{index-f0d77c88.js → index-452051cb.js} +5 -5
  127. package/build/esm/{index-63c03aa6.js → index-4afdc75d.js} +16 -16
  128. package/build/esm/{index-700fbbc5.js → index-4d6ab67c.js} +13 -13
  129. package/build/esm/{index-9e778586.js → index-4ddab84e.js} +3 -3
  130. package/build/esm/{index-b1cef5d0.js → index-4ed9d391.js} +17 -18
  131. package/build/esm/{index-dff5db0e.js → index-613a8cfa.js} +2 -2
  132. package/build/esm/{index-365fd420.js → index-6430b388.js} +1 -1
  133. package/build/esm/{index-33967b7e.js → index-6482e49b.js} +1 -1
  134. package/build/esm/{index-59d2c11c.js → index-663490b0.js} +4 -4
  135. package/build/esm/{index-8d84d37f.js → index-664a450d.js} +6 -6
  136. package/build/esm/index-6ae951d5.js +669 -0
  137. package/build/esm/{index-8a9332e6.js → index-6af0e302.js} +22 -22
  138. package/build/esm/{index-8d61d08b.js → index-6c6bf90f.js} +3 -3
  139. package/build/esm/{index-db040d60.js → index-6e8d7d0b.js} +11 -11
  140. package/build/esm/{index-e0c4aadd.js → index-71de2bcc.js} +1 -1
  141. package/build/esm/{index-07fe24ae.js → index-76e673c7.js} +32 -31
  142. package/build/esm/{index-601b8341.js → index-77532f63.js} +3 -3
  143. package/build/esm/{index-8504cfa5.js → index-799489a8.js} +2 -2
  144. package/build/esm/{index-015e9122.js → index-7f1ed00b.js} +3 -3
  145. package/build/esm/{index-44c542f0.js → index-80f8dfd1.js} +6 -6
  146. package/build/esm/{index-cbe4e020.js → index-871dee36.js} +3 -3
  147. package/build/esm/{index-5e194d86.js → index-8b39751d.js} +41 -21
  148. package/build/esm/{index-fca2ef66.js → index-908c9e0d.js} +1 -1
  149. package/build/esm/{index-a2c172d5.js → index-9220423b.js} +5 -5
  150. package/build/esm/{index-fef96a07.js → index-92ed0334.js} +22 -39
  151. package/build/esm/{index-b9defebb.js → index-95bec2a3.js} +3 -3
  152. package/build/esm/{index-39c83479.js → index-a0a5a00b.js} +1 -1
  153. package/build/esm/{index-c40ac7a6.js → index-a3514fcc.js} +15 -18
  154. package/build/esm/{index-0fdd7bb2.js → index-a3e2216d.js} +15 -15
  155. package/build/esm/{index-afa0d541.js → index-a5768260.js} +31 -8
  156. package/build/esm/{index-568f39ce.js → index-a73bd578.js} +2 -2
  157. package/build/esm/{index-2c618a1f.js → index-a807bf74.js} +17 -17
  158. package/build/esm/{index-72704f59.js → index-ade3e4b4.js} +13 -13
  159. package/build/esm/{index-bd4445c1.js → index-aebb1ac3.js} +6 -6
  160. package/build/esm/{index-1939f39d.js → index-b3dbab58.js} +32 -32
  161. package/build/esm/{index-9273a049.js → index-b79e3e8d.js} +2 -2
  162. package/build/esm/index-b9b69385.js +15 -0
  163. package/build/esm/{index-e36bd2db.js → index-c0f27429.js} +2 -2
  164. package/build/esm/{index-37282487.js → index-c2e91e69.js} +2 -2
  165. package/build/esm/{index-9f64f09d.js → index-cc3edb30.js} +2 -2
  166. package/build/esm/{index-d2902ede.js → index-cf0a3778.js} +13 -13
  167. package/build/esm/{index-b7f10e2c.js → index-d6ec7353.js} +2 -2
  168. package/build/esm/{index-4ea64ca5.js → index-ddb0580e.js} +30 -30
  169. package/build/esm/{index-001a6be5.js → index-e053201b.js} +2 -2
  170. package/build/esm/{index-9ba30d51.js → index-eb241484.js} +24 -24
  171. package/build/esm/{index-35fdd8ae.js → index-ee39db81.js} +6 -6
  172. package/build/esm/{index-e209f26d.js → index-ef13fcdb.js} +13 -16
  173. package/build/esm/{index-c5d23745.js → index-f8759bee.js} +1 -1
  174. package/build/esm/{useScreenSize-eed7f4a5.js → index-f880dc21.js} +19 -19
  175. package/build/esm/index.css +1 -1
  176. package/build/esm/index.js +120 -119
  177. package/build/esm/{labelSorting-dc5f21a2.js → labelSorting-6a07a56f.js} +4 -4
  178. package/build/esm/lead/components/close.d.ts +1 -1
  179. package/build/esm/lead.css +1 -1
  180. package/build/esm/lead.js +111 -142
  181. package/build/esm/{logoIcon-9b69e009.js → logoIcon-c2c6fe01.js} +2 -2
  182. package/build/esm/mantine.js +32 -39
  183. package/build/esm/misc.js +20 -19
  184. package/build/esm/miscGetDynamicHealthTool.js +4 -4
  185. package/build/esm/miscGetSocialList.js +8 -8
  186. package/build/esm/miscScreenSizeContext.js +1 -1
  187. package/build/esm/mobileBottomNavigation.js +5 -5
  188. package/build/esm/mobileBottomNavigationIcon.js +5 -5
  189. package/build/esm/molecules.js +76 -75
  190. package/build/esm/moleculesArticleCard.js +6 -6
  191. package/build/esm/moleculesArticleCardV2.js +18 -17
  192. package/build/esm/navigation.js +49 -48
  193. package/build/esm/navigationLogoutPopup.js +11 -9
  194. package/build/esm/navigationProfileButton.js +28 -27
  195. package/build/esm/onboardingV2.js +31 -30
  196. package/build/esm/organisms.js +53 -52
  197. package/build/esm/{post-dff7287c.js → post-e546d5d4.js} +2 -2
  198. package/build/esm/profileNavigation.js +21 -20
  199. package/build/esm/progressBar.js +1 -1
  200. package/build/esm/pwg.js +24 -23
  201. package/build/esm/shared-887e5430.js +3 -0
  202. package/build/esm/ssoV2.js +31 -30
  203. package/build/esm/{store-691b7b66.js → store-b4a996e2.js} +3 -3
  204. package/build/esm/subot.js +37 -36
  205. package/build/esm/surveyOrPremiumBanner.js +36 -35
  206. package/build/esm/surveyQuestionCard.js +11 -10
  207. package/build/esm/{surveyThankyouCard-718527ee.js → surveyThankyouCard-55874e25.js} +5 -5
  208. package/build/esm/text-48aef61b.js +202 -0
  209. package/build/esm/together.js +58 -57
  210. package/build/esm/togetherApiUtils.js +4 -4
  211. package/build/esm/togetherAtoms.js +32 -31
  212. package/build/esm/togetherComponentGlobalContext.js +4 -4
  213. package/build/esm/togetherMolecules.js +52 -51
  214. package/build/esm/togetherMoleculesCardAuthor.js +29 -28
  215. package/build/esm/togetherMoleculesPostImagePreview.js +11 -11
  216. package/build/esm/togetherMoleculesProfileDetail.js +40 -39
  217. package/build/esm/togetherOrganisms.js +52 -51
  218. package/build/esm/togetherRichTextEditor.js +18 -17
  219. package/build/esm/togetherShareBox.js +10 -10
  220. package/build/esm/{translationsProvider-fee5f1e1.js → translationsProvider-83c169fa.js} +1 -1
  221. package/build/esm/{treePopoverMenu-7dd4bd02.js → treePopoverMenu-0ff56700.js} +19 -19
  222. package/build/esm/{types-e479153e.js → types-d9fe3189.js} +2 -2
  223. package/build/esm/types.js +2 -2
  224. package/build/esm/{useCategory-a159da08.js → useCategory-3973a193.js} +5 -5
  225. package/build/esm/{useHealthToolCache-ca61c89c.js → useHealthToolCache-c58ca506.js} +1 -1
  226. package/build/esm/{usePlacesAutocomplete-bbed7fea.js → usePlacesAutocomplete-dba4a9a1.js} +1 -1
  227. package/build/esm/useTogetherAuthRequiredAction.js +10 -10
  228. package/build/esm/{utils-00bb41b4.js → utils-571711a7.js} +2 -2
  229. package/build/esm/{utils-6c603afa.js → utils-88e98fd0.js} +3 -3
  230. package/build/esm/{utils-73894024.js → utils-af71a160.js} +5 -5
  231. package/build/esm/{utils-3508f6c6.js → utils-ff9d08dd.js} +2 -2
  232. package/build/esm/vaccination.js +22 -21
  233. package/build/footer.js +23 -22
  234. package/build/gAssets.js +2 -2
  235. package/build/{healthTools-49358f01.js → healthTools-8fcbf9cb.js} +1 -1
  236. package/build/healthToolsCardWrapper.js +21 -20
  237. package/build/healthToolsForm.js +35 -34
  238. package/build/hooks.js +13 -13
  239. package/build/i18n.js +2 -2
  240. package/build/i18nV2.js +1 -1
  241. package/build/{index-b238826a.js → index-002cff3a.js} +41 -41
  242. package/build/{index-43f29f18.js → index-02a489d8.js} +2 -2
  243. package/build/{index-af146ae2.js → index-050b9c5b.js} +2 -2
  244. package/build/{index-d23ad607.js → index-097b73ee.js} +2 -2
  245. package/build/{index-a8456f12.js → index-0c674f5d.js} +13 -16
  246. package/build/{index-81d87d77.js → index-0d874567.js} +30 -30
  247. package/build/{index-468ae1bf.js → index-14d583f2.js} +2 -2
  248. package/build/{index-ee291a90.js → index-18387a84.js} +15 -17
  249. package/build/{index-9dc3cf83.js → index-1c843fb8.js} +3 -3
  250. package/build/{index-482bf0a1.js → index-204a2ad8.js} +6 -6
  251. package/build/{index-a6474006.js → index-2b50e942.js} +1 -1
  252. package/build/{index-62140f27.js → index-2f16facd.js} +11 -11
  253. package/build/{index-7e29c07c.js → index-32ff06ec.js} +20 -20
  254. package/build/{index-895e83ee.js → index-33e29259.js} +3 -3
  255. package/build/{index-df8918f3.js → index-3652c464.js} +1 -1
  256. package/build/{index-7c8799d9.js → index-3b64494c.js} +1 -1
  257. package/build/{index-d017a3ec.js → index-3ca3ddbf.js} +15 -15
  258. package/build/{index-17c04df4.js → index-3f4406de.js} +50 -50
  259. package/build/{index-25d3b7eb.js → index-40eae545.js} +17 -17
  260. package/build/{index-8a8068de.js → index-49973bc7.js} +5 -5
  261. package/build/{index-49bb2821.js → index-605988c9.js} +2 -2
  262. package/build/{index-3ed49193.js → index-632f001a.js} +70 -50
  263. package/build/{index-ffaea179.js → index-6526eafd.js} +2 -2
  264. package/build/{index-de28b889.js → index-67d60135.js} +2 -2
  265. package/build/{useScreenSize-ef9730fc.js → index-68615221.js} +19 -19
  266. package/build/{index-97c0d203.js → index-6a6f0306.js} +13 -16
  267. package/build/{index-e276d20f.js → index-6c909f71.js} +1 -1
  268. package/build/index-6d3687b7.js +700 -0
  269. package/build/{index-43c6976f.js → index-72dfeaab.js} +36 -36
  270. package/build/index-7371e42a.js +21 -0
  271. package/build/{index-99162e0d.js → index-7eca4986.js} +2 -2
  272. package/build/{index-438f2856.js → index-7f031a12.js} +1 -1
  273. package/build/{index-9e7a0889.js → index-84832bc4.js} +15 -18
  274. package/build/{index-d8ee7a10.js → index-85aea174.js} +3 -3
  275. package/build/{index-d12198fb.js → index-8c965662.js} +7 -7
  276. package/build/{index-368ea320.js → index-8d49789b.js} +22 -22
  277. package/build/{index-cf458655.js → index-9368aafc.js} +32 -32
  278. package/build/{index-79354918.js → index-98602f9c.js} +2 -2
  279. package/build/{index-59a02633.js → index-992eb4a3.js} +2 -2
  280. package/build/{index-7b49e9f3.js → index-a167563e.js} +3 -3
  281. package/build/{index-81c4c9ee.js → index-a1ebbcf2.js} +2 -2
  282. package/build/{index-2cc96332.js → index-a4d319f4.js} +4 -4
  283. package/build/{index-25820255.js → index-ab0aecdf.js} +13 -13
  284. package/build/{index-fb2f1a4c.js → index-adb92a94.js} +13 -13
  285. package/build/{index-30c3e364.js → index-b4ffee63.js} +17 -18
  286. package/build/{index-4f2ecce1.js → index-b823faed.js} +1 -1
  287. package/build/{index-74928530.js → index-b955105d.js} +3 -3
  288. package/build/{index-3dca410d.js → index-b9d7f71f.js} +32 -31
  289. package/build/{index-84f06111.js → index-c3db379e.js} +2 -2
  290. package/build/{index-e602b33e.js → index-c5f6b721.js} +17 -17
  291. package/build/{index-3a2b0cef.js → index-c7f729c9.js} +8 -8
  292. package/build/{index-292a1385.js → index-cd8dbd4b.js} +7 -7
  293. package/build/{index-b1ed7d73.js → index-d52172cd.js} +13 -13
  294. package/build/{index-fb442ba6.js → index-d62fced9.js} +807 -947
  295. package/build/{index-4780c25d.js → index-d75145b9.js} +13 -13
  296. package/build/{index-374fadd8.js → index-dbb95235.js} +5 -5
  297. package/build/{index-095ca3e4.js → index-dcddc40b.js} +12 -12
  298. package/build/{index-4e48e227.js → index-df0bb039.js} +4 -4
  299. package/build/{index-6d7ef25c.js → index-e09c89e1.js} +3 -3
  300. package/build/{index-201f9242.js → index-e274b7a0.js} +2 -2
  301. package/build/{index-dfd15d6f.js → index-e5454498.js} +31 -8
  302. package/build/{index-82b5a71c.js → index-e9201988.js} +1 -1
  303. package/build/{index-f6c64fbc.js → index-e9faf187.js} +17 -17
  304. package/build/{index-4c60f155.js → index-f29e9558.js} +2 -2
  305. package/build/{index-f47a61da.js → index-f3a410ea.js} +22 -40
  306. package/build/{index-939160d7.js → index-f46f9b08.js} +10 -10
  307. package/build/{index-3da5fe24.js → index-f54ae3b8.js} +6 -6
  308. package/build/{index-944f1676.js → index-f985b319.js} +64 -64
  309. package/build/index.css +1 -1
  310. package/build/index.js +190 -189
  311. package/build/{labelSorting-a03d271f.js → labelSorting-cc600168.js} +4 -4
  312. package/build/lead/components/close.d.ts +1 -1
  313. package/build/lead.css +1 -1
  314. package/build/lead.js +117 -148
  315. package/build/{logoIcon-d3f66369.js → logoIcon-0a117d46.js} +3 -3
  316. package/build/mantine.js +44 -43
  317. package/build/misc.js +26 -25
  318. package/build/miscGetDynamicHealthTool.js +4 -4
  319. package/build/miscGetSocialList.js +8 -8
  320. package/build/miscScreenSizeContext.js +1 -1
  321. package/build/mobileBottomNavigation.js +5 -5
  322. package/build/mobileBottomNavigationIcon.js +5 -5
  323. package/build/molecules.js +76 -75
  324. package/build/moleculesArticleCard.js +6 -6
  325. package/build/moleculesArticleCardV2.js +33 -32
  326. package/build/navigation.js +49 -48
  327. package/build/navigationLogoutPopup.js +11 -9
  328. package/build/navigationProfileButton.js +28 -27
  329. package/build/onboardingV2.js +54 -53
  330. package/build/organisms.js +53 -52
  331. package/build/{post-32346ccc.js → post-52f54e2f.js} +2 -2
  332. package/build/profileNavigation.js +21 -20
  333. package/build/progressBar.js +1 -1
  334. package/build/pwg.js +24 -23
  335. package/build/shared-a2f1ce7d.js +5 -0
  336. package/build/ssoV2.js +112 -111
  337. package/build/{store-97ab25f7.js → store-e689152a.js} +3 -3
  338. package/build/subot.js +36 -35
  339. package/build/surveyOrPremiumBanner.js +36 -35
  340. package/build/surveyQuestionCard.js +11 -10
  341. package/build/{surveyThankyouCard-e80dfdb8.js → surveyThankyouCard-c43b12d8.js} +5 -5
  342. package/build/text-af5ab4c9.js +204 -0
  343. package/build/together.js +58 -57
  344. package/build/togetherApiUtils.js +4 -4
  345. package/build/togetherAtoms.js +32 -31
  346. package/build/togetherComponentGlobalContext.js +4 -4
  347. package/build/togetherMolecules.js +52 -51
  348. package/build/togetherMoleculesCardAuthor.js +29 -28
  349. package/build/togetherMoleculesPostImagePreview.js +11 -11
  350. package/build/togetherMoleculesProfileDetail.js +40 -39
  351. package/build/togetherOrganisms.js +52 -51
  352. package/build/togetherRichTextEditor.js +18 -17
  353. package/build/togetherShareBox.js +17 -17
  354. package/build/{translationsProvider-8c76e607.js → translationsProvider-bc9d804c.js} +1 -1
  355. package/build/{treePopoverMenu-3c46dd11.js → treePopoverMenu-3e0404a8.js} +47 -47
  356. package/build/{types-ffa2a8d1.js → types-77be4eec.js} +2 -2
  357. package/build/types.js +2 -2
  358. package/build/{useCategory-bf48dbe0.js → useCategory-f29c91a5.js} +5 -5
  359. package/build/{useHealthToolCache-65373b2a.js → useHealthToolCache-1c9fd3c3.js} +1 -1
  360. package/build/{usePlacesAutocomplete-8009194f.js → usePlacesAutocomplete-f35d6e60.js} +1 -1
  361. package/build/useTogetherAuthRequiredAction.js +10 -10
  362. package/build/{utils-de59f73c.js → utils-011c0e91.js} +2 -2
  363. package/build/{utils-34d35c0b.js → utils-6bdfb61a.js} +3 -3
  364. package/build/{utils-92f9d995.js → utils-83c71cbf.js} +5 -5
  365. package/build/{utils-a4253ffb.js → utils-9bc02405.js} +2 -2
  366. package/build/vaccination.js +35 -34
  367. package/package.json +2 -2
  368. package/build/components/mantine/text/index.styled.d.ts +0 -4
  369. package/build/esm/components/mantine/text/index.styled.d.ts +0 -4
  370. package/build/esm/other-41d99308.js +0 -103
  371. package/build/esm/useMantineLocale-8b661839.js +0 -156
  372. package/build/other-90dc0ef3.js +0 -105
  373. package/build/useMantineLocale-afc855ad.js +0 -187
  374. /package/build/{BMI_BOYS.percentile.monthly-42a59ae0.js → BMI_BOYS.percentile.monthly-b4faa860.js} +0 -0
  375. /package/build/{BMI_BOYS.percentile.weekly-786b085f.js → BMI_BOYS.percentile.weekly-3ba814df.js} +0 -0
  376. /package/build/{BMI_BOYS.percentile.yearly-8d85af07.js → BMI_BOYS.percentile.yearly-f4338b7a.js} +0 -0
  377. /package/build/{BMI_BOYS.zscore.monthly-f03b5ac4.js → BMI_BOYS.zscore.monthly-66d8b375.js} +0 -0
  378. /package/build/{BMI_BOYS.zscore.weekly-57a34b0c.js → BMI_BOYS.zscore.weekly-137023bb.js} +0 -0
  379. /package/build/{BMI_BOYS.zscore.yearly-b17a808a.js → BMI_BOYS.zscore.yearly-a9a22b26.js} +0 -0
  380. /package/build/{BMI_GIRLS.percentile.monthly-1449b225.js → BMI_GIRLS.percentile.monthly-40d3eee1.js} +0 -0
  381. /package/build/{BMI_GIRLS.percentile.weekly-af3d3e8c.js → BMI_GIRLS.percentile.weekly-9952207b.js} +0 -0
  382. /package/build/{BMI_GIRLS.percentile.yearly-d00e4338.js → BMI_GIRLS.percentile.yearly-15acf170.js} +0 -0
  383. /package/build/{BMI_GIRLS.zscore.monthly-d972f7f6.js → BMI_GIRLS.zscore.monthly-045a1f3f.js} +0 -0
  384. /package/build/{BMI_GIRLS.zscore.weekly-36099de8.js → BMI_GIRLS.zscore.weekly-e6706011.js} +0 -0
  385. /package/build/{BMI_GIRLS.zscore.yearly-ff391053.js → BMI_GIRLS.zscore.yearly-59219080.js} +0 -0
  386. /package/build/{ChevronDown-b65c2286.js → ChevronDown-c0ebcad8.js} +0 -0
  387. /package/build/{Close-7060ba30.js → Close-8822588e.js} +0 -0
  388. /package/build/{Google-003af1c7.js → Google-52c1192f.js} +0 -0
  389. /package/build/{HEAD CIRCUM_BOYS.percentile.monthly-e36b7ae0.js → HEAD CIRCUM_BOYS.percentile.monthly-0c543b9e.js} +0 -0
  390. /package/build/{HEAD CIRCUM_BOYS.percentile.weekly-5ddace97.js → HEAD CIRCUM_BOYS.percentile.weekly-1454c62c.js} +0 -0
  391. /package/build/{HEAD CIRCUM_BOYS.percentile.yearly-aeca6a6a.js → HEAD CIRCUM_BOYS.percentile.yearly-14221a61.js} +0 -0
  392. /package/build/{HEAD CIRCUM_BOYS.zscore.monthly-a95e3b86.js → HEAD CIRCUM_BOYS.zscore.monthly-6adc1056.js} +0 -0
  393. /package/build/{HEAD CIRCUM_BOYS.zscore.weekly-02dfc8c2.js → HEAD CIRCUM_BOYS.zscore.weekly-f69c08eb.js} +0 -0
  394. /package/build/{HEAD CIRCUM_BOYS.zscore.yearly-e2d28a73.js → HEAD CIRCUM_BOYS.zscore.yearly-f07b8bdb.js} +0 -0
  395. /package/build/{HEAD CIRCUM_GIRLS.percentile.monthly-a570e639.js → HEAD CIRCUM_GIRLS.percentile.monthly-c3184bd8.js} +0 -0
  396. /package/build/{HEAD CIRCUM_GIRLS.percentile.weekly-bd6fc5b7.js → HEAD CIRCUM_GIRLS.percentile.weekly-e674d15d.js} +0 -0
  397. /package/build/{HEAD CIRCUM_GIRLS.percentile.yearly-4d023f5e.js → HEAD CIRCUM_GIRLS.percentile.yearly-18247323.js} +0 -0
  398. /package/build/{HEAD CIRCUM_GIRLS.zscore.monthly-d7964631.js → HEAD CIRCUM_GIRLS.zscore.monthly-f8924dec.js} +0 -0
  399. /package/build/{HEAD CIRCUM_GIRLS.zscore.weekly-7396c64c.js → HEAD CIRCUM_GIRLS.zscore.weekly-d20cce05.js} +0 -0
  400. /package/build/{HEAD CIRCUM_GIRLS.zscore.yearly-b8e6c7eb.js → HEAD CIRCUM_GIRLS.zscore.yearly-e6426d54.js} +0 -0
  401. /package/build/{HEIGHT_BOYS.percentile.monthly-08d4241f.js → HEIGHT_BOYS.percentile.monthly-db562663.js} +0 -0
  402. /package/build/{HEIGHT_BOYS.percentile.weekly-a495b646.js → HEIGHT_BOYS.percentile.weekly-3d57e461.js} +0 -0
  403. /package/build/{HEIGHT_BOYS.percentile.yearly-b12f9641.js → HEIGHT_BOYS.percentile.yearly-9603b0da.js} +0 -0
  404. /package/build/{HEIGHT_BOYS.zscore.monthly-81c6b506.js → HEIGHT_BOYS.zscore.monthly-959d557c.js} +0 -0
  405. /package/build/{HEIGHT_BOYS.zscore.weekly-f8c67997.js → HEIGHT_BOYS.zscore.weekly-41a88700.js} +0 -0
  406. /package/build/{HEIGHT_BOYS.zscore.yearly-b4e8040a.js → HEIGHT_BOYS.zscore.yearly-3cf74487.js} +0 -0
  407. /package/build/{HEIGHT_GIRLS.percentile.monthly-453e424f.js → HEIGHT_GIRLS.percentile.monthly-eb92e6fd.js} +0 -0
  408. /package/build/{HEIGHT_GIRLS.percentile.weekly-81785a80.js → HEIGHT_GIRLS.percentile.weekly-b96b7097.js} +0 -0
  409. /package/build/{HEIGHT_GIRLS.percentile.yearly-a996a4ca.js → HEIGHT_GIRLS.percentile.yearly-753f5811.js} +0 -0
  410. /package/build/{HEIGHT_GIRLS.zscore.monthly-20907928.js → HEIGHT_GIRLS.zscore.monthly-109e9692.js} +0 -0
  411. /package/build/{HEIGHT_GIRLS.zscore.weekly-cd7dbbc6.js → HEIGHT_GIRLS.zscore.weekly-cf668088.js} +0 -0
  412. /package/build/{HEIGHT_GIRLS.zscore.yearly-96bbb128.js → HEIGHT_GIRLS.zscore.yearly-a455ca33.js} +0 -0
  413. /package/build/{Locale-f9b950d8.js → Locale-ad67764b.js} +0 -0
  414. /package/build/{Visible-39bc28d7.js → Visible-0900e756.js} +0 -0
  415. /package/build/{WEIGHT_BOYS.percentile.monthly-3a67bd63.js → WEIGHT_BOYS.percentile.monthly-244eee9a.js} +0 -0
  416. /package/build/{WEIGHT_BOYS.percentile.weekly-8115ec2d.js → WEIGHT_BOYS.percentile.weekly-706bb6a9.js} +0 -0
  417. /package/build/{WEIGHT_BOYS.percentile.yearly-a2da5869.js → WEIGHT_BOYS.percentile.yearly-4ca0bb16.js} +0 -0
  418. /package/build/{WEIGHT_BOYS.zscore.monthly-9b67154a.js → WEIGHT_BOYS.zscore.monthly-7f4f6f1d.js} +0 -0
  419. /package/build/{WEIGHT_BOYS.zscore.weekly-387e0dbd.js → WEIGHT_BOYS.zscore.weekly-6ff91768.js} +0 -0
  420. /package/build/{WEIGHT_BOYS.zscore.yearly-3123aaa6.js → WEIGHT_BOYS.zscore.yearly-d8c91411.js} +0 -0
  421. /package/build/{WEIGHT_GIRLS.percentile.monthly-33fd8d1d.js → WEIGHT_GIRLS.percentile.monthly-93b3fcd1.js} +0 -0
  422. /package/build/{WEIGHT_GIRLS.percentile.weekly-992c6d33.js → WEIGHT_GIRLS.percentile.weekly-50fc8295.js} +0 -0
  423. /package/build/{WEIGHT_GIRLS.percentile.yearly-d66c376c.js → WEIGHT_GIRLS.percentile.yearly-a55e2dfb.js} +0 -0
  424. /package/build/{WEIGHT_GIRLS.zscore.monthly-6ddd29ef.js → WEIGHT_GIRLS.zscore.monthly-cfa8d179.js} +0 -0
  425. /package/build/{WEIGHT_GIRLS.zscore.weekly-18087477.js → WEIGHT_GIRLS.zscore.weekly-174529f1.js} +0 -0
  426. /package/build/{WEIGHT_GIRLS.zscore.yearly-39166e4c.js → WEIGHT_GIRLS.zscore.yearly-472ee0b9.js} +0 -0
  427. /package/build/{animation-71d5f8ab.js → animation-f98f7be4.js} +0 -0
  428. /package/build/{constants-da21b8ed.js → constants-5c7e7b94.js} +0 -0
  429. /package/build/{constants-ad2eb583.js → constants-62a930d3.js} +0 -0
  430. /package/build/{constants-0c5339fb.js → constants-9dfd8e58.js} +0 -0
  431. /package/build/{dataTransform-a646de5f.js → dataTransform-f3458ddb.js} +0 -0
  432. /package/build/esm/{BMI_BOYS.percentile.monthly-a8742093.js → BMI_BOYS.percentile.monthly-d81faf37.js} +0 -0
  433. /package/build/esm/{BMI_BOYS.percentile.weekly-0aa4cbd3.js → BMI_BOYS.percentile.weekly-c0a180c1.js} +0 -0
  434. /package/build/esm/{BMI_BOYS.percentile.yearly-cef0f6e4.js → BMI_BOYS.percentile.yearly-2c71c69f.js} +0 -0
  435. /package/build/esm/{BMI_BOYS.zscore.monthly-1b0dde35.js → BMI_BOYS.zscore.monthly-ab115475.js} +0 -0
  436. /package/build/esm/{BMI_BOYS.zscore.weekly-3ddd303c.js → BMI_BOYS.zscore.weekly-72deeb0f.js} +0 -0
  437. /package/build/esm/{BMI_BOYS.zscore.yearly-e8052618.js → BMI_BOYS.zscore.yearly-4fc57689.js} +0 -0
  438. /package/build/esm/{BMI_GIRLS.percentile.monthly-f29055c0.js → BMI_GIRLS.percentile.monthly-d6c9fe58.js} +0 -0
  439. /package/build/esm/{BMI_GIRLS.percentile.weekly-2af02a8c.js → BMI_GIRLS.percentile.weekly-f1658e86.js} +0 -0
  440. /package/build/esm/{BMI_GIRLS.percentile.yearly-d32b2362.js → BMI_GIRLS.percentile.yearly-4826bd42.js} +0 -0
  441. /package/build/esm/{BMI_GIRLS.zscore.monthly-c5efef2b.js → BMI_GIRLS.zscore.monthly-3fbb7d97.js} +0 -0
  442. /package/build/esm/{BMI_GIRLS.zscore.weekly-5701972e.js → BMI_GIRLS.zscore.weekly-34fe7c5d.js} +0 -0
  443. /package/build/esm/{BMI_GIRLS.zscore.yearly-943baed7.js → BMI_GIRLS.zscore.yearly-b2382d89.js} +0 -0
  444. /package/build/esm/{ChevronDown-fdc33184.js → ChevronDown-d9fdd713.js} +0 -0
  445. /package/build/esm/{Close-854fed23.js → Close-de34c565.js} +0 -0
  446. /package/build/esm/{Google-738e6053.js → Google-6dc0d9cd.js} +0 -0
  447. /package/build/esm/{HEAD CIRCUM_BOYS.percentile.monthly-ae20a7cd.js → HEAD CIRCUM_BOYS.percentile.monthly-c25cb829.js} +0 -0
  448. /package/build/esm/{HEAD CIRCUM_BOYS.percentile.weekly-4cda4023.js → HEAD CIRCUM_BOYS.percentile.weekly-4abc8ae1.js} +0 -0
  449. /package/build/esm/{HEAD CIRCUM_BOYS.percentile.yearly-682ff3a0.js → HEAD CIRCUM_BOYS.percentile.yearly-60cf9ae3.js} +0 -0
  450. /package/build/esm/{HEAD CIRCUM_BOYS.zscore.monthly-883a5116.js → HEAD CIRCUM_BOYS.zscore.monthly-84203fca.js} +0 -0
  451. /package/build/esm/{HEAD CIRCUM_BOYS.zscore.weekly-daa8d78d.js → HEAD CIRCUM_BOYS.zscore.weekly-340ae55f.js} +0 -0
  452. /package/build/esm/{HEAD CIRCUM_BOYS.zscore.yearly-f02fd810.js → HEAD CIRCUM_BOYS.zscore.yearly-5be3f3d1.js} +0 -0
  453. /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.monthly-6bf27064.js → HEAD CIRCUM_GIRLS.percentile.monthly-52a92f61.js} +0 -0
  454. /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.weekly-08744c0d.js → HEAD CIRCUM_GIRLS.percentile.weekly-ea4b4a9a.js} +0 -0
  455. /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.yearly-bab38dee.js → HEAD CIRCUM_GIRLS.percentile.yearly-2a50c39c.js} +0 -0
  456. /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.monthly-dec5b235.js → HEAD CIRCUM_GIRLS.zscore.monthly-f1c6824c.js} +0 -0
  457. /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.weekly-7c894d9c.js → HEAD CIRCUM_GIRLS.zscore.weekly-592f1db3.js} +0 -0
  458. /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.yearly-b8ecb269.js → HEAD CIRCUM_GIRLS.zscore.yearly-a9b49454.js} +0 -0
  459. /package/build/esm/{HEIGHT_BOYS.percentile.monthly-ee40ba78.js → HEIGHT_BOYS.percentile.monthly-ce935278.js} +0 -0
  460. /package/build/esm/{HEIGHT_BOYS.percentile.weekly-89a69952.js → HEIGHT_BOYS.percentile.weekly-6f0721e0.js} +0 -0
  461. /package/build/esm/{HEIGHT_BOYS.percentile.yearly-b3404a52.js → HEIGHT_BOYS.percentile.yearly-67ea9fb4.js} +0 -0
  462. /package/build/esm/{HEIGHT_BOYS.zscore.monthly-bf44117d.js → HEIGHT_BOYS.zscore.monthly-2e379bfe.js} +0 -0
  463. /package/build/esm/{HEIGHT_BOYS.zscore.weekly-4fbecda1.js → HEIGHT_BOYS.zscore.weekly-5f9af3af.js} +0 -0
  464. /package/build/esm/{HEIGHT_BOYS.zscore.yearly-6ac71f22.js → HEIGHT_BOYS.zscore.yearly-40f25731.js} +0 -0
  465. /package/build/esm/{HEIGHT_GIRLS.percentile.monthly-2bb3ec80.js → HEIGHT_GIRLS.percentile.monthly-207a9633.js} +0 -0
  466. /package/build/esm/{HEIGHT_GIRLS.percentile.weekly-d2b7a222.js → HEIGHT_GIRLS.percentile.weekly-fc6f24cb.js} +0 -0
  467. /package/build/esm/{HEIGHT_GIRLS.percentile.yearly-d441f2cb.js → HEIGHT_GIRLS.percentile.yearly-e6677432.js} +0 -0
  468. /package/build/esm/{HEIGHT_GIRLS.zscore.monthly-8612cf8b.js → HEIGHT_GIRLS.zscore.monthly-18b548de.js} +0 -0
  469. /package/build/esm/{HEIGHT_GIRLS.zscore.weekly-af02f595.js → HEIGHT_GIRLS.zscore.weekly-537a04c5.js} +0 -0
  470. /package/build/esm/{HEIGHT_GIRLS.zscore.yearly-02792734.js → HEIGHT_GIRLS.zscore.yearly-39d445ef.js} +0 -0
  471. /package/build/esm/{Locale-ab51c731.js → Locale-f790f969.js} +0 -0
  472. /package/build/esm/{Visible-59de538f.js → Visible-c0655254.js} +0 -0
  473. /package/build/esm/{WEIGHT_BOYS.percentile.monthly-7ec2b33d.js → WEIGHT_BOYS.percentile.monthly-801e855e.js} +0 -0
  474. /package/build/esm/{WEIGHT_BOYS.percentile.weekly-83f6e072.js → WEIGHT_BOYS.percentile.weekly-2f98cfab.js} +0 -0
  475. /package/build/esm/{WEIGHT_BOYS.percentile.yearly-923518b1.js → WEIGHT_BOYS.percentile.yearly-36f6db78.js} +0 -0
  476. /package/build/esm/{WEIGHT_BOYS.zscore.monthly-9e654f10.js → WEIGHT_BOYS.zscore.monthly-ec5c45a4.js} +0 -0
  477. /package/build/esm/{WEIGHT_BOYS.zscore.weekly-5005b12a.js → WEIGHT_BOYS.zscore.weekly-504be958.js} +0 -0
  478. /package/build/esm/{WEIGHT_BOYS.zscore.yearly-07306dea.js → WEIGHT_BOYS.zscore.yearly-1b0759aa.js} +0 -0
  479. /package/build/esm/{WEIGHT_GIRLS.percentile.monthly-8ece8554.js → WEIGHT_GIRLS.percentile.monthly-9ed383de.js} +0 -0
  480. /package/build/esm/{WEIGHT_GIRLS.percentile.weekly-5ffb4807.js → WEIGHT_GIRLS.percentile.weekly-3ca3d5f0.js} +0 -0
  481. /package/build/esm/{WEIGHT_GIRLS.percentile.yearly-9b867e0a.js → WEIGHT_GIRLS.percentile.yearly-1f50c118.js} +0 -0
  482. /package/build/esm/{WEIGHT_GIRLS.zscore.monthly-e6c8cbae.js → WEIGHT_GIRLS.zscore.monthly-8304350e.js} +0 -0
  483. /package/build/esm/{WEIGHT_GIRLS.zscore.weekly-7c59ecb7.js → WEIGHT_GIRLS.zscore.weekly-7eaf74e7.js} +0 -0
  484. /package/build/esm/{WEIGHT_GIRLS.zscore.yearly-d08a289f.js → WEIGHT_GIRLS.zscore.yearly-dc124629.js} +0 -0
  485. /package/build/esm/{animation-1ef80641.js → animation-6525a8ba.js} +0 -0
  486. /package/build/esm/{constants-d5cbd662.js → constants-19687a3a.js} +0 -0
  487. /package/build/esm/{constants-285c23dc.js → constants-a1998f96.js} +0 -0
  488. /package/build/esm/{constants-a1d9e6b2.js → constants-e83c4835.js} +0 -0
  489. /package/build/esm/{dataTransform-411ffa9c.js → dataTransform-a816c62f.js} +0 -0
  490. /package/build/esm/{index-cfa05251.js → index-17b2e787.js} +0 -0
  491. /package/build/esm/{index-a55e8421.js → index-1d5359d8.js} +0 -0
  492. /package/build/esm/{index-575e6549.js → index-461f72c9.js} +0 -0
  493. /package/build/esm/{index-d9ac95f3.js → index-46de244d.js} +0 -0
  494. /package/build/esm/{index-a141446e.js → index-73d49015.js} +0 -0
  495. /package/build/esm/{index-67c24a8e.js → index-75a8e1d9.js} +0 -0
  496. /package/build/esm/{index-d5ef766b.js → index-ab21e8cf.js} +0 -0
  497. /package/build/esm/{index-a2c3a47f.js → index-bbd26363.js} +0 -0
  498. /package/build/esm/{index.styles-6168003e.js → index.styles-05fc133d.js} +0 -0
  499. /package/build/esm/{localizeNumberFormat-aad4829c.js → localizeNumberFormat-d6dc554a.js} +0 -0
  500. /package/build/esm/{normalizeLink-411d1ae6.js → normalizeLink-8db8cf91.js} +0 -0
  501. /package/build/esm/{number-8f14afd9.js → number-16fb6967.js} +0 -0
  502. /package/build/esm/{paths-34c7bcde.js → paths-9e2e6286.js} +0 -0
  503. /package/build/esm/{translationsContext-9561c738.js → translationsContext-40d5537d.js} +0 -0
  504. /package/build/esm/{tslib.es6-5c2f3910.js → tslib.es6-107c23d7.js} +0 -0
  505. /package/build/esm/{types-7b20c5d7.js → types-b3dd17dd.js} +0 -0
  506. /package/build/esm/{useIsInit-74970e64.js → useIsInit-21e41918.js} +0 -0
  507. /package/build/esm/{useOutsideClick-f20942d1.js → useOutsideClick-92a43854.js} +0 -0
  508. /package/build/esm/{useScrollbarSize-5a521268.js → useScrollbarSize-83c6ab6a.js} +0 -0
  509. /package/build/esm/{useUniqueId-3e9d2ccb.js → useUniqueId-17d236b9.js} +0 -0
  510. /package/build/esm/{utils-5612bf85.js → utils-50ee2849.js} +0 -0
  511. /package/build/{index-77d9f57e.js → index-034cefcd.js} +0 -0
  512. /package/build/{index-25eadac5.js → index-0b41df81.js} +0 -0
  513. /package/build/{index-4a433f26.js → index-3b6b4aac.js} +0 -0
  514. /package/build/{index-df636688.js → index-602e6169.js} +0 -0
  515. /package/build/{index-8e0c28fd.js → index-785fe918.js} +0 -0
  516. /package/build/{index-7f282c8d.js → index-80681439.js} +0 -0
  517. /package/build/{index-4e20c43b.js → index-914f1ae3.js} +0 -0
  518. /package/build/{index-8ae753c6.js → index-e54b95b0.js} +0 -0
  519. /package/build/{index.styles-2331b34a.js → index.styles-90997e57.js} +0 -0
  520. /package/build/{localizeNumberFormat-47dae910.js → localizeNumberFormat-1052a141.js} +0 -0
  521. /package/build/{normalizeLink-d1de1f56.js → normalizeLink-935ea0d1.js} +0 -0
  522. /package/build/{number-660425d0.js → number-61f6f307.js} +0 -0
  523. /package/build/{paths-a413ba6b.js → paths-bab694f2.js} +0 -0
  524. /package/build/{translationsContext-841d7536.js → translationsContext-a73ceb20.js} +0 -0
  525. /package/build/{tslib.es6-cdd778e4.js → tslib.es6-5033cbef.js} +0 -0
  526. /package/build/{types-f23ca6ca.js → types-4ce4f15d.js} +0 -0
  527. /package/build/{useIsInit-f3072495.js → useIsInit-6563d2c6.js} +0 -0
  528. /package/build/{useOutsideClick-f232faa3.js → useOutsideClick-12b7c9d2.js} +0 -0
  529. /package/build/{useScrollbarSize-97a0897b.js → useScrollbarSize-854ca661.js} +0 -0
  530. /package/build/{useUniqueId-227c39ec.js → useUniqueId-d1da65c9.js} +0 -0
  531. /package/build/{utils-4c467f5f.js → utils-8e23afe2.js} +0 -0
@@ -2,42 +2,42 @@
2
2
 
3
3
  var React = require('react');
4
4
  var core = require('@mantine/core');
5
- var index = require('./index-77d9f57e.js');
6
- var togetherComponentGlobalContext = require('./utils-34d35c0b.js');
7
- var index$9 = require('./index-43f29f18.js');
8
- var healthTools = require('./healthTools-49358f01.js');
5
+ var index = require('./index-034cefcd.js');
6
+ var togetherComponentGlobalContext = require('./utils-6bdfb61a.js');
7
+ var index$b = require('./index-02a489d8.js');
8
+ var healthTools = require('./healthTools-8fcbf9cb.js');
9
9
  var constantsRiskScreener = require('./constantsRiskScreener.js');
10
- var tslib_es6 = require('./tslib.es6-cdd778e4.js');
11
- var store = require('./store-97ab25f7.js');
12
- var useScreenSize = require('./useScreenSize-ef9730fc.js');
13
- var normalizeLink = require('./normalizeLink-d1de1f56.js');
14
- var index$1 = require('./index-82b5a71c.js');
10
+ var tslib_es6 = require('./tslib.es6-5033cbef.js');
11
+ var store = require('./store-e689152a.js');
12
+ var index$2 = require('./index-68615221.js');
13
+ var normalizeLink = require('./normalizeLink-935ea0d1.js');
14
+ var index$1 = require('./index-e9201988.js');
15
15
  var form = require('@mantine/form');
16
- var index$5 = require('./index-fb442ba6.js');
16
+ var index$6 = require('./index-d62fced9.js');
17
17
  require('@mantine/dates');
18
- require('./index-e276d20f.js');
19
- require('./useMantineLocale-afc855ad.js');
20
- var index$3 = require('./index-dfd15d6f.js');
21
- var index$4 = require('./index-f47a61da.js');
22
- require('./index.styles-2331b34a.js');
18
+ require('./index-6c909f71.js');
19
+ var index$a = require('./index-6d3687b7.js');
20
+ var index$4 = require('./index-e5454498.js');
21
+ var index$5 = require('./index-f3a410ea.js');
22
+ require('./index.styles-90997e57.js');
23
23
  var hooks = require('@mantine/hooks');
24
- require('./utils-4c467f5f.js');
25
- require('./other-90dc0ef3.js');
26
- require('./index-6d7ef25c.js');
24
+ require('./text-af5ab4c9.js');
25
+ require('./utils-8e23afe2.js');
26
+ require('./index-e09c89e1.js');
27
27
  var togetherApiPaths = require('./togetherApiPaths.js');
28
- require('./translationsContext-841d7536.js');
29
- var index$2 = require('./index-af146ae2.js');
30
- var useHealthToolCache = require('./useHealthToolCache-65373b2a.js');
31
- var index$6 = require('./index-9dc3cf83.js');
28
+ require('./translationsContext-a73ceb20.js');
29
+ var index$3 = require('./index-050b9c5b.js');
30
+ var useHealthToolCache = require('./useHealthToolCache-1c9fd3c3.js');
31
+ var index$7 = require('./index-1c843fb8.js');
32
32
  var constantsDomainLocales = require('./constantsDomainLocales.js');
33
33
  var constantsIsProduction = require('./constantsIsProduction.js');
34
34
  var core$1 = require('@hhgtech/icons/core');
35
- var index$8 = require('./index-4e20c43b.js');
36
- var index$7 = require('./index-468ae1bf.js');
35
+ var index$9 = require('./index-914f1ae3.js');
36
+ var index$8 = require('./index-14d583f2.js');
37
37
  var Cookies = require('js-cookie');
38
38
  var flatten = require('lodash/flatten');
39
39
  var uniqBy = require('lodash/uniqBy');
40
- var Locale = require('./Locale-f9b950d8.js');
40
+ var Locale = require('./Locale-ad67764b.js');
41
41
 
42
42
  function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
43
43
 
@@ -387,7 +387,7 @@ const PnBannerEle = (_a) => {
387
387
  borderRadius: 4,
388
388
  cursor: 'pointer',
389
389
  }, onClick: bannerClick, "data-event-category": "Newsletter", "data-event-action": "Banner Click", "data-event-label": currentUrl, className: "pointer-event-child-none" }, rest),
390
- React__default["default"].createElement(useScreenSize.ImageWrap, { src: isMarketing
390
+ React__default["default"].createElement(index$2.ImageWrap, { src: isMarketing
391
391
  ? index.CommonGAssets.getAssetPath(`newsletter/${isMobile ? 'Mobile' : 'Desktop'}_Marketing.png`)
392
392
  : index.CommonGAssets.getAssetPath(`newsletter/${isMobile ? 'Mobile' : 'Desktop'}_${type}.png`), style: { maxWidth: '100%' }, alt: "newsletter banner" })));
393
393
  };
@@ -456,8 +456,8 @@ const BannerLayout = ({ heading, description, thumbnail = {
456
456
  maxWidth: '70%',
457
457
  },
458
458
  }) },
459
- heading && React__default["default"].createElement(index$2.Heading, { tag: "h4" }, heading),
460
- !(hideDescOnMobile && isMobile) && description && (React__default["default"].createElement(index$3.Text, { size: "p4" }, description))),
459
+ heading && React__default["default"].createElement(index$3.Heading, { tag: "h4" }, heading),
460
+ !(hideDescOnMobile && isMobile) && description && (React__default["default"].createElement(index$4.Text, { size: "p4" }, description))),
461
461
  React__default["default"].createElement(core.Box, null, children)))));
462
462
  };
463
463
 
@@ -498,7 +498,7 @@ const BannerWithOptions = (props) => {
498
498
  : i.isLink
499
499
  ? getHealthToolLink(i.activeTool)
500
500
  : undefined },
501
- React__default["default"].createElement(index$4.Button, Object.assign({ className: classes.button, classNames: {
501
+ React__default["default"].createElement(index$5.Button, Object.assign({ className: classes.button, classNames: {
502
502
  label: classes.buttonLabel,
503
503
  }, size: "sm" }, i.tracking, buttonProps, { onClick: () => {
504
504
  if (!i.isLink) {
@@ -518,13 +518,13 @@ const BannerWithOptions = (props) => {
518
518
  paddingLeft: core.rem(16),
519
519
  },
520
520
  }) },
521
- React__default["default"].createElement(index$5.Checkbox.Group, Object.assign({}, form$1.getInputProps('bannerOptions', { type: 'checkbox' })),
522
- React__default["default"].createElement(core.Flex, { gap: core.rem(16) }, items.map((i, idx) => (React__default["default"].createElement(index$5.Checkbox, { key: String(idx), value: i.value, label: i.label, styles: {
521
+ React__default["default"].createElement(index$6.Checkbox.Group, Object.assign({}, form$1.getInputProps('bannerOptions', { type: 'checkbox' })),
522
+ React__default["default"].createElement(core.Flex, { gap: core.rem(16) }, items.map((i, idx) => (React__default["default"].createElement(index$6.Checkbox, { key: String(idx), value: i.value, label: i.label, styles: {
523
523
  label: {
524
524
  cursor: 'pointer',
525
525
  },
526
526
  } }))))),
527
- React__default["default"].createElement(index$4.Button, Object.assign({ size: "sm" }, submitBtnTracking, buttonProps, { disabled: form$1.getInputProps('bannerOptions').value.length === 0, leftIcon: isMobile ? (React__default["default"].createElement(index$6.Icon.ArrowRightTail, { size: 18, useCurrentColor: true })) : undefined, onClick: () => {
527
+ React__default["default"].createElement(index$5.Button, Object.assign({ size: "sm" }, submitBtnTracking, buttonProps, { disabled: form$1.getInputProps('bannerOptions').value.length === 0, leftIcon: isMobile ? (React__default["default"].createElement(index$7.Icon.ArrowRightTail, { size: 18, useCurrentColor: true })) : undefined, onClick: () => {
528
528
  const curValues = form$1.getInputProps('bannerOptions').value;
529
529
  saveStep(curValues.join('|'));
530
530
  handleClickOption(curValues.join('|'));
@@ -557,7 +557,7 @@ const ToolBanner = (props) => {
557
557
  ? `https://${!constantsIsProduction.isProduction ? 'discover.' : ''}${constantsDomainLocales.domainLocales[locale]}/bot/${constantsRiskScreener.RISK_SCREENER_SLUG[locale][value]}`
558
558
  : getHealthToolLink(value);
559
559
  return (React__default["default"].createElement("a", { href: toolUrl },
560
- React__default["default"].createElement(index$4.Button, { size: "sm", "data-event-category": "Focused Audience", "data-event-action": dataEventAction, "data-event-label": toolUrl }, btnLabel || t('pnBanner.caclNow'))));
560
+ React__default["default"].createElement(index$5.Button, { size: "sm", "data-event-category": "Focused Audience", "data-event-action": dataEventAction, "data-event-label": toolUrl }, btnLabel || t('pnBanner.caclNow'))));
561
561
  }, [allTools]);
562
562
  return layout === 'mainBanner' ? (React__default["default"].createElement(BannerLayout, Object.assign({}, Object.assign(Object.assign({}, props), { thumbnail: props.thumbnail })), btnEle)) : (React__default["default"].createElement(core.Flex, { gap: core.rem(7), align: 'center', justify: 'space-between', sx: (theme) => ({
563
563
  borderRadius: core.rem(8),
@@ -570,8 +570,8 @@ const ToolBanner = (props) => {
570
570
  }) },
571
571
  React__default["default"].createElement(core.Stack, { spacing: core.rem(12) },
572
572
  React__default["default"].createElement(core.Stack, { spacing: core.rem(4) },
573
- heading && React__default["default"].createElement(index$2.Heading, { tag: "h4" }, heading),
574
- !(isMobile && hideDescOnMobile) && description && (React__default["default"].createElement(index$3.Text, { size: "p4" }, description))),
573
+ heading && React__default["default"].createElement(index$3.Heading, { tag: "h4" }, heading),
574
+ !(isMobile && hideDescOnMobile) && description && (React__default["default"].createElement(index$4.Text, { size: "p4" }, description))),
575
575
  React__default["default"].createElement(core.Flex, { gap: core.rem(8), sx: {
576
576
  button: {
577
577
  minWidth: core.rem(120),
@@ -623,7 +623,7 @@ const SideBannerModal = (_a) => {
623
623
  const curBannerHeight = (viewportWidth * mobileBannerRatio.height) / mobileBannerRatio.width;
624
624
  const minHeightNha = (viewportHeight <= 667 ? 190 : 265) + curBannerHeight + 74;
625
625
  const [isFullScreen, setIsFullScreen] = React.useState(false);
626
- return (React__default["default"].createElement(index$7.Modal, Object.assign({ styles: (theme) => ({
626
+ return (React__default["default"].createElement(index$8.Modal, Object.assign({ styles: (theme) => ({
627
627
  header: {
628
628
  display: 'none',
629
629
  },
@@ -689,14 +689,14 @@ const SideBannerModal = (_a) => {
689
689
  overflowY: 'auto',
690
690
  borderRadius: 'inherit',
691
691
  } },
692
- index$8.isVideo(mobileBanner) && (React__default["default"].createElement("video", { loop: true, muted: true, autoPlay: true, style: {
692
+ index$9.isVideo(mobileBanner) && (React__default["default"].createElement("video", { loop: true, muted: true, autoPlay: true, style: {
693
693
  width: '100%',
694
694
  position: 'absolute',
695
695
  top: 0,
696
696
  left: 0,
697
697
  } },
698
698
  React__default["default"].createElement("source", { src: mobileBanner }))),
699
- React__default["default"].createElement(index$4.Button, Object.assign({ variant: "white", leftIcon: React__default["default"].createElement(core$1.Close, null), sx: {
699
+ React__default["default"].createElement(index$5.Button, Object.assign({ variant: "white", leftIcon: React__default["default"].createElement(core$1.Close, null), sx: {
700
700
  position: 'absolute',
701
701
  right: 0,
702
702
  top: 0,
@@ -724,7 +724,7 @@ const SideBannerModal = (_a) => {
724
724
  background: 'white',
725
725
  boxShadow: '0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 0 2.25rem 1.75rem -0.4375rem, rgba(0, 0, 0, 0.04) 0 1.0625rem 1.0625rem -0.4375rem',
726
726
  } },
727
- index$8.isVideo(desktopBanner) ? (React__default["default"].createElement("video", { loop: true, muted: true, autoPlay: true, style: {
727
+ index$9.isVideo(desktopBanner) ? (React__default["default"].createElement("video", { loop: true, muted: true, autoPlay: true, style: {
728
728
  borderTopLeftRadius: core.rem(8),
729
729
  borderBottomLeftRadius: core.rem(8),
730
730
  height: '100%',
@@ -743,7 +743,7 @@ const SideBannerModal = (_a) => {
743
743
  modalRatio.width) *
744
744
  100}%`,
745
745
  } },
746
- React__default["default"].createElement(index$4.Button, Object.assign({ variant: "white", leftIcon: React__default["default"].createElement(core$1.Close, null) }, closeProps, { onClick: () => modalProps === null || modalProps === void 0 ? void 0 : modalProps.onClose(), sx: {
746
+ React__default["default"].createElement(index$5.Button, Object.assign({ variant: "white", leftIcon: React__default["default"].createElement(core$1.Close, null) }, closeProps, { onClick: () => modalProps === null || modalProps === void 0 ? void 0 : modalProps.onClose(), sx: {
747
747
  position: 'absolute',
748
748
  right: 0,
749
749
  top: 0,
@@ -763,7 +763,7 @@ const PremiumNewsletterModalContext = React.createContext({});
763
763
 
764
764
  const _NormalTopic = (_a) => {
765
765
  var { value, name } = _a, rest = tslib_es6.__rest(_a, ["value", "name"]);
766
- return (React__default["default"].createElement(index$5.ChipButton, Object.assign({ value: value, withIcon: true }, rest, { buttonProps: {
766
+ return (React__default["default"].createElement(index$6.ChipButton, Object.assign({ value: value, withIcon: true }, rest, { buttonProps: {
767
767
  styles: () => ({
768
768
  leftIcon: {
769
769
  marginRight: core.rem(6),
@@ -806,7 +806,7 @@ const TopicSection = ({ topicsGroup, onTopicChange, isBlock = false, selectedTop
806
806
  }
807
807
  };
808
808
  return (React__default["default"].createElement(core.Stack, { spacing: 12 }, topicsGroup.map((i, idx) => (React__default["default"].createElement(core.Stack, { key: String(idx), spacing: 12 },
809
- i.label && (React__default["default"].createElement(index$3.Text, Object.assign({ size: "s5", color: "gray.4", weight: "semiBold" }, labelProps), i.label)),
809
+ i.label && (React__default["default"].createElement(index$4.Text, Object.assign({ size: "s5", color: "gray.4", weight: "semiBold" }, labelProps), i.label)),
810
810
  hasScroll ? (React__default["default"].createElement(core.ScrollArea, { w: "100%", offsetScrollbars: true, scrollbarSize: 4, p: 16, m: -16, styles: {
811
811
  viewport: {
812
812
  margin: -16,
@@ -823,7 +823,7 @@ const Layout = (_a) => {
823
823
  var { heading, children, stickyActions } = _a, scrollAreaProps = tslib_es6.__rest(_a, ["heading", "children", "stickyActions"]);
824
824
  const { isMobile } = React.useContext(PremiumNewsletterModalContext);
825
825
  const content = (React__default["default"].createElement(core.Stack, { spacing: core.rem(24), sx: { height: '100%' } },
826
- React__default["default"].createElement(index$2.Heading, { tag: "h4", style: {
826
+ React__default["default"].createElement(index$3.Heading, { tag: "h4", style: {
827
827
  textAlign: 'center',
828
828
  } }, heading),
829
829
  React__default["default"].createElement(core.Box, null, children)));
@@ -905,7 +905,7 @@ const MainForm = () => {
905
905
  setFormValues(formValues);
906
906
  _onSubmit === null || _onSubmit === void 0 ? void 0 : _onSubmit(formValues.name);
907
907
  };
908
- const MoreButton = React.useMemo(() => (React__default["default"].createElement(index$4.Button, { variant: "tertiary", dataEventCategory: "Newsletter", dataEventAction: "More Category Click", dataEventLabel: currentUrl, leftIcon: React__default["default"].createElement(core$1.Plus, { size: 16, color: 'currentColor' }), onClick: onMore, styles: (theme) => ({
908
+ const MoreButton = React.useMemo(() => (React__default["default"].createElement(index$5.Button, { variant: "tertiary", dataEventCategory: "Newsletter", dataEventAction: "More Category Click", dataEventLabel: currentUrl, leftIcon: React__default["default"].createElement(core$1.Plus, { size: 16, color: 'currentColor' }), onClick: onMore, styles: (theme) => ({
909
909
  root: {
910
910
  borderRadius: core.rem(6),
911
911
  padding: '2px 15px',
@@ -924,15 +924,15 @@ const MainForm = () => {
924
924
  marginRight: '5px',
925
925
  },
926
926
  }) },
927
- React__default["default"].createElement(index$3.Text, { size: isMobile ? 'p3' : 'p4' }, t('home.seeMore')))), [form$1]);
927
+ React__default["default"].createElement(index$4.Text, { size: isMobile ? 'p3' : 'p4' }, t('home.seeMore')))), [form$1]);
928
928
  React.useEffect(() => {
929
929
  form$1.setFieldValue('fitnessTopics', selectCategory.map((i) => i.catId));
930
930
  }, [selectCategory]);
931
931
  return (React__default["default"].createElement("form", { style: { height: '100%' }, onSubmit: form$1.onSubmit(onSubmit) },
932
932
  React__default["default"].createElement(Layout, { heading: t('healthToolPNModal.heading'), stickyActions: React__default["default"].createElement(React__default["default"].Fragment, null,
933
- React__default["default"].createElement(index$4.Button, { fullWidth: true, type: "submit", dataEventCategory: "Newsletter", dataEventAction: "Register Click", dataEventLabel: currentUrl, loading: submitLoading, sx: { maxWidth: core.rem(240) } }, t('healthToolPNModal.register'))) },
933
+ React__default["default"].createElement(index$5.Button, { fullWidth: true, type: "submit", dataEventCategory: "Newsletter", dataEventAction: "Register Click", dataEventLabel: currentUrl, loading: submitLoading, sx: { maxWidth: core.rem(240) } }, t('healthToolPNModal.register'))) },
934
934
  React__default["default"].createElement(core.Stack, { spacing: core.rem(16) },
935
- React__default["default"].createElement(index$5.Input, Object.assign({ label: t('newsletter.welcome.description') }, form$1.getInputProps('name'))),
935
+ React__default["default"].createElement(index$6.Input, Object.assign({ label: t('newsletter.welcome.description') }, form$1.getInputProps('name'))),
936
936
  React__default["default"].createElement(TopicSection, { topicsGroup: [
937
937
  ...(pnSuggestCategory.length === 0 &&
938
938
  interestedTopics.length === 0
@@ -992,13 +992,13 @@ const _SuggestedTopic = React.forwardRef(function SuggestedTopic(_a, ref) {
992
992
  React__default["default"].createElement(core.Group, { noWrap: true },
993
993
  React__default["default"].createElement("svg", { width: "18", height: "18", viewBox: "0 0 18 18", fill: "none" },
994
994
  React__default["default"].createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.97887 8.15493C2.97887 5.29627 5.29627 2.97887 8.15493 2.97887C11.0136 2.97887 13.331 5.29627 13.331 8.15493C13.331 11.0136 11.0136 13.331 8.15493 13.331C5.29627 13.331 2.97887 11.0136 2.97887 8.15493ZM8.15493 1.5C4.47951 1.5 1.5 4.47951 1.5 8.15493C1.5 11.8303 4.47951 14.8099 8.15493 14.8099C9.72615 14.8099 11.1702 14.2653 12.3086 13.3547L15.2376 16.2837C15.5264 16.5725 15.9946 16.5725 16.2833 16.2837C16.5721 15.9949 16.5721 15.5267 16.2833 15.238L13.3544 12.3091C14.2652 11.1705 14.8099 9.72634 14.8099 8.15493C14.8099 4.47951 11.8303 1.5 8.15493 1.5Z", fill: "#8C8C8C" })),
995
- React__default["default"].createElement(index$3.Text, { size: "p3" }, label))));
995
+ React__default["default"].createElement(index$4.Text, { size: "p3" }, label))));
996
996
  });
997
997
 
998
998
  const _Topic = React.forwardRef(function Baby(_a, ref) {
999
999
  var { label } = _a, others = tslib_es6.__rest(_a, ["label"]);
1000
1000
  return (React__default["default"].createElement("div", Object.assign({ ref: ref }, others),
1001
- React__default["default"].createElement(index$3.Text, { size: "p3" }, label)));
1001
+ React__default["default"].createElement(index$4.Text, { size: "p3" }, label)));
1002
1002
  });
1003
1003
 
1004
1004
  const HistorySection = ({ history, onDelete }) => {
@@ -1008,7 +1008,7 @@ const HistorySection = ({ history, onDelete }) => {
1008
1008
  height: 32,
1009
1009
  background: '#ffffff',
1010
1010
  padding: '5px 12px',
1011
- border: `1px solid ${index$5.themeColors.neutral[4]}`,
1011
+ border: `1px solid ${index$a.themeColors.neutral[4]}`,
1012
1012
  borderRadius: 32,
1013
1013
  textTransform: 'unset',
1014
1014
  },
@@ -1017,7 +1017,7 @@ const HistorySection = ({ history, onDelete }) => {
1017
1017
  cursor: 'pointer',
1018
1018
  },
1019
1019
  } },
1020
- React__default["default"].createElement(index$3.Text, { size: "p4" }, h.localName))))));
1020
+ React__default["default"].createElement(index$4.Text, { size: "p4" }, h.localName))))));
1021
1021
  };
1022
1022
 
1023
1023
  const RecentlyViewedSection = ({ topics, onTopicChange, isBlock = false, selectedTopics, labelProps, maxSelect = 5, }) => {
@@ -1050,7 +1050,7 @@ const RecentlyViewedSection = ({ topics, onTopicChange, isBlock = false, selecte
1050
1050
  if (!topics || topics.length === 0)
1051
1051
  return null;
1052
1052
  return (React__default["default"].createElement(core.Stack, { spacing: 12, px: 16, mx: -16 },
1053
- React__default["default"].createElement(index$3.Text, Object.assign({ size: "s5", color: "gray.4", weight: "semiBold" }, labelProps), t('pnTopicSection.recentView')),
1053
+ React__default["default"].createElement(index$4.Text, Object.assign({ size: "s5", color: "gray.4", weight: "semiBold" }, labelProps), t('pnTopicSection.recentView')),
1054
1054
  React__default["default"].createElement(core.Chip.Group, { value: value.map((v) => v.catId), onChange: onValueChange, multiple: true },
1055
1055
  React__default["default"].createElement(core.Flex, { gap: 8, wrap: 'wrap' }, topics.map((v, i) => (React__default["default"].createElement(_NormalTopic, { key: i, value: v.catId, name: v.localName, isBlock: isBlock })))))));
1056
1056
  };
@@ -1080,14 +1080,14 @@ const _TopicSlide = (_a) => {
1080
1080
  React__default["default"].createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.66699 9.99984C1.66699 5.39984 5.40033 1.6665 10.0003 1.6665C14.6003 1.6665 18.3337 5.39984 18.3337 9.99984C18.3337 14.5998 14.6003 18.3332 10.0003 18.3332C5.40033 18.3332 1.66699 14.5998 1.66699 9.99984ZM4.75066 10.5827L7.74232 13.5744C8.06732 13.8994 8.60066 13.8994 8.91732 13.5744L15.2423 7.2494C15.5673 6.9244 15.5673 6.3994 15.2423 6.0744C14.9173 5.7494 14.3923 5.7494 14.0673 6.0744L8.33399 11.8077L5.92566 9.40773C5.60066 9.08273 5.07566 9.08273 4.75066 9.40773C4.59461 9.56342 4.50692 9.7748 4.50692 9.99523C4.50692 10.2157 4.59461 10.427 4.75066 10.5827Z", fill: "#2D87F3" }),
1081
1081
  React__default["default"].createElement("path", { d: "M7.74224 13.5772L4.75057 10.5856C4.59453 10.4299 4.50684 10.2185 4.50684 9.99808C4.50684 9.77765 4.59453 9.56627 4.75057 9.41058C5.07557 9.08558 5.60057 9.08558 5.92557 9.41058L8.33391 11.8106L14.0672 6.07725C14.3922 5.75225 14.9172 5.75225 15.2422 6.07725C15.5672 6.40225 15.5672 6.92725 15.2422 7.25225L8.91724 13.5772C8.60057 13.9022 8.06724 13.9022 7.74224 13.5772Z", fill: "white" })))),
1082
1082
  React__default["default"].createElement(core.Box, { sx: { borderRadius: '8px' } },
1083
- React__default["default"].createElement(index$5.AspectRatio, { ratio: 3 / 2, mb: 10, sx: (theme) => ({
1083
+ React__default["default"].createElement(index$6.AspectRatio, { ratio: 3 / 2, mb: 10, sx: (theme) => ({
1084
1084
  background: theme.colors.neutral[0],
1085
1085
  }) },
1086
1086
  React__default["default"].createElement(core.Box, null,
1087
1087
  React__default["default"].createElement("img", { src: topic.guid || '', alt: "cat", loading: "lazy", style: {
1088
1088
  maxHeight: '63px',
1089
1089
  } })))),
1090
- React__default["default"].createElement(index$3.Text, { size: "p4", ta: "center", px: 6, sx: {
1090
+ React__default["default"].createElement(index$4.Text, { size: "p4", ta: "center", px: 6, sx: {
1091
1091
  display: '-webkit-box',
1092
1092
  '-webkit-line-clamp': '2',
1093
1093
  '-webkit-box-orient': 'vertical',
@@ -1147,7 +1147,7 @@ const TrendingCarousel = ({ topics, selectedTopics = [], onTopicChange, isBlock
1147
1147
  };
1148
1148
  return (React__default["default"].createElement(core.Stack, { spacing: 10 },
1149
1149
  React__default["default"].createElement(core.Flex, { justify: 'space-between', align: 'center', w: "100%" },
1150
- React__default["default"].createElement(index$3.Text, Object.assign({ size: "s5", color: "gray.4", weight: "semiBold", span: true }, labelProps), t('pnTopicSection.trending'))),
1150
+ React__default["default"].createElement(index$4.Text, Object.assign({ size: "s5", color: "gray.4", weight: "semiBold", span: true }, labelProps), t('pnTopicSection.trending'))),
1151
1151
  React__default["default"].createElement(core.Box, null,
1152
1152
  React__default["default"].createElement(core.ScrollArea, { type: "always", w: "100%", offsetScrollbars: true, scrollbarSize: 4, px: 4, viewportRef: containerRef, viewportProps: {
1153
1153
  onMouseDown: handleMouseDown,
@@ -1264,7 +1264,7 @@ const PremiumTopicSelect = (_a) => {
1264
1264
  });
1265
1265
  return (React__default["default"].createElement(core.Stack, Object.assign({ spacing: core.rem(16) }, rest),
1266
1266
  React__default["default"].createElement(core.Stack, { spacing: core.rem(8) },
1267
- React__default["default"].createElement(index$3.Text, { size: "p3" }, t('pnTopicSection.maxSelectError.detail', {
1267
+ React__default["default"].createElement(index$4.Text, { size: "p3" }, t('pnTopicSection.maxSelectError.detail', {
1268
1268
  max: maxSelect,
1269
1269
  maxTopic: uniqueTopic.length,
1270
1270
  })),
@@ -1280,7 +1280,7 @@ const PremiumTopicSelect = (_a) => {
1280
1280
  fontSize: 12,
1281
1281
  lineHeight: '18px',
1282
1282
  textTransform: 'uppercase',
1283
- color: index$5.themeColors.gray[4],
1283
+ color: index$a.themeColors.gray[4],
1284
1284
  '&::after': { display: 'none' },
1285
1285
  },
1286
1286
  searchInput: {
@@ -1289,7 +1289,7 @@ const PremiumTopicSelect = (_a) => {
1289
1289
  input: {
1290
1290
  paddingRight: 16,
1291
1291
  },
1292
- }, nothingFound: React__default["default"].createElement(index$3.Text, { size: "s4", color: "gray.6" }, t('pnTopicSection.notFound')), itemComponent: searchValue === '' ? _SuggestedTopic : _Topic, size: "lg", placeholder: t('pnTopicSection.plsEnterFavTopics'), data: options, onSearchChange: onSearchChange, searchValue: searchValue, icon: React__default["default"].createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" },
1292
+ }, nothingFound: React__default["default"].createElement(index$4.Text, { size: "s4", color: "gray.6" }, t('pnTopicSection.notFound')), itemComponent: searchValue === '' ? _SuggestedTopic : _Topic, size: "lg", placeholder: t('pnTopicSection.plsEnterFavTopics'), data: options, onSearchChange: onSearchChange, searchValue: searchValue, icon: React__default["default"].createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" },
1293
1293
  React__default["default"].createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.97183 10.8732C3.97183 7.0617 7.0617 3.97183 10.8732 3.97183C14.6848 3.97183 17.7746 7.0617 17.7746 10.8732C17.7746 14.6848 14.6848 17.7746 10.8732 17.7746C7.0617 17.7746 3.97183 14.6848 3.97183 10.8732ZM10.8732 2C5.97268 2 2 5.97268 2 10.8732C2 15.7738 5.97268 19.7465 10.8732 19.7465C12.9682 19.7465 14.8936 19.0205 16.4115 17.8063L20.3168 21.7116C20.7018 22.0966 21.3261 22.0966 21.7111 21.7116C22.0961 21.3266 22.0961 20.7023 21.7111 20.3173L17.8059 16.4121C19.0203 14.894 19.7465 12.9684 19.7465 10.8732C19.7465 5.97268 15.7738 2 10.8732 2Z", fill: "#595959" })), rightSection: React__default["default"].createElement(React__default["default"].Fragment, null), zIndex: 500, searchable: true, withinPortal: true, onChange: (val) => onValueChange(val), value: [] }),
1294
1294
  uniqueTopic && uniqueTopic.length > 0 && (React__default["default"].createElement(HistorySection, { history: uniqueTopic, onDelete: onDelete }))),
1295
1295
  React__default["default"].createElement(core.Box, { sx: (theme) => ({
@@ -1335,8 +1335,8 @@ const MoreTopics = () => {
1335
1335
  paddingRight: core.rem(25),
1336
1336
  },
1337
1337
  }, stickyActions: React__default["default"].createElement(React__default["default"].Fragment, null,
1338
- React__default["default"].createElement(index$4.Button, { fullWidth: true, variant: "secondary", dataEventCategory: "Newsletter", dataEventAction: "Back Click", dataEventLabel: currentUrl, onClick: prevStep }, t('healthToolPNModal.back')),
1339
- React__default["default"].createElement(index$4.Button, { fullWidth: true, type: "submit", dataEventCategory: "Newsletter", dataEventAction: "Next Click", dataEventLabel: currentUrl, onClick: handleOnSubmit, loading: submitLoading }, t('healthToolPNModal.next'))) },
1338
+ React__default["default"].createElement(index$5.Button, { fullWidth: true, variant: "secondary", dataEventCategory: "Newsletter", dataEventAction: "Back Click", dataEventLabel: currentUrl, onClick: prevStep }, t('healthToolPNModal.back')),
1339
+ React__default["default"].createElement(index$5.Button, { fullWidth: true, type: "submit", dataEventCategory: "Newsletter", dataEventAction: "Next Click", dataEventLabel: currentUrl, onClick: handleOnSubmit, loading: submitLoading }, t('healthToolPNModal.next'))) },
1340
1340
  React__default["default"].createElement(PremiumTopicSelect, { isLoggedIn: isLoggedIn, maxSelect: maxSelectCategory, values: formValues.fitnessTopics, onChange: setSelectCategory, labelProps: {
1341
1341
  size: 's5',
1342
1342
  sx: {
@@ -1355,7 +1355,7 @@ const Result = () => {
1355
1355
  }, 400);
1356
1356
  };
1357
1357
  }, []);
1358
- return (React__default["default"].createElement(Layout, { heading: t('healthToolPNModal.heading'), stickyActions: React__default["default"].createElement(index$4.Button, { fullWidth: true, sx: { maxWidth: core.rem(300) }, dataEventCategory: "Newsletter", dataEventAction: "Continue Reading Click", dataEventLabel: currentUrl, onClick: () => {
1358
+ return (React__default["default"].createElement(Layout, { heading: t('healthToolPNModal.heading'), stickyActions: React__default["default"].createElement(index$5.Button, { fullWidth: true, sx: { maxWidth: core.rem(300) }, dataEventCategory: "Newsletter", dataEventAction: "Continue Reading Click", dataEventLabel: currentUrl, onClick: () => {
1359
1359
  close();
1360
1360
  } }, finishLabelOnResult || t('healthToolPNModal.finish')) },
1361
1361
  React__default["default"].createElement(core.Stack, null,
@@ -1369,8 +1369,8 @@ const Result = () => {
1369
1369
  React__default["default"].createElement("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" },
1370
1370
  React__default["default"].createElement("path", { d: "M9.99984 18.3334C14.6022 18.3334 18.3332 14.6025 18.3332 10.0001C18.3332 5.39771 14.6022 1.66675 9.99984 1.66675C5.39746 1.66675 1.6665 5.39771 1.6665 10.0001C1.6665 14.6025 5.39746 18.3334 9.99984 18.3334Z", fill: "#00B16A" }),
1371
1371
  React__default["default"].createElement("path", { d: "M9.58558 12.6674C9.22944 12.668 8.87668 12.5983 8.54752 12.4623C8.21835 12.3264 7.91925 12.1268 7.66732 11.8751L6.68587 10.8931C6.55607 10.7587 6.48424 10.5787 6.48587 10.3919C6.48749 10.2051 6.56243 10.0263 6.69455 9.89422C6.82667 9.7621 7.00539 9.68716 7.19222 9.68554C7.37906 9.68391 7.55906 9.75574 7.69345 9.88554L8.67491 10.8675C8.79344 10.986 8.93415 11.08 9.08902 11.1442C9.24389 11.2083 9.40987 11.2413 9.5775 11.2413C9.74513 11.2413 9.91111 11.2083 10.066 11.1442C10.2208 11.08 10.3616 10.986 10.4801 10.8675L16.7033 5.24335C16.8443 5.12184 17.0272 5.06032 17.213 5.07195C17.3987 5.08358 17.5726 5.16744 17.6973 5.30558C17.8221 5.44373 17.8878 5.6252 17.8805 5.81118C17.8731 5.99717 17.7933 6.17291 17.6581 6.30081L11.4592 11.8998C11.2128 12.1448 10.9205 12.3387 10.5989 12.4705C10.2774 12.6022 9.93304 12.6692 9.58558 12.6674Z", fill: "white" }))),
1372
- React__default["default"].createElement(index$3.Text, { size: "p3" }, disclaimerText || t('pnModal.disclaimer'))),
1373
- React__default["default"].createElement(index$2.Heading, { tag: "h5" }, t('healthToolPNModal.yourPre')),
1372
+ React__default["default"].createElement(index$4.Text, { size: "p3" }, disclaimerText || t('pnModal.disclaimer'))),
1373
+ React__default["default"].createElement(index$3.Heading, { tag: "h5" }, t('healthToolPNModal.yourPre')),
1374
1374
  selectCategory.length > 0 && (React__default["default"].createElement(TopicSection, { topicsGroup: [{ label: '', topics: selectCategory }], selectedTopics: selectCategory, readonly: true })))));
1375
1375
  };
1376
1376
 
@@ -1401,7 +1401,7 @@ const PremiumNewsletterModal = ({ isMobile, isLoggedIn, pnSuggestCategory = [],
1401
1401
  },
1402
1402
  method: 'POST',
1403
1403
  data: {
1404
- ga_client_id: Cookies__default["default"].get(index$9.GA_TOKEN_COOKIE),
1404
+ ga_client_id: Cookies__default["default"].get(index$b.GA_TOKEN_COOKIE),
1405
1405
  client_ip: window.clientIP || '',
1406
1406
  user_info: Object.assign(Object.assign({}, acquisitionInfo.userInfo), { name: name || formValues.name, type_subscription: 1 }),
1407
1407
  domain: constantsDomainLocales.domainLocales[locale || Locale.LOCALE.Vietnam],
package/build/index.css CHANGED
@@ -1 +1 @@
1
- ._2ugC2Ll .card-author>.row{align-items:flex-start;flex-direction:column;gap:8px}._2ugC2Ll .feature-tabs{margin-bottom:24px;width:100%}._8IDDHjn{color:#595959;font-size:16px;font-weight:400;line-height:24px}.CCwRHCd,._8IDDHjn{margin-top:24px}@media (max-width:767px){.CCwRHCd{margin-top:16px}}.RF63WXG{color:#262626;font-size:16px;font-weight:400;line-height:24px;margin-top:24px}@media (max-width:767px){.RF63WXG{margin-top:16px}}.PIaeC0v{background:#e3f2ff;border-radius:8px;padding:8px}._0NhMo6T{padding-top:12px}._0NhMo6T .post-card{border-bottom:1px solid #e4e8ec}._0NhMo6T .post-card:last-child{border-bottom:0}.nrZtZ-u{border-bottom:1px solid #e4e8ec}.nrZtZ-u .faq-item{align-items:center;cursor:pointer;display:flex;gap:8px;justify-content:space-between;padding:12px 0}.nrZtZ-u .faq-answer{line-height:24px;padding-bottom:12px}@media (max-width:767px){.nrZtZ-u .faq-answer{font-size:14px;line-height:22px}}.nrZtZ-u .faq-question{color:#262626;font-size:16px;font-weight:400;line-height:24px}@media (max-width:767px){.nrZtZ-u .faq-question{font-size:14px;line-height:22px}}.CHw-fZZ{align-items:center;background:#e0f8ee;border-left:4px solid #00b16a;box-sizing:border-box;display:flex;justify-content:space-between;overflow:auto;padding:12px 16px;width:100%}.CHw-fZZ[data-alert-type=danger]{background:#fae9e8;border-left-color:#ff5331}.CHw-fZZ[data-alert-type=warning]{background:#fff8e2;border-left-color:#fe921d}._03U6VRS .icon-title{align-items:center;display:flex}._03U6VRS img,._03U6VRS svg{margin-right:8px}.EO828Vv{cursor:pointer}.pfaLGRK{height:calc(var(--height)*1px);width:calc(var(--width)*1px)}.pfaLGRK img,.pfaLGRK svg{display:block;height:100%;width:100%}.pfaLGRK img{-o-object-fit:contain;object-fit:contain}._2iQs0sk{margin-left:auto;margin-right:auto;max-width:328px}.Ia6IojY{border:1px solid #d9d9d9;border-radius:4px;box-shadow:0 0 5px #e3f2ff;box-sizing:border-box;font-family:inherit;font-size:1rem;line-height:1.5;margin:0;min-width:48px;padding:11px 16px;text-align:center;transition:all .3s ease;width:100%}.Ia6IojY::-moz-placeholder{color:#8c8c8c}.Ia6IojY::placeholder{color:#8c8c8c}.Ia6IojY:focus{border-color:#45a4ff;outline:none}.Ia6IojY.isError{border-color:#f44d2c}.Ia6IojY.yJs9MaD{border-color:#bf331b}.Ia6IojY::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.i-9Ibox{display:flex}.i-9Ibox .PhoneInputCountry{align-items:center;background-color:#f2f2f2;border:1px solid #d9d9d9;border-radius:6px 0 0 6px;box-sizing:border-box;display:flex;justify-content:space-between;min-width:20px;padding:0 16px;position:relative}.i-9Ibox .PhoneInputCountrySelect{-moz-appearance:none;-webkit-appearance:none;appearance:none;box-sizing:border-box;cursor:pointer;inset:0;opacity:0;position:absolute;z-index:0}.i-9Ibox .PhoneInputCountryIcon{align-items:center;background:none;border:none;box-shadow:none;display:flex;height:unset;line-height:1.5;width:unset}.i-9Ibox .PhoneInputCountryIconImg{border-radius:2px;height:16px!important;width:24px!important}.i-9Ibox .PhoneInputCountryIconCallingCode{color:#262626;display:inline-block;line-height:1;margin-left:4px}.i-9Ibox .PhoneInputArrowContainer{color:#8c8c8c;font-size:16px;line-height:1;margin-left:4px}.i-9Ibox .PhoneInputInput{border:1px solid #d9d9d9;border-left-width:0;border-radius:6px;border-radius:0 6px 6px 0;box-shadow:0 0 5px #e3f2ff;box-sizing:border-box;flex:1;font-family:inherit;font-size:1rem;line-height:40px;margin:0;padding:0 16px;transition:all .1s ease-in-out;width:100%}.i-9Ibox .PhoneInputInput::-moz-placeholder{color:#8c8c8c}.i-9Ibox .PhoneInputInput::placeholder{color:#8c8c8c}.i-9Ibox .PhoneInputInput:focus{outline:none}.i-9Ibox .PhoneInputInput.isError{border-color:#f44d2c}.i-9Ibox .PhoneInputInput:focus,.i-9Ibox .PhoneInputInput:hover{border-color:#91caff;box-shadow:0 0 2px 2px #91caff}.i-9Ibox .PhoneInputInput:disabled{background-color:#f2f2f2;border-color:#d9d9d9;color:#8c8c8c}.i-9Ibox:focus-within{border-color:#91caff}.i-9Ibox:focus-within .PhoneInputCountry{border-color:#91caff #d9d9d9 #91caff #91caff}.i-9Ibox.YDWHh9b .PhoneInputInput{border-color:#f44d2c}.i-9Ibox.YDWHh9b .PhoneInputCountry{border-color:#f44d2c #d9d9d9 #f44d2c #f44d2c}.i-9Ibox.PhoneInput--readOnly .PhoneInputCountrySelect{pointer-events:none}.MON6sfi{text-align:center}.pS-tJD7{line-height:1;margin-bottom:32px}.s3tJ9-5{font-size:120px;line-height:1}.fNsZr1b{color:#262626;font-size:28px;line-height:1.285;margin-bottom:16px}.uuxV74v{color:#595959}.YohjTDU{margin-top:24px;padding-left:34px;padding-right:34px}@media (max-width:1400px){.pS-tJD7{margin-bottom:27px}.s3tJ9-5{font-size:100px}.fNsZr1b{font-size:23px;margin-bottom:12px}.YohjTDU{margin-top:20px;padding-left:28px;padding-right:28px}}@media (max-width:768px){.pS-tJD7{margin-bottom:20px}.s3tJ9-5{font-size:80px}.fNsZr1b{font-size:20px;margin-bottom:10px}.YohjTDU{margin-top:18px;padding-left:24px;padding-right:24px}}.DjBFAbd[data-size=label1]{font-size:14px;line-height:22px}.DjBFAbd[data-size=label2]{font-size:13px;line-height:19px}.d76E4SH{margin:0 auto;width:100%}@media (max-width:767px){.d76E4SH{padding:0 16px}}@media (min-width:1024px){.d76E4SH{max-width:1170px}.d76E4SH[data-type=marryBaby]{max-width:1064px}}.tliWyii{align-items:center;display:flex;font-weight:400;gap:.5em;justify-content:center;padding:1em}.PiqKaXk{color:#595959;font-size:14px;font-weight:700;line-height:22px}.HgbW6-m{color:inherit;display:inline-block;height:100%;text-decoration:none;width:100%}._6lkfLYy{background-color:#fff;box-sizing:border-box;display:flex;padding:16px 16px 16px 0}._6lkfLYy,._6lkfLYy .content{width:100%}._6lkfLYy .content,._6lkfLYy .content .inner-content{display:flex;flex-direction:column}._6lkfLYy .content .inner-content p{align-items:center;display:flex}._6lkfLYy .content .inner-content a{text-decoration:none}._6lkfLYy .content .inner-content .bookmark{height:18px;width:18px}._6lkfLYy .content .inner-content .title a{margin-top:2px}._6lkfLYy .content .inner-content .text,._6lkfLYy .content .inner-content .title a{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;overflow:hidden}._6lkfLYy .content .inner-content .text{margin-top:4px;max-width:100%}._6lkfLYy .footer{display:flex}._6lkfLYy .footer .author{width:calc(100% - 20px)}._6lkfLYy .footer .bookmark{cursor:pointer;display:flex;height:16px;margin-left:8px;width:12px}._6lkfLYy .footer .bookmark svg{height:100%;width:100%}._6lkfLYy .banner{border-radius:6px;height:100%;max-height:100%;max-width:100px;max-width:100%;min-width:100px;position:relative}._6lkfLYy .banner img{border-radius:6px;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;pointer-events:none;width:100%}._6lkfLYy .banner .premium{height:28px;left:6px;position:absolute;top:6px;width:28px}._6lkfLYy .shoppable{bottom:4px;left:6px;position:absolute}._6lkfLYy[data-size=sm][data-direction=horizontal]{padding:20px 0}._6lkfLYy[data-size=sm][data-direction=horizontal] .label{margin-bottom:0}._6lkfLYy[data-size=sm][data-direction=horizontal] .banner{height:100px;margin:0 16px 0 0;width:100px}@media (max-width:767px){._6lkfLYy[data-size=sm][data-direction=horizontal] .banner{height:100px;margin:0 16px 0 0;max-width:100px;min-width:100px}}._6lkfLYy[data-size=sm][data-direction=horizontal] .text{display:none}._6lkfLYy[data-direction=horizontal] .footer{margin-top:auto}._6lkfLYy[data-size=md][data-direction=horizontal]{padding:16px 0}._6lkfLYy[data-size=md][data-direction=horizontal] .banner{height:150px;margin:0 24px 0 0;max-width:200px;min-width:200px}@media (max-width:767px){._6lkfLYy[data-size=md][data-direction=horizontal] .text{display:none}._6lkfLYy[data-size=md][data-direction=horizontal] .banner{height:100px;margin:0 16px 0 0;max-width:100px;min-width:100px}._6lkfLYy[data-size=md][data-direction=horizontal] .specialty{display:none}}._6lkfLYy[data-direction=vertical]{flex-direction:column;padding:0}._6lkfLYy[data-direction=vertical] .label{display:flex;margin-top:16px}._6lkfLYy[data-direction=vertical][data-size=sm] .banner{height:150px}._6lkfLYy[data-direction=vertical][data-size=sm] .text{display:none}._6lkfLYy[data-direction=vertical][data-size=sm] .title{margin-bottom:12px;margin-top:0}._6lkfLYy[data-direction=vertical][data-size=lg] .banner{max-height:312px}@media (max-width:767px){._6lkfLYy[data-direction=vertical][data-size=lg] .banner{max-height:192px}}._6lkfLYy[data-direction=vertical][data-size=lg] .text{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;margin-bottom:16px;margin-top:8px;word-break:break-word}._6lkfLYy[data-direction=vertical] .banner{height:468px;margin:0;min-width:100%}._6lkfLYy[data-is-expert] .inner-content label.text{display:none}._6lkfLYy[data-is-expert] .specialty>[data-tag=h6]{font-size:13px;font-weight:400;line-height:19px}._6lkfLYy[data-is-expert][data-size=md] .footer .author .avatar{margin-right:8px}@media (min-width:1024px){._6lkfLYy[data-is-expert][data-size=md] .footer .author .avatar{height:40px;margin-right:16px;width:40px}}._6lkfLYy[data-is-expert] .title{margin-bottom:16px}@media (max-width:767px){._6lkfLYy[data-is-expert] .title{margin-bottom:8px}}._6lkfLYy[data-is-expert][data-direction=horizontal] .footer{margin-top:auto}.j7c-onH{flex-direction:row;justify-content:space-between;margin-top:8px;width:100%}.j7c-onH,.j7c-onH .author{align-items:center;display:flex}.j7c-onH .author .avatar,.j7c-onH .author .expert-avatar{flex-shrink:0}.j7c-onH .author .avatar img,.j7c-onH .author .expert-avatar img{border-radius:50%;height:100%;width:100%}.j7c-onH .author .name{font-weight:600}.j7c-onH .author .poster{align-items:center;display:flex;white-space:pre-wrap}.j7c-onH .author .poster[data-is-disabled-url=true]{cursor:default}.j7c-onH .author .poster[data-is-disabled-url=true] a{pointer-events:none}.j7c-onH .author .poster p{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;font-weight:400;overflow:hidden}.j7c-onH .author .poster p a{color:#262626;text-decoration:none}.j7c-onH .author .poster p span:not(.name){color:#8c8c8c}.j7c-onH .author .expert{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.j7c-onH .author .expert a{text-decoration:none}.j7c-onH .author .expert[data-is-disabled-url=true]{cursor:default}.j7c-onH .author .expert[data-is-disabled-url=true] a{pointer-events:none}.j7c-onH .author .avatar{height:24px;margin-right:8px;width:24px}@media (max-width:767px){.j7c-onH .author .avatar{margin-right:4px}}@media (min-width:1024px){.j7c-onH .author .avatar[data-size=lg]{height:32px;margin-right:12px;width:32px}}@media (min-width:768px){.j7c-onH .author .expert-avatar{height:40px;margin-right:16px;width:40px}}@media (max-width:767px){.j7c-onH .author .expert-avatar{height:32px;margin-right:8px;width:32px}}@media (min-width:768px){.j7c-onH .author .expert-avatar[data-size=lg]{height:64px;margin-right:16px;width:64px}}@media (max-width:767px){.j7c-onH .author .expert-avatar[data-size=lg]{height:40px;margin-right:16px;width:40px}}.wwI1--d{cursor:pointer}.WUqzfRb{display:flex;position:relative}.WUqzfRb>.collapsed-breadcrumb{border:none}.WUqzfRb>.collapsed-breadcrumb>div{padding:0}.WUqzfRb>.collapsed-breadcrumb>ul{min-width:-moz-max-content;min-width:max-content}.WUqzfRb[data-size=lg]{font-size:16px;font-weight:700;line-height:24px}.WUqzfRb[data-size=md]{font-size:14px;font-weight:400;line-height:22px}.WUqzfRb[data-size=sm]{font-size:13px;font-weight:400;line-height:20px}.MnVGtSY{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 4 4-4 4' stroke='%23595959' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain}.MnVGtSY,.MnVGtSY[data-size=lg]{margin-left:8px;margin-right:8px;width:6px}.MnVGtSY[data-size=md]{margin-left:7px;margin-right:7px;width:5px}.MnVGtSY[data-size=sm]{margin-left:6px;margin-right:6px;width:4px}.NclbhXQ{max-width:12em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.NclbhXQ>a{color:#262626;cursor:pointer;text-decoration:none}.NclbhXQ[data-last=true]>a{color:#737373}.NclbhXQ>a:focus,.NclbhXQ>a:hover{color:#2c74df;outline:none}.NclbhXQ>a:focus .arrowLeft,.NclbhXQ>a:focus .arrowRight,.NclbhXQ>a:hover .arrowLeft,.NclbhXQ>a:hover .arrowRight{stroke:#2b62cd}.NclbhXQ>a:active{color:#2b62cd}.NclbhXQ[data-disabled]>a{color:#bfbfbf;cursor:not-allowed}.vvR-m49{cursor:pointer}.vvR-m49>*{pointer-events:none}.UhiT4m5{align-items:center;display:flex;justify-content:space-between;position:relative}.UhiT4m5 .direction-vertical{flex-direction:column}.UhiT4m5 .direction-vertical .session-action{border-bottom:1px solid #e4e8ec;justify-content:space-between;order:1;padding:0 16px}.UhiT4m5 .direction-vertical .wrapper-action{padding:12px 0}.UhiT4m5 .direction-vertical .session-statistical{border-bottom:1px solid #e4e8ec;justify-content:space-between;order:0;padding:6px 16px}.oEfeTkV{display:flex;justify-content:space-between;width:100%}@media (max-width:767px){.oEfeTkV{flex-direction:column}}.OlbikxJ{display:flex;gap:25px;justify-content:flex-start}._9GXHCn3{align-items:center;display:flex;gap:4px;position:relative}.HCsrR0N,._9GXHCn3{cursor:pointer}.MV3lNuh{text-transform:lowercase}.Ierg-Fq{color:#595959;font-size:14px;font-weight:400;line-height:22px}._674BTR4{align-items:center;display:flex;gap:16px}@media (max-width:767px){._674BTR4{border-bottom:1px solid #e4e8ec;justify-content:space-between;order:1;padding:0 16px}._674BTR4 .wrapper-action{padding:12px 0}}.XlkglSM{align-items:center;display:flex;gap:12px}@media (max-width:767px){.XlkglSM{border-bottom:1px solid #e4e8ec;justify-content:space-between;order:0;padding:6px 16px}}.XlkglSM .wrapper-list-statistical{align-items:center;display:flex;gap:8px}.KyekKc3{align-items:center;display:flex;flex:1;gap:12px}.KyekKc3 .releated-post-statistical{align-items:center;display:flex;flex:1;gap:8px;justify-content:space-between}.TTfvZpR,.TTfvZpR .mantine-Text-root{cursor:default}.dZWeHns{display:flex;flex-direction:column;gap:8px}@media (min-width:768px){.dZWeHns{align-items:center;flex-direction:row}}._8z2nszB{align-items:center;display:flex}.tMiOKib{font-size:14px;font-weight:600;line-height:22px;text-overflow:ellipsis}@media (min-width:768px){.tMiOKib{font-size:16px;line-height:24px}}.uDcqD-2{display:inline;font-size:12px;line-height:18px;vertical-align:middle}.uDcqD-2,.uDcqD-2 a{color:#737373;text-decoration:none}.pDlsows{font-size:12px;line-height:18px}.m-HVXw1{background:#737373;border-radius:50%;display:inline-block;height:3px;margin:0 4px;vertical-align:middle;width:3px}.sTU4T4I{align-items:flex-start;display:flex}.sTU4T4I a{text-decoration:none}.tCql9Je{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin-left:12px}._3j7uYhH{position:relative}._3j7uYhH *{pointer-events:none}.PHABgoT{bottom:0;line-height:0;position:absolute;right:-4px}._2UKyiK1 .mantine-Modal-modal{width:100%}@media (min-width:768px){._2UKyiK1 .mantine-Modal-modal{width:480px}}.E5ga-tI{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}._8Y2nWXX{color:#262626;font-size:18px;font-weight:600;line-height:28px}.d0T7kSP{cursor:pointer;height:28px;width:28px}.PD6nRZX,.d0T7kSP{align-items:center;display:flex;justify-content:center}.PD6nRZX{padding:1em}.PD6nRZX button{font-weight:400}.l5fL1xL,.l5fL1xL a{color:#2d87f3;font-size:14px;font-weight:400;line-height:22px;text-decoration:none}.L-aGKo7,.L-aGKo7 a{color:#262626;font-size:16px;font-weight:600;line-height:24px;text-decoration:none}.eaR8ATZ{display:flex}.eaR8ATZ a{text-decoration:none}.xM-7K0a{display:flex;flex-direction:column;gap:6px;margin-left:16px}.DZmf3s7{overflow:hidden}.DZmf3s7 img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.SFSgnOz .Tf3aoVa{align-items:center;display:flex}.SFSgnOz .TOt4QXl{font-size:16px;font-weight:600}.SFSgnOz ._5XYN1KT{align-items:center;border-radius:50%;display:flex;height:24px;justify-content:center;margin-right:16px;width:24px}.SFSgnOz .yE-tZRj{background:#f8f9fc;border-radius:6px;display:flex;flex-direction:column;gap:10px;padding:12px}.SFSgnOz .LXiGuGT{color:#262626;font-size:16px;font-weight:400;line-height:24px}.SFSgnOz .r4rx-6v{color:#737373;font-size:14px;font-weight:400;line-height:22px}.SFSgnOz .XrHh8-C{align-items:center;display:flex;font-size:14px;font-weight:600;line-height:22px}.SFSgnOz .c5-Yecd{margin-right:10px}.SFSgnOz .UBj6nWr,.SFSgnOz ._2vptVBd{padding:16px 0}.SFSgnOz .ZPDAwiR{text-decoration:none}.SFSgnOz ._6wJn-NR{padding:16px 0}.SFSgnOz ._6wJn-NR .ZPDAwiR .article-card{border-bottom:1px solid #e4e8ec;padding:16px 0}.SFSgnOz ._6wJn-NR .ZPDAwiR:last-child .article-card{border-bottom:0}.SFSgnOz ._21XDdFv{margin-left:12px}.SFSgnOz ._21XDdFv:first-child{margin-left:0}.SFSgnOz[data-is-marrybaby=true] .TOt4QXl{font-size:14px;line-height:24px}.SFSgnOz[data-is-marrybaby=true] .yE-tZRj{background:transparent;padding:0}.SFSgnOz[data-is-marrybaby=true] .mantine-Accordion-item{border:1px solid #eaeaea;border-radius:16px;margin-bottom:24px;padding:0 16px}.SFSgnOz[data-is-marrybaby=true] .mantine-Accordion-panel{padding-bottom:16px}.SFSgnOz[data-is-marrybaby=true] .mantine-Accordion-control{padding-right:0}.LSyr3Zo{align-items:center;border:1px solid #9495a0;border-radius:50%;display:flex;height:18px;justify-content:center;width:18px}.GYUElSy{display:flex;flex-direction:column;gap:16px;padding:24px 0}.GYUElSy .post-content-wrapper{padding:0}._3C6QpT1{margin-bottom:5px}._9M9VYL6{cursor:pointer;font-size:16px;font-weight:600;line-height:24px}._1RuSyv3{color:#595959;font-size:12px;font-weight:400;line-height:18px}._1IG-eEp{display:flex;flex-direction:column;gap:8px}.MrdoES3 .post-card{border-bottom:1px solid #e4e8ec}.MrdoES3 .post-card:last-child{border-bottom:0}._8fd7YMs{flex-direction:column;gap:24px;margin-top:56px;width:100%}.DomiQfw,._8fd7YMs{align-items:center;display:flex}.DomiQfw{background:#f8f9fc;border-radius:50%;height:120px;justify-content:center;width:120px}.-b2qnfL{color:#595959;text-align:center}.toEutn7{padding:16px}.toEutn7 .card-author{margin-bottom:10px;padding:0}.drdisHs{color:#262626;cursor:pointer;font-size:16px;font-weight:600;line-height:24px;margin-top:12px}.scNwTvv{display:flex;justify-content:flex-end}.HNlhOdx{color:#9aa2ac;cursor:pointer;font-size:14px;font-weight:400;line-height:22px;margin-top:12px;text-align:right}.HNlhOdx:hover{color:#2d87f3}.I-uIJ6E .question-card{border-top:1px solid #e4e8ec}.I-uIJ6E .question-card:first-child{border-top:0}._41WRsj2{align-items:center;display:flex}.AcOGL93{color:#262626;font-size:14px;font-weight:600;line-height:22px}@media (min-width:768px){.AcOGL93{font-size:16px;line-height:24px}}.JD3dWJN{align-items:center;background-color:#e4e8ec;border-radius:50%;height:40px;justify-content:center;margin-right:16px;overflow:hidden;width:40px}.JD3dWJN img{max-width:100%}.dKAgnS8{border:1px solid #e4e8ec}.L2Q9T6m{align-items:center;background:#f8f9fc;border-radius:50%;display:flex;height:32px;justify-content:center;pointer-events:none;width:32px}.h-pSmhX{margin-top:24px}.GA-zc-O{display:flex;flex-direction:column;gap:16px;padding:20px 0}.GA-zc-O .post-content-wrapper{padding:0}.A18McWD{font-size:14px;line-height:22px}.yzr0H0N{margin-bottom:5px}._6gVRc3i{color:#2b62cd;cursor:pointer;font-size:16px;font-weight:600;line-height:24px}.xOzLGrD{color:#595959;font-size:12px;font-weight:400;line-height:18px}.IB049vj{display:flex;flex-direction:column;gap:8px;position:relative}._8I--vEV{bottom:0;left:0;position:absolute;right:0;top:0}.TSMHoEM .post-card{border-bottom:1px solid #e4e8ec}.TSMHoEM .post-card:last-child{border-bottom:0}._4Vekw96 .card-author>.row{align-items:flex-start;flex-direction:column;gap:8px}._4Vekw96 .feature-tabs{margin-bottom:24px;width:100%}.DIJdGcB{color:#595959;font-size:16px;font-weight:400;line-height:24px}.DIJdGcB,.aQSt4-Q{margin-top:24px}.KsWg8i6{cursor:pointer}._9tS0EUN{color:#262626;font-size:16px;font-weight:600;line-height:24px;margin-bottom:8px;text-align:center}.kyyRKlb{color:#595959;font-size:14px;font-weight:400;line-height:22px;text-align:center}.-Uqqka-{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-top:16px}.-Uqqka- button{flex-grow:1}.CnNZq8D .question-card{border-top:1px solid #e4e8ec}.CnNZq8D .question-card:first-child{border-top:0}.F4mmgSy{align-items:center;display:flex}._8jLruY3{color:#262626;font-size:14px;font-weight:600;line-height:22px}@media (min-width:768px){._8jLruY3{font-size:16px;line-height:24px}}.FE8w-fe{align-items:center;background-color:#e4e8ec;border-radius:50%;height:40px;justify-content:center;margin-right:16px;overflow:hidden;width:40px}.FE8w-fe img{max-width:100%}.Yd2a9Nj{border:1px solid #e4e8ec}.A7QrQ7A{align-items:center;background:#f8f9fc;border-radius:50%;display:flex;height:32px;justify-content:center;pointer-events:none;width:32px}.-dzIuHr{text-align:left}.-dzIuHr .icon{display:inline-block;margin-bottom:2px;margin-right:6px;vertical-align:middle}.y5VJdvw{align-items:center;display:flex}.oVhOSCy{flex-shrink:0}.oVhOSCy .mobile-close-icon{display:none}.oVhOSCy:focus-within .mobile-close-icon{display:block}.oVhOSCy:focus-within .mobile-hamburger-icon{display:none}.oVhOSCy:focus-within #categories-menu{opacity:1;transform:translateX(0)}.oVhOSCy:focus-within #categories-menu>*{display:initial}.oVhOSCy #categories-menu{opacity:0;transform:translateX(-100%);transition:transform .1s,opacity .1s}.oVhOSCy #categories-menu>*{display:none}.pX8OXTM{cursor:pointer}.pX8OXTM>*{pointer-events:none}.hhgcomp-navigation-itemnav-headeritem{align-items:center;border-bottom:1px solid #fff;color:#1b3250;cursor:pointer;display:flex;height:100%;justify-content:center;text-decoration:none}.hhgcomp-navigation-itemnav-headeritem>div{align-items:center;display:flex;font-size:14px;font-weight:700;line-height:22px;-webkit-user-select:none;-moz-user-select:none;user-select:none}div[data-site-type=marryBaby] .hhgcomp-navigation-itemnav-headeritem{color:#202135}.hhgcomp-navigation-itemnav-headeritem .wrapper-menu-icon{align-items:center;display:flex;margin-left:8px}.hhgcomp-navigation-itemnav-headeritem .wrapper-menu-icon .origin-icon{display:block}.hhgcomp-navigation-itemnav-headeritem .wrapper-menu-icon .origin-icon .hamburger-container{align-items:center;display:flex;justify-content:center}.hhgcomp-navigation-itemnav-headeritem .wrapper-menu-icon .close-icon{display:none}.hhgcomp-navigation-itemnav-headeritem:focus-within{border-bottom:1px solid #2d87f3;color:#2d87f3}div[data-site-type=marryBaby] .hhgcomp-navigation-itemnav-headeritem:focus-within{border-bottom:1px solid #e85388;color:#e85388}div[data-site-type=marryBaby] .hhgcomp-navigation-itemnav-headeritem:focus-within svg path{stroke:#9495a0}div[data-site-type=marryBaby] .hhgcomp-navigation-itemnav-headeritem:focus-within svg:hover path{stroke:#e85388}.hhgcomp-navigation-itemnav-headeritem:focus-within .hhgcomp-navigation-popupwrapper-menuwrapper{cursor:auto;opacity:1;visibility:initial}.hhgcomp-navigation-itemnav-headeritem:focus-within .hhgcomp-navigation-popupwrapper-menuwrapper>.hhgcomp-navigation-popupwrapper-menuwrapper-child{display:initial}.hhgcomp-navigation-itemnav-headeritem:focus-within .wrapper-menu-icon .origin-icon{display:none}.hhgcomp-navigation-itemnav-headeritem:focus-within .wrapper-menu-icon .close-icon{align-items:center;display:flex;justify-content:center}.wnUb-dV{align-items:center;display:flex}.cjbOxWe{cursor:pointer}.cjbOxWe *{pointer-events:none}@keyframes EDlp5Zf{0%{transform:scale(0)}2%{transform:scale(0)}25%{transform:scale(1)}75%{transform:scale(1)}98%{transform:scale(0)}to{transform:scale(0)}}@media (max-width:767px){.-sx0jrx{display:none}}.-sx0jrx:hover>button{opacity:.9}.-sx0jrx:focus-within .hhgcomp-navigation-popupwrapper-menuwrapper{cursor:auto;opacity:1;visibility:initial}.-sx0jrx:focus-within .hhgcomp-navigation-popupwrapper-menuwrapper>.hhgcomp-navigation-popupwrapper-menuwrapper-child{display:initial}.q3nL5cp{padding-bottom:1rem}@media (max-width:767px){.q3nL5cp{display:block;padding:0}}@media (min-width:768px){.q3nL5cp{grid-gap:10px;display:grid;grid-template-columns:1fr 3fr}}.hhgcomp-navigation-popupwrapper-menuwrapper{align-items:center;background-color:#fff;height:100%;left:0;padding:.5rem;position:fixed;top:56px;transition:opacity .2s ease-in-out;width:100%;z-index:200}.hhgcomp-navigation-popupwrapper-menuwrapper[data-is-display=false]{opacity:0;visibility:hidden}.hhgcomp-navigation-popupwrapper-menuwrapper[data-is-display=false]>.hhgcomp-navigation-popupwrapper-menuwrapper-child{display:none}.hhgcomp-navigation-popupwrapper-menuwrapper[data-is-nav-menu=true]{box-shadow:0 10px 16px rgba(0,0,0,.04),0 2px 8px rgba(0,0,0,.04),0 0 1px rgba(0,0,0,.04);height:unset;position:absolute;top:100%}._2DNf80G{position:relative;z-index:1}.Q-glX-n{position:absolute;right:0;top:0}.Q-glX-n,.uJQBNNg{align-items:center;cursor:pointer;display:flex}.TfG3dM5{flex-shrink:0}.aMtjFNf{flex-grow:0;margin-left:12px}.cSz2RR-{-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box;font-weight:700;overflow:hidden;text-overflow:ellipsis;word-break:break-word}[data-theme=helloSites] .cSz2RR-{font-size:16px;font-weight:600}[data-theme=marryBaby] .cSz2RR-{font-size:14px;font-weight:600}.GyFm00F{align-items:center;background-repeat:no-repeat;cursor:pointer;display:flex;font-size:12px;font-weight:400;padding-left:0;padding-top:0;width:-moz-fit-content;width:fit-content}[data-theme=helloSites] .GyFm00F{background-image:var(--bg-hellosites);background-position:right 5px;background-size:5px 8px;color:#595959;padding-right:15px}[data-theme=marryBaby] .GyFm00F{background-image:var(--bg-marrybaby);background-position:right -2px;background-size:20px 20px;color:#9495a0;font-weight:600;margin-top:2px;padding-right:25px}.fVk18fq{cursor:pointer}[data-theme=helloSites] .fVk18fq{border-radius:6px;box-shadow:0 10px 16px rgba(0,0,0,.04),0 2px 8px rgba(0,0,0,.04),0 0 1px rgba(0,0,0,.04);padding:12px 16px}[data-theme=marryBaby] .fVk18fq{align-items:center;border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.08);display:flex;flex-direction:column;height:100px;justify-content:center;min-width:80px}.v8TCvUb{white-space:nowrap}[data-theme=helloSites] .v8TCvUb{color:#262626;font-size:14px;margin-top:6px}[data-theme=marryBaby] .v8TCvUb{font-size:12px;margin-top:8px}.mx7T4V3{background-repeat:no-repeat}[data-theme=helloSites] .mx7T4V3{height:28px}[data-theme=marryBaby] .mx7T4V3{align-items:center;background-position:50%;border-radius:20px;display:flex;height:40px;justify-content:center;width:40px}.gn6HmGG{color:#262626;font-size:14px;margin:0 -16px;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}[data-theme=helloSites] .gn6HmGG{background-color:#f8f9fc;padding:8px 0}.FCx8FEM{background-color:#fff;border:1px solid transparent;margin-top:0;transition:margin .3 linear;transition:margin .2s}.FCx8FEM,.FCx8FEM[data-has-submenu=true]{cursor:pointer}.FCx8FEM[data-is-open=true]>div:first-child{border-bottom-color:#e4e8ec}.FCx8FEM[data-is-open=true]+div{margin-top:8px}.FCx8FEM[data-is-open=true]+.nav-menu-item{border-top-color:transparent}[data-theme=helloSites] .FCx8FEM+.nav-menu-item{border-top-color:#e4e8ec}[data-theme=marryBaby] .FCx8FEM+.nav-menu-item:before{content:"";display:block;height:1px;margin:0 50px}.FCx8FEM .nav-menu-item{padding-left:33px}.zMiRxaE{align-items:center;border:1px solid transparent;display:flex;height:48px;padding:0 18px;transition:border-color .3s}.lZ2Z9MQ{background-position:50%;background-repeat:no-repeat;height:20px;margin-right:14px;width:20px}.rwm-agG{display:flex;flex:1;justify-content:flex-end}.rwm-agG:after{background-image:var(--after-bg);background-position:50%;background-repeat:no-repeat;content:"";display:block;height:10px;width:12px}[data-is-open=true] .rwm-agG:after{transform:rotate(-180deg)}.qMOscoq{max-height:0;overflow:hidden;transition:max-height .3s ease-out}[data-is-open=true] .qMOscoq{max-height:200px;transition-timing-function:ease-in}.-AZt1au{display:flex;flex-direction:column;font-size:medium;font-weight:400;line-height:normal;padding:18px 16px}.-AZt1au[data-theme=helloSites]{gap:16px}.-AZt1au[data-theme=marryBaby]{gap:24px}.IvSIfCI{display:inline-flex;flex:1;flex-wrap:wrap}[data-theme=helloSites] .IvSIfCI{gap:8px;margin-right:-8px}[data-theme=marryBaby] .IvSIfCI{gap:16px}[data-theme=helloSites] .eahCJov{width:calc(50% - 8px)}[data-theme=marryBaby] .eahCJov{flex:1;width:33.33%}.XIyViFs span{font-weight:400;justify-content:center}.XIyViFs span img{margin-right:8px}.XIyViFs .button-icon{height:15px;width:15px}[data-theme=marryBaby] ._4y-O0w3{border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.08);overflow:hidden}[data-theme=helloSites] .kO8iNgD{border-radius:6px;box-shadow:0 4px 8px rgba(0,0,0,.04),0 0 2px rgba(0,0,0,.06),0 0 1px rgba(0,0,0,.04);overflow:hidden}.a1d4E10{align-items:center;display:flex;font-size:14px;padding:0 16px}[data-theme=helloSites] .a1d4E10{height:42px}[data-theme=marryBaby] .a1d4E10{height:52px}[data-theme=marryBaby] [data-user-rank=member] .a1d4E10{background-color:#e0e9fb;color:#4096fe}.Tdguxxf{background-position:50%;background-repeat:no-repeat}[data-theme=helloSites] .Tdguxxf{height:18px;width:18px}[data-theme=marryBaby] .Tdguxxf{height:24px;width:24px}.-mOxsaU{font-size:14px}[data-theme=helloSites] .-mOxsaU{font-weight:600;margin-left:6px}[data-theme=marryBaby] .-mOxsaU{font-weight:500;margin-left:8px}.yPeDBNZ{display:flex;flex:1;font-weight:600;justify-content:flex-end}[data-theme=helloSites] .yPeDBNZ{font-size:14px}[data-theme=marryBaby] .yPeDBNZ{color:#3e3f58;font-size:12px}
1
+ ._2ugC2Ll .card-author>.row{align-items:flex-start;flex-direction:column;gap:8px}._2ugC2Ll .feature-tabs{margin-bottom:24px;width:100%}._8IDDHjn{color:#595959;font-size:16px;font-weight:400;line-height:24px}.CCwRHCd,._8IDDHjn{margin-top:24px}@media (max-width:767px){.CCwRHCd{margin-top:16px}}.RF63WXG{color:#262626;font-size:16px;font-weight:400;line-height:24px;margin-top:24px}@media (max-width:767px){.RF63WXG{margin-top:16px}}.PIaeC0v{background:#e3f2ff;border-radius:8px;padding:8px}._0NhMo6T{padding-top:12px}._0NhMo6T .post-card{border-bottom:1px solid #e4e8ec}._0NhMo6T .post-card:last-child{border-bottom:0}.nrZtZ-u{border-bottom:1px solid #e4e8ec}.nrZtZ-u .faq-item{align-items:center;cursor:pointer;display:flex;gap:8px;justify-content:space-between;padding:12px 0}.nrZtZ-u .faq-answer{line-height:24px;padding-bottom:12px}@media (max-width:767px){.nrZtZ-u .faq-answer{font-size:14px;line-height:22px}}.nrZtZ-u .faq-question{color:#262626;font-size:16px;font-weight:400;line-height:24px}@media (max-width:767px){.nrZtZ-u .faq-question{font-size:14px;line-height:22px}}.CHw-fZZ{align-items:center;background:#e0f8ee;border-left:4px solid #00b16a;box-sizing:border-box;display:flex;justify-content:space-between;overflow:auto;padding:12px 16px;width:100%}.CHw-fZZ[data-alert-type=danger]{background:#fae9e8;border-left-color:#ff5331}.CHw-fZZ[data-alert-type=warning]{background:#fff8e2;border-left-color:#fe921d}._03U6VRS .icon-title{align-items:center;display:flex}._03U6VRS img,._03U6VRS svg{margin-right:8px}.EO828Vv{cursor:pointer}._2iQs0sk{margin-left:auto;margin-right:auto;max-width:328px}.Ia6IojY{border:1px solid #d9d9d9;border-radius:4px;box-shadow:0 0 5px #e3f2ff;box-sizing:border-box;font-family:inherit;font-size:1rem;line-height:1.5;margin:0;min-width:48px;padding:11px 16px;text-align:center;transition:all .3s ease;width:100%}.Ia6IojY::-moz-placeholder{color:#8c8c8c}.Ia6IojY::placeholder{color:#8c8c8c}.Ia6IojY:focus{border-color:#45a4ff;outline:none}.Ia6IojY.isError{border-color:#f44d2c}.Ia6IojY.yJs9MaD{border-color:#bf331b}.Ia6IojY::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.pfaLGRK{height:calc(var(--height)*1px);width:calc(var(--width)*1px)}.pfaLGRK img,.pfaLGRK svg{display:block;height:100%;width:100%}.pfaLGRK img{-o-object-fit:contain;object-fit:contain}.i-9Ibox{display:flex}.i-9Ibox .PhoneInputCountry{align-items:center;background-color:#f2f2f2;border:1px solid #d9d9d9;border-radius:6px 0 0 6px;box-sizing:border-box;display:flex;justify-content:space-between;min-width:20px;padding:0 16px;position:relative}.i-9Ibox .PhoneInputCountrySelect{-moz-appearance:none;-webkit-appearance:none;appearance:none;box-sizing:border-box;cursor:pointer;inset:0;opacity:0;position:absolute;z-index:0}.i-9Ibox .PhoneInputCountryIcon{align-items:center;background:none;border:none;box-shadow:none;display:flex;height:unset;line-height:1.5;width:unset}.i-9Ibox .PhoneInputCountryIconImg{border-radius:2px;height:16px!important;width:24px!important}.i-9Ibox .PhoneInputCountryIconCallingCode{color:#262626;display:inline-block;line-height:1;margin-left:4px}.i-9Ibox .PhoneInputArrowContainer{color:#8c8c8c;font-size:16px;line-height:1;margin-left:4px}.i-9Ibox .PhoneInputInput{border:1px solid #d9d9d9;border-left-width:0;border-radius:6px;border-radius:0 6px 6px 0;box-shadow:0 0 5px #e3f2ff;box-sizing:border-box;flex:1;font-family:inherit;font-size:1rem;line-height:40px;margin:0;padding:0 16px;transition:all .1s ease-in-out;width:100%}.i-9Ibox .PhoneInputInput::-moz-placeholder{color:#8c8c8c}.i-9Ibox .PhoneInputInput::placeholder{color:#8c8c8c}.i-9Ibox .PhoneInputInput:focus{outline:none}.i-9Ibox .PhoneInputInput.isError{border-color:#f44d2c}.i-9Ibox .PhoneInputInput:focus,.i-9Ibox .PhoneInputInput:hover{border-color:#91caff;box-shadow:0 0 2px 2px #91caff}.i-9Ibox .PhoneInputInput:disabled{background-color:#f2f2f2;border-color:#d9d9d9;color:#8c8c8c}.i-9Ibox:focus-within{border-color:#91caff}.i-9Ibox:focus-within .PhoneInputCountry{border-color:#91caff #d9d9d9 #91caff #91caff}.i-9Ibox.YDWHh9b .PhoneInputInput{border-color:#f44d2c}.i-9Ibox.YDWHh9b .PhoneInputCountry{border-color:#f44d2c #d9d9d9 #f44d2c #f44d2c}.i-9Ibox.PhoneInput--readOnly .PhoneInputCountrySelect{pointer-events:none}.MON6sfi{text-align:center}.pS-tJD7{line-height:1;margin-bottom:32px}.s3tJ9-5{font-size:120px;line-height:1}.fNsZr1b{color:#262626;font-size:28px;line-height:1.285;margin-bottom:16px}.uuxV74v{color:#595959}.YohjTDU{margin-top:24px;padding-left:34px;padding-right:34px}@media (max-width:1400px){.pS-tJD7{margin-bottom:27px}.s3tJ9-5{font-size:100px}.fNsZr1b{font-size:23px;margin-bottom:12px}.YohjTDU{margin-top:20px;padding-left:28px;padding-right:28px}}@media (max-width:768px){.pS-tJD7{margin-bottom:20px}.s3tJ9-5{font-size:80px}.fNsZr1b{font-size:20px;margin-bottom:10px}.YohjTDU{margin-top:18px;padding-left:24px;padding-right:24px}}.DjBFAbd[data-size=label1]{font-size:14px;line-height:22px}.DjBFAbd[data-size=label2]{font-size:13px;line-height:19px}.d76E4SH{margin:0 auto;width:100%}@media (max-width:767px){.d76E4SH{padding:0 16px}}@media (min-width:1024px){.d76E4SH{max-width:1170px}.d76E4SH[data-type=marryBaby]{max-width:1064px}}.tliWyii{align-items:center;display:flex;font-weight:400;gap:.5em;justify-content:center;padding:1em}.PiqKaXk{color:#595959;font-size:14px;font-weight:700;line-height:22px}.HgbW6-m{color:inherit;display:inline-block;height:100%;text-decoration:none;width:100%}._6lkfLYy{background-color:#fff;box-sizing:border-box;display:flex;padding:16px 16px 16px 0}._6lkfLYy,._6lkfLYy .content{width:100%}._6lkfLYy .content,._6lkfLYy .content .inner-content{display:flex;flex-direction:column}._6lkfLYy .content .inner-content p{align-items:center;display:flex}._6lkfLYy .content .inner-content a{text-decoration:none}._6lkfLYy .content .inner-content .bookmark{height:18px;width:18px}._6lkfLYy .content .inner-content .title a{margin-top:2px}._6lkfLYy .content .inner-content .text,._6lkfLYy .content .inner-content .title a{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;overflow:hidden}._6lkfLYy .content .inner-content .text{margin-top:4px;max-width:100%}._6lkfLYy .footer{display:flex}._6lkfLYy .footer .author{width:calc(100% - 20px)}._6lkfLYy .footer .bookmark{cursor:pointer;display:flex;height:16px;margin-left:8px;width:12px}._6lkfLYy .footer .bookmark svg{height:100%;width:100%}._6lkfLYy .banner{border-radius:6px;height:100%;max-height:100%;max-width:100px;max-width:100%;min-width:100px;position:relative}._6lkfLYy .banner img{border-radius:6px;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;pointer-events:none;width:100%}._6lkfLYy .banner .premium{height:28px;left:6px;position:absolute;top:6px;width:28px}._6lkfLYy .shoppable{bottom:4px;left:6px;position:absolute}._6lkfLYy[data-size=sm][data-direction=horizontal]{padding:20px 0}._6lkfLYy[data-size=sm][data-direction=horizontal] .label{margin-bottom:0}._6lkfLYy[data-size=sm][data-direction=horizontal] .banner{height:100px;margin:0 16px 0 0;width:100px}@media (max-width:767px){._6lkfLYy[data-size=sm][data-direction=horizontal] .banner{height:100px;margin:0 16px 0 0;max-width:100px;min-width:100px}}._6lkfLYy[data-size=sm][data-direction=horizontal] .text{display:none}._6lkfLYy[data-direction=horizontal] .footer{margin-top:auto}._6lkfLYy[data-size=md][data-direction=horizontal]{padding:16px 0}._6lkfLYy[data-size=md][data-direction=horizontal] .banner{height:150px;margin:0 24px 0 0;max-width:200px;min-width:200px}@media (max-width:767px){._6lkfLYy[data-size=md][data-direction=horizontal] .text{display:none}._6lkfLYy[data-size=md][data-direction=horizontal] .banner{height:100px;margin:0 16px 0 0;max-width:100px;min-width:100px}._6lkfLYy[data-size=md][data-direction=horizontal] .specialty{display:none}}._6lkfLYy[data-direction=vertical]{flex-direction:column;padding:0}._6lkfLYy[data-direction=vertical] .label{display:flex;margin-top:16px}._6lkfLYy[data-direction=vertical][data-size=sm] .banner{height:150px}._6lkfLYy[data-direction=vertical][data-size=sm] .text{display:none}._6lkfLYy[data-direction=vertical][data-size=sm] .title{margin-bottom:12px;margin-top:0}._6lkfLYy[data-direction=vertical][data-size=lg] .banner{max-height:312px}@media (max-width:767px){._6lkfLYy[data-direction=vertical][data-size=lg] .banner{max-height:192px}}._6lkfLYy[data-direction=vertical][data-size=lg] .text{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;margin-bottom:16px;margin-top:8px;word-break:break-word}._6lkfLYy[data-direction=vertical] .banner{height:468px;margin:0;min-width:100%}._6lkfLYy[data-is-expert] .inner-content label.text{display:none}._6lkfLYy[data-is-expert] .specialty>[data-tag=h6]{font-size:13px;font-weight:400;line-height:19px}._6lkfLYy[data-is-expert][data-size=md] .footer .author .avatar{margin-right:8px}@media (min-width:1024px){._6lkfLYy[data-is-expert][data-size=md] .footer .author .avatar{height:40px;margin-right:16px;width:40px}}._6lkfLYy[data-is-expert] .title{margin-bottom:16px}@media (max-width:767px){._6lkfLYy[data-is-expert] .title{margin-bottom:8px}}._6lkfLYy[data-is-expert][data-direction=horizontal] .footer{margin-top:auto}.j7c-onH{flex-direction:row;justify-content:space-between;margin-top:8px;width:100%}.j7c-onH,.j7c-onH .author{align-items:center;display:flex}.j7c-onH .author .avatar,.j7c-onH .author .expert-avatar{flex-shrink:0}.j7c-onH .author .avatar img,.j7c-onH .author .expert-avatar img{border-radius:50%;height:100%;width:100%}.j7c-onH .author .name{font-weight:600}.j7c-onH .author .poster{align-items:center;display:flex;white-space:pre-wrap}.j7c-onH .author .poster[data-is-disabled-url=true]{cursor:default}.j7c-onH .author .poster[data-is-disabled-url=true] a{pointer-events:none}.j7c-onH .author .poster p{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;font-weight:400;overflow:hidden}.j7c-onH .author .poster p a{color:#262626;text-decoration:none}.j7c-onH .author .poster p span:not(.name){color:#8c8c8c}.j7c-onH .author .expert{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.j7c-onH .author .expert a{text-decoration:none}.j7c-onH .author .expert[data-is-disabled-url=true]{cursor:default}.j7c-onH .author .expert[data-is-disabled-url=true] a{pointer-events:none}.j7c-onH .author .avatar{height:24px;margin-right:8px;width:24px}@media (max-width:767px){.j7c-onH .author .avatar{margin-right:4px}}@media (min-width:1024px){.j7c-onH .author .avatar[data-size=lg]{height:32px;margin-right:12px;width:32px}}@media (min-width:768px){.j7c-onH .author .expert-avatar{height:40px;margin-right:16px;width:40px}}@media (max-width:767px){.j7c-onH .author .expert-avatar{height:32px;margin-right:8px;width:32px}}@media (min-width:768px){.j7c-onH .author .expert-avatar[data-size=lg]{height:64px;margin-right:16px;width:64px}}@media (max-width:767px){.j7c-onH .author .expert-avatar[data-size=lg]{height:40px;margin-right:16px;width:40px}}.wwI1--d{cursor:pointer}.WUqzfRb{display:flex;position:relative}.WUqzfRb>.collapsed-breadcrumb{border:none}.WUqzfRb>.collapsed-breadcrumb>div{padding:0}.WUqzfRb>.collapsed-breadcrumb>ul{min-width:-moz-max-content;min-width:max-content}.WUqzfRb[data-size=lg]{font-size:16px;font-weight:700;line-height:24px}.WUqzfRb[data-size=md]{font-size:14px;font-weight:400;line-height:22px}.WUqzfRb[data-size=sm]{font-size:13px;font-weight:400;line-height:20px}.MnVGtSY{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 4 4-4 4' stroke='%23595959' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain}.MnVGtSY,.MnVGtSY[data-size=lg]{margin-left:8px;margin-right:8px;width:6px}.MnVGtSY[data-size=md]{margin-left:7px;margin-right:7px;width:5px}.MnVGtSY[data-size=sm]{margin-left:6px;margin-right:6px;width:4px}.NclbhXQ{max-width:12em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.NclbhXQ>a{color:#262626;cursor:pointer;text-decoration:none}.NclbhXQ[data-last=true]>a{color:#737373}.NclbhXQ>a:focus,.NclbhXQ>a:hover{color:#2c74df;outline:none}.NclbhXQ>a:focus .arrowLeft,.NclbhXQ>a:focus .arrowRight,.NclbhXQ>a:hover .arrowLeft,.NclbhXQ>a:hover .arrowRight{stroke:#2b62cd}.NclbhXQ>a:active{color:#2b62cd}.NclbhXQ[data-disabled]>a{color:#bfbfbf;cursor:not-allowed}.vvR-m49{cursor:pointer}.vvR-m49>*{pointer-events:none}.UhiT4m5{align-items:center;display:flex;justify-content:space-between;position:relative}.UhiT4m5 .direction-vertical{flex-direction:column}.UhiT4m5 .direction-vertical .session-action{border-bottom:1px solid #e4e8ec;justify-content:space-between;order:1;padding:0 16px}.UhiT4m5 .direction-vertical .wrapper-action{padding:12px 0}.UhiT4m5 .direction-vertical .session-statistical{border-bottom:1px solid #e4e8ec;justify-content:space-between;order:0;padding:6px 16px}.oEfeTkV{display:flex;justify-content:space-between;width:100%}@media (max-width:767px){.oEfeTkV{flex-direction:column}}.OlbikxJ{display:flex;gap:25px;justify-content:flex-start}._9GXHCn3{align-items:center;display:flex;gap:4px;position:relative}.HCsrR0N,._9GXHCn3{cursor:pointer}.MV3lNuh{text-transform:lowercase}.Ierg-Fq{color:#595959;font-size:14px;font-weight:400;line-height:22px}._674BTR4{align-items:center;display:flex;gap:16px}@media (max-width:767px){._674BTR4{border-bottom:1px solid #e4e8ec;justify-content:space-between;order:1;padding:0 16px}._674BTR4 .wrapper-action{padding:12px 0}}.XlkglSM{align-items:center;display:flex;gap:12px}@media (max-width:767px){.XlkglSM{border-bottom:1px solid #e4e8ec;justify-content:space-between;order:0;padding:6px 16px}}.XlkglSM .wrapper-list-statistical{align-items:center;display:flex;gap:8px}.KyekKc3{align-items:center;display:flex;flex:1;gap:12px}.KyekKc3 .releated-post-statistical{align-items:center;display:flex;flex:1;gap:8px;justify-content:space-between}.TTfvZpR,.TTfvZpR .mantine-Text-root{cursor:default}.dZWeHns{display:flex;flex-direction:column;gap:8px}@media (min-width:768px){.dZWeHns{align-items:center;flex-direction:row}}._8z2nszB{align-items:center;display:flex}.tMiOKib{font-size:14px;font-weight:600;line-height:22px;text-overflow:ellipsis}@media (min-width:768px){.tMiOKib{font-size:16px;line-height:24px}}.uDcqD-2{display:inline;font-size:12px;line-height:18px;vertical-align:middle}.uDcqD-2,.uDcqD-2 a{color:#737373;text-decoration:none}.pDlsows{font-size:12px;line-height:18px}.m-HVXw1{background:#737373;border-radius:50%;display:inline-block;height:3px;margin:0 4px;vertical-align:middle;width:3px}.sTU4T4I{align-items:flex-start;display:flex}.sTU4T4I a{text-decoration:none}.tCql9Je{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin-left:12px}._3j7uYhH{position:relative}._3j7uYhH *{pointer-events:none}.PHABgoT{bottom:0;line-height:0;position:absolute;right:-4px}._2UKyiK1 .mantine-Modal-modal{width:100%}@media (min-width:768px){._2UKyiK1 .mantine-Modal-modal{width:480px}}.E5ga-tI{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}._8Y2nWXX{color:#262626;font-size:18px;font-weight:600;line-height:28px}.d0T7kSP{cursor:pointer;height:28px;width:28px}.PD6nRZX,.d0T7kSP{align-items:center;display:flex;justify-content:center}.PD6nRZX{padding:1em}.PD6nRZX button{font-weight:400}.l5fL1xL,.l5fL1xL a{color:#2d87f3;font-size:14px;font-weight:400;line-height:22px;text-decoration:none}.L-aGKo7,.L-aGKo7 a{color:#262626;font-size:16px;font-weight:600;line-height:24px;text-decoration:none}.eaR8ATZ{display:flex}.eaR8ATZ a{text-decoration:none}.xM-7K0a{display:flex;flex-direction:column;gap:6px;margin-left:16px}.DZmf3s7{overflow:hidden}.DZmf3s7 img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.SFSgnOz .Tf3aoVa{align-items:center;display:flex}.SFSgnOz .TOt4QXl{font-size:16px;font-weight:600}.SFSgnOz ._5XYN1KT{align-items:center;border-radius:50%;display:flex;height:24px;justify-content:center;margin-right:16px;width:24px}.SFSgnOz .yE-tZRj{background:#f8f9fc;border-radius:6px;display:flex;flex-direction:column;gap:10px;padding:12px}.SFSgnOz .LXiGuGT{color:#262626;font-size:16px;font-weight:400;line-height:24px}.SFSgnOz .r4rx-6v{color:#737373;font-size:14px;font-weight:400;line-height:22px}.SFSgnOz .XrHh8-C{align-items:center;display:flex;font-size:14px;font-weight:600;line-height:22px}.SFSgnOz .c5-Yecd{margin-right:10px}.SFSgnOz .UBj6nWr,.SFSgnOz ._2vptVBd{padding:16px 0}.SFSgnOz .ZPDAwiR{text-decoration:none}.SFSgnOz ._6wJn-NR{padding:16px 0}.SFSgnOz ._6wJn-NR .ZPDAwiR .article-card{border-bottom:1px solid #e4e8ec;padding:16px 0}.SFSgnOz ._6wJn-NR .ZPDAwiR:last-child .article-card{border-bottom:0}.SFSgnOz ._21XDdFv{margin-left:12px}.SFSgnOz ._21XDdFv:first-child{margin-left:0}.SFSgnOz[data-is-marrybaby=true] .TOt4QXl{font-size:14px;line-height:24px}.SFSgnOz[data-is-marrybaby=true] .yE-tZRj{background:transparent;padding:0}.SFSgnOz[data-is-marrybaby=true] .mantine-Accordion-item{border:1px solid #eaeaea;border-radius:16px;margin-bottom:24px;padding:0 16px}.SFSgnOz[data-is-marrybaby=true] .mantine-Accordion-panel{padding-bottom:16px}.SFSgnOz[data-is-marrybaby=true] .mantine-Accordion-control{padding-right:0}.LSyr3Zo{align-items:center;border:1px solid #9495a0;border-radius:50%;display:flex;height:18px;justify-content:center;width:18px}.GYUElSy{display:flex;flex-direction:column;gap:16px;padding:24px 0}.GYUElSy .post-content-wrapper{padding:0}._3C6QpT1{margin-bottom:5px}._9M9VYL6{cursor:pointer;font-size:16px;font-weight:600;line-height:24px}._1RuSyv3{color:#595959;font-size:12px;font-weight:400;line-height:18px}._1IG-eEp{display:flex;flex-direction:column;gap:8px}.MrdoES3 .post-card{border-bottom:1px solid #e4e8ec}.MrdoES3 .post-card:last-child{border-bottom:0}._8fd7YMs{flex-direction:column;gap:24px;margin-top:56px;width:100%}.DomiQfw,._8fd7YMs{align-items:center;display:flex}.DomiQfw{background:#f8f9fc;border-radius:50%;height:120px;justify-content:center;width:120px}.-b2qnfL{color:#595959;text-align:center}.toEutn7{padding:16px}.toEutn7 .card-author{margin-bottom:10px;padding:0}.drdisHs{color:#262626;cursor:pointer;font-size:16px;font-weight:600;line-height:24px;margin-top:12px}.scNwTvv{display:flex;justify-content:flex-end}.HNlhOdx{color:#9aa2ac;cursor:pointer;font-size:14px;font-weight:400;line-height:22px;margin-top:12px;text-align:right}.HNlhOdx:hover{color:#2d87f3}.I-uIJ6E .question-card{border-top:1px solid #e4e8ec}.I-uIJ6E .question-card:first-child{border-top:0}._41WRsj2{align-items:center;display:flex}.AcOGL93{color:#262626;font-size:14px;font-weight:600;line-height:22px}@media (min-width:768px){.AcOGL93{font-size:16px;line-height:24px}}.JD3dWJN{align-items:center;background-color:#e4e8ec;border-radius:50%;height:40px;justify-content:center;margin-right:16px;overflow:hidden;width:40px}.JD3dWJN img{max-width:100%}.dKAgnS8{border:1px solid #e4e8ec}.L2Q9T6m{align-items:center;background:#f8f9fc;border-radius:50%;display:flex;height:32px;justify-content:center;pointer-events:none;width:32px}.h-pSmhX{margin-top:24px}.GA-zc-O{display:flex;flex-direction:column;gap:16px;padding:20px 0}.GA-zc-O .post-content-wrapper{padding:0}.A18McWD{font-size:14px;line-height:22px}.yzr0H0N{margin-bottom:5px}._6gVRc3i{color:#2b62cd;cursor:pointer;font-size:16px;font-weight:600;line-height:24px}.xOzLGrD{color:#595959;font-size:12px;font-weight:400;line-height:18px}.IB049vj{display:flex;flex-direction:column;gap:8px;position:relative}._8I--vEV{bottom:0;left:0;position:absolute;right:0;top:0}.TSMHoEM .post-card{border-bottom:1px solid #e4e8ec}.TSMHoEM .post-card:last-child{border-bottom:0}._4Vekw96 .card-author>.row{align-items:flex-start;flex-direction:column;gap:8px}._4Vekw96 .feature-tabs{margin-bottom:24px;width:100%}.DIJdGcB{color:#595959;font-size:16px;font-weight:400;line-height:24px}.DIJdGcB,.aQSt4-Q{margin-top:24px}.KsWg8i6{cursor:pointer}._9tS0EUN{color:#262626;font-size:16px;font-weight:600;line-height:24px;margin-bottom:8px;text-align:center}.kyyRKlb{color:#595959;font-size:14px;font-weight:400;line-height:22px;text-align:center}.-Uqqka-{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-top:16px}.-Uqqka- button{flex-grow:1}.CnNZq8D .question-card{border-top:1px solid #e4e8ec}.CnNZq8D .question-card:first-child{border-top:0}.F4mmgSy{align-items:center;display:flex}._8jLruY3{color:#262626;font-size:14px;font-weight:600;line-height:22px}@media (min-width:768px){._8jLruY3{font-size:16px;line-height:24px}}.FE8w-fe{align-items:center;background-color:#e4e8ec;border-radius:50%;height:40px;justify-content:center;margin-right:16px;overflow:hidden;width:40px}.FE8w-fe img{max-width:100%}.Yd2a9Nj{border:1px solid #e4e8ec}.A7QrQ7A{align-items:center;background:#f8f9fc;border-radius:50%;display:flex;height:32px;justify-content:center;pointer-events:none;width:32px}.-dzIuHr{text-align:left}.-dzIuHr .icon{display:inline-block;margin-bottom:2px;margin-right:6px;vertical-align:middle}.y5VJdvw{align-items:center;display:flex}.oVhOSCy{flex-shrink:0}.oVhOSCy .mobile-close-icon{display:none}.oVhOSCy:focus-within .mobile-close-icon{display:block}.oVhOSCy:focus-within .mobile-hamburger-icon{display:none}.oVhOSCy:focus-within #categories-menu{opacity:1;transform:translateX(0)}.oVhOSCy:focus-within #categories-menu>*{display:initial}.oVhOSCy #categories-menu{opacity:0;transform:translateX(-100%);transition:transform .1s,opacity .1s}.oVhOSCy #categories-menu>*{display:none}.pX8OXTM{cursor:pointer}.pX8OXTM>*{pointer-events:none}.hhgcomp-navigation-itemnav-headeritem{align-items:center;border-bottom:1px solid #fff;color:#1b3250;cursor:pointer;display:flex;height:100%;justify-content:center;text-decoration:none}.hhgcomp-navigation-itemnav-headeritem>div{align-items:center;display:flex;font-size:14px;font-weight:700;line-height:22px;-webkit-user-select:none;-moz-user-select:none;user-select:none}div[data-site-type=marryBaby] .hhgcomp-navigation-itemnav-headeritem{color:#202135}.hhgcomp-navigation-itemnav-headeritem .wrapper-menu-icon{align-items:center;display:flex;margin-left:8px}.hhgcomp-navigation-itemnav-headeritem .wrapper-menu-icon .origin-icon{display:block}.hhgcomp-navigation-itemnav-headeritem .wrapper-menu-icon .origin-icon .hamburger-container{align-items:center;display:flex;justify-content:center}.hhgcomp-navigation-itemnav-headeritem .wrapper-menu-icon .close-icon{display:none}.hhgcomp-navigation-itemnav-headeritem:focus-within{border-bottom:1px solid #2d87f3;color:#2d87f3}div[data-site-type=marryBaby] .hhgcomp-navigation-itemnav-headeritem:focus-within{border-bottom:1px solid #e85388;color:#e85388}div[data-site-type=marryBaby] .hhgcomp-navigation-itemnav-headeritem:focus-within svg path{stroke:#9495a0}div[data-site-type=marryBaby] .hhgcomp-navigation-itemnav-headeritem:focus-within svg:hover path{stroke:#e85388}.hhgcomp-navigation-itemnav-headeritem:focus-within .hhgcomp-navigation-popupwrapper-menuwrapper{cursor:auto;opacity:1;visibility:initial}.hhgcomp-navigation-itemnav-headeritem:focus-within .hhgcomp-navigation-popupwrapper-menuwrapper>.hhgcomp-navigation-popupwrapper-menuwrapper-child{display:initial}.hhgcomp-navigation-itemnav-headeritem:focus-within .wrapper-menu-icon .origin-icon{display:none}.hhgcomp-navigation-itemnav-headeritem:focus-within .wrapper-menu-icon .close-icon{align-items:center;display:flex;justify-content:center}.wnUb-dV{align-items:center;display:flex}.cjbOxWe{cursor:pointer}.cjbOxWe *{pointer-events:none}@keyframes EDlp5Zf{0%{transform:scale(0)}2%{transform:scale(0)}25%{transform:scale(1)}75%{transform:scale(1)}98%{transform:scale(0)}to{transform:scale(0)}}@media (max-width:767px){.-sx0jrx{display:none}}.-sx0jrx:hover>button{opacity:.9}.-sx0jrx:focus-within .hhgcomp-navigation-popupwrapper-menuwrapper{cursor:auto;opacity:1;visibility:initial}.-sx0jrx:focus-within .hhgcomp-navigation-popupwrapper-menuwrapper>.hhgcomp-navigation-popupwrapper-menuwrapper-child{display:initial}.q3nL5cp{padding-bottom:1rem}@media (max-width:767px){.q3nL5cp{display:block;padding:0}}@media (min-width:768px){.q3nL5cp{grid-gap:10px;display:grid;grid-template-columns:1fr 3fr}}.hhgcomp-navigation-popupwrapper-menuwrapper{align-items:center;background-color:#fff;height:100%;left:0;padding:.5rem;position:fixed;top:56px;transition:opacity .2s ease-in-out;width:100%;z-index:200}.hhgcomp-navigation-popupwrapper-menuwrapper[data-is-display=false]{opacity:0;visibility:hidden}.hhgcomp-navigation-popupwrapper-menuwrapper[data-is-display=false]>.hhgcomp-navigation-popupwrapper-menuwrapper-child{display:none}.hhgcomp-navigation-popupwrapper-menuwrapper[data-is-nav-menu=true]{box-shadow:0 10px 16px rgba(0,0,0,.04),0 2px 8px rgba(0,0,0,.04),0 0 1px rgba(0,0,0,.04);height:unset;position:absolute;top:100%}._2DNf80G{position:relative;z-index:1}.Q-glX-n{position:absolute;right:0;top:0}.Q-glX-n,.uJQBNNg{align-items:center;cursor:pointer;display:flex}.TfG3dM5{flex-shrink:0}.aMtjFNf{flex-grow:0;margin-left:12px}.cSz2RR-{-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box;font-weight:700;overflow:hidden;text-overflow:ellipsis;word-break:break-word}[data-theme=helloSites] .cSz2RR-{font-size:16px;font-weight:600}[data-theme=marryBaby] .cSz2RR-{font-size:14px;font-weight:600}.GyFm00F{align-items:center;background-repeat:no-repeat;cursor:pointer;display:flex;font-size:12px;font-weight:400;padding-left:0;padding-top:0;width:-moz-fit-content;width:fit-content}[data-theme=helloSites] .GyFm00F{background-image:var(--bg-hellosites);background-position:right 5px;background-size:5px 8px;color:#595959;padding-right:15px}[data-theme=marryBaby] .GyFm00F{background-image:var(--bg-marrybaby);background-position:right -2px;background-size:20px 20px;color:#9495a0;font-weight:600;margin-top:2px;padding-right:25px}.fVk18fq{cursor:pointer}[data-theme=helloSites] .fVk18fq{border-radius:6px;box-shadow:0 10px 16px rgba(0,0,0,.04),0 2px 8px rgba(0,0,0,.04),0 0 1px rgba(0,0,0,.04);padding:12px 16px}[data-theme=marryBaby] .fVk18fq{align-items:center;border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.08);display:flex;flex-direction:column;height:100px;justify-content:center;min-width:80px}.v8TCvUb{white-space:nowrap}[data-theme=helloSites] .v8TCvUb{color:#262626;font-size:14px;margin-top:6px}[data-theme=marryBaby] .v8TCvUb{font-size:12px;margin-top:8px}.mx7T4V3{background-repeat:no-repeat}[data-theme=helloSites] .mx7T4V3{height:28px}[data-theme=marryBaby] .mx7T4V3{align-items:center;background-position:50%;border-radius:20px;display:flex;height:40px;justify-content:center;width:40px}.gn6HmGG{color:#262626;font-size:14px;margin:0 -16px;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}[data-theme=helloSites] .gn6HmGG{background-color:#f8f9fc;padding:8px 0}.FCx8FEM{background-color:#fff;border:1px solid transparent;margin-top:0;transition:margin .3 linear;transition:margin .2s}.FCx8FEM,.FCx8FEM[data-has-submenu=true]{cursor:pointer}.FCx8FEM[data-is-open=true]>div:first-child{border-bottom-color:#e4e8ec}.FCx8FEM[data-is-open=true]+div{margin-top:8px}.FCx8FEM[data-is-open=true]+.nav-menu-item{border-top-color:transparent}[data-theme=helloSites] .FCx8FEM+.nav-menu-item{border-top-color:#e4e8ec}[data-theme=marryBaby] .FCx8FEM+.nav-menu-item:before{content:"";display:block;height:1px;margin:0 50px}.FCx8FEM .nav-menu-item{padding-left:33px}.zMiRxaE{align-items:center;border:1px solid transparent;display:flex;height:48px;padding:0 18px;transition:border-color .3s}.lZ2Z9MQ{background-position:50%;background-repeat:no-repeat;height:20px;margin-right:14px;width:20px}.rwm-agG{display:flex;flex:1;justify-content:flex-end}.rwm-agG:after{background-image:var(--after-bg);background-position:50%;background-repeat:no-repeat;content:"";display:block;height:10px;width:12px}[data-is-open=true] .rwm-agG:after{transform:rotate(-180deg)}.qMOscoq{max-height:0;overflow:hidden;transition:max-height .3s ease-out}[data-is-open=true] .qMOscoq{max-height:200px;transition-timing-function:ease-in}.-AZt1au{display:flex;flex-direction:column;font-size:medium;font-weight:400;line-height:normal;padding:18px 16px}.-AZt1au[data-theme=helloSites]{gap:16px}.-AZt1au[data-theme=marryBaby]{gap:24px}.IvSIfCI{display:inline-flex;flex:1;flex-wrap:wrap}[data-theme=helloSites] .IvSIfCI{gap:8px;margin-right:-8px}[data-theme=marryBaby] .IvSIfCI{gap:16px}[data-theme=helloSites] .eahCJov{width:calc(50% - 8px)}[data-theme=marryBaby] .eahCJov{flex:1;width:33.33%}.XIyViFs span{font-weight:400;justify-content:center}.XIyViFs span img{margin-right:8px}.XIyViFs .button-icon{height:15px;width:15px}[data-theme=marryBaby] ._4y-O0w3{border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.08);overflow:hidden}[data-theme=helloSites] .kO8iNgD{border-radius:6px;box-shadow:0 4px 8px rgba(0,0,0,.04),0 0 2px rgba(0,0,0,.06),0 0 1px rgba(0,0,0,.04);overflow:hidden}.a1d4E10{align-items:center;display:flex;font-size:14px;padding:0 16px}[data-theme=helloSites] .a1d4E10{height:42px}[data-theme=marryBaby] .a1d4E10{height:52px}[data-theme=marryBaby] [data-user-rank=member] .a1d4E10{background-color:#e0e9fb;color:#4096fe}.Tdguxxf{background-position:50%;background-repeat:no-repeat}[data-theme=helloSites] .Tdguxxf{height:18px;width:18px}[data-theme=marryBaby] .Tdguxxf{height:24px;width:24px}.-mOxsaU{font-size:14px}[data-theme=helloSites] .-mOxsaU{font-weight:600;margin-left:6px}[data-theme=marryBaby] .-mOxsaU{font-weight:500;margin-left:8px}.yPeDBNZ{display:flex;flex:1;font-weight:600;justify-content:flex-end}[data-theme=helloSites] .yPeDBNZ{font-size:14px}[data-theme=marryBaby] .yPeDBNZ{color:#3e3f58;font-size:12px}