@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes slide{0%{transform:translateY(25px)}to{transform:translateY(0)}}:root{--z-index-animated-element:2}.fade-in{z-index:var(--z-index-animated-element);opacity:0;position:relative}.fade-in_animate{animation:.5s ease-in-out forwards fade-in}.slide{transform:translateY(25px)}.slide_animate{animation:.5s ease-in-out forwards slide}.fade-in-slide{opacity:0}.fade-in-slide_animate{opacity:1;animation:.5s ease-in-out forwards fade-in,.5s ease-in-out forwards slide}.fade-in-slide_animate>div>*{opacity:0;animation:.5s ease-in-out forwards fade-in,.5s ease-in-out forwards slide;transform:translateY(25px)}.fade-in-slide_animate>div>:first-child{animation-delay:.1s}.fade-in-slide_animate>div>:nth-child(2){animation-delay:.2s}.fade-in-slide_animate>div>:nth-child(3){animation-delay:.3s}.fade-in-slide_animate>div>:nth-child(4){animation-delay:.4s}.fade-in-slide_animate>div>:nth-child(5){animation-delay:.5s}.fade-in-slide_animate>div>:nth-child(6){animation-delay:.6s}.fade-in-slide_animate>div>:nth-child(7){animation-delay:.7s}.fade-in-slide_animate>div>:nth-child(8){animation-delay:.8s}.fade-in-slide_animate>div>:nth-child(9){animation-delay:.9s}.fade-in-slide_animate>div>:nth-child(10){animation-delay:1s}.ui-text-button-block{overflow:hidden}.ui-text-button-block__wrapper{flex-direction:column}.ui-text-button-block__wrapper>div{flex:1}.ui-text-button-block__wrapper_light{padding:var(--spacing-5xl) var(--spacing-l);background-color:#1e3a780d}.ui-text-button-block__text-wrapper{gap:var(--spacing-2xl);width:100%}.ui-text-button-block__text-block{gap:var(--spacing-2xl);flex-direction:column}.ui-text-button-block__text-block_centered{gap:var(--spacing-m);text-align:center;margin:0 auto}.ui-text-button-block__text-block>*{flex:1}.ui-text-button-block__subtitle-block{align-items:start;gap:var(--spacing-2xl);flex-direction:column;display:flex}.ui-text-button-block__subtitle-block_centered{gap:var(--spacing-xl);align-items:center}.ui-text-button-block__title{font-size:var(--font-size-3xl);font-weight:var(--font-weight-default);line-height:var(--line-height-120);letter-spacing:-1px}@media (width>=768px){.ui-text-button-block__wrapper{flex-direction:row}.ui-text-button-block__wrapper_light{padding:var(--spacing-5xl) var(--spacing-4xl)}.ui-text-button-block__text-block{flex-direction:row;align-items:flex-start;width:100%;max-width:970px}.ui-text-button-block__text-block_centered{flex-direction:column;align-items:center}.ui-text-button-block__subtitle-block,.ui-text-button-block__title{max-width:496px}}@media (width>=1024px){.ui-text-button-block__text-wrapper{max-width:970px}.ui-text-button-block__subtitle-block,.ui-text-button-block__title{max-width:570px}}@media (width>=1200px){.ui-text-button-block__wrapper_light{padding:var(--spacing-5xl) var(--spacing-10xl)}}@media (prefers-reduced-motion:reduce){.fade-in,.slide,.fade-in-slide,.slide-animate,.fade-in-slide_animate{opacity:1!important;transition:none!important;animation:none!important;transform:none!important}.fade-in-slide_animate>div>*{opacity:1!important;animation:none!important;transform:none!important}}
