#pk_flex_content .flex_layout.hero_content {
  max-width: 100%;
  padding: 0;
  padding: clamp(
      40px,
      40px + (80 - 40) * ((100vw - 320px) / (1215 - 320)),
      80px
    )
    0;
}

.flex_layout.hero_content .afbeelding-content__wrap .pk-row {
  display: flex;
  align-items: center;
  gap: 60px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Afbeedingen */
.flex_layout.hero_content .afbeelding-content__wrap .pk-image__wrap {
  width: 100%;
  max-width: 556px;
  border-radius: 10px;
  overflow: hidden;
}

.flex_layout.hero_content .afbeelding-content__wrap .image_wrapper {
  width: 100%;
  height: 100%;
}

.flex_layout.hero_content .afbeelding-content__wrap .image_wrapper img {
  width: 100%;
  height: 100%;
  aspect-ratio: 435/498;
  object-fit: cover;
}

.flex_layout.hero_content .afbeelding-content__wrap > .image_wrapper {
  width: 100%;
  height: 100%;
}

/* Content */
.flex_layout.hero_content .afbeelding-content__wrap .pk-content__wrap {
  width: 100%;
  max-width: 596px;
}

.flex_layout.hero_content .afbeelding-content__wrap .heading_wrapper {
  margin-bottom: 16px;
}

.flex_layout.hero_content .afbeelding-content__wrap .pk-image__wrap {
  position: relative;
  aspect-ratio: 556/500;
}

.flex_layout.hero_content .afbeelding-content__wrap .pk-image__wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flex_layout.hero_content .afbeelding-content__wrap .pk-button__wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 32px;
}

.flex_layout.hero_content .button_wrapper {
  margin: 0;
}

.flex_layout.hero_content .button_wrapper .button:hover {
  border: unset;
}

/* Primary button */
.flex_layout.hero_content .button_wrapper .pk-btn__primary {
  display: inline-flex;
  justify-content: space-between;
  gap: 40px;
  max-width: fit-content;
  padding-left: 24px;
  padding-right: 12px;
  background: var(--midnight);
  border-radius: 999px;
  border-color: inherit;
  transition: all 0.3s ease-in-out;
}

/* Secondary button */
.flex_layout.hero_content .pk-btn__transparent {
  display: inline-flex;
  padding: 0;
}

.flex_layout.hero_content .button_wrapper .pk-btn__transparent,
.flex_layout.hero_content .button_wrapper .pk-btn__transparent:hover {
  padding: 0;
  color: var(--midnight);
  background: transparent;
}

@media screen and (max-width: 992px) {
  .flex_layout.hero_content .afbeelding-content__wrap {
    padding: 0;
  }

  .flex_layout.hero_content .afbeelding-content__wrap {
    gap: 50px;
  }

  .flex_layout.hero_content .afbeelding-content__wrap .pk-button__wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .flex_layout.hero_content .button_wrapper .pk-btn__transparent {
    padding-left: 24px;
  }
}

@media screen and (min-width: 768px) {
  .flex_layout.hero_content
    .afbeelding-content__wrap
    .pk-image__wrap:has(> div.statistics_container) {
    margin-right: 100px;
  }

  .flex_layout.hero_content .afbeelding-content__wrap {
    align-items: center;
  }

  .flex_layout.hero_content .afbeelding-content__wrap.image_right .pk-row {
    flex-direction: row-reverse;
  }
  .flex_layout.hero_content
    .afbeelding-content__wrap.image_right
    .pk-image__wrap
    .image_wrapper {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .flex_layout.hero_content .afbeelding-content__wrap .pk-content__wrap {
    order: 2;
  }

  .flex_layout.hero_content .afbeelding-content__wrap .pk-image__wrap {
    order: 1;
  }

  .flex_layout.hero_content .afbeelding-content__wrap .pk-row {
    flex-direction: column;
    gap: 40px;
  }

  .flex_layout.hero_content .afbeelding-content__wrap > .image_wrapper > img {
    max-width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}
