.at-heroBanner {
    position: relative;
    height: 300px;
    padding: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.header .at-heroBanner {
    margin-bottom: 0;
}

.at-heroBanner.at-heroBanner--halfHeight {
    height: 150px;
}

.at-heroBanner__backgroundVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.at-heroBanner__inner {
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    padding-top: calc(var(--innerPaddingY) * 2.5);
    padding-bottom: var(--innerPaddingY);
    text-align: center;
    color: var(--baseLight100);
}

.at-heroBanner--halfHeight .at-heroBanner__inner {
    padding-top: calc(var(--innerPaddingY) / 3);
}

.at-heroBanner__title,
.at-heroBanner__introduction p {
    display: inline-block;
    padding: 0 1.5rem;
}

.at-heroBanner__title {
    margin-bottom: 0;
    padding: .5rem 1.5rem;
    font-size: 8vw;
}

.at-heroBanner__introduction {
    font-size: 7vw;
    line-height: 1;
    font-family: var(--secondaryFont);
}

.at-heroBanner__introduction p {
    padding-bottom: 1rem;
}

.at-heroBanner__introduction a {
    position: relative;
}

.at-heroBanner__introduction a::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    border-bottom: 1px solid var(--baseLight100);
    content: '';
}

.at-heroBanner__introduction a:hover {
    text-decoration: none;
}

.at-heroBanner__introduction a:hover::after {
    border-bottom: 2px solid var(--baseLight100);
}

.at-heroBanner--colorGray,
.at-heroBanner--colorGray .at-heroBanner__title,
.at-heroBanner--colorGray .at-heroBanner__introduction p {
    background-color: rgba(179,179,179,.8);
}

.at-heroBanner--colorBlue,
.at-heroBanner--colorBlue .at-heroBanner__title,
.at-heroBanner--colorBlue .at-heroBanner__introduction p {
    background-color: rgba(127,176, 219,.8);
}

.at-heroBanner--colorPink,
.at-heroBanner--colorPink .at-heroBanner__title,
.at-heroBanner--colorPink .at-heroBanner__introduction p {
    background-color: rgba(232,195,195,.9);
}

.at-heroBanner--colorBlack,
.at-heroBanner--colorBlack .at-heroBanner__title,
.at-heroBanner--colorBlack .at-heroBanner__introduction p {
    background-color: rgba(0,0,0,.6);
}

.at-heroBanner--colorFuchsia,
.at-heroBanner--colorFuchsia .at-heroBanner__title,
.at-heroBanner--colorFuchsia .at-heroBanner__introduction p {
    background-color: #E44C9A;
}

.at-heroBanner--colorBlue2,
.at-heroBanner--colorBlue2 .at-heroBanner__title,
.at-heroBanner--colorBlue2 .at-heroBanner__introduction p {
    background-color: #00AFD0;
}

.at-heroBanner--colorTurquoise,
.at-heroBanner--colorTurquoise .at-heroBanner__title,
.at-heroBanner--colorTurquoise .at-heroBanner__introduction p {
    background-color: #00A49A;
}

.at-heroBanner__link {
    margin-bottom: .5em;
}

@media (min-width: 500px) {
    .at-heroBanner {
        height: 470px;
    }

    .at-heroBanner.at-heroBanner--halfHeight  {
        height: 180px;
    }

    .at-heroBanner__inner {
        padding-top: calc(var(--innerPaddingY) * 4);
    }

    .at-heroBanner--halfHeight .at-heroBanner__inner {
        padding-top: calc(var(--innerPaddingY) / 2);
        padding-bottom: 0;
    }

    .at-heroBanner__title {
        font-size: 8vw;
    }

    .at-heroBanner--halfHeight .at-heroBanner__title {
        font-size: 6vw;
    }

    .at-heroBanner__introduction {
        font-size: 7vw;
    }

    .at-heroBanner--halfHeight .at-heroBanner__introduction {
        font-size: 5vw;
    }
}

@media (min-width: 768px) {
    .at-heroBanner.at-heroBanner--halfHeight  {
        height: 200px;
    }

    .at-heroBanner--halfHeight .at-heroBanner__inner {
        padding-top: calc(var(--innerPaddingY) / 2);
    }
}

@media (min-width: 900px) {
    .at-heroBanner {
        height: 570px;
    }

    .at-heroBanner.at-heroBanner--halfHeight {
        height: 245px;
    }

    .at-heroBanner__inner {
        max-width: 70%;
        padding-top: calc(var(--innerPaddingY) * 5);
    }

    .at-heroBanner--halfHeight .at-heroBanner__inner {
        padding-top: calc(var(--innerPaddingY) * 1.25);
    }

    .at-heroBanner__title {
        font-size: 4rem;
    }

    .at-heroBanner--halfHeight .at-heroBanner__title {
        font-size: 3rem;
    }

    .at-heroBanner__introduction {
        font-size: 3rem;
    }

    .at-heroBanner--halfHeight .at-heroBanner__introduction {
        font-size: 1.5rem;
    }
}

@media (min-width: 1200px) {
    .at-heroBanner__title {
        font-size: 5rem;
    }

    .at-heroBanner--halfHeight .at-heroBanner__title {
        font-size: 3.5rem;
    }

    .at-heroBanner__introduction {
        font-size: 3rem;
    }

    .at-heroBanner--halfHeight .at-heroBanner__introduction {
        font-size: 2rem;
    }
}
