.video-section{box-sizing:border-box;width:100%}.video-section__wrapper{box-sizing:border-box;display:flex;flex-direction:column;margin:0 auto;max-width:1200px;padding:0 60px}.video-section__kicker-wrap{align-items:center;display:flex;gap:20px;margin-bottom:40px;width:100%}.video-section__kicker{color:var(--vs-kicker-color);font-family:Mazda Type,sans-serif;font-size:16px;font-weight:500;letter-spacing:2.5px;text-transform:uppercase;white-space:nowrap}.video-section__kicker-line{background-color:var(--vs-line-color);flex-grow:1;height:1px}.video-section__header{margin:0 auto 50px;max-width:800px;text-align:center}.video-section__heading{color:var(--vs-heading-color);font-size:40px;letter-spacing:-.5px;line-height:1.25;margin:0 0 18px}.video-section__desc,.video-section__heading{font-family:Mazda Type,sans-serif;font-weight:300}.video-section__desc{color:var(--vs-desc-color);font-size:15px;line-height:1.6}.video-section__desc p{margin:0}.video-section__player{aspect-ratio:16/9;background-color:#000;border-radius:8px;box-shadow:0 20px 50px rgba(0,0,0,.08);overflow:hidden;position:relative;width:100%}.video-section__video{display:block;height:100%;object-fit:cover;width:100%}.video-section__iframe-wrapper{height:100%;position:relative;width:100%}.video-section__iframe{border:none}.video-section__iframe,.video-section__overlay{height:100%;left:0;position:absolute;top:0;width:100%}.video-section__overlay{align-items:center;cursor:pointer;display:flex;justify-content:center;transition:opacity .4s ease,visibility .4s ease;z-index:5}.video-section__overlay.is-hidden{opacity:0;pointer-events:none;visibility:hidden}.video-section__poster{object-fit:cover}.video-section__poster,.video-section__poster-fallback{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.video-section__poster-fallback{background-color:#151515}.video-section__poster-darken{background-color:rgba(0,0,0,.2);height:100%;left:0;position:absolute;top:0;transition:background-color .3s ease;width:100%;z-index:2}.video-section__overlay:hover .video-section__poster-darken{background-color:rgba(0,0,0,.35)}.video-section__play-badge{align-items:center;display:flex;justify-content:center;position:relative;transition:transform .3s cubic-bezier(.25,.46,.45,.94);z-index:3}.video-section__overlay:hover .video-section__play-badge{transform:scale(1.06)}.video-section__custom-badge-img{display:block;filter:drop-shadow(0 10px 25px rgba(0,0,0,.25));height:auto;max-width:140px}.video-section__default-badge{align-items:center;background-color:rgba(0,0,0,.6);border:3px solid #fff;border-radius:50%;box-sizing:border-box;color:#fff;display:flex;filter:drop-shadow(0 10px 25px rgba(0,0,0,.3));height:70px;justify-content:center;padding:0;transition:background-color .3s ease,transform .3s ease;width:70px}.video-section__overlay:hover .video-section__default-badge{background-color:rgba(0,0,0,.85)}.video-section__default-badge svg{display:block;margin-left:3px}.video-section__watermark{bottom:35px;filter:drop-shadow(0 2px 5px rgba(0,0,0,.3));left:50%;pointer-events:none;position:absolute;transform:translateX(-50%);transition:transform .3s ease;z-index:3}.video-section__overlay:hover .video-section__watermark{transform:translate(-50%,-2px)}.video-section__watermark-img{display:block;max-height:24px;object-fit:contain;opacity:.95;width:auto}@media (max-width:1200px){.video-section__wrapper{padding:0 30px}.video-section__heading{font-size:34px}}@media (max-width:767px){.video-section__wrapper{padding:0 20px}.video-section__kicker-wrap{margin-bottom:30px}.video-section__header{margin-bottom:35px}.video-section__heading{font-size:28px}.video-section__desc{font-size:14px}.video-section__custom-badge-img{max-width:100px}.video-section__default-badge{border-width:2px;height:56px;width:56px}.video-section__watermark{bottom:20px}.video-section__watermark-img{max-height:18px}}