.word-swap{position:relative;display:grid;grid-template-columns:1fr;grid-template-rows:1fr 1fr;overflow:hidden}@media (min-width:744px){.word-swap{grid-template-columns:1fr 1fr;height:50px}}.word-swap__static{justify-self:center}@media (min-width:744px){.word-swap__static{justify-self:end}}.word-swap__swapped-wrapper{position:relative;height:100%;overflow-y:hidden}@media (max-width:500px){.word-swap__swapped-wrapper{text-align:center;width:100%}}.word-swap__swapped{position:absolute;list-style:none;margin:0;padding-left:.5rem;top:0;animation:swap 10s infinite}@media (max-width:768px){.word-swap__swapped{width:100%;animation:swapMobile 10s infinite}}.word-swapped__swapped-item{margin:0;color:inherit}@keyframes swap{0%,12.66%,to{transform:translateZ(0)}16.66%,29.32%{transform:translate3d(0,-53px,0)}33.32%,45.98%{transform:translate3d(0,-106px,0)}49.98%,62.64%{transform:translate3d(0,-159px,0)}83.3%,95.96%{transform:translateZ(0)}}@keyframes swapMobile{0%,12.66%,to{transform:translateZ(0)}16.66%,29.32%{transform:translate3d(0,-40px,0)}33.32%,45.98%{transform:translate3d(0,-80px,0)}49.98%,62.64%{transform:translate3d(0,-120px,0)}83.3%,95.96%{transform:translateZ(0)}}