.c-video{display:block;cursor:pointer}.c-video__inner{width:100%;height:100%;position:relative}@media screen and (min-width: 768px){.c-video__inner:hover .c-video__video-button{opacity:1}}.c-video__inner video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (min-width: 768px){.c-video__inner video{-o-object-fit:contain;object-fit:contain}}.c-video__video-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:56px;height:32px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:2;border-radius:6.4px;background:rgba(0,0,0,.9019607843);opacity:0;-webkit-transition:opacity .25s ease-out,background-color 40ms,color 40ms;transition:opacity .25s ease-out,background-color 40ms,color 40ms}.c-video__video-button svg{width:14px;height:14px}@media screen and (min-width: 768px){.c-video__video-button:hover{background:#f8f9f9}.c-video__video-button:hover .c-video__video-button-tooltip{opacity:1}.c-video__video-button:hover svg path{fill:#000}}.c-video__video-button svg path{fill:#fff;-webkit-transition:fill 40ms;transition:fill 40ms}.c-video__video-button[data-show=true]{opacity:1}.c-video__video-button[data-show=true] .c-video__video-button-progress{opacity:0}.c-video__video-button[data-pause=true] svg:first-child{display:block}.c-video__video-button[data-pause=true] svg:last-child{display:none}.c-video__video-button[data-pause=true] .c-video__tooltip-text--play{display:block}.c-video__video-button[data-pause=true] .c-video__tooltip-text--pause{display:none}.c-video__video-button[data-pause=false] svg:first-child{display:none}.c-video__video-button[data-pause=false] svg:last-child{display:block}.c-video__video-button[data-pause=false] .c-video__tooltip-text--play{display:none}.c-video__video-button[data-pause=false] .c-video__tooltip-text--pause{display:block}.c-video__video-button.hide-buttons{visibility:hidden;pointer-events:none}.c-video__video-button-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;border-radius:6.4px;overflow:hidden;position:relative}.c-video__video-button-tooltip{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:-100%;left:50%;-webkit-transform:translateX(-50%) translateY(-3px);transform:translateX(-50%) translateY(-3px);padding:8px 12px;background:rgba(0,0,0,.9019607843);border-radius:4px;-webkit-transition:opacity .15s ease-out;transition:opacity .15s ease-out;opacity:0}.c-video__tooltip-text{color:#fff;font-size:12px;font-family:var(--font-body);font-weight:700;letter-spacing:0;line-height:15px}.c-video__video-button-progress{display:inline;width:100%;height:2px;position:absolute;bottom:0;left:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:0;color:#fff;background-color:rgba(0,0,0,.9019607843);opacity:1;-webkit-transition:opacity 150ms ease;transition:opacity 150ms ease}.c-video__video-button-progress::-webkit-progress-bar{background-color:rgba(0,0,0,.9019607843);border-radius:0}.c-video__video-button-progress::-webkit-progress-value{background-color:#fff !important;border-radius:0;position:relative}.c-video__video-button-progress::-moz-progress-bar{background-color:#fff !important;border-radius:0;position:relative}