.scms-hero.animate-entrance{position:relative;overflow:hidden;min-height:100vh;margin-top:0;transition:min-height 1.2s cubic-bezier(.7,0,.3,1),margin-top 1.2s cubic-bezier(.7,0,.3,1)}.scms-hero.animate-entrance.is-animated{min-height:var(--hero-target-height, 100vh);margin-top:var(--hero-target-margin, 0)}.scms-hero .hero-bg-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;transform:scale(1.15);transition:transform 2s cubic-bezier(.7,0,.3,1)}.scms-hero.animate-entrance.is-animated .hero-bg-wrapper{transform:scale(1)}.scms-hero .entrance-content{opacity:1;transform:translateY(0)}.scms-hero .entrance-content>:not(h1){opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .3s ease,transform .3s ease,visibility 0s linear .3s}.scms-hero.animate-entrance.is-animated .entrance-content>:not(h1){opacity:1;visibility:visible;transform:translateY(0);transition:opacity .3s ease,transform .3s ease,visibility 0s}.scms-hero.animate-entrance.is-animated .entrance-content>:not(h1):nth-child(1){transition-delay:3.25s}.scms-hero.animate-entrance.is-animated .entrance-content>:not(h1):nth-child(2){transition-delay:3.38s}.scms-hero.animate-entrance.is-animated .entrance-content>:not(h1):nth-child(3){transition-delay:3.51s}.scms-hero.animate-entrance.is-animated .entrance-content>:not(h1):nth-child(4){transition-delay:3.64s}.scms-hero.animate-entrance.is-animated .entrance-content>:not(h1):nth-child(5){transition-delay:3.77s}.scms-hero h1{width:0;overflow:hidden;white-space:nowrap;border-right:4px solid transparent;border-left:4px solid transparent;padding:0;line-height:1.3}.scms-hero.is-animated h1{width:0;overflow:hidden;white-space:nowrap;border-right:4px solid transparent;border-left:4px solid transparent;padding:0;animation:scms-hero-reveal 3s ease-in-out 1.2s 1 normal forwards;line-height:1.3}@keyframes scms-hero-reveal{0%{width:0;border-right-color:var(--color-sede-light)}50%{border-right-color:transparent}to{width:100%}}.scms-hero.animate-entrance+*{opacity:0;visibility:hidden;transition:opacity .6s 4s ease,visibility .6s ease}.scms-hero.animate-entrance.is-animated+*{opacity:1;visibility:visible}
