@hhgtech/hhg-components 1.29.435 → 1.29.437-beta-1

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 (673) hide show
  1. package/build/{InputDate-5eea89d0.js → InputDate-4d70afc3.js} +5 -5
  2. package/build/{LastPeriod-787184d9.js → LastPeriod-0f53394d.js} +1 -1
  3. package/build/{MobileBottomNavigationIcon-4ce34c28.js → MobileBottomNavigationIcon-54cfe745.js} +3 -3
  4. package/build/RatingStarsInput-c9f82ab4.js +5664 -0
  5. package/build/{Spinner-af23165e.js → Spinner-50a6f926.js} +1 -1
  6. package/build/{WhatsApp-b7fa7cee.js → WhatsApp-ecc3b108.js} +1 -1
  7. package/build/adapters.js +21 -20
  8. package/build/atoms.js +105 -414
  9. package/build/babyGrowth.js +86 -86
  10. package/build/cache.js +2 -2
  11. package/build/care/components/organisms/bookingSearchBar/mobileTopbar/index.styled.d.ts +1 -1
  12. package/build/care/components/organisms/bookingSearchBar/resultSection/index.styled.d.ts +1 -1
  13. package/build/care/components/organisms/bookingSearchBar/resultSectionItem/index.styled.d.ts +1 -1
  14. package/build/care/interfaces/types.d.ts +2 -0
  15. package/build/care.js +18 -18
  16. package/build/careBookingSearchBar.js +14 -14
  17. package/build/careBookingSearchBarV2.js +15 -15
  18. package/build/components/atoms/DragFreeCarousel/index.d.ts +9 -0
  19. package/build/components/atoms/DragFreeCarousel/index.style.d.ts +3 -0
  20. package/build/components/atoms/cardCollapse/index.d.ts +3 -2
  21. package/build/components/atoms/drawerComponent/index.d.ts +1 -0
  22. package/build/components/atoms/imageUpload/index.d.ts +1 -1
  23. package/build/components/atoms/index.d.ts +3 -0
  24. package/build/components/mantine/errorLabel/index.d.ts +6 -0
  25. package/build/components/mantine/floatingLabelControl/context.d.ts +10 -0
  26. package/build/components/mantine/floatingLabelControl/index.d.ts +33 -0
  27. package/build/components/mantine/floatingLabelControl/index.styled.d.ts +15 -0
  28. package/build/components/mantine/index.d.ts +2 -0
  29. package/build/components/mantine/input/index.d.ts +2 -0
  30. package/build/components/mantine/input/index.styles.d.ts +8 -0
  31. package/build/components/mantine/phone/index.d.ts +4 -0
  32. package/build/components/mantine/phoneInput/PhoneInput.d.ts +4 -0
  33. package/build/components/mantine/provider/index.d.ts +2 -1
  34. package/build/components/mantine/select/index.styles.d.ts +8 -0
  35. package/build/components/mantine/text/index.d.ts +2 -2
  36. package/build/components/mantine/textArea/index.d.ts +1 -1
  37. package/build/components/mantine/textArea/index.styles.d.ts +8 -0
  38. package/build/components/mantine/theme/text.d.ts +6 -2
  39. package/build/components/molecules/cardListItem/index.d.ts +4 -1
  40. package/build/components/molecules/cardListItem/index.styled.d.ts +6 -3
  41. package/build/components/molecules/certificateItem/index.d.ts +9 -0
  42. package/build/components/molecules/certificateItem/index.styled.d.ts +9 -0
  43. package/build/components/molecules/doctorInfoExpertise/index.d.ts +9 -0
  44. package/build/components/molecules/doctorInfoExpertise/index.styled.d.ts +9 -0
  45. package/build/components/molecules/doctorInfoItem/index.d.ts +8 -0
  46. package/build/components/molecules/doctorInfoItem/index.styled.d.ts +12 -0
  47. package/build/components/molecules/hpvScreener/index.d.ts +8 -0
  48. package/build/components/molecules/hpvScreener/index.styled.d.ts +78 -0
  49. package/build/components/molecules/index.d.ts +7 -0
  50. package/build/components/molecules/list/ListQuickFilterWrapline.d.ts +8 -0
  51. package/build/components/molecules/list/index.d.ts +2 -0
  52. package/build/components/molecules/list/type.d.ts +2 -1
  53. package/build/components/molecules/list/useList.d.ts +1 -1
  54. package/build/components/molecules/quickFilterWrapLine/index.d.ts +10 -0
  55. package/build/components/molecules/quickFilterWrapLine/index.helper.d.ts +2 -0
  56. package/build/components/molecules/quickFilterWrapLine/index.styled.d.ts +17 -0
  57. package/build/components/molecules/summaryInfo/index.d.ts +16 -0
  58. package/build/components/molecules/summaryInfo/index.styled.d.ts +23 -0
  59. package/build/components/molecules/voucherItem/index.d.ts +12 -0
  60. package/build/components/molecules/voucherItem/index.style.d.ts +33 -0
  61. package/build/components/navigationV2/components/atoms/searchInput/index.styled.d.ts +1 -0
  62. package/build/components/navigationV2/components/molecules/menuCategoriesList/Item/index.d.ts +5 -0
  63. package/build/components/navigationV2/components/molecules/menuCategoriesList/Item/index.styled.d.ts +7 -0
  64. package/build/components/navigationV2/types.d.ts +10 -0
  65. package/build/components/organisms/clinicInfo/index.styled.d.ts +7 -0
  66. package/build/components/organisms/doctorExpertise/index.d.ts +28 -0
  67. package/build/components/organisms/doctorExpertise/index.helper.d.ts +9 -0
  68. package/build/components/organisms/doctorExpertise/index.styled.d.ts +20 -0
  69. package/build/components/organisms/index.d.ts +1 -0
  70. package/build/components.js +194 -182
  71. package/build/{constants-2d30eb62.js → constants-eb8d6cc8.js} +1 -1
  72. package/build/constants.js +7 -3
  73. package/build/constantsDomainLocales.js +1 -1
  74. package/build/constantsRiskScreener.js +2 -2
  75. package/build/constantsSite.js +2 -2
  76. package/build/{core-63491f63.js → core-b3405eed.js} +1 -1
  77. package/build/{dataTransform-4f2bf661.js → dataTransform-e6f036cc.js} +1 -1
  78. package/build/ecom.js +5 -5
  79. package/build/{editor-770f90e1.js → editor-0b0ed7d8.js} +11 -11
  80. package/build/embeddedHeathToolCards_babyGrowth.js +25 -24
  81. package/build/embeddedHeathToolCards_babyPoop.js +21 -20
  82. package/build/embeddedHeathToolCards_babyVaccine.js +24 -23
  83. package/build/embeddedHeathToolCards_bmi_bmi.js +27 -26
  84. package/build/embeddedHeathToolCards_bmrBmr.js +27 -26
  85. package/build/embeddedHeathToolCards_dueDate_dueDate.js +24 -23
  86. package/build/embeddedHeathToolCards_ovulation_ovulation.js +24 -23
  87. package/build/embeddedHeathToolCards_pwg_pwg.js +28 -27
  88. package/build/embeddedHeathToolCards_targetHeartRate.js +29 -28
  89. package/build/esm/{InputDate-cdea635b.js → InputDate-25fa76f9.js} +5 -5
  90. package/build/esm/{LastPeriod-a87b2d37.js → LastPeriod-eabcdad7.js} +1 -1
  91. package/build/esm/{MobileBottomNavigationIcon-fc1d77c8.js → MobileBottomNavigationIcon-df83bff9.js} +3 -3
  92. package/build/esm/RatingStarsInput-8a92f11b.js +5594 -0
  93. package/build/esm/{Spinner-6f8ff0b0.js → Spinner-94937b12.js} +1 -1
  94. package/build/esm/{WhatsApp-9cad2c64.js → WhatsApp-26348186.js} +1 -1
  95. package/build/esm/adapters.js +21 -20
  96. package/build/esm/atoms.js +57 -367
  97. package/build/esm/babyGrowth.js +86 -86
  98. package/build/esm/cache.js +2 -2
  99. package/build/esm/care/components/organisms/bookingSearchBar/mobileTopbar/index.styled.d.ts +1 -1
  100. package/build/esm/care/components/organisms/bookingSearchBar/resultSection/index.styled.d.ts +1 -1
  101. package/build/esm/care/components/organisms/bookingSearchBar/resultSectionItem/index.styled.d.ts +1 -1
  102. package/build/esm/care/interfaces/types.d.ts +2 -0
  103. package/build/esm/care.js +18 -18
  104. package/build/esm/careBookingSearchBar.js +14 -14
  105. package/build/esm/careBookingSearchBarV2.js +15 -15
  106. package/build/esm/components/atoms/DragFreeCarousel/index.d.ts +9 -0
  107. package/build/esm/components/atoms/DragFreeCarousel/index.style.d.ts +3 -0
  108. package/build/esm/components/atoms/cardCollapse/index.d.ts +3 -2
  109. package/build/esm/components/atoms/drawerComponent/index.d.ts +1 -0
  110. package/build/esm/components/atoms/imageUpload/index.d.ts +1 -1
  111. package/build/esm/components/atoms/index.d.ts +3 -0
  112. package/build/esm/components/mantine/errorLabel/index.d.ts +6 -0
  113. package/build/esm/components/mantine/floatingLabelControl/context.d.ts +10 -0
  114. package/build/esm/components/mantine/floatingLabelControl/index.d.ts +33 -0
  115. package/build/esm/components/mantine/floatingLabelControl/index.styled.d.ts +15 -0
  116. package/build/esm/components/mantine/index.d.ts +2 -0
  117. package/build/esm/components/mantine/input/index.d.ts +2 -0
  118. package/build/esm/components/mantine/input/index.styles.d.ts +8 -0
  119. package/build/esm/components/mantine/phone/index.d.ts +4 -0
  120. package/build/esm/components/mantine/phoneInput/PhoneInput.d.ts +4 -0
  121. package/build/esm/components/mantine/provider/index.d.ts +2 -1
  122. package/build/esm/components/mantine/select/index.styles.d.ts +8 -0
  123. package/build/esm/components/mantine/text/index.d.ts +2 -2
  124. package/build/esm/components/mantine/textArea/index.d.ts +1 -1
  125. package/build/esm/components/mantine/textArea/index.styles.d.ts +8 -0
  126. package/build/esm/components/mantine/theme/text.d.ts +6 -2
  127. package/build/esm/components/molecules/cardListItem/index.d.ts +4 -1
  128. package/build/esm/components/molecules/cardListItem/index.styled.d.ts +6 -3
  129. package/build/esm/components/molecules/certificateItem/index.d.ts +9 -0
  130. package/build/esm/components/molecules/certificateItem/index.styled.d.ts +9 -0
  131. package/build/esm/components/molecules/doctorInfoExpertise/index.d.ts +9 -0
  132. package/build/esm/components/molecules/doctorInfoExpertise/index.styled.d.ts +9 -0
  133. package/build/esm/components/molecules/doctorInfoItem/index.d.ts +8 -0
  134. package/build/esm/components/molecules/doctorInfoItem/index.styled.d.ts +12 -0
  135. package/build/esm/components/molecules/hpvScreener/index.d.ts +8 -0
  136. package/build/esm/components/molecules/hpvScreener/index.styled.d.ts +78 -0
  137. package/build/esm/components/molecules/index.d.ts +7 -0
  138. package/build/esm/components/molecules/list/ListQuickFilterWrapline.d.ts +8 -0
  139. package/build/esm/components/molecules/list/index.d.ts +2 -0
  140. package/build/esm/components/molecules/list/type.d.ts +2 -1
  141. package/build/esm/components/molecules/list/useList.d.ts +1 -1
  142. package/build/esm/components/molecules/quickFilterWrapLine/index.d.ts +10 -0
  143. package/build/esm/components/molecules/quickFilterWrapLine/index.helper.d.ts +2 -0
  144. package/build/esm/components/molecules/quickFilterWrapLine/index.styled.d.ts +17 -0
  145. package/build/esm/components/molecules/summaryInfo/index.d.ts +16 -0
  146. package/build/esm/components/molecules/summaryInfo/index.styled.d.ts +23 -0
  147. package/build/esm/components/molecules/voucherItem/index.d.ts +12 -0
  148. package/build/esm/components/molecules/voucherItem/index.style.d.ts +33 -0
  149. package/build/esm/components/navigationV2/components/atoms/searchInput/index.styled.d.ts +1 -0
  150. package/build/esm/components/navigationV2/components/molecules/menuCategoriesList/Item/index.d.ts +5 -0
  151. package/build/esm/components/navigationV2/components/molecules/menuCategoriesList/Item/index.styled.d.ts +7 -0
  152. package/build/esm/components/navigationV2/types.d.ts +10 -0
  153. package/build/esm/components/organisms/clinicInfo/index.styled.d.ts +7 -0
  154. package/build/esm/components/organisms/doctorExpertise/index.d.ts +28 -0
  155. package/build/esm/components/organisms/doctorExpertise/index.helper.d.ts +9 -0
  156. package/build/esm/components/organisms/doctorExpertise/index.styled.d.ts +20 -0
  157. package/build/esm/components/organisms/index.d.ts +1 -0
  158. package/build/esm/components.js +106 -105
  159. package/build/esm/{constants-5b3aef51.js → constants-1116230f.js} +1 -1
  160. package/build/esm/constants.js +3 -3
  161. package/build/esm/constantsDomainLocales.js +1 -1
  162. package/build/esm/constantsRiskScreener.js +2 -2
  163. package/build/esm/constantsSite.js +2 -2
  164. package/build/esm/{core-b5022560.js → core-cffb6c88.js} +1 -1
  165. package/build/esm/{dataTransform-b34a4eb5.js → dataTransform-52fdc3ad.js} +1 -1
  166. package/build/esm/ecom.js +5 -5
  167. package/build/esm/{editor-8da7b653.js → editor-29a70ca1.js} +11 -11
  168. package/build/esm/embeddedHeathToolCards_babyGrowth.js +25 -24
  169. package/build/esm/embeddedHeathToolCards_babyPoop.js +21 -20
  170. package/build/esm/embeddedHeathToolCards_babyVaccine.js +24 -23
  171. package/build/esm/embeddedHeathToolCards_bmi_bmi.js +27 -26
  172. package/build/esm/embeddedHeathToolCards_bmrBmr.js +27 -26
  173. package/build/esm/embeddedHeathToolCards_dueDate_dueDate.js +24 -23
  174. package/build/esm/embeddedHeathToolCards_ovulation_ovulation.js +24 -23
  175. package/build/esm/embeddedHeathToolCards_pwg_pwg.js +28 -27
  176. package/build/esm/embeddedHeathToolCards_targetHeartRate.js +29 -28
  177. package/build/esm/footer.js +23 -22
  178. package/build/esm/gAssets.js +2 -2
  179. package/build/esm/{healthTools-9534d760.js → healthTools-15391910.js} +1 -1
  180. package/build/esm/healthToolsCardWrapper.js +20 -19
  181. package/build/esm/healthToolsForm.js +35 -34
  182. package/build/esm/hooks/index.d.ts +1 -0
  183. package/build/esm/hooks/usePhoneValidator.d.ts +3 -0
  184. package/build/esm/hooks.js +13 -13
  185. package/build/esm/i18n/translationKeys.d.ts +1 -1
  186. package/build/esm/i18n-values/en-PH.js +10 -0
  187. package/build/esm/i18n-values/hi-IN.js +10 -0
  188. package/build/esm/i18n-values/id-ID.js +10 -0
  189. package/build/esm/i18n-values/km-KH.js +10 -0
  190. package/build/esm/i18n-values/ms-MY.js +10 -0
  191. package/build/esm/i18n-values/my-MM.js +10 -0
  192. package/build/esm/i18n-values/th-TH.js +14 -4
  193. package/build/esm/i18n-values/tl-PH.js +10 -0
  194. package/build/esm/i18n-values/vi-VN.js +15 -5
  195. package/build/esm/i18n-values/vi-VN_MB.js +15 -5
  196. package/build/esm/i18n-values/zh-SG.js +10 -0
  197. package/build/esm/i18n-values/zh-TW.js +10 -0
  198. package/build/esm/i18n.js +2 -2
  199. package/build/esm/i18nV2.js +2 -2
  200. package/build/esm/icons/ArrowRightBlue.d.ts +4 -0
  201. package/build/esm/icons/Clinic.d.ts +4 -0
  202. package/build/esm/icons/Credential.d.ts +4 -0
  203. package/build/esm/icons/Education.d.ts +4 -0
  204. package/build/esm/icons/Email.d.ts +4 -0
  205. package/build/esm/icons/HPV.d.ts +4 -0
  206. package/build/esm/icons/Highlight.d.ts +4 -0
  207. package/build/esm/icons/StarUpgrade.d.ts +4 -0
  208. package/build/esm/{index-5ccb32d4.js → index-003d82b3.js} +2 -2
  209. package/build/esm/{index-64a23bd8.js → index-01ed41b1.js} +3 -3
  210. package/build/esm/index-042bda48.js +15 -0
  211. package/build/esm/{index-f8c2b8fe.js → index-0453dfa3.js} +1 -1
  212. package/build/esm/{index-c118b3d8.js → index-068d104a.js} +1 -1
  213. package/build/esm/{index-092b1699.js → index-08f37bff.js} +105 -2
  214. package/build/esm/{index-5675385e.js → index-0e23feea.js} +3 -3
  215. package/build/esm/{index-cb6bed3b.js → index-153b0c21.js} +13 -13
  216. package/build/esm/{index-910a2e45.js → index-1dc3083b.js} +4 -4
  217. package/build/esm/{index-2ab6597f.js → index-22aa9c53.js} +2 -2
  218. package/build/esm/{index-fe927d80.js → index-23c20070.js} +2 -2
  219. package/build/esm/{index-660c931a.js → index-2a86cc58.js} +5 -5
  220. package/build/esm/{index-78637af8.js → index-2b10cca4.js} +17 -17
  221. package/build/esm/{index-d97d8f55.js → index-2b777d68.js} +32 -32
  222. package/build/esm/{index-905c007e.js → index-2de4f02b.js} +13 -13
  223. package/build/esm/{index-8b41ee67.js → index-2ec8c56b.js} +6 -6
  224. package/build/esm/{index-522fa528.js → index-3152bdbb.js} +13 -13
  225. package/build/esm/{index-6f0cf5fe.js → index-319615cd.js} +6 -6
  226. package/build/esm/{index-877884e8.js → index-3256e07b.js} +2 -2
  227. package/build/esm/{index-c50bc401.js → index-349fd042.js} +3 -3
  228. package/build/esm/{index-d4d1258a.js → index-34e0f3c4.js} +6 -6
  229. package/build/esm/{index-80dca832.js → index-39bf82c7.js} +96 -32
  230. package/build/esm/{index-1c4642d7.js → index-424d4bf5.js} +3 -3
  231. package/build/esm/{index-d2239834.js → index-42cbf38d.js} +1 -1
  232. package/build/esm/{index-0977e7a2.js → index-43489576.js} +2 -2
  233. package/build/esm/{index-0624e3a3.js → index-450a5260.js} +10 -10
  234. package/build/esm/{index-825d30b4.js → index-546e741a.js} +32 -32
  235. package/build/esm/{index-9e8c02dd.js → index-54aa091e.js} +3 -3
  236. package/build/esm/{index-0291c973.js → index-5588e8ff.js} +6 -6
  237. package/build/esm/{index-f32ab4f6.js → index-55c0ae92.js} +3 -3
  238. package/build/esm/{index-5d42aec2.js → index-575a6856.js} +191 -144
  239. package/build/esm/{index-4d62d29e.js → index-5ac98641.js} +17 -17
  240. package/build/esm/{index-3779f98b.js → index-5e8d03ed.js} +17 -17
  241. package/build/esm/index-61912b15.js +160 -0
  242. package/build/esm/{index-2df6f3a8.js → index-691e1eee.js} +17 -17
  243. package/build/esm/{index-9aef1899.js → index-6c4b7d7c.js} +1 -1
  244. package/build/esm/{index-6c2f46d4.js → index-745c9fbb.js} +1 -1
  245. package/build/esm/{index-b7fb741d.js → index-78314d96.js} +2 -2
  246. package/build/esm/{index-05f7c12d.js → index-7c3c97d9.js} +4 -16
  247. package/build/esm/{index-9316837d.js → index-7f5f9f72.js} +2 -2
  248. package/build/esm/{index-4bade475.js → index-806d7e7e.js} +13 -13
  249. package/build/esm/{index-dadf649f.js → index-a029abda.js} +13 -13
  250. package/build/esm/{index-77136d7c.js → index-a6958ae2.js} +4 -4
  251. package/build/esm/{index-3a7d8d77.js → index-aaeaaf06.js} +13 -13
  252. package/build/esm/{index-bc5a3fc2.js → index-ab4b7f3a.js} +2 -2
  253. package/build/esm/{index-971eb8ab.js → index-ab4e7945.js} +2 -2
  254. package/build/esm/{index-91e1b524.js → index-b0c181d5.js} +15 -15
  255. package/build/esm/{index-66867721.js → index-b34237da.js} +4 -4
  256. package/build/esm/{index-5c71ffdd.js → index-b3b7ebdd.js} +11 -4
  257. package/build/esm/{index-7f77a9f8.js → index-b3c250fd.js} +2 -2
  258. package/build/esm/{index-eb59ab36.js → index-b50e3a7a.js} +470 -34
  259. package/build/esm/{index-83deb264.js → index-b7347c69.js} +7 -7
  260. package/build/esm/{index-e91f34af.js → index-b9822164.js} +16 -16
  261. package/build/esm/{index-7a650035.js → index-c2ba4bdb.js} +1 -1
  262. package/build/esm/{index-670b805c.js → index-c5913a11.js} +22 -22
  263. package/build/esm/{index-99689e8f.js → index-c99be01d.js} +2 -2
  264. package/build/esm/{ImageUpload.types-8c2d3fed.js → index-c9c7883f.js} +352 -19
  265. package/build/esm/{index-cfba4d9a.js → index-c9cf565b.js} +16 -16
  266. package/build/esm/{index-09ca7467.js → index-cbd20c5d.js} +2 -2
  267. package/build/esm/{index-b1ed3158.js → index-cdff94ba.js} +14 -14
  268. package/build/esm/{index-f643c9df.js → index-d04e28e4.js} +15 -15
  269. package/build/esm/{index-16bb1e69.js → index-d0bb0386.js} +7 -7
  270. package/build/esm/{index-feea2aba.js → index-db824532.js} +21 -21
  271. package/build/esm/{index-b81418da.js → index-dea305d3.js} +3 -3
  272. package/build/esm/{index-85838d3b.js → index-e4d778ba.js} +15 -15
  273. package/build/esm/{index-bfc36d93.js → index-e5967735.js} +1 -1
  274. package/build/esm/{index-c21d919c.js → index-ee7c962d.js} +11 -11
  275. package/build/esm/{index-c9d25309.js → index-ee928136.js} +8 -8
  276. package/build/esm/{index-0bd8c367.js → index-f0ce9ad9.js} +2 -2
  277. package/build/esm/{index-525e4cd9.js → index-f9e38455.js} +25 -25
  278. package/build/esm/index.css +1 -1
  279. package/build/esm/index.js +124 -125
  280. package/build/esm/interfaces/constants/index.d.ts +5 -0
  281. package/build/esm/{labelSorting-b51e2743.js → labelSorting-a9a6bbe4.js} +4 -4
  282. package/build/esm/lead/components/close.d.ts +1 -1
  283. package/build/esm/lead/layouts/inlineFreebie/InlineFreebie.styled.d.ts +1 -1
  284. package/build/esm/lead.js +50 -72
  285. package/build/esm/{logoIcon-4b7699f9.js → logoIcon-5b12815d.js} +2 -2
  286. package/build/esm/mantine.js +34 -29
  287. package/build/esm/misc.js +19 -19
  288. package/build/esm/miscGetDynamicHealthTool.js +4 -4
  289. package/build/esm/miscGetSocialList.js +8 -8
  290. package/build/esm/miscScreenSizeContext.js +1 -1
  291. package/build/esm/mobileBottomNavigation.js +5 -5
  292. package/build/esm/mobileBottomNavigationIcon.js +5 -5
  293. package/build/esm/molecules.js +78 -78
  294. package/build/esm/moleculesArticleCard.js +6 -6
  295. package/build/esm/moleculesArticleCardV2.js +18 -17
  296. package/build/esm/navigation.js +48 -48
  297. package/build/esm/navigationLogoutPopup.js +11 -11
  298. package/build/esm/navigationProfileButton.js +28 -28
  299. package/build/esm/onboardingV2.js +31 -30
  300. package/build/esm/organisms.js +59 -59
  301. package/build/esm/{post-946ccd83.js → post-86100056.js} +2 -2
  302. package/build/esm/profileNavigation.js +20 -20
  303. package/build/esm/progressBar.js +1 -1
  304. package/build/esm/pwg.js +24 -23
  305. package/build/esm/ssoV2.js +32 -31
  306. package/build/esm/{store-ec0da21e.js → store-c080865f.js} +3 -3
  307. package/build/esm/subot.js +38 -38
  308. package/build/esm/surveyOrPremiumBanner.js +35 -34
  309. package/build/esm/surveyQuestionCard.js +11 -11
  310. package/build/esm/{surveyThankyouCard-3a060c84.js → surveyThankyouCard-10d336a4.js} +5 -5
  311. package/build/esm/{text-a80dbecb.js → text-c54a0730.js} +6 -2
  312. package/build/esm/together/components/molecules/createPostVideo/socialLinkPopup/index.styled.d.ts +1 -0
  313. package/build/esm/together.js +58 -58
  314. package/build/esm/togetherApiUtils.js +4 -4
  315. package/build/esm/togetherAtoms.js +32 -31
  316. package/build/esm/togetherComponentGlobalContext.js +4 -4
  317. package/build/esm/togetherMolecules.js +52 -52
  318. package/build/esm/togetherMoleculesCardAuthor.js +29 -29
  319. package/build/esm/togetherMoleculesPostImagePreview.js +11 -11
  320. package/build/esm/togetherMoleculesProfileDetail.js +41 -41
  321. package/build/esm/togetherOrganisms.js +51 -51
  322. package/build/esm/togetherRichTextEditor.js +18 -18
  323. package/build/esm/togetherShareBox.js +10 -10
  324. package/build/esm/{translationsProvider-c7d6859f.js → translationsProvider-9834a398.js} +1 -1
  325. package/build/esm/{treePopoverMenu-4381980e.js → treePopoverMenu-0ba790cc.js} +19 -19
  326. package/build/esm/types.js +2 -2
  327. package/build/esm/{useHealthToolCache-7e237eaf.js → useHealthToolCache-f119ae17.js} +1 -1
  328. package/build/esm/{useCategory-76c5c34e.js → usePhoneValidator-191ef9ca.js} +47 -6
  329. package/build/esm/{usePlacesAutocomplete-a8f65a1a.js → usePlacesAutocomplete-683a18d3.js} +1 -1
  330. package/build/esm/useTogetherAuthRequiredAction.js +10 -10
  331. package/build/esm/{utils-894dd10f.js → utils-545618c9.js} +2 -2
  332. package/build/esm/{utils-282597b9.js → utils-7b3eb085.js} +3 -3
  333. package/build/esm/{utils-92339672.js → utils-7bff52fe.js} +5 -5
  334. package/build/esm/{utils-9cac371a.js → utils-7d58b6f5.js} +2 -2
  335. package/build/esm/{utils-d6df7822.js → utils-e73401f2.js} +1 -1
  336. package/build/esm/vaccination.js +23 -22
  337. package/build/footer.js +23 -22
  338. package/build/gAssets.js +2 -2
  339. package/build/{healthTools-8c5349e8.js → healthTools-a592b4d7.js} +1 -1
  340. package/build/healthToolsCardWrapper.js +20 -19
  341. package/build/healthToolsForm.js +35 -34
  342. package/build/hooks/index.d.ts +1 -0
  343. package/build/hooks/usePhoneValidator.d.ts +3 -0
  344. package/build/hooks.js +20 -19
  345. package/build/i18n/translationKeys.d.ts +1 -1
  346. package/build/i18n-values/en-PH.js +10 -0
  347. package/build/i18n-values/hi-IN.js +10 -0
  348. package/build/i18n-values/id-ID.js +10 -0
  349. package/build/i18n-values/km-KH.js +10 -0
  350. package/build/i18n-values/ms-MY.js +10 -0
  351. package/build/i18n-values/my-MM.js +10 -0
  352. package/build/i18n-values/th-TH.js +14 -4
  353. package/build/i18n-values/tl-PH.js +10 -0
  354. package/build/i18n-values/vi-VN.js +15 -5
  355. package/build/i18n-values/vi-VN_MB.js +15 -5
  356. package/build/i18n-values/zh-SG.js +10 -0
  357. package/build/i18n-values/zh-TW.js +10 -0
  358. package/build/i18n.js +2 -2
  359. package/build/i18nV2.js +1 -1
  360. package/build/icons/ArrowRightBlue.d.ts +4 -0
  361. package/build/icons/Clinic.d.ts +4 -0
  362. package/build/icons/Credential.d.ts +4 -0
  363. package/build/icons/Education.d.ts +4 -0
  364. package/build/icons/Email.d.ts +4 -0
  365. package/build/icons/HPV.d.ts +4 -0
  366. package/build/icons/Highlight.d.ts +4 -0
  367. package/build/icons/StarUpgrade.d.ts +4 -0
  368. package/build/{index-c96f8955.js → index-00d4d808.js} +3 -3
  369. package/build/{index-af07d94c.js → index-0249dba6.js} +13 -13
  370. package/build/{index-00838770.js → index-0281d34a.js} +17 -17
  371. package/build/{index-6455223c.js → index-06ca0676.js} +2 -2
  372. package/build/{index-ae4a89a3.js → index-09257c2a.js} +6 -6
  373. package/build/{index-8b8d97cf.js → index-0998f70a.js} +13 -13
  374. package/build/{index-aa0a87d2.js → index-17251312.js} +10 -3
  375. package/build/{index-10587394.js → index-21dace3d.js} +3 -3
  376. package/build/{index-6fe3211e.js → index-22d1b8a8.js} +3 -3
  377. package/build/{index-0894db0f.js → index-25ebca2f.js} +15 -15
  378. package/build/{index-6df3b043.js → index-27fd7856.js} +16 -16
  379. package/build/{index-c7d4bc04.js → index-284b7841.js} +1 -1
  380. package/build/{index-9624f9df.js → index-2c6e9089.js} +2 -2
  381. package/build/{index-c7705a55.js → index-30746be0.js} +1 -1
  382. package/build/{index-2ad921db.js → index-37f345ae.js} +1 -1
  383. package/build/{index-43c3255f.js → index-3b021b60.js} +1 -1
  384. package/build/{index-cea20383.js → index-3bca864a.js} +14 -14
  385. package/build/{index-32fdb86b.js → index-40b89f13.js} +13 -13
  386. package/build/{index-2e102279.js → index-414e680c.js} +96 -32
  387. package/build/{index-6da02f6c.js → index-462e60aa.js} +8 -8
  388. package/build/{index-c061d666.js → index-475bffcf.js} +25 -25
  389. package/build/{index-1446268a.js → index-4a1037ee.js} +2 -2
  390. package/build/{index-09520ee3.js → index-4a30ba73.js} +11 -11
  391. package/build/{index-8bf215b8.js → index-4a9dedf7.js} +32 -32
  392. package/build/{index-8c86696d.js → index-4b99a642.js} +2 -2
  393. package/build/{index-a6ba8171.js → index-5141f878.js} +21 -21
  394. package/build/{index-9a707c35.js → index-523263e3.js} +32 -32
  395. package/build/{index-322f18d9.js → index-55a212a9.js} +4 -4
  396. package/build/{index-500da725.js → index-568cca0a.js} +1 -1
  397. package/build/{index-a71d1ad5.js → index-5ba5e43d.js} +3 -16
  398. package/build/{index-38ce5602.js → index-5eda4e98.js} +15 -15
  399. package/build/{index-ce043481.js → index-6be7e468.js} +13 -13
  400. package/build/{index-75af4c7c.js → index-727af01b.js} +5 -5
  401. package/build/index-7460f6fd.js +189 -0
  402. package/build/{index-db135d8b.js → index-801a556b.js} +10 -10
  403. package/build/{index-d4f1d468.js → index-854f62c9.js} +2 -2
  404. package/build/{index-11a7e8de.js → index-88417e9f.js} +1 -1
  405. package/build/{index-54374f05.js → index-8b84b96d.js} +6 -6
  406. package/build/{index-533e3f04.js → index-8bbee644.js} +2 -2
  407. package/build/{index-879c5d61.js → index-8ddb18f0.js} +3 -3
  408. package/build/{index-05035da6.js → index-8f991972.js} +2 -2
  409. package/build/{index-d8b7dd5c.js → index-90d2e9cd.js} +203 -155
  410. package/build/{index-e9f494fb.js → index-910f65ab.js} +470 -32
  411. package/build/{index-7e0ec06b.js → index-94dcd00c.js} +4 -4
  412. package/build/{index-80a25724.js → index-9cd0659e.js} +4 -4
  413. package/build/{index-57cc8018.js → index-9e49d649.js} +17 -17
  414. package/build/{index-1f0940df.js → index-9ff9f2a0.js} +13 -13
  415. package/build/index-a964aab8.js +1175 -0
  416. package/build/{index-09474261.js → index-ac78e155.js} +17 -17
  417. package/build/{index-feb676d3.js → index-af223447.js} +2 -2
  418. package/build/{index-393f5a40.js → index-b035ee33.js} +7 -7
  419. package/build/{index-d4681366.js → index-b0e3c40e.js} +3 -3
  420. package/build/{index-b13b990e.js → index-b24e28d6.js} +2 -2
  421. package/build/{index-7d502705.js → index-b5aa3140.js} +2 -2
  422. package/build/{index-9fe4bf6b.js → index-beed6377.js} +2 -2
  423. package/build/{index-ca81f400.js → index-bfb0f772.js} +1 -1
  424. package/build/{index-4c43df73.js → index-c0090817.js} +16 -16
  425. package/build/{index-9586f08f.js → index-c1dd2422.js} +3 -3
  426. package/build/{index-37396d86.js → index-ced4a3cf.js} +15 -15
  427. package/build/{index-4cb4d8cd.js → index-d0a75e6c.js} +6 -6
  428. package/build/{index-3ffee0ec.js → index-d6a3bdff.js} +5 -5
  429. package/build/{index-bf56ac75.js → index-d98ce714.js} +13 -13
  430. package/build/{index-2500c25e.js → index-dd7239ac.js} +2 -2
  431. package/build/{index-ecb51cb3.js → index-de7bf153.js} +3 -3
  432. package/build/{index-f9dc9698.js → index-decac714.js} +7 -7
  433. package/build/{index-85c47a18.js → index-e18618bf.js} +22 -22
  434. package/build/{index-fa0bfabd.js → index-f3971971.js} +17 -17
  435. package/build/{index-db78eb88.js → index-f49b4523.js} +2 -2
  436. package/build/{index-068abcaa.js → index-f559d668.js} +6 -6
  437. package/build/{index-4771346b.js → index-f80baaf3.js} +105 -1
  438. package/build/index.css +1 -1
  439. package/build/index.js +254 -243
  440. package/build/interfaces/constants/index.d.ts +5 -0
  441. package/build/{labelSorting-e0c09f8c.js → labelSorting-8dd8b70c.js} +4 -4
  442. package/build/lead/components/close.d.ts +1 -1
  443. package/build/lead/layouts/inlineFreebie/InlineFreebie.styled.d.ts +1 -1
  444. package/build/lead.js +55 -77
  445. package/build/{logoIcon-cf0e4ea3.js → logoIcon-ae4de5f1.js} +2 -2
  446. package/build/mantine.js +32 -26
  447. package/build/misc.js +19 -19
  448. package/build/miscGetDynamicHealthTool.js +4 -4
  449. package/build/miscGetSocialList.js +8 -8
  450. package/build/miscScreenSizeContext.js +1 -1
  451. package/build/mobileBottomNavigation.js +5 -5
  452. package/build/mobileBottomNavigationIcon.js +5 -5
  453. package/build/molecules.js +85 -78
  454. package/build/moleculesArticleCard.js +6 -6
  455. package/build/moleculesArticleCardV2.js +18 -17
  456. package/build/navigation.js +48 -48
  457. package/build/navigationLogoutPopup.js +11 -11
  458. package/build/navigationProfileButton.js +28 -28
  459. package/build/onboardingV2.js +30 -29
  460. package/build/organisms.js +60 -59
  461. package/build/{post-af35daa0.js → post-f6215726.js} +2 -2
  462. package/build/profileNavigation.js +20 -20
  463. package/build/progressBar.js +1 -1
  464. package/build/pwg.js +24 -23
  465. package/build/ssoV2.js +30 -29
  466. package/build/{store-bfd8a95b.js → store-1a1f436b.js} +3 -3
  467. package/build/subot.js +37 -37
  468. package/build/surveyOrPremiumBanner.js +35 -34
  469. package/build/surveyQuestionCard.js +11 -11
  470. package/build/{surveyThankyouCard-c44f77bd.js → surveyThankyouCard-546b67cc.js} +5 -5
  471. package/build/{text-e045e4ff.js → text-66ad0b52.js} +6 -2
  472. package/build/together/components/molecules/createPostVideo/socialLinkPopup/index.styled.d.ts +1 -0
  473. package/build/together.js +58 -58
  474. package/build/togetherApiUtils.js +4 -4
  475. package/build/togetherAtoms.js +32 -31
  476. package/build/togetherComponentGlobalContext.js +4 -4
  477. package/build/togetherMolecules.js +52 -52
  478. package/build/togetherMoleculesCardAuthor.js +29 -29
  479. package/build/togetherMoleculesPostImagePreview.js +11 -11
  480. package/build/togetherMoleculesProfileDetail.js +41 -41
  481. package/build/togetherOrganisms.js +51 -51
  482. package/build/togetherRichTextEditor.js +18 -18
  483. package/build/togetherShareBox.js +10 -10
  484. package/build/{translationsProvider-9aeb4c95.js → translationsProvider-26923d9f.js} +1 -1
  485. package/build/{treePopoverMenu-fb562b9d.js → treePopoverMenu-260f5b92.js} +19 -19
  486. package/build/types.js +2 -2
  487. package/build/{useHealthToolCache-f17d9087.js → useHealthToolCache-89f690d7.js} +1 -1
  488. package/build/{useCategory-c5259e8c.js → usePhoneValidator-62c4f216.js} +65 -5
  489. package/build/{usePlacesAutocomplete-4ebfd69e.js → usePlacesAutocomplete-b373587b.js} +1 -1
  490. package/build/useTogetherAuthRequiredAction.js +10 -10
  491. package/build/{utils-e415ae7d.js → utils-02866eab.js} +1 -1
  492. package/build/{utils-06b60885.js → utils-0abd0206.js} +2 -2
  493. package/build/{utils-38097896.js → utils-6f6de761.js} +5 -5
  494. package/build/{utils-721d0afa.js → utils-c4c73be7.js} +2 -2
  495. package/build/{utils-6e08da38.js → utils-fe52cd36.js} +3 -3
  496. package/build/vaccination.js +23 -22
  497. package/package.json +2 -1
  498. package/build/ImageUpload.types-740802a9.js +0 -822
  499. package/build/RatingStarsInput-b6088374.js +0 -5241
  500. package/build/Upload-cf3a4995.js +0 -29
  501. package/build/components/mantine/input/inputLabelFloat.d.ts +0 -4
  502. package/build/components/mantine/textArea/index.styled.d.ts +0 -4
  503. package/build/esm/RatingStarsInput-3dca5760.js +0 -5176
  504. package/build/esm/Upload-6030acb2.js +0 -7
  505. package/build/esm/components/mantine/input/inputLabelFloat.d.ts +0 -4
  506. package/build/esm/components/mantine/textArea/index.styled.d.ts +0 -4
  507. package/build/esm/index-b6260c00.js +0 -81
  508. package/build/esm/index-e71f7d21.js +0 -15
  509. package/build/index-b4701138.js +0 -89
  510. /package/build/{BMI_BOYS.percentile.monthly-989d9c49.js → BMI_BOYS.percentile.monthly-b28a62dc.js} +0 -0
  511. /package/build/{BMI_BOYS.percentile.weekly-945aa68a.js → BMI_BOYS.percentile.weekly-72861638.js} +0 -0
  512. /package/build/{BMI_BOYS.percentile.yearly-fdd82266.js → BMI_BOYS.percentile.yearly-c85475b6.js} +0 -0
  513. /package/build/{BMI_BOYS.zscore.monthly-de3f3923.js → BMI_BOYS.zscore.monthly-5ebe5dc5.js} +0 -0
  514. /package/build/{BMI_BOYS.zscore.weekly-8a02be54.js → BMI_BOYS.zscore.weekly-c947734c.js} +0 -0
  515. /package/build/{BMI_BOYS.zscore.yearly-fdcce479.js → BMI_BOYS.zscore.yearly-d37975fb.js} +0 -0
  516. /package/build/{BMI_GIRLS.percentile.monthly-c3d2acb8.js → BMI_GIRLS.percentile.monthly-ef332d25.js} +0 -0
  517. /package/build/{BMI_GIRLS.percentile.weekly-6baeaa38.js → BMI_GIRLS.percentile.weekly-89d4a40c.js} +0 -0
  518. /package/build/{BMI_GIRLS.percentile.yearly-23d08647.js → BMI_GIRLS.percentile.yearly-01923b12.js} +0 -0
  519. /package/build/{BMI_GIRLS.zscore.monthly-0f2cbd4e.js → BMI_GIRLS.zscore.monthly-147172f1.js} +0 -0
  520. /package/build/{BMI_GIRLS.zscore.weekly-ccff4a9e.js → BMI_GIRLS.zscore.weekly-16ca076f.js} +0 -0
  521. /package/build/{BMI_GIRLS.zscore.yearly-acae85d9.js → BMI_GIRLS.zscore.yearly-5776b66f.js} +0 -0
  522. /package/build/{ChevronDown-960fd474.js → ChevronDown-dcc24d3a.js} +0 -0
  523. /package/build/{Close-64cf7bf9.js → Close-ff1d662a.js} +0 -0
  524. /package/build/{Google-02add450.js → Google-1212c831.js} +0 -0
  525. /package/build/{HEAD CIRCUM_BOYS.percentile.monthly-08e083ab.js → HEAD CIRCUM_BOYS.percentile.monthly-dd3475dd.js} +0 -0
  526. /package/build/{HEAD CIRCUM_BOYS.percentile.weekly-d9105b74.js → HEAD CIRCUM_BOYS.percentile.weekly-2e6f329d.js} +0 -0
  527. /package/build/{HEAD CIRCUM_BOYS.percentile.yearly-ce20ed31.js → HEAD CIRCUM_BOYS.percentile.yearly-2fd637d0.js} +0 -0
  528. /package/build/{HEAD CIRCUM_BOYS.zscore.monthly-64d99381.js → HEAD CIRCUM_BOYS.zscore.monthly-c33d68aa.js} +0 -0
  529. /package/build/{HEAD CIRCUM_BOYS.zscore.weekly-cf605cc5.js → HEAD CIRCUM_BOYS.zscore.weekly-34d15caf.js} +0 -0
  530. /package/build/{HEAD CIRCUM_BOYS.zscore.yearly-39f20c10.js → HEAD CIRCUM_BOYS.zscore.yearly-1ccb898c.js} +0 -0
  531. /package/build/{HEAD CIRCUM_GIRLS.percentile.monthly-e2952187.js → HEAD CIRCUM_GIRLS.percentile.monthly-8e2396a0.js} +0 -0
  532. /package/build/{HEAD CIRCUM_GIRLS.percentile.weekly-40a09dbe.js → HEAD CIRCUM_GIRLS.percentile.weekly-7167090d.js} +0 -0
  533. /package/build/{HEAD CIRCUM_GIRLS.percentile.yearly-fe760025.js → HEAD CIRCUM_GIRLS.percentile.yearly-16eb0874.js} +0 -0
  534. /package/build/{HEAD CIRCUM_GIRLS.zscore.monthly-068f8ea6.js → HEAD CIRCUM_GIRLS.zscore.monthly-cd153bdc.js} +0 -0
  535. /package/build/{HEAD CIRCUM_GIRLS.zscore.weekly-d60e9756.js → HEAD CIRCUM_GIRLS.zscore.weekly-58b8be67.js} +0 -0
  536. /package/build/{HEAD CIRCUM_GIRLS.zscore.yearly-cfe7d979.js → HEAD CIRCUM_GIRLS.zscore.yearly-7c072120.js} +0 -0
  537. /package/build/{HEIGHT_BOYS.percentile.monthly-2224295d.js → HEIGHT_BOYS.percentile.monthly-e1eae504.js} +0 -0
  538. /package/build/{HEIGHT_BOYS.percentile.weekly-1445c4fe.js → HEIGHT_BOYS.percentile.weekly-12aafa27.js} +0 -0
  539. /package/build/{HEIGHT_BOYS.percentile.yearly-888afab6.js → HEIGHT_BOYS.percentile.yearly-a0fecd2f.js} +0 -0
  540. /package/build/{HEIGHT_BOYS.zscore.monthly-454bfbc4.js → HEIGHT_BOYS.zscore.monthly-67af282c.js} +0 -0
  541. /package/build/{HEIGHT_BOYS.zscore.weekly-6ec2eac0.js → HEIGHT_BOYS.zscore.weekly-9a2e1f4d.js} +0 -0
  542. /package/build/{HEIGHT_BOYS.zscore.yearly-500157b3.js → HEIGHT_BOYS.zscore.yearly-88f5d3a7.js} +0 -0
  543. /package/build/{HEIGHT_GIRLS.percentile.monthly-eff642ea.js → HEIGHT_GIRLS.percentile.monthly-2a606531.js} +0 -0
  544. /package/build/{HEIGHT_GIRLS.percentile.weekly-e5790bb2.js → HEIGHT_GIRLS.percentile.weekly-3474b121.js} +0 -0
  545. /package/build/{HEIGHT_GIRLS.percentile.yearly-079b83f9.js → HEIGHT_GIRLS.percentile.yearly-7be383a1.js} +0 -0
  546. /package/build/{HEIGHT_GIRLS.zscore.monthly-24cce6a2.js → HEIGHT_GIRLS.zscore.monthly-6d50afe9.js} +0 -0
  547. /package/build/{HEIGHT_GIRLS.zscore.weekly-0e35cf35.js → HEIGHT_GIRLS.zscore.weekly-740dce89.js} +0 -0
  548. /package/build/{HEIGHT_GIRLS.zscore.yearly-d4c07fa6.js → HEIGHT_GIRLS.zscore.yearly-b5b2e5e9.js} +0 -0
  549. /package/build/{Locale-3d460ee9.js → Locale-521d8951.js} +0 -0
  550. /package/build/{Visible-6f5effc6.js → Visible-aad3207f.js} +0 -0
  551. /package/build/{WEIGHT_BOYS.percentile.monthly-673092c3.js → WEIGHT_BOYS.percentile.monthly-d77b8267.js} +0 -0
  552. /package/build/{WEIGHT_BOYS.percentile.weekly-281c2f13.js → WEIGHT_BOYS.percentile.weekly-c7f976be.js} +0 -0
  553. /package/build/{WEIGHT_BOYS.percentile.yearly-94f08d5e.js → WEIGHT_BOYS.percentile.yearly-a90f518b.js} +0 -0
  554. /package/build/{WEIGHT_BOYS.zscore.monthly-ff20087c.js → WEIGHT_BOYS.zscore.monthly-1337c004.js} +0 -0
  555. /package/build/{WEIGHT_BOYS.zscore.weekly-ef97b154.js → WEIGHT_BOYS.zscore.weekly-db9c9405.js} +0 -0
  556. /package/build/{WEIGHT_BOYS.zscore.yearly-e5f601ef.js → WEIGHT_BOYS.zscore.yearly-e7c8ea48.js} +0 -0
  557. /package/build/{WEIGHT_GIRLS.percentile.monthly-4b8eaa13.js → WEIGHT_GIRLS.percentile.monthly-36d23004.js} +0 -0
  558. /package/build/{WEIGHT_GIRLS.percentile.weekly-23d30670.js → WEIGHT_GIRLS.percentile.weekly-0a1c83a5.js} +0 -0
  559. /package/build/{WEIGHT_GIRLS.percentile.yearly-77f52dc4.js → WEIGHT_GIRLS.percentile.yearly-aebe79e9.js} +0 -0
  560. /package/build/{WEIGHT_GIRLS.zscore.monthly-553baa95.js → WEIGHT_GIRLS.zscore.monthly-94cb3567.js} +0 -0
  561. /package/build/{WEIGHT_GIRLS.zscore.weekly-5c70343b.js → WEIGHT_GIRLS.zscore.weekly-dbcb0b11.js} +0 -0
  562. /package/build/{WEIGHT_GIRLS.zscore.yearly-6cc853eb.js → WEIGHT_GIRLS.zscore.yearly-47d44aaf.js} +0 -0
  563. /package/build/{ageGenerate-9e6980be.js → ageGenerate-8f3f7b73.js} +0 -0
  564. /package/build/{animation-4e3c0898.js → animation-bb2230b4.js} +0 -0
  565. /package/build/{constants-3ef0b6fb.js → constants-afe1fdc1.js} +0 -0
  566. /package/build/{constants-2cd1cd00.js → constants-be4fea5d.js} +0 -0
  567. /package/build/{constants-c63d956c.js → constants-f2874437.js} +0 -0
  568. /package/build/{dataTransform-a6d30152.js → dataTransform-2e4525d4.js} +0 -0
  569. /package/build/esm/{BMI_BOYS.percentile.monthly-4e211cf8.js → BMI_BOYS.percentile.monthly-a0d21cea.js} +0 -0
  570. /package/build/esm/{BMI_BOYS.percentile.weekly-04cd2c16.js → BMI_BOYS.percentile.weekly-6978838c.js} +0 -0
  571. /package/build/esm/{BMI_BOYS.percentile.yearly-5f2b5b3b.js → BMI_BOYS.percentile.yearly-b658eb59.js} +0 -0
  572. /package/build/esm/{BMI_BOYS.zscore.monthly-0778e683.js → BMI_BOYS.zscore.monthly-624f4e4a.js} +0 -0
  573. /package/build/esm/{BMI_BOYS.zscore.weekly-64b5689c.js → BMI_BOYS.zscore.weekly-c89ad9f3.js} +0 -0
  574. /package/build/esm/{BMI_BOYS.zscore.yearly-cda7868e.js → BMI_BOYS.zscore.yearly-82679b9b.js} +0 -0
  575. /package/build/esm/{BMI_GIRLS.percentile.monthly-9721bfc4.js → BMI_GIRLS.percentile.monthly-bde2f6a3.js} +0 -0
  576. /package/build/esm/{BMI_GIRLS.percentile.weekly-9fa36029.js → BMI_GIRLS.percentile.weekly-2445dde5.js} +0 -0
  577. /package/build/esm/{BMI_GIRLS.percentile.yearly-bd7b525d.js → BMI_GIRLS.percentile.yearly-4b6d15f4.js} +0 -0
  578. /package/build/esm/{BMI_GIRLS.zscore.monthly-77d79b13.js → BMI_GIRLS.zscore.monthly-c86005e6.js} +0 -0
  579. /package/build/esm/{BMI_GIRLS.zscore.weekly-4c477d1d.js → BMI_GIRLS.zscore.weekly-a4de28bd.js} +0 -0
  580. /package/build/esm/{BMI_GIRLS.zscore.yearly-c2087421.js → BMI_GIRLS.zscore.yearly-6778c554.js} +0 -0
  581. /package/build/esm/{ChevronDown-b262c71e.js → ChevronDown-d814a2ee.js} +0 -0
  582. /package/build/esm/{Close-1e6903ec.js → Close-c65d5939.js} +0 -0
  583. /package/build/esm/{Google-a65b3574.js → Google-984a9f70.js} +0 -0
  584. /package/build/esm/{HEAD CIRCUM_BOYS.percentile.monthly-e3a8224c.js → HEAD CIRCUM_BOYS.percentile.monthly-3e72598e.js} +0 -0
  585. /package/build/esm/{HEAD CIRCUM_BOYS.percentile.weekly-2b4592ad.js → HEAD CIRCUM_BOYS.percentile.weekly-59bdc14a.js} +0 -0
  586. /package/build/esm/{HEAD CIRCUM_BOYS.percentile.yearly-e74f6298.js → HEAD CIRCUM_BOYS.percentile.yearly-869415a7.js} +0 -0
  587. /package/build/esm/{HEAD CIRCUM_BOYS.zscore.monthly-083b11ee.js → HEAD CIRCUM_BOYS.zscore.monthly-6a64473e.js} +0 -0
  588. /package/build/esm/{HEAD CIRCUM_BOYS.zscore.weekly-9752587c.js → HEAD CIRCUM_BOYS.zscore.weekly-8284446f.js} +0 -0
  589. /package/build/esm/{HEAD CIRCUM_BOYS.zscore.yearly-0357d137.js → HEAD CIRCUM_BOYS.zscore.yearly-8d256acc.js} +0 -0
  590. /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.monthly-67584f0a.js → HEAD CIRCUM_GIRLS.percentile.monthly-26a5ca05.js} +0 -0
  591. /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.weekly-3a970eb7.js → HEAD CIRCUM_GIRLS.percentile.weekly-d0ea9243.js} +0 -0
  592. /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.yearly-113c890b.js → HEAD CIRCUM_GIRLS.percentile.yearly-0ef36f3e.js} +0 -0
  593. /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.monthly-9a1f6372.js → HEAD CIRCUM_GIRLS.zscore.monthly-9c4de173.js} +0 -0
  594. /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.weekly-1683c53e.js → HEAD CIRCUM_GIRLS.zscore.weekly-b4e80ffa.js} +0 -0
  595. /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.yearly-19f4dd2b.js → HEAD CIRCUM_GIRLS.zscore.yearly-878cf535.js} +0 -0
  596. /package/build/esm/{HEIGHT_BOYS.percentile.monthly-d9d33f47.js → HEIGHT_BOYS.percentile.monthly-8db936db.js} +0 -0
  597. /package/build/esm/{HEIGHT_BOYS.percentile.weekly-8d06f30a.js → HEIGHT_BOYS.percentile.weekly-bb648bb5.js} +0 -0
  598. /package/build/esm/{HEIGHT_BOYS.percentile.yearly-8fb770b6.js → HEIGHT_BOYS.percentile.yearly-8beba450.js} +0 -0
  599. /package/build/esm/{HEIGHT_BOYS.zscore.monthly-3ced610e.js → HEIGHT_BOYS.zscore.monthly-38bf1576.js} +0 -0
  600. /package/build/esm/{HEIGHT_BOYS.zscore.weekly-bb385c5b.js → HEIGHT_BOYS.zscore.weekly-fd36bfbc.js} +0 -0
  601. /package/build/esm/{HEIGHT_BOYS.zscore.yearly-510aa8bc.js → HEIGHT_BOYS.zscore.yearly-f10bde15.js} +0 -0
  602. /package/build/esm/{HEIGHT_GIRLS.percentile.monthly-5fcee8f5.js → HEIGHT_GIRLS.percentile.monthly-ec3a599a.js} +0 -0
  603. /package/build/esm/{HEIGHT_GIRLS.percentile.weekly-033159be.js → HEIGHT_GIRLS.percentile.weekly-cccdf409.js} +0 -0
  604. /package/build/esm/{HEIGHT_GIRLS.percentile.yearly-dc8be025.js → HEIGHT_GIRLS.percentile.yearly-91745912.js} +0 -0
  605. /package/build/esm/{HEIGHT_GIRLS.zscore.monthly-309f17a5.js → HEIGHT_GIRLS.zscore.monthly-dd8e9569.js} +0 -0
  606. /package/build/esm/{HEIGHT_GIRLS.zscore.weekly-b6c27c6d.js → HEIGHT_GIRLS.zscore.weekly-f7cd7ee8.js} +0 -0
  607. /package/build/esm/{HEIGHT_GIRLS.zscore.yearly-26c07648.js → HEIGHT_GIRLS.zscore.yearly-435205d4.js} +0 -0
  608. /package/build/esm/{Locale-04ca1b16.js → Locale-8a241066.js} +0 -0
  609. /package/build/esm/{Visible-4b834030.js → Visible-1ee601c9.js} +0 -0
  610. /package/build/esm/{WEIGHT_BOYS.percentile.monthly-9200d840.js → WEIGHT_BOYS.percentile.monthly-fd919f7e.js} +0 -0
  611. /package/build/esm/{WEIGHT_BOYS.percentile.weekly-edfc1500.js → WEIGHT_BOYS.percentile.weekly-38fa0e8c.js} +0 -0
  612. /package/build/esm/{WEIGHT_BOYS.percentile.yearly-c73b41d5.js → WEIGHT_BOYS.percentile.yearly-0dde9556.js} +0 -0
  613. /package/build/esm/{WEIGHT_BOYS.zscore.monthly-b78672e0.js → WEIGHT_BOYS.zscore.monthly-cb194a21.js} +0 -0
  614. /package/build/esm/{WEIGHT_BOYS.zscore.weekly-1694dd5b.js → WEIGHT_BOYS.zscore.weekly-18077a69.js} +0 -0
  615. /package/build/esm/{WEIGHT_BOYS.zscore.yearly-ae1ac873.js → WEIGHT_BOYS.zscore.yearly-0e203d66.js} +0 -0
  616. /package/build/esm/{WEIGHT_GIRLS.percentile.monthly-b3b99029.js → WEIGHT_GIRLS.percentile.monthly-4f7ac35e.js} +0 -0
  617. /package/build/esm/{WEIGHT_GIRLS.percentile.weekly-d654061d.js → WEIGHT_GIRLS.percentile.weekly-c99aabe1.js} +0 -0
  618. /package/build/esm/{WEIGHT_GIRLS.percentile.yearly-24895066.js → WEIGHT_GIRLS.percentile.yearly-43c9005f.js} +0 -0
  619. /package/build/esm/{WEIGHT_GIRLS.zscore.monthly-49ab6fcc.js → WEIGHT_GIRLS.zscore.monthly-4bef9ef2.js} +0 -0
  620. /package/build/esm/{WEIGHT_GIRLS.zscore.weekly-e9a0f105.js → WEIGHT_GIRLS.zscore.weekly-dab49407.js} +0 -0
  621. /package/build/esm/{WEIGHT_GIRLS.zscore.yearly-9822ac4d.js → WEIGHT_GIRLS.zscore.yearly-84483d7d.js} +0 -0
  622. /package/build/esm/{ageGenerate-d0cfbbaa.js → ageGenerate-ceb23546.js} +0 -0
  623. /package/build/esm/{animation-7de6ad2a.js → animation-32e114f9.js} +0 -0
  624. /package/build/esm/{constants-c08c8dfd.js → constants-179e57fc.js} +0 -0
  625. /package/build/esm/{constants-a40532fa.js → constants-a97bcdcb.js} +0 -0
  626. /package/build/esm/{constants-2541bb54.js → constants-af08c425.js} +0 -0
  627. /package/build/esm/{dataTransform-fad453cf.js → dataTransform-f84d2d19.js} +0 -0
  628. /package/build/esm/{index-d0effa4c.js → index-7ad68875.js} +0 -0
  629. /package/build/esm/{index-535dba58.js → index-7c69e21b.js} +0 -0
  630. /package/build/esm/{index-7e11e0d5.js → index-94139856.js} +0 -0
  631. /package/build/esm/{index-15b9848b.js → index-9e395833.js} +0 -0
  632. /package/build/esm/{index-abb549a6.js → index-a87f3a0b.js} +0 -0
  633. /package/build/esm/{index-550ee200.js → index-b7437219.js} +0 -0
  634. /package/build/esm/{index-82b9d674.js → index-bd43f542.js} +0 -0
  635. /package/build/esm/{index-38792a1f.js → index-f8d07d26.js} +0 -0
  636. /package/build/esm/{index.styles-8250af6c.js → index.styles-b4de0465.js} +0 -0
  637. /package/build/esm/{localizeNumberFormat-80b3381d.js → localizeNumberFormat-24cf239c.js} +0 -0
  638. /package/build/esm/{normalizeLink-7d484272.js → normalizeLink-a48c9faa.js} +0 -0
  639. /package/build/esm/{number-315063b9.js → number-ad65c09e.js} +0 -0
  640. /package/build/esm/{paths-2f050a4d.js → paths-d2e2d5b0.js} +0 -0
  641. /package/build/esm/{shared-0d9eb362.js → shared-c798efc3.js} +0 -0
  642. /package/build/esm/{translationsContext-698920d1.js → translationsContext-778472e7.js} +0 -0
  643. /package/build/esm/{tslib.es6-cad4c87b.js → tslib.es6-586cbac3.js} +0 -0
  644. /package/build/esm/{types-c7d99179.js → types-241ba8d5.js} +0 -0
  645. /package/build/esm/{types-571b48a5.js → types-a97dbb8a.js} +0 -0
  646. /package/build/esm/{useIsInit-4d341334.js → useIsInit-087ca82d.js} +0 -0
  647. /package/build/esm/{useOutsideClick-56520ea9.js → useOutsideClick-91108411.js} +0 -0
  648. /package/build/esm/{useScrollbarSize-6eb40f9c.js → useScrollbarSize-17dfc135.js} +0 -0
  649. /package/build/esm/{useUniqueId-5d947d77.js → useUniqueId-01cf1e59.js} +0 -0
  650. /package/build/esm/{utils-ef5b252f.js → utils-ad7ff1c3.js} +0 -0
  651. /package/build/{index-14b13f06.js → index-03dabebe.js} +0 -0
  652. /package/build/{index-4a50075a.js → index-1fb2d173.js} +0 -0
  653. /package/build/{index-71a4241b.js → index-2422085b.js} +0 -0
  654. /package/build/{index-bb1d6c5b.js → index-3a012c27.js} +0 -0
  655. /package/build/{index-92e5bd77.js → index-55433609.js} +0 -0
  656. /package/build/{index-afce1028.js → index-818b26c3.js} +0 -0
  657. /package/build/{index-5c029047.js → index-baca0f6b.js} +0 -0
  658. /package/build/{index-ef9886ab.js → index-c72d8e7d.js} +0 -0
  659. /package/build/{index.styles-ec2b0e3a.js → index.styles-6f645490.js} +0 -0
  660. /package/build/{localizeNumberFormat-42e93bfc.js → localizeNumberFormat-d8a1d0eb.js} +0 -0
  661. /package/build/{normalizeLink-c0393bc6.js → normalizeLink-69f73aec.js} +0 -0
  662. /package/build/{number-a1c91819.js → number-6bd2860f.js} +0 -0
  663. /package/build/{paths-a0ef9275.js → paths-49b04858.js} +0 -0
  664. /package/build/{shared-239f13fe.js → shared-ddebb655.js} +0 -0
  665. /package/build/{translationsContext-b6a3a848.js → translationsContext-bf3ef3c0.js} +0 -0
  666. /package/build/{tslib.es6-b33ba902.js → tslib.es6-e91e59d4.js} +0 -0
  667. /package/build/{types-e56b6fb2.js → types-313a9e60.js} +0 -0
  668. /package/build/{types-d90d353b.js → types-615dfa67.js} +0 -0
  669. /package/build/{useIsInit-ff9d0443.js → useIsInit-d4112ee2.js} +0 -0
  670. /package/build/{useOutsideClick-51e52af5.js → useOutsideClick-30d13024.js} +0 -0
  671. /package/build/{useScrollbarSize-81372cf0.js → useScrollbarSize-a6439a65.js} +0 -0
  672. /package/build/{useUniqueId-a8bec4a2.js → useUniqueId-a8b43fa0.js} +0 -0
  673. /package/build/{utils-62c243a8.js → utils-82cecf71.js} +0 -0
