* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #17324d;
  background: #ffffff;
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: #12677a; }
.container { width: min(1120px, 92%); margin: auto; }
.narrow { width: min(780px, 92%); }
.site-header {
  position: sticky;
  top: 0;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid #e5edf3;
  z-index: 20;
  backdrop-filter: blur(10px);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 18px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #17324d;
}
.logo-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e9f4f8;
  font-size: 22px;
}
.brand-name {
  font-weight: 800;
  font-size: 22px;
  line-height: 1;
}
.brand-sub {
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #5f7587;
}
nav {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
nav a {
  text-decoration: none;
  color: #17324d;
  font-weight: 600;
}
.btn {
  display: inline-block;
  background: #12677a;
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid #12677a;
  transition: .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-small { padding: 9px 15px; }
.btn-ghost {
  background: transparent;
  color: #12677a;
  border: 1px solid #12677a;
}
.full-btn { width: 100%; text-align: center; margin-bottom: 10px; }
.hero {
  padding: 88px 0 68px;
  background: linear-gradient(135deg, #f5fbfd, #eef6f8);
}
.hero-grid,
.split-grid,
.contact-grid {
  display: grid;
  gap: 40px;
  align-items: center;
}
.hero-grid { grid-template-columns: 1.05fr .95fr; }
.split-grid { grid-template-columns: 1fr 1fr; }
.contact-grid { grid-template-columns: 1fr 1fr; }
.hero-copy { padding-right: 12px; }
.hero-visual img,
.rounded-image {
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(23,50,77,.12);
}
.quick-links {
  margin-top: -30px;
  position: relative;
  z-index: 2;
}
.quick-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.quick-card {
  background: #ffffff;
  border: 1px solid #dce8ee;
  border-radius: 22px;
  padding: 24px;
  text-decoration: none;
  color: #17324d;
  box-shadow: 0 12px 24px rgba(23,50,77,.07);
}
.quick-card h3 { margin: 10px 0 8px; }
.quick-card p { margin: 0; color: #567084; }
.quick-icon {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  background: #eef6f8;
  font-size: 24px;
}
.eyebrow,
.section-label {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 800;
  color: #16758a;
}
.hero h1 {
  font-size: clamp(42px, 7vw, 72px);
  line-height: 1.05;
  margin: 12px 0 20px;
}
.lead {
  font-size: 20px;
  max-width: 720px;
  color: #425b70;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 28px 0 16px;
}
.small-note { font-size: 13px; color: #6f8190; }
.tiny-note { font-size: 12px; color: #6f8190; margin-top: 10px; }
.section { padding: 78px 0; }
.section.alt { background: #f7fafc; }
.section h2 {
  font-size: 38px;
  line-height: 1.15;
  margin: 8px 0 18px;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}
.single-column { grid-template-columns: 1fr; }
.card,
.feature-panel,
.action-panel,
.contact-box,
.contact-card {
  padding: 26px;
  border: 1px solid #e1e9ef;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(23,50,77,.05);
}
.feature-panel {
  background: linear-gradient(180deg, #ffffff, #f6fbfd);
}
.card h3,
.feature-panel h3,
.action-panel h3,
.contact-box h3 { margin-top: 0; }
.check-list {
  padding-left: 20px;
  margin: 0;
}
.check-list li { margin-bottom: 10px; }
.media-split { align-items: start; }
.image-stack { align-self: center; }
.action-panel {
  background: #17324d;
  color: #fff;
  border-color: #17324d;
}
.action-panel .btn-ghost {
  color: #fff;
  border-color: rgba(255,255,255,.45);
}
.action-panel .tiny-note { color: #c6d3dd; }
.soft { background: #eef6f8; border-color: #d6e7ec; }
.callout {
  background: #17324d;
  color: #fff;
}
.callout .section-label { color: #9dd7e4; }
.center { text-align: center; }
.contact-box {
  background: #eef6f8;
  border-color: #d6e7ec;
}
footer {
  background: #0f2538;
  color: #c9d5de;
  padding: 26px 0;
}
.footer-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 13px;
}
.footer-wrap div:last-child { text-align: right; }

@media (max-width: 960px) {
  .hero-grid,
  .split-grid,
  .contact-grid,
  .quick-grid,
  .cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  nav a:not(.btn) { display: none; }
  .hero { padding-top: 56px; }
  .section { padding: 62px 0; }
  .section h2 { font-size: 32px; }
  .lead { font-size: 18px; }
  .footer-wrap { flex-direction: column; }
  .footer-wrap div:last-child { text-align: left; }
}

.page-hero{padding:72px 0;background:linear-gradient(135deg,#f5fbfd,#eef6f8)}
.page-hero.compact{padding:68px 0}
.page-hero h1{font-size:clamp(38px,6vw,62px);line-height:1.08;margin:10px 0 18px}
.resource-card{display:block;padding:26px;border:1px solid #e1e9ef;border-radius:22px;background:#fff;text-decoration:none;color:#17324d;box-shadow:0 8px 20px rgba(23,50,77,.05);transition:.2s ease}
.resource-card:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(23,50,77,.10)}
.resource-card h3{margin-top:0}
.resource-card p{color:#567084;margin-bottom:0}

/* BeatOne v7: soft site background + social buttons */
body{
  background:
    radial-gradient(circle at 10% 8%, rgba(173,225,238,.28), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(216,238,247,.45), transparent 28%),
    linear-gradient(180deg,#ffffff 0%,#f7fbfd 45%,#ffffff 100%);
}
.section,
.page-hero,
.quick-links{
  position:relative;
}
.social-strip{
  padding:36px 0;
  background:rgba(239,248,251,.92);
  border-top:1px solid #dce8ee;
  border-bottom:1px solid #dce8ee;
}
.social-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.social-wrap h3{
  margin:4px 0 0;
  font-size:28px;
}
.social-buttons{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.social-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:132px;
  padding:12px 20px;
  border-radius:999px;
  color:#fff;
  text-decoration:none;
  font-weight:800;
  box-shadow:0 8px 18px rgba(23,50,77,.10);
}
.social-btn.instagram{background:#9a3db8;}
.social-btn.facebook{background:#2e5fa7;}
@media(max-width:760px){
  .social-wrap{flex-direction:column;align-items:flex-start}
}

/* BeatOne v8 - animated background and motion */
body{position:relative;overflow-x:hidden;background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(247,252,253,.97));}
.animated-bg{position:fixed;inset:0;z-index:-2;overflow:hidden;pointer-events:none;background:
radial-gradient(circle at 20% 12%,rgba(157,220,236,.22),transparent 24%),
radial-gradient(circle at 82% 22%,rgba(186,224,244,.20),transparent 26%),
radial-gradient(circle at 55% 78%,rgba(197,234,226,.18),transparent 28%);}
.blob,.orb{position:absolute;border-radius:50%;filter:blur(8px);opacity:.42;will-change:transform;}
.blob-1{width:420px;height:420px;top:-90px;left:-110px;background:linear-gradient(135deg,rgba(83,183,210,.36),rgba(124,211,196,.18));animation:floatA 18s ease-in-out infinite alternate;}
.blob-2{width:520px;height:520px;top:22%;right:-180px;background:linear-gradient(135deg,rgba(115,178,229,.25),rgba(139,208,224,.15));animation:floatB 22s ease-in-out infinite alternate;}
.blob-3{width:360px;height:360px;bottom:-90px;left:24%;background:linear-gradient(135deg,rgba(159,220,210,.25),rgba(134,194,229,.14));animation:floatC 20s ease-in-out infinite alternate;}
.orb{filter:blur(1px);opacity:.16;border:1px solid rgba(18,103,122,.2);}
.orb-1{width:120px;height:120px;top:34%;left:8%;animation:orbit1 14s linear infinite;}
.orb-2{width:84px;height:84px;top:64%;right:10%;animation:orbit2 16s linear infinite;}
@keyframes floatA{from{transform:translate3d(0,0,0) scale(1)}to{transform:translate3d(95px,70px,0) scale(1.13)}}
@keyframes floatB{from{transform:translate3d(0,0,0) scale(1)}to{transform:translate3d(-120px,90px,0) scale(1.08)}}
@keyframes floatC{from{transform:translate3d(0,0,0) scale(1)}to{transform:translate3d(110px,-70px,0) scale(1.18)}}
@keyframes orbit1{0%{transform:translate(0,0) rotate(0)}50%{transform:translate(50px,28px) rotate(180deg)}100%{transform:translate(0,0) rotate(360deg)}}
@keyframes orbit2{0%{transform:translate(0,0) rotate(0)}50%{transform:translate(-38px,-24px) rotate(180deg)}100%{transform:translate(0,0) rotate(360deg)}}
.hero,.page-hero{position:relative;overflow:hidden;}
.hero::after,.page-hero::after{content:"";position:absolute;inset:-30% -15%;background:linear-gradient(120deg,transparent 34%,rgba(255,255,255,.32) 50%,transparent 66%);transform:translateX(-65%);animation:heroSheen 10s ease-in-out infinite;pointer-events:none;}
@keyframes heroSheen{0%,55%{transform:translateX(-65%)}85%,100%{transform:translateX(65%)}}
.hero-visual img,.rounded-image{animation:imageFloat 7s ease-in-out infinite alternate;}
@keyframes imageFloat{from{transform:translateY(0)}to{transform:translateY(-8px)}}
.reveal{opacity:0;transform:translateY(26px) scale(.985);transition:opacity .75s ease,transform .75s ease,box-shadow .25s ease;}
.reveal.visible{opacity:1;transform:translateY(0) scale(1);}
.card,.quick-card,.resource-card,.feature-panel,.action-panel,.contact-box{transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;}
.card:hover,.quick-card:hover,.resource-card:hover,.feature-panel:hover{transform:translateY(-6px);box-shadow:0 18px 34px rgba(23,50,77,.12);border-color:rgba(18,103,122,.24);}
.btn{position:relative;overflow:hidden;}
.btn::after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,transparent,rgba(255,255,255,.28),transparent);transform:translateX(-130%);transition:transform .55s ease;}
.btn:hover::after{transform:translateX(130%);}
.reveal{opacity:1!important;transform:none!important}}

.top-phone-bar{
  background:#17324d;
  color:#fff;
  text-align:right;
  padding:8px 5%;
  font-weight:700;
  letter-spacing:.2px;
}
.top-phone-bar a{
  color:#fff;
  text-decoration:none;
}


/* v10 FIX: make animated background visibly show through */
html{
  background:#f7fbfd;
}

body{
  position:relative;
  overflow-x:hidden;
  background:transparent !important;
  isolation:isolate;
}

.animated-bg{
  position:fixed;
  inset:0;
  z-index:0 !important;
  overflow:hidden;
  pointer-events:none;
  background:
    radial-gradient(circle at 14% 10%, rgba(95,198,222,.34), transparent 26%),
    radial-gradient(circle at 86% 20%, rgba(133,185,238,.30), transparent 28%),
    radial-gradient(circle at 54% 78%, rgba(118,220,190,.24), transparent 30%),
    linear-gradient(180deg,#ffffff 0%,#eef9fc 48%,#ffffff 100%);
}

header, main, footer, .site-header, .topbar, .nav-wrap, .top-phone-bar{
  position:relative;
  z-index:2;
}

main{
  background:transparent !important;
}

section, .section, .page-hero, .quick-links, .social-strip{
  position:relative;
  z-index:1;
}

/* let the moving background remain subtly visible */
.section,
.page-hero,
.quick-links,
.social-strip{
  background-color:rgba(255,255,255,.82) !important;
  backdrop-filter:blur(2px);
}

.hero{
  position:relative;
  z-index:1;
  background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,.58)) !important;
}

.blob,.orb{
  display:block !important;
  position:absolute;
  border-radius:50%;
  will-change:transform;
}

.blob-1{
  width:460px;height:460px;top:-110px;left:-120px;
  background:linear-gradient(135deg,rgba(37,183,214,.42),rgba(65,210,177,.22));
  filter:blur(20px);opacity:.7;
  animation:floatA 16s ease-in-out infinite alternate;
}
.blob-2{
  width:560px;height:560px;top:24%;right:-210px;
  background:linear-gradient(135deg,rgba(75,145,225,.34),rgba(82,191,214,.18));
  filter:blur(24px);opacity:.62;
  animation:floatB 20s ease-in-out infinite alternate;
}
.blob-3{
  width:400px;height:400px;bottom:-90px;left:20%;
  background:linear-gradient(135deg,rgba(87,210,175,.30),rgba(72,153,220,.18));
  filter:blur(18px);opacity:.58;
  animation:floatC 18s ease-in-out infinite alternate;
}

.orb{
  filter:none;
  opacity:.20;
  border:2px solid rgba(18,103,122,.26);
  background:rgba(255,255,255,.16);
}
.orb-1{width:130px;height:130px;top:36%;left:7%;animation:orbit1 13s linear infinite;}
.orb-2{width:90px;height:90px;top:68%;right:9%;animation:orbit2 15s linear infinite;}

.motion-accent{
  position:absolute;
  top:115px;
  right:7%;
  width:180px;
  height:180px;
  border-radius:50%;
  background:radial-gradient(circle at 35% 35%,rgba(255,255,255,.85),rgba(69,190,214,.24) 45%,rgba(73,132,220,.12) 72%,transparent 74%);
  animation:accentPulse 7s ease-in-out infinite alternate;
  z-index:1;
  pointer-events:none;
}
@keyframes accentPulse{
  from{transform:translateY(0) scale(1);opacity:.55}
  to{transform:translateY(18px) scale(1.08);opacity:.9}
}
@media(max-width:800px){.motion-accent{width:110px;height:110px;right:2%;top:145px}}

/* v11: unmistakable animated hero background + cache-busted stylesheet */
.hero{
  position:relative !important;
  overflow:hidden !important;
  isolation:isolate;
  background:
    radial-gradient(circle at 18% 20%, rgba(85,200,225,.40), transparent 27%),
    radial-gradient(circle at 82% 32%, rgba(93,150,235,.34), transparent 30%),
    radial-gradient(circle at 58% 82%, rgba(84,214,174,.28), transparent 28%),
    linear-gradient(120deg,#ffffff 0%,#e9f8fc 35%,#eef4ff 68%,#ffffff 100%) !important;
  background-size:160% 160% !important;
  animation:heroGradientMove 9s ease-in-out infinite alternate !important;
}

.hero::before{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  border-radius:50%;
  top:-180px;
  right:-90px;
  background:radial-gradient(circle, rgba(65,189,216,.36) 0%, rgba(91,153,232,.20) 45%, transparent 72%);
  filter:blur(4px);
  z-index:-1;
  animation:heroOrbA 8s ease-in-out infinite alternate;
}

.hero::after{
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  border-radius:50%;
  bottom:-180px;
  left:-80px;
  background:radial-gradient(circle, rgba(75,211,174,.30) 0%, rgba(58,170,215,.18) 46%, transparent 72%);
  filter:blur(3px);
  z-index:-1;
  animation:heroOrbB 10s ease-in-out infinite alternate;
}

@keyframes heroGradientMove{
  0%{background-position:0% 25%}
  50%{background-position:55% 75%}
  100%{background-position:100% 40%}
}
@keyframes heroOrbA{
  from{transform:translate3d(0,0,0) scale(1)}
  to{transform:translate3d(-95px,95px,0) scale(1.16)}
}
@keyframes heroOrbB{
  from{transform:translate3d(0,0,0) scale(1)}
  to{transform:translate3d(115px,-70px,0) scale(1.18)}
}

/* make top-level page hero motion obvious on interior pages too */
.page-hero{
  background:
    radial-gradient(circle at 20% 25%, rgba(85,200,225,.30), transparent 28%),
    radial-gradient(circle at 80% 35%, rgba(95,155,232,.25), transparent 31%),
    linear-gradient(125deg,#ffffff,#eaf8fb,#eef4ff,#ffffff) !important;
  background-size:160% 160% !important;
  animation:heroGradientMove 10s ease-in-out infinite alternate !important;
}

/* remove opaque section override that hid the background too much */
.hero, .page-hero{
  backdrop-filter:none !important;
}

/* v12: very visible animated hero background */
.hero{
  min-height:620px;
  background:linear-gradient(135deg,#f8fdff 0%,#eefaff 45%,#f4f8ff 100%) !important;
  overflow:hidden !important;
  isolation:isolate;
}

.hero > .container,
.hero-grid{
  position:relative;
  z-index:4;
}

.hero-motion{
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
  pointer-events:none;
}

.hero-wave{
  position:absolute;
  width:780px;
  height:780px;
  border-radius:42% 58% 62% 38% / 44% 36% 64% 56%;
  filter:blur(10px);
  opacity:.56;
  will-change:transform,border-radius;
}

.wave-a{
  top:-430px;
  left:-180px;
  background:linear-gradient(145deg,rgba(43,187,218,.42),rgba(91,143,235,.20));
  animation:waveMoveA 8s ease-in-out infinite alternate;
}

.wave-b{
  right:-290px;
  bottom:-520px;
  background:linear-gradient(145deg,rgba(63,210,173,.34),rgba(46,155,224,.24));
  animation:waveMoveB 10s ease-in-out infinite alternate;
}

.hero-ball{
  position:absolute;
  border-radius:50%;
  box-shadow:0 20px 60px rgba(33,111,145,.16);
  will-change:transform;
}

.ball-a{
  width:110px;height:110px;
  top:115px;right:8%;
  background:radial-gradient(circle at 32% 30%,rgba(255,255,255,.9),rgba(65,196,218,.42) 46%,rgba(72,137,222,.20) 72%);
  animation:ballFloatA 4.7s ease-in-out infinite alternate;
}

.ball-b{
  width:72px;height:72px;
  left:42%;bottom:75px;
  background:radial-gradient(circle at 34% 30%,rgba(255,255,255,.9),rgba(76,213,173,.38) 50%,rgba(54,155,216,.20) 75%);
  animation:ballFloatB 5.4s ease-in-out infinite alternate;
}

.hero-ecg{
  position:absolute;
  left:-5%;
  bottom:38px;
  width:110%;
  height:105px;
  opacity:.22;
  z-index:1;
}

.hero-ecg path{
  fill:none;
  stroke:#0e7890;
  stroke-width:4;
  vector-effect:non-scaling-stroke;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-dasharray:1700;
  stroke-dashoffset:1700;
  animation:ecgDraw 4.8s linear infinite;
}

@keyframes waveMoveA{
  0%{transform:translate3d(0,0,0) rotate(0deg) scale(1);border-radius:42% 58% 62% 38% / 44% 36% 64% 56%}
  100%{transform:translate3d(150px,120px,0) rotate(18deg) scale(1.12);border-radius:58% 42% 38% 62% / 36% 56% 44% 64%}
}
@keyframes waveMoveB{
  0%{transform:translate3d(0,0,0) rotate(0deg) scale(1)}
  100%{transform:translate3d(-170px,-120px,0) rotate(-15deg) scale(1.16)}
}
@keyframes ballFloatA{
  from{transform:translate3d(0,0,0) scale(1)}
  to{transform:translate3d(-55px,42px,0) scale(1.10)}
}
@keyframes ballFloatB{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(68px,-35px,0)}
}
@keyframes ecgDraw{
  0%{stroke-dashoffset:1700;opacity:.08}
  25%{opacity:.26}
  70%{stroke-dashoffset:0;opacity:.26}
  100%{stroke-dashoffset:-1700;opacity:.08}
}

/* Keep motion visible even if old translucent overlays exist */
.hero::before,
.hero::after{
  display:none !important;
}

@media(max-width:800px){
  .hero{min-height:560px}
  .hero-wave{width:560px;height:560px}
  .wave-a{top:-340px;left:-220px}
  .wave-b{right:-300px;bottom:-390px}
  .ball-a{width:80px;height:80px;right:4%}
  .ball-b{width:56px;height:56px;left:58%}
  .hero-ecg{height:75px;bottom:20px}
}

/* v13 stock video mix hero */
.hero{
  position:relative !important;
  min-height:650px;
  overflow:hidden !important;
  background:#17324d !important;
  isolation:isolate;
}

.hero-video-stage{
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
  background:#17324d;
}

.hero-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  opacity:0;
  transform:scale(1.035);
  transition:opacity 1.2s ease, transform 8s ease;
  pointer-events:none;
}

.hero-video.active{
  opacity:1;
  transform:scale(1.0);
}

.hero-video:nth-child(2){
  object-position:center 34%;
}

.hero-video-overlay{
  position:absolute;
  inset:0;
  z-index:2;
  background:
    linear-gradient(90deg,rgba(9,37,56,.82) 0%,rgba(9,37,56,.68) 37%,rgba(9,37,56,.32) 70%,rgba(9,37,56,.18) 100%),
    linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.16));
}

.hero > .container,
.hero-grid{
  position:relative;
  z-index:4;
}

.hero .eyebrow,
.hero .lead,
.hero .small-note,
.hero h1{
  color:#fff !important;
}

.hero .eyebrow{
  color:#bdeef5 !important;
}

.hero .btn-ghost{
  color:#fff !important;
  border-color:rgba(255,255,255,.72) !important;
  background:rgba(255,255,255,.08) !important;
  backdrop-filter:blur(4px);
}

.hero-visual{
  display:none !important;
}

.video-kicker{
  display:inline-block;
  margin:8px 0 0;
  padding:6px 11px;
  border-radius:999px;
  color:#e7fbff;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.26);
  backdrop-filter:blur(6px);
  font-size:12px;
  font-weight:700;
  letter-spacing:.06em;
}

.hero::before,
.hero::after,
.hero-motion,
.motion-accent{
  display:none !important;
}

@media(max-width:800px){
  .hero{
    min-height:620px;
  }
  .hero-video{
    object-position:center;
  }
  .hero-video:nth-child(2){
    object-position:center 25%;
  }
  .hero-video-overlay{
    background:linear-gradient(180deg,rgba(9,37,56,.72),rgba(9,37,56,.58));
  }
}
