/* -------------------------------------------------------------------------- */
/* custom style                                                               */
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/* grab-venture-velocity                                                      */
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/* hero-banner                                                                */
/* -------------------------------------------------------------------------- */
.gvv-hero-banner {
	position: relative;
	max-width: 1220px;
	margin: 0 auto;
	padding: 80px 0 0 0; /* Banner height 80px */
	overflow: hidden;
}
@media (min-width: 768px) {
	.gvv-hero-banner {
		padding: 80px 0 0 0; /* Banner height 80px */
	}
}
@media (min-width: 981px) {
	.gvv-hero-banner {
		padding: 80px 0 0 0; /* Banner height 80px */
	}
}
.gvv-hero-banner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0)),
		to(rgba(0, 0, 0, 0.5))
	);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
	z-index: 1;
}
.gvv-hero-banner__background img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	aspect-ratio: 16/9;
}
.gvv-hero-banner__play {
	z-index: 2;
	padding: 16px;
	bottom: calc(50% - 80px); /* header height 80px */
	position: absolute;
	left: 50%;
	cursor: pointer;
	/* background-color: #00b14f; */
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
@media (min-width: 1441px) {
	.gvv-hero-banner__play {
		bottom: 140px;
	}
}
.gvv-hero-banner__play:hover .gvv-hero-banner__icon {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}
.gvv-hero-banner__icon {
	width: 75px;
	height: 75px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (min-width: 981px) {
	.gvv-hero-banner__icon {
		width: 100px;
		height: 100px;
	}
}

/* -------------------------------------------------------------------------- */
/* card-hero-description                                                      */
/* -------------------------------------------------------------------------- */
.card-gvv-hero__background {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.card-gvv-hero {
	padding-top: 200px;
	background-color: #005339;
	position: relative;
	padding: 37px 0;
	overflow: hidden;
	z-index: -10;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.card-gvv-hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 660px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0)),
		to(rgba(0, 0, 0, 0.5))
	);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
	z-index: 0;
}
.card-gvv-hero .container {
	position: relative;
	max-width: 1220px;
	margin: 0 auto;
	padding: 0;
	z-index: 2;
}
@media (min-width: 768px) {
	.card-gvv-hero .container {
		padding: 0 12px;
	}
}
@media (min-width: 981px) {
	.card-gvv-hero .container {
		padding: 0 20px;
	}
}
.card-gvv-hero__wrapper {
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	font-family: "Grab-Community-Solid-EN-Regular";
	padding-top: 56px;
	padding-bottom: 38px;
	text-align: center;
	z-index: 2;
}
@media only screen and (max-width: 1200px) {
	.card-gvv-hero__wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.card-gvv-hero__label {
	margin-bottom: 56px;
	font-family: "Grab-Community-Solid-EN-Medium";
	font-weight: 400;
	font-size: 22px;
	line-height: 24px;
}
.card-gvv-hero__desc {
	margin: 0 auto;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 64px;
	max-width: 472px;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.card-gvv-hero__button {
	font-size: 16px;
	line-height: 24px;
	color: #005339;
	font-family: "Grab-Community-Solid-EN-Bold";
	text-align: center;
	background-color: #d3f035;
	padding: 10px 20px;
}
/* -------------------------------------------------------------------------- */
/* Benefit For Startup Founders Section                                       */
/* -------------------------------------------------------------------------- */
.benefit-startup-section__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
	margin: 0 auto;
}
.benefit-startup-section__card {
	background: #f5fff0;
	border-radius: 16px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.2s;
}
.benefit-startup-section__image img {
	width: 100%;
	aspect-ratio: 2;
	object-fit: cover;
	object-position: center;
	display: block;
}
.benefit-startup-section__content {
	padding: 24px 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.benefit-startup-section__card-title {
	font-family: "Grab-Community-Solid-EN-Bold";
	font-size: 20px;
	color: #005339;
	margin-bottom: 12px;
	text-wrap: pretty;
}
.benefit-startup-section__card-desc {
	font-size: 16px;
	color: #005339;
	font-family: "Grab-Community-Solid-EN-Regular";
	margin-bottom: 0;
}
@media (min-width: 600px) {
	.benefit-startup-section__grid {
		grid-template-columns: 1fr 1fr;
		gap: 32px;
	}
}
@media (min-width: 1024px) {
	.benefit-startup-section__grid {
		grid-template-columns: 1fr 1fr;
		gap: 40px;
	}
	.benefit-startup-section__card {
		aspect-ratio: 1;
	}
	.benefit-startup-section__image img {
		/* height: 220px; */
	}
}

/* -------------------------------------------------------------------------- */
/* Hero Description Section                                                   */
/* -------------------------------------------------------------------------- */

/* @media (max-width: 768px) {
	.hero-description-section {
		padding: 40px 20px !important;
	}
} */
.hero-description-section__text {
	font-family: "Grab-Community-Solid-EN-Regular";
	color: white;
	margin: 0 auto;
	font-size: 20px;
	line-height: calc(1.75 / 1.25);
	margin-bottom: 32px;
}
@media (min-width: 768px) {
	.hero-description-section {
		margin-bottom: 64px;
	}
	.hero-description-section__text {
		font-size: 24px;
		line-height: calc(2 / 1.5);
		margin-bottom: 40px;
	}
}
.hero-description-section__button-wrapper {
	display: flex;
	justify-content: flex-end;
}
/* -------------------------------------------------------------------------- */
/* Program Overview                                                           */
/* -------------------------------------------------------------------------- */
.program-overview__list {
	color: white;
}
.program-overview__list .owl-stage-outer {
	overflow: visible !important;
}
.program-overview__item {
	width: 100%;
}
.program-overview__item__title {
	font-family: "Grab-Community-Solid-EN-Bold";
	font-weight: bold;
	margin-bottom: 16px;
	font-size: 20px;
}
@media (min-width: 768px) {
	.program-overview__item__title {
		/* margin-bottom: 24px; */
	}
}
.program-overview__item__image {
	aspect-ratio: 3/2;
	margin-bottom: 8px;
	background-color: #e1f9dd;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	overflow: hidden;
}
.program-overview__item__image img {
	-o-object-fit: cover;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
.program-overview__item__desc {
	font-size: 16px;
	line-height: 24px;
	font-family: "Grab-Community-Solid-EN-Regular";
	margin-bottom: 0;
}
.program-overview__dots {
	display: flex;
	justify-content: center;
	margin-top: 24px;
	gap: 8px;
}
.program-overview__dots .owl-dot {
	border-radius: 50%;
	background: #007240;
	/* margin: 0 4px; */
	transition: background 0.2s;
	border: 2px solid #f5fff0;
	display: inline-block;
	aspect-ratio: 1;
}
.program-overview__dots .owl-dot.active {
	background: #f5fff0;
}
/* -------------------------------------------------------------------------- */
/* gvv-title-section                                                          */
/* -------------------------------------------------------------------------- */
.gvv-title-section {
	font-family: "Grab-Community-Solid-EN-Bold";
	/* font-style: normal; */
	font-weight: 800;
	font-size: 27px;
	line-height: 29px;
	letter-spacing: -0.02em;
}
@media (min-width: 321px) {
	.gvv-title-section {
		font-size: 32px;
		line-height: 34px;
	}
}
@media (min-width: 411px) {
	.gvv-title-section {
		font-size: 34px;
		line-height: 36px;
	}
}
/* -------------------------------------------------------------------------- */
/* footer                                                                     */
/* -------------------------------------------------------------------------- */
.gvv-footer {
	display: flex;
	flex-direction: column;
	max-width: 1220px;
	margin: 0 auto;
	padding: 40px 20px;
	overflow: hidden;
}
@media (min-width: 768px) {
	.gvv-footer {
		padding: 32px 60px;
		flex-direction: row;
	}
}
@media (min-width: 981px) {
	.gvv-footer {
		padding: 64px 80px;
	}
}
.gvv-footer__media-icon:hover {
	opacity: 0.8;
}
.gvv-footer__text-description {
	font-family: "Grab-Community-Solid-EN-Regular";
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	white-space: pre-line;
	padding-right: 16px;
	margin-top: 16px;
}
@media (min-width: 981px) {
	.gvv-footer__text-description {
		line-height: 18px;
		max-width: 300px;
	}
}
.gvv-footer-mobile {
	display: block;
}
.gvv-footer-desktop {
	display: none;
}
@media (min-width: 981px) {
	.gvv-footer-mobile {
		display: none;
	}
	.gvv-footer-desktop {
		display: block;
	}
}
.gvv-footer__logo-media {
	display: flex;
	flex-direction: column;
	width: auto;
}
@media (min-width: 768px) {
	.gvv-footer__logo-media {
		width: 35%;
	}
}
.gvv-footer__logo img {
	/* width: 50%; */
	/* padding-right: 8px; */
	width: 112px;
}
.gvv-footer__media li {
	display: inline-block;
	margin-right: 4px;
}
.gvv-footer__media li:last-child {
	margin-right: 0;
}
.gvv-footer__media li a {
	width: 22px;
	height: 22px;
}
@media (min-width: 321px) {
	.gvv-footer__media li a {
		width: 25px;
		height: 25px;
	}
}
.gvv-footer__media li img {
	-o-object-fit: contain;
	object-fit: contain;
	height: 100%;
	width: 100%;
}
.gvv-footer__menu {
	padding-top: 32px;
	display: flex;
	flex: 1;
	flex-direction: row;
	gap: 16px;

	font-family: "Grab-Community-Solid-EN-Regular";
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}
@media (min-width: 768px) {
	.gvv-footer__menu {
		padding-top: 62px; /*logo + padding */
		margin-bottom: 0;
	}
}
.gvv-footer__menu ul {
	vertical-align: top;
	/* flex: 1; */
	flex-basis: 50%;
	margin-bottom: 48px;
	/* display: inline-block; */
}
@media (min-width: 981px) {
	.gvv-footer__menu ul {
		flex-basis: 33.3333%;
		width: 20%;
		margin-bottom: 0;
	}
}
/* .gvv-footer__menu ul:first-child {
	padding-right: 8px;
} */
.gvv-footer__menu a {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.gvv-footer__menu a:hover {
	color: #00b14f;
}
.gvv-footer__text li {
	margin-bottom: 12px;
}
@media (min-width: 321px) {
	.gvv-footer__text li {
		margin-bottom: 0;
	}
}
.gvv-footer__text li,
.gvv-footer__text a {
	font-family: "Grab-Community-Solid-EN-Regular";
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: -0.02em;
	color: #fff;
}
@media (min-width: 321px) {
	.gvv-footer__text li,
	.gvv-footer__text a {
		line-height: 24px;
	}
}
.gvv-footer__text li strong,
.gvv-footer__text a strong {
	font-size: 14px;
	font-family: "Grab-Community-Solid-EN-Bold";
}

/* -------------------------------------------------------------------------- */
/* Timeline Section                                                           */
/* -------------------------------------------------------------------------- */
.timeline-section {
	background: #fff;
	padding-top: 56px;

	/* padding: 60px 0 40px 0; */
	position: relative;
}
.timeline-section .container {
	max-width: 1220px;
	margin: 0 auto;
	padding: 0;
}
@media (min-width: 768px) {
	.timeline-section .container {
		padding: 0 12px;
	}
}
@media (min-width: 981px) {
	.timeline-section .container {
		padding: 0 20px;
	}
}
.timeline-container {
	position: relative;
	margin: 0 auto;
	padding: 20px;
}
.timeline-section__title {
	text-align: center;
	margin-bottom: 38px;
}
.timeline-list {
	display: grid;
}
.timeline-item-row {
	position: relative;
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr 1fr;
	width: 100%;
}
.timeline-item-dummy {
	/* This keeps the grid structure, but is empty */
}
.timeline-item {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	background-color: blue;
}
.timeline-content.right {
	justify-content: flex-start;
	align-items: flex-start;
}
.timeline-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	color: #fff;
	padding: 18px 18px;
	width: 100%;
	position: relative;
	z-index: 10;
}
.timeline-month {
	font-size: 20px;
	font-family: "Grab-Community-Solid-EN-Bold";
	margin-bottom: 12px;
	color: #005339;
}
.timeline-milestones {
	list-style: disc outside;
	direction: rtl;
	padding-right: 18px;
	color: #000;
	text-align: right;
}
.timeline-milestones.right {
	direction: ltr;
	padding-left: 18px;
	padding-right: 0;
	text-align: left;
}
.timeline-milestones li::marker {
	color: #d3f035;
}
@media (min-width: 768px) {
	.timeline-milestones {
		/* margin-bottom: 24px; */
	}
}
.timeline-dot {
	position: absolute;
	left: 50%;
	top: 32px;
	transform: translateX(-50%);
	width: 16px;
	height: 16px;
	background: #e1f9dd;
	border-radius: 50%;
	z-index: 3;
	transition: background 0.3s, box-shadow 0.3s;
}
.timeline-dot.active {
	background: #3cb95a;
}
.timeline-line {
	position: absolute;
	left: 50%;
	top: 0;
	width: 4px;
	height: 100%;
	background: transparent;
	transform: translateX(-50%);
	z-index: 1;
	overflow: hidden;
}
.timeline-line-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background: linear-gradient(
		to bottom,
		rgba(0, 177, 79, 0) 0%,
		#d3f035 15%,
		#d3f035 85%,
		rgba(0, 177, 79, 0) 100%
	);
	transition: height 1.2s cubic-bezier(0.4, 1.5, 0.6, 1);
	z-index: 2;
}
@media (max-width: 768px) {
	.timeline-list {
		display: grid;
		margin-left: 40px;
	}
	.timeline-item-row {
		grid-template-columns: 1fr;
	}
	.timeline-item-dummy {
		display: none;
	}
	.timeline-content {
		min-width: 0;
		max-width: 100%;
		padding: 18px 12px;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.timeline-item {
		flex-direction: column !important;
		align-items: flex-start;
	}
	.timeline-dot {
		left: -48px;
		transform: none;
	}
	.timeline-line {
		left: 20px;
		/* transform: none; */
	}
	.timeline-milestones,
	.timeline-milestones.right {
		list-style: disc outside;
		direction: ltr;
		padding-left: 18px;
		padding-right: 0;
		color: #000;
		text-align: left;
	}
}

/* -------------------------------------------------------------------------- */
/* Program Mentors Section                                                    */
/* -------------------------------------------------------------------------- */
.mentor-tabs {
	display: flex;
	gap: 12px;
	margin-bottom: 32px;
}
.mentor-tab {
	background: #d9fcde;
	border: 1px solid #005339;
	color: #005339;
	border-radius: 20px;
	padding: 6px 22px;
	font-family: "Grab-Community-Solid-EN-Regular";
	font-size: 16px;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
}
.mentor-tab.active,
.mentor-tab:hover {
	background: #005339;
	color: #fff;
}
.mentor-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	overflow-wrap: break-word;
	text-wrap: pretty;
	hyphens: auto;
}
@media (min-width: 768px) {
	.mentor-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}
}
@media (min-width: 981px) {
	.mentor-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 32px 64px;
	}
}
.mentor-card {
	display: flex;
	flex-direction: column;
}
.mentor-card__image {
	position: relative;
	aspect-ratio: 300/420;
	margin-bottom: 16px;
	border-radius: 15px;
	object-position: bottom;
	border-radius: 15px;
	overflow: hidden;
}
.mentor-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #e1f9dd;
}
.mentor-card__company-logo img {
	max-width: 120px;
	height: 60px;
	object-fit: contain;
	margin-bottom: 8px;
}
.mentor-card__info {
	color: #005339;
}
.mentor-card__name {
	font-family: "Grab-Community-Solid-EN-Bold";
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
	line-height: ;
}
.mentor-card__title {
	font-size: 16px;
	line-height: 24px;
	font-family: "Grab-Community-Solid-EN-Regular";
	margin-bottom: 8px;
}
.mentor-card__field {
	font-size: 16px;
	line-height: 24px;
	font-family: "Grab-Community-Solid-EN-Regular";
	margin-bottom: 0;
}

