html{scroll-behavior:smooth}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}
.reveal.is-visible{opacity:1;transform:none}
.faq-panel{overflow:hidden;max-height:0;transition:max-height .35s ease}
.faq-panel.open{max-height:600px}
.faq-icon.open{transform:rotate(45deg)}
.menu-bar.open-1{transform:translateY(8px) rotate(45deg)}
.menu-bar.open-2{opacity:0}
.menu-bar.open-3{transform:translateY(-8px) rotate(-45deg)}
