.npi-video.npi-bg-white{background-color:#fff}
.npi-video.npi-bg-dark-grey{background-color:#303030}
.npi-video.npi-bg-light-grey{background-color:#f7f7f7}
.npi-video.npi-bg-black{background-color:#000}
.npi-video-wrapper{width:100%;display:flex;justify-content:center;padding:40px 0;box-sizing:border-box;background-size:cover;background-position:center;font-family:"honeywell sans"}
.npi-video-wrapper .npi-container{max-width:1200px;width:90%;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}
.npi-video-wrapper .video-card{position:relative;width:70%;aspect-ratio:1.77777778;border-radius:24px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,0.13);border:4px solid #000;background-color:#000}
.npi-video-wrapper .video-card iframe,.npi-video-wrapper .video-card video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border:0}
.npi-video-wrapper .card-overlay{position:absolute;inset:0;background:rgba(0,0,0,0.3);display:flex;flex-direction:column;align-items:center;padding:5px;transition:opacity .3s ease}
.npi-video-wrapper .card-overlay .honeywell-red{color:#d22630;font-weight:bold;font-size:1.4rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:5px}
.npi-video-wrapper .play-button{width:80px;height:80px;background:rgba(255,255,255,0.2);border:2px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-top:160px}
.npi-video-wrapper .play-triangle{width:0;height:0;border-top:15px solid transparent;border-bottom:15px solid transparent;border-left:25px solid #fff;margin-left:5px}
.npi-video-wrapper .bottom-content{margin-top:30px;max-width:1200px;width:100%;padding:0 20px;box-sizing:border-box}
.npi-video-wrapper .headline,.npi-video-wrapper .subtext{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;display:block;width:100%;margin-left:auto;margin-right:auto}
.npi-video-wrapper .section-tag{color:#d22630;font-size:32px;line-height:40px;text-transform:uppercase;font-weight:900}
.npi-video-wrapper .headline{font-size:56px;font-weight:900;color:#fff;line-height:56px;letter-spacing:-1%}
.npi-video-wrapper .subtext{font-size:34px;font-weight:700;color:#fff;line-height:40px;padding:15px;letter-spacing:-0.5%}
.npi-video-wrapper .button-row{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}
.npi-video-wrapper .btn-blue{background-color:#0071b3}
.npi-video-wrapper .btn-outline{border:1px solid #fff}
.npi-video-wrapper .btn-blue,.npi-video-wrapper .btn-outline{color:#fff;padding:12px 24px;min-width:200px;text-align:center;text-decoration:none;font-weight:700;border-radius:56px;font-size:16px;line-height:28px}
@media((max-width:767px)){.npi-video-wrapper .video-card{width:90%}
.npi-video-wrapper .bottom-content h2{font-size:21px;line-height:30px;font-weight:700;word-break:break-word}
.npi-video-wrapper .section-tag{font-size:32px;line-height:40px;font-weight:700}
.npi-video-wrapper .play-button{width:50px;height:50px;background:rgba(255,255,255,0.2);border:2px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-top:60px}
.npi-video-wrapper .subtext{font-size:17px;font-weight:500;line-height:27px;padding:22px}
.npi-video-wrapper .button-row{display:flex;flex-direction:column;align-items:center;gap:15px;width:auto;padding:0 30px}
.npi-video-wrapper .btn-blue,.npi-video-wrapper .btn-outline{width:100%;max-width:320px;font-size:16px;line-height:28px;font-weight:700;margin:0 auto;text-align:center}
}