.text-switcher{position:relative;overflow:hidden}.tc__line.tc__bottom{width:100%;text-align:left;position:absolute;top:0;left:0;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);opacity:0}.tc__line.tc__in{-webkit-animation-name:tc-switch-in;animation-name:tc-switch-in;-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.tc__line.tc__out{-webkit-animation-name:tc-switch-out;animation-name:tc-switch-out;-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.text-switcher.last-line .tc__line{-webkit-animation-delay:300ms;animation-delay:300ms}@-webkit-keyframes tc-switch-in{to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes tc-switch-in{to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes tc-switch-out{to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);opacity:0}}@keyframes tc-switch-out{to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);opacity:0}}