/* Banner
------------ */

section#locations-banner {
    background: var(--black);
    position: relative;
    height: 80vh;
    max-height: 850px;
    display: flex;
}

section#locations-banner:after {
    position: absolute;
    content: '';
    background: radial-gradient(44.12% 49.97% at 50.03% 62.81%, rgba(0, 0, 0, 0.00) 20.3%, #000 99.03%), transparent 50% / cover no-repeat;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

section#locations-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

section#locations-banner .wrap {
    margin-top: auto;
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}

.banner-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.banner-content h1 {
    background: linear-gradient(93deg, #FF7131 -9.26%, #FFE3D6 48.71%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    letter-spacing: 5.6px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.banner-content h2 {
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 2.52px;
}

.content a {
    color: #FE3D67;
}

section#content-section {
    padding: 80px 0;
}