.site-navigation {
	position: relative;
    top: 0;
	left: 0;
	padding-bottom: 1rem;
	width: 100%;
	height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero {
    position: relative;
    width: 100%;
    /* min-height: 520px; */
    color: #fff;
}
.site-navigation::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 24%, rgba(0, 0, 0, 0.35) 62%, rgba(0, 0, 0, 0));
    z-index: 1;
}
.hero--billboard {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: end;
    /* min-height: 68vh; */
    min-height: 45vh;
    margin: 0 auto;
    padding: 4rem 20px;
}
.hero--billboard h1 {
    font-size: clamp(2.25rem, 3.5vw, 3.75rem);
    font-weight: 600;
    margin: 0;
    max-width: 640px;
}
.insights-view .hero--billboard h1 {
    max-width: 100%;
}
.hero--billboard p.section-label {
    color: #fff;
    text-transform: uppercase;
    max-width: 800px;
    font-size: 0.85rem;
}

@media (max-width: 575px) {
    .hero--billboard {
        max-width: 100%;
        justify-content: end;
    }
}

@media (min-width: 1200px) {
    .hero--billboard h1 {
        max-width: 800px;
    }
}

main {
    clear: both;
}
.navbar {
    background: transparent;
}
