:root{--atc-navy:#0d2248;--atc-blue:#1476c8;--atc-sky:#3aabdc;--atc-light:#ebf5fc;--cb-teal:#00a99d;--cb-light:#e2f6f4;--white:#fff;--off:#f7f9fb;--g100:#eef1f5;--g200:#e2e8ef;--g400:#9baab8;--g600:#5a6a7a;--g900:#1a2332}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--off);color:var(--g900);font-family:DM Sans,sans-serif;font-size:clamp(15px,1.5vw,17px)}.page{max-width:1160px;margin:0 auto}.sr-hidden{opacity:0;transform:var(--sr-transform,translate3d(0, 18px, 0));will-change:opacity, transform;transition:opacity var(--sr-duration,1.4s) ease var(--sr-delay,0s), transform var(--sr-duration,1.4s) ease var(--sr-delay,0s)}.sr-visible{will-change:auto;opacity:1!important;transform:translate(0,0)!important}.sr-hidden .sr-child{opacity:0;will-change:opacity, transform;transition:opacity .8s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.25,.46,.45,.94);transform:translateY(14px)}.sr-visible .sr-child{opacity:1;will-change:auto;transform:translateY(0)}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes heroFadeIn{0%{opacity:0}to{opacity:1}}@keyframes heroBlobPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.06)}}.hero-entrance>*{animation:.8s cubic-bezier(.16,1,.3,1) both heroFadeUp}.hero-entrance>:first-child,.hero-entrance>:nth-child(2){animation-delay:.1s}.hero-entrance>:nth-child(3){animation-delay:.2s}.hero-entrance>:nth-child(4){animation-delay:.35s}.hero-entrance>:nth-child(5){animation-delay:.5s}.hero-entrance>:nth-child(6){animation-delay:.65s}.hero-entrance>:nth-child(7){animation-delay:.8s}.hero-entrance .hero-blob-anim{animation:1s .2s both heroFadeIn,6s ease-in-out 1.2s infinite heroBlobPulse}@media (prefers-reduced-motion:reduce){.sr-hidden,.sr-hidden .sr-child{opacity:1!important;transition:none!important;transform:none!important}.hero-entrance>*{animation:none!important}}
