@charset "UTF-8";
@import "https://ch-api.healthhub.sg/api/public/content/df39221aaf4247a6853b1c11c7a7fd79";
#gwsg .sticker-hero-left {
	max-width: 240px;
	bottom: 10px;
}
@media screen and (max-width: 767px) {
	#gwsg .sticker-hero-left {
		max-width: 140px;
	}
}
#gwsg .sticker-hero-right {
	inset: 120px 0 auto auto;
	max-width: 120px;
}
@media screen and (max-width: 767px) {
	#gwsg .sticker-hero-right {
		max-width: 50px;
		top: 20px;
	}
}
#gwsg .accordion-sticker-3 {
	bottom: 0;
}
#gwsg .parenting-hacks-individual {
	padding: 40px 30px 80px;
}
#gwsg .sticky-register {
	padding: 10px 24px;
	border-radius: 20px;
	box-shadow: 0 3px 3px #00000059;
}
@media screen and (max-width: 767px) {
	#gwsg .sticky-register {
		padding: 12px 16px;
		border-radius: 12px 12px 0 0;
		box-shadow: 0 -3px 3px #00000059;
		bottom: 0;
		width: 100%;
		max-width: 100%;
	}
}
#gwsg .sticky-register h6 {
	margin-top: 0;
}
#gwsg .sticky-register .register-header-mobile {
	margin: 0;
}
#gwsg .sticky-register p {
	margin-bottom: 0;
}
#gwsg .sticky-register h6.f14 {
	font-size: 14px;
}
#gwsg .sticky-register .slider-btn {
	padding-bottom: 24px;
}
#gwsg .sticky-register .copies-width {
	width: 100%;
	max-width: 100%;
	padding-right: 24px;
}
#gwsg .sticky-register .mobile-text-header .arrow {
	max-width: 28px;
}
@media screen and (max-width: 767px) {
	#gwsg .sticky-register .sticky-image-logo img {
		max-width: 32px;
	}
}
#gwsg #banner-slider {
	padding-bottom: 100px;
}
#gwsg .banner-slider .button.pink:after {
	top: -6.5px;
}
#gwsg .custom-btn {
	max-width: 150px;
}
@media screen and (max-width: 767px) {
	#gwsg .custom-btn {
		margin: 0;
	}
}
#gwsg .custom-btn span:after {
	left: 1px !important;
}
#gwsg .grow-well-splide,
#gwsg .grow-well-splide .splide__track {
	overflow: visible;
}
#gwsg .grow-well-splide .splide__slide {
	opacity: 0.5;
	-moz-transition: opacity 0.65s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: opacity 0.65s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-moz-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
#gwsg .grow-well-splide .splide__slide.is-active-now {
	opacity: 1;
}
#gwsg .grow-well-splide .splide__slide .gw-overlay {
	opacity: 0;
	-moz-transition: opacity 0.65s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: opacity 0.65s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-moz-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
#gwsg .grow-well-splide .splide__slide.is-active-now .gw-overlay {
	opacity: 1;
	visibility: visible;
}
#gwsg .grow-well-splide .splide__pagination {
	position: static;
	margin-top: 1.2rem;
	-moz-box-pack: center;
	justify-content: center;
	gap: 6px;
}
#gwsg .grow-well-splide .splide__pagination__page {
	width: 18px;
	height: 18px;
	background: #0000001a;
	border-radius: 50%;
	-moz-transition: background 0.25s;
	transition: background 0.25s;
}
#gwsg .grow-well-splide .splide__pagination__page.is-active {
	background: #00000040;
	-moz-transform: none;
	transform: none;
}
@media screen and (max-width: 767px) {
	#gwsg .grow-well-splide .splide__arrows {
		display: none;
	}
}
#gwsg .grow-well-splide .splide__arrow {
	width: 58px;
	height: 58px;
	border: none;
	background: none;
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	cursor: pointer;
	top: 50%;
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0;
	opacity: 1;
	box-shadow: none;
}
#gwsg .grow-well-splide .splide__arrow--prev {
	left: -4px;
	-moz-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
