.flex_layout.afbeelding_content_stats:has(.brown-gradient) {
	background: linear-gradient(254deg, #917354 0%, #D8C7B5 99.99%);
	color:#fff;
}

.flex_layout.afbeelding_content_stats:has(.brown-gradient) h2,
.flex_layout.afbeelding_content_stats:has(.brown-gradient) h3,
.flex_layout.afbeelding_content_stats:has(.brown-gradient) h4,
.flex_layout.afbeelding_content_stats:has(.brown-gradient) h5,
.flex_layout.afbeelding_content_stats:has(.brown-gradient) h6{
	color:#fff;
}

#pk_flex_content .flex_layout.afbeelding_content_stats:has(.brown-gradient) .ac_buttons .fl-button {
	border-radius: 25px;
	background: var(--Kraftor-White, #FFF);
	border-color: var(--Kraftor-White, #FFF);
}

#pk_flex_content .flex_layout.afbeelding_content_stats:has(.brown-gradient) .ac_buttons .fl-button span{
	color: var(--Kraftor-Black, #000);
}

#pk_flex_content .flex_layout.afbeelding_content_stats:has(.brown-gradient) .ac_buttons .fl-button:hover{
	background:#D9D9D9;
}

.flex_layout.afbeelding_content_stats .ac_container {
  display: flex;
  align-items: center;
  gap: 115px;
  width: 100%;
}

.flex_layout.afbeelding_content_stats .ac_content {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  width:100%;
}

.flex_layout.afbeelding_content_stats .ac_media {
  flex: 0 0 605px;
  max-width: 605px;
  width:100%;
}

.flex_layout.afbeelding_content_stats .ac_image {
  width: 100%;
  height: 100%;
  max-width: none;
  border-radius: 10px;
  margin: 0;
  position: relative;
}

.flex_layout.afbeelding_content_stats .ac_image img {
	width: calc(100% - 125px);
	height: 100%;
	height: 550px;
	border-radius: 10px;
	object-fit: cover;
	display: block;
	object-position: right;
	margin-left: auto;
}

.flex_layout.afbeelding_content_stats .ac_text + .ac_buttons {
  margin-top: 24px;
}

.flex_layout.afbeelding_content_stats .ac_container.is-right .ac_media {
  order: 2;
}

.flex_layout.afbeelding_content_stats .ac_container.is-right .ac_content {
  order: 1;
}

.flex_layout.afbeelding_content_stats .ac_stats {
	position: absolute;
	bottom: 55px;
	z-index: 2;
}

.flex_layout.afbeelding_content_stats .ac_stats-card {
	max-width: 260px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0 22.132px 27.521px 0 rgba(0, 0, 0, 0.20);
	display: flex;
	flex-direction: column;
	padding: 36px 25px;
	gap: 12px;
	align-items: center;
	justify-content: center;
}

.flex_layout.afbeelding_content_stats .ac_stats-visual {
  position: relative;
  width: 150px;
  height: 150px;
}

.ac_stats-copy {
	text-align: center;
	max-width: 200px;
	width: 100%;
	margin: 0 auto;
}

.flex_layout.afbeelding_content_stats .ac_ring {
  width: 150px;
  height: 150px;
  transform: rotate(-90deg);
}

.flex_layout.afbeelding_content_stats .ac_ring .ring-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 12;
  opacity: 0.9;
}

.flex_layout.afbeelding_content_stats .ac_ring .ring-fg {
  fill: none;
  stroke: #d43c2f;
  stroke-width: 12;
  stroke-linecap: round;
  stroke-dasharray: 314;
  stroke-dashoffset: 314;
}

.flex_layout.afbeelding_content_stats .ac_stats-number {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 40px;
  line-height: 1;
  color: var(--Kraftor-Black, #000) !important;
}

.flex_layout.afbeelding_content_stats .ac_stats-number .num {
  display: inline-block;
  min-width: 2ch;
  text-align: right;
}

.flex_layout.afbeelding_content_stats .ac_stats-title {
	color: var(--Kraftor-Black, #000) !important;
	text-align: center;
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.4;
    margin-bottom: 4px;
}

.flex_layout.afbeelding_content_stats .ac_stats-text {
	color: var(--KRAFTOR-GREY-2, #9E9E9E);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
}

@media (max-width: 1200px) {
  .flex_layout.afbeelding_content_stats .ac_container {
	gap: 42px;
  }
}

@media (max-width: 992px) {
  .flex_layout.afbeelding_content_stats .ac_container {
	flex-direction: column;
	gap: 32px;
  }

  .flex_layout.afbeelding_content_stats .ac_container.is-left {
	flex-direction: column-reverse;
  }

  .flex_layout.afbeelding_content_stats .ac_media {
	flex: 1 1 auto;
	width: 100%;
	max-width:100%;
	height: fit-content;
  }

  .flex_layout.afbeelding_content_stats .ac_media img {
	max-height: 300px;
	height: 100%;
  }

  .flex_layout.afbeelding_content_stats .ac_image {
	width: 100%;
	max-width: 100%;
	height: auto;
	aspect-ratio: unset;
	display:flex;
	flex-direction: column-reverse;
	
  }

  .flex_layout.afbeelding_content_stats .ac_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }

  .flex_layout.afbeelding_content_stats .ac_stats-card {
	max-width: 100%;
	width:100%;
	box-shadow: 25px 25px 25px 25px rgba(0, 0, 0, 0.20);
  }
  
  .flex_layout.afbeelding_content_stats .ac_stats {
	  position: relative;
	  bottom: unset;
	  margin-bottom:20px;
	  z-index: 2;
  }
}
