.video-banner{background-color:#fff;color:#0f253f;font-family:inherit;font-weight:500;padding:60px 20px;-webkit-font-smoothing:antialiased}.video-banner__container{display:flex;flex-direction:column;gap:40px;margin:0 auto;max-width:1100px}.video-banner__content{width:100%}.video-banner__headline{color:#0f253f;font-size:32px;font-weight:700;margin-bottom:20px}.video-banner__text{color:#0f253f;font-size:18px;line-height:1.6}.video-banner__text p{margin-bottom:24px}.video-banner__text p:last-child{margin-bottom:0}.video-banner__cta{margin-top:18px}.video-banner__button{align-items:center;background:#0f253f;border-radius:999px;box-shadow:0 10px 22px rgba(15,37,63,.18);color:#fff;display:inline-flex;font-size:16px;font-weight:600;justify-content:center;line-height:1;padding:12px 22px;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.video-banner__button:hover{box-shadow:0 14px 28px rgba(15,37,63,.22);transform:translateY(-1px)}.video-banner__button:active{box-shadow:0 10px 22px rgba(15,37,63,.18);transform:translateY(0)}.video-banner__button:focus-visible{outline:3px solid rgba(15,37,63,.25);outline-offset:3px}.video-banner__player-wrapper,.video-banner__visual{display:flex;justify-content:center;width:100%}.video-banner__player-wrapper{align-items:center;aspect-ratio:1/1;background:#fff;border-radius:24px;box-shadow:0 10px 30px rgba(0,0,0,.05);max-width:520px;overflow:hidden}.video-banner__image{display:block;height:100%;object-fit:contain;width:100%}@media (min-width:768px){.video-banner{padding:80px 40px}.video-banner__container{align-items:flex-start;flex-direction:row;gap:60px;justify-content:space-between}.video-banner__content{align-items:flex-start;display:flex;flex-direction:column;width:50%}.video-banner__headline{font-size:42px}.video-banner__visual{justify-content:flex-end;width:45%}.video-banner__player-wrapper{max-width:460px}}