#pk_flex_content .stappen_implementatie .stappen-implementaties {
	display: flex; flex-direction: row-reverse; align-items: flex-start;
	gap: 5rem;
}

#pk_flex_content .stappen-implementaties .implementatie-swiper {
	min-width: 0;
}
#pk_flex_content .stappen-implementaties .implementatie-swiper .swiper-wrapper {
	align-items: stretch;
}

#pk_flex_content .stappen-implementaties .swiper-slide {
	background-color: var(--Identity-Highlight); border: 1px solid rgba(13, 32, 117, 0.35);
	border-radius: var(--radius-normal); padding: 2.5rem;
	height: auto; 
}
#pk_flex_content .stappen-implementaties .swiper-slide:not(.swiper-slide-active) {
	background-color: var(--Identity-Sky) !important;
	opacity: 0.85;
}
#pk_flex_content .stappen-implementaties .swiper-slide > img {
	aspect-ratio: 19/10; object-fit: cover; width: 100%;
	border-radius: var(--radius-normal); margin-bottom: 2rem;
}
#pk_flex_content .stappen-implementaties .swiper-slide .counter,
#pk_flex_content .stappen-implementaties .implementatie-item > span {
	width: 2rem; height: 2rem; border-radius: 0.25rem;
	display: flex; align-items: center; justify-content: center;
	background-color: var(--Identity-Blue-1); font-family: var(--heading-font);
	font-weight: 600; font-size: 1rem; color: var(--Identity-Highlight); line-height: 1;
}
#pk_flex_content .stappen-implementaties .swiper-slide .implementatie-head {
	display: flex; align-items: center; gap: 1rem;
	margin-bottom: 1rem;
}
#pk_flex_content .stappen-implementaties .swiper-slide .implementatie-title {
	color: inherit; margin-bottom: 0;
}

#pk_flex_content .stappen-implementaties .implementaties-list {
	display: flex; flex-direction: column; align-items: flex-end;
	gap: 15px; padding: 0;
}
#pk_flex_content .stappen-implementaties .implementaties-list .implementatie-item {
	display: flex; flex-direction: row; align-items: center; gap: 10px;
	width: 100%; padding: 1.5rem;
	border-radius: var(--radius-normal); border: 1px solid rgba(13, 32, 117, 0.50);
	transition: all 0.1s ease-in-out;
}
#pk_flex_content .stappen-implementaties .implementaties-list .implementatie-item.active {
	background-color: var(--Identity-Sky);
}
#pk_flex_content .stappen-implementaties .implementatie-item > span,
#pk_flex_content .stappen-implementaties .implementaties-list .implementatie-title {
	margin: 0;
}
#pk_flex_content .stappen-implementaties .implementatie-text > *:last-child {
	margin-bottom: 0;
}
#pk_flex_content .stappen-implementaties .implementatie-text ul {
	padding-left: 0; list-style-type: none;
}
#pk_flex_content .stappen-implementaties .implementatie-text ul li {
	padding-left: 1.75em; position: relative;
}
#pk_flex_content .stappen-implementaties .implementatie-text ul li::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cpath d='M17.1654 5L7.9987 14.1667L3.83203 10' stroke='%230D2075' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	position: absolute; left: 0; top: 0; z-index: 1; translate: 0 0.1em;
}
#pk_flex_content .stappen-implementaties .implementatie-text:last-child {
	background-color: #ffffff; padding: 2rem; border-radius: var(--radius-normal);
	margin-top: 1.5rem;
}

@media screen and (min-width: 1024px) {
	#pk_flex_content .stappen-implementatie-head {
		display: flex; align-items: flex-start; gap: 5rem;
		margin-bottom: 3rem;
	}
	#pk_flex_content .stappen_implementatie .stappen-implementaties > .swiper-container,
	#pk_flex_content .stappen-implementatie-head > .heading_wrapper {
		width: 40%;
	}
	#pk_flex_content .stappen_implementatie .stappen-implementaties > .implementaties-list,
	#pk_flex_content .stappen-implementatie-head > .text-wrapper {
		width: 60%; padding-left: 2rem;
	}
}
@media screen and (max-width: 1024px) {
	#pk_flex_content .stappen-implementatie-head {
		margin-bottom: 2.5rem;
	}
	#pk_flex_content .stappen_implementatie .stappen-implementaties {
		flex-direction: column; gap: 2rem;
	}
	#pk_flex_content .stappen_implementatie .stappen-implementaties > .implementaties-list,
	#pk_flex_content .stappen_implementatie .stappen-implementaties > .swiper-container {
		width: 100%;
	}
}