/* Marketing-page overrides — moved out of MarketingLayoutComponent's
 * runtime _injectOverrides() so they apply on first paint instead of
 * waiting for ngAfterViewInit (which only runs in the browser, after
 * hydration). Linked synchronously from index.html so they block render
 * the same way the Webflow stylesheets do.
 */

html {
  overflow: auto !important;
  height: auto !important;
  position: static !important;
}
body {
  overflow: visible !important;
  height: auto !important;
  min-height: 0 !important;
  position: static !important;
}

app-root {
  display: block !important;
  height: auto !important;
  overflow: visible !important;
}

app-marketing-home {
  display: block;
  background-color: #000;
}
.marketing-page-content > * {
  display: block;
  background-color: #000;
}

app-marketing-header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  pointer-events: auto;
}
app-marketing-header .div-block-10234 {
  position: relative;
  z-index: 2001;
}
app-marketing-header .div-block-10237 {
  overflow: visible !important;
  position: relative;
}
app-marketing-header .navbar.blurbg {
  position: relative !important;
  top: auto !important;
  width: 100% !important;
  overflow: visible !important;
}
app-marketing-header .div-block-10327 {
  position: absolute !important;
  top: 100% !important;
  left: 0;
  right: 0;
  z-index: 1002;
  background-color: rgba(5, 5, 8, 0.94);
  -webkit-backdrop-filter: blur(80px) saturate(160%);
  backdrop-filter: blur(80px) saturate(160%);
}

.marketing-hero-wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
.marketing-hero-wrapper > .section {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
  z-index: 0;
}
.marketing-hero-wrapper > .section .background-video-3,
.marketing-hero-wrapper > .section video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.marketing-hero-wrapper > .section-3-copy {
  position: relative !important;
  z-index: 2;
  width: 100%;
}

.div-block-10271 {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.div-block-coh {
  flex-direction: column !important;
  align-items: center !important;
}
.div-block-10271 .heading-2 {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0;
  box-sizing: border-box;
}

.section-c {
  margin-top: 0 !important;
}
.section-c .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.marketing-page-content {
  position: relative;
  z-index: 2;
}

/* Sticky scrollytelling sections: keep overflow visible for viewport scrollport */
main.marketing-page-content,
app-marketing-home {
  overflow: visible !important;
}

.marketing-page {
  overflow: visible !important;
}

@media screen and (max-width: 767px) {
  .div-block-48-copy {
    width: 100% !important;
  }
  .div-block-101 {
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }
  .div-block-75 {
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }
  .div-block-74cc {
    width: 100% !important;
  }
}

.div-block-134 .w-background-video,
.div-block-121 .w-background-video,
.div-block-18 .w-background-video,
.div-block-101 .w-background-video,
.div-block-97 .w-background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.div-block-134 .w-background-video video,
.div-block-121 .w-background-video video,
.div-block-18 .w-background-video video,
.div-block-101 .w-background-video video,
.div-block-97 .w-background-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
