@media (prefers-reduced-motion:reduce){.sa{animation:none!important;transition:none!important}}html.perf-tier-0 .sa{animation:none!important;transition:none!important}@property --from-y{syntax:"<length-percentage>";inherits:false;initial-value:0}@property --to-y{syntax:"<length-percentage>";inherits:false;initial-value:0}@property --from-x{syntax:"<length-percentage>";inherits:false;initial-value:0}@property --to-x{syntax:"<length-percentage>";inherits:false;initial-value:0}@property --from-rot{syntax:"<angle>";inherits:false;initial-value:0deg}@property --to-rot{syntax:"<angle>";inherits:false;initial-value:0deg}@property --from-scale{syntax:"<number>";inherits:false;initial-value:1}@property --to-scale{syntax:"<number>";inherits:false;initial-value:1}@property --from-op{syntax:"<number>";inherits:false;initial-value:1}@property --to-op{syntax:"<number>";inherits:false;initial-value:1}@keyframes sa-translateY{0%{transform:translate3d(0,var(--from-y),0)}to{transform:translate3d(0,var(--to-y),0)}}@keyframes sa-translateX{0%{transform:translate3d(var(--from-x),0,0)}to{transform:translate3d(var(--to-x),0,0)}}@keyframes sa-rotate{0%{transform:rotate(var(--from-rot))}to{transform:rotate(var(--to-rot))}}@keyframes sa-rotateX{0%{transform:perspective(var(--persp,800px)) rotateX(var(--from-rot));transform-style:preserve-3d}to{transform:perspective(var(--persp,800px)) rotateX(var(--to-rot));transform-style:preserve-3d}}@keyframes sa-scale{0%{transform:scale(var(--from-scale))}to{transform:scale(var(--to-scale))}}@keyframes sa-opacity{0%{opacity:var(--from-op)}to{opacity:var(--to-op)}}.sa-view{animation-timing-function:linear;animation-fill-mode:both;animation-duration:1s;animation-timeline:view();animation-range:entry 0 exit 100%}.sa-y{animation-name:sa-translateY}.sa-x{animation-name:sa-translateX}.sa-rot{animation-name:sa-rotate}.sa-rotx{animation-name:sa-rotateX}.sa-scale{animation-name:sa-scale}.sa-op{animation-name:sa-opacity}.sa-combo{animation-timing-function:linear,linear,linear,linear;animation-fill-mode:both,both,both,both;animation-duration:1s,1s,1s,1s;animation-timeline:view(),view(),view(),view();animation-range:entry 0 exit 100%,entry 0 exit 100%,entry 0 exit 100%,entry 0 exit 100%}.sa-reveal{opacity:0;transform:translate3d(0,12px,0);transition:opacity .6s ease,transform .6s ease}.sa-reveal.is-inview{opacity:1;transform:none}