.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;pointer-events:all}}.c-video__inner video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.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;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:2;opacity:0;pointer-events:none;-webkit-transition:.3s;transition:.3s}.c-video__video-button.primary{width:78px !important;height:78px;border-radius:64px;border:.5px solid #fff;background:#fff;-webkit-box-shadow:4px 4px 0 0 #dbbfe4;box-shadow:4px 4px 0 0 #dbbfe4}.c-video__video-button.primary svg{width:28px;height:28px}.c-video__video-button.primary:hover{-webkit-box-shadow:4px 4px 0 0 #f499ba;box-shadow:4px 4px 0 0 #f499ba}.c-video__video-button.primary:active{-webkit-transform:translate(calc(-50% + 2px), calc(-50% + 2px));transform:translate(calc(-50% + 2px), calc(-50% + 2px));-webkit-box-shadow:2px 2px 0 0 #f499ba;box-shadow:2px 2px 0 0 #f499ba}.c-video__video-button.secondary{width:32px !important;height:32px;border-radius:100%;background:rgba(249,248,248,.3019607843)}.c-video__video-button.secondary svg{width:14px;height:20px}@media screen and (min-width: 768px){.c-video__video-button.secondary:hover{background:rgba(249,248,248,.3019607843)}.c-video__video-button.secondary:hover .c-video__video-button-tooltip{opacity:1}}.c-video__video-button.secondary svg path{fill:#fff;-webkit-transition:fill 40ms;transition:fill 40ms}.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[data-show=true]{opacity:1}.c-video__video-button[data-show=false]{opacity:0}.c-video__video-button.hide-buttons{visibility:hidden;pointer-events:none}@media screen and (max-width: 767px){.c-video__video-button.is-active{opacity:1;pointer-events:all}}.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%;overflow:hidden;position:relative}