section.hero.layout-landing > div {
  padding-top: 0;
}
section.hero.layout-landing h1 {
  font-family: var(--accent-font-family);
  font-weight: 400;
  font-size: clamp(1.875rem, 5vw, 6.25rem);
  line-height: 1.2;
  text-wrap: pretty;
}
@media (min-width: 85.4375rem) {
  section.hero.layout-landing .content-col {
    padding-left: 3.75rem;
  }
}
@media (min-width: 64.0625rem) and (max-width: 85.375rem) {
  section.hero.layout-landing .content-col {
    padding-left: 2.5rem;
  }
}
@media (min-width: 48rem) and (max-width: 64rem) {
  section.hero.layout-landing .content-col {
    padding-left: 1.875rem;
  }
}
section.hero.layout-landing .bg-grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.hero.layout-landing .bg-grid .content-col {
  z-index: 1;
}
section.hero.layout-landing .bg-grid .media-col img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@container main (min-width: 64.0625rem) {
  section.hero.layout-landing .bg-grid .media-col {
    aspect-ratio: 1490/720;
  }
  section.hero.layout-landing .bg-grid .media-col img {
    -o-object-position: center right;
       object-position: center right;
  }
}
@container main (min-width: 48rem) and (max-width: 64rem) {
  section.hero.layout-landing .bg-grid .media-col {
    aspect-ratio: 1290/720;
  }
  section.hero.layout-landing .bg-grid .media-col img {
    -o-object-position: center right;
       object-position: center right;
  }
}
@container main (min-width: 48rem) {
  section.hero.layout-landing .bg-grid .media-col .mobile {
    display: none;
  }
}
@container main (max-width: 47.9375rem) {
  section.hero.layout-landing .bg-grid .media-col {
    aspect-ratio: 700/400;
  }
  section.hero.layout-landing .bg-grid .media-col .desktop {
    display: none;
  }
}