:root{
  --oc-cwv-anchor-offset:88px;
}
html{
  scroll-padding-top:var(--oc-cwv-anchor-offset);
  scrollbar-gutter:stable both-edges;
}
img[width][height]{
  height:auto;
}
main > section:nth-of-type(n+2),
main > article:nth-of-type(n+2),
.pubPage > section:nth-of-type(n+2),
.pubShell > section:nth-of-type(n+2),
.footerColumns,
.pubFaq,
.pubRelated,
.lpHero + .convSection,
.convSection + .convSection,
.marketingFaq,
.marketingSection + .marketingSection{
  content-visibility:auto;
  contain-intrinsic-size:720px;
}
img[loading="lazy"],
iframe[loading="lazy"]{
  contain-intrinsic-size:400px 240px;
}
.lpPreview img,
.d3ReferenceImg,
.logo365Header{
  height:auto;
}
@media (max-width: 767px){
  :root{ --oc-cwv-anchor-offset:72px; }
  main > section:nth-of-type(n+2),
  main > article:nth-of-type(n+2),
  .pubPage > section:nth-of-type(n+2),
  .pubShell > section:nth-of-type(n+2),
  .footerColumns,
  .pubFaq,
  .pubRelated,
  .lpHero + .convSection,
  .convSection + .convSection,
  .marketingFaq,
  .marketingSection + .marketingSection{
    contain-intrinsic-size:860px;
  }
}
