.animation-styles{font-family:TT Fors,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Cantarell,sans-serif;--text-color:#171b24;--text-default:#6b7884;--blue-color:#1976d2;--border-color:#e7e8ee;--card-border:#d6d8e3;--shadow-color:#f3f4f8;--green-color:#67c690;--orange-color:#f7ba59;--red-color:#ee8276;--rate-up-color:#136f48;--rate-down-color:#d61a3c;--red-tag-color:#e74c3c;--yelow-color:#fca311;--blue-background:#3874cb;--animation-timing-function:cubic-bezier(.4,0,.2,1)}.top-block__carousel{display:flex;grid-gap:20px}.top-block__carousel:hover{cursor:pointer}.carousel__card{position:relative;width:500px;height:356px;padding:60px 19px 19px;overflow:hidden;background-color:var(--se-main-color-grey);border:1px solid var(--se-main-color-grey-dark);border-radius:5px}.wrapper-animation{position:relative;z-index:-1;padding:0 12px}.carousel__card-title-wrapper{position:absolute;top:0;left:0;z-index:2;width:100%;height:60px;padding:20px;background-image:url('/wp-content/themes/se_theme/page-templates/front-page/front-page-2023/assets/images/animation-cards/title-background.png')}.carousel__card-title{font-size:16px;font-weight:500;line-height:140%;color:var(--se-heading-color);letter-spacing:-.4px}.carousel__cursor{offset-rotate:0deg}.carousel__periods{display:grid;justify-content:start;grid-auto-flow:column;grid-gap:16px}.carousel__periods-item{font-size:11px;font-weight:500;line-height:20px;text-transform:uppercase;letter-spacing:.3px}.carousel__periods-item:nth-child(2){border-bottom:1px solid var(--main-colors-blue)}.carousel__cursor svg{display:block;width:16px;height:18px;animation-duration:.35s;animation-timing-function:var(--animation-timing-function);animation-fill-mode:forwards}@keyframes cursor-click{52%{transform:scale(.7)}100%{transform:scale(1)}}@keyframes opacity-0{0%{opacity:1}100%{opacity:0}}@keyframes opacity-1{100%{opacity:1}}@keyframes cursor-click-hide{50%{transform:scale(.7);opacity:1}80%{transform:scale(1)}100%{opacity:0}}@media screen and (max-width:767px){.top-block__carousel{display:none}}.animation{animation-timing-function:var(--animation-timing-function);animation-fill-mode:forwards}.top-block__carousel-track{display:flex;width:fit-content;overflow:hidden}.top-block__carousel-track.dragging{cursor:grab;user-select:none}