.ht-efda2f16-wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.ht-efda2f16-nav-wrap {
	width: 100%;
	overflow-x: auto;
	padding: 1rem 0;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.ht-efda2f16-nav-wrap::-webkit-scrollbar {
	display: none;
}

.ht-efda2f16-track {
	display: flex;
	position: relative;
	min-width: max-content;
	align-items: flex-end;
	padding-bottom: 10px;
}

.ht-efda2f16-track::before {
	content: '';
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #ddd;
	z-index: 1;
}

.ht-efda2f16-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 40px;
	cursor: pointer;
	position: relative;
	z-index: 2;
}

.ht-efda2f16-label {
	margin-bottom: 15px;
	font-weight: bold;
	color: #0E1A3D;
	transition: color 0.3s ease;
	text-align: center;
}

.ht-efda2f16-marker {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #497C97;
	border: 3px solid #fff;
	box-shadow: 0 0 0 2px #497C97;
	transition: all 0.3s ease;
}

.ht-efda2f16-item:hover .ht-efda2f16-marker {
	transform: scale(1.2);
}

.ht-efda2f16-item.active .ht-efda2f16-marker {
	background-color: #7BBB6D;
	box-shadow: 0 0 0 2px #7BBB6D;
	transform: scale(1.3);
}

.ht-efda2f16-item.active .ht-efda2f16-label {
	color: #7BBB6D;
}

.ht-efda2f16-content-area {
	background-color: #f9f9f9;
	padding: 30px;
	border-radius: 8px;
	min-height: 150px;
}

.ht-efda2f16-content-title {
	margin-top: 0;
	margin-bottom: 15px;
	color: #0E1A3D;
}

.ht-efda2f16-content-text {
	color: #0E1A3D;
	line-height: 1.6;
}
