@keyframes slide-in{from{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-up{from{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromLeft{from{margin-left:-100%}to{margin-left:0}}.video{position:relative}.video__text{position:relative;padding:0 0 2rem 0}@media only screen and (min-width:768px){.video__text{padding:0 0 3rem 0}}@media only screen and (min-width:992px){.video__text{padding:0 0 4rem 0}}.video__text .copytext{margin-bottom:1.5rem}@media only screen and (min-width:768px){.video__text .copytext{margin-bottom:2rem}}@media only screen and (min-width:992px){.video__text .copytext{margin-bottom:2rem}}.video__container{position:relative;background-color:transparent;border-radius:var(--border-radius-medium)}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.video__container{min-height:480px}}.video__container video{width:100%;height:auto;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;border-radius:var(--border-radius-medium)}.video__image{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;border-radius:var(--border-radius-medium)}.video__image img{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.video__image img{width:auto;height:auto;min-width:100%;min-height:100%;left:50%;top:50%;transform:translate(-50%,-50%)}}.video__headline{margin:0 0 1.5rem 0}.video__subline{color:var(--dark)}.video__play{position:absolute;left:50%;top:50%;background-color:var(--technical-blue);background-image:url(../../img/play2.svg);background-repeat:no-repeat;background-position:center;background-size:24px;border:0;width:64px;height:64px;margin:-32px 0 0 -32px;border-radius:50%;cursor:pointer;transition:background-color var(--transition-time-short);z-index:2}@media only screen and (min-width:768px){.video__play{background-size:40px;width:96px;height:96px;margin:-48px 0 0 -48px}}.video__play:hover{background-color:var(--energizing-mint)}.video__play:focus-visible{outline:2px solid var(--technical-blue);outline-offset:2px}.video__player{width:100%;height:auto;aspect-ratio:16/9;border-radius:var(--border-radius-medium);display:none}@media only screen and (min-width:768px){.video__player{display:block}}