@charset "UTF-8";

.container {
    position: relative;
    width: 100%;
}
.video-controls-overlay {
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 120px;
    margin-top: -130px;
    z-index: 10;
}
button {
    background: rgba(255, 255, 255, .0);
    border: 0;
    font-size: 14px;
    cursor: pointer;
    height: 100%;
    text-align: center;
    z-index: 20;
    position: relative;
}
.video-bg {
    position: relative;
    z-index: 1;
    border-radius: 0;
}
.introComplete {
    background-color: rgb(255, 255, 255);
    padding: 0;
    overflow: hidden;
    box-shadow: 0 1rem 3rem rgba(33, 37, 41, .2) !important;
}
.intro {
    padding: 32px
}
:root {
--videoheight: 120px;
}
.banner-hero {
    position: relative;
    overflow: hidden;
    min-height: var(--videoheight);
    background-color: #000;
    height: 100%;
    border-radius: 1rem ;
        margin-bottom: 16px;
}
	@media (max-width: 575px) {   .banner-hero { border-radius: 0rem;}}
#bannerText {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 2rem;
    box-sizing: border-box;
    margin: 0 auto; 
}
#bannerText>p {
    font-weight: 400;
    margin-bottom: 0rem;
    padding-right: 1rem;
}
#bannerVideo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
   object-fit: cover;
    object-position: center center;
    z-index: 1;
    pointer-events: none;
    border-radius: 0 !important;
    background-color: #0c0d32;
}



@media (max-width: 1024px) {
:root {
--videoheight: 140px;
}
#bannerText {
    padding: 0 1.2rem;
}
#bannerText>p {
    font-size: 0.9rem;
}
}
.banner-bg {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
}
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px 12px;
    z-index: 1000;
}
.skip-link:focus {
    top: 0;
}

        :focus-visible {
outline: 2px solid #0d6efd;
outline-offset: 2px;
}
.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}
.introComplete {
       border-radius: 1rem ;

}
@media (max-width: 575px) {
#bannerVideo {
    object-fit: cover;
    object-position: center center;
}}