@@ -3,7 +3,12 @@
3
3
  var React = require('react');
4
4
  var styled = require('@emotion/styled');
5
5
  var miscTheme = require('./miscTheme.js');
6
- var index = require('./index-db78eb88.js');
6
+ var index = require('./index-f49b4523.js');
7
+ var tslib_es6 = require('./tslib.es6-e91e59d4.js');
8
+ var core = require('@mantine/core');
9
+ var index$1 = require('./index-55a212a9.js');
10
+ var vaul = require('vaul');
11
+ var index$2 = require('./index-17251312.js');
7
12
 
8
13
  function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
9
14
 
@@ -193,8 +198,107 @@ const IconWrapper = ({ children, className, onClick, wrapperSize, iconSize = 24,
193
198
  })));
194
199
  };
195
200
 
201
+ styled__default["default"](index$1.DrawerComponent) `
202
+ /* max-height: 100vh;
203
+ max-height: 100dvh; */
204
+ background-color: white;
205
+
206
+ &[data-vaul-drawer-direction='bottom'] {
207
+ top: initial !important;
208
+ border-top-left-radius: 16px !important;
209
+ border-top-right-radius: 16px !important;
210
+ padding-bottom: 32px;
211
+ padding-left: 20px;
212
+ padding-right: 20px;
213
+ }
214
+
215
+ .drawer__handle {
216
+ width: 44px;
217
+ height: 3px;
218
+ background-color: ${miscTheme.theme.colors.neutral500};
219
+ margin: 16px auto;
220
+ flex-shrink: 0;
221
+ }
222
+ `;
223
+ const StyledDrawerBottomContent = styled__default["default"](vaul.Drawer.Content) `
224
+ position: fixed;
225
+ z-index: ${index$2.ZINDEX_SSO - 9e6 + 1};
226
+ inset: 0;
227
+ background-color: #fff;
228
+ outline: none !important;
229
+
230
+ &[data-is-linear='true'] {
231
+ background: linear-gradient(180deg, #c3e3ff 1.86%, #fff 20%) !important;
232
+ }
233
+
234
+ &::-webkit-scrollbar {
235
+ width: 6px;
236
+ height: 6px;
237
+ }
238
+
239
+ &::-webkit-scrollbar-track {
240
+ background-color: transparent;
241
+ }
242
+
243
+ &::-webkit-scrollbar-thumb {
244
+ background-color: rgba(0, 0, 0, 0.4);
245
+ border-radius: 6px;
246
+ }
247
+
248
+ &[data-vaul-drawer-direction='bottom'] {
249
+ top: initial;
250
+ border-top-left-radius: 16px;
251
+ border-top-right-radius: 16px;
252
+ /* padding-bottom: 16px; */
253
+ }
254
+
255
+ ${(props) => props.isDragging &&
256
+ `
257
+ input {
258
+ caret-color: transparent;
259
+ }
260
+ `}
261
+ `;
262
+ const StyledDrawerBottomOverlay = styled__default["default"](vaul.Drawer.Overlay) `
263
+ position: fixed;
264
+ inset: 0;
265
+ z-index: ${index$2.ZINDEX_SSO - 9e6};
266
+ width: 100%;
267
+ max-height: 100%;
268
+ background-color: rgb(0, 0, 0, 0.4);
269
+ `;
270
+ const StyledDrawerBottomHandler = styled__default["default"](vaul.Drawer.Handle) `
271
+ &[data-vaul-handle] {
272
+ width: 44px;
273
+ height: 3px;
274
+ background-color: ${miscTheme.theme.colors.neutral500};
275
+ margin: 16px auto;
276
+ flex-shrink: 0;
277
+ }
278
+ `;
279
+
280
+ function DrawerBottom(_a) {
281
+ var { children, onClose, isOpen, onOpenChange, isMobile, classNames, isLinear, overlayClassName, contentClassName, handlerClassName } = _a, restProps = tslib_es6.__rest(_a, ["children", "onClose", "isOpen", "onOpenChange", "isMobile", "classNames", "isLinear", "overlayClassName", "contentClassName", "handlerClassName"]);
282
+ const { isDragging, handleDragStart, handleDragEnd } = index$1.useDrawerDrag();
283
+ if (isMobile) {
284
+ return (React__namespace["default"].createElement(vaul.Drawer.Root, Object.assign({ onDrag: handleDragStart, onRelease: handleDragEnd, open: isOpen, onOpenChange: onOpenChange, onClose: onClose }, restProps),
285
+ React__namespace["default"].createElement(vaul.Drawer.Portal, null,
286
+ React__namespace["default"].createElement(StyledDrawerBottomOverlay, { className: core.clsx(overlayClassName, 'drawer__overlay') }),
287
+ React__namespace["default"].createElement(StyledDrawerBottomContent, { isDragging: isDragging, className: core.clsx(contentClassName, 'drawer__content'), "data-is-linear": isLinear },
288
+ React__namespace["default"].createElement(vaul.Drawer.Title, { style: { display: 'none' } }),
289
+ React__namespace["default"].createElement(StyledDrawerBottomHandler, { className: core.clsx(handlerClassName, 'drawer__handle') }),
290
+ children))));
291
+ }
292
+ return (React__namespace["default"].createElement(core.Modal, Object.assign({ withCloseButton: true, centered: true, zIndex: 500, size: "auto", classNames: classNames, radius: "lg" }, restProps, { onClose: onClose, opened: isOpen, styles: {
293
+ root: {
294
+ maxHeight: '400px',
295
+ },
296
+ } }), children));
297
+ }
298
+
196
299
  exports.Avatar = Avatar;
197
300
  exports.DistanceTag = DistanceTag;
301
+ exports.DrawerBottom = DrawerBottom;
198
302
  exports.IconWrapper = IconWrapper;
199
303
  exports.Pin2 = Pin2;
200
304
  exports.ShapedArrowDown = ShapedArrowDown;
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}._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{display:inline-block;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}}.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}}.DjBFAbd[data-size=label1]{font-size:14px;line-height:22px}.DjBFAbd[data-size=label2]{font-size:13px;line-height:19px}.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{display:inline-block;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._87SIJ95 .PhoneInput{--phone-select:65px}.i-9Ibox._87SIJ95 .PhoneInputCountry{margin-top:1px;pointer-events:none}.i-9Ibox._87SIJ95 .PhoneInputArrowContainer{display:none}.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}}.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}}.DjBFAbd[data-size=label1]{font-size:14px;line-height:22px}.DjBFAbd[data-size=label2]{font-size:13px;line-height:19px}.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}