/* HERO */
.wp-block[data-type="meta-box/hero-video"]{
    max-width: 100%;
}
.wp-block[data-type="meta-box/hero-video"] .hero-video{
    height: 1000px;
}
.wp-block[data-type="meta-box/hero-video"] .hero-video__inner-container{
    opacity: 1;
}
.wp-block[data-type="meta-box/hero-video"] .hero-video__inner-container-content h1{
    line-height: 1.3em;
}
.wp-block[data-type="meta-box/hero-video"] .hero-video__inner-container-content .wp-block-button__link{
    background-color: transparent !important;
    border: 1px solid #FFF !important
}
.hero-video{
    height: 100vh;
    width: 100%;
    background-color: #231F20;
    color: #FFF;
    position: relative;
}
.hero-video video{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
.hero-video__inner-container{
    opacity: 0;
}
.hero-video__inner-container{
    height: auto;
    width: 100%;
    position:absolute;
    left: 0px;
    bottom: 0px;
}
.hero-video__inner-container-content{
    max-width: 1290px;
    margin: auto;
    margin-bottom: 8rem;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.hero-video__inner-container-content h1{
    max-width: 720px;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 80px;
}
.hero-video__inner-container-content .wp-block-button__link{
    background-color: transparent;
}

@media (min-width: 0px) and (max-width: 480px){
    .hero-video__inner-container-content{
        margin-bottom: 70px;
    }
    .hero-video__inner-container-content h1{
        font-size: 34px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
    }
}
@media (min-width: 481px) and (max-width: 576px){
    .hero-video__inner-container-content{
        margin-bottom: 70px;
    }
    .hero-video__inner-container-content h1{
        font-size: 34px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
    }
}
@media (min-width: 577px) and (max-width: 767px){
    .hero-video__inner-container-content{
        margin-bottom: 70px;
    }
    .hero-video__inner-container-content h1{
        max-width: 70%;
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .hero-video__inner-container-content{
        margin-bottom: 70px;
    }
    .hero-video__inner-container-content h1{
        max-width: 70%;
        font-size: 38px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .hero-video__inner-container-content{
        margin-bottom: 70px;
    }
    .hero-video__inner-container-content h1{
        max-width: 70%;
        font-size: 44px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
    }
}
@media (min-width: 1200px) and (max-width: 1340px){
    .hero-video__inner-container-content{
        margin-bottom: 70px;
    }
    .hero-video__inner-container-content h1{
        max-width: 70%;
        font-size: 50px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
    }
}