.video-component__title{font-family:var(--primary-font);font-weight:700;font-size:56px;line-height:100%;letter-spacing:0}
.video-component__title .cmp-title__text{font-family:unset;font-size:unset;font-style:unset;font-weight:unset;line-height:unset;letter-spacing:unset}
.video-component__description{font-family:var(--secondary-font);font-weight:400;font-size:18px;line-height:100%;letter-spacing:0;margin-bottom:40px}
.video-component__button{margin-bottom:40px}
.video-component__btn-play .btn-play__button{border:2px solid #fff;background-color:transparent}
.video-component__btn-play .btn-play__button .btn-play__icon{border-left-color:#fff}
.video-component__btn-play:hover .btn-play__button{background-color:#fff}
.video-component__btn-play:hover .btn-play__icon{border-left-color:rgba(0,0,0,0.9)}
.video-component--fullScreen__btn-play{position:relative;margin-top:0}
.video-component--fullScreen__btn-play .btn-play__button{border:2px solid #fff;width:60px;height:60px;background-color:transparent}
.video-component--fullScreen__btn-play .btn-play__icon{border-left-color:#fff;margin-left:3px}
.video-component--fullScreen__btn-play .btn-play__text{display:none}
.video-component--fullScreen__btn-play:hover .btn-play__button{background-color:#fff}
.video-component--fullScreen__btn-play:hover .btn-play__icon{border-left-color:rgba(0,0,0,0.9);margin-left:3px}