#gwsg .grow-well-splide .splide__arrow--next {
	right: -4px;
}
#gwsg .grow-well-splide .splide__arrow svg {
	display: block;
	width: 30px;
	height: 51px;
	fill: transparent;
}
#gwsg .grow-well-splide .splide__arrow:disabled {
	opacity: 0.3;
	cursor: default;
}
#gwsg .grow-well-card {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	background: #000;
	aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
	#gwsg .grow-well-card {
		aspect-ratio: 9/16;
	}
	#gwsg .grow-well-card:before {
		content: "";
		position: absolute;
		inset: 0;
		background: -moz-linear-gradient(
			top,
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 0.4) 90%
		);
		background: linear-gradient(180deg, #0000, #0006 90%);
		pointer-events: none;
		z-index: 1;
	}
}
#gwsg .gw-media {
	position: relative;
	aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
	#gwsg .gw-media {
		aspect-ratio: 9/16;
	}
}
#gwsg .gw-media--video iframe {
	aspect-ratio: 16/9;
}
#gwsg .gw-media--thumb .gw-thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#gwsg .gw-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	gap: 1rem;
	background: -moz-linear-gradient(
		top,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.9) 90%
	);
	background: linear-gradient(180deg, #0000, #000000e6 90%);
	padding: 40px;
	z-index: 2;
}
@media screen and (max-width: 767px) {
	#gwsg .gw-overlay {
		padding: 28px;
	}
}
#gwsg .gw-texts {
	-moz-box-flex: 1;
	flex: 1 1 auto;
	min-width: 0;
	text-align: left;
}
#gwsg .gw-title {
	font-family: milkynice;
	color: #fff;
	font-weight: 400;
	margin: 0 0 12px;
	font-size: 24px;
	letter-spacing: -0.48px;
}
#gwsg .gw-desc {
	color: #fff;
	font-size: 16px;
	line-height: normal;
	margin-right: 10px;
}
@media (max-width: 768px) {
	#gwsg .gw-overlay {
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		flex-direction: column;
		-moz-box-align: start;
		align-items: flex-start;
		gap: 0.4rem;
	}
	#gwsg .gw-desc {
		max-width: 100%;
	}
	#gwsg .gw-btn {
		font-size: 0.7rem;
	}
}
#gwsg .modal.modal-default.modal-video .modal-content {
	background-color: #000;
}
#gwsg .modal.modal-default.modal-video .modal-body {
	padding: 20px 0;
}
#gwsg .modal.modal-default.modal-video .modal-dialog {
	width: 100%;
	max-width: -moz-calc(100vw - 20px);
	max-width: calc(100vw - 20px);
}
@media (min-width: 768px) {
	#gwsg .modal.modal-default.modal-video .modal-dialog {
		width: -moz-calc(100vw - 20px);
		width: calc(100vw - 20px);
		max-width: 1140px;
	}
}
#gwsg .modal.modal-default.modal-video .close svg path {
	fill: #fff;
}
#gwsg .modal.modal-default.modal-video .video-container {
	width: 100%;
	height: 100%;
}
#gwsg .modal.modal-default.modal-video .video-container iframe {
	aspect-ratio: 16/9;
	width: 100%;
	height: auto;
}
#gwsg .modal.modal-default.modal-video .video-container.shorts iframe {
	aspect-ratio: 9/16;
}
#gwsg .family-moments_accordion .bg-purple {
	background-color: #ed4999 !important;
}
#gwsg .family-moments_accordion .bg-cyan {
	background-color: #00b5b0;
}
#gwsg .family-moments_accordion .f-15 {
	font-size: 15px;
}
#gwsg .family-moments_accordion .accordion-row {
	border-radius: 24px;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	overflow: hidden;
}
#gwsg .family-moments_accordion .accordion-row:not(:last-child) {
	margin-bottom: 20px;
}
#gwsg .family-moments_accordion .accordion-row .icon-plus {
	display: inline-block;
}
#gwsg .family-moments_accordion .accordion-row .icon-minus {
	display: none;
}
#gwsg .family-moments_accordion .accordion-row.bg-yellow .icon-plus rect {
	stroke: #000;
}
#gwsg
	.family-moments_accordion
	.accordion-row.bg-yellow
	.icon-plus
	rect:nth-last-child(2) {
	fill: #000;
}
#gwsg
	.family-moments_accordion
	.accordion-row.bg-yellow
	.icon-plus
	rect:last-child {
	fill: #000;
}
#gwsg .family-moments_accordion .accordion-row.bg-yellow .icon-minus rect {
	stroke: #000;
}
#gwsg
	.family-moments_accordion
	.accordion-row.bg-yellow
	.icon-minus
	rect:last-child {
	fill: #000;
}
#gwsg .family-moments_accordion .accordion-row.is-open {
	overflow: visible;
}
#gwsg .family-moments_accordion .accordion-row.is-open .icon-plus {
	display: none;
}
#gwsg .family-moments_accordion .accordion-row.is-open .icon-minus {
	display: inline-block;
}
#gwsg .family-moments_accordion [data-js="accordion-panel"] {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	-moz-transition: max-height 0.4s ease, opacity 0.3s ease;
	transition: max-height 0.4s ease, opacity 0.3s ease;
}
#gwsg
	.family-moments_accordion
	.accordion-row.is-open
	[data-js="accordion-panel"] {
	max-height: 2000px;
	opacity: 1;
	overflow: visible;
}
#gwsg .family-moments_accordion .accordion-wrapper {
	padding: 16px;
}
#gwsg .family-moments_accordion .collaps-slider {
	padding: 0;
}
#gwsg .family-moments_accordion .collaps-slider .panel {
	margin-bottom: 0;
}
#gwsg .family-moments_accordion .collaps-slider .panel .panel-wrap {
	padding: 0;
}
#gwsg .family-moments_accordion .key-content-content-individual {
	position: relative;
	padding: 60px 28px;
	overflow: hidden;
}
#gwsg .family-moments_accordion .key-content-content-individual p {
	font-weight: 600;
}
#gwsg .family-moments_accordion .key-content-image-individual,
#gwsg .family-moments_accordion .key-content-image-individual img {
	border-radius: 0 !important;
	margin-bottom: 0 !important;
}
#gwsg .family-moments_accordion .key-areas-image {
	margin-right: 12px;
}
#gwsg .family-moments_accordion .building-bonds-sticker-1 {
	top: 0;
	max-width: 100px;
	right: 20px;
}
#gwsg .family-moments_accordion .eating-healthy-sticker-1 {
	top: 0;
	max-width: 108px;
}
#gwsg .family-moments_accordion .eating-healthy-sticker-2 {
	max-width: 50px;
	bottom: -10px;
}
#gwsg .family-moments_accordion .screen-use-sticker-1 {
	top: 0;
	max-width: 86px;
	right: 25%;
}
#gwsg .family-moments_accordion .screen-use-sticker-2 {
	right: -12px;
	max-width: 112px;
}
#gwsg .family-moments_accordion .sleeping-well-sticker-1 {
	top: 0;
	max-width: 80px;
}
#gwsg .family-moments_accordion .sleeping-well-sticker-2 {
	max-width: 90px;
}
#gwsg .family-moments_accordion .being-active-sticker-1 {
	top: 0;
	max-width: 75px;
}
#gwsg [role="button"] {
	cursor: pointer;
}
#gwsg .modal-open {
	overflow: hidden;
}
#gwsg .modal.modal-default {
	display: none;
	overflow: hidden;
	position: fixed;
	inset: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}
