:root{--background-color:#f9f7f4}.PlayButton{align-items:center;display:flex;pointer-events:all;width:100%}.PlayButton .PlayButton__button{--button-size:67px;align-items:center;cursor:pointer;display:flex;height:var(--button-size);justify-content:space-between;padding-left:var(--button-size);position:relative;transition:opacity .5s cubic-bezier(.25,1,.5,1);width:auto}@media(hover:hover){.PlayButton .PlayButton__button:hover{opacity:.8}}@media(max-width:1023px){.PlayButton .PlayButton__button{--button-size:46px}}.PlayButton .PlayButton__button .PlayButton__icon{height:var(--button-size);left:calc(var(--button-size)/2);position:absolute;top:0;transform:translateX(-50%);width:var(--button-size)}.PlayButton .PlayButton__button .PlayButton__icon:after,.PlayButton .PlayButton__button .PlayButton__icon:before{content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.PlayButton .PlayButton__button .PlayButton__icon:before{background-color:rgba(0,0,0,.15);border:1px solid #fff;border-radius:50%;box-shadow:0 0 40px 20px rgba(0,0,0,.2);height:var(--button-size);width:var(--button-size)}.PlayButton .PlayButton__button .PlayButton__icon:after{border-bottom:calc(var(--button-size)*.223) solid transparent;border-left:calc(var(--button-size)*.373) solid #fff;border-right:0 solid transparent;border-top:calc(var(--button-size)*.223) solid transparent;height:0;margin-left:3px;width:0}.PlayButton .PlayButton__button .PlayButton__text{--line-height:1.5625;font-family:futura-pt,sans-serif;font-size:calc(.13793vw + 13.24138px);font-style:normal;font-weight:500;letter-spacing:.1em;line-height:1.5625;padding-left:20px;text-transform:uppercase;white-space:nowrap}@media(min-width:2001px){.PlayButton .PlayButton__button .PlayButton__text{font-size:16px}}@media(max-width:550px){.PlayButton .PlayButton__button .PlayButton__text{font-size:14px}}.PlayButton .PlayButton__duration{--line-height:1.5625;display:flex;font-family:futura-pt,sans-serif;font-size:calc(-.06897vw + 17.37931px);font-style:normal;font-weight:500;letter-spacing:.1em;line-height:1.5625;margin-left:auto;padding-left:20px}@media(min-width:2001px){.PlayButton .PlayButton__duration{font-size:16px}}@media(max-width:550px){.PlayButton .PlayButton__duration{font-size:17px}}.PlayButton.centredPlayIcon{bottom:0;left:0;position:absolute;right:0;top:0}.PlayButton.centredPlayIcon .PlayButton__button{height:100%;width:100%}.PlayButton.centredPlayIcon .PlayButton__icon{left:50%;top:50%;transform:translate(-50%,-50%)}