/* -------------------------------------------------------------------------- */
/* Previous Batch Highlight Section                                           */
/* -------------------------------------------------------------------------- */
.previous-batch-section {
	padding-top: 56px;
	padding-bottom: 38px;
	background: #002e27;
}
.previous-batch-section .container {
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 20px;
}
@media (min-width: 768px) {
	.previous-batch-section .container {
		padding: 0 12px;
	}
}
@media (min-width: 981px) {
	.previous-batch-section .container {
		padding: 0 20px;
	}
}
.previous-batch-section__title {
	text-align: center;
	margin-bottom: 40px; /* Increased margin from program-overview */
}
.previous-batch-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
}

@media (min-width: 768px) {
	.previous-batch-list {
		grid-template-columns: 1fr 1fr;
	}
}

.previous-batch-card {
	background: #f5fff0;
	border-radius: 16px;
	padding: 32px 24px 20px 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 220px;
}

.previous-batch-quote {
	font-size: 18px;
	line-height: 26px;
	font-family: "Grab-Community-Solid-EN-Regular";
	color: #005339;
	margin-bottom: 24px;
	min-height: 60px;
}

.previous-batch-founders {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.previous-batch-founder {
	display: flex;
	align-items: center;
	gap: 6px;
}

.previous-batch-founder img {
	width: 32px;
	height: 32px;
	border-radius: 4px;
	object-fit: contain;
	border: 2px solid #00a24a;
	background: #f5fff0;
}

.previous-batch-founder span {
	font-size: 15px;
	color: #005339;
	font-family: "Grab-Community-Solid-EN-Bold";
}

.previous-batch-company {
	font-size: 14px;
	color: #005339;
	font-family: "Grab-Community-Solid-EN-Bold";
}

/* -------------------------------------------------------------------------- */
/* FAQ Section                                                                */
/* -------------------------------------------------------------------------- */
.faq-section {
	padding-top: 56px;
	padding-bottom: 38px;
}
.faq-section__title {
	text-align: center;
	margin-bottom: 40px;
}
.faq-accordion {
	max-width: 900px;
	margin: 0 auto;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: none;
}
.faq-accordion__item {
	border-bottom: 1px solid #005339;
	transition: background 0.2s;
}
.faq-accordion__item:last-child {
	border-bottom: none;
}
.faq-accordion__question {
	width: 100%;
	background: none;
	border: none;
	outline: none;
	text-align: left;
	padding: 28px 56px 28px 0;
	font-size: 20px;
	font-family: "Grab-Community-Solid-EN-Regular";
	color: #005339;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: background 0.2s;
}
.faq-accordion__icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: 16px;
	position: relative;
}
.faq-accordion__icon::before,
.faq-accordion__icon::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16px;
	height: 2px;
	background: #005339;
	border-radius: 2px;
	transition: transform 0.3s;
}
.faq-accordion__icon::before {
	transform: translate(-50%, -50%) rotate(0deg);
}
.faq-accordion__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}
.faq-accordion__item.active .faq-accordion__icon::after {
	transform: translate(-50%, -50%) rotate(0deg);
}
.faq-accordion__answer {
	display: none;
	padding: 0 0 28px 0;
	font-size: 16px;
	line-height: 1.6;
	color: #005339;
	font-family: "Grab-Community-Solid-EN-Regular";
	animation: faqAccordionFadeIn 0.3s;
}
@keyframes faqAccordionFadeIn {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.faq-accordion__item.active .faq-accordion__question {
	color: #005339;
	/* font-family: "Grab-Community-Solid-EN-Bold"; */
}
@media (max-width: 600px) {
	.faq-section {
		padding-top: 32px;
		padding-bottom: 24px;
	}
	.faq-accordion__question {
		font-size: 16px;
		padding: 18px 40px 18px 0;
	}
	.faq-accordion__answer {
		font-size: 16px;
		padding-bottom: 18px;
	}
}
/* -------------------------------------------------------------------------- */
/* GVV global style    								                                        */
/* -------------------------------------------------------------------------- */
@font-face {
	font-family: "Grab-Community-Solid-EN-ExtraBold";
	src: url("../fonts/Grab-Community-Solid-EN-ExtraBold.otf");
	/* font-weight: 800; */
	font-display: swap;
}
@font-face {
	font-family: "Grab-Community-Solid-EN-Bold";
	src: url("../fonts/Grab-Community-Solid-EN-Bold.otf");
	/* font-weight: 700; */
	font-display: swap;
}
@font-face {
	font-family: "Grab-Community-Solid-EN-Light";
	src: url("../fonts/Grab-Community-Solid-EN-Light.otf");
	font-weight: 300;
	font-display: swap;
}
@font-face {
	font-family: "Grab-Community-Solid-EN-Medium";
	src: url("../fonts/Grab-Community-Solid-EN-Medium.otf");
	/* font-weight: 500; */
	font-display: swap;
}
@font-face {
	font-family: "Grab-Community-Solid-EN-Regular";
	src: url("../fonts/Grab-Community-Solid-EN-Regular.otf");
	/* font-weight: 400; */
	font-display: swap;
}
.gvv-bg-green {
	background: #00b14f;
}
.gvv-bg-green-secondary {
	background: #00a24a;
}
.gvv-bg-light-green {
	background: #d9fcde;
}
.gvv-bg-light-green-secondary {
	background: #f5fff0;
}
.gvv-bg-dark-green {
	background: #005339;
}
.gvv-bg-dark-green-secondary {
	background: #007240;
}
.gvv-text-dark-green {
	color: hsl(161, 100%, 16%) !important;
}
.gvv-header {
	height: 80px !important;
}
.gvv-section {
	background: #f5fff0;
}
.gvv-section .container {
	max-width: 1220px;
	margin: 0 auto;
	padding: 40px 20px;
	overflow: hidden;
}
@media (min-width: 768px) {
	.gvv-section .container {
		padding: 32px 60px;
	}
}
@media (min-width: 981px) {
	.gvv-section .container {
		padding: 64px 80px;
	}
}
.gvv-section__title {
	margin-bottom: 24px;
	font-family: "Grab-Community-Solid-EN-Light";
	color: white;
	text-align: left;
	font-size: 36px;
	line-height: calc(2.5 / 2.25);
}
@media (min-width: 768px) {
	.gvv-section__title {
		margin-bottom: 48px;
		font-size: 48px;
		line-height: 1;
	}
}
@media (min-width: 981px) {
	.gvv-section__title {
		margin-bottom: 48px;
		font-size: 60px;
		line-height: 1;
	}
}
.gvv-button__primary {
	font-family: "Grab-Community-Solid-EN-Bold";
	font-size: 16px;
	line-height: calc(1.5 / 1);
	color: #005339;
	padding: 10px 18px !important;
	text-transform: none;
}
@media (min-width: 768px) {
	.gvv-button__primary {
		font-size: 20px;
		line-height: calc(1.75 / 1.25);
		padding: 10px 32px !important;
	}
}
.gvv-timeline-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.gvv-only__mobile {
	display: block !important;
}
.gvv-only__desktop {
	display: none !important;
}
@media (min-width: 981px) {
	.gvv-only__mobile {
		display: none !important;
	}
	.gvv-only__desktop {
		display: block !important;
	}
}

/* TImeline */
.gvv-timeline-grid {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	row-gap: 60px;
	background-color: white;
	justify-content: end;
	align-items: right;
}
.gvv-timeline-grid__item {
	position: relative;
	height: 200px;
	/* background-color: red; */
	border: 1px solid red;
	/* z-index: 1; */
}
/* .gvv-timeline-grid__item:first-child::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	transform: translateX(-50%);
	border-radius: 50%;
	background-color: #005339;
	z-index: -1;
}
.gvv-timeline-grid__item::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	transform: translateX(50%);
	border-radius: 50%;
	background-color: #005339;
	z-index: -1;
} */

.gvv-timeline-grid__item:nth-child(1) {
	order: 1;
}
.gvv-timeline-grid__item:nth-child(1) .gvv-timeline-grid__item-background {
	position: absolute;
	top: 0;
	left: 0;
	height: 200px;
	width: 353px;
	transform: translateX(-25px);

	background-image: url("../images/gvv/tl-bg-1.svg");
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 6;
}
.gvv-timeline-grid__item:nth-child(2) {
	order: 2;
}
.gvv-timeline-grid__item:nth-child(2) .gvv-timeline-grid__item-background {
	position: absolute;
	top: 0;
	left: 0;
	height: 200px;
	width: 353px;
	transform: translateX(-75px);

	background-image: url("../images/gvv/tl-bg-2.svg");
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 4;
}
.gvv-timeline-grid__item:nth-child(3) {
	order: 3;
}
.gvv-timeline-grid__item:nth-child(4) {
	order: 4;
}
.gvv-timeline-grid__item:nth-child(5) {
	order: 9;
}
.gvv-timeline-grid__item:nth-child(6) {
	order: 8;
}
.gvv-timeline-grid__item:nth-child(7) {
	order: 7;
}
.gvv-timeline-grid__item:nth-child(8) {
	order: 5;
}
.gvv-timeline-grid__item:nth-child(9) {
	order: 6;
}
.gvv-timeline-grid__item:nth-child(10) {
	order: 10;
}
/* Key Visual */
/* .kv-image-bg {
	background-image: url("../images/gvv/kv-image-bg.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
} */
.kv-container {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 !important;

	/* background-image: url("../images/gvv/kv-image-bg.svg");
	background-size: cover;
	background-repeat: no-repeat; */
}
.kv-container img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	/* aspect-ratio: 400/300; */
}
@media (min-width: 981px) {
	.kv-container img {
		/* aspect-ratio: 1200/400; */
	}
}

