.offer-call-wrapper .highlight-item{list-style-type:none;position:absolute;top:0;left:0;right:0;opacity:0;height:100%;display:flex;justify-content:center}
.offer-call-wrapper .highlight-item.single-item{opacity:1}
.offer-call-wrapper .highlight-item.current:not(.first-item){animation-name:slideDown;animation-duration:2s;animation-timing-function:linear;animation-fill-mode:backwards;transform:translateY(-100%);opacity:1}
.offer-call-wrapper .highlight-item.first-item{opacity:1;animation-name:slideDownFirst;animation-duration:.2s;animation-delay:1.6s;animation-timing-function:linear;animation-fill-mode:forwards}
@keyframes slideDownFirst{0{transform:translateY(0)}
100%{transform:translateY(100%)}
}
@keyframes slideDown{0{transform:translateY(-100%)}
10%,90%{transform:translateY(0);opacity:1}
100%{transform:translateY(100%)}
}