*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{min-height:100vh;font-family:var(--font-body);color:var(--color-city-night);-webkit-font-smoothing:antialiased;margin:0;overflow-x:clip}body.mobile-nav-open{overflow:hidden}#root{min-height:100vh}.landing{--landing-content-max:70rem;--landing-gutter:clamp(1rem, 4vw, 1.5rem);min-height:100vh;color:var(--color-city-night)}.landing-btn-ghost{font-family:var(--font-ui);border-radius:var(--radius-pill);color:var(--pete-green);box-shadow:none;background:#ffffff80;border:1.5px solid #03312e40;justify-content:center;align-items:center;padding:.7rem 1.25rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .2s,border-color .2s,box-shadow .2s;display:inline-flex}.landing-btn-ghost:hover{background:#ffffffe6;border-color:#03312e73;box-shadow:0 3px 14px #03312e1f}.landing-btn-ghost:active{box-shadow:0 1px 4px #03312e1a}button.landing-btn-ghost{cursor:pointer}.landing-sticky-head{z-index:50;position:sticky;top:0}.landing-wip{text-align:center;color:var(--pete-green);background:linear-gradient(90deg,#bff6a48c,#c8e6c4a6);border-bottom:1px solid #03312e1a;margin:0;padding:.5rem 1.25rem;font-size:.8125rem;font-weight:500;line-height:1.35}.landing-header{background:color-mix(in srgb, var(--color-header-surface) 86%, transparent);-webkit-backdrop-filter:blur(12px);padding-top:env(safe-area-inset-top,0px);padding-left:max(var(--landing-gutter), env(safe-area-inset-left,0px));padding-right:max(var(--landing-gutter), env(safe-area-inset-right,0px));border-bottom:1px solid #03312e14}@media (width<=900px){.landing-header{background:var(--color-header-surface);-webkit-backdrop-filter:none}}.landing-header__bar{max-width:var(--landing-content-max);align-items:center;gap:1rem;width:100%;margin:0 auto;padding:.85rem 0;display:flex}.landing-header__link{font-family:var(--font-ui);color:var(--pete-green);opacity:.9;white-space:nowrap;font-size:.9rem;font-weight:500;text-decoration:none}.landing-header__link:hover,.landing-header__link--active{opacity:1;text-underline-offset:3px;text-decoration:underline}button.landing-header__link{cursor:pointer;text-align:left;background:0 0;border:none;padding:0}a.landing-header__link{cursor:pointer}.landing-header__logo-btn{align-items:center;display:inline-flex}.landing-header__logo{object-fit:contain;filter:brightness(0)saturate()invert(16%)sepia(16%)saturate(2234%)hue-rotate(137deg)brightness(96%)contrast(90%);width:auto;height:2.25rem;display:block}.landing-header__nav{align-items:center;gap:1.25rem;margin-left:auto;margin-right:.5rem;display:flex}.landing-header__cta{flex-shrink:0;padding:.55rem 1.1rem;font-size:.9rem}.landing-header__dropdown{position:relative}.landing-header__dropdown-trigger{align-items:center;padding:.35rem 0;display:inline-flex}.landing-header__dropdown-trigger--active{opacity:1;text-underline-offset:3px;text-decoration:underline}.landing-header__dropdown-menu{z-index:20;min-width:11.5rem;padding-top:.35rem;position:absolute;top:100%;left:0}.landing-header__dropdown-panel{background:#fdfcfa;border:1px solid #03312e1f;border-radius:8px;padding:.35rem;box-shadow:0 8px 24px #1018281a}.landing-header__dropdown-item{font-family:var(--font-ui);color:var(--pete-green);white-space:nowrap;border-radius:6px;padding:.55rem .75rem;font-size:.9rem;font-weight:500;text-decoration:none;display:block}.landing-header__dropdown-item:hover{background:#03312e0f;text-decoration:none}.landing-header__menu-btn{cursor:pointer;background:#ffffffe6;border:1px solid #03312e26;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-left:auto;padding:0;display:none}.landing-header__menu-btn:focus-visible{outline-offset:2px;outline:2px solid #03312e73}.landing-header__menu-icon{flex-direction:column;justify-content:center;gap:5px;width:18px;display:flex}.landing-header__menu-icon span{background:var(--pete-green);border-radius:1px;width:100%;height:2px;transition:transform .2s,opacity .2s;display:block}.landing-header__menu-btn[aria-expanded=true] .landing-header__menu-icon span:first-child{transform:translateY(7px)rotate(45deg)}.landing-header__menu-btn[aria-expanded=true] .landing-header__menu-icon span:nth-child(2){opacity:0}.landing-header__menu-btn[aria-expanded=true] .landing-header__menu-icon span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.landing-header__mobile-nav{opacity:0;background:#fdfcfa;border-top:1px solid #03312e14;max-height:0;transition:max-height .25s,opacity .2s;display:none;overflow:hidden}.landing-header__mobile-nav--open{opacity:1;-webkit-overflow-scrolling:touch;pointer-events:auto;max-height:min(80vh,28rem);overflow-y:auto}.landing-header__mobile-nav:not(.landing-header__mobile-nav--open){pointer-events:none}.landing-header__mobile-inner{max-width:var(--landing-content-max);padding:.75rem var(--landing-gutter) 1.25rem;flex-direction:column;gap:.15rem;margin:0 auto;display:flex}.landing-header__mobile-link{white-space:normal;padding:.75rem 0;font-size:1rem;display:block}.landing-header__mobile-group{border-top:1px solid #03312e14;flex-direction:column;gap:0;margin-top:.35rem;padding:.35rem 0 .5rem;display:flex}.landing-header__mobile-label{font-family:var(--font-ui);letter-spacing:.05em;text-transform:uppercase;color:var(--pete-green);opacity:.65;padding:.65rem 0 .35rem;font-size:.75rem;font-weight:600}.landing-header__mobile-sublink{padding-left:.75rem;font-size:.95rem}.landing-header__mobile-cta{text-align:center;width:100%;margin-top:.75rem}@media (width<=900px){.landing-header__nav--desktop{display:none}a.landing-header__cta--desktop{margin-left:auto;display:inline-flex}.landing-header__menu-btn{margin-left:0;display:inline-flex}.landing-header__mobile-nav{display:block}.landing-header__bar{justify-content:flex-start;gap:.75rem}}@media (width<=720px){.landing-hero__title{font-size:clamp(1.9rem,7.5vw,2.35rem)}.landing-hero__lede{max-width:none}.landing-hero__callout{text-align:center;width:100%;max-width:none;display:block}.landing-fold{min-height:auto}}@media (width<=480px){.landing-header__logo{height:1.85rem}.landing-header__bar{padding:.7rem 0}.btn-primary-perpetua,a.btn-primary-perpetua{padding:.65rem 1.15rem;font-size:.9rem}}@media (width>=901px){.landing-header__mobile-nav{display:none!important}}.landing-fold{flex-direction:column;min-height:100dvh;display:flex}.landing-hero{--landing-paths-max:56rem;min-height:0;padding-top:clamp(1.85rem,5vh,3.25rem);padding-bottom:max(clamp(1.75rem, 5vh, 3.5rem), env(safe-area-inset-bottom,0px));padding-left:max(var(--landing-gutter), env(safe-area-inset-left,0px));padding-right:max(var(--landing-gutter), env(safe-area-inset-right,0px));flex-direction:column;flex:auto;justify-content:center;gap:clamp(1.75rem,4vh,2.5rem);display:flex;position:relative;overflow:clip visible}.landing-hero__intro{width:100%;max-width:calc(var(--landing-paths-max) * .75);text-align:center;margin:0 auto}.landing-hero__eyebrow{margin-bottom:1rem}.landing-hero__title{font-family:var(--font-display);font-style:italic;font-size:var(--type-display-xl);letter-spacing:-.02em;color:var(--text-primary);text-wrap:balance;margin:0 0 1rem;font-weight:400;line-height:1.2}.landing-hero__lede{color:var(--text-muted);max-width:48ch;margin:0 auto 1.25rem;font-size:1.05rem;line-height:1.6}.landing-hero__callout{box-sizing:border-box;max-width:min(56ch,100%);color:var(--text-primary);border-radius:var(--radius-sm);text-wrap:pretty;overflow-wrap:break-word;background:#2a4f3f14;margin:0 auto;padding:.65rem .7rem;font-size:.9rem;line-height:1.55;display:inline-block}.landing-paths{width:100%;max-width:var(--landing-paths-max);grid-template-columns:1fr 1fr;gap:clamp(1rem,2.5vw,1.35rem);margin:0 auto;padding:0;list-style:none;display:grid}.landing-path{border-radius:var(--radius-md);color:inherit;flex-direction:column;align-items:flex-start;padding:clamp(1.5rem,3vw,1.85rem) clamp(1.25rem,2.5vw,1.6rem);text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.landing-path:hover{transform:translateY(-2px)}.landing-path:focus-visible{outline-offset:3px;outline:2px solid #03312e73}.landing-path--families{background:var(--surface-warm);box-shadow:var(--shadow-soft)}.landing-path--families:hover{box-shadow:var(--shadow-panel)}.landing-path--professionals{background:var(--color-burnham);color:var(--text-on-dark)}.landing-path--professionals:hover{box-shadow:0 16px 40px #03312e59}.landing-path__eyebrow{font-family:var(--font-ui);font-size:var(--type-eyebrow);letter-spacing:.06em;text-transform:uppercase;margin:0 0 .75rem;font-weight:600}.landing-path--families .landing-path__eyebrow{color:var(--text-eyebrow)}.landing-path--professionals .landing-path__eyebrow{color:var(--color-seafoam)}.landing-path__title{font-family:var(--font-display);letter-spacing:-.015em;text-wrap:balance;margin:0 0 .65rem;font-size:clamp(1.2rem,2.2vw,1.35rem);font-style:italic;font-weight:400;line-height:1.3}.landing-path--families .landing-path__title{color:var(--text-primary)}.landing-path--professionals .landing-path__title{color:var(--text-on-dark)}.landing-path__body{flex:auto;margin:0 0 1.35rem;font-size:.9375rem;line-height:1.6}.landing-path--families .landing-path__body{color:var(--text-muted)}.landing-path--professionals .landing-path__body{color:var(--text-on-dark-muted)}.landing-path__cta{font-family:var(--font-ui);border-bottom:1px solid;padding-bottom:2px;font-size:.9rem;font-weight:600}.landing-path--families .landing-path__cta{color:var(--text-primary);border-bottom-color:var(--color-burnham)}.landing-path--professionals .landing-path__cta{color:var(--text-on-dark);border-bottom-color:var(--color-seafoam)}.landing-path:hover .landing-path__cta{border-bottom-width:2px}@media (width<=900px){.landing-hero{justify-content:flex-start}.landing-paths{grid-template-columns:1fr}}.landing-partners{padding-top:2rem;padding-bottom:3rem;padding-left:max(var(--landing-gutter), env(safe-area-inset-left,0px));padding-right:max(var(--landing-gutter), env(safe-area-inset-right,0px));scroll-margin-top:var(--landing-sticky-scroll-margin);overflow-x:clip}.landing-partners__box{max-width:var(--landing-content-max);text-align:center;width:100%;min-width:0;margin:0 auto}.landing-partners__label{font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.1em;color:var(--pete-muted);margin:0 0 .5rem;font-size:.8rem;font-weight:600}.landing-partners__title{color:var(--color-burnham);font-size:clamp(1.5rem,2.5vw,1.9rem);line-height:1.2;font-family:var(--font-ui);margin:0 0 .6rem;font-weight:600}.landing-partners__lede{color:var(--pete-muted);max-width:46ch;margin:0 auto 1.75rem;line-height:1.5}.landing-why-perpetua{padding-top:2.75rem;padding-bottom:3rem;padding-left:max(var(--landing-gutter), env(safe-area-inset-left,0px));padding-right:max(var(--landing-gutter), env(safe-area-inset-right,0px));scroll-margin-top:var(--landing-sticky-scroll-margin)}.landing-why__inner{max-width:var(--landing-content-max);width:100%;min-width:0;margin:0 auto}.cta-footer{--cf-bg:var(--color-burnham);--cf-text:#fff;--cf-text-muted:#ffffffb8;--cf-text-subtle:#ffffff7a;--cf-rule:#ffffff24;text-align:left;width:100%;max-width:none;color:var(--cf-text);background:var(--cf-bg);padding-top:clamp(2.75rem,6vw,4rem);padding-bottom:max(clamp(1.75rem, 4vw, 2.5rem), env(safe-area-inset-bottom,0px));padding-left:max(var(--landing-gutter,clamp(1rem, 4vw, 1.5rem)), env(safe-area-inset-left,0px));padding-right:max(var(--landing-gutter,clamp(1rem, 4vw, 1.5rem)), env(safe-area-inset-right,0px));scroll-margin-top:var(--landing-sticky-scroll-margin,5rem);margin:0;position:relative}.cta-footer__inner{max-width:var(--landing-content-max,70rem);width:100%;min-width:0;margin:0 auto}.cta-footer__top{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:clamp(2.5rem,6vw,5rem);padding-bottom:clamp(2rem,4vw,2.75rem);display:grid}.cta-footer__brand{flex-direction:column;align-items:flex-start;max-width:26rem;display:flex}.cta-footer__logo{align-items:center;margin-bottom:1.35rem;display:flex}.cta-footer__logo-img{object-fit:contain;filter:brightness(0)invert();width:auto;height:2rem;display:block}.cta-footer__tagline{font-family:var(--font-body);color:var(--cf-text-muted);margin:0;font-size:clamp(.9375rem,.2rem + 2vw,1rem);font-weight:400;line-height:1.65}.cta-footer__nav{flex-direction:column;justify-self:end;align-items:flex-start;width:auto;padding-top:clamp(1.25rem,2.5vw,1.75rem);display:flex}.cta-footer__nav-heading{font-family:var(--font-ui);letter-spacing:normal;text-transform:none;color:var(--cf-text);margin:0 0 1.15rem;font-size:clamp(1.05rem,.2rem + 2vw,1.125rem);font-weight:600}.cta-footer__nav-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.cta-footer__nav-link{font-family:var(--font-body);color:var(--cf-text-muted);font-size:clamp(.875rem,.2rem + 2vw,.9375rem);font-weight:400;text-decoration:none;transition:color .15s}.cta-footer__nav-link:hover{color:var(--cf-text)}.cta-footer__rule{background:var(--cf-rule);border:none;height:1px;margin:0}.cta-footer__bottom{justify-content:space-between;align-items:center;gap:1rem;padding-top:1.35rem;display:flex}.cta-footer__bottom-copy{font-family:var(--font-body);color:var(--cf-text-subtle);font-size:13px;font-weight:400}.cta-footer__bottom-links{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.cta-footer__bottom-link{font-family:var(--font-body);color:var(--cf-text-subtle);font-size:13px;font-weight:400;text-decoration:none;transition:color .15s}.cta-footer__bottom-link:hover{color:var(--cf-text-muted)}@media (width<=900px){.cta-footer__top{grid-template-columns:1fr;gap:2.5rem}.cta-footer__nav{justify-self:start;padding-top:0}}@media (width<=680px){.cta-footer__bottom{flex-direction:column;align-items:flex-start;gap:12px}}:root{--color-burnham:#03312e;--color-burnham-hover:#0a4a46;--color-burnham-deep:#062521;--color-seafoam:#bff5a3;--color-tea:#d1f0c5;--color-tea-hover:#b8dfc0;--color-forest:#2a4f3f;--color-tyrian:#470024;--color-city-night:#293132;--color-mourning:#1e1e1e;--color-clay:#98473e;--color-lavender-blush:#f8e9e9;--color-page-cream:#e8e0d0;--color-brand:var(--color-burnham);--color-header-surface:#fdfcf9;--surface-warm:#eee8de;--surface-solid:#f2ede4;--surface-cream:#f7f6f3;--surface-card:#ffffffe0;--surface-legal:#f5f0e8;--surface-dark:linear-gradient(165deg, #143e38 0%, #0b322d 45%, var(--color-burnham-deep) 100%);--content-max:70rem;--content-readable:61.25rem;--gutter:clamp(1rem, 4vw, 1.5rem);--sticky-scroll-margin:calc(5.5rem + env(safe-area-inset-top,0px));--divider:#03312e1a;--divider-strong:#03312e24;--text-primary:var(--color-burnham);--text-body:var(--color-city-night);--text-muted:#293132b8;--text-on-dark:#f7f4ef;--text-on-dark-muted:#dce6e1c7;--text-eyebrow:var(--color-forest);--type-display-xl:clamp(2.15rem, 4.5vw, 3.15rem);--type-display-lg:clamp(2rem, 4vw, 2.75rem);--type-display-md:clamp(1.85rem, 4vw, 2.45rem);--type-section:clamp(1.65rem, 3.4vw, 2.05rem);--type-closing:clamp(1.5rem, 3vw, 1.85rem);--type-eyebrow:clamp(11px, .22rem + 2.1vw, 12.5px);--btn-primary-bg:var(--color-burnham);--btn-primary-fg:var(--text-on-dark);--btn-primary-hover:var(--color-burnham-hover);--btn-primary-weight:600;--landing-content-max:var(--content-max);--landing-gutter:var(--gutter);--landing-page-cream:var(--color-page-cream);--landing-divider:var(--divider);--landing-surface-solid:var(--surface-solid);--landing-sticky-scroll-margin:var(--sticky-scroll-margin);--pete-green:var(--color-burnham);--pete-cream:var(--surface-cream);--pete-muted:var(--text-muted);--pete-accent:var(--color-forest);--pete-clay:var(--color-clay);--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-pill:999px;--shadow-soft:0 8px 28px #1018280f;--shadow-panel:0 20px 50px #031c191f;--shadow-btn:0 4px 18px #03312e47;--font-body:"Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-ui:"Geist", -apple-system, BlinkMacSystemFont, sans-serif;--font-display:"Lora", Georgia, "Times New Roman", serif}body{font-family:var(--font-body)}h1,h2,h3,h4,h5,h6{font-family:var(--font-ui)}.btn-primary-perpetua,a.btn-primary-perpetua{font-family:var(--font-ui);background:var(--btn-primary-bg);border-radius:var(--radius-pill);font-size:.95rem;font-weight:var(--btn-primary-weight);cursor:pointer;box-shadow:none;border:none;justify-content:center;align-items:center;padding:.7rem 1.35rem;text-decoration:none;transition:background .2s,box-shadow .2s;display:inline-flex;color:var(--btn-primary-fg)!important}.btn-primary-perpetua:hover,a.btn-primary-perpetua:hover{background:var(--btn-primary-hover);box-shadow:var(--shadow-btn)}.btn-primary-perpetua:active,a.btn-primary-perpetua:active{box-shadow:0 1px 6px #03312e33}button.btn-primary-perpetua{cursor:pointer}.btn-primary-perpetua:focus-visible,a.btn-primary-perpetua:focus-visible{outline-offset:2px;outline:2px solid #03312e73}.mkt-eyebrow{font-family:var(--font-ui);font-size:var(--type-eyebrow);letter-spacing:.08em;text-transform:uppercase;color:var(--text-eyebrow);margin:0 0 1rem;font-weight:600}.mkt-display{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-primary);text-wrap:balance;margin:0;font-style:italic;font-weight:400;line-height:1.2}.mkt-display--xl{font-size:var(--type-display-xl)}.mkt-display--lg{font-size:var(--type-display-lg)}.mkt-display--md{font-size:var(--type-display-md)}.mkt-section-title{font-family:var(--font-display);font-style:italic;font-size:var(--type-section);letter-spacing:-.02em;color:var(--text-primary);text-wrap:balance;margin:0;font-weight:400;line-height:1.25}.mkt-closing-title{font-family:var(--font-display);font-style:italic;font-size:var(--type-closing);letter-spacing:-.02em;color:var(--text-primary);margin:0;font-weight:400;line-height:1.25}html{background-color:#03312e}body{background-color:#e8e0d0}.perp-bg{--perp-page-cream:#e8e0d0;background-color:var(--perp-page-cream);isolation:isolate;position:relative}.perp-bg-mesh{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.perp-bg-mesh:before{content:"";will-change:transform;background:radial-gradient(85% 55% at 88% 8%,#5f917324 0%,#0000 52%),radial-gradient(70% 50% at 12% 92%,#da96761a 0%,#0000 55%),radial-gradient(50% 40% at 42% 48%,#6e9b7d14 0%,#0000 60%);animation:56s ease-in-out infinite alternate perp-mesh-drift;position:absolute;inset:-12%}@keyframes perp-mesh-drift{0%{transform:translate(0,0)scale(1)}to{transform:translate(2.4%,1.8%)scale(1.03)}}@media (prefers-reduced-motion:reduce){.perp-bg-mesh:before{will-change:auto;animation:none}}.perp-bg-fixed-decor{pointer-events:none;z-index:1;position:fixed;inset:0;overflow:hidden}.perp-bg-fixed-decor .perp-bg-blob{position:absolute}.perp-bg-blob{pointer-events:none;z-index:0;border-radius:50%;position:absolute}.perp-bg-blob--tr{will-change:transform;background:radial-gradient(#5f917380 0%,#82af9147 40%,#afd2af24 58%,#0000 72%);width:520px;height:460px;animation:36s ease-in-out infinite perp-blob-drift-tr;top:-80px;right:-60px}.perp-bg-blob--bl{will-change:transform;background:radial-gradient(#da967652 0%,#e6b48c24 50%,#0000 70%);width:420px;height:360px;animation:44s ease-in-out infinite perp-blob-drift-bl;bottom:-80px;left:-60px}.perp-bg-blob--mid{will-change:transform;background:radial-gradient(#6e9b7d38 0%,#a5c3a01f 50%,#0000 70%);width:320px;height:280px;animation:30s ease-in-out infinite perp-blob-drift-mid;top:30%;left:18%}@keyframes perp-blob-drift-tr{0%,to{transform:translate(0,0)scale(1)}50%{transform:translate(-28px,22px)scale(1.04)}}@keyframes perp-blob-drift-bl{0%,to{transform:translate(0,0)scale(1)}50%{transform:translate(24px,-20px)scale(1.03)}}@keyframes perp-blob-drift-mid{0%,to{transform:translate(0,0)scale(1)}50%{transform:translate(20px,16px)scale(1.03)}}@media (prefers-reduced-motion:reduce){.perp-bg-blob--tr,.perp-bg-blob--bl,.perp-bg-blob--mid{will-change:auto;animation:none}}.perp-bg-content{z-index:2;position:relative}html.reveal-js .reveal:not(.reveal--in){opacity:0;transform:translateY(1.1rem)}html.reveal-js .reveal{transition:opacity .75s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay,0s)}html.reveal-js .reveal.reveal--in{opacity:1;transform:none}html.reveal-js .reveal-stagger:not(.reveal--in)>.reveal-child{opacity:0;transform:translateY(1.1rem)}html.reveal-js .reveal-stagger>.reveal-child{transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}html.reveal-js .reveal-stagger.reveal--in>.reveal-child{opacity:1;transform:none}html.reveal-js .reveal-stagger.reveal--in>.reveal-child:first-child{transition-delay:0s}html.reveal-js .reveal-stagger.reveal--in>.reveal-child:nth-child(2){transition-delay:90ms}html.reveal-js .reveal-stagger.reveal--in>.reveal-child:nth-child(3){transition-delay:.18s}html.reveal-js .reveal-stagger.reveal--in>.reveal-child:nth-child(4){transition-delay:.27s}html.reveal-js .reveal-stagger.reveal--in>.reveal-child:nth-child(5){transition-delay:.36s}html.reveal-js .reveal-stagger.reveal--in>.reveal-child:nth-child(6){transition-delay:.45s}@media (prefers-reduced-motion:reduce){.reveal,.reveal-stagger>.reveal-child{opacity:1!important;transition:none!important;transform:none!important}}