#gwsg .modal.modal-default.fade .modal-dialog {
	-moz-transform: translate(0, -25%);
	transform: translateY(-25%);
	-moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
}
#gwsg .modal.modal-default.in .modal-dialog {
	-moz-transform: translate(0, 0);
	transform: translate(0);
}
#gwsg .modal.modal-default .modal-dialog {
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	min-height: -moz-calc(100vh - 60px);
	min-height: calc(100vh - 60px);
}
#gwsg .modal.modal-default .modal-content {
	position: relative;
	background-color: transparent;
	border: none;
	border-radius: 32px;
	box-shadow: none;
	background-clip: padding-box;
	outline: 0;
	top: auto;
	left: auto;
	-moz-transform: none;
	transform: none;
	padding: 0;
	width: 100%;
	height: auto;
	text-align: left;
	z-index: inherit;
	display: block;
	max-width: 100%;
}
#gwsg .modal.modal-default .modal-content img:not(.carousel__arrow-icon) {
	width: auto;
	height: auto;
	max-width: 100%;
}
#gwsg .modal.modal-default .modal-body {
	position: relative;
	padding: 0;
	width: 100%;
}
#gwsg .modal-backdrop {
	position: fixed;
	inset: 0;
	z-index: 1040;
	background-color: #000;
}
#gwsg .modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
#gwsg .modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#gwsg .modal.modal-default .modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
#gwsg .modal.modal-default .close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: 0.2;
	margin-right: 30px;
}
#gwsg .modal.modal-default button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	opacity: 1;
	margin-bottom: 5px;
	z-index: 9999;
}
#gwsg .modal.modal-default button.close svg {
	width: 30px;
	height: 30px;
}
#gwsg .modal.modal-default .close:hover,
#gwsg .modal.modal-default .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
#gwsg .modal.modal-default .modal-body {
	height: auto !important;
}
#gwsg .modal.modal-default.fade.in .modal-body {
	opacity: 1 !important;
	height: auto !important;
}
@media (min-width: 768px) {
	#gwsg .modal.modal-default .modal-dialog {
		width: 800px;
		margin: 30px auto;
	}
	#gwsg .modal.modal-default .modal-content {
		box-shadow: none;
	}
	#gwsg .modal.modal-default .modal-sm {
		width: 300px;
	}
}
.splide__container {
	box-sizing: border-box;
	position: relative;
}
.splide__list {
	backface-visibility: hidden;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
	display: block;
}
.splide__pagination {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	pointer-events: none;
}
.splide__pagination li {
	display: inline-block;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
	display: none;
}
.splide__progress__bar {
	width: 0;
}
.splide {
	position: relative;
	visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
	visibility: visible;
}
.splide__slide {
	backface-visibility: hidden;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	list-style-type: none !important;
	margin: 0;
	position: relative;
}
.splide__slide img {
	vertical-align: bottom;
}
.splide__spinner {
	animation: splide-loading 1s linear infinite;
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	contain: strict;
	display: inline-block;
	height: 20px;
	inset: 0;
	margin: auto;
	position: absolute;
	width: 20px;
}
.splide__sr {
	clip: rect(0 0 0 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
	display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
	display: inline;
}
.splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0;
}
@keyframes splide-loading {
	0% {
		transform: rotate(0);
	}
	to {
		transform: rotate(1turn);
	}
}
.splide__track--draggable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
	margin: 0 !important;
	opacity: 0;
	z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
	opacity: 1;
	z-index: 1;
}
.splide--rtl {
	direction: rtl;
}
.splide__track--ttb > .splide__list {
	display: block;
}
.splide__arrow {
	-ms-flex-align: center;
	align-items: center;
	background: #ccc;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	height: 2em;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0.7;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2em;
	z-index: 1;
}
.splide__arrow svg {
	fill: #000;
	height: 1.2em;
	width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
	opacity: 0.9;
}
.splide__arrow:disabled {
	opacity: 0.3;
}
.splide__arrow:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}
.splide__arrow--prev {
	left: 1em;
}
.splide__arrow--prev svg {
	transform: scaleX(-1);
}
.splide__arrow--next {
	right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}