/* -------------------------------------------------------------------------- */
/* Testimony Slider Section                                                   */
/* -------------------------------------------------------------------------- */
.testimony-slider {
	position: relative;
	padding: 0 60px;
}
.testimony-slider.owl-carousel {
	display: flex;
	flex-direction: row;
	align-items: stretch;
}
.testimony-slider__item {
	background: #fff;
	border-radius: 16px;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 32px 32px 32px 32px;
	gap: 32px;
	min-height: 220px;
	margin-bottom: 16px;
}
.testimony-slider__item-image img {
	width: 250px;
	height: 250px;
	border-radius: 16px;
	object-fit: cover;
	background: #d9fcde;
}
.testimony-slider__item-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #005339;
}
.testimony-slider__item-quote {
	font-size: 16px;
	line-height: 24px;
	font-family: "Grab-Community-Solid-EN-Regular";
	margin-bottom: 18px;
}
.testimony-slider__item-name {
	font-size: 18px;
	font-family: "Grab-Community-Solid-EN-Regular";
	margin-bottom: 0px;
}
.testimony-slider__item-role {
	font-size: 15px;
	font-family: "Grab-Community-Solid-EN-Regular";
	margin-bottom: 0;
}
.testimony-slider__dots {
	display: flex;
	justify-content: center;
	margin-top: 24px;
	gap: 8px;
}
.testimony-slider__dots .owl-dot {
	border-radius: 50%;
	background: #00a24a;
	/* margin: 0 4px; */
	transition: background 0.2s;
	border: 2px solid #f5fff0;
	display: inline-block;
	aspect-ratio: 1;
}
.testimony-slider__dots .owl-dot.active {
	background: #fff;
}
.owl-carousel .owl-nav {
	position: absolute;
	top: calc(50% - 32px);
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
}
.owl-carousel .owl-nav button {
	background: blue;
	border: 1px solid #00a24a;
	color: #005339;
	border-radius: 50%;
	width: 64px;
	height: 64px;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: all;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
	transition: background 0.2s, color 0.2s;
}
.owl-carousel .owl-nav button img {
	width: 100%;
	height: 100%;
}
.owl-carousel .owl-nav button:hover {
	opacity: 0.8;
}
@media (max-width: 981px) {
	.testimony-slider {
		position: relative;
		padding: 0;
	}
	.owl-carousel .owl-nav {
		display: none;
	}
	.owl-carousel .owl-nav button {
		width: 32px;
		height: 32px;
	}
	.testimony-slider__item {
		flex-direction: column;
		align-items: flex-start;
		padding: 24px 16px;
		gap: 16px;
	}
	.testimony-slider__item-image img {
		width: 80px;
		height: 80px;
	}
}
.testimony-slider__item-mobile-content {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
}
