@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,400;6..12,600;6..12,700;6..12,800&display=swap');

.banner-carousel-wrapper {
    background-color: rgba(0,0,0,.80);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.banner-carousel-wrapper .banner-carousel-inner {
    margin-top: 221px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-carousel-wrapper .banner-carousel-inner > div {
    max-width: 1117px;
}

.banner-carousel-wrapper .banner-carousel-title {
    color: #F4BB00;
    text-align: center;
    font-family: Nunito;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 39.026px;
}

.banner-carousel-wrapper .banner-carousel-content {
    color: #FFF;
    text-align: center;
    font-family: Nunito;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 39.026px;
    margin-top: 56px;
}

.banner-carousel-wrapper .banner-carousel-cta {
    text-align: center;
    margin-top: 63px;
}

.banner-carousel-wrapper .banner-carousel-button {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 9.6px;
    background: #F4BB00;
    color: #B60B01;
    font-family: Nunito Sans;
    font-size: 15.6px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.banner-carousel-wrapper .banner-carousel-button {
    background: #efb700;
    color: #fff;
}