@import url("https://fonts.googleapis.com/css2?family=Gelasio:ital,wght@0,400..700;1,400..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap&family=Caesar+Dressing&display=swap");
.kid img,
.kid picture,
.kid video,
.kid canvas,
.kid svg {
	display: block;
	max-width: 100%;
}
.kid input,
.kid button,
.kid textarea,
.kid select {
	font: inherit;
	outline: 0;
	border: none;
}
.kid p,
.kid h1,
.kid h2,
.kid h3,
.kid h4,
.kid h5,
.kid h6 {
	overflow-wrap: break-word;
	margin: 0;
	padding: 0;
}
.kid ul,
.kid li {
	list-style: none;
	padding: 0;
}
.kid a {
	text-decoration: none;
	cursor: pointer;
}
.kid .section {
	padding-block: var(--section-padding);
	position: relative;
}
.kid .container {
	width: min(100%, 80rem);
	margin: 0 auto;
}
.kid .w900 {
	max-width: 900px;
	margin-inline: auto;
}
.kid .w800 {
	max-width: 800px;
	margin-inline: auto;
}
.kid .w700 {
	max-width: 700px;
	margin-inline: auto;
}
.kid .w500 {
	max-width: 500px;
	margin-inline: auto;
}
.kid .km-heading {
	font: 700 var(--fz-heading) / 1.3 var(--fz-family);
	margin-bottom: 0.875em;
}
.kid .km-heading.big {
	font-size: clamp(1.775rem, 2vw + 1rem, 2.025rem);
}
.kid .km-sec-heading {
	font-size: var(--fz-secHeading);
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.8px;
	margin-bottom: 2px;
}
.kid .km-sub-heading {
	font-size: var(--fz-subHeading);
	line-height: 1.4;
	font-weight: 400;
	letter-spacing: 0.3px;
	color: var(--clr-text-gray);
	position: relative;
	margin-bottom: 5px;
}
.kid .km-sub-heading i {
	padding-left: 2px;
	transform: rotate(15deg) scale(120%) translateY(-2px);
}
.kid .big-text {
	font-size: 1.5rem !important;
	padding-left: 10px;
	font-weight: 400;
	margin-bottom: 1rem;
	color: var(--clr-text);
	line-height: 1.4;
}
.kid .km-text {
	font-size: var(--fz-text);
	margin-bottom: 0.475em;
}
.kid .strong,
.kid strong {
	font-weight: 700;
}
.kid .strong-500 {
	font-weight: 500;
}
.kid .inline {
	display: inline-block;
	display: inline;
}
.kid .strike {
	position: relative;
	display: inline-block;
}
.kid .strike:after {
	content: "";
	width: calc(100% + 5px);
	height: 1.7px;
	background-color: var(--clr-primary);
	border-radius: 100vw;
	position: absolute;
	bottom: calc(50% - 0px);
	left: 50%;
	transform: translate(-50%, 50%);
}
.kid .underline {
	position: relative;
	display: inline-block;
}
.kid .underline::after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: var(--clr-primary);
	border-radius: 100vw;
	position: absolute;
	bottom: -1px;
	transform: translateY(-50%);
	left: 0;
	transition: 300ms;
}
.kid .underline:hover:after,
.kid .underline:active:after {
	width: 100%;
}
.kid .support-icon {
	width: 40px;
}
.kid .logo img {
	height: 50px;
}
.kid .btn {
	display: inline-block;
	max-width: 420px;
	min-width: 150px;
	margin: 10px auto;
	padding: 0.475em 1.25em;
	cursor: pointer;
	background-color: var(--clr-primary);
	color: var(--clr-#fff);
	font-size: var(--fz-btn);
	border-radius: 100vw;
	user-select: none;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	transition: 300ms;
}
.kid .btn:hover,
.kid .btn:active {
	transform: scale(0.99);
	opacity: 0.9;
}
.btn.btn-secondary {
	background-color: transparent;
	color: var(--clr-text-gray);
	font-size: 1.125rem;
	padding: 0.5rem;
	min-width: revert;
}
.kid a:hover,
.kid a:active {
	transform: scale(0.99);
}
.kid .text-center {
	text-align: center;
}
.kid .text-left {
	text-align: left;
}
.kid .km-key-text {
	font-family: var(--fz-family);
	color: var(--clr-primary);
	text-transform: uppercase;
}
.kid .km-link {
	font-size: 18px;
	font-weight: 500;
	color: var(--clr-blue-btn);
}
.kid .km-link i {
	padding-right: 5px;
	font-size: 27px;
	transform: translateY(4px);
}
.kid .box-shadow {
	box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 20px;
}
.kid ul .list-wrap {
	display: flex;
	justify-content: start;
	align-items: flex-start;
	column-gap: 10px;
}
.kid ul div i {
	font-size: 30px;
	color: var(--clr-primary);
}
.kid .divider .divider-item {
	margin-inline: auto;
	width: 150px;
	position: relative;
}
.kid .divider-item::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: red;
}
.kid .box-with-border {
	padding: 0.875em;
	border: 2px solid #fff;
}
.kid .video-wrap {
	position: relative;
	cursor: pointer;
	width: 100%;
	aspect-ratio: 16/9;
}
.kid .ml-2 {
	margin-left: 0.5rem;
}
.kid .ml-4 {
	margin-left: 1rem;
}
.kid .ml-8 {
	margin-left: 2rem;
}
.kid .mr-2 {
	margin-right: 0.5rem;
}
.kid .mr-4 {
	margin-right: 1rem;
}
.kid .mr-8 {
	margin-right: 2rem;
}
.kid .video-wrap > #playerHeroVideo,
.kid .video-wrap > #ytplayer,
.kid .video-wrap > #playerVideoQuaTang1,
.kid .video-wrap > #playerVideoQuaTang2,
.kid .video-wrap > img {
	width: 100%;
}
.kid .videoHeroThumbnail {
	aspect-ratio: 16/9;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 10;
}
.kid .videoHeroThumbnail img {
	width: 100%;
}
.kid .videoHeroThumbnail .more-identify-info {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: 24px;
	background-color: hsla(0, 0%, 0%, 0.5);
}
.kid .videoHeroThumbnail .more-identify-info .user-info {
	display: flex;
	gap: 10px;
	align-items: center;
	padding-left: 5px;
	padding-top: 5px;
	color: white;
	/* text-shadow: 1px 1px #fbe377; */
}
.kid .videoHeroThumbnail .more-identify-info .user-info img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.kid .videoHeroThumbnail .more-identify-info .course-name {
	padding-left: 10px;
	padding-bottom: 5px;
	color: white;
	/* text-shadow: 1px 1px #ffffff; */
}

