@charset "UTF-8";.c-heroBanner3{position:relative;min-height:300px;display:flex;align-items:center;justify-content:center;padding:20px 15px;background-color:#17255f}
.c-heroBanner3--big{min-height:400px}
.c-heroBanner3__content{max-width:700px;position:relative}
.c-heroBanner3__cover:after{content:"";position:absolute;top:0;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:124rem;background:linear-gradient(180deg,rgba(0,0,0,0.6) 0,rgba(0,0,0,0) 100%)}
img.c-heroBanner3__img{position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:124rem;height:100%;object-fit:cover}
.c-heroBanner3__title{font-size:2.4rem;font-weight:700}
.c-heroBanner3__subtitle{font-size:1.6rem}
.c-heroBanner3__title,.c-heroBanner3__subtitle{text-shadow:0 1px 6px rgba(0,0,0,0.9);color:var(--nj-semantic-color-background-neutral-primary-default);text-align:center}
.c-heroBanner3__subtitle,.c-heroBanner3__cta{margin-top:20px}
@media(min-width:48em){.c-heroBanner3{min-height:330px;padding:45px 15px}
.c-heroBanner3--big{min-height:480px}
.c-heroBanner3__title{font-size:3.2rem}
.c-heroBanner3__subtitle{font-size:2rem}
.c-heroBanner3__cta{margin-top:35px}
}