@keyframes slidingText1{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}@keyframes slidingText2{0%{transform:translateX(100%)}100%{transform:translateX(0)}}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.pd-video{position:relative;display:flex}.pd-video--with-pointer{cursor:pointer}.pd-video__video:focus{outline:none}.pd-video__controls{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.pd-video__playpause{width:3rem;height:3rem;padding:0;background-color:transparent;background-image:url("data:image/svg+xml;utf-8,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 86 86' style='enable-background:new 0 0 86 86;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23fff;%7D%0A%3C/style%3E%3Cpath d='M82.6,26.3c-2.1-5.1-5.3-9.7-9.2-13.7c-3.9-3.9-8.5-7-13.7-9.2C54.5,1.1,48.8,0,43,0c-5.8,0-11.5,1.1-16.7,3.4 c-5.1,2.2-9.8,5.3-13.7,9.2c-4,4-7.1,8.6-9.2,13.7C1.1,31.6,0,37.3,0,43c0,5.7,1.1,11.4,3.4,16.7c2.1,5.1,5.3,9.7,9.2,13.7 c3.9,3.9,8.5,7,13.7,9.2c5.3,2.2,11,3.4,16.7,3.4c5.8,0,11.5-1.1,16.7-3.4c5.1-2.2,9.8-5.3,13.7-9.2c4-4,7.1-8.6,9.2-13.7 c2.2-5.3,3.4-11,3.4-16.7C86,37.3,84.9,31.6,82.6,26.3z M29,63.2V22l35.1,20.6L29,63.2z' fill='%23000'/%3E%3Cpolygon class='st0' points='29,63.2 64.1,42.6 29,22 '/%3E%3C/svg%3E%0A");background-size:3rem;border-style:none;cursor:pointer}@media (min-width: 768px){.pd-video__playpause{width:5rem;height:5rem;background-size:5rem}}.pd-video__playpause:hover{background-color:transparent;border-style:none}

