@keyframes switch-bg{0%{background-color:var(--bg-block-color);color:var(--bg-block-color)}50%,to{background-color:var(--green);color:var(--green)}}@keyframes switch-move{0%{transform:translate(0)}50%,to{transform:translate(87px)}}.switch-bg{color:var(--bg-block-color)}.switch-bg.in-view{animation-name:switch-bg;animation-duration:.5s;animation-timing-function:linear;animation-iteration-count:1;animation-fill-mode:forwards}.switch-move.in-view{animation-name:switch-move;animation-duration:.5s;animation-timing-function:linear;animation-iteration-count:1;animation-fill-mode:forwards}
