:root{--video-radius:3rem;--video-padding:clamp(3rem,5vw,3.75rem);--video-border-width:10px}.hs-video-section{align-items:center;display:flex;justify-content:flex-start;min-height:clamp(600px,4vw,800px);overflow:hidden;padding-bottom:4rem;padding-top:4rem;position:relative;width:100%}.hs-video-bg-wrapper{overflow:hidden;z-index:1}.hs-video-bg-wrapper,.hs-video-bg-wrapper:after{height:100%;left:0;position:absolute;top:0;width:100%}.hs-video-bg-wrapper:after{background:rgba(0,0,0,.2);content:"";z-index:2}.hs-video-bg{height:100%;object-fit:cover;pointer-events:none;width:auto;@media (min-width:768px){width:100%}}.hs-video-content-card{backdrop-filter:blur(10px);background-clip:padding-box;background-color:#fff;border:var(--video-border-width) solid hsla(0,0%,100%,.5);border-radius:var(--video-radius);border-bottom-left-radius:0;border-top-left-radius:0;cursor:pointer;max-width:600px;padding:var(--video-padding);position:relative;transform:translateX(calc(var(--video-border-width)*-1));transition:transform .3s ease,box-shadow .3s ease;width:90%;z-index:3;& .hs-button{margin-top:2rem}}.hs-video-content-card:hover{box-shadow:0 15px 35px rgba(0,0,0,.3);transform:translateX(calc(var(--video-border-width)*-1)) translateY(-5px)}.hs-video-content-card:hover .hs-play-icon{background-color:#e66040}.hs-video-modal{align-items:center;background-color:rgba(0,0,0,.9);display:none;height:100%;justify-content:center;left:0;opacity:0;position:fixed;top:0;transition:opacity .3s ease;width:100%;z-index:9999}.hs-video-modal.is-open{display:flex;opacity:1}.hs-modal-container{aspect-ratio:16/9;background:#000;box-shadow:0 0 50px rgba(0,0,0,.5);max-width:1000px;position:relative;width:90%}.hs-modal-video{height:100%;outline:none;width:100%}.hs-modal-close{background:none;border:none;color:#fff;cursor:pointer;font-size:30px;line-height:1;position:absolute;right:0;top:-40px}.hs-modal-close:hover{color:#ff7a59}