.splide__pagination {
	bottom: 0.5em;
	left: 0;
	padding: 0 1em;
	position: absolute;
	right: 0;
	z-index: 1;
}
.splide__pagination__page {
	background: #ccc;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin: 3px;
	opacity: 0.7;
	padding: 0;
	position: relative;
	transition: transform 0.2s linear;
	width: 8px;
}
.splide__pagination__page.is-active {
	background: #fff;
	transform: scale(1.4);
	z-index: 1;
}
.splide__pagination__page:hover {
	cursor: pointer;
	opacity: 0.9;
}
.splide__pagination__page:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}
.splide__progress__bar {
	background: #ccc;
	height: 3px;
}
.splide__slide {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
	outline: 0;
}
@supports (outline-offset: -3px) {
	.splide__slide:focus-visible {
		outline: 3px solid #0bf;
		outline-offset: -3px;
	}
}
@media screen and (-ms-high-contrast: none) {
	.splide__slide:focus-visible {
		border: 3px solid #0bf;
	}
}
@supports (outline-offset: -3px) {
	.splide.is-focus-in .splide__slide:focus {
		outline: 3px solid #0bf;
		outline-offset: -3px;
	}
}
@media screen and (-ms-high-contrast: none) {
	.splide.is-focus-in .splide__slide:focus {
		border: 3px solid #0bf;
	}
	.splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
		border-color: #0bf;
	}
}
.splide__toggle {
	cursor: pointer;
}
.splide__toggle:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
	border: 3px solid transparent;
	cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
	border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
	left: auto;
	right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
	transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
	left: 1em;
	right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
	transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
	left: 50%;
	transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
	top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
	transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
	bottom: 1em;
	top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
	transform: rotate(90deg);
}
.splide__pagination--ttb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	inset: 0 0.5em 0 auto;
	padding: 1em 0;
}

/* Start of Navigation Update */
.navtab_home svg {
	width: 30px;
	height: 30px;
}
.navtab_home svg path {
	transition: all 0.3s linear;
}

.navtab_home:hover svg path {
	fill: white;
}
.db-header .db-container {
	max-width: 1450px;
}
/* End of Navigation Update */
