.ed-why{container-type:inline-size;padding:60px 0}.ed-why__inner{box-sizing:border-box;margin:0 auto;max-width:1112px;padding:0 20px}.ed-why__grid{display:grid;gap:20px;grid-template-columns:repeat(3,1fr);list-style:none;margin:0;padding:0}.ed-why__card{padding:25px}.ed-why__icon{align-items:center;background:var(--ed-gold,#fdb729);border-radius:10px;display:flex;height:40px;justify-content:center;margin-bottom:21px;width:40px}.ed-why__icon svg{height:20px;width:20px}.ed-why__icon img{height:34px;width:34px}.ed-why__card .ed-card__body{font-size:12px;line-height:1.73}@media(max-width:999px){.ed-why{padding:36px 0}.ed-why__inner{padding:0 16px}.ed-why__grid{grid-template-columns:1fr}}.ed-why .is-reveal{opacity:0;transform:translateY(26px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);transition-delay:calc(var(--ed-i, 0)*80ms);will-change:opacity,transform}.ed-why .is-reveal.is-revealed{opacity:1;transform:none}.ed-why .is-reveal.is-instant{transition:none;transition-delay:0s}@media(prefers-reduced-motion:reduce){.ed-why .is-reveal{opacity:1;transform:none;transition:none}}