/*
 * Degero service page fixes.
 * Loaded last on the selected service and advice pages to isolate them from
 * legacy inline layout rules while matching the current homepage footer.
 */

/* Split service hero */
html body.page-category-diensten main.dg-diensten-page > section.sb-hero.sb-hero--split {
  position: relative !important;
  display: block !important;
  isolation: isolate;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: clamp(72px, 8vw, 112px) 0 !important;
  overflow: hidden !important;
  color: #ffffff !important;
  background: #082640 !important;
}

html body.page-category-diensten main.dg-diensten-page > section.sb-hero.sb-hero--split::before,
html body.page-category-diensten main.dg-diensten-page > section.sb-hero.sb-hero--split::after,
html body.page-category-diensten main.dg-diensten-page > section.sb-hero.sb-hero--split .sb-hero__mesh {
  display: none !important;
  content: none !important;
}

html body.page-category-diensten main.dg-diensten-page > section.sb-hero.sb-hero--split > .sb-container {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.78fr) !important;
  gap: clamp(36px, 6vw, 78px) !important;
  align-items: center !important;
  width: min(calc(100% - 48px), 1180px) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

html body.page-category-diensten main.dg-diensten-page .sb-hero--split .sb-hero__content {
  position: relative !important;
  inset: auto !important;
  z-index: 2 !important;
  display: block !important;
  max-width: 720px !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

html body.page-category-diensten main.dg-diensten-page .sb-hero--split .sb-hero__eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 34px !important;
  margin: 0 0 20px !important;
  padding: 6px 12px !important;
  border: 1px solid rgba(134, 239, 172, 0.48) !important;
  border-radius: 999px !important;
  color: #d7fbe2 !important;
  background: rgba(134, 239, 172, 0.1) !important;
  font-size: 0.78rem !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

html body.page-category-diensten main.dg-diensten-page .sb-hero--split .sb-hero__eyebrow::before {
  display: none !important;
  content: none !important;
}

html body.page-category-diensten main.dg-diensten-page .sb-hero--split .sb-hero__title {
  max-width: 14ch !important;
  margin: 0 0 20px !important;
  color: #ffffff !important;
  font-size: clamp(2.65rem, 5.2vw, 4.4rem) !important;
  font-weight: 800 !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html body.page-category-diensten main.dg-diensten-page .sb-hero--split .sb-hero__subtitle,
html body.page-category-diensten main.dg-diensten-page .sb-hero--split .sb-hero__lead {
  max-width: 62ch !important;
  margin: 0 !important;
  color: #e4eef4 !important;
  font-size: clamp(1.05rem, 1.45vw, 1.2rem) !important;
  line-height: 1.68 !important;
  text-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html body.page-category-diensten main.dg-diensten-page .sb-hero--split .sb-hero__actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin: 30px 0 0 !important;
}

html body.page-category-diensten main.dg-diensten-page .sb-hero--split .sb-hero__actions .sb-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 50px !important;
  padding: 0.82rem 1.22rem !important;
  border-radius: 8px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

html body.page-category-diensten main.dg-diensten-page .sb-hero--split .sb-hero__actions .sb-btn--primary {
  border: 1px solid #86efac !important;
  color: #062a19 !important;
  background: #86efac !important;
  box-shadow: none !important;
}

html body.page-category-diensten main.dg-diensten-page .sb-hero--split .sb-hero__actions .sb-btn--primary:hover {
  border-color: #bbf7d0 !important;
  background: #bbf7d0 !important;
}

html body.page-category-diensten main.dg-diensten-page .sb-hero--split .sb-hero__actions .sb-btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.56) !important;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

html body.page-category-diensten main.dg-diensten-page .sb-hero--split .sb-hero__actions .sb-btn--ghost:hover {
  border-color: #ffffff !important;
  background: rgba(255, 255, 255, 0.15) !important;
}

html body.page-category-diensten main.dg-diensten-page .sb-hero--split .sb-hero__visual {
  position: relative !important;
  inset: auto !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  min-height: clamp(320px, 35vw, 470px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 8px !important;
  background: #0d304c !important;
  box-shadow: 0 32px 70px -48px rgba(0, 0, 0, 0.82) !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

html body.page-category-diensten main.dg-diensten-page .sb-hero--split .sb-hero__visual::before {
  position: absolute !important;
  z-index: 1 !important;
  inset: 0 !important;
  display: block !important;
  content: "" !important;
  background: linear-gradient(90deg, rgba(8, 38, 64, 0.18), rgba(8, 38, 64, 0.02)) !important;
  pointer-events: none !important;
}

html body.page-category-diensten main.dg-diensten-page .sb-hero--split .sb-hero__visual img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

/* Advice and optimization hero */
html body.page-category-diensten main.dg-bottom-funnel-page > section.dg-bf-hero {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(70px, 8vw, 108px) 0 !important;
  overflow: hidden !important;
  color: #ffffff !important;
  background: #082640 !important;
}

html body.page-category-diensten main.dg-bottom-funnel-page > section.dg-bf-hero::before,
html body.page-category-diensten main.dg-bottom-funnel-page > section.dg-bf-hero::after {
  display: none !important;
  content: none !important;
}

html body.page-category-diensten main.dg-bottom-funnel-page > section.dg-bf-hero > .sb-container {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.82fr) !important;
  gap: clamp(36px, 6vw, 72px) !important;
  align-items: center !important;
  width: min(calc(100% - 48px), 1180px) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

html body.page-category-diensten main.dg-bottom-funnel-page .dg-bf-hero > .sb-container > div {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

html body.page-category-diensten main.dg-bottom-funnel-page .dg-bf-hero .dg-bf-kicker {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 34px !important;
  margin: 0 0 20px !important;
  padding: 6px 12px !important;
  border: 1px solid rgba(134, 239, 172, 0.48) !important;
  border-radius: 999px !important;
  color: #d7fbe2 !important;
  background: rgba(134, 239, 172, 0.1) !important;
  font-size: 0.78rem !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

html body.page-category-diensten main.dg-bottom-funnel-page .dg-bf-hero h1 {
  max-width: 14ch !important;
  margin: 0 0 20px !important;
  color: #ffffff !important;
  font-size: clamp(2.65rem, 5.2vw, 4.4rem) !important;
  font-weight: 800 !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html body.page-category-diensten main.dg-bottom-funnel-page .dg-bf-hero .dg-bf-lead {
  max-width: 62ch !important;
  margin: 0 !important;
  color: #e4eef4 !important;
  font-size: clamp(1.05rem, 1.45vw, 1.2rem) !important;
  line-height: 1.68 !important;
  text-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html body.page-category-diensten main.dg-bottom-funnel-page .dg-bf-hero .dg-bf-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin: 30px 0 0 !important;
}

html body.page-category-diensten main.dg-bottom-funnel-page .dg-bf-hero .dg-bf-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 50px !important;
  padding: 0.82rem 1.22rem !important;
  border-radius: 8px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

html body.page-category-diensten main.dg-bottom-funnel-page .dg-bf-hero .dg-bf-btn--primary {
  border: 1px solid #86efac !important;
  color: #062a19 !important;
  background: #86efac !important;
}

html body.page-category-diensten main.dg-bottom-funnel-page .dg-bf-hero .dg-bf-btn--secondary {
  border: 1px solid #ffffff !important;
  color: #082640 !important;
  background: #ffffff !important;
}

html body.page-category-diensten main.dg-bottom-funnel-page .dg-bf-hero .dg-bf-figure {
  position: relative !important;
  inset: auto !important;
  display: grid !important;
  grid-template-rows: auto auto !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 8px !important;
  color: #23384a !important;
  background: #ffffff !important;
  box-shadow: 0 32px 70px -48px rgba(0, 0, 0, 0.82) !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

html body.page-category-diensten main.dg-bottom-funnel-page .dg-bf-hero .dg-bf-figure img {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  filter: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

html body.page-category-diensten main.dg-bottom-funnel-page .dg-bf-hero .dg-bf-figure figcaption {
  display: block !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  color: #334b5d !important;
  background: #ffffff !important;
  font-size: 0.88rem !important;
  line-height: 1.55 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Homepage-matched footer */
html body .sb-footer {
  width: 100% !important;
  margin: 0 !important;
  padding: 64px 0 0 !important;
  color: #dbe7ed !important;
  background: #061a2b !important;
}

html body .sb-footer > .sb-container {
  width: min(calc(100% - 48px), 1200px) !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

html body .sb-footer .sb-footer__grid {
  display: grid !important;
  grid-template-columns: minmax(280px, 1.5fr) repeat(3, minmax(150px, 1fr)) !important;
  gap: 42px !important;
  align-items: start !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body .sb-footer .sb-footer__col {
  min-width: 0 !important;
}

html body .sb-footer .sb-footer__brand {
  display: inline-flex !important;
  align-items: center !important;
  width: 190px !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  text-decoration: none !important;
}

html body .sb-footer .sb-footer__brand::before,
html body .sb-footer .sb-footer__brand::after {
  display: none !important;
  content: none !important;
}

html body .sb-footer .sb-footer__brand img {
  display: block !important;
  width: 190px !important;
  height: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
}

html body .sb-footer .sb-footer__tag {
  max-width: 390px !important;
  margin: 0 !important;
  color: #afc0ca !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

html body .sb-footer .sb-footer__contact {
  max-width: none !important;
  margin: 16px 0 0 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.65 !important;
}

html body .sb-footer .sb-footer__contact a {
  color: #ffffff !important;
  text-decoration: none !important;
}

html body .sb-footer .sb-footer__heading {
  margin: 0 0 15px !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 750 !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

html body .sb-footer .sb-footer__col ul {
  display: grid !important;
  gap: 5px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

html body .sb-footer .sb-footer__col li {
  margin: 0 !important;
  padding: 0 !important;
  font-size: inherit !important;
}

html body .sb-footer .sb-footer__col li a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #afc0ca !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
}

html body .sb-footer .sb-footer__contact a:hover,
html body .sb-footer .sb-footer__col li a:hover {
  color: #22c55e !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

html body .sb-footer .dg-footer-app {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 22px 0 0 !important;
  padding: 0 !important;
}

html body .sb-footer .dg-footer-app__link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 7px 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 7px !important;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.04) !important;
  text-decoration: none !important;
}

html body .sb-footer .dg-footer-app__link:hover {
  border-color: rgba(34, 197, 94, 0.8) !important;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08) !important;
  text-decoration: none !important;
}

html body .sb-footer .dg-footer-app__link img {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  object-fit: contain !important;
}

html body .sb-footer .dg-footer-app__text,
html body .sb-footer .dg-footer-app__text strong,
html body .sb-footer .dg-footer-app__text span {
  display: block !important;
}

html body .sb-footer .dg-footer-app__text strong {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
}

html body .sb-footer .dg-footer-app__text span {
  margin: 2px 0 0 !important;
  color: #afc0ca !important;
  font-size: 10px !important;
  line-height: 1.25 !important;
}

html body .sb-footer .sb-footer__bottom {
  margin: 42px 0 0 !important;
  padding: 22px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.13) !important;
  text-align: left !important;
}

html body .sb-footer .sb-footer__copyright {
  margin: 0 !important;
  color: #8fa3af !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

@media (max-width: 980px) {
  html body.page-category-diensten main.dg-diensten-page > section.sb-hero.sb-hero--split > .sb-container,
  html body.page-category-diensten main.dg-bottom-funnel-page > section.dg-bf-hero > .sb-container {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 34px !important;
  }

  html body.page-category-diensten main.dg-diensten-page .sb-hero--split .sb-hero__title,
  html body.page-category-diensten main.dg-bottom-funnel-page .dg-bf-hero h1 {
    max-width: 17ch !important;
  }

  html body.page-category-diensten main.dg-diensten-page .sb-hero--split .sb-hero__visual {
    min-height: 0 !important;
    aspect-ratio: 16 / 9 !important;
  }
}

@media (max-width: 900px) {
  html body .sb-footer > .sb-container {
    width: min(calc(100% - 40px), 1200px) !important;
  }

  html body .sb-footer .sb-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  html body.page-category-diensten main.dg-diensten-page > section.sb-hero.sb-hero--split,
  html body.page-category-diensten main.dg-bottom-funnel-page > section.dg-bf-hero {
    padding: 48px 0 42px !important;
  }

  html body.page-category-diensten main.dg-diensten-page > section.sb-hero.sb-hero--split > .sb-container,
  html body.page-category-diensten main.dg-bottom-funnel-page > section.dg-bf-hero > .sb-container {
    width: calc(100% - 32px) !important;
    gap: 28px !important;
  }

  html body.page-category-diensten main.dg-diensten-page .sb-hero--split .sb-hero__title,
  html body.page-category-diensten main.dg-bottom-funnel-page .dg-bf-hero h1 {
    max-width: 100% !important;
    margin-bottom: 16px !important;
    font-size: clamp(2.1rem, 10.5vw, 2.85rem) !important;
    line-height: 1.07 !important;
  }

  html body.page-category-diensten main.dg-diensten-page .sb-hero--split .sb-hero__subtitle,
  html body.page-category-diensten main.dg-diensten-page .sb-hero--split .sb-hero__lead,
  html body.page-category-diensten main.dg-bottom-funnel-page .dg-bf-hero .dg-bf-lead {
    font-size: 1rem !important;
    line-height: 1.62 !important;
  }

  html body.page-category-diensten main.dg-diensten-page .sb-hero--split .sb-hero__actions,
  html body.page-category-diensten main.dg-bottom-funnel-page .dg-bf-hero .dg-bf-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    margin-top: 24px !important;
  }

  html body.page-category-diensten main.dg-diensten-page .sb-hero--split .sb-hero__actions .sb-btn,
  html body.page-category-diensten main.dg-bottom-funnel-page .dg-bf-hero .dg-bf-btn {
    width: 100% !important;
  }

  html body.page-category-diensten main.dg-diensten-page .sb-hero--split .sb-hero__visual {
    aspect-ratio: 4 / 3 !important;
  }

  html body .sb-footer {
    padding-top: 50px !important;
  }

  html body .sb-footer > .sb-container {
    width: calc(100% - 32px) !important;
  }

  html body .sb-footer .sb-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 36px 22px !important;
  }

  html body .sb-footer .sb-footer__grid > .sb-footer__col:first-child {
    grid-column: 1 / -1 !important;
  }

  html body .sb-footer .sb-footer__col li a {
    min-height: 44px !important;
  }

  html body .sb-footer .sb-footer__bottom {
    padding-right: 68px !important;
  }
}

@media (max-width: 374px) {
  html body .sb-footer .sb-footer__grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body .sb-footer .sb-footer__grid > .sb-footer__col:first-child {
    grid-column: auto !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body.page-category-diensten main.dg-diensten-page .sb-hero--split *,
  html body.page-category-diensten main.dg-bottom-funnel-page .dg-bf-hero * {
    animation: none !important;
    transition: none !important;
  }
}

/*
 * Specificity lock for the generated templates. The sitewide stylesheet uses
 * #main-content selectors, so these rules deliberately match that contract.
 */
html body.page-category-diensten main#main-content.dg-diensten-page > section.sb-hero.sb-hero--split[data-sb-section="hero"] > .sb-container {
  display: grid !important;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.78fr) !important;
}

html body.page-category-diensten main#main-content.dg-diensten-page > section.sb-hero.sb-hero--split[data-sb-section="hero"] .sb-hero__content {
  display: block !important;
  width: auto !important;
  max-width: 720px !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

html body.page-category-diensten main#main-content.dg-diensten-page > section.sb-hero.sb-hero--split[data-sb-section="hero"] .sb-hero__content h1.sb-hero__title {
  display: block !important;
  max-width: 14ch !important;
  margin: 0 0 20px !important;
  color: #ffffff !important;
  font-size: clamp(2.65rem, 5.2vw, 4.4rem) !important;
  line-height: 1.04 !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html body.page-category-diensten main#main-content.dg-diensten-page > section.sb-hero.sb-hero--split[data-sb-section="hero"] .sb-hero__content p.sb-hero__subtitle {
  display: block !important;
  max-width: 62ch !important;
  margin: 0 !important;
  color: #e4eef4 !important;
  font-size: clamp(1.05rem, 1.45vw, 1.2rem) !important;
  line-height: 1.68 !important;
  -webkit-text-fill-color: #e4eef4 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html body.page-category-diensten main#main-content.dg-diensten-page > section.sb-hero.sb-hero--split[data-sb-section="hero"] .sb-hero__actions .sb-btn--ghost,
html body.page-category-diensten main#main-content.dg-diensten-page > section.sb-hero.sb-hero--split[data-sb-section="hero"] .sb-hero__actions a[href^="tel:"] {
  border-color: rgba(255, 255, 255, 0.56) !important;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08) !important;
  -webkit-text-fill-color: #ffffff !important;
}

html body.page-category-diensten main#main-content.dg-diensten-page > section.sb-hero.sb-hero--split[data-sb-section="hero"] .sb-hero__visual {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  min-height: clamp(320px, 35vw, 470px) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

@media (max-width: 980px) {
  html body.page-category-diensten main#main-content.dg-diensten-page > section.sb-hero.sb-hero--split[data-sb-section="hero"] > .sb-container {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body.page-category-diensten main#main-content.dg-diensten-page > section.sb-hero.sb-hero--split[data-sb-section="hero"] .sb-hero__visual {
    min-height: 0 !important;
    aspect-ratio: 16 / 9 !important;
  }
}

@media (max-width: 640px) {
  html body.page-category-diensten main#main-content.dg-diensten-page > section.sb-hero.sb-hero--split[data-sb-section="hero"] .sb-hero__content h1.sb-hero__title {
    max-width: 100% !important;
    font-size: clamp(2.1rem, 10.5vw, 2.85rem) !important;
    line-height: 1.07 !important;
  }

  html body.page-category-diensten main#main-content.dg-diensten-page > section.sb-hero.sb-hero--split[data-sb-section="hero"] .sb-hero__content p.sb-hero__subtitle {
    font-size: 1rem !important;
    line-height: 1.62 !important;
  }

  html body.page-category-diensten main#main-content.dg-diensten-page > section.sb-hero.sb-hero--split[data-sb-section="hero"] .sb-hero__visual {
    aspect-ratio: 4 / 3 !important;
  }
}
