.video-overlay-section{display:flex;position:relative}.video-overlay-section:before{background-position:bottom;background-repeat:no-repeat;background-size:cover;content:"";height:50px;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.video-overlay-section__video{align-items:center;bottom:0;display:flex;justify-content:center;left:0;overflow:hidden;position:absolute;right:0;top:0}.video-overlay-section__video:before{background-image:linear-gradient(107.05deg,rgba(29,29,27,.7) 37.2%,rgba(29,29,27,0) 71.53%);bottom:0;content:"";left:0;position:absolute;right:0;top:0;width:100%}.video-overlay-section__video:after{background-repeat:no-repeat;background-size:contain;bottom:6rem;content:"";height:64px;position:absolute;right:6rem;width:200px}.video-overlay-section__video video{width:100%}@media (max-width:1700px){.video-overlay-section__video video{height:100%;width:auto}}@media (max-width:767px){.video-overlay-section__video{display:none}}.video-overlay-section__wrapper{margin:auto;max-width:var(--container_width);padding:15rem 2rem 12rem;width:100%;z-index:1}.video-overlay-section__wrapper h2{color:var(--white_color);font-size:var(--h2_alter_font_size);margin-bottom:calc(var(--spacer_xxxxl) - var(--spacer_lg)/2);max-width:430px}.video-overlay-section__wrapper p:last-child{margin-bottom:0}.video-overlay-section__wrapper__card{background-color:var(--white_color);border-radius:var(--border_radius_8);max-width:563px;padding:calc(var(--spacer_sm) + var(--spacer_xxxxs));width:100%}@media (max-width:767px){.video-overlay-section__wrapper__card{max-width:100%}}.video-overlay-section__wrapper__card:not(:last-child){margin-bottom:calc(var(--spacer_lg)/2)}.video-overlay-section__wrapper__card strong{color:var(--primary_color)}