.video-section{background-color:var(--vs-bg-color,#000819);box-sizing:border-box;min-height:var(--vs-min-height,600px);overflow:hidden;padding:var(--vs-padding-top,120px) var(--vs-padding-right,24px) var(--vs-padding-bottom,120px) var(--vs-padding-left,24px);position:relative;width:100%}.video-section__video-wrapper{height:100%;left:0;opacity:var(--vs-video-opacity,1);pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.video-section__video{height:100%;object-fit:cover;width:100%}.video-section__overlay{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.video-section__header{height:64px;position:relative;width:100%;z-index:3}.video-section__header-inner{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:space-between;margin:0 auto;max-width:var(--vs-max-width,1296px)}.video-section__logo{align-items:center;display:flex;text-decoration:none}.video-section__logo img{display:block;height:auto}.video-section__logo-placeholder{width:100px}.video-section__container{align-items:var(--vs-vertical-align,center);box-sizing:border-box;display:flex;margin:0 auto;max-width:var(--vs-max-width,1296px);min-height:var(--vs-min-height,600px);position:relative;z-index:2}.video-section__container--left{justify-content:flex-start}.video-section__container--center{justify-content:center}.video-section__container--right{justify-content:flex-end}.video-section__content{display:flex;flex-direction:column;max-width:var(--vs-content-max-width,802px)}.video-section__block{font-family:Space Grotesk,sans-serif}.video-section__block--richtext,.video-section__block--richtext h1,.video-section__block--richtext h2,.video-section__block--richtext h3,.video-section__block--richtext h4,.video-section__block--richtext li,.video-section__block--richtext p,.video-section__block--richtext span{color:#fff}.video-section__block--image img{display:block;height:auto;width:100%}@media (max-width:768px){.video-section__container{padding-bottom:60px;padding-top:60px}}