.sss-tab .w-tabs-section{
	border: 0 !important;
	background-color: #fff;
	border-radius: 0.67rem;
	box-shadow: 0 0 1.25rem 0 rgb(0 0 0 / 05%);
	position: relative;
	transition: all .3s ease;
}

.sss-tab .w-tabs-section:hover{
	border-radius: 0.67rem !important;
	box-shadow: 0 0 1.25rem 0 rgb(0 0 0 / 0,05%) !important;
}

.sss-tab .w-tabs-section:not(:last-child) {
	margin-bottom: 1rem;
}

.sss-tab .w-tabs-section-header{
	border-radius: 0.67rem !important;
	padding: 1.5rem;
}

.sss-tab .w-tabs-section-header h3{
	font-weight: 400 !important;
}

.sss-tab .active .w-tabs-section-header{
	background: #fff !important;
	border-radius: 0.67rem 0.67rem 0 0;
	color:var(--color-content-primary) !important;
}

.sss-tab .w-tabs-section-header:hover{
	background:#fff !important;
}

.sss-tab .w-tabs-section-header:focus{
	background:#fff !important;
}

.sss-tab .w-tabs-section-header:hover .w-tabs-section-title{
	color:var(--color-content-primary) !important;
}

.sss-tab .w-tabs-section-control{
	color:var(--color-content-primary) !important;
}

.sss-tab h3{
	font-size:clamp(1.4rem,1.5vw,1.5rem);
	font-weight:500;
}

.sss-tab h4{
	font-size:clamp(1.2rem,1.4vw,1.3rem);
	font-weight:500;
}

.sss-tab h5{
	font-size:clamp(1.1rem,1.3vw,1.2rem);
	font-weight:500;
}

.sss-tab h6{
	font-size:clamp(1rem,1.2vw,1rem);
	font-weight:500;
}

.sss-tab a{
	color:var(--color-content-primary);
}

.sss-tab ul{
	list-style-type:none;
}

.sss-tab ul li::before {
	content: "-"; 
	color: var(--color-content-primary);
	display: inline-block; 
	width: 2em;
	margin-left: -2em
}
.sss-tab .w-tabs-section-header{
	width:100%;
	position:relative !important;
}

.sss-tab .w-tabs-section-header:after{
	content: '\f111'!important;
	font-family: FontAwesome!important;
	font-weight: 900;
	font-size: 0.6rem;
	color: var(--color-content-primary)!important;
	position: absolute!important;
	right: 2% !important;
	top: 50%;
	transform: translateY(-50%);
	opacity:0.5;
}

.sss-tab .active .w-tabs-section-header:after{
	color:var(--color-content-secondary) !important;
	opacity:1;
}

@media(max-width:1024px){
	.sss-tab h4{
		font-size:max(1.1rem,1vw);
		font-weight:500;
		line-height:1.5;
	}

	.sss-tab h5{
		font-size:max(1rem,1vw);
		font-weight:500;
	}

	.sss-tab h6{
		font-size:max(0.9rem,1vw);
		font-weight:500;
	}

	.sss-tab .w-tabs-section-content{
		font-size:0.9rem;
	}
}