/** Shopify CDN: Minification failed

Line 37:38 Expected identifier but found whitespace
Line 37:40 Unexpected "{"
Line 37:49 Expected ":"

**/
/* START_SECTION:rivo-hero-video (INDEX:78) */
#rivo-hero-video { padding: 0; }
  .rivo-hero-video { position: relative; overflow: clip; }
  .rivo-hero-video .rivo-lp-content { position: relative; min-height: 520px; display: grid; }
  .rivo-hero-video.rivo-is-full .rivo-lp-content { min-height: 600px; }

  /* fix: prevent Rivo's inner wrappers from clipping the full-bleed media */
  .rivo-hero-video .rivo-container,
  .rivo-hero-video .rivo-content-wrapper { overflow: visible !important; }

  /* full-bleed wrappers */
  .rivo-hero-video .rivo-lp-media { position: absolute; top:0; bottom:0; left:50%; width:100vw; transform:translateX(-50%); z-index:1; overflow:hidden; background:#000; }
  .rivo-hero-video .rivo-lp-video,
  .rivo-hero-video .rivo-lp-video-embed,
  .rivo-hero-video .rivo-lp-fallback-image { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
  .rivo-hero-video .rivo-lp-video-embed { border:0; }

  /* show desktop by default, swap at mobile breakpoint */
  .rivo-hero-video .rivo-lp-media-desktop { display:block; }
  .rivo-hero-video .rivo-lp-media-mobile  { display:none; }
  @media (max-width: 749px) {
    .rivo-hero-video .rivo-lp-media-desktop { display:none !important; }
    .rivo-hero-video .rivo-lp-media-mobile  { display:block !important; max-height: 500px; }
  }

  .rivo-hero-video .rivo-lp-overlay { position:absolute; inset:0; z-index:2; background: rgba(0,0,0, {{ section.settings['rivo-overlay-opacity'] | divided_by: 100.0 }}); }
  .rivo-hero-video .rivo-lp-foreground {
    position: relative; z-index: 3;
    display: grid; place-items: center;
    padding: 6rem 1.25rem; text-align: {{ section.settings['rivo-content-align'] }};
  }
  .rivo-hero-video .rivo-lp-eyebrow { letter-spacing:.12em; text-transform:uppercase; margin:0 0 .5rem; color:#fff; opacity:.9; }
  .rivo-hero-video .rivo-lp-title { margin:0 0 .5rem; color:#fff; font-size:clamp(2rem,5vw,3.5rem); line-height:1.1; }
  .rivo-hero-video .rivo-lp-subtitle { margin:0 0 1.25rem; color:#fff; opacity:.95; font-size:1.125rem; }
  .rivo-hero-video .rivo-lp-buttons { display:inline-flex; gap:.75rem; flex-wrap:wrap; }
  .rivo-hero-video .rivo-btn-primary,
  .rivo-hero-video .rivo-btn-outline { display:inline-block; padding:.8rem 1.25rem; border-radius:999px; font-weight:600; text-decoration:none; }
  .rivo-hero-video .rivo-btn-primary { background:#fff; color:#111; }
  .rivo-hero-video .rivo-btn-outline { border:2px solid #fff; color:#fff; background:transparent; }
/* END_SECTION:rivo-hero-video */
