@hhgtech/hhg-components 1.29.412-beta-2 → 1.29.412-beta-4

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-ed79b015.js → InputDate-7ea41c10.js} +3 -3
  2. package/build/{LastPeriod-42816b8b.js → LastPeriod-63a9d690.js} +1 -1
  3. package/build/{MobileBottomNavigationIcon-8619c39e.js → MobileBottomNavigationIcon-1aafc582.js} +3 -3
  4. package/build/{Spinner-0a0906dc.js → Spinner-a6ff7295.js} +1 -1
  5. package/build/{WhatsApp-edbf66f7.js → WhatsApp-75f9abdc.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/mantine/button/index.styles.d.ts +2 -0
  18. package/build/components/mantine/checkbox/index.styles.d.ts +16 -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-0aaecc73.js → constants-5add9ad0.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-3c79cf8b.js → core-28eda62d.js} +1 -1
  38. package/build/{dataTransform-ca295670.js → dataTransform-b56cc416.js} +1 -1
  39. package/build/ecom.js +4 -4
  40. package/build/{editor-678d906b.js → editor-df72b9b7.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-0bbec559.js → InputDate-0277b057.js} +3 -3
  51. package/build/esm/{LastPeriod-3dd9d643.js → LastPeriod-5cfed81c.js} +1 -1
  52. package/build/esm/{MobileBottomNavigationIcon-20ec3809.js → MobileBottomNavigationIcon-9b874bed.js} +3 -3
  53. package/build/esm/{Spinner-240948a1.js → Spinner-231f9121.js} +1 -1
  54. package/build/esm/{WhatsApp-1d0093d1.js → WhatsApp-12407ded.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/mantine/button/index.styles.d.ts +2 -0
  67. package/build/esm/components/mantine/checkbox/index.styles.d.ts +16 -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-22bf5acc.js → constants-eb4a7f78.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-6ab12e45.js → core-b3a59264.js} +1 -1
  87. package/build/esm/{dataTransform-387ab1df.js → dataTransform-f511c388.js} +1 -1
  88. package/build/esm/ecom.js +4 -4
  89. package/build/esm/{editor-93f4cca9.js → editor-6cf52f98.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-a6938099.js → healthTools-805a4333.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-01add604.js → index-064bfa7a.js} +1 -1
  108. package/build/esm/{index-e6f48688.js → index-13e83fe0.js} +16 -16
  109. package/build/esm/{index-8866edcb.js → index-1d398baa.js} +32 -32
  110. package/build/esm/{index-40eaa481.js → index-1d491376.js} +2 -2
  111. package/build/esm/{index-4e1b366e.js → index-1db9b64b.js} +31 -8
  112. package/build/esm/{index-25a90043.js → index-1f53d069.js} +2 -2
  113. package/build/esm/{index-49547dd9.js → index-24f9e96e.js} +6 -6
  114. package/build/esm/{index-46576e24.js → index-260b08e2.js} +2 -2
  115. package/build/esm/{index-ae969513.js → index-280e834d.js} +22 -39
  116. package/build/esm/{index-1293880c.js → index-282df3cd.js} +17 -17
  117. package/build/esm/{index-ac5c3e73.js → index-2c9ba7a5.js} +1 -1
  118. package/build/esm/{index-323122ff.js → index-2d27b51c.js} +2 -2
  119. package/build/esm/{index-af45a977.js → index-304ec8fd.js} +15 -18
  120. package/build/esm/{index-ee85c770.js → index-34d6a537.js} +2 -2
  121. package/build/esm/{index-ea97eb49.js → index-3a6f7de0.js} +3 -3
  122. package/build/esm/{index-70883c59.js → index-41994e11.js} +5 -5
  123. package/build/esm/{index-552328f5.js → index-42502739.js} +6 -6
  124. package/build/esm/{index-5786325f.js → index-45adcfc8.js} +2 -2
  125. package/build/esm/{index-f4c0a637.js → index-470cf9dc.js} +1 -1
  126. package/build/esm/{index-3d6fe6ea.js → index-4fa1b3d0.js} +30 -30
  127. package/build/esm/{index-eb01d17e.js → index-5079027c.js} +1 -1
  128. package/build/esm/{index-09f17ac2.js → index-50dfa548.js} +3 -3
  129. package/build/esm/{index-84262003.js → index-5133d409.js} +11 -11
  130. package/build/esm/{index-cbc20386.js → index-530aa23d.js} +22 -22
  131. package/build/esm/{index-d8ae332d.js → index-53efe873.js} +3 -3
  132. package/build/esm/{index-d5e632ad.js → index-54fbf136.js} +21 -21
  133. package/build/esm/{index-e0d12d52.js → index-561b6a57.js} +2 -2
  134. package/build/esm/{index-a0e9affe.js → index-569f0e59.js} +17 -18
  135. package/build/esm/{index-6f3f14b8.js → index-599f06af.js} +2 -2
  136. package/build/esm/{useScreenSize-4385d138.js → index-5dc796ff.js} +19 -19
  137. package/build/esm/{index-07b00729.js → index-5ebd5634.js} +13 -16
  138. package/build/esm/{index-998bba67.js → index-629d2b96.js} +7 -7
  139. package/build/esm/index-658274de.js +15 -0
  140. package/build/esm/{index-bff29283.js → index-698b136d.js} +1 -1
  141. package/build/esm/{index-bf147454.js → index-6bb05b50.js} +1 -1
  142. package/build/esm/{index-71dd6c95.js → index-6ce78a7d.js} +15 -17
  143. package/build/esm/{index-c9d5f51d.js → index-6fc8a5c8.js} +13 -13
  144. package/build/esm/{index-bc04fec2.js → index-705f48ec.js} +6 -6
  145. package/build/esm/{index-0061ed46.js → index-75ecbae4.js} +2 -2
  146. package/build/esm/{index-505bf495.js → index-81dfa83c.js} +3 -3
  147. package/build/esm/{index-9c2fb6cc.js → index-827e4441.js} +2 -2
  148. package/build/esm/{index-31c505ff.js → index-85d0bdbb.js} +2 -2
  149. package/build/esm/{index-3a63c163.js → index-85da537b.js} +13 -13
  150. package/build/esm/{index-73be0d60.js → index-863930f5.js} +5 -5
  151. package/build/esm/{index-193f73db.js → index-97ef4a9c.js} +24 -24
  152. package/build/esm/{index-457d76c7.js → index-98cecb16.js} +3 -3
  153. package/build/esm/index-99a5a996.js +669 -0
  154. package/build/esm/{index-40ed5b08.js → index-9aad5106.js} +10 -10
  155. package/build/esm/{index-fb80c0d3.js → index-9c540f42.js} +13 -13
  156. package/build/esm/{index-f7dcf2b7.js → index-a7b47257.js} +17 -17
  157. package/build/esm/{index-7d2dae6f.js → index-ace796d5.js} +7 -7
  158. package/build/esm/{index-a2cc229f.js → index-aebbf626.js} +1 -1
  159. package/build/esm/{index-3293b6d7.js → index-b1609443.js} +4 -4
  160. package/build/esm/{index-18509ee4.js → index-b6fa9cab.js} +16 -16
  161. package/build/esm/{index-9fff2952.js → index-bc2c9bf5.js} +2 -2
  162. package/build/esm/{index-7e81d925.js → index-bd850385.js} +15 -15
  163. package/build/esm/{index-6c1d5e44.js → index-bdf400d2.js} +13 -13
  164. package/build/esm/{index-ad67e887.js → index-ca117761.js} +2 -2
  165. package/build/esm/{index-98411bb0.js → index-cac6fd36.js} +6 -6
  166. package/build/esm/{index-fa4ece5a.js → index-cbd1ecf3.js} +3 -3
  167. package/build/esm/{index-a2d6d225.js → index-d8a81e15.js} +4 -4
  168. package/build/esm/{index-adeaf5df.js → index-dbfae4da.js} +25 -25
  169. package/build/esm/{index-24ff1b39.js → index-e354b49d.js} +13 -16
  170. package/build/esm/{index-651960be.js → index-ec72042d.js} +17 -17
  171. package/build/esm/{index-57832acf.js → index-ee5d1441.js} +6 -6
  172. package/build/esm/{index-6e6d1bb0.js → index-f448295d.js} +32 -31
  173. package/build/esm/{index-43b49421.js → index-f696dcaf.js} +1 -1
  174. package/build/esm/{index-7bc4f0c5.js → index-fa0af22d.js} +727 -939
  175. package/build/esm/index.css +1 -1
  176. package/build/esm/index.js +120 -119
  177. package/build/esm/{labelSorting-d32e85e1.js → labelSorting-5862f3af.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 +109 -124
  181. package/build/esm/{logoIcon-bf16bc9e.js → logoIcon-522378cc.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-a4c5a627.js → post-a9a98a7c.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-7af2c4aa.js +3 -0
  202. package/build/esm/ssoV2.js +31 -30
  203. package/build/esm/{store-d6c8b226.js → store-76f99f22.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-fe8a9feb.js → surveyThankyouCard-aa83798e.js} +5 -5
  208. package/build/esm/text-5a8e76eb.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-e069443f.js → translationsProvider-9876abb8.js} +1 -1
  221. package/build/esm/{treePopoverMenu-bfdf959e.js → treePopoverMenu-7df63e53.js} +19 -19
  222. package/build/esm/{types-69c5efb6.js → types-0e709d69.js} +2 -2
  223. package/build/esm/types.js +2 -2
  224. package/build/esm/{useCategory-f873a41b.js → useCategory-5a79502d.js} +5 -5
  225. package/build/esm/{useHealthToolCache-991d03b0.js → useHealthToolCache-6203b8c3.js} +1 -1
  226. package/build/esm/{usePlacesAutocomplete-9317e0ff.js → usePlacesAutocomplete-f69a12e0.js} +1 -1
  227. package/build/esm/useTogetherAuthRequiredAction.js +10 -10
  228. package/build/esm/{utils-4f20ccfb.js → utils-071dce04.js} +3 -3
  229. package/build/esm/{utils-7af182bc.js → utils-4f1df2d9.js} +2 -2
  230. package/build/esm/{utils-ad82bf19.js → utils-581f96db.js} +5 -5
  231. package/build/esm/{utils-b2e5e5ad.js → utils-e4b61eb1.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-a92bd8b2.js → healthTools-4500607e.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-d7fdb813.js → index-01997157.js} +5 -5
  242. package/build/{index-8a2f123e.js → index-0291fc0e.js} +4 -4
  243. package/build/{index-c5630247.js → index-03679b6a.js} +6 -6
  244. package/build/{index-b41934c6.js → index-0691c539.js} +12 -12
  245. package/build/{index-c750e792.js → index-102f9112.js} +1 -1
  246. package/build/{index-ec6df9a6.js → index-1315e684.js} +2 -2
  247. package/build/{index-e1336821.js → index-16d3efc7.js} +2 -2
  248. package/build/{index-0e2e9008.js → index-18f1f6e7.js} +36 -36
  249. package/build/{index-dc5ced87.js → index-1ab10778.js} +2 -2
  250. package/build/{index-213df21d.js → index-210f551c.js} +17 -17
  251. package/build/{index-57c64d51.js → index-281913b0.js} +6 -6
  252. package/build/{index-13cd06ea.js → index-28b0e49e.js} +31 -8
  253. package/build/{index-609cb1a5.js → index-2aaef34f.js} +20 -20
  254. package/build/{index-7c8d88f3.js → index-2c2b5fc3.js} +1 -1
  255. package/build/{index-768587ff.js → index-2e20a3d9.js} +11 -11
  256. package/build/{index-eca3fc01.js → index-2fc8fa0a.js} +1 -1
  257. package/build/{index-0c06baa2.js → index-3065f9f3.js} +3 -3
  258. package/build/{index-f90805e0.js → index-327f0d99.js} +3 -3
  259. package/build/{index-256fe4f5.js → index-32d9ba8a.js} +50 -50
  260. package/build/{index-871bf383.js → index-331f088e.js} +715 -929
  261. package/build/{index-514e4159.js → index-38e812da.js} +13 -16
  262. package/build/{useScreenSize-903a492c.js → index-404c632d.js} +19 -19
  263. package/build/{index-01000f4b.js → index-4bd4e792.js} +2 -2
  264. package/build/index-50c75597.js +21 -0
  265. package/build/{index-ac11f7ce.js → index-5298048f.js} +17 -18
  266. package/build/{index-a5edd727.js → index-55a60635.js} +32 -32
  267. package/build/{index-dbb1f91e.js → index-58a269be.js} +22 -40
  268. package/build/{index-83340a9a.js → index-5bfd2648.js} +2 -2
  269. package/build/{index-05199167.js → index-60034148.js} +1 -1
  270. package/build/{index-db76af5d.js → index-6a84cc4f.js} +2 -2
  271. package/build/{index-becae264.js → index-6b2e9de1.js} +2 -2
  272. package/build/{index-f17a3d3c.js → index-6d9a223f.js} +2 -2
  273. package/build/{index-5c730c6b.js → index-71816ea0.js} +10 -10
  274. package/build/{index-12cc92e9.js → index-80d1795a.js} +1 -1
  275. package/build/index-83356d7b.js +700 -0
  276. package/build/{index-eef792eb.js → index-8364b6e1.js} +3 -3
  277. package/build/{index-d8dbfd8f.js → index-845e3e5e.js} +64 -64
  278. package/build/{index-5d53ab0d.js → index-85733f81.js} +8 -8
  279. package/build/{index-c957b7d7.js → index-85e25ecf.js} +13 -13
  280. package/build/{index-ca3f0ba8.js → index-8757e76e.js} +32 -31
  281. package/build/{index-3d895c07.js → index-8d389a35.js} +15 -18
  282. package/build/{index-739a497b.js → index-8d9df5a8.js} +2 -2
  283. package/build/{index-aaf7d20f.js → index-928dead2.js} +2 -2
  284. package/build/{index-176486c9.js → index-92975b03.js} +13 -16
  285. package/build/{index-0a71128d.js → index-96a179db.js} +15 -17
  286. package/build/{index-e8e77e72.js → index-9b9be196.js} +17 -17
  287. package/build/{index-3a2acb2b.js → index-9cf53b58.js} +3 -3
  288. package/build/{index-ee0fc7a1.js → index-a070f681.js} +13 -13
  289. package/build/{index-3dddfe93.js → index-a5efe1d0.js} +13 -13
  290. package/build/{index-a4ff28b4.js → index-a610cb56.js} +7 -7
  291. package/build/{index-410b848b.js → index-a6cc2da0.js} +7 -7
  292. package/build/{index-0c1ca66b.js → index-a7113382.js} +41 -41
  293. package/build/{index-c96695aa.js → index-ac56cde0.js} +15 -15
  294. package/build/{index-8fb6f679.js → index-ad485408.js} +5 -5
  295. package/build/{index-19b0b4b8.js → index-ae3f4745.js} +17 -17
  296. package/build/{index-afafc12f.js → index-b2f4eac5.js} +50 -50
  297. package/build/{index-b421ebe7.js → index-b43d3509.js} +13 -13
  298. package/build/{index-8b43b3c7.js → index-ba433663.js} +3 -3
  299. package/build/{index-9c0b2dfe.js → index-bff95e9e.js} +22 -22
  300. package/build/{index-5a7bdf69.js → index-d20e6f75.js} +2 -2
  301. package/build/{index-00ffa650.js → index-e2cd98ee.js} +1 -1
  302. package/build/{index-775b5a8c.js → index-e6fe35d1.js} +2 -2
  303. package/build/{index-e9125e2f.js → index-e77f4425.js} +30 -30
  304. package/build/{index-e787aa67.js → index-efc4b17a.js} +2 -2
  305. package/build/{index-8cd6aa6b.js → index-f9bc0498.js} +1 -1
  306. package/build/{index-996f8d94.js → index-fb120b91.js} +2 -2
  307. package/build/{index-e029c70d.js → index-fc82b51f.js} +4 -4
  308. package/build/{index-bd53408d.js → index-fef67d85.js} +3 -3
  309. package/build/index.css +1 -1
  310. package/build/index.js +190 -189
  311. package/build/{labelSorting-ba40954c.js → labelSorting-d67cb011.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 +115 -130
  315. package/build/{logoIcon-839ec647.js → logoIcon-c6d44c77.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-ad9d4cd8.js → post-48e56a26.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-0b83724c.js +5 -0
  336. package/build/ssoV2.js +112 -111
  337. package/build/{store-e15ac771.js → store-7436847b.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-9fd2e394.js → surveyThankyouCard-41592f0e.js} +5 -5
  342. package/build/text-2e7a960a.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-9e02aca0.js → translationsProvider-82e05573.js} +1 -1
  355. package/build/{treePopoverMenu-3039725f.js → treePopoverMenu-455dac4a.js} +47 -47
  356. package/build/{types-e1d556ba.js → types-c6a9b0c0.js} +2 -2
  357. package/build/types.js +2 -2
  358. package/build/{useCategory-84daabf6.js → useCategory-d10f25c0.js} +5 -5
  359. package/build/{useHealthToolCache-dc226c20.js → useHealthToolCache-07a0142b.js} +1 -1
  360. package/build/{usePlacesAutocomplete-1fdd7997.js → usePlacesAutocomplete-e7eb6685.js} +1 -1
  361. package/build/useTogetherAuthRequiredAction.js +10 -10
  362. package/build/{utils-7ea786dd.js → utils-029c5c8a.js} +3 -3
  363. package/build/{utils-c91e08b4.js → utils-157d6912.js} +5 -5
  364. package/build/{utils-a3659307.js → utils-3f01db0b.js} +2 -2
  365. package/build/{utils-c700f985.js → utils-9474b76b.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-ecd44617.js +0 -103
  371. package/build/esm/useMantineLocale-67d4f2b9.js +0 -156
  372. package/build/other-0dadd1e0.js +0 -105
  373. package/build/useMantineLocale-41665618.js +0 -187
  374. /package/build/{BMI_BOYS.percentile.monthly-74992e75.js → BMI_BOYS.percentile.monthly-9afaa08d.js} +0 -0
  375. /package/build/{BMI_BOYS.percentile.weekly-582ef7a6.js → BMI_BOYS.percentile.weekly-b066b273.js} +0 -0
  376. /package/build/{BMI_BOYS.percentile.yearly-460165ca.js → BMI_BOYS.percentile.yearly-f661c9cc.js} +0 -0
  377. /package/build/{BMI_BOYS.zscore.monthly-a01bcf2d.js → BMI_BOYS.zscore.monthly-32962b97.js} +0 -0
  378. /package/build/{BMI_BOYS.zscore.weekly-de430b2a.js → BMI_BOYS.zscore.weekly-a1332663.js} +0 -0
  379. /package/build/{BMI_BOYS.zscore.yearly-b0bc4bdf.js → BMI_BOYS.zscore.yearly-7ca87f7c.js} +0 -0
  380. /package/build/{BMI_GIRLS.percentile.monthly-55ae7f36.js → BMI_GIRLS.percentile.monthly-d82e459e.js} +0 -0
  381. /package/build/{BMI_GIRLS.percentile.weekly-98c30f99.js → BMI_GIRLS.percentile.weekly-be31522e.js} +0 -0
  382. /package/build/{BMI_GIRLS.percentile.yearly-1b06aacd.js → BMI_GIRLS.percentile.yearly-05467218.js} +0 -0
  383. /package/build/{BMI_GIRLS.zscore.monthly-5ce4888b.js → BMI_GIRLS.zscore.monthly-4de322f2.js} +0 -0
  384. /package/build/{BMI_GIRLS.zscore.weekly-dddf08f7.js → BMI_GIRLS.zscore.weekly-242c81b5.js} +0 -0
  385. /package/build/{BMI_GIRLS.zscore.yearly-08731830.js → BMI_GIRLS.zscore.yearly-022ea744.js} +0 -0
  386. /package/build/{ChevronDown-f9205b1d.js → ChevronDown-f2da6873.js} +0 -0
  387. /package/build/{Close-59b9c491.js → Close-fa445724.js} +0 -0
  388. /package/build/{Google-89065f38.js → Google-d489163d.js} +0 -0
  389. /package/build/{HEAD CIRCUM_BOYS.percentile.monthly-2790e28c.js → HEAD CIRCUM_BOYS.percentile.monthly-b35daf14.js} +0 -0
  390. /package/build/{HEAD CIRCUM_BOYS.percentile.weekly-19ce6a75.js → HEAD CIRCUM_BOYS.percentile.weekly-cfc8a701.js} +0 -0
  391. /package/build/{HEAD CIRCUM_BOYS.percentile.yearly-c98aa498.js → HEAD CIRCUM_BOYS.percentile.yearly-c027dbc2.js} +0 -0
  392. /package/build/{HEAD CIRCUM_BOYS.zscore.monthly-352ae196.js → HEAD CIRCUM_BOYS.zscore.monthly-2e4133de.js} +0 -0
  393. /package/build/{HEAD CIRCUM_BOYS.zscore.weekly-2c9ee27d.js → HEAD CIRCUM_BOYS.zscore.weekly-6edcbf40.js} +0 -0
  394. /package/build/{HEAD CIRCUM_BOYS.zscore.yearly-e6f6fffb.js → HEAD CIRCUM_BOYS.zscore.yearly-642dd8c5.js} +0 -0
  395. /package/build/{HEAD CIRCUM_GIRLS.percentile.monthly-ddba165a.js → HEAD CIRCUM_GIRLS.percentile.monthly-380eb26f.js} +0 -0
  396. /package/build/{HEAD CIRCUM_GIRLS.percentile.weekly-1264b883.js → HEAD CIRCUM_GIRLS.percentile.weekly-ad1060a5.js} +0 -0
  397. /package/build/{HEAD CIRCUM_GIRLS.percentile.yearly-83ab5bca.js → HEAD CIRCUM_GIRLS.percentile.yearly-1c48cb67.js} +0 -0
  398. /package/build/{HEAD CIRCUM_GIRLS.zscore.monthly-f8ae4c1e.js → HEAD CIRCUM_GIRLS.zscore.monthly-3d9e8e20.js} +0 -0
  399. /package/build/{HEAD CIRCUM_GIRLS.zscore.weekly-4d5e3970.js → HEAD CIRCUM_GIRLS.zscore.weekly-98c745a2.js} +0 -0
  400. /package/build/{HEAD CIRCUM_GIRLS.zscore.yearly-d5c4400f.js → HEAD CIRCUM_GIRLS.zscore.yearly-ac4ffec3.js} +0 -0
  401. /package/build/{HEIGHT_BOYS.percentile.monthly-40cfbf9a.js → HEIGHT_BOYS.percentile.monthly-1c23b2df.js} +0 -0
  402. /package/build/{HEIGHT_BOYS.percentile.weekly-4cfb9809.js → HEIGHT_BOYS.percentile.weekly-3433d56e.js} +0 -0
  403. /package/build/{HEIGHT_BOYS.percentile.yearly-c6c3da07.js → HEIGHT_BOYS.percentile.yearly-a9d096ed.js} +0 -0
  404. /package/build/{HEIGHT_BOYS.zscore.monthly-60edad28.js → HEIGHT_BOYS.zscore.monthly-8e607e81.js} +0 -0
  405. /package/build/{HEIGHT_BOYS.zscore.weekly-bc2fbc48.js → HEIGHT_BOYS.zscore.weekly-028554d4.js} +0 -0
  406. /package/build/{HEIGHT_BOYS.zscore.yearly-86c1dde5.js → HEIGHT_BOYS.zscore.yearly-338906dd.js} +0 -0
  407. /package/build/{HEIGHT_GIRLS.percentile.monthly-44704c06.js → HEIGHT_GIRLS.percentile.monthly-4a471ece.js} +0 -0
  408. /package/build/{HEIGHT_GIRLS.percentile.weekly-61ee7bd8.js → HEIGHT_GIRLS.percentile.weekly-3b48bd3b.js} +0 -0
  409. /package/build/{HEIGHT_GIRLS.percentile.yearly-1befcb61.js → HEIGHT_GIRLS.percentile.yearly-f8708315.js} +0 -0
  410. /package/build/{HEIGHT_GIRLS.zscore.monthly-1de060e1.js → HEIGHT_GIRLS.zscore.monthly-04095ed5.js} +0 -0
  411. /package/build/{HEIGHT_GIRLS.zscore.weekly-41ce21f7.js → HEIGHT_GIRLS.zscore.weekly-68b631e2.js} +0 -0
  412. /package/build/{HEIGHT_GIRLS.zscore.yearly-0b86ad95.js → HEIGHT_GIRLS.zscore.yearly-14bdf3fe.js} +0 -0
  413. /package/build/{Locale-a20bc2bb.js → Locale-29d606c9.js} +0 -0
  414. /package/build/{Visible-00a88ea6.js → Visible-e20d83e2.js} +0 -0
  415. /package/build/{WEIGHT_BOYS.percentile.monthly-214aacdd.js → WEIGHT_BOYS.percentile.monthly-3b66f591.js} +0 -0
  416. /package/build/{WEIGHT_BOYS.percentile.weekly-36921182.js → WEIGHT_BOYS.percentile.weekly-475a5af5.js} +0 -0
  417. /package/build/{WEIGHT_BOYS.percentile.yearly-1f1bbcfb.js → WEIGHT_BOYS.percentile.yearly-e740ef02.js} +0 -0
  418. /package/build/{WEIGHT_BOYS.zscore.monthly-dfdded5b.js → WEIGHT_BOYS.zscore.monthly-a54c1fc9.js} +0 -0
  419. /package/build/{WEIGHT_BOYS.zscore.weekly-de0c7c94.js → WEIGHT_BOYS.zscore.weekly-4dec32d6.js} +0 -0
  420. /package/build/{WEIGHT_BOYS.zscore.yearly-180c2581.js → WEIGHT_BOYS.zscore.yearly-3e9636ba.js} +0 -0
  421. /package/build/{WEIGHT_GIRLS.percentile.monthly-61aec809.js → WEIGHT_GIRLS.percentile.monthly-25768d9c.js} +0 -0
  422. /package/build/{WEIGHT_GIRLS.percentile.weekly-bbd9e34c.js → WEIGHT_GIRLS.percentile.weekly-98793507.js} +0 -0
  423. /package/build/{WEIGHT_GIRLS.percentile.yearly-5f3f741e.js → WEIGHT_GIRLS.percentile.yearly-5331245e.js} +0 -0
  424. /package/build/{WEIGHT_GIRLS.zscore.monthly-ebd17dec.js → WEIGHT_GIRLS.zscore.monthly-e94dd03d.js} +0 -0
  425. /package/build/{WEIGHT_GIRLS.zscore.weekly-0dd2e885.js → WEIGHT_GIRLS.zscore.weekly-383e8bda.js} +0 -0
  426. /package/build/{WEIGHT_GIRLS.zscore.yearly-2bc83e67.js → WEIGHT_GIRLS.zscore.yearly-b3c3a489.js} +0 -0
  427. /package/build/{animation-d7bbfd05.js → animation-42b19ed6.js} +0 -0
  428. /package/build/{constants-0d7afde6.js → constants-01aa0fc7.js} +0 -0
  429. /package/build/{constants-4ae51090.js → constants-960669ed.js} +0 -0
  430. /package/build/{constants-bba20592.js → constants-e622a57c.js} +0 -0
  431. /package/build/{dataTransform-c6ded749.js → dataTransform-d6704481.js} +0 -0
  432. /package/build/esm/{BMI_BOYS.percentile.monthly-db18d48a.js → BMI_BOYS.percentile.monthly-1a62c843.js} +0 -0
  433. /package/build/esm/{BMI_BOYS.percentile.weekly-9125f743.js → BMI_BOYS.percentile.weekly-c47d1f69.js} +0 -0
  434. /package/build/esm/{BMI_BOYS.percentile.yearly-94192a1b.js → BMI_BOYS.percentile.yearly-b4bf7a0a.js} +0 -0
  435. /package/build/esm/{BMI_BOYS.zscore.monthly-666c6d56.js → BMI_BOYS.zscore.monthly-fd453da6.js} +0 -0
  436. /package/build/esm/{BMI_BOYS.zscore.weekly-b9fd6593.js → BMI_BOYS.zscore.weekly-fe90a8fe.js} +0 -0
  437. /package/build/esm/{BMI_BOYS.zscore.yearly-6388cef4.js → BMI_BOYS.zscore.yearly-5c5d8c5d.js} +0 -0
  438. /package/build/esm/{BMI_GIRLS.percentile.monthly-7effde6f.js → BMI_GIRLS.percentile.monthly-c6cf0400.js} +0 -0
  439. /package/build/esm/{BMI_GIRLS.percentile.weekly-f913327d.js → BMI_GIRLS.percentile.weekly-db3689ea.js} +0 -0
  440. /package/build/esm/{BMI_GIRLS.percentile.yearly-88a7bdf9.js → BMI_GIRLS.percentile.yearly-b4d7bd48.js} +0 -0
  441. /package/build/esm/{BMI_GIRLS.zscore.monthly-bec30098.js → BMI_GIRLS.zscore.monthly-8b5afee2.js} +0 -0
  442. /package/build/esm/{BMI_GIRLS.zscore.weekly-573384f3.js → BMI_GIRLS.zscore.weekly-beb98305.js} +0 -0
  443. /package/build/esm/{BMI_GIRLS.zscore.yearly-22f3b1f1.js → BMI_GIRLS.zscore.yearly-b2c9f323.js} +0 -0
  444. /package/build/esm/{ChevronDown-150a1256.js → ChevronDown-885fe536.js} +0 -0
  445. /package/build/esm/{Close-39dfda08.js → Close-4a5f5185.js} +0 -0
  446. /package/build/esm/{Google-b11fe21a.js → Google-811713ae.js} +0 -0
  447. /package/build/esm/{HEAD CIRCUM_BOYS.percentile.monthly-f614c6fc.js → HEAD CIRCUM_BOYS.percentile.monthly-74d79e6e.js} +0 -0
  448. /package/build/esm/{HEAD CIRCUM_BOYS.percentile.weekly-9eb6bfbe.js → HEAD CIRCUM_BOYS.percentile.weekly-8552b338.js} +0 -0
  449. /package/build/esm/{HEAD CIRCUM_BOYS.percentile.yearly-e3b8abc0.js → HEAD CIRCUM_BOYS.percentile.yearly-f0878ebc.js} +0 -0
  450. /package/build/esm/{HEAD CIRCUM_BOYS.zscore.monthly-f32bfabb.js → HEAD CIRCUM_BOYS.zscore.monthly-153759e9.js} +0 -0
  451. /package/build/esm/{HEAD CIRCUM_BOYS.zscore.weekly-fba22281.js → HEAD CIRCUM_BOYS.zscore.weekly-05cfc5bd.js} +0 -0
  452. /package/build/esm/{HEAD CIRCUM_BOYS.zscore.yearly-f6721740.js → HEAD CIRCUM_BOYS.zscore.yearly-579285b4.js} +0 -0
  453. /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.monthly-f8725b7c.js → HEAD CIRCUM_GIRLS.percentile.monthly-4115f0b1.js} +0 -0
  454. /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.weekly-97387772.js → HEAD CIRCUM_GIRLS.percentile.weekly-29af6bb5.js} +0 -0
  455. /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.yearly-c2dedbdc.js → HEAD CIRCUM_GIRLS.percentile.yearly-e25726c1.js} +0 -0
  456. /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.monthly-7c689a78.js → HEAD CIRCUM_GIRLS.zscore.monthly-b6cc780a.js} +0 -0
  457. /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.weekly-bc100ec7.js → HEAD CIRCUM_GIRLS.zscore.weekly-c20e369e.js} +0 -0
  458. /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.yearly-6113b2c7.js → HEAD CIRCUM_GIRLS.zscore.yearly-2c7b079b.js} +0 -0
  459. /package/build/esm/{HEIGHT_BOYS.percentile.monthly-e5678958.js → HEIGHT_BOYS.percentile.monthly-19f7c7da.js} +0 -0
  460. /package/build/esm/{HEIGHT_BOYS.percentile.weekly-913a0b50.js → HEIGHT_BOYS.percentile.weekly-ede9d4ed.js} +0 -0
  461. /package/build/esm/{HEIGHT_BOYS.percentile.yearly-18af7378.js → HEIGHT_BOYS.percentile.yearly-d15e44de.js} +0 -0
  462. /package/build/esm/{HEIGHT_BOYS.zscore.monthly-8284876a.js → HEIGHT_BOYS.zscore.monthly-28bc9068.js} +0 -0
  463. /package/build/esm/{HEIGHT_BOYS.zscore.weekly-6a87c59c.js → HEIGHT_BOYS.zscore.weekly-806e190b.js} +0 -0
  464. /package/build/esm/{HEIGHT_BOYS.zscore.yearly-b48ee328.js → HEIGHT_BOYS.zscore.yearly-d0801b68.js} +0 -0
  465. /package/build/esm/{HEIGHT_GIRLS.percentile.monthly-ebc399f1.js → HEIGHT_GIRLS.percentile.monthly-5d584a19.js} +0 -0
  466. /package/build/esm/{HEIGHT_GIRLS.percentile.weekly-47580eaa.js → HEIGHT_GIRLS.percentile.weekly-1a9a15b5.js} +0 -0
  467. /package/build/esm/{HEIGHT_GIRLS.percentile.yearly-951d639b.js → HEIGHT_GIRLS.percentile.yearly-0bb51255.js} +0 -0
  468. /package/build/esm/{HEIGHT_GIRLS.zscore.monthly-0640f32b.js → HEIGHT_GIRLS.zscore.monthly-dbae7da5.js} +0 -0
  469. /package/build/esm/{HEIGHT_GIRLS.zscore.weekly-ac6176b9.js → HEIGHT_GIRLS.zscore.weekly-898d6d1f.js} +0 -0
  470. /package/build/esm/{HEIGHT_GIRLS.zscore.yearly-767a1454.js → HEIGHT_GIRLS.zscore.yearly-52f42dde.js} +0 -0
  471. /package/build/esm/{Locale-7e8c3193.js → Locale-f6163225.js} +0 -0
  472. /package/build/esm/{Visible-26c970af.js → Visible-fdf33bf6.js} +0 -0
  473. /package/build/esm/{WEIGHT_BOYS.percentile.monthly-d542e6af.js → WEIGHT_BOYS.percentile.monthly-c6f82dd9.js} +0 -0
  474. /package/build/esm/{WEIGHT_BOYS.percentile.weekly-36e32ce3.js → WEIGHT_BOYS.percentile.weekly-05bd10bd.js} +0 -0
  475. /package/build/esm/{WEIGHT_BOYS.percentile.yearly-7fb16b1d.js → WEIGHT_BOYS.percentile.yearly-3410788d.js} +0 -0
  476. /package/build/esm/{WEIGHT_BOYS.zscore.monthly-adbdfdd1.js → WEIGHT_BOYS.zscore.monthly-7a03bebd.js} +0 -0
  477. /package/build/esm/{WEIGHT_BOYS.zscore.weekly-3f1f6b51.js → WEIGHT_BOYS.zscore.weekly-4f4adbbf.js} +0 -0
  478. /package/build/esm/{WEIGHT_BOYS.zscore.yearly-8d1b094f.js → WEIGHT_BOYS.zscore.yearly-6e3eb906.js} +0 -0
  479. /package/build/esm/{WEIGHT_GIRLS.percentile.monthly-1518c4b2.js → WEIGHT_GIRLS.percentile.monthly-2d041fad.js} +0 -0
  480. /package/build/esm/{WEIGHT_GIRLS.percentile.weekly-4647e8b7.js → WEIGHT_GIRLS.percentile.weekly-0e2e767b.js} +0 -0
  481. /package/build/esm/{WEIGHT_GIRLS.percentile.yearly-75c03fa2.js → WEIGHT_GIRLS.percentile.yearly-96ab452e.js} +0 -0
  482. /package/build/esm/{WEIGHT_GIRLS.zscore.monthly-208c2b04.js → WEIGHT_GIRLS.zscore.monthly-81150876.js} +0 -0
  483. /package/build/esm/{WEIGHT_GIRLS.zscore.weekly-82bd4d43.js → WEIGHT_GIRLS.zscore.weekly-f48cd64c.js} +0 -0
  484. /package/build/esm/{WEIGHT_GIRLS.zscore.yearly-e979ffc3.js → WEIGHT_GIRLS.zscore.yearly-6703d948.js} +0 -0
  485. /package/build/esm/{animation-9f88ebc3.js → animation-3bdf591a.js} +0 -0
  486. /package/build/esm/{constants-cc8260ef.js → constants-6c2ee4aa.js} +0 -0
  487. /package/build/esm/{constants-69692e4e.js → constants-c0240e85.js} +0 -0
  488. /package/build/esm/{constants-74cdf592.js → constants-dfbc4e00.js} +0 -0
  489. /package/build/esm/{dataTransform-bb7c1b26.js → dataTransform-249fcce4.js} +0 -0
  490. /package/build/esm/{index-d8a842a1.js → index-09c70502.js} +0 -0
  491. /package/build/esm/{index-93e56e81.js → index-3303ec0b.js} +0 -0
  492. /package/build/esm/{index-e07488f1.js → index-4cc50ce7.js} +0 -0
  493. /package/build/esm/{index-0fce55ff.js → index-4ea73676.js} +0 -0
  494. /package/build/esm/{index-3dd16ecf.js → index-71b0577b.js} +0 -0
  495. /package/build/esm/{index-bd7ec512.js → index-72f83e84.js} +0 -0
  496. /package/build/esm/{index-4f2dc29a.js → index-8dbea2ff.js} +0 -0
  497. /package/build/esm/{index-e3e99d15.js → index-9cb335dd.js} +0 -0
  498. /package/build/esm/{index.styles-084c59ef.js → index.styles-1239781a.js} +0 -0
  499. /package/build/esm/{localizeNumberFormat-f4b6c47a.js → localizeNumberFormat-339c4623.js} +0 -0
  500. /package/build/esm/{normalizeLink-936d90eb.js → normalizeLink-587bfc30.js} +0 -0
  501. /package/build/esm/{number-224a42c3.js → number-869ba197.js} +0 -0
  502. /package/build/esm/{paths-579d0032.js → paths-99229e19.js} +0 -0
  503. /package/build/esm/{translationsContext-1f3f9575.js → translationsContext-9ccd273a.js} +0 -0
  504. /package/build/esm/{tslib.es6-ab554322.js → tslib.es6-84edec00.js} +0 -0
  505. /package/build/esm/{types-2d4d27c5.js → types-f9a84d24.js} +0 -0
  506. /package/build/esm/{useIsInit-ea8b816c.js → useIsInit-f5d361b0.js} +0 -0
  507. /package/build/esm/{useOutsideClick-c4e5a727.js → useOutsideClick-d2fc2ec2.js} +0 -0
  508. /package/build/esm/{useScrollbarSize-eca6089a.js → useScrollbarSize-b15339b4.js} +0 -0
  509. /package/build/esm/{useUniqueId-7d263389.js → useUniqueId-1ac64459.js} +0 -0
  510. /package/build/esm/{utils-1e5d7b0f.js → utils-d2c04354.js} +0 -0
  511. /package/build/{index-76b35a39.js → index-2b8c7bf5.js} +0 -0
  512. /package/build/{index-d6720486.js → index-3e0ab905.js} +0 -0
  513. /package/build/{index-fe50d571.js → index-4628f343.js} +0 -0
  514. /package/build/{index-5987ef8d.js → index-4f405ce1.js} +0 -0
  515. /package/build/{index-20c4211d.js → index-ab36b5a8.js} +0 -0
  516. /package/build/{index-9ec91ab1.js → index-d67c7170.js} +0 -0
  517. /package/build/{index-e93bb180.js → index-f7b8f5e5.js} +0 -0
  518. /package/build/{index-1c7d1db5.js → index-fde26e91.js} +0 -0
  519. /package/build/{index.styles-1627ae94.js → index.styles-fc5a7d1f.js} +0 -0
  520. /package/build/{localizeNumberFormat-2e6de276.js → localizeNumberFormat-80f8f364.js} +0 -0
  521. /package/build/{normalizeLink-f5a31cb7.js → normalizeLink-453446dc.js} +0 -0
  522. /package/build/{number-df5f349e.js → number-c6ff35d8.js} +0 -0
  523. /package/build/{paths-88b3a03a.js → paths-219a6e9a.js} +0 -0
  524. /package/build/{translationsContext-b427e34a.js → translationsContext-c1155171.js} +0 -0
  525. /package/build/{tslib.es6-80cd01ec.js → tslib.es6-427aff2e.js} +0 -0
  526. /package/build/{types-4dc6d77a.js → types-53f1a808.js} +0 -0
  527. /package/build/{useIsInit-048d2d0e.js → useIsInit-eb9de54a.js} +0 -0
  528. /package/build/{useOutsideClick-4b24cb4a.js → useOutsideClick-3ffa2142.js} +0 -0
  529. /package/build/{useScrollbarSize-276c45bd.js → useScrollbarSize-345a32f0.js} +0 -0
  530. /package/build/{useUniqueId-9af8c712.js → useUniqueId-6f2e21bc.js} +0 -0
  531. /package/build/{utils-f6f80ca7.js → utils-e3bda41d.js} +0 -0
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}