/* Immutable hero repair. Never request this path before production references it. */
.hero-copy h1{color:#fff}
@media (max-width:560px){
  .hero{height:650px;min-height:650px}
  .hero-inner{padding-bottom:110px}
  .hbg img{object-fit:cover;object-position:center center}
  .hero-scrim{background:linear-gradient(0deg,rgba(4,13,30,.99) 0%,rgba(4,13,30,.90) 56%,rgba(4,13,30,.74) 100%)}
  .line-float .lf-label{max-width:0;opacity:0;padding-left:0}
}
@media (min-width:901px){
  .hero-scrim{background:linear-gradient(90deg,rgba(4,13,30,.72) 0%,rgba(4,13,30,.52) 48%,rgba(4,13,30,.16) 100%),linear-gradient(0deg,rgba(4,13,30,.48) 0%,rgba(4,13,30,.08) 58%)}
}
