:root{--columns:1;--gap:1rem}@keyframes dot-bounce{0%{transform:translateY(0)}5%{transform:translateY(2px)}20%{transform:translateY(-8px)}35%{transform:translateY(4px)}40%{transform:translateY(0)}to{transform:translateY(0)}}@keyframes dot-fade{0%{opacity:1}50%{opacity:.2}to{opacity:1}}@keyframes dot-pulse{0%{transform:scale(1)}5%{transform:scale(.98)}50%{transform:scale(1.5)}to{transform:scale(1)}}@keyframes full-height{0%{height:0}to{height:100%}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.m-matchday-teaser{display:flex;justify-content:space-between}@media screen and (max-width:63.99875em){.m-matchday-teaser{flex-wrap:wrap;justify-content:center}}.m-matchday-teaser__hero{display:flex;flex:1 1 30%;flex-direction:column;margin-right:1rem}@media screen and (max-width:63.99875em){.m-matchday-teaser__hero{flex:1 1 auto;margin-bottom:1rem;margin-right:0}}.m-matchday-teaser__hero-inner{border:2px solid #707070;border-radius:.5rem;overflow:hidden}.m-matchday-teaser__hero-inner+.m-matchday-teaser__issue{margin-top:-.9375rem}.m-matchday-teaser__content{flex:1 1 60%;margin-left:1rem}@media screen and (max-width:63.99875em){.m-matchday-teaser__content{flex:1 1 auto;margin-left:0}}.m-matchday-teaser__issue{color:#1e1e1e;display:flex;font-size:.75rem;font-weight:600;justify-content:center;line-height:1;margin-bottom:1rem;position:relative;text-transform:uppercase}.m-matchday-teaser__issue-inner{background-color:#fff;border:.125rem solid #1e1e1e;display:inline-block;padding:.3125rem}.m-matchday-teaser__issue-inner:before{content:"Issue"}