@keyframes release{0%{opacity:0}to{opacity:1}}@keyframes release-with-delay{0%{opacity:0}50%{opacity:0}to{opacity:1}}@keyframes upDown{0%{transform:translateY(0)}50%{transform:translateY(-15%)}}@keyframes upDownCenter{0%{transform:translate(-50%)}50%{transform:translate(-50%,-15%)}}.animation-item{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:opacity .8s ease-out;animation:release .8s ease-out;font-size:19px;line-height:1.6;letter-spacing:0}@media(min-width:1025px){.animation-item{font-size:22px}}.animation-item{font-weight:500}@media(min-width:1025px){.animation-item{font-weight:500}}.animation-item{color:#333;line-height:1.5;font-weight:400}@media(min-width:1025px){.animation-item{font-weight:400}}.animation-item{color:#555}.animation-item.__up-down{animation:upDown 2s ease-in-out infinite,release .8s ease-out}.animation-item.__hide{width:0;height:0;overflow:hidden;animation:none}.animation-item.__transparent{opacity:0;animation:none}.animation-item.__none{animation:none}.animation-item.__bottom{align-self:flex-end}.animation-item.__bottom ._absolute-image{bottom:0}.animation-item.__align-left{text-align:left}.animation-item.__align-left ._absolute-image{left:0}.animation-item.__align-center{text-align:center}.animation-item.__align-center ._absolute-image{left:50%;transform:translateX(-50%)}.animation-item.__align-right{text-align:right}.animation-item.__align-right ._absolute-image{right:0}.__up-down-delay{animation:upDown 2s ease-in-out infinite,release-with-delay 2s ease-out}