.kid .teacher_cmt {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 0.5rem;
	padding: 0.5rem;
	max-height: 170px;
	overflow-y: auto;
	width: 100%;
}

.kid .teacher_cmt--title {
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.kid .teacher_cmt--content {
	border-radius: 0.5rem;
	border-width: 2px;
	border-style: solid;
	--tw-border-opacity: 0.5;
	border-color: rgb(255 255 255 / var(--tw-border-opacity));
	padding: 0.5rem;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
	width: 100%;
}
.kid .play-icon {
	display: block;
	color: #fff;
	font-size: 30px;
	background-color: rgba(228, 60, 27, 0.841);
	padding: 12px 22px;
	border-radius: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 1;
}
.kid .play-icon .fa-play {
	margin-left: 5px;
}
.kid .play-icon:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 50%;
	top: 0;
	left: 0;
	transform-origin: center;
	animation: playbtnScale 2s linear infinite;
}
@keyframes playbtnScale {
	from {
		opacity: 0;
		transform: scale(1);
	}
	50% {
		opacity: 1;
		transform: scale(1.5);
	}
	to {
		opacity: 0;
		transform: scale(2);
	}
}
.kid .small-text {
	font-size: 1rem;
}
.kid .xs-text {
	font-size: clamp(0.8125rem, 1.5vw, 0.875rem);
}
.kid .text-primary {
	color: var(--clr-primary);
	opacity: 1;
}
.kid .text-gray {
	color: var(--clr-text-gray);
	opacity: 1;
}
.kid .text-org {
	color: var(--clr-#ffa500);
	opacity: 1;
}
.kid .text-org-2 {
	color: var(--clr-org-2);
	opacity: 1;
}
.kid .text-blue {
	color: var(--clr-darkBlue);
	opacity: 1;
}
.kid .text-green {
	color: var(--clr-green);
	opacity: 1;
}
.kid .text-green-2 {
	color: var(--clr-green-500);
	opacity: 1;
}
.kid .text-red {
	color: var(--clr-red);
	opacity: 1;
}
.kid .text-yel {
	color: var(--clr-yel);
	opacity: 1;
}
.kid .pb0 {
	padding-bottom: 0;
}
.kid .pb5 {
	padding-bottom: 5px;
}
.kid .pb10 {
	padding-bottom: 10px;
}
.kid .pb20 {
	padding-bottom: 20px;
}
.kid .pb30 {
	padding-bottom: 30px;
}
.kid .mb0 {
	margin-bottom: 0;
}
.kid .mb-11 {
	margin-bottom: 2.75rem;
}
.kid .mb5 {
	margin-bottom: 5px;
}
.kid .mb10 {
	margin-bottom: 10px;
}
.kid .mb20 {
	margin-bottom: 20px;
}
.kid .mb30 {
	margin-bottom: 30px;
}
.kid .km-header .container {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center;
	margin-bottom: 20px;
}
.kid .km-header .container:before,
.kid .km-header .container:after {
	content: none;
}
.kid .header__support {
	display: flex;
	align-items: center;
	column-gap: 8px;
}
.kid .header__support img {
	max-width: 30px;
}
.kid .km-header .logo img {
	height: 40px;
}
.kid .header__support a {
	font-size: 1.125rem;
	line-height: 0.8;
}
.kid .header__support p {
	font-size: 1rem;
	font-weight: 500;
	line-height: 0.8;
}
.kid .after-registration:empty {
	display: none;
}
.kid .container.showcase-main:before,
.kid .container.showcase-main:after {
	content: none;
}
.kid .showcase-content {
	margin-block: 2rem;
	padding-inline: 2rem;
	padding-block: 2rem;
	border: 2px solid #fff;
	background-color: hsla(0, 0%, 100%, 0.05);
}
.kid .hero-heading {
	font-size: clamp(36px, 3vw + 1px, 50px);
	margin-bottom: 3rem;
	margin-inline: auto;
	max-width: 800px;
	font-weight: 900;
}
.kid .answer-item {
	margin-bottom: 1rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
	gap: 0.4rem;
	font-size: 1.25rem;
}
.kid .answer-item .number {
	width: 50px;
	height: 50px;
	border-radius: 100vw;
	color: #fff;
	background-color: red;
	display: flex;
	align-items: center;
	justify-content: center;
	font: 900 25px "Bangers", Courier, monospace;
	flex-shrink: 0;
}
@media screen and (max-width: 768px) {
	.kid .showcase-content {
		padding-inline: 0.5rem;
		padding-block: 2rem;
		align-items: flex-start;
	}
	.kid .answer-item {
		align-items: flex-start;
	}
}
.kid .showcase-content i {
	padding-right: 5px;
}
.kid .km-text,
.kid .showcase-content .km-heading {
	margin-bottom: 0.7375em;
}
.kid .showcase-content .km-text {
	opacity: 0.9;
}
.kid .videos-box {
	margin-bottom: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% + 30px);
	height: 100%;
	margin-inline: -15px;
}
.kid .showcase-desc {
	grid-column: span 2;
	width: 100%;
	padding-top: 2rem;
}
.kid .showcase-desc .sub-heading {
	font-size: 20px;
}
.kid .showcase .km-text {
	margin-bottom: 0.5em;
}
.kid .showcase-desc .course-icon {
	width: 150px;
	height: 150px;
	color: #fff;
	margin-inline: auto;
}
.kid .showcase-content .why-icon {
	width: 70px;
	height: 70px;
	color: red;
	margin-inline: auto;
}
.kid .showcase-content .why-icon img,
.kid .showcase-desc .course-icon img {
	width: 100%;
}
.kid .showcase-desc .hero-heading {
	margin-bottom: 1rem;
}
.kid .showcase-desc ul .list-wrap .order-list-number {
	font-weight: 400;
	font-size: 17px;
	padding: 0.06em 0.45em;
	background-color: var(--clr-primary);
	border-radius: 100vw;
	position: relative;
	top: -4px;
}
.kid .showcase-desc ul .list-wrap .order-list-number.no-background {
	all: revert;
	font: 45px/1 "Bangers", cursive;
	color: var(--clr-yel);
}
.kid .list-wrap .item-bullet {
	width: 25px;
	text-align: center;
	margin-bottom: 20px;
	flex-shrink: 0;
}
.kid .showcase-desc .km-heading {
	color: #fff;
}
.kid .cta-wrap {
	display: grid;
	grid-template-columns: 50px 300px 50px;
	justify-items: center;
	align-items: center;
	justify-content: center;
}
.kid .cta-wrap .down-icon {
	color: #008fff;
	font-size: clamp(1.5rem, 2.5vw, 3rem);
}
@media (min-width: 768px) {
	.kid .video-wrap {
		margin-inline: revert;
	}
	.kid .showcase-desc {
		grid-column: span 2;
	}
	.kid .showcase .showcase-main {
		display: grid;
		grid-template-columns: 0.6fr 1fr;
		align-items: center;
		justify-items: start;
		gap: 15px;
	}
}
.kid .testimonial .box {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
	border-radius: 20px;
	padding: 4rem 0.2rem 2rem;
}
.kid .testimonial .quote {
	text-align: right;
	right: 5%;
	font-size: 100px;
	line-height: 1;
	color: rgba(0, 0, 0, 0.1);
	position: absolute;
	z-index: 10;
	top: 0;
}
.kid .testimonial .swiper-wrapper {
	align-items: center;
}
.kid .testimonial .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0;
	position: relative;
}
.kid .custom-swiper-navigation {
	display: flex;
	justify-content: center;
	align-items: center;
}
.kid .swiper-button-next:after,
.kid .swiper-button-prev:after {
	font-size: 1.2rem;
	font-weight: 900;
	color: var(--clr-blue-btn);
}
.kid .swiper-pagination {
	position: revert;
	padding-inline: 8px;
	width: revert;
}
.kid .swiper-button-next,
.kid .swiper-button-prev {
	top: 14px;
	position: relative;
	left: revert;
	right: revert;
}
.kid .swiper-slide .avatar {
	width: 100px;
	border-radius: 50em;
	overflow: hidden;
}
.kid .swiper-slide h3 {
	font-size: 25px;
	font-weight: 700;
	color: var(--clr-#fff);
}
.kid .gift__item-desc {
	border: 2px solid #939393;
	padding: 0.5em;
	border-radius: 100vw;
	display: inline-block;
}
.kid .list-wrap img {
	width: 50px;
}
.kid .checkpoints {
	--color: #5c0000;
}
.checkpoints .container ul {
	margin-left: -15px;
}
.kid .checkpoints .list-wrap h3 {
	font-size: clamp(1.5rem, 1.5vw + 1rem, 2rem);
	margin-bottom: 0;
	margin-top: 4px;
	font-weight: 700;
	color: var(--clr-primary);
}
.kid .checkpoints li:not(:last-child) {
	position: relative;
}
.kid .checkpoints li:not(:last-child):after {
	content: "";
	width: 7px;
	height: calc(100% + 1px);
	background-color: var(--color);
	position: absolute;
	top: 0;
	left: 0;
}
.kid .course {
	background-image: url("/assets/img/background-review.jpg"),
		linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
	background-size: cover;
	background-position: top left;
	background-blend-mode: overlay;
	color: #fff;
}
@media (min-width: 768px) {
	.kid .course .course-wrapper {
		display: grid;
		grid-template-columns: 1.05fr 1fr;
		align-items: center;
		justify-items: center;
		gap: 15px;
	}
}
.kid .course .course-wrapper {
	display: grid;
	align-items: center;
	justify-items: center;
	gap: 15px;
}
.kid .course .km-sec-heading {
	color: var(--clr-#fff);
}
.kid .course__info {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	row-gap: 18px;
}
.kid .course__info-item .km-text {
	margin-bottom: 0;
}
.kid .course__info-item .strike:after {
	background-color: var(--clr-primary);
}
.kid .course__info-item .course-free {
	font-size: var(--fz-heading);
	font-weight: 700;
}
.kid .box {
	padding: 0.8em 2em;
	background-color: #ffffff4c;
	border-radius: 20px;
}
.kid .course-date {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 15px;
}
.kid .course__gift .course__gift-icon {
	font-size: clamp(2rem, 2vw + 1rem, 4rem);
	margin-block: 0.5rem 1rem;
}
.kid .course__gift .km-heading {
	margin-block: 0.5rem 1rem;
}
.kid .course .pointer {
	font-size: 3rem;
	padding-top: 2rem;
}
.kid .countdown-number {
	padding: 0.5rem 0.8rem;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.05);
	min-width: 56px;
	display: inline-block;
}
.kid .form-wrapper {
	padding: 0.875em 0.875em 0;
	border: 2px solid var(--clr-primary);
	user-select: none;
}
.kid input[type="text"],
.kid input[type="email"],
.kid .iti--allow-dropdown {
	background-color: #fff;
	width: min(100%, 400px);
	margin-bottom: 20px;
	display: block;
	margin-inline: auto;
	font-size: 18px;
	border: #dcdcdc;
}
.kid input:-webkit-autofill,
.kid input:-webkit-autofill:hover,
.kid input:-webkit-autofill:focus,
.kid input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
.kid .kid .iti {
	width: min(100%, 400px);
	margin-inline: auto;
	padding: 0.875em 2em;
}
.kid #phone {
	padding: 0 0 0 40px;
	background-color: transparent;
	width: 100%;
}
.kid .iti__selected-flag {
	padding-left: 2em;
}
.kid .form-cta .km-heading {
	margin-bottom: 5px;
}
.kid .about .container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.kid .about-content {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 10px;
}
.kid .about-content ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.kid .about-content .km-link i {
	color: red;
}
.kid .about-info {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
}
.kid .about-info img {
	border-radius: 100vw;
	width: 200px;
	border: 5px solid var(--bg-color-gray);
}
.kid .course-in-progess {
	background-color: rgba(0, 25, 252, 0.1);
}
.kid .phone-number {
	position: relative;
	background-color: #fff;
	width: min(100%, 400px);
	margin-bottom: 20px;
	display: block;
	margin-inline: auto;
	font-size: 18px;
	padding: 0.75rem 1.5rem;
	border: #dcdcdc;
	border-radius: 0.375rem;
	color: rgb(107 114 128 / var(--tw-text-opacity));
	font-weight: 500;
}
.kid .phone-number.red {
	border: 1px solid red;
}
.kid .phone-number .number-text {
	display: flex;
	flex-direction: row;
}
.kid .phone-number .number-text .options-wrap .dropdown-menu {
	overflow: auto;
	max-height: 300px;
	min-width: 440%;
}
.kid .phone-number .number-text .options-wrap .dropdown-toggle {
	cursor: pointer;
	display: flex;
	flex-direction: row;
	align-items: center;
	color: rgb(107 114 128 / var(--tw-text-opacity));
	font-size: 18px;
	background: none;
	padding: 0;
	margin: 0;
	width: auto;
	min-width: unset;
}
.kid.phone-number.number-text.options-wrap.dropdown-toggle.fa-chevron-down {
	margin-right: 4px;
}
.kid.phone-number.number-text.options-wrap.dropdown-menu.calling-code-item {
	display: flex;
	align-items: center;
	padding: 5px;
}
.kid .phone-number .number-text .tel-number {
	border: 0;
	background: none;
	margin-left: 10px;
	font-size: 18px;
}
.kid .phone-number .number-text .flag {
	background-size: contain;
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
	font-size: 13px;
	line-height: 15px;
	margin-right: 3px;
	margin-left: 4px;
}
.kid .thank-you_page {
	background-image: url("/assets/img/background-review.jpg"),
		linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
	background-size: cover;
	background-position: top left;
	background-blend-mode: overlay;
	color: #fff;
	min-height: 80vh;
	display: flex;
	flex-direction: column;
}
.kid .thank-you_page .container {
	flex-grow: 1;
	display: flex;
	align-items: center;
}
.kid .loading-fail {
	padding: 50px 0;
	background-color: var(--color-#fff);
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100vh;
	display: flex;
}
.kid .loading-animation {
	display: flex;
}
.kid .loading-fail .support-normal {
	font-size: 1.2rem;
	color: var(--color-red);
	font-weight: 700;
	text-align: center;
	display: block;
	padding: 1rem 0;
	user-select: none;
	-webkit-user-select: none;
}
.kid .modal.in {
	display: flex !important;
}
.kid .modal {
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	background-color: rgba(0, 0, 0, 0.8);
}
.kid .modal-dialog {
	width: min(100% - 1.25rem, 31.25rem);
}
.kid .modal-body {
	background-color: var(--clr-#fff);
	display: flex;
	align-items: center;
	justify-content: center;
	row-gap: 0.625rem;
	flex-direction: column;
	padding: 2rem 0.875rem 0.8rem;
	border-radius: 10px;
	position: relative;
}
.kid .modal-body .modal-image {
	width: min(60%, 150px);
	margin-bottom: 0.625rem;
}
.kid .modal-body .float-right {
	position: absolute;
	right: 10px;
	top: -10px;
}
#modalConfirmDocumentLeave.modal {
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	background-color: rgba(0, 0, 0, 0.5);
}
#modalConfirmDocumentLeave.modal .text-org {
	color: var(--clr-#ffa500);
	opacity: 1;
}
#modalConfirmDocumentLeave.modal.in {
	display: flex !important;
}
#modalConfirmDocumentLeave .modal-dialog {
	width: min(100% - 1.25rem, 31.25rem);
}
#modalConfirmDocumentLeave .modal-body {
	background-color: var(--clr-#fff);
	display: flex;
	align-items: center;
	justify-content: center;
	row-gap: 0.625rem;
	flex-direction: column;
	padding: 2rem 0.875rem 0.8rem;
	border-radius: 10px;
	position: relative;
}
#modalConfirmDocumentLeave .modal-body .km-heading {
	margin-bottom: 20px;
	font-weight: bold;
}
#modalConfirmDocumentLeave .modal-body .float-right {
	position: absolute;
	right: 10px;
	top: -10px;
}
#modalConfirmDocumentLeave .modal-body .modal-image {
	width: min(60%, 150px);
	margin-bottom: 0.625rem;
	display: unset;
}
#modalConfirmDocumentLeave .modal-body .strong {
	font-weight: 700;
}
#modalConfirmDocumentLeave .modal-body .btn {
	display: inline-block;
	max-width: 420px;
	min-width: 150px;
	margin: 10px auto;
	padding: 0.475em 1.25em;
	cursor: pointer;
	background-color: var(--clr-primary);
	color: var(--clr-#fff);
	font-size: var(--fz-btn);
	border-radius: 100vw;
	user-select: none;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	transition: 300ms;
}
#modalConfirmDocumentLeave .modal-body .btn-close {
	color: unset;
	background: unset;
	max-width: unset;
	min-width: unset;
	padding: 0;
	font-size: 30px;
}
.kid .hero-section {
	background: url("images/line-bg.svg") repeat top center;
	background-size: 50px;
}
@media (min-width: 768px) {
	.kid .hero-section {
		background-size: 80px;
	}
}
.kid .section-heading {
	margin: 2.5rem auto;
	max-width: 48rem;
	text-align: center;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 600;
	text-transform: uppercase;
}
@media (min-width: 768px) {
	.kid .section-heading {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}
.kid .section-separator {
	background: url("images/blue-line.svg") repeat-x left top;
	height: 40px;
}
.kid .section-separator.pink {
	background-image: url("images/pink-line.svg");
}
.kid .container-custom {
	margin-left: auto;
	margin-right: auto;
	width: min(100% - 16px, 80rem);
}
.kid .fb-comments {
	display: block !important;
	margin: auto auto !important;
	width: min(100% - 16px, 80rem) !important;
}
.kid .fb-comments iframe {
	width: 100% !important;
}
@media (min-width: 768px) {
	.kid .container-custom {
		padding-left: 0;
		padding-right: 0;
	}
	.kid .fb-comments {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}
.kid .video-wrapper {
	margin-bottom: 3.5rem;
	aspect-ratio: 16 / 9;
	width: 100%;
	cursor: pointer;
	overflow: hidden;
	border-radius: 1rem;
}
@media (min-width: 768px) {
	.kid .video-wrapper {
		margin-bottom: 6rem;
	}
}
.kid .hero-title {
	font-family: "Gelasio", serif;
	font-weight: 500;
}
.kid .list-number {
	font: 700 1.875rem/2.25rem "Caesar Dressing", system-ui;
	flex-shrink: 0;
	--tw-text-opacity: 1;
	color: rgb(185 28 28 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
	.kid .list-number {
		font-size: 3rem;
		line-height: 1;
	}
}
.kid .text-with-background {
	display: inline-block;
	position: relative;
	isolation: isolate;
	z-index: 1;
}
.kid .text-with-background::before {
	content: "";
	width: 105%;
	height: 50%;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	top: 1rem;
	--tw-bg-opacity: 1;
	background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}
@media (min-width: 768px) {
	.kid .text-with-background::before {
		top: 2rem;
	}
}
.kid .text-underline {
	position: relative;
	isolation: isolate;
}
.kid .text-underline::after {
	content: "";
	background: url("images/underline.svg") no-repeat center 80%;
	background-size: 100% 20px;
	z-index: -1;
	position: absolute;
	bottom: -0.75rem;
	left: 0;
	height: 100%;
	width: 100%;
}
.kid .btn-primary {
	width: max-content;
	max-width: 24rem;
	border-radius: 100vw;
	--tw-bg-opacity: 1;
	background-color: rgb(234 88 12 / var(--tw-bg-opacity));
	padding: 1rem 2.5rem;
	text-align: center;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
	--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.kid .btn-primary:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}
.kid .btn-primary:focus-visible {
	outline: 2px solid #ea580c;
	outline-offset: 2px;
}
.kid .card > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.kid .card {
	border-radius: 1rem;
	--tw-border-opacity: 1;
	border: 2px solid rgb(253 186 116 / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(255 247 237 / var(--tw-bg-opacity));
	padding: 1rem;
	--tw-text-opacity: 1;
	color: rgb(31 41 55 / var(--tw-text-opacity));
}
@keyframes scale {
	0% {
		scale: 1;
	}
	50% {
		scale: 1.1;
	}
	100% {
		scale: 1;
	}
}
.kid .guarantee {
	border: 2px solid #b91c1c;
	border-radius: 15px;
	margin-bottom: 4.5rem;
	margin-inline: auto;
	max-width: 768px;
}
.kid .guarantee-img {
	position: absolute;
	width: 100px;
	top: -3rem;
	left: 10px;
}
.kid .gift-box {
	border-radius: 0.75rem;
	border-width: 2px;
	border-style: dashed;
	--tw-border-opacity: 1;
	border-color: rgb(249 115 22 / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(255 237 213 / var(--tw-bg-opacity));
	padding: 1rem;
	--tw-text-opacity: 1;
	color: rgb(249 115 22 / var(--tw-text-opacity));
}
@media screen and (min-width: 768px) {
	.kid .guarantee-img {
		left: 100px;
	}
}
.kid *,
.kid ::before,
.kid ::after {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position: ;
	--tw-gradient-via-position: ;
	--tw-gradient-to-position: ;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
	--tw-contain-size: ;
	--tw-contain-layout: ;
	--tw-contain-paint: ;
	--tw-contain-style: ;
}
.kid ::backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position: ;
	--tw-gradient-via-position: ;
	--tw-gradient-to-position: ;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
	--tw-contain-size: ;
	--tw-contain-layout: ;
	--tw-contain-paint: ;
	--tw-contain-style: ;
}
.kid .fixed {
	position: fixed;
}
.kid .absolute {
	position: absolute;
}
.kid .relative {
	position: relative;
}
.kid .inset-x-0 {
	left: 0;
	right: 0;
}
.kid .top-\[2px\] {
	top: 2px;
}
.kid .top-\[3px\] {
	top: 3px;
}
.kid .-left-14 {
	left: -3.5rem;
}
.kid .-top-3 {
	top: -0.75rem;
}
.kid .bottom-0 {
	bottom: 0;
}
.kid .left-3\/4 {
	left: 75%;
}
.kid .left-8 {
	left: 2rem;
}

.kid .right-0 {
	right: 0px;
}
.kid .right-5 {
	right: 1.25rem;
}
.kid .top-1\/2 {
	top: 50%;
}
.kid .isolate {
	isolation: isolate;
}
.kid .-z-10 {
	z-index: -10;
}
.kid .z-30 {
	z-index: 30;
}
.kid .-mx-3 {
	margin-left: -0.75rem;
	margin-right: -0.75rem;
}
.kid .mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.kid .my-10 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.kid .my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.kid .my-5 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}
.kid .mb-1 {
	margin-bottom: 0.25rem;
}
.kid .mb-10 {
	margin-bottom: 2.5rem;
}
.kid .mb-14 {
	margin-bottom: 3.5rem;
}
.kid .mb-2 {
	margin-bottom: 0.5rem;
}
.kid .mb-20 {
	margin-bottom: 5rem;
}
.kid .mb-3 {
	margin-bottom: 0.75rem;
}
.kid .mb-4 {
	margin-bottom: 1rem;
}
.kid .mb-5 {
	margin-bottom: 1.25rem;
}
.kid .mb-8 {
	margin-bottom: 2rem;
}
.kid .ml-auto {
	margin-left: auto;
}
.kid .mt-20 {
	margin-top: 5rem;
}
.kid .block {
	display: block;
}
.kid .inline-block {
	display: inline-block;
}
.kid .flex {
	display: flex;
}
.kid .grid {
	display: grid;
}
.kid .hidden {
	display: none;
}
.kid .aspect-square {
	aspect-ratio: 1 / 1;
}
.kid .size-3 {
	width: 0.75rem;
	height: 0.75rem;
}
.kid .h-\[2px\] {
	height: 2px;
}
.kid .h-12 {
	height: 3rem;
}
.kid .h-9 {
	height: 2.25rem;
}
.kid .w-fit {
	width: -moz-fit-content;
	width: fit-content;
}
.kid .w-12 {
	width: 3rem;
}
.kid .w-14 {
	width: 4rem;
}
.kid .w-20 {
	width: 5rem;
}
.kid .w-9 {
	width: 2.25rem;
}
.kid .w-full {
	width: 100%;
}
.kid .wh-full {
	height: 100%;
	width: 100%;
}
.kid .max-w-md {
	max-width: 28rem;
}
.kid .max-w-sm {
	max-width: 24rem;
}
.kid .max-w-xl {
	max-width: 36rem;
}
.kid .flex-shrink-0 {
	flex-shrink: 0;
}
.kid .-translate-y-1\/2 {
	--tw-translate-y: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y))
		rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
		scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.kid .translate-y-5 {
	--tw-translate-y: 1.25rem;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y))
		rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
		scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.kid .animate-\[scale_1s_ease-in_infinite\] {
	animation: scale 1s ease-in infinite;
}
.kid .cursor-pointer {
	cursor: pointer;
}
.kid .grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.kid .flex-col {
	flex-direction: column;
}
.kid .items-start {
	align-items: flex-start;
}
.kid .items-center {
	align-items: center;
}
.kid .justify-start {
	justify-content: flex-start;
}
.kid .justify-center {
	justify-content: center;
}
.kid .justify-items-center {
	justify-items: center;
}
.kid .gap-1 {
	gap: 0.25rem;
}
.kid .gap-2 {
	gap: 0.5rem;
}
.kid .gap-3 {
	gap: 0.75rem;
}
.kid .gap-4 {
	gap: 1rem;
}
.kid .gap-6 {
	gap: 1.5rem;
}
.kid .gap-8 {
	gap: 2rem;
}
.kid .overflow-hidden {
	overflow: hidden;
}
.kid .rounded-2xl {
	border-radius: 1rem;
}
.kid .rounded-full {
	border-radius: 9999px;
}
.kid .rounded-lg {
	border-radius: 0.5rem;
}
.kid .rounded-md {
	border-radius: 0.375rem;
}
.kid .rounded-xl {
	border-radius: 0.75rem;
}
.kid .rounded-t-lg {
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}
.kid .border {
	border-width: 1px solid #fff;
}
.kid .border-2 {
	border: 2px solid #fff;
}
.kid .border-\[\#e0e0e0\] {
	--tw-border-opacity: 1;
	border-color: rgb(224 224 224 / var(--tw-border-opacity));
}
.kid .border-blue-500 {
	--tw-border-opacity: 1;
	border-color: rgb(59 130 246 / var(--tw-border-opacity));
}
.kid .border-red-500 {
	--tw-border-opacity: 1;
	border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.kid .border-white {
	--tw-border-opacity: 1;
	border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.kid .border-yellow-300 {
	--tw-border-opacity: 1;
	border-color: rgb(253 224 71 / var(--tw-border-opacity));
}
.kid .bg-blue-950 {
	--tw-bg-opacity: 1;
	background-color: rgb(23 37 84 / var(--tw-bg-opacity));
}
.kid .bg-slate-50 {
	--tw-bg-opacity: 1;
	background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.kid .bg-slate-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
.kid .bg-blue-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.kid .bg-gray-200 {
	--tw-bg-opacity: 1;
	background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.kid .bg-gray-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.kid .bg-orange-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}
.kid .bg-red-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.kid .bg-red-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.kid .bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.kid .bg-black {
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.kid .object-cover {
	-o-object-fit: cover;
	object-fit: cover;
}
.kid .p-10 {
	padding: 2.5rem;
}
.kid .p-2 {
	padding: 0.5rem;
}
.kid .px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.kid .px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.kid .px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.kid .px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.kid .py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.kid .py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.kid .py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.kid .py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.kid .py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.kid .pb-3 {
	padding-bottom: 0.75rem;
}
.kid .pt-10 {
	padding-top: 2.5rem;
}
.kid .text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.kid .text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.kid .text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.kid .text-5xl {
	font-size: 3rem;
	line-height: 1;
}
.kid .text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.kid .text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.kid .text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.kid .font-bold {
	font-weight: 700;
}
.kid .font-medium {
	font-weight: 500;
}
.kid .font-semibold {
	font-weight: 600;
}
.kid .uppercase {
	text-transform: uppercase;
}
.kid .leading-tight {
	line-height: 1.25;
}
.kid .text-\[\#6B7280\] {
	--tw-text-opacity: 1;
	color: rgb(107 114 128 / var(--tw-text-opacity));
}
.kid .text-blue-500 {
	--tw-text-opacity: 1;
	color: rgb(59 130 246 / var(--tw-text-opacity));
}
.kid .text-gray-500 {
	--tw-text-opacity: 1;
	color: rgb(107 114 128 / var(--tw-text-opacity));
}
.kid .text-gray-700 {
	--tw-text-opacity: 1;
	color: rgb(55 65 81 / var(--tw-text-opacity));
}
.kid .text-gray-800 {
	--tw-text-opacity: 1;
	color: rgb(31 41 55 / var(--tw-text-opacity));
}
.kid .text-pink-600 {
	--tw-text-opacity: 1;
	color: rgb(219 39 119 / var(--tw-text-opacity));
}
.kid .text-red-400 {
	--tw-text-opacity: 1;
	color: rgb(248 113 113 / var(--tw-text-opacity));
}
.kid .text-red-500 {
	--tw-text-opacity: 1;
	color: rgb(239 68 68 / var(--tw-text-opacity));
}
.kid .text-red-700 {
	--tw-text-opacity: 1;
	color: rgb(185 28 28 / var(--tw-text-opacity));
}
.kid .text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.kid .text-yellow-300 {
	--tw-text-opacity: 1;
	color: rgb(253 224 71 / var(--tw-text-opacity));
}
.kid .shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
		0 4px 6px -4px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
		0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.kid .outline-none {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.kid :root {
	--section-padding: 4rem;
}
@media screen and (max-width: 768px) {
	.kid :root {
		--section-padding: 2rem;
	}
}
.kid .hover\:bg-gray-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.kid .hover\:bg-orange-500:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}
.kid .focus\:border-\[\#6A64F1\]:focus {
	--tw-border-opacity: 1;
	border-color: rgb(106 100 241 / var(--tw-border-opacity));
}
.kid .focus\:shadow-md:focus {
	--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
		0 2px 4px -2px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.kid .group .group-hover {
	display: none;
}
.kid .group:hover .group-hover {
	display: block;
}
.kid .ket-qua-hoc {
	margin-bottom: 3.5rem;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
	gap: 0.75rem;
	overflow-x: auto;
}
.kid .video-ket-qua {
	display: flex;
	aspect-ratio: 9 / 16;
	width: 60%;
	max-width: 24rem;
	flex-shrink: 0;
	align-items: stretch;
	justify-content: center;
	border-radius: 1.5rem;
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity));
	position: relative;
}
.kid .video-ket-qua .video-wrapper {
	margin: 0 0 !important;
}
.kid .video-ket-qua video {
	border-radius: 1.5rem;
}
.kid .text-orange-400 {
	--tw-text-opacity: 1;
	color: rgb(251 146 60 / var(--tw-text-opacity));
}
.kid .top-5 {
	top: 1.25rem;
}
.kid .size-10 {
	width: 2.5rem;
	height: 2.5rem;
}
.kid .size-16 {
	width: 4rem;
	height: 4rem;
}
.kid .max-w-5xl {
	max-width: 64rem;
}
.kid .leading-normal {
	line-height: 1.5;
}
.kid .text-gray-400 {
	--tw-text-opacity: 1;
	color: rgb(156 163 175 / var(--tw-text-opacity));
}
.kid .section-gioi-thieu {
	--tw-bg-opacity: 1;
	background-color: rgb(251 146 60 / var(--tw-bg-opacity));
	text-align: center;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgb(24 24 27 / var(--tw-text-opacity));
}

.section-gioi-thieu .title,
.section-bg-blue .title,
.section-bg-blue-linear .title {
	margin-bottom: 0.5rem;
	line-height: 2rem;
	font-weight: 700;

	font-size: 1.875rem;
	line-height: 2.25rem;
}

@media (min-width: 768px) {
	.section-gioi-thieu .title,
	.section-bg-blue .title,
	.section-bg-blue-linear .title {
		font-size: 3rem;
		line-height: 2.25rem;
		line-height: 1.5;
	}
}

.section-bg-blue .sub-title,
.section-gioi-thieu .sub-title {
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 500;
	line-height: 1.375;
}

@media (min-width: 768px) {
	.section-bg-blue .sub-title,
	.section-gioi-thieu .sub-title {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}
.kid .section-gioi-thieu a {
	max-width: 32rem;
	--tw-bg-opacity: 1;
	background-color: rgb(30 41 59 / var(--tw-bg-opacity));
	font-size: 1.25rem;
	line-height: 2rem;
}
.kid .section-gioi-thieu a:hover {
	background-color: rgb(30 41 59 / 0.9);
}
@media (min-width: 768px) {
	.kid .section-gioi-thieu a {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}
.kid .section-bg-blue {
	--tw-bg-opacity: 1;
	background-color: rgb(19 34 56 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.kid .section-bg-blue .btn-primary {
	max-width: 32rem;
	--tw-bg-opacity: 1;
	background-color: rgb(249 115 22 / var(--tw-bg-opacity));
	font-size: 1.25rem;
	line-height: 2rem;
}
.kid .section-bg-blue .btn-primary:hover {
	background-color: rgb(249 115 22 / 0.9);
}
@media (min-width: 768px) {
	.kid .section-bg-blue .btn-primary {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}
.kid .section-bg-blue-linear {
	background-image: linear-gradient(to right, var(--tw-gradient-stops));
	--tw-gradient-from: #99f6e4 var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
	--tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}

.kid .zalo-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgb(219 234 254 / var(--tw-bg-opacity));
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.kid .zalo-icon img {
	width: 4rem;
	height: 4rem;
}

.kid .zalo-label {
	position: relative;
	left: -1rem;
	z-index: -10;
	border-top-right-radius: 9999px;
	border-bottom-right-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgb(219 234 254 / var(--tw-bg-opacity));
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-right: 0.5rem;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgb(59 130 246 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
	.kid .md\:-left-10 {
		left: -2.5rem;
	}
	.kid .md\:w-20 {
		width: 5rem;
	}
	.kid .md\:-left-6 {
		left: -1.5rem;
	}
	.kid .md\:right-10 {
		right: 2.5rem;
	}
	.kid .md\:py-14 {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}
	.kid .md\:mb-8 {
		margin-bottom: 2rem;
	}
	.kid .md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.kid .md\:flex-col-reverse {
		flex-direction: column-reverse;
	}
	.kid .md\:gap-6 {
		gap: 1.5rem;
	}
	.kid .md\:text-center {
		text-align: center;
	}
	.kid .md\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.kid .md\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
	.kid .md\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}
	.kid .md\:text-6xl {
		font-size: 3.75rem;
		line-height: 1;
	}
	.kid .md\:leading-tight {
		line-height: 1.25;
	}
}
.kid .animate-rotate {
	animation: animateRotate 1s infinite ease-in-out;
}

@keyframes animateRotate {